.cart-page{width:100%;max-width:72rem;margin-left:auto;margin-right:auto}.cart-page-header{text-align:center;margin-bottom:2rem}.cart-page-header h1{color:var(--foreground);font-size:1.5rem;font-weight:700}@media (min-width:640px){.cart-page-header h1{font-size:1.875rem}}.cart-page-header p{color:var(--muted-foreground);margin-top:.5rem;font-size:.9375rem}.cart-layout{grid-template-columns:1fr;gap:1.5rem;width:100%;display:grid}@media (min-width:1024px){.cart-layout{grid-template-columns:1fr 340px;align-items:start}}.cart-items-panel{flex-direction:column;gap:1rem;width:100%;display:flex}.cart-item-card{border:1px solid var(--border);background:#fff;border-radius:1rem;align-items:center;gap:1.25rem;width:100%;padding:1.25rem;transition:box-shadow .15s;display:flex;box-shadow:0 1px 3px #0000000f}.cart-item-card:hover{box-shadow:0 4px 16px #00000014}.cart-item-image{border:1px solid var(--border);background:linear-gradient(135deg,#e7faf9,#e8f3ff);background:linear-gradient(135deg,lab(96.7406% -6.58566 -1.76771),lab(95.3401% -2.12318 -7.10804));border-radius:.75rem;flex-shrink:0;width:6.5rem;height:6.5rem;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-image span{justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;display:flex}.cart-item-body{flex:1;min-width:0}.cart-item-name{color:var(--foreground);margin-bottom:.25rem;font-size:1.0625rem;font-weight:600}.cart-item-meta{color:var(--muted-foreground);font-size:.875rem}.cart-item-original{color:#9e9e9e;text-decoration:line-through}.cart-item-price{color:#006463;color:lab(37.7097% -46.9178 -11.7643);margin-top:.5rem;font-size:1.125rem;font-weight:700}.cart-item-remove{width:2.5rem;height:2.5rem;color:var(--destructive);cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}@media (max-width:480px){.cart-item-card{flex-direction:column;align-items:flex-start;gap:1rem}.cart-item-remove{align-self:flex-end}}.cart-summary-card{border:1px solid var(--border);background:#fff;border-radius:1rem;width:100%;padding:1.5rem;box-shadow:0 4px 20px #0000000f}@media (min-width:1024px){.cart-summary-card{position:sticky;top:6rem}}.cart-summary-title{color:var(--foreground);border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:700}.cart-summary-row{color:var(--muted-foreground);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9375rem;display:flex}.cart-summary-row strong{color:var(--foreground);font-weight:600}.cart-shipping-notice{color:#616161;background:#fff8e1;border:1px solid #ffe082;border-radius:.5rem;margin-bottom:.75rem;padding:.75rem;font-size:.8125rem;line-height:1.5}.cart-summary-total{border-top:2px solid var(--border);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.cart-summary-total span:first-child{color:var(--foreground);font-size:1rem;font-weight:600}.cart-summary-total span:last-child{color:#006463;color:lab(37.7097% -46.9178 -11.7643);font-size:1.5rem;font-weight:700}.cart-summary-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.cart-empty{text-align:center;border:1px solid var(--border);background:#fff;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;max-width:28rem;margin:0 auto;padding:4rem 2rem;display:flex;box-shadow:0 4px 20px #0000000f}
