:root{
  --hv-ink:#17191a;
  --hv-text:#555b5e;
  --hv-soft:#777d80;
  --hv-silver:#a9afb2;
  --hv-silver-light:#eef0f0;
  --hv-line:#e3e5e5;
  --hv-paper:#ffffff;
  --hv-bg:#f6f6f3;
  --hv-dark:#202426;
  --hv-radius:22px;
  --hv-shadow:0 18px 55px rgba(25,29,31,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.homevero-site{margin:0;background:var(--hv-paper);color:var(--hv-text);font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.homevero-site a{color:inherit}
body.homevero-site img{max-width:100%;height:auto}
body.homevero-site button,body.homevero-site input,body.homevero-site textarea,body.homevero-site select{font:inherit}
body.homevero-site h1,body.homevero-site h2,body.homevero-site h3,body.homevero-site h4{color:var(--hv-ink);font-family:Inter,Arial,Helvetica,sans-serif;letter-spacing:-.04em;line-height:1.08}
.homevero-shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}
.homevero-kicker{display:inline-flex;align-items:center;gap:12px;color:#70777a;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.homevero-kicker:before{content:"";width:34px;height:1px;background:#9aa0a3}
.homevero-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:999px;text-decoration:none!important;font-size:13px;font-weight:800;letter-spacing:.01em;transition:.25s ease}
.homevero-btn-dark{background:var(--hv-dark);color:#fff!important}.homevero-btn-dark:hover{background:#000;transform:translateY(-2px)}
.homevero-btn-light{background:#fff;color:var(--hv-ink)!important;border-color:#dfe1e1}.homevero-btn-light:hover{border-color:#9ca2a5}
.homevero-simple-link,.homevero-text-link{display:inline-flex;align-items:center;gap:10px;color:var(--hv-ink)!important;text-decoration:none!important;font-size:13px;font-weight:800}.homevero-simple-link:hover span,.homevero-text-link:hover span{transform:translateX(4px)}
.homevero-simple-link span,.homevero-text-link span{transition:.2s}
.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}

/* Header */
.homevero-announcement{background:#24282a;color:#fff}
.homevero-announcement-inner{height:34px;display:flex;align-items:center;justify-content:center;gap:58px;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.homevero-announcement-inner span{display:flex;align-items:center;gap:12px}.homevero-announcement-inner span:not(:last-child):after{content:"";width:3px;height:3px;border-radius:50%;background:#899094;margin-left:46px}
.homevero-global-header{position:relative;z-index:100;background:#fff;border-bottom:1px solid var(--hv-line)}
.homevero-header-main{height:92px;display:grid;grid-template-columns:auto minmax(280px,600px) auto;align-items:center;gap:46px}
.homevero-brand{display:inline-flex;align-items:center;gap:14px;text-decoration:none!important;flex-shrink:0}
.homevero-brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#f6f7f7,#858d91);box-shadow:0 9px 24px rgba(32,36,38,.18);color:#fff;font-size:21px;font-weight:700}
.homevero-brand-copy{display:flex;flex-direction:column;line-height:1}.homevero-brand-copy strong{color:var(--hv-ink);font-size:19px;letter-spacing:.18em}.homevero-brand-copy small{margin-top:9px;color:#969b9d;font-size:8px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}
.homevero-search{height:48px;display:grid;grid-template-columns:1fr 50px;border:1px solid #dcdede;border-radius:999px;background:#f8f8f6;overflow:hidden}
.homevero-search input{width:100%;border:0!important;outline:0!important;background:transparent!important;padding:0 20px!important;color:var(--hv-ink)!important;box-shadow:none!important}
.homevero-search button{border:0;background:transparent;display:grid;place-items:center;cursor:pointer}.homevero-search svg{width:19px;fill:none;stroke:#363b3e;stroke-width:1.7}
.homevero-header-actions{display:flex;align-items:center;gap:24px}.homevero-action-link{position:relative;display:flex;align-items:center;gap:10px;text-decoration:none!important;color:var(--hv-ink)!important;white-space:nowrap}.homevero-action-link svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.5}.homevero-action-link>span:not(.homevero-cart-badge){display:flex;flex-direction:column;font-size:12px;font-weight:800;line-height:1.25}.homevero-action-link small{color:#959a9c;font-size:9px;font-weight:600}.homevero-cart-badge{position:absolute;left:17px;top:-5px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#202426;color:#fff;font-size:9px;font-weight:800}.homevero-cart-badge[hidden]{display:none}
.homevero-category-nav{border-top:1px solid #eff0f0;background:#fff}.homevero-category-nav nav{height:52px;display:flex;align-items:center;gap:33px}.homevero-category-nav a{color:#34393b;text-decoration:none!important;font-size:12px;font-weight:750;white-space:nowrap}.homevero-category-nav a:hover{color:#000}.homevero-all-products{align-self:stretch;display:flex!important;align-items:center;gap:10px;padding:0 24px;background:#f1f2f1}.homevero-service-link{margin-left:auto;color:#747a7d!important}
.homevero-mobile-menu{display:none;position:relative}.homevero-mobile-menu summary{width:44px;height:44px;border:1px solid var(--hv-line);border-radius:50%;display:grid;align-content:center;gap:4px;padding:0 12px;cursor:pointer;list-style:none}.homevero-mobile-menu summary::-webkit-details-marker{display:none}.homevero-mobile-menu summary span{height:1px;background:#222}.homevero-mobile-panel{position:absolute;right:0;top:54px;width:min(360px,calc(100vw - 28px));padding:20px;background:#fff;border:1px solid var(--hv-line);border-radius:18px;box-shadow:var(--hv-shadow)}.homevero-mobile-panel-head{display:flex;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--hv-line);font-size:11px;letter-spacing:.12em}.homevero-mobile-panel>a{display:flex;justify-content:space-between;padding:13px 2px;border-bottom:1px solid #f0f1f1;text-decoration:none;font-weight:700}.homevero-mobile-search{display:grid;grid-template-columns:1fr auto;margin:15px 0}.homevero-mobile-search input{min-width:0;padding:10px;border:1px solid var(--hv-line);border-radius:9px 0 0 9px}.homevero-mobile-search button{border:0;background:#222;color:#fff;padding:0 13px;border-radius:0 9px 9px 0}

/* Home */
.homevero-home{overflow:hidden}.homevero-hero{padding:72px 0 78px;background:linear-gradient(180deg,#fff 0%,#fbfbfa 100%)}
.homevero-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:center}.homevero-hero-copy h1{max-width:660px;margin:25px 0 24px;font-size:clamp(52px,6vw,88px);font-weight:750}.homevero-hero-copy h1 em{display:block;color:#969c9f;font-style:normal;font-weight:500}.homevero-hero-copy>p{max-width:590px;margin:0;color:#686e71;font-size:18px}.homevero-actions{display:flex;gap:12px;margin-top:34px}.homevero-hero-details{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}.homevero-hero-details div{display:flex;gap:12px;align-items:center}.homevero-hero-details strong{color:#a1a7aa;font-size:10px}.homevero-hero-details span{color:#4f5557;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.homevero-hero-media{position:relative;min-height:615px}.homevero-hero-photo{position:absolute;inset:0 0 0 38px;border-radius:34px;background:url('../images/homevero-hero.jpg') center/cover no-repeat;box-shadow:var(--hv-shadow)}.homevero-hero-label{position:absolute;left:0;bottom:44px;width:270px;padding:26px 29px;background:#fff;border-radius:18px;box-shadow:0 20px 55px rgba(25,28,30,.15)}.homevero-hero-label span{display:block;color:#949a9d;font-size:9px;font-weight:800;letter-spacing:.16em}.homevero-hero-label strong{display:block;margin-top:8px;color:var(--hv-ink);font-size:20px;line-height:1.25}.homevero-hero-note{position:absolute;right:-20px;top:55px;width:230px;padding:23px;background:#222628;color:#fff;border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.homevero-hero-note b{display:block;color:#bfc4c6;font-size:9px;letter-spacing:.15em;text-transform:uppercase}.homevero-hero-note span{display:block;margin-top:10px;font-size:13px;line-height:1.5}
.homevero-service-strip{border-block:1px solid var(--hv-line);background:#fff}.homevero-service-grid{display:grid;grid-template-columns:repeat(4,1fr)}.homevero-service-grid>div{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:27px 30px;border-right:1px solid var(--hv-line)}.homevero-service-grid>div:first-child{padding-left:0}.homevero-service-grid>div:last-child{border-right:0}.homevero-service-grid>div>span{color:#a1a6a9;font-size:10px}.homevero-service-grid p{margin:0;color:#747a7d;font-size:11px;line-height:1.45}.homevero-service-grid strong{display:block;margin-bottom:4px;color:var(--hv-ink);font-size:12px}
.homevero-section{padding:105px 0}.homevero-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:42px}.homevero-section-head h2{margin:13px 0 0;font-size:clamp(38px,4vw,55px)}
.homevero-category-section{background:#f6f6f3}.homevero-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.homevero-category-card{position:relative;min-height:300px;padding:29px;border:1px solid #e2e4e3;border-radius:18px;background:#fff;color:inherit;text-decoration:none!important;overflow:hidden;transition:.25s}.homevero-category-card:hover{transform:translateY(-5px);box-shadow:var(--hv-shadow);border-color:#cfd2d2}.homevero-category-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#f1f2f1}.homevero-category-icon svg{width:29px;height:29px;fill:none;stroke:#33383a;stroke-width:1.4}.homevero-category-number{position:absolute;right:25px;top:24px;color:#b1b5b7;font-size:10px}.homevero-category-card h3{margin:58px 0 10px;font-size:22px}.homevero-category-card p{margin:0;color:#777d80;font-size:12px;line-height:1.6}.homevero-category-card .homevero-arrow{position:absolute;right:25px;bottom:24px;color:#5e6466;font-size:17px}
.homevero-editorial-section{background:#fff}.homevero-editorial-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:90px;align-items:center}.homevero-editorial-photo{min-height:650px;border-radius:28px;background:url('../images/homevero-kitchen.jpg') center/cover no-repeat;position:relative;box-shadow:var(--hv-shadow)}.homevero-editorial-photo span{position:absolute;left:24px;bottom:24px;background:#fff;padding:9px 14px;border-radius:999px;color:#555c5f;font-size:9px;font-weight:800;letter-spacing:.14em}.homevero-editorial-copy h2{margin:20px 0 24px;font-size:clamp(42px,4.8vw,68px)}.homevero-editorial-copy>p{font-size:17px}.homevero-editorial-points{margin:35px 0}.homevero-editorial-points>div{display:grid;grid-template-columns:115px 1fr;gap:20px;padding:16px 0;border-top:1px solid var(--hv-line)}.homevero-editorial-points>div:last-child{border-bottom:1px solid var(--hv-line)}.homevero-editorial-points b{color:var(--hv-ink)}
.homevero-product-section{background:#f6f6f3}.homevero-promo-section{padding-top:20px}.homevero-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.homevero-promo{position:relative;display:flex;min-height:520px;flex-direction:column;justify-content:flex-end;padding:44px;border-radius:28px;background-size:cover;background-position:center;color:#fff!important;text-decoration:none!important;overflow:hidden}.homevero-promo:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(8,10,11,.74))}.homevero-promo>*{position:relative}.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:.16em}.homevero-promo h3{max-width:480px;margin:13px 0;font-size:40px;color:#fff}.homevero-promo p{max-width:440px;margin:0 0 18px}.homevero-promo b{font-size:12px}.homevero-blog-preview{background:#fff}
.homevero-newsletter{padding:80px 0;background:#e9ebea}.homevero-newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.homevero-newsletter h2{margin:15px 0 12px;font-size:40px}.homevero-newsletter p{margin:0}.homevero-newsletter-row{display:grid;grid-template-columns:1fr auto;padding:5px;border:1px solid #cfd3d3;border-radius:999px;background:#fff}.homevero-newsletter-row input{border:0!important;box-shadow:none!important;outline:0!important;padding:0 18px!important}.homevero-newsletter-row button{border:0;border-radius:999px;background:#222628;color:#fff;padding:13px 23px;font-weight:800;cursor:pointer}.homevero-consent{display:flex;gap:9px;margin-top:13px;font-size:11px}.homevero-form-success{margin-top:12px!important;color:#297047!important;font-weight:800}

/* Page heroes and general pages */
.homevero-page-breadcrumb,.homevero-product-breadcrumb{display:flex;gap:9px;align-items:center;padding-top:22px;color:#959a9c;font-size:11px}.homevero-page-breadcrumb a,.homevero-product-breadcrumb a{text-decoration:none}.homevero-page-breadcrumb b{color:#545a5d}
.homevero-page{padding:58px 0 100px;background:#fff}.homevero-page-card{position:relative;max-width:1040px;margin:auto;padding:70px;border:1px solid var(--hv-line);border-radius:28px;background:#fff;box-shadow:0 22px 65px rgba(25,29,31,.07)}.homevero-page-card:after{content:"H";position:absolute;right:40px;top:25px;color:#f0f1f1;font-size:110px;font-weight:800;line-height:1;z-index:0}.homevero-page-card>*{position:relative;z-index:1}.homevero-page h1{max-width:800px;margin:18px 0 22px;font-size:clamp(46px,6vw,76px)}.homevero-page h2{margin:44px 0 14px;font-size:31px}.homevero-page h3{font-size:20px}.homevero-page p,.homevero-page li{font-size:16px}.homevero-page .homevero-lead{max-width:820px;color:#4f5558;font-size:20px;line-height:1.6}.homevero-content-grid{display:grid;grid-template-columns:1fr 330px;gap:70px;margin-top:52px}.homevero-content-grid aside{align-self:start;padding:30px;border-radius:20px;background:#f3f4f2}.homevero-content-grid aside h3{margin-top:0}.homevero-content-grid li{margin:9px 0}.homevero-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:45px}.homevero-info-grid article{padding:30px;border:1px solid var(--hv-line);border-radius:18px;background:#fafaf8}.homevero-info-grid h2{margin:0 0 12px;font-size:23px}.homevero-faq{margin-top:40px}.homevero-faq details{border-top:1px solid var(--hv-line)}.homevero-faq details:last-child{border-bottom:1px solid var(--hv-line)}.homevero-faq summary{padding:22px 0;color:var(--hv-ink);font-weight:800;cursor:pointer}.homevero-faq p{margin:0 0 22px}.homevero-contact-form{max-width:850px;margin-top:45px;padding:35px;border-radius:22px;background:#f4f5f3}.homevero-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.homevero-contact-form label{display:block;margin-bottom:17px;color:#3f4547;font-size:12px;font-weight:800}.homevero-contact-form input,.homevero-contact-form textarea{width:100%;margin-top:7px;padding:14px;border:1px solid #d7dada;border-radius:10px;background:#fff;outline:0}.homevero-contact-form input:focus,.homevero-contact-form textarea:focus{border-color:#868e91}.homevero-honeypot{position:absolute!important;left:-9999px}.homevero-form-notice{margin-top:22px;padding:15px 18px;border-radius:10px}.homevero-form-notice.success{background:#e9f5ed;color:#286b43}.homevero-form-notice.error{background:#fff0ef;color:#9e3f39}
.homevero-page-hero{padding:80px 0;background:#f3f4f2;border-bottom:1px solid var(--hv-line)}.homevero-page-hero h1{max-width:850px;margin:18px 0 18px;font-size:clamp(52px,6vw,82px)}.homevero-page-hero p{max-width:720px;margin:0;color:#656b6e;font-size:18px}.homevero-page-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.homevero-hero-monogram{width:170px;height:170px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(145deg,#fefefe,#adb3b6);box-shadow:0 20px 55px rgba(31,35,37,.14)}.homevero-hero-monogram span{color:#fff;font-size:58px;font-weight:800;line-height:1}.homevero-hero-monogram small{color:#f9f9f9;font-size:10px;letter-spacing:.16em;text-transform:uppercase}.homevero-commerce-content{padding:70px 0 100px}.homevero-commerce-content>.woocommerce{padding:38px;border:1px solid var(--hv-line);border-radius:24px;box-shadow:var(--hv-shadow)}

/* Legal */
.homevero-legal-hero{padding:68px 0}.homevero-legal-hero h1{font-size:clamp(46px,5vw,68px)}.homevero-legal-grid{display:grid;grid-template-columns:260px 1fr;gap:55px;padding:70px 0 110px}.homevero-legal-nav{position:sticky;top:25px;align-self:start;display:flex;flex-direction:column;padding:23px;border:1px solid var(--hv-line);border-radius:18px}.homevero-legal-nav>span{margin-bottom:12px;color:#9aa0a2;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.homevero-legal-nav a{padding:12px 10px;border-radius:9px;text-decoration:none;font-size:13px;font-weight:700}.homevero-legal-nav a.is-active{background:#222628;color:#fff}.homevero-legal-content .homevero-page{padding:0}.homevero-legal-content .homevero-shell{width:100%}.homevero-legal-content .homevero-page-card{max-width:none;margin:0;padding:58px}.homevero-legal-content .homevero-page-card:after{display:none}.homevero-legal-content .homevero-kicker,.homevero-legal-content h1{display:none}.homevero-legal-content h2:first-of-type{margin-top:0}.homevero-legal-content h2{padding-top:22px;border-top:1px solid var(--hv-line)}

/* Blog overview */
.homevero-blog-overview{padding:70px 0 110px}.homevero-blog-toolbar{display:flex;justify-content:space-between;gap:35px;align-items:flex-start;margin-bottom:35px;padding-bottom:25px;border-bottom:1px solid var(--hv-line)}.homevero-blog-toolbar>div:first-child{display:flex;flex-direction:column}.homevero-blog-toolbar strong{color:var(--hv-ink);font-size:17px}.homevero-blog-toolbar span{font-size:12px}.homevero-blog-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.homevero-blog-filters a{padding:8px 13px;border:1px solid var(--hv-line);border-radius:999px;text-decoration:none;font-size:10px;font-weight:800}.homevero-blog-filters a.is-active{background:#222628;color:#fff;border-color:#222628}.homevero-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.homevero-blog-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--hv-line);border-radius:20px;background:#fff;overflow:hidden;transition:.25s}.homevero-blog-card:hover{transform:translateY(-5px);box-shadow:var(--hv-shadow)}.homevero-blog-image{position:relative;min-height:245px;padding:23px;background:linear-gradient(135deg,#eceeed,#c7ccce);color:#fff!important;text-decoration:none!important;overflow:hidden}.homevero-blog-image:before,.homevero-blog-image:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.35);border-radius:50%}.homevero-blog-image:before{width:190px;height:190px;right:-35px;top:-45px}.homevero-blog-image:after{width:110px;height:110px;right:55px;bottom:-50px}.homevero-blog-category{position:relative;z-index:1;display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(28,32,34,.78);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.homevero-blog-image b{position:absolute;left:23px;bottom:23px;font-size:56px;line-height:1}.homevero-blog-image i{position:absolute;right:23px;bottom:27px;font-size:8px;font-style:normal;font-weight:800;letter-spacing:.16em}.homevero-blog-body{display:flex;flex-direction:column;flex:1;padding:25px}.homevero-blog-date{margin:0 0 11px!important;color:#999ea0;font-size:9px!important;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.homevero-blog-body h3{margin:0 0 13px;font-size:23px;line-height:1.25}.homevero-blog-body h3 a{text-decoration:none}.homevero-blog-body>p:not(.homevero-blog-date){margin:0 0 22px;color:#71777a;font-size:13px;line-height:1.6}.homevero-blog-body .homevero-text-link{margin-top:auto}.homevero-pagination{display:flex;justify-content:center;gap:7px;margin-top:50px}.homevero-pagination a{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--hv-line);border-radius:50%;text-decoration:none;font-size:12px;font-weight:800}.homevero-pagination a.is-current{background:#222628;color:#fff;border-color:#222628}.homevero-blog-empty{grid-column:1/-1;padding:35px;border:1px solid var(--hv-line);border-radius:18px;background:#fff}.homevero-blog-empty strong,.homevero-blog-empty span{display:block}.homevero-blog-empty strong{color:var(--hv-ink)}

/* Single article */
.homevero-article-hero{padding:62px 0 72px;background:#f1f2f0;border-bottom:1px solid var(--hv-line)}.homevero-article-breadcrumb{display:flex;gap:8px;margin-bottom:48px;color:#8b9194;font-size:10px}.homevero-article-breadcrumb a{text-decoration:none}.homevero-article-hero-grid{display:grid;grid-template-columns:1fr 310px;gap:80px;align-items:center}.homevero-article-hero h1{max-width:850px;margin:18px 0 22px;font-size:clamp(48px,6vw,78px)}.homevero-article-hero p{max-width:780px;margin:0;color:#5f6568;font-size:18px}.homevero-article-meta{display:flex;align-items:center;gap:12px;margin-top:27px;color:#8b9193;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.homevero-article-meta i{width:3px;height:3px;border-radius:50%;background:#9da2a4}.homevero-article-cover{height:330px;border-radius:24px;display:flex;flex-direction:column;justify-content:space-between;padding:28px;background:linear-gradient(150deg,#202426,#8f9699);box-shadow:var(--hv-shadow);color:#fff}.homevero-article-cover span,.homevero-article-cover small{font-size:9px;font-weight:800;letter-spacing:.18em}.homevero-article-cover strong{align-self:center;font-size:108px;line-height:1;color:rgba(255,255,255,.9)}.homevero-article-grid{display:grid;grid-template-columns:270px minmax(0,780px);justify-content:center;gap:70px;padding:80px 0 110px}.homevero-article-aside{align-self:start;position:sticky;top:25px}.homevero-toc{padding:24px;border:1px solid var(--hv-line);border-radius:17px}.homevero-toc>span{display:block;margin-bottom:12px;color:#989d9f;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.homevero-toc a{display:block;padding:9px 0;border-top:1px solid #eff0f0;color:#505659;text-decoration:none;font-size:11px;line-height:1.45}.homevero-toc a:hover{color:#000}.homevero-article-help{margin-top:16px;padding:24px;border-radius:17px;background:#222628;color:#cfd2d3}.homevero-article-help strong{color:#fff}.homevero-article-help p{font-size:12px}.homevero-article-help a{color:#fff;text-decoration:none;font-size:11px;font-weight:800}.homevero-article-content{min-width:0;color:#4d5355;font-size:17px;line-height:1.85}.homevero-article-content .homevero-lead{margin-top:0;color:#34393b;font-size:21px;line-height:1.7}.homevero-article-content h2{scroll-margin-top:30px;margin:64px 0 20px;padding-top:25px;border-top:1px solid var(--hv-line);font-size:35px}.homevero-article-content h2:first-of-type{margin-top:42px}.homevero-article-content h3{scroll-margin-top:30px;margin:35px 0 12px;font-size:23px}.homevero-article-content p{margin:0 0 24px}.homevero-article-content ul,.homevero-article-content ol{margin:25px 0;padding-left:25px}.homevero-article-content li{margin:10px 0}.homevero-article-content strong{color:#262a2c}.homevero-article-related{padding:90px 0;background:#f5f5f2}

/* WooCommerce archives */
.homevero-shop-hero{padding:52px 0 58px;background:#f2f3f1;border-bottom:1px solid var(--hv-line)}.homevero-shop-breadcrumb .woocommerce-breadcrumb{margin:0 0 42px!important;color:#92989a!important;font-size:10px!important}.homevero-shop-breadcrumb .woocommerce-breadcrumb a{text-decoration:none}.homevero-shop-breadcrumb .woocommerce-breadcrumb span{margin:0 8px}.homevero-shop-hero-grid{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end}.homevero-shop-hero h1{margin:14px 0 13px;font-size:clamp(50px,6vw,78px)}.homevero-shop-intro{max-width:760px;color:#62686b;font-size:16px}.homevero-shop-intro p{margin:0}.homevero-shop-stat{display:flex;flex-direction:column;align-items:flex-end}.homevero-shop-stat strong{color:#b1b6b8;font-size:58px;line-height:1}.homevero-shop-stat span{font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.homevero-shop-categories{border-bottom:1px solid var(--hv-line);background:#fff;overflow:auto}.homevero-shop-categories .homevero-shell{height:69px;display:flex;align-items:center;gap:8px;white-space:nowrap}.homevero-shop-categories a{display:flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid var(--hv-line);border-radius:999px;text-decoration:none;font-size:10px;font-weight:800}.homevero-shop-categories a small{color:#a0a5a7}.homevero-shop-categories a.is-active{background:#222628;color:#fff;border-color:#222628}.homevero-shop-categories a.is-active small{color:#c8ccce}.homevero-shop-main{padding:58px 0 100px}.homevero-shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:32px;padding-bottom:19px;border-bottom:1px solid var(--hv-line)}.homevero-shop-toolbar-copy{display:flex;flex-direction:column}.homevero-shop-toolbar-copy strong{color:var(--hv-ink);font-size:17px}.homevero-shop-toolbar-copy span{font-size:11px}.homevero-shop-toolbar .woocommerce-result-count{margin:0 20px 0 auto!important;color:#8a9092;font-size:11px}.homevero-shop-toolbar .woocommerce-ordering{margin:0!important}.homevero-shop-toolbar select{min-height:43px;padding:0 38px 0 15px;border:1px solid var(--hv-line);border-radius:999px;background:#fff;color:#3c4143;font-size:11px}.homevero-site .woocommerce ul.products,.homevero-site ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 17px;margin:0!important}.homevero-site .woocommerce ul.products:before,.homevero-site .woocommerce ul.products:after,.homevero-site ul.products:before,.homevero-site ul.products:after{display:none!important}.homevero-site .woocommerce ul.products li.product,.homevero-site ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:0 0 18px!important;border:1px solid var(--hv-line);border-radius:18px;background:#fff;overflow:hidden;transition:.25s}.homevero-site .woocommerce ul.products li.product:hover,.homevero-site ul.products li.product:hover{transform:translateY(-5px);box-shadow:var(--hv-shadow)}.homevero-site .woocommerce ul.products li.product a img,.homevero-site ul.products li.product a img{width:100%!important;aspect-ratio:1/1;object-fit:contain;margin:0 0 18px!important;padding:17px;background:#f5f5f3}.homevero-site .woocommerce ul.products li.product .woocommerce-loop-product__title,.homevero-site ul.products li.product .woocommerce-loop-product__title{min-height:48px;padding:0 18px!important;margin:0!important;font-size:15px!important;line-height:1.45!important;letter-spacing:-.02em}.homevero-site .woocommerce ul.products li.product .price,.homevero-site ul.products li.product .price{display:block;padding:0 18px;margin:10px 0!important;color:#222628!important;font-size:15px!important;font-weight:850!important}.homevero-site .woocommerce ul.products li.product .button,.homevero-site ul.products li.product .button{margin:8px 18px 0!important;padding:11px 16px!important;border-radius:999px!important;background:#222628!important;color:#fff!important;font-size:10px!important;font-weight:800!important;text-align:center}.homevero-site .woocommerce span.onsale{left:12px!important;top:12px!important;right:auto!important;min-width:0!important;min-height:0!important;line-height:1!important;padding:8px 10px!important;border-radius:999px!important;background:#222628!important;font-size:9px!important}.homevero-site .woocommerce nav.woocommerce-pagination{margin-top:50px}.homevero-site .woocommerce nav.woocommerce-pagination ul{border:0!important}.homevero-site .woocommerce nav.woocommerce-pagination ul li{border:0!important;margin:0 3px!important}.homevero-site .woocommerce nav.woocommerce-pagination ul li a,.homevero-site .woocommerce nav.woocommerce-pagination ul li span{display:grid!important;place-items:center;width:42px;height:42px;padding:0!important;border:1px solid var(--hv-line);border-radius:50%;background:#fff!important;color:#333!important}.homevero-site .woocommerce nav.woocommerce-pagination ul li span.current{background:#222628!important;color:#fff!important;border-color:#222628}.homevero-category-seo{padding:0 0 105px;background:#f5f5f2}.homevero-category-seo-card{max-width:940px;margin:auto;padding:58px;border-radius:24px;background:#fff;border:1px solid var(--hv-line)}.homevero-category-seo-card h2{margin:15px 0 20px;font-size:38px}.homevero-category-seo-card p{font-size:16px}

/* Single product */
.homevero-product-layout{background:#fff}.homevero-product-main{padding:30px 0 90px}.homevero-product-main .product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:70px;align-items:start}.homevero-product-main .product:after,.homevero-product-main .product:before{display:none!important}.homevero-product-main .woocommerce-product-gallery,.homevero-product-main .summary{float:none!important;width:auto!important;margin:0!important}.homevero-product-main .woocommerce-product-gallery__wrapper{border-radius:24px;background:#f4f5f3;overflow:hidden}.homevero-product-main .woocommerce-product-gallery img{background:#f4f5f3}.homevero-product-main .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px!important}.homevero-product-main .flex-control-thumbs li{float:none!important;width:auto!important}.homevero-product-main .flex-control-thumbs img{border:1px solid var(--hv-line);border-radius:10px}.homevero-product-main .summary{padding:18px 0}.homevero-product-main .summary .product_title{margin:12px 0 18px!important;font-size:clamp(40px,4.7vw,62px)!important;line-height:1.06!important}.homevero-product-main .summary .woocommerce-product-rating{margin-bottom:16px}.homevero-product-main .summary .price{color:#25292b!important;font-size:26px!important;font-weight:850!important}.homevero-product-main .summary .woocommerce-product-details__short-description{margin:25px 0;color:#5f6568;font-size:16px}.homevero-product-main .summary .stock{display:inline-flex;padding:7px 10px;border-radius:999px;background:#edf6ef;color:#377449;font-size:10px;font-weight:800}.homevero-product-main .summary form.cart{display:flex;gap:10px;margin:28px 0!important;padding:25px 0;border-block:1px solid var(--hv-line)}.homevero-product-main .summary .quantity .qty{width:76px!important;height:52px;border:1px solid var(--hv-line);border-radius:999px}.homevero-site .woocommerce button.button,.homevero-site .woocommerce a.button,.homevero-site .woocommerce input.button{border-radius:999px!important;background:#222628!important;color:#fff!important;padding:16px 23px!important;font-weight:800!important}.homevero-product-main .summary .single_add_to_cart_button{flex:1;min-height:52px}.homevero-product-main .product_meta{padding-top:10px;border-top:1px solid var(--hv-line);color:#969b9e;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.homevero-product-main .product_meta>span{display:block;margin:8px 0}.homevero-product-main .product_meta a{text-decoration:none;color:#555c5f}.homevero-product-main .woocommerce-tabs,.homevero-product-main .related,.homevero-product-main .up-sells{grid-column:1/-1;width:100%!important;float:none!important}.homevero-product-main .woocommerce-tabs{margin-top:45px;padding-top:45px;border-top:1px solid var(--hv-line)}.homevero-product-main .woocommerce-tabs ul.tabs{display:flex;gap:28px;padding:0!important;border-bottom:1px solid var(--hv-line)}.homevero-product-main .woocommerce-tabs ul.tabs:before{display:none!important}.homevero-product-main .woocommerce-tabs ul.tabs li{border:0!important;background:none!important;padding:0 0 13px!important;margin:0!important}.homevero-product-main .woocommerce-tabs ul.tabs li.active{border-bottom:2px solid #222628!important}.homevero-product-main .woocommerce-tabs .panel{max-width:900px;padding:24px 0!important;color:#575d60;font-size:16px;line-height:1.8}.homevero-product-main .related,.homevero-product-main .up-sells{margin-top:70px}.homevero-product-main .related>h2,.homevero-product-main .up-sells>h2{margin-bottom:30px;font-size:38px}.homevero-product-confidence{padding:28px 0;border-block:1px solid var(--hv-line);background:#f4f5f3}.homevero-product-confidence .homevero-shell,.homevero-footer-benefits .homevero-shell{display:grid;grid-template-columns:repeat(4,1fr)}.homevero-product-confidence .homevero-shell>div,.homevero-footer-benefits .homevero-shell>div{display:flex;gap:13px;align-items:center;padding:0 25px;border-right:1px solid #d7dada}.homevero-product-confidence .homevero-shell>div:first-child,.homevero-footer-benefits .homevero-shell>div:first-child{padding-left:0}.homevero-product-confidence .homevero-shell>div:last-child,.homevero-footer-benefits .homevero-shell>div:last-child{border-right:0}.homevero-product-confidence b,.homevero-footer-benefits b{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#fff;color:#222}.homevero-product-confidence span,.homevero-footer-benefits span{display:flex;flex-direction:column}.homevero-product-confidence strong,.homevero-footer-benefits strong{color:#24282a;font-size:11px}.homevero-product-confidence small,.homevero-footer-benefits small{color:#888e90;font-size:9px}

/* WooCommerce cart, checkout and account */
.homevero-commerce-content .woocommerce table.shop_table{border:0!important;border-collapse:separate!important;border-spacing:0!important}.homevero-commerce-content .woocommerce table.shop_table th{padding:15px!important;border-bottom:1px solid var(--hv-line)!important;color:#8f9597;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.homevero-commerce-content .woocommerce table.shop_table td{padding:18px 15px!important;border-bottom:1px solid var(--hv-line)!important}.homevero-commerce-content .woocommerce-cart-form img{width:75px!important;border-radius:10px;background:#f4f5f3}.homevero-commerce-content .cart-collaterals .cart_totals{padding:27px;border-radius:18px;background:#f4f5f3}.homevero-commerce-content .cart-collaterals .cart_totals h2{margin-top:0;font-size:26px}.homevero-commerce-content .checkout_coupon,.homevero-commerce-content .woocommerce-form-login{border:1px solid var(--hv-line)!important;border-radius:15px!important}.homevero-commerce-content .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:35px}.homevero-commerce-content .col2-set .col-1,.homevero-commerce-content .col2-set .col-2{float:none!important;width:auto!important}.homevero-commerce-content #order_review_heading{margin-top:45px}.homevero-commerce-content #payment{background:#f3f4f2!important;border-radius:18px!important}.homevero-site .woocommerce form .form-row input.input-text,.homevero-site .woocommerce form .form-row textarea,.homevero-site .select2-container--default .select2-selection--single{min-height:48px;border:1px solid #d7dada!important;border-radius:10px!important;background:#fff!important;padding:11px 13px!important}.homevero-commerce-content .woocommerce-MyAccount-navigation{float:none!important;width:auto!important}.homevero-commerce-content .woocommerce-MyAccount-navigation ul{display:flex;flex-wrap:wrap;gap:7px;padding:0;margin:0 0 30px;list-style:none}.homevero-commerce-content .woocommerce-MyAccount-navigation a{display:block;padding:9px 13px;border:1px solid var(--hv-line);border-radius:999px;text-decoration:none;font-size:11px;font-weight:800}.homevero-commerce-content .woocommerce-MyAccount-navigation .is-active a{background:#222628;color:#fff}.homevero-commerce-content .woocommerce-MyAccount-content{float:none!important;width:auto!important}.homevero-site .woocommerce-message,.homevero-site .woocommerce-info,.homevero-site .woocommerce-error{border-top:0!important;border-left:3px solid #7f878a!important;border-radius:10px;background:#f3f4f2!important;color:#454b4d!important}

/* Footer */
.homevero-footer-benefits{padding:28px 0;background:#eceeed;border-top:1px solid #dfe1e1}.homevero-global-footer{background:#202426;color:#bac0c2}.homevero-footer-main{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:70px;padding:75px 0 60px}.homevero-brand-footer .homevero-brand-copy strong{color:#fff}.homevero-brand-footer .homevero-brand-copy small{color:#9fa5a8}.homevero-footer-brand p{max-width:360px;margin:24px 0;color:#aeb4b6;font-size:13px}.homevero-footer-contact{color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:800}.homevero-footer-main h3{margin:0 0 20px;color:#fff;font-size:11px;letter-spacing:.13em;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-bottom:10px;color:#b5bbbd;text-decoration:none!important;font-size:12px}.homevero-footer-main>div:not(.homevero-footer-brand) a:hover{color:#fff}.homevero-footer-bottom{display:flex;justify-content:space-between;padding:19px 0 25px;border-top:1px solid rgba(255,255,255,.1);color:#8e9598;font-size:9px;letter-spacing:.1em;text-transform:uppercase}

/* Remove all theme containers/titles where the custom templates are active */
body.homevero-template .entry-header,body.homevero-template .page-header,body.homevero-template .site-header,body.homevero-template #masthead,body.homevero-template .site-footer,body.homevero-template #colophon{display:none!important}
body.homevero-template>.homevero-global-header,body.homevero-template>.homevero-announcement,body.homevero-template>.homevero-global-footer{display:block!important}

@media(max-width:1100px){
  .homevero-header-main{grid-template-columns:auto 1fr auto;gap:25px}.homevero-action-link>span:not(.homevero-cart-badge){display:none}.homevero-header-actions{gap:13px}
  .homevero-category-nav nav{gap:20px}.homevero-category-nav a{font-size:11px}
  .homevero-hero-grid{gap:38px}.homevero-hero-media{min-height:570px}.homevero-category-grid{grid-template-columns:repeat(2,1fr)}
  .homevero-site .woocommerce ul.products,.homevero-site ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .homevero-footer-main{gap:35px}.homevero-product-main .product{gap:40px}
}
@media(max-width:850px){
  .homevero-announcement-inner{justify-content:space-between;gap:10px}.homevero-announcement-inner span:not(:last-child):after{display:none}.homevero-announcement-inner span:nth-child(3){display:none}
  .homevero-header-main{height:78px;grid-template-columns:auto 1fr}.homevero-search,.homevero-category-nav{display:none}.homevero-header-actions{justify-self:end}.homevero-mobile-menu{display:block}.homevero-action-link>span:not(.homevero-cart-badge){display:none}
  .homevero-hero-grid,.homevero-editorial-grid,.homevero-newsletter-inner{grid-template-columns:1fr}.homevero-hero-media{min-height:560px}.homevero-editorial-copy{order:-1}.homevero-promo-grid{grid-template-columns:1fr}
  .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-blog-grid{grid-template-columns:repeat(2,1fr)}.homevero-blog-toolbar{flex-direction:column}.homevero-blog-filters{justify-content:flex-start}
  .homevero-page-card{padding:45px}.homevero-content-grid,.homevero-legal-grid,.homevero-article-grid{grid-template-columns:1fr}.homevero-content-grid{gap:30px}.homevero-legal-nav,.homevero-article-aside{position:static}.homevero-legal-nav{flex-direction:row;flex-wrap:wrap}.homevero-legal-nav>span{width:100%}
  .homevero-article-hero-grid{grid-template-columns:1fr}.homevero-article-cover{display:none}.homevero-article-grid{padding-top:55px}.homevero-toc{display:none}
  .homevero-shop-hero-grid{grid-template-columns:1fr}.homevero-shop-stat{align-items:flex-start}.homevero-shop-toolbar{flex-wrap:wrap}.homevero-shop-toolbar .woocommerce-result-count{margin-left:0!important}
  .homevero-site .woocommerce ul.products,.homevero-site ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .homevero-product-main .product{grid-template-columns:1fr}.homevero-product-main .summary{padding-top:15px}.homevero-product-confidence .homevero-shell,.homevero-footer-benefits .homevero-shell{grid-template-columns:repeat(2,1fr);gap:22px}.homevero-product-confidence .homevero-shell>div,.homevero-footer-benefits .homevero-shell>div{border-right:0;padding:0}
  .homevero-commerce-content .col2-set{grid-template-columns:1fr}.homevero-footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:580px){
  .homevero-shell{width:min(100% - 28px,1240px)}.homevero-announcement-inner{height:31px;justify-content:center}.homevero-announcement-inner span{font-size:8px}.homevero-announcement-inner span:nth-child(2){display:none}
  .homevero-header-main{height:70px}.homevero-brand-mark{width:40px;height:40px}.homevero-brand-copy strong{font-size:15px}.homevero-brand-copy small{display:none}.homevero-action-link{display:none}.homevero-cart-link{display:flex}.homevero-mobile-menu{display:block}
  .homevero-hero{padding:45px 0}.homevero-hero-copy h1{font-size:49px}.homevero-hero-copy>p{font-size:16px}.homevero-actions{flex-direction:column}.homevero-btn{width:100%}.homevero-hero-details{grid-template-columns:1fr;gap:10px}.homevero-hero-media{min-height:430px}.homevero-hero-photo{inset:0 0 0 10px;border-radius:22px}.homevero-hero-label{bottom:18px;width:220px;padding:18px}.homevero-hero-note{right:3px;top:18px;width:170px;padding:15px}
  .homevero-service-grid{grid-template-columns:1fr}.homevero-service-grid>div{padding:18px 0!important;border-right:0;border-bottom:1px solid var(--hv-line)}.homevero-service-grid>div:last-child{border-bottom:0}
  .homevero-section{padding:72px 0}.homevero-section-head{flex-direction:column;align-items:flex-start;margin-bottom:30px}.homevero-section-head h2{font-size:38px}.homevero-category-grid,.homevero-blog-grid{grid-template-columns:1fr}.homevero-category-card{min-height:260px}.homevero-editorial-photo{min-height:430px}.homevero-editorial-copy h2{font-size:41px}.homevero-promo{min-height:430px;padding:28px}.homevero-promo h3{font-size:32px}.homevero-newsletter{padding:60px 0}.homevero-newsletter-inner{gap:30px}.homevero-newsletter-row{grid-template-columns:1fr}.homevero-newsletter-row button{margin-top:6px}
  .homevero-page{padding:35px 0 70px}.homevero-page-card{padding:30px 23px;border-radius:20px}.homevero-page-card:after{display:none}.homevero-page h1{font-size:45px}.homevero-page .homevero-lead{font-size:18px}.homevero-form-grid,.homevero-info-grid{grid-template-columns:1fr}.homevero-contact-form{padding:22px}.homevero-page-hero{padding:55px 0}.homevero-page-hero h1{font-size:48px}.homevero-page-hero-inner{display:block}.homevero-hero-monogram{display:none}.homevero-commerce-content{padding:40px 0 70px}.homevero-commerce-content>.woocommerce{padding:20px}
  .homevero-legal-grid{padding:45px 0 75px}.homevero-legal-nav{display:none}.homevero-legal-content .homevero-page-card{padding:28px 22px}
  .homevero-blog-overview{padding:45px 0 80px}.homevero-blog-filters{max-width:100%;flex-wrap:nowrap;overflow:auto;padding-bottom:5px}.homevero-blog-image{min-height:220px}.homevero-blog-body h3{font-size:21px}
  .homevero-article-hero{padding:42px 0 50px}.homevero-article-breadcrumb{margin-bottom:28px;overflow:hidden;white-space:nowrap}.homevero-article-hero h1{font-size:44px}.homevero-article-hero p{font-size:16px}.homevero-article-meta{flex-wrap:wrap}.homevero-article-grid{padding:45px 0 75px}.homevero-article-help{display:none}.homevero-article-content{font-size:16px}.homevero-article-content .homevero-lead{font-size:19px}.homevero-article-content h2{font-size:29px}.homevero-article-related{padding:65px 0}
  .homevero-shop-hero{padding:38px 0 45px}.homevero-shop-breadcrumb .woocommerce-breadcrumb{margin-bottom:26px!important}.homevero-shop-hero h1{font-size:49px}.homevero-shop-stat strong{font-size:45px}.homevero-shop-categories .homevero-shell{height:62px}.homevero-shop-main{padding:38px 0 70px}.homevero-shop-toolbar{align-items:flex-start}.homevero-shop-toolbar .woocommerce-result-count{width:100%}.homevero-site .woocommerce ul.products,.homevero-site ul.products{grid-template-columns:1fr}.homevero-category-seo{padding-bottom:70px}.homevero-category-seo-card{padding:30px 23px}.homevero-category-seo-card h2{font-size:31px}
  .homevero-product-main{padding-top:18px}.homevero-product-main .summary .product_title{font-size:40px!important}.homevero-product-main .summary form.cart{flex-wrap:wrap}.homevero-product-main .summary .single_add_to_cart_button{width:100%}.homevero-product-main .woocommerce-tabs ul.tabs{gap:14px;overflow:auto}.homevero-product-main .related>h2,.homevero-product-main .up-sells>h2{font-size:31px}.homevero-product-confidence .homevero-shell,.homevero-footer-benefits .homevero-shell{grid-template-columns:1fr}.homevero-product-confidence .homevero-shell>div,.homevero-footer-benefits .homevero-shell>div{padding:12px 0;border-bottom:1px solid #d7dada}.homevero-product-confidence .homevero-shell>div:last-child,.homevero-footer-benefits .homevero-shell>div:last-child{border-bottom:0}
  .homevero-commerce-content .woocommerce table.shop_table_responsive tr td{padding:12px!important}.homevero-footer-main{grid-template-columns:1fr;padding:55px 0 40px}.homevero-footer-bottom{flex-direction:column;gap:8px}
}
