/** Shopify CDN: Minification failed

Line 16:18 Unexpected "{"
Line 16:27 Expected ":"
Line 32:18 Unexpected "{"
Line 32:27 Expected ":"
Line 37:18 Unexpected "{"
Line 37:27 Expected ":"
Line 42:18 Unexpected "{"
Line 42:27 Expected ":"
Line 60:18 Unexpected "{"
Line 60:27 Expected ":"
... and 141 more hidden warnings

**/
#shopify-section-{{ section.id }} .popup-toast-uni-381 {
  display: flex;
  width: 380px;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #6FB99A;
  background: #E7F3EE;
  position: fixed;
  bottom: 32px;
  right: 0px;
  z-index: 999999;
  transform: translateX(200%);
  transition: transform 300ms ease-in-out;
}
#shopify-section-{{ section.id }} .popup-toast-uni-381.toast-easein-open {
  display: flex;
  right: 16px;
  transform: translateX(0%);
}
#shopify-section-{{ section.id }} .popup-toast-left-uni-381 {
  display: flex;
  align-items: center;
  gap: 10px;
}
#shopify-section-{{ section.id }} .popup-toast-icon-uni-381 {
  display: flex;
  width: 28px;
  height: 28px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #0F8A56;
  color: #FFF;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#shopify-section-{{ section.id }}  .popup-toast-text-uni-381 {
  color: #11322C;
  font-family: "Lausanne";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
#shopify-section-{{ section.id }}  .popup-toast-link-uni-381 {
  color: #294741;
  font-family: "Lausanne";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.bodyoverlay {
  overflow: hidden;
}
.bodyoverlay::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.25;
  z-index: 9999;
}

#shopify-section-{{ section.id }} .popup-card-wrapper-381 {
  display: flex;
  width: 390px;
  padding: 16px 16px 40px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background: #FBF1E8;
  position: fixed;
  bottom: 16px;
  right: 0px;
  z-index: 999999;
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
  height: auto;
  max-height: calc(100% - 28px);
  overflow: auto;
}
#shopify-section-{{ section.id }} .popup-card-wrapper-381.easein-open {
  right: 16px;
  transform: translateX(0%);
}
#shopify-section-{{ section.id }} .popup-close-button-wrapper-381 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
}
#shopify-section-{{ section.id }} .popup-close-button-381 {
  display: flex;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  color: #212121;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.4px;
  cursor: pointer;
}
#shopify-section-{{ section.id }} .popup-card-content-381 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
#shopify-section-{{ section.id }} .popup-product-info-381 {
  display: flex;
  align-items: center;
  gap: 9px;
  align-self: stretch;
}
#shopify-section-{{ section.id }} .popup-img-381 {
  display: flex;
  width: 110px;
  height: 110px;
  align-items: flex-start;
}
#shopify-section-{{ section.id }} .popup-product-title-381 {
  color: #0A1E1A;
  font-family: "Lausanne";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
#shopify-section-{{ section.id }} .popup-product-desc-381 {
  color: var(--Neutral-800, #424242);
  font-family: "Lausanne";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 21px;
}
#shopify-section-{{ section.id }} .popup-pack-includes-381 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
#shopify-section-{{ section.id }} .popup-pack-includes-title-381 {
  color: #212121;
  font-family: "Lausanne";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
