.select-option {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}
.select-option.elemfit-has-dot {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.elemfit-flavor-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}
.elemfit-flavor-dot.elemfit-dot-grep {
  background: linear-gradient(135deg, #f6a97e, #e8532f);
}
.elemfit-flavor-dot.elemfit-dot-malina {
  background: #c0154a;
}
.select-option:hover {
  border-color: #c10068 !important;
}
.select-option.active {
  border-color: #c10068 !important;
  background: #fdeaf3 !important;
  font-weight: 700 !important;
}
.select-option.available-false {
  background-image: none !important;
}
.select-option.available-false::before {
  display: none !important;
  content: none !important;
}
.select-option.available-false::after {
  content: "" !important;
  position: absolute;
  left: -10%;
  right: -10%;
  top: 50%;
  height: 1.5px;
  background: #999 !important;
  transform: rotate(-10deg);
}
.starsLabel--productDetail {
  color: #c10068 !important;
  font-weight: 700 !important;
  font-size: 1.05em !important;
}
