/** Shopify CDN: Minification failed

Line 907:10 Unexpected "{"
Line 907:19 Expected ":"
Line 914:13 Unexpected "{"
Line 914:22 Expected ":"
Line 917:13 Unexpected "{"
Line 917:22 Expected ":"
Line 919:12 Unexpected "{"
Line 919:21 Expected ":"
Line 928:12 Unexpected "{"
Line 928:21 Expected ":"
... and 8 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:banner-slider (INDEX:2) */
.upment-bannerslider { position: relative; overflow: hidden; 
    aspect-ratio: var(--aspect-ratio-mobile);
  }
  .slide { position: absolute; top:0; left:0; width:100%;}
  .slide-clone { display: none; }
  .banner-text-wrapper { position:absolute; top:0; height:100%; display:flex; align-items:center; z-index:2; }
  .banner-text-wrapper.left { left:0; justify-content:flex-start; }
  .banner-text-wrapper.middle { left:50%; transform:translateX(-50%); justify-content:center; }
  .banner-text-wrapper.right { right:0; justify-content:flex-end; }
  .banner-text { padding:15px; color:white; font-weight:500; }
  @media (min-width: 768px) {
    .upment-bannerslider { aspect-ratio: var(--aspect-ratio); }
  }
  @media(max-width:991px){ 
    .banner-text-wrapper { width:70%; left:50%; transform:translateX(-50%); text-align:center; } 
    .desktop-wrapper { display:none; } 
  }
  @media(min-width:992px){ .mobile-wrapper { display:none; } }
/* END_SECTION:banner-slider */

/* START_SECTION:cart (INDEX:5) */
.cart__wrapper {
  padding-top: 25px;
  padding-bottom: 50px;
}
.cart-item {
  position: relative;
}

.cart__title {
  margin-bottom: 7px;
  text-align: left;
}

.cart__title h1 {
  font-size: 16px;
}

.cart__empty {
  margin-top: 20px;
}

.cart__summary {
  margin-bottom: 25px;
  margin-inline: 15px;
  padding-bottom: 13px;
  padding-top: 20px;
  padding-inline: 4px;
  background-color: #fffff6;
  text-align: left;
  border-bottom: 2px solid #c7a635;
}
.cart__summary-title {
  color: #4b1b0e;
  font-size: 12px;
  font-weight: 700;
}

.cart__total {
  padding-top: 10px;
  font-size: 12px;
}
.cart__total > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart__discount span:last-child {
  color: #2e7d32;
  font-weight: 700;
}

.cart__order {
  padding-top: 20px;
}
.cart__order span:last-child {
  font-weight: 700;
}

.cart__checkout {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 45px;
}

.cart__checkout button {
  position: relative;
  display: block;
  width: 230px;
  height: 43px;
  background-color: #4b1b0e;
  color: #ffffff;
  border: 3px solid #4b1b0e;
  border-radius: 10px;
  padding: 0 15px 5px;
  font-family: q3sc, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
  cursor: pointer;
  overflow: visible;
  transition: background 0.15s;
  box-shadow: inset 0 0 3px #e2dec5;
}

