.cart-options{flex-direction:column;gap:1rem;width:100%;display:flex}.cart-action-btn{letter-spacing:-.01em;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:.85rem;justify-content:center;align-items:center;width:100%;min-height:2.9rem;padding:.75rem 1.25rem;font-family:inherit;font-size:.925rem;font-weight:600;transition:background-color .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.cart-action-btn:hover{transform:translateY(-1px)}.cart-action-btn:active{transform:scale(.985)}.cart-action-btn:focus-visible{outline:none;box-shadow:0 0 0 4px #1717171f}.cart-action-btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.cart-add-btn{color:#fff;background:#171717;border-color:#171717}.cart-add-btn:hover{background:#000;border-color:#000;box-shadow:0 8px 20px #0000001f}.cart-remove-btn{color:#262626;background:#fff;border-color:#d4d4d4}.cart-remove-btn:hover{color:#000;background:#f5f5f5;border-color:#171717}.cart-quantity{flex-direction:column;margin:0 auto;padding-top:1rem;display:flex}.quantity-hint{color:gray;font-weight:lighter}.cart-quantity>.product-stock{align-self:flex-end;margin-bottom:10px}.quantity-field{flex-direction:column;gap:.5rem;width:100%;max-width:16rem;display:flex}.quantity-label{color:#404040;font-size:.85rem;font-weight:600}.quantity-group{background:#fff;border:1px solid #d4d4d4;border-radius:.8rem;grid-template-columns:2.75rem minmax(4rem,1fr) 2.75rem;align-items:center;width:100%;min-height:2.75rem;transition:border-color .18s,box-shadow .18s;display:grid;overflow:hidden}.quantity-group:focus-within{border-color:#171717;box-shadow:0 0 0 4px #17171714}.quantity-control{color:#262626;cursor:pointer;background:#fafafa;border:0;justify-content:center;align-items:center;width:100%;height:100%;min-height:2.75rem;font-family:inherit;font-size:1.15rem;font-weight:500;transition:background-color .16s,color .16s;display:inline-flex}.quantity-control:first-child{border-right:1px solid #e5e5e5}.quantity-control:last-child{border-left:1px solid #e5e5e5}.quantity-control:hover{color:#fff;background:#171717}.quantity-control:focus-visible{z-index:1;outline-offset:-2px;outline:2px solid #171717;position:relative}.quantity-control:disabled{opacity:.35;cursor:not-allowed}.quantity-input{color:#171717;text-align:center;appearance:textfield;background:0 0;border:0;outline:none;width:100%;min-width:0;height:100%;padding:0 .5rem;font-family:inherit;font-size:.925rem;font-weight:600}.quantity-input::-webkit-inner-spin-button{appearance:none;margin:0}.quantity-input::-webkit-outer-spin-button{appearance:none;margin:0}@media (max-width:30rem){.quantity-field{max-width:none}.cart-action-btn{min-height:3rem}}
.product-page{color:#171717;width:min(100% - 2rem,75rem);margin-inline:auto;padding-block:2rem 4rem}.product-header{border-bottom:1px solid #e5e5e5;margin-bottom:2rem;padding-bottom:1.25rem}.product-header h1{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,4vw,3.5rem);font-weight:750;line-height:1.05}.product-layout{grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr);align-items:start;gap:clamp(2rem,5vw,5rem);display:grid}.product-purchase{min-width:0}.product-carousel{background:#fafafa;border:1px solid #e5e5e5;border-radius:1.25rem;width:100%;overflow:hidden}.product-carousel img{object-fit:cover;width:100%;height:auto;display:block}.product-checkout{background:#fff;border:1px solid #e5e5e5;border-radius:1rem;flex-direction:column;gap:1.25rem;margin-top:1rem;padding:1.25rem;display:flex}.product-details{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.product-price{color:#171717;letter-spacing:-.025em;font-size:1.15rem;font-weight:700}.product-stock{color:#525252;background:#fafafa;border:1px solid #e5e5e5;border-radius:999px;align-items:center;min-height:2rem;padding-inline:.75rem;font-size:.8rem;font-weight:600;display:inline-flex}.product-description{background:#fff;border:1px solid #e5e5e5;border-radius:1.25rem;padding:1.5rem;position:sticky;top:6rem}.product-description h2{color:#171717;letter-spacing:-.025em;margin:0 0 1rem;font-size:1.1rem;font-weight:700}.product-description p{color:#525252;white-space:pre-line;margin:0;font-size:1rem;line-height:1.75}.product-error{width:min(100%,44rem);margin:3rem auto 0}@media (max-width:48rem){.product-page{width:min(100% - 1.5rem,42rem);padding-block:1.5rem 3rem}.product-header{margin-bottom:1.25rem;padding-bottom:1rem}.product-header h1{font-size:clamp(1.85rem,8vw,2.75rem)}.product-layout{flex-direction:column;gap:1.5rem;display:flex}.product-purchase{display:contents}.product-carousel{border-radius:1rem;order:1}.product-description{order:2;width:100%;padding:1.25rem;position:static}.product-checkout{order:3;width:100%;margin-top:0}}@media (max-width:30rem){.product-page{width:min(100% - 1rem,42rem);padding-top:1rem}.product-checkout,.product-description{border-radius:.9rem;padding:1rem}.product-details{flex-direction:column;align-items:flex-start}.product-stock{min-height:1.8rem}}
