/** Shopify CDN: Minification failed

Line 95:1 Unexpected "/"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/* CART UI */
@keyframes slow-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  5% {
    transform: scale(1.05);
    opacity: 1;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.drawer__inner {
  /* padding: 0 2.5rem 0 2.5rem !important; */
  padding: 0 !important;
}

.drawer__header {
  justify-content: flex-start !important;
}

.cart-drawer .cart-item {
  gap: 0 !important;
}

.cart-drawer .cart-items thead {
  margin: 0 !important;
}

.slides-container {
  display: flex;
  transition: transform 0.4s ease-in-out;
  width: 200%;
}

.slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.slide-content img {
  width: 28px;
  height: 28px;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  padding: 8px;
}

.nav.prev {
  left: 10px;
}

.nav.next {
  right: 10px;
}

*/ .drawer__close svg {
  height: 1.4rem !important;
  width: 1.4rem !important;
}

.drawer__header {
  padding: 1rem 0 !important;
}

.drawer__heading {
  margin: 0 !important;
}

.drawer__close {
  top: unset !important;
  right: 12px !important;
  min-width: 5rem !important;
  min-height: 40px !important;
}

.custom-promo-banner {
  width: 100%;
  /* max-width: 390px; */
  /* height: 26px; */
  color: white;
  padding: 6px;
  gap: 10px;
  background-color: #63359b;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 auto;
}

.promo-text {
  font-family: Assistant, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.promo-text-left {
  flex: 1;
  justify-content: flex-start;
  text-align: left;
}

.promo-text-right {
  flex: 1;
  justify-content: flex-end;
  text-align: right;
}

.promo-divider {
  width: 1px;
  height: 20px;
  background-color: #000000;
  flex-shrink: 0;
  margin: 0 5px;
}

.cart-drawer .cart-item {
  padding: 0 20px;
}

.drawer__footer summary {
  padding: 1.5rem !important;
}

.drawer__footer > details + .cart-drawer__footer {
  padding: 0 16px !important;
}

.drawer__inner {
  width: 100vw !important;
  max-width: 100vw !important;
  max-width: 100% !important;
}

#Details-CartDrawer {
  display: none;
}
.cart-drawer-parent .drawer__contents {
  max-width: 100% !important;
}

.cart-drawer-parent .cart-item__name {
  font-family: Assistant, sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.cart-drawer-parent cart-remove-button .button {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

/* .product-container-col-1, .product-container-col-2{
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 15px;
  padding: 15px;
} */

.product-container {
  display: flex;
  justify-content: space-between;
  /* align-content: center; */
  gap: 15px;
  padding: 0 15px;
}

.product-container-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding: 16px 0;
}

.cart-item:last-child .product-container-wrapper {
  border-bottom: none;
}

.product-container-col-1 {
  display: flex;
  justify-content: space-between;
}

.product-info-wrapper {
  max-width: 75%;
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.product-container-col-2 {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  /* align-items: flex-end; */
  gap: 10px;
}

.product-container-left {
  /* width: 20%;  */
  min-width: 80px;
}

.product-container-right {
  width: 80%;
  /* gap: 10px; */
  display: grid;
}

.cart-drawer .cart-item__image {
  width: 80px !important;
  height: 80px !important;
}

/*  */

.quantity-input {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  /* To ensure sharp corners with border-radius */
  width: fit-content;
  /* Adjust as needed */
}

.quantity__button[name="minus"] {
  border-right: 1px solid #ccc;
}

.quantity__button[name="plus"] {
  border-left: 1px solid #ccc;
}

.quantity__input {
  font-family: Inter, sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  vertical-align: bottom !important;
  border: none;
  width: 50px;
  /* Adjust as needed */
  padding: 8px 0;
  -moz-appearance: textfield;
  /* Firefox hide arrows */
}

/* Chrome, Safari, Edge, Opera hide arrows */
.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Visually hidden for screen readers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

button#checkout2 {
  border: 0;
  border-radius: 0;
  margin: 0;
  background: #63359b;
  /* animation: pulse 2s infinite; */
  color: white;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.6;
  font-size: 16px;
  animation: slow-pulse 5s infinite;
  margin: 0;
  border-style: solid;
  box-sizing: border-box !important;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 2%;
  min-width: auto !important;
  vertical-align: middle;
  height: 100% !important;
  overflow: hidden;
  visibility: visible;
  position: relative;
  left: auto;
  width: 100%;
  max-width: 100%;
  /* margin: 0 !important; */
  min-height: 52px !important;
  pointer-events: auto !important;
  text-wrap: balance;
}

quantity-input.quantity.cart-quantity,
quantity-input.quantity.cart-quantity:before,
quantity-input.quantity.cart-quantity:after {
  border-radius: 0;
  min-height: 30px;
  max-width: 100px;
}

p.cart__empty-text {
  color: #63359b;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  font-family: Assistant, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-bottom: 7px;
  padding-top: 18px;
}

.cart__empty-text {
  margin-top: 0 !important;
}

.cart-drawer__empty-content a.button {
  background: #63359b;
  border-radius: 0;
  /* padding: 10px 15px; */
  padding: 15px 10px;
  width: 100%;
  height: auto;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0;
}

p.favorite-item-text {
  margin: 0;
  margin-bottom: 8px;
  color: #63359b;
}

.drawer__close svg {
  height: 12px !important;
  width: 12px !important;
}

.cart-drawer__warnings {
  display: unset !important;
}

cart-drawer.is-empty .drawer__header {
  display: flex !important;
  justify-content: flex-start !important;
  border-bottom: 1px solid #e5e5e5;
  /* padding-top: 1rem !important; */
  /* padding-bottom: 1rem !important */
  padding: 10px !important;
  line-height: 1.6;
}

span.drawer__heading {
  font-family: Assistant, sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 32px !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
  color: #1f2937 !important;
  vertical-align: middle !important;
  padding-left: 16px;
}

.drawer__inner-empty {
  padding: 0 !important;
  border: 0 !important;
}

.cart-drawer-parent .drawer__close {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-drawer-parent .product-option {
  font-family: Assistant, sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  word-break: break-word;
  color: gray;
  text-transform: capitalize;
}

.cart-drawer-parent cart-remove-button .button svg {
  height: 15px;
  width: 15px;
}

.cart-drawer-parent cart-remove-button .button svg path {
  fill: gray;
}

.drawer__close {
  min-width: unset !important;
  right: 29px !important;
  font-family: Manrope, sans-serif !important;
  font-weight: 200 !important;
  font-size: 30px !important;
  line-height: 36px !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #1f2937 !important;
}

.cart-drawer-parent .drawer__close,
.cart-drawer-parent .drawer__close svg path {
  color: #1f2937 !important;
  fill: #1f2937 !important;
}

cart-drawer .drawer__inner {
  overflow-y: auto !important;
  border: 0;
}

cart-drawer-items {
  overflow-y: scroll;
}

.you-may-also-container {
  background: #faf5ff;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.fbt-container {
  background: #faf5ff;
}

.you-may-also-header {
  background: transparent;
  color: #63359b;
  padding: 16px;
  text-align: center;
  font-family: Assistant, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  /* height: 46px; */
}

.drawer_container {
  padding: 0px 20px !important;
}

.you-may-also-body {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0px 0px 16px 0px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.you-may-also-body::-webkit-scrollbar {
  display: none;
}

.fbt-section {
  padding-left: 20px;
  padding-right: 20px;
}

.you-may-also-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 15px;
  gap: 15px;
  border: 1px solid #d9d9d9;
  /* border-radius: 8px; */
  background: white;
  min-width: 250px;
  max-width: 280px;
  flex-shrink: 0;
}

.fbt-section .you-may-also-item:last-child {
  margin-right: 20px;
}

.cart-drawer-parent .quantity:after {
  box-shadow: none;
  border: 1px solid #ccc;
}

.cart-drawer-parent p.totals__subtotal-value {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
  color: black;
}

.cart-drawer-parent .price-old {
  font-size: 16px;
  font-weight: 400;
  /* line-height: 2; */
}

.fbt-container .price-old {
  font-size: 12px !important;
  color: #ff4c4c !important;
  font-weight: 400;
  text-decoration: line-through;
}
.you-may-also-price {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}

/* New price on left, old price on right */
.you-may-also-price .price-new {
  order: 1 !important;
}

.you-may-also-price .price-old {
  order: 2 !important;
}
.you-may-also-left img.you-may-also-img {
  width: 70px;
  height: auto;
  object-fit: contain;
}

.you-may-also-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.you-may-also-right a {
  text-decoration: none;
}

.you-may-also-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.you-may-also-left {
  height: 70px;
  width: 70px;
}

.you-may-also-price-and-add-container {
  margin-bottom: 3px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.price-old {
  color: #f00;
  margin-right: 6px;
  text-decoration: line-through;
}

.price-new {
  color: #000;
  font-weight: 700;
  text-decoration-thickness: 1px;
  font-size: 12px;
}

.add-to-cart-btn {
  background-color: #63359b;
  color: #fff;
  padding: 6px 16px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 80px;
  max-width: 100%;
  min-height: 35px;
  border-radius: 0;
}

.add-to-cart-btn:hover {
  background-color: #4a137a;
}

.fbt-container .add-to-cart-btn {
  background-color: #63359b !important;
  color: #ffffff !important;
  border-radius: 0;
  padding: 8px 20px;
  font-weight: 600;
}

.fbt-container .add-to-cart-btn:hover {
  background-color: #63359b !important;
}

.cart-total-container div{
  display: flex;
  align-items: center;
}
.cart-total-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: end;
}


button.quantity__button {
  font-family: Manrope, sans-serif !important;
  font-weight: 200 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  vertical-align: middle !important;
  width: unset;
  padding: 10px;
}

.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
  /* flex-direction: row !important; */
  display: flex !important;
  gap: 8px;
  margin-right: 8px;
  /* align-items: center; */
}

/* Order: cancelled price first, then discounted price */
.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices .cart-item__old-price.price.price--end {
  order: 2 !important;
}

.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices .price.price--end:not(.cart-item__old-price) {
  order: 1 !important;
}

.cart-drawer .price.price--end {
  font-family: Assistant, sans-serif !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  line-height: 24px !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  white-space: nowrap;
  word-spacing: -0.25em;
}

s.cart-item__old-price.price.price--end {
  font-family: Inter, sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  text-decoration: line-through !important;
  color: #ff0000;
  white-space: nowrap;
  word-spacing: -0.25em;
}

.cart-item__image {
  max-width: 100% !important;
}

@media screen and (min-width: 750px) {
  .cart-item__media {
    width: 7rem !important;
  }

  .drawer__inner {
    width: 44rem !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .cart__ctas {
    padding: 0px 15px 5px 15px;
  }

  button#checkout2 {
    margin: 0 10px;
    animation: pulse 2s infinite;
    animation: slow-pulse 5s infinite;
    margin: 0;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(1);
    }
  }
}

@media (max-width: 425px) {
  .slides-wrapper {
    margin-left: 15px !important;
  }

  .promo-slide {
    /* font-size: 10px; */
  }

  .promo-slide img {
    width: 20px;
    height: 20px;
  }

  .cart-item__name {
    font-size: 13px !important;
    line-height: normal !important;
  }

  .product-option {
    font-size: 11px !important;
    line-height: normal !important;
  }

  span.price.price--end {
    /* font-size: 11px */
  }

  .cart-item__quantity-wrapper {
    flex-wrap: unset !important;
    align-items: center;
    gap: 2px;
  }
}

.cart-drawer-parent .drawer__inner-empty {
  overflow: scroll;
}

.cart-drawer-parent span.totals__subtotal {
  font-family: Assistant, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: black;
}

.cart-drawer-parent .totals__subtotal-note {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: black;
  margin: 0;
  text-transform: uppercase !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.cart-drawer-parent .free-sipper-message {
  display: block;
  background: #f0f7eb;
  border: 1px solid #4caf50;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0;
  color: #2e7d32;
  font-weight: 500;
  text-align: center;
  will-change: opacity;
}
.cart__contents .you-may-also-header {
  font-weight: bolder;
}
.cart-drawer-parent .cart-drawer__footer .price-old {
  line-height: 1.8;
}
.drawer__footer {
  position: sticky;
  bottom: 0;
}
.cart-drawer .totals {
  justify-content: space-between;
  align-items: start;
}

.you-may-also-add-tocart .add-to-cart-btn {
  text-transform: none;
}

@media screen and (max-width: 410px) {
  .custom-promo-banner {
    padding: 3px !important;
  }

  .promo-text {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 375px) {
  .cart-discount-right {
    max-width: 75% !important;
  }

  .cart-discount-title {
    font-size: 13px !important;
  }

  .discount-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .discount-code-text {
    font-size: 11px !important;
  }

  .discount-applied-text {
    font-size: 11px !important;
  }

  .discount-saved-badge span {
    font-size: 11px !important;
  }

  .cart-discount-label {
    font-size: 13px !important;
  }

  .promo-divider {
    height: 16px !important;
  }

  .slide-content {
    padding: 6px !important;
  }

  .cart-milestone .milestone-marker {
    width: 20px !important;
    height: 20px !important;
  }

  .cart-milestone .milestone-marker svg {
    width: 8px !important;
    height: 8px !important;
  }

  .cart-milestone .milestone-bar {
    height: 4px !important;
  }

  .custom-promo-banner {
    padding: 3px !important;
  }

  .promo-text {
    font-size: 9px !important;
  }
  .promo-text {
    font-size: 9px !important;
  }
}

@media screen and (max-width: 350px) {
  .promo-text {
    font-size: 9px !important;
  }
}

/* Promo Slider */
.custom-promo-slider {
  position: relative;
  width: 100%;
  /* max-width: 390px; */
  /* height: 26px; */
  padding: 6px;
  gap: 10px;
  background-color: #fed400;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 auto;
}

.slides-wrapper {
  overflow: hidden;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}

.slide-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  min-width: 100%;
}

.promo-slide {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  justify-content: center;
  line-height: 1.6;
  text-transform: capitalize;
  letter-spacing: 0;
}

.promo-slide img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.promo-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: white;
  font-size: 12px;
  cursor: pointer;
  z-index: 10;
  padding: 4px 10px;
  user-select: none;
}

.promo-nav.prev {
  left: 10px;
}

.promo-nav.next {
  right: 10px;
}
cart-remove-button {
  max-height: 20px;
}
.qty-remove-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  max-height: 30px;
}
.price-qty-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* .applied-discount-badge .discount-saved-badge{
  display: none !important;
} */
/* ===== FREE GIFT LOCK (product-container based) ===== */

