.vr-announcement{background:var(--bg-2);border-bottom:1px solid var(--bd-1);height:36px;display:flex;align-items:center;overflow:hidden}.vr-announcement__track{display:flex;align-items:center;gap:40px;animation:marquee 28s linear infinite;white-space:nowrap;padding-inline:20px}.vr-announcement__text{font-size:11px;font-weight:500;letter-spacing:.08em;color:var(--tx-2);text-transform:uppercase}.vr-announcement__sep{color:var(--bd-2)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@media(prefers-reduced-motion:reduce){.vr-announcement__track{animation:none}.vr-announcement__text:not(:first-child),.vr-announcement__sep{display:none}}.vr-header{position:sticky;top:0;z-index:var(--z-header);background:#111111f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--bd-1)}.vr-header__inner{display:flex;align-items:center;justify-content:space-between;height:60px;gap:12px}@media(min-width:1024px){.vr-header__inner{height:68px;gap:24px}}.vr-header__logo{display:flex;align-items:center;flex-shrink:0;z-index:1}.vr-header__wordmark{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--tx-1)}.vr-header__logo-img{width:auto;height:32px;object-fit:contain}@media(min-width:768px){.vr-header__logo-img{height:36px}}.vr-header__nav{display:none}@media(min-width:900px){.vr-header__nav{display:flex;flex:1;justify-content:center}}.vr-header__nav-list{display:flex;align-items:center;gap:2px}.vr-header__nav-item{position:relative}.vr-header__nav-link{display:inline-flex;align-items:center;gap:5px;padding:8px 10px;border-radius:var(--r-md);font-size:13px;font-weight:500;color:var(--tx-2);cursor:pointer;transition:color var(--t-fast) var(--ease),background var(--t-fast) var(--ease);background:transparent;border:none;white-space:nowrap}@media(min-width:1200px){.vr-header__nav-link{padding:8px 14px}}.vr-header__nav-link:hover,.vr-header__nav-link[aria-expanded=true]{color:var(--tx-1);background:var(--ac-dim)}.vr-header__nav-link svg{transition:transform var(--t-fast) var(--ease)}.vr-header__nav-link[aria-expanded=true] svg{transform:rotate(180deg)}.vr-header__actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.vr-header__cart{position:relative}.vr-header__cart-count{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 4px;background:var(--ac-1);color:var(--bg-1);font-family:var(--font-body);font-size:10px;font-weight:700;border-radius:var(--r-full);display:flex;align-items:center;justify-content:center;line-height:1;opacity:1;transform:scale(1);transition:opacity var(--t-fast) var(--ease),transform var(--t-fast) var(--ease);pointer-events:none}.vr-header__cart-count--empty{opacity:0;transform:scale(.5)}.vr-header__mobile-toggle{display:flex}@media(min-width:900px){.vr-header__mobile-toggle{display:none}}.vr-header__action-account{display:none}@media(min-width:400px){.vr-header__action-account{display:flex}}.vr-mega-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(-8px);min-width:520px;background:var(--bg-2);border:1px solid var(--bd-1);border-radius:var(--r-lg);box-shadow:0 24px 80px #000000b3;opacity:0;visibility:hidden;pointer-events:none;z-index:100;overflow:hidden;transition:opacity var(--t-base) var(--ease),transform var(--t-base) var(--ease),visibility var(--t-base)}.vr-mega-menu.is-open{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);pointer-events:all}.vr-mega-menu__inner{display:grid;grid-template-columns:1fr 1fr auto;gap:1px;background:var(--bd-1)}.vr-mega-menu__col{background:var(--bg-2);padding:24px}.vr-mega-menu__col-label{margin-bottom:16px}.vr-mega-menu__link{display:block;padding:10px 0;border-bottom:1px solid var(--bd-1);transition:padding-left var(--t-fast) var(--ease)}.vr-mega-menu__link:last-child{border-bottom:none}.vr-mega-menu__link:hover{padding-left:8px}.vr-mega-menu__link-title{display:block;font-size:13px;font-weight:500;color:var(--tx-1);margin-bottom:2px}.vr-mega-menu__link-desc{display:block;font-size:11px;color:var(--tx-3)}.vr-mega-menu__link--plain{font-size:13px;color:var(--tx-2);padding:8px 0;border-bottom:none}.vr-mega-menu__link--plain:hover{color:var(--tx-1)}.vr-mega-menu__col--feature{padding:16px;display:flex;align-items:center}.vr-mega-menu__feature-card{display:block;border-radius:var(--r-md);overflow:hidden;border:1px solid var(--bd-1);transition:border-color var(--t-base) var(--ease),transform var(--t-base) var(--ease)}.vr-mega-menu__feature-card:hover{border-color:var(--bd-2);transform:scale(1.02)}.vr-mega-menu__feature-img{width:180px;aspect-ratio:4/3;overflow:hidden;background:var(--bg-3)}.vr-mega-menu__feature-img img{width:100%;height:100%;object-fit:cover}.vr-mega-menu__feature-placeholder{width:100%;height:100%;background:var(--bg-3)}.vr-mega-menu__feature-copy{padding:12px;background:var(--bg-3)}.vr-mega-menu__feature-title{font-size:14px;font-weight:600;color:var(--tx-1);margin-top:4px}.vr-mega-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99;opacity:0;visibility:hidden;transition:opacity var(--t-base) var(--ease),visibility var(--t-base)}.vr-mega-backdrop.is-active{opacity:1;visibility:visible}.vr-mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-1);z-index:calc(var(--z-modal) + 1);transform:translate(100%);transition:transform var(--t-slow) var(--ease);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0}.vr-mobile-menu.is-open{transform:translate(0)}.vr-mobile-menu__header{display:flex;align-items:center;justify-content:space-between;height:60px;padding-inline:20px;border-bottom:1px solid var(--bd-1);position:sticky;top:0;background:var(--bg-1);z-index:1}.vr-mobile-menu__body{padding:24px 20px;display:flex;flex-direction:column;gap:0}.vr-mobile-menu__section-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tx-3);padding:20px 0 12px}.vr-mobile-menu__link{display:flex;align-items:center;justify-content:space-between;padding:14px 0;font-size:16px;font-weight:500;color:var(--tx-2);border-bottom:1px solid var(--bd-1);transition:color var(--t-fast) var(--ease)}.vr-mobile-menu__link:hover,.vr-mobile-menu__link:active{color:var(--tx-1)}.vr-mobile-menu__divider{height:1px;background:var(--bd-1);margin:8px 0}.vr-hero{position:relative;height:100svh;min-height:560px;max-height:900px;display:flex;align-items:flex-end;overflow:hidden;background:var(--bg-2)}.vr-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.vr-hero__media{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.vr-hero__media--placeholder{background:linear-gradient(135deg,var(--bg-1) 0%,#1a1a2e 50%,var(--bg-1) 100%)}.vr-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#111111f2,#1119 40%,#11111126)}.vr-hero__content{position:absolute;bottom:0;left:0;right:0;z-index:1;width:100%;max-width:var(--max-w);padding-inline:var(--gutter);padding-bottom:52px;margin-inline:auto;display:flex;flex-direction:column;gap:0}@media(min-width:768px){.vr-hero{align-items:center;max-height:100svh}.vr-hero__content{padding-bottom:80px}.vr-hero__overlay{background:linear-gradient(to right,#111111e0,#11111180 55%,#1111111a)}}.vr-hero__eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--tx-3)!important;margin-bottom:14px}.vr-hero__eyebrow:before{content:"";display:block;width:20px;height:1px;background:var(--tx-3);flex-shrink:0}.vr-hero__subheading{max-width:480px;font-size:var(--text-base);line-height:1.65;color:#f5f5f5d1;margin-bottom:28px}.vr-hero__heading{font-size:clamp(2rem,8vw,4.5rem);line-height:1.05;margin-bottom:18px}@media(min-width:480px){.vr-hero__heading{font-size:clamp(2.5rem,7vw,4.5rem)}}.vr-hero__actions .vr-btn{flex-shrink:0}@media(max-width:479px){.vr-hero__content{padding-bottom:36px}.vr-hero__eyebrow{margin-bottom:10px}.vr-hero__heading{margin-bottom:12px}.vr-hero__subheading{margin-bottom:20px}}.vr-hero__actions{display:flex;gap:10px;flex-wrap:wrap}.vr-trust-strip{background:var(--bg-2);border-bottom:1px solid var(--bd-1);padding-block:24px}.vr-trust-strip__inner{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(min-width:768px){.vr-trust-strip__inner{grid-template-columns:repeat(4,1fr);gap:0}}.vr-trust-item{display:flex;align-items:flex-start;gap:12px;padding:0 20px}@media(max-width:767px){.vr-trust-item{padding:0}}.vr-trust-item+.vr-trust-item{border-left:none}@media(min-width:768px){.vr-trust-item+.vr-trust-item{border-left:1px solid var(--bd-1)}.vr-trust-item:first-child{padding-left:0}}.vr-trust-item svg{flex-shrink:0;color:var(--tx-3);margin-top:2px}.vr-trust-item__title{font-size:13px;font-weight:600;color:var(--tx-1);margin-bottom:2px;line-height:1.3}.vr-trust-item__desc{font-size:11px;color:var(--tx-3);line-height:1.4}.vr-category-grid{background:var(--bg-2)}.vr-category-card{position:relative;overflow:hidden;border-radius:var(--r-lg);border:1px solid var(--bd-1);display:block;aspect-ratio:3/4;transition:border-color var(--t-base) var(--ease),box-shadow var(--t-base) var(--ease)}@media(min-width:768px){.vr-category-card{aspect-ratio:4/3}}.vr-category-card:hover{border-color:var(--bd-2);box-shadow:0 16px 48px #00000080}.vr-category-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--t-slow) var(--ease);display:block}.vr-category-card:hover .vr-category-card__image{transform:scale(1.05)}.vr-category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(17,17,17,.9) 0%,rgba(17,17,17,.3) 60%,transparent 100%)}.vr-category-card__content{position:absolute;bottom:0;left:0;right:0;padding:24px}.vr-category-card__label{color:var(--tx-3);margin-bottom:8px}.vr-category-card__title{font-family:var(--font-display);font-size:clamp(1.3rem,3vw,1.75rem);font-weight:700;color:var(--tx-1);line-height:1.1;margin-bottom:16px}.vr-category-card__cta{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--tx-2);transition:color var(--t-fast) var(--ease)}.vr-category-card:hover .vr-category-card__cta{color:var(--tx-1)}.vr-category-card__cta-arrow{transition:transform var(--t-fast) var(--ease)}.vr-category-card:hover .vr-category-card__cta-arrow{transform:translate(4px)}.vr-product-card{background:var(--bg-3);border:1px solid var(--bd-1);border-radius:var(--r-md);overflow:hidden;display:flex;flex-direction:column;transition:border-color var(--t-base) var(--ease),box-shadow var(--t-base) var(--ease),transform var(--t-base) var(--ease)}.vr-product-card:hover{border-color:var(--bd-2);box-shadow:0 8px 32px #00000080;transform:translateY(-2px)}.vr-product-card__image-wrap{position:relative;display:block;overflow:hidden;background:var(--bg-2);aspect-ratio:1 / 1;width:100%;flex-shrink:0}.vr-product-card__image-inner{width:100%;height:100%}.vr-product-card__image{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform var(--t-slow) var(--ease);display:block;padding:6px;box-sizing:border-box}.vr-product-card:hover .vr-product-card__image{transform:scale(1.03)}.vr-product-card__image-placeholder{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:var(--bg-2)}.vr-product-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:1}.vr-product-card__info{padding:10px;display:flex;flex-direction:column;gap:5px;flex:1}@media(min-width:480px){.vr-product-card__info{padding:12px;gap:6px}}@media(min-width:768px){.vr-product-card__info{padding:14px;gap:8px}}.vr-product-card__meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-height:20px}.vr-product-card__set{font-size:11px;color:var(--tx-3);font-weight:500}.vr-product-card__title{font-size:13px;font-weight:500;color:var(--tx-1);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--t-fast) var(--ease)}@media(min-width:768px){.vr-product-card__title{font-size:14px}}.vr-product-card:hover .vr-product-card__title{color:var(--ac-1)}.vr-product-card__condition{font-size:11px;color:var(--tx-3)}.vr-product-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:6px}.vr-product-card__price{font-size:14px;font-weight:700;color:var(--tx-1)}.vr-product-card__compare-price{font-size:11px;color:var(--tx-3);text-decoration:line-through;display:block}.vr-product-card__price--faded{color:var(--tx-3)}.vr-product-card__quick-add{opacity:0;width:34px;height:34px;flex-shrink:0;transition:opacity var(--t-fast) var(--ease),background var(--t-fast) var(--ease)}@media(hover:none){.vr-product-card__quick-add{opacity:1}}.vr-product-card:hover .vr-product-card__quick-add{opacity:1}.vr-product-card__quick-add.is-loading svg{animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.vr-cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100vw;background:var(--bg-2);border-left:1px solid var(--bd-1);z-index:var(--z-modal);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--t-slow) var(--ease)}@media(min-width:420px){.vr-cart-drawer{width:420px}}.vr-cart-drawer.is-open{transform:translate(0)}.vr-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--bd-1);flex-shrink:0}.vr-cart-drawer__title{font-size:14px;font-weight:600;color:var(--tx-1)}.vr-cart-drawer__count{font-size:13px;color:var(--tx-3);margin-left:8px}.vr-cart-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px;display:flex;flex-direction:column;gap:16px}.vr-cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:64px 0;color:var(--tx-3)}.vr-cart-drawer__empty-title{font-size:15px;font-weight:600;color:var(--tx-2)}.vr-cart-drawer__empty-desc{font-size:13px;color:var(--tx-3)}.vr-cart-item{display:grid;grid-template-columns:72px 1fr;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--bd-1)}.vr-cart-item:last-child{border-bottom:none}.vr-cart-item__image{width:72px;height:72px;object-fit:cover;border-radius:var(--r-sm);background:var(--bg-3);display:block}.vr-cart-item__info{display:flex;flex-direction:column;gap:6px}.vr-cart-item__title{font-size:13px;font-weight:500;color:var(--tx-1);line-height:1.35}.vr-cart-item__variant{font-size:11px;color:var(--tx-3)}.vr-cart-item__trust{font-size:11px;color:var(--tx-3);font-style:italic;line-height:1.4;padding:8px 10px;background:var(--bg-1);border-radius:var(--r-sm);border-left:2px solid var(--bd-2)}.vr-cart-item__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.vr-cart-item__price{font-size:13px;font-weight:700;color:var(--tx-1)}.vr-cart-item__remove{font-size:11px;color:var(--tx-3);text-decoration:underline;text-underline-offset:2px;cursor:pointer;background:none;border:none;padding:0}.vr-cart-drawer__footer{flex-shrink:0;border-top:1px solid var(--bd-1);padding:20px;display:flex;flex-direction:column;gap:14px}.vr-cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between}.vr-cart-drawer__subtotal-label{font-size:13px;color:var(--tx-2)}.vr-cart-drawer__subtotal-value{font-size:20px;font-weight:700;color:var(--tx-1)}.vr-cart-drawer__subtotal-note{font-size:11px;color:var(--tx-3);text-align:center}.vr-search-drawer{position:fixed;top:0;left:0;right:0;background:var(--bg-2);border-bottom:1px solid var(--bd-1);z-index:calc(var(--z-modal) + 2);transform:translateY(-100%);transition:transform var(--t-base) var(--ease);padding:16px 0 20px}.vr-search-drawer.is-open{transform:translateY(0)}.vr-search-drawer__inner{display:flex;flex-direction:column;gap:16px}.vr-search-drawer__input-wrap{display:flex;align-items:center;gap:10px;background:var(--bg-1);border:1px solid var(--bd-1);border-radius:var(--r-md);padding:0 14px;transition:border-color var(--t-fast) var(--ease)}.vr-search-drawer__input-wrap:focus-within{border-color:var(--tx-3)}.vr-search-drawer__icon{color:var(--tx-3);flex-shrink:0}.vr-search-drawer__input{flex:1;height:48px;font-size:16px;color:var(--tx-1);background:transparent;border:none;outline:none}.vr-search-drawer__input::placeholder{color:var(--tx-3)}.vr-search-drawer__clear{opacity:0;pointer-events:none;transition:opacity var(--t-fast) var(--ease);width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:var(--tx-3);background:none;border:none}.vr-search-drawer__clear.is-visible{opacity:1;pointer-events:all}.vr-search-results{display:flex;flex-direction:column;gap:2px;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.vr-search-result{display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;padding:10px;border-radius:var(--r-md);transition:background var(--t-fast) var(--ease);text-decoration:none}.vr-search-result:hover{background:var(--ac-dim)}.vr-search-result__image{width:52px;height:52px;object-fit:cover;border-radius:var(--r-sm);background:var(--bg-3);display:block}.vr-search-result__title{font-size:13px;font-weight:500;color:var(--tx-1);line-height:1.3}.vr-search-result__meta{display:flex;align-items:center;gap:6px;margin-top:3px}.vr-search-result__set{font-size:11px;color:var(--tx-3)}.vr-search-result__price{font-size:13px;font-weight:600;color:var(--tx-2);white-space:nowrap}.vr-search-hint{font-size:12px;color:var(--tx-3);text-align:center;padding:12px 0}.vr-product__layout{display:flex;flex-direction:column;gap:40px}@media(min-width:900px){.vr-product__layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}}.vr-product__gallery-main{border-radius:var(--r-lg);overflow:hidden;background:var(--bg-3);border:1px solid var(--bd-1);aspect-ratio:1}.vr-product__gallery-img{width:100%;height:100%;object-fit:cover;display:block}.vr-product__gallery-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.vr-product__gallery-thumbs::-webkit-scrollbar{display:none}.vr-product__thumb{width:64px;height:64px;flex-shrink:0;border-radius:var(--r-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--t-fast) var(--ease);background:var(--bg-3)}.vr-product__thumb.is-active,.vr-product__thumb:hover{border-color:var(--tx-2)}.vr-product__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.vr-product__purchase{display:flex;flex-direction:column;gap:20px}@media(min-width:900px){.vr-product__purchase{position:sticky;top:92px}}.vr-product__breadcrumb{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.vr-product__breadcrumb-link,.vr-product__breadcrumb span{font-size:12px;color:var(--tx-3)}.vr-product__breadcrumb-link:hover{color:var(--tx-2)}.vr-product__breadcrumb-current{font-size:12px;color:var(--tx-2)}.vr-product__meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:22px}.vr-product__set-tag{font-size:12px;color:var(--tx-3);font-weight:500}.vr-product__price-block{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.vr-product__price{font-size:28px;font-weight:700;color:var(--tx-1)}.vr-product__compare-price{font-size:16px;color:var(--tx-3);text-decoration:line-through}.vr-product__stock{font-size:13px;font-weight:600}.vr-product__stock--in{color:#5cbf85}.vr-product__stock--low{color:var(--red)}.vr-product__stock--out{color:var(--tx-3)}.vr-product__variants{display:flex;flex-direction:column;gap:16px}.vr-product__option-label{margin-bottom:10px}.vr-product__option-values{display:flex;gap:8px;flex-wrap:wrap}.vr-product__atc-row{display:flex;gap:10px;align-items:center}.vr-product__atc{flex:1;padding-block:16px;font-size:13px}.vr-product__trust{display:flex;flex-direction:column;gap:12px;padding:16px;background:var(--bg-2);border:1px solid var(--bd-1);border-radius:var(--r-md)}.vr-product__trust-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--tx-2);line-height:1.4}.vr-product__trust-item svg{flex-shrink:0;color:var(--tx-3);margin-top:1px}.vr-product__description{padding-top:20px;border-top:1px solid var(--bd-1);color:var(--tx-2);line-height:1.7;font-size:14px}.vr-product__related{margin-top:80px;padding-top:64px;border-top:1px solid var(--bd-1)}.vr-collection__banner{position:relative;min-height:220px;display:flex;align-items:flex-end;overflow:hidden;background:var(--bg-2);border-bottom:1px solid var(--bd-1)}@media(min-width:768px){.vr-collection__banner{min-height:280px}}.vr-collection__banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vr-collection__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#111111e0,#1116)}.vr-collection__banner-content{position:relative;z-index:1;padding-block:48px;display:flex;flex-direction:column;gap:10px}.vr-collection__layout{display:flex;flex-direction:column;gap:24px}@media(min-width:900px){.vr-collection__layout{display:grid;grid-template-columns:200px 1fr;gap:40px;align-items:start}}.vr-collection__filters{display:none}@media(min-width:900px){.vr-collection__filters{display:block;position:sticky;top:92px}}.vr-collection__filter-group{border-bottom:1px solid var(--bd-1);padding-bottom:16px;margin-bottom:16px}.vr-collection__filter-heading{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:13px;font-weight:500;color:var(--tx-1);margin-bottom:12px;cursor:pointer;background:none;border:none}.vr-collection__filter-options{display:flex;flex-direction:column;gap:8px}.vr-collection__filter-option{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--tx-2);cursor:pointer;transition:color var(--t-fast) var(--ease)}.vr-collection__filter-option:hover{color:var(--tx-1)}.vr-collection__filter-cb{width:16px;height:16px;accent-color:var(--ac-1);cursor:pointer;flex-shrink:0}.vr-collection__filter-count{font-size:11px;color:var(--tx-3);margin-left:auto}.vr-collection__sort-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--bd-1);flex-wrap:wrap;gap:12px}.vr-collection__sort-wrap{display:flex;align-items:center;gap:10px}.vr-collection__sort-select{font-size:13px;background:var(--bg-2);padding:8px 12px;border:1px solid var(--bd-1);border-radius:var(--r-md);color:var(--tx-1);width:auto}.vr-collection__pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:64px;padding-top:48px;border-top:1px solid var(--bd-1);flex-wrap:wrap}.vr-footer{background:var(--bg-2);border-top:1px solid var(--bd-1);padding-top:64px;padding-bottom:40px}.vr-footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding-bottom:56px;border-bottom:1px solid var(--bd-1);margin-bottom:32px}@media(min-width:768px){.vr-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}}.vr-footer__brand-col{grid-column:1 / -1}@media(min-width:768px){.vr-footer__brand-col{grid-column:auto}}.vr-footer__brand-tagline{font-size:13px;color:var(--tx-3);line-height:1.7;margin-top:14px;max-width:260px}.vr-footer__social{display:flex;gap:8px;margin-top:20px}.vr-footer__social-link{width:34px;height:34px;border:1px solid var(--bd-1);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;color:var(--tx-3);transition:border-color var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.vr-footer__social-link:hover{border-color:var(--bd-2);color:var(--tx-1)}.vr-footer__col-title{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tx-3);margin-bottom:16px}.vr-footer__links{display:flex;flex-direction:column;gap:12px}.vr-footer__link{font-size:13px;color:var(--tx-2);transition:color var(--t-fast) var(--ease)}.vr-footer__link:hover{color:var(--tx-1)}.vr-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.vr-footer__copyright{font-size:11px;color:var(--tx-3)}.vr-footer__legal{display:flex;gap:20px;flex-wrap:wrap}.vr-footer__legal-link{font-size:11px;color:var(--tx-3);transition:color var(--t-fast) var(--ease)}.vr-footer__legal-link:hover{color:var(--tx-2)}.vr-new-arrivals__tabs{margin-bottom:24px}.vr-new-arrivals__panel[hidden]{display:none}.vr-drop-banner{background:var(--bg-2);border:1px solid var(--bd-1);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column}@media(min-width:768px){.vr-drop-banner{flex-direction:row}}.vr-drop-banner__content{padding:40px 32px;display:flex;flex-direction:column;justify-content:center;gap:16px;flex:1}.vr-drop-banner__eyebrow{display:flex;align-items:center;gap:10px}.vr-drop-banner__dot{width:6px;height:6px;border-radius:50%;background:#5cbf85;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.vr-drop-banner__image{flex:1;min-height:200px;overflow:hidden;background:var(--bg-3)}@media(min-width:768px){.vr-drop-banner__image{min-height:auto}}.vr-drop-banner__image img{width:100%;height:100%;object-fit:cover}.vr-newsletter{background:var(--bg-2);border-top:1px solid var(--bd-1)}.vr-newsletter__inner{max-width:520px;margin-inline:auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.vr-newsletter__form{width:100%;display:flex;flex-direction:column;gap:10px}@media(min-width:480px){.vr-newsletter__form{flex-direction:row}}.vr-newsletter__form .vr-input{flex:1}.vr-journal{background:var(--bg-1)}.vr-journal__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.vr-journal__grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.vr-journal__grid{grid-template-columns:repeat(3,1fr)}}.vr-journal-card{display:flex;flex-direction:column;gap:14px;text-decoration:none}.vr-journal-card__image{aspect-ratio:16/9;border-radius:var(--r-md);overflow:hidden;background:var(--bg-3);border:1px solid var(--bd-1)}.vr-journal-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--t-slow) var(--ease);display:block}.vr-journal-card:hover .vr-journal-card__image img{transform:scale(1.04)}.vr-journal-card__cat{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tx-3)}.vr-journal-card__title{font-size:16px;font-weight:600;color:var(--tx-1);line-height:1.3;transition:color var(--t-fast) var(--ease)}.vr-journal-card:hover .vr-journal-card__title{color:var(--ac-1)}.vr-journal-card__excerpt{font-size:13px;color:var(--tx-3);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vr-cart-shipping{padding:12px 20px;background:var(--bg-3);border-bottom:1px solid var(--bd-1);flex-shrink:0}.vr-cart-shipping__text{font-size:12px;color:var(--tx-2);margin-bottom:8px;display:flex;gap:4px}.vr-cart-shipping__text strong{color:var(--tx-1)}.vr-cart-shipping__text--unlocked{color:#5cbf85}.vr-cart-shipping__bar{height:3px;background:var(--bd-1);border-radius:999px;overflow:hidden}.vr-cart-shipping__fill{height:100%;background:#5cbf85;border-radius:999px;transition:width .4s ease}.vr-cart-item__qty{display:inline-flex;align-items:center;gap:0;border:1px solid var(--bd-1);border-radius:6px;overflow:hidden}.vr-cart-item__qty-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--tx-2);transition:background .15s ease,color .15s ease}.vr-cart-item__qty-btn:hover{background:#ffffff0f;color:var(--tx-1)}.vr-cart-item__qty-val{width:40px;text-align:center;font-size:13px;font-weight:600;color:var(--tx-1);border-left:1px solid var(--bd-1);border-right:1px solid var(--bd-1);line-height:28px}.vr-cart-item__title{font-size:13px;font-weight:500;color:var(--tx-1);line-height:1.35;text-decoration:none;display:block;transition:color .15s ease}.vr-cart-item__title:hover{color:#fff}.vr-cart-item__footer{display:flex;align-items:center;gap:10px;margin-top:8px;flex-wrap:wrap}.vr-cart-item__price{font-size:13px;font-weight:700;color:var(--tx-1);margin-left:auto}.vr-cart-item__remove{font-size:11px;color:var(--tx-3);text-decoration:underline;text-underline-offset:2px;cursor:pointer;background:none;border:none;padding:0;transition:color .15s ease}.vr-cart-item__remove:hover{color:var(--tx-2)}.vrc{background:var(--bg-1);min-height:100vh}.vrc__banner{position:relative;min-height:200px;display:flex;align-items:flex-end;overflow:hidden;background:var(--bg-2);border-bottom:1px solid var(--bd-1)}.vrc__banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vrc__banner-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1a2e 0%,var(--bg-1) 100%)}.vrc__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#111111e6,#1116)}.vrc__banner-content{position:relative;z-index:1;padding-block:40px;display:flex;flex-direction:column;gap:10px}.vrc__banner-count{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--tx-3)}.vrc__banner-title{font-family:var(--font-display);font-size:clamp(1.6rem,5vw,3rem);font-weight:700;color:var(--tx-1);line-height:1.1;letter-spacing:-.02em}.vrc__banner-desc{font-size:15px;color:var(--tx-2);line-height:1.6;max-width:520px}.vrc__body{padding-block:28px 80px}.vrc__mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--bd-1)}.vrc__filter-toggle{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:8px;border:1px solid var(--bd-1);background:transparent;font-size:13px;font-weight:500;color:var(--tx-2);cursor:pointer;transition:background .15s ease,color .15s ease}.vrc__filter-toggle:hover{background:#ffffff0f;color:var(--tx-1)}.vrc__sort-row{display:flex;align-items:center;gap:10px}.vrc__sort-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--tx-3)}.vrc__sort-select{background:var(--bg-2);border:1px solid var(--bd-1);border-radius:8px;color:var(--tx-1);font-size:13px;padding:8px 12px;cursor:pointer;transition:border-color .15s ease}.vrc__sort-select:hover{border-color:var(--bd-2)}.vrc__layout{display:flex;flex-direction:column;gap:24px}@media(min-width:900px){.vrc__layout{display:grid;grid-template-columns:220px 1fr;gap:40px;align-items:start}.vrc__filters{display:block!important}.vrc__filters-header,.vrc__mobile-bar .vrc__filter-toggle{display:none}}.vrc__filters{background:var(--bg-1)}.vrc__filters.is-open{transform:translate(0)}.vrc__filters-header{display:none}.vrc__filters-inner{padding:20px}.vrc__filters-title{font-size:16px;font-weight:600;color:var(--tx-1)}.vrc__filters-close{width:36px;height:36px;background:var(--bg-3);border:1px solid var(--bd-1);border-radius:8px;cursor:pointer;color:var(--tx-2);display:flex;align-items:center;justify-content:center}.vrc__filter-group{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--bd-1)}.vrc__filter-group:last-of-type{border-bottom:none}.vrc__filter-name{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tx-3);margin-bottom:14px}.vrc__filter-options{display:flex;flex-direction:column;gap:10px}.vrc__filter-opt{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;color:var(--tx-2);transition:color .15s ease}.vrc__filter-opt:hover{color:var(--tx-1)}.vrc__cb{display:none}.vrc__filter-check{width:18px;height:18px;flex-shrink:0;border:1px solid var(--bd-2);border-radius:4px;background:transparent;display:flex;align-items:center;justify-content:center;transition:background .15s ease,border-color .15s ease;color:transparent}.vrc__cb:checked+.vrc__filter-check{background:#fff;border-color:#fff;color:#111}.vrc__filter-label-text{flex:1}.vrc__filter-cnt{font-size:11px;color:var(--tx-3);margin-left:auto}.vrc__clear-btn{display:inline-flex;font-size:12px;color:var(--tx-3);text-decoration:underline;text-underline-offset:3px;margin-top:16px;transition:color .15s ease}.vrc__clear-btn:hover{color:var(--tx-2)}.vrc__results-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.vrc__results-count{font-size:12px;color:var(--tx-3)}.vrc__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:768px){.vrc__grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(min-width:1100px){.vrc__grid{grid-template-columns:repeat(4,1fr);gap:20px}}.vrc__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px}.vrc__empty-title{font-size:18px;font-weight:600;color:var(--tx-2);margin-bottom:8px}.vrc__empty-desc{font-size:14px;color:var(--tx-3)}.vrc__pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:60px;padding-top:40px;border-top:1px solid var(--bd-1);flex-wrap:wrap}.vrc__page-info{font-size:12px;color:var(--tx-3)}.vra{background:var(--bg-1);min-height:100vh;padding:48px 0 80px}.vra__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid var(--bd-1);flex-wrap:wrap}.vra__greeting{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--tx-3);margin-bottom:6px}.vra__name{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.2rem);font-weight:600;color:var(--tx-1);line-height:1.1}.vra__signout{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--tx-3);border:1px solid var(--bd-1);border-radius:8px;padding:10px 16px;transition:color .15s ease,border-color .15s ease}.vra__signout:hover{color:var(--tx-2);border-color:var(--bd-2)}.vra__grid{display:flex;flex-direction:column;gap:20px}@media(min-width:900px){.vra__grid{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:start}}.vra__sidebar{display:flex;flex-direction:column;gap:20px}.vra__card{background:var(--bg-2);border:1px solid var(--bd-1);border-radius:14px;overflow:hidden}.vra__card-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--bd-1)}.vra__card-title{font-size:13px;font-weight:600;color:var(--tx-1)}.vra__card-count{font-size:11px;color:var(--tx-3);background:var(--bg-3);border:1px solid var(--bd-1);border-radius:999px;padding:2px 10px}.vra__orders{display:flex;flex-direction:column}.vra__order-row{display:grid;grid-template-columns:auto 1fr auto auto;gap:16px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--bg-3);text-decoration:none;transition:background .15s ease}.vra__order-row:last-child{border-bottom:none}.vra__order-row:hover{background:#ffffff08}.vra__order-num{font-size:13px;font-weight:600;color:var(--tx-1);font-family:var(--font-mono)}.vra__order-date{font-size:11px;color:var(--tx-3);margin-top:3px}.vra__order-product{font-size:13px;color:var(--tx-2)}.vra__order-more{font-size:11px;color:var(--tx-3);margin-top:3px}.vra__order-total{font-size:14px;font-weight:700;color:var(--tx-1);text-align:right}.vra__order-status{display:inline-block;margin-top:4px;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:2px 8px;border-radius:999px;text-align:right}.vra__order-status--paid{background:#0f2318;color:#5cbf85}.vra__order-status--pending{background:#1a1a10;color:#c0a840}.vra__order-status--refunded{background:#2a0f0f;color:#e06060}.vra__order-arrow{color:var(--bd-2);flex-shrink:0}.vra__order-row:hover .vra__order-arrow{color:var(--tx-2)}.vra__empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:56px 20px;gap:10px}.vra__empty-title{font-size:16px;font-weight:600;color:var(--tx-2)}.vra__empty-desc{font-size:13px;color:var(--tx-3)}.vra__details{padding:4px 0}.vra__detail-row{display:flex;flex-direction:column;gap:3px;padding:14px 20px;border-bottom:1px solid var(--bg-3)}.vra__detail-row:last-child{border-bottom:none}.vra__detail-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--tx-3)}.vra__detail-value{font-size:13px;color:var(--tx-2);line-height:1.4}.vra__manage-link{display:block;padding:14px 20px;font-size:12px;color:var(--tx-3);border-top:1px solid var(--bd-1);transition:color .15s ease;text-align:right}.vra__manage-link:hover{color:var(--tx-2)}.vra__quicklinks{display:flex;flex-direction:column}.vra__quicklink{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;font-size:13px;color:var(--tx-2);border-bottom:1px solid var(--bg-3);transition:color .15s ease,background .15s ease}.vra__quicklink:last-child{border-bottom:none}.vra__quicklink:hover{color:var(--tx-1);background:#ffffff08}.vra__quicklink:after{content:"\2192";font-size:12px;color:var(--bd-2)}.vra__quicklink:hover:after{color:var(--tx-2)}.vra__order-mid{display:none}.vrl{background:var(--bg-1);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.vrl__wrap{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:24px}.vrl__brand{margin-bottom:8px}.vrl__logo{height:36px;width:auto}.vrl__wordmark{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--tx-1)}.vrl__card{width:100%;background:var(--bg-2);border:1px solid var(--bd-1);border-radius:16px;padding:32px}.vrl__title{font-family:var(--font-display);font-size:24px;font-weight:600;color:var(--tx-1);margin-bottom:6px}.vrl__subtitle{font-size:13px;color:var(--tx-3);margin-bottom:28px}.vrl__fields{display:flex;flex-direction:column;gap:18px}.vrl__field{display:flex;flex-direction:column;gap:8px}.vrl__label-row{display:flex;align-items:center;justify-content:space-between}.vrl__label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--tx-3)}.vrl__forgot{font-size:11px;color:var(--tx-3);text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}.vrl__forgot:hover{color:var(--tx-2)}.vrl__input{width:100%;padding:13px 16px;background:var(--bg-3);border:1px solid var(--bd-1);border-radius:10px;color:var(--tx-1);font-size:15px;transition:border-color .15s ease}.vrl__input::placeholder{color:var(--tx-3)}.vrl__input:focus{border-color:var(--tx-3);outline:none}.vrl__submit{width:100%;padding:15px;background:#fff;color:#111;border:none;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;margin-top:4px;transition:background .15s ease}.vrl__submit:hover{background:#ffffffe0}.vrl__divider{display:flex;align-items:center;gap:12px;margin:24px 0 16px;color:var(--tx-3);font-size:11px}.vrl__divider:before,.vrl__divider:after{content:"";flex:1;height:1px;background:var(--bd-1)}.vrl__register-btn{display:block;width:100%;padding:14px;background:transparent;color:var(--tx-2);border:1px solid var(--bd-1);border-radius:999px;font-size:13px;font-weight:500;text-align:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.vrl__register-btn:hover{background:#ffffff0d;color:var(--tx-1);border-color:var(--bd-2)}.vrl__back{font-size:12px;color:var(--tx-3);transition:color .15s ease}.vrl__back:hover{color:var(--tx-2)}.vrf{background:var(--bg-2);border-top:1px solid var(--bd-1);padding:52px 0 28px}.vrf__inner{display:flex;flex-direction:column;gap:32px;padding-bottom:40px;border-bottom:1px solid var(--bd-1);margin-bottom:20px}@media(min-width:768px){.vrf__inner{flex-direction:row;align-items:flex-start;gap:0}.vrf__brand{flex:0 0 35%;padding-right:48px}.vrf__links-grid{flex:1}}.vrf__brand{display:flex;flex-direction:column}.vrf__logo-link{display:block;margin-bottom:16px}.vrf__logo{width:150px;height:auto;display:block}.vrf__wordmark{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--tx-1);text-decoration:none;display:block;margin-bottom:14px}.vrf__tagline{font-size:13px;color:var(--tx-3);line-height:1.7;margin-bottom:24px;max-width:240px}.vrf__social{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}.vrf__social-link{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:var(--bg-3);border:1px solid var(--bd-1);border-radius:8px;color:var(--tx-2);text-decoration:none;font-size:12px;font-weight:500;transition:border-color var(--t-fast) var(--ease),color var(--t-fast) var(--ease);white-space:nowrap}.vrf__social-link:hover{border-color:var(--bd-2);color:var(--tx-1)}.vrf__social-label{line-height:1}.vrf__links-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 24px}.vrf__col{display:flex;flex-direction:column}.vrf__col-title{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--tx-3);margin-bottom:20px}.vrf__links{list-style:none;display:flex;flex-direction:column;gap:13px}.vrf__link{font-size:14px;color:var(--tx-2);text-decoration:none;transition:color var(--t-fast) var(--ease)}.vrf__link:hover{color:var(--tx-1)}.vrf__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.vrf__copyright{font-size:11px;color:var(--tx-3)}.vrf__legal{display:flex;gap:16px;flex-wrap:wrap}.vrf__legal-link{font-size:11px;color:var(--tx-3);text-decoration:none;transition:color .15s ease}.vrf__legal-link:hover{color:var(--tx-2)}.vr-na{background:var(--bg-1);padding:64px 0}.vr-na__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:32px;flex-wrap:wrap}.vr-na__eyebrow{font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--tx-3);line-height:1;display:block;margin-bottom:16px}.vr-na__title{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;color:var(--tx-1);line-height:1.1;letter-spacing:-.02em}.vr-na__view-all{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--tx-2);padding-bottom:4px;border-bottom:1px solid var(--bd-2);transition:color .15s ease,border-color .15s ease;white-space:nowrap}.vr-na__view-all:hover{color:var(--tx-1);border-color:var(--tx-2)}.vr-na__tabs{display:flex;gap:8px;margin-bottom:28px;flex-wrap:wrap}.vr-na__tab{padding:9px 18px;border-radius:999px;border:1px solid var(--bd-1);background:transparent;font-size:12px;font-weight:500;color:var(--tx-2);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;-webkit-tap-highlight-color:transparent}.vr-na__tab:hover{background:#ffffff0f;color:var(--tx-1);border-color:var(--bd-2)}.vr-na__tab--active{background:#fff;color:var(--bg-1);border-color:#fff}.vr-na__panel[hidden]{display:none}.vr-na__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:640px){.vr-na__grid{gap:14px}}@media(min-width:768px){.vr-na__grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(min-width:1100px){.vr-na__grid{grid-template-columns:repeat(4,1fr);gap:20px}}.vrp{background:var(--bg-1);padding:40px 0 80px;min-height:100vh}.vrp__crumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:32px}.vrp__crumb-link{font-size:12px;color:var(--tx-3);transition:color .15s ease}.vrp__crumb-link:hover{color:var(--tx-2)}.vrp__crumb span{font-size:12px;color:var(--tx-3)}.vrp__crumb-cur{font-size:12px;color:var(--tx-2)}.vrp__layout{display:grid;grid-template-columns:1fr;gap:28px}@media(min-width:768px){.vrp__layout{grid-template-columns:1fr 1fr;gap:32px;align-items:start}.vrp__main-wrap{aspect-ratio:1 / 1;max-height:560px}}@media(min-width:1100px){.vrp__layout{grid-template-columns:1fr 480px;gap:56px}}@media(min-width:1400px){.vrp__layout{grid-template-columns:1fr 540px}}.vrp__gallery{display:flex;flex-direction:column;gap:12px;min-width:0;width:100%}.vrp__purchase{min-width:0;width:100%}.vrp__main-wrap{background:var(--bg-3);border:1px solid var(--bd-1);border-radius:16px;overflow:hidden;position:relative;width:100%;aspect-ratio:1 / 1;max-height:80vw}.vrp__related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:640px){.vrp__related-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(min-width:1024px){.vrp__related-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.vrp__main-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:block;transition:transform .4s ease;padding:8px}.vrp__main-wrap:hover .vrp__main-img{transform:scale(1.03)}.vrp__main-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.vrp__thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.vrp__thumbs::-webkit-scrollbar{display:none}.vrp__thumb{width:70px;height:70px;flex-shrink:0;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--bg-3);transition:border-color .15s ease;padding:0}.vrp__thumb:hover{border-color:var(--tx-3)}.vrp__thumb--active{border-color:var(--tx-1)}.vrp__thumb img{width:100%;height:100%;object-fit:cover;display:block}.vrp__purchase{display:flex;flex-direction:column;gap:22px}.vrp__chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:22px}.vrp__set{font-size:11px;color:var(--tx-3);font-weight:600;letter-spacing:.04em}.vrp__condition{font-size:11px;color:var(--tx-3);font-weight:500}.vrp__title{font-family:var(--font-display);font-size:clamp(1.4rem,3.5vw,2rem);font-weight:600;color:var(--tx-1);line-height:1.2;letter-spacing:-.01em}.vrp__price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.vrp__price{font-size:32px;font-weight:700;color:var(--tx-1);line-height:1}.vrp__compare{font-size:18px;color:var(--tx-3);text-decoration:line-through;font-weight:400}.vrp__saving{font-size:12px;font-weight:600;color:#5cbf85;background:#0f2318;border-radius:999px;padding:3px 10px}.vrp__stock-row{display:flex}.vrp__stock{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.vrp__stock--in{color:#5cbf85}.vrp__stock--low{color:#e06060}.vrp__stock--out{color:var(--tx-3)}.vrp__stock-dot{width:7px;height:7px;border-radius:50%;background:var(--tx-3);flex-shrink:0}.vrp__stock-dot--in{background:#5cbf85;box-shadow:0 0 6px #5cbf8566}.vrp__stock-dot--low{background:#e06060;box-shadow:0 0 6px #e0606066}.vrp__variants{display:flex;flex-direction:column;gap:18px}.vrp__option-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--tx-3);margin-bottom:10px}.vrp__option-btns{display:flex;gap:8px;flex-wrap:wrap}.vrp__option-btn{padding:8px 16px;border-radius:999px;border:1px solid var(--bd-1);background:transparent;font-size:13px;color:var(--tx-2);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.vrp__option-btn:hover{background:#ffffff0f;color:var(--tx-1);border-color:var(--bd-2)}.vrp__option-btn--active{background:#fff;color:#111;border-color:#fff}.vrp__atc-row{display:flex;gap:12px;align-items:stretch}.vrp__atc-btn{flex:1;padding:18px 28px;font-size:14px;font-weight:600;letter-spacing:.06em;border-radius:12px;background:var(--ac-1);color:var(--bg-1);border:2px solid var(--ac-1);transition:background var(--t-fast) var(--ease),opacity var(--t-fast) var(--ease)}.vrp__atc-btn:hover:not(:disabled){background:#ffffffe0;border-color:#ffffffe0}.vrp__atc-btn:disabled,.vrp__atc-btn[aria-disabled=true]{background:var(--bg-3);color:var(--tx-3);border-color:var(--bd-1);cursor:not-allowed;opacity:1}.vrp__buynow{flex-shrink:0;padding:18px 24px;font-size:12px;font-weight:600;letter-spacing:.06em;border-radius:12px;background:transparent;color:var(--tx-1);border:1.5px solid var(--bd-2);transition:background var(--t-fast) var(--ease),border-color var(--t-fast) var(--ease);white-space:nowrap}.vrp__buynow:hover{background:var(--ac-dim);border-color:var(--bd-3)}.vrp__trust{display:flex;flex-direction:column;gap:12px;padding:18px;background:var(--bg-2);border:1px solid var(--bd-1);border-radius:12px}.vrp__trust-row{display:flex;align-items:flex-start;gap:12px;font-size:12px;color:var(--tx-2);line-height:1.5}.vrp__trust-icon{width:28px;height:28px;flex-shrink:0;background:var(--bg-3);border:1px solid var(--bd-1);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--tx-3);margin-top:1px}.vrp__desc-wrap{border:1px solid var(--bd-1);border-radius:10px;overflow:hidden}.vrp__desc-toggle{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-size:13px;font-weight:500;color:var(--tx-2);cursor:pointer;list-style:none;background:var(--bg-2);transition:color .15s ease}.vrp__desc-toggle::-webkit-details-marker{display:none}.vrp__desc-toggle:hover{color:var(--tx-1)}.vrp__desc{padding:16px;font-size:14px;color:var(--tx-2);line-height:1.7;background:var(--bg-2)}.vrp__related{margin-top:80px;padding-top:64px;border-top:1px solid var(--bd-1)}.vrp__related-eyebrow{font-family:var(--font-display);font-size:clamp(1.3rem,3vw,2rem);font-weight:600;color:var(--tx-1);margin-bottom:28px}.vrp__notify{background:var(--bg-2);border:1px solid var(--bd-1);border-radius:12px;padding:16px}.vrp__notify-text{font-size:12px;color:var(--tx-2);margin-bottom:12px}.vrp__notify-row{display:flex;gap:8px}.vrp__notify-input{flex:1;padding:10px 14px;background:var(--bg-3);border:1px solid var(--bd-1);border-radius:8px;color:var(--tx-1);font-size:14px;font-size:16px;transition:border-color .15s ease}.vrp__notify-input:focus{border-color:var(--tx-3);outline:none}.vrp__notify-btn{flex-shrink:0}.vrp__notify-success{font-size:12px;color:#5cbf85;margin-top:10px}.vr-ts{background:var(--bg-2);border-top:1px solid var(--bd-1);border-bottom:1px solid var(--bd-1);padding:20px 0}.vr-ts__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.vr-ts__sep{display:none}.vr-ts__item{display:flex;align-items:flex-start;gap:10px;padding:0}.vr-ts__icon{width:36px;height:36px;flex-shrink:0;background:var(--bg-3);border:1px solid var(--bd-1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--tx-3)}.vr-ts__text{display:flex;flex-direction:column;gap:3px;min-width:0}.vr-ts__title{font-size:12px;font-weight:600;color:var(--tx-1);line-height:1.3}.vr-ts__desc{font-size:10px;color:var(--tx-3);line-height:1.4}@media(min-width:768px){.vr-ts{padding:28px 0}.vr-ts__grid{display:flex;align-items:center;justify-content:space-between}.vr-ts__sep{display:block;width:1px;height:40px;background:var(--bd-1);flex-shrink:0}.vr-ts__item{align-items:center;gap:14px;padding:0 24px}.vr-ts__icon{width:44px;height:44px;border-radius:10px}.vr-ts__title{font-size:13px}.vr-ts__desc{font-size:11px}}.vra__header-left{display:flex;align-items:center;gap:16px}.vra__avatar{width:52px;height:52px;background:linear-gradient(135deg,#1a1a2e,#0f2238);border:1px solid var(--bd-1);border-radius:14px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--tx-1);flex-shrink:0}.vra__stats{display:flex;gap:1px;background:var(--bd-1);border:1px solid var(--bd-1);border-radius:14px;overflow:hidden;margin-bottom:32px}.vra__stat{flex:1;background:var(--bg-2);padding:20px 24px;display:flex;flex-direction:column;gap:4px}.vra__stat-value{font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:700;color:var(--tx-1);line-height:1.1}.vra__stat-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--tx-3)}.vra__panel{background:var(--bg-2);border:1px solid var(--bd-1);border-radius:16px;overflow:hidden}.vra__panel-header{display:flex;align-items:center;gap:10px;padding:18px 20px;border-bottom:1px solid var(--bd-1)}.vra__panel-title{font-size:13px;font-weight:600;color:var(--tx-1);flex:1}.vra__badge{font-size:11px;color:var(--tx-3);background:var(--bg-3);border:1px solid var(--bd-1);border-radius:999px;padding:2px 10px}.vra__order{display:flex;align-items:center;gap:14px;padding:14px 20px;border-bottom:1px solid var(--bg-3);text-decoration:none;transition:background .15s ease}.vra__order:last-child{border-bottom:none}.vra__order:hover{background:#ffffff05}.vra__order-img{width:48px;height:48px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--bg-3);border:1px solid var(--bd-1)}.vra__order-img img{width:100%;height:100%;object-fit:cover;display:block}.vra__order-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.vra__order-info{flex:1;min-width:0}.vra__order-top{display:flex;align-items:center;gap:8px;margin-bottom:4px}.vra__order-meta{font-size:11px;color:var(--tx-3)}.vra__order-status--voided{background:var(--bg-3);color:var(--tx-3)}.vra__order-status--partially_refunded{background:#1a1a10;color:#c0a840}.vra__order-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.vra__order:hover .vra__order-arrow{color:var(--tx-2)}.vra__info-list{display:flex;flex-direction:column}.vra__info-row{display:flex;align-items:flex-start;gap:12px;padding:14px 20px;border-bottom:1px solid var(--bg-3)}.vra__info-row:last-child{border-bottom:none}.vra__info-row svg{color:var(--tx-3);flex-shrink:0;margin-top:2px}.vra__info-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--tx-3);margin-bottom:3px}.vra__info-val{font-size:13px;color:var(--tx-2);line-height:1.4}.vra__panel-footer-link{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;font-size:12px;color:var(--tx-3);border-top:1px solid var(--bd-1);text-decoration:none;transition:color .15s ease}.vra__panel-footer-link:hover{color:var(--tx-2)}.vra__panel-footer-link svg{color:var(--bd-2);transition:color .15s ease}.vra__panel-footer-link:hover svg{color:var(--tx-2)}.vra__shortcuts{display:flex;flex-direction:column}.vra__shortcut{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--bg-3);text-decoration:none;font-size:13px;color:var(--tx-2);transition:background .15s ease,color .15s ease}.vra__shortcut:last-child{border-bottom:none}.vra__shortcut:hover{background:#ffffff05;color:var(--tx-1)}.vra__shortcut-icon{width:36px;height:36px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.vra__shortcut span{flex:1}.vra__shortcut-arrow{color:var(--bd-2);transition:color .15s ease}.vra__shortcut:hover .vra__shortcut-arrow{color:var(--tx-2)}.vr-product-card__price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:10px}.vr-product-card__actions{display:flex;align-items:center;gap:6px}.vr-product-card__qty{display:none}@media(min-width:480px){.vr-product-card__qty{display:inline-flex;align-items:center;background:var(--bg-3);border:1px solid var(--bd-1);border-radius:8px;overflow:hidden;height:34px;flex-shrink:0}}.vr-product-card__qty-btn{width:28px;height:34px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--tx-2);transition:background .12s ease,color .12s ease;-webkit-tap-highlight-color:transparent}.vr-product-card__qty-btn:hover{background:#ffffff0f;color:var(--tx-1)}.vr-product-card__qty-val{min-width:24px;text-align:center;font-size:13px;font-weight:600;color:var(--tx-1);border-left:1px solid var(--bd-1);border-right:1px solid var(--bd-1);padding:0 4px;line-height:34px;-webkit-user-select:none;user-select:none}.vr-product-card__atc{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:var(--bg-3);border:1px solid var(--bd-1);border-radius:8px;cursor:pointer;color:var(--tx-2);flex-shrink:0;min-width:34px;transition:background .12s ease,color .12s ease,border-color .12s ease;-webkit-tap-highlight-color:transparent}.vr-product-card__atc:hover{background:#ffffff14;color:var(--tx-1);border-color:var(--bd-2)}.vr-product-card__atc.is-loading{pointer-events:none;opacity:.6}.vr-product-card__buynow{flex:1;min-width:0;height:34px;display:flex;align-items:center;justify-content:center;background:var(--ac-1);color:var(--bg-1);border-radius:8px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;transition:background .12s ease;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:transparent;padding:0 6px}@media(min-width:480px){.vr-product-card__buynow{font-size:11px;letter-spacing:.06em;padding:0}}.vr-product-card__buynow:hover{background:#ffffffe0}.vr-product-card__buynow:active{background:#ffffffbf}.vr-product-card__sold-out{height:34px;display:flex;align-items:center;justify-content:center;background:var(--bg-3);border:1px solid var(--bd-1);border-radius:8px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--tx-3)}.vr-search-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--bg-3);border:1px solid var(--bd-1);border-radius:8px;cursor:pointer;color:var(--tx-2);flex-shrink:0;transition:background .15s ease,color .15s ease;-webkit-tap-highlight-color:transparent}.vr-search-drawer__close:hover{background:#ffffff14;color:var(--tx-1)}.vr-header__nav-link--live{display:inline-flex;align-items:center;gap:7px}.vr-header__live-dot{width:6px;height:6px;border-radius:50%;background:#25d366;flex-shrink:0;animation:vr-live-pulse 2s ease-in-out infinite}@keyframes vr-live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.vr-mobile-menu__link--live{justify-content:flex-start;gap:8px}
/*# sourceMappingURL=/cdn/shop/t/45/assets/vaultroom-components.css.map */
