/* =======================
   LAYOUT GENERAL
======================= */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =======================
   HEADER PERSONALIZADO
======================= */
.custom-header {
  background: #60C0D9;
  margin: 20px auto;
  border-radius: 20px;
  padding: 22px 32px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  max-width: 1200px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

/* LOGO */
.logo-area img {
  display: block;
  width: 95px; /* tamaño del diseño */
  height: auto;
}

/* TEXTO CENTRAL */
.header-text {
  flex: 1;
  text-align: left;
}

.header-text h1 {
  font-size: 22px;
  color: #FFD43B;
  font-weight: 800;
  margin: 0;
  letter-spacing: 1px;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Buscador WooCommerce */
.header-tools form {
  display: flex;
  align-items: center;
  background: #72BFD8; /* azul del Figma */
  border-radius: 22px;
  padding: 6px 14px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.header-tools input[type="search"] {
  border: none;
  padding: 8px 10px;
  font-size: 14px;
  outline: none;
  width: 230px;
  color: #0f3b5b;
  background: transparent;
  font-weight: 500;
}

/* Placeholder con estilo Figma */
.header-tools input[type="search"]::placeholder {
  color: rgba(15, 59, 91, 0.45);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.5px;
  content: "¿Qué necesitas hoy?.....";
}

.header-tools button {
  background: none;
  border: none;
  cursor: pointer;
  color: #0f3b5b;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.header-tools button:hover {
  opacity: 1;
}

.header-tools .cart-link img {
  display: block;
  width: 28px;
  height: auto;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.25));
}

/* =======================
   MENÚ PRINCIPAL
======================= */
.main-menu-container {
  margin: 10px auto 0;
  max-width: 1200px;
  padding: 0 20px;
}

.main-menu {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 24px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.main-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu li a {
  color: #0f3b5b;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.main-menu li a:hover {
  color: #00A859;
}

/* BOTÓN WHATSAPP */
.whatsapp-btn a {
  display: flex;
  align-items: center;
  background: #25D366;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 22px;
  font-weight: 700;
  gap: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  transition: transform 0.2s ease;
}

.whatsapp-btn a:hover {
  transform: translateY(-3px);
}

/* =======================
   EFECTO VISUAL GLOBAL
======================= */
header.custom-header,
.main-menu {
  transition: all 0.3s ease;
}

/* =======================
   BANNER PRINCIPAL
======================= */
.banner-principal {
  margin: 20px auto;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1200px;
}
.banner-principal img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}

/* SWIPER CONTROLS */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
}

/* =======================
   SECCIONES GENERALES
======================= */
section {
  background: transparent;
  margin-bottom: 10px;
}
.section-title {
  color: #0f3b5b;
  font-weight: 700;
  font-size: 24px;
  margin: 12px 0;
}
.subtitle {
  color: #1f7aa1;
  margin-bottom: 12px;
  font-weight: 600;
}

/* =======================
   TARJETAS (cards)
======================= */
.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(11, 36, 55, 0.06);
  flex: 1 1 30%;
  min-width: 220px;
  cursor: pointer;
  transition: transform 0.25s;
}
.card:hover {
  transform: translateY(-6px);
}
.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.card h3 {
  text-align: center;
  padding: 14px 10px;
  color: #0f3b5b;
  margin: 0;
  font-size: 16px;
}

/* =======================
   BENEFICIOS
======================= */
.beneficios-row {
  display: flex;
  gap: 18px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.card-info {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  flex: 1 1 30%;
  min-width: 220px;
}
.beneficio-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 8px;
}

/* =======================
   MARCAS SLIDER
======================= */
.marcas-slider {
  display: flex;
  gap: 30px;
  align-items: center;
}
.marcas-slider img {
  width: 120px;
  height: auto;
  transition: filter 0.2s, transform 0.2s;
}
.marcas-slider img:hover {
  transform: translateY(-4px);
}

