/*
Theme Name: Shoptimizer Child
Template: shoptimizer
*/

/**
============================================
LIQUIDAÇÃO
============================================
*/

.sale-header-pro {
    text-align: center;
    margin: 30px 0 20px;
}

.sale-header-pro h1 {
    font-size: 26px;
    margin-bottom: 5px;
}

.sale-header-pro p {
    font-size: 16px;
    margin-bottom: 5px;
}

.sale-header-pro span {
    font-size: 13px;
    color: #d00;
}

/* Remove espaço estranho */
.woocommerce-products-header {
    margin-bottom: 0;
}

/* Badge desconto */
.badge-desconto {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
}

/* Garante posicionamento */
.woocommerce ul.products li.product {
    position: relative;
}

/* Urgência */
.urgencia {
    color: #d00;
    font-size: 12px;
    margin-top: 5px;
}


/**
============================================
PÁGINA DE PRODUTO
============================================
*/

.produto-urgencia {
    color: #d00;
    font-size: 14px;
    margin-bottom: 10px;
}

.produto-beneficios {
    background: #f8f8f8;
    padding: 10px;
    margin-top: 10px;
    font-size: 13px;
    border-radius: 4px;
}

.frete-info {
    font-size: 13px;
    margin-top: 5px;
}

.produto-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    z-index: 10;
}

.produto-copy {
    font-size: 14px;
    margin: 10px 0;
}


/**
============================================
MOBILE
============================================
*/

@media (max-width: 768px) {

    .sale-header-pro h1 {
        font-size: 20px;
    }

    .produto-beneficios {
        font-size: 12px;
    }
}




/*****************************************************************************************************************/

/**
============================================
LANÇAMENTOS - VISUAL PREMIUM
============================================
*/

/* Header */
.lancamento-header {
    text-align: center;
    margin: 30px 0 20px;
}

.lancamento-header h1 {
    font-size: 26px;
    margin-bottom: 5px;
}

.lancamento-header p {
    font-size: 16px;
    margin-bottom: 5px;
}

.lancamento-header span {
    font-size: 13px;
    color: #555;
}

/* Tag NOVO */
.tag-novo {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 4px;
}

/* Garante posição */
.woocommerce ul.products li.product {
    position: relative;
}

/* Exclusividade */
.exclusivo {
    font-size: 12px;
    color: #555;
    margin-top: 5px;
}

/* Remove espaço estranho */
.woocommerce-products-header {
    margin-bottom: 0;
}

/* Mobile */
@media (max-width: 768px) {

    .lancamento-header h1 {
        font-size: 20px;
    }

    .lancamento-header p {
        font-size: 14px;
    }
}
