@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=Outfit:wght@300;400;500;600;700&display=swap');

/* Reset & Base Styles */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: clip;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--tema-font-family), sans-serif;
    font-size: var(--tema-font-size-base, 1rem);
    color: var(--tema-renk-text);
    background-color: var(--tema-renk-bg);
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a, a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none !important;
}

/* Material Icons CLS (Yerleşim Kayması) Önleyici */
.material-symbols-outlined {
    display: inline-block !important;
    width: 1em !important;
    height: 1em !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

/* Page Layout Skeleton */
.app-container {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: minmax(0, 1fr);
    min-height: 100vh;
    min-height: 100dvh;
}

/* Kampanya & Duyuru Barı */
.announcement-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--tema-renk-primary);
    color: #ffffff;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

/* Top Information Bar - Kaldirildi */

/* Sticky Premium Main Header (Yatay Düzen) */
.main-header {
    background-color: #ffffff;
    box-shadow: 0 0.15rem 0.75rem rgba(117, 103, 87, 0.03);
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
    align-self: start;
    grid-row: 1 / -1;
}

.announcement-bar + .main-header {
    grid-row: 2 / -1;
}

.header-inner {
    position: relative;
    /* Absolute mega menü için kapsayıcı yapıldı */
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    /* Eşit dağılım ve ortalama için 3 kolon */
    align-items: center;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0.45rem 1.5rem;
}

/* Sol Navigasyon ve Mega Menü Yapısı */
.header-nav-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
}

.nav-item-mega {
    /* position: relative; kaldırıldı - mega menü header-inner'a göre konum alacak */
}

.nav-mega-trigger {
    text-decoration: none;
    color: var(--tema-renk-text);
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    /* Boşluklar daha dengeli hale getirildi */
    padding: 0.6rem 0;
    transition: color 0.3s ease;
}

.nav-mega-trigger:hover {
    color: var(--tema-renk-primary);
}

.nav-mega-trigger .menu-icon {
    font-size: 1.15rem;
    /* Hamburger menü ikon boyutu */
}

.nav-item-simple {
    display: flex;
    align-items: center;
}

.nav-simple-link {
    text-decoration: none;
    color: var(--tema-renk-text);
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.6rem 0;
    transition: color 0.3s ease;
}

.nav-simple-link:hover {
    color: var(--tema-renk-primary);
}

.nav-simple-link .icon {
    font-size: 1.15rem;
}

.nav-mega-trigger .arrow-icon {
    font-size: 1.15rem;
    transition: transform 0.3s ease;
}

.nav-item-mega:hover .nav-mega-trigger .arrow-icon {
    transform: rotate(180deg);
    color: var(--tema-renk-primary);
}

/* Premium Mega Menü Paneli */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 1.5rem;
    /* Header iç padding'iyle hizalandı */
    right: 1.5rem;
    width: calc(100% - 3rem);
    /* Sağ ve sol padding'ler çıktı, tam container genişliği */
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
    box-shadow: 0 1.25rem 3rem rgba(117, 103, 87, 0.08);
    border-top: 0.15rem solid var(--tema-renk-primary);
    /* Üstte ince bordo çizgi */
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    transform: translateY(0.75rem);
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
        visibility 0.3s,
        transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    padding: 2.25rem;
}

.nav-item-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Yavaş imleç hareketlerinde menünün kapanmasını önleyen görünmez hover köprüsü */
.mega-menu::before {
    content: '';
    position: absolute;
    top: -1.25rem;
    /* Yukarıya doğru tetikleyiciyle teması sağlayan transparan alan */
    left: 0;
    width: 100%;
    height: 1.5rem;
    background-color: transparent;
    z-index: -1;
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
    gap: 2rem;
}

.mega-col {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.mega-cat-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
    text-decoration: none;
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08);
    padding-bottom: 0.4rem;
    transition: color 0.3s ease;
}

.mega-cat-title:hover {
    color: var(--tema-renk-secondary);
}

.mega-sub-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mega-sub-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.mega-sub-link {
    text-decoration: none;
    color: var(--tema-renk-text);
    font-size: 0.825rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.mega-sub-link:hover {
    color: var(--tema-renk-primary);
}

/* 3. Seviye Kategoriler */
.mega-child-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-left: 0.6rem;
    border-left: 0.0625rem solid rgba(117, 103, 87, 0.06);
}

.mega-child-list a {
    text-decoration: none;
    color: var(--tema-renk-secondary);
    font-size: 0.75rem;
    transition: color 0.3s ease;
}

.mega-child-list a:hover {
    color: var(--tema-renk-primary);
}

/* Promosyon Kartı */
.mega-promo-card {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 10.5rem;
    border-radius: 0.15rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem;
}

.mega-promo-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
}

.mega-promo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.mega-promo-card:hover .mega-promo-img {
    transform: scale(1.04);
}

.mega-promo-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.promo-badge {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.06rem;
    background-color: var(--tema-renk-primary);
    color: #ffffff;
    padding: 0.15rem 0.4rem;
    border-radius: 0.1rem;
    text-transform: uppercase;
}

.promo-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.15rem;
    font-weight: 500;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
}

.promo-action {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    display: block;
}

/* Orta Logo Konumlandırma */
.header-logo-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 6.5rem;
    /* Logo alanını genişlettik */
    height: 2.5rem;
    text-decoration: none;
}

.header-logo-wrapper {
    position: absolute;
    top: 0;
    /* Duyuru barına (kırmızı alana) taşmayı önlemek için sıfırlandı */
    left: 50%;
    transform: translate(-50%, 0);
    width: 6.2rem;
    /* Çapı büyütüldü */
    height: 6.2rem;
    min-width: 6.2rem;
    min-height: 6.2rem;
    aspect-ratio: 1 / 1;
    /* Tam yuvarlaklığı garanti eder */
    background-color: #ffffff;
    border-radius: 50%;
    /* Yoğun gölgelendirme kaldırılarak beyaz bar üzerinde temiz duran zarif bir çerçeve uygulandı */
    border: none;
    box-shadow: 0 0.25rem 0.75rem rgba(117, 103, 87, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Sayfa kaydırıldığında logo küçülecek */
.header-logo-wrapper.shrink {
    width: 3.2rem;
    height: 3.2rem;
    min-width: 3.2rem;
    min-height: 3.2rem;
    top: 50%;
    /* Header barının ortasına hizalanacak */
    transform: translate(-50%, -50%);
    box-shadow: none;
    border: none;
}

.header-logo-img {
    width: 5.2rem;
    /* Logo resmi */
    height: 5.2rem;
    object-fit: contain;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.header-logo-wrapper.shrink .header-logo-img {
    width: 2.5rem;
    height: 2.5rem;
}

/* Actions Menu on Right */
.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
}

.action-btn {
    text-decoration: none;
    color: var(--tema-renk-text);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}

.action-btn:hover {
    color: var(--tema-renk-primary);
    transform: translateY(-0.05rem);
}

.action-btn .material-symbols-outlined {
    font-size: 1.5rem;
}

/* Cart Badge */
.cart-btn {
    position: relative;
}

.cart-count-badge {
    position: absolute;
    top: -0.4rem;
    right: -0.4rem;
    background-color: var(--tema-renk-primary);
    color: #ffffff;
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.1rem 0.3rem rgba(139, 29, 29, 0.2);
}

/* Premium L-Corner Frame Decoration */
.premium-frame {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 2rem rgba(117, 103, 87, 0.05);
    border: 0.0625rem solid rgba(117, 103, 87, 0.1);
}

.premium-frame::before {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-top: 0.15rem solid var(--tema-renk-primary);
    border-left: 0.15rem solid var(--tema-renk-primary);
    pointer-events: none;
    z-index: 10;
}

.premium-frame::after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 0.15rem solid var(--tema-renk-primary);
    border-right: 0.15rem solid var(--tema-renk-primary);
    pointer-events: none;
    z-index: 10;
}

.premium-frame-inner::before {
    content: '';
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-top: 0.15rem solid var(--tema-renk-primary);
    border-right: 0.15rem solid var(--tema-renk-primary);
    pointer-events: none;
    z-index: 10;
}

.premium-frame-inner::after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 0.15rem solid var(--tema-renk-primary);
    border-left: 0.15rem solid var(--tema-renk-primary);
    pointer-events: none;
    z-index: 10;
}

/* Premium Slider Hero Area */
.slider-wrapper {
    width: 100%;
    max-width: 75rem;
    margin: 2rem auto 0 auto;
    padding: 0;
    /* Ana main padding'i olduğu için buradaki çift padding kaldırıldı */
    display: block;
}

.premium-frame {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 2rem rgba(117, 103, 87, 0.05);
    border: 0.0625rem solid rgba(117, 103, 87, 0.1);
    display: block;
}

.premium-frame::before {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-top: 0.15rem solid var(--tema-renk-primary);
    border-left: 0.15rem solid var(--tema-renk-primary);
    pointer-events: none;
    z-index: 10;
}

.premium-frame::after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 0.15rem solid var(--tema-renk-primary);
    border-right: 0.15rem solid var(--tema-renk-primary);
    pointer-events: none;
    z-index: 10;
}

.premium-frame-inner {
    width: 100%;
    position: relative;
    display: block;
}

.premium-frame-inner::before {
    content: '';
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-top: 0.15rem solid var(--tema-renk-primary);
    border-right: 0.15rem solid var(--tema-renk-primary);
    pointer-events: none;
    z-index: 10;
}

.premium-frame-inner::after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 0.15rem solid var(--tema-renk-primary);
    border-left: 0.15rem solid var(--tema-renk-primary);
    pointer-events: none;
    z-index: 10;
}

.slider-container {
    width: 100%;
    height: 28rem;
    overflow: hidden;
    position: relative;
    display: block;
}

.slide-list {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
}

.slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.slide-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

.slide-hizala-sag::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.slide-item.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-item.active .slide-image {
    animation: kenBurnsEffect 12s cubic-bezier(0.1, 0.8, 0.2, 1) forwards;
}

@keyframes kenBurnsEffect {
    from {
        transform: scale(1) translate(0, 0);
    }
    to {
        transform: scale(1.08) translate(0, 0);
    }
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    width: 85%;
    max-width: 35rem;
    text-align: left;
    color: #ffffff;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slide-hizala-sag .slide-content {
    left: auto;
    right: 8%;
    text-align: right;
    align-items: flex-end;
}

.slide-hizala-sag .slide-btn {
    align-self: flex-end;
}

.slide-ust-baslik {
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.75rem;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(1.5rem);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}

.slide-item.active .slide-ust-baslik {
    opacity: 1;
    transform: translateY(0);
}

.slide-ana-baslik {
    font-family: var(--tema-font-headings), serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.6);
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}

.slide-item.active .slide-ana-baslik {
    opacity: 1;
    transform: translateY(0);
}

.slide-aciklama {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.35rem;
    font-style: italic;
    font-weight: 300;
    color: #f5f5f5;
    margin-bottom: 2rem;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.8s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
}

.slide-item.active .slide-aciklama {
    opacity: 1;
    transform: translateY(0);
}

.slide-btn {
    display: inline-block;
    font-family: var(--tema-font-family), sans-serif;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border: 0.08rem solid #ffffff;
    padding: 0.8rem 2rem;
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1s, background-color 0.3s ease, border-color 0.3s ease;
}

.slide-btn:hover {
    background-color: #ffffff;
    color: var(--tema-renk-primary);
    border-color: #ffffff;
    text-decoration: none;
    transform: translateY(-0.1rem);
}

.slide-item.active .slide-btn {
    opacity: 1;
    transform: translateY(0);
}

/* Slider dot indicators */
.slider-dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}

.slider-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: background-color 0.4s ease, width 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s ease;
}

.slider-dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.slider-dot.active {
    width: 1.5rem;
    background-color: var(--tema-renk-primary);
    border-radius: 0.25rem;
}

/* Main Content Area */
main {
    width: 100%;
    max-width: 75rem;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

/* Product Section */
.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 2rem;
    font-weight: 500;
    color: var(--tema-renk-primary);
    margin-bottom: 0.5rem;
}

.section-divider {
    color: var(--tema-renk-secondary);
    font-size: 0.6rem;
    letter-spacing: 0.5rem;
    margin-bottom: 1rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
    gap: 2.5rem;
}

@media (min-width: 48rem) {
    .similar-product-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.product-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}

.product-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1.25rem 2.5rem rgba(117, 103, 87, 0.12);
}

.product-image-container {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.product-link-mask {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* Alt Eylem Çubuğu ve Flat Premium Butonlar */
.product-card-actions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
}

/* Geniş Metin Butonu (Sepete Ekle / Seçenekler) */
.btn-card-main {
    flex-grow: 1;
    background-color: var(--tema-renk-primary);
    color: #ffffff;
    border: 0.0625rem solid transparent;
    border-radius: 0.25rem;
    height: 2.375rem;
    padding: 0 1rem;
    font-family: var(--tema-font-family), sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.btn-card-main:hover {
    background-color: #ffffff;
    color: var(--tema-renk-primary);
    border-color: var(--tema-renk-primary);
}

.btn-card-main:active {
    transform: scale(0.98);
}

.btn-card-main span {
    font-size: 1.1rem;
}

/* Seçenekler Butonu İçin Vurgulu Pastel Arka Plan */
.btn-card-select-options {
    background-color: #f7f3ed;
    color: var(--tema-renk-primary);
    border-color: rgba(139, 29, 29, 0.2);
}

.btn-card-select-options:hover {
    background-color: var(--tema-renk-primary);
    color: #ffffff;
    border-color: var(--tema-renk-primary);
}

/* Tükendi Butonu — pasif, tıklanamaz */
.btn-card-out-of-stock {
    background-color: #f2f0ee;
    color: #aaa09a;
    border-color: rgba(117, 103, 87, 0.12);
    cursor: not-allowed;
    opacity: 0.75;
}

.btn-card-out-of-stock:hover {
    background-color: #f2f0ee;
    color: #aaa09a;
    border-color: rgba(117, 103, 87, 0.12);
    transform: none;
}


/* İkon Butonları (İncele & Favoriler) */
.btn-card-icon-action {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 0.25rem;
    background-color: #f7f5f2;
    border: 0.0625rem solid rgba(117, 103, 87, 0.1);
    color: var(--tema-renk-text);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
    padding: 0;
}

.btn-card-icon-action:hover {
    background-color: #ffffff;
    color: var(--tema-renk-primary);
    border-color: var(--tema-renk-primary);
}

.btn-card-icon-action:active {
    transform: scale(0.95);
}

.btn-card-icon-action span {
    font-size: 1.2rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    transition: font-variation-settings 0.3s ease;
}

/* Favori Kalp İkonu Durumları */
.btn-card-icon-action.active {
    background-color: #fff5f5;
    border-color: rgba(239, 68, 68, 0.2);
    color: var(--tema-renk-primary);
}

.btn-card-icon-action.active span {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    color: var(--tema-renk-primary);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spin {
    animation: spin 1s linear infinite;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

.product-info {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    flex-grow: 1;
    align-items: center;
    text-align: center;
}

.product-category {
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: var(--tema-renk-secondary);
    margin-bottom: 0.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-category:hover {
    color: var(--tema-renk-primary);
}

.product-name {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--tema-renk-text);
    margin-bottom: 0.75rem;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.3;
}

.product-name:hover {
    color: var(--tema-renk-primary);
}

.product-price-box {
    margin-top: auto;
}

.product-card .product-price-box {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 0.75rem;
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 2rem;
}

.product-card .old-price {
    font-size: 0.85rem;
    color: #8c827a;
    text-decoration: line-through;
    margin-right: 0.25rem;
}

.product-card .price {
    font-family: var(--tema-font-family), sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--tema-renk-primary);
}

.price-tax-label {
    font-family: var(--tema-font-headings), serif;
    font-style: italic;
    font-size: 0.75rem;
    color: var(--tema-renk-secondary);
    margin-left: 0.25rem;
}

/* Premium Modern Multi-Column Footer */
.main-footer {
    background-color: #fcfbfa;
    /* Soft krem/beyaz tonu */
    border-top: 0.0625rem solid rgba(139, 29, 29, 0.08);
    padding: 4rem 0 2rem 0;
    color: var(--tema-renk-text);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 0.7fr 0.7fr 2.6fr 1.4fr;
    gap: 2rem;
    max-width: 75rem;
    margin: 0 auto 3rem auto;
    padding: 0 1.5rem;
}

.footer-links-list.footer-links-list-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem 1.5rem;
}

@media (max-width: 30rem) {
    .footer-links-list.footer-links-list-2col {
        grid-template-columns: 1fr;
    }
}

.footer-col {
    display: flex;
    flex-direction: column;
}

/* Brand Column */
.brand-col .footer-logo-stamp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border: 0.0625rem dashed var(--tema-renk-secondary);
    border-radius: 50%;
    padding: 0.25rem;
    margin-bottom: 1.25rem;
    background-color: #ffffff;
}

.brand-col .footer-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.footer-desc {
    font-family: var(--tema-font-headings), serif;
    font-style: italic;
    font-size: 0.9rem;
    color: var(--tema-renk-secondary);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.footer-socials {
    display: flex;
    gap: 0.75rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.15);
    color: var(--tema-renk-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--tema-renk-primary);
    border-color: var(--tema-renk-primary);
    color: #ffffff;
    transform: translateY(-0.15rem);
}

.social-icon .material-symbols-outlined {
    font-size: 1.2rem;
}

/* General Column Styling */
.footer-col-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background-color: var(--tema-renk-kenarlik, #e2dcd5);
    opacity: 0.7;
}

.footer-links-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-links-list a {
    text-decoration: none;
    color: var(--tema-renk-text);
    font-size: 0.875rem;
    font-weight: 400;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: flex-start;
    white-space: normal;
    max-width: 100%;
}

.footer-links-list a::before {
    content: '♦';
    color: var(--tema-renk-primary);
    font-size: 0.55rem;
    margin-right: 0.45rem;
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: inline-block;
    margin-top: 0.3rem;
}

.footer-links-list a:hover {
    color: var(--tema-renk-primary);
}

.footer-links-list a:hover::before {
    opacity: 1;
    transform: translateX(0.15rem);
}

/* Contact Column */
.footer-contact-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-contact-list li {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.footer-contact-list .icon {
    color: var(--tema-renk-primary);
    font-size: 1.25rem;
}

.footer-contact-list .text {
    font-size: 0.85rem;
    color: var(--tema-renk-text);
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-list a.text:hover {
    color: var(--tema-renk-primary);
}

/* Footer Bottom */
.footer-bottom {
    border-top: 0.0625rem solid rgba(117, 103, 87, 0.08);
    padding-top: 1.5rem;
    text-align: center;
    max-width: 75rem;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.footer-copyright {
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.75rem;
    color: #8a7d6b;
    letter-spacing: 0.05rem;
}

/* Dinamik Sayfa Sablonu Stilleri (views/page.php) */
.page-container {
    width: 100%;
    max-width: 75rem;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.page-wrapper {
    width: 100%;
}

.page-content-box {
    padding: 3.5rem 3rem;
}

.page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2.5rem;
}

.page-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 2.25rem;
    font-weight: 500;
    color: var(--tema-renk-primary);
    margin-bottom: 0.75rem;
}

.page-divider {
    color: var(--tema-renk-secondary);
    font-size: 0.6rem;
    letter-spacing: 0.5rem;
}

.page-body {
    font-size: 1rem;
    color: var(--tema-renk-text);
    line-height: 1.7;
}

.page-body h3 {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.page-body p {
    margin-bottom: 1.25rem;
}

.page-body a {
    color: var(--tema-renk-primary);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-body a:hover {
    color: var(--tema-renk-secondary);
}

/* Responsive Styles */
@media (max-width: 48rem) {
    .header-inner {
        padding: 0.5rem 1rem;
    }

    .header-logo-img {
        width: 2.25rem;
        height: 2.25rem;
    }

    .logo-title {
        font-size: 1.2rem;
    }

    .logo-subtitle {
        display: none;
    }

    .nav-menu {
        gap: 1rem;
    }

    .nav-menu a {
        font-size: 0.75rem;
    }

    .header-actions {
        gap: 0.75rem;
    }

    .action-btn .material-symbols-outlined {
        font-size: 1.25rem;
    }

    .slider-container {
        height: 20rem;
    }

    .slide-ana-baslik {
        font-size: 1.6rem;
    }

    .slide-aciklama {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .slide-btn {
        padding: 0.5rem 1.25rem;
        font-size: 0.75rem;
    }

    /* Footer Responsive */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .footer-col.brand-col {
        align-items: center;
    }

    .footer-col:not(.brand-col) {
        align-items: stretch;
        text-align: left;
    }

    .footer-col-title::after {
        display: none !important;
    }

    .footer-links-list,
    .footer-contact-list {
        text-align: left;
    }

    .footer-contact-list li {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.5rem;
    }

    .footer-socials {
        justify-content: center;
    }

    /* Page Content Responsive */
    .page-content-box {
        padding: 2rem 1.5rem;
    }

    .page-title {
        font-size: 1.75rem;
    }

    /* Kategori Sayfası Responsive */
    .category-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .category-sidebar {
        position: static;
    }

    .sidebar-box {
        padding: 1.25rem;
    }

    .category-header {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .category-title {
        font-size: 1.6rem;
    }
}

/* Kategori Listeleme Sayfası Stilleri (views/category.php) */
.category-page-container {
    width: 100%;
    max-width: 75rem;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

/* Breadcrumb Rota Haritası */
.breadcrumb-nav {
    margin-bottom: 2rem;
}

.breadcrumb-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
    color: var(--tema-renk-secondary);
}

.breadcrumb-list li a {
    text-decoration: none;
    color: var(--tema-renk-text);
    transition: color 0.3s ease;
}

.breadcrumb-list li a:hover {
    color: var(--tema-renk-primary);
}

.breadcrumb-list li::after {
    content: '/';
    margin-left: 0.5rem;
    color: rgba(117, 103, 87, 0.4);
}

.breadcrumb-list li:last-child::after,
.breadcrumb-list li.active::after {
    content: none;
}

.breadcrumb-list li.active {
    color: var(--tema-renk-primary);
    font-weight: 600;
}

/* Kategori İki Kolonlu Sayfa Düzeni */
.category-layout {
    display: grid;
    grid-template-columns: 18rem 1fr;
    gap: 3rem;
    align-items: start;
}

/* Sidebar Yan Menü Stilleri */
.category-sidebar {
    position: sticky;
    top: 7rem;
    /* Sticky header alt sınırına göre yapışkan kalır */
}

.sidebar-box {
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
    box-shadow: 0 0.5rem 1.5rem rgba(117, 103, 87, 0.02);
    padding: 1.75rem;
}

.sidebar-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
    margin-bottom: 1.25rem;
    text-transform: capitalize;
}

.sidebar-title .parent-link {
    text-decoration: none;
    color: var(--tema-renk-primary);
    transition: color 0.3s ease;
}

.sidebar-title .parent-link:hover {
    color: var(--tema-renk-secondary);
}

.sidebar-menu-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.sidebar-menu-list li {
    position: relative;
    padding-left: 0.75rem;
}

.sidebar-menu-list li a {
    text-decoration: none;
    color: var(--tema-renk-text);
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.sidebar-menu-list li a:hover {
    color: var(--tema-renk-primary);
    padding-left: 0.15rem;
}

/* Aktif Kategori Durumu */
.sidebar-menu-list li.active-cat {
    padding-left: 0.75rem;
}

.sidebar-menu-list li.active-cat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.15rem;
    height: 1rem;
    background-color: var(--tema-renk-primary);
}

.sidebar-menu-list li.active-cat a {
    color: var(--tema-renk-primary);
    font-weight: 700;
}

.sidebar-empty {
    font-size: 0.85rem;
    color: var(--tema-renk-secondary);
    font-style: italic;
}

/* Mobil Filtre Bileşenleri (Masaüstünde Gizli) */
.btn-mobile-filter,
.sidebar-mobile-header,
.category-sidebar-overlay {
    display: none;
}

/* Kategori İçerik Başlığı ve Ürün Alanı */
.category-products-area {
    display: flex;
    flex-direction: column;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.1);
    padding-bottom: 0.75rem;
    margin-bottom: 2rem;
}

.category-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 2rem;
    font-weight: 500;
    color: var(--tema-renk-primary);
}

.products-count {
    font-size: 0.85rem;
    color: var(--tema-renk-secondary);
    font-weight: 500;
}

/* Kategori Ürün Bulunmama Durumu */
.no-products-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5rem 2rem;
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
}

.no-products-box .icon {
    font-size: 3rem;
    color: var(--tema-renk-secondary);
    margin-bottom: 1.25rem;
}

.no-products-box p {
    font-size: 1.1rem;
    color: var(--tema-renk-text);
    margin-bottom: 2rem;
}

.btn-home-back {
    display: inline-block;
    font-family: var(--tema-font-family), sans-serif;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--tema-renk-primary);
    border: 0.08rem solid var(--tema-renk-primary);
    padding: 0.8rem 2rem;
    transition: all 0.3s ease;
}

.btn-home-back:hover {
    background-color: transparent;
    color: var(--tema-renk-primary);
    transform: translateY(-0.1rem);
}

/* --- Ürün Detay Sayfası Tasarımı --- */

/* Gizli Veri Deposu Sınıfı */
.product-hidden-data {
    display: none !important;
}

/* Kapsayıcı ve Breadcrumb */
.product-page-container {
    width: 100%;
    max-width: 75rem;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

/* Ürün Detay Grid Yapısı */
.product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3.5rem;
    margin-bottom: 5rem;
}

/* Sol Taraf: Galeri */
.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
    width: 100%;
}

.main-image-viewport {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #ffffff;
    border: 1px solid rgba(117, 103, 87, 0.1);
    border-radius: 0;
    /* Köşeli tasarım */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    /* Gölgesiz */
}

.main-image-viewport .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.main-image-viewport:hover .main-image {
    transform: scale(1.03);
}

.thumbnail-strip {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 0.25rem;
    /* Kırpılmayı önlemek için minimal üst dolgu */
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(117, 103, 87, 0.25) transparent;
}

.thumbnail-strip::-webkit-scrollbar {
    height: 0.25rem;
}

.thumbnail-strip::-webkit-scrollbar-track {
    background: transparent;
}

.thumbnail-strip::-webkit-scrollbar-thumb {
    background: rgba(117, 103, 87, 0.25);
    border-radius: 0.125rem;
}

.thumbnail-strip::-webkit-scrollbar-thumb:hover {
    background: rgba(117, 103, 87, 0.4);
}

.thumbnail-item {
    flex: 0 0 4.75rem;
    /* Kibarlaştırıldı */
    height: 4.75rem;
    aspect-ratio: 1 / 1;
    background: #ffffff;
    border: 1px solid rgba(117, 103, 87, 0.15);
    border-radius: 0;
    /* Köşeli tasarım */
    cursor: pointer;
    padding: 0.1rem;
    overflow: hidden;
    transition: all 0.2s ease;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    /* Köşeli tasarım */
}

.thumbnail-item:hover {
    border-color: var(--tema-renk-primary, #8b1d1d);
}

.thumbnail-item.active {
    border-color: var(--tema-renk-primary, #8b1d1d);
    border-width: 1px;
    /* İnce border */
}

/* Sağ Taraf: Satın Alma Kartı */
.product-purchase-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}

.product-header-info {
    margin-bottom: 1rem;
    /* Boşluk azaltıldı */
}

.product-tag-sku-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    width: 100%;
}

.product-tag-category {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tema-renk-secondary);
    letter-spacing: 0.06rem;
    display: inline-block;
    margin-bottom: 0;
}

.product-name-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.65rem;
    /* Kibarlaştırıldı */
    font-weight: 500;
    color: var(--tema-renk-text);
    line-height: 1.3;
    margin-bottom: 0;
}

.product-name-title.long-title {
    font-size: 1.45rem;
}

.product-sku-code {
    font-size: 0.75rem;
    color: var(--tema-renk-secondary);
    font-weight: 500;
    margin-bottom: 0;
}

/* Fiyat Bölümü */
.product-price-box {
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 1px solid rgba(117, 103, 87, 0.12);
    border-radius: 0;
    /* Köşeli birleşik kart tasarımı */
    padding: 1.125rem 1.25rem 0 1.25rem;
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    box-shadow: none;
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.price-row-inclusive {
    display: flex;
    justify-content: center;
}

.price-value-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price-new-badge-row {
    display: flex;
    flex-direction: row;
    align-items: center; /* Badge tam orta: sadece bu satırın yüksekliğine göre */
    gap: 0.4rem;
}

/* Şeffaf Fiyat Geçmişi / Endeksi Linki (Sitenin Standart Link Hover Çizgisi) */
.btn-price-history-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0;
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    color: #665856;
    font-size: 0.7rem;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.2s ease;
    text-decoration: none;
    line-height: 1;
    margin-left: 0.35rem;
    vertical-align: middle;
}

