:root{--color-bg-page:#f0f0f0;--color-bg-white:#ffffff;--space-4:1rem;--space-6:2rem}.cart{background-color:var(--color-bg-page);padding:var(--space-6);display:flex;justify-content:center;gap:var(--space-6);width:100%}.cart__content{display:flex;flex-direction:column;gap:var(--space-4);width:70%}.cart__empty_container{display:flex;justify-content:center;align-items:center;padding:var(--space-6);background-color:var(--color-bg-white);width:100%}.cart__summary{display:flex;flex-direction:column;height:100%;gap:var(--space-4);width:30%}@media(max-width:1000px){.cart{flex-direction:column;align-items:center}.cart__content,.cart__summary{width:100%}}.cart-wrapper{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #ddd;margin-bottom:24px;font-family:system-ui,sans-serif}.cart-header{background:linear-gradient(90deg,#000,#2b2b2b);color:#fff;padding:20px 24px;display:flex;align-items:center;gap:16px;font-size:15px;font-weight:600;border-bottom:1px solid #444;position:relative;z-index:2}.cart-header strong{font-weight:700}.remove-btn{margin-left:auto;background:none;border:none;color:#fff;cursor:pointer;font-size:18px;position:relative;z-index:10;pointer-events:auto}.cart-alert{padding:12px 24px;font-size:13px;display:flex;align-items:center;justify-content:flex-start;gap:8px;font-weight:500}.cart-alert.red{background:#cc0000;color:#fff;border-top:1px solid #a00;border-bottom:1px solid #a00}.cart-alert.yellow{background:#ffcc00;color:#000;border-top:1px solid #e6b800;border-bottom:1px solid #e6b800}.cart-alert a{text-decoration:underline;font-weight:600;color:#0033cc;margin-left:8px}.cart-body{display:grid;grid-template-columns:120px 1fr 220px;gap:24px;padding:24px;align-items:center}.cart-image{text-align:center}.preview-link{display:inline-block;margin-top:8px;font-size:12px;font-weight:600;color:#0033cc;text-transform:uppercase;letter-spacing:.5px;cursor:pointer}.preview-link:hover{text-decoration:underline}.cart-details h4{font-size:16px;margin-bottom:14px;font-weight:700}.cart-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:14px 28px}.cart-meta-grid>div{min-width:0}.cart-meta-grid label{font-size:13px;font-weight:600;color:#333;margin-bottom:4px;display:block}.cart-meta-grid p{font-size:13px;color:#000;margin:0;font-weight:500}.cart-price{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.price{font-size:22px;font-weight:700;color:#000;line-height:1.1}.member-price{color:#1c8c2c;font-size:13px;font-weight:600;margin-bottom:10px}.qty-pill{display:flex;align-items:center;background:#2348ff;border-radius:999px;overflow:hidden;height:40px;width:110px}.qty-btn{width:36px;height:100%;border:none;background:transparent;color:#fff;font-size:22px;font-weight:600;cursor:pointer}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.qty-value{flex:1;text-align:center;background:#fff;color:#000;font-weight:600;font-size:15px;line-height:40px}@media (max-width:768px){.cart-body{grid-template-columns:1fr;padding:16px}.cart-price{align-items:flex-start;margin-top:16px}.cart-meta-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:12px 0}}