.woo-scrollable-cats-wrapper-49423dc9 {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    cursor: grab;
    user-select: none;
}
.woo-scrollable-cats-wrapper-49423dc9:active {
    cursor: grabbing;
}
.woo-scrollable-cats-wrapper-49423dc9::-webkit-scrollbar {
    display: none; /* Safari & Chrome */
}
.woo-scrollable-cats-track-49423dc9 {
    display: flex;
    gap: 20px;
    padding: 10px 0;
}
.woo-cat-item-49423dc9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}
.woo-cat-image-wrap-49423dc9 {
    display: block;
    margin: 0 auto 10px auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}
.woo-cat-thumb-49423dc9 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none; /* Prevents default image dragging */
}
.woo-cat-name-49423dc9 {
    display: block;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}
.woo-cat-item-49423dc9:hover .woo-cat-image-wrap-49423dc9 {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}
