.navbar-search {
    position: relative;
}

.pcmaf-api-search-results {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
}

.pcmaf-api-search-results.is-visible {
    display: block;
}

.pcmaf-api-search-item {
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
}

.pcmaf-api-search-item:last-child {
    border-bottom: 0;
}

.pcmaf-api-search-item:hover {
    background: #f7f7f7;
}

.pcmaf-api-search-item img {
    height: 48px;
    object-fit: contain;
    width: 48px;
}

.pcmaf-api-search-item strong {
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.35;
}

.pcmaf-api-search-item small {
    color: #888;
    display: block;
    font-size: 11px;
    margin-top: 3px;
}

.pcmaf-api-search-empty,
.pcmaf-api-search-loading {
    color: #888;
    font-size: 13px;
    padding: 12px 14px;
}

.pcmaf-product-page {
    padding-bottom: 60px;
    padding-top: 45px;
}

.pcmaf-product-detail {
    align-items: start;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
}

.pcmaf-product-gallery {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    min-height: 390px;
    padding: 28px;
}

.pcmaf-product-gallery img {
    height: auto;
    max-height: 390px;
    max-width: 100%;
    object-fit: contain;
}

.pcmaf-product-brand {
    color: #888;
    font-size: 12px;
    letter-spacing: .04em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.pcmaf-product-summary h1 {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 12px;
}

.pcmaf-product-model {
    color: #777;
    margin-bottom: 28px;
}

.pcmaf-product-data {
    border-top: 1px solid #e5e5e5;
    margin: 0;
}

.pcmaf-product-data div {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 12px 0;
}

.pcmaf-product-data dt {
    color: #777;
}

.pcmaf-product-data dd {
    font-weight: 600;
    margin: 0;
    text-align: right;
}

.pcmaf-product-not-found {
    padding: 70px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .pcmaf-product-detail {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .pcmaf-product-gallery {
        min-height: 280px;
    }

    .pcmaf-product-summary h1 {
        font-size: 23px;
    }
}
