.categories-page{justify-content:center;padding:40px 0 60px;display:flex}.categories-page .container{width:1400px;max-width:100%;padding:0 20px}.categories-page .container .page-head{margin-bottom:32px}.categories-page .container .page-head h1{color:#404145;font-size:30px;font-weight:600}.categories-page .container .page-head .lead{color:#62646a;margin-top:8px}.categories-page .container .cat-section{margin-bottom:40px}.categories-page .container .cat-section .cat-head{border-bottom:1px solid #e4e4e4;justify-content:space-between;align-items:baseline;margin-bottom:18px;padding-bottom:10px;display:flex}.categories-page .container .cat-section .cat-head h2{font-size:20px;font-weight:600}.categories-page .container .cat-section .cat-head h2 a{color:#404145;text-decoration:none}.categories-page .container .cat-section .cat-head h2 a:hover{color:#1dbf73}.categories-page .container .cat-section .cat-head .see-all{color:#1dbf73;white-space:nowrap;font-size:14px;font-weight:600;text-decoration:none}.categories-page .container .cat-section .subcat-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:18px;display:grid}.categories-page .container .cat-section .subcat-grid .subcat-card{color:#404145;background:#fff;border:1px solid #e4e4e4;border-radius:8px;text-decoration:none;transition:box-shadow .15s,transform .15s;display:block;overflow:hidden}.categories-page .container .cat-section .subcat-grid .subcat-card img{object-fit:cover;width:100%;height:120px;display:block}.categories-page .container .cat-section .subcat-grid .subcat-card span{padding:10px 12px;font-size:14px;font-weight:500;display:block}.categories-page .container .cat-section .subcat-grid .subcat-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0000001f}@media (width<=700px){.categories-page .container .cat-section .subcat-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}
