/* ===================================
    Crafto - Consulting
====================================== */
/* font */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* variable */
:root {
  --base-color: #009474;
  --base-color-hover: #0f766e;
  --dark-gray: #292d36;
  --medium-gray: #808291;
  --primary-font: "Kumbh Sans", sans-serif;
  --alt-font: "Kumbh Sans", sans-serif;
}
/* reset */
body {
  font-size: 17px;
  line-height: 30px;
}
a {
  color: #808291;
}
.btn {
  text-transform: none;
  letter-spacing: 0px;
}

.btn.btn-medium {
  font-size: 18px;
}

/* bg gradient color */
.bg-gradient-black-dark-orange {
  background-image: linear-gradient(
    to right top,
    #353332,
    #312b28,
    #15110f,
    #4a3229,
    #5a2611
  );
}
.bg-gradient-dark-orange-transparent {
  background-image: linear-gradient(
    to right top,
    rgba(212, 110, 66, 0.8),
    rgba(197, 105, 66, 0.8),
    rgba(184, 101, 66, 0.8),
    rgba(158, 93, 67, 0.8),
    rgba(111, 80, 70, 0.8)
  );
}
/* header */
.header-icon .icon > a {
  font-size: 20px;
}
.navbar .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
  font-size: 16px;
  line-height: 28px;
}
.push-menu {
  width: 400px;
}
header .navbar-brand img {
  max-height: 35px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
  border-radius: 5px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
  padding: 9px 0 11px;
  border-bottom: 1px solid var(--light-medium-gray);
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:first-child a {
  padding-top: 0;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:last-child a {
  border: 0;
  padding-bottom: 0;
}
.push-menu .close-menu {
  right: 30px;
  top: 30px;
}
/* typography */
h1 {
  line-height: 4.5rem;
}
/* subcribe style 02 */
.newsletter-style-02 .btn {
  padding: 7px 18px 9px 18px;
}
/* footer */
footer .input-small,
footer .textarea-small {
  font-size: 15px;
  padding-left: 20px;
}
footer .footer-logo img {
  max-height: 35px;
}
/* page title */
.page-title-extra-small h1 {
  font-size: 22px;
  line-height: 32px;
}
/* subcribe style 02 */
.newsletter-style-02 input {
  padding-right: 65px;
}

.page-title-big-typography .small-screen {
  max-height: 250px !important;
}

/* media query responsive */
@media (max-width: 1199px) {
  .newsletter-style-02 input {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav .simple-dropdown .dropdown-menu {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .page-title-extra-small h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .page-title-big-typography .small-screen {
    max-height: 250px !important;
  }
  .process-step-style-02 .progress-step-separator {
    display: block;
  }
}
@media (max-width: 575px) {
  .process-step-style-02 .progress-step-separator {
    display: none;
  }
}

.header-language-icon .header-language .language-dropdown li a {
  font-size: 16px;
}

.tab-style-01 .nav-tabs .nav-link.show,
.tab-style-01 .nav-tabs .nav-link.active,
.tab-style-01 .nav-tabs .nav-link:hover {
  background-color: var(--base-color);
  color: white;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
  width: 300px;
}

.text-gradient-sustainability {
  background-image: linear-gradient(
    to right,
    #004b23,
    #007200,
    #38b000,
    #70e000,
    #9ef01a
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: bold; /* Gradient'in belli olması için kalın font öneririm */
}

.modern-contact-sidebar {
  position: fixed;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.sidebar-btn {
  width: 48px;
  height: 48px;
  background-color: var(--base-color);
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  cursor: pointer;
  font-size: 22px;
  margin-top: 12px;
}

/* İlk butonun üstünde boşluk olmamalı */
.sidebar-btn:first-child {
  margin-top: 0;
}

.sidebar-btn:hover {
  background-color: var(--base-color-hover);
  box-shadow: 0 6px 14px rgba(13, 148, 136, 0.4);
  transform: translateX(6px);
  color: #ffffff;
}

.sidebar-btn:hover i {
  transform: scale(1.15);
}

/* --- 4. BUTON BAŞLANGIÇ (Masaüstünde Dikey Olarak Sıfır Boyut) --- */
.scroll-top-btn {
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

/* --- 4. BUTON AKTİF (Masaüstü Kaydırılınca) --- */
.modern-contact-sidebar.scrolled .scroll-top-btn {
  opacity: 1;
  visibility: visible;
  max-height: 48px;
  margin-top: 12px;
}

/* ========================================= */
/* MOBİL GÖRÜNÜM (Yatay Dinamik Hap Tasarımı)*/
/* ========================================= */
@media (max-width: 768px) {
  .modern-contact-sidebar {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* --- DİKEYDE ORTALAMA (EKSİKTİ, EKLENDİ) --- */
    background-color: #ffffff;
    padding: 8px 15px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    width: max-content;
    max-width: 90vw; /* Taşma önleyici (kullanıcı %50 diyor, bu bir üst sınır) */
  }

  .sidebar-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: none;
    margin-top: 0; /* Mobilde dikey boşluğu iptal et */
    margin-left: 12px; /* Mobilde butonlar arasına yatay boşluk ver */
  }

  .sidebar-btn:first-child {
    margin-left: 0;
  }

  .sidebar-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 10px rgba(13, 148, 136, 0.4);
    color: #ffffff;
  }

  /* --- 4. BUTON BAŞLANGIÇ (Mobilde Dikey Dikey Boyut Sıfır) --- */
  .scroll-top-btn {
    max-height: 40px; /* Yüksekliği sabit tut */
    max-width: 0; /* GENİŞLİĞİ 0 YAP */
    margin-left: 0; /* Boşluk yok */
    /* --- Dikey dikey hizalama sorununu gidermek için dikey margin'leri sıfırla --- */
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  /* --- 4. BUTON AKTİF (Mobil Kaydırılınca Kapsül Genişler) --- */
  .modern-contact-sidebar.scrolled .scroll-top-btn {
    max-width: 40px; /* Sağa genişleme */
    margin-left: 12px; /* Boşluk */
    /* Dikey dikey margin'ler sıfır kalsın --- */
    margin-top: 0;
    margin-bottom: 0;
  }

  .modern-contact-sidebar.scrolled .scroll-top-btn:hover {
    transform: translateY(-4px);
  }
}

.quantity .qty-text {
  width: 115px !important;
}

.btn.btn-transparent-light-gray:hover, .btn.btn-transparent-light-gray:active {
  color: var(--white) !important;
}

.product-price ins {
  text-decoration: none !important;
}

/* ========================================= */
/* SAĞ YÜZEN ARAÇLAR (MASAÜSTÜ)              */
/* ========================================= */
.modern-right-sidebar {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  gap: 12px;
}

.right-sidebar-btn {
  width: 48px;
  height: 48px;
  background-color: var(--base-color); /* İlk kodunuzdaki ana renk */
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 22px;
  position: relative;
}

.right-sidebar-btn:hover {
  background-color: var(--base-color-hover); /* İlk kodunuzdaki hover rengi */
  box-shadow: 0 6px 14px rgba(13, 148, 136, 0.4); /* İlk kodunuzdaki gölge */
  transform: translateX(-6px); 
  color: #ffffff;
}

.right-sidebar-btn:hover i {
  transform: scale(1.15);
  transition: transform 0.3s ease;
}

/* Sepet Sayısı Baloncuğu */
.modern-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Arka plan rengi (bg-danger) ve metin (text-white) PHP dosyasından class olarak geliyor */
}

/* ========================================= */
/* MOBİL GÖRÜNÜM (Yatay Dinamik Hap Tasarımı)*/
/* ========================================= */
@media (max-width: 768px) {
  .modern-right-sidebar {
    top: auto;
    bottom: 80px; /* Sol menü bottom:20px olduğu için üst üste binmesin */
    right: 15px;
    transform: none;
    flex-direction: row; 
    background-color: #ffffff; /* İlk kodunuzdaki mobil arka plan */
    padding: 8px 12px;
    border-radius: 50px; 
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    gap: 10px;
    width: max-content;
  }

  .right-sidebar-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: none;
    background-color: transparent; /* Mobilde beyaz hapın içinde transparan olsun */
    color: var(--base-color);      /* İkonlar ana renkte görünsün */
  }

  .right-sidebar-btn:hover {
    transform: translateY(-4px); 
    background-color: var(--base-color);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(13, 148, 136, 0.4);
  }

  .modern-cart-count {
    top: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    /* font-size class'lardan geldiği için mobilde boyutlandırma CSS'ine gerek kalmadı */
  }
}

/* ==================================================== */
/* WOOCOMMERCE SEPET BLOK (CART BLOCK) MODERNİZASYONU   */
/* ==================================================== */

/* 1. Ürün İsimleri ve Okunabilirlik */
.wc-block-components-product-name {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important; /* Daha koyu ve net bir metin rengi */
    text-decoration: none !important;
}

/* 2. Fiyatlar ve Alt Toplam Metinleri */
.wc-block-components-product-price, 
.wc-block-components-product-sale-price,
.wc-block-components-totals-item__value {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a252f !important;
}

/* 3. Tasarruf (İndirim) Etiketi - Soft yeşil daha dikkat çekici durur */
.wc-block-components-product-sale-badge, 
.wc-block-components-badge {
    background-color: #e8f5e9 !important; 
    color: #2e7d32 !important; 
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    display: inline-block !important;
    margin-top: 5px !important;
}

/* 4. Sepet Toplamları Kartı (Sağ Taraf) - Modern Gölge Efekti */
.wc-block-cart__totals {
    background: #ffffff;
    padding: 24px !important;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); /* Sağ tarafı bir kart gibi ayırır */
    border: 1px solid #eaeaea;
}

/* Sepet Toplamları Başlığı */
.wc-block-cart-totals__title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #2c3e50 !important;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
}

/* 5. Tahmini Toplam (Ana Toplam) Vurgusu */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: var(--base-color, #2c3e50) !important; /* Ana renk veya koyu ton */
}

/* 6. Ödemeye Git Butonu (En çok sorun yaratan kısım) */
.wc-block-cart .wc-block-components-checkout-button,
.wc-block-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button {
    background-color: var(--base-color, #2c3e50) !important; 
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 16px 24px !important;
    border-radius: 8px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 15px !important;
}

.wc-block-cart .wc-block-components-checkout-button:hover,
.wc-block-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:hover {
    background-color: var(--base-color-hover, #1a252f) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15) !important;
    color: #ffffff !important;
}

/* 7. Miktar Seçici ve Çöp Kutusu (Silme) İkonu */
.wc-block-components-quantity-selector {
    border-radius: 8px !important;
    background-color: #f8f9fa !important;
}

.wc-block-cart-item__remove-link {
    color: #e74c3c !important; /* Silme ikonunu kırmızı yaparak belirginleştiriyoruz */
    transition: transform 0.2s ease !important;
}

.wc-block-cart-item__remove-link:hover {
    transform: scale(1.15) !important;
}

input[type=radio], input[type=checkbox] {
    padding: unset !important;
}

/* ==================================================== */
/* WOOCOMMERCE HESABIM (MY ACCOUNT) MODERNİZASYONU      */
/* ==================================================== */

/* --- 1. Genel Düzen (Menü ve İçeriği Yan Yana Ayırma) --- */
.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

/* --- 2. Sol Menü (Navigasyon) Kart Tasarımı --- */
.woocommerce-MyAccount-navigation {
    flex: 1 1 250px;
    max-width: 300px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 16px 20px;
    color: #4a5568;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

/* Menü Hover ve Aktif Sayfa Durumu */
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--base-color);
    color: #ffffff !important;
    padding-left: 26px; /* Üzerine gelince sağa doğru tatlı bir kayma efekti */
}

/* --- 3. Sağ İçerik Alanı (Siparişler, Adresler vb.) --- */
.woocommerce-MyAccount-content {
    flex: 3 1 0;
    min-width: 300px;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
}

/* Başlıklar */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

/* --- 4. Tablolar (Sipariş Geçmişi) --- */
.woocommerce-MyAccount-content table.shop_table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden; /* Köşeleri yuvarlatmak için */
    border: 1px solid #eaeaea !important;
}

.woocommerce-MyAccount-content table.shop_table thead th {
    background-color: #f8f9fa;
    padding: 15px;
    font-weight: 700;
    color: #2c3e50;
    text-align: left;
    border: none !important;
}

.woocommerce-MyAccount-content table.shop_table tbody td {
    padding: 15px;
    border-top: 1px solid #eaeaea !important;
    vertical-align: middle;
    color: #4a5568;
}

/* --- 5. Adres Kartları --- */
.woocommerce-Address {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
}

/* --- 6. Formlar ve İnputlar (Hesap Detayları) --- */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background-color: #fdfdfd;
    transition: all 0.3s ease;
    font-size: 15px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    border-color: var(--base-color);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    outline: none;
}

/* --- 7. Butonlar (Siparişi Görüntüle, Kaydet vb.) --- */
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button.button {
    background-color: var(--base-color) !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: none !important;
    transition: all 0.3s ease !important;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content button.button:hover {
    background-color: var(--base-color-hover) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* --- 8. Bilgi Mesajları (Sipariş bulunamadı vb.) --- */
.woocommerce-message, 
.woocommerce-info {
    border-top-color: var(--base-color) !important;
    background-color: #f8f9fa !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03) !important;
}

/* --- MOBİL UYUMLULUK --- */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }
    .woocommerce-MyAccount-navigation {
        max-width: 100%;
        width: 100%;
    }
    .woocommerce-MyAccount-navigation ul li a {
        text-align: center;
        padding-left: 20px;
    }
    .woocommerce-MyAccount-navigation ul li a:hover,
    .woocommerce-MyAccount-navigation ul li.is-active a {
        padding-left: 20px; /* Mobilde yana kayma efektini kapat */
    }
    .woocommerce-MyAccount-content {
        padding: 20px 15px;
    }
}

.btn.btn-medium:hover {
  background-color: var(--base-color) !important;
}

/* Mobil (768px ve altı) için Navbar Logo Yüksekliği */
@media (max-width: 768px) {

}

/* Mobil Menü Ekstraları */
.mobile-language-selector .lang-label {
    color: #a0a0a0;
    letter-spacing: 1px;
}

.mobile-language-selector .lang-btn {
    transition: all 0.3s ease;
}

.mobile-language-selector .lang-btn img {
    width: 18px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.mobile-language-selector .lang-btn.lang-active {
    border: 2px solid var(--base-color);
    color: var(--base-color);
    background-color: rgba(var(--base-color), 0.03);
}

.mobile-language-selector .lang-btn.lang-inactive {
    border: 1px solid #e4e4e4;
    color: #888;
    background-color: #fafafa;
}

.mobile-social-media .social-btn {
    width: 46px;
    height: 46px;
    border: 1px solid #e4e4e4;
    color: #555;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.mobile-social-media .social-btn:hover {
    border-color: var(--base-color);
    color: var(--base-color);
}

@media (max-width: 767px) {
    /* SWIPER NUMARALAR VE DIŞ HALKA DÜZENLEMESİ */
        header .navbar-brand img {
        max-height: 26px !important;
    }
    /* Ana yuvarlaklar ve yazılar */
    .swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet {
        width: 30px !important;       
        height: 30px !important;      
        line-height: 28px !important; 
        font-size: 12px !important;    
        margin: 5px 0 !important;     
    }

    /* Aktif olan yuvarlak (bir tık büyük) */
    .swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet-active {
        width: 35px !important;       
        height: 35px !important;
        line-height: 33px !important;
    }

    /* Ekranın sağına yapışmasını engelleme */
    .swiper-number-pagination-style-02 .swiper-pagination-bullets-right {
        right: 10px !important; 
    }

    /* Taşan 56px'lik dış halkayı ana yuvarlağa sabitleme */
    .swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet:before {
        width: 100% !important;
        height: 100% !important;
        transform: scale(1) !important;
        top: 0 !important;
        left: 0 !important;
    }
    .swiper-slide .opacity-light.bg-dark-gray {
        opacity: 0.5 !important; /* Buradaki 0.8 değerini kendine göre kısıp açabilirsin (örn: 0.7 veya 0.9) */
    }
}


/* 1. VARYASYON (BEDEN/RENK) ALANI DÜZELTMELERİ */
.woocommerce form.cart .variations {
    width: 100% !important;
    margin-bottom: 25px !important;
    border: none !important;
}

.woocommerce form.cart .variations th {
    text-align: left !important;
    vertical-align: middle !important;
    padding: 0 15px 0 0 !important;
    width: auto !important;
    border: none !important;
}

.woocommerce form.cart .variations th label {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin: 0 !important;
}

.woocommerce form.cart .variations td {
    border: none !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

/* Seçim Kutusu (Dropdown) Tasarımı */
.woocommerce form.cart .variations select {
    width: 100% !important;
    max-width: 300px !important;
    height: 46px !important;
    padding: 0 15px !important;
    border-radius: 100px !important; /* Hap formu */
    border: 1px solid #e0e0e0 !important;
    background-color: #fff !important;
    color: #333 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    outline: none !important;
}

.woocommerce form.cart .variations select:focus {
    border-color: #111 !important;
}

/* "Seçimi Temizle" Butonunu düzelt */
.woocommerce form.cart .reset_variations {
    font-size: 12px !important;
    color: #ff3333 !important;
    margin-top: 8px !important;
    display: inline-block !important;
}

/* Varyasyon seçildiğinde buton üstünde çıkan fiyatı gizle */
.woocommerce-variation-price {
    display: none !important;
}