/* Genel Body ve Font Ayarları */
body {
    background-color: #ffffff !important; /* Beyaz */
    color: #000000 !important;           /* Yazılar Siyah */
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}

/* Navbar */
.navbar {
    background-color: #1c1c1c !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 5%;

}

.navbar-brand img {
    filter: brightness(1.2);
}

.nav-link {
    color: #f1f1f1 !important;
    font-weight: 500;
    font-size: 1.05rem;
}

.nav-link:hover,
.dropdown-item:hover {
    color: rgb(220, 220, 220) !important;
}

.dropdown-menu {
    background-color: #2b2b2b;
}

.dropdown-item {
    color: #f1f1f1;
}

/* Mobil Alt Menü */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1c1c1c;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    border-top: 1px solid #333;
    z-index: 999;
}

.mobile-bottom-nav .nav-item {
    text-align: center;
    color: white;
    font-size: 12px;
    text-decoration: none;
}

.mobile-bottom-nav .nav-item i {
    font-size: 18px;
    display: block;
    margin-bottom: 2px;
}

.mobile-bottom-nav .nav-item:hover {
    color: rgb(216, 216, 216);
}

/* Başlık - Lead */
.lead {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #1a1a1a !important;
    text-shadow: none; /* Beyaz zeminde gölgeye gerek yok */
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 30px;
}

/* Kategori Bar */
.kategori-bar {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 16px;
    background: #f8f8f8; /* Hafif gri bir zemin */
    border: 1px solid #eeeeee;
    backdrop-filter: blur(6px);
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    scrollbar-width: none;
}

.kategori-bar::-webkit-scrollbar {
    display: none;
}

.kategori-button {
    flex: 0 0 auto;
    padding: 10px 24px;
    border-radius: 30px;
    border: 1px solid #d5d5d5;
    border: 1px solid #cccccc;
    color: #333333;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.kategori-button:hover {
    background-color: #dadada;
    color: #121212;
    cursor: pointer;
}

/* Ürün Grid ve Kartları */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    padding: 40px 0;
}

.product-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    text-align: center;
    /* transform: scale(0.95); */ /* kaldır */
    animation: fadeInZoom 0.8s ease forwards;
    opacity: 0;
}

.product-card:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 30px rgba(205, 127, 50, 0.3);
    z-index: 2;
}

.product-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-bottom: 1px solid #333;
}

.product-name,
.product-card-link {
    text-decoration: none;
    color: inherit;
}

.product-card-link:hover {
    color: rgb(217, 217, 217);
}

.product-card h3 {
    margin-top: 13px;
    font-size: 1.4rem;
    color: #1a1a1a !important;
}
.product-price {
    color: #1a1a1a !important;
}

