@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #1D1D1B;
  margin: 0 !important;
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

p {
  margin-bottom: 16px;
}

a {
  text-decoration: none;
}

.button,
button,
input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.button--primary,
.woocommerce button.button {
  background-color: #E71D73;
  color: #FFFFFF;
  border: none;
}
.button--primary:hover,
.woocommerce button.button:hover {
  background-color: rgb(165.884, 17.616, 80.74);
  transition: all 0.2s ease;
}

.navbar-collapse {
  display: flex;
  justify-content: space-around;
}

.dropdown-menu li {
  padding: 8px;
}

#primary-menu {
  display: flex;
  justify-content: space-around;
  margin: 0;
  font-size: 15px;
}
#primary-menu li {
  list-style: none;
  padding-inline: 15px;
}
#primary-menu li a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
#primary-menu li a:hover {
  color: #E71D73;
}

.caja-buscador {
  width: 30%;
}
.caja-buscador .aws-container {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .caja-buscador {
    width: 80%;
  }
  .caja-buscador .aws-container {
    width: 100%;
  }
  .dropdown-menu li a {
    padding-inline: 15px;
  }
  #primary-menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  #primary-menu li {
    padding: 10px 0;
    margin: 0;
  }
  .navbar-collapse {
    display: block;
  }
  .aws-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
#carouselExampleCaptions .carousel-item {
  position: relative;
}

#carouselExampleCaptions .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0) 70%);
  z-index: 1;
}

#carouselExampleCaptions .carousel-caption {
  text-align: left;
  bottom: 50%;
  transform: translateY(50%);
  max-width: 520px;
  padding: 20px 24px;
  border-radius: 12px;
  z-index: 2;
}

/* zona segura para que no choque con flechas */
#carouselExampleCaptions {
  --hero-safe-left: clamp(60px, 8vw, 120px);
}

#carouselExampleCaptions .carousel-caption h5,
#carouselExampleCaptions .carousel-caption p {
  color: #fff;
}

#carouselExampleCaptions .carousel-caption a {
  font-weight: 600;
}

#carouselExampleCaptions .button--primary {
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
}

#carouselExampleCaptions .carousel-item img {
  height: 70vh;
  min-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

#carouselExampleCaptions .carousel-caption {
  opacity: 0;
  transform: translateY(60%);
  transition: all 0.6s ease;
}

#carouselExampleCaptions .carousel-item.active .carousel-caption {
  opacity: 1;
  transform: translateY(50%);
}

@media (max-width: 768px) {
  #carouselExampleCaptions .carousel-caption {
    bottom: 200px;
    transform: none;
    max-width: none;
    text-align: center;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
  #carouselExampleCaptions .carousel-item::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0) 70%);
  }
  #carouselExampleCaptions .carousel-caption h5 {
    font-size: 18px;
  }
  #carouselExampleCaptions .carousel-caption p {
    font-size: 14px;
  }
}
.woocommerce ul.products li.product {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  margin-bottom: 8px;
  color: #1D1D1B;
}
.woocommerce ul.products li.product .price {
  color: #E71D73;
  font-weight: 600;
}

.page-404,
.error404 {
  text-align: center;
  padding: 48px;
}
.page-404 h1,
.error404 h1 {
  font-size: 56px;
  margin-bottom: 16px;
}
.page-404 p,
.error404 p {
  color: #4A4A4A;
  margin-bottom: 24px;
}

table.woocommerce-product-attributes.shop_attributes {
  display: none !important;
}

@media (max-width: 768px) {
  .summary {
    order: 2;
  }
  .woocommerce-product-gallery {
    order: 1;
  }
}
#tab-description,
#tab-additional_information {
  margin-top: 3rem;
}

#tab-description h2,
#tab-additional_information h2 {
  font-size: 24px; /* tu H3 */
  margin-bottom: 1rem;
}

#tab-additional_information h2 {
  display: none;
}