.btn-price-history-trigger:hover,
.btn-price-history-trigger:focus {
    color: var(--tema-renk-primary, #8b1d1d) !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.btn-price-history-trigger .material-symbols-outlined {
    font-size: 0.95rem;
    color: inherit;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.btn-price-history-trigger .ph-btn-label {
    font-size: 0.685rem;
    font-weight: 400;
    letter-spacing: 0.01rem;
    white-space: nowrap;
    text-decoration: underline;
    text-underline-offset: 0.15rem;
    text-decoration-color: rgba(102, 88, 86, 0.3);
    transition: text-decoration-color 0.2s ease;
}

.btn-price-history-trigger:hover .ph-btn-label {
    text-decoration-color: var(--tema-renk-primary, #8b1d1d);
}

.price-row-exclusive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.25rem;
    flex-wrap: nowrap;
}

.price-row-exclusive .exclusive-price-left {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.price-row-inclusive .old-price:empty,
.price-row-exclusive .old-price:empty {
    display: none !important;
}

.price-value-inclusive {
    font-family: var(--tema-font-headings), serif;
    font-size: 2.1rem;
    font-weight: 600;
    color: var(--tema-renk-primary, #8b1d1d);
    font-variant-numeric: lining-nums;
    line-height: 1;
}

.badge-tax-inclusive {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #ffffff;
    background-color: var(--tema-renk-primary, #8b1d1d);
    padding: 0.2rem 0.5rem;
    border-radius: 0;
    /* Köşeli - margin/align-self gerekmez, parent'tan center alıyor */
}

.price-row-exclusive {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    opacity: 0.75;
}

.price-value-exclusive {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--tema-renk-secondary, #756757);
    font-variant-numeric: lining-nums;
}

.label-tax-exclusive {
    font-size: 0.75rem;
    color: var(--tema-renk-secondary, #756757);
}

.horizontal-divider {
    height: 0.0625rem;
    background-color: rgba(117, 103, 87, 0.1);
    border: none;
    margin-bottom: 1.25rem;
    /* Boşluk azaltıldı */
}

/* Badges Container - Ortak Tasarım Dili ve Eşit Minimum Boşluk */
.product-badges-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Ortak Kargo ve Bilgilendirme Rozet Kutuları (Taksit Başlığı İle 1:1 Aynı Tipografi) */
.product-shipping-badge {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.01rem;
    transition: all 0.2s ease;
    border-radius: 0;
    /* Fiyat Box ile aynı köşeli tasarım */
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 1px solid rgba(117, 103, 87, 0.12);
    color: #594a47;
}

.product-shipping-badge span {
    color: #594a47;
    font-weight: 400;
}

.product-shipping-badge strong {
    font-weight: 600;
    color: var(--tema-renk-primary, #8b1d1d);
}

.product-shipping-badge .material-symbols-outlined {
    font-size: 1.15rem;
    flex-shrink: 0;
    color: #9e8d89;
}

/* Bugün Kargoda */
.shipping-badge-today {
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 1px solid rgba(117, 103, 87, 0.12);
    color: #594a47;
}

/* Yarın Kargoda */
.shipping-badge-tomorrow {
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 1px solid rgba(117, 103, 87, 0.12);
    color: #594a47;
}

/* İleriki Gün Kargoda */
.shipping-badge-future {
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 1px solid rgba(117, 103, 87, 0.12);
    color: #594a47;
}

/* Ücretsiz Kargo Badgesi */
.shipping-badge-free {
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 1px solid rgba(117, 103, 87, 0.12);
    color: #594a47;
}

/* Standart Kargo Badgesi */
.shipping-badge-standard {
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 1px solid rgba(117, 103, 87, 0.12);
    color: #594a47;
}

/* Kargo Firması Logo Boyutlandırma */
.shipping-company-logo-badge {
    height: 1.2rem;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.inline-cargo-logo {
    height: 0.9rem !important;
    width: auto !important;
    object-fit: contain !important;
    vertical-align: middle !important;
    display: inline-block !important;
    margin: 0 0.25rem !important;
}

/* Varyasyon Alanları */
.product-options-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Renk ve boyut yan yana */
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.option-select-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.option-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--tema-renk-text);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.selected-label-highlight {
    color: var(--tema-renk-primary);
    text-transform: none;
    letter-spacing: normal;
    margin-left: 0.25rem;
}

/* Renk Seçenekleri */
.color-options-grid {
    display: inline-flex;
    gap: 0;
    /* Bitişik kutucuklar */
    border: 1px solid var(--tema-renk-kenarlik, #e2dcd5);
    width: max-content;
}

.color-bullet-btn {
    width: 2.3rem;
    /* Dikdörtgen eni */
    height: 1.8rem;
    /* Dikdörtgen boyu */
    border-radius: 0;
    /* Köşeli dikdörtgen */
    border: none;
    border-right: 1px solid var(--tema-renk-kenarlik, #e2dcd5);
    background-color: transparent;
    cursor: pointer;
    display: block;
    padding: 0;
    transition: all 0.2s ease;
    position: relative;
    box-shadow: none;
}

.color-bullet-btn:last-child {
    border-right: none;
}

.color-bullet-inner {
    width: 100%;
    height: 100%;
    border-radius: 0;
    /* Köşeli iç dolgu */
    display: block;
    border: none;
}

.color-bullet-btn:hover {
    z-index: 1;
    outline: 1.5px solid var(--tema-renk-primary, #8b1d1d);
    outline-offset: -1.5px;
}

.color-bullet-btn.active {
    z-index: 2;
    /* Diğer sınırların üzerine binmesi için */
    outline: 1.5px solid var(--tema-renk-primary, #8b1d1d);
    outline-offset: -1.5px;
    /* İnce, kibar, keskin aktif hattı */
}

/* Boyut Seçenekleri */
.size-options-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.size-pill-btn {
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.825rem;
    font-weight: 600;
    color: var(--tema-renk-text, #4a3e3d);
    background-color: #ffffff;
    border: 1px solid var(--tema-renk-kenarlik, #e2dcd5);
    padding: 0.45rem 1.25rem;
    /* İnce dolgu */
    border-radius: 0;
    /* Köşeli tasarım */
    cursor: pointer;
    transition: all 0.2s ease;
}

.size-pill-btn:hover {
    border-color: var(--tema-renk-primary, #8b1d1d);
    color: var(--tema-renk-primary, #8b1d1d);
    background-color: var(--tema-renk-birincil-light, #fdf6f6);
}

.size-pill-btn.active {
    background-color: #ffffff;
    border-color: var(--tema-renk-primary, #8b1d1d);
    color: var(--tema-renk-primary, #8b1d1d);
    box-shadow: none;
    /* Gölgesiz */
}

/* Adet Seçici ve Sepete Ekle Butonu */
.purchase-action-container {
    display: flex;
    gap: 0.75rem;
    /* Gap azaltıldı */
    margin-bottom: 1.25rem;
    /* Boşluk azaltıldı */
}

.quantity-picker {
    display: flex;
    align-items: center;
    border: 1px solid var(--tema-renk-kenarlik, #e2dcd5);
    background-color: #ffffff;
    height: 2.85rem;
    /* Kibarlaştırıldı */
    border-radius: 0;
    /* Köşeli tasarım */
    overflow: hidden;
}

.quantity-control-btn {
    width: 3rem;
    height: 100%;
    background: transparent;
    border: none;
    color: var(--tema-renk-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.quantity-control-btn:hover {
    background-color: rgba(117, 103, 87, 0.05);
}

.quantity-control-btn .material-symbols-outlined {
    font-size: 1.1rem;
}

.quantity-input-box {
    width: 2.5rem;
    border: none;
    text-align: center;
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--tema-renk-text);
    background: transparent;
    pointer-events: none;
}

.add-to-cart-submit-btn {
    flex-grow: 1;
    height: 2.85rem;
    /* Kibarlaştırıldı */
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.85rem;
    /* Küçültüldü */
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--tema-renk-primary);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    box-shadow: none;
    /* Gölgesiz */
    border-radius: 0;
    /* Köşeli */
}

.add-to-cart-submit-btn:hover {
    background-color: #6f1414 !important;
    color: #ffffff !important;
    transform: translateY(-0.05rem);
    box-shadow: 0 0.375rem 1rem rgba(111, 20, 20, 0.25);
}

.add-to-cart-submit-btn:active {
    transform: translateY(0);
}

.add-to-cart-submit-btn:disabled {
    background-color: #d8d8d8;
    color: #888888;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.buy-now-submit-btn {
    flex-grow: 1;
    height: 2.85rem;
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(135deg, #1b4d3e 0%, #0d2b22 100%);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.25 ease;
    box-shadow: 0 0.25rem 0.75rem rgba(27, 77, 62, 0.25);
    border-radius: 0;
}

.buy-now-submit-btn:hover {
    background: linear-gradient(135deg, #143b2f 0%, #081d17 100%) !important;
    color: #ffffff !important;
    transform: translateY(-0.05rem);
    box-shadow: 0 0.375rem 1rem rgba(20, 59, 47, 0.35);
}

.buy-now-submit-btn:active {
    transform: translateY(0);
}

.buy-now-submit-btn:disabled {
    background-color: #d8d8d8;
    color: #888888;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

/* Ürün Sayfası Özel WhatsApp Butonu */
.product-whatsapp-container {
    width: 100%;
    margin-bottom: 0.75rem;
}

.product-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 2.85rem;
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    background-color: rgba(37, 211, 102, 0.05);
    border: 0.0625rem solid rgba(37, 211, 102, 0.3);
    color: #128c7e;
    border-radius: 0;
}

.product-whatsapp-btn:hover {
    background-color: #25d366;
    border-color: #25d366;
    color: #ffffff;
    box-shadow: 0 0.25rem 0.75rem rgba(37, 211, 102, 0.2);
    transform: translateY(-0.05rem);
}

.product-whatsapp-btn:active {
    transform: translateY(0);
}

.product-whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
}

.product-whatsapp-icon svg {
    width: 100%;
    height: 100%;
}

/* Ürün Durum Alanı */
.product-status-logs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    /* Boşluk azaltıldı */
    margin-bottom: 0;
    /* Boşluk sıfırlandı */
}

.stock-status-line {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tema-renk-text);
}

.stock-indicator-in {
    color: #2e7d32;
    background-color: #e8f5e9;
    padding: 0.15rem 0.5rem;
    border-radius: 0;
    /* Köşeli */
    font-size: 0.7rem;
    font-weight: 700;
    margin-left: 0.25rem;
    text-transform: uppercase;
}

.stock-indicator-out {
    color: #c62828;
    background-color: #ffebee;
    padding: 0.15rem 0.5rem;
    border-radius: 0;
    /* Köşeli */
    font-size: 0.7rem;
    font-weight: 700;
    margin-left: 0.25rem;
    text-transform: uppercase;
}

.stock-indicator-loading {
    color: var(--tema-renk-secondary);
    font-style: italic;
    margin-left: 0.25rem;
}

.free-shipping-indicator-box {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 1px solid rgba(117, 103, 87, 0.08);
    padding: 0.6rem 0.85rem;
    /* Daraltıldı */
    border-radius: 0;
    /* Köşeli */
}

.free-shipping-indicator-box .icon {
    font-size: 1.2rem;
    color: var(--tema-renk-primary, #8b1d1d);
}

.free-shipping-indicator-box p {
    font-size: 0.78rem;
    font-weight: 550;
    color: var(--tema-renk-text, #4a3e3d);
    margin: 0;
}

.fast-shipping-indicator-box {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background-color: rgba(44, 151, 75, 0.04);
    border: 1px solid rgba(44, 151, 75, 0.1);
    padding: 0.6rem 0.85rem;
    /* Daraltıldı */
    border-radius: 0;
    /* Köşeli */
}

.fast-shipping-indicator-box .icon {
    font-size: 1.2rem;
    color: #2c974b;
}

.fast-shipping-indicator-box p {
    font-size: 0.78rem;
    font-weight: 600;
    color: #2c974b;
    margin: 0;
}

/* Ürün Detay Açıklama */
.product-description-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.description-section-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.1);
    padding-bottom: 0.5rem;
}

.description-body-content {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--tema-renk-text);
}

.description-body-content h3 {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--tema-renk-primary);
}

.description-body-content p {
    margin-bottom: 1rem;
}

/* Benzer Ürünler Alanı */
.similar-products-section {
    margin-top: 5rem;
    border-top: 0.0625rem solid rgba(117, 103, 87, 0.1);
    padding-top: 4rem;
}

.similar-section-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--tema-renk-primary);
    text-align: center;
    margin-bottom: 3rem;
}

/* Responsive Düzenler */
@media (max-width: 48rem) {
    .breadcrumb-list {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        padding-bottom: 0.25rem !important;
        width: 100% !important;
    }

    .breadcrumb-list::-webkit-scrollbar {
        display: none !important;
    }

    .breadcrumb-list li {
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }

    .product-detail-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        margin-bottom: 1.5rem !important;
    }

    .product-name-title {
        font-size: 1.75rem;
    }

    .product-name-title.long-title {
        font-size: 1.35rem !important;
    }

    .product-options-form {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 1rem !important;
    }

    .option-select-group {
        flex: 1 1 8.5rem !important;
        min-width: 0;
    }

    .color-options-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        border: none;
        width: 100%;
    }

    .color-bullet-btn {
        width: 2.5rem;
        height: 2rem;
        border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
        border-radius: 0.25rem;
        overflow: hidden;
    }

    .color-bullet-btn:last-child {
        border-right: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    }

    .size-options-flex:not(.product-hidden-data) {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem !important;
        width: 100% !important;
    }

    .size-pill-btn {
        width: 100% !important;
        text-align: center !important;
        padding: 0.5rem 0.25rem !important;
        box-sizing: border-box !important;
    }

    .size-pill-btn:only-child {
        grid-column: 1 / span 2 !important;
    }

    .similar-products-section {
        margin-top: 2rem !important;
        padding-top: 1.5rem !important;
    }

    .similar-section-title {
        margin-bottom: 1.5rem !important;
        font-size: 1.35rem !important;
    }
}

/* Zoom-in Cursor ve Transition İyileştirmesi */
.main-image-viewport {
    cursor: zoom-in;
}

.main-image-viewport .main-image {
    transition: transform 0.12s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- Sekmeli Detay Paneli (Tabs) Tasarımı --- */
.product-tabs-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
}

.tabs-nav-bar {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(117, 103, 87, 0.02);
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08);
}

.tab-nav-btn {
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--tema-renk-secondary);
    background: transparent;
    border: none;
    border-bottom: 0.15rem solid transparent;
    padding: 1.25rem 2rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    transition: all 0.3s ease;
}

.tab-nav-btn:hover {
    color: var(--tema-renk-primary);
}

.tab-nav-btn.active {
    color: var(--tema-renk-primary);
    border-bottom-color: var(--tema-renk-primary);
    background-color: #ffffff;
}

.tabs-panels-wrapper {
    padding: 2.5rem;
}

.tab-panel-content {
    display: none;
    animation: fadeInTab 0.4s ease;
}

.tab-panel-content.active {
    display: block;
}

@keyframes fadeInTab {
    from {
        opacity: 0;
        transform: translateY(0.5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 1. Ürün Açıklaması Paneli */
.panel-inner-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--tema-renk-text);
}

.panel-inner-description h3 {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
    color: var(--tema-renk-primary);
}

.panel-inner-description p {
    margin-bottom: 0.6rem;
}

/* 2. Ödeme Seçenekleri Paneli */
.panel-inner-payment h4 {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
    margin-bottom: 1.5rem;
}

.payment-methods-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.payment-methods-list li {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem;
    background-color: rgba(117, 103, 87, 0.02);
    border: 0.0625rem solid rgba(117, 103, 87, 0.05);
}

.payment-methods-list li .icon {
    font-size: 2rem;
    color: var(--tema-renk-primary);
    background-color: #ffffff;
    padding: 0.5rem;
    border-radius: 50%;
    border: 0.0625rem solid rgba(117, 103, 87, 0.1);
}

.payment-methods-list li strong {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--tema-renk-text);
    display: block;
    margin-bottom: 0.25rem;
}

.payment-methods-list li p {
    font-size: 0.85rem;
    color: var(--tema-renk-secondary);
    line-height: 1.5;
}

/* 3. Teslimat & İade Paneli */
.panel-inner-shipping h4 {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
    margin-bottom: 1.5rem;
}

.shipping-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.info-grid-card {
    background-color: rgba(117, 103, 87, 0.02);
    border: 0.0625rem solid rgba(117, 103, 87, 0.05);
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-grid-card .icon {
    font-size: 2.25rem;
    color: var(--tema-renk-primary);
    margin-bottom: 1rem;
}

.info-grid-card h5 {
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--tema-renk-text);
    margin-bottom: 0.5rem;
}

.info-grid-card p {
    font-size: 0.8rem;
    color: var(--tema-renk-secondary);
    line-height: 1.6;
}

/* 4. Değerlendirmeler / Yorumlar Paneli */
.panel-inner-reviews {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.reviews-summary-block {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2.5rem;
    background-color: rgba(117, 103, 87, 0.02);
    border: 0.0625rem solid rgba(117, 103, 87, 0.05);
    padding: 2rem;
    align-items: center;
}

.rating-average-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    border-right: 0.0625rem solid rgba(117, 103, 87, 0.12);
}

.rating-average-box .average-score {
    font-family: var(--tema-font-headings), serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--tema-renk-primary);
    line-height: 1;
}

.stars-display {
    display: flex;
    gap: 0.15rem;
}

.stars-display .active-star,
.review-rating-stars .active-star {
    font-size: 1.25rem;
    color: #ffb300;
    font-variation-settings: 'FILL' 1, 'wght' 400;
}

.stars-display .inactive-star,
.review-rating-stars .inactive-star {
    font-size: 1.25rem;
    color: #e0e0e0;
    font-variation-settings: 'FILL' 0, 'wght' 400;
}

.total-reviews-label {
    font-size: 0.85rem;
    color: var(--tema-renk-secondary);
    font-weight: 500;
}

.rating-bars-grid {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rating-bar-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.8rem;
    color: var(--tema-renk-secondary);
}

.rating-bar-row .bar-label {
    width: 3.5rem;
    text-align: right;
    font-weight: 500;
}

.rating-bar-track {
    flex-grow: 1;
    height: 0.5rem;
    background-color: rgba(117, 103, 87, 0.1);
    border-radius: 0.25rem;
    overflow: hidden;
}


.rating-bar-row .bar-count {
    width: 1rem;
    text-align: left;
    font-weight: 600;
}

.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.review-card {
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08);
    padding-bottom: 1.5rem;
}

.review-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.reviewer-meta {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.reviewer-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--tema-renk-text);
}

.review-date {
    font-size: 0.75rem;
    color: var(--tema-renk-secondary);
}

.review-body-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--tema-renk-text);
}

.review-admin-reply {
    margin-top: 1rem;
    margin-left: 1.5rem;
    padding: 0.85rem 1rem;
    background-color: rgba(117, 103, 87, 0.04);
    border-left: 3px solid var(--tema-renk-birincil, #8b1d1d);
    border-radius: 0 0.375rem 0.375rem 0;
}

.review-admin-reply .reply-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.825rem;
    color: var(--tema-renk-birincil, #8b1d1d);
    margin-bottom: 0.5rem;
}

.review-admin-reply .reply-header .reply-icon {
    font-size: 1.1rem;
}

.review-admin-reply .reply-header strong {
    font-weight: 600;
}

.review-admin-reply .reply-header .reply-date {
    font-size: 0.75rem;
    color: var(--tema-renk-secondary);
    margin-left: auto;
}

.review-admin-reply .reply-text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--tema-renk-text);
}

/* Yorum Ekleme Formu & Yıldız Seçimi */
.add-review-section {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out, margin-top 0.4s ease-out, opacity 0.3s ease-out;
}

.add-review-section.active {
    max-height: 50rem;
    opacity: 1;
    padding-top: 2.5rem;
    margin-top: 3rem;
    border-top: 0.0625rem solid rgba(117, 103, 87, 0.1);
}

.write-review-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.no-reviews-box {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background-color: rgba(117, 103, 87, 0.02);
    border: 0.0625rem solid rgba(117, 103, 87, 0.05);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.write-review-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    background-color: var(--tema-renk-birincil, #8b1d1d);
    color: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.write-review-toggle-btn:hover {
    background-color: var(--tema-renk-primary-hover, #6f1414);
}

.write-review-toggle-btn:active {
    transform: scale(0.98);
}

.review-section-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
    margin-bottom: 1.5rem;
}

.rating-select-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.rating-select-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--tema-renk-text);
}

.star-rating-select {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.25rem;
}

.star-rating-select input[type="radio"] {
    display: none;
}

.star-rating-select label {
    font-size: 1.75rem;
    color: #e0e0e0;
    cursor: pointer;
    font-variation-settings: 'FILL' 0, 'wght' 400;
    transition: color 0.2s ease, transform 0.1s ease;
}

.star-rating-select label:hover,
.star-rating-select label:hover~label,
.star-rating-select input[type="radio"]:checked~label {
    color: #ffb300;
    font-variation-settings: 'FILL' 1, 'wght' 400;
}

.star-rating-select label:active {
    transform: scale(0.9);
}

.submit-review-btn {
    margin-top: 0.5rem;
}

.review-login-prompt {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem;
    background-color: rgba(117, 103, 87, 0.03);
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
    margin-top: 2rem;
}

.review-login-prompt .prompt-icon {
    color: var(--tema-renk-primary);
    font-size: 1.5rem;
}

.review-login-prompt p {
    font-size: 0.875rem;
    color: var(--tema-renk-secondary);
}

.review-login-prompt a {
    color: var(--tema-renk-primary);
    font-weight: 600;
    text-decoration: underline;
}

.no-reviews-msg {
    font-size: 0.9rem;
    color: var(--tema-renk-secondary);
    font-style: italic;
}

/* Sekmeler Mobil Responsive */
@media (max-width: 48rem) {
    .shipping-info-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .reviews-summary-block {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
    }

    .rating-average-box {
        border-right: none;
        border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.12);
        padding-bottom: 1.25rem;
    }

    .product-tabs-container {
        position: relative !important;
        margin-top: 0 !important;
    }

    .product-tabs-container::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 2.85rem;
        /* Çubuğun yüksekliği ile uyumlu */
        width: 3rem;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95)) !important;
        pointer-events: none;
        z-index: 10;
    }

    .tabs-nav-bar {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        /* Firefox */
        scroll-snap-type: x mandatory !important;
        border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08) !important;
    }

    .tabs-nav-bar::-webkit-scrollbar {
        display: none !important;
        /* Safari/Chrome */
    }

    .tab-nav-btn {
        padding: 0.85rem 0.75rem !important;
        /* Dolguyu daraltarak üçüncü sekmeye yer aç */
        font-size: 0.78rem !important;
        /* Fontu hafif küçülterek sığma alanını genişlet */
        font-weight: 550 !important;
        flex-shrink: 0 !important;
        /* Butonların büzüşmesini engelle */
        flex-grow: 0 !important;
        /* Butonların ekranı kaplayıp taşmayı gizlemesini önle */
        text-align: center !important;
        white-space: nowrap !important;
        /* Metin kırılmasını engelle */
        scroll-snap-align: start !important;
        border-bottom: 0.15rem solid transparent !important;
        transition: all 0.2s ease !important;
        background: transparent !important;
    }

    .tab-nav-btn.active {
        border-bottom-color: var(--tema-renk-primary) !important;
        background-color: #ffffff !important;
    }

    .tabs-panels-wrapper {
        padding: 1.5rem;
    }
}

/* --- Sepet Sayfası Tasarımı --- */
.cart-page-layout {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 3rem;
    margin-bottom: 5rem;
    align-items: start;
}

.cart-items-column {
    display: flex;
    flex-direction: column;
}

.cart-header-row {
    display: grid;
    grid-template-columns: 3.5fr 1.2fr 1.5fr 1.2fr 0.5fr;
    padding: 1rem 1.5rem;
    background-color: rgba(117, 103, 87, 0.02);
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tema-renk-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-bottom: 1.5rem;
}

.cart-header-row .header-price-title,
.cart-header-row .header-qty-title,
.cart-header-row .header-total-title {
    text-align: center;
}

.cart-items-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cart-item-card {
    display: grid;
    grid-template-columns: 1fr 2.5fr 1.2fr 1.5fr 1.2fr 0.5fr;
    align-items: center;
    padding: 1.5rem;
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.cart-item-card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(117, 103, 87, 0.04);
    border-color: rgba(117, 103, 87, 0.15);
}

.item-image-box {
    width: 5.5rem;
    height: 5.5rem;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
}

.item-image-box .item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.cart-item-card:hover .item-image-box .item-img {
    transform: scale(1.05);
}

.item-details-box {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-left: 1rem;
}

.item-cat-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--tema-renk-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.item-name-link {
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--tema-renk-text);
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.item-name-link:hover {
    color: var(--tema-renk-primary);
}

/* Varyasyon Etiketleri */
.item-variation-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.var-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--tema-renk-secondary);
    background-color: rgba(117, 103, 87, 0.05);
    padding: 0.15rem 0.5rem;
    border-radius: 0.1rem;
}

.var-color-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    display: inline-block;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
}

.item-sku-label {
    font-size: 0.75rem;
    color: var(--tema-renk-secondary);
    margin-top: 0.25rem;
}

.item-unit-price-box {
    text-align: center;
}

.item-price-val {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--tema-renk-text);
}

.item-qty-control-box {
    display: flex;
    justify-content: center;
}

.quantity-picker-small {
    display: flex;
    align-items: center;
    border: 0.0625rem solid rgba(117, 103, 87, 0.2);
    background-color: #ffffff;
    height: 2.25rem;
}

.qty-btn-s {
    width: 2rem;
    height: 100%;
    background: transparent;
    border: none;
    color: var(--tema-renk-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.qty-btn-s:hover {
    background-color: rgba(117, 103, 87, 0.05);
}

.qty-btn-s .material-symbols-outlined {
    font-size: 0.9rem;
}

.qty-input-s {
    width: 1.75rem;
    border: none;
    text-align: center;
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--tema-renk-text);
    background: transparent;
    pointer-events: none;
}

.item-total-price-box {
    text-align: center;
}

.item-total-price-val {
    font-size: 1rem;
    font-weight: 700;
    color: var(--tema-renk-primary);
}

.item-remove-box {
    display: flex;
    justify-content: center;
}

.cart-item-remove-btn {
    background: transparent;
    border: none;
    color: var(--tema-renk-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease;
}

.cart-item-remove-btn:hover {
    color: var(--tema-renk-primary);
    transform: scale(1.08);
}

.cart-item-remove-btn .material-symbols-outlined {
    font-size: 1.25rem;
}

/* Sağ Sütun: Sipariş Özeti */
.cart-summary-column {
    position: sticky;
    top: 6.5rem;
    /* Header barının altına yapışması için */
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.cart-summary-card {
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
    padding: 1.25rem;
    box-shadow: 0 0.5rem 2rem rgba(117, 103, 87, 0.02);
    width: 100%;
    max-width: 22rem;
    /* Sipariş özeti kartının çok yayılmaması için */
}

.summary-card-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.1);
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}

.summary-rows {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: var(--tema-renk-text);
    font-weight: 500;
}

.summary-row span:last-child {
    font-weight: 600;
}

.summary-row.campaign-row,
.summary-row.coupon-row,
.total-row-discount {
    color: #2e7d32;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
}

.summary-divider {
    height: 0.0625rem;
    background-color: rgba(117, 103, 87, 0.1);
}

.total-row {
    font-size: 1.15rem;
    color: var(--tema-renk-primary);
    font-weight: 700;
}

.total-row span:last-child {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.6rem;
    font-weight: 700;
}

/* Ücretsiz Kargo İlerleme Barı */
.summary-shipping-tracker-box {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background-color: rgba(117, 103, 87, 0.02);
    border: 0.0625rem dashed rgba(117, 103, 87, 0.15);
    padding: 1rem;
    margin-top: 0.5rem;
}

.tracker-message {
    font-size: 0.75rem;
    line-height: 1.4;
    color: var(--tema-renk-secondary);
}

.tracker-message strong {
    color: var(--tema-renk-primary);
}

.tracker-progress-bar-track {
    width: 100%;
    height: 0.35rem;
    background-color: rgba(117, 103, 87, 0.1);
    border-radius: 0.2rem;
    overflow: hidden;
}

.tracker-progress-bar-fill {
    height: 100%;
    background-color: var(--tema-renk-primary);
    border-radius: 0.2rem;
    transition: width 0.4s ease;
}

/* Checkout Button */
.checkout-submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 3.25rem;
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--tema-renk-primary);
    border: none;
    text-decoration: none;
    cursor: pointer;
    margin-top: 1.75rem;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 0.25rem 1rem rgba(139, 29, 29, 0.15);
}

.checkout-submit-button:hover {
    background-color: #6f1414 !important;
    color: #ffffff !important;
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.375rem 1.25rem rgba(111, 20, 20, 0.3);
}

.checkout-submit-button:active {
    transform: translateY(0);
}

.checkout-submit-button .material-symbols-outlined {
    font-size: 1.15rem;
}

.summary-footer-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
    justify-content: center;
}

.summary-footer-info .icon {
    font-size: 1.1rem;
    color: #2e7d32;
}

.summary-footer-info p {
    font-size: 0.725rem;
    color: var(--tema-renk-secondary);
    font-weight: 500;
}

/* Sepet Mobil Responsive */
@media (max-width: 62rem) {
    .cart-page-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .cart-summary-column {
        position: static;
        justify-content: center; /* Sola kaymayı veya sağa yaslanmayı önler */
    }

    .cart-summary-card {
        max-width: 100%; /* Mobilde tam genişlik kaplamasını sağlar */
    }
}

@media (max-width: 48rem) {
    .cart-header-row {
        display: none;
        /* Mobilde başlık satırı gizlenir, dikey kart yapısı kullanılır */
    }

    .cart-item-card {
        display: grid !important;
        grid-template-columns: 5.5rem 1fr !important;
        gap: 0.75rem !important;
        padding: 1rem !important;
        position: relative !important;
        align-items: start !important;
        border-radius: 0.5rem !important;
    }

    .item-image-box {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        width: 5.5rem !important;
        height: 5.5rem !important;
        border-radius: 0.375rem !important;
        overflow: hidden !important;
    }

    .item-details-box {
        grid-column: 2 !important;
        grid-row: 1 !important;
        padding-left: 0.25rem !important;
        padding-right: 2rem !important;
    }

    .item-unit-price-box {
        display: none !important;
    }

    .item-qty-control-box {
        grid-column: 2 !important;
        grid-row: 2 !important;
        justify-self: start !important;
        align-self: center !important;
        margin-top: 0.5rem !important;
        padding-left: 0.25rem !important;
    }

    .item-total-price-box {
        grid-column: 2 !important;
        grid-row: 2 !important;
        justify-self: end !important;
        align-self: center !important;
        margin-top: 0.5rem !important;
    }

    .item-remove-box {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        align-self: start !important;
        margin-top: -0.25rem !important;
        margin-right: -0.25rem !important;
    }
}

/* --- Premium Toast Bildirim Stili --- */
.toast-container {
    position: fixed;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(-1.5rem) scale(0.95);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
    min-width: 18rem;
    max-width: calc(100% - 2rem);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-radius: 1rem;
    box-shadow: 0 0.625rem 1.875rem rgba(117, 103, 87, 0.12), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05);
    z-index: 9999;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--tema-renk-text);
    overflow: hidden;
}

.toast-container.success {
    border: 0.0625rem solid rgba(16, 185, 129, 0.25);
    --toast-accent-color: #10b981;
}

.toast-container.error {
    border: 0.0625rem solid rgba(239, 68, 68, 0.25);
    --toast-accent-color: #ef4444;
}

.toast-container.show {
    transform: translateX(-50%) translateY(0) scale(1);
    opacity: 1;
}

/* Toast Simgeleri */
.toast-container .toast-icon {
    font-size: 1.25rem;
    color: var(--toast-accent-color);
    flex-shrink: 0;
}

.toast-container .toast-text {
    flex-grow: 1;
    line-height: 1.4;
    padding-right: 0.5rem;
}

/* Kapatma Düğmesi */
.toast-container .toast-close {
    font-size: 1.1rem;
    color: var(--tema-renk-text);
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.toast-container .toast-close:hover {
    opacity: 0.9;
    transform: scale(1.1);
}

/* Animasyonlu İlerleme Çubuğu */
.toast-container .toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.18rem;
    background-color: var(--toast-accent-color);
    animation: toast-progress-bar 4s linear forwards;
}

@keyframes toast-progress-bar {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* --- Ödeme Sayfası Stilleri (Checkout) --- */
.checkout-page-layout {
    display: grid;
    grid-template-columns: 2.4fr 0.6fr;
    gap: 2rem;
    align-items: start;
    margin-top: 1.5rem;
}

.checkout-forms-column,
#checkoutSubmitForm {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.checkout-card-box {
    background-color: var(--tema-renk-kutu-bg, #ffffff);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 0.25rem 1rem rgba(117, 103, 87, 0.03);
}

.checkout-card-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--tema-renk-birincil, #8b1d1d);
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
}

.checkout-card-title .title-text {
    flex-grow: 1; /* Rozeti otomatik olarak en sağa iter */
}

