:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--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: var(--wd-text-font);
	--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(3,90,185);
	--wd-alternative-color: rgb(3,90,185);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(3,90,185);
	--btn-accented-bgcolor-hover: rgb(3,90,185);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(242,242,242);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(242,242,242);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(242,242,242);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
: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: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}



.wd-page-title {
background-color: rgb(0,0,0);
}

/* Reduce spațiul dintre categoriile meniului vertical */
#menu-header.wd-nav-vertical > li {
    margin: 0 !important;
    padding: 0 !important;
}

#menu-header.wd-nav-vertical > li > a {
    min-height: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    line-height: 1.2 !important;
}

/* Compactează toate submeniurile din meniul principal */
#menu-header .wd-dropdown-menu .wd-sub-menu,
#menu-header .wd-dropdown-menu .sub-sub-menu {
    row-gap: 0 !important;
}

/* Elimină spațiile dintre categorii */
#menu-header .wd-dropdown-menu li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Micșorează înălțimea fiecărei categorii */
#menu-header .wd-dropdown-menu li > a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    line-height: 1.2 !important;
    min-height: 0 !important;
}

/* Pentru mega-menu WoodMart */
#menu-header .wd-grid-f-inline {
    row-gap: 2px !important;
}

#menu-header .wd-dropdown-menu a {
    text-transform: none !important;
}


/* Doar mega-meniul Accesorii */
.accesorii > .wd-dropdown-menu > .container > .wd-sub-menu {
    display: block !important;
    column-count: 4;
    column-gap: 30px;
}

.accesorii > .wd-dropdown-menu > .container {
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Fiecare categorie principală rămâne întreagă */
.accesorii > .wd-dropdown-menu > .container > .wd-sub-menu > .wd-col {
    display: inline-block !important;
    width: 100% !important;
    margin-bottom: 15px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

/* Header */
.whb-scroll-stick .whb-flex-row {
    width: 1320px;
    margin:auto;
}

/* Footer */
.wd-copyrights {
    width: 1320px;
    margin:auto;
}