@import url('../tab-enologo.css');
@import url("../tajerta-precio.css"); /* SHORTCODE BUTTON */

/* RESET */

.page-top {
  display: none;
}
.main-content {
  padding: 0;
}

/* END RESETS */
#apalta {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    80deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(11, 11, 11, 1) 25%,
    rgba(47, 47, 47, 1) 80%
  );
}

#jahuel {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    80deg,
    rgba(0, 0, 0, 1) 0%,
    rgb(59, 5, 5, 1) 25%,
    rgb(154, 0, 5, 1) 80%
  );
}

#jahuel .single_add_to_cart_button{
  border: 1px #000 solid;
}

.carmen-delanz {
  background-color: black;
}

.carmen-delanz-logo,
.carmen-legacy-logo {
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .carmen-legacy-logo,
  .carmen-delanz-logo {
    max-width: 196px;
  }
}

.carmen-delanz-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.carmen-delanz-bottle {
  aspect-ratio: 2/3;
  height: 100%;
  width: 100%;
}

.carmen-delanz-bottle > * {
  height: 100%;
  object-fit: cover;
  overflow: unset;
}

.carmen-delanz-tag {
  max-width: 396px;
  margin: min(1.5rem, 3rem) 0;
}

/* ELEMENTOS DE SWIPER */

.carmen-button-slide {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  height: 28px;
  line-height: 1;
  padding: 0.25rem;
  width: 28px;
  top: 25%;
}
@media (min-width: 996px) {
  .carmen-button-slide {
    height: 42px;
    width: 42px;
    top: 35%;
  }
}

.carmen-button-slide::after {
  display: flex;
  color: black;
  font-size: 0.75rem;
  align-items: center;
}
@media (min-width: 996px) {
  .carmen-button-slide::after {
    font-size: 1.25rem;
  }
}

.carmen-button-slide.swiper-button-prev {
  left: 1rem;
}
.carmen-button-slide.swiper-button-next {
  right: 1rem;
}

@media (min-width: 996px) {
  .carmen-button-slide.swiper-button-prev {
    left: 3rem;
  }
  .carmen-button-slide.swiper-button-next {
    right: 3rem;
  }
}

/* TARJETA DE PRECIOS REWRITES */


.carmen-delanz .carmen-add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carmen-delanz .single-product .entry-summary {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

/* TARJETA DE PRECIOS REWRITES */
.carmen-delanz .container-add-cart .price .price-number {
  color: #ad9262;
  font-size: clamp(1.5rem, 0.9265rem + 2.3529vw, 3.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0.5rem 0;
}

.carmen-delanz .container-add-cart .price .price-stock {
  display: block;
  color: #ad9262;
  font-size: clamp(0.75rem, 0.7181rem + 0.1307vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  margin: 0;
  width: 100%;
}

.carmen-delanz .container-add-cart .price .price-title {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0;
}

.carmen-delanz .container-add-cart .sku {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .carmen-delanz-container .row.justify-content-center {
    height: 40em;
  }
}

@media (min-width: 768px) {
  picture.carmen-delanz-bottle {
    height: 65em;
  }
}

span.porcentaje_descuento, .price-stock {
  color: white;
}