Exibindo 10–11 de 11 resultados
-
Vestido em Tecido Duna Fluido – Cores Verde Oliva e Militar
R$ 34,90 Ver Detalhes -
Vestido Gringo Shein Vermelho Canelado Ajustável
R$ 39,99 Ver Detalhes
/* 1. Esconde o texto padrão (BOTIGA) e a frase em inglês do tema */
.footer-widgets .widget_botiga_contact_info,
.footer-widgets .widget-title,
.footer-widgets .textwidget p:first-child {
display: none !important;
}
/* 2. Força o sumiço do carrinho no topo (image_d66504.png) */
.header-cart-link, .botiga-icon-cart, .cart-contents {
display: none !important;
}
/* 3. Remove o botão preto de “Adicionar ao Carrinho” da vitrine (image_d664e7.png) */
.loop-button-wrapper, .add_to_cart_button {
display: none !important;
}
/* 4. Remove o “Orgulhosamente mantido por Botiga” (image_372117.png) */
.site-info.copyright-col {
font-size: 0 !important;
}
.site-info.copyright-col::before {
content: “© 2026 Mania de Brechó. Todos os direitos reservados.”;
font-size: 14px;
}
/* CSS Global */
.woocommerce-product-details__short-description {
font-family: ‘Segoe UI’, Roboto, sans-serif !important;
border-left: 4px solid #b08d57 !important;
padding: 20px !important;
border-radius: 0 12px 12px 0 !important;
background-color: #fcfaf7 !important;
color: #333 !important;
line-height: 1.6 !important;
margin-bottom: 20px !important;
}
/* Isso faz com que os títulos dentro da descrição fiquem dourados */
.woocommerce-product-details__short-description h2 {
color: #b08d57 !important;
font-size: 19px !important;
margin-top: 0 !important;
}
/* ajuste para o video aparecer*/
/* AJUSTE PARA O VÍDEO E RESUMO FICAREM LADO A LADO (DESKTOP) */
@media (min-width: 992px) {
/* Selecionamos o “pai” que segura a imagem e o texto */
.single-product div.product {
display: flex !important;
flex-wrap: wrap !important;
justify-content: space-between !important;
align-items: flex-start !important;
}
/* Ajusta a Galeria (Esquerda) */
.rtwpvg-wrapper,
.woocommerce-product-gallery {
flex: 0 0 55% !important; /* Ocupa 55% da largura fixa */
max-width: 55% !important;
width: 55% !important;
}
/* Ajusta o Resumo/Preço/Descrição (Direita) */
.summary.entry-summary {
flex: 0 0 40% !important; /* Ocupa 40% da largura fixa */
max-width: 40% !important;
width: 40% !important;
float: none !important; /* Remove o float antigo */
}
/* Garante que as Abas de Descrição Longa fiquem embaixo de tudo */
.woocommerce-tabs,
.related.products,
.upsells.products {
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
Exibindo 10–11 de 11 resultados