:root{
  --ev-green:#1f6b4f;--ev-green-dark:#174f3b;--ev-green-soft:#eef6f2;--ev-ink:#17211d;--ev-text:#39443f;--ev-muted:#6b756f;--ev-line:#e3e9e5;--ev-soft:#f5f7f6;--ev-white:#fff;--ev-warm:#c89047;--ev-radius:24px;--ev-radius-sm:16px;--ev-shadow:0 18px 50px rgba(23,79,59,.09);--ev-max:1380px
}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;background:#fff;color:var(--ev-ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;letter-spacing:-.015em;overflow-x:clip}body.ev-lock{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.ev-site-main{min-height:60vh}.ct-container,.site-main,.site-content{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}.ev-skip-link{position:fixed;left:12px;top:-100px;z-index:99999;background:#fff;padding:10px 14px;border-radius:8px;box-shadow:var(--ev-shadow)}.ev-skip-link:focus{top:12px}

.ev-topbar{min-height:34px;padding:7px 22px;background:var(--ev-ink);color:#fff;display:flex;align-items:center;justify-content:center;gap:17px;font-size:11px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.ev-topbar i{width:3px;height:3px;border-radius:50%;background:#84b69f}.ev-topbar a:hover{color:#b8d8c9}.ev-header{position:sticky;top:0;z-index:500;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(227,233,229,.9);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.ev-header-inner{max-width:var(--ev-max);height:82px;margin:auto;padding:0 28px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}.ev-logo{min-width:178px}.ev-logo .custom-logo-link{display:block}.ev-logo .ev-brand{display:flex;align-items:center;gap:9px}.ev-logo .ev-brand-mark{display:block;width:39px;height:52px;object-fit:contain}.ev-brand-text{display:flex;flex-direction:column;line-height:.9}.ev-brand-text strong{font-size:20px;letter-spacing:-.045em}.ev-brand-text em{font-style:normal;font-size:17px;font-weight:760;color:#5c913d;letter-spacing:-.04em;margin-top:5px}.ev-logo .custom-logo{display:block;max-width:180px;max-height:60px;width:auto;height:auto}.ev-desktop-nav{justify-self:center}.ev-desktop-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:25px}.ev-desktop-nav a{font-size:13px;font-weight:720;color:#29342f;position:relative;padding:12px 0}.ev-desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:6px;height:2px;background:var(--ev-green);transition:.22s}.ev-desktop-nav a:hover:after,.ev-desktop-nav .current-menu-item>a:after{right:0}.ev-header-actions{display:flex;gap:7px;align-items:center;justify-self:end}.ev-icon-btn{width:42px;height:42px;border:0;border-radius:50%;background:transparent;display:grid;place-items:center;color:var(--ev-ink);cursor:pointer;position:relative;transition:.2s}.ev-icon-btn:hover{background:var(--ev-green-soft);color:var(--ev-green)}.ev-icon-btn svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ev-menu-toggle{display:none}.ev-menu-toggle span{display:block;width:21px;height:1.7px;background:currentColor;margin:2.2px 0}.ev-cart-count{position:absolute;right:0;top:0;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--ev-green);color:#fff;font-size:9px;font-weight:800;display:grid;place-items:center}

.ev-overlay{position:fixed;z-index:780;inset:0;background:rgba(17,28,23,.42);backdrop-filter:blur(2px)}.ev-mobile-menu,.ev-cart-drawer,.ev-search-panel{position:fixed;z-index:800;background:#fff;transition:transform .3s cubic-bezier(.2,.75,.3,1),opacity .2s,visibility .2s}.ev-mobile-menu{left:0;top:0;bottom:0;width:min(410px,91vw);padding:24px 28px;transform:translateX(-103%);overflow:auto}.ev-mobile-menu.is-open{transform:none}.ev-cart-drawer{right:0;top:0;bottom:0;width:min(460px,94vw);padding:24px;transform:translateX(103%);overflow:auto}.ev-cart-drawer.is-open{transform:none}.ev-drawer-head{height:58px;border-bottom:1px solid var(--ev-line);display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:850;letter-spacing:.15em}.ev-drawer-head button,.ev-search-top button{border:0;background:none;font-size:31px;line-height:1;cursor:pointer;color:#28332e}.ev-mobile-menu ul{list-style:none;margin:18px 0 0;padding:0}.ev-mobile-menu li{border-bottom:1px solid var(--ev-line)}.ev-mobile-menu li a{display:block;padding:16px 0;font-size:20px;font-weight:690}.ev-drawer-contact{margin-top:28px;display:grid;gap:10px;font-size:14px;color:var(--ev-muted)}
.ev-search-panel{left:0;right:0;top:0;transform:translateY(-103%);padding:24px 20px 30px}.ev-search-panel.is-open{transform:none}.ev-search-shell{max-width:900px;margin:auto}.ev-search-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.ev-search-top strong{font-size:13px;letter-spacing:.1em}.ev-search-form{display:flex;gap:10px}.ev-search-form input{flex:1;height:58px;border:1px solid #d6dfda;border-radius:14px;padding:0 18px;font-size:16px;outline:none}.ev-search-form input:focus{border-color:var(--ev-green);box-shadow:0 0 0 3px rgba(31,107,79,.10)}.ev-search-form button,.ev-btn{border:0;border-radius:14px;background:var(--ev-green);color:#fff;padding:0 22px;font-weight:780;cursor:pointer;transition:.2s}.ev-search-form button:hover,.ev-btn:hover{background:var(--ev-green-dark);transform:translateY(-1px)}.ev-live-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.ev-search-result{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;border:1px solid var(--ev-line);border-radius:14px;padding:9px;background:#fff}.ev-search-result img{width:64px;height:64px;object-fit:cover;border-radius:10px;background:var(--ev-soft)}.ev-search-result strong{display:block;font-size:13px;line-height:1.3}.ev-search-result small{display:block;margin-top:5px;color:var(--ev-green);font-weight:800}.ev-search-empty{grid-column:1/-1;color:var(--ev-muted);margin:8px 0}

.ev-hero{max-width:var(--ev-max);height:min(70vw,650px);min-height:540px;margin:0 auto;position:relative;overflow:hidden;border-radius:0 0 34px 34px;background:#193027}.ev-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ev-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,31,23,.87) 0%,rgba(14,43,31,.69) 38%,rgba(14,43,31,.18) 72%,rgba(14,43,31,.08) 100%)}.ev-hero-content{position:absolute;z-index:2;left:clamp(28px,6vw,86px);top:50%;transform:translateY(-50%);max-width:690px;color:#fff}.ev-kicker{display:block;margin-bottom:15px;color:var(--ev-green);font-size:11px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}.ev-kicker-light{color:#b6dbc9}.ev-hero h1{font-size:clamp(48px,6.2vw,90px);line-height:.94;letter-spacing:-.06em;margin:0 0 24px;font-weight:690}.ev-hero p{max-width:590px;font-size:18px;line-height:1.62;color:rgba(255,255,255,.86);margin:0 0 30px}.ev-hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.ev-btn{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 22px}.ev-btn-light{background:#fff;color:var(--ev-ink)}.ev-btn-light:hover{background:#f0f5f2;color:var(--ev-green-dark)}.ev-text-link{font-size:14px;font-weight:780;border-bottom:1px solid #aeb8b3;padding-bottom:4px}.ev-text-link-light{color:#fff;border-color:rgba(255,255,255,.5)}.ev-hero-note{position:absolute;z-index:3;right:34px;bottom:32px;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);padding:15px 18px;border-radius:15px;display:flex;flex-direction:column;box-shadow:var(--ev-shadow)}.ev-hero-note strong{font-size:14px}.ev-hero-note span{font-size:12px;color:var(--ev-muted);margin-top:2px}
.ev-benefit-strip{max-width:var(--ev-max);margin:16px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ev-line);border-radius:22px;overflow:hidden}.ev-benefit-strip>div{padding:22px 24px;border-right:1px solid var(--ev-line);display:grid;grid-template-columns:auto 1fr;column-gap:13px}.ev-benefit-strip>div:last-child{border-right:0}.ev-benefit-strip span{grid-row:1/3;width:32px;height:32px;border-radius:50%;background:var(--ev-green-soft);color:var(--ev-green);display:grid;place-items:center;font-size:10px;font-weight:850}.ev-benefit-strip strong{font-size:14px}.ev-benefit-strip small{color:var(--ev-muted);font-size:12px;margin-top:3px}

.ev-section{max-width:var(--ev-max);margin:0 auto;padding:92px 28px 0}.ev-section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:30px}.ev-section-head h2,.ev-story-copy h2,.ev-team-copy h2,.ev-payment-head h2{font-size:clamp(34px,4.2vw,58px);line-height:1.02;letter-spacing:-.045em;margin:0;font-weight:690}.ev-section-head p{max-width:520px;margin:0;color:var(--ev-muted);font-size:15px;line-height:1.55}.ev-category-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.ev-category-card{grid-column:span 4;min-height:390px;border-radius:var(--ev-radius);overflow:hidden;background:var(--ev-soft);position:relative;box-shadow:inset 0 0 0 1px rgba(227,233,229,.9);transition:.25s}.ev-category-card:nth-child(4),.ev-category-card:nth-child(5){grid-column:span 6;min-height:330px}.ev-category-card:hover{transform:translateY(-3px);box-shadow:var(--ev-shadow)}.ev-category-media{position:absolute;inset:0}.ev-category-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(10,25,18,.78) 100%)}.ev-category-media img,.ev-category-placeholder{width:100%;height:100%;object-fit:cover}.ev-category-placeholder{background:linear-gradient(145deg,#e2eee8,#b8d4c7)}.ev-category-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:#fff}.ev-category-copy span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;opacity:.8}.ev-category-copy h3{font-size:29px;margin:4px 0 13px;letter-spacing:-.035em}.ev-category-copy b{font-size:13px}

.ev-products.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0!important;padding:0!important}.ev-products.products:before,.ev-products.products:after{display:none!important}.ev-products.products li.product{width:auto!important;margin:0!important;float:none!important;border:1px solid var(--ev-line);border-radius:20px;padding:0 0 17px!important;background:#fff;overflow:hidden;position:relative;transition:.22s;display:flex!important;flex-direction:column}.ev-products.products li.product:hover{transform:translateY(-3px);box-shadow:var(--ev-shadow)}.ev-products.products li.product a.woocommerce-LoopProduct-link{display:block}.ev-products.products li.product img{width:100%!important;aspect-ratio:1/1!important;object-fit:contain!important;background:#f8faf9;margin:0 0 15px!important;padding:14px}.ev-products.products li.product .woocommerce-loop-product__title{font-size:15px!important;line-height:1.35!important;letter-spacing:-.02em;margin:0!important;padding:0 16px!important;min-height:41px;color:var(--ev-ink)!important}.ev-products.products li.product .price{padding:0 16px!important;margin:12px 0 14px!important;color:var(--ev-green)!important;font-size:18px!important;font-weight:850!important;display:flex!important;gap:7px;align-items:baseline;flex-wrap:wrap}.ev-products.products li.product .price del{font-size:12px;color:#85908a;opacity:.8}.ev-products.products li.product .price ins{text-decoration:none;color:var(--ev-green)}.ev-products.products li.product .button{margin:0 16px!important;border-radius:12px!important;min-height:44px;display:flex!important;align-items:center;justify-content:center;background:var(--ev-ink)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;text-transform:none!important;padding:0 12px!important}.ev-products.products li.product .button:hover{background:var(--ev-green)!important}.ev-sale-badge{position:absolute;z-index:3;left:12px;top:12px;padding:7px 9px;border-radius:10px;background:var(--ev-green);color:#fff;font-size:10px;font-weight:850;letter-spacing:.08em}.ev-scroll-buttons{display:flex;gap:8px}.ev-scroll-buttons button{width:43px;height:43px;border-radius:50%;border:1px solid var(--ev-line);background:#fff;cursor:pointer;font-size:20px}.ev-product-scroll{overflow:auto;scrollbar-width:none}.ev-product-scroll::-webkit-scrollbar{display:none}.ev-scroll-products{display:flex!important;grid-template-columns:none!important;width:max-content}.ev-scroll-products li.product{width:260px!important}

.ev-story-panel,.ev-team-panel{max-width:var(--ev-max);margin:92px auto 0;background:var(--ev-soft);border-radius:30px;overflow:hidden;display:grid;grid-template-columns:1.06fr .94fr;min-height:610px}.ev-story-image,.ev-team-image{min-height:100%}.ev-story-image img,.ev-team-image img{width:100%;height:100%;object-fit:cover}.ev-story-copy,.ev-team-copy{padding:clamp(42px,6vw,90px);display:flex;flex-direction:column;justify-content:center}.ev-story-copy p,.ev-team-copy p{font-size:17px;line-height:1.7;color:var(--ev-text);margin:22px 0 0}.ev-story-copy .ev-btn{align-self:flex-start;margin-top:26px}.ev-team-panel{grid-template-columns:.94fr 1.06fr;background:var(--ev-green-soft)}.ev-team-copy>div{display:flex;gap:22px;align-items:center;margin-top:28px;flex-wrap:wrap}.ev-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ev-feature-grid article{padding:28px;border-radius:22px;background:var(--ev-soft);min-height:230px}.ev-feature-grid article>span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--ev-green);color:#fff;font-size:20px;margin-bottom:32px}.ev-feature-grid h3{font-size:20px;margin:0 0 12px}.ev-feature-grid p{font-size:14px;line-height:1.62;color:var(--ev-muted);margin:0}

.ev-payment-trust{max-width:var(--ev-max);margin:92px auto 0;padding:54px;border-radius:30px;background:#f4f6f5;display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.ev-payment-head>span{font-size:11px;font-weight:850;letter-spacing:.16em;color:var(--ev-green)}.ev-payment-head h2{margin-top:12px}.ev-payment-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ev-pay-badge{min-height:80px;border-radius:17px;background:#fff;border:1px solid var(--ev-line);display:flex;align-items:center;gap:13px;padding:14px 17px}.ev-pay-badge>span{width:42px;height:42px;border-radius:12px;background:var(--ev-green-soft);color:var(--ev-green);display:grid;place-items:center;font-size:20px;font-weight:850}.ev-pay-badge strong{font-size:13px}

.ev-faq-list{border-top:1px solid var(--ev-line)}.ev-faq-list details{border-bottom:1px solid var(--ev-line);padding:0}.ev-faq-list summary{cursor:pointer;list-style:none;font-size:21px;font-weight:720;padding:25px 52px 25px 0;position:relative}.ev-faq-list summary::-webkit-details-marker{display:none}.ev-faq-list summary:after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:1px solid #cfd8d3;display:grid;place-items:center;color:var(--ev-muted);font-size:22px;font-weight:400}.ev-faq-list details[open] summary:after{content:"−"}.ev-faq-list details p{max-width:900px;margin:-8px 0 24px;color:var(--ev-muted);font-size:16px;line-height:1.7}.ev-review-track{display:flex;gap:14px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.ev-review-track::-webkit-scrollbar{display:none}.ev-review-card{flex:0 0 min(410px,82vw);scroll-snap-align:start;border:1px solid var(--ev-line);border-radius:22px;padding:28px;min-height:290px;display:flex;flex-direction:column}.ev-stars{color:#d59b41;letter-spacing:.12em}.ev-review-card>p{font-size:17px;line-height:1.65;color:var(--ev-text);flex:1}.ev-review-card footer{display:flex;flex-direction:column;gap:3px}.ev-review-card footer span{font-size:12px;color:var(--ev-muted)}

.ev-footer{margin-top:96px;background:#111a16;color:#fff}.ev-footer-trust{max-width:var(--ev-max);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid rgba(255,255,255,.10)}.ev-footer-trust div{padding:25px 28px;border-right:1px solid rgba(255,255,255,.10)}.ev-footer-trust div:last-child{border-right:0}.ev-footer-trust strong{display:block;font-size:13px}.ev-footer-trust span{display:block;margin-top:4px;font-size:12px;color:#aab7b0}.ev-footer-grid{max-width:var(--ev-max);margin:auto;padding:58px 28px 54px;display:grid;grid-template-columns:1.7fr .8fr .9fr .9fr;gap:48px}.ev-footer .ev-logo{display:inline-block;min-width:0;background:#fff;border-radius:16px;padding:10px 14px;margin-bottom:18px}.ev-footer .ev-logo .ev-brand{gap:10px}.ev-footer .ev-logo .ev-brand-mark{width:44px;height:58px}.ev-footer .ev-logo .ev-brand-text strong{color:var(--ev-ink);font-size:22px}.ev-footer .ev-logo .ev-brand-text em{font-size:18px}.ev-footer-branding>p{max-width:430px;color:#aab7b0;font-size:14px;line-height:1.65}.ev-company-card{display:grid;gap:6px;margin-top:24px;font-size:13px;color:#b7c2bc}.ev-company-card strong{font-size:15px;color:#fff}.ev-footer h3{font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 17px;color:#c5d2cb}.ev-footer ul{list-style:none;margin:0;padding:0}.ev-footer li{margin:0 0 10px}.ev-footer li a{font-size:14px;color:#e5ebe8}.ev-footer li a:hover{color:#8fc3aa}.ev-footer-bottom{max-width:var(--ev-max);margin:auto;padding:19px 28px;border-top:1px solid rgba(255,255,255,.10);display:flex;gap:22px;flex-wrap:wrap;font-size:11px;color:#899890}.ev-footer-bottom a:hover{color:#fff}.ev-contact-float{position:fixed;z-index:600;left:16px;bottom:18px;display:flex;gap:8px}.ev-contact-float a{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--ev-green);color:#fff;box-shadow:0 10px 26px rgba(23,79,59,.24);font-size:17px}.ev-contact-float a:last-child{background:var(--ev-ink)}

.ev-page-shell{max-width:1180px;margin:0 auto;padding:64px 28px 88px}.ev-page-header{margin-bottom:30px}.ev-page-header h1{font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin:0;font-weight:680}.ev-page-hero{margin:0 0 42px;border-radius:28px;overflow:hidden;aspect-ratio:2.05/1;background:var(--ev-soft)}.ev-page-hero img{width:100%;height:100%;object-fit:cover}.ev-page-content{font-size:16px;line-height:1.75;color:#33403a;max-width:1000px}.ev-page-content>.ev-policy{max-width:1000px}.ev-policy .ev-lead{font-size:20px;line-height:1.65;color:#48554f;max-width:900px}.ev-policy h2{font-size:clamp(27px,3.2vw,40px);line-height:1.15;letter-spacing:-.035em;margin:48px 0 15px;color:var(--ev-ink)}.ev-policy h3{font-size:20px;margin:30px 0 10px;color:var(--ev-ink)}.ev-policy p,.ev-policy ul,.ev-policy ol{max-width:930px}.ev-policy ul,.ev-policy ol{padding-left:22px}.ev-policy li{margin:7px 0}.ev-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0 34px}.ev-policy-card{border:1px solid var(--ev-line);border-radius:18px;background:#f8faf9;padding:22px}.ev-policy-card strong{display:block;color:var(--ev-ink);margin-bottom:7px}.ev-policy-card p{font-size:14px;line-height:1.58;color:var(--ev-muted);margin:0}.ev-legal-note{border-left:3px solid var(--ev-green);background:var(--ev-green-soft);padding:17px 19px;border-radius:0 14px 14px 0;max-width:930px}.ev-policy-visual{margin:30px 0;border-radius:22px;overflow:hidden;max-width:930px}.ev-policy-visual img{display:block;width:100%;height:auto}.ev-contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}.ev-contact-box{background:var(--ev-soft);border-radius:20px;padding:24px}.ev-contact-form{display:grid;gap:14px}.ev-contact-form label{font-size:13px;font-weight:700}.ev-contact-form input,.ev-contact-form textarea{width:100%;border:1px solid #d5ded9;border-radius:12px;background:#fff;padding:13px 14px;font-size:16px}.ev-contact-form textarea{min-height:160px;resize:vertical}.ev-contact-form button{justify-self:start;min-height:48px;border:0;border-radius:12px;background:var(--ev-green);color:#fff;padding:0 20px;font-weight:800}.ev-contact-success,.ev-contact-error{padding:13px 15px;border-radius:12px;margin-bottom:14px}.ev-contact-success{background:#ebf7f1}.ev-contact-error{background:#fff0ed}

.ev-shop-shell{max-width:var(--ev-max);margin:auto;padding:50px 28px 90px}.ev-shop-shell .woocommerce-products-header__title,.ev-shop-shell .product_title{letter-spacing:-.04em;color:var(--ev-ink)}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:24px}.woocommerce .woocommerce-ordering select{height:46px;border:1px solid var(--ev-line);border-radius:12px;background:#fff;padding:0 36px 0 13px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important;border:1px solid var(--ev-line);border-radius:20px;padding-bottom:17px!important;overflow:hidden;position:relative}.woocommerce ul.products li.product img{aspect-ratio:1/1;object-fit:contain;background:#f8faf9;padding:14px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px;line-height:1.35;padding:0 16px;min-height:41px}.woocommerce ul.products li.product .price{padding:0 16px;color:var(--ev-green);font-size:18px;font-weight:850}.woocommerce ul.products li.product .button{margin:10px 16px 0;border-radius:12px;background:var(--ev-ink);color:#fff;min-height:44px;padding:0 14px;display:flex;align-items:center;justify-content:center}.woocommerce nav.woocommerce-pagination ul{border:0}.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0 3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1px solid var(--ev-line);border-radius:10px;min-width:40px;min-height:40px;display:grid;place-items:center}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--ev-green);color:#fff}

.single-product .ev-shop-shell{padding-top:46px}.single-product div.product{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:56px}.single-product div.product .woocommerce-product-gallery{width:auto!important;float:none!important;margin:0!important}.single-product div.product .summary{width:auto!important;float:none!important;margin:0!important}.single-product .woocommerce-product-gallery__wrapper{border-radius:22px;overflow:hidden;background:#f7f9f8}.single-product .woocommerce-product-gallery__image img{width:100%;object-fit:contain}.single-product .product_title{font-size:clamp(34px,4vw,52px);line-height:1.05;margin:0 0 16px!important}.single-product .summary .price{font-size:28px!important;color:var(--ev-green)!important;font-weight:850;margin:0 0 15px}.single-product .summary .woocommerce-product-details__short-description{font-size:15px;line-height:1.65;color:var(--ev-text)}.single-product form.cart{display:flex;gap:10px;margin:24px 0!important}.single-product form.cart .quantity input{height:52px;border:1px solid var(--ev-line);border-radius:12px}.single-product form.cart .single_add_to_cart_button{min-height:52px;border-radius:12px!important;background:var(--ev-green)!important;color:#fff!important;font-weight:800!important;padding:0 24px!important}.ev-product-trust{display:grid;grid-template-columns:1fr;gap:0;margin-top:22px;border-top:1px solid var(--ev-line)}.ev-product-trust>div{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--ev-line);align-items:center}.ev-trust-icon{width:34px;height:34px;border-radius:50%;background:var(--ev-green-soft);color:var(--ev-green);display:grid;place-items:center;font-weight:900}.ev-product-trust p{margin:0;display:flex;flex-direction:column}.ev-product-trust strong{font-size:13px}.ev-product-trust small{font-size:12px;color:var(--ev-muted);margin-top:2px}.ev-sale-timer{padding:13px 15px;border-radius:13px;background:var(--ev-green-soft);display:flex;justify-content:space-between;gap:15px;color:var(--ev-green-dark);margin:0 0 15px}.ev-sale-timer span{font-size:12px}.ev-sale-timer strong{font-size:13px}.single-product .woocommerce-tabs{grid-column:1/-1;margin-top:38px}.single-product .woocommerce-tabs ul.tabs{border-bottom:1px solid var(--ev-line);display:flex;gap:22px}.single-product .woocommerce-tabs ul.tabs li{border:0!important;background:none!important;margin:0!important;padding:0!important}.single-product .woocommerce-tabs ul.tabs li a{padding:14px 0!important}.single-product .woocommerce-Tabs-panel{max-width:980px;font-size:16px;line-height:1.75;color:var(--ev-text)}.single-product .related.products{grid-column:1/-1;margin-top:45px}.single-product .related.products>h2{font-size:34px;letter-spacing:-.04em}.ev-sticky-buy{position:fixed;z-index:650;left:50%;bottom:16px;transform:translate(-50%,120px);width:min(720px,calc(100vw - 28px));background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border:1px solid var(--ev-line);border-radius:18px;padding:10px 10px 10px 15px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 16px 44px rgba(18,34,27,.18);transition:.3s}.ev-sticky-buy.is-visible{transform:translate(-50%,0)}.ev-sticky-buy>div{display:flex;flex-direction:column;min-width:0}.ev-sticky-buy>div strong{font-size:13px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ev-sticky-buy>div span{font-size:12px;color:var(--ev-green);font-weight:850}.ev-sticky-buy button{border:0;border-radius:12px;background:var(--ev-green);color:#fff;min-height:44px;padding:0 18px;font-weight:800;white-space:nowrap}

.ev-cart-drawer .widget_shopping_cart_content{padding-top:14px}.ev-cart-drawer ul.woocommerce-mini-cart{list-style:none;margin:0;padding:0}.ev-cart-drawer li.woocommerce-mini-cart-item{position:relative;padding:14px 26px 14px 0!important;border-bottom:1px solid var(--ev-line);min-height:96px}.ev-cart-drawer li.woocommerce-mini-cart-item>a:not(.remove){display:grid;grid-template-columns:74px 1fr;gap:12px;font-size:13px;font-weight:700;padding-right:3px}.ev-cart-drawer li.woocommerce-mini-cart-item img{width:74px!important;height:74px!important;object-fit:contain!important;background:var(--ev-soft);border-radius:11px;margin:0!important;float:none!important}.ev-cart-drawer a.remove{position:absolute!important;right:0!important;top:15px!important;color:#8d9691!important}.ev-cart-drawer .quantity{display:block;margin:6px 0 0 86px;color:var(--ev-muted);font-size:12px}.ev-mini-qty{display:inline-flex;align-items:center;gap:8px;margin:7px 0 0 86px}.ev-mini-qty button{width:25px;height:25px;border-radius:50%;border:1px solid var(--ev-line);background:#fff;display:grid;place-items:center;cursor:pointer}.ev-mini-qty strong{color:var(--ev-ink)}.ev-cart-drawer .woocommerce-mini-cart__total{display:flex;justify-content:space-between;margin:24px 0 14px!important;padding:18px 0 0!important;border-top:1px solid var(--ev-line);font-size:14px}.ev-cart-drawer .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ev-cart-drawer .woocommerce-mini-cart__buttons .button{min-height:48px;border-radius:12px!important;display:grid!important;place-items:center;background:var(--ev-soft)!important;color:var(--ev-ink)!important;font-size:12px!important}.ev-cart-drawer .woocommerce-mini-cart__buttons .checkout{background:var(--ev-green)!important;color:#fff!important}.ev-cart-drawer .woocommerce-mini-cart__empty-message{padding:30px 0;color:var(--ev-muted)}

.woocommerce-cart .ev-shop-shell,.woocommerce-checkout .ev-shop-shell,.woocommerce-account .ev-shop-shell{max-width:1120px}.woocommerce-cart h1,.woocommerce-checkout h1,.woocommerce-account h1{font-size:clamp(40px,5vw,64px)}.woocommerce table.shop_table{border:1px solid var(--ev-line)!important;border-radius:18px!important;border-collapse:separate!important;overflow:hidden}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:15px!important}.woocommerce-cart table.cart img{width:82px}.woocommerce-cart .cart_totals{background:var(--ev-soft);padding:22px;border-radius:18px}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border-radius:12px!important;background:var(--ev-ink)!important;color:#fff!important}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt{background:var(--ev-green)!important}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{min-height:50px;border:1px solid #d4ddd8!important;border-radius:12px!important;background:#fff!important;padding:8px 12px!important;font-size:16px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:33px!important;padding:0!important}.select2-container--default .select2-selection--single .select2-selection__arrow{height:48px!important}.woocommerce-checkout #order_review{background:var(--ev-soft);padding:24px;border-radius:18px}.woocommerce-checkout #payment{background:#fff!important;border:1px solid var(--ev-line);border-radius:16px}.woocommerce-checkout #payment div.payment_box{background:var(--ev-green-soft)!important}.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:var(--ev-green-soft)!important}.woocommerce-checkout .place-order .button{width:100%;min-height:54px;font-size:15px!important}

@media(max-width:1100px){.ev-desktop-nav{display:none}.ev-menu-toggle{display:grid}.ev-header-inner{grid-template-columns:auto 1fr auto}.ev-logo{justify-self:center}.ev-benefit-strip{margin-left:16px;margin-right:16px}.ev-products.products,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.ev-feature-grid{grid-template-columns:repeat(2,1fr)}.ev-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.ev-footer-grid section:last-child{grid-column:2/4}.single-product div.product{gap:34px}.ev-payment-trust{margin-left:16px;margin-right:16px}}
@media(max-width:760px){.ev-topbar{justify-content:center;font-size:9px;gap:9px;min-height:30px}.ev-topbar span:nth-of-type(2),.ev-topbar i:nth-of-type(2),.ev-topbar a{display:none}.ev-header-inner{height:70px;padding:0 13px;gap:7px}.ev-logo{min-width:150px}.ev-logo .ev-brand{gap:7px}.ev-logo .ev-brand-mark{width:31px;height:43px}.ev-brand-text strong{font-size:17px}.ev-brand-text em{font-size:14px;margin-top:4px}.ev-account-link{display:none}.ev-icon-btn{width:40px;height:40px}.ev-menu-toggle{justify-self:start}.ev-header-actions{gap:1px}.ev-hero{height:600px;min-height:0;margin:0;border-radius:0 0 24px 24px}.ev-hero-shade{background:linear-gradient(180deg,rgba(12,31,23,.2) 15%,rgba(12,31,23,.86) 78%,rgba(12,31,23,.93) 100%)}.ev-hero-content{left:22px;right:22px;top:auto;bottom:74px;transform:none;max-width:none}.ev-hero h1{font-size:48px}.ev-hero p{font-size:16px;line-height:1.55;max-width:500px}.ev-hero-note{right:16px;bottom:14px;padding:11px 13px}.ev-hero-note strong{font-size:11px}.ev-hero-note span{font-size:10px}.ev-benefit-strip{grid-template-columns:1fr 1fr;border-radius:18px}.ev-benefit-strip>div{padding:15px;border-right:1px solid var(--ev-line);border-bottom:1px solid var(--ev-line)}.ev-benefit-strip>div:nth-child(2){border-right:0}.ev-benefit-strip>div:nth-child(3),.ev-benefit-strip>div:nth-child(4){border-bottom:0}.ev-benefit-strip>div:nth-child(4){border-right:0}.ev-benefit-strip small{font-size:10px}.ev-benefit-strip strong{font-size:12px}.ev-section{padding:68px 17px 0}.ev-section-head{align-items:flex-start;flex-direction:column;margin-bottom:22px}.ev-section-head h2,.ev-story-copy h2,.ev-team-copy h2,.ev-payment-head h2{font-size:38px}.ev-section-head p{font-size:14px}.ev-category-grid{grid-template-columns:1fr 1fr;gap:9px}.ev-category-card,.ev-category-card:nth-child(4),.ev-category-card:nth-child(5){grid-column:auto;min-height:250px}.ev-category-card:nth-child(5){grid-column:1/-1;min-height:235px}.ev-category-copy{left:15px;right:15px;bottom:14px}.ev-category-copy h3{font-size:21px;margin-bottom:8px}.ev-products.products,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.ev-products.products li.product,.woocommerce ul.products li.product{border-radius:15px}.ev-products.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;padding:0 10px!important;min-height:36px}.ev-products.products li.product .price,.woocommerce ul.products li.product .price{font-size:16px!important;padding:0 10px!important;margin:9px 0 10px!important}.ev-products.products li.product .button,.woocommerce ul.products li.product .button{margin-left:10px!important;margin-right:10px!important;min-height:40px;font-size:10px!important}.ev-scroll-products{display:flex!important}.ev-scroll-products li.product{width:205px!important}.ev-story-panel,.ev-team-panel{margin:68px 16px 0;grid-template-columns:1fr;min-height:0;border-radius:24px}.ev-story-image,.ev-team-image{aspect-ratio:1.3/1}.ev-story-copy,.ev-team-copy{padding:34px 24px 38px}.ev-story-copy p,.ev-team-copy p{font-size:15px}.ev-team-panel .ev-team-copy{order:2}.ev-team-panel .ev-team-image{order:1}.ev-feature-grid{grid-template-columns:1fr}.ev-feature-grid article{min-height:0;padding:23px}.ev-feature-grid article>span{margin-bottom:22px}.ev-payment-trust{margin-top:68px;padding:34px 22px;grid-template-columns:1fr;gap:28px;border-radius:24px}.ev-payment-badges{grid-template-columns:1fr 1fr;gap:8px}.ev-pay-badge{min-height:68px;padding:11px}.ev-pay-badge>span{width:35px;height:35px}.ev-pay-badge strong{font-size:11px}.ev-faq-list summary{font-size:17px;padding:21px 44px 21px 0}.ev-footer{margin-top:72px}.ev-footer-trust{grid-template-columns:1fr 1fr}.ev-footer-trust div{padding:17px;border-bottom:1px solid rgba(255,255,255,.1)}.ev-footer-trust div:nth-child(2){border-right:0}.ev-footer-grid{padding:42px 22px;grid-template-columns:1fr 1fr;gap:34px 22px}.ev-footer-branding{grid-column:1/-1}.ev-footer-grid section:last-child{grid-column:auto}.ev-footer-bottom{padding:18px 22px;gap:10px 16px}.ev-contact-float{left:11px;bottom:12px}.ev-contact-float a{width:40px;height:40px}.ev-live-results{grid-template-columns:1fr}.ev-search-panel{padding:16px 14px 20px}.ev-search-form input{height:52px}.ev-search-form button{padding:0 15px}.ev-page-shell{padding:42px 20px 70px}.ev-page-header h1{font-size:46px}.ev-page-hero{border-radius:20px;aspect-ratio:1.35/1;margin-bottom:30px}.ev-policy .ev-lead{font-size:18px}.ev-policy h2{font-size:30px;margin-top:40px}.ev-policy-grid,.ev-contact-layout{grid-template-columns:1fr}.ev-shop-shell{padding:34px 16px 72px}.single-product div.product{grid-template-columns:1fr}.single-product .product_title{font-size:34px}.single-product .summary .price{font-size:25px!important}.single-product .woocommerce-tabs{grid-column:auto}.single-product .related.products{grid-column:auto}.single-product form.cart{flex-wrap:wrap}.single-product form.cart .single_add_to_cart_button{flex:1}.ev-sticky-buy{bottom:10px}.woocommerce-cart table.shop_table_responsive tr td{padding:12px!important}.woocommerce-checkout #order_review{padding:16px}.ev-cart-drawer{padding:18px}.ev-cart-drawer li.woocommerce-mini-cart-item>a:not(.remove){grid-template-columns:64px 1fr}.ev-cart-drawer li.woocommerce-mini-cart-item img{width:64px!important;height:64px!important}.ev-cart-drawer .quantity{margin-left:76px}.ev-mini-qty{margin-left:76px}}
@media(max-width:390px){.ev-hero h1{font-size:43px}.ev-logo{min-width:142px}.ev-payment-badges{grid-template-columns:1fr}.ev-category-copy h3{font-size:19px}.ev-products.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12px!important}.ev-topbar span:first-child{letter-spacing:.04em}}


/* R3 transparency, checkout policies and statutory withdrawal function */
.ev-page-hero,.ev-policy-visual,.ev-story-image,.ev-team-image{position:relative}
.ev-page-hero figcaption,.ev-policy-visual figcaption,.ev-visual-note{position:absolute;right:12px;bottom:10px;margin:0;padding:6px 9px;border-radius:999px;background:rgba(12,31,23,.78);color:#fff;font-size:10px;line-height:1.2;letter-spacing:.02em;z-index:2}
.ev-policy-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:12px;background:var(--ev-green);color:#fff!important;text-decoration:none!important;font-weight:800;border:0;cursor:pointer}
.ev-inline-action{font-weight:800}
.ev-withdraw-bar{display:flex;align-items:center;justify-content:center;gap:18px;padding:17px 24px;background:#f3f7f5;color:#18231f;border-bottom:1px solid rgba(24,35,31,.1)}
.ev-withdraw-bar span{font-size:13px;font-weight:700}.ev-withdraw-bar a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:10px;background:#174f3b;color:#fff!important;font-weight:800;text-decoration:none}
.ev-footer-withdraw-link{font-weight:800!important;text-decoration:underline!important;text-underline-offset:3px}
.ev-withdraw-form{display:grid;gap:18px;max-width:760px;margin-top:24px}.ev-withdraw-form label{display:grid;gap:7px;font-weight:750;color:var(--ev-ink)}.ev-withdraw-form input,.ev-withdraw-form textarea{width:100%;border:1px solid #d4ddd8;border-radius:12px;background:#fff;padding:13px 14px;font:inherit;color:var(--ev-ink)}.ev-withdraw-form input{min-height:50px}.ev-withdraw-form textarea{resize:vertical}.ev-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.ev-withdraw-confirm{max-width:760px;padding:24px;border:1px solid var(--ev-line);border-radius:18px;background:var(--ev-soft)}.ev-withdraw-confirm dl{display:grid;grid-template-columns:minmax(160px,.5fr) 1fr;gap:10px 18px;margin:20px 0}.ev-withdraw-confirm dt{font-weight:800}.ev-withdraw-confirm dd{margin:0;overflow-wrap:anywhere}.ev-checkout-policies{margin:0 0 18px;padding:15px 16px;border:1px solid var(--ev-line);border-radius:12px;background:#f8faf9}.ev-checkout-policies strong{display:block;margin-bottom:7px}.ev-checkout-policies p{margin:0;font-size:13px;line-height:1.7}.ev-checkout-policies span{margin:0 7px;color:#96a19b}.ev-contact-float svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:760px){.ev-withdraw-bar{flex-direction:column;text-align:center;gap:10px}.ev-withdraw-bar a{width:100%;max-width:280px}.ev-page-hero figcaption,.ev-policy-visual figcaption,.ev-visual-note{font-size:8px;right:8px;bottom:8px}.ev-withdraw-confirm dl{grid-template-columns:1fr;gap:4px}.ev-withdraw-confirm dd{margin-bottom:10px}}

/* R5 — premium UX, mobile navigation, homepage catalogue and footer refinement */
:root{--ev-max:1360px;--ev-shadow-premium:0 24px 70px rgba(16,50,37,.10)}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-optical-sizing:auto;letter-spacing:-.018em;text-rendering:optimizeLegibility}
h1,h2,h3,h4,strong{letter-spacing:-.03em}.ev-kicker{letter-spacing:.16em}.ev-section-head p,.ev-seo-columns p,.ev-policy p{letter-spacing:-.006em}

/* Header balance: the visual centre remains exact on mobile. */
.ev-header-left{display:flex;align-items:center;justify-content:flex-start}
@media(min-width:1101px){.ev-header-left{display:none}.ev-header-inner{grid-template-columns:minmax(176px,1fr) auto minmax(176px,1fr)}.ev-logo{justify-self:start}.ev-desktop-nav{justify-self:center}.ev-header-actions{justify-self:end}}
@media(max-width:1100px){.ev-header-inner{grid-template-columns:92px minmax(0,1fr) 92px;gap:0}.ev-header-left{width:92px}.ev-logo{justify-self:center;min-width:0}.ev-header-actions{width:92px;justify-content:flex-end}.ev-account-link{display:none}}
@media(max-width:430px){.ev-header-inner{grid-template-columns:82px minmax(0,1fr) 82px;padding:0 10px}.ev-header-left,.ev-header-actions{width:82px}.ev-logo .custom-logo{max-width:158px;max-height:52px}.ev-logo .ev-brand{justify-content:center}.ev-icon-btn{width:38px;height:38px}}

/* Guaranteed vertical mobile menu; no inherited Blocksy flex styles can concatenate links. */
.ev-mobile-menu{width:min(390px,92vw);padding:26px 28px 34px}
.ev-mobile-nav{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;margin:18px 0 0!important;padding:0!important;gap:0!important;white-space:normal!important;overflow:visible!important}
.ev-mobile-nav>a{display:flex!important;width:100%!important;align-items:center!important;justify-content:space-between!important;min-height:54px!important;padding:13px 0!important;border-bottom:1px solid var(--ev-line)!important;font-size:17px!important;line-height:1.3!important;font-weight:720!important;letter-spacing:-.025em!important;white-space:normal!important;word-break:normal!important;color:var(--ev-ink)!important}
.ev-mobile-nav>a:after{content:"";width:7px;height:7px;border-right:1.5px solid #8c9791;border-top:1.5px solid #8c9791;transform:rotate(45deg);margin-right:3px;flex:0 0 auto}
.ev-mobile-nav>a:hover{color:var(--ev-green)!important}.ev-drawer-contact{border-top:0;margin-top:28px;padding-top:0}.ev-drawer-contact strong{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--ev-ink)}

/* New hero image and improved mobile crop. */
.ev-hero-r5>img{object-position:center center}.ev-hero-r5 .ev-hero-shade{background:linear-gradient(90deg,rgba(8,29,21,.88) 0%,rgba(13,50,36,.71) 39%,rgba(13,50,36,.16) 72%,rgba(13,50,36,.03) 100%)}
.ev-hero-r5 .ev-hero-content{max-width:700px}.ev-hero-r5 h1{font-weight:735;letter-spacing:-.065em}.ev-hero-r5 .ev-btn{min-height:56px;padding:0 27px}
@media(max-width:760px){.ev-hero-r5{height:590px}.ev-hero-r5>img{object-position:64% center}.ev-hero-r5 .ev-hero-shade{background:linear-gradient(180deg,rgba(8,27,20,.08) 12%,rgba(8,29,21,.38) 46%,rgba(8,29,21,.92) 79%,rgba(8,29,21,.96) 100%)}.ev-hero-r5 .ev-hero-content{bottom:72px}.ev-hero-r5 h1{font-size:clamp(43px,12vw,54px)}.ev-hero-r5 p{font-size:15.5px}.ev-hero-r5 .ev-btn{width:100%;min-height:52px}.ev-hero-r5 .ev-text-link{display:none}}

/* Premium trust strip with light entrance animation. */
.ev-benefit-premium{box-shadow:0 12px 34px rgba(18,55,41,.04);background:#fff}.ev-benefit-premium>div{position:relative;overflow:hidden;animation:evReveal .55s ease both}.ev-benefit-premium>div:nth-child(2){animation-delay:.08s}.ev-benefit-premium>div:nth-child(3){animation-delay:.16s}.ev-benefit-premium>div:nth-child(4){animation-delay:.24s}.ev-benefit-premium>div:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--ev-green);transition:width .3s}.ev-benefit-premium>div:hover:after{width:100%}.ev-benefit-premium strong{font-size:14px;line-height:1.25}.ev-benefit-premium small{line-height:1.45}
@keyframes evReveal{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.ev-benefit-premium>div{animation:none!important}.ev-review-track{scroll-behavior:auto!important}}

/* Four main categories only. */
.ev-category-grid-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ev-category-grid-four .ev-category-card,.ev-category-grid-four .ev-category-card:nth-child(n){grid-column:auto;min-height:400px}.ev-category-grid-four .ev-category-copy b{font-weight:760;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:3px}
@media(max-width:760px){.ev-category-grid-four{grid-template-columns:1fr 1fr;gap:10px}.ev-category-grid-four .ev-category-card,.ev-category-grid-four .ev-category-card:nth-child(n){min-height:255px}}

/* SEO content without warehouse/team imagery on the home page. */
.ev-home-seo-intro{padding-top:72px}.ev-seo-panel{background:linear-gradient(135deg,#f2f7f4 0%,#f8faf9 100%);border:1px solid var(--ev-line);border-radius:30px;padding:clamp(32px,5vw,66px);box-shadow:0 18px 55px rgba(31,107,79,.05)}.ev-seo-panel h2{max-width:870px;margin:0;font-size:clamp(34px,4.4vw,61px);line-height:1.02;letter-spacing:-.052em}.ev-seo-columns{display:grid;grid-template-columns:1fr 1fr;gap:42px;margin-top:30px}.ev-seo-columns p{margin:0;color:#52605a;font-size:16px;line-height:1.8}.ev-category-products-section{padding-top:82px}.ev-category-products-section .ev-section-head>div{max-width:800px}.ev-category-products-section .ev-section-head p{margin-top:12px;max-width:720px}.ev-home-category-products li.product{box-shadow:0 12px 42px rgba(19,57,42,.05)}
@media(max-width:760px){.ev-home-seo-intro{padding-top:58px}.ev-seo-panel{border-radius:22px;padding:30px 23px}.ev-seo-columns{grid-template-columns:1fr;gap:14px}.ev-seo-columns p{font-size:14px;line-height:1.7}.ev-category-products-section{padding-top:66px}}

/* Replace emoji-like decorative glyphs with numbered design elements. */
.ev-feature-grid article>span{font-size:11px!important;font-weight:850!important;letter-spacing:.12em!important;width:42px!important;height:42px!important;border:1px solid #cfe0d8!important;background:#f2f7f4!important;color:var(--ev-green)!important;border-radius:50%!important;display:grid!important;place-items:center!important}
.ev-payment-trust-r5{align-items:start}.ev-payment-head p{margin:18px 0 0;color:#bac8c1;max-width:520px;line-height:1.7}.ev-pay-badge{align-items:flex-start}.ev-pay-badge>span{font-size:10px!important;font-weight:850;letter-spacing:.08em}.ev-pay-badge small{display:block;margin-top:5px;color:#68756f;font-size:11px;line-height:1.45;font-weight:520}.ev-pay-badge strong{line-height:1.2}

/* Reviews carousel: genuine reviews when available; clearly labelled demo cards otherwise. */
.ev-review-disclaimer{max-width:760px!important;font-size:13px!important;line-height:1.65!important}.ev-review-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 14px;scrollbar-width:none}.ev-review-track::-webkit-scrollbar{display:none}.ev-review-card{flex:0 0 min(390px,82vw);scroll-snap-align:start;border:1px solid var(--ev-line);border-radius:22px;padding:26px;background:#fff;box-shadow:0 14px 42px rgba(20,59,43,.06);min-height:255px;display:flex;flex-direction:column}.ev-review-card .ev-rating{display:flex;align-items:center;justify-content:space-between;gap:14px}.ev-review-card .ev-rating strong{color:var(--ev-green);font-size:15px}.ev-review-card .ev-rating span{font-size:9px;letter-spacing:.11em;font-weight:850;color:#7a8580}.ev-review-card>p{font-size:15px;line-height:1.72;color:#46534d;margin:26px 0;flex:1}.ev-review-card footer{display:flex;flex-direction:column;gap:3px}.ev-review-card footer strong{font-size:14px}.ev-review-card footer span{font-size:11px;color:var(--ev-muted)}

/* About page: all three brand illustrations live here and nowhere else. */
.ev-about-gallery{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:14px;margin:0 0 46px}.ev-about-gallery figure{margin:0;position:relative;overflow:hidden;border-radius:22px;min-height:245px;background:var(--ev-soft)}.ev-about-gallery figure:first-child{grid-row:1/3}.ev-about-gallery img{display:block;width:100%;height:100%;object-fit:cover}.ev-about-gallery figcaption{position:absolute;right:10px;bottom:10px;background:rgba(11,31,23,.78);color:#fff;padding:6px 9px;border-radius:999px;font-size:9px;letter-spacing:.03em}.ev-page-ueber-uns .ev-page-content{max-width:1100px}.ev-page-ueber-uns .ev-policy .ev-lead{font-size:22px;max-width:900px}
@media(max-width:760px){.ev-about-gallery{grid-template-columns:1fr;grid-template-rows:auto;gap:10px;margin-bottom:32px}.ev-about-gallery figure,.ev-about-gallery figure:first-child{grid-row:auto;min-height:210px;aspect-ratio:1.35/1}.ev-about-gallery figcaption{font-size:8px}}

/* Footer: clean hierarchy, correct logo and company/contact data kept in company area. */
.ev-footer-grid-r5{grid-template-columns:1.6fr .8fr .8fr 1fr;align-items:start}.ev-footer-brand{display:inline-flex!important;align-items:center;gap:11px;margin-bottom:18px}.ev-footer-brand .ev-brand-mark{width:46px;height:58px;object-fit:contain}.ev-footer-brand .ev-brand-text strong{color:#fff;font-size:22px}.ev-footer-brand .ev-brand-text em{color:#83b35f;font-size:18px}.ev-company-card a{color:inherit}.ev-footer-bottom{justify-content:space-between}.ev-footer-bottom span:last-child{margin-left:auto}.ev-footer-grid h3{margin-top:4px}
@media(max-width:1100px){.ev-footer-grid-r5{grid-template-columns:1.25fr 1fr 1fr}.ev-footer-grid-r5 .ev-footer-branding{grid-column:1/-1}.ev-footer-grid-r5 section:last-child{grid-column:auto}}
@media(max-width:760px){.ev-footer-grid-r5{grid-template-columns:1fr 1fr}.ev-footer-grid-r5 .ev-footer-branding{grid-column:1/-1}.ev-footer-grid-r5 section:last-child{grid-column:1/-1}.ev-footer-bottom{justify-content:flex-start}.ev-footer-bottom span:last-child{margin-left:0}}

/* Only the mail contact button remains floating. */
.ev-contact-float{display:flex!important}.ev-contact-float a{box-shadow:0 14px 34px rgba(23,79,59,.2)}

/* Product and archive resilience/refinement. */
.ev-single-product-shell,.ev-archive-product-shell{max-width:var(--ev-max);margin:0 auto;padding:50px 28px 90px}.single-product div.product{align-items:start}.single-product .woocommerce-product-gallery{position:relative}.single-product .summary{padding-top:4px}.single-product .related.products{margin-top:72px!important}.single-product .related.products>h2{font-size:clamp(30px,3.5vw,48px)!important;margin-bottom:26px!important}.woocommerce div.product .woocommerce-tabs{margin-top:58px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;display:flex;gap:12px;overflow-x:auto}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:999px!important;padding:0 5px!important}.woocommerce div.product .woocommerce-tabs .panel{line-height:1.75;color:#45524c}.woocommerce .woocommerce-breadcrumb{font-size:12px;color:#7a8580;margin-bottom:28px}
@media(max-width:760px){.ev-single-product-shell,.ev-archive-product-shell{padding:32px 16px 76px}.single-product .related.products{margin-top:54px!important}}

/* Coupons are visible and usable in the classic WooCommerce cart. */
.woocommerce-cart table.cart td.actions .coupon{display:flex!important;gap:8px;align-items:center;flex-wrap:wrap}.woocommerce-cart table.cart td.actions .coupon .input-text{display:block!important;min-width:180px!important;min-height:44px!important;border:1px solid #d4ddd8!important;border-radius:11px!important;padding:8px 12px!important}.woocommerce-cart table.cart td.actions .coupon button{min-height:44px!important}.woocommerce-form-coupon-toggle{display:block!important}

/* Checkout payment message. */
.woocommerce-checkout #payment div.payment_box{font-size:14px;line-height:1.7;color:#33413b}.woocommerce-checkout #payment div.payment_box p{margin:0}
.ev-product-trust .ev-trust-icon{width:auto!important;min-width:74px;height:28px!important;border-radius:999px!important;padding:0 9px!important;font-size:8px!important;letter-spacing:.08em!important;font-weight:850!important}