#shopify-section-{{ section.id }} .popup-pack-item-381 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  align-self: stretch;
}
#shopify-section-{{ section.id }} .popup-pack-item-icon-381 {
  color: #424242;
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-top: 5px;
}
#shopify-section-{{ section.id }} .popup-pack-item-text-381 {
  color: #424242;
  font-family: "Lausanne";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 25.6px;
}
#shopify-section-{{ section.id }} .popup-purchase-section-381 {
  width: 100%;
  display: unset !important;
  padding: unset !important;
  align-items: unset !important;
  gap: unset !important;
  align-self: unset !important;
  border-radius: unset !important;
  border: unset !important;
  background: unset !important;
  justify-content: unset !important;
}
#shopify-section-{{ section.id }} .bind-these-two {
  display: flex;
  gap: 8px;
}
#shopify-section-{{ section.id }} .popup-radio-icon-381 {
  display: flex;
  width: 18px;
  height: 18px;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #212121;
  background: #212121;
  box-shadow: 0 0 0 3px #FFF inset;
}
#shopify-section-{{ section.id }} .popup-purchase-label-381 {
  color: #212121;
  font-family: "Lausanne";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  /* min-width: 240px; */
}
#shopify-section-{{ section.id }} .popup-purchase-price-381 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
#shopify-section-{{ section.id }} .popup-price-381 {
  color: #424242;
  font-family: "Lausanne";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 14px !important;
  letter-spacing: 0.35px !important;
}
#shopify-section-{{ section.id }} .popup-cross-price-381 {
  color: #9E9E9E;
  font-family: "Lausanne";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 14px !important;
  text-decoration-line: line-through !important;
}
#shopify-section-{{ section.id }} .popup-card-content-381 form {
  width: 100%;
}
#shopify-section-{{ section.id }} .popup-toast-uni-inr-381 {
  display: none; /* flex */
  width: 358px;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #6FB99A;
  background: #E7F3EE;
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999999;
  transform: translateY(200%);
  transition: transform 300ms ease-in-out;
}
#shopify-section-{{ section.id }} .popup-toast-uni-inr-381.easein-inr-open {
  transform: translateY(0%);
}
#shopify-section-{{ section.id }} .popup-toast-left-uni-inr-381 {
  display: flex;
  align-items: center;
  gap: 10px;
}
#shopify-section-{{ section.id }} .popup-toast-icon-uni-inr-381 {
  display: flex;
  width: 28px;
  height: 28px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #0F8A56;
  color: #FFF;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.#shopify-section-{{ section.id }} popup-toast-text-uni-inr-381 {
  color: #11322C;
  font-family: "Lausanne";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
#shopify-section-{{ section.id }} .popup-toast-link-uni-inr-381 {
  color: #294741;
  font-family: "Lausanne";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
#shopify-section-{{ section.id }} .toast-btn-381 {
  display: flex;
  gap: 4px;
  width: 100%;
  font-size: 14px !important;
  line-height: 14px;
}
#shopify-section-{{ section.id }} .tst-btn-del-price-381 {
  color: #9E9E9E;
  font-weight: 400;
}
#shopify-section-{{ section.id }} .pc-includes-title-381 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}
#shopify-section-{{ section.id }} .popup-prc-box {
  display: flex;
  gap: 4px;
  align-items: center;
}

/* switch style starts here */
#shopify-section-{{ section.id }} .popup-subbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 4px;
  /* border: 1px solid #bdbdbd; */
  height: 54px;
  background: rgba(17, 50, 44, 0.10);
  justify-content: flex-start;
}
#shopify-section-{{ section.id }} .popup-subbox:has(.popup-outer-switch.d-none) {
  justify-content: center;
}
/* #shopify-section-{{ section.id }} .popup-subbox.popup-subbox-checked {
  background: rgba(17, 50, 44, 0.10);
  border: 1px solid #11322C;
  justify-content: flex-start;
} */
#shopify-section-{{ section.id }} .popup-subbox-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}
#shopify-section-{{ section.id }} .popup-subbox-heading {
  color: #424242;
  font-family: "Lausanne";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
#shopify-section-{{ section.id }} .popup-subbox-description {
  color: #424242;
  font-family: "Lausanne";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
#shopify-section-{{ section.id }} .popup-outer-switch {
  width: 44.571px;
  height: 24px;
}
#shopify-section-{{ section.id }} .popup-subbox-switch {
  position: absolute;
  width: 44.571px;
  height: 24px;
}
#shopify-section-{{ section.id }} .popup-subbox-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#shopify-section-{{ section.id }} .popup-subbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 30px;
}
#shopify-section-{{ section.id }} .popup-subbox-slider::before {
  position: absolute;
  content: "";
  height: 22.286px;
  width: 22.286px;
  background: #8B8B8B;
  transition: 0.4s;
  border-radius: 50%;
  transform: translateX(0px);
}
#shopify-section-{{ section.id }} .popup-subbox-switch input + .popup-subbox-slider {
  background: #D9D9D9;
  border: solid 1px #BEBEBE;
}
#shopify-section-{{ section.id }} .popup-subbox-switch input:checked + .popup-subbox-slider {
  background: #0F2D28;
  border: solid 1px #0F2D28;
}
#shopify-section-{{ section.id }} .popup-subbox-switch input:checked + .popup-subbox-slider::before {
  transform: translateX(20px);
  background: #F8F8F8;
}
.popup-subbox-content-box:not(.sfl) {
  display: flex;
  align-items: center;
  gap: 6px;
}
.popup-subbox-content-box.sfl .wood {
  display: none;
}
.popup-subbox-content-box.sfl .popup-subbox-description {
  font-weight: 200;
}

