/* Experiencia unificada para productos Abanderado y archivos de marca. */
body.tax-product_brand,
body.tax-product_brand button,
body.tax-product_brand input,
body.tax-product_brand select,
body.tax-product_brand textarea,
body.tax-product_brand .elementor-heading-title,
body.tax-product_brand .woocommerce-loop-product__title,
body.tax-product_brand .price {
    font-family: "OpenAI Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

body.tax-product_brand.lcy-brand-has-logo [data-id="5d0258e"] > [data-id="b7bee8b"],
body.tax-product_brand.lcy-brand-has-logo [data-id="5d0258e"] > [data-id="871ea3d"] {
    display: none !important;
}

body.tax-product_brand.lcy-brand-has-logo [data-id="5d0258e"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 198px;
    padding: 28px !important;
    border: 1px solid #eadfe1;
    border-radius: 14px;
    background: #fff;
}

.lcy-brand-logo-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
}

.lcy-brand-logo-panel img {
    display: block;
    width: min(100%, 390px);
    max-height: 130px;
    object-fit: contain;
}

.lcy-brand-pagination-enhanced {
    display: none !important;
}

.lcy-brand-load-more-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0 12px;
}

.lcy-brand-load-more {
    min-width: min(100%, 290px);
    min-height: 48px;
    padding: 12px 26px;
    border: 1px solid #710b1a;
    border-radius: 999px;
    background: #710b1a;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.lcy-brand-load-more:hover,
.lcy-brand-load-more:focus-visible {
    background: #fff;
    color: #710b1a;
    outline: 3px solid rgba(113, 11, 26, .16);
    outline-offset: 3px;
}

.lcy-brand-load-more:active {
    transform: translateY(1px);
}

.lcy-brand-load-more[aria-busy="true"],
.lcy-brand-load-more:disabled {
    opacity: .65;
    cursor: wait;
}

.single-product .lcy-color-select-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.single-product tr.lcy-single-color-row .reset_variations {
    display: none !important;
}

.single-product .lcy-single-color-value {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid #d9cfd2;
    border-radius: 10px;
    background: #fff;
    color: #231f20;
    font-family: "OpenAI Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 767px) {
    body.tax-product_brand.lcy-brand-has-logo [data-id="5d0258e"] {
        min-height: 128px;
        padding: 18px !important;
    }

    .lcy-brand-logo-panel {
        min-height: 82px;
    }

    .lcy-brand-logo-panel img {
        width: min(100%, 280px);
        max-height: 88px;
    }

    .lcy-brand-load-more-wrap {
        margin-top: 22px;
        padding: 0 16px;
    }

    .lcy-brand-load-more {
        width: 100%;
    }
}
