.products-page{min-height:75vh;background:#f7f8fb}.products-hero{padding:86px 0 48px;background:linear-gradient(135deg,#fff 0%,#f2f5ff 100%);border-bottom:1px solid #e4e7ec}.products-hero h1{max-width:820px;margin:12px 0 16px;font-size:clamp(2.5rem,6vw,5rem);line-height:1}.products-hero>div>p{max-width:760px;font-size:1.12rem;line-height:1.75;color:#596273}.category-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.category-nav a{padding:10px 15px;border:1px solid #d8deea;border-radius:999px;background:#fff;color:#263248;font-weight:750;text-decoration:none}.category-nav a:hover{border-color:var(--site-primary);color:var(--site-primary)}.products-content{padding-top:56px;padding-bottom:78px}.product-group{scroll-margin-top:100px;margin-bottom:54px}.product-group-head{display:flex;align-items:center;gap:12px;margin-bottom:20px}.product-group-head span{display:grid;place-items:center;min-width:36px;height:36px;padding:0 9px;border-radius:12px;background:var(--site-primary);color:#fff;font-weight:850}.product-group-head h2{margin:0;font-size:1.8rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{display:flex;flex-direction:column;min-height:390px;overflow:hidden;border:1px solid #e0e5ee;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(16,24,40,.06)}.product-card-image{display:block;width:100%;aspect-ratio:4/3;overflow:hidden;background:#edf1f7}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.product-card:hover .product-card-image img{transform:scale(1.03)}.product-card-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#eef2ff,#dce5ff);text-decoration:none}.product-card-placeholder span{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:var(--site-primary);color:#fff;font-weight:900;font-size:1.35rem}.product-card-body{display:flex;flex:1;flex-direction:column;padding:24px}.product-card-top{display:flex;justify-content:space-between;gap:10px;min-height:26px}.product-sku,.product-unit{font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#667085}.product-unit{padding:5px 9px;border-radius:8px;background:#f2f4f7}.product-card h3{margin:17px 0 10px;font-size:1.3rem}.product-card h3 a{color:#101828;text-decoration:none}.product-card-body>p{margin:0;color:#667085;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:auto;padding-top:26px}.product-price{display:grid}.product-price small,.product-price span{color:#667085;font-size:.72rem}.product-price strong{font-size:1.35rem;color:#101828}.product-request{color:var(--site-primary);font-weight:850;text-decoration:none;text-align:right}.products-empty{max-width:760px;margin:auto;padding:60px 30px;text-align:center;border:1px solid #e0e5ee;border-radius:24px;background:#fff}.products-empty p{margin:10px auto 24px;color:#667085}.tax-note{padding:18px 20px;border-radius:14px;background:#eef2ff;color:#48536a;font-size:.88rem}.site-nav .active{color:var(--site-primary)}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.products-hero{padding:56px 0 38px}.product-grid{grid-template-columns:1fr}.product-card{min-height:360px}.product-card-bottom{align-items:flex-start;flex-direction:column}.product-request{text-align:left}}