.cart__multiple-address-checkout {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.cart__multiple-address-checkout a {
}

.cart__shipping-info {
  padding: 4px;
  text-align: left;
}
.cart__shipping-info p {
  color: #ca171d;
  font-family: "q3sc", sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.cart__further-details {
  text-align: left;
  background-color: #fffff6;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-inline: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #d1d1d1;
}

.cart__items {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  background-color: #fffff6;
}

.cart-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-inline: 10px;
  border-bottom: 2px solid #c7a635;
}
.cart-item__title {
  padding: 20px 25px 0 20px;
  text-align: left;
}
.cart-item__title span {
  font-size: 12px;
  font-weight: 700;
}
.cart-item .cart-item__wrapper-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.cart-item--image {
  width: 60px;
}

.cart-item--title-wrapper {
  padding-top: 12px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 12px;
}

.cart-item--title {
  margin-bottom: 5px;
  font-size: 12px;
}

.cart-item--properties {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  max-height: 90px;
  overflow-y: auto;
}
.cart-item--property {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.cart-item--property span:first-child {
  width: 90px;
  font-weight: 700;
}

.cart-item__wrapper-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 7px;
}
.cart-item__wrapper-bottom > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.cart-item__wrapper-bottom > div > *:first-child {
  font-weight: 700;
}
.cart-item__qty select {
  width: 47px;
  height: 32px;
  padding: 0 0 0 10px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  font-size: 12px;
  color: #4b1b0e;
  background-color: transparent;
  display: flex;
  align-items: center;
  line-height: 32px;
}

.cart-item__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 15px;
}
.cart-item__edit, .cart-item__remove {
      display: inline-block;
    text-decoration: none;
    padding: 0 15px;
    color: #ca171d;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.cart-item .loading-spinner {
  display: none;
  margin-left: 8px;
  vertical-align: middle;
}

.cart-item .loading-spinner svg {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.cart__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
      background-color: #fffff6;
}
.cart__actions a {
  display: flex;
  align-items: center;
  padding: 7px 15px 7px 0;
  font-family: "q3sc", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #4b1b0e;
}
.cart__actions a:before {
      -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top;
}

.cart__actions button {
  
}


/* Quantity update loading state */
.cart-item.loading-qty .cart-item__subtotal .loading-spinner {
  display: inline-block;
}

.cart-item.loading-qty .cart-item__subtotal .value {
  display: none;
}

/* Cart Item Actions Loading */
.cart-item__actions {
  position: relative;
}

.cart-item__actions .loading-spinner--actions {
  display: none;
}

.cart-item.loading-action .loading-spinner--actions {
  display: inline-block;
}

.cart-item.loading-action .cart-item__actions .cart-item__edit,
.cart-item.loading-action .cart-item__actions .cart-item__remove {
  display: none;
}

/* Common Modal Styles */
.cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
}

