.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:6px 16px;border-bottom:1px solid var(--color-light-brown-200)}.cart-drawer__header-title{padding:0;display:flex;align-items:center;gap:6px;text-transform:none;font-family:var(--font-family-body);font-weight:var(--fw-regular);font-size:var(--fs-body-m);line-height:1.2;letter-spacing:-.02em;color:var(--color-brown-100)}.cart-drawer__header-title-text{font-family:var(--font-family-body);font-weight:var(--fw-bold);font-size:var(--fs-body-m);line-height:var(--lh-body-m-medium);letter-spacing:var(--ls-body-m-medium)}.cart-drawer__header-dot{flex-shrink:0;width:2px;height:2px;border-radius:var(--radius-full);background:var(--color-brown-100)}.cart-drawer__header-product-count{color:var(--color-brown-100);font-weight:var(--fw-bold)}.cart-drawer__header-close-button-wrapper{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:0;background:none;color:var(--color-brown-100);cursor:pointer}.cart-drawer__header-close-button-wrapper svg{width:20px;height:20px}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;gap:34px;width:100%}.cart-drawer__empty-heading{display:flex;flex-direction:column;gap:7px;width:100%}.cart-drawer__empty-title,.cart-drawer__empty-subtitle{margin:0;color:var(--color-brown-100)}.cart-drawer__empty-collections{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;max-width:276px}.cart-drawer__empty-collection{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:var(--color-brown-100)}.cart-drawer__empty-collection-media{display:block;width:100%;aspect-ratio:132 / 169;overflow:hidden;border-radius:var(--radius-s)}.cart-drawer__empty-collection-image{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer__empty-collection-label{position:relative;align-self:flex-start;max-width:100%;color:var(--color-brown-100)}.cart-drawer__empty-collection-label:after{content:"";position:absolute;left:0;bottom:-1px;width:0;height:1px;background:currentColor;transition:width var(--transition-normal)}@media(hover:hover){.cart-drawer__empty-collection-image{transition:transform var(--transition-normal)}.cart-drawer__empty-collection:hover .cart-drawer__empty-collection-image{transform:scale(1.05)}.cart-drawer__empty-collection:hover .cart-drawer__empty-collection-label:after{width:100%}}.cart-item--drawer .cart-item__grid--drawer{display:flex;gap:12px;align-items:flex-start;padding-bottom:12px;border-bottom:.8px solid var(--color-light-brown-200)}.cart-item--drawer .cart-item__image-wrapper--drawer{position:relative;flex-shrink:0;width:92px;height:118px;min-height:118px;aspect-ratio:auto;padding:0;overflow:hidden;border-radius:var(--radius-s)}.cart-item--drawer .cart-item__image-wrapper--drawer:before{content:none}.cart-item--drawer .cart-item__image-wrapper--drawer .cart-item__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.cart-item--drawer{overflow:hidden}.cart-item__drawer-main{display:flex;flex:1 0 0;min-width:0;flex-direction:column;gap:12px}.cart-item__drawer-top{display:flex;gap:20px;align-items:flex-start;justify-content:space-between}.cart-item__drawer-heading{display:flex;flex-direction:column;gap:0;min-width:0}.cart-item--drawer .cart-item__name{color:var(--color-brown-100);text-decoration:none}.cart-item--drawer .cart-item__options{display:flex;flex-wrap:wrap;gap:0 6px;color:var(--color-light-brown-400)}.cart-item__remove-button--drawer{flex-shrink:0;width:18px;height:18px;padding:0;border:0;background:none;color:var(--color-brown-100);cursor:pointer}.cart-item__remove-button--drawer .cart-item__remove-button-icon{width:18px;height:18px}.cart-item--drawer .cart-item-quantity{width:fit-content;height:27px;padding-inline:4px;border:1px solid var(--color-light-brown-400);border-radius:var(--radius-full)}.cart-item--drawer .cart-item-quantity--with-rounded-buttons{gap:0}.cart-item--drawer .cart-item-quantity__button-wrapper,.cart-item--drawer .cart-item-quantity__button{background:transparent}.cart-item--drawer .cart-item-quantity__button{width:auto;height:100%;padding:6px 0;margin:0;gap:0;color:var(--color-brown-100)}.cart-item--drawer .cart-item-quantity__button-icon{width:16px;height:16px}.cart-item--drawer .cart-item-quantity__input{box-sizing:border-box;height:100%;padding:0;text-align:center;font-family:var(--font-family-body);font-weight:var(--fw-regular);font-size:var(--fs-caption-base);line-height:var(--lh-caption-m-regular);letter-spacing:var(--ls-caption-m-regular);transform:translateY(-2px)}.cart-item__drawer-bottom{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.cart-item--drawer .cart-item__price{display:flex;flex-wrap:wrap;align-items:center;gap:0px 6px}.cart-item--drawer .cart-item__price-item{flex-basis:100%;font-size:var(--fs-caption-base)}.cart-item--drawer .cart-item__price-item--small.cart-item__price-item--old{font-size:var(--fs-caption-base)}.cart-item__wishlist{flex-shrink:0;align-self:flex-start}.cart-item__wishlist-btn{border:0;white-space:nowrap;cursor:pointer}.cart-item__gift-tag{align-self:flex-start;padding:4px 10px;border-radius:var(--radius-full);background:var(--color-green-100);color:var(--color-brown-100)}.cart-progress-bar{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.cart-progress-bar__message{margin:0;color:var(--color-brown-100);text-align:center}.cart-progress-bar__track{position:relative;width:100%;height:4px;border-radius:var(--radius-full);background:var(--color-light-brown-200)}.cart-progress-bar__fill{width:var(--cart-progress-fill, 0%);height:100%;border-radius:var(--radius-full);background:var(--color-brown-100);transition:width var(--transition-normal)}.cart-progress-bar__milestone{position:absolute;top:50%;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--radius-full);background:var(--color-light-brown-200);color:var(--color-brown-100);transform:translate(-50%,-50%)}.cart-progress-bar__milestone--shipping{left:var(--cart-progress-shipping-pos, 50%)}.cart-progress-bar__milestone--gift{left:var(--cart-progress-gift-pos, 100%)}.cart-progress-bar__milestone.is-reached{background:var(--color-brown-100);color:var(--color-white-100-main)}.cart-progress-bar__milestone-icon{width:16px;height:16px}.cart-progress-bar__milestone-icon svg{width:100%;height:100%;display:block;fill:currentColor}.cart-progress-bar__milestone-icon svg [fill]:not([fill=none]){fill:currentColor}.cart-progress-bar__milestone-icon svg [stroke]:not([stroke=none]){stroke:currentColor}.cart-progress-bar__labels{position:relative;width:100%;min-height:1em}.cart-progress-bar__label{position:absolute;top:0;color:var(--color-brown-100);white-space:nowrap}.cart-progress-bar__label--shipping{left:var(--cart-progress-shipping-pos, 50%);transform:translate(-100%)}.cart-progress-bar__label--gift{left:var(--cart-progress-gift-pos, 100%);transform:translate(-50%)}cart-drawer .horizontal-product-card{container-type:inline-size;position:relative;display:flex;gap:6px;align-items:center;padding:6px;background:var(--color-white-100-main);border:1px solid var(--color-light-brown-200);border-radius:var(--radius-ms)}cart-drawer .horizontal-product-card__inner{position:relative;flex-shrink:0}cart-drawer .horizontal-product-card__wishlist{position:absolute;top:5px;right:5px;z-index:3;display:inline-flex}cart-drawer .horizontal-product-card__wishlist-btn{display:inline-flex;padding:0;border:0;background:none;color:var(--color-white-100-main);cursor:pointer;filter:drop-shadow(0 0 1px rgba(0,0,0,.35))}cart-drawer .horizontal-product-card__wishlist-icon{width:16px;height:16px}cart-drawer .horizontal-product-card__wishlist.is-active .horizontal-product-card__wishlist-icon{fill:currentColor}cart-drawer .horizontal-product-card__image-wrapper{position:relative;width:81px;height:109px;min-height:109px;aspect-ratio:auto;overflow:hidden;border-radius:var(--radius-s)}cart-drawer .horizontal-product-card__image-wrapper:before{content:none}cart-drawer .horizontal-product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}cart-drawer .horizontal-product-card__info{display:flex;flex:1 0 0;min-width:0;flex-direction:column;gap:0;padding-inline:0;padding-right:30px}cart-drawer .horizontal-product-card__rating{display:flex;align-items:center;gap:2px;margin:0;font-family:var(--font-family-body);font-weight:var(--fw-regular);font-size:var(--fs-caption-s);line-height:var(--lh-caption-s-regular);letter-spacing:var(--ls-caption-s-regular);color:var(--color-light-brown-400)}cart-drawer .horizontal-product-card__rating .product-card__rating-star{width:12px;height:12px;color:var(--color-dark-beige-100)}cart-drawer .horizontal-product-card__title{margin-top:4px}cart-drawer .horizontal-product-card__info .product-card__colors-wrapper,cart-drawer .horizontal-product-card__info .product-card__colors-slot{margin-top:12px}cart-drawer .horizontal-product-card__info .product-card__colors-more{font-family:var(--font-family-body);font-weight:var(--fw-regular);font-size:var(--fs-caption-s);line-height:var(--lh-caption-s-regular);letter-spacing:var(--ls-caption-s-regular);color:var(--color-light-brown-400)}cart-drawer .horizontal-product-card__title{font-family:var(--font-family-heading);font-weight:var(--fw-semibold);font-size:var(--fs-caption-base);line-height:var(--lh-caption-hikasami);letter-spacing:var(--ls-caption-hikasami);color:var(--color-brown-100);text-decoration:none}cart-drawer .horizontal-product-card .product-card__price{order:5;margin-top:6px;min-height:0}cart-drawer .horizontal-product-card .product-card__price-item{font-size:var(--fs-caption-base);line-height:var(--lh-caption-m-medium)}cart-drawer .horizontal-product-card .product-card__price-item-old{font-size:var(--fs-caption-s);line-height:var(--lh-caption-s-regular)}cart-drawer .horizontal-product-card .st-wishlist-button{position:absolute;top:11px;right:11px;z-index:2;width:16px;height:16px}cart-drawer .product-card__add{right:6px;bottom:6px}cart-drawer .horizontal-product-card__size-select{margin-top:6px}cart-drawer .cart-drawer__in-cart-related-products{padding:8px 0}cart-drawer .cart-drawer__in-cart-related-products-wrapper{border-top:1px solid var(--color-light-brown-200, #dbd8d8);padding-left:0;padding-right:0}cart-drawer .cart-drawer__in-cart-related-products-heading{margin-bottom:8px;padding-left:16px;padding-right:16px;color:var(--color-brown-100)}cart-drawer .cart-drawer__recs-swiper,cart-drawer .cart-drawer__recs-swiper-viewport{width:100%}cart-drawer .cart-drawer__recs-swiper .swiper-slide{height:auto;box-sizing:border-box;padding:0}cart-drawer .cart-drawer__recs-swiper .horizontal-product-card{box-sizing:border-box;width:100%;height:auto;min-height:0;gap:6px}cart-drawer .cart-drawer__recs-swiper .horizontal-product-card__image-wrapper{flex:0 0 auto;width:81px;height:109px;min-height:109px;max-height:109px;padding:0;aspect-ratio:auto}cart-drawer cart-drawer-related-products-block.cart-drawer__block{margin:0;position:relative;z-index:1;overflow:hidden;background-color:rgb(var(--gsc-background-color));transition:max-height .35s ease}cart-drawer .product-card__add .loading-spinner{display:none}cart-drawer .cart-drawer__footer{background-color:rgb(var(--gsc-background-color))}@media(hover:hover){cart-drawer cart-drawer-related-products-block.cart-drawer__block{max-height:var(--cart-recs-collapsed, 110px)}cart-drawer:has(cart-drawer-related-products-block:hover) cart-drawer-related-products-block.cart-drawer__block{max-height:var(--cart-recs-expanded, 260px)}}.cart-drawer .cart-drawer-subtotal__main-content{position:relative;padding-top:12px}.cart-drawer .cart-drawer-subtotal__main-content:before{content:"";position:absolute;top:0;left:-16px;right:-16px;border-top:1px solid var(--color-light-brown-200)}.cart-drawer-subtotal__savings{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-drawer-subtotal__savings-label{color:var(--color-brown-100)}.cart-drawer-subtotal__savings-amount{color:var(--color-red-100)}.cart-drawer .cart-drawer-subtotal__totals{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-family-body);font-weight:var(--fw-bold);font-size:var(--fs-body-m);line-height:var(--lh-body-m-medium);letter-spacing:var(--ls-body-m-medium);color:var(--color-brown-100)}.cart-drawer .cart-drawer-subtotal__tax-note{margin-top:6px;font-family:var(--font-family-body);font-weight:var(--fw-regular);font-size:var(--fs-caption-base);line-height:var(--lh-caption-m-regular);letter-spacing:var(--ls-caption-m-regular);color:var(--color-light-brown-400)}.cart-drawer-subtotal__checkout{display:flex;gap:10px;align-items:center;justify-content:center;width:100%;min-height:46px}.cart-drawer-subtotal__checkout-icon{display:inline-flex;width:16px;height:16px}.cart-drawer-subtotal__checkout-icon svg{width:100%;height:100%;display:block}.cart-drawer-subtotal__promo-note{display:flex;gap:6px;align-items:center;justify-content:center;margin:0;color:var(--color-brown-100)}.cart-drawer-subtotal__promo-note-icon{display:inline-flex;flex-shrink:0;width:10px;height:10px}.cart-drawer-subtotal__promo-note-icon svg{width:100%;height:100%;display:block;fill:currentColor}.cart-drawer-subtotal__promo-note-icon svg [fill]:not([fill=none]){fill:currentColor}.cart-drawer-subtotal__promo-note-icon svg [stroke]:not([stroke=none]){stroke:currentColor}.cart-drawer-subtotal__shipping{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:var(--color-brown-100)}.cart-drawer-subtotal__shipping-value{padding:0;border:0;background:none;color:var(--color-light-brown-400)}.cart-order-notes__button--hidden,.cart-order-notes__divider--hidden{display:none}.cart-drawer .shipping-calculator,.cart-drawer .cart-note,.cart-drawer .cart-discount-code{display:flex;flex-direction:column;gap:16px}.cart-drawer .shipping-calculator__title,.cart-drawer .cart-note__title,.cart-drawer .cart-discount-code__title{color:var(--color-brown-100);font-family:var(--font-family-heading);font-weight:var(--fw-semibold);font-size:var(--fs-heading-s-mobile);line-height:var(--lh-heading-s);letter-spacing:var(--ls-heading-s)}.cart-drawer .shipping-calculator__fields{display:flex;flex-direction:column;gap:12px}.cart-drawer .shipping-calculator__label{display:block;margin-bottom:6px;color:var(--color-light-brown-400);font-family:var(--font-family-body);font-weight:var(--fw-bold);font-size:var(--fs-caption-base);line-height:var(--lh-caption-m-medium)}.cart-drawer .shipping-calculator .select,.cart-drawer .shipping-calculator .input,.cart-drawer .cart-note .textarea,.cart-drawer .cart-discount-code .input{background:var(--color-white-100-main);border:1px solid var(--color-light-brown-400);border-radius:var(--radius-ms);color:var(--color-brown-100)}.cart-drawer .shipping-calculator .custom-select__arrow{color:var(--color-brown-100)}.cart-drawer .cart-discount-code__form{display:flex;flex-direction:column;gap:12px}.cart-drawer .shipping-calculator__button,.cart-drawer .cart-note__apply-button,.cart-drawer .cart-discount-code__form .btn{width:100%}#CartDrawer{width:526px;padding:0}.cart-drawer__block{margin:16px 0}.cart-drawer__free-shipping-bar{padding:0 16px;margin:0 0 11px}.cart-drawer-subtotal{padding:0 16px 20px}.cart-drawer-subtotal__subtotals{margin-bottom:4px}.cart-drawer .cart-drawer__body-main-content{width:100%}cart-drawer-items-block{scrollbar-width:thin}cart-drawer-items-block::-webkit-scrollbar{width:1px;height:1px}.cart-order-notes__header--hidden{display:none}@media(max-width:768px){#CartDrawer{width:100%}.cart-drawer[has-aside-products] .cart-drawer__in-cart-related-products-wrapper{max-height:210px}.cart-item--drawer .cart-item__grid--drawer{padding-bottom:10px}.cart-drawer .cart-drawer-subtotal__totals,.cart-drawer .cart-drawer-subtotal__price{font-size:var(--fs-body-s);line-height:var(--lh-body-s-medium);letter-spacing:var(--ls-body-s-medium)}.cart-item--drawer .cart-item__name{font-family:var(--font-family-heading);font-weight:var(--fw-semibold);font-size:var(--fs-caption-base);line-height:var(--lh-caption-hikasami);letter-spacing:var(--ls-caption-hikasami)}.cart-item--drawer .cart-item__options,.cart-item--drawer .cart-item__option{font-family:var(--font-family-body);font-weight:var(--fw-regular);font-size:var(--fs-caption-s);line-height:var(--lh-caption-m-regular);letter-spacing:var(--ls-caption-m-regular)}.cart-item--drawer .cart-item__drawer-bottom{flex-direction:column;align-items:flex-start;gap:0}cart-drawer .cart-drawer__recs-swiper .horizontal-product-card{gap:0}cart-drawer .horizontal-product-card__info .product-card__colors-wrapper,cart-drawer .horizontal-product-card__info .product-card__colors-slot{margin-top:8px}cart-drawer .horizontal-product-card__wishlist{top:4px;right:11px}cart-drawer .horizontal-product-card__wishlist-icon{width:14px;height:14px}cart-drawer .horizontal-product-card .color-swatch{width:11.879px;height:11.879px}cart-drawer .horizontal-product-card .color-swatches__item.is-selected .color-swatch,cart-drawer .horizontal-product-card .color-swatches__item[aria-current=true] .color-swatch{width:14.827px;height:14.827px}cart-drawer .horizontal-product-card .product-card-shape-swatches{gap:3.7px}cart-drawer .horizontal-product-card__image-wrapper,cart-drawer .cart-drawer__recs-swiper .horizontal-product-card__image-wrapper{width:71px;height:95px;min-height:95px;max-height:95px}cart-drawer .horizontal-product-card .product-card__price-item{font-size:var(--fs-caption-s)}cart-drawer .product-card__add-btn{width:22px;height:22px}.cart-drawer__block{margin:16px 0}.cart-drawer-subtotal__shipping{margin-bottom:10px}.cart-drawer__free-shipping-bar{padding:0 2.4rem;margin:0 0 16px}.cart-drawer__warning,.cart-drawer__cart-recommendations-block{padding:0}.cart-drawer-subtotal__main-content{row-gap:12px;padding:12px 0 0}}.cart-drawer .cart-drawer__body-main-content,.cart-drawer .cart-drawer__body-aside-content{border-radius:0}.cart-drawer .cart-item .cart-item__body{padding-bottom:16px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-cart-drawer.css.map */
