.cart-widget.card{width:420px;min-width:260px;font-family:var(--font-family-1);color:#333;background:#fff;border:1px solid #e3e3e3;border-radius:10px;padding:10px 12px;transition:box-shadow .18s,transform .18s;position:relative;box-shadow:0 12px 25px #0000002e}.cart-widget.card.closed{width:auto;box-shadow:none;border:1px solid #0000;padding:8px 10px;transform:translateY(0)}.cart-widget .cart-header{cursor:pointer;align-items:center;gap:8px;display:flex}.cart-widget .badge{color:#fff;background:#1f274f;border-radius:16px;justify-content:center;align-items:center;min-width:26px;height:26px;padding:0 8px;font-size:13px;font-weight:800;display:inline-flex}.cart-widget .cart-label{color:#1f274f;font-size:13px;font-weight:700}.cart-widget .empty{font-size:14px;font-weight:600}.cart-widget .items{flex-direction:column;gap:12px;display:flex}.cart-widget .item{grid-template-columns:72px 1fr auto;align-items:center;gap:12px;display:grid}.cart-widget .thumb{background:#f7f7f7;border-radius:6px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.cart-widget .thumb img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.cart-widget .thumb-placeholder{background:#ddd;border-radius:50%;width:32px;height:32px}.cart-widget .details .title{margin-bottom:4px;font-size:13px;font-weight:700;line-height:1.35}.cart-widget .details .meta{color:#666;font-size:12px}.cart-widget .price{color:#333;font-size:16px;font-weight:800}.cart-widget .remove{color:#b00020;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:18px;font-weight:700}.cart-widget .remove:disabled{opacity:.5;cursor:default}.cart-widget .divider{background:#e6e6e6;height:1px;margin:12px 0 10px}.cart-widget .total-row{justify-content:space-between;align-items:center;margin-bottom:10px;font-size:16px;font-weight:800;display:flex}.cart-widget .actions{justify-content:flex-end;display:flex}.cart-widget.closed .items,.cart-widget.closed .divider,.cart-widget.closed .total-row,.cart-widget.closed .actions,.cart-widget.closed .empty{display:none}.cart-widget .btn{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;padding:10px 16px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.cart-widget .btn.primary{color:#fff;background:#1f274f}.cart-widget .loading,.cart-widget .error{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.cart-widget .spinner{border:3px solid #ddd;border-top-color:#1f274f;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite cart-widget-spin}.cart-widget .error-text{color:#b00020;font-weight:700}.cart-widget .error-sub{color:#444;font-size:12px}.cart-widget .btn.retry{color:#fff;background:#1f274f}.sidecart-trigger{cursor:pointer;font-family:var(--font-family-1);background:0 0;border:0;align-items:center;gap:8px;height:36px;padding:0 6px;line-height:1;display:inline-flex;position:relative}.cart-trigger-icon{justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:relative}.cart-trigger-icon img{width:24px;height:24px;display:block}.cart-trigger-label{color:var(--primary-color-text);align-items:center;font-size:13px;font-weight:700;line-height:14px;display:inline-flex}.cart-trigger-badge{background-color:var(--bright-red);min-width:16px;height:16px;color:var(--white-text);text-align:center;border-radius:999px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:-2px;left:18px}#site-header [data-role=header-cart-block] .sidecart-trigger{color:#fff;border-radius:4px;justify-content:center;gap:0;width:48px;height:48px;padding:0;transition:background-color .12s}#site-header [data-role=header-cart-block] .cart-trigger-icon{width:34px;height:34px}#site-header [data-role=header-cart-block] .cart-trigger-icon svg{stroke-width:1.8px;width:30px;height:30px}#site-header [data-role=header-cart-block] .cart-trigger-label{display:none}#site-header [data-role=header-cart-block] .cart-trigger-badge{color:#28245c;z-index:2;background-color:#fff;min-width:17px;height:17px;padding:0 5px;font-family:Open Sans,Arial,sans-serif;font-size:11px;font-weight:700;line-height:17px;top:6px;left:27px}#site-header [data-role=header-wishlist-block] .header-wishlist-trigger{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:48px;height:48px;transition:background-color .12s;display:inline-flex;position:relative}#site-header [data-role=header-wishlist-block] .header-wishlist-trigger:hover,#site-header [data-role=header-wishlist-block] [data-role=wishlist-root]:hover .header-wishlist-trigger{background-color:#ffffff14}#site-header [data-role=header-wishlist-block] .header-wishlist-icon{width:30px;height:30px}#site-header [data-role=header-wishlist-block] .header-wishlist-icon path{stroke-width:1.8px}#site-header [data-role=header-wishlist-block] .header-wishlist-badge{color:#28245c;text-align:center;z-index:2;background-color:#fff;border-radius:999px;min-width:17px;height:17px;padding:0 5px;font-size:11px;font-weight:800;line-height:17px;position:absolute;top:6px;left:27px}#site-header .header-actions-inverted [data-role=header-cart-block] .cart-trigger-badge{color:#28245c!important}.sidecart-panel.loading{justify-content:center;align-items:center}.sidecart-loading{justify-content:center;align-items:center;min-height:140px;display:flex}.sidecart-loading .spinner{border:3px solid #ddd;border-top-color:#1f274f;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite cart-widget-spin}.sidecart-error{flex-direction:column;gap:8px;padding:16px 18px;display:flex}.sidecart-error-text{color:#b00020;font-weight:700}.sidecart-error-sub{color:#444;font-size:12px}.sidecart-retry{color:#fff;cursor:pointer;background:#1f274f;border:none;border-radius:6px;padding:8px 12px;font-size:12px}@keyframes cart-widget-spin{to{transform:rotate(360deg)}}.sidecart-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9998;background:#00000059;display:none;position:fixed;inset:0}.sidecart-overlay.visible{display:block}.sidecart-panel{z-index:9999;background:#fff;flex-direction:column;width:min(max(420px,30vw),92vw);height:100vh;transition:transform .22s ease-out;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 20px #0000002e;color:#293073!important}.sidecart-panel.closed{width:0;box-shadow:none;display:none;overflow:hidden}#site-header .header-actions-inverted [data-role=header-cart-block] .sidecart-panel,#site-header .header-actions-inverted [data-role=header-cart-block] .sidecart-panel :where(.sidecart-header,.sidecart-title,.sidecart-total-row),#site-header .header-actions-inverted [data-role=header-cart-block] .sidecart-panel :where(.sidecart-count,.sidecart-meta,.sidecart-empty){color:#293073!important}#site-header .header-actions-inverted [data-role=header-cart-block] .sidecart-panel :where(.sidecart-close){color:#444!important}#site-header .header-actions-inverted [data-role=header-cart-block] .sidecart-panel :where(.sidecart-remove){color:#d33!important}.sidecart-panel.open{width:min(max(420px,30vw),92vw);display:flex;overflow:visible;transform:translate(0)}.sidecart-header{border-bottom:1px solid #e3e4e5;justify-content:space-between;align-items:center;padding:16px 18px;font-size:16px;font-weight:600;display:flex;color:#293073!important}.sidecart-count{margin-left:8px;font-weight:500;color:#293073!important}.sidecart-header-actions{align-items:center;gap:8px;display:inline-flex}.sidecart-clear{color:#b91c1c;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:6px;justify-content:center;align-items:center;gap:5px;min-height:28px;padding:5px 8px;font-size:12px;font-weight:700;display:inline-flex}.sidecart-clear:hover{background:#fff1f2}.sidecart-clear:disabled{opacity:.55;cursor:default}.sidecart-close{cursor:pointer;background:0 0;border:none;font-size:18px;color:#444!important}.sidecart-list{flex-direction:column;flex:1;gap:12px;padding:12px 14px 0;display:flex;overflow-y:auto}.sidecart-clear-confirm{background:#fff7f7;border:1px solid #fecaca;border-radius:10px;flex-direction:column;gap:10px;padding:12px;display:flex}.sidecart-clear-confirm-text{color:#7f1d1d;font-size:13px;font-weight:700}.sidecart-clear-confirm-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.sidecart-clear-confirm-cancel,.sidecart-clear-confirm-accept{cursor:pointer;border-radius:7px;min-height:32px;font-size:12px;font-weight:700}.sidecart-clear-confirm-cancel{color:#374151;background:#fff;border:1px solid #d1d5db}.sidecart-clear-confirm-accept{color:#fff;background:#b91c1c;border:1px solid #b91c1c}.sidecart-clear-confirm-cancel:disabled,.sidecart-clear-confirm-accept:disabled{opacity:.55;cursor:default}.sidecart-item{background:#fafafa;border:1px solid #f0f1f3;border-radius:10px;grid-template-columns:64px 1fr 28px;align-items:center;gap:10px;padding:10px;display:grid}.sidecart-thumb{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.sidecart-thumb img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;filter:none!important}.sidecart-thumb-placeholder{background:#ddd;border-radius:50%;width:32px;height:32px}.sidecart-details{flex-direction:column;gap:4px;display:flex}.sidecart-title{font-size:14px;font-weight:600;color:#293073!important}.sidecart-meta{justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex;color:#293073!important}.sidecart-quantity{align-items:center;min-width:0;display:inline-flex;color:#293073!important}.sidecart-quantity-btn{cursor:pointer;background:#fff;border:1px solid #d9dce7;justify-content:center;align-items:center;width:22px;height:22px;transition:background .14s,border-color .14s;display:inline-flex;color:#293073!important}.sidecart-quantity-btn:first-child{border-radius:5px 0 0 5px}.sidecart-quantity-btn:nth-of-type(2){border-radius:0 5px 5px 0}.sidecart-quantity-btn:hover:not(:disabled){background:#f4f5f9;border-color:#c7cad8}.sidecart-quantity-btn:disabled{opacity:.45;cursor:default}.sidecart-quantity-icon{stroke-width:2.4px;width:13px;height:13px}.sidecart-quantity-input{text-align:center;appearance:textfield;background:#fff;border:1px solid #d9dce7;border-left:0;border-right:0;outline:none;width:28px;height:22px;font-size:12px;font-weight:700;line-height:1;color:#293073!important}.sidecart-quantity-input::-webkit-inner-spin-button{appearance:none;margin:0}.sidecart-quantity-input::-webkit-outer-spin-button{appearance:none;margin:0}.sidecart-quantity-input:disabled{opacity:.65}.sidecart-amount-label{white-space:nowrap;margin-left:6px;color:#293073!important}.sidecart-line-price{white-space:nowrap;color:#293073!important}.sidecart-remove{cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:18px;font-weight:700;color:#d33!important}.sidecart-remove:disabled{opacity:.5;cursor:default}.sidecart-footer{background:#fff;border-top:1px solid #e3e4e5;padding:14px 18px 16px}.sidecart-total-row{justify-content:space-between;margin-bottom:12px;font-size:15px;font-weight:600;display:flex;color:#293073!important}.sidecart-btn{width:100%;height:var(--bd-storefront-action-height,40px);min-height:var(--bd-storefront-action-height,40px);color:#fff;background:#309600;border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-weight:700;text-decoration:none;transition:background .16s;display:inline-flex}.sidecart-btn:hover{background:#2a8500}.sidecart-empty{text-align:center;padding:18px;color:#293073!important}
