/** Shopify CDN: Minification failed

Line 7994:1 Expected "}" to go with "{"

**/
.m-0 {
  margin: 0 !important;
}

/* Loop subscription widget: smooth fade when JS removes it as stuck-loading */
.product-app-block {
  transition: opacity 0.25s ease, max-height 0.4s ease;
}
.product-app-block[data-app-block-empty="true"] {
  opacity: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Hide the currently-selected thumbnail in product galleries so the main image isn't duplicated below. */
.thumbnail-list__item:has([aria-current="true"]) {
  display: none !important;
}

/* FINAL: make CTA row same width as product option boxes */
.product__info-container .product-form__cta-row {
  display: grid !important;
  grid-template-columns: clamp(105px, 28%, 130px) 1fr !important;
  column-gap: 12px !important;
  align-items: center !important;

  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;

  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;

  margin-top: 16px !important;
  margin-bottom: 12px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}
/* Free shipping badge: same width as the cta row */
.product__info-container .product-form__cta-row + .product-shipping-badge,
.product__info-container .product-shipping-badge {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}
@media (min-width: 750px) {
  .product__info-container .product-form__cta-row {
    grid-template-columns: clamp(120px, 20%, 160px) 1fr !important;
  }
}

/* Quantity column */
.product__info-container .product-form__cta-row > .product-form__quantity,
.product__info-container .product-form__cta-row > [id^="Quantity-Form"] {
  grid-column: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* CRITICAL: hide everything inside the quantity column EXCEPT the pill container.
   Kills the duplicate "1" coming from volume_pricing / quantity__rules / labels. */
.product__info-container .product-form__cta-row > .product-form__quantity > *:not(.price-per-item__container),
.product__info-container .product-form__cta-row > [id^="Quantity-Form"] > *:not(.price-per-item__container) {
  display: none !important;
}
/* And inside the pill container, hide any sibling of quantity-input (volume price-per-item span, etc.) */
.product__info-container .product-form__cta-row .price-per-item__container > *:not(quantity-input) {
  display: none !important;
}
/* And inside quantity-input itself, only show its two buttons + the one input */
.product__info-container .product-form__cta-row quantity-input > *:not(button):not(input) {
  display: none !important;
}

/* Hide quantity label/rules */
.product__info-container .product-form__cta-row .quantity__label,
.product__info-container .product-form__cta-row .quantity__rules,
.product__info-container .product-form__cta-row .quantity__rules-cart {
  display: none !important;
}

.product__info-container .product-form__cta-row .price-per-item__container {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.product__info-container .product-form__cta-row quantity-input,
.product__info-container .product-form__cta-row .quantity {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  border: 1.5px solid #d5a63a !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Remove Dawn borders */
.product__info-container .product-form__cta-row quantity-input::before,
.product__info-container .product-form__cta-row quantity-input::after,
.product__info-container .product-form__cta-row .quantity::before,
.product__info-container .product-form__cta-row .quantity::after {
  display: none !important;
  content: none !important;
}

/* Quantity buttons + number */
.product__info-container .product-form__cta-row .quantity__button,
.product__info-container .product-form__cta-row .quantity__input {
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Product form column fills remaining width */
.product__info-container .product-form__cta-row > product-form.product-form,
.product__info-container .product-form__cta-row > .product-form {
  grid-column: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  display: block !important;
}
.product__info-container .product-form__cta-row .product-form__submit,
.product__info-container .product-form__cta-row button[id^="ProductSubmitButton-"] {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  padding: 0 18px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
.product-form__cta-row .product-form__quantity,
.product-form__cta-row [id^="Quantity-Form"] {
  /* Responsive width: clamps between 105px and 130px on mobile, scales between */
  flex: 0 0 clamp(105px, 32%, 130px) !important;
  max-width: clamp(105px, 32%, 130px) !important;
  min-width: 105px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
}
@media (min-width: 750px) {
  .product-form__cta-row .product-form__quantity,
  .product-form__cta-row [id^="Quantity-Form"] {
    flex: 0 0 20% !important;
    max-width: 20% !important;
    min-width: 120px !important;
  }
}
.product-form__cta-row [id^="Quantity-Form"] quantity-input,
.product-form__cta-row .product-form__quantity quantity-input,
.product-form__cta-row [id^="Quantity-Form"] .quantity {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border: 1.5px solid #d5a63a !important;
  border-radius: 999px !important;
  padding: 0 4px !important;
  background: #fff !important;
  box-sizing: border-box;
  overflow: hidden;
}
.product-form__cta-row [id^="Quantity-Form"] .quantity__button,
.product-form__cta-row .product-form__quantity .quantity__button {
  flex: 0 0 32px !important;
  width: 32px !important;
  height: 52px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}
@media (min-width: 750px) {
  .product-form__cta-row [id^="Quantity-Form"] .quantity__button,
  .product-form__cta-row .product-form__quantity .quantity__button {
    flex: 0 0 40px !important;
    width: 40px !important;
  }
}
.product-form__cta-row [id^="Quantity-Form"] .quantity__button .svg-wrapper,
.product-form__cta-row .product-form__quantity .quantity__button .svg-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  height: 14px !important;
  line-height: 1 !important;
}
.product-form__cta-row [id^="Quantity-Form"] .quantity__button svg,
.product-form__cta-row .product-form__quantity .quantity__button svg {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  vertical-align: middle !important;
}
.product-form__cta-row [id^="Quantity-Form"] .quantity__input,
.product-form__cta-row .product-form__quantity .quantity__input,
.product-form__cta-row input.quantity__input,
.product-form__cta-row input[type="number"].quantity__input {
  flex: 1 1 auto !important;
  align-self: center !important;
  min-width: 0 !important;
  width: auto !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  line-height: 1 !important;
  /* Vertical center via even top/bottom padding: (52 - 16) / 2 = 18px each */
  padding: 18px 0 !important;
  margin: 0 !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  vertical-align: middle !important;
  appearance: textfield !important;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
}
/* Kill native number-input spin buttons in WebKit */
.product-form__cta-row input[type="number"]::-webkit-outer-spin-button,
.product-form__cta-row input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.product-form__cta-row product-form,
.product-form__cta-row .product-form {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;
  box-sizing: border-box !important;
  /* Important: stay as block, NOT flex — otherwise the inner <form> shrinks to button text width */
  display: block !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
}
/* Inner <form> and buttons container must fill width AND height of <product-form> */
.product-form__cta-row product-form > form,
.product-form__cta-row .product-form > form,
.product-form__cta-row .product-form .form {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-form__cta-row .product-form__buttons {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  display: flex !important;
  align-items: stretch !important;
  box-sizing: border-box !important;
}
/* Hide any error-message wrapper that takes vertical space inside the form */
.product-form__cta-row .product-form__error-message-wrapper,
.product-form__cta-row .product-form__error-message-wrapper[hidden],
.product-form__cta-row .product-form__error-message-wrapper:empty,
.product__info-container .product-form__cta-row .product-form__error-message-wrapper {
  display: none !important;
  height: 0 !important;
}

/* Shipping badge same width as row */
.product__info-container .product-shipping-badge,
.product__info-container .buy-buttons-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
}

.m-10 {
  margin: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}
.mb-05 {
  margin-bottom: 5px !important;
}








/*fonts*/
body {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #262626;
  letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #262626;
  letter-spacing: 0px;
  line-height: 1.2em;
  margin-bottom: 15px;
}

h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 50px;
}

h3,
.h3 {
  font-size: 40px;
}

h4,
.h4 {
  font-size: 30px;
}

h5,
.h5 {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1em;
}

h6,
.h6 {
  font-size: 25px;
  line-height: 1.2em;
}

p {
  margin-bottom: 15px;
  line-height: 1.4em;
}

a {
  color: inherit;
}
.heightInherit {
  height: inherit;
}
.widthInherit {
  height: inherit;
}
.fontSerif {
  font-family: "Playfair Display", sans-serif;
}

.xLRegular,
.lGRegular,
.mDRegular,
.sMRegular,
.xSRegular,
.xXSRegular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.xLRegular {
  font-size: 24px;
}

.lGRegular {
  font-size: 22px;
}

.mDRegular {
  font-size: 20px;
}

.sMRegular {
  font-size: 18px;
}

.xSRegular {
  font-size: 16px;
}

.xXSRegular {
  font-size: 14px;
}

.xLSerif,
.lGSerif,
.mDSerif,
.sMSerif {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
}

.xLSerif {
  font-size: 24px;
}

.lGSerif {
  font-size: 22px;
}

.mDSerif {
  font-size: 20px;
}

.sMSerif {
  font-size: 18px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}
.hide {
  display: none;
}
/*Colors*/
:root {
  --Primary: #cba03d;
  --Cream-Light: #f6f1e7;
  --Cream: #e6ddcd;
  --Off-White: #f8f6f2;
  --Black: #262626;
  --White: #ffffff;
  --Purple: #b29ee7;
  --Blue: #77c5d5;
  --Green: #56c271;
  --Red: #f18070;
  --Pink: #f27ca5;
  --Bone: #c6893f;
  --Black-700: #262626;
  --Black-600: #595959;
  --Black-500: #858585;
  --Black-400: #aaaaaa;
  --Black-300: #c9c9c9;
  --Black-200: #e1e1e1;
  --Black-100: #f1f1f1;
  --Black-50: #fcfcfc;
  --Gold-700: #cca13e;
  --Gold-600: #d8b76b;
  --Gold-500: #e2ca92;
  --Gold-400: #ebdab3;
  --Gold-300: #f2e7cf;
  --Gold-200: #f8f2e4;
  --Gold-100: #fcf9f3;
  --Gold-50: #fefefc;
  --Red-700: #622e38;
  --Red-600: #80312f;
  --Red-500: #934c46;
  --Red-400: #b05c4d;
  --Red-300: #d66965;
  --Red-200: #ffa38b;
  --Red-100: #ffb3ac;
  --Red-50: #ffcfbe;
}

a,
a:hover {
  text-decoration: none !important;
}

a:focus {
  outline: inherit !important;
}

.text-primary {
  color: var(--Primary) !important;
}

.btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 0.01em;
  text-align: center;
  border-radius: 30px;
  padding: 16px 20px;
  min-width: 220px;
  display: inline-flex;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-sm {
  font-size: 14px;
  line-height: inherit;
  padding: 12px 20px;
  min-width: 180px;
}

.btn.btn-xs {
  font-size: 12px;
  padding: 11px 25px;
  line-height: normal;
  height: auto;
  min-width: inherit;
}

.btn-primary {
  background-color: var(--Black) !important;
  border-color: var(--Black) !important;
  color: var(--White) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #cba03d !important;
  border-color: #a3802f !important;
  color: var(--White) !important;
}

.btn-secondary {
  background-color: var(--Purple);
  border-color: var(--Purple);
  color: var(--White);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #8e7cbf;
  border-color: #8e7cbf;
}

.btn-light {
  background-color: var(--White) !important;
  border-color: var(--White);
  color: var(--Black) !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background-color: #cba03d !important;
  border-color: #a3802f !important;
  color: var(--White) !important;
}

.btn {
  min-width: 160px;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.btn-cream {
  background-color: var(--Cream-Light);
  color: var(--Black);
}

.category-tags {
  border-radius: 30px;
  color: #000;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1em;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.category-small-tags {
  padding: 11px 15px;
}

.tags {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  border-radius: 30px;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  color: var(--White);
}

.shop-tags {
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tags-gray {
  background-color: #ffffff54;
  backdrop-filter: blur(5.699999809265137px);
}

.tags-white {
  background: #fff;
  color: var(--Primary);
}

.tags-off-white {
  background: #f8f6f2;
  color: var(--Primary);
}

.tags-red {
  background: #000;
}

.tags-gold {
  background-color: var(--Primary);
}

.scale-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-sizing: border-box;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  max-width: 100%;
  display: inline-block;
}

.img {
  display: inherit;
  max-width: 100%;
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
  display: block !important;
}

img {
  max-width: 100%;
}

.desc-p p:last-child {
  margin-bottom: 0px;
}

/*-Global Css-*/
.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before,
.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  display: none;
}

/*-Header Css-*/
.page-width,
.container,
.shopify-policy__container {
  max-width: 1700px !important;
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.announcement-bar-section {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
}
.announcement-bar .announcement-bar__message {
  padding: 0.8rem 0;
  letter-spacing: 0rem;
  min-height: inherit;
}

.announcement-bar .announcement-bar__message p {
  margin: 0;
}

.scrolled-past-header sticky-header.header-wrapper {
  background-color: #f6f1e7 !important;
}

/*
sticky-header.header-wrapper {
    position: absolute;
    background-color: transparent !important;
    left: 0;
    right: 0;
    border: none;
} */
.shopify-section-header-sticky {
  top: 38px;
}
.header-wrapper .header:not(.drawer-menu) {
  grid-template-columns: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

.header-wrapper .header:not(.drawer-menu) .header-icon-with-account {
  display: none;
}

.header-wrapper--border-bottom {
  border-bottom: none;
}

.header-wrapper .logo-light {
  display: none;
}

.header-wrapper .header:not(.drawer-menu) .header__inline-menu {
  display: flex;
  justify-content: center;
}

.header-wrapper .header:not(.drawer-menu) .header__icons .header__icon {
  height: 3.4rem;
  width: auto;
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__icons
  .header__icon
  .svg-wrapper {
  width: auto;
  height: auto;
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__icons
  .header__icon:hover
  .icon {
  transform: scale(1);
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__icons
  .header__icon.header__icon--account {
  border-right: 2px solid #e1e1e1;
  padding-right: 24px;
  margin-right: 22px;
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__icons
  .header__icon.header__icon--account
  .icon {
  height: 34px;
  width: 34px;
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__icons
  .header__icon.header__icon--cart {
  gap: 4px;
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__icons
  .header__icon.header__icon--cart
  .icon {
  height: 30px;
  width: 30px;
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__icons
  .header__icon.header__icon--cart
  .cart-count {
  font-size: 16px;
  line-height: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #262626;
  position: relative;
  top: 2px;
  letter-spacing: 1px;
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__icons
  .header__icon
  .icon
  path {
  fill: #262626;
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__inline-menu
  .list-menu
  .list-menu__item,
body .tmenu_app .tmenu_nav .tmenu_item--root > .tmenu_item_link {
  color: #262626;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 1.2rem 1.8rem !important;
  height: auto;
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__inline-menu
  .list-menu
  .list-menu__item:hover,
.header-wrapper
  .header:not(.drawer-menu)
  .header__inline-menu
  .list-menu
  .list-menu__item
  .header__active-menu-item {
  color: var(--Primary);
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__inline-menu
  .list-menu
  li:last-child
  .list-menu__item,
body .tmenu_app .tmenu_nav .tmenu_item--root:last-child > .tmenu_item_link {
  background-color: #f8f6f2;
  border-radius: 30px;
  padding: 1.2rem 2.8rem !important;
  margin-left: 1.8rem;
}

body
  .scrolled-past-header
  sticky-header.header-wrapper
  .tmenu_app
  .tmenu_nav
  .tmenu_item--root
  > .tmenu_item_link {
  color: #000;
}

.scrolled-past-header
  sticky-header.header-wrapper
  .header:not(.drawer-menu)
  .header__inline-menu
  .list-menu
  li:last-child
  .list-menu__item,
body
  .scrolled-past-header
  sticky-header.header-wrapper
  .tmenu_app
  .tmenu_nav
  .tmenu_item--root:last-child
  > .tmenu_item_link {
  background-color: #b29ee7;
  color: #fff;
}

.header-wrapper
  .header:not(.drawer-menu)
  .header__inline-menu
  .list-menu
  .header__menu-item:hover
  span {
  text-decoration: none;
  text-underline-offset: inherit;
}

body .tmenu_item--root > .tmenu_submenu {
  box-shadow: #959da533 0 8px 24px !important;
  -webkit-box-shadow: #959da533 0 8px 24px !important;
  transform: translateY(10px);
}

body .tmenu-watermark.tmenu_item_link {
  display: none !important;
  position: absolute;
  top: 0;
  bottom: inherit;
  transform: translateY(999999px);
}

body .tmenu_product-top .tmenu_product_title {
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 10px;
  font-size: 15px;
}

body .tmenu_product-top .tmenu_product_price,
body .tmenu_product-top .tmenu_product_price_compare {
  font-size: 15px;
}

body .tmenu_collection--above .tmenu_item_text {
  font-family: Playfair Display, serif !important;
  font-weight: 500 !important;
  color: #262626 !important;
  font-style: italic;
}

body
  .tmenu_item--root
  .tmenu_item_display_header
  > .tmenu_item_link
  > .tmenu_item_text {
  display: inline-block !important;
  font-family: Playfair Display, serif !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: normal;
}

body .tmenu_item--root .tmenu_item_display_header > .tmenu_item_link {
  border: none;
}

body .tmenu_submenu.tmenu_submenu_type_mega {
  align-items: center;
}

body .tmenu_item_icon + .tmenu_item_text {
  background-color: #cba03d;
  color: #fff !important;
  padding: 12px 25px !important;
  border-radius: 35px;
  font-family: Montserrat, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  display: inline-block !important;
  line-height: normal;
}

body
  li.tmenu_item.tmenu_item_level_2.tmenu_col.tmenu_item_submenu_type_automatic.tmenu_item_layout.tmenu_item_layout_text {
  margin-bottom: 10px !important;
}

body .tmenu_item_icon {
  display: none !important;
}

body .tmenu_collection > img {
  width: 95% !important;
  margin: 0 auto;
}

/*-Footer Css-*/
footer .footer__content-top {
  padding-top: 100px;
  padding-bottom: 220px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

footer .footer__content-top .footer-block--newsletter {
  display: block;
  margin-top: 0rem;
}

footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter {
  text-align: left;
  max-width: 440px;
}

footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  .newsletter-form__field-wrapper {
  max-width: 400px;
}

footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  .newsletter-form__field-wrapper
  .field
  .field__label {
  display: none;
}

footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  .newsletter-form__field-wrapper
  .field__input {
  background-color: var(--White);
  border-radius: 30px;
  border: none;
  padding: 10px 20px;
  color: var(--Black);
  box-shadow: none;
  height: 48px;
}

footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  .newsletter-form__field-wrapper
  .field__input::placeholder {
  opacity: 1;
  color: var(--Black);
}

footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  .newsletter-form__field-wrapper
  .newsletter-form__button {
  background-color: var(--Purple);
  border-radius: 100%;
  width: 50px;
  padding: 0px !important;
}

footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  .newsletter-form__field-wrapper
  .newsletter-form__button
  .icon {
  width: 1.8rem;
  color: #fff;
}

footer
  .footer__content-top
  .footer-block--newsletter
  .footer-block__newsletter
  .newsletter-form__field-wrapper
  .newsletter-form__button:hover {
  background-color: #9747ff;
}

footer .footer__content-top .footer-block--newsletter .newsletter-form {
  max-width: inherit;
  display: block;
}

footer .footer__content-top .footer__blocks-wrapper {
  row-gap: 0px;
  column-gap: 6em;
}

footer
  .footer__content-top
  .footer__blocks-wrapper
  .footer-block__details-content
  li
  .list-menu__item {
  margin-bottom: 0.6em;
  font-size: 16px;
}

footer
  .footer__content-top
  .footer__blocks-wrapper
  .footer-block__details-content
  li:last-child
  .list-menu__item {
  margin-bottom: 0em;
}

footer
  .footer__content-top
  .footer__blocks-wrapper
  .footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
  border-top: 1px solid #e6ddcd;
  padding-top: 45px;
  margin-top: 45px;
}

footer
  .footer__content-top
  .footer__blocks-wrapper
  .footer__content-bottom-wrapper
  .footer__column--info {
  display: flex;
  flex-direction: inherit;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

footer
  .footer__content-top
  .footer__blocks-wrapper
  .footer__content-bottom-wrapper
  .footer__column--info
  .footer__list-social {
  margin-left: -0.6rem;
  flex-wrap: nowrap;
}

footer
  .footer__content-top
  .footer__blocks-wrapper
  .footer__content-bottom-wrapper
  .footer__column--info
  .footer__list-social
  li.list-social__item
  .list-social__link {
  padding: 0.3rem;
}

footer
  .footer__content-top
  .footer__blocks-wrapper
  .footer__content-bottom-wrapper
  .footer__column--info
  .footer__list-social
  li.list-social__item
  .svg-wrapper {
  width: 38px;
  height: 38px;
}

footer
  .footer__content-top
  .footer__blocks-wrapper
  .footer__content-bottom-wrapper
  .footer__column--info
  .footer__payment {
  margin-top: 0px;
}

footer .footer__content-bottom {
  border: none;
  padding-top: 0px;
  padding-bottom: 32px;
}

footer .footer__content-bottom .footer__content-bottom-footer_heading {
  border-bottom: 1px solid #e6ddcd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

footer .footer__content-bottom .footer__copyright {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer__content-bottom .footer__copyright a {
  color: var(--Black);
}

footer .footer__content-bottom .footer__copyright .policies li:before {
  display: none;
}

footer .footer__content-bottom .footer__copyright .policies li {
  margin-left: 20px;
}

footer .klaviyo-form {
  padding: 0px !important;
}
footer .klaviyo-form .needsclick {
  padding: 0px !important;
  min-height: inherit !important;
  gap: 6px;
}
footer .klaviyo-form input[type="email"] {
  padding: 8px 16px !important;
  border-radius: 30px !important;
  border: none !important;
  box-shadow: none !important;
}
footer .klaviyo-form button.needsclick {
  padding: 0 20px !important;
  border-radius: 30px !important;
  background-color: #b29ee7 !important;
}

/*-Home Css-*/
.homeBannerSec .hero {
  position: relative;
  overflow: hidden;
}
.homeBannerSec .hero .parallax-image {
  aspect-ratio: 18 / 9;
}
.homeBannerSec .hero .parallax-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transform: translateY(0);
  transition: transform 0.1s ease-out; */
  display: block;
  object-position: left bottom;
}
.homeBannerSec .hero:after {
  content: "";
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.homeBannerSec .hero-content {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 18%;
  left: 0;
  right: 0;
}
.homeBannerSec .hero-content .desc-p {
  max-width: 600px;
  margin: 0 auto;
}

.homeBannerSec .trendingBox {
  padding: 30px 20px 50px;
  backdrop-filter: blur(10px);
  background: #ffffff3d;
  max-width: 320px;
  border-radius: 20px;
  text-align: left;
  position: relative;
  z-index: 111;
  transform: translateY(0%);
}

.homeBannerSec .trendingBox p {
  margin-bottom: 0px;
}

.homeBannerSec .trendingBox .trending-list {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
}

.homeBannerSec .trendingBox .trending-list .product a {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.homeBannerSec .trendingBox .trending-list .product a img {
  background-color: #f9f5ec;
  height: auto;
  object-fit: contain;
  max-height: 140px;
  object-position: center;
  width: 100%;
}

.homeBannerSec .trendingBox .trending-list .product .product-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homeBannerSec
  .trendingBox
  .trending-list
  .product
  .product-desc
  .junip-product-summary-review-count {
  display: none;
}
.homeBannerSec .trendingBox .trending-list .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.homeBannerSec .trendingBox .trending-list .owl-dot {
  width: 33%;
  height: 2px;
  background-color: #fff3;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  display: block;
}

.homeBannerSec .trendingBox .trending-list .owl-dot:hover {
  background-color: #ffffff;
}

.homeBannerSec .trendingBox .trending-list .owl-dot.active {
  background-color: #ffffff;
}

.homeBannerSec .hero-content .btnBox {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0px;
}

.imageWithTextSec img {
  border-radius: 10px;
}

.fullImageTextSec .hero {
  position: relative;
}

.fullImageTextSec .hero .heroImg {
  position: relative;
}

.fullImageTextSec .hero .heroImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg,#b2a38e3b,#b2a38e24),linear-gradient(0deg,#0000,#00000026),linear-gradient(180deg,#0000 32.07%,#0003);
  z-index: 1;
}

.fullImageTextSec .hero .heroImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fullImageTextSec .hero .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.fullImageTextSec .hero .hero-content .desc-p {
  max-width: 380px;
}

.collectionSec .container-fluid {
  padding: 0px;
}

.collectionSec .collection-list .owl-nav {
  position: absolute;
  top: -76px;
  right: 8%;
  display: flex;
  gap: 10px;
}

.collectionSec .collection-list .collection .collection-img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1.45;
}

.collectionSec .collection-list .collection .collection-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.collectionSec h1.h2 {
  max-width: 480px;
  margin: 0 auto;
}
.collectionSec h1.h2 strong {
  font-family: "Montserrat", sans-serif;
  color: var(--Primary);
  font-weight: 400;
}

.collectionSec .collection-list .owl-stage {
  padding-left: 0px !important;
}

.collectionSec
  .collection-list
  .owl-stage
  .owl-item
  .collection
  .collection-desc
  h5 {
  font-size: 28px;
  line-height: 1em;
  color: #262626;
}

.collectionSec
  .collection-list
  .owl-stage
  .owl-item:nth-child(even)
  .collection
  .collection-desc
  h5 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.collectionSec
  .collection-list
  .owl-stage
  .owl-item:nth-child(odd)
  .collection
  .collection-desc
  h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.collectionCarouselBoxTop {
  position: relative;
}

.collectionCarouselBoxPlus {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}

.collectionCarouselBox:hover .collectionCarouselBoxPlus {
  display: block;
}

.collectionCarouselBoxPlus:hover svg path:first-child,
.detsil-link:hover svg path:first-child {
  fill: #cba03d !important;
}

.collectionCarouselBoxPlus:hover svg path:last-child,
.detsil-link:hover svg path:last-child {
  fill: #fff !important;
}

.reviewsSec nav .nav {
  gap: 10px;
}

.reviewsSec nav .nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.01em;
  text-align: center;
  border-radius: 30px;
  padding: 16px 30px;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #f8f6f2;
  color: #aaaaaa;
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviewsSec nav .nav .nav-link svg circle {
  fill: #aaaaaa;
}

.reviewsSec nav .nav .nav-link.active {
  background-color: var(--Primary);
  border-color: var(--Primary);
  color: var(--White);
}

.reviewsSec nav .nav .nav-link.active svg circle {
  fill: var(--White);
}

.reviewsSec nav .nav .nav-link.fixed-tab {
  padding: 0px 10px 0px 0px;
  background: transparent;
}

.reviewsSec .review-video img {
  border-radius: 10px;
  overflow: hidden;
}

.reviewsSec .review-list .review-video .review-name-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px;
}

.reviewsSec .review-list .review-video .review-product {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  background: #ffffff33;
  border-radius: 10px;
  overflow: hidden;
  max-width: 260px;
  margin: 32px;
}

.reviewsSec .review-list .review-video .review-product .product-image img {
  width: 62px;
  height: 68px;
  object-fit: cover;
}

.reviewsSec .review-list .review-video .review-product .product-name {
  padding: 12px 10px;
}

.reviewsSec .review-list .owl-stage {
  display: flex;
}

.reviewsSec .review-list .review-text {
  background-color: #f6f1e7;
  padding: 40px 30px;
  border-radius: 10px;
  height: 100%;
}
.reviewsSec .review-list .owl-nav {
  position: absolute;
  top: -76px;
  right: 0%;
  display: flex;
  gap: 10px;
}

.blogsSec .desc-p {
  max-width: 550px;
}

.blogsSec .big-blog-post {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.blogsSec .big-blog-post .blog-post-image img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}

.blogsSec .big-blog-post .blog-tags {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
}

.blogsSec .big-blog-post .blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  max-width: 660px;
}

.blogsSec .scrollBox {
  height: 540px;
  list-style: none;
  overflow: auto;
  padding-right: 40px;
  /* scrollbar-width: thin;
  scrollbar-color: var(--Primary) #D8D8D8; */
}

.blogsSec .scrollBox::-webkit-scrollbar {
  width: 6px;
  /* Width of the scrollbar */
}

.blogsSec .scrollBox::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  /* Light grey background */
  border-radius: 10px;
}

.blogsSec .scrollBox::-webkit-scrollbar-thumb {
  background-color: var(--Primary);
  /* Green color for the thumb */
  border-radius: 10px;
}

.blogsSec .scrollBox::-webkit-scrollbar-thumb:hover {
  background-color: #b28c32;
  /* Slightly darker green */
}

.blogsSec .slide-blog-post {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  margin-bottom: 20px;
}

.blogsSec .slide-blog-post:last-child {
  margin-bottom: 0px;
}

.blogsSec .slide-blog-post .blog-post-image img {
  max-height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blogsSec .slide-blog-post .blog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 0px;
}

.blogsSec .slide-blog-post .blog-content .blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.bestSellersSec .product-list .owl-stage {
  padding-left: 0px !important;
  display: flex;
}

.bestSellersSec .product-list .product {
  height: 100%;
  /* display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between; */
  position: relative;
  aspect-ratio: 1/1.3;
}

.bestSellersSec .product-list .product .card-wrapper {
  width: 100%;
  aspect-ratio: 1/1.3;
}
.bestSellersSec .product-list .owl-nav {
  position: absolute;
  top: -100px;
  right: 0%;
  display: flex;
  gap: 10px;
}
.bestSellersSec a.btn {
  margin-right: 140px;
  float: right;
}
.bestSellersSec .card > .card__content .card__information .card__heading {
  color: transparent !important;
}
.card {
  border: none;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.card .top-detail {
  background-color: #e6ddcd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
}

.card .card__inner .top-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 32px;
}

.card .card__inner .card__content {
  display: none;
}

.card > .card__content {
  padding: 32px !important;
  background-color: #e6ddcd;
}

.card > .card__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.card > .card__content .card__information > .card-information {
  display: none;
}

.card > .card__content > .card__information {
  padding: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card > .card__content .card__information .card__heading {
  font-size: 18px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  color: #262626;
  font-weight: 600;
}
.card > .card__content > .card__information div.price {
  margin-top: 30px;
}
.card.collection-card > .card__content .price .price-item--sale .money {
  color: #262626;
  font-weight: 600;
}
.card.collection-card > .card__content .quick-add {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 13px;
}

.card > .card__content .quick-add {
  margin: 0px;
}

.card > .card__content .quick-add .quick-add__submit {
  width: auto;
  min-width: auto;
  border-radius: 30px;
  padding: 13px 25px;
  font-size: 16px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  color: #262626;
  background-color: #f0f0f0;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0px;
  min-height: inherit !important;
  border: none;
}

.card > .card__content .quick-add .button::after,
.card .card__content .quick-add .button:not([disabled]):hover:after {
  display: none;
}
.card
  > .card__content
  .sealsubs-target-element.sls-homepage-automatic.sealsubs-full {
  display: none;
}
/* .card.collection-card {
    border-bottom: 1px solid #E1E1E1;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
} */

.card.collection-card > .card__content {
  padding: 24px 0 !important;
  background-color: transparent;
  display: block;
  position: relative;
}

.card.collection-card .top-detail {
  background-color: transparent;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card.collection-card > .card__content .quick-add .quick-add__submit {
  color: var(--White);
  background-color: var(--Black);
}

.card.collection-card > .card__content .quick-add .quick-add__submit svg path {
  fill: var(--White);
}
.card.collection-card > .card__content .quick-add .quick-add__submit:hover {
  background-color: #cba03d !important;
  border-color: #a3802f !important;
  color: var(--White) !important;
}

.card.collection-card > .card__content .card__information .card__heading {
  font-size: 25px;
  font-family: Playfair Display, serif;
  font-weight: 400;
}

.card.collection-card .top-detail .save-new {
  display: flex;
  gap: 10px;
}

.card.collection-card > .card__content .price {
  line-height: 0px;
}

.card.collection-card > .card__content .price * {
  font-size: 22px;
  line-height: 1em;
  font-family: Montserrat, sans-serif;
  color: #858585;
  font-weight: 400;
  letter-spacing: 0px;
}

.card.collection-card > .card__content .price .price-item--sale {
  color: #262626;
  font-weight: 600;
}

.card.collection-card .card__inner {
  border-radius: 10px !important;
  overflow: hidden;
}

/*-Inner Css-*/
.featuresSec .feature-list {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 40px;
}

.featuresSec .feature h5 {
  white-space: nowrap;
}

.allCollectionSec .collection-slide .collection a {
  display: flex;
  background: #f8f6f2;
  padding: 14px 15px;
  border-radius: 30px;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.allCollectionSec .collection-slide .owl-stage {
  padding-left: 0px !important;
}

.allCollectionSec
  .collection-slide
  .owl-stage
  .owl-item:nth-child(even)
  .collection
  .collection-desc
  h5 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}

.allCollectionSec
  .collection-slide
  .owl-stage
  .owl-item:nth-child(odd)
  .collection
  .collection-desc
  h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.allCollectionSec .collection-slide .collection .collection-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  border-radius: 8px;
}

.allCollectionSec .collection-slide .collection .collection-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productReviewsSec .review-list .owl-stage {
  display: flex;
  margin-left: 2px;
}

.productReviewsSec .review-list .review-box {
  border: 1px solid #e1e1e1;
  padding: 32px 30px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.productFaq .faqBox .accordion {
  border: none;
}

.productFaq .faqBox .accordion .accordion-item {
  background: #f8f6f2;
  padding: 24px 32px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  border: none;
}

.productFaq .faqBox .accordion .accordion-item:last-child {
  margin-bottom: 0px;
}

.productFaq .faqBox .accordion .accordion-item .accordion-button {
  line-height: 1em;
  background: transparent;
  border: none;
  color: #262626;
  padding: 0px;
  box-shadow: none;
}

.productFaq .faqBox .accordion .accordion-item .accordion-collapse {
  border-top: 1px solid #c9c9c9;
  margin-top: 16px;
  padding-top: 16px;
}

.productFaq .faqBox .accordion .accordion-item .accordion-body {
  padding: 0px;
}

.blogBanner {
  background-color: #f8f6f2;
}

.blogBannerLeft {
  width: 50%;
  max-width: 50%;
}

.blogBannerLeft img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogBannerRight {
  width: 50%;
  max-width: 50%;
  padding: 30px 5%;
}

.blogTopPickBox {
  aspect-ratio: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
}

.blogTopPickBoxImg {
  height: 100%;
  position: relative;
}

.blogTopPickBoxImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blogTopPickBoxImg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
}

.blogTopPickBoxDes {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 5% 5% 5%;
  bottom: 0;
}

.blogTopPickBoxLink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.blogTopPickBoxTag {
  background-color: #ffffff4d;
  border-radius: 50px;
  position: absolute;
  padding: 12px 15px;
  top: 5%;
  left: 5%;
  color: #fff;
}

.blogItemsLeft {
  min-width: 240px;
  max-width: 240px;
}

.blogItemsRight {
  width: 100%;
  padding-left: 5%;
}

.blogCollectionList {
  padding: 0;
  margin: 0;
  list-style: none;
  position: sticky;
  top: 100px;
}

.blogCollectionList li {
  margin-bottom: 10px;
}

.blogCollectionList li a,
.filterTagHold a {
  font-size: 14px;
  display: block;
  padding: 15px 25px;
  border-radius: 100px;
  color: inherit;
  font-weight: 600;
}

.blogCollectionList li.link-faded a,
.filterTagHold.link-faded a {
  background-color: #f8f6f2;
  color: #262626;
}

.blogCollectionList li a:hover,
.blogCollectionList li a,
.filterTagHold a:hover,
.filterTagHold a {
  color: #fff;
  background-color: #b29ee7;
}

.blogArticalCard {
  margin-bottom: 60px;
}

.blogArticalCardImg {
  aspect-ratio: 1 / 0.65;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.blogArticalCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inlineBtn1 {
  font-size: 16px;
  font-weight: 700;
}

.articleBanner {
  position: relative;
}

.articleBanner .container {
  max-width: 1200px !important;
}

.articleBannerImg {
  aspect-ratio: 1/0.45;
  position: relative;
}

.articleBannerImg:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  content: "";
}

.articleBannerImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.articleBannerDes {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding-top: 100px;
  transform: translateY(-50%);
}

.articleContent {
  line-height: 1.5em;
}

.realtedArticalProducts {
  background-color: #f8f6f2;
  border-radius: 8px;
  padding: 30px 40px;
  position: sticky;
  top: 100px;
  max-width: 370px;
  width: 100%;
}

.articalProductCard {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 20px;
}

.articalProductCard .btn-sm {
  height: auto;
  font-size: 12px;
  padding: 10px 20px;
}

.articalProductCardImg {
  margin-bottom: 15px;
  aspect-ratio: 1/0.45;
  border-radius: 4px;
}

.articalProductCardImg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.referenceBlogTab {
  padding-top: 15px;
  padding-bottom: 15px;
}

.referenceBlogTabTrigger {
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
}

.referenceBlogTabContent {
  display: none;
  border-top: solid 1px #e6ddcd;
  padding-top: 35px;
  padding-bottom: 25px;
}

.referenceBlogTabContent ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 12px 30px;
}

.referenceBlogTabContent ul li {
  width: calc(50% - 35px);
  word-break: break-word;
  list-style: decimal;
  margin-left: 20px;
}

.articleContent a {
  text-decoration: underline !important;
  font-weight: 500;
}
.articleContent a:hover {
  text-decoration: none !important;
}

.tabUpArrow {
  display: none;
}

.customBadge {
  color: #cba03d;
  background-color: #f8f6f2;
  border-radius: 100px;
  display: inline-block;
  padding: 12px 18px;
  font-size: 14px;
}

.aboutRelatedProducts {
  border-top: solid 1px #e1e1e1;
  padding-top: 30px;
}

.aboutRelatedProductBox {
  margin-top: 13px;
  margin-bottom: 13px;
}

.aboutRelatedProductImg {
  min-width: 107px;
  max-width: 107px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  aspect-ratio: 1/1;
}

.aboutRelatedProductImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stickyTop {
  position: sticky;
  top: 100px;
}

.aboutValuesStepBox {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.aboutValuesStepBox:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.aboutValuesStepBoxDes p:last-child {
  margin-bottom: 0;
}

.aboutValuesStepBoxCount {
  position: absolute;
  left: -40px;
  top: 5px;
}

.aboutHistoryBoxImgBox {
  margin-bottom: 15px;
  position: relative;
  max-width: 75%;
}

.aboutHistoryBoxImg {
  aspect-ratio: 1/0.8;
  overflow: hidden;
  border-radius: 8px;
}

.aboutHistoryBox {
  max-width: 25%;
  width: 25%;
  margin: 30px 0;
}

.aboutHistoryBoxImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aboutHistoryBoxBadge {
  position: absolute;
  right: -10%;
  top: -6%;
  max-width: 25%;
}

.aboutHistoryBoxDesPara {
  border-left: solid 1px #e2ca92;
  padding-left: 20px;
  padding-right: 20px;
}

.aboutHistoryBoxDesPara p:last-child {
  margin-bottom: 0;
}

.aboutWomanArea .row {
  margin-bottom: 60px;
}

.aboutWomanArea .row:last-child {
  margin-bottom: 0;
}

.aboutWomanArea .row:nth-child(odd) .aboutWomanImg {
  order: 2;
}

.aboutWomanArea .row:nth-child(odd) .aboutWomanText {
  order: 1;
}

.aboutWomanArea .row:nth-child(even) .aboutWomanImg {
  order: 1;
}

.aboutWomanArea .row:nth-child(even) .aboutWomanText {
  order: 2;
}

.aboutWomanArea .gx-5 {
  --bs-gutter-x: 8rem;
}

.roundImg {
  border-radius: 10px;
}

.aboutWomanAreaTitle {
  font-style: italic;
  color: #cba03d;
  font-size: 90px;
  line-height: 1em;
}

.innerBanner {
  position: relative;
}

.innerBanner .container {
  max-width: 1350px !important;
}

.innerBanner .container,
.innerBanner .row {
  height: 100%;
}

.innerBannerDes {
  position: absolute;
}

.innerBannerImg {
  position: relative;
}

.innerBannerImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.innerBannerImg:after {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
}

.innerBannerDes {
  position: absolute;
  top: 20%;
  bottom: 10%;
  left: 0;
  right: 0;
}

.customTabBorder {
  border-bottom: solid 1px #e6ddcd;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.customTabLinksbox {
  margin-right: 25px;
}
ul.customTabLinks {
  padding: 0;
  margin: 0;
}

.customTabLinks li {
  cursor: pointer;
  margin-bottom: 40px;
  list-style: none;
  display: flex;
  align-items: center;
}

.customTabLinks li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px #262626;
  margin-right: 10px;
}

.customTabLinks li.active::before {
  background-image: url("/cdn/shop/files/bullet.png?v=1731664929");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.customTabContent {
  display: none;
}

.customTabContent ul,
.customTabContent ol {
  margin-bottom: 20px;
}

.customAccordionTrigger,
.customAccordionTriggerNew {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.customAccordionArrow,
.customAccordionArrowNew {
  transition: transform 0.3s ease;
  display: inline-block;
}

.active .customAccordionArrow,
.active .customAccordionArrowNew {
  transform: rotate(180deg);
}

.customAccordionContent,
.customAccordionContentNew {
  display: none;
  transition: max-height 0.3s ease;
  overflow: hidden;
  padding-bottom: 25px;
}

.customAccordionContent.active,
.customAccordionContentNew.active {
  display: block;
}

.productAccordianTrigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.productAccordianContent {
  display: none;
  transition: max-height 0.3s ease;
  overflow: hidden;
  padding-bottom: 10px;
  margin: 0 !important;
}

.productAccordianContent.active {
  display: block;
}

.productFaqTrigger {
  background-color: #f8f6f2;
  border-radius: 10px;
  border: none;
  padding: 20px 25px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productFaqTrigger.active {
  margin-bottom: 0;
}

.productFaqContent {
  display: none;
  transition: max-height 0.3s ease;
  overflow: hidden;
  background-color: #f8f6f2;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
  margin-top: -20px;
  padding: 8px 25px;
}

.productFaqContent.active {
  display: block;
}

.qualitySourceBox {
  margin: 40px 0 40px 10%;
}

.contactContentBox {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
}

.contactBoxIcon {
  max-width: 20px;
}

.contactSocial .list-social {
  justify-content: flex-start !important;
  gap: 5px 25px;
}

.contactSocial .list-social__link {
  padding: 0;
}

.contactSocial .svg-wrapper {
  width: 40px;
  height: 40px;
}

.contactSocial span.visually-hidden {
  visibility: visible !important;
  width: auto !important;
  position: static !important;
  height: auto !important;
  font-style: italic;
}

.contactContentImg {
  height: 100%;
  position: relative;
}

.contactContentImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.contactFormBox {
  background-color: #f6f1e7;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  margin-top: -120px;
  z-index: 1;
  position: relative;
}

.loginBox {
  background-color: #f6f1e7;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  padding: 40px;
}

.form-control {
  border: solid 2px #f5f5f5 !important;
}

.form-control:focus {
  border-color: transparent !important;
}

.select.form-control .svg-wrapper,
.customer select.form-control + .svg-wrapper {
  right: 10px;
}

.addresses ul button {
  margin: 20px 0 0 0;
}

.cart-remove-button {
  background-color: transparent;
  border: none;
  color: #dc3545;
  padding: 0 !important;
}

cart-remove-button .icon-remove {
  height: 22px;
  width: 22px;
}

.quantity {
  min-height: 40px;
}

.cart-item cart-remove-button {
  align-items: center;
}

cart-remove-button .button {
  min-width: inherit !important;
  min-height: inherit !important;
}
.ingredientImgBox {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1.03;
}
.ingredientImgBox img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.ingredientDesBox {
  padding: 30px;
  border-radius: 15px;
  background-color: #f8f6f2;
  height: 100%;
}

.ingredientDesBox p:last-child {
  margin-bottom: 0;
}

.ingredientDesBox a {
  text-decoration: underline !important;
}

.ingredientDesBox a:hover {
  text-decoration: none !important;
}

.ingredientSubTitle {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 20px;
}

.product-media-container.constrain-height .media {
  border-radius: 15px;
}

.global-media-settings {
  border: none;
}

.product--thumbnail_slider .thumbnail {
  border-radius: 8px;
}

.tagSliderBox {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.tagSliderBoxImg {
  aspect-ratio: 1/0.5;
  position: relative;
}

.tagSliderBoxImg img,
.tagSliderBoxImg svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tagSliderBoxImg::after {
  content: "";
  background-color: #000;
  opacity: 0.25;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
}

.tagSliderBoxDes {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 20px;
}

.blogTagSlider .owl-nav {
  position: absolute;
  top: -76px;
  right: 0;
  display: flex;
  gap: 10px;
}

.blogTagSlider .owl-nav button.disabled {
  opacity: 0.5;
}

.tagSliderBoxDes h6 {
  font-size: 20px;
}

.tagSliderBoxLink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.productBenefits {
  border-top: solid 1px #e1e1e1;
  padding-top: 20px;
  margin-top: 10px;
}

.productBenefits ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.reviewTextPoductImg {
  aspect-ratio: 1;
  min-width: 75px;
  max-width: 75px;
  border-radius: 8px;
  overflow: hidden;
}

.reviewTextPoductImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.customTop {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 16px;
  z-index: 999;
}
/* .customTop {
    transform: translate(0%, 60px);
    padding: 0px 10px; 
} */
body .card__content.customBottom {
  position: absolute;
  left: 15px;
  right: 15px;
  padding: 0 !important;
  bottom: 30px;
  background-color: transparent !important;
  width: auto;
  z-index: 999;
}

.shopify-policy__container {
  padding-top: 50px;
  padding-bottom: 70px;
}

.shopify-policy__title {
  margin-bottom: 30px;
}

.articalProductStar .lai-wrap-block-star {
  font-size: 0.1px;
}

body .facets__summary {
  color: rgb(0 0 0);
  letter-spacing: 0;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 7px;
  padding: 0;
}

body .facets__summary .facets__summary-label {
  text-decoration: none !important;
}

body .facets__summary .icon-caret {
  right: 10px;
}

body .facets__disclosure {
  margin-right: 15px;
}

body .facet-filters__field .select__select {
  color: rgb(0 0 0);
  background-color: #f8f6f2;
  font-size: 16px;
  padding: 10px 26px 10px 20px;
  border-radius: 35px;
  text-decoration: none !important;
  letter-spacing: 0;
  font-family: "Playfair Display", sans-serif;
}

body .facets__header {
  display: none;
}

body .facet-checkbox__text-label {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

body .facets__list {
  padding: 0;
}

body .facets__disclosure-vertical {
  border: none;
}

.filterGridRow {
  padding: 25px 20px 5px 20px;
}

.filterGridRow .facets__disclosure-vertical {
  width: 25%;
}

.filterTriggerHead {
  padding: 20px;
}

.filterTrigger {
  cursor: pointer;
}

.filterContent .filterBox {
  display: none;

  position: relative;
}

.filterContent.open .filterBox {
  display: block;
}

.filterContent .filterBoxInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f8f6f2;
  border-top: solid 1px #e1e1e1;
  z-index: 99;
  border-radius: 0 0 10px 10px;
  box-shadow: #63636333 0px 4px 8px;
}

.filterContent {
  margin: 0 -20px;
}

.filterContent.open {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #f8f6f2;
  border-radius: 10px 10px 0 0;
}

body .facet-checkbox > svg,
body .facet-checkbox > .svg-wrapper {
  background-color: #e1e1e1;
  border-radius: 4px;
}

body .facet-checkbox rect {
  display: none;
}

body .facet-checkbox > input[type="checkbox"]:checked ~ svg,
body .facet-checkbox > input[type="checkbox"]:checked ~ .svg-wrapper {
  background-color: #cba03d;
}

.customRadioWrapper {
  position: relative;
  margin-bottom: 10px;
}

.customRadioWrapper label {
  cursor: pointer;
}

.customRadioWrapper input[type="radio"] {
  position: absolute;
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.7rem;
  left: -0.4rem;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.customRadioWrapper svg,
.customRadioWrapper .svg-wrapper {
  background-color: #e1e1e1;
  border-radius: 4px;
  margin-right: 1.2rem;
  flex-shrink: 0;
}

body .customRadioWrapper rect {
  display: none;
}

.customRadioWrapper > label > input[type="radio"]:checked ~ svg,
.customRadioWrapper > label > input[type="radio"]:checked ~ .svg-wrapper {
  background-color: #cba03d;
}

.customRadioWrapper .svg-wrapper {
  visibility: hidden;
  position: absolute;
  left: 9px;
  z-index: 5;
  top: 9px;
  width: 1.1rem;
  height: 0.7rem;
}

.customRadioWrapper
  > label
  > input[type="radio"]:checked
  ~ .svg-wrapper
  > .icon-checkmark {
  visibility: visible;
  background-color: #cba03d;
}

.active-facets-desktop {
  padding: 0 20px 30px 20px;
}

.sorting .select .svg-wrapper {
  right: 10px;
}

.sorting .select:focus {
  box-shadow: none !important;
}

.badgeLoopHold .badgeLoop {
  display: none;
}

.badgeLoopHold .badgeLoop:first-child {
  display: block;
}

.facets__disclosure-vertical.filterptag .facets__item:last-child {
  display: none;
}

.filterptag .mobile-facets__item:last-child {
  display: none;
}

.productPageBundle {
  border-radius: 8px;
  background-color: #f8f6f2;
  padding: 45px 0px 0px;
  margin: 0 auto;
  max-width: 1400px;
}

.productPageBundle #rbu-sb {
  max-width: 100%;
  margin-bottom: 0;
}

.productPageBundle #rbu-sb .rbu-sb-container,
.productPageBundle .main-bundle-container {
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  padding: 0;
  background: transparent;
  justify-content: start;
  align-items: center;
  position: relative;
  display: flex;
  overflow: hidden;
}

.productPageBundle #rbu-sb .rbu-sb-header,
.productPageBundle .bundle-header {
  min-width: 100%;
  margin: 0;
  margin-bottom: 0px;
}

.productPageBundle #rbu-sb .rbu-sb-header .rbu-sb-header__title,
.productPageBundle .bundle-header .bundle-header__title {
  text-align: center;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1em;
  padding-left: 20px;
  padding-right: 20px;
}

.productPageBundle #rbu-sb .rbu-sb-tier-container,
.productPageBundle .bundle-container {
  border: none;
  max-width: 33%;
  min-width: 33%;
  padding: 0 45px 20px 20px;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  margin-bottom: 0px;
}
.productPageBundle .bundle-container .bundle-product-bundle-container {
  display: flex;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
  position: relative;
  row-gap: 0;
}
.productPageBundle .bundle-container .bundle-product-bundle-container {
  display: flex !important;
  align-items: center;
}
.productPageBundle #rbu-sb .rbu-sb-product-divider .rbu-sb-product-divider-plus,
.productPageBundle .bundle-product-divider .bundle-product-divider-plus {
  fill: #000;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  transform: rotate(45deg);
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  padding: 8px;
  z-index: 1;
  display: flex;
  margin-left: -36px;
}
.productPageBundle
  #rbu-sb
  .rbu-sb-product-divider
  .rbu-sb-product-divider-plus
  svg,
.productPageBundle .bundle-product-divider .bundle-product-divider-plus svg {
  transform: rotate(-45deg);
}
.productPageBundle
  #rbu-sb
  .rbu-sb-tier-container
  .rbu-sb-tier-product-container
  .rbu-sb-tier-product-details
  .rbu-sb-tier-product-title,
.productPageBundle
  .bundle-container
  .bundle-product-bundle-container
  .bundle-product-details
  .bundle-product-title {
  font-weight: 600;
}
.productPageBundle
  #rbu-sb
  .rbu-sb-tier-container
  .rbu-sb-tier-product-container,
.productPageBundle .bundle-container .bundle-product-bundle-container {
  grid-row-gap: 0;
  grid-column-gap: 12px;
  -webkit-column-gap: 12px;
  column-gap: 12px;
  display: flex !important
;
  grid-template-columns: 80px auto;
  grid-template-rows: auto;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
  position: relative;
  row-gap: 0;
  align-items: center;
}
.productPageBundle
  #rbu-sb
  .rbu-sb-tier-container
  .rbu-sb-tier-product-container
  .rbu-sb-tier-product-thumbnail,
.productPageBundle
  .bundle-container
  .bundle-product-bundle-container
  .bundle-product-thumbnail {
  border: none;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  background-image: url(https://cdn.shopify.com/s/files/1/2197/6721/products/235883.jpg?v=1601043018);
  width: 140px;
  height: 140px;
  display: block;
  border-radius: var(--rbu-gen-border-radius, 1px);
  transform: scale(1.2);
}
.productPageBundle #rbu-sb .rbu-sb-totals,
.productPageBundle .bundle-totals {
  padding: 30px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 0;
  width: 54%;
  justify-content: right;
  border-radius: 0;
}
.productPageBundle .bundle-totals .bundle-totals__prices-main-bundle-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.productPageBundle
  #rbu-sb
  .rbu-sb-tier-container
  .rbu-sb-tier-product-container
  .rbu-sb-tier-product-details
  .rbu-sb-tier-product-title
  .rbu-sb-tier-product-title-link,
.productPageBundle
  .bundle-totals
  .bundle-totals__prices-main-bundle-container
  .bundle-totals__text {
  font-weight: 600;
  line-height: normal;
  font-size: 23px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.productPageBundle
  #rbu-sb
  .rbu-sb-totals
  .rbu-sb-totals__prices-main-container
  .rbu-sb-totals__prices-container
  .rbu-sb-totals__raw-price,
.productPageBundle
  .bundle-totals
  .bundle-totals__prices-main-bundle-container
  .price__container
  .price-item--regular {
  margin-right: 10px;
  font-size: 15px;
  line-height: normal;
}
.productPageBundle
  #rbu-sb
  .rbu-sb-totals
  .rbu-sb-totals__prices-main-container
  .rbu-sb-totals__prices-container
  .rbu-sb-totals__price,
.productPageBundle
  .bundle-totals
  .bundle-totals__prices-main-bundle-container
  .price__container
  .price-item--sale {
  font-weight: 700;
  line-height: normal;
}
.productPageBundle
  #rbu-sb
  .rbu-sb-totals
  .rbu-sb-totals__prices-main-container
  .rbu-sb-totals__text {
  font-weight: 700;
  margin-right: 8px;
}
.productPageBundle #rbu-sb .rbu-sb-btn,
.productPageBundle .btn {
  font-family: Montserrat, sans-serif;
  line-height: inherit;
  letter-spacing: 0.01em;
  text-align: center;
  border-radius: 30px;
  padding: 11px 25px;
  background-color: var(--Primary);
  border-color: var(--Primary);
  margin: 0;
}
.productPageBundle #rbu-sb .rbu-sb-btn .rbu-sb-btn__text,
.productPageBundle .btn .btn__text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.productPageBundle
  .bundle-totals
  .bundle-totals__prices-main-bundle-container
  .price
  > * {
  vertical-align: sub;
}

/* Sticky Bar Initial Styles */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
/* Visible State */
.sticky-bar.visible {
  display: flex;
  opacity: 1;
}
.sticky-bar__content {
  display: grid;
  grid-template-columns: auto auto;
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.sticky-bar__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sticky-bar__title {
  font-size: 18px;
  font-family: Playfair Display, serif;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0px;
  line-height: normal;
}
.sticky-bar__image {
  width: 45px;
}
.sticky-bar__reviews {
  font-size: 14px;
  color: #777;
}
.sticky-bar .popupBox {
  display: none;
  position: fixed;
  bottom: 20px; /* Position from bottom */
  right: 200px; /* Position from right */
  max-width: 500px;
  padding: 20px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 333;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 111;
}
.sticky-bar .popupBox .close-btn {
  float: right;
  cursor: pointer;
  font-weight: bold;
  color: #cba03d;
  border: 1px solid #cba03d;
  width: 22px;
  height: 22px;
  line-height: normal;
  padding: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sticky-bar .popupBox .sls-more-info-container {
  display: none;
}
.sticky-bar .popupBox .sls-selling-plan-description-content {
  display: flex !important;
  font-size: 10px;
  gap: 10px;
  margin-top: 10px !important;
  color: #000;
  font-weight: 500;
}
.sticky-bar__content .actionBar {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sticky-bar__content .actionBar .popupBtn {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #cba03d;
  text-decoration: underline;
  cursor: pointer;
}
.sticky-bar__content .actionBar .product-form__submit {
  margin-bottom: 0;
}
.sticky-bar__content
  .actionBar
  .sealsubs-target-element
  > .sealsubs-target-element {
  position: absolute;
  right: 20px;
  bottom: 92px;
  width: 610px;
  background: #fff;
  padding: 25px 20px;
  border-radius: 25px;
  box-shadow: 0 4px 8px #0003;
}
.sticky-bar__content
  .actionBar
  .sealsubs-target-element
  > .sealsubs-target-element
  .sealsubs-container {
  margin: 0px;
}
.sticky-bar__content
  .actionBar
  .sealsubs-target-element
  > .sealsubs-target-element
  .sls-more-info-container {
  display: none !important;
}
.sealsubs-container .sls-selling-plan-description-content {
  display: flex !important;
  gap: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #262626;
  margin-top: 10px;
}
.sealsubs-container .sls-selling-plan-description-content span {
  display: flex;
  align-items: center;
}
.sealsubs-container .sls-selling-plan-description-content span:before {
  content: "";
  display: inline-block;
  width: 16px; /* adjust as needed */
  height: 16px;
  background-image: url("/cdn/shop/files/check.png"); /* update this path */
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.product .product__info-wrapper .sealsubs-container .sls-more-info-container {
  display: none;
}
.product
  .product__info-wrapper
  .product-form__buttons
  .shopify-payment-button
  small#shopify-buyer-consent {
  display: none;
}
.productMainReview .junip-product-review-container {
  max-width: 100%;
  padding: 0px;
}
.productMainReview h2.junip-product-review-title {
  display: none;
}
.productMainReview .junip-powered-by-footer {
  display: none;
}
.productMainReview .junip-product-review-bar-filled {
  background-color: #fff !important;
}
.productMainReview .junip-product-review-summary-flex-wrapper {
  display: none !important;
}
.productMainReview .junip-button-text-dark .junip-btn {
  font-weight: 600;
}
.productMainReview
  .junip-review-grid-item-container
  .junip-review-customer
  .junip-customer-details
  .junip-avatar {
  display: none !important;
}
.productMainReview .junip-review-grid-item-container {
  border: 1px solid #e1e1e1 !important;
  box-shadow: none !important;
  border-radius: 10px;
}
.productMainReview
  .junip-review-grid-item-container
  .junip-review-customer
  .junip-customer-details
  .junip-customer-name {
  font-family: Playfair Display, serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0px;
  line-height: 1.2em;
  text-transform: capitalize;
  font-size: 20px;
}
.productMainReview .junip-select select {
  padding-left: 10px;
}
.productMainReview .junip-select select:focus {
  box-shadow: none;
}
.articalProductStar .junip-product-summary-review-count {
  display: none !important;
}
.aboutRelatedProducts .btn.btn-xs {
  padding: 7px 16px;
}
.mainPage .rte {
  font-size: 16px;
  line-height: 1.4em;
}
.mainPage .rte h3 {
  margin-bottom: 15px;
  padding-top: 25px;
  font-size: 30px;
}
.mainPage .rte h4 {
  padding-top: 25px !important;
  font-size: 25px;
}
.mainPage .rte ul,
.mainPage .rte ol {
  padding-left: 1rem;
}
.mainPage .rte ol {
  padding-top: 1em;
}
.mainPage .rte ul li,
.mainPage .rte ol li {
  padding-bottom: 1rem;
}
.fullImageTextSec .textBox {
  background-color: #f6f1e7;
  color: #000;
  padding: 30px;
  border-radius: 15px;
}
.fullImageTextSec .textBox .h2,
.fullImageTextSec .textBox .text {
  color: #000 !important;
}
.product .product__media-wrapper {
  max-width: 42% !important;
  margin-right: 4%;
}
.product .product__info-wrapper {
  max-width: 55% !important;
}
.productReviewsSec .owl-nav {
  margin: 25px auto 0px;
  max-width: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination-wrapper .pagination__list {
  display: flex !important;
  list-style: none;
  padding: 0;
  gap: 0px;
  flex-wrap: nowrap !important;
}
.pagination-wrapper .pagination__list .pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #cba03d;
  border: 1px solid #cba03d;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.pagination-wrapper .pagination__list .pagination__item:hover,
.pagination-wrapper .pagination__list .pagination__item.link:hover {
  background: #a88332; /* Darker shade of #CBA03D */
  border-color: #a88332;
}
.pagination-wrapper .pagination__list .pagination__item--current {
  background: #a88332; /* Slightly darker to indicate active state */
  color: #fff;
  border-color: #a88332;
  pointer-events: none;
}
.pagination-wrapper .pagination__list .pagination__item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #e4c483; /* Lighter shade for contrast */
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.pagination-wrapper .pagination__list .pagination__item-arrow:hover {
  background: #cba03d;
}
.pagination-wrapper .pagination__list .pagination__item-arrow svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.quizSec section {
  overflow: hidden;
}
.product .product__info-wrapper div#revy-bundles-wrapper {
  display: none !important;
}
.product-grid-container .card__media .media img {
  object-fit: contain;
}
.product-grid-container .card .media {
  background-color: #f8f7f3;
}
.card .card__inner .card__media {
  position: relative;
  overflow: inherit !important;
}
.bestSellersSec .product-card {
  position: relative;
  background: #f8f7f3;
  border-radius: 8px;
}
.bestSellersSec .product-card .product-image {
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1.2;
}
.bestSellersSec .product-card .product-image img {
  object-fit: contain;
  object-position: center;
}
.bestSellersSec .product-card .product-details {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 20px;
  z-index: 777;
}
.bestSellersSec .product-card .product-details .product-title {
  opacity: 0;
  visibility: hidden;
  font-size: 0px;
}
.bestSellersSec .product-card .product-details .quick-add__submit {
  font-family: Montserrat, sans-serif;
  border-radius: 30px;
  padding: 14px 22px;
  display: flex;
  gap: 8px;
  background-color: #000 !important;
  color: #fff;
  border: none !important;
  box-shadow: none;
  font-weight: 600;
  font-size: 17px;
  line-height: normal;
  align-items: center;
}
.bestSellersSec .product-card .product-details .quick-add__submit svg path {
  fill: #fff !important;
}
.bestSellersSec .product-card .product-details .quick-add__submit:hover {
  background-color: #cba03d !important;
}
.bestSellersSec .product-card .product-image a {
  display: block;
  height: 100%;
}
variant-selects .product-form__input--pill input[type="radio"] + label {
  padding: 1.2rem 2.2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
variant-selects .product-form__input--pill input[type="radio"]:checked + label {
  background-color: rgb(221 193 129);
  color: #fff;
}
/* legacy quantity rules removed — gold pill styles at top of file own this now */
.articalProductCard a {
  text-decoration: unset !important;
}
.homeBannerSec .hero h1 {
  font-size: 50px !important;
}
#rbu-sb .rbu-sb-tier-product-variants {
  display: none !important;
}
.imageWithTextSec .textBox .iconText img {
  width: 35px !important;
}

.collection-slide.owl-carousel {
  position: relative;
}
.collection-slide .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: space-between;
  pointer-events: none; /* Prevent blocking content click */
}
.collection-slide .owl-nav button {
  width: 45px;
  height: auto;
  pointer-events: auto;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: all 0.2s ease;
  color: transparent !important;
}
.collection-slide .owl-nav button:hover {
  transform: scale(1.05);
}
.imageWithTextSec .textBox .iconText {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.allCollectionSec section {
  overflow: hidden !important;
}
.collection-slide .owl-item {
  white-space: nowrap;
}
.collection-slide .owl-nav button.owl-next:after {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: -1;
  display: block;
  height: 50px;
  width: 104px;
  content: "";
  background: linear-gradient(90deg, #fff0, #fffffff2);
}
.collection-slide .owl-nav button.owl-prev:after {
  position: absolute;
  left: 0;
  top: -15px;
  z-index: -1;
  display: block;
  height: 50px;
  width: 104px;
  content: "";
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.95)
  );
}
.product .product__info-container ul.product-tags {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  flex-wrap: wrap;
}
.product .product__info-container ul.product-tags li {
  background: #f8f6f2;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.product .product__info-container .product-form form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.product .product__info-container .product-form form .sealsubs-target-element {
  order: 1;
}
.drawer {
  z-index: 777777 !important;
}
.drawer .drawer__inner {
  width: 55rem;
}
.allCollectionSec .collection-slide .collection .collection-desc h5 {
  font-weight: 700 !important;
}
.collectionBannerMobile {
  display: none !important;
}
.homeBannerSec .hero-content .btn-primary {
  background-color: var(--Primary) !important;
  border-color: var(--Primary) !important;
  color: var(--White) !important;
}
.homeBannerSec .hero-content .btn:hover {
  background-color: var(--Black) !important;
  border-color: var(--Black) !important;
  color: var(--White) !important;
}
iframe#admin-bar-iframe {
  display: none;
}
.articleFaqTrigger {
  background-color: #f8f6f2;
  border-radius: 10px;
  border: none;
  padding: 20px 25px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.articleFaqContent {
  transition: max-height 0.3s ease;
  overflow: hidden;
  background-color: #f8f6f2;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
  margin-top: -20px;
  padding: 8px 25px;
}
.tableBlock {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
}
.tableBlock table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px; /* Optional: set a min width */
  border: 1px solid #e7e7e7;
}

.tableSec .tableBlock {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
}
.tableSec .tableBlock table > :not(caption) > * > * {
  padding: 1.5rem;
}
.quizSec .hero .hero-content {
  height:100%;
  top:0;
  transform: inherit;
}
.quizSec .hero .hero-content .container, .quizSec .hero .hero-content .row {
  height: 100%;
}
.quizSec .textBlock {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 0px;
}
.quizSec .textBlock .btn {
  width: 180px;
  margin: 0 auto;
}






.reviewThum .star-rating {
  font-size: 18px;
  color: #fdb600;
}
.reviewThum .star.empty {
  color: #ddd;
}
.reviewThum .rating-number {
  margin-left: 6px;
  font-size: 14px;
  color: #555;
}









.reviewThum {
  background-color: #f6f1e7;
  padding: 30px 20px 20px;
  border-radius: 10px;
  height: 100%;
  font-size: 15px;
  line-height: 1em;
}
.reviewThum h5 {
  font-size: 20px;
}
.totalReviews {
  padding: 30px 20px;
  border-radius: 10px;
}
.review .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
}
.review .owl-next {
  margin-left: 10px;
}
.collection__view-all a:not(.link) {
  margin-top: 0;
}
body .ourProductSec .card__content.customBottom {
  bottom: 20px;
}
.ourProductSec .customTop {
  top: 0;
}
.fullImageTextSec .needsclick input, .fullImageTextSec .needsclick button {
  border-radius: 30px !important;
  padding: 15px 24px !important;
  line-height: normal !important;
  height: auto !important;
}
.iconBox img{
  max-width:60px;
}
/* Accordion Testimonials */
.testimonials {
  margin: 20px 0;
}

.testimonials h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.accordion-item {
  border: 1px solid #f6f1e7;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.accordion-header {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  border: none;
  background: #f6f1e7;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header:hover {
  background: #e6ddcd;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-body p {
  margin: 12px 0;
}

.accordion-item.active .accordion-body {
  max-height: 300px;
  padding: 12px 15px;
}

.accordion-item .icon {
  transition: transform 0.3s ease;
  font-size: 18px;
}

.accordion-item.active .icon {
  transform: rotate(45deg);
}

/* Testimonials css close*/

.handle-triple-magnesium-complex label:last-child, 
.handle-d-mannose-complex label:last-child {
  display: none !important;
}






@media (min-width: 1250px) {
  .product--thumbnail_slider .thumbnail-slider {
    transform: rotate(90deg) translateX(15%);
    transform-origin: 15% 0%;
    width: 550px;
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 0;
  }

  .product--thumbnail_slider .thumbnail-list__item {
    transform: rotate(-90deg);
  }

  .product--thumbnail_slider .thumbnail-list__item .thumbnail:after {
    background-image: url("/cdn/shop/files/frame_e39bbac4-864e-491e-a6ea-841ac365322b.png?v=1732473159");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }

  .global-media-settings {
    border: none;
  }

  .product--thumbnail_slider .thumbnail {
    opacity: 0.5;
  }

  .product--thumbnail_slider .thumbnail[aria-current] {
    box-shadow: none !important;
    opacity: 1;
  }

  .product--thumbnail_slider .thumbnail img {
    width: 98%;
    height: 98%;
  }

  .productMainImageSlider {
    margin-left: 85px;
  }
}
@media (max-width: 1600px) {
  .productBenefits .sMRegular {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  footer .footer__content-top {
    padding-top: 90px;
    padding-bottom: 180px;
  }

  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter {
    max-width: 420px;
  }

  footer .footer__content-top .footer__blocks-wrapper {
    column-gap: 5em;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper {
    padding-top: 40px;
    margin-top: 40px;
  }

  footer .footer__content-bottom .footer__content-bottom-footer_heading {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }

  .collectionSec
    .collection-list
    .owl-stage
    .owl-item
    .collection
    .collection-desc
    h5 {
    font-size: 22px;
  }

  .card .top-detail,
  .card > .card__content {
    padding: 28px !important;
  }

  .card > .card__content .card__information .card__heading {
    font-size: 16px;
  }

  .card > .card__content .quick-add .quick-add__submit {
    padding: 12px 18px;
    font-size: 14px;
    gap: 8px;
  }

  .imageWithTextSec .textBox {
    padding: 50px !important;
  }
  .imageWithTextSec .textBox .iconText img {
    height: auto !important;
    object-fit: contain !important;
    min-height: inherit;
  }
  .collectionSec .collection-list .owl-nav {
    right: 50px;
  }
  .reviewsSec .review-list .owl-nav {
    right: 0.4%;
  }
  .productBenefits .sMRegular {
    font-size: 14px;
  }
  .homeBannerSec .hero .parallax-image {
    aspect-ratio: 12 / 8;
  }
}

@media (max-width: 1440px) {
  .page-width,
  .container,
  .shopify-policy__container {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  footer .footer__content-top {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter {
    max-width: 400px;
  }

  footer .footer__content-top .footer__blocks-wrapper {
    column-gap: 4em;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer-block__details-content
    li
    .list-menu__item {
    margin-bottom: 0.5em;
    font-size: 15px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper {
    padding-top: 35px;
    margin-top: 35px;
  }

  footer .footer__content-bottom .footer__content-bottom-footer_heading {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }

  footer .footer__content-bottom {
    padding-bottom: 30px;
  }

  .collectionSec
    .collection-list
    .owl-stage
    .owl-item
    .collection
    .collection-desc
    h5 {
    font-size: 20px;
  }

  .card .top-detail,
  .card > .card__content {
    padding: 26px !important;
  }

  .imageWithTextSec .textBox {
    padding: 40px !important;
  }

  .card .top-detail .detsil-link svg {
    height: 50px;
    width: 50px;
  }

  .productBenefits .sMRegular {
    font-size: 13px;
  }
  .homeBannerSec .hero h1 {
    font-size: 45px !important;
  }
  .customTabLinks li {
    margin-bottom: 35px;
  }
  .customTabLinks li h4 {
    font-size: 24px !important;
  }
}

@media (max-width: 1366px) {
  .mb-30 {
    margin-bottom: 26px !important;
  }

  .p-60 {
    padding: 50px !important;
  }

  .category-tags {
    font-size: 18px;
    gap: 6px;
  }

  footer .footer__content-top {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter {
    max-width: 380px;
  }

  footer .footer__content-top .footer__blocks-wrapper {
    column-gap: 3em;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer-block__details-content
    li
    .list-menu__item {
    margin-bottom: 0.4em;
    font-size: 14px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper {
    padding-top: 30px;
    margin-top: 30px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper
    .footer__column--info
    .footer__list-social
    li.list-social__item
    .svg-wrapper {
    width: 34px;
    height: 34px;
  }

  footer .footer__content-bottom .footer__content-bottom-footer_heading {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  footer .footer__content-bottom {
    padding-bottom: 28px;
  }

  /*-Home Css-*/
  .collectionSec
    .collection-list
    .owl-stage
    .owl-item
    .collection
    .collection-desc
    h5 {
    font-size: 18px;
  }

  .card .top-detail,
  .card > .card__content {
    padding: 24px !important;
  }

  .imageWithTextSec .textBox {
    padding: 30px !important;
  }

  .fullImageTextSec .hero > img {
    min-height: 600px;
    object-fit: cover;
  }
  .sealsubs-container .sls-selling-plan-description-content {
    gap: 15px;
    font-size: 11px;
  }
  .rbu-sb-tier-product-title-link,
  .productPageBundle
    .bundle-totals
    .bundle-totals__prices-main-bundle-container
    .bundle-totals__text {
    font-size: 20px;
  }
  .productBenefits .sMRegular {
    font-size: 11px;
  }
  .bestSellersSec .product-card .product-details .quick-add__submit {
    padding: 12px 20px;
    font-size: 15px;
  }
  .header-wrapper
    .header:not(.drawer-menu)
    .header__inline-menu
    .list-menu
    .list-menu__item,
  body .tmenu_app .tmenu_nav .tmenu_item--root > .tmenu_item_link {
    padding: 1.2rem 1.4rem !important;
  }
  .customTabLinks li {
    margin-bottom: 30px;
  }
  .customTabLinks li h4 {
    font-size: 22px !important;
  }
  .homeBannerSec .hero-content .btnBox {
    margin: 35px 0px;
  }
  .homeBannerSec .hero .parallax-image {
    aspect-ratio: 10 / 8;
  }
}

@media (max-width: 1199.98px) {
  header.header .header__heading,
  .header > .header__heading-link {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
  }
  .menu-drawer__menu .tmenu_collection {
    display: grid;
    grid-template-columns: 60px auto;
    text-align: left;
    gap: 10px;
    align-items: center;
  }
  .menu-drawer__menu .tmenu_collection .tmenu_item_text {
    margin: 0px;
  }
  .menu-drawer__menu
    li:nth-child(3)
    .tmenu_submenu
    li:last-child
    .tmenu_submenu {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .menu-drawer__menu
    li:nth-child(4)
    ul
    > li:nth-child(3)
    > ul
    > li:nth-child(2),
  .menu-drawer__menu li:nth-child(4) ul > li:nth-child(2) {
    display: none !important;
  }
  .owl-nav {
    display: none !important;
  }

  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 42px;
  }

  h3,
  .h3 {
    font-size: 36px;
  }

  h4,
  .h4 {
    font-size: 26px;
  }

  h5,
  .h5,
  .productPageBundle #rbu-sb .rbu-sb-header .rbu-sb-header__title,
  .productPageBundle .bundle-header .bundle-header__title {
    font-size: 26px;
  }

  h6,
  .h6 {
    font-size: 24px;
  }

  body {
    font-size: 16px;
  }

  .xLRegular {
    font-size: 22px;
  }

  .lGRegular {
    font-size: 20px;
  }

  .mDRegular {
    font-size: 18px;
  }

  .sMRegular {
    font-size: 16px;
  }

  .xSRegular {
    font-size: 12px;
  }

  .xXSRegular {
    font-size: 12px;
  }

  .xLSerif {
    font-size: 22px;
  }

  .lGSerif {
    font-size: 20px;
  }

  .mDSerif {
    font-size: 18px;
  }

  .sMSerif {
    font-size: 16px;
  }

  .category-tags {
    font-size: 16px;
    gap: 6px;
  }

  .category-small-tags {
    padding: 10px 14px;
    font-size: 14px;
  }

  .tags {
    font-size: 12px;
    padding: 10px 14px;
  }

  .mb-50 {
    margin-bottom: 45px !important;
  }

  .mb-40 {
    margin-bottom: 35px !important;
  }

  .mb-30 {
    margin-bottom: 24px !important;
  }

  .pt-20 {
    padding-top: 16px !important;
  }

  .p-60 {
    padding: 40px !important;
  }

  .page-width,
  .container,
  .shopify-policy__container {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .announcement-bar .announcement-bar__message {
    font-size: 14px;
    line-height: 22px;
  }

  .header-wrapper .header:not(.drawer-menu) {
    grid-template-areas: "drawer account heading icons";
    padding-top: 14px;
    padding-bottom: 14px;
    grid-template-columns: 0fr 0fr 10fr 1fr;
    column-gap: 0rem;
  }

  .scrolled-past-header sticky-header.header-wrapper .header:not(.drawer-menu) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .shopify-section-header-sticky {
    top: 34px;
  }

  .header-wrapper .header:not(.drawer-menu) header-drawer {
    display: flex;
    grid-area: drawer;
    margin-left: -0.4rem;
  }

  .header-wrapper .header:not(.drawer-menu) .header-icon-with-account {
    grid-area: account;
    display: flex;
  }

  .header-wrapper
    .header:not(.drawer-menu)
    .header-icon-with-account
    .header__icon.header__icon--account
    .icon {
    height: 32px;
    width: 32px;
  }

  .header-wrapper .header:not(.drawer-menu) .header__inline-menu {
    display: none;
  }

  .header-wrapper .header:not(.drawer-menu) .header__heading,
  .header > .header__heading-link {
    justify-self: center;
  }

  .header-wrapper .header:not(.drawer-menu) .header__icon .icon {
    height: 3rem;
    width: 3rem;
  }

  /* Account icon kept visible on mobile/tablet — used to be hidden because the left-side .header-icon-with-account rendered it instead. */
  .header-wrapper
    .header:not(.drawer-menu)
    .header__icons
    .header__icon.header__icon--account {
    display: inline-flex;
  }

  .header-wrapper
    .header:not(.drawer-menu)
    .header__icons
    .header__icon.header__icon--cart
    .cart-count {
    font-size: 14px;
    top: 4px;
  }

  footer .footer__content-top {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  footer .footer__content-top .footer__blocks-wrapper {
    column-gap: 2em;
  }

  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter
    .newsletter-form__field-wrapper
    .field__input {
    padding: 10px 18px;
    height: 46px;
  }

  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter
    .newsletter-form__field-wrapper
    .newsletter-form__button {
    width: 48px;
  }

  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter
    .newsletter-form__field-wrapper
    .newsletter-form__button
    .icon {
    width: 1.7rem;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper {
    padding-top: 25px;
    margin-top: 25px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper
    .footer__column--info
    .footer__list-social
    li.list-social__item
    .svg-wrapper {
    width: 28px;
    height: 28px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper
    .footer__column--info
    .footer__payment
    img {
    height: 32px;
  }

  footer .footer__content-bottom .footer__content-bottom-footer_heading {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  footer .footer__content-bottom {
    padding-bottom: 26px;
  }
  .homeBannerSec .hero-content .trendingBox {
    padding: 20px 15px 30px;
    max-width: 370px;
    bottom: 10px;
    left: 35px;
    background: #ffffff3d;
    backdrop-filter: blur(30px);
  }

  .homeBannerSec .trendingBox .trending-list {
    padding: 12px;
  }

  .homeBannerSec .trendingBox .trending-list .product a {
    gap: 14px;
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    justify-items: start;
  }

  .homeBannerSec .trendingBox .trending-list .owl-dots {
    gap: 8px;
    bottom: -10px;
  }

  .bestSellersSec .product-list .owl-stage {
    padding-right: 0px !important;
  }

  .card .top-detail,
  .card > .card__content {
    padding: 22px !important;
  }

  .card > .card__content .quick-add .quick-add__submit {
    gap: 6px;
  }

  .card > .card__content .quick-add .quick-add__submit svg {
    width: 14px;
    height: 15px;
  }

  .imageWithTextSec .textBox {
    padding: 20px !important;
  }

  .imageWithTextSec img {
    min-height: 500px;
    object-fit: cover;
  }

  .fullImageTextSec .row {
    justify-content: flex-start !important;
  }

  .fullImageTextSec .hero > img {
    min-height: 650px;
  }

  .reviewsSec nav .nav .nav-link {
    padding: 15px 28px;
  }

  .reviewsSec .review-list .review-video .review-name-link,
  .reviewsSec .review-list .review-video .review-product {
    margin: 22px;
  }

  .reviewsSec .review-list .review-video .review-name-link .play svg {
    width: 34px;
  }

  .reviewsSec .review-list .review-text {
    padding: 45px 28px;
  }

  .blogsSec .slide-blog-post {
    grid-template-columns: 120px 1fr;
    gap: 20px;
    margin-bottom: 18px;
  }

  .blogsSec .scrollBox {
    padding-right: 12px;
  }

  .blogsSec .big-blog-post .blog-content {
    padding: 35px;
  }

  .blogsSec .slide-blog-post .blog-content {
    padding: 8px 0px;
  }

  .owl-carousel .owl-dots {
    max-width: 350px;
    margin: 40px auto 0px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
  }

  .owl-carousel button.owl-dot {
    display: block;
    flex-grow: 1;
    height: 4px;
    background-color: #f8f6f2;
    -webkit-backface-visibility: visible;
    transition: all 0.2s ease;
    border: none;
    border-radius: 0px;
  }

  .owl-carousel button.owl-dot.active {
    background-color: #cba03d;
    border-radius: 10px;
  }

  .card.collection-card > .card__content .card__information .card__heading {
    font-size: 22px;
  }

  .card.collection-card > .card__content .price * {
    font-size: 16px;
  }

  .card.collection-card > .card__content {
    padding: 22px 0 !important;
  }

  .card .top-detail .detsil-link svg {
    height: 40px;
    width: 40px;
  }

  .productFaq .faqBox .accordion .accordion-item {
    padding: 20px 26px;
    margin-bottom: 10px;
  }

  .articleBannerDes h1 {
    font-size: 40px;
  }

  .customBadge {
    font-size: 14px;
  }

  .aboutValuesStepBoxCount {
    left: -30px;
  }

  .aboutWomanArea .row {
    margin-bottom: 40px;
  }

  .aboutWomanAreaTitle {
    font-size: 70px;
  }

  .filterGridRow .facets__disclosure-vertical {
    width: 33%;
  }
  .productPageBundle
    #rbu-sb
    .rbu-sb-tier-container
    .rbu-sb-tier-product-container
    .rbu-sb-tier-product-details
    .rbu-sb-tier-product-title
    .rbu-sb-tier-product-title-link {
    font-size: 14px;
  }
  .productPageBundle
    #rbu-sb
    .rbu-sb-tier-container
    .rbu-sb-tier-product-container
    .rbu-sb-tier-product-details
    .rbu-sb-tier-product-title {
    line-height: normal;
  }
  .sealsubs-container .sls-selling-plan-description-content span:before {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .sealsubs-container .sls-selling-plan-description-content {
    gap: 8px;
    font-size: 15px;
    margin-top: 10px;
    flex-direction: column;
  }
  .product .product__info-wrapper {
    padding: 0 0 0 3rem;
  }
  .bestSellersSec a.btn {
    margin-right: 0px;
  }
  .productAccordianContent.xSRegular {
    font-size: 15px;
  }
  .bestSellersSec .product-card .product-details .quick-add__submit {
    padding: 10px 18px;
    font-size: 13px;
  }
  .customTop .star-rating .junip-product-summary-star-ratings-container {
    font-size: 12px;
  }
  .customTop .star-rating .junip-product-summary-star {
    height: 18px;
    width: 18px;
  }
  .homeBannerSec .hero h1 {
    font-size: 40px !important;
  }
  .articleFaqTrigger .xSRegular {
    font-size: 16px;
  }
  .homeBannerSec .hero-content {
    top: 25%;
  }
  .homeBannerSec .hero .parallax-image {
    aspect-ratio: 12 / 8;
  }
}
@media (max-width: 1024px) {
  .productPageBundle #rbu-sb .rbu-sb-tier-container,
  .productPageBundle .bundle-container {
    border: none;
    max-width: 33%;
    min-width: 33%;
    padding: 0 45px 0px 20px;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    margin-bottom: 0;
  }
  .homeBannerSec .hero h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 900px) {
  body .product--medium:not(.product--no-media) .product__media-wrapper,
  body .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 600px;
  }
}

@media (max-width: 991.98px) {
  .page-width,
  .container,
  .shopify-policy__container {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .btn {
    font-size: 14px;
    padding: 10px 30px;
    min-width: 180px;
  }

  .category-tags {
    font-size: 15px;
    gap: 4px;
  }

  .mb-80 {
    margin-bottom: 60px !important;
  }

  .mb-50 {
    margin-bottom: 40px !important;
  }

  .mb-40 {
    margin-bottom: 30px !important;
  }

  .mb-30 {
    margin-bottom: 20px !important;
  }

  .p-60 {
    padding: 30px !important;
  }

  .header-wrapper .header:not(.drawer-menu) {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .scrolled-past-header sticky-header.header-wrapper .header:not(.drawer-menu) {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  footer .footer__content-top {
    padding-top: 50px;
    padding-bottom: 60px;
    grid-template-columns: 1fr;
  }

  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter
    h2 {
    max-width: 400px;
  }

  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter {
    max-width: 520px;
  }

  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter
    .newsletter-form__field-wrapper {
    max-width: 440px;
  }

  footer .footer__content-top .footer__blocks-wrapper {
    padding-top: 50px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper {
    padding-top: 50px;
    margin-top: 0px;
    flex-direction: column;
    border: none;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper
    .footer__column--info {
    align-items: start;
    flex-direction: column;
    padding: 0px;
    gap: 0px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer-block__details-content
    li
    .list-menu__item {
    font-size: 14px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper
    .footer__column--info
    .footer__payment {
    margin-top: 22px;
    width: 100%;
    padding-top: 22px;
    border-top: 1px solid #e6ddcd;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper
    .footer__column--info
    .footer__list-social
    li.list-social__item
    .svg-wrapper {
    width: 36px;
    height: 36px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper
    .footer__column--info
    .footer__payment
    img {
    height: 38px;
  }

  footer .footer__content-bottom {
    padding-bottom: 35px;
  }
  footer .klaviyo-form .needsclick form.klaviyo-form {
    margin-left: 0 !important;
  }

  .homeBannerSec .hero > img {
    min-height: 1000px;
    object-fit: cover;
  }

  .homeBannerSec .hero-content .trendingBox {
    max-width: 420px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(0);
  }

  .imageWithTextSec img {
    min-height: 550px;
  }

  .reviewsSec nav .nav .nav-link {
    padding: 14px 26px;
    font-size: 13px;
    gap: 8px;
  }

  .reviewsSec .review-list .review-video .review-name-link,
  .reviewsSec .review-list .review-video .review-product {
    margin: 18px;
  }

  .reviewsSec .review-list .review-text {
    padding: 40px 26px;
  }

  .blogsSec .big-blog-post .blog-post-image img {
    height: 500px;
  }

  .blogsSec .big-blog-post .blog-content {
    padding: 30px;
  }

  .blogsSec .scrollBox {
    display: none;
  }

  .blogsSec .text-end {
    text-align: left !important;
    margin-top: 20px;
  }

  .blogsSec .blog-list {
    margin-top: 30px;
  }

  .blogsSec .blog-list .owl-stage {
    padding-left: 0px !important;
  }

  .blogsSec .blog-list .blog .blog-post-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .blogsSec .blog-list .blog .blog-content .blog-tags {
    margin-bottom: 10px;
  }

  .owl-carousel .owl-dots {
    margin: 35px auto 0px !important;
  }

  .card.collection-card > .card__content .card__information .card__heading {
    font-size: 20px;
  }

  .card.collection-card > .card__content .price * {
    font-size: 16px;
  }

  .card > .card__content .quick-add .quick-add__submit {
    padding: 12px 16px;
    font-size: 13px;
  }

  .card.collection-card > .card__content {
    padding: 20px 0 !important;
  }

  .card.collection-card .top-detail {
    padding: 18px !important;
  }

  .card .top-detail,
  .card > .card__content {
    padding: 18px !important;
  }

  .card .top-detail .detsil-link svg {
    height: 35px;
    width: 35px;
  }

  .productFaq .faqBox .accordion .accordion-item {
    padding: 16px 22px;
    margin-bottom: 8px;
  }

  .blogTopPickBox .xLRegular {
    font-size: 16px;
  }

  .blogArticalCard h6 {
    font-size: 18px;
  }

  .inlineBtn1 {
    font-size: 14px;
  }

  .articleBannerDes {
    padding-top: 0;
    top: inherit;
    transform: translateY(0);
    bottom: 10%;
  }

  .articleBannerDes h1 {
    font-size: 30px;
  }

  .articleBannerDes .mDRegular {
    font-size: 15px;
  }

  .articleBannerImg {
    aspect-ratio: 1 / 0.7;
    position: relative;
  }

  .aboutRelatedProducts .sMRegular {
    font-size: 14px;
  }

  .aboutValuesStepBoxDes {
    padding-top: 20px;
  }

  .aboutValuesStepBoxCount {
    position: static;
  }

  .aboutHistoryBox {
    max-width: 33.3%;
    width: 33.3%;
    margin: 20px 0px;
    padding: 0 8px;
  }

  .aboutHistoryBoxImgBox {
    max-width: 100%;
  }

  .aboutHistoryBoxDesPara {
    padding-left: 15px;
    padding-right: 0;
  }

  .aboutHistoryBoxBadge {
    right: 5px;
    max-width: 20%;
  }

  .aboutWomanArea .gx-5 {
    --bs-gutter-x: 4rem;
  }

  .qualitySourceBox {
    margin: 30px 0 30px 0;
  }

  .contactContentImg img {
    position: static;
  }

  .shopify-policy__container {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .productPageBundle
    #rbu-sb
    .rbu-sb-tier-container
    .rbu-sb-tier-product-container
    .rbu-sb-tier-product-details
    .rbu-sb-tier-product-title
    .rbu-sb-tier-product-title-link {
    font-size: 13px;
  }
  .productPageBundle
    #rbu-sb
    .rbu-sb-tier-container
    .rbu-sb-tier-product-container {
    padding: 0;
  }
  .productPageBundle {
    padding: 25px 0px 0px;
  }
  .productPageBundle
    #rbu-sb
    .rbu-sb-tier-container
    .rbu-sb-tier-product-container
    .rbu-sb-tier-product-details
    .rbu-sb-tier-product-price-container {
    gap: 5px;
  }
  .productPageBundle #rbu-sb .rbu-sb-totals,
  .productPageBundle .bundle-totals {
    padding: 22px;
    gap: 15px;
    margin-top: 0px;
  }
  #rbu-sb
    .rbu-sb-tier-container
    .rbu-sb-tier-product-container
    .rbu-sb-tier-product-details
    .rbu-sb-tier-product-price-container
    * {
    font-size: 10px !important;
  }
  .productBenefits .sMRegular {
    font-size: 12px;
  }
  .ingredient-list .owl-stage {
    padding-left: 0 !important;
  }
  .ingredient-list .owl-stage .owl-item {
  }
  .ingredient-list .ingredientBox {
    padding: 20px;
    background-color: #f8f6f2;
    border-radius: 6px;
  }
  .ingredient-list .ingredientBox .ingredientImg {
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 1 / 0.6;
  }
  .ingredient-list .ingredientBox .ingredientImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .ingredient-list .ingredientBox .ingredientTextBox {
    margin-top: 15px;
  }
  .ingredient-list .ingredientBox .ingredientTextBox .readMoreBtn {
    font-size: 15px;
    display: flex;
    font-weight: 500;
    gap: 4px;
    align-items: center;
    margin: 0px;
  }
  .ingredient-list .ingredientBox .ingredientTextBox .readMoreBtn .arrowIcon {
    width: 15px;
    height: auto;
  }
  .ingredient-list .ingredientBox .ingredientTextBox p:first-child {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .ingredient-list .ingredientBox .ingredientTextBox h4 {
    font-size: 20px;
  }

  .ingredient-list .ingredientBox .readMoreLink {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    color: #262626;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }
  .ingredient-list .ingredientBox .readMoreLink:hover {
    text-decoration: underline;
  }
  .ingredient-list .ingredientBox .arrow-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/cdn/shop/files/Vector.svg?v=1740399251);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3sease;
    background-position: center;
  }
  .ingredient-list .ingredientBox .arrow-icon.rotate {
    transform: rotate(180deg); /* Rotate arrow when expanded */
  }
  .bestSellersSec .product-card .product-details .quick-add__submit {
    padding: 8px 14px;
    font-size: 12px;
  }
  .blogsSec .blog-list .blog .blog-post-image {
    aspect-ratio: 1 / 0.7;
  }
  .blogsSec .blog-list .blog .blog-post-image img {
    height: 100%;
    width: 100%;
  }
  .customTop .star-rating .junip-product-summary-star-ratings-container {
    font-size: 10px;
  }
  .customTop
    .star-rating
    .junip-product-summary-star-ratings-container
    .junip-product-summary-star {
    height: 15px;
    width: 15px;
  }
  .sticky-bar__content
    .actionBar
    .sealsubs-target-element
    > .sealsubs-target-element {
    width: 450px;
  }
  .homeBannerSec .hero .parallax-image {
    aspect-ratio: 10 / 8;
  }
  .loop-widget-container {
  font-size: 14px !important;
}
.customer h2.form__message {
    font-size: 14px;
    text-align: left;
}
.customer ul {
        padding-left: 1.2em !important;
        margin-bottom: 2rem !important;
        font-size: 14px;
    }
.customer form .form__message {
    font-size: 14px;
    text-align:left;
}
.customer .form__message .svg-wrapper {
  margin-right: 0.4rem;
}
 .iconBox img {
    max-width: 80px;
  }
.iconBox .mDRegular {
  font-size: 15px;
}


}

@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 27px;
  }

  h4,
  .h4,
  h5,
  .h5,
  .productPageBundle #rbu-sb .rbu-sb-header .rbu-sb-header__title,
  .productPageBundle .bundle-header .bundle-header__title {
    font-size: 22px;
  }

  h6,
  .h6 {
    font-size: 20px;
  }

  .category-small-tags {
    padding: 6px 10px;
    font-size: 12px;
  }

  .mb-80 {
    margin-bottom: 40px !important;
  }

  .mb-50 {
    margin-bottom: 35px !important;
  }

  .mb-40 {
    margin-bottom: 25px !important;
  }

  .pt-20 {
    padding-top: 14px !important;
  }

  .tags {
    font-size: 10px;
    padding: 8px 12px;
  }

  .tags svg {
    width: 13px;
    height: 13px;
  }
  .scrolled-past-header .header__heading-logo-wrapper {
    width: inherit !important;
  }
  .homeBannerSec .hero {
    background-attachment: scroll;
  }
  .homeBannerSec .hero:after {
    opacity: 0.2;
  }
  .homeBannerSec .hero > img {
    min-height: 650px;
  }
  .homeBannerSec .hero-content .trendingBox {
    display: none;
  }
  .homeBannerSec .hero-content {
    text-align: left;
  }
  .homeBannerSec .hero-content .desc-p {
    max-width: inherit;
  }
  .homeBannerSec .hero-content .btnBox {
    justify-content: left;
  }

  .bestSellersSec .text-end {
    text-align: left !important;
    margin-top: 15px;
  }

  .imageWithTextSec img {
    min-height: auto;
  }

  .imageWithTextSec .textBox {
    padding: 30px 0 !important;
    margin-bottom: 0px !important;
  }
  .imageWithTextSec .textBox.yes {
    padding: 30px 0 0 !important;
  }

  .imageWithTextSec .textBox.yes h3 {
    margin-bottom: 0px !important;
  }

  .fullImageTextSec .hero > img {
    min-height: 520px;
  }

  .reviewsSec .review-list .review-text {
    padding: 35px 24px;
  }

  .blogsSec .text-end {
    text-align: left !important;
  }

  .owl-carousel .owl-dots {
    margin: 30px auto 0px !important;
  }

  .card.collection-card > .card__content .card__information .card__heading {
    font-size: 18px;
  }

  .card.collection-card > .card__content .price * {
    font-size: 14px;
  }

  .card > .card__content .quick-add .quick-add__submit {
    padding: 10px 14px;
    font-size: 12px;
  }

  .card.collection-card > .card__content {
    padding: 18px 0 !important;
  }

  .card.collection-card .top-detail {
    padding: 14px !important;
  }

  .card .top-detail,
  .card > .card__content {
    padding: 16px !important;
  }

  .card > .card__content .card__information .card__heading {
    font-size: 15px;
  }

  .productFaq .faqBox {
    padding: 30px 0px 0px !important;
  }

  .productFaq .faqBox .accordion .accordion-item {
    padding: 18px 24px;
    margin-bottom: 10px;
  }

  .productFaq .faqBox .accordion .accordion-item .accordion-collapse {
    margin-top: 12px;
    padding-top: 12px;
  }

  .blogBannerLeft {
    width: inherit;
    max-width: inherit;
  }

  .blogBannerRight {
    width: inherit;
    max-width: inherit;
    padding: 30px;
  }

  .blogItemsRight {
    padding-left: 0;
  }

  .blogItemsLeft {
    min-width: inherit;
    max-width: inherit;
  }

  .blogCollectionList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-bottom: 30px;
  }

  .blogCollectionList li {
    margin-bottom: 0;
  }

  .blogCollectionList li a,
  .filterTagHold a {
    font-size: 12px;
    padding: 12px 20px;
  }

  .blogArticalCard {
    margin-bottom: 40px;
  }

  .articleBannerImg {
    aspect-ratio: 1 / 1.5;
  }

  .articalProductCard .btn-sm {
    font-size: 10px;
    padding: 6px 15px;
  }

  .articalProductCard {
    padding: 13px;
    width: 100%;
    display: grid;
    grid-template-columns: 150px auto;
    margin: 0px;
  }
  .articalProductCardImg {
    margin-bottom: 0px;
    aspect-ratio: inherit;
  }
  .articalProductCard * {
    text-align: left !important;
    justify-content: left !important;
  }
  .articleProductContent {
    margin-left: 14px;
  }
  .realtedArticalProducts {
    margin-top: 30px;
    max-width: inherit;
    padding: 25px 20px 15px 20px;
  }

  .referenceBlogTabContent ul {
    flex-direction: column;
  }

  .referenceBlogTabContent ul li {
    width: auto;
  }

  .customBadge {
    font-size: 12px;
    padding: 10px 15px;
  }

  .aboutWomanArea .row:nth-child(odd) .aboutWomanImg {
    order: 1;
  }

  .aboutWomanArea .row:nth-child(odd) .aboutWomanText {
    order: 2;
  }

  .aboutWomanArea .aboutWomanImg {
    margin-bottom: 25px;
  }

  .aboutWomanArea .row {
    margin-bottom: 30px;
  }

  .loginBox {
    padding: 25px;
  }
  .productPageBundle #rbu-sb .rbu-sb-container,
  .productPageBundle .main-bundle-container {
    flex-direction: column;
  }
  .productPageBundle
    #rbu-sb
    .rbu-sb-tier-container
    .rbu-sb-tier-product-container {
    padding: 0;
    margin: 0px;
  }
  .productPageBundle #rbu-sb .rbu-sb-tier-container,
  .productPageBundle .bundle-container {
    max-width: 400px;
    min-width: inherit;
    padding: 0;
    width: 100%;
    border: none;
    margin: 0px 0;
  }
  .productPageBundle
    #rbu-sb
    .rbu-sb-tier-container
    .rbu-sb-tier-product-container
    .rbu-sb-tier-product-details
    .rbu-sb-tier-product-title
    .rbu-sb-tier-product-title-link {
    font-size: 17px;
  }
  .productPageBundle #rbu-sb .rbu-sb-totals,
  .productPageBundle .bundle-totals {
    margin-right: 0;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 40px;
  }
  .productPageBundle #rbu-sb .rbu-sb-header,
  .productPageBundle .bundle-header {
    margin: 0 0 10px;
  }
  .productPageBundle .bundle-container .bundle-product-bundle-container {
    padding: 22px 16px;
  }
  .productPageBundle
    #rbu-sb
    .rbu-sb-product-divider
    .rbu-sb-product-divider-plus,
  .productPageBundle .bundle-product-divider .bundle-product-divider-plus {
    margin-top: -15px;
  }
  .productPageBundle
    #rbu-sb
    .rbu-sb-tier-container
    .rbu-sb-tier-product-container
    .rbu-sb-tier-product-thumbnail,
  .productPageBundle
    .bundle-container
    .bundle-product-bundle-container
    .bundle-product-thumbnail {
    width: 120px;
    height: 120px;
    display: block;
    transform: scale(1);
    min-height: 120px;
    min-width: 120px;
  }
  .productReviewsSec .owl-nav {
    display: none;
  }
  .bestSellersSec a.btn {
    float: left;
    margin-top: 20px;
  }
  .productPageBundle #rbu-sb .rbu-sb-btn,
  .productPageBundle .btn {
    position: relative;
    top: -22px;
  }
  .collectionSec h1.h2 {
    max-width: 350px;
  }
  .productBenefits .sMRegular {
    font-size: 12px;
  }
  .productBenefits ul {
    gap: 5px;
  }
  .innerBannerDes {
    top: inherit;
    bottom: 60px;
    right: inherit;
  }
  .innerBanner .innerBannerDes .row {
    text-align: left !important;
    justify-content: start !important;
  }
  .contactFormBox {
    margin: -40px auto 0;
    padding: 30px;
  }
  #rbu-sb .rbu-sb-product-divider {
    display: none !important;
  }
  .aboutRelatedProducts .sMRegular {
    font-size: 16px;
  }
  footer
    .footer__content-top
    .footer-block--newsletter
    .footer-block__newsletter {
    margin-bottom: 30px;
  }
  footer .policies {
    margin-bottom: 10px;
  }
  .productReviewsSec .review-list .review-box .desc,
  .productFaq .xSRegular,
  .productAccordianContent.xSRegular {
    font-size: 16px;
  }
  .bestSellersSec .product-card .product-image {
    aspect-ratio: 1 / 1.2;
  }
  .top-pick-blog .owl-stage {
    padding-left: 0px !important;
  }
  .blogTopPickBox {
    aspect-ratio: 1 / 1.3;
  }
  .blogTagSlider .owl-stage {
    padding-left: 0px !important;
  }
  .cart-drawer .cart-item cart-remove-button {
    margin-left: 10px;
  }
  .homeBannerSec .hero h1 {
    font-size: 30px !important;
  }
  .collectionBanner .innerBannerDes {
    position: unset !important;
  }
  .collectionBanner .innerBannerImg {
    aspect-ratio: 1 / 0.6;
  }
  .collectionBanner .innerBannerDes {
    display: none !important;
  }
  .collectionBannerMobile,
  .collectionBannerMobile .innerBannerDes {
    display: block !important;
  }
  .collectionBanner .innerBannerDes .mDRegular {
    font-size: 15px;
  }
  .product .product__info-container ul.product-tags {
    gap: 8px;
  }
  .product .product__info-container ul.product-tags li {
    padding: 8px 12px;
    font-size: 10px;
  }
  .sticky-bar__content
    .actionBar
    .sealsubs-target-element
    > .sealsubs-target-element {
    width: 400px;
    right: 16px;
    bottom: 85px;
  }
  .homeBannerSec .hero-content .btnBox {
    margin: 30px 0;
  }
  .homeBannerSec .hero-content {
    top: 24%;
  }
  .homeBannerSec .hero h1 {
    text-align: left !important;
  }
  .homeBannerSec .hero .parallax-image {
    aspect-ratio: 9 / 8;
  }
 .review {
  margin-top: 15px;
}
 .iconBox img {
    max-width: 50px;
  }
   .iconBox .mDRegular {
    font-size: 13px;
  }
  .tableSec .tableBlock {
  font-size: 15px;
}
}

@media (max-width: 749px) {
  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  footer .footer__content-top {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  footer .footer__content-top .footer__blocks-wrapper {
    padding-top: 40px;
    display: flex;
  }

  footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
    margin: 0rem 0;
    width: 50%;
    max-width: 45%;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer-block.grid__item
    .footer-block__details-content {
    margin-bottom: 0rem;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper {
    padding-top: 40px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper
    .footer__column--info
    .footer__payment {
    margin-top: 18px;
    padding-top: 18px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper
    .footer__column--info
    .footer__list-social
    li.list-social__item
    .svg-wrapper {
    width: 30px;
    height: 30px;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer__content-bottom-wrapper
    .footer__column--info
    .footer__payment
    img {
    height: 36px;
  }

  footer .footer__content-bottom .footer__content-bottom-footer_heading h4 {
    max-width: 500px;
  }

  footer .footer__content-bottom {
    padding-bottom: 30px;
  }

  .shopify-policy__body {
    word-wrap: break-word;
  }
  .sticky-bar__content .actionBar .popupBtn {
    font-size: 12px;
  }
  .sticky-bar__content .actionBar {
    gap: 15px;
  }
  .sticky-bar .popupBox {
    bottom: 28px;
    right: 205px;
    max-width: 340px;
    padding: 12px;
  }
  .sticky-bar .popupBox .sls-selling-plan-description-content {
    font-size: 12px;
    gap: 5px;
    margin-top: 10px !important;
    flex-direction: column;
  }
  .sticky-bar .popupBox .sealsubs-container {
    font-size: 0.8em !important;
  }
  .product .product__media-wrapper {
    max-width: 100% !important;
  }
  .product .product__info-wrapper {
    max-width: 100% !important;
    padding: 1rem 0px 0 0rem;
  }
  .collection-slide .owl-nav button.owl-prev:after {
    width: 60px;
  }
  .collection-slide .owl-nav button.owl-next:after {
    width: 60px;
  }
  .product .product__info-container ul.product-tags li {
    padding: 10px 14px;
    font-size: 12px;
  }
.loop-widget-container {
  font-size: 12px !important;
}
.ourProductSec .grid__item {
  max-width: calc\(100% - var(--grid-mobile-horizontal-spacing) / 1;
  flex-grow: 1;
  width: 100%;
}
.fullImageTextSec .needsclick input {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
.fullImageTextSec .needsclick {
  width: 100%;
  padding: 0px !important;
  display: block !important;
  box-sizing: border-box;
}
}
@media (max-width: 575.98px) {
  .shopify-section-header-sticky {
    top: 32px;
  }
  header.header .header__heading,
  .header > .header__heading-link {
    width: 110px;
  }
  .page-width,
  .container,
  .shopify-policy__container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .announcement-bar .announcement-bar__message {
    font-size: 12px;
    line-height: 20px;
  }
  .h1 {
    font-size: 37px;
  }

  .h2 {
    font-size: 32px;
  }

  .h3 {
    font-size: 26px;
  }

  .mb-50 {
    margin-bottom: 30px !important;
  }

  .mb-40 {
    margin-bottom: 22px !important;
  }

  .mb-30 {
    margin-bottom: 18px !important;
  }

  .btn {
    font-size: 13px;
    padding: 9px 20px;
    min-width: 120px;
  }
  .card.collection-card .top-detail {
    padding: 6px !important;
  }
  .category-tags svg {
    width: 12px;
    height: 12px;
  }
  .tags {
    font-size: 10px;
    padding: 6px 8px;
  }
  .junip-product-summary-rendered .junip-product-summary-star {
    height: 16px;
    width: 16px;
  }
  .junip-product-summary-rendered .junip-product-summary-review-count {
    font-size: 12px;
  }
  .productBenefits {
    display: none;
  }

  .header-wrapper .header:not(.drawer-menu) {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-wrapper .header:not(.drawer-menu) .header__heading-logo {
    height: auto;
    max-width: 100%;
    width: 120px;
  }

  .scrolled-past-header sticky-header.header-wrapper .header:not(.drawer-menu) {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header-wrapper
    .header:not(.drawer-menu)
    .header__heading
    .header__heading-logo-wrapper {
    max-width: 140px;
  }

  .header-wrapper
    .header:not(.drawer-menu)
    .header__icons
    .header__icon.header__icon--cart
    .cart-count {
    font-size: 12px;
    top: -7px;
    left: -5px;
  }

  /*-Footer Css-*/
  footer .footer__content-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer .footer__content-top .footer__blocks-wrapper {
    padding-top: 30px;
    display: flex;
  }

  footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
    margin: 0rem 0;
    width: 50%;
  }

  footer
    .footer__content-top
    .footer__blocks-wrapper
    .footer-block.grid__item
    .footer-block__details-content {
    margin-bottom: 0rem;
  }

  footer .footer__content-bottom .footer__copyright {
    align-items: start;
    flex-direction: column-reverse;
  }

  footer .footer__content-bottom .footer__copyright .policies li {
    margin-left: 0;
    margin-right: 14px;
  }
  .homeBannerSec .hero-content .desc-p {
    font-size: 16px;
  }
  .homeBannerSec .hero-content .trendingBox {
    position: unset;
    margin-top: 50px;
    width: 100%;
  }

  .fullImageTextSec .hero > img {
    min-height: 650px;
  }

  .reviewsSec nav .nav .nav-link {
    padding: 12px 24px;
    font-size: 12px;
    gap: 6px;
  }

  .reviewsSec .review-list .review-text {
    padding: 30px 22px;
  }

  .owl-carousel .owl-dots {
    margin: 20px auto 0px !important;
  }

  .card.collection-card > .card__content {
    padding: 16px 0 !important;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .card > .card__content > .card__information {
    height: inherit;
    display: inherit;
    flex-direction: inherit;
    justify-content: inherit;
  }

  .card > .card__content .quick-add .quick-add__submit {
    padding: 8px 12px;
    font-size: 11px;
  }

  .card.collection-card > .card__content .card__information .card__heading {
    font-size: 17px;
  }

  .card > .card__content > .card__information div.price {
    display: block;
    margin-top: 10px;
  }

  .card.collection-card > .card__content .quick-add {
    margin: 15px 0 0;
    position: unset;
  }

  .card.collection-card > .card__content .price * {
    font-size: 12px;
  }

  .card .top-detail .detsil-link svg {
    height: 30px;
    width: 30px;
  }

  .productFaq .faqBox {
    padding: 25px 0px 0px !important;
  }

  .productFaq .faqBox .accordion .accordion-item {
    padding: 16px 20px;
    margin-bottom: 8px;
  }

  .productFaq .faqBox .accordion .accordion-item .accordion-collapse {
    margin-top: 10px;
    padding-top: 10px;
  }

  .btn.btn-xs {
    font-size: 10px;
    padding: 8px 12px;
  }

  .aboutHistoryBox {
    max-width: 50%;
    width: 50%;
  }

  .aboutWomanAreaTitle {
    font-size: 60px;
  }
  .sticky-bar {
    padding: 8px 10px;
  }
  .sticky-bar__title {
    font-size: 12px;
  }
  .sticky-bar__reviews * {
    font-size: 10px !important;
  }
  .sticky-bar .sticky-bar__content .btn {
    font-size: 10px;
    padding: 6px 8px;
    min-width: 70px;
  }
  .sticky-bar .popupBox {
    bottom: 52px;
    right: 0;
    max-width: 100%;
    padding: 10px;
    left: 0;
  }
  .productPageBundle
    .bundle-totals
    .bundle-totals__prices-bundle-container
    .rbu-sb-totals__text,
  .productPageBundle
    .bundle-totals
    .bundle-totals__prices-main-bundle-container
    .bundle-totals__text {
    display: none;
  }
  .productPageBundle #rbu-sb .rbu-sb-totals,
  .productPageBundle .bundle-totals {
    gap: 12px;
    margin-top: 10px;
  }
  .fullImageTextSec .textBox {
    padding: 20px;
  }
  .productBenefits svg {
    width: 10px;
    height: 10px;
  }
  .productBenefits .sMRegular {
    font-size: 7px;
  }
  .articalProductCard {
    grid-template-columns: 60px auto;
  }
  footer .footer__content-bottom .footer__content-bottom-footer_heading h4 {
    font-size: 27px;
  }
  .blogItemsLeft h6.fontSerif {
    font-size: 26px;
  }
  .review-list .owl-stage {
    padding-left: 0px !important;
  }
  .fullImageTextSec .hero .hero-content.bottom {
    transform: translateY(0px);
    top: inherit;
    bottom: 50px;
  }
  .allCollectionSec .collection-slide .collection a {
    padding: 10px 12px;
    flex-direction: column;
  }
  .allCollectionSec .collection-slide .collection .collection-img {
    width: 60px;
    height: 60px;
  }
  :root {
    --grid-mobile-vertical-spacing: 14px;
    --grid-mobile-horizontal-spacing: 14px;
  }
  .blogBannerRightInner {
    text-align: left !important;
  }
  .tagSliderBoxImg {
    aspect-ratio: 1 / 0.9;
  }
  .articleContent .meta-tags {
    flex-direction: column-reverse !important;
  }
  .blogsSec .big-blog-post .blog-post-image img {
    height: 400px;
  }
  .blogBannerLeft {
    aspect-ratio: 1;
  }
  .collection-slide .owl-stage-outer {
    display: flex;
    align-items: stretch;
  }
  .collection-slide .owl-stage-outer .owl-stage {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .collection-slide .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
  }
  .collection-slide .collection,
  .collection-slide .collection a {
    height: 100%;
  }
  .ingredient-list .ingredientBox .ingredientTextBox h4 {
    font-size: 18px;
  }
  .bestSellersSec .product-card .product-details .quick-add__submit {
    padding: 8px 12px;
    font-size: 10px;
  }
  .collectionSec h2.h1 {
    font-size: 32px;
  }
  .productReviewsSec .review-list .owl-stage {
    display: block !important;
    margin: 0px;
  }
  .productReviewsSec .review-list .review-box {
    padding: 28px 20px;
    height: auto;
    display: black;
  }
  .collectionBanner .innerBannerImg {
    aspect-ratio: 1 / 0.7;
  }
  .collectionBanner .innerBannerDes h1 {
    font-size: 35px;
    margin-bottom: 15px !important;
  }
  .imageWithTextSec .textBox .iconText h4 {
    font-size: 14px !important;
  }
  .allCollectionSec .collection-slide .collection .collection-desc h5 {
    font-size: 12px !important;
  }
  .collection-slide .owl-nav button.owl-prev:after {
    width: 40px;
  }
  .collection-slide .owl-nav button.owl-next:after {
    width: 40px;
  }
  .product .product__info-container ul.product-tags li {
    padding: 8px 10px;
    font-size: 10px;
  }
  .sticky-bar__content
    .actionBar
    .sealsubs-target-element
    > .sealsubs-target-element {
    position: absolute;
    right: 10px;
    bottom: 70px;
    width: 320px;
    background: #fff;
    padding: 20px 15px;
    border-radius: 25px;
    box-shadow: 0 4px 8px #0003;
  }
  .homeBannerSec .hero-content .btnBox {
    margin: 25px 0;
  }
  .articleFaqTrigger .xSRegular {
    font-size: 14px;
  }
  .homeBannerSec .hero-content {
    top: 28%;
  }
  .homeBannerSec .hero .parallax-image {
    aspect-ratio: 6 / 8;
  }
  .homeBannerSec .hero .parallax-img {
    object-position: 35% bottom;
  }
  .junip-product-review button.junip-write-review-cta.junip-btn {
    width: auto;
    margin: 0 auto;
  }
  .product .product__info-container .product-form {
    margin-top: 0px !important;
  }
  .product .product__info-container .product-form form .product-form__buttons {
    position: relative;
  }
  .product .product__info-container .product-form form .product-form__submit {
    margin-bottom: 0rem;
    padding: 12px 20px;
  }
  .product .product__info-container .product-form form {
    gap: 0;
  }
 .tableSec .tableBlock {
  font-size: 13px;
}
.articleContent table:not([class]) td, .articleContent table:not([class]) th {
  padding: 0.5em;
}
.articleContent table:not([class]) {
  font-size: 1.2rem;
}
}
@media (max-width: 420px) {
  footer div[data-testid="form-row"].needsclick {
    flex-direction: column !important;
  }
  footer .klaviyo-form .needsclick {
    flex: inherit !important;
    width: 100%;
  }
  footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
    width: auto;
  }
.loop-widget-container {
  font-size: 10px !important;
}
.loop-widget-purchase-options-container .loop-widget-purchase-option-header {
  gap: 5px;
}
.loop-widget-purchase-options-container .loop-widget-purchase-option-header .loop-widget-purchase-option-price-each-container {
  margin-left: 0em;
}
.loop-widget-container .loop-widget-spg-container {
  margin-left: 0em;
}
.sticky-bar__info {
  gap: 6px;
}
.sticky-bar__image {
  width: 40px;
}
.sticky-bar__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sticky-bar__title {
    font-size: 10px;
  }
}
@media (max-width: 369px) {
  .h2 {
    font-size: 28px;
  }
  .h3 {
    font-size: 24px;
  }
  .homeBannerSec .hero h1 {
    font-size: 26px !important;
  }
  footer .klaviyo-form input[type="email"] {
    height: 45px !important;
    font-size: 16px !important;
  }
  footer .klaviyo-form input[type="email"]::placeholder {
    font-size: 16px !important;
  }
  footer .klaviyo-form button.needsclick {
    height: 45px !important;
    font-size: 18px !important;
  }
  .junip-reviews-layout-grid {
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr)) !important;
}
.productMainReview .junip-review-grid-item-container .junip-review-customer .junip-customer-details .junip-customer-name {
    font-size: 15px;
}
.productMainReview .junip-review-grid-item-container .junip-review-customer .junip-review-date {
    font-size: 10px;
    opacity: .9;
}
/* legacy quantity width rules removed — see gold pill styles at top of file */
  .shopify-app-block .klaviyo-form.klaviyo-form.klaviyo-form form.needsclick.klaviyo-form .needsclick {
    display: block !important;
}
  .shopify-app-block .klaviyo-form.klaviyo-form.klaviyo-form form.needsclick.klaviyo-form .needsclick > .needsclick > .needsclick > .needsclick > .needsclick {
    display: flex !important;
}
.shopify-app-block input::placeholder {
  font-size: 14px !important;
}
    .card.collection-card .top-detail {
        padding: 0px !important;
    }
.category-small-tags {
        padding: 4px 10px;
        font-size: 10px;
    }
}
@media (max-width: 319px) {
  .page-width,
  .container,
  .shopify-policy__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
      footer form.needsclick.klaviyo-form {
        max-width: 210px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        align-items: center;
        justify-content: center !important;
        justify-items: center !important;
    }
  footer .footer__content-bottom .footer__content-bottom-footer_heading h4 {
    font-size: 20px;
  }
  footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item h2 {
    font-size: 15px !important;
}
  .sMRegular {
    font-size: 14px;
  }
      body {
        font-size: 14px;
    }
      h1, .h1 {
        font-size: 25px;
    }
  .h2 {
    font-size: 24px;
  }
    h3, .h3 {
        font-size: 22px;
    }
  h4,
  .h4,
  h5,
  .h5,
  .productPageBundle #rbu-sb .rbu-sb-header .rbu-sb-header__title,
  .productPageBundle .bundle-header .bundle-header__title {
    font-size: 18px;
  }
  .xLSerif {
        font-size: 16px;
    }
  .mDRegular {
    font-size: 15px;
  }
  .imageWithTextSec .textBox .iconText {
    grid-template-columns: 1fr 1fr;
    gap: 1em !important;
  }
  .bestSellersSec .product-card .product-details .quick-add__submit {
    padding: 8px 10px;
    font-size: 9px;
  }
  .bestSellersSec .product-card .product-details .quick-add__submit svg {
    width: 10px;
    height: 10px;
  }
  .bestSellersSec .product-card .product-details {
    right: 5px;
    bottom: 10px;
  }
    .homeBannerSec .hero h1 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
  .homeBannerSec .hero-content .btnBox {
    margin: 20px 0;
    gap: 10px;
  }
  .homeBannerSec .hero-content .desc-p {
    font-size: 11px;
  }
  .btn {
    font-size: 11px;
    padding: 8px 14px;
    min-width: 90px;
  }
  .header-wrapper .header:not(.drawer-menu) .header-icon-with-account {
    display: none;
  }
  .category-tags {
    font-size: 10px;
    gap: 2px;
  }
  .customTop
    .star-rating
    .junip-product-summary-star-ratings-container
    .junip-product-summary-star {
    height: 10px;
    width: 10px;
  }
  .junip-product-summary-rendered .junip-product-summary-review-count {
    display: none;
  }
  .customTop {
    left: 10px;
    right: 10px;
    top: 10px;
  }
  .reviewTextPoductImg {
    min-width: 45px;
    max-width: 45px;
  }
  .xSRegular,
  .xXSRegular {
    font-size: 10px;
  }
  .lGSerif {
    font-size: 16px;
  }
  .reviewsSec .review-list .review-text {
    padding: 25px 15px;
  }
  .reviewsSec .review-list .review-text span.star.full-star svg {
    width: 10px;
    height: 10px;
  }
  .reviewsSec nav .nav {
    gap: 6px;
  }
  .reviewsSec nav .nav .nav-link {
    padding: 8px 14px;
    font-size: 10px;
    gap: 4px;
  }
      .homeBannerSec .hero-content {
        top: 32%;
    }
    .ingredient-list .ingredientBox {
        padding: 10px;
    }
  .lGRegular {
        font-size: 16px;
    }
      .productReviewsSec .review-list .review-box .desc, .productFaq .xSRegular, .productAccordianContent.xSRegular {
        font-size: 14px;
    }
  .productFaqTrigger {
    padding: 16px 14px;
}
.productFaqContent {
    padding: 8px 14px;
}
.collectionBanner .innerBannerDes h1 {
        font-size: 24px;
        margin-bottom: 12px !important;
    }
  .card.collection-card>.card__content .card__information .card__heading {
        font-size: 14px;
    }
  .tagSliderBoxDes h6 {
    font-size: 12px;
}
    .blogCollectionList li a, .filterTagHold a {
        font-size: 10px;
        padding: 10px 15px;
    }
      .aboutRelatedProducts .sMRegular {
        font-size: 12px;
    }
  .aboutWomanAreaTitle {
        font-size: 25px;
    }
  span.ql-font-poppins {
    font-size: 26px !important;
}

/* Homepage banner heading - reduced font weight */
.banner__heading {
  font-weight: 500 !important;
}

/* FINAL FIX: product quantity + Add subscription button alignment */
.product-form__cta-row {
  display: grid !important;
  grid-template-columns: 120px 1fr !important;
  align-items: start !important;
  column-gap: 10px !important;
  row-gap: 0 !important;
  height: auto !important;
  min-height: 52px !important;
  max-height: none !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

.product-form__cta-row > .product-form__quantity,
.product-form__cta-row > [id^="Quantity-Form"] {
  grid-column: 1 !important;
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  height: 52px !important;
  margin: 0 !important;
  align-self: start !important;
}

.product-form__cta-row > product-form,
.product-form__cta-row > .product-form {
  grid-column: 2 !important;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
}

.product-form__cta-row product-form > form,
.product-form__cta-row .product-form > form,
.product-form__cta-row .product-form .form {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product-form__cta-row .product-form__buttons {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product-form__cta-row .product-form__submit,
.product-form__cta-row button[type="submit"].btn,
.product-form__cta-row button.product-form__submit {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
}

/* Quantity pill */
.product-form__cta-row quantity-input,
.product-form__cta-row .quantity {
  width: 120px !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
}

/* Free shipping must be BELOW the button, not inside the CTA row height */
.product-form__cta-row + .product-shipping-badge,
.product__info-container .product-shipping-badge {
  grid-column: 2 !important;
  width: 100% !important;
  margin: 0 0 18px 130px !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  line-height: 1.2 !important;
}

/* Mobile */
@media (max-width: 749px) {
  .product-form__cta-row {
    grid-template-columns: 105px 1fr !important;
    column-gap: 10px !important;
  }

  .product-form__cta-row > .product-form__quantity,
  .product-form__cta-row > [id^="Quantity-Form"],
  .product-form__cta-row quantity-input,
  .product-form__cta-row .quantity {
    width: 105px !important;
    min-width: 105px !important;
    max-width: 105px !important;
  }

  .product-form__cta-row + .product-shipping-badge,
  .product__info-container .product-shipping-badge {
    margin-left: 115px !important;
  }
}

/* FINAL OVERRIDE: align quantity and Add subscription button */
.product__info-container .product-form__cta-row {
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) !important;
  column-gap: 10px !important;
  align-items: start !important;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 20px 0 48px !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* left quantity column */
.product__info-container .product-form__cta-row > .product-form__quantity,
.product__info-container .product-form__cta-row > [id^="Quantity-Form"] {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
  justify-self: start !important;
}

/* remove hidden/extra quantity text from affecting height */
.product__info-container .product-form__cta-row .quantity__label,
.product__info-container .product-form__cta-row .quantity__rules,
.product__info-container .product-form__cta-row .quantity__rules-cart {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.product__info-container .product-form__cta-row .price-per-item__container {
  width: 120px !important;
  height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__info-container .product-form__cta-row quantity-input.quantity,
.product__info-container .product-form__cta-row .quantity {
  width: 120px !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  box-sizing: border-box !important;
}

/* right button column */
.product__info-container .product-form__cta-row > product-form.product-form,
.product__info-container .product-form__cta-row > .product-form {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
  justify-self: stretch !important;
  display: block !important;
  transform: translateY(-24px) !important;
}

/* remove invisible error wrapper from pushing form */
.product__info-container .product-form__cta-row .product-form__error-message-wrapper,
.product__info-container .product-form__cta-row .product-form__error-message-wrapper[hidden] {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.product__info-container .product-form__cta-row product-form.product-form > form,
.product__info-container .product-form__cta-row .product-form > form,
.product__info-container .product-form__cta-row .product-form .form {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__info-container .product-form__cta-row .product-form__buttons {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__info-container .product-form__cta-row .product-form__submit {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
}

/* shipping badge below button, not affecting alignment */
.product__info-container .product-shipping-badge {
  margin-top: 6px !important;
  margin-bottom: 18px !important;
  transform: translateY(-24px) !important;
}

/* mobile */
@media (max-width: 749px) {
  .product__info-container .product-form__cta-row {
    grid-template-columns: 120px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  .product__info-container .product-form__cta-row > product-form.product-form,
  .product__info-container .product-form__cta-row > .product-form {
    transform: translateY(-24px) !important;
  }

  .product__info-container .product-shipping-badge {
    transform: translateY(-24px) !important;
  }
}

/* FINAL CLEAN PRODUCT CTA: compact quantity + subscription button */
.product__info-container .product-form__cta-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 350px !important;
  max-width: 350px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 16px 0 42px !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* Quantity wrapper */
.product__info-container .product-form__cta-row > .product-form__quantity,
.product__info-container .product-form__cta-row > [id^="Quantity-Form"] {
  flex: 0 0 110px !important;
  width: 110px !important;
  min-width: 110px !important;
  max-width: 110px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Quantity inner */
.product__info-container .product-form__cta-row .price-per-item__container,
.product__info-container .product-form__cta-row quantity-input,
.product__info-container .product-form__cta-row .quantity {
  width: 110px !important;
  min-width: 110px !important;
  max-width: 110px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  box-sizing: border-box !important;
}

/* Hide quantity label/rules */
.product__info-container .product-form__cta-row .quantity__label,
.product__info-container .product-form__cta-row .quantity__rules,
.product__info-container .product-form__cta-row .quantity__rules-cart {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Form wrapper */
.product__info-container .product-form__cta-row > product-form.product-form,
.product__info-container .product-form__cta-row > .product-form {
  flex: 0 0 230px !important;
  width: 230px !important;
  min-width: 230px !important;
  max-width: 230px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-24px) !important;
}

/* Form/button wrappers */
.product__info-container .product-form__cta-row product-form.product-form > form,
.product__info-container .product-form__cta-row .product-form > form,
.product__info-container .product-form__cta-row .product-form .form,
.product__info-container .product-form__cta-row .product-form__buttons {
  width: 230px !important;
  min-width: 230px !important;
  max-width: 230px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Exact button */
.product__info-container .product-form__cta-row .product-form__submit,
.product__info-container .product-form__cta-row button[id^="ProductSubmitButton-"],
.product__info-container .product-form__cta-row #ProductSubmitButton-template--24903923073400__main {
  width: 230px !important;
  min-width: 230px !important;
  max-width: 230px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Button text */
.product__info-container .product-form__cta-row .product-form__submit span,
.product__info-container .product-form__cta-row button[id^="ProductSubmitButton-"] span {
  white-space: nowrap !important;
}

/* Free shipping below */
.product__info-container .product-shipping-badge {
  width: 300px !important;
  max-width: 300px !important;
  margin: 6px 0 18px !important;
  padding: 0 !important;
  transform: translateY(-24px) !important;
  justify-content: center !important;
}

/* =========================================
   FIX 1: quantity pill looks double
   ========================================= */
.product__info-container .product-form__cta-row > .product-form__quantity,
.product__info-container .product-form__cta-row > [id^="Quantity-Form"] {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.product__info-container .product-form__cta-row .price-per-item__container {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.product__info-container .product-form__cta-row quantity-input,
.product__info-container .product-form__cta-row .quantity {
  border: 1.5px solid #d5a63a !important;
  box-shadow: none !important;
  outline: none !important;
  background: #fff !important;
  border-radius: 999px !important;
}

/* remove extra pseudo borders Dawn adds */
.product__info-container .product-form__cta-row quantity-input::before,
.product__info-container .product-form__cta-row quantity-input::after,
.product__info-container .product-form__cta-row .quantity::before,
.product__info-container .product-form__cta-row .quantity::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
}

/* =========================================
   FIX 2: free shipping badge overlap
   ========================================= */
.product__info-container .buy-buttons-wrapper {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 8px 0 18px !important;
  padding: 0 !important;
}

.product__info-container .buy-buttons-wrapper .product-shipping-badge {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  line-height: 1.2 !important;
  z-index: auto !important;
}

/* keep pickup availability below it if it shows */
.product__info-container .buy-buttons-wrapper pickup-availability,
.product__info-container .buy-buttons-wrapper .product__pickup-availabilities {
  display: block !important;
  margin-top: 10px !important;
}

/* FINAL POLISH: fix double quantity border + shipping badge spacing */

/* 1. Remove double border from quantity outer wrappers */
body .product__info-container .product-form__cta-row .price-per-item__container,
body .product__info-container .product-form__cta-row > .product-form__quantity,
body .product__info-container .product-form__cta-row > [id^="Quantity-Form"] {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

/* 2. Keep border ONLY on the actual quantity pill */
body .product__info-container .product-form__cta-row quantity-input.quantity,
body .product__info-container .product-form__cta-row quantity-input,
body .product__info-container .product-form__cta-row .quantity {
  border: 1.5px solid #d5a63a !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: #fff !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}

/* 3. Make quantity number visible and centered */
body .product__info-container .product-form__cta-row .quantity__input {
  color: #262626 !important;
  -webkit-text-fill-color: #262626 !important;
  opacity: 1 !important;
  text-align: center !important;
  line-height: 48px !important;
}

/* 4. Fix shipping badge wrapper so it does not overlap Product benefits */
body #ProductInfo-template--24903923073400__main .buy-buttons-wrapper,
body .product__info-container .buy-buttons-wrapper {
  position: static !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100% !important;
  margin: 8px 0 18px !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* 5. Force free shipping badge to sit normally below button row */
body #ProductInfo-template--24903923073400__main .buy-buttons-wrapper .product-shipping-badge,
body .product__info-container .buy-buttons-wrapper .product-shipping-badge,
body .product__info-container .product-shipping-badge {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 0 18px !important;
  padding: 0 !important;

  line-height: 1.2 !important;
  z-index: auto !important;
}

/* 6. Add safe space before accordions */
body .product__info-container .buy-buttons-wrapper + .productAccordianTrigger,
body .product__info-container .product-shipping-badge + .productAccordianTrigger {
  margin-top: 14px !important;
}

/* FIX: show quantity number inside quantity selector */
.product__info-container .product-form__cta-row .quantity__input,
.product__info-container .product-form__cta-row input.quantity__input {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  flex: 0 0 34px !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;

  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  padding: 0 !important;
  margin: 0 !important;

  text-align: center !important;
  line-height: 48px !important;

  font-size: 16px !important;
  font-weight: 600 !important;
  color: #262626 !important;
  -webkit-text-fill-color: #262626 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  appearance: textfield !important;
}

/* Remove number arrows */
.product__info-container .product-form__cta-row .quantity__input::-webkit-outer-spin-button,
.product__info-container .product-form__cta-row .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Make minus and plus leave room for number */
.product__info-container .product-form__cta-row .quantity__button {
  flex: 0 0 30px !important;
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
}

/* Quantity pill spacing */
.product__info-container .product-form__cta-row quantity-input,
.product__info-container .product-form__cta-row .quantity {
  justify-content: center !important;
  gap: 4px !important;
}

/* Center visible quantity number perfectly */
.product__info-container .custom-quantity-fixed {
  display: grid !important;
  grid-template-columns: 30px 34px 30px !important;
  align-items: center !important;
  justify-content: center !important;
  column-gap: 4px !important;
  height: 48px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.product__info-container .custom-quantity-fixed .qty-visible-number {
  grid-column: 2 !important;
  grid-row: 1 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 34px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  margin: 0 !important;
  padding: 0 !important;

  font-size: 17px !important;
  font-weight: 700 !important;
  color: #262626 !important;

  line-height: 1 !important;
  text-align: center !important;

  position: relative !important;
  top: 0 !important;
  transform: none !important;
}

.product__info-container .custom-quantity-fixed .quantity__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  padding: 0 !important;
  margin: 0 !important;
}