/* MME-SHOWCASE-INDUSTRIAL-20260823b — flush deal footer + readable promo */
.mme-products-showcase__promo {
    justify-content: flex-start !important;
    gap: 0.4rem !important;
    padding: 0.95rem 0.85rem 13px !important;
}
.mme-products-showcase__promo .mme-section__title-nav {
    margin: 0.3rem 0 0.15rem !important;
    padding: 0 !important;
    gap: 0.3rem !important;
}
.mme-products-showcase__promo .mme-section__title-nav .mme-hp-slider__btn {
    width: 1.85rem !important;
    height: 1.85rem !important;
    min-width: 1.85rem !important;
    min-height: 1.85rem !important;
    flex-basis: 1.85rem !important;
    border-radius: 2px !important;
    border-color: rgba(200, 146, 42, 0.45) !important;
    background: #1e2732 !important;
    color: #f5f7fa !important;
    box-shadow: none !important;
}
.mme-products-showcase__promo .mme-section__title-nav .mme-hp-slider__btn:hover:not(:disabled),
.mme-products-showcase__promo .mme-section__title-nav .mme-hp-slider__btn:focus-visible:not(:disabled) {
    background: var(--mme-accent, #c8922a) !important;
    border-color: var(--mme-accent, #c8922a) !important;
    color: #15202b !important;
    box-shadow: none !important;
}
.mme-products-showcase__countdown {
    margin: 0.2rem 0 0 !important;
    width: 100% !important;
    padding: 0 !important;
}
.mme-products-showcase__countdown-value {
    height: 2.15rem !important;
    min-height: 2.15rem !important;
    max-height: 2.15rem !important;
    border-radius: 3px !important;
    font-size: clamp(0.92rem, 1.25vw, 1.1rem) !important;
    box-shadow: none !important;
    border: 1px solid rgba(15, 31, 51, 0.12) !important;
}
.mme-products-showcase__countdown-label,
.mme-products-showcase__countdown-label::after {
    background: transparent !important;
    border: 0 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35) !important;
}
.mme-products-showcase__deal-callout {
    margin: auto 0 0 !important;
    width: 100% !important;
    align-self: stretch !important;
    border-radius: 2px !important;
    border: 1px solid rgba(200, 146, 42, 0.55) !important;
    background: #15202b !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    padding: 0.5rem 0.55rem !important;
    color: #f5f7fa !important;
}
.mme-products-showcase__deal-copy,
.mme-products-showcase__deal-eyebrow,
.mme-products-showcase__deal-label {
    background-image: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    color: #f5f7fa !important;
    -webkit-text-fill-color: #f5f7fa !important;
}
.mme-products-showcase__deal-value,
.mme-products-showcase__deal-percent {
    background-image: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    color: var(--mme-accent, #c8922a) !important;
    -webkit-text-fill-color: var(--mme-accent, #c8922a) !important;
}

/* Dense industrial cards (kept from 23a) */
.mme-products-section--showcase .mme-products__card--showcase,
.mme-section--styled.mme-products-section--showcase .mme-products__card--showcase {
    border: 1px solid rgba(15, 31, 51, 0.14) !important;
    border-radius: 3px !important;
    box-shadow: none !important;
}
.mme-products-section--showcase .mme-products__item:hover .mme-products__card--showcase,
.mme-products-section--showcase .mme-products__item:focus-within .mme-products__card--showcase {
    transform: none !important;
    border-color: #1e2732 !important;
    box-shadow: none !important;
}
.mme-products-section--showcase .mme-products__badge,
.mme-products__item > .mme-products__badge {
    top: 0.4rem !important;
    left: 0.4rem !important;
    border-radius: 2px !important;
    background: #1e2732 !important;
    color: #f5f7fa !important;
    box-shadow: none !important;
    padding: 0.2rem 0.4rem !important;
}
.mme-products-section--showcase .mme-products__media {
    flex-basis: 5.75rem !important;
    height: 5.75rem !important;
    max-height: 5.75rem !important;
    padding: 0.3rem 0.4rem !important;
    background: #f3f5f8 !important;
    border-bottom: 1px solid rgba(15, 31, 51, 0.1) !important;
}
.mme-products-section--showcase .mme-products__img {
    max-height: 5.1rem !important;
    max-width: 88% !important;
}
.mme-products-section--showcase .mme-products__card--showcase:hover .mme-products__img {
    transform: none !important;
}
.mme-products-section--showcase .mme-products__info {
    gap: 0.18rem !important;
    padding: 0.4rem 0.5rem 0.2rem !important;
}
.mme-products-section--showcase .mme-products__eyebrow,
.mme-products-section--showcase .mme-products__name {
    text-align: left !important;
}
.mme-products-section--showcase .mme-products__name {
    font-size: 0.82rem !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    min-height: 2.4em !important;
    max-height: 2.4em !important;
}
.mme-products-section--showcase .mme-products__meta--empty,
.mme-products-section--showcase .mme-products__meta--unrated {
    display: none !important;
}
.mme-products__showcase-foot {
    padding: 0.35rem 0.5rem 0.45rem !important;
    border-top: 1px solid rgba(15, 31, 51, 0.1) !important;
    background: #fff !important;
}
.mme-products-section--showcase .mme-products__price--now {
    font-size: 0.92rem !important;
}
.mme-products__cart-btn {
    width: 2.25rem !important;
    height: 2.25rem !important;
    min-width: 2.25rem !important;
    min-height: 2.25rem !important;
    border-radius: 2px !important;
    border: 1px solid #1e2732 !important;
    background: #1e2732 !important;
    color: #f5f7fa !important;
    box-shadow: none !important;
}
.mme-products__cart-btn:hover,
.mme-products__cart-btn:focus-visible {
    transform: none !important;
    filter: none !important;
    border-color: var(--mme-accent, #c8922a) !important;
    background: var(--mme-accent, #c8922a) !important;
    color: #15202b !important;
    box-shadow: none !important;
}
