.cart-order{margin-top:2.5rem}@media (min-width:992px){.cart-order>.row{--bs-gutter-x:40px}}@media (min-width:1200px){.cart-order>.row{--bs-gutter-x:60px}}@media (min-width:1400px){.cart-order>.row{--bs-gutter-x:90px}}.cart-order-listing__list{padding-bottom:1.5rem;padding-top:1.5rem}@media (min-width:768px){.cart-order-listing__list{padding-bottom:3.125rem;padding-top:3.125rem}}.cart-order-list{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.cart-order-list{gap:2rem}}.btn-cart-discount{--bs-btn-padding-x:0;width:44px}.cart-shop-card__title{display:block;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}@media (min-width:768px){.cart-shop-card__title{margin-bottom:1rem}}.cart-shop-card__list{display:flex;flex-direction:column;gap:1.25rem}@media (max-width:429px){.cart-product-card__product{flex-direction:column}}.cart-product-card__product{display:flex;gap:1.25rem}.cart-product-card__img{flex:0 0 auto;width:100px}@media (min-width:768px){.cart-product-card__img{width:160px}}.cart-product-card__infos{display:flex;flex:1 1 auto;flex-wrap:wrap;gap:.5rem;min-width:0}@media (min-width:576px){.cart-product-card__infos{gap:.75rem}}.cart-product-card__infos>div:first-child{flex:1 1 0;min-width:0}@media (max-width:299px){.cart-product-card__infos{flex-direction:column}}.cart-product-card__features-price{align-items:flex-end;display:flex;gap:1rem}.cart-product-card__features-price .cart-product-card__features{min-width:0}.cart-product-card__features-price .cart-product-card__price{white-space:nowrap}.cart-product-card__features{font-size:.75rem;list-style:none;margin:0;padding:0}.cart-product-card__price{align-items:flex-end;display:flex;flex-direction:column;gap:5px;margin-left:auto;position:relative;text-align:right}.cart-product-card__price .price{font-size:1.5rem}@media (min-width:576px){.cart-product-card__price .price{font-size:1.75rem}}.cart-product-card__price .price__old{font-size:1.25rem}.cart-product-card__price .symbol{font-size:.57em;position:relative;top:-.6em}.badge--low-stock{font-family:Epilogue,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.675rem;font-weight:600;--bs-badge-padding-x:8px;--bs-badge-padding-y:4px;box-shadow:none}@media (min-width:576px){.badge--low-stock{font-size:.75rem;--bs-badge-padding-x:10px;--bs-badge-padding-y:5px}}.cart-product-card__discount{bottom:100%;position:absolute;right:-24px;top:-36px;transform:rotate(4.207deg)}.cart-product-card__name{font-size:1.125rem;font-weight:900;margin-bottom:.5rem}@media (min-width:576px){.cart-product-card__name{font-size:1.3125rem}}.cart-product-card__actions{align-items:center;display:flex;flex:0 0 100%;flex-wrap:wrap;gap:.625rem;justify-content:flex-end}.cart-product-card__actions .btn-link{font-size:.75rem;--bs-btn-padding-x:0}@media (max-width:299px){.cart-product-card__actions{align-items:flex-end;flex-direction:column;gap:0}}.cart-product-card__quantity{display:flex;flex-direction:column;gap:7px;margin-right:auto}@media (max-width:299px){.cart-product-card__quantity{align-self:flex-start}}.cart-product-card__quantity-label{font-size:.625rem}.cart-product-card__action-remove{opacity:.6;transition:none}.cart-product-card__action-remove:hover{color:#ff6363;opacity:1}@media (max-width:299px){.cart-product-card__action-remove{--bs-btn-padding-y:.1rem}}.cart-product-card__action-wishlist{opacity:.7}@media (max-width:299px){.cart-product-card__action-wishlist{--bs-btn-padding-y:.1rem}}.cart-product-card__action-wishlist:hover{opacity:1}.cart-product-card__action-wishlist__is-in-wishlist,.cart-product-card__action-wishlist__is-not-in-wishlist{display:none}.cart-product-card__action-wishlist[data-is-in-wishlist="0"] .cart-product-card__action-wishlist__is-not-in-wishlist,.cart-product-card__action-wishlist[data-is-in-wishlist="1"] .cart-product-card__action-wishlist__is-in-wishlist{display:inline-block}.cart-product-card__action-wishlist[data-is-in-wishlist="1"]{--like-bg:#132626}.cart-product-card__options{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.3125rem}.cart-product-card__option-title{flex:0 0 100%;font-size:.875rem;font-weight:600}.cart-product-card__option{flex:1;position:relative;width:100%}@media (min-width:768px){.cart-product-card__option{width:clamp(11.25rem,calc(50% - .5rem),320px)}}@media (min-width:992px){.cart-product-card__option{width:clamp(11.25rem,calc(33.333% - .66667rem),320px)}}.cart-product-card__option .btn-check:checked+.cart-product-card__option-overlay{font-size:0;opacity:1}.cart-product-card__option:hover .btn-check:not(:checked)~.cart-product-card__option-card{--bs-card-border-color:#132626}.cart-product-card__option:hover .btn-check:checked~.cart-product-card__option-card{--bs-card-border-color:#fff}.cart-product-card__option-overlay{cursor:pointer;inset:0;opacity:0;position:absolute;z-index:1}.cart-product-card__option-card{height:100%;transition:border-color .2s linear;--bs-card-spacer-y:6px}.cart-product-card__option-card .card-body{display:grid;gap:.875rem 1rem;grid-template-areas:"label label" "info price";grid-template-columns:1fr auto;grid-template-rows:auto auto}.cart-product-card__option-card:before{background-color:#fff;border:1px solid #212529;content:"";height:1.25rem;position:absolute;right:.75rem;top:.75rem;width:1.25rem}.cart-product-card__option-label{font-size:.875rem;font-weight:500;grid-area:label;padding-right:1.875rem;word-break:break-word}.cart-product-card__option .btn-check:checked+.cart-product-card__option-overlay+.cart-product-card__option-card{--bs-card-bg:var(--bs-primary);--bs-body-color:#fff;--bs-card-effect:var(--bs-secondary)}.cart-product-card__option .btn-check:checked+.cart-product-card__option-overlay+.cart-product-card__option-card:before{background-color:initial;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none" viewBox="0 0 10 10"><path fill="%23fff" d="M10 10H0V0h10zM6.923 3.46a.39.39 0 0 0-.272.114l-2.42 2.421-.882-.883a.385.385 0 0 0-.544.545l1.154 1.154a.4.4 0 0 0 .271.113.39.39 0 0 0 .273-.113l2.692-2.693a.385.385 0 0 0-.272-.657"/></svg>');background-repeat:no-repeat;background-size:1.25rem;border:1px solid #0000}.cart-product-card__option .btn-check:checked+.cart-product-card__option-overlay+.cart-product-card__option-card .cart-product-card__option-info{color:#fff}.cart-product-card__option-info{align-items:center;align-self:center;color:#212529;display:inline-flex;font-size:.75rem;gap:.25rem;grid-area:info;position:relative;text-decoration:none;z-index:2}.cart-product-card__option-info .icon{flex-shrink:0}.cart-product-card__option-info:hover{text-decoration:underline}.cart-product-card__option-price{align-self:center;font-size:1.125rem;font-weight:700;grid-area:price;text-align:right}.cart-product-card__bundles{margin-top:1.875rem}.cart-product-card__bundles .cart-product-card__product{border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);margin-left:calc(var(--bs-card-spacer-x)*-1);margin-right:calc(var(--bs-card-spacer-x)*-1);padding:var(--bs-card-spacer-y) calc(var(--bs-card-spacer-x))}.cart-product-card__bundles .cart-product-card__discount{top:-27px}.quantity-stepper{align-items:center;display:flex;justify-content:space-between;width:55px}.quantity-stepper__btn{align-items:center;border:0;display:flex;flex:0 0 auto;height:16px;justify-content:center;padding:4px;width:16px}.quantity-stepper__btn .icon{display:block}.quantity-stepper__btn:disabled{cursor:default;opacity:.3}.quantity-stepper__btn--minus{background-color:var(--color-dark);color:#fff}.quantity-stepper__btn--plus{background-color:initial;border:1px solid var(--color-dark);color:var(--color-dark)}.quantity-stepper__input{background:none;border:0;color:var(--color-dark);font-size:1rem;font-weight:500;padding:0;pointer-events:none;text-align:center;width:20px}.card-save-money-wrapper{padding-bottom:4px;padding-right:4px}.card-save-money{--bs-card-bg:var(--color-dark);--bs-card-color:var(--color-white);--bs-card-border-width:0;--bs-card-border-radius:0;--bs-card-spacer-x:1rem;--bs-card-spacer-y:1.25rem;--bs-card-inner-border-radius:0;min-height:145px;transition:box-shadow .2s ease-in-out}.card-save-money .card-body{display:flex;flex-direction:column;gap:6px;height:100%}.card-save-money:focus-within,.card-save-money:hover{box-shadow:var(--shadow-4-green)}.card-save-money--static:focus-within,.card-save-money--static:hover{box-shadow:none}.card-save-money__title{font-family:Clash Grotesk,sans-serif;font-size:1.375rem;font-weight:600;line-height:normal;margin-bottom:0}.card-save-money__subtitle{font-size:.875rem;font-weight:400;margin-bottom:0}.card-save-money__cta{--bs-btn-bg:var(--color-col-1);--bs-btn-color:var(--color-dark);--bs-btn-border-color:#0000;--bs-btn-hover-bg:var(--color-col-1);--bs-btn-hover-color:var(--color-dark);--bs-btn-hover-border-color:var(--color-white);--bs-btn-active-bg:var(--color-col-1);--bs-btn-active-color:var(--color-dark);--bs-btn-active-border-color:var(--color-white);--bs-btn-padding-x:2rem;--bs-btn-padding-y:.75rem;--bs-btn-font-size:0.875rem;--bs-btn-font-weight:600;--bs-btn-border-radius:0;align-items:center;display:inline-flex;gap:15px;height:44px;justify-content:center;transition:box-shadow .2s ease-in-out,border-color .2s ease-in-out;width:100%}.card-save-money__cta:focus-visible,.card-save-money__cta:hover{box-shadow:var(--shadow-4-white)}.card-save-money__cta-checkbox{background-color:initial;border:1px solid var(--color-white);display:inline-block;flex-shrink:0;height:20px;position:relative;width:20px}.card-save-money__cta-input:checked~.card-save-money__cta .card-save-money__cta-checkbox{background-color:var(--color-dark)}.card-save-money__cta-input:checked~.card-save-money__cta .card-save-money__cta-checkbox:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 4 3 3 5-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:block;height:35%;left:27%;position:absolute;top:34%;width:46%}.card-save-money__progress-label{font-family:Clash Grotesk,sans-serif;font-size:1rem;font-weight:600;line-height:normal;margin-bottom:0}.card-save-money .progress{--bs-progress-bar-bg:var(--color-white);--bs-progress-height:6px;--bs-progress-bg:#fff3;--bs-progress-border-radius:0}.card-save-money__more{align-items:center;color:var(--color-dark);display:inline-flex;font-size:.875rem;font-weight:500;gap:4px;margin-top:10px;padding-left:5px;text-decoration:none}.cart-resume{font-size:.875rem}.cart-resume__products{font-size:.75rem}.cart-resume__products>li{align-items:center;display:flex;gap:.3125rem;justify-content:space-between}.cart-resume__products .price{font-weight:400}.cart-resume__discounts-list{font-size:.75rem}.cart-resume__discounts-list>li{align-items:center;display:flex;gap:.3125rem;justify-content:space-between}.cart-resume__discounts-list .btn{--bs-btn-padding-x:0;--bs-btn-padding-y:0}.cart-resume__discounts-item-fidelity .cart-resume__discounts-description{padding-left:24px}.cart-resume__discount-title,.cart-resume__shop{font-weight:600;margin-bottom:0}.cart-resume__total{align-items:end;display:flex;font-size:.75rem;font-weight:600;gap:.3125rem;justify-content:space-between}.cart-resume__total .price{font-size:1.75rem}.cart-resume__reassurance{font-size:.75rem;margin-top:1.875rem}.icon-payment__list{display:flex;flex-wrap:wrap;gap:.5rem}.icon-payment{align-items:center;background-color:#132626;color:#fff;display:flex;flex:1 1 auto;height:1.375rem;justify-content:center;text-align:center}.icon-payment--3x{flex:1 1 auto;width:100%}.icon-payment__title{font-size:.75rem;font-weight:500;margin-bottom:.625rem;text-align:center}.icon-payment__title .symbol{font-weight:400}.step-order .progress{--bs-progress-height:2px}.card-save-money-wrapper{margin-top:0}@media (min-width:992px){.card-save-money-wrapper{margin-top:90px}}.card-save-money-wrapper+.card-cart-resume{margin-top:15px}@media (min-width:992px){.card-save-money-wrapper+.card-cart-resume{margin-top:1.5rem}}.card-cart-resume{margin-top:0}@media (min-width:992px){.card-cart-resume{margin-top:90px}}@media (max-width:991.98px){.card-cart-resume .cart-resume__next-step,.card-cart-resume .cart-resume__total{display:none}}.cart-sticky-bar{bottom:15px;left:50%;position:fixed;transform:translateX(-50%);width:100%;z-index:1040}.cart-sticky-bar>.cart-sticky-bar__inner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffe6;border:1px solid var(--bs-border-color-translucent);box-shadow:0 -2px 20px #0000001a;padding:1rem}.cart-sticky-bar__total{align-items:end;display:flex;font-size:.75rem;font-weight:600;gap:.3125rem;justify-content:space-between}.cart-sticky-bar__total .price{font-size:1.75rem}.cart-sticky-bar__cta{margin-top:.5rem}@media (min-width:992px){.cart-sidebar{position:sticky;top:100px}}.cart-resume__next-step .btn{--bs-btn-padding-y:15px;--bs-btn-bg:var(--color-col-1);--bs-btn-border-color:var(--color-col-1);--bs-btn-color:var(--color-dark);--bs-btn-hover-bg:color-mix(in srgb,var(--color-col-1) 85%,#000);--bs-btn-hover-border-color:color-mix(in srgb,var(--color-col-1) 85%,#000);--bs-btn-hover-color:var(--color-dark);--bs-btn-active-bg:color-mix(in srgb,var(--color-col-1) 75%,#000);--bs-btn-active-border-color:color-mix(in srgb,var(--color-col-1) 75%,#000);--bs-btn-active-color:var(--color-dark);--bs-btn-disabled-bg:var(--color-col-1);--bs-btn-disabled-border-color:var(--color-col-1);--bs-btn-disabled-color:var(--color-dark);--bs-btn-disabled-opacity:0.5}#shipping-form{margin-bottom:1.5rem;margin-top:1.5rem}@media (min-width:768px){#shipping-form{margin-bottom:3.125rem;margin-top:3.125rem}}.form__group:has(.form__type-cart-shipping-radio){padding:1rem!important}.form__group:has(.form__type-cart-shipping-radio) .form__type-cart-shipping-radio{margin-bottom:0!important}.shipping-shop{margin-bottom:1rem}@media (min-width:768px){.shipping-shop{margin-bottom:2rem}}.shipping-shop>.form__item-error{background:var(--bs-danger);border-radius:0;color:var(--bs-primary);display:block;font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.shipping-shop__title{display:block;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}@media (min-width:768px){.shipping-shop__title{margin-bottom:1rem}}.cart-shipping-choice__wrapper{border:none;padding:0}.cart-shipping-choice__wrapper .cart-product-card__infos{flex-direction:column;gap:0}.cart-shipping-choice__wrapper .cart-product-card__price{align-items:flex-start;margin-left:0;text-align:left}.cart-shipping-choice__wrapper .cart-product-card__price .price{font-size:1rem}.cart-shipping-choice__wrapper .cart-product-card__img{flex:0 0 auto;width:80px}.cart-shipping-choice__wrapper .product-card__img img{max-width:80px}.cart-shipping-choice__wrapper .cart-product-card__name{display:-webkit-box;font-size:.9375rem;font-weight:600;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-shipping-choice>input{height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.cart-shipping-choice>input:not(caption){position:absolute!important}.cart-shipping-choice__radio{align-items:center;border:1px solid #132626;display:flex;grid-area:radio;height:20px;justify-content:center;width:20px}.cart-shipping-choice__radio svg{opacity:0}.cart-shipping-choice__item{border:1px solid #b9bebe;display:grid;grid-template-areas:"logo title radio" ". badge badge";grid-template-columns:auto 1fr auto;padding:.9375rem;grid-gap:10px;align-items:start}@media (min-width:768px){.cart-shipping-choice__item{align-items:center;grid-template-areas:"logo title badge radio";grid-template-columns:auto 1fr 200px auto}}.cart-shipping-choice__item .pricing-badge{font-size:17px;font-weight:700;grid-area:badge;text-align:end}@media (min-width:768px){.cart-shipping-choice__item .pricing-badge{text-align:center}}.cart-shipping-choice__item:focus,.cart-shipping-choice__item:focus .cart-shipping-choice__radio,.cart-shipping-choice__item:hover,.cart-shipping-choice__item:hover .cart-shipping-choice__radio{border-color:#132626;box-shadow:inset 0 0 0 1px #132626}.cart-shipping-choice__information{border:2px solid #132626;display:none}input[type=radio]:checked+.cart-shipping-choice__item{background-color:#132626;border-color:#0000;box-shadow:none;color:#fff}input[type=radio]:checked+.cart-shipping-choice__item .cart-shipping-choice__radio{background-color:#132626;color:#fff}input[type=radio]:checked+.cart-shipping-choice__item .cart-shipping-choice__radio svg{opacity:1}input[type=radio]:checked~.cart-shipping-choice__information{display:block}.cart-shipping-choice__products{overflow:hidden;position:relative}.cart-shipping-choice__products:after,.cart-shipping-choice__products:before{bottom:0;content:"";opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .2s ease-in-out;width:30px;z-index:2}.cart-shipping-choice__products:before{background:linear-gradient(90deg,#fff,#0000);left:0}.cart-shipping-choice__products:after{background:linear-gradient(270deg,#fff,#0000);right:0}.cart-shipping-choice__products:not(.swiper-beginning):before,.cart-shipping-choice__products:not(.swiper-end):after{opacity:1}.cart-shipping-choice__products[data-count="1"]:after,.cart-shipping-choice__products[data-count="1"]:before{display:none}.cart-shipping-choice__products .swiper-slide{width:auto}.cart-shipping-choice__products .cart-shipping-choice__products-nav{display:flex;gap:10px;justify-content:flex-end;margin-right:1rem;margin-top:10px}.cart-shipping-choice__products .cart-shipping-choice__products-nav .swiper-button-next,.cart-shipping-choice__products .cart-shipping-choice__products-nav .swiper-button-prev{height:auto;margin:0;position:static;width:auto}.cart-shipping-choice__products .cart-shipping-choice__products-nav .swiper-button-next:after,.cart-shipping-choice__products .cart-shipping-choice__products-nav .swiper-button-prev:after{display:none}.cart-shipping-choice__products .cart-shipping-choice__products-nav .swiper-button-prev{transform:rotate(180deg)}.cart-shipping-choice__products .cart-shipping-choice__products-nav .icon{height:20px;width:20px}.cart-shipping-choice__products .cart-product-card{max-width:244px}.cart-shipping-choice__content{padding:.9375rem}.shop-pickup{display:flex;flex-wrap:wrap;gap:1.25rem 3.75rem}.shop-pickup__information{max-width:244px}.shop-pickup__hours{flex:1 1 auto;min-width:200px}.shop-pickup__hours__list{display:flex;flex-direction:column;gap:10px;line-height:1}.shop-pickup__hours__item{display:flex}.shop-pickup__hours__item__day{min-width:11ch}.shop-pickup__hours__item__hours{color:#848e8e;flex:1 1 auto}.cart-shipping-choice .pricing-badge .badge{box-shadow:0 0 0 0 #132626;font-size:16px;padding:8px 16px}.cart-shipping-choice:hover .pricing-badge .badge{box-shadow:4px 4px 0 0 #132626}.cart-shipping-choice .pricing-badge .badge{transition:box-shadow .25s ease-in-out}.cart-shipping-choices{display:flex;flex-direction:column;gap:20px}.cart-shipping-choice__title__label{font-size:1rem;font-weight:600}.cart-shipping-choice__title{grid-area:title;line-height:1.2}.cart-shipping-choice__logo{display:flex;flex-direction:column;gap:7px;grid-area:logo;justify-content:center;min-height:30px}@media (min-width:576px){.cart-shipping-choice__logo{align-items:center;flex-direction:row}}.relay-shipping__item{align-items:center;display:flex;flex:1 1 100%;gap:10px;padding:10px}.relay-shipping__choices{display:flex;flex-direction:column;gap:10px}@media (min-width:768px){.relay-shipping__choices{flex-direction:row}}@media (min-width:992px){.relay-shipping__choices{gap:20px}}.relay-shipping__item__price{font-weight:450;margin-left:auto}.shipping_group_relay_zip_code--button{--bs-btn-padding-x:0;width:44px}.relay-detail__item{--bs-btn-padding-x:.75rem;--bs-btn-padding-y:.75rem}.btn-choose-relay{--bs-btn-bg:var(--color-col-1);--bs-btn-border-color:var(--color-col-1);--bs-btn-color:var(--color-dark);--bs-btn-hover-bg:color-mix(in srgb,var(--color-col-1) 70%,#0000);--bs-btn-hover-border-color:color-mix(in srgb,var(--color-col-1) 70%,#0000);--bs-btn-hover-color:var(--color-dark);--bs-btn-active-bg:color-mix(in srgb,var(--color-col-1) 70%,#0000);--bs-btn-active-border-color:color-mix(in srgb,var(--color-col-1) 70%,#0000);--bs-btn-active-color:var(--color-dark);--bs-btn-padding-y:.75rem}.cart-shipping-choice__relay-pickup{padding-top:1.25rem}.relay__information{align-items:center;display:flex;gap:10px}.relay-detail{display:flex;flex-direction:column;gap:15px;max-height:50vh;overflow-x:clip;overflow-y:auto;position:relative}@media (min-width:992px){.relay-detail{max-height:50vh}}.relay-detail:after{background:linear-gradient(0deg,#fff,#0000);bottom:0;content:"";flex-shrink:0;height:40px;left:0;pointer-events:none;position:sticky;right:0}.relay-detail__map{height:30vh;position:relative}@media (min-width:992px){.relay-detail__map{height:56vh}}.relay{display:flex;flex-direction:column;font-weight:400;gap:15px;text-align:left}.relay__wrapper{position:relative}.relay__radio{flex:0 0 auto;margin-left:auto}.relay__address{display:block}.relay__title{display:-webkit-box;font-size:1rem;font-weight:600;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.relay-popup__anchor{left:0;position:sticky;right:0;top:0;z-index:1}.relay-popup{background-color:#fff;display:flex;flex-direction:column;height:50vh;left:0;position:absolute;right:0;top:0}@media (min-width:992px){.relay-popup{height:50vh}}.relay-popup--open{overflow:hidden}.relay-popup__back{width:100%;--bs-btn-padding-y:15px;--bs-btn-line-height:1}.relay-popup__back svg{transform:rotate(180deg);transition:transform .25s ease-in-out}.relay-popup__back:hover svg{transform:rotate(180deg) translate3d(.25em,0,0)}.relay-popup__back:active .bi{transform:rotate(180deg) translateX(15px)!important}.relay-popup__header{display:flex;flex-direction:column;gap:15px}.relay-popup__header .relay__logo svg{height:30px;width:30px}.relay-popup__header .relay__title{font-size:.875rem;-webkit-line-clamp:2;line-height:1.1}@media (min-width:992px){.relay-popup__header .relay__title{font-size:1.125rem;-webkit-line-clamp:1}}.relay-popup__header .relay__address{line-height:1}.relay__hour-item{display:flex;gap:20px;justify-content:space-between;padding:.25rem .625rem}.relay__hour-item:nth-child(2n){background-color:#dfe1e1}.relay-popup__content{border:1px solid #b9bebe;border-top:none;display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;padding:.75rem}.relay__action{display:flex;justify-content:center}.relay__action .form-check>label{font-size:.875rem;font-weight:500;padding:0}.relay__action .form-check-input{font-size:1.25rem;margin-left:0;margin-top:0}.relay__action .form-check{align-items:center;display:flex;gap:.4375rem;padding:0}.relay__info{bottom:10px;position:absolute;right:10px;--bs-btn-padding-x:6px;--bs-btn-padding-y:6px;line-height:1}.relay__info svg{height:16px;width:16px}.btn-check:checked+label .relay__info{--bs-btn-hover-bg:#fff;--bs-btn-active-bg:#fff;--bs-btn-disabled-bg:#fff;--bs-btn-bg:#fff;--bs-btn-color:#132626;--bs-btn-hover-color:#132626}.cart-shipping-weight-exceeded{background-color:color-mix(in srgb,var(--bs-danger) 10%,#fff);margin-top:1rem;padding:1rem}.cart-shipping-weight-exceeded__message{font-size:.875rem;margin-bottom:.5rem}.cart-shipping-weight-exceeded__action{margin-top:.5rem}.cart-shipping-pickup-unavailable{background-color:color-mix(in srgb,var(--bs-warning) 15%,#fff);margin-top:1rem;padding:1rem}.cart-shipping-pickup-unavailable__message{font-size:.875rem;margin-bottom:0}.cart-payments{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.cart-payment__btn{align-items:center;display:flex;gap:20px;justify-content:space-between;padding:1rem 1rem 1rem 1.25rem;width:100%}.cart-payment__title{flex:2 1 auto;text-align:left}.cart-payment__logo{display:inline-flex;flex:0 1 auto;gap:10px}.cart-payment__info{border:1px solid #132626;display:none;padding:1.875rem}.cart-payment__info:empty{padding:0}.btn-check:checked~.cart-payment__info{display:block}.cart-addresses{display:flex;flex-direction:column;gap:20px}.cart-address__btn{--bs-btn-padding-x:1.25rem;--bs-btn-padding-y:0.9375rem;font-size:.875rem;grid-template-areas:"badge radio" "name name" "country country" "address society";position:relative}.cart-address__btn .address__name{font-size:1rem}.cart-address__btn .badge{background-color:#132626;font-size:.625rem;--bs-badge-padding-x:0.5625rem;--bs-badge-padding-y:0.25rem}.cart-address__btn .label-choice__radio{position:absolute;right:13px;top:13px}.btn-check:checked+.cart-address__btn .badge{background-color:#fff;color:#132626}