.checkout-card-title .material-symbols-outlined {
    font-size: 1.5rem;
    color: var(--tema-renk-birincil, #8b1d1d);
}

@media (max-width: 48rem) {
    .checkout-card-title {
        font-size: 1.05rem; /* Mobilde başlığı küçülterek rozete yer açar */
    }
    
    .checkout-card-title .material-symbols-outlined {
        font-size: 1.3rem;
    }
}

.checkout-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.form-group-full {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group-half {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.checkout-form-grid label,
.form-group-full label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--tema-renk-text, #4a3e3d);
}

.label-optional {
    font-weight: 400;
    font-size: 0.78rem;
    color: var(--tema-renk-secondary, #9e9189);
    font-style: italic;
    margin-left: 0.25rem;
}

.form-hint {
    display: block;
    font-size: 0.75rem;
    color: var(--tema-renk-secondary, #9e9189);
    margin-top: 0.35rem;
}


.checkout-form-grid input[type="text"],
.checkout-form-grid input[type="email"],
.checkout-form-grid input[type="tel"],
.checkout-form-grid textarea,
.form-group-full textarea,
.mock-card-input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.375rem;
    background-color: var(--tema-renk-input-bg, #ffffff);
    color: var(--tema-renk-text, #4a3e3d);
    font-family: inherit;
    font-size: 0.9375rem;
    transition: all 0.2s ease;
}

.checkout-form-grid input:focus,
.checkout-form-grid textarea:focus,
.mock-card-input:focus {
    outline: none;
    border-color: var(--tema-renk-birincil, #8b1d1d);
    box-shadow: 0 0 0 0.1875rem rgba(139, 29, 29, 0.08);
}

.checkout-form-grid textarea,
.form-group-full textarea {
    resize: vertical;
    min-height: 6.25rem;
}

/* Fatura Türü Seçimi */
.fatura-turu-selectors {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.fatura-radio-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.375rem;
    cursor: pointer;
    background-color: var(--tema-renk-kutu-bg, #ffffff);
    transition: all 0.2s ease;
    user-select: none;
}

.fatura-radio-card input[type="radio"] {
    accent-color: var(--tema-renk-birincil, #8b1d1d);
    width: 1.125rem;
    height: 1.125rem;
}

.fatura-radio-card:hover {
    border-color: var(--tema-renk-birincil, #8b1d1d);
    background-color: var(--tema-renk-bg-light, #faf9f6);
}

.fatura-radio-card.active {
    border-color: var(--tema-renk-birincil, #8b1d1d);
    background-color: var(--tema-renk-ikincil-light, #faf6f0);
}

.radio-label-text {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--tema-renk-text, #4a3e3d);
}

/* Custom Checkbox */
.form-checkbox-option {
    margin-top: 1.25rem;
}

.checkbox-container-custom {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
    font-size: 0.9375rem;
    color: var(--tema-renk-text, #4a3e3d);
    line-height: 1.4;
}

.checkbox-container-custom input[type="checkbox"] {
    display: none;
}

.checkbox-checkmark-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.25rem;
    background-color: #ffffff;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.checkbox-container-custom input[type="checkbox"]:checked+.checkbox-checkmark-custom {
    background-color: var(--tema-renk-birincil, #8b1d1d);
    border-color: var(--tema-renk-birincil, #8b1d1d);
}

.checkbox-container-custom input[type="checkbox"]:checked+.checkbox-checkmark-custom::after {
    content: "✓";
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: bold;
}

.checkbox-label-text a {
    color: var(--tema-renk-birincil, #8b1d1d);
    text-decoration: underline;
    font-weight: 500;
}

/* Ödeme Yöntemleri Sekmeleri (Tabs) */
.payment-tabs-container {
    display: flex;
    flex-direction: column;
}

.payment-tabs-nav {
    display: flex;
    gap: 0.35rem;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    position: relative;
    z-index: 1;
}

.payment-tab-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-bottom: none;
    border-radius: 0.5rem 0.5rem 0 0;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    color: var(--tema-renk-text, #4a3e3d);
    transition: all 0.2s ease;
    font-size: 0.9375rem;
    text-align: center;
}

.payment-tab-btn .tab-desc {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--tema-renk-secondary, #756757);
    opacity: 0.85;
    margin-left: 0.2rem;
    white-space: nowrap;
}

.payment-tab-btn.active .tab-desc {
    color: inherit;
    opacity: 0.8;
}

.payment-tab-btn input[type="radio"] {
    display: none;
}

.payment-tab-btn .material-symbols-outlined {
    font-size: 1.25rem;
    color: var(--tema-renk-secondary, #756757);
    transition: color 0.2s ease;
}

.payment-tab-btn:hover {
    background-color: var(--tema-renk-ikincil-light, #faf6f0);
}

.payment-tab-btn.active {
    background-color: #ffffff;
    border-color: var(--tema-renk-kenarlik, #e2dcd5);
    border-bottom-color: #ffffff;
    /* Overlaps content border */
    border-top: 0.1875rem solid var(--tema-renk-birincil, #8b1d1d);
    color: var(--tema-renk-birincil, #8b1d1d);
    position: relative;
    z-index: 2;
    padding-top: 0.875rem;
    /* Compensates for top border weight */
}

.payment-tab-btn.active .material-symbols-outlined {
    color: var(--tema-renk-birincil, #8b1d1d);
}

.payment-tabs-content {
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
    background-color: #ffffff;
    margin-top: -0.0625rem;
    /* Pull up to overlap boundary */
}

.payment-tab-panel {
    padding: 2rem;
}

.details-desc-info {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #665c5b;
    margin-bottom: 1.25rem;
}

/* Banka Hesapları */
.bank-accounts-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.bank-account-box {
    padding: 1rem 1.25rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.375rem;
    background-color: var(--tema-renk-bg-light, #faf9f6);
}

.bank-account-box strong {
    display: block;
    font-size: 0.9375rem;
    color: var(--tema-renk-birincil, #8b1d1d);
    margin-bottom: 0.5rem;
}

.bank-account-box p {
    font-size: 0.8125rem;
    color: var(--tema-renk-text, #4a3e3d);
    margin: 0.25rem 0;
    word-break: break-all;
}

/* Kredi Kartı Form Simülasyonu */
.mock-credit-card-form {
    flex-grow: 1;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1.25rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    background-color: var(--tema-renk-bg-light, #faf9f6);
}

.card-form-group-full {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.card-form-group-flex {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.card-form-group-flex>div {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.mock-credit-card-form label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #665c5b;
}

.mock-card-input {
    padding: 0.75rem;
    font-size: 0.875rem;
}

/* Sağ Sütun: Sipariş Özeti */
.checkout-summary-column {
    position: sticky;
    top: 6rem;
}

.checkout-summary-items-list {
    max-height: 16rem;
    overflow-y: auto;
    margin-bottom: 1.25rem;
    padding-right: 0.5rem;
}

.checkout-summary-items-list::-webkit-scrollbar {
    width: 0.25rem;
}

.checkout-summary-items-list::-webkit-scrollbar-track {
    background: transparent;
}

.checkout-summary-items-list::-webkit-scrollbar-thumb {
    background: var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.125rem;
}

.checkout-summary-item-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 0.0625rem dashed var(--tema-renk-kenarlik, #e2dcd5);
}

.checkout-summary-item-row:last-child {
    border-bottom: none;
}

.summary-item-img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
    border-radius: 0.375rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    flex-shrink: 0;
    background-color: var(--tema-renk-bg-light, #faf9f6);
}

.summary-item-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex-grow: 1;
    min-width: 0;
}

.summary-item-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--tema-renk-text, #4a3e3d);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summary-item-var {
    font-size: 0.75rem;
    color: #8c7f7e;
}

.summary-item-qty {
    font-size: 0.75rem;
    font-weight: 500;
    color: #665c5b;
}

.summary-item-price {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--tema-renk-text, #4a3e3d);
    white-space: nowrap;
}

/* Fiyat Satırları */
.summary-discount-row {
    color: #2e7d32;
}

.summary-discount-row span:last-child {
    font-weight: 600;
}

.summary-extra-row {
    color: var(--tema-renk-birincil, #8b1d1d);
}

.summary-extra-row span:last-child {
    font-weight: 600;
}

/* Sipariş Tamamla Butonu */
.checkout-submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
    padding: 1rem;
    background-color: var(--tema-renk-birincil, #8b1d1d);
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    font-size: 1.0625rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 1.5rem;
    font-family: inherit;
    box-shadow: 0 0.25rem 1rem rgba(139, 29, 29, 0.15);
}

.checkout-submit-button:hover {
    background-color: #6f1414;
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.375rem 1.25rem rgba(139, 29, 29, 0.25);
}

.checkout-submit-button:active {
    transform: translateY(0);
}

.checkout-submit-button .material-symbols-outlined {
    font-size: 1.375rem;
}

/* Sipariş Başarılı Sayfası (Success) */
.checkout-success-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 2rem 0;
}

.success-content-card {
    background-color: var(--tema-renk-kutu-bg, #ffffff);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.75rem;
    padding: 3.5rem 2.5rem;
    max-width: 44rem;
    width: 100%;
    text-align: center;
    box-shadow: 0 0.5rem 2rem rgba(117, 103, 87, 0.05);
}

.success-icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background-color: #e8f5e9;
    border-radius: 50%;
    color: #2e7d32;
    margin-bottom: 1.5rem;
}

.success-icon-badge .icon {
    font-size: 3rem;
}

.success-main-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--tema-renk-text, #4a3e3d);
    margin-bottom: 0.75rem;
}

.success-sub-desc {
    font-size: 0.95rem;
    color: #665c5b;
    line-height: 1.6;
    margin-bottom: 2.25rem;
}

/* Sipariş Bilgileri Tablosu */
.success-info-table {
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-table-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: 0.875rem;
    border-bottom: 0.0625rem solid rgba(226, 220, 213, 0.6);
}

.info-table-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #8c7f7e;
    flex-shrink: 0;
}

.info-value {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--tema-renk-text, #4a3e3d);
    text-align: right;
}

.info-value-highlight {
    font-size: 1rem;
    font-weight: 700;
    color: var(--tema-renk-birincil, #8b1d1d);
}

.info-value-price {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #2e7d32;
}

/* Banka Havalesi Açıklaması */
.success-bank-instructions-box {
    text-align: left;
    border-top: 0.0625rem dashed var(--tema-renk-kenarlik, #e2dcd5);
    padding-top: 2rem;
    margin-top: 2rem;
}

.bank-box-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--tema-renk-birincil, #8b1d1d);
    margin-bottom: 1rem;
}

.bank-box-title .material-symbols-outlined {
    font-size: 1.375rem;
}

.bank-desc-warn {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #665c5b;
    margin-bottom: 1.25rem;
    background-color: rgba(139, 29, 29, 0.03);
    border-left: 0.1875rem solid var(--tema-renk-birincil, #8b1d1d);
    padding: 0.75rem 1rem;
    border-radius: 0 0.25rem 0.25rem 0;
}

.success-content-card .btn-home-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    background-color: var(--tema-renk-primary, #8b1d1d);
    color: #ffffff;
    border: 0.08rem solid var(--tema-renk-primary, #8b1d1d);
    border-radius: 0.375rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-top: 1rem;
}

.success-content-card .btn-home-back:hover {
    background-color: transparent;
    color: var(--tema-renk-primary, #8b1d1d);
    border-color: var(--tema-renk-primary, #8b1d1d);
    transform: translateY(-0.0625rem);
}

/* Responsive Düzenler */
@media (max-width: 64rem) {
    .checkout-page-layout {
        grid-template-columns: 1fr;
    }

    .checkout-summary-column {
        position: static;
    }
}

@media (max-width: 40rem) {
    .product-page-container {
        padding: 0 0.75rem !important;
        margin: 1rem auto !important;
    }

    .breadcrumb-nav {
        margin-top: 1.5rem;
    }

    .checkout-page-layout {
        gap: 1.25rem !important;
    }

    .checkout-form-grid:not(.product-hidden-data) {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .form-group-half,
    .form-group-full {
        width: 100% !important;
        grid-column: span 2 !important;
    }

    .bank-accounts-flex {
        grid-template-columns: 1fr !important;
    }

    .fatura-turu-selectors {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }

    .checkout-card-box {
        padding: 1rem !important;
    }

    .success-content-card {
        padding: 2.5rem 1.5rem;
    }

    /* Sekme Mobil Düzenleri */
    .payment-tabs-nav {
        flex-direction: column;
        border-bottom: none;
        gap: 0.5rem;
    }

    .payment-tab-btn {
        border-radius: 0.375rem;
        border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
        justify-content: flex-start;
        padding: 0.875rem 1.25rem;
    }

    .payment-tab-btn.active {
        border-color: var(--tema-renk-birincil, #8b1d1d);
        border-top: 0.1875rem solid var(--tema-renk-birincil, #8b1d1d);
        border-bottom-color: var(--tema-renk-birincil, #8b1d1d);
        background-color: var(--tema-renk-ikincil-light, #faf6f0);
        padding-top: 0.875rem;
    }

    .payment-tabs-content {
        border-top: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
        border-radius: 0.5rem;
        margin-top: 0.75rem;
    }

    .payment-tab-panel {
        padding: 1.25rem;
    }
}

/* --- Müşteri Giriş / Kayıt / Hesap Paneli Stilleri --- */
.user-auth-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 1.5rem;
}

.auth-card {
    background-color: var(--tema-renk-kutu-bg, #ffffff);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    width: 100%;
    max-width: 28rem;
    padding: 2.5rem;
    box-shadow: 0 0.25rem 1.5rem rgba(117, 103, 87, 0.03);
}

.auth-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--tema-renk-birincil, #8b1d1d);
    margin-bottom: 0.5rem;
    text-align: center;
}

.auth-desc {
    font-size: 0.875rem;
    color: #8c7f7e;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.auth-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.auth-form-group label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--tema-renk-text, #4a3e3d);
}

.auth-form-group input[type="text"],
.auth-form-group input[type="email"],
.auth-form-group input[type="tel"],
.auth-form-group input[type="password"],
.auth-form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.375rem;
    font-size: 0.9375rem;
    color: var(--tema-renk-text, #4a3e3d);
    background-color: #ffffff;
    font-family: inherit;
    transition: all 0.2s ease;
}

.auth-form-group input:focus,
.auth-form-group textarea:focus {
    outline: none;
    border-color: var(--tema-renk-birincil, #8b1d1d);
    box-shadow: 0 0 0 0.1875rem rgba(139, 29, 29, 0.08);
}

.auth-form-group textarea {
    min-height: 6.25rem;
    resize: vertical;
}

.auth-form-row-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.auth-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    background-color: var(--tema-renk-birincil, #8b1d1d);
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 1rem;
    font-family: inherit;
    box-shadow: 0 0.25rem 1rem rgba(139, 29, 29, 0.15);
}

.auth-submit-btn:hover {
    background-color: #6f1414;
    transform: translateY(-0.0625rem);
}

.auth-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.auth-footer-link {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    color: var(--tema-renk-text, #4a3e3d);
}

.auth-footer-link a {
    color: var(--tema-renk-birincil, #8b1d1d);
    font-weight: 600;
    text-decoration: underline;
    margin-left: 0.25rem;
}

/* Hesabım Panel Yerleşimi (Layout) */
.user-panel-layout {
    display: grid;
    grid-template-columns: 16.5rem 1fr;
    gap: 2rem;
    align-items: start;
    margin-top: 1.5rem;
}

/* Sol Menü (Sidebar) */
.user-sidebar {
    background-color: var(--tema-renk-kutu-bg, #ffffff);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 0.125rem 0.5rem rgba(117, 103, 87, 0.02);
}

.user-welcome-box {
    text-align: center;
    margin-bottom: 1.75rem;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    padding-bottom: 1.5rem;
}

.user-welcome-box .icon {
    font-size: 3.5rem;
    color: var(--tema-renk-secondary, #756757);
    margin-bottom: 0.5rem;
}

.user-welcome-box h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--tema-renk-text, #4a3e3d);
}

.user-welcome-box p {
    font-size: 0.8125rem;
    color: #8c7f7e;
    margin-top: 0.25rem;
}

.user-menu-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.user-menu-list li a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--tema-renk-text, #4a3e3d);
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.user-menu-list li a:hover {
    background-color: var(--tema-renk-bg-light, #faf9f6);
    color: var(--tema-renk-birincil, #8b1d1d);
}

.user-menu-list li.active a {
    background-color: var(--tema-renk-birincil, #8b1d1d);
    color: #ffffff;
}

.user-menu-list li.logout-menu-item a {
    color: #c62828;
}

.user-menu-list li.logout-menu-item a:hover {
    background-color: #ffebee;
}

.user-menu-list li a .material-symbols-outlined {
    font-size: 1.25rem;
}

/* Sağ Kolon Kartları */
.user-panel-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-width: 0;
}

.user-panel-card {
    background-color: var(--tema-renk-kutu-bg, #ffffff);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 0.125rem 0.5rem rgba(117, 103, 87, 0.02);
}

.user-panel-card .card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--tema-renk-text, #4a3e3d);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
}

.user-panel-card .card-title .material-symbols-outlined {
    font-size: 1.375rem;
    color: var(--tema-renk-birincil, #8b1d1d);
}

.card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
}

.card-header-flex .card-title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.card-header-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--tema-renk-birincil, #8b1d1d);
}

/* Profil Bilgisi Grid */
.user-profile-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.user-profile-info-grid .info-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.user-profile-info-grid .info-item .label {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #8c7f7e;
    letter-spacing: 0.03rem;
}

.user-profile-info-grid .info-item .value {
    font-size: 1rem;
    font-weight: 500;
    color: var(--tema-renk-text, #4a3e3d);
}

/* Siparişlerim Tablosu */
.table-responsive-custom {
    overflow-x: auto;
    border-radius: 0.375rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
}

.user-orders-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.user-orders-table th {
    background-color: var(--tema-renk-bg-light, #faf9f6);
    color: var(--tema-renk-text, #4a3e3d);
    font-weight: 600;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 0.5rem 0.75rem;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    white-space: nowrap;
}

.user-orders-table td {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    color: var(--tema-renk-text, #4a3e3d);
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    vertical-align: middle;
}

.user-orders-table th:first-child,
.user-orders-table td:first-child {
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

.user-orders-table tr:last-child td {
    border-bottom: none;
}

.user-orders-table tr:hover td {
    background-color: var(--tema-renk-bg-light, #faf9f6);
}

/* Prevent wrapping on key table columns */
.user-orders-table td:nth-last-child(1),
.user-orders-table td:nth-last-child(2),
.user-status-badge,
.user-tracking-link-btn {
    white-space: nowrap;
}

.user-orders-table .btn-go-detail {
    width: auto;
    display: inline-flex;
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    white-space: nowrap;
}

.empty-table-text {
    text-align: center;
    color: #8c7f7e;
    padding: 2rem !important;
}

/* Table Helper Classes */
.text-nowrap {
    white-space: nowrap !important;
}

.user-orders-table th.cell-wide,
.user-orders-table td.cell-wide {
    width: 100%;
    min-width: 15rem;
    white-space: normal !important;
}

/* User Card Header Layout Helpers */
.user-card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
}

.user-card-header-flex .card-title.no-margin {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.auth-submit-btn.header-action-btn {
    max-width: 14rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
}

.btn-go-detail.table-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem !important;
    width: auto;
    white-space: nowrap;
    background-color: transparent !important;
    color: var(--tema-renk-birincil, #8b1d1d) !important;
    border: 0.0625rem solid var(--tema-renk-birincil, #8b1d1d) !important;
    padding: 0.2rem 0.5rem !important;
    font-size: 0.6875rem !important;
    font-weight: 500 !important;
    border-radius: 0.25rem !important;
    transition: all 0.2s ease !important;
}

.btn-go-detail.table-action-btn:hover {
    background-color: var(--tema-renk-birincil, #8b1d1d) !important;
    color: #ffffff !important;
    transform: translateY(-0.0625rem) !important;
}

.btn-go-detail.table-action-btn span.material-symbols-outlined {
    font-size: 0.95rem !important;
}

/* Durum Badgeleri */
.user-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.5rem;
    border-radius: 6.25rem;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
}

.user-status-badge.beklemede {
    background-color: #ffe0b2;
    color: #e65100;
}

.user-status-badge.onaylandi {
    background-color: #b3e5fc;
    color: #01579b;
}

.user-status-badge.kargoda {
    background-color: #d1c4e9;
    color: #311b92;
}

.user-status-badge.tamamlandi {
    background-color: #c8e6c9;
    color: #1b5e20;
}

.user-status-badge.iptal {
    background-color: #ffcdd2;
    color: #b71c1c;
}

/* Kargo Takip Linki */
.user-tracking-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.5rem;
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.2rem;
    font-size: 0.75rem;
    color: var(--tema-renk-birincil, #8b1d1d);
    font-weight: 600;
    transition: all 0.2s ease;
}

.user-tracking-link-btn:hover {
    background-color: var(--tema-renk-birincil, #8b1d1d);
    color: #ffffff;
    border-color: var(--tema-renk-birincil, #8b1d1d);
}

.user-tracking-link-btn .material-symbols-outlined {
    font-size: 0.95rem;
}

.no-tracking-val {
    color: #8c7f7e;
    font-weight: 500;
}

/* Adres Kartları Izgarası (Grid) */
.user-addresses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.address-card-box {
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 1.5rem;
    background-color: var(--tema-renk-bg-light, #faf9f6);
    position: relative;
    transition: all 0.2s ease;
}

.address-card-box:hover {
    border-color: var(--tema-renk-birincil, #8b1d1d);
    box-shadow: 0 0.25rem 1rem rgba(117, 103, 87, 0.03);
}

.address-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid rgba(226, 220, 213, 0.6);
}

.address-tag-lbl {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--tema-renk-birincil, #8b1d1d);
}

.address-tag-lbl .tag-icon {
    font-size: 1.125rem;
}

.btn-address-delete-card {
    background: none;
    border: none;
    color: #c62828;
    cursor: pointer;
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-address-delete-card:hover {
    transform: scale(1.15);
}

.btn-address-delete-card .material-symbols-outlined {
    font-size: 1.25rem;
}

.btn-address-edit-card {
    background: none;
    border: none;
    color: var(--tema-renk-secondary, #756757);
    cursor: pointer;
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-address-edit-card:hover {
    transform: scale(1.15);
    color: var(--tema-renk-birincil, #8b1d1d);
}

.btn-address-edit-card .material-symbols-outlined {
    font-size: 1.25rem;
}

.address-actions-wrapper {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-modal-submit {
    background-color: var(--tema-renk-birincil, #8b1d1d);
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: opacity 0.2s ease;
}

.btn-modal-submit:hover {
    opacity: 0.9;
}

.address-card-body strong {
    display: block;
    font-size: 0.9375rem;
    color: var(--tema-renk-text, #4a3e3d);
    margin-bottom: 0.25rem;
}

.address-card-body .phone {
    font-size: 0.8125rem;
    color: #8c7f7e;
    margin-bottom: 0.75rem;
}

.address-card-body .addr-desc {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--tema-renk-text, #4a3e3d);
    margin-bottom: 0.5rem;
}

.address-card-body .location {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--tema-renk-secondary, #756757);
    margin-bottom: 0.75rem;
}

.invoice-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    background-color: #ffffff;
    color: #555;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
}

.empty-addr-text {
    grid-column: span 2;
    text-align: center;
    color: #8c7f7e;
    padding: 2rem 0;
}

/* Responsive */
@media (max-width: 56rem) {
    .user-panel-layout {
        grid-template-columns: 1fr;
    }

    .user-addresses-grid {
        grid-template-columns: 1fr;
    }

    .empty-addr-text {
        grid-column: span 1;
    }
}

@media (max-width: 40rem) {
    .auth-form-row-2col {
        grid-template-columns: 1fr;
    }

    .user-profile-info-grid {
        grid-template-columns: 1fr;
    }

    .user-panel-card {
        padding: 1.5rem;
    }
}

/* --- Hepsiburada Tarzı Kayıtlı Adres Seçici Stilleri --- */
.selected-address-summary-box {
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 1.5rem;
    background-color: var(--tema-renk-ikincil-light, #faf6f0);
    margin-bottom: 1.5rem;
    box-shadow: 0 0.25rem 0.75rem rgba(117, 103, 87, 0.03);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    transition: all 0.2s ease;
}

.selected-address-summary-box:hover {
    border-color: var(--tema-renk-birincil, #8b1d1d);
}

.summary-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.0625rem solid rgba(226, 220, 213, 0.6);
    padding-bottom: 0.5rem;
}

.address-title-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--tema-renk-birincil, #8b1d1d);
}

.address-title-badge .badge-icon {
    font-size: 1.125rem;
}

.btn-change-address {
    background: none;
    border: none;
    color: var(--tema-renk-birincil, #8b1d1d);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.btn-change-address:hover {
    background-color: rgba(139, 29, 29, 0.05);
}

.summary-box-body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.summary-box-body strong {
    font-size: 0.9375rem;
    color: var(--tema-renk-text, #4a3e3d);
}

.summary-box-body p {
    font-size: 0.8125rem;
    color: #8c7f7e;
}

.summary-box-body .addr-text {
    font-size: 0.875rem;
    color: var(--tema-renk-text, #4a3e3d);
    line-height: 1.5;
    margin-top: 0.25rem;
}

/* --- Adres Seçim Modalı Stilleri --- */
.modal-overlay-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0.3125rem);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.modal-content-custom {
    background-color: #ffffff;
    border-radius: 0.75rem;
    width: 90%;
    max-width: 42rem;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
    animation: modalSlideUp 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes modalSlideUp {
    from {
        opacity: 0;
        transform: translateY(2rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
}

.modal-header-custom h3 {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--tema-renk-birincil, #8b1d1d);
}

.btn-close-modal {
    background: none;
    border: none;
    color: #8c7f7e;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.btn-close-modal:hover {
    background-color: var(--tema-renk-bg-light, #faf9f6);
    color: var(--tema-renk-text, #4a3e3d);
}

.modal-body-custom {
    padding: 1.5rem;
    overflow-y: auto;
}

.modal-addresses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.modal-address-card {
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 1.25rem;
    background-color: var(--tema-renk-bg-light, #faf9f6);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-address-card:hover {
    border-color: var(--tema-renk-birincil, #8b1d1d);
    background-color: var(--tema-renk-ikincil-light, #faf6f0);
}

.modal-address-card .card-body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.modal-address-card .card-body strong {
    font-size: 0.875rem;
    color: var(--tema-renk-text, #4a3e3d);
}

.modal-address-card .card-body p {
    font-size: 0.75rem;
    color: #8c7f7e;
}

.modal-address-card .card-body .addr-desc {
    font-size: 0.8125rem;
    color: var(--tema-renk-text, #4a3e3d);
    line-height: 1.4;
    margin-top: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-select-address {
    width: 100%;
    padding: 0.625rem;
    background-color: #ffffff;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--tema-renk-text, #4a3e3d);
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-address-card:hover .btn-select-address {
    background-color: var(--tema-renk-birincil, #8b1d1d);
    color: #ffffff;
    border-color: var(--tema-renk-birincil, #8b1d1d);
}

.new-address-card-btn {
    border: 0.0625rem dashed var(--tema-renk-kenarlik, #e2dcd5);
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    color: var(--tema-renk-secondary, #756757);
}

.new-address-card-btn:hover {
    border-color: var(--tema-renk-birincil, #8b1d1d);
    color: var(--tema-renk-birincil, #8b1d1d);
    background-color: var(--tema-renk-bg-light, #faf9f6);
}

.new-address-card-btn .icon {
    font-size: 2.25rem;
}

.new-address-card-btn span:last-child {
    font-size: 0.875rem;
    font-weight: 600;
}

/* --- Kredi Kartı 3D Simülasyon Stilleri --- */
.credit-card-simulation-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: center;
    margin-top: 1rem;
}

.interactive-card-wrapper {
    width: 24.5rem;
    height: 15rem;
    perspective: 1000px;
    flex-shrink: 0;
}

.credit-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.credit-card-inner.flipped {
    transform: rotateY(180deg);
}

.card-side {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 0.75rem;
    padding: 1.5rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.card-side.front {
    background: linear-gradient(135deg, var(--tema-renk-birincil, #8b1d1d) 0%, #4a0f0f 100%);
}

.card-side.back {
    background: linear-gradient(135deg, #4a0f0f 0%, var(--tema-renk-birincil, #8b1d1d) 100%);
    transform: rotateY(180deg);
    padding: 0;
    justify-content: flex-start;
}

.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.card-header-flex-preview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.card-header-flex-preview .chip {
    font-size: 2.25rem;
    color: #d4af37;
}

.card-logo-preview {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-weight: 800;
    font-size: 0.875rem;
    letter-spacing: 0.0625rem;
}

.card-number-preview {
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    font-family: monospace;
    text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.6);
    margin: 1.5rem 0;
    z-index: 2;
}

.card-footer-preview {
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.card-holder-box,
.card-expiry-box {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.card-holder-box .label,
.card-expiry-box .label {
    font-size: 0.625rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.05rem;
}

.card-holder-box .value,
.card-expiry-box .value {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
}

/* Arka Yüz Stilleri */
.magnetic-strip {
    background-color: #1a1a1a;
    width: 100%;
    height: 2.5rem;
    margin-top: 1.25rem;
}

.signature-bar {
    background-color: #ffffff;
    width: 80%;
    height: 2.25rem;
    margin: 1.5rem auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.75rem;
    border-radius: 0.125rem;
}

.cvc-preview {
    color: #1a1a1a;
    font-family: monospace;
    font-weight: 700;
    font-size: 0.9375rem;
    letter-spacing: 0.0625rem;
}

.back-logo-text {
    margin-top: 2rem;
    padding: 0 1.5rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: 600;
}

@media (max-width: 60rem) {
    .credit-card-simulation-flex {
        flex-direction: column;
        gap: 1.5rem;
    }

    .interactive-card-wrapper {
        width: 100%;
        max-width: 22.5rem;
    }
}

@media (max-width: 40rem) {
    .modal-addresses-grid {
        grid-template-columns: 1fr;
    }

    .modal-content-custom {
        width: 95%;
    }
}

/* Split Expiry (Month / Year) Styles */
.card-expiry-split {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mock-card-input-split {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.375rem;
    background-color: var(--tema-renk-input-bg, #ffffff);
    color: var(--tema-renk-text, #4a3e3d);
    font-family: inherit;
    font-size: 0.9375rem;
    text-align: center;
    transition: all 0.2s ease;
}

.mock-card-input-split:focus {
    outline: none;
    border-color: var(--tema-renk-birincil, #8b1d1d);
    box-shadow: 0 0 0 0.1875rem rgba(139, 29, 29, 0.08);
}

.expiry-divider {
    font-size: 1.125rem;
    font-weight: 600;
    color: #8c7f7e;
}

/* --- Ödeme Sayfası Kupon Sistemi Stilleri --- */
.checkout-coupon-section {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    box-sizing: border-box;
}

.coupon-input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.25rem;
    overflow: hidden;
    background-color: var(--tema-renk-input-bg, #ffffff);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.coupon-input-group:focus-within {
    border-color: var(--tema-renk-primary, #8b1d1d);
    box-shadow: 0 0 0 0.125rem rgba(139, 29, 29, 0.1);
}

.coupon-input-group:has(#coupon_code:disabled) {
    background-color: rgba(117, 103, 87, 0.05);
}

#coupon_code {
    flex-grow: 1;
    padding: 0.6rem 0.75rem;
    border: none !important;
    background: transparent;
    font-family: inherit;
    font-size: 0.875rem;
    color: var(--tema-renk-text, #4a3e3d);
    text-transform: uppercase;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}

#coupon_code:disabled {
    background-color: transparent;
    color: rgba(117, 103, 87, 0.5);
    cursor: not-allowed;
}

.btn-apply-coupon {
    padding: 0.6rem 1.25rem;
    background-color: var(--tema-renk-secondary, #756757);
    color: #ffffff;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.btn-apply-coupon:hover {
    background-color: var(--tema-renk-primary, #8b1d1d);
}

.btn-remove-coupon {
    padding: 0.6rem 1.25rem;
    background-color: #c62828;
    color: #ffffff;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.btn-remove-coupon:hover {
    background-color: #b71c1c;
}

.coupon-message {
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 0.25rem;
}

.coupon-message.success {
    color: #2e7d32;
}

.coupon-message.error {
    color: #c62828;
}

/* --- Müşteri Sipariş Detay Arayüzü Stilleri --- */
.user-order-detail-meta-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.user-order-detail-meta-box .meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.user-order-detail-meta-box .meta-item .label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--tema-renk-secondary, #756757);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.user-order-detail-meta-box .meta-item .value {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--tema-renk-text, #4a3e3d);
}

.user-order-addresses-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.user-order-addresses-layout .address-card {
    background-color: var(--tema-renk-kutu-bg, #ffffff);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.user-order-addresses-layout .address-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--tema-renk-birincil, #8b1d1d);
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}

.user-order-addresses-layout .address-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.user-order-addresses-layout .address-card-body p {
    font-size: 0.875rem;
    color: var(--tema-renk-text, #4a3e3d);
}

.user-order-addresses-layout .address-card-body p strong {
    font-weight: 600;
    color: #665c5b;
}

.user-order-addresses-layout .address-card-body p.addr-text {
    line-height: 1.5;
}

.user-order-addresses-layout .address-card-body p.addr-text strong {
    display: block;
    margin-bottom: 0.25rem;
}

@media (max-width: 48rem) {
    .user-order-detail-meta-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .user-order-addresses-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 30rem) {
    .user-order-detail-meta-box {
        grid-template-columns: 1fr;
    }
}

/* İletişim Sayfası Düzen Sınıfları */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

.contact-form-side {
    background-color: #faf7f4;
    border: 0.0625rem solid rgba(139, 29, 29, 0.05);
    border-radius: 0.5rem;
    padding: 2.25rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-side {
    display: flex;
    flex-direction: column;
}

.contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.15rem;
    background-color: #faf7f4;
    border: 0.0625rem solid rgba(139, 29, 29, 0.05);
    border-radius: 0.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-0.15rem);
    box-shadow: 0 0.5rem 1.5rem rgba(139, 29, 29, 0.04);
}

.contact-info-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    background-color: rgba(139, 29, 29, 0.06);
    color: var(--tema-renk-primary);
    flex-shrink: 0;
}

.contact-info-icon {
    font-size: 1.35rem;
}

.contact-info-content {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.contact-info-content h3 {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
    margin: 0;
}

.contact-info-content p {
    font-size: 0.9rem;
    color: var(--tema-renk-text);
    margin: 0;
    line-height: 1.5;
}

.contact-info-content p a {
    color: inherit;
    transition: color 0.2s ease;
}

.contact-info-content p a:hover {
    color: var(--tema-renk-primary);
}

@media (max-width: 48rem) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-form-side {
        padding: 1.5rem 1.25rem;
    }

    .contact-info-side,
    .contact-info-box {
        height: auto;
    }

    .contact-info-item {
        flex: none;
    }
}

/* Dönen Yükleme İkonu Animasyonu */
@keyframes rotate-loader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating-loader {
    animation: rotate-loader 1.2s linear infinite;
    display: inline-block;
}

/* --- Premium Arama Overlay & Canlı Arama Stilleri --- */
.search-overlay-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(74, 62, 61, 0.4);
    backdrop-filter: blur(0.5rem);
    z-index: 1;
}

.search-container-card {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 40rem;
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.1);
    box-shadow: 0 1.5rem 4rem rgba(117, 103, 87, 0.18);
    margin-top: 12vh;
    padding: 2rem;
    animation: slideDownSearch 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes slideDownSearch {
    from {
        opacity: 0;
        transform: translateY(-2rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.search-modal-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--tema-renk-primary);
}

.btn-search-close {
    background: transparent;
    border: none;
    color: var(--tema-renk-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s, transform 0.2s;
}

.btn-search-close:hover {
    color: var(--tema-renk-primary);
    transform: rotate(90deg);
}

.btn-search-close .material-symbols-outlined {
    font-size: 1.5rem;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 0.0625rem solid rgba(117, 103, 87, 0.18);
    border-radius: 0.125rem;
    padding: 0.75rem 1.25rem;
    background-color: #ffffff;
    transition: border-color 0.3s;
}

.search-input-wrapper:focus-within {
    border-color: var(--tema-renk-primary);
}

.search-input-icon {
    font-size: 1.35rem;
    color: var(--tema-renk-secondary);
    margin-right: 0.75rem;
}

.search-input-wrapper input {
    width: 100%;
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 1.05rem;
    color: var(--tema-renk-text);
    background: transparent;
}

.live-search-results-box {
    margin-top: 1.25rem;
    max-height: 25rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* Canlı Sonuç Satırları */
.live-search-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0.875rem 1rem;
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.05);
    text-decoration: none;
    transition: background-color 0.2s;
}

.live-search-item:hover {
    background-color: rgba(117, 103, 87, 0.02);
}

.live-search-img {
    width: 3.25rem;
    height: 3.25rem;
    object-fit: cover;
    border: 0.0625rem solid rgba(117, 103, 87, 0.05);
}

.live-search-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex-grow: 1;
}

.live-search-cat {
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--tema-renk-secondary);
    text-transform: uppercase;
    letter-spacing: 0.04rem;
}

.live-search-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--tema-renk-text);
    line-height: 1.3;
}

.live-search-price {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--tema-renk-primary);
}

.live-search-view-all {
    display: block;
    text-align: center;
    padding: 0.875rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
    text-decoration: none;
    border-top: 0.0625rem solid rgba(117, 103, 87, 0.08);
    transition: background-color 0.2s;
}

.live-search-view-all:hover {
    background-color: rgba(117, 103, 87, 0.02);
}

.live-search-no-results {
    padding: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    color: var(--tema-renk-secondary);
    font-style: italic;
}

/* --- Arama Sonuçları Sayfası Stilleri --- */
.search-page-container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.search-results-area {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.search-page-header {
    text-align: center;
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08);
    padding-bottom: 2rem;
}

.search-page-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 2rem;
    font-weight: 500;
    color: var(--tema-renk-primary);
    margin-bottom: 0.5rem;
}

.no-search-results-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
    padding: 4rem 2rem;
}

.no-search-results-box .icon {
    font-size: 4rem;
    color: var(--tema-renk-secondary);
    margin-bottom: 1.5rem;
}

.no-search-results-box h3 {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.5rem;
    color: var(--tema-renk-primary);
    margin-bottom: 0.75rem;
}

.no-search-results-box p {
    font-size: 0.9375rem;
    color: var(--tema-renk-secondary);
    max-width: 32rem;
    line-height: 1.6;
}

.search-suggested-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin: 2rem 0;
    max-width: 40rem;
}

.suggested-cat-btn {
    padding: 0.6rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--tema-renk-secondary);
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.15);
    text-decoration: none;
    transition: all 0.2s;
}

.suggested-cat-btn:hover {
    color: var(--tema-renk-primary);
    border-color: var(--tema-renk-primary);
    background-color: rgba(117, 103, 87, 0.02);
}

.search-back-btn {
    margin-top: 1rem;
}

/* --- Favori Ürünler (Wishlist) Stilleri --- */

/* Ürün Detay Kalp Butonu */
.wishlist-toggle-btn {
    border-radius: 0 !important;
    /* Köşeli tasarım */
    height: 2.85rem !important;
    /* Yükseklik sepetle eşitlendi */
    width: 2.85rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    background-color: #ffffff;
    color: var(--tema-renk-secondary, #756757);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
}

.wishlist-toggle-btn:hover {
    transform: scale(1.08);
    border-color: var(--tema-renk-birincil, #8b1d1d);
    color: var(--tema-renk-birincil, #8b1d1d);
    box-shadow: 0 0.5rem 1rem rgba(139, 29, 29, 0.1);
}

.wishlist-toggle-btn.active {
    background-color: var(--tema-renk-birincil, #8b1d1d);
    border-color: var(--tema-renk-birincil, #8b1d1d);
    color: #ffffff;
}

.wishlist-toggle-btn span {
    font-size: 1.5rem;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    transition: font-variation-settings 0.3s ease;
}

.wishlist-toggle-btn.active span {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

/* Favorilerim Sayfası Grid */
.wishlist-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13.75rem, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.wishlist-product-card {
    background-color: #ffffff;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.wishlist-product-card:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 0.75rem 1.5rem rgba(44, 37, 32, 0.06);
    border-color: var(--tema-renk-secondary, #756757);
}

.wishlist-image-box {
    position: relative;
    padding-top: 100%;
    /* Square aspect ratio */
    background-color: var(--tema-renk-bg-light, #faf9f6);
    overflow: hidden;
}

.wishlist-image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wishlist-product-card:hover .wishlist-image-box img {
    transform: scale(1.05);
}

.btn-wishlist-remove-card {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--tema-renk-text, #2c2520);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
    z-index: 2;
}

.btn-wishlist-remove-card:hover {
    background-color: #c62828;
    color: #ffffff;
    transform: scale(1.05);
}

.btn-wishlist-remove-card span {
    font-size: 1.1rem;
}

.wishlist-details {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.wishlist-details .category-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--tema-renk-secondary, #756757);
    margin-bottom: 0.375rem;
}

.wishlist-details .product-title {
    font-family: var(--tema-font-family);
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--tema-renk-text, #2c2520);
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.6rem;
}

.wishlist-details .price-box {
    margin-bottom: 1rem;
    margin-top: auto;
}

.wishlist-details .price-box strong {
    font-size: 1.125rem;
    color: var(--tema-renk-birincil, #8b1d1d);
}

.btn-go-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.25rem;
    border: none;
    background-color: var(--tema-renk-birincil, #8b1d1d);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-go-detail:hover {
    background-color: #6d1515;
    transform: translateY(-0.0625rem);
}

.btn-go-detail span {
    font-size: 1.2rem;
}

/* Boş Favori Listesi */
.empty-wishlist-box {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5rem 1.5rem;
    color: var(--tema-renk-secondary, #756757);
    width: 100%;
}

.empty-wishlist-box .icon {
    font-size: 4rem;
    color: var(--tema-renk-kenarlik, #e2dcd5);
    margin-bottom: 1.5rem;
}

.empty-wishlist-box p {
    font-size: 1rem;
    max-width: 28rem;
    margin: 0 auto 2rem auto;
    line-height: 1.6;
}

.btn-browse-products {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: var(--tema-renk-birincil, #8b1d1d);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease;
}

.btn-browse-products:hover {
    background-color: #6d1515;
}

/* E-Bülten Abonelik Şeridi */
.newsletter-bar {
    background-color: var(--tema-renk-bg, #f7f4ed);
    border-top: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    padding: 2.5rem 1.5rem;
    width: 100%;
}

.newsletter-container {
    max-width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0 1.5rem;
}

.newsletter-text {
    flex: 1 1 25rem;
}

.newsletter-title {
    font-family: var(--tema-font-headings, Cormorant Garamond, serif);
    font-size: 1.75rem;
    color: var(--tema-renk-primary, #8b1d1d);
    margin: 0 0 0.5rem 0;
    font-weight: 500;
}

.newsletter-desc {
    font-family: var(--tema-font-family);
    font-size: 0.9375rem;
    color: var(--tema-renk-text, #2c2520);
    margin: 0;
    opacity: 0.8;
}

.newsletter-form {
    flex: 1 1 25rem;
    max-width: 35rem;
    width: 100%;
}

.newsletter-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.25rem;
    padding: 0.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-input-group:focus-within {
    border-color: var(--tema-renk-primary, #8b1d1d);
    box-shadow: 0 0 0 0.125rem rgba(139, 29, 29, 0.1);
}

.newsletter-input-group .input-icon {
    position: absolute;
    left: 0.875rem;
    color: var(--tema-renk-secondary, #756757);
    font-size: 1.25rem;
    pointer-events: none;
}

.newsletter-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem;
    font-family: var(--tema-font-family);
    font-size: 0.9375rem;
    color: var(--tema-renk-text, #2c2520);
    background: transparent;
}

.newsletter-input::placeholder {
    color: #a09890;
}

.newsletter-btn {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--tema-renk-primary, #8b1d1d);
    color: #ffffff;
    border: none;
    border-radius: 0.1875rem;
    font-family: var(--tema-font-family);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.newsletter-btn:hover {
    background-color: #6d1515;
}

.newsletter-btn:active {
    transform: scale(0.98);
}

.newsletter-btn span {
    font-size: 1.125rem;
}

@media (max-width: 48rem) {
    .newsletter-bar {
        padding: 2.5rem 1rem !important;
        background: linear-gradient(135deg, #fbfaf8 0%, #f5f1ea 100%) !important;
    }

    .newsletter-container {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 1.5rem !important;
    }

    .newsletter-text {
        text-align: center !important;
        flex: none !important;
    }

    .newsletter-form {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .newsletter-title {
        font-size: 1.35rem !important;
        margin-bottom: 0.5rem !important;
    }

    .newsletter-desc {
        font-size: 0.85rem !important;
    }

    .newsletter-input-group {
        flex-direction: column !important;
        background: transparent !important;
        border: none !important;
        gap: 0.75rem !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    .newsletter-input {
        background-color: #ffffff !important;
        border: 0.0625rem solid rgba(117, 103, 87, 0.15) !important;
        border-radius: 0.5rem !important;
        height: 3rem !important;
        padding-left: 2.75rem !important;
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.02) !important;
        transition: all 0.3s ease !important;
        width: 100% !important;
    }

    .newsletter-input:focus {
        border-color: var(--tema-renk-primary) !important;
        box-shadow: 0 0.375rem 1rem rgba(139, 29, 29, 0.08) !important;
    }

    .newsletter-input-group .input-icon {
        top: 1.5rem !important;
        transform: translateY(-50%) !important;
    }

    .newsletter-btn {
        width: 100% !important;
        height: 3rem !important;
        border-radius: 0.5rem !important;
        justify-content: center !important;
        box-shadow: 0 0.375rem 1rem rgba(139, 29, 29, 0.12) !important;
        margin-left: 0 !important;
    }

    /* Brand Column and Socials on Mobile */
    .brand-col {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-bottom: 2rem !important;
    }

    .footer-socials {
        justify-content: center !important;
        gap: 1rem !important;
        margin-top: 1.25rem !important;
    }
}

/* PayTR Ödeme Durum Sayfası Stilleri */
.fail-icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background-color: #ffebee;
    border-radius: 50%;
    color: #c62828;
    margin-bottom: 1.5rem;
}

.fail-icon-badge .icon {
    font-size: 3rem;
}

.fail-main-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #c62828;
    margin-bottom: 0.75rem;
}

.btn-home-back.fail-btn {
    background-color: #c62828;
    border-color: #c62828;
    color: #ffffff;
}

.btn-home-back.fail-btn:hover {
    background-color: #b71c1c;
    border-color: #b71c1c;
}

.btn-home-back.btn-outline-back {
    background-color: transparent;
    border: 0.0625rem solid var(--tema-renk-text, #4a3e3d);
    color: var(--tema-renk-text, #4a3e3d);
}

.btn-home-back.btn-outline-back:hover {
    background-color: rgba(74, 62, 61, 0.05);
    transform: translateY(-0.0625rem);
}

/* --- Marka Filtreleme Paneli --- */
.brand-filter-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.brand-filter-item {
    display: flex;
    align-items: center;
}

.brand-filter-label {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--tema-renk-text, #4a3e3d);
    user-select: none;
    width: 100%;
}

.brand-filter-checkbox {
    width: 1.125rem;
    height: 1.125rem;
    accent-color: var(--tema-renk-birincil, #8b1d1d);
    cursor: pointer;
}

/* --- Yorum Yıldız Puan Dağılımı SVG Stilleri --- */
.rating-bar-svg {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
}

.rating-bar-bg {
    fill: var(--tema-renk-kenarlik, #e2dcd5);
}

.rating-bar-progress {
    fill: var(--tema-renk-birincil, #8b1d1d);
}

/* --- Kampanya & İndirim Stilleri --- */
.old-price {
    text-decoration: line-through;
    color: #8c827a;
    font-size: 0.875rem;
    margin-right: 0.5rem;
}

.new-price {
    color: var(--tema-renk-birincil, #8b1d1d);
    font-weight: 700;
}

.discount-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: rgba(139, 29, 29, 0.88);
    backdrop-filter: blur(0.25rem);
    -webkit-backdrop-filter: blur(0.25rem);
    color: #ffffff;
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 0.25rem;
    z-index: 5;
    border: 0.0625rem solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.new-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: rgba(46, 125, 50, 0.88);
    backdrop-filter: blur(0.25rem);
    -webkit-backdrop-filter: blur(0.25rem);
    color: #ffffff;
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 0.25rem;
    z-index: 5;
    border: 0.0625rem solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.product-image-container {
    position: relative;
}

.totals-row-campaign {
    color: #2e7d32 !important;
    font-weight: 600;
}

/* --- Sepete Eklendi Modalı Stilleri --- */
/* ============================================================
   Sepete Eklendi — Premium Modal (Desktop: Center / Mobile: Bottom Sheet)
   ============================================================ */
.cart-modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(20, 15, 10, 0.55);
    backdrop-filter: blur(0.35rem);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.cart-modal-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

/* ── Kart (Masaüstü) ── */
.cart-modal-content {
    position: relative;
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem 1.75rem 1.75rem;
    width: 90%;
    max-width: 26rem;
    box-shadow: 0 1.5rem 4rem rgba(20, 15, 10, 0.2), 0 0 0 0.0625rem rgba(117, 103, 87, 0.08);
    transform: translateY(1.5rem) scale(0.96);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cart-modal-overlay.show .cart-modal-content {
    transform: translateY(0) scale(1);
}

/* ── Kapat Butonu ── */
.cart-modal-close-btn {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    border: none;
    background: rgba(117, 103, 87, 0.08);
    color: var(--tema-renk-secondary, #756757);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    transition: background 0.2s ease, color 0.2s ease;
}

.cart-modal-close-btn:hover {
    background: rgba(139, 29, 29, 0.1);
    color: var(--tema-renk-primary, #8b1d1d);
}

.cart-modal-close-btn .material-symbols-outlined {
    font-size: 1.1rem;
}

/* ── Gövde ── */
.cart-modal-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

/* ── Yeşil Onay Halkası ── */
.cart-success-ring {
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: cartRingPop 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes cartRingPop {
    0%   { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.cart-success-icon {
    font-size: 1.75rem;
    color: #2e7d32;
    font-variation-settings: 'FILL' 1;
}

/* ── Metin Bloğu ── */
.cart-modal-text-block {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.cart-modal-title {
    font-family: var(--tema-font-headings, serif);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--tema-renk-text, #2c2520);
    margin: 0;
}

.cart-success-product-info {
    font-size: 0.82rem;
    color: var(--tema-renk-secondary, #756757);
    line-height: 1.5;
    margin: 0;
    /* Uzun ürün adlarını kırp */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ── Footer Butonları ── */
.cart-modal-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

.btn-cart-continue,
.btn-cart-goto {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.75rem 0.5rem;
    font-family: var(--tema-font-family, sans-serif);
    font-size: 0.82rem;
    font-weight: 600;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
}

.btn-cart-continue .material-symbols-outlined,
.btn-cart-goto .material-symbols-outlined {
    font-size: 1rem;
    flex-shrink: 0;
}

.btn-cart-continue {
    background: #faf9f6;
    color: var(--tema-renk-text, #4a3e3d);
    border: 0.0625rem solid rgba(117, 103, 87, 0.25);
}

.btn-cart-continue:hover {
    background: #f0ede6;
    border-color: rgba(117, 103, 87, 0.45);
}

.btn-cart-goto {
    background: var(--tema-renk-primary, #8b1d1d);
    color: #ffffff;
    border: none;
}

.btn-cart-goto:hover {
    background: #6f1414 !important;
    color: #ffffff !important;
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.375rem 1rem rgba(111, 20, 20, 0.3);
}

/* ── Mobil: Bottom Sheet ── */
@media (max-width: 48rem) {
    .cart-modal-overlay {
        align-items: flex-end;
    }

    .cart-modal-content {
        width: 100%;
        max-width: 100%;
        border-radius: 1.25rem 1.25rem 0 0;
        padding: 1.5rem 1.25rem 2rem;
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .cart-modal-overlay.show .cart-modal-content {
        transform: translateY(0);
    }

    /* Tutma çubuğu */
    .cart-modal-content::before {
        content: '';
        display: block;
        width: 2.5rem;
        height: 0.25rem;
        background: rgba(117, 103, 87, 0.2);
        border-radius: 2rem;
        margin: 0 auto 1.25rem;
    }
}



/* --- Sipariş İade Modalı Özel Stilleri --- */
.return-modal-content {
    max-width: 32rem !important;
}

.return-modal-body {
    align-items: stretch !important;
    text-align: left !important;
    margin-bottom: 1.5rem !important;
}

/* --- Adres Düzenleme Modalı Özel Kompakt Stilleri --- */
.address-edit-modal-content {
    max-width: 44rem !important;
    max-height: 90vh !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 1.5rem !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(0.625rem) !important;
    border-radius: 1rem !important;
}

.address-edit-modal-content form {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    flex-grow: 1 !important;
}

.address-edit-modal-content .cart-modal-body {
    overflow-y: auto !important;
    max-height: calc(90vh - 8.5rem) !important;
    padding-right: 0.5rem !important;
    margin-bottom: 1rem !important;
    display: block !important;
    align-items: stretch !important;
    text-align: left !important;
}

.address-edit-modal-content .auth-form-group {
    margin-bottom: 0.75rem !important;
    gap: 0.25rem !important;
}

.address-edit-modal-content .auth-form-group label {
    font-size: 0.8rem !important;
    color: var(--tema-renk-secondary, #756757) !important;
}

.address-edit-modal-content .auth-form-group input[type="text"],
.address-edit-modal-content .auth-form-group input[type="tel"],
.address-edit-modal-content .auth-form-group textarea {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.85rem !important;
    border-radius: 0.25rem !important;
}

.address-edit-modal-content .auth-form-group textarea {
    min-height: 4rem !important;
}

.address-edit-modal-content .auth-form-row-2col {
    gap: 0.75rem !important;
}

.address-edit-modal-content .fatura-turu-selectors {
    display: flex !important;
    gap: 0.5rem !important;
    margin-top: 0.25rem !important;
}

.address-edit-modal-content .fatura-radio-card {
    padding: 0.5rem 1rem !important;
    font-size: 0.85rem !important;
    height: auto !important;
    flex: 1 !important;
}

.address-edit-modal-content .checkout-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
    margin-bottom: 0.5rem !important;
    width: 100% !important;
}

.address-edit-modal-content .checkout-form-grid.product-hidden-data {
    display: none !important;
}

.address-edit-modal-content .checkout-form-grid .form-group-full {
    grid-column: span 2 !important;
}

.address-edit-modal-content .checkout-form-grid .form-group-half {
    grid-column: span 1 !important;
}

.address-edit-modal-content .cart-modal-footer {
    border-top: 0.0625rem solid rgba(117, 103, 87, 0.1) !important;
    padding-top: 1rem !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 0.75rem !important;
}

.address-edit-modal-content .btn-cart-continue,
.address-edit-modal-content .btn-modal-submit {
    max-width: 8rem !important;
    padding: 0.6rem 1rem !important;
    font-size: 0.85rem !important;
}

.return-product-summary {
    background-color: var(--tema-renk-bg);
    padding: 1rem;
    border-radius: 0.375rem;
    margin-bottom: 1.25rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik);
}

.return-product-summary p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--tema-renk-text);
}

#returnProductVariationRow {
    margin: 0.25rem 0 0 0;
    font-size: 0.8rem;
    color: var(--tema-renk-secondary);
}

/* --- Şifremi Unuttum & E-Bülten Stilleri --- */
.auth-footer-links {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.875rem;
    color: var(--tema-renk-text, #4a3e3d);
}

.auth-footer-links a {
    color: var(--tema-renk-birincil, #8b1d1d);
    font-weight: 600;
    text-decoration: underline;
}

.auth-forgot-password-row {
    margin-top: 0.5rem;
}

.newsletter-send-form {
    max-width: 48rem;
    margin: 0 auto;
}

.newsletter-progress-bar {
    width: 100%;
    background-color: var(--admin-kenarlik, #e2dcd5);
    border-radius: 0.25rem;
    overflow: hidden;
    margin-top: 1rem;
    height: 1.25rem;
    position: relative;
}

.newsletter-progress-bar-fill {
    height: 100%;
    background-color: var(--admin-yesil, #2e7d32);
    width: 0%;
    transition: width 0.3s ease;
}

.newsletter-progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--admin-koyu, #2c2520);
}

/* --- Gelişmiş Filtreleme ve Sıralama Stilleri --- */
.category-sorting-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
}

.category-sorting-box label {
    font-weight: 500;
    color: var(--tema-renk-text, #4a3e3d);
}

.sort-select {
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    font-size: 0.875rem;
    font-family: var(--tema-font-family), sans-serif;
    color: var(--tema-renk-text, #4a3e3d);
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.2);
    border-radius: 0.25rem;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%238b1d1d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
}

.sort-select:focus {
    border-color: var(--tema-renk-primary);
}

.price-filter-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 0.5rem;
}

.price-input-fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.price-field {
    display: flex;
    align-items: center;
    position: relative;
    border: 0.0625rem solid rgba(117, 103, 87, 0.2);
    border-radius: 0.25rem;
    background-color: #ffffff;
    padding: 0.35rem 0.5rem;
    flex: 1;
}

.price-field .price-currency {
    font-size: 0.75rem;
    color: var(--tema-renk-secondary, #756757);
    margin-right: 0.25rem;
}

.price-num-input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 0.875rem;
    font-family: var(--tema-font-family), sans-serif;
    color: var(--tema-renk-text, #4a3e3d);
    text-align: right;
    -moz-appearance: textfield;
}

.price-num-input::-webkit-outer-spin-button,
.price-num-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.price-separator {
    color: var(--tema-renk-secondary, #756757);
    font-weight: 500;
}

/* Dual Range Slider Styling */
.dual-range-slider {
    position: relative;
    width: 100%;
    height: 1.5rem;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
}

.slider-track {
    position: absolute;
    width: 100%;
    height: 0.25rem;
    background-color: rgba(117, 103, 87, 0.15);
    border-radius: 0.125rem;
    z-index: 1;
}

.dual-range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 0.25rem;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 2;
    margin: 0;
    padding: 0;
}

/* Styles for range thumbs */
.dual-range-slider input[type="range"]::-webkit-slider-thumb {
    height: 1.125rem;
    width: 1.125rem;
    border-radius: 50%;
    background-color: var(--tema-renk-primary, #8b1d1d);
    border: 0.125rem solid #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
    transition: transform 0.15s ease, background-color 0.15s ease;
}

.dual-range-slider input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.15);
    background-color: var(--tema-renk-secondary, #756757);
}

.dual-range-slider input[type="range"]::-moz-range-thumb {
    height: 1.125rem;
    width: 1.125rem;
    border-radius: 50%;
    background-color: var(--tema-renk-primary, #8b1d1d);
    border: 0.125rem solid #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
    pointer-events: auto;
    transition: transform 0.15s ease, background-color 0.15s ease;
}

.dual-range-slider input[type="range"]::-moz-range-thumb:hover {
    transform: scale(1.15);
    background-color: var(--tema-renk-secondary, #756757);
}

.btn-filter-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.65rem;
    font-size: 0.875rem;
    font-family: var(--tema-font-family), sans-serif;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--tema-renk-primary, #8b1d1d);
    border: 0.08rem solid var(--tema-renk-primary, #8b1d1d);
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-filter-apply:hover {
    background-color: var(--tema-renk-secondary, #756757);
    border-color: var(--tema-renk-secondary, #756757);
}

.btn-filter-apply .material-symbols-outlined {
    font-size: 1.125rem;
}

/* --- Google Giriş & Kayıt Stilleri --- */
.auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
}

.auth-divider-text {
    padding: 0 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--tema-renk-secondary, #756757);
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.875rem 1rem;
    background-color: #ffffff;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.375rem;
    color: var(--tema-renk-text, #4a3e3d);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0.125rem 0.5rem rgba(117, 103, 87, 0.03);
}

.google-login-btn:hover {
    background-color: var(--tema-renk-bg, #faf9f6);
    border-color: var(--tema-renk-secondary, #756757);
    color: var(--tema-renk-text, #2c2520);
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.25rem 1rem rgba(117, 103, 87, 0.08);
}

.google-login-btn svg {
    flex-shrink: 0;
}

/* ==========================================================================
   26. S.S.S (Sıkça Sorulan Sorular) & Destek Modülü Stilleri
   ========================================================================== */

/* S.S.S Akordiyon */
.faq-accordion-wrapper {
    max-width: 50rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-accordion-item {
    background-color: #ffffff;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.375rem;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-accordion-item.active {
    border-color: var(--tema-renk-primary);
    box-shadow: 0 0.5rem 1.25rem rgba(139, 29, 29, 0.04);
}

.faq-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.faq-question {
    font-family: var(--tema-font-family), sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--tema-renk-text);
    transition: color 0.3s ease;
}

.faq-accordion-header:hover .faq-question,
.faq-accordion-item.active .faq-question {
    color: var(--tema-renk-primary);
}

.faq-icon {
    color: var(--tema-renk-secondary);
    transition: transform 0.3s ease, color 0.3s ease;
    user-select: none;
}

.faq-accordion-item.active .faq-icon {
    transform: rotate(180deg);
    color: var(--tema-renk-primary);
}

.faq-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-accordion-content-inner {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: var(--tema-renk-text);
    font-size: 0.9375rem;
    line-height: 1.6;
    border-top: 0.0625rem solid rgba(226, 220, 213, 0.5);
    padding-top: 1rem;
}

/* Destek Paneli */
.support-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.support-card {
    background-color: #ffffff;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.support-card:hover {
    transform: translateY(-0.25rem);
    border-color: var(--tema-renk-primary);
    box-shadow: 0 0.5rem 1.5rem rgba(139, 29, 29, 0.05);
}

.support-card-icon {
    font-size: 2.25rem;
    color: var(--tema-renk-primary);
    margin-bottom: 0.75rem;
}

.support-card h4 {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.15rem;
    color: var(--tema-renk-text);
    margin-bottom: 0.5rem;
}

.support-card p {
    font-size: 0.85rem;
    color: var(--tema-renk-secondary);
    margin-bottom: 0.5rem;
}

.support-card a,
.support-card strong {
    color: var(--tema-renk-primary);
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 700;
}

.support-columns-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 3rem;
    border-top: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    padding-top: 2.5rem;
}

.support-section-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.5rem;
    color: var(--tema-renk-primary);
    margin-bottom: 1.5rem;
}

.guide-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.guide-item h5 {
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--tema-renk-text);
    margin-bottom: 0.5rem;
}

.guide-item p {
    font-size: 0.875rem;
    color: var(--tema-renk-secondary);
    line-height: 1.5;
}

.support-ticket-form {
    background-color: #fcfbfa;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.support-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
}

.support-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.support-form-group label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tema-renk-secondary);
}

.support-form-group input,
.support-form-group select,
.support-form-group textarea {
    padding: 0.75rem 1rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.25rem;
    background-color: #ffffff;
    color: var(--tema-renk-text);
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.support-form-group input:focus,
.support-form-group select:focus,
.support-form-group textarea:focus {
    border-color: var(--tema-renk-primary);
    box-shadow: 0 0 0 0.125rem rgba(139, 29, 29, 0.05);
}

.support-form-group textarea {
    height: 7rem;
    resize: vertical;
}

.btn-support-submit {
    width: 100%;
    background-color: var(--tema-renk-primary);
    color: #ffffff;
    border: 0.0625rem solid transparent;
    border-radius: 0.25rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: var(--tema-font-family), sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-support-submit:hover {
    background-color: #ffffff;
    color: var(--tema-renk-primary);
    border-color: var(--tema-renk-primary);
}

.btn-support-submit .rotating-loader {
    animation: spin 1s linear infinite;
}

/* İletişim Harita Bölümü */
.contact-map-wrapper {
    margin-top: 3.5rem;
    border-top: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    padding-top: 2.5rem;
}

.contact-map-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.6rem;
    color: var(--tema-renk-primary);
    text-align: center;
    margin-bottom: 1.5rem;
}

.contact-map-container {
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    overflow: hidden;
    height: 24rem;
    background-color: #f7f4ed;
}

.contact-map-action-row {
    text-align: center;
    margin-top: 1.25rem;
}

.btn-directions-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #ffffff;
    border: 0.0625rem solid var(--tema-renk-primary);
    color: var(--tema-renk-primary);
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    text-decoration: none;
    font-family: var(--tema-font-family), sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

/* .page-body a genel link stillerini ezmek icin seciciligi artiriyoruz */
.page-body a.btn-directions-link {
    color: var(--tema-renk-primary);
    text-decoration: none;
}

.btn-directions-link:hover,
.page-body a.btn-directions-link:hover {
    background-color: var(--tema-renk-primary);
    color: #ffffff;
    text-decoration: none;
}

/* Footer Alt Bar Geliştirici İmzası */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Ödeme Yöntemleri Barı (Abonelik Şeridi Üstü) */
.footer-payment-wrapper {
    max-width: 75rem;
    margin: 0 auto 1.5rem auto;
    padding: 0 1.5rem;
    width: 100%;
}

.footer-payment-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--tema-renk-kenarlik, #e2dcd5);
    /* Gri/Bej dolgu */
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 2rem;
    padding: 0.25rem 0.25rem 0.25rem 1.25rem;
    box-shadow: 0 0.125rem 0.5rem rgba(117, 103, 87, 0.02);
}

.payment-text-side {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.payment-sec-icon {
    font-size: 1.2rem;
    color: var(--tema-renk-primary, #8b1d1d);
}

.payment-bar-text {
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.025rem;
    color: var(--tema-renk-text, #4a3e3d);
}

.payment-logos-side {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    background-color: #ffffff;
    /* Beyaz Zemin */
    border-radius: 1.75rem;
    padding: 0.3rem 1.25rem 0.3rem 0.3rem;
    /* Sol taraftaki ağ grubu sığsın diye sol padding küçük, sağ büyük */
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
}

.payment-networks-group {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    background-color: var(--tema-renk-bg, #f7f4ed);
    /* Farklı/Krem-Gri zemin rengi */
    border-radius: 1.5rem;
    padding: 0.3rem 0.875rem;
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
}

.payment-banks-group {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.payment-logo {
    height: 1.125rem;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.55;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Visa, Mastercard ve Troy logolarını görsel olarak dengelemek için büyütiyoruz */
.payment-logo.payment-network-logo {
    height: 1.5rem;
}

/* Visa logosunun daha dengeli görünmesi için ekstra büyütüyoruz */
.payment-logo.payment-network-logo[alt="Visa"] {
    height: 1.625rem;
}

/* Troy logosunu bir tık küçültüyoruz */
.payment-logo.payment-network-logo[alt="Troy"] {
    height: 1.35rem;
}

/* Paraf logosunun beyaz boşluğu fazla olduğu için yüksekliğini artırıyoruz */
.payment-logo[alt="Paraf"] {
    height: 1.45rem;
}

.payment-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-0.0625rem);
}

.developer-signature {
    display: flex;
    align-items: center;
}

.sig-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--tema-renk-secondary);
    font-size: 0.75rem;
    transition: color 0.3s ease;
}

.sig-icon {
    font-size: 1.15rem;
    color: var(--tema-renk-secondary);
    transition: transform 0.4s ease, color 0.3s ease;
    margin-left: 0.2rem;
    /* margin-left because text is on the left now */
}

.sig-text {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    font-family: var(--tema-font-family), sans-serif;
    font-weight: 500;
}

.sig-link:hover {
    color: var(--tema-renk-primary);
}

.sig-link:hover .sig-icon {
    transform: rotate(90deg);
    color: var(--tema-renk-primary);
}

.sig-link:hover .sig-text {
    max-width: 15rem;
    opacity: 1;
}

/* Responsive Kurallar */
@media (max-width: 48rem) {
    .support-cards-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .support-columns-wrapper {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer-payment-wrapper {
        margin-bottom: 1rem;
    }

    .footer-payment-bar {
        flex-direction: column;
        align-items: stretch;
        border-radius: 0.75rem;
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .payment-text-side {
        justify-content: center;
        text-align: center;
        padding: 0.25rem 0;
    }

    .payment-logos-side {
        flex-direction: column;
        gap: 0.75rem;
        border-radius: 0.5rem;
        padding: 0.625rem;
        width: 100%;
    }

    .payment-networks-group {
        justify-content: center;
        width: 100%;
        padding: 0.5rem;
        border-radius: 0.375rem;
    }

    .payment-banks-group {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 0.5rem;
    }

    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
        gap: 0.75rem !important;
    }

    .developer-signature {
        justify-content: center !important;
        margin-top: 0.25rem !important;
    }

    .sig-text {
        display: none !important;
    }

    .sig-icon {
        margin-left: 0 !important;
    }

    @keyframes sigPulse {
        0% {
            opacity: 0.6;
        }

        50% {
            opacity: 1;
            color: var(--tema-renk-primary);
        }

        100% {
            opacity: 0.6;
        }
    }

    .sig-link {
        animation: sigPulse 4s infinite ease-in-out !important;
    }
}

/* Ticket Sohbet Arayüzü Stilleri */
.ticket-chat-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 30rem;
    overflow-y: auto;
    padding: 1.25rem;
    background-color: #faf9f6;
    border: 0.0625rem solid var(--tema-renk-kenarlik);
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.chat-message-row {
    display: flex;
    width: 100%;
}

.chat-message-row.msg-incoming {
    justify-content: flex-start;
}

.chat-message-row.msg-outgoing {
    justify-content: flex-end;
}

.message-bubble {
    max-width: 75%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    line-height: 1.5;
    font-size: 0.9rem;
    position: relative;
    box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
}

.msg-incoming .message-bubble {
    background-color: #ffffff;
    border: 0.0625rem solid var(--tema-renk-kenarlik);
    color: var(--tema-renk-text);
    border-top-left-radius: 0;
}

.msg-outgoing .message-bubble {
    background-color: var(--tema-renk-primary);
    color: #ffffff;
    border-top-right-radius: 0;
}

.message-meta {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: 0.75rem;
    margin-bottom: 0.35rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0.2rem;
}

.msg-outgoing .message-meta {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.message-meta .sender-name {
    font-weight: 700;
}

.message-meta .message-time {
    opacity: 0.8;
}

.message-text {
    word-break: break-word;
}

/* User Ticket Detail Layout Helpers */
.user-ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.user-ticket-header .title-sub {
    margin-bottom: 0.25rem;
}

.user-ticket-header .subject-meta {
    font-size: 0.85rem;
    color: var(--tema-renk-secondary, #756757);
}

.user-ticket-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-back-link {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.user-back-link .arrow-icon {
    font-size: 1.1rem;
}

.ticket-no-messages-placeholder {
    text-align: center;
    color: var(--tema-renk-secondary, #756757);
    font-style: italic;
    padding: 2rem 0;
}

.ticket-reply-form-wrapper {
    border-top: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    padding-top: 1.5rem;
    margin-top: 2rem;
}

.ticket-reply-form-wrapper .form-group-margin {
    margin-bottom: 1rem;
}

.ticket-reply-textarea {
    height: 6rem;
    padding: 0.75rem;
}

.ticket-submit-wrapper {
    display: flex;
    justify-content: flex-end;
}

.ticket-submit-btn-width {
    max-width: 12rem;
}

.ticket-alert-lock-box {
    background-color: #fcf8e3;
    border: 0.0625rem solid #faf2cc;
    color: #8a6d3b;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Destek Talepleri Kart Tasarımı */
.user-tickets-cards {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1rem;
}

.ticket-card {
    background-color: var(--tema-renk-kutu-bg, #ffffff);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    transition: all 0.2s ease;
}

.ticket-card:hover {
    box-shadow: 0 0.25rem 1rem rgba(117, 103, 87, 0.06);
    border-color: var(--tema-renk-primary, #8b1d1d);
}

.ticket-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.ticket-id-status {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ticket-id {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--tema-renk-text, #4a3e3d);
}

.ticket-date {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: #8c7f7e;
}

.ticket-date .date-icon {
    font-size: 0.95rem;
}

.ticket-card-body {
    padding: 0.1rem 0;
}

.ticket-subject {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--tema-renk-text, #4a3e3d);
    line-height: 1.4;
    margin: 0;
}

.ticket-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    padding-top: 0.85rem;
    gap: 1rem;
}

.ticket-created-at {
    font-size: 0.75rem;
    color: #8c7f7e;
}

.btn-ticket-detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    font-size: 0.725rem;
    font-weight: 500;
    color: var(--tema-renk-birincil, #8b1d1d);
    border: 0.0625rem solid var(--tema-renk-birincil, #8b1d1d);
    border-radius: 0.25rem;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-ticket-detail:hover {
    background-color: var(--tema-renk-birincil, #8b1d1d);
    color: #ffffff;
    transform: translateY(-0.0625rem);
}

.btn-ticket-detail span.material-symbols-outlined {
    font-size: 0.95rem;
}

.empty-tickets-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 1.5rem;
    color: #8c7f7e;
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 0.0625rem dashed var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    gap: 0.5rem;
}

.empty-tickets-box .icon {
    font-size: 2.5rem;
    color: var(--tema-renk-secondary, #756757);
}

/* --- Kullanıcı Sipariş Detayı Finansal Özet Kartı Stilleri --- */
.user-order-totals-flex-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

.user-order-totals-card {
    width: 100%;
    max-width: 20rem;
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.user-order-totals-card .total-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.8125rem;
    color: var(--tema-renk-text, #4a3e3d);
}

.user-order-totals-card .total-row strong {
    font-weight: 600;
}

.user-order-totals-card .total-row-havale {
    color: #2e7d32;
}

.user-order-totals-card .total-row-kapida {
    color: var(--tema-renk-birincil, #8b1d1d);
}

.user-order-totals-card .total-row-discount {
    color: #2e7d32;
}

.user-order-totals-card .total-row-divider {
    border-top: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    margin: 0.25rem 0;
}

.user-order-totals-card .total-row-final {
    font-size: 0.9375rem;
    color: var(--tema-renk-text, #4a3e3d);
    font-weight: 700;
    align-items: baseline;
}

.user-order-totals-card .total-row-final strong {
    color: var(--tema-renk-birincil, #8b1d1d);
    font-size: 1.0625rem;
    font-weight: 700;
}

/* --- Sipariş Detayı Header ve İptal Butonu Stilleri --- */
.card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.card-header-flex .card-title {
    margin-bottom: 0;
}

.card-header-flex .card-header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.card-header-flex .card-header-link {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.card-header-flex .card-header-link .icon-back {
    font-size: 1.1rem;
}

.btn-user-cancel-order {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2rem !important;
    height: 2rem !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    border: none !important;
    box-shadow: none !important;
    background-color: rgba(139, 29, 29, 0.08) !important;
    color: var(--tema-renk-birincil, #8b1d1d) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.btn-user-cancel-order:hover {
    background-color: var(--tema-renk-birincil, #8b1d1d) !important;
    color: white !important;
}

.btn-user-cancel-order span {
    font-size: 1.2rem !important;
}

.btn-user-return-request {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2rem !important;
    height: 2rem !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    border: none !important;
    box-shadow: none !important;
    background-color: rgba(117, 103, 87, 0.08) !important;
    color: var(--tema-renk-secondary, #756757) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.btn-user-return-request:hover {
    background-color: var(--tema-renk-secondary, #756757) !important;
    color: white !important;
}

.btn-user-return-request span {
    font-size: 1.2rem !important;
}

/* --- Sipariş Detayı Tablosu Görünüm Düzeltmeleri --- */
.user-order-items-table th:first-child,
.user-order-items-table td:first-child {
    width: auto !important;
    white-space: normal !important;
    text-align: left !important;
}

.user-order-action-cell-flex {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35rem !important;
    width: 100% !important;
}

.user-order-item-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
    align-items: flex-start !important;
}

.user-order-item-name {
    font-weight: 600 !important;
    color: var(--tema-renk-text, #4a3e3d) !important;
}

.user-order-item-variation {
    display: inline-flex !important;
    align-items: center !important;
    background-color: var(--tema-renk-bg-light, #faf9f6) !important;
    color: var(--tema-renk-text, #4a3e3d) !important;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    font-size: 0.7rem !important;
    padding: 0.15rem 0.4rem !important;
    border-radius: 0.25rem !important;
    width: fit-content !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.user-returns-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    width: 100% !important;
}

@media (min-width: 48rem) {
    .user-returns-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.user-return-card {
    background-color: var(--tema-renk-kutu-bg, #ffffff) !important;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    border-radius: 0.5rem !important;
    padding: 1.25rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    transition: all 0.2s ease !important;
    position: relative !important;
}

.user-return-card:hover {
    box-shadow: 0 0.25rem 1rem rgba(117, 103, 87, 0.06) !important;
    border-color: var(--tema-renk-primary, #8b1d1d) !important;
}

.user-return-card-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    padding-bottom: 0.75rem !important;
}

.user-return-id-date {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.15rem !important;
}

.user-return-id {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: var(--tema-renk-text, #4a3e3d) !important;
}

.user-return-date {
    font-size: 0.725rem !important;
    color: #8c7f7e !important;
}

.user-return-card-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

.user-return-product-title {
    font-size: 0.925rem !important;
    font-weight: 600 !important;
    color: var(--tema-renk-text, #4a3e3d) !important;
    line-height: 1.3 !important;
}

.user-return-order-info {
    font-size: 0.8rem !important;
    color: var(--tema-renk-secondary, #756757) !important;
}

.user-return-order-info a {
    color: var(--tema-renk-birincil, #8b1d1d) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.user-return-order-info a:hover {
    text-decoration: underline !important;
}

.user-return-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.35rem !important;
    background-color: var(--tema-renk-bg-light, #faf9f6) !important;
    padding: 0.75rem !important;
    border-radius: 0.375rem !important;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
}

.user-return-detail-row {
    display: flex !important;
    justify-content: space-between !important;
    font-size: 0.775rem !important;
    color: var(--tema-renk-text, #4a3e3d) !important;
}

.user-return-detail-row strong {
    font-weight: 600 !important;
}

.user-return-desc-box {
    margin-top: 0.25rem !important;
    border-top: 0.0625rem dashed var(--tema-renk-kenarlik, #e2dcd5) !important;
    padding-top: 0.25rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.15rem !important;
}

.user-return-desc-text {
    font-style: italic !important;
    color: var(--tema-renk-secondary, #756757) !important;
    font-size: 0.75rem !important;
}

.user-return-store-note {
    background-color: #fffde7 !important;
    border: 0.0625rem solid #fff59d !important;
    color: #f57f17 !important;
    padding: 0.75rem !important;
    border-radius: 0.375rem !important;
    font-size: 0.775rem !important;
    line-height: 1.4 !important;
}

.user-return-store-note-title {
    font-weight: 700 !important;
    margin-bottom: 0.25rem !important;
    display: block !important;
}

/* Custom changes to remove inline styles */
.user-returns-title {
    margin-bottom: 2rem !important;
}

.user-no-tracking {
    color: var(--tema-renk-secondary, #756757) !important;
    font-style: italic !important;
}

.user-order-items-title {
    margin-top: 2.5rem !important;
    margin-bottom: 1rem !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: var(--tema-renk-text, #4a3e3d) !important;
}

.btn-profile-edit {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    padding: 0.4rem 0.8rem !important;
    background-color: var(--tema-renk-bg-light, #faf9f6) !important;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    border-radius: 0.25rem !important;
    font-size: 0.8rem !important;
    color: var(--tema-renk-birincil, #8b1d1d) !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.btn-profile-edit:hover {
    background-color: var(--tema-renk-birincil, #8b1d1d) !important;
    color: white !important;
    border-color: var(--tema-renk-birincil, #8b1d1d) !important;
    transform: translateY(-0.0625rem) !important;
}

.btn-profile-edit span.material-symbols-outlined {
    font-size: 1.1rem !important;
}

/* Premium Confirm Dialog */
.confirm-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 37, 32, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(0);
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.confirm-dialog-overlay.show {
    background-color: rgba(44, 37, 32, 0.6);
    backdrop-filter: blur(0.25rem);
}

.confirm-dialog-card {
    background-color: var(--tema-renk-bg, #f7f4ed);
    border: 0.0625rem solid rgba(139, 29, 29, 0.15);
    border-radius: 0.75rem;
    padding: 1.5rem;
    width: 90%;
    max-width: 28rem;
    box-shadow: 0 1rem 3rem rgba(44, 37, 32, 0.25);
    transform: scale(0.9);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.confirm-dialog-card.show {
    transform: scale(1);
    opacity: 1;
}

.confirm-dialog-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--tema-renk-primary, #8b1d1d);
}

.confirm-dialog-header .confirm-icon {
    font-size: 2rem;
}

.confirm-dialog-header .confirm-title {
    font-family: var(--tema-font-headings, "Cormorant Garamond", serif);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.confirm-dialog-body {
    font-family: var(--tema-font-family, "Outfit", sans-serif);
    font-size: 1rem;
    color: var(--tema-renk-text, #2c2520);
    line-height: 1.5;
}

.confirm-dialog-footer {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.btn-confirm-cancel,
.btn-confirm-ok {
    font-family: var(--tema-font-family, "Outfit", sans-serif);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.6rem 1.25rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-confirm-cancel {
    background-color: transparent;
    border: 0.0625rem solid rgba(117, 103, 87, 0.3);
    color: var(--tema-renk-secondary, #756757);
}

.btn-confirm-cancel:hover {
    background-color: rgba(117, 103, 87, 0.08);
    border-color: var(--tema-renk-secondary, #756757);
}

.btn-confirm-ok {
    background-color: var(--tema-renk-primary, #8b1d1d);
    border: 0.0625rem solid var(--tema-renk-primary, #8b1d1d);
    color: #ffffff;
}

.btn-confirm-ok:hover {
    background-color: #721616;
    border-color: #721616;
    box-shadow: 0 0.25rem 0.75rem rgba(139, 29, 29, 0.25);
}

.confirm-dialog-input {
    width: 100%;
    font-family: var(--tema-font-family, "Outfit", sans-serif);
    font-size: 0.95rem;
    padding: 0.6rem;
    border: 0.0625rem solid rgba(117, 103, 87, 0.3);
    border-radius: 0.375rem;
    background-color: #ffffff;
    color: var(--tema-renk-text, #2c2520);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-top: 0.5rem;
    box-sizing: border-box;
}

.confirm-dialog-input:focus {
    border-color: var(--tema-renk-primary, #8b1d1d);
    box-shadow: 0 0 0 0.125rem rgba(139, 29, 29, 0.15);
}

/* --- Mobil Uyumlu Header Stilleri --- */
@media (max-width: 48rem) {

    /* Kampanya & Duyuru Barı */
    .announcement-bar {
        font-size: 0.75rem !important;
        padding: 0.4rem 0.5rem !important;
        letter-spacing: 0.02rem !important;
    }

    /* Header Inner Grid */
    .header-inner {
        padding: 0.35rem 1rem !important;
        grid-template-columns: 1fr auto 1fr !important;
        gap: 0.5rem !important;
        align-items: center !important;
    }

    .header-logo-center {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .header-nav-left {
        display: flex !important;
        justify-content: flex-start !important;
    }

    /* Sol Menü: Metinleri gizle, sadece hamburger ikonu kalsın */
    .header-nav-left .nav-mega-trigger {
        padding: 0.4rem 0 !important;
    }

    .header-nav-left .nav-mega-trigger span:not(.menu-icon) {
        display: none !important;
    }

    .header-nav-left .nav-mega-trigger .menu-icon {
        font-size: 1.5rem !important;
    }

    /* Orta Logo Alanı Küçültme */
    .header-logo-box {
        width: 5.4rem !important;
        height: 2.4rem !important;
    }

    .header-logo-wrapper {
        width: 5.6rem !important;
        height: 5.6rem !important;
        min-width: 5.6rem !important;
        min-height: 5.6rem !important;
        border: none !important;
    }

    .header-logo-img {
        width: 4.6rem !important;
        height: 4.6rem !important;
    }

    /* Kaydırılmış Durumda Logo (Shrink) */
    .header-logo-wrapper.shrink {
        width: 3.6rem !important;
        height: 3.6rem !important;
        min-width: 3.6rem !important;
        min-height: 3.6rem !important;
    }

    .header-logo-wrapper.shrink .header-logo-img {
        width: 2.8rem !important;
        height: 2.8rem !important;
    }

    /* Sağ Aksiyon Butonları */
    .header-actions {
        gap: 0.75rem !important;
        display: flex !important;
        justify-content: flex-end !important;
    }

    .action-btn .material-symbols-outlined {
        font-size: 1.35rem !important;
    }

    .cart-count-badge {
        width: 1rem !important;
        height: 1rem !important;
        font-size: 0.6rem !important;
        top: -0.3rem !important;
        right: -0.3rem !important;
    }

    /* Mobil Mega Menü */
    .mega-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-height: calc(100vh - 4.5rem) !important;
        overflow-y: auto !important;
        background-color: #ffffff !important;
        padding: 1.5rem !important;
        border-radius: 0 0 0.5rem 0.5rem !important;
        box-shadow: 0 1rem 2rem rgba(117, 103, 87, 0.15) !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.12) !important;

        /* Slide down animasyon başlangıcı */
        transform: translateY(-0.5rem) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
        pointer-events: none !important;
    }

    .mega-menu.active {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
    }

    .mega-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.5rem !important;
    }

    .mega-col {
        gap: 0.5rem !important;
    }

    .mega-cat-title {
        font-size: 1.1rem !important;
        padding-bottom: 0.25rem !important;
        border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08) !important;
    }

    .mega-sub-list {
        gap: 0.4rem !important;
        padding-left: 0.5rem !important;
    }

    .mega-sub-link {
        font-size: 0.9rem !important;
    }

    .mega-child-list {
        gap: 0.3rem !important;
        padding-left: 0.8rem !important;
    }

    .mega-child-list a {
        font-size: 0.8rem !important;
    }

    .promo-col {
        display: none !important;
        /* Mobilde promosyon kartı gizlensin */
    }
}

/* --- Premium Sözleşme Checkbox ve Modal Stilleri --- */
.auth-agreement-group {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 1.25rem 0;
}

.agreement-row {
    display: flex;
    align-items: flex-start;
}

.agreement-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.85rem;
    color: var(--tema-renk-text, #4a3e3d);
    line-height: 1.4;
    user-select: none;
    text-align: left;
}

/* Standart onay kutusunu gizle */
.agreement-checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Özel Onay Kutusu (Custom Checkbox) */
.custom-checkbox {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    min-height: 1.25rem;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.25rem;
    background-color: #ffffff;
    position: relative;
    transition: all 0.2s ease;
    margin-top: 0.1rem;
}

/* Onaylı Durum */
.agreement-checkbox-label input[type="checkbox"]:checked~.custom-checkbox {
    background-color: var(--tema-renk-primary, #8b1d1d);
    border-color: var(--tema-renk-primary, #8b1d1d);
}

/* Onay İkonu */
.custom-checkbox::after {
    content: "";
    position: absolute;
    display: none;
    left: 0.375rem;
    top: 0.15rem;
    width: 0.35rem;
    height: 0.65rem;
    border: solid white;
    border-width: 0 0.125rem 0.125rem 0;
    transform: rotate(45deg);
}

.agreement-checkbox-label input[type="checkbox"]:checked~.custom-checkbox::after {
    display: block;
}

/* Üzerine Gelme (Hover) */
.agreement-checkbox-label:hover .custom-checkbox {
    border-color: var(--tema-renk-primary, #8b1d1d);
}

.agreement-text a {
    color: var(--tema-renk-primary, #8b1d1d);
    text-decoration: underline;
    font-weight: 600;
}

.agreement-text a:hover {
    color: var(--tema-renk-secondary, #756757);
}

.form-help-text {
    font-size: 0.75rem;
    color: #8c7f7e;
    margin-top: 0.25rem;
    display: block;
}

/* --- Premium Sözleşme Modalı --- */
.agreement-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(74, 62, 61, 0.4);
    backdrop-filter: blur(0.25rem);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.agreement-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.agreement-modal-card {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 0.0625rem solid rgba(117, 103, 87, 0.1);
    box-shadow: 0 1.5rem 4rem rgba(117, 103, 87, 0.18);
    width: 90%;
    max-width: 35rem;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    transform: translateY(-2rem);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.agreement-modal-card.show {
    transform: translateY(0);
}

.agreement-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08);
}

.agreement-modal-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--tema-renk-primary, #8b1d1d);
}

.agreement-modal-close-btn {
    background: transparent;
    border: none;
    color: var(--tema-renk-secondary, #756757);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s, transform 0.2s;
}

.agreement-modal-close-btn:hover {
    color: var(--tema-renk-primary, #8b1d1d);
    transform: rotate(90deg);
}

.agreement-modal-body {
    padding: 1.5rem;
    overflow-y: auto;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--tema-renk-text, #4a3e3d);
}

.agreement-modal-body h1,
.agreement-modal-body h2,
.agreement-modal-body h3 {
    color: var(--tema-renk-primary, #8b1d1d);
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.agreement-modal-body p {
    margin-bottom: 1rem;
}

.agreement-modal-footer {
    padding: 1rem 1.5rem;
    border-top: 0.0625rem solid rgba(117, 103, 87, 0.08);
    display: flex;
    justify-content: flex-end;
}

.btn-agreement-ok {
    padding: 0.625rem 1.5rem;
    background-color: var(--tema-renk-primary, #8b1d1d);
    color: #ffffff;
    border: none;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-agreement-ok:hover {
    background-color: var(--tema-renk-secondary, #756757);
}

/* --- Apple Giriş & Kayıt Stilleri --- */
.apple-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.875rem 1rem;
    background-color: #000000;
    border: 0.0625rem solid #000000;
    border-radius: 0.375rem;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
}

.apple-login-btn:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25);
}

.apple-login-btn svg {
    flex-shrink: 0;
}

/* --- Sosyal Giriş Wrapper & Yan Yana Yerleşim Stilleri --- */
.social-login-wrapper {
    display: flex;
    gap: 0.75rem;
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
}

.social-login-wrapper .google-login-btn,
.social-login-wrapper .apple-login-btn {
    flex: 1;
    min-width: 0;
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
    white-space: nowrap;
    box-sizing: border-box;
}

.social-login-wrapper>a:only-child {
    flex: 0 0 100%;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
}

.social-login-wrapper.social-login-top {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.social-login-wrapper.social-login-top .google-login-btn {
    border-color: rgba(66, 133, 244, 0.35);
    box-shadow: 0 0.25rem 0.875rem rgba(66, 133, 244, 0.1);
    background-color: #ffffff;
    font-weight: 600;
}

.social-login-wrapper.social-login-top .google-login-btn:hover {
    border-color: #4285F4;
    background-color: #f8fbff;
    box-shadow: 0 0.35rem 1.125rem rgba(66, 133, 244, 0.18);
}

@media (max-width: 36rem) {
    .user-auth-layout {
        padding: 1.25rem 0.5rem;
    }

    .auth-card {
        padding: 1.375rem 1rem;
        border-radius: 0.75rem;
    }

    .auth-title {
        font-size: 1.25rem;
        margin-bottom: 0.375rem;
    }

    .auth-desc {
        font-size: 0.8125rem;
        margin-bottom: 1.25rem;
    }

    .social-login-wrapper.social-login-top {
        margin-bottom: 1rem;
    }
}

/* --- Apple Giriş Simülatörü (Mock) Tasarımı --- */
.apple-mock-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #ffffff;
    padding: 1.5rem;
}

.apple-mock-card {
    background-color: #1c1c1e;
    border-radius: 1rem;
    padding: 2.5rem;
    width: 100%;
    max-width: 28rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.5);
    border: 0.0625rem solid #2c2c2e;
}

.apple-mock-header {
    text-align: center;
    margin-bottom: 2rem;
}

.apple-mock-logo {
    margin-bottom: 1rem;
}

.apple-mock-title {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.02rem;
    margin-bottom: 0.5rem;
}

.apple-mock-subtitle {
    font-size: 0.875rem;
    color: #aeaeae;
    line-height: 1.4;
}

.apple-mock-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.apple-mock-input-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.apple-mock-input-group label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #aeaeae;
}

.apple-mock-input {
    background-color: #2c2c2e;
    border: 0.0625rem solid #3a3a3c;
    border-radius: 0.5rem;
    color: #ffffff;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    outline: none;
    transition: border-color 0.2s;
}

.apple-mock-input:focus {
    border-color: #007aff;
}

.apple-mock-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background-color: #2c2c2e;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #3a3a3c;
}

.apple-mock-checkbox-group input[type="checkbox"] {
    margin-top: 0.2rem;
    accent-color: #007aff;
    cursor: pointer;
}

.apple-mock-checkbox-desc {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    cursor: pointer;
}

.apple-mock-checkbox-desc .title {
    font-size: 0.875rem;
    font-weight: 600;
}

.apple-mock-checkbox-desc .subtitle {
    font-size: 0.75rem;
    color: #aeaeae;
    line-height: 1.3;
}

.apple-mock-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.apple-mock-btn-submit {
    background-color: #007aff;
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    text-align: center;
}

.apple-mock-btn-submit:hover {
    background-color: #0062cc;
}

.apple-mock-btn-cancel {
    background-color: transparent;
    color: #007aff;
    border: none;
    border-radius: 0.5rem;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
    text-align: center;
    text-decoration: none;
}

.apple-mock-btn-cancel:hover {
    color: #0056b3;
}

.apple-mock-footer {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.75rem;
    color: #8e8e93;
    line-height: 1.4;
}

/* Footer Akordiyon Artı/Eksi Göstergesi (Varsayılan - Masaüstü Gizli) */
.footer-col-title .accordion-toggle-indicator {
    display: none;
}

@media (max-width: 48rem) {

    /* Footer Akordiyon Mobil Yapısı */
    .footer-col-title {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        cursor: pointer !important;
        padding-bottom: 0.75rem !important;
        border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
        margin-bottom: 0 !important;
    }

    /* Footer Akordiyon Gösterge Yapısı */
    .footer-col-title .accordion-toggle-indicator {
        display: inline-block !important;
        position: relative;
        width: 0.75rem;
        height: 0.75rem;
    }

    .footer-col-title .accordion-toggle-indicator::before,
    .footer-col-title .accordion-toggle-indicator::after {
        content: '';
        position: absolute;
        background-color: var(--tema-renk-primary, #8b1d1d);
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    }

    /* Yatay Çizgi */
    .footer-col-title .accordion-toggle-indicator::before {
        top: 50%;
        left: 0;
        width: 100%;
        height: 0.08rem;
        transform: translateY(-50%);
    }

    /* Dikey Çizgi */
    .footer-col-title .accordion-toggle-indicator::after {
        top: 0;
        left: 50%;
        width: 0.08rem;
        height: 100%;
        transform: translateX(-50%);
    }

    /* Aktif durumda dikey çizgiyi gizle/döndür (eksi kalsın) */
    .footer-col.active .accordion-toggle-indicator::after {
        transform: translateX(-50%) rotate(90deg);
        opacity: 0;
    }

    .footer-col.active .accordion-toggle-indicator::before {
        transform: translateY(-50%) rotate(180deg);
    }

    .footer-links-list,
    .footer-contact-list {
        max-height: 0 !important;
        overflow: hidden !important;
        padding-left: 0.5rem !important;
        margin-top: 0 !important;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
    }

    .footer-col.active .footer-links-list,
    .footer-col.active .footer-contact-list {
        max-height: 30rem !important;
        opacity: 1;
        transition: max-height 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease !important;
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .footer-col {
        margin-bottom: 1rem !important;
    }

    main {
        padding: 0 0.5rem !important;
        margin: 1rem auto !important;
    }

    /* Mobil Tekli Ürün Grid Düzeni */
    .product-grid {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
        padding: 0 !important;
    }

    .product-card {
        border-radius: 0.75rem !important;
        padding: 0.75rem !important;
        border: none !important;
        box-shadow: 0 0.5rem 1.5rem rgba(117, 103, 87, 0.05) !important;
        background-color: #ffffff !important;
        transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    }

    .product-card:active {
        transform: scale(0.98) !important;
        box-shadow: 0 0.25rem 0.75rem rgba(117, 103, 87, 0.03) !important;
    }

    .product-image-container {
        border-radius: 0.5rem !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
    }

    .product-image-container img {
        object-fit: cover !important;
        width: 100% !important;
        height: 100% !important;
    }

    .product-info {
        padding: 0.75rem 0.25rem 0 0.25rem !important;
    }

    .product-category {
        font-size: 0.75rem !important;
        margin-bottom: 0.25rem !important;
    }

    .product-name {
        font-size: 0.95rem !important;
        height: auto !important;
        line-height: 1.35 !important;
        margin-bottom: 0.5rem !important;
        color: var(--tema-renk-text) !important;
        font-weight: 500 !important;
        white-space: normal !important;
    }

    .product-price-box {
        margin-bottom: 0.75rem !important;
        font-size: 1rem !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 0.5rem !important;
    }

    .product-price-box .price {
        font-size: 1.1rem !important;
        font-weight: 700 !important;
        color: var(--tema-renk-primary) !important;
    }

    .product-price-box .old-price {
        font-size: 0.85rem !important;
        color: var(--tema-renk-muted) !important;
    }

    .price-tax-label {
        display: none !important;
    }

    /* Ürün Kartı Aksiyon Butonları */
    .product-card-actions {
        gap: 0.5rem !important;
        margin-top: 0.75rem !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
    }

    /* Sepete Ekle Butonu Metinli ve Geniş */
    .btn-card-main {
        flex-grow: 1 !important;
        width: auto !important;
        height: 2.5rem !important;
        padding: 0 1.25rem !important;
        border-radius: 0.375rem !important;
        background-color: var(--tema-renk-primary) !important;
        color: #ffffff !important;
        box-shadow: 0 0.25rem 0.75rem rgba(139, 29, 29, 0.15) !important;
        justify-content: center !important;
        align-items: center !important;
        transition: transform 0.2s ease, background-color 0.2s ease !important;
    }

    .btn-card-main span:not(.material-symbols-outlined) {
        display: inline !important;
    }

    .btn-card-main .material-symbols-outlined {
        font-size: 1.2rem !important;
        margin-right: 0.25rem !important;
    }

    .btn-card-main:active {
        transform: scale(0.95) !important;
        background-color: #711515 !important;
    }

    /* İncele ve Favori Butonları Kareye Yakın */
    .btn-card-icon-action {
        width: 2.5rem !important;
        height: 2.5rem !important;
        border-radius: 0.375rem !important;
        background-color: #f7f5f2 !important;
        border: 0.0625rem solid rgba(117, 103, 87, 0.1) !important;
        transition: transform 0.2s ease, background-color 0.2s ease !important;
    }

    .btn-card-icon-action .material-symbols-outlined {
        font-size: 1.15rem !important;
    }

    .btn-card-icon-action:active {
        transform: scale(0.9) !important;
        background-color: #ece9e4 !important;
    }

    /* Mobil Slider İyileştirmeleri */
    .slider-wrapper {
        margin-bottom: 0 !important;
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
        width: calc(100% + 1rem) !important;
        max-width: calc(100% + 1rem) !important;
    }

    .premium-frame {
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .premium-frame::before,
    .premium-frame::after,
    .premium-frame-inner::before,
    .premium-frame-inner::after {
        display: none !important;
    }

    .slider-container {
        height: 18rem !important;
        border-radius: 0 !important;
    }

    .slide-item {
        height: 18rem !important;
    }

    /* Slider üzerine premium koyu degrade overlay çekildi */
    .slide-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 100%) !important;
        z-index: 1;
        pointer-events: none;
    }

    .slide-content {
        padding: 1.5rem !important;
        width: 90% !important;
        max-width: 90% !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        z-index: 2 !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        /* Giriş animasyonu */
        animation: slideInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    @keyframes slideInUp {
        from {
            opacity: 0;
            transform: translate(-50%, calc(-50% + 1rem)) !important;
        }

        to {
            opacity: 1;
            transform: translate(-50%, -50%) !important;
        }
    }

    .slide-ust-baslik {
        font-size: 0.75rem !important;
        letter-spacing: 0.08rem !important;
        color: #ffffff !important;
        text-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.3) !important;
    }

    .slide-ana-baslik {
        font-size: 1.45rem !important;
        margin-bottom: 0.35rem !important;
        line-height: 1.25 !important;
        color: #ffffff !important;
        font-family: var(--tema-font-family-serif), serif !important;
        font-weight: 700 !important;
        text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.4) !important;
    }

    .slide-aciklama {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
        margin-bottom: 1rem !important;
        color: rgba(255, 255, 255, 0.85) !important;
        text-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.3) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .slide-btn,
    .slide-hizala-sag .slide-btn,
    .slide-hizala-sol .slide-btn {
        align-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0.6rem 1.5rem !important;
        font-size: 0.75rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.12rem !important;
        text-transform: uppercase !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        color: #ffffff !important;
        border: 0.08rem solid #ffffff !important;
        box-shadow: none !important;
        text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.5) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        transition: all 0.3s ease !important;
    }

    .slide-btn:hover,
    .slide-btn:active {
        background-color: #ffffff !important;
        color: var(--tema-renk-primary, #8b1d1d) !important;
        border-color: #ffffff !important;
        transform: scale(0.96) !important;
    }

    /* Mobil Kategori Izgara Düzeni (2 Sütun, Boşluksuz ve Küçük Tipografi) */
    .home-categories-grid-section {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
        width: calc(100% + 1rem) !important;
        max-width: calc(100% + 1rem) !important;
    }

    .categories-grid-container {
        flex-wrap: wrap !important;
    }

    .category-grid-item {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 1.5rem 1rem !important;
    }

    .category-grid-item:last-child:nth-child(odd) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .category-grid-title {
        font-size: 1.25rem !important;
        margin-bottom: 0.4rem !important;
    }

    .category-grid-action-label {
        font-size: 0.6rem !important;
        letter-spacing: 0 !important;
    }

    .section-title {
        font-size: 1.45rem !important;
    }

    .section-header {
        margin-bottom: 1.2rem !important;
    }

    .section-divider {
        margin-bottom: 0.5rem !important;
    }

    .home-product-section {
        margin: 2.5rem auto !important;
    }
}

/* ==========================================================================
   Home Page Dynamic Modules & Premium Blocks
   ========================================================================== */

/* 1. Category Grid */
.home-categories-grid-section {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.categories-grid-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 0;
}

.category-grid-item {
    flex: 1 1 0;
    min-width: 0;
    display: block;
    padding: 1.2rem 2rem;
    border-radius: 0;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

.category-grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-grid-item:hover {
    transform: scale(1.03);
    z-index: 2;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.12);
}

.category-grid-item:hover::before {
    opacity: 1;
}

.category-grid-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.category-grid-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01rem;
    line-height: 1.2;
}

.category-grid-action-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    transition: gap 0.3s ease;
}

.category-grid-item:hover .category-grid-action-label {
    gap: 0.75rem;
}

.category-grid-action-label span.material-symbols-outlined {
    font-size: 1.1rem;
}

/* Cyclic Pastel Color Schemes */
.category-grid-item:nth-child(7n+1) {
    background-color: #f5ebe0;
    color: #6d5a49;
}

.category-grid-item:nth-child(7n+1) .category-grid-action-label {
    color: #8b1d1d;
}

.category-grid-item:nth-child(7n+2) {
    background-color: #e9edc9;
    color: #4f603c;
}

.category-grid-item:nth-child(7n+2) .category-grid-action-label {
    color: #606c38;
}

.category-grid-item:nth-child(7n+3) {
    background-color: #faedcd;
    color: #7c603a;
}

.category-grid-item:nth-child(7n+3) .category-grid-action-label {
    color: #d4a373;
}

.category-grid-item:nth-child(7n+4) {
    background-color: #fcd5ce;
    color: #8b4b45;
}

.category-grid-item:nth-child(7n+4) .category-grid-action-label {
    color: #e76f51;
}

.category-grid-item:nth-child(7n+5) {
    background-color: #e0e9f4;
    color: #4a5b6d;
}

.category-grid-item:nth-child(7n+5) .category-grid-action-label {
    color: #5c768d;
}

.category-grid-item:nth-child(7n+6) {
    background-color: #f0e6ef;
    color: #7b5a76;
}

.category-grid-item:nth-child(7n+6) .category-grid-action-label {
    color: #9d6b90;
}

.category-grid-item:nth-child(7n+7) {
    background-color: #fdf0d5;
    color: #704f24;
}

.category-grid-item:nth-child(7n+7) .category-grid-action-label {
    color: #c38e4a;
}

/* 2. Product Sections */
.home-product-section {
    max-width: 75rem;
    margin: 4.5rem auto;
    padding: 0 1.5rem;
}

.no-products-msg {
    grid-column: 1 / -1;
    text-align: center;
    font-family: var(--tema-font-headings), serif;
    font-style: italic;
    color: var(--tema-renk-secondary);
    font-size: 1.1rem;
    padding: 2.5rem 0;
}

/* 3. Trust Badges */
.home-trust-badges {
    max-width: 75rem;
    margin: 5rem auto;
    padding: 0 1.5rem;
}

.trust-badges-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    background-color: rgba(117, 103, 87, 0.03);
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
    border-radius: 0.75rem;
    padding: 2.5rem 2rem;
}

.trust-badge-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.trust-badge-item .material-symbols-outlined {
    font-size: 2.25rem;
    color: var(--tema-renk-primary);
    flex-shrink: 0;
}

.trust-badge-content {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.trust-badge-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--tema-renk-text);
}

.trust-badge-text {
    font-size: 0.85rem;
    color: var(--tema-renk-secondary);
    line-height: 1.4;
}

/* 4. Testimonials Section */
.home-testimonials-section {
    max-width: 75rem;
    margin: 5rem auto;
    padding: 0 1.5rem;
}

.testimonials-slider-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials-container {
    width: 100%;
    overflow: hidden;
    padding: 1.5rem 0.5rem;
}

.testimonials-track {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow-x: visible;
}

.testimonials-nav-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.15);
    color: var(--tema-renk-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgba(117, 103, 87, 0.05);
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0;
}

.testimonials-nav-btn:hover {
    background-color: var(--tema-renk-primary);
    color: #ffffff;
    border-color: var(--tema-renk-primary);
    box-shadow: 0 0.75rem 1.5rem rgba(139, 29, 29, 0.2);
}

.testimonials-nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
    background-color: #f7f4ed;
    color: var(--tema-renk-secondary);
    border-color: rgba(117, 103, 87, 0.1);
}

.testimonials-nav-btn.prev-btn {
    left: -1.5rem;
}

.testimonials-nav-btn.next-btn {
    right: -1.5rem;
}

.testimonials-dots {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.5rem;
    justify-content: center;
    align-items: center;
}

.testimonials-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: rgba(117, 103, 87, 0.25);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.testimonials-dot.active {
    background-color: var(--tema-renk-primary);
    transform: scale(1.25);
}

.testimonial-card {
    flex: 0 0 22rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    border: 0.0625rem solid rgba(117, 103, 87, 0.08);
    border-radius: 0.75rem;
    padding: 2.25rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    box-shadow: 0 0.5rem 1.5rem rgba(117, 103, 87, 0.02);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.testimonial-card::before {
    content: '“';
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    font-family: var(--tema-font-headings), serif;
    font-size: 4rem;
    color: rgba(139, 29, 29, 0.08);
    line-height: 1;
    pointer-events: none;
}

.testimonial-card:hover {
    transform: translateY(-0.25rem);
    border-color: rgba(139, 29, 29, 0.15);
    box-shadow: 0 0.75rem 2rem rgba(117, 103, 87, 0.06);
}

.testimonial-rating {
    display: flex;
    gap: 0.15rem;
}

.testimonial-rating .star-icon {
    font-size: 1.15rem;
    color: #ffb300;
    font-variation-settings: 'FILL' 1;
}

.testimonial-text {
    font-family: var(--tema-font-headings), serif;
    font-size: 1rem;
    font-style: italic;
    color: var(--tema-renk-text);
    line-height: 1.6;
    flex-grow: 1;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    border-top: 0.0625rem solid rgba(117, 103, 87, 0.08);
    padding-top: 1rem;
}

.author-name {
    font-family: var(--tema-font-headings), serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--tema-renk-primary);
}

.author-product {
    font-size: 0.75rem;
    color: var(--tema-renk-secondary);
}

/* 5. Mobile Adjustments */
@media (max-width: 64rem) {
    .trust-badges-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 1.75rem 1.25rem;
        gap: 1.5rem;
    }
}

@media (max-width: 48rem) {
    .categories-ribbon-container {
        justify-content: flex-start;
        gap: 1.25rem;
        padding: 0.75rem 0.25rem;
    }

    .category-ribbon-circle {
        width: 3.75rem;
        height: 3.75rem;
    }

    .category-ribbon-circle .material-symbols-outlined {
        font-size: 1.5rem;
    }

    .category-ribbon-name {
        font-size: 0.85rem;
    }

    .home-product-section {
        margin: 3rem auto;
    }

    .home-trust-badges {
        margin: 3.5rem auto;
    }

    .home-testimonials-section {
        margin: 3.5rem auto;
    }

    .testimonials-nav-btn {
        display: none !important;
    }

    .testimonials-container {
        overflow-x: auto !important;
        scrollbar-width: none;
    }

    .testimonials-container::-webkit-scrollbar {
        display: none;
    }

    .testimonials-track {
        transform: none !important;
        overflow-x: visible;
    }

    .testimonial-card {
        flex: 0 0 17.5rem;
        padding: 1.75rem 1.25rem;
    }

    /* Kategori Sayfası Responsive Override */
    .category-layout {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    /* Mobil Filtreleme Çekmecesi */
    .category-sidebar {
        position: fixed !important;
        left: -100% !important;
        top: 0 !important;
        width: 18.75rem !important;
        height: 100vh !important;
        z-index: 1001 !important;
        background-color: #ffffff !important;
        box-shadow: 0.25rem 0 1.5rem rgba(117, 103, 87, 0.15) !important;
        transition: left 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
        overflow-y: auto !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
    }

    .category-sidebar.show {
        left: 0 !important;
    }

    /* Yarı şeffaf overlay maskesi */
    .category-sidebar-overlay {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background-color: rgba(0, 0, 0, 0.4) !important;
        z-index: 1000 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: all 0.3s ease !important;
    }

    .category-sidebar-overlay.show {
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Mobil Sidebar Başlığı ve Kapatma Butonu */
    .sidebar-mobile-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 1.25rem !important;
        border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08) !important;
        background-color: var(--tema-renk-bg-light, #faf9f6) !important;
    }

    .sidebar-mobile-header .mobile-header-title {
        font-family: var(--tema-font-headings), serif !important;
        font-size: 1.15rem !important;
        font-weight: 700 !important;
        color: var(--tema-renk-primary, #8b1d1d) !important;
    }

    .btn-sidebar-close {
        background: transparent !important;
        border: none !important;
        color: var(--tema-renk-text, #4a3e3d) !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 2rem !important;
        height: 2rem !important;
        border-radius: 50% !important;
        transition: background-color 0.2s ease !important;
    }

    .btn-sidebar-close:active {
        background-color: rgba(117, 103, 87, 0.1) !important;
    }

    .btn-sidebar-close .material-symbols-outlined {
        font-size: 1.25rem !important;
    }

    /* Sidebar içerikleri için kutu düzenlemeleri */
    .category-sidebar .sidebar-box {
        border: none !important;
        box-shadow: none !important;
        border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.05) !important;
        padding: 1.5rem 1.25rem !important;
    }

    .category-sidebar .sidebar-box:last-child {
        border-bottom: none !important;
    }

    /* Mobil Filtre Butonu */
    .btn-mobile-filter {
        display: flex !important;
        align-items: center !important;
        gap: 0.5rem !important;
        background-color: var(--tema-renk-bg-light, #faf9f6) !important;
        border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
        color: var(--tema-renk-text, #4a3e3d) !important;
        padding: 0.5rem 1rem !important;
        border-radius: 2rem !important;
        font-family: var(--tema-font-family), sans-serif !important;
        font-size: 0.85rem !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
    }

    .btn-mobile-filter:active {
        background-color: rgba(117, 103, 87, 0.05) !important;
    }

    .btn-mobile-filter .material-symbols-outlined {
        font-size: 1.1rem !important;
    }

    .category-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 1rem !important;
        width: 100% !important;
        border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08) !important;
        padding-bottom: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .category-sorting-box {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0.75rem !important;
        align-items: center !important;
        width: 100% !important;
    }

    .category-sorting-box label {
        display: none !important;
    }

    .category-sorting-box .sort-select {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .btn-mobile-filter {
        width: 100% !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    .category-title {
        font-size: 1.4rem !important;
        line-height: 1.3 !important;
        word-wrap: break-word !important;
    }

    .products-count {
        font-size: 0.85rem !important;
        margin-top: 0.25rem !important;
    }

    /* Ürün Detay Sayfası Mobil Fiyat Kutusu Revizyonu */
    .product-purchase-card .product-price-box {
        margin-bottom: 1.5rem !important;
        padding: 1rem !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0.2rem !important;
        background-color: rgba(117, 103, 87, 0.03) !important;
        border-radius: 0 !important;
        /* Trendlere uygun köşeli keskin tasarım */
    }

    .product-purchase-card .price-row-inclusive {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-end !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 0.5rem !important;
        width: 100% !important;
    }

    .product-purchase-card .price-value-inclusive {
        font-size: 2.3rem !important;
        font-weight: 600 !important;
        color: var(--tema-renk-primary) !important;
        white-space: nowrap !important;
        line-height: 1.2 !important;
        font-variant-numeric: lining-nums !important;
    }

    .product-purchase-card .price-row-inclusive .old-price {
        font-size: 0.85rem !important;
        text-decoration: line-through !important;
        color: var(--tema-renk-muted, #a89f95) !important;
        white-space: nowrap !important;
    }

    .product-purchase-card .badge-tax-inclusive {
        font-size: 0.65rem !important;
        font-weight: 700 !important;
        padding: 0.15rem 0.45rem !important;
        border-radius: 0 !important;
        /* Trendlere uygun köşeli keskin tasarım */
        white-space: nowrap !important;
        background-color: var(--tema-renk-primary) !important;
        color: #ffffff !important;
    }

    .product-purchase-card .price-row-exclusive {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 0.35rem !important;
        width: 100% !important;
    }

    .product-purchase-card .price-row-exclusive .old-price {
        font-size: 0.8rem !important;
        text-decoration: line-through !important;
        color: var(--tema-renk-muted, #a89f95) !important;
        white-space: nowrap !important;
    }

    .product-purchase-card .price-value-exclusive {
        font-size: 0.8rem !important;
        color: var(--tema-renk-secondary) !important;
        white-space: nowrap !important;
    }

    .product-purchase-card .label-tax-exclusive {
        font-size: 0.7rem !important;
        color: var(--tema-renk-secondary-light, #756757) !important;
        white-space: nowrap !important;
    }

    /* Ürün Detay Satın Alma & Aksiyon Alanı Mobil Grid Tasarımı */
    .product-purchase-card .product-actions-wrapper {
        display: grid !important;
        grid-template-columns: 5.5rem 1fr 3.25rem !important;
        gap: 0.5rem !important;
        margin-bottom: 0.5rem !important;
        width: 100% !important;
    }

    .product-purchase-card .purchase-action-container,
    .product-purchase-card .product-whatsapp-container {
        display: contents !important;
    }

    .product-purchase-card .product-hidden-data {
        display: none !important;
    }

    .product-purchase-card .quantity-picker:not(.product-hidden-data) {
        grid-row: 1 !important;
        grid-column: 1 !important;
        width: 100% !important;
        height: 3.25rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        border-radius: 0 !important;
        background-color: #ffffff !important;
        border: 0.0625rem solid rgba(117, 103, 87, 0.2) !important;
        overflow: hidden !important;
    }

    .product-purchase-card .quantity-control-btn {
        flex: 1 !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: none !important;
        cursor: pointer !important;
    }

    .product-purchase-card .quantity-input-box {
        width: 1.6rem !important;
        text-align: center !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
        border: none !important;
        background: transparent !important;
    }

    .product-purchase-card .add-to-cart-submit-btn:not(.product-hidden-data) {
        grid-row: 1 !important;
        grid-column: 2 !important;
        width: 100% !important;
        height: 3.25rem !important;
        border-radius: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.5rem !important;
        font-size: 0.9rem !important;
        background-color: var(--tema-renk-primary) !important;
        color: #ffffff !important;
        border: none !important;
        font-weight: 600 !important;
        box-shadow: 0 0.25rem 1rem rgba(139, 29, 29, 0.15) !important;
        white-space: nowrap !important;
    }

    .product-purchase-card .buy-now-submit-btn:not(.product-hidden-data) {
        grid-column: 1 / span 3 !important;
        width: 100% !important;
        height: 3.25rem !important;
        border-radius: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.5rem !important;
        font-size: 0.9rem !important;
        background: linear-gradient(135deg, #1b4d3e 0%, #0d2b22 100%) !important;
        color: #ffffff !important;
        border: none !important;
        font-weight: 700 !important;
        box-shadow: 0 0.25rem 1rem rgba(27, 77, 62, 0.2) !important;
        white-space: nowrap !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05rem !important;
    }

    .product-purchase-card .notify-me-submit-btn:not(.product-hidden-data) {
        grid-row: 1 !important;
        grid-column: 1 / span 2 !important;
        width: 100% !important;
        height: 3.25rem !important;
        border-radius: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.5rem !important;
        font-size: 0.85rem !important;
        background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%) !important;
        color: #ffffff !important;
        border: none !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05rem !important;
    }

    .product-purchase-card .wishlist-toggle-btn {
        grid-row: 1 !important;
        grid-column: 3 !important;
        width: 3.25rem !important;
        height: 3.25rem !important;
        border-radius: 0 !important;
        border: 0.0625rem solid rgba(117, 103, 87, 0.2) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: #ffffff !important;
        color: var(--tema-renk-secondary, #756757) !important;
        padding: 0 !important;
    }

    .product-purchase-card .product-whatsapp-btn {
        grid-column: 1 / span 3 !important;
        width: 100% !important;
        height: 3.25rem !important;
        border-radius: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.5rem !important;
    }

    .product-purchase-card .out-of-stock-notice-banner:not(.product-hidden-data) {
        grid-column: 1 / span 3 !important;
        width: 100% !important;
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    /* Ödeme Sayfası Mobil 360px Taşma & Hizalama Düzeltmeleri */
    html,
    body {
        max-width: 100% !important;
        overflow-x: clip !important;
        width: 100% !important;
    }

    .checkout-page-layout {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        min-width: 0 !important;
    }

    .checkout-forms-column,
    .checkout-summary-column {
        min-width: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .checkout-summary-item-row {
        min-width: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .checkout-card-box {
        padding: 1rem !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* IBAN Taşmasını Engelle */
    .bank-account-box p {
        word-break: break-all !important;
        font-size: 0.85rem !important;
    }

    /* Kupon kodunun sığmasını sağla */
    .coupon-input-group {
        display: flex !important;
        width: 100% !important;
    }

    .coupon-input-group input {
        flex: 1 !important;
        min-width: 0 !important;
    }

    /* Ödeme yöntemleri sekmelerinin mobilde tam oturması */
    .payment-tab-btn {
        width: 100% !important;
        box-sizing: border-box !important;
        font-size: 0.85rem !important;
        padding: 0.75rem 1rem !important;
    }

    /* Sepet Kargo Takip Barı Premium Tasarım */
    .summary-shipping-tracker-box {
        background-color: var(--tema-renk-kutu-bg, #ffffff) !important;
        border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
        border-radius: 0.5rem !important;
        padding: 0.75rem 1rem !important;
        box-shadow: 0 0.125rem 0.5rem rgba(117, 103, 87, 0.02) !important;
        margin-top: 0.75rem !important;
    }

    .tracker-message {
        font-size: 0.8rem !important;
        font-weight: 500 !important;
        text-align: center !important;
        line-height: 1.4 !important;
    }

    .tracker-progress-bar-track {
        height: 0.45rem !important;
        border-radius: 0.25rem !important;
        background-color: rgba(117, 103, 87, 0.08) !important;
        overflow: hidden !important;
        margin-top: 0.25rem !important;
    }

    .tracker-progress-bar-fill {
        background-color: var(--tema-renk-primary, #8b1d1d) !important;
        border-radius: 0.25rem !important;
        height: 100% !important;
        transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    }

    /* Sepet Kartı Mobil Premium Yerleşimi */
    .cart-item-card {
        background-color: #ffffff !important;
        border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
        box-shadow: 0 0.125rem 0.5rem rgba(117, 103, 87, 0.02) !important;
        gap: 1rem !important;
        padding: 1rem !important;
        border-radius: 0.5rem !important;
    }

    .item-image-box {
        border-radius: 0.5rem !important;
        border: 0.0625rem solid rgba(117, 103, 87, 0.08) !important;
    }

    .item-details-box {
        display: flex !important;
        flex-direction: column !important;
        gap: 0.35rem !important;
    }

    .item-name-link {
        font-family: var(--tema-font-headings), serif !important;
        font-size: 0.95rem !important;
        font-weight: 600 !important;
        color: var(--tema-renk-birincil, #8b1d1d) !important;
        line-height: 1.3 !important;
    }

    .item-cat-label {
        font-size: 0.7rem !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05rem !important;
    }

    .quantity-picker-small {
        border-radius: 0.25rem !important;
        border-color: rgba(117, 103, 87, 0.15) !important;
        height: 2rem !important;
        box-shadow: inset 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.02) !important;
    }

    .qty-btn-s {
        width: 1.85rem !important;
    }

    .item-total-price-val {
        font-size: 0.95rem !important;
        font-weight: 700 !important;
        color: var(--tema-renk-birincil, #8b1d1d) !important;
    }

    /* Sepet Silme Butonu Hover & Active */
    .cart-item-remove-btn {
        width: 2rem !important;
        height: 2rem !important;
        border-radius: 50% !important;
        background-color: rgba(117, 103, 87, 0.03) !important;
        transition: all 0.2s ease !important;
    }

    .cart-item-remove-btn:hover {
        background-color: rgba(139, 29, 29, 0.08) !important;
        color: var(--tema-renk-primary, #8b1d1d) !important;
    }
}

@media (max-width: 36rem) {
    .trust-badges-grid {
        grid-template-columns: 1fr;
    }
}

/* Misafir Alışverişi UX Tasarım Stilleri */
.checkout-misafir-badge {
    font-size: 0.68rem;
    font-weight: 600;
    color: #a45a3c;
    background-color: #f7f0eb;
    padding: 0.2rem 0.55rem;
    border-radius: 0.25rem;
    margin-left: auto; /* Masaüstünde en sağa yaslar */
    display: inline-flex;
    align-items: center;
    border: none;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
}

@media (max-width: 48rem) {
    .checkout-misafir-badge {
        margin-left: 0; /* Mobilde alt satıra geçtiğinde sola yaslanır */
        margin-top: 0.25rem;
        font-size: 0.65rem;
        padding: 0.15rem 0.45rem;
        /* Mobilde yan yana sığmıyorsa alt satırda başlığın altında temiz bir etiket olarak kalır */
    }
}

.success-register-box {
    margin: 2rem 0;
    padding: 2rem;
    background-color: #fcfbfa;
    border: 1px solid rgba(139, 29, 29, 0.1);
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1.5rem rgba(117, 103, 87, 0.04);
    text-align: left;
    animation: successFadeIn 0.5s ease-out;
}

@keyframes successFadeIn {
    from {
        opacity: 0;
        transform: translateY(1rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.register-box-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--tema-renk-primary, #8b1d1d);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.register-box-title .material-symbols-outlined {
    font-size: 1.6rem;
}

.register-box-desc {
    font-size: 0.9rem;
    color: #756757;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.success-register-form {
    display: block;
}

.register-input-group {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.register-input-group .input-wrapper {
    position: relative;
    flex: 1;
    min-width: 15rem;
}

.register-input-group .input-wrapper input {
    width: 100%;
    padding: 0.85rem 1rem 0.85rem 2.5rem;
    border: 1px solid rgba(117, 103, 87, 0.2);
    border-radius: 0.375rem;
    font-family: inherit;
    font-size: 0.95rem;
    outline: none;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.register-input-group .input-wrapper input:focus {
    border-color: var(--tema-renk-primary, #8b1d1d);
    box-shadow: 0 0 0 3px rgba(139, 29, 29, 0.15);
}

.register-input-group .input-wrapper .input-icon {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #a39689;
    font-size: 1.2rem;
}

.btn-register-complete {
    padding: 0.85rem 2rem;
    background-color: var(--tema-renk-primary, #8b1d1d);
    color: #ffffff;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-register-complete:hover {
    background-color: #6d1515;
}

.btn-register-complete:hover .material-symbols-outlined {
    transform: translateX(3px);
}

.btn-register-complete .material-symbols-outlined {
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

.register-message {
    padding: 0.85rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.register-message.success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.register-message.error {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

@media (max-width: 48rem) {
    .register-input-group {
        flex-direction: column;
        align-items: stretch;
    }

    .register-input-group .input-wrapper {
        width: 100%;
    }

    .btn-register-complete {
        width: 100%;
        justify-content: center;
    }
}

/* --- Sağ Sütun Sözleşme Kutuları --- */
.checkout-agreements-right {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 0.0625rem dashed var(--tema-renk-kenarlik, #e2dcd5);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkout-agreements-right .form-checkbox-option {
    margin-top: 0;
}

.checkout-agreements-right .checkbox-container-custom {
    font-size: 0.8125rem;
    line-height: 1.45;
}

.checkout-agreements-right .checkbox-checkmark-custom {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.0625rem;
}

.checkout-agreements-right .checkbox-container-custom input[type="checkbox"]:checked+.checkbox-checkmark-custom::after {
    font-size: 0.75rem;
}

#paytr_taksit_tablosu,
#product_paytr_taksit_tablosu {
    clear: both;
    font-size: 0.75rem;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.5rem auto 0 auto !important;
    padding-top: 1rem;
    border-top: 0.0625rem dashed var(--tema-renk-kenarlik, #e2dcd5);
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.25rem !important;
}

#paytr_taksit_tablosu::before,
#paytr_taksit_tablosu::after {
    display: none !important;
}

.taksit-tablosu-wrapper {
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 1rem 0.5rem !important;
    cursor: default !important;
    text-align: center !important;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    border-radius: 0.5rem !important;
    background-color: var(--tema-renk-kutu-bg, #ffffff) !important;
    transition: border-color 0.2s ease !important;
    display: inline-block !important;
    box-shadow: 0 0.125rem 0.5rem rgba(117, 103, 87, 0.03) !important;
}

.taksit-tablosu-wrapper:hover {
    border-color: var(--tema-renk-birincil, #8b1d1d) !important;
}

.taksit-logo img {
    max-height: 1.75rem !important;
    padding-bottom: 0.625rem !important;
}

.taksit-tutar-wrapper {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: var(--tema-renk-bg-light, #faf9f6) !important;
    border-radius: 0.25rem !important;
    overflow: hidden !important;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    margin-bottom: 0.5rem !important;
    box-sizing: border-box !important;
}

.taksit-tutar-wrapper:hover {
    background-color: var(--tema-renk-ikincil-light, #faf6f0) !important;
}

.taksit-tutari-text {
    flex: 1 1 50% !important;
    width: 50% !important;
    float: left !important;
    color: var(--tema-renk-secondary, #756757) !important;
    margin-bottom: 0.3125rem !important;
    font-weight: 500 !important;
    padding: 0.375rem 0.25rem !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.taksit-tutar-wrapper .taksit-tutari-text {
    margin-bottom: 0 !important;
}

.taksit-tutari {
    flex: 1 1 50% !important;
    width: 50% !important;
    float: left !important;
    padding: 0.375rem 0.25rem !important;
    color: var(--tema-renk-text, #4a3e3d) !important;
    border: none !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.taksit-tutari-bold {
    font-weight: bold !important;
    color: var(--tema-renk-birincil, #8b1d1d) !important;
}

@media (max-width: 64rem) {

    #paytr_taksit_tablosu,
    #product_paytr_taksit_tablosu {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
}

@media (max-width: 40rem) {

    #paytr_taksit_tablosu,
    #product_paytr_taksit_tablosu {
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;
    }
}

/* --- Ürün Sayfası Taksit Sekmesi Stilleri --- */
.installments-panel-title {
    margin-bottom: 1rem;
    color: var(--tema-renk-birincil, #8b1d1d);
}

.installments-panel-desc {
    margin-bottom: 1.5rem;
    color: var(--tema-renk-secondary, #756757);
}

/* --- Dinamik Sözleşme Modalı Stilleri --- */
.modal-content-large {
    max-width: 55rem !important;
    height: 80vh !important;
}

.contract-modal-body {
    padding: 1.5rem 2rem !important;
    overflow-y: auto !important;
    font-size: 0.9375rem !important;
    line-height: 1.6 !important;
    color: var(--tema-renk-text, #4a3e3d) !important;
}

.contract-modal-body h3,
.contract-modal-body h4 {
    font-family: var(--tema-font-headings), serif !important;
    color: var(--tema-renk-birincil, #8b1d1d) !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.75rem !important;
}

.contract-modal-body p {
    margin-bottom: 1rem !important;
}

.modal-footer-custom {
    display: flex !important;
    justify-content: flex-end !important;
    padding: 1.25rem 1.5rem !important;
    border-top: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    background-color: var(--tema-renk-bg-light, #faf9f6) !important;
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
}

.btn-primary-custom {
    background-color: var(--tema-renk-birincil, #8b1d1d) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0.375rem !important;
    padding: 0.75rem 1.5rem !important;
    font-family: var(--tema-font-main), sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

.btn-primary-custom:hover {
    background-color: #6b1414 !important;
}

/* --- Sözleşme Eki ve Dinamik Tablo Stilleri --- */
.contract-dynamic-summary-box {
    margin-top: 2.5rem !important;
    padding: 1.5rem !important;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    border-radius: 0.5rem !important;
    background-color: var(--tema-renk-bg-light, #faf9f6) !important;
}

.contract-annex-title {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    color: var(--tema-renk-birincil, #8b1d1d) !important;
    margin-top: 0 !important;
    margin-bottom: 1.25rem !important;
    border-bottom: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    padding-bottom: 0.5rem !important;
}

.contract-annex-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

@media (max-width: 48rem) {
    .contract-annex-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
}

.contract-annex-col strong {
    display: block !important;
    font-size: 0.875rem !important;
    color: var(--tema-renk-birincil, #8b1d1d) !important;
    margin-bottom: 0.5rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

.contract-annex-col p {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    color: var(--tema-renk-text, #4a3e3d) !important;
}

.contract-annex-products {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.contract-annex-products strong {
    display: block !important;
    font-size: 0.875rem !important;
    color: var(--tema-renk-birincil, #8b1d1d) !important;
    margin-bottom: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

.contract-products-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 1rem !important;
    background-color: #ffffff !important;
}

.contract-products-table th,
.contract-products-table td {
    padding: 0.75rem 1rem !important;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    font-size: 0.875rem !important;
}

.contract-products-table th {
    background-color: var(--tema-renk-bg-light, #faf9f6) !important;
    color: var(--tema-renk-text, #4a3e3d) !important;
    font-weight: 600 !important;
    text-align: left !important;
}

.contract-products-table td.text-center {
    text-align: center !important;
}

.contract-products-table td.text-right {
    text-align: right !important;
}

.contract-annex-totals {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 0.5rem !important;
    margin-top: 1rem !important;
}

.contract-totals-row {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 18rem !important;
    font-size: 0.875rem !important;
    color: var(--tema-renk-secondary, #756757) !important;
}

.contract-totals-grand {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--tema-renk-birincil, #8b1d1d) !important;
    border-top: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    padding-top: 0.5rem !important;
}

.contract-annex-date {
    display: flex !important;
    justify-content: space-between !important;
    border-top: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5) !important;
    padding-top: 1rem !important;
    font-size: 0.875rem !important;
    color: var(--tema-renk-secondary, #756757) !important;
}

.contract-annex-date p {
    margin: 0 !important;
}

/* Modalların mobilde daha iyi oturması için */
@media (max-width: 48rem) {
    .modal-content-large {
        width: 95% !important;
        height: 85vh !important;
    }

    .contract-modal-body {
        padding: 1rem 1.25rem !important;
    }
}

/* --- Sağ Sütun Ödeme Yöntemi Seçim Butonları --- */
.checkout-payment-selection-summary {
    margin: 1.5rem 0 1.25rem 0;
}

.payment-selection-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--tema-renk-text, #4a3e3d);
    margin-bottom: 0.75rem;
    font-family: 'Outfit', sans-serif;
}

.summary-payment-buttons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.summary-payment-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.875rem 0.5rem;
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--tema-renk-secondary, #756757);
    font-family: 'Outfit', sans-serif;
    outline: none;
}

.summary-payment-btn .material-symbols-outlined {
    font-size: 1.375rem;
    color: var(--tema-renk-secondary, #756757);
    transition: color 0.2s ease;
}

.summary-payment-btn .btn-text {
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.summary-payment-btn:hover {
    background-color: var(--tema-renk-ikincil-light, #faf6f0);
    border-color: var(--tema-renk-birincil, #8b1d1d);
}

.summary-payment-btn.active {
    background-color: var(--tema-renk-birincil-light, #fdf6f6);
    border-color: var(--tema-renk-birincil, #8b1d1d);
    color: var(--tema-renk-birincil, #8b1d1d);
}

.summary-payment-btn.active .material-symbols-outlined {
    color: var(--tema-renk-birincil, #8b1d1d);
}

.summary-payment-method-info {
    margin-bottom: 0.75rem;
    min-height: 2.25rem;
}

.method-info-text {
    font-size: 0.8125rem;
    line-height: 1.4;
    color: var(--tema-renk-secondary, #756757);
    margin: 0;
}

/* PayTR Iframe Çerçevesi */
.paytr-checkout-iframe-wrapper {
    width: 100%;
    margin-top: 1rem;
}

@media (max-width: 48rem) {
    .summary-payment-buttons-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.35rem;
    }

    .summary-payment-btn {
        padding: 0.625rem 0.25rem;
        border-radius: 0.375rem;
    }

    .summary-payment-btn .material-symbols-outlined {
        font-size: 1.25rem;
    }

    .summary-payment-btn .btn-text {
        font-size: 0.6875rem;
    }
}

/* Autocomplete Combobox Stilleri */
.autocomplete-wrapper {
    position: relative;
    width: 100%;
}

.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 12.5rem;
    overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1.5rem rgba(117, 103, 87, 0.1);
    z-index: 9999;
    margin-top: 0.25rem;
    display: none;
    padding: 0.25rem 0;
}

.autocomplete-dropdown.show {
    display: block;
}

/* Autocomplete Dropdown Elemanları */
.autocomplete-item {
    padding: 0.625rem 1rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--tema-renk-text, #4a3e3d);
    transition: all 0.15s ease;
    display: block;
    text-align: left;
}

.autocomplete-item:hover,
.autocomplete-item.active {
    background-color: var(--tema-renk-birincil-light, #fdf6f6);
    color: var(--tema-renk-birincil, #8b1d1d);
}

.autocomplete-item-highlight {
    font-weight: 700;
    color: var(--tema-renk-birincil, #8b1d1d);
}

/* Scrollbar Tasarimi */
.autocomplete-dropdown::-webkit-scrollbar {
    width: 0.35rem;
}

.autocomplete-dropdown::-webkit-scrollbar-track {
    background: transparent;
}

.autocomplete-dropdown::-webkit-scrollbar-thumb {
    background: rgba(117, 103, 87, 0.25);
    border-radius: 0.25rem;
}

.autocomplete-dropdown::-webkit-scrollbar-thumb:hover {
    background: rgba(117, 103, 87, 0.4);
}

/* --- Yenilenen Premium Stok Göstergesi ve Canlı Aktivite Kuralları --- */
.product-status-logs {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.25rem !important;
    /* Hücreler arası boşluk */
    margin-top: 0.4rem !important;
    margin-bottom: 0.5rem !important;
    width: 100%;
}

.product-status-logs> :nth-child(1) {
    justify-content: flex-start !important;
}

.product-status-logs> :nth-child(2) {
    justify-content: center !important;
}

.product-status-logs> :nth-child(3) {
    justify-content: flex-end !important;
}

.stock-indicator-in,
.stock-indicator-out,
.stock-indicator-low,
.stock-indicator-loading,
.live-activity-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* İçeriği ortalar */
    gap: 0.25rem !important;
    /* İkon ve metin arası boşluğu azalt */
    padding: 0.25rem 0 !important;
    /* Dikey boşluk minimal */
    font-size: 0.75rem !important;
    /* Dengeli ve ortak yazı boyutu */
    font-weight: 500 !important;
    border-radius: 0 !important;
    text-transform: none !important;
    margin-left: 0 !important;
    box-sizing: border-box;
    line-height: 1.3;
    white-space: nowrap !important;
    /* Yazıların kırılıp alt alta gelmesini önler */

    /* Çerçevesiz ve şeffaf arka plan */
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;

    /* Profesyonel ve marka temasına uyumlu tek ve soft renk */
    color: #7a6f62 !important;
}

/* İkonlar ve önemli sayaç sayıları (strong) artık metin rengiyle aynı ve kibar kalınlıkta */
.stock-indicator-in .material-symbols-outlined,
.stock-indicator-out .material-symbols-outlined,
.stock-indicator-low .material-symbols-outlined,
.stock-indicator-loading .material-symbols-outlined,
.live-activity-item .activity-icon,
.product-status-logs strong {
    color: #7a6f62 !important;
    /* Kırmızı iptal edilerek metin rengiyle eşitlendi */
    font-size: 0.8rem !important;
    /* İkonlar ve sayılar metin boyutuyla dengelendi */
    font-weight: 600 !important;
    /* Kalın-ince uçurumu giderilerek kibar bir ağırlık verildi */
}

/* Sadece yükleniyor durumu için hafif nötr gri ton */
.stock-indicator-loading,
.stock-indicator-loading .material-symbols-outlined {
    color: #9c9083 !important;
}

.stock-indicator-in .material-symbols-outlined,
.stock-indicator-out .material-symbols-outlined,
.stock-indicator-low .material-symbols-outlined,
.stock-indicator-loading .material-symbols-outlined,
.live-activity-item .activity-icon {
    font-size: 1.1rem !important;
    /* İkonlar biraz daha kibarlaştırıldı */
    flex-shrink: 0;
}

/* Premium ve hafif nefes alma (pulse) efekti sadece stok ikonu için */
@keyframes indicator-icon-pulse {
    0% {
        opacity: 0.4;
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        opacity: 0.4;
        transform: scale(0.95);
    }
}

.indicator-icon-pulse {
    animation: indicator-icon-pulse 2s infinite ease-in-out;
    display: inline-block;
}

/* Canlı inceleyen gözü için çok hafif bir kırpma/küçülme animasyonu */
@keyframes viewer-icon-pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.7;
    }
}

.activity-viewers .activity-icon {
    animation: viewer-icon-pulse 3s infinite ease-in-out;
    display: inline-block;
}

/* Sepet simgesi için hafif bir sallanma animasyonu */
@keyframes cart-icon-wiggle {

    0%,
    100% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(8deg);
    }

    45% {
        transform: rotate(-4deg);
    }

    60% {
        transform: rotate(4deg);
    }
}

.activity-carts .activity-icon {
    animation: cart-icon-wiggle 5s infinite ease-in-out;
    display: inline-block;
}

/* ETBİS Entegrasyonu */
.footer-etbis-wrapper {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
}

.etbis-badge,
.paytr-trust-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.8rem;
    background-color: var(--tema-renk-birincil-light);
    border: 0.0625rem solid rgba(var(--tema-renk-primary-rgb), 0.2);
    border-radius: 0.25rem;
    color: var(--tema-renk-birincil);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    width: 11.5rem;
    box-sizing: border-box;
}

.paytr-trust-badge {
    cursor: default;
}

.etbis-badge:hover,
.paytr-trust-badge:hover {
    background-color: var(--tema-renk-birincil);
    color: #ffffff;
    border-color: var(--tema-renk-birincil);
}

.etbis-badge .etbis-icon,
.paytr-trust-badge .paytr-icon {
    font-size: 0.95rem;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.etbis-text-label,
.paytr-text-label {
    letter-spacing: -0.0125rem;
    white-space: nowrap;
}

/* Tooltip Tasarımı */
.etbis-badge .etbis-tooltip,
.paytr-trust-badge .paytr-tooltip {
    position: absolute;
    bottom: 145%;
    left: 50%;
    transform: translateX(-50%) translateY(0.5rem);
    background-color: rgba(51, 51, 51, 0.95);
    color: #ffffff;
    padding: 0.625rem 0.875rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.4;
    width: 14rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 100;
    text-align: center;
    font-family: var(--tema-font-body), sans-serif;
    font-weight: normal;
    white-space: normal;
}

.etbis-badge .etbis-tooltip::after,
.paytr-trust-badge .paytr-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0.3125rem;
    border-style: solid;
    border-color: rgba(51, 51, 51, 0.95) transparent transparent transparent;
}

.etbis-badge:hover .etbis-tooltip,
.paytr-trust-badge:hover .paytr-tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

/* ==========================================================================
   Premium WhatsApp Floating Widget Style (Pure REM & Responsive Grid/Flex)
   ========================================================================== */

.whatsapp-widget {
    position: fixed;
    bottom: 2rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: var(--tema-font-family, 'Outfit', sans-serif);
}

.whatsapp-pos-sag {
    right: 2rem;
    align-items: flex-end;
}

.whatsapp-pos-sol {
    left: 2rem;
    align-items: flex-start;
}

/* Floating Ana Buton */
.whatsapp-main-btn {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    box-shadow: 0 0.5rem 1.5rem rgba(18, 140, 126, 0.4);
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.whatsapp-main-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 0.75rem 2rem rgba(18, 140, 126, 0.6);
}

.whatsapp-main-btn:active {
    transform: scale(0.95);
}

.whatsapp-main-svg {
    width: 1.75rem;
    height: 1.75rem;
    fill: #ffffff;
}

/* Pulsing Animasyon Halkası */
.whatsapp-btn-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    animation: whatsappPulse 2s infinite;
    pointer-events: none;
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 1rem rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Sohbet Baloncuğu / Penceresi */
.whatsapp-bubble {
    position: absolute;
    bottom: 4.5rem;
    width: 20rem;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(1.25rem);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15), pointer-events 0.3s;
    z-index: 10000;
}

.whatsapp-pos-sag .whatsapp-bubble {
    right: 0;
    transform-origin: bottom right;
}

.whatsapp-pos-sol .whatsapp-bubble {
    left: 0;
    transform-origin: bottom left;
}

.whatsapp-bubble.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* Bubble Header */
.whatsapp-bubble-header {
    background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
    color: #ffffff;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

.whatsapp-avatar-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
}

.whatsapp-online-dot {
    position: absolute;
    bottom: 0.125rem;
    left: 1.5rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #25D366;
    border: 0.125rem solid #128C7E;
    z-index: 2;
}

.whatsapp-avatar-emoji {
    font-size: 1.75rem;
    background-color: rgba(255, 255, 255, 0.15);
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}

.whatsapp-avatar-text {
    display: flex;
    flex-direction: column;
}

.whatsapp-avatar-name {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.0125rem;
    line-height: 1.2;
}

.whatsapp-avatar-status {
    font-size: 0.75rem;
    opacity: 0.85;
}

.whatsapp-bubble-close-btn {
    background: none;
    border: none;
    color: #ffffff;
    opacity: 0.7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    border-radius: 50%;
    transition: opacity 0.2s, background-color 0.2s;
}

.whatsapp-bubble-close-btn:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
}

.whatsapp-bubble-close-btn .material-symbols-outlined {
    font-size: 1.25rem;
}

/* Bubble Body */
.whatsapp-bubble-body {
    padding: 1rem;
    background-color: #fcfbfa;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.whatsapp-bubble-msg {
    font-size: 0.875rem;
    color: #4a423d;
    background-color: #ffffff;
    border-radius: 0.75rem 0.75rem 0.75rem 0;
    padding: 0.75rem 1rem;
    margin: 0;
    box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05);
    line-height: 1.45;
    position: relative;
}

.whatsapp-pos-sol .whatsapp-bubble-msg {
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
}

.whatsapp-start-chat-btn {
    background-color: #25D366;
    color: #ffffff;
    text-decoration: none;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 0.25rem 0.75rem rgba(37, 211, 102, 0.3);
    transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.whatsapp-start-chat-btn:hover {
    background-color: #20ba59;
    box-shadow: 0 0.375rem 1rem rgba(37, 211, 102, 0.4);
    transform: translateY(-0.0625rem);
}

.whatsapp-start-chat-btn:active {
    transform: translateY(0);
}

.whatsapp-btn-svg {
    fill: #ffffff;
}

/* Responsive Tasarım */
@media screen and (max-width: 30rem) {
    .whatsapp-widget {
        bottom: 1rem;
    }

    .whatsapp-pos-sag {
        right: 1rem;
    }

    .whatsapp-pos-sol {
        left: 1rem;
    }

    .whatsapp-bubble {
        width: calc(100vw - 2rem);
    }
}

/* Dinamik CMS Sayfaları Görsel Float Düzeni */
.page-body .page-image-wrapper {
    float: right;
    width: 25rem;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.page-image-1to1 {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
}

/* Clearfix */
.page-body::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 48rem) {
    .page-body .page-image-wrapper {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 1.5rem;
    }

    /* Ürün Detay Sayfası Mobil Fiyat Kutusu ve Hiyerarşisi */
    .price-value-inclusive {
        font-size: 2.3rem !important;
        font-variant-numeric: lining-nums !important;
        line-height: 1 !important;
    }

    .price-row-inclusive .old-price {
        font-size: 0.85rem !important;
        font-variant-numeric: lining-nums !important;
        line-height: 1 !important;
    }

    .price-value-exclusive {
        font-size: 0.8rem !important;
        font-variant-numeric: lining-nums !important;
    }

    .label-tax-exclusive {
        font-size: 0.7rem !important;
        font-variant-numeric: lining-nums !important;
    }

    /* Mobil Fiyat Kırılma ve Düzenlemesi */


    /* Mobil Footer ETBİS & PayTR Yan Yana Yerleşimi */
    .footer-etbis-wrapper {
        flex-direction: row !important;
        width: 100% !important;
        gap: 0.5rem !important;
    }

    .etbis-badge,
    .paytr-trust-badge {
        flex: 1 !important;
        width: auto !important;
        justify-content: center !important;
        font-size: 0.7rem !important;
        padding: 0.4rem 0.25rem !important;
    }
}

/* ==========================================================================
   KVKK & Google Consent Mode v2 - Yüzen Mikro Çerez Yönetim Widget'ı (UX/UI)
   ========================================================================== */
.cookie-consent-widget {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 99999;
    font-family: inherit;
}

/* Sol Alt Yüzen Rozet Butonu */
.cookie-badge-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    color: var(--metin-ana, #2b2b2b);
    border: 0.0625rem solid rgba(139, 29, 29, 0.15);
    padding: 0.5rem 0.875rem;
    border-radius: 2rem;
    font-size: 0.8125rem;
    font-weight: 600;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}

.cookie-badge-btn:hover {
    transform: translateY(-0.125rem) scale(1.02);
    box-shadow: 0 0.75rem 2rem rgba(139, 29, 29, 0.18);
    border-color: var(--ana-renk, #8b1d1d);
}

.cookie-badge-icon {
    font-size: 1.1rem;
    line-height: 1;
}

/* Mikro Tooltip / Onay Kartı */
.cookie-tooltip-card {
    position: absolute;
    bottom: calc(100% + 0.75rem);
    left: 0;
    width: 21.5rem;
    max-width: calc(100vw - 2rem);
    background: #ffffff;
    border: 0.0625rem solid rgba(0, 0, 0, 0.08);
    border-radius: 1.125rem;
    padding: 1.25rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.16);
    opacity: 0;
    transform: translateY(0.75rem) scale(0.96);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}

.cookie-tooltip-card.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.cookie-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.625rem;
}

.cookie-icon-title {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.9375rem;
    color: var(--ana-renk, #8b1d1d);
}

.cookie-card-close {
    background: transparent;
    border: none;
    font-size: 1.25rem;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 0.25rem;
    transition: color 0.2s ease;
}

.cookie-card-close:hover {
    color: #333;
}

.cookie-card-text {
    font-size: 0.8125rem;
    color: #555;
    line-height: 1.45;
    margin-bottom: 1rem;
}

.cookie-policy-link {
    color: var(--ana-renk, #8b1d1d);
    text-decoration: underline;
    font-weight: 500;
}

/* Detaylı İzin Seçenekleri */
.cookie-options-accordion {
    border-top: 0.0625rem dashed #eee;
    padding-top: 0.75rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.cookie-option-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.cookie-option-info strong {
    display: block;
    font-size: 0.8125rem;
    color: #333;
}

.cookie-option-info small {
    display: block;
    font-size: 0.7rem;
    color: #777;
    line-height: 1.2;
}

.cookie-badge-fixed {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #666;
    background: #f0f0f0;
    padding: 0.2rem 0.5rem;
    border-radius: 0.375rem;
}

/* Switch Toggle Butonları */
.cookie-switch {
    position: relative;
    display: inline-block;
    width: 2.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.cookie-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: 0.25s;
    border-radius: 1.25rem;
}

.cookie-switch-slider:before {
    position: absolute;
    content: "";
    height: 0.9375rem;
    width: 0.9375rem;
    left: 0.15625rem;
    bottom: 0.15625rem;
    background-color: white;
    transition: 0.25s;
    border-radius: 50%;
}

.cookie-switch-input:checked + .cookie-switch-slider {
    background-color: var(--ana-renk, #8b1d1d);
}

.cookie-switch-input:checked + .cookie-switch-slider:before {
    transform: translateX(1rem);
}

/* Buton Grupları */
.cookie-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.btn-cookie-accept,
.btn-cookie-save {
    flex: 1 1 auto;
    background: var(--ana-renk, #8b1d1d);
    color: #ffffff;
    border: none;
    padding: 0.5rem 0.875rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    text-align: center;
    justify-content: center;
}

.btn-cookie-accept:hover,
.btn-cookie-save:hover {
    background: #6e1515;
    transform: translateY(-0.0625rem);
}

.btn-cookie-customize {
    background: #f7f4ed;
    color: #444;
    border: 0.0625rem solid #e0d8c8;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-cookie-customize:hover {
    background: #eae2d3;
}

.btn-cookie-reject {
    background: transparent;
    color: #888;
    border: none;
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.btn-cookie-reject:hover {
    color: #333;
    text-decoration: underline;
}

@media (max-width: 36rem) {
    .cookie-consent-widget {
        bottom: 1rem;
        left: 1rem;
    }

    .cookie-tooltip-card {
        width: calc(100vw - 2rem);
        padding: 1rem;
    }

    .cookie-badge-label {
        font-size: 0.75rem;
    }
}

/* ==========================================================================
   STOK HABER VER (GELİNCE HABER VER) & STOK TAKİP CSS STİLLERİ
   ========================================================================== */

/* 1. Ürün Detay Sayfası Buton ve Bildirim Banner'ı */
.notify-me-submit-btn {
    flex-grow: 1;
    height: 2.85rem;
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    box-shadow: none;
}

.notify-me-submit-btn:hover {
    background: linear-gradient(135deg, #1a252f 0%, #0f172a 100%);
    transform: translateY(-0.05rem);
}

.notify-me-submit-btn.already-subscribed {
    background-color: #15803d;
}

.out-of-stock-notice-banner {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    background: rgba(139, 29, 29, 0.04);
    border: 0.0625rem solid rgba(139, 29, 29, 0.15);
    border-radius: 0;
    padding: 0.75rem 1rem;
    margin-bottom: 0.875rem;
    color: var(--tema-renk-primary, #8b1d1d);
    font-size: 0.8125rem;
    line-height: 1.45;
}

.out-of-stock-notice-banner .notice-icon {
    font-size: 1.25rem;
    flex-shrink: 0;
}

/* 2. Glassmorphic Modal Yapısı */
.notify-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    overflow-y: auto;
}

.notify-modal-card {
    background: #ffffff;
    border-radius: 1.25rem;
    width: 100%;
    max-width: 32rem;
    max-height: calc(100vh - 2.5rem);
    overflow-y: auto;
    padding: 2rem;
    box-shadow: 0 1.25rem 3.125rem rgba(0, 0, 0, 0.2);
    position: relative;
    animation: notifyModalPop 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    border: 0.0625rem solid rgba(226, 220, 213, 0.6);
}

@keyframes notifyModalPop {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(1.25rem);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.notify-modal-close-btn {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: rgba(0, 0, 0, 0.04);
    border: none;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #64748b;
    transition: all 0.2s ease;
}

.notify-modal-close-btn:hover {
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
}

.notify-modal-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.notify-icon-badge {
    width: 3rem;
    height: 3rem;
    border-radius: 0.875rem;
    background: linear-gradient(135deg, rgba(139, 29, 29, 0.1) 0%, rgba(139, 29, 29, 0.2) 100%);
    color: var(--tema-renk-primary, #8b1d1d);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notify-icon-badge .material-symbols-outlined {
    font-size: 1.625rem;
}

.notify-modal-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.notify-modal-subtitle {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
}

.notify-product-summary {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f8fafc;
    border: 0.0625rem solid #e2e8f0;
    border-radius: 0.875rem;
    padding: 0.875rem 1rem;
    margin-bottom: 1.5rem;
}

.notify-summary-thumb {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.5rem;
    object-fit: cover;
    border: 0.0625rem solid #cbd5e1;
}

.notify-summary-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
}

.notify-summary-variation {
    font-size: 0.8125rem;
    color: #8b1d1d;
    font-weight: 600;
    background: rgba(139, 29, 29, 0.08);
    display: inline-block;
    padding: 0.1875rem 0.5rem;
    border-radius: 0.375rem;
}

.notify-form-section {
    margin-bottom: 1.25rem;
}

.notify-section-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.625rem;
}

.notify-channels-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.notify-channel-card {
    position: relative;
    border: 0.0625rem solid #cbd5e1;
    border-radius: 0.75rem;
    padding: 0.75rem 2.25rem 0.75rem 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #ffffff;
    user-select: none;
}

.notify-channel-card input[type="checkbox"] {
    position: absolute;
    top: 0.75rem;
    right: 0.625rem;
    accent-color: #8b1d1d;
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
}

.channel-card-inner {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.channel-card-inner .icon {
    font-size: 1.5rem;
    color: #64748b;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.channel-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.channel-info strong {
    font-size: 0.84375rem;
    color: #1e293b;
    line-height: 1.2;
    word-break: break-word;
}

.channel-info span {
    font-size: 0.71875rem;
    color: #64748b;
    white-space: nowrap;
}

.notify-channel-card:has(input:checked) {
    border-color: #8b1d1d;
    background: rgba(139, 29, 29, 0.03);
    box-shadow: 0 0 0 0.0625rem #8b1d1d;
}

.notify-channel-card:has(input:checked) .icon {
    color: #8b1d1d;
}

.notify-form-group {
    margin-bottom: 0.875rem;
}

.notify-input-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.375rem;
    font-family: var(--tema-font-family), sans-serif;
}

.notify-input-label .required-star {
    color: var(--tema-renk-primary, #8b1d1d);
    font-weight: 700;
    margin-left: 0.125rem;
}

.notify-input-text {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 0.0625rem solid #cbd5e1;
    border-radius: 0.625rem;
    font-size: 0.9375rem;
    color: #0f172a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.notify-input-text:focus {
    outline: none;
    border-color: #8b1d1d;
    box-shadow: 0 0 0 0.1875rem rgba(139, 29, 29, 0.15);
}

.notify-kvkk-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.4;
    cursor: pointer;
    margin-top: 0.875rem;
}

.notify-kvkk-checkbox-row input {
    margin-top: 0.125rem;
    accent-color: #8b1d1d;
    flex-shrink: 0;
}

.notify-error-box {
    background: #fef2f2;
    border: 0.0625rem solid #fecaca;
    color: #991b1b;
    padding: 0.75rem 1rem;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.btn-notify-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    background: var(--tema-renk-primary, #8b1d1d);
    color: #ffffff;
    border: none;
    border-radius: 0.75rem;
    padding: 0.9375rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    box-shadow: 0 0.25rem 0.875rem rgba(139, 29, 29, 0.25);
}

.btn-notify-submit:hover {
    background: #6e1717;
    transform: translateY(-0.0625rem);
}

.notify-success-state {
    text-align: center;
    padding: 1.5rem 0;
}

.notify-success-icon-wrap {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem auto;
}

.notify-success-icon-wrap .material-symbols-outlined {
    font-size: 2.5rem;
}

.notify-success-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.5rem 0;
}

.notify-success-desc {
    font-size: 0.9375rem;
    color: #475569;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.btn-notify-done {
    background: #0f172a;
    color: #ffffff;
    border: none;
    border-radius: 0.625rem;
    padding: 0.75rem 1.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-notify-done:hover {
    background: #1e293b;
}

/* Mobil Uyumlu Modal Düzenlemeleri (Dar Ekranlar) */
@media (max-width: 36rem) {
    .notify-modal-backdrop {
        padding: 0.75rem 0.5rem;
    }

    .notify-modal-card {
        padding: 1.25rem 1rem;
        border-radius: 1rem;
        max-height: calc(100vh - 1.5rem);
    }

    .notify-modal-close-btn {
        top: 0.875rem;
        right: 0.875rem;
        width: 2rem;
        height: 2rem;
    }

    .notify-modal-header {
        gap: 0.75rem;
        margin-bottom: 0.875rem;
        padding-right: 1.5rem;
    }

    .notify-icon-badge {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 0.625rem;
    }

    .notify-icon-badge .material-symbols-outlined {
        font-size: 1.375rem;
    }

    .notify-modal-title {
        font-size: 1.0625rem;
    }

    .notify-modal-subtitle {
        font-size: 0.78125rem;
        line-height: 1.35;
    }

    .notify-product-summary {
        gap: 0.75rem;
        padding: 0.625rem 0.75rem;
        margin-bottom: 0.875rem;
        border-radius: 0.625rem;
    }

    .notify-summary-thumb {
        width: 2.75rem;
        height: 2.75rem;
    }

    .notify-summary-title {
        font-size: 0.84375rem;
    }

    .notify-summary-variation {
        font-size: 0.75rem;
    }

    .notify-form-section {
        margin-bottom: 0.875rem;
    }

    .notify-channels-grid {
        gap: 0.5rem;
        margin-bottom: 0.625rem;
    }

    .notify-channel-card {
        padding: 0.625rem 0.5rem;
        padding-right: 1.875rem;
        border-radius: 0.625rem;
    }

    .channel-card-inner {
        gap: 0.375rem;
    }

    .channel-card-inner .icon {
        font-size: 1.25rem;
    }

    .channel-info strong {
        font-size: 0.78125rem;
    }

    .channel-info span {
        font-size: 0.65625rem;
    }

    .notify-form-group {
        margin-bottom: 0.625rem;
    }

    .notify-input-label {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
    }

    .notify-input-text {
        padding: 0.5625rem 0.75rem;
        font-size: 0.875rem;
    }

    .notify-kvkk-checkbox-row {
        font-size: 0.75rem;
        margin-top: 0.625rem;
    }

    .btn-notify-submit {
        padding: 0.75rem 1rem;
        font-size: 0.9375rem;
        border-radius: 0.625rem;
    }
}

/* 3. Kullanıcı Paneli (Stok Takip Listem) Stilleri */
.stock-watchlist-container {
    width: 100%;
}

.stock-watchlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    gap: 1.25rem;
}

.stock-watchlist-card {
    background: #ffffff;
    border: 0.0625rem solid #e2e8f0;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stock-watchlist-card:hover {
    transform: translateY(-0.125rem);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.06);
}

.stock-card-thumb {
    width: 100%;
    height: 12rem;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    background: #f8fafc;
}

.stock-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stock-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.badge-in-stock {
    background: #22c55e;
    color: #ffffff;
}

.badge-out-stock {
    background: #ef4444;
    color: #ffffff;
}

.stock-item-title {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 0.375rem 0;
    line-height: 1.35;
}

.stock-item-variation {
    display: block;
    font-size: 0.8125rem;
    color: #64748b;
    margin-bottom: 0.625rem;
}

.stock-card-channels {
    font-size: 0.8125rem;
    color: #475569;
}

.channel-badges {
    display: flex;
    gap: 0.375rem;
    margin-top: 0.375rem;
    flex-wrap: wrap;
}

.channel-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.1875rem 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.chip-email {
    background: #e0f2fe;
    color: #0369a1;
}

.chip-sms {
    background: #fef3c7;
    color: #b45309;
}

.channel-chip .material-symbols-outlined {
    font-size: 0.875rem;
}

.stock-card-status-info {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
}

.status-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.tag-sent {
    color: #15803d;
    font-weight: 600;
}

.tag-pending {
    color: #b45309;
}

.stock-card-actions {
    display: flex;
    gap: 0.625rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 0.0625rem solid #f1f5f9;
}

.btn-stock-view {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    background: #f1f5f9;
    color: #1e293b;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5625rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.btn-stock-view:hover {
    background: #e2e8f0;
    text-decoration: none;
}

.btn-stock-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    background: #fef2f2;
    color: #dc2626;
    border: 0.0625rem solid #fecaca;
    border-radius: 0.5rem;
    padding: 0.5625rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-stock-cancel:hover {
    background: #dc2626;
    color: #ffffff;
    border-color: #dc2626;
}

/* --- Mağaza Fotoğrafları Galerisi & Lightbox Modal Kuralları --- */
.store-gallery-item {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.08);
    background: #111111;
    aspect-ratio: 4 / 3;
    cursor: pointer;
}

.store-gallery-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
}

.store-gallery-item:hover .store-gallery-photo {
    transform: scale(1.08);
}

.store-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    color: #ffffff;
    padding: 1rem;
    text-align: center;
    pointer-events: none;
}

.store-gallery-item:hover .store-gallery-overlay {
    opacity: 1;
}

.zoom-icon {
    font-size: 2.75rem !important;
    color: #ffffff;
    filter: drop-shadow(0 0.125rem 0.5rem rgba(0, 0, 0, 0.5));
    transform: scale(0.8);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.store-gallery-item:hover .zoom-icon {
    transform: scale(1);
}

.store-gallery-caption-badge {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.4);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    backdrop-filter: blur(4px);
}

/* Store Lightbox Modal */
.store-lightbox-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 1rem;
}

.store-lightbox-modal.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lightbox-img {
    max-width: 100%;
    max-height: 78vh;
    border-radius: 0.625rem;
    object-fit: contain;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.7);
    user-select: none;
}

.lightbox-caption {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
    font-family: var(--tema-font-family), sans-serif;
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.8);
    min-height: 1.5rem;
}

.lightbox-close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    z-index: 100000;
}

.lightbox-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.08);
}

.lightbox-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    z-index: 100000;
}

.lightbox-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.08);
}

.lightbox-nav-prev {
    left: 1.5rem;
}

.lightbox-nav-next {
    right: 1.5rem;
}

@media (max-width: 48rem) {
    .lightbox-close-btn {
        top: 0.75rem;
        right: 0.75rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .lightbox-nav-prev {
        left: 0.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .lightbox-nav-next {
        right: 0.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }
}

/* ==========================================================================
   Mobil Premium Sticky Bottom Navigation & Slide-Up Kategori Çekmecesi Stilleri
   ========================================================================== */

/* Varsayılan olarak masaüstünde gizli */
.mobile-bottom-nav,
.mobile-category-drawer {
    display: none;
}

@media (max-width: 48rem) {
    /* Mobil Sayfa Tabanı Boşluğu (Bottom Nav'ın Altında Kalmayı Önler) */
    body {
        padding-bottom: 4.5rem;
    }

    /* Yüzen (Floating) WhatsApp Widget'ını Mobil Görünümde Tamamen Gizle */
    .whatsapp-widget,
    #whatsappWidget {
        display: none !important;
    }

    /* ----------------------------------------------------------------------
       1. Üst Header Sadeleştirmesi ve Kusursuz Sarkan Logo Geometrisi
       ---------------------------------------------------------------------- */
    .header-inner {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0.25rem 1rem !important;
        height: 2.75rem !important;
        max-height: 2.75rem !important;
    }

    /* Alt menüde zaten olan Hamburger Menü, Profil ve Sepet İkonlarını Üst Header'da Gizle */
    .header-nav-left,
    #actionAccount,
    #actionCart,
    .header-actions .cart-btn .cart-count-badge {
        display: none !important;
    }

    /* Logoyu Ekranda %100 Matematiksel Olarak Tam Ortala */
    .header-logo-center {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 100 !important;
        width: 5.5rem !important;
        height: 2.75rem !important;
    }

    .header-logo-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 5.5rem;
        height: 2.75rem;
        text-decoration: none;
    }

    /* En Üstteyken: Kırmızı Alana Taşmayan Sarkan Büyük Dairesel Logo */
    .header-logo-wrapper {
        position: absolute !important;
        top: 0.15rem !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
        width: 5.5rem;
        height: 5.5rem;
        min-width: 5.5rem;
        min-height: 5.5rem;
        background-color: #ffffff;
        border-radius: 50%;
        border: none;
        box-shadow: 0 0.25rem 0.75rem rgba(117, 103, 87, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 101;
        transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), top 0.35s ease, width 0.35s ease, height 0.35s ease, box-shadow 0.35s ease !important;
    }

    .header-logo-img {
        width: 4.5rem;
        height: 4.5rem;
        object-fit: contain;
        border-radius: 50%;
        transition: width 0.35s ease, height 0.35s ease;
    }

    /* Sayfa Aşağı Kaydırıldığında: Üstten Tam 0.25rem (4px) Boşluklu Yarısı Sarkan Kibar Logo */
    .header-logo-wrapper.shrink {
        position: absolute !important;
        top: 0.25rem !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
        width: 3.6rem !important;
        height: 3.6rem !important;
        min-width: 3.6rem !important;
        min-height: 3.6rem !important;
        background-color: #ffffff !important;
        border-radius: 50% !important;
        box-shadow: 0 0.25rem 0.65rem rgba(117, 103, 87, 0.12) !important;
        border: none !important;
    }

    .header-logo-wrapper.shrink .header-logo-img {
        width: 2.9rem !important;
        height: 2.9rem !important;
        object-fit: contain !important;
        border-radius: 50% !important;
    }

    .header-actions {
        display: none !important;
    }




    .mobile-bottom-nav {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background: rgba(255, 255, 255, 0.88) !important;
        backdrop-filter: blur(1rem) saturate(180%) !important;
        -webkit-backdrop-filter: blur(1rem) saturate(180%) !important;
        border-top: 0.0625rem solid rgba(139, 29, 29, 0.08) !important;
        box-shadow: 0 -0.35rem 1.5rem rgba(0, 0, 0, 0.07) !important;
        padding: 0.3rem 0.5rem calc(0.3rem + env(safe-area-inset-bottom, 0));
        transition: transform 0.3s ease;
    }

    .mobile-nav-inner {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: relative;
        max-width: 32rem;
        margin: 0 auto;
    }

    /* Standart Nav Item */
    .mobile-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        padding: 0.25rem 0.5rem;
        color: var(--tema-renk-text-muted, #756757);
        text-decoration: none !important;
        cursor: pointer;
        transition: color 0.25s ease, transform 0.2s ease;
        position: relative;
        flex: 1;
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-nav-item:active {
        transform: scale(0.92);
    }

    .mobile-nav-icon-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        margin-bottom: 0.15rem;
        transition: transform 0.25s ease;
    }

    .mobile-nav-label {
        font-size: 0.7rem;
        font-weight: 500;
        letter-spacing: 0.01rem;
        line-height: 1.1;
        transition: color 0.25s ease, font-weight 0.25s ease;
    }

    /* Active Durumu */
    .mobile-nav-item.active {
        color: var(--tema-renk-primary, #8b1d1d);
    }

    .mobile-nav-item.active .mobile-nav-icon-box {
        transform: translateY(-0.1rem);
    }

    .mobile-nav-item.active .mobile-nav-label {
        font-weight: 700;
    }

    /* Standart Rozetler (Asil Bordo Tone) */
    .mobile-nav-badge {
        position: absolute;
        top: -0.25rem;
        right: -0.5rem;
        background-color: var(--tema-renk-primary, #8b1d1d) !important;
        color: #ffffff !important;
        font-size: 0.65rem;
        font-weight: 700;
        min-width: 1.1rem;
        height: 1.1rem;
        border-radius: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0.2rem;
        border: 0.125rem solid #ffffff;
        box-shadow: 0 0.125rem 0.35rem rgba(139, 29, 29, 0.3);
    }

    .mobile-badge-hidden {
        display: none !important;
    }

    /* ----------------------------------------------------------------------
       3. KATEGORİLER HERO CENTER BUTONU (Bordo Gradyanlı İnce Hatlı Floating Hero)
       ---------------------------------------------------------------------- */
    .hero-cart-wrapper {
        position: relative;
        transform: translateY(-1.1rem);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 15;
    }

    .mobile-nav-hero-item {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
        position: relative;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-hero-circle {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--tema-renk-primary, #8b1d1d) 0%, #a81919 100%) !important;
        color: #ffffff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0.2rem solid #ffffff !important;
        position: relative;
        box-shadow: 0 0.4rem 1.2rem rgba(139, 29, 29, 0.4), 0 0.15rem 0.4rem rgba(0, 0, 0, 0.1);
        transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
    }

    .mobile-nav-hero-item:active .mobile-hero-circle {
        transform: scale(0.92);
        box-shadow: 0 0.2rem 0.6rem rgba(139, 29, 29, 0.3);
    }

    .mobile-hero-text {
        font-family: var(--tema-font-family), sans-serif;
        font-size: 0.65rem;
        font-weight: 800;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        color: #ffffff;
        position: relative;
        z-index: 2;
        line-height: 1;
        display: block;
        padding-left: 0.1rem;
    }

    .mobile-hero-badge {
        position: absolute;
        top: -0.25rem;
        right: -0.25rem;
        background-color: #25d366;
        color: #ffffff;
        font-size: 0.7rem;
        font-weight: 800;
        min-width: 1.35rem;
        height: 1.35rem;
        border-radius: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0.25rem;
        border: 0.125rem solid #ffffff;
        box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.25);
        z-index: 50;
    }

    @keyframes innerGleam {
        0% {
            transform: rotate(25deg) translateX(-120%);
        }
        30%, 100% {
            transform: rotate(25deg) translateX(120%);
        }
    }

    /* ----------------------------------------------------------------------
       3. WHATSAPP BUTONU (Standart Uyumlu İkon Tasarımı)
       ---------------------------------------------------------------------- */
    .mobile-wa-svg {
        width: 1.35rem;
        height: 1.35rem;
        fill: currentColor;
    }

    /* ----------------------------------------------------------------------
       4. Slide-Up Mobil Kategori Çekmecesi (Lüks Native Bottom Sheet)
       ---------------------------------------------------------------------- */
    .mobile-category-drawer {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 10000;
        pointer-events: none;
        visibility: hidden;
        transition: visibility 0.35s ease;
    }

    .mobile-category-drawer.active {
        pointer-events: auto;
        visibility: visible;
    }

    .mobile-drawer-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(0.2rem);
        -webkit-backdrop-filter: blur(0.2rem);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .mobile-category-drawer.active .mobile-drawer-backdrop {
        opacity: 1;
    }

    .mobile-drawer-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100vw;
        max-height: 82vh;
        background: #ffffff;
        border-top-left-radius: 0.85rem;
        border-top-right-radius: 0.85rem;
        box-shadow: 0 -0.5rem 2.5rem rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        transform: translateY(100%);
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        overflow: hidden;
    }

    .mobile-category-drawer.active .mobile-drawer-container {
        transform: translateY(0);
    }

    .mobile-drawer-drag-handle {
        width: 2.2rem;
        height: 0.2rem;
        background: rgba(117, 103, 87, 0.25);
        border-radius: 0.2rem;
        margin: 0.5rem auto 0.25rem auto;
    }

    .mobile-drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.6rem 1rem;
        border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08);
    }

    .mobile-drawer-title-group {
        display: flex;
        align-items: center;
        gap: 0.4rem;
        color: var(--tema-renk-primary, #8b1d1d);
        text-decoration: none !important;
        cursor: pointer;
    }

    .mobile-drawer-icon {
        font-size: 1.35rem;
    }

    .mobile-drawer-title {
        font-family: var(--tema-font-headings), serif;
        font-size: 1.05rem;
        font-weight: 600;
        color: var(--tema-renk-text, #222222);
        margin: 0;
        letter-spacing: 0.02rem;
        transition: color 0.2s ease;
    }

    .mobile-drawer-title-group:hover .mobile-drawer-title,
    .mobile-drawer-title-group:active .mobile-drawer-title {
        color: var(--tema-renk-primary, #8b1d1d);
    }

    .mobile-drawer-close-btn {
        background: rgba(117, 103, 87, 0.08);
        border: none;
        width: 1.9rem;
        height: 1.9rem;
        border-radius: 0.35rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #555555;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .mobile-drawer-close-btn:active {
        background: rgba(139, 29, 29, 0.12);
        color: var(--tema-renk-primary, #8b1d1d);
    }

    /* Kibar Arama Kutusu (Aşırı Baloncuk Radius Kaldırıldı) */
    .mobile-drawer-search-box {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin: 0.6rem 1rem 0.4rem 1rem;
        padding: 0.5rem 0.75rem;
        background: #fcfbf9;
        border-radius: 0.35rem;
        border: 0.0625rem solid rgba(117, 103, 87, 0.18);
        transition: border-color 0.2s ease;
    }

    .mobile-drawer-search-box:focus-within {
        border-color: var(--tema-renk-primary, #8b1d1d);
    }

    .mobile-drawer-search-box .search-icon {
        font-size: 1.15rem;
        color: var(--tema-renk-primary, #8b1d1d);
    }

    .mobile-drawer-search-input {
        width: 100%;
        border: none;
        background: transparent;
        font-size: 0.875rem;
        color: #222222;
        outline: none;
        font-family: inherit;
    }

    /* Kategori Ağacı Gövdesi */
    .mobile-drawer-body {
        flex: 1;
        overflow-y: auto;
        padding: 0.4rem 1rem 1.25rem 1rem;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-cat-tree-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .mobile-cat-tree-item {
        border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08);
        padding-bottom: 0.25rem;
    }

    .mobile-cat-item-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.55rem 0.4rem;
        border-radius: 0.35rem;
        transition: background-color 0.2s ease;
    }

    .mobile-cat-main-link {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        text-decoration: none !important;
        color: #2c2520;
        font-weight: 600;
        font-size: 0.95rem;
        flex: 1;
        transition: color 0.2s ease;
    }

    .mobile-cat-bullet-icon {
        font-size: 1.15rem;
        color: var(--tema-renk-primary, #8b1d1d);
        opacity: 0.85;
    }

    .mobile-cat-toggle-btn {
        background: none;
        border: none;
        color: #777777;
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 0.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 0.25s ease, color 0.25s ease;
    }

    .mobile-cat-tree-item.open .mobile-cat-toggle-btn {
        transform: rotate(180deg);
        color: var(--tema-renk-primary, #8b1d1d);
    }

    /* Alt Kategoriler Listesi (İnce Sol Çizgili Kibar Ağaç) */
    .mobile-cat-sub-list {
        list-style: none;
        padding-left: 1.5rem;
        margin: 0.2rem 0;
        display: none;
        flex-direction: column;
        gap: 0.2rem;
        border-left: 0.0625rem solid rgba(139, 29, 29, 0.12);
    }

    .mobile-cat-tree-item.open .mobile-cat-sub-list {
        display: flex;
    }

    .mobile-cat-sub-item {
        padding: 0.25rem 0;
    }

    .mobile-cat-sub-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-cat-sub-link {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        text-decoration: none !important;
        color: #444444;
        font-size: 0.875rem;
        font-weight: 500;
        transition: color 0.2s ease;
    }

    .mobile-subcat-icon {
        font-size: 1rem;
        color: rgba(139, 29, 29, 0.5);
    }

    .mobile-cat-sub-toggle-btn {
        background: none;
        border: none;
        color: #888888;
        font-size: 1.1rem;
        cursor: pointer;
        transition: transform 0.25s ease;
    }

    .mobile-cat-sub-item.open .mobile-cat-sub-toggle-btn {
        transform: rotate(180deg);
        color: var(--tema-renk-primary, #8b1d1d);
    }

    .mobile-cat-child-list {
        list-style: none;
        padding-left: 1.25rem;
        margin: 0.2rem 0;
        display: none;
        flex-direction: column;
        gap: 0.15rem;
        border-left: 0.0625rem solid rgba(117, 103, 87, 0.12);
    }

    .mobile-cat-sub-item.open .mobile-cat-child-list {
        display: flex;
    }

    .mobile-cat-child-link {
        text-decoration: none !important;
        color: #666666;
        font-size: 0.8rem;
        font-weight: 400;
        transition: color 0.2s ease;
    }

    /* Kibar Footer Butonu */
    .mobile-drawer-footer {
        padding: 0.6rem 1rem 1rem 1rem;
        border-top: 0.0625rem solid rgba(117, 103, 87, 0.08);
        background: #ffffff;
    }

    .mobile-drawer-all-products-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 100%;
        padding: 0.7rem;
        background: linear-gradient(135deg, var(--tema-renk-primary, #8b1d1d) 0%, #a81919 100%);
        color: #ffffff;
        font-weight: 600;
        font-size: 0.9rem;
        border-radius: 0.4rem;
        text-decoration: none !important;
        box-shadow: 0 0.25rem 0.75rem rgba(139, 29, 29, 0.2);
    }

    /* Google Mağaza Kalitesi Rozetini Mobil Alt Menünün Üstüne Kaldırma (Transform İle Stabil Yükseltme) */
    #google-badge-data,
    div[id*="merchant"],
    div[class*="merchant"],
    .gapi_badge {
        transform: translateY(-4.2rem) !important;
        z-index: 9990 !important;
    }
}

/* ==========================================================================
   MAĞAZAMIZ & İLETİŞİM HARİTA VE YOL TARİFİ BUTONU STİLLERİ
   ========================================================================== */
.contact-map-wrapper {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-map-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--tema-renk-primary, #8b1d1d);
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-map-container {
    width: 100%;
    height: 25rem;
    border-radius: 0.875rem;
    overflow: hidden;
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.06);
    background-color: #f8fafc;
}

.contact-map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.map-actions-wrapper,
.contact-map-action-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0.75rem;
}

.btn-directions,
.btn-directions-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 0.875rem 1.75rem;
    background: linear-gradient(135deg, var(--tema-renk-primary, #8b1d1d) 0%, #a81919 100%);
    color: #ffffff !important;
    font-family: var(--tema-font-family), sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 0.5rem;
    text-decoration: none !important;
    box-shadow: 0 0.25rem 1rem rgba(139, 29, 29, 0.2);
    transition: all 0.25s ease;
    cursor: pointer;
}

.btn-directions:hover,
.btn-directions-link:hover {
    background: linear-gradient(135deg, #6e1717 0%, #8b1d1d 100%);
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.375rem 1.25rem rgba(139, 29, 29, 0.3);
    color: #ffffff !important;
}

.btn-directions .material-symbols-outlined,
.btn-directions-link .material-symbols-outlined {
    font-size: 1.25rem;
    color: #ffffff;
}

@media (max-width: 40rem) {
    .contact-map-container {
        height: 18rem;
        border-radius: 0.625rem;
    }

    .btn-directions,
    .btn-directions-link {
        width: 100%;
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
}

/* ---------------------------------------------------- */
/* 1 Ağustos 2026 Yönetmelik Uyumu: Fiyat Geçmişi & Modal */
/* ---------------------------------------------------- */

.old-price-container {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.btn-price-history-trigger {
    background: transparent;
    border: none;
    padding: 0.125rem;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tema-renk-primary, #8b1d1d);
    opacity: 0.75;
    transition: all 0.2s ease;
    border-radius: 0.25rem;
}

.btn-price-history-trigger:hover {
    opacity: 1;
    transform: scale(1.15);
    background-color: rgba(139, 29, 29, 0.08);
}

.btn-price-history-trigger .material-symbols-outlined {
    font-size: 1.1rem;
}

.price-history-badge-info {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: var(--tema-renk-metin-mutsuz, #64748b);
    margin-top: 0.25rem;
}

/* Modal Backdrop */
.ph-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ph-modal-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* Modal Container */
.ph-modal-container {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 1rem 3.5rem rgba(0, 0, 0, 0.22);
    width: 100%;
    max-width: 48rem;
    overflow: hidden;
    transform: translateY(1.5rem) scale(0.96);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
}

.btn-ph-inline {
    background: transparent;
    border: none;
    color: #64748b;
    padding: 0.25rem;
    cursor: pointer;
    border-radius: 0.375rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    vertical-align: middle;
    margin-left: 0.375rem;
}

.btn-ph-inline:hover {
    color: var(--tema-renk-primary, #8b1d1d);
    background-color: rgba(139, 29, 29, 0.08);
}

.btn-ph-inline .material-symbols-outlined {
    font-size: 1.15rem;
}

.ph-modal-backdrop.active .ph-modal-container {
    transform: translateY(0) scale(1);
}

/* Modal Header */
.ph-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    border-bottom: 0.0625rem solid #f1f5f9;
    background-color: #f8fafc;
}

.ph-header-title-box {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.ph-header-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(139, 29, 29, 0.12) 0%, rgba(139, 29, 29, 0.05) 100%);
    color: var(--tema-renk-primary, #8b1d1d);
    flex-shrink: 0;
}

.ph-header-icon-wrapper .material-symbols-outlined {
    font-size: 1.625rem;
    line-height: 1;
    display: block;
}

.ph-modal-title {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.ph-modal-subtitle {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0.1875rem 0 0 0;
}

.ph-modal-close {
    background: transparent;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.ph-modal-close:hover {
    background-color: #e2e8f0;
    color: #0f172a;
}

/* Regulation Badge */
.ph-regulation-badge {
    background-color: #fefce8;
    border-bottom: 0.0625rem solid #fef08a;
    color: #713f12;
    padding: 0.875rem 2rem;
    font-size: 0.825rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    line-height: 1.4;
}

.ph-regulation-badge .material-symbols-outlined {
    font-size: 1.25rem;
    color: #ca8a04;
    flex-shrink: 0;
}

/* Modal Body */
.ph-modal-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Stats Grid */
.ph-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.ph-stat-card {
    background-color: #f8fafc;
    border: 0.0625rem solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1rem 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.ph-stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    color: #64748b;
}

.ph-stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.ph-stat-lowest .ph-stat-value {
    color: #16a34a;
}

.ph-stat-current .ph-stat-value {
    color: var(--tema-renk-primary, #8b1d1d);
}

/* Chart Container */
.ph-chart-wrapper {
    border: 0.0625rem solid #e2e8f0;
    border-radius: 0.875rem;
    padding: 1.25rem 1.5rem;
    background-color: #ffffff;
}

.ph-chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 1rem;
}

.ph-chart-legend {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 400;
}

.ph-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.ph-legend-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    display: inline-block;
}

.ph-legend-dot.ph-legend-all {
    background-color: #64748b;
}

.ph-legend-dot.ph-legend-recent {
    background-color: #16a34a;
}

.ph-chart-box {
    position: relative;
    width: 100%;
    min-height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SVG Chart Elements */
.ph-svg-canvas {
    width: 100%;
    height: auto;
    overflow: visible;
}

.ph-grid-line {
    stroke: #e2e8f0;
    stroke-dasharray: 0.25rem 0.25rem;
    stroke-width: 0.0625rem;
}

.ph-axis-label {
    font-size: 0.7rem;
    fill: #94a3b8;
    font-family: var(--tema-font-family), sans-serif;
}

.ph-axis-label.ph-axis-recent {
    fill: #15803d;
    font-weight: 600;
}

.ph-chart-path-all {
    fill: none;
    stroke: #64748b;
    stroke-width: 0.15rem;
    stroke-dasharray: 0.3rem 0.3rem;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ph-chart-path-recent {
    fill: none;
    stroke: #16a34a;
    stroke-width: 0.2rem;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ph-chart-circle.ph-point-all {
    stroke: #64748b;
    fill: #ffffff;
    stroke-width: 0.15rem;
}

.ph-chart-circle.ph-point-recent {
    stroke: #16a34a;
    fill: #ffffff;
    stroke-width: 0.1875rem;
}

.ph-chart-circle-hover {
    fill: transparent;
    stroke: transparent;
    cursor: pointer;
}

.ph-chart-point-group.ph-point-recent:hover .ph-chart-circle {
    fill: #16a34a;
    r: 0.5rem;
}

.ph-chart-point-group.ph-point-all:hover .ph-chart-circle {
    fill: #64748b;
    r: 0.5rem;
}

.ph-chart-tooltip {
    position: absolute;
    background-color: #0f172a;
    color: #ffffff;
    padding: 0.625rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -100%);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
    z-index: 20;
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

.ph-tt-val {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
}

.ph-tt-date {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.125rem;
}

.ph-tt-tag {
    display: inline-block;
    background-color: #16a34a;
    color: #ffffff;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    margin-top: 0.375rem;
}

/* Loading & Empty States */
.ph-loading-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    color: #64748b;
    font-size: 0.85rem;
}

.ph-spinner {
    width: 2rem;
    height: 2rem;
    border: 0.2rem solid #e2e8f0;
    border-top-color: var(--tema-renk-primary, #8b1d1d);
    border-radius: 50%;
    animation: phSpin 0.8s linear infinite;
}

@keyframes phSpin {
    to { transform: rotate(360deg); }
}

.ph-chart-empty, .ph-chart-error {
    color: #64748b;
    font-size: 0.85rem;
    text-align: center;
    padding: 2rem 1rem;
}

/* Mobile Responsive */
@media (max-width: 48rem) {
    .ph-modal-backdrop {
        padding: 0.5rem;
    }

    .ph-modal-container {
        max-width: 100%;
        max-height: calc(100vh - 1rem);
        max-height: calc(100dvh - 1rem);
        border-radius: 0.75rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ph-modal-header {
        padding: 1rem 1.125rem;
    }

    .ph-header-icon-wrapper {
        width: 2.25rem;
        height: 2.25rem;
    }

    .ph-header-icon-wrapper .material-symbols-outlined {
        font-size: 1.35rem;
    }

    .ph-modal-title {
        font-size: 1.1rem;
    }

    .ph-modal-subtitle {
        font-size: 0.775rem;
    }

    .ph-regulation-badge {
        padding: 0.625rem 1.125rem;
        font-size: 0.75rem;
    }

    .ph-modal-body {
        padding: 1rem 1.125rem;
        gap: 1rem;
    }

    .ph-stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.375rem;
    }

    .ph-stat-card {
        padding: 0.5rem 0.375rem;
        border-radius: 0.5rem;
        align-items: center;
        text-align: center;
    }

    .ph-stat-label {
        font-size: 0.625rem;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .ph-stat-value {
        font-size: 0.875rem;
        white-space: nowrap;
    }

    .ph-chart-wrapper {
        padding: 0.875rem 1rem;
        border-radius: 0.75rem;
    }

    .ph-chart-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.375rem;
        margin-bottom: 0.5rem;
    }

    .ph-chart-legend {
        width: 100%;
        justify-content: flex-start;
        gap: 0.875rem;
        font-size: 0.72rem;
    }

    .ph-legend-item {
        white-space: nowrap;
    }

    .ph-chart-box {
        min-height: 10.5rem;
    }
}

/* ---------------------------------------------------- */
/* Doğrulanmış Satın Alım & Müşteri Yorum Sistemi */
/* ---------------------------------------------------- */

.verified-buyer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background-color: #ecfdf5;
    color: #047857;
    border: 0.0625rem solid #a7f3d0;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}

.verified-buyer-badge .material-symbols-outlined {
    font-size: 0.9rem;
    color: #10b981;
}

.verified-comment-box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
}

.verified-comment-box .icon {
    font-size: 1.75rem;
    flex-shrink: 0;
}

.verified-comment-text strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.verified-comment-text p {
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.45;
}

.verified-comment-login {
    background-color: #f8fafc;
    border: 0.0625rem solid #e2e8f0;
    color: #334155;
}

.verified-comment-login .icon {
    color: var(--tema-renk-primary, #8b1d1d);
}

.verified-comment-login a {
    color: var(--tema-renk-primary, #8b1d1d);
    font-weight: 600;
    text-decoration: underline;
}

.verified-comment-warning {
    background-color: #fefce8;
    border: 0.0625rem solid #fef08a;
    color: #713f12;
}

.verified-comment-warning .icon {
    color: #ca8a04;
}

.verified-comment-success {
    background-color: #ecfdf5;
    border: 0.0625rem solid #a7f3d0;
    color: #065f46;
}

.verified-comment-success .icon {
    color: #10b981;
}

/* ---------------------------------------------------- */
/* Yapay Zeka (AI) Görsel Rozeti & Bilgilendirmesi */
/* ---------------------------------------------------- */

.main-image-viewport {
    position: relative;
}

/* Premium Yapay Zeka Görsel İkonu & Hover Açılır Metin */
.ai-image-badge-premium {
    position: absolute;
    top: 0.875rem;
    right: 0.875rem;
    height: 2.25rem;
    min-width: 2.25rem;
    max-width: 2.25rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    color: var(--tema-renk-primary, #8b1d1d);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    border-radius: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0.5rem;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
    transition: max-width 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    white-space: nowrap;
}

.ai-image-badge-premium:hover,
.ai-image-badge-premium:focus {
    max-width: 12rem;
    background: #ffffff;
    border-color: var(--tema-renk-primary, #8b1d1d);
    box-shadow: 0 0.375rem 1.25rem rgba(139, 29, 29, 0.15);
    padding-right: 0.875rem;
}

.slider-ai-badge {
    top: 1.25rem;
    right: 1.25rem;
    z-index: 10;
}

.ai-image-badge-premium .icon {
    font-size: 1.2rem;
    color: var(--tema-renk-primary, #8b1d1d);
    flex-shrink: 0;
    line-height: 1;
}

.ai-image-badge-premium .badge-text {
    font-size: 0.775rem;
    font-weight: 600;
    color: #1e293b;
    margin-left: 0.375rem;
    opacity: 0;
    transform: translateX(-0.375rem);
    transition: opacity 0.25s ease 0.05s, transform 0.25s ease 0.05s;
    pointer-events: none;
}

.ai-image-badge-premium:hover .badge-text,
.ai-image-badge-premium:focus .badge-text {
    opacity: 1;
    transform: translateX(0);
}

.card-ai-badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(0.25rem);
    color: var(--tema-renk-primary, #8b1d1d);
    border: 0.0625rem solid var(--tema-renk-kenarlik, #e2dcd5);
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.1875rem 0.4375rem;
    border-radius: 0.375rem;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    z-index: 4;
    pointer-events: none;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
    letter-spacing: 0.02rem;
}

.card-ai-badge .material-symbols-outlined {
    font-size: 0.8rem;
    color: var(--tema-renk-primary, #8b1d1d);
}

/* Yapay Zeka (AI) Özel Modal Tasarımı */
.ai-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(0.25rem);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ai-modal-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.ai-modal-container {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 28rem;
    overflow: hidden;
    transform: translateY(1rem) scale(0.96);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    border: 0.0625rem solid #e2e8f0;
}

.ai-modal-backdrop.active .ai-modal-container {
    transform: translateY(0) scale(1);
}

.ai-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    background-color: #f8fafc;
    border-bottom: 0.0625rem solid #f1f5f9;
}

.ai-header-icon-box {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    background: linear-gradient(135deg, rgba(139, 29, 29, 0.12) 0%, rgba(139, 29, 29, 0.04) 100%);
    color: var(--tema-renk-primary, #8b1d1d);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.ai-header-icon-box .material-symbols-outlined {
    font-size: 1.5rem;
}

.ai-modal-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    flex-grow: 1;
}

.ai-modal-close {
    background: transparent;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 0.375rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.ai-modal-close:hover {
    background-color: #e2e8f0;
    color: #0f172a;
}

.ai-modal-body {
    padding: 1.5rem;
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.55;
}

.ai-modal-body p {
    margin: 0;
}

.ai-modal-footer {
    padding: 1rem 1.5rem 1.25rem 1.5rem;
    display: flex;
    justify-content: flex-end;
    background-color: #ffffff;
}

.btn-ai-modal-ok {
    background-color: var(--tema-renk-primary, #8b1d1d);
    color: #ffffff;
    border: none;
    padding: 0.625rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-ai-modal-ok:hover {
    background-color: #6b1414;
    transform: translateY(-0.0625rem);
}

/* FLO Esintili Birleşik Fiyat & Taksit Yapışık Sekmeler Kutusu */
.product-installment-promo-box,
.unified-price-installment-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 1px solid rgba(117, 103, 87, 0.12);
    border-radius: 0;
    /* Köşeli birleşik tasarım */
    padding: 1.125rem 1.25rem 0 1.25rem;
    margin-top: 0;
    margin-bottom: 1rem;
    transition: all 0.2s ease;
    overflow: hidden;
}

.unified-price-installment-card .installment-promo-header {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed rgba(117, 103, 87, 0.15);
}

.installment-promo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #594a47;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.01rem;
    transition: color 0.2s ease;
    padding-bottom: 0.25rem;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.installment-promo-header .promo-text {
    flex: 1;
    min-width: 0;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #594a47;
}

.installment-promo-header:hover {
    color: var(--tema-renk-primary, #8b1d1d);
}

.installment-promo-header .promo-text strong {
    font-weight: 600;
    color: var(--tema-renk-primary, #8b1d1d);
}

.installment-promo-header .promo-arrow {
    font-size: 1.15rem;
    color: #9e8d89;
    transition: transform 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
    margin-left: 0.375rem;
}

.installment-promo-header:hover .promo-arrow {
    transform: translateX(0.1875rem);
    color: var(--tema-renk-primary, #8b1d1d);
}

/* 9 Anlaşmalı Banka Kesintisiz Otomatik Kayan Bant (Ticker Marquee) */
.bank-logos-mini-strip {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
    border-top: 0.0625rem dashed #e6d5c8;
    position: relative;
}

.bank-logos-ticker-track {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: max-content;
    animation: bankLogoMarquee 22s linear infinite;
    will-change: transform;
}

.bank-logos-mini-strip:hover .bank-logos-ticker-track,
.bank-logos-mini-strip:active .bank-logos-ticker-track {
    animation-play-state: paused;
}

@keyframes bankLogoMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.bank-logo-img {
    height: 0.9rem;
    max-width: 3.25rem;
    object-fit: contain;
    flex: 0 0 auto;
    flex-shrink: 0;
    filter: grayscale(15%);
    opacity: 0.88;
    transition: all 0.2s ease;
}

.bank-logo-img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.08);
}

/* Advantage ve Bankkart Logoları İçin Görsel Boyut Dengelemesi */
.bank-logo-img[src*="advantage"],
.bank-logo-img[src*="bankkart"] {
    height: 1.15rem !important;
    max-width: 4rem !important;
    transform: scale(1.15);
}

.bank-logo-img[src*="advantage"]:hover,
.bank-logo-img[src*="bankkart"]:hover {
    transform: scale(1.25);
}

/* Alt Çerçeveye Yapışık Sekme (Tab) Yapısı (Mobil Uyumlu 3 Yan Yana Buton) */
.installment-bottom-tabs {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: calc(100% + 2.5rem);
    max-width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    border-top: 0.0625rem solid rgba(117, 103, 87, 0.12);
    background-color: #f3eae0;
    box-sizing: border-box;
}

.payment-attached-tab {
    flex: 1 1 0;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.55rem 0.25rem;
    font-size: 0.725rem;
    font-weight: 600;
    color: #4a3e3d;
    background-color: #f3eae0;
    border: none;
    border-right: 0.0625rem solid #ebdcd0;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

.payment-attached-tab:last-child {
    border-right: none;
}

.payment-attached-tab:hover,
.payment-attached-tab:focus {
    background-color: #ffffff;
    color: var(--tema-renk-primary, #8b1d1d);
    outline: none;
}

.payment-attached-tab .icon {
    font-size: 0.95rem;
    flex-shrink: 0;
}

.tab-cc .icon { color: #2563eb; }
.tab-eft .icon { color: #16a34a; }
.tab-cod .icon { color: #d97706; }

@media (max-width: 48rem) {
    html, body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }
    .product-detail-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .price-value-inclusive {
        font-size: 1.5rem !important;
    }
    .price-row-exclusive {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        gap: 0.25rem !important;
        width: 100% !important;
        margin-top: 0.35rem !important;
    }
    .price-row-exclusive .label-tax-exclusive {
        font-size: 0.685rem !important;
        white-space: nowrap !important;
    }
    .price-row-exclusive .btn-price-history-trigger {
        font-size: 0.65rem !important;
        padding: 0.12rem 0.35rem !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        margin-left: auto !important;
    }
    .price-new-badge-row {
        flex-wrap: wrap !important;
        gap: 0.35rem !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .product-price-box,
    .product-installment-promo-box,
    .unified-price-installment-card {
        padding: 0.75rem 0.75rem 0 0.75rem !important;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .installment-bottom-tabs {
        flex-direction: row !important;
        width: calc(100% + 1.5rem);
        max-width: calc(100% + 1.5rem);
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .payment-attached-tab {
        flex: 1 1 0;
        min-width: 0;
        border-right: 0.0625rem solid #ebdcd0;
        border-bottom: none;
        padding: 0.5rem 0.15rem;
        font-size: 0.685rem;
        justify-content: center;
        width: auto;
    }
    .payment-attached-tab:last-child {
        border-right: none;
    }
    .installment-promo-header {
        font-size: 0.75rem;
    }
}

/* Ödeme Seçenekleri Sekmesi İç Yapı (Modern & Lüks Kart Listesi) */
.panel-inner-payment h4 {
    font-family: var(--tema-font-headings), serif;
    font-size: 1.35rem;
    color: var(--tema-renk-primary, #8b1d1d);
    margin-bottom: 1.25rem;
    font-weight: 500;
}

.payment-methods-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-methods-list li {
    display: flex;
    align-items: center;
    gap: 1.125rem;
    padding: 1.125rem 1.25rem;
    background-color: var(--tema-renk-bg-light, #faf9f6);
    border: 1px solid rgba(117, 103, 87, 0.12);
    border-radius: 0;
    transition: all 0.2s ease;
}

.payment-methods-list li:hover {
    border-color: var(--tema-renk-primary, #8b1d1d);
    box-shadow: 0 0.25rem 0.75rem rgba(139, 29, 29, 0.05);
}

.payment-methods-list li .icon {
    font-family: 'Material Symbols Outlined', sans-serif !important;
    font-size: 1.6rem !important;
    width: 2.85rem !important;
    height: 2.85rem !important;
    min-width: 2.85rem !important;
    min-height: 2.85rem !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(117, 103, 87, 0.2) !important;
    color: var(--tema-renk-primary, #8b1d1d) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 2.85rem !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    direction: ltr !important;
}

.payment-methods-list li strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2d2625;
    margin-bottom: 0.25rem;
}

.payment-methods-list li p {
    font-size: 0.825rem;
    color: #665856;
    margin: 0;
    line-height: 1.45;
}

/* ==========================================================================
   TÜM BUTONLAR İÇİN MASTER STANDARTLAŞTIRMA VE YÜKSEK KONTRASTLI HOVER SİSTEMİ
   ========================================================================== */

/* 1. Kırmızı / Bordo (Primary) Butonlar İçin Standardizasyon */
.checkout-submit-button,
.btn-cart-goto,
.add-to-cart-submit-btn,
.auth-submit-btn,
.btn-browse-products,
.btn-go-detail,
.btn-confirm-ok,
.btn-register-complete,
.btn-apply-coupon,
.btn-support-submit,
.newsletter-btn,
.btn-directions-link,
.btn-directions,
.btn-ticket-detail,
.btn-profile-edit,
.btn-user-cancel-order,
.btn-agreement-ok,
.btn-modal-submit,
.btn-notify-submit,
.btn-primary-custom,
.submit-review-btn,
.btn-select-address,
.btn-notify-done,
.btn-wishlist-remove-card,
.btn-cookie-accept,
.btn-cookie-save,
.btn-ai-modal-ok,
.apple-mock-btn-submit {
    color: #ffffff !important;
    background-color: var(--tema-renk-primary, #8b1d1d);
    border: 0.0625rem solid transparent;
    text-decoration: none !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.checkout-submit-button:hover,
.checkout-submit-button:focus,
.checkout-submit-button:active,
.btn-cart-goto:hover,
.btn-cart-goto:focus,
.btn-cart-goto:active,
.add-to-cart-submit-btn:hover,
.add-to-cart-submit-btn:focus,
.add-to-cart-submit-btn:active,
.auth-submit-btn:hover,
.auth-submit-btn:focus,
.auth-submit-btn:active,
.btn-browse-products:hover,
.btn-browse-products:focus,
.btn-browse-products:active,
.btn-go-detail:hover,
.btn-go-detail:focus,
.btn-go-detail:active,
.btn-confirm-ok:hover,
.btn-confirm-ok:focus,
.btn-confirm-ok:active,
.btn-register-complete:hover,
.btn-register-complete:focus,
.btn-register-complete:active,
.btn-apply-coupon:hover,
.btn-apply-coupon:focus,
.btn-apply-coupon:active,
.btn-support-submit:hover,
.btn-support-submit:focus,
.btn-support-submit:active,
.newsletter-btn:hover,
.newsletter-btn:focus,
.newsletter-btn:active,
.btn-directions-link:hover,
.btn-directions-link:focus,
.btn-directions-link:active,
.btn-directions:hover,
.btn-directions:focus,
.btn-directions:active,
.btn-ticket-detail:hover,
.btn-ticket-detail:focus,
.btn-ticket-detail:active,
.btn-profile-edit:hover,
.btn-profile-edit:focus,
.btn-profile-edit:active,
.btn-user-cancel-order:hover,
.btn-user-cancel-order:focus,
.btn-user-cancel-order:active,
.btn-agreement-ok:hover,
.btn-agreement-ok:focus,
.btn-agreement-ok:active,
.btn-modal-submit:hover,
.btn-modal-submit:focus,
.btn-modal-submit:active,
.btn-notify-submit:hover,
.btn-notify-submit:focus,
.btn-notify-submit:active,
.btn-primary-custom:hover,
.btn-primary-custom:focus,
.btn-primary-custom:active,
.submit-review-btn:hover,
.submit-review-btn:focus,
.submit-review-btn:active,
.btn-select-address:hover,
.btn-select-address:focus,
.btn-select-address:active,
.btn-notify-done:hover,
.btn-notify-done:focus,
.btn-notify-done:active,
.btn-wishlist-remove-card:hover,
.btn-wishlist-remove-card:focus,
.btn-wishlist-remove-card:active,
.btn-cookie-accept:hover,
.btn-cookie-accept:focus,
.btn-cookie-accept:active,
.btn-cookie-save:hover,
.btn-cookie-save:focus,
.btn-cookie-save:active,
.btn-ai-modal-ok:hover,
.btn-ai-modal-ok:focus,
.btn-ai-modal-ok:active,
.apple-mock-btn-submit:hover,
.apple-mock-btn-submit:focus,
.apple-mock-btn-submit:active {
    color: #ffffff !important;
    background-color: #6f1414 !important;
    border-color: #6f1414 !important;
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.375rem 1.25rem rgba(111, 20, 20, 0.3) !important;
    text-decoration: none !important;
}

/* Kırmızı Butonların İçindeki Metin ve İkonların Beyaz Kalmasını Garanti Altına Al */
.checkout-submit-button *,
.checkout-submit-button:hover *,
.btn-cart-goto *,
.btn-cart-goto:hover *,
.add-to-cart-submit-btn *,
.add-to-cart-submit-btn:hover *,
.auth-submit-btn *,
.auth-submit-btn:hover *,
.btn-browse-products *,
.btn-browse-products:hover *,
.btn-go-detail *,
.btn-go-detail:hover *,
.btn-confirm-ok *,
.btn-confirm-ok:hover *,
.btn-register-complete *,
.btn-register-complete:hover *,
.btn-apply-coupon *,
.btn-apply-coupon:hover *,
.btn-support-submit *,
.btn-support-submit:hover *,
.newsletter-btn *,
.newsletter-btn:hover *,
.btn-directions-link *,
.btn-directions-link:hover *,
.btn-directions *,
.btn-directions:hover *,
.btn-ticket-detail *,
.btn-ticket-detail:hover *,
.btn-profile-edit *,
.btn-profile-edit:hover *,
.btn-user-cancel-order *,
.btn-user-cancel-order:hover *,
.btn-agreement-ok *,
.btn-agreement-ok:hover *,
.btn-modal-submit *,
.btn-modal-submit:hover *,
.btn-notify-submit *,
.btn-notify-submit:hover *,
.btn-primary-custom *,
.btn-primary-custom:hover *,
.submit-review-btn *,
.submit-review-btn:hover *,
.btn-select-address *,
.btn-select-address:hover * {
    color: #ffffff !important;
}

/* 2. İkincil / Açık Renk (Secondary & Outline) Butonlar İçin Standardizasyon */
.btn-cart-continue,
.btn-confirm-cancel,
.btn-close-modal,
.btn-change-address,
.btn-outline-back,
.btn-home-back,
.btn-user-return-request,
.btn-remove-coupon,
.btn-filter-apply,
.btn-stock-view,
.btn-stock-cancel,
.btn-cookie-customize,
.btn-cookie-reject,
.apple-mock-btn-cancel {
    font-weight: 600;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none !important;
    cursor: pointer;
}

.btn-cart-continue:hover,
.btn-confirm-cancel:hover,
.btn-close-modal:hover,
.btn-change-address:hover,
.btn-outline-back:hover,
.btn-home-back:hover,
.btn-filter-apply:hover {
    background-color: #f0ede6 !important;
    color: var(--tema-renk-primary, #8b1d1d) !important;
    border-color: rgba(139, 29, 29, 0.4) !important;
    transform: translateY(-0.0625rem);
    text-decoration: none !important;
}

.btn-cart-continue:hover *,
.btn-confirm-cancel:hover *,
.btn-close-modal:hover *,
.btn-change-address:hover *,
.btn-outline-back:hover *,
.btn-home-back:hover *,
.btn-filter-apply:hover * {
    color: var(--tema-renk-primary, #8b1d1d) !important;
}

/* ==========================================
   SEO Hero & SEO Article & FAQ Accordion Styles
   ========================================== */
.home-seo-hero {
    background: linear-gradient(135deg, rgba(139, 29, 29, 0.04) 0%, rgba(247, 244, 237, 0.9) 100%);
    border-bottom: 0.0625rem solid rgba(139, 29, 29, 0.08);
    padding: 2.5rem 1.25rem;
    text-align: center;
    margin-bottom: 2rem;
}

.home-seo-hero-inner {
    max-width: 50rem;
    margin: 0 auto;
}

.home-main-h1 {
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--tema-renk-primary, #8b1d1d);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02rem;
    line-height: 1.3;
}

.home-main-subtitle {
    font-size: 1rem;
    color: #5a4e4d;
    line-height: 1.6;
    margin: 0;
}

.home-seo-article-section {
    padding: 3.5rem 1.25rem;
    background-color: #faf9f6;
    border-top: 0.0625rem solid rgba(117, 103, 87, 0.08);
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.08);
    margin-top: 3rem;
}

.home-seo-article-container {
    max-width: 60rem;
    margin: 0 auto;
}

.seo-article-content {
    background-color: #ffffff;
    padding: 2.25rem;
    border-radius: 0.75rem;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.03);
    border: 0.0625rem solid rgba(117, 103, 87, 0.1);
    color: #4a3e3d;
    line-height: 1.75;
}

.seo-article-content p {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

.seo-article-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--tema-renk-primary, #8b1d1d);
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.seo-article-content ul {
    margin: 1rem 0 1.25rem 1.5rem;
    padding: 0;
}

.seo-article-content li {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
}

.home-faq-section {
    padding: 3.5rem 1.25rem;
    background-color: #ffffff;
}

.home-faq-container {
    max-width: 52rem;
    margin: 0 auto;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.faq-item {
    background-color: #faf9f6;
    border: 0.0625rem solid rgba(117, 103, 87, 0.15);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item[open] {
    border-color: var(--tema-renk-primary, #8b1d1d);
    box-shadow: 0 0.25rem 0.75rem rgba(139, 29, 29, 0.06);
}

.faq-question {
    padding: 1.125rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    color: #2c2221;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    list-style: none;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-icon {
    font-size: 1.5rem;
    color: var(--tema-renk-primary, #8b1d1d);
    transition: transform 0.25s ease;
}

.faq-item[open] .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1.25rem 1.25rem 1.25rem;
    font-size: 0.9375rem;
    color: #5a4e4d;
    line-height: 1.65;
    border-top: 0.0625rem dashed rgba(117, 103, 87, 0.15);
    margin-top: 0.25rem;
    padding-top: 1rem;
}

/* ==========================================
   Blog Listing & Detail Page Styles
   ========================================== */
.blog-page-container,
.blog-detail-container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 4rem 1.25rem;
}

.blog-hero-header {
    text-align: center;
    padding: 2.5rem 1rem;
    background: linear-gradient(135deg, rgba(139, 29, 29, 0.03) 0%, rgba(247, 244, 237, 0.8) 100%);
    border-radius: 0.75rem;
    border: 0.0625rem solid rgba(139, 29, 29, 0.08);
    margin-bottom: 2.5rem;
}

.blog-main-h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--tema-renk-primary, #8b1d1d);
    margin-bottom: 0.5rem;
}

.blog-main-sub {
    font-size: 1rem;
    color: #6a5e5d;
    margin: 0;
}

.blog-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    gap: 2rem;
}

.blog-card {
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.12);
    border-radius: 0.75rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 0.75rem 1.75rem rgba(139, 29, 29, 0.08);
    border-color: var(--tema-renk-primary, #8b1d1d);
}

.blog-card-image-wrap {
    width: 100%;
    height: 14rem;
    overflow: hidden;
    background-color: #faf9f6;
    position: relative;
}

.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.04);
}

.blog-card-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(139, 29, 29, 0.3);
}

.blog-card-img-placeholder span {
    font-size: 4rem;
}

.blog-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-date {
    font-size: 0.8125rem;
    color: #8c7e7d;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.6rem;
}

.blog-card-date .icon {
    font-size: 0.95rem;
}

.blog-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0.75rem;
}

.blog-card-title a {
    color: #2c2221;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card-title a:hover {
    color: var(--tema-renk-primary, #8b1d1d);
}

.blog-card-excerpt {
    font-size: 0.90625rem;
    color: #5a4e4d;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.blog-card-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--tema-renk-primary, #8b1d1d);
    text-decoration: none;
    transition: gap 0.2s ease;
}

.blog-card-read-btn:hover {
    gap: 0.65rem;
}

/* Blog Detail Layout */
.blog-detail-layout {
    display: grid;
    grid-template-columns: 1fr 20rem;
    gap: 2.5rem;
    margin-top: 1.5rem;
}

@media (max-width: 62rem) {
    .blog-detail-layout {
        grid-template-columns: 1fr;
    }
}

.blog-detail-main {
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.12);
    border-radius: 0.75rem;
    padding: 2.25rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.02);
}

.blog-detail-title {
    font-size: 1.95rem;
    font-weight: 700;
    color: #2c2221;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.blog-detail-meta {
    display: flex;
    gap: 1.5rem;
    font-size: 0.84375rem;
    color: #7a6c6b;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid rgba(117, 103, 87, 0.1);
    margin-bottom: 1.75rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.meta-item .icon {
    font-size: 1rem;
    color: var(--tema-renk-primary, #8b1d1d);
}

.blog-detail-cover {
    width: 100%;
    max-height: 25rem;
    overflow: hidden;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.blog-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #3d3231;
}

.blog-detail-content p {
    margin-bottom: 1.25rem;
}

.blog-detail-content h2,
.blog-detail-content h3 {
    color: var(--tema-renk-primary, #8b1d1d);
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.blog-detail-content ul,
.blog-detail-content ol {
    margin: 1rem 0 1.25rem 1.5rem;
    padding: 0;
}

.blog-detail-content li {
    margin-bottom: 0.5rem;
}

.blog-detail-content a {
    color: var(--tema-renk-primary, #8b1d1d);
    font-weight: 600;
    text-decoration: underline;
}

.blog-cta-box {
    margin-top: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(139, 29, 29, 0.06) 0%, rgba(247, 244, 237, 0.95) 100%);
    border: 0.0625rem solid rgba(139, 29, 29, 0.15);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.blog-cta-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--tema-renk-primary, #8b1d1d);
    margin-bottom: 0.4rem;
}

.blog-cta-content p {
    font-size: 0.90625rem;
    color: #5a4e4d;
    margin: 0;
}

.btn-blog-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.35rem;
    background-color: var(--tema-renk-primary, #8b1d1d) !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.90625rem;
    border-radius: 0.375rem;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.btn-blog-cta *,
.btn-blog-cta span {
    color: #ffffff !important;
}

.btn-blog-cta:hover {
    background-color: #6f1616 !important;
    color: #ffffff !important;
    transform: translateY(-0.125rem);
    text-decoration: none !important;
}

.btn-blog-cta:hover *,
.btn-blog-cta:hover span {
    color: #ffffff !important;
}

/* Blog Sidebar */
.sidebar-widget {
    background-color: #ffffff;
    border: 0.0625rem solid rgba(117, 103, 87, 0.12);
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.02);
}

.widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--tema-renk-primary, #8b1d1d);
    margin-bottom: 0.5rem;
}

.widget-divider {
    height: 0.125rem;
    background-color: var(--tema-renk-primary, #8b1d1d);
    width: 2.5rem;
    margin-bottom: 1.25rem;
}

.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recent-post-item {
    border-bottom: 0.0625rem dashed rgba(117, 103, 87, 0.15);
    padding-bottom: 0.75rem;
}

.recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-post-link {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-decoration: none;
}

.recent-post-title {
    font-size: 0.90625rem;
    font-weight: 600;
    color: #3d3231;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.recent-post-link:hover .recent-post-title {
    color: var(--tema-renk-primary, #8b1d1d);
}

.recent-post-date {
    font-size: 0.78125rem;
    color: #8c7e7d;
}