﻿/* ================================================
   ArquiRed - Ajustes custom
   ================================================ */

/* --- Imagen de producto: altura uniforme con recorte centrado --- */
/* Aplica a grilla y lista de productos (ltn__product-item-3) */
.ltn__product-item-3 .product-img {
  height: 300px;
  overflow: hidden;
}

.ltn__product-item-3 .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* --- Slides de integración TUU: mostrar imagen completa (contain) --- */
.ltn__slide-integracion {
  background-size: contain !important;
  background-position: center center !important;
  background-color: #f8f9fa !important;
  background-repeat: no-repeat !important;
}

/* Sobrescribir inline styles si existen */
.ltn__slide-item.ltn__slide-integracion[style] {
  background-size: contain !important;
  background-position: center center !important;
}