*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--vh-bg);color:var(--vh-ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.no-scroll{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:12px;top:12px;z-index:1000;background:#fff;padding:10px}.vh-shell{width:min(calc(100% - 40px),var(--vh-max));margin-inline:auto}.vh-desktop-only{display:flex}.vh-mobile-only{display:none}.vh-icon-btn{border:0;background:transparent;width:42px;height:42px;display:grid;place-items:center;padding:8px}.vh-icon-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.vh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-weight:700;transition:.2s ease}.vh-btn:hover{transform:translateY(-1px)}.vh-btn--primary{background:var(--vh-primary);color:#fff}.vh-btn--secondary{background:transparent;border-color:var(--vh-border);color:var(--vh-ink)}.vh-btn--light{background:#fff;color:var(--vh-primary-2)}.vh-btn--ghost-light{border-color:#ffffffa6;color:#fff}.vh-btn--full{width:100%}.vh-actions{display:flex;gap:12px;flex-wrap:wrap}.vh-text-link{font-weight:800;color:var(--vh-primary);text-decoration:underline;text-underline-offset:4px}.vh-eyebrow{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;color:#fff;margin-bottom:12px}.vh-eyebrow--dark{color:var(--vh-primary)}h1,h2,h3{font-family:Georgia,Times New Roman,serif;line-height:1.07;letter-spacing:-.025em;margin:0 0 .5em}h1{font-size:clamp(40px,6vw,76px)}h2{font-size:clamp(32px,4vw,52px)}h3{font-size:24px}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte h2,.rte h3{margin-top:1.2em}.rte table{width:100%;border-collapse:collapse}.rte th,.rte td{padding:12px;border:1px solid var(--vh-border);text-align:left}.vh-section{padding:88px 0}.vh-section--soft{background:#f3f1eb}.vh-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:36px}.vh-section-head>div{max-width:720px}.vh-section-head p{color:var(--vh-muted);font-size:18px;margin:0}.vh-section-head.vh-center{text-align:center;justify-content:center}.vh-announcement{background:var(--ann-bg);color:var(--ann-color);font-size:13px}.vh-announcement__inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.vh-announcement__links{display:flex;gap:20px;opacity:.9}.vh-header{position:sticky;top:0;z-index:70;background:#f7f4eef2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(30,50,38,.08)}.vh-header__row{height:82px;display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:28px}.vh-logo img{max-height:64px;width:auto}.vh-nav{align-items:center;justify-content:center;gap:28px;height:100%}.vh-nav__item{position:relative;height:100%;display:flex;align-items:center}.vh-nav__item>a{font-weight:700;font-size:14px}.vh-nav__dropdown{display:none;position:absolute;top:70px;left:-20px;background:#fff;border:1px solid var(--vh-border);box-shadow:0 18px 45px #0000001f;padding:12px;min-width:220px;border-radius:14px}.vh-nav__item:hover .vh-nav__dropdown{display:grid}.vh-nav__dropdown a{padding:10px 12px;border-radius:8px}.vh-nav__dropdown a:hover{background:#f4f2ec}.vh-header__actions{display:flex;align-items:center;justify-content:flex-end}.vh-cart-trigger{position:relative}.vh-cart-count{position:absolute;top:3px;right:1px;background:var(--vh-accent);color:#fff;width:18px;height:18px;border-radius:50%;font-size:10px;display:grid;place-items:center;font-weight:800}.vh-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#070f0a85;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.vh-mobile-menu,.vh-search-modal,.vh-cart-drawer,.vh-gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110}.vh-mobile-menu__panel,.vh-cart-drawer__panel{position:absolute;top:0;bottom:0;left:0;width:min(390px,92vw);background:var(--vh-bg);padding:20px;overflow:auto}.vh-cart-drawer__panel{left:auto;right:0;width:min(460px,94vw);display:flex;flex-direction:column}.vh-mobile-menu__head,.vh-cart-drawer__head,.vh-search-card__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--vh-border)}.vh-mobile-menu nav{display:grid;padding-top:14px}.vh-mobile-menu nav a{padding:13px 4px;font-size:18px;font-weight:700}.vh-mobile-menu nav a.sub{font-size:15px;padding-left:20px;color:var(--vh-muted)}.vh-search-card{position:absolute;top:90px;left:50%;transform:translate(-50%);width:min(720px,calc(100% - 30px));background:var(--vh-bg);padding:24px;border-radius:18px}.vh-search-form,.vh-search-page-form{display:flex;gap:10px;margin-top:20px}.vh-search-form input,.vh-search-page-form input{flex:1;min-height:50px;border:1px solid var(--vh-border);border-radius:999px;padding:0 20px;background:#fff}.vh-hero{position:relative;overflow:hidden;color:#fff;min-height:620px}.vh-hero--large{min-height:720px}.vh-hero__media,.vh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.vh-hero__media img{width:100%;height:100%;object-fit:cover}.vh-hero__overlay{background:linear-gradient(90deg,#0b1c13d1,#0b1c1380 45%,#0b1c1314 75%)}.vh-hero__content{position:relative;z-index:2;min-height:inherit;display:flex;align-items:center}.vh-hero__copy{max-width:700px;padding:70px 0}.vh-hero__copy p{font-size:20px;max-width:620px;color:#ffffffe0;margin:0 0 26px}.vh-hero__micro{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;margin-top:24px;color:#ffffffd1}.vh-trust-strip{border-bottom:1px solid var(--vh-border);background:#fff}.vh-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.vh-trust-grid>div{display:flex;gap:12px;align-items:center;padding:24px 20px;border-right:1px solid var(--vh-border)}.vh-trust-grid>div:last-child{border-right:0}.vh-trust-grid svg{width:28px;height:28px;fill:none;stroke:var(--vh-primary);stroke-width:1.6}.vh-trust-grid span{display:grid}.vh-trust-grid small{color:var(--vh-muted)}.vh-size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.vh-size-card{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:var(--vh-radius);color:#fff}.vh-size-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.vh-size-card:hover img{transform:scale(1.035)}.vh-size-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(8,19,13,.88) 0%,rgba(8,19,13,.28) 55%,transparent 80%)}.vh-size-card__copy{position:absolute;left:0;right:0;bottom:0;padding:28px}.vh-size-card__copy>span{font-size:12px;text-transform:uppercase;letter-spacing:.14em}.vh-size-card__copy p{color:#fffc}.vh-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.vh-product-card{min-width:0}.vh-product-card__media{position:relative;display:block;aspect-ratio:1/1;background:#fff;border-radius:var(--vh-radius);overflow:hidden;border:1px solid rgba(0,0,0,.05)}.vh-product-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:12px;transition:opacity .25s}.vh-product-card__second{opacity:0}.vh-product-card__media:hover .vh-product-card__second{opacity:1}.vh-product-card__badges{position:absolute;top:10px;left:10px;display:flex;gap:6px;flex-wrap:wrap}.vh-badge{background:#ffffffed;border:1px solid rgba(0,0,0,.08);padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800}.vh-badge--sale{background:var(--vh-primary);color:#fff;border-color:var(--vh-primary)}.vh-product-card__body{padding:14px 4px}.vh-product-card__vendor{text-transform:uppercase;letter-spacing:.12em;color:var(--vh-muted);font-size:10px;font-weight:800}.vh-product-card h3{font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.35;margin:6px 0 10px;min-height:43px}.vh-price{display:flex;gap:10px;align-items:center}.vh-price strong{font-size:20px;color:var(--vh-primary-2)}.vh-price s{color:#8c8c86}.vh-product-card__meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:9px;font-size:11px;color:var(--vh-muted)}.vh-placeholder,.vh-empty-panel{min-height:220px;display:grid;place-items:center;text-align:center;background:#fff;border:1px dashed var(--vh-border);border-radius:var(--vh-radius);padding:30px}.vh-split{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px}.vh-split--reverse .vh-split__image{order:2}.vh-split__image{border-radius:var(--vh-radius);overflow:hidden}.vh-split__image img{width:100%;aspect-ratio:4/3;object-fit:cover}.vh-split__copy p{color:var(--vh-muted);font-size:18px}.vh-split__copy .vh-btn{margin-top:20px}.vh-install{position:relative;min-height:520px;color:#fff;display:flex;align-items:center}.vh-install__bg,.vh-install__shade{position:absolute;top:0;right:0;bottom:0;left:0}.vh-install__bg img{width:100%;height:100%;object-fit:cover}.vh-install__shade{background:linear-gradient(90deg,#0f251aeb,#0f251a85 60%,#0f251a29)}.vh-install__copy{position:relative;z-index:1}.vh-install__copy h2{max-width:680px}.vh-install__copy p{max-width:650px;font-size:19px;color:#ffffffd6}.vh-install__points{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.vh-install__points span{border:1px solid rgba(255,255,255,.32);background:#ffffff14;padding:9px 13px;border-radius:999px;font-size:13px}.vh-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.vh-steps article{background:#fff;border:1px solid var(--vh-border);border-radius:var(--vh-radius);padding:26px}.vh-steps article>span{color:var(--vh-accent);font-size:13px;font-weight:900}.vh-steps p{color:var(--vh-muted)}.vh-brand-section{padding:32px 0;border-top:1px solid var(--vh-border);border-bottom:1px solid var(--vh-border)}.vh-brand-section__label{display:block;text-align:center;font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:var(--vh-muted);margin-bottom:20px}.vh-brand-list{display:flex;justify-content:center;gap:34px;flex-wrap:wrap}.vh-brand-list span{font-family:Georgia,serif;font-weight:700;font-size:21px}.vh-faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.vh-faq details{border-top:1px solid var(--vh-border);padding:20px 0}.vh-faq details:last-child{border-bottom:1px solid var(--vh-border)}.vh-faq summary{list-style:none;display:flex;justify-content:space-between;font-weight:800;font-size:18px;cursor:pointer}.vh-faq summary::-webkit-details-marker{display:none}.vh-faq .rte{color:var(--vh-muted);padding-top:10px}.vh-newsletter{background:var(--vh-primary);color:#fff;padding:64px 0}.vh-newsletter__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.vh-newsletter__inner p{color:#ffffffc7}.vh-newsletter__form{display:grid;grid-template-columns:1fr auto;gap:10px}.vh-newsletter__form input{min-height:52px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;border-radius:999px;padding:0 20px}.vh-newsletter__form input::placeholder{color:#ffffffa6}.vh-footer{background:#11251a;color:#fff;padding:70px 0 20px}.vh-footer__grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:50px}.vh-footer__logo img{width:220px;filter:brightness(0) invert(1);opacity:.95}.vh-footer p,.vh-footer span{color:#ffffffb3}.vh-footer h3{font-family:Arial,sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:.12em}.vh-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.vh-footer__contact{display:grid;gap:7px;margin-top:18px}.vh-footer__bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:50px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:12px}.vh-payment-icons{display:flex;gap:6px;flex-wrap:wrap}.vh-payment-icons svg{width:38px}.vh-cart-drawer__body{padding:20px 0;overflow:auto;flex:1}.vh-cart-mini{display:grid;grid-template-columns:90px 1fr;gap:14px;padding:12px 0;border-bottom:1px solid var(--vh-border)}.vh-cart-mini img{aspect-ratio:1;object-fit:contain;background:#fff;border-radius:10px}.vh-cart-mini div{display:grid;align-content:start;gap:4px}.vh-cart-mini small{color:var(--vh-muted)}.vh-cart-drawer__foot{border-top:1px solid var(--vh-border);padding-top:16px;display:grid;gap:10px}.vh-cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:18px}.vh-cart-drawer__foot p{font-size:12px;color:var(--vh-muted);margin:0}.vh-product{padding:36px 0 80px}.vh-breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:var(--vh-muted);font-size:12px;margin-bottom:24px}.vh-product__top{display:grid;grid-template-columns:1.15fr .85fr;gap:58px;align-items:start}.vh-gallery__main{position:relative;background:#fff;border:1px solid var(--vh-border);border-radius:var(--vh-radius);overflow:hidden;aspect-ratio:1/1}.vh-gallery__main img{width:100%;height:100%;object-fit:contain;padding:20px}.vh-gallery__zoom{position:absolute;right:14px;bottom:14px;background:#fffffff2;border:1px solid var(--vh-border);border-radius:999px;padding:9px 13px;font-weight:700}.vh-gallery__thumbs{display:flex;gap:9px;margin-top:10px;overflow:auto;padding-bottom:4px}.vh-gallery__thumb{flex:0 0 88px;aspect-ratio:1;border:1px solid var(--vh-border);background:#fff;border-radius:10px;padding:5px}.vh-gallery__thumb.is-active{border:2px solid var(--vh-primary)}.vh-gallery__thumb img{width:100%;height:100%;object-fit:contain}.vh-product__summary{position:sticky;top:130px}.vh-product__vendor{text-transform:uppercase;letter-spacing:.15em;color:var(--vh-primary);font-weight:900;font-size:11px}.vh-product__summary h1{font-size:clamp(36px,4vw,54px);margin-top:8px}.vh-product__price{display:flex;align-items:center;gap:11px;margin:16px 0}.vh-product__price strong{font-size:32px;color:var(--vh-primary-2)}.vh-product__price s{font-size:19px;color:#8a8a85}.vh-save{background:#e6f0e9;color:var(--vh-primary);font-size:11px;font-weight:900;padding:5px 8px;border-radius:999px}.vh-product__micro{display:flex;gap:8px;flex-wrap:wrap}.vh-product__micro span{background:#f0eee8;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700}.vh-product__intro{color:var(--vh-muted);font-size:17px;margin:20px 0}.vh-product-form{margin:20px 0}.vh-variant-options{display:grid;gap:12px;margin-bottom:16px}.vh-variant-options label{display:grid;gap:6px;font-weight:800}.vh-variant-options select,.vh-qty input{height:48px;border:1px solid var(--vh-border);border-radius:12px;padding:0 12px;background:#fff}.vh-buy-row{display:grid;grid-template-columns:90px 1fr;gap:10px}.vh-qty{display:grid;gap:5px;font-size:12px;font-weight:800}.vh-add{height:72px;align-self:end;border-radius:12px;font-size:17px}.vh-dynamic-checkout{margin-top:10px}.shopify-payment-button__button{border-radius:12px!important;min-height:52px!important}.vh-delivery-card{background:#f2efe8;border-radius:var(--vh-radius);padding:18px;display:grid;gap:14px}.vh-delivery-card>div{display:grid;grid-template-columns:28px 1fr;gap:12px}.vh-delivery-card svg{width:25px;height:25px;fill:none;stroke:var(--vh-primary);stroke-width:1.7}.vh-delivery-card span{display:grid}.vh-delivery-card small{color:var(--vh-muted)}.vh-product__help{display:flex;justify-content:space-between;gap:14px;margin-top:15px;font-size:12px;color:var(--vh-muted)}.vh-product__help a{text-decoration:underline}.vh-external-rating{display:flex;gap:9px;align-items:center;margin:8px 0}.vh-external-rating span{font-weight:900;color:#7b5a2e}.vh-external-rating small{color:var(--vh-muted)}.vh-product__benefits{display:grid;grid-template-columns:repeat(4,1fr);margin:70px 0;border:1px solid var(--vh-border);border-radius:var(--vh-radius);overflow:hidden}.vh-product__benefits>div{padding:22px;border-right:1px solid var(--vh-border);display:grid}.vh-product__benefits>div:last-child{border-right:0}.vh-product__benefits span{font-size:12px;color:var(--vh-muted)}.vh-product__details{display:grid;grid-template-columns:1.35fr .65fr;gap:54px}.vh-product__section{padding:0 0 34px;margin-bottom:34px;border-bottom:1px solid var(--vh-border)}.vh-product__section h2{font-size:34px}.vh-product__section p{color:var(--vh-muted)}.vh-feedback{background:#f3f1eb;border:0;border-radius:var(--vh-radius);padding:28px}.vh-feedback__head{display:grid;gap:2px}.vh-feedback__head span{font-weight:900}.vh-feedback__head small{color:var(--vh-muted)}.vh-spec-card{border:1px solid var(--vh-border);border-radius:var(--vh-radius);padding:26px;align-self:start;position:sticky;top:130px}.vh-spec-card h2{font-size:30px}.vh-spec-card dl{margin:0}.vh-spec-card dl div{display:grid;grid-template-columns:1fr 1.3fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--vh-border)}.vh-spec-card dt{color:var(--vh-muted)}.vh-spec-card dd{margin:0;font-weight:800}.vh-spec-note{font-size:11px;color:var(--vh-muted);margin-top:18px}.vh-gallery-modal{display:grid;place-items:center;padding:30px}.vh-gallery-modal>img{position:relative;z-index:1;max-width:90vw;max-height:90vh;background:#fff;border-radius:14px}.vh-gallery-modal__close{position:absolute;z-index:3;right:20px;top:20px;background:#fff;border-radius:50%}.vh-collection{padding:60px 0 90px}.vh-collection__hero{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.vh-collection__hero h1{font-size:clamp(42px,5vw,64px)}.vh-collection__hero .rte{max-width:720px;color:var(--vh-muted)}.vh-collection-tools{display:flex;justify-content:flex-end;margin-bottom:20px}.vh-collection-tools label{display:flex;gap:10px;align-items:center;font-size:13px;font-weight:800}.vh-collection-tools select{height:42px;border:1px solid var(--vh-border);border-radius:999px;padding:0 14px;background:#fff}.vh-filter-open{display:none}.vh-collection-layout{display:grid;grid-template-columns:230px 1fr;gap:32px}.vh-filters details{border-top:1px solid var(--vh-border);padding:15px 0}.vh-filters summary{font-weight:800;cursor:pointer}.vh-filter-values{display:grid;gap:8px;padding-top:12px}.vh-filter-values label{display:flex;gap:8px;font-size:13px}.vh-price-filter{display:grid;grid-template-columns:1fr 1fr;gap:8px}.vh-price-filter input{width:100%;height:40px;border:1px solid var(--vh-border);border-radius:8px;padding:0 8px}.vh-filters .vh-btn{width:100%;margin:15px 0 10px}.vh-pagination{display:flex;justify-content:center;gap:20px;align-items:center;margin-top:40px;font-size:13px}.vh-pagination a{font-weight:800;color:var(--vh-primary)}.vh-collection-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.vh-collection-cards a>div{aspect-ratio:4/3;border-radius:var(--vh-radius);overflow:hidden;background:#fff}.vh-collection-cards img{width:100%;height:100%;object-fit:cover}.vh-collection-cards h2{font-size:26px;margin-top:12px}.vh-cart-page{display:grid;grid-template-columns:1fr 360px;gap:50px}.vh-cart-line{display:grid;grid-template-columns:150px 1fr 100px;gap:20px;padding:18px 0;border-bottom:1px solid var(--vh-border)}.vh-cart-line>a img{width:150px;aspect-ratio:1;object-fit:contain;background:#fff;border-radius:12px}.vh-cart-line__info>span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--vh-muted)}.vh-cart-line__info h2{font-family:Arial,sans-serif;font-size:17px}.vh-cart-line__qty label{display:grid;gap:4px;font-size:11px}.vh-cart-line__qty input{width:72px;height:42px;border:1px solid var(--vh-border);border-radius:8px;padding:0 8px}.vh-cart-line__qty a{font-size:12px;text-decoration:underline}.vh-cart-summary{background:#fff;border:1px solid var(--vh-border);border-radius:var(--vh-radius);padding:24px;align-self:start;position:sticky;top:130px}.vh-cart-summary>div:first-of-type{display:flex;justify-content:space-between;font-size:20px;margin:18px 0}.vh-cart-summary p{color:var(--vh-muted);font-size:13px}.vh-cart-summary__trust{font-size:11px;color:var(--vh-muted);margin-top:14px}.vh-page{padding:70px 0 100px}.vh-page__inner{max-width:900px}.vh-page__head{margin-bottom:40px}.vh-page__content{font-size:17px}.vh-contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.vh-contact__details{display:grid;gap:8px;color:var(--vh-muted)}.vh-contact-form{display:grid;gap:14px;background:#fff;border:1px solid var(--vh-border);border-radius:var(--vh-radius);padding:28px}.vh-contact-form label{display:grid;gap:5px;font-weight:800;font-size:13px}.vh-contact-form input,.vh-contact-form textarea{border:1px solid var(--vh-border);border-radius:10px;padding:12px;background:#fff}.vh-form-success{background:#e9f4ec;color:#1d5b32;padding:12px;border-radius:8px;grid-column:1/-1}.vh-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.vh-blog-grid article{background:#fff;border:1px solid var(--vh-border);border-radius:var(--vh-radius);overflow:hidden}.vh-blog-grid article>a{display:block;aspect-ratio:16/10;overflow:hidden}.vh-blog-grid img{width:100%;height:100%;object-fit:cover}.vh-blog-grid article>div{padding:20px}.vh-blog-grid h2{font-size:25px}.vh-blog-grid small,.vh-blog-grid p{color:var(--vh-muted)}.vh-article{padding:60px 0 100px}.vh-article__inner{max-width:900px}.vh-article header{margin:30px 0}.vh-article header h1{font-size:clamp(42px,6vw,70px)}.vh-article header span{color:var(--vh-muted)}.vh-article__inner>img{border-radius:var(--vh-radius);margin-bottom:40px}.vh-article__content{font-size:18px}.vh-empty{text-align:center;padding:50px 0}.vh-empty p{color:var(--vh-muted)}@media(max-width:1100px){.vh-header__row{grid-template-columns:180px 1fr auto}.vh-nav{gap:16px}.vh-products-grid{grid-template-columns:repeat(3,1fr)}.vh-product__top{gap:35px}.vh-footer__grid{grid-template-columns:1.5fr 1fr 1fr}.vh-footer__grid>div:last-child{grid-column:2/4}.vh-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.vh-shell{width:min(calc(100% - 28px),var(--vh-max))}.vh-desktop-only{display:none!important}.vh-mobile-only{display:grid}.vh-announcement__links{display:none}.vh-announcement__inner{justify-content:center;text-align:center;height:36px}.vh-header__row{height:70px;grid-template-columns:44px 1fr auto;gap:6px}.vh-logo{display:flex;justify-content:center}.vh-logo img{max-height:52px;max-width:205px}.vh-header__actions .vh-icon-btn{width:38px}.vh-hero,.vh-hero--large{min-height:650px}.vh-hero__overlay{background:linear-gradient(0deg,#0b1c13e0,#0b1c1359 70%)}.vh-hero__content{align-items:end}.vh-hero__copy{padding:60px 0}.vh-hero__copy p{font-size:18px}.vh-trust-grid{grid-template-columns:repeat(2,1fr)}.vh-trust-grid>div:nth-child(2){border-right:0}.vh-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--vh-border)}.vh-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.vh-split,.vh-faq-layout,.vh-newsletter__inner,.vh-contact{grid-template-columns:1fr}.vh-split--reverse .vh-split__image{order:0}.vh-install{min-height:600px}.vh-product__top{grid-template-columns:1fr}.vh-product__summary{position:static}.vh-product__benefits{grid-template-columns:repeat(2,1fr)}.vh-product__benefits>div{border-bottom:1px solid var(--vh-border)}.vh-product__benefits>div:nth-child(2){border-right:0}.vh-product__details{grid-template-columns:1fr}.vh-spec-card{position:static}.vh-collection-layout{grid-template-columns:1fr}.vh-filter-open{display:inline-flex}.vh-filters{display:none;background:#fff;border:1px solid var(--vh-border);padding:20px;border-radius:var(--vh-radius)}.vh-filters.is-open{display:block}.vh-cart-page{grid-template-columns:1fr}.vh-cart-summary{position:static}.vh-footer__grid{grid-template-columns:1fr 1fr}.vh-footer__brand{grid-column:1/-1}.vh-footer__grid>div:last-child{grid-column:auto}.vh-blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){body{font-size:15px}.vh-section{padding:62px 0}.vh-section-head{align-items:start}.vh-section-head .vh-text-link{display:none}.vh-hero,.vh-hero--large{min-height:610px}.vh-hero__copy h1{font-size:48px}.vh-hero__copy p{font-size:16px}.vh-actions .vh-btn{width:100%}.vh-hero__micro{display:grid;gap:7px}.vh-size-grid{grid-template-columns:1fr;gap:12px}.vh-size-card{aspect-ratio:4/3}.vh-size-card__copy{padding:20px}.vh-product-card h3{font-size:14px;min-height:38px}.vh-product-card__meta{display:none}.vh-price strong{font-size:17px}.vh-product-card__badges{top:6px;left:6px}.vh-badge{font-size:8px;padding:4px 6px}.vh-product-card__badges .vh-badge:not(.vh-badge--sale){display:none}.vh-split{gap:28px}.vh-steps,.vh-newsletter__form,.vh-footer__grid{grid-template-columns:1fr}.vh-footer__brand{grid-column:auto}.vh-footer__bottom{display:grid}.vh-product{padding-top:18px}.vh-product__summary h1{font-size:38px}.vh-product__price strong{font-size:28px}.vh-buy-row{grid-template-columns:72px 1fr}.vh-gallery__thumb{flex-basis:72px}.vh-product__benefits{margin:40px 0}.vh-product__benefits>div{padding:16px}.vh-product__details{gap:25px}.vh-collection__hero{display:grid}.vh-collection-tools{justify-content:space-between}.vh-cart-line{grid-template-columns:90px 1fr}.vh-cart-line>a img{width:90px}.vh-cart-line__qty{grid-column:2}.vh-blog-grid{grid-template-columns:1fr}.vh-contact-form{padding:18px}.vh-search-form,.vh-search-page-form{display:grid}.vh-search-card{top:70px}.vh-trust-grid small{font-size:10px}.vh-trust-grid>div{padding:17px 10px;gap:8px}.vh-trust-grid strong{font-size:12px}.vh-trust-grid svg{width:22px;height:22px}}[hidden]{display:none!important}.vh-product--v2{padding:22px 0 84px}.vh-product--v2 .vh-breadcrumb{margin-bottom:16px;white-space:nowrap;overflow:hidden;flex-wrap:nowrap}.vh-product--v2 .vh-breadcrumb__current{overflow:hidden;text-overflow:ellipsis}.vh-product--v2 .vh-product__top{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:46px}.vh-product--v2 .vh-gallery{min-width:0}.vh-product--v2 .vh-gallery__main{aspect-ratio:4/3;border-radius:18px;background:#fff;box-shadow:0 12px 35px #17271d0d}.vh-product--v2 .vh-gallery__main img{padding:14px}.vh-product--v2 .vh-gallery__zoom{right:12px;bottom:12px;font-size:12px;box-shadow:0 6px 20px #00000014}.vh-product--v2 .vh-gallery__thumbs{gap:8px;margin-top:12px;scrollbar-width:thin}.vh-product--v2 .vh-gallery__thumb{flex-basis:78px;border-radius:10px;transition:.18s ease}.vh-product--v2 .vh-gallery__thumb.is-active{border-color:var(--vh-primary);box-shadow:0 0 0 1px var(--vh-primary)}.vh-product--v2 .vh-gallery__thumb:hover{border-color:var(--vh-primary)}.vh-product--v2 .vh-product__summary{top:108px}.vh-product--v2 .vh-product__meta-line{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:7px}.vh-product--v2 .vh-product__summary h1{font-size:clamp(31px,2.75vw,44px);line-height:1.06;letter-spacing:-.035em;margin:4px 0 12px;max-width:720px}.vh-product--v2 .vh-external-rating{margin:0;font-size:11px;color:var(--vh-muted);white-space:nowrap}.vh-product--v2 .vh-external-rating b{color:var(--vh-primary);font-size:12px}.vh-product--v2 .vh-product__price{margin:10px 0 11px;gap:10px;flex-wrap:wrap}.vh-product--v2 .vh-product__price strong{font-size:31px;letter-spacing:-.025em}.vh-product--v2 .vh-product__price s{font-size:16px}.vh-product--v2 .vh-save{font-size:10px;padding:5px 8px}.vh-product--v2 .vh-product__micro{gap:7px;margin-bottom:12px}.vh-product--v2 .vh-product__micro span{background:#f1f4ef;border:1px solid #dfe7df;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;color:var(--vh-primary)}.vh-product--v2 .vh-product__intro{font-size:14px;line-height:1.55;margin:12px 0 14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.vh-quick-specs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--vh-border);border-radius:13px;overflow:hidden;background:#fff;margin:14px 0}.vh-quick-specs>div{padding:10px 11px;border-right:1px solid var(--vh-border);min-width:0}.vh-quick-specs>div:last-child{border-right:0}.vh-quick-specs small{display:block;color:var(--vh-muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.vh-quick-specs strong{display:block;font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vh-product--v2 .vh-product-form{margin:14px 0 12px}.vh-product--v2 .vh-buy-row{grid-template-columns:78px 1fr;gap:9px}.vh-product--v2 .vh-qty{gap:4px;font-size:10px}.vh-product--v2 .vh-qty input{height:54px;border-radius:11px}.vh-product--v2 .vh-add{height:54px;min-height:54px;border-radius:11px;font-size:15px;text-transform:uppercase;letter-spacing:.04em}.vh-product--v2 .vh-dynamic-checkout{margin-top:8px}.vh-product--v2 .shopify-payment-button__button{min-height:52px!important;border-radius:11px!important;font-weight:800!important}.vh-confidence-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--vh-border);border-radius:13px;overflow:hidden;background:#fff;margin-top:13px}.vh-confidence-grid>div{display:flex;align-items:center;gap:9px;padding:11px;border-right:1px solid var(--vh-border);border-bottom:1px solid var(--vh-border)}.vh-confidence-grid>div:nth-child(2n){border-right:0}.vh-confidence-grid>div:nth-child(n+3){border-bottom:0}.vh-confidence-grid svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:var(--vh-primary);stroke-width:1.6}.vh-confidence-grid span{display:grid;line-height:1.25}.vh-confidence-grid strong{font-size:11px}.vh-confidence-grid small{font-size:9px;color:var(--vh-muted)}.vh-order-note{border-bottom:1px solid var(--vh-border);margin-top:8px}.vh-order-note summary{list-style:none;padding:11px 0;font-size:12px;font-weight:800;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.vh-order-note summary::-webkit-details-marker{display:none}.vh-order-note summary:after{content:"+";font-size:18px;font-weight:400;color:var(--vh-primary)}.vh-order-note[open] summary:after{content:"\2013"}.vh-order-note p{margin:0 0 12px;font-size:11px;line-height:1.55;color:var(--vh-muted)}.vh-product--v2 .vh-product__help{margin-top:9px;font-size:10px}.vh-product--v2 .vh-product__benefits{margin:54px 0 64px;border-radius:16px;background:#fff}.vh-product--v2 .vh-product__benefits>div{display:flex;align-items:center;gap:11px;padding:19px}.vh-product--v2 .vh-product__benefits svg{width:23px;height:23px;flex:0 0 23px;fill:none;stroke:var(--vh-primary);stroke-width:1.6}.vh-product--v2 .vh-product__benefits span{display:grid}.vh-product--v2 .vh-product__benefits strong{font-size:13px}.vh-product--v2 .vh-product__details{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:60px}.vh-product--v2 .vh-product__section h2{font-size:32px;margin-bottom:18px}.vh-product--v2 .vh-product__section .rte{font-size:15px;line-height:1.7}.vh-detail-accordion{border-bottom:1px solid var(--vh-border)}.vh-detail-accordion summary{list-style:none;cursor:pointer;padding:18px 0;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:700;display:flex;justify-content:space-between;gap:20px}.vh-detail-accordion summary::-webkit-details-marker{display:none}.vh-detail-accordion summary:after{content:"+";font-family:Arial,sans-serif;font-weight:400;color:var(--vh-primary)}.vh-detail-accordion[open] summary:after{content:"\2013"}.vh-detail-accordion>div{padding:0 0 20px;color:var(--vh-muted);font-size:14px;line-height:1.65}.vh-product--v2 .vh-spec-card{top:108px;border-radius:16px;background:#fff;box-shadow:0 12px 35px #17271d0a}.vh-product--v2 .vh-spec-card h2{font-size:29px;margin-bottom:13px}.vh-product--v2 .vh-spec-card dl div{font-size:13px;padding:10px 0}.vh-product--v2 .vh-spec-card dd{overflow-wrap:anywhere}.vh-product--v2 .vh-feedback{margin-top:30px;padding:24px;border-radius:15px}.vh-gallery-modal[hidden],.vh-cart-drawer[hidden],.vh-search-modal[hidden],.vh-mobile-menu[hidden]{display:none!important}.vh-gallery-modal:not([hidden]){display:grid;place-items:center;padding:30px}.vh-gallery-modal:not([hidden]) .vh-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.vh-gallery-modal__close{position:fixed!important;z-index:4!important}@media(max-width:1100px){.vh-product--v2 .vh-product__top{grid-template-columns:1fr 1fr;gap:30px}.vh-product--v2 .vh-product__summary h1{font-size:36px}.vh-quick-specs{grid-template-columns:1fr 1fr}.vh-quick-specs>div:nth-child(2){border-right:0}.vh-quick-specs>div:nth-child(-n+2){border-bottom:1px solid var(--vh-border)}}@media(max-width:900px){.vh-product--v2{padding-top:12px}.vh-product--v2 .vh-product__top{display:block}.vh-product--v2 .vh-product__summary{position:static;margin-top:24px}.vh-product--v2 .vh-gallery__main{aspect-ratio:1/1}.vh-product--v2 .vh-product__summary h1{font-size:clamp(31px,7vw,40px)}.vh-product--v2 .vh-product__details{grid-template-columns:1fr;gap:35px}.vh-product--v2 .vh-spec-card{position:static;order:-1}.vh-product--v2 .vh-product__benefits{grid-template-columns:1fr 1fr}.vh-product--v2 .vh-product__benefits>div:nth-child(2){border-right:0}.vh-product--v2 .vh-product__benefits>div:nth-child(-n+2){border-bottom:1px solid var(--vh-border)}}@media(max-width:600px){.vh-product--v2 .vh-breadcrumb{font-size:10px;margin-bottom:10px}.vh-product--v2 .vh-gallery__main{border-radius:13px}.vh-product--v2 .vh-gallery__main img{padding:8px}.vh-product--v2 .vh-gallery__thumb{flex-basis:68px}.vh-product--v2 .vh-product__meta-line{align-items:flex-start}.vh-product--v2 .vh-product__summary h1{font-size:31px;line-height:1.08}.vh-product--v2 .vh-product__price strong{font-size:29px}.vh-product--v2 .vh-product__intro{font-size:13px}.vh-quick-specs strong{font-size:11px}.vh-product--v2 .vh-buy-row{grid-template-columns:70px 1fr}.vh-confidence-grid{grid-template-columns:1fr 1fr}.vh-product--v2 .vh-product__benefits{margin:38px 0 45px}.vh-product--v2 .vh-product__benefits>div{padding:14px 11px}.vh-product--v2 .vh-product__benefits strong{font-size:11px}.vh-product--v2 .vh-product__benefits span{font-size:10px}.vh-detail-accordion summary{font-size:19px}.vh-product--v2 .vh-product__section h2{font-size:28px}.vh-product--v2 .vh-spec-card{padding:20px}}.vh-info-page{padding:64px 0 86px;background:var(--vh-bg)}.vh-info-page__hero{max-width:900px;margin-bottom:38px}.vh-info-page__hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5.4vw,72px);line-height:.98;margin:10px 0 18px;color:var(--vh-primary-2);letter-spacing:-.035em}.vh-info-page__intro{font-size:19px;line-height:1.7;color:var(--vh-muted);max-width:760px}.vh-info-page__layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:46px;align-items:start}.vh-info-page__content{background:var(--vh-surface);border:1px solid var(--vh-border);border-radius:var(--vh-radius);padding:38px 42px;box-shadow:0 16px 46px #142d1f0f}.vh-info-page__content h2{font-family:Georgia,Times New Roman,serif;color:var(--vh-primary-2);font-size:30px;margin:34px 0 12px}.vh-info-page__content h2:first-child{margin-top:0}.vh-info-page__content h3{font-size:20px;margin:26px 0 8px;color:var(--vh-ink)}.vh-info-page__content p,.vh-info-page__content li{line-height:1.75}.vh-info-page__content ul{padding-left:20px}.vh-info-page__content a{color:var(--vh-primary);text-decoration:underline;text-underline-offset:3px}.vh-info-support{position:sticky;top:110px;background:#efe9dc;border:1px solid #d9cfbc;border-radius:var(--vh-radius);padding:28px}.vh-info-support h2{font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1.05;margin:10px 0}.vh-info-support p{color:var(--vh-muted);line-height:1.6;margin:0 0 18px}.vh-info-support .vh-btn{width:100%;justify-content:center;text-align:center}.vh-info-support__meta{display:grid;gap:8px;margin-top:18px;font-size:14px}.vh-info-support__meta a{color:var(--vh-primary);font-weight:700}.vh-info-support__meta span{color:var(--vh-muted)}@media(max-width:900px){.vh-info-page{padding:42px 0 64px}.vh-info-page__layout{grid-template-columns:1fr;gap:24px}.vh-info-page__content{padding:28px 22px}.vh-info-support{position:static}}.vh-footer__grid--expanded{grid-template-columns:1.35fr repeat(4,minmax(145px,1fr));gap:38px}.vh-footer__confidence{display:grid;gap:6px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.15);font-size:13px}.vh-footer__confidence strong{color:#fff;margin-bottom:2px}.vh-footer__confidence span{color:#ffffffb8}.vh-footer__legal{color:#ffffffa6;font-size:12px}.vh-contact-form{display:grid;gap:10px}.vh-contact-form label{font-weight:700;font-size:14px;margin-top:5px}.vh-contact-form input,.vh-contact-form textarea{width:100%;border:1px solid var(--vh-border);border-radius:10px;padding:13px 14px;background:#fff;color:var(--vh-ink);font:inherit}.vh-contact-form textarea{resize:vertical}.vh-form-success{background:#e6f4ea;border:1px solid #a9d5b4;border-radius:10px;padding:13px 15px;margin-bottom:8px}.vh-faq-page details{border-bottom:1px solid var(--vh-border);padding:18px 0}.vh-faq-page details:first-child{padding-top:0}.vh-faq-page details:last-child{border-bottom:0;padding-bottom:0}.vh-faq-page summary{font-weight:800;cursor:pointer;color:var(--vh-primary-2);font-size:18px}.vh-faq-page details p{color:var(--vh-muted);line-height:1.7;margin:10px 0 0}@media(max-width:1100px){.vh-footer__grid--expanded{grid-template-columns:1.4fr repeat(2,1fr)}}@media(max-width:720px){.vh-footer__grid--expanded{grid-template-columns:1fr 1fr;gap:30px 22px}.vh-footer__brand{grid-column:1/-1}}@media(max-width:480px){.vh-footer__grid--expanded{grid-template-columns:1fr}.vh-footer__brand{grid-column:auto}}.hv-topbar{background:#123827;color:#fff;font-size:12px}.hv-topbar__inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.hv-topbar__message,.hv-topbar__contact{display:flex;align-items:center;gap:13px}.hv-topbar__message i{display:block;width:3px;height:3px;border-radius:50%;background:#d9b87b}.hv-topbar__contact{opacity:.9}.hv-topbar__contact a:hover{text-decoration:underline;text-underline-offset:3px}.hv-header{position:sticky;top:0;z-index:72;background:#f8f5ee;border-bottom:1px solid rgba(24,69,48,.1);box-shadow:0 4px 22px #10281c0a}.hv-header__main{height:auto}.hv-logo{display:flex;align-items:center}.hv-logo img{width:auto;object-fit:contain}.hv-search{height:46px;border:1px solid #d9d3c5;border-radius:999px;background:#fff;display:grid!important;grid-template-columns:42px 1fr auto;align-items:center;overflow:hidden;box-shadow:inset 0 0 0 1px #fff9}.hv-search__icon{display:grid;place-items:center;color:#6e756f}.hv-search__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.hv-search input{border:0;outline:0;background:transparent;height:100%;min-width:0;padding:0 4px;font-size:14px}.hv-search button{height:36px;margin-right:5px;padding:0 19px;border:0;border-radius:999px;background:#173c2b;color:#fff;font-weight:800;font-size:13px}.hv-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:2px}.hv-header__actions .vh-icon-btn{border-radius:50%;transition:.2s}.hv-header__actions .vh-icon-btn:hover{background:#ede8dc;color:#173c2b}.hv-nav-wrap{display:block!important;border-top:1px solid rgba(24,69,48,.08);background:#fff}.hv-nav{height:47px;display:flex;align-items:center;justify-content:center;gap:4px}.hv-nav__link{height:34px;padding:0 13px;border-radius:8px;display:flex;align-items:center;gap:5px;font-size:13px;font-weight:800;color:#27332c;white-space:nowrap}.hv-nav__link:hover,.hv-nav__group:hover>.hv-nav__link{background:#f2eee5;color:#173c2b}.hv-nav__button{border:0;background:transparent;cursor:default}.hv-nav__button span{font-size:11px;color:#8b7d65}.hv-nav__group{height:47px;display:flex;align-items:center;position:relative}.hv-dropdown,.hv-mega{position:absolute;top:45px;left:50%;transform:translate(-50%) translateY(7px);opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #ded8ca;border-radius:15px;box-shadow:0 20px 55px #192c2124;transition:.18s ease;z-index:80}.hv-nav__group:hover .hv-dropdown,.hv-nav__group:hover .hv-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.hv-dropdown{width:285px;padding:10px}.hv-dropdown a{display:grid;gap:2px;padding:12px 13px;border-radius:10px}.hv-dropdown a:hover{background:#f6f3ec}.hv-dropdown b{font-size:14px;color:#173c2b}.hv-dropdown small{font-size:11px;color:#747a75}.hv-mega--sizes{width:650px;padding:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hv-mega--sizes>a{border:1px solid #ebe6da;border-radius:12px;overflow:hidden;background:#fbfaf7;transition:.18s}.hv-mega--sizes>a:hover{transform:translateY(-2px);box-shadow:0 9px 22px #14281c14}.hv-mega--sizes img{width:100%;height:116px;object-fit:cover}.hv-mega--sizes span{display:grid;padding:10px 11px 12px}.hv-mega--sizes b{font-family:Georgia,Times New Roman,serif;color:#173c2b;font-size:16px}.hv-mega--sizes small{font-size:11px;color:#747a75}.hv-mobile-search{display:grid;grid-template-columns:1fr 44px;margin:15px 0 7px;background:#fff;border:1px solid #ddd6c7;border-radius:11px;overflow:hidden}.hv-mobile-search input{border:0;outline:0;padding:12px 13px;min-width:0}.hv-mobile-search button{border:0;background:#173c2b;color:#fff;display:grid;place-items:center}.hv-mobile-search svg{width:20px;height:20px;fill:none;stroke:currentColor}.hv-mobile-nav{display:grid}.hv-mobile-nav>a,.hv-mobile-nav summary{padding:13px 4px;border-bottom:1px solid #e4ded2;font-weight:800;font-size:16px;list-style:none;cursor:pointer}.hv-mobile-nav details{border-bottom:1px solid #e4ded2}.hv-mobile-nav details summary{border:0;display:flex;justify-content:space-between}.hv-mobile-nav details summary:after{content:"+";font-weight:400}.hv-mobile-nav details[open] summary:after{content:"\2212"}.hv-mobile-nav details a.sub{display:block;padding:10px 4px 10px 18px;color:#5d665f;font-size:14px;font-weight:700}.hv-category-section{padding:78px 0 84px;background:#f8f5ee}.hv-category-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.hv-category-head>div{max-width:700px}.hv-category-head h2{font-size:clamp(34px,4vw,52px);color:#173c2b}.hv-category-head p{color:#70756f;margin:0;font-size:17px}.hv-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hv-category-card{background:#fff;border:1px solid #e2dccf;border-radius:18px;overflow:hidden;transition:.22s;box-shadow:0 5px 20px #14302109}.hv-category-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px #14302117}.hv-category-card__media{position:relative;aspect-ratio:16/10;overflow:hidden;background:#e9e4d9}.hv-category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hv-category-card:hover .hv-category-card__media img{transform:scale(1.035)}.hv-category-card__badge{position:absolute;top:13px;left:13px;background:#ffffffed;color:#173c2b;border:1px solid rgba(23,60,43,.12);padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hv-category-card__body{padding:19px 20px 21px}.hv-category-card__body>div>span{font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#8d744b}.hv-category-card__body h3{font-size:27px;color:#173c2b;margin:4px 0 8px}.hv-category-card__body p{font-size:14px;color:#747a75;min-height:44px;margin:0 0 16px}.hv-category-card__body b{font-size:13px;color:#173c2b}.hv-category-card__body b span{transition:.2s;display:inline-block}.hv-category-card:hover .hv-category-card__body b span{transform:translate(4px)}.hv-material-links{margin-top:19px;display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;color:#6b716c;font-size:13px}.hv-material-links>span{font-weight:700}.hv-material-links a{background:#fff;border:1px solid #ded8ca;padding:7px 12px;border-radius:999px;font-weight:800;color:#173c2b}.hv-material-links a:hover{background:#173c2b;color:#fff;border-color:#173c2b}.hv-category-hub{padding:66px 0 90px}.hv-category-hub__head{max-width:760px;margin-bottom:33px}.hv-category-hub__head h1{color:#173c2b;font-size:clamp(42px,5.5vw,68px)}.hv-category-hub__head p{font-size:18px;color:#747a75}.hv-category-hub__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.hv-category-hub__grid>a{position:relative;min-height:310px;border-radius:17px;overflow:hidden;color:#fff;background:#173c2b}.hv-category-hub__grid img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:.4s}.hv-category-hub__grid>a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#091a11e6,#091a111f 72%)}.hv-category-hub__grid>a:hover img{transform:scale(1.04)}.hv-category-hub__grid div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:21px}.hv-category-hub__grid span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:#ead7b4}.hv-category-hub__grid h2{font-size:25px;margin:5px 0;color:#fff}.hv-category-hub__grid p{font-size:13px;margin:0;color:#ffffffd1}@media(max-width:1180px){.hv-nav__link{padding:0 9px;font-size:12px}}@media(max-width:980px){.hv-topbar__contact{display:none}.hv-topbar__inner{justify-content:center}.hv-nav-wrap{display:none!important}.hv-header__main{height:70px;grid-template-columns:44px 1fr auto;gap:5px}.hv-logo{justify-content:center}.hv-logo img{max-height:50px;max-width:190px}.hv-header__actions{gap:0}.hv-category-grid{grid-template-columns:1fr 1fr}.hv-category-grid .hv-category-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.hv-category-grid .hv-category-card:last-child .hv-category-card__media{aspect-ratio:auto;min-height:250px}.hv-category-hub__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hv-topbar{font-size:10px}.hv-topbar__inner{height:32px}.hv-topbar__message{gap:7px}.hv-topbar__message span:nth-of-type(2){display:none}.hv-logo img{max-width:165px}.hv-category-section{padding:48px 0 58px}.hv-category-head{display:block;margin-bottom:22px}.hv-category-head p{font-size:15px}.hv-category-grid{grid-template-columns:1fr;gap:14px}.hv-category-grid .hv-category-card:last-child{display:block;grid-column:auto}.hv-category-card__media,.hv-category-grid .hv-category-card:last-child .hv-category-card__media{aspect-ratio:16/9;min-height:0}.hv-category-card__body{padding:16px}.hv-category-card__body h3{font-size:24px}.hv-category-card__body p{min-height:0}.hv-material-links{justify-content:flex-start}.hv-category-hub{padding:44px 0 65px}.hv-category-hub__grid{grid-template-columns:1fr 1fr;gap:12px}.hv-category-hub__grid>a{min-height:230px}.hv-category-hub__grid div{padding:15px}.hv-category-hub__grid h2{font-size:20px}}.hv-header__main{min-height:96px;display:grid;grid-template-columns:minmax(300px,420px) minmax(420px,640px) minmax(120px,160px);align-items:center;gap:28px}.hv-header__left{display:flex;align-items:center;justify-content:flex-start;min-width:0}.hv-header__center{display:flex;align-items:center;justify-content:center;min-width:0}.hv-logo{display:flex;align-items:center;justify-content:flex-start;min-width:0}.hv-logo img{display:block;width:100%;max-width:380px;height:auto;max-height:88px;object-fit:contain}.hv-search{width:100%;max-width:620px;margin:0 auto;height:50px;border:1px solid #d7d0c2;border-radius:999px;background:#fff;display:grid!important;grid-template-columns:46px 1fr auto;align-items:center;overflow:hidden;box-shadow:0 1px 2px #14302105,inset 0 0 0 1px #ffffff8c}.hv-search input{border:0;outline:0;background:transparent;min-width:0;height:100%;padding:0 8px 0 2px;font-size:15px}.hv-search button{height:40px;margin-right:5px;padding:0 22px;border:0;border-radius:999px;background:#173c2b;color:#fff;font-weight:800;font-size:14px}.hv-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.hv-nav{min-height:52px;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;padding:6px 0}.hv-nav__link{font-size:13px;padding:0 12px}.hv-nav__group{height:40px}.hv-mega--sizes,.hv-dropdown{top:40px}@media(max-width:1180px){.hv-header__main{grid-template-columns:minmax(240px,330px) minmax(320px,1fr) minmax(96px,140px);gap:18px}.hv-logo img{max-width:300px;max-height:76px}.hv-search{max-width:520px}}@media(max-width:980px){.hv-header__main{min-height:72px;grid-template-columns:48px 1fr 92px;gap:8px}.hv-header__left{justify-content:flex-start}.hv-logo{justify-content:center}.hv-logo img{width:auto;max-width:230px;max-height:58px}}.vh-info-page__content{font-size:15.5px}.vh-info-page__content>h2{scroll-margin-top:170px}.vh-info-page__content ul,.vh-info-page__content ol{margin:12px 0 22px;padding-left:24px}.vh-info-page__content li+li{margin-top:7px}.vh-info-page__content strong{color:#243c2e}.vh-info-page__content p+ul,.vh-info-page__content p+ol{margin-top:-5px}@media(min-width:1100px){.vh-info-page__content{padding:42px 48px}}.vh-footer__subhead{margin-top:25px!important;margin-bottom:10px!important;font-size:12px!important;letter-spacing:.12em;text-transform:uppercase}
/*# sourceMappingURL=/cdn/shop/t/14/assets/base.css.map */
