.product{padding-block:2rem}@media (min-width:768px){.product{padding-block:3rem}}.product__back{display:inline-flex;align-items:center;gap:0.25rem;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.12em;color:var(--muted-foreground);text-decoration:none;transition:color .2s ease}.product__back:hover{color:var(--foreground)}.product__back .icon{width:1rem;height:1rem}.product__layout{margin-top:1.5rem;display:grid;gap:2.5rem}@media (min-width:1024px){.product__layout{grid-template-columns:minmax(0,65fr) minmax(0,35fr);gap:4rem;align-items:start}}.product__gallery{display:flex;flex-direction:column-reverse;gap:1rem}@media (min-width:640px){.product__gallery{flex-direction:row;align-items:flex-start}}.product__thumbs{display:flex;gap:0.75rem}@media (min-width:640px){.product__thumbs{flex-direction:column}}.product__thumb{height:4rem;width:3.5rem;flex-shrink:0;overflow:hidden;border-radius:var(--radius-sm);border:1px solid var(--border);background:none;padding:0;cursor:pointer;transition:border-color .2s ease}@media (min-width:640px){.product__thumb{height:5rem;width:4rem}}.product__thumb.is-active{border-color:var(--foreground)}.product__thumb img{height:100%;width:100%;object-fit:cover}.product__main{position:relative;flex:1 1 auto;min-width:0;width:100%;aspect-ratio:4 / 5;max-height:520px;overflow:hidden;border-radius:var(--radius-sm);background:var(--secondary)}@media (min-width:1024px){.product__main{max-height:720px}}.product__main-img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;display:none}.product__main-img.is-active{display:block}.product__no-image{display:flex;height:100%;align-items:center;justify-content:center;color:var(--muted-foreground)}@media (min-width:1024px){.product__details{padding-top:1rem;position:sticky;top:2rem;align-self:start}}.product__vendor{color:var(--muted-foreground)}.product__title{margin-top:0.5rem;font-family:var(--font-serif);font-weight:600;font-size:1.875rem;line-height:1.25}@media (min-width:768px){.product__title{font-size:2.25rem}}.product__price-row{margin-top:1rem;display:flex;align-items:center;gap:0.75rem}.product__price{font-size:1.25rem}.product__compare{font-size:1rem;color:var(--muted-foreground);text-decoration:line-through}.product__option{margin-top:2rem}.product__option-name{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.12em;color:var(--foreground)}.product__option-values{margin-top:0.75rem;display:flex;flex-wrap:wrap;gap:0.5rem}.product__pill{min-width:3rem;border:1px solid var(--border);padding:0.625rem 1rem;font-size:0.875rem;color:var(--foreground);background:transparent;cursor:pointer;transition:all .15s ease}.product__pill:hover{border-color:var(--foreground)}.product__pill.is-active{border-color:var(--foreground);background:var(--foreground);color:var(--background)}.product__qty{margin-top:0.75rem;display:inline-flex;align-items:center;border:1px solid var(--border)}.product__qty-btn{padding:0.625rem 0.75rem;background:none;border:0;color:color-mix(in oklab,var(--foreground) 70%,transparent);cursor:pointer;transition:color .2s ease}.product__qty-btn:hover{color:var(--foreground)}.product__qty-btn .icon{width:0.875rem;height:0.875rem}.product__qty-input{min-width:2.5rem;width:2.5rem;text-align:center;font-size:0.875rem;border:0;background:transparent;color:var(--foreground);-moz-appearance:textfield}.product__qty-input::-webkit-outer-spin-button,.product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__add{margin-top:2rem;width:100%;justify-content:center;padding:1rem;letter-spacing:0.22em}.product__add:disabled{opacity:0.5;cursor:not-allowed}.product__add-spinner .icon{width:1rem;height:1rem;animation:tm-spin 0.8s linear infinite}@keyframes tm-spin{to{transform:rotate(360deg)}}.product__accordion{margin-top:2.5rem}.product__acc-item{border-bottom:1px solid var(--border)}.product__acc-trigger{list-style:none;cursor:pointer;padding:1rem 0;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.12em;color:var(--foreground);display:flex;align-items:center;justify-content:space-between}.product__acc-trigger::-webkit-details-marker{display:none}.product__acc-trigger::after{content:'';width:0.5rem;height:0.5rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;margin-left:1rem}.product__acc-item[open] .product__acc-trigger::after{transform:rotate(-135deg)}.product__acc-body{padding-bottom:1.25rem;font-size:0.875rem;line-height:1.625;color:color-mix(in oklab,var(--foreground) 80%,transparent)}.product__buy{margin-top:0.6rem;width:100%;justify-content:center;padding:calc(1rem - 1px);letter-spacing:0.22em}.product__buy:disabled{opacity:0.5;cursor:not-allowed}
