.gm-category{background:#f5f5f6;color:#202124;padding:16px 0 56px;min-height:70vh}
.gm-category__container{max-width:1500px}
.gm-category__breadcrumb{display:flex;align-items:center;gap:8px;color:#777;font-size:12px;margin:0 0 14px}
.gm-category__breadcrumb a{color:#555;text-decoration:none}.gm-category__breadcrumb a:hover{color:#46179c}
.gm-category__hero{display:flex;justify-content:space-between;align-items:stretch;background:#fff;border-radius:16px;overflow:hidden;min-height:180px;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.gm-category__hero-copy{padding:28px 32px;max-width:820px}.gm-category__eyebrow{font-size:11px;font-weight:750;letter-spacing:.12em;text-transform:uppercase;color:#46179c;margin:0 0 7px}
.gm-category__hero h1{font-size:36px;line-height:1.1;letter-spacing:-.025em;margin:0 0 9px}.gm-category__description{color:#666;line-height:1.55;max-width:720px}.gm-category__description p{margin:0}
.gm-category__count{font-size:13px;color:#888;margin:12px 0 0}.gm-category__hero-image{width:min(38%,520px);min-height:180px;background:#eee}.gm-category__hero-image img{width:100%;height:100%;object-fit:cover;display:block}
.gm-category__shortcuts{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(105px,1fr);gap:12px;overflow-x:auto;margin:16px 0;scrollbar-width:none}.gm-category__shortcut{background:#fff;border:1px solid #ececef;border-radius:14px;padding:12px 8px;text-align:center;text-decoration:none;color:#222;font-size:13px;font-weight:650;transition:.18s ease}.gm-category__shortcut:hover{border-color:#46179c;transform:translateY(-2px)}
.gm-category__shortcut-image{display:block;width:72px;height:72px;border-radius:50%;overflow:hidden;background:#f3f3f3;margin:0 auto 8px}.gm-category__shortcut-image img,.gm-category__shortcut-image svg{width:100%;height:100%;object-fit:cover}
.gm-category__promo{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(95deg,#5118d5,#8f4cff);color:#fff;border-radius:14px;padding:17px 22px;margin:0 0 16px}.gm-category__promo div{display:flex;gap:10px;align-items:baseline}.gm-category__promo span{opacity:.9;font-size:13px}.gm-category__promo a{background:#fff;color:#5520d6;border-radius:999px;padding:9px 16px;text-decoration:none;font-weight:750;font-size:13px;white-space:nowrap}
.gm-category__toolbar{background:#fff;border-radius:14px;padding:12px 16px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:14px}.gm-category__toolbar-left{display:flex;align-items:center;gap:12px}.gm-category__toolbar-left strong{font-size:14px}.gm-category__sort-form{display:flex;align-items:center;gap:9px}.gm-category__sort-form label{font-size:13px;color:#666}.gm-category__sort-form .select{min-width:180px}.gm-category__mobile-filter{display:none;border:1px solid #ddd;background:#fff;border-radius:999px;padding:8px 13px;font-weight:650}
.gm-category__content{display:grid;grid-template-columns:260px minmax(0,1fr);gap:14px}.gm-category__content--no-filter{grid-template-columns:1fr}.gm-category__filters{background:#fff;border-radius:14px;padding:17px;height:max-content;position:sticky;top:16px}.gm-category__filters-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:11px;margin-bottom:8px}.gm-category__filters-head button{display:none;border:0;background:none;font-size:28px}
.gm-category__results{min-width:0}.gm-category__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.gm-category__item{width:auto!important;max-width:none!important;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:transform .18s ease,box-shadow .18s ease}.gm-category__item:hover{transform:translateY(-2px);box-shadow:0 8px 26px rgba(0,0,0,.10)}
.gm-category__item .card-wrapper,.gm-category__item .card{height:100%}.gm-category__item .card__content{padding:10px 12px 14px}.gm-category__item .card__heading{font-size:14px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.gm-category__item .price{font-weight:800}.gm-category__item .badge{border-radius:5px}.gm-category__empty{background:#fff;border-radius:14px;text-align:center;padding:70px 20px}
@media(min-width:1400px){.gm-category__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:1100px){.gm-category__content{grid-template-columns:225px minmax(0,1fr)}.gm-category__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:749px){.gm-category{padding-top:9px}.gm-category__container{padding-left:12px;padding-right:12px}.gm-category__hero{min-height:0;border-radius:12px}.gm-category__hero-copy{padding:19px 17px}.gm-category__hero h1{font-size:26px}.gm-category__hero-image{display:none}.gm-category__shortcuts{grid-auto-columns:94px;gap:9px;margin:12px 0}.gm-category__shortcut{border-radius:11px;padding:9px 6px;font-size:12px}.gm-category__shortcut-image{width:58px;height:58px}.gm-category__promo{padding:14px 15px;border-radius:11px}.gm-category__promo div{display:block}.gm-category__promo span{display:block;margin-top:2px}.gm-category__toolbar{border-radius:11px;padding:10px 12px}.gm-category__sort-form label{display:none}.gm-category__sort-form .select{min-width:130px}.gm-category__mobile-filter{display:inline-flex}.gm-category__content{display:block}.gm-category__filters{position:fixed;z-index:9999;inset:0 10% 0 0;border-radius:0;transform:translateX(-110%);transition:transform .22s ease;overflow:auto;box-shadow:20px 0 40px rgba(0,0,0,.2)}.gm-category__filters.is-open{transform:translateX(0)}.gm-category__filters-head button{display:block}.gm-filter-open{overflow:hidden}.gm-category__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.gm-category__item{border-radius:10px}.gm-category__item .card__content{padding:8px 9px 11px}.gm-category__item .card__heading{font-size:13px}}
