/*
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
*/

/* Ajuste caixa de quantidade do carrinho (bloco WooCommerce) - cortava numeros com 2+ digitos */
.wc-block-components-quantity-selector__input {
	width: 70px !important;
	padding: 0 6px !important;
	min-width: 60px !important;
}
.wc-block-components-quantity-selector {
	width: auto !important;
	min-width: 130px !important;
}

/* Padronizar cor dos icones da secao intro (Sobre Nos) para o verde da identidade visual */
img[src*="icon-box-1-1.webp"],
img[src*="icon-box-2-1.webp"],
img[src*="icon-about.png"] {
	filter: hue-rotate(55deg) saturate(5) brightness(1.4);
}

/* Cor da mensagem de pedido recebido - verde mais escuro em vez da cor padrao da paleta */
.woocommerce-thankyou-order-received,
.woocommerce-order .woocommerce-notice--success {
	color: #1B5E20 !important;
	font-weight: 600;
}

/* Garantir texto sempre visivel nos botoes do mini-carrinho (Ver Carrinho / Finalizacao de Compra), em todos os estados */
.mini-cart-button .button,
.mini-cart-button .button.wc-forward,
.mini-cart-button .button.checkout,
.widget_shopping_cart .buttons .button,
.woocommerce-mini-cart__buttons .button {
	background-color: #ffffff !important;
	color: #000000 !important;
	border: 1px solid #000000 !important;
	opacity: 1 !important;
}
.mini-cart-button .button:hover,
.mini-cart-button .button.wc-forward:hover,
.mini-cart-button .button.checkout:hover,
.widget_shopping_cart .buttons .button:hover,
.woocommerce-mini-cart__buttons .button:hover,
.mini-cart-button .button:focus,
.mini-cart-button .button:active {
	background-color: var(--bzo-main-color, #d0e000) !important;
	color: #000000 !important;
	border-color: var(--bzo-main-color, #d0e000) !important;
	opacity: 1 !important;
}

/* Mesma garantia para o mini-carrinho off-canvas (mobile) */
.btn-popup-cart,
.btn-popup-cart.btn-popup-view {
	color: #ffffff !important;
	background: var(--bzo-main-color, #d0e000) !important;
	border-color: var(--bzo-main-color, #d0e000) !important;
	opacity: 1 !important;
}
.btn-popup-cart:hover,
.btn-popup-cart.btn-popup-view:hover {
	background: #ffffff !important;
	color: var(--bzo-main-color, #d0e000) !important;
	opacity: 1 !important;
}

/* ===== V - marca d'agua, background unico e fixo, lado esquerdo (ajuste 28/08) ===== */
body::before {
	content: '';
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 480px;
	height: 375px;
	background-image: url('https://vitalisuplementos.com.br/wp-content/uploads/2026/08/vitalis-v-symbol2-1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	opacity: 0.16;
	pointer-events: none;
	z-index: 1;
}

