@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//butiskate.com.br/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: rgb(102,102,102);
	--btn-default-bgcolor-hover: rgb(178,178,178);
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(0,44,51);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(0,0,0);
	--wd-link-color-hover: rgb(117,117,117);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://butiskate.com.br/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center top;
}
.wd-footer {
	background-color: rgb(232,232,232);
	background-image: none;
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title {
	font-size: 16px;
	color: rgb(79,79,79);
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title a:hover {
	color: rgb(53,53,53);
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 15%;
}
:root{
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}



.wd-page-title {
background-color: #0a0a0a;
}

#ship-to-different-address-checkbox{
	display: none
}
#billing_country_field{
	display: none 
}

input#coupon_code::placeholder{
	color: #f7f7f7;
}

.coupon-col-1{
	padding: 0;
}

.woocommerce-button.button.cancel {
    display: none;
}

ins .woocommerce-Price-amount {
    color: red;
}
	
p.stock.wd-style-default{
	display:none
}
/* Mostra apenas nas páginas de produto individual */
body.single-product p.stock.wd-style-default {
    display: block !important;
}
/* Deixa a imagem do produto fora de estoque com opacidade */
.product.outofstock .product-element-top {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

/* Opcional: Aumenta um pouco a opacidade ao passar o mouse, para indicar que ainda é clicável */
.product.outofstock .product-element-top:hover {
    opacity: 0.7;
}

.wd-product.wd-hover-icons .wrapp-buttons{
	display:none;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* ========================================
   OCULTAR PREÇOS DE PRODUTOS FORA DE ESTOQUE
   ======================================== */

/* 1. LISTA DE PRODUTOS (Homepage, Loja, Categorias) */
.product.outofstock .price,
.product-grid-item.outofstock .price,
.wd-product.outofstock .price,
.type-product.outofstock .price {
    display: none !important;
}

/* 2. PLUGIN WOO CUSTOM INSTALLMENTS - Lista de Produtos */
.product.outofstock .woo-custom-installments-group,
.product-grid-item.outofstock .woo-custom-installments-group,
.wd-product.outofstock .woo-custom-installments-group,
.type-product.outofstock .woo-custom-installments-group {
    display: none !important;
}

/* 3. PÁGINA DE PRODUTO INDIVIDUAL */
.single-product .product.outofstock .summary .price,
.single-product .outofstock .summary .price,
body.single-product.outofstock .summary .price {
    display: none !important;
}

/* 4. PLUGIN WOO CUSTOM INSTALLMENTS - Página Individual */
.single-product .product.outofstock .woo-custom-installments-group,
.single-product .outofstock .woo-custom-installments-group,
body.single-product.outofstock .woo-custom-installments-group,
.single-product .product.outofstock .woo-custom-installments-card-container,
.single-product .outofstock .woo-custom-installments-card-container,
.single-product .product.outofstock .woo-custom-installments-offer,
.single-product .outofstock .woo-custom-installments-offer {
    display: none !important;
}

/* 5. ELEMENTOS ESPECÍFICOS DO PLUGIN */
.outofstock .woo-custom-installments-details,
.outofstock .woo-custom-installments-price,
.outofstock .woo-custom-installments-price-container,
.outofstock [class*="woo-custom-installments"] {
    display: none !important;
}

/* 6. NAVEGAÇÃO DE PRODUTOS (Anterior/Próximo) */
.wd-products-nav .wd-product-nav-desc .price {
    /* Mantém visível na navegação para contexto */
}

/* 7. PRODUTOS RELACIONADOS */
.related.products .product.outofstock .price,
.related.products .product.outofstock .woo-custom-installments-group {
    display: none !important;
}

/* 8. WIDGETS E SIDEBARS */
.widget .product.outofstock .price,
.widget .product.outofstock .woo-custom-installments-group {
    display: none !important;
}