.wm-cart{background:#f5f5f7;min-height:60vh;padding:4rem 0 8rem}.wm-cart__inner{display:flex;flex-direction:column;gap:2.4rem}.wm-cart__header{display:flex;flex-direction:column;gap:.6rem}.wm-cart__title{font-size:2.4rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0;color:#1d1d1f}.wm-cart__subtitle{font-size:1.4rem;color:#6b6b6b;margin:0}.wm-cart__layout{display:flex;flex-direction:column;gap:2rem;align-items:start}.wm-cart__items-col{width:100%}.wm-cart__items-card{background:#fff;border-radius:1.2rem;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.wm-cart__form{display:flex;flex-direction:column}.wm-cart__item-divider{height:1px;background:#f0f0f0;margin:0 2rem}.wm-cart-item{display:flex;flex-direction:column;padding:2rem;gap:1.6rem}.wm-cart-item__main{display:flex;gap:1.6rem;align-items:flex-start}.wm-cart-item__image-link{flex-shrink:0}.wm-cart-item__image{width:8rem;height:8rem;object-fit:cover;border-radius:.8rem;display:block;background:#f5f5f7}.wm-cart-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem}.wm-cart-item__title{font-size:1.5rem;font-weight:600;color:#1d1d1f;text-decoration:none;line-height:1.3}.wm-cart-item__meta{font-size:1.3rem;color:#6b6b6b;margin:0;line-height:1.4}.wm-cart-item__type-pill{display:inline-flex;align-items:center;padding:.3rem .8rem;border-radius:10rem;background:#eff3ff;color:#1d4ed8;font-size:1.1rem;font-weight:600;letter-spacing:.04em;margin-top:.4rem;align-self:flex-start}.wm-cart-item__price-col{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.wm-cart-item__price{font-size:1.5rem;font-weight:600;color:#1d1d1f;white-space:nowrap}.wm-cart-item__unit-price{font-size:1.2rem;color:#6b6b6b;white-space:nowrap}.wm-cart-item__actions{display:flex;align-items:center;justify-content:space-between}.wm-cart-item__qty{display:inline-flex;align-items:center;background:#f0f0f0;border-radius:10rem;padding:.4rem .8rem;gap:.4rem}.wm-cart-item__qty-btn{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:none;border:none;cursor:pointer;color:#1d1d1f;flex-shrink:0;transition:background .12s ease}.wm-cart-item__qty-btn:hover{background:#0000000f}.wm-cart-item__qty-btn svg{pointer-events:none}.wm-cart-item__qty-btn:focus,.wm-cart-item__qty-btn:focus-visible{outline:none;background:none;box-shadow:none}.wm-cart-item__qty-btn:disabled{opacity:.3;cursor:default}.wm-cart-item__qty-btn:disabled:hover{background:none}.wm-cart-item__qty-input{width:2.4rem;text-align:center;font-size:1.5rem;font-weight:500;color:#1d1d1f;background:none;border:none;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;padding:0}.wm-cart-item__qty-input::-webkit-outer-spin-button,.wm-cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wm-cart-item__remove{font-size:1.3rem;color:#6b6b6b;text-decoration:none;transition:color .15s ease}.wm-cart-item__remove:hover{color:#1d1d1f}.wm-cart__summary-col{width:100%}.wm-cart__summary-card{background:#fff;border-radius:1.2rem;padding:2.4rem;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;display:flex;flex-direction:column;gap:1.6rem}.wm-cart__summary-title{font-size:1.8rem;font-weight:700;color:#1d1d1f;margin:0;letter-spacing:-.02em}.wm-cart__totals{display:flex;flex-direction:column;gap:1rem}.wm-cart__totals-row{display:flex;justify-content:space-between;align-items:center}.wm-cart__totals-label{font-size:1.4rem;color:#6b6b6b}.wm-cart__totals-value{font-size:1.4rem;font-weight:500;color:#1d1d1f}.wm-cart__totals-divider{height:1px;background:#e8e8e8}.wm-cart__total-row{display:flex;justify-content:space-between;align-items:baseline}.wm-cart__total-label{font-size:1.7rem;font-weight:700;color:#1d1d1f}.wm-cart__total-value{font-size:1.9rem;font-weight:700;color:#1d1d1f}.wm-cart__vat-note{font-size:1.2rem;color:#6b6b6b;margin:-.8rem 0 0}.wm-cart__trust-features{display:flex;flex-direction:column;gap:1.2rem;padding-top:.4rem}.wm-cart__trust-item{display:flex;align-items:flex-start;gap:1rem}.wm-cart__trust-icon{flex-shrink:0;display:flex;margin-top:.1rem}.wm-cart__trust-text{display:flex;flex-direction:column;gap:.2rem}.wm-cart__trust-heading{font-size:1.4rem;font-weight:400;color:#1d1d1f;line-height:1.3}.wm-cart__trust-subtext{font-size:1.3rem;color:#6b6b6b;line-height:1.4}.wm-cart__checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:1.5rem 2rem;background:#1d4ed8;color:#fff;font-size:1.5rem;font-weight:600;text-decoration:none;border-radius:10rem;text-align:center;transition:background .15s ease;margin-top:.4rem}.wm-cart__checkout-btn:hover{background:#1a42bd;color:#fff}.wm-cart__ssl-note{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.2rem;color:#6b6b6b;margin:-.4rem 0 0;text-align:center}.wm-cart__empty{display:flex;justify-content:center;align-items:center;min-height:40vh}.wm-cart__empty-body{display:flex;flex-direction:column;align-items:center;gap:1.6rem;text-align:center;max-width:40rem}.wm-cart__empty-title{font-size:2.4rem;font-weight:700;color:#1d1d1f;margin:0}.wm-cart__empty-subtitle{font-size:1.4rem;color:#6b6b6b;margin:0}.wm-cart__empty-buttons{display:flex;gap:1.2rem;flex-wrap:wrap;justify-content:center}.wm-cart__empty-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2.4rem;background:#1d4ed8;color:#fff;font-size:1.4rem;font-weight:600;text-decoration:none;border-radius:10rem;transition:background .15s ease}.wm-cart__empty-btn:hover{background:#1a42bd}.wm-cart__empty-btn--secondary{background:#f5f5f7;color:#1d1d1f;border:1px solid #e0e0e0}.wm-cart__empty-btn--secondary:hover{background:#e8e8e8}@media screen and (min-width:990px){.wm-cart{padding:5rem 0 10rem}.wm-cart__title{font-size:3.6rem}.wm-cart__layout{flex-direction:row;align-items:flex-start;gap:2.4rem}.wm-cart__items-col{flex:1;min-width:0}.wm-cart__summary-col{width:38rem;flex-shrink:0;position:sticky;top:calc(var(--header-height, 7rem) + 2rem)}}
/*# sourceMappingURL=/cdn/shop/t/64/assets/wm-cart.css.map */
