/** Shopify CDN: Minification failed

Line 192:4 Unexpected ","

**/
/* cart-drawer.css.liquid - the four formerly-inline <style> blocks of

   snippets/cart-drawer.liquid, extracted 1:1 (low-HTML-ratio slim pass,

   2026-08-19). Kept as a .css.liquid asset because two rules interpolate

   settings.bogo_offer_banner_bg_color; Liquid comment blocks became CSS

   comments. */

/* ---- inline block 1 ---- */

.cart-drawer-color{
    background-color: #f2f4f7;
  }
  .drawer__cart-empty .drawer__scrollable {
      background: #fff;
  }
  .drawer__inner {
    background: #FBE7F2;
}

  .dr-b1g1-app p {
    font-size: 12px;
    padding: 5px 10px;
    background: #3bc73b;
    display: inline-block;
    border-radius: 15px;
    margin-bottom: 5px;
    color: #ffff;
}
  .cstm_cart_countdown .cstm-text31 {
    font-size: 14px;
}
  .drawer_text_top {
      background: #000;
      padding: 10px;
      text-align: center;
  }
  
.cstm_cart_countdown .roll-item , .roll-item .label
  {
      font-family: 'gilroybold';
      font-size: 16px !important;
  }
  .drawer_text_top h4 {
      font-family: Circular Std;
      font-weight: 100;
      font-size: 14px;
      line-height: 100%;
      margin-bottom: 0;
      color: #fff;
      letter-spacing: 1px;
  }
  div#drawer-header {
      padding-bottom: 10px;
  }
  .drawer__fixed-header_upper{
      background: #F4EBE1;
  }
  .cart-drawer--right{
    right:-100%;
    width:100%;
  }

  @media only screen and (min-width:769px){

      .cart-drawer--right{
        right: -525px;
        width: 525px;
    }
      div#cart-footer-section {
        bottom: 0;
        position: fixed;
    }
  }

  .cart-drawer--right.drawer--is-open{
    display:block;
    transform:translateX(-100%);
    transition-duration:0.45s;
  }

@media only screen and (min-width:769px){

.cart-drawer--right.drawer--is-open{
       /* transform:translateX(-450px); */
  }
    }
