.oc-adv-search-ready input[name="search"] {
    border-radius: 28px;
}

.oc-adv-search-ready button,
.oc-adv-search-ready .btn {
    border-radius: 50px;
}

.oc-adv-search-dropdown {
    position: absolute;
    z-index: 99999;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.oc-adv-search-loading,
.oc-adv-search-empty {
    padding: 20px 22px;
    font-size: 14px;
    color: #4a4a4a;
}

.oc-adv-search-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1.35fr) minmax(220px, 1fr) minmax(180px, 0.9fr);
    gap: 0;
    max-height: none;
    overflow: visible;
}

.oc-adv-search-col {
    padding: 16px 18px 14px;
    min-width: 0;
}

.oc-adv-search-col + .oc-adv-search-col {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.oc-adv-search-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
    padding: 4px 6px 14px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.oc-adv-search-list,
.oc-adv-search-links {
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

.oc-adv-search-product {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 6px;
    text-decoration: none;
    color: inherit;
    border-radius: 12px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.oc-adv-search-product:hover,
.oc-adv-search-link:hover {
    background: #f7f7f7;
    text-decoration: none;
}

.oc-adv-search-thumb {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.oc-adv-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.oc-adv-search-product-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 4px;
}

.oc-adv-search-product-name {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    color: #111111;
    word-break: break-word;
}

.oc-adv-search-product-model {
    font-size: 12px;
    color: #888888;
}

.oc-adv-search-price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.oc-adv-search-price-normal,
.oc-adv-search-price-new {
    font-size: 13px;
    font-weight: 700;
    color: #111111;
}

.oc-adv-search-price-old {
    font-size: 12px;
    color: #9b9b9b;
    text-decoration: line-through;
}

.oc-adv-search-link {
    display: block;
    padding: 10px 8px;
    color: #111111;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
    border-radius: 12px;
    word-break: break-word;
    transition: background 0.2s ease;
}

.oc-adv-search-manufacturer {
    font-weight: 600;
}

.oc-adv-search-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    background: #fcfcfc;
}

.oc-adv-search-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    text-decoration: none;
}

.oc-adv-search-view-all:hover {
    text-decoration: none;
    opacity: 0.85;
}

@media (max-width: 991px) {
    .oc-adv-search-grid {
        grid-template-columns: 1fr 1fr;
    }

    .oc-adv-search-col-manufacturers {
        grid-column: 1 / -1;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }
}

@media (max-width: 767px) {
    .oc-adv-search-dropdown {
        border-radius: 18px;
    }

    .oc-adv-search-grid {
        grid-template-columns: 1fr;
        max-height: none;
    }

    .oc-adv-search-col + .oc-adv-search-col,
    .oc-adv-search-col-manufacturers {
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .oc-adv-search-title {
        font-size: 18px;
    }

    .oc-adv-search-list,
    .oc-adv-search-links {
        max-height: none;
        overflow-y: visible;
    }
}
