/** Shopify CDN: Minification failed

Line 610:27 Expected "]" to go with "["
Line 610:46 Unexpected "]"

**/
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/snippets/component-cart-new.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
  .cart-new {
    display: block;
    max-width: 1440px;
    padding: 40px 16px;
    margin: 0 auto;
  }
  
  @media screen and (min-width: 750px) {
    .cart-new {
      padding: 56px 52px;
    }
  }
  
  .cart-new__container {
    display: flex;
    flex-direction: column;
  }
  
  @media screen and (min-width: 990px) {
    .cart-new__container {
      flex-direction: row;
    }
  }
  
  @media screen and (min-width: 990px) {
    .cart-new__content {
      flex-grow: 1;
      width: 65%;
      padding-right: 52px;
    }
  }
  
  .cart-new__summary {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
  
  @media screen and (min-width: 990px) {
    .cart-new__summary {
      flex-shrink: 0;
      max-width: 450px;
      width: 35%;
      height: max-content;
      margin-top: 0;
    }
  }
  
  .cart-new__summary-container {
    padding: 20px 16px;
    margin-top: 16px;
    border-radius: 8px;
    background: #F7F8FD;
    order: 2;
  }
  
  @media screen and (min-width: 990px) {
    .cart-new__summary-container {
      padding: 30px 32px;
      margin-top: 0;
      order: 1;
    }
  }
  
  .cart-new__summary-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
  }
  
  .cart-new__summary-heading h2 {
    font-family: "Garet Bold", sans-serif !important;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  
  .cart-new__summary-heading p {
    margin: 0 0 0 4px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  
  .cart-new__header {
    margin-bottom: 24px;
  }
  
  @media screen and (min-width: 750px) {
    .cart-new__header {
      margin-bottom: 32px;
    }
  }
  
  .cart-new__title {
    font-family: "Garet Regular", sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  
  @media screen and (min-width: 750px) {
    .cart-new__title {
      font-size: 4.2rem;
      line-height: 4.8rem;
    }
  }
  
  .cart-new__title span {
    font-family: inherit;
  }
  
  .cart-new__empty h2 {
    margin-bottom: 16px;
    font-family: "Garet Bold", sans-serif !important;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  
  .cart-new__empty a {
    justify-content: center;
  }
  
  @media screen and (max-width: 749px) {
    .cart-new__empty a {
      width: 100%;
    }
  }
  
  .cart-new__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  
  .cart-new__delivery-pickup {
    margin: 16px 0;
  }
  
  .cart-new__delivery-pickup-options {
    display: flex;
    flex-direction: column;
  }
  
  .cart-new__delivery-pickup-option {
    position: relative;
  }
  
  .cart-new__delivery-pickup-option:not(:last-of-type) {
    margin-bottom: 12px;
  }
  
  .cart-new__delivery-pickup-option label {
    display: flex;
    justify-content: space-between;
    padding-left: 34px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  
  .cart-new__delivery-pickup-option label span {
    padding-left: 4px;
  }
  
  .cart-new__delivery-pickup-option label::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #000000;
  }
  
  .cart-new__delivery-pickup-option input:checked + label::after {
    border-color: transparent;
    background: url("checked.svg") center no-repeat;
  }
  
  .cart-new__selected-pickup {
    padding: 20px;
    margin: 16px 0 32px 32px;
    border-radius: 8px;
    border: 1px solid rgba(175, 187, 235, 0.4);
  }
  
  .cart-new__selected-pickup-title {
    margin-bottom: 8px;
    font-family: "Garet Bold", sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  
  .cart-new__selected-pickup-address {
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  
  .cart-new__selected-pickup-change {
    border-bottom: 0.15rem solid currentColor;
    font-family: "Garet Bold", sans-serif;
    font-size: 1.4rem;
    letter-spacing: -0.015rem;
    line-height: 1.6rem;
  }
  
  .cart-new__subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-family: "Garet Bold", sans-serif;
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  
  .cart-new__subtotal span {
    font-family: inherit;
  }
  
  .cart-new__checkout {
    width: 100%;
    margin-top: 28px;
    background-color: #4f71fa;
  }
  
  .cart-new__checkout-or {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 16px 0;
  }
  
  .cart-new__checkout-or span {
    z-index: 1;
    padding: 0 10px;
    background: #F7F8FD;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  
  .cart-new__checkout-or::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(175, 187, 235, 0.4);
    transform: translateY(-50%);
  }
  
  .cart-new__checkout-affirm {
    width: 100%;
  }
  
  .cart-new__mini-ad {
    margin-bottom: 16px;
    order: 1;
  }
  
  @media screen and (min-width: 990px) {
    .cart-new__mini-ad {
      margin-top: 16px;
      margin-bottom: 0;
      order: 2;
    }
  }
  
  .cart-new__mini-ad-link {
    display: grid;
    grid-template-columns: 104px 1fr;
    border-radius: 8px;
  }
  
  .cart-new__mini-ad-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  
  .cart-new__mini-ad-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 16px;
  }
  
  .cart-new__mini-ad-title {
    margin: 0;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  
  .cart-new__mini-ad-cta {
    width: max-content;
    margin: 16px 0 0;
    border-bottom: 0.15rem solid currentColor;
    font-family: "Garet Bold", sans-serif;
    font-size: 1.4rem;
    letter-spacing: -0.015rem;
    line-height: 1.6rem;
  }
  
  .cart-new__text-icons {
    display: flex;
    padding: 16px 5px;
    border-radius: 8px;
    background: #F7F8FD;
    order: 1;
  }
  
  @media screen and (min-width: 990px) {
    .cart-new__text-icons {
      margin-top: 16px;
      order: 2;
    }
  }
  
  .cart-new__text-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin: 0 5px;
    text-align: center;
  }
  
  .cart-new__text-icon img {
    margin-bottom: 12px;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  
  .cart-new__text-icon p {
    margin: 0;
    color: rgba(24, 30, 43, 0.6);
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  
  @media screen and (min-width: 990px) {
    .cart-new__text-icon p {
      font-size: 1.4rem;
      line-height: 2.1rem;
    }
  }
  
  .cart-new__text-icon a {
    color: #000000;
    text-decoration: underline;
  }
  
  .cart-new__locations {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  
  .cart-new__locations:not(.active) {
    display: none;
  }
  
  .cart-new__locations-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  
  .cart-new__locations-container {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    width: 538px;
    height: 646px;
    max-width: 100%;
    max-height: 100vh;
    max-height: 100svh;
    padding: 16px;
    background: #FFFFFF;
    transform: translate(-50%, -50%);
  }
  
  @media screen and (min-width: 538px) {
    .cart-new__locations-container {
      border-radius: 8px;
    }
  }
  
  .cart-new__locations-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  
  .cart-new__locations-close svg {
    width: 24px;
    height: 24px;
  }
  
  .cart-new__locations-header {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
  }
  
  .cart-new__locations-title {
    margin-bottom: 24px;
    text-align: center;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  
  .cart-new__locations-search-container {
    position: relative;
  }
  
  .cart-new__locations-search {
    width: 100%;
    padding: 11px 70px 10px 24px;
    border-radius: 40px;
    border: 1px solid var(--Footer-Navy, #181E2B);
    background: #FFFFFF;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  
  .cart-new__locations-search-button {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 32px;
    border-radius: 25px;
    background: #426CF4;
    transform: translateY(-50%);
  }
  
  .cart-new__locations-search-button:hover, .cart-new__locations-search-button:focus {
    box-shadow: inset 0 0 100px 100px #ffffff4d;
  }
  
  .cart-new__locations-count {
    margin-bottom: 8px;
    color: #6B6B6B;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  
  .cart-new__locations-count.cart-new__locations-count--single .cart-new__locations-result {
    display: inline-block;
  }
  
  .cart-new__locations-count.cart-new__locations-count--single .cart-new__locations-results {
    display: none;
  }
  
  .cart-new__locations-count:not(.cart-new__locations-count--single) .cart-new__locations-result {
    display: none;
  }
  
  .cart-new__locations-count:not(.cart-new__locations-count--single) .cart-new__locations-results {
    display: inline-block;
  }
  
  .cart-new__locations-list {
    position: relative;
    flex-grow: 1;
    border-radius: 8px;
    border: 1px solid rgba(175, 187, 235, 0.6);
    overflow-y: scroll;
  }
  
  .cart-new__locations-list::-webkit-scrollbar {
    width: 6px;
  }
  
  .cart-new__locations-list::-webkit-scrollbar-track {
    background-color: rgba(175, 187, 235, 0.4);
    border-radius: 5px;
  }
  
  .cart-new__locations-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #4063E7;
  }
  
  .cart-new__location {
    padding: 16px;
  }
  
  @media screen and (min-width: 990px) {
    .cart-new__location {
      padding: 24px;
    }
  }
  
  .cart-new__location:not(:last-of-type) {
    border-bottom: 1px solid rgba(175, 187, 235, 0.5);
  }
  
  .cart-new__location--preferred {
    background: rgba(175, 187, 235, 0.1);
  }
  
  .cart-new__location-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-family: "Garet Bold", sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  
  .cart-new__location-title span {
    padding-left: 4px;
    color: rgba(24, 30, 43, 0.5);
    font-family: "Garet Regular", sans-serif;
    font-size: inherit;
    line-height: inherit;
  }
  
  .cart-new__location-tel {
    display: block;
    width: max-content;
    margin-bottom: 6px;
    color: #4063E7;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  
  .cart-new__location-address {
    margin: 0;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  
  .cart-new__location-preferred {
    display: flex;
    align-items: center;
    margin: 14px 0 0;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  
  .cart-new__location-preferred span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("checked.svg") center no-repeat;
  }
  
  .cart-new__location-cta {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  
  .cart-new__location-cta span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background: url("btn-arrow-white.svg") center no-repeat;
    pointer-events: none;
  }
  
  .affirm-as-low-as {
    display: none;
    margin-top: 16px;
    color: rgba(24, 30, 43, 0.6);
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  
  .affirm-as-low-as[\:has\(.affirm-ala-price\)] {
    display: block;
  }
  
  .affirm-as-low-as:has(.affirm-ala-price) {
    display: block;
  }
  
  .affirm-modal-trigger {
    color: rgba(24, 30, 43, 0.9);
    text-decoration: underline;
  }
  