.cart-layout{grid-template-columns:1fr 340px;align-items:start;gap:2rem;display:grid}.cart-item{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;margin-bottom:1rem;transition:box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #0000000d}.cart-item:hover{box-shadow:0 4px 16px #00000017}.item-img{border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.5rem;display:flex;overflow:hidden}.badge{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.qty-btn{cursor:pointer;border:1.5px solid;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;transition:all .15s;display:flex}.field-label{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.date-field{color:#374151;box-shadow:none;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:.625rem;outline:none;width:140px;padding:6px 10px;font-size:13px;font-weight:600}.date-field:focus{background:#fff;border-color:#003580}input[type=date],input[type=number]{box-shadow:none!important;outline:none!important}@media (max-width:768px){.cart-layout{flex-direction:column!important;gap:1.25rem!important;display:flex!important}#cart-items-col{order:1}#cart-summary-col{order:2;position:static!important;top:auto!important}.cart-page-wrap{padding-bottom:5rem!important}.item-img{width:72px!important;height:72px!important;font-size:1.75rem!important}.cart-item h3{max-width:100%!important}.date-field{width:100%!important}}
