:root{
  --blue-950:#061b3a;--blue-900:#082a5a;--blue-800:#0a408d;--blue-700:#075fce;--blue-600:#0a73e8;--blue-500:#2f8df3;
  --blue-100:#e7f1ff;--blue-50:#f4f8fd;--ink:#0f2340;--muted:#6e7f95;--line:#e2eaf4;--soft:#f7f9fc;--white:#fff;
  --wa:#1fca68;--wa-dark:#16aa55;--shadow-sm:0 8px 24px rgba(15,35,64,.06);--shadow-md:0 18px 44px rgba(10,46,93,.11);
  --shadow-lg:0 28px 70px rgba(0,24,62,.22);--radius:22px;--font-head:'Sora','Manrope',sans-serif;--font-body:'Manrope',sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-thumb{background:#c7d5e8;border-radius:999px;border:2px solid #fff}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:min(1440px,calc(100% - 64px));margin-inline:auto}.icon-btn{border:0;background:transparent;color:var(--ink);display:grid;place-items:center;padding:0}.icon-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.utility-bar{height:34px;background:var(--blue-950);color:#d7e6f8;font-size:12px}.utility-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-header{height:86px;background:linear-gradient(180deg,#ffffff,#f6f9fd);border-bottom:1px solid #eef2f7;position:sticky;top:0;z-index:70;backdrop-filter:blur(16px);transition:.25s}.site-header.scrolled{box-shadow:0 10px 28px rgba(10,36,74,.08)}.header-inner{height:100%;display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:28px}.brand-logo{height:52px;width:auto;object-fit:contain}.main-nav{display:flex;align-items:center;justify-content:center;gap:4px;font-size:13px;font-weight:800;color:#263d5c}
.nav-link{display:flex;align-items:center;gap:7px;padding:10px 16px;border-radius:999px;transition:.18s;background:none;border:0;font:inherit;color:inherit;cursor:pointer;white-space:nowrap}
.nav-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.nav-link:hover{background:var(--blue-50);color:var(--blue-700)}
.nav-link--active{background:linear-gradient(135deg,var(--brand-red,#e21b24),#c81420);color:#fff;box-shadow:0 6px 16px rgba(200,20,32,.28)}
.nav-link--active:hover{background:linear-gradient(135deg,var(--brand-red,#e21b24),#c81420);color:#fff}
.nav-chevron{width:13px!important;height:13px!important;margin-left:-2px;transition:transform .2s}
.nav-dropdown{position:relative}
.nav-dropdown.open .nav-chevron{transform:rotate(180deg)}
.nav-dropdown.open .nav-link--btn{background:var(--blue-50);color:var(--blue-700)}
.nav-dropdown-panel{position:absolute;top:calc(100% + 10px);left:0;width:300px;max-height:70vh;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:var(--shadow-lg);border:1px solid #eef2f7;padding:10px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s;z-index:80}
.nav-cat-group-label{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--blue-600);margin:12px 0 2px;padding:0 12px}
.nav-cat-group-label:first-child{margin-top:2px}
.nav-dropdown.open .nav-dropdown-panel{opacity:1;visibility:visible;transform:translateY(0)}
.nav-cat-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:11px;color:#263d5c;font-size:13px;font-weight:700;transition:.15s}
.nav-cat-item:hover{background:var(--blue-50);color:var(--blue-700)}
.nav-cat-item .nav-cat-icon{width:34px;height:34px;border-radius:9px;background:var(--blue-50);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.nav-cat-item .nav-cat-icon img{width:22px;height:22px;object-fit:contain}
.nav-cat-item .nav-cat-arrow{margin-left:auto;width:15px!important;height:15px!important;stroke:#a9b6c6;flex-shrink:0}
.header-search-btn{border:1.5px solid #dbe5f2;width:44px;height:44px}.header-actions{display:flex;align-items:center;gap:10px}.wa-header-btn{height:46px;padding:0 18px;border:1.5px solid #bfe9d2;border-radius:14px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800;background:#eefcf4;color:#0d7a41;transition:.18s}.wa-header-btn:hover{background:#dff7e9;border-color:var(--wa);transform:translateY(-1px)}.wa-header-btn svg,.btn-wa svg{width:20px;fill:var(--wa)}.cart-btn{height:46px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--blue-600),var(--blue-800));color:#fff;padding:0 16px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800;transition:.18s;box-shadow:0 8px 18px rgba(10,64,141,.22)}.cart-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(10,64,141,.3)}.cart-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.cart-count{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#fff;color:var(--blue-700);display:grid;place-items:center;font-size:11px}.menu-toggle{display:none}
.site-header{position:sticky}
.site-header::after{content:"";display:block;height:3px;width:100%;background:linear-gradient(90deg,var(--wa) 0%,var(--blue-600) 35%,#e2131f 70%,var(--blue-800) 100%);background-size:200% 100%;animation:header-shimmer 7s linear infinite}
@keyframes header-shimmer{0%{background-position:0% 0}100%{background-position:200% 0}}
.brand{display:flex;align-items:center;gap:12px}
.brand-tagline{display:flex;flex-direction:column;padding-left:12px;border-left:1.5px solid #e2eaf4;line-height:1.2}
.brand-tagline strong{font-family:var(--font-head);font-size:15px;color:var(--ink)}
.brand-tagline span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-weight:700}

.hero--photo{position:relative;overflow:hidden;aspect-ratio:1983/793;width:100%;background:url('../assets/hero-construction.jpg') center/cover}
.hero-search-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;width:min(340px,56%);text-align:center}
.hero-search-overlay .hero-search-shell{box-shadow:var(--shadow-lg),0 0 0 1px rgba(9,29,66,.06);width:100%;margin:0 auto;height:50px;grid-template-columns:22px 1fr auto auto;padding:5px}
.hero-search-overlay .hero-search-shell input{height:40px;font-size:13px;padding:0 8px}
.hero-search-overlay .hero-search-icon{width:16px;height:16px;margin-left:6px}
.hero-search-overlay .hero-search-btn{height:40px;min-width:0;padding:0 18px;font-size:12px}
.hero-search-overlay .hero-search-hints{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.6);margin-top:10px;font-weight:600;font-size:11px}
@media(max-width:940px){.hero-search-overlay{left:50%;top:50%;width:min(300px,56%)}}
@media(max-width:720px){.hero--photo{aspect-ratio:auto;min-height:430px;background-image:url('../assets/hero-construction-mobile.jpg');background-position:center top}.hero-search-overlay{position:absolute;left:50%;top:50%;width:72%}.hero-search-overlay .hero-search-hints{display:none}.hero-search-overlay .hero-search-shell{grid-template-columns:26px 1fr auto auto!important;height:auto!important;padding:5px!important;border-radius:999px!important}.hero-search-overlay .hero-search-shell input{height:38px!important;font-size:12px!important;padding:0 4px!important}.hero-search-overlay .hero-search-icon{width:17px!important;height:17px!important;margin-left:6px!important}.hero-search-overlay .hero-search-btn{height:38px!important;min-width:0!important;width:auto!important;padding:0 16px!important;font-size:11px!important;border-radius:999px!important;grid-column:auto!important;margin-top:0!important}}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,15,34,.3),transparent 52%),repeating-linear-gradient(135deg,rgba(255,255,255,.018) 0 1px,transparent 1px 14px);pointer-events:none}.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);opacity:.35}.hero-glow-a{width:520px;height:520px;background:radial-gradient(circle,rgba(80,169,255,.35),transparent 68%);right:-90px;top:-170px}.hero-glow-b{width:420px;height:420px;border:1px solid rgba(255,255,255,.1);left:-180px;bottom:-260px}.hero-inner{position:relative;z-index:2;text-align:center;padding:72px 0 64px}.hero-kicker{font-size:12px;letter-spacing:.32em;text-transform:uppercase;font-weight:800;color:#dcecff}.hero h1{font-family:var(--font-head);font-size:64px;line-height:1.02;letter-spacing:-2.6px;margin:18px auto 14px;max-width:980px}.hero h1 span{color:#47a7ff}.hero-lead{max-width:760px;margin:0 auto 30px;font-size:17px;line-height:1.65;color:#d6e6f8}.hero-search-shell{position:relative;width:min(980px,100%);height:76px;margin:0 auto;background:#fff;border-radius:24px;display:grid;grid-template-columns:36px 1fr auto auto;align-items:center;padding:8px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.5)}.hero-search-icon{width:23px;height:23px;stroke:#4477af;fill:none;stroke-width:2;margin-left:12px}.hero-search-shell input{height:60px;border:0;outline:0;background:transparent;padding:0 14px;font-size:16px;color:#15314f;min-width:0}.search-clear{display:none;width:38px;height:38px;border:0;border-radius:50%;background:#eef4fb;color:#56708e;font-size:24px;line-height:1}.hero-search-btn{height:60px;min-width:150px;border:0;border-radius:18px;background:linear-gradient(135deg,var(--blue-600),var(--blue-700));color:#fff;font-weight:800;box-shadow:0 10px 22px rgba(3,89,193,.3)}.hero-search-hints{margin-top:13px;color:#c9dff5;font-size:12px}.hero-stats{display:flex;justify-content:center;gap:8px;margin:26px auto 0;flex-wrap:wrap}.hero-stats>div{display:flex;align-items:baseline;gap:7px;padding:9px 14px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.07);border-radius:999px}.hero-stats strong{font-size:13px}.hero-stats span{font-size:11px;color:#d8e7f7}.hero-products{position:absolute;inset:0;pointer-events:none;opacity:.32;transition:transform .25s ease-out}.hero-product{position:absolute;filter:drop-shadow(0 22px 28px rgba(0,0,0,.3))}.hero-product img{width:100%;height:100%;object-fit:contain}.hero-product-main{width:300px;height:250px;right:-10px;bottom:-22px;animation:float-main 7s ease-in-out infinite}.hero-product-small{width:170px;height:140px}.hero-product-small.one{left:-20px;bottom:20px;animation:float-one 6s ease-in-out infinite .3s}.hero-product-small.two{right:180px;top:38px;animation:float-two 6.5s ease-in-out infinite .6s}.mobile-search-wrap{display:none}
.hero:not(.hero--photo){animation:hero-bg-drift 22s ease-in-out infinite}
@keyframes hero-bg-drift{0%,100%{background-position:center,center,center 30%}50%{background-position:center,center,center 38%}}
.hero-glow-a{animation:glow-drift-a 11s ease-in-out infinite}
.hero-glow-b{animation:glow-drift-b 13s ease-in-out infinite}
@keyframes glow-drift-a{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-36px,28px) scale(1.1)}}
@keyframes glow-drift-b{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(30px,-24px) scale(1.06)}}
@keyframes float-main{0%,100%{transform:translateY(0) rotate(-7deg)}50%{transform:translateY(-18px) rotate(-4deg)}}
@keyframes float-one{0%,100%{transform:translateY(0) rotate(8deg)}50%{transform:translateY(16px) rotate(11deg)}}
@keyframes float-two{0%,100%{transform:translateY(0) rotate(10deg)}50%{transform:translateY(-14px) rotate(7deg)}}

.trust-strip{border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{min-height:86px;display:flex;align-items:center;justify-content:center;gap:13px;padding:16px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-icon{width:42px;height:42px;border-radius:50%;background:var(--blue-50);display:grid;place-items:center;font-size:19px}.wa-dot{color:var(--wa);font-size:31px;line-height:1}.trust-item strong{display:block;font-size:13px}.trust-item small{display:block;margin-top:3px;color:var(--muted);font-size:11px}

.category-section{padding:58px 0 34px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.eyebrow{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--blue-600);font-weight:800;margin-bottom:8px}.eyebrow.light{color:#9ed0ff}.section-heading h2,.quote-card h2{font-family:var(--font-head);font-size:32px;line-height:1.15;letter-spacing:-1px;margin:0}.section-heading p{color:var(--muted);font-size:13px;margin:8px 0 0}.text-link{font-size:12px;color:var(--blue-700);font-weight:800;white-space:nowrap}.text-link span{margin-left:4px}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.category-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:12px;text-align:left;color:var(--ink);transition:.22s;min-width:0}.category-card:hover{transform:translateY(-4px);border-color:#bed7f5;box-shadow:var(--shadow-sm)}.category-media{height:112px;border-radius:15px;background:linear-gradient(180deg,#f8fbff,#f1f5fa);display:flex;align-items:center;justify-content:center;margin-bottom:13px;overflow:hidden}.category-media img{width:88%;height:88%;object-fit:contain;filter:drop-shadow(0 10px 12px rgba(13,47,88,.12));transition:.22s}.category-card:hover img{transform:scale(1.05)}.category-name{display:block;font-size:12px;font-weight:800;line-height:1.25;min-height:30px}.category-card small{display:block;color:var(--muted);font-size:10px;margin-top:4px}.category-card--department{position:relative;overflow:hidden;padding:14px 14px 16px;background:linear-gradient(155deg,#fff 55%,#f1f6fc);box-shadow:0 6px 18px rgba(15,35,64,.04)}.category-card--department .category-media{height:148px;background:rgba(255,255,255,.76)}.category-card--department .category-media img{width:82%;height:82%}.category-card--department .category-name{font-size:14px;min-height:36px;padding-right:4px}.category-card--department small{font-size:11px}.category-arrow{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:11px;border-top:1px solid rgba(150,170,194,.28);font-size:11px;font-weight:800;color:#47709f}.category-arrow b{font-size:18px;color:var(--blue-600);line-height:10px}.category-tone-2{background:linear-gradient(155deg,#fff 55%,#fff1f3)}.category-tone-3{background:linear-gradient(155deg,#fff 55%,#edfbfa)}.category-tone-4{background:linear-gradient(155deg,#fff 55%,#fff7ea)}.category-tone-5{background:linear-gradient(155deg,#fff 55%,#f2edff)}.category-tone-6{background:linear-gradient(155deg,#fff 55%,#eff7ff)}.category-tone-7{background:linear-gradient(155deg,#fff 55%,#f5f2eb)}.category-tone-8{background:linear-gradient(155deg,#fff 55%,#eef7f1)}

.promo-section{padding:24px 0 54px}.promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.promo-card{position:relative;min-height:200px;border-radius:24px;overflow:hidden;padding:26px;color:#fff;display:flex;align-items:center;border:0;text-align:left;cursor:pointer;font:inherit;transition:.22s}.promo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.promo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(4,14,30,.92) 0%,rgba(4,14,30,.65) 55%,rgba(4,14,30,.08) 100%)}
.promo-c1{background:linear-gradient(135deg,#0a2f7a,#0758bd)}
.promo-c2{background:linear-gradient(135deg,#8a1620,#c81420)}
.promo-c3{background:linear-gradient(135deg,#0a5c66,#0a8a94)}
.promo-c4{background:linear-gradient(135deg,#7a3c0a,#c96a12)}
.promo-c5{background:linear-gradient(135deg,#3c1e6e,#6b2fb3)}
.promo-copy{position:relative;z-index:2;width:60%}.promo-copy small{font-weight:800;letter-spacing:.13em;font-size:9px;color:rgba(255,255,255,.75)}.promo-copy h3{font-family:var(--font-head);font-size:20px;line-height:1.2;margin:8px 0 6px}.promo-copy .promo-count{display:block;font-size:11px;color:rgba(255,255,255,.65);margin-bottom:14px}.promo-copy span.promo-link{display:inline-block;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:9px 14px;font-size:11px;font-weight:800}.promo-card>img{position:absolute;z-index:1;right:-6px;bottom:-6px;width:46%;height:82%;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(0,0,0,.25))}

.catalog-section{background:var(--soft);padding:64px 0 76px;border-top:1px solid #edf2f7}.catalog-heading{margin-bottom:28px}.filter-open-desktop{border:1px solid #d8e3ef;background:#fff;border-radius:13px;padding:11px 15px;color:#35516f;font-weight:800;font-size:11px;display:none}.main-layout{display:grid;grid-template-columns:250px 1fr;gap:24px;align-items:start}.sidebar{background:var(--blue-50);border:1px solid var(--line);border-radius:22px;padding:20px;position:sticky;top:106px;max-height:calc(100vh - 130px);overflow-y:auto}.sidebar-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:16px;border-bottom:1px solid #edf1f6}.sidebar-header h3{font-family:var(--font-head);margin:0;font-size:19px}.close-sidebar{display:none;font-size:28px}.filter-group{padding:14px 0;border-bottom:1px solid #edf1f6}
.filter-group summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:4px 0}
.filter-group summary::-webkit-details-marker{display:none}
.filter-group summary::after{content:'';width:8px;height:8px;border-right:2px solid #8ba0b8;border-bottom:2px solid #8ba0b8;transform:rotate(45deg);transition:transform .18s;margin-right:2px}
.filter-group[open] summary::after{transform:rotate(-135deg)}
.filter-group summary h4{margin:0}
.filter-group h4{font-size:12px;margin:0 0 10px}
.filter-group .filter-list{margin-top:10px}.filter-list{display:flex;flex-direction:column;gap:6px}
.filter-group-label{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--blue-600);margin:14px 0 2px;padding:0 10px}
.filter-group-label:first-child{margin-top:0}.filter-chip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:10px;color:#51657d;font-size:11px;cursor:pointer;transition:.16s}.filter-chip:hover{background:var(--blue-50);color:var(--blue-700)}.filter-chip.active{background:var(--blue-100);color:var(--blue-700);font-weight:800}.filter-chip .count{font-size:9px;background:#eef3f8;min-width:22px;height:20px;border-radius:999px;display:grid;place-items:center}.listing{min-width:0}.listing-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;margin-bottom:14px}.listing-toolbar>p{font-size:12px;color:#5f7289;margin:0;font-weight:700}.active-chips{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.active-chip{display:inline-flex;align-items:center;gap:5px;background:#e9f3ff;color:#085dbd;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:800}.active-chip button{border:0;background:transparent;color:inherit;font-size:15px;line-height:1;padding:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.grid-group-header{grid-column:1/-1;display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:22px 4px 10px;border-bottom:2px solid var(--blue-100)}
.grid-group-header:first-child{padding-top:0}
.grid-group-header h3{font-family:var(--font-head);font-size:17px;margin:0;color:var(--blue-700)}
.grid-group-header span{font-size:11px;color:var(--muted);font-weight:700}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;cursor:pointer;transition:.22s;min-width:0}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:#c8dcf5}.product-card-media{height:230px;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fbfdff,#f4f7fb);padding:22px}.product-card-media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 11px 12px rgba(14,48,87,.12));transition:.25s}.product-card:hover .product-card-media img{transform:scale(1.04)}.product-card-badge,.product-card-brand{position:absolute;top:14px;border-radius:999px;padding:6px 8px;font-size:9px;font-weight:800;z-index:2}.product-card-badge{left:14px;background:#e8f3ff;color:#0865c8;max-width:55%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-brand{right:14px;background:#fff;border:1px solid #e4eaf2;color:#203c5e}.product-card-body{padding:16px}.product-card-cat{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#7b8ba0;font-weight:800}.product-card-title{font-family:var(--font-head);font-size:14px;line-height:1.3;margin:7px 0 7px;min-height:36px}.product-card-desc{font-size:11px;line-height:1.5;color:var(--muted);margin:0 0 14px;min-height:49px}.product-card-footer{border-top:1px solid #edf1f6;padding-top:13px;display:flex;align-items:center;justify-content:space-between}.product-card-quote{font-size:11px;color:#0a5dbb;font-weight:800}.add-cart-btn{width:40px;height:40px;border:0;border-radius:12px;background:var(--blue-700);color:#fff;display:grid;place-items:center}.add-cart-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.empty-state{padding:70px 20px;text-align:center;background:#fff;border:1px dashed #ccdae9;border-radius:20px}.empty-state h3{margin:0 0 8px}.empty-state p{color:var(--muted)}

.btn{border:0;border-radius:13px;min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:12px}.btn-primary{background:var(--blue-700);color:#fff}.btn-outline{background:#fff;border:1px solid #cfdae7;color:#36506c}.btn-block{width:100%}.btn-wa{background:linear-gradient(135deg,var(--wa),var(--wa-dark))!important;color:#fff!important;border:0!important}.btn-wa:hover{filter:brightness(1.05)}.sidebar>.btn{margin-top:17px}.quote-cta{padding:62px 0;background:#fff}.quote-card{background:linear-gradient(120deg,#061d3f,#074b9a);color:#fff;border-radius:28px;padding:38px 42px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;overflow:hidden;position:relative}.quote-card:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-90px;top:-160px}.quote-card p{margin:10px 0 0;color:#d6e6f7;max-width:820px;font-size:13px;line-height:1.6}.quote-wa{position:relative;z-index:2;background:var(--wa);color:#fff;border-radius:15px;padding:16px 22px;font-size:12px;font-weight:800;white-space:nowrap}

.site-footer{background:#071e40;color:#d8e4f2}.footer-main{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:60px;padding:46px 0}.footer-brand img{height:46px;filter:brightness(0) invert(1)}.footer-brand p,.footer-contact p{font-size:11px;line-height:1.6;color:#aebfd3}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:8px;font-size:11px}.footer-links strong,.footer-contact strong{color:#fff;margin-bottom:4px}.footer-links a{color:#bccbdb}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:15px 0;font-size:10px;color:#95a9bf}

.overlay{position:fixed;inset:0;background:rgba(4,18,38,.55);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:.25s;z-index:90}.overlay.visible{opacity:1;visibility:visible}.drawer{position:fixed;top:0;right:0;height:100%;background:#fff;z-index:100;transform:translateX(105%);transition:.3s cubic-bezier(.2,.8,.2,1);box-shadow:-30px 0 70px rgba(6,30,64,.18);display:flex;flex-direction:column}.drawer.open{transform:translateX(0)}.product-drawer{width:min(720px,94vw)}.cart-drawer{width:min(470px,94vw)}.drawer-header{min-height:72px;padding:16px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:800}.drawer-header h3{margin:0;font-family:var(--font-head)}.drawer-header .icon-btn{font-size:28px}.drawer-body{padding:22px;overflow:auto;flex:1}.pd-gallery{display:grid;grid-template-columns:1fr;gap:12px}.pd-gallery.has-thumbs{grid-template-columns:72px 1fr}.pd-thumbs{display:flex;flex-direction:column;gap:8px}.pd-thumb{border:1px solid var(--line);background:#fff;border-radius:11px;padding:5px}.pd-thumb.active{border-color:var(--blue-600)}.pd-gallery-main{height:390px;border-radius:20px;background:#f5f8fb;display:flex;align-items:center;justify-content:center;padding:24px;cursor:zoom-in;overflow:hidden}.pd-gallery-main img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .25s}.pd-gallery-main.zoomed{cursor:zoom-out}.pd-gallery-main.zoomed img{transform:scale(1.9)}.pd-badge,.pd-brand-cat{font-size:10px;font-weight:800;color:var(--blue-700);margin-top:18px}.pd-title{font-family:var(--font-head);font-size:26px;line-height:1.2;margin:8px 0}.pd-desc{font-size:12px;line-height:1.65;color:var(--muted)}.pd-section-title{font-size:12px;margin:22px 0 10px}.pd-specs{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden}.pd-spec{padding:11px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:8px;font-size:10px}.pd-spec:nth-last-child(-n+2){border-bottom:0}.pd-spec-label{color:var(--muted)}.pd-spec-value{font-weight:800;text-align:right}.pd-variant-select{width:100%;height:44px;border:1px solid #ccd9e8;border-radius:12px;padding:0 11px;background:#fff;color:var(--ink)}.pd-qty-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0}.qty-control{display:flex;align-items:center;border:1px solid #d7e2ef;border-radius:12px;overflow:hidden}.qty-control button{width:38px;height:38px;border:0;background:#f6f9fc;color:var(--ink)}.qty-control span{min-width:42px;text-align:center;font-weight:800;font-size:12px}.pd-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item-img{width:70px;height:70px;object-fit:contain;background:#f5f8fb;border-radius:12px}.cart-item-name{font-size:12px;font-weight:800}.cart-item-variant{font-size:10px;color:var(--muted);margin-top:4px}.cart-item-controls{display:flex;align-items:center;gap:5px;margin-top:10px}.cart-item-controls button{border:1px solid #dbe4ee;background:#fff;border-radius:8px;min-width:28px;height:28px}.remove-item{color:#b73333!important}.cart-empty{text-align:center;padding:60px 10px;color:var(--muted)}.cart-footer{padding:18px 22px;border-top:1px solid var(--line);background:#fff}.cart-summary-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:10px}.cart-note{font-size:10px;line-height:1.5;color:var(--muted);margin:0 0 12px}.cart-footer .btn+.btn{margin-top:8px}

.modal{position:fixed;inset:0;z-index:110;display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:.2s}.modal.open{opacity:1;visibility:visible}.modal-card{width:min(720px,96vw);max-height:92%;overflow:auto;background:#fff;border-radius:24px;box-shadow:var(--shadow-lg)}.modal-header{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start}.modal-header h3{font-family:var(--font-head);margin:0}.modal-header .icon-btn{font-size:28px}.modal-body{padding:22px}.form-row{margin-bottom:14px}.form-row label{display:block;font-size:10px;font-weight:800;margin-bottom:6px}.form-row input,.form-row textarea{width:100%;border:1px solid #d4dfeb;border-radius:12px;padding:11px 12px;outline:0;background:#fff;color:var(--ink)}.form-row input:focus,.form-row textarea:focus{border-color:#7db3ef;box-shadow:0 0 0 3px #e9f3ff}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.order-summary{border:1px solid var(--line);background:#f8fafc;border-radius:15px;padding:14px;margin:16px 0}.order-summary h4{margin:0 0 9px;font-size:12px}.order-line{display:flex;justify-content:space-between;gap:12px;font-size:10px;padding:7px 0;border-bottom:1px solid #e8edf3}.order-line:last-child{border-bottom:0}.btn-wa svg{fill:#fff}.wa-float{position:fixed;right:22px;bottom:22px;z-index:80;display:flex;align-items:center;gap:10px}.wa-float svg{width:58px;height:58px;padding:13px;border-radius:50%;background:var(--wa);fill:#fff;box-shadow:0 12px 28px rgba(31,202,104,.3)}.wa-float-label{background:#fff;border:1px solid #dde7f1;border-radius:999px;padding:9px 12px;font-size:10px;font-weight:800;box-shadow:var(--shadow-sm)}.toast{position:fixed;left:50%;bottom:28px;z-index:150;transform:translate(-50%,20px);opacity:0;background:#08254e;color:#fff;padding:12px 16px;border-radius:12px;font-size:11px;font-weight:800;transition:.2s;pointer-events:none}.toast.visible{opacity:1;transform:translate(-50%,0)}.reveal{opacity:0;transform:translateY(12px);transition:.35s}.reveal.in-view{opacity:1;transform:none}

@media(max-width:1200px){.container{width:min(100% - 40px,1440px)}.header-inner{grid-template-columns:220px 1fr auto}.main-nav{gap:20px}.hero h1{font-size:56px}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.promo-copy{width:70%}.promo-copy h3{font-size:20px}.main-layout{grid-template-columns:220px 1fr}}
@media(max-width:940px){.utility-bar{display:none}.site-header{height:72px}.header-inner{grid-template-columns:auto 1fr auto}.menu-toggle{display:grid;width:42px;height:42px;border:1px solid #e0e8f1;border-radius:12px}.brand-logo{height:44px}.brand-tagline{display:none}.main-nav{display:none}.wa-header-btn span,.cart-btn>span{display:none}.wa-header-btn,.cart-btn{width:44px;padding:0;justify-content:center}.header-actions{gap:7px}.hero-search-shell{height:70px}.hero-search-btn{height:54px;min-width:118px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.promo-grid{grid-template-columns:1fr}.promo-card{min-height:220px}.promo-card>img{width:36%}.main-layout{grid-template-columns:1fr}.filter-open-desktop{display:block}.sidebar{position:fixed;z-index:120;left:0;top:0;bottom:0;width:min(340px,90vw);border-radius:0;transform:translateX(-105%);transition:.28s;overflow:auto}.sidebar.open{transform:translateX(0)}.close-sidebar{display:block}.product-grid{grid-template-columns:repeat(3,1fr)}.quote-card{grid-template-columns:1fr}.quote-wa{justify-self:start}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:720px){.container{width:min(100% - 28px,1440px)}.brand-logo{height:38px}.hero-inner{padding:46px 0 38px}.hero-kicker{font-size:9px}.hero h1{font-size:38px;letter-spacing:-1.6px}.hero-lead{font-size:14px}.hero-search-shell{height:auto;grid-template-columns:32px 1fr auto;padding:7px}.hero-search-shell input{height:52px;font-size:15px;padding:0 8px}.hero-search-btn{grid-column:1/-1;width:100%;height:48px;margin-top:6px}.hero-search-icon{margin-left:5px}.hero-search-hints{font-size:10px;line-height:1.4}.hero-stats>div{padding:8px 10px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{min-height:78px;padding:11px;justify-content:flex-start}.trust-icon{width:36px;height:36px}.category-section{padding-top:42px}.section-heading{align-items:flex-start}.section-heading h2,.quote-card h2{font-size:26px}.section-heading .text-link{display:none}.category-grid{display:flex;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.category-card{min-width:155px;scroll-snap-align:start}.category-media{height:95px}.promo-section{padding-bottom:42px}.promo-card{min-height:195px;padding:24px}.promo-copy{width:68%}.promo-copy h3{font-size:18px}.catalog-section{padding:48px 0 58px}.catalog-heading{align-items:flex-end}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card-media{height:175px;padding:14px}.product-card-body{padding:13px}.product-card-title{font-size:12px;min-height:32px}.product-card-desc{display:none}.product-card-footer{padding-top:10px}.product-card-badge{display:none}.listing-toolbar{align-items:flex-start;flex-direction:column}.active-chips{justify-content:flex-start}.quote-card{padding:30px 24px}.footer-main{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto}.pd-gallery{grid-template-columns:1fr}.pd-thumbs{flex-direction:row;order:2}.pd-thumb{width:58px}.pd-gallery-main{height:300px}.pd-actions{grid-template-columns:1fr}.two-col{grid-template-columns:1fr}.wa-float-label{display:none}.wa-float svg{width:54px;height:54px}.modal{padding:10px}.modal-card{border-radius:20px}}
@media(max-width:420px){.container{width:min(100% - 20px,1440px)}.header-actions .wa-header-btn{display:none}.hero h1{font-size:34px}.hero-lead{font-size:13px}.hero-stats>div:nth-child(3){display:none}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0!important;border-bottom:1px solid var(--line)}.category-card{min-width:145px}.product-grid{grid-template-columns:1fr 1fr}.product-card-media{height:150px}.product-card-brand{top:9px;right:9px;font-size:8px}.add-cart-btn{width:36px;height:36px}.promo-card>img{width:42%}}

/* Sidebar navigation: each department collapses independently and keeps strong contrast. */
.category-subgroup{border:1px solid #dbe7f4;border-radius:13px;background:#fff;overflow:hidden;box-shadow:0 3px 10px rgba(22,61,104,.035)}
.category-subgroup + .category-subgroup{margin-top:8px}
.filter-group .category-subgroup summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;background:linear-gradient(100deg,#edf5ff,#f7fbff);color:#173e69;font-size:11px;font-weight:800;cursor:pointer;letter-spacing:.01em}
.filter-group .category-subgroup summary::-webkit-details-marker{display:none}
.filter-group .category-subgroup summary::after{content:'';width:7px;height:7px;flex:0 0 7px;border-right:2px solid #3e6a99;border-bottom:2px solid #3e6a99;transform:rotate(45deg);transition:transform .18s}
.filter-group .category-subgroup[open] summary::after{transform:rotate(-135deg)}
.category-subgroup-count{min-width:24px;height:20px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:#d8eaff;color:#0b5ebc;font-size:10px;font-weight:800;margin-left:auto;margin-right:3px}
.category-subgroup-list{padding:6px;background:#fff}
.category-subgroup .filter-chip{color:#355675;background:#fff;border:1px solid transparent;padding:9px 8px;font-size:11px;line-height:1.3}
.category-subgroup .filter-chip + .filter-chip{margin-top:2px}
.category-subgroup .filter-chip:hover{background:#f0f6ff;border-color:#d4e5fa;color:#075fce}
.category-subgroup .filter-chip.active{background:#dcecff;border-color:#b9d7fb;color:#064f9f;box-shadow:inset 3px 0 0 #0a73e8}
.category-subgroup .filter-chip .count{background:#eef4fb;color:#486581;border:1px solid #e0eaf5}
.category-subgroup .filter-chip.active .count{background:#fff;color:#075fce;border-color:#c4ddfb}
.filter-group > summary{color:#173654}
.filter-group > summary h4{font-size:13px;letter-spacing:.01em}

/* 2026 category navigator: one clear decision surface, with enough contrast for white products. */
#categorias{padding:76px 0 66px;background:#f4f7fb;border-top:1px solid #e5edf5;border-bottom:1px solid #e5edf5}
#categorias .section-heading{max-width:760px;margin-bottom:30px}
#categorias .section-heading h2{font-size:40px;letter-spacing:-1.5px}
#categorias .section-heading p{font-size:15px;line-height:1.6}
#categorias .category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
#categorias .category-card{min-height:250px;border:1px solid #dbe5ef;border-radius:24px;padding:12px;background:#fff;box-shadow:0 8px 22px rgba(15,35,64,.045);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s}
#categorias .category-card:hover{transform:translateY(-5px);border-color:#91bce9;box-shadow:0 18px 34px rgba(15,55,100,.12)}
#categorias .category-card--department .category-media{height:150px;flex:0 0 150px;border-radius:18px;background:radial-gradient(circle at 50% 45%,#f5f8fb 0%,#e2eaf2 100%);margin-bottom:14px}
#categorias .category-card--department .category-media img{width:86%;height:86%;filter:drop-shadow(0 12px 12px rgba(25,56,88,.2))}
#categorias .category-card--department .category-name{font-size:15px;min-height:38px;line-height:1.25}
#categorias .category-card--department small{font-size:11px;color:#6b7f96}
#categorias .category-arrow{margin-top:auto;padding-top:10px;font-size:11px;color:#1768c4}
#categorias .category-tone-2,#categorias .category-tone-3,#categorias .category-tone-4,#categorias .category-tone-5,#categorias .category-tone-6,#categorias .category-tone-7,#categorias .category-tone-8{background:#fff}
.promo-section[aria-hidden="true"]{display:none}
.product-card-media,.pd-gallery-main{background:#fff;box-shadow:inset 0 0 0 1px #edf2f7}
.product-card-media img,.pd-gallery-main img{filter:drop-shadow(0 14px 15px rgba(20,48,80,.2))}
.pd-gallery-main{border:1px solid #dbe5ee}
@media(max-width:940px){#categorias{padding:58px 0 48px}#categorias .section-heading h2{font-size:32px}#categorias .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}#categorias .category-card{min-width:0}}
@media(max-width:520px){#categorias .section-heading h2{font-size:28px}#categorias .category-card{min-height:228px;padding:10px;border-radius:20px}#categorias .category-card--department .category-media{height:122px;flex-basis:122px}#categorias .category-card--department .category-name{font-size:13px;min-height:34px}}

/* Category cards: clean white commerce surface, without the gray image panel. */
#categorias{background:#fff;border-top:1px solid #edf2f7;border-bottom:1px solid #edf2f7}
#categorias .category-card--department{background:#fff;border-color:#e2eaf3;box-shadow:0 10px 28px rgba(19,47,79,.07)}
#categorias .category-card--department .category-media{background:#fff;border:1px solid #edf2f7;box-shadow:inset 0 0 0 6px #fff}
#categorias .category-card--department .category-media img{width:88%;height:88%;filter:drop-shadow(0 14px 16px rgba(18,52,87,.18))}
#categorias .category-card--department:hover{border-color:#76aee8;box-shadow:0 18px 36px rgba(17,76,137,.14)}

/* Menu interaction: white by default, yellow only on hover with a light lift. */
.site-header{background:linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%)}
.nav-link:not(.nav-link--active){transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}
.nav-link:not(.nav-link--active):hover{background:linear-gradient(135deg,#fff4b5 0%,#ffd84a 100%);color:#173654;transform:translateY(-2px);box-shadow:0 8px 16px rgba(204,153,0,.2)}
#categorias{position:relative;isolation:isolate;background:radial-gradient(circle at 8% 0%,rgba(22,104,199,.08),transparent 31%),radial-gradient(circle at 94% 16%,rgba(226,107,45,.07),transparent 28%),#fff}
#categorias .section-heading{position:relative}
#categorias .section-heading:after{content:"";display:block;width:74px;height:5px;border-radius:99px;background:linear-gradient(90deg,#1668c7,#18a18c);margin-top:18px}
#categorias .category-card--department{position:relative;gap:0;border-top:3px solid var(--category-accent,#1668c7);overflow:hidden}
#categorias .category-card--department:before{content:"";position:absolute;width:150px;height:150px;right:-76px;top:-76px;border-radius:50%;background:color-mix(in srgb,var(--category-accent,#1668c7) 12%,transparent);transition:transform .3s ease}
#categorias .category-card--department:hover:before{transform:scale(1.35)}
#categorias .category-card-topline{display:flex;align-items:center;justify-content:space-between;margin:0 2px 10px;color:var(--category-accent,#1668c7)}
#categorias .category-index{font:800 11px/1 var(--font-head);letter-spacing:.08em}
#categorias .category-kicker{font-size:8px;letter-spacing:.16em;font-weight:800;opacity:.72}
#categorias .category-card--department .category-media{margin-bottom:14px}
#categorias .category-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}
#categorias .category-card-bottom small{margin:0}
#categorias .category-arrow{margin:0;padding:0;border:0;color:var(--category-accent,#1668c7);font-size:10px}
#categorias .category-arrow b{color:var(--category-accent,#1668c7);font-size:19px}

/* Product catalog: continuous Shopify-style flow with equal-height cards. */
.product-grid{align-items:stretch}
.product-card{display:flex;flex-direction:column}
.product-card-body{display:flex;flex:1;flex-direction:column}
.product-card-footer{margin-top:auto}
.product-card-media img[src*="panel-"]{outline:1px solid #dce8f2;outline-offset:-7px;border-radius:14px;filter:drop-shadow(0 14px 16px rgba(20,48,80,.22)) contrast(1.03)}

/* Benefit cards: soft brand-tinted surfaces so the strip reads as four clear choices. */
.trust-grid{gap:12px;padding:14px 0;background:#fff}
.trust-item{position:relative;overflow:hidden;min-height:82px;border:1px solid #e1eaf3;border-radius:18px!important;justify-content:flex-start;text-align:left;transition:transform .2s,box-shadow .2s,border-color .2s}
.trust-item:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--trust-accent,#1668c7)}
.trust-item:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(22,58,95,.1);border-color:color-mix(in srgb,var(--trust-accent,#1668c7) 35%,#e1eaf3)}
.trust-item:nth-child(1){--trust-accent:#1668c7;background:linear-gradient(135deg,#edf6ff 0%,#fff 82%)}
.trust-item:nth-child(2){--trust-accent:#7a4bd8;background:linear-gradient(135deg,#f4efff 0%,#fff 82%)}
.trust-item:nth-child(3){--trust-accent:#e26b2d;background:linear-gradient(135deg,#fff4e9 0%,#fff 82%)}
.trust-item:nth-child(4){--trust-accent:#0f9f91;background:linear-gradient(135deg,#eafaf6 0%,#fff 82%)}
.trust-item:nth-child(1) .trust-icon{background:#dcecff}.trust-item:nth-child(2) .trust-icon{background:#e9ddff}.trust-item:nth-child(3) .trust-icon{background:#ffe6cf}.trust-item:nth-child(4) .trust-icon{background:#d5f4ec}

/* Unified product media: a soft cool-white studio wash keeps every item legible. */
.product-card-media{position:relative;overflow:hidden;border:1px solid #dfeaf3;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.98) 0%,rgba(241,248,255,.96) 48%,rgba(222,236,248,.94) 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.76),inset 0 -18px 30px rgba(130,164,194,.12)}
.product-card-media:after{content:"";position:absolute;inset:auto 12% 9%;height:18px;border-radius:50%;background:radial-gradient(ellipse,rgba(27,64,96,.17),rgba(27,64,96,0) 72%);filter:blur(7px);pointer-events:none}
.product-card-media img{position:relative;z-index:1;mix-blend-mode:multiply;filter:drop-shadow(0 14px 15px rgba(20,48,80,.2)) contrast(1.04) saturate(1.03)}
.product-card-media img[src*="panel-"]{mix-blend-mode:normal}
.pd-gallery-main{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.98) 0%,rgba(241,248,255,.96) 48%,rgba(222,236,248,.94) 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.76),inset 0 -18px 30px rgba(130,164,194,.12)}
.pd-gallery-main:after{content:"";position:absolute;inset:auto 14% 8%;height:22px;border-radius:50%;background:radial-gradient(ellipse,rgba(27,64,96,.16),rgba(27,64,96,0) 72%);filter:blur(8px);pointer-events:none}
.pd-gallery-main img{position:relative;z-index:1;mix-blend-mode:multiply;filter:drop-shadow(0 14px 15px rgba(20,48,80,.2)) contrast(1.04) saturate(1.03)}
.pd-gallery-main img[src*="panel-"]{mix-blend-mode:normal}

/* Catalog codes: keep the internal FerreMayor code and supplier code visible. */
.product-card-codes{display:flex;flex-direction:column;gap:4px;margin:2px 0 14px;padding:9px 10px;border:1px solid #e3edf5;border-radius:11px;background:#f7fbff;color:#6d8196;font-size:9px;line-height:1.35}
.product-card-codes b{color:#54708d;font-weight:800}
.product-card-codes code{color:#123b67;font:800 9px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.02em}
.pd-code-table{border:1px solid #dbe7f1;border-radius:14px;overflow:hidden;background:#f9fcff;font-size:10px}
.pd-code-head,.pd-code-row{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(92px,1fr) minmax(82px,1fr);align-items:center;gap:10px;padding:10px 12px}
.pd-code-head{background:#edf6ff;color:#55718d;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.pd-code-row{border-top:1px solid #e5eef5;color:#445f79}
.pd-code-row code{color:#123b67;font:800 10px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:nowrap}
.pd-code-option{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cart-item-codes{display:block;margin-top:3px;color:#6e8196;font-size:9px;line-height:1.35}
@media(max-width:520px){.pd-code-head,.pd-code-row{grid-template-columns:minmax(0,1.25fr) minmax(84px,1fr) minmax(72px,1fr);gap:7px;padding:9px}.pd-code-head{font-size:8px}.pd-code-row code{font-size:9px}.product-card-codes{font-size:8px}.product-card-codes code{font-size:8px}}

/* Mobile category grid: keep department cards readable without a horizontal strip. */
@media(max-width:720px){
  #categorias .category-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    overflow:visible;
    padding-bottom:0;
    scroll-snap-type:none;
  }
  #categorias .category-card{
    width:100%;
    min-width:0;
    min-height:218px;
    padding:10px;
    border-radius:18px;
    scroll-snap-align:none;
  }
  #categorias .category-card--department .category-media{
    height:112px;
    flex-basis:112px;
    margin-bottom:10px;
    border-radius:14px;
  }
  #categorias .category-card--department .category-media img{width:84%;height:84%}
  #categorias .category-card--department .category-name{font-size:13px;line-height:1.25;min-height:34px}
  #categorias .category-card--department small{font-size:10px}
  #categorias .category-arrow{font-size:10px;margin-top:9px;padding-top:8px}
  #categorias .category-arrow b{font-size:16px}
}
@media(max-width:390px){
  #categorias .category-grid{gap:8px}
  #categorias .category-card{min-height:204px;padding:8px;border-radius:16px}
  #categorias .category-card--department .category-media{height:98px;flex-basis:98px}
  #categorias .category-card--department .category-name{font-size:12px;min-height:32px}
  #categorias .category-card--department small{font-size:9px}
}
