.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100vw;background:#fff;z-index:100;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.25,1,.5,1);box-shadow:-20px 0 60px #00000026}.cart-drawer.is-open{transform:translate(0)}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.is-active{opacity:1;visibility:visible}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.cart-drawer__title{font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin:0;color:#1a1a1a}.cart-drawer__close{width:40px;height:40px;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#1a1a1a}.cart-drawer__close:hover{background:#faf8f5}.cart-drawer__shipping{padding:14px 24px;background:#faf8f5;flex-shrink:0}.cart-drawer__shipping-msg{font-size:13px;color:#1a1a1a;margin:0 0 8px}.cart-drawer__shipping-msg strong{color:#6b1a2a}.cart-drawer__shipping-msg--success,.cart-drawer__shipping-msg--success strong{color:#2d8659}.cart-drawer__progress{height:4px;background:#e5e5e5;border-radius:999px;overflow:hidden}.cart-drawer__progress-bar{height:100%;background:linear-gradient(90deg,#6b1a2a,#c9a96e);border-radius:999px;transition:width .5s ease}.cart-drawer__body{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.cart-drawer__items{padding:0 24px}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:16px;padding:20px 0;border-bottom:1px solid #f0f0f0;position:relative}.cart-item:last-child{border-bottom:0}.cart-item__image-link{display:block}.cart-item__image{width:80px;height:100px;object-fit:cover;background:#faf8f5;display:block;border-radius:4px}.cart-item__placeholder{width:80px;height:100px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-radius:4px}.cart-item__details{display:flex;flex-direction:column;min-width:0}.cart-item__vendor{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#6b6b6b;margin:0 0 2px}.cart-item__title{font-size:13px;font-weight:500;color:#1a1a1a;text-decoration:none;margin:0 0 4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__title:hover{color:#6b1a2a}.cart-item__variant{font-size:12px;color:#6b6b6b;margin:0 0 8px}.cart-item__bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px}.cart-item__quantity{display:inline-flex;align-items:center;border:1px solid #d5d5d5;border-radius:3px}.cart-item__qty-btn{width:28px;height:28px;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-size:16px;font-weight:600}.cart-item__qty-btn:hover{background:#faf8f5}.cart-item__qty-value{min-width:32px;text-align:center;font-size:13px;font-weight:600}.cart-item__price{text-align:right}.cart-item__price-final{display:block;font-size:14px;font-weight:600;color:#1a1a1a}.cart-item__price-original{display:block;font-size:12px;color:#999;text-decoration:line-through}.cart-item__remove{position:absolute;top:20px;right:0;width:28px;height:28px;border:0;background:transparent;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%}.cart-item__remove:hover{color:#c33;background:#fdf0f3}.cart-item.is-updating{opacity:.5;pointer-events:none}.cart-drawer__empty{text-align:center;padding:60px 20px;color:#6b6b6b}.cart-drawer__empty svg{color:#ccc;margin-bottom:20px}.cart-drawer__empty h3{font-family:var(--font-heading, "Playfair Display", serif);font-size:22px;font-weight:300;color:#1a1a1a;margin:0 0 8px}.cart-drawer__empty p{font-size:14px;margin:0 0 24px}.cart-drawer__footer{padding:20px 24px;border-top:1px solid #e5e5e5;background:#fff;flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.cart-drawer__tax-note{font-size:11px;color:#6b6b6b;margin:0 0 16px}.cart-drawer__checkout{width:100%;height:54px;background:#6b1a2a;color:#fff;border:0;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;cursor:pointer;margin-bottom:10px;border-radius:4px;transition:background .2s ease}.cart-drawer__checkout:hover{background:#4a121d}.cart-drawer__view-cart{display:block;text-align:center;font-size:13px;color:#1a1a1a;text-decoration:underline}@media(max-width:480px){.cart-drawer{width:100vw}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/cart-drawer.css.map */
