:root{--vh-white: #ffffff;--vh-black: #121212;--vh-grey-50: #f8f8f8;--vh-grey-100: #f3f3f3;--vh-grey-200: #e8e8e8;--vh-grey-300: #d1d1d1;--vh-grey-500: #888888;--vh-grey-700: #555555;--vh-grey-900: #1a1a1a;--vh-accent: #1a1a1a;--vh-font-primary: "Inter", "Assistant", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--vh-font-heading: "Inter", "Assistant", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--vh-radius-sm: 8px;--vh-radius-md: 12px;--vh-radius-lg: 16px;--vh-radius-xl: 20px;--vh-radius-full: 9999px;--vh-shadow-sm: 0 1px 3px rgba(0,0,0,.08);--vh-shadow-md: 0 4px 12px rgba(0,0,0,.1);--vh-shadow-lg: 0 8px 30px rgba(0,0,0,.12);--vh-shadow-hover: 0 12px 40px rgba(0,0,0,.15);--vh-transition-fast: .2s ease;--vh-transition-base: .3s ease;--vh-transition-slow: .5s ease;--vh-header-height: 80px;--vh-section-gap: 30px;--vh-page-padding: 40px}@media screen and (max-width:749px){:root{--vh-header-height: 65px;--vh-section-gap: 16px;--vh-page-padding: 16px}}.custom-header-section{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:background-color var(--vh-transition-base),box-shadow var(--vh-transition-base),backdrop-filter var(--vh-transition-base)}.custom-header-section.header--transparent{background-color:#ffffff0d;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.custom-header-section.header--solid{background-color:#fffffffa;box-shadow:0 2px 20px #00000014;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.custom-header__inner{display:flex;align-items:center;justify-content:space-around;max-width:1400px;margin:0 auto;padding:0 var(--vh-page-padding);height:var(--vh-header-height)}.custom-header__logo a{display:flex;align-items:center;text-decoration:none}.custom-header__logo img{height:30px;width:auto;transition:filter var(--vh-transition-base)}.custom-header__logo-text{font-family:var(--vh-font-heading);font-size:2.6rem;font-weight:700;letter-spacing:-.02em;text-decoration:none;transition:color var(--vh-transition-base)}.header--transparent .custom-header__logo-text{color:var(--vh-white)}.header--solid .custom-header__logo-text{color:var(--vh-black)}.header--transparent .custom-header__logo img{filter:brightness(0) invert(1)}.header--solid .custom-header__logo img{filter:none}.custom-header__nav{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}.custom-header__nav-link{font-family:var(--vh-font-primary);font-size:1.45rem;font-weight:600;text-decoration:none;letter-spacing:.02em;transition:color var(--vh-transition-fast),opacity var(--vh-transition-fast);position:relative;white-space:nowrap}.custom-header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;transition:width var(--vh-transition-base)}.custom-header__nav-link:hover:after{width:100%}.has-dropdown{position:relative}.custom-header__nav-link svg{width:10px;height:6px;margin-left:6px;vertical-align:middle;transition:transform var(--vh-transition-fast)}.has-dropdown:hover .custom-header__nav-link svg{transform:rotate(180deg)}.custom-header__dropdown{position:absolute;top:100%;left:0;min-width:200px;background:var(--vh-white);box-shadow:var(--vh-shadow-lg);border-radius:var(--vh-radius-md);padding:12px 0;list-style:none;margin:10px 0 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all var(--vh-transition-base);z-index:10}.has-dropdown:hover .custom-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.custom-header__dropdown-link{display:block;padding:8px 20px;color:var(--vh-grey-700);text-decoration:none;font-family:var(--vh-font-primary);font-size:1.4rem;font-weight:500;transition:background-color var(--vh-transition-fast),color var(--vh-transition-fast)}.custom-header__dropdown-link:hover{background-color:var(--vh-grey-100);color:var(--vh-black)}.header--transparent .custom-header__nav-link{color:#ffffffe6}.header--transparent .custom-header__nav-link:hover{color:var(--vh-white)}.header--transparent .custom-header__nav-link:after{background-color:var(--vh-white)}.header--solid .custom-header__nav-link{color:var(--vh-grey-700)}.header--solid .custom-header__nav-link:hover{color:var(--vh-black)}.header--solid .custom-header__nav-link:after{background-color:var(--vh-black)}.custom-header__icons{display:flex;align-items:center;gap:18px}.custom-header__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;text-decoration:none;transition:background-color var(--vh-transition-fast),color var(--vh-transition-fast);position:relative;cursor:pointer}.custom-header__icon svg{width:24px;height:24px;transition:stroke var(--vh-transition-fast),fill var(--vh-transition-fast)}.custom-header__icon--account{display:inline-flex;align-items:center;justify-content:center}.header--transparent .custom-header__icon svg{stroke:var(--vh-white);color:var(--vh-white)}.header--solid .custom-header__icon svg{stroke:var(--vh-black);color:var(--vh-black)}.header--transparent .custom-header__icon:hover{background-color:#ffffff26}.header--solid .custom-header__icon:hover{background-color:var(--vh-grey-100)}.custom-header__cart-count{position:absolute;top:2px;right:0;width:16px;height:16px;border-radius:50%;background-color:var(--vh-black);color:var(--vh-white);font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.header--transparent .custom-header__cart-count{background-color:var(--vh-white);color:var(--vh-black)}.custom-header__menu-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer}.custom-header__menu-toggle svg{width:24px;height:24px}.header--transparent .custom-header__menu-toggle svg{stroke:var(--vh-white)}.header--solid .custom-header__menu-toggle svg{stroke:var(--vh-black)}.custom-header__drawer{position:fixed;top:0;left:-100%;width:85%;max-width:380px;height:100%;height:100dvh;background-color:var(--vh-white);z-index:1001;transition:left var(--vh-transition-base);padding:24px 24px calc(24px + env(safe-area-inset-bottom,20px));overflow-y:auto;box-shadow:4px 0 30px #00000026}.custom-header__drawer{display:flex;flex-direction:column}.custom-header__drawer nav{flex:1 1 auto}.custom-header__drawer-account-wrap{flex:0 0 auto;margin-top:12px}.custom-header__drawer-account-wrap{display:none}.custom-header__drawer-account{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;background-color:var(--vh-grey-100);color:var(--vh-black);text-decoration:none}.custom-header__drawer-account svg{width:20px;height:20px}.custom-header__drawer-account-label{font-family:var(--vh-font-primary);font-weight:700;font-size:1.4rem}.custom-header__drawer.is-open{left:0}.custom-header__drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity var(--vh-transition-base),visibility var(--vh-transition-base)}.custom-header__drawer-overlay.is-visible{opacity:1;visibility:visible}.custom-header__drawer-close{position:absolute;top:16px;right:16px;background:none;border:none;padding:8px;cursor:pointer}.custom-header__drawer-close svg{width:24px;height:24px;stroke:var(--vh-black)}.custom-header__drawer-nav{list-style:none;padding:0;margin:40px 0 0}.custom-header__drawer-nav li{border-bottom:1px solid var(--vh-grey-200)}.custom-header__drawer-nav a{display:block;padding:16px 0;font-family:var(--vh-font-primary);font-size:1rem;font-weight:500;color:var(--vh-black);text-decoration:none;transition:color var(--vh-transition-fast)}.custom-header__drawer-nav a:hover{color:var(--vh-grey-500)}.custom-header__drawer-details{width:100%}.custom-header__drawer-summary{display:flex;justify-content:space-between;align-items:center;padding:16px 0;font-family:var(--vh-font-primary);font-size:1rem;font-weight:500;color:var(--vh-black);cursor:pointer;list-style:none}.custom-header__drawer-summary::-webkit-details-marker{display:none}.custom-header__drawer-summary svg{width:12px;height:8px;transition:transform var(--vh-transition-fast)}.custom-header__drawer-details[open] .custom-header__drawer-summary svg{transform:rotate(180deg)}.custom-header__drawer-subnav{list-style:none;padding:0 0 10px 20px;margin:0}.custom-header__drawer-subnav li{border-bottom:none}.custom-header__drawer-subnav a{padding:10px 0;font-size:.9rem;color:var(--vh-grey-600)}@media screen and (max-width:989px){.custom-header__nav{display:none}.custom-header__menu-toggle{display:flex}.custom-header__icon--account{display:none}.custom-header__drawer-account-wrap{display:block}}.hero-slideshow{position:relative;width:100%;height:85vh;min-height:500px;max-height:800px;overflow:hidden;margin-top:0}.hero-slideshow__track{display:flex;height:100%;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.hero-slideshow__slide{position:relative;min-width:100%;height:100%;overflow:hidden}.hero-slideshow__slide-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit;cursor:pointer}.hero-slideshow__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-slideshow__media img,.hero-slideshow__media video{width:100%;height:100%;object-fit:cover}.hero-slideshow__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-slideshow__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0000008c,#0003,#0000001a);z-index:1}.hero-slideshow__content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:60px var(--vh-page-padding) 80px;max-width:1400px;margin:0 auto}.hero-slideshow__subtitle{font-family:var(--vh-font-primary);font-size:1.4rem;font-weight:600;color:#ffffffe6;margin-bottom:12px;letter-spacing:.05em}.hero-slideshow__title{font-family:var(--vh-font-heading);font-size:clamp(3rem,6vw,5.2rem);font-weight:800;color:var(--vh-white);line-height:1.1;margin:0 0 16px;max-width:720px}.hero-slideshow__desc{font-family:var(--vh-font-primary);font-size:1.6rem;color:#ffffffd9;margin-bottom:28px;max-width:580px}.hero-slideshow__cta{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background-color:var(--vh-white);color:var(--vh-black);font-family:var(--vh-font-primary);font-size:1.4rem;font-weight:700;text-decoration:none;border-radius:var(--vh-radius-full);border:none;cursor:pointer;transition:transform var(--vh-transition-fast),box-shadow var(--vh-transition-fast)}.hero-slideshow__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.hero-slideshow__dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:8px}.hero-slideshow__dot{width:10px;height:10px;border-radius:50%;background-color:#fff6;border:none;cursor:pointer;transition:background-color var(--vh-transition-fast),transform var(--vh-transition-fast);padding:0}.hero-slideshow__dot.is-active{background-color:var(--vh-white);transform:scale(1.2)}.hero-slideshow__dot:hover{background-color:#fffc}.hero-slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;background-color:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:var(--vh-white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color var(--vh-transition-fast),transform var(--vh-transition-fast)}.hero-slideshow__arrow:hover{background-color:#ffffff59}.hero-slideshow__arrow--prev{left:20px}.hero-slideshow__arrow--next{right:20px}.hero-slideshow__arrow svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}@media screen and (max-width:749px){.hero-slideshow{height:70vh;min-height:400px}.hero-slideshow__content{padding:30px var(--vh-page-padding) 60px}.hero-slideshow__arrow{width:36px;height:36px}.hero-slideshow__arrow--prev{left:12px}.hero-slideshow__arrow--next{right:12px}}.vh-section{padding:var(--vh-section-gap) 0;contain:content}.vh-section__inner{max-width:1400px;margin:0 auto;padding:0 var(--vh-page-padding)}.vh-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.vh-section__title{font-family:var(--vh-font-heading);font-size:clamp(2.4rem,4vw,3.4rem);font-weight:700;color:var(--vh-black);margin:0;letter-spacing:-.02em}.vh-section__view-all{font-family:var(--vh-font-primary);font-size:1.4rem;font-weight:600;color:var(--vh-grey-700);text-decoration:none;transition:color var(--vh-transition-fast);cursor:pointer}.vh-section__view-all:hover{color:var(--vh-black)}@media screen and (min-width:990px){.vh-section{padding:var(--vh-section-gap) 180px}.customer-reviews{padding:10px}}.vh-hscroll-wrapper{position:relative}.vh-hscroll{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.vh-hscroll::-webkit-scrollbar{display:none}.vh-hscroll__item{scroll-snap-align:start;flex-shrink:0}.vh-hscroll-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background-color:var(--vh-white);box-shadow:var(--vh-shadow-md);border:1px solid var(--vh-grey-200);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform var(--vh-transition-fast),box-shadow var(--vh-transition-fast),opacity var(--vh-transition-fast);opacity:0;pointer-events:none}.vh-hscroll-arrow.is-visible{opacity:1;pointer-events:auto}.vh-hscroll-arrow:hover{transform:translateY(-50%) scale(1.05);box-shadow:var(--vh-shadow-lg)}.vh-hscroll-arrow--left{left:-16px}.vh-hscroll-arrow--right{right:-16px}.vh-hscroll-arrow svg{width:18px;height:18px;stroke:var(--vh-black);fill:none;stroke-width:2}@media screen and (max-width:749px){.vh-hscroll-arrow{width:34px;height:34px}.vh-hscroll-arrow--left{left:4px}.vh-hscroll-arrow--right{right:4px}}.explore-categories__card{width:calc(25% - 12px);flex-shrink:0;position:relative;border-radius:var(--vh-radius-lg);overflow:hidden;cursor:pointer;transition:transform var(--vh-transition-base),box-shadow var(--vh-transition-base)}.explore-categories__card:hover{transform:translateY(-4px);box-shadow:var(--vh-shadow-hover)}.explore-categories__card-media{width:100%;aspect-ratio:3/4;overflow:hidden;border-radius:var(--vh-radius-lg);background-color:var(--vh-grey-100)}.explore-categories__card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.explore-categories__card:hover .explore-categories__card-media img{transform:scale(1.05)}.explore-categories__card-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px 16px;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);border-radius:0 0 var(--vh-radius-lg) var(--vh-radius-lg)}.explore-categories__card-badge{display:inline-block;padding:4px 12px;background-color:#ffffff40;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:var(--vh-radius-full);font-size:1.1rem;font-weight:700;color:var(--vh-white);margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.explore-categories__card-name{font-family:var(--vh-font-heading);font-size:1.6rem;font-weight:700;color:var(--vh-white);margin:0}@media screen and (max-width:749px){.explore-categories__card{width:calc(50% - 8px)}}.top-picks__tabs{display:flex;gap:8px;margin-bottom:24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.top-picks__tabs::-webkit-scrollbar{display:none}.top-picks__tab{padding:10px 24px;border-radius:var(--vh-radius-full);border:1.5px solid var(--vh-grey-300);background-color:transparent;font-family:var(--vh-font-primary);font-size:1.4rem;font-weight:600;color:var(--vh-grey-700);cursor:pointer;white-space:nowrap;transition:all var(--vh-transition-fast)}.top-picks__tab:hover{border-color:var(--vh-grey-500);color:var(--vh-black)}.top-picks__tab.is-active{background-color:var(--vh-black);border-color:var(--vh-black);color:var(--vh-white)}.product-card{width:calc(25% - 12px);flex-shrink:0;cursor:pointer;text-decoration:none;color:inherit;display:block}.product-card__media{width:100%;aspect-ratio:1/1;border-radius:var(--vh-radius-lg);overflow:hidden;background-color:var(--vh-grey-100);position:relative;margin-bottom:12px;transition:box-shadow var(--vh-transition-base)}.product-card:hover .product-card__media{box-shadow:var(--vh-shadow-md)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.06)}.product-card__badge{position:absolute;top:12px;left:12px;padding:6px 12px;border-radius:var(--vh-radius-full);background-color:var(--vh-black);color:var(--vh-white);font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.product-card__title{font-family:var(--vh-font-primary);font-size:1.5rem;font-weight:700;color:var(--vh-black);margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__price-row{display:flex;align-items:center;gap:8px}.product-card__price{font-family:var(--vh-font-primary);font-size:1.5rem;font-weight:700;color:var(--vh-black)}.product-card__compare-price{font-family:var(--vh-font-primary);font-size:1.3rem;font-weight:500;color:var(--vh-grey-500);text-decoration:line-through}@media screen and (max-width:749px){.product-card{width:calc(50% - 8px)}}.deals-marquee{background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);padding:50px 0;overflow:hidden;position:relative}.deals-marquee__track{display:flex;animation:marqueeScroll 20s linear infinite;width:max-content}.deals-marquee__item{display:flex;align-items:center;white-space:nowrap;padding:0 24px}.deals-marquee__text{font-family:var(--vh-font-heading);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;text-transform:uppercase;letter-spacing:.06em}.deals-marquee__text--filled{color:var(--vh-white)}.deals-marquee__text--outlined{color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.4)}.deals-marquee__separator{width:12px;height:12px;border-radius:50%;background-color:#ffffff4d;margin:0 16px;flex-shrink:0}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.featured-categories{background-color:var(--vh-grey-50)}.featured-cat__card{width:calc(25% - 12px);flex-shrink:0;position:relative;border-radius:var(--vh-radius-lg);overflow:hidden;cursor:pointer;transition:transform var(--vh-transition-base),box-shadow var(--vh-transition-base)}.featured-cat__card:hover{transform:translateY(-4px);box-shadow:var(--vh-shadow-hover)}.featured-cat__card-media{width:100%;aspect-ratio:3/4;border-radius:var(--vh-radius-lg);overflow:hidden;background-color:var(--vh-grey-200)}.featured-cat__card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-cat__card:hover .featured-cat__card-media img{transform:scale(1.05)}.featured-cat__card-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px 16px;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,transparent 100%);border-radius:0 0 var(--vh-radius-lg) var(--vh-radius-lg)}.featured-cat__card-price{display:inline-block;padding:4px 12px;background-color:#ffffff40;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:var(--vh-radius-full);font-size:1.1rem;font-weight:700;color:var(--vh-white);margin-bottom:8px}.featured-cat__card-name{font-family:var(--vh-font-heading);font-size:1.6rem;font-weight:700;color:var(--vh-white);margin:0}@media screen and (max-width:749px){.featured-cat__card{width:calc(50% - 8px)}}.product-spotlight.vh-section{padding:24px 0}.product-spotlight__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}.product-spotlight__content{padding:10px 0}.product-spotlight__label{font-family:var(--vh-font-primary);font-size:1.5rem;font-weight:600;color:var(--vh-grey-700);margin-bottom:8px}.product-spotlight__title{font-family:var(--vh-font-heading);font-size:clamp(3.2rem,5vw,4.8rem);font-weight:800;color:var(--vh-black);line-height:1.1;margin:0 0 16px;letter-spacing:-.02em}.product-spotlight__desc{font-family:var(--vh-font-primary);font-size:1.6rem;color:var(--vh-grey-700);margin-bottom:28px;line-height:1.5}.product-spotlight__cta{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background-color:var(--vh-black);color:var(--vh-white);font-family:var(--vh-font-primary);font-size:1.4rem;font-weight:700;text-decoration:none;border-radius:var(--vh-radius-full);border:none;cursor:pointer;transition:transform var(--vh-transition-fast),box-shadow var(--vh-transition-fast)}.product-spotlight__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.product-spotlight__media{border-radius:var(--vh-radius-xl);overflow:hidden;background-color:var(--vh-grey-200);aspect-ratio:2.2/1;max-height:320px}.product-spotlight__media img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:749px){.product-spotlight__grid{grid-template-columns:1fr;gap:24px}.product-spotlight__media{order:-1}}.see-it-love-it__grid{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;-webkit-overflow-scrolling:touch}.see-it-love-it__grid::-webkit-scrollbar{display:none}.see-it-love-it__card{flex-shrink:0;width:calc(25% - 12px);position:relative;border-radius:var(--vh-radius-lg);overflow:hidden;cursor:pointer;transition:transform var(--vh-transition-base),box-shadow var(--vh-transition-base)}.see-it-love-it__card:hover{transform:translateY(-4px);box-shadow:var(--vh-shadow-hover)}.see-it-love-it__card-media{width:100%;aspect-ratio:10/16;background-color:var(--vh-grey-100);overflow:hidden}.see-it-love-it__card-media video,.see-it-love-it__card-media img{width:100%;height:100%;object-fit:cover}.see-it-love-it__card-footer{position:absolute;bottom:0;left:0;right:0;padding:16px 12px;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%)}.see-it-love-it__card-title{font-family:var(--vh-font-primary);font-size:1.4rem;font-weight:700;color:var(--vh-white);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.see-it-love-it__card-link{font-family:var(--vh-font-primary);font-size:1.3rem;color:#ffffffb3;text-decoration:none;display:flex;align-items:center;gap:4px;margin-top:4px}.see-it-love-it__card-link:hover{color:var(--vh-white)}@media screen and (max-width:749px){.see-it-love-it__card{width:calc(50% - 8px)}}.customer-reviews{background-color:var(--vh-white);overflow:hidden}.customer-reviews__track{display:flex;animation:reviewsScroll 35s linear infinite;width:max-content;gap:20px;padding:8px 0}.customer-reviews__track:hover{animation-play-state:paused}.review-card{flex-shrink:0;display:flex;align-items:center;gap:16px;width:450px;padding:14px 28px;background-color:var(--vh-white);border-radius:999px;border:1px solid var(--vh-grey-200);box-shadow:var(--vh-shadow-sm);transition:box-shadow var(--vh-transition-fast),transform var(--vh-transition-fast)}.review-card:hover{box-shadow:var(--vh-shadow-md);transform:translateY(-2px)}.review-card__avatar{width:54px;height:54px;border-radius:50%;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#1a1a1a,#888);color:var(--vh-white);display:flex;align-items:center;justify-content:center;font-family:var(--vh-font-heading);font-weight:700;font-size:1.8rem}.review-card__avatar img{width:100%;height:100%;object-fit:cover}.review-card__content{display:flex;flex-direction:column;gap:4px;min-width:0;text-align:left}.review-card__text{font-family:var(--vh-font-primary);font-size:1.4rem;color:var(--vh-black);line-height:1.4;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-card__footer{display:flex;align-items:center;gap:8px;font-size:1.2rem}.review-card__author{font-family:var(--vh-font-primary);font-weight:700;color:var(--vh-black)}.review-card__verified{color:#4caf50;font-weight:600;display:flex;align-items:center;gap:2px}@keyframes reviewsScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width:749px){.review-card{width:340px;padding:12px 20px}}.customer-reviews__track--reverse{animation-direction:reverse}.custom-footer{background-color:var(--vh-black);color:var(--vh-white);padding:60px 0 0}.custom-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;max-width:1400px;margin:0 auto;padding:0 var(--vh-page-padding)}.custom-footer__logo{font-family:var(--vh-font-heading);font-size:2.5rem;font-weight:700;color:var(--vh-white);margin-bottom:16px}.custom-footer__logo img{height:48px;width:auto;filter:brightness(0) invert(1)}.custom-footer__desc{font-size:1.4rem;color:#fff9;line-height:1.6;max-width:320px}.custom-footer__heading{font-family:var(--vh-font-heading);font-size:1.6rem;font-weight:700;color:var(--vh-white);margin-bottom:20px}.custom-footer__links{list-style:none;padding:0;margin:0}.custom-footer__links li{margin-bottom:12px}.custom-footer__links a{font-family:var(--vh-font-primary);font-size:1.4rem;color:#ffffff8c;text-decoration:none;transition:color var(--vh-transition-fast)}.custom-footer__links a:hover{color:var(--vh-white)}.custom-footer__bottom{margin-top:48px;padding:20px var(--vh-page-padding);border-top:1px solid rgba(255,255,255,.1)}.custom-footer__bottom-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.custom-footer__copyright{font-size:1.3rem;color:#fff6}.custom-footer__policy-links{display:flex;gap:20px;list-style:none;padding:0;margin:0}.custom-footer__policy-links a{font-size:1.3rem;color:#fff6;text-decoration:none;transition:color var(--vh-transition-fast)}.custom-footer__policy-links a:hover{color:var(--vh-white)}@media screen and (max-width:749px){.custom-footer__grid{grid-template-columns:1fr 1fr;gap:32px}.custom-footer__bottom-inner{flex-direction:column;text-align:center}}@media screen and (max-width:480px){.custom-footer__grid{grid-template-columns:1fr;gap:28px}.see-it-love-it__card-media{aspect-ratio:9/16}}.vh-animate{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.vh-animate.is-visible{opacity:1;transform:translateY(0)}.vh-animate--scale{opacity:0;transform:scale(.95);transition:opacity .6s ease,transform .6s ease}.vh-animate--scale.is-visible{opacity:1;transform:scale(1)}.vh-stagger>.vh-animate:nth-child(1){transition-delay:0s}.vh-stagger>.vh-animate:nth-child(2){transition-delay:.08s}.vh-stagger>.vh-animate:nth-child(3){transition-delay:.16s}.vh-stagger>.vh-animate:nth-child(4){transition-delay:.24s}.vh-stagger>.vh-animate:nth-child(5){transition-delay:.32s}.vh-stagger>.vh-animate:nth-child(6){transition-delay:.4s}.vh-stagger>.vh-animate:nth-child(7){transition-delay:.48s}.vh-stagger>.vh-animate:nth-child(8){transition-delay:.56s}.vh-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--vh-font-primary);font-size:.8rem;color:#0003;font-weight:500}.vh-placeholder--dark{background:linear-gradient(135deg,#2a2a2a,#3d3d3d,#2a2a2a);color:#ffffff26}.vh-placeholder--light{background:linear-gradient(135deg,#e8e8e8,#f5f5f5,#e8e8e8)}.vh-placeholder--gradient-1{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff3}.vh-placeholder--gradient-2{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff3}.vh-placeholder--gradient-3{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff3}.vh-placeholder--gradient-4{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff3}.vh-placeholder--warm-1{background:linear-gradient(135deg,#2d1b14,#5c3726,#8b5e3c);color:#ffffff26}.vh-placeholder--warm-2{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#ffffff26}body.custom-header-active .section-header{display:none!important}body.header--solid-bg #MainContent{padding-top:var(--vh-header-height)}[data-clickable],.product-card,.explore-categories__card,.featured-cat__card,.see-it-love-it__card,.hero-slideshow__cta,.product-spotlight__cta,.custom-header__nav-link,.custom-header__icon,.vh-hscroll-arrow,.hero-slideshow__dot,.top-picks__tab{cursor:pointer}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){.deals-marquee__track,.customer-reviews__track{animation:none!important}.vh-animate{opacity:1!important;transform:none!important;transition:none!important}.hero-slideshow__track{transition:none!important}}@media screen and (min-width:750px){.custom-header__icon--account{display:inline-flex!important;align-items:center;justify-content:center}.custom-header__drawer-account-wrap{display:none!important}.custom-header__logo img{height:48px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-homepage.css.map */