.cart-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.cart-modal__content {
  box-sizing: border-box;
  position: relative;
  background: white;
  padding: 48px;
  max-width: 600px;
  width: 75%;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.cart-modal__message {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  color: #4B1B0E;
  text-align: left;
}

/* Error Modal Specific Styles */
.cart-error-modal__close-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.cart-error-modal__close-icon > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

.cart-error-modal__close-icon::before {
  font-family: icons-blank-theme;
  content: '\e616';
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  color: #4B1B0E;
  display: block;
}

.cart-error-modal__close-icon:hover::before {
  color: var(--color-yellow);
}

.cart-error-modal__buttons {
  display: flex;
  justify-content: flex-start;
  padding-top: 48px;
}

.cart-error-modal__close {
  padding: 7px 15px;
  background-color: transparent;
  color: #4B1B0E;
  border: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

/* Confirmation Modal Specific Styles */

.cart-confirm-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.cart-confirm-modal__close > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

.cart-confirm-modal__close::before {
  font-family: icons-blank-theme;
  content: '\e616';
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  color: #4B1B0E;
  display: block;
}

.cart-confirm-modal__close:hover::before {
  color: var(--color-yellow);
}

.cart-confirm-modal__buttons {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
}

.cart-confirm-modal__cancel,
.cart-confirm-modal__confirm {
  padding: 7px 15px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.cart-confirm-modal__cancel {
  background-color: transparent;
  color: #4B1B0E;
}


.cart-confirm-modal__confirm {
  background-color: transparent;
  color: 4B1B0E;
}

/* Cart Element Loading State */
cart-element.loading {
  pointer-events: none;
}

cart-element.loading .cart__checkout button {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Discount Code Styles */
.cart__discount-code {
  text-align: left;
  background-color: #fffff6;
  padding-inline: 4px;
  padding-block: 7px;
  margin-inline: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c7a635;
}

.discount-code__title {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 15px;
  font-size: 12px;
  cursor: pointer;
  text-align: left;
  color: #4b1b0e;
}
.discount-code__title span {
  font-weight: 600;
}
.discount-code__title:after {
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: middle;
}
.discount-code__title[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(90deg);
}

.discount-code__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.discount-code__content.expanded {
  max-height: 500px;
}
.discount-code__input-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.discount-code__input {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    color: inherit;
    font-family: "q3sc", sans-serif;
    font-size: 14px;
    font-style: inherit;
    font-weight: inherit;
    height: 32px;
    line-height: 1.42857;
    margin-inline: 10px;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Arial' !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.discount-code__input:focus {
  outline: none;
  border-color: #4b1b0e;
}

.discount-code__button {
  width: 90%;
  margin-top: 20px;
    text-align: right;
    padding: 0;
    font-weight: 100;
    background: none;
    color: inherit;
    font-size: 12px;
    border-bottom: 1px solid;
    border-radius: 0;
}

.discount-code__button:before {
      content: '>';
    font-size: 15px;
}

.discount-code__button:hover {
  background-color: transparent;
}

.discount-code__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.discount-code__message {
  display: none;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 12px;
}

.discount-code__message--error {
  background-color: #fee;
  color: #c00;
  border: 1px solid #fcc;
}

.discount-code__message--success {
  background-color: #efe;
  color: #060;
  border: 1px solid #cfc;
}

.discount-code__message--info {
  background-color: #eef;
  color: #006;
  border: 1px solid #ccf;
}

.discount-code__applied {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.discount-code__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #e8f5e9;
  border-radius: 5px;
  margin-bottom: 8px;
}

.discount-code__name {
  font-size: 12px;
  font-weight: 700;
  color: #2e7d32;
  text-transform: uppercase;
}

.discount-code__amount {
  font-size: 12px;
  font-weight: 700;
  color: #2e7d32;
  margin-left: auto;
  margin-right: 10px;
}

.discount-code__remove {
  display: inline-block;
  padding: 4px 10px;
  background-color: transparent;
  color: #ca171d;
  border: 1px solid #ca171d;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s;
}

.discount-code__remove:hover {
  background-color: #ca171d;
  color: #ffffff;
}

discount-code.loading {
  pointer-events: none;
  opacity: 0.7;
}


@media (width >= 992px) {
  .cart__wrapper {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    column-gap: 15px;
    padding-top: 50px;
  }

  .cart__title {
    grid-column-start: 1;
    grid-column-end: 11;
  }
  .cart__empty {
    grid-column-start: 1;
    grid-column-end: 11;
    margin-top: 0;
  }
  .cart_sidebar {
    grid-row-start: 2;
        grid-column-start: 8;
    grid-column-end: 11;
  }
  .cart__form {
        grid-row-start: 2;
        grid-column-start: 1;
    grid-column-end: 8;
  }

  .cart-item {
    display: grid;
    grid-template-columns: 320px 1fr;
    column-gap: 15px;
    row-gap: 5px;
  }

  .cart-item__title {}
  .cart-item .cart-item__wrapper-top {
    grid-row-start: 2;
  }
  .cart-item__wrapper-bottom {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    gap: 20px;
    padding-top: 10px;
  }
  .cart-item--image {
    width: 110px;
  }
  .cart-item--title-wrapper {
    padding-top: 0;
    margin-top: -10px;
  }
  .cart-item__actions {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: space-between;
    padding-left: 160px;
    padding-right: 20px;
  }

  .cart__actions {
    flex-direction: row;
    justify-content: space-between;
  }
  .cart__summary {
    margin-inline: 0;
  }
  .cart__further-details {
    margin-inline: 0;
  }
  .cart__discount-code {
    margin-inline: 0;
  }
}
/* END_SECTION:cart */

/* START_SECTION:collection (INDEX:6) */
.collection-description {
	margin-bottom: 4rem;
}

.collection-products {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 1080px;
	margin: 0 auto;
}

.collection-product {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.collection-product__image-wrapper {
	width: 100%;
	position: relative;
	padding-top: 140%;
	height: 0;
	overflow: visible !important;
	margin-bottom: 10px;
}

.collection-product__image {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	overflow: visible !important;
}

.collection-product__image img {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
	display: block;
	filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 0.44));
}

.collection-product__content {
	text-align: center;
	color: #000;
	display: block;
}

.collection-product__title {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.4;
}

.collection-product__title a {
	text-decoration: none;
	color: inherit;
	transition: color 0.2s ease;
}

.collection-product__title a:hover {
	text-decoration: underline;
	color: var(--color-yellow);
}

.collection-product__price {
	font-size: 14px;
}

@media only screen and (min-width: 1024px) {
	.collection-products {
		grid-template-columns: repeat(4, 1fr);
	}
}

.pagination-wrapper {
	text-align: center;
	margin-top: 40px;
}

.pagination-wrapper * {
	font-family: 'q1';
	font-size: 15px;
	font-weight: 700;
}
/* END_SECTION:collection */

/* START_SECTION:collections-grid (INDEX:7) */
#section-{{ section.id }} .grid {
			display: grid;
			gap: var(--section-gap);
			grid-template-columns: repeat(var(--columns-mobile), 1fr);
			padding: 20px 25px;
		}
		@media (min-width: 640px) {
			#section-{{ section.id }} .grid { grid-template-columns: repeat(var(--columns-tablet), 1fr); }
		}
		@media (min-width: 1024px) {
			#section-{{ section.id }} .grid { grid-template-columns: repeat(var(--columns-desktop), 1fr); }
		}
		#section-{{ section.id }} .card {
			display: flex;
			flex-direction: column;
			text-decoration: none;
			color: inherit;
			text-align: center;
			gap: 8px;
			margin: 12px;
		}
		#section-{{ section.id }} .media {
			width: 100%;
			aspect-ratio: 50 / 71;
			border-radius: 6px;
		}
		#section-{{ section.id }} .media img,
		#section-{{ section.id }} .media svg {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
		}
		#section-{{ section.id }} h3 {
			font-size: 1.2rem;
			margin: 0;
		}
		#section-{{ section.id }} .home-page-image img {
			filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 0.25));
		}
