/** Shopify CDN: Minification failed

Line 1621:6 Unexpected "{"
Line 1621:7 Expected identifier but found "%"
Line 1630:8 Unexpected "{"
Line 1630:9 Expected identifier but found "%"

**/

  :root {
    --cart-sticky-offset: 0px;
  }

  .salty-section-header__star {
    font-family: "Funnel Display", sans-serif;
    font-size: 100px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: -40px;
    color: #000;
    text-transform: uppercase;
    display: block;
    text-align: left;
  }


  .cart__banner {
    position: relative;
    width: calc(100% + 32px);
    margin-left: -16px;
    height: 39px;
    padding: 8px 17px;
    display: flex;
    align-items: center;
    background: #000;
    overflow: hidden;
    margin-top: -40px !important;
  }

  .cart__banner--mobile {
    display: block;
  }

  .cart__banner-text {
    position: absolute;
    left: 19px;
    top: 13px;
    color: #fff;
    font-family: "Funnel Display";
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0;
  }

  .cart__banner-btn {
    position: absolute;
    right: 17px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 23px;
    border-radius: 40px;
    background-color: #7b46ab;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .cart__badge-low-stock-mobile {
    display: flex;
  }

  .cart__badge-low-stock-desktop {
    display: none;
  }

  .cart__item-price-col-mobile {
    display: flex;
  }

  .cart__item-qty-col-mobile {
    display: flex;
  }
  .gift-modal-subtitle{
    color: #3c3c3c;
    font-family: "Funnel Display";
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }
  .cart-mobile-summary__value--discount {
        color: #e51a4e;
    }

  @media (min-width: 769px) {
    .page-cart {
      margin-top: -40px;
    }

    .cart__badge-low-stock-mobile {
      display: none;
    }

    .cart__badge-low-stock-desktop {
      display: flex;
    }

    .cart__item-qty-col-mobile {
      display: none;
    }

    .cart__item-price-col-desktop {
      display: flex;
      flex-direction: column;
    }

    .cart__item-qty-col-desktop {
      display: flex;
    }

    .section-header-align {
      text-align: center;
      padding: 75px 0 0 0;
      border: none;
    }

    .section-header__border {
      border-bottom: none;
    }

    .section-header__title-align {
      text-align: center;
      padding: 0;
    }

    .cart__banner--mobile {
      display: none;
    }

    .cart__item-title .cart__badge-low-stock-desktop {
      display: block;
    }

    .cart__badge-low-stock-mobile {
      display: none;
    }
  }

  /* CART HEADER */

  .cart-header {
    text-align: left;
    margin-bottom: 24px;
    display: none;
    border-bottom: 1px solid #949494;
    box-sizing: border-box;
    width: calc(100% + 90px);
    margin-left: -44px;
  }

  .cart-header .section-header__title {
    font-family: "Funnel Display";
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    padding-bottom: 20px;
  }

  @media (min-width: 769px) {
    .cart-header {
      display: block;
      padding-left: 15px;
    }
    .cart-mobile-summary,
    .cart-mobile-checkout {
      display: none;
    }
  }


  .cart-desktop-layout__left {
    width: 100%;
  }

  .cart-items-wrapper {
    border-top: 1px solid #e4e4e4;
  }

  .cart-table-header--desktop {
    display: none;
  }

  .cart__item-title.cart-title {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
  }

  @media (min-width: 1024px) {
  .cart__item-main .cart-items__bundle-wrap.mobile_bundle {
        display: none!important;
    }
    .cart-desktop-layout {
      display: grid;
      grid-template-columns: minmax(0, 2.5fr) minmax(320px, 1fr);
      align-items: flex-start;
      width: calc(100% + 90px);
      margin-left: -44px;
    }

    .cart-table-header--desktop {
      display: grid;
      /* header – keep as-is (working) */
      grid-template-columns: minmax(0, 1.4fr) 150px 140px 48px;
      padding: 32px 20px 32px 45px;
      border-bottom: 1px solid #e4e4e4;
      color: #5b5b5b;
      font-family: "Funnel Display";
      font-size: 20px;
      font-weight: 500;
      line-height: 15px;
      background: #eee;
      letter-spacing: 0;
      position: sticky;
      top: var(--cart-sticky-offset);
      z-index: 3;
    }

    .cart-table-header__cell--center {
      text-align: left;
    }

    .cart-table-header__cell--right {
      text-align: left;
    }

    .cart-table-header__cell--icon {
      text-align: right;
    }
  }

  /* SUMMARY CARD */

  .cart-summary--desktop {
    margin-top: 0;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  }

  @media (max-width: 1023px) {
    .cart-summary--desktop {
      margin-top: 24px;
    }
  }

  @media (min-width: 1024px) {
    .cart-summary--desktop {
      position: sticky;
      top: var(--cart-sticky-offset);
      align-self: flex-start;
      margin-bottom: 0px;
    }


  }

  .cart-summary__heading {
    margin: 0 0 14px;
    padding: 32px 24px 24px;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    font-family: "Funnel Display";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #585858;
  }

  /* DISCOUNT BLOCK */

  .cart-summary__discount-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px 8px 14px;
  }

  .cart-summary__discount-left {
    flex-shrink: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .cart-summary__discount-left svg {
    margin-bottom: 2px;
  }

  .cart-summary__discount-title {
    margin: 0 0 4px;
    font-family: "Funnel Display";
    font-size: 12px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0;
  }

  .cart-summary__discount-right {
    width: 100%;
  }

  .cart-summary__discount-code-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 4px;
    color: #000;
    font-family: "Funnel Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .cart-summary__discount-code-label {
    flex: 0 0 auto;
    margin-right: 2px;
  }

  .cart-summary__discount-code-value {
    flex: 0 0 auto;
    color: #7b46ab;
  }

  .cart-summary__code-copy {
    margin-left: auto;
    border: none;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .cart-summary__code-copy svg path {
    transition: fill 0.15s ease;
  }

  .cart-summary__code-copy.is-copied svg path {
    fill: #7b46ab;
  }

  .cart-summary__coupon-row {
    position: relative;
    margin-bottom: 6px;
    padding: 0px 20px 0px 14px;
  }

  .cart-summary__coupon-input {
    width: 100%;
    height: 36px;
    padding: 0 90px 0 12px;
    font-size: 11px;
    font-family: "Funnel Display";
    letter-spacing: 0;
    border-radius: 70px;
    border: 1px solid rgba(151, 70, 172, 0.32);
    background: #FFF;
  }

  .cart-summary__coupon-btn {
    position: absolute;
    top: 0;
    right: 15px;
    height: 36px;
    padding: 0 18px;
    border-radius: 999px;
    border: none;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0;
  }

  .cart-summary__links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 0px 20px 0px 14px;
  }

  .cart-summary__link {
    font-family: "Funnel Display";
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
    text-underline-offset: 2px;
    letter-spacing: 0;
  }

  .cart-summary__link--primary {
    color: #7b46ab;
  }

  .cart-summary__link--secondary {
    color: #3a3a3a;
    text-align: right;
  }

  .cart-summary__delivery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 14px;
    border-radius: 39px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    font-size: 12px;
    margin: 0px 20px 24px 14px;
    column-gap: 8px;
    letter-spacing: 0;
  }

  .cart-summary__delivery-label {
    flex: 1;
    font-family: "Funnel Display";
    font-size: 12px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
  }

  .cart-summary__delivery-edit {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: none;
    background: transparent;
    font-size: 12px;
    font-family: "Funnel Display";
    cursor: pointer;
    color: #000;
    letter-spacing: 0;
  }

  .cart-summary__delivery-edit-icon {
    display: inline-flex;
  }

  .cart-summary__total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 0px;
    padding: 20px 40px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    letter-spacing: 0;
  }

  .cart-summary__total-label {
    font-family: "Funnel Display";
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
  }

  .cart-summary__total-value {
    font-family: "Funnel Display";
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #7b46ab;
  }

  .cart-summary__terms {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0;
  }

  .cart-summary__checkout {
    margin-bottom: 16px;
    padding: 14px 20px;
  }

  .cart-summary__checkout-btn {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #7b46ab;
    background-color: #7b46ab;
    font-family: "Funnel Display";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
  }

  .cart-summary__meta {
    margin-top: 14px;
  }

  .cart-summary__meta-text {
    font-family: "Funnel Display";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: #5b5b5b;
    margin-bottom: 34px;
    letter-spacing: 0px;
    padding: 0px 20px;
  }

  .cart-summary__meta-text strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    letter-spacing: 0px;
  }

  .cart-notes-wrapper {
    margin-top: 24px;
  }

  /* ITEM ROW LAYOUT (shared) */

  .cart-desktop-layout__left .cart__item {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: -4px;
  }

  .cart-desktop-layout__left .cart__item-main {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .cart-desktop-layout__left .cart__image {
    width: 147px;
    max-width: 100%;
    height: 147px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    display: flex;
    padding: 0;
  }

  .cart-desktop-layout__left .cart__image .image-wrap {
    margin: 6px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: perspective(133px) rotateX(-4deg);
    transform-origin: center top;
  }

  .cart-desktop-layout__left .cart__image .image-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    mix-blend-mode: multiply;
    filter: brightness(1.08);
  }

  .cart-desktop-layout__left .cart__item-details {
    flex: 1;
    flex-direction: column;
    min-width: 0; /* ⭐ allow content to shrink/wrap instead of pushing into Qty */
  }
  .cart__item--properties-wrapper {
      margin-top: 5px;
  }

  .cart__item--properties {
    color: #000;
    font-family: "Funnel Display";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin: 0;
  }

  .cart-desktop-layout__left .cart__item-name {
    display: block;
    font-family: "Funnel Display";
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 6px;
    color: #585858;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0;
  }

  .cart-desktop-layout__left .cart__item-meta-row {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 4px;
  }

  .cart-desktop-layout__left .cart__item-price-left {
    display: flex;
    align-items: center;
    column-gap: 5px;
  }

  .cart-desktop-layout__left .cart__price--strikethrough-left {
    font-family: "Funnel Display";
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: line-through;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0;
  }

  .cart-desktop-layout__left .cart__price--highlight-left {
    font-family: "Funnel Display";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #7b46ab;
    flex-shrink: 0;
  }

  .cart-desktop-layout__left .cart__badge-low-stock {
    width: 80px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    text-align: center;
    background: #000;
    color: #FFF;
    font-family: "Funnel Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    margin-top: 2px;
  }

  .cart-desktop-layout__left .cart__item-qty-col {
    margin-top: 8px;
  }

  .cart-desktop-layout__left .js-qty__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 133px;
    max-width: 133px;
    height: 44px;
    border: 1px solid #000;
    border-radius: 0;
    padding: 0;
  }

  .cart-desktop-layout__left .js-qty__adjust {
    width: 44px;
    height: 100%;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    font-family: "Funnel Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: -0.72px;
  }

  .cart-desktop-layout__left .js-qty__adjust svg path {
    fill: black;
    stroke: black;
  }

  .cart-desktop-layout__left .js-qty__num {
    flex: 1;
    height: 100%;
    border: 0;
    text-align: center;
    font-family: "Funnel Display";
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    letter-spacing: 0;
  }

  .cart-desktop-layout__left .cart__item-price-col {
    margin-top: 8px;
    text-align: right;
  }

  .cart-desktop-layout__left .cart__price--highlight {
    font-family: "Funnel Display";
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #7b46ab;
    flex-shrink: 0;
  }

  .cart-desktop-layout__left .cart__item-remove-col {
    margin-top: 8px;
    text-align: right;
  }

  .cart-desktop-layout__left .cart__remove-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .cart-desktop-layout__left .cart__remove svg path {
    transition: fill 0.15s ease;
  }

  .cart-desktop-layout__left .cart__remove-link:hover svg path {
    fill: #7b46ab;
  }

  .cart-line-level-discount, .cart-line-level-discount .money {
    display: inline-flex;
    width: fit-content;
    height: auto;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 0px;
    color: #FFF;
    font-family: "Funnel Display";
    font-size: 10px;
    font-weight: 500;
    background: #7B46AB;
    letter-spacing: 0;
  }
  .cart-line-level-discount{
    padding-inline: 5px;
    padding-block: 5px;
  }

  .cart-mobile-checkout__btn {
      flex: 1 1 auto;
      display: flex;
      height: 48px;
      padding: 10px;
      align-items: center;
      gap: 10px;
      border-radius: 10px;
      background: #7B46AB;
      box-shadow: 0 -4px 24px 0 rgba(151, 70, 172, 0.25);
      border: none;
      outline: none;
      justify-content: center;
      cursor: pointer;
      margin-top: 0px;
    }

    .cart-mobile-checkout__btn-text {
      color: #ffffff;
      font-family: "Funnel Display";
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0;
    }

    .cart-mobile-checkout__upi {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 12px;
      height: 28px;
    }

    .cart-mobile-checkout__upi-icon {
      width: 24px;
      height: 24px;
      border-radius: 999px;
      object-fit: contain;
      margin-left: -12px;
    }

  @media (min-width: 1024px) {
    .cart__item--properties {
        color: #000;
        font-family: "Funnel Display";
        font-size: 10px;
        font-weight: 500;
        line-height: normal;
        text-align: left;
        margin: 0;
    }
    .cart-desktop-layout__left .cart__item {
      display: grid;
      /* match header columns */
      grid-template-columns: 1fr;
      column-gap: 0px;
      align-items: center;
      padding: 45px 40px;
    }

    .cart-desktop-layout__left .cart__item-main {
      align-items: flex-start;
    }

    .cart-desktop-layout__left .cart__item-qty-col {
      justify-self: center;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .cart-desktop-layout__left .cart__item-price-col {
      align-items: flex-end;
      flex-direction: column;
      justify-content: flex-end;
    }
    span.cart__badge-low-stock.cart__badge-low-stock-mobile {
      position: absolute;
      left: 24%;
      bottom: -8px;
      margin: 0;
    }

    .cart-desktop-layout__left .cart__item-remove-col {
      justify-self: flex-end;
    }
  }

  @media (min-width: 1024px) and (max-width: 1120px) {
    .cart-desktop-layout__left .cart__image {
      width: 120px;
    }

    .cart__image {
    flex: 0 0 120px;
    margin-right: 0;
    position: relative;
    }

    .cart-desktop-layout__left .cart__item-name {
      font-size: 22px;
    }

    .cart-desktop-layout__left .js-qty__wrapper {
      width: 110px;
    }

    .cart-desktop-layout__left .cart__price--highlight {
      font-size: 18px;
    }
  }

  /* ========= MOBILE (≤ 1023px) ========= */
  @media (max-width: 1023px) {
    .cart__item-name-wrapper {
        width: 90%;
        max-width: 90%;
    }
    .cart__item--properties {
      color: #000;
      font-family: "Funnel Display";
      font-size: 10px;
      font-weight: 500;
      line-height: normal;
      text-align: left;
      margin: 0;
    }
    .cart__item--properties-wrapper {
        margin-top: 5px;
    }
    .cart-desktop-layout__left .cart__item-main {
      margin-bottom: 8px;
    }

    .cart-desktop-layout__left .cart__item-qty-col,
    .cart-desktop-layout__left .cart__item-price-col,
    .cart-desktop-layout__left .cart__item-remove-col {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .cart-desktop-layout__left .cart__item-remove-col {
      justify-content: flex-end;
    }

    .cart-desktop-layout {
      display: grid;
      grid-template-columns: 1fr;
      align-items: flex-start;
      width: auto;
      margin-left: 0px;
    }
    .cart-desktop-layout__left .cart__item{
      display: grid;
      grid-template-columns: 1fr auto;
      column-gap: 0px;
      align-items: center;
    }
    .index-section {
        margin: 20px 0;
    }

    .cart-summary {
      width: calc(100% + 32px);
      margin-left: -16px;
      box-shadow: none;
    }
    .cart-summary__heading,
    .cart-summary__total-row,
    .cart-summary__checkout,
    .cart-summary__meta {
      display: none;
    }
    .cart-summary__discount-row {
      padding-top: 20px;
    }

    .page-cart {
      padding-bottom: 0px;
    }

    .cart-items-wrapper {
      border: none;
    }

    .cart-desktop-layout__left .cart__item {
      position: relative;
      border: none;
    }
.cart-desktop-layout__left .cart__item-main {
       display:grid;
    grid-template-columns:auto 1fr;
    grid-template-areas:
        "image details"
        "bundle bundle";
    gap:12px;
    align-items:start;
    }

    .cart-desktop-layout__left .cart__image {
      position: relative;
      width: 120px;
      max-width: 120px;
      height: 120px;
      margin-right: 0px;
       grid-area:image;
    }

    .cart-desktop-layout__left .cart__image .image-wrap {
      margin: 4px;
      width: 100%;
      height: 100%;
      transform: perspective(120px) rotateX(-4deg);
    }

    .cart-desktop-layout__left .cart__image .cart__badge-low-stock {
      position: absolute;
      left: 24%;
      bottom: -8px;
      margin: 0;
      border: 1px solid #E1E1E1;
    }

    .cart-qty-price {
      width: 100%;
      display: flex;
    }

    .cart-desktop-layout__left .cart__item-details {
      /* flex: 1;
      flex-wrap: nowrap;
      flex-direction: column; */
          grid-area:details;
    }
 .cart__item-details   .cart-items__bundle {display:none!important}
.cart-items__bundle-wrap{
    grid-area:bundle;
}
    .cart-desktop-layout__left .cart__item-name {
      font-family: "Funnel Display";
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      color: #585858;
      margin-right: 0px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      letter-spacing: 0px;
    }

    .cart__item--variants {
      font-family: "Funnel Display";
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      margin-right: 0px;
      letter-spacing: 0px;
    }

    .cart-desktop-layout__left .cart__item-meta-row {
      display: none;
    }

    .cart-desktop-layout__left .cart__item-remove-col {
      position: absolute;
      top: 30px;
      right: 0px;
      margin: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .cart-desktop-layout__left .cart__item-qty-col,
    .cart-desktop-layout__left .cart__item-price-col {
      margin-top: 8px;
      display: inline-flex;
      align-items: end;
      vertical-align: top;
    }

    .cart-desktop-layout__left .cart__item-qty-col {
      width: auto;
      justify-content: space-between;
    }

    .cart-desktop-layout__left .cart__item-price-col {
      width: 50%;
      justify-content: center;
      flex-direction: column;
      text-align: right;
      align-items: flex-end;
    }

    .cart-desktop-layout__left .cart__price--highlight {
      font-family: "Funnel Display";
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0em;
      white-space: nowrap;
      color: rgba(26, 18, 33, 1);
      flex-shrink: 0;
    }

    .cart-desktop-layout__left .cart__price--strikethrough-left {
      font-family: "Funnel Display";
      font-size: 12px;
      font-weight: 400;
      text-decoration: line-through;
      color: #767179;
      letter-spacing: 0;
    }

    .cart-desktop-layout__left .js-qty__wrapper {
      width: 82px;
      height: 28px;
      border-radius: 40px;
      border: 1px solid #C0C0C0;
    }

    .cart-desktop-layout__left .cart__item::after {
      content: "";
      display: block;
      clear: both;
    }

    .cart-mobile-summary {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 96px;
      z-index: 45;
      opacity: 0;
      pointer-events: none;
      transform: translateY(10px);
      transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .cart-mobile-summary.is-active {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .cart-mobile-summary__inner {
      background: #ffffff;
      border-radius: 4px;
      border: 1px solid #e4e4e4;
      font-family: "Funnel Display";
    }

    .cart-mobile-summary__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #F4F4F4;
      padding: 12px 16px 10px;
    }

    .cart-mobile-summary__title {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      letter-spacing: 0;
    }

    .cart-mobile-summary__close {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border: 0;
      background: none;
    }

    .cart-desktop-layout__left .cart__remove-link svg path {
      fill: #7b46ab;
    }

    .cart-mobile-summary__row {
      display: flex;
      height: 40px;
      padding: 8px 18px;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      letter-spacing: 0;
    }

    .cart-mobile-summary__row--total {
      border-top: 1px solid #e4e4e4;
    }

    .cart-mobile-summary__label {
      color: #000;
      font-weight: 400;
    }

    .cart-mobile-summary__value {
      font-weight: 500;
      color: #000;
    }

    .cart-mobile-summary__value--discount {
      color: #e51a4e;
    }

    .cart-mobile-summary__note {
      padding-left: 18px;
      font-size: 11px;
      color: #6a6a6a;
      letter-spacing: 0;
    }

    .cart-mobile-checkout {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 25;
      border-top: 1px solid #9A9A9A;
      background: #FFF;
      width: 100%;        display: flex;
    }

    .cart-mobile-checkout__shell {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 7px 11px 12px;
      gap: 12px;
    }

    .cart-mobile-checkout__savings {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .cart-mobile-checkout__savings-badge {
      display: flex;
      width: fit-content;
      height: 20px;
      padding: 10px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      color: #FFF;
      font-family: "Funnel Display";
      font-size: 14px;
      font-weight: 500;
      background: #7B46AB;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .cart-mobile-checkout__savings-prices {
      display: flex;
      align-items: baseline;
      gap: 6px;
      font-family: "Funnel Display";
    }

    .cart-mobile-checkout__price-old {
      color: #767179;
      font-size: 14px;
      font-weight: 400;
      text-decoration: line-through;
      white-space: nowrap;
      letter-spacing: 0;
      display:none;
    }

    .cart-mobile-checkout__price-new {
      color: #000;
      font-size: 16px;
      font-weight: 500;
      white-space: nowrap;
      letter-spacing: 0;
    }

    .cart-mobile-checkout__details {
      margin-top: 2px;
      padding: 0;
      border: 0;
      background: none;
      text-decoration: underline;
      text-underline-offset: 2px;
      color: #2a2a2a;
      font-family: "Funnel Display";
      font-size: 12px;
      text-align: left;
      cursor: pointer;
      letter-spacing: 0;
    }
    .best-paired-card-container {
      width: calc(100% + 32px);
      margin-left: -32px;
    }

    .cart-mobile-checkout__btn {
      flex: 1 1 auto;
      display: flex;
      height: 48px;
      padding: 10px;
      align-items: center;
      gap: 10px;
      border-radius: 10px;
      background: #7B46AB;
      box-shadow: 0 -4px 24px 0 rgba(151, 70, 172, 0.25);
      border: none;
      outline: none;
      justify-content: center;
      cursor: pointer;
      margin-top: 20px;
    }

    .cart-mobile-checkout__btn-text {
      color: #ffffff;
      font-family: "Funnel Display";
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0;
    }

    .cart-mobile-checkout__upi {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 12px;
      height: 28px;
    }

    .cart-mobile-checkout__upi-icon {
      width: 24px;
      height: 24px;
      border-radius: 999px;
      object-fit: contain;
      margin-left: -12px;
    }

    .cart-desktop-layout__left .cart__badge-low-stock {
      width: 64px;
      height: 20px;
      border-radius: 2px;
      font-size: 12px;
      background: #ffffff;
      border: 1px solid rgba(225, 225, 225, 1);
      color: #000000;
      transform: perspective(120px) rotateX(-12deg);
      transform-origin: center top;
      letter-spacing: 0;
    }

    .cart-mobile-checkout__upi-icon:first-child {
      margin-left: 0;
    }
  }
    div#PageContainer {
        position: relative;
        overflow: hidden;
        max-width: 2560px;
        margin: auto;
    }
    div#locationModal{
      display: none;
      position: relative;
      max-width: 2560px;
      margin: auto;
    }
    .del-txt-wrap {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      padding-bottom: 5px;
    }
    .loc-modal h3{
      font-family: Funnel Display;
      font-weight: 500;
      font-size: 14px;
      line-height: 15px;
    }
    #changeLocation{
      display: flex;
      align-items: baseline;
    }
    #changeLocation svg {margin-bottom: -3px;}
    .delivery-bar {
      display:flex;
      justify-content: flex-start;
      gap: 10px;
      align-items: center;
      padding-block: 10px;
      background:#F5F5F5;
      color:#000000;
      font-family: Funnel Display;
      font-weight: 500;
      font-style: Medium;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0;
    }

    .delivery-bar button {
      background:#F5F5F5;
      border:none;
      color:#000000;
      text-decoration:underline;
      cursor:pointer;
    }

    span#delETAText{
      font-family: Funnel Display;
      font-weight: 700;
      font-style: Bold;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-decoration-thickness: 14.5%;
      text-decoration-skip-ink: auto;
    }
    .loc-overlay {
      position:fixed;
      inset:0;
      background:rgba(0,0,0,.45);
      z-index: 999;
    }

    .loc-modal {
      position:fixed;
      bottom:0;
      left:0;
      width:100%;
      background:#fff;
      padding:22px;
      border-radius:16px 16px 0 0;
      animation:slideUp 1s ease;
      z-index: 9999;

    }
    small.cart__price.cart__price--strikethrough.cart__price-drop-mobile {
      font-family: "Funnel Display";
      font-size: 12px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: 0;
  }
    div.showDiscountCode {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        padding: 5px 10px;
        background: #7b46ab;
        margin-top: 5px;
        border-radius: 50px;
        /* color: white; */
        /* font-size: 12px; */
    }
    span.applied_code, .clear_code_btn {
        font-family: "Funnel Display";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0px;
        color: white;
    }

    @media (min-width:768px) {
      .loc-modal {
        bottom:auto;
        transition: all 1s linear;
        border-radius:16px;
        max-width:420px;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        animation:slideUpTwo 1s ease;
      }
    }

    @keyframes slideUp {
      from {
        transform:translateY(100%);
      }
      to {
        transform:translateY(0);
      }
    }

    @keyframes slideUpTwo {
      from {
        transform:translate(-50%,0%);
        top:0%;
        left:50%;

      }
      to {
        transform:translate(-50%,-50%);
        top:50%;
        left:50%;
      }
    }

    .loc-close {
      position:absolute;
      right:14px;
      top:14px;
      background:none;
      border:none;
      font-size:18px;
    }

    .loc-input {
      display:flex;
      gap:10px;
      margin-top:16px;
    }

    .loc-input input {
      flex:1;
      padding:14px;
      border-radius:12px;
      border:1px solid #ccc;
    }

    .loc-input button {
      padding:0 18px;
      border-radius:12px;
      border:none;
      background:#7B46AB;
      color:#fff;
    }

    #useLocation {
      width:100%;
      margin-top:14px;
      padding:14px;
      border-radius:12px;
      border:1px solid #7B46AB;
      background:#fff;
      color:#7B46AB;
    }

    .loc-msg {
      margin-top:10px;
      font-size:14px;
      color:#d32f2f;
    }
    .clear_code_btn svg path{
      fill: white;
    }
  .cart-gift-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 80%;
    max-width: 350px;
    height: 100px;
    background: #EAE2FF;
    border-radius: 5px;
  }
  .inner-gift-notification-head {
    text-align: right;
    background: #7b46ab;
    margin-bottom: 10px;
    color: white;
    padding-top: 3px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .inner-gift-notification{
    display: block;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0px 7px;
  }
  .inner-gift-txt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .inner-gift-notification *{
    font-family: Funnel Display;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0px;
    margin-bottom: 0;
  }
  .inner-gift-notification button{
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: white;
    border-radius: 40px;
    padding-top: 5px;
    padding-right: 9px;
    padding-bottom: 5px;
    padding-left: 9px;
    background: #7B46AB;
  }
  .inner-gift-notification span#couponCode{
    color: #7B46AB;
    font-weight: 700;
    margin-top: 5px;
  }
 .cart--empty .cart-offer-progressbar {
      margin: 0;
      margin-top: -32px;
    }

    @media (max-width: 768px) {
      .cart-offer-progressbar {        transition: all .3s;
        position: relative;
        width: 100%;
      }

      {% comment %} .cart-offer-progressbar.is-fixed {
        position: fixed;
        top: 0px !important;
        left: 0;
        right: 0;
        z-index: 30;
        height: 125px;
        background: #ffffff;
        box-shadow: 0px 4px 18px 0px #00000029;
      } {% endcomment %}
      .cart-offer-progressbar {
      transition: box-shadow .3s ease;
  }

  .cart-offer-progressbar.is-fixed {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 30;
      background: #fff;
      height: 125px;
      box-shadow: 0 4px 18px rgba(0,0,0,.16);
  }



      div#PageContainer {
        overflow: visible !important;
      }
    }
    @media (min-width: 769px) {
      .cart-offer-progressbar {
        position: relative;
        top: auto;
      }
    }
    .cart-page-loader {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
  }

  .cart-page-loader.active {
    display: flex;
  }

  .cart-loader-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #ddd;
    border-top-color: #000;
    border-radius: 50%;
    animation: cartSpin .8s linear infinite;
  }

  @keyframes cartSpin {
    to {
      transform: rotate(360deg);
    }
  }
  #apply-discountError{
    color:red;
    font-weight:700;
    font-size:15px;
    padding-top:5px;
  }