:root {
	--wd-text-font: "Josefin Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Josefin Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Josefin Sans", 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: "Josefin Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Josefin Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(24,58,107);
	--wd-alternative-color: rgb(229,229,224);
	--btn-default-bgcolor: 111111;
	--btn-default-bgcolor-hover: 333333;
	--btn-accented-transform: inherit;
	--btn-accented-bgcolor: rgb(17,17,17);
	--btn-accented-bgcolor-hover: rgb(51,51,51);
	--btn-accented-color: rgb(255,255,255);
	--btn-accented-color-hover: rgb(255,255,255);
	--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: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 190px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,249,249);
	background-image: none;
}
 {
	color: ffffff;
	background: 111111;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


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

/* Mağaza ve ana sayfadaki ürün kartlarında beden/varyasyon alanını gizler */
.wd-swatches-grid, 
.wd-product-swatches {
    display: none !important;
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative !important;
    overflow: hidden !important;
    min-height: 100vh !important;
    margin-top: calc(var(--wd-header-h) * -1) !important;
}

@media (max-width: 1024px) {
    .hero-section {
        margin-top: -60px !important;
        min-height: 100vh !important;
    }
}

.hero-section .hero-video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    pointer-events: none;
}

.hero-section .hero-video .elementor-widget-container,
.hero-section .hero-video .elementor-video-container,
.hero-section .hero-video iframe,
.hero-section .hero-video video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.hero-section > .e-con-inner > *:not(.hero-video) {
    position: relative !important;
    z-index: 10 !important;
}

@media (min-width: 1025px) {
    .hero-section .hero-video {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hero-section {
        background-image: none !important;
    }
}

.hero-content {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 40px 20px !important;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.contact-map iframe {
    width: 100% !important;
    height: 450px !important;
    border: none !important;
}

@media (max-width: 768px) {
    .contact-map iframe {
        height: 300px !important;
    }
}

input[name="tel-767"] {
    ime-mode: disabled;
}

.cok-yakinda-wrap {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: #0a0a0a !important;
    width: 100% !important;
}

.elementor-canvas .elementor {
    min-height: 100vh !important;
}

body.elementor-page {
    background: #0a0a0a !important;
    border: none !important;
    outline: none !important;
}

.yakinda-btn a {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    color: rgba(255,255,255,0.6) !important;
    letter-spacing: 2px;
    padding: 12px 30px !important;
    transition: all 0.3s ease;
}

.yakinda-btn a:hover {
    background: rgba(255,255,255,0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

/* ===== SADECE ANA SAYFADA ŞEFFAF HEADER ===== */
.home .whb-header:not(.whb-sticked) .whb-general-header {
    background: rgba(0,0,0,0) !important;
    border: none !important;
    position: absolute !important;
    width: 100%;
    top: 0;
    z-index: 100;
}

.home .whb-header:not(.whb-sticked) .woodmart-nav-link,
.home .whb-header:not(.whb-sticked) .nav-link-text {
    color: #ffffff !important;
}

.home .whb-header:not(.whb-sticked) .wd-tools-element {
    --wd-header-el-color: #ffffff;
    --wd-header-el-color-hover: rgba(255,255,255,0.7);
}

.whb-sticked .whb-general-header {
    background: rgba(255,255,255,1) !important;
    box-shadow: 0 1px 8px rgba(0,0,0,0.1);
}

.whb-sticked .woodmart-nav-link,
.whb-sticked .nav-link-text {
    color: #242424 !important;
}

.whb-sticked .wd-tools-element {
    --wd-header-el-color: #333333;
    --wd-header-el-color-hover: rgba(51,51,51,0.7);
}

.whb-general-header {
    transition: background-color 0.3s ease;
}

.wd-logo img {
    filter: brightness(0) saturate(100%) invert(0.15) !important;
}

.home .whb-header:not(.whb-sticked) .wd-logo img {
    filter: brightness(0) invert(1) !important;
}

.home .whb-sticky-prepared {
    padding-top: 0 !important;
}

.woocommerce-NoticeGroup-checkout ul.woocommerce-error li {
    display: none;
}
.woocommerce-NoticeGroup-checkout ul.woocommerce-error li:first-child {
    display: block !important;
}
.woocommerce-NoticeGroup-checkout ul.woocommerce-error li:first-child::before {
    content: "Lütfen işaretli alanları doldurunuz.";
}
.woocommerce-NoticeGroup-checkout ul.woocommerce-error li:first-child {
    font-size: 0;
}
.woocommerce-NoticeGroup-checkout ul.woocommerce-error li:first-child::before {
    font-size: 14px;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
    background: #eef3f8 !important;
    color: #183A6B !important;
    border-left: 3px solid #183A6B;
    padding: 15px 20px;
    list-style: none;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error li {
    color: #183A6B !important;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error li::before {
    color: #183A6B !important;
}

/* Her inputun altındaki tekrarlayan "X gerekli bir alandır" mesajlarını gizle */
.checkout-inline-error-message {
    display: none !important;
}

/* Yazlık kategoriyi filtre bandından gizle */
.wd-nav-product-cat a[href*="yazlik"] {
    display: none !important;
}@media (max-width: 576px) {
	/* Ana Sayfa Ürün Izgarası ve Carousel Alanlarındaki Yan Boşlukları Azaltma */
.home .vc_row[data-vc-full-width="true"], 
.home .elementor-section-expanded,
.home .main-page-wrapper .container {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.home .products-element-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}

