.elementor-kit-13{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-color-ee7607e:#EAEAEA;--e-global-color-3c00045:#F3F3F3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Source Sans Pro", Sans-serif;font-size:15px;font-weight:400;line-height:1.4em;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 h1{color:#000000;font-family:"Roboto", Sans-serif;font-size:30px;font-weight:700;}.elementor-kit-13 h2{color:#000000;font-family:"Roboto", Sans-serif;font-size:30px;font-weight:700;letter-spacing:-0.8px;}.elementor-kit-13 h3{color:#000000;font-weight:600;}.elementor-kit-13 h4{color:#000000;font-size:20px;font-weight:600;}.elementor-kit-13 h5{font-size:15px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.product-ratio {
  position: relative;
  aspect-ratio: 8 / 9;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  padding: 5%;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Elementor/WooCommerce wrappers internos */
.product-ratio a,
.product-ratio .elementor-widget-container,
.product-ratio .elementor-image,
.product-ratio .woocommerce-loop-product__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Imagen */
.product-ratio img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

/* Overlay negro 10% */
.product-ratio::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 2;
}

/* Sticker descuento */
.discount-sticker {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;

  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;

  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.discount-sticker-inline {
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;

  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.stock{
    font-size:15px!important;
    color:#333333!important;
}/* End custom CSS */