/* =======================
   AGRO-COMBOS
======================= */
.agro-banner {
  width: 100%;
  border-radius: 12px;
  display: block;
  margin: 12px 0;
  object-fit: cover;
  height: auto;
}
.productsSwiper .swiper-slide {
  width: 220px;
}
.product-card-inner {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.product-card-inner img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

/* =======================
   SABÍAS QUÉ
======================= */
.sabias-row .info-card {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.btn-leer {
  display: inline-block;
  margin-top: 12px;
  background: #0f6fa0;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
}

/* =======================
   PROMO BANNER
======================= */
.promo-banner img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin-top: 14px;
}

/* =======================
   FOOTER PERSONALIZADO
======================= */
.custom-footer {
  background: #60C0D9;
  margin: 20px auto;
  border-radius: 20px;
  padding: 40px 40px 30px;
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  max-width: 1200px;
  position: relative;
}

/* GRID PRINCIPAL */
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
}

/* LOGO Y REDES */
.footer-logo img {
  width: 120px;
  height: auto;
  margin-bottom: 16px;
}
.footer-social {
  margin-top: 12px;
}
.footer-social p {
  color: #FFD43B;
  font-weight: 600;
  margin-bottom: 6px;
}
.footer-social a img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  transition: transform 0.2s ease;
}
.footer-social a img:hover {
  transform: translateY(-3px);
}

/* BLOQUES DE TEXTO */
.footer-col h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.15);
  display: inline-block;
  padding: 6px 14px;
  border-radius: 10px;
  box-shadow: inset 0 2px 3px rgba(255,255,255,0.15);
}
.footer-col p {
  color: #eaf8fc;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

/* INPUT EMAIL */
.footer-col input[type="email"] {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #aee0f3;
  background: #fff;
  color: #0f3b5b;
  font-size: 14px;
  margin-top: 4px;
}

/* CHECKBOX POLÍTICA */
.footer-col label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #eaf8fc;
  margin-top: 6px;
}

/* ICONOS DE CONTACTO */
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-contact img {
  width: 18px;
  height: auto;
}

/* MAPA */
.footer-map iframe {
  width: 100%;
  height: 160px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

/* HORARIO */
.footer-hours {
  color: #fff;
  font-size: 13px;
  margin-top: 8px;
}
.footer-hours img {
  width: 15px;
  vertical-align: middle;
  margin-right: 4px;
}

/* BARRA INFERIOR */
.footer-bottom {
  background: #f1f3f4;
  color: #555;
  border-radius: 0 0 20px 20px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
  margin-top: 10px;
}

/* RESPONSIVE */
@media (max-width: 950px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 650px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
  }
}


/* =======================
   RESPONSIVE
======================= */
@media (max-width: 900px) {
  .header-container {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }

  .header-text {
    text-align: center;
  }

  .header-tools form input[type="search"] {
    width: 140px;
  }

  .cards {
    flex-direction: column;
  }

  .beneficios-row {
    flex-direction: column;
  }

  .main-menu ul {
    flex-direction: column;
    gap: 10px;
  }

  .banner-principal img {
    height: 220px;
  }

  .productsSwiper .swiper-slide {
    width: 160px;
  }
}

/* =======================
   SUBMENÚS
======================= */
.main-menu ul li {
  position: relative;
}
.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px 0;
  min-width: 180px;
  z-index: 999;
}
.main-menu ul ul li {
  display: block;
  margin: 0;
}
.main-menu ul ul a {
  display: block;
  padding: 8px 14px;
  color: #0f3b5b;
  font-size: 14px;
}
.main-menu ul li:hover > ul {
  display: block;
}
.main-menu ul ul a:hover {
  background: #60C0D9;
  color: #fff;
}

/* =======================
   SINGLE PRODUCT
======================= */
.single-product-page {
  margin-top: 20px;
}

