/** Shopify CDN: Minification failed

Line 2660:0 Expected ")" to go with "("

**/
.drawer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-sizing: border-box;
}

.cart-drawer .discounts__discount,
.cart-drawer .discounts__discount * {
  color: rgba(201, 168, 76, 0.5) !important;
}

.gfgFreeGiftMsgTitle {
  color: #C9A84C !important;
}

.gfgFreeGiftMsgIconImageElement {
  filter: invert(100%) brightness(100%) !important;
}

.cart-item.free-gift .cart-item__quantity-wrapper {
  display: none !important;
}

.cart-drawer .discounts__discount .exclusive-gift {
  color: #C9A84C !important;
  font-weight: bold !important;
}

.cart__checkout-button:hover {
  padding: 0 !important;
  margin: 0 !important;
}

.cart__checkout-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(139, 114, 101, 0.3);
  filter: brightness(1.05);
}

.cart-item__quantity button:hover,
.cart-remove-button:hover {
  background: rgba(139, 114, 101, 0.2);
  transform: scale(1.05);
}

.cart-drawer .quantity-popover-container {
  margin-left: 10px !important;
}

.cart-drawer .cart__checkout-button,
.cart-drawer .premium-button {
  max-width: none;
  width: 100%;
  font-size: 1.7rem;
  background: #C9A84C;
  color: #121212 !important;
  border-radius: 0.4rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  border: none;
  height: 40px !important;
  transform: none !important;
  transition: none !important;
}

.cart-drawer .cart__checkout-button::before,
.cart-drawer .premium-button::before {
  content: none !important;
}

.cart-drawer .cart__checkout-button:hover,
.cart-drawer .premium-button:hover {
  background: #8B7265;
  box-shadow: none;
  transform: none !important;
  transition: none !important;
}

@media screen and (max-width: 500px) {
  .cart-drawer .cart__checkout-button,
  .cart-drawer .premium-button {
    font-size: 1.4rem;
    padding: 0.8rem 1rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 749px) {
  .cart-drawer .cart-item__details {
    margin-left: 40px;
  }
}

.custom-continue-button {
  padding: 6px 12px !important;
  font-size: 14px !important;
  height: 40px !important;
}

.link.underlined-link {
  text-decoration: none;
}

.cart-drawer.is-empty .drawer__inner {
  overflow-y: hidden !important;
  max-height: none !important;
  height: auto !important;
}

.cart-drawer.is-empty .drawer__inner-empty {
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
  padding-block: 1rem !important;
}

.cart-drawer.is-empty .cart-drawer__warnings.center {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
}

.cart-drawer.is-empty .cart-drawer__empty-content {
  margin: 0 !important;
  padding: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.cart-drawer.is-empty .cart__empty-text {
  margin: 0 0 .5rem !important;
}

.cart-drawer.is-empty .cart__login-title,
.cart-drawer.is-empty .cart__login-paragraph {
  margin: .25rem 0 !important;
}

.link.underlined-link:hover {
  text-decoration: none;
  color: #8B7265;
}

.cart-drawer .quantity__button:focus,
.cart-drawer .quantity__button:active {
  background: none !important;
  outline: none !important;
}

.cart-discount .cart-discount-form .cart-discount-form__row .button {
  color: #000000 !important;
}

.cart-drawer .custom-view-cart-button {
  width: 100% !important;
  padding: 6px 8px !important;
  font-size: 16px !important;
  height: 45px !important;
}

.drawer.active {
  opacity: 1;
  visibility: visible;
}

.cart-drawer .cart-item {
  min-height: 180px !important;
}

body.overflow-hidden {
  padding-right: var(--scrollbar-compensation, 0px);
}

.drawer__inner {
  height: 100vh;
  width: 45rem;
  max-width: calc(100vw - 2rem);
  padding: 0 1.5rem;
  background: #121212;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: inset -4px 0 8px rgba(139, 114, 101, 0.1);
  display: flex;
  flex-direction: column;
  transform: translateX(100%) !important;
  transition: transform 0.3s ease-out !important;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .drawer__inner {
    width: 85%;
    max-width: 85vw;
    height: 100vh;
    padding: 10px !important;
    background: #121212 !important;
    overflow-y: auto;
    transform: translateX(100%) !important;
    position: absolute;
    right: 0;
    left: 15%;
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    box-shadow: inset -4px 0 8px rgba(139, 114, 101, 0.1);
    transition: transform 0.3s ease-out !important;
  }
}

.drawer__inner-empty {
  height: 100vh;
  width: 45rem;
  max-width: calc(100vw - 2rem);
  padding: 10px !important;
  background: #121212;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  transform: translateX(100%) !important;
  transition: transform 0.3s ease-out !important;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .drawer__inner-empty {
    width: 85%;
    max-width: 85vw;
    height: 100vh;
    padding: 0 1rem;
    background: #121212 !important;
    transform: translateX(100%) !important;
    position: absolute;
    right: 0;
    left: 15%;
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    transition: transform 0.3s ease-out !important;
  }
}

.cart-drawer a.custom-continue-button[href="/collections/all"] {
  background: #C9A84C !important;
  max-width: 300px !important;
}

.cart-drawer a.custom-continue-button[href="/collections/all"]:hover,
.cart-drawer a.custom-continue-button[href="/collections/all"]:focus {
  background: #8B7265 !important;
  transform: scale(1.05) !important;
  box-shadow: 0 6px 20px rgba(139, 114, 101, 0.3) !important;
}

.cart-drawer__warnings {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  color: #C9A84C;
}

cart-drawer.is-empty .drawer__inner {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 0;
}

cart-drawer.is-empty .drawer__header {
  display: flex;
  padding: 0.8rem 0;
}

cart-drawer:not(.is-empty) .cart-drawer__warnings,
cart-drawer:not(.is-empty) .cart-drawer__collection {
  display: none;
}

.cart-drawer__warnings--has-collection .cart__login-title {
  margin-top: 2rem;
}

.drawer.active .drawer__inner,
.drawer.active .drawer__inner-empty {
  transform: translateX(0) !important;
}

.drawer__header {
  position: sticky;
  top: 0;
  background: #121212 !important;
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid #8B7265;
  z-index: 1;
}

.drawer__heading {
  margin: 0;
  color: #C9A84C;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 500px) {
  .drawer__heading {
    font-size: 16px !important;
    letter-spacing: 0.08rem;
  }
}

.drawer__close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #C9A84C;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

@media screen and (max-width: 500px) {
  .drawer__close {
    right: 6px;
    top: 6px;
  }
}

.drawer__close:hover {
  color: #8B7265;
}

.drawer__close svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #C9A84C;
  transition: fill 0.2s ease;
}

@media screen and (max-width: 500px) {
  .drawer__close svg {
    width: 2rem;
    height: 2rem;
  }
}

cart-drawer:not(.is-empty) .drawer__close svg {
  width: 100%;
  height: 100%;
}

.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #C9A84C;
  padding-top: 0;
  width: 100%;
}

