.elementor-kit-7{--e-global-color-primary:#0A6FAF;--e-global-color-secondary:#F5A623;--e-global-color-text:#2B2B2B;--e-global-color-accent:#F5F5F5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* ===========================
   SANYFONT — PRODUCTO INDIVIDUAL
   Pega en CSS global
   =========================== */

:root{
  --sany-blue:#0B73B8;
  --sany-yellow:#F2A000;
  --sany-text:#2B2B2B;
  --sany-bg:#ffffff;
  --sany-soft:#f6f9fc;
  --sany-border: rgba(0,0,0,.08);
  --sany-shadow: 0 18px 45px rgba(0,0,0,.10);
}

/* Contenedor principal */
.sany-pd{
  padding: clamp(18px, 3vw, 34px) 0;
}

/* Caja de compra (columna derecha) */
.sany-pd__summary{
  background: var(--sany-soft);
  border: 1px solid var(--sany-border);
  border-radius: 22px;
  box-shadow: var(--sany-shadow);
  padding: clamp(18px, 2.4vw, 28px);
}

/* Título */
.sany-pd__summary .product_title,
.sany-pd__summary h1{
  color: var(--sany-blue);
  font-weight: 900;
  line-height: 1.08;
  font-size: clamp(26px, 3.2vw, 40px);
  margin: 0 0 10px 0;
}

/* Precio */
.sany-pd__summary .price{
  font-weight: 900;
  color: var(--sany-text);
  font-size: clamp(22px, 2.4vw, 30px);
  margin: 6px 0 14px 0;
}
.sany-pd__summary .price del{
  opacity: .55;
  font-weight: 800;
}
.sany-pd__summary .price ins{
  text-decoration: none;
}

/* Descripción corta */
.sany-pd__summary .woocommerce-product-details__short-description,
.sany-pd__summary .woocommerce-product-details__short-description p{
  color: var(--sany-text);
  opacity: .92;
  line-height: 1.7;
}

/* Cantidad */
.sany-pd__summary .quantity .qty{
  border: 1px solid var(--sany-border);
  border-radius: 14px;
  height: 46px;
  padding: 0 12px;
  font-weight: 800;
  width: 90px;
}

/* Botón añadir al carrito */
.sany-pd__summary .single_add_to_cart_button,
.sany-pd__summary button.single_add_to_cart_button{
  background: var(--sany-yellow) !important;
  color: #1F2A33 !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  padding: 14px 18px !important;
  min-height: 48px;
  box-shadow: 0 16px 34px rgba(0,0,0,.14);
  transition: transform .15s ease, filter .15s ease;
}
.sany-pd__summary .single_add_to_cart_button:hover{
  transform: translateY(-1px);
  filter: brightness(0.98);
}

/* Botón “comprar”/variaciones (si aparece) */
.sany-pd__summary .woocommerce-variation-add-to-cart button{
  width: 100%;
}

/* Variaciones */
.sany-pd__summary table.variations{
  width: 100%;
  margin: 10px 0 14px 0;
}
.sany-pd__summary table.variations select{
  width: 100%;
  border: 1px solid var(--sany-border);
  border-radius: 14px;
  padding: 12px 12px;
  background: #fff;
  font-weight: 700;
}

/* Meta (categorías/SKU) */
.sany-pd__summary .product_meta{
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--sany-border);
  font-size: 14px;
}
.sany-pd__summary .product_meta a{
  color: var(--sany-blue);
  font-weight: 800;
  text-decoration: none;
}

/* Galería */
.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper{
  border-radius: 22px;
  overflow: hidden;
}
.woocommerce-product-gallery img{
  border-radius: 22px;
}

/* Tabs */
.woocommerce-tabs{
  margin-top: 18px;
}
.woocommerce-tabs ul.tabs li a{
  color: var(--sany-blue) !important;
  font-weight: 900 !important;
}
.woocommerce-tabs .panel{
  background: #fff;
  border: 1px solid var(--sany-border);
  border-radius: 22px;
  padding: 18px 18px;
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
}

/* Related products grid “limpia” */
.related.products h2{
  color: var(--sany-blue);
  font-weight: 900;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 880px){
  .sany-pd__summary{
    margin-top: 14px;
  }
}
/* ===========================
   SANYFONT – Imagen producto individual
   =========================== */

/* Contenedor de la imagen */
.woocommerce-product-gallery__wrapper{
  aspect-ratio: 1 / 1;        /* CUADRADA */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

/* Imagen */
.woocommerce-product-gallery__image img{
  width: 100%;
  height: 100%;
  object-fit: contain;        /* CLAVE */
}
/* ===========================
   SANYFONT – Productos relacionados
   =========================== */

.related.products li.product a img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #ffffff;
  padding: 12px;
}

/* ===========================
   SANYFONT – Grid tienda
   =========================== */

.woocommerce ul.products li.product img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  padding: 12px;
}

.woocommerce ul.products li.product{
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.woocommerce ul.products li.product img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  padding: 12px;
}/* End custom CSS */