.product-top-section {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.product-gallery {
  flex: 1;
}
.product-gallery img {
  border-radius: 12px;
}

.product-summary {
  flex: 1;
}
.product-summary h1 {
  color: #0f3b5b;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}
.short-description {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}
.meta-item {
  margin-top: 10px;
}
.sizes-options button {
  background: #e6f3f7;
  color: #0f3b5b;
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 5px;
  transition: all 0.2s;
}
.sizes-options button:hover {
  background: #60C0D9;
  color: #fff;
}
.price-box {
  background: #e9f8fc;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 20px;
  font-weight: 700;
  color: #0f3b5b;
  display: inline-block;
  margin-top: 4px;
}

/* Añadir al carrito */
.add-to-cart-box {
  margin-top: 20px;
}
.add-to-cart-box button {
  background: #00A859 !important;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  transition: transform 0.2s ease;
}
.add-to-cart-box button:hover {
  transform: translateY(-3px);
}

/* INFO EXTRA */
.product-info-extra {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.product-info-extra .info-card {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 16px;
}
.product-info-extra h4 {
  color: #0f3b5b;
  font-weight: 700;
  margin-bottom: 6px;
}

/* DESCRIPCIÓN */
.product-description {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  padding: 20px;
  margin-bottom: 20px;
}
.description-columns {
  display: flex;
  gap: 20px;
}
.description-columns .col {
  flex: 1;
}
.description-columns h4 {
  color: #0f3b5b;
  font-weight: 700;
  margin-bottom: 10px;
}
.btn-leer {
  background: #0f6fa0;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
}

/* COMPLETA TU COMPRA */
.product-related {
  background: #e9f8fc;
  border-radius: 12px;
  padding: 18px;
}
.product-related .section-title {
  text-align: center;
  color: #0f3b5b;
  font-size: 18px;
  font-weight: 700;
}

/* Responsive */
@media(max-width:900px){
  .product-top-section { flex-direction: column; }
  .description-columns { flex-direction: column; }
  .product-info-extra { flex-direction: column; }
}


/* -------veterinaria----- */
.veterinaria-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

/* TOP SECTION */
.vet-top-section {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
}

/* SIDEBAR */
.vet-sidebar {
    width: 240px;
    background: #f4fbff;
    border-radius: 14px;
    padding: 24px 26px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.vet-sidebar h3 {
    font-size: 20px;
    color: #004d73;
    margin-bottom: 15px;
}

.vet-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vet-sidebar ul li {
    margin-bottom: 12px;
}

.vet-sidebar ul li a {
    color: #2d2d2d;
    font-size: 16px;
    text-decoration: none;
}

.vet-sidebar ul li a:hover {
    text-decoration: underline;
}

/* BANNER PRINCIPAL */
.vet-banner {
    flex: 1; /* para que se comporte como el agrícola */
}

.vet-banner img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    display: block;
}

/* ---- TODO A UN SOLO CLICK ---- */
.vet-click-section h2 {
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 26px;
    color: #004d73;
}

.vet-click-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.vet-click-card img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transition: transform .2s;
}

.vet-click-card:hover img {
    transform: scale(1.02);
}

/* ---- OFERTAS ---- */
.vet-ofertas-section {
    margin-top: 70px;
}

.vet-ofertas-section h2 {
    margin-bottom: 15px;
    color: #004d73;
}

.vet-ofertas-banner {
    width: 100%;
    border-radius: 15px;
}

/* ---- SABÍAS QUE ---- */
.vet-sabias {
    margin-top: 80px;
}

.vet-sabias-content {
    background: #dfeef7;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vet-sabias-text {
    width: 60%;
}

.vet-sabias-btn {
    display: inline-block;
    margin-top: 18px;
    background: #004d73;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
}

.vet-sabias-img img {
    width: 260px;
    border-radius: 10px;
}

/* Responsive igual que agrícola */
@media (max-width: 900px) {
    .vet-top-section {
        flex-direction: column;
        gap: 20px;
    }

    .vet-sidebar {
        width: 100%;
    }
}


/* -------------------------
   PÁGINA AGRÍCOLA
--------------------------*/
.agricola-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

/* TOP: CATEGORÍAS + BANNER */
.agri-top-section {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
}

/* SIDEBAR CATEGORÍAS */
.agri-categorias-box {
  width: 240px;
  background: #f4fbff;
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.agri-cat-title {
  font-size: 20px;
  color: #0073a3; /* azul similar al del diseño */
  font-weight: 700;
  margin-bottom: 18px;
}

.agri-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.agri-cat-list li {
  margin-bottom: 10px;
}

.agri-cat-list li a {
  font-size: 15px;
  color: #2d2d2d;
  text-decoration: none;
}

.agri-cat-list li a:hover {
  text-decoration: underline;
}

/* BANNER PRINCIPAL AGRÍCOLA */
.agri-main-banner {
  flex: 1;
}

.agri-main-banner img {
  width: 100%;
  border-radius: 14px;
  display: block;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}

/* INSUMOS AGRÍCOLAS */
.agri-insumos-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.agri-insumos-section h2 {
  font-size: 24px;
  color: #0073a3;
  font-weight: 700;
  margin-bottom: 18px;
}

/* SLIDER GRANDE (banner) */
.agriInsumosSwiper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  margin-bottom: 24px;

  /* el contenedor se adapta a la imagen */
  height: auto !important;
  background: transparent !important;
  padding: 0 !important;
}

/* Quitar fondo y alto forzado dentro del slider */
.agriInsumosSwiper .swiper-wrapper,
.agriInsumosSwiper .swiper-slide {
  background: transparent !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* La slide se comporta como bloque normal */
.agriInsumosSwiper .swiper-slide {
  display: block;
}

/* Imagen del banner: manda en todo, sin recorte ni aire */
.agriInsumosSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto !important;
  border-radius: 16px;
  margin: 0 !important;
}

/* 3 IMÁGENES PEQUEÑAS */
.agri-small-images-row {
  display: flex;
  gap: 18px;
  margin-top: 8px;
}

.agri-small-card {
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.14);
}

.agri-small-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

/* SABÍAS QUE AGRÍCOLA */
.agri-sabias {
  margin-top: 40px;
  margin-bottom: 40px;
}

.agri-sabias h2 {
  font-size: 22px;
  color: #0073a3;
  font-weight: 700;
  margin-bottom: 18px;
}

.agri-sabias-content {
  background: #e4f2fb; /* azul muy claro como en Figma */
  border-radius: 16px;
  padding: 26px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.agri-sabias-text {
  width: 60%;
  font-size: 15px;
  color: #244a64;
  line-height: 1.5;
}

.agri-sabias-btn {
  display: inline-block;
  margin-top: 18px;
  background: #0f6fa0;
  color: #ffffff;
  padding: 8px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.agri-sabias-img img {
  width: 260px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

/* TRES BOTONES FINALES (similar a "Todo a un solo click") */
.agri-click-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.agri-click-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.agri-click-card {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
  transition: transform .2s;
}

.agri-click-card img {
  width: 100%;
  display: block;
}

.agri-click-card:hover {
  transform: translateY(-3px);
}

/* RESPONSIVE AGRÍCOLA */
@media (max-width: 900px) {

  .agri-top-section {
    flex-direction: column;
    gap: 20px;
  }

  .agri-categorias-box {
    width: 100%;
  }

  .agri-sabias-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .agri-sabias-text {
    width: 100%;
  }

  .agri-small-images-row,
  .agri-click-grid {
    flex-direction: column;
  }
}

/** --------- productos --------- **/
.productos-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

/* ----------------------------
   TOP: SIDEBAR + BANNER
   ---------------------------- */
.prod-top-section {
    display: flex;
    gap: 30px;
    padding: 20px 0;
}

.prod-sidebar {
    width: 22%;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
}

.prod-sidebar h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.prod-sidebar ul {
    list-style: none;
    padding: 0;
}

.prod-sidebar ul li {
    margin-bottom: 10px;
}

.prod-sidebar ul li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.prod-banner {
    width: 78%;
}

.prod-banner img {
    width: 100%;
    border-radius: 15px;
}

/* ----------------------------
   LA MEJOR CALIDAD EN PRODUCTOS
   ---------------------------- */
.prod-calidad-section {
    margin-top: 40px;
}

.prod-calidad-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

/* Cards del slider */
.product-card-inner {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #ececec;
    text-align: center;
}

.product-card-inner img {
    width: 100%;
    height: auto;
}

.product-title {
    margin-top: 10px;
    font-size: 15px;
}

.product-price {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #d11b1b;
}

/* Swiper general */
.productosSwiper .swiper-slide {
    width: 260px !important;
}

/* Flechas */
.productosSwiper .swiper-button-next,
.productosSwiper .swiper-button-prev {
    color: #000;
}

/* ----------------------------
   SLIDER DE 3 BANNERS (CUADRO ROJO)
   ---------------------------- */
.prod-banners-section {
    margin-top: 50px;
}

.prod-banners-section img {
    width: 100%;
    border-radius: 12px;
}

.prodBannerSwiper .swiper-pagination-bullet {
    background: #c00000;
}

/* ----------------------------
   SABÍAS QUE
   ---------------------------- */
.prod-sabias {
    margin-top: 60px;
}

.prod-sabias h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.prod-sabias-content {
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
}

.prod-sabias-text {
    width: 55%;
}

.prod-sabias-text p {
    font-size: 16px;
    margin-bottom: 20px;
}

.prod-sabias-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #004d73;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

.prod-sabias-img {
    width: 45%;
}

.prod-sabias-img img {
    width: 100%;
    border-radius: 12px;
}

/* ----------------------------
   RESPONSIVE
   ---------------------------- */
@media (max-width: 991px) {
    .prod-top-section {
        flex-direction: column;
    }

    .prod-sidebar,
    .prod-banner {
        width: 100%;
    }

    .prod-sabias-content {
        flex-direction: column;
    }

    .prod-sabias-text,
    .prod-sabias-img {
        width: 100%;
    }
}

/* ============================
   PÁGINA NOSOTROS
============================ */

.nosotros-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

/* SLIDER DE 3 BANNERS */
.nosotros-banner-section img {
    width: 100%;
    border-radius: 15px;
}

.nosotrosBannerSwiper .swiper-pagination-bullet {
    background: #0a84d6;
}

/* QUIÉNES SOMOS */
.nosotros-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 40px 0 25px;
}

.nosotros-title h2 {
    font-size: 28px;
}

.nosotros-quienes-grid {
    display: flex;
    gap: 35px;
}

.nosotros-info,
.nosotros-img {
    width: 50%;
}

.nosotros-info {
    background: #f4f9ff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e5ecf5;
    font-size: 16px;
    line-height: 1.55;
}

.nosotros-img img {
    width: 100%;
    border-radius: 12px;
}

/* Icono ¿Quiénes somos? FIX DEFINITIVO */
.nosotros-title > img {
    width: 40px !important;
    max-width: 40px !important;
    height: auto !important;
    flex-shrink: 0;
}


/* NOTICIAS */
.nosotros-noticias {
    margin-top: 60px;
}

.nosotros-noticias-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.nosotros-noticia-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e9f3ff;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid #d7e7f7;
}

.nosotros-noticia-text {
    width: 75%;
}

.nosotros-noticia-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.nosotros-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #0a84d6;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 12px;
}

/* 3 CUADROS INFORMATIVOS */
.nosotros-info-cuadros {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.info-box {
    width: 33%;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    text-align: left;
    position: relative;
    min-height: 170px;
}

.info-box img {
    width: 70px;
    position: absolute;
    right: 20px;
    bottom: 15px;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .nosotros-quienes-grid {
        flex-direction: column;
    }

    .nosotros-info,
    .nosotros-img {
        width: 100%;
    }

    .nosotros-noticia-box {
        flex-direction: column;
        text-align: center;
    }

    .nosotros-noticia-text {
        width: 100%;
    }

    .nosotros-info-cuadros {
        flex-direction: column;
    }

    .info-box {
        width: 100%;
    }

}

/* ============================================
   PLANTILLA FILTROS (Veterinaria, Agrícola,
   Productos, Buscador)
============================================== */

.filtros-container {
    width: 100%;
    max-width: 1200px;
    margin: 25px auto 50px;
    display: flex;
    gap: 25px;
}

/* SIDEBAR */
.filtros-sidebar {
    width: 22%;
    background: #eef6fa;
    padding: 25px 20px;
    border-radius: 8px;
    border: 1px solid #dce9f2;
    height: fit-content;
}

.filtros-sidebar h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #066fa8;
}

.filtros-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.filtros-sidebar ul li a {
    text-decoration: none;
    color: #056699;
    font-size: 15px;
}

.filtros-sidebar ul li a:hover {
    text-decoration: underline;
}

/* MAIN */
.filtros-main {
    width: 78%;
}

.filtros-banner img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 35px;
}

