.cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100dvh;padding:10px;pointer-events:none;transition:background-color .3s;z-index:20}.cart-drawer.open{pointer-events:all;background-color:#242220bf}.cart-drawer__inner{width:100%;max-width:524px;height:calc(100dvh - 20px);transform:translate(calc(100% + 10px));border-radius:8px;background-color:#fff;display:flex;flex-direction:column;margin-left:auto;transition:transform .3s}.cart-drawer.open .cart-drawer__inner{transform:translate(0)}.cart-drawer__header{padding:20px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #24222033}.cart-drawer__title{font-family:var(--main-font);font-weight:300;font-size:16px;line-height:100%;letter-spacing:.005em;display:flex;gap:2px}.cart-drawer__content{flex:1;overflow:auto}.cart-drawer__items{display:flex;flex-direction:column;gap:16px;padding:16px 32px}.cart-drawer__item{display:flex;align-items:stretch;gap:12px}.cart-drawer__media{width:180px;display:flex}.cart-drawer__media img,.cart-drawer__media svg{width:100%;height:100%;align-items:180 / 260;object-fit:cover;border-radius:4px}.cart-drawer__item-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-drawer__item-title{font-family:var(--heading-font);font-weight:600;font-size:14px;line-height:100%;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 8px}.cart-drawer__price{display:flex;align-items:center;gap:8px;font-weight:300;font-size:12px;line-height:100%;letter-spacing:.03em;margin:0 0 12px}.cart-drawer__price--compare{text-decoration:line-through;opacity:.5}.cart-drawer__options{display:flex;flex-direction:column;gap:8px}.cart-drawer__options p{font-weight:300;font-size:12px;line-height:100%;letter-spacing:.005em}.cart-drawer__option{display:flex;align-items:center;gap:4px}.cart-drawer__option-swatch{display:block;width:12px;height:12px;border-radius:12px;background:var(--swatch--background);background-position:var(--swatch-focal-point, initial);background-size:cover;background-origin:border-box}.cart-drawer__notification{margin:4px 0 0;font-size:12px;color:#ff4261}.cart-drawer__item-controls{width:100%;display:flex;justify-content:space-between;gap:4px;flex-wrap:wrap}.cart-drawer__quantity{display:flex;gap:4px}.cart-drawer__quantity-control{width:40px;height:40px;background-color:#f0eeec;border-radius:100px;color:#242220;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-drawer__quantity-control svg{width:16px;height:16px}.cart-drawer__quantity-control:disabled{opacity:.5;cursor:no-drop}.cart-drawer__quantity-input-wrapper{position:relative;background-color:#f0eeec;border-radius:100px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.cart-drawer__quantity-input-wrapper input{width:20px;height:20px;border:none;border-radius:0;font-size:10px;line-height:100%;text-align:center;color:#242220;background:transparent;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;pointer-events:none;letter-spacing:.02em;padding:0}.cart-drawer__quantity-input-wrapper input::-webkit-outer-spin-button,.cart-drawer__quantity-input-wrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-drawer__loading svg{width:16px;height:16px}.loading .cart-drawer__quantity-input-wrapper input{color:transparent}.cart-drawer__remove{display:flex;align-items:center;justify-content:center;background-color:#f0eeec;border-radius:100px;width:40px;height:40px;color:#242220}.cart-drawer__remove svg{width:16px;height:16px}.cart-drawer__upsell{padding:32px;display:flex;flex-direction:column;gap:24px;border-top:1px solid #24222033}.cart-drawer__upsell-title{font-family:var(--heading-font);font-weight:500;font-size:24px;line-height:100%;letter-spacing:-.01em;text-transform:uppercase}.cart-drawer__upsell-list{padding:0;display:flex;flex-direction:column;gap:16px}.cart-drawer__empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;gap:24px}.cart-drawer__empty-title{font-family:var(--heading-font);font-weight:500;font-size:28px;line-height:100%;letter-spacing:-.01em;text-transform:uppercase;max-width:300px}.cart-drawer__empty-subtitle{max-width:300px}.cart-drawer__bottom{border-top:1px solid #24222033;padding:12px 32px 32px;display:flex;flex-direction:column;gap:8px}.cart-drawer__bottom-button{width:100%}@media screen and (max-width:749px){.cart-drawer__items{padding:16px 10px}.cart-drawer__media{width:150px}.cart-drawer__upsell,.cart-drawer__empty{padding:32px 10px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-cart-drawer.css.map */
