:root{
  --ink:#0d1422;--ink2:#1b2536;--muted:#697386;--line:#e4e8ef;--line2:#d7dce5;
  --paper:#fff;--soft:#f5f7fb;--soft2:#eef2f8;--brand:#2257d6;--brand2:#173f9f;
  --brand-soft:#eaf0ff;--accent:#ffb020;--danger:#d83346;--success:#14855f;--dark:#0b1220;
  --radius:18px;--radius-sm:12px;--shadow:0 18px 55px rgba(18,31,56,.10);--shadow-sm:0 8px 25px rgba(18,31,56,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}body.admin-bar .site-header{top:32px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.wrap{width:min(1500px,calc(100% - 40px));margin:0 auto}.site-content{min-height:55vh}.eyebrow{display:block;color:var(--brand);font-weight:900;letter-spacing:.16em;font-size:11px;margin-bottom:11px}.eyebrow.light{color:#a9c1ff}.section{padding:66px 0}.section-soft{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px}.section-head.compact{margin-bottom:18px}.section-head h2{font-size:clamp(28px,2.5vw,39px);line-height:1.05;letter-spacing:-.045em;margin:0}.section-head p{margin:8px 0 0;color:var(--muted);font-size:14px}.section-head>a{color:var(--brand);font-weight:850;font-size:14px;white-space:nowrap}.section-head>a:hover{text-decoration:underline}

/* top + header */
.topbar{background:var(--dark);color:#c9d3e4;font-size:12px}.topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.utility-nav ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}.utility-nav a:hover{color:#fff}.site-header{background:#fff;position:sticky;top:0;z-index:60;box-shadow:0 1px 0 var(--line)}.header-main{min-height:84px;display:grid;grid-template-columns:220px minmax(420px,1fr) auto;align-items:center;gap:24px}.brand-text,.footer-brand{font-weight:950;font-size:26px;letter-spacing:-1.25px}.custom-logo{max-height:54px;width:auto}.search-shell{position:relative}.market-search{display:grid;grid-template-columns:38px minmax(0,1fr) auto;height:50px;border:2px solid var(--brand);border-radius:13px;overflow:hidden;background:#fff;box-shadow:0 0 0 4px rgba(34,87,214,.04)}.search-icon{display:grid;place-items:center;color:#7b8799;font-size:20px;padding-left:7px}.market-search input{min-width:0;border:0;outline:0;padding:0 12px;font-size:14px}.market-search button{border:0;background:var(--brand);color:#fff;font-weight:850;padding:0 24px;cursor:pointer}.market-search button:hover{background:var(--brand2)}.search-results{display:none;position:absolute;z-index:90;left:0;right:0;top:57px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 24px 70px rgba(18,31,56,.18);overflow:hidden}.search-results.is-open{display:block}.search-state{padding:22px;color:var(--muted);font-size:13px}.search-item{display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:13px;align-items:center;padding:10px 13px;border-bottom:1px solid #eef1f5}.search-item:hover{background:#f7f9fc}.search-item img{width:62px;height:62px;border-radius:10px;object-fit:contain;background:#f4f5f7}.search-item-copy{min-width:0}.search-item-category{display:block;color:#8892a2;font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.search-item-title{display:block;font-weight:750;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-item-stock{display:block;font-size:11px;color:var(--success);margin-top:4px}.search-item-stock.is-out{color:#8a909a}.search-item-price{font-weight:900;font-size:15px;white-space:nowrap}.search-view-all{display:flex;justify-content:center;padding:13px;color:var(--brand);font-size:13px;font-weight:850;background:#fbfcff}.header-actions{display:flex;gap:4px}.action-link{position:relative;min-height:54px;padding:6px 9px;border-radius:10px;display:flex;align-items:center;gap:8px}.action-link:hover{background:var(--soft)}.action-icon{font-size:23px;line-height:1;min-width:23px;text-align:center}.action-copy{display:flex;flex-direction:column;line-height:1.14;white-space:nowrap}.action-copy small{font-size:10px;color:var(--muted)}.action-copy b{font-size:12px}.header-cart-count,.wishlist-count{position:absolute;right:2px;top:1px;background:var(--accent);color:#191919;border:2px solid #fff;border-radius:999px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;font-size:10px;font-weight:900}.nav-row{border-top:1px solid var(--line);position:relative}.nav-inner{height:52px;display:flex;align-items:center;gap:26px}.catalog-menu-wrap{position:relative;align-self:stretch;display:flex;align-items:center}.catalog-trigger{height:40px;padding:0 14px;border:0;border-radius:9px;background:var(--dark);color:#fff;font-weight:850;cursor:pointer;display:flex;align-items:center;gap:9px}.catalog-trigger b{font-size:11px;margin-left:5px}.mega-panel{display:none;position:absolute;z-index:80;top:51px;left:0;width:min(1100px,calc(100vw - 40px));background:#fff;border:1px solid var(--line);border-radius:0 0 18px 18px;box-shadow:0 26px 80px rgba(18,31,56,.18);padding:25px}.mega-panel.is-open{display:block}.mega-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:25px 30px}.mega-col{min-width:0}.mega-parent{display:flex;justify-content:space-between;gap:10px;font-size:13px;font-weight:900;margin-bottom:9px}.mega-parent:hover{color:var(--brand)}.mega-children{display:flex;flex-direction:column;gap:6px}.mega-children a{font-size:12px;color:var(--muted)}.mega-children a:hover{color:var(--ink)}.mega-footer{margin-top:22px;padding-top:16px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.mega-footer a{color:var(--brand);font-weight:850}.primary-nav{flex:1}.primary-nav ul{display:flex;align-items:center;gap:25px;padding:0;margin:0;list-style:none;font-size:13px;font-weight:760}.primary-nav a:hover{color:var(--brand)}.nav-deal{font-weight:900;color:var(--danger);white-space:nowrap}.nav-deal span{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#ffe8eb;margin-right:5px}.mobile-nav-toggle{display:none;border:0;background:transparent;font-weight:800}

/* home hero */
.market-hero{background:#f4f6fb;padding:24px 0 28px}.hero-market-grid{display:grid;grid-template-columns:230px minmax(0,1fr) 260px;gap:16px}.hero-market-grid.no-category-rail{grid-template-columns:minmax(0,1fr) 320px}.hero-market-grid.no-category-rail .hero-main-card{grid-column:1}.hero-market-grid.no-category-rail .hero-side-promos{grid-column:2}.hero-market-grid>*{min-width:0}.category-rail{background:#fff;border:1px solid var(--line);border-radius:15px;padding:9px;box-shadow:var(--shadow-sm)}.category-rail-title{font-size:12px;font-weight:900;color:#8992a2;text-transform:uppercase;letter-spacing:.1em;padding:9px 9px 7px}.category-rail>a{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:9px;padding:9px 10px;font-size:12.5px;font-weight:700}.category-rail>a:hover{background:var(--brand-soft);color:var(--brand)}.category-rail>a b{font-size:16px}.category-rail .category-rail-all{margin-top:4px;background:#f3f6fb;color:var(--brand);font-weight:850}.hero-main-card{min-height:420px;position:relative;overflow:hidden;border-radius:20px;background:linear-gradient(120deg,#10255a 0%,#1e55cb 62%,#4e83f6 100%);color:#fff;display:grid;grid-template-columns:1.1fr .9fr}.hero-main-copy{position:relative;z-index:2;padding:54px 18px 38px 48px}.hero-main-card h1{font-size:clamp(38px,4vw,62px);line-height:.98;letter-spacing:-.055em;margin:0 0 20px;max-width:760px}.hero-main-card p{font-size:16px;line-height:1.6;color:#d9e4ff;max-width:660px;margin:0}.hero-actions{display:flex;align-items:center;gap:20px;margin-top:29px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 21px;border-radius:10px;background:var(--brand);color:#fff;font-weight:900;font-size:13px}.btn-primary:hover{background:var(--brand2)}.btn-primary.inverse{background:#fff;color:#163e9c}.btn-primary.inverse:hover{background:#eef3ff}.hero-text-link{font-size:13px;font-weight:850;color:#fff}.hero-metrics{display:flex;gap:21px;flex-wrap:wrap;margin-top:34px;color:#cddaff;font-size:11px}.hero-metrics span{display:flex;flex-direction:column}.hero-metrics b{font-size:15px;color:#fff}.hero-art{position:relative;min-width:280px}.hero-shape{position:absolute;border-radius:50%;filter:saturate(1.05)}.shape-a{width:310px;height:310px;right:-65px;top:33px;background:linear-gradient(145deg,#ffbe45,#ff8d36);box-shadow:0 40px 90px rgba(2,11,36,.25)}.shape-b{width:180px;height:180px;right:155px;bottom:-45px;background:#66dfb4;opacity:.95}.shape-c{width:105px;height:105px;right:65px;bottom:30px;background:#fff;opacity:.16}.hero-floating-card{position:absolute;z-index:2;right:28px;bottom:34px;width:220px;background:rgba(255,255,255,.94);color:var(--ink);padding:15px 17px;border-radius:14px;box-shadow:0 18px 48px rgba(8,20,55,.24)}.hero-floating-card small{display:block;color:var(--brand);font-weight:850;margin-bottom:5px}.hero-floating-card strong{font-size:13px;line-height:1.35}.hero-side-promos{display:grid;grid-template-rows:1fr 1fr;gap:16px}.side-promo{position:relative;border-radius:15px;padding:24px 22px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow-sm);min-height:0}.side-promo:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-35px;bottom:-30px;opacity:.26}.side-promo strong{font-size:22px;line-height:1.04;letter-spacing:-.03em;max-width:180px;margin:6px 0 8px}.side-promo small{font-size:12px;max-width:175px}.side-promo>b{margin-top:auto;font-size:22px}.promo-label{font-size:10px;font-weight:950;letter-spacing:.12em}.promo-sale{background:#fff2d9}.promo-sale:after{background:#f1a100}.promo-sale .promo-label{color:#b97800}.promo-new{background:#e9f8f3}.promo-new:after{background:#2ba97f}.promo-new .promo-label{color:#16815f}.service-strip{border-bottom:1px solid var(--line);background:#fff}.service-grid{display:grid;grid-template-columns:repeat(4,1fr)}.service-grid>div{display:flex;gap:11px;align-items:center;padding:20px 24px;border-right:1px solid var(--line)}.service-grid>div:first-child{padding-left:0}.service-grid>div:last-child{border-right:0}.service-grid>div>span{display:grid;place-items:center;width:39px;height:39px;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-weight:900}.service-grid p{display:flex;flex-direction:column;margin:0}.service-grid strong{font-size:13px}.service-grid small{color:var(--muted);font-size:11px;margin-top:2px}

/* category tiles */
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-tile{min-height:160px;border:1px solid var(--line);border-radius:16px;padding:19px;background:#fff;display:flex;align-items:flex-end;position:relative;overflow:hidden;transition:.2s ease}.category-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#ccd4e1}.category-copy{position:relative;z-index:2;display:flex;flex-direction:column;width:65%}.category-tile strong{font-size:15px;line-height:1.25}.category-tile small{color:var(--muted);margin-top:4px;font-size:11px}.category-cta{color:var(--brand);font-weight:850;font-size:11px;margin-top:13px}.category-tile img{position:absolute;right:-5px;top:9px;width:120px;height:120px;object-fit:contain}.category-icon{position:absolute;right:17px;top:10px;font-size:72px;font-weight:950;color:#e8edf6}

/* promos */
.promo-section{padding-top:24px}.promo-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}.promo-banner{min-height:250px;border-radius:20px;padding:38px 40px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;position:relative}.promo-banner:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-40px;top:-65px}.promo-banner>*{position:relative;z-index:2}.promo-banner>span{font-size:10px;letter-spacing:.14em;font-weight:950}.promo-banner h3{font-size:34px;letter-spacing:-.04em;line-height:1.05;margin:12px 0 10px;max-width:560px}.promo-banner p{font-size:13px;max-width:520px;margin:0 0 24px}.promo-banner b{font-size:13px}.banner-dark{background:#111b30;color:#fff}.banner-dark:after{background:linear-gradient(145deg,#3468e5,#76a0ff);opacity:.7}.banner-dark p{color:#bdc9dc}.banner-light{background:#f1efe8;color:#171a20}.banner-light:after{background:#ffb020;opacity:.35}.banner-light p{color:#6c675d}.brand-confidence{background:var(--dark);color:#fff;padding:58px 0}.confidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.confidence-grid h2{font-size:42px;line-height:1;letter-spacing:-.045em;margin:0}.confidence-grid p{color:#b9c5d8;font-size:15px;line-height:1.75;margin:0}

/* shop layout */
.shop-shell{display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px;padding-top:32px;padding-bottom:65px}.single-shop-main{grid-column:1/-1}.shop-sidebar{align-self:start;position:sticky;top:150px;border-right:1px solid var(--line);padding-right:24px}.filter-heading{display:flex;justify-content:space-between;align-items:center;font-size:20px;margin-bottom:18px}.filter-close,.filter-open{display:none}.filter-card{border-bottom:1px solid var(--line);padding:0 0 21px;margin-bottom:21px}.filter-title{font-size:14px;margin:0 0 12px}.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.price-inputs label{display:flex;flex-direction:column;gap:5px}.price-inputs span{font-size:10px;color:var(--muted)}.price-inputs input,.filter-select{width:100%;height:40px;border:1px solid var(--line2);border-radius:8px;background:#fff;padding:0 10px;outline:none}.price-inputs input:focus,.filter-select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(34,87,214,.08)}.filter-check{display:flex;align-items:center;gap:9px;font-size:12px;margin:9px 0;cursor:pointer}.filter-check input{accent-color:var(--brand)}.filter-submit{width:100%;height:43px;border:0;border-radius:9px;background:var(--brand);color:#fff;font-weight:850;cursor:pointer}.filter-submit:hover{background:var(--brand2)}.filter-reset{display:block;text-align:center;color:var(--muted);font-size:11px;margin-top:11px}.filter-reset:hover{color:var(--brand)}.subcategory-strip{display:flex;gap:8px;overflow:auto;padding:2px 0 18px;scrollbar-width:thin}.subcategory-strip a{display:flex;gap:8px;align-items:center;flex:0 0 auto;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:11px;font-weight:750}.subcategory-strip a:hover{border-color:#b8c7e7;background:var(--brand-soft);color:var(--brand)}.subcategory-strip span{color:#8b94a2;font-size:10px}.woocommerce .woocommerce-breadcrumb{font-size:11px;color:var(--muted);margin-bottom:20px}.woocommerce .woocommerce-products-header__title.page-title{font-size:clamp(31px,3vw,44px);letter-spacing:-.045em;margin-bottom:13px}.woocommerce .term-description{color:var(--muted);font-size:13px;max-width:900px}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{font-size:12px}.woocommerce .woocommerce-ordering select{height:40px;border:1px solid var(--line);border-radius:8px;padding:0 32px 0 11px;background:#fff}.woocommerce nav.woocommerce-pagination{margin-top:35px}.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:7px}.woocommerce nav.woocommerce-pagination ul li{border:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:38px;height:38px;border:1px solid var(--line);border-radius:8px;display:grid;place-items:center;padding:0}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--brand);border-color:var(--brand);color:#fff}

/* product cards */
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px!important;margin-top:22px!important}.shop-main .woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 10px 14px;transition:.18s ease;position:relative;display:flex;flex-direction:column;min-width:0}.woocommerce ul.products li.product:hover{box-shadow:0 12px 34px rgba(19,26,24,.09);transform:translateY(-2px);border-color:#d1d8e4}.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1;min-width:0}.woocommerce ul.products li.product a img{border-radius:10px;background:#f7f8fa;aspect-ratio:1/1;object-fit:contain;margin:0 0 12px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;line-height:1.42!important;font-weight:740!important;min-height:55px;padding:0!important;margin:0 0 4px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.woocommerce ul.products li.product .price{font-size:19px!important;color:var(--ink)!important;font-weight:950!important;margin-top:auto;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.woocommerce ul.products li.product .price del{font-size:11px;color:#8a8f97;font-weight:600}.woocommerce ul.products li.product .price ins{text-decoration:none}.woocommerce ul.products li.product .button{margin-top:9px!important;border-radius:9px!important;background:var(--brand)!important;color:#fff!important;text-align:center!important;font-size:12px!important;min-height:38px;display:grid;place-items:center;padding:8px!important}.woocommerce ul.products li.product .button:hover{background:var(--brand2)!important}.woocommerce ul.products li.product .added_to_cart{font-size:11px;color:var(--brand);font-weight:800;margin-top:6px;text-align:center}.product-badges{position:absolute;z-index:3;top:18px;left:17px;display:flex;gap:5px;flex-wrap:wrap;pointer-events:none}.badge{padding:4px 6px;border-radius:6px;font-weight:900;font-size:9px}.badge-sale{background:#ffe1e5;color:#a91c2b}.badge-stock{background:#def3eb;color:#116f50}.wishlist-toggle{border:1px solid var(--line);background:rgba(255,255,255,.96);color:#3d4655;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;cursor:pointer;transition:.15s}.woocommerce ul.products li.product>.wishlist-toggle{position:absolute;z-index:5;top:16px;right:16px}.wishlist-toggle span{font-size:19px;line-height:1}.wishlist-toggle:hover,.wishlist-toggle.is-active{border-color:#ffb5bf;color:#c32239;background:#fff0f2}.wishlist-toggle.is-active span{font-size:0}.wishlist-toggle.is-active span:after{content:"♥";font-size:18px}.product-mini-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;color:#818998;font-size:9.5px;margin:4px 0 8px}.stock-dot{white-space:nowrap}.stock-dot:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#9da4af;margin-right:5px}.stock-dot.is-in{color:var(--success)}.stock-dot.is-in:before{background:var(--success)}.mini-brand{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:45%}

/* single product */
.woocommerce div.product{margin-top:8px}.single-product .shop-shell{padding-top:26px}.woocommerce div.product div.images{width:52%}.woocommerce div.product div.summary{width:43%;padding:4px 0 0}.woocommerce div.product div.images img{border-radius:14px;background:#f7f8fa}.woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:8px;margin-top:8px}.woocommerce div.product div.images .flex-control-thumbs li{width:72px!important}.woocommerce div.product div.images .flex-control-thumbs img{border:1px solid var(--line);border-radius:9px}.woocommerce div.product .product_title{font-size:clamp(30px,3.2vw,45px);line-height:1.05;letter-spacing:-.045em;margin:0 0 13px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ink);font-size:31px;font-weight:950;margin:13px 0}.woocommerce div.product p.price del{font-size:16px;color:#9299a5}.woocommerce div.product p.price ins{text-decoration:none}.woocommerce-product-details__short-description{font-size:14px;color:#5e6775;line-height:1.65}.single-availability{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.availability-main,.availability-shipping{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:#fbfcfe}.availability-main>div,.availability-shipping>div{display:flex;flex-direction:column}.availability-main strong,.availability-shipping strong{font-size:11px}.availability-main small,.availability-shipping small{color:var(--muted);font-size:9.5px;margin-top:2px}.availability-dot{width:9px;height:9px;border-radius:50%;background:#999;box-shadow:0 0 0 5px #f0f1f2}.availability-dot.is-in{background:var(--success);box-shadow:0 0 0 5px #e4f5ef}.availability-dot.is-out{background:var(--danger);box-shadow:0 0 0 5px #fdebed}.availability-shipping>span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-weight:900}.single-meta-compact{display:flex;flex-wrap:wrap;gap:7px 14px;color:#7d8592;font-size:10px;margin-bottom:17px}.single-meta-compact b{color:#4c5564;margin-right:3px}.woocommerce div.product form.cart{display:flex;gap:8px;margin:16px 0 8px!important}.woocommerce div.product form.cart div.quantity{margin:0!important}.woocommerce div.product form.cart .qty{height:49px;border:1px solid var(--line2);border-radius:9px;width:72px}.woocommerce div.product form.cart .button{background:var(--brand)!important;border-radius:9px;min-height:49px;padding:0 28px;font-weight:900;flex:1}.woocommerce div.product form.cart .button:hover{background:var(--brand2)!important}.wishlist-single{position:static!important;width:100%!important;height:43px!important;border-radius:9px!important;display:flex!important;gap:8px!important;margin:0 0 14px!important;font-weight:800!important}.single-trust-panel{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-top:14px}.single-trust-panel>div{display:flex;gap:7px;padding:12px 10px;border-right:1px solid var(--line)}.single-trust-panel>div:last-child{border-right:0}.single-trust-panel>div>span{color:var(--brand);font-weight:900}.single-trust-panel p{display:flex;flex-direction:column;margin:0}.single-trust-panel strong{font-size:10px}.single-trust-panel small{font-size:8.5px;color:var(--muted);margin-top:2px}.woocommerce div.product .product_meta{font-size:11px;color:var(--muted);margin-top:16px}.woocommerce div.product .woocommerce-tabs{margin-top:60px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;border-bottom:1px solid var(--line);display:flex;gap:27px;overflow:auto}.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0!important;padding:0!important;flex:0 0 auto}.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:14px 0;font-size:12px}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--brand);border-bottom:2px solid var(--brand)}.woocommerce-Tabs-panel{font-size:14px;line-height:1.7}.spec-table{max-width:850px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.spec-table>div{display:grid;grid-template-columns:230px 1fr;border-bottom:1px solid var(--line);padding:12px 15px}.spec-table>div:last-child{border-bottom:0}.spec-table span{color:var(--muted)}.mplt-tab-copy{max-width:900px}.mplt-tab-copy h3{font-size:19px}.recent-section{padding-top:18px;padding-bottom:60px}

/* ajax collection cards */
.dynamic-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.collection-skeleton{grid-column:1/-1;min-height:120px;border:1px dashed var(--line2);border-radius:14px;display:grid;place-items:center;color:var(--muted);font-size:13px;background:#fafbfc}.dynamic-card{position:relative;border:1px solid var(--line);border-radius:14px;background:#fff;padding:10px;min-width:0}.dynamic-card:hover{box-shadow:var(--shadow-sm)}.dynamic-card-image{display:block;background:#f7f8fa;border-radius:10px;overflow:hidden;aspect-ratio:1/1}.dynamic-card img{width:100%;height:100%;object-fit:contain}.dynamic-card-copy{display:block;padding:10px 2px 3px}.dynamic-card-brand{font-size:9px;color:#8b94a2;text-transform:uppercase;letter-spacing:.06em}.dynamic-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:750;font-size:12.5px;line-height:1.4;min-height:35px;margin:4px 0 8px}.dynamic-card-price{font-weight:950;font-size:18px}.dynamic-card-stock{display:block;font-size:9.5px;color:var(--success);margin-top:6px}.dynamic-card-stock.is-out{color:#8b94a2}.dynamic-card .wishlist-toggle{position:absolute;z-index:2;right:16px;top:16px}

/* wishlist */
.wishlist-page-shell{padding:55px 0 80px;background:linear-gradient(#f7f9fc 0 220px,#fff 220px)}.wishlist-page-head{max-width:720px}.wishlist-page-head h1{font-size:50px;letter-spacing:-.05em;margin:0 0 10px}.wishlist-page-head p{color:var(--muted);margin:0}.wishlist-toolbar{display:flex;justify-content:space-between;align-items:center;margin:38px 0 20px;padding:13px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:12px}.wishlist-clear{border:0;background:transparent;color:var(--danger);font-weight:800;cursor:pointer}

/* notices/cart/checkout */
.woocommerce-message,.woocommerce-info{border-top-color:var(--brand);border-radius:10px;background:#f4f7ff}.woocommerce-message::before,.woocommerce-info::before{color:var(--brand)}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--brand);border-radius:9px}.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background:var(--brand2)}.woocommerce table.shop_table{border-color:var(--line);border-radius:12px}.woocommerce table.shop_table th{font-size:11px;text-transform:uppercase;letter-spacing:.06em}.woocommerce-checkout .col2-set,.woocommerce-account .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:24px}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2,.woocommerce-account .col2-set .col-1,.woocommerce-account .col2-set .col-2{float:none;width:auto}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{border:1px solid var(--line2);border-radius:8px;min-height:43px;padding:9px 11px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:23px}.woocommerce #payment{background:#f5f7fa;border-radius:12px}

/* footer */
.site-footer{background:#101827;color:#d4dbe8;padding:58px 0 88px;margin-top:0}.footer-top{display:grid;grid-template-columns:1.55fr repeat(3,1fr);gap:52px}.footer-brand{color:#fff}.footer-brand-col>p{color:#97a5ba;max-width:430px;font-size:13px;line-height:1.7}.footer-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}.footer-badges span{border:1px solid #29364a;border-radius:999px;padding:6px 9px;font-size:9px;color:#aeb9ca}.footer-top>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:9px;font-size:12px}.footer-top h4{color:#fff;margin:0 0 9px}.footer-top a{color:#aab5c5}.footer-top a:hover{color:#fff}.footer-top ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.footer-note{color:#78879d;font-size:10px;line-height:1.5}.footer-bottom{border-top:1px solid #263247;margin-top:42px;padding-top:19px;display:flex;justify-content:space-between;color:#7f8da2;font-size:11px}.mobile-bottom-nav{display:none}.mplt-toast{position:fixed;z-index:120;right:24px;bottom:24px;transform:translateY(20px);opacity:0;pointer-events:none;background:#111827;color:#fff;border-radius:10px;padding:11px 15px;font-size:12px;font-weight:750;box-shadow:0 14px 40px rgba(0,0,0,.25);transition:.2s}.mplt-toast.is-visible{opacity:1;transform:none}

@media(max-width:1280px){.header-main{grid-template-columns:180px minmax(320px,1fr) auto;gap:14px}.action-copy{display:none}.action-link{min-width:50px;justify-content:center}.hero-market-grid{grid-template-columns:210px minmax(0,1fr) 225px}.hero-market-grid.no-category-rail{grid-template-columns:minmax(0,1fr) 285px}.hero-main-copy{padding-left:36px}.category-grid{grid-template-columns:repeat(4,1fr)}.woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}.shop-main .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.dynamic-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mega-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:1020px){body.admin-bar .site-header{top:32px}.wrap{width:min(100% - 28px,1500px)}.utility-nav{display:none}.header-main{grid-template-columns:1fr auto;min-height:68px}.brand{min-width:0}.custom-logo{max-height:43px}.search-shell{grid-column:1/-1;grid-row:2;margin-bottom:12px}.header-actions .action-link:first-child{display:none}.nav-inner{height:auto;min-height:48px}.catalog-menu-wrap{display:none}.mobile-nav-toggle{display:block;padding:13px 0}.primary-nav{display:none;position:absolute;left:14px;right:14px;top:48px;background:#fff;border:1px solid var(--line);padding:15px;box-shadow:var(--shadow);border-radius:0 0 12px 12px}.primary-nav.is-open{display:block}.primary-nav ul{flex-direction:column;align-items:flex-start}.nav-deal{margin-left:auto}.hero-market-grid{grid-template-columns:1fr 250px}.hero-market-grid.has-category-rail{grid-template-columns:1fr 250px}.hero-market-grid.no-category-rail{grid-template-columns:1fr 250px}.category-rail{display:none}.hero-main-card{min-height:400px}.hero-main-card h1{font-size:48px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-grid>div:nth-child(2){border-right:0}.service-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.service-grid>div:first-child{padding-left:24px}.category-grid{grid-template-columns:repeat(3,1fr)}.promo-grid{grid-template-columns:1fr}.confidence-grid{grid-template-columns:1fr;gap:25px}.shop-shell{display:block;padding-top:20px}.shop-sidebar{position:fixed;z-index:100;inset:0 auto 0 0;width:min(350px,92vw);background:#fff;padding:24px;overflow:auto;transform:translateX(-105%);transition:.2s;box-shadow:20px 0 70px rgba(0,0,0,.2);border:0}.shop-sidebar.is-open{transform:none}.filter-close,.filter-open{display:inline-flex}.filter-close{border:0;background:#eee;border-radius:8px;width:34px;height:34px;align-items:center;justify-content:center}.filter-open{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 14px;font-weight:800;margin-bottom:12px}.shop-main .woocommerce ul.products,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none;width:100%}.woocommerce div.product div.summary{margin-top:20px}.dynamic-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-top{grid-template-columns:1.4fr 1fr 1fr}.footer-top>div:last-child{grid-column:2/4}}
@media(max-width:760px){body.admin-bar .site-header{top:46px}.topbar-inner{height:30px;font-size:10px}.header-main{gap:7px}.brand-text{font-size:22px}.header-actions{gap:0}.action-link{min-width:44px;padding:5px}.action-icon{font-size:21px}.market-search{height:46px;grid-template-columns:34px minmax(0,1fr) auto}.market-search input{font-size:12px}.market-search button{padding:0 14px;font-size:12px}.search-results{top:51px}.search-item{grid-template-columns:52px minmax(0,1fr)}.search-item img{width:52px;height:52px}.search-item-price{grid-column:2}.market-hero{padding-top:12px}.hero-market-grid{display:block}.hero-side-promos{display:none}.hero-main-card{min-height:390px;grid-template-columns:1fr}.hero-main-copy{padding:40px 25px;max-width:88%}.hero-main-card h1{font-size:44px}.hero-main-card p{font-size:14px}.hero-art{position:absolute;inset:0 0 0 55%;opacity:.65}.hero-floating-card{display:none}.hero-metrics{gap:14px}.hero-actions{flex-direction:column;align-items:flex-start;gap:12px}.service-grid{grid-template-columns:1fr 1fr}.service-grid>div{padding:15px 8px;gap:8px}.service-grid>div:first-child{padding-left:8px}.service-grid>div>span{width:33px;height:33px}.service-grid strong{font-size:11px}.service-grid small{font-size:9px}.section{padding:48px 0}.section-head{align-items:flex-start}.section-head h2{font-size:31px}.section-head p{font-size:12px}.section-head>a{display:none}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.category-tile{min-height:135px;padding:14px}.category-tile img{width:92px;height:92px}.category-copy{width:75%}.category-tile strong{font-size:13px}.promo-banner{min-height:220px;padding:30px 24px}.promo-banner h3{font-size:29px;max-width:75%}.confidence-grid h2{font-size:34px}.confidence-grid p{font-size:13px}.shop-main .woocommerce ul.products,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important}.woocommerce ul.products li.product{padding:7px 7px 11px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:11.5px!important;min-height:49px}.woocommerce ul.products li.product .price{font-size:16px!important}.woocommerce ul.products li.product .button{font-size:10.5px!important}.product-mini-meta{font-size:8.5px}.mini-brand{display:none}.product-badges{top:13px;left:11px}.badge{font-size:8px}.woocommerce ul.products li.product>.wishlist-toggle{top:10px;right:10px;width:31px;height:31px}.woocommerce div.product .product_title{font-size:31px}.single-availability{grid-template-columns:1fr}.single-trust-panel{grid-template-columns:1fr}.single-trust-panel>div{border-right:0;border-bottom:1px solid var(--line)}.single-trust-panel>div:last-child{border-bottom:0}.spec-table>div{grid-template-columns:120px 1fr;font-size:12px}.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.wishlist-page-shell{padding-top:38px}.wishlist-page-head h1{font-size:38px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 24px}.footer-top>div:last-child{grid-column:auto}.footer-brand-col{grid-column:1/-1}.site-footer{padding-bottom:110px}.mobile-bottom-nav{display:grid;position:fixed;z-index:70;left:0;right:0;bottom:0;grid-template-columns:repeat(4,1fr);height:66px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 25px rgba(18,31,56,.08);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1px;font-size:19px}.mobile-bottom-nav small{font-size:9px;color:#626d7f}.mobile-bottom-nav b{position:absolute;top:8px;left:calc(50% + 6px);background:var(--accent);min-width:17px;height:17px;border-radius:999px;display:grid;place-items:center;font-size:8px;color:#111}.mplt-toast{right:14px;left:14px;bottom:80px;text-align:center}.woocommerce-checkout .col2-set,.woocommerce-account .col2-set{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:5px}}
@media(max-width:430px){.wrap{width:min(100% - 20px,1500px)}.hero-main-copy{padding:35px 20px;max-width:94%}.hero-main-card h1{font-size:39px}.hero-metrics span:nth-child(3){display:none}.category-tile{min-height:127px}.category-copy{width:80%}.category-tile img{right:-10px}.promo-banner h3{font-size:26px}.woocommerce ul.products li.product .price{font-size:15px!important}.dynamic-card-title{font-size:11.5px}.dynamic-card-price{font-size:16px}.footer-top{grid-template-columns:1fr}}
#mplt-company-checkout{margin:28px 0 10px;padding:20px;border:1px solid var(--line);border-radius:12px;background:#f8faff}#mplt-company-checkout h3{margin:0 0 4px;font-size:18px}#mplt-company-checkout h3 small{font-size:11px;color:var(--muted);font-weight:500}.mplt-company-hint{margin:0 0 14px;color:var(--muted);font-size:11px}

/* v2.2 layout hardening */
.hero-main-card,.hero-side-promos,.side-promo{min-width:0}.hero-main-copy{min-width:0}.hero-main-card h1,.side-promo strong{overflow-wrap:anywhere}.promo-banner{position:relative;overflow:hidden}.promo-banner.has-image{padding-right:min(42%,520px)}.promo-banner-image{position:absolute;right:0;top:0;bottom:0;width:42%;object-fit:cover;object-position:center}.promo-banner.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,18,32,.96) 0%,rgba(11,18,32,.78) 42%,rgba(11,18,32,.05) 78%);pointer-events:none}.promo-banner.has-image>*:not(.promo-banner-image){position:relative;z-index:2}.banner-light.has-image:after{background:linear-gradient(90deg,rgba(245,247,251,.98) 0%,rgba(245,247,251,.86) 45%,rgba(245,247,251,.08) 82%)}
@media(max-width:760px){.promo-banner.has-image{padding-right:24px}.promo-banner-image{width:48%;opacity:.24}.promo-banner.has-image:after,.banner-light.has-image:after{background:linear-gradient(90deg,rgba(11,18,32,.96),rgba(11,18,32,.78))}.banner-light.has-image:after{background:linear-gradient(90deg,rgba(245,247,251,.98),rgba(245,247,251,.84))}}

/* =========================================================
   Marketplace LT 2.3 — stable marketplace homepage rebuild
   ========================================================= */
.topbar{background:#fff;color:#202635;border-bottom:1px solid var(--line)}
.topbar-inner{height:36px;font-size:11px}
.topbar-benefits{display:flex;align-items:center;gap:24px;white-space:nowrap}
.utility-nav a{color:#4d5665}.utility-nav a:hover{color:var(--brand)}
.site-header{box-shadow:0 1px 0 var(--line);background:#fff}
.header-main{min-height:92px;display:grid;grid-template-columns:minmax(135px,175px) 170px minmax(320px,1fr) auto;gap:18px;align-items:center}
.header-catalog{align-self:center;display:block}
.header-catalog .catalog-trigger{width:100%;height:48px;justify-content:center;background:#0b4ccf;border-radius:10px}
.header-catalog .mega-panel{top:58px}
.brand-text{color:#0b4ccf;font-size:28px;font-weight:950}
.market-search{height:48px;border:1px solid #d9dee8;border-radius:8px;box-shadow:none;grid-template-columns:42px minmax(0,1fr) auto}
.market-search:focus-within{border-color:#0b4ccf;box-shadow:0 0 0 3px rgba(11,76,207,.08)}
.market-search button{min-width:76px;background:#0b4ccf}
.search-icon{color:#9aa3b2}
.header-actions{gap:3px;justify-content:flex-end}
.action-link{min-height:58px;padding:5px 9px}.action-icon{font-size:21px}.action-copy b{font-size:11px}.action-copy small{font-size:9px;margin-top:2px}
.nav-row{border-top:1px solid #edf0f5;border-bottom:1px solid #e7ebf2}
.nav-inner{height:48px;gap:22px}.primary-nav{overflow:hidden}.primary-nav ul,.auto-category-nav{display:flex;align-items:center;gap:28px;list-style:none;padding:0;margin:0;white-space:nowrap;font-size:12px;font-weight:770}.primary-nav li{margin:0}.primary-nav a{display:block}.primary-nav a:hover{color:#0b4ccf}.nav-deal{margin-left:auto;color:#e23d4f;font-size:12px}.mobile-nav-toggle{display:none}

.market-hero-v3{padding:10px 0 14px;background:#fff}
.hero-showcase-grid{display:grid;grid-template-columns:320px minmax(420px,1fr) 360px;gap:10px;min-height:370px}
.hero-showcase-grid>*{min-width:0}
.hero-intro-card{min-height:370px;border-radius:12px;background:linear-gradient(145deg,#0a2a65 0%,#0d45b2 56%,#2f6feb 100%);color:#fff;padding:40px 28px 26px;display:flex;flex-direction:column;overflow:hidden;position:relative}
.hero-intro-card:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-130px;bottom:-110px;background:rgba(255,255,255,.10)}
.hero-intro-card h1{font-size:clamp(37px,3.15vw,53px);line-height:1.02;letter-spacing:-.055em;margin:0 0 18px;max-width:280px;overflow-wrap:normal;word-break:normal}
.hero-intro-card p{font-size:13.5px;line-height:1.55;color:#e3ebff;margin:0;max-width:260px}
.hero-primary-btn{margin-top:24px;background:#fff;color:#0c3a98;display:inline-flex;align-items:center;gap:10px;align-self:flex-start;padding:13px 17px;border-radius:8px;font-size:12px;font-weight:900;position:relative;z-index:2}
.hero-store-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:auto;padding-top:25px;position:relative;z-index:2}.hero-store-metrics span{min-width:0;display:flex;flex-direction:column}.hero-store-metrics b{font-size:14px}.hero-store-metrics small{font-size:8.5px;color:#cbd9ff;line-height:1.3;margin-top:2px}

.hero-campaign-card{min-height:370px;border-radius:12px;background:radial-gradient(circle at 78% 35%,#33476b 0,#1b263a 32%,#111a2a 70%,#0c1422 100%);color:#fff;position:relative;overflow:hidden;display:block}
.hero-campaign-image{position:absolute;z-index:1;right:3%;top:7%;bottom:4%;width:51%;height:89%;object-fit:contain;object-position:center;filter:drop-shadow(0 25px 28px rgba(0,0,0,.38))}
.hero-campaign-overlay{position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(8,16,30,.96) 0%,rgba(8,16,30,.85) 41%,rgba(8,16,30,.24) 70%,rgba(8,16,30,.04) 100%)}
.hero-campaign-copy{position:absolute;z-index:3;left:40px;top:50%;transform:translateY(-52%);max-width:49%}.hero-campaign-copy>span{font-size:9px;color:#8fb3ff;letter-spacing:.13em;font-weight:900}.hero-campaign-copy h2{font-size:clamp(34px,3vw,51px);line-height:1.03;letter-spacing:-.05em;margin:15px 0 13px}.hero-campaign-copy p{font-size:12.5px;color:#d2d9e5;line-height:1.5;margin:0 0 22px}.campaign-cta{display:inline-flex;padding:12px 16px;border-radius:7px;background:#0b4ccf;font-size:11px}.campaign-discount{position:absolute;z-index:4;right:16%;top:35%;width:84px;height:84px;border-radius:50%;background:#0d5beb;display:grid;place-content:center;text-align:center;font-size:9px;font-weight:800;box-shadow:0 15px 40px rgba(0,66,210,.35)}.campaign-discount strong{font-size:21px;line-height:1}.campaign-dots{position:absolute;z-index:4;bottom:15px;left:50%;display:flex;gap:7px}.campaign-dots i{width:7px;height:7px;border-radius:50%;background:#aab4c4}.campaign-dots i:first-child{background:#2d7bff}

.hero-editorial-stack{display:grid;grid-template-rows:1fr 1fr;gap:10px}.editorial-card{min-height:0;border-radius:12px;position:relative;overflow:hidden;display:block}.editorial-new{background:linear-gradient(120deg,#edf9f7,#e4f6f3)}.editorial-popular{background:linear-gradient(120deg,#fff6e2,#fff0c9)}.editorial-copy{position:relative;z-index:2;width:62%;height:100%;padding:25px 0 20px 24px;display:flex;flex-direction:column;align-items:flex-start}.editorial-copy>span{font-size:9px;letter-spacing:.12em;font-weight:900;color:#0a8268}.editorial-popular .editorial-copy>span{color:#b47600}.editorial-copy>strong{font-size:21px;line-height:1.05;letter-spacing:-.035em;margin:8px 0 7px}.editorial-copy>small{font-size:10.5px;line-height:1.35;color:#3f4854}.editorial-copy>b{margin-top:auto;padding:8px 11px;border:1px solid #cfd6df;background:rgba(255,255,255,.82);border-radius:6px;font-size:9px;color:#0b4ccf}.editorial-card>img{position:absolute;right:0;bottom:0;width:42%;height:92%;object-fit:contain;object-position:center;z-index:1;filter:drop-shadow(0 12px 15px rgba(23,35,55,.12))}

.service-strip{border-top:1px solid #edf0f4;border-bottom:1px solid #e7ebf0}.service-grid>div{padding:16px 20px}.service-grid>div>span{width:35px;height:35px}.section-categories{padding:26px 0 18px}.section-products-first{padding:24px 0 50px}.section-categories .section-head,.section-products-first .section-head{margin-bottom:17px}.section-categories .section-head h2,.section-products-first .section-head h2{font-size:23px;letter-spacing:-.03em}
.category-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:10px}.category-tile{min-height:150px;padding:12px;align-items:flex-end;border-radius:10px}.category-copy{width:100%;padding-top:86px}.category-tile strong{font-size:11.5px;text-align:center}.category-tile small{font-size:10px;text-align:center}.category-cta{display:none}.category-tile img{right:50%;transform:translateX(50%);top:7px;width:85px;height:85px}.category-icon{left:50%;right:auto;transform:translateX(-50%);top:10px;font-size:62px}.category-tile:hover{transform:translateY(-2px)}

.woocommerce ul.products{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px!important}.woocommerce ul.products li.product{border-radius:10px;padding:10px 10px 14px}.woocommerce ul.products li.product a img{aspect-ratio:1/1;object-fit:contain}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:11.5px!important;line-height:1.35;min-height:47px}.woocommerce ul.products li.product .price{font-size:17px!important}.woocommerce ul.products li.product .button{border-radius:7px}

@media(max-width:1380px){
  .header-main{grid-template-columns:145px 155px minmax(290px,1fr) auto;gap:12px}.action-copy{display:none}.action-link{min-width:46px;justify-content:center}.hero-showcase-grid{grid-template-columns:285px minmax(380px,1fr) 315px}.hero-intro-card{padding-left:24px}.hero-campaign-copy{left:30px}.category-grid{grid-template-columns:repeat(6,1fr)}.woocommerce ul.products{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media(max-width:1100px){
  .topbar-benefits span:nth-child(3){display:none}.header-main{grid-template-columns:145px minmax(0,1fr) auto}.header-catalog{display:none}.search-shell{grid-column:auto;grid-row:auto;margin:0}.hero-showcase-grid{grid-template-columns:270px minmax(0,1fr)}.hero-editorial-stack{grid-column:1/-1;grid-template-columns:1fr 1fr;grid-template-rows:none}.editorial-card{min-height:175px}.hero-campaign-card,.hero-intro-card{min-height:360px}.category-grid{grid-template-columns:repeat(4,1fr)}.woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}.primary-nav ul,.auto-category-nav{gap:18px}
}
@media(max-width:800px){
  .topbar-benefits{gap:10px}.topbar-benefits span:nth-child(2){display:none}.header-main{grid-template-columns:1fr auto;min-height:69px;gap:7px}.brand{min-width:0}.search-shell{grid-column:1/-1;grid-row:2;margin-bottom:10px}.header-actions .action-link:first-child{display:none}.nav-inner{height:auto;min-height:46px}.mobile-nav-toggle{display:block;padding:12px 0}.primary-nav{display:none;position:absolute;z-index:100;left:10px;right:10px;top:45px;background:#fff;border:1px solid var(--line);padding:15px;border-radius:0 0 12px 12px;box-shadow:var(--shadow)}.primary-nav.is-open{display:block}.primary-nav ul,.auto-category-nav{flex-direction:column;align-items:flex-start;gap:14px}.nav-deal{margin-left:auto}.hero-showcase-grid{display:block}.hero-intro-card{min-height:330px}.hero-campaign-card{min-height:330px;margin-top:10px}.hero-editorial-stack{margin-top:10px}.category-grid{grid-template-columns:repeat(3,1fr)}.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:560px){
  .topbar{display:none}.wrap{width:min(100% - 20px,1500px)}.market-hero-v3{padding-top:8px}.hero-intro-card{min-height:315px;padding:31px 21px 22px}.hero-intro-card h1{font-size:38px;max-width:95%}.hero-intro-card p{max-width:92%}.hero-store-metrics{grid-template-columns:repeat(3,1fr)}.hero-campaign-card{min-height:300px}.hero-campaign-copy{left:22px;max-width:68%}.hero-campaign-copy h2{font-size:34px}.hero-campaign-copy p{font-size:11px}.hero-campaign-image{width:50%;right:-5%}.campaign-discount{right:7%;top:28%;width:66px;height:66px}.campaign-discount strong{font-size:17px}.hero-editorial-stack{grid-template-columns:1fr}.editorial-card{min-height:155px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-tile{min-height:135px}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important}.section-categories .section-head h2,.section-products-first .section-head h2{font-size:22px}
}


/* ===== Marketplace LT v2.6 visual hardening ===== */
.brand{min-width:0}.brand-text{display:flex!important;flex-direction:column;align-items:flex-start;justify-content:center;line-height:.9;color:#0b4ccf!important;text-decoration:none;max-width:180px}.brand-text>span{font-size:25px;font-weight:950;letter-spacing:-1.3px;white-space:nowrap}.brand-text>small{margin-top:7px;font-size:8px;line-height:1;letter-spacing:.22em;color:#6b7587;font-weight:900}.custom-logo-link{display:flex;align-items:center}.custom-logo{max-width:180px!important;object-fit:contain}

.hero-campaign-card{isolation:isolate}.hero-product-stage{position:absolute;z-index:1;right:3.5%;top:8%;width:44%;height:84%;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(245,248,252,.94));border:1px solid rgba(255,255,255,.28);box-shadow:0 28px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.8);display:grid;place-items:center;overflow:hidden}.hero-product-stage:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(13,91,235,.18),rgba(13,91,235,0) 68%)}.hero-campaign-image{position:relative!important;z-index:2!important;right:auto!important;top:auto!important;bottom:auto!important;width:92%!important;height:92%!important;object-fit:contain!important;filter:drop-shadow(0 18px 18px rgba(20,34,58,.18))!important}.hero-campaign-overlay{z-index:2;background:linear-gradient(90deg,rgba(8,16,30,.98) 0%,rgba(8,16,30,.94) 39%,rgba(8,16,30,.63) 55%,rgba(8,16,30,.05) 72%,rgba(8,16,30,0) 100%)}.hero-campaign-copy{z-index:4;max-width:48%}.campaign-discount{z-index:5;right:38%;top:25%;width:75px;height:75px;font-size:8px}.campaign-discount strong{font-size:13px;line-height:1.05;letter-spacing:-.02em}.campaign-dots{z-index:5}

.editorial-card{border:1px solid rgba(15,30,55,.035)}.editorial-product-stage{position:absolute;right:10px;top:12px;bottom:12px;width:39%;z-index:1;border-radius:12px;background:rgba(255,255,255,.72);display:grid;place-items:center;overflow:hidden;box-shadow:0 8px 24px rgba(25,40,62,.07)}.editorial-product-stage img{width:90%;height:90%;object-fit:contain;filter:drop-shadow(0 9px 10px rgba(20,35,55,.13))}.editorial-copy{width:64%;padding-right:6px}.editorial-copy>b{position:relative;z-index:3}

.promo-banner{min-height:215px;padding-right:38%;isolation:isolate}.promo-product-stage{position:absolute;z-index:1;right:18px;top:18px;bottom:18px;width:32%;border-radius:16px;background:rgba(255,255,255,.92);display:grid;place-items:center;overflow:hidden;box-shadow:0 15px 35px rgba(8,20,45,.14)}.promo-product-stage img{position:relative!important;inset:auto!important;width:90%!important;height:90%!important;object-fit:contain!important;opacity:1!important}.promo-banner>*:not(.promo-product-stage){position:relative;z-index:2}.banner-dark .promo-product-stage{background:rgba(255,255,255,.96)}

.woocommerce ul.products li.product{display:flex;flex-direction:column;min-width:0;box-shadow:0 1px 0 rgba(15,35,60,.02);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(20,37,64,.10);border-color:#cfd8e8}.woocommerce ul.products li.product .woocommerce-loop-product__link{display:block;min-width:0}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-weight:780!important;letter-spacing:-.01em}.woocommerce ul.products li.product .price{margin-top:auto}.woocommerce ul.products li.product .button{margin-top:9px!important}

@media(max-width:1380px){.brand-text>span{font-size:21px}.brand-text{max-width:145px}.campaign-discount{right:37%}}
@media(max-width:1100px){.brand-text>small{display:none}.hero-product-stage{width:42%}.campaign-discount{right:36%}}
@media(max-width:560px){.brand-text>span{font-size:19px}.brand-text{max-width:150px}.hero-product-stage{right:-3%;top:15%;width:44%;height:68%;opacity:.75}.hero-campaign-copy{max-width:72%}.campaign-discount{display:none}.promo-banner{padding-right:26px}.promo-product-stage{display:none}}

/* ===== Marketplace LT v2.7 — curated marketing media + catalogue polish ===== */
/* Never turn raw supplier catalogue images into homepage advertising. Curated
   media is rendered edge-to-edge, while an intentional art direction is shown
   when no marketing image has been uploaded yet. */
.hero-campaign-card:before{content:"";position:absolute;z-index:0;inset:0;background:radial-gradient(circle at 82% 38%,rgba(33,105,235,.26),transparent 24%),radial-gradient(circle at 72% 76%,rgba(255,168,56,.18),transparent 22%)}
.hero-marketing-bg{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.002)}
.hero-campaign-card.has-marketing-image .hero-campaign-overlay{background:linear-gradient(90deg,rgba(7,16,31,.98) 0%,rgba(7,16,31,.92) 38%,rgba(7,16,31,.46) 58%,rgba(7,16,31,.10) 76%,rgba(7,16,31,.02) 100%)}
.hero-campaign-card:not(.has-marketing-image):after{content:"";position:absolute;z-index:1;right:8%;top:18%;width:31%;aspect-ratio:1;border-radius:28px;transform:rotate(-8deg);background:linear-gradient(145deg,#274f9f,#0d5beb);box-shadow:0 32px 75px rgba(0,0,0,.30)}
.hero-campaign-card:not(.has-marketing-image) .campaign-discount{right:17%}

.editorial-card:before{content:"";position:absolute;right:-28px;top:50%;transform:translateY(-50%);width:145px;height:145px;border-radius:50%;opacity:.52}
.editorial-new:before{background:#b8e9df}.editorial-popular:before{background:#f8d98d}
.editorial-marketing-bg{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.editorial-card .editorial-marketing-bg+.editorial-copy{}
.editorial-card:has(.editorial-marketing-bg) .editorial-copy:after{content:"";position:absolute;z-index:-1;inset:0 -18px 0 0;background:linear-gradient(90deg,rgba(238,249,247,.98) 0%,rgba(238,249,247,.92) 68%,rgba(238,249,247,0) 100%)}
.editorial-popular:has(.editorial-marketing-bg) .editorial-copy:after{background:linear-gradient(90deg,rgba(255,246,226,.98) 0%,rgba(255,246,226,.93) 68%,rgba(255,246,226,0) 100%)}

.promo-banner{overflow:hidden}.promo-marketing-bg{position:absolute!important;z-index:0!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important}
.promo-banner.has-image:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(10,20,38,.98) 0%,rgba(10,20,38,.88) 46%,rgba(10,20,38,.18) 74%,rgba(10,20,38,.04) 100%)}
.banner-light.has-image:after{background:linear-gradient(90deg,rgba(251,249,243,.98) 0%,rgba(251,249,243,.92) 45%,rgba(251,249,243,.32) 73%,rgba(251,249,243,.05) 100%)}
.promo-banner>*:not(.promo-marketing-bg){z-index:2!important}

/* Category cards: product photos are supportive, not tiny thumbnails floating in whitespace. */
.category-tile{background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%);overflow:hidden}
.category-tile:before{content:"";position:absolute;left:50%;top:4px;transform:translateX(-50%);width:100px;height:100px;border-radius:50%;background:#f2f5fa}
.category-tile img{z-index:2;width:96px;height:96px;top:4px;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(15,30,55,.09))}
.category-copy{position:relative;z-index:3}
.category-tile:hover img{transform:translateX(50%) scale(1.05)}

/* Remove stray icon/pseudo-content from add-to-cart buttons produced by some Woo styles. */
.woocommerce ul.products li.product .button:before,.woocommerce ul.products li.product .button:after{content:none!important;display:none!important}
.woocommerce ul.products li.product .button{font-weight:850!important;letter-spacing:0!important}

/* Cleaner information rhythm for marketplace cards. */
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:49px}
.product-mini-meta{min-height:18px}.woocommerce ul.products li.product .price{min-height:28px}

@media(max-width:1100px){.hero-campaign-card:not(.has-marketing-image):after{right:7%;width:34%}}
@media(max-width:560px){.hero-marketing-bg{object-position:65% center}.hero-campaign-card.has-marketing-image .hero-campaign-overlay{background:linear-gradient(90deg,rgba(7,16,31,.98),rgba(7,16,31,.88) 56%,rgba(7,16,31,.25))}.editorial-marketing-bg{object-position:70% center}}

/* ===== Marketplace LT v2.9 — catalogue + product commerce UX ===== */
.filter-categories{padding-bottom:18px}.filter-category-list{display:flex;flex-direction:column;gap:4px}.filter-category-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 9px;border-radius:8px;font-size:11.5px;font-weight:720;color:#374151}.filter-category-list a:hover,.filter-category-list a.is-active{background:#edf3ff;color:var(--brand)}.filter-category-list small{display:grid;place-items:center;min-width:25px;height:21px;padding:0 6px;border-radius:999px;background:#f1f3f7;color:#788396;font-size:9px}.filter-category-list a.is-active small{background:#dce7ff;color:#174fbf}
.active-filter-chips{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:2px 0 15px;font-size:10.5px}.active-filter-chips>strong{color:#6c7687;margin-right:2px}.active-filter-chips a{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid #d8e0ee;border-radius:999px;background:#fff;color:#263349;font-weight:750}.active-filter-chips a:hover{border-color:#aac0ee;color:var(--brand)}.active-filter-chips a span{font-size:14px;line-height:1}.active-filter-chips .clear-all{border:0;background:transparent;color:#7a8494;text-decoration:underline;padding-left:3px}
.archive-market-note{display:flex;align-items:center;gap:10px;margin:0 0 18px;padding:11px 13px;border:1px solid #dce6f7;border-radius:11px;background:#f7faff;clear:both}.archive-market-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#e1ebff;color:var(--brand);font-weight:950}.archive-market-note div{display:flex;flex-direction:column}.archive-market-note strong{font-size:11.5px}.archive-market-note small{font-size:10px;color:#738095;margin-top:1px}
.shop-main>.filter-open{margin-right:10px}.shop-main .woocommerce-result-count{margin-top:10px;color:#687487}.shop-main .woocommerce-ordering{margin-bottom:14px}.shop-main .woocommerce-ordering select{min-width:190px}

/* Product detail card architecture */
.single-product .shop-shell{padding-top:25px}.single-product .single-shop-main{max-width:1500px}.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);column-gap:54px;align-items:start}.woocommerce div.product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;position:sticky;top:150px}.woocommerce div.product .summary{width:100%!important;float:none!important;margin:0!important;padding:10px 0 0}.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related.products,.woocommerce div.product .upsells.products{grid-column:1/-1}.woocommerce div.product .product_title{font-size:clamp(30px,3.1vw,48px);line-height:1.06;letter-spacing:-.045em;margin:8px 0 13px}.woocommerce div.product .summary .price{font-size:30px!important;font-weight:950;color:#0d1422!important;margin:12px 0 11px}.woocommerce div.product .summary .woocommerce-product-details__short-description{font-size:13px;line-height:1.65;color:#505c6e;margin-bottom:17px}.woocommerce div.product .woocommerce-product-gallery__wrapper{background:#f7f8fa;border:1px solid #e5e9f0;border-radius:18px;overflow:hidden}.woocommerce div.product .woocommerce-product-gallery__image a{display:grid;place-items:center;min-height:520px}.woocommerce div.product .woocommerce-product-gallery__image img{max-height:520px!important;width:100%!important;object-fit:contain;background:#fff}.woocommerce div.product div.images .flex-control-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px;margin-bottom:24px}.woocommerce div.product div.images .flex-control-thumbs li{width:auto!important;float:none!important;border:1px solid #e0e5ee;border-radius:9px;padding:4px;background:#fff}.woocommerce div.product div.images .flex-control-thumbs li img{aspect-ratio:1;object-fit:contain;border-radius:7px}
.single-purchase-assurance{display:block;border:1px solid #e0e7f2;border-radius:12px;background:#fbfcff;margin:13px 0 17px;overflow:hidden}.single-purchase-assurance>div{display:flex;gap:10px;align-items:center;padding:12px 14px}.single-purchase-assurance>div>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e9f1ff;color:#1551c8;font-size:10px;font-weight:900}.single-purchase-assurance p{display:flex;flex-direction:column;margin:0}.single-purchase-assurance strong{font-size:11px}.single-purchase-assurance small{font-size:10px;color:#778296;margin-top:2px}
.woocommerce div.product form.cart{display:flex;align-items:stretch;gap:9px;padding:15px;border:1px solid #e1e6ef;border-radius:13px;background:#fff;box-shadow:0 12px 35px rgba(20,37,64,.065);margin:16px 0 10px!important}.woocommerce div.product form.cart .quantity{margin:0!important}.woocommerce div.product form.cart .qty{height:48px;width:74px;border:1px solid #d5dce8;border-radius:9px;font-weight:800}.woocommerce div.product form.cart .single_add_to_cart_button{flex:1;min-height:48px;border-radius:9px!important;background:var(--brand)!important;font-weight:900!important;font-size:13px!important}.woocommerce div.product form.cart .single_add_to_cart_button:hover{background:var(--brand2)!important}.wishlist-single{width:100%;min-height:44px;border:1px solid #dbe1eb;border-radius:9px;background:#fff;font-size:11.5px;font-weight:800;cursor:pointer}.wishlist-single:hover{background:#f6f8fc;border-color:#cbd6e7}
.single-availability{border-radius:12px!important}.single-meta-compact{padding:12px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.single-trust-panel{border-radius:12px!important;background:#f8faff!important}.translation-pending-copy{margin:0}.translation-pending-meta{font-size:11px!important;color:#7a8495!important}.translation-pending-panel{display:flex;gap:16px;align-items:flex-start;max-width:860px;padding:20px;border:1px solid #d9e3f4;border-radius:13px;background:#f7faff}.translation-pending-panel>span{display:grid;place-items:center;flex:0 0 43px;height:43px;border-radius:10px;background:#1d57d8;color:#fff;font-weight:950}.translation-pending-panel h3{margin:1px 0 5px;font-size:17px}.translation-pending-panel p{margin:0;color:#657287}
.woocommerce div.product .woocommerce-tabs{margin-top:68px!important;padding-top:8px;border-top:1px solid #edf0f4}.woocommerce div.product .woocommerce-tabs ul.tabs{gap:10px;border-bottom:0;padding-top:10px!important;flex-wrap:wrap}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:11px 16px;border:1px solid #dfe5ef;border-radius:10px;background:#fff;font-weight:700;color:#334155}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--brand);border:1px solid #cfe0ff;background:#f4f8ff;box-shadow:0 0 0 1px rgba(21,81,200,.05) inset}.woocommerce div.product .woocommerce-tabs .panel{padding-top:24px}.woocommerce div.product .related.products{margin-top:46px}.woocommerce div.product .related.products>h2{font-size:27px;letter-spacing:-.035em;margin-bottom:20px}.single-product .related.products ul.products{grid-template-columns:repeat(5,minmax(0,1fr))}
.mobile-product-bar{display:none}

@media(max-width:1020px){.woocommerce div.product{grid-template-columns:1fr;gap:24px}.woocommerce div.product .woocommerce-product-gallery{position:static}.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related.products,.woocommerce div.product .upsells.products{grid-column:1}.single-product .related.products ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.active-filter-chips{margin-top:4px}.woocommerce div.product .woocommerce-product-gallery__image a{min-height:340px}.woocommerce div.product .woocommerce-product-gallery__image img{max-height:340px!important}.woocommerce div.product .product_title{font-size:29px}.woocommerce div.product .summary .price{font-size:25px!important}.woocommerce div.product .woocommerce-tabs{margin-top:40px!important}.woocommerce div.product .woocommerce-tabs ul.tabs{gap:8px}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 13px;font-size:12px}.woocommerce div.product form.cart{padding:11px}.single-product .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-product-bar{display:flex;position:fixed;z-index:75;left:0;right:0;bottom:66px;align-items:center;justify-content:space-between;gap:16px;padding:9px 13px calc(9px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(13px);border-top:1px solid #dfe4ec;box-shadow:0 -10px 30px rgba(20,37,64,.10)}.mobile-product-bar>div{display:flex;flex-direction:column}.mobile-product-bar small{font-size:9px;color:#7b8594}.mobile-product-bar strong{font-size:17px}.mobile-product-bar button{min-width:145px;height:43px;border:0;border-radius:9px;background:var(--brand);color:#fff;font-size:11px;font-weight:900}.mobile-product-bar button:disabled{background:#9aa5b7}}


/* ===== Marketplace LT v3.0 — cart + checkout ===== */
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{max-width:1460px;margin:0 auto;padding:34px 28px 70px}
.woocommerce-cart table.shop_table,.woocommerce-checkout .woocommerce-checkout-review-order-table{border:1px solid #e1e6ef!important;border-radius:14px!important;overflow:hidden;background:#fff}
.woocommerce-cart table.shop_table th,.woocommerce-checkout .woocommerce-checkout-review-order-table th{background:#f7f9fc;color:#536072;font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:14px 16px!important}
.woocommerce-cart table.shop_table td,.woocommerce-checkout .woocommerce-checkout-review-order-table td{padding:14px 16px!important;border-color:#edf0f4!important}
.woocommerce-cart .cart_totals,.woocommerce-checkout #order_review{padding:20px;border:1px solid #dfe5ef;border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(25,44,75,.06)}
.woocommerce-cart .cart_totals h2,.woocommerce-checkout #order_review_heading{font-size:23px;letter-spacing:-.03em;margin:0 0 16px}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout #place_order{width:100%;min-height:52px;border-radius:10px!important;background:var(--brand)!important;color:#fff!important;font-size:13px!important;font-weight:900!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-checkout #place_order:hover{background:var(--brand2)!important}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:42px;align-items:start}
.woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr;gap:18px}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none!important;width:100%!important}
.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-shipping-fields,.woocommerce-checkout #mplt-company-checkout{padding:22px;border:1px solid #e1e6ef;border-radius:14px;background:#fff}
.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-shipping-fields h3,.woocommerce-checkout #mplt-company-checkout h3{font-size:21px;letter-spacing:-.025em;margin:0 0 16px}
.woocommerce-checkout .form-row label{font-size:10.5px;font-weight:800;color:#536072;margin-bottom:5px}
.woocommerce-checkout .input-text,.woocommerce-checkout select{min-height:46px;border:1px solid #d6deea!important;border-radius:9px!important;padding:10px 12px!important;background:#fff!important}
.woocommerce-checkout .input-text:focus,.woocommerce-checkout select:focus{border-color:#7fa2e8!important;box-shadow:0 0 0 3px rgba(25,87,216,.08)!important;outline:0}
.woocommerce-checkout #payment{border-radius:14px!important;background:#f7f9fc!important;border:1px solid #e1e6ef}
.woocommerce-checkout #payment ul.payment_methods{padding:16px!important;border-bottom-color:#e2e7ef!important}
.woocommerce-checkout #payment div.form-row{padding:16px!important}
.mplt-company-hint{font-size:11px;color:#718096;margin:-8px 0 14px}
.woocommerce-order-received .woocommerce-order{max-width:1100px;margin:0 auto;padding:38px 28px 70px}
.woocommerce-order-received .woocommerce-thankyou-order-received{padding:18px 20px;border-radius:12px;background:#ecfdf3;color:#067647;font-weight:850}
@media(max-width:920px){.woocommerce-checkout form.checkout{grid-template-columns:1fr}.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{padding:24px 16px 60px}}


/* ===== Prekių Sala branding v3.5 ===== */
.brand-default-link{display:flex;align-items:center;width:100%;max-width:210px;line-height:0}
.brand-default-logo{display:block;width:100%;height:auto;max-height:64px;object-fit:contain;object-position:left center;image-rendering:auto}
.footer-brand-logo-link{display:inline-flex;align-items:center;width:min(100%,290px);max-width:290px;margin-bottom:14px;line-height:0}
.footer-brand-logo{display:block;width:100%;height:auto;max-height:96px;object-fit:contain;object-position:left center;image-rendering:auto}
@media(max-width:1380px){.brand-default-link{max-width:185px}}
@media(max-width:1020px){.brand-default-link{max-width:175px}.brand-default-logo{max-height:52px}}
@media(max-width:560px){.brand-default-link{max-width:150px}.brand-default-logo{max-height:46px}.footer-brand-logo-link{max-width:250px}}

/* ======================================================================
   PREKIŲ SALA v3.7 — FINAL STOREFRONT
   Brand-aligned public storefront polish. Kept as an override layer so the
   WooCommerce integration remains update-friendly and older theme logic is
   not duplicated.
   ====================================================================== */
:root{
  --brand:#1565E6;--brand2:#0A3E9E;--brand-bright:#2496FF;--brand-soft:#EEF5FF;
  --dark:#0A2540;--ink:#0A172B;--ink2:#17283E;--muted:#69778A;
  --line:#E4EAF2;--line2:#D8E1ED;--soft:#F6F8FC;--soft2:#EEF3F9;
  --radius:16px;--radius-sm:11px;--shadow:0 20px 60px rgba(10,37,64,.10);--shadow-sm:0 8px 28px rgba(10,37,64,.07)
}
body{color:var(--ink);background:#fff}.wrap{width:min(1520px,calc(100% - 48px))}

/* Header */
.topbar{background:#071C33;color:#D7E4F5}.topbar-inner{height:32px}.topbar-benefits{display:flex;align-items:center;gap:22px}.topbar-benefits span{white-space:nowrap}.site-header{box-shadow:0 1px 0 rgba(10,37,64,.09);backdrop-filter:saturate(130%) blur(12px)}
.header-main{min-height:82px;grid-template-columns:190px 176px minmax(360px,1fr) auto;gap:16px}.brand-default-link{max-width:182px}.brand-default-logo{max-height:58px}
.catalog-trigger{height:44px;border-radius:10px;background:var(--brand);padding:0 16px;box-shadow:0 6px 16px rgba(21,101,230,.18)}.catalog-trigger:hover{background:var(--brand2)}
.market-search{height:48px;border:1px solid #C9D6E8;border-radius:11px;box-shadow:none}.market-search:focus-within{border-color:#7BA9F5;box-shadow:0 0 0 3px rgba(21,101,230,.09)}.market-search button{background:var(--brand);padding:0 26px}.market-search input{font-size:13.5px}.search-icon{color:#8DA0B6}
.action-link{min-height:50px;padding:5px 9px}.action-icon{color:#203750}.action-copy b{font-size:11.5px}.action-copy small{font-size:9.5px}.nav-row{background:#fff}.nav-inner{height:48px}.primary-nav ul{gap:28px;font-size:12px}.nav-deal{color:#D92D42}
.mega-panel{top:47px;border-radius:0 0 16px 16px;border-color:#DDE6F0;padding:26px 28px}.mega-parent{color:#10253F}.mega-children a{padding:2px 0}.mega-col{padding:4px 0}.mega-footer{background:#F7FAFE;margin:22px -28px -26px;padding:16px 28px;border-radius:0 0 16px 16px}

/* Homepage hero */
.market-hero-v3{background:#F5F8FC;padding:18px 0 22px}.hero-showcase-grid{gap:12px}.hero-intro-card,.hero-campaign-card,.editorial-card{border-radius:14px}
.hero-intro-card{background:linear-gradient(145deg,#0A2F73 0%,#155FD6 64%,#2F7BEE 100%);box-shadow:0 18px 45px rgba(10,62,158,.16)}.hero-intro-card:after{content:"";position:absolute;width:210px;height:210px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-76px;bottom:-78px}.hero-intro-card h1{letter-spacing:-.047em}.hero-intro-card p{color:#E5EEFC}.hero-primary-btn{box-shadow:0 8px 18px rgba(4,28,73,.18)}
.hero-campaign-card{box-shadow:0 16px 42px rgba(10,37,64,.14)}.hero-campaign-copy>span{color:#79AFFF}.hero-campaign-copy h2{max-width:520px}.campaign-cta{background:#1565E6}.campaign-discount{background:#1565E6}
.editorial-card{border:1px solid rgba(10,37,64,.055);box-shadow:0 7px 24px rgba(10,37,64,.035)}.editorial-new{background:#EAF8F6}.editorial-popular{background:#FFF4D8}
.service-strip{background:#fff}.service-grid>div{min-height:74px}.service-grid>div>span{background:#EEF5FF;color:#1565E6}.service-grid strong{color:#10233B}

/* Section rhythm */
.section{padding:54px 0}.section-categories{padding:34px 0 20px}.section-products-first{padding:30px 0 58px}.section-head{margin-bottom:22px}.section-head h2{color:#0A2540}.section-head>a{color:#155FD6}
.category-grid{gap:12px}.category-tile{min-height:162px;border:1px solid #E1E8F1;border-radius:13px;background:#fff;box-shadow:0 3px 12px rgba(10,37,64,.025);transition:.18s ease}.category-tile:hover{transform:translateY(-3px);border-color:#BFD2EF;box-shadow:0 14px 32px rgba(10,37,64,.08)}.category-tile img{width:94px;height:94px;top:9px}.category-copy{padding-top:101px}.category-tile strong{font-size:12px;line-height:1.3;color:#142942}.category-tile small{color:#8390A2}

/* Product cards */
.woocommerce ul.products{align-items:stretch}.woocommerce ul.products li.product{border:1px solid #E1E7EF!important;border-radius:13px!important;padding:10px 10px 13px!important;background:#fff!important;overflow:hidden;min-height:100%;box-shadow:0 2px 10px rgba(10,37,64,.025)!important}.woocommerce ul.products li.product:hover{transform:translateY(-3px);border-color:#C7D5E8!important;box-shadow:0 16px 38px rgba(10,37,64,.09)!important}.woocommerce ul.products li.product a img{border-radius:9px!important;background:#F8FAFC!important;margin-bottom:10px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{color:#0B1B2F!important;font-size:12px!important;line-height:1.38!important;min-height:50px!important;margin:2px 0 7px!important}.product-mini-meta{min-height:18px}.stock-dot{color:#14855F}.mini-brand{max-width:48%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-fulfillment{display:flex;align-items:center;gap:5px;color:#69778A;font-size:9.5px;min-height:18px;margin:2px 0 3px}.product-fulfillment span{color:#1565E6;font-weight:900}.woocommerce ul.products li.product .price{font-size:18px!important;color:#0A172B!important;font-weight:900!important;margin:5px 0 0!important}.woocommerce ul.products li.product .button{min-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-top:10px!important;border-radius:8px!important;background:#155FD6!important;color:#fff!important;font-size:11px!important;font-weight:850!important}.woocommerce ul.products li.product .button:hover{background:#0A3E9E!important}.woocommerce ul.products li.product>.wishlist-toggle{border-color:#DCE4EF;background:rgba(255,255,255,.96)}.woocommerce ul.products li.product>.wishlist-toggle.is-active{background:#EEF5FF;color:#155FD6;border-color:#BCD2F5}
.badge-stock{background:#E7F7F0;color:#087451}.badge-sale{background:#E6354D;color:#fff}

/* Promotional rows */
.promo-grid{gap:14px}.promo-banner{border-radius:15px;box-shadow:0 12px 34px rgba(10,37,64,.08)}.banner-dark{background:#0A2540}.banner-light{background:#F7F4EC}.promo-banner h3{letter-spacing:-.04em}.section-soft{background:#F5F8FC}

/* Why Prekių Sala */
.brand-confidence{background:#071C33;color:#fff;padding:68px 0}.why-store{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(580px,1.4fr);gap:70px;align-items:start}.why-store-head h2{font-size:clamp(32px,3.2vw,48px);line-height:1.03;letter-spacing:-.045em;margin:0 0 18px}.why-store-head p{color:#B9C9DE;font-size:14px;line-height:1.7;max-width:580px}.why-store-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.why-store-grid>div{position:relative;min-height:145px;padding:22px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(255,255,255,.045)}.why-store-grid b{display:block;color:#53A5FF;font-size:11px;letter-spacing:.12em;margin-bottom:23px}.why-store-grid strong{display:block;font-size:15px;margin-bottom:6px}.why-store-grid span{display:block;color:#B9C9DE;font-size:12px;line-height:1.55}

/* Catalogue / archives */
.shop-shell{padding-top:24px;padding-bottom:70px}.archive-storefront-head{grid-column:1/-1;margin:0 0 20px;padding:10px 2px 18px;border-bottom:1px solid #E6EBF2;background:transparent}.archive-breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;align-items:center;color:#8A96A6;font-size:11px;line-height:1.4;margin-bottom:18px}.archive-breadcrumbs a{color:#657286;text-decoration:none}.archive-breadcrumbs a:hover{color:#155FD6}.archive-breadcrumbs span{color:#B2BBC7}.archive-breadcrumbs b{color:#4A5567;font-weight:600}.archive-title-row{display:block}.archive-title-copy{max-width:900px}.archive-title-row h1{font-size:clamp(34px,3.2vw,48px);line-height:1.04;letter-spacing:-.045em;margin:0;color:#0B1628}.archive-title-row p{max-width:780px;color:#66758A;font-size:14px;line-height:1.65;margin:10px 0 0}.archive-head-benefits{display:none!important}
.shop-sidebar{top:144px}.filter-card{border-radius:12px!important;border-color:#E1E7EF!important;box-shadow:none!important}.filter-title{font-size:12px!important;color:#142942!important}.filter-category-list a{border-radius:8px}.filter-category-list a.is-active{background:#EEF5FF;color:#155FD6}.filter-submit{background:#155FD6!important;border-radius:8px!important}.filter-reset{color:#68788D}.subcategory-strip{gap:8px}.subcategory-strip a{border-radius:9px;background:#fff;border-color:#DEE7F2}.archive-market-note{border-radius:10px;background:#F7FAFE;border-color:#E0E7F0}.active-filter-chips a{border-radius:999px}
.woocommerce .woocommerce-result-count{color:#76859A;font-size:11px}.woocommerce .woocommerce-ordering select{min-height:40px;border:1px solid #D7E1ED;border-radius:9px;background:#fff;padding:0 34px 0 11px;color:#33475F;font-size:11px}

/* Product page */
.single-product .shop-shell{padding-top:30px}.woocommerce div.product .woocommerce-product-gallery__wrapper{border-radius:16px}.woocommerce div.product .summary{padding-top:4px!important}.woocommerce div.product .product_title{color:#071C33}.woocommerce div.product .summary .price{color:#071C33!important}.single-purchase-assurance{background:#F7FAFF;border-color:#DCE6F4}.single-availability{margin-top:14px}.single-trust-panel{background:#F8FBFF!important;border-color:#DFE8F3!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{border-radius:9px}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{background:#EEF5FF;border-color:#C5D9F7;color:#155FD6}.spec-table{border-color:#DEE6EF}.spec-table>div:nth-child(even){background:#FAFBFD}

/* Footer */
.site-footer{background:#071C33;color:#D2DEEE;padding-top:58px}.footer-top{gap:44px}.footer-brand-logo-link{max-width:260px}.footer-brand-col p{color:#B4C5DA;line-height:1.65}.footer-top h4{color:#fff}.footer-top a{color:#C1CFE0}.footer-top a:hover{color:#fff}.footer-note{color:#8193A9!important}.footer-badges span{border-color:rgba(255,255,255,.13)!important;background:rgba(255,255,255,.055)!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.10);color:#8193A9}

/* Mobile / tablet */
@media(max-width:1380px){.header-main{grid-template-columns:166px 160px minmax(300px,1fr) auto}.brand-default-link{max-width:160px}.why-store{gap:42px}}
@media(max-width:1100px){.wrap{width:min(100% - 30px,1520px)}.header-main{grid-template-columns:160px minmax(0,1fr) auto}.brand-default-link{max-width:155px}.archive-title-row{display:block}.why-store{grid-template-columns:1fr;gap:30px}.why-store-head p{max-width:760px}.woocommerce ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:800px){.wrap{width:min(100% - 22px,1520px)}.header-main{grid-template-columns:1fr auto}.brand-default-link{max-width:158px}.archive-storefront-head{padding:20px}.why-store-grid{grid-template-columns:1fr 1fr}.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:560px){.wrap{width:min(100% - 18px,1520px)}.brand-default-link{max-width:145px}.market-search button{padding:0 15px}.archive-storefront-head{padding:18px 16px;margin-bottom:12px}.archive-title-row h1{font-size:30px}.category-tile{min-height:142px}.category-tile img{width:82px;height:82px}.category-copy{padding-top:91px}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.woocommerce ul.products li.product{padding:8px 8px 11px!important}.product-fulfillment{font-size:8.5px}.brand-confidence{padding:50px 0 105px}.why-store-grid{grid-template-columns:1fr}.why-store-grid>div{min-height:auto}.footer-brand-logo-link{max-width:230px}}
@media(max-width:1020px){body.mplt-filter-open{overflow:hidden}body.mplt-filter-open:after{content:"";position:fixed;z-index:95;inset:0;background:rgba(5,18,35,.42);backdrop-filter:blur(2px)}body.mplt-filter-open .shop-sidebar{z-index:101}}

/* ===== Prekių Sala v3.8 — focused Lithuania checkout ===== */
body.woocommerce-checkout{background:#f5f7fb}
body.woocommerce-checkout .site-content{min-height:70vh;background:#f5f7fb;padding:34px 0 72px}
body.woocommerce-checkout.woocommerce-order-received .site-content{background:#fff}
.checkout-minimal-header{background:#fff;border-bottom:1px solid #e3e8f0;box-shadow:0 4px 18px rgba(15,34,66,.035)}
.checkout-minimal-inner{min-height:82px;display:grid;grid-template-columns:230px 1fr auto;align-items:center;gap:30px}
.checkout-brand{display:flex;align-items:center}
.checkout-brand img{display:block;width:205px;max-height:58px;object-fit:contain;object-position:left center}
.checkout-header-trust{display:flex;align-items:center;justify-content:center;gap:26px;color:#445168;font-size:11.5px}
.checkout-header-trust span{display:flex;align-items:center;gap:7px;white-space:nowrap}
.checkout-header-trust b{font-size:14px}.checkout-header-trust strong{color:#0d3d91}
.checkout-back-cart{justify-self:end;color:#31506f;font-size:11.5px;font-weight:800;padding:9px 12px;border-radius:9px}
.checkout-back-cart:hover{background:#f1f5fb;color:#164fae}
.checkout-minimal-footer{background:#fff;border-top:1px solid #e4e9f1;color:#778295}
.checkout-minimal-footer-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10.5px}
.checkout-minimal-footer a{color:#1658c8;font-weight:800}

/* Classic checkout */
.woocommerce-checkout .woocommerce{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:0!important}
.woocommerce-checkout .woocommerce>form.checkout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.72fr);gap:34px;align-items:start}
.woocommerce-checkout #customer_details{display:block!important}
.woocommerce-checkout .col2-set{display:block!important}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{width:100%!important;float:none!important}
.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-additional-fields,.woocommerce-checkout #mplt-company-checkout{background:#fff;border:1px solid #e3e8f0;border-radius:16px;padding:25px 26px;box-shadow:0 12px 34px rgba(19,42,77,.045);margin:0 0 16px}
.woocommerce-checkout .woocommerce-billing-fields>h3,.woocommerce-checkout .woocommerce-additional-fields>h3{font-size:22px;line-height:1.15;letter-spacing:-.035em;margin:0 0 20px;color:#0b1f3a}
.woocommerce-checkout .woocommerce-billing-fields>h3:after{content:"DPD kurjerio pristatymui Lietuvoje";display:block;margin-top:6px;font-size:10.5px;letter-spacing:0;color:#7a8596;font-weight:500}
.woocommerce-checkout .form-row{margin:0 0 14px!important}
.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{width:calc(50% - 7px)!important}
.woocommerce-checkout .form-row label{font-size:11px!important;font-weight:750!important;color:#344155!important;margin:0 0 6px!important;line-height:1.3}
.woocommerce-checkout .form-row .required{color:#d3384b;text-decoration:none}
.woocommerce-checkout .input-text,.woocommerce-checkout select,.woocommerce-checkout .select2-selection{height:48px!important;min-height:48px!important;border:1px solid #d7deea!important;border-radius:10px!important;padding:10px 13px!important;background:#fff!important;color:#14243b!important;box-shadow:none!important;font-size:13px!important}
.woocommerce-checkout textarea.input-text{height:86px!important;min-height:86px!important;resize:vertical}
.woocommerce-checkout .input-text:focus,.woocommerce-checkout select:focus,.woocommerce-checkout .select2-container--focus .select2-selection{border-color:#3d74da!important;box-shadow:0 0 0 3px rgba(29,92,210,.09)!important;outline:0!important}
.woocommerce-checkout #billing_country_field,.woocommerce-checkout #shipping_country_field,.woocommerce-checkout #billing_state_field,.woocommerce-checkout #shipping_state_field{display:none!important}
.woocommerce-checkout .woocommerce-shipping-fields{display:none!important}

/* Optional company data: quiet and collapsed by default. */
#mplt-company-checkout{padding:0!important;overflow:hidden}
#mplt-company-checkout summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 20px;font-weight:850;color:#23344c}
#mplt-company-checkout summary::-webkit-details-marker{display:none}
#mplt-company-checkout summary:after{content:"+";width:27px;height:27px;border-radius:50%;background:#edf3ff;color:#1958c8;display:grid;place-items:center;font-size:18px;font-weight:500}
#mplt-company-checkout[open] summary:after{content:"–"}
#mplt-company-checkout summary span{font-size:12.5px}
#mplt-company-checkout summary small{margin-left:auto;color:#8791a0;font-size:10px;font-weight:500}
.mplt-company-fields{padding:0 20px 19px;border-top:1px solid #edf0f5;padding-top:18px}

/* Right-side order summary. */
.woocommerce-checkout #order_review_heading{display:none}
.woocommerce-checkout #order_review{position:sticky;top:108px;background:#fff;border:1px solid #dde4ee;border-radius:17px;padding:22px!important;box-shadow:0 18px 48px rgba(18,40,72,.075)}
.woocommerce-checkout #order_review:before{content:"Jūsų užsakymas";display:block;font-size:21px;line-height:1.2;font-weight:900;letter-spacing:-.035em;color:#0b1f3a;margin-bottom:16px}
.woocommerce-checkout .woocommerce-checkout-review-order-table{border:0!important;margin:0 0 14px!important}
.woocommerce-checkout .woocommerce-checkout-review-order-table th{background:transparent!important;border-color:#edf0f4!important;padding:11px 4px!important;color:#7a8493;font-size:9.5px!important}
.woocommerce-checkout .woocommerce-checkout-review-order-table td{padding:12px 4px!important;border-color:#edf0f4!important;font-size:11.5px}
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td{font-size:15px!important;color:#0b1f3a;padding-top:16px!important}
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping td{color:#184eaa;font-weight:800}
.woocommerce-checkout .woocommerce-shipping-methods{margin:0!important;padding:0!important;list-style:none!important}
.woocommerce-checkout .woocommerce-shipping-methods li{margin:0!important;padding:0!important}
.woocommerce-checkout .woocommerce-shipping-methods input[type=radio]{position:absolute;opacity:0;pointer-events:none}
.woocommerce-checkout .woocommerce-shipping-methods label{display:flex!important;justify-content:space-between;gap:12px;padding:12px 13px;border:1px solid #d7e4fa;border-radius:10px;background:#f5f9ff;color:#163e83;font-size:11.5px!important;font-weight:850!important}
.woocommerce-checkout #payment{border:0!important;border-radius:12px!important;background:#f7f9fc!important;margin-top:15px}
.woocommerce-checkout #payment ul.payment_methods{padding:15px!important;border-bottom:1px solid #e6eaf0!important}
.woocommerce-checkout #payment div.payment_box{background:#fff!important;border:1px solid #e2e7ef;border-radius:9px;font-size:10.5px;color:#596577}
.woocommerce-checkout #payment div.payment_box:before{display:none}
.woocommerce-checkout #payment div.form-row{padding:14px!important}
.woocommerce-checkout #place_order{width:100%!important;min-height:54px!important;border:0!important;border-radius:11px!important;background:#145add!important;color:#fff!important;font-size:13px!important;font-weight:900!important;box-shadow:0 10px 26px rgba(20,90,221,.22)}
.woocommerce-checkout #place_order:hover{background:#0e49ba!important;transform:translateY(-1px)}
.woocommerce-checkout .woocommerce-privacy-policy-text,.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{font-size:9.5px;line-height:1.55;color:#7c8796}
.woocommerce-checkout .woocommerce-form-coupon-toggle,.woocommerce-checkout .woocommerce-form-login-toggle{font-size:10.5px;margin-bottom:12px}

/* Checkout Block — same calm two-column language. */
.woocommerce-checkout .wp-block-woocommerce-checkout{width:min(1240px,calc(100% - 40px));margin:0 auto!important;padding:0!important}
.woocommerce-checkout .wc-block-checkout,.woocommerce-checkout .wc-block-components-sidebar-layout{gap:34px!important}
.woocommerce-checkout .wc-block-checkout__main{padding-right:0!important}
.woocommerce-checkout .wc-block-checkout__sidebar{position:sticky!important;top:108px!important;align-self:start;background:#fff;border:1px solid #dde4ee;border-radius:17px;padding:18px!important;box-shadow:0 18px 48px rgba(18,40,72,.075)}
.woocommerce-checkout .wc-block-components-checkout-step{background:#fff;border:1px solid #e3e8f0;border-radius:16px;padding:22px 24px!important;margin:0 0 16px!important;box-shadow:0 12px 34px rgba(19,42,77,.04)}
.woocommerce-checkout .wc-block-components-checkout-step__heading{margin-bottom:15px!important}
.woocommerce-checkout .wc-block-components-checkout-step__title{font-size:20px!important;line-height:1.15!important;letter-spacing:-.03em!important;color:#0b1f3a!important}
.woocommerce-checkout .wc-block-components-checkout-step__description{font-size:10.5px!important;color:#7b8595!important}
.woocommerce-checkout .wc-block-components-text-input input,.woocommerce-checkout .wc-block-components-combobox-control input,.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input{min-height:49px!important;border:1px solid #d7deea!important;border-radius:10px!important;background:#fff!important;font-size:13px!important;color:#14243b!important}
.woocommerce-checkout .wc-block-components-text-input label,.woocommerce-checkout .wc-block-components-combobox-control label{font-size:11px!important;color:#536072!important}
.woocommerce-checkout .wc-block-components-text-input.is-active input,.woocommerce-checkout .wc-block-components-combobox-control:focus-within input{border-color:#3d74da!important;box-shadow:0 0 0 3px rgba(29,92,210,.09)!important}
.woocommerce-checkout .wc-block-components-address-form__country,.woocommerce-checkout .wc-block-components-country-input,.woocommerce-checkout [id*="shipping-country"],.woocommerce-checkout [id*="billing-country"]{display:none!important}
.woocommerce-checkout .wc-block-components-radio-control__option{border:1px solid #e0e6ef!important;border-radius:10px!important;margin:7px 0!important;padding:13px!important;background:#fff!important}
.woocommerce-checkout .wc-block-components-radio-control__option-checked{border-color:#bfd3f7!important;background:#f5f9ff!important}
.woocommerce-checkout .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option{background:#f5f9ff!important;border-color:#d5e3fb!important}
.woocommerce-checkout .wc-block-components-order-summary{border:0!important}
.woocommerce-checkout .wc-block-components-totals-wrapper{border-top-color:#e8edf3!important;padding:14px 0!important}
.woocommerce-checkout .wc-block-components-totals-item__label{font-size:11px!important;color:#526075}
.woocommerce-checkout .wc-block-components-totals-item__value{font-size:12px!important;font-weight:800}
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:16px!important;color:#0b1f3a!important}
.woocommerce-checkout .wc-block-components-checkout-place-order-button{min-height:54px!important;border:0!important;border-radius:11px!important;background:#145add!important;color:#fff!important;font-weight:900!important;box-shadow:0 10px 26px rgba(20,90,221,.22)}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover{background:#0e49ba!important}
.woocommerce-checkout .wc-block-components-checkbox label{font-size:11.5px!important;color:#35445a!important}
.woocommerce-checkout .wc-block-components-checkbox__input{border-radius:5px!important}
.woocommerce-checkout .wc-block-components-address-card{border-radius:11px!important;border-color:#dce3ed!important}
.woocommerce-checkout .wc-block-components-order-summary-item__description{font-size:11px!important}
.woocommerce-checkout .wc-block-components-order-summary-item__total-price{font-weight:850!important}

@media(max-width:980px){
  .checkout-minimal-inner{grid-template-columns:190px 1fr;min-height:74px}.checkout-header-trust{justify-content:flex-end;gap:14px}.checkout-header-trust span:nth-child(3){display:none}.checkout-back-cart{display:none}.checkout-brand img{width:180px}
  .woocommerce-checkout .woocommerce>form.checkout{grid-template-columns:1fr}.woocommerce-checkout #order_review{position:static}.woocommerce-checkout .wc-block-checkout__sidebar{position:static!important}
}
@media(max-width:720px){
  body.woocommerce-checkout .site-content{padding:18px 0 45px}
  .checkout-minimal-inner{grid-template-columns:145px 1fr;gap:10px;min-height:66px}.checkout-brand img{width:140px}.checkout-header-trust{gap:8px}.checkout-header-trust span{font-size:9px}.checkout-header-trust span:nth-child(1){display:none}
  .checkout-minimal-footer-inner{min-height:74px;flex-direction:column;justify-content:center;gap:4px;text-align:center}
  .woocommerce-checkout .woocommerce,.woocommerce-checkout .wp-block-woocommerce-checkout{width:calc(100% - 24px)!important}
  .woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-additional-fields{padding:20px 17px;border-radius:13px}.woocommerce-checkout .woocommerce-billing-fields>h3{font-size:20px}
  .woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{float:none!important;width:100%!important}
  .woocommerce-checkout #order_review{padding:17px!important;border-radius:13px}.woocommerce-checkout #order_review:before{font-size:19px}
  .woocommerce-checkout .wc-block-components-checkout-step{padding:19px 16px!important;border-radius:13px}.woocommerce-checkout .wc-block-checkout__sidebar{padding:15px!important;border-radius:13px}
  #mplt-company-checkout summary{padding:15px 16px}#mplt-company-checkout summary small{display:none}.mplt-company-fields{padding:16px}
}

@media(max-width:800px){.archive-storefront-head{padding:6px 0 16px}.archive-breadcrumbs{margin-bottom:14px}.archive-title-row h1{font-size:34px}.archive-title-row p{font-size:13px}}
@media(max-width:560px){.archive-storefront-head{padding:4px 0 14px;margin-bottom:14px}.archive-breadcrumbs{font-size:10px;margin-bottom:12px}.archive-title-row h1{font-size:30px}.archive-title-row p{font-size:12.5px;line-height:1.55}}
