.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:10px 0 42px}.category-card{min-height:190px;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;border-radius:12px;text-decoration:none;color:#fff;background:linear-gradient(145deg,#07364a,#087e7a);box-shadow:0 12px 30px rgba(4,35,50,.12);transition:transform .2s ease,box-shadow .2s ease}.category-card:nth-child(2n){background:linear-gradient(145deg,#092c42,#15566c)}.category-card:nth-child(3n){background:linear-gradient(145deg,#13523f,#4f8f36)}.category-card:hover,.category-card:focus{transform:translateY(-4px);box-shadow:0 18px 42px rgba(4,35,50,.2)}.category-card span{color:#b7e4d7!important}.category-card strong{margin:10px 0;font:500 1.8rem/1.15 Georgia,"Times New Roman",serif}.category-card b{font-size:.85rem;color:#fff}.home-product-search{padding-top:34px;border-top:1px solid #d7e3e3}.home-product-search .search-box{max-width:620px}.search-guidance{margin:16px 0 0;color:#607783}.home-search-results{margin-top:24px}.home-search-results:not(.has-query){display:none}.home-search-results article{padding:0}.home-search-results article a{padding:25px}.category-back{margin-bottom:28px}.category-back a{color:#087e7a;font-weight:750;text-decoration:none}
@media(max-width:900px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.category-grid{grid-template-columns:1fr}.category-card{min-height:150px}.category-card strong{font-size:1.55rem}}
