.product-page{background:var(--background);padding-top:0}.product-page__breadcrumb{align-items:center;gap:.75rem;padding-top:8rem;padding-bottom:2.5rem;display:flex}.product-page__back{color:var(--outline);transition:color .2s}.product-page__back:hover{color:var(--primary)}.product-page__crumb-sep{color:var(--outline-variant)}.product-page__crumb-title{color:var(--on-surface)}.product-page__main{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;padding-bottom:3.5rem;display:grid}.product-page__gallery{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:7rem}.product-page__img-wrap{background:var(--surface-container-low);aspect-ratio:4/5;position:relative;overflow:hidden}.product-page__img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.product-page__img--active{opacity:1;z-index:1}.product-page__img-wrap:hover .product-page__img--active{transform:scale(1.03)}.product-page__nav{z-index:3;color:#fff;cursor:pointer;opacity:0;background:#1a1c1b59;border:none;border-radius:50%;place-items:center;width:2.75rem;height:2.75rem;padding:0;transition:opacity .25s,background .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.product-page__nav svg{width:1.4rem;height:1.4rem}.product-page__nav--prev{left:.75rem}.product-page__nav--next{right:.75rem}.product-page__img-wrap:hover .product-page__nav,.product-page__nav:focus-visible{opacity:1}.product-page__nav:hover{background:#1a1c1b99}@media (hover:none){.product-page__nav{display:none}}.product-page__stage{align-items:flex-start;gap:1rem;display:flex}.product-page__img-wrap{flex:auto;min-width:0}.product-page__thumbs{flex-direction:column;flex:none;order:-1;gap:.5rem;width:72px;display:flex}.product-page__thumb{aspect-ratio:4/5;background:var(--surface-container-lowest);cursor:pointer;border:1px solid #1a1c1b1f;flex:none;width:100%;padding:0;transition:border-color .2s;position:relative;overflow:hidden}.product-page__thumb:hover{border-color:#1a1c1b66}.product-page__thumb--active{border-color:var(--primary)}.product-page__thumb-img{object-fit:cover;width:100%;height:100%}.product-page__img-meta{flex-wrap:wrap;gap:.5rem;display:flex}.product-page__info{flex-direction:column;gap:2.5rem;padding-top:1rem;display:flex}.product-page__header{flex-direction:column;gap:.75rem;display:flex}.product-page__collection{color:var(--outline)}.product-page__title{color:var(--on-surface);font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.1}.product-page__price{letter-spacing:-.01em;color:var(--on-surface);font-size:1.5rem;font-weight:400}.product-page__sizes{flex-direction:column;gap:1rem;display:flex}.product-page__size-label{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.product-page__size-hint{color:var(--outline)}.product-page__size-grid{flex-wrap:wrap;gap:.5rem;display:flex}.product-page__size-btn{background:var(--surface-container-low);color:var(--on-surface-variant);font-family:var(--font-label);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:0;flex:1 1 0;padding:.85rem .5rem;font-size:.6875rem;transition:background .2s,color .2s,border-color .2s}.product-page__size-btn:hover{background:var(--surface-container-highest);color:var(--on-surface)}.product-page__size-btn--active{background:var(--primary);color:var(--on-primary);border-color:var(--primary)}.product-page__actions{align-items:center;display:flex}.product-page__add{flex:1;justify-content:center;transition:background .25s,transform .15s,opacity .2s}.product-page__add--disabled{opacity:.4;cursor:not-allowed;transform:none!important}.product-page__add--added{background:var(--secondary)}.product-page__details{flex-direction:column;display:flex}.product-page__acc-row{border-top:1px solid #c4c7c733}.product-page__acc-row:last-child{border-bottom:1px solid #c4c7c733}.product-page__acc-head{cursor:pointer;text-align:left;width:100%;color:var(--on-surface);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 0;font-family:inherit;display:flex}.product-page__acc-title{color:inherit;transition:color .2s}.product-page__acc-head:hover .product-page__acc-title{color:var(--outline)}.product-page__acc-mark{color:var(--outline);flex:none;transition:transform .25s}.product-page__acc-mark.is-open{transform:rotate(180deg)}.product-page__acc-panel{max-width:480px;padding-bottom:1.6rem}.product-page__videos{background:var(--surface-container-low);padding:4rem 0}.product-page__videos-nav{justify-content:flex-end;gap:.5rem;margin-bottom:2rem;display:flex}.product-page__videos-arrow{border:1px solid var(--outline-variant);width:44px;height:44px;color:var(--on-surface);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:flex}.product-page__videos-arrow:hover:not(:disabled){border-color:var(--on-surface)}.product-page__videos-arrow:disabled{color:var(--outline-variant);cursor:default}.product-page__videos-rail{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1.5rem;padding-inline:max(5rem,50% - 720px + 5rem);display:flex;overflow-x:auto}.product-page__videos-rail::-webkit-scrollbar{display:none}.product-page__videos-item{scroll-snap-align:start;flex:0 0 280px}.product-page__video-frame{aspect-ratio:9/16;background:var(--surface-container-highest);object-fit:cover;width:100%;display:block;position:relative;overflow:hidden}.product-page__video-btn{cursor:pointer;color:var(--on-primary);border:none;padding:0}.product-page__video-poster{object-fit:cover}.product-page__video-play{background:#1a1c1b1f;justify-content:center;align-items:center;transition:background .25s;display:flex;position:absolute;inset:0}.product-page__video-btn:hover .product-page__video-play,.product-page__video-btn:focus-visible .product-page__video-play{background:#1a1c1b47}.product-page__quote{background:var(--primary);padding:8rem 0}.product-page__quote-text{color:var(--on-primary);max-width:800px;font-style:italic;font-weight:300;line-height:1.2}.product-page__quote-attr{color:#fff6;margin-top:2rem}@media (max-width:900px){.product-page__main{grid-template-columns:1fr;gap:3rem}.product-page__gallery{position:static}.product-page__videos-nav{display:none}.product-page__videos{padding:2.5rem 0}.product-page__videos-rail{gap:1rem;padding-inline:2rem}.product-page__videos-item{flex-basis:240px}}@media (max-width:600px){.product-page__size-grid{justify-content:center}.product-page__size-btn{flex:0 0 calc(33.3333% - .333333rem)}}.add-modal{text-align:center;padding:2rem}.add-modal__eyebrow{color:var(--outline);text-transform:uppercase;letter-spacing:.14em;margin-bottom:.75rem}.add-modal__name{color:var(--on-surface);margin-bottom:.75rem}.add-modal__chips{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.75rem;display:flex}.add-modal__size{margin-bottom:0}.add-modal .pack-modal{border-top:1px solid #c4c7c759;margin-bottom:1.5rem;padding-top:1.5rem}.add-modal__actions{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.add-modal__keep{cursor:pointer;color:var(--outline);text-underline-offset:3px;background:0 0;border:none;padding:.5rem;text-decoration:underline;transition:color .2s}.add-modal__keep:hover{color:var(--on-surface)}.product-page__eyebrow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.product-page__rating{align-items:center;gap:.45rem;text-decoration:none;display:inline-flex}.product-page__rating-avg{color:var(--on-surface)}.product-page__rating-count{color:var(--outline);text-underline-offset:3px;text-decoration:underline}.product-page__price-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.product-page__pack-anchor{color:var(--secondary)}.product-page__engineered{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.product-page__engineered-item{color:var(--on-surface);align-items:center;gap:.65rem;font-size:.8125rem;line-height:1.3;display:flex}.product-page__engineered-icon{width:16px;height:16px;color:var(--on-surface);flex:none}.product-page__colours{flex-direction:column;gap:.75rem;display:flex}.product-page__colour-label{color:var(--on-surface);align-items:center;gap:.5rem;display:flex}.product-page__colour-current{color:var(--outline)}.product-page__colour-grid{align-items:center;gap:.75rem;display:flex}.product-page__swatch{background:var(--surface-container-low);border:1px solid #1a1c1b33;border-radius:50%;width:34px;height:34px;display:block}.product-page__swatch--active{outline:1px solid var(--primary);outline-offset:3px}.product-page__stock{color:var(--outline);align-items:center;gap:.5rem;margin:0;display:flex}.product-page__stock-dot{background:var(--secondary);border-radius:50%;width:6px;height:6px}.product-page__add{flex-direction:column;gap:.25rem}.product-page__add-note{letter-spacing:.12em;text-transform:uppercase;opacity:.65;font-size:.5625rem}@media (max-width:900px){.product-page__breadcrumb{display:none}.product-page__main{gap:.75rem;padding-top:4.5rem}.product-page__gallery{gap:.75rem;margin-left:-2rem;margin-right:-2rem}.product-page__img-meta{padding:0 2rem}.product-page__img-wrap{aspect-ratio:1;background:var(--surface-container-lowest);min-height:240px;max-height:calc(100dvh - 348px)}.product-page__img{object-fit:contain}.product-page__stage{flex-direction:column;gap:.5rem}.product-page__thumbs{flex-direction:row;order:0;justify-content:center;align-self:stretch;width:auto;padding:0 2rem;overflow-x:auto}.product-page__img-wrap{flex:none;align-self:stretch}.product-page__thumb{width:36px}.product-page__info{gap:.8rem;padding-top:0}.product-page__size-hint{display:none}.product-page__header{gap:.5rem}.product-page__title,.product-page__price{font-size:1.375rem}.product-page__sizes{gap:.6rem}.product-page__size-label{margin-bottom:0}.product-page__details{margin-top:.75rem}}@media (max-width:600px){.product-page__size-btn{flex:1 1 0;padding:.75rem .25rem}}.product-page__sticky{z-index:900;-webkit-backdrop-filter:blur(20px);background:#faf9f7f0;border-top:1px solid #c4c7c759;align-items:center;gap:1rem;padding:.75rem 1rem;transition:transform .28s cubic-bezier(.22,1,.36,1);display:none;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.product-page__sticky--on{transform:none}.product-page__sticky-meta{flex-direction:column;gap:.15rem;min-width:0;display:flex}.product-page__sticky-name{color:var(--outline);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.product-page__sticky-price{color:var(--on-surface)}.product-page__sticky-btn{flex:1;justify-content:center;padding:.9rem 1rem}@media (max-width:900px){.product-page__sticky{display:flex}.product-page{padding-bottom:5.5rem}}@media (prefers-reduced-motion:reduce){.product-page__sticky{transition:none}}
