/* ============================================================
   static/css/index.css  –  Estilos da página principal
   ============================================================ */

/* Swiper ocupa toda a largura disponível */
.swiper {
    width: 100%;
    height: auto;
}

/* Mapa menor no mobile */
@media (max-width: 640px) {
    .map-container {
        height: 300px;
    }
}

/* Imagens de produto respeitam o card sem distorcer */
.img-produto {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