@media only screen and (max-width:768px)
{
  
}
  #cart-products-section {
    background-color: #fff;
    margin-top: -12px;
    padding: 12px 6px 0px 2px;
    /* max-height: 435px;
    overflow-x: scroll !important; */
  }
  small.cart__discount {
    display: none;
}

     .cart__items {
          background: #fff;
          padding-bottom: 15px;
      }
      .cart__item {
    padding-top: 10px;
}
  #cart-products-section:first-child {
    margin-bottom: 10px;
    padding: 0px !important;
    border-radius: 0px 0px 10px 10px;
  }

  #cart-timer-section.coupon-page-active {
    border-bottom: 1px solid #C2C2C2;
  }
  .step-bogo-part h2 {
  
      margin: 0;
      padding: 8px 0 0px;
      font-size: 14px;
      font-weight: bold;
      color: #000;
      letter-spacing: 0;
      text-align: center;
      width: 100%;
  }
  
  .step-bogo-section {
      margin: 10px;
      width: calc(100% - 20px);
      background: linear-gradient(90deg, #ebf4f5, #b5c6e0);
      border: solid 1px var(--colorBorder);
      border-radius: 12px;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  }
  
  .step-bogo-part {
      width: 100%;
      display: flex;
      padding: 8px;
  }
  
  .step-wrapper {
      display: flex;
      min-width: 0;
      padding: 0 2px;
      align-items: center;
  }
  
  .step-divider {
      padding : 2px 0;
      border:1px solid #000;
  }
  
  .bogo-wrapper {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 10px;    
  }

  .bogo-applied-wrapper {
      width: 100%;
      display: none;
      align-items: center;
      justify-content: center;
      margin-top: 10px;    
  }
  
  .step-wrapper h4 {
      margin: 0;
      padding: 7px 0 0;
      font-size: 12px;
      font-weight: bold;
      color: #000;
      letter-spacing: 0;
      text-align: center;
      width:100%;
  }
  
    ,
  .bogo-wrapper h4 {
      margin: 0;
      padding: 7px 0;
      font-size: 15px;
      font-weight: bold;
      color: #000;
      letter-spacing: 0;
      text-align: center;
      width:100%;
      text-transform: capitalize;
  }
    
  .step-wrapper p {
      margin: 0;
      padding:  7px 10px;
      font-size: 12px;
      color: #000;
      letter-spacing: 0;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
  }
  
  .your-cart-header{
    padding-inline: 12px;
  }
  
  .bogo-text {
      font-size: 14px;
      color: #000;
      letter-spacing: 0.3px;
      text-align: center;
  }
  
  .bogo-img {
      width: 16px;
      height: 16px;
  }
  
  .bogo-bottom-section{
      background: linear-gradient(90deg, #ebf4f5, #b5c6e0);
      border: solid 1px var(--colorBorder);
      margin-top:5px;
      padding-bottom: 6px;
  }

  .drawer__footer {
      width: 100%;
  }

  .cart-content-wrapper{
    border-radius: 16px 16px 0 0;
    background: white;
    margin-inline: 12px;
  }

  @media only screen and (min-width:769px){
    .cart-content-wrapper{
      margin-right: 0px;
      margin-left: 0px;
    }
  }

 
  @media only screen and (max-width:769px){
    .drawer__footer {
      width: 100%;
      box-shadow: 0px 0px 10px #00000038 !important;
    }
}
@media only screen and (min-width: 769px) {
    .drawer__fixed-header, .drawer__header {
        margin-right: 0px;
    }
}

  
  @media screen and (max-width: 480px) {
      .step-wrapper p {
          font-size: 10px;
          padding: 5px;
          white-space: nowrap;
      }
      
      .bogo-text {
          font-size: 12px;
      }
      
      .step-bogo-part {
          padding: 5px;
          gap: 5px;
      }
  
      .step-divider {
          font-size: 14px;
          padding: 0 0px;
      }
  }

  /* Milestone Popup Styles */
  #milestone-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .milestone-popup-content {
    background: white;
    border-radius: 16px;
    max-width: 320px;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    animation: popupSlideIn 0.3s ease-out;
  }

  .milestone-popup-header {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1001;
  }

  .milestone-popup-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
  }

  .milestone-popup-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .milestone-popup-body {
    padding: 40px 30px 30px;
    text-align: center;
  }

  .milestone-popup-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }

  .milestone-popup-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
    font-family: inherit;
  }

  .milestone-popup-message {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
  }

  @keyframes popupSlideIn {
    from {
      transform: scale(0.8) translateY(20px);
      opacity: 0;
    }
    to {
      transform: scale(1) translateY(0);
      opacity: 1;
    }
  }

  @media screen and (max-width: 480px) {
    .milestone-popup-content {
      max-width: 290px;
      margin: 0 10px;
    }

    .milestone-popup-body {
      padding: 35px 20px 25px;
    }

    .milestone-popup-icon svg {
      width: 70px;
      height: 70px;
    }
  }
  @media screen and (min-width:1450px)
  {
    /* #cart-products-section {
        max-height: 450px;
    } */
  }
  /* Custom scrollbar styles for cstm-freelist-top */
  .cstm-freelist-top {
    /* Webkit browsers (Chrome, Safari, Edge) */
    scrollbar-width: thin;
    scrollbar-color: #000000ae transparent;
  }

  .cstm-freelist-top::-webkit-scrollbar {
    width: 6px;
  }

  .cstm-freelist-top::-webkit-scrollbar-track {
    background: transparent;
  }

  .cstm-freelist-top::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 20px;
    border: none;
  }

  .cstm-freelist-top::-webkit-scrollbar-thumb:hover {
    background-color: #333333;
  }

  /* Firefox */
  .cstm-freelist-top {
    scrollbar-width: thin;
    scrollbar-color: #000000 transparent;
  }

  /* Coupon Popup Styles */
  #coupon-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .coupon-popup-content {
    background: white;
    border-radius: 16px;
    max-width: 320px;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    animation: popupSlideIn 0.3s ease-out;
  }

  .coupon-popup-header {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1001;
  }

  .coupon-popup-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
  }

  .coupon-popup-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .coupon-popup-body {
    padding: 40px 30px 30px;
    text-align: center;
  }

  .coupon-popup-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }

  .coupon-popup-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
    font-family: inherit;
  }

  .coupon-popup-subtitle {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
    font-family: inherit;
  }

  .coupon-popup-message {
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
  }

  #coupon-popup-amount {
    font-weight: bold;
    color: #000;
  }

  @media screen and (max-width: 480px) {
    .coupon-popup-content {
      max-width: 290px;
      margin: 0 10px;
    }

    .coupon-popup-body {
      padding: 35px 20px 25px;
    }

    .coupon-popup-icon svg {
      width: 50px;
      height: 50px;
    }
  }
    @media screen and (max-width: 900px) and (min-width:800px) {
      /* #cart-products-section {
              max-height: 326px;
            } */
            .cstm-freelist-top {
              max-height: 656px !important;
          }
      }

