.drawer{visibility:hidden}.ws-cart-drawer .cart-drawer{background:#fff}.ws-cart-drawer .drawer__inner{padding:0!important;overflow:hidden!important}cart-drawer.ws-cart-drawer.is-empty .drawer__inner{display:flex!important;flex-direction:column!important;align-items:stretch!important;padding:0!important}cart-drawer-items{flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}cart-drawer-items .cart__contents{flex:1}.ws-cart-footer{flex-shrink:0;position:sticky;bottom:0;background:#fff;z-index:2}.ws-cart-item__image-wrap{width:80px;height:80px}.ws-cart-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #eee}.ws-cart-header__title-group{display:flex;flex-direction:column;gap:2px}.ws-cart-header__title{font-size:18px;font-weight:700;color:#111;margin:0;font-family:var(--ws-font-display, inherit);letter-spacing:-.02em}.ws-cart-header__count{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#999}.ws-cart-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;cursor:pointer;color:#555;border-radius:50%;transition:background .2s}.ws-cart-close:hover,.ws-cart-close:focus-visible{background:#f5f5f5}.ws-cart-close svg{width:16px;height:16px}.ws-cart-shipping-bar{margin:0;padding:10px 20px 12px;background:#fff;border-bottom:1px solid #f0f0f0}.ws-cart-shipping-bar__text{font-size:12px;color:#555;margin-bottom:6px;display:flex;align-items:center;gap:6px}.ws-cart-shipping-bar__text svg{width:13px;height:13px;color:#4caf50;flex-shrink:0}.ws-cart-shipping-bar__text strong{color:#111;font-weight:700}.ws-cart-shipping-bar__track{height:3px;background:#e8e8e8;border-radius:99px;overflow:hidden}.ws-cart-shipping-bar__fill{height:100%;background:#4caf50;border-radius:99px;transition:width .4s ease;display:block!important}.ws-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px 40px;text-align:center;flex:1}.ws-cart-empty__icon{width:64px;height:64px;background:#f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#bbb}.ws-cart-empty__icon svg{width:28px;height:28px}.ws-cart-empty__title{font-size:18px;font-weight:700;color:#111;margin:0 0 8px}.ws-cart-empty__subtitle{font-size:13px;color:#888;margin:0 0 28px;max-width:240px;line-height:1.6}.ws-cart-empty__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:#111;color:#fff;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:40px;transition:background .2s}.ws-cart-empty__btn:hover,.ws-cart-empty__btn:focus-visible{background:#333;color:#fff}.ws-cart-items{padding:8px 0}.ws-cart-item{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:14px 20px;border-bottom:1px solid #f0f0f0;align-items:start}.ws-cart-item__image-wrap{width:72px;height:72px;border-radius:10px;overflow:hidden;background:#f5f5f5;flex-shrink:0}.ws-cart-item__image-wrap a{display:block;height:100%}.ws-cart-item__image{width:100%;height:100%;object-fit:cover}.ws-cart-item__details{min-width:0;display:flex;flex-direction:column;gap:0}.ws-cart-item__top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:2px}.ws-cart-item__name{font-size:13px;font-weight:700;color:#111;margin:0;text-decoration:none;display:block;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ws-cart-item__name:hover,.ws-cart-item__name:focus-visible{color:#555}.ws-cart-item__variant{font-size:11px;color:#999;margin:0 0 8px}.ws-cart-item__bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.ws-cart-item__qty-row{display:flex;align-items:center;gap:0}.ws-cart-item__qty-btn{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:#f2f2f2;border:none;cursor:pointer;font-size:15px;color:#333;border-radius:50%;transition:background .2s;flex-shrink:0}.ws-cart-item__qty-btn:hover,.ws-cart-item__qty-btn:focus-visible{background:#e5e5e5}.ws-cart-item__qty-input{width:30px;text-align:center;font-size:13px;font-weight:600;color:#111;border:none;background:none;-moz-appearance:textfield}.ws-cart-item__qty-row .cart-quantity{width:100%;min-height:100%;padding:4px}.ws-cart-item__qty-input::-webkit-inner-spin-button,.ws-cart-item__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ws-cart-item__price{font-size:13px;font-weight:700;color:#111;white-space:nowrap}.ws-cart-item__remove{background:none;border:none;cursor:pointer;color:#ccc;padding:2px;transition:color .2s;display:flex;flex-shrink:0;margin-top:1px}.ws-cart-item__remove:hover,.ws-cart-item__remove:focus-visible{color:#999}.ws-cart-item__remove svg{width:14px;height:14px}.ws-cart-remove-btn-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.ws-cart-remove-btn-wrap .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.ws-cart-remove-btn-wrap .loading__spinner.hidden{display:none}.ws-cart-remove-btn-wrap .loading__spinner .spinner{width:15px;height:15px;animation:rotator 1.4s linear infinite}.ws-cart-remove-btn-wrap .loading__spinner .path{stroke:currentColor;stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}.ws-cart-remove-btn-wrap:has(.loading__spinner:not(.hidden)) button{opacity:0;pointer-events:none}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}to{stroke-dashoffset:280;transform:rotate(450deg)}}.ws-cart-footer{padding:14px 20px 18px;border-top:1px solid #eee;background:#fff}.ws-cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.ws-cart-subtotal__label,.ws-cart-subtotal__value{font-size:15px;font-weight:700;color:#111}.ws-cart-taxes-note{font-size:11px;color:#999;margin:0 0 16px}.ws-cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;background:#111;color:#fff;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:40px;cursor:pointer;transition:background .2s;text-decoration:none}.ws-cart-checkout-btn:hover,.ws-cart-checkout-btn:focus-visible{background:#333;color:#fff}.ws-cart-checkout-btn:disabled{opacity:.4;cursor:not-allowed}.ws-cart-continue{display:block;text-align:center;margin-top:12px;font-size:12px;color:#888;text-decoration:none;transition:color .2s}.ws-cart-continue:hover,.ws-cart-continue:focus-visible{color:#111}.ws-cart-trust{display:flex;justify-content:center;gap:20px;margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.ws-cart-trust__item{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#777}.ws-cart-trust__item svg{width:14px;height:14px;color:#4caf50}
/*# sourceMappingURL=/cdn/shop/t/99/assets/component-cart-drawer-ws.css.map */
