/*
Theme Name: Blocksy Fashion Child
Theme URI: https://creativethemes.com/blocksy/
Description: A premium fashion child theme for Zahra Elwin Boutique.
Author: Antigravity
Author URI: https://deepmind.google
Template: blocksy
Version: 1.0.0
*/

/* 
========================================================================
   ZAHRA ELWIN BOUTIQUE - GLOBAL PREMIUM STYLESHEET (WHITE, GREY & BLACK)
   Dükkan, Ürün Detay, Sepet, Ödeme ve Tüm WooCommerce Sayfaları
   Vibe: High-Contrast Minimalist Luxury (Saint Laurent / Zara Style)
========================================================================
*/

/* 0. BLOCKSY GLOBAL PALETTE OVERRIDE (BEJ TONLARINI TAMAMEN SİLMEK İÇİN) */
:root, html, body {
    --theme-palette-color-1: #000000 !important; /* Birincil Vurgu (Siyah) */
    --theme-palette-color-2: #333333 !important; /* Vurgu Hover */
    --theme-palette-color-3: #000000 !important; /* Ana Metin / Başlıklar */
    --theme-palette-color-4: #555555 !important; /* İkincil Metin */
    --theme-palette-color-5: #e5e5e5 !important; /* Çizgiler / Sınırlar */
    --theme-palette-color-6: #f5f5f5 !important; /* Açık Gri Bölüm Zeminleri */
    --theme-palette-color-7: #ffffff !important; /* Ana Sayfa Arka Plan (Beyaz) */
    --theme-palette-color-8: #ffffff !important; /* Alternatif Zemin */
    
    /* Blocksy gövde zemin rengi değişkeni */
    --theme-body-background-color: #ffffff !important;
    --theme-background-color: #ffffff !important;
}

/* 1. KAPSAYICI ARKA PLANLARINI ZORLA BEYAZ YAPMA (FORCE WHITE ON PAGE WRAPPERS ONLY) */
body, 
#main, 
#page,
.site,
.page,
.entry-content,
#page-container,
.page-hero {
    background-color: #ffffff !important;
}

/* 2. HEADER VE FOOTER'IN KENDİ RENK AYARLARINI KORUMA (PRESERVE CUSTOMIZER HEADER/FOOTER COLORS) */
header, 
footer,
.site-header,
.site-footer,
[data-header],
[data-footer],
.site-header .ct-container,
.site-header .ct-container-fluid,
.site-footer .ct-container,
.site-footer .ct-container-fluid {
    background-color: transparent !important;
    background: transparent !important;
}

/* ---------------------------------------------------------
   1. GLOBAL & ORTAK ELEMENTLER
--------------------------------------------------------- */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
}

/* Seçim Rengi */
::selection {
    background-color: #000000;
    color: #ffffff;
}

/* Tipografi & Başlıklar */
h1, h2, h3, h4, h5, h6, 
.entry-title, 
.woocommerce-products-header__title,
.woocommerce-loop-product__title, 
.woocommerce-loop-product__title a,
.product_title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.02em !important;
    color: #000000 !important; /* Zorla siyah */
}

/* Global Butonlar (Tüm formlar ve satın alma adımları için) */
.button, 
button.button, 
input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 0px !important; /* Keskin lüks köşeler */
    border: 1px solid #000000 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 16px 36px !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.button:hover, 
button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover {
    background-color: transparent !important;
    color: #000000 !important;
}

/* İkincil Butonlar (Outline Stil) */
.button.alt, 
button.button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce #respond input#submit.alt {
    background-color: transparent !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

.button.alt:hover, 
button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Form Girdileri (Inputlar) */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
.qty,
textarea,
select,
.woocommerce-Input {
    border-radius: 0px !important;
    border: 1px solid #e5e5e5 !important; /* Temiz açık gri sınır */
    background-color: #ffffff !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    color: #000000 !important;
    transition: border-color 0.3s ease !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    border-color: #000000 !important; /* Odaklanıldığında net siyah */
    outline: none !important;
}

/* İndirim Rozeti (Siyah / Beyaz) */
span.onsale {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 9px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    border-radius: 0px !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1 !important;
}


/* ---------------------------------------------------------
   2. DÜKKAN (SHOP / ARCHIVE) SAYFASI TASARIMI
--------------------------------------------------------- */
/* Ürün Gridi Araları */
.products.ct-products, 
ul.products {
    gap: 45px 24px !important;
}

