.ad3-wrap {
  /* Estils per la imatge ampliada */
  /* Estils per al botó de tancament a sobre de la imatge */
  /* Estils per als botons de navegació */
}
.ad3-wrap .boto {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 15px;
  color: #fff !important;
}
.ad3-wrap .boto:hover {
  transition: 0.3s;
  background-color: #545e58;
  color: #fff !important;
  border: none;
}
.ad3-wrap .boto-blanc {
  color: #fff !important;
  border: 1px solid #fff;
}
.ad3-wrap .boto-blanc:hover {
  transition: 0.3s;
  background-color: #fff;
  color: #000 !important;
  border: none;
}
.ad3-wrap a img:hover {
  transition: 0.3s;
  opacity: 0.35;
}
.ad3-wrap .cercador-productes {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.ad3-wrap .cercador-productes div {
  text-align: left;
}
.ad3-wrap .cercador-productes label {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
}
.ad3-wrap .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* o un número alt com 9999 */
}
.ad3-wrap .image-container {
  position: relative;
}
.ad3-wrap .zoomed-image {
  max-width: 90%;
  max-height: 90%;
  z-index: 9999;
}
.ad3-wrap .close-button {
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 1.5rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.ad3-wrap .nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  user-select: none;
  padding: 0 10px;
}
.ad3-wrap .prev-button {
  left: 10px;
}
.ad3-wrap .next-button {
  right: 10px;
}
.ad3-wrap .item-coleccion h3 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 400;
}
.ad3-wrap .slider-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.ad3-wrap .slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad3-wrap .slider-images {
  width: 100%;
  height: 400px;
  position: relative;
}
.ad3-wrap .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
}
.ad3-wrap .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 24px;
  transition: background-color 0.3s ease;
  z-index: 99;
}
.ad3-wrap .slider-button:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.ad3-wrap .slider-button.left {
  left: 10px;
}
.ad3-wrap .slider-button.right {
  right: 10px;
}
.ad3-wrap .slider-indicator {
  text-align: center;
  margin-top: 10px;
  color: #555;
}
.loading {
  display: flex;
  align-content: center;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.loading .fa,
.loading .far,
.loading .fas {
  font-size: 70px;
}
.loading_small {
  display: flex;
  align-content: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 20px;
  color: #545e58;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.5rem !important;
}
/*# sourceMappingURL=frontend-divi.css.map */