section#singleProduct {
  padding: 1rem;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 40rem;
  isolation: isolate;
  contain: layout;
  position: relative;
}
@media (max-width: 870px) {
  section#singleProduct {
    height: -moz-fit-content;
    height: fit-content;
  }
}
section#singleProduct .contenedor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  height: 100%;
}
@media (max-width: 870px) {
  section#singleProduct .contenedor {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
}
@media (max-width: 870px) {
  section#singleProduct .contenedor .product__content nav.ti-breadcrumb {
    position: absolute;
    top: 1rem;
    z-index: 5;
  }
}
@media (max-width: 870px) {
  section#singleProduct .contenedor .product__content nav.ti-breadcrumb svg path {
    fill: #ffffff;
  }
}
@media (max-width: 870px) {
  section#singleProduct .contenedor .product__content nav.ti-breadcrumb a, section#singleProduct .contenedor .product__content nav.ti-breadcrumb span {
    color: #ffffff;
  }
}
section#singleProduct .contenedor .product-category {
  font-size: 0.75rem;
  color: #1f9ad7;
  font-family: "Exo", sans-serif;
  font-style: italic;
  text-transform: uppercase;
}
section#singleProduct .contenedor .product__content-contenido {
  padding: 0 0 0 1rem;
}
@media (max-width: 560px) {
  section#singleProduct .contenedor .product__content-contenido {
    padding: 0;
    gap: 0.5rem;
  }
}
section#singleProduct .contenedor .product__content-contenido-title h1 {
  font-family: "Exo", sans-serif;
  font-size: 1.875rem;
  color: #0e589e;
  font-weight: bold;
  font-style: italic;
}
section#singleProduct .contenedor .product__content-contenido-descripcion * {
  color: #495879;
  font-weight: 100;
  line-height: 130%;
  font-size: 0.938rem;
}
section#singleProduct .contenedor .product__content-contenido-descripcion p {
  margin: 0.5rem 0;
}
section#singleProduct .contenedor .product__content-contenido-descripcion strong,
section#singleProduct .contenedor .product__content-contenido-descripcion b {
  color: #495879;
  font-weight: 800;
}
section#singleProduct .contenedor .product__content-contenido-descripcion h2,
section#singleProduct .contenedor .product__content-contenido-descripcion h3,
section#singleProduct .contenedor .product__content-contenido-descripcion h4 {
  font-size: 0.938rem;
  font-weight: 800;
  color: #495879;
}
@media (max-width: 780px) {
  section#singleProduct .contenedor .product__content-contenido-descripcion h2,
  section#singleProduct .contenedor .product__content-contenido-descripcion h3,
  section#singleProduct .contenedor .product__content-contenido-descripcion h4 {
    font-size: 1rem;
  }
}
section#singleProduct .contenedor .product__content-contenido-descripcion h2,
section#singleProduct .contenedor .product__content-contenido-descripcion h3,
section#singleProduct .contenedor .product__content-contenido-descripcion h4 {
  margin: 1rem 0;
}
section#singleProduct .contenedor .product__content-contenido-descripcion ul li,
section#singleProduct .contenedor .product__content-contenido-descripcion ol li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
section#singleProduct .contenedor .product__content-contenido-descripcion ol li {
  list-style-type: decimal;
}
section#singleProduct .contenedor .product__content-contenido-descripcion > ul, section#singleProduct .contenedor .product__content-contenido-descripcion > ol {
  padding: 0.5rem 0;
}
section#singleProduct .contenedor .product__content-contenido-descripcion > ul ol li,
section#singleProduct .contenedor .product__content-contenido-descripcion > ul ul li, section#singleProduct .contenedor .product__content-contenido-descripcion > ol ol li,
section#singleProduct .contenedor .product__content-contenido-descripcion > ol ul li {
  padding: 0;
}
section#singleProduct .contenedor .product__content-contenido-descripcion img {
  max-width: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 780px) {
  section#singleProduct .contenedor .product__content-contenido-descripcion img {
    border-radius: 0.8rem;
  }
}
section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #14243e;
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a span {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a span::before {
  font-weight: normal;
  content: attr(data-title);
  position: absolute;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease;
}
section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a svg path {
  fill: #ffffff;
  transition: all 0.3s ease;
}
section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a:hover, section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a.is-active {
  background-color: #14243e;
  color: #1f9ad7;
}
section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a:hover::before, section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a.is-active::before {
  opacity: 1;
  z-index: 1;
}
section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a:hover span, section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a.is-active span {
  color: transparent;
}
section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a:hover span::before, section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a.is-active span::before {
  opacity: 1;
  color: #1f9ad7;
  font-weight: normal;
}
section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a:hover svg path, section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a.is-active svg path {
  fill: #1f9ad7;
}
@media (max-width: 780px) {
  section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper a {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
section#singleProduct .contenedor .product__content-contenido .ti_card_product__shopping .ti_card_product__price del {
  text-decoration: line-through;
  font-size: 0.7rem;
  position: relative;
  top: -0.5rem;
  left: 0;
}
section#singleProduct .contenedor .product__content-contenido .ti_card_product__shopping .ti_card_product__price del * {
  font-size: 0.7rem;
}
@media (max-width: 870px) {
  section#singleProduct .contenedor .product__content-contenido .product-add-to-cart-wrapper {
    margin: 0 auto;
  }
}
section#singleProduct .contenedor .product__thumb {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 870px) {
  section#singleProduct .contenedor .product__thumb {
    padding-top: 5rem;
  }
}
section#singleProduct .contenedor .product__thumb::before, section#singleProduct .contenedor .product__thumb::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  height: 60vh;
  width: 60vw;
  z-index: 1;
  border-radius: 0 0 0 3rem;
  pointer-events: none;
}
@media (max-width: 870px) {
  section#singleProduct .contenedor .product__thumb::before, section#singleProduct .contenedor .product__thumb::after {
    left: -5%;
    height: 80%;
    width: 100vw;
    bottom: 6rem;
  }
}
section#singleProduct .contenedor .product__thumb::before {
  background-image: var(--bg-image-product);
  background-size: cover;
  background-position: center;
  filter: blur(1px);
}
section#singleProduct .contenedor .product__thumb::after {
  background: #14243e;
  opacity: 0.5;
}
section#singleProduct .contenedor .product__thumb .imagen {
  position: relative;
  z-index: 2;
  height: 80%;
  width: 80%;
  margin-bottom: 4rem;
}
@media (max-width: 870px) {
  section#singleProduct .contenedor .product__thumb .imagen {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
section#singleProduct .contenedor .product__thumb .imagen::before {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 0.8rem;
  filter: blur(1rem);
  background-color: black;
  border-radius: 100%;
  z-index: 1;
}
section#singleProduct .contenedor .product__thumb .imagen img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}
@media (max-width: 870px) {
  section#singleProduct .contenedor .product__thumb .imagen img {
    height: 15rem;
    width: auto;
  }
}
section#singleProduct-caracteristicas {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (max-width: 560px) {
  section#singleProduct-caracteristicas {
    padding: 0 0 1rem 0;
  }
}
@media (max-width: 560px) {
  section#singleProduct-caracteristicas .contenedor {
    gap: 1rem;
  }
}
section#singleProduct-caracteristicas .contenedor h2 {
  font-size: 1.125rem;
  color: #1f9ad7;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