/* Buton - Altın */
.btn-gold {
    background: linear-gradient(45deg, #cd7f32, #b87333);
    background-size: 200%;
    color: #121212;
    border: none;
    border-radius: 30px;
    padding: 12px 26px;
    font-weight: bold;
    margin-top: 12px;
    transition: 0.4s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.btn-gold:hover {
    background-position: right center;
    transform: translateY(-2px);
    color: #000;
    cursor: pointer;
}
.banner {
    width: 112%;
    margin-left: -6%;
    margin-top: -120px; /* navbar yüksekliği kadar ayarlarsın */
    display: block;
    
}
.full-width-banner {
    position: relative;
    width: 110vw;
    min-height: 800px; /* Çok küçülmemesi için alt sınır */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.full-width-banner img {
    position: absolute;
    right: 18%; /* Şişeleri sağa yasla */
    height: 100%; /* Kapsayıcıya tam sığdır, taşmasın */
    width: auto;
    object-fit: contain; /* Resmin oranını bozmadan tamamını göster */
    z-index: 1;
}
.body-img img {
    border-radius: 16px;
    display: block;
    width: 100%;
}
.kargo-img {
    width: 100%;
    margin: 80px 0;
    display: block;
    position: relative; 
    border-radius: 20px;
    overflow: hidden;
}

.kargo-img img {
    width: 100%;
    display: block;
    border-radius: 20px;
}
.kargo-content {
    position: absolute;
    top: 50%;
    right: 8%; /* Yazıları sağ tarafa yaslar */
    transform: translateY(-50%); /* Dikeyde tam ortalar */
    text-align: left;
    max-width: 500px;
    z-index: 10;
}
.kargo-title {
    font-family: 'Playfair Display', serif; /* Görseldeki gibi tırnaklı (serif) font */
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 20px;
}
.kargo-text {
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 30px;
}
  .contact-button {
    display: inline-block;
    background-color: #8b0000;
    color: #ffffff !important;
    padding: 12px 60px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

  .contact-button:hover {
    background-color: #660000;
    transform: scale(1.05);
}
  .banner-button {
    position: absolute;
    bottom: 50%;
    left: 20%;
    transform: translateX(-50%);
    background-color: #97372e;
    color: white;
    width: 30%;
    height: 45px;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    line-height: 45px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}
.banner-text-content {
    position: relative;
    z-index: 10;
    margin-left: 8%;
    max-width: 40%; /* Yazının yayılması için alanı genişlettik */
    text-align: left;
    padding: 20px;
}

/* ANA BAŞLIK - BÜYÜTÜLDÜ */
.banner-main-title {
    font-size: 3.0rem; /* 2.8rem'den 4.5rem'e çıkarıldı */
    color: #1a1a1a;
    font-weight: 900; /* Daha kalın ve tok bir görünüm */
    line-height: 1.0; /* Satır arasını daraltarak daha modern bir hava katar */
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: -2px; /* Harfleri birbirine yaklaştırarak 'premium' görünüm sağlar */
}

/* ALT METİN - BÜYÜTÜLDÜ */
.banner-sub-text {
    font-size: 1.5rem; /* 1.1rem'den 1.5rem'e çıkarıldı */
    color: #333; /* Daha okunaklı olması için rengi biraz koyulaştırdık */
    margin-bottom: 35px;
    line-height: 1.4;
    font-weight: 500;
}
.feature-text h5 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0;
    font-size: 1rem; /* Yan yana yapıda fontu biraz küçültmek denge sağlar */
    line-height: 1.2;
}
.feature-text {
    text-align: left; /* Yazıları kendi içinde sola yaslar */
}
.feature-icon-img {
    width: 45px; /* Yan yana geldiklerinde biraz daha küçük olmaları daha şık durur */
    height: 45px;
    object-fit: contain;
    margin-bottom: 0 !important; /* Eski alt boşluğu sıfırlıyoruz */
}

/* Mevcut diğer CSS kodlarınız... */
.features-row {
    padding: 30px 0;
}

.feature-item {
    display: flex;
    flex-direction: row; /* Yan yana getirir */
    align-items: center; /* Dikeyde ortalar */
    justify-content: center; /* Yatayda ortalar */
    gap: 15px; /* Resim ile yazı arasındaki boşluk */
}

.feature-item h5 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
    font-size: 1.1rem;
}

.feature-item p {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 0;
}
/* BUTON - BÜYÜTÜLDÜ */
.banner-custom-button {
    display: inline-block;
    background-color: #97372e;
    color: white !important;
    padding: 18px 120px; /* İç boşluğu artırarak butonu devleştirdik */
    font-size: 20px; /* Buton yazı boyutu */
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(151, 55, 46, 0.2);
}
.banner-custom-button:hover {
    background-color: #6b2a24;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(151, 55, 46, 0.5);
}

.banner-button:hover {
    background-color: #6b2a24;
    color: white;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
/* Banner */
.banner-container {
    overflow: hidden;
    width: 100%;
    background-color: #1a1a1a;
    padding: 0;
}

.scrolling-banner {
    display: flex;
    width: calc(600px * 6);
    animation: scrollBanner 25s linear infinite;
    align-items: center;
}

.scroll-item {
    width: 600px;
    height: 350px;
    flex-shrink: 0;
    padding: 0 20px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.scroll-item:hover {
    transform: scale(1.05);
}

@keyframes scrollBanner {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1800px);
    }
}

@keyframes fadeInZoom {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Footer */
footer {
    position: relative;
    /* Fotoğrafın yolu - images klasöründeki ismine göre güncelle */
    background-image: url('/images/footer-bg.jpg'); 
    background-size: cover; /* Fotoğrafın alanı kaplamasını sağlar */
    background-position: center; /* Fotoğrafı ortalar */
    background-repeat: no-repeat;
    color: #ffffff; /* Yazı rengini beyaz yapar */
    padding: 60px 0;
    overflow: hidden;
}
/* Fotoğrafın üzerine karartma eklemek için (Overlay) */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* İçeriklerin karartmanın üstünde görünmesi için */
footer .container {
    position: relative;
    z-index: 2;
}

/* Linklerin rengini beyaz/gri tonlarına çekelim */
footer a.text-reset {
    color: #ddd !important;
    text-decoration: none;
    transition: 0.3s;
}

footer a.text-reset:hover {
    color: #ffffff !important;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: rgb(215, 215, 215);
}

/* Sekmeler */
#login-tab,
#register-tab,
#desc-tab {
    color: black !important;
}

/* Responsive */
@media (max-width: 768px) {
    .product1-card {
        max-width: 90%; /* Mobilde ekranı kaplasın */
        width: 100%;
    }
    .product1-section {
        flex-wrap: wrap; /* Mobilde alt alta geçsinler */
    }
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
    .feature-text {
        text-align: center;
    }
    .banner-text-content {
        max-width: 90%;
        margin-left: 0;
        text-align: center;
        order: 1;
    }
    .banner-main-title {
        font-size: 1.8rem;
        color: #000; /* Mobilde daha okunaklı olması için */
    }

    .banner-sub-text {
        font-size: 0.95rem;
        display: none; /* Mobilde görsel çok kalabalıksa açıklamayı gizleyebilirsin */
    }

    .banner-custom-button {
        padding: 10px 25px;
        font-size: 15px;
    }
    .kargo-img {
    width: 85%;
    margin-left: 10%;
    margin-top: 80px; /* navbar yüksekliği kadar ayarlarsın */
    display: block;
        position: relative; /* EKLENDİ! */

    
}
.kargo-img img {
    width: 100%;
    display: block;
    border-radius: 16px;
}.contact-button {
        padding: 10px 40px;
        min-width: 200px;
        font-size: 14px;
    }

.contact-button:hover {
    background-color: #660000;
    transform: scale(1.03); /* Üzerine gelince hafif büyüme efekti */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.kargo-content {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        padding: 30px;
        text-align: center;
        background-color: #f9f9f9; /* Mobilde yazıların okunması için zemin */
    }
    .kargo-title { font-size: 1.8rem; }
    .kargo-text { font-size: 0.9rem; }
.banner-button {
    position: absolute;
    bottom: 40%;
    left: 20%;
    transform: translateX(-50%);
    background-color: #97372e;
    color: white;
    width: 30%;
    height:25px;
    text-align: center;
    font-size: 15px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.banner-button:hover {
    background-color: #97372e;
    color: white;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
    .full-width-banner {
        flex-direction: column;
        height: auto;
        padding-top: 20px;
    }
    .full-width-banner img {
        position: relative;
        right: 0;
        width: 100%;
        height: auto;
        order: 2;
    }
    .product-card {
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        transition: all 0.4s ease;
        text-align: center;
        animation: fadeInZoom 0.8s ease forwards;
        opacity: 0;
        width: 100%;
        height: auto !important; /* Otomatik yüksekliği kullan */
        min-height: 200px; /* İsteğe bağlı */
        padding-bottom: 2px;
    }

    .product-card-link {
        display: block;
        max-height: 200px;
        overflow: hidden;
    }

    .product-media {
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
    }

    .product-card img
    {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
   .product-video {
    position: absolute;
    top: 50%;        /* dikey ortala */
    left: 50%;       /* yatay ortala */
    width: 120%;     /* genişliği %120 yap */
    height: 120%;    /* yüksekliği %120 yap */
    object-fit: cover; /* video kutuyu tamamen kaplasın */
    transform: translate(-0%, -17%);
    background-color: white;
}

    .product-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 12px;
    }

    .product-card h3 {
        font-size: 1.1rem;
        color: black;
    }

    .product-price {
        text-align: center;
        font-weight: bold;
        font-size: 1.2rem;
    }
    .navbar {
        position: relative;
        display: flex;
        justify-content: center; /* Ortala yatayda */
        align-items: center;    /* Ortala dikeyde */
    }
    .navbar-brand {
        position: relative; /* absolute değil */
        left: auto;
        transform: none;
        margin: 0 auto;
    }

    .navbar-toggler {
        position: fixed; /* sabit kalması için */
        right: 10px;
        top: 5%;
        transform: translateY(-40%);
        z-index: 1000;
        opacity: 0;
    }
   .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    /* Toggle butonunu sağda sabit tut */
    .whatsapp-float {
    position: fixed;
    margin-bottom: 50px;    
    margin-right: 2px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-icon-img {
    width: 75px;
    height: 75px;
}
}
.out-of-stock-button {
    background-color: #e60000 !important;
    border-color: #e60000 !important;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.5); /* Hafif gölge */
    transition: transform 0.2s ease;
}

.out-of-stock-button:hover {
    transform: scale(1.02);
}
.btn.btn-primary {
    background-color: #e60000;
    border: none;
    color: white;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(255, 111, 0, 0.3);
        margin-bottom: 10px;    /* Aşağıdaki boşluğu azalt */

}

.btn.btn-primary:hover {
    background-color: #e65c00;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(255, 111, 0, 0.4);
}
.product-media {
    position: relative;
    width: 100%;
    height: 300px;
        aspect-ratio: 1 / 1; /* Kare görünüm için */

    overflow: hidden;
}

.product-image,
.product-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.add-to-cart-btn {
    margin-top: -10px; /* Yukarı almak için negatif margin */
}
main.container {
    padding-top: 100px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-icon-img {
    width: 75px;
    height: 75px;
}
.product1-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; /* Kartlar arasındaki boşluk */
    margin: 60px 0;
    flex-wrap: nowrap; /* Yan yana kalmalarını zorlar (mobilde wrap olur) */
    width: 100%;
}

.product1-card {
    text-align: center;
    /* Genişliği buradan artırıyoruz */
    width: 600px; /* Sabit genişlik yerine width kullanabilirsin */
    max-width: 45vw; /* Ekran genişliğinin %45'i kadar olsun (yan yana sığmaları için) */
}

.product1-card img {
    width: 100%; /* Kartın tüm genişliğini kapla */
    height: auto; /* Oranı koru */
    border-radius: 24px; /* Köşeleri biraz daha yuvarlatmak premium durur */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Hafif modern bir gölge */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product1-card img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.product1-card h3 {
    text-decoration: none;
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
}
.product1-card-link {
    text-decoration: none;
    color: inherit;
}
.product1-title {
    color: #000000;
    font-size: 20px; /* Yazı boyutunu biraz küçültmek daha zarif gösterir */
    font-weight: 600; /* Çok kalın olmaması görseldeki estetiği sağlar */
    margin-top: 20px;
    font-family: 'Segoe UI', sans-serif;
    text-decoration: none;
    
    /* GÖRSELDEKİ STİLİ SAĞLAYAN KRİTİK AYARLAR: */
    text-transform: uppercase; /* Tüm harfleri büyük yapar */
    letter-spacing: 8px;      /* Harflerin arasını ciddi oranda açar */
    text-align: center;       /* Yazıyı ortalar */
    display: block;           /* Genişliğin ve ortalamanın düzgün çalışması için */
}
.search-container {
        display: flex;
        align-items: center;
        position: relative;
        transition: all 0.3s ease;
    }

    .search-box {
        width: 0;
        opacity: 0;
        transition: all 0.4s ease;
        overflow: hidden;
    }

    .search-box input {
        width: 200px;
        padding: 8px 14px;
        border: none;
        border-radius: 30px;
        background: linear-gradient(135deg, #ffffff, #f1f1f1);
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
        font-size: 14px;
        color: #333;
    }

    .search-box input::placeholder {
        color: #aaa;
        font-style: italic;
    }

    .search-box input:focus {
        outline: none;
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.5), 0 0 3px #ffc107;
        background: #fff;
    }

    .search-box.show {
        width: 220px;
        opacity: 1;
        margin-left: 10px;
    }

    .nav-item-shift {
        transition: margin-left 0.4s ease;
        margin-left: 230px;
    }

    #searchResults {
    position: absolute;
    top: 45px; /* input'un altına gelecek kadar boşluk bırak */
    left: 35px;   /* input ile aynı hizadan başlasın */
    width: 100px; /* 💡 Burayı küçülttük */
    z-index: 2000;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
}
  /* Label'ın beyaz görünmesi için */


/* Ok işaretini göstermek için (özellikle Firefox ve Chrome için) */
.form-select.bg-dark {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 8px 10px;
    padding-right: 2.5rem;
}.form-floating .form-select {
  height: 3.5rem; /* Bootstrap default select yüksekliği kadar */
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.5;
}

.premium-cart-btn {
    background-color: #97372e;
    color: #ffffff;
    border: none;
    border-radius: 8px; /* Resimlerin kavisleriyle uyumlu pürüzsüz kenarlar */
    padding: 10px 16px;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 0.3s ease; /* Yumuşak animasyonlar */
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(151, 55, 46, 0.25); /* Hafif, şık bir gölge */
    outline: none;
}

/* Fare üzerine gelince (Hover) Efekti */
.premium-cart-btn:hover {
    background-color: #7d2d25; /* Rengin bir tık daha tok, koyu hali */
    box-shadow: 0 6px 15px rgba(151, 55, 46, 0.4); /* Gölge belirginleşir */
    transform: translateY(-2px); /* Buton hafifçe havaya kalkar */
    color: #ffffff;
}

/* Butona tıklandığı an (Active) Efekti */
.premium-cart-btn:active {
    transform: translateY(0); /* Tıklanma hissi için aşağı iner */
    box-shadow: 0 2px 5px rgba(151, 55, 46, 0.3);
}

.premium-cart-btn .price-text {
    letter-spacing: 0.5px;
}

/* Sepet İkonunu saran şık kutucuk */
.premium-cart-btn .icon-wrapper {
    background-color: rgba(255, 255, 255, 0.15); /* İkonun arkasında yarı saydam beyaz bir kutu */
    padding: 6px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.premium-cart-btn:hover .icon-wrapper {
    background-color: rgba(255, 255, 255, 0.25); /* Üzerine gelince ikon kutusu hafif parlar */
}