/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.6.1783436974
Updated: 2026-07-07 15:09:34

*/

/*
========================================
Bonecas de Papel
========================================
*/

:root{

    --cor-fundo:#F6EBDD;
    --cor-card:#FFF9F4;
    --cor-card-2:#FFF8F1;

    --marrom:#5C4438;
    --marrom-hover:#735548;

    --rosa:#D06B94;
    --rosa-claro:#FFDCE8;

    --cinza:#8A6B5C;

}

body,
.ast-page-builder-template,
.site,
.site-content,
#page{

    background:var(--cor-fundo);

}

/*=============================
Container
==============================*/

.bdp-container{

    max-width:1200px;

    margin:auto;

    padding:60px 20px;

}

.bdp-titulo-pagina{

    text-align:center;

    color:var(--marrom);

    margin-bottom:50px;

}

/*=============================
Grid Produtos
==============================*/

.bdp-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:35px;

}

/*=============================
Cards
==============================*/

.bdp-card{

    background:var(--cor-card);

    border-radius:28px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.25s;

    text-align:center;

}

.bdp-card:hover{

    transform:translateY(-6px);

}

.bdp-card img{

    width:100%;

    display:block;

}

.bdp-card-body{

    padding:24px;

}

.bdp-card-title{

    font-size:26px;

    color:var(--marrom);

    line-height:1.25;

    margin:18px 0 12px;

}

.bdp-subtitulo{

    color:var(--cinza);

    font-size:18px;

}

.bdp-card-link{

    color:inherit;

    text-decoration:none;

}

/*=============================
Badge
==============================*/

.bdp-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#FFDCE8 !important;

    color:#C75B87 !important;

    border-radius:999px;

    padding:12px 26px;

    font-size:14px;

    font-weight:700;

    margin:0 auto 25px;
    
    transition:.25s ease;

}

.bdp-badge:hover{

    transform:scale(1.05);

    box-shadow:0 8px 20px rgba(208,107,148,.25);

}

/*=============================
Preço
==============================*/

.bdp-preco-single{

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    width:280px;

    margin-bottom: 20px;

    padding:22px;

    background:#FFF8F4;

    border:2px dashed #F6D3DF;

    border-radius:22px;

    box-shadow:0 8px 18px rgba(0,0,0,.05);

}


.preco-antigo{

    color:#9B9B9B;

    text-decoration:none;

    font-size:20px;

    margin:0;

}

.preco-label{

    color:#7B5B4C;

    font-size:18px;

    font-weight:600;

    margin:0;

}

.preco-promo{

    display:block;

    font-size:50px;

    font-weight:900;

    color:#e6787e;

    line-height:1;

}

.preco-linha{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:8px;

    margin-bottom:10px;

    font-size:18px;

    flex-wrap:wrap;

}


/*=============================
Botões
==============================*/

.bdp-botao{
    
   display:inline-flex;

    justify-content:center;

    align-items:center;

    min-width:240px;

    background:var(--marrom);

    color:#FFF;

    padding:18px 42px;

    border-radius:999px;

    text-decoration:none;

    font-size:18px;

    font-weight:bold;

    transition:.25s;

}

.bdp-botao:hover{

    background:var(--marrom-hover);

    color:#FFF;

}

/*=============================
Página do Produto
==============================*/

.bdp-single{

    max-width:980px;

    margin:auto;

    padding:60px 20px;

}

.bdp-hero-card{

    background:#FFF;

    border-radius:34px;

    padding:45px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    text-align:center;
    
    display:flex;

    flex-direction:column;

    align-items:center;

}

.bdp-hero-card h1{

    color:var(--marrom);

    font-size:52px;

    margin-top:15px;

}

.bdp-single-subtitulo{

    color:var(--cinza);

    font-size:24px;

    margin-bottom:30px;
    
    max-width:650px;

    margin:12px auto 30px;

}

.bdp-single-imagem{

    max-width:560px;

    margin:5px auto;
    
    transition:.35s ease;

}

.bdp-single-imagem img{

    width:100%;

    border-radius:24px;

    display:block;

}

.bdp-single-imagem:hover{

    transform:translateY(-4px) scale(1.02);

    filter:drop-shadow(0 15px 25px rgba(0,0,0,.15));

}

/*=============================
Produtos relacionados
==============================*/

.bdp-relacionados{

    margin-top:80px;

    text-align:center;

}

