.bm-categories-page{--bm-cat-accent:#4f6fcf;--bm-cat-surface:#f7f9fe;max-width:1676px;margin:0 auto;padding:24px 40px 80px;color:#18181b;font-family:inherit}
.bm-categories-page *{box-sizing:border-box}.bm-categories-page a{text-decoration:none}.bm-categories-hero{position:relative;overflow:hidden;padding:26px 40px 46px;border-radius:24px;background:linear-gradient(125deg,#eef2ff 0%,#f8f9ff 55%,#fff 100%)}
.bm-categories-hero:after{content:'';position:absolute;left:-100px;top:-130px;width:340px;height:340px;border-radius:50%;background:rgba(79,111,207,.1)}
.bm-categories-breadcrumb{position:relative;z-index:1;display:flex;align-items:center;gap:5px;margin-bottom:36px;font-size:12px;color:#71717a}.bm-categories-breadcrumb a{color:#52525b}.bm-categories-breadcrumb svg{width:13px;height:13px}
.bm-categories-hero__content{position:relative;z-index:1;max-width:760px;margin:auto;text-align:center}.bm-eyebrow{display:inline-block;margin-bottom:8px;color:var(--bm-cat-accent);font-size:12px;font-weight:700}.bm-categories-hero h1{margin:0 0 12px;font-size:clamp(30px,4vw,48px);line-height:1.4}.bm-categories-hero p{margin:0 auto 24px;color:#52525b;font-size:15px;line-height:2}
.bm-category-search{display:flex;align-items:center;gap:10px;max-width:650px;margin:auto;padding:7px 9px 7px 7px;border:1px solid #e4e4e7;border-radius:15px;background:#fff;box-shadow:0 10px 30px rgba(24,24,27,.07)}.bm-category-search>svg{width:20px;height:20px;margin-right:4px;color:#71717a}.bm-category-search input[type=search]{flex:1;min-width:0;height:44px;padding:0;border:0!important;outline:0;background:transparent;box-shadow:none!important;font-size:14px}.bm-category-search button{height:42px;padding:0 24px;border:0;border-radius:10px;background:var(--bm-cat-accent);color:#fff;font-size:13px;font-weight:700;cursor:pointer}
.bm-categories-section{padding-top:70px}.bm-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.bm-section-heading h2,.bm-categories-cta h2{margin:0 0 6px;font-size:clamp(23px,2.5vw,30px);line-height:1.5}.bm-section-heading p{margin:0;color:#71717a;font-size:13px;line-height:1.8}.bm-section-count{padding:8px 13px;border-radius:999px;background:#eef2ff;color:#3d5cb8;font-size:12px;font-weight:700}
.bm-categories-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.bm-category-card{position:relative;overflow:hidden;display:block;border:1px solid #e4e4e7;border-radius:18px;background:#fff;color:#18181b;box-shadow:0 3px 14px rgba(24,24,27,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.bm-category-card:hover{transform:translateY(-4px);border-color:#c8d2f2;box-shadow:0 14px 35px rgba(24,24,27,.1)}
.bm-category-card__media{display:block;aspect-ratio:4/3;overflow:hidden;background:#f4f4f5}.bm-category-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.bm-category-card:hover img{transform:scale(1.035)}.bm-category-card__body{display:block;padding:18px}.bm-category-card__body strong{display:block;margin-bottom:4px;font-size:18px}.bm-category-card__body small{display:block;margin-bottom:10px;color:var(--bm-cat-accent);font-size:11px;font-weight:700}.bm-category-card__body>span{display:block;min-height:44px;color:#71717a;font-size:12px;line-height:1.8}.bm-category-card__body em{display:flex;align-items:center;gap:5px;margin-top:14px;color:#27272a;font-size:12px;font-style:normal;font-weight:700}.bm-category-card__body em svg{width:15px;height:15px;color:var(--bm-cat-accent)}
.bm-categories-section--popular{margin-top:70px;padding:52px 40px;border-radius:22px;background:var(--bm-cat-surface)}.bm-categories-section--popular .bm-section-heading{margin-bottom:24px}.bm-popular-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.bm-category-card--featured .bm-category-card__media{aspect-ratio:16/9}
.bm-categories-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:70px;padding:38px 42px;border-radius:22px;background:#1f2937;color:#fff}.bm-categories-cta p{max-width:790px;margin:0;color:#d1d5db;font-size:13px;line-height:2}.bm-categories-cta a,.bm-section-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.bm-categories-cta a{min-height:48px;padding:0 24px;border-radius:11px;background:#fff;color:#1f2937;font-size:13px;font-weight:700}.bm-categories-cta svg,.bm-section-link svg{width:16px;height:16px}
.bm-section-link{color:var(--bm-cat-accent);font-size:13px;font-weight:700}.bm-category-products{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;margin:0!important}.bm-category-products:before,.bm-category-products:after{display:none!important}.bm-category-products li.product{float:none!important;width:auto!important;margin:0!important}.bm-category-empty{display:flex;align-items:center;justify-content:center;gap:8px;padding:34px;border:1px dashed #d4d4d8;border-radius:16px;color:#71717a}.bm-category-empty svg{width:20px}
@media(max-width:1200px){.bm-categories-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bm-category-products{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:900px){.bm-categories-page{padding-inline:24px}.bm-categories-grid,.bm-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bm-category-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.bm-categories-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.bm-categories-page{padding:14px 14px 60px}.bm-categories-hero{padding:18px 16px 28px;border-radius:16px}.bm-categories-breadcrumb{margin-bottom:24px}.bm-category-search{gap:6px;padding:5px 6px}.bm-category-search>svg{display:none}.bm-category-search input[type=search]{font-size:13px}.bm-category-search button{padding:0 12px}.bm-categories-section{padding-top:46px}.bm-section-heading{align-items:flex-start;flex-direction:column;gap:12px}.bm-categories-grid{grid-template-columns:1fr;gap:14px}.bm-popular-grid{grid-template-columns:1fr}.bm-categories-section--popular{margin-top:46px;padding:32px 14px}.bm-categories-cta{margin-top:46px;padding:28px 20px}.bm-category-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.bm-category-card__media{aspect-ratio:16/9}}
