.type-product .pw-color-switcher-parameters ul li a {
  line-height: 25px;
  font-size: 17px;
  text-align: center;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  color: #4c4c63;
  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: #cfcfcf;

  background-color: #01990212;
  position: relative;
}
.type-product .pw-color-switcher-parameters ul li:not(.show-all-wrapper) a:not(.active):hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

.type-product .pw-color-switcher-parameters ul li a.active::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #019902;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

.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;
}
