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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//amacejeans.com.br/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//amacejeans.com.br/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//amacejeans.com.br/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//amacejeans.com.br/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//amacejeans.com.br/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//amacejeans.com.br/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//amacejeans.com.br/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//amacejeans.com.br/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-style: italic;
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: uppercase;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-transform: uppercase;
	--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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(201,161,90);
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(26,42,59);
	--wd-alternative-color: rgb(255,255,255);
	--wd-link-color: rgb(201,161,90);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(201,161,90);
	--btn-accented-bgcolor-hover: rgb(183,139,82);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://amacejeans.com.br/wp-content/uploads/2021/08/promo-popup-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.wd-page-title {
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(245,245,245);
	background-image: none;
}
.page .wd-page-content {
	background-image: none;
	background-repeat: repeat;
	background-size: contain;
	background-attachment: inherit;
	background-position: center center;
}
.product-labels .product-label.out-of-stock {
	background-color: #ffffff;
	color: #dd3333;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 600px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 1px;
}
:root{
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--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-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: 5px;
}



add_action( 'wp_enqueue_scripts', function() {

    $css = '
    .wd-custom-loop-tag{
        display:inline-block;
        margin:8px 0 10px 0;
        padding:4px 12px;
        background:#111;
        color:#fff;
        font-size:12px;
        font-weight:600;
        text-transform:uppercase;
        border-radius:4px;        letter-spacing:.03em;
        line-height:1;
    }';

    if ( wp_style_is( 'woodmart-style', 'enqueued' ) ) {
        wp_add_inline_style( 'woodmart-style', $css );
    } else {
        wp_register_style( 'wd-custom-loop-tag-style', false );
        wp_enqueue_style( 'wd-custom-loop-tag-style' );
        wp_add_inline_style( 'wd-custom-loop-tag-style', $css );
    }
}, 20 );



.amacce-product-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000000d9;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    z-index: 99;
    border-radius: 4px;
    text-transform: uppercase;
    pointer-events: none;
}