body.type-product .pw-surcharge-option label::before,
body.type-product .pw-surcharge-option label::after {
  display: none !important;
}

body.type-product .pw-surcharge-option label {
  padding-left: 0 !important;
  margin: 0 !important;
}

body.type-product .pw-surcharge-option input[type="checkbox"] {
  margin: 0;
  flex-shrink: 0;
}

body.type-product div.pw-color-switcher li::marker {
  display: none;
  content: "";
}

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

body.type-product .pw-color-switcher li {
  flex: 0 1 auto;
}

body.type-product .pw-color-switcher .custom-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 2px solid black;
  border-radius: 10px !important;
  text-decoration: none;
  color: black;
  font-weight: 500;
  transition: all 0.2s ease;
}

body.type-product .pw-color-switcher .custom-option:hover {
  background-color: #f3f3f3;
}

body.type-product .pw-color-switcher .custom-option.active {
  background-color: black;
  color: white;
}

body.type-product .pw-surcharge-container {
  margin-top: 15px;
}

body.type-product .pw-surcharge-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background-color: #f9f9f9;
  border: 2px solid black;
  border-radius: 10px !important;
  padding: 12px 18px;
  cursor: pointer;
  transition: all 0.2s ease;
  max-width: fit-content;
}

body.type-product .pw-surcharge-option:hover {
  background-color: #f3f3f3;
}

body.type-product .pw-surcharge-option input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

body.type-product .pw-surcharge-option input[type="checkbox"]:checked {
  background-color: black;
}

body.type-product .pw-surcharge-option input[type="checkbox"]:checked::after {
  content: "✓";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.type-product .pw-surcharge-option label {
  cursor: pointer;
  font-weight: 500;
  color: black;
}

.carousel-inner {
  min-height: unset !important;
}

.fav-cat .slick-track li {
  padding: 32px 15px !important;
}

.fav-cat li img {
  height: auto !important;
}

@media (max-width: 767px) {
  .in-index .fav-cat .slick-dots {
    margin-top: 20px !important;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 50px !important;
  }

  .in-index .fav-cat {
    overflow: hidden;
  }

  .fav-cat .slick-track li:hover::before {
    top: 40px !important;
  }
}

.pw-surcharge-option {
  margin-bottom: 15px;
}

li.pw-unavailable a {
  border-color: #c0c0c0 !important;
  color: #c0c0c0 !important;
  background-color: #e5e5e5;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

li.pw-unavailable a::before {
  /* content: ""; */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 103px;
  height: 2px;
  background: grey;
  transform: translate(-50%, -50%) rotate(32.3deg);
  transform-origin: center;
  z-index: 0;
}

li.pw-unavailable a::after {
  /* content: ""; */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 103px;
  height: 2px;
  background: grey;
  transform: translate(-50%, -50%) rotate(-32.3deg);
  transform-origin: center;
  z-index: 0;
}
