@charset "UTF-8";
*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

* {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 120%;
  color: #495879;
}

li {
  list-style: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.color-white {
  color: white;
}

.shadow {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
}
.shadow-1 {
  box-shadow: 0px 4.492px 4.492px 0px rgba(0, 0, 0, 0.1);
}

.w-100 {
  width: 100%;
}
.w-full {
  width: 100vw;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.wh-full {
  width: 100vw;
  height: calc(100vh - 140px);
}

.h-100 {
  height: 100%;
}
.h-full {
  height: calc(100vh - 140px);
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.flex {
  display: flex;
}
.flex.col {
  flex-direction: column;
}
.flex.row {
  flex-direction: row;
}
.flex.around {
  justify-content: space-around;
}
.flex.between {
  justify-content: space-between;
}
.flex.evenly {
  justify-content: space-evenly;
}
.flex-1 {
  flex: 1;
}
.flex.wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.gap {
  gap: 0.5rem;
}
.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-5 {
  gap: 5rem;
}

.center {
  justify-content: center;
  align-items: center;
}
.center-x {
  justify-content: center;
}
.center-y {
  align-items: center;
}

.start {
  justify-content: flex-start;
  align-items: flex-start;
}
.start-x {
  justify-content: flex-start;
}
.start-y {
  align-items: flex-start;
}

.end {
  justify-content: flex-end;
  align-items: flex-end;
}
.end-x {
  justify-content: flex-end;
}
.end-y {
  align-items: flex-end;
}

body {
  background-color: #fff;
}

main {
  margin-top: var(--header-h, 0px);
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
#overlay.active {
  opacity: 0.5;
  z-index: 1000;
}

.hidden {
  display: none;
}

.opacity-0 {
  opacity: 0;
  visibility: hidden;
}

.contenedor {
  width: 1350px;
  max-width: 95%;
  margin: 0 auto;
}

section {
  width: 100%;
  padding: 2rem 0;
}

.custom-product-card {
  overflow: hidden;
  position: relative;
  display: flex;
  width: 229px;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  /* Sombra base 2 */
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}
.custom-product-card .main-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.custom-product-card .card-media-container {
  height: 249px;
  background: #f1f5f9;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.custom-product-card .card-media-container img {
  width: 80%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
.custom-product-card .card-media-container .action-btn {
  position: absolute;
  z-index: 3;
}
.custom-product-card .card-media-container .action-btn.wishlist-btn {
  top: 5px;
  right: -50px;
  transition: all 0.3s ease;
}
.custom-product-card .card-media-container .action-btn.wishlist-btn .tinv-wraper .tinvwl-icon-custom {
  width: 30px;
  height: 30px;
}
.custom-product-card .card-media-container .action-btn.wishlist-btn .tinv-wraper .tinvwl-icon-custom img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-product-card .card-media-container .action-btn.cart-btn {
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.custom-product-card .card-media-container .action-btn.cart-btn a {
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  padding: 5px 10px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: var(--3, #1f1539);
  color: var(--8, #FFF);
  text-align: center;
  /* Titulo 14 Regular */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
}
.custom-product-card .card-media-container .card-badge {
  position: absolute;
  z-index: 3;
  left: 5px;
  top: 5px;
  display: inline-flex;
  padding: 2px 6px;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: var(--2, #83c5cd);
  color: var(--3, #1F1539);
  /* Titulo 12 Bold */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 141.667% */
  letter-spacing: -0.6px;
}
.custom-product-card .card-info-container {
  z-index: 2;
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.custom-product-card .card-info-container .card-single-category {
  color: var(--Temp, #565C6C);
  text-align: center;
  /* Titulo 12 Regular Mayúscula */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.custom-product-card .card-info-container .card-title {
  color: var(--3, #1F1539);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
}
.custom-product-card .card-info-container .card-price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.custom-product-card .card-info-container .card-price span {
  color: var(--1, #da3d58);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
}
.custom-product-card .card-info-container .card-price .woocommerce-Price-amount bdi {
  color: var(--1, #da3d58);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
}
.custom-product-card .card-info-container .card-price .woocommerce-Price-amount bdi span {
  color: var(--1, #da3d58);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
}
.custom-product-card .card-info-container .card-price del {
  order: 5;
}
.custom-product-card .card-info-container .card-price del .woocommerce-Price-amount bdi {
  color: var(--Temp, #565c6c);
  text-align: center;
  /* Titulo 14 Regular */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  text-decoration-line: line-through;
}
.custom-product-card .card-info-container .card-price del .woocommerce-Price-amount bdi span {
  color: var(--Temp, #565c6c);
  text-align: center;
  /* Titulo 14 Regular */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  text-decoration-line: line-through;
}
.custom-product-card:hover .card-media-container img {
  transform: scale(1.1);
}
.custom-product-card:hover .card-media-container .action-btn.wishlist-btn {
  right: 5px;
}
.custom-product-card:hover .card-media-container .action-btn.cart-btn {
  bottom: 5px;
}

#side-cart-panel {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  top: 0;
  right: -400px;
  width: 340px;
  max-width: 90%;
  height: 100vh;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
  background: #f7f6f8;
  z-index: 9999;
  transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
#side-cart-panel.active {
  right: 0;
}
#side-cart-panel .side-cart-header {
  padding: 30px 25px 25px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px #83c5cd solid;
}
#side-cart-panel .side-cart-header span {
  color: var(--3, #1f1539);
  /* Titulo 18 Bold */
  font-family: "Polly Rounded";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 127.778% */
  letter-spacing: -0.9px;
}
#side-cart-panel .widget_shopping_cart_content {
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  padding: 0 25px;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  padding: 0 25px;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item {
  display: flex;
  padding: 10px;
  align-items: flex-start;
  gap: 13px;
  align-self: stretch;
  border-radius: 20px;
  background: #fff;
  width: 100%;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-image {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background: #f1f5f9;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-image a {
  width: 100%;
  height: 100%;
  display: flex;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-image .cart-item-info {
  display: flex;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  flex: 1 0 0;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-info .product-title {
  color: var(--3, #1f1539);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-info .product-meta {
  color: var(--Temp, #565c6c);
  /* Texto 12 Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-price-row .price span bdi {
  color: var(--3, #1f1539);
  /* Texto 14 Bold */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-price-row .price span bdi span {
  color: var(--3, #1f1539);
  /* Texto 14 Bold */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-quantity-control .quantity-selector {
  display: flex;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: rgba(131, 197, 205, 0.2);
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-quantity-control .quantity-selector button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-quantity-control .quantity-selector .qty-btn.remove-icon {
  display: flex;
  width: auto;
  padding: 0;
  gap: 0;
  border-radius: 0;
  background: none;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-quantity-control .quantity-selector {
  /* Quitar estilos básicos y dar formato al número */
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-quantity-control .quantity-selector .qty-input-manual {
  border: none;
  background: transparent;
  width: auto; /* Ajusta según necesites */
  text-align: center; /* Color oscuro de tu imagen */
  outline: none; /* Quita el borde azul al hacer clic */
  padding: 0;
  margin: 0;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* Quita flechas en Firefox */
  color: var(--3, #1f1539);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-quantity-control .quantity-selector {
  /* Quitar flechas en Chrome, Safari y Edge */
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-quantity-control .quantity-selector .qty-input-manual::-webkit-outer-spin-button,
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-quantity-control .quantity-selector .qty-input-manual::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-quantity-control .quantity-selector {
  /* Opcional: Estilo cuando el usuario está escribiendo */
}
#side-cart-panel .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-details .cart-item-quantity-control .quantity-selector .qty-input-manual:focus {
  background-color: rgba(0, 0, 0, 0.05); /* Un toque sutil para saber que está activo */
  border-radius: 4px;
}
#side-cart-panel .widget_shopping_cart_content .side-cart-footer {
  padding: 25px 25px 30px 25px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
#side-cart-panel .widget_shopping_cart_content .side-cart-footer .total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
#side-cart-panel .widget_shopping_cart_content .side-cart-footer .total-row .total-label,
#side-cart-panel .widget_shopping_cart_content .side-cart-footer .total-row .total-amount span bdi,
#side-cart-panel .widget_shopping_cart_content .side-cart-footer .total-row .total-amount span bdi span {
  color: var(--3, #1f1539);
  /* Titulo 15 Bold */
  font-family: "Polly Rounded";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
  letter-spacing: -0.75px;
}
#side-cart-panel .widget_shopping_cart_content .side-cart-footer .side-cart-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
#side-cart-panel .widget_shopping_cart_content .side-cart-footer .side-cart-buttons .checkout-btn {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #DA3D58);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
#side-cart-panel .widget_shopping_cart_content .side-cart-footer .side-cart-buttons .checkout-btn:hover {
  background: #E31D3F;
}
#side-cart-panel .widget_shopping_cart_content .side-cart-footer .side-cart-buttons .view-cart-link {
  color: var(--3, #1f1539);
  text-align: center;
  /* Titulo 14 Regular */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
}

#side-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}
#side-cart-overlay.active {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
header .notice {
  background: var(--1, #da3d58);
}
header .notice .contenedor {
  display: flex;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
header .notice .contenedor p {
  color: var(--8, #fff);
  /* Texto 12 Bold */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 141.667% */
  text-align: center;
}
header .header {
  background: var(--3, #1f1539);
}
header .header .contenedor {
  display: flex;
  padding: 13px 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
header .header .contenedor .left .logo {
  width: auto;
  height: auto;
  aspect-ratio: 168/42.09;
  display: flex;
  max-width: 168px;
}
header .header .contenedor .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header .contenedor .center .search-container form {
  position: relative;
  display: flex;
  align-items: center;
}
header .header .contenedor .center .search-container form input {
  display: flex;
  width: 389px;
  padding: 7px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: var(--3, #1f1539);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  height: 100%;
}
header .header .contenedor .center .search-container form input::-moz-placeholder {
  color: #1f1539;
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
header .header .contenedor .center .search-container form input::placeholder {
  color: #1f1539;
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
header .header .contenedor .center .search-container form input:focus {
  border: 1px solid #e6e6e6;
  outline: none;
}
header .header .contenedor .center .search-container form button {
  position: relative;
  right: 32px;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--2, #83c5cd);
}
header .header .contenedor .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
header .header .contenedor .right .btn-search {
  display: flex;
  width: 39px;
  height: 39px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  display: none;
  cursor: pointer;
}
header .header .contenedor .right .contacto-wrapper {
  position: relative;
}
header .header .contenedor .right .contacto-wrapper .contacto-trigger {
  cursor: pointer;
  display: flex;
  padding: 7px 13px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0);
  color: var(--3, #1F1539);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
  color: var(--4, #f4f9ff);
  transition: all 0.3s ease;
}
header .header .contenedor .right .contacto-wrapper .contacto-trigger span {
  color: var(--3, #1F1539);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
  color: var(--4, #f4f9ff);
  transition: all 0.3s ease;
}
header .header .contenedor .right .contacto-wrapper .contacto-trigger svg path {
  transition: all 0.3s ease;
}
header .header .contenedor .right .contacto-wrapper .contacto-trigger:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--2, #83c5cd);
}
header .header .contenedor .right .contacto-wrapper .contacto-trigger:hover span {
  color: var(--2, #83c5cd);
}
header .header .contenedor .right .contacto-wrapper .contacto-trigger:hover svg path {
  fill: #83c5cd;
}
header .header .contenedor .right .contacto-wrapper .desplegable-contacto {
  position: absolute;
  display: inline-flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background: #fff;
  /* Sombra base 2 */
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 10;
}
header .header .contenedor .right .contacto-wrapper .desplegable-contacto a {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 50px;
  background: #fff;
}
header .header .contenedor .right .contacto-wrapper .desplegable-contacto a img {
  height: 20px;
  width: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header .contenedor .right .contacto-wrapper .desplegable-contacto a span {
  color: var(--3, #1f1539);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  width: -moz-max-content;
  width: max-content;
}
header .header .contenedor .right .contacto-wrapper.active .desplegable-contacto {
  max-height: 500px;
  overflow: visible;
  opacity: 1;
  padding: 15px;
}
header .header .contenedor .right .mi-cuenta {
  position: relative;
}
header .header .contenedor .right .mi-cuenta .perfil {
  display: flex;
  padding: 7px 13px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0);
  color: var(--3, #1F1539);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
  color: var(--4, #f4f9ff);
  transition: all 0.3s ease;
}
header .header .contenedor .right .mi-cuenta .perfil span {
  color: var(--3, #1F1539);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
  color: var(--4, #f4f9ff);
  transition: all 0.3s ease;
}
header .header .contenedor .right .mi-cuenta .perfil svg path {
  transition: all 0.3s ease;
}
header .header .contenedor .right .mi-cuenta .perfil:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--2, #83c5cd);
}
header .header .contenedor .right .mi-cuenta .perfil:hover span {
  color: var(--2, #83c5cd);
}
header .header .contenedor .right .mi-cuenta .perfil:hover svg path {
  fill: #83c5cd;
}
header .header .contenedor .right .mini-cart {
  position: relative;
}
header .header .contenedor .right .mini-cart .cart-contents {
  display: flex;
  width: 41px;
  padding: 7px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0);
}
header .header .contenedor .right .mini-cart .cart-contents .cart-count {
  position: absolute;
  right: 0;
  top: 2px;
  display: flex;
  width: 15px;
  height: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  border: 2px solid #fff;
  background: var(--1, #da3d58);
  color: var(--4, #f4f9ff);
  text-align: center;
  font-family: "Polly Rounded";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 100% */
  letter-spacing: -0.5px;
}
header .header .contenedor .right .mini-cart .cart-contents {
  transition: all 0.3s ease;
}
header .header .contenedor .right .mini-cart .cart-contents svg path {
  transition: all 0.3s ease;
}
header .header .contenedor .right .mini-cart .cart-contents:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--2, #83c5cd);
}
header .header .contenedor .right .mini-cart .cart-contents:hover svg path {
  fill: #83c5cd;
}
header .header .contenedor .right .menu-burger {
  display: flex;
  width: 39px;
  height: 39px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  display: none;
  cursor: pointer;
}
header .categorias {
  background: var(--8, #fff);
  position: relative;
}
header .categorias .redes-burger {
  display: none !important;
}
header .categorias .cerrar-burger {
  width: 100%;
  display: none;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
header .categorias .contenedor {
  display: flex;
  padding: 4px 50px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  position: relative;
}
header .categorias .contenedor .mega-menu-trigger .main-cat-link {
  display: flex;
  padding: 7px 13px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0);
}
header .categorias .contenedor .mega-menu-trigger .main-cat-link img {
  height: 20px;
  width: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .categorias .contenedor .mega-menu-trigger .main-cat-link .cat-name {
  color: var(--3, #1F1539);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
  color: var(--3, #1f1539);
}
header .categorias .contenedor .mega-menu-trigger .main-cat-link svg {
  width: 26px;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  padding: 20px 25px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
  align-self: stretch;
  border-radius: 20px;
  background: #fff;
  top: 112%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: all 0.3s ease;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .brands-container {
  display: flex;
  padding: 20px 25px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 20px;
  background: #fff;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .brands-container .brand-item a {
  display: flex;
  min-width: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .brands-container .brand-item a .brand-image-wrapper {
  height: 68px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(168, 168, 168, 0.5);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .brands-container .brand-item a .brand-image-wrapper img {
  height: 80%;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .brands-container .brand-item a .brand-name {
  color: var(--Temp, #565c6c);
  text-align: center;
  /* Titulo 12 Regular */
  font-family: "Polly Rounded";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
  letter-spacing: -0.6px;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .brands-container .brand-item a:hover .brand-image-wrapper img {
  transform: scale(1.1);
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .mega-col {
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .mega-col .mega-subcat-title a {
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: rgba(131, 197, 205, 0.2);
  color: var(--2, #83c5cd);
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .mega-col .mega-product-names-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .mega-col .mega-product-names-list li a {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0);
  color: var(--Temp, #565c6c);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  transition: all 0.3s ease;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .mega-col .mega-product-names-list li a:hover {
  background: rgba(131, 197, 205, 0.3);
  color: var(--3, #1f1539);
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .mega-col .ver-mas-btn {
  color: var(--1, #da3d58);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
header .categorias .contenedor .mega-menu-trigger .mega-menu .mega-col.mega-promo-banner {
  margin-left: auto;
}
header .categorias .contenedor .mega-menu-trigger .titulo-marcas {
  cursor: pointer;
  display: flex;
  padding: 7px 13px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0);
  color: var(--3, #1F1539);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
  color: var(--3, #1f1539);
}
header .categorias .contenedor .mega-menu-trigger .titulo-marcas svg {
  width: 26px;
}
header .categorias .contenedor .mega-menu-trigger.active .mega-menu {
  max-height: 2000px;
  overflow: visible;
  opacity: 1;
  padding: 20px 25px;
}
header .categorias .contenedor #menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: var(--8, #fff);
  width: 46%;
}
header .categorias .contenedor #menu-header li a .menu-link-content {
  display: flex;
  padding: 7px 13px;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0);
}
header .categorias .contenedor #menu-header li a .menu-link-content img {
  height: 20px;
  width: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .categorias .contenedor #menu-header li a .menu-link-content {
  color: var(--3, #1F1539);
  text-align: center;
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
  color: var(--3, #1f1539);
  transition: all 0.3s ease;
}
header .categorias .contenedor #menu-header li a .menu-link-content:hover {
  background: rgba(131, 197, 205, 0.25);
}
header .categorias .contenedor .ruta-inicio {
  display: none;
}

.splide__arrows .splide__arrow {
  display: flex;
  width: 31.126px;
  height: 31.126px;
  justify-content: center;
  align-items: center;
  gap: 8.893px;
  aspect-ratio: 1/1;
  border-radius: 44.466px;
  background: #fff;
  box-shadow: 0 0 13.34px 0 rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.splide__arrows .splide__arrow svg {
  width: 11.427px;
  flex-shrink: 0;
}
.splide__arrows .splide__arrow svg path {
  fill: var(--1, #da3d58);
}

.shop-banner-container .contenedor {
  min-height: 210px;
  height: auto;
  background: linear-gradient(180deg, #83c5cd 0%, #5febfd 100%);
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px 50px;
  border-radius: 20px;
  overflow: hidden;
}
.shop-banner-container .contenedor::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-10%, -50%);
  right: 0;
  width: auto;
  height: 140%;
  aspect-ratio: 1/1;
  background-image: url(./fondo-circulos.svg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.shop-banner-container .contenedor .banner-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 280px;
}
.shop-banner-container .contenedor .banner-text .breadcrumb-invitro {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--3, #1f1539);
  /* Texto 12 Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
}
.shop-banner-container .contenedor .banner-text .breadcrumb-invitro a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--3, #1f1539);
  /* Texto 12 Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
}
.shop-banner-container .contenedor .banner-text .breadcrumb-invitro span {
  color: var(--3, #1f1539);
  /* Texto 12 Bold */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 141.667% */
}
.shop-banner-container .contenedor .banner-text .content {
  display: flex;
  max-width: 592px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.shop-banner-container .contenedor .banner-text .content h1 {
  color: var(--3, #1f1539);
  /* Titulo 30 Bold */
  font-family: "Polly Rounded";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
  letter-spacing: -1.5px;
}
.shop-banner-container .contenedor .banner-text .content p {
  color: var(--3, #1f1539);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.shop-banner-container .contenedor .banner-image {
  position: absolute;
  right: 0;
  transform: translateX(-34%);
  height: 100%;
  aspect-ratio: 1/1;
  top: 0;
  width: auto;
  display: flex;
  z-index: 2;
}
.shop-banner-container .contenedor .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.invitro-shop-container .contenedor {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.invitro-shop-container .contenedor .invitro-sidebar {
  display: flex;
  width: 222px;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  flex-shrink: 0;
  position: relative;
}
.invitro-shop-container .contenedor .invitro-sidebar .close-filter-side {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  display: none;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group h4 {
  color: var(--1, #da3d58);
  /* Titulo 20 Bold */
  font-family: "Polly Rounded";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 125% */
  letter-spacing: -1px;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group .filter-scroll {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  position: relative;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group .filter-scroll .category-item-wrapper {
  width: 100%;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group .filter-scroll .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: var(--Temp, #565c6c);
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
  transition: color 0.3s;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group .filter-scroll .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group .filter-scroll .custom-checkbox .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--3, #1f1539);
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group .filter-scroll .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-image: url(./pointer-purple.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group .filter-scroll .custom-checkbox input:checked ~ .checkmark::after {
  opacity: 1;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group #price-slider {
  width: 100%;
  height: 3px;
  border: none;
  background: rgba(168, 168, 168, 0.829);
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group #price-slider .noUi-base .noUi-connects .noUi-connect {
  background: var(--2, #83c5cd);
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group #price-slider .noUi-base .noUi-origin .noUi-handle::after, .invitro-shop-container .contenedor .invitro-sidebar .filter-group #price-slider .noUi-base .noUi-origin .noUi-handle::before {
  display: none;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group #price-slider .noUi-base .noUi-origin .noUi-handle {
  cursor: pointer;
  width: 18.506px;
  height: 18.506px;
  border-radius: 50%;
  background: #83c5cd;
  box-shadow: none;
  border: none;
  top: -7px;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group .price-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group .price-inputs span {
  color: var(--3, #1f1539);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.invitro-shop-container .contenedor .invitro-sidebar .filter-group .price-inputs p {
  color: var(--3, #1f1539);
  /* Texto 14 Bold */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
}
.invitro-shop-container .contenedor .invitro-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.invitro-shop-container .contenedor .invitro-main .invitro-listing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 10px;
}
.invitro-shop-container .contenedor .invitro-main .invitro-listing-header .btn-filtrar-side {
  padding: 8px 15px;
  align-items: center;
  gap: 7px;
  align-self: stretch;
  border-radius: 50px;
  border: 1px solid rgba(131, 197, 205, 0.5);
  background: linear-gradient(0deg, rgba(131, 197, 205, 0.2) 0%, rgba(131, 197, 205, 0.2) 100%), #fff;
  cursor: pointer;
  color: var(--3, #1f1539);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  display: none;
}
.invitro-shop-container .contenedor .invitro-main .invitro-listing-header #invitro-count {
  color: var(--Temp, #565c6c);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.invitro-shop-container .contenedor .invitro-main .invitro-listing-header #invitro-count strong {
  color: var(--Temp, #565c6c);
  /* Texto 14 Bold */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}
.invitro-shop-container .contenedor .invitro-main .invitro-listing-header .invitro-sort-wrapper .custom-select {
  z-index: 4;
  position: relative;
  width: 240px;
}
.invitro-shop-container .contenedor .invitro-main .invitro-listing-header .invitro-sort-wrapper .custom-select .selected-option {
  cursor: pointer;
  display: flex;
  position: relative;
  padding: 8px 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 50px;
  border: 1px solid rgba(131, 197, 205, 0.5);
  background: linear-gradient(0deg, rgba(131, 197, 205, 0.2) 0%, rgba(131, 197, 205, 0.2) 100%), #fff;
  color: var(--3, #1f1539);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.invitro-shop-container .contenedor .invitro-main .invitro-listing-header .invitro-sort-wrapper .custom-select .selected-option::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7402 0.263914C8.65659 0.180247 8.55731 0.113875 8.44803 0.0685912C8.33876 0.0233077 8.22163 0 8.10334 0C7.98506 0 7.86793 0.0233077 7.75866 0.0685912C7.64938 0.113875 7.5501 0.180247 7.46649 0.263914L4.71378 3.01602C4.6575 3.07229 4.58117 3.1039 4.50159 3.1039C4.42201 3.1039 4.34569 3.07229 4.28941 3.01602L1.5373 0.263914C1.36847 0.0950093 1.13946 8.77658e-05 0.900651 3.1484e-05C0.66184 -2.47979e-05 0.432787 0.0947886 0.263882 0.263614C0.0949775 0.432439 5.63104e-05 0.661447 2.50458e-08 0.900259C-5.62603e-05 1.13907 0.0947572 1.36812 0.263582 1.53703L3.01629 4.28974C3.21138 4.48484 3.44298 4.63961 3.69788 4.7452C3.95278 4.85079 4.22599 4.90514 4.50189 4.90514C4.7778 4.90514 5.051 4.85079 5.3059 4.7452C5.5608 4.63961 5.79241 4.48484 5.98749 4.28974L8.7402 1.53703C8.90899 1.36818 9.00381 1.13922 9.00381 0.900471C9.00381 0.661727 8.90899 0.432757 8.7402 0.263914Z' fill='%231F1539'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
.invitro-shop-container .contenedor .invitro-main .invitro-listing-header .invitro-sort-wrapper .custom-select .options-list {
  position: absolute;
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 25px;
  background: #fff;
  /* Sombra base 2 */
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}
.invitro-shop-container .contenedor .invitro-main .invitro-listing-header .invitro-sort-wrapper .custom-select .options-list li {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
  cursor: pointer;
}
.invitro-shop-container .contenedor .invitro-main .invitro-listing-header .invitro-sort-wrapper .custom-select .options-list li:hover {
  background: rgba(131, 197, 205, 0.3);
}
.invitro-shop-container .contenedor .invitro-main #invitro-ajax-container {
  width: 100%;
}
.invitro-shop-container .contenedor .invitro-main #invitro-ajax-container ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.invitro-shop-container .contenedor .invitro-main .invitro-pagination .load-more-container .btn-load-more {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #DA3D58);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
.invitro-shop-container .contenedor .invitro-main .invitro-pagination .load-more-container .btn-load-more:hover {
  background: #E31D3F;
}

.breadcrumb-invitro {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  gap: 10px;
  color: var(--3, #1f1539);
  /* Texto 12 Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
}
.breadcrumb-invitro a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--3, #1f1539);
  /* Texto 12 Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
}
.breadcrumb-invitro span {
  color: var(--3, #1f1539);
  /* Texto 12 Bold */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 141.667% */
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* Oculta la inyección automática que aparece arriba de todo */
main > .tinv-wishlist {
  display: none !important;
}

/* Pero permite que se vea la que está dentro de tu pestaña personalizada */
.ps-section-content .tinv-wishlist {
  display: block !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
  position: relative;
}

.section-my-cuenta {
  padding-bottom: 100px;
}
.section-my-cuenta .contenedor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.section-my-cuenta .contenedor .ps-account-header-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section-my-cuenta .contenedor .ps-account-header-top .ps-avatar-container .ps-custom-avatar {
  display: flex;
  width: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.section-my-cuenta .contenedor .ps-account-header-top .ps-avatar-container .ps-custom-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-my-cuenta .contenedor .ps-account-header-top .ps-welcome-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-my-cuenta .contenedor .ps-account-header-top .ps-welcome-text span {
  color: var(--Temp, #565c6c);
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
}
.section-my-cuenta .contenedor .ps-account-header-top .ps-welcome-text h3 {
  color: var(--3, #1f1539);
  /* Titulo 30 Bold */
  font-family: "Polly Rounded";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
  letter-spacing: -1.5px;
}
.section-my-cuenta .contenedor .ps-account-grid {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-navigation {
  display: flex;
  width: 182px;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-navigation h3 {
  color: var(--1, #da3d58);
  /* Titulo 25 Bold */
  font-family: "Polly Rounded";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 120% */
  letter-spacing: -1.25px;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-navigation .woocommerce-MyAccount-navigation {
  width: 100%;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-navigation .woocommerce-MyAccount-navigation ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-navigation .woocommerce-MyAccount-navigation ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-navigation .woocommerce-MyAccount-navigation ul li a svg {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  background: rgba(86, 92, 108, 0.1);
  padding: 4px;
  transition: all 0.3s ease;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-navigation .woocommerce-MyAccount-navigation ul li a svg path {
  transition: all 0.3s ease;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-navigation .woocommerce-MyAccount-navigation ul li a span {
  color: var(--Temp, #565c6c);
  /* Titulo 15 Regular */
  font-family: "Polly Rounded";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: -0.75px;
  transition: all 0.3s ease;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-navigation .woocommerce-MyAccount-navigation ul li.is-active a svg {
  background: #1f1539;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-navigation .woocommerce-MyAccount-navigation ul li.is-active a svg path {
  fill: #fff;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-navigation .woocommerce-MyAccount-navigation ul li.is-active a span {
  color: var(--3, #1f1539);
  /* Titulo 15 Bold */
  font-family: "Polly Rounded";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
  letter-spacing: -0.75px;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-content {
  flex: 1;
}
.section-my-cuenta .contenedor .ps-account-grid .ps-account-content .ps-btn-volver {
  display: none;
  align-items: center;
  gap: 3px;
  color: var(--3, #1F1539);
  /* Texto 12 Medium */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px; /* 141.667% */
  margin-bottom: 15px;
}

body .tinv-modal-inner {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
body .tinv-modal-inner .tinvwl-buttons-group {
  padding: 0;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body .tinv-modal-inner .tinvwl-buttons-group::before, body .tinv-modal-inner .tinvwl-buttons-group::after {
  display: none;
}
body .tinv-modal-inner .tinvwl-buttons-group .tinvwl_button_close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: auto;
  height: auto;
}
body .tinv-modal-inner .tinvwl-buttons-group h3 {
  color: var(--3, #1f1539);
  text-align: center;
  /* Titulo 25 Bold */
  font-family: "Polly Rounded";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 120% */
  letter-spacing: -1.25px;
}
body .tinv-modal-inner .tinvwl-buttons-group p {
  color: var(--Temp, #565c6c);
  text-align: center;
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
body .tinv-modal-inner .tinvwl-buttons-group .tinvwl_button_view {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #DA3D58);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
body .tinv-modal-inner .tinvwl-buttons-group .tinvwl_button_view:hover {
  background: #E31D3F;
}
body .tinv-modal-inner .tinvwl-buttons-group .tinvwl_button_view {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}
body .tinv-modal-inner .tinvwl-buttons-group .texto-registrarse {
  color: var(--3, #1f1539);
  text-align: center;
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  display: flex;
  align-items: center;
  gap: 5px;
}
body .tinv-modal-inner .tinvwl-buttons-group .texto-registrarse a {
  color: var(--3, #1f1539);
  text-align: center;
  /* Texto 14 Bold */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
}

/* EL CONTENEDOR DE ERRORES OCUPA TODO EL ANCHO */
.woocommerce-NoticeGroup-checkout {
  flex: 0 0 100%;
  width: 100%;
  display: none !important;
}

/* LAS COLUMNAS DE ABAJO (Ajusta los anchos según tu diseño) */
.ps-fields-column {
  flex: 1; /* O el ancho fijo que prefieras, ej: calc(65% - 25px) */
}

.ps-summary-column {
  width: 400px; /* O el ancho que tengas definido para tu resumen */
}

/* RESET MINIMALISTA DE ERRORES (Texto simple) */
.woocommerce-error {
  background: transparent !important;
  border: none !important;
  padding: 0 0 20px 0 !important;
  margin: 0 !important;
  list-style: none !important;
  box-shadow: none !important;
  color: #d63031 !important;
}
.woocommerce-error::before, .woocommerce-error::after {
  display: none !important;
}

.woocommerce-error li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.woocommerce-error li::before {
  content: "✕ ";
  font-weight: bold;
}

@media (max-width: 1000px) {
  header .categorias {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    width: 410px;
    padding: 50px 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex-shrink: 0;
    border-radius: 40px 0 0 40px;
    background: #fff;
    transform: translateX(150%);
    transition: all 0.3s ease;
    max-width: 80%;
  }
  header .categorias.open {
    transform: translateX(0);
  }
  header .header .contenedor .right .menu-burger {
    display: flex;
  }
  header .header .contenedor .right .contacto-wrapper .contacto-trigger span {
    display: none;
  }
  header .header .contenedor .right .mi-cuenta .perfil span {
    display: none;
  }
  header .header .contenedor .center {
    position: fixed;
    top: var(--header-h, 0px);
    width: 100%;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    transform: translateY(-150%);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  header .header .contenedor .center.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  header .header .contenedor .center .search-container form input {
    width: 100%;
  }
  header .header .contenedor .right .btn-search {
    display: flex;
  }
  header .header .contenedor .right {
    gap: 0px;
  }
  header .categorias .redes-burger {
    display: flex !important;
  }
  header .categorias .contenedor {
    flex-direction: column;
    padding: 0;
    gap: 15px;
    align-items: flex-start;
    overflow: auto;
  }
  header .categorias .contenedor #menu-header {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  header .categorias .contenedor .mega-menu-trigger .mega-menu {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    box-shadow: none;
    flex-direction: column;
  }
  header .categorias .contenedor .mega-menu-trigger .mega-menu .mega-promo-banner {
    display: none;
  }
  header .categorias .contenedor .mega-menu-trigger .titulo-marcas,
  header .categorias .contenedor .mega-menu-trigger .main-cat-link,
  header .categorias .contenedor #menu-header li a .menu-link-content {
    padding: 7px 0;
    width: 100%;
  }
  header .categorias .contenedor #menu-header {
    width: 100%;
  }
  header .categorias .contenedor .mega-menu-trigger.active .mega-menu {
    padding: 15px 0 0 0;
  }
  header .categorias .contenedor .mega-menu-trigger .mega-menu .brands-container {
    padding: 0;
    justify-content: flex-start;
  }
  header .categorias .contenedor .ruta-inicio {
    display: flex;
  }
  header .categorias .contenedor .mega-menu-trigger {
    width: 100%;
  }
  header .categorias .contenedor .mega-menu-trigger .main-cat-link svg:last-child,
  header .categorias .contenedor .mega-menu-trigger .titulo-marcas svg:last-child {
    margin-left: auto;
  }
  header .categorias .contenedor .mega-menu-trigger .main-cat-link svg:first-child,
  header .categorias .contenedor .mega-menu-trigger .titulo-marcas svg:first-child {
    margin-left: 0;
  }
  header .categorias .contenedor {
    padding-top: 31px;
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  header .categorias .contenedor .redes-contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }
  header .categorias .contenedor .redes-contenedor .titulo {
    color: var(--Temp, #565c6c);
    /* Titulo 14 Bold */
    font-family: "Polly Rounded";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 135.714% */
    letter-spacing: -0.7px;
  }
  header .categorias .contenedor .redes-contenedor .redes-content-items .linkedin-card {
    background: #83c5cd;
    border: 2px solid #83c5cd;
  }
  header .categorias .cerrar-burger {
    display: flex;
  }
  header .notice .contenedor {
    padding: 10px 0;
  }
}
@media (max-width: 800px) {
  .custom-product-card {
    width: 190px;
  }
  .custom-product-card .card-media-container img {
    width: 90%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .custom-product-card .card-info-container .card-single-category {
    font-size: 12px;
  }
  .custom-product-card .card-media-container .action-btn.wishlist-btn {
    right: 5px;
  }
  .custom-product-card .card-media-container .action-btn.cart-btn {
    bottom: 5px;
  }
  .custom-product-card .card-media-container .action-btn.cart-btn a {
    font-size: 14px;
  }
  .invitro-shop-container .contenedor .invitro-main .invitro-listing-header #invitro-count {
    display: none;
  }
  .invitro-shop-container .contenedor .invitro-main .invitro-listing-header .btn-filtrar-side {
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .invitro-shop-container .contenedor .invitro-main .invitro-listing-header .invitro-sort-wrapper .custom-select {
    width: 100%;
  }
  .invitro-shop-container .contenedor .invitro-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 322px;
    max-width: 90%;
    z-index: 111;
    border-radius: 0 40px 40px 0;
    background: #fff;
    padding: 50px 30px;
    transform: translateX(-150%);
    transition: all 0.3s ease;
  }
  .invitro-shop-container .contenedor .invitro-sidebar.open {
    transform: translateX(0);
  }
  .invitro-shop-container .contenedor .invitro-sidebar .close-filter-side {
    display: flex;
  }
  .invitro-shop-container .contenedor .invitro-main .invitro-listing-header .invitro-sort-wrapper {
    width: 100%;
  }
  .invitro-shop-container .contenedor .invitro-main .invitro-listing-header .invitro-sort-wrapper .custom-select .options-list {
    width: 100%;
  }
  .invitro-shop-container .contenedor .invitro-main #invitro-ajax-container ul {
    gap: 10px;
  }
  .shop-banner-container .contenedor::before, .shop-banner-container .contenedor .banner-image {
    display: none;
  }
  .shop-banner-container .contenedor .banner-text {
    margin-right: 0;
  }
  .shop-banner-container .contenedor {
    padding: 15px;
  }
  .section-my-cuenta .contenedor .ps-account-header-top {
    justify-content: flex-start;
    align-items: center;
    min-width: 182px;
    margin: auto;
  }
  .section-my-cuenta .contenedor .ps-account-grid {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  /* CASO 1: Estamos en la raíz /mi-cuenta/ (Solo queremos ver el Menú) */
  body.ps-on-root .ps-account-navigation {
    display: flex !important;
  }
  body.ps-on-root .ps-account-content {
    display: none !important;
  }
  /* CASO 2: Estamos dentro de una sección (Orders, Edit-account, etc.) */
  /* Ocultamos el menú y mostramos el contenido en FLEX */
  body.ps-on-endpoint .ps-account-navigation {
    display: none !important;
  }
  body.ps-on-endpoint .ps-account-content {
    display: flex !important;
    flex-direction: column; /* Para que el contenido fluya bien en móvil */
    width: 100%;
  }
  /* Ajuste para que el grid no rompa el layout en móvil */
  .ps-account-grid {
    display: flex !important;
  }
  .section-my-cuenta .contenedor .ps-account-grid .ps-account-content .ps-btn-volver {
    display: flex;
  }
}
footer {
  display: flex;
  padding: 50px 50px 20px 50px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 40px 40px 0 0;
  background: var(--3, #1f1539);
}
footer .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}
footer .contenedor .logo-footer {
  width: 204.382px;
  height: 49px;
  aspect-ratio: 204.38/49;
  display: flex;
}
footer .contenedor .logo-footer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .contenedor .menus {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 20px;
}
footer .contenedor .menus #menu-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  width: 70%;
  gap: 20px;
}
footer .contenedor .menus #menu-footer .menu-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
footer .contenedor .menus #menu-footer .menu-item > a {
  color: var(--2, #83c5cd);
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
}
footer .contenedor .menus #menu-footer .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  align-self: stretch;
}
footer .contenedor .menus #menu-footer .menu-item .sub-menu li {
  transition: all 0.3s ease;
  position: relative;
	width: 100%;
}
footer .contenedor .menus #menu-footer .menu-item .sub-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(./hover-point.svg);
  opacity: 0;
  width: 9px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
footer .contenedor .menus #menu-footer .menu-item .sub-menu li a {
  color: var(--8, #fff);
  /* Titulo 14 Regular */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
  left: 0;
  position: relative;
	width: 100%;
}
footer .contenedor .menus #menu-footer .menu-item .sub-menu li:hover a {
  left: 12px;
}
footer .contenedor .menus #menu-footer .menu-item .sub-menu li:hover::before {
  opacity: 1;
  left: 0;
}
footer .contenedor .menus .datos-contacto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}
footer .contenedor .menus .datos-contacto .titulo-menu-footer {
  color: var(--2, #83c5cd);
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
}
footer .contenedor .menus .datos-contacto .lista-contacto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  align-self: stretch;
}
footer .contenedor .menus .datos-contacto .lista-contacto .contacto-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
footer .contenedor .menus .datos-contacto .lista-contacto .contacto-item .icono-contacto {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 4.793px;
  aspect-ratio: 1/1;
}
footer .contenedor .menus .datos-contacto .lista-contacto .contacto-item .dato-contacto {
  color: var(--8, #fff);
  /* Titulo 14 Regular */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
}
footer .contenedor .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-wrap: wrap;
  gap: 50px;
}
footer .contenedor .bottom .redes-contenedor {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .contenedor .bottom .redes-contenedor .titulo {
  color: var(--8, #fff);
  text-align: center;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
}
footer .contenedor .bottom .medios-pago {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .contenedor .bottom .medios-pago .titulo {
  color: var(--8, #fff);
  text-align: center;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
}
footer .contenedor .bottom .medios-pago .medios {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .contenedor .bottom .medios-pago .medios .medio-item {
  display: flex;
  width: 40px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #fff;
}
footer .contenedor .copy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding-top: 15px;
  border-top: 1px solid #d9d9d9;
}
footer .contenedor .copy .left,
footer .contenedor .copy .right {
  color: var(--8, #fff);
  /* Titulo 12 Regular */
  font-family: "Polly Rounded";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
  letter-spacing: -0.6px;
}
footer .contenedor .copy .left span,
footer .contenedor .copy .right span {
  color: var(--8, #fff);
  /* Titulo 12 Bold */
  font-family: "Polly Rounded";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.6px;
}

.redes-content-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.linkedin-card {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease;
}
.linkedin-card .icon-default,
.linkedin-card .icon-hover {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease-in-out;
}
.linkedin-card .icon-default path,
.linkedin-card .icon-hover path {
  fill: #fff;
}
.linkedin-card .icon-hover {
  transform: translate(calc(-50% + 25px), -50%);
  opacity: 0;
}
.linkedin-card .icon-hover path {
  fill: #fff;
}
.linkedin-card:hover {
  background: var(--2, #83c5cd);
  border: 2px solid #83c5cd;
}
.linkedin-card:hover .icon-default {
  transform: translate(calc(-50% - 25px), -50%);
  opacity: 0;
}
.linkedin-card:hover .icon-hover {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.ps-modal {
  position: fixed;
  top: 50px;
  right: 50px;
  display: flex;
  width: 311px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #fff;
  /* Sombra base 2 */
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.ps-modal .ps-modal-close {
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer;
}
.ps-modal .ps-modal-header {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.ps-modal .ps-modal-header .ps-icon-check {
  flex-shrink: 0;
  display: flex;
}
.ps-modal .ps-modal-header h3 {
  color: var(--3, #1f1539);
  /* Titulo 16 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.8px;
}
.ps-modal .ps-modal-product {
  display: flex;
  align-items: center;
  gap: 9px;
  align-self: stretch;
}
.ps-modal .ps-modal-product .ps-product-img {
  width: 64px;
  height: 64px;
  display: flex;
  background: #f1f5f9;
  position: relative;
}
.ps-modal .ps-modal-product .ps-product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-modal .ps-modal-product .ps-product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  flex: 1 0 0;
}
.ps-modal .ps-modal-product .ps-product-info h4 {
  color: var(--3, #1f1539);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.ps-modal .ps-modal-product .ps-product-info p span bdi {
  color: var(--3, #1f1539);
  /* Texto 14 Bold */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
}
.ps-modal .ps-modal-product .ps-product-info p span bdi span {
  color: var(--3, #1f1539);
  /* Texto 14 Bold */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
}
.ps-modal .ps-modal-footer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ps-modal .ps-modal-footer .ps-btn-buy {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #DA3D58);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
.ps-modal .ps-modal-footer .ps-btn-buy:hover {
  background: #E31D3F;
}
.ps-modal .ps-modal-footer .ps-btn-cart {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid var(--3, #1f1539);
  color: var(--3, #1f1539);
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}

.ps-modal.is-visible {
  display: flex;
}

.float-contact {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.float-contact a svg {
  transition: all 0.3s ease;
}
.float-contact:hover a svg {
  transform: scale(1.1);
}

/* --- Estilos Base para Popups --- */
.custom-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-popup-overlay .cookie-theme {
  display: flex;
  width: 612px;
  padding: 0 20px;
  align-items: center;
  gap: 8px;
  max-width: 90%;
  position: absolute;
  bottom: 20px;
  left: 50px;
  border-radius: 20px;
  background: #1f1539;
}
.custom-popup-overlay .cookie-theme .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.custom-popup-overlay .cookie-theme .popup-content {
  display: flex;
  align-items: center;
}
.custom-popup-overlay .cookie-theme .popup-content .popup-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.custom-popup-overlay .cookie-theme .popup-content .popup-text h3 {
  color: var(--2, #83c5cd);
  /* Texto 15 Bold */
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
}
.custom-popup-overlay .cookie-theme .popup-content .popup-text .popup-desc p {
  color: var(--4, #f4f9ff);
  /* Texto 12 Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
}
.custom-popup-overlay .cookie-theme .popup-content .popup-text .popup-desc p a {
  color: var(--4, #f4f9ff);
  /* Texto 12 Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.custom-popup-overlay .cookie-theme .popup-content .popup-text .btn-red {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #DA3D58);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
.custom-popup-overlay .cookie-theme .popup-content .popup-text .btn-red:hover {
  background: #E31D3F;
}
.custom-popup-overlay .cookie-theme .popup-content .popup-text .btn-red {
  margin-top: 20px;
  font-size: 14px;
}
.custom-popup-overlay .cookie-theme .popup-content .popup-image {
  display: flex;
  width: 50%;
}
.custom-popup-overlay .cookie-theme .popup-content .popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-popup-overlay .promo-theme {
  display: inline-flex;
  padding: 0 25px;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  background: #83c5cd;
  position: relative;
}
.custom-popup-overlay .promo-theme .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.custom-popup-overlay .promo-theme .popup-content {
  display: flex;
  align-items: center;
}
.custom-popup-overlay .promo-theme .popup-content .popup-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 10px;
  max-width: 320px;
}
.custom-popup-overlay .promo-theme .popup-content .popup-text .popup-title-wrapper h2,
.custom-popup-overlay .promo-theme .popup-content .popup-text .popup-title-wrapper h3,
.custom-popup-overlay .promo-theme .popup-content .popup-text .popup-title-wrapper h4,
.custom-popup-overlay .promo-theme .popup-content .popup-text .popup-title-wrapper h5 {
  color: var(--3, #1f1539);
  font-family: "Polly Rounded";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 85% */
  letter-spacing: -2px;
}
.custom-popup-overlay .promo-theme .popup-content .popup-text .popup-title-wrapper p {
  color: var(--3, #1f1539);
  /* Titulo 18 Bold */
  font-family: "Polly Rounded";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 127.778% */
  letter-spacing: -0.9px;
}
.custom-popup-overlay .promo-theme .popup-content .popup-text .popup-subtitle-wrapper p {
  color: var(--3, #1f1539);
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.custom-popup-overlay .promo-theme .popup-content .popup-text #promo-form-container form .wpcf7-response-output {
  display: none;
}
.custom-popup-overlay .promo-theme .popup-content .popup-text #promo-form-container form p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.custom-popup-overlay .promo-theme .popup-content .popup-text #promo-form-container form p span input {
  display: flex;
  padding: 10px 20px;
  width: 100%;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.custom-popup-overlay .promo-theme .popup-content .popup-text #promo-form-container form p span input::-moz-placeholder {
  color: #000;
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.custom-popup-overlay .promo-theme .popup-content .popup-text #promo-form-container form p span input::placeholder {
  color: #000;
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.custom-popup-overlay .promo-theme .popup-content .popup-text #promo-form-container form p span input:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
}
.custom-popup-overlay .promo-theme .popup-content .popup-text #promo-form-container form p span input button {
  width: 100%;
  padding: 10px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--1, #da3d58);
  color: #fff;
  text-align: center;
}
.custom-popup-overlay .promo-theme .popup-content .popup-text #promo-form-container form p .wpcf7-submit {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #DA3D58);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
.custom-popup-overlay .promo-theme .popup-content .popup-text #promo-form-container form p .wpcf7-submit:hover {
  background: #E31D3F;
}
.custom-popup-overlay .promo-theme .popup-content .popup-text #promo-form-container form p .wpcf7-submit {
  border: none;
  font-size: 14px;
}
.custom-popup-overlay .promo-theme .popup-content .popup-text #promo-form-container form p .wpcf7-spinner {
  position: absolute;
  bottom: 0;
}
.custom-popup-overlay .promo-theme .popup-content .popup-image {
  display: flex;
  width: 50%;
}
.custom-popup-overlay .promo-theme .popup-content .popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.coupon-toast-container {
  position: fixed;
  bottom: -100px; /* Oculto inicialmente */
  left: 50%;
  transform: translateX(-50%);
  background: #211640; /* Color oscuro premium */
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  z-index: 10000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: bottom 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.coupon-toast-container.show {
  bottom: 30px; /* Sube a la vista */
}

.toast-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.toast-icon {
  font-size: 20px;
}

.toast-text {
  display: flex;
  gap: 10px;
  align-items: center;
}

.toast-text p {
  color: #FFF;
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.8px;
}

.toast-code {
  color: var(--1, #da3d58);
  text-align: center;
  font-family: "Polly Rounded";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.8px;
}

@media (max-width: 900px) {
  footer .contenedor .menus {
    flex-direction: column;
  }
  footer .contenedor .menus #menu-footer {
    align-self: auto;
    margin: 0 auto;
    width: 100%;
  }
  footer .contenedor .menus .datos-contacto {
    align-items: center;
  }
  footer .contenedor .menus .datos-contacto .lista-contacto {
    align-items: center;
    align-self: auto;
  }
}
@media (max-width: 700px) {
  footer {
    padding: 50px 30px 20px 30px;
  }
  footer .contenedor .menus #menu-footer {
    flex-direction: column;
  }
  footer .contenedor .menus .datos-contacto {
    align-items: flex-start;
  }
  footer .contenedor .bottom {
    justify-content: center;
    flex-direction: column;
  }
  footer .contenedor .bottom .redes-contenedor {
    flex-direction: column;
  }
  footer .contenedor .bottom .medios-pago {
    flex-direction: column;
  }
  footer .contenedor .copy {
    flex-wrap: wrap;
    gap: 10px;
  }
  .ps-modal {
    top: 30px;
    right: 20px;
    max-width: 80%;
  }
  .custom-popup-overlay .promo-theme .popup-content {
    flex-direction: column;
    gap: 20px;
  }
  .custom-popup-overlay .promo-theme {
    padding: 25px;
  }
  .custom-popup-overlay .cookie-theme {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 20px 0 20px;
  }
  .custom-popup-overlay .cookie-theme .popup-content {
    flex-direction: column;
  }
  .custom-popup-overlay .cookie-theme .popup-content .popup-image {
    margin-left: auto;
  }
  .custom-popup-overlay .cookie-theme .popup-content .popup-image {
    height: 140px;
  }
  .custom-popup-overlay .cookie-theme .popup-content .popup-image img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}/*# sourceMappingURL=main.css.map */