/** Shopify CDN: Minification failed

Line 314:2 Unexpected "{"
Line 314:3 Expected identifier but found "%"
Line 314:27 Expected identifier but found "%"

**/
  .ex-btn-loader {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0,0,0,0.2);
    border-top-color: #000;
    border-radius: 50%;
    animation: ex-spin 0.6s linear infinite;
    display: inline-block;
  }

  .expiry-products-grid .grid__item_product {
    width: 100%;
  }
  @keyframes ex-spin {
    to { transform: rotate(360deg); }
  }

  .expiry-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .pop-up-inner-check {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
  }
  .expiry-tabs {
    position: relative;
    display: flex;
    background: #f07c486b;
    padding: 4px;
    border-radius: 999px;
    width: max-content;
    margin: auto;
    color: oklch(55.1% .027 264.364);
  }

  .expiry-indicator {
    position: absolute;
    top: 4px;
    left: 0px;
    height: calc(100% - 8px);
    background: #ffffffad;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.35s ease, width 0.35s ease;
    z-index: 0;
  }


  .expiry-tab {
    max-width: max-content;
    text-align: center;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    padding: 14px 25px;
    border: 0;
    background: transparent;
    border-radius: 999px;
    color: oklch(55.1% .027 264.364);
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
  }

  .expiry-tab:hover,
  .expiry-tab.is-active {
    color: #000;
  }

  /* =========================
     COLLECTION TABS
  ========================= */
  .collection-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 auto 40px;
  }
  .wrap-expiry-tabs {
    border-bottom: 2px solid hsl(0 0 90%);
    padding: 10px 0 12px 0;
    position: sticky;
    top: 0;
    background: white;
    z-index: 11111;
    width: 100%;
  }
  .collection-tab {
    appearance: none;
    background-color: #ffffff;
    border: 2px solid #f07c486b;
    border-radius: 9999px;
    box-sizing: border-box;
    color: #0000008f;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 16px;
    white-space: nowrap;
    transition: 0.3s ease;
  }
  .collection-tab:hover {
    background-color: #f5f5f5;
  }

  .collection-tab.is-active {
    background-color: #f07c486b;
    color: #000000;
    border-color: #f3682b;
  }

  .expiry-product ul, .expiry-product li {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .expiry-product img{
    max-width: 100%;
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
  }

  .ex-product-image-wraper {
    position: relative;
  }
  p.ex-bottom-tag {
    font-weight: 500;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
    margin: 0;
    padding: 2px 8px;
    color: oklch(47% .157 37.304);
    background: oklch(0.954 0.038 75.164);
    border: 1px solid oklch(0.901 0.076 70.697);
    line-height: 1;
    border-radius: 10px;
    font-size: 12px;
      letter-spacing: 0;
  }
  p.ex-top-tag {
    bottom: 10px;
    color: black;
    position: absolute;
    top: auto;
    left: 10px;
    right: auto;
    margin: 0;
    padding: 2px 8px;
    line-height: 16px;
    background: oklab(0.999994 0.0000455678 0.0000200868 / 0.9);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0px 1px 3px 1px #80808045;
  }
  .ex-qty-box {
    display: none;
    background: #fff4ea;
    border-radius: 999px;
    padding: 2px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid oklch(0.954 0.038 75.164);
  }

  .ex-cart-wrap.active .ex-add-to-cart {
    display: none;
  }

  .ex-cart-wrap.active .ex-qty-box {
    display: flex;
  }

  /* button.ex-add-to-cart {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
    background: #f3682b;
    width: 100%;
    display: block;
    max-height: 38px !important;
    border: none;
    padding: 12px;
    border-radius: 16px;
    color: white;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
  }  */
    
  /* p.ex-all-price {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 16px 0 12px;
    letter-spacing: normal;
    color: #281018;
    display: flex;
    align-items: center;
    gap: 8px;
  } */
  span.ex-qty-value {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.45px;
    color: #281018;
    margin: 0;
  }
  button.ex-qty-plus ,button.ex-qty-minus {
    color: rgb(238, 88, 43);
    transition: 0.3s all ease;
    background: transparent;
    border: none;
    font-size: 20px;
    width: 40px;
    border-radius: 15px;
    height: 32px;  
    font-weight: bold;
  }

  button.ex-qty-plus:hover, button.ex-qty-minus:hover {
      background: white;
  }
  .ex-product-title {
      padding: 16px;
  }
  button.ex-add-to-cart:disabled {
    cursor: not-allowed;
    opacity: 0.6;
  }

  .expiry-product li {
    transition: 0.3s all ease;
  }
  .expiry-product li:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10),
      0 4px 6px -4px rgba(0, 0, 0, 0.10);
    transform: translateY(-2px);
  }
  li.ex-product-car {
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 16px;
    overflow: hidden;
  }
  .expiry-products-grid h2.grid-product__title {
    font-weight: 400;
    min-height: 2.9rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    font-family: 'Source Sans 3';
    max-height: 2.9rem;
    overflow: hidden;
    margin-bottom: 5px;
  }
  /* .ex-product-title h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.45px;
    color: #281018;
    margin: 0;
    min-height: 4.4rem;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  } */
  span.ex-compare-price {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
    color: #AF99A1;
  }
  span.ex-discount {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: normal;
    color: #EE582B;
    margin-left: 4px;
  }

  {% comment %} Popup Css {% endcomment %}
  .ex-cart-popup-left h4 {
    color: #f4e3cb;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
  }
  .ex-cart-popup-left p {
    color: oklch(87.2% .01 258.338);
    font-size: 14px;
    line-height: normal;
    margin: 5px 0 0;
    text-align: left;
  }
  .ex-cart-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 120%); /* center + hidden below */

    background: #1f1f1f;
    color: #fff;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 9999;
    max-width: 420px;
    width: calc(100% - 32px); /* safe on mobile */

    opacity: 0;
    pointer-events: none;

    transition: transform 0.35s ease, opacity 0.35s ease;
  }

  .ex-cart-popup.show {
    opacity: 1;
    transform: translate(-50%, 0); /* center + visible */
    pointer-events: auto;
  }


  .ex-cart-items {
    font-size: 12px;
    color: #bbb;
    margin: 8px 0 0;
  }

  .ex-cart-popup-right {
    flex: 130px;
  }

  .ex-cart-popup-right {
    text-align: right;
  }

  .ex-cart-count {
    display: block;
    font-size: 13px;
    color: #aaa;
  }

  .ex-cart-checkout {
    background: #fff;
    color: #000;
    border: none;
    padding: 5px 12px;
    border-radius: 12px;
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-top: 3px;
    justify-content: center;
    min-height: 32px;
  }

  ul.ex-cart-items li {
    color: #ee582bd6;
    line-height: 1.5;
    max-height: 18px;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
  }

  li, ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  h2.ex-header_title {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -0.9px;
    text-align: center;
    color: #281018;
    margin: 0 auto 13px;
  }
  p.ex-header_content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: normal;
    color: #654A55;
    margin: 0 auto 24px;
    background: #fff7ed;
    width: max-content;
    padding: 5px 12px;
    border-radius: 8px;
  }
  .ex-header {
    margin-bottom: 12px;
    border-bottom: 1px solid #00000005;
  }
  .ex-list-content-header {
    margin: 0 0 48px;
  }
  .ex-list-content-header ul {
    background: oklch(98.5% .002 247.839);
    max-width: 740px;
    margin: auto;
    border-radius: 10px;
    border: 1px solid oklch(96.7% .003 264.542);
    padding: 24px;
    text-align: left;
    margin-top: 32px;
  }
  .ex-list-content-header ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: oklch(0.373 0.034 259.733);
    gap: 12px;
  }
  svg.lucide.lucide-check.text-brand-orange {
    color: rgb(238, 88, 43);
  }

  .ex-list-content-header ul li:last-child {
    margin: 0;
  }

  .ex-list-content-header ul li span {
    background: white;
    height: 20px;
    width: 20px;
    display: grid;
    place-content: center;
    border-radius: 100%;
    border: 1px solid oklch(0.928 0.006 264.531);
  }
  .expiry-products-grid .grid__item_product {
    width: 100%;
    height: 100%;
  }

  @media screen and (max-width: 991px) {
    .expiry-products-grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .ex-product-title {
       padding: 8px;
    }
  }
  @media screen and (max-width: 767px) {
    /* .ex-product-title h2 {
      font-size: 14px;
      line-height: 1.3;
      font-weight: 600;
      min-height: 36px;
      overflow: hidden;
      -webkit-line-clamp: 2;
      height: 100%;
    }  */
    .expiry-products-grid h2.grid-product__title {
      min-height: 2.5rem;
    }
    .ex-cart-popup {
      gap: 10px;
    }
    .ex-list-content-header ul li span {
      max-width: 20px;
      width: 100%;
    }
    .expiry-products-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    span.ex-discount {
      font-size: 12px;
    }
    /* p.ex-all-price {
      font-size: 18px;
      gap: 6px;
    } */
    .expiry-tab {
      max-width: 140px;
      padding: 12px 12px;
      font-size: 12px;
    }
    h2.ex-header_title {
      font-size: 30px;
    }
    p.ex-header_content {
      width: 100%;
      font-size: 14px;
      line-height: 20px;
    }
    .expiry-tabs {
      width: max-content;
    }
    .ex-list-content-header ul li {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 9px;
      gap: 9px;
    }
    .ex-list-content-header ul {
      padding: 10px;
    }
    .collection-tabs {
      justify-content: start;
      flex-wrap: nowrap;
      overflow: scroll;
    }
    .ex-list-content-header ul {
      padding: 15px;
    }
  }
  @media only screen and (max-width:425px){
  .expiry-products-grid .btn--full{
    padding: 8px 8px;
    font-size: 12px;
  }
  p.ex-top-tag {
    bottom: auto;
    top: calc(100% - 50px);
    left: auto;
    right: 10px;
    font-size: 10px;
    padding: 2px 4px;
    line-height: 1.2;
  }
  p.ex-bottom-tag {
    padding: 2px 5px;
    line-height: 1.1;
    font-size: 10px;
  }
  .grid__item_product {
    padding: 0;
  }
}