/* END_SECTION:collections-grid */

/* START_SECTION:collections (INDEX:8) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:contact-form (INDEX:9) */
.contact-wrapper{
      padding-bottom: 40px;
    }
    .contact-wrapper .field{
        padding: 7px;
    }
    .store-details, .contact-form{
        background-color: #fffff6;
    }
    .store-details{
      border-bottom: 2px solid #C7A635;
      margin-left: 1rem;
      text-align: left;
      padding: 10px 5px 20px;
    }
    textarea{
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
    }
    .form-title{
      font-size: 16px;
      margin-bottom: 5px;
    }
    .form-title, .contact-form{
      text-align: left;
    }
    .contact-form{
      border-bottom: 2px solid #C7A635;
    }
    .contact-form .control select{
      padding: 0 5px;
      max-width: 100%;
    }
    .btn{
      margin: 20px 7px;
      margin-bottom: 27px;
      box-shadow: inset 0 0 3px #e2dec5;
      padding: 5px 15px;
      line-height: 32px;
      font-size: 18px;
      background-color: #4B1B0E;
      border-color: #4B1B0E;
      color: #fff;
      border: 3px solid #4B1B0E;
      border-radius: 10px;
    }
    .field.required > label::after{
      content: '*';
      color: #e02b27;
    }
    .cms-subtitle{
      margin: 0 auto 3rem auto;
    }
    .success-top {
      margin-bottom: 20px;
      padding: 10px;
      border: 1px solid var(--color-dark-brown);;
      border-radius: 6px;
    }
    @media only screen and (min-width: 769px) {
        .contact-wrapper{
          display: flex;
        }
        .col-sm-4 {
            width: 33.33333333%;
        }
        .col-sm-6 {
            width: 50%;
        }
        .col-sm-12 {
            width: 100%;
        }
        .col-sm-8 {
            width: 66.66666667%;
        }
        .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
            float: left;
        }
        .btn{
          float: right;
        }
    }
    @media only screen and (max-width: 768px){
      .store-details{
        margin-left: 0;
        margin-top: 2rem;
      }
    }