/* Ürün Kartı Genel Yapısı */
ul.products li.product,
.ct-products .product {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Ürün Görseli Çerçevesi (3:4 dikey kırpma korunuyor) */
ul.products li.product .woo-entry-image,
.ct-products .product .woo-entry-image {
    aspect-ratio: 3 / 4 !important;
    overflow: hidden !important;
    border-radius: 0px !important;
    position: relative;
    background-color: #f5f5f5;
}

/* Görsel Zoom Efekti */
ul.products li.product img,
.ct-products .product img {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

ul.products li.product:hover img,
.ct-products .product:hover img {
    transform: scale(1.04) !important;
}

/* Sepete Ekle Butonu - Fiyatın altında her zaman sabit, görünür ve kart genişliğinde */
ul.products li.product .button.add_to_cart_button,
ul.products li.product .added_to_cart,
ul.products li.product .woo-button-wrapper,
ul.products li.product [class*="button-wrapper"],
ul.products li.product [class*="card-actions"] {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    display: block !important;
    width: 100% !important; /* Kart genişliğinde yapma */
    margin-top: 15px !important; /* Fiyatın altında şık boşluk */
    margin-bottom: 5px !important;
    z-index: 5;
    order: 99 !important; /* En altta kalmasını garantilemek için */
}

/* Butonun kendisini ve içindeki tüm etiketleri 100% genişlik yapıyoruz */
ul.products li.product .button.add_to_cart_button,
ul.products li.product .woo-button-wrapper *,
ul.products li.product [class*="button-wrapper"] *,
ul.products li.product [class*="card-actions"] * {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    background: #000000 !important; /* Lüks siyah buton */
    color: #ffffff !important; /* Beyaz metin */
    border: 1px solid #000000 !important;
    opacity: 1 !important;
    transform: none !important;
    text-align: center !important;
    padding: 12px 10px !important;
    font-size: 10px !important;
    letter-spacing: 0.15em !important;
    transition: all 0.3s ease !important;
    border-radius: 0px !important;
    box-sizing: border-box !important;
}

ul.products li.product .button.add_to_cart_button:hover,
ul.products li.product .woo-button-wrapper *:hover {
    background: #ffffff !important; /* Hover'da beyaz */
    color: #000000 !important; /* Hover'da siyah */
    border-color: #000000 !important;
}

/* Kategori, Başlık ve Fiyat sıralaması (Kendi doğal akışlarında kalabilirler) */
ul.products li.product .product-category,
ul.products li.product .prod-cat-label {
    margin-bottom: 6px !important;
}

ul.products li.product .woocommerce-loop-product__title {
    margin-top: 15px !important; /* Görselden sonra temiz boşluk */
    margin-bottom: 6px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: capitalize;
}

.woocommerce-loop-product__link {
    text-decoration: none !important;
    color: #000000 !important;
}

/* Fiyat Alanı (Alt elementler dahil zorla koyu yapıyoruz) */
ul.products li.product .price,
ul.products li.product .price *,
.ct-products .price,
.ct-products .price * {
    order: 4 !important;
    font-size: 13px !important;
    color: #111111 !important; /* Koyu füme / siyah fiyat */
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
}

ul.products li.product .price ins,
ul.products li.product .price ins *,
.ct-products .price ins,
.ct-products .price ins * {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}


/* ---------------------------------------------------------
   3. TEK ÜRÜN DETAY SAYFASI (SINGLE PRODUCT)
--------------------------------------------------------- */
.product_title {
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
}

/* Ürün Detay Fiyatı */
.summary .price {
    font-size: 22px !important;
    color: #000000 !important;
    font-weight: 500 !important;
    margin-bottom: 25px !important;
}

.summary .price ins {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

/* Adet Seçici (Quantity - Flexbox Düzeninde Sabit Hizalama) */
div.quantity {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e5e5e5 !important; /* Temiz dış çerçeve */
    background: #ffffff !important;
    height: 44px !important; /* İdeal butik yüksekliği */
    border-radius: 0px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* Eksi ve Artı Butonları */
div.quantity button.minus,
div.quantity button.plus,
div.quantity .minus,
div.quantity .plus {
    width: 35px !important;
    height: 100% !important;
    background: transparent !important;
    border: none !important;
    color: #000000 !important; /* Net siyah buton yazısı */
    font-size: 16px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease !important;
}

div.quantity button.minus:hover,
div.quantity button.plus:hover,
div.quantity .minus:hover,
div.quantity .plus:hover {
    background-color: #f5f5f5 !important;
}

/* Sayı Giriş Kutusu */
.woocommerce div.quantity .qty,
.woocommerce-page div.quantity .qty,
div.quantity .qty,
div.quantity input[type="number"] {
    width: 44px !important; /* Butonlarla eşit kare kutu */
    height: 100% !important;
    border: none !important; /* Dış sınırlar kaldırıldı */
    border-left: 1px solid #e5e5e5 !important; /* İç dikey çizgiler */
    border-right: 1px solid #e5e5e5 !important;
    background: #ffffff !important;
    color: #000000 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0px !important;
    box-sizing: border-box !important;
    -moz-appearance: textfield !important; /* Chrome dışı ok gizleme */
}

/* Chrome/Safari'de input oklarını gizleme */
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Sepete Ekle Butonu Detay Sayfası */
.single_add_to_cart_button {
    height: 48px !important;
    padding: 0 40px !important;
    line-height: 46px !important;
}

/* Varyasyon Seçimleri (Beden, Renk) */
.variations select {
    width: 100% !important;
    max-width: 300px !important;
    height: 45px !important;
    border-radius: 0px !important;
}

.variations td.label {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-weight: 600 !important;
    color: #555555;
    padding-top: 15px !important;
}

/* Ürün Açıklaması ve Sekmeler (Tabs) */
.woocommerce-tabs.wc-tabs-wrapper {
    border-top: 1px solid #e5e5e5 !important;
    margin-top: 60px !important;
    padding-top: 40px !important;
}

ul.tabs.wc-tabs {
    border: none !important;
    justify-content: center !important;
    gap: 40px !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
}

ul.tabs.wc-tabs li {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

ul.tabs.wc-tabs li a {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-weight: 600 !important;
    color: #999999 !important;
    padding: 10px 0 !important;
    border-bottom: 2px solid transparent !important;
    transition: all 0.3s ease !important;
}

ul.tabs.wc-tabs li.active a {
    color: #000000 !important;
    border-bottom: 2px solid #000000 !important;
}

.woocommerce-Tabs-panel {
    max-width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
    color: #444444;
}


/* ---------------------------------------------------------
   4. SEPET SAYFASI (CART)
--------------------------------------------------------- */
.woocommerce-cart-form {
    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    padding: 30px !important;
    border-radius: 0px !important;
}

.shop_table.cart {
    border: none !important;
}

.shop_table.cart th {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #e5e5e5 !important;
    padding: 15px 10px !important;
    color: #555555;
}

.shop_table.cart td {
    padding: 20px 10px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    vertical-align: middle !important;
}

/* Sepet Resmi */
.cart-item img {
    border-radius: 0px;
    width: 60px !important;
    height: auto !important;
}

/* Kupon Kodu Alanı */
.coupon input[type="text"] {
    height: 45px !important;
    max-width: 200px !important;
    margin-right: 10px !important;
}

.coupon .button {
    height: 45px !important;
    padding: 0 25px !important;
    line-height: 43px !important;
}

/* Sepet Toplamı Alanı */
.cart-collaterals {
    background: #fdfdfd !important;
    border: 1px solid #e5e5e5 !important;
    padding: 40px !important;
    margin-top: 40px !important;
    border-radius: 0px !important;
}

.cart-collaterals h2 {
    font-size: 26px !important;
    font-weight: 300 !important;
    margin-bottom: 25px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 15px !important;
}

.cart-subtotal th, .order-total th {
    font-weight: 600 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em;
}


/* ---------------------------------------------------------
   5. ÖDEME SAYFASI (CHECKOUT)
--------------------------------------------------------- */
/* ---------------------------------------------------------
   5. ÖDEME SAYFASI (CHECKOUT) - HIGH-END EDITORIAL STYLE
--------------------------------------------------------- */
/* Masaüstünde 2 Sütunlu Grid Düzeni */
@media (min-width: 992px) {
    form.woocommerce-checkout {
        display: grid !important;
        grid-template-columns: 1.2fr 1fr !important;
        gap: 50px !important;
        align-items: start !important;
    }
    
    form.woocommerce-checkout .col2-set {
        grid-column: 1 !important;
        grid-row: 1 / span 10 !important;
        margin-bottom: 0 !important;
    }
    
    form.woocommerce-checkout #order_review_heading {
        grid-column: 2 !important;
        grid-row: 1 !important;
        margin-top: 0 !important;
    }
    
    form.woocommerce-checkout #order_review {
        grid-column: 2 !important;
        grid-row: 2 !important;
        margin-top: 0 !important;
    }
}

/* Mobilde Dikey Tek Sütun Akışı */
@media (max-width: 991px) {
    form.woocommerce-checkout {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
    }
    form.woocommerce-checkout .col2-set,
    form.woocommerce-checkout #order_review {
        width: 100% !important;
    }
}

#order_review_heading {
    font-size: 22px !important;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #000000 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#order_review {
    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    padding: 40px !important;
    border-radius: 0px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02) !important;
}

/* Fatura ve Teslimat Form Başlıkları */
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    margin-bottom: 25px !important;
    border-bottom: 1px solid #000000 !important;
    padding-bottom: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Form Alanı Etiketleri (Labels) */
.woocommerce-checkout label {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #444444 !important;
    margin-bottom: 8px !important;
    display: block;
}

.woocommerce-checkout .form-row {
    margin-bottom: 20px !important;
}

