/* EHRL ROTAX SHOP – Warenkorb V1 */
.header-cart{display:inline-flex;align-items:center;gap:7px;color:#d4deea;font-size:.78rem;font-weight:850;white-space:nowrap}.header-cart:hover{color:#fff}.header-cart svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-cart b{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:#3481f4;color:#fff;font-size:.7rem}.cart-flash-wrap{position:relative;z-index:20;width:min(var(--max),calc(100% - 48px));margin:14px auto -2px}.cart-flash{border-radius:11px;padding:11px 14px;font-size:.84rem;font-weight:750}.cart-flash-success{background:#def5e9;color:#176641;border:1px solid #aadfc5}.cart-flash-error{background:#fde8ea;color:#913740;border:1px solid #efbbc0}.product-card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.product-card-actions .card-link{margin-top:0}.card-cart-form{margin-left:auto}.card-cart-button{border:0;border-radius:9px;background:#267bf0;color:#fff;min-height:37px;padding:8px 11px;font:inherit;font-size:.75rem;font-weight:850;cursor:pointer}.card-cart-button:hover{background:#155fb8}.detail-cart-actions{align-items:flex-end}.detail-add-form{display:grid;grid-template-columns:75px minmax(180px,auto);gap:7px 9px;align-items:end}.detail-add-form label{grid-column:1/2;color:#687b91;font-size:.75rem;font-weight:800}.detail-add-form input[type=number]{grid-column:1/2;width:75px;min-height:46px;border:1px solid #c8d6e5;border-radius:10px;background:#fff;padding:8px;text-align:center;font:inherit}.detail-add-form .button{grid-column:2/3;grid-row:1/3}.cart-unavailable{display:flex;align-items:center;min-height:46px;padding:9px 13px;border-radius:10px;background:#f2f4f7;color:#657488;font-size:.8rem;font-weight:750}.cart-section{padding-top:42px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,370px);gap:34px;align-items:start}.cart-items-panel{min-width:0}.cart-items{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:150px minmax(0,1fr) 100px 145px;gap:20px;align-items:center;border:1px solid var(--line);border-radius:17px;background:#fff;padding:16px;box-shadow:0 7px 24px rgba(18,49,85,.05)}.cart-item-image{display:block;aspect-ratio:4/3;border-radius:11px;overflow:hidden;background:#f2f5f8}.cart-item-image img{display:block;width:100%;height:100%;object-fit:contain}.cart-item-placeholder{display:grid;place-content:center;width:100%;height:100%;text-align:center;color:#456786;background:linear-gradient(145deg,#eef3f9,#dae5f0)}.cart-item-placeholder b{font-size:1.65rem;letter-spacing:-.07em}.cart-item-placeholder small{font-size:.58rem;font-weight:900;letter-spacing:.14em}.cart-order-number{margin:0 0 5px;color:#647990;font-size:.72rem;font-weight:850}.cart-item-main h2{margin:0 0 10px;font-size:1.05rem;line-height:1.3}.cart-item-main h2 a:hover{color:#1765bd}.cart-item-qty{display:grid;gap:5px}.cart-item-qty label{color:#65798f;font-size:.72rem;font-weight:850}.cart-item-qty input{width:86px;min-height:42px;border:1px solid #c7d5e3;border-radius:9px;padding:7px;text-align:center;font:inherit}.cart-item-qty small{font-size:.62rem;color:#8a98a8}.cart-item-price{text-align:right}.cart-item-price small{display:block;color:#7b8b9e;font-size:.68rem}.cart-item-price strong{display:block;margin:4px 0 10px;color:#0d427b;font-size:1.2rem}.cart-remove-link{border:0;background:transparent;color:#a23c45;text-decoration:underline;font:inherit;font-size:.72rem;font-weight:800;cursor:pointer}.cart-list-actions{display:flex;justify-content:space-between;gap:12px;margin-top:18px}.hidden-cart-form{display:none}.cart-summary{position:sticky;top:110px;border:1px solid #264563;border-radius:20px;background:#0d1a2a;color:#fff;padding:27px;box-shadow:0 18px 42px rgba(5,25,47,.14)}.cart-summary h2{margin:.1em 0 .8em;font-size:1.65rem}.cart-summary dl{margin:0}.cart-summary dl>div{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid #28405a}.cart-summary dt{color:#a9bbcf}.cart-summary dd{margin:0;text-align:right;font-weight:750}.cart-total{display:flex;justify-content:space-between;gap:15px;align-items:flex-end;padding:19px 0 7px}.cart-total span{font-weight:800}.cart-total strong{font-size:1.75rem;color:#72afff}.cart-vat-note,.cart-preview-note{color:#91a5bc;font-size:.7rem;line-height:1.5}.cart-checkout-button{width:100%;margin-top:12px}.cart-clear-form{text-align:center;margin-top:15px}.cart-clear-form button{border:0;background:transparent;color:#9fb2c8;text-decoration:underline;font:inherit;font-size:.72rem;cursor:pointer}.cart-empty{margin-top:20px}.cart-page-hero{padding-bottom:36px}@media(max-width:1180px){.header-cart span{display:none}.cart-item{grid-template-columns:125px minmax(0,1fr) 90px 125px}}@media(max-width:850px){.header-cart{order:3;margin-left:auto}.header-search{order:5}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:110px minmax(0,1fr) 90px}.cart-item-price{grid-column:2/4;display:flex;align-items:center;justify-content:flex-end;gap:13px}.cart-item-price small{display:none}.cart-item-price strong{margin:0}.product-card-actions{align-items:stretch;flex-direction:column}.card-cart-form,.card-cart-button{width:100%}.card-cart-form{margin-left:0}.card-link{text-align:center}}@media(max-width:560px){.cart-flash-wrap{width:calc(100% - 28px)}.cart-item{grid-template-columns:82px minmax(0,1fr);gap:12px}.cart-item-image{align-self:start}.cart-item-qty{grid-column:2/3}.cart-item-price{grid-column:1/3}.cart-list-actions{display:grid}.detail-add-form{grid-template-columns:75px 1fr;width:100%}.detail-add-form .button{width:100%}.header-cart b{min-width:19px;height:19px}.header-cart svg{width:20px;height:20px}}
