/* shomex.com.mx — ajustes generales (siempre cargados, con o sin GlassLiquid) */

/* ---- Cards de los carruseles (Today's Deal, Featured, New…) más grandes ----
   Los carruseles del home son Owl (.owl-item) y/o Slick (.slick-slide);
   las tarjetas usan .aiz-card-box con el contenedor de imagen .h-140px/.h-md-200px. */
.owl-item .aiz-card-box,
.slick-slide .aiz-card-box {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.owl-item .aiz-card-box .h-140px,
.slick-slide .aiz-card-box .h-140px {
    height: 175px !important;
}
@media (min-width: 768px) {
    .owl-item .aiz-card-box .h-md-200px,
    .slick-slide .aiz-card-box .h-md-200px {
        height: 250px !important;
    }
}
.owl-item.center .aiz-card-box,
.slick-slide.slick-current.slick-active .aiz-card-box {
    box-shadow: 0 6px 22px rgba(0, 0, 0, .12);
}

/* ---- Flash Sale (home): cards más grandes, con o sin GlassLiquid ---- */
.flash-shopee-carousel .flash-img-wrap { height: 185px !important; }
.flash-shopee-carousel .flash-product-img { max-height: 100% !important; }
.flash-shopee-carousel .flash-card-name { font-size: 12px !important; height: 30px !important; }
.flash-shopee-carousel .flash-product-card .fw-700,
.flash-shopee-carousel .flash-product-card [style*="color:#EE4D2D"] { font-size: 15px !important; }
@media (max-width: 767.98px) {
    .flash-shopee-carousel .flash-img-wrap { height: 130px !important; }
    .flash-shopee-carousel .flash-product-img { height: auto !important; max-height: 100% !important; }
}

/* ---- Dropdowns abiertos demasiado bajos: dar más altura con scroll ---- */
.dropdown-menu.show {
    max-height: 75vh;
    overflow-y: auto;
}
/* bootstrap-select (selects estilizados, p. ej. "Select Products") */
.bootstrap-select .dropdown-menu.inner,
.bootstrap-select .dropdown-menu .inner {
    max-height: 320px !important;
}
.bootstrap-select > .dropdown-menu {
    max-height: 360px !important;
    overflow: hidden;
}
/* Resultados de búsqueda en vivo: que no queden cortados */
.typed-search-box {
    max-height: 80vh;
    overflow-y: auto;
}
