.product-runway{max-width:1300px;margin:0 auto;padding:6rem 2rem 4rem}.product-runway__breadcrumb{margin-bottom:3rem}.product-runway__breadcrumb-link{font-family:var(--font-sans);font-size:.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--color-accent);transition:color .2s ease}.product-runway__breadcrumb-link:hover{color:var(--color-text)}.product-runway__layout{display:grid;grid-template-columns:55% 1fr;gap:5rem;align-items:start}.product-runway__gallery{position:sticky;top:6rem}.product-runway__image-wrapper{overflow:hidden;cursor:crosshair;background:#e8e8e8;aspect-ratio:3 / 4}.product-runway__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.product-runway__image-wrapper:hover .product-runway__image{transform:scale(1.45)}.product-runway__thumbnails{display:flex;gap:.5rem;margin-top:.75rem}.product-runway__thumbnail{width:72px;height:72px;object-fit:cover;cursor:pointer;opacity:.45;border:1px solid transparent;transition:opacity .3s ease,border-color .3s ease}.product-runway__thumbnail:hover,.product-runway__thumbnail--active{opacity:1;border-color:var(--color-text)}.product-runway__info{display:flex;flex-direction:column;gap:2.25rem;padding-top:1rem}.product-runway__header{display:flex;flex-direction:column;gap:1rem}.product-runway__collection-label{font-family:var(--font-sans);font-size:.65rem;text-transform:uppercase;letter-spacing:6px;color:var(--color-accent)}.product-runway__rule{width:32px;border:none;border-top:1px solid var(--color-accent)}.product-runway__title{font-family:var(--font-mono);font-size:clamp(2.5rem,4.5vw,3.5rem);font-weight:400;line-height:1.1;color:var(--color-text)}.product-runway__price{font-family:var(--font-montserrat);font-size:1rem;font-weight:400;letter-spacing:1px;color:var(--color-accent)}.product-runway__description{font-family:var(--font-sans);font-size:.875rem;line-height:2;color:var(--color-accent)}.product-runway__option{display:flex;flex-direction:column;gap:.75rem}.product-runway__option-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.product-runway__option-label{font-family:var(--font-sans);font-size:.7rem;text-transform:uppercase;letter-spacing:3px;font-weight:500;color:var(--color-text)}.product-runway__size-guide-trigger{font-family:var(--font-sans);font-size:.7rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-accent);background:none;border:none;padding:0;text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .2s ease}.product-runway__size-guide-trigger:hover{color:var(--color-text)}.product-runway__option-values{display:flex;flex-wrap:wrap;gap:.4rem}.product-runway__option-btn{padding:.6rem 1.25rem;border:1px solid var(--color-text);background:transparent;color:var(--color-text);font-family:var(--font-sans);font-size:.75rem;letter-spacing:1px;transition:background .25s ease,color .25s ease;min-width:44px;text-align:center}.product-runway__option-btn:hover,.product-runway__option-btn--active{background:var(--color-text);color:var(--color-background)}.product-runway__quantity{display:flex;align-items:center;gap:1.5rem}.product-runway__qty-btn{width:34px;height:34px;border:1px solid var(--color-text);display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;transition:background .2s ease,color .2s ease}.product-runway__qty-btn:hover{background:var(--color-text);color:var(--color-background)}.product-runway__qty-display{font-family:var(--font-sans);font-size:.95rem;min-width:28px;text-align:center}.product-runway__sticky-bar{position:fixed;bottom:0;left:0;width:100%;background:var(--color-text);background:color-mix(in srgb,var(--color-text) 96%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1rem 2rem;z-index:200;transform:translateY(100%);transition:transform .35s ease}.product-runway__sticky-bar--visible{transform:translateY(0)}.product-runway__sticky-inner{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.product-runway__sticky-title{font-family:var(--font-sans);font-size:.85rem;font-weight:400;color:var(--color-background);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-runway__add-to-cart{padding:.9rem 2.5rem;background:var(--color-background);color:var(--color-text);font-family:var(--font-sans);font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:3px;border:none;white-space:nowrap;transition:background .25s ease,color .25s ease;flex-shrink:0}.product-runway__add-to-cart:hover{background:var(--color-accent);color:var(--color-background)}.product-runway__size-guide{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a80;z-index:300;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.product-runway__size-guide--open{opacity:1;pointer-events:all}.product-runway__size-guide-panel{position:relative;background:var(--color-background);width:100%;max-width:620px;max-height:85vh;overflow-y:auto;padding:3rem 2.5rem 2.5rem;transform:translateY(20px);transition:transform .3s ease}.product-runway__size-guide--open .product-runway__size-guide-panel{transform:translateY(0)}.product-runway__size-guide-close{position:absolute;top:1.25rem;right:1.5rem;font-size:1.2rem;line-height:1;color:var(--color-text);background:none;border:none;cursor:pointer}.product-runway__size-guide-heading{font-family:var(--font-mono);font-size:1.5rem;text-transform:uppercase;letter-spacing:2px;font-weight:400;margin-bottom:1.5rem}.product-runway__size-table{width:100%;border-collapse:collapse;font-family:var(--font-sans);font-size:.85rem}.product-runway__size-table th,.product-runway__size-table td{text-align:left;padding:.7rem .5rem;border-bottom:1px solid rgba(128,128,128,.25)}.product-runway__size-table th{text-transform:uppercase;letter-spacing:1.5px;font-size:.7rem;font-weight:500;color:var(--color-accent)}.product-runway__size-table td:first-child{font-weight:500}.product-runway__size-guide-note{margin-top:1.5rem;font-family:var(--font-sans);font-size:.8rem;line-height:1.7;color:var(--color-accent)}.product-runway__atc-inline{width:100%;margin-top:.5rem;padding:1rem 2rem;background:var(--color-text);color:var(--color-background);font-family:var(--font-sans);font-size:.85rem;letter-spacing:2px;text-transform:uppercase;border:none;transition:background .25s ease,color .25s ease}.product-runway__atc-inline:hover{background:var(--color-accent);color:var(--color-background)}.product-runway__scroll-cue{display:flex;align-items:center;gap:.6rem;margin-top:1.5rem;font-family:var(--font-sans);font-size:.7rem;text-transform:uppercase;letter-spacing:2.5px;color:var(--color-accent);transition:color .2s ease}.product-runway__scroll-cue:hover{color:var(--color-text)}.product-runway__scroll-arrow{display:inline-block;animation:runway-bounce 1.8s ease-in-out infinite}@keyframes runway-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.product-runway__story{max-width:1200px;margin:0 auto;padding:6rem 1.5rem 7rem;display:flex;flex-direction:column;gap:5rem}.product-runway__story-image{margin:0;overflow:hidden}.product-runway__story-image img{width:100%;height:auto;display:block}.product-runway__story-intro{max-width:680px;margin:0 auto;text-align:center}.product-runway__story-eyebrow{font-family:var(--font-sans);font-size:.7rem;text-transform:uppercase;letter-spacing:5px;color:var(--color-accent);margin-bottom:1.5rem}.product-runway__story-text{font-family:var(--font-serif);font-size:1.25rem;line-height:2;color:var(--color-text)}.product-runway__story-text p+p{margin-top:1.5rem}@media(max-width:768px){.product-runway{padding:5rem 1rem 3rem}.product-runway__story{padding:3.5rem 1rem 4.5rem;gap:3rem}.product-runway__story-text{font-size:1.1rem}.product-runway__layout{grid-template-columns:1fr;gap:2rem}.product-runway__gallery{position:static}.product-runway__image-wrapper{aspect-ratio:4 / 5}.product-runway__title{font-size:2.25rem}.product-runway__sticky-inner{flex-direction:column;gap:.75rem}.product-runway__add-to-cart{width:100%;text-align:center}.product-runway__sticky-title{display:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-product-runway.css.map */