/* END_SECTION:contact-form */

/* START_SECTION:custom-section (INDEX:10) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:duty (INDEX:11) */
#duty-message-container {
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #000;
	display: none;
}
#duty-result-text {
	font-weight: bold;
	margin: 0;
}
.duty-notice {
	margin-top: 1rem;
	text-align:left;
	color: #ff0000;
}
/* END_SECTION:duty */

/* START_SECTION:hello-world (INDEX:14) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:newsletter (INDEX:15) */
.newsletter-form{
  display: flex;
  gap: 10px;
  max-width: 450px;
}
.newsletter-form input[type="email"] {
  flex: 1;
  padding: 12px 15px 12px 35px;
  border: 1px solid #c2c2c2;;
  border-radius: 4px;
  outline: none;
}
.newsletter-form button[type="submit"] {
  color: var(--color-yellow);
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-color: var(--color-yellow);
  border: 1px solid;
}
.newsletter-form::before {
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: "";
  font-family: "icons-blank-theme";
  margin: inherit;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
.newsletter-section{
  padding-bottom: 40px;
}
/* END_SECTION:newsletter */

/* START_SECTION:product (INDEX:19) */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.topimage-container {
    display: flex;
    gap: 20px;
}

.topimage-single {
    width: 100%;
}

.topimage-image {
    width: 50%;
}

.product-title {
    font-size: 46px;
}

.product-info table,
.product-info td {
    border-color: transparent;
}

.product-info table {
    table-layout: fixed;
}

.product-info p {
    line-height: 1.71rem;
    letter-spacing: 0.02rem;
}

.product-info p.capital-paragraph::first-letter {
    font-size: 2.5714285714rem;
}

.product-info p.caption {
    font-size: 0.875rem;
    line-height: 0.9835714286rem;
    text-align: center;
    margin-bottom: 14px;
}

@media (min-width:769px) {
    .product-title {
        font-size: 59px;
    }

    .topimage-single img,
    .topimage-image img {
        width: var(--top-image-width, 100%);
    }

}

.variant-legend {
    margin-bottom: 10px;
}

.variant-group {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.product-variant-picker .variant-group:has(.text-swatch) {
    display: flex;
    flex-wrap: wrap;
}

.product-variant-picker .variant-group .swatch-label:has(.text-swatch) {
    flex: 1;
}
.product-variant-picker .variant-group .text-swatch {
    display: flex;
    align-items: center;
    justify-content: center;
    height: stretch;
}

.variant-section-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.swatch-label {
    margin: 0 5px 5px 0;
    cursor: pointer;
    background-size: cover;
    position: relative;
    display: inline-block;
    max-width: 90px;
    padding: 1px 2px;
}

.swatch-label:has(.color-swatch) {
    border: 1px solid #ccc;
}

input[type="radio"]:checked+.swatch-label .color-swatch,
.swatch-label .color-swatch:hover {
    outline: 2px solid #ff5100;
    outline-offset: 1px;
    border-radius: 0;
}

input[type="radio"]:checked+.swatch-label .text-swatch,
.swatch-label .text-swatch:hover {
    outline: 2px solid #ff5100;
    outline-offset: 1px;
    border-radius: 6px;
}

input[type="radio"]:disabled+label {
    text-decoration: line-through;
    cursor: not-allowed;
    opacity: 0.3;
}

.variant-input {
    display: none;
}

.swatch-label .color-swatch,
.swatch-label img {
    width: 100px;
    height: 100px;
    display: block;
}

.text-swatch {
    min-width: 50px;
    display: block;
    text-align: center;
    padding: 3px 5px;
}

.product-main {
    display: flex;
    gap: 40px;
}

.product-media,
.product-details {
    width: 50%;
    box-sizing: border-box;
}

.product-details {
    background-color: #fffff6;
    text-align: left;
    padding: 0 10px;
}

.product-swiper img {
    width: 100%;
    display: block;
}
.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
    color: #bebebe;
}

.product-info td>table>tbody>tr>th:first-child,
.product-info td>table>tbody>tr>td:first-child {
    padding-right: 6px;
}

.product-info td>table>tbody>tr>th:last-child,
.product-info td>table>tbody>tr>td:last-child {
    padding-left: 6px;
}

.product-info td>table>tbody>tr>td img {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.57));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.57));
}

