:root {
	--wd-text-font: Tahoma,Geneva, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(61,61,61);
	--wd-text-font-size: 15px;
	--wd-title-font: Tahoma,Geneva, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: Tahoma,Geneva, 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: Tahoma,Geneva, sans-serif;
	--wd-widget-title-font: Tahoma,Geneva, 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: Tahoma,Geneva, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(2,58,143);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--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: cover;
	background-position: center 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;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--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: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =========================================================
   WOODMART - Trendyol/Hepsiburada tarzı çoklu Mega Menü
   Bu CSS'yi bir kez:
   WoodMart > Theme Settings > Custom CSS
   alanına ekleyin.
   ========================================================= */

.wd-mm {
    --mm-title: var(--wd-title-color, #242424);
    --mm-text: var(--wd-text-color, #5b5b5b);
    --mm-accent: var(--wd-primary-color, #83b735);
    --mm-border: rgba(0,0,0,.08);
    --mm-soft: rgba(0,0,0,.025);
    width: 100%;
    padding: 26px 30px 30px;
    background: #fff;
    box-sizing: border-box;
}

.wd-mm,
.wd-mm * {
    box-sizing: border-box;
}

.wd-mm__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--mm-border);
}

.wd-mm__main-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--mm-title);
}

.wd-mm__all {
    flex: 0 0 auto;
    color: var(--mm-accent);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.wd-mm__all:hover {
    color: var(--mm-title);
}

.wd-mm__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 34px;
    align-items: start;
}

.wd-mm__group {
    min-width: 0;
}

.wd-mm__group-title {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.wd-mm__group-title a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--mm-title);
    text-decoration: none;
}

.wd-mm__group-title a::after {
    content: "›";
    color: var(--mm-accent);
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    transform: translateX(-3px);
    transition: .18s ease;
}

.wd-mm__group-title a:hover {
    color: var(--mm-accent);
}

.wd-mm__group-title a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.wd-mm__list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.wd-mm__list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.wd-mm__list a {
    display: block;
    position: relative;
    padding: 4px 0 4px 12px;
    color: var(--mm-text);
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
    transition: color .16s ease, transform .16s ease;
}

.wd-mm__list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: .84em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c2c2c2;
    transition: background .16s ease;
}

.wd-mm__list a:hover {
    color: var(--mm-accent);
    transform: translateX(2px);
}

.wd-mm__list a:hover::before {
    background: var(--mm-accent);
}

/* Çok uzun bloklarda dropdown ekran dışına taşmasın */
.wd-dropdown-menu.wd-design-full-width .wd-mm,
.wd-dropdown-menu.wd-design-sized .wd-mm {
    max-height: 72vh;
    overflow-y: auto;
}

@media (max-width: 1280px) {
    .wd-mm__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .wd-mm {
        padding: 22px;
    }
    .wd-mm__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .wd-mm {
        padding: 18px 15px;
    }
    .wd-mm__head {
        align-items: flex-start;
    }
    .wd-mm__main-title {
        font-size: 18px;
    }
    .wd-mm__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}
