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

/* RESET */

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

/* END RESETS */

.carmen-do {
  font-family: "Athelas", "Open Sans", sans-serif;
  background-color: #e2dbcf;
  background-image: url("https://santaritaonline.com/wp-content/uploads/2024/05/bg-papel.jpg?id=767887");
}

.carmen-do * {
  font-family: inherit;
}

.carmen-do-logo {
  margin: 0 0 3rem 0;
}
@media (min-width: 996px) {
  .carmen-do-logo {
    margin: 0 auto;
  }
}

.carmen-legacy-logo {
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .carmen-do-logo,
  .carmen-legacy-logo {
    max-width: 196px;
  }
}

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

.carmen-do-bottle {
  padding: 40px 0;
  aspect-ratio: 2/3;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .carmen-do-bottle {
    width: 260px;
  }
}
.carmen-do-bottle > * {
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  overflow: unset;
  position: relative;
  z-index: -1;
}

.carmen-do-tagline {
  color: #4c4944;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  max-width: 620px;
  text-align: center;
}
.carmen-do-tagline span {
  display: block;
}

.carmen-do-title {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  margin: auto;
  max-width: 520px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .carmen-do-title {
    font-size: 2.5rem;
  }
}
.carmen-do-ingredients {
  color: #828175;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 1rem auto 2rem auto;
  max-width: 420px;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .carmen-do-ingredients {
    font-size: 1.125rem;
    margin: 1.5rem auto 5rem auto;
  }
}

/* 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: 25%;
  }
}

.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: 0rem;
}
.carmen-button-slide.swiper-button-next {
  right: 0rem;
}

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

/* TABS REWRITES */
.carmen-tabs * {
  font-family: "Open Sans", sans-serif;
}
.carmen-tabs .nav-link.active {
  color: #461d04 !important;
}

.carmen-tab-table .carmen-cell,
.carmen-tabs .carmen-tab-comments .text {
  color: #828175;
}

.carmen-do .title-landing{
  margin: 7rem 0 0 0;
  height: 220px;
}

/* TARJETA DE PRECIOS REWRITES */
.carmen-do .container-add-cart{
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  height: 220px;
}

.carmen-do .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-do .container-add-cart .price .price-stock {
  display: block;
  color: #000;
  font-size: clamp(0.75rem, 0.7181rem + 0.1307vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  margin: 0;
  width: 100%;
}