.als-overlay-916dc4d3 {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 12vh;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.als-modal-916dc4d3 {
    background: #fff;
    border-radius: 12px;
    width: 94%;
    max-width: 620px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: als-slide-down-916dc4d3 0.2s ease-out;
}

@keyframes als-slide-down-916dc4d3 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.als-input-wrap-916dc4d3 {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    gap: 12px;
}

.als-search-icon-916dc4d3 {
    flex-shrink: 0;
    color: #999;
}

.als-input-916dc4d3 {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1.05rem;
    background: transparent;
    color: #333;
    font-family: inherit;
    padding: 0;
    margin: 0;
}

.als-input-916dc4d3::placeholder {
    color: #aaa;
}

.als-close-btn-916dc4d3 {
    flex-shrink: 0;
    background: none;
    border: none;
    font-size: 1.6rem;
    color: #999;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.15s;
}

.als-close-btn-916dc4d3:hover {
    color: #333;
}

.als-results-916dc4d3 {
    max-height: 420px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.als-loading-916dc4d3 {
    padding: 24px;
    text-align: center;
    color: #999;
    font-size: 0.9rem;
}

.als-no-results-916dc4d3 {
    padding: 32px 24px;
    text-align: center;
    color: #777;
    font-size: 0.95rem;
}

.als-result-item-916dc4d3 {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 20px;
    text-decoration: none;
    color: inherit;
    transition: background 0.12s;
    border-bottom: 1px solid #f5f5f5;
}

.als-result-item-916dc4d3:hover {
    background: #f8f9fa;
    color: inherit;
    text-decoration: none;
}

.als-result-item-916dc4d3:last-child {
    border-bottom: none;
}

.als-result-img-916dc4d3 {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
    background: #f5f5f5;
}

.als-result-info-916dc4d3 {
    flex: 1;
    min-width: 0;
}

.als-result-title-916dc4d3 {
    font-size: 0.92rem;
    font-weight: 500;
    color: #333;
    margin: 0 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.als-result-price-916dc4d3 {
    font-size: 0.88rem;
    font-weight: 600;
    color: #222;
}

.als-result-price-916dc4d3 del {
    color: #aaa;
    font-weight: 400;
    font-size: 0.82rem;
}

.als-result-price-916dc4d3 ins {
    text-decoration: none;
    color: #c00;
}

.als-out-of-stock-badge-916dc4d3 {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #b91c1c;
    background: #fef2f2;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

.als-see-all-916dc4d3 {
    display: block;
    text-align: center;
    padding: 14px 20px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #446084;
    text-decoration: none;
    border-top: 1px solid #eee;
    transition: background 0.12s, color 0.12s;
}

.als-see-all-916dc4d3:hover {
    background: #f0f4f8;
    color: #2d4a6e;
    text-decoration: none;
}

.als-oos-item-916dc4d3 {
    opacity: 0.6;
}

/* Floating search button */
.als-fab-916dc4d3 {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999998;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    transition: background 0.2s, transform 0.2s;
}

.als-fab-916dc4d3:hover {
    background: #555;
    transform: scale(1.08);
}

.als-fab-916dc4d3 svg {
    pointer-events: none;
}

@media (max-width: 600px) {
    .als-overlay-916dc4d3 {
        padding-top: 0;
        align-items: stretch;
    }

    .als-modal-916dc4d3 {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .als-results-916dc4d3 {
        flex: 1;
        max-height: none;
    }

    .als-result-img-916dc4d3 {
        width: 48px;
        height: 48px;
    }

    .als-fab-916dc4d3 {
        bottom: 16px;
        right: 16px;
        width: 48px;
        height: 48px;
    }
}