/* GRID */
.productos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.producto-card {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    border: 1px solid #e6e6e6;
    min-height: 210px;
}

.producto-card img {
    width: 90%;
    height: 140px;
    object-fit: contain;
    margin-bottom: 15px;
}

.producto-card h4 {
    font-size: 15px;
    color: #4a4a4a;
}

/* SIN RESULTADOS */
.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 30px 0;
    font-size: 17px;
    color: #777;
}

/* BOTÓN MÁS PRODUCTOS */
.ver-mas-box {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    background: #d7e8f3;
    padding: 35px 20px;
    border-radius: 8px;
    border: 1px solid #c8dce9;
}

.ver-mas-box a {
    background: #1d7bbd;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.ver-mas-box a:hover {
    background: #176297;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .filtros-container {
        flex-direction: column;
    }
    .filtros-sidebar,
    .filtros-main {
        width: 100%;
    }
    .productos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .productos-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   PLACEHOLDERS DE PRODUCTOS – IGUAL A TU DISEÑO ENVIADO
=========================================================== */

/* Contenedor general */
.placeholder-products-wrapper {
    width: 100%;
    margin-top: 25px;
}

/* Grid igual al de productos reales */
.placeholder-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Tarjeta */
.placeholder-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.08);
    border: 1px solid #e6e6e6;
}