@media (max-width: 768px) {
    .product-main {
        flex-direction: column;
    }

    .product-media,
    .product-details {
        width: 100%;
    }

    .topimage-container {
        display: block;
    }

    .topimage-image {
        width: 100%;
    }

    .product-info td {
        width: 100% !important;
        display: block;
        float: left;
        clear: both;
    }

    .product-info td table>tbody>tr>td {
        display: table-cell;
        float: none;
        width: initial !important;
    }
}

.swatch-label.is-sold-out {
    opacity: 0.4;
    cursor: not-allowed;
    position: relative;
}

.swatch-label.is-sold-out::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2) 4px,
            transparent 4px,
            transparent 8px);
    pointer-events: none;
}

.product-purchase-row {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    align-items: center;
}

.product-form .quantity-input {
    width: 42px;
    height: 42px;
    padding: 9px 0;
    font-size: 16px;
    text-align: center;
}

.add-to-cart-btn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    width: 220px;
    text-align: left;
}

.add-to-cart-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.add-to-cart-btn::after {
    height: 30px;
    width: 30px;
    content: '\e611';
    position: absolute;
    right: 15px;
    font-family: icons-blank-theme;
    font-size: 30px;
}

.hulk-group-content>.hulkapps_option {
    margin-bottom: 0 !important;
}

.hulk-group .hulkapps_option_name {
    display: none !important;
}

.hulk-group {
    overflow: hidden;
    position: relative;
}

.hulk-group-title {
    margin-bottom: 10px;
    cursor: pointer;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    transition: background 0.2s ease;
    cursor: pointer;
    font-weight: 400;
    user-select: none;
}

.hulk-group::after,
.hulkapps_option_value::after,
.gpsr-attribute-title::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 14px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid var(--color-dark-brown);
}

.hulkapps_option_value::after {
    top: 18px;
    right: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--color-dark-brown);
}

.hulk-group.active::after, .gpsr-attribute-title.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.hulk-group-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-height: 0;
    transition: max-height 0.3s ease;
    overflow: hidden;
    gap: 10px !important;
}

.hulk-group-content> :last-child::after {
    height: 15px;
}


@media (max-width: 768px) {
    .hulk-group-content {
        grid-template-columns: 1fr;
    }
}

.hulkapps_option {
    width: 100%;
    position: relative;
}

.hulk-group-title::after {
    content: '*';
    color: red;
}

.hulk-group {
    border-radius: 6px;
}

[id^="hulkapps_option_list_"] {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.product-note * {
    font-family: times_semibold;
    font-weight: 900;
}

.product-note td {
    padding: 0 25px;
    vertical-align: top;
}

.product-note td:first-child {
    padding: 0;
}

.product-price {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'q3sc';
}

.stock {
    margin-top: 1.5rem;
}

.custom-ordering {
    padding-left: 30px;
    text-decoration: none;
    position: relative;
}

.custom-ordering::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    transform: translateY(-50%) rotate(270deg);
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid var(--color-dark-brown);
}

.hulkapps_option_value select {
    color: var(--color-dark-brown) !important;
    border: 3px solid var(--color-dark-brown) !important;
    border-radius: 10px;
    padding: 5px 30px !important;
}

.validation_error .hulkapps_option_value select {
    border-color: #FF0808 !important;
}

