@layer reset,base,themes,layouts,components,gallery,pages,overrides;@layer pages{.cart-layout{display:grid;grid-template-columns:1fr 400px;gap:var(--space-xl);align-items:start}.cart-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-l);padding:var(--space-xl) var(--space-xl)}.cart-heading{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:var(--weight-semibold);margin-bottom:var(--space-l)}.cart-items{display:flex;flex-direction:column;gap:var(--space-m)}.cart-item{display:flex;gap:var(--space-l);padding:var(--space-l);border:1px solid var(--border);border-radius:var(--radius-m);position:relative;transition:border-color var(--duration-fast) var(--ease-out)}.cart-item:hover{border-color:var(--border-hover)}.cart-item__image{width:7rem;height:7rem;object-fit:cover;border-radius:var(--radius-s);background:var(--muted);flex-shrink:0}.cart-item__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-3xs)}.cart-item__title{font-family:var(--font-display);font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--foreground);text-decoration:none}.cart-item__title:hover{text-decoration:underline}.cart-item__artist,.cart-item__medium{font-size:var(--text-sm);color:var(--muted-foreground)}.cart-item__shipping{display:flex;justify-content:space-between;font-size:var(--text-sm);color:var(--muted-foreground);margin-top:var(--space-xs)}.cart-item__price-row{display:flex;justify-content:space-between;font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--foreground);text-transform:uppercase;letter-spacing:.03em}.cart-item__remove{position:absolute;top:var(--space-s);right:var(--space-s);width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);background:var(--muted);border:none;border-radius:var(--radius-full);cursor:pointer;transition:color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out);padding:0}.cart-item__remove:hover{color:var(--destructive);background:color-mix(in srgb,var(--destructive) 15%,transparent)}.cart-item__remove svg{width:.875rem;height:.875rem}.cart-promo-toggle{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-m) 0;font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;background:none;border:none;cursor:pointer}.cart-promo-toggle svg{transition:transform var(--duration-fast) var(--ease-out)}.cart-promo-toggle.open svg{transform:rotate(180deg)}.cart-promo-form{display:flex;gap:var(--space-s);padding-bottom:var(--space-m)}.cart-promo-form .input{flex:1}.cart-sidebar{display:flex;flex-direction:column;gap:var(--space-l);position:sticky;top:5rem}.cart-sidebar__title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--weight-bold);margin-bottom:var(--space-m)}.cart-sidebar__row{display:flex;justify-content:space-between;align-items:baseline;font-size:var(--text-sm);color:var(--muted-foreground)}.cart-sidebar__row+.cart-sidebar__row{margin-top:var(--space-xs)}.cart-sidebar__row--total{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--foreground);text-transform:uppercase;letter-spacing:.03em;padding-bottom:var(--space-m);border-bottom:1px solid var(--border);margin-bottom:var(--space-l)}.cart-sidebar__total-value{font-size:var(--text-xl);font-weight:var(--weight-bold)}.cart-sidebar__checkout{width:100%;text-align:center;letter-spacing:.05em}.cart-card.cart-trust{padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-xl)}.cart-trust__item{display:flex;gap:var(--space-m);align-items:flex-start}.cart-trust__icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--muted);border-radius:var(--radius-full);color:var(--foreground)}.cart-trust__icon svg{width:1.25rem;height:1.25rem}.cart-trust__item strong{display:block;font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--foreground);margin-bottom:var(--space-3xs)}.cart-trust__item p{font-size:var(--text-xs);color:var(--muted-foreground);line-height:var(--leading-relaxed)}.cart-card.cart-help{padding:var(--space-xl)}.cart-help__title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-semibold);margin-bottom:var(--space-m)}.cart-help__buttons{display:flex;gap:var(--space-s)}.cart-help__buttons .btn{flex:1;text-align:center;letter-spacing:.03em}@media(max-width:768px){.cart-layout{grid-template-columns:1fr}.cart-sidebar{position:static}.cart-item__image{width:5.5rem;height:5.5rem}}}