/* Sipariş Özet Tablosu */
.shop_table.woocommerce-checkout-review-order-table {
    border: none !important;
    width: 100% !important;
    border-collapse: collapse !important;
}

.shop_table.woocommerce-checkout-review-order-table th {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-weight: 600 !important;
    color: #666666 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 12px 0 !important;
    background: transparent !important;
}

.shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 13px !important;
    color: #000000 !important;
}

.shop_table.woocommerce-checkout-review-order-table .cart_item td {
    font-weight: 400 !important;
}

.shop_table.woocommerce-checkout-review-order-table .product-name {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.shop_table.woocommerce-checkout-review-order-table .product-total {
    text-align: right !important;
    font-weight: 600 !important;
}

/* Ara Toplam ve Toplam Satırları */
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table .order-total th {
    font-weight: 600 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #000000 !important;
}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.shop_table.woocommerce-checkout-review-order-table .order-total td {
    text-align: right !important;
}

.shop_table.woocommerce-checkout-review-order-table .order-total td {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000000 !important;
}

/* Ödeme Yöntemleri Seçim Kutusu (Box) */
.woocommerce-checkout-payment {
    background: #fdfdfd !important;
    border: 1px solid #e5e5e5 !important;
    border-top: 2px solid #000000 !important; /* Lüks üst şerit */
    border-radius: 0px !important;
    padding: 30px !important;
    margin-top: 30px !important;
}

.woocommerce-checkout-payment ul.payment_methods {
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    list-style: none !important;
    padding-left: 0 !important;
}

.woocommerce-checkout-payment ul.payment_methods li {
    margin-bottom: 15px !important;
}

.woocommerce-checkout-payment ul.payment_methods li label {
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    cursor: pointer;
    margin-left: 10px !important;
}

.payment_box {
    background-color: #f9f9f9 !important;
    border: 1px solid #e5e5e5 !important;
    font-size: 12px !important;
    color: #555555 !important;
    border-radius: 0px !important;
    padding: 20px !important;
    margin-top: 10px !important;
    line-height: 1.6 !important;
}

.payment_box::before {
    display: none !important; /* Çirkin CSS ok işaretini kaldır */
}

/* Şartlar ve Koşullar Sözleşme Alanı */
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px !important;
    font-size: 12px !important;
}

/* Siparişi Tamamla Dev Buton */
.woocommerce-checkout #place_order {
    width: 100% !important;
    display: block !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    font-size: 12px !important;
    letter-spacing: 0.2em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 20px 30px !important;
    border-radius: 0px !important;
    transition: all 0.4s ease !important;
    cursor: pointer;
}

.woocommerce-checkout #place_order:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

/* WooCommerce Gutenberg Blok Tabanlı Ödeme (Checkout Block) Desteği */
.wc-block-checkout,
.wp-block-woocommerce-checkout {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    margin-top: 30px !important;
}

.wc-block-checkout__main,
.wc-block-checkout__form {
    flex: 1.3 !important;
    min-width: 320px !important;
}

.wc-block-checkout__sidebar,
.wp-block-woocommerce-checkout-order-summary-block {
    flex: 1 !important;
    min-width: 320px !important;
    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-top: 2px solid #000000 !important; /* Üst siyah şerit */
    padding: 30px !important;
    border-radius: 0px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02) !important;
}

/* Gutenberg Form Başlıkları */
.wc-block-components-checkout-step__title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #000000 !important;
    border-bottom: 1px solid #000000 !important;
    padding-bottom: 12px !important;
    margin-bottom: 25px !important;
}

/* Giriş Etiketleri (Labels) */
.wc-block-components-text-input label,
.wc-block-components-combobox label,
.wc-block-components-textarea label,
.wc-block-components-checkbox .wc-block-components-checkbox__label {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #444444 !important;
}

/* Input kutuları */
.wc-block-components-text-input input,
.wc-block-components-combobox input,
.wc-block-components-textarea textarea,
.wc-block-components-select select {
    border-radius: 0px !important;
    border: 1px solid #e5e5e5 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
}

/* Buton */
.wc-block-components-checkout-place-order-button {
    width: 100% !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    font-size: 12px !important;
    letter-spacing: 0.2em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 20px 30px !important;
    border-radius: 0px !important;
    transition: all 0.4s ease !important;
    cursor: pointer !important;
}

.wc-block-components-checkout-place-order-button:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

/* Toplam Detayları Fiyat Renkleri */
.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item__value,
.wc-block-components-totals-item,
.wc-block-components-totals-footer-item {
    color: #000000 !important;
}

/* ---------------------------------------------------------
   6. MOBİL UYUMLULUK VE SON DOKUNUŞLAR
--------------------------------------------------------- */
@media (max-width: 991px) {
    .woocommerce-checkout {
        flex-direction: column;
    }
}

/* ---------------------------------------------------------
   8. B2C SHOP BANNER (FAHHAR STYLE BLACK BANNER)
--------------------------------------------------------- */
.shop-b2c-banner {
    background-color: #111111 !important;
    background: #111111 !important;
    color: #ffffff !important;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 0 70px 0;
    text-align: center;
    border-bottom: 1px solid #222;
    box-sizing: border-box;
    z-index: 10;
}

.shop-b2c-banner .banner-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.shop-b2c-banner .banner-tagline {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.shop-b2c-banner .banner-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 48px !important;
    font-weight: 300 !important;
    letter-spacing: 0.05em !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
}

.shop-b2c-banner .banner-divider {
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto 20px auto;
}

.shop-b2c-banner .banner-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8) !important;
    font-style: italic;
    margin-bottom: 40px;
}

.shop-b2c-banner .banner-cats-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
}

.shop-b2c-banner .cat-nav-btn {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 500;
    transition: all 0.3s ease;
    background: transparent;
    text-transform: uppercase;
}

.shop-b2c-banner .cat-nav-btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

@media (max-width: 768px) {
    .shop-b2c-banner {
        padding: 40px 0 50px 0;
    }
    .shop-b2c-banner .banner-title {
        font-size: 36px !important;
    }
    .shop-b2c-banner .banner-cats-nav {
        gap: 10px;
        padding: 0 10px;
    }
    .shop-b2c-banner .cat-nav-btn {
        padding: 8px 16px;
        font-size: 9px;
    }
}

/* ---------------------------------------------------------
   9. PREMIUM FLOATING CART BUBBLE (YÜZEN SEPET BUTONU)
--------------------------------------------------------- */
.fashion-floating-cart {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 56px !important;
    height: 56px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
    z-index: 9999 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    text-decoration: none !important;
    border: 1px solid #000000 !important;
}

.fashion-floating-cart:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    transform: scale(1.08) translateY(-2px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3) !important;
    border-color: #000000 !important;
}

