/*Fuentes*/
/* Colores */
.btn {
  border: 1px solid #644293;
  padding: 10px 20px;
  color: #644293;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  transition: background-color 0.5s ease;
}
.btn:hover {
  background-color: #644293;
  color: white;
}

.woocommerce-breadcrumb {
  padding: 0;
  min-height: auto;
  height: auto;
  width: 1350px;
  max-width: 95%;
  margin: 0 auto !important;
  padding-top: 13px !important;
  color: #1D1D1B !important;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
.woocommerce-breadcrumb a {
  color: #1D1D1B;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
}
.woocommerce-breadcrumb .woocommerce-breadcrumb__sep {
  display: inline-block;
  margin: 0 10px;
  color: #1D1D1B;
  font-size: 12px;
  line-height: 17px;
  vertical-align: baseline;
}
.woocommerce-breadcrumb .woocommerce-breadcrumb__current {
  font-weight: 700;
  color: #1D1D1B;
}

.woocommerce-notices-wrapper {
  display: none;
}

.ti-single-product-main {
  min-height: auto;
  height: auto;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .ti-single-product-main {
    padding: 50px 0;
  }
}
.ti-single-product-main .contenedor {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ti-single-product-main .contenedor {
    flex-direction: column;
  }
}
.ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    flex-direction: column-reverse;
  }
}
.ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 463px !important;
  height: 531px;
}
@media (max-width: 768px) {
  .ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    width: 100% !important;
    height: auto !important;
  }
}
.ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.is-main-image {
  position: relative;
}
.ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.is-main-image .onsale {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #644293;
  padding: 8px 10px;
  border-radius: 0;
  display: flex;
  line-height: 16px;
  min-height: auto;
  min-width: auto;
}
.ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .ti-product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .ti-product-thumbnails {
    flex-direction: row;
  }
}
.ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .ti-product-thumbnails .ti-product-thumb {
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  opacity: 0.5;
}
.ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .ti-product-thumbnails .ti-product-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ti-single-product-main .contenedor .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .ti-product-thumbnails .ti-product-thumb.is-active {
  border: 1px solid rgba(100, 66, 147, 0.5);
  opacity: 1;
}
.ti-single-product-main .contenedor .summary .variations {
  margin-bottom: 50px !important;
}
.ti-single-product-main .contenedor .summary .variations tbody {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.ti-single-product-main .contenedor .summary .variations tr .label {
  display: none;
}
.ti-single-product-main .contenedor .summary .variations tr .value .ti-variation-native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}
.ti-single-product-main .contenedor .summary .variations tr .value .ti-variation-group .ti-variation-label {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 13px;
}
.ti-single-product-main .contenedor .summary .variations tr .value .ti-variation-group .ti-variation-options {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ti-single-product-main .contenedor .summary .variations tr .value .ti-variation-group .ti-variation-options .ti-variation-option {
  border: 1px solid #D3A0C9;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 10px 8px;
}
.ti-single-product-main .contenedor .summary .variations tr .value .ti-variation-group .ti-variation-options .ti-variation-option .ti-text-value {
  font-size: 15px;
  line-height: 20px;
  color: #D3A0C9;
}
.ti-single-product-main .contenedor .summary .variations tr .value .ti-variation-group .ti-variation-options .ti-variation-option.is-active {
  background-color: #644293;
  border-color: #644293;
}
.ti-single-product-main .contenedor .summary .variations tr .value .ti-variation-group .ti-variation-options .ti-variation-option.is-active .ti-text-value {
  color: #FFF;
}
.ti-single-product-main .contenedor .summary .variations tr .value .ti-variation-group.is-color .ti-variation-option {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  padding: 0;
  border: 0;
}
.ti-single-product-main .contenedor .summary .variations tr .value .ti-variation-group.is-color .ti-variation-option .ti-color-dot {
  display: block;
  width: 100%;
  height: 100%;
}
.ti-single-product-main .contenedor .summary .variations tr .value .ti-variation-group.is-color .ti-variation-option.is-active {
  border: 1px solid #000;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-variation-actions-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-variation-actions-row {
    gap: 15px;
  }
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-variation-actions-row .wc-forward {
  display: none !important;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 254px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-btn__label {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #FFF;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-btn__icon {
  display: inline-flex;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-btn__icon svg {
  display: block;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-btn--bag {
  background-color: #5B83A7;
  color: #FFF;
}
@media (max-width: 768px) {
  .ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-btn--bag {
    width: 100%;
  }
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-btn--bag:hover {
  filter: brightness(0.95);
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-btn--buy-now {
  background-color: #1D1D1B;
  color: #FFF;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-btn--buy-now:hover {
  opacity: 0.92;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-btn--buy-now {
  min-width: 207px;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-variation-qty {
  display: flex;
  flex-direction: row;
  padding: 8px 8.5px;
  border: 1px solid #1D1D1B;
  background: #FFF;
  gap: 10px;
  box-sizing: border-box;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-variation-qty .ti-qty-minus,
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-variation-qty .ti-qty-plus {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  flex: 0 0 30px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #1D1D1B;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-variation-qty .quantity {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-variation-qty .quantity .qty {
  width: 100%;
  max-width: 30px;
  border: none;
  text-align: center;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #1D1D1B;
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-variation-qty .quantity .qty::-webkit-outer-spin-button, .ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-variation-qty .quantity .qty::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.ti-single-product-main .contenedor .summary .woocommerce-variation-add-to-cart .ti-variation-qty .quantity .qty:focus {
  outline: none;
}
.ti-single-product-main .contenedor .summary .titulo-producto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ti-single-product-main .contenedor .summary .titulo-producto .product_title {
  font-size: 40px;
  line-height: 45px;
  font-family: "Playfair", serif;
  color: #644293;
  margin-bottom: 15px;
}
.ti-single-product-main .contenedor .summary .titulo-producto .favoritos {
  width: 41px;
  height: 41px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.ti-single-product-main .contenedor .summary .titulo-producto .favoritos .btn-favoritos,
.ti-single-product-main .contenedor .summary .titulo-producto .favoritos .tinvwl_add_to_wishlist_button {
  width: 41px;
  height: 41px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.ti-single-product-main .contenedor .summary .titulo-producto .favoritos .btn-favoritos .tinvwl_add_to_wishlist-text,
.ti-single-product-main .contenedor .summary .titulo-producto .favoritos .btn-favoritos .tinvwl_remove_from_wishlist-text,
.ti-single-product-main .contenedor .summary .titulo-producto .favoritos .btn-favoritos .tinvwl_already_on_wishlist-text,
.ti-single-product-main .contenedor .summary .titulo-producto .favoritos .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
.ti-single-product-main .contenedor .summary .titulo-producto .favoritos .tinvwl_add_to_wishlist_button .tinvwl_remove_from_wishlist-text,
.ti-single-product-main .contenedor .summary .titulo-producto .favoritos .tinvwl_add_to_wishlist_button .tinvwl_already_on_wishlist-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ti-single-product-main .contenedor .summary .titulo-producto .favoritos .btn-favoritos img,
.ti-single-product-main .contenedor .summary .titulo-producto .favoritos .tinvwl_add_to_wishlist_button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.ti-single-product-main .contenedor .summary .price {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.ti-single-product-main .contenedor .summary .price ins {
  order: 1;
  font-size: 20px;
  color: #1D1D1B;
  line-height: 25px;
}
.ti-single-product-main .contenedor .summary .price del {
  order: 2;
}
.ti-single-product-main .contenedor .summary .price del span {
  display: flex;
  align-self: self-start;
  text-decoration: line-through;
  font-size: 15px;
  line-height: 20px;
  color: #1D1D1B;
}
.ti-single-product-main .contenedor .summary .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.ti-single-product-main .contenedor .summary .woocommerce-product-details__short-description p {
  font-size: 14px;
  line-height: 19px;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada {
  background: rgba(100, 66, 147, 0.05);
  margin-top: 50px;
  padding: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .ti-single-product-main .contenedor .summary .productos-venta-cruzada {
    padding: 15px;
  }
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .titulo .productos-venta-cruzada__heading {
  color: #D3A0C9;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .my-slider-progress {
  background: rgba(100, 66, 147, 0.1);
  margin-top: 15px;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .my-slider-progress-bar {
  background: #644293;
  height: 4px;
  transition: width 400ms ease;
  width: 0;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card {
  display: flex;
  padding: 10px;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background-color: #FFF;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__media {
  display: flex;
  width: 180px;
  height: 200px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__media {
    width: 100%;
    height: 190px;
  }
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 768px) {
  .ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: #eee;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__cat {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  color: #644293;
  margin-bottom: 5px;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__title {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__price {
  font-size: 14px;
  line-height: 19px;
  display: flex;
  gap: 5px;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__price del {
  order: 2;
  display: flex;
  align-self: self-start;
  text-decoration: line-through;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__price del span {
  font-size: 12px;
  line-height: 12px;
}
.ti-single-product-main .contenedor .summary .productos-venta-cruzada .ti-upsell-card__price ins {
  order: 1;
}
.ti-single-product-main .contenedor .summary .product_meta {
  display: none;
}

.frase-producto {
  min-height: auto;
  height: auto;
  position: relative;
  padding: 80px 0;
}
.frase-producto picture {
  position: absolute;
  inset: 0;
}
.frase-producto picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.frase-producto .contenedor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frase-producto .contenedor .frase-producto__texto {
  color: #644293;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  font-family: "Playfair", serif;
}
@media (max-width: 768px) {
  .frase-producto .contenedor .frase-producto__texto {
    font-size: 23px;
    line-height: 28px;
  }
}

.tabs-producto {
  min-height: auto;
  height: auto;
  padding: 80px 0;
}
.tabs-producto .contenedor {
  display: flex;
  justify-content: center;
}
.tabs-producto .contenedor .woocommerce-tabs {
  width: 100%;
}
.tabs-producto .contenedor .woocommerce-tabs .tabs {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 50px;
  margin: 0;
  margin-bottom: 25px !important;
}
@media (max-width: 768px) {
  .tabs-producto .contenedor .woocommerce-tabs .tabs {
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tabs-producto .contenedor .woocommerce-tabs .tabs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .tabs-producto .contenedor .woocommerce-tabs .tabs {
    padding: 0 !important;
    gap: 30px;
  }
}
.tabs-producto .contenedor .woocommerce-tabs .tabs::before {
  display: none !important;
}
.tabs-producto .contenedor .woocommerce-tabs .tabs .description_tab,
.tabs-producto .contenedor .woocommerce-tabs .tabs .additional_information_tab,
.tabs-producto .contenedor .woocommerce-tabs .tabs .reviews_tab {
  display: flex;
  flex-shrink: 0;
  padding: 5px 20px;
  border: 1px solid #1D1D1B;
  border-radius: 0;
  background-color: transparent;
}
.tabs-producto .contenedor .woocommerce-tabs .tabs .description_tab a,
.tabs-producto .contenedor .woocommerce-tabs .tabs .additional_information_tab a,
.tabs-producto .contenedor .woocommerce-tabs .tabs .reviews_tab a {
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  color: #1D1D1B;
  font-weight: 400;
  white-space: nowrap;
}
.tabs-producto .contenedor .woocommerce-tabs .tabs .description_tab a:hover,
.tabs-producto .contenedor .woocommerce-tabs .tabs .additional_information_tab a:hover,
.tabs-producto .contenedor .woocommerce-tabs .tabs .reviews_tab a:hover {
  color: #1D1D1B;
}
.tabs-producto .contenedor .woocommerce-tabs .tabs .description_tab::before, .tabs-producto .contenedor .woocommerce-tabs .tabs .description_tab::after,
.tabs-producto .contenedor .woocommerce-tabs .tabs .additional_information_tab::before,
.tabs-producto .contenedor .woocommerce-tabs .tabs .additional_information_tab::after,
.tabs-producto .contenedor .woocommerce-tabs .tabs .reviews_tab::before,
.tabs-producto .contenedor .woocommerce-tabs .tabs .reviews_tab::after {
  display: none !important;
}
.tabs-producto .contenedor .woocommerce-tabs .tabs .description_tab.active,
.tabs-producto .contenedor .woocommerce-tabs .tabs .additional_information_tab.active,
.tabs-producto .contenedor .woocommerce-tabs .tabs .reviews_tab.active {
  border: 1px solid #D3A0C9;
  background-color: #D3A0C9;
}
.tabs-producto .contenedor .woocommerce-tabs .tabs .description_tab.active a,
.tabs-producto .contenedor .woocommerce-tabs .tabs .additional_information_tab.active a,
.tabs-producto .contenedor .woocommerce-tabs .tabs .reviews_tab.active a {
  color: #FFF;
}
.tabs-producto .contenedor .woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 0 !important;
}
.tabs-producto .contenedor .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 14px;
  line-height: 19px;
  color: #1D1D1B;
}

.productos-relacionados {
  min-height: auto;
  height: auto;
  padding: 80px 0;
  background-color: #F9F9F9;
}
.productos-relacionados .contenedor {
  display: flex;
  flex-direction: column;
}
.productos-relacionados .cabecera.productos-relacionados__cabecera {
  margin-bottom: 30px;
  text-align: center;
}
.productos-relacionados .titulo-productos-relacionados {
  color: #644293;
  font-family: "Playfair", serif;
  font-size: 40px;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 768px) {
  .productos-relacionados .titulo-productos-relacionados {
    font-size: 30px;
    line-height: 35px;
  }
}
.productos-relacionados .productos-relacionados-splide {
  z-index: 1;
}
.productos-relacionados .productos-relacionados-splide .splide__track .splide__list .splide__slide .productos-relacionados-item {
  background-color: #FFF;
}
.productos-relacionados .productos-relacionados-splide .galeria-progress {
  background: rgba(100, 66, 147, 0.1);
  margin-top: 20px;
}
.productos-relacionados .productos-relacionados-splide .galeria-progress-bar {
  background: #644293;
  height: 4px;
  transition: width 400ms ease;
  width: 0;
}/*# sourceMappingURL=index.css.map */