/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*lixo do wix*/
svg.hGngR {
    display: none;
}

main#main wow-image img {
    /* outline: 3px dashed red; */
/*    max-width: 50% !important;*/
/*    float: left;*/
    width: 400px !important;
    height: 300px !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 1%;
    margin: auto;
}
.single-post .post-thumb-img-content.post-thumb img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: center;
}
.post-thumb-img-content.post-thumb {
    background-image: url(./imgs/sabor_20p.png);
    background-position: center;
    background-size: 55px;
}
.single-post .ast-related-posts-wrapper img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    object-position: center !important;
/*    outline: 1px dashed red;*/
}
.single-post .pro-gallery-parent-container.gallery-slider {
    display: none;
}
.single-post .pro-gallery {
    display: none;
}

/* Esconde o texto de frete/parcelas por padrão para evitar o "piscar"  vai ser trocado pelo numero de parcelas*/
span.ast-shipping-text {
    visibility: hidden;
}

span.ast-shipping-text {
    /*background-color: #036f31;*/
    /*color: #fff;*/
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 5px;
    cursor: help;
}


.video-final-post {
    display: flex;
    place-content: center;
}

.woocommerce ul.products li.product .onsale {
    background-color: #48864a; /* Laranja vibrante (ou sua cor de destaque) */
    color: #fff;
    border-radius: 0; /* Bordas retas */
    padding: 8px 15px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 0; /* Encosta no topo */
    right: 0; /* Encosta na direita */
    left: auto;
    transform: none;
    margin: 0;
    line-height: normal;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    z-index: 10;
    /* Adiciona uma pequena "ponta" na parte inferior esquerda */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 80%, 0% 100%);
}

/* ---------------------------------------------------- */
/* 1. Estilo para a Fita de Venda (Listagem Principal)  */
/* ---------------------------------------------------- */
.woocommerce ul.products li.product .onsale,
/* Adiciona o seletor para páginas individuais de produto */
.woocommerce div.product .onsale,
/* Adiciona o seletor para widgets de produto */
.woocommerce .widget ul.product_list_widget li .onsale {
    /* Cores e Formato da Fita */
    background-color: #48864a; /* Laranja vibrante (ou sua cor de destaque) */
    color: #fff;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    z-index: 10;
    
    /* Configuração de Posição */
    position: absolute;
    top: 0; 
    right: 0;
    left: auto;
    transform: none;
    margin: 0;

    /* Efeito de Fita (Ponta) */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 80%, 0% 100%);
}

/* ---------------------------------------------------- */
/* 2. Ajustes Específicos para Widgets                  */
/* ---------------------------------------------------- */
/* A etiqueta em widgets geralmente é menor e precisa de menos espaço */
.woocommerce .widget ul.product_list_widget li .onsale {
    font-size: 10px; /* Reduz o tamanho da fonte */
    padding: 4px 8px; /* Reduz o padding */
    top: 5px; /* Ajusta a posição no topo */
    right: 5px; /* Ajusta a posição na lateral */
}

.woocommerce-js div.product span.onsale {
    max-width: 85px;
}

div#secondary .wc-block-grid__product-onsale{
    display: none;
    visibility: hidden;
    opacity: 0;
}


aside#recent-posts-3 li {
    line-height: 1.2;
    margin-bottom: 15px;
}