:root{
  --hv-ink:#202224;
  --hv-text:#4f5458;
  --hv-soft:#f5f4f1;
  --hv-surface:#faf9f7;
  --hv-white:#fff;
  --hv-silver:#aeb3b7;
  --hv-silver-dark:#7e858a;
  --hv-line:#e3e3df;
  --hv-shadow:0 24px 70px rgba(23,28,31,.10);
  --hv-radius:28px;
}

html{scroll-behavior:smooth}
body.homevero-site{background:var(--hv-white);color:var(--hv-text);font-family:Inter,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden}
body.homevero-site *{box-sizing:border-box}
body.homevero-site .site-header,
body.homevero-site #masthead,
body.homevero-site header#header,
body.homevero-site .header-wrapper,
body.homevero-site .header-main,
body.homevero-site .site-footer,
body.homevero-site #colophon{display:none!important}
body.homevero-site .homevero-global-header,
body.homevero-site .homevero-global-footer{display:block!important}
body.homevero-site .entry-header:has(+ .entry-content > .homevero-home),
body.homevero-site .entry-title:has(+ .homevero-home),
body.homevero-site .home .entry-header{display:none!important}
body.homevero-site a{color:inherit}
body.homevero-site img{max-width:100%;height:auto}
body.homevero-site h1,body.homevero-site h2,body.homevero-site h3,body.homevero-site h4{color:var(--hv-ink);font-family:Inter,"Helvetica Neue",Arial,sans-serif;letter-spacing:-.035em}
body.homevero-site h1{font-size:clamp(50px,6.3vw,92px);line-height:.99;font-weight:650}
body.homevero-site h2{font-size:clamp(38px,4.3vw,62px);line-height:1.06;font-weight:620}
body.homevero-site h3{font-size:24px;line-height:1.2}
body.homevero-site p{line-height:1.75}
.homevero-shell{width:min(1240px,calc(100% - 48px));margin:0 auto}
.homevero-section{padding:110px 0}
.homevero-kicker{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:800;letter-spacing:.19em;text-transform:uppercase;color:var(--hv-silver-dark)}
.homevero-kicker:before{content:"";width:28px;height:1px;background:currentColor}