.summary #tab-description {
  margin-top: 2rem;
}

.summary table.shop_attributes {
  margin-top: 1rem;
  font-size: 15px; /* tu body */
}

.summary table.shop_attributes th {
  font-weight: 600;
}

.woocommerce .single_add_to_cart_button.button.alt {
  background-color: #E71D73 !important;
  border-color: #E71D73 !important;
  color: #ffffff !important;
}

.woocommerce .single_add_to_cart_button.button.alt:hover {
  background-color: rgb(211.988, 22.512, 103.18) !important;
  border-color: #E71D73 !important;
}

.woocommerce a.button.add_to_cart_button,
.woocommerce a.button.product_type_simple,
.woocommerce a.button.product_type_variable {
  background-color: #E71D73 !important;
  border-color: #E71D73;
  color: #ffffff;
}

.woocommerce a.button.add_to_cart_button:hover,
.woocommerce a.button.product_type_simple:hover,
.woocommerce a.button.product_type_variable:hover {
  background-color: rgb(211.988, 22.512, 103.18);
  border-color: rgb(211.988, 22.512, 103.18);
  color: #ffffff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  line-height: 1.3;
  height: 4.5em; /* 2 líneas exactas */
  overflow: hidden;
}

/* Precios simples, rangos y variables */
.woocommerce div.product span.price,
.woocommerce div.product span.price *,
.woocommerce div.product p.price,
.woocommerce div.product p.price * {
  color: #E71D73 !important;
  font-weight: 600;
}

.card-producto h2 {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: #1D1D1B;
}

a:hover {
  text-decoration: none !important;
}

ul.products li.product {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 10px;
}
ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
ul.products li.product img {
  margin-inline: auto;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  margin-bottom: 8px;
}
ul.products li.product .price {
  color: #E71D73;
  font-weight: 600;
}

/* =========================
   CONTENEDOR DEL CARRUSEL
   ========================= */
.carousel-productos {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

/* Slick track limpio */
.carousel-productos .slick-list {
  overflow: hidden;
}

.carousel-productos .slick-track {
  display: flex !important;
  align-items: stretch;
}

/* =========================
   PRODUCT GRID → FLEX
   ========================= */
.carousel-productos ul.products {
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

.carousel-productos li.product {
  float: none !important;
  height: auto !important;
  padding: 10px;
  box-sizing: border-box;
}

/* =========================
   CARD DE PRODUCTO
   ========================= */
.carousel-productos li.product {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  text-align: center;
}

/* Imagen consistente */
.carousel-productos li.product img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =========================
   TITULO CON ALTURA FIJA
   ========================= */
.carousel-productos .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 10px;
  color: #1D1D1B;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: inherit;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 46px;
}

/* =========================
   PRECIO Y BOTÓN
   ========================= */
.carousel-productos .price {
  margin-top: 8px;
  font-weight: 600;
}

.carousel-productos .button {
  margin-top: auto;
  background-color: #E71D73;
  padding-inline: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 6px;
}

.carousel-productos .button:hover {
  background-color: rgb(188.936, 20.064, 91.96);
}

/* =========================
   ELIMINAR UNDERLINE GLOBAL
   ========================= */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link * {
  text-decoration: none !important;
}

/* =========================
   FLECHAS SLICK (SOLUCIÓN REAL)
   ========================= */
.carousel-productos .slick-prev,
.carousel-productos .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
}

/* Posición interna real */
.carousel-productos .slick-prev {
  left: 5px;
}

.carousel-productos .slick-next {
  right: 5px;
}