.fashion-floating-cart .cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fashion-floating-cart .cart-count {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

/* Hover durumunda badge rengini tersine çevirme */
.fashion-floating-cart:hover .cart-count {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

@media (max-width: 768px) {
    .fashion-floating-cart {
        bottom: 20px !important;
        right: 20px !important;
        width: 50px !important;
        height: 50px !important;
    }
}

/* ---------------------------------------------------------
   10. PREMIUM MINI-CART DROPDOWN (AÇILIR SEPET)
--------------------------------------------------------- */
/* Ana Konteyner */
.widget_shopping_cart_content,
.ct-cart-content,
.woocommerce-mini-cart,
.ct-header-cart-dropdown,
[class*="mini-cart-dropdown"],
[class*="shopping-cart-dropdown"] {
    background-color: #ffffff !important; /* Lüks Beyaz Zemin */
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1) !important;
    padding: 25px !important;
}

/* Mini Sepetteki span.quantity (Fiyat/Miktar alanı) - Giriş kutusu tasarımını sıfırlıyoruz */
.widget_shopping_cart_content span.quantity,
.ct-cart-content span.quantity,
.woocommerce-mini-cart-item span.quantity,
[class*="mini-cart"] span.quantity {
    display: inline !important;
    align-items: initial !important;
    justify-content: initial !important;
    border: none !important;
    background: transparent !important;
    height: auto !important;
    width: auto !important;
    color: #555555 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

/* Miktar çarpım işareti */
.widget_shopping_cart_content li .quantity,
.ct-cart-content li .quantity,
.woocommerce-mini-cart-item .quantity {
    color: #555555 !important;
}

/* Fiyat tutarı */
.widget_shopping_cart_content .amount,
.ct-cart-content .amount,
.woocommerce-mini-cart-item .amount {
    color: #000000 !important;
    font-weight: 600 !important;
    background: transparent !important;
    display: inline !important;
}

/* Ürün Başlıkları */
.widget_shopping_cart_content li a,
.ct-cart-content li a,
.woocommerce-mini-cart-item a {
    color: #000000 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.widget_shopping_cart_content li a:hover,
.ct-cart-content li a:hover {
    color: #777777 !important;
}

/* Ürün Listesi Bölücü Çizgileri */
.widget_shopping_cart_content ul.cart_list li,
.ct-cart-content ul.cart_list li,
.woocommerce-mini-cart li {
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 15px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

/* Çöp Kutusu (Kaldır) Simgesi */
.widget_shopping_cart_content .remove,
.ct-cart-content .remove,
.woocommerce-mini-cart-item .remove {
    color: #000000 !important;
    font-size: 18px !important;
    background: transparent !important;
    border: none !important;
}

.widget_shopping_cart_content .remove:hover,
.ct-cart-content .remove:hover {
    color: #ff0000 !important;
}

/* Alt Toplam (Subtotal) Alanı */
.widget_shopping_cart_content .total,
.ct-cart-content .total,
.woocommerce-mini-cart__total {
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    padding: 15px 0 !important;
    margin: 20px 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #000000 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-size: 12px !important;
}

.widget_shopping_cart_content .total .amount,
.ct-cart-content .total .amount {
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* Butonlar Grubu */
.widget_shopping_cart_content .buttons,
.ct-cart-content .buttons,
.woocommerce-mini-cart__buttons {
    display: flex !important;
    gap: 12px !important;
    margin-top: 15px !important;
}

/* Sepeti Görüntüle (View Cart) Butonu */
.widget_shopping_cart_content .buttons a:first-child,
.ct-cart-content .buttons a:first-child,
.woocommerce-mini-cart__buttons a:first-child {
    flex: 1 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    padding: 14px 10px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.widget_shopping_cart_content .buttons a:first-child:hover,
.ct-cart-content .buttons a:first-child:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Ödeme (Checkout) Butonu */
.widget_shopping_cart_content .buttons a:last-child,
.ct-cart-content .buttons a:last-child,
.woocommerce-mini-cart__buttons a:last-child {
    flex: 1 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    padding: 14px 10px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.widget_shopping_cart_content .buttons a:last-child:hover,
.ct-cart-content .buttons a:last-child:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}


/* ========================================================================
   CHEEYA OFFICIAL EXACT MATCH - SINGLE PRODUCT PAGE
======================================================================== */

/* 1. KAPSAYICI - TAM EKRAN FLUID DÜZEN */
.single-product .ct-container,
.single-product .site-main > .ct-container,
.single-product [data-header*="type-"] {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
}

/* 2. DÜZEN: GALERİ (%60) + SAĞ PANEL (%40) */
.single-product div.product {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* 3. CHEEYA 2-COLUMN GRID GALERİ */
.single-product div.product .woocommerce-product-gallery {
    width: 60% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Galeriyi 2 Sütunlu Grid Yap (Cheeya Orijinal Düzeni) */
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* 2 Resim Yan Yana */
    gap: 4px !important; /* Resimler arası milimetrik B2C boşluğu */
    margin: 0 !important;
    padding: 0 !important;
}

/* Tek resim kalırsa tam genişlik kaplasın */
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:only-child,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child:nth-last-child(odd) {
    grid-column: span 2 !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product div.product .woocommerce-product-gallery img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* Thumbnail ve zoom ikonu gizle */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none !important;
}

/* 4. SAĞ BİLGİ PANELİ (STICKY & MINIMALIST) */
.single-product div.product .summary.entry-summary {
    width: 40% !important;
    float: none !important;
    padding: 60px 40px 60px 50px !important;
    margin: 0 !important;
    background-color: #ffffff !important;
    position: sticky !important;
    top: 0 !important;
    align-self: flex-start !important;
    height: 100vh !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Ürün Başlığı & Fiyat */
.single-product .summary .product_title {
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    text-align: left !important;
}

.single-product .summary .price {
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 25px !important;
    color: #444444 !important;
    letter-spacing: 0.05em !important;
    display: block !important;
    text-align: left !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #eaeaea !important;
}

/* BEDEN & RENK SEÇENEKLERİ (Kutu Şeklinde Swatch Stili) */
.single-product .summary .variations {
    width: 100% !important;
    margin-bottom: 20px !important;
    border: none !important;
}
.single-product .summary .variations tr {
    display: block !important;
    margin-bottom: 15px !important;
}
.single-product .summary .variations td.label {
    display: block !important;
    padding: 0 0 8px 0 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    color: #222 !important;
}
.single-product .summary .variations td.value {
    display: block !important;
    padding: 0 !important;
}

/* SEPETE EKLE & HEMEN SATIN AL BUTONLARI */
.single-product .summary form.cart {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #eaeaea !important;
}

.single-product .summary form.cart .quantity {
    display: none !important;
}

.single-product .summary form.cart .single_add_to_cart_button,
.single-product .summary form.cart .button {
    width: 100% !important;
    height: 50px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border: 1px solid #000000 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.single-product .summary form.cart .single_add_to_cart_button:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* 5. CHEEYA STYLE AKORDEONLAR (DESCRIPTION, CARE, CARGO) */
.single-product .woocommerce-tabs {
    display: none !important;
}

.single-product-accordions {
    width: 100% !important;
    margin-top: 10px !important;
}
.single-product-accordions .accordion-item {
    border-bottom: 1px solid #eaeaea !important;
    margin-bottom: 0 !important;
}
.single-product-accordions .accordion-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 0 !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #111 !important;
    list-style: none !important;
}
.single-product-accordions .accordion-header::-webkit-details-marker {
    display: none !important;
}
.single-product-accordions .accordion-icon {
    font-size: 18px !important;
    font-weight: 300 !important;
    transition: transform 0.2s ease !important;
}
.single-product-accordions .accordion-item[open] .accordion-icon {
    transform: rotate(45deg) !important;
}
.single-product-accordions .accordion-content {
    padding: 0 0 16px 0 !important;
    font-size: 13px !important;
    color: #555555 !important;
    line-height: 1.6 !important;
}

/* 6. MOBİL UYUM (RESPONSIVE - TEK SÜTUN) */
@media (max-width: 991px) {
    .single-product div.product {
        display: block !important;
    }
    .single-product div.product .woocommerce-product-gallery {
        width: 100% !important;
    }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
        grid-template-columns: 1fr !important;
        gap: 2px !important;
    }
    .single-product div.product .summary.entry-summary {
        width: 100% !important;
        padding: 30px 20px !important;
        position: relative !important;
        height: auto !important;
        overflow-y: visible !important;
    }
}


/* ========================================================================
   ZAHRA ELWIN - LUXURY DARK MOBILE DRAWER (FULL SCREEN ON MOBILE)
======================================================================== */

/* BACKDROP OVERLAY */
.cheeya-mobile-menu-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 9999999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
    pointer-events: none !important;
}

.cheeya-mobile-menu-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* DRAWER BODY - MOBİLDE %100 TAM EKRAN */
.cheeya-mobile-menu-inner {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important; /* Mobilde Tam Ekran Kapla */
    max-width: 100% !important;
    height: 100% !important;
    background-color: #000000 !important; /* Gece Siyahı Zemin */
    color: #ffffff !important; /* Saf Beyaz Yazılar */
    display: flex !important;
    flex-direction: column !important;
    padding: 25px 20px 30px 20px !important;
    box-sizing: border-box !important;
    transform: translateX(-100%) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

/* Tablet ve Masaüstü Önizlemede %50 Dursun */
@media (min-width: 769px) {
    .cheeya-mobile-menu-inner {
        width: 50% !important;
        max-width: 450px !important;
    }
}

.cheeya-mobile-menu-overlay.active .cheeya-mobile-menu-inner {
    transform: translateX(0) !important;
}

/* Üst Kısım Header & Kapat Butonu */
.cheeya-menu-top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 25px !important;
}

.cheeya-brand-logo {
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
}

.cheeya-close-btn {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 30px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
    font-weight: 300 !important;
    opacity: 0.8 !important;
    transition: transform 0.3s ease !important;
}
.cheeya-close-btn:hover {
    transform: rotate(90deg) !important;
    opacity: 1 !important;
}

/* Ana Navigasyon Linkleri (İnce, Büyük Harf, Beyaz) */
.cheeya-mobile-nav {
    margin-bottom: 20px !important;
}

.cheeya-mobile-nav ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cheeya-mobile-nav li {
    margin-bottom: 18px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding-bottom: 14px !important;
}

.cheeya-mobile-nav li a {
    font-size: 22px !important;
    font-weight: 300 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-decoration: none !important;
    display: block !important;
    font-family: inherit !important;
    transition: padding-left 0.25s ease, color 0.25s ease !important;
}

.cheeya-mobile-nav li a:hover {
    color: #cccccc !important;
    padding-left: 8px !important;
}

/* Dil & Para Birimi */
.cheeya-lang-switcher {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-bottom: 20px !important;
    cursor: pointer !important;
}

/* ALT TARAF - OTOMATİK KAYAN CANLI ÜRÜN CAROUSEL */
.cheeya-menu-products-wrapper {
    margin-top: auto !important;
    width: 100% !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-top: 18px !important;
}

.cheeya-products-carousel {
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    padding-bottom: 5px !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}
.cheeya-products-carousel::-webkit-scrollbar {
    display: none !important;
}

.cheeya-product-card {
    flex: 0 0 130px !important;
    max-width: 130px !important;
    text-decoration: none !important;
    color: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
}

.cheeya-product-card .product-img-holder {
    width: 100% !important;
    height: 170px !important;
    background-color: #111111 !important;
    margin-bottom: 8px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.cheeya-product-card .product-img-holder img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.cheeya-product-card .product-title {
    font-size: 11px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.cheeya-product-card .product-price {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #cccccc !important;
}


/* ========================================================================
   CLEAN B2C TYPOGRAPHY & BRAND STYLING (BLOCKSY NATIVE COMPATIBLE)
======================================================================== */

/* 1. HESABIM (MY ACCOUNT) TIPOGRAFİ VE RENK DOKUNUŞLARI */
.woocommerce-account .entry-title {
    font-size: 24px !important;
    font-weight: 300 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    color: #000000 !important;
}

/* Sol Menü Tipografisi (Düzen Bloklarına Dokunmadan) */
.woocommerce-MyAccount-navigation li a {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #222222 !important;
    transition: all 0.2s ease !important;
}

/* Aktif Sekme Şıklığı */
.woocommerce-MyAccount-navigation li.is-active a {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.woocommerce-MyAccount-navigation li.is-active a svg,
.woocommerce-MyAccount-navigation li.is-active a i,
.woocommerce-MyAccount-navigation li.is-active a .ct-icon {
    fill: #ffffff !important;
    stroke: #ffffff !important;
    color: #ffffff !important;
}

/* İndirmeler Menüsünü Sakla */
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

/* Adres ve Detay Başlıkları */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-Address .title h3 {
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #000000 !important;
}

/* Form Elemanları & Butonlar (B2C Minimalist Siyah/Beyaz) */
.woocommerce-account form .form-row input.input-text,
.woocommerce-account form .form-row select,
.woocommerce-account form .form-row textarea,
.woocommerce-cart input.input-text,
.woocommerce-checkout input.input-text,
.woocommerce-checkout select {
    border: 1px solid #dcdcdc !important;
    border-radius: 0 !important;
    font-size: 13px !important;
}

.woocommerce-account form .form-row input.input-text:focus,
.woocommerce-account form .form-row select:focus {
    border-color: #000000 !important;
}

/* Tüm Genel Butonlar (B2C Lüks Siyah Buton) */
.woocommerce-account .button,
.woocommerce-cart .button,
.woocommerce-checkout .button,
.woocommerce-checkout #place_order {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 0 !important;
    transition: background 0.25s ease !important;
}

.woocommerce-account .button:hover,
.woocommerce-cart .button:hover,
.woocommerce-checkout .button:hover,
.woocommerce-checkout #place_order:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}



/* ========================================================================
   HEADER ACCOUNT DROPDOWN FIX (ZAHRA ELWIN B2C STYLE)
======================================================================== */

/* 1. AKILLI DROPDOWN KUTUSU (MAT SİYAH ZEMİN & NİTELİKLİ METİNLER) */
.ct-account-dropdown,
.ct-header-account-dropdown,
[class*="account-dropdown"],
.ct-header-account-dropdown .ct-dropdown,
[data-dropdown*="account"] {
    background-color: #000000 !important;
    background: #000000 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    padding: 20px !important;
    color: #ffffff !important;
    z-index: 99999 !important;
}

/* 2. AVATAR VE KULLANICI BİLGİSİ */
.ct-account-dropdown .ct-avatar,
.ct-header-account-dropdown img {
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.ct-account-dropdown .user-name,
.ct-account-dropdown .user-email,
.ct-header-account-dropdown .ct-user-name {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
}

/* 3. İÇİNDEKİ LİNKLER (DASHBOARD, ORDERS, ACCOUNT DETAILS, LOGOUT) */
.ct-account-dropdown a,
.ct-header-account-dropdown a,
[class*="account-dropdown"] a {
    color: #ffffff !important; /* Görünmeyen yazıları saf beyaz yap */
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 8px 0 !important;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    text-decoration: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease !important;
}

.ct-account-dropdown a:hover,
.ct-header-account-dropdown a:hover {
    color: #cccccc !important;
    padding-left: 5px !important;
}

/* Çizgi Bölücü */
.ct-account-dropdown hr,
.ct-header-account-dropdown hr {
    border-color: rgba(255, 255, 255, 0.1) !important;
    margin: 10px 0 !important;
}



/* ========================================================================
   ZARA / CHEEYA STYLE LUXURY B2C MINI CART DRAWER STYLING
======================================================================== */

/* 1. SEPET ÇEKMECESİ VE AÇILIR PENCERE KAPSAYICISI */
.ct-cart-content,
.widget_shopping_cart_content,
.ct-header-cart-dropdown,
[data-dropdown*="cart"] {
    background-color: #ffffff !important;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    padding: 25px !important;
    box-sizing: border-box !important;
    color: #000000 !important;
}

/* 2. SEPET İÇİNDEKİ ÜRÜN LİSTESİ */
ul.woocommerce-mini-cart,
.mini_cart_item_list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}

li.woocommerce-mini-cart-item,
.mini_cart_item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
    position: relative !important;
}

/* Ürün Küçük Görseli */
li.woocommerce-mini-cart-item img,
.mini_cart_item img {
    width: 65px !important;
    height: 85px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    border: 1px solid #eeeeee !important;
    margin: 0 !important;
}

/* Ürün İsmi & Fiyatı */
li.woocommerce-mini-cart-item a:not(.remove),
.mini_cart_item a:not(.remove) {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
}

li.woocommerce-mini-cart-item .quantity,
.mini_cart_item .quantity {
    font-size: 12px !important;
    color: #555555 !important;
    font-weight: 500 !important;
    margin-top: 5px !important;
    display: block !important;
}

/* Ürün Silme İkonu (Sil/Kaldır X) */
li.woocommerce-mini-cart-item a.remove,
.mini_cart_item a.remove {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #999999 !important;
    font-size: 18px !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
li.woocommerce-mini-cart-item a.remove:hover {
    color: #000000 !important;
    background: transparent !important;
}

/* 3. ARA TOPLAM TUTARI (SUBTOTAL) */
p.woocommerce-mini-cart__total,
.woocommerce-mini-cart__total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    border-top: 1px solid #000000 !important;
    padding-top: 15px !important;
    margin-bottom: 20px !important;
    color: #000000 !important;
}

/* 4. SEPET BUTONLARI (SEPETİ GÖRÜNTÜLE & ÖDEMEYE GEÇ) */
p.woocommerce-mini-cart__buttons,
.woocommerce-mini-cart__buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-mini-cart__buttons a.button {
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

/* "Sepeti Görüntüle" Butonu (Beyaz Zemin, Siyah Çerçeve) */
.woocommerce-mini-cart__buttons a.button:not(.checkout) {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
.woocommerce-mini-cart__buttons a.button:not(.checkout):hover {
    background-color: #f5f5f5 !important;
}

/* "Ödemeye Geç" Butonu (Tam Siyah B2C Buton) */
.woocommerce-mini-cart__buttons a.checkout {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
}
.woocommerce-mini-cart__buttons a.checkout:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}


/* ========================================================================
   ZAHRA ELWIN LUXURY CONTACT PAGE STYLING (FIXED BUTTON HOVERS)
======================================================================== */

.zahra-contact-page-wrapper {
    background-color: #ffffff;
    color: #000000;
    padding-bottom: 80px;
}

/* Hero Banner */
.contact-hero-banner {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 70px 20px;
    margin-bottom: 60px;
}

.contact-tagline {
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 12px;
}

.contact-title {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff !important;
    margin: 0 0 15px 0;
}

.contact-divider {
    width: 40px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto 15px auto;
}

.contact-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

/* 50/50 Grid */
.contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-info-col {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.info-block h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.info-block p {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 12px;
}

.info-link {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
    letter-spacing: 0.05em;
}

/* WHATSAPP BUTONU (NORMAL: SİYAH ZEMİN/BEYAZ YAZI - HOVER: BEYAZ ZEMİN/SİYAH YAZI VE İKON) */
.whatsapp-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 14px 26px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: 1px solid #000000 !important;
    transition: all 0.25s ease !important;
}

.whatsapp-btn svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
    transition: stroke 0.25s ease !important;
}

.whatsapp-btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

.whatsapp-btn:hover svg {
    stroke: #000000 !important;
    color: #000000 !important;
}

.info-hours {
    font-size: 12px;
    color: #777777;
    display: block;
    margin-top: 5px;
}

/* Form Kolonu */
.contact-form-col {
    flex: 1 1 45%;
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    padding: 40px;
}

.contact-form-col h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.zahra-contact-form .form-row {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.zahra-contact-form label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #222222;
}

.zahra-contact-form input,
.zahra-contact-form select,
.zahra-contact-form textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 13px;
    background-color: #ffffff;
    box-sizing: border-box;
    outline: none;
}

.zahra-contact-form input:focus,
.zahra-contact-form select:focus,
.zahra-contact-form textarea:focus {
    border-color: #000000;
}

/* GÖNDER BUTONU (NORMAL: SİYAH - HOVER: BEYAZ ZEMİN / SİYAH YAZI) */
.contact-submit-btn {
    width: 100% !important;
    height: 52px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    transition: all 0.25s ease !important;
}

.contact-submit-btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

@media (max-width: 768px) {
    .contact-grid {
        flex-direction: column;
        gap: 40px;
    }
    .contact-info-col,
    .contact-form-col {
        flex: 1 1 100%;
    }
}



/* ========================================================================
   PURE PITCH BLACK B2C BANNERS (#000000 EXACT MATCH)
======================================================================== */

.shop-b2c-banner,
.contact-hero-banner,
.b2c-hero-banner,
.hero-banner-wrapper,
[class*="-banner"] {
    background-color: #000000 !important;
    background: #000000 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.shop-b2c-banner .banner-inner {
    background-color: #000000 !important;
    background: #000000 !important;
}


/* ========================================================================
   ZAHRA ELWIN TOP ANNOUNCEMENT SALE BAR STYLING (GUARANTEED)
======================================================================== */

.zahra-sale-bar {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: #111111 !important;
    background: #111111 !important;
    color: #ffffff !important;
    padding: 10px 30px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    line-height: 1 !important;
    z-index: 9999 !important;
    position: relative !important;
}

.zahra-sale-bar .sale-bar-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
}

.zahra-sale-bar .sale-text {
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    display: inline-block !important;
}

.zahra-sale-bar .sale-link {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-decoration: underline !important;
    display: inline-block !important;
    transition: opacity 0.2s ease !important;
}

.zahra-sale-bar .sale-link:hover {
    opacity: 0.8 !important;
}

.zahra-sale-bar .sale-bar-timer {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
}

.zahra-sale-bar .timer-unit {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 26px !important;
}

.zahra-sale-bar .timer-unit .num {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin: 0 !important;
    display: block !important;
}

.zahra-sale-bar .timer-unit .lbl {
    font-size: 8px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    color: #aaaaaa !important;
    margin-top: 4px !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    display: block !important;
}

.zahra-sale-bar .dots {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #aaaaaa !important;
    margin-top: -6px !important;
    display: inline-block !important;
}

@media (max-width: 768px) {
    .zahra-sale-bar {
        flex-direction: column !important;
        gap: 8px !important;
        padding: 10px 15px !important;
        text-align: center !important;
    }
}



/* ========================================================================
   ZAHRA ELWIN LEGAL POLICY PAGES STYLING
======================================================================== */

.zahra-policy-page-wrapper {
    background-color: #ffffff;
    color: #000000;
    padding-bottom: 80px;
}

/* Banner */
.policy-hero-banner {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 50px;
}

.policy-tagline {
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 10px;
}

.policy-title {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff !important;
    margin: 0 0 15px 0;
}

.policy-divider {
    width: 40px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto 15px auto;
}

.policy-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
}

/* Content Container */
.policy-content-box {
    max-width: 850px;
    margin: 0 auto;
    background-color: #ffffff;
    line-height: 1.8;
    font-size: 14px;
    color: #333333;
}

.policy-content-box h2,
.policy-content-box h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
}

.policy-content-box p {
    margin-bottom: 18px;
    color: #444444;
}

.policy-content-box ul,
.policy-content-box ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.policy-content-box li {
    margin-bottom: 8px;
    color: #444444;
}

.policy-content-box strong {
    color: #000000;
}


/* ==========================================================================
   LUXURY SPACING UPGRADES (Top Sale Bar & Product Cards Spacing)
   ========================================================================== */

/* Top Sale Bar Spacing */
.ct-top-sale-bar {
    margin-bottom: 15px !important;
    padding: 10px 20px !important;
}

/* Store-Wide Product Card Spacing */
.woocommerce ul.products li.product,
.fashion-card {
    padding-bottom: 25px !important;
}

.card-details,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 22px !important;
}

.prod-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 12px !important;
    line-height: 1.5 !important;
}

.prod-price,
.woocommerce ul.products li.product .price {
    margin-bottom: 18px !important;
    display: block !important;
}

.btn-add-to-cart,
.woocommerce ul.products li.product .button {
    margin-top: 20px !important;
    padding: 14px 16px !important;
    letter-spacing: 0.2em !important;
}


/* ==========================================================================
   UNIFIED TURKISH TYPOGRAPHY STANDARDS
   ========================================================================== */

/* Enforce Plus Jakarta Sans & Modern Luxury Typography Store-Wide */
body, h1, h2, h3, h4, h5, h6, .hero-headline, .section-title-wrap h2, .cat-title, .statement-text {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section-title-wrap h2 {
    font-weight: 300 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    font-size: 32px !important;
}

.statement-text {
    font-weight: 300 !important;
    letter-spacing: 0.06em !important;
    font-size: 22px !important;
}


/* ==========================================================================
   ZARA / MASSIMO DUTTI CLEAN LUXURY TYPOGRAPHY
   ========================================================================== */

/* Section Titles (ÖNE ÇIKAN MODELLER, KOLEKSİYONU KEŞFET) */
.section-title-wrap h2 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    margin-bottom: 14px !important;
}

.section-title-wrap p {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: #777777 !important;
}

/* Statement Banner Text */
.statement-text {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    line-height: 1.8 !important;
    max-width: 850px !important;
}

.statement-banner {
    padding: 70px 30px !important;
    background-color: #000000 !important;
    background-image: none !important;
}

/* Product Titles on Homepage Carousel */
.prod-title,
.prod-title a {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    color: #000000 !important;
}


/* ==========================================================================
   EXTRA GENEROUS LUXURY SPACING FOR SECTION TITLES & SUBTITLES
   ========================================================================== */

.section-title-wrap {
    text-align: center !important;
    padding: 140px 0 80px 0 !important; /* Üstten ve alttan geniş lüks nefes alanı */
}

/* Başlık (KOLEKSİYONU KEŞFET / ÖNE ÇIKAN MODELLER) */
.section-title-wrap h2 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    letter-spacing: 0.28em !important; /* Daha geniş harf arası */
    text-transform: uppercase !important;
    color: #000000 !important;
    margin-bottom: 24px !important; /* Başlık ile alt yazı arasında ferah boşluk */
}

