@font-face {
  font-family: 'Blimone';
  src: url('fonts/Blimone-Regular.woff2') format('woff2'),
    url('fonts/Blimone-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Blimone';
  src: url('fonts/Blimone-ExtraLight.woff2') format('woff2'),
    url('fonts/Blimone-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Blimone';
  src: url('fonts/Blimone-Light.woff2') format('woff2'),
    url('fonts/Blimone-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Blimone';
  src: url('fonts/Blimone-RegularItalic.woff2') format('woff2'),
    url('fonts/Blimone-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Blimone';
  src: url('fonts/Blimone-SemiBold.woff2') format('woff2'),
    url('fonts/Blimone-SemiBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'VonnesCondensed';
  src: url('fonts/Vonnes-MediumCondensed.woff2') format('woff2'),
    url('fonts/Vonnes-MediumCondensed.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Vonnes';
  src: url('fonts/Vonnes-Book.woff2') format('woff2'),
    url('fonts/Vonnes-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Vonnes';
  src: url('fonts/Vonnes-Medium.woff2') format('woff2'),
    url('fonts/Vonnes-Medium.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
body{
  --wc-form-border-radius: 0px;
  --borderRadius: 0px;
}
* {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: 'Vonnes', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  background-color: rgb(251,247,243);
  color: black;
  margin: 0 auto;
  overflow-x: hidden;
  max-width: 1660px;
    
}
p, address {
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}
fieldset {
  border: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/* Sidecart styles */
.sidecart {
  position: fixed;
  inset: 0 0 0 auto;
  pointer-events: none;
  z-index: 10000;
}
.sidecart-toggle {
  width: 22px;
  height: 32px;
  background-image: url('img/cart.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 8px;
  right: calc(var(--padding) + 10px);
  z-index: 9999;
  cursor: pointer;
  font-size: 7px;
  padding-top: 17px;
  text-align: center;
}
.sidecart-item-price {
  padding-right: 15px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 100% !important;
}
li.woocommerce-mini-cart-item::before {
  display: none !important;
}
#cmplz-manage-consent {
  display: none;
}
.sidecart .sidecart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  transition: opacity .25s ease;
}
.sidecart .sidecart-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100vw);
  height: 100%;
  background:rgb(251,247,243);
  border-left: 1px solid #000;
  transform: translateX(100%);
  transition: transform .25s ease;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sidecart.open { pointer-events: auto; }
.sidecart.open .sidecart-overlay { opacity: 1; }
.sidecart.open .sidecart-panel { transform: translateX(0); }
.sidecart-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid black;
  height: 90px;
}
.sidecart-content {
  -webkit-flex: 1;
  flex: 1;
  overflow-y: auto;
  padding: 0;
}
.widget_shopping_cart_content {
  padding: 0;
}
.woocommerce-mini-cart__buttons.buttons { display: none; }
.sidecart-footer {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid black;
  padding: 16px;
}
p#sidecart-subtotal {
  margin: 0 0 12px;
  font-size: 14px;
}
.sidecart-actions {
  padding: 0;
}
.sidecart-actions .button.checkout {
  display: block;
  background: black;
  color: white;
  padding: 12px 16px;
  text-align: center;
  transition: background 0.15s, opacity 0.15s;
}
.sidecart-actions .button.checkout.is-disabled {
  background: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
body.sidecart-open { overflow: hidden; }
article.page-content div.woocommerce {
  padding-left: 15px;
  padding-right: 15px;
}
.product-gallery-item {
  width: 100%;
}
article.product-single img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
:root {
  --padding: 15px;
}
article.product-single table {
  width: 100%;
}
main.container {
  margin-left: var(--padding);
  margin-right: var(--padding);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.product-gallery {
  margin-left: calc(var(--padding) * -1 - 1px);
  margin-right: calc(var(--padding) * -1 - 1px);
}

/* Product grid: ACF video thumbnails */
.product-thumbnail-video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.product-thumbnail-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.menu-toggle, .sidecart-close {
  width: 22px;
  height: 32px;
  position: fixed;
  top: 10px;
  left: calc(var(--padding) + 10px);
  z-index: 10000;
  cursor: pointer;
  background-image: url('img/hb.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sidecart-close {
  right: calc(var(--padding) + 10px);
  left: auto; 
  background-color: transparent;
  border: 0;

}
.show-menu .menu-toggle, .sidecart-close {
  background-image: url('img/hbclose.svg');
}
nav.main-menu {
  position: fixed;
  height: 100vh;
  border-right: 1px solid #000;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 250px;
  max-width: 100vw;
  background: rgb(251,247,243);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  z-index: 9998;
  padding-top: 50px;
}
nav.main-menu li, nav.woocommerce-MyAccount-navigation li {
  list-style-type: none;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Blimone';
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px 0px 8px 0px;
  border-bottom: 1px solid #000;
}
nav.woocommerce-MyAccount-navigation li {
  margin-left: 0px;
  margin-right: 0px;
}
.show-menu nav.main-menu {
  transform: translateX(0);
}
nav.woocommerce-MyAccount-navigation li.is-active {
  color: red;
}
div.woocommerce-MyAccount-content {
  padding-top: 20px;
}
.woocommerce-MyAccount-content h2 {
  text-align: center;
}
.woocommerce-account .addresses .title .edit {
  float: none;
  text-align: center;
  color: gray;
  padding-top: 5px;
  padding-bottom: 20px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  display: block;
}
.u-columns.woocommerce-Addresses {
  padding-top: 30px;
}
@media(min-width: 768px) {
  article.page-content {
    min-height: calc(100vh - 70px);
  }
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: rgb(251,247,243);
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #000 !important;
 
}
.woocommerce-MyAccount-content p+p {
  padding-top: 20px;
  
}
.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button { 
  margin-top: -10px;
  margin-bottom: -10px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  display: none !important;
}
.woocommerce nav.woocommerce-breadcrumb {
  padding-left: 10px;
}
main.container {
  position: relative;
}
a.shop-link {
  position: absolute;
  right: 15px;
  top: -15px;
  font-family: 'Blimone';
  text-transform: uppercase;
  font-size: 24px;
}
h2, h3#order_review_heading, #customer_details h3 {
  font-size: 25px;
  line-height: 25px;
  color: #004400;
  font-family: 'Blimone';
  text-transform: uppercase;
  font-weight: 300;
}
h3#order_review_heading, #customer_details h3 {
  padding-top: 40px;
  padding-bottom: 20px;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.right-col h3, .right-col ol, .right-col ul  {
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}
.right-col h2:not(:first-child) {
  padding-top: 20px;
  padding-bottom: 10px;
}
.right-col ol, .right-col ul {
  padding-left: 20px;
  padding-bottom: 20px
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
}
h1.page-title {
  padding-bottom: 20px;

  font-size: 47px;
  line-height: 47px;
  color: #004400;
  font-family: 'Blimone';
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
}
.products.columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  row-gap: 30px;
  padding-bottom: 40px;
}
.products.columns .product:nth-child(odd) {
  border-right: 1px solid #000;
}
.products.columns .product:nth-child(even) img {
  margin-right: calc(var(--padding) * -1 - 1px);
  margin-left: 0px;
  max-width: none;
  width: calc(100% + var(--padding) * 1 + 1px);
}
.products.columns .product {
  position: relative;
}
.products.columns .product:after {
  content: '';
  display: block;
  width: calc(100% - 14px);
  height: 1px;
  background: #000;
  bottom: -15px;
  position: absolute;
  left: 15px;
}
.products.columns .product:nth-child(even):after {
  left: auto;
  right: 15px;
}
.products.columns .product:nth-child(odd) img {
  margin-left: calc(var(--padding) * -1 - 1px);
  margin-right: 0px;
  max-width: none;
  width: calc(100% + var(--padding) * 1 + 1px);
}
.products .product {
  padding-top: 20px;
}
.preview-title h2, .product-title h2 {
  font-size: 21px;
  font-family: 'Blimone';
  font-weight: normal;
  line-height: 25px;
  text-transform: uppercase;
}

.preview-title, .product-title {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 0px;
  padding: 15px;

}
.preview-title h2 {
  grid-column: span 2;
}
.preview-title span.price {
  grid-column: span 2;
  text-align: right;
}
p.stock.in-stock {
  display: none;
}
.product-title {
  padding: 0px;
  padding-bottom: 15px;

}
.single-product div.quantity {
  width: calc(100% - 2px);
  height: 37px;
  border: solid black 1px;
  background-color: white;
  margin-bottom: 12px !important;
}
.single-product.woocommerce .product-type-grouped .quantity .qty {
  width: auto;
  padding-right: 5px;
}
.single-product.woocommerce .quantity .qty {
  border: none;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  margin-left: 10px;
  padding-top: 5px;
  padding-right: 3px;
  width: 45px;
  margin-right: 3px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-weight: normal;
}
.qty-lb {
  position: absolute;
  left: 4px;
  top: -4px;
  padding-top: 11px;
  font-size: 11px;
  display: none;
}
form.cart {
  position: relative;
}
form.cart.grouped_form {
  font-size: 17px;
  font-family: 'Blimone';
  padding-top: 10px;
}
form.cart.grouped_form td {
  padding-bottom: 8px;
}
.woocommerce-grouped-product-list-item__price {
  width: 62px;
  text-align: right;
  vertical-align: top;
}
.woocommerce-grouped-product-list-item__label {
  padding-left: 5px;
  vertical-align: top;
}
.woocommerce article.product-single form.cart .variations {
  width: 100%;
  border: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: gray;
}
.woocommerce article.product-single form.cart .variations td, .woocommerce article.product-single form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top;
  text-align: left;
}
.woocommerce article.product-single form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  appearance: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=');
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 3em;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-background-size: 16px;
  background-position: calc(100% - 12px) 50%;
  -webkit-background-position: calc(100% - 12px) 50%;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: black;
}
.woocommerce article.product-single form.cart table td select {
  border-color: black;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
*:focus {
  outline: none !important;
}
th.label {
  padding-right: 20px;
}
a.reset_variations {
  display: none;
}
.woocommerce article.product-single form.cart .variations {
  margin-bottom: 16px;
}
.cmplz-close svg {
  display: none;
}
.cmplz-close {
  background-image: url('img/hbclose.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 32px;
}
span.price, .product-title .price {
  font-size: 21px;
  font-family: 'Blimone';
  font-weight: normal;
  line-height: 25px;
  color: black;
  text-align: right;
}
@media(max-width: 768px) {
  span.price, .product-title .price, .preview-title h2, .product-title h2 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
}
.product-description {
  padding-left: 15px;
  padding-right: 15px;
}
.product-tabs>div>h2 {
  font-family: 'VonnesCondensed';
  font-size: 17px;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: black;
}
.tab-cl.sg h2 {
  text-align: right;
  text-transform: none;
}
.tab-cl {
  border-bottom: solid 1px black;
  
}
.header-search p {
  display: none;
}
.tab-cl h2 {
  cursor: pointer;
}
.tab-ct {
  margin-top: 10px;
  padding-bottom: 30px;
  display: none;
}
.products .product figure {
  position: relative;
  overflow: hidden;
}
.products .product figure .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.products .product figure img {
  transition: opacity 0.25s ease;
}
.products .product figure .hover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.products .product figure .hover-video,
.products .product figure .hover-video iframe {
  pointer-events: none;
}
.products .product:hover figure img:not(:last-child){
  opacity: 0;
}
.products .product:hover figure .hover-img {
  opacity: 1;
}
.products .product:hover figure .hover-video {
  opacity: 1;
}
.tab-cl>h2 {
  position: relative;
}
.tab-cl.open>h2:after {
  transform: rotate(180deg);
}
h1.site-logo { 
  font-size: 22px;
  font-family: 'VonnesCondensed';
  font-weight: bold;
  text-transform: uppercase;
  z-index: 100;
  padding-left: 0px;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 15px;
  color: #004400;
}
.tab-cl>h2:after {
  cursor: pointer;
  width: 20px;
  height: 20px;
  content: '';
  right: -1px;
  background-image: url(img/down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 14px;
  background-position: center;
}
.product-video iframe {
  width: 100% !important;
  height: 100% !important;
}

/* Single product gallery video */
.product-gallery-item.video .product-gallery-video {
  position: relative;
  width: 100%;
  height: 0;
}
.product-gallery-item.video .product-gallery-video iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.photo-count {
  padding-left: calc(var(--padding) + 15px);
  font-family: 'Blimone';
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
hr {
  border: none;
  border-top: solid 1px black;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  border-radius: 0px;
  background-color: white;
  border: 1px solid #000;
  color: #000;
  padding: 10px 5px 5px 5px;
  font-size: 20px;
  font-family: 'Blimone' !important;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 20px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
  display: none;
}
.products .product a.button {
  margin-left: 15px;
  margin-top: -50px;
  position: absolute;

}
span.quantity, .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-family: 'Blimone';
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) article.product-single p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) article.product-single span.price {
  color: black;
}
.woocommerce-mini-cart-item {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  column-gap: 12px;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 16px;
  border-bottom: solid 1px black;
}
.sidecart-item-image {
  width: 70px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.sidecart-item-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sidecart-item-details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
a.sidecart-item-name,
span.sidecart-item-name {
  font-family: 'Blimone';
  font-size: 13px;
  line-height: 1.3;
  color: inherit;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidecart-qty-stepper {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 0;
  border: 1px solid black;
  width: fit-content;
}
.sidecart-qty-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  color: black;
}
.sidecart-qty-btn:hover {
  background: black;
  color: white;
}
.sidecart-qty-value {
  font-family: 'Blimone';
  font-size: 13px;
  min-width: 28px;
  text-align: center;
  display: inline-block;
}
.sidecart-item-price {
  font-family: 'Blimone';
  font-size: 16px;
  white-space: nowrap;
  text-align: right;
}
a.sidecart-item-name {
  font-size: 16px;
}
#sidecart-subtotal:before {
  content: "Total: ";
}
#sidecart-subtotal {
  display: flex;
  justify-content: space-between;
}
p.woocommerce-mini-cart__empty-message {
  padding: 15px;
}
#order_review a.remove {
  display: none;
}
a.remove_from_cart_button {
  display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: rgb(251,247,243);
  color: black;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: white;
  color: #000;
}

button.single_add_to_cart_button {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Vonnes' !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: black;
}
strong.product-quantity {
  font-family: 'Blimone';
}
.shop-filters {
  position: sticky;
  transition: margin 0.25s ease, padding 0.25s ease;
  top: 50px;
  z-index: 100;
}
.shop-filters.open {
  margin-left: -16px;
  padding-left: 16px;
  margin-right: -16px;
  padding-right: 16px;
  margin-top: -16px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: rgb(251,247,243);
}
.shop-filters>* {
  margin-left: 8px;
  margin-right: 8px;
}
.shop-filters h2 {
  
}
.shop-filters h2 span {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Blimone';
  font-weight: 300;
  display: inline-block;
  border: solid 1px black;
  padding: 2px 5px 0px;
  margin-bottom: 10px;
  cursor: pointer;
  color: black;
  background-color: rgb(251,247,243);
}
.filter-actions {
  position: absolute;
  left: 90px;
  top: 24px;
  margin-top: -16px;
  transition: margin-top 0.25s ease;
}
.open .filter-actions {
  margin-top: 0px;
}
.preview-title h3, .product-title h3 {
  grid-area: 3;
  grid-column: span 2;
  font-size: 19px;
  font-family: 'Blimone';
  font-weight: normal;
  line-height: 22px;
  padding-top: 10px;
}
legend {
  font-size: 19px;
  font-family: 'Blimone';
  font-weight: normal;
  line-height: 22px;
  text-transform: uppercase;
  padding-left: 3px;
  padding-top: 20px;
}
#account_display_name_description {
  display: none;
}
input[type="radio"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid black;
  margin-right: 10px !important;
  border-radius: 50%;
  background: white;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"]:checked{
  background: black;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
  padding: 0;
}

.product-title h3 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
ul.wc_payment_methods img {
  display: inline-block;
}
.shop-filters.open h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2015%2015'%3E%3Crect x='0' y='7' width='15' height='1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 24px;
  cursor: pointer;
  top: 27px;
}
#js-clear-filters {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Blimone';
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.shop-filters h3, .shop-filters ul {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Blimone';
  font-weight: 500;
  text-transform: uppercase;
}
.shop-filters h3 {
  margin-top: 30px;
  padding-bottom: 2px;
  position: relative;
  cursor: pointer;
}
.shop-filters h3:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2015%2015'%3E%3Cpolygon points='15%207%208%207%208%200%207%200%207%207%200%207%200%208%207%208%207%2015%208%2015%208%208%2015%208%2015%207'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0px;
  top: 3px;
}
.filter-group, .shop-filters h3+ul, .shop-filters h3+div, .shop-filters ul>ul {
  display: none;
}
.shop-filters h3.open:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2015%2015'%3E%3Crect x='0' y='7' width='15' height='1'/%3E%3C/svg%3E");
}

.shop-filters ul {
  font-weight: 300;
  padding-left: 24px;
  list-style-type: none;
}
.filter-list li.active a {
  color: rgb(128,128,128);
}
.woocommerce-breadcrumb {
  display: none;
}
/* Shop hero media */
.shop-hero {
  width: calc(100% + var(--padding) * 2 + 2px);
  margin-left: calc(var(--padding) * -1 - 1px);
  margin-right: calc(var(--padding) * -1 - 1px);
  padding-bottom: 30px;
}
.shop-hero__image {
  width: 100%;
  height: auto;
  display: block;
}
.shop-hero__video {
  position: relative;
  width: 100%;
}
.shop-hero__video iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.product-slider:after {
  content: 'flickity';
  display: none; /* hide :after */
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
  padding: 5px 5px 2px 5px;
}
@media (min-width: 768px) {
  .product-slider:after {
    content: '';
  }
  .product-gallery-item {
    position: relative;
  }
  .product-gallery-item:after {
    content: '+';
    display: block;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 14px;
    right: 9px;
    cursor: pointer;
    text-align: right;
  }
  .product-gallery-item.video:after {
    display: none;
  }
  :root {
    --padding: 30px;
  }
  .products.columns {
    grid-template-columns: repeat(4, 1fr);
  }
  .products.columns .product:nth-child(odd) img, .products.columns .product:nth-child(even) img {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: none;
  }
  .products.columns .product:nth-child(4n+1):after {
    right: 0px;
  }
  .products.columns .product:nth-child(4n+2):after {
    width: calc(100% + 1px);
    right: -1px;
  }
  .products.columns .product:nth-child(4n+3):after {
    width: 100%;
    left: 0px;
  }
  .products.columns .product:nth-child(4n+2) {
    border-right: solid 1px black;
  }
  .shop-filters.open {
    max-width: 350px;
  }
  .product-slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
   
  }
  .product-gallery {
    width: 66.6666666%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .product-gallery-item {
    padding-bottom: 45px;
  }
  .product-single {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .product-title h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 39px;
  }
  .product-description {
    width: 33.3333333%;
    padding-left: 15px;
    position: sticky;
    top: 50px;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    position: -webkit-sticky;
  }
}

/* ===== Product Lightbox (Desktop) ===== */
.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}
.product-lightbox.open {
  display: block;
}
.product-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(251,247,243);
}
.product-lightbox__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product-lightbox__gallery {
  height: 100%;
}
.product-lightbox__cell {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
}
.product-lightbox__cell img {
  max-width: 92vw;
  max-height: 92vh;
  object-fit: contain;
}
.product-lightbox__close {
  width: 22px;
  height: 32px;
  position: fixed;
  top: 10px;
  right: calc(var(--padding) + 10px);
  z-index: 10000;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('img/hbclose.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.lightbox-open { overflow: hidden; }
.cols {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-content h1 {
  font-size: 34px;
  line-height: 30px;
  font-family: 'Blimone';
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
}
.cols .left-col {
  padding-bottom: 30px;
  padding-left: var(--padding);
  padding-right: var(--padding);
}
.cols .right-col { 
  padding-left: var(--padding);
  padding-right: var(--padding);
}
.woocommerce-mini-cart dl.variation {
  display: none;
}
.grid-insert__inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100% + 15px);
}
.products .product--grid-insert {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -15px;
  margin-bottom: -15px;
  border-right: none !important;
}
.single-product-view-cart {
  padding-top: 12px;
}
.single-product-view-cart a {
  width: 100%;
  text-align: center;
  background-color: rgb(251,247,243) !important;
}
.product--fix {
  display: none;
}
h3.open+div>.filter-list, h3.open+div>.filter-list ul {
  display: block !important;
}
.woocommerce a.added_to_cart {
  display: none !important;
}
footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-transform: uppercase;
  padding: 50px 30px 40px;
  -webkit-gap: 15px;
  gap: 15px;
}
footer li, footer p {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  font-family: Blimone;
  display: inline-block;
}

