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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,56,168);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(7,51,196);
	--wd-link-color-hover: rgb(11,107,191);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(26,96,154);
	--btn-accented-bgcolor-hover: rgb(26,96,154);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(26,96,154);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(0,56,168);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(0,56,168);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.wd-builder-off .wd-fbt.wd-design-side {
	--wd-form-width: 285px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-bottom-active: -1px;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-info-box :is(.info-box-subtitle,.info-box-title,.info-box-inner):not(:first-child) {margin:0!important}
.main-page-wrapper {padding-top:0!important}
.col-register-text {display:none!important}

.share-title {
    font-size: 0 !important;
}
.share-title:before {
    content: "Compartilhar: " !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
}


/* 1. ELIMINA ESPAÇOS ENTRE MARCA E COMPARTILHAR */
.product_meta {
    margin-bottom: 0px !important; /* Remove margem inferior da Marca */
    padding-bottom: 0px !important;
}

.wd-social-icons {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 2px !important; /* Valor mínimo para quase encostar */
}

/* 2. MANTÉM SKU, CATEGORIA E MARCA VISÍVEIS */
.shop_attributes, 
.product_meta .tagged_as {
    display: none !important; /* Oculta Peso e Referências */
}

.product_meta .sku_wrapper,
.product_meta .posted_in {
    display: block !important;
    margin-bottom: 2px !important; /* Aproxima SKU de Categoria e Marca */
    font-weight: 800 !important; /* Títulos em negrito */
    color: #212121 !important;
}

/* 3. MANTÉM NOMES (RKTDIESEL, MERCEDES) EM ESCRITA NORMAL */
.product_meta .sku,
.product_meta .posted_in a {
    font-weight: 400 !important;
    color: #777 !important;
}

/* 4. AJUSTE DO TEXTO COMPARTILHAR */
.wd-social-icons .share-title {
    font-weight: 800 !important;
    color: #212121 !important;
    margin-bottom: 0 !important;
}