.bdp-relacionados-grid{

    display:flex;

    justify-content:center;

    margin-top:35px;
    
    flex-wrap:wrap;

    gap:32px;

}

.bdp-relacionados .bdp-card{

    max-width:340px;

}

.bdp-relacionados .bdp-card-title{

    font-size:28px;

}

.bdp-relacionados .bdp-subtitulo{

    font-size:15px;

}

.bdp-relacionados .bdp-botao{

    padding:14px 28px;

    font-size:16px;

}

.bdp-botao-final{
    background: #fff;
    border-radius: 24px;
    padding: 36px;
    margin: 35px 0 45px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.bdp-botao-final .bdp-botao{
    display:inline-flex;
}

.bdp-card .preco-antigo{

    display:block;

    font-size:14px;

    color:#A0A0A0;

    margin-bottom:2px;

}

.bdp-card .preco-promo{

    display:block;

    font-size:26px;

    font-weight:800;

    color:#e6787e;

    line-height:1;
    
    margin-bottom:15px;

}

.bdp-card .preco-label{

    display:none;

}

/*=============================
Infos
==============================*/

.bdp-infos{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    flex-wrap:wrap;

    margin:10px 0 10px;

}

.bdp-infos div{

    display:inline-flex;

    align-items:center;

    gap:6px;

    background:#FFF8F1;

    padding:10px 16px;

    border-radius:999px;

    font-size:16px;

    font-weight:600;

    white-space:nowrap;
    
    transition:.25s ease;

    cursor:default;

}

.bdp-infos div:hover{

    transform:translateY(-3px);

    background:#FFF;

    box-shadow:0 8px 18px rgba(0,0,0,.08);

}


.bdp-secao{

    background:#FFF;

    border-radius:28px;

    padding:35px;

    margin-top:40px;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.bdp-secao h2{

    color:var(--marrom);

    margin-bottom:18px;

}

.bdp-botao-desativado{

    background:#B8B8B8;
    cursor:default;
    pointer-events:none;

}

/*=============================
Home-Coleções
==============================*/

.bdp-home-colecoes{

    margin:20px auto;

    text-align:center;

}

.bdp-home-colecoes h2{

    text-align:center;

    color:#5C4438;

    font-size:42px;

    margin-bottom:18px;

}

.bdp-home-colecoes p{

    max-width:700px;

    margin:0 auto 50px;

    color:#7B5B4C;

}

.bdp-home-grid{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:35px;

}

.bdp-home-grid .bdp-card{

    max-width:360px;

}

.bdp-home-grid .bdp-botao{

    padding:15px 30px;

    font-size:17px;

}

/*=============================
Responsivo
==============================*/

@media(max-width:921px){

    .bdp-container{

        padding:40px 18px;

    }

    .bdp-grid{

        grid-template-columns:1fr;

    }

    .bdp-hero-card{

        padding:26px;

    }

    .bdp-hero-card h1{

        font-size:38px;

    }

    .bdp-single-subtitulo{

        font-size:20px;

    }

    .bdp-botao{
    
        min-width:260px;
    
        padding:20px 36px;
    
        font-size:20px;
    
    }

    .bdp-secao{

        padding:24px;

    }
    
    .bdp-card-title{

        font-size:24px;

    }
    
    .bdp-card img{

        max-width:92%;

        margin:auto;

    }
    
/*=============================
Produtos relacionados - Mobile
==============================*/

.bdp-relacionados{

    margin-top:60px;

}

.bdp-relacionados h2{

    font-size:34px;

    text-align:center;

}

.bdp-relacionados-texto{

    text-align:center;

    max-width:95%;

    margin:0 auto 30px;

}

.bdp-relacionados-grid{

    gap:24px;

}

.bdp-relacionados-grid .bdp-card{

    max-width:360px;

    margin:0 auto;

}

 .bdp-relacionados-grid{

        justify-content:flex-start;

        flex-wrap:nowrap;

        overflow-x:auto;

        scroll-snap-type:x mandatory;

        -webkit-overflow-scrolling:touch;

        padding-bottom:12px;
        
        padding-left:10px;

    }

    .bdp-relacionados-grid::-webkit-scrollbar{

        display:none;

    }

    .bdp-relacionados-grid .bdp-card{

        flex:0 0 88%;

        max-width:85%;

        scroll-snap-align:start;

    }


}