.page-hero{isolation:isolate;background:url('../img/loja.png') center/cover no-repeat}
.page-hero::before{content:"";position:absolute;inset:0;z-index:0;background:rgba(5,5,5,.68);pointer-events:none}
.product-grid{perspective:1200px}
.product-card{transform-style:preserve-3d;will-change:transform;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}
.product-card:hover{border-color:rgba(255,255,255,.55);box-shadow:0 24px 70px rgba(0,0,0,.4)}
.product-card__media img{will-change:transform}
.store-toolbar{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-card{border:1px solid var(--line);background:#0d0d0d;display:flex;flex-direction:column}.product-card[hidden]{display:none}.product-card__media{aspect-ratio:1;overflow:hidden;border-bottom:1px solid var(--line)}.product-card__media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:filter var(--transition),transform .7s ease}.product-card:hover img{filter:grayscale(0);transform:scale(1.025)}.product-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem;flex:1}.product-card__top{display:flex;justify-content:space-between;align-items:start;gap:1rem}.product-card h2,.product-card h3{font:900 1.2rem/1 var(--display);text-transform:uppercase}.product-price{font-weight:900;white-space:nowrap}.product-card p{color:var(--muted);font-size:.92rem}.product-controls{display:grid;grid-template-columns:1fr 90px;gap:.75rem;margin-top:auto}.product-controls select,.product-controls input,.buyer-field input{border:1px solid var(--line);background:#0a0a0a;color:var(--paper);padding:.75rem;width:100%}.product-controls .button{grid-column:1/-1}.cart-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:2rem;align-items:start}.cart-list{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:130px 1fr auto;gap:1rem;border:1px solid var(--line);padding:1rem;align-items:center}.cart-item img{width:130px;aspect-ratio:1;object-fit:cover;filter:grayscale(1)}.cart-item h2{font:900 1rem/1 var(--display);text-transform:uppercase}.cart-item__meta{color:var(--muted);font-size:.85rem}.quantity-control{display:flex;align-items:center;border:1px solid var(--line);width:max-content;margin-top:.8rem}.quantity-control button{width:38px;height:38px;background:transparent;color:var(--paper);cursor:pointer}.quantity-control input{width:48px;height:38px;border:0;border-inline:1px solid var(--line);background:transparent;color:var(--paper);text-align:center}.remove-button{background:transparent;color:var(--muted);text-decoration:underline;cursor:pointer;padding:0;margin-top:.6rem}.cart-summary{position:sticky;top:calc(var(--header) + 1rem);border:1px solid var(--line);padding:1.5rem;background:#0c0c0c}.summary-row{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--line)}.summary-row--total{font:900 1.35rem/1 var(--display);text-transform:uppercase;border-bottom:0;padding:1.2rem 0}.buyer-field{display:grid;gap:.45rem;margin:1.2rem 0}.buyer-field label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.checkout-note{color:var(--muted);font-size:.78rem;margin-top:1rem}.product-empty{grid-column:1/-1}@media(max-width:920px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:620px){.store-toolbar{align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:90px 1fr}.cart-item img{width:90px}.cart-item__price{grid-column:2}.product-controls{grid-template-columns:1fr 80px}}