.validation_error {
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

.wishlisthero-product-page-button-container {
    margin-left: 45px;
}

.wishlisthero-product-page-button-container span {
    font-size: 16px;
}

.wishlisthero-product-page-button-container .btn {
    float: none;
}

.gpsr-container {
    display: block;
    width: 100%;
    margin: 20px 0 10px 0;
}

.gpsr-attribute-title {
    font-size: 15px;
    cursor: pointer;
    position: relative;
    padding: 3px 0;
}

.gpsr-attribute-context {
    display: none;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-contact-left {
    width: 60%;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 10px;
    padding: 8px 20px;
    border: 1px solid;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    margin-bottom: 30px !important;
    margin-top: 20px;
}
.product-contact-left::before {
    content: "";
    position: absolute;
    bottom: -26px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 26px solid;
    border-right: 20px solid transparent;
    left: calc(50% - 20px);
}

.product-contact-left::after {
    content: "";
    position: absolute;
    bottom: -23px;
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-top: 23px solid #fffff6;
    border-right: 19px solid transparent;
    left: calc(50% - 19px);
}
#stock-email-link {
	text-decoration: underline;
	color: #4B1B0E;
	cursor: pointer;
	line-height: 1.42857;
	font-size: 14px;
	font-family: "q3sc", sans-serif;
	display:inline;
}
#stock-email-popup {
	position: fixed;
	max-width: 400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	display: none;
	background: #fff;
	z-index: 9999999;
	padding: 48px;
}
#stock-email-popup.visible {
	display: block;
}
#stock-email-popup * {
	font-family: 'q3sc', sans-serif;
	color: #4B1B0E;
}
#stock-email-popup .heading {
	font-size: 20px;
	line-height: 1.2;
}
#stock-email-popup .popup-text {
	font-size: 1.6rem;
	line-height: 1.2;
}
#stock-email-popup .out-of-stock-form {
	background: #fff;
	padding: 30px;
	max-width: 350px;
	width: 90%;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#stock-email-popup .close-popup {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 24px;
	cursor: pointer;
}

#stock-email-popup .variant-dropdown,
#stock-email-popup .email-input {
	border: 1px solid #ccc;
	width: 100%;
}
#stock-email-popup button {
	color: #fff;
}
.form-response {
	font-size: 14px;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #eee;
}

.form-response[style*="color: green"] {
	border-color: #d4edda;
	background-color: #d4edda;
	color: #155724 !important;
}

.form-response[style*="color: red"] {
	border-color: #f8d7da;
	background-color: #f8d7da;
	color: #721c24 !important;
}
.gpsr-attribute-context { display: none; }
.gpsr-attribute-context.active { display: block; }

