.cart-wrapper{max-width:1280px;margin:40px auto;padding:0 20px;display:grid;grid-template-columns:2fr 1fr;gap:50px}.cart-left{display:flex;flex-direction:column;gap:20px}.cart-empty{padding:70px 30px;text-align:center;background:#f9fafb;border-radius:16px;color:#6b7280;border:1px dashed #e5e7eb;font-size:15px}.cart-row{display:flex;align-items:center;justify-content:space-between;background:#ffffff;border-radius:18px;padding:22px 26px;border:1px solid #f0f0f0;transition:all .2s ease}.cart-row:hover{box-shadow:0 10px 35px rgba(0,0,0,.06)}.cart-row-image{width:95px;height:95px;object-fit:cover;border-radius:14px;margin-right:20px;background:#f3f4f6}.cart-row-info{flex:1}.cart-row-info h4{font-size:16px;font-weight:600;color:#111827;margin-bottom:14px}.cart-qty{display:inline-flex;align-items:center;background:#f3f4f6;border-radius:10px;padding:4px;gap:6px}.cart-qty button{width:32px;height:32px;border-radius:8px;border:none;background:#ffffff;color:#111827;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.cart-qty button:hover{background:#fff7ed;color:#C75A0A;transform:scale(1.05)}.cart-qty button:disabled{opacity:.4;cursor:not-allowed}.cart-qty span{min-width:28px;text-align:center;font-weight:600;font-size:14px;color:#111827}.cart-shipping-info{margin-top:10px;display:flex;align-items:center;gap:8px;font-size:13px;color:#16a34a;font-weight:500}.cart-shipping-info strong{font-weight:600;color:#15803d}.shipping-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulseDot 1.6s infinite}@keyframes pulseDot{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.cart-row-right{display:flex;flex-direction:column;align-items:flex-end;gap:18px}.cart-remove{background:transparent;border:none;font-size:18px;cursor:pointer;opacity:.6;transition:.2s}.cart-remove:hover{opacity:1;color:#dc2626}.cart-row-total{font-size:16px;font-weight:700;color:#111827}.cart-right{position:sticky;top:120px;height:fit-content}.cart-summary{background:#ffffff;border-radius:20px;padding:30px;border:1px solid #f0f0f0;box-shadow:0 12px 40px rgba(0,0,0,.05)}.cart-summary h3{font-size:18px;font-weight:700;margin-bottom:25px;color:#111827}.summary-products{margin-bottom:22px}.summary-product-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px;color:#4b5563}.summary-divider{height:1px;background:#e5e7eb;margin:18px 0}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px;color:#374151}.summary-row.total{font-weight:700;font-size:18px;margin-top:10px;color:#111827}.checkout-btn{width:100%;margin-top:25px;background:#C75A0A;color:white;border:none;padding:15px;border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;transition:.25s ease}.checkout-btn:hover{background:#a94c09;transform:translateY(-1px)}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.monthly-wrapper{max-width:1280px;margin:80px auto 60px;padding:0 20px}.monthly-header{margin-bottom:35px}.monthly-header h3{font-size:22px;font-weight:700;color:#111827;margin-bottom:8px}.monthly-header p{font-size:14px;color:#6b7280}.monthly-grid-placeholder{height:220px;border-radius:20px;border:1px dashed #e5e7eb;background:#fafafa;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:14px}@media (max-width:1024px){.cart-wrapper{grid-template-columns:1fr;gap:40px}.cart-right{position:static}}@media (max-width:600px){.cart-wrapper{margin:24px auto 48px;padding:0 14px;gap:28px}.cart-row{position:relative;flex-direction:column;align-items:flex-start;gap:15px;padding:18px}.cart-row-image,.cart-row-image-wrapper{width:76px;height:76px}.cart-row-info{width:100%;padding-right:34px}.cart-shipping-info{align-items:flex-start;line-height:1.4}.cart-summary{padding:22px 18px;border-radius:16px}.cart-row-right{width:100%;flex-direction:row;justify-content:flex-end;align-items:center}.cart-remove{position:absolute;top:12px;right:12px;width:38px;height:38px;display:grid;place-items:center;padding:0;border-radius:10px}.cart-remove:hover{background:#fef2f2}}