:root{--cart-border:#dedfe2;--cart-soft:#f4f4f4}
.cart-page .shop-hero{height:344px}
.cart-section{padding:92px 0 110px}
.cart-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 392px;gap:52px;align-items:start}
.cart-left{min-width:0}
.cart-table-head{display:grid;grid-template-columns:minmax(290px,1.8fr) 120px 155px 120px;gap:18px;padding:0 0 20px;border-bottom:1px solid var(--cart-border);font-size:17px;font-weight:700}
.cart-table-head span:not(:first-child){text-align:center}
.cart-items{min-height:120px}
.cart-row{display:grid;grid-template-columns:minmax(290px,1.8fr) 120px 155px 120px;gap:18px;align-items:center;min-height:124px;border-bottom:1px solid var(--cart-border)}
.cart-product-cell{display:grid;grid-template-columns:94px minmax(0,1fr);gap:22px;align-items:center;min-width:0;position:relative}
.cart-thumb-wrap{width:94px;height:82px;position:relative}.cart-thumb{width:94px;height:82px;border-radius:9px;overflow:hidden;background:#f2f2f2;display:block;position:relative}
.cart-thumb img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.remove-cart-item{position:absolute;right:-6px;top:-7px;width:20px;height:20px;border:1px solid #d8dadd;border-radius:50%;background:#fff;display:grid;place-items:center;padding:0;font-size:15px;line-height:1;cursor:pointer;color:#15181d;z-index:2}
.cart-product-name{font-size:14px;line-height:1.65;font-weight:500;max-width:150px}
.cart-product-name:hover{text-decoration:underline}
.cart-price,.cart-subtotal{text-align:center;color:#6f7379;font-size:14px}
.cart-subtotal{color:#6c7076}
.cart-qty{height:38px;width:94px;margin:0 auto;border:1px solid var(--cart-border);border-radius:5px;display:grid;grid-template-columns:30px 34px 30px;overflow:hidden;background:#fff}
.cart-qty button{border:0;background:#fff;cursor:pointer;font-size:18px;color:#15181d;padding:0}
.cart-qty span{display:grid;place-items:center;font-size:14px;font-weight:600}
.cart-actions-row{display:flex;gap:36px;margin-top:38px}
.outline-cart-btn{height:51px;min-width:185px;border:1px solid #171a1f;border-radius:4px;background:#fff;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:11px;font-size:15px;font-weight:700;cursor:pointer}
.outline-cart-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.outline-cart-btn:hover{background:#171a1f;color:#fff}
.empty-cart{display:none;padding:72px 20px;text-align:center;border-bottom:1px solid var(--cart-border);color:#6f7379}
.empty-cart strong{display:block;color:#171a1f;font-size:22px;margin-bottom:8px}
.empty-cart a{display:inline-flex;margin-top:18px;height:44px;padding:0 22px;align-items:center;background:#171a1f;color:#fff;border-radius:4px;font-weight:700}
.cart-summary-wrap{position:relative;min-width:0;align-self:stretch}
.cart-summary{border:1px solid var(--cart-border);border-radius:9px;padding:29px 29px 18px;background:#fff}
.cart-summary h2{font-size:20px;margin:0 0 27px;padding-bottom:27px;border-bottom:1px solid var(--cart-border);letter-spacing:-.35px}
.promo-row{height:48px;border:1px solid var(--cart-border);border-radius:9px;display:flex;align-items:center;padding-left:14px;margin-bottom:25px;overflow:hidden}
.promo-row svg{width:17px;height:17px;fill:none;stroke:#b5b8bd;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.promo-row input{border:0;outline:0;min-width:0;flex:1;height:100%;padding:0 12px;font-size:13px}
.promo-row input::placeholder{color:#b7bac0}
.promo-row button{height:40px;min-width:98px;border:0;border-radius:5px;background:#171a1f;color:#fff;font-weight:700;margin-right:4px;cursor:pointer}
.summary-line{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:16px;font-weight:700;padding-bottom:28px;border-bottom:1px solid var(--cart-border)}
.shipping-block{padding:28px 0 23px;border-bottom:1px solid var(--cart-border)}
.shipping-block h3{font-size:16px;margin:0 0 21px}
.shipping-option{display:grid;grid-template-columns:20px 1fr auto;gap:8px;align-items:center;min-height:30px;font-size:14px;color:#767a80;cursor:pointer}
.shipping-option input{appearance:none;width:18px;height:18px;border:1px solid #aeb2b7;border-radius:50%;margin:0;display:grid;place-items:center}
.shipping-option input:checked:after{content:"";width:10px;height:10px;border-radius:50%;background:#171a1f}
.shipping-option strong{color:#171a1f;font-size:13px}
.ship-to{font-size:13px;color:#7a7e84;margin-top:17px;line-height:1.6}.ship-to strong{color:#171a1f}.ship-to button{border:0;background:none;padding:0;margin-top:4px;text-decoration:underline;font-weight:700;cursor:pointer;color:#171a1f}
.summary-total{display:flex;justify-content:space-between;align-items:center;padding:28px 0 24px;font-size:16px;font-weight:700}
.summary-total strong{font-size:18px}
.checkout-btn{width:100%;height:51px;border:0;border-radius:4px;background:#171a1f;color:#fff;font-size:15px;font-weight:700;cursor:pointer}.checkout-btn:hover{background:#000}
.promo-message{font-size:12px;min-height:18px;margin:-15px 0 14px;color:#5e636a}.promo-message.ok{color:#276739}.promo-message.error{color:#a33}
.interested-section{padding-top:105px}
.interested-section h2{font-size:28px;letter-spacing:-.7px;margin:0 0 29px}
.interested-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.interested-card{text-align:center}
.interested-image{display:block;height:340px;border-radius:9px;overflow:hidden;background:#f2f2f2;position:relative}.interested-image-target{position:absolute;inset:0;display:block}
.interested-image img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .35s ease}
.interested-card:hover img{transform:scale(1.025)}.interested-actions{position:absolute;left:50%;bottom:14px;z-index:5;display:flex;align-items:center;justify-content:center;gap:7px;transform:translate(-50%,20px) scale(.96);opacity:0;visibility:hidden;transition:opacity .28s ease,transform .34s cubic-bezier(.2,.8,.2,1),visibility .28s ease}.interested-card:hover .interested-actions,.interested-card:focus-within .interested-actions{opacity:1;visibility:visible;transform:translate(-50%,0) scale(1)}.interested-actions button{width:38px;height:38px;flex:0 0 38px;padding:0;border:1px solid rgba(255,255,255,.78);border-radius:50%;background:rgba(255,255,255,.86);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 8px 20px rgba(0,0,0,.13);display:grid;place-items:center;cursor:pointer;color:#15181d;transition:transform .25s cubic-bezier(.2,.8,.2,1),background .25s,color .25s}.interested-actions button:hover{transform:translateY(-3px);background:#15181d;color:#fff}.interested-actions button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.interested-stars{font-size:18px;letter-spacing:2px;line-height:1;margin:19px 0 7px}.interested-card h3{font-size:19px;line-height:1.2;margin:0 0 8px}.interested-price{display:flex;justify-content:center;align-items:baseline;gap:5px}.interested-price strong{font-size:18px}.interested-price del{font-size:12px;color:#777b81}
.cart-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:#15181d;color:#fff;border-radius:6px;padding:12px 18px;font-size:13px;font-weight:600;z-index:300;opacity:0;pointer-events:none;transition:.25s;box-shadow:0 12px 30px rgba(0,0,0,.2)}.cart-toast.show{opacity:1;transform:translate(-50%,0)}
@media(min-width:981px){
  .cart-summary{position:sticky;top:82px;align-self:start}
}
@media(max-width:1120px){.cart-content-grid{grid-template-columns:minmax(0,1fr) 340px;gap:34px}.cart-table-head,.cart-row{grid-template-columns:minmax(240px,1.7fr) 90px 120px 90px}.cart-product-cell{grid-template-columns:82px minmax(0,1fr);gap:15px}.cart-thumb-wrap{width:82px;height:76px}.cart-thumb{width:82px;height:76px}.interested-image{height:300px}}
@media(max-width:980px){.cart-section{padding:65px 0 85px}.cart-content-grid{grid-template-columns:1fr}.cart-summary{position:static}.cart-summary-wrap{order:2}.cart-left{order:1}.interested-section{padding-top:70px}}
@media(max-width:720px){.interested-actions{bottom:9px;gap:clamp(3px,1.2vw,5px);transform:translate(-50%,0) scale(1);opacity:1;visibility:visible}.interested-actions button{width:clamp(25px,7.6vw,31px);height:clamp(25px,7.6vw,31px);flex-basis:clamp(25px,7.6vw,31px)}.interested-actions button svg{width:clamp(12px,3.8vw,14px);height:clamp(12px,3.8vw,14px)}.cart-page .shop-hero{height:240px}.cart-section{padding:44px 0 65px}.cart-table-head{display:none}.cart-row{grid-template-columns:1fr 90px;gap:12px;min-height:0;padding:18px 0}.cart-product-cell{grid-column:1/-1;grid-template-columns:92px minmax(0,1fr);padding-right:34px}.cart-thumb-wrap{width:92px;height:102px}.cart-thumb{width:92px;height:102px}.cart-price{text-align:left;padding-left:107px;margin-top:-42px;font-size:13px}.cart-subtotal{text-align:right;font-weight:700;color:#171a1f}.cart-qty{margin:0;width:90px}.cart-actions-row{gap:10px;margin-top:28px}.outline-cart-btn{min-width:0;flex:1;padding:0 12px;font-size:13px}.interested-section{padding-top:62px}.interested-section h2{font-size:24px}.interested-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 10px}.interested-image{height:auto;aspect-ratio:.78/1}.interested-card h3{font-size:15px;min-height:36px}.interested-stars{font-size:14px;letter-spacing:1px;margin-top:13px}.interested-price strong{font-size:15px}.cart-summary{padding:24px 18px 18px}}
@media(max-width:390px){.interested-grid{grid-template-columns:1fr}.interested-card h3{min-height:0;font-size:17px}.cart-product-cell{grid-template-columns:82px minmax(0,1fr)}.cart-thumb-wrap{width:82px;height:92px}.cart-thumb{width:82px;height:92px}.cart-price{padding-left:97px}.outline-cart-btn svg{display:none}}