.drawer__footer {
  background: #121212;
  border-top: 0.1rem solid #8B7265;
  padding: 0.6rem 0;
  font-family: 'Inter', sans-serif;
  position: sticky;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .drawer__footer {
    padding: 0.4rem 0;
  }
}

cart-drawer.is-empty .drawer__footer {
  display: none;
}

.drawer__footer > details {
  border-bottom: 0.1rem solid #8B7265;
}

.drawer__footer details[open] {
  padding-bottom: 1.2rem;
}

.drawer__footer summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 1.2rem 0;
  color: #C9A84C;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 500px) {
  .drawer__footer summary {
    padding: 0.8rem 0;
    font-size: 1.2rem;
    letter-spacing: 0.08rem;
  }
}

.drawer__footer > .cart-drawer__footer {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.cart-drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: inherit;
}

.cart-drawer__overlay:empty {
  display: block;
}

.cart-drawer__form {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.cart-drawer__collection {
  margin: 0 1.5rem 1.2rem;
  color: #C9A84C;
}

@media screen and (max-width: 500px) {
  .cart-drawer__collection {
    margin: 0 0.8rem 0.8rem;
  }
}

.cart-drawer .drawer__cart-items-wrapper {
  flex-grow: 1;
}

.cart-drawer .cart-items,
.cart-drawer tbody {
  display: block;
  width: 100%;
}

.cart-drawer thead {
  display: none;
}

.cart-drawer-items-and-upsell {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  background: #121212;
  max-height: calc(100vh - 12rem);
  padding-top: 0;
  margin-top: 0;
  width: 100%;
}

@media screen and (max-height: 650px) {
  .cart-drawer-items-and-upsell {
    overflow-y: auto;
  }

  .drawer__inner {
    overflow-y: auto;
  }
}

.quantity.cart-quantity {
  margin-left: 15px !important;
  position: relative !important;
  display: flex !important;
  border: none !important;
  border-radius: 3px !important;
}

.cart-drawer .cart-item {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 0.8rem;
  margin-bottom: 0.3rem;
  background: #121212 !important;
  padding: 0.6rem;
  border-radius: 0.5rem;
  height: auto;
}

.cart-drawer .cart-item:last-child {
  margin-bottom: 0.3rem;
}

.cart-drawer .cart-item__media {
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  margin-top: -90px !important;
  left: 20px !important;
}
/* Target by product title */
.cart-item:has(a[href*="wireless-charging-case"]) .cart-item__media {
  margin-top: -25px !important;
}
/* Fix positioning ONLY for charging case */
.cart-item[data-product-handle="wireless-charging-case"] .cart-item__media {
  margin-top: 0 !important;
  transform: translateY(6px); /* your visual sweet spot */
}
.cart-item:has(a[href*="wireless-charging-case"]) .cart-item__image {
  width: 64px !important;
  height: 64px !important;
}
.cart-drawer .cart-item__image {
  max-width: 100%;
  border-radius: 2px;
  min-width: 80px !important;
  min-height: 80px !important;
  object-fit: cover;
  margin-left: 0px;
  margin-top: 10px;
}

.cart-drawer .cart__item-count {
  color: #C9A84C !important;
  font-size: 13px !important;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0px !important;
}
/* Aggressively remove ALL borders from cart header */
.cart-items thead,
.cart-items thead tr,
.cart-items thead th {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Also remove any pseudo-element borders */
.cart-items thead::after,
.cart-items thead tr::after,
.cart-items thead th::after {
  display: none !important;
}

/* Clean up table structure */
.cart-items {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.cart-drawer .cart-items th {
  border-bottom: 0.1rem solid #8B7265;
}

.cart-drawer .cart-item .loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.6rem;
}

.cart-drawer .cart-items td {
  padding-top: 1.2rem;
  color: #C9A84C;
}

.cart-drawer .SUN-item > td + td {
  padding-left: 0.8rem;
}

@media screen and (max-width: 500px) {
  .cart-drawer .cart-item > td + td {
    padding-left: 0.4rem;
  }
  .cart-drawer .ixn__name {
    font-size: 1.3rem;
  }
}

.cart-drawer .cart-item__details {
  width: auto;
  grid-column: 2 / 4;
  min-width: 0;
  max-width: none;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.cart-drawer .cart-item__quantity-wrapper {
  align-items: center;
}

.cart-drawer .quantity {
  width: calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  min-height: calc((var(--inputs-border-width) * 2) + 2.8rem);
  border-radius: 0.5rem;
  border: 0.1rem solid #8B7265;
  background: transparent;
}

@media screen and (max-width: 500px) {
  .cart-drawer .quantity {
    width: calc(7rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
    min-height: calc((var(--inputs-border-width) * 2) + 2.2rem);
  }
}

.cart-drawer .quantity::before,
.cart-drawer .quantity::after {
  border-radius: 0.5rem;
}

.cart-drawer .quantity__input {
  font-size: 1.3rem;
  color: #C9A84C;
  background: transparent;
}

@media screen and (max-width: 500px) {
  .cart-drawer .quantity__input {
    font-size: 1.1rem;
  }
}

.cart-drawer .quantity__button {
  width: calc(2.8rem / var(--font-body-scale));
  height: calc(2.8rem / var(--font-body-scale));
  background: transparent;
  color: #C9A84C;
  padding: 0.6rem;
  transition: all 0.2s ease;
}

.cart-drawer .quantity__button svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: #C9A84C;
}

.cart-drawer .quantity__button:hover {
  transform: scale(1.1);
}

.cart-drawer .cart-item cart-remove-button {
  margin-top: 0;
  margin-left: 0.8rem;
  width: fit-content;
  height: auto;
}

.cart-drawer .cart-item cart-remove-button .button {
  min-width: auto;
  min-height: auto;
  width: 2.8rem;
  height: 2.8rem;
  background: transparent;
  border: 0.1rem solid #8B7265;
  border-radius: 0.5rem;
  color: #C9A84C;
  padding: 0.6rem;
}

.cart-drawer .cart-item cart-remove-button .button:hover {
  outline: none;
  border: 0.1rem solid #8B7265;
}

.cart-drawer cart-remove-button svg {
  width: 100%;
  height: 100%;
  fill: #C9A84C;
  transition: fill 0.2s ease;
}

cart-drawer cart-remove-button:hover svg {
  fill: #8B7265;
}

.cart-drawer .cart-item__totals {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: #C9A84C;
}

.cart-drawer.cart-drawer .cart-item__price-wrapper > *:only-child {
  margin-top: 0;
}

.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.cart-item__price-wrapper .price {
  justify-content: flex-end;
  font-size: 1.4rem;
}

@media screen and (max-width: 500px) {
  .cart-item__price-wrapper .price {
    font-size: 1.2rem;
  }
}

.cart-drawer .cart-item__discounted-prices .price--compare {
  color: #8B7265;
  text-decoration: line-through;
}

.cart-drawer .cart-item__discounted-prices .cart-item__old-price.price.price--end {
  color: #8B7265;
  text-decoration: line-through;
}

.cart-item__discounted-prices {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  align-items: center;
}

.cart-item__old-price {
  color: rgba(255, 255, 255, 0.25) !important;
  text-decoration: line-through !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.price-separator {
  color: #8B7265;
}

.cart-item__final-price,
.price-separator {
  font-size: 14px !important;
}

@media screen and (max-width: 500px) {
  .cart-item__discounted-prices {
    gap: 0.5rem;
  }

  .cart-item__final-price,
  .price-separator {
    font-size: 12px !important;
  }
}

.cart-drawer .unit-price {
  margin-top: 0.5rem;
  color: #C9A84C;
  font-size: 1.1rem;
}

.cart-drawer .cart-items .cart-item__quantity {
  padding-top: 0;
  grid-column: 2 / 5;
}

.cart-drawer__footer > * + * {
  margin-top: 0.8rem;
}

.cart-drawer .totals {
  justify-content: space-between;
  color: #C9A84C;
  position: relative;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}

.cart-drawer .totals__info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
}

.cart-drawer .totals__info svg {
  width: 100%;
  height: 100%;
  fill: #C9A84C;
}

.cart-drawer .totals__info:hover + .totals__tooltip {
  display: block;
}

.cart-drawer .totals__tooltip {
  display: none;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #8B7265;
  color: #121212;
  padding: 0.3rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 1rem;
  z-index: 10;
}

.cart-drawer .totals__total-value {
  color: #ffffFFd9;
  font-size: 1.7rem;
  font-weight: 700;
}

.cart-drawer .price {
  line-height: 1;
  margin-bottom: 0.2rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 500px) {
  .cart-drawer .price {
    font-size: 1.3rem;
  }
}

.cart-drawer .tax-note {
  margin: 0.8rem 0 0.6rem auto;
  text-align: left;
  color: #C9A84C;
  font-size: 1.3rem;
}

.cart-drawer .product-option {
  word-break: break-word;
  color: #C9A84C;
  font-size: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.cart-drawer details[open] > summary .icon-caret {
  transform: rotate(180deg);
}

.cart-drawer .quantity__button:hover {
  background: #8B7265;
}
/* FIX: Properly centered checkout button using flexbox */
.cart-drawer .cart__checkout-button,
.cart-drawer .premium-button {
  max-width: none !important;
  width: 100% !important;
  font-size: 1.7rem !important;
  background: #C9A84C !important;
  color: #121212 !important;
  border-radius: 0.4rem !important;
  padding: 0 1.5rem !important; /* Remove vertical padding */
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
  border: none !important;
  height: 50px !important; /* Fixed height */
  min-height: 50px !important;
  transform: none !important;
  transition: all 0.3s ease !important;
  display: flex !important; /* Use flexbox for centering */
  align-items: center !important; /* Vertical center */
  justify-content: center !important; /* Horizontal center */
  visibility: visible !important;
  opacity: 1 !important;
  box-shadow: none !important;
  line-height: 1 !important; /* Prevent line-height issues */
}
/* Hover state */
.cart-drawer .cart__checkout-button:hover,
.cart-drawer .premium-button:hover {
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.25);
  transform: translateY(-1px);
}
.cart-drawer .cart__checkout-button:active {
  transform: translateY(0px);
  box-shadow: 0 2px 8px rgba(201, 168, 76, 0.2);
}
/* Mobile adjustments */
@media screen and (max-width: 500px) {
  .cart-drawer .cart__checkout-button,
  .cart-drawer .premium-button {
    font-size: 1.4rem !important;
    height: 45px !important;
    min-height: 45px !important;
  }
}

/* Remove any conflicting line-height from parent containers */
.drawer__footer .cart__checkout-button-wrapper {
  line-height: 1 !important;
}

.cart-drawer .cart__checkout-button:hover,
.cart-drawer .premium-button:hover {
  background: #8B7265;
  box-shadow: none;
  outline: none;
  border: none;
}

.drawer__footer .cart__dynamic-checkout-buttons {
  max-width: 100%;
}

.drawer__footer #dynamic-checkout-cart ul {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  margin: 0.4rem -0.4rem 0 0 !important;
  gap: 0.4rem;
}

.drawer__footer [data-shopify-buttoncontainer] {
  justify-content: flex-start;
}

.drawer__footer #dynamic-checkout-cart ul > li {
  flex-basis: calc(50% - 0.4rem) !important;
  margin: 0 !important;
}

.drawer__footer #dynamic-checkout-cart ul > li:only-child {
  flex-basis: 100% !important;
  margin-right: 0.4rem !important;
}

