.img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto;
  width: auto;
  height: auto;
}

.img-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.active > .page-link, .page-link.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

p a {
  color: var(--primary);
}

.etiqueta {
  padding: 0 0.5em;
  width: auto;
  left: 0;
}

.pagination {
  width: auto;
}

.navbar {
  padding: 1rem 0;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}

hr {
  border-top-color: var(--primary);
  margin: auto;
  opacity: 1;
}

.toast-container {
  z-index: 1001;
}

.mega-menu {
  z-index: 1001;
}

.section-producto .btn-cuadrado {
  white-space: nowrap;
  width: auto;
  padding: 0 1rem;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.section-producto .btn-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}
.section-producto .btn-wishlist .like {
  margin: auto;
}

.section-grilla .ratio-21x9 .img-absolute {
  max-width: 75% !important;
}
.section-grilla .mega-menu {
  min-width: initial;
  z-index: auto;
}
.section-grilla .mega-menu ul li a {
  font-size: 0.875em;
}

.radio-pago {
  min-height: 40px;
  height: auto;
}
.radio-pago .radio-toggle {
  display: none;
}
.radio-pago :checked ~ .radio-toggle {
  display: block;
}

.fixed-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  z-index: 10000;
}
.fixed-button a {
  background: #25d366;
  color: #fff !important;
  width: 1.75em;
  line-height: 1.5;
  height: 1.75em;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 2em;
  display: block;
}
.fixed-button .message {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0.5em auto auto;
  white-space: nowrap;
  background: #fff;
  padding: 0.5em;
  border: 2px solid var(--primary);
  height: 2.5em;
  line-height: 1.25;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  transform: translateX(3em);
}
.fixed-button:hover .message {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.fixed-button:hover::before {
  opacity: 0;
}
.fixed-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #25d366;
  opacity: 0.5;
  border-radius: 50%;
  animation: infiniteScale 3s infinite;
}
.fixed-button img {
  height: 1em;
}

@keyframes infiniteScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}
.precio-anterior {
  color: #c00;
}

.section-slider .slick-slider {
  position: relative;
  overflow: hidden;
}
.section-slider .slick-slider .slick-slide {
  margin: 0 7.5px;
}
.section-slider .slick-slider .slick-slide .ratio:not(.ratio-4x3)::before {
  content: "";
  display: block;
  padding-top: 133.33333333%;
}
.section-slider .slick-slider .slick-slide .ratio::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.section-slider .slick-slider .slick-slide .ratio img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-slider .slick-slider .slick-slide .ratio .ratio-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  z-index: 1;
  color: #fff;
}
.section-slider .slick-slider .slick-slide .ratio .ratio-overlay a {
  color: inherit;
  padding: 0.5em 1em;
  border: 1px solid;
  margin-top: 15px;
  font-size: 0.875em;
}
.section-slider .slick-slider .slick-left, .section-slider .slick-slider .slick-right {
  position: absolute;
  color: #808080 !important;
  width: 45px;
  text-align: center;
  height: 45px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 7.5px rgba(0, 0, 0, 0.25);
}
.section-slider .slick-slider .slick-left img, .section-slider .slick-slider .slick-right img {
  height: 15px;
}
.section-slider .slick-slider .slick-left {
  left: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.section-slider .slick-slider .slick-right {
  right: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.etiqueta-d, .etiqueta-i {
  width: auto;
  padding: 0 0.5rem;
}

.etiqueta-i {
  margin-right: 0;
}

.etiqueta-d {
  margin-left: 0.5rem;
}
.etiqueta-d img {
  max-height: 50px;
}

.carrusel-historias .slick-slide {
  margin: 0 15px;
}
.carrusel-historias .item {
  border-radius: 50%;
  overflow: hidden;
}

.btn-ag-carrito:hover {
  color: #fff;
}

.noUi-connect {
  background: var(--primary) !important;
}

.producto .img-fluid {
  transition: 0.3s;
}
.producto:hover .img-fluid {
  transform: scale(1.1);
}

.fav {
  top: 1rem;
}

.btn-wishlist.active img {
  filter: brightness(0);
}

.soporte {
  position: fixed;
}

.section-historias .container {
  max-width: 900px;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}
.btn-whatsapp:hover {
  color: #fff;
  transform: scale(1.05);
}

.tienda a {
  color: inherit;
  text-decoration: none;
}

.titulo-panel {
  padding-left: 2rem;
  height: 51px;
  color: var(--grey);
  width: 100%;
  transition: 0.2s all ease;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.icono-solo {
  width: auto;
  max-height: 96px;
  height: auto;
}

.section-carrito .table .img-producto {
  object-fit: contain;
}

.brand-title {
  font-weight: 600;
  color: inherit;
}

.resumen-compra .img-producto {
  object-fit: contain;
}

.info-block {
  color: var(--primary);
  line-height: 1.25;
  font-weight: 600;
  font-size: 0.875em;
}

.zoom {
  width: auto;
}

.contenido .titulo, .section-coleccion .titulo, .section-banners .titulo, .section-suscripcion .bienvenido h2 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.section-set .slick-slider {
  position: relative;
}
.section-set .slick-slider .slick-dots {
  bottom: 0;
  padding: 30px;
}
.section-set .slick-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7.5px;
}
.section-set .slick-slider .slick-dots li button {
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 2px solid var(--primary);
  padding: 0;
}
.section-set .slick-slider .slick-dots li button::before {
  content: none;
}
.section-set .slick-slider .slick-dots li.slick-active button {
  background: var(--primary);
}

@media (max-width: 767px) {
  .navbar .logo img {
    filter: brightness(0) invert(1);
  }

  .section-producto .btn-cuadrado {
    margin-bottom: 0.5rem !important;
  }
}

/*# sourceMappingURL=custom.css.map */
