@charset "UTF-8";
body {
  background-color: #FAF8EC;
}

main {
  margin-top: 92px;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 48px !important;
  color: #29004E !important;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 32px !important;
  color: #29004E !important;
}

h3 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 24px !important;
}

h4 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px !important;
}

h5 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
}

p {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px !important;
  color: #29004E;
}

.play {
  transition: transform 0.3s ease; /* Transición suave */
}

.play:hover {
  transform: scale(1.05); /* Aumenta el tamaño del logo ligeramente */
}

.navbar-lila {
  background-color: #EFECF7 !important;
}

.navbar-hueso {
  background-color: #FAF8EC !important; /* Rojo */
}

.navbar-toggler {
  border: none;
}

.offcanvas {
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  border-radius: 5px;
  max-width: 240px;
  max-height: 380px;
  background-color: #F1EFE5;
}

.offcanvas.show {
  visibility: visible;
  transform: translateX(0);
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.offcanvas-header {
  background-color: #29004E;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.offcanvas-header a {
  color: #FAF8EC;
}

.cuenta {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #29004E;
  padding: 3px 3px;
}
.cuenta .cuenta-description {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px !important;
}

/* Estilos para el menú principal */
.navbar-nav li a:not(.login-link) {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px !important;
  text-decoration: none;
  color: #29004E;
  padding: 5px 15px;
  border-radius: 30px;
}

.navbar-nav li a:not(.login-link):hover {
  background-color: #D5D95F;
  color: #29004E;
  padding: 5px 15px;
  border-radius: 30px;
}

.navbar-nav li.current-menu-item a {
  background-color: #D5D95F;
  color: #29004E;
  padding: 5px 15px;
  border-radius: 30px;
}

.navbar-expand-xl .navbar-nav {
  flex-direction: row;
  width: -moz-max-content;
  width: max-content;
}

.iconos-header {
  align-items: flex-end;
  gap: 30px;
}

.carrito-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  position: relative; /* Asegura que el indicador de cantidad se posicione correctamente */
}

.carrito-icon {
  width: 24px; /* Ajusta el tamaño del icono */
  height: auto;
}

.badge-cart {
  position: absolute; /* Posiciona el indicador de cantidad en relación al icono del carrito */
  top: -5px; /* Ajusta la posición vertical */
  right: -10px; /* Ajusta la posición horizontal */
  background-color: #FF0000; /* Color de fondo del indicador */
  color: #FAF8EC; /* Color del texto */
  padding: 3px 6px; /* Espaciado interno */
  border-radius: 50%; /* Hace el indicador redondo */
  font-size: 12px; /* Tamaño de la fuente */
}

.carrito-description {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
  color: #29004E; /* Color del texto */
  margin-top: 5px; /* Espacio entre el icono del carrito y el texto */
}

#owl-carrusel {
  background-color: #EFECF7;
}

/* Estilo del contenedor principal del carrusel portada*/
.contenedor-carrusel {
  position: relative; /* Elementos internos pueden usar position absoluta */
  overflow: hidden; /* Elementos fuera del contenedor no serán visibles */
}

/* Controla la ubicación del texto en el carrusel */
.texto-carrusel {
  position: absolute; /* Superpone el texto sobre el carrusel */
  top: 50%; /* Centrado vertical */
  left: 0; /* Ajuste básico */
  width: 100%; /* Para que el contenedor .container funcione correctamente */
  transform: translate(0, -50%); /* Mantiene el centrado vertical */
  z-index: 10; /* Asegura que esté por encima del contenido */
}

.texto-carrusel h1 {
  font-size: 128px !important;
}

/* Estilo del contenedor principal del carrusel */
.contenedor-por {
  position: relative; /* Elementos internos pueden usar position absoluta */
  overflow: hidden; /* Elementos fuera del contenedor no serán visibles */
  background-color: #EFECF7;
}

/* Controla la ubicación del texto en el carrusel */
.texto-por {
  position: absolute; /* Superpone el texto sobre el carrusel */
  top: 50%; /* Centrado vertical */
  left: 0; /* Ajuste básico */
  width: 100%; /* Para que el contenedor .container funcione correctamente */
  transform: translate(0, -50%); /* Mantiene el centrado vertical */
  z-index: 10; /* Asegura que esté por encima del contenido */
}

.texto-por h1 {
  font-size: 128px !important;
}

.breadcrumb {
  background-color: #F1EFE5;
  border-radius: 30px;
}