/* ---- inline block 2 ---- */

.cstm-freelist-top {
                    overflow-y: scroll;
                    /* max-height: 445px; */
                }
                .save-dds {
                    background: lightgreen;
                    font-size: 12px;
                    color: darkgreen !important;
                    padding: 2px 7px;
                    border-radius: 12px;
                }
                .coupon-applied-text {
                    width: unset !important;
                    font-size: 14px !important;
                    font-weight: 700 !important;
                }
                .coupon-code-input-container-wrapper {
                    pointer-events: none !important;
                    opacity: .5 !important;
                }
                .total-price-wrapper{
                  display:flex;
                  align-items: center;
                  justify-content: space-between;
                  font-size: 16px;
                  padding-inline: 18px;
                  padding-bottom: 2px;
                  padding-top: 16px;
                  font-weight: 600;
                }
                @media only screen and (max-width:768px){
                  .total-price-wrapper{
                    padding-inline: 12px;
                    font-size: 14px;
                  }
                }

/* ---- inline block 3 ---- */

.view-full-price-breakup-wrapper{
                    display:flex;
                    align-items: center;
                    font-size: 10px;
                    padding-inline: 12px;
                    font-weight:500;
                    line-height:100%;
                    letter-spacing:0.25%;
                    color:#979797; 
                    margin-bottom:15px;
                    gap:4px;
                    cursor: pointer;
                }
                
                .view-full-price-breakup-text {
                    text-decoration: underline;
                    text-underline-offset: 3px;
                }
                
                .view-full-price-breakup-icon {
                    display: flex;
                    align-items: center;
                }

                /* Hide price breakup drawer by default */
                .price-breakup-drawer {
                    display: none;
                }
                .drawer__fixed-header_upper .cstm-text3 {
                    margin-top: 0;
                    margin-bottom: 17px !important;
                }    
                /* .drawer__scrollable {
                    margin-right: 0px !important;
                } */
                @media only screen and (min-width:900px) 
                {
                      .cstm-freelist-top {
                          max-height: 100%;
                          margin-bottom: 223px;
                      }
                }

                @media only screen and (min-width:769px){
                  .view-full-price-breakup-wrapper{
                    padding-inline: 18px;
                  }
                }

/* ---- inline block 4 ---- */

.drawer__loading {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--colorDrawers);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
    }
    .coupon-input-icon {

        top: 10PX;
    }
    .dr-b1g1-app {
        display: none !important;
    }
    .drawer__loading-content {
      text-align: center;
    }
    .drawer__header-icon {
        flex-wrap: wrap;
    }
    .drawer__loading-spinner {
      width: 40px;
      height: 40px;
      border: 4px solid rgba(0, 0, 0, 0.1);
      border-top: 4px solid #000;
      border-radius: 50%;
      margin: 0 auto 15px;
      animation: drawer-spinner 1s linear infinite;
    }
    .price-breakup-data .price-brakup-mrps {
            margin: 2px 0;
        }
    @keyframes drawer-spinner {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    @media only screen and (min-width: 1500px) and (max-width: 1600px)
    {
        /* #cart-products-section {

            max-height: 121px;
        } */
        .cstm-freelist-top {
          max-height: 300px;
      }
    }
    @media only screen and (max-width : 520px)
    {
        
        /* #cart-products-section {
            max-height: 200px;
        } */
        .cart__items {
            padding-bottom: 0px;
        }
        .cart__item--milestone-gift {
            margin-bottom: 0 !important;
        }
        .cart__item--milestone-gift {
            min-height: 94px;
            display: flex;
            align-items: center;
        }
    }
