/*article*/
.product-miniature.js-product-miniature {
  background-color: #eeeeee;
}

/*foto*/
/* DESACTIVADO: /* .thumbnail-container - desactivado, usa custom.css */ */
/* DESACTIVADO: /* DESACTIVADO /* .products.row display:block - desactivado, usa custom.css */ */
/* DESACTIVADO: /* .thumbnail.product-thumbnail 70px - desactivado, usa custom.css */ */

/* DESACTIVADO: /* .thumbnail img 70px - desactivado, usa custom.css */ */
.product-description {
  position: relative !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.product-title {
  width: 70% !important;
  display: inline-block !important;
  margin-top: 0 !important;
}
.product-price-and-shipping-gus {
  display: inline-block !important;
  margin-left: 35px;
  box-sizing: border-box;
  width: 15%;
}
.product-flags {
  top: inherit;
}
.product-flag {
  font-size: 0.6rem !important;
  min-height: inherit !important;
  line-height: initial !important;
  background-color: transparent !important;
}

.highlighted-informations {
  display: none;
}

.boton-gus {
  width: 2.5rem;
  text-align: center;
  padding: 0;
  margin-left: 0 !important;
}
.boton-gus > i {
  margin-right: inherit !important;
}

.qty-gus {
  display: flex !important;
}
.form-gus {
  display: flex !important;
  width: 15%;
}
.foto-gus {
  width: 70px;
}
.input-group.form-control.gus {
  width: 60% !important;
}
.regular-price-gus {
  font-size: 0.75rem !important;
}
.price-gus {
  font-size: 0.8rem !important;
}
.product-flags li.product-flag.on-sale {
  width: max-content !important;
}

.category-top-menu>li:first-of-type {
  background-color: #ed3237 !important;
}
.category-top-menu>li:first-of-type a {
  color: white !important;
}

.top-menu li {
  background-color: #ed3237 !important;
}

.top-menu li:after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: #86888b;
  transition: width .3s;
}

.top-menu li:hover::after {
  width: 100%;
}

.dropdown-item {
  color: white !important;
}

.dropdown-item:hover {
  color: white !important;
}

.product-flags {
  background-color: transparent !important;
}
/* ===== MOBILE: Header compacto ===== */
@media (max-width: 767px) {
    #header .header-nav .top-logo a img {
        max-height: 28px !important;
    }
    #header .header-nav {
        margin-bottom: 8px !important;
    }
    #header .header-top {
        padding-bottom: 5px !important;
    }
    #header .header-nav .search-widget {
        margin-top: 0 !important;
    }
}

/* ===== MOBILE: Mostrar columna de categorías ===== */
@media (max-width: 767px) {
    #category #left-column {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10px;
    }
    #category #left-column .block-categories {
        display: block !important;
    }
    #category #left-column #search_filters_wrapper {
        display: none;
    }
}
