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

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 700;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 900;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 900;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(242,141,186);
	--wd-alternative-color: rgb(20,20,20);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(242,141,186);
	--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: #111111;
	background-image: url(https://vintager.ro/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
: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-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: 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;
}
}


/* Doar produsele din lista catalogului / shop */
.archive.woocommerce ul.products li.product img,
.tax-product_cat ul.products li.product img,
.post-type-archive-product ul.products li.product img {
    width: 100%;
    height: 300px;             /* înălțime fixă pentru toate produsele */
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Responsive pentru mobil */
@media (max-width: 768px) {
    .archive.woocommerce ul.products li.product img,
    .tax-product_cat ul.products li.product img,
    .post-type-archive-product ul.products li.product img {
        height: 250px;
    }
}

/* WoodMart – Product Categories Sidebar FIX */
.wd-widget.widget_product_categories ul.children {
    display: none;
    margin-left: 15px;
}

.wd-widget.widget_product_categories li.cat-parent > a {
    position: relative;
    padding-right: 20px;
}

.wd-widget.widget_product_categories li.cat-parent > a::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
}

.wd-widget.widget_product_categories li.open > a::after {
    content: "–";
}

/* Țintim direct săgețile din widget */
.wd-cats-toggle {
    background: none !important;   /* eliminăm fundalul */
    border: none !important;       /* eliminăm orice border implicit */
    width: 20px;                   /* dimensiune săgeată */
    height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* Creăm săgeata cu ::after */
.wd-cats-toggle::after {
    content: "▼";                  /* săgeata */
    font-size: 16px;               /* mărime mai mare */
    color: rgb(242,141,186);       /* culoare roz */
    font-weight: bold;             /* mai groasă */
    position: absolute;
    top: 0;
    left: 0;
}

.cat-parent::after,
.cat-parent > a::after,
.cat-parent > span::after,
.cat-parent a::after,
.widget_product_categories li::after,
.widget_product_categories li a::after {
    content: none !important;
    display: none !important;
}

.cat-parent::after,
.cat-parent > a::after,
.cat-parent a::after {
    pointer-events: none !important;
}


.children.list-shown {
    font-weight: 600;
}


.wd-cats-toggle {
    width: 40px;          /* mărește zona */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hidden-fields-container {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

.vintager-badge {
    position: absolute;
    bottom: 10px;  /* mutat jos */
    left: 10px;    /* poți ajusta dacă vrei la centru sau dreapta */
    background: rgb(242,141,186);
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    z-index: 10;
}

/* Badge automat pentru toate produsele - poziționat peste imagine */
.product-grid-item .product-element-top::after {
    content: "UNICA BUCATĂ";
    position: absolute;
    bottom: 10px;          /* jos */
    left: 50%;             /* centrat orizontal */
    transform: translateX(-50%);
    background: rgb(242,141,186);
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    z-index: 10;
    pointer-events: none;  /* nu interferează cu click-ul */
}

/* Asigură-te că imaginea are position: relative */
.product-grid-item .product-element-top {
    position: relative;
    overflow: hidden;
}
