:root{
  --navy:#082b5c;--navy2:#0d3974;--blue:#0f5fb5;--blue-soft:#eef5ff;
  --red:#e11920;--red2:#bf0f15;--green:#16883c;--green-soft:#e8f7ec;
  --ink:#14233b;--muted:#66758a;--line:#dde4ed;--soft:#f6f8fb;
  --cream:#fffaf0;--shadow:0 12px 34px rgba(8,43,92,.10);
  --shadow-sm:0 5px 18px rgba(8,43,92,.08);--radius:14px;--container:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.hidden{display:none!important}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.topbar{background:var(--navy);color:#fff;font-size:12px}
.topbar-inner{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.topbar-items{display:flex;gap:20px;align-items:center}.topbar span{display:flex;gap:7px;align-items:center}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100;box-shadow:0 2px 10px rgba(8,43,92,.04)}
.header-row{min-height:72px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:25px;align-items:center}
.brand{display:flex;align-items:center;gap:9px;font-size:26px;font-weight:900;color:var(--navy);letter-spacing:-1px;white-space:nowrap;background:none;border:0;padding:0}
.brand svg{width:38px;height:38px;color:var(--blue)}.brand .blue{color:var(--blue)}
.header-search{height:47px;border:1px solid #ccd5e1;border-radius:9px;display:flex;overflow:hidden;background:#fff;max-width:620px;width:100%;justify-self:center}
.header-search input{width:100%;border:0;outline:0;padding:0 15px;color:var(--ink)}
.header-search button{width:54px;border:0;background:var(--navy);color:#fff;font-size:21px}
.header-actions{display:flex;align-items:center;gap:12px}
.head-action{min-width:94px;display:flex;align-items:center;gap:9px;padding-left:13px;border-left:1px solid var(--line);background:none;border-top:0;border-right:0;border-bottom:0;color:var(--ink)}
.head-action svg{width:25px;height:25px;color:var(--navy)}
.head-action strong{display:block;font-size:12px;color:var(--navy)}
.head-action small{display:block;font-size:10px;color:var(--muted);margin-top:2px}
.cart-icon{position:relative}.cart-badge{position:absolute;left:24px;top:-10px;min-width:20px;height:20px;border-radius:999px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900;border:2px solid #fff;padding:0 5px}
.navbar{border-top:1px solid #edf1f6;position:relative;z-index:90;background:#fff}
.navrow{display:flex;align-items:center;gap:8px;min-height:51px;color:var(--navy);font-size:13px;font-weight:900;position:relative}
.nav-link,.nav-direct{height:50px;padding:0 15px;display:flex;align-items:center;gap:6px;border-radius:8px 8px 0 0;white-space:nowrap}
.nav-direct:hover,.nav-link:hover,.has-mega:hover>.nav-link,.has-mega.open>.nav-link{background:var(--blue-soft);color:var(--blue)}
.all-products{background:var(--navy);color:#fff;border-radius:8px}.all-products:hover{background:var(--navy2);color:#fff}
.nav-item{position:static}.nav-caret{font-size:14px;transition:.18s}.has-mega:hover .nav-caret,.has-mega.open .nav-caret{transform:rotate(180deg)}
.mega-menu{position:absolute;left:0;right:0;top:100%;padding-top:1px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:.18s}
.has-mega:hover>.mega-menu,.has-mega:focus-within>.mega-menu,.has-mega.open>.mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.mega-inner{background:#fff;border:1px solid var(--line);border-top:3px solid var(--navy);border-radius:0 0 16px 16px;box-shadow:0 22px 50px rgba(8,43,92,.17);padding:20px}
.mega-top{display:flex;justify-content:space-between;align-items:end;padding:0 2px 15px;border-bottom:1px solid var(--line);margin-bottom:14px}
.mega-top small{display:block;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.8px}.mega-top h3{margin:4px 0 0;color:var(--navy);font-size:22px}.mega-top button{border:0;background:none;color:var(--blue);font-size:13px;font-weight:900}
.mega-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.mega-card{min-height:76px;border:1px solid #e1e7ef;border-radius:11px;padding:11px;display:grid;grid-template-columns:39px 1fr auto;gap:10px;align-items:center;background:#fff;transition:.18s}
.mega-card:hover{border-color:#94b6dc;background:#f7fbff;transform:translateY(-1px);box-shadow:0 7px 18px rgba(8,43,92,.07)}
.mega-code{width:39px;height:39px;border-radius:9px;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}
.mega-copy b{display:block;color:var(--navy);font-size:13px;margin-bottom:4px}.mega-copy small{display:block;color:var(--muted);font-size:10px;line-height:1.35;font-weight:500}.mega-arrow{color:var(--blue);font-weight:900}
.mobile-menu-btn{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--navy);font-size:21px}
.page{min-height:55vh}.breadcrumb{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:13px;padding:18px 0;overflow:auto;white-space:nowrap}.breadcrumb strong{color:var(--navy)}
.section{padding:48px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-head h2{margin:0;color:var(--navy);font-size:30px;letter-spacing:-.6px}.section-head p{margin:7px 0 0;color:var(--muted);font-size:14px}.link-btn{border:0;background:none;color:var(--blue);font-weight:900;padding:0}
.btn{height:48px;border-radius:9px;border:0;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;transition:.18s}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 7px 16px rgba(8,43,92,.16)}.btn-primary:hover{background:#0d3d7d;transform:translateY(-1px)}
.btn-outline{background:#fff;color:var(--navy);border:1px solid #cdd7e4}.btn-outline:hover{border-color:var(--navy);background:var(--blue-soft)}
.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red2)}
.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-sm)}
.toast{position:fixed;right:22px;bottom:22px;z-index:2000;background:var(--navy);color:#fff;padding:14px 18px;border-radius:10px;box-shadow:0 14px 34px rgba(8,43,92,.28);font-size:13px;opacity:0;transform:translateY(15px);pointer-events:none;transition:.22s;max-width:360px}.toast.show{opacity:1;transform:none}
.hero{background:linear-gradient(135deg,#f4f8fd,#fff 55%,#edf5ff);padding:34px 0}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px}
.hero-copy,.hero-product{border:1px solid var(--line);background:#fff;border-radius:20px;box-shadow:var(--shadow)}
.hero-copy{padding:44px}.eyebrow{display:inline-block;background:#eaf3ff;color:var(--blue);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900}
.hero h1{font-size:46px;line-height:1.08;color:var(--navy);margin:20px 0 14px;letter-spacing:-1.6px}.hero-copy p{font-size:17px;line-height:1.7;color:#44536a}.hero-buttons{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}
.hero-product{padding:22px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center}.hero-product img{width:100%;height:310px;object-fit:contain}.hero-product h2{font-size:24px;color:var(--navy);margin:10px 0}.hero-price{font-size:30px;color:var(--red);font-weight:900;margin:15px 0}.chips{display:flex;gap:7px;flex-wrap:wrap}.chip{border:1px solid #d6deea;padding:8px 10px;border-radius:8px;font-size:12px;font-weight:800;color:var(--navy)}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:15px}.trust-box{border:1px solid var(--line);border-radius:13px;padding:15px;text-align:center;background:#fff}.trust-box b{display:block;color:var(--navy);font-size:13px}.trust-box small{color:var(--muted)}
.finder{background:var(--navy);color:#fff;border-radius:22px;padding:30px;display:grid;grid-template-columns:1fr 2fr;gap:28px;align-items:center}.finder h2{font-size:30px;margin:0 0 8px}.finder p{color:#cbd8e8}.finder-form{background:#fff;border-radius:16px;padding:18px;display:grid;grid-template-columns:repeat(4,1fr) auto;gap:10px}.finder-form select{height:48px;border:1px solid #d8e0eb;border-radius:9px;padding:0 11px;color:var(--ink)}.finder-form button{height:48px;border:0;border-radius:9px;background:var(--red);color:#fff;font-weight:900;padding:0 20px}
.product-grid-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.product-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 5px 18px rgba(8,43,92,.05);position:relative;transition:.18s}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.p-image{height:235px;padding:14px;display:grid;place-items:center;position:relative;border-bottom:1px solid #edf0f4}.p-image img{height:100%;width:100%;object-fit:contain}.badge{position:absolute;top:12px;left:12px;background:var(--red);color:#fff;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900}.fav-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--navy);font-size:18px}.fav-btn.active{background:#fff0f0;color:var(--red);border-color:#f1c5c5}
.p-body{padding:17px}.p-brand{font-size:11px;color:var(--blue);font-weight:900}.p-title{font-size:16px;color:var(--navy);font-weight:900;line-height:1.35;margin:6px 0 12px;min-height:44px}.specs{display:grid;grid-template-columns:1fr 1fr;gap:7px;font-size:12px;color:#4c5b70}.specs span{background:var(--soft);border-radius:7px;padding:8px}.variant-select{width:100%;height:39px;border:1px solid #cfd8e3;border-radius:7px;padding:0 10px;margin-top:11px;font-weight:700;color:var(--navy);background:#fff}
.p-price{display:flex;justify-content:space-between;align-items:end;margin-top:14px}.price{color:var(--red);font-size:22px;font-weight:900}.old-price{font-size:11px;text-decoration:line-through;color:#8b96a7}.stock{color:var(--green);font-size:11px;font-weight:900}
.p-actions{display:grid;grid-template-columns:1fr 44px 44px;gap:8px;margin-top:12px}.p-actions button{height:43px;border-radius:8px;font-weight:900}.add-cart{border:0;background:var(--navy);color:#fff}.detail-btn,.compare-btn{border:1px solid var(--navy);background:#fff;color:var(--navy)}.compare-btn.active{background:var(--navy);color:#fff}
.brand-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.brand-box{height:74px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;font-weight:900;color:var(--navy);background:#fff}
.footer{background:#071f43;color:#fff;margin-top:48px}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:40px;padding:45px 0}.footer h3{font-size:14px;margin:0 0 15px}.footer p,.footer a,.footer button{font-size:12px;color:#c8d5e8;line-height:1.8}.footer-links{display:grid;gap:7px}.footer-links button{border:0;background:none;padding:0;text-align:left}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:17px 0;color:#9eb0c9;font-size:11px}
.catalog-hero{border:1px solid var(--line);border-radius:var(--radius);padding:24px 28px;background:linear-gradient(105deg,#f8fbff,#fffaf1);display:flex;justify-content:space-between;align-items:center}.catalog-hero h1{font-size:31px;color:var(--navy);margin:0 0 8px}.catalog-hero p{margin:0;color:#536279}.hero-stat{display:flex;gap:12px}.hero-stat span{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 16px;text-align:center}.hero-stat strong{display:block;color:var(--navy);font-size:20px}
.catalog-layout{display:grid;grid-template-columns:270px 1fr;gap:24px;margin-top:24px}.filters{border:1px solid var(--line);border-radius:var(--radius);padding:19px;background:#fff;height:max-content;position:sticky;top:145px}.filter-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.filter-head h2{font-size:18px;color:var(--navy);margin:0}.clear-filter{border:0;background:none;color:var(--blue);font-size:12px;font-weight:800}.filter{border-top:1px solid var(--line);padding:16px 0}.filter:first-of-type{border-top:0}.filter h3{font-size:14px;margin:0 0 11px;color:var(--navy)}.check{display:flex;gap:9px;align-items:center;margin:9px 0;font-size:13px;color:#34435a}.check input{accent-color:var(--navy)}.price-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.price-row input{width:100%;height:39px;border:1px solid #d5dde7;border-radius:7px;padding:0 9px}
.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;border:1px solid var(--line);border-radius:12px;padding:12px 14px}.result-count{font-size:13px;color:var(--muted)}.toolbar-right{display:flex;gap:10px}.sort-select{height:39px;border:1px solid #d2dae5;border-radius:7px;padding:0 12px;color:#34435a}.view-btn{width:39px;height:39px;border:1px solid #d2dae5;background:#fff;border-radius:7px;color:var(--navy)}.view-btn.active{background:var(--navy);color:#fff}.active-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.filter-chip{border:1px solid #cfe0f3;background:#f5f9ff;color:var(--navy);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}
.catalog-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.catalog-products.list-view{grid-template-columns:1fr}.catalog-products.list-view .product-card{display:grid;grid-template-columns:260px 1fr}.catalog-products.list-view .p-image{height:100%;border-bottom:0;border-right:1px solid var(--line)}.catalog-products.list-view .p-title{min-height:auto}
.mobile-filter-btn{display:none}
.compare-bar{position:fixed;left:50%;bottom:18px;transform:translateX(-50%) translateY(130px);background:var(--navy);color:#fff;border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:18px;box-shadow:0 12px 35px rgba(8,43,92,.28);transition:.25s;z-index:300}.compare-bar.show{transform:translateX(-50%) translateY(0)}.compare-bar button{height:38px;border:0;border-radius:7px;padding:0 15px;font-weight:900;background:#fff;color:var(--navy)}
.product-detail-grid{display:grid;grid-template-columns:minmax(410px,.96fr) minmax(500px,1.04fr);gap:32px;align-items:stretch}.gallery-card,.stack-card{border:1px solid var(--line);border-radius:15px;background:#fff}.gallery-card{padding:12px}.main-image{height:370px;display:grid;place-items:center;position:relative;overflow:hidden;border-radius:12px}.main-image img{width:100%;height:100%;object-fit:contain}.image-badge{position:absolute;top:13px;left:13px;padding:7px 10px;border-radius:999px;background:rgba(8,43,92,.92);color:#fff;font-size:11px;font-weight:800}.zoom-btn{position:absolute;right:14px;bottom:14px;width:41px;height:41px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--navy);box-shadow:var(--shadow-sm)}
.thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:10px}.thumbnail{height:92px;padding:5px;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.thumbnail img{width:100%;height:100%;object-fit:contain}.thumbnail.active{border:2px solid var(--navy)}
.product-info h1{font-size:29px;line-height:1.17;letter-spacing:-.75px;margin:0 0 9px;color:var(--navy)}.model{font-size:15px;margin-bottom:11px}.model strong{color:var(--blue)}.lead{font-size:15px;line-height:1.6;color:#35445b;margin:0 0 14px}.price-stock-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:7px 0 8px}.base-price{font-size:31px;font-weight:900;color:var(--red)}.stock-badge{display:inline-flex;align-items:center;gap:7px;background:var(--green-soft);color:var(--green);padding:9px 13px;border-radius:999px;font-size:13px;font-weight:800}.sku{font-size:13px;color:#4c5c73;margin-bottom:12px}.divider{height:1px;background:var(--line);margin:13px 0}.section-label{font-size:14px;font-weight:800;color:var(--navy);margin:0 0 10px}
.capacity-list{display:flex;gap:10px;flex-wrap:wrap}.capacity-btn{min-width:72px;height:42px;padding:0 15px;border:1px solid #cfd7e3;border-radius:8px;background:#fff;color:#263750;font-weight:700;position:relative}.capacity-btn.active{background:var(--navy);border-color:var(--navy);color:#fff}.capacity-btn.active:after{content:"✓";position:absolute;right:-6px;top:-8px;width:19px;height:19px;border-radius:50%;background:#0c4f9b;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:11px}
.option-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.option-card{min-height:48px;border:1px solid #d9e0e9;border-radius:8px;padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;background:#fff}.option-card.selected{border-color:#6b9fd4;background:#f4f8ff}.check-ui{width:18px;height:18px;border:1.5px solid #9eabbc;border-radius:3px;display:grid;place-items:center;background:#fff;color:#fff}.option-card.selected .check-ui{background:var(--navy);border-color:var(--navy)}.option-title{font-size:13px;font-weight:700}.option-price{font-size:12px;font-weight:800;color:#475770}
.buy-row{display:grid;grid-template-columns:96px minmax(150px,1fr) minmax(190px,1.15fr);gap:10px;margin-top:18px}.quantity-control{height:47px;border:1px solid #d4dce6;border-radius:8px;display:grid;grid-template-columns:1fr 1fr 1fr;overflow:hidden}.quantity-control button{border:0;background:#fff;color:var(--navy);font-size:20px}.quantity-control span{display:grid;place-items:center;border-inline:1px solid #e3e8ee;font-weight:800}.whatsapp-btn{height:47px;border:0;border-radius:8px;background:var(--red);color:#fff;font-weight:900}
.trust-strip{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:16px;color:var(--navy);font-size:12px;font-weight:700}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0}.feature-card{min-height:76px;border:1px solid #e4e0d6;background:linear-gradient(180deg,#fffdf8,#fff);border-radius:9px;padding:12px 14px;display:flex;align-items:center;gap:9px}.feature-icon{font-size:25px}.feature-card small{display:block;color:var(--muted);font-size:11px}.feature-card strong{font-size:14px;color:var(--navy)}
.stack-card{padding:20px;box-shadow:var(--shadow-sm);margin-top:16px}.stack-heading{font-size:22px;font-weight:900;color:var(--navy);margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid var(--line)}.spec-table{width:100%;border-collapse:collapse;font-size:13px}.spec-table th,.spec-table td{border:1px solid #e0e5ec;padding:12px 14px;text-align:left}.spec-table th{background:#f6f7f9;color:#35445a;width:18%}.spec-table td{color:#20324d;font-weight:600}.description{font-size:14px;line-height:1.9;color:#34435a}.secondary-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;align-items:stretch}.secondary-grid>.stack-card{height:100%;display:flex;flex-direction:column}.usage-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex:1}.usage-card{min-height:95px;border:1px solid var(--line);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--navy);font-weight:800;font-size:12px}.usage-card span{font-size:32px}.service-card{border:1px solid #f1dfb8;background:linear-gradient(145deg,#fffaf0,#fff);border-radius:10px;padding:18px;flex:1}.service-list{display:grid;gap:9px;font-size:12px;color:#31445f;margin-top:15px}
.zoom-modal{position:fixed;inset:0;z-index:1200;background:rgba(4,17,35,.88);display:none;align-items:center;justify-content:center;padding:30px}.zoom-modal.open{display:flex}.zoom-modal img{max-width:min(1000px,90vw);max-height:88vh;border-radius:12px;background:#fff}.zoom-modal button{position:absolute;right:24px;top:22px;width:43px;height:43px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.12);color:#fff;font-size:28px}
.cart-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:21px}.page-title{font-size:31px;margin:0;color:var(--navy)}.page-subtitle{color:var(--muted);margin:8px 0 0;font-size:14px}.stepper{display:flex;align-items:center;gap:8px;color:#8a96a8;font-size:12px;font-weight:800}.step{display:flex;align-items:center;gap:7px}.step span{width:28px;height:28px;border-radius:50%;background:#eef2f7;display:grid;place-items:center}.step.active{color:var(--navy)}.step.active span{background:var(--navy);color:#fff}.step-line{width:38px;height:1px;background:#d8e0e9}
.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.cart-list{display:grid;gap:14px}.cart-item{padding:18px;display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:19px;align-items:center}.item-image{height:130px;border:1px solid #e3e8ee;border-radius:11px;display:grid;place-items:center;overflow:hidden}.item-image img{width:100%;height:100%;object-fit:contain}.item-title{font-size:17px;font-weight:900;color:var(--navy);margin:0 0 5px}.item-sku{font-size:11px;color:var(--muted);margin-bottom:10px}.choice-list{display:flex;flex-wrap:wrap;gap:7px}.choice{font-size:11px;font-weight:700;color:#3a4c64;border:1px solid #dbe2eb;border-radius:999px;padding:6px 9px;background:#fafcff}.item-actions{display:flex;gap:13px;margin-top:13px}.text-action{border:0;background:none;padding:0;font-size:11px;font-weight:800;color:var(--blue)}.text-action.danger{color:var(--red)}.item-side{text-align:right;min-width:155px}.line-price{font-size:21px;font-weight:900;color:var(--red);margin:3px 0 12px}.qty{height:40px;border:1px solid #d6dee8;border-radius:8px;display:grid;grid-template-columns:38px 43px 38px;overflow:hidden;justify-content:end}.qty button{border:0;background:#fff;color:var(--navy);font-size:18px}.qty span{display:grid;place-items:center;border-inline:1px solid #e5eaf0;font-weight:900}.summary{position:sticky;top:145px;padding:20px}.summary h2{margin:0 0 17px;color:var(--navy);font-size:19px}.sum-row{display:flex;justify-content:space-between;gap:15px;padding:9px 0;color:#526176;font-size:13px}.sum-row strong{color:var(--ink)}.sum-divider{height:1px;background:var(--line);margin:10px 0}.sum-total{display:flex;justify-content:space-between;align-items:end;padding:7px 0 15px}.sum-total strong{font-size:27px;color:var(--red)}.coupon-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin:12px 0}.coupon-row input{height:44px;border:1px solid #ccd6e2;border-radius:8px;padding:0 13px}.empty-state{padding:60px 20px;text-align:center}.empty-state .icon{font-size:52px}
.auth-page{padding:8px 0 48px;background:linear-gradient(180deg,#fff,#f7faff)}.auth-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px}.auth-benefits{padding:34px;background:linear-gradient(145deg,var(--navy),#0b4a93);color:#fff;position:relative;overflow:hidden}.auth-benefits h1{font-size:34px;line-height:1.18;margin:0 0 13px}.auth-benefits>p{color:#d9e8fb;line-height:1.7;font-size:14px}.benefit-list{display:grid;gap:12px;margin-top:26px}.benefit{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:13px;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:rgba(255,255,255,.06)}.benefit-icon{width:42px;height:42px;border-radius:10px;background:#fff;color:var(--navy);display:grid;place-items:center;font-size:19px}.benefit strong{font-size:13px}.benefit small{display:block;color:#cddcf0;font-size:11px;margin-top:4px}
.auth-card{overflow:hidden}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.auth-tab{height:61px;border:0;background:#f8fafc;color:#6a778a;font-weight:900;position:relative}.auth-tab.active{background:#fff;color:var(--navy)}.auth-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--navy)}.auth-body{padding:30px 34px}.form-view{display:none}.form-view.active{display:block}.form-head h2{margin:0;color:var(--navy);font-size:24px}.form-head p{margin:7px 0 20px;color:var(--muted);font-size:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:11px;font-weight:900;color:#3a4b63}.field input,.field select,.field textarea{width:100%;min-height:47px;border:1px solid #cfd8e4;border-radius:8px;padding:0 13px;outline:0;color:var(--ink);background:#fff}.field textarea{padding:12px;min-height:95px;resize:vertical}.form-options{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:14px 0}.check-line{display:flex;gap:8px;align-items:flex-start;color:#56657a;font-size:11px;line-height:1.45}.account-type{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:15px}.type-card{border:1px solid #d4dde8;border-radius:9px;padding:12px;display:flex;gap:9px;align-items:center}.type-card.active{border-color:var(--navy);background:var(--blue-soft)}.company-fields{display:none}.company-fields.show{display:contents}.dashboard-grid{display:grid;grid-template-columns:250px 1fr;gap:20px}.account-menu{padding:15px}.account-menu button{width:100%;height:43px;border:0;background:#fff;border-radius:8px;text-align:left;padding:0 12px;color:var(--navy);font-weight:800}.account-menu button.active{background:var(--navy);color:#fff}.dashboard-panel{padding:22px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-card{padding:17px;border:1px solid var(--line);border-radius:11px;background:var(--soft)}.stat-card strong{display:block;font-size:24px;color:var(--navy)}.orders-table{width:100%;border-collapse:collapse;margin-top:15px;font-size:12px}.orders-table th,.orders-table td{border:1px solid var(--line);padding:10px;text-align:left}.orders-table th{background:var(--soft)}
.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px}.checkout-card{padding:21px;margin-bottom:15px}.checkout-card h2{margin:0 0 17px;color:var(--navy);font-size:20px}.radio-cards{display:grid;gap:10px}.radio-card{border:1px solid var(--line);border-radius:10px;padding:14px;display:flex;gap:10px;align-items:center}.radio-card.active{border-color:var(--navy);background:var(--blue-soft)}.order-success{text-align:center;padding:45px}.success-icon{width:82px;height:82px;border-radius:50%;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-size:42px;margin:0 auto 17px}
.compare-table-wrap{overflow:auto}.compare-table{width:100%;border-collapse:collapse;min-width:760px}.compare-table th,.compare-table td{border:1px solid var(--line);padding:13px;text-align:center}.compare-table th{background:var(--soft);color:var(--navy)}.compare-product img{width:150px;height:130px;object-fit:contain;margin:auto}
@media(max-width:1200px){.mega-grid{grid-template-columns:repeat(3,1fr)}.product-grid-cards{grid-template-columns:repeat(3,1fr)}.catalog-products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1050px){.header-row{grid-template-columns:auto minmax(0,1fr) auto}.header-actions .action-text{display:none}.navrow{gap:2px}.nav-link,.nav-direct{padding-inline:10px}.hero-grid,.product-detail-grid{grid-template-columns:1fr}.finder{grid-template-columns:1fr}.finder-form{grid-template-columns:repeat(2,1fr)}.cart-layout,.checkout-grid{grid-template-columns:1fr}.summary{position:relative;top:auto}.auth-layout{grid-template-columns:1fr}.dashboard-grid{grid-template-columns:1fr}.account-menu{display:flex;overflow:auto;gap:6px}.account-menu button{min-width:150px}.secondary-grid{grid-template-columns:1fr}}
@media(max-width:760px){.container{width:min(calc(100% - 24px),var(--container))}.topbar{display:none}.site-header{position:relative}.header-row{grid-template-columns:auto 1fr auto;padding:11px 0;gap:12px}.mobile-menu-btn{grid-column:1}.brand{grid-column:2}.header-actions{grid-column:3}.header-search{grid-column:1/-1;grid-row:2}.header-actions{gap:4px}.head-action{min-width:auto;border:0;padding-left:7px}.mobile-menu-btn{display:block}.navbar{display:none}.navbar.open{display:block}.navrow{display:block;padding:8px 0}.nav-link,.nav-direct{border-radius:8px}.nav-item{position:relative}.mega-menu{position:static;padding:0;display:none;opacity:1;visibility:visible;pointer-events:auto;transform:none}.has-mega.open>.mega-menu{display:block}.mega-inner{border:1px solid var(--line);border-radius:12px;margin:4px 0 10px;padding:12px;box-shadow:none}.mega-top{display:none}.mega-grid{grid-template-columns:1fr 1fr}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:26px}.hero h1{font-size:34px}.hero-product{grid-template-columns:1fr}.hero-product img{height:230px}.trust-row{grid-template-columns:1fr 1fr}.finder-form{grid-template-columns:1fr}.product-grid-cards{grid-template-columns:1fr}.brand-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:24px}.catalog-layout{display:block}.filters{display:none;position:static;margin-bottom:15px}.filters.open{display:block}.mobile-filter-btn{display:block}.toolbar{align-items:flex-start;gap:10px}.toolbar-right{flex-wrap:wrap;justify-content:flex-end}.catalog-products{grid-template-columns:1fr}.catalog-products.list-view .product-card{display:block}.catalog-products.list-view .p-image{height:230px;border-right:0;border-bottom:1px solid var(--line)}.main-image{height:320px}.thumbnail{height:82px}.option-grid{grid-template-columns:1fr}.buy-row{grid-template-columns:94px 1fr}.buy-row .whatsapp-btn{grid-column:1/-1}.feature-strip{grid-template-columns:1fr 1fr}.cart-item{grid-template-columns:95px 1fr;padding:13px}.item-image{height:95px}.item-side{grid-column:1/-1;text-align:left;display:grid;grid-template-columns:1fr auto;align-items:center;min-width:0}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.auth-benefits{display:none}.auth-body{padding:23px 17px}.company-fields.show{display:block}.stat-grid{grid-template-columns:1fr}.stepper{display:none}.compare-bar{width:calc(100% - 24px);justify-content:space-between}}

/* --------------------------------------------------------------------------
   WordPress and WooCommerce integration
   -------------------------------------------------------------------------- */
.admin-bar .site-header{top:32px}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus,.skip-link:focus{clip:auto!important;width:auto;height:auto;top:8px;left:8px;z-index:99999;padding:10px 14px;color:#fff;background:var(--navy);border-radius:8px}
body{min-width:320px}
body.ts-menu-open{overflow:hidden}
svg{display:block}
.topbar a{display:flex;gap:7px;align-items:center;color:#fff}.topbar svg{width:14px;height:14px}.topbar-items span svg{width:13px;height:13px}.topbar-contact{gap:18px}
.header-brand{min-width:260px}.header-brand .custom-logo-link{display:flex;align-items:center}.header-brand .custom-logo{width:auto;max-width:245px;max-height:58px;object-fit:contain}
.ts-brand{display:flex;align-items:center;gap:10px;color:var(--navy);font-size:28px;font-weight:900;letter-spacing:-1px;white-space:nowrap}.ts-brand:hover{color:var(--navy)}.ts-brand b{color:var(--blue)}.ts-brand-mark{width:36px;height:36px;color:var(--blue)}.ts-brand-mark svg{width:100%;height:100%}
.header-search input[type=search]{appearance:none}.header-search button svg{width:21px;height:21px;margin:auto}
.head-action>svg{width:25px;height:25px;flex:0 0 auto}.mobile-menu-btn svg{width:22px;height:22px}.mobile-close{display:none}.mobile-menu-btn[aria-expanded=true] .mobile-open{display:none}.mobile-menu-btn[aria-expanded=true] .mobile-close{display:block}
.nav-caret svg{width:14px;height:14px}.mega-top a{display:flex;align-items:center;gap:7px;color:var(--blue);font-size:13px;font-weight:900}.mega-top a svg{width:16px;height:16px}
.navbar.is-open{display:block}

/* Front page dynamic product loop */
ul.products.product-grid-cards,ul.products.catalog-products{padding:0;margin:0;list-style:none}
.woocommerce ul.products.product-grid-cards::before,.woocommerce ul.products.product-grid-cards::after,.woocommerce ul.products.catalog-products::before,.woocommerce ul.products.catalog-products::after{display:none}
.woocommerce ul.products.product-grid-cards li.product,.woocommerce ul.products.catalog-products li.product{float:none;width:auto;margin:0;padding:0}
.product-card .woocommerce-loop-product__link{display:block}.product-card .button{margin:0!important;padding:0 12px!important;min-height:43px!important;border-radius:8px!important;font-size:12px!important;box-shadow:none!important;white-space:nowrap}.product-card .added_to_cart{display:none}.product-card .p-image img{transition:transform .25s ease}.product-card:hover .p-image img{transform:scale(1.025)}
.fav-btn svg,.compare-btn svg,.detail-btn svg{width:18px;height:18px;margin:auto}.fav-btn.active{background:#fff0f0;color:var(--red);border-color:#f1c5c5}.compare-btn.active{color:#fff;background:var(--navy)}
.p-price .price del{display:block;font-size:11px;color:#8b96a7;font-weight:500}.p-price .price ins{text-decoration:none}.p-price .price .woocommerce-Price-amount{font-size:22px;color:var(--red);font-weight:900}.p-actions .detail-btn,.p-actions .compare-btn{display:grid;place-items:center;height:43px;border-radius:8px}.p-actions .detail-btn{border:1px solid var(--navy);background:#fff;color:var(--navy)}
.ts-empty-products{display:grid;grid-template-columns:240px 1fr;align-items:center;gap:28px;padding:26px}.ts-empty-products img{width:100%;height:180px;object-fit:contain}.ts-empty-products h3{margin:0 0 8px;color:var(--navy);font-size:22px}.ts-empty-products p{margin:0;color:var(--muted)}
.category-section{background:linear-gradient(180deg,#fff,#f7faff)}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-card{min-height:112px;border:1px solid var(--line);border-radius:14px;padding:16px;display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;background:#fff;box-shadow:0 5px 18px rgba(8,43,92,.04);transition:.2s}.category-card:hover{transform:translateY(-2px);border-color:#9ab9dc;box-shadow:var(--shadow-sm)}.category-code{width:54px;height:54px;border-radius:12px;display:grid;place-items:center;color:#fff;background:var(--navy);font-weight:900}.category-card b{display:block;color:var(--navy);font-size:15px}.category-card small{display:block;color:var(--muted);font-size:11px;line-height:1.45;margin-top:4px}.category-card em{display:flex;align-items:center;gap:5px;color:var(--red);font-style:normal;font-size:11px;font-weight:900;margin-top:8px}.category-card em svg{width:14px;height:14px}
.service-section{padding-top:0}.service-banner{border-radius:20px;padding:30px 34px;display:grid;grid-template-columns:66px 1fr auto;gap:22px;align-items:center;color:#fff;background:linear-gradient(135deg,var(--navy),#0b4d92);box-shadow:var(--shadow)}.service-icon{width:66px;height:66px;border-radius:16px;display:grid;place-items:center;color:var(--navy);background:#fff}.service-icon svg{width:35px;height:35px}.service-banner span{color:#bcd1ea;font-size:11px;font-weight:900;letter-spacing:.08em}.service-banner h2{margin:4px 0 6px;font-size:26px}.service-banner p{margin:0;color:#d8e5f3}.service-banner .btn-outline{color:var(--navy);background:#fff;border-color:#fff}
.hero-product-copy .woocommerce-Price-amount{font-size:30px;color:var(--red);font-weight:900}.hero-product-copy del{font-size:13px;color:#8b96a7}.hero-product-copy ins{text-decoration:none}

/* WooCommerce archive */
.ts-woocommerce-page{min-height:60vh;padding-bottom:52px}.ts-woocommerce-page>.container{padding-top:0}.catalog-main{min-width:0}.catalog-main .woocommerce-products-header{display:none}.catalog-main .woocommerce-notices-wrapper{margin-bottom:14px}.catalog-main .woocommerce-result-count{margin:0;color:var(--muted);font-size:13px}.catalog-main .woocommerce-ordering{margin:0}.catalog-main .woocommerce-ordering select{height:40px;border:1px solid #d2dae5;border-radius:7px;padding:0 12px;color:#34435a;background:#fff}.catalog-main .woocommerce-before-shop-loop{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;border:1px solid var(--line);border-radius:12px;padding:12px 14px}.catalog-main ul.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;padding:0;margin:0;list-style:none;clear:both}.catalog-main ul.products::before,.catalog-main ul.products::after{display:none}.catalog-main ul.products li.product{float:none!important;width:auto!important;margin:0!important}.mobile-filter-btn{margin:16px 0 0}.filters .widget{border-top:1px solid var(--line);padding:16px 0;margin:0}.filters .widget:first-of-type{border-top:0}.filters .widget-title,.ts-filter-title{font-size:14px;margin:0 0 11px;color:var(--navy)}.filters ul{padding:0;margin:0;list-style:none}.filters li{margin:8px 0;font-size:13px}.filters li a{color:#34435a}.filters li a:hover,.filters li.chosen a{color:var(--blue)}.filters .count{float:right;color:#8a96a8}.filters .woocommerce-widget-layered-nav-list__item--chosen a::before{content:'✓';display:inline-grid;width:18px;height:18px;place-items:center;margin-right:7px;border-radius:4px;color:#fff;background:var(--navy);font-size:10px}.filters .price_slider_wrapper .ui-widget-content{background:#dce4ed}.filters .ui-slider .ui-slider-range,.filters .ui-slider .ui-slider-handle{background:var(--navy)}.filters .price_slider_amount{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.filters .price_slider_amount .button{order:2;min-height:36px!important;padding:6px 12px!important;font-size:12px!important;box-shadow:none!important}.filters .price_label{font-size:12px}.brand-filter-list a{display:flex;justify-content:space-between;gap:10px}.brand-filter-list span{color:#8a96a8}
.woocommerce nav.woocommerce-pagination{margin-top:26px}.woocommerce nav.woocommerce-pagination ul{display:flex;justify-content:center;gap:7px;border:0}.woocommerce nav.woocommerce-pagination ul li{border:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--navy);background:#fff}.woocommerce nav.woocommerce-pagination ul li span.current{color:#fff;background:var(--navy);border-color:var(--navy)}

/* Single product */
.single-product-container{padding-top:0}.ts-single-product{padding-bottom:54px}.ts-single-product .product-detail-grid{margin-top:0}.ts-single-product .gallery-card{position:relative;padding:12px 12px 15px}.ts-single-product div.images{float:none!important;width:100%!important;margin:0!important}.ts-single-product .woocommerce-product-gallery__wrapper{margin:0}.ts-single-product .woocommerce-product-gallery__image{height:370px;display:grid;place-items:center;border-radius:12px;overflow:hidden}.ts-single-product .woocommerce-product-gallery__image img{width:100%;height:100%;object-fit:contain}.ts-single-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,1fr);gap:12px;margin:10px 0 0!important;padding:0;list-style:none}.ts-single-product .flex-control-thumbs li{float:none!important;width:auto!important}.ts-single-product .flex-control-thumbs img{width:100%;height:92px;object-fit:contain;padding:5px;border:1px solid var(--line);border-radius:12px;opacity:1}.ts-single-product .flex-control-thumbs img.flex-active{border:2px solid var(--navy)}.ts-single-product .woocommerce-product-gallery__trigger{right:14px!important;top:auto!important;bottom:14px;width:41px!important;height:41px!important;border:1px solid var(--line);border-radius:50%!important;background:#fff!important;box-shadow:var(--shadow-sm)}.ts-single-product .woocommerce-product-gallery__trigger::before,.ts-single-product .woocommerce-product-gallery__trigger::after{border-color:var(--navy)!important}.ts-single-product .onsale{right:auto;left:14px;top:14px;z-index:3;margin:0;min-width:0;min-height:0;padding:7px 10px;line-height:1;border-radius:999px;background:var(--red)}.ts-single-product .image-badge{z-index:3;pointer-events:none}.ts-single-product .product-info{padding-top:3px;min-width:0;display:flex;flex-direction:column}.ts-single-product .single-brand{font-size:11px;color:var(--blue);font-weight:900;letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px}.ts-single-product .product_title{font-size:29px;line-height:1.17;letter-spacing:-.75px;margin:0 0 9px;color:var(--navy)}.ts-single-product .lead p{margin:0}.ts-single-product .price-stock-row .price{margin:0}.ts-single-product .base-price p.price{font-size:31px;font-weight:900;color:var(--red);letter-spacing:-.6px}.ts-single-product .base-price del{font-size:14px;color:#8b96a7}.ts-single-product .base-price ins{text-decoration:none}.ts-single-product .stock-badge.out-of-stock{color:var(--red);background:#fff0f0}.ts-single-product form.cart{margin:0!important}.ts-single-product form.cart::after{content:'';display:block;clear:both}.ts-single-product .variations{margin:0 0 12px!important}.ts-single-product .variations th,.ts-single-product .variations td{display:block;padding:0!important;text-align:left}.ts-single-product .variations th{margin:0 0 8px}.ts-single-product .variations label{font-size:14px;font-weight:800;color:var(--navy)}.ts-single-product .variations select{width:100%;height:44px;border:1px solid #cfd7e3;border-radius:8px;padding:0 12px;background:#fff}.ts-single-product .reset_variations{display:inline-block;margin-top:5px;color:var(--blue);font-size:11px}.ts-variation-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.ts-variation-pill{min-width:72px;height:42px;padding:0 15px;border:1px solid #cfd7e3;border-radius:8px;background:#fff;color:#263750;font-weight:700;position:relative}.ts-variation-pill:hover{border-color:var(--blue);color:var(--blue)}.ts-variation-pill.active{background:var(--navy);border-color:var(--navy);color:#fff;box-shadow:0 4px 12px rgba(8,43,92,.18)}.ts-variation-pill.active::after{content:'✓';position:absolute;right:-6px;top:-8px;width:19px;height:19px;border-radius:50%;background:#0c4f9b;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:11px}.ts-variation-pill.disabled{opacity:.4;cursor:not-allowed}.ts-single-product .single_variation_wrap{margin-top:8px}.ts-single-product .woocommerce-variation-price{margin-bottom:10px}.ts-single-product .woocommerce-variation-price .price{font-size:22px;color:var(--red);font-weight:900}.ts-single-product .quantity{float:left!important;margin:0 10px 0 0!important}.ts-single-product .quantity .qty{width:86px;height:47px;border:1px solid #d4dce6;border-radius:8px;padding:0 8px}.ts-single-product .single_add_to_cart_button{height:47px!important;min-width:210px;padding:0 22px!important;border-radius:8px!important;background:var(--navy)!important;box-shadow:0 6px 15px rgba(8,43,92,.16)!important}.ts-single-product .single_add_to_cart_button:hover{background:#0d3d7d!important}.ts-single-product .single_add_to_cart_button.disabled{opacity:.5}.ts-single-product .whatsapp-btn{clear:both;margin-top:10px;max-width:360px;display:flex;align-items:center;justify-content:center;gap:9px;text-decoration:none}.ts-single-product .whatsapp-btn svg{width:21px;height:21px}.ts-single-product .trust-strip{justify-content:flex-start}.ts-single-product .trust-strip span{display:flex;align-items:center;gap:6px}.ts-single-product .trust-strip svg{width:18px;height:18px}.product-details-shell{margin-top:16px}.product-details-shell .stack-card+ .stack-card{margin-top:16px}.spec-table-wrap{overflow:auto}.document-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.document-grid a{border:1px solid var(--line);border-radius:10px;padding:14px;display:flex;align-items:center;gap:10px;color:var(--navy);background:#fff}.document-grid a span{width:42px;height:42px;border-radius:9px;display:grid;place-items:center;color:#fff;background:var(--red);font-size:11px;font-weight:900}
.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related.products{clear:both}.related.products{margin-top:34px}.related.products>h2{font-size:28px;color:var(--navy);margin-bottom:20px}.related.products ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.related.products ul.products::before,.related.products ul.products::after{display:none}.related.products ul.products li.product{float:none!important;width:auto!important;margin:0!important}

/* Core plugin product add-ons */
.ts-product-options{margin:4px 0 14px}.ts-product-options-title{font-size:14px;font-weight:800;color:var(--navy);margin:0 0 10px}.ts-product-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ts-option-card{min-height:48px;border:1px solid #d9e0e9;border-radius:8px;padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;cursor:pointer;transition:.18s;background:#fff}.ts-option-card:hover{border-color:#8eb0d6;background:#fbfdff}.ts-option-card.is-selected{border-color:#6b9fd4;background:#f4f8ff}.ts-option-card input{position:absolute;opacity:0;pointer-events:none}.ts-option-check{width:18px;height:18px;border:1.5px solid #9eabbc;border-radius:3px;display:grid;place-items:center;background:#fff;color:#fff}.ts-option-card.is-selected .ts-option-check{background:var(--navy);border-color:var(--navy)}.ts-option-card.is-selected .ts-option-check::after{content:'✓';font-size:11px}.ts-option-label{font-size:13px;font-weight:700}.ts-option-price{font-size:12px;font-weight:800;color:#475770;white-space:nowrap}

/* Cart, checkout and account — classic and block layouts */
.woocommerce-cart .ts-content-page,.woocommerce-checkout .ts-content-page,.woocommerce-account .ts-content-page{padding-top:26px}.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,.woocommerce-account .entry-content{max-width:none}.woocommerce table.shop_table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.woocommerce table.shop_table th{color:var(--navy);background:var(--soft)}.woocommerce table.shop_table td{padding:14px}.woocommerce-cart table.cart img{width:100px}.woocommerce-cart .cart-collaterals .cart_totals{padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff}.woocommerce-cart .cart-collaterals .cart_totals h2{color:var(--navy)}.woocommerce-checkout #customer_details>div,.woocommerce-checkout #order_review{padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff}.woocommerce-checkout h3{color:var(--navy)}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{min-height:46px;border:1px solid #cfd8e4;border-radius:8px;padding:0 12px;background:#fff}.woocommerce form .form-row textarea{padding-top:12px}.woocommerce-account .woocommerce-MyAccount-navigation{width:250px}.woocommerce-account .woocommerce-MyAccount-content{width:calc(100% - 275px);padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff}.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:14px;margin:0;border:1px solid var(--line);border-radius:14px;list-style:none;background:#fff}.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:11px 12px;border-radius:8px;color:var(--navy);font-weight:800}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{color:#fff;background:var(--navy)}
.wc-block-cart,.wc-block-checkout{max-width:1440px!important;margin-inline:auto!important}.wc-block-components-sidebar-layout{gap:24px}.wc-block-components-main,.wc-block-components-sidebar{border:1px solid var(--line);border-radius:14px;padding:20px!important;background:#fff}.wc-block-cart-items{border:0!important}.wc-block-cart-items__row{border-bottom:1px solid var(--line)!important}.wc-block-components-product-name{color:var(--navy)!important;font-weight:900!important}.wc-block-components-button{border-radius:9px!important}.wc-block-components-totals-wrapper{border-color:var(--line)!important}.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input{border-radius:8px!important}

/* Generic content */
.ts-content-page{padding:30px 0 60px;background:linear-gradient(180deg,#fff,#f8fbff)}.content-shell,.page-card,.single-card{max-width:1100px;margin-inline:auto}.page-card,.single-card{padding:30px}.page-card h1,.single-card h1,.archive-heading h1{color:var(--navy);font-size:34px}.entry-content{line-height:1.85}.entry-content img{border-radius:12px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.post-card{overflow:hidden}.post-card-image{height:210px;display:block;background:var(--soft)}.post-card-image img{width:100%;height:100%;object-fit:cover}.post-card-body{padding:20px}.post-card-body small{color:var(--muted)}.post-card-body h2{font-size:20px;color:var(--navy);margin:7px 0}.empty-state{padding:60px 24px;text-align:center}.empty-icon{font-size:56px;color:var(--red);font-weight:900}.search-form{display:flex;max-width:520px;margin:18px auto 0;border:1px solid var(--line);border-radius:9px;overflow:hidden}.search-form label{flex:1}.search-form input{width:100%;height:46px;border:0;padding:0 12px}.search-form button{width:50px;border:0;color:#fff;background:var(--navy)}.search-form button svg{width:20px;height:20px;margin:auto}
.comments-area{margin-top:30px}.comment-list{padding-left:20px}.comment-list li{margin-bottom:14px}.comment-respond input,.comment-respond textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px}
.woocommerce-error,.woocommerce-info,.woocommerce-message{border-top-color:var(--navy);border-radius:10px;background:#fff;box-shadow:var(--shadow-sm)}.woocommerce-message::before,.woocommerce-info::before{color:var(--navy)}

/* Responsive integration */
@media(max-width:1200px){.header-brand{min-width:auto}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-main ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1050px){.header-brand{grid-column:1}.header-search{grid-column:2}.header-actions{grid-column:3}.ts-single-product .product-detail-grid{grid-template-columns:1fr}.ts-single-product .woocommerce-product-gallery__image{height:430px}.related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.document-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.admin-bar .site-header{top:0}.header-brand{grid-column:2}.header-brand .custom-logo{max-width:190px}.ts-brand{font-size:22px}.ts-brand-mark{width:31px;height:31px}.navbar.is-open{display:block}.topbar-contact{display:none}.category-grid{grid-template-columns:1fr}.service-banner{grid-template-columns:52px 1fr;padding:22px}.service-icon{width:52px;height:52px}.service-banner .btn{grid-column:1/-1}.catalog-main ul.products{grid-template-columns:1fr}.filters{display:none}.filters.open{display:block}.ts-single-product .woocommerce-product-gallery__image{height:330px}.ts-single-product .flex-control-thumbs img{height:82px}.ts-single-product .product_title{font-size:25px}.ts-product-options-grid{grid-template-columns:1fr}.ts-single-product .quantity{float:none!important;margin:0 0 10px!important}.ts-single-product .single_add_to_cart_button{width:100%;min-width:0}.ts-single-product .whatsapp-btn{max-width:none}.feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.document-grid{grid-template-columns:1fr}.related.products ul.products{grid-template-columns:1fr}.ts-empty-products{grid-template-columns:1fr;text-align:center}.post-grid{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:16px}.wc-block-components-main,.wc-block-components-sidebar{padding:14px!important}}
@media(max-width:430px){.header-brand .custom-logo{max-width:155px}.ts-single-product .woocommerce-product-gallery__image{height:285px}.feature-strip{grid-template-columns:1fr 1fr}.ts-single-product .base-price p.price{font-size:27px}.price-stock-row{align-items:flex-start}.category-card{grid-template-columns:46px 1fr;padding:13px}.category-code{width:46px;height:46px}.service-banner h2{font-size:22px}}
.ts-select-hidden{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