/* Hide quantity selector */
.product-container.is-free-gift quantity-input {
  display: none !important;
}

/* Hide remove button */
.product-container.is-free-gift cart-remove-button,
.product-container.is-free-gift .hs-remove-item,
.product-container.is-free-gift button[aria-label*="Remove"] {
  display: none !important;
}

/* Optional: label */
.product-container.is-free-gift .product-info-wrapper::after {
  content: "🎁 Free Gift";
  display: block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #009762;
}
/* ===== END FREE GIFT LOCK ===== */
/* Cart container */
.cart-drawer,
.drawer {
  position: relative;
  overflow: hidden;
}

/* Loader wrapper */
.free-gift-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* Hidden */
.free-gift-loader.hidden {
  display: none;
}

/* =========================
   DEFAULT = ADD / SUCCESS
   ========================= */
.free-gift-loader {
  background: rgba(255, 255, 255, 0.65);
}

/* =========================
   REMOVE MODE (ONLY SPINNER)
   ========================= */
.free-gift-loader.remove-mode {
  background:  rgba(255, 255, 255, 0.65);;
}

.free-gift-loader.remove-mode .toast {
  display: none;
}

/* Spinner */
.free-gift-loader .spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #ddd;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 100000;
}

/* Toast */
.toast {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 24px);
  max-width: 400px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, sans-serif;
}

/* Toast header */
.toast-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.toast-title {
  flex: 1;
}

/* Toast body */
.toast-body {
  padding: 14px;
  font-size: 13px;
  color: #333;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
