div#category-header {
    background: #f1e8df !important;
    border-radius: 0 !important;
}
#content #filters {
    padding: 0;
}
.slider-wrapper h4 {
    display: none;
}
.subcategories li a:after {
    border: 1px solid #34200d38;
    border-radius: 50px;
    height: 40px;
    align-self: anchor-center;
}
ul.subcategories.with-image li a:hover {
    background: none !important;
    transform: scale(1.02);
}
.subcategories li a .text {
    overflow: visible !important
}
ul.subcategories.with-image li {
    width: auto !important;
}

.category-top {
    background: #f1e8df !important;
    margin-bottom: 0 !important;
    border: none !important;
}
.category-perex h1{
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.category-perex h1 span{
    font-size: 0 !important;
}
.category-perex p {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px !important;
    line-height: 1.35em !important;
}
ul.subcategories.with-image li a span.image {
    width: 20px !important;
    height: 20px !important;
    overflow: hidden;
    border-radius: 50px;
}
ul.subcategories.with-image li a span.image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.subcategories li a{
    border: none !important;
}
.subcategories li a:before{
    display: none !important;
}
.subcategories.with-image li a .text {
    width: 100% !important;
}
ul.subcategories.with-image{
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 5px !important; /* Pouze malá mezera mezi fotkami */
    justify-content: flex-start !important;
    width: 100% !important;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
    margin-left: 30px;
}
ul.subcategories.with-image::-webkit-scrollbar, .filters-unveil-button-wrapper, div#manufacturer-filter, .filter-total-count, .param-filter-top, button#listSortingControl-name {
    display: none !important;
}
ul.subcategories.with-image > div {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
ul.subcategories.with-image > li {
    width: auto !important;
    padding: 5px;
}

div#filters {
    display: block !important;
}
div#filters {
    margin-top: 0 !important;
    border: none !important;
}
div#filters h4 {
    font-size: var(--step-0);
    font-style: italic !important;
    margin-bottom: 5px;
}
.slider-header .from, .slider-header .to {
    font-size: 12px !important;
}
.ui-slider-horizontal .ui-slider-range {
    height: 2px !important;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50px !important;
}
.ui-slider-horizontal .ui-slider-handle {
    height: 25px;
    margin-left: -13px;
    top: -10px;
    width: 25px;
}
.category-content-wrapper {
    display: flex;
    flex-direction: column;
}
.category-banners-full-width.full-width {
    order: -3;
}
#filters-wrapper {
    order: -2;
    background-color: #f1e8df !important;
    margin-bottom: 0 !important;
}
#category-header {
    order: -1;
}
div#category-header {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
div#products{
    background-color: #fff !important;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
:where(body.ums_a11y_category_page--on) .listSorting__control--current, :where(body.ums_a11y_category_page--on) .listSorting__control--current:focus-visible {
    background-color: #f1e8df !important;
    box-shadow: 10px 0 33px -1px rgba(0, 0, 0, .1) !important;
}
/* Výchozí stav produktu - schovaný a mírně posunutý dolů */
div#products .product {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

/* Stav, kdy se produkt "aktivuje" */
div#products .product.is-visible {
    opacity: 1;
    transform: translateY(0);
}