/* ════════════════════════════════════════════
   hero-mobile.css — Mobile overrides for Buzzimart
   Loaded with v=<?=time()?> to prevent caching
   ════════════════════════════════════════════ */

/* ───── Hero Slider Mobile ───── */
@media (max-width: 768px) {
    .bz-hero-section { height: auto; min-height: 240px; }
    .bz-hero-slide { position: relative; min-height: 240px; }
    .bz-hero-image { width: 240px !important; height: 220px !important; overflow: hidden; flex-shrink: 0; margin: 0 auto 8px; }
    .bz-hero-image img { width: 100% !important; height: 100% !important; object-fit: contain !important; border-radius: 14px; }
    .bz-hero-image::before { display: none !important; }
    .bz-hero-badge { font-size: 0.6rem; padding: 2px 8px; }
    .bz-hero-name { font-size: 0.85rem; }
    .bz-hero-price { font-size: 1rem; }
    .bz-hero-btn { font-size: 0.75rem; padding: 6px 16px; }

    /* ───── Premium Search Icon ───── */
    .ae-search-icon {
        left: 14px !important;
        width: 22px !important;
        height: 22px !important;
    }
    /* Premium input padding */
    .ae-search-wrap input {
        padding-left: 46px !important;
        font-size: 0.92rem !important;
        padding-top: 11px !important;
        padding-bottom: 11px !important;
    }
    .ae-search-wrap input::placeholder {
        font-weight: 400;
        letter-spacing: 0.01em;
        color: #aaa;
    }
    .ae-search-wrap {
        border: 1px solid #e0e0e0 !important;
        border-radius: 50px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    }
    .ae-search-wrap:focus-within {
        border-color: #e74c3c !important;
        box-shadow: 0 0 0 3px rgba(231,76,60,0.12), 0 2px 8px rgba(0,0,0,0.05);
    }
    .ae-search-btn {
        padding: 8px 20px !important;
        font-size: 0.82rem !important;
        border-radius: 0 50px 50px 0 !important;
        border: none !important;
        letter-spacing: 0.02em;
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .bz-hero-section { min-height: 200px; }
    .bz-hero-slide { min-height: 200px; }
    .bz-hero-image { width: 180px !important; height: 160px !important; }
    .bz-hero-image img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
    .bz-hero-name { font-size: 0.75rem; }
    .bz-hero-price { font-size: 0.9rem; }
    .bz-hero-btn { font-size: 0.7rem; padding: 5px 14px; }

    /* Premium search icon - phones */
    .ae-search-icon {
        left: 12px !important;
        width: 20px !important;
        height: 20px !important;
    }
    .ae-search-wrap input {
        padding-left: 42px !important;
        font-size: 0.88rem !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }
    .ae-search-btn {
        border-radius: 0 50px 50px 0 !important;
        border: none !important;
    }
}

@media (max-width: 380px) {
    .bz-hero-section { min-height: 170px; }
    .bz-hero-slide { min-height: 170px; }
    .bz-hero-image { width: 140px !important; height: 130px !important; }
    .bz-hero-image img { width: 100% !important; height: 100% !important; object-fit: contain !important; }
    .bz-hero-name { font-size: 0.7rem; }
    .bz-hero-price { font-size: 0.82rem; }
    .bz-hero-btn { font-size: 0.65rem; padding: 4px 12px; }

    .ae-search-icon {
        left: 10px !important;
        width: 18px !important;
        height: 18px !important;
    }
    .ae-search-wrap input {
        padding-left: 38px !important;
        font-size: 0.82rem !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .ae-search-btn {
        border-radius: 0 50px 50px 0 !important;
        border: none !important;
    }
}