/* Alt Açıklama (SEZONUN EN ÇOK SES GETİREN... / ATÖLYEDEN...) */
.section-title-wrap p {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.24em !important;
    text-transform: uppercase !important;
    color: #777777 !important;
    margin-top: 0 !important;
    margin-bottom: 40px !important; /* Alt yazı ile görseller/ürünler arasında geniş mesafe */
}

/* Kategori Vitrin Alanı Dikey Boşluğu */
.asymmetric-category-showcase {
    padding-top: 40px !important;
    padding-bottom: 120px !important;
}

/* Ürün Carousel Bölümü Dikey Boşluğu */
.featured-products-section {
    padding-top: 60px !important;
    padding-bottom: 160px !important;
}


/* ==========================================================================
   COMPLETELY HIDE STOCK STATUS TEXT STORE-WIDE
   ========================================================================== */
.single-product .stock,
.woocommerce div.product p.stock,
.product-stock-status,
.ct-stock-status,
.stock.in-stock,
.stock.out-of-stock,
.woocommerce-variation-availability {
    display: none !important;
}


/* ==========================================================================
   HIDE CATEGORY LABELS ON ALL PRODUCT CARDS STORE-WIDE
   ========================================================================== */
.prod-cat-label,
.woocommerce ul.products li.product .ast-woo-product-category,
.woocommerce ul.products li.product .ct-product-categories,
.woocommerce ul.products li.product .product-categories,
.woocommerce ul.products li.product .posted_in,
.fashion-card .prod-cat-label {
    display: none !important;
}


