/** Shopify CDN: Minification failed

Line 674:68 Unexpected "{"

**/

.cs-cart  .drawer__header {
    position: relative;
    background-color: #fff;
    padding: 30px 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid #21212580;
    padding-left: 0px;
    margin: 0 24px;

}

.cs-cart  h2.drawer__heading {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing:0px;
}
.cs-cart  h2.drawer__heading span  {
   color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.cs-cart  .progress_bar_wrapper {
    display: block !important;
    height: 8px;
    background: #E9EEEC;
    border-radius: 999px;
    overflow: hidden;
    margin: 10px 16px 0;
}

.cs-cart  .progress_bar {
    height: 100%;
    background: #F26522;
    border-radius: 999px;
    transition: width .35s ease;
}

.cs-cart  .cart-item__details a {
    color: #404040;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
}

.cs-cart  .totals__subtotal-value {
    color: #000 !important;
    text-align: right;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.cs-cart  .drawer__close {
    position: absolute;
    top: 26px;
    right: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.cs-cart  .wrap-txt {
    display: block;
    margin: 14px 16px 0;
}

.cs-cart  .free-ship-banner p {
    margin: 0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #0C2421;
    text-align: center;
    text-transform: none;
}

.cs-cart  .free-ship-banner strong {
    color: #F26522;
    font-weight: 700;
}

.cs-cart  .free-ship-banner.is-unlocked p {
    color: #F26522;
}

.cs-cart  .free-ship-sub {
    display: block;
    margin-top: 4px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: #0C2421;
    opacity: .7;
    text-align: center;
    text-transform: none;
}

.cs-cart  .free-ship-banner.is-close p {
    font-size: 15px;
}

.cs-cart  .free-ship-banner.is-close .free-ship-sub {
    opacity: .85;
    font-weight: 600;
}

.cs-cart  td.cart-item__details {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top:0px !important;
}

.cs-cart  cart-remove-button .button {
    min-width: fit-content;
    min-height: max-content;
    margin-right: 0;
    line-height: 0;
    justify-content: end;
}

.cs-cart  .cart-item cart-remove-button {
    display: flex;
    justify-content: end;
    align-items: baseline;
    height:fit-content !important;
}

.cs-cart  .drawer__cart-items-wrapper {
    flex-grow: 1;
    border-bottom: 0;
    padding: 0 16px;
}
.cs-cart .cart-item__error {
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
    display: none;
}
.cs-cart .drawer__footer {
    padding: 0 24px 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 12px;
    border: 0px;
}
.cs-cart .cart-item__media {
    grid-row: 1 / 4 !important;
    grid-column: 1 / 2;
    display: flex;
}
button#CartDrawer-Checkout {
    border: 0px;
    color: var(--Color-3, #FFF);
    text-align: center;
    font-family: "Poppins";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    display: flex;
    height: 50px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 600px;
    background: var(--orange, #FF601D);
    margin: 0px;
    width:100%;
}
.custom-cart-drawer .cs-cart .cart-item__media {
    grid-row: 1 / 4 !important;
    grid-column: 1 / 2 !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
        border-radius: 10px;
    background: #F5F7F6;
    padding:0px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.custom-cart-drawer .cs-cart .drawer__inner {
    height: 100%;
    width: 55rem;
    max-width: calc(100vw - 3rem);
}


.cs-cart .cart-item__totals {
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start !important;
    grid-column: 2 / 3 !important; 
}

.cstm-select {
  padding: 12px 8px;
  border-radius: 4px;
  border: 1px solid #BABABA;
  background: var(--Color-2, #FFF);
  width:100%;
}
.cstm-drawer .cstm-select:focus {
  outline: none;        /* removes default focus outline */
  box-shadow: none;     /* removes focus shadow */
}

/* Optional: if browser adds focus-visible styles */
.cstm-select:focus-visible {
  outline: none;
  box-shadow: none;
  border-color:black;
}

.cart-item__quantity-wrapper {
    display: flex;
    max-width: max-content;
    min-width: 100px;
    justify-content: end;
    border-radius: 4px;
    border: 0.5px solid var(--Black, #000);
    background: rgba(0, 174, 239, 0.06);
    padding: 10px 20px;
}
.cs-row {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    justify-content:space-between;
    flex-direction:row-reverse;
    width:100%;
    flex-wrap:wrap;
}
.cs-cart .selling-plan-wrapper {
    max-width: calc(60% - 12px);
    width: 100%;
}

.cs-cart .cart-item__quantity-wrapper {
    display: flex;
    max-width: max-content;
    justify-content: end;
    border-radius: 4px;
    border: 0.5px solid var(--Black, #000);
    background: rgba(0, 174, 239, 0.06);
    padding: 10px 20px;
    max-width: calc(40% - 12px);
    width: 100%;
}
.cs-cart .cart-items .cart-item__quantity {
    padding-top: 0;
    grid-column: 2 / 5 !important; 
}
.cs-cart .cart-item__media {
    grid-row: 1 / 4 !important;
    grid-column: 1 / 2;
    display: flex;
}
cart-draweer .cart-item__image {
    max-width: 100%;
    border: 0px solid #00AEEF;
    aspect-ratio: 1;
    object-fit: contain;
    width: 90px;
    height: 88px;
    flex-shrink: 0;
    aspect-ratio: 45 / 44;
    margin: 0 auto;
}


.cs-cart span.price.price--end {
    color: var(--Labels---Vibrant---Controls-Primary, #404040);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    margin: 0px;

}

.item {
     display: flex;
    align-items: center;
    gap: 10px;
}
.row.double {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.item p {
    color: var(--black, #333);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin:0px;
}
.selling-plan-select.cstm-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

/* For IE (just in case) */
.selling-plan-select.cstm-select::-ms-expand {
  display: none;
}
.dropdown {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.selling-plan-wrapper {
    position:relative;
}

/* ==============================
   Cart Drawer – Upsell Products
================================ */


.custom-cart-drawer .cart-upsell-products-block {
    margin: 40px 0 12px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 10px;
    background: #F0FAFE;
}
.cart-upsell-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
}
.cart-upsell-grid {
  overflow-x: auto; /* horizontal scroll */
  scrollbar-width: thin;              /* Firefox */
  scrollbar-color: #F26522 transparent;  /* Firefox */
  scroll-behavior: smooth;
  padding:0 0 24px;
}

/* Chrome / Edge / Safari */
.cart-upsell-grid::-webkit-scrollbar {
  height: 3px; /* 👈 small height */
}

.cart-upsell-grid::-webkit-scrollbar-track {
  background: transparent;
}

.cart-upsell-grid::-webkit-scrollbar-thumb {
  background-color: #000; /* black */
  border-radius: 10px;
}

/* Header */
.custom-cart-drawer .cart-upsell-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}

.custom-cart-drawer .cart-upsell-heading {
    color: #000;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 127.273% */
    margin: 0;
    letter-spacing:0px;
}

/* Navigation buttons */
.custom-cart-drawer .cart-upsell-btns {
  display: none;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.custom-cart-drawer .cart-upsell-btns svg {
  width: 24px;
  height: 24px;
}

/* Swiper */
.custom-cart-drawer .cart-upsell-swiper {
  width: 100%;
  padding-bottom: 4px;
}

/* Product Row */
.custom-cart-drawer .cart-upsell-product-row {
 
  border-radius: 6px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
  padding:10px;
}


/* Image */


.custom-cart-drawer .cart-upsell-product-image img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 0px;
}
.custom-cart-drawer .color-circle {
   width:20px !important;
   height:20px !important;
}
/* Content */
.custom-cart-drawer .cart-upsell-product-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.selected-material-name {
    color: #414141;
    font-family: "Gill Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.4px;
}

/* Title */
.custom-cart-drawer .cart-upsell-product-name {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 100%;

}
.custom-cart-drawer .cart-upsell-product-name a {
    color: var(--black-color, #000);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight:500;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0px;
}

/* Price + Add */
.custom-cart-drawer .cart-upsell-sub-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

/* Price */
.custom-cart-drawer .cart-upsell-product-price .product-price {
  color: #333;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.custom-cart-drawer .cart-upsell-product-price .compare-price {
  color: #767778;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: line-through;
margin-right:6px;

}

/* Add to cart */
.custom-cart-drawer .cart-upsell-add .cart-add {
  
  padding: 0px;
  border-radius: 4px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0px !important;
  justify-content: flex-start;
  align-items:start;
}
.cart-add:after {
      display:none;
}
.cart-add:before {
            display:none;

}

/* Icon-only button support */
.custom-cart-drawer .cart-upsell-add {
  padding: 0 !important;
  background: transparent;
}

.custom-cart-drawer .cart-upsell-add::before,
.custom-cart-drawer .cart-upsell-add::after {
  display: none;
}

/* Empty state */
.custom-cart-drawer .cart-upsell-empty {
  font-size: 13px;
  opacity: 0.6;
  margin-top: 8px;
}
.cart-upsell-add .upsell-btn {
    color: #FFF;
    font-family: Poppins;
    font-size: 10.213px;
    font-style: normal;
    font-weight: 600;
    line-height: 10.607px; /* 103.849% */
    text-transform: uppercase;
    border-radius: 50px;
    background: #FF601D;
    display: flex;
    padding: 6px 16px !important;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border:0px;
}
.cart-upsell-add .product-form__buttons button.add-to-cart-button span {
    color: #FFF;
    font-family: Poppins;
    font-size: 10.213px;
    font-style: normal;
    font-weight: 600;
    line-height: 10.607px; /* 103.849% */
    text-transform: uppercase;
}
.cart-upsell-add .button:after {
    display:none;
}
.cart-upsell-add .product-form__buttons button.add-to-cart-button {
    width: 100%;
    max-height: 48px;
    display: block;
    line-height: 0;
    padding: 0;
    min-height: 28px;
        max-width: 90px;
    min-width: fit-content;
    margin:0px !important;
}
.cart-upsell-products-block .swiper-slide {
    max-width:80%;
}
h2.totals__subtotal {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

/* ==============================
   Mobile Optimizations
================================ */

.cs-row:has(.selling-plan-wrapper:nth-of-type(2)) .selling-plan-wrapper {
  display: none !important;
}
@media (max-width: 768px) {

  .custom-cart-drawer .cart-upsell-heading {
    font-size: 16px;
    font-weight:600;
  }



  .custom-cart-drawer .cart-upsell-product-image {
    width: 60px;
    height: auto;
  }
  .custom-cart-drawer .cart-upsell-product-image  img {
           width: 60px;
           height: 80px;
  }

  .custom-cart-drawer .cart-upsell-product-name a {
    font-size: 14px;
    font-weight: 600;
    min-height:31px;
  }

  .custom-cart-drawer .cart-upsell-product-price .product-price {
    font-size: 13px;
  }

  .custom-cart-drawer .cart-upsell-btns svg {
    width: 22px;
    height: 22px;
  }
  .custom-cart-drawer .cart-upsell-products-block {
     padding: 12px;
     gap:16px;
         margin: 24px 0px;
  }
  .custom-cart-drawer .cart-item__name, .price--end.regular-price,  {
      font-size:13px;
  }
  .custom-cart-drawer .cart-upsell-sub-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.cart-upsell-add .product-form__buttons button.add-to-cart-button span {
    color: #FFF;
    font-family: Poppins;
    font-size: 9.213px;
}

.cart-upsell-product-price {
    display: flex;
    align-items: center;
    gap: 4px;
}

.custom-cart-drawer .cart-upsell-product-price .compare-price {
    color: #767778;
    font-family: Poppins;
    font-size: 12px;
    margin:0px;
}
.cart-upsell-add .product-form__buttons button.add-to-cart-button {
    min-height:23px;
}

}

.cs-cart .drawer__close {
    position: absolute;
    top: 38px;
    right: 0px;
    background: transparent;
    border: none;
    cursor: pointer;
    min-width: auto !important;
    min-height: auto !important;
}


@media (max-width: 768px) {
    .cs-cart .drawer__header {
    position: relative;
    background-color: #fff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px dashed black;
    padding-left: 0px;
    margin-left: 16px;
  }
  .cs-cart h2.drawer__heading {
    color: #000;
    text-align: center;
    font-size: 20px;
   }
   .cs-cart .drawer__close {
        position: absolute;
        top: 18px;
        right: -12px;
        background: transparent;
        border: none;
        cursor: pointer;
        min-width: fit-content;
        min-height: fit-content;
    }
    .cart-drawer .cart-item__details a {
        color: var(--Labels---Vibrant---Controls-Primary, #404040);
        font-family: Poppins !important;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 120%; /* 16.8px */
        text-transform: capitalize;
    }
    cart-drawer-items {
        overflow: auto;
        padding: 24px 0 0 !important;
    }
    .cart-drawer .drawer__cart-items-wrapper {
        flex-grow: 1;
        border-bottom: 1px solid #E6E6E6 !important;
        padding: 0 16px !important;
    }  
    .cart-drawer .cart-item>td+td {
        padding-left: 16px;
    }
    td.cart-item__totals {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .cs-row {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-direction:column;
    }
    .cs-cart .selling-plan-wrapper, .cs-cart .cart-item__quantity-wrapper {
        max-width: 100%;
        width: 100%;
    }
    .custom-cart-drawer .cs-cart .cart-item__media {
         grid-row: 1 / 3 !important;
         grid-column: 1 / 2 !important;
         background:white;
    }
    h2.totals__subtotal {
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }
    .cs-cart .drawer__footer {
        padding: 0 16px 16px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        gap: 10px;
        border: 0px;
    }
    .cart-drawer .cart__checkout-button {
        width:100%;
    }



  


}

@media (max-width: 768px) {
  .custom-cart-drawer .cart-upsell-product-price .product-price {
        font-size: 12px;
  }
      .cart-upsell-add .product-form__buttons button.add-to-cart-button span {
        color: #FFF;
        font-family: Poppins;
        font-size: 9.213px;
    }
    .custom-cart-drawer .cart-upsell-product-image img {
        width: 50px;
        height: 80px;
    }
    .item {
        gap: 8px;
    }
    .item p {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        max-width:132px;
    }
    .item img {
        width: 16.875px;
        height: 16.875px;
    }
    .row.double {
       gap:0px;
    }
}

/* =====================================================================
   CART DRAWER REDESIGN — 2026-07-21
   Goals: kill the "funky" mobile rendering (1-char title wrap + gray
   left strip), clean product rows, 2-up scrolling cross-sell grid,
   and a checkout CTA pinned to the bottom. All scoped to the drawer.
   Appended last so it wins equal-specificity cascade battles.
===================================================================== */

/* --- Sticky footer: header (top) / items+upsell (scroll) / CTA (bottom) --- */
.custom-cart-drawer .cs-cart .drawer__inner { display: flex; flex-direction: column; }
.custom-cart-drawer .cs-cart .drawer__header { flex: 0 0 auto; }
.custom-cart-drawer cart-drawer-items {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-cart-drawer .cs-cart .drawer__footer {
  flex: 0 0 auto;
  background: #fff;
  box-shadow: 0 -4px 14px rgba(12, 36, 33, 0.07);
  padding-top: 14px;
}

/* --- Kill the gray left strip: panel fills the viewport on mobile --- */
@media (max-width: 768px) {
  .custom-cart-drawer .cs-cart .drawer__inner {
    width: 100vw !important;
    max-width: 100vw !important;
    border: 0 !important;
  }
}

/* --- Fix the one-letter-per-line title wrap (was .break + collapsed column) --- */
.cs-cart .cart-item__name,
.custom-cart-drawer .cart-item__name {
  word-break: normal !important;
  overflow-wrap: anywhere;
  hyphens: none;
  min-width: 0;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.3;
}

/* --- Clean product row: image | stacked content, no collapsed columns --- */
.cs-cart .cart-item {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  column-gap: 12px;
  row-gap: 6px;
  align-items: start;
  margin-bottom: 18px;
}
.custom-cart-drawer .cs-cart .cart-item__media {
  grid-column: 1 / 2 !important;
  grid-row: 1 / span 6 !important;
  width: 72px;
  height: 72px;
  align-self: start;
  border-radius: 10px;
  background: #F5F7F6;
}
.cs-cart .cart-item__details,
.cs-cart .cart-item > td:nth-child(3),
.cs-cart .cart-item__totals,
.cs-cart .cart-items .cart-item__quantity {
  grid-column: 2 / 3 !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
/* Hide the empty variant cell when the product has only a default variant */
.cs-cart .cart-item > td:nth-child(3):not(:has(.cart-item__variant)) { display: none !important; }
.cs-cart td.cart-item__details { padding-top: 0 !important; align-items: flex-start; }
.cs-cart .cart-item__totals { justify-content: flex-start !important; }
.cs-cart .cart-item__image,
cart-drawer .cart-item__image {
  width: 58px !important;
  height: 58px !important;
  object-fit: contain;
  margin: 0 auto;
}

/* --- Cross-sell: 2 per row, scrolls with the cart (no side-swipe) --- */
.custom-cart-drawer .cart-upsell-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  overflow: visible !important;
  padding: 0 !important;
}
.cart-upsell-products-block .swiper-slide,
.custom-cart-drawer .cart-upsell-swiper .swiper-slide {
  max-width: 100% !important;
  width: auto !important;
}
.custom-cart-drawer .cart-upsell-product-row {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 8px;
  height: 100%;
  padding: 12px 10px;
}
.custom-cart-drawer .cart-upsell-product-image { width: 100%; text-align: center; }
.custom-cart-drawer .cart-upsell-product-image img {
  width: 72px !important;
  height: 72px !important;
  margin: 0 auto;
}
.custom-cart-drawer .cart-upsell-product-name { min-width: 0 !important; }
.custom-cart-drawer .cart-upsell-product-name a { font-size: 13px; line-height: 1.3; }
.custom-cart-drawer .cart-upsell-sub-content {
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.custom-cart-drawer .cart-upsell-btns { display: none !important; }

/* --- Single confident CTA (secondary "add to cart" link removed) --- */
.cs-cart .cart__ctas { display: block !important; text-align: center; }
.cs-cart .cart__checkout-button,
.cs-cart button#CartDrawer-Checkout { max-width: 100% !important; width: 100%; }
