.cart-drawer-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;pointer-events:none}.cart-drawer-root[data-open=true]{pointer-events:auto}.cart-drawer-root .cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#11100e52;opacity:0;transition:opacity .25s ease}.cart-drawer-root[data-open=true] .cart-drawer__overlay{opacity:1}.cart-drawer-root .cart-drawer__panel{position:absolute;top:0;right:0;width:min(460px,100vw);height:100%;background:var(--cart-drawer-bg, #fffaf6);color:var(--cart-drawer-text, #2f241c);box-shadow:-10px 0 30px #0000001f;transform:translate(100%);transition:transform .28s ease;display:flex;flex-direction:column}.cart-drawer-root[data-open=true] .cart-drawer__panel{transform:translate(0)}.cart-drawer-root .cart-drawer__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid rgba(47,36,28,.12)}.cart-drawer-root .cart-drawer__title{margin:0;font-size:1rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.cart-drawer-root .cart-drawer__close{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:inherit;width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;line-height:1}.cart-drawer-root .cart-drawer__content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.cart-drawer-root .cart-drawer__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:1.25rem 1.5rem}.cart-drawer-root .cart-drawer__items{display:flex;flex-direction:column;gap:1rem}.cart-drawer-root .cart-drawer__item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(47,36,28,.1)}.cart-drawer-root .cart-drawer__item-image{aspect-ratio:1 / 1;display:block;overflow:hidden;background:#2f241c0a}.cart-drawer-root .cart-drawer__item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer-root .cart-drawer__item-meta{min-width:0}.cart-drawer-root .cart-drawer__vendor{display:block;margin-bottom:.2rem;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;opacity:.68}.cart-drawer-root .cart-drawer__item-title{display:block;color:inherit;text-decoration:none;font-weight:600;line-height:1.35}.cart-drawer-root .cart-drawer__item-title:hover,.cart-drawer-root .cart-drawer__item-title:focus{color:inherit;text-decoration:underline}.cart-drawer-root .cart-drawer__options,.cart-drawer-root .cart-drawer__price-note{margin-top:.45rem;font-size:.84rem;line-height:1.45;opacity:.78}.cart-drawer-root .cart-drawer__price{margin-top:.55rem;font-weight:600}.cart-drawer-root .cart-drawer__item-actions{margin-top:.85rem;display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.cart-drawer-root .cart-drawer__quantity{display:inline-flex;align-items:center;background:var(--cart-drawer-accent-bg, var(--cart-drawer-bg, #fffaf6));border:var(--input-border-width, 1px) solid var(--cart-drawer-accent-border, rgba(47, 36, 28, .35));border-radius:999px;overflow:hidden;min-width:124px;min-height:46px;box-shadow:inset 0 -3px #2f241c1f}.cart-drawer-root .cart-drawer__quantity-btn{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:var(--cart-drawer-accent-text, inherit);width:40px;height:44px;padding:0;font-size:1.2rem;font-weight:600;line-height:1}.cart-drawer-root .cart-drawer__quantity-input{-webkit-appearance:textfield;appearance:textfield;border:0;width:44px;min-width:44px;text-align:center;background:transparent;color:var(--cart-drawer-accent-text, inherit);height:44px;padding:0;font-size:1rem;font-weight:700}.cart-drawer-root .cart-drawer__quantity-input::-webkit-outer-spin-button,.cart-drawer-root .cart-drawer__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer-root .cart-drawer__remove{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:inherit;padding:0;font-size:.72rem;font-weight:600;letter-spacing:.08em;line-height:1;text-transform:uppercase;text-decoration:none;opacity:.72;border-bottom:1px solid currentColor}.cart-drawer-root .cart-drawer__footer{border-top:1px solid rgba(47,36,28,.12);padding:1rem 1.5rem 1.4rem}.cart-drawer-root .cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.5rem}.cart-drawer-root .cart-drawer__subtotal-label{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.78}.cart-drawer-root .cart-drawer__subtotal-amount{font-size:1.45rem;line-height:1.1;font-weight:700}.cart-drawer-root .cart-drawer__note{margin:0 0 1rem;font-size:.83rem;line-height:1.5;opacity:.78}.cart-drawer-root .cart-drawer__actions{display:flex;flex-direction:column;gap:0}.cart-drawer-root .cart-drawer__actions .custom-btn,.cart-drawer-root .cart-drawer__actions .cart-drawer__view-cart{max-width:none;width:100%;justify-content:center;text-align:center}.cart-drawer-root .cart-drawer__actions form{width:100%}.cart-drawer-root .cart-drawer__actions .custom-btn{min-height:58px}.cart-drawer-root .cart-drawer__view-cart{display:inline-flex;align-items:center;border:1px solid currentColor;padding:.9rem 1rem;text-decoration:none}.cart-drawer-root .cart-drawer__empty{min-height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;gap:.9rem}.cart-drawer-root .cart-drawer__empty p{margin:0;opacity:.78}.cart-drawer-root .cart-drawer__loading{opacity:.55;pointer-events:none}body.cart-drawer-open{overflow:hidden}body.cart-drawer-open .jdgm-revs-tab,body.cart-drawer-open .jdgm-revs-tab-btn,body.cart-drawer-open .jdgm-all-reviews-rating-wrapper{display:none!important}@media screen and (max-width:575px){.cart-drawer-root .cart-drawer__panel{width:100vw}.cart-drawer-root .cart-drawer__header,.cart-drawer-root .cart-drawer__body,.cart-drawer-root .cart-drawer__footer{padding-left:1rem;padding-right:1rem}.cart-drawer-root .cart-drawer__item{grid-template-columns:76px minmax(0,1fr);gap:.85rem}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/cart-drawer.css.map */
