.categories-page{width:min(480px,100%);min-height:100vh;margin:auto;padding:0 18px 30px;background:#fffefd;color:#1d2a25;font-family:Cairo,Tahoma,sans-serif}.categories-header{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0ed}.categories-header>a{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#2f7047;background:#f1f7f2}.categories-brand{display:flex;align-items:center;gap:8px;text-align:right}.categories-brand>div{display:grid}.categories-brand strong{color:#347b4d;font-size:17px}.categories-brand span{color:#7b867f;font-size:9px}.categories-brand img{width:43px;height:43px}.categories-intro{display:flex;align-items:center;gap:13px;margin:22px 0 17px;padding:18px;border-radius:16px;background:linear-gradient(135deg,#eaf5ed,#f8f1df)}.categories-intro>span{width:52px;height:52px;display:grid;place-items:center;flex:none;border-radius:15px;color:#fff;background:#347b4d}.categories-intro h1{margin:0;font-size:20px}.categories-intro p{margin:4px 0 0;color:#6c786f;font-size:11px;line-height:1.7}.categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.category-card{min-height:135px;padding:15px;display:flex;position:relative;flex-direction:column;align-items:flex-start;justify-content:space-between;border:1px solid #e4ebe5;border-radius:15px;color:#26372e;background:#fff;text-decoration:none;box-shadow:0 5px 16px #1732210a;transition:.18s ease}.category-card:hover{transform:translateY(-2px);border-color:#a9cbb2}.category-card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;color:#347b4d;background:#eaf4ed}.category-card h2{margin:10px 0 2px;font-size:14px}.category-card p{margin:0;color:#829087;font-size:9.5px}.category-card>svg{position:absolute;left:12px;bottom:16px;color:#96a29a}.categories-state{grid-column:1/-1;padding:35px 10px;color:#78857d;text-align:center;font-size:12px}.categories-footer{margin-top:28px;padding-top:19px;display:grid;place-items:center;border-top:1px solid #e8ece8}.categories-footer img{width:42px;height:42px}.categories-footer strong{margin-top:5px;color:#347b4d;font-size:13px}.categories-footer span{color:#89938c;font-size:9px}@media(max-width:350px){.categories-grid{grid-template-columns:1fr}.category-card{min-height:115px}}@media(min-width:768px){.categories-page{width:min(1060px,100%);padding:0 34px 58px;box-shadow:0 0 45px #18322212}.categories-header{height:86px}.categories-brand strong{font-size:22px}.categories-brand span{font-size:12px}.categories-intro{margin:32px 0 24px;padding:28px}.categories-intro>span{width:68px;height:68px}.categories-intro h1{font-size:28px}.categories-intro p{font-size:14px}.categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.category-card{min-height:180px;padding:21px}.category-card-icon{width:58px;height:58px}.category-card h2{font-size:17px}.category-card p{font-size:12px}}