
[data-v-1e99b0e0]::-webkit-scrollbar {
  width: 10px;
}

/* Track */
[data-v-1e99b0e0]::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
[data-v-1e99b0e0]::-webkit-scrollbar-thumb {
  background: transparent;
  /* border-radius: 0px; */
}

/* Handle on hover */
[data-v-1e99b0e0]::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.product-gallery[data-v-1e99b0e0] {

  display: flex;
  flex-direction: column;
  align-items: center;
}
.carousel-wrapper[data-v-1e99b0e0] {
  width: 100%;
  /* max-width: 100%; */
  margin-bottom: 15px;
}
.image-container[data-v-1e99b0e0] {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}
.main-image[data-v-1e99b0e0] {
  position: relative;

  width: 100vw;
  max-width: 800px;
  /* min-height: 800px; */
  max-height: 100%;
  /* border-radius: 8px; */
}
.thumbnails-wrapper[data-v-1e99b0e0] {
  display: flex;
  /* width: 100vh !important; */
  align-items: center;
}
.thumbnails[data-v-1e99b0e0] {
  width: 100vw !important;
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;
  scroll-behavior: smooth;
}
.thumbnail[data-v-1e99b0e0] {
  width: 8rem;
  /* width: 100vh !important; */
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s;
  /* border-radius: 4px; */
}
.thumbnail.active[data-v-1e99b0e0] {
  /* border-color: #007bff; */
}
.thumbnail[data-v-1e99b0e0]:hover {
  /* border-color: #0056b3; */
}
.nav-button[data-v-1e99b0e0] {
  margin-top: -1rem;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border-radius: 100px !important;
  transition: color 0.2s;
}
@media (max-width: 576px) {
.image-container[data-v-1e99b0e0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
}
}
@media (max-width: 720px) {
.main-image[data-v-1e99b0e0] {
    height: 20vh;
    width: 100vw;
    /* max-width: 100%; */
    height: 100%;
    /* border-radius: 8px; */
}
.image-container[data-v-1e99b0e0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh !important;
}
}


.image-container-prop2[data-v-43a97e6e] {
  position: relative;
  border-radius: 5px;
  width: 7rem;
  height: 4rem;
  overflow: hidden;
}
.image-container-prop2:hover .gallery-image[data-v-43a97e6e] {
  transform: scale(1.1);
}
.image-container-prop2:hover .hover-overlay[data-v-43a97e6e] {
  opacity: 1;
}
.dropzone[data-v-43a97e6e] {
  min-height: 10rem !important;
  background-color: rgba(var(--bg-secondary), 0.05);
  border-radius: 5px !important;
  border: dashed 2px rgba(var(--bg-secondary), 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease !important;
}
.dropzone[data-v-43a97e6e]:hover {
  color: var(--primary) !important;
  background-color: var(--primary-plus-transparent);
  border: dashed 2px var(--primary);
}
.content-drop[data-v-43a97e6e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 0.5rem;
}
.preview-container[data-v-43a97e6e] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 1rem;
  justify-content: center;
}
.image-preview img[data-v-43a97e6e] {
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ccc;
}


.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.image-container-prop {
  position: relative;
  border-radius: 5px;
  width: 12rem;
  height: 7rem;
  overflow: hidden; /* Oculta cualquier contenido que se desborde */
}
.gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease; /* Transición suave para el zoom */
}
.image-container-prop:hover .gallery-image {
  transform: scale(1.1); /* Zoom suave al hacer hover */
}

/* Fondo rojo semitransparente y el ícono */
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--primary-rgb), 0.6); /* Fondo semitransparente rojo */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease; /* Transición suave al aparecer */
}
.image-container-prop:hover .hover-overlay {
  opacity: 1; /* Aparece el fondo y el ícono al hacer hover */
}
.trash-icon {
  color: var(--white); /* Color del ícono */
  font-size: 2rem; /* Tamaño del ícono */
  pointer-events: none; /* Evita que interfiera con eventos del mouse */
}
.gap-3 {
  gap: 1rem; /* Espaciado uniforme entre los checkboxes */
}
@media (max-width: 576px) {
  /* Estilos para pantallas pequeñas */
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.image-container-prop {
    position: relative;
    border-radius: 5px;
    width: 10rem;
    height: 5rem;
    overflow: hidden; /* Oculta cualquier contenido que se desborde */
}
.gallery-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.3s ease; /* Transición suave para el zoom */
}
}
@media (min-width: 576px) and (max-width: 768px) {
  /* Estilos para pantallas medianas */
}

