:root{--ezo-ink:#101114;--ezo-muted:#6b6e75;--ezo-line:#e2e3e6;--ezo-paper:#f5f6f7;--ezo-blue:#146ef5;--ezo-shell:1400px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ezo-ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
body.ezo-menu-open{overflow:hidden}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.ezo-shell{width:min(var(--ezo-shell),calc(100% - 64px));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ezo-announcement{height:34px;padding:0 32px;display:flex;justify-content:center;align-items:center;gap:36px;background:#111318;color:#fff;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.ezo-announcement-secondary{color:#aeb2bb}

.ezo-site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--ezo-line)}
.admin-bar .ezo-site-header{top:32px}
.ezo-header-main{height:72px;display:flex;align-items:center;justify-content:space-between}
.ezo-brand{display:inline-flex;align-items:baseline;gap:8px;letter-spacing:-.05em}
.ezo-brand span{font-size:26px;font-weight:900}
.ezo-brand b{font-size:12px;letter-spacing:.18em}
.ezo-brand .custom-logo-link{display:block}
.ezo-brand .custom-logo{width:auto;max-height:48px}
.ezo-header-actions{display:flex;align-items:center;gap:8px}
.ezo-icon-button{position:relative;display:grid;place-items:center;width:42px;height:42px;padding:0;border:0;background:transparent;cursor:pointer;border-radius:50%;transition:background .2s ease}
.ezo-icon-button:hover{background:#f0f1f3}
.ezo-menu-toggle{display:none}
.ezo-search-toggle{width:auto;padding:0 13px;display:flex;align-items:center;gap:8px;border-radius:22px}
.ezo-search-toggle span{font-size:12px}
.ezo-cart-count{position:absolute;right:0;top:0;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:12px;background:var(--ezo-blue);color:#fff;font-size:9px;font-weight:800}
.ezo-main-nav{height:45px;display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.4vw,42px);font-size:13px;font-weight:650}
.ezo-main-nav a{height:100%;display:flex;align-items:center;position:relative}
.ezo-main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-1px;height:2px;background:var(--ezo-ink);transition:right .25s ease}
.ezo-main-nav a:hover:after{right:0}
.ezo-main-nav .ezo-sale-link{color:#e12d3a}

.ezo-mobile-menu{position:fixed;z-index:110;top:0;bottom:0;left:0;width:min(430px,92vw);background:#fff;transform:translateX(-102%);transition:transform .32s cubic-bezier(.22,.72,.23,1)}
.ezo-mobile-menu.is-open{transform:translateX(0)}
.ezo-mobile-menu-head{height:82px;padding:0 25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ezo-line)}
.ezo-mobile-close,.ezo-search-close{width:42px;height:42px;border:0;background:transparent;font-size:31px;font-weight:300;cursor:pointer}
.ezo-mobile-menu nav{padding:15px 25px}
.ezo-mobile-menu nav a{min-height:54px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ececef;font-size:15px;font-weight:650}
.ezo-overlay{position:fixed;inset:0;z-index:100;background:rgba(5,7,10,.52)}
.ezo-search-panel{position:fixed;z-index:120;top:0;left:0;right:0;background:#fff;transform:translateY(-105%);transition:transform .3s ease;box-shadow:0 15px 40px rgba(0,0,0,.1)}
.ezo-search-panel.is-open{transform:translateY(0)}
.ezo-search-inner{padding-top:30px;padding-bottom:30px}
.ezo-search-inner form{display:flex;align-items:center;gap:17px}
.ezo-search-inner input[type=search]{width:100%;height:58px;padding:0;border:0;outline:0;background:transparent;font-size:clamp(20px,3vw,34px);font-weight:650;letter-spacing:-.03em}

.ezo-kicker,.ezo-eyebrow{margin:0 0 15px;color:var(--ezo-blue);font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.ezo-hero{position:relative;min-height:610px;margin-top:28px;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;background:#0d1015;color:#fff}
.ezo-hero-copy{align-self:center;padding:76px 0 76px clamp(42px,6vw,92px);position:relative;z-index:2}
.ezo-hero h1{margin:0;font-size:clamp(48px,5.6vw,82px);line-height:.98;letter-spacing:-.055em;font-weight:700}
.ezo-hero-description{max-width:540px;margin:28px 0 0;color:#b9bec8;font-size:16px;line-height:1.65}
.ezo-hero-actions{margin-top:38px;display:flex;align-items:center;gap:28px}
.ezo-button{min-height:48px;padding:0 22px;border:0;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:12px;font-weight:750;cursor:pointer;transition:transform .2s,background .2s}
.ezo-button:hover{transform:translateY(-2px)}
.ezo-button-light{background:#fff;color:#111318}
.ezo-text-link{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700}
.ezo-hero-visual{position:relative;min-width:0;overflow:hidden}
.ezo-hero-visual:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#0d1015 0%,transparent 28%),linear-gradient(0deg,rgba(13,16,21,.65),transparent 35%);pointer-events:none}
.ezo-hero-visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.04)}
.ezo-hero-orb{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.12);border-radius:50%}
.ezo-orb-one{width:420px;height:420px;right:8%;top:7%}
.ezo-orb-two{width:540px;height:540px;right:-3%;top:-3%}
.ezo-hero-chip{position:absolute;z-index:3;right:28px;bottom:28px;width:170px;padding:15px 17px;background:rgba(14,17,22,.8);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18)}
.ezo-hero-chip span{display:block;margin-bottom:5px;color:#aab0ba;font-size:9px;letter-spacing:.16em;text-transform:uppercase}
.ezo-hero-chip strong{font-size:12px}

.ezo-benefits{min-height:110px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--ezo-line);border-top:0}
.ezo-benefits article{min-width:0;padding:25px 30px;display:flex;gap:15px;align-items:center;border-right:1px solid var(--ezo-line)}
.ezo-benefits article:last-child{border-right:0}
.ezo-benefit-icon{width:27px;flex:0 0 27px;color:#555a62;font-size:24px;text-align:center}
.ezo-benefits strong,.ezo-benefits article div span{display:block}
.ezo-benefits strong{font-size:12px;margin-bottom:5px}
.ezo-benefits article div span{color:var(--ezo-muted);font-size:10px;line-height:1.4}

.ezo-section{padding-top:105px;padding-bottom:105px}
.ezo-section-heading{margin-bottom:38px;display:flex;justify-content:space-between;align-items:flex-end;gap:30px}
.ezo-section-heading h2{margin:0;font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.045em}
.ezo-view-all{padding-bottom:5px;border-bottom:1px solid #b8bbc1;font-size:12px;font-weight:700}
.ezo-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 16px}
.ezo-product-card{min-width:0;margin:0!important;list-style:none!important}
.ezo-product-media{position:relative;overflow:hidden;aspect-ratio:.88;background:var(--ezo-paper)}
.ezo-product-image-link{width:100%;height:100%;display:block}
.ezo-product-media img{width:100%;height:100%;object-fit:contain;padding:clamp(16px,2vw,32px);box-sizing:border-box;mix-blend-mode:multiply;transition:transform .5s ease}
.ezo-product-card:hover .ezo-product-media img{transform:scale(1.035)}
.ezo-product-card.is-sold-out .ezo-product-media img{opacity:.5;filter:grayscale(1)}
.ezo-product-badge{position:absolute;z-index:3;left:16px;top:16px;padding:7px 9px;background:#111318;color:#fff;font-size:8px;letter-spacing:.08em;text-transform:uppercase}
.ezo-product-badge.is-open-box{background:var(--ezo-blue)}
.ezo-quick-add,.woocommerce .ezo-quick-add.button{position:absolute;z-index:4;left:12px;right:12px;bottom:12px;width:auto;height:44px;padding:0 16px;border:0;border-radius:0;display:flex;align-items:center;justify-content:center;background:#111318;color:#fff;font-size:11px;font-weight:700;text-transform:none;line-height:1;transform:translateY(65px);transition:transform .25s ease,background .2s}
.ezo-product-card:hover .ezo-quick-add,.ezo-quick-add:focus{transform:translateY(0)}
.ezo-quick-add.added{background:#23733d}
.ezo-quick-add.is-disabled{background:#777b82}
.ezo-product-info{padding:18px 3px 0}
.ezo-product-info p{margin:0 0 7px;color:var(--ezo-muted);font-size:10px}
.ezo-product-info p a{color:inherit}
.ezo-product-info h3{min-height:42px;margin:0 0 14px;font-size:16px;line-height:1.28}
.ezo-product-info h3 a:hover{text-decoration:underline;text-underline-offset:3px}
.ezo-product-price{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ezo-product-price strong{font-size:13px}
.ezo-product-price del{color:#999;font-weight:400;margin-right:4px}
.ezo-product-price ins{text-decoration:none}
.ezo-product-price span{color:#989ba1;font-size:9px}
.ezo-product-details{width:max-content;margin-top:14px;padding-bottom:3px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #c4c7cc;color:#4e535b;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}

.ezo-category-section{background:var(--ezo-paper)}
.ezo-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ezo-category-card{position:relative;overflow:hidden;min-height:230px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;isolation:isolate;text-align:left;background-image:linear-gradient(90deg,rgba(10,13,18,.88) 0%,rgba(10,13,18,.54) 46%,rgba(10,13,18,.08) 100%),var(--ezo-category-image);background-size:cover;background-position:center;color:#fff}
.ezo-category-card:before,.ezo-category-card:after{content:"";position:absolute;z-index:-1;border-radius:50%;border:1px solid rgba(255,255,255,.18);transition:transform .5s ease}
.ezo-category-card:before{width:220px;height:220px;right:-60px;top:-60px}
.ezo-category-card:after{width:120px;height:120px;right:36px;top:34px}
.ezo-category-card:hover:before{transform:scale(1.12)}
.ezo-category-card h3{margin:0 0 6px;font-size:29px;letter-spacing:-.04em}
.ezo-category-card p{margin:0;font-size:11px;opacity:.72}
.ezo-category-number{position:absolute;left:28px;top:26px;font-size:9px;font-weight:700;opacity:.5}
.ezo-category-arrow{position:absolute;right:22px;bottom:22px;width:40px;height:40px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center}
.blue{background-color:#2f6bb4}.graphite{background-color:#282b31}.sand{background-color:#c9bda8}.silver{background-color:#d7d9dc}.navy{background-color:#17243d}.mint{background-color:#a9c9c1}
.sand:before,.sand:after,.silver:before,.silver:after,.mint:before,.mint:after{border-color:rgba(0,0,0,.12)}

.ezo-catalog-section{border-top:1px solid var(--ezo-line)}
.ezo-editorial{padding-top:105px;padding-bottom:105px;display:grid;grid-template-columns:1.35fr .65fr;gap:16px}
.ezo-editorial-main,.ezo-editorial-side{min-height:520px;padding:clamp(36px,5vw,72px);display:flex;flex-direction:column;justify-content:flex-end}
.ezo-editorial-main{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 32%,#2f6e96 0 7%,transparent 8%),radial-gradient(circle at 68% 32%,rgba(255,255,255,.12) 0 26%,transparent 27%),linear-gradient(135deg,#10141a,#1f4e70);color:#fff}
.ezo-editorial-main:after{content:"";position:absolute;width:450px;height:450px;right:-110px;top:-120px;border:1px solid rgba(255,255,255,.18);border-radius:50%}
.ezo-eyebrow.is-light{color:#84c8ff}
.ezo-editorial h2{position:relative;z-index:1;margin:0;font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-.055em}
.ezo-editorial-main>p:not(.ezo-eyebrow){position:relative;z-index:1;max-width:470px;margin:24px 0 30px;color:#c4d1db;line-height:1.6}
.ezo-editorial-main .ezo-button{position:relative;z-index:1;align-self:flex-start}
.ezo-editorial-side{background:#e8e9eb;justify-content:space-between}
.ezo-side-label{display:flex;justify-content:space-between;align-items:center;color:#666b72;font-size:9px;letter-spacing:.14em;text-transform:uppercase}
.ezo-editorial-side h3{margin:0;font-size:clamp(34px,3.3vw,48px);line-height:1;letter-spacing:-.05em}
.ezo-editorial-side p{margin:18px 0 26px;color:var(--ezo-muted);font-size:12px;line-height:1.6}
.ezo-editorial-side a{display:inline-flex;padding-bottom:6px;border-bottom:1px solid #aaaeb4;font-size:11px;font-weight:700}

.ezo-newsletter{padding:68px 0;background:#f2f3f4;border-top:1px solid #e0e1e3}
.ezo-newsletter-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:50px}
.ezo-newsletter h2{margin:0;max-width:600px;font-size:33px;letter-spacing:-.04em}
.ezo-newsletter form{width:min(470px,100%);display:flex;border-bottom:1px solid #36393e}
.ezo-newsletter input{min-width:0;flex:1;height:50px;padding:0;border:0;outline:0;background:transparent;font-size:12px}
.ezo-newsletter button{border:0;background:transparent;display:flex;gap:10px;align-items:center;font-size:11px;font-weight:700;cursor:pointer}
.ezo-footer{padding:72px 0 28px;background:#101216;color:#fff}
.ezo-footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:60px}
.ezo-brand-light{color:#fff}
.ezo-footer-brand p{max-width:330px;margin-top:22px;color:#9297a0;font-size:12px;line-height:1.7}
.ezo-footer-brand .ezo-footer-owner{margin-top:12px;color:#747983;font-size:10px;line-height:1.55}
.ezo-footer-grid h3{margin:0 0 20px;color:#767b84;font-size:9px;letter-spacing:.16em;text-transform:uppercase}
.ezo-footer-grid>div>a:not(.ezo-brand){display:block;margin-bottom:13px;color:#d7d9de;font-size:11px}
.ezo-footer-bottom{margin-top:65px;padding-top:24px;display:flex;justify-content:space-between;border-top:1px solid #2a2d33;color:#767b84;font-size:9px}

/* Shop archive */
.ezo-shop-hero{padding:70px 0 64px;background:#111318;color:#fff}
.ezo-shop-hero .woocommerce-breadcrumb{margin:0 0 50px;color:#8f949d;font-size:10px}
.ezo-shop-hero .woocommerce-breadcrumb a{color:#cfd2d8}
.ezo-shop-hero h1{margin:0;font-size:clamp(46px,6vw,80px);letter-spacing:-.055em;line-height:1}
.ezo-shop-hero .term-description{max-width:680px;margin-top:22px;color:#b6bbc4;line-height:1.7}
.ezo-shop-products{padding-top:65px}
.ezo-shop-toolbar{margin-bottom:35px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--ezo-line);padding-bottom:20px}
.ezo-shop-toolbar .woocommerce-result-count{margin:0;color:var(--ezo-muted);font-size:11px}
.ezo-shop-toolbar .woocommerce-ordering{margin:0}
.ezo-shop-toolbar select{min-height:40px;padding:0 34px 0 12px;border:1px solid var(--ezo-line);background:#fff;font-size:11px}
.ezo-shop-products .woocommerce-pagination{margin-top:65px}
.ezo-shop-products .woocommerce-pagination ul.page-numbers{border:0}
.ezo-shop-products .woocommerce-pagination ul.page-numbers li{border:0;margin:0 3px}
.ezo-shop-products .woocommerce-pagination .page-numbers a,.ezo-shop-products .woocommerce-pagination .page-numbers span{min-width:38px;height:38px;padding:0;display:grid;place-items:center;background:#f1f2f4;color:#333;font-size:11px}
.ezo-shop-products .woocommerce-pagination .page-numbers .current{background:#111318;color:#fff}

/* Single product */
.ezo-product-breadcrumb{min-height:70px;display:flex;align-items:center;color:#8a8e95;font-size:10px}
.ezo-product-breadcrumb .woocommerce-breadcrumb{margin:0}
.ezo-product-breadcrumb a{color:#555a62}
.ezo-product-detail-layout{padding-bottom:105px;display:grid;grid-template-columns:minmax(0,1.14fr) minmax(380px,.86fr);gap:clamp(45px,7vw,110px);align-items:start}
.ezo-detail-gallery{min-width:0}
.ezo-detail-gallery-inner{position:relative;min-height:520px;background:var(--ezo-paper)}
.ezo-detail-gallery .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}
.ezo-detail-gallery .woocommerce-product-gallery__image{min-height:520px;display:grid!important;place-items:center}
.ezo-detail-gallery .woocommerce-product-gallery__image img{width:100%!important;max-height:650px;object-fit:contain;mix-blend-mode:multiply}
.ezo-detail-gallery .flex-control-thumbs{display:flex;gap:10px;margin:12px 0 0!important;padding:0!important}
.ezo-detail-gallery .flex-control-thumbs li{width:90px!important;float:none!important;background:#f5f6f7;border:1px solid var(--ezo-line)}
.ezo-detail-purchase{position:sticky;top:135px;padding-top:14px}
.admin-bar .ezo-detail-purchase{top:167px}
.ezo-detail-purchase h1{max-width:680px;margin:0;font-size:clamp(34px,3.9vw,58px);line-height:1.03;letter-spacing:-.05em}
.ezo-detail-status{margin:23px 0 0;display:flex;align-items:center;gap:10px;color:#797d84;font-size:10px}
.ezo-detail-status>span:first-child{padding:6px 8px;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ezo-detail-status .is-in-stock{background:#e8f6ec;color:#23733d}
.ezo-detail-status .is-out-stock{background:#f4e8e8;color:#9d2d2d}
.ezo-detail-price{margin-top:24px;display:block;font-size:28px;font-weight:800;letter-spacing:-.025em}
.ezo-detail-price del{color:#8c9096;font-size:18px;font-weight:400}.ezo-detail-price ins{text-decoration:none}
.ezo-detail-payment-note{margin:8px 0 27px;color:var(--ezo-muted);font-size:10px}
.ezo-condition-panel{padding:18px 20px;border:1px solid var(--ezo-line);background:#fafafa;display:grid;grid-template-columns:1fr auto;gap:5px 20px}
.ezo-condition-panel>span{color:var(--ezo-muted);font-size:9px;text-transform:uppercase;letter-spacing:.11em}
.ezo-condition-panel>strong{font-size:11px}.ezo-condition-panel p{grid-column:1/-1;margin:7px 0 0;color:#656970;font-size:10px;line-height:1.5}
.ezo-single-cart{margin-top:24px}
.ezo-single-cart form.cart{display:flex;align-items:stretch;gap:10px;margin:0!important}
.ezo-single-cart .quantity .qty{width:72px;height:56px;border:1px solid var(--ezo-line);background:#fff}
.woocommerce .ezo-single-cart .button{min-height:56px;flex:1;padding:0 24px;border-radius:0;background:#111318;color:#fff;font-size:12px}
.woocommerce .ezo-single-cart .button:hover{background:#25282e;color:#fff}
.ezo-detail-benefits{margin-top:26px;border-top:1px solid var(--ezo-line)}
.ezo-detail-benefits>div{padding:15px 1px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--ezo-line)}
.ezo-detail-benefits b{font-size:10px}.ezo-detail-benefits span{color:var(--ezo-muted);font-size:9px;text-align:right}
.ezo-detail-purchase .product_meta{margin-top:22px;color:var(--ezo-muted);font-size:9px;line-height:1.8}
.ezo-detail-purchase .product_meta>span{display:block}
.ezo-product-information{padding:105px 0;background:#111318;color:#fff}
.ezo-product-information-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px 11%;align-items:start}
.ezo-product-information h2{max-width:470px;margin:0;font-size:clamp(40px,5vw,68px);line-height:1;letter-spacing:-.055em}
.ezo-overview-copy p{margin:0 0 18px;color:#b6bbc4;font-size:14px;line-height:1.75}
.ezo-product-information ul{margin:0;padding:0;list-style:none}
.ezo-product-information li{padding:17px 0;display:flex;align-items:center;gap:15px;border-bottom:1px solid #2b2f36;color:#d8dbe0;font-size:11px}
.ezo-product-information li span{width:24px;height:24px;display:grid;place-items:center;border:1px solid #4b515c;border-radius:50%;color:#77bbff;font-size:9px}
.ezo-product-information dl{margin:0}.ezo-product-information dl>div{padding:15px 0;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #2b2f36}
.ezo-product-information dt{color:#7e838d;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.ezo-product-information dd{margin:0;color:#e3e5e8;font-size:10px;text-align:right}
.ezo-product-tabs{padding-top:75px;padding-bottom:30px}
.ezo-product-tabs .woocommerce-tabs ul.tabs{padding:0!important;border-bottom:1px solid var(--ezo-line)}
.ezo-product-tabs .woocommerce-tabs ul.tabs:before,.ezo-product-tabs .woocommerce-tabs ul.tabs li:before,.ezo-product-tabs .woocommerce-tabs ul.tabs li:after{display:none!important}
.ezo-product-tabs .woocommerce-tabs ul.tabs li{margin:0 25px 0 0!important;padding:0!important;border:0!important;background:transparent!important}
.ezo-product-tabs .woocommerce-tabs ul.tabs li a{padding:15px 0!important;font-size:11px}
.ezo-product-tabs .woocommerce-tabs .panel{font-size:13px;line-height:1.75}
.ezo-related-section{padding-top:40px;padding-bottom:110px}
.ezo-related-section>section>h2,.ezo-related-section .related>h2{margin:0 0 38px;font-size:40px;letter-spacing:-.04em}
.ezo-related-section ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0!important}
.ezo-related-section ul.products:before,.ezo-related-section ul.products:after{display:none!important}
.ezo-related-section ul.products li.product,.ezo-related-section ul.products .ezo-product-card{width:auto!important;margin:0!important}

/* Cart, checkout, account and standard pages */
.ezo-content-main,.woocommerce-cart .ezo-content-main,.woocommerce-checkout .ezo-content-main{padding:80px 0 110px}
.ezo-narrow-content{max-width:920px}
.ezo-narrow-content h1,.ezo-commerce-main h1{margin:0 0 35px;font-size:clamp(40px,5vw,66px);letter-spacing:-.05em}
.ezo-entry-content{font-size:15px;line-height:1.75}
.woocommerce-cart .wp-block-woocommerce-cart,.woocommerce-checkout .wp-block-woocommerce-checkout,.woocommerce-account .woocommerce{width:min(var(--ezo-shell),calc(100% - 64px));margin:70px auto 110px}
.woocommerce table.shop_table{border:1px solid var(--ezo-line);border-radius:0}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:16px}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wc-block-components-button{border-radius:0!important;background:#111318!important;color:#fff!important;font-size:11px!important;font-weight:750!important;min-height:46px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:46px;padding:10px 12px;border:1px solid var(--ezo-line);background:#fff}
.woocommerce-info,.woocommerce-message,.woocommerce-error{border-top-color:var(--ezo-blue);background:#f5f6f7}
.woocommerce-message:before,.woocommerce-info:before{color:var(--ezo-blue)}

@media(max-width:1050px){
  .ezo-shell{width:min(100% - 36px,960px)}
  .ezo-menu-toggle{display:grid}.ezo-main-nav{display:none}
  .ezo-hero{grid-template-columns:1fr 1fr;min-height:560px;margin-top:18px}.ezo-hero-copy{padding-left:42px}
  .ezo-benefits{grid-template-columns:1fr 1fr}.ezo-benefits article:nth-child(2){border-right:0}.ezo-benefits article:nth-child(-n+2){border-bottom:1px solid var(--ezo-line)}
  .ezo-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 15px}.ezo-category-grid{grid-template-columns:repeat(2,1fr)}
  .ezo-product-detail-layout{grid-template-columns:1fr 1fr;gap:40px}.ezo-product-information-grid{gap:55px 8%}
  .ezo-related-section ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:782px){.admin-bar .ezo-site-header{top:46px}}

@media(max-width:720px){
  .ezo-shell{width:calc(100% - 28px)}
  .ezo-announcement{height:30px;padding:0 10px;font-size:8px}.ezo-announcement-secondary,.ezo-desktop-action,.ezo-search-toggle span{display:none}
  .ezo-header-main{height:62px}.ezo-brand{gap:6px}.ezo-brand span{font-size:22px}.ezo-brand b{font-size:9px}.ezo-header-actions{gap:0}.ezo-search-toggle{width:42px;padding:0;display:grid}
  .ezo-hero{width:100%;min-height:680px;margin-top:0;grid-template-columns:1fr;grid-template-rows:auto 330px}.ezo-hero-copy{padding:52px 25px 30px}.ezo-hero h1{font-size:50px}.ezo-hero-description{font-size:14px}.ezo-hero-actions{margin-top:28px;gap:18px;flex-wrap:wrap}.ezo-hero-visual:before{background:linear-gradient(0deg,#0d1015 0%,transparent 38%)}.ezo-hero-chip{right:15px;bottom:15px}
  .ezo-benefits{width:100%;grid-template-columns:1fr 1fr}.ezo-benefits article{min-height:104px;padding:18px 14px;align-items:flex-start;gap:10px}.ezo-benefits strong{font-size:10px}.ezo-benefits article div span{font-size:8px}
  .ezo-section{padding-top:72px;padding-bottom:72px}.ezo-section-heading{margin-bottom:28px;align-items:flex-start;flex-direction:column}.ezo-section-heading h2{font-size:36px}
  .ezo-product-grid{grid-template-columns:1fr 1fr;gap:32px 10px}.ezo-product-media{aspect-ratio:.78}.ezo-product-badge{left:8px;top:8px;padding:6px;font-size:7px}.ezo-quick-add,.woocommerce .ezo-quick-add.button{position:static;width:calc(100% - 16px);height:40px;margin:-48px 8px 8px;transform:none}.ezo-product-info{padding-top:13px}.ezo-product-info p{font-size:8px}.ezo-product-info h3{font-size:13px}.ezo-product-price{gap:7px}.ezo-product-details{font-size:8px}
  .ezo-category-grid{grid-template-columns:1fr}.ezo-category-card{min-height:185px}
  .ezo-editorial{width:100%;padding:0;grid-template-columns:1fr;gap:0}.ezo-editorial-main,.ezo-editorial-side{min-height:470px;padding:38px 26px}.ezo-editorial-side{min-height:370px}
  .ezo-newsletter-inner{align-items:flex-start;flex-direction:column;gap:32px}.ezo-newsletter h2{font-size:29px}.ezo-footer-grid{grid-template-columns:1fr 1fr;gap:42px 28px}.ezo-footer-brand{grid-column:1/-1}.ezo-footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}
  .ezo-shop-hero{padding:50px 0}.ezo-shop-hero .woocommerce-breadcrumb{margin-bottom:35px}.ezo-shop-toolbar{align-items:flex-start;flex-direction:column}
  .ezo-product-breadcrumb{min-height:55px}.ezo-product-detail-layout{width:100%;padding-bottom:72px;grid-template-columns:1fr;gap:40px}.ezo-detail-gallery{width:100%}.ezo-detail-gallery-inner{min-height:360px}.ezo-detail-gallery .woocommerce-product-gallery__image{min-height:360px}.ezo-detail-purchase{position:static;padding:0 14px}.ezo-detail-purchase h1{font-size:38px}
  .ezo-product-information{padding:72px 0}.ezo-product-information-grid{grid-template-columns:1fr;gap:38px}.ezo-product-information h2{font-size:43px}.ezo-product-tabs{padding-top:50px}.ezo-related-section{padding-bottom:80px}.ezo-related-section ul.products{grid-template-columns:1fr 1fr;gap:10px}.ezo-related-section>section>h2,.ezo-related-section .related>h2{font-size:33px}
  .woocommerce-cart .wp-block-woocommerce-cart,.woocommerce-checkout .wp-block-woocommerce-checkout,.woocommerce-account .woocommerce{width:calc(100% - 28px);margin:45px auto 80px}
}

@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