.breadcrumb-item a {
  color: #42007E !important;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px !important;
  color: #29004E;
}
.breadcrumb-item a:hover {
  color: #42007E !important;
  background-color: #EFECF7;
}

.breadcrumb-item.active {
  color: #29004E !important;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px !important;
  color: #29004E;
}

.img-somos {
  position: relative;
  z-index: 1; /* Coloca el contenedor img-somos detrás */
}

.somos {
  position: relative;
  z-index: 2; /* Coloca el contenedor somos por encima */
  padding: 20px; /* Opcional: Espaciado interno */
  margin-top: -450px; /* Ajusta según sea necesario para superponer */
}
.somos div h1 {
  font-size: 128px !important;
}
.somos .row div img {
  border-radius: 5px;
}

.somos-logo {
  background-color: #F1EFE5;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}

.borde {
  border-radius: 5px;
}

.gris {
  background-color: #F1EFE5;
  border-radius: 5px;
  padding: 30px;
}

.gris2 {
  background: linear-gradient(to bottom, #F1EFE5, #FAF8EC);
}

.btn-primary, .woocommerce div.product form.cart .button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
.wc-block-components-button {
  background-color: #D5D95F !important;
  color: #29004E !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px !important;
  border-radius: 30px !important;
  padding: 7px 30px !important;
  border: none !important;
}
.btn-primary:hover, .woocommerce div.product form.cart .button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
.wc-block-components-button:hover {
  background-color: #C4BAFF !important;
  color: #29004E !important;
  border: none !important;
}

.redes-a {
  background-color: #FAF8EC;
  padding: 8px 10px;
  border-radius: 50%;
}
.redes-a:hover {
  background-color: #D5D95F;
}

.mensaje-copiado {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(50, 50, 50, 0.9); /* Un gris oscuro en lugar de negro puro */
  color: #ffffff !important; /* Blanco puro para mejor contraste */
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  text-align: center;
  white-space: normal;
  text-shadow: none; /* Eliminamos la sombra que podría oscurecer el texto */
  font-weight: bold; /* Hace que el texto resalte más */
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
  background-color: #29004E;
  display: flex;
}

.content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 10s linear infinite;
}

.content span {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px !important;
  color: #FAF8EC;
}

.categoria {
  text-decoration: none;
}

figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

figure img {
  max-width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

figure figcaption {
  color: #29004E;
}

.product-cards a {
  text-decoration: none;
}

.card {
  border: none;
  border-radius: 10px;
}
.card h3 {
  color: #29004E;
}

.card-img-container {
  width: 100%;
  overflow: hidden; /* Asegurar que el contenido dentro del contenedor no se desborde */
  padding: 15px;
}
.card-img-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; /* Asegurar que la imagen se ajuste al contenedor */
  border-radius: 10px;
}

.card-img-container {
  text-decoration: none !important;
  position: relative !important; /* Asegura que el span se posicione relativo a este contenedor */
}
.card-img-container span {
  position: absolute !important; /* Posiciona el span de forma absoluta dentro del contenedor */
  top: 0 !important; /* Fija el span en la parte superior */
  left: 15px !important; /* Fija el span en la parte izquierda */
  color: #FAF8EC !important;
  font-family: "Merriweather Sans", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 16px !important;
  background-color: #29004E !important;
  padding: 2px 5px !important;
  border-top-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  z-index: 1 !important; /* Asegura que el span esté encima de la imagen */
}

.woocommerce span.onsale {
  min-height: 0em;
  line-height: unset;
  border-radius: 0%;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-body .price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  font-family: "Merriweather Sans", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 20px !important;
  color: #29004E !important;
}
.card-body .price ins, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price ins, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price ins {
  margin-right: 10px !important;
}

/* Estilizar el botón de agregar al carrito */
.btn-carrito {
  display: flex !important;
  justify-content: center !important; /* Alineación horizontal al centro */
  align-items: center !important; /* Alineación vertical al centro */
  background-color: #D5D95F !important;
  color: #29004E !important;
  font-family: "Merriweather Sans", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 20px !important;
  border-radius: 30px !important;
  padding: 5px 10px !important;
  cursor: pointer !important;
  transition: background-color 0.3s, color 0.3s !important; /* Animación suave para el cambio de color */
  margin-top: 10px !important; /* Espacio entre el botón y el precio */
}

/* Estilizar el icono del carrito */
.btn-carrito .btn-icon {
  width: 24px !important;
  height: 24px !important;
  background-image: url("../../img/carrito2.svg") !important; /* Ruta del ícono SVG normal */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-right: 5px !important; /* Espacio entre el ícono y el texto */
  transition: background-image 0.3s !important; /* Animación suave para el cambio de icono */
}

/* Estilizar el texto del carrito */
.btn-carrito .btn-text {
  margin-left: 5px !important; /* Espacio entre el ícono y el texto */
}

/* Cambio de estilo al pasar el mouse */
.btn-carrito:hover {
  background-color: #C4BAFF !important;
  color: #29004E !important;
}

.gris3 {
  background-color: #F1EFE5;
  border-radius: 10px;
}

.wpc-term-image-wrapper {
  border: none !important;
  padding: 0px !important;
}

.wpc-filter-title {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px !important;
  color: #29004E;
}

.wpc-filters-section ul li a {
  color: #29004E;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px !important;
  color: #29004E;
}
.wpc-filters-section ul li a:hover {
  color: #29004E;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
}

.wpc-filters-main-wrap input[type=checkbox]:hover, .wpc-filters-main-wrap input[type=radio]:hover {
  background-color: #FFFFFF !important;
  border: solid 2px #29004E !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #F1EFE5 !important;
  color: #29004E !important;
  border-top: 3px solid #D5D95F !important;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px !important;
  color: #29004E;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  background-color: #D5D95F !important;
  color: #29004E !important;
  border-radius: 30px !important;
  padding: 5px 15px !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px !important;
}
.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
  background-color: #C4BAFF !important;
  color: #29004E !important;
}

