.vpr-hero{position:relative;background:#0b0b0b;color:#fff;overflow:hidden}.vpr-hero__track{display:grid}.vpr-hero__slide{grid-area:1 / 1;position:relative;min-height:clamp(460px,44vw,700px);display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s}.vpr-hero__slide.is-active{opacity:1;visibility:visible}.vpr-hero__bg,.vpr-hero__bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center right}.vpr-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000b8,#00000059 42%,#0000 65%)}.vpr-hero__content{position:relative;z-index:1;width:100%}.vpr-hero__text{max-width:540px;display:grid;gap:18px;justify-items:start}.vpr-hero__eyebrow{font-size:12.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--vpr-accent)}.vpr-hero__title{margin:0;font-size:clamp(38px,5.6vw,76px);line-height:.98;font-weight:800;letter-spacing:-.035em;text-transform:uppercase;color:#fff;text-wrap:balance}.vpr-hero__sub{margin:0;font-size:clamp(16px,1.4vw,19px);line-height:1.55;color:#d9d9d9;max-width:44ch}.vpr-hero__slide.is-active .vpr-hero__text>*{animation:vpr-rise .7s both}.vpr-hero__slide.is-active .vpr-hero__text>*:nth-child(2){animation-delay:.06s}.vpr-hero__slide.is-active .vpr-hero__text>*:nth-child(3){animation-delay:.12s}.vpr-hero__slide.is-active .vpr-hero__text>*:nth-child(4){animation-delay:.18s}@keyframes vpr-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.vpr-hero__dots{position:absolute;left:50%;bottom:22px;transform:translate(-50%);display:flex;gap:8px;z-index:2}.vpr-hero__dot{width:9px;height:9px;border-radius:999px;border:0;padding:0;background:#fff6;cursor:pointer;transition:width .25s,background .25s}.vpr-hero__dot.is-active{width:28px;background:#fff}.vpr-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#00000040;color:#fff;font-size:26px;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.vpr-hero__arrow--prev{left:18px}.vpr-hero__arrow--next{right:18px}.vpr-hero__arrow:hover{background:#00000080}.vpr-objectives-sec{padding-block:clamp(40px,5vw,72px)}.vpr-objectives{display:flex;justify-content:center;gap:clamp(12px,2vw,28px);margin-top:28px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.vpr-objectives::-webkit-scrollbar{display:none}.vpr-objective{flex:none;width:116px;display:grid;justify-items:center;gap:12px;text-decoration:none;color:var(--vpr-ink)}.vpr-objective__img{width:104px;height:104px;border-radius:50%;background:var(--vpr-surface);display:grid;place-items:center;overflow:hidden;transition:transform .2s,box-shadow .2s}.vpr-objective__img img{width:76%;height:76%;object-fit:contain;mix-blend-mode:multiply}.vpr-objective:hover .vpr-objective__img{transform:translateY(-4px);box-shadow:0 0 0 2px var(--vpr-ink)}.vpr-objective__label{font-size:14px;font-weight:700;text-align:center;line-height:1.25}.vpr-rowhead{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:26px}.vpr-rowhead .vpr-h2{margin:0}.vpr-rowhead .vpr-lead{margin-top:8px}.vpr-rowhead__actions{display:flex;align-items:center;gap:8px;flex:none}.vpr-link{font-size:14px;font-weight:700;color:var(--vpr-ink);text-decoration:none;margin-right:8px;white-space:nowrap}.vpr-link:hover{text-decoration:underline;text-underline-offset:3px}.vpr-railbtn{width:42px;height:42px;border-radius:50%;border:1px solid var(--vpr-line);background:#fff;color:var(--vpr-ink);font-size:22px;line-height:1;cursor:pointer}.vpr-railbtn:hover{border-color:var(--vpr-ink)}.vpr-prail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/4);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:6px}.vpr-prail::-webkit-scrollbar{display:none}.vpr-prail>*{scroll-snap-align:start}.vpr-pcard{display:grid;grid-template-rows:auto 1fr auto;gap:12px;background:#fff;border-radius:20px}.vpr-pcard__media{position:relative;display:block;aspect-ratio:1;background:var(--vpr-surface);border-radius:20px;overflow:hidden}.vpr-pcard__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:8%;mix-blend-mode:multiply;transition:opacity .35s,transform .35s}.vpr-pcard__img--alt{opacity:0}.vpr-pcard:hover .vpr-pcard__img--alt{opacity:1}.vpr-pcard:hover .vpr-pcard__img:not(.vpr-pcard__img--alt):not(:only-of-type){opacity:0}.vpr-pcard:hover .vpr-pcard__img{transform:scale(1.03)}.vpr-pcard__badge{position:absolute;top:12px;left:12px;z-index:1;font-size:11.5px;font-weight:700;padding:5px 10px;border-radius:999px;background:#fff;color:var(--vpr-ink);box-shadow:0 1px 4px #00000014}.vpr-pcard__badge--save{background:var(--vpr-green);color:#fff}.vpr-pcard__info{display:grid;gap:6px;align-content:start;padding-inline:4px}.vpr-pcard__title{margin:0;font-size:15.5px;line-height:1.35;font-weight:600;letter-spacing:-.01em}.vpr-pcard__title a{color:inherit;text-decoration:none}.vpr-pcard__title a:hover{text-decoration:underline;text-underline-offset:3px}.vpr-pcard__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px}.vpr-pcard__from{font-size:12.5px;color:var(--vpr-soft);width:100%;margin-bottom:-4px}.vpr-pcard__now{font-size:18px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.vpr-pcard__was{font-size:13px;color:var(--vpr-soft)}.vpr-pcard__pix{margin:0;font-size:13.5px;color:var(--vpr-muted)}.vpr-pcard__pix b{color:var(--vpr-green)}.vpr-pcard__form{margin:0}.vpr-pcard__btn{display:flex;align-items:center;justify-content:center;width:100%;padding:13px 16px;border-radius:999px;border:1.5px solid var(--vpr-ink);background:var(--vpr-ink);color:#fff!important;font:700 14.5px/1 var(--vpr-font);text-decoration:none;cursor:pointer;transition:background .15s,color .15s}.vpr-pcard__btn:hover{background:#333;border-color:#333}.vpr-pcard__btn--ghost{background:transparent;color:var(--vpr-ink)!important}.vpr-pcard__btn--ghost:hover{background:var(--vpr-ink);color:#fff!important}.vpr-pcard__btn:disabled{opacity:.45;cursor:not-allowed}.vpr-pcard--placeholder{aspect-ratio:.75;background:var(--vpr-surface)}.vpr-lead--dark{color:#bdbdbd}.vpr-dark .vpr-h2{color:#fff}.vpr-system{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.vpr-system__card{position:relative;display:block;aspect-ratio:3 / 4;border-radius:24px;overflow:hidden;color:#fff;text-decoration:none;background:#151515}.vpr-system__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s}.vpr-system__card:hover .vpr-system__img{transform:scale(1.04)}.vpr-system__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 45%,#000000e0)}.vpr-system__body{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:26px;display:grid;gap:8px}.vpr-system__when{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--vpr-accent)}.vpr-system__title{font-size:clamp(24px,2.4vw,32px);font-weight:800;line-height:1.05;letter-spacing:-.02em;text-transform:uppercase}.vpr-system__text{font-size:15px;line-height:1.5;color:#d6d6d6}.vpr-system__cta{font-size:14px;font-weight:700;margin-top:4px}.vpr-spot__buy{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:10px}.vpr-spot__price{font-size:26px;font-weight:800;color:#fff;letter-spacing:-.02em}.vpr-spot__price small{font-size:15px;font-weight:600;color:#7fdca6;letter-spacing:0}.vpr-dark .vpr-over__text>p{color:#d6d6d6}.vpr-pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.vpr-pillar{background:var(--vpr-surface);border-radius:22px;padding:30px 26px;display:grid;gap:12px;align-content:start}.vpr-pillar__icon{width:52px;height:52px;border-radius:14px;background:var(--vpr-ink);color:#fff;display:grid;place-items:center}.vpr-pillar__icon svg{width:26px;height:26px}.vpr-pillar p{margin:0;font-size:15px;line-height:1.6;color:var(--vpr-muted)}.vpr-colhero{background:#0b0b0b;color:#fff;overflow:hidden}.vpr-colhero__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:40px;min-height:clamp(280px,30vw,420px)}.vpr-colhero__text{display:grid;gap:14px;padding-block:48px}.vpr-crumbs{font-size:13px;color:#9a9a9a}.vpr-crumbs a{color:#9a9a9a;text-decoration:none}.vpr-crumbs a:hover{color:#fff}.vpr-colhero__title{margin:0;font-size:clamp(40px,5.5vw,72px);line-height:.98;font-weight:800;letter-spacing:-.035em;text-transform:uppercase;color:var(--vpr-accent)}.vpr-colhero__intro{margin:0;font-size:17px;line-height:1.6;color:#d6d6d6;max-width:52ch}.vpr-colhero__count{margin:0;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a8a8a}.vpr-colhero__media{align-self:stretch;position:relative;min-height:280px}.vpr-colhero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 22%);mask-image:linear-gradient(90deg,transparent 0%,#000 22%)}.vpr-chips-wrap{border-bottom:1px solid var(--vpr-line);background:#fff}.vpr-chips{display:flex;gap:8px;overflow-x:auto;padding-block:16px;scrollbar-width:none}.vpr-chips::-webkit-scrollbar{display:none}.vpr-chip{flex:none;padding:9px 16px;border-radius:999px;border:1px solid var(--vpr-line);font-size:14px;font-weight:600;color:var(--vpr-ink);text-decoration:none;white-space:nowrap}.vpr-chip:hover{border-color:var(--vpr-ink)}.vpr-chip.is-active{background:var(--vpr-ink);border-color:var(--vpr-ink);color:#fff}.vpr-colgrid-sec{padding-top:clamp(28px,4vw,48px)}.vpr-colbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}.vpr-colbar__count{font-size:14px;color:var(--vpr-muted)}.vpr-colbar__sort{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--vpr-muted)}.vpr-colbar__sort select{font:600 14px var(--vpr-font);color:var(--vpr-ink);padding:9px 34px 9px 14px;border:1px solid var(--vpr-line);border-radius:999px;background:#fff}.vpr-pgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 16px}.vpr-pager{margin-top:36px;text-align:center;font-size:15px}.vpr-pager a,.vpr-pager span{padding:6px 10px}.vpr-colseo{max-width:820px;margin-inline:auto;color:#2f2f2d;font-size:16px;line-height:1.75}.vpr-colseo h2{font-size:clamp(24px,2.6vw,32px);line-height:1.15;letter-spacing:-.02em;margin:34px 0 12px;color:var(--vpr-ink)}.vpr-colseo h2:first-child{margin-top:0}.vpr-colseo p{margin:0 0 14px}.vpr-colseo ul{margin:0 0 16px;padding-left:20px;display:grid;gap:6px}.vpr-colseo a{color:var(--vpr-ink);font-weight:600;text-underline-offset:3px}@media(max-width:989px){.vpr-prail{grid-auto-columns:62%}.vpr-system{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:80%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.vpr-system__card{scroll-snap-align:center}.vpr-pillars,.vpr-pgrid{grid-template-columns:repeat(2,minmax(0,1fr))}.vpr-colhero__grid{grid-template-columns:1fr;gap:0}.vpr-colhero__text{padding-block:36px 8px}.vpr-colhero__media{min-height:240px;margin-inline:calc(-1*clamp(16px,4vw,40px))}.vpr-colhero__media img{-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 30%);mask-image:linear-gradient(180deg,transparent 0%,#000 30%)}.vpr-rowhead__actions .vpr-railbtn{display:none}.vpr-objectives{justify-content:flex-start}}@media(max-width:749px){.vpr-hero__slide{min-height:0;aspect-ratio:3 / 4;align-items:flex-end}.vpr-hero__bg img{object-position:center}.vpr-hero__bg:after{background:linear-gradient(180deg,#0000 35%,#000000d9)}.vpr-hero__content{padding-bottom:64px}.vpr-hero__arrow{display:none}.vpr-pillars{grid-template-columns:1fr}.vpr-pgrid{gap:22px 12px}.vpr-pcard__btn{font-size:13.5px;padding:12px}.vpr-colbar__sort label{display:none}}@media(prefers-reduced-motion:reduce){.vpr-hero__slide,.vpr-system__img,.vpr-pcard__img,.vpr-objective__img{transition:none}.vpr-hero__slide.is-active .vpr-hero__text>*{animation:none}}@media(max-width:749px){.vpr-hero__slide{aspect-ratio:auto!important;min-height:0!important;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.vpr-hero__bg{position:relative!important;inset:auto!important;display:block;width:100%;height:100vw!important;max-height:520px;flex:none}.vpr-hero__bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center 38%}.vpr-hero__bg:after{background:linear-gradient(180deg,#0b0b0b00 62%,#0b0b0b)}.vpr-hero__content{margin-top:-28px;padding-bottom:60px;box-sizing:border-box;max-width:100%}.vpr-hero__text{max-width:100%;min-width:0}.vpr-hero__sub{max-width:100%}.vpr-hero__title{font-size:clamp(32px,9vw,44px)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/vpr-home.css.map */