@media screen and (min-width: 750px) {
  .drawer__footer #dynamic-checkout-cart ul > li {
    flex-basis: calc(100% / 3 - 0.4rem) !important;
    margin: 0 !important;
  }

  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2),
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2) ~ li,
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4),
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4) ~ li {
    flex-basis: calc(50% - 0.4rem) !important;
  }
  .cart-drawer .cart-item__image {
    max-width: 100%;
    border-radius: 2px;
    min-width: 80px !important;
    min-height: 80px !important;
    object-fit: cover;
    margin-left: 0px;
    margin-top: 0px;
  }
}

.cart-drawer-items-and-upsell::-webkit-scrollbar {
  width: 3px;
}

.cart-drawer-items-and-upsell::-webkit-scrollbar-thumb {
  background: #8B7265;
  border-radius: 100px;
}

.cart-drawer-items-and-upsell::-webkit-scrollbar-track-piece {
  margin-top: 0;
}

.cart-progress {
  padding-bottom: 0.8rem;
  position: relative;
}

quantity cart-quantity {
  z-index: 1000 !important;
}

.cart-progress__bar {
  height: 1rem;
  background: #8B7265;
  border: 1px solid #8B7265;
  position: relative;
  border-radius: 9999px;
  text-align: center;
  margin: 0 0.4rem;
  overflow: visible;
}

.cart-progress__bar__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 9999px;
  background: #C9A84C;
  width: 0;
  transition: width 0.6s ease-out;
}

.cart-progress__bar__progress.no-transition {
  transition: none !important;
}

.cart-progress__bar:hover + .cart-progress__tooltip {
  display: block;
}

.cart-progress__tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #8B7265;
  color: #121212;
  padding: 0.3rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 1rem;
  z-index: 10;
  white-space: nowrap;
}

.cart-progress__bar__badge {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background: #C9A84C;
  border-radius: 50%;
  border: 1px solid #8B7265;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.cart-progress__bar__badge svg {
  fill: #121212;
  width: 100%;
  height: 100%;
}

.cart-progress__text {
  margin: 0 0 0.8rem;
  text-align: center;
  font-size: 13px !important;
  color: #C9A84C;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.1rem;
  padding-top: 15px;
}

@media screen and (max-width: 500px) {
  .cart-progress__text {
    font-size: 13px !important;
    padding-top: 15px;
  }
}

.cart-drawer tbody {
  border-top: 0.1rem solid #8B7265;
}

.cart-upsell-container {
  border-bottom: 0.1rem solid #8B7265;
}

