:root{--brand:#43b83f;--brand-dark:#2f9d35;--ink:#111827;--muted:#6b7280;--line:#e8ecef;--soft:#f7faf8;--white:#fff;--orange:#ffab00;--radius:7px;--shadow:0 10px 35px rgba(17,24,39,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff;font-size:14px;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1460px,calc(100% - 56px));margin-inline:auto}.site-content{min-height:60vh}.btn,button,input,select,textarea{font:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 17px;border-radius:6px;border:1px solid transparent;font-weight:600;cursor:pointer;transition:.2s ease}.btn-primary{background:var(--brand);color:#fff!important;border-color:var(--brand)}.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px)}.btn-outline{background:#fff;color:var(--brand)!important;border-color:#a8dca9}.btn-outline:hover{background:#f3fbf3}.btn-sm{min-height:34px;padding:6px 12px;font-size:12px}.eyebrow,.section-head span{font-size:11px;letter-spacing:.13em;font-weight:700;color:var(--brand);text-transform:uppercase}.breadcrumb,.product-breadcrumb{font-size:12px;color:#7b8491}.page-shell{padding:45px 0 70px}.content-card{border:1px solid var(--line);border-radius:10px;padding:35px;background:#fff}.entry-content>*:first-child{margin-top:0}.entry-content img{border-radius:8px}
.site-header{height:78px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:80;backdrop-filter:blur(14px)}.header-row{height:100%;display:flex;align-items:center;gap:36px}.header-logo{flex:0 0 auto}.hantema-brand,.custom-logo-link{display:inline-flex;align-items:center;gap:7px;font-size:30px;font-weight:700;letter-spacing:-1.5px;color:#15191f}.custom-logo{max-height:42px;width:auto}.hantema-mark{width:38px;height:31px;border-radius:14px 5px 14px 5px;background:var(--brand);color:white;font-size:0;display:inline-block;transform:skew(-18deg);position:relative}.hantema-mark:after{content:"";position:absolute;width:26px;height:10px;border-radius:999px;background:#fff;left:6px;top:10px;opacity:.38}.desktop-nav{flex:1;display:flex;justify-content:center}.desktop-nav ul{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.desktop-nav a{font-size:13px;font-weight:500}.desktop-nav .current-menu-item>a,.desktop-nav a:hover{color:var(--brand)}.header-actions{display:flex;align-items:center;gap:9px}.icon-btn{width:39px;height:39px;border:1px solid transparent;background:#fff;border-radius:7px;display:grid;place-items:center;position:relative;font-size:18px}.icon-btn:hover{border-color:var(--line);background:#fafafa}.cart-count{position:absolute;right:-3px;top:-3px;width:17px;height:17px;background:var(--brand);color:#fff;border-radius:50%;font-size:10px;display:grid;place-items:center}.burger{display:none;border:0;background:none;width:42px;height:42px;padding:8px}.burger span{display:block;height:2px;background:#111;margin:6px 0}.mobile-drawer,.drawer-backdrop{display:none}.search-overlay{position:fixed;inset:0;background:rgba(17,24,39,.52);z-index:120;display:flex;align-items:flex-start;justify-content:center;padding-top:110px;opacity:0;visibility:hidden;transition:.2s}.search-overlay.open{opacity:1;visibility:visible}.search-panel{width:min(760px,calc(100% - 32px));background:#fff;border-radius:12px;box-shadow:0 25px 80px rgba(0,0,0,.2);padding:26px;position:relative}.search-title{font-size:22px;font-weight:700;margin-bottom:13px}.search-close{position:absolute;right:20px;top:16px;background:none;border:0;font-size:30px;cursor:pointer}.search-input-wrap input{width:100%;height:52px;border:1px solid var(--line);border-radius:7px;padding:0 16px;outline:none}.search-input-wrap input:focus{border-color:#9bd39c;box-shadow:0 0 0 3px #edf8ed}.search-results{margin-top:10px;max-height:430px;overflow:auto}.search-result-item{display:flex;align-items:center;gap:13px;padding:10px;border-radius:7px}.search-result-item:hover{background:#f6f8f7}.search-result-item img{width:68px;height:48px;object-fit:cover;border-radius:5px}.search-result-item span{display:flex;flex-direction:column}.search-result-item small{color:var(--brand);font-weight:600}.hantema-toast{position:fixed;left:50%;top:115px;transform:translate(-50%,-15px);background:#fff;border:1px solid #d8ead9;box-shadow:0 16px 45px rgba(0,0,0,.13);border-radius:9px;padding:12px 15px;z-index:150;min-width:330px;max-width:calc(100% - 30px);opacity:0;pointer-events:none;transition:.25s}.hantema-toast.show{opacity:1;transform:translate(-50%,0)}.toast-inner{display:flex;align-items:center;gap:12px}.toast-inner img{width:54px;height:42px;object-fit:cover;border-radius:5px}.toast-inner b{display:block}.toast-check{width:28px;height:28px;border-radius:50%;background:#eaf8eb;color:var(--brand);display:grid;place-items:center;font-weight:800}
.hero{min-height:505px;padding-top:55px;padding-bottom:50px;display:grid;grid-template-columns:1fr 1.25fr;align-items:center;gap:60px}.hero h1{font-size:49px;line-height:1.15;letter-spacing:-1.7px;margin:10px 0 16px;max-width:670px}.hero h1 em{font-style:normal;color:var(--brand)}.hero-copy>p{font-size:15px;color:var(--muted);max-width:650px}.hero-search{display:flex;max-width:520px;margin-top:24px}.hero-search input{height:48px;flex:1;border:1px solid var(--line);border-right:0;border-radius:7px 0 0 7px;padding:0 15px;outline:0}.hero-search button{width:50px;border:0;border-radius:0 7px 7px 0;background:var(--brand);color:#fff;font-size:22px}.hero-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.hero-tags a{border:1px solid var(--line);padding:5px 11px;border-radius:5px;font-size:11px;color:#4b5563}.hero-art{height:370px;position:relative;background:radial-gradient(circle at 76% 35%,#dff6df 0 12%,transparent 34%),radial-gradient(circle at 88% 42%,#e6f5ff 0 8%,transparent 29%)}.browser-main{position:absolute;left:8%;top:20px;width:78%;height:280px;border-radius:12px;background:#f5f6f7;box-shadow:0 20px 50px rgba(17,24,39,.16);border:1px solid #e3e6e8;overflow:hidden}.browser-bar{height:30px;display:flex;align-items:center;gap:5px;padding:0 12px}.browser-bar i{width:7px;height:7px;border-radius:50%;background:#ff6d5f}.browser-bar i:nth-child(2){background:#ffbd45}.browser-bar i:nth-child(3){background:#5fcf65}.mock-dark{height:250px;background:linear-gradient(135deg,#071119,#112332);color:#fff;padding:55px}.mock-dark small{color:#70d06d}.mock-dark strong{display:block;font-size:42px;letter-spacing:.08em}.mock-dark p{margin:2px 0 14px}.mock-dark span{background:var(--brand);padding:8px 12px;border-radius:4px;font-size:11px}.mini-browser{position:absolute;width:31%;height:140px;border:5px solid #fff;border-radius:9px;background:#e9ecef;box-shadow:0 10px 25px rgba(0,0,0,.12);overflow:hidden}.mini-browser div{height:100%;background:linear-gradient(135deg,#0b1720,#142d43)}.mini-browser.one{left:0;bottom:0}.mini-browser.two{left:34%;bottom:-8px}.mini-browser.three{right:0;bottom:12px}.guarantee{position:absolute;right:1%;top:52px;width:92px;height:92px;background:var(--brand);border-radius:50%;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;font-size:18px;text-align:center;box-shadow:0 10px 30px rgba(67,184,63,.25)}.guarantee small{font-size:10px;line-height:1.3}.stat-strip{border:1px solid var(--line);border-radius:8px;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:var(--shadow);margin-bottom:36px}.stat-strip>div{display:flex;align-items:center;gap:15px;padding:21px 26px;border-right:1px solid var(--line)}.stat-strip>div:last-child{border:0}.stat-strip b{font-size:32px;color:var(--brand);font-weight:400}.stat-strip span{display:flex;flex-direction:column}.stat-strip strong{font-size:14px}.stat-strip small{font-size:10px;color:var(--muted)}.section-block{padding:14px 0 28px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}.section-head h2{margin:2px 0 0;font-size:22px}.section-head>a{color:var(--brand);font-size:12px;font-weight:600}.category-shortcuts{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.category-shortcuts>a{border:1px solid var(--line);border-radius:7px;padding:19px 10px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:.2s}.category-shortcuts>a:hover,.category-shortcuts>a.active{border-color:#8bd38d;background:#f5fbf5}.cat-icon{font-size:25px;color:var(--brand)}.category-shortcuts b{font-size:12px;margin-top:7px}.category-shortcuts small{font-size:10px;color:var(--muted)}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.why-grid article{border:1px solid var(--line);padding:22px;border-radius:7px}.why-grid i{font-size:28px;color:var(--brand);font-style:normal}.why-grid h3{font-size:14px;margin:7px 0}.why-grid p{font-size:11px;color:var(--muted);margin:0}.how-grid{border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding-top:26px}.how-grid>div{display:flex;align-items:center;gap:15px}.how-grid b{width:34px;height:34px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center}.how-grid i{font-size:27px;color:var(--brand);font-style:normal}.how-grid span{display:flex;flex-direction:column}.how-grid small{color:var(--muted)}.cta-strip{margin-top:10px;margin-bottom:30px;border:1px solid #dbeedb;background:linear-gradient(90deg,#f2fbf2,#fff);padding:20px 28px;border-radius:9px;display:flex;align-items:center;justify-content:space-between}.cta-strip div{display:flex;flex-direction:column}.cta-strip strong{font-size:18px}.cta-strip small{color:var(--muted)}
/* WooCommerce product cards */
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:17px;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product.hantema-product-card{width:auto!important;margin:0!important;float:none!important;border:1px solid var(--line);border-radius:7px;background:#fff;overflow:hidden;box-shadow:0 4px 15px rgba(17,24,39,.03);transition:.2s}.woocommerce ul.products li.product.hantema-product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-media{height:180px;background:#f4f5f6;position:relative;overflow:hidden}.product-media>a{display:block;height:100%}.product-media img{width:100%!important;height:100%!important;object-fit:cover;margin:0!important}.product-badge{position:absolute;left:9px;top:9px;background:var(--brand);color:#fff;font-size:9px;font-weight:700;border-radius:99px;padding:4px 8px}.product-badge.sale{background:#f59e0b}.wish-btn{position:absolute;right:9px;top:9px;width:30px;height:30px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;font-size:17px;cursor:pointer}.product-body{padding:13px}.product-cat{display:block;min-height:17px;font-size:9px;color:var(--muted);overflow:hidden}.product-cat a{color:var(--muted)}.product-body h2{font-size:14px!important;line-height:1.35;margin:4px 0 6px!important;padding:0!important;font-weight:600!important}.product-rating-row{display:flex;align-items:center;gap:5px;height:20px}.woocommerce .star-rating{font-size:11px!important;color:var(--orange)}.woocommerce .star-rating:before{color:#d4d7da}.product-rating-row small{font-size:9px;color:var(--muted)}.product-meta-row{display:flex;justify-content:space-between;align-items:end;margin-top:6px}.product-meta-row small{font-size:9px;color:var(--muted)}.product-meta-row strong{font-size:14px}.product-meta-row del{font-size:10px;color:#9aa0a7;margin-right:4px}.product-meta-row ins{text-decoration:none}.product-actions-row{display:grid;grid-template-columns:1fr 1.5fr;gap:7px;margin-top:10px}.woocommerce ul.products li.product .button,.product-actions-row .btn{margin:0!important;min-height:34px;padding:6px 8px!important;font-size:10px;border-radius:5px}.woocommerce ul.products li.product .button{background:#fff;color:#222;border:1px solid #dfe4e7}.woocommerce ul.products li.product .added_to_cart{display:none}.dealer-price-note{display:block;color:var(--brand);font-size:8px;font-weight:600;margin-top:1px}
/* archive */
.shop-hero{height:265px;display:flex;align-items:center;justify-content:space-between}.shop-hero h1{font-size:36px;margin:10px 0 4px}.shop-hero p{color:var(--muted);max-width:530px}.wp-art{width:370px;height:180px;position:relative}.wp-art>span{position:absolute;left:20px;top:30px;font-family:Georgia;font-size:56px;color:#aeb4bb;border:2px solid #c7ccd1;border-radius:50%;width:70px;height:70px;display:grid;place-items:center}.wp-art i{position:absolute;width:180px;height:110px;border:1px solid var(--line);background:#fff;border-radius:7px;box-shadow:0 12px 30px rgba(0,0,0,.05)}.wp-art i:nth-child(2){right:10px;top:15px}.wp-art i:nth-child(3){right:145px;top:65px;width:140px;height:90px}.wp-art i:nth-child(4){right:70px;bottom:0;width:120px;height:70px}.shop-cats{grid-template-columns:repeat(9,1fr);padding-bottom:35px}.shop-layout{display:grid;grid-template-columns:265px 1fr;gap:25px;padding-bottom:55px}.shop-filter{border:1px solid var(--line);border-radius:8px;padding:17px;height:max-content}.filter-head{display:flex;align-items:center;justify-content:space-between}.filter-head h3{margin:0}.filter-head a{font-size:10px;color:var(--muted)}.filter-search input{width:100%;height:39px;border:1px solid var(--line);border-radius:5px;padding:0 10px;margin:14px 0}.filter-block{border-top:1px solid var(--line);padding:14px 0}.filter-block h4{margin:0 0 10px}.filter-block a,.filter-block label{display:flex;align-items:center;gap:7px;font-size:11px;color:#505967;padding:4px 0}.filter-block em{margin-left:auto;font-style:normal;color:#8a929d}.support-mini{border:1px solid #b6e2b7;background:#f3fbf3;padding:15px;border-radius:7px;margin-top:10px}.support-mini b{font-size:11px}.support-mini p{font-size:10px;color:var(--muted)}.support-mini .btn{width:100%;font-size:10px}.shop-main{border:1px solid var(--line);border-radius:8px;padding:16px;min-width:0}.shop-toolbar{height:43px;display:flex;align-items:flex-start;justify-content:space-between;color:var(--muted);font-size:11px}.shop-toolbar .woocommerce-ordering{margin:0!important}.shop-toolbar select{border:1px solid var(--line);border-radius:5px;padding:6px 9px;background:#fff}.shop-main .woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}.shop-main .product-media{height:168px}.woocommerce nav.woocommerce-pagination{margin-top:22px}.woocommerce nav.woocommerce-pagination ul{border:0!important}.woocommerce nav.woocommerce-pagination ul li{border:0!important;margin:0 3px!important}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1px solid var(--line);border-radius:5px;padding:8px 12px!important}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--brand)!important;color:#fff!important}
/* Single product */
.product-breadcrumb{padding-top:26px}.single-theme-top{display:grid;grid-template-columns:1.18fr .9fr;gap:38px;padding-top:22px}.main-product-image{border:1px solid var(--line);border-radius:10px;overflow:hidden;height:485px;position:relative;background:#f5f6f7}.main-product-image img{width:100%;height:100%;object-fit:cover}.thumb-row{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:3px}.thumb-row img{width:88px;height:60px;object-fit:cover;border:2px solid #fff;border-radius:6px;box-shadow:0 0 0 1px var(--line)}.theme-summary h1{font-size:37px;line-height:1.2;letter-spacing:-1px;margin:5px 0 9px}.product-short{color:var(--muted);font-size:14px}.single-rating{display:flex;align-items:center;gap:7px;margin:13px 0}.single-rating .star-rating{font-size:15px!important}.single-rating span{font-size:11px;color:var(--muted)}.feature-checks{list-style:none;padding:5px 0;margin:0}.feature-checks li{padding:5px 0;font-size:12px}.feature-checks li:before{content:"✓";display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:var(--brand);color:#fff;margin-right:8px;font-size:9px}.single-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.single-actions .cart{display:contents}.single-actions .quantity{display:none!important}.single-actions .single_add_to_cart_button{min-height:46px!important;background:var(--brand)!important;color:#fff!important;border-radius:6px!important;border:0!important;font-weight:600!important;grid-column:auto}.single-actions>.btn,.single-actions .button{min-height:46px!important}.single-meta-grid{margin-top:30px;border:1px solid var(--line);border-radius:8px;display:grid;grid-template-columns:repeat(6,1fr);padding:0}.single-meta-grid>div{padding:20px;border-right:1px solid var(--line);display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto}.single-meta-grid>div:last-child{border:0}.single-meta-grid span{grid-row:1/3;font-size:22px;color:var(--brand);align-self:center}.single-meta-grid small{font-size:9px;color:var(--muted)}.single-meta-grid b{font-size:11px}.purchase-price-card{margin-top:14px;border:1px solid var(--line);border-radius:8px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}.purchase-price-card>div{display:flex;align-items:baseline;gap:10px}.purchase-price-card strong{font-size:28px}.purchase-price-card del{font-size:15px;color:#9aa0a7}.purchase-price-card ins{text-decoration:none}.purchase-price-card ul{display:flex;gap:20px;margin:0;list-style:none}.purchase-price-card li:before{content:"✓";color:var(--brand);margin-right:5px}.feature-icons{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:30px}.feature-icons>div{border:1px solid var(--line);border-radius:7px;padding:17px 10px;text-align:center;display:flex;flex-direction:column}.feature-icons b{font-size:25px;color:var(--brand)}.feature-icons strong{font-size:11px}.feature-icons small{font-size:9px;color:var(--muted)}.product-info-columns{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:28px}.product-info-columns h2,.screenshots h2,.product-reviews h2{font-size:20px}.product-info-columns iframe{width:100%;aspect-ratio:16/9;height:auto;border-radius:8px}.video-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#08141e,#1d3345);color:#fff;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.video-placeholder span{width:60px;height:60px;border-radius:50%;background:#ff0000;display:grid;place-items:center;font-size:25px;margin-bottom:12px}.video-placeholder small{color:#bac6ce}.screenshots,.product-reviews{margin-top:28px}.screenshot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.screenshot-grid a{border:1px solid var(--line);border-radius:7px;overflow:hidden}.screenshot-grid img{width:100%;height:180px;object-fit:cover;display:block}.product-reviews{border-top:1px solid var(--line);padding-top:12px;margin-bottom:40px}.product-reviews .commentlist{padding:0!important}.product-reviews .comment_container{border:1px solid var(--line);border-radius:7px;padding:15px;margin-bottom:10px}.question-modal{position:fixed;inset:0;background:rgba(17,24,39,.55);z-index:160;display:grid;place-items:center;opacity:0;visibility:hidden}.question-modal.open{opacity:1;visibility:visible}.question-card{width:min(540px,calc(100% - 30px));background:#fff;border-radius:10px;padding:27px;position:relative}.question-close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:28px}.quick-ticket-form textarea{width:100%;min-height:150px;border:1px solid var(--line);border-radius:6px;padding:12px;margin:10px 0}.hantema-bank-box,.hantema-delivery-box{border:1px solid #bfe3c0;background:#f6fcf6;border-radius:8px;padding:20px;margin:22px 0}.bank-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.bank-grid p{border:1px solid #e1eee1;background:#fff;padding:13px;border-radius:6px;margin:0;display:flex;flex-direction:column}.bank-grid small{color:var(--muted)}
/* Campaigns */
.page-template-campaigns .woocommerce ul.products{grid-template-columns:repeat(5,minmax(0,1fr))}
.campaign-hero{min-height:355px;display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:50px}.campaign-hero h1{font-size:39px;margin:15px 0 6px}.campaign-hero p{max-width:600px;color:var(--muted)}.campaign-trust{display:flex;gap:26px;margin-top:26px;font-size:11px;font-weight:600}.campaign-trust span{color:#4b5563}.coupon-art{height:230px;display:flex;align-items:center;justify-content:center;position:relative;transform:rotate(-5deg)}.coupon-art b{width:150px;height:160px;background:linear-gradient(135deg,#65cc59,#309f34);color:#fff;font-size:92px;display:grid;place-items:center;border-radius:16px;box-shadow:0 20px 40px rgba(67,184,63,.2);z-index:2}.coupon-art strong{background:#161d27;color:#fff;padding:28px 45px;font-size:28px;line-height:1.2;border-radius:0 16px 16px 0;margin-left:-8px}.coupon-callout{border:1px solid #cce8cc;background:#f1faf1;border-radius:8px;padding:15px 20px;display:flex;align-items:center;gap:14px}.coupon-callout>span{font-size:25px}.coupon-callout>div{display:flex;flex-direction:column;flex:1}.coupon-callout small{color:var(--muted)}.campaign-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.campaign-card{color:#fff;border-radius:8px;overflow:hidden;min-height:300px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;box-shadow:var(--shadow)}.campaign-card small{align-self:flex-start;background:#ffca28;color:#222;border-radius:99px;padding:3px 8px;font-weight:700}.campaign-card strong{font-size:60px;line-height:1;margin:22px 0 8px}.campaign-card b{font-size:18px}.campaign-card p{font-size:11px;opacity:.85}.campaign-card.green{background:linear-gradient(135deg,#54cb4f,#2cae39)}.campaign-card.purple{background:linear-gradient(135deg,#7c3bb8,#5233ac)}.campaign-card.blue{background:linear-gradient(135deg,#3a9ae8,#2375c6)}.campaign-card.orange{background:linear-gradient(135deg,#ff9541,#f06423)}.coupon-list{border:1px solid var(--line);border-radius:8px;overflow:hidden}.coupon-list>div{display:grid;grid-template-columns:170px 1fr 130px;align-items:center;gap:20px;padding:13px;border-bottom:1px solid var(--line)}.coupon-list>div:last-child{border-bottom:0}.coupon-list code{border:1px solid #a8dca9;color:var(--brand);background:#fff;text-align:center;padding:9px;border-radius:4px;font-weight:700}.coupon-list span{display:flex;flex-direction:column}.coupon-list small{color:var(--muted)}.copy-code{border:1px solid var(--line);background:#fff;border-radius:5px;padding:8px 10px;color:#4b5563;cursor:pointer}
/* My Account */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}.woocommerce-account .woocommerce-notices-wrapper{grid-column:1/-1}.woocommerce-MyAccount-navigation{width:auto!important;float:none!important;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff}.woocommerce-MyAccount-content{width:auto!important;float:none!important;min-width:0}.account-user-card{padding:20px 16px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:55px 1fr;align-items:center}.account-user-card .avatar{grid-row:1/4}.account-user-card .avatar img{border-radius:50%}.account-user-card strong{font-size:13px}.account-user-card small{font-size:9px;color:var(--muted)}.dealer-pill{font-size:9px;color:var(--brand);border:1px solid #9ad79a;border-radius:4px;padding:2px 5px;width:max-content}.hantema-account-nav ul{list-style:none;padding:12px;margin:0}.hantema-account-nav li{margin:2px 0}.hantema-account-nav li a{display:block;padding:10px 12px;border-radius:6px;font-size:12px}.hantema-account-nav li.is-active a{background:#edf9ed;color:var(--brand);font-weight:600}.hantema-account-nav .support-mini{margin:12px}.account-dashboard-head h1{font-size:29px;margin:0}.account-dashboard-head p{color:var(--muted);margin:3px 0 18px}.account-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.account-stats>div{border:1px solid var(--line);border-radius:8px;padding:18px;display:grid;grid-template-columns:36px 1fr}.account-stats span{grid-row:1/3;width:31px;height:31px;border-radius:50%;background:#eff9ef;color:var(--brand);display:grid;place-items:center}.account-stats small{font-size:9px;color:var(--muted)}.account-stats b{font-size:20px}.account-panel{border:1px solid var(--line);border-radius:8px;padding:17px;margin-bottom:16px;background:#fff}.panel-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.panel-title h3{margin:0;font-size:15px}.panel-title a{font-size:10px;color:var(--brand);font-weight:600}.orders-table-wrap{overflow:auto}.orders-table-wrap table{width:100%;border-collapse:collapse}.orders-table-wrap th,.orders-table-wrap td{padding:11px;border-bottom:1px solid var(--line);font-size:10px;text-align:left}.orders-table-wrap th{color:#6b7280;font-weight:500}.status-pill{display:inline-flex;padding:3px 7px;border-radius:4px;background:#eaf8eb;color:#30963a;font-size:9px;font-style:normal}.account-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mini-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line);gap:10px}.mini-row:last-child{border:0}.mini-row span{display:flex;flex-direction:column}.mini-row b{font-size:10px}.mini-row small{font-size:8px;color:var(--muted)}.profile-info p{display:grid;grid-template-columns:120px 1fr;border-bottom:1px solid var(--line);padding:8px 0;margin:0;font-size:10px}.profile-info p:last-child{border:0}.support-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px}.ticket-form input,.ticket-form textarea,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:10px;outline:0}.ticket-form input{height:42px;margin-bottom:10px}.ticket-form textarea{margin-bottom:10px}.ticket-item{border:1px solid var(--line);border-radius:6px;margin:8px 0}.ticket-item summary{display:flex;justify-content:space-between;align-items:center;padding:12px;cursor:pointer}.ticket-item summary span{display:flex;flex-direction:column}.ticket-item summary small{color:var(--muted);font-size:9px}.ticket-message{padding:0 12px 12px;font-size:11px}.ticket-reply{border-left:3px solid var(--brand);background:#f5fbf5;padding:10px 12px}.woocommerce-account .woocommerce form.login,.woocommerce-account .woocommerce form.register{border:1px solid var(--line)!important;border-radius:8px!important}.woocommerce-account .woocommerce .button{background:var(--brand)!important;color:#fff!important;border-radius:5px!important}
/* footer */
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;background:#fbfcfb}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{display:grid;grid-template-columns:40px 1fr;align-items:center}.trust-grid span{grid-row:1/3;font-size:26px;color:var(--brand)}.trust-grid b{font-size:12px}.trust-grid small{font-size:9px;color:var(--muted)}.site-footer{padding-top:36px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:35px}.footer-brand .hantema-brand{font-size:27px}.footer-brand p{font-size:10px;color:var(--muted);max-width:280px}.footer-grid h4{font-size:12px;margin:4px 0 10px}.footer-grid ul{list-style:none;margin:0;padding:0}.footer-grid li{font-size:10px;color:#59616d;margin:5px 0}.footer-grid .menu{display:block}.social-row{display:flex;gap:8px;margin-top:16px}.social-row a{width:29px;height:29px;border-radius:50%;background:#f1f3f4;display:grid;place-items:center;font-size:11px}.contact-list li{margin-bottom:8px}.footer-bottom{border-top:1px solid var(--line);margin-top:28px;padding:16px 0;display:flex;justify-content:space-between;color:#8a929d;font-size:9px}.empty-state{text-align:center}.empty-state>strong{font-size:90px;color:var(--brand)}
@media(max-width:1200px){.page-template-campaigns .woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.container{width:min(100% - 36px,1180px)}.desktop-nav ul{gap:17px}.header-cta{display:none}.woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.shop-main .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.category-shortcuts{grid-template-columns:repeat(4,1fr)}.shop-cats{grid-template-columns:repeat(5,1fr)}.hero h1{font-size:41px}.feature-icons{grid-template-columns:repeat(3,1fr)}.single-meta-grid{grid-template-columns:repeat(3,1fr)}.single-meta-grid>div:nth-child(3){border-right:0}.single-meta-grid>div:nth-child(-n+3){border-bottom:1px solid var(--line)}}
@media(max-width:900px){.desktop-nav{display:none}.burger{display:block}.header-actions .search-open,.header-actions>.icon-btn{display:none}.mobile-drawer{display:block;position:fixed;top:0;right:0;width:min(390px,88vw);height:100vh;background:#fff;z-index:140;transform:translateX(105%);transition:.25s;padding:20px;overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(17,24,39,.5);z-index:130;opacity:0;visibility:hidden}.drawer-backdrop.open{opacity:1;visibility:visible}.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-close{font-size:32px;border:0;background:none}.drawer-search input{width:100%;height:44px;border:1px solid var(--line);border-radius:6px;padding:0 12px;margin:20px 0}.mobile-nav ul{list-style:none;padding:0;margin:0}.mobile-nav li{border-bottom:1px solid var(--line)}.mobile-nav a{display:block;padding:13px 5px;font-weight:500}.drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}.hero{grid-template-columns:1fr;padding-top:38px}.hero-art{height:330px}.stat-strip{grid-template-columns:1fr 1fr}.stat-strip>div:nth-child(2){border-right:0}.stat-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.why-grid,.campaign-grid{grid-template-columns:1fr 1fr}.shop-layout{grid-template-columns:1fr}.shop-filter{display:none}.shop-main .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.single-theme-top{grid-template-columns:1fr}.product-info-columns{grid-template-columns:1fr}.woocommerce-account .woocommerce{grid-template-columns:1fr}.hantema-account-nav{position:relative}.account-two-col{grid-template-columns:1fr}.support-layout{grid-template-columns:1fr}.campaign-hero{grid-template-columns:1fr;padding-top:35px}.coupon-art{display:none}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:10px}.bank-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.page-template-campaigns .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}body{font-size:13px}.container{width:calc(100% - 26px)}.site-header{height:67px}.hantema-brand{font-size:25px}.hantema-mark{width:32px;height:27px}.hero{min-height:auto;gap:20px;padding-top:30px}.hero h1{font-size:34px;letter-spacing:-1px}.hero-copy>p{font-size:13px}.hero-art{height:250px}.browser-main{width:89%;height:210px}.mock-dark{height:180px;padding:37px 30px}.mock-dark strong{font-size:30px}.mini-browser{height:95px;width:34%}.guarantee{width:70px;height:70px;font-size:14px}.stat-strip{grid-template-columns:1fr}.stat-strip>div{border-right:0!important;border-bottom:1px solid var(--line)}.stat-strip>div:last-child{border-bottom:0}.section-head h2{font-size:19px}.woocommerce ul.products,.shop-main .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-media,.shop-main .product-media{height:145px}.product-body{padding:10px}.product-actions-row{grid-template-columns:1fr}.category-shortcuts,.shop-cats{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.how-grid{grid-template-columns:1fr}.cta-strip{align-items:flex-start;gap:15px;flex-direction:column}.shop-hero{height:200px}.shop-hero h1{font-size:29px}.wp-art{display:none}.shop-main{border:0;padding:0}.shop-toolbar{align-items:center}.single-theme-top{padding-top:15px}.main-product-image{height:310px}.theme-summary h1{font-size:29px}.single-actions{grid-template-columns:1fr 1fr}.single-meta-grid{grid-template-columns:1fr 1fr}.single-meta-grid>div{border-bottom:1px solid var(--line)!important}.single-meta-grid>div:nth-child(even){border-right:0}.purchase-price-card{align-items:flex-start;gap:12px;flex-direction:column}.purchase-price-card ul{display:grid;gap:5px;padding-left:0}.feature-icons{grid-template-columns:1fr 1fr}.screenshot-grid{grid-template-columns:1fr 1fr}.campaign-grid{grid-template-columns:1fr}.campaign-hero{min-height:290px}.campaign-hero h1{font-size:31px}.campaign-trust{display:grid;gap:7px}.coupon-callout{align-items:flex-start;flex-wrap:wrap}.coupon-callout .btn{width:100%}.coupon-list>div{grid-template-columns:105px 1fr}.coupon-list button{grid-column:1/-1}.account-stats{grid-template-columns:1fr 1fr}.account-two-col{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr;gap:18px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:5px}.bank-grid{grid-template-columns:1fr}.hantema-toast{top:86px;min-width:calc(100% - 26px)}}
/* Cart & checkout */
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{padding:35px 0}.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-checkout form.checkout .col2-set,.woocommerce-order{border:1px solid var(--line);border-radius:9px;background:#fff;padding:20px}.woocommerce table.shop_table{border:0!important;border-collapse:collapse!important}.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--line)!important;padding:13px!important}.woocommerce a.remove{color:#ef4444!important}.woocommerce .cart .button,.woocommerce .checkout-button,.woocommerce #payment #place_order{background:var(--brand)!important;color:#fff!important;border-radius:6px!important}.woocommerce-checkout form.checkout{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.woocommerce-checkout #customer_details{grid-column:1}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:2}.woocommerce-checkout #order_review_heading{margin:0}.woocommerce-checkout #payment{background:#f7faf8!important;border-radius:8px!important}.woocommerce-order-received .woocommerce-order{max-width:1000px;margin:35px auto}.woocommerce-order-overview{display:grid!important;grid-template-columns:repeat(4,1fr);gap:10px;padding:0!important}.woocommerce-order-overview li{border:1px solid var(--line)!important;border-radius:6px;padding:12px!important;margin:0!important}@media(max-width:900px){.woocommerce-checkout form.checkout{grid-template-columns:1fr}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1}.woocommerce-order-overview{grid-template-columns:1fr 1fr}}@media(max-width:650px){.woocommerce-order-overview{grid-template-columns:1fr}.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-checkout form.checkout .col2-set,.woocommerce-order{padding:12px}}

/* === Hantema Market v1.1.0 UI refinements === */
.fa-solid,.fa-regular,.fa-brands{line-height:1}.btn i,.icon-btn i,.section-head a i{pointer-events:none}.drawer-live-search{width:100%;height:46px;border:1px solid var(--line);border-radius:7px;background:#fff;text-align:left;padding:0 13px;margin:20px 0;color:#7b8491}.drawer-live-search i{margin-right:8px;color:var(--brand)}

/* Product cards use theme-panel aspect ratio */
.product-media,.shop-main .product-media{height:auto!important;aspect-ratio:var(--hantema-card-ratio);background:#f4f5f6}.product-media img{object-fit:cover}.filter-search{position:relative}.filter-search>i{position:absolute;left:12px;top:27px;color:#9aa1a9;font-size:12px}.filter-search input{padding-left:32px}.wish-btn{display:grid;place-items:center}.wish-btn i{font-size:14px}.product-meta-row small i{color:var(--brand);margin-right:3px}

/* Single product */
.product-breadcrumb{display:flex;align-items:center;gap:8px}.product-breadcrumb i{font-size:8px;color:#a0a7b0}.single-theme-top{align-items:start}.main-product-image{height:var(--hantema-single-image-height)!important;background:#fff;display:grid;place-items:center}.main-product-image img{width:100%;height:100%;object-fit:var(--hantema-product-image-fit)!important;display:block;transition:opacity .18s ease}.main-product-image img.is-switching{opacity:.35}.hantema-thumb-row{padding:2px 2px 5px}.theme-thumb{padding:0;border:2px solid transparent;border-radius:7px;background:#fff;cursor:pointer;flex:0 0 auto;transition:.18s}.theme-thumb img{display:block;width:96px!important;height:64px!important;object-fit:cover;border:0!important;box-shadow:none!important;border-radius:5px!important}.theme-thumb.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(67,184,63,.12)}
.summary-title-price{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:start}.summary-title-block{min-width:0}.product-price-panel{min-width:160px;border:1px solid #dce8dd;background:linear-gradient(180deg,#fbfffb,#f4fbf4);border-radius:9px;padding:14px 16px;text-align:right}.product-price-panel>small,.product-price-panel>span{display:block;color:var(--muted);font-size:9px}.product-price-panel>strong{display:block;font-size:27px;line-height:1.25;white-space:nowrap}.product-price-panel del{font-size:12px;color:#9ba2aa;margin-right:5px}.product-price-panel ins{text-decoration:none}.product-price-panel .dealer-price-note{font-size:8px}.feature-checks li:before{display:none!important}.feature-checks li i{color:var(--brand);margin-right:8px}.summary-guarantees{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:15px}.summary-guarantees span{border:1px solid var(--line);border-radius:6px;padding:8px 9px;font-size:9px;color:#4c5561}.summary-guarantees i{color:var(--brand);margin-right:4px}.single-actions .single_add_to_cart_button:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f217";margin-right:7px}.single-meta-grid span i{font-size:20px}.feature-icons b i{font-size:23px}.product-info-columns{align-items:start}.product-description-shell{position:relative;overflow:hidden;transition:max-height .42s ease}.product-description-shell.collapsed{max-height:245px}.product-description-shell.expanded{max-height:5000px}.description-fade{position:absolute;left:0;right:0;bottom:0;height:90px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff)}.product-description-shell.expanded .description-fade{opacity:0;pointer-events:none}.description-toggle{margin-top:12px;min-width:170px}.description-toggle i{transition:transform .25s}.description-toggle.open i{transform:rotate(180deg)}.purchase-price-card{display:none!important}.question-close{display:grid;place-items:center;width:36px;height:36px;border-radius:50%}.video-placeholder span i{margin-left:3px}

/* Account shell and all WooCommerce endpoints */
.hantema-account-shell{padding:25px 0 55px}.account-breadcrumb{display:flex;align-items:center;gap:8px;color:#8a929d;font-size:11px;margin-bottom:23px}.account-breadcrumb i{font-size:8px}.hantema-account-shell>.woocommerce{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:28px!important;align-items:start}.hantema-account-shell .woocommerce-notices-wrapper{grid-column:1/-1}.hantema-account-shell .woocommerce-MyAccount-content{width:auto!important;float:none!important}.hantema-account-nav li a{display:flex!important;align-items:center;gap:10px}.hantema-account-nav li a i{width:18px;text-align:center;color:#68717d}.hantema-account-nav li.is-active a i{color:var(--brand)}.account-user-card{grid-template-columns:56px minmax(0,1fr)}.account-user-card .avatar img{width:48px;height:48px}.account-stats>div{min-height:92px}.account-stats span i{font-size:14px}.status-pill{gap:4px;align-items:center}.account-empty{text-align:center;color:var(--muted);padding:20px 8px}.account-empty>i{font-size:24px;color:#b5bdc5}.account-empty p{margin:7px 0 0;font-size:10px}.license-page-list{min-height:220px}
.hantema-account-shell .woocommerce-MyAccount-content>h2,.hantema-account-shell .woocommerce-MyAccount-content>h3{font-size:20px}.hantema-account-shell .woocommerce table.shop_table{border:1px solid var(--line)!important;border-radius:8px!important;overflow:hidden}.hantema-account-shell .woocommerce table.shop_table th{background:#fafbfa}.hantema-account-shell .woocommerce table.shop_table td,.hantema-account-shell .woocommerce table.shop_table th{font-size:11px!important}.hantema-account-shell .woocommerce .woocommerce-Address,.hantema-account-shell .woocommerce form{border-color:var(--line)}.hantema-account-shell .woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:15px}.hantema-account-shell .woocommerce-Address{width:auto!important;float:none!important;border:1px solid var(--line);border-radius:8px;padding:18px}.hantema-account-shell .woocommerce-Address-title h2{font-size:16px}.hantema-account-shell .woocommerce-Address-title a{color:var(--brand);font-size:11px}.hantema-account-shell .woocommerce form .form-row label{font-size:11px;font-weight:600}.hantema-account-shell .woocommerce fieldset{border:1px solid var(--line);border-radius:8px;margin-top:18px;padding:15px}.hantema-account-shell .woocommerce legend{padding:0 6px;font-weight:600}.hantema-account-shell .woocommerce .button{min-height:40px!important;padding:8px 15px!important}.hantema-account-shell .woocommerce-orders-table__cell-order-actions .button{margin:2px!important;font-size:10px!important}.hantema-account-shell .woocommerce-info{border-top-color:var(--brand)}.hantema-account-shell .woocommerce-info:before{color:var(--brand)}
body:not(.logged-in).woocommerce-account .hantema-account-shell>.woocommerce{display:block!important;max-width:1000px;margin:0 auto}.woocommerce-account:not(.logged-in) .woocommerce-form-login,.woocommerce-account:not(.logged-in) .woocommerce-form-register{padding:22px!important}.woocommerce-account:not(.logged-in) .u-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.woocommerce-account:not(.logged-in) .u-column1,.woocommerce-account:not(.logged-in) .u-column2{width:auto!important;float:none!important}

/* Woo system pages */
.hantema-system-page{padding-top:32px}.system-page-head{margin-bottom:20px}.system-page-head h1{font-size:30px;margin:5px 0}.hantema-system-content{min-width:0}.hantema-contact-page .contact-hero{text-align:center;max-width:700px;margin:0 auto 28px}.contact-hero h1{font-size:38px;margin:7px 0}.contact-hero p{color:var(--muted)}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:28px}.contact-grid article{border:1px solid var(--line);border-radius:8px;padding:22px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.contact-grid article>i{font-size:24px;color:var(--brand);margin-bottom:4px}.contact-grid article b{font-size:12px}.contact-grid article a,.contact-grid article span{font-size:10px;color:var(--muted)}

/* Footer and misc FA alignment */
.trust-grid span i{font-size:21px}.contact-list i{width:16px;color:var(--brand);margin-right:3px}.social-row a i{font-size:12px}.support-mini b i{color:var(--brand);margin-right:5px}.campaign-trust i,.coupon-callout>span i{color:var(--brand)}.wp-art>span{font-family:inherit!important;border:0!important}.wp-art>span i{font-size:66px}

@media(max-width:900px){
 .hantema-account-shell>.woocommerce{grid-template-columns:1fr!important}.hantema-account-nav{position:relative}.hantema-account-nav ul{display:grid;grid-template-columns:1fr 1fr;gap:3px}.hantema-account-nav li{margin:0}.contact-grid{grid-template-columns:1fr 1fr}.summary-title-price{grid-template-columns:1fr}.product-price-panel{text-align:left;width:100%;min-width:0;display:flex;align-items:center;gap:10px}.product-price-panel>small{display:none}.product-price-panel>span{margin-left:auto}.summary-guarantees{grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:650px){
 .main-product-image{height:var(--hantema-single-image-mobile-height)!important}.theme-thumb img{width:76px!important;height:52px!important}.summary-title-price{gap:8px}.product-price-panel>strong{font-size:23px}.summary-guarantees{grid-template-columns:1fr}.single-actions{grid-template-columns:1fr!important}.feature-icons{grid-template-columns:1fr 1fr}.product-info-columns{gap:18px}.product-description-shell.collapsed{max-height:205px}.hantema-account-shell{padding-top:15px}.hantema-account-nav ul{grid-template-columns:1fr}.account-stats{grid-template-columns:1fr 1fr}.hantema-account-shell .woocommerce-Addresses{grid-template-columns:1fr}.woocommerce-account:not(.logged-in) .u-columns{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.contact-hero h1{font-size:30px}.system-page-head h1{font-size:26px}
}

/* =========================================================
   HANTEMA MARKET v1.2.0 — storefront/account/cart rebuild
   ========================================================= */

/* Header: deterministic theme/category navigation */
.desktop-nav .hantema-main-menu{display:flex;align-items:center;gap:27px}.desktop-nav .hantema-main-menu>li{position:relative;list-style:none}.desktop-nav .hantema-main-menu>li>a{display:flex;align-items:center;gap:6px;height:78px}.desktop-nav .hantema-main-menu>li>a>i{font-size:8px}.desktop-nav .hantema-main-menu .sub-menu{position:absolute;left:50%;top:68px;transform:translate(-50%,8px);width:520px;display:grid!important;grid-template-columns:1fr 1fr;gap:4px;padding:10px!important;margin:0!important;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 22px 60px rgba(17,24,39,.13);opacity:0;visibility:hidden;pointer-events:none;transition:.18s;z-index:30}.desktop-nav .hantema-main-menu>li:hover>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.desktop-nav .sub-menu li{list-style:none}.desktop-nav .sub-menu a{display:grid;grid-template-columns:31px 1fr;align-items:center;gap:9px;padding:10px;border-radius:7px;height:auto}.desktop-nav .sub-menu a:hover{background:#f4faf4}.desktop-nav .sub-menu a>i{width:31px;height:31px;border-radius:7px;background:#eef8ee;color:var(--brand);display:grid;place-items:center}.desktop-nav .sub-menu a span{display:flex;flex-direction:column}.desktop-nav .sub-menu a b{font-size:11px}.desktop-nav .sub-menu a small{font-size:8px;color:var(--muted);font-weight:400}

/* Home product sections: five cards per row, reusable from panel */
.home-product-section{padding-top:18px}.home-product-section .woocommerce ul.products.hantema-home-products{grid-template-columns:repeat(5,minmax(0,1fr))!important}.home-product-section+.home-product-section{padding-top:8px}.hantema-product-card .product-topline{display:flex;align-items:center;justify-content:space-between;gap:8px}.hantema-product-card .card-price{font-size:14px;white-space:nowrap}.hantema-product-card .card-price del{font-size:9px;color:#9ca3af}.hantema-product-card .card-price ins{text-decoration:none}.hantema-product-card .product-cat{min-height:0}.hantema-product-card .product-meta-row{border-top:1px solid #f0f2f1;padding-top:8px;margin-top:8px;align-items:center}.hantema-product-card .product-meta-row small:last-child{color:#3a8f43}.product-actions-row.two-actions{grid-template-columns:minmax(0,.85fr) minmax(0,1.45fr)!important}.btn-whatsapp{background:#fff!important;color:#1b9b49!important;border:1px solid #8dd4a5!important}.btn-whatsapp:hover{background:#effbf3!important;border-color:#52b979!important;transform:translateY(-1px)}.product-actions-row.two-actions .btn{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-actions-row.two-actions .btn i{flex:0 0 auto}.animated-badge{display:inline-flex!important;align-items:center;gap:4px;animation:hantemaBadgePulse 2.7s ease-in-out infinite;box-shadow:0 5px 15px rgba(67,184,63,.25)}.animated-badge.sale{box-shadow:0 5px 15px rgba(245,158,11,.25)}@keyframes hantemaBadgePulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-1px) scale(1.04)}}

/* Archive/category */
.shop-hero{height:250px}.shop-hero .breadcrumb{display:flex;align-items:center;gap:7px}.shop-hero .breadcrumb i{font-size:7px}.shop-cats{grid-template-columns:repeat(10,minmax(0,1fr));gap:10px;padding-bottom:24px}.shop-cats>a{min-width:0}.shop-controls{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.shop-controls .shop-toolbar{height:auto;flex:1;align-items:center}.filter-toggle{min-width:150px;margin-right:14px}.shop-layout{display:grid;grid-template-columns:285px minmax(0,1fr);gap:22px;transition:grid-template-columns .28s ease,gap .28s ease;padding-bottom:55px}.shop-layout.filter-is-closed{grid-template-columns:0 minmax(0,1fr);gap:0}.shop-layout.filter-is-closed .shop-filter{opacity:0;transform:translateX(-15px);pointer-events:none;padding-left:0;padding-right:0;border-width:0}.shop-filter{display:block!important;overflow:hidden;opacity:1;transform:none;transition:.24s ease;border-radius:9px;position:sticky;top:96px}.filter-head{align-items:flex-start;margin-bottom:5px}.filter-head>div{display:flex;flex-direction:column}.filter-head span{font-size:8px;letter-spacing:.14em;color:var(--brand);font-weight:700}.filter-head h3{font-size:16px}.hantema-filter-form{display:block}.hantema-filter-form .filter-search{display:block;margin:12px 0 4px}.hantema-filter-form .filter-search>i{top:15px}.hantema-filter-form .filter-search input{margin:0;height:42px}.filter-block{border-top:1px solid var(--line);padding:0}.filter-block summary{list-style:none;cursor:pointer;font-size:11px;font-weight:600;padding:14px 0;display:flex;align-items:center;justify-content:space-between}.filter-block summary::-webkit-details-marker{display:none}.filter-block summary i{font-size:8px;transition:.2s}.filter-block[open] summary i{transform:rotate(180deg)}.filter-block label{padding:5px 0!important;cursor:pointer}.filter-block label input{accent-color:var(--brand)}.filter-submit{width:100%;margin-top:13px}.shop-main{padding:15px}.shop-main .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px}.shop-main .product-media{aspect-ratio:var(--hantema-card-ratio);height:auto!important}.shop-main nav.woocommerce-pagination{display:none!important}.infinite-loader{min-height:64px;margin-top:18px;display:flex;align-items:center;justify-content:center;gap:10px;color:#77808c;font-size:10px}.infinite-loader:not(.is-loading):not(.is-done){opacity:.55}.infinite-loader.is-done{color:#43a149}.loader-spinner{display:none;width:20px;height:20px;border:2px solid #d9e6da;border-top-color:var(--brand);border-radius:50%;animation:hantemaSpin .7s linear infinite}.infinite-loader.is-loading .loader-spinner{display:block}@keyframes hantemaSpin{to{transform:rotate(360deg)}}.infinite-load-button{display:flex;margin:0 auto 4px;min-width:190px}

/* Single product: 16:9 uploaded media stays uncropped and title/price are clean */
.single-theme-top{grid-template-columns:minmax(0,1.22fr) minmax(390px,.78fr);gap:34px}.main-product-image{height:auto!important;aspect-ratio:var(--product-natural-ratio,16 / 9)!important;min-height:0!important;max-height:none!important;background:#f7f8f8;border-radius:9px;display:block!important}.main-product-image img{width:100%!important;height:100%!important;display:block;object-fit:var(--hantema-product-image-fit)!important}.theme-summary{border:1px solid var(--line);border-radius:10px;padding:24px;background:#fff;box-shadow:0 7px 26px rgba(17,24,39,.035)}.summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #f0f2f1;padding-bottom:11px;margin-bottom:13px}.summary-type{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:5px;background:#eef8ee;color:#31973a;font-size:9px;font-weight:600}.summary-title-price{grid-template-columns:minmax(0,1fr) 145px;gap:18px}.theme-summary h1{font-size:31px;margin-top:0}.product-price-panel{min-width:0;padding:12px 14px}.product-price-panel>strong{font-size:25px}.single-rating{margin:0}.single-rating b{font-size:11px}.single-rating span{font-size:9px}.feature-checks{display:flex;gap:13px;flex-wrap:wrap;border-top:1px solid #f2f4f3;margin-top:14px!important;padding-top:12px!important}.feature-checks li{font-size:10px;padding:0}.feature-checks li i{margin-right:4px}.single-actions{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px;margin-top:16px}.single-actions.no-demo{grid-template-columns:repeat(3,minmax(0,1fr))!important}.single-actions>.btn,.single-cart-action,.single-cart-action .cart,.single-cart-action .single_add_to_cart_button{width:100%;min-width:0}.single-actions>.btn,.single-cart-action .single_add_to_cart_button{height:45px!important;min-height:45px!important;padding:7px 8px!important;font-size:9.5px!important;white-space:nowrap}.single-cart-action .cart{margin:0!important}.single-cart-action .quantity{display:none!important}.single-cart-action .single_add_to_cart_button{margin:0!important;border-radius:6px!important;background:var(--brand)!important;color:#fff!important}.single-cart-action .single_add_to_cart_button:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f217";margin-right:5px}.single-cart-action .variations_form{display:block!important}.single-cart-action .variations_form .variations,.single-cart-action .variations_form .reset_variations{display:none!important}.summary-guarantees{margin-top:9px}.single-meta-grid{margin-top:24px}.single-meta-grid>div{padding:17px}.feature-icons{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-top:24px}.product-info-columns{grid-template-columns:1fr 1fr;gap:25px}.product-info-columns.no-video{grid-template-columns:1fr}.product-info-columns.no-video .product-description-block{max-width:100%}.section-mini-head>span{font-size:8px;letter-spacing:.14em;color:var(--brand);font-weight:700}.section-mini-head h2{margin:1px 0 11px}.product-video-block iframe{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:8px}.product-description-content{font-size:12px;color:#454e59}.product-description-shell.collapsed{max-height:230px}.screenshots{margin-top:30px}.screenshot-grid img{aspect-ratio:16/9;height:auto!important;object-fit:cover}

/* Reviews */
.product-reviews{border-top:0;padding-top:0}.hantema-reviews-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:16px}.review-overview,.review-form-card,.review-list-card{border:1px solid var(--line);border-radius:9px;background:#fff;padding:18px}.review-overview{display:grid;grid-template-columns:150px 1fr;align-items:center}.review-score{text-align:center;border-right:1px solid var(--line);padding-right:18px}.review-score>strong{display:block;font-size:48px;line-height:1}.review-score .star-rating{float:none!important;margin:10px auto 6px}.review-score small{font-size:9px;color:var(--muted)}.review-bars{padding-left:18px}.review-bars>div{display:grid;grid-template-columns:48px 1fr 25px;align-items:center;gap:8px;margin:7px 0;font-size:9px}.review-bars i{height:5px;background:#edf0ee;border-radius:99px;overflow:hidden}.review-bars i b{display:block;height:100%;background:var(--brand);border-radius:99px}.review-bars em{font-style:normal;color:var(--muted);text-align:right}.review-form-card{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:start}.review-form-icon{width:38px;height:38px;background:#eef8ee;color:var(--brand);border-radius:50%;display:grid;place-items:center}.review-form-card h3{margin:0;font-size:14px}.review-form-card p{margin:2px 0 8px;color:var(--muted);font-size:9px}.review-form-card #review_form{grid-column:1/-1}.review-form-card form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.review-form-card .comment-form-rating,.review-form-card .comment-form-comment,.review-form-card .form-submit,.review-form-card .must-log-in{grid-column:1/-1}.review-form-card label{display:block;font-size:9px;font-weight:600;margin-bottom:3px}.review-form-card input,.review-form-card textarea,.review-form-card select{width:100%;border:1px solid var(--line);border-radius:6px;padding:9px;background:#fff}.review-form-card textarea{resize:vertical}.review-form-card .submit{border:0;background:var(--brand);color:#fff;padding:10px 16px;border-radius:6px;font-weight:600;cursor:pointer}.review-list-card{grid-column:1/-1}.review-list-card .commentlist{list-style:none;margin:0!important}.review-list-card .comment_container{display:grid!important;grid-template-columns:42px 1fr;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;padding:13px 0!important}.review-list-card .comment_container img.avatar{width:34px!important;height:34px!important;border-radius:50%!important;position:static!important;padding:0!important}.review-list-card .comment-text{margin:0!important;border:0!important;padding:0!important}.review-list-card .meta{font-size:9px!important}.review-list-card .description{font-size:10px}.review-empty{text-align:center;padding:26px;color:var(--muted)}.review-empty i{font-size:25px;color:#aeb6bf}.modal-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eef8ee;color:var(--brand);font-size:18px;margin-bottom:10px}

/* Account — fixes previous full-width/broken navigation */
.hantema-account-shell{padding:25px 0 55px}.hantema-account-shell>.woocommerce{display:block!important;width:100%!important}.hantema-account-grid{display:grid;grid-template-columns:250px minmax(0,1fr);gap:24px;align-items:start}.hantema-account-grid>.woocommerce-MyAccount-navigation{width:auto!important;float:none!important}.hantema-account-grid>.woocommerce-MyAccount-content{width:auto!important;float:none!important}.hantema-account-nav{border-radius:8px;position:sticky;top:98px}.account-user-card{grid-template-columns:62px minmax(0,1fr);grid-template-rows:auto auto auto auto;padding:18px}.account-user-card .avatar{grid-row:1/5}.account-user-card .avatar img{width:52px;height:52px}.account-user-card>span{font-size:9px;color:#7b8491;line-height:1.2}.account-user-card strong{font-size:13px;line-height:1.4}.account-user-card small{font-size:8px}.account-user-card .dealer-pill{font-style:normal;margin-top:3px}.hantema-account-nav ul{padding:9px 11px}.hantema-account-nav li a{display:grid!important;grid-template-columns:20px 1fr 10px;align-items:center;gap:8px;padding:10px 8px!important;font-size:11px}.hantema-account-nav li.is-active a{background:#edf9ed}.hantema-account-nav .nav-arrow{font-size:7px!important;color:#b1b7bf!important}.account-support-mini{display:grid;grid-template-columns:35px 1fr;margin:10px!important;padding:13px!important}.account-support-mini>span{grid-row:1/3;width:31px;height:31px;display:grid;place-items:center;background:#e6f7e8;color:var(--brand);border-radius:50%}.account-support-mini b{font-size:9px}.account-support-mini p{font-size:8px;margin:1px 0 8px}.account-support-mini .btn{grid-column:1/-1;min-height:34px;font-size:9px}.account-kicker{font-size:8px;letter-spacing:.15em;color:var(--brand);font-weight:700}.account-dashboard-head h1{font-size:28px;line-height:1.2;margin:2px 0}.account-dashboard-head p{font-size:10px;margin-bottom:16px}.account-stats{gap:11px}.account-stats>a{border:1px solid var(--line);border-radius:8px;padding:14px;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto auto;transition:.18s;background:#fff}.account-stats>a:hover{border-color:#b8deb9;box-shadow:0 8px 22px rgba(17,24,39,.05);transform:translateY(-1px)}.account-stats>a>span{grid-row:1/4;width:32px;height:32px;border-radius:50%;background:#eff9ef;color:var(--brand);display:grid;place-items:center}.account-stats>a small{font-size:8px}.account-stats>a b{font-size:19px;line-height:1.2}.account-stats>a em{font-size:7px;color:var(--muted);font-style:normal}.account-panel{padding:15px}.account-orders-panel{margin-top:2px}.orders-table-wrap th,.orders-table-wrap td{padding:10px 8px;font-size:9px}.status-pill{white-space:nowrap}.account-two-col{gap:13px}.profile-info p{grid-template-columns:100px 1fr}.hantema-account-shell .woocommerce-MyAccount-content form{border:1px solid var(--line);border-radius:8px;padding:18px}.hantema-account-shell .woocommerce-MyAccount-content h2,.hantema-account-shell .woocommerce-MyAccount-content h3{font-size:18px}.hantema-account-shell .woocommerce-MyAccount-content .woocommerce-Button,.hantema-account-shell .woocommerce-MyAccount-content button.button{background:var(--brand)!important;color:#fff!important;border-radius:6px!important}.woocommerce-account:not(.logged-in) .hantema-account-shell>.woocommerce{max-width:980px;margin:auto}

/* Cart — fully custom layout, WooCommerce 11 hooks retained */
.hantema-system-page{padding-top:28px}.system-page-head{max-width:760px}.system-page-head h1{font-size:31px;margin:4px 0}.system-page-head p{color:var(--muted);font-size:11px}.woocommerce-cart .hantema-system-content>.woocommerce{display:grid;grid-template-columns:minmax(0,1.45fr) 390px;gap:20px;align-items:start}.woocommerce-cart .hantema-system-content>.woocommerce>.woocommerce-notices-wrapper,.woocommerce-cart .hantema-system-content>.woocommerce>.woocommerce-error,.woocommerce-cart .hantema-system-content>.woocommerce>.woocommerce-message{grid-column:1/-1}.hantema-cart-form{border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;padding:18px!important;margin:0!important}.cart-card-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:13px;margin-bottom:2px}.cart-card-head span{font-size:8px;letter-spacing:.14em;color:var(--brand);font-weight:700}.cart-card-head h2{font-size:18px;margin:1px 0}.cart-card-head>small{font-size:9px;color:var(--muted)}.cart-card-head>i{color:var(--brand);font-size:18px}.hantema-cart-list{display:grid}.hantema-cart-item{display:grid;grid-template-columns:120px minmax(0,1fr) 75px 105px 30px;gap:13px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.cart-item-thumb img{width:120px;height:68px;object-fit:cover;border-radius:6px;display:block}.cart-item-type{font-size:7px;color:var(--brand);font-weight:600}.cart-item-info h3{font-size:12px;margin:2px 0}.cart-item-info .variation,.cart-item-info .wc-item-meta{font-size:8px;color:var(--muted)}.cart-item-unit{display:none}.cart-item-qty,.cart-item-total{display:flex;flex-direction:column}.cart-item-qty small,.cart-item-total small{font-size:8px;color:var(--muted)}.cart-item-total strong{font-size:13px}.cart-item-qty input.qty{width:55px;height:34px;border:1px solid var(--line);border-radius:5px}.fixed-qty{width:35px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px}.cart-item-remove .remove{width:29px;height:29px!important;display:grid!important;place-items:center;border-radius:50%!important;background:#fff3f3!important;color:#e74a4a!important;font-size:11px!important}.cart-item-remove .remove:hover{background:#e74a4a!important;color:#fff!important}.cart-actions-bar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-top:15px}.cart-actions-bar .coupon{display:flex;flex-direction:column;gap:5px}.cart-actions-bar .coupon>label{font-size:9px;font-weight:600}.cart-actions-bar .coupon>div{display:flex}.cart-actions-bar input{height:38px;border:1px solid var(--line);border-radius:6px 0 0 6px;padding:0 10px}.cart-actions-bar .coupon .button{height:38px;border-radius:0 6px 6px 0!important;background:#f2f5f3!important;color:#38424c!important}.cart-actions-bar .update-cart{height:38px!important;background:#fff!important;color:#4b5563!important;border:1px solid var(--line)!important}.cart-collaterals{width:auto!important}.cart-collaterals .cart_totals{width:auto!important;float:none!important;border:1px solid var(--line)!important;border-radius:10px!important;padding:18px!important;position:sticky;top:98px}.totals-rows p{display:flex;justify-content:space-between;gap:15px;padding:10px 0;margin:0;border-bottom:1px solid var(--line);font-size:10px}.totals-rows p:last-child{border:0}.totals-rows .order-total{padding-top:16px}.totals-rows .order-total span{font-weight:600}.totals-rows .order-total strong{font-size:20px;color:#111827}.cart_totals .wc-proceed-to-checkout{padding:10px 0 0!important}.cart_totals .checkout-button{width:100%;margin:0!important;min-height:47px!important;font-size:12px!important}.cart-security{display:flex;justify-content:center;gap:14px;margin-top:13px;color:#77808c;font-size:8px}.cart-security i{color:var(--brand)}

/* Checkout */
.hantema-checkout-form{display:grid!important;grid-template-columns:minmax(0,1.05fr) 410px!important;gap:20px!important;align-items:start}.checkout-main-column,.checkout-side-column{min-width:0}.checkout-card{border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;padding:18px!important}.intro-card{display:flex;align-items:center;gap:12px;margin-bottom:12px}.checkout-step{width:34px;height:34px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:700;flex:0 0 auto}.intro-card small,.checkout-side-title small{font-size:8px;color:var(--brand);letter-spacing:.12em;font-weight:700}.intro-card h2,.checkout-side-title h2{font-size:18px;margin:1px 0}.intro-card p{font-size:9px;color:var(--muted);margin:0}.customer-details-card{display:block!important}.customer-details-card .col-1,.customer-details-card .col-2{width:100%!important;float:none!important}.customer-details-card .col-2{margin-top:10px}.customer-details-card h3{font-size:14px}.woocommerce-checkout .form-row label{font-size:9px;font-weight:600}.woocommerce-checkout .form-row input.input-text,.woocommerce-checkout .form-row textarea,.woocommerce-checkout .form-row .select2-selection{border:1px solid var(--line)!important;border-radius:6px!important;min-height:41px!important;background:#fff!important}.woocommerce-checkout .form-row input.input-text{padding:0 10px!important}.checkout-help-strip{display:flex;align-items:center;gap:12px;border:1px solid #cfebd0;background:#f5fbf5;border-radius:8px;padding:13px;margin-top:12px}.checkout-help-strip>i{width:32px;height:32px;border-radius:50%;background:#e1f6e3;color:var(--brand);display:grid;place-items:center}.checkout-help-strip div{display:flex;flex-direction:column}.checkout-help-strip b{font-size:9px}.checkout-help-strip span{font-size:8px;color:var(--muted)}.checkout-side-title{display:flex;align-items:center;gap:10px;margin-bottom:10px}.checkout-side-column{position:sticky;top:96px}.checkout-side-column #order_review{position:static!important}.checkout-products{display:grid;gap:10px}.checkout-product-row{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:9px;align-items:center;padding-bottom:10px;border-bottom:1px solid var(--line)}.checkout-product-thumb{position:relative}.checkout-product-thumb img{width:62px;height:38px;object-fit:cover;border-radius:5px}.checkout-product-thumb b{position:absolute;right:-5px;top:-7px;width:17px;height:17px;background:#18202a;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:7px}.checkout-product-row>div:nth-child(2){display:flex;flex-direction:column}.checkout-product-row strong{font-size:9px}.checkout-product-row small{font-size:7px;color:var(--muted)}.checkout-product-row>span{font-size:10px;font-weight:600}.checkout-total-rows p{display:flex;justify-content:space-between;gap:10px;margin:0;padding:9px 0;border-bottom:1px solid var(--line);font-size:9px}.checkout-total-rows .order-total{border:0;padding-top:14px}.checkout-total-rows .order-total strong{font-size:19px}.woocommerce-checkout #payment{margin-top:14px!important;background:#f7faf8!important;border:1px solid #e5ede6!important}.woocommerce-checkout #payment ul.payment_methods{padding:14px!important}.woocommerce-checkout #payment div.payment_box{background:#fff!important;font-size:9px}.woocommerce-checkout #payment div.form-row{padding:14px!important}.woocommerce-checkout #place_order{width:100%;min-height:47px!important;font-size:11px!important}.woocommerce-terms-and-conditions-wrapper{font-size:8px;color:var(--muted)}

/* Thank you / bank */
.woocommerce-order-received .woocommerce-order{max-width:1100px}.hantema-bank-box{padding:18px}.bank-box-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.bank-box-head>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e9f8ea;color:var(--brand)}.bank-box-head small{font-size:8px;color:var(--brand);font-weight:700}.bank-box-head h2{font-size:18px;margin:0}.bank-grid{grid-template-columns:1.2fr 1fr 1fr 1.3fr 1fr}.bank-grid p{min-width:0}.bank-grid code{overflow-wrap:anywhere}.bank-note{font-size:9px;color:#64748b}.bank-note i{color:var(--brand);margin-right:5px}

/* Footer support links */
.footer-grid a:hover{color:var(--brand)}.contact-list li{display:flex;align-items:flex-start;gap:4px}

@media(max-width:1200px){
 .desktop-nav .hantema-main-menu{gap:16px}.home-product-section .woocommerce ul.products.hantema-home-products{grid-template-columns:repeat(4,minmax(0,1fr))!important}.shop-cats{grid-template-columns:repeat(5,1fr)}.single-theme-top{grid-template-columns:1.15fr .85fr}.single-actions>.btn,.single-cart-action .single_add_to_cart_button{font-size:8.5px!important}.woocommerce-cart .hantema-system-content>.woocommerce{grid-template-columns:minmax(0,1fr) 340px}.hantema-checkout-form{grid-template-columns:minmax(0,1fr) 360px!important}.bank-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
 .mobile-nav .hantema-main-menu{display:block!important;padding:0;margin:0;list-style:none}.mobile-nav .hantema-main-menu>li{position:relative;border-bottom:1px solid var(--line)}.mobile-nav .hantema-main-menu>li>a{padding:12px 32px 12px 5px}.mobile-nav .hantema-main-menu>li>a>i{display:none}.mobile-nav .sub-menu{display:none!important;padding:4px 0 10px 12px!important;margin:0!important;list-style:none}.mobile-nav .submenu-open>.sub-menu{display:block!important}.mobile-nav .sub-menu li{border:0}.mobile-nav .sub-menu a{display:flex;align-items:center;gap:8px;padding:8px!important;font-size:10px;background:#fafcfa;border-radius:6px;margin:3px 0}.mobile-nav .sub-menu a>i{width:25px;height:25px;display:grid;place-items:center;color:var(--brand)}.mobile-nav .sub-menu a span{display:flex;flex-direction:column}.mobile-nav .sub-menu a small{font-size:7px;color:var(--muted)}.submenu-toggle{position:absolute;right:0;top:6px;width:34px;height:34px;border:0;background:transparent;z-index:2}.submenu-toggle i{transition:.2s}.submenu-open>.submenu-toggle i{transform:rotate(180deg)}
 .home-product-section .woocommerce ul.products.hantema-home-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.shop-layout,.shop-layout.filter-is-closed{grid-template-columns:1fr;gap:12px}.shop-layout.filter-is-closed .shop-filter{display:none!important}.shop-filter{position:relative;top:auto}.filter-toggle{display:inline-flex}.shop-main .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.single-theme-top{grid-template-columns:1fr}.theme-summary{padding:20px}.hantema-reviews-layout{grid-template-columns:1fr}.review-list-card{grid-column:1}.hantema-account-grid{grid-template-columns:1fr}.hantema-account-nav{position:relative;top:auto}.hantema-account-nav ul{display:grid;grid-template-columns:1fr 1fr}.account-user-card{max-width:360px}.account-support-mini{display:none}.woocommerce-cart .hantema-system-content>.woocommerce{grid-template-columns:1fr}.cart-collaterals .cart_totals{position:relative;top:auto}.hantema-checkout-form{grid-template-columns:1fr!important}.checkout-side-column{position:relative;top:auto}.bank-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
 .home-product-section .woocommerce ul.products.hantema-home-products,.shop-main .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-actions-row.two-actions{grid-template-columns:1fr!important}.product-actions-row.two-actions .btn{min-height:35px!important}.shop-controls{align-items:stretch;gap:8px}.shop-controls .shop-toolbar{flex-direction:column;align-items:flex-end;justify-content:center}.shop-cats{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:15px}.shop-cats>a{min-width:115px;scroll-snap-align:start}.filter-toggle{min-width:130px;margin:0;padding:8px 10px}.shop-main{padding:0;border:0}.single-theme-top{gap:15px}.main-product-image{aspect-ratio:var(--product-natural-ratio,16 / 9)!important}.theme-summary{padding:15px}.summary-head{align-items:flex-start;flex-direction:column}.summary-title-price{grid-template-columns:1fr}.product-price-panel{display:flex;align-items:center;gap:8px;text-align:left}.product-price-panel>span{margin-left:auto}.theme-summary h1{font-size:25px}.single-actions,.single-actions.no-demo{grid-template-columns:1fr 1fr!important}.single-actions>.btn,.single-cart-action .single_add_to_cart_button{font-size:9px!important}.summary-guarantees{grid-template-columns:1fr 1fr 1fr}.single-meta-grid{grid-template-columns:1fr 1fr}.feature-icons{grid-template-columns:1fr 1fr}.product-info-columns{grid-template-columns:1fr}.review-overview{grid-template-columns:110px 1fr;padding:13px}.review-score>strong{font-size:39px}.review-score{padding-right:10px}.review-bars{padding-left:10px}.review-form-card form{grid-template-columns:1fr}.hantema-account-nav ul{grid-template-columns:1fr}.account-stats{grid-template-columns:1fr 1fr}.account-two-col{grid-template-columns:1fr}.account-orders-panel .orders-table-wrap{overflow-x:auto}.account-orders-panel table{min-width:650px}.hantema-cart-item{grid-template-columns:90px minmax(0,1fr) 28px;align-items:start}.cart-item-thumb img{width:90px;height:54px}.cart-item-qty,.cart-item-total{grid-column:2;display:inline-flex;flex-direction:row;align-items:center;gap:7px}.cart-item-total{margin-top:-34px;margin-left:90px;justify-self:start}.cart-item-remove{grid-column:3;grid-row:1}.cart-actions-bar{align-items:stretch;flex-direction:column}.cart-actions-bar .coupon>div{width:100%}.cart-actions-bar input{flex:1;min-width:0}.cart-actions-bar .update-cart{width:100%}.checkout-card{padding:14px!important}.bank-grid{grid-template-columns:1fr}.cart-security{flex-wrap:wrap}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
/* WooCommerce 11 shipping/fee hook compatibility inside Hantema totals */
.hantema-shipping-row{padding:9px 0;border-bottom:1px solid var(--line);font-size:9px}.hantema-shipping-row table,.hantema-shipping-row tbody,.hantema-shipping-row tr,.hantema-shipping-row th,.hantema-shipping-row td{display:block!important;width:100%!important;border:0!important;padding:0!important}.hantema-shipping-row th{font-weight:600;margin-bottom:6px}.hantema-shipping-row ul#shipping_method{margin:0!important;list-style:none}.hantema-shipping-row ul#shipping_method li{margin:5px 0!important}.hantema-shipping-row .woocommerce-shipping-destination,.hantema-shipping-row .woocommerce-shipping-calculator{font-size:8px;color:var(--muted)}
/* Favorites are intentionally not part of Hantema Market. */
.wish-btn,.hantema-favorite,.product-favorite{display:none!important}

/* =========================================================
   HANTEMA MARKET v1.3.0 — archive/product/checkout polish
   ========================================================= */

/* WooCommerce notices: remove the legacy top-border look and keep all messages aligned. */
.hantema-theme .woocommerce-notices-wrapper{width:100%;margin:0 0 16px!important}
.hantema-theme .woocommerce-message,.hantema-theme .woocommerce-info,.hantema-theme .woocommerce-error{position:relative!important;margin:0 0 14px!important;padding:14px 16px 14px 48px!important;border:1px solid #dce8dd!important;border-top:1px solid #dce8dd!important;border-radius:9px!important;background:#f8fbf8!important;color:#34413a!important;box-shadow:none!important;font-size:12px!important;line-height:1.55!important;min-height:50px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.hantema-theme .woocommerce-message:before,.hantema-theme .woocommerce-info:before,.hantema-theme .woocommerce-error:before{left:16px!important;top:50%!important;transform:translateY(-50%);color:var(--brand)!important;font-size:16px!important}
.hantema-theme .woocommerce-error{border-color:#f1d1d1!important;background:#fff8f8!important;color:#7f3131!important;display:block}
.hantema-theme .woocommerce-error:before{color:#d94b4b!important}
.hantema-theme .woocommerce-message .button,.hantema-theme .woocommerce-info .button{order:2;margin-left:auto!important;float:none!important;background:var(--brand)!important;color:#fff!important;border:0!important;border-radius:6px!important;padding:8px 14px!important;min-height:36px!important;font-size:11px!important}
.hantema-theme .woocommerce-form-coupon-toggle .woocommerce-info{border-color:#dce8dd!important;background:#f8fbf8!important}
.hantema-theme .woocommerce-form-coupon-toggle .showcoupon{color:var(--brand)!important;font-weight:600;text-decoration:none!important}
.hantema-theme .woocommerce-form-coupon{border:1px solid var(--line)!important;border-radius:9px!important;padding:15px!important;margin:0 0 16px!important;background:#fff!important}

/* Product badges: subtle shine, no blur/glow animation. */
.hantema-theme .animated-badge{position:absolute!important;overflow:hidden!important;animation:none!important;box-shadow:none!important;isolation:isolate}
.hantema-theme .animated-badge:after{content:"";position:absolute;inset:-40% auto -40% -70%;width:45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);transform:skewX(-20deg);animation:hantemaShine 3.2s ease-in-out infinite;z-index:1;pointer-events:none}
@keyframes hantemaShine{0%,55%{left:-70%}80%,100%{left:130%}}
.hantema-theme .product-badge{padding:5px 9px!important;border-radius:999px!important;font-size:9px!important;line-height:1!important;letter-spacing:.01em!important}

/* Archive: deterministic four-column grid, comfortable card widths and latest-first toolbar. */
.hantema-theme .shop-main{min-width:0!important;overflow:visible}
.hantema-theme .shop-main .woocommerce ul.products.hantema-archive-products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.hantema-theme .shop-main .hantema-product-card{min-width:0!important}
.hantema-theme .shop-main .product-media{height:auto!important;aspect-ratio:var(--hantema-card-ratio,16 / 9)!important}
.hantema-theme .shop-main .product-media img{object-fit:cover!important}
.hantema-theme .hantema-product-card .product-body{padding:13px!important}
.hantema-theme .hantema-product-card .product-topline{min-width:0}
.hantema-theme .hantema-product-card .product-cat{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:52%}
.hantema-theme .hantema-product-card .card-price{font-size:13px!important;line-height:1.25;text-align:right}
.hantema-theme .hantema-product-card .card-price del{display:block;font-size:8px!important;line-height:1;color:#9ca3af}
.hantema-theme .hantema-product-card h2{font-size:13px!important;min-height:36px;margin:6px 0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hantema-theme .product-actions-row.two-actions{grid-template-columns:minmax(0,.8fr) minmax(0,1.35fr)!important;gap:7px!important}
.hantema-theme .product-actions-row.two-actions .btn{font-size:9px!important;padding:6px 7px!important;white-space:nowrap!important}
.hantema-theme .shop-toolbar{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:15px!important}
.hantema-theme .shop-toolbar .woocommerce-ordering{margin:0!important;float:none!important}
.hantema-theme .shop-toolbar .orderby{height:39px;min-width:190px;border:1px solid var(--line)!important;border-radius:7px!important;background:#fff!important;padding:0 34px 0 11px!important;font-size:11px!important}
.hantema-theme .hantema-empty-products{min-height:360px;border:1px dashed #dce6de;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;background:#fbfdfb}
.hantema-theme .hantema-empty-products>span{width:54px;height:54px;border-radius:50%;background:#eaf8eb;color:var(--brand);display:grid;place-items:center;font-size:20px}
.hantema-theme .hantema-empty-products h2{font-size:20px;margin:12px 0 3px}.hantema-empty-products p{color:var(--muted);font-size:11px;margin:0 0 15px}

/* Single product: aligned title/price and one-row desktop actions. */
.hantema-theme .single-theme-top{grid-template-columns:minmax(0,1.5fr) minmax(390px,.92fr)!important;gap:32px!important;align-items:start!important}
.hantema-theme .theme-gallery,.hantema-theme .theme-summary{min-width:0!important}
.hantema-theme .main-product-image{height:auto!important;aspect-ratio:var(--product-natural-ratio,16 / 9)!important;border-radius:10px!important;background:#f7f8f8!important}
.hantema-theme .main-product-image img{width:100%!important;height:100%!important;object-fit:var(--hantema-product-image-fit,contain)!important;display:block!important}
.hantema-theme .theme-summary{border:1px solid var(--line);border-radius:11px;padding:23px!important;background:#fff;box-shadow:0 8px 28px rgba(17,24,39,.035)}
.hantema-theme .summary-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding-bottom:11px;border-bottom:1px solid #eff2ef}
.hantema-theme .summary-type{display:inline-flex;align-items:center;gap:6px;background:#f1faf1;color:#268d31;padding:5px 8px;border-radius:5px;font-size:9px;font-weight:600;white-space:nowrap}
.hantema-theme .single-rating{margin:0!important;min-width:0;justify-content:flex-end}.hantema-theme .single-rating b{font-size:10px}.hantema-theme .single-rating span{font-size:8px!important;white-space:nowrap}
.hantema-theme .summary-title-price{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(170px,205px)!important;gap:18px!important;align-items:center!important;padding:16px 0!important;border-bottom:1px solid #eff2ef}
.hantema-theme .summary-title-block{min-width:0}.hantema-theme .theme-summary h1{font-size:clamp(25px,2vw,32px)!important;line-height:1.16!important;letter-spacing:-.7px!important;margin:0 0 7px!important;overflow-wrap:break-word;font-weight:600!important}
.hantema-theme .product-short{font-size:11px!important;line-height:1.6!important;color:var(--muted)!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hantema-theme .product-short p{margin:0!important}
.hantema-theme .product-price-panel{min-width:0!important;width:100%!important;padding:12px 13px!important;border:1px solid #d9ead9!important;background:#f8fcf8!important;border-radius:8px!important;text-align:right!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:center!important}
.hantema-theme .product-price-panel small,.hantema-theme .product-price-panel span{font-size:8px!important;color:var(--muted)!important;line-height:1.25}.hantema-theme .product-price-panel strong{display:block!important;font-size:clamp(20px,1.7vw,27px)!important;line-height:1.2!important;white-space:normal!important;max-width:100%;color:#111827}.hantema-theme .product-price-panel .price{display:flex;align-items:baseline;justify-content:flex-end;gap:7px;flex-wrap:wrap}.hantema-theme .product-price-panel del{font-size:11px!important;color:#9ca3af!important}.hantema-theme .product-price-panel ins{text-decoration:none!important}
.hantema-theme .compact-guarantees{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;padding:13px 0!important;margin:0!important}.hantema-theme .compact-guarantees span{min-width:0;border:0!important;background:transparent!important;padding:0!important;font-size:8.5px!important;display:flex!important;align-items:center!important;gap:5px!important;color:#39444e!important;white-space:nowrap}.hantema-theme .compact-guarantees i{color:var(--brand)!important}
.hantema-theme .single-actions{display:grid!important;gap:7px!important;margin-top:2px!important}.hantema-theme .single-actions.has-demo{grid-template-columns:repeat(4,minmax(0,1fr))!important}.hantema-theme .single-actions.no-demo{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hantema-theme .single-actions .single-cart-action,.hantema-theme .single-actions form.cart{min-width:0!important;width:100%!important;margin:0!important}.hantema-theme .single-actions form.cart{display:block!important}.hantema-theme .single-actions .quantity{display:none!important}.hantema-theme .single-actions .btn,.hantema-theme .single-actions .single_add_to_cart_button{width:100%!important;min-width:0!important;min-height:43px!important;height:43px!important;padding:7px 8px!important;margin:0!important;border-radius:6px!important;font-size:8.5px!important;line-height:1.2!important;white-space:nowrap!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;overflow:hidden!important;text-overflow:ellipsis!important}
.hantema-theme .single-actions .single_add_to_cart_button{background:var(--brand)!important;color:#fff!important;border:1px solid var(--brand)!important}.hantema-theme .btn-demo{background:#fff!important;color:var(--brand)!important;border:1px solid #a8dca9!important}.hantema-theme .btn-demo:hover{background:#f3fbf3!important}
.hantema-theme .single-meta-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;overflow:hidden}.hantema-theme .single-meta-grid>div{min-width:0!important;padding:16px!important}.hantema-theme .single-meta-grid b{overflow-wrap:anywhere}
.hantema-theme .feature-icons{grid-template-columns:repeat(auto-fit,minmax(145px,1fr))!important}.hantema-theme .product-video-section,.hantema-theme .product-description-section{margin-top:30px}.hantema-theme .product-video-wrap{max-width:980px}.hantema-theme .product-video-wrap iframe{width:100%!important;aspect-ratio:16/9!important;height:auto!important;border:0;border-radius:10px}.hantema-theme .product-description-section{border-top:1px solid var(--line);padding-top:24px}.hantema-theme .product-description-shell{max-width:1100px}.hantema-theme .product-description-shell.collapsed{max-height:260px!important;overflow:hidden!important;position:relative}.hantema-theme .description-toggle{margin-top:10px!important}

/* Cart + checkout geometry and button text presentation. */
.hantema-theme .hantema-system-page{overflow:visible!important}.hantema-theme .hantema-system-content,.hantema-theme .hantema-system-content>.woocommerce{min-width:0!important;max-width:100%!important}.hantema-theme .woocommerce-cart .hantema-system-content>.woocommerce{grid-template-columns:minmax(0,1.55fr) minmax(330px,390px)!important;gap:22px!important}.hantema-theme .hantema-cart-form,.hantema-theme .cart_totals,.hantema-theme .checkout-card{min-width:0!important;box-shadow:none!important}.hantema-theme .cart-actions-bar .button,.hantema-theme .checkout-button,.hantema-theme #place_order{font-weight:600!important;letter-spacing:0!important;text-transform:none!important}.hantema-theme .cart_totals .checkout-button{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;background:var(--brand)!important;color:#fff!important;border-radius:7px!important}.hantema-theme .hantema-checkout-form{grid-template-columns:minmax(0,1fr) minmax(360px,430px)!important;gap:22px!important}.hantema-theme .woocommerce-checkout .form-row{min-width:0!important}.hantema-theme .woocommerce-checkout .form-row-first,.hantema-theme .woocommerce-checkout .form-row-last{width:calc(50% - 6px)!important}.hantema-theme .woocommerce-checkout .select2-container{width:100%!important}.hantema-theme .checkout-product-row{min-width:0!important}.hantema-theme .checkout-product-row strong{overflow-wrap:anywhere}.hantema-theme #place_order{background:var(--brand)!important;color:#fff!important;border-radius:7px!important}

/* New order-received layout. */
.hantema-theme .hantema-thankyou{max-width:1120px;margin:0 auto;display:grid;gap:16px}.hantema-theme .thankyou-status-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:16px;align-items:center;border:1px solid #d6ead7;background:linear-gradient(100deg,#f5fbf5,#fff);border-radius:11px;padding:22px}.hantema-theme .thankyou-status-card.is-failed{border-color:#f1d1d1;background:#fff8f8}.hantema-theme .thankyou-status-icon{width:52px;height:52px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:20px}.hantema-theme .is-failed .thankyou-status-icon{background:#d94b4b}.hantema-theme .thankyou-status-card small{font-size:8px;letter-spacing:.13em;color:var(--brand);font-weight:700}.hantema-theme .thankyou-status-card h1{font-size:23px;line-height:1.25;margin:2px 0 3px}.hantema-theme .thankyou-status-card p{font-size:10px;color:var(--muted);margin:0;max-width:680px}.hantema-theme .thankyou-actions{display:flex;gap:7px}.hantema-theme .thankyou-account-btn{white-space:nowrap}.hantema-theme .thankyou-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.hantema-theme .thankyou-overview-grid>div{border:1px solid var(--line);border-radius:9px;padding:14px;display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;min-width:0}.hantema-theme .thankyou-overview-grid span{grid-row:1/3;width:28px;height:28px;border-radius:50%;background:#eff8ef;color:var(--brand);display:grid;place-items:center}.hantema-theme .thankyou-overview-grid small{font-size:8px;color:var(--muted)}.hantema-theme .thankyou-overview-grid strong{font-size:10px;overflow-wrap:anywhere}.hantema-theme .thankyou-products-card,.hantema-theme .thankyou-bank-box{border:1px solid var(--line)!important;border-radius:11px!important;padding:18px!important;background:#fff!important}.hantema-theme .thankyou-card-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:11px}.hantema-theme .thankyou-card-head small{font-size:8px;color:var(--brand);letter-spacing:.12em;font-weight:700}.hantema-theme .thankyou-card-head h2{font-size:18px;margin:1px 0}.hantema-theme .thankyou-card-head>span{font-size:9px;color:var(--muted)}.hantema-theme .thankyou-product-row{display:grid;grid-template-columns:95px minmax(0,1fr) auto;align-items:center;gap:13px;padding:13px 0;border-bottom:1px solid var(--line)}.hantema-theme .thankyou-product-image img{width:95px;height:56px;border-radius:6px;object-fit:cover;display:block}.hantema-theme .thankyou-product-info span{font-size:7px;color:var(--brand);font-weight:600}.hantema-theme .thankyou-product-info h3{font-size:11px;margin:1px 0}.hantema-theme .thankyou-product-info small{font-size:8px;color:var(--muted)}.hantema-theme .thankyou-product-row>strong{font-size:12px;white-space:nowrap}.hantema-theme .thankyou-total-line{display:flex;justify-content:flex-end;align-items:center;gap:30px;padding-top:15px}.hantema-theme .thankyou-total-line span{font-size:10px;font-weight:600}.hantema-theme .thankyou-total-line strong{font-size:20px}.hantema-theme .thankyou-bank-grid{display:grid;grid-template-columns:1fr 1.6fr 1fr 1fr;gap:10px}.hantema-theme .thankyou-bank-grid p{border:1px solid #edf0ee;border-radius:7px;padding:11px;margin:0;display:flex;flex-direction:column;min-width:0}.hantema-theme .thankyou-bank-grid small{font-size:8px;color:var(--muted)}.hantema-theme .thankyou-bank-grid strong,.hantema-theme .thankyou-bank-grid code{font-size:10px;overflow-wrap:anywhere}

/* Mobile carousel navigation lives only where it is useful. */
.hantema-theme .home-section-actions{display:flex;align-items:center;gap:14px}.hantema-theme .home-section-actions>a{color:var(--brand);font-size:12px;font-weight:600}.hantema-theme .home-carousel-nav{display:none;align-items:center;gap:6px}.hantema-theme .home-carousel-nav button{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff;color:#374151;display:grid;place-items:center;cursor:pointer}.hantema-theme .home-carousel-nav button:hover{border-color:#a8dca9;color:var(--brand)}

@media(max-width:1250px){
 .hantema-theme .shop-main .woocommerce ul.products.hantema-archive-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 .hantema-theme .single-theme-top{grid-template-columns:minmax(0,1.35fr) minmax(360px,.9fr)!important}
 .hantema-theme .single-actions.has-demo{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .hantema-theme .single-actions.no-demo{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 .hantema-theme .single-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:900px){
 .hantema-theme .container{width:min(100% - 32px,1460px)}
 .hantema-theme .shop-main .woocommerce ul.products.hantema-archive-products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .hantema-theme .single-theme-top{grid-template-columns:1fr!important;gap:15px!important}
 .hantema-theme .theme-summary{padding:18px!important}
 .hantema-theme .summary-title-price{grid-template-columns:minmax(0,1fr) minmax(155px,195px)!important}
 .hantema-theme .woocommerce-cart .hantema-system-content>.woocommerce,.hantema-theme .hantema-checkout-form{grid-template-columns:1fr!important}
 .hantema-theme .checkout-side-column,.hantema-theme .cart-collaterals .cart_totals{position:relative!important;top:auto!important}
 .hantema-theme .thankyou-overview-grid{grid-template-columns:1fr 1fr}.hantema-theme .thankyou-bank-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
 .hantema-theme .container{width:calc(100% - 24px)}
 .hantema-theme .shop-hero{height:auto!important;padding-top:28px;padding-bottom:22px}.hantema-theme .shop-hero h1{font-size:27px!important}.hantema-theme .wp-art{display:none}
 .hantema-theme .shop-controls{display:grid!important;grid-template-columns:1fr!important}.hantema-theme .filter-toggle{width:100%;margin:0!important}.hantema-theme .shop-toolbar{width:100%;align-items:stretch!important;flex-direction:column!important}.hantema-theme .shop-toolbar .orderby{width:100%;min-width:0}
 .hantema-theme .shop-main .woocommerce ul.products.hantema-archive-products{grid-template-columns:1fr!important;gap:14px!important}.hantema-theme .shop-main .hantema-product-card{width:100%!important}.hantema-theme .shop-main .product-media{aspect-ratio:16/9!important}.hantema-theme .product-actions-row.two-actions{grid-template-columns:1fr 1.35fr!important}.hantema-theme .product-actions-row.two-actions .btn{font-size:9.5px!important}
 .hantema-theme .main-product-image{height:auto!important;aspect-ratio:var(--product-natural-ratio,16 / 9)!important}.hantema-theme .theme-summary{padding:15px!important}.hantema-theme .summary-head{align-items:flex-start!important;flex-wrap:wrap}.hantema-theme .summary-title-price{grid-template-columns:1fr!important;padding:13px 0!important}.hantema-theme .theme-summary h1{font-size:24px!important}.hantema-theme .product-price-panel{align-items:flex-start!important;text-align:left!important}.hantema-theme .product-price-panel .price{justify-content:flex-start!important}.hantema-theme .compact-guarantees{grid-template-columns:1fr!important;gap:5px!important}.hantema-theme .single-actions.has-demo,.hantema-theme .single-actions.no-demo{grid-template-columns:1fr 1fr!important}.hantema-theme .single-actions .btn,.hantema-theme .single-actions .single_add_to_cart_button{font-size:9px!important}.hantema-theme .single-meta-grid{grid-template-columns:1fr 1fr!important}.hantema-theme .single-meta-grid>div{padding:13px!important}.hantema-theme .feature-icons{grid-template-columns:1fr 1fr!important}.hantema-theme .screenshot-grid{grid-template-columns:1fr 1fr!important}
 .hantema-theme .woocommerce-message,.hantema-theme .woocommerce-info,.hantema-theme .woocommerce-error{padding:12px 12px 12px 42px!important;font-size:10px!important;display:block!important}.hantema-theme .woocommerce-message .button,.hantema-theme .woocommerce-info .button{display:flex!important;width:100%!important;margin:9px 0 0!important}
 .hantema-theme .woocommerce-checkout .form-row-first,.hantema-theme .woocommerce-checkout .form-row-last{width:100%!important;float:none!important}.hantema-theme .checkout-product-row{grid-template-columns:54px minmax(0,1fr) auto!important}.hantema-theme .checkout-product-thumb img{width:54px!important;height:34px!important}
 .hantema-theme .thankyou-status-card{grid-template-columns:46px minmax(0,1fr)!important;padding:16px!important}.hantema-theme .thankyou-status-icon{width:42px;height:42px}.hantema-theme .thankyou-status-card h1{font-size:18px}.hantema-theme .thankyou-account-btn,.hantema-theme .thankyou-actions{grid-column:1/-1;width:100%}.hantema-theme .thankyou-actions{flex-direction:column}.hantema-theme .thankyou-overview-grid{grid-template-columns:1fr!important}.hantema-theme .thankyou-product-row{grid-template-columns:76px minmax(0,1fr)!important}.hantema-theme .thankyou-product-image img{width:76px;height:45px}.hantema-theme .thankyou-product-row>strong{grid-column:2;justify-self:start}.hantema-theme .thankyou-total-line{justify-content:space-between;gap:12px}.hantema-theme .thankyou-bank-grid{grid-template-columns:1fr!important}
 .hantema-theme .home-product-section .section-head{align-items:center!important}.hantema-theme .home-product-section .section-head>a{display:none}.hantema-theme .home-section-actions>a{display:none}.hantema-theme .home-carousel-nav{display:flex!important}.hantema-theme .home-carousel-shell{margin-right:-12px!important;overflow:hidden}.hantema-theme .home-product-section .woocommerce ul.products.hantema-home-products{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;padding:2px 12px 12px 0!important;scrollbar-width:none}.hantema-theme .home-product-section .woocommerce ul.products.hantema-home-products::-webkit-scrollbar{display:none}.hantema-theme .home-product-section .hantema-home-products>li.hantema-product-card{flex:0 0 min(84vw,330px)!important;width:min(84vw,330px)!important;scroll-snap-align:start!important;margin:0!important}.hantema-theme .home-product-section .product-media{height:auto!important;aspect-ratio:16/9!important}
}
@media(max-width:390px){
 .hantema-theme .single-actions.has-demo,.hantema-theme .single-actions.no-demo{grid-template-columns:1fr!important}.hantema-theme .feature-icons{grid-template-columns:1fr!important}.hantema-theme .single-meta-grid{grid-template-columns:1fr!important}.hantema-theme .screenshot-grid{grid-template-columns:1fr!important}.hantema-theme .product-actions-row.two-actions{grid-template-columns:1fr!important}
}

/* =========================================================
   HANTEMA MARKET v1.4.0 — clean product, support, auth, topbar
   ========================================================= */
/* Animated top advertising bar */
.hantema-topbar{height:var(--tb-height,40px);background:var(--tb-bg,#111827);color:var(--tb-color,#fff);overflow:hidden;display:flex;align-items:center;font-size:var(--tb-size,13px);font-weight:500;position:relative;z-index:82}.hantema-topbar:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.12) 48%,transparent 61%);transform:translateX(-120%);animation:hantemaTopbarShine 5.4s ease-in-out infinite;pointer-events:none}.hantema-topbar-track{display:flex;align-items:center;width:max-content;white-space:nowrap;animation:hantemaTopbarMove var(--tb-speed,22s) linear infinite}.hantema-topbar-track span{display:inline-flex;align-items:center;gap:22px;padding-right:70px}.hantema-topbar-track i{font-size:.8em;opacity:.72}.hantema-topbar a{color:inherit}.hantema-topbar:hover .hantema-topbar-track{animation-play-state:paused}@keyframes hantemaTopbarMove{to{transform:translateX(-25%)}}@keyframes hantemaTopbarShine{0%,62%{transform:translateX(-120%)}88%,100%{transform:translateX(120%)}}

/* Mega menu stays controlled and symmetric */
.desktop-nav .hantema-mega-menu{width:min(650px,82vw)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;max-height:520px;overflow:auto}.desktop-nav .hantema-mega-menu a{min-width:0}.desktop-nav .hantema-mega-menu span{min-width:0}.desktop-nav .hantema-mega-menu b,.desktop-nav .hantema-mega-menu small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Product cards: full source image, never crop */
.hantema-theme .product-media{background:#fff!important}.hantema-theme .product-media>a{display:flex!important;align-items:center!important;justify-content:center!important}.hantema-theme .product-media img,.hantema-theme .shop-main .product-media img,.hantema-theme .home-product-section .product-media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;margin:0!important;transform:none!important}.hantema-theme .hantema-product-card:hover .product-media img{transform:none!important}

/* Live search price: one current price only */
.search-result-item{min-width:0}.search-result-item>span{min-width:0;flex:1}.search-result-item b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-item small{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:160px}.search-result-item small del{display:none!important}.search-result-item small ins{text-decoration:none!important}

/* Empty cart — no generic Woo title/breadcrumb */
.is-empty-cart-page{padding-top:34px!important;padding-bottom:70px!important}.is-empty-cart-page .hantema-system-content{min-height:440px;display:grid;place-items:center}.is-empty-cart-page .woocommerce-notices-wrapper:empty{display:none}.hantema-empty-cart{width:min(650px,100%);margin:0 auto;text-align:center;border:1px solid var(--line);border-radius:14px;padding:54px 30px;background:linear-gradient(180deg,#fff,#fbfdfb);box-shadow:0 12px 40px rgba(17,24,39,.045)}.empty-cart-icon{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;margin:0 auto 17px;background:#edf9ee;color:var(--brand);font-size:29px;box-shadow:inset 0 0 0 8px #f7fcf7}.hantema-empty-cart h1{font-size:27px;line-height:1.25;margin:0 0 9px;letter-spacing:-.6px}.hantema-empty-cart p{max-width:510px;margin:0 auto 20px;color:var(--muted);font-size:12px}.hantema-empty-cart .btn{min-width:190px}

/* Single product v1.4 — clean two-column composition */
.hantema-theme .single-theme-v14{grid-template-columns:minmax(0,1.48fr) minmax(370px,.82fr)!important;gap:34px!important;align-items:start!important}.hantema-theme .single-summary-v14{border:1px solid var(--line);border-radius:12px;padding:24px!important;background:#fff;box-shadow:0 12px 34px rgba(17,24,39,.045);min-width:0}.hantema-theme .single-summary-v14 .summary-head{margin-bottom:14px}.hantema-theme .single-summary-v14 .single-rating{margin:0!important;min-width:0}.hantema-theme .single-summary-v14 .summary-type{max-width:55%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hantema-theme .v14-title-block{padding-bottom:16px;border-bottom:1px solid #eff2ef}.hantema-theme .v14-title-block h1{font-size:clamp(27px,2.25vw,38px)!important;line-height:1.12!important;font-weight:600!important;letter-spacing:-1px!important;margin:0 0 9px!important;overflow-wrap:anywhere}.hantema-theme .v14-title-block .product-short{font-size:11px!important;line-height:1.7!important}.hantema-theme .v14-price-panel{margin-top:15px!important;width:100%!important;min-width:0!important;border:1px solid #d7ead8!important;background:linear-gradient(135deg,#f9fdf9,#f2faf2)!important;border-radius:9px!important;padding:15px 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;text-align:left!important}.hantema-theme .v14-price-panel>div{min-width:0;display:flex;flex-direction:column}.hantema-theme .v14-price-panel small{font-size:8px!important;color:var(--muted)!important;text-transform:uppercase;letter-spacing:.08em}.hantema-theme .v14-price-panel strong{font-size:clamp(23px,2vw,31px)!important;line-height:1.15!important;color:#111827;max-width:100%;min-width:0}.hantema-theme .v14-price-panel .price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap!important}.hantema-theme .v14-price-panel del{font-size:11px!important;color:#98a09d!important}.hantema-theme .v14-price-panel ins{text-decoration:none!important}.hantema-theme .v14-price-panel>span{flex:0 0 auto;font-size:8px!important;color:#6b7280!important}
.hantema-theme .v14-actions{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:14px!important}.hantema-theme .v14-actions .single-cart-action,.hantema-theme .v14-actions form.cart{display:block!important;width:100%!important;margin:0!important}.hantema-theme .v14-actions .quantity{display:none!important}.hantema-theme .v14-actions .btn,.hantema-theme .v14-actions .single_add_to_cart_button{width:100%!important;min-height:47px!important;height:auto!important;margin:0!important;border-radius:7px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.01em!important}.hantema-theme .v14-actions .single_add_to_cart_button{text-transform:uppercase}.hantema-theme .v14-actions .btn-demo{order:2}.hantema-theme .v14-actions .btn-whatsapp{order:3;background:#fff!important;border:1px solid #9ddca2!important;color:#219a32!important}.hantema-theme .v14-actions .single-cart-action{order:1}
.hantema-theme .summary-meta-four{margin-top:14px;border:1px solid var(--line);border-radius:9px;overflow:hidden;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:#fff}.hantema-theme .summary-meta-four>div{min-width:0;padding:13px;display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:auto auto;column-gap:9px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.hantema-theme .summary-meta-four>div:nth-child(2n){border-right:0}.hantema-theme .summary-meta-four>div:nth-last-child(-n+2){border-bottom:0}.hantema-theme .summary-meta-four>div:only-child{border:0}.hantema-theme .summary-meta-four>div:nth-child(odd):last-child{border-bottom:0}.hantema-theme .summary-meta-four span{grid-row:1/3;width:29px;height:29px;border-radius:7px;background:#eef9ef;color:var(--brand);display:grid;place-items:center;font-size:13px}.hantema-theme .summary-meta-four small{font-size:7px;color:var(--muted);font-weight:600;letter-spacing:.04em}.hantema-theme .summary-meta-four b{font-size:9.5px;line-height:1.35;overflow-wrap:anywhere}.hantema-theme .feature-icons,.hantema-theme .single-meta-grid{display:none!important}.hantema-theme .main-product-image{height:auto!important;aspect-ratio:var(--product-natural-ratio,16 / 9)!important;background:#fff!important}.hantema-theme .main-product-image img{object-fit:var(--hantema-product-image-fit,contain)!important;width:100%!important;height:100%!important}

/* Floating WhatsApp support + back to top */
.hantema-floating-support{position:fixed;left:20px;bottom:24px;z-index:96;display:flex;align-items:center;gap:10px;max-width:290px;padding:8px 13px 8px 8px;border:1px solid #d6ead7;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 15px 45px rgba(17,24,39,.13);backdrop-filter:blur(10px);transition:.22s ease}.hantema-floating-support:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(17,24,39,.17)}.support-avatar{width:48px;height:48px;border-radius:50%;position:relative;display:grid;place-items:center;background:#eaf8eb;color:var(--brand);flex:0 0 auto;border:2px solid #fff;box-shadow:0 0 0 1px #d8e9da}.support-avatar>img{width:100%;height:100%;border-radius:50%;object-fit:cover}.support-avatar>i.fa-headset{font-size:19px}.support-wa-dot{position:absolute;right:-3px;bottom:-1px;width:20px;height:20px;border-radius:50%;display:grid!important;place-items:center;background:#25d366;color:#fff;font-size:11px;border:2px solid #fff}.support-copy{display:flex;flex-direction:column;min-width:0}.support-copy small{font-size:8px;color:#25a43e}.support-copy b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.hantema-back-top{position:fixed;right:20px;bottom:26px;z-index:95;width:43px;height:43px;border:1px solid var(--line);border-radius:50%;background:#fff;color:#25303b;box-shadow:0 12px 30px rgba(17,24,39,.12);display:grid;place-items:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.hantema-back-top.show{opacity:1;visibility:visible;transform:none}.hantema-back-top:hover{background:var(--brand);border-color:var(--brand);color:#fff}

/* Custom Woo login / registration */
.woocommerce-account:not(.logged-in) .hantema-account-shell>.woocommerce{max-width:1280px!important}.hantema-auth-shell{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.8fr);gap:24px;align-items:stretch}.auth-intro{border-radius:14px;padding:38px;background:linear-gradient(145deg,#112117,#173522);color:#fff;position:relative;overflow:hidden}.auth-intro:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-80px;bottom:-90px;background:rgba(67,184,63,.18)}.auth-intro .auth-kicker{color:#73d66f}.auth-intro h1{font-size:30px;line-height:1.2;margin:9px 0 13px;letter-spacing:-.8px}.auth-intro p{font-size:11px;color:#d0dbd3;line-height:1.75}.auth-intro ul{list-style:none;padding:0;margin:25px 0 0}.auth-intro li{display:flex;align-items:center;gap:9px;font-size:10px;padding:7px 0}.auth-intro li i{color:#75db72}.auth-forms{display:grid;grid-template-columns:1fr 1fr;gap:16px}.auth-card,.hantema-verify-card{border:1px solid var(--line);border-radius:13px;background:#fff;padding:24px;box-shadow:0 10px 32px rgba(17,24,39,.04)}.auth-card-head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--line);margin-bottom:15px}.auth-icon{width:42px;height:42px;border-radius:10px;background:#edf9ee;color:var(--brand);display:grid;place-items:center;font-size:17px;flex:0 0 auto}.auth-kicker{font-size:8px;letter-spacing:.13em;font-weight:700;color:var(--brand)}.auth-card-head h2{font-size:20px;margin:0}.auth-card .form-row{margin:0 0 12px!important}.auth-card label,.hantema-verify-card label{font-size:9px;font-weight:600;display:block}.auth-card input.input-text,.hantema-verify-card input[type=text]{width:100%;height:43px;border:1px solid #dfe5e1;border-radius:7px;padding:0 11px;margin-top:5px;background:#fff!important}.auth-card input:focus,.hantema-verify-card input:focus{outline:0;border-color:#92d494;box-shadow:0 0 0 3px #edf8ed}.auth-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.auth-submit{width:100%;min-height:45px!important}.auth-login-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:9px}.auth-login-actions a{color:var(--brand);font-weight:600}.auth-privacy{font-size:8px;color:#607069;background:#f7faf8;border:1px solid #e6eee7;border-radius:7px;padding:9px;display:flex;gap:7px}.auth-privacy i{color:var(--brand)}.verify-shell{display:block;max-width:650px;margin:0 auto}.hantema-verify-card{text-align:center;padding:34px}.hantema-verify-card .auth-brand{display:flex;justify-content:center;margin-bottom:23px}.hantema-verify-card>.auth-icon{margin:0 auto 14px;width:55px;height:55px;border-radius:50%;font-size:21px}.hantema-verify-card h1{font-size:26px;margin:6px 0}.hantema-verify-card>p{font-size:11px;color:var(--muted)}.hantema-verify-form{max-width:360px;margin:22px auto 0;text-align:left}.hantema-verify-form input[type=text]{height:54px;text-align:center;font-size:23px;font-weight:700;letter-spacing:9px}.verify-timer{margin:9px 0 13px;font-size:9px;text-align:center;color:var(--muted)}.verify-timer b{color:#111827}.auth-error{border:1px solid #f0d0d0;background:#fff7f7;color:#a23939;padding:10px;border-radius:7px;font-size:9px;margin:12px 0}.auth-back{display:inline-flex;align-items:center;gap:6px;margin-top:15px;color:#66736c;font-size:9px}.hantema-verify-card.is-expired .verify-timer b{color:#d33}

@media(max-width:1100px){.hantema-theme .single-theme-v14{grid-template-columns:minmax(0,1.25fr) minmax(350px,.85fr)!important}.hantema-auth-shell{grid-template-columns:1fr}.auth-intro{display:none}}
@media(max-width:900px){.hantema-theme .single-theme-v14{grid-template-columns:1fr!important}.hantema-theme .single-summary-v14{padding:18px!important}.auth-forms{grid-template-columns:1fr 1fr}.hantema-floating-support{left:12px;bottom:14px}.hantema-back-top{right:12px;bottom:16px}}
@media(max-width:650px){.hantema-topbar-track span{padding-right:45px}.hantema-theme .single-summary-v14{padding:15px!important}.hantema-theme .v14-title-block h1{font-size:25px!important}.hantema-theme .v14-price-panel{padding:13px!important}.hantema-theme .v14-price-panel strong{font-size:23px!important}.hantema-theme .summary-meta-four{grid-template-columns:1fr 1fr}.hantema-empty-cart{padding:38px 18px}.hantema-empty-cart h1{font-size:22px}.auth-forms{grid-template-columns:1fr}.auth-card,.hantema-verify-card{padding:18px}.auth-name-grid{grid-template-columns:1fr}.hantema-floating-support{padding:6px;width:54px;height:54px}.hantema-floating-support .support-avatar{width:40px;height:40px}.support-copy{display:none}.hantema-back-top{width:40px;height:40px}.desktop-nav .hantema-mega-menu{width:auto!important}.search-result-item img{width:58px;height:43px}.search-result-item small{max-width:120px}}
.hantema-theme .single-rating .review-empty{display:inline-flex;align-items:center;gap:6px;color:#7a8580!important;font-size:9px!important}.hantema-theme .single-rating .review-empty i{color:#f3a512}
.auth-form-brand{grid-column:1/-1;display:flex;align-items:center;min-height:38px}.auth-form-brand .hantema-email-logo,.auth-brand .hantema-email-logo{display:inline-flex}.hantema-email-logo img{display:block;max-width:175px;max-height:54px;width:auto;height:auto;object-fit:contain}

/* =========================================================
   HANTEMA MARKET v1.5.0 — button polish, search, reviews,
   account downloads and mobile stat carousel
   ========================================================= */

/* Product summary follows the approved three-button stack. */
.hantema-theme .single-summary-v14{overflow:hidden}
.hantema-theme .v14-actions{gap:10px!important}
.hantema-theme .v14-actions .single-cart-action{order:1!important}
.hantema-theme .v14-actions .btn-whatsapp{order:2!important}
.hantema-theme .v14-actions .btn-demo{order:3!important}
.hantema-theme .v14-actions .btn,.hantema-theme .v14-actions .single_add_to_cart_button{
  min-height:52px!important;border-radius:7px!important;font-size:12px!important;font-weight:600!important;
  letter-spacing:.01em!important;box-shadow:none!important;text-transform:uppercase!important;white-space:nowrap!important
}
.hantema-theme .v14-actions .single_add_to_cart_button{
  background:var(--brand)!important;border:1px solid var(--brand)!important;color:#fff!important
}
.hantema-theme .v14-actions .btn-whatsapp,.hantema-theme .v14-actions .btn-demo{
  background:#fff!important;border:1px solid #79ca80!important;color:#239b32!important
}
.hantema-theme .v14-actions .btn-whatsapp:hover,.hantema-theme .v14-actions .btn-demo:hover{
  background:#f4fbf4!important;border-color:var(--brand)!important;transform:none!important
}
/* Exactly one icon on add-to-cart; JS only changes the text/state. */
.hantema-theme .single_add_to_cart_button:before{font-family:"Font Awesome 6 Free"!important;font-weight:900!important;content:"\f217"!important;margin-right:8px!important}
.hantema-theme .single_add_to_cart_button.is-added:before{content:"\f00c"!important}
.hantema-theme a.added_to_cart.wc-forward{display:none!important}

/* Approved price hierarchy: current price is dominant, previous price is secondary. */
.hantema-theme .v14-price-panel{background:#fff!important;border:0!important;border-top:1px solid #edf1ee!important;border-bottom:1px solid #edf1ee!important;border-radius:0!important;padding:18px 0!important;margin-top:4px!important}
.hantema-theme .v14-price-panel>div{width:100%!important}
.hantema-theme .v14-price-panel>div>small{display:none!important}
.hantema-theme .v14-price-panel strong{color:#24983a!important;font-size:clamp(29px,2.6vw,40px)!important;font-weight:600!important;line-height:1.08!important;overflow-wrap:anywhere}
.hantema-theme .v14-price-panel .price{display:flex!important;flex-direction:column-reverse!important;align-items:flex-start!important;gap:5px!important}
.hantema-theme .v14-price-panel ins{display:block!important;color:#24983a!important;text-decoration:none!important;line-height:1!important}
.hantema-theme .v14-price-panel del{display:block!important;color:#9aa3ad!important;font-size:14px!important;line-height:1.2!important;font-weight:400!important}
.hantema-theme .v14-price-panel>span{display:none!important}
.hantema-theme .v14-title-block h1{font-weight:600!important}

/* Live search: price is one plain current value and cannot overflow its row. */
.search-result-item{display:grid!important;grid-template-columns:68px minmax(0,1fr)!important;gap:13px!important;min-width:0!important}
.search-result-item>span{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto!important;align-items:center!important;gap:12px!important;min-width:0!important}
.search-result-item b{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.search-result-item .search-price{margin:0!important;max-width:150px!important;min-width:0!important;color:#279c38!important;font-size:12px!important;font-weight:600!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:right!important}

/* Review form: Woo selector specificity must never turn the submit button gray or collapse it. */
.hantema-theme .review-form-card .form-submit{margin:2px 0 0!important;padding:0!important;width:100%!important}
.hantema-theme #review_form #respond input#submit,.hantema-theme .review-form-card input.submit{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:46px!important;
  margin:0!important;padding:10px 18px!important;border:1px solid var(--brand)!important;border-radius:7px!important;
  background:var(--brand)!important;color:#fff!important;font-family:inherit!important;font-size:11px!important;font-weight:600!important;
  line-height:1.2!important;box-shadow:none!important;appearance:none!important;cursor:pointer!important
}
.hantema-theme #review_form #respond input#submit:hover{background:var(--brand-dark)!important;color:#fff!important}
.hantema-theme .review-form-card select,.hantema-theme .review-form-card input,.hantema-theme .review-form-card textarea{min-height:43px!important;box-shadow:none!important}

/* Remove the remaining default gray WooCommerce buttons in system/account screens. */
.hantema-theme .hantema-system-content .woocommerce a.button:not(.remove),
.hantema-theme .hantema-system-content .woocommerce button.button,
.hantema-theme .hantema-system-content .woocommerce input.button,
.hantema-theme .woocommerce-MyAccount-content a.button:not(.remove),
.hantema-theme .woocommerce-MyAccount-content button.button,
.hantema-theme .woocommerce-MyAccount-content input.button{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;
  min-height:42px!important;padding:9px 16px!important;border:1px solid var(--brand)!important;border-radius:6px!important;
  background:var(--brand)!important;color:#fff!important;font-family:inherit!important;font-size:10px!important;font-weight:600!important;
  line-height:1.2!important;box-shadow:none!important;text-decoration:none!important;white-space:nowrap!important
}
.hantema-theme .hantema-system-content .woocommerce a.button:not(.remove):hover,
.hantema-theme .hantema-system-content .woocommerce button.button:hover,
.hantema-theme .woocommerce-MyAccount-content a.button:not(.remove):hover,
.hantema-theme .woocommerce-MyAccount-content button.button:hover{background:var(--brand-dark)!important;color:#fff!important}
.hantema-theme .woocommerce-info .button,.hantema-theme .woocommerce-message .button,.hantema-theme .woocommerce-notice .button{float:none!important;margin:0 0 0 auto!important}
.hantema-theme .woocommerce-form-coupon-toggle .woocommerce-info{display:flex!important;align-items:center!important;gap:10px!important;justify-content:space-between!important;flex-wrap:wrap!important}
.hantema-theme .woocommerce-form-coupon-toggle .woocommerce-info a{color:var(--brand)!important;font-weight:600!important}
.hantema-theme .checkout_coupon .button,.hantema-theme .cart-actions-bar .button{background:var(--brand)!important;color:#fff!important;border-color:var(--brand)!important}

/* Hantema Downloads — symmetric on every account state. */
.account-endpoint-head{display:flex;align-items:center;gap:13px;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:16px}
.account-endpoint-head>span{width:42px;height:42px;flex:0 0 42px;border-radius:9px;background:#eef9ef;color:var(--brand);display:grid;place-items:center;font-size:16px}
.account-endpoint-head small{display:block;color:var(--brand);font-size:8px;font-weight:700;letter-spacing:.12em}
.account-endpoint-head h2{font-size:21px;line-height:1.2;margin:2px 0 3px}
.account-endpoint-head p{margin:0;color:var(--muted);font-size:9px}
.hantema-download-list{display:grid;gap:10px}
.hantema-download-item{display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid var(--line);border-radius:9px;padding:12px;background:#fff;min-width:0}
.download-thumb{width:74px;height:50px;border-radius:6px;background:#f7f9f8;overflow:hidden;display:grid;place-items:center}
.download-thumb img{width:100%!important;height:100%!important;object-fit:contain!important}
.download-placeholder{font-size:20px;color:var(--brand)}
.download-info{min-width:0}.download-info>small{color:var(--brand);font-size:8px;font-weight:600}.download-info h3{font-size:12px;margin:1px 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.download-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:8px}.download-meta span{display:inline-flex;align-items:center;gap:5px}.download-meta i{color:var(--brand)}
.hantema-download-button{min-width:96px!important}
.account-empty-state{border:1px solid #dceadd;border-radius:10px;background:#fbfefb;padding:42px 24px;text-align:center;display:flex;flex-direction:column;align-items:center}
.account-empty-icon{width:58px;height:58px;border-radius:50%;background:#edf9ee;color:var(--brand);display:grid;place-items:center;font-size:22px;margin-bottom:12px}
.account-empty-state h3{font-size:17px;margin:0 0 5px}.account-empty-state p{font-size:9px;color:var(--muted);margin:0 0 15px;max-width:430px}

/* Mobile: hero-under-slider information cards are a professional swipe carousel. */
@media(max-width:650px){
  .hantema-theme .stat-strip{display:flex!important;grid-template-columns:none!important;gap:10px!important;border:0!important;box-shadow:none!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;padding:2px 13px 10px 0!important;margin-right:-13px!important;scrollbar-width:none!important}
  .hantema-theme .stat-strip::-webkit-scrollbar{display:none!important}
  .hantema-theme .stat-strip>div{flex:0 0 min(82vw,310px)!important;min-height:86px!important;border:1px solid var(--line)!important;border-radius:9px!important;padding:16px!important;background:#fff!important;scroll-snap-align:start!important;box-shadow:0 7px 22px rgba(17,24,39,.035)!important}
  .hantema-theme .stat-strip>div b{font-size:25px!important}.hantema-theme .stat-strip>div strong{font-size:12px!important}.hantema-theme .stat-strip>div small{font-size:9px!important}
  .hantema-theme .category-shortcuts{display:flex!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding-bottom:10px!important;scrollbar-width:none!important}
  .hantema-theme .category-shortcuts::-webkit-scrollbar{display:none!important}.hantema-theme .category-shortcuts>a{flex:0 0 145px!important;scroll-snap-align:start!important}
  .search-result-item{grid-template-columns:58px minmax(0,1fr)!important;gap:10px!important}.search-result-item>span{grid-template-columns:minmax(0,1fr)!important;gap:2px!important}.search-result-item .search-price{text-align:left!important;max-width:100%!important;font-size:11px!important}
  .hantema-theme .v14-actions .btn,.hantema-theme .v14-actions .single_add_to_cart_button{min-height:49px!important;font-size:10px!important}
  .hantema-theme .v14-price-panel strong{font-size:30px!important}.hantema-theme .v14-price-panel del{font-size:12px!important}
  .hantema-download-item{grid-template-columns:62px minmax(0,1fr)!important;gap:10px!important}.download-thumb{width:62px;height:44px}.hantema-download-button{grid-column:1/-1!important;width:100%!important;min-height:42px!important}
  .download-meta{gap:7px!important}.account-endpoint-head p{display:none}
}


/* =========================================================
   HANTEMA MARKET v1.6.0 — mobile header, bounded mega menu,
   topbar modes, bottom toast, active archive filters
   ========================================================= */
html,body,#page,.site-shell{max-width:100%;overflow-x:clip}
.site-content{max-width:100%;overflow-x:clip}

/* Header / mega menu: logo left, menu under header, never outside viewport. */
.desktop-nav .hantema-main-menu>li{position:relative}
.desktop-nav .hantema-main-menu>li>.hantema-mega-menu{
  top:100%!important;left:50%!important;right:auto!important;
  width:min(700px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important;
  max-height:min(520px,calc(100vh - 110px))!important;overflow-y:auto!important;overflow-x:hidden!important;
  transform:translate(-50%,8px)!important;overscroll-behavior:contain
}
.desktop-nav .hantema-main-menu>li:hover>.hantema-mega-menu{transform:translate(-50%,0)!important}
.desktop-nav .hantema-mega-menu{scrollbar-width:thin;scrollbar-color:#c9d2cc transparent}

/* Topbar: solid, gradient or glass + marquee/pulse/static animation. */
.hantema-topbar{background:var(--tb-bg,#111827)!important;isolation:isolate}
.hantema-topbar.topbar-bg-gradient{background:linear-gradient(var(--tb-angle,100deg),var(--tb-bg,#111827),var(--tb-bg2,#2f9d35))!important}
.hantema-topbar.topbar-bg-glass{background:color-mix(in srgb,var(--tb-bg,#111827) 76%,transparent)!important;backdrop-filter:blur(var(--tb-blur,12px));-webkit-backdrop-filter:blur(var(--tb-blur,12px));border-bottom:1px solid rgba(255,255,255,.12)}
.hantema-topbar.topbar-marquee .hantema-topbar-track{animation:hantemaTopbarMove var(--tb-speed,22s) linear infinite}
.hantema-topbar.topbar-pulse .hantema-topbar-track,.hantema-topbar.topbar-static .hantema-topbar-track{width:100%;justify-content:center;animation:none!important}
.hantema-topbar.topbar-pulse .hantema-topbar-track span{padding:0 18px;animation:hantemaTopbarPulse var(--tb-speed,4s) ease-in-out infinite}
.hantema-topbar.topbar-static .hantema-topbar-track span{padding:0 18px}
@keyframes hantemaTopbarPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.48;transform:scale(.985)}}

/* Add-to-cart: WooCommerce must not draw a second added/check icon. */
.hantema-theme .single_add_to_cart_button.added:after,.hantema-theme .single_add_to_cart_button.is-added:after,.hantema-theme .single_add_to_cart_button:after{display:none!important;content:none!important}
.hantema-theme .single_add_to_cart_button.is-added:before{content:"\f00c"!important}

/* Added-to-cart mini popup is always bottom-center. */
.hantema-toast{top:auto!important;bottom:24px!important;left:50%!important;transform:translate(-50%,16px)!important;min-width:min(390px,calc(100vw - 28px))!important;max-width:min(520px,calc(100vw - 28px))!important;padding:10px 12px!important}
.hantema-toast.show{transform:translate(-50%,0)!important}
.toast-inner{min-width:0}.toast-inner>div{min-width:0;flex:1}.toast-inner b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toast-check{flex:0 0 28px}

/* Archive filter shows active categories + active infrastructures cleanly. */
.filter-link-list{display:grid;gap:3px;padding:0 0 8px}
.filter-link-list a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px;border-radius:6px;color:#4b5563;font-size:10px;min-width:0}
.filter-link-list a span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-link-list a small{font-size:8px;color:#8a9490}
.filter-link-list a:hover,.filter-link-list a.active{background:#eef9ef;color:#249a35;font-weight:600}
.filter-block label{display:flex!important;align-items:center!important;gap:8px!important;min-width:0}.filter-block label>span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-count{margin-left:auto;color:#9aa3ad;font-size:8px;flex:0 0 auto}

/* Hero browser composition: bounded on every breakpoint, no horizontal page drift. */
.hero-art{width:100%;max-width:760px;margin-inline:auto;overflow:hidden;border-radius:12px}
.browser-main,.mini-browser,.guarantee{max-width:100%}

@media(max-width:900px){
  .site-header .header-row{width:calc(100% - 26px)!important;max-width:none!important;justify-content:space-between!important;gap:12px!important}
  .site-header .header-logo{min-width:0;max-width:calc(100% - 64px)}
  .site-header .header-logo .custom-logo-link,.site-header .header-logo .hantema-brand{max-width:100%}
  .site-header .custom-logo{max-width:min(190px,58vw);height:auto!important}
  .header-actions{margin-left:auto!important;flex:0 0 auto!important}
  .header-actions>*:not(.burger){display:none!important}
  .burger{display:block!important;margin-left:auto!important;flex:0 0 44px!important;width:44px!important;height:44px!important;padding:8px!important}
  .burger span{width:25px;margin-left:auto!important}
  .mobile-drawer{left:auto!important;right:0!important;max-width:92vw;overflow-x:hidden!important}
  .drawer-head .custom-logo{max-width:165px!important}
  .hero-art{height:310px!important;max-width:690px!important}
  .browser-main{left:6%!important;top:12px!important;width:84%!important;height:235px!important}
  .mock-dark{height:205px!important;padding:42px 34px!important}
  .mini-browser{height:100px!important;width:30%!important;border-width:4px!important}
  .mini-browser.one{left:2%!important;bottom:8px!important}.mini-browser.two{left:35%!important;bottom:2px!important}.mini-browser.three{right:2%!important;bottom:10px!important}
  .guarantee{right:2%!important;top:35px!important}
}
@media(max-width:650px){
  .hantema-topbar{font-size:min(var(--tb-size,13px),12px)!important}.hantema-topbar-track{max-width:100%}.hantema-topbar.topbar-pulse .hantema-topbar-track span,.hantema-topbar.topbar-static .hantema-topbar-track span{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .hero{overflow:hidden!important}.hero-art{height:255px!important;border-radius:10px!important}
  .browser-main{left:4%!important;top:9px!important;width:90%!important;height:185px!important;border-radius:9px!important}
  .browser-bar{height:23px!important}.mock-dark{height:162px!important;padding:30px 22px!important}.mock-dark strong{font-size:27px!important}.mock-dark p{font-size:10px!important}
  .mini-browser{height:76px!important;width:31%!important;border-width:3px!important;border-radius:7px!important}.mini-browser.one{left:2%!important;bottom:8px!important}.mini-browser.two{left:35%!important;bottom:4px!important}.mini-browser.three{right:2%!important;bottom:9px!important}
  .guarantee{width:58px!important;height:58px!important;right:3%!important;top:27px!important;font-size:11px!important}.guarantee small{font-size:7px!important}
  .hantema-toast{bottom:14px!important}.toast-inner img{width:48px!important;height:36px!important;object-fit:contain!important;background:#f7f9f8}
  .shop-layout,.shop-main,.shop-filter,.shop-controls,.shop-hero{max-width:100%;min-width:0}
}


/* =========================================================
   HANTEMA MARKET v1.7.0 — card pricing, stable ratings,
   editable hero showcase and homepage HTML/CSS ad
   ========================================================= */

/* Product cards: compact one-line title + premium price chip. */
.hantema-theme .hantema-product-card{min-width:0!important}
.hantema-theme .hantema-product-card .product-topline{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;margin-bottom:7px!important}
.hantema-theme .hantema-product-card .product-cat{max-width:100%!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:10px!important}
.hantema-theme .hantema-product-card .card-price-chip{display:flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:5px!important;min-width:0!important;max-width:150px!important;padding:7px 9px!important;border:1px solid #d9ead9!important;border-radius:7px!important;background:linear-gradient(135deg,#f8fdf8,#eef9ef)!important;color:#168b2b!important;white-space:nowrap!important;overflow:hidden!important}
.hantema-theme .hantema-product-card .card-price-chip strong{font-size:14px!important;line-height:1!important;font-weight:700!important;white-space:nowrap!important;color:#13892a!important}
.hantema-theme .hantema-product-card .card-price-chip del{font-size:8px!important;color:#8e9892!important;white-space:nowrap!important;flex:0 1 auto!important;overflow:hidden!important;text-overflow:ellipsis!important}
.hantema-theme .hantema-product-card h2{min-height:0!important;height:auto!important;margin:3px 0 8px!important;font-size:14px!important;line-height:1.35!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.hantema-theme .hantema-product-card h2 a{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#101828!important}
.hantema-theme .hantema-product-card .product-media{background:#fff!important}
.hantema-theme .hantema-product-card .product-media img{object-fit:contain!important;object-position:center!important}

/* Font Awesome rating: no Woo font collision, no duplicated outlines. */
.hantema-stars{display:inline-flex!important;align-items:center!important;gap:2px!important;white-space:nowrap!important;color:#f5a000!important;line-height:1!important}
.hantema-stars i{font-size:12px!important;width:auto!important;height:auto!important;line-height:1!important;color:#f5a000!important;text-indent:0!important;margin:0!important}
.product-rating-row .hantema-stars i{font-size:11px!important}
.single-rating .hantema-stars i{font-size:14px!important}
.single-rating{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:nowrap!important}
.single-rating .hantema-rating-number{font-size:11px!important;color:#101828!important}
.single-rating .hantema-rating-count{font-size:9px!important;color:#7b8580!important;white-space:nowrap!important}
.review-score .hantema-stars{justify-content:center!important;margin:4px 0!important}.review-score .hantema-stars i{font-size:15px!important}
.commentlist .hantema-stars i{font-size:11px!important}

/* Single price block: always visible and stable on long prices. */
.hantema-theme .v14-price-panel{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:16px!important;margin:14px 0 0!important;border:1px solid #d9ead9!important;border-radius:9px!important;background:linear-gradient(135deg,#fbfefb,#f0faf1)!important}
.hantema-theme .v14-price-panel .single-price-main{display:grid!important;grid-template-columns:auto auto!important;grid-template-areas:"label label" "current old"!important;align-items:baseline!important;justify-content:start!important;gap:5px 9px!important;min-width:0!important;width:auto!important}
.hantema-theme .v14-price-panel .single-price-main>small{grid-area:label!important;display:block!important;font-size:8px!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#7b8580!important}
.hantema-theme .v14-price-panel .single-current-price{grid-area:current!important;display:block!important;font-size:clamp(27px,2.35vw,38px)!important;line-height:1!important;color:#1d9c37!important;font-weight:700!important;white-space:nowrap!important}
.hantema-theme .v14-price-panel .single-current-price .woocommerce-Price-amount{white-space:nowrap!important}
.hantema-theme .v14-price-panel .single-regular-price{grid-area:old!important;font-size:12px!important;color:#9ba3a0!important;white-space:nowrap!important}
.hantema-theme .v14-price-panel>span{display:block!important;flex:0 0 auto!important;font-size:8px!important;color:#6b746f!important}
.hantema-theme .v14-title-block h1{font-size:clamp(25px,2vw,34px)!important;line-height:1.14!important;max-width:100%!important}

/* Editable homepage browser images. */
.hero-showcase-image{display:block!important;width:100%!important;height:calc(100% - 30px)!important;background:#fff!important}
.hero-showcase-image img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}
.mini-browser img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#fff!important}
.mock-dark a{display:inline-flex!important;align-items:center!important;background:var(--brand)!important;color:#fff!important;padding:8px 12px!important;border-radius:4px!important;font-size:11px!important}

/* User-supplied horizontal HTML/CSS ad is isolated in a bounded container. */
.hantema-custom-ad{margin-top:12px!important;margin-bottom:28px!important;min-width:0!important;max-width:var(--container,1500px)!important;overflow:hidden!important;border-radius:9px!important}
.hantema-custom-ad>*{max-width:100%!important}.hantema-custom-ad img,.hantema-custom-ad video,.hantema-custom-ad iframe{max-width:100%!important;height:auto}

@media(max-width:1180px){
 .hantema-theme .hantema-product-card .card-price-chip{max-width:132px!important;padding:6px 8px!important}.hantema-theme .hantema-product-card .card-price-chip strong{font-size:12px!important}
}
@media(max-width:650px){
 .hantema-theme .hantema-product-card .product-topline{grid-template-columns:minmax(0,1fr) auto!important}.hantema-theme .hantema-product-card .card-price-chip{max-width:145px!important}.hantema-theme .hantema-product-card h2{font-size:13px!important}
 .hantema-theme .v14-price-panel{padding:13px!important}.hantema-theme .v14-price-panel .single-current-price{font-size:26px!important}.hantema-theme .v14-price-panel .single-regular-price{font-size:10px!important}.hantema-theme .v14-price-panel>span{display:none!important}
 .hero-showcase-image{height:calc(100% - 23px)!important}
}


/* v1.7.1 — Single product price panel hard reset.
   WooCommerce / plugin typography must never shrink the amount inside this card. */
.hantema-theme .single-summary-v14 .v14-price-panel{
  box-sizing:border-box!important;
  width:100%!important;
  min-height:0!important;
  margin:16px 0 0!important;
  padding:16px 18px!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  border:1px solid #d8ead9!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,#fbfefb 0%,#f0faf1 100%)!important;
  overflow:hidden!important;
}
.hantema-theme .single-summary-v14 .v14-price-panel .single-price-main{
  min-width:0!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:7px!important;
}
.hantema-theme .single-summary-v14 .v14-price-panel .single-price-main>small{
  display:block!important;
  margin:0!important;
  padding:0!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#76817b!important;
}
.hantema-theme .single-summary-v14 .v14-price-panel .single-price-row{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:baseline!important;
  gap:8px 10px!important;
  line-height:1!important;
}
.hantema-theme .single-summary-v14 .v14-price-panel .single-current-price{
  display:inline-flex!important;
  align-items:baseline!important;
  margin:0!important;
  padding:0!important;
  font-family:inherit!important;
  font-size:clamp(30px,2.35vw,38px)!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:-.03em!important;
  color:#1d9c37!important;
  white-space:nowrap!important;
}
.hantema-theme .single-summary-v14 .v14-price-panel .single-current-price *,
.hantema-theme .single-summary-v14 .v14-price-panel .single-current-price .woocommerce-Price-amount,
.hantema-theme .single-summary-v14 .v14-price-panel .single-current-price .woocommerce-Price-currencySymbol,
.hantema-theme .single-summary-v14 .v14-price-panel .single-current-price bdi{
  display:inline!important;
  margin:0!important;
  padding:0!important;
  font-family:inherit!important;
  font-size:inherit!important;
  line-height:inherit!important;
  font-weight:inherit!important;
  letter-spacing:inherit!important;
  color:inherit!important;
  white-space:nowrap!important;
}
.hantema-theme .single-summary-v14 .v14-price-panel .single-regular-price{
  display:inline-flex!important;
  align-items:baseline!important;
  margin:0!important;
  padding:0!important;
  font-family:inherit!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:400!important;
  color:#949e99!important;
  text-decoration-thickness:1px!important;
  white-space:nowrap!important;
}
.hantema-theme .single-summary-v14 .v14-price-panel .single-regular-price *,
.hantema-theme .single-summary-v14 .v14-price-panel .single-regular-price .woocommerce-Price-amount,
.hantema-theme .single-summary-v14 .v14-price-panel .single-regular-price .woocommerce-Price-currencySymbol,
.hantema-theme .single-summary-v14 .v14-price-panel .single-regular-price bdi{
  display:inline!important;
  margin:0!important;
  padding:0!important;
  font-family:inherit!important;
  font-size:inherit!important;
  line-height:inherit!important;
  font-weight:inherit!important;
  color:inherit!important;
  white-space:nowrap!important;
}
.hantema-theme .single-summary-v14 .v14-price-panel .single-tax-note{
  flex:0 0 auto!important;
  margin:0!important;
  padding:5px 7px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid #e0ebe1!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:500!important;
  color:#6f7974!important;
  white-space:nowrap!important;
}
@media(max-width:650px){
  .hantema-theme .single-summary-v14 .v14-price-panel{padding:14px!important;gap:10px!important}
  .hantema-theme .single-summary-v14 .v14-price-panel .single-current-price{font-size:29px!important}
  .hantema-theme .single-summary-v14 .v14-price-panel .single-regular-price{font-size:11px!important}
  .hantema-theme .single-summary-v14 .v14-price-panel .single-tax-note{font-size:8px!important;padding:4px 6px!important}
}
@media(max-width:390px){
  .hantema-theme .single-summary-v14 .v14-price-panel{align-items:flex-start!important;flex-direction:column!important}
  .hantema-theme .single-summary-v14 .v14-price-panel .single-tax-note{align-self:flex-start!important}
}


/* v1.8.0 — sade giriş/kayıt ekranı */
.hantema-auth-shell.auth-only-shell{display:block!important;max-width:1080px;margin:0 auto}
.auth-forms.auth-forms-only{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:980px;margin:0 auto}
.auth-forms.auth-forms-only .auth-form-brand{grid-column:1/-1;display:flex;justify-content:center;align-items:center;margin:2px 0 8px}
.auth-forms.auth-forms-only .auth-form-brand img{max-width:170px;max-height:56px;width:auto;height:auto}
.auth-forms.auth-forms-only .auth-card{height:max-content}
.registration-code-preview{border:1px solid #dcebdd;background:#f7fcf7;border-radius:9px;padding:11px 12px;margin:3px 0 13px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.registration-code-preview>div{display:flex;align-items:center;gap:10px;min-width:0}
.registration-code-preview>div>i{width:34px;height:34px;border-radius:8px;background:#e9f8e9;color:var(--brand);display:grid;place-items:center;flex:0 0 auto}
.registration-code-preview b{display:block;font-size:9px;color:#17201b}
.registration-code-preview small{display:block;font-size:8px;color:#718077;margin-top:2px;line-height:1.45}
.preview-timer{display:inline-flex!important;align-items:center;gap:5px;white-space:nowrap;border:1px solid #bfe1c0;background:#fff;color:#2d8d35;border-radius:7px;padding:7px 9px;font-size:9px;font-weight:700}
.verify-note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:9px;color:#66736c;margin:11px 0 0}
@media(max-width:760px){
 .auth-forms.auth-forms-only{grid-template-columns:1fr;gap:14px}
 .auth-forms.auth-forms-only .auth-form-brand{margin-bottom:2px}
 .registration-code-preview{align-items:flex-start}
}

/* v1.8.1 — sade kayıt akışı ve tek ana hero görseli */
.hero-art-single{height:auto;min-height:330px;display:flex;align-items:center;justify-content:center;background:none!important}
.hero-showcase-single{display:block;width:100%;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 18px 42px rgba(17,24,39,.09)}
.hero-showcase-single img{display:block;width:100%;height:auto;max-height:430px;object-fit:contain;object-position:center;background:#fff}
.hero-single-fallback{position:relative!important;left:auto!important;top:auto!important;width:100%!important;height:300px!important}
.auth-password-mail-note{border:1px solid #dcebdd;background:#f7fcf7;border-radius:9px;padding:11px 12px;margin:3px 0 13px;display:flex;align-items:center;gap:10px}
.auth-password-mail-note>i{width:34px;height:34px;border-radius:8px;background:#e9f8e9;color:var(--brand);display:grid;place-items:center;flex:0 0 auto}
.auth-password-mail-note span{min-width:0}.auth-password-mail-note b{display:block;font-size:9px;color:#17201b}.auth-password-mail-note small{display:block;font-size:8px;color:#718077;margin-top:2px;line-height:1.45}
.comment-form-cookies-consent,.woocommerce #review_form .comment-form-cookies-consent{display:none!important}
@media(max-width:650px){.hero-art-single{min-height:0}.hero-showcase-single img{max-height:none}.hero-single-fallback{height:225px!important}}


/* v1.8.2 — giriş/kayıt: header logosu yeterli, form içi marka alanı yok */
.auth-forms.auth-forms-only{padding-top:0!important}
.auth-forms.auth-forms-only>.auth-form-brand{display:none!important}


/* =========================================================
   HANTEMA MARKET v1.8.3 — editable header + centered mega menu
   ========================================================= */
.site-header .header-row{position:relative}
.desktop-nav,.desktop-nav .hantema-main-menu{position:static!important}
.desktop-nav .hantema-main-menu>li{position:relative}
.desktop-nav .hantema-main-menu>.hantema-mega-parent{position:static!important}
.desktop-nav .hantema-main-menu>.hantema-mega-parent>.hantema-mega-menu{
  position:absolute!important;
  top:100%!important;
  left:50%!important;
  right:auto!important;
  width:min(760px,calc(100vw - 40px))!important;
  max-width:calc(100vw - 40px)!important;
  transform:translate(-50%,10px)!important;
  margin:0!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  transform-origin:top center!important;
}
.desktop-nav .hantema-main-menu>.hantema-mega-parent:hover>.hantema-mega-menu{
  transform:translate(-50%,0)!important;
}
@media(max-width:1180px){.desktop-nav .hantema-main-menu{gap:18px!important}.desktop-nav .hantema-main-menu>li>a{font-size:12px!important}}

/* Hantema v1.9.1 — managed categories + premium campaign showcase */
.category-banner-art{width:min(460px,42vw);height:210px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 20px 55px rgba(20,35,25,.08);display:flex;align-items:center;justify-content:center}.category-banner-art img{width:100%;height:100%;object-fit:contain;display:block}.shop-hero:has(.category-banner-art){gap:36px}.shop-cats .cat-icon i{font-size:24px}

.page-template-campaigns .site-main{overflow:hidden}.hantema-campaign-showcase{position:relative;isolation:isolate;overflow:hidden;padding:46px 0 34px;background:radial-gradient(circle at 14% 18%,rgba(113,218,82,.10),transparent 21%),radial-gradient(circle at 87% 18%,rgba(83,198,62,.10),transparent 18%),linear-gradient(180deg,#fff 0%,#fbfefb 74%,#fff 100%)}.hantema-campaign-showcase:before,.hantema-campaign-showcase:after{content:"";position:absolute;width:760px;height:420px;border:1px solid rgba(74,190,57,.28);border-radius:50%;z-index:-1;pointer-events:none}.hantema-campaign-showcase:before{left:-300px;top:-270px;transform:rotate(-18deg)}.hantema-campaign-showcase:after{right:-320px;top:-265px;transform:rotate(16deg)}.campaign-showcase-inner{position:relative;z-index:2}.campaign-brand-chip{width:228px;min-height:78px;margin:-46px auto 25px;background:#fff;border:1px solid #edf1ed;border-radius:0 0 27px 27px;box-shadow:0 18px 42px rgba(20,35,25,.10);display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 26px}.campaign-brand-chip img{display:block;max-width:175px;max-height:47px;width:auto;height:auto;object-fit:contain}.campaign-brand-chip b{font-size:31px;letter-spacing:-1.8px}.campaign-brand-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#77dd56,#31ae35);display:grid;place-items:center;color:#fff;font-size:20px}.campaign-showcase-heading{text-align:center;margin:6px auto 54px;max-width:940px}.campaign-eyebrow{display:block;font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--brand);margin-bottom:8px}.campaign-showcase-heading h1{margin:0;color:#101722;font-size:clamp(44px,5.5vw,74px);line-height:1.03;letter-spacing:-3.6px;font-weight:700}.campaign-showcase-heading h1 em{font-style:normal;color:#34a925}.campaign-showcase-heading p{font-size:18px;color:#303740;margin:13px 0 0;font-weight:400}.campaign-deco{position:absolute;z-index:1;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#a4e86f,#53bd36);box-shadow:0 20px 34px rgba(67,164,47,.20);pointer-events:none}.campaign-deco-ticket{left:4%;top:105px;width:110px;height:78px;border-radius:9px;transform:rotate(-15deg);font-size:42px}.campaign-deco-ticket:before,.campaign-deco-ticket:after{content:"";position:absolute;width:19px;height:19px;border-radius:50%;background:#fff;top:30px}.campaign-deco-ticket:before{left:-10px}.campaign-deco-ticket:after{right:-10px}.campaign-deco-percent{right:9%;top:120px;width:72px;height:72px;border-radius:50%;font-size:39px;font-weight:700;transform:rotate(9deg);border:5px solid rgba(255,255,255,.55)}.campaign-deco-ribbon{left:-24px;bottom:40px;width:150px;height:62px;border-radius:9px;transform:rotate(19deg);font-size:38px;font-weight:700}.campaign-deco-gift{right:-8px;bottom:-18px;width:118px;height:118px;border-radius:24px 24px 0 0;font-size:54px;transform:rotate(-5deg)}

.campaign-grid-v3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:1180px;margin:0 auto}.campaign-card-v3{position:relative;background:linear-gradient(180deg,#fff,#fdfefd);border:1px solid #e7ece8;border-radius:25px;box-shadow:0 22px 45px rgba(25,45,30,.10);padding:68px 24px 24px;min-width:0;transition:transform .24s ease,box-shadow .24s ease;overflow:visible}.campaign-card-v3:hover{transform:translateY(-5px);box-shadow:0 27px 58px rgba(25,45,30,.14)}.campaign-card-v3:after{content:"";position:absolute;left:0;right:0;bottom:0;height:72px;border-radius:0 0 25px 25px;opacity:.22;background:repeating-radial-gradient(ellipse at 50% 100%,transparent 0 7px,rgba(67,178,49,.18) 8px 9px,transparent 10px 18px);pointer-events:none}.campaign-card-icon-v3{position:absolute;left:50%;top:-51px;transform:translateX(-50%);width:102px;height:102px;border-radius:50%;background:linear-gradient(180deg,#fff,#f4faef);border:1px solid #e4ece2;box-shadow:0 13px 28px rgba(29,65,34,.15);display:grid;place-items:center;z-index:3;padding:17px;color:var(--campaign-accent2,#249920);font-size:45px}.campaign-card-icon-v3:after{content:"";position:absolute;inset:9px;border-radius:50%;border:1px solid rgba(73,181,52,.18)}.campaign-card-icon-v3 img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;border-radius:50%}.campaign-card-icon-v3 i{position:relative;z-index:1}.campaign-card-content-v3{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.campaign-mini-badge{display:inline-flex;padding:4px 9px;border-radius:999px;background:#eef9eb;color:#2d9826;font-size:8px;font-weight:700;letter-spacing:.06em;margin-bottom:8px}.campaign-card-v3 h3{margin:0 0 13px;font-size:22px;line-height:1.25;color:#151b24;font-weight:650;letter-spacing:-.55px}.campaign-ticket-v3{position:relative;width:100%;min-height:88px;background:linear-gradient(90deg,#f8fff5,#fff);border:1px solid #dfe9dd;border-radius:13px;box-shadow:0 7px 18px rgba(28,54,30,.08);display:grid;grid-template-columns:minmax(0,1fr) 74px;align-items:center;margin:0 0 13px;overflow:visible}.campaign-ticket-v3:before,.campaign-ticket-v3:after{content:"";position:absolute;top:50%;width:21px;height:21px;border-radius:50%;background:#fff;border:1px solid #e5ece4;transform:translateY(-50%);z-index:2}.campaign-ticket-v3:before{left:-12px;border-left-color:transparent}.campaign-ticket-v3:after{right:-12px;border-right-color:transparent}.campaign-ticket-v3 strong{display:block;min-width:0;padding:0 14px;color:var(--campaign-accent2,#249920);font-size:clamp(25px,2.3vw,40px);line-height:1;font-weight:750;letter-spacing:-1.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.campaign-ticket-v3>span{height:70%;border-left:2px dashed #bcd5b8;display:grid;place-items:center;color:var(--campaign-accent2,#249920);font-size:26px;font-weight:600;padding:0 8px}.campaign-copy-v3{min-height:39px;color:#4e565d;font-size:11px;line-height:1.55;margin:0 auto 13px}.campaign-copy-v3 p{margin:0}.campaign-countdown-v3{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:0 0 12px}.campaign-countdown-v3>span{background:#f7faf7;border:1px solid #e4ebe3;border-radius:8px;padding:5px 3px;display:flex;flex-direction:column}.campaign-countdown-v3 b{color:#16201a;font-size:12px}.campaign-countdown-v3 small{color:#7f8880;font-size:7px}.campaign-card-actions-v3{width:100%;margin-top:auto;padding-top:2px}.campaign-action-v3{appearance:none;border:0;width:min(74%,260px);min-height:46px;margin:0 auto;border-radius:11px;padding:11px 18px;background:linear-gradient(180deg,var(--campaign-accent1,#45c538),var(--campaign-accent2,#249920));box-shadow:0 8px 18px rgba(45,160,38,.23);color:#fff!important;display:flex;align-items:center;justify-content:center;gap:9px;font:600 12px/1 Poppins,sans-serif;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.campaign-action-v3:hover{transform:translateY(-2px);box-shadow:0 11px 23px rgba(45,160,38,.30);color:#fff}.campaign-empty-v3{max-width:760px;margin:0 auto 20px}.campaign-benefit-bar{max-width:940px;margin:30px auto 0;background:rgba(255,255,255,.94);border:1px solid #e6ece6;border-radius:19px;box-shadow:0 14px 30px rgba(24,48,28,.09);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:12px 7px}.campaign-benefit-bar>div{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0;padding:5px 14px;border-right:1px solid #e1e7e1}.campaign-benefit-bar>div:last-child{border-right:0}.campaign-benefit-bar>div>span{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;color:#239523;font-size:20px;flex:0 0 auto}.campaign-benefit-bar p{margin:0;display:flex;min-width:0;flex-direction:column;text-align:left}.campaign-benefit-bar b{font-size:11px;color:#1b2220}.campaign-benefit-bar small{font-size:8px;color:#747d78;white-space:nowrap}.campaign-showcase-foot{display:flex;align-items:center;justify-content:center;gap:26px;margin:15px auto 0;color:#555e58;font-size:10px}.campaign-showcase-foot span,.campaign-showcase-foot a{display:inline-flex;align-items:center;gap:7px}.campaign-showcase-foot i{color:#35a52b}.campaign-showcase-foot a{color:#2fa026;font-weight:600}.campaign-showcase-foot a:hover{color:#237d1e}

@media(max-width:1100px){.campaign-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr));max-width:790px}.campaign-deco{opacity:.6}.campaign-benefit-bar{grid-template-columns:repeat(2,minmax(0,1fr));max-width:650px}.campaign-benefit-bar>div:nth-child(2){border-right:0}.campaign-benefit-bar>div:nth-child(-n+2){border-bottom:1px solid #e1e7e1}}
@media(max-width:780px){.category-banner-art{width:100%;height:auto;aspect-ratio:16/8;margin-top:10px}.shop-hero:has(.category-banner-art){display:block}.hantema-campaign-showcase{padding:28px 0 25px}.campaign-brand-chip{width:170px;min-height:58px;margin:-28px auto 20px;padding:11px 18px;border-radius:0 0 20px 20px}.campaign-brand-chip img{max-width:135px;max-height:36px}.campaign-showcase-heading{margin-bottom:76px;padding:0 4px}.campaign-showcase-heading h1{font-size:36px;line-height:1.08;letter-spacing:-1.9px}.campaign-showcase-heading p{font-size:13px;line-height:1.55}.campaign-eyebrow{font-size:8px}.campaign-deco-ticket{left:-16px;top:76px;width:76px;height:54px;font-size:29px}.campaign-deco-ticket:before,.campaign-deco-ticket:after{width:14px;height:14px;top:20px}.campaign-deco-percent{right:-5px;top:92px;width:55px;height:55px;font-size:29px}.campaign-deco-ribbon,.campaign-deco-gift{display:none}.campaign-grid-v3{display:flex;overflow-x:auto;max-width:none;margin:0 -16px;padding:53px 16px 24px;gap:14px;scroll-snap-type:x mandatory;scrollbar-width:none}.campaign-grid-v3::-webkit-scrollbar{display:none}.campaign-card-v3{flex:0 0 min(86vw,350px);scroll-snap-align:center;padding:60px 18px 20px;border-radius:21px}.campaign-card-icon-v3{width:88px;height:88px;top:-44px;padding:15px;font-size:38px}.campaign-card-v3 h3{font-size:18px}.campaign-ticket-v3{min-height:74px;grid-template-columns:minmax(0,1fr) 58px}.campaign-ticket-v3 strong{font-size:29px;padding:0 10px}.campaign-ticket-v3>span{font-size:21px}.campaign-action-v3{width:82%}.campaign-benefit-bar{display:flex;overflow-x:auto;margin:3px -16px 0;padding:10px 16px;border-radius:0;border-left:0;border-right:0;box-shadow:none;scroll-snap-type:x mandatory}.campaign-benefit-bar>div{flex:0 0 73%;justify-content:flex-start;border:0!important;background:#fff;border-radius:12px!important;box-shadow:0 7px 18px rgba(20,40,24,.05);scroll-snap-align:start;padding:9px 12px}.campaign-showcase-foot{flex-direction:column;gap:8px;margin-top:12px}.campaign-showcase-foot span{font-size:9px}}
.home .category-shortcuts{grid-template-columns:repeat(9,minmax(0,1fr))}
@media(max-width:780px){.home .category-shortcuts{grid-template-columns:none}}

/* Hantema v1.9.3 — coupon copy + optional campaign site button */
.campaign-card-v3 .campaign-copy-v3{order:2;min-height:50px;margin:0 auto 16px;max-width:92%;font-size:11.5px;line-height:1.65;color:#4f5853}
.campaign-card-v3 .campaign-ticket-v3{order:3;appearance:none;-webkit-appearance:none;cursor:pointer;border:1px solid #dce8d9!important;padding:0!important;font-family:Poppins,sans-serif!important;color:inherit!important;text-align:left!important;grid-template-columns:90px minmax(0,1fr) 58px!important;min-height:82px!important;background:linear-gradient(90deg,#f7fff4 0%,#fff 62%,#fbfffa 100%)!important;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.campaign-card-v3 .campaign-ticket-v3:hover{border-color:#aed9a8!important;box-shadow:0 11px 25px rgba(35,137,38,.12)!important;transform:translateY(-1px)}
.campaign-card-v3 .campaign-ticket-v3:focus-visible{outline:3px solid rgba(54,180,49,.16)!important;outline-offset:3px}
.campaign-ticket-v3 .campaign-ticket-label{height:58%!important;border:0!important;border-right:2px dashed #bfd7bb!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 10px!important;font-size:8px!important;line-height:1.25!important;letter-spacing:.09em!important;font-weight:700!important;color:#6d7a70!important;text-align:center!important}
.campaign-ticket-v3 strong{padding:0 13px!important;font-size:clamp(23px,2.1vw,36px)!important;letter-spacing:-.7px!important;color:var(--campaign-accent2,#249920)!important;text-align:center!important}
.campaign-ticket-v3 .campaign-ticket-copy-icon{height:58%!important;border:0!important;border-left:2px dashed #bfd7bb!important;display:grid!important;place-items:center!important;padding:0!important;color:var(--campaign-accent2,#249920)!important;font-size:18px!important}
.campaign-card-v3 .campaign-countdown-v3{order:4}
.campaign-card-v3 .campaign-card-actions-v3{order:5;margin-top:auto;padding-top:2px}
.campaign-card-v3.is-code-copied .campaign-ticket-v3{border-color:#77cb70!important;background:linear-gradient(90deg,#f0fbed,#fff)!important}
.campaign-card-v3.is-code-copied .campaign-ticket-copy-icon i:before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900}
.campaign-code-missing{order:3;width:100%;border:1px dashed #d9e2d8;background:#fafcfa;border-radius:11px;padding:13px;color:#7b837d;font-size:9px;display:flex;align-items:center;justify-content:center;gap:7px;margin-bottom:13px}
.campaign-card-actions-v3 .campaign-action-v3{width:min(78%,270px)}
@media(max-width:780px){
 .campaign-card-v3 .campaign-ticket-v3{grid-template-columns:72px minmax(0,1fr) 48px!important;min-height:72px!important}
 .campaign-ticket-v3 .campaign-ticket-label{font-size:7px!important;padding:0 6px!important}
 .campaign-ticket-v3 strong{font-size:27px!important;padding:0 8px!important}
 .campaign-ticket-v3 .campaign-ticket-copy-icon{font-size:16px!important}
 .campaign-card-v3 .campaign-copy-v3{min-height:0;max-width:100%;font-size:10.5px;margin-bottom:13px}
}


/* Hantema v1.9.3 — optional external campaign destination */
.campaign-card-actions-v3{display:flex!important;flex-direction:column;align-items:center;gap:8px!important}
.campaign-card-actions-v3 .campaign-action-v3{width:min(82%,280px)!important;margin:0 auto!important}
.campaign-card-actions-v3 .campaign-link-v3{background:#fff!important;color:var(--campaign-accent2,#249920)!important;border:1px solid color-mix(in srgb,var(--campaign-accent2,#249920) 58%,#dce8d9)!important;box-shadow:none!important}
.campaign-card-actions-v3 .campaign-link-v3:hover{background:#f6fcf4!important;color:var(--campaign-accent2,#249920)!important;border-color:var(--campaign-accent2,#249920)!important;box-shadow:0 8px 18px rgba(35,137,38,.10)!important}
.campaign-card-actions-v3 .campaign-link-v3 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:780px){.campaign-card-actions-v3 .campaign-action-v3{width:88%!important;min-height:44px!important;font-size:10.5px!important}}

/* Hantema v1.9.4 — reliable public reviews */
.hantema-review-list{list-style:none;margin:0!important;padding:0!important}.hantema-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:7px}.hantema-review-head>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hantema-review-head small{color:var(--muted);font-size:9px}.verified-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:999px;background:#eef9ef;color:var(--brand);font-size:8px;font-weight:600}.hantema-review-head .hantema-stars{flex:0 0 auto}.hantema-review-item .description p:last-child{margin-bottom:0}@media(max-width:640px){.hantema-review-head{flex-direction:column;gap:6px}.review-form-card form{grid-template-columns:1fr}.review-form-card .comment-form-author,.review-form-card .comment-form-email{grid-column:1/-1}}

/* =========================================================
   HANTEMA MARKET v1.9.7 — hosting typography/logo sizing + copyable coupon
   ========================================================= */
.header-logo .custom-logo{width:var(--hantema-logo-width,180px)!important;max-width:min(var(--hantema-logo-width,180px),28vw)!important;max-height:56px!important;height:auto!important;object-fit:contain}.header-logo .custom-logo-link{line-height:0}.drawer-head .custom-logo{width:var(--hantema-logo-mobile-width,145px)!important;max-width:58vw!important;max-height:44px!important;height:auto!important;object-fit:contain}.drawer-head .custom-logo-link{line-height:0}

.hantema-hosting-offer{--hosting-bg:#031524;--hosting-bg2:#071d30;--hosting-accent:#03bfe6;--hosting-text:#fff;--hosting-card:#fff;--hosting-font-size:10px;--hosting-logo-width:155px;--hosting-logo-mobile-width:135px;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--hosting-bg),var(--hosting-bg2));border:1px solid rgba(3,191,230,.35);border-color:color-mix(in srgb,var(--hosting-accent) 42%,transparent);border-radius:11px;padding:11px;color:var(--hosting-text);isolation:isolate;box-shadow:0 10px 28px rgba(3,21,36,.12)}
.hantema-hosting-offer>*{position:relative;z-index:2}.hantema-hosting-offer:after{content:"";position:absolute;z-index:1;inset:-55% -35%;width:34%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.13),transparent);transform:translateX(-420%) rotate(10deg);animation:hantemaHostingShine 6.4s ease-in-out infinite;pointer-events:none}.hantema-hosting-offer--product{margin-top:12px}.hantema-hosting-offer--cart{grid-column:1/-1!important;width:100%;margin:0 0 2px!important;padding:13px}
.hosting-offer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.hosting-brand-wrap{min-width:0;display:grid;gap:5px}.hosting-brand{display:flex;align-items:center;min-height:25px}.hosting-brand img{display:block;width:var(--hosting-logo-width);max-width:min(var(--hosting-logo-width),42vw);max-height:46px;height:auto;object-fit:contain}.hosting-brand strong{font-size:calc(var(--hosting-font-size) + 6px);line-height:1.1;color:var(--hosting-text);letter-spacing:-.35px}.hosting-promo{display:flex;align-items:center;gap:7px;min-width:0;font-size:calc(var(--hosting-font-size) - 1px);line-height:1.3;font-weight:700;letter-spacing:.01em;color:var(--hosting-text)}.hosting-promo i{color:var(--hosting-accent);font-size:var(--hosting-font-size)}.hosting-promo span{min-width:0}.hosting-coupon{appearance:none;-webkit-appearance:none;font-family:inherit;flex:0 0 auto;min-height:34px;display:flex;align-items:center;gap:6px;border:1px solid rgba(3,191,230,.55);border-color:color-mix(in srgb,var(--hosting-accent) 68%,transparent);border-radius:7px;padding:6px 9px;background:rgba(255,255,255,.035);font-size:calc(var(--hosting-font-size) - 1px);color:color-mix(in srgb,var(--hosting-text) 80%,transparent);white-space:nowrap;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.hosting-coupon:hover{background:rgba(255,255,255,.075);transform:translateY(-1px)}.hosting-coupon:focus-visible{outline:2px solid var(--hosting-accent);outline-offset:2px}.hosting-coupon i,.hosting-coupon b{color:var(--hosting-accent)}.hosting-coupon b{font-size:var(--hosting-font-size);letter-spacing:.02em}.hosting-coupon-copy-icon{font-size:calc(var(--hosting-font-size) - 1px);opacity:.78;margin-left:2px}.hosting-coupon.is-copied{background:color-mix(in srgb,var(--hosting-accent) 13%,transparent);border-color:var(--hosting-accent)}.hosting-coupon.is-copied .hosting-coupon-copy-icon:before{content:"\f00c"}
.hosting-package-list{display:grid;gap:5px}.hosting-package{position:relative;overflow:hidden;min-width:0;min-height:52px;display:grid;grid-template-columns:38px minmax(0,1fr) auto 14px;align-items:center;gap:8px;background:var(--hosting-card);color:#111827;border:1px solid rgba(222,229,234,.92);border-radius:7px;padding:7px 9px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.hosting-package:before{content:"";position:absolute;inset:0 auto 0 -65%;width:42%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.82),transparent);transform:skewX(-18deg);transition:left .52s ease;pointer-events:none}.hosting-package:hover{transform:translateY(-1px);border-color:#9adfed;border-color:color-mix(in srgb,var(--hosting-accent) 46%,#dfe7eb);box-shadow:0 7px 18px rgba(3,21,36,.08)}.hosting-package:hover:before{left:130%}.hosting-package-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eefbfe;background:color-mix(in srgb,var(--hosting-accent) 10%,#fff);color:var(--hosting-accent);font-size:15px}.hosting-package-name{min-width:0;display:flex;flex-direction:column;align-items:flex-start;line-height:1.15}.hosting-package-name b{display:block;max-width:100%;font-size:calc(var(--hosting-font-size) + 1px);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hosting-package-name small{display:inline-flex;margin-top:4px;padding:2px 5px;border-radius:3px;background:#eefbfe;background:color-mix(in srgb,var(--hosting-accent) 10%,#fff);color:var(--hosting-accent);font-size:max(6px,calc(var(--hosting-font-size) - 3px));font-weight:700;letter-spacing:.02em}.hosting-package-prices{display:flex;align-items:flex-end;gap:8px;white-space:nowrap}.hosting-package-prices del{font-size:max(7px,calc(var(--hosting-font-size) - 2px));color:#939ba5}.hosting-package-prices strong{font-size:calc(var(--hosting-font-size) + 4px);line-height:1;color:var(--hosting-accent);font-weight:700}.hosting-package-arrow{color:#a3abb5;font-size:calc(var(--hosting-font-size) - 1px)}
.hantema-hosting-offer--cart .hosting-package-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.hantema-hosting-offer--cart .hosting-package{grid-template-columns:38px minmax(0,1fr) auto 12px;min-height:58px}.hantema-hosting-offer--cart .hosting-package-prices{flex-direction:column;align-items:flex-end;gap:1px}.hantema-hosting-offer--cart .hosting-package-name b{font-size:calc(var(--hosting-font-size) + 1px)}.hantema-hosting-offer--cart .hosting-package-prices strong{font-size:calc(var(--hosting-font-size) + 3px)}.hantema-hosting-offer--cart .hosting-brand img{width:var(--hosting-logo-width);max-width:min(var(--hosting-logo-width),35vw);max-height:46px}
@keyframes hantemaHostingShine{0%,62%{transform:translateX(-420%) rotate(10deg)}82%,100%{transform:translateX(520%) rotate(10deg)}}
@media(max-width:1050px){.hantema-hosting-offer--cart .hosting-package-list{grid-template-columns:repeat(2,minmax(0,1fr))}.hantema-hosting-offer--cart .hosting-package:last-child:nth-child(odd){grid-column:1/-1}}
@media(max-width:650px){.header-logo .custom-logo{width:var(--hantema-logo-mobile-width,145px)!important;max-width:48vw!important;max-height:42px!important}.hantema-hosting-offer{padding:9px}.hosting-offer-head{align-items:flex-start;flex-direction:column;gap:8px}.hosting-brand-wrap{width:100%}.hosting-brand img{width:var(--hosting-logo-mobile-width);max-width:min(var(--hosting-logo-mobile-width),72vw);max-height:40px}.hosting-coupon{align-self:flex-start;min-height:30px}.hosting-package{grid-template-columns:35px minmax(0,1fr) auto 11px;gap:7px;min-height:50px;padding:6px 8px}.hosting-package-icon{width:33px;height:33px;font-size:14px}.hosting-package-prices{flex-direction:column;align-items:flex-end;gap:0}.hosting-package-prices strong{font-size:calc(var(--hosting-font-size) + 2px)}.hosting-package-name b{font-size:var(--hosting-font-size)}.hantema-hosting-offer--cart .hosting-package-list{grid-template-columns:1fr}.hantema-hosting-offer--cart .hosting-package:last-child:nth-child(odd){grid-column:auto}.hantema-hosting-offer--cart .hosting-package{grid-template-columns:35px minmax(0,1fr) auto 11px}.hosting-promo{font-size:max(7px,calc(var(--hosting-font-size) - 2px))}}
@media(prefers-reduced-motion:reduce){.hantema-hosting-offer:after{animation:none}.hosting-package:before{display:none}.hosting-package{transition:none}}
