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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, 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: "Satisfy", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, 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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--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;
}
.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: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://tododesign.com.tr/wp-content/uploads/2026/01/ChatGPT-Image-22-Oca-2026-17_48_54.png);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(236,233,230);
	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;
}
}


/* =========================================
   TO'DO DESIGN - PRODUCT PAGE (HARD FIX)
   ========================================= */

/* 1. O İNATÇI IZGARA İKONUNU VE DİĞERLERİNİ YOK ET */
.single-product .wd-back-btn,           /* O tepedeki ızgara ikonu */
.single-product .wd-breadcrumbs,        /* Breadcrumb */
.single-product .woocommerce-breadcrumb,
.single-product .wd-nav-product-cat,    /* Oklar */
.single-product .product_meta,          
.single-product .wd-product-brands,     
.single-product .product-share,         
.single-product .wd-action-btn,         
.single-product .woocommerce-product-rating,
.single-product .related-products,      
.single-product .upsells
{
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
}

/* 2. ANA SAYFA YAPISI */
.single-product .main-page-wrapper {
    background-color: #fff !important;
    padding-top: 20px !important;
    max-width: 100% !important;
}

.single-product .container {
    width: 95% !important; /* Ekranın %95'ini kullan */
    max-width: 1600px !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

/* 3. DÜZENİ ZORLA (FLEXBOX) */
/* Temanın kendi grid sistemini devre dışı bırakıyoruz */
.single-product .product-image-summary {
    display: flex !important;
    flex-wrap: nowrap !important; /* Asla alt alta inmesin */
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 60px !important;
    margin-top: 40px !important;
    width: 100% !important;
}

/* SOL: RESİM ALANI */
.single-product .product-images {
    width: 60% !important; /* Net genişlik */
    flex: 0 0 60% !important;
    max-width: 60% !important;
}

.single-product .woocommerce-product-gallery__image img {
    border-radius: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
}

/* SAĞ: YAZI ALANI (SIKIŞMAYI ENGELLEME) */
.single-product .summary.entry-summary {
    width: 40% !important; /* Net genişlik */
    flex: 0 0 40% !important;
    max-width: 40% !important;
    min-width: 400px !important; /* ASLA 400px'den dar olmasın (Sıkışmayı önler) */
    padding: 0 !important;
    margin: 0 !important;
    position: sticky !important;
    top: 100px !important;
}

/* 4. TİPOGRAFİ (BAŞLIK DÜZELTME) */
.single-product h1.product_title {
    font-family: 'Playfair Display', serif !important;
    font-size: 56px !important;
    font-weight: 400 !important;
    color: #111 !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    
    /* Kelime kırmayı engelle */
    word-break: keep-all !important; 
    white-space: normal !important;
    width: 100% !important;
}

/* Fiyatı Gizle */
.single-product p.price { display: none !important; }

/* Açıklama Metni */
.todo-desc-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #555 !important;
    margin-bottom: 40px !important;
    max-width: 100% !important;
}

/* 5. BUTON (KARE DEĞİL, YATAY) */
.todo-btn-wrapper {
    width: 100%;
}

.todo-gallery-btn {
    display: inline-block !important;
    /* Genişlik ayarı: İçerik kadar + padding */
    width: auto !important; 
    min-width: 250px !important; /* En az bu kadar geniş olsun */
    
    background-color: #111 !important;
    color: #fff !important;
    padding: 18px 40px !important;
    
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-decoration: none !important;
    text-align: center !important;
    border: 1px solid #111 !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important; /* Yazı alt satıra inmesin */
}

.todo-gallery-btn:hover {
    background-color: #fff !important;
    color: #111 !important;
}

/* MOBİL AYARLARI */
@media (max-width: 1024px) {
    .single-product .product-image-summary {
        flex-direction: column !important;
        gap: 30px !important;
    }
    .single-product .product-images,
    .single-product .summary.entry-summary {
        width: 100% !important;
        flex: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        position: static !important;
    }
    .single-product h1.product_title { font-size: 36px !important; }
    .todo-gallery-btn { width: 100% !important; }
}

/* =========================================
   TO'DO DESIGN - ALTAKİ SEKMELERİ SİL (YORUMLAR VS.)
   ========================================= */

/* Ürün altındaki Yorumlar, Teslimat, Açıklama sekmelerini komple yok et */
.single-product .woocommerce-tabs,       /* Ana sekme kutusu */
.single-product .wd-tabs-wrapper,        /* Woodmart sekme sarmalayıcısı */
.single-product #reviews,                /* Yorum alanı */
.single-product #comments,               /* Yorumlar listesi */
.single-product .product-tabs-wrapper,   /* Alternatif sarmalayıcı */
.single-product .wd-accordion-title,     /* Mobildeki akordiyon başlıkları */
.single-product .wd-tab-wrapper          /* Her bir sekme */
{
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    pointer-events: none !important;
}

/* =========================================
   TO'DO DESIGN - TEKNİK ÖZELLİKLER (DETAILS)
   ========================================= */

.todo-tech-specs {
    margin-top: 40px; /* Butonla arasına mesafe */
    padding-top: 20px;
    border-top: 1px solid #eee; /* Üstüne ince çizgi */
    width: 100%;
    max-width: 400px; /* Çok yayılmasın */
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f9f9f9; /* Satır arası çok silik çizgi */
}

.spec-row:last-child {
    border-bottom: none; /* Son çizgiyi kaldır */
}

.spec-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
}

.spec-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-align: right;
}

/* IZGARA İKONU VE SEKME BAŞLIKLARINI KALDIR */
.single-product .wd-back-btn { display: none !important; } /* O ikon */
.single-product .tabs { display: none !important; } /* Sekme butonları (Açıklama, Yorum vs yazıları) */
.single-product .woocommerce-tabs { 
    display: block !important; /* Kutuyu geri açıyoruz ama başlıkları sildik */
    border: none !important; 
    margin-top: 80px !important;
}
.single-product #reviews { display: none !important; } /* Yorumları gizli tut */