/* ==============================
   APROMT - Colabora / Intro
   ============================== */

.apromt-colabora-intro {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4fb 100%);
  padding: clamp(64px, 8vw, 110px) clamp(22px, 4vw, 56px);
  text-align: center;
}

.apromt-colabora-intro h1,
.apromt-colabora-intro h2 {
  /*max-width: 980px;*/
  margin-inline: auto;
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.005em;
  text-shadow: none !important;
  margin-bottom: 28px !important;
}

.apromt-colabora-intro p {
  max-width: 920px;
  margin-inline: auto;
  color: #24364f !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
  margin-bottom: 34px !important;
}

.apromt-colabora-intro strong {
  color: #24364f !important;
  font-weight: 850 !important;
}

.apromt-colabora-intro .wp-block-button__link,
.apromt-colabora-intro .uagb-buttons-repeater {
  background: #ff6b00 !important;
  color: #ffffff !important;
  border: 2px solid #ff6b00 !important;
  border-radius: 999px !important;
  padding: 14px 38px !important;
  min-width: 220px;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  text-align: center;
  text-transform: none !important;
  box-shadow: 0 14px 32px rgba(255, 107, 0, 0.24);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.apromt-colabora-intro .wp-block-button__link:hover,
.apromt-colabora-intro .uagb-buttons-repeater:hover {
  background: #f25f00 !important;
  border-color: #f25f00 !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 107, 0, 0.32);
}

/* Ocultar separador si queda dentro del bloque */
.apromt-colabora-intro hr,
.apromt-colabora-intro .wp-block-separator {
  display: none !important;
}

/* ==============================
   APROMT - Colabora / Productos solidarios intro
   ============================== */

.apromt-productos-intro {
  background: #ffffff;
  padding: clamp(56px, 7vw, 90px) clamp(22px, 4vw, 56px);
  text-align: center;
}

.apromt-productos-intro h2 {
  /*max-width: 980px;*/
  margin-inline: auto;
  color: #4b3d78 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.005em;
  text-shadow: none !important;
  margin-bottom: 30px !important;
}

.apromt-productos-intro p {
  max-width: 1040px;
  margin-inline: auto;
  color: #24364f !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  margin-bottom: 22px !important;
}

.apromt-productos-intro p:last-child {
  margin-bottom: 0 !important;
}

.apromt-productos-intro strong {
  color: #24364f !important;
  font-weight: 850 !important;
}

/* ==============================
   APROMT - Colabora / Productos solidarios
   ============================== */

.apromt-productos-grid {
  background: #ffffff;
  padding: clamp(56px, 7vw, 90px) clamp(22px, 4vw, 56px);
}

.apromt-producto-card {
  background: #ffffff !important;
  border: 1px solid rgba(75, 61, 120, 0.12) !important;
  border-radius: 26px !important;
  padding: 24px 22px 28px !important;
  box-shadow: 0 16px 40px rgba(67, 32, 90, 0.09) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  height: 100% !important;
}

.apromt-producto-card:hover {
  transform: translateY(-4px);
  border-color: rgba(75, 61, 120, 0.22) !important;
  box-shadow: 0 22px 52px rgba(67, 32, 90, 0.14) !important;
}

/* Imágenes / sliders */

.apromt-producto-card img {
  width: 100% !important;
  max-height: 300px;
  object-fit: contain;
  border-radius: 20px !important;
  box-shadow: none !important;
}

/*.apromt-producto-card .wp-block-uagb-slider,
.apromt-producto-card .uagb-slider-container,
.apromt-producto-card .swiper,
.apromt-producto-card .swiper-wrapper {
  border-radius: 20px !important;
  overflow: hidden !important;
}*/

/* Flechas del slider */

.apromt-producto-card .swiper-button-prev,
.apromt-producto-card .swiper-button-next,
.apromt-producto-card .slick-prev,
.apromt-producto-card .slick-next {
  background: #ffffff !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 22px rgba(67, 32, 90, 0.16) !important;
}

/* Textos del producto */

.apromt-producto-card p:first-of-type {
  color: #4b3d78 !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  text-align: center;
  margin-top: 22px !important;
  margin-bottom: 12px !important;
}

.apromt-producto-card p:not(:first-of-type) {
  color: #24364f !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  text-align: center;
  margin-bottom: 0 !important;
}

.apromt-producto-card {
  min-height: 520px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
}

/* Botón pedido productos */

.apromt-productos-pedido,
.apromt-productos-grid .wp-block-buttons,
.apromt-productos-grid .uagb-buttons__outer-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-top: 42px !important;
}

.apromt-productos-grid .wp-block-button__link,
.apromt-productos-grid .uagb-buttons-repeater {
  background: #ff6b00 !important;
  color: #ffffff !important;
  border: 2px solid #ff6b00 !important;
  border-radius: 999px !important;
  padding: 15px 40px !important;
  min-width: 260px;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  text-align: center;
  box-shadow: 0 14px 32px rgba(255, 107, 0, 0.24);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.apromt-productos-grid .wp-block-button__link:hover,
.apromt-productos-grid .uagb-buttons-repeater:hover {
  background: #f25f00 !important;
  border-color: #f25f00 !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 107, 0, 0.32);
}

/* ==============================
   APROMT - Productos solidarios / Responsive móvil
   ============================== */

@media (max-width: 768px) {
  .apromt-productos-grid {
    padding: 42px 18px !important;
    overflow: visible !important;
  }

  .apromt-productos-grid .wp-block-uagb-columns,
  .apromt-productos-grid .uagb-columns__wrap {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 28px !important;
    width: 100% !important;
  }

  .apromt-productos-grid .wp-block-uagb-column,
  .apromt-productos-grid .uagb-column__wrap {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .apromt-productos-grid .apromt-producto-card {
    width: 100% !important;
    max-width: 420px !important;
    min-height: unset !important;
    height: auto !important;
    margin-inline: auto !important;
    display: block !important;
  }

  .apromt-producto-card img {
    max-height: 260px !important;
    width: 100% !important;
    object-fit: contain !important;
  }

  .apromt-productos-grid .wp-block-spacer {
    height: 24px !important;
  }
}