.woocommerce-info .showcoupon, .woocommerce-message .restore-item {
  color: #29004E !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
}
.woocommerce-info .showcoupon:hover, .woocommerce-message .restore-item:hover {
  background-color: #C4BAFF !important;
  color: #29004E !important;
}

.woocommerce-pagination {
  margin-top: 20px;
}

.woocommerce-pagination ul {
  border: solid 1px #F1EFE5 !important;
  background-color: #FFFFFF !important;
}
.woocommerce-pagination ul li span {
  color: #29004E !important;
  background-color: #C4BAFF !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li .next, .woocommerce-pagination ul li .prev {
  color: #29004E !important;
  background-color: #FFFFFF !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
}
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li .next:hover, .woocommerce-pagination ul li .prev:hover {
  background-color: #C4BAFF !important;
  color: #29004E !important;
}

.woocommerce div.product .product_title {
  margin-bottom: 32px;
}

.woocommerce span.onsale {
  color: #29004E !important;
  font-family: "Merriweather Sans", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 16px !important;
  background-color: #C4BAFF !important;
  padding: 2px 5px !important;
  border-top-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

/* Estilos de valoración con estrellas */
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 15px;
  margin-top: 0px;
}

.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a {
  color: #FFD700; /* Color dorado para las estrellas */
  font-size: 1.2rem; /* Ajusta el tamaño de las estrellas */
  display: inline-block; /* Asegúrate de que se muestren en línea */
}

.woocommerce-review-link {
  color: #42007E !important;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px !important;
  color: #29004E;
}

.product_meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product_meta .posted_in a:hover {
  background-color: #EFECF7 !important;
}

.artesanias {
  background-color: #EFECF7;
  border-radius: 20px;
}
.artesanias p {
  color: #29004E;
}

.product_meta .tagged_as, .product_meta .sku_wrapper {
  display: none !important;
}

.woocommerce-product-details__short-description {
  margin-top: 15px;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.woocommerce div.product form.cart {
  margin-bottom: 0em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #29004E !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
}

/* Estilos para el contenedor de cantidad, usando flexbox para alinear elementos horizontalmente */
.cart .quantity {
  display: flex;
  background-color: #FFFFFF;
  border-radius: 30px;
  border: solid 2px #F1EFE5;
  padding: 2px;
  width: -moz-max-content;
  width: max-content;
}

/* Eliminar la apariencia predeterminada de los campos numéricos input */
.cart input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: none;
}

.woocommerce .quantity .qty {
  width: 2em;
  height: 35px;
}

/* Eliminar los botones de incremento y decremento predeterminados de los campos numéricos */
.cart input[type=number]::-webkit-inner-spin-button,
.cart input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* Estilo para los nuevos botones de cantidad */
.cart .custom-button-qty {
  background-color: #C4BAFF;
  border: solid 1px #C4BAFF;
  padding: 0px 12px;
  color: #29004E;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
}

.cart .custom-button-qty2 {
  background-color: #C4BAFF;
  border: solid 1px #C4BAFF;
  padding: 0px 10px;
  color: #42007E;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
}

