:root{--tkd-ink:#17201c;--tkd-muted:#68736d;--tkd-line:#e7ebe8;--tkd-brand:#126b45;--tkd-brand2:#0b5336;--tkd-soft:#f4f7f5;--tkd-white:#fff;--tkd-radius:18px;--tkd-shadow:0 12px 35px rgba(22,40,31,.08)}
.tkd-site{color:var(--tkd-ink);background:#fff}.tkd-container{width:min(1240px,calc(100% - 40px));margin:auto}.tkd-topbar{background:#15201b;color:#dce6e1;font-size:12px}.tkd-topbar-inner{min-height:36px;display:flex;justify-content:space-between;align-items:center}.tkd-toplinks{display:flex;gap:20px}.tkd-toplinks a{color:#fff}.tkd-mainhead{background:#fff;border-bottom:1px solid var(--tkd-line)}.tkd-mainhead-grid{display:grid;grid-template-columns:190px minmax(280px,1fr) auto;gap:28px;align-items:center;padding:18px 0}.tkd-wordmark{display:inline-flex;flex-direction:column;line-height:.85;color:var(--tkd-ink);font-weight:900;letter-spacing:.08em}.tkd-wordmark span{font-size:19px}.tkd-wordmark small{font-size:10px;color:var(--tkd-brand);letter-spacing:.28em;margin-top:6px}.tkd-brand .custom-logo{max-height:48px;width:auto}.tkd-search{display:flex;background:#f3f6f4;border:1px solid #dfe5e1;border-radius:12px;overflow:hidden;height:50px}.tkd-search input{flex:1;border:0;background:transparent;padding:0 16px;font-size:14px;outline:none}.tkd-search button{width:58px;border:0;background:var(--tkd-brand);color:#fff}.tkd-actions{display:flex;gap:20px;align-items:center}.tkd-actions a{position:relative;display:flex;align-items:center;gap:7px;color:var(--tkd-ink);font-size:13px}.tkd-actions .dashicons{font-size:21px}.tkd-actions em{position:absolute;top:-10px;right:-12px;background:var(--tkd-brand);color:#fff;border-radius:20px;min-width:18px;height:18px;font-size:10px;display:grid;place-items:center;font-style:normal}.tkd-nav{border-bottom:1px solid var(--tkd-line);background:#fff}.tkd-nav-inner{display:flex;align-items:center;gap:18px;min-height:50px}.tkd-allcats{background:var(--tkd-brand);color:#fff;padding:11px 18px;border-radius:10px;font-weight:700}.tkd-allcats .dashicons{vertical-align:middle;margin-right:6px}.tkd-menu{display:flex;gap:26px;list-style:none;margin:0;padding:0}.tkd-menu li a{color:#35413b;font-size:14px;font-weight:600}.tkd-home{overflow:hidden}.tkd-hero{min-height:455px;background:linear-gradient(90deg,rgba(9,25,18,.78),rgba(9,25,18,.18)),var(--tkd-hero,url(''));background-size:cover;background-position:center;display:flex;align-items:center;background-color:#dce7e1}.tkd-hero-copy{max-width:600px;padding:72px 0;color:#fff}.tkd-eyebrow,.tkd-kicker{font-size:11px;font-weight:800;letter-spacing:.18em;color:#7cc49f}.tkd-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.02;margin:13px 0 18px;color:#fff;letter-spacing:-.04em}.tkd-hero p{font-size:18px;line-height:1.6;max-width:540px;color:#edf5f0;margin-bottom:28px}.tkd-btn{display:inline-flex;align-items:center;gap:12px;padding:13px 20px;border-radius:10px;font-weight:800;font-size:14px}.tkd-btn-primary{background:var(--tkd-brand);color:#fff}.tkd-btn-primary:hover{background:var(--tkd-brand2);color:#fff}.tkd-btn-light{background:#fff;color:var(--tkd-ink)}.tkd-btn-outline{border:1px solid #cbd6d0;color:var(--tkd-ink);background:#fff}.tkd-section{padding:58px 0}.tkd-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.tkd-section-head h2{margin:5px 0 0;font-size:30px;letter-spacing:-.025em}.tkd-section-head p{margin:8px 0 0;color:var(--tkd-muted);font-size:14px}.tkd-section-head>a{color:var(--tkd-brand);font-weight:800;font-size:13px}.tkd-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.tkd-cat-card{border:1px solid var(--tkd-line);border-radius:var(--tkd-radius);overflow:hidden;background:#fff;padding:10px;box-shadow:0 3px 16px rgba(22,40,31,.04);transition:.2s}.tkd-cat-card:hover{transform:translateY(-3px);box-shadow:var(--tkd-shadow)}.tkd-cat-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:13px;background:var(--tkd-soft)}.tkd-cat-card span{display:block;font-weight:800;margin:10px 5px 2px}.tkd-cat-card small{display:block;color:var(--tkd-muted);margin:0 5px 5px}.tkd-products-section{background:#fafcfb}.tkd-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.tkd-product-card{background:#fff;border:1px solid var(--tkd-line);border-radius:16px;overflow:hidden;min-width:0}.tkd-product-image{position:relative;background:#f7f9f8}.tkd-product-image img{width:100%;aspect-ratio:1/1;object-fit:contain;padding:14px}.tkd-sale-badge{position:absolute;z-index:2;left:10px;top:10px;background:#173e2d;color:#fff;border-radius:6px;padding:4px 7px;font-size:10px;font-weight:800}.tkd-heart{position:absolute;right:10px;top:10px;background:#fff;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#44514b;box-shadow:0 3px 12px rgba(0,0,0,.08)}.tkd-product-body{padding:13px}.tkd-product-brand{color:#7a847f;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.tkd-product-body h3{font-size:14px;line-height:1.35;margin:6px 0 8px;height:38px;overflow:hidden}.tkd-product-body h3 a{color:var(--tkd-ink)}.tkd-rating{font-size:11px;color:#66736c;margin-bottom:8px}.tkd-rating span{color:#e1a41a}.tkd-price{font-weight:900;font-size:17px}.tkd-price del{color:#9ba49f;font-size:12px;margin-right:5px}.tkd-price ins{text-decoration:none}.tkd-card-bottom{margin-top:12px}.tkd-add{display:block;text-align:center;border:1px solid #bfd3c8;color:var(--tkd-brand);border-radius:8px;padding:8px;font-size:12px;font-weight:800}.tkd-promo-strip{padding:38px 0;background:var(--tkd-brand2);color:#fff}.tkd-promo-strip .tkd-container,.tkd-seller-cta .tkd-container{display:flex;justify-content:space-between;align-items:center;gap:30px}.tkd-promo-strip h2,.tkd-seller-cta h2{margin:5px 0;font-size:30px;color:#fff}.tkd-promo-strip p,.tkd-seller-cta p{margin:8px 0 0;color:#d9e8df}.tkd-stores{background:#fff}.tkd-store-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.tkd-store-card{border:1px solid var(--tkd-line);border-radius:16px;padding:18px;text-align:center;color:var(--tkd-ink);background:#fff}.tkd-store-card img{width:72px;height:72px;object-fit:cover;border-radius:50%;margin-bottom:10px}.tkd-store-card span,.tkd-store-card small{display:block}.tkd-store-card span{font-weight:800}.tkd-store-card small{color:var(--tkd-brand);margin-top:6px}.tkd-benefits{padding:28px 0;border-top:1px solid var(--tkd-line);border-bottom:1px solid var(--tkd-line)}.tkd-benefits .tkd-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.tkd-benefit{display:flex;gap:12px;align-items:center}.tkd-benefit>.dashicons{color:var(--tkd-brand);font-size:25px}.tkd-benefit b,.tkd-benefit small{display:block}.tkd-benefit small{color:var(--tkd-muted);margin-top:3px}.tkd-seller-cta{padding:44px 0;background:#eef6f1}.tkd-seller-cta h2{color:var(--tkd-ink)}.tkd-seller-cta p{color:var(--tkd-muted)}.tkd-footer{background:#101814;color:#bdc9c2;padding-top:50px}.tkd-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;padding-bottom:45px}.tkd-footer h3{color:#fff;font-size:14px;margin:0 0 16px}.tkd-footer a{display:block;color:#bdc9c2;margin:9px 0;font-size:13px}.tkd-footer-brand{margin-bottom:18px}.tkd-footer-brand span{color:#fff}.tkd-footer p{max-width:340px;line-height:1.7;font-size:13px}.tkd-footer-bottom{border-top:1px solid #27332d;padding:17px 0;font-size:12px}.tkd-footer-bottom .tkd-container{display:flex;justify-content:space-between}.tkd-mobile-nav{display:none}.tkd-market-hero{background:linear-gradient(135deg,#0d4f34,#183e30);color:#fff;padding:85px 0}.tkd-market-hero h1{font-size:clamp(38px,5vw,62px);max-width:800px;line-height:1.05;color:#fff;margin:12px 0 18px}.tkd-market-hero p{font-size:18px;max-width:650px;color:#dcebe3;line-height:1.6}.tkd-market-actions{display:flex;gap:12px;margin-top:25px}.tkd-market-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.tkd-market-grid h2{font-size:36px;line-height:1.1}.tkd-market-cards{display:grid;gap:12px}.tkd-market-cards article{padding:20px;border:1px solid var(--tkd-line);border-radius:14px}.tkd-market-cards b,.tkd-market-cards span{display:block}.tkd-market-cards span{color:var(--tkd-muted);font-size:13px;margin-top:6px}.tkd-editor-section{padding-top:10px}.entry-content{max-width:900px;margin:auto}.entry-content img{max-width:100%;height:auto}
@media(max-width:1024px){.tkd-mainhead-grid{grid-template-columns:170px 1fr}.tkd-actions{grid-column:2;justify-content:flex-end}.tkd-category-grid,.tkd-product-grid{grid-template-columns:repeat(4,1fr)}.tkd-store-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.tkd-container{width:min(100% - 24px,1240px)}.tkd-topbar{display:none}.tkd-mainhead-grid{display:grid;grid-template-columns:1fr auto;gap:12px;padding:12px 0}.tkd-search-wrap{grid-column:1/-1;grid-row:2}.tkd-actions{grid-column:2;grid-row:1;gap:10px}.tkd-actions a b{display:none}.tkd-brand .custom-logo{max-width:155px}.tkd-nav{display:none}.tkd-hero{min-height:470px}.tkd-hero-copy{padding:45px 0}.tkd-hero h1{font-size:42px}.tkd-hero p{font-size:16px}.tkd-section{padding:40px 0}.tkd-section-head{align-items:start}.tkd-section-head h2{font-size:25px}.tkd-category-grid{grid-template-columns:repeat(2,1fr)}.tkd-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.tkd-store-grid{grid-template-columns:repeat(2,1fr)}.tkd-benefits .tkd-container{grid-template-columns:1fr 1fr;gap:20px}.tkd-promo-strip .tkd-container,.tkd-seller-cta .tkd-container{display:block}.tkd-promo-strip .tkd-btn,.tkd-seller-cta .tkd-btn{margin-top:20px}.tkd-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.tkd-footer-bottom .tkd-container{display:block}.tkd-footer-bottom span{display:block;margin:4px 0}.tkd-mobile-nav{position:fixed;z-index:9999;left:0;right:0;bottom:0;height:62px;background:#fff;border-top:1px solid #dfe5e1;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -5px 20px rgba(0,0,0,.08)}.tkd-mobile-nav a{text-align:center;color:#5e6963;padding-top:7px;font-size:10px}.tkd-mobile-nav .dashicons{display:block;margin:auto;font-size:20px}.tkd-mobile-nav small{font-size:10px}.tkd-market-hero{padding:60px 0}.tkd-market-hero h1{font-size:40px}.tkd-market-grid{grid-template-columns:1fr;gap:25px}}
.tkd-cart-toast{position:fixed;right:22px;bottom:85px;z-index:10000;background:#173e2d;color:#fff;padding:12px 18px;border-radius:9px;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.2)}

/* Commerce archive / category system — aligned with the Thattukada customer UI. */
.tkd-commerce-page{background:#f7f9f8;min-height:60vh;padding:28px 0 76px;color:var(--tkd-ink)}
.tkd-breadcrumbs{display:flex;align-items:center;gap:9px;font-size:12px;color:#7b8780;margin:4px 0 22px}.tkd-breadcrumbs a{color:#52615a;font-weight:700}.tkd-page-intro{display:flex;align-items:end;justify-content:space-between;gap:28px;padding:28px 0 30px}.tkd-page-intro h1{font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.035em;margin:6px 0 10px}.tkd-page-intro p{margin:0;color:var(--tkd-muted);max-width:650px;font-size:15px;line-height:1.6}.tkd-page-intro .tkd-btn{flex:none}.tkd-shop-toolbar{background:#fff;border:1px solid var(--tkd-line);border-radius:16px;padding:14px 16px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 4px 18px rgba(22,40,31,.04)}.tkd-shop-toolbar-left{min-width:0}.tkd-result-count{font-size:12px;color:#6b766f;display:block;margin-bottom:9px}.tkd-shop-category-pills{display:flex;gap:7px;overflow:auto;scrollbar-width:none}.tkd-shop-category-pills a{white-space:nowrap;padding:8px 13px;border:1px solid #dce4df;border-radius:999px;color:#4b5a52;font-size:12px;font-weight:700;background:#fff}.tkd-shop-category-pills a.is-active,.tkd-shop-category-pills a:hover{background:var(--tkd-brand);border-color:var(--tkd-brand);color:#fff}.tkd-ordering-wrap .woocommerce-ordering{margin:0;float:none}.tkd-ordering-wrap select{height:42px;border:1px solid #d9e2dc;border-radius:9px;padding:0 36px 0 12px;background:#fff;color:#33413a;font-size:12px}.tkd-shop-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:22px;align-items:start}.tkd-shop-sidebar{display:grid;gap:14px;position:sticky;top:20px}.tkd-filter-card{background:#fff;border:1px solid var(--tkd-line);border-radius:16px;padding:17px;box-shadow:0 4px 18px rgba(22,40,31,.035)}.tkd-filter-heading{display:flex;justify-content:space-between;gap:10px;margin-bottom:12px;font-size:13px}.tkd-filter-heading a{font-size:11px;color:var(--tkd-brand);font-weight:800}.tkd-filter-card ul{list-style:none;margin:0;padding:0}.tkd-filter-card li+li{border-top:1px solid #edf1ef}.tkd-filter-card li a{display:flex;justify-content:space-between;gap:10px;padding:11px 0;color:#45524b;font-size:12px}.tkd-filter-card li a:hover{color:var(--tkd-brand)}.tkd-filter-card li small{color:#99a39e}.tkd-shopping-note{background:#eef6f1}.tkd-shopping-note>.dashicons{color:var(--tkd-brand);font-size:24px;margin-bottom:10px}.tkd-shopping-note strong{display:block;font-size:13px}.tkd-shopping-note p{font-size:11px;line-height:1.55;color:#66736c;margin:7px 0 0}.tkd-shop-grid{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.tkd-shop-grid:before,.tkd-shop-grid:after{display:none!important}.tkd-shop-grid .tkd-shop-product{width:auto!important;margin:0!important;padding:0!important}.tkd-shop-product .tkd-product-card{height:100%;display:flex;flex-direction:column}.tkd-shop-product .tkd-product-body{display:flex;flex-direction:column;flex:1}.tkd-shop-product .tkd-card-bottom{margin-top:auto;padding-top:12px}.tkd-shop-product .tkd-add{width:100%;background:#fff}.tkd-shop-product .tkd-add:hover{background:var(--tkd-brand);color:#fff}.tkd-shop-results .woocommerce-pagination,.tkd-category-products .woocommerce-pagination{margin-top:24px}.woocommerce-pagination ul.page-numbers{display:flex!important;justify-content:center;gap:6px;border:0!important}.woocommerce-pagination .page-numbers li{border:0!important}.woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers span{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid #dbe3de!important;border-radius:9px;background:#fff!important;color:#526159!important;font-size:12px}.woocommerce-pagination .page-numbers .current{background:var(--tkd-brand)!important;color:#fff!important;border-color:var(--tkd-brand)!important}.tkd-empty-state{background:#fff;border:1px solid var(--tkd-line);border-radius:18px;padding:60px 25px;text-align:center}.tkd-empty-state .dashicons{font-size:32px;color:var(--tkd-brand);margin-bottom:16px}.tkd-empty-state h2{font-size:24px;margin:0 0 8px}.tkd-empty-state p{color:var(--tkd-muted);margin:0 0 20px}.tkd-category-hero{display:grid;grid-template-columns:1.25fr .75fr;min-height:320px;background:#eaf2ed;border-radius:22px;overflow:hidden;margin-bottom:30px}.tkd-category-hero-copy{padding:48px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.tkd-category-hero-copy h1{font-size:clamp(38px,5vw,60px);line-height:1;letter-spacing:-.045em;margin:8px 0 15px}.tkd-category-hero-copy p{max-width:560px;color:#5f6e66;line-height:1.6;margin:0 0 22px}.tkd-category-hero-image{min-height:320px}.tkd-category-hero-image img{width:100%;height:100%;object-fit:cover}.tkd-subcategory-section{padding:25px 0 48px}.tkd-category-grid-6{grid-template-columns:repeat(6,1fr)}.tkd-category-products{padding-top:12px}.tkd-category-products>.tkd-shop-toolbar{background:transparent;border:0;box-shadow:none;padding:8px 0 18px;margin:0}.tkd-category-products h2{font-size:26px;margin:4px 0 0}.tkd-category-products .tkd-shop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tkd-directory-card{background:#fff;border:1px solid var(--tkd-line);border-radius:18px;overflow:hidden;color:var(--tkd-ink);transition:.2s;box-shadow:0 4px 18px rgba(22,40,31,.035)}.tkd-directory-card:hover{transform:translateY(-3px);box-shadow:var(--tkd-shadow);color:var(--tkd-ink)}.tkd-directory-image{background:#f1f5f2;aspect-ratio:1.15/1;overflow:hidden}.tkd-directory-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.tkd-directory-card:hover img{transform:scale(1.04)}.tkd-directory-body{padding:15px;display:flex;justify-content:space-between;gap:10px;align-items:center}.tkd-directory-body h2{font-size:15px;margin:0 0 4px}.tkd-directory-body p{font-size:11px;color:#7a857f;margin:0}.tkd-directory-body>span{width:32px;height:32px;border-radius:50%;background:#eef5f1;color:var(--tkd-brand);display:grid;place-items:center;font-weight:800}.tkd-category-directory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tkd-categories-intro{padding-bottom:28px}.tkd-search-grid{margin-top:10px!important}
@media(max-width:1100px){.tkd-shop-grid,.tkd-category-products .tkd-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tkd-category-grid-6{grid-template-columns:repeat(4,1fr)}.tkd-category-directory{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.tkd-commerce-page{padding-top:18px;padding-bottom:80px}.tkd-page-intro{display:block;padding:18px 0 24px}.tkd-page-intro .tkd-btn{margin-top:18px}.tkd-shop-toolbar{align-items:flex-start;flex-direction:column}.tkd-ordering-wrap{width:100%}.tkd-ordering-wrap .woocommerce-ordering{width:100%}.tkd-ordering-wrap select{width:100%}.tkd-shop-layout{grid-template-columns:1fr}.tkd-shop-sidebar{display:none}.tkd-shop-grid,.tkd-category-products .tkd-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tkd-category-hero{grid-template-columns:1fr}.tkd-category-hero-copy{padding:34px 25px}.tkd-category-hero-image{min-height:220px}.tkd-category-grid-6{grid-template-columns:repeat(2,1fr)}.tkd-category-directory{grid-template-columns:repeat(2,1fr);gap:10px}.tkd-directory-body{padding:12px}.tkd-directory-body h2{font-size:13px}.tkd-product-body{padding:11px}.tkd-product-body h3{font-size:13px}.tkd-price{font-size:16px}}
@media(max-width:480px){.tkd-shop-grid,.tkd-category-products .tkd-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tkd-category-directory{grid-template-columns:1fr 1fr}.tkd-category-hero-copy h1{font-size:38px}.tkd-shop-category-pills{width:100%}}

/* ===== Thattukada Market v1.0.4 marketplace merchandising layer ===== */
.tkd-quickcats{background:#fff;border-bottom:1px solid var(--tkd-line)}
.tkd-quickcats-scroll{display:flex;align-items:center;gap:10px;overflow:auto;scrollbar-width:none;padding:12px 0}.tkd-quickcats-scroll::-webkit-scrollbar{display:none}.tkd-quickcats-scroll>a{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid #e4eae6;border-radius:999px;background:#fff;color:#314039;font-size:12px;font-weight:700}.tkd-quickcats-scroll>a:hover{border-color:#b8d3c4;color:var(--tkd-brand)}.tkd-quickcats-scroll img{width:28px;height:28px;border-radius:50%;object-fit:cover}.tkd-quickcat-all{background:var(--tkd-brand)!important;border-color:var(--tkd-brand)!important;color:#fff!important}.tkd-quickcat-all .dashicons{font-size:17px}
.tkd-hero-slider{padding:18px 0 0}.tkd-hero-stage{position:relative;min-height:480px;border-radius:22px;overflow:hidden;background:#0e5035}.tkd-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease;display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(5,29,19,.9) 0%,rgba(7,50,32,.66) 48%,rgba(7,50,32,.08) 100%),var(--tkd-slide-bg);background-size:cover;background-position:center}.tkd-hero-slide.is-active{opacity:1;visibility:visible}.tkd-hero-slide:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 50%,rgba(160,225,192,.18),transparent 28%);pointer-events:none}.tkd-hero-copy{position:relative;z-index:2;width:min(620px,75%);padding:70px 0;color:#fff}.tkd-hero-copy h1{font-size:clamp(40px,5vw,66px);line-height:1.01;letter-spacing:-.045em;margin:12px 0 18px;color:#fff}.tkd-hero-copy p{font-size:17px;line-height:1.65;color:#e8f3ed;max-width:570px;margin-bottom:28px}.tkd-slider-controls{position:absolute;right:24px;bottom:22px;z-index:4;display:flex;align-items:center;gap:12px}.tkd-slider-controls>button{width:38px;height:38px;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.2);color:#fff;border-radius:50%;font-size:23px;cursor:pointer}.tkd-slider-dots{display:flex;gap:6px}.tkd-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.tkd-slider-dots button.is-active{width:24px;border-radius:10px;background:#fff}
.tkd-promo-cards{padding:18px 0 8px}.tkd-promo-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:14px}.tkd-promo-card{min-height:190px;border-radius:18px;padding:26px;display:flex;align-items:flex-end;overflow:hidden;position:relative;color:#fff;background:#173c2d}.tkd-promo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(8,35,24,.9),rgba(18,107,69,.28));}.tkd-promo-card>div{position:relative;z-index:1}.tkd-promo-card span{font-size:10px;font-weight:900;letter-spacing:.16em}.tkd-promo-card h2{font-size:25px;line-height:1.1;color:#fff;margin:7px 0}.tkd-promo-card p{font-size:12px;color:#e1eee7;margin:0 0 13px}.tkd-promo-card b{font-size:12px;color:#fff}.tkd-promo-a{background:linear-gradient(135deg,#0b4c32,#1c8a5b)}.tkd-promo-b{background:linear-gradient(135deg,#26382f,#607d6e)}.tkd-promo-c{background:linear-gradient(135deg,#173d31,#8a9e91)}
.tkd-benefits-home{margin-top:8px}.tkd-benefits-home .tkd-container{padding-top:24px;padding-bottom:24px}.tkd-market-cat-section{background:#fff}.tkd-market-cat-section.tkd-section-tint{background:#fafcfb}.tkd-category-banner-mini{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:92px;border-radius:16px;overflow:hidden;background:#edf5f0;margin-bottom:20px;padding-left:24px}.tkd-category-banner-mini strong,.tkd-category-banner-mini span{display:block}.tkd-category-banner-mini strong{font-size:22px}.tkd-category-banner-mini span{font-size:12px;color:#69776f;margin-top:4px}.tkd-category-banner-mini img{width:210px;height:110px;object-fit:cover}.tkd-section-products-grid{grid-template-columns:repeat(5,1fr)}
.tkd-wide-promo{margin:8px 0 0;background:#0f4e34;color:#fff;overflow:hidden}.tkd-wide-promo .tkd-container{min-height:330px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center}.tkd-wide-promo-copy{padding:55px 0}.tkd-wide-promo-copy h2{font-size:38px;line-height:1.08;letter-spacing:-.035em;color:#fff;max-width:650px;margin:9px 0 14px}.tkd-wide-promo-copy p{color:#d9e9e1;max-width:600px;line-height:1.6}.tkd-wide-promo-art{height:100%;position:relative;min-height:330px}.tkd-art-orb{position:absolute;width:380px;height:380px;border-radius:50%;background:rgba(190,232,210,.12);right:10%;top:50%;transform:translateY(-50%)}.tkd-art-card{position:absolute;right:14%;top:50%;transform:translateY(-50%) rotate(5deg);background:#fff;color:#173128;width:235px;padding:25px;border-radius:20px;box-shadow:0 25px 55px rgba(0,0,0,.18)}.tkd-art-card .dashicons{color:var(--tkd-brand);font-size:32px}.tkd-art-card strong,.tkd-art-card small{display:block}.tkd-art-card strong{font-size:22px;margin-top:12px}.tkd-art-card small{font-size:11px;color:#68756e;margin-top:5px}
.tkd-seller-page{background:#fff}.tkd-seller-hero{background:#0f4e34;color:#fff}.tkd-seller-hero-grid{min-height:510px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center}.tkd-seller-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;color:#fff;letter-spacing:-.045em;max-width:760px;margin:12px 0 18px}.tkd-seller-hero p{font-size:18px;line-height:1.6;color:#dbeae2;max-width:620px}.tkd-seller-visual{display:flex;justify-content:center}.tkd-seller-card{width:280px;background:#fff;color:#173128;border-radius:24px;padding:30px;box-shadow:0 30px 70px rgba(0,0,0,.2);transform:rotate(3deg)}.tkd-seller-card .dashicons{font-size:40px;color:var(--tkd-brand)}.tkd-seller-card strong,.tkd-seller-card small{display:block}.tkd-seller-card strong{font-size:25px;margin-top:18px}.tkd-seller-card small{font-size:12px;color:#6c7972;line-height:1.5;margin-top:6px}.tkd-seller-lines{margin-top:25px}.tkd-seller-lines i{height:9px;background:#e9f0ec;border-radius:8px;display:block;margin:8px 0}.tkd-seller-lines i:nth-child(1){width:100%}.tkd-seller-lines i:nth-child(2){width:75%}.tkd-seller-lines i:nth-child(3){width:88%}.tkd-seller-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.tkd-seller-benefit-grid article{border:1px solid var(--tkd-line);border-radius:18px;padding:25px;background:#fff}.tkd-seller-benefit-grid .dashicons{font-size:28px;color:var(--tkd-brand)}.tkd-seller-benefit-grid h3{margin:16px 0 7px;font-size:18px}.tkd-seller-benefit-grid p,.tkd-step-grid p{font-size:13px;line-height:1.6;color:var(--tkd-muted);margin:0}.tkd-seller-steps{background:#fafcfb}.tkd-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.tkd-step-grid>div{border-top:2px solid var(--tkd-brand);padding:20px 4px}.tkd-step-grid b{font-size:11px;letter-spacing:.12em;color:var(--tkd-brand)}.tkd-step-grid h3{font-size:17px;margin:10px 0 7px}.tkd-seller-final{background:#edf5f0;padding:45px 0}.tkd-seller-final .tkd-container{display:flex;justify-content:space-between;align-items:center;gap:30px}.tkd-seller-final h2{margin:7px 0;font-size:32px}.tkd-seller-final p{color:var(--tkd-muted);margin:0}
.tkd-seller-menu-item>a{color:var(--tkd-brand)!important;font-weight:800!important}
@media(max-width:900px){.tkd-promo-grid{grid-template-columns:1fr 1fr}.tkd-promo-card:first-child{grid-column:1/-1}.tkd-section-products-grid{grid-template-columns:repeat(3,1fr)}.tkd-wide-promo .tkd-container,.tkd-seller-hero-grid{grid-template-columns:1fr}.tkd-wide-promo-art{display:none}.tkd-seller-visual{display:none}.tkd-seller-benefit-grid,.tkd-step-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.tkd-hero-stage{min-height:500px;border-radius:16px}.tkd-hero-copy{width:100%;padding:45px 24px}.tkd-hero-copy h1{font-size:42px}.tkd-hero-copy p{font-size:15px}.tkd-slider-controls{right:18px;bottom:17px}.tkd-promo-grid{grid-template-columns:1fr}.tkd-promo-card:first-child{grid-column:auto}.tkd-promo-card{min-height:165px}.tkd-section-products-grid{grid-template-columns:repeat(2,1fr)}.tkd-category-banner-mini{min-height:80px;padding-left:15px}.tkd-category-banner-mini img{width:120px;height:90px}.tkd-category-banner-mini strong{font-size:17px}.tkd-category-banner-mini span{font-size:10px}.tkd-wide-promo-copy{padding:45px 0}.tkd-wide-promo-copy h2{font-size:30px}.tkd-seller-hero-grid{min-height:470px}.tkd-seller-hero h1{font-size:42px}.tkd-seller-hero p{font-size:16px}.tkd-seller-benefit-grid,.tkd-step-grid{grid-template-columns:1fr 1fr}.tkd-seller-final .tkd-container{display:block}.tkd-seller-final .tkd-btn{margin-top:20px}}
@media(max-width:480px){.tkd-seller-benefit-grid,.tkd-step-grid{grid-template-columns:1fr}.tkd-quickcats-scroll>a{padding:6px 10px}.tkd-hero-copy h1{font-size:38px}}
