:root{--vt-ink: #101010;--vt-ink-2: #1a1918;--vt-ink-3: #232120;--vt-cream: #f7f1e8;--vt-paper: #ffffff;--vt-bone: #f5f3f0;--vt-accent: #ff7900;--vt-line-dark: rgba(16, 16, 16, .14);--vt-line-light: rgba(255, 255, 255, .16);--vt-r-lg: 24px;--vt-r-md: 16px;--vt-r-sm: 12px;--vt-rail: 1336px;--vt-gutter: clamp(20px, 4vw, 48px);--vt-ease: cubic-bezier(.16, 1, .3, 1);--vt-d1: clamp(4.6rem, 8vw, 11.2rem);--vt-d2: clamp(3.6rem, 6.4vw, 9.2rem);--vt-d3: clamp(3rem, 4.6vw, 6.2rem);--vt-d4: clamp(2rem, 2.4vw, 3.2rem);--vt-display-family: var(--font-heading-family);--vt-accent-family: var(--font-subtitle-family, var(--font-heading-family))}.vt-tone--paper{background:var(--vt-paper);color:var(--vt-ink)}.vt-tone--cream{background:var(--vt-cream);color:var(--vt-ink)}.vt-tone--ink{background:var(--vt-ink);color:var(--vt-bone)}.vt-tone--paper :is(h1,h2,h3,h4,h5,h6),.vt-tone--cream :is(h1,h2,h3,h4,h5,h6){color:var(--vt-ink)}.vt-tone--ink :is(h1,h2,h3,h4,h5,h6){color:var(--vt-bone)}.vt-hero .vt-hero__title,.vt-band .vt-band__title,.vt-scene .vt-scene__title{color:#fff}.vt-tone--paper .vt-muted,.vt-tone--cream .vt-muted{color:#1010109e}.vt-tone--ink .vt-muted{color:#f5f3f09e}.vt-tone--paper,.vt-tone--cream{--vt-line: var(--vt-line-dark)}.vt-tone--ink{--vt-line: var(--vt-line-light)}.vt-rule{height:1px;background:var(--vt-line, var(--vt-line-dark))}.vt-rail{max-width:var(--vt-rail);margin-inline:auto;padding-inline:2rem}@media screen and (min-width:1200px){.vt-rail{padding-inline:4.8rem}}.container{max-width:var(--vt-rail)}.vt-rail,.container{box-sizing:border-box}.vt-eyebrow{font-family:var(--vt-accent-family);font-size:1.3rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;line-height:1.4}.vt-eyebrow--tag{color:var(--vt-accent)}.vt-display{color:inherit;font-family:var(--vt-display-family);font-weight:500;letter-spacing:-.015em;line-height:1.02;text-transform:none;margin:0}.vt-display em,.vt-display .vt-hl{font-style:normal;color:var(--vt-accent)}.vt-d1{font-size:var(--vt-d1)}.vt-d2{font-size:var(--vt-d2)}.vt-d3{font-size:var(--vt-d3);line-height:1.12}.vt-d4{font-size:var(--vt-d4);line-height:1.16}.vt-sub{font-size:clamp(1.6rem,1.4vw,2rem);line-height:1.5;max-width:56rem}.vt-pill{display:inline-flex;align-items:center;justify-content:center;gap:1rem;height:4.8rem;padding:0 2.6rem;border-radius:10px;border:1px solid currentColor;background:transparent;font-family:var(--font-button-family, var(--font-body-family));font-size:1.4rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;line-height:1;text-decoration:none;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s,transform .35s var(--vt-ease);will-change:transform}.vt-pill:hover{transform:translateY(-2px)}.vt-pill--ink{color:var(--vt-ink);border-color:var(--vt-ink)}.vt-pill--ink:hover{background:var(--vt-ink);color:#fff}.vt-pill--light{color:#fff;border-color:#fff}.vt-pill--light:hover{background:#fff;color:var(--vt-ink)}.vt-pill--accent{color:var(--vt-accent);border-color:var(--vt-accent)}.vt-pill--accent:hover{background:var(--vt-accent);color:var(--vt-ink)}.vt-pill--ghost{color:inherit}.vt-tone--paper .vt-pill--ghost:hover,.vt-tone--cream .vt-pill--ghost:hover{background:var(--vt-ink);border-color:var(--vt-ink);color:#fff}.vt-tone--ink .vt-pill--ghost:hover{background:#fff;border-color:#fff;color:var(--vt-ink)}.vt-pill:focus-visible{outline:2px solid var(--vt-accent);outline-offset:3px}.vt-chip{display:inline-flex;align-items:center;gap:.7rem;height:3.6rem;padding:0 1.5rem;border-radius:999px;background:#1010106b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-family:var(--vt-accent-family);font-size:1.2rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;pointer-events:none}.vt-chip__dot{display:none}.vt-plus{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:#fff;color:var(--vt-ink);font-size:2rem;font-weight:400;line-height:1;text-decoration:none;transition:transform .35s var(--vt-ease),background-color .2s}.vt-plus:hover{transform:scale(1.08)}[data-vt-reveal]{opacity:0;transform:translateY(24px)}[data-vt-reveal].vt-in{opacity:1;transform:none;transition:opacity .65s var(--vt-ease),transform .65s var(--vt-ease);transition-delay:calc(var(--i, 0) * 90ms)}@media(prefers-reduced-motion:reduce){[data-vt-reveal]{opacity:1;transform:none;transition:none}}.vt-hero{position:relative}.vt-hero--sticky{height:124vh}.vt-hero__stage{position:relative;height:100vh;min-height:560px;overflow:hidden}.vt-hero--sticky .vt-hero__stage{position:sticky;top:0}.vt-hero__media,.vt-hero__media picture{position:absolute;top:0;right:0;bottom:0;left:0}.vt-hero__media img,.vt-hero__media video{width:100%;height:100%;object-fit:cover}.vt-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#08080857,#08080800 30%),linear-gradient(180deg,#08080800 46%,#08080885);pointer-events:none}.vt-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:clamp(6rem,10vh,11rem);color:#fff}.vt-hero--center .vt-hero__content{align-items:center;text-align:center;justify-content:center}.vt-hero__eyebrow{margin-bottom:1.6rem;opacity:.92}.vt-hero__title{max-width:8em}.vt-hero--center .vt-hero__title{max-width:14em}.vt-hero__sub{margin-top:2rem;color:#ffffffe0}.vt-hero__actions{display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:3.2rem}.vt-hero__cue{position:absolute;left:50%;bottom:2.4rem;transform:translate(-50%);width:2.6rem;height:4rem;border:1.5px solid rgba(255,255,255,.55);border-radius:999px}.vt-hero__cue:after{content:"";position:absolute;left:50%;top:.7rem;width:.4rem;height:.8rem;margin-left:-.2rem;border-radius:999px;background:#fff;animation:vt-cue 1.8s var(--vt-ease) infinite}@keyframes vt-cue{0%{transform:translateY(0);opacity:1}70%{transform:translateY(1.1rem);opacity:0}to{transform:translateY(0);opacity:0}}@media(prefers-reduced-motion:reduce){.vt-hero__cue:after{animation:none}.vt-hero--sticky{height:auto}.vt-hero--sticky .vt-hero__stage{position:relative}}.vt-scroller__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:2.4rem;margin-bottom:clamp(3.2rem,5vw,6.4rem)}.vt-scroller__title{max-width:12em}.vt-scroller__nav{display:flex;gap:1rem}.vt-arrow{display:inline-flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;border-radius:50%;border:1px solid var(--vt-line, var(--vt-line-dark));background:transparent;color:inherit;cursor:pointer;transition:background-color .2s,border-color .2s,opacity .2s}.vt-arrow:hover{background:#7f7f7f1a}.vt-arrow[disabled]{opacity:.3;pointer-events:none}.vt-arrow svg{width:1.8rem;height:1.8rem}.vt-scroller__track{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.4rem}.vt-scroller__track::-webkit-scrollbar{display:none}.vt-scene{position:relative;flex:0 0 auto;width:clamp(26rem,26vw,37rem);aspect-ratio:4 / 5;border-radius:var(--vt-r-lg);overflow:hidden;scroll-snap-align:start;isolation:isolate}.vt-scene img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s var(--vt-ease)}@media(hover:hover){.vt-scene:hover img{transform:scale(1.04)}}.vt-scene:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0808081f,#08080800 34% 55%,#0808088c);pointer-events:none;z-index:1}.vt-scene__chip{position:absolute;top:1.6rem;left:1.6rem;z-index:2}.vt-scene__plus{position:absolute;top:1.4rem;right:1.4rem;z-index:3}.vt-scene__title{position:absolute;left:1.8rem;right:1.8rem;bottom:1.6rem;z-index:2;color:#fff;font-family:var(--vt-display-family);font-size:var(--vt-d4);font-weight:400;letter-spacing:-.02em;line-height:1.14;margin:0}.vt-scroller__dots{display:flex;gap:.8rem;justify-content:center;margin-top:2.8rem}.vt-dot{width:.8rem;height:.8rem;border-radius:50%;border:0;padding:0;background:currentColor;opacity:.22;cursor:pointer;transition:opacity .2s,transform .2s}.vt-dot.vt-dot--on{opacity:1;transform:scale(1.2)}.vt-colors__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.vt-colors__title{margin-top:1.4rem;max-width:14em;text-transform:uppercase;font-weight:700;letter-spacing:0}.vt-colors__sub{margin-top:1.6rem}.vt-colors__media{width:100%;max-width:104rem;margin-top:clamp(2.8rem,4vw,5.6rem);border-radius:var(--vt-r-lg);overflow:hidden}.vt-colors__media img{width:100%;height:auto;display:block}.vt-tone--cream .vt-colors__media img,.vt-tone--paper .vt-colors__media img{mix-blend-mode:multiply}.vt-colors__swatches{display:flex;flex-wrap:wrap;justify-content:center;margin-top:clamp(2.4rem,3vw,4rem);max-width:96rem}.vt-colors__swatch{display:flex;align-items:center;gap:.9rem;padding:.4rem 2.2rem;border-left:1px solid var(--vt-line, var(--vt-line-dark))}.vt-colors__swatch:first-child{border-left:0}.vt-colors__dot{display:none}.vt-colors__label{font-family:var(--vt-accent-family);font-size:1.2rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.vt-colors__cta{margin-top:3.2rem}.vt-tabs__head{max-width:64rem;margin-bottom:clamp(2.8rem,4vw,5.2rem)}.vt-tabs__title{margin-top:1.4rem}.vt-tabs__nav{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:clamp(2.4rem,3vw,4rem)}.vt-tab-btn{height:4.4rem;padding:0 2.2rem;border-radius:999px;border:1px solid var(--vt-line, var(--vt-line-dark));background:transparent;color:inherit;font-family:var(--font-body-family);font-size:1.5rem;font-weight:500;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}.vt-tab-btn.vt-tab--on{background:var(--vt-ink);color:#fff;border-color:var(--vt-ink)}.vt-tone--ink .vt-tab-btn.vt-tab--on{background:var(--vt-bone);color:var(--vt-ink);border-color:var(--vt-bone)}.vt-tabs__panel{display:none}.vt-tabs__panel.vt-panel--on{display:grid;animation:vt-fade .5s var(--vt-ease)}@keyframes vt-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.vt-tabs__panel.vt-panel--on{animation:none}}.vt-tabs__panel{grid-template-columns:minmax(0,1fr);gap:2rem}@media screen and (min-width:990px){.vt-tabs__panel{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}}.vt-tabs__scene{position:relative;border-radius:var(--vt-r-lg);overflow:hidden;min-height:34rem}.vt-tabs__scene img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vt-tabs__scene .vt-chip{position:absolute;top:1.6rem;left:1.6rem}.vt-tabs__aside{display:flex;flex-direction:column;gap:2rem}.vt-stat-card{border-radius:var(--vt-r-md);padding:2.6rem 2.8rem;background:#7f7f7f14;border:1px solid var(--vt-line, var(--vt-line-dark));flex:1 1 auto}.vt-tone--ink .vt-stat-card{background:var(--vt-ink-2);border-color:transparent}.vt-stat-card__value{font-family:var(--vt-accent-family);font-size:clamp(3.2rem,3.4vw,4.6rem);font-weight:400;letter-spacing:-.02em;line-height:1}.vt-stat-card__label{margin-top:1rem;font-size:1.4rem}.vt-anatomy__head{margin-bottom:clamp(3.2rem,5vw,6.4rem);max-width:13em}.vt-anatomy__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem}@media screen and (min-width:750px){.vt-anatomy__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.vt-anatomy__card{position:relative;border-radius:var(--vt-r-lg);overflow:hidden;background:var(--vt-ink-2);min-height:42rem;display:flex;flex-direction:column;justify-content:flex-end;padding:2.8rem;isolation:isolate}.vt-anatomy__card--media{padding:0}.vt-anatomy__card--media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vt-anatomy__card--media .vt-anatomy__caption{position:absolute;left:2.4rem;bottom:2.2rem;right:2.4rem;z-index:2;color:#fff}.vt-anatomy__card--media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#08080800 55%,#0808088c);z-index:1}.vt-anatomy__wash{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(120% 90% at 50% 0%,#ff790038,#ff790000 62%),var(--vt-ink-2)}.vt-anatomy__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.vt-anatomy__bg img{width:100%;height:100%;object-fit:cover}.vt-anatomy__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0a1f,#0a0a0a66 55%,#0a0a0ad1)}.vt-anatomy__value{font-family:var(--vt-accent-family);font-size:clamp(5.6rem,6vw,8.8rem);font-weight:400;letter-spacing:-.03em;line-height:1}.vt-anatomy__value sup{font-size:.4em;letter-spacing:0}.vt-anatomy__label{margin-top:1.2rem;font-family:var(--vt-accent-family);font-size:1.3rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#f5f3f0b8}.vt-anatomy__note{margin-top:1rem;font-size:1.5rem;line-height:1.5;color:#f5f3f09e;max-width:30rem}.vt-details__head{max-width:64rem;margin-bottom:clamp(2.8rem,4.4vw,5.6rem)}.vt-details__title{margin-top:1.4rem}.vt-details__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2.4rem}@media screen and (min-width:750px){.vt-details__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.vt-detail__media{border-radius:var(--vt-r-lg);overflow:hidden;aspect-ratio:1 / 1}.vt-detail__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--vt-ease)}@media(hover:hover){.vt-detail:hover .vt-detail__media img{transform:scale(1.04)}}.vt-detail__title{color:inherit;margin:1.8rem 0 0;font-family:var(--vt-display-family);font-size:1.9rem;font-weight:500;letter-spacing:-.01em}.vt-detail__text{margin-top:.7rem;font-size:1.5rem;line-height:1.55}.vt-band{position:relative;overflow:hidden;isolation:isolate}.vt-band__media,.vt-band__media picture{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.vt-band__media img{width:100%;height:100%;object-fit:cover}.vt-band__inner{min-height:clamp(48rem,84vh,76rem);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding-block:clamp(6rem,10vh,10rem)}.vt-band__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#0808082e,#0808080d 40%,#08080899)}.vt-band--high .vt-band__inner{justify-content:flex-start;padding-top:clamp(7rem,12vh,11rem)}.vt-band--high .vt-band__scrim{background:linear-gradient(180deg,#0808086b,#08080824 48%,#0808084d)}.vt-band__title{max-width:12em}.vt-band__sub{margin-top:1.8rem;color:#ffffffdb}.vt-band__actions{display:flex;gap:1.4rem;margin-top:3.2rem;flex-wrap:wrap;justify-content:center}.button{border-radius:10px}.button--primary,.customer .button--primary,.button--secondary,.customer .button--secondary{background-color:transparent;border:1px solid rgb(var(--color-foreground));border-radius:10px;color:rgb(var(--color-foreground))}.button--primary .button__label,.customer .button--primary .button__label,.button--secondary .button__label,.customer .button--secondary .button__label,.button--primary .button__icon,.customer .button--primary .button__icon,.button--secondary .button__icon,.customer .button--secondary .button__icon{color:rgb(var(--color-foreground))}.button--secondary svg,.customer .button--secondary svg{stroke:rgb(var(--color-foreground))}@media screen and (pointer:fine){.button--primary:not(:disabled):not([aria-disabled=true]):hover,.customer .button--primary:not(:disabled):not([aria-disabled=true]):hover,.button--secondary:not(:disabled):not([aria-disabled=true]):hover,.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover{background-color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground))}.button--primary:not(:disabled):not([aria-disabled=true]):hover .button__label,.customer .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__label,.button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__label,.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__label,.button--primary:not(:disabled):not([aria-disabled=true]):hover .button__icon,.customer .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__icon,.button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__icon,.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__icon{color:rgb(var(--color-background))}.button--secondary:not(:disabled):not([aria-disabled=true]):hover svg,.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover svg{stroke:rgb(var(--color-background))}}.button--primary:focus,.customer .button--primary:focus{background-color:transparent}.product__media-item,.product__media{border-radius:var(--vt-r-lg);overflow:hidden}.featured-product .subtitle{letter-spacing:.16em}.featured-product .product__media-item{border-radius:var(--vt-r-lg)}.featured-product .thumbnail,.featured-product .thumbnail img{border-radius:var(--vt-r-sm)}.featured-product .price{font-family:var(--vt-accent-family);letter-spacing:.02em}.featured-product .product__info-container>*+*{margin-top:1.6rem}.vt-mosaic__head{max-width:15em;margin-bottom:clamp(3.2rem,5vw,6.4rem)}.vt-mosaic__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width:750px){.vt-mosaic__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.vt-mosaic__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.vt-mosaic__card{position:relative;border-radius:var(--vt-r-lg);overflow:hidden;isolation:isolate}.vt-mosaic__card--image{aspect-ratio:3 / 4}.vt-mosaic__card--image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vt-mosaic__card--image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#08080800 55%,#0808089e);pointer-events:none;z-index:1}.vt-mosaic__caption{position:absolute;left:2rem;right:2rem;bottom:1.8rem;z-index:2;color:#fff}.vt-mosaic__time{font-family:var(--vt-accent-family);font-size:1.2rem;font-weight:500;letter-spacing:.14em;color:#ffffffc7}.vt-mosaic__card--image .vt-mosaic__title{margin:.5rem 0 0;font-family:var(--vt-display-family);font-size:2.2rem;font-weight:500;letter-spacing:-.01em;color:#fff}.vt-mosaic__card--state{padding:3rem 2.8rem 2.8rem;display:flex;flex-direction:column;justify-content:space-between}.vt-mosaic__card--state.vt-state--ink{background:var(--vt-ink-2);color:var(--vt-bone)}.vt-mosaic__card--state.vt-state--soft{background:#7f7f7f14;color:inherit}.vt-tone--ink .vt-mosaic__card--state.vt-state--soft{background:var(--vt-ink-2);color:var(--vt-bone)}.vt-mosaic__value{font-family:var(--vt-accent-family);font-size:clamp(4rem,4.4vw,6rem);font-weight:400;letter-spacing:-.02em;line-height:1}.vt-mosaic__card--state .vt-mosaic__state-text{color:inherit;margin-top:1.2rem;font-size:1.8rem;line-height:1.55}.vt-acc{border-top:1px solid var(--vt-line-dark)}.vt-acc__item{border-bottom:1px solid var(--vt-line-dark)}.vt-acc__toggle{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.7rem 0;cursor:pointer;list-style:none}.vt-acc__toggle::-webkit-details-marker{display:none}.vt-acc__toggle .subtitle{font-size:1.3rem}.vt-acc__icon{display:inline-flex;transition:transform .3s var(--vt-ease);flex:0 0 auto}.vt-acc__item[open] .vt-acc__icon{transform:rotate(45deg)}.vt-acc__body{padding:0 0 1.8rem;font-size:1.5rem;line-height:1.6}.vt-acc__body ul{padding-left:1.8rem;margin:0}.vt-acc__body li{margin-bottom:.7rem}.vt-pdp-icons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem 2rem;padding:2rem 0;border-top:1px solid var(--vt-line-dark);border-bottom:1px solid var(--vt-line-dark);margin:.6rem 0}.vt-pdp-icons__item{display:flex;align-items:center;gap:1.1rem}.vt-pdp-icons__item img{width:2.6rem;height:2.6rem;object-fit:contain;flex:0 0 auto}.vt-pdp-icons__item span{font-size:1.35rem;line-height:1.35;color:#101010b8}@media screen and (max-width:749px){.vt-hero--sticky{height:auto}.vt-hero--sticky .vt-hero__stage{position:relative}.vt-hero__stage{min-height:78vh}.vt-scene{width:78vw}.vt-colors__swatches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 0}.vt-colors__swatch{border-left:0;justify-content:flex-start;padding:.2rem 1rem}.vt-anatomy__card{min-height:30rem}.vt-tabs__scene{min-height:26rem}.vt-band__inner{min-height:60vh}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/vt.css.map */