/* ==========================================================================
   BLOCKSY & WOOCOMMERCE PRODUCT CARD OVERRIDES
   ========================================================================== */

/* Hide Category Meta Text & Links on Cards Store-Wide */
[data-products] .card-meta,
[data-products] .ct-term-list,
[data-products] .ct-product-categories,
[data-products] a[href*="product-category"],
[data-products] a[href*="urun-kategorisi"],
.woocommerce ul.products li.product .card-meta,
.woocommerce ul.products li.product .ct-term-list,
.woocommerce ul.products li.product .ct-product-categories,
.woocommerce ul.products li.product a[href*="product-category"],
.woocommerce ul.products li.product a[href*="urun-kategorisi"],
.fashion-card .prod-cat-label,
.ct-card-meta,
.ct-meta-element-categories {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Enforce Modern Luxury Typography on Card Titles Store-Wide */
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3,
[data-products] .entry-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #000000 !important;
}








/* ==========================================================================
   SURGICAL BUTTON ALIGNMENT & TITLE EQUALIZER (GRID CONTAINER UNTOUCHED)
   ========================================================================== */

/* 1. Target individual card item inside grid cell WITHOUT touching container */
[data-products] article,
.woocommerce ul.products li.product,
.fashion-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

/* 2. Inner card details container */
[data-products] article .entry-summary,
.woocommerce ul.products li.product .entry-summary,
.card-details {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    justify-content: space-between !important;
}

