:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--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: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(164,119,100);
	--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: 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: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(14,14,14);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--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: 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: 8px;
}

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


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

/* Masaüstü ve Genel Kart Tasarımı */
.woosb-products .woosb-product {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Elemanları iki uca dengeli yayar */
    flex-wrap: wrap; /* Sıkışma durumunda elemanların alt satıra geçmesine izin verir */
    gap: 15px; /* Elemanlar arasına güvenli modern boşluk bırakır */
    padding: 14px 16px;
    margin-bottom: 12px;
    border: 1px solid #eaeaea;
    border-radius: 12px; /* Köşeleri bir tık daha tatlı yuvarlattık */
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); /* Çok hafif, tatlı bir derinlik efekti */
    transition: all 0.3s ease;
}

/* Fareyle üzerine gelindiğinde (Hover) */
.woosb-products .woosb-product:hover {
    border-color: #d1d1d1;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

/* Mobil Ekranlar İçin Düzenleme (Ekran genişliği 480px ve altı için) */
@media screen and (max-width: 480px) {
    .woosb-products .woosb-product {
        padding: 12px;
        gap: 10px;
    }
    
    /* Eğer ürün ismi hala çok uzun gelip butonları itiyorsa, 
       görsel ve ismi sola sabitleyip butonları sağa daha temiz yanaştırır */
    .woosb-products .woosb-product .woosb-title {
        flex: 1;
        min-width: 100px; /* İsme minimum alan tanıyarak taşmayı önler */
        font-size: 14px; /* Mobilde yazıyı hafif tatlı bir boyuta çeker */
    }
}

/* Ürün detay sayfasındaki sadece Sepete Ekle butonunu gizler (Miktar alanı kalır) */
.single-product .single_add_to_cart_button {
    display: none !important;
}

/* Ürün listeleme (Kategori/Anasayfa gridleri) alanındaki sepete ekle butonlarını gizler */
.wd-add-btn,
.product-grid-item .wd-add-btn,
.woodmart-add-btn
{
    display: none !important;
}

/* WC quantity kaldırma */
form.cart {
    display: none !important;
}

/* Düğün Paketleri - İnce Uzun ve Parlama Efektli Buton */
.wd-nav-main > li.dugun-paketi-butonu > a {
    /* Altın ve Rose Gold tonlarında şık bir renk geçişi */
    background: linear-gradient(135deg, #f1a80a 0%, #f3705a 50%, #e65c00 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 0px 22px !important; /* İnce ve uzun olması için sağ-sol boşluğu genişlettik */
    height: 26px !important; /* Dikeyde ince kalması için sabit yükseklik */
    border-radius: 10px !important; /* Tam oval ince uzun kapsül görünümü */
    margin-top: auto;
    margin-bottom: auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative !important;
    overflow: hidden !important; /* Parlayan ışığın dışarı taşmasını engeller */
    box-shadow: 0 3px 10px rgba(230, 92, 0, 0.25) !important;
    transition: all 0.3s ease !important;
}

/* Butonun İçinden Geçen Parlak Silüet (Işık Efekti) */
.wd-nav-main > li.dugun-paketi-butonu > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 60px; /* Parlayan şeridin genişliği */
    height: 100%;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.6) 50%, 
        rgba(255, 255, 255, 0) 100%
    ) !important;
    transform: skewX(-25deg); /* Işığı görseldeki gibi estetik bir açıyla büker */
    animation: dugun_parlama 3.5s infinite ease-in-out; /* 3.5 saniyede bir otomatik akar */
}

/* Sonsuz Döngü Parlama Animasyonu */
@keyframes dugun_parlama {
    0% { left: -150%; }
    30% { left: 150%; } /* Işık hızla geçer */
    100% { left: 150%; } /* Bir süre bekler ve başa döner */
}

/* Fareyle Üzerine Gelindiğinde (Hover) */
.wd-nav-main > li.dugun-paketi-butonu > a:hover {
    transform: scale(1.03) !important; /* Hafifçe öne doğru büyür */
    box-shadow: 0 5px 15px rgba(230, 92, 0, 0.4) !important;
}

/* Woodmart Alt Çizgi Kapatma */
.wd-nav-main > li.dugun-paketi-butonu > a:after {
    display: none !important;
}

/* --- MOBİL MENÜ İÇİN DÜĞÜN PAKETLERİ BUTONU (ORTALANMIŞ) --- */
.wd-nav-mobile > li.dugun-paketi-butonu > a {
    /* Altın ve Rose Gold tonlarında renk geçişi */
    background: linear-gradient(135deg, #f1a80a 0%, #f3705a 50%, #e65c00 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    
    /* Mobilde dikey listeye tam oturması için ayarlamalar */
    padding: 8px 20px !important; 
    margin: 8px 15px !important; /* Sağdan soldan biraz boşluk bırakarak tam bir kapsül gibi gösterir */
    border-radius: 10px !important; 
    
    display: flex !important;
    align-items: center;
    justify-content: center; /* Metin ve ikonu tam merkeze ortalar */
    position: relative !important;
    overflow: hidden !important; 
    box-shadow: 0 3px 10px rgba(230, 92, 0, 0.25) !important;
}


/* Mobilde İçinden Geçen Parlak Silüet (Işık Efekti) */
.wd-nav-mobile > li.dugun-paketi-butonu > a::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -150% !important;
    width: 60px !important;
    height: 100% !important;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.6) 50%, 
        rgba(255, 255, 255, 0) 100%
    ) !important;
    transform: skewX(-25deg) !important;
    animation: dugun_parlama_mobil 3.5s infinite ease-in-out !important;
}

/* Mobil Parlama Animasyonu */
@keyframes dugun_parlama_mobil {
    0% { left: -150%; }
    30% { left: 150%; }
    100% { left: 150%; }
}

/* Mobil Menü Sağdaki Varsayılan Açılır Ok Simgesini Gizler */
.wd-nav-mobile > li.dugun-paketi-butonu > .wd-opener {
    display: none !important;
}

