/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* CSS Product List pagina Loja */

.woocommerce ul.products li.product .price del{
	color: #000;
}

.woocommerce ul.products li.product .price del{
	color: #000;
	font-weight: 400;
}
.woocommerce ul.products li.product .ld-sp-min-2 .price ins{
	font-size: 16px;
	font-weight: 500;
}
.woocommerce .ld-sp-info h3 a{
    color: #000 !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a{
	color: #000 !important;
}

.breadcrumbs>li, .breadcrumb>li{
	color: #000;
	font-size: 14px;
}

.ld-shop-topbar{
	color: #000;
	width: 98%;
	margin-left: -50%;
}

.woocommerce .woocommerce-ordering .ui-selectmenu-button.ui-button{
	color: #000;
}

.nav-trigger .bar {
    background-color: #fff !important;
}

.nav-trigger .txt{
	color: #000;
	font-size: 14px;
}

.ld-shop-topbar .woocommerce-ordering, .ld-shop-topbar .woocommerce-result-count {
    font-size: 14px;
}

.woocommerce ul.products li.product span.onsale, .woocommerce ul.products li.product span.soldout{
	background-color: #a0824f !important;
	letter-spacing: 0.1em !important;
	text-transform: inherit !important;
	border-radius: 0 !important;
	top: 10px !important;
    left: 10px !important;
}

.woocommerce .ld-sp-min-2 .ld-sp-btn:hover{
	background-color: #a0824f !important;
}

.woocommerce ul.products li.product .price {
    display: flex;
    flex-direction: row;
	gap: 5px;
}

.woocommerce ul.products li.product .price del {
    order: 2;
}

.woocommerce ul.products li.product .price ins {
    order: 1;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
	color:#a0824f !important;
}

.ld-shop-topbar .row {
    display: flex;
    flex-wrap: wrap;
}

/* Filtro e contador dividem a linha de baixo */
.ld-shop-topbar .lqd-shop-topbar-ajax-filter,
.ld-shop-topbar .lqd-shop-topbar-result-count {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-6.lqd-shop-topbar-breadcrumb,
.col-md-3.lqd-shop-topbar-ajax-filter,
.col-md-3.lqd-shop-topbar-result-count.d-flex.justify-content-end.align-items-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* CSS Filtros pagina Loja */

.ld-module-sd>.ld-module-dropdown{
	background-color: #fafafa;
}

.woocommerce.archive #lqd-contents-wrap>.vc_row {
    margin-inline-start: -150px;
    margin-inline-end: -150px;
}

h1.ld-fh-element.lqd-highlight-underline.lqd-highlight-grow-left.text-decoration-default {
    color: #fff;
}

h2.wp-block-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0em;
    font-size: 32px;
    color: #181b31;
    margin-top: 0;
    margin-bottom: 0;
}

h3.wp-block-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0em;
    font-size: 24px;
    margin:15px 0 !important;
}

.wc-block-product-filter-price-slider .text input[type="text"] {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent;
    padding: 0 !important;
    text-align: center; /* centraliza o texto */
}

.wc-block-product-filter-price-slider .text input[type="text"].min {
    text-align: left;
}

.wc-block-product-filter-price-slider .text input[type="text"].max {
    text-align: right;
}

:root :where(.wp-block-button.is-style-outline--3 .wp-block-button__link){
	border-radius: 0;
}

input[type=checkbox], input[type=radio] {
    margin: 0 0;
}

/* CSS para fundo branco nos produtos individuais */
.single-product-custom {
    background-color: #fff !important;
}

.single-product-custom .product,
.single-product-custom .product-images,
.single-product-custom .product-summary,
.single-product-custom .woocommerce-tabs,
.single-product-custom .related {
    background-color: #fff !important;
}

/* moved to cart-checkout.css */

/* Garantir que a seÃ§Ã£o container tambÃ©m tenha fundo branco */
.vc_row.liquid-row-shadowbox-690246bb61a26,
.vc_row.liquid-row-shadowbox-690246bb61a26 .ld-container,
.vc_row.liquid-row-shadowbox-690246bb61a26 .container,
.vc_row.liquid-row-shadowbox-690246bb61a26 .row {
    background-color: #fff !important;
}
/* moved to cart-checkout.css */

/* moved to cart-checkout.css */

/* Inverter ordem do preço: mostrar preço atual (ins) antes do antigo (del) */
.price {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}
.price del {
    order: 2;
}
.price ins {
    order: 1;
}

/* moved to cart-checkout.css */

/* Animação produtos relacionados */
.related ul.products li.product a{
    display: block;
    transition: transform 300ms ease, box-shadow 300ms ease;
}

/* Título dos produtos: menos grosso e mais pequeno */
.woocommerce ul.products li.product .ld-sp-info h3 a{
    font-weight: 500 !important; /* menos grosso */
    font-size: 16px !important;  /* mais pequeno */
    line-height: 1.2 !important;
}
.related ul.products li.product img{
    transition: transform 300ms ease;
    will-change: transform;
}
.related ul.products li.product a:hover,
.related ul.products li.product a:focus-visible{
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.related ul.products li.product a:hover img,
.related ul.products li.product a:focus-visible img{
    transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce){
    .related ul.products li.product a,
    .related ul.products li.product img{
        transition: none !important;
    }
}

@media (max-width: 768px) {
    .one-row_top_divider, .one-row_bottom_divider {
        max-height: 80px;
    }
	.header-cart-link{
	    margin-right: 15px !important;
	    margin-top: 0px !important;
	    margin-bottom: 0px !important;
	}
}

/* Remover padding na coluna da loja (sidebar + listagem) */
.wpb_column.vc_column_container.liquid-column-69038de927e9b > .vc_column-inner {
    padding: 0 !important;
}

/* Remover padding default das colunas VC dentro desta coluna */
.liquid-column-69038de927e9b.vc_col-sm-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.woocommerce-checkout.page-scheme-dark h2{
    color: #000;
}

.main-footer {
    background-color: #000000 !important;
}


.header-cart-link{
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

td.woocommerce-table__product-name.product-name a,
.woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name,
.woocommerce-bacs-bank-details ul.wc-bacs-bank-details.order_details.bacs_details li {
    color: black;
}

.woocommerce ul.order_details li {
    margin-bottom: 25px;
}