.type-product .pw-color-switcher-parameters ul li a {
    line-height: 25px;
    font-size: 17px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: black;
    padding: 5px 10px;
    text-decoration: none;
}

.pw-color-switcher ul {
    display: flex;
    gap: 10px;
    padding-left: 0px;
    list-style-type: none;
    flex-wrap: wrap;
    margin: 0;
}

.pw-color-switcher-parameters ul li, .pw-color-switcher-parameters ul li a {
    width: fit-content;
    min-width: 40px;
    padding: 0px;
}

.pw-color-switcher ul li a {
    display: block;
    border-radius: 30px;
    border: 3px solid white;
    transition: none !important;
}

.products-block .product .pw-color-switcher {
    height: 45px !important;
    width: 100%;
    min-height: 45px;
    max-height: 45px;
    margin: 10px 0px !important;
    position: absolute;
    bottom: 0;
}

.type-product .pw-color-switcher-parameters ul li a:hover small {
    color: white !important;
}

.type-product .pw-color-switcher-parameters ul li a.active {
    border-color: #000;
    font-weight: 700;
}
.type-product .pw-color-switcher-parameters ul li a.active small {
    color: white !important;
}

.pw-color-switcher-color {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pw-color-switcher-color ul li a {
background-position: 50%;
background-size: 38px 38px;
border: 1px solid #fff;
border-radius: 50%;
cursor: pointer;
font-size: 0;
height: 36px;
margin-right: 7.5px;
padding: 5px 10px;
text-align: center;
width: 36px;
}

/* Styl pro tlačítko "Zobrazit vše" */
.pw-color-switcher-parameters ul li a.show-all {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    font-style: italic;
    opacity: 0.8;
}

.pw-color-switcher-parameters ul li a.show-all:hover {
    background-color: #e0e0e0;
    opacity: 1;
}