/* Opcional: Cambiar el color del botón cuando se pasa el cursor por encima */
.cart .custom-button-qty:hover {
  background-color: #D5D95F;
  border: solid 1px #D5D95F;
  color: #29004E;
}

.cart .custom-button-qty2:hover {
  background-color: #D5D95F;
  border: solid 1px #D5D95F;
  color: #29004E;
}

/* Ocultar el botón "Actualizar" */
.actions .btn[name=update_cart] {
  display: none;
}

.summary .entry-summary .product_meta {
  padding-bottom: 20px;
}

.product_meta .posted_in {
  color: #29004E !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
}
.product_meta .posted_in a {
  color: #42007E !important;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px !important;
  color: #29004E;
}

.woocommerce div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs {
  margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs h2, .woocommerce #content div.product .woocommerce-tabs h2, .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce-page #content div.product .woocommerce-tabs h2 {
  margin-bottom: 32px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #FAF8EC;
  color: #29004E !important;
  border-bottom-color: #FAF8EC;
  z-index: 2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #F1EFE5;
  color: #29004E !important;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}

.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions {
  display: none;
}

.woocommerce .products ul, .woocommerce ul.products {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
}
.woocommerce .products ul div a, .woocommerce ul.products div a {
  text-decoration: none;
}

.woocommerce table.shop_table {
  border-top: 1px solid #FAF8EC;
  border-bottom: 1px solid #FAF8EC;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  margin-right: 0px;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, #add_payment_method table.cart img {
  width: 100%;
}

.cupon a {
  color: #EFECF7 !important;
}

/* Estilo para el enlace de eliminar producto */
.product-remove .remove {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  color: inherit;
  transition: transform 0.2s ease-in-out; /* Transición suave */
}

/* Eliminar el círculo rojo en el hover */
.product-remove .remove:hover {
  background: transparent !important; /* Asegura que el fondo sea transparente */
  border: none !important; /* Elimina cualquier borde */
  box-shadow: none !important; /* Elimina cualquier sombra */
  outline: none !important; /* Elimina cualquier outline */
  animation: swing-left-right 0.5s ease-in-out; /* Aplica la animación */
}

/* Asegúrate de que el icono se vea correctamente */
.product-remove .remove img {
  width: 16px; /* Asegura el tamaño del icono */
  height: 16px; /* Asegura el tamaño del icono */
  filter: hue-rotate(360deg);
}

/* Definir la animación de inclinación a la izquierda y luego a la derecha */
@keyframes swing-left-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.input-text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: solid 2px #29004E;
}

.btn-cupon {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #29004E;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-cupon:hover {
  color: #D5D95F;
  background-color: #29004E;
}

.btn-comprando {
  background-color: #C4BAFF;
  color: #42007E;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px !important;
  border-radius: 30px;
  padding: 5px 30px;
}
.btn-comprando:hover {
  background-color: #D5D95F;
  color: #29004E;
}

.titulo-producto a {
  color: #29004E;
}

.product-attribute {
  color: #29004E;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px !important;
  color: #29004E;
}

.woocommerce-additional-fields h3 {
  margin: 35px 0px 20px;
}

.wc-block-components-address-card {
  background-color: white !important;
}

.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: solid 2px #FAF8EC;
}

