.cart-drawer-container{position:fixed;top:0;left:0;width:100%;height:130vh;background:#00000080;z-index:2}.cart-drawer{position:fixed;z-index:3;right:0;top:100%;width:35rem;height:calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));padding:2rem;background-color:var(--color-white);border-left:.1rem solid var(--color-border);overflow-y:auto}.cart-open-animation .cart-drawer{animation:open-cart-drawer var(--duration-long) ease}.cart-close-animation .cart-drawer{animation:close-cart-drawer var(--duration-long) ease}@media screen and (max-width:749px){.cart-drawer{top:0;width:100%;height:auto;max-height:100vh}.cart-open-animation .cart-drawer{animation:open-cart-drawer-mobile var(--duration-long) ease}.cart-close-animation .cart-drawer{animation:close-cart-drawer-mobile var(--duration-long) ease}}@keyframes open-cart-drawer{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes close-cart-drawer{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes open-cart-drawer-mobile{0%{transform:translateY(-100%)}to{transform:translate(0)}}@keyframes close-cart-drawer-mobile{0%{transform:translate(0)}to{transform:translateY(-100%)}}.cart-opening .cart-drawer-container{display:block!important}.cart-drawer>form{display:flex;flex-direction:column;gap:2rem}.cart-drawer__header .button,.cart-drawer__footer .button{text-transform:uppercase}.cart-drawer__footer{display:flex;flex-direction:column;gap:1.5rem}.cart-drawer__footer .link{display:block;font-size:1.6rem;color:var(--color-accent);font-weight:500;text-align:center;text-decoration:underline!important}.cart-drawer__header-title{font-size:2.8rem}.cart-drawer__header-title span{font-size:2rem}.cart-drawer__total-price{display:flex;align-items:center;margin-bottom:.5rem}.cart-drawer__total-price .money{font-size:1.8rem;margin-left:.5rem;white-space:nowrap;font-weight:700}.cart-drawer__item{position:relative;display:grid;grid-template-areas:"media save-for-later" "media swatch" "media title" "media form" "free-gift free-gift";grid-template-columns:1fr 65%;flex:1;min-width:25rem;align-items:center;gap:0 2.5rem;padding:1.5rem;border:.1rem solid var(--color-border);border-radius:.6rem}@media screen and (max-width:749px){.cart-drawer__item{gap:0 1rem;padding:1rem}}.cart-drawer__item-media{grid-area:media;display:flex;margin:0 auto}.cart-drawer__item-img{width:100%;height:100%;object-fit:contain}.cart-drawer__item__swatches{grid-area:swatch}.cart-drawer__item__swatch .swatch{margin:0 0 1rem}.cart-drawer__item__swatch .swatch .swatch-button label{font-size:1.2rem;min-height:2rem;padding:.5rem 1rem}.cart-drawer__item__swatch .swatch .swatch-variant-img,.cart-drawer__item__swatch .swatch .money,.cart-drawer__item__swatch .icon-arrow,.cart-drawer__item__swatch .swatch-title{display:none}.cart-drawer__item__swatch .swatch-button{max-height:7rem;overflow:auto}.cart-drawer__item-save-for-later{grid-area:save-for-later;text-align:right;font-size:1.2rem}.cart-drawer__item-title{grid-area:title;display:flex;font-size:1.4rem;max-height:5rem;font-weight:400;overflow:hidden;margin:0}.cart-drawer__item-title a{color:var(--color-base-text)}.cart-drawer__item-form{grid-area:form;display:flex;margin-top:1rem}.cart-drawer__item-form form{display:flex;align-items:center;width:100%}.cart-drawer__item-form form .price{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex:1;margin-right:1rem;line-height:1}.cart-drawer__item-price{display:none;grid-area:price;font-weight:600}.cart-drawer__item-quantity{grid-area:quantity;flex:1;margin-right:1rem}.cart-drawer__item-quantity .quantity__button:first-of-type{margin-left:0}.cart-drawer__item-remove{grid-area:remove;display:flex;align-items:center;justify-content:flex-end;margin-top:-.3rem}.cart-drawer__item-remove svg{width:1.8rem;height:auto;margin-bottom:-3px}.cart-drawer__item-remove path{fill:var(--color-accent);transition:fill var(--duration-default)}.cart-drawer__item-remove:hover path{fill:var(--color-secondary-text)}.cart-drawer__item-quantity .quantity__input{display:flex}.cart-drawer__item-quantity .quantity__input{order:-1;margin-right:.5rem}.cart-drawer__list{display:flex;flex-direction:column;gap:2rem}@media screen and (max-width:749px){.cart-drawer__list{flex-direction:row;overflow-x:auto;gap:1rem}}.cart-drawer__special{display:none}@media screen and (min-width:750px){.cart-drawer__special{display:block;margin-top:3rem}}.cart-drawer__special .cart-drawer__header-title{font-size:2rem;font-weight:500;margin-bottom:1rem}.cart-drawer__special .cart-drawer__list{margin-bottom:2rem}@media screen and (max-width:749px){.cart-drawer__special .button{font-size:1.4rem}.cart-drawer__special .button svg{width:1.8rem;min-width:1.8rem}}.cart-drawer__empty{text-transform:uppercase;margin:0}.cart-drawer__item .price{font-size:1.6rem;font-weight:600;margin-top:.2rem}.cart-drawer__item .compare-at-price{font-size:1.4rem;font-weight:300;text-decoration:line-through;color:#616161}@media screen and (max-width:749px){.cart-drawer__item .compare-at-price{display:none}}.cart-drawer__item .product__badge--sale{position:absolute;top:-.2rem;left:0;z-index:1}@media screen and (max-width:749px){.cart-drawer__special .cart-drawer__item{grid-template-areas:"media" "swatch" "title" "form" "free-gift";grid-template-columns:100%;gap:0;min-width:14rem}.cart-drawer__special .cart-drawer__item-media{max-width:60%;margin-bottom:1rem}.cart-drawer__special .cart-drawer__item-form{margin-top:0}}.cart-drawer__item .cart-free-gift{grid-area:free-gift;font-size:14px;margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/97/assets/component-cart-drawer.css.map */
