
.cart-page{background:#f5f6f8;min-height:80vh;padding:50px 0 90px;color:#111}
.cart-wrap{max-width:1380px;margin:auto;padding:0 24px}
.cart-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid #d9dce1;padding-bottom:22px;margin-bottom:26px}
.cart-kicker{font-size:9px;letter-spacing:.13em;color:#777;font-weight:900}
.cart-head h1{font-size:56px;letter-spacing:-.055em;margin:7px 0 0}.cart-head a{font-size:11px;color:#111}
.cart-layout{display:grid;grid-template-columns:1fr 390px;gap:28px;align-items:start}
.cart-items{display:flex;flex-direction:column;gap:12px}
.cart-item{display:grid;grid-template-columns:145px 1fr auto;gap:18px;background:#fff;border:1px solid #e0e2e5;border-radius:13px;padding:14px}
.cart-item-img{height:125px;background:#f0f2f3;border-radius:9px;overflow:hidden}.cart-item-img img{width:100%;height:100%;object-fit:contain}
.cart-item h3{font-size:18px;margin:2px 0 8px;letter-spacing:-.02em}.cart-name{font-size:10px;color:#777;margin-bottom:8px}
.cart-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 14px}
.cart-specs div{font-size:10px;color:#777}.cart-specs b{display:block;color:#111;margin-top:2px;font-size:11px}
.cart-price{text-align:right;min-width:120px}.cart-price strong{font-size:18px;display:block}.cart-price small{font-size:9px;color:#777}
.remove-item{margin-top:16px;border:0;background:transparent;color:#9a2e2e;font-size:10px;cursor:pointer}
.cart-summary{background:#fff;border:1px solid #e0e2e5;border-radius:13px;padding:20px;position:sticky;top:80px}
.cart-summary h2{font-size:24px;margin:0 0 18px}
.summary-line,.summary-total{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee;font-size:12px}
.summary-total{font-size:18px;border-bottom:0;padding-top:18px}.free-note{font-size:10px;line-height:1.5;color:#237a35;padding:10px 0}
.customer-fields{display:grid;gap:10px;margin:18px 0}.customer-fields label{font-size:10px;font-weight:700}.customer-fields input,.customer-fields textarea{width:100%;border:1px solid #d7d9dd;border-radius:7px;padding:10px;margin-top:5px;font:inherit}.customer-fields textarea{min-height:70px;resize:vertical}
.send-order{width:100%;border:0;border-radius:8px;background:#111;color:#fff;padding:15px;font-size:11px;font-weight:900;cursor:pointer}
.clear-cart{width:100%;border:1px solid #ddd;border-radius:8px;background:#fff;padding:10px;margin-top:8px;font-size:10px;cursor:pointer}
.cart-help{font-size:9px;color:#888;line-height:1.5}.cart-empty{background:#fff;border:1px solid #ddd;padding:30px;border-radius:12px}
@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:110px 1fr}.cart-price{grid-column:2;text-align:left}.cart-specs{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.cart-item{grid-template-columns:1fr}.cart-item-img{height:200px}.cart-price{grid-column:1}.cart-specs{grid-template-columns:1fr 1fr}.cart-head h1{font-size:42px}}

/* V30 CART LAYOUT */
.cart-wrap{max-width:1280px!important}
.cart-layout{grid-template-columns:minmax(0,1fr) 360px!important;gap:22px!important}
.cart-item{grid-template-columns:120px minmax(0,1fr) 125px!important;padding:13px!important}
.cart-item-img{height:105px!important}
.cart-head{align-items:center!important}
.cart-summary{top:92px!important}
@media(max-width:980px){.cart-layout{grid-template-columns:1fr!important}.cart-summary{position:static!important}}
@media(max-width:640px){.cart-page{padding-top:24px!important}.cart-wrap{padding:0 12px!important}.cart-head{align-items:flex-start!important;gap:12px!important}.cart-head h1{font-size:38px!important}.cart-item{grid-template-columns:90px 1fr!important;gap:12px!important}.cart-item-img{height:90px!important}.cart-price{grid-column:2!important}.cart-specs{grid-template-columns:1fr!important}.customer-fields{grid-template-columns:1fr!important}}
