
.breadcrumb-bg.center.breadcrumb-full {
background-image: url(https://beta.embutidosllamas.com/img/cms/llamas_breadcrumb.webp) !important;
}


/* =========================
   CMS EMPRESA
========================= */

.cms-empresa {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

/* Cabeceras */
.cms-header {
  margin-bottom: 3rem;
}

.section-title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    text-align: center;
}

.section-text {
    /* max-width: 700px; */
    margin: 0 auto;
    line-height: 1.7;
    color: #555;
    text-align: center;
}

/* EstadÃ­sticas */
.cms-stats {
    margin: 2rem 0;
    /* margin-bottom: 0rem; */
}
.cms-stats .count {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.cms-stats h5 {
  font-weight: 500;
}

/* ImÃ¡genes */
.cms-image-wrapper {
  margin: 4rem 0;
}

.cms-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* Productos */
.cms-products ul {
    margin-top: 2rem;
}
.cms-products h4 {
    margin-bottom: 0.75rem;
    text-align: center;
}

.cms-products p {
  color: #666;
  line-height: 1.6;
   text-align: center;
}
body#category section.elementor-element.elementor-element-5b1875f.elementor-section-full_width.elementor-section-height-min-height.elementor-section-content-middle.elementor-hidden-tablet.elementor-hidden-phone.elementor-section-height-inner-default.elementor-section-items-middle.elementor-section.elementor-top-section {
    display: none;
}

/* 1️⃣ Forzamos proporción fija del bloque de imagen */
.product-miniature .product-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

/* 2️⃣ La miniatura ocupa todo el bloque */
.product-miniature .product-thumbnail {
    display: block;
    width: 100%;
    height: 100%;
}

/* 3️⃣ La imagen se recorta correctamente */
.product-miniature .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   ðŸ“± MÃ“VIL
========================= */
@media (max-width: 767px) {

  .cms-empresa {
    padding: 2.5rem 1rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .cms-stats ul,
  .cms-products ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

.cms-image-wrapper {
        margin: 2.5rem 0;
        margin-top: 0;
    }
}
