
/**
 * BuyTuga Product Short Summary
 * Aproveita o espaço vazio entre compra e meta do produto.
 */

body.single-product .buytuga-smart-product-summary {
    width: 100%;
    margin: 16px 0 18px;
    padding: 14px 16px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #fbfdff;
    box-shadow: 0 5px 18px rgba(15, 39, 66, 0.045);
    color: #24364a;
    box-sizing: border-box;
    clear: both;
}

body.single-product .buytuga-smart-product-summary-title {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    color: #0f2742;
}

body.single-product .buytuga-smart-product-summary p {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.6;
    color: #30445a;
}

/* Se não existir conteúdo, não ocupar espaço */
body.single-product .buytuga-smart-product-summary-empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
}

/*
 * Se o tema tiver um bloco de short description vazio, reduz o espaço.
 * Não escondemos quando tem conteúdo.
 */
body.single-product .woocommerce-product-details__short-description:empty,
body.single-product .summary .woocommerce-product-details__short-description:empty,
body.single-product div.product .summary .woocommerce-product-details__short-description:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

/*
 * Alguns temas deixam margens grandes em containers vazios no summary.
 */
body.single-product .summary > p:empty,
body.single-product .entry-summary > p:empty,
body.single-product .summary > div:empty,
body.single-product .entry-summary > div:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
    body.single-product .buytuga-smart-product-summary {
        margin: 14px 0 16px;
        padding: 13px 14px;
        border-radius: 12px;
    }

    body.single-product .buytuga-smart-product-summary p {
        font-size: 13.5px;
        line-height: 1.55;
    }
}