section#singleProduct-caracteristicas .contenedor p {
  text-align: center;
  width: 100%;
}
section#singleProduct-caracteristicas .contenedor .caracteristicas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  width: 40rem;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 560px) {
  section#singleProduct-caracteristicas .contenedor .caracteristicas {
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
  }
}
section#singleProduct-caracteristicas .contenedor .caracteristicas li {
  width: calc(20% - 1.5rem);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 560px) {
  section#singleProduct-caracteristicas .contenedor .caracteristicas li {
    width: 5rem;
  }
}
section#singleProduct-caracteristicas .contenedor .caracteristicas li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
section#singleProduct-caracteristicas .contenedor .caracteristicas li span {
  color: #14243e;
  text-align: center;
}
section#singleProduct-banner {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (max-width: 780px) {
  section#singleProduct-banner {
    padding: 0 0 1rem 0;
  }
}
section#singleProduct-banner .contenedor {
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 780px) {
  section#singleProduct-banner .contenedor {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
  }
}
section#singleProduct-banner .contenedor picture {
  width: 100%;
  height: auto;
  aspect-ratio: 16/6;
  display: flex;
}
@media (max-width: 780px) {
  section#singleProduct-banner .contenedor picture {
    aspect-ratio: 16/10;
  }
}
section#singleProduct-banner .contenedor picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section#singleProduct-datos {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (max-width: 780px) {
  section#singleProduct-datos {
    padding: 0 0 1rem 0;
  }
}
section#singleProduct-datos .contenedor h2 {
  font-size: 1.125rem;
  color: #1f9ad7;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
section#singleProduct-datos .contenedor p {
  text-align: center;
  width: 100%;
}
section#singleProduct-datos .contenedor .datos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 40rem;
  max-width: 100%;
  margin: 0 auto;
}
section#singleProduct-datos .contenedor .datos li {
  width: calc(33.33% - 1.5rem);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 560px) {
  section#singleProduct-datos .contenedor .datos li {
    width: 6rem;
    flex-wrap: wrap;
  }
}
section#singleProduct-datos .contenedor .datos li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
section#singleProduct-datos .contenedor .datos li span {
  color: #14243e;
  text-align: center;
}/*# sourceMappingURL=index.css.map */