/*
Theme Name:   Bw Fitrush Child
Theme URI:    https://fitrush.bzotech.com/intro/
Author:       The BZOTech
Author URI:   https://bzotech.com/
Description: : Fitrush is a complete online store WooCommerce WordPress theme for selling health supplements, weight control products, sports supplements, bodybuilding and other health products.
Template:     bw-fitrush
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bodybuilding, supplements, health supplements, fitness, gym, health, weight control, nutrition, protein, recipe, shop, sports, bodybuilding, body building products
Text Domain: bw-fitrush-child
*/

/* Remover padding lateral do contentor principal (tema pai usa 50px / var(--bzo-gutter)) */


/* Anular margin negativo do tema pai que cortava o início da primeira coluna na grid */
.page-id-22457 .content-sidebar-left > div {
	margin-left: 0 !important;
}

.page-id-63141 .content-sidebar-left > div {
	margin-left: 0 !important;
}

.content-sidebar-right > div {
	margin-right: 0 !important;
}

@media (max-width: 1200px) {
	.bzotech-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* WooCommerce: mesma largura do site (não fullwidth) — cart, checkout, conta, etc. */
.content-page .bzotech-container {
	max-width: var(--bzo-container-width) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
	max-width: var(--bzo-container-width, 1240px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
@media (min-width: 1241px) {
	body.woocommerce-cart .woocommerce,
	body.woocommerce-checkout .woocommerce,
	body.woocommerce-account .woocommerce {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 1200px) {
	body.woocommerce-cart .woocommerce,
	body.woocommerce-checkout .woocommerce,
	body.woocommerce-account .woocommerce {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Nome do produto na loja */
.woocommerce ul.products li.product .product-name,
.woocommerce ul.products li.product h3.product-name,
.woocommerce ul.products li.product .product-title,
.woocommerce ul.products li.product .product-title a {
	color: #181b7f;
}
.woocommerce ul.products li.product .product-name a:hover,
.woocommerce ul.products li.product .product-title a:hover {
	color: #181b7f;
	opacity: 0.85;
}

/* Preço: mesmo visual na grid da loja e nos sliders da home (item-product, list-col-item, .product) */
/* Preço regular (rabiscado) em cinza */
.woocommerce .price .rasurado,
.item-product .price .rasurado,
.list-col-item .price .rasurado,
.elbzotech-products-wrap .price .rasurado,
li.product .price .rasurado,
.price .rasurado {
	color: #8E8E8E;
}

.product-price .woocommerce-Price-amount {
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--bzo-title_typo-font-family);
}

/* Preço promocional em destaque (vermelho) */
.woocommerce .price .bw-preco-promocional,
.item-product .price .bw-preco-promocional,
.list-col-item .price .bw-preco-promocional,
.elbzotech-products-wrap .price .bw-preco-promocional,
li.product .price .bw-preco-promocional,
.price .bw-preco-promocional {
	font-weight: 700;
	color: #DC3D3D;
	font-size: 1.1em;
}

/* Linha preço + IVA: preço à esquerda, (+ IVA) à direita */
.woocommerce .price .price-iva-row,
.item-product .price .price-iva-row,
.list-col-item .price .price-iva-row,
.elbzotech-products-wrap .price .price-iva-row,
li.product .price .price-iva-row,
.price .price-iva-row {
	display: inline-flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: nowrap;
	
	gap: 0.5em;
}
.price .price-iva-row .price-value {
	min-width: 0;
}

/* (+ IVA) em cinza e menor, alinhado à direita */
.woocommerce .price .bw-iva,
.item-product .price .bw-iva,
.list-col-item .price .bw-iva,
.elbzotech-products-wrap .price .bw-iva,
li.product .price .bw-iva,
.price .bw-iva {
	color: #181b7f;
    font-weight: 700;
	font-size: 0.65em;
	flex-shrink: 0;
}

/* Visual das datas de promoção (De … até …) */
.woocommerce .price .bw-sale-dates,
.item-product .price .bw-sale-dates,
.list-col-item .price .bw-sale-dates,
.elbzotech-products-wrap .price .bw-sale-dates,
li.product .price .bw-sale-dates,
.price .bw-sale-dates,
.woocommerce .price .comIva,
.item-product .price .comIva,
.elbzotech-products-wrap .price .comIva,
.price .comIva {
	display: inline-block;
	margin-top: 4px;
	padding: 4px 8px;
	background: #f0f1f9;
	border-left: 3px solid #181b7f;
	border-radius: 0 4px 4px 0;
	font-size: 0.75em;
	color: #333;
}
.woocommerce .price .bw-sale-dates .bw-sale-dates-label,
.item-product .price .bw-sale-dates .bw-sale-dates-label,
.price .bw-sale-dates .bw-sale-dates-label,
.price .comIva {
	font-weight: 600;
	color: #181b7f;
}

/* Sliders/widgets que usam só get_price_html(): preço riscado e preço em destaque (igual à grid) */
.item-product .price del,
.elbzotech-products-wrap .price del,
.list-col-item .price del {
	color: #8E8E8E;
}
.item-product .price ins .amount,
.item-product .price ins,
.elbzotech-products-wrap .price ins .amount,
.elbzotech-products-wrap .price ins,
.list-col-item .price ins .amount,
.list-col-item .price ins {
	font-weight: 700;
	color: #DC3D3D;
	text-decoration: none;
	font-size: 1.1em;
}

/* Destaque "Exclusivo para profissionais!" */
.bw-exclusivo-pro {
	display: inline-block;
	margin: 6px 0;
	padding: 8px 12px;
	background: linear-gradient(135deg, #f0f1f9 0%, #e8eaf4 100%);
	border: 1px solid #181b7f;
	border-radius: 6px;
	color: #181b7f !important;
	font-weight: 700;
	font-size: 0.8em;
	box-shadow: 0 1px 3px rgba(24, 27, 127, 0.15);
}
.bw-exclusivo-pro strong {
	color: #181b7f !important;
}

/* Secção "Recomendados para si" no single product */
.single-related-product.bw-related-section .bw-related-title,
.single-related-product .title-related-product h2 {
	font-size: 0.9em;
}

/* Tabela de descontos (single product) */
.bw-tabela-descontos {
	margin: 1em 0;
	width: 100%;
	max-width: 320px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border: 1px solid #e0e0e0;
}
.bw-tabela-descontos-table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
.bw-tabela-descontos-caption {
	padding: 10px 14px;
	background: #181b7f;
	color: #fff;
	font-weight: 700;
	font-size: 0.95em;
	text-align: center;
	caption-side: top;
}
.bw-tabela-descontos-table td {
	padding: 10px 14px;
	text-align: center;
	border: 0;
	border-bottom: 1px solid #e8e8e8;
	width: 50%;
}
.bw-tabela-descontos-table tr:last-child td {
	border-bottom: 0;
}
.bw-tabela-descontos-row-odd td {
	background: #f8f9fa;
}
.bw-tabela-descontos-row-even td {
	background: #fff;
}
.bw-tabela-descontos-percentagem {
	font-weight: 700;
	color: #DC3D3D;
}
.bw-tabela-descontos-quantidade {
	color: #333;
}

/* Círculo de desconto em cima da imagem do produto – cada item com o seu contexto */
.woocommerce ul.products li.product {
	position: relative;
}
.woocommerce ul.products li.product .item-product,
.woocommerce ul.products li.product .container-inner .product-block-inner,
.woocommerce ul.products li.product .image-block,
.woocommerce ul.products .product-thumb,
.single-product .product .images,
.single-product .flex-wrapper.product-gallery {
	position: relative;
}
/* Badge: posicionado no canto da imagem de cada produto */
.woocommerce ul.products li.product .onsale.bw-badge-desconto,
.woocommerce ul.products li.product .bw-badge-desconto,
.woocommerce ul.products li.product > .bw-badge-desconto,
.woocommerce ul.products li.product > div > .bw-badge-desconto,
.single-product .onsale.bw-badge-desconto,
.single-product .bw-badge-desconto {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	left: auto !important;
	z-index: 10;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border-radius: 50%;
	background: #DC3D3D;
	color: #fff !important;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 2px 8px rgba(220, 61, 61, 0.4);
	box-sizing: border-box;
	margin: 0;
}
.woocommerce ul.products li.product .image-block a,
.woocommerce .product-thumb {
	display: block;
}

/* Loja/categorias: esconder sidebar interior (template Elementor) e grid a 100% */
/* Estrutura com elementor-row */
.content-page .shop-list-view .main-elementor-template-theme .elementor-row > .elementor-column:first-child {
	display: none !important;
}
.content-page .shop-list-view .main-elementor-template-theme .elementor-row > .elementor-column:last-child,
.content-page .shop-list-view .main-elementor-template-theme .elementor-row > .elementor-column.elementor-col-100 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}
.content-page .shop-list-view .main-elementor-template-theme .elementor-row > .elementor-column:only-child {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}
/* Estrutura com colunas diretas no container (sem row) */
.content-page .shop-list-view .main-elementor-template-theme .elementor-container > .elementor-column:first-child {
	display: none !important;
}
.content-page .shop-list-view .main-elementor-template-theme .elementor-container > .elementor-column:last-child,
.content-page .shop-list-view .main-elementor-template-theme .elementor-container > .elementor-column.elementor-col-100 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}
.content-page .shop-list-view .main-elementor-template-theme .elementor-container > .elementor-column:only-child {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}
/* Esconder widget de sidebar e filtros BZOTECH duplicados dentro do template (sidebar junto à grid) */
.content-page .shop-list-view .main-elementor-template-theme .elementor-widget-sidebar,
.content-page .shop-list-view .main-elementor-template-theme .elementor-widget-wp-widget-sidebar,
.content-page .shop-list-view .main-elementor-template-theme .elementor-widget-bzotech-filters-product-global,
.content-page .shop-list-view .main-elementor-template-theme .widget-group.group-filters-shop,
.content-page .shop-list-view .main-elementor-template-theme .sidebar {
	display: none !important;
}
/* Esconder a coluna inteira que contém o widget de filtros BZOTECH */
.content-page .shop-list-view .main-elementor-template-theme .elementor-column:has(.elementor-widget-bzotech-filters-product-global) {
	display: none !important;
}
.content-page .shop-list-view .main-elementor-template-theme {
	width: 100%;
	max-width: 100%;
}

/* Contentor da grid (Elementor e-con) a 100% de largura na loja */
.content-page .shop-list-view .main-elementor-template-theme .elementor-element-9984313.e-con,
.content-page .shop-list-view .main-elementor-template-theme [data-id="9984313"].e-con {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

/* Sidebar: lista Marcas com scroll para não ficar demasiado extensa */
#bw-child-marca-filter ul.list-filter.filter_marca,
.widget_bw_child_marca_filter ul.list-filter.filter_marca {
	max-height: 280px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 4px;
	scrollbar-color: #181b7f rgba(24, 27, 127, 0.08);
	scrollbar-width: thin;
}
#bw-child-marca-filter ul.list-filter.filter_marca::-webkit-scrollbar,
.widget_bw_child_marca_filter ul.list-filter.filter_marca::-webkit-scrollbar {
	width: 6px;
}
#bw-child-marca-filter ul.list-filter.filter_marca::-webkit-scrollbar-track,
.widget_bw_child_marca_filter ul.list-filter.filter_marca::-webkit-scrollbar-track {
	background: rgba(24, 27, 127, 0.08);
	border-radius: 3px;
}
#bw-child-marca-filter ul.list-filter.filter_marca::-webkit-scrollbar-thumb,
.widget_bw_child_marca_filter ul.list-filter.filter_marca::-webkit-scrollbar-thumb {
	background: #181b7f;
	border-radius: 3px;
}
#bw-child-marca-filter ul.list-filter.filter_marca::-webkit-scrollbar-thumb:hover,
.widget_bw_child_marca_filter ul.list-filter.filter_marca::-webkit-scrollbar-thumb:hover {
	background: #0f1155;
}

/* Loja: esconder grid de produtos duplicada que aparece após o footer (só quando se usa template Elementor da loja) */
body.bw-child-shop-elementor-template #footer .main-wrap-shop,
body.bw-child-shop-elementor-template #footer .shop-list-view,
body.bw-child-shop-elementor-template #footer .products-wrap,
body.bw-child-shop-elementor-template #footer .products,
body.bw-child-shop-elementor-template #footer ~ * .main-wrap-shop,
body.bw-child-shop-elementor-template #footer ~ * .shop-list-view,
body.bw-child-shop-elementor-template #footer ~ * .products-wrap,
body.bw-child-shop-elementor-template #footer ~ * .products,
body.bw-child-shop-elementor-template .after-append-footer .main-wrap-shop,
body.bw-child-shop-elementor-template .after-append-footer .shop-list-view,
body.bw-child-shop-elementor-template .after-append-footer .products-wrap,
body.bw-child-shop-elementor-template .after-append-footer .products,
/* Bloco inteiro duplicado (content-page / template Elementor / grid do widget) */
body.bw-child-shop-elementor-template #footer ~ .content-page,
body.bw-child-shop-elementor-template #footer ~ * .content-page,
body.bw-child-shop-elementor-template #footer ~ * .main-elementor-template-theme,
body.bw-child-shop-elementor-template #footer ~ * .elbzotech-products-wrap,
body.bw-child-shop-elementor-template #footer ~ * .list-product-wrap,
body.bw-child-shop-elementor-template #footer ~ * .bzotech-row .main-wrap-shop,
/* Contentor da grid duplicada (classe bzotech-container após o footer) */
body.bw-child-shop-elementor-template #footer ~ .bzotech-container,
body.bw-child-shop-elementor-template #footer ~ * .bzotech-container:has(.main-wrap-shop),
body.bw-child-shop-elementor-template #footer ~ * .bzotech-container:has(.elbzotech-products-wrap) {
	display: none !important;
}

/* Top filter da loja: em linha própria abaixo do título e contido dentro de .main-wrap-shop (sem extravasar) */
.main-wrap-shop .top_filter-shop {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	clear: both !important;
	box-sizing: border-box !important;
	min-width: 0 !important;
}
.main-wrap-shop .top_filter-shop .main-top-filter,
.main-wrap-shop .top_filter-shop .content-top-filter {
	max-width: 100% !important;
	box-sizing: border-box !important;
}
.main-wrap-shop {
	overflow-x: hidden;
}

/* Shortcode [bw_loja_ofertas]: título igual ao da loja (tipografia do tema + estilo Elementor) */
.bw-loja-ofertas-shortcode .bw-ofertas-page-header {
	margin-top: 0;
	margin-bottom: 1.25rem;
	padding-bottom: 0;
	border: none;
}
.bw-loja-ofertas-shortcode .bw-ofertas-page-title {
	font-family: var(--bzo-title_typo-font-family, inherit);
	font-weight: var(--bzo-title_typo-font-weight, 600);
	font-size: var(--bzo-title_typo-font-size, 28px);
	color: var(--bzo-title_typo-color, var(--bzo-main-color, #333));
	line-height: 1.2;
	margin: 0 0 0.5em 0;
	letter-spacing: normal;
	text-transform: none;
}
@media (min-width: 768px) {
	.bw-loja-ofertas-shortcode .bw-ofertas-page-title {
		font-size: var(--bzo-title_typo-font-size, 32px);
	}
}
.bw-loja-ofertas-shortcode .main-wrap-shop .top_filter-shop {
	margin-bottom: 1.25rem;
}
.bw-loja-novidades-shortcode .main-wrap-shop .top_filter-shop {
	margin-bottom: 1.25rem;
}

/* Shortcodes ofertas/novidades no mobile: padding lateral (ordenação e grid não colados ao ecrã, igual à loja) */
@media (max-width: 767px) {
	.bw-loja-ofertas-shortcode .bzotech-container,
	.bw-loja-novidades-shortcode .bzotech-container {
		padding-left: 15px !important;
		padding-right: 15px !important;
		box-sizing: border-box !important;
	}
}

/* Shortcode [bw_loja_ofertas]: grid em colunas — wrapper gerado pelo shortcode */
.bw-ofertas-grid {
	display: block !important;
	width: 100% !important;
}
.bw-ofertas-grid-inner,
.bw-ofertas-grid .products.bzotech-row,
.bw-ofertas-grid .list-product-wrap {
	display: flex !important;
	flex-wrap: wrap !important;
	margin-right: -10px !important;
	margin-left: -10px !important;
	width: 100% !important;
}
.bw-ofertas-grid .list-col-item,
.bw-ofertas-grid li.product {
	width: 25% !important;
	max-width: 25% !important;
	padding: 0 10px !important;
	margin-bottom: 40px !important;
	box-sizing: border-box !important;
}
@media (max-width: 1200px) {
	.bw-ofertas-grid .list-col-item,
	.bw-ofertas-grid li.product {
		width: 33.3333% !important;
		max-width: 33.3333% !important;
	}
}
@media (max-width: 991px) {
	.bw-ofertas-grid .list-col-item,
	.bw-ofertas-grid li.product {
		width: 50% !important;
		max-width: 50% !important;
	}
}
@media (max-width: 575px) {
	.bw-ofertas-grid .list-col-item,
	.bw-ofertas-grid li.product {
		width: 50% !important;
		max-width: 50% !important;
		margin-bottom: 24px !important;
	}
}
/* Fallback: seletores antigos caso o shortcode use os hooks do tema */
.bw-loja-ofertas-shortcode .shop-list-view .products-wrap,
.bw-loja-ofertas-shortcode .shop-list-view .js-content-wrap {
	display: block !important;
	width: 100% !important;
}
.bw-loja-ofertas-shortcode .shop-list-view .products,
.bw-loja-ofertas-shortcode .shop-list-view .list-product-wrap,
.bw-loja-ofertas-shortcode .shop-list-view ul.products {
	display: flex !important;
	flex-wrap: wrap !important;
	margin-right: -10px !important;
	margin-left: -10px !important;
	width: 100% !important;
	list-style: none !important;
	padding: 0 !important;
}
.bw-loja-ofertas-shortcode .shop-list-view .products .list-col-item,
.bw-loja-ofertas-shortcode .shop-list-view .list-product-wrap .list-col-item,
.bw-loja-ofertas-shortcode .shop-list-view .products li.product,
.bw-loja-ofertas-shortcode .shop-list-view .list-product-wrap li.product,
.bw-loja-ofertas-shortcode .shop-list-view ul.products .list-col-item,
.bw-loja-ofertas-shortcode .shop-list-view ul.products li.product {
	width: 25% !important;
	max-width: 25% !important;
	padding: 0 10px !important;
	margin-bottom: 40px !important;
	box-sizing: border-box !important;
}
@media (max-width: 1200px) {
	.bw-loja-ofertas-shortcode .shop-list-view .products .list-col-item,
	.bw-loja-ofertas-shortcode .shop-list-view .list-product-wrap .list-col-item,
	.bw-loja-ofertas-shortcode .shop-list-view .products li.product,
	.bw-loja-ofertas-shortcode .shop-list-view .list-product-wrap li.product,
	.bw-loja-ofertas-shortcode .shop-list-view ul.products .list-col-item,
	.bw-loja-ofertas-shortcode .shop-list-view ul.products li.product {
		width: 33.3333% !important;
		max-width: 33.3333% !important;
	}
}
@media (max-width: 991px) {
	.bw-loja-ofertas-shortcode .shop-list-view .products .list-col-item,
	.bw-loja-ofertas-shortcode .shop-list-view .list-product-wrap .list-col-item,
	.bw-loja-ofertas-shortcode .shop-list-view .products li.product,
	.bw-loja-ofertas-shortcode .shop-list-view .list-product-wrap li.product,
	.bw-loja-ofertas-shortcode .shop-list-view ul.products .list-col-item,
	.bw-loja-ofertas-shortcode .shop-list-view ul.products li.product {
		width: 50% !important;
		max-width: 50% !important;
	}
}
@media (max-width: 575px) {
	.bw-loja-ofertas-shortcode .shop-list-view .products .list-col-item,
	.bw-loja-ofertas-shortcode .shop-list-view .list-product-wrap li.product,
	.bw-loja-ofertas-shortcode .shop-list-view ul.products .list-col-item,
	.bw-loja-ofertas-shortcode .shop-list-view ul.products li.product {
		width: 50% !important;
		max-width: 50% !important;
		margin-bottom: 24px !important;
	}
}

/* Shortcode [bw_loja_novidades]: grid em colunas (igual à loja e ofertas) */
.bw-novidades-grid {
	display: block !important;
	width: 100% !important;
}
.bw-novidades-grid-inner,
.bw-novidades-grid .products.bzotech-row,
.bw-novidades-grid .list-product-wrap {
	display: flex !important;
	flex-wrap: wrap !important;
	margin-right: -10px !important;
	margin-left: -10px !important;
	width: 100% !important;
}
.bw-novidades-grid .list-col-item,
.bw-novidades-grid li.product {
	width: 25% !important;
	max-width: 25% !important;
	padding: 0 10px !important;
	margin-bottom: 40px !important;
	box-sizing: border-box !important;
}
@media (max-width: 1200px) {
	.bw-novidades-grid .list-col-item,
	.bw-novidades-grid li.product {
		width: 33.3333% !important;
		max-width: 33.3333% !important;
	}
}
@media (max-width: 991px) {
	.bw-novidades-grid .list-col-item,
	.bw-novidades-grid li.product {
		width: 50% !important;
		max-width: 50% !important;
	}
}
@media (max-width: 575px) {
	.bw-novidades-grid .list-col-item,
	.bw-novidades-grid li.product {
		width: 50% !important;
		max-width: 50% !important;
		margin-bottom: 24px !important;
	}
}
.bw-loja-novidades-shortcode .shop-list-view .products-wrap,
.bw-loja-novidades-shortcode .shop-list-view .js-content-wrap {
	display: block !important;
	width: 100% !important;
}
.bw-loja-novidades-shortcode .shop-list-view .products,
.bw-loja-novidades-shortcode .shop-list-view .list-product-wrap,
.bw-loja-novidades-shortcode .shop-list-view ul.products {
	display: flex !important;
	flex-wrap: wrap !important;
	margin-right: -10px !important;
	margin-left: -10px !important;
	width: 100% !important;
	list-style: none !important;
	padding: 0 !important;
}
.bw-loja-novidades-shortcode .shop-list-view .products .list-col-item,
.bw-loja-novidades-shortcode .shop-list-view .list-product-wrap .list-col-item,
.bw-loja-novidades-shortcode .shop-list-view .products li.product,
.bw-loja-novidades-shortcode .shop-list-view .list-product-wrap li.product,
.bw-loja-novidades-shortcode .shop-list-view ul.products .list-col-item,
.bw-loja-novidades-shortcode .shop-list-view ul.products li.product {
	width: 25% !important;
	max-width: 25% !important;
	padding: 0 10px !important;
	margin-bottom: 40px !important;
	box-sizing: border-box !important;
}
@media (max-width: 1200px) {
	.bw-loja-novidades-shortcode .shop-list-view .products .list-col-item,
	.bw-loja-novidades-shortcode .shop-list-view .list-product-wrap .list-col-item,
	.bw-loja-novidades-shortcode .shop-list-view .products li.product,
	.bw-loja-novidades-shortcode .shop-list-view .list-product-wrap li.product,
	.bw-loja-novidades-shortcode .shop-list-view ul.products .list-col-item,
	.bw-loja-novidades-shortcode .shop-list-view ul.products li.product {
		width: 33.3333% !important;
		max-width: 33.3333% !important;
	}
}
@media (max-width: 991px) {
	.bw-loja-novidades-shortcode .shop-list-view .products .list-col-item,
	.bw-loja-novidades-shortcode .shop-list-view .list-product-wrap .list-col-item,
	.bw-loja-novidades-shortcode .shop-list-view .products li.product,
	.bw-loja-novidades-shortcode .shop-list-view .list-product-wrap li.product,
	.bw-loja-novidades-shortcode .shop-list-view ul.products .list-col-item,
	.bw-loja-novidades-shortcode .shop-list-view ul.products li.product {
		width: 50% !important;
		max-width: 50% !important;
	}
}
@media (max-width: 575px) {
	.bw-loja-novidades-shortcode .shop-list-view .products .list-col-item,
	.bw-loja-novidades-shortcode .shop-list-view .list-product-wrap li.product,
	.bw-loja-novidades-shortcode .shop-list-view ul.products .list-col-item,
	.bw-loja-novidades-shortcode .shop-list-view ul.products li.product {
		width: 50% !important;
		max-width: 50% !important;
		margin-bottom: 24px !important;
	}
}

/* Sidebar: esconder categoria "Uncategorized" na lista de categorias */
.sidebar .product_cat a[href*="uncategorized"],
.sidebar .cate-list-filter a[href*="uncategorized"],
.woocommerce-sidebar .product_cat a[href*="uncategorized"] {
	display: none !important;
}
.sidebar .product_cat li:has(> a[href*="uncategorized"]),
.woocommerce-sidebar .product_cat li:has(> a[href*="uncategorized"]) {
	display: none !important;
}

/* Reduzir espaço entre breadcrumb e título na loja */
.main-elementor-template-theme .elementor-widget-bzotech-breadcrumb-global,
.main-elementor-template-theme .elbzotech-bread-crumb-global {
	margin-bottom: 0.25rem !important;
}
.main-elementor-template-theme .elementor-widget-bzotech-breadcrumb-global .elementor-widget-container,
.main-elementor-template-theme .elbzotech-bread-crumb-global__content {
	margin-bottom: 0 !important;
}
/* Container/section do breadcrumb: menos margem em baixo */
.main-elementor-template-theme .e-con.e-parent:has(.elementor-widget-bzotech-breadcrumb-global),
.main-elementor-template-theme .e-con.e-parent:has(.elbzotech-bread-crumb-global) {
	margin-bottom: 0.25rem !important;
	padding-bottom: 0 !important;
}
/* Secção do título: menos margem em cima para aproximar do breadcrumb — só na loja (evitar quebrar home) */
body.bw-child-shop-elementor-template .main-elementor-template-theme .e-con.e-parent:has(.elementor-widget-heading h1):not(:has(.elbzotech-bread-crumb-global)),
body.bw-child-shop-elementor-template .main-elementor-template-theme .e-con.e-parent:has(.elementor-widget-heading h2):not(:has(.elbzotech-bread-crumb-global)),
body.bw-child-shop-elementor-template .main-elementor-template-theme .e-con.e-parent:has(.elbzotech-heading-global) {
	margin-top: 0.25rem !important;
	padding-top: 0 !important;
}

/* Shortcode [bw_marcas_menu]: lista de marcas em 6 colunas x 3 linhas (mega menu) */
.bw-marcas-menu-shortcode {
	width: 100%;
	min-width: 320px;
}
.bw-marcas-menu-shortcode .bw-marcas-menu-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0 1rem;
	list-style: none;
	margin: 0;
	padding: 0.5rem 0;
}
.bw-marcas-menu-shortcode .bw-marcas-menu-list li {
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 0.6rem 0.25rem;
}
.bw-marcas-menu-shortcode .bw-marcas-menu-list a {
	display: block;
	padding: 0.2em 0;
	color: #000;
	text-decoration: none;
	font-size: 1.05em;
}
.bw-marcas-menu-shortcode .bw-marcas-menu-list a:hover {
	color: #333;
	text-decoration: underline;
}
@media (max-width: 991px) {
	.bw-marcas-menu-shortcode .bw-marcas-menu-list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 575px) {
	.bw-marcas-menu-shortcode .bw-marcas-menu-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Link "voltar à categoria anterior" quando não há subcategorias no sidebar */
ul.product-categories .bw-back-category-link {
	display: block;
	margin-top: 0.5em;
	font-size: 0.82em;
	color: #181b7f;
	opacity: 0.9;
}
ul.product-categories .bw-back-category-link:hover {
	opacity: 1;
	color: #181b7f;
}

/* ========== Carrinho (woocommerce-cart) — visual melhorado ========== */
.woocommerce-cart .page-title,
.woocommerce-cart .entry-title {
	margin-bottom: 1.5rem;
	font-size: 1.75rem;
	color: #181b7f;
	font-weight: 600;
}
.woocommerce-cart .cart-custom-style2 {
	margin: 0 -15px;
}
.woocommerce-cart .cart-custom-style2 .woocommerce-cart-form {
	padding: 0 15px;
}
.woocommerce-cart .cart-custom-style2 .cart-collaterals {
	padding: 0 15px;
	margin-top: 2rem;
}
@media (min-width: 1201px) {
	.woocommerce-cart .cart-custom-style2 .cart-collaterals {
		margin-top: 0;
	}
}

/* Tabela do carrinho */
.woocommerce-cart table.cart,
.woocommerce-cart .woocommerce-cart-form table.shop_table {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.woocommerce-cart table.cart thead th {
	background: #f8f9fa;
	font-weight: 600;
	color: #333;
	padding: 14px 16px;
	font-size: 0.9rem;
	border-bottom: 1px solid #e8e8e8;
}
.woocommerce-cart table.cart tbody tr {
	border-bottom: 1px solid #eee;
	transition: background 0.2s ease;
}
.woocommerce-cart table.cart tbody tr:hover {
	background: #fafafa;
}
.woocommerce-cart table.cart tbody tr:last-child {
	border-bottom: 0;
}
.woocommerce-cart table.cart td {
	padding: 20px 16px;
	vertical-align: middle;
}
.woocommerce-cart table.cart td.product-thumbnail {
	padding-left: 20px;
}
.woocommerce-cart table.cart td.product-thumbnail img {
	width: 70px;
	height: auto;
	border-radius: 6px;
	border: 1px solid #eee;
}
.woocommerce-cart table.cart td.product-name {
	font-size: 1rem;
}
.woocommerce-cart table.cart td.product-name a {
	color: #181b7f;
	font-weight: 500;
	text-decoration: none;
}
.woocommerce-cart table.cart td.product-name a:hover {
	color: #181b7f;
	opacity: 0.85;
	text-decoration: underline;
}
/* Dados do item (ex.: Desconto aplicado) — logo abaixo do nome */
.woocommerce-cart table.cart td.product-name .wc-item-meta,
.woocommerce-cart table.cart td.product-name dl.variation {
	margin-top: 8px;
	font-size: 0.9em;
	color: #555;
}
.woocommerce-cart table.cart td.product-name .wc-item-meta .desconto-aplicado,
.woocommerce-cart table.cart .product-name .wc-item-meta dd {
	font-weight: 500;
	color: #0d6b2c;
}
.woocommerce-cart table.cart .product-price .woocommerce-Price-amount {
	font-size: 1.05rem;
	font-weight: 600;
	color: #181b7f;
}
.woocommerce-cart table.cart .product-subtotal .woocommerce-Price-amount {
	font-weight: 600;
	color: #333;
	font-size: 1.05rem;
}
.woocommerce-cart table.cart td.product-quantity .quantity {
	display: inline-block;
}
.woocommerce-cart table.cart td.product-quantity .quantity input.qty {
	width: 56px;
	height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 0.95rem;
	padding: 0 8px;
}
.woocommerce-cart table.cart td.product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 22px !important;
	line-height: 1;
	color: #999 !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 50%;
	transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.woocommerce-cart table.cart td.product-remove a.remove:hover {
	color: #fff !important;
	background: #c0392b !important;
	border-color: #c0392b !important;
}

/* Zona do cupão e botão atualizar */
.woocommerce-cart table.cart td.actions {
	padding: 20px;
	background: #f8f9fa;
	border-top: 1px solid #e8e8e8;
}
.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 180px;
	padding: 12px 14px;
	height: 46px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 0.95rem;
}
.woocommerce-cart table.cart td.actions .coupon .button,
.woocommerce-cart table.cart td.actions .button {
	padding: 12px 20px;
	height: 46px;
	border-radius: 6px;
	font-weight: 500;
	background: #181b7f;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background 0.2s, opacity 0.2s;
}
.woocommerce-cart table.cart td.actions .coupon .button:hover,
.woocommerce-cart table.cart td.actions .button:hover {
	background: #13165e;
	color: #fff;
	opacity: 0.95;
}

/* Bloco dos totais (cart_totals) */
.woocommerce-cart .cart-collaterals .cart_totals {
	padding: 28px;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.woocommerce-cart .cart_totals > h2 {
	font-size: 1.25rem;
	font-weight: 600;
	color: #181b7f;
	margin: 0 0 1.25rem 0;
	padding-bottom: 1rem;
	border-bottom: 2px solid #181b7f;
}
.woocommerce-cart .cart_totals .shop_table {
	border: 0;
}
.woocommerce-cart .cart_totals .shop_table th {
	padding: 10px 0;
	font-weight: 500;
	color: #555;
}
.woocommerce-cart .cart_totals .shop_table td {
	padding: 10px 0;
	text-align: right;
}
.woocommerce-cart .cart_totals .shop_table .order-total th,
.woocommerce-cart .cart_totals .shop_table .order-total td {
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 1.1rem;
	font-weight: 600;
	color: #181b7f;
	border-top: 2px solid #e8e8e8;
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding-top: 1.25rem;
	margin-top: 1rem;
	border-top: 1px solid #eee;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 16px 24px;
	font-size: 1.05rem;
	font-weight: 600;
	background: #181b7f;
	color: #fff !important;
	border: none;
	border-radius: 8px;
	text-decoration: none !important;
	transition: background 0.2s, opacity 0.2s;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #13165e;
	color: #fff !important;
	opacity: 0.95;
}

/* Bloco Envio no carrinho (métodos, mensagem e "Calcular custos de envio") */
.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals th {
	padding-top: 16px;
	padding-bottom: 4px;
	font-weight: 600;
	color: #333;
}
.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals td {
	padding-top: 16px;
	padding-bottom: 16px;
	vertical-align: top;
}
.woocommerce-cart #shipping_method,
.woocommerce-cart .woocommerce-shipping-methods {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
}
.woocommerce-cart #shipping_method li,
.woocommerce-cart .woocommerce-shipping-methods li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	padding: 12px 14px;
	background: #f8f9fa;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	transition: border-color 0.2s, background 0.2s;
}
.woocommerce-cart #shipping_method li:last-child,
.woocommerce-cart .woocommerce-shipping-methods li:last-child {
	margin-bottom: 0;
}
.woocommerce-cart #shipping_method li:hover,
.woocommerce-cart .woocommerce-shipping-methods li:hover {
	background: #f0f2f5;
	border-color: #ddd;
}
.woocommerce-cart #shipping_method .shipping_method,
.woocommerce-cart .woocommerce-shipping-methods .shipping_method {
	margin: 0;
	flex-shrink: 0;
	accent-color: #181b7f;
}
.woocommerce-cart #shipping_method label,
.woocommerce-cart .woocommerce-shipping-methods label {
	margin: 0;
	font-weight: 500;
	color: #333;
	cursor: pointer;
	flex: 1;
}
.woocommerce-cart #shipping_method .amount,
.woocommerce-cart .woocommerce-shipping-methods .amount {
	font-weight: 600;
	color: #181b7f;
	white-space: nowrap;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
	margin: 0 0 14px 0;
	padding: 12px 14px;
	background: #f0f4ff;
	border-left: 4px solid #181b7f;
	border-radius: 0 6px 6px 0;
	font-size: 0.9rem;
	color: #555;
	line-height: 1.5;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-destination strong {
	color: #181b7f;
}
/* Linha do calculador de envio — abaixo da linha "Envio" */
.woocommerce-cart .cart_totals tr.shipping-calculator-row td.shipping-calculator-cell {
	padding: 20px 0 0 0;
	border-top: 1px solid #e8eaed;
	vertical-align: top;
}
.woocommerce-cart .cart_totals tr.shipping-calculator-row td.shipping-calculator-cell:first-child {
	padding-left: 0;
}
@media (min-width: 769px) {
	.woocommerce-cart .cart_totals tr.shipping-calculator-row td.shipping-calculator-cell {
		padding-left: 0;
	}
}
.woocommerce-cart .woocommerce-shipping-calculator {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button {
	display: inline-block;
	padding: 12px 20px;
	margin-bottom: 25px;
	font-size: 0.95rem;
	font-weight: 500;
	color: #181b7f;
	background: transparent;
	border: 2px solid #181b7f;
	border-radius: 8px;
	text-decoration: none !important;
	transition: background 0.2s, color 0.2s;
	cursor: pointer;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	background: #181b7f;
	color: #fff !important;
}
/* Formulário calculador de envio — visual limpo e legível */
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {
	margin-top: 16px;
	padding: 28px 24px;
	background: #fafbfc;
	border: 1px solid #e8eaed;
	border-radius: 10px;
	display: block;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .form-row,
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form p.form-row {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .form-row:last-of-type {
	margin-bottom: 0;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form label {
	display: block;
	margin: 0 0 8px 0;
	font-weight: 600;
	color: #333;
	font-size: 0.875rem;
	line-height: 1.3;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form label .optional {
	display: none;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .form-row span {
	display: block;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .form-row span label {
	margin-bottom: 8px;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form select,
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .input-text {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 48px;
	padding: 14px 16px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	font-size: 1rem;
	line-height: 1.4;
	box-sizing: border-box;
	background: #fff;
	color: #333;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form select:hover,
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .input-text:hover {
	border-color: #b0b0b0;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form select:focus,
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .input-text:focus {
	border-color: #181b7f;
	outline: none;
	box-shadow: 0 0 0 3px rgba(24, 27, 127, 0.15);
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23666' d='M7 9.5L2.5 5h9L7 9.5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding: 0 44px 0 16px;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
}
/* Cart: Select2 no campo País/região (e outros) — mesmo alinhamento que checkout */
.woocommerce-cart .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
	min-height: 48px;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	box-sizing: border-box;
}
.woocommerce-cart .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: flex;
	align-items: center;
	line-height: 1.4;
	padding: 0;
	min-height: 48px;
}
.woocommerce-cart .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form > p:last-of-type {
	margin-top: 24px;
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .button {
	display: inline-block;
	min-height: 48px;
	padding: 14px 32px;
	font-size: 1rem;
	font-weight: 600;
	background: #181b7f;
	color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.2s, transform 0.1s;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .button:hover {
	background: #13165e;
	color: #fff;
}
/* Formulário de envio: campos e botão sempre em coluna (um embaixo do outro) */
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {
	display: block;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .form-row,
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form p.form-row {
	display: block;
	margin-bottom: 20px;
}
/* Forçar Localidade e Código postal em coluna (WooCommerce aplica form-row-first/last via JS) */
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .form-row-first,
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .form-row-last {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	display: block !important;
	margin-bottom: 20px;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_city_field,
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_postcode_field {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	display: block !important;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form > p:last-of-type {
	display: block;
	margin-top: 24px;
	padding-top: 20px;
	clear: both;
}

/* Mobile: tabela responsiva */
@media (max-width: 768px) {
	.woocommerce-cart table.cart td {
		padding: 14px 12px;
	}
	.woocommerce-cart table.cart td.product-thumbnail img {
		width: 56px;
	}
	.woocommerce-cart .cart_totals {
		padding: 20px 16px;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		padding: 14px 20px;
		font-size: 1rem;
	}
}
@media (max-width: 480px) {
	.woocommerce-cart table.cart td.actions .coupon {
		flex-direction: column;
		align-items: stretch;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		min-width: 0;
		width: 100%;
	}
	.woocommerce-cart table.cart td.actions .button {
		width: 100%;
	}
}

/* ========================================
   Checkout — visual melhorado
   ======================================== */
.woocommerce-checkout .page-title {
	margin-bottom: 1.5rem;
	font-size: 1.75rem;
	font-weight: 600;
	color: #333;
}
/* Facturação em cima, Enviar para morada diferente em baixo */
.woocommerce-checkout .col2-set {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 1.5rem 0;
	margin-bottom: 2rem;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	flex: 0 0 auto;
	width: 100%;
	min-width: 0;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields {
	background: #fafbfc;
	border: 1px solid #e8eaed;
	border-radius: 10px;
	padding: 24px 22px;
	margin-bottom: 1.5rem;
}
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3 {
	margin: 0 0 1.25rem 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #181b7f;
	font-size: 1.15rem;
	font-weight: 600;
	color: #333;
}
.woocommerce-checkout .form-row {
	margin-bottom: 18px;
}
.woocommerce-checkout .form-row label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #333;
	font-size: 0.9rem;
}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	font-size: 1rem;
	box-sizing: border-box;
	background: #fff;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus {
	border-color: #181b7f;
	outline: none;
	box-shadow: 0 0 0 3px rgba(24, 27, 127, 0.12);
}
.woocommerce-checkout .form-row textarea {
	min-height: 100px;
	resize: vertical;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
	min-height: 48px;
	height: 48px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	padding: 0 14px;
	display: flex;
	align-items: center;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: flex;
	align-items: center;
	line-height: 1.4;
	padding: 0;
	min-height: 48px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single:focus,
.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
	border-color: #181b7f;
	outline: none;
}

/* Select2: alinhamento do valor em todos os formulários (checkout, cart, etc.) */
.woocommerce .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
	min-height: 48px;
	height: 48px;
	padding: 0 14px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: flex;
	align-items: center;
	line-height: 1.4;
	padding: 0;
	min-height: 48px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
}
.woocommerce-checkout #order_review_heading {
	margin: 0 0 1rem 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #181b7f;
	font-size: 1.25rem;
	font-weight: 600;
	color: #333;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
	background: #fff;
	border: 1px solid #e8eaed;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
	width: 100%;
	border: 0;
	margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
	padding: 14px 18px;
	background: #f5f6f8;
	font-weight: 600;
	color: #333;
	font-size: 0.95rem;
	border-bottom: 1px solid #e8eaed;
	text-align: left;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
	padding: 14px 18px;
	border-bottom: 1px solid #eee;
	color: #555;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:last-child td {
	border-bottom: 1px solid #e8eaed;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
	font-weight: 500;
	color: #333;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
	text-align: right;
	font-weight: 500;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr td {
	padding: 12px 18px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	color: #555;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td {
	padding: 18px;
	font-size: 1.1rem;
	font-weight: 600;
	color: #181b7f;
	background: #f8f9fc;
	border-bottom: 0;
	border-top: 2px solid #e8eaed;
}
.woocommerce-checkout #payment {
	background: #fafbfc;
	border: 1px solid #e8eaed;
	border-radius: 10px;
	margin-top: 1.5rem;
	padding: 0;
	overflow: hidden;
}
.woocommerce-checkout #payment ul.payment_methods {
	margin: 0;
	padding: 20px 22px;
	list-style: none;
	border-bottom: 1px solid #e8eaed;
}
.woocommerce-checkout #payment ul.payment_methods li {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child {
	border-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li input.input-radio {
	accent-color: #181b7f;
	margin-right: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li label {
	cursor: pointer;
	font-weight: 500;
	color: #333;
}
.woocommerce-checkout #payment div.payment_box {
	background: #f0f4ff;
	border-left: 4px solid #181b7f;
	border-radius: 0 6px 6px 0;
	padding: 14px 16px;
	margin: 10px 0 10px 22px;
	font-size: 0.9rem;
	color: #555;
}
.woocommerce-checkout #payment div.form-row.place-order {
	padding: 22px;
	margin: 0;
	background: #fff;
	border-top: 1px solid #e8eaed;
}
.woocommerce-checkout #payment #place_order {
	display: block;
	width: 100%;
	min-height: 52px;
	padding: 16px 24px;
	font-size: 1.05rem;
	font-weight: 600;
	background: #181b7f;
	color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.2s, opacity 0.2s;
}
.woocommerce-checkout #payment #place_order:hover {
	background: #13165e;
	color: #fff;
	opacity: 0.98;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	position: relative;
	background: #f0f4ff;
	border-left: 4px solid #181b7f;
	border-radius: 0 8px 8px 0;
	padding: 14px 18px 14px 44px;
	margin-bottom: 1.25rem;
	display: flex;
	align-items: center;
	min-height: 2.5em;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	margin: 0;
	font-size: 1.1em;
	color: #181b7f;
}
.woocommerce-checkout form.checkout_coupon {
	background: #fafbfc;
	border: 1px solid #e8eaed;
	border-radius: 10px;
	padding: 20px 22px;
	margin-bottom: 1.5rem;
}
.woocommerce-checkout form.checkout_coupon .form-row {
	margin-bottom: 0;
}
.woocommerce-checkout form.checkout_coupon .button {
	background: #181b7f;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 12px 20px;
	font-weight: 600;
	cursor: pointer;
}
.woocommerce-checkout form.checkout_coupon .button:hover {
	background: #13165e;
	color: #fff;
}
.woocommerce-checkout #ship-to-different-address {
	margin-top: 12px;
}
.woocommerce-checkout #ship-to-different-address .woocommerce-form__label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-weight: 500;
	color: #333;
}
.woocommerce-checkout #ship-to-different-address input[type="checkbox"] {
	accent-color: #181b7f;
}

@media (max-width: 768px) {
	.woocommerce-checkout .col2-set .col-1,
	.woocommerce-checkout .col2-set .col-2 {
		flex: 1 1 100%;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order-table thead th,
	.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td,
	.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th,
	.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr td {
		padding: 12px 14px;
	}
	.woocommerce-checkout #payment ul.payment_methods,
	.woocommerce-checkout #payment div.form-row.place-order {
		padding: 16px 18px;
	}
}