/* 3. Title Height Equalizer (Prevents uneven button offset due to 1 vs 2 line titles) */
[data-products] .entry-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.prod-title {
    min-height: 38px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin-bottom: 10px !important;
}

/* 4. Pin Button to the Exact Bottom Line on Every Card */
[data-products] article .button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.btn-add-to-cart {
    margin-top: auto !important;
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    box-sizing: border-box !important;
}


/* ==========================================================================
   SINGLE PRODUCT RELATED & UPSELLS GRID BUTTON & PRICE ALIGNMENT
   ========================================================================== */

.single-product ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

.single-product ul.products li.product .price {
    min-height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
}

.single-product ul.products li.product .button,
.single-product ul.products li.product .add_to_cart_button {
    margin-top: auto !important;
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    box-sizing: border-box !important;
    padding: 14px 10px !important;
}


/* ==========================================================================
   MINIMALIST EDITORIAL SIZE SWATCH BUTTONS (ZARA / MASSIMO DUTTI STYLE)
   ========================================================================== */

/* Swatch Container Alignment */
.variations_form .variations,
.woo-variation-items-wrapper {
    margin-bottom: 24px !important;
}

.variations_form td.label,
.woo-variation-raw-select {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    font-weight: 600 !important;
    color: #000000 !important;
    padding-bottom: 8px !important;
}

