.shop-page{--shop-hero-min-height:280px}.shop-hero{background:color-mix(in srgb, var(--surface) 60%, var(--background));border-bottom:1px solid var(--border)}.shop-hero-inner{text-align:center;max-width:80rem;margin-inline:auto;padding:3rem 1.5rem 2.5rem}@media (width>=768px){.shop-hero-inner{padding:4rem 2rem 3rem}}.shop-eyebrow{letter-spacing:.35em;text-transform:uppercase;color:var(--primary);font-size:.75rem;font-weight:500}.shop-hero-title{font-family:var(--font-heading);color:var(--foreground-dark);margin-top:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:600;line-height:1.15}.shop-hero-description{max-width:42rem;color:var(--foreground);margin:1rem auto 0;font-size:1.0625rem;line-height:1.7}.shop-body{max-width:80rem;margin-inline:auto;padding:2.5rem 1.5rem 5rem}@media (width>=1024px){.shop-body{padding:3rem 2.5rem 6rem}}.shop-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.shop-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.shop-grid{grid-template-columns:repeat(3,1fr)}}.shop-collection-hero{min-height:var(--shop-hero-min-height);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.shop-collection-hero-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.shop-collection-hero-overlay{background:linear-gradient(to top, color-mix(in srgb, var(--background) 92%, transparent), color-mix(in srgb, var(--background) 40%, transparent));position:absolute;inset:0}.shop-collection-hero-content{text-align:center;max-width:80rem;margin-inline:auto;padding:6rem 1.5rem 2.5rem;position:relative}.shop-product-detail{gap:2.5rem;display:grid}@media (width>=1024px){.shop-product-detail{grid-template-columns:1fr 1fr;align-items:start;gap:3rem}}.shop-product-info{flex-direction:column;gap:1rem;display:flex}.shop-product-title{font-family:var(--font-heading);color:var(--foreground-dark);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;line-height:1.2}.shop-product-prices{flex-wrap:wrap;align-items:baseline;gap:.75rem;display:flex}.shop-product-price{color:var(--foreground-dark);font-size:1.5rem;font-weight:600}.shop-product-compare{color:var(--foreground);opacity:.7;font-size:1.125rem;text-decoration:line-through}.shop-product-meta{color:var(--foreground);flex-wrap:wrap;gap:.75rem 1.5rem;font-size:.875rem;display:flex}.shop-product-collection-link{color:var(--primary-dark);font-weight:500;text-decoration:none}.shop-product-collection-link:hover{color:var(--primary);text-decoration:underline}.shop-product-short{color:var(--foreground);font-size:1rem;line-height:1.7}.shop-product-actions{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.shop-product-action{cursor:pointer;flex:9rem;min-width:9rem}.shop-product-actions .btn-outline-lg{border-color:color-mix(in srgb, var(--primary) 30%, var(--border));background-color:color-mix(in srgb, var(--surface) 100%, white);color:var(--primary-dark)}.shop-product-actions .btn-outline-lg:hover:not(:disabled){background-color:color-mix(in srgb, var(--surface) 90%, white);border-color:var(--primary);color:var(--primary-dark)}.shop-product-action:disabled{cursor:not-allowed;opacity:.5}.product-cart-control{border:1px solid color-mix(in srgb, var(--primary) 30%, var(--border));background-color:color-mix(in srgb, var(--surface) 100%, white);width:100%;height:2.75rem;color:var(--primary-dark);border-radius:9999px;align-items:stretch;transition:border-color .15s,background-color .15s,box-shadow .15s;display:flex;overflow:hidden}.product-cart-control:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in oklch, var(--ring) 50%, transparent)}.product-cart-control__btn{width:2.75rem;color:var(--primary-dark);cursor:pointer;background:0 0;border:none;flex:0 0 2.75rem;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex}.product-cart-control__btn:hover:not(:disabled){background-color:color-mix(in srgb, var(--primary) 10%, transparent);color:var(--primary)}.product-cart-control__btn:focus-visible{background-color:color-mix(in srgb, var(--primary) 12%, transparent);outline:none}.product-cart-control__btn:disabled{cursor:not-allowed;opacity:.45}.product-cart-control__qty{font-variant-numeric:tabular-nums;min-width:2.5rem;color:var(--foreground-dark);user-select:none;flex:auto;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.shop-product-specs{border-top:1px solid var(--border);margin-top:.5rem;padding-top:1.25rem}.shop-product-specs-title{font-family:var(--font-heading);color:var(--foreground-dark);margin-bottom:.75rem;font-size:1.375rem;font-weight:600}.shop-gallery-primary{border:1px solid var(--border);background:var(--surface);aspect-ratio:1;border-radius:.75rem;overflow:hidden}.shop-gallery-primary img{object-fit:cover;width:100%;height:100%}.shop-gallery-thumbs{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:.75rem;margin-top:.75rem;display:grid}.shop-gallery-thumb{border:1px solid var(--border);aspect-ratio:1;background:var(--surface);border-radius:.5rem;overflow:hidden}.shop-gallery-thumb img{object-fit:cover;width:100%;height:100%}.shop-section{border-top:1px solid var(--border);margin-top:3rem;padding-top:2rem}.shop-section-title{font-family:var(--font-heading);color:var(--foreground-dark);margin-bottom:1.25rem;font-size:1.5rem;font-weight:600}.shop-description-block{margin-bottom:2rem}.shop-description-block h3{font-family:var(--font-heading);color:var(--foreground-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.shop-description-block p{color:var(--foreground);line-height:1.75}.shop-description-list{color:var(--foreground);margin:0;padding-left:1.25rem;line-height:1.75}.shop-description-list li+li{margin-top:.5rem}.shop-description-figure{margin:0}.shop-description-figure img{border:1px solid var(--border);border-radius:.75rem;width:100%}.shop-description-figure figcaption{color:var(--foreground);opacity:.8;margin-top:.5rem;font-size:.875rem}.shop-spec-table{border-collapse:collapse;width:100%}.shop-spec-table th,.shop-spec-table td{text-align:left;border-bottom:1px solid var(--border);padding:.75rem 1rem;font-size:.9375rem}.shop-spec-table th{width:40%;color:var(--foreground-dark);background:color-mix(in srgb, var(--surface) 80%, transparent);font-weight:500}.shop-spec-table td{color:var(--foreground)}.shop-faq{flex-direction:column;gap:.75rem;display:flex}.shop-faq details{border:1px solid var(--border);background:var(--surface);border-radius:.5rem;overflow:hidden}.shop-faq summary{color:var(--foreground-dark);cursor:pointer;padding:1rem 1.25rem;font-weight:500;list-style:none}.shop-faq summary::-webkit-details-marker{display:none}.shop-faq details[open] summary{border-bottom:1px solid var(--border)}.shop-faq-answer{color:var(--foreground);padding:1rem 1.25rem;font-size:.9375rem;line-height:1.7}.shop-stock-badge{letter-spacing:.02em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.shop-stock-badge--in_stock{background:color-mix(in srgb, var(--primary) 15%, transparent);color:var(--primary-dark)}.shop-stock-badge--limited{background:color-mix(in srgb, var(--accent,var(--primary)) 18%, transparent);color:var(--foreground-dark)}.shop-stock-badge--out_of_stock{background:color-mix(in srgb, var(--foreground) 10%, transparent);color:var(--foreground);opacity:.8}.shop-breadcrumb{color:var(--foreground);margin-bottom:1.5rem;font-size:.875rem}.shop-breadcrumb a{color:var(--primary-dark);text-decoration:none}.shop-breadcrumb a:hover{text-decoration:underline}.shop-breadcrumb span{opacity:.5;margin-inline:.5rem}.shop-breadcrumb span:last-child{opacity:1;color:var(--foreground-dark);margin-inline:0;font-weight:500}@media (width<=449px){.shop-hero-inner,.shop-body,.shop-collection-hero-content{width:100%;max-width:none;padding-left:1.25rem;padding-right:1.25rem}}.checkout-layout{width:100%}.checkout-section+.checkout-section{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.checkout-section-title{font-family:var(--font-heading);color:var(--foreground-dark);margin-bottom:1.25rem;font-size:1.375rem;font-weight:600}.checkout-field-grid{flex-direction:column;gap:1.25rem;display:flex}.checkout-field{flex-direction:column;gap:.375rem;display:flex}.checkout-label{color:var(--foreground-dark);font-size:.875rem;font-weight:500}.checkout-input{border:1px solid var(--border);background:var(--background);width:100%;height:2.75rem;color:var(--foreground-dark);border-radius:.5rem;outline:none;padding:0 .875rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.checkout-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 20%, transparent)}.checkout-input--error{border-color:color-mix(in srgb, var(--destructive,#b91c1c) 60%, var(--border))}.checkout-error{color:var(--destructive,#b91c1c);font-size:.8125rem}.checkout-error-banner{border:1px solid color-mix(in srgb, var(--destructive,#b91c1c) 35%, var(--border));background:color-mix(in srgb, var(--destructive,#b91c1c) 8%, var(--surface));color:var(--foreground-dark);border-radius:.5rem;padding:.875rem 1rem;font-size:.9375rem}.order-success{max-width:42rem;margin-inline:auto}
