:root{
  --navy:#021a35;--navy-2:#062747;--navy-3:#0a335c;--blue:#076bfa;--blue-2:#1886ff;
  --ink:#07172d;--muted:#677386;--line:#e1e7ef;--soft:#f6f8fb;--white:#fff;--green:#14804a;
  --danger:#d92d20;--shadow:0 10px 35px rgba(2,26,53,.10);--radius:8px;--container:1460px
}
*{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}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;height:auto}.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}.skip-link:focus{clip:auto;width:auto;height:auto;left:8px;top:8px;background:#fff;padding:10px;z-index:999999}

/* Header */
.site-header{position:sticky;top:0;z-index:40;background:#fff}.topbar{height:34px;background:linear-gradient(90deg,#021a35,#072d55);color:#fff;font-size:12px}.topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between}.topbar-left{display:flex;align-items:center;gap:14px}.topbar-left a{display:flex;align-items:center;gap:6px;opacity:.96}.topbar-left .icon{width:15px;height:15px}.topbar-left>span{opacity:.38}.topbar-right{font-size:11px;opacity:.78}
.main-head{min-height:86px;display:grid;grid-template-columns:260px minmax(320px,1fr) 390px;align-items:center;gap:34px}.brand-wrap{display:flex;align-items:center}.custom-logo-link{display:flex;align-items:center}.custom-logo{max-height:58px;width:auto}.wordmark{display:inline-flex;flex-direction:column;line-height:.8;font-weight:900;letter-spacing:.16em;font-size:30px}.wordmark>span{white-space:nowrap}.wordmark .accent{color:var(--blue)}.wordmark small{font-size:9px;letter-spacing:.44em;color:var(--blue);padding-left:2px;margin-top:8px;font-weight:800}
.header-search{position:relative;z-index:45}.search-form{margin:0}.search-form label{height:48px;border:1px solid #d6dce5;border-radius:26px;display:flex;align-items:center;gap:13px;padding:0 19px;background:#fff;transition:.2s}.search-form label:focus-within{border-color:#91bdfd;box-shadow:0 0 0 4px rgba(7,107,250,.07)}.search-form .icon{color:#788393;width:21px;height:21px}.search-field{border:0;outline:0;background:transparent;width:100%;font-size:14px;color:var(--ink)}.search-field::placeholder{color:#98a1ae}.live-search-results{position:absolute;left:0;right:0;top:56px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 18px 50px rgba(4,20,42,.16);overflow:hidden;z-index:80}.live-search-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line);font-size:12px}.live-search-head a{color:var(--blue);font-weight:700}.live-search-item{display:grid;grid-template-columns:55px 1fr auto;align-items:center;gap:12px;padding:9px 14px;border-bottom:1px solid #edf1f5}.live-search-item:hover{background:#f8fbff}.live-search-thumb{width:52px;height:52px;display:grid;place-items:center}.live-search-thumb img{max-width:52px;max-height:52px;object-fit:contain}.live-search-copy{display:flex;flex-direction:column;gap:3px}.live-search-copy strong{font-size:12px;line-height:1.25}.live-search-copy small{font-size:10px;color:var(--muted)}.live-search-price{font-size:13px;font-weight:800;color:var(--blue)}.live-search-empty{padding:22px;text-align:center;color:var(--muted);font-size:13px}
.account-actions{height:100%;display:flex;align-items:center;justify-content:flex-end}.header-action{position:relative;display:flex;align-items:center;gap:9px;padding:0 15px;height:44px;border:0;border-left:1px solid #e7eaf0;background:transparent;color:var(--ink)}.header-action:first-child{border-left:0}.header-action .icon{width:23px;height:23px}.header-action span{display:flex;flex-direction:column}.header-action b{font-size:12px}.header-action small{font-size:9px;color:#606b79}.header-action.icon-only>span{display:block;font-size:11px}.cart-link{min-width:72px}.cart-count,.wishlist-count{position:absolute;top:0;left:35px;min-width:19px;height:19px;border-radius:10px;background:var(--blue);color:#fff;font-size:10px;display:grid!important;place-items:center;padding:0 4px;font-style:normal}.wishlist-count{left:34px;top:-2px;display:none!important}.wishlist-count.has-items{display:grid!important}.mobile-menu-toggle{display:none;background:transparent;border:0;padding:8px}
.category-nav{height:45px;background:linear-gradient(90deg,#021a35,#05294d);color:#fff;border-top:1px solid rgba(255,255,255,.04);position:relative}.category-nav-inner{display:grid;grid-template-columns:repeat(var(--syc-nav-count,8),1fr);height:45px}.nav-cat{height:45px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;transition:.15s;position:relative}.nav-cat:after{content:"";position:absolute;bottom:0;left:18%;right:18%;height:2px;background:var(--blue-2);transform:scaleX(0);transition:.18s}.nav-cat:hover,.nav-cat.is-open{background:rgba(255,255,255,.05)}.nav-cat:hover:after,.nav-cat.is-open:after{transform:scaleX(1)}.nav-cat .icon{width:19px;height:19px}.nav-cat .icon.mini{width:12px;height:12px}.nav-cat.is-offer{color:#2e91ff}.mega-panel{position:absolute;top:45px;left:0;right:0;background:#fff;color:var(--ink);border-bottom:1px solid var(--line);box-shadow:0 18px 40px rgba(2,24,48,.15);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.15s;z-index:60}.mega-panel.is-open{opacity:1;visibility:visible;transform:none}.mega-grid{display:grid;grid-template-columns:220px 1.7fr 1fr 260px;gap:28px;padding:24px 0}.mega-column{min-width:0}.mega-kicker,.section-kicker{display:block;color:var(--blue);font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.mega-main h3{font-size:24px;margin:7px 0 14px}.mega-view-all{font-size:12px;color:var(--blue);font-weight:700}.mega-column h4{font-size:12px;margin:0 0 10px}.mega-link-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.mega-link-grid a{padding:9px 10px;background:#f8fafc;border-radius:6px;display:flex;flex-direction:column}.mega-link-grid a:hover{background:#eef5ff}.mega-link-grid span{font-size:12px;font-weight:700}.mega-link-grid small{font-size:9px;color:var(--muted);margin-top:2px}.mega-brand-list{display:flex;flex-wrap:wrap;gap:7px}.mega-brand-list a{font-size:11px;border:1px solid var(--line);border-radius:5px;padding:7px 9px}.mega-brands p{font-size:11px;color:var(--muted)}.mega-promo{background:linear-gradient(135deg,#07284b,#0a477d);border-radius:8px;padding:18px;color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:7px}.mega-promo>span{font-size:10px;color:#8ec2ff}.mega-promo strong{font-size:16px}.mega-promo p{font-size:11px;line-height:1.4;margin:0 0 6px;color:#dcecff}.mobile-nav{background:#fff;border-top:1px solid var(--line);box-shadow:0 16px 35px rgba(0,0,0,.12)}.mobile-nav-inner{padding:10px 0 20px}.mobile-categories{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.mobile-categories a{padding:11px;border:1px solid var(--line);border-radius:6px;display:flex;align-items:center;gap:9px;font-size:12px}.mobile-categories a .mini{margin-left:auto;width:13px}

/* Hero */
.hero{position:relative;min-height:278px;background:radial-gradient(circle at 84% 20%,#0b5ba0 0,transparent 32%),linear-gradient(105deg,#01162d 0%,#031d3c 48%,#063765 100%);color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.15),transparent 40%)}.hero-grid-bg{position:absolute;inset:0;opacity:.42;background-image:linear-gradient(rgba(45,135,234,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(45,135,234,.10) 1px,transparent 1px);background-size:70px 70px;transform:perspective(500px) rotateX(65deg) scale(1.3);transform-origin:center bottom}.hero-grid-bg:after{content:"";position:absolute;inset:-40%;background-image:radial-gradient(circle,#1181f5 0 2px,transparent 3px);background-size:145px 115px;opacity:.65}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:40% 60%;min-height:278px}.hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:26px 0}.hero-eyebrow{font-size:10px;color:#7ebcff;text-transform:uppercase;letter-spacing:.14em;font-weight:800;margin-bottom:8px}.hero-copy h1{font-size:44px;line-height:1.06;max-width:540px;margin:0 0 10px;letter-spacing:-.02em}.hero-copy p{font-size:17px;line-height:1.35;max-width:450px;margin:0 0 19px;color:#edf4ff}.hero-cta{display:flex;gap:16px}.btn{border:0;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 28px;font-size:12px;font-weight:800;transition:.16s;line-height:1.2}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 5px 14px rgba(0,94,255,.25)}.btn-primary:hover{background:#0862df}.btn-secondary{background:#eaf2ff;color:#0b5fce}.btn-outline{background:transparent;color:#36a0ff;border:1px solid #1688ff}.btn-outline:hover{background:rgba(20,130,255,.08)}.btn-sm{padding:8px 14px;font-size:10px}.hero-visual{position:relative;min-height:278px}.hero-custom-image{position:absolute;right:-20px;bottom:0;max-height:290px;max-width:100%;object-fit:contain}.device-scene{position:absolute;inset:0;min-width:760px}.laptop{position:absolute;left:7%;top:24px;width:340px;height:205px;transform:perspective(900px) rotateY(-7deg)}.screen{height:175px;border:8px solid #1e242c;border-bottom-width:12px;border-radius:8px;background:#d6e9f9;box-shadow:0 13px 24px rgba(0,0,0,.32);overflow:hidden}.screen:before{content:"";position:absolute;inset:15px 15px 41px 15px;background:radial-gradient(circle at 55% 48%,#63bbff 0 4%,transparent 5%),conic-gradient(from 150deg at 50% 50%,#0435bd,#1491ff,#5cc8ff,#1448d2,#0d87f8,#0435bd);border-radius:5px;filter:saturate(1.25)}.screen:after{content:"";position:absolute;left:15px;right:15px;bottom:29px;height:10px;background:rgba(255,255,255,.8)}.keyboard{height:18px;margin:-1px -45px 0;background:linear-gradient(#29313b,#0e1319);clip-path:polygon(10% 0,90% 0,100% 100%,0 100%);box-shadow:0 8px 12px rgba(0,0,0,.25)}.router-box{position:absolute;right:12%;top:74px;width:260px;height:67px;background:linear-gradient(#fafafa,#d5d8dc);border-radius:12px;box-shadow:0 12px 25px rgba(0,0,0,.36);transform:perspective(600px) rotateX(55deg)}.router-box i{position:absolute;bottom:36px;width:8px;height:142px;background:linear-gradient(90deg,#e8e8e8,#fff);border-radius:10px;box-shadow:0 0 0 1px #d2d2d2}.router-box i:nth-child(1){left:19px}.router-box i:nth-child(2){left:61px}.router-box i:nth-child(3){right:61px}.router-box i:nth-child(4){right:19px}.router-logo{position:absolute;left:50%;top:20px;transform:translateX(-50%);font-size:9px;color:#a7acb0;font-weight:800;letter-spacing:.2em}.switch-box{position:absolute;right:16%;bottom:19px;width:380px;height:67px;background:linear-gradient(#313b46,#121920);box-shadow:0 14px 26px rgba(0,0,0,.42);transform:perspective(700px) rotateX(12deg);border-radius:3px}.ports{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;padding:13px 22px}.ports b{height:12px;background:#0d1115;border:2px solid #b2b7bc;box-shadow:inset 0 0 0 1px #111}.cable-roll{position:absolute;right:-15px;bottom:14px;width:170px;height:135px;border:15px solid #0875e8;border-radius:50%;box-shadow:inset 0 0 0 6px #0455ad,0 18px 28px rgba(0,0,0,.35);transform:rotateX(60deg) rotateZ(13deg)}.cable-roll:after{content:"";position:absolute;right:-35px;bottom:35px;width:75px;height:10px;border-radius:6px;background:#0c73da;transform:rotate(8deg)}

/* Benefits & home */
.benefit-wrap{position:relative;margin-top:-22px;z-index:4}.benefits{background:#fff;border:1px solid #dfe5ed;border-radius:6px;box-shadow:0 7px 18px rgba(0,0,0,.04);display:grid;grid-template-columns:repeat(4,1fr);min-height:58px}.benefit{display:flex;align-items:center;justify-content:center;gap:14px;padding:11px 18px;position:relative}.benefit:not(:last-child):after{content:"";position:absolute;right:0;top:12px;bottom:12px;width:1px;background:var(--line)}.benefit>.icon{width:31px;height:31px;color:var(--blue);stroke-width:1.5}.benefit div{display:flex;flex-direction:column}.benefit strong{font-size:12px}.benefit span{font-size:11px;color:#5f6876;margin-top:2px}.section{padding:14px 0}.category-cards{display:grid;grid-template-columns:repeat(8,1fr);gap:7px}.category-card{border:1px solid #e1e6ed;border-radius:6px;min-height:98px;padding:12px;display:grid;grid-template-columns:52px 1fr 16px;gap:8px;align-items:center;background:#fff;transition:.18s}.category-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#cbd7e6}.category-art{width:52px;height:64px;display:grid;place-items:center}.category-art img{width:100%;height:100%;object-fit:contain}.category-art .icon{width:43px;height:43px;color:#1d354d}.category-card>div:nth-child(2){display:flex;flex-direction:column}.category-card strong{font-size:12px}.category-card span:not(.arrow){font-size:10px;color:#5c6572;line-height:1.35;margin-top:4px}.arrow{align-self:end;color:var(--blue);font-size:18px}.products-section{background:#f7f9fc;border:1px solid #edf1f5;border-radius:7px;margin-bottom:10px;padding:9px}.section-title{display:flex;align-items:flex-end;justify-content:space-between;padding:2px 7px 9px}.section-title h2{font-size:18px;margin:3px 0 0}.section-title>a,.section-title>span{font-size:11px;color:var(--blue)}.syc-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.syc-product-card{position:relative;background:#fff;border:1px solid #dde4ec;border-radius:7px;padding:11px;display:grid;grid-template-columns:39% 61%;gap:10px;min-height:145px;overflow:hidden;transition:.18s}.syc-product-card:hover{box-shadow:0 8px 24px rgba(5,29,54,.08);border-color:#cad7e7}.syc-product-card-top{position:absolute;left:8px;right:8px;top:7px;z-index:4;display:flex;justify-content:space-between;pointer-events:none}.syc-card-badges{display:flex;gap:4px;flex-wrap:wrap}.badge{display:inline-flex;border-radius:4px;padding:4px 6px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.badge-sale{background:#eaf3ff;color:#0867dd}.badge-condition{background:#f0f3f6;color:#536071}.syc-card-actions{display:flex;gap:5px;margin-left:auto;pointer-events:auto}.syc-icon-btn{width:27px;height:27px;border-radius:50%;background:#fff;border:1px solid #e1e7ee;display:grid;place-items:center;color:#5d6878;padding:0}.syc-icon-btn .icon{width:14px;height:14px}.syc-icon-btn:hover,.syc-icon-btn.is-active{color:var(--blue);border-color:#a8cdfc;background:#f4f9ff}.syc-product-thumb{min-height:120px;display:grid;place-items:center;padding-top:12px}.syc-product-thumb img{max-height:112px;max-width:100%;object-fit:contain}.syc-product-body{display:flex;flex-direction:column;align-items:flex-start;padding-top:4px}.syc-product-name{font-size:12px;font-weight:750;line-height:1.3;min-height:31px;margin-right:4px}.syc-product-body>small{font-size:8px;color:#7b8694;margin:4px 0}.syc-stock{font-size:9px;font-weight:700}.syc-stock.in-stock{color:var(--green)}.syc-stock.out-stock{color:var(--danger)}.syc-product-card .price{margin:auto 0 5px;color:var(--blue);font-size:15px;font-weight:850}.syc-product-card .price del{color:#8a929d;font-size:10px}.syc-product-card .price ins{text-decoration:none}.syc-product-card .button{width:100%;min-height:31px;background:var(--blue);color:#fff;border-radius:4px;padding:7px 8px;text-align:center;font-size:10px;font-weight:750;display:flex;align-items:center;justify-content:center;gap:6px}.syc-product-card .button .icon{width:14px;height:14px}.syc-product-card .syc-quote-button{background:#083b70}.woo-notice{grid-column:1/-1;padding:30px;background:#fff;border:1px dashed #cdd5df;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:6px}.woo-notice span{color:var(--muted)}.brands-section{border-top:1px solid #e9edf2;border-bottom:1px solid #e9edf2;background:#fff}.brands-row{height:60px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-intro{display:flex;align-items:center;gap:10px;min-width:245px}.brand-intro>.icon{width:32px;height:32px;color:#65707d}.brand-intro div{display:flex;flex-direction:column}.brand-intro strong{font-size:12px}.brand-intro span{font-size:10px;color:#606b77}.brand-logo{display:grid;place-items:center;min-width:70px;max-width:105px;height:38px;filter:grayscale(1);opacity:.72}.brand-logo img{max-width:100%;max-height:30px;object-fit:contain}.brand-text{font-size:17px;font-weight:850;white-space:nowrap}

/* WooCommerce */
.content-shell,.woo-shell{padding:30px 0 55px;min-height:62vh}.product-shell{padding-top:5px}.shop-topline{display:flex;align-items:flex-end;justify-content:space-between;margin:0 0 16px}.shop-topline h1{font-size:28px;margin:4px 0 0}.shop-topline .term-description{max-width:700px;color:var(--muted);font-size:12px}.shop-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:22px}.syc-shop-filters{border:1px solid var(--line);border-radius:8px;background:#fff;align-self:start;position:sticky;top:16px}.filter-mobile-head{display:none}.syc-shop-filters form{padding:4px 15px 15px}.filter-block{padding:14px 0;border-bottom:1px solid #edf0f4}.filter-block:last-of-type{border-bottom:0}.filter-block h3{font-size:12px;margin:0 0 10px}.filter-options{max-height:220px;overflow:auto;padding-right:3px}.filter-check{display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:7px;margin:8px 0;font-size:11px;color:#465363}.filter-check input{accent-color:var(--blue)}.filter-check small{color:#99a2af;font-size:9px}.price-fields{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:6px}.price-fields input{width:100%;min-width:0;border:1px solid #d9e0e8;border-radius:5px;padding:8px;font-size:10px}.filter-submit{width:100%;margin-top:13px;padding:10px}.filter-reset{display:block;text-align:center;color:var(--muted);font-size:10px;margin-top:9px}.mobile-filter-toggle{display:none}.woocommerce .woocommerce-result-count{font-size:11px;color:var(--muted);margin-top:10px}.woocommerce .woocommerce-ordering select{border:1px solid var(--line);border-radius:5px;padding:8px 10px;font-size:11px;background:#fff}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:16px 0 25px!important}.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;padding:12px!important;border:1px solid var(--line);border-radius:8px;background:#fff;position:relative;overflow:hidden;transition:.18s}.woocommerce ul.products li.product:hover{box-shadow:0 9px 25px rgba(3,27,54,.08);border-color:#cad7e6}.woocommerce ul.products li.product a img{height:190px;object-fit:contain;margin:6px 0 8px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;line-height:1.35;padding:5px 0!important;min-height:45px}.woocommerce ul.products li.product .price{color:var(--blue)!important;font-size:16px!important;font-weight:800}.woocommerce ul.products li.product .button{width:100%;text-align:center;background:var(--blue);color:#fff;border-radius:5px;padding:9px 10px;font-size:11px;display:flex;align-items:center;justify-content:center;gap:6px}.woocommerce ul.products li.product .button .icon{width:15px;height:15px}.woocommerce span.onsale{display:none}.woocommerce .syc-card-badges{position:absolute;left:8px;top:8px;z-index:3}.woocommerce .syc-card-actions{position:absolute;right:8px;top:8px;z-index:3}.syc-loop-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:9px;color:#87919d;margin:1px 0 7px}.syc-loop-meta .in-stock{color:var(--green);font-weight:700}.syc-loop-meta .out-stock{color:var(--danger);font-weight:700}.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:44px}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{border:1px solid var(--line);border-radius:10px;overflow:hidden}.woocommerce div.product .product_title{font-size:30px;line-height:1.15}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--blue);font-weight:850}.woocommerce div.product form.cart .button,.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt{background:var(--blue);border-radius:5px}.woocommerce div.product .woocommerce-product-details__short-description{font-size:13px;line-height:1.6;color:#4f5e70}.syc-b2b-price{margin:14px 0;background:#f4f8ff;border:1px solid #d5e6ff;border-radius:8px;padding:12px 14px;display:grid;grid-template-columns:1fr auto;gap:3px 15px;align-items:center}.syc-b2b-price span{font-size:10px;color:#48627f}.syc-b2b-price strong{font-size:18px;color:var(--blue)}.syc-b2b-price small{grid-column:1/-1;font-size:9px;color:#7a8794}.syc-single-quote{display:inline-flex!important;align-items:center;gap:8px;background:#073c71!important}.syc-single-quote .icon{width:17px}.syc-consult-price{color:#0a579f;font-weight:800}.woocommerce-message,.woocommerce-info{border-top-color:var(--blue)!important}.woocommerce-message:before,.woocommerce-info:before{color:var(--blue)!important}.woocommerce nav.woocommerce-pagination ul{border:0!important}.woocommerce nav.woocommerce-pagination ul li{border:0!important;margin:2px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1px solid var(--line);border-radius:5px;min-width:34px}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--blue);color:#fff}

/* Cart drawer */
.drawer-backdrop{position:fixed;inset:0;background:rgba(0,17,35,.48);z-index:110;backdrop-filter:blur(1px)}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,92vw);background:#fff;z-index:120;transform:translateX(105%);transition:.25s ease;box-shadow:-10px 0 40px rgba(0,0,0,.18);display:flex;flex-direction:column}.cart-drawer.is-open{transform:none}.drawer-head{min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--line)}.drawer-head strong{font-size:18px}.drawer-head button{border:0;background:transparent;font-size:28px;color:#536071}.syc-mini-cart-inner{display:flex;flex:1;min-height:0;flex-direction:column}.mini-cart-empty{margin:auto;padding:30px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.empty-cart-icon{width:58px;height:58px;border-radius:50%;background:#eff5fc;display:grid;place-items:center;color:var(--blue)}.empty-cart-icon .icon{width:29px;height:29px}.mini-cart-empty strong{font-size:17px}.mini-cart-empty p{font-size:12px;color:var(--muted);margin:0 0 8px}.mini-cart-items{overflow:auto;padding:10px 18px}.mini-cart-item{display:grid;grid-template-columns:64px 1fr 20px;gap:11px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.mini-cart-thumb{width:64px;height:64px;display:grid;place-items:center}.mini-cart-thumb img{max-height:60px;object-fit:contain}.mini-cart-info{display:flex;flex-direction:column;gap:6px}.mini-cart-info a{font-size:11px;font-weight:700;line-height:1.35}.mini-cart-info small{font-size:10px;color:#667485}.mini-cart-remove{font-size:20px;color:#8c97a4}.mini-cart-summary{margin-top:auto;border-top:1px solid var(--line);padding:15px 18px 20px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.mini-cart-summary>div{grid-column:1/-1;display:flex;justify-content:space-between;padding-bottom:10px}.mini-cart-summary>div span{font-size:12px}.mini-cart-summary>div strong{font-size:16px}.mini-cart-summary .btn{padding:11px 8px}.syc-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);z-index:160;background:#092747;color:#fff;border-radius:6px;padding:11px 16px;font-size:11px;box-shadow:0 10px 30px rgba(0,0,0,.22)}

/* Wishlist / compare */
.special-page-shell{max-width:1460px}.special-page-header{margin-bottom:20px}.special-page-header h1{font-size:32px;margin:5px 0}.special-page-header p{color:var(--muted);font-size:13px}.syc-list-page .syc-product-grid{grid-template-columns:repeat(4,1fr)}.syc-empty-state{border:1px dashed #ccd5e0;border-radius:10px;background:#fbfcfe;padding:50px 25px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.syc-empty-state>.icon{width:42px;height:42px;color:#8da0b5}.syc-empty-state h2{margin:5px 0 0;font-size:20px}.syc-empty-state p{margin:0 0 10px;color:var(--muted);font-size:12px}.compare-scroll{overflow:auto;border:1px solid var(--line);border-radius:9px}.syc-compare-table{border-collapse:collapse;width:100%;min-width:780px}.syc-compare-table th,.syc-compare-table td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:13px;vertical-align:middle}.syc-compare-table th{width:150px;background:#f8fafc;text-align:left;font-size:11px}.syc-compare-table td{min-width:190px;font-size:11px;text-align:center}.compare-product{display:flex;flex-direction:column;align-items:center;gap:8px}.compare-product img{width:110px;height:90px;object-fit:contain}.compare-product strong{line-height:1.3}.syc-text-action{display:block;margin:8px auto 0;border:0;background:transparent;color:var(--danger);font-size:10px}

/* Quote / business */
.quote-page-hero,.business-hero{background:linear-gradient(120deg,#021a35,#063a69);color:#fff;padding:48px 0}.quote-page-hero h1,.business-hero h1{font-size:42px;margin:7px 0 10px;line-height:1.08}.quote-page-hero p,.business-hero p{max-width:720px;color:#dbeafb;font-size:15px;line-height:1.5}.quote-page-content{padding:30px 0 60px}.syc-quote-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:start}.quote-copy{padding:25px 0}.quote-copy h2{font-size:29px;line-height:1.15;margin:8px 0 13px}.quote-copy p{color:var(--muted);font-size:13px;line-height:1.6}.quote-features{display:flex;flex-direction:column;gap:10px;margin-top:20px}.quote-features span{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700}.quote-features .icon{width:17px;color:var(--green)}.syc-quote-form{background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px;box-shadow:0 10px 35px rgba(2,26,53,.06)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:flex;flex-direction:column;gap:6px}.form-grid label.span-2{grid-column:1/-1}.form-grid label span{font-size:10px;font-weight:750}.form-grid input,.form-grid textarea{border:1px solid #d8e0e9;border-radius:5px;padding:10px 11px;outline:0;font-size:12px}.form-grid input:focus,.form-grid textarea:focus{border-color:#91bdfd;box-shadow:0 0 0 3px rgba(7,107,250,.06)}.privacy-check{display:flex;gap:8px;align-items:center;font-size:10px;color:var(--muted);margin:14px 0}.privacy-check input{accent-color:var(--blue)}.syc-success-box{max-width:800px;margin:0 auto 20px;border:1px solid #b7e1c8;background:#f2fbf6;border-radius:8px;padding:13px;display:flex;align-items:center;gap:11px;color:#14643b}.syc-success-box .icon{width:25px}.syc-success-box div{display:flex;flex-direction:column}.syc-success-box strong{font-size:12px}.syc-success-box span{font-size:10px}.business-hero-grid{display:grid;grid-template-columns:1fr 320px;gap:50px;align-items:center}.business-stat-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:10px;padding:25px;display:flex;flex-direction:column;gap:8px}.business-stat-card strong{font-size:20px}.business-stat-card span{font-size:11px;line-height:1.5;color:#dbeafb}.business-services{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:-20px;position:relative;z-index:2}.business-services article{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 25px rgba(3,28,55,.06);padding:18px}.business-services .icon{width:31px;height:31px;color:var(--blue)}.business-services h3{font-size:14px;margin:10px 0 5px}.business-services p{font-size:11px;color:var(--muted);line-height:1.45;margin:0}

/* Generic content */
.content-card{border:1px solid var(--line);border-radius:10px;padding:24px;background:#fff;margin-bottom:18px}.page-card{max-width:1000px;margin-left:auto;margin-right:auto}.entry-content{line-height:1.7}.entry-content p{color:#465568}.entry-content a{color:var(--blue)}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

/* Footer */
.site-footer{background:linear-gradient(90deg,#021a35,#08294d);color:#fff}.footer-grid{padding:22px 0;display:grid;grid-template-columns:1.35fr 1.4fr 1fr 1fr 1.25fr 1.25fr;gap:28px}.site-footer h4{font-size:12px;margin:0 0 12px}.site-footer p,.site-footer a{font-size:10px;color:#eef5ff}.footer-mark{font-size:22px;margin-bottom:15px;color:#fff}.footer-brand p{line-height:1.5;color:#d4dfeb}.socials{display:flex;gap:18px;margin-top:10px}.socials a{font-size:17px;font-weight:700}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin:0 0 7px}.footer-columns{display:grid;grid-template-columns:1fr 1fr;gap:7px 16px}.contact-line{display:flex;align-items:center;gap:8px}.contact-line .icon{width:15px;height:15px}.payment-chips{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.payment-chips span{background:#fff;color:#162435;border-radius:4px;padding:6px 4px;text-align:center;font-size:8px;font-weight:850}.payment-note{color:#9fb0c4!important;font-size:8px!important;line-height:1.4}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);font-size:9px}.footer-bottom .container{min-height:35px;display:flex;align-items:center;justify-content:space-between}.footer-bottom span:last-child{display:flex;align-items:center;gap:8px}.footer-bottom .icon{width:14px;height:14px}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:70;background:#1ea952;color:#fff;border-radius:28px;display:flex;align-items:center;gap:8px;padding:11px 15px;box-shadow:0 9px 28px rgba(0,0,0,.2);font-size:11px;font-weight:800}.whatsapp-float .icon{width:22px;height:22px}

@media(max-width:1240px){
  :root{--container:1160px}.container{width:min(var(--container),calc(100% - 32px))}.main-head{grid-template-columns:215px 1fr 330px;gap:18px}.wordmark{font-size:25px}.category-cards{grid-template-columns:repeat(4,1fr)}.nav-cat{font-size:12px;gap:6px}.hero-copy h1{font-size:40px}.mega-grid{grid-template-columns:190px 1.6fr .9fr 230px;gap:18px}.brands-row{overflow:hidden}.footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:980px){
  .topbar-right,.desktop-only{display:none}.main-head{height:auto;padding:12px 0;grid-template-columns:1fr auto}.header-search{grid-column:1/-1;grid-row:2}.account-link span{display:none}.account-actions{gap:0}.category-nav{height:auto}.category-nav-inner,.mega-panel{display:none}.mobile-menu-toggle{display:block}.benefits{grid-template-columns:repeat(2,1fr)}.benefit:nth-child(2):after{display:none}.hero{min-height:440px}.hero-inner{grid-template-columns:1fr}.hero-copy{z-index:2;padding-top:28px}.hero-visual{min-height:230px}.device-scene{transform:scale(.82);transform-origin:center top;left:8%}.syc-product-grid,.syc-list-page .syc-product-grid{grid-template-columns:repeat(2,1fr)}.brands-row{justify-content:flex-start;overflow-x:auto}.footer-grid{grid-template-columns:repeat(2,1fr)}.shop-layout{grid-template-columns:1fr}.syc-shop-filters{position:fixed;right:0;top:0;bottom:0;width:min(330px,90vw);z-index:130;transform:translateX(105%);transition:.22s;border-radius:0;overflow:auto}.syc-shop-filters.is-open{transform:none}.filter-mobile-head{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid var(--line)}.filter-mobile-head strong{display:flex;align-items:center;gap:7px}.filter-mobile-head .icon{width:18px}.filter-close{border:0;background:transparent;font-size:25px}.mobile-filter-toggle{display:flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;border-radius:5px;padding:9px 12px;font-size:10px}.mobile-filter-toggle .icon{width:16px}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce div.product{grid-template-columns:1fr;gap:20px}.syc-quote-layout{grid-template-columns:1fr}.business-hero-grid{grid-template-columns:1fr}.business-services{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .container{width:calc(100% - 24px)}.topbar{height:30px}.topbar-inner{height:30px}.topbar-left{gap:8px;font-size:10px}.topbar-left>span,.topbar-left a:nth-of-type(2){display:none}.main-head{grid-template-columns:1fr auto}.wordmark{font-size:23px}.header-action{padding:0 7px;border-left:0}.account-link,.wishlist-link{display:none}.cart-link{min-width:52px}.cart-total-mini{display:none}.search-form label{height:43px}.mobile-categories{grid-template-columns:1fr}.hero{min-height:500px}.hero-inner{min-height:500px}.hero-copy h1{font-size:34px}.hero-copy p{font-size:15px}.hero-cta{flex-direction:column;align-items:flex-start;gap:9px}.hero-cta .btn{min-width:170px}.hero-visual{min-height:235px}.device-scene{transform:scale(.59);transform-origin:left top;left:0;width:160%}.benefit-wrap{margin-top:-14px}.benefits{grid-template-columns:1fr}.benefit{justify-content:flex-start}.benefit:after{display:none!important}.category-cards{grid-template-columns:repeat(2,1fr)}.category-card{grid-template-columns:40px 1fr 12px;padding:9px}.category-art{width:40px}.syc-product-grid,.syc-list-page .syc-product-grid{grid-template-columns:1fr}.syc-product-card{grid-template-columns:38% 62%}.brands-row{height:55px}.brand-intro{min-width:195px}.brand-logo{min-width:68px}.footer-grid{grid-template-columns:1fr}.footer-bottom .container{flex-direction:column;justify-content:center;gap:5px;padding:9px 0}.whatsapp-float{right:12px;bottom:12px;padding:10px}.whatsapp-float span{display:none}.archive-grid{grid-template-columns:1fr}.shop-topline{align-items:center}.shop-topline h1{font-size:24px}.woocommerce ul.products{grid-template-columns:1fr}.woocommerce ul.products li.product a img{height:210px}.woocommerce div.product .product_title{font-size:25px}.form-grid{grid-template-columns:1fr}.form-grid label.span-2{grid-column:auto}.quote-page-hero,.business-hero{padding:35px 0}.quote-page-hero h1,.business-hero h1{font-size:33px}.business-services{grid-template-columns:1fr}.syc-quote-form{padding:15px}.cart-drawer{width:94vw}
}

/* Extra product metadata */
.syc-card-dispatch{font-size:8px;color:#6f7e8f;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.syc-dispatch-meta{flex-basis:100%;color:#66788b}.syc-product-extra-meta{display:flex;flex-wrap:wrap;gap:7px 14px;margin:12px 0 8px;padding:10px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.syc-product-extra-meta span{font-size:10px;color:#5c6a7b}.syc-product-extra-meta b{color:var(--ink)}.syc-single-actions{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 14px}.syc-secondary-action{border:1px solid var(--line);background:#fff;border-radius:5px;padding:8px 10px;font-size:10px;color:#48586a;display:inline-flex;align-items:center;gap:6px}.syc-secondary-action:hover,.syc-secondary-action.is-active{border-color:#9fc8ff;color:var(--blue);background:#f7fbff}.syc-secondary-action .icon{width:14px;height:14px}


/* SycStore-SKY-CH v1.3 — Sky Net Solutions */
.section-title.compact{margin-bottom:12px}.section-title.compact h2{margin-top:4px}
.syc-breadcrumbs{padding:12px 0 2px;font-size:11px;color:var(--muted)}.syc-breadcrumbs a{color:var(--blue)}
.syc-seo-zone{margin-top:34px;padding:30px 0;background:#f8fafc;border-top:1px solid var(--line)}.syc-category-seo{padding:24px;margin-top:32px;border:1px solid var(--line);border-radius:10px;background:#f8fafc}.syc-seo-content{max-width:1050px}.syc-seo-content h1{font-size:30px}.syc-seo-content h2{font-size:24px;margin:24px 0 10px}.syc-seo-content h3{font-size:18px;margin:20px 0 8px}.syc-seo-content p,.syc-seo-content li{font-size:13px;line-height:1.75;color:#425267}.syc-seo-content a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.syc-seo-content .rank-math-list-item,.syc-seo-content .wp-block-rank-math-faq-block{margin:12px 0}
.syc-specs-table{width:100%;border-collapse:collapse}.syc-specs-table th,.syc-specs-table td{padding:11px 12px;border-bottom:1px solid var(--line);text-align:left;font-size:12px;vertical-align:top}.syc-specs-table th{width:220px;background:#f8fafc}.syc-key-features{margin-top:22px}.syc-key-features h3{font-size:17px}.syc-key-features li{margin-bottom:7px;color:#435368;font-size:12px}
.syc-quick-view{position:fixed;inset:0;z-index:190;background:rgba(2,18,36,.62);display:grid;place-items:center;padding:24px}.syc-quick-view[hidden]{display:none}.syc-quick-view-dialog{position:relative;width:min(920px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:12px;box-shadow:0 25px 70px rgba(0,0,0,.3)}.syc-quick-view-close{position:absolute;right:12px;top:10px;z-index:4;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:23px}.quick-view-grid{display:grid;grid-template-columns:44% 56%;min-height:430px}.quick-view-media{display:grid;place-items:center;background:#f7f9fc;padding:30px}.quick-view-media img{max-height:360px;object-fit:contain}.quick-view-info{padding:38px 38px 32px}.quick-view-info h2{font-size:27px;line-height:1.18;margin:8px 0 12px}.quick-view-price{font-size:24px;font-weight:850;color:var(--blue);margin-bottom:12px}.quick-view-meta{display:flex;flex-wrap:wrap;gap:7px}.quick-view-meta span{font-size:10px;padding:5px 7px;background:#f4f7fa;border-radius:4px;color:#536174}.quick-view-desc{font-size:12px;line-height:1.6;color:#536174;margin:16px 0}.quick-view-actions{display:flex;flex-wrap:wrap;gap:8px}.quick-view-loading{padding:55px;text-align:center;color:var(--muted)}
.syc-recent-products{clear:both;margin-top:40px;padding-top:24px;border-top:1px solid var(--line)}
.mobile-nav-head{display:none}.syc-card-actions{gap:4px}.syc-card-actions .syc-icon-btn{flex:none}
@media(max-width:980px){.site-header{position:relative}.mobile-nav{display:block;position:fixed;top:0;right:0;bottom:0;width:min(360px,90vw);z-index:150;transform:translateX(105%);transition:transform .22s;background:#fff;overflow:auto;box-shadow:-12px 0 35px rgba(0,0,0,.18)}.mobile-nav[hidden]{display:block;visibility:hidden}.mobile-nav.is-open{transform:none;visibility:visible}.mobile-nav-head{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--line)}.mobile-nav-close{border:0;background:transparent;font-size:28px}.mobile-nav-inner{width:auto;padding:14px}.mobile-categories{grid-template-columns:1fr}.quick-view-grid{grid-template-columns:1fr}.quick-view-media{padding:20px}.quick-view-media img{max-height:260px}.quick-view-info{padding:24px}.syc-specs-table th{width:38%}}
@media(max-width:620px){.syc-quick-view{padding:10px}.quick-view-info h2{font-size:22px}.quick-view-actions .btn{width:100%}.syc-seo-content h2{font-size:21px}.syc-category-seo{padding:17px}.syc-specs-table th,.syc-specs-table td{padding:9px 8px;font-size:11px}.footer-bottom .container>span:first-child{text-align:center}}

.syc-quote-list-toggle{margin-top:7px;width:100%;border:1px solid var(--line);background:#fff;color:#45556a;border-radius:5px;padding:8px 9px;font-size:9px;font-weight:750;display:flex;align-items:center;justify-content:center;gap:6px}.syc-quote-list-toggle .icon{width:14px;height:14px}.syc-quote-list-toggle:hover,.syc-quote-list-toggle.is-active{border-color:#9dc7ff;background:#f4f9ff;color:var(--blue)}.woocommerce ul.products li.product .syc-loop-quote-list{margin-top:7px}.syc-quote-selected{margin-bottom:18px;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff}.syc-quote-selected-head{display:flex;justify-content:space-between;gap:15px;padding:12px 14px;background:#f7f9fc;font-size:11px}.syc-quote-selected-head span{color:var(--muted)}.syc-quote-selected-item{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;padding:9px 12px;border-top:1px solid var(--line)}.quote-selected-thumb{width:45px;height:45px;display:grid;place-items:center}.quote-selected-thumb img{max-width:45px;max-height:45px;object-fit:contain}.syc-quote-selected-item>span:nth-child(2){display:flex;flex-direction:column;gap:2px}.syc-quote-selected-item strong{font-size:11px}.syc-quote-selected-item small{font-size:9px;color:var(--muted)}.syc-quote-selected-item .syc-quote-list-toggle{width:auto;margin:0;padding:6px 9px}@media(max-width:620px){.syc-quote-selected-item{grid-template-columns:42px 1fr}.syc-quote-selected-item .syc-quote-list-toggle{grid-column:2;width:max-content}}

/* ================================================================
   SycStore-SKY-CH v1.3 · legibilidad, cards, marcas y formularios
   ================================================================ */
html{font-size:16px}body{font-size:clamp(15px,0.18vw + 14.5px,17px);line-height:1.58}.container{width:min(var(--container),calc(100% - clamp(28px,4vw,64px)))}
.topbar{height:38px;font-size:clamp(12px,.12vw + 11.7px,14px)}.topbar-inner{height:38px}.topbar-right{font-size:12px}.main-head{min-height:94px;grid-template-columns:minmax(220px,270px) minmax(300px,1fr) minmax(330px,410px);gap:clamp(18px,2.2vw,38px)}.search-form label{height:52px}.search-field{font-size:clamp(14px,.15vw + 13.5px,16px)}.header-action{height:48px;padding-inline:clamp(10px,1vw,17px)}.header-action b{font-size:13px}.header-action small{font-size:11px}.header-action.icon-only>span{font-size:12px}.category-nav,.category-nav-inner,.nav-cat{height:50px}.mega-panel{top:50px}.nav-cat{font-size:clamp(13px,.13vw + 12.6px,15px);gap:9px;padding-inline:5px}.nav-cat .category-icon-svg{width:22px;height:22px}.mega-kicker,.section-kicker{font-size:11px}.mega-main h3{font-size:27px}.mega-view-all,.mega-column h4{font-size:13px}.mega-link-grid span{font-size:13px}.mega-link-grid small,.mega-brands p{font-size:11px}.mega-promo strong{font-size:18px}.mega-promo p{font-size:12px}.btn{font-size:clamp(13px,.12vw + 12.6px,15px);padding:12px 24px}.btn-sm{font-size:12px;padding:9px 14px}
.hero{min-height:330px}.hero-inner,.hero-visual{min-height:330px}.hero-copy h1{font-size:clamp(42px,3.1vw,58px);max-width:650px}.hero-copy p{font-size:clamp(17px,.4vw + 15px,21px);max-width:560px}.hero-eyebrow{font-size:12px}.hero-custom-image{max-height:340px}.benefit strong{font-size:14px}.benefit span{font-size:12px}.section-title h2,.section-title.compact h2{font-size:clamp(24px,1.6vw,32px)}.section-title>a{font-size:13px}

/* Nueva familia de iconos de categorías */
.category-icon-svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.category-card .category-art{width:74px;height:74px;border-radius:18px;background:linear-gradient(145deg,#eef6ff,#dcecff);color:#076bfa;display:grid;place-items:center;flex:none;overflow:hidden}.category-card .category-art .category-icon-svg{width:48px;height:48px}.category-card{min-width:0;min-height:130px;display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px;border-radius:12px;overflow:hidden}.category-card>div:nth-child(2){min-width:0}.category-card strong{display:block;font-size:16px;line-height:1.25;margin-bottom:5px}.category-card span:not(.arrow){font-size:12.5px;line-height:1.45}.category-card .arrow{font-size:22px;align-self:end}.category-card img{width:100%;height:100%;object-fit:contain}

/* Cards de producto consistentes */
.syc-product-grid,.products ul.products{align-items:stretch}.syc-product-card,.products ul.products li.product{height:100%;min-width:0;overflow:hidden;border-radius:12px;display:flex;flex-direction:column}.syc-product-card .syc-product-thumb{height:clamp(180px,14vw,230px);display:grid;place-items:center;padding:14px}.syc-product-card .syc-product-thumb img{max-height:100%;max-width:100%;object-fit:contain}.syc-product-body{display:flex;flex-direction:column;min-width:0;flex:1}.syc-product-name{font-size:clamp(14px,.15vw + 13.5px,16px);line-height:1.35;font-weight:750;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.syc-product-body small{font-size:11.5px;overflow-wrap:anywhere}.syc-product-card .price,.products ul.products li.product .price{font-size:clamp(18px,.3vw + 17px,22px);line-height:1.2;margin-top:auto}.syc-product-card .button,.products ul.products li.product .button{width:100%;min-height:43px;white-space:normal;text-align:center}.syc-quote-list-toggle{white-space:normal}.syc-stock,.syc-card-dispatch{font-size:12px}.badge{font-size:10.5px}.syc-icon-btn{width:37px;height:37px}.syc-icon-btn .icon{width:18px;height:18px}

/* Home SEO: contenido real del editor, presentado como cards */
.syc-home-seo{padding-block:38px 48px}.syc-seo-content{font-size:16px}.syc-seo-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.syc-seo-card{position:relative;min-width:0;padding:26px;border:1px solid #dfe7f0;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 12px 28px rgba(2,26,53,.06);overflow:hidden}.syc-seo-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#076bfa}.syc-seo-card-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:#eaf3ff;color:#076bfa;font-size:26px;font-weight:800;margin-bottom:16px}.syc-seo-card h2{font-size:clamp(20px,1.2vw,27px);line-height:1.18;margin:0 0 11px}.syc-seo-card p{font-size:14.5px;line-height:1.65;margin:0;color:#526176}

/* Carrusel de marcas */
.brands-section{padding:23px 0 27px;border-top:1px solid #e7ecf3;border-bottom:1px solid #e7ecf3;background:#fff;overflow:hidden}.brands-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.brand-intro{display:flex;align-items:center;gap:12px}.brand-intro .icon{width:31px;height:31px}.brand-intro strong{font-size:15px}.brand-intro span{display:block;font-size:12px;color:var(--muted)}.brands-hint{font-size:11px;color:#8792a4}.brand-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.brand-track{display:flex;width:max-content;align-items:center;gap:18px;animation:sycBrandScroll 38s linear infinite;will-change:transform}.brand-marquee:hover .brand-track{animation-play-state:paused}.brand-logo{width:180px;height:70px;padding:9px 18px;border:1px solid #e6ebf1;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;flex:none}.brand-logo img{width:100%;height:100%;object-fit:contain;filter:grayscale(1);opacity:.72;transition:.2s}.brand-logo>span{font-size:22px;font-weight:800;color:#737b86;filter:grayscale(1)}.brand-logo:hover img{opacity:1}.brand-logo:hover{box-shadow:0 8px 22px rgba(2,26,53,.08)}@keyframes sycBrandScroll{to{transform:translateX(calc(-50% - 9px))}}@media(prefers-reduced-motion:reduce){.brand-track{animation:none;flex-wrap:wrap;width:auto;justify-content:center}.brand-marquee{mask-image:none;-webkit-mask-image:none}}

/* Bloque de confianza */
.syc-trust-block{padding-block:26px}.syc-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.syc-trust-card{display:flex;align-items:flex-start;gap:12px;padding:18px;border:1px solid #dfe7f0;border-radius:13px;background:#fff;min-width:0}.syc-trust-card>.icon{width:28px;height:28px;color:#076bfa}.syc-trust-card strong{font-size:14px;display:block;line-height:1.2;margin-bottom:5px}.syc-trust-card span{font-size:12px;color:#667085;line-height:1.4;display:block}

/* Formulario pre-footer y contacto */
.syc-prefooter-contact{padding:42px 0;background:linear-gradient(135deg,#eef6ff,#f9fbfe);border-top:1px solid #dfe7f0}.syc-prefooter-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(520px,1.2fr);gap:42px;align-items:center}.syc-prefooter-copy h2{font-size:clamp(28px,2vw,39px);line-height:1.12;margin:7px 0 12px}.syc-prefooter-copy p{font-size:15px;color:#526176;max-width:540px}.syc-prefooter-points{display:grid;gap:8px;margin-top:18px}.syc-prefooter-points span{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:650}.syc-prefooter-points .icon{width:19px;height:19px;color:#076bfa}.syc-prefooter-form,.syc-contact-page-grid>div:last-child{padding:24px;background:#fff;border:1px solid #dfe7f0;border-radius:16px;box-shadow:0 16px 40px rgba(2,26,53,.08)}.syc-secure-form .form-grid{gap:13px}.syc-secure-form label>span{font-size:12.5px;font-weight:700;margin-bottom:6px}.syc-secure-form input,.syc-secure-form textarea,.syc-secure-form select{width:100%;min-height:46px;border:1px solid #ccd6e3;border-radius:9px;background:#fff;padding:10px 12px;color:#07172d;outline:none}.syc-secure-form textarea{min-height:110px;resize:vertical}.syc-secure-form input:focus,.syc-secure-form textarea:focus,.syc-secure-form select:focus{border-color:#67a7ff;box-shadow:0 0 0 4px rgba(7,107,250,.08)}.syc-secure-form .privacy-check{display:flex;align-items:flex-start;gap:9px;margin:13px 0}.syc-secure-form .privacy-check input{width:17px;min-height:17px;margin-top:3px}.syc-secure-form .privacy-check span{font-weight:400;font-size:11.5px;line-height:1.45}.syc-secure-form .privacy-check a{color:#076bfa;text-decoration:underline}.syc-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.syc-form-error{padding:12px 14px;margin-bottom:14px;border-radius:9px;background:#fff1f0;border:1px solid #ffd0cc;color:#9f241d;font-size:13px}.cf-turnstile{margin:12px 0}.syc-contact-page-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(500px,1.28fr);gap:30px;align-items:start;margin:28px 0 40px}.syc-contact-info{padding:28px;border-radius:17px;background:linear-gradient(145deg,#021a35,#07365f);color:#fff}.syc-contact-info .section-kicker{color:#70b4ff}.syc-contact-info h2{font-size:32px;line-height:1.15;margin:6px 0 12px}.syc-contact-info>p{color:#d8e8fa;font-size:14px}.syc-contact-info-cards{display:grid;gap:10px;margin-top:22px}.syc-contact-info-cards>div{display:grid;grid-template-columns:30px 1fr;gap:2px 10px;padding:13px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(255,255,255,.05)}.syc-contact-info-cards .icon{grid-row:1/3;width:24px;height:24px;color:#65b0ff}.syc-contact-info-cards strong{font-size:12px}.syc-contact-info-cards span,.syc-contact-info-cards a{font-size:12px;color:#d9eafa;overflow-wrap:anywhere}.syc-map-card{border:1px solid #dfe7f0;border-radius:16px;overflow:hidden;margin:30px 0}.syc-map-card iframe{display:block;width:100%;height:390px;border:0}.syc-map-card>div{padding:15px 18px;display:flex;justify-content:space-between;gap:12px}.syc-map-card span{color:#667085;font-size:12px}.syc-anchor-section{scroll-margin-top:180px;margin-top:48px;padding-top:20px;border-top:1px solid #e3e9f0}.syc-anchor-section>h2{font-size:30px}

/* Centro de ayuda */
.syc-help-toolbar{margin:24px 0 32px;padding:18px;border:1px solid #dfe7f0;border-radius:13px;background:#f7faff}.syc-help-toolbar label{display:block;font-size:13px;font-weight:800;margin-bottom:7px}.syc-help-toolbar input{width:100%;height:48px;border:1px solid #ccd6e3;border-radius:9px;padding:0 14px;background:#fff}.syc-help-section{scroll-margin-top:180px;margin:32px 0}.syc-help-section h2{font-size:27px;margin-bottom:14px}.syc-help-card{border:1px solid #dfe7f0;border-radius:11px;background:#fff;margin:10px 0;overflow:hidden}.syc-help-card summary{font-size:15px;font-weight:750;padding:16px 18px;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px}.syc-help-card summary:after{content:"+";font-size:22px;color:#076bfa}.syc-help-card[open] summary:after{content:"−"}.syc-help-card p{margin:0;padding:0 18px 18px;color:#526176;font-size:14px;line-height:1.65}.syc-help-card.is-filtered-out{display:none}

/* Páginas y legal */
.content-shell{padding-block:36px 50px}.content-card.page-card{padding:clamp(24px,3vw,46px);border-radius:16px}.page-card>h1{font-size:clamp(34px,3vw,48px);line-height:1.08}.entry-content{font-size:15.5px;line-height:1.72}.entry-content h2{font-size:clamp(23px,1.8vw,31px);line-height:1.22;margin-top:34px}.entry-content h3{font-size:21px}.entry-content .syc-lead{font-size:18px;color:#46556a;max-width:960px}.entry-content a{color:#075fda}.entry-content ul,.entry-content ol{padding-left:22px}

/* Footer v1.3 */
.site-footer{font-size:13px}.footer-grid-v13{grid-template-columns:1.25fr 1fr .85fr 1fr 1.1fr 1.4fr;gap:clamp(22px,2.3vw,42px);padding-block:38px}.site-footer h4{font-size:13px;margin-bottom:13px}.site-footer a,.site-footer p,.footer-columns a{font-size:12.5px;line-height:1.55}.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.footer-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 16px}.footer-contact-title{margin-top:24px}.contact-line{display:flex;align-items:flex-start;gap:8px}.contact-line .icon{width:17px;height:17px;margin-top:2px}.payment-logos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.payment-logo{display:block;min-width:0}.payment-logo img{width:100%;height:auto;display:block}.payment-note{font-size:10.5px!important;color:#9fb0c5!important;margin-top:10px}.footer-bottom{font-size:12px}.footer-bottom .container{gap:18px}.footer-bottom .icon{width:17px;height:17px}

/* WooCommerce: tipografía general mayor */
.woocommerce .woocommerce-breadcrumb,.syc-breadcrumbs{font-size:12.5px}.shop-topline h1,.woocommerce div.product .product_title{font-size:clamp(30px,2.4vw,42px)}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:clamp(24px,2vw,34px)}.woocommerce-product-details__short-description{font-size:15.5px}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:13px}.woocommerce table.shop_table{font-size:14px}.woocommerce form .form-row label{font-size:13px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{font-size:15px;min-height:44px}.filter-block h3{font-size:14px}.filter-check span,.filter-check small,.filter-reset{font-size:12.5px}

@media(max-width:1250px){.main-head{grid-template-columns:210px minmax(260px,1fr) 330px}.header-action{padding-inline:9px}.header-action.icon-only>span{display:none}.category-card{grid-template-columns:64px minmax(0,1fr) auto}.category-card .category-art{width:64px;height:64px}.category-card .category-art .category-icon-svg{width:42px;height:42px}.footer-grid-v13{grid-template-columns:repeat(3,minmax(0,1fr))}.syc-prefooter-grid{grid-template-columns:1fr 1.25fr;gap:28px}}
@media(max-width:980px){.syc-seo-card-grid{grid-template-columns:1fr}.syc-trust-grid{grid-template-columns:repeat(2,1fr)}.syc-prefooter-grid,.syc-contact-page-grid{grid-template-columns:1fr}.syc-prefooter-copy{max-width:720px}.brand-logo{width:150px;height:64px}.footer-grid-v13{grid-template-columns:repeat(2,minmax(0,1fr))}.main-head{min-height:78px}.topbar{height:auto}.topbar-inner{min-height:36px;height:auto}.nav-cat .category-icon-svg{width:20px;height:20px}}
@media(max-width:720px){body{font-size:15px}.container{width:min(100% - 24px,var(--container))}.topbar-left{gap:7px;flex-wrap:wrap}.topbar-left>span{display:none}.topbar-right{display:none}.main-head{grid-template-columns:1fr auto;min-height:72px;gap:10px}.header-search{grid-column:1/-1;padding-bottom:12px}.wordmark{font-size:25px}.category-nav{display:none}.mobile-categories a .category-icon-svg{width:25px;height:25px}.hero{min-height:auto}.hero-inner{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:38px 0 24px}.hero-copy h1{font-size:38px}.hero-visual{min-height:220px}.hero-cta{flex-wrap:wrap}.syc-trust-grid{grid-template-columns:1fr}.syc-prefooter-contact{padding:30px 0}.syc-prefooter-form,.syc-contact-page-grid>div:last-child{padding:17px}.form-grid{grid-template-columns:1fr!important}.form-grid .span-2{grid-column:auto!important}.syc-contact-info{padding:22px}.syc-map-card iframe{height:280px}.category-card{min-height:112px;padding:14px}.category-card strong{font-size:15px}.category-card span:not(.arrow){font-size:11.5px}.brand-logo{width:132px;height:58px;padding:7px 12px}.footer-grid-v13{grid-template-columns:1fr}.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-logos{grid-template-columns:repeat(2,minmax(0,170px))}.footer-bottom .container{flex-direction:column;align-items:flex-start;padding-block:12px}.page-card>h1{font-size:33px}.entry-content{font-size:15px}.syc-seo-card{padding:21px}}
@media(max-width:460px){.account-actions .account-link span{display:none}.account-actions{gap:2px}.header-action{border-left:0;padding:6px}.mobile-categories{grid-template-columns:1fr}.hero-copy h1{font-size:34px}.hero-copy p{font-size:16px}.category-card{grid-template-columns:55px minmax(0,1fr) auto}.category-card .category-art{width:55px;height:55px;border-radius:14px}.category-card .category-art .category-icon-svg{width:36px;height:36px}.syc-contact-info h2{font-size:27px}.payment-logos{grid-template-columns:1fr 1fr}.syc-prefooter-copy h2{font-size:29px}}
/* Ajuste final de microtipografía v1.3 */
.live-search-head,.live-search-copy strong,.mega-brand-list a,.mobile-categories a,.syc-product-card .button,.syc-product-card .syc-quote-list-toggle,.woocommerce ul.products li.product .button{font-size:13px}.live-search-copy small,.syc-product-extra-meta,.syc-secondary-action,.syc-quote-selected-head,.syc-quote-selected-item strong,.quick-view-meta,.payment-note{font-size:12px}.live-search-price{font-size:15px}.quick-view-info h2{font-size:28px}.quick-view-price{font-size:24px}.quick-view-desc{font-size:14px}.syc-success-box strong{font-size:14px}.syc-success-box span{font-size:12px}.brand-logo{max-width:none!important;min-width:180px;opacity:1!important;filter:none!important}.brand-logo img{max-height:none!important}.syc-product-card .syc-quote-list-toggle{line-height:1.3}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;line-height:1.35;min-height:2.7em}.woocommerce ul.products li.product .price{font-size:20px}.woocommerce-result-count,.woocommerce-ordering select{font-size:13px}

/* Refuerzo de legibilidad en escritorio: evita microtexto sin romper layouts responsivos. */
@media(min-width:981px){
  .wordmark small{font-size:11px}
  .cart-count,.wishlist-count{font-size:11px}
  .mega-promo>span{font-size:12px}
  .syc-product-card .price del{font-size:13px}
  .syc-loop-meta,.syc-b2b-price span,.syc-b2b-price small,.mini-cart-info small,.syc-text-action,
  .business-stat-card span,.business-services p,.syc-card-dispatch,.syc-product-extra-meta span,
  .syc-secondary-action,.syc-breadcrumbs,.quick-view-meta span,.syc-specs-table th,.syc-specs-table td,
  .syc-quote-selected-item small,.topbar,.topbar a,.mega-subcat,.account-link small{font-size:12.5px}
  .quote-copy p,.quote-features span,.form-grid input,.form-grid textarea,.form-grid select{font-size:14px}
  .form-grid label span,.privacy-check,.syc-contact-info-cards strong,.syc-contact-info-cards span,
  .syc-contact-info-cards a{font-size:13px}
}