.cart-upsell-container .title {
  margin: 0.6rem 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  color: #C9A84C;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 500px) {
  .cart-upsell-container .title {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

.cart-upsell {
  display: flex;
  padding: 0.6rem;
  align-items: flex-start;
  border-radius: 0.4rem;
  margin: 0.8rem 0;
  background: #121212;
}

.cart-upsell__image {
  width: 5rem;
  flex-shrink: 0;
  border-radius: 0.4rem;
}

@media screen and (max-width: 500px) {
  .cart-upsell__image {
    width: 4rem;
  }
}

.cart-upsell__content {
  padding-left: 0.8rem;
  flex-grow: 1;
}

.cart-upsell__title {
  text-decoration: none;
  display: block;
  margin: 0 0 0.4rem;
  font-size: calc(var(--font-heading-scale) * 1.3rem);
  color: #C9A84C;
}

@media screen and (max-width: 500px) {
  .cart-upsell__title {
    font-size: calc(var(--font-heading-scale) * 1.1rem);
  }
}

a.cart-upsell__title:hover {
  text-decoration: underline;
  color: #8B7265;
}

.cart-upsell__desc p {
  font-size: 1.2rem;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 0.4rem;
  color: #C9A84C;
}

@media screen and (max-width: 500px) {
  .cart-upsell__desc p {
    font-size: 1.1rem;
  }
}

.cart-upsell__variants {
  margin: 0.2rem 0 0.6rem;
}

.cart-upsell__prices-and-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 0.6rem;
  row-gap: 0.4rem;
  margin-top: 0.8rem;
}

.cart-upsell__btn {
  padding: 0.2rem 0.8rem;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.6;
  background: #C9A84C;
  color: #121212;
  white-space: nowrap;
  border-radius: 0.4rem;
  letter-spacing: 0.1rem;
  transition: background 0.2s ease;
  border: none;
}

@media screen and (max-width: 500px) {
  .cart-upsell__btn {
    font-size: 1.1rem;
    padding: 0.2rem 0.6rem;
  }
}

.cart-upsell__btn:hover {
  background: #8B7265;
  outline: none;
  border: none;
}

.cart-upsell__btn .loading-overlay__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.4rem;
  width: 1.4rem;
  display: inline-flex;
}

.cart-upsell__prices-and-btn .price {
  flex-shrink: 0;
  margin: 0;
  font-size: 1.6rem;
  color: #C9A84C;
}