footer ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 15px;
  gap: 15px;
}
footer .newsletter {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-gap: 15px;
  gap: 15px;
}
footer .newsletter .newsletter-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
footer .newsletter input[type="email"] {
  border: none;
  border-bottom: 1px solid black;
  font-size: 21px;
  line-height: 21px;
  font-family: Blimone;
  text-transform: uppercase;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
footer .newsletter form {
  position: relative;
}
footer .newsletter button[type="submit"] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 21px;
  line-height: 21px;
  font-family: Blimone;
  position: absolute;
  right: 0;
  top: 0;
}
.product-thumbnail--video {
  display: -webkit-flex;
  display: flex;
  aspect-ratio: 1 / 1;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .products .product--grid-insert { 
    grid-column: span 2;
  }
  .cols .left-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    
  }
  .cols .right-col {
    border-left: 1px solid black;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .shop-filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 700px;
  }

  .shop-filters.open {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 700px;
    width: 700px;
    margin-left: 0px;
    padding-left: 6px;
    
  }
  .shop-filters h2 {
    position: relative;
  }
  .shop-filters h2 span {
    margin-bottom: 0;
  }
  .shop-filters h3 {
    margin-top: 5px;
  }
  .shop-filters.open h2:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .product-gallery .product-gallery-item {
    cursor: zoom-in;
  }
}
@media(max-width: 768px) {
  footer {
    padding: 15px;
  }
  .col-2 {
    padding-top: 20px;
  }
  .products .product--grid-insert { 
    grid-column: span 2;
    min-height: 300px;

  }
  .products .product figure {
    overflow: visible;
  }
  .products .product figure .hover-video {
    display: none;
  }
}
h2.site-slogan {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Blimone';
  text-transform: none;
  font-weight: 500;
}
#search {
  width: 180px;
    text-align: center;
    border-left: solid 1px black !important;
    border-right: solid 1px black !important;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Blimone';
    text-transform: uppercase;
    padding: 16px 20px 5px 20px;
    background-image: url(img/search.svg);
    background-repeat: no-repeat;
    background-position: 20px 16px;
    background-size: 20px;
}
@media(min-width: 1080px) {
  h2.site-slogan {
    position: absolute;
    width: 210px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  li.shop-link {
    background-color: #e3b17f;
  }
  .header-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: end;
    justify-content: end;
    padding-right: 41px;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  h1.site-logo {
    position: static;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  #search {
    width: 120px;
    text-align: left;
    padding-left: 40px;
    background-position: 10px 16px;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
  }
  header#head {
    display: -webkit-flex;
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-left: 1px solid black;
    border-right: 1px solid black;
    min-height: 75px;
    position: relative;
  }
  header#head nav li:hover>a {
    color: red;
  }
  nav li, header#head {
    font-family: 'Blimone';
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
    list-style-type: none;
  }
  .sub-menu {
    display: none !important;
  }
  .menu-toggle {
    display: none;
  }
  .header-middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
    pointer-events: none;
  }
  .header-middle a {
    pointer-events: all;
  }
  .header-left, .header-right {
    width: calc(50% - 100px);
  }
  .header-left:after, .header-right:after {
    content: '';
    position: absolute;
    top: 45px;
    left: 0px;
    width: 440px;
    height: 1px;
    background-color: black;
    pointer-events: none;
  }
  .header-right:after {
    left: auto;
    right: 0px;
    width: 440px;
  }
  .header-left>div>ul {
    display: -webkit-flex;
    display: flex;
  }
  
  .header-left>div>ul>li>a, .header-right li a {
    height: 46px;
    display: block;
    border-right: 1px solid black;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: solid 1px black;

  }
  .account-link a:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 22px;
    background-image: url('img/user.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    vertical-align: top;
    margin-top: -3px;
  }
  .header-right ul {
    display: -webkit-flex;
    display: flex;
  }
  .header-left>div>ul>li:last-child>a {
    border-right: none;
  }
  li.menu-item-has-children:hover>.sub-menu, li.menu-item-has-children.hover>.sub-menu {
    display: -webkit-flex !important;
    display: flex !important;
    padding-bottom: 100px;
  }
  li.menu-item-has-children {
    margin-bottom: 0;
    transition: margin-bottom 0.25s ease;
  }
  li.menu-item-has-children:hover, li.menu-item-has-children.hover {
    margin-bottom: 120px;
  }
  ul.sub-menu {
    position: absolute;
    width: calc(100% - 100px);
    left: 50px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px;
  }
  nav.header-left>div>ul>li>ul>li {
    padding-left: 30px;
    padding-right: 30px;
  }
  nav.header-left>div>ul>li>ul>li:first-child {
    padding-left: 0;
  }
  nav.header-left>div>ul>li>ul>li>a {
    border-right: 1px solid black;
    padding-right: 60px;
    display: block;
  }
  nav.header-left>div>ul>li>ul>li:not(:first-child) {
    text-align: center;

  }
  nav.header-left>div>ul>li>ul>li:last-child {
    border-right: none;
  }
  nav.header-left>div>ul>li>ul>li:last-child>a {
    border-right: none;
  }
  ul.sub-menu ul.sub-menu {
    padding-top: 24px;
    width: auto;
  }
  ul.sub-menu ul.sub-menu {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-gap: 40px;
    gap: 40px;
    left: auto;
    transform: translateX(calc(-50% + 11vw));
  }
  ul.sub-menu>li:first-child ul.sub-menu {
    transform: translateX(0);
  }
}
@media(max-width: 1081px) {
  header#head {
    position: fixed;
    background-color: rgb(251,247,243);
    width: 100%;
    z-index: 10000;
    transform: translateY(-100%);
    transition: transform 0.25s ease;
    top: 0;
    padding-top: 80px;
    padding-left: var(--padding);
    padding-right: var(--padding);
    max-height: 100vh;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  header#head::-webkit-scrollbar {
    display: none;
  }
  header#head:before, header#head:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    left: calc(var(--padding));
    height: 100%;
    top: 0;
    background-color: black;
  }
  header#head:after {
    left: auto;
    right: var(--padding);
  }
  .show-menu header#head {
    transform: translateY(0);
  }
  h2.site-slogan {
    position: absolute;
    z-index: 10001;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
  }
  div>ul>li.menu-item-has-children:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 22px;
    background-image: url('img/down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 12px;
    pointer-events: none;
  }
  div>ul>li.menu-item-has-children.open:after {
    transform: rotate(180deg);
  }
  .show-menu h2.site-slogan {
    position: fixed;
  }
  .sub-menu {
    display: none;
  }
  .sidecart-toggle {
    padding-top: 17px;
  }
  h1.site-logo {
    z-index: 10001;
    width: 150px;
    left:50%;
    transform: translateX(-50%);
  }
  header#head ul.menu>li a, .header-right-menu li a {
    list-style-type: none;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Blimone';
    text-transform: uppercase;
  }
  nav>div>ul>li, .header-right-menu li {
    margin-left: 15px;
    margin-right: 15px;
    padding: 12px 0px 8px 0px;
    position: relative;
    display: block;
    width: calc(100% - 30px);
    border-bottom: solid 1px black;
  }
  nav>div>ul>li>a {
    display: block;
    width: 100%;
  }
  .sub-menu li {
    padding: 5px 20px 0px 20px;
    display: block;
    list-style-type: none;
    text-transform: none;
  }
  body.show-menu {
    overflow: hidden;
  }
  .sub-menu li a {
    text-transform: none !important;
  }
  main.container {
    padding-top: 80px;
  }
  a.shop-link {
    top: 65px;
    z-index: 1000;
  }
  #search {
    display: block;
    border-top: none;
  width: calc(100%);
  padding-left: 50px;
  text-align: left;
    border-bottom: solid 1px black;
    background-color: rgb(251,247,243);
  }
  .header-right {
    display: flex;
    flex-direction: column-reverse;
  }
}
.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0;
}
.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle {
  padding: 0;
}
.product-gallery-item.video {
  display: flex;
  align-items: center;
  height: 100%;
}
#sidecart-title {
  opacity:0;
}
@media(min-width: 1600px) {
  .sidecart-toggle {
    right: calc(50vw - 797px);
  }
}