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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(107,107,107);
	--wd-text-font-size: 16px;
	--wd-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #D9AD53;
	--wd-alternative-color: rgb(181,201,154);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(217,173,83);
	--btn-accented-bgcolor-hover: rgb(149,102,26);
	--btn-transform: none;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(217,173,83);
	--wd-link-color-hover: rgb(149,102,26);
}
.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;
}
.header-banner {
	background-color: rgb(227,162,141);
	background-image: none;
}
: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: rgb(247,243,240);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	text-transform: capitalize;
}
html .wd-buy-now-btn {
	text-transform: inherit;
	background: rgb(232,169,177);
}
html .wd-buy-now-btn:hover {
	background: rgb(232,150,160);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.product-labels .product-label.onsale {
	background-color: rgb(126,164,222);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(171,186,129);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(227,162,141);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

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

}
:root{
--wd-container-w: 1422px;
--wd-form-brd-radius: 5px;
--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;
}

@media (min-width: 1422px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1422px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1422px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(247,243,240);
}

.masal-article {
    font-family: 'Poppins', Arial, sans-serif;
    color: #333;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

.masal-intro {
    background: #fff;
    padding: 30px;
    border-left: 4px solid #C9A961;
    margin-bottom: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 8px;
    font-size: 1.1em;
    color: #555;
}

.masal-section {
    margin-bottom: 40px;
}

.masal-section h3 {
    color: #8B6F47;
    font-size: 1.8em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #C9A961;
}

.masal-section h4 {
    color: #C9A961;
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 15px;
}

.masal-highlight {
    background: #fdf8f3;
    padding: 20px 25px;
    border-radius: 10px;
    margin: 20px 0;
    border-left: 4px solid #C9A961;
}

.masal-list {
    list-style: none;
    padding: 0;
}

.masal-list li {
    padding: 12px 0 12px 35px;
    position: relative;
    line-height: 1.6;
}

.masal-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #C9A961;
    font-weight: bold;
    font-size: 1.3em;
}

.masal-tip {
    background: #e8f4f8;
    padding: 20px;
    border-radius: 10px;
    margin: 25px 0;
    border-left: 4px solid #5dade2;
}

.masal-tip:before {
    content: "💡 İpucu: ";
    font-weight: bold;
    color: #5dade2;
}

.masal-cta {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, #8B6F47 0%, #C9A961 100%);
    border-radius: 15px;
    margin: 40px 0;
}

.masal-cta h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.masal-cta p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.masal-button {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    color: #8B6F47;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s;
}

.masal-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #8B6F47;
    text-decoration: none;
}

.masal-conclusion {
    background: #f9f4ef;
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
    text-align: center;
}

.masal-conclusion h3 {
    color: #8B6F47;
    margin-bottom: 15px;
}
.masal-intro h2 {
    color: #8B6F47;
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .masal-section h3 {
        font-size: 1.4em;
    }
    
    .masal-cta {
        padding: 30px 20px;
    }
}


