.vt-path{padding:var(--vt-path-padding-top) 0 var(--vt-path-padding-bottom)}.vt-path__shell{display:grid;gap:2.4rem}.vt-path__intro{max-width:76rem}.vt-path__eyebrow{margin:0 0 .8rem;font-size:1.1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.vt-path__heading{max-width:18ch;margin:0}.vt-path__body{max-width:64rem;margin:1.2rem 0 0;font-size:1.7rem;line-height:1.65}.vt-path__actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:2rem}.vt-path__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.vt-path__card{display:grid;min-height:18rem;padding:2rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.16);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.vt-path__card:hover,.vt-path__card:focus-visible{border-color:rgb(var(--color-foreground));box-shadow:.5rem .5rem rgba(var(--color-foreground),.12);transform:translate(-.2rem,-.2rem)}.vt-path__number{font-size:1.1rem;font-weight:700;letter-spacing:.1em;opacity:.7}.vt-path__card-title{align-self:end;margin-top:2rem;font-size:2rem;font-weight:700;line-height:1.2}.vt-path__card-text{margin-top:.8rem;font-size:1.4rem;line-height:1.5}.vt-path__note{max-width:80rem;margin:0;font-size:1.3rem;line-height:1.5;opacity:.82}@media screen and (max-width:989px){.vt-path__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:549px){.vt-path__heading{max-width:none}.vt-path__body{font-size:1.5rem}.vt-path__actions{display:grid}.vt-path__actions .button{width:100%}.vt-path__cards{grid-template-columns:1fr}.vt-path__card{min-height:13rem}}.vt-home-discovery{overflow:hidden;padding:clamp(5.2rem,9vw,11.2rem) 0}.vt-home-discovery__inner{display:grid;gap:3.2rem}.vt-home-discovery__intro{display:grid;gap:1.3rem;max-width:68rem}.vt-home-discovery__eyebrow,.vt-home-discovery__index{color:rgba(var(--color-foreground),.67);font-size:1.08rem;font-weight:700;letter-spacing:.15em;margin:0;text-transform:uppercase}.vt-home-discovery__title{font-size:clamp(3.6rem,5.7vw,7.4rem);letter-spacing:-.06em;line-height:.95;margin:0;max-width:11ch}.vt-home-discovery__copy{color:rgba(var(--color-foreground),.76);font-size:clamp(1.55rem,1.7vw,2rem);line-height:1.55;margin:.3rem 0 0;max-width:56rem}.vt-home-discovery__grid{display:grid;gap:1.6rem;grid-template-columns:repeat(2,minmax(0,1fr))}.vt-home-discovery__card{color:#fff;display:flex;isolation:isolate;min-height:clamp(42rem,47vw,61rem);overflow:hidden;position:relative;text-decoration:none}.vt-home-discovery__media,.vt-home-discovery__image{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.vt-home-discovery__image{object-fit:cover;transition:transform .7s cubic-bezier(.2,.75,.25,1)}.vt-home-discovery__card--outdoor .vt-home-discovery__image,.vt-home-discovery__card--nearby .vt-home-discovery__image{object-position:center center}.vt-home-discovery__wash{background:linear-gradient(180deg,#030f0c05 18%,#030f0cc7);top:0;right:0;bottom:0;left:0;position:absolute;z-index:1}.vt-home-discovery__card-copy{align-self:end;display:grid;gap:1rem;max-width:49rem;padding:clamp(2.2rem,3.8vw,4.6rem);position:relative;z-index:2}.vt-home-discovery__card--nearby .vt-home-discovery__card-copy{margin-left:auto;text-align:right}.vt-home-discovery__card-copy .vt-home-discovery__index{color:#ffffffc2}.vt-home-discovery__card-copy h3{color:inherit;font-size:clamp(3rem,4.5vw,5.6rem);letter-spacing:-.06em;line-height:.95;margin:0;max-width:9ch}.vt-home-discovery__card-copy>p:not(.vt-home-discovery__index){color:inherit;font-size:1.55rem;line-height:1.45;margin:0;max-width:36rem;opacity:.92}.vt-home-discovery__card-link{align-items:center;display:inline-flex;font-size:1.25rem;font-weight:700;gap:.7rem;letter-spacing:.045em;margin-top:.7rem;text-transform:uppercase}.vt-home-discovery__card-link>span:last-child{font-size:2rem;line-height:.5;transition:transform .24s ease}.vt-home-discovery__card:hover .vt-home-discovery__image{transform:scale(1.045)}.vt-home-discovery__card:hover .vt-home-discovery__card-link>span:last-child{transform:translate(.35rem)}.vt-home-discovery__assist{align-items:center;border-bottom:1px solid rgba(var(--color-foreground),.18);border-top:1px solid rgba(var(--color-foreground),.18);display:flex;gap:2rem;justify-content:space-between;margin-top:1rem;padding:2.2rem 0}.vt-home-discovery__assist>div{display:grid;gap:.5rem}.vt-home-discovery__assist-title{font-size:1.7rem;font-weight:700;margin:0}.vt-home-discovery__assist-copy{color:rgba(var(--color-foreground),.72);font-size:1.45rem;line-height:1.45;margin:0}.vt-home-discovery__assist .button{flex:0 0 auto;white-space:nowrap}[dir=rtl] .vt-home-discovery__intro,[dir=rtl] .vt-home-discovery__assist{text-align:right}[dir=rtl] .vt-home-discovery__card--nearby .vt-home-discovery__card-copy{margin-left:0;margin-right:auto;text-align:right}[dir=rtl] .vt-home-discovery__card-link{flex-direction:row-reverse}@media screen and (max-width:989px){.vt-home-discovery__grid{grid-template-columns:1fr 1fr}.vt-home-discovery__card{min-height:47rem}.vt-home-discovery__card-copy{padding:2.5rem}}@media screen and (max-width:749px){.vt-home-discovery{padding:5.4rem 0}.vt-home-discovery__grid{grid-template-columns:1fr}.vt-home-discovery__card{min-height:44rem}.vt-home-discovery__card-copy h3{font-size:4.3rem}.vt-home-discovery__assist{align-items:flex-start;flex-direction:column;padding:2.4rem 0}.vt-home-discovery__assist .button{width:100%}}.vt-home-discovery__paths{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;padding:.4rem 0 .8rem}.vt-home-discovery__paths .vt-home-discovery__path{align-items:center;background:#f2f7f3;border:1px solid #b9cac1;border-radius:1.4rem;box-shadow:0 2px 3px #1c392e06;color:#203c32;display:flex;gap:1.2rem;min-height:6.2rem;min-width:0;padding:1.1rem 1.6rem;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.vt-home-discovery__path-icon{align-items:center;display:inline-flex;flex:0 0 2.4rem;justify-content:center}.vt-home-discovery__path-label{font-size:1.4rem;font-weight:500;letter-spacing:-.02em;line-height:1.4;min-width:0;overflow-wrap:anywhere}.vt-home-discovery__path-arrow{flex:0 0 1.8rem;margin-inline-start:auto;opacity:.62;transition:transform .18s ease,opacity .18s ease}.vt-home-discovery__paths .vt-home-discovery__path--compare{background:#203c32;border-color:#203c32;box-shadow:0 3px 8px #1c392e1a;color:#fff}.vt-home-discovery__path--compare .vt-home-discovery__path-arrow{opacity:1}.vt-home-discovery__paths .vt-home-discovery__path:focus-visible{outline:3px solid #203c32;outline-offset:4px}.vt-home-discovery__paths .vt-home-discovery__path:active{transform:translateY(0);box-shadow:none}@media(hover:hover){.vt-home-discovery__paths .vt-home-discovery__path:hover{background:#fff;border-color:#6b8c7c;box-shadow:0 5px 12px #1c392e14;transform:translateY(-2px)}.vt-home-discovery__paths .vt-home-discovery__path--compare:hover{background:#2d5143;border-color:#2d5143}.vt-home-discovery__path:hover .vt-home-discovery__path-arrow{opacity:1;transform:translate(3px)}}@media(max-width:989px){.vt-home-discovery__paths{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.vt-home-discovery__paths{gap:1rem}.vt-home-discovery__paths .vt-home-discovery__path{gap:.8rem;min-height:5.8rem;padding:1rem 1.2rem;border-radius:1.2rem}.vt-home-discovery__path-label{font-size:1.25rem;letter-spacing:-.03em}.vt-home-discovery__path-icon{flex-basis:2rem}.vt-home-discovery__path-arrow{display:none}}@media(prefers-reduced-motion:reduce){.vt-home-discovery__paths .vt-home-discovery__path,.vt-home-discovery__path-arrow{transition:none}.vt-home-discovery__paths .vt-home-discovery__path:hover,.vt-home-discovery__path:hover .vt-home-discovery__path-arrow{transform:none}}.vt-home-discovery__card{display:grid;grid-template-rows:auto 1fr;min-height:0;border-radius:2.4rem;background:#203c32}.vt-home-discovery__media{position:relative;height:auto;inset:auto;aspect-ratio:16 / 9;overflow:hidden}.vt-home-discovery__image{display:block;position:relative;height:100%;inset:auto;object-fit:contain;transform:none}.vt-home-discovery__card:hover .vt-home-discovery__image{transform:none}.vt-home-discovery__wash{display:none}.vt-home-discovery__card-copy{align-self:stretch;width:100%;max-width:none;grid-template-rows:auto auto 1fr auto;padding:3rem}.vt-home-discovery__card-copy h3{max-width:12ch;min-height:1.9em;font-size:clamp(3rem,3.5vw,4.8rem);text-wrap:balance}.vt-home-discovery__card-link{align-self:end}.vt-home-discovery__card--nearby .vt-home-discovery__card-copy{margin-left:0;text-align:left}@media(max-width:749px){.vt-home-discovery__grid{grid-template-columns:1fr}.vt-home-discovery__card-copy{padding:2.4rem}}.vt-home-hero{padding:clamp(1.4rem,3vw,3.5rem) 1.5rem 0}.vt-home-hero__shell{min-height:0;max-width:144rem;margin:0 auto;overflow:hidden;border:1px solid rgba(var(--color-foreground),.12);border-radius:2.4rem;background:#dfe9e3;position:relative}.vt-home-hero__content{background:#f8fbf8d6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(15,34,27,.1);border-radius:1.6rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2.1rem;top:50%;left:clamp(2rem,4vw,5.6rem);transform:translateY(-50%);max-width:min(48%,60rem);padding:clamp(3rem,4.5vw,6.4rem);position:absolute;z-index:2}.vt-home-hero__eyebrow,.vt-home-hero__note{margin:0;color:rgba(var(--color-foreground),.68);font-family:var(--font-body-family);letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.vt-home-hero__eyebrow{font-size:1.15rem;font-weight:650}.vt-home-hero__title{max-width:12ch;margin:0;color:rgb(var(--color-foreground));font-size:clamp(4rem,5.3vw,7.4rem);letter-spacing:-.065em;line-height:.94}.vt-home-hero__body{max-width:44rem;margin:0;color:rgba(var(--color-foreground),.78);font-size:clamp(1.55rem,1.6vw,2rem);line-height:1.55}.vt-home-hero__actions{display:flex;flex-wrap:wrap;gap:1.2rem}.vt-home-hero__actions .button{min-width:15.2rem}.vt-home-hero__note{max-width:34rem;font-size:1rem}.vt-home-hero__media{position:relative;overflow:hidden;background:#cad8c7}.vt-home-hero__media:after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(223,233,227,.26),transparent 55%,rgba(4,18,17,.1));content:"";pointer-events:none}.vt-home-hero__media:before{display:none}.vt-home-hero__image,.vt-home-hero__placeholder{display:block;width:100%;height:auto;min-height:0;object-fit:contain;object-position:center center;transform:none}.vt-home-hero__product-tag{display:none}.vt-home-hero__product-tag span{color:#ffffff9e;font-size:1rem;letter-spacing:.1em}.vt-home-hero__product-tag strong{font-size:1.1rem;letter-spacing:.06em}[dir=rtl] .vt-home-hero__content{align-items:flex-start;text-align:right}[dir=rtl] .vt-home-hero__actions{flex-direction:row-reverse}@media screen and (max-width:989px){.vt-home-hero__shell{display:flex;flex-direction:column;min-height:0}.vt-home-hero__content{order:2;background:rgb(var(--color-background));border:0;border-radius:0;inset:auto;transform:none;max-width:none;padding:3.2rem 2.4rem 3.6rem;position:relative}.vt-home-hero__media{order:1;position:relative}.vt-home-hero__title{max-width:16ch;font-size:clamp(3.8rem,11vw,5.6rem)}.vt-home-hero__media,.vt-home-hero__image,.vt-home-hero__placeholder{min-height:0}.vt-home-hero__image,.vt-home-hero__placeholder{object-position:center center;transform:none}}@media screen and (max-width:549px){.vt-home-hero{padding:.8rem .8rem 0}.vt-home-hero__shell{border-radius:1.6rem}.vt-home-hero__media,.vt-home-hero__image,.vt-home-hero__placeholder{min-height:0}.vt-home-hero__content{gap:1.65rem;padding:2.7rem 2rem 3rem}.vt-home-hero__body{font-size:1.55rem}.vt-home-hero__actions,.vt-home-hero__actions .button{width:100%}.vt-home-hero__product-tag{right:1.2rem;bottom:1.2rem}}.vt-home-scene{padding:2rem 1.5rem;scroll-margin-top:12rem}.vt-home-scene__shell{max-width:144rem;margin:auto;position:relative;border:1px solid rgba(var(--color-foreground),.12);border-radius:2.4rem;overflow:hidden;background:#dfe9e3}.vt-home-scene__media{width:100%}.vt-home-scene__image{display:block;width:100%;height:auto;object-fit:contain;transform:none}.vt-home-scene__content{position:absolute;top:50%;transform:translateY(-50%);width:min(43%,54rem);padding:clamp(3rem,4.2vw,5.8rem);background:#f8fbf8de;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(15,34,27,.1);border-radius:1.6rem;display:grid;gap:2rem}.vt-home-scene__content--left{left:4%}.vt-home-scene__content--right{right:4%}.vt-home-scene__eyebrow,.vt-home-scene__note{font-family:var(--font-body-family);text-transform:uppercase;letter-spacing:.14em;line-height:1.5;color:rgba(var(--color-foreground),.68);margin:0;font-size:1.05rem}.vt-home-scene__eyebrow{font-weight:650}.vt-home-scene__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:clamp(3.6rem,4.5vw,6.2rem);line-height:.98;letter-spacing:-.06em;margin:0;max-width:13ch;color:rgb(var(--color-foreground))}.vt-home-scene__body{margin:0;max-width:42rem;font-size:clamp(1.55rem,1.5vw,1.9rem);line-height:1.6;color:rgba(var(--color-foreground),.78)}.vt-home-scene__actions{display:flex;gap:1rem;flex-wrap:wrap}.vt-home-scene__actions .button{min-width:14rem;padding-inline:2rem}.vt-home-scene__shell--compact .vt-home-scene__content{width:min(34%,46rem);padding:clamp(2.5rem,3vw,4rem)}.vt-home-scene__shell--compact .vt-home-scene__title{font-size:clamp(3.3rem,3.6vw,5rem)}@media(max-width:989px){.vt-home-scene__shell{display:flex;flex-direction:column}.vt-home-scene__content,.vt-home-scene__shell--compact .vt-home-scene__content{position:relative;inset:auto;transform:none;width:100%;padding:3rem;border:0;border-radius:0;background:#f8fbf8bd}.vt-home-scene__title,.vt-home-scene__shell--compact .vt-home-scene__title{font-size:clamp(3.6rem,7vw,5.6rem);max-width:18ch}.vt-home-scene__body{max-width:55rem}}@media(max-width:549px){.vt-home-scene{padding:1.2rem .8rem}.vt-home-scene__shell{border-radius:1.6rem}.vt-home-scene__content,.vt-home-scene__shell--compact .vt-home-scene__content{padding:2.7rem 2rem 3rem;gap:1.7rem}.vt-home-scene__actions{flex-direction:column}.vt-home-scene__actions .button{width:100%}}#MainContent[data-template=index]{--vt-motion-ui: .2s;--vt-motion-ease: cubic-bezier(.2, .7, .25, 1)}#MainContent[data-template=index] :is(.button:not(.quick-add__submit),.vt-home-discovery__path){transform:none;transition:transform var(--vt-motion-ui) var(--vt-motion-ease),background-color var(--vt-motion-ui) ease,border-color var(--vt-motion-ui) ease,box-shadow var(--vt-motion-ui) ease}#MainContent[data-template=index] .button:not(.quick-add__submit):after{transition:box-shadow var(--vt-motion-ui) ease}#MainContent[data-template=index] :is(.button:not(.quick-add__submit),.vt-home-discovery__path):focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:4px}#MainContent[data-template=index] :is(.vt-home-discovery__path-arrow,.collection-card-wrapper .icon-wrap,.vt-home-discovery__card-link>span:last-child){transform:none;transition:transform var(--vt-motion-ui) var(--vt-motion-ease),opacity var(--vt-motion-ui) ease}#MainContent[data-template=index] .collection-card-wrapper .card,#MainContent[data-template=index] .collection-card-wrapper .card__inner{transform:none;box-shadow:none;transition:transform var(--vt-motion-ui) var(--vt-motion-ease),box-shadow var(--vt-motion-ui) ease}#MainContent[data-template=index] .collection-card-wrapper .card:before,#MainContent[data-template=index] .collection-card-wrapper .card__media:after{background-image:none;opacity:0;transition:none}#MainContent[data-template=index] .collection-card-wrapper .card:after,#MainContent[data-template=index] .collection-card-wrapper .card__inner:after{background-image:none}#MainContent[data-template=index] .collection-card-wrapper .media img,#MainContent[data-template=index] .vt-home-discovery__image{transform:none;transition:none}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:no-preference){#MainContent[data-template=index] :is(.button:not(.quick-add__submit),.vt-home-discovery__path):not([disabled]):not([aria-disabled=true]):hover{transform:translateY(-2px);box-shadow:0 4px 10px #1c392e14}#MainContent[data-template=index] .button:not(.quick-add__submit):not(.button--secondary):not(.button--tertiary):not([disabled]):not([aria-disabled=true]):hover{background-color:#203c32}#MainContent[data-template=index] .button.button--secondary:not(.quick-add__submit):not([disabled]):not([aria-disabled=true]):hover{background-color:#ffffff80}#MainContent[data-template=index] .vt-home-discovery__path:hover .vt-home-discovery__path-arrow,#MainContent[data-template=index] .collection-card-wrapper:hover .icon-wrap,#MainContent[data-template=index] .vt-home-discovery__card:hover .vt-home-discovery__card-link>span:last-child{transform:translate(3px);opacity:1}#MainContent[data-template=index] .collection-card-wrapper:hover .card{transform:translateY(-2px);box-shadow:0 4px 12px #1c392e0f}}#MainContent[data-template=index] :is(.button:not(.quick-add__submit),.vt-home-discovery__path):not([disabled]):not([aria-disabled=true]):active,#MainContent[data-template=index] .collection-card-wrapper:active .card{transform:none;box-shadow:none;transition-duration:.12s}@media(prefers-reduced-motion:reduce){#MainContent[data-template=index] :is(.button:not(.quick-add__submit),.vt-home-discovery__path,.vt-home-discovery__path-arrow,.collection-card-wrapper .card,.collection-card-wrapper .card__inner,.collection-card-wrapper .icon-wrap,.vt-home-discovery__card-link>span:last-child){transform:none;transition:none}#MainContent[data-template=index] .button:not(.quick-add__submit):after{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/12/compiled_assets/styles.css.map */