@media screen and (max-width: 500px) {
  .cart-upsell__prices-and-btn .price {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 500px) {
  .cart-upsell-container .title {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

@media screen and (max-width: 370px) {
  .cart-upsell__prices-and-btn product-form {
    max-width: 5rem;
  }
}

.cart-upsell .variant-selects--small {
  margin-bottom: 0.6rem;
}

.cart-upsell .select {
  background: transparent;
  color: #C9A84C;
}

.cart-drawer-items-and-upsell .cart-upsell-container {
  border-bottom: none;
}

.cart-upsell--no-shadow {
  box-shadow: none;
}

.cart-upsell--no-shadow.color-background-1 {
  padding: 0.4rem;
}

.cart-upsell-container + .cart-upsell-container {
  margin-top: 2rem;
}

.cart__badges {
  margin-top: 0.8rem;
  position: relative;
}

.payment-badges {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.cart__badges img {
  max-width: 100%;
  width: 100%;
}

.cart__badges li {
  position: relative;
  margin: 0.2rem;
}

.cart__badges li:hover .badge-tooltip {
  display: block;
}

.badge-tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #8B7265;
  color: #121212;
  padding: 0.3rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 1rem;
  z-index: 10;
  white-space: nowrap;
}

.cart-discount .cart-discount-form .cart-discount-form__row {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  align-items: center;
}

.cart-discount .cart-discount-form .cart-discount-form__row .field {
  flex: 1;
}

.cart-discount .cart-discount-form .cart-discount-form__row .field__input {
  width: 100%;
  padding: 0.6rem;
  border-radius: 0.4rem;
  background: transparent;
  color: #C9A84C;
  font-size: 1.2rem;
}

.cart-drawer .cart-item__quantity {
  padding-left: 15px !important;
  min-width: 100px !important;
  grid-column: 2 / 5 !important;
}

.cart-drawer .cart-item__quantity-wrapper {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.cart-drawer .quantity__button {
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 0 4px !important;
}

.cart-drawer .quantity__input {
  min-width: 36px !important;
  text-align: center !important;
}

.cart-drawer .cart-item {
  overflow: visible !important;
}

@media screen and (max-width: 500px) {
  .cart-drawer .cart-item__quantity {
    padding-left: 10px !important;
    grid-column: 2 / 4 !important;
    min-width: 90px !important;
  }
}

.cart-discount .cart-discount-form .cart-discount-form__row .button {
  padding: 0.6rem;
  background: #C9A84C !important;
  color: #121212 !important;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  cursor: pointer;
  transition: background 0.2s ease;
  width: 100%;
  max-width: 12rem;
}

button.button--tertiary.cart-remove-button {
  width: 28px !important;
  height: 28px !important;
  fill: #C9A84C !important;
}

@media screen and (max-width: 500px) {
  .cart-discount .cart-discount-form .cart-discount-form__row .button {
    max-width: 8rem;
    font-size: 1.4rem;
  }
}

.cart-discount .cart-discount-form .cart-discount-form__row .button:hover {
  background: #8B7265 !important;
  outline: none;
  border: none;
}

.discounts__discount {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  color: #C9A84C;
  font-size: 12px;
  font-weight: 600;
  flex-wrap: nowrap;
  min-width: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.discounts__discount svg {
  width: 1.1rem !important;
  height: 1.1rem !important;
  min-width: 1.1rem !important;
  min-height: 1.1rem !important;
  flex-shrink: 0 !important;
  fill: #C9A84C;
  display: block;
  position: relative;
}

@media screen and (max-width: 500px) {
  .discounts__discount svg {
    width: 1rem !important;
    height: 1rem !important;
    min-width: 1rem !important;
    min-height: 1rem !important;
  }
  .cart-drawer .quantity-popover-container {
    margin-top: -20px !important;
  }
}

@media screen and (min-width: 750px) {
  .cart-drawer .cart-item {
    max-width: 100%;
  }

  .cart-drawer-items-and-upsell {
    max-height: calc(100vh - 12rem);
  }
}

.free-shipping-badge {
  color: #28A745;
  font-weight: 600;
  margin-top: 0.8rem;
  display: none;
}

.cart-icon-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
}

.cart-icon {
  width: 22px !important;
  height: 22px !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  min-width: 22px !important;
  min-height: 22px !important;
}

.cart-icon svg {
  width: 100% !important;
  height: 100% !important;
  fill: #C9A84C !important;
}

.cart-count-badge {
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  background-color: #C9A84C !important;
  color: #121212 !important;
  font-size: 11px !important;
  border-radius: 50% !important;
  min-width: 14px !important;
  height: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1px 3px !important;
  font-weight: 600 !important;
  transform: none !important;
}

.cart-icon-link {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
}

@media screen and (max-width: 500px) {
  .drawer__inner {
    width: 100% !important;
    max-width: 100vw !important;
    height: 100vh !important;
    padding: 0 !important;
    background: #121212 !important;
    overflow-y: auto !important;
    transform: translateX(100%) !important;
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-grow: 1 !important;
    box-shadow: inset -4px 0 8px rgba(139, 114, 101, 0.1) !important;
    transition: transform 0.3s ease-out !important;
  }

  .drawer__inner-empty {
    width: 100% !important;
    max-width: 100vw !important;
    height: calc(100vh - 4.8rem) !important;
    padding: 0 !important;
    background: #121212 !important;
    transform: none !important;
    position: static !important;
    right: auto !important;
    left: auto !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    overflow-y: auto !important;
    margin: 0 !important;
    top: 4.8rem !important;
  }

  .drawer__heading {
    font-size: 16px !important;
    letter-spacing: clamp(0.05rem, 0.15vw, 0.06rem) !important;
    margin-left: 7px;
  }

  .drawer__close {
    position: absolute !important;
    right: clamp(0.5rem, 1.5vw, 6px) !important;
    top: clamp(0.5rem, 1.5vw, 6px) !important;
    padding: clamp(0.2rem, 0.5vw, 0.4rem) !important;
  }

  .drawer__close svg {
    width: clamp(1.5rem, 4vw, 1.8rem) !important;
    height: clamp(1.5rem, 4vw, 1.8rem) !important;
  }

  .drawer__footer {
    padding: clamp(0.3rem, 1vw, 0.4rem) 0 !important;
    background: #121212 !important;
  }

  .drawer__footer summary {
    padding: clamp(0.5rem, 1.5vw, 0.6rem) 0 !important;
    font-size: clamp(1rem, 2.5vw, 1.1rem) !important;
    letter-spacing: clamp(0.05rem, 0.15vw, 0.06rem) !important;
  }

  .cart-drawer__collection {
    margin: 0 clamp(0.5rem, 1.5vw, 0.6rem) clamp(0.5rem, 1.5vw, 0.6rem) !important;
  }

  .cart-drawer .cart-item {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    grid-template-rows: auto auto !important;
    gap: clamp(0.4rem, 1vw, 0.6rem) !important;
    margin-bottom: clamp(0.1rem, 0.5vw, 0.2rem) !important;
    padding: clamp(0.4rem, 1vw, 0.5rem) !important;
    height: auto !important;
    border-top: 1px solid #8B7265 !important;
    border-bottom: 1px solid #8B7265 !important;
    background: #121212 !important;
    box-shadow: 0 0 clamp(4px, 1vw, 6px) rgba(139, 114, 101, 0.2) !important;
    position: relative !important;
    box-sizing: border-box !important;
    align-items: center !important;
    width: 100% !important;
  }

  .cart-drawer .cart-item__media {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-top: -10px !important;
    left: 0px !important;
  }

  .cart-drawer .cart-item__image {
    width: 80px !important;
    height: 80px !important;
    border-radius: 1px !important;
    margin-bottom: 0 !important;
  }

  .cart-drawer .cart-item > td + td {
    padding-left: clamp(0.2rem, 0.5vw, 0.3rem) !important;
  }

  .cart-drawer .ixn__name {
    font-size: clamp(1.1rem, 2.5vw, 1.2rem) !important;
  }

  .cart-drawer .cart-item__details {
    grid-column: 2 / 3 !important;
    font-size: clamp(1.1rem, 2.5vw, 1.2rem) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-left: 0 !important;
  }

  .cart-drawer .cart-item__name {
    font-size: clamp(1.3rem, 3vw, 1.4rem) !important;
    white-space: normal !important;
    overflow: visible !important;
    word-break: break-word !important;
  }

  .cart-drawer .cart-item__quantity {
    grid-column: 2 / 3 !important;
    padding-top: clamp(0.3rem, 0.8vw, 0.4rem) !important;
  }

  .cart-drawer .cart-item__totals {
    grid-column: 2 / 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
  }

  .cart-drawer .quantity {
    width: calc(clamp(5rem, 12vw, 6.5rem) / var(--font-body-scale) + var(--inputs-border-width) * 2) !important;
    min-height: calc((var(--inputs-border-width) * 2) + clamp(1.8rem, 4vw, 2rem)) !important;
  }

  .cart-drawer .quantity__input {
    font-size: clamp(1rem, 2.5vw, 1.1rem) !important;
  }

  .cart-item__price-wrapper .price {
    font-size: clamp(1rem, 2.5vw, 1.1rem) !important;
  }

  .cart-item__discounted-prices {
    gap: clamp(0.3rem, 0.8vw, 0.4rem) !important;
  }

  .drawer__header {
    position: sticky !important;
    top: 0 !important;
    background: #121212 !important;
    padding: clamp(0.6rem, 1.5vw, 0.8rem) 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    z-index: 1 !important;
    margin-left: 0 !important;
    border-bottom: none !important;
  }

  .cart-item__old-price,
  .cart-item__final-price,
  .price-separator {
    font-size: clamp(1rem, 2.5vw, 1.1rem) !important;
  }

  .cart-drawer .price {
    font-size: clamp(1.1rem, 2.5vw, 1.2rem) !important;
  }

  .cart-drawer .cart__checkout-button,
  .cart-drawer .premium-button {
    font-size: clamp(1.3rem, 3vw, 1.4rem) !important;
    padding: clamp(0.5rem, 1.2vw, 0.6rem) clamp(0.7rem, 1.5vw, 0.8rem) !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .cart-progress__text {
    font-size: 12px !important;
    letter-spacing: clamp(0.05rem, 0.15vw, 0.06rem) !important;
  }

  .cart-upsell-container .title {
    font-size: calc(clamp(1.1rem, 2.5vw, 1.2rem) * var(--font-heading-scale)) !important;
  }

  .cart-upsell__image {
    width: clamp(3rem, 8vw, 3.5rem) !important;
  }

  .cart-upsell__title {
    font-size: calc(clamp(0.9rem, 2.5vw, 1rem) * var(--font-heading-scale)) !important;
  }

  .cart-upsell__desc p {
    font-size: clamp(0.9rem, 2.5vw, 1rem) !important;
  }

  .cart-upsell__btn {
    font-size: clamp(0.9rem, 2.5vw, 1rem) !important;
    padding: clamp(0.2rem, 0.5vw, 0.2rem) clamp(0.4rem, 1vw, 0.5rem) !important;
  }

  .cart-upsell__prices-and-btn .price {
    font-size: clamp(1.2rem, 3vw, 1.3rem) !important;
  }

  .cart-discount .cart-discount-form .cart-discount-form__row .button {
    max-width: clamp(6rem, 15vw, 7rem) !important;
    font-size: clamp(1.2rem, 3vw, 1.3rem) !important;
    padding: clamp(0.4rem, 1vw, 0.5rem) !important;
  }

  .cart-progress__bar {
    height: clamp(0.7rem, 1.5vw, 0.8rem) !important;
    margin: 0 clamp(0.2rem, 0.5vw, 0.3rem) !important;
  }

  .cart-progress__bar__badge {
    width: clamp(1.6rem, 4vw, 1.8rem) !important;
    height: clamp(1.6rem, 4vw, 1.8rem) !important;
  }

  .discounts__discount {
    font-size: clamp(0.9rem, 2.5vw, 1rem) !important;
    gap: clamp(0.1rem, 0.3vw, 0.1rem) !important;
  }

  .discounts__discount svg {
    width: clamp(0.9rem, 2.5vw, 1rem) !important;
    height: clamp(0.9rem, 2.5vw, 1rem) !important;
    min-width: clamp(0.9rem, 2.5vw, 1rem) !important;
    min-height: clamp(0.9rem, 2.5vw, 1rem) !important;
  }

  .cart-drawer .totals__total-value {
    font-size: clamp(1.4rem, 3.5vw, 1.5rem) !important;
  }

  .cart__badges li {
    margin: clamp(0.1rem, 0.3vw, 0.15rem) !important;
  }

  .cart-icon {
    width: clamp(16px, 4vw, 18px) !important;
    height: clamp(16px, 4vw, 18px) !important;
    min-width: clamp(16px, 4vw, 18px) !important;
    min-height: clamp(16px, 4vw, 18px) !important;
  }
  .cart-drawer .cart__item-count {
    margin-left: 7px;
  }

  .cart-count-badge {
    top: clamp(-4px, -1vw, -5px) !important;
    right: clamp(-4px, -1vw, -5px) !important;
    min-width: clamp(10px, 2.5vw, 12px) !important;
    height: clamp(10px, 2.5vw, 12px) !important;
    font-size: clamp(8px, 2vw, 9px) !important;
    padding: clamp(1px, 0.3vw, 1px) clamp(1px, 0.5vw, 2px) !important;
  }

  #CartDrawer-ColumnProduct,
  #CartDrawer-ColumnTotal {
    display: none !important;
  }

  .cart-drawer .custom-view-cart-button {
    margin-left: 0 !important;
    width: 100% !important;
    padding: clamp(0.5rem, 1.2vw, 6px) clamp(0.6rem, 1.5vw, 8px) !important;
    font-size: clamp(1.4rem, 3.5vw, 16px) !important;
    height: 45px !important;
  }

  .cart__checkout-button.premium-button {
    width: 100% !important;
    padding: clamp(0.5rem, 1.2vw, 6px) clamp(0.6rem, 1.5vw, 8px) !important;
    font-size: clamp(1.4rem, 3.5vw, 16px) !important;
    height: clamp(35px, 9vw, 40px) !important;
  }

  .cart-drawer .custom-continue-button {
    padding: clamp(0.5rem, 1.2vw, 6px) clamp(1rem, 2.5vw, 12px) !important;
    font-size: clamp(1.2rem, 3vw, 13px) !important;
    height: clamp(35px, 9vw, 40px) !important;
  }

  .cart-drawer .cart__view-cart {
    margin-top: clamp(0.6rem, 1.5vw, 8px) !important;
  }

  .cart-drawer .quantity__button,
  .cart-drawer .quantity__input {
    height: clamp(25px, 6vw, 28px) !important;
    font-size: clamp(1rem, 2.5vw, 1.1rem) !important;
  }

  .cart-drawer .quantity__input {
    height: clamp(23px, 5.5vw, 26px) !important;
    line-height: clamp(23px, 5.5vw, 26px) !important;
    padding: 0 clamp(2px, 0.5vw, 3px) !important;
    font-size: clamp(1.1rem, 2.5vw, 1.2rem) !important;
    background: transparent !important;
    color: #C9A84C !important;
    box-sizing: border-box !important;
  }

  .cart-drawer .quantity.cart-quantity {
    height: clamp(25px, 6vw, 28px) !important;
    box-sizing: border-box !important;
    margin-left: clamp(-12px, -3vw, -15px) !important;
  }

  quantity cart-quantity {
    z-index: 1000 !important;
  }

  .cart-drawer .quantity__input {
    text-align: center !important;
    padding: 0 clamp(1px, 0.3vw, 2px) !important;
    max-width: 25px !important;
  }

  .cart-drawer .cart-remove-button.button {
    height: clamp(25px, 6vw, 28px) !important;
    width: clamp(25px, 6vw, 28px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .cart-drawer .cart-remove-button.button svg {
    width: clamp(10px, 2.5vw, 12px) !important;
    height: clamp(10px, 2.5vw, 12px) !important;
  }

  .cart-drawer .quantity__button {
    width: clamp(18px, 4vw, 20px) !important;
    height: clamp(23px, 5.5vw, 26px) !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .cart-drawer .quantity__button:focus,
  .cart-drawer .quantity__button:active {
    background: none !important;
    outline: none !important;
  }

  .cart-drawer .quantity__button svg {
    width: clamp(8px, 2vw, 9px) !important;
    height: clamp(8px, 2vw, 9px) !important;
  }

  cart-item__media {
    width: clamp(60px, 15vw, 80px) !important;
    height: clamp(60px, 15vw, 80px) !important;
  }

  .cart-drawer .product-option {
    word-break: break-word !important;
    color: #C9A84C !important;
    font-size: clamp(10px, 2.5vw, 11px) !important;
  }

  .cart-drawer a.custom-continue-button[href="/collections/all"] {
    background: #C9A84C !important;
    max-width: clamp(250px, 60vw, 280px) !important;
  }

  .quantity.cart-quantity {
    margin-left: 10px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    min-width: 90px !important;
  }
  .cart-remove-button {
    margin-top: -17px !important;
  }
}

/* Ensure overlay is fully hidden when drawer is closed */
cart-drawer[aria-hidden="true"] .cart-drawer__overlay,
.cart-drawer[aria-hidden="true"] #CartDrawer-Overlay {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Show overlay when drawer is open */
cart-drawer[aria-hidden="false"] .cart-drawer__overlay,
cart-drawer[aria-hidden="false"] #CartDrawer-Overlay {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.cart-drawer .cart-item {
  border: none !important;   /* ← kills every border that might appear */
}
/* ─── Fix double line ─── */
.cart-divider {
  display: none !important;
}

/* Keep only the thin tbody border */
.cart-drawer tbody {
  border-top: 1px solid rgba(201, 168, 76, 0.06) !important;
}
/* ═══════════════════════════════════════
   CART DRAWER — CONVERSION OPTIMIZED
   US Male 25-55 audience
   ═══════════════════════════════════════ */

/* ─── Payment icons — visible, not greyed out ─── */
.payment-badges .icon--full-color,
.payment-badges img,
.payment-badges svg {
  filter: none !important;
  opacity: 0.7 !important;
}

/* ─── "Your payment is protected" — readable ─── */
.cart-drawer__trust-text,
.cart-drawer p[style*="protected"],
.cart-drawer p[style*="Secure"] {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

/* ─── Timer — readable urgency ─── */
#cart-countdown-timer {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}
#cart-timer {
  color: #C9A84C !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

/* ─── "Almost sold out" — visible but not screaming ─── */
.cart-item__almost-sold-out {
  color: rgba(201, 168, 76, 0.6) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
}

/* ─── Variant text — readable ─── */
.cart-drawer .product-option,
.cart-drawer .product-option dt,
.cart-drawer .product-option dd {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 12px !important;
}

/* ─── Launch Price — readable ─── */
.cart-drawer .discounts__discount {
  color: rgba(201, 168, 76, 0.6) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}
.cart-drawer .discounts__discount svg,
.cart-drawer .icon-discount {
  fill: rgba(201, 168, 76, 0.5) !important;
}

/* ─── Old price — still readable strikethrough ─── */
.cart-drawer .cart-item__old-price {
  color: rgba(255, 255, 255, 0.35) !important;
  font-size: 12px !important;
}

/* ─── Total label — readable ─── */
.cart-drawer .totals__total {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* ─── Item count — readable ─── */
.cart-drawer .cart__item-count {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 13px !important;
}

/* ─── Progress bar text — readable ─── */
.cart-progress__text {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

/* ─── Quantity buttons — more visible ─── */
.cart-drawer .quantity__button {
  color: rgba(201, 168, 76, 0.6) !important;
}

/* ─── Remove button — visible ─── */
.cart-drawer cart-remove-button .button,
.cart-drawer .cart-remove-button {
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.25) !important;
}

/* ─── Close button — visible ─── */
.cart-drawer .drawer__cancel-button svg,
.cart-drawer .drawer__close svg {
  stroke: rgba(255, 255, 255, 0.5) !important;
}
/* ═══════════════════════════════════════
   CART DRAWER — FINAL POLISH
   ═══════════════════════════════════════ */

/* ─── Checkout button hover — gold, not brown ─── */
.cart-drawer .cart__checkout-button:hover,
.cart-drawer .premium-button:hover {
  background: #d4b55c !important;
  color: #121212 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.18) !important;
}

/* ─── All border-radius 8px consistency ─── */
.cart-drawer .cart-item__image,
.cart-drawer .quantity,
.cart-drawer .quantity.cart-quantity,
.cart-drawer cart-remove-button .button,
.cart-drawer .cart-remove-button,
.cart-drawer .cart__checkout-button,
.cart-drawer .premium-button,
.cart-drawer .custom-continue-button,
.cart-drawer .custom-view-cart-button,
.cart-progress__bar,
.cart-progress__bar__progress {
  border-radius: 4px !important;
}

/* ─── Progress bar — keep pill shape ─── */
.cart-progress__bar,
.cart-progress__bar__progress {
  border-radius: 4px !important;
}

/* ─── Trust badges section — refined ─── */
.cart__trust-badges {
  opacity: 0.5 !important;
  filter: brightness(0.8) !important;
  transition: opacity 0.3s ease !important;
  margin-top: 12px !important;
}
.cart__trust-badges:hover {
  opacity: 0.7 !important;
}

/* ─── Trust badge text beneath icons — if you switch to text ─── */
.cart__trust-badges img {
  border-radius: 4px !important;
}
/* ─── Trust strip — refined ─── */
.cart-trust-strip {
  gap: 12px !important;
  padding: 16px 0 12px !important;
  margin-top: 12px !important;
}
.cart-trust-strip span:not([style*="·"]) {
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.35) !important;
  letter-spacing: 0.5px !important;
}
/* Remove ALL borders from quantity selector */
.cart-drawer .quantity,
.cart-drawer .quantity::before,
.cart-drawer .quantity::after {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
/* Align everything nicely */
.cart-drawer .cart-item__quantity-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

/* Clean minimal delete */
.cart-drawer cart-remove-button .button {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* Subtle icon */
.cart-drawer cart-remove-button svg {
  opacity: 0.25 !important;
  transition: all 0.2s ease;
}

/* On hover = visible */
.cart-drawer cart-remove-button:hover svg {
  opacity: 0.7 !important;
}
/* Mobile: make delete icon visible but still clean */
@media screen and (max-width: 500px) {
  .cart-drawer cart-remove-button svg {
    opacity: 0.65 !important;   /* was too low */
  }

  .cart-drawer cart-remove-button {
    padding: 4px !important;    /* slightly bigger tap area */
  }
}

/* 🔢 Quantity text color */
.cart-drawer .quantity__input {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important; /* fixes iOS */
}

/* 💳 Payment icons smaller on mobile */
@media screen and (max-width: 500px) {

  .cart-drawer .payment-badges img,
  .cart-drawer .payment-badges svg {
    height: 18px !important;
    width: auto !important;
  }

  /* Reduce spacing between icons */
  .cart-drawer .payment-badges li {
    margin: 2px !important;
  }

  /* Optional: scale whole row slightly */
  .cart-drawer .payment-badges {
    transform: scale(0.9);
    transform-origin: center;
  }
}

/* 🔥 Fix mobile viewport height (Android/Samsung) */
@media screen and (max-width: 500px) {

  .drawer,
  cart-drawer,
  .drawer__inner {
    height: 100dvh !important; /* dynamic viewport = REAL height */
    max-height: 100dvh !important;
  }

  /* Make content scroll properly */
  .cart-drawer-items-and-upsell {
    max-height: calc(100dvh - 140px) !important;
  }
}
/* Fallback for older browsers */
@supports not (height: 100dvh) {
  @media screen and (max-width: 500px) {
    .drawer,
    cart-drawer,
    .drawer__inner {
      height: -webkit-fill-available !important;
    }
  }
}

/* ============================================================
   NOVAPLEX CART DRAWER OVERRIDES
   ============================================================ */

.drawer__inner,
.cart-drawer,
.drawer__footer,
.drawer__header,
.cart-items,
.cart-item,
.cart-upsell,
.totals,
.cart-progress,
.discounts__discount,
.cart-drawer__trust-text,
.payment-badges {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.drawer__inner,
.cart-drawer .drawer__inner,
.cart-drawer-items-and-upsell,
.cart-drawer .cart-item,
.cart-drawer .drawer__footer,
.cart-drawer .drawer__header,
.drawer__inner-empty,
.cart-drawer__upsell-in-scroll,
.cart-drawer__secondary-upsell-in-scroll,
.cart-upsell {
  background: #0a0a0a !important;
  background-color: #0a0a0a !important;
}

.drawer__header,
.drawer__footer,
.cart-drawer .quantity,
.cart-drawer tbody,
.cart-drawer .cart-items th,
.cart-drawer .cart__upsell-in-scroll,
.cart-upsell-container,
.cart-drawer__upsell-in-scroll,
.cart-drawer__secondary-upsell-in-scroll {
  border-color: rgba(201, 168, 76, 0.15) !important;
}

.drawer__heading {
  font-family: 'DM Serif Display', 'Georgia', serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #f0ede8 !important;
  letter-spacing: -0.01em !important;
}

.cart-drawer .cart__item-count {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 0.35) !important;
  letter-spacing: 0.03em !important;
}

.cart-drawer .cart-item__name,
.cart-drawer .cart-item__name h4 {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #f0ede8 !important;
  letter-spacing: 0.01em !important;
  text-decoration: none !important;
}

.cart-drawer .product-option,
.cart-drawer .product-option dt,
.cart-drawer .product-option dd {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 0.35) !important;
  letter-spacing: 0.02em !important;
}

.cart-drawer .cart-item__final-price {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #f0ede8 !important;
}

.cart-drawer .cart-item__old-price,
.cart-drawer .cart-item__discounted-prices .price--compare {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 0.28) !important;
  text-decoration: line-through !important;
}

.cart-item__almost-sold-out {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(201, 168, 76, 0.85 !important;
}

.cart-drawer .discounts__discount {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  color: rgba(201, 168, 76, 0.6) !important;
}

.cart-drawer .discounts__discount svg,
.cart-drawer .icon-discount {
  fill: rgba(201, 168, 76, 0.5) !important;
}

.cart-drawer .totals__total {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.45) !important;
  letter-spacing: 0.03em !important;
}

.cart-drawer .totals__total-value {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #f0ede8 !important;
}

.cart-drawer .cart__checkout-button,
.cart-drawer .premium-button {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  background: #c9a84c !important;
  color: #0a0a0a !important;
  border-radius: 4px !important;
  border: none !important;
  height: 48px !important;
}

.cart-drawer .cart__checkout-button:hover,
.cart-drawer .premium-button:hover {
  background: #b8913e !important;
  transform: none !important;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.18) !important;
}

.cart-drawer .custom-continue-button {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  background: #c9a84c !important;
  color: #0a0a0a !important;
  border-radius: 4px !important;
}

.cart-drawer .custom-continue-button:hover {
  background: #b8913e !important;
  transform: none !important;
}

.cart-drawer .custom-view-cart-button {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  color: rgba(201, 168, 76, 0.7) !important;
  border: 1px solid rgba(201, 168, 76, 0.2) !important;
  border-radius: 4px !important;
  background: transparent !important;
}

.cart-drawer .custom-view-cart-button:hover {
  border-color: rgba(201, 168, 76, 0.4) !important;
  color: #c9a84c !important;
  background: rgba(201, 168, 76, 0.04) !important;
}

.cart-drawer .quantity,
.cart-drawer .quantity.cart-quantity {
  border: 1px solid rgba(201, 168, 76, 0.15) !important;
  border-radius: 4px !important;
  background: transparent !important;
}

.cart-drawer .quantity__input {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #f0ede8 !important;
  background: transparent !important;
}

.cart-drawer .quantity__button {
  color: rgba(201, 168, 76, 0.55) !important;
  background: transparent !important;
  border-radius: 4px !important;
}

.cart-drawer .quantity__button:hover {
  background: rgba(201, 168, 76, 0.06) !important;
  color: #c9a84c !important;
}

.cart-drawer cart-remove-button .button,
.cart-drawer .cart-remove-button {
  background: transparent !important;
  border: none !important;
  border-radius: 4px !important;
}

.cart-drawer cart-remove-button svg {
  fill: rgba(255, 255, 255, 0.20) !important;
  transition: fill 0.2s ease !important;
}

.cart-drawer cart-remove-button:hover svg {
  fill: rgba(201, 168, 76, 0.6) !important;
}

.cart-progress__text {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.40) !important;
  letter-spacing: 0.03em !important;
}

.cart-progress__bar {
  background: rgba(255, 255, 255, 0.06) !important;
  border: none !important;
  border-radius: 4px !important;
}

.cart-progress__bar__progress {
  background: #c9a84c !important;
  border-radius: 4px !important;
}

#cart-countdown-timer {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.40) !important;
  letter-spacing: 0.04em !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 6px 0 !important;
}

#cart-timer {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #c9a84c !important;
  letter-spacing: 0.08em !important;
}

.cart-upsell-container .title {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(201, 168, 76, 0.7) !important;
}

.cart-upsell__title {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #f0ede8 !important;
}

.cart-upsell__desc p {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 0.40) !important;
}

.cart-upsell__btn {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  background: #c9a84c !important;
  color: #0a0a0a !important;
  border-radius: 4px !important;
  border: none !important;
}

.cart-upsell__btn:hover {
  background: #b8913e !important;
}

.cart-upsell__prices-and-btn .price {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #f0ede8 !important;
}

.cart-upsell__image {
  border-radius: 4px !important;
}

.cart-drawer__trust-text,
.cart-drawer p[style*="protected"],
.cart-drawer p[style*="Secure"] {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 0.30) !important;
  letter-spacing: 0.04em !important;
}

.cart-trust-strip span {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 0.30) !important;
  letter-spacing: 0.04em !important;
}

