.drawer__inner-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:3.2rem}.drawer__inner-empty svg{color:rgb(var(--color-border))}.cart__empty-wrapper{margin-bottom:3.2rem}.cart__empty-text{margin-top:3.2rem;margin-bottom:0;text-align:center}.cart__empty-desc{max-width:33.8rem;margin-top:.8rem;margin-left:auto;margin-right:auto;margin-bottom:0;color:rgb(var(--color-foreground-secondary));text-align:center}.drawer.active .drawer__inner{transform:translate(0)}.product-option__group{display:flex;flex-wrap:wrap;column-gap:1.6rem;margin-top:.8rem;margin-bottom:0}.product-option{display:flex;flex-wrap:wrap;gap:.2rem;font-size:1.2rem;font-weight:500;color:rgb(var(--color-foreground-secondary))}.product-option dd{margin:0}.cart-item .quantity{width:10.4rem;height:4rem}.cart-item .quantity__input{padding:0}.cart-item .quantity__button{width:2.4rem}.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-overlay),.3);transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}.drawer__contents{flex-grow:1;display:flex;flex-direction:column;padding-left:1.6rem;padding-right:1.6rem;overflow-x:hidden}@media screen and (min-width: 576px){.drawer__contents{padding-left:2.4rem;padding-right:2.4rem}}.drawer__inner{position:relative;display:flex;flex-direction:column;width:48.6rem;max-width:100vw;height:100%;border-radius:0;background-color:rgb(var(--color-background));overflow:hidden;transform:translate(100%);transition:transform var(--duration-default) ease;isolation:isolate}@media screen and (min-width: 576px){.drawer__inner{border-radius:2rem 0 0 2rem}}.drawer__header{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;padding:4.4rem 1.6rem 1.2rem;background-color:rgb(var(--color-background))}@media screen and (min-width: 576px){.drawer__header{padding:4.4rem 2.4rem 1.2rem}}.drawer__heading{margin-bottom:0;margin-top:0;left:35px;font-size:2.4rem;grid-column:1;grid-row:1}.drawer__count{margin-bottom:0;font-size:1.3rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground-secondary));grid-column:2;grid-row:1;align-self:flex-end}.drawer__close{position:static;grid-column:3;grid-row:1}.drawer__footer{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:0 1.6rem 2.4rem}@media screen and (max-width: 575px){.drawer__footer{position:sticky;bottom:0;z-index:3;background:rgb(var(--color-cart-footer));box-shadow:0 -6px 16px #00000014}}@media screen and (min-width: 576px){.drawer__footer{padding:0 2.4rem 3.2rem}}.drawer .cart-item{padding-top:1.2rem;padding-bottom:1.2rem}@media screen and (min-width: 576px){.drawer .cart-item{padding-top:1.2rem;padding-bottom:1.2rem}}.drawer .cart-item__details{width:100%}.drawer .cart-item__details-wrapper{display:flex;justify-content:space-between;gap:2rem}@media screen and (min-width: 576px){.drawer .cart-item__details-wrapper{gap:4.8rem}}.drawer .cart-item__inner-top{display:flex;gap:1rem}.drawer .cart-item__image{width:8.7rem;height:8.7rem;object-fit:contain;border-radius:.4rem}.drawer .cart-item__name{font-family:var(--font-heading-card-family);font-style:var(--font-heading-card-style);font-weight:var(--font-heading-card-weight);font-size:1.6rem;color:rgb(var(--color-foreground-title));text-decoration:none;transition-property:color;transition-duration:var(--duration-long);transition-timing-function:ease}.drawer .cart-item__name:hover{color:rgb(var(--color-accent))}.drawer .cart-item__final-price,.drawer .cart-item__old-price{font-family:var(--font-heading-card-family);font-style:var(--font-heading-card-style);font-weight:var(--font-heading-card-weight);font-size:1.6rem;color:rgb(var(--color-accent))}.drawer .cart-item__final-price_sale{color:rgb(var(--color-accent))}.drawer .cart-item__old-price{font-size:1.3rem;color:rgb(var(--color-foreground-secondary))}.drawer .cart-item__bottom{display:flex;justify-content:space-between;align-items:flex-end;column-gap:2.4rem}@media screen and (min-width: 576px){.drawer .cart-item__bottom{column-gap:4.8rem}}.drawer .cart-item__totals{position:relative}.drawer .cart-item__totals .loading-overlay{position:absolute;z-index:1;width:1.8rem;left:0;top:0;bottom:0}.drawer .cart-item__totals .loading-overlay:not(.hidden)+.cart-item__price-wrapper{opacity:.5}.drawer .cart-item__totals .loading-overlay__spinner{position:absolute;top:50%;left:0;width:1.8rem;height:100%;transform:translateY(-50%)}.drawer .cart-item__price-wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;margin-top:.8rem}.drawer .cart-item__discounted-prices{display:flex;column-gap:.6rem}.drawer .cart-item__quantity-wrapper{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:1.6rem}.drawer .cart-item cart-remove-button button{display:inline-flex;align-items:center;font-family:var(--font-body-family);font-size:1.3rem;font-weight:500;color:rgb(var(--color-accent));text-underline-offset:unset;transition:color var(--duration-default)}.drawer .cart-item cart-remove-button button:hover{opacity:.8}.drawer .cart-item__error{display:flex;align-items:flex-start;margin-top:1rem}.drawer .cart-item__error-text{font-size:1.2rem;line-height:var(--font-body-line-height);order:1}.drawer .cart-item__error-text:empty+svg{display:none}.drawer .cart-item__error-text+svg{flex-shrink:0;width:1.2rem;margin-right:.7rem;margin-top:.2rem}.drawer .totalsprice__subtotal{font-family:var(--font-body-family)}.drawer .totals>*{margin:0;font-family:var(--font-heading-card-family);font-style:var(--font-heading-card-style);font-weight:var(--font-heading-card-weight);font-size:var(--font-body-scale);color:rgba(var(--color-foreground));line-height:var(--font-body-line-height);letter-spacing:.06em}.drawer .cart__ctas{display:flex;flex-direction:column;border-bottom-left-radius:.4rem;border-bottom-right-radius:.4rem;background-color:rgb(var(--color-cart-footer))}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cart-drawer__overlay:empty{display:block}.cart-drawer__footer{padding:2.4rem 2rem 0;border-top-left-radius:.5rem;border-top-right-radius:.5rem;background-color:rgb(var(--color-cart-footer))}.cart-drawer__summary{padding:1.2rem;border-radius:.8rem;background-color:rgb(var(--color-background))}.cart-drawer__footer .totals{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;column-gap:2rem}.cart-drawer .tax-note{display:block;margin-top:.2rem;max-width:22.4rem;font-size:1.3rem;color:rgb(var(--color-foreground-secondary));line-height:var(--font-body-line-height)}.cart-drawer .cart-drawer__bottom .button--primary{height:4.8rem}.cart-drawer .cart__checkout-button.button--full-width{margin-left:2rem;margin-right:2rem;width:calc(100% - 4rem)}.cart-progress{padding:.8rem 1.6rem 4rem;background-color:rgb(var(--color-background))}@media screen and (min-width: 576px){.cart-progress{padding:.8rem 2.4rem 4rem}}.cart-progress__msg{text-align:center;font-size:1.4rem;line-height:1.25;margin:0 0 2rem;font-family:var(--font-body-family)}.cart-progress__msg b{font-weight:800;color:rgb(var(--color-foreground-title))}.cart-progress__accent{color:rgb(var(--color-accent));font-weight:800}.cart-progress__bar{position:relative;height:3.2rem;margin-left:0;margin-right:1.6rem}.cart-progress__track{position:absolute;top:50%;left:0;right:0;height:.6rem;transform:translateY(-50%);background-color:rgb(var(--color-cart-progress-track, 233, 233, 233));border-radius:999px}.cart-progress__fill{position:absolute;top:50%;left:0;height:.6rem;transform:translateY(-50%);background-color:rgb(var(--color-accent));border-radius:999px;width:0%;transition:width .25s ease}.cart-progress__start-dot{position:absolute;top:50%;left:0;width:.6rem;height:.6rem;transform:translateY(-50%);background-color:rgb(var(--color-accent));border-radius:50%;z-index:2}.cart-progress__node{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.cart-progress__node[data-node="1"]{left:33.333%}.cart-progress__node[data-node="2"]{left:66.666%}.cart-progress__node[data-node="3"]{left:100%}.cart-progress__dot{width:3.2rem;height:3.2rem;border-radius:999px;background-color:rgb(var(--color-cart-progress-node, 220, 220, 220));display:grid;place-items:center;transition:background-color .2s ease}.cart-progress__dot .icon{width:1.9rem;height:1.9rem;color:#fff}.cart-progress__node.is-active .cart-progress__dot{background-color:rgb(var(--color-accent))}.cart-progress__label{position:absolute;top:100%;margin-top:.4rem;font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground-title));font-family:var(--font-body-family);white-space:nowrap}.cart-drawer__gift-toggle{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0}.cart-drawer__gift-label{display:flex;align-items:center;gap:.8rem;font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground-title))}.cart-drawer__gift-label .icon-gift{width:2.4rem;height:2.4rem;color:#fa5035}.cart-drawer__toggle{position:relative;display:flex;align-items:center;cursor:pointer}.cart-drawer__toggle input{position:absolute;opacity:0;width:0;height:0}.cart-drawer__toggle-slider{position:relative;width:4.4rem;height:2.4rem;padding:.2rem;background-color:#ccc;border-radius:2rem;transition:background-color .2s ease}.cart-drawer__toggle-slider:after{content:"";position:absolute;top:.2rem;left:.2rem;width:2rem;height:2rem;background-color:#fff;border-radius:50%;transition:transform .2s ease}.cart-drawer__toggle input:checked+.cart-drawer__toggle-slider{background-color:#152f39}.cart-drawer__toggle input:checked+.cart-drawer__toggle-slider:after{transform:translate(2rem)}.cart-drawer__badges{display:flex;justify-content:center;align-items:center;gap:2rem;margin:1.2rem 1rem}.cart-drawer__badge{display:flex;align-items:center;gap:.4rem;color:rgb(var(--color-cart-badge));font-size:1.4rem;font-weight:600}.cart-drawer__badge .icon{width:2rem;height:2rem;color:rgb(var(--color-cart-badge))}cart-drawer-items.is-empty+.drawer__footer{display:none!important}cart-drawer.is-empty .cart-progress,cart-drawer.is-empty .drawer__footer,cart-drawer.is-empty .cart-drawer__gift-toggle,cart-drawer.is-empty .cart-drawer__gift-details{display:none!important}.cart-drawer__gift-details{position:relative;display:flex;height:auto;flex-direction:column;padding:2rem 1.2rem;gap:2rem;background:#fff;border:1px solid #e4e4e4;border-radius:.8rem;box-sizing:border-box;transition:padding .4s ease-in-out}.cart-drawer__gift-details.is-collapsed{padding:2rem 1.2rem;gap:0}.cart-drawer__gift-details-header{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;cursor:pointer}.cart-drawer__gift-details-title{display:flex;align-items:center;gap:.8rem;font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground-title))}.cart-drawer__gift-details-title .icon-gift{width:2.4rem;height:2.4rem;color:#fa5035}.cart-drawer__gift-details-title .required{color:#fa5035}.cart-drawer__gift-details-header .icon-chevron{width:2rem;height:2rem;color:rgb(var(--color-foreground-title));transition:transform .2s ease}.cart-drawer__gift-details.is-collapsed .cart-drawer__gift-details-header .icon-chevron{transform:rotate(180deg)}.cart-drawer__gift-details-content{display:flex;flex-direction:column;gap:1.6rem;overflow:hidden;max-height:100rem;opacity:1;transition:max-height .4s ease-in-out,opacity .3s ease-in-out}.cart-drawer__gift-details.is-collapsed .cart-drawer__gift-details-content{max-height:0;opacity:0}.cart-drawer__gift-field label{display:block;font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground-title));margin-bottom:.8rem}.cart-drawer__gift-field .required{color:#fa5035}.cart-drawer__gift-field input,.cart-drawer__gift-field textarea{width:100%;padding:1.2rem 1.6rem;font-size:1.4rem;border:1px solid #e4e4e4;border-radius:.8rem;background:#fff;font-family:inherit;box-sizing:border-box;transition:border-color .2s ease}.cart-drawer__gift-field input:focus,.cart-drawer__gift-field textarea:focus{outline:none;border-color:#fa5035}.cart-drawer__gift-field input::placeholder,.cart-drawer__gift-field textarea::placeholder{color:#999}.cart-drawer__gift-field textarea{min-height:8rem;resize:vertical}.cart-drawer__gift-submit{width:100%;min-height:4.8rem;background-color:rgb(var(--color-button));border:none;border-radius:.8rem;font-size:1.4rem;font-weight:600;color:#fff;cursor:pointer;transition:opacity .2s ease;margin-top:.8rem;padding:0 3rem}.cart-drawer__gift-submit:hover{opacity:.9}.cart-drawer__gift-submit:disabled{opacity:.6;cursor:not-allowed}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}cart-drawer-items{overflow:auto}cart-drawer-items:not(.is-empty){height:100%}@media screen and (max-height: 650px){cart-drawer-items{overflow:visible}cart-drawer-items:not(.is-empty){height:auto}.drawer__inner{overflow:auto}}.cart-drawer .unit-price{margin-top:0}cart-drawer-items::-webkit-scrollbar{width:3px;height:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}.cart-drawer__recommendations{padding-top:3rem;padding-bottom:2rem;min-height:23rem;visibility:hidden;clip-path:inset(0 -100vw 0 0);margin-right:-1.6rem}@media screen and (min-width: 576px){.cart-drawer__recommendations{margin-right:-2.4rem}}.cart-drawer__recommendations.is-loaded{visibility:visible}.cart-drawer__recommendations.is-hidden{display:none;min-height:0}.cart-drawer__recommendations-title{font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground-title));margin:0 0 1.6rem}.cart-drawer__recommendations-swiper{overflow:visible;padding-right:1.6rem}@media screen and (min-width: 576px){.cart-drawer__recommendations-swiper{padding-right:2.4rem}}.cart-drawer__recommendations-swiper .swiper-slide{width:12rem;flex-shrink:0}.cart-drawer__rec-card-media{position:relative;width:100%;height:15rem;border-radius:.8rem;overflow:hidden;margin-bottom:.8rem}.cart-drawer__rec-card-media img{width:100%;height:100%;object-fit:cover}.cart-drawer__rec-card-quickview{position:absolute;bottom:.8rem;left:50%;transform:translate(-50%);width:10rem;height:2.7rem;display:flex;align-items:center;justify-content:center;gap:.4rem;background:#fff6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:none;border-radius:.2rem;font-size:1.2rem;font-weight:500;color:#fff;cursor:pointer}.cart-drawer__rec-card-quickview .icon{width:1.4rem;height:1.4rem}.cart-drawer__rec-card-title{font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground-title));margin:0 0 .4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer__rec-card-title a{color:inherit;text-decoration:none}.cart-drawer__rec-card-price{font-size:1.2rem;color:rgb(var(--color-foreground-secondary));margin:0}.cart-drawer__rec-card-price span{color:rgb(var(--color-accent));font-weight:600}.quickview-drawer{position:fixed;z-index:1001;left:0;right:0;bottom:0;width:100%;height:auto;max-height:90%;display:flex;flex-direction:column;background-color:rgb(var(--color-background));border-radius:2rem 2rem 0 0;transform:translateY(100%);transition:transform .3s ease,opacity .3s ease;opacity:0;visibility:hidden;pointer-events:none}.quickview-drawer.active{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.quickview-drawer__overlay{position:fixed;z-index:1000;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--color-overlay),.3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .3s ease}.quickview-drawer__overlay.active{opacity:1;pointer-events:auto}.quickview-drawer__inner{display:flex;flex-direction:column;height:auto;width:100%;overflow:hidden}@media screen and (min-width: 576px){.quickview-drawer{top:0;bottom:auto;left:auto;right:0;width:48.6rem;height:100%;max-height:100%;border-radius:2rem 0 0 2rem;transform:translate(100%);opacity:1}.quickview-drawer.active{transform:translate(0)}.quickview-drawer__overlay,.quickview-drawer__overlay.active{display:none}.quickview-drawer__inner{height:100%}}.quickview-drawer__header{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;padding:4.4rem 1.6rem 1.2rem;flex-shrink:0}@media screen and (min-width: 576px){.quickview-drawer__header{padding:4.4rem 2.4rem 1.2rem}}.quickview-drawer__back{position:absolute;top:1.6rem;left:1.6rem;font-size:1.4rem;font-weight:500;color:rgb(var(--color-accent));text-decoration:none}@media screen and (min-width: 576px){.quickview-drawer__back{left:2.4rem}}.quickview-drawer__heading{font-size:2.4rem;margin:0;grid-column:1;grid-row:1}.quickview-drawer__close{position:static;grid-column:3;grid-row:1;background:none;border:none;cursor:pointer;padding:0;color:rgb(var(--color-foreground-secondary));transition:color .2s ease}.quickview-drawer__close:hover{color:rgb(var(--color-button))}.quickview-drawer__content{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:0 1.6rem 2.4rem;min-height:46rem}@media screen and (min-width: 576px){.quickview-drawer__content{padding:0 2.4rem 3.2rem}}.quickview-drawer__loading{display:flex;align-items:center;justify-content:center;height:100%;color:rgb(var(--color-foreground-secondary))}.quickview-product__top{display:flex;gap:1.6rem;margin-top:.8rem;margin-bottom:2.4rem;min-height:15rem}@media screen and (min-width: 576px){.quickview-product__top{min-height:20rem}}.quickview-product__media{position:relative;flex-shrink:0;width:11.8rem;min-height:15rem;aspect-ratio:3 / 4}@media screen and (min-width: 576px){.quickview-product__media{width:15rem;min-height:20rem}}.quickview-product__media img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:.8rem}.quickview-product__zoom{position:absolute;top:.8rem;left:.8rem;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;background:#fffc;border:none;border-radius:.4rem;cursor:pointer}.quickview-product__zoom .icon{width:2rem;height:2rem}.quickview-product__info{display:flex;flex-direction:column;justify-content:space-between;flex:1}.quickview-product__title{font-size:1.6rem;font-weight:600;margin:0;line-height:1.3}@media screen and (min-width: 576px){.quickview-product__title{font-size:2.2rem}}.quickview-product__price{font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground-title));margin:0}@media screen and (min-width: 576px){.quickview-product__price{font-size:2.2rem}}.quickview-product__add-btn{width:100%;height:4.8rem;background-color:#4caf50;border:none;border-radius:.8rem;font-size:1.6rem;font-weight:600;color:#fff;cursor:pointer;margin-top:auto}.quickview-product__add-btn:hover{background-color:#45a049}.quickview-product__add-btn:disabled{opacity:.7;cursor:not-allowed}.quickview-product__options{padding-top:2rem}.quickview-product__option{margin-bottom:1.6rem;border:none;padding:0}.quickview-product__option:last-child{margin-bottom:0}.quickview-product__option-head{display:flex;align-items:center;gap:.5rem;justify-content:flex-start;margin-bottom:.8rem}.quickview-product__option-label{display:block;font-size:1.6rem;font-weight:600;margin-bottom:0;text-transform:capitalize}.quickview-main-hover{height:22px;overflow-y:hidden;display:block;width:99px}.quickview-main-hover .hover-wrap{position:relative;height:20px;overflow:hidden}.quickview-main-hover .icon-info,.quickview-main-hover .hover-label{position:absolute;left:0;right:0;text-align:center;transition:transform .25s ease,opacity .25s ease}.quickview-main-hover .icon-info{transform:translateY(0);opacity:1}.quickview-main-hover .hover-label{transform:translateY(100%);opacity:0;color:#000;font-weight:700;margin-top:-2px;margin-left:-10px;cursor:pointer;font-size:1.4rem}.quickview-main-hover:hover .icon-info{transform:translateY(-100%);opacity:0}.quickview-main-hover:hover .hover-label{transform:translateY(0);opacity:1}.quickview-help-drawer{position:fixed;top:0;right:-486px;width:48.6rem;max-width:100vw;height:100%;background:#fff;box-shadow:-2px 0 12px #00000026;transition:right .25s ease;z-index:10001;border-radius:2rem 0 0 2rem}.quickview-help-drawer.open{right:0}.quickview-help-drawer__inner{padding:0;overflow:auto;height:100%}.quickview-help-drawer__header{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;padding:4.4rem 1.6rem 1.2rem}@media screen and (min-width: 576px){.quickview-help-drawer__header{padding:4.4rem 2.4rem 1.2rem}}.quickview-help-drawer__header h3{margin:0;font-size:2.4rem;font-weight:600;grid-column:1;grid-row:1}.quickview-help-close{background:none;border:0;cursor:pointer;padding:0;position:static;grid-column:3;grid-row:1;color:rgb(var(--color-foreground-secondary));transition:color .2s ease}.quickview-help-close:hover{color:rgb(var(--color-button))}.quickview-help-drawer .ps-opt__tabs{display:flex;padding:2px;border-radius:10px;background:#f9f9f9;margin:0 20px}.quickview-help-drawer .ps-opt__tab{flex:1;height:50px;border:1px solid transparent;font-weight:400;cursor:pointer;border-radius:8px;background:#f9f9f9;font-size:14px;padding:8px 0}.quickview-help-drawer .ps-opt__tab.is-active{background:#fff;border-color:#111;font-weight:500}.quickview-help-drawer .ps-opt__body{padding:20px}.quickview-help-drawer .ps-opt__panel{display:none}.quickview-help-drawer .ps-opt__panel.is-active{display:block}.quickview-help-drawer .ps-opt__img img{width:100%;height:auto;display:block;border-radius:8px}.quickview-help-drawer .ps-opt__text{margin:12px 0 14px;color:#111;font-size:16px;line-height:1.45;font-weight:300;padding-bottom:12px}.quickview-help-drawer .ps-opt__sub{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#1f2d54;margin:8px 0;font-weight:300}.quickview-help-drawer .ps-opt__specs{list-style:none;padding:0;margin:0;display:grid;gap:4px}.quickview-help-drawer .ps-opt__specs li{display:flex;align-items:center;gap:12px;background:#f7f7f7;border-radius:10px;padding:13px 9px;font-size:14px}@media (max-width: 575px){.quickview-help-drawer{right:auto;left:0;top:auto;bottom:0;width:100%;height:auto;max-height:90vh;max-width:100%;border-radius:18px 18px 0 0;box-shadow:0 -10px 30px #0000002e;transform:translateY(100%);transition:transform .25s ease,visibility .25s ease;visibility:hidden}.quickview-help-drawer.open{right:auto;bottom:0;transform:translateY(0);visibility:visible}}.quickview-product__options .segmented-slider__track{display:flex;flex-wrap:wrap;align-items:center;padding:4px;gap:4px;width:100%;height:auto;background:#f9f9f9;border-radius:1rem}.quickview-product__options .segmented-slider__track::-webkit-scrollbar{display:none}.quickview-product__options .segmented-radio{display:none}.quickview-product__options .segmented-chip{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;height:5rem;background:transparent;border:1px solid transparent;border-radius:.8rem;font-size:1.4rem;font-weight:500;color:#111;white-space:nowrap;flex:1 1 calc(33.333% - 4px);min-width:calc(33.333% - 4px);cursor:pointer;transition:background .15s,border-color .15s}.quickview-product__options .segmented-radio:checked+.segmented-chip{background:#fff;border:1px solid #000000;box-shadow:0 1px #00000005}.quickview-product__options .quickview-size-chip{padding:0 1.2rem;font-size:1.3rem}.quickview-zoom-modal{position:fixed;z-index:10000;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.quickview-zoom-modal.active{opacity:1;visibility:visible}.quickview-zoom-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.quickview-zoom-modal__content{position:relative;max-width:90vw;max-height:90vh;transform:scale(.9);transition:transform .3s ease}.quickview-zoom-modal.active .quickview-zoom-modal__content{transform:scale(1)}.quickview-zoom-modal__content img{display:block;max-width:100%;max-height:90vh;object-fit:contain;border-radius:.8rem}.quickview-zoom-modal__close{position:absolute;top:-4rem;right:0;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;background:#fff3;border:none;border-radius:50%;font-size:2.4rem;color:#fff;cursor:pointer;transition:background-color .2s ease}.quickview-zoom-modal__close:hover{background:#ffffff4d}cart-drawer-items{overflow:visible}cart-drawer-items:not(.is-empty){height:auto}.drawer__inner{overflow-y:auto;overflow-x:hidden}.drawer__footer{flex:0 0 auto}
/*# sourceMappingURL=/cdn/shop/t/24/assets/component-cart-drawer.css.map */
