/*
======================================
Theme Name:   Woodmart Child
Description:  Woodmart Child Theme
Author:       XTemos
Author URI:   http://xtemos.com
Template:     woodmart
Version:      1.0.0
Text Domain:  woodmart
======================================
*/

/*
======================================
1. SAYFA BAŞLIKLARI (PAGE TITLES)
======================================
*/

/* Sayfa başlığı üzerine siyah overlay ekle */
.wd-page-title {
    position: relative;
}

.wd-page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.wd-page-title > * {
    position: relative;
    z-index: 2;
}

/* ======= SAYFA BAŞLIKLARI SONU ======= */

/*
======================================
2. 404 HATA SAYFASI TASARIMI
======================================
*/

/* 404 sayfası ana container buton stilleri */
.wd-404-home-button {
    text-align: center;
    margin-top: 30px;
}

.wd-404-home-button .wd-btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.wd-404-home-button .wd-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* 404 sayfası buton grupları */
.wd-404-buttons {
    text-align: center;
    margin-top: 30px;
}

.wd-404-buttons .wd-btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 10px;
    border: 2px solid #2C612A;
    transition: all 0.3s ease;
}

/* Ana sayfa butonu tasarımı */
.wd-btn-home {
    background-color: white;
    color: #2C612A;
}

.wd-btn-home:hover {
    background-color: #2C612A;
    color: white;
}

/* Mağaza butonu tasarımı */
.wd-btn-shop {
    background-color: #2C612A;
    color: white;
}

.wd-btn-shop:hover {
    background-color: #46773E;
    color: white;
}

/* 404 sayfası responsive tasarım */
@media (max-width: 768px) {
    .wd-404-buttons .wd-btn {
        display: block;
        margin: 10px auto;
        width: 200px;
    }
}

/* ======= 404 HATA SAYFASI SONU ======= */

/*
======================================
3. ÜRÜN SAYFASI DÜZENLEMELERI
======================================
*/

/* Ürün SKU (stok kodu) bilgisini gizle */
body .product_meta > span.sku_wrapper {
    display: none;
}

/* ======= ÜRÜN SAYFASI SONU ======= */



.wd-post-meta{
    display: none !important;
}