.btn-loader.loading {
  background: #11322C !important;
}
/* switch style ends here */

@media (max-width: 768px) {
  #shopify-section-{{ section.id }} .popup-toast-uni-381 {
    width: 354px;
    padding: 8px 12px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: transform 300ms ease-in-out;
  }
  #shopify-section-{{ section.id }} .popup-toast-uni-381.toast-easein-open {
    right: 8px;
    bottom: 8px;
    transform: translate(-50%, 0%);
  }
  #shopify-section-{{ section.id }} .popup-toast-text-uni-381 {
    font-size: 14px;
    line-height: 21px;
  }
  #shopify-section-{{ section.id }} .popup-toast-link-uni-381 {
    font-size: 14px;
    line-height: 21px;
  }
  #shopify-section-{{ section.id }} .popup-card-wrapper-381 {
    width: 100%;
    padding: 10px 16px 40px 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    border-radius: 16px 16px 0 0;
    background: #FBF1E8;
    position: fixed;
    bottom: 0px;
    right: 0px;
    transform: translateY(100%);
    transition: transform 300ms ease-in-out;
  }
  #shopify-section-{{ section.id }} .popup-card-wrapper-381.easein-open {
    right: 0;
    transform: translateY(0%);
  }
  #shopify-section-{{ section.id }} .popup-close-button-381 {
    font-size: 17px;
    line-height: 25.5;
  }
  #shopify-section-{{ section.id }} .popup-img-381 {
    width: 104px;
    height: 104px;
  }
  #shopify-section-{{ section.id }} .popup-img-381 img {
    width: 100%;
    height: 100%;
    object-fit:cover;
  }
  #shopify-section-{{ section.id }} .popup-product-texts-381 {
    max-width: 230px;
  }
  #shopify-section-{{ section.id }} .popup-product-title-381 {
    font-size: 20px;
    line-height: 30px;
  }
  #shopify-section-{{ section.id }} .popup-product-desc-381 {
    font-size: 14px;
    line-height: 21px;
  }
  #shopify-section-{{ section.id }} .popup-pack-includes-title-381 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.18px;
  }
  #shopify-section-{{ section.id }} .popup-pack-item-icon-381 {
    font-size: 10px;
    line-height: 15px;
    padding-top: 4px;
  }
  #shopify-section-{{ section.id }} .popup-pack-item-text-381, .popup-purchase-label-381, .popup-price-381 {
    font-size: 14px;
    line-height: 21px;
  }
  #shopify-section-{{ section.id }} .popup-cross-price-381 {
    font-size: 12px;
    line-height: 15.6px;
  }
  #shopify-section-{{ section.id }} .box-inr {
    bottom: -60px;
    width: 354px;
    padding: 8px 12px;
    /* right: 16px; */
    left: 50%;
    transform: translate(-50%, 100%);
    transition: transform 300ms ease-in-out;
  }
  #shopify-section-{{ section.id }} .box-inr.easein-inr-open {
    bottom: 12px;
    transform: translate(-50%, 0%);
  }
  #shopify-section-{{ section.id }} .popup-subbox {
    height: 38px;
    padding: 24px 12px;
  }
  #shopify-section-{{ section.id }} .popup-outer-switch, .popup-subbox-switch {
    width: 24px;
    height: 14px;
  }
  #shopify-section-{{ section.id }} .popup-subbox-slider::before {
    width: 12px;
    height: 12px;
  }
  #shopify-section-{{ section.id }} .popup-subbox-heading, #shopify-section-{{ section.id }} .popup-subbox-description {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.18px;
  }
  #shopify-section-{{ section.id }} .popup-subbox-switch input:checked + .popup-subbox-slider::before {
    transform: translateX(10px);
  }
}