/*
Theme Name: Plastigal Catalogo
Author: Plastigal
Version: 1.1.2
*/
:root{--ink:#19182b;--blue:#3977c5;--paper:#f7f6f2;--line:#e6e4df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,sans-serif}.wrap{width:min(1380px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:20;background:#fffffff2;border-bottom:1px solid var(--line)}.site-header .wrap{height:76px;display:flex;align-items:center;gap:28px}.brand{font-size:26px;font-weight:900;font-style:italic}.brand b{display:inline-grid;place-items:center;width:42px;height:42px;margin-right:8px;border-radius:50%;background:var(--ink);color:#fff}.site-header nav{margin-left:auto;display:flex;gap:22px}.site-header a{text-decoration:none;color:inherit;font-weight:700}.hero{background:var(--paper);padding:90px 0}.hero .wrap{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:50px}.hero h1{font-size:clamp(52px,7vw,96px);line-height:.95;letter-spacing:-.06em;margin:15px 0}.hero h1 em{color:var(--blue)}.hero p{font-size:19px;color:#666;line-height:1.6}.hero img{width:100%;max-height:520px;object-fit:contain;filter:drop-shadow(0 25px 30px #0002)}.eyebrow{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.catalog{padding:80px 0}.catalog h2{font-size:48px;margin:10px 0}.filters{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.filters a{padding:10px 15px;border:1px solid var(--line);border-radius:99px;text-decoration:none;color:inherit}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.product-card img{width:100%;height:220px;object-fit:contain;background:#fafafa}.product-card .body{padding:18px}.product-card h3{margin:7px 0}.sku{color:var(--blue);font-size:12px;font-weight:900}.product-card .price{display:none}.button,.add-request-quote-button{display:inline-block;background:var(--ink)!important;color:#fff!important;border-radius:99px!important;padding:12px 18px!important;text-decoration:none!important}.site-footer{margin-top:70px;background:var(--ink);color:#fff;padding:55px 0}.site-footer .wrap{display:flex;justify-content:space-between;gap:30px}@media(max-width:900px){.products{grid-template-columns:repeat(2,1fr)}.hero .wrap{grid-template-columns:1fr}.site-header nav{display:none}}@media(max-width:480px){.products{grid-template-columns:1fr}.hero{padding:55px 0}.product-card img{height:260px}}