/* Topbar and header */
.homevero-topbar{position:relative;z-index:1001;background:linear-gradient(90deg,#f4f4f2,#e5e7e8 50%,#f6f6f4);border-bottom:1px solid rgba(0,0,0,.05);font-size:11px;letter-spacing:.05em;color:#3e4346}
.homevero-topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between}
.homevero-topbar-points{display:flex;align-items:center;gap:13px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.homevero-topbar-points i{width:3px;height:3px;border-radius:50%;background:#8d9296}
.homevero-global-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(26,30,32,.08);box-shadow:0 8px 28px rgba(33,37,40,.035)}
.homevero-header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.homevero-brand{display:inline-flex;align-items:center;gap:13px;text-decoration:none!important;flex:0 0 auto}
.homevero-brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#f6f6f6,#9ea4a8 58%,#363a3d);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 22px rgba(34,39,42,.16);color:#fff;font-size:22px;font-weight:700;letter-spacing:-.08em;text-shadow:0 1px 3px rgba(0,0,0,.18)}
.homevero-brand-copy{display:flex;flex-direction:column;line-height:1}
.homevero-brand-copy strong{font-size:18px;letter-spacing:.17em;color:var(--hv-ink)}
.homevero-brand-copy small{margin-top:7px;font-size:8px;letter-spacing:.23em;text-transform:uppercase;color:#858b8f}
.homevero-desktop-nav{display:flex;align-items:center;gap:29px;margin-left:auto}
.homevero-desktop-nav a{position:relative;text-decoration:none!important;font-size:13px;font-weight:650;color:#373b3e;padding:31px 0}
.homevero-desktop-nav a:after{content:"";position:absolute;left:0;bottom:24px;width:100%;height:1px;background:#202224;transform:scaleX(0);transform-origin:right;transition:transform .25s ease}
.homevero-desktop-nav a:hover:after{transform:scaleX(1);transform-origin:left}
.homevero-header-actions{display:flex;align-items:center;gap:9px}
.homevero-icon-link{position:relative;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--hv-line);border-radius:50%;background:#fff;text-decoration:none!important;transition:.2s ease}
.homevero-icon-link:hover{background:var(--hv-ink);border-color:var(--hv-ink);color:#fff;transform:translateY(-1px)}
.homevero-icon-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.homevero-cart-link>span{position:absolute;right:-3px;top:-4px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:var(--hv-ink);color:#fff;font-size:9px;border:2px solid #fff}
.homevero-mobile-menu{display:none;position:relative}
.homevero-mobile-menu summary{list-style:none;width:42px;height:42px;border:1px solid var(--hv-line);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:pointer;background:#fff}
.homevero-mobile-menu summary::-webkit-details-marker{display:none}
.homevero-mobile-menu summary span{display:block;width:16px;height:1.5px;background:var(--hv-ink)}
.homevero-mobile-panel{position:absolute;right:0;top:52px;width:min(360px,calc(100vw - 32px));padding:17px 22px 22px;background:#fff;border:1px solid var(--hv-line);border-radius:20px;box-shadow:var(--hv-shadow)}
.homevero-mobile-panel-head{display:flex;justify-content:space-between;padding:8px 0 15px;border-bottom:1px solid var(--hv-line);font-size:11px;letter-spacing:.12em}
.homevero-mobile-panel>a{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid #efefec;text-decoration:none!important;font-size:15px;font-weight:650}

/* Hero */
.homevero-hero{padding:58px 0 72px;background:linear-gradient(180deg,#fff 0%,#f8f7f4 100%)}
.homevero-hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center}
.homevero-hero-copy{padding:38px 0 15px}
.homevero-hero-copy h1{max-width:620px;margin:22px 0 26px}
.homevero-hero-copy h1 em{font-style:normal;color:#878e93;font-weight:520}
.homevero-hero-copy>p{max-width:590px;margin:0;font-size:18px;color:#62676b}
.homevero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.homevero-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:0 25px;border-radius:999px;text-decoration:none!important;font-size:13px;font-weight:750;letter-spacing:.01em;transition:.22s ease;border:1px solid transparent}
.homevero-btn-dark{background:var(--hv-ink);color:#fff!important;box-shadow:0 12px 30px rgba(32,34,36,.16)}
.homevero-btn-dark:hover{background:#404447;transform:translateY(-2px)}
.homevero-btn-light{background:#fff;color:var(--hv-ink)!important;border-color:#d9dad8}
.homevero-btn-light:hover{border-color:#9ca1a4;transform:translateY(-2px)}
.homevero-hero-details{display:grid;grid-template-columns:repeat(3,1fr);max-width:640px;margin-top:46px;border-top:1px solid #dcddda;padding-top:23px;gap:22px}
.homevero-hero-details div{display:flex;align-items:flex-start;gap:10px}
.homevero-hero-details strong{font-size:10px;color:#969ca0;letter-spacing:.12em}
.homevero-hero-details span{font-size:11px;font-weight:700;color:#414649;line-height:1.4}
.homevero-hero-media{position:relative;min-height:650px}
.homevero-hero-photo{position:absolute;inset:0 0 0 58px;border-radius:34px;background-image:linear-gradient(180deg,rgba(20,24,26,.03),rgba(20,24,26,.17)),url('../images/homevero-hero.jpg');background-size:cover;background-position:center;box-shadow:var(--hv-shadow);overflow:hidden}
.homevero-hero-photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.55);border-radius:inherit;pointer-events:none}
.homevero-hero-label{position:absolute;left:0;bottom:46px;width:270px;padding:24px 25px;background:rgba(255,255,255,.93);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.75);box-shadow:0 20px 55px rgba(26,30,32,.13);border-radius:18px}
.homevero-hero-label span{display:block;font-size:9px;letter-spacing:.18em;color:#8b9094}
.homevero-hero-label strong{display:block;margin-top:10px;color:var(--hv-ink);font-size:19px;line-height:1.25}
.homevero-hero-note{position:absolute;right:-22px;top:52px;width:205px;padding:18px 20px;border-radius:16px;background:#242729;color:#fff;box-shadow:0 18px 45px rgba(22,26,28,.18)}
.homevero-hero-note b{display:block;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#c5c8ca}
.homevero-hero-note span{display:block;margin-top:9px;font-size:12px;line-height:1.55;color:#f1f2f2}

/* Service strip */
.homevero-service-strip{background:#fff;border-top:1px solid var(--hv-line);border-bottom:1px solid var(--hv-line)}
.homevero-service-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.homevero-service-grid>div{display:flex;gap:15px;padding:26px 26px 26px 0;border-right:1px solid var(--hv-line)}
.homevero-service-grid>div:not(:first-child){padding-left:26px}
.homevero-service-grid>div:last-child{border-right:0}
.homevero-service-grid>div>span{font-size:10px;letter-spacing:.12em;color:#9aa0a4;padding-top:2px}
.homevero-service-grid p{margin:0;font-size:12px;line-height:1.55;color:#72777b}
.homevero-service-grid strong{display:block;margin-bottom:3px;color:#2c3033;font-size:13px}

/* Section headings */
.homevero-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:44px}
.homevero-section-head h2{margin:15px 0 0;max-width:720px}
.homevero-simple-link{display:inline-flex;align-items:center;gap:10px;padding-bottom:6px;border-bottom:1px solid #a9adb0;text-decoration:none!important;font-size:12px;font-weight:750;white-space:nowrap}

/* Categories */
.homevero-category-section{background:var(--hv-surface)}
.homevero-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.homevero-category-card{position:relative;min-height:285px;padding:28px;border:1px solid var(--hv-line);border-radius:22px;background:#fff;text-decoration:none!important;overflow:hidden;transition:.25s ease}
.homevero-category-card:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-82px;bottom:-92px;background:linear-gradient(145deg,#f7f7f6,#c8cbcd);transition:.25s ease}
.homevero-category-card:hover{transform:translateY(-6px);border-color:#c9ccce;box-shadow:0 20px 52px rgba(25,29,31,.08)}
.homevero-category-card:hover:before{transform:scale(1.08)}
.homevero-category-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:#f1f2f2;color:#60666a}
.homevero-category-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.homevero-category-number{position:absolute;right:25px;top:24px;font-size:10px;letter-spacing:.14em;color:#a3a8ab}
.homevero-category-card h3{margin:55px 0 11px;font-size:23px}
.homevero-category-card p{max-width:87%;margin:0;font-size:13px;color:#73787c;line-height:1.65}
.homevero-arrow{position:absolute;right:26px;bottom:24px;z-index:2;font-size:21px;color:#555b5e;transition:.2s ease}
.homevero-category-card:hover .homevero-arrow{transform:translateX(4px)}

/* Editorial */
.homevero-editorial-section{background:#fff}
.homevero-editorial-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:75px;align-items:center}
.homevero-editorial-photo{position:relative;min-height:690px;border-radius:30px;background-size:cover;background-position:center;box-shadow:var(--hv-shadow);overflow:hidden}
.homevero-editorial-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(21,25,27,.42))}
.homevero-editorial-photo-one{background-image:url('../images/homevero-hero.jpg')}
.homevero-editorial-photo>span{position:absolute;z-index:2;left:28px;bottom:26px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.2em}
.homevero-editorial-copy h2{margin:19px 0 25px}
.homevero-editorial-copy>p{margin:0 0 32px;font-size:17px;color:#676c70}
.homevero-editorial-points{display:grid;gap:0;margin:0 0 35px;border-top:1px solid var(--hv-line)}
.homevero-editorial-points>div{display:grid;grid-template-columns:115px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--hv-line)}
.homevero-editorial-points b{color:#2c3032;font-size:13px}
.homevero-editorial-points span{font-size:13px;color:#74797d}

/* Products */
.homevero-product-section{background:#f6f5f2}
.homevero-home-products .woocommerce{margin:0}
.homevero-site .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0!important}
.homevero-site .woocommerce ul.products:before,.homevero-site .woocommerce ul.products:after{display:none!important}
.homevero-site .woocommerce ul.products li.product,.homevero-site.woocommerce-page ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:13px 13px 21px!important;background:#fff;border:1px solid var(--hv-line);border-radius:20px;transition:.25s ease;overflow:hidden}
.homevero-site .woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(23,28,31,.09);border-color:#cfd2d3}
.homevero-site .woocommerce ul.products li.product a img{aspect-ratio:1/1;object-fit:contain;background:#f7f7f5;border-radius:14px;margin:0 0 18px!important}
.homevero-site .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px!important;line-height:1.45;padding:0 3px!important;margin:0 0 8px!important;color:var(--hv-ink)}
.homevero-site .woocommerce ul.products li.product .price{display:block;margin:0 3px 14px!important;color:#555c60!important;font-size:14px!important;font-weight:800}
.homevero-site .woocommerce ul.products li.product .button{display:inline-flex!important;align-items:center;justify-content:center;width:calc(100% - 6px);margin:0 3px!important;border-radius:999px!important;background:#222628!important;color:#fff!important;padding:13px 16px!important;font-size:12px!important;font-weight:750!important}
.homevero-site .woocommerce span.onsale{left:23px!important;right:auto!important;top:23px!important;min-width:auto!important;min-height:auto!important;line-height:1!important;border-radius:999px!important;background:#81888d!important;color:#fff!important;padding:8px 10px!important;font-size:10px!important}
.homevero-site .star-rating{font-size:.8em!important;color:#7f868a!important}

/* Promo cards */
.homevero-promo-section{background:#fff;padding-top:0}
.homevero-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.homevero-promo{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:520px;padding:42px;border-radius:28px;overflow:hidden;text-decoration:none!important;background-size:cover;background-position:center;color:#fff!important;box-shadow:var(--hv-shadow)}
.homevero-promo:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,16,18,.03) 25%,rgba(16,20,22,.74) 100%)}
.homevero-promo>*{position:relative;z-index:1}
.homevero-promo-kitchen{background-image:url('../images/homevero-kitchen.jpg')}
.homevero-promo-outdoor{background-image:url('../images/homevero-outdoor.jpg')}
.homevero-promo>span{font-size:10px;font-weight:800;letter-spacing:.2em;color:#e7e9ea}
.homevero-promo h3{max-width:480px;margin:15px 0 12px;color:#fff;font-size:36px;line-height:1.1}
.homevero-promo p{max-width:440px;margin:0 0 18px;color:#e4e6e7;font-size:14px}
.homevero-promo b{font-size:12px;letter-spacing:.02em}

/* Blog */
.homevero-blog-preview{background:var(--hv-surface)}
.homevero-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.homevero-blog-card{overflow:hidden;background:#fff;border:1px solid var(--hv-line);border-radius:22px;transition:.24s ease}
.homevero-blog-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(23,28,31,.08)}
.homevero-blog-image{position:relative;display:flex;align-items:flex-end;height:235px;padding:20px;text-decoration:none!important;background:linear-gradient(145deg,#eff0ef 0%,#b6babd 48%,#444a4e 100%);overflow:hidden}
.homevero-blog-image:before{content:"H";position:absolute;right:-6px;top:-35px;color:rgba(255,255,255,.35);font-size:210px;font-weight:800;line-height:1}
.homevero-blog-image span{position:relative;z-index:1;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.88);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#4d5357}
.homevero-blog-body{padding:25px 26px 29px}
.homevero-blog-date{margin:0!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.14em;color:#9aa0a3}
.homevero-blog-body h3{margin:10px 0 12px;font-size:23px;line-height:1.28}
.homevero-blog-body h3 a{text-decoration:none!important}
.homevero-blog-body>p:not(.homevero-blog-date){font-size:13px;line-height:1.65;color:#74797c}
.homevero-text-link{display:inline-block;margin-top:6px;text-decoration:none!important;font-size:12px;font-weight:750;border-bottom:1px solid #afb3b6;padding-bottom:4px}

/* Newsletter */
.homevero-newsletter{padding:82px 0;background:linear-gradient(135deg,#25282a,#414649 58%,#8e9498);color:#fff}
.homevero-newsletter-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}
.homevero-newsletter .homevero-kicker{color:#d7dadd}
.homevero-newsletter h2{margin:15px 0 11px;color:#fff;font-size:clamp(34px,4vw,55px)}
.homevero-newsletter p{margin:0;color:#d8dcde}
.homevero-newsletter form{padding:9px;border:1px solid rgba(255,255,255,.27);border-radius:22px;background:rgba(255,255,255,.12);backdrop-filter:blur(12px)}
.homevero-newsletter-row{display:flex;gap:8px}
.homevero-newsletter input[type=email]{flex:1;min-width:0;border:0!important;border-radius:14px!important;background:#fff!important;color:#24282a!important;padding:16px 18px!important;box-shadow:none!important}
.homevero-newsletter button{display:inline-flex;align-items:center;gap:9px;border:0;border-radius:14px;background:#1f2325;color:#fff;padding:0 21px;font-size:12px;font-weight:750;cursor:pointer}
.homevero-consent{display:flex;align-items:flex-start;gap:8px;margin:9px 8px 2px;font-size:10px;color:#e7e9ea}
.homevero-consent input{flex:0 0 auto;margin-top:2px}
.homevero-form-success{margin-top:10px!important;color:#fff!important;font-weight:700}

/* Content pages */
.homevero-page{padding:100px 0;background:linear-gradient(180deg,#fbfaf8,#fff 240px)}
.homevero-page>.homevero-shell{max-width:1050px}
.homevero-page h1{max-width:900px;margin:20px 0 26px;font-size:clamp(48px,6vw,78px)}
.homevero-page .homevero-lead{max-width:800px;font-size:19px;color:#686d70}
.homevero-page h2{font-size:34px;margin-top:46px}
.homevero-content-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;margin-top:40px}
.homevero-content-grid aside{align-self:start;padding:34px;border:1px solid var(--hv-line);border-radius:20px;background:#f4f4f1}
.homevero-content-grid aside h3{margin-top:0}
.homevero-content-grid li{margin:10px 0}
.homevero-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:42px}
.homevero-info-grid article{padding:31px;border:1px solid var(--hv-line);border-radius:20px;background:#fff}
.homevero-info-grid h2{margin:0 0 12px;font-size:25px}
.homevero-faq{margin-top:36px}
.homevero-faq details{padding:22px 0;border-bottom:1px solid var(--hv-line)}
.homevero-faq summary{cursor:pointer;font-size:18px;font-weight:750;color:var(--hv-ink)}
.homevero-contact-form{max-width:850px;margin-top:42px;padding:34px;border:1px solid var(--hv-line);border-radius:24px;background:#fff;box-shadow:0 18px 45px rgba(26,30,32,.05)}
.homevero-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.homevero-contact-form label{display:block;margin-bottom:18px;font-size:12px;font-weight:750;color:#3f4447}
.homevero-contact-form input,.homevero-contact-form textarea{width:100%;margin-top:8px;border:1px solid #d4d6d6!important;border-radius:12px!important;background:#fafaf9!important;padding:14px 15px!important;box-shadow:none!important}
.homevero-contact-form input:focus,.homevero-contact-form textarea:focus{border-color:#888f93!important;outline:none}
.homevero-form-notice{max-width:850px;margin:25px 0 0;padding:14px 18px;border-radius:12px;font-weight:700}
.homevero-form-notice.success{background:#eaf6ed;color:#216b35}
.homevero-form-notice.error{background:#fff0f0;color:#9a2424}
.homevero-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* Blog article */
.homevero-site.single-post .site-main,.homevero-site.single-post main{max-width:980px;margin:0 auto;padding:80px 24px}
.homevero-site.single-post .entry-content{font-size:17px;line-height:1.85;color:#53595c}
.homevero-site.single-post .entry-content>.homevero-lead{font-size:20px;color:#34393c}
.homevero-site.single-post .entry-content h2{margin-top:55px;font-size:38px}
.homevero-site.single-post .entry-content h3{margin-top:34px;font-size:27px}
.homevero-site.single-post .entry-content li{margin:9px 0}

/* WooCommerce pages */
.homevero-site.woocommerce-page .site-main,.homevero-site.woocommerce-page main.site-main,.homevero-site.woocommerce-page #primary{max-width:1240px;margin:0 auto;padding:70px 24px}
.homevero-site.woocommerce-page .woocommerce-products-header__title.page-title{font-size:clamp(44px,6vw,72px);margin-bottom:20px}
.homevero-site.woocommerce-page .term-description{max-width:850px;margin-bottom:38px;color:#6d7275}
.homevero-site .woocommerce-ordering select{border:1px solid var(--hv-line);border-radius:999px;padding:11px 35px 11px 15px;background:#fff}
.homevero-site .woocommerce-result-count{font-size:12px;color:#7b8084}
.homevero-site .woocommerce div.product .product_title{font-size:clamp(36px,4.6vw,58px);line-height:1.05}
.homevero-site .woocommerce div.product div.images img{border-radius:22px;background:#f6f6f4}
.homevero-site .woocommerce div.product p.price,.homevero-site .woocommerce div.product span.price{color:#555c60!important;font-size:24px!important;font-weight:800}
.homevero-site .woocommerce div.product form.cart .button,
.homevero-site .woocommerce a.button,
.homevero-site .woocommerce button.button,
.homevero-site .woocommerce input.button{border-radius:999px!important;background:#222628!important;color:#fff!important;padding:14px 22px!important;font-weight:750!important}
.homevero-site .woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;border-bottom:1px solid var(--hv-line)}
.homevero-site .woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none!important}
.homevero-site .woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:none!important;border-radius:0!important;padding:0 18px 10px!important}
.homevero-site .woocommerce table.shop_table{border:1px solid var(--hv-line)!important;border-radius:16px!important;overflow:hidden}
.homevero-site .woocommerce form .form-row input.input-text,.homevero-site .woocommerce form .form-row textarea,.homevero-site .select2-container--default .select2-selection--single{border:1px solid #d3d5d5!important;border-radius:10px!important;padding:12px!important;background:#fff!important}
.homevero-site .woocommerce-message,.homevero-site .woocommerce-info,.homevero-site .woocommerce-error{border-top-color:#8c9397!important;background:#f5f5f2!important}

/* Footer */
.homevero-global-footer{background:#1f2224;color:#cfd2d4}
.homevero-footer-main{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:65px;padding:74px 0 62px}
.homevero-brand-footer .homevero-brand-copy strong{color:#fff}
.homevero-brand-footer .homevero-brand-copy small{color:#aeb3b6}
.homevero-footer-brand p{max-width:320px;margin-top:23px;font-size:13px;color:#aeb3b6}
.homevero-footer-main h3{margin:0 0 19px;color:#fff;font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.homevero-footer-main>div:not(.homevero-footer-brand){display:flex;flex-direction:column;align-items:flex-start}
.homevero-footer-main>div:not(.homevero-footer-brand) a{margin:0 0 11px;text-decoration:none!important;font-size:13px;color:#c4c8ca}
.homevero-footer-main>div:not(.homevero-footer-brand) a:hover{color:#fff}
.homevero-footer-bottom{display:flex;justify-content:space-between;padding:18px 0 24px;border-top:1px solid rgba(255,255,255,.11);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#92989b}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

@media(max-width:1100px){
  .homevero-desktop-nav{gap:18px}.homevero-desktop-nav a{font-size:12px}
  .homevero-hero-grid{grid-template-columns:1fr 1fr;gap:38px}.homevero-hero-media{min-height:570px}
  .homevero-category-grid{grid-template-columns:repeat(2,1fr)}
  .homevero-editorial-grid{gap:45px}.homevero-editorial-photo{min-height:580px}
  .homevero-service-grid{grid-template-columns:repeat(2,1fr)}.homevero-service-grid>div:nth-child(2){border-right:0}.homevero-service-grid>div:nth-child(-n+2){border-bottom:1px solid var(--hv-line)}
  .homevero-footer-main{gap:35px}
}

@media(max-width:860px){
  .homevero-topbar-points{display:none}.homevero-desktop-nav{display:none}.homevero-mobile-menu{display:block}
  .homevero-header-inner{height:76px}
  .homevero-hero{padding-top:35px}.homevero-hero-grid,.homevero-editorial-grid,.homevero-newsletter-inner{grid-template-columns:1fr}
  .homevero-hero-copy{padding-top:10px}.homevero-hero-media{min-height:590px}.homevero-hero-photo{inset:0 0 0 35px}
  .homevero-editorial-grid{gap:40px}.homevero-editorial-copy{order:-1}
  .homevero-site .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .homevero-promo-grid{grid-template-columns:1fr}.homevero-blog-grid{grid-template-columns:repeat(2,1fr)}
  .homevero-content-grid{grid-template-columns:1fr;gap:30px}.homevero-footer-main{grid-template-columns:1fr 1fr}
}

@media(max-width:620px){
  .homevero-shell{width:min(100% - 28px,1240px)}.homevero-section{padding:76px 0}
  .homevero-topbar-inner{height:31px;justify-content:center}.homevero-topbar-inner>span:first-child{font-size:9px;text-transform:uppercase;letter-spacing:.12em}
  .homevero-header-inner{height:70px}.homevero-brand-mark{width:39px;height:39px}.homevero-brand-copy strong{font-size:15px}.homevero-brand-copy small{display:none}.homevero-icon-link{width:38px;height:38px}.homevero-header-actions{gap:6px}
  .homevero-hero{padding:32px 0 50px}.homevero-hero-copy h1{font-size:48px}.homevero-hero-copy>p{font-size:16px}.homevero-actions{flex-direction:column}.homevero-btn{width:100%}
  .homevero-hero-details{grid-template-columns:1fr;gap:12px}.homevero-hero-details div{border-bottom:1px solid #e2e2df;padding-bottom:10px}.homevero-hero-media{min-height:455px;margin-top:5px}.homevero-hero-photo{inset:0 0 0 12px;border-radius:23px}.homevero-hero-label{left:0;bottom:21px;width:220px;padding:18px}.homevero-hero-note{right:8px;top:20px;width:165px;padding:14px}
  .homevero-service-grid{grid-template-columns:1fr}.homevero-service-grid>div,.homevero-service-grid>div:not(:first-child){padding:19px 0;border-right:0;border-bottom:1px solid var(--hv-line)}.homevero-service-grid>div:last-child{border-bottom:0}
  .homevero-section-head{align-items:flex-start;flex-direction:column;margin-bottom:30px}.homevero-section-head h2{font-size:37px}.homevero-simple-link{white-space:normal}
  .homevero-category-grid,.homevero-blog-grid{grid-template-columns:1fr}.homevero-category-card{min-height:250px}.homevero-category-card h3{margin-top:42px}
  .homevero-editorial-photo{min-height:440px;border-radius:22px}.homevero-editorial-copy h2{font-size:39px}.homevero-editorial-points>div{grid-template-columns:90px 1fr}
  .homevero-site .woocommerce ul.products{grid-template-columns:1fr!important}
  .homevero-promo{min-height:440px;padding:28px;border-radius:22px}.homevero-promo h3{font-size:31px}
  .homevero-newsletter{padding:64px 0}.homevero-newsletter-inner{gap:35px}.homevero-newsletter-row{flex-direction:column}.homevero-newsletter button{min-height:50px;justify-content:center}
  .homevero-page{padding:70px 0}.homevero-page h1{font-size:47px}.homevero-form-grid,.homevero-info-grid{grid-template-columns:1fr}.homevero-contact-form{padding:23px}
  .homevero-footer-main{grid-template-columns:1fr;padding:55px 0 42px}.homevero-footer-bottom{flex-direction:column;gap:8px}
}
body.homevero-built-page .entry-header{display:none!important}
body.homevero-built-page .site-main,body.homevero-built-page main.site-main,body.homevero-built-page #primary,body.homevero-built-page .content-area{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}
body.homevero-built-page .entry-content{margin:0!important}