/* Círculo gris */
.placeholder-img {
    width: 120px;
    height: 120px;
    border: 2px solid #dcdcdc;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Icono */
.placeholder-img img {
    width: 55px;
    opacity: 0.6;
}

/* Nombre */
.placeholder-title {
    font-size: 15px;
    color: #444;
    margin-top: 18px;
}

/* Precio */
.placeholder-price {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-top: 8px;
}

/* Responsive */
@media(max-width: 991px){
    .placeholder-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px){
    .placeholder-grid {
        grid-template-columns: 1fr;
    }
}


/* ===============================
   PRODUCTO INDIVIDUAL
================================ */

/* RESET WOOCOMMERCE */
.woocommerce div.product,
.woocommerce-page div.product {
  all: unset;
}

/* CONTENEDOR */
.producto-detalle {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

/* IMAGEN */
.producto-imagen {
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.producto-imagen img {
  max-height: 420px;
  object-fit: contain;
}

/* BOTÓN */
.btn-agregar {
  background: #1fbf74;
  color: #fff;
  border-radius: 8px;
  padding: 12px 30px;
}


/* INFO */
.producto-nombre {
  font-size: 28px;
  color: #1c6b7d;
}
.producto-descripcion-corta {
  margin: 15px 0;
}

/* TAMAÑOS */
.producto-tamanos {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.tamanio-btn {
  border: 1px solid #b5dce5;
  padding: 8px 14px;
  background: #fff;
  cursor: pointer;
}
.tamanio-btn.active {
  background: #b5dce5;
}

/* PRECIO */
.producto-precio {
  font-size: 26px;
  margin: 20px 0;
}

/* COMPRA */
.producto-compra {
  display: flex;
  gap: 10px;
}

/* DESCRIPCIÓN */
.producto-descripcion {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-top: 60px;
}

/* FICHA */
.btn-ficha {
  display: inline-block;
  padding: 12px 20px;
  background: #e9f4f7;
  color: #1c6b7d;
  text-align: center;
}

/* RELACIONADOS */
.producto-relacionados {
  margin-top: 80px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .producto-principal,
  .producto-descripcion {
    grid-template-columns: 1fr;
  }
}
