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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope", 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: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(39,50,96);
	--wd-alternative-color: rgb(209,44,44);
	--wd-link-color: rgb(209,44,44);
	--wd-link-color-hover: rgb(209,44,44);
	--btn-default-bgcolor: rgb(39,50,96);
	--btn-default-bgcolor-hover: rgb(39,50,96);
	--btn-accented-bgcolor: rgb(39,50,96);
	--btn-accented-bgcolor-hover: rgb(39,50,96);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--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: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(221,51,51);
	background-image: none;
}
.page-title-default {
	background-color: rgb(30,115,190);
	background-image: url(https://vertientemye.com/wp-content/uploads/2024/08/Titulo-VERTIENTE.png);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(39,50,96);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--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;
}

@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-product-cats {
    font-size: 0 !important;
}

.main-page-wrapper a[rel="tag"] {
    font-family: var(--e-global-typography-primary-font-family, inherit) !important;
    font-size: 0.65rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    line-height: 1 !important;
    color: var(--e-global-color-1cfb139) !important;
    background: transparent !important;
    border: 1px solid var(--e-global-color-1cfb139) !important;
    border-radius: 50px !important;
    padding: 3px 8px !important;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    opacity: 0.8;
    transition: all 0.3s ease !important;
}

.main-page-wrapper a[rel="tag"]:hover {
    background: var(--e-global-color-1cfb139) !important;
    color: #fff !important;
    opacity: 1;
}

.woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}

.woocommerce-variation-add-to-cart .quantity {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    border: 1px solid var(--e-global-color-1cfb139) !important;
    border-radius: 6px !important;
    overflow: hidden;
    height: 50px !important;
    background: #fff;
    margin: 0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.product-element-bottom .quantity {
    display: inline-flex !important;
    border: 1px solid var(--e-global-color-1cfb139) !important;
    border-radius: 6px !important;
    overflow: hidden;
    height: 40px !important;
    margin-right: 10px !important;
    vertical-align: middle;
}

.quantity input[type="button"],
.quantity input[type="number"] {
    background: transparent !important;
    border: none !important;
    color: var(--e-global-color-1cfb139) !important;
    font-family: var(--e-global-typography-primary-font-family, inherit) !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    margin: 0 !important;
    outline: none !important;
}

.quantity input[type="button"] {
    width: 40px !important;
    font-size: 1.4rem !important;
    font-weight: 300 !important;
    cursor: pointer;
}

.quantity input[type="button"]:hover {
    background: rgba(0,0,0,0.03) !important;
}

.quantity input[type="number"] {
    width: 50px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    text-align: center;
    -moz-appearance: textfield;
}

.single_add_to_cart_button {
    background-color: var(--e-global-color-1cfb139) !important;
    color: #fff !important;
    font-family: var(--e-global-typography-primary-font-family, inherit) !important;
    border: 1px solid var(--e-global-color-1cfb139) !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 0.9rem !important;
    letter-spacing: 0.5px;
    padding: 0 20px !important;
    height: 50px !important;
    line-height: 48px !important;
    transition: all 0.3s ease !important;
    flex: 1 1 200px !important;
    min-width: 200px !important;
    margin: 0 !important;
    cursor: pointer;
}

.single_add_to_cart_button:hover {
    background-color: transparent !important;
    color: var(--e-global-color-1cfb139) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.edw_date {
    flex-basis: 100% !important;
    width: 100% !important;
    margin-top: 10px !important;
    font-size: 0.85rem !important;
    color: #64748b !important;
    font-family: var(--e-global-typography-secondary-font-family, sans-serif) !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px !important;
    border-top: 1px dashed #e2e8f0 !important;
}

.edw_date::before {
    content: '🚚';
    font-size: 1.1rem;
    filter: grayscale(100%);
    opacity: 0.7;
}

.woocommerce-loop-product__title, 
.product_title {
    font-family: var(--e-global-typography-primary-font-family, inherit) !important;
    color: var(--e-global-color-1cfb139) !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    letter-spacing: -0.5px;
}
