/* prlistpage */
.plist_attribute_images_product_page {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  max-width: 100%;
  /* margin-top: 20px; */
}
.plist_attribute_images_product_page .color_pick span {
  width: 30px;
  height: 30px;
  display: block;
}

.plist_attribute_images_product_page .color_pick {
  display: inline-block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  margin-right: 5px;
  padding: 1px;
  border: 1px solid #eeeeee;
}

.plist_attribute_images_product_page .color_pick img {
  width: 30px !important;
  height: 30px !important;
}

.plist_attribute_images_product_page img {
  border-radius: 2px;
  width: 80px;
  height: auto;
  margin-left: 0px !important;
}

.plist_attribute_images_product_page img:hover {
  border: 1px solid #c0c0c0;
}

/*  */
.plist_attribute_images {
  display: flex;
  justify-content: center;
  max-width: 257px;
  margin: auto;
  margin-top: 30px;
}
.draggable::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px; /* Ancho de la sombra */
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.568), rgba(0, 0, 0, 0)); /* Sombra degradada */
  pointer-events: none; /* Permite hacer clic en los elementos debajo */
}

.plist_attribute_images .color_pick span {
  width: 20px;
  height: 20px;
  display: block;
}

.plist_attribute_images .color_pick {
  display: inline-block;
  height: 24px;
  width: 24px;
  cursor: pointer;
  margin-right: 5px;
  padding: 1px;
  border: 1px solid #eeeeee;
}

.plist_attribute_images .color_pick img {
  width: 20px !important;
  height: 20px !important;
}

.plist_attribute_images img {
  border-radius: 2px;
  background: #fff;
  width: 61px;
  height: auto;
  padding: 4px;
  margin-left: 0px !important;
}

.plist_attribute_images img:hover {
  border: 1px solid #c0c0c0;
}

.oowl-carousel.plist_attribute_images img {
  width: 71px !important;
}
.piclist_attributes {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 20px;
  padding-bottom: 0px;
  bottom: 60px;
}

.product-block .action > div {
  height: auto;
  min-height: 55px;
}

.has_colors_price {
  bottom: 140px !important;
}

.loading-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
}

/* .plist_attribute_images a {
  margin: 10px 0px;
} */

.plist_attribute_images .oowl-controls {
  margin: 0px !important;
}

img.plp_replacement_checked {
  border: 2px solid black;
}

img.plp_replacement_unchecked {
  border: 2px solid white;
}

img.plp_replacement:hover {
  opacity: 0.8;
}

img.plp_replacement {
  cursor: pointer;
}

.plist-carousel {
  position: relative;
  padding: 0 20px;
}

.plist-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plist-carousel .slick-prev {
  left: 0;
}

.plist-carousel .slick-next {
  right: 0;
}

.plist-carousel .slick-slide {
  width: fit-content !important;
  /* margin: 0 5px; */
}

.plist-carousel img {
  max-width: 100%;
  height: auto;
}

.plist-carousel .slick-arrow.slick-disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

.plist-carousel .slick-arrow.slick-hidden {
  display: none;
}

/* Responsivo */
@media (max-width: 767px) {
  .slick-track {
    width: max-content !important;
  }

  .plist-carousel {
    padding: 0;
  }

  .plist-carousel .slick-arrow {
    width: 25px;
    height: 25px;
  }

  .plist-carousel .slick-next {
    right: 10px;
  }

  .plist-carousel .slick-prev {
    left: 10px;
  }

  .plist-carousel a {
    width: fit-content !important;
  }

  .plist-carousel .slick-slide {
    margin: 0 3px;
  }
}

@media (max-width: 575px) {
  .slick-track {
    width: max-content !important;
  }

  .plist-carousel {
    padding: 0;
  }

  .plist-carousel .slick-arrow {
    display: none !important;
  }

  .plist-carousel .slick-next {
    right: 10px;
  }

  .plist-carousel .slick-prev {
    left: 10px;
  }

  .plist-carousel a {
    width: fit-content !important;
  }

  .plist-carousel .slick-slide {
    margin: 0 3px;
  }
}
