.bx-category-slider {
position: relative;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.bx-cs-viewport {
overflow: hidden !important;
width: 100%;
}
.bx-cat-track {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.bx-cat-slide {
flex-shrink: 0;
min-width: 0;
box-sizing: border-box;
}
.bx-cat-card {
display: block;
text-decoration: none !important;
color: inherit !important;
cursor: pointer;
transition: transform .15s ease;
}
.bx-cat-card:hover { transform: translateY(-3px); }
.bx-cat-img-wrap {
position: relative;
width: 100%;
padding-bottom: 120%;
overflow: hidden;
background: #f4f4f4;
border-radius: 4px;
}
.bx-cat-img-wrap img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
.bx-cat-info  { padding: 8px 2px 2px; }
.bx-cat-name  { display:block; font-size:14px; font-weight:700; color:#1a1a2e; line-height:1.3; }
.bx-cat-count { display:block; font-size:12px; color:#6b7280; margin-top:2px; } .bx-cat-breadcrumb {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px;
margin-bottom: 14px;
font-size: 13px;
line-height: 1.4;
}
.bx-cat-breadcrumb-link {
color: #6b7280;
text-decoration: none;
transition: color .15s ease;
}
.bx-cat-breadcrumb-link:hover {
color: #1a1a2e;
text-decoration: underline;
}
.bx-cat-breadcrumb-sep {
color: #c1c7d0;
font-size: 13px;
}
.bx-cat-breadcrumb-current {
color: #1a1a2e;
font-weight: 600;
}  .bx-category-slider { position: relative; }
.bx-cs-arrow {
position: absolute;
top: 0; z-index: 10;
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: #fff;
border: 1.5px solid #e2e6ea;
border-radius: 50%;
color: #1a1a2e;
cursor: pointer;
padding: 0;
box-shadow: 0 2px 8px rgba(0,0,0,.14);
transition: background .15s, border-color .15s, color .15s, box-shadow .15s;
}
.bx-cs-arrow:hover {
background: #1a1a2e;
border-color: #1a1a2e;
color: #fff;
box-shadow: 0 4px 12px rgba(0,0,0,.22);
}
.bx-cs-arrow.bx-cs-disabled {
opacity: .22;
cursor: default;
pointer-events: none;
}
.bx-cs-arrow svg { pointer-events: none; display: block; } .bx-cs-prev {
left: 0;
transform: translateX(-50%);
} .bx-cs-next {
right: 0;
transform: translateX(50%);
} .bx-cs-arrows-top-wrap {
display: flex;
justify-content: flex-end;
gap: 8px;
margin-bottom: 14px;
}
.bx-cs-arrows-top-wrap .bx-cs-arrow {
position: static;
transform: none;
}