/*
Theme Name: GreenMart Child
Theme URI: https://demo.thembay.com/greenmart/
Author: Thembay
Description: This is a child theme for GreenMart
Version: 1.0
Author URI: https://thembay.com/
Template: greenmart
Text Domain: greenmart-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.lucacity-brand-tree {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.lucacity-brand-block {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.lucacity-brand-image {
  margin-bottom: 10px;
}

.lucacity-brand-image img {
  max-height: 120px;
  object-fit: contain;
}

.lucacity-subbrand-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.lucacity-subbrand-item img {
  max-height: 60px;
  object-fit: contain;
}

.lucacity-navegador .lucacity-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.lucacity-navegador .lucacity-item {
  text-align: center;
  width: 140px;
}

.lucacity-navegador .lucacity-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.lucacity-navegador .lucacity-item span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

/* Contenedor general del navegador */
.lucacity-navegador {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
/* CONTENEDOR GENERAL */
.lucacity-navegador {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

    display: none !important;
}