.gpsr-attribute-context { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.gpsr-attribute-context.active { max-height: 500px; }

.product-swiper .swiper-slide {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .product-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
  vertical-align: top;
}
/* END_SECTION:product */

/* START_SECTION:search (INDEX:20) */
.search-results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .search-results__form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
  .search-results__count {
    padding-block: 16px;
    font-family: "q3sc", sans-serif;
  }

  .search-result {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .image.search-result__image {
    display: flex;
    aspect-ratio: 7 / 10;
  }
  .image.search-result__image img {
    width: 100%:
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .search-result__content p {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: "q3sc", sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
  }
  .search-result__content a {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #000;
  }

  .search-results .pagination-wrapper {
    grid-column: 1 / -1;
    margin-block: 20px;
  }


  @media (min-width: 600px) {

  }

  @media (min-width: 800px) {

  }

  @media (min-width: 1024px) {
    .search-results {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }




  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
/* END_SECTION:search */

/* START_SECTION:stockists (INDEX:21) */
.stockists-wrapper {
  border: none;
  margin: 0 0 50px 0;
  padding: 0;
}
.stockists-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
  gap: 30px 0;
}
.stockist-item {
  width: 33.3333%;
  padding: 0 20px;
  box-sizing: border-box;
}
.p1 .s1 {
  font-family: 'q3sc', sans-serif;
  font-size: 14px;
  font-weight: 100;
}
.stockist-item h6.p1 .s1 {
  font-size: 16px;
  font-weight: 600;
}
.stockist-item h6{
  text-align: left;
}
.stockists-grid a {
  text-decoration: none;
}
.stockists-grid a:hover {
  color: var(--color-yellow);
  text-decoration: underline;
}
@media (max-width: 768px) {
  .stockist-item {
    width: 100%;
    text-align: center;
  }
  .stockist-item h6, .stockist-item p{
    text-align: center;
  }
}
/* END_SECTION:stockists */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:22) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:23) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:cookie-policy (INDEX:25) */
#cookiesPolicy {
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: auto;
      background: rgb(0, 0, 0);
      color: rgb(198, 165, 64);
      font-family: "Times New Roman";
      font-size: 13px;
      letter-spacing: 0px;
      text-align: center;
      z-index: 1000;
      transform: translateY(100%);
      transition: transform 0.4s ease-in-out;
    }

    #cookiesPolicy.slide-up {
      transform: translateY(0);
    }

    #cookiesPolicy.slide-down {
      transform: translateY(100%);
    }

    .cookies-policy--content {
      position: relative;
      height: auto;
      width: 90%;
      padding: 10px;
      margin-left: auto;
      margin-right: auto;
    }

    .cookies-policy--content p {
      margin-block: 0;
      color: rgb(198, 165, 64);
      font-family: "Times New Roman";
      font-size: 13px;
      letter-spacing: 0px;
      text-align: center;
    }

  .cookies-policy--content a {
        color: rgb(198, 165, 64);
      text-decoration: underline;
  }
  .cookies-policy--close {
    padding: 0;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    line-height: 0;
    height: 24px;
    color: #424a4d;
    border-width: 1px;
    border-radius: 0;
    border-style: solid;
    background-color: var(--color-yellow);
    border-color: #424a4d;
    outline: none;
    font-size: 18px;
  }
/* END_SNIPPET:cookie-policy */

/* START_SNIPPET:image (INDEX:31) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */

/* START_SNIPPET:language-selector (INDEX:32) */
.localization-wrapper {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
        margin-left: auto;
    }
    .localization-wrapper.localization-wrapper__language-selector {
        margin-left: 10px;
    }

    .localization-wrapper select {
        font-size: 14px;
        font-family: inherit;
        border: none;
        background-color: #000;
        color: var(--color-yellow);
    }

    @media (min-width: 769px) {
        .minicart-wrapper{
            margin-left: 0;
        }
        .mobile-localization .localization-wrapper{
            display: none;
        }
    }

    @media (max-width: 768px) {
        .localization-wrapper{
            display: none;
        }
        .mobile-localization .localization-wrapper{
            display: block;
            padding-left: 12px;
            padding-right: 9px;
        }
        .localization-wrapper select {
            font-size: 16px;
        }
}
/* END_SNIPPET:language-selector */

/* START_SNIPPET:localization (INDEX:33) */
.localization-wrapper {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
        margin-left: auto;
    }

    .localization-wrapper select {
        font-size: 14px;
        font-family: inherit;
        border: none;
        background-color: #000;
        color: var(--color-yellow);
    }

    @media (min-width: 769px) {
        .minicart-wrapper{
            margin-left: 0;
        }
        .mobile-localization .localization-wrapper{
            display: none;
        }
    }
    
    @media (max-width: 768px) {
        .localization-wrapper{
            display: none;
        }
        .mobile-localization .localization-wrapper{
            display: block;
            padding-left: 12px;
            padding-right: 9px;
        }
        .localization-wrapper select {
            font-size: 16px;
        }
}
/* END_SNIPPET:localization */

/* START_SNIPPET:product-family (INDEX:37) */
.family-container {
    margin-bottom: 20px;
  }
  .family-active-title {
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 1.2em;
    transition: all 0.2s ease;
  }
  .family-item {
    border: 2px solid transparent;
    padding: 2px;
    cursor: pointer;
    transition: border 0.3s ease;
  }
  .family-item:hover {
    border-color: #ccc; 
  }
  .family-item.active-border {
    border-color: #000; 
  }
  .family-item img {
    display: block;
  }
/* END_SNIPPET:product-family */