/* Iconos visibles */
.carousel-productos .slick-prev:before,
.carousel-productos .slick-next:before {
  color: #000;
  font-size: 30px;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 768px) {
  .carousel-productos {
    padding: 0 30px;
  }
  .carousel-productos .woocommerce-loop-product__title {
    font-size: 16px;
  }
}
.espacio-loops {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ancho-logo {
  width: 10%;
}

@media (max-width: 768px) {
  .ancho-logo {
    width: 30%;
    margin-inline: auto;
  }
}
.container-fluid {
  --bs-gutter-x: 0;
}

.categoria-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.categoria-item img {
  display: block;
  transition: transform 0.4s ease;
}

.categoria-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover */
.categoria-item:hover .categoria-overlay {
  opacity: 1;
}

.categoria-item:hover img {
  transform: scale(1.05);
}

#categorias {
  margin-bottom: 0;
  padding-bottom: 0;
}

#info {
  text-align: center;
}
#info i {
  font-size: 80px;
  color: #E71D73;
}

.sbi_feedtheme_header_text h3 {
  color: #1D1D1B;
}
.sbi_feedtheme_header_text p {
  color: #1D1D1B;
  font-weight: 600;
}

article {
  margin: 0 !important;
}

footer {
  display: block;
  background-color: #1D1D1B;
}
footer a {
  color: #FFFFFF !important;
}
footer .wp-caption-text {
  display: none;
}
footer .list-unstyled li a {
  color: #FFFFFF;
}
footer li:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease, color 0.3s ease;
  color: #E71D73 !important;
}
footer a:hover {
  color: #E71D73 !important;
}

.summary.entry-summary {
  margin: 0px !important;
}

.related h2:not(.woocommerce-loop-product__title) {
  padding-top: 10vh !important;
}
.related {
  margin-bottom: 10vh;
}

.cont {
  padding: 100px 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

.image-stack::after {
  content: " ";
  display: table;
  clear: both;
}

.image-stack__item--top {
  float: right;
  width: 66%;
  margin-left: -100%;
  padding-top: 50%;
  position: relative;
  z-index: 1;
}

.image-stack__item--bottom {
  float: left;
  width: 75%;
}

.imagen {
  width: 100%;
}

/*
.marquee {
    font-size: 10px;
    color: #fff;
    height: 2.5vw;
    overflow: hidden;
    background-color: #000;
    position: relative;
}
.marquee div {
    display: block;
    width: 200%;
    position: absolute; 
    overflow: hidden;
    animation: marquee 12s linear infinite;
}
.marquee span {
    float: left;
    width: 50%;
}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
} */
.woocommerce-breadcrumb {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
  color: #1D1D1B;
}
.woocommerce-breadcrumb a {
  color: #1D1D1B;
  text-decoration: none;
  transition: all 0.2s ease;
}
.woocommerce-breadcrumb a:hover {
  color: #E71D73 !important;
  text-decoration: underline;
}
.woocommerce-breadcrumb span, .woocommerce-breadcrumb {
  color: #E71D73 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  color: #1D1D1B;
}

.product_meta {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#quien-soy p {
  font-size: 14px;
}

.reset_variations {
  color: #E71D73;
}

.woocommerce-variation-price {
  margin-bottom: 20px !important;
}

.product-share a {
  color: #E71D73;
}
.product-share a:hover {
  color: rgb(165.884, 17.616, 80.74);
}

.aws_result_title {
  color: #E71D73 !important;
}

.aws_result_item.aws_search_more a {
  color: #E71D73;
}

.wc-block-components-product-name {
  color: #E71D73;
  font-weight: 600;
}

.wc-block-components-product-name:visited {
  color: #E71D73;
}

.wc-block-components-button__text {
  background-color: #E71D73;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 6px;
  font-weight: 600;
}

.wc-block-components-button__text:hover {
  background-color: rgb(165.884, 17.616, 80.74);
  transition: all 0.2s ease;
}

.wc-block-components-checkout-return-to-cart-button {
  color: #E71D73;
}

.wc-block-components-checkout-return-to-cart-button:visited {
  color: #E71D73;
}

.wc-block-components-button {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}/*# sourceMappingURL=estilos.css.map */