.woocommerce-privacy-policy-text .woocommerce-privacy-policy-link, .woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link,
.wc-block-components-checkbox__label a {
  color: #42007E !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
}
.woocommerce-privacy-policy-text .woocommerce-privacy-policy-link:hover, .woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link:hover,
.wc-block-components-checkbox__label a:hover {
  background-color: #EFECF7 !important;
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected, .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
  background-color: #42007E !important;
  color: #FAF8EC !important;
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option, .wc-block-checkout__shipping-method-option {
  background-color: #F1EFE5 !important;
  color: #29004E !important;
}
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover, .wc-block-checkout__shipping-method-option:hover {
  background-color: #42007E !important;
  color: #FAF8EC !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt {
  background-color: #D5D95F !important;
  color: #EFECF7 !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px !important;
  border-radius: 30px !important;
  padding: 7px 30px !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover {
  background-color: #C4BAFF !important;
  color: #42007E !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 5px;
  background-color: #FFFFFF !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  background-color: #FFFFFF !important;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
  background-color: #F1EFE5;
  border: none;
  margin-top: 0px;
}
.woocommerce form.login p label, .woocommerce form.checkout_coupon p label, .woocommerce form.register p label {
  color: #42007E;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
}

.woocommerce-LostPassword a, .woocommerce-MyAccount-content .gris p a, .woocommerce-Address-title a {
  color: #42007E !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
}
.woocommerce-LostPassword a:hover, .woocommerce-MyAccount-content .gris p a:hover, .woocommerce-Address-title a:hover {
  background-color: #EFECF7 !important;
}

.woocommerce-MyAccount-navigation {
  padding-right: 10px;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #FAF8EC !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px !important;
  text-decoration: none;
  background-color: #29004E;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center; /* Centrar el texto */
  display: block; /* Asegurar que el enlace tome todo el ancho */
  width: 100%; /* Hacer que abarque el 100% de su contenedor */
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #D5D95F !important;
}

.gracias {
  background-color: #EFECF7;
  border-radius: 20px;
}
.gracias .detalles {
  background-color: #42007E;
  border-radius: 5px;
}
.gracias .detalles p {
  color: #F1EFE5;
}

.woocommerce-order-overview {
  list-style: none;
  padding: 0;
}

.woocommerce-order-details h2 {
  margin-bottom: 32px;
}

.woocommerce-table__product-name.product-name a {
  color: #42007E !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
}
.woocommerce-table__product-name.product-name a:hover {
  background-color: #FAF8EC !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td a {
  color: #42007E !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px !important;
  margin-left: 5px;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td a:hover {
  background-color: #FAF8EC !important;
}

.woocommerce-customer-details .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  width: 100%;
}
.woocommerce-customer-details .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 h2 {
  margin-bottom: 32px;
}
.woocommerce-customer-details .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  width: 100%;
  margin-top: 40px;
}
.woocommerce-customer-details .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 h2 {
  margin-bottom: 32px;
}

.img-footer {
  width: 100%; /* Para pantallas grandes, cubre el ancho completo */
  -o-object-fit: cover;
     object-fit: cover; /* Cubre el área del contenedor */
  -o-object-position: center;
     object-position: center; /* Centra la imagen en el contenedor */
}

.footer_azul {
  color: #FAF8EC;
  background-color: #42007E;
}
.footer_azul ul {
  list-style: none;
}
.footer_azul a {
  color: #FAF8EC;
  text-decoration: none;
}
.footer_azul a:hover {
  color: #D5D95F;
}

.dropdown-toggle {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #42007E;
  border: none;
  color: #FAF8EC;
}
.dropdown-toggle:active {
  background-color: #42007E;
}
.dropdown-toggle:hover {
  background-color: #42007E;
  color: #D5D95F;
}
.dropdown-toggle:focus {
  background-color: #42007E;
}
.dropdown-toggle:visited {
  background-color: #42007E;
}

.dropdown-menu {
  background-color: #29004E;
  width: 100%;
  border: 2px solid #29004E;
}
.dropdown-menu .dropdown-item {
  color: #FAF8EC;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #42007E;
  color: #D5D95F;
}
.dropdown-menu .dropdown-item:active {
  background-color: #42007E;
  color: #D5D95F;
}
.dropdown-menu .dropdown-item a:hover {
  color: #D5D95F;
}
.dropdown-menu .dropdown-item a:active {
  color: #D5D95F;
}

.redes {
  background-color: #FAF8EC;
  padding: 16px 20px;
  border-radius: 100%;
}
.redes:hover {
  background-color: #D5D95F;
}
.redes img {
  width: 30px;
}

.footer_azul_oscuro {
  background-color: #29004E;
  color: #FAF8EC;
}
.footer_azul_oscuro a img {
  width: 180px;
}
.footer_azul_oscuro a {
  color: #D5D95F;
  text-decoration: none;
}
.footer_azul_oscuro a:hover {
  color: #C4BAFF;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1312px) {
  .somos {
    margin-top: -390px; /* Ajusta según sea necesario para superponer */
  }
}
@media screen and (max-width: 1199px) {
  main {
    margin-top: 69px;
  }
  .navbar-expand-xl .navbar-nav {
    display: inline-grid;
  }
  /* Controla la ubicación del texto en el carrusel */
  .texto-carrusel {
    top: 50%; /* Centrado vertical */
  }
  .texto-carrusel h1 {
    font-size: 100px !important;
  }
  .somos {
    position: relative;
    z-index: 2; /* Coloca el contenedor somos por encima */
    padding: 20px; /* Opcional: Espaciado interno */
    margin-top: -300px; /* Ajusta según sea necesario para superponer */
  }
  .somos div h1 {
    font-size: 100px !important;
  }
  .somos-logo {
    background-color: #F1EFE5;
    border-bottom-left-radius: 300px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 300px;
  }
}
@media screen and (max-width: 991px) {
  .somos {
    margin-top: -400px; /* Ajusta según sea necesario para superponer */
  }
}
@media screen and (max-width: 901px) {
  main {
    margin-top: 52px;
  }
  .navbar-brand {
    width: 140px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .iconos-header {
    align-items: flex-end;
    gap: 20px;
  }
  /* Controla la ubicación del texto en el carrusel */
  .texto-carrusel {
    top: 50%; /* Centrado vertical */
  }
  .texto-carrusel h1 {
    font-size: 60px !important;
  }
  .texto-por h1 {
    font-size: 80px !important;
  }
  .somos {
    position: relative;
    z-index: 2; /* Coloca el contenedor somos por encima */
    padding: 20px 20px 0px; /* Opcional: Espaciado interno */
    margin-top: -350px; /* Ajusta según sea necesario para superponer */
  }
  .somos div h1 {
    font-size: 80px !important;
  }
  .gris3 {
    background-color: #F1EFE5;
    margin-bottom: 15px;
  }
  body .wpc-filters-open-button-container a.wpc-filters-open-widget, body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    border: 1px solid #29004E !important;
    background-color: #FFFFFF !important;
    color: #29004E !important;
  }
  /* Quitar : de la tabla en cart.php */
  .woocommerce-cart-form table.shop_table_responsive tr td::before {
    display: none;
  }
  .woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce-MyAccount-navigation {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-navigation ul {
    padding: 0;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    display: none !important;
  }
  .wp-block-woocommerce-checkout {
    padding-top: 0px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsla(0, 0%, 7%, 0.11);
    border-radius: 5px;
    background-color: #FAF8EC !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-wrapper:first-of-type {
    border-top: 0;
    background-color: white;
  }
  .wc-block-components-totals-wrapper {
    border-top: 1px solid hsla(0, 0%, 7%, 0.11);
    padding: 16px 0;
    background-color: white;
  }
  .wp-block-woocommerce-checkout-order-summary-totals-block {
    border-top: 1px solid hsla(0, 0%, 7%, 0.11);
    padding-bottom: 16px;
    background-color: white;
  }
}
@media screen and (max-width: 767px) {
  /* Controla la ubicación del texto en el carrusel */
  .texto-carrusel {
    top: 50%; /* Centrado vertical */
  }
  .texto-carrusel h1 {
    font-size: 70px !important;
  }
  .texto-por h1 {
    font-size: 50px !important;
  }
  .somos {
    position: relative;
    z-index: 2; /* Coloca el contenedor somos por encima */
    margin-top: -600px; /* Ajusta según sea necesario para superponer */
  }
  .somos div h1 {
    font-size: 60px !important;
  }
  .card-img-container {
    padding: 13px;
  }
  .btn.btn-carrito .btn-text {
    display: none !important;
  }
  .btn.btn-carrito .btn-icon {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .card-body .price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    font-size: 16px !important;
  }
  .wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container {
    flex-direction: column;
  }
  .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    width: 100%;
    margin-bottom: 20px;
  }
  .redes img {
    width: 24px;
  }
  .footer_azul_oscuro a {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 630px) {
  .somos {
    margin-top: -500px; /* Ajusta según sea necesario para superponer */
  }
}
@media screen and (max-width: 500px) {
  .somos {
    margin-top: -400px; /* Ajusta según sea necesario para superponer */
  }
}
@media (max-width: 376px) {
  .texto-por h1 {
    font-size: 45px !important;
  }
  .somos {
    position: relative;
    z-index: 2; /* Coloca el contenedor somos por encima */
    padding: 20px; /* Opcional: Espaciado interno */
    margin-top: -380px; /* Ajusta según sea necesario para superponer */
  }
}
@media (max-width: 368px) {
  .texto-carrusel h1 {
    font-size: 45px !important;
  }
  .somos {
    position: relative;
    z-index: 2; /* Coloca el contenedor somos por encima */
    padding: 20px; /* Opcional: Espaciado interno */
    margin-top: -330px; /* Ajusta según sea necesario para superponer */
  }
  .card-body .price {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }
}
@media (max-width: 300px) {
  .texto-por h1 {
    font-size: 40px !important;
  }
}/*# sourceMappingURL=estilos.css.map */