/* Size Swatch Item Styling */
.wvs-style-squared .woo-variation-raw-type-button .woo-variation-option-button,
.variable-item.button-variable-item,
.swatch-anchor,
.wvs-button-variable-item {
    min-width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 12px !important;
    border-radius: 0px !important;
    border: 1px solid #e0e0e0 !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-align: center !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

/* Hover State */
.variable-item.button-variable-item:hover,
.swatch-anchor:hover,
.wvs-button-variable-item:hover {
    border-color: #000000 !important;
    color: #000000 !important;
}

/* Selected State (Pitch Black) */
.variable-item.button-variable-item.selected,
.swatch-anchor.selected,
.wvs-button-variable-item.selected,
.wvs-button-variable-item.wvs-selected {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}


/* ==========================================================================
   EDITORIAL MANIFESTO & TICKER SHOWCASE STYLES
   ========================================================================== */

.editorial-split-showcase {
    background: #000000;
    color: #ffffff;
    padding-top: 60px;
    margin: 80px 0 0 0;
}

.editorial-split-showcase .split-row {
    display: flex;
    flex-wrap: wrap;
    min-height: 520px;
    align-items: center;
}

.editorial-split-showcase .split-col {
    flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .editorial-split-showcase .split-col {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* Sol Taraf: Manifesto Metin Alanı */
.text-col-manifesto {
    padding: 60px 80px 60px 80px;
    background: #000000;
}

@media (max-width: 768px) {
    .text-col-manifesto {
        padding: 40px 24px;
    }
}

.manifesto-tag {
    display: block;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #a0a0a0;
    margin-bottom: 16px;
    font-weight: 600;
}

.manifesto-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    color: #ffffff !important;
    letter-spacing: 0.04em !important;
    margin-bottom: 24px !important;
    text-transform: uppercase !important;
}

.manifesto-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 32px;
}

.manifesto-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 24px;
}

@media (max-width: 576px) {
    .manifesto-features {
        grid-template-columns: 1fr;
    }
}

.m-feat-title {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
}

.m-feat-sub {
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
}

.btn-manifesto-discover {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-manifesto-discover:hover {
    color: #cccccc;
    border-color: #cccccc;
    letter-spacing: 0.26em;
}

/* Sağ Taraf: Video ve Overlay */
.video-col {
    position: relative;
    height: 520px;
    overflow: hidden;
}

.video-overlay-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.split-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-video-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.65) 100%);
}

.split-video-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 2;
    color: #ffffff;
}

.split-tagline {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #e0e0e0;
    margin-bottom: 10px;
    font-weight: 600;
}

.split-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 16px !important;
    text-transform: uppercase !important;
}

.split-link-btn {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.split-link-btn:hover {
    letter-spacing: 0.25em;
    color: #dddddd;
}

/* Siyah Akan Yazı Bandı (Marquee Ticker) */
.statement-ticker-banner {
    background: #000000;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.15);
    box-sizing: border-box;
}

.ticker-track {
    display: inline-block;
    white-space: nowrap;
    animation: ticker-slide 28s linear infinite;
}

.ticker-track span {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}

@keyframes ticker-slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


/* ==========================================================================
   ULTRA-LUXURY B2C WOOCOMMERCE LOGIN & REGISTRATION SPLIT LAYOUT
   ========================================================================== */

/* Split Grid Layout for Login & Register Forms */
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account #customer_login {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    max-width: 1000px !important;
    margin: 40px auto !important;
}

@media (max-width: 768px) {
    .woocommerce-account #customer_login {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}

/* Form Titles */
.woocommerce-account #customer_login h2 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    border-bottom: 2px solid #000000 !important;
    padding-bottom: 10px !important;
    margin-bottom: 24px !important;
}

/* Form Inputs */
.woocommerce-account .woocommerce-form label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #333333 !important;
    margin-bottom: 6px !important;
    display: block !important;
}

.woocommerce-account .woocommerce-form input[type="text"],
.woocommerce-account .woocommerce-form input[type="email"],
.woocommerce-account .woocommerce-form input[type="password"] {
    width: 100% !important;
    height: 48px !important;
    padding: 0 16px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0px !important;
    background: #ffffff !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease !important;
}

.woocommerce-account .woocommerce-form input[type="text"]:focus,
.woocommerce-account .woocommerce-form input[type="email"]:focus,
.woocommerce-account .woocommerce-form input[type="password"]:focus {
    border-color: #000000 !important;
    outline: none !important;
}

/* Login & Register Primary Buttons */
.woocommerce-account .woocommerce-form .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-form button[type="submit"] {
    width: 100% !important;
    height: 48px !important;
    background: #000000 !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 0px !important;
    cursor: pointer !important;
    margin-top: 15px !important;
    transition: background 0.3s ease !important;
}

.woocommerce-account .woocommerce-form button[type="submit"]:hover {
    background: #333333 !important;
}