.payment-badges .icon--full-color,
.payment-badges img,
.payment-badges svg {
  filter: none !important;
  opacity: 0.55 !important;
}

.cart-drawer .drawer__cancel-button svg,
.cart-drawer .drawer__close svg {
  stroke: rgba(201, 168, 76, 0.45) !important;
  fill: none !important;
  transition: stroke 0.2s ease !important;
}

.cart-drawer .drawer__cancel-button:hover svg,
.cart-drawer .drawer__close:hover svg {
  stroke: rgba(201, 168, 76, 0.8) !important;
}

.cart-discount .cart-discount-form .field__input {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #f0ede8 !important;
  border-color: rgba(201, 168, 76, 0.15) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.cart-discount .cart-discount-form .button {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  background: rgba(201, 168, 76, 0.12) !important;
  color: #c9a84c !important;
  border: 1px solid rgba(201, 168, 76, 0.25) !important;
  border-radius: 4px !important;
}

.cart-discount .cart-discount-form .button:hover {
  background: rgba(201, 168, 76, 0.20) !important;
  color: #c9a84c !important;
}

.cart-divider,
.cart-drawer .drawer__header,
.cart-drawer .drawer__footer,
.cart-drawer tbody {
  border-color: rgba(201, 168, 76, 0.12) !important;
}

.cart-drawer .cart-item {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  gap: 12px !important;
}

.cart-drawer .cart-item__media {
  margin-top: 0 !important;
  transform: none !important;
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.cart-drawer .cart-item__image {
  width: 70px !important;
  height: 70px !important;
  object-fit: cover !important;
  margin: 0 !important;
}

.cart-drawer .cart-item__details {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

@media screen and (max-width: 749px) {
  .drawer__heading { font-size: 15px !important; }
  .cart-drawer .cart-item__name { font-size: 13px !important; }
  .cart-drawer .totals__total-value { font-size: 16px !important; }
  .cart-drawer .cart__checkout-button,
  .cart-drawer .premium-button {
    font-size: 11px !important;
    height: 44px !important;
    letter-spacing: 0.16em !important;
  }
  #cart-countdown-timer { font-size: 11px !important; }
  .cart-item__almost-sold-out { font-size: 10px !important; }
  .cart-drawer .discounts__discount { font-size: 10px !important; }
}
.cart-countdown {
  text-align: center;
  font-size: 22px;
  color: #C9A84C;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 50px;
  background-color: #0a0a0a;
  border-radius: 4px;
  padding: 8px;
}

.cart-timer {
  color: #C9A84C;
  font-weight: 700;
}
