/* ========================================
   Ürün Detay Sayfası Modern Tasarım
   ======================================== */

/* Breadcrumb */
.urun-breadcrumb {
    background: linear-gradient(135deg, #0B0C0D 0%, #131518 100%);
    padding: 40px 0;
    margin-bottom: 48px;
    border-radius: 0 0 30px 30px;
}

.urun-breadcrumb .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.urun-breadcrumb .breadcrumb a {
    color: #9B30FF;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}

.urun-breadcrumb .breadcrumb a:hover {
    color: #F8F8FF;
}

.urun-breadcrumb .breadcrumb a i {
    margin-right: 6px;
}

.urun-breadcrumb .breadcrumb span {
    color: #6B7280;
    font-size: 14px;
}

.urun-breadcrumb h1 {
    color: #F8F8FF;
    font-size: 36px;
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.2;
}

/* Main Container */
.urun-detail-container {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(155, 48, 255, 0.1);
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 32px;
}

/* Detail Info */
.detail-info h1.title-detail {
    color: #F8F8FF !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* ========================================
   Fiyat bloğu – masaüstü
   ======================================== */
.product-price-cover {
    margin-bottom: 20px;
}

.product-price-cover .product-price {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px 0;
    float: none;
}

/* Yeni fiyat + Eski fiyat yan yana */
.product-price-row {
    display: flex;
    gap: 13px;
    flex-direction: row;
    width: auto;
    align-items: center;
}

.product-price .current-price {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #9B30FF !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.old-price {
    text-decoration: line-through;
    color: #6B7280 !important;
    font-size: 23px !important;
}

/* İndirim miktarı – hemen iki fiyatın altında, biraz boşlukla */
.save-price {
    margin-top: 8px;
    background: linear-gradient(135deg, #34C759 0%, #30D158 100%);
    padding: 6px 14px;
    border-radius: 8px;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    white-space: nowrap;
    width: 200px;
    text-align: center;
    padding: 10px;
    margin-left: 13px;
}

.product-price-brand {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    padding: 6px 10px;
    border: 1px solid rgba(155, 48, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
}

.product-price-brand img {
    max-width: 120px;
    height: auto;
    display: block;
}

.product-detail-rating {
    margin-bottom: 16px;
}

.product-detail-rating .product-rate {
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 12px;
    border-radius: 8px;
}

.product-detail-rating .font-small {
    color: #9FA4AA !important;
}

/* Ürün Detayı Alanı */
.urund .short-desc p {
    color: #E5E7EB !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

/* Detail Gallery */
.detail-gallery {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(155, 48, 255, 0.1);
    border-radius: 16px;
    padding: 16px;
    position: relative;
}

/* Ana Swiper Slider */
.urun-main-slider {
    width: 100%;
    border-radius: 12px;
    overflow: visible;
    margin-bottom: 16px;
    position: relative;
}

.urun-main-slider .swiper-wrapper {
    align-items: center;
}

.urun-main-slider.stoktayok::after {
    content: 'STOKTA YOK';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    background: rgba(255, 59, 48, 0.95);
    color: #fff;
    padding: 12px 32px;
    font-size: 24px;
    font-weight: 800;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0 8px 24px rgba(255, 59, 48, 0.4);
}

.urun-main-slider.stoktayok .swiper-slide {
    opacity: 0.4;
    filter: grayscale(80%);
}

.urun-main-slider .swiper-slide {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urun-main-slider .swiper-slide a {
    display: block;
    cursor: zoom-in;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    /* border: 1px solid rgba(155, 48, 255, 0.1); */
}

.urun-main-slider .swiper-slide a::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: rgba(155, 48, 255, 0.9);
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s ease;
}

.urun-main-slider .swiper-slide a:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.urun-main-slider .swiper-slide a:hover img {
    transform: scale(1.05);
}

.urun-main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    /* max-height: 600px; */
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* Swiper Navigation Buttons */
.urun-main-slider .swiper-button-next,
.urun-main-slider .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: rgba(155, 48, 255, 0.9);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.urun-main-slider .swiper-button-next:after,
.urun-main-slider .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.urun-main-slider .swiper-button-next:hover,
.urun-main-slider .swiper-button-prev:hover {
    background: #9B30FF;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(155, 48, 255, 0.4);
}

.urun-main-slider .swiper-button-disabled {
    opacity: 0.3;
}

/* Thumbnail Swiper */
.urun-thumb-slider {
    width: 100%;
    padding: 4px 0;
}

.urun-thumb-slider .swiper-wrapper {
    align-items: center;
}

.urun-thumb-slider .swiper-slide {
    width: 90px !important;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(155, 48, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0.6;
    background: rgba(255, 255, 255, 0.02);
}

.urun-thumb-slider .swiper-slide:hover {
    border-color: rgba(155, 48, 255, 0.5);
    opacity: 0.8;
    transform: translateY(-3px);
}

.urun-thumb-slider .swiper-slide-thumb-active {
    border-color: #9B30FF !important;
    box-shadow: 0 0 0 3px rgba(155, 48, 255, 0.2) !important;
    opacity: 1 !important;
    transform: translateY(-3px);
}

.urun-thumb-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 8px;
}

/* Fancybox Customization */
.fancybox__backdrop {
    background: rgba(11, 12, 13, 0.95);
}

.fancybox__container {
    --fancybox-bg: rgba(11, 12, 13, 0.95);
}

.fancybox__nav .carousel__button {
    background: rgba(155, 48, 255, 0.9);
    border-radius: 50%;
}

.fancybox__nav .carousel__button:hover {
    background: #9B30FF;
}

.fancybox__nav .carousel__button svg {
    filter: none;
    color: #fff;
}

/* Stok Kod Durum */
.stok_kod_durum {
    display: flex;
    gap: 24px;
    padding: 16px 0;
    flex-wrap: wrap;
}

.stok_kod_durum > div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    border: 1px solid rgba(155, 48, 255, 0.15);
}

.stok_kod_durum span {
    color: #9FA4AA;
    font-size: 14px;
}

.stok_kod_durum strong {
    color: #F8F8FF;
    font-size: 14px;
    font-weight: 600;
}

.stok_kod_durum .durum1,
.stok_kod_durum strong.durum1 {
    color: #34C759 !important;
}

.stok_kod_durum .durum0,
.stok_kod_durum strong.durum0 {
    color: #FF3B30 !important;
}

/* Aynı Stok Kodlu Ürünler - Minimal & Swiper */
.ayni-stok-container {
    margin-top: 20px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(155, 48, 255, 0.15);
    border-radius: 12px;
}

.ayni-stok-baslik {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(155, 48, 255, 0.15);
}

.ayni-stok-baslik i {
    font-size: 16px;
    color: #9B30FF;
}

.ayni-stok-baslik span:first-of-type {
    font-size: 14px;
    font-weight: 600;
    color: #E5E7EB;
    flex: 1;
}

.ayni-stok-count {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #9B30FF !important;
    background: rgba(155, 48, 255, 0.1);
    padding: 4px 10px;
    border-radius: 6px;
}

/* Swiper Container */
.ayni-stok-swiper {
    position: relative;
    padding: 0 30px;
}

.ayni-stok-swiper .swiper-wrapper {
    align-items: stretch;
}

.ayni-stok-item {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.02);
    border: 2px solid rgba(155, 48, 255, 0.15);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    height: 100%;
}

.ayni-stok-item:hover {
    transform: translateY(-3px);
    border-color: rgba(155, 48, 255, 0.4);
    box-shadow: 0 6px 16px rgba(155, 48, 255, 0.25);
}

.ayni-stok-item.aktif {
    border-color: #9B30FF;
    background: rgba(155, 48, 255, 0.05);
    box-shadow: 0 0 0 2px rgba(155, 48, 255, 0.15);
}

.ayni-stok-item.stokta-yok {
    opacity: 0.5;
}

.ayni-stok-item.stokta-yok:hover {
    opacity: 0.7;
}

.ayni-stok-resim {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.ayni-stok-resim img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform 0.3s ease;
}

.ayni-stok-item:hover .ayni-stok-resim img {
    transform: scale(1.08);
}

.aktif-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #9B30FF 0%, #BD5FFF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(155, 48, 255, 0.4);
    animation: badgePulse 2s ease-in-out infinite;
}

.aktif-badge i {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

.stok-badge {
    position: absolute;
    bottom: 6px;
    left: 6px;
    padding: 3px 8px;
    background: rgba(255, 59, 48, 0.9);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(255, 59, 48, 0.4);
}

.ayni-stok-baslik-text {
    padding: 10px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #D1D5DB;
    text-align: center;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
}

.ayni-stok-item:hover .ayni-stok-baslik-text {
    color: #F8F8FF;
}

/* Swiper Navigation Buttons */
.ayni-stok-next,
.ayni-stok-prev {
    width: 32px !important;
    height: 32px !important;
    background: rgba(155, 48, 255, 0.8) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.ayni-stok-next:after,
.ayni-stok-prev:after {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.ayni-stok-next:hover,
.ayni-stok-prev:hover {
    background: #9B30FF !important;
    transform: scale(1.1);
}

.ayni-stok-next.swiper-button-disabled,
.ayni-stok-prev.swiper-button-disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}

/* Varyant Seçimi */
.attr-detail {
    margin-bottom: 20px;
}

.attr-detail strong {
    color: #F8F8FF;
    font-size: 15px;
    display: block;
    margin-bottom: 12px;
}

.list-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-filter li {
    margin: 0;
}

.list-filter li a {
    display: block;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(155, 48, 255, 0.15);
    border-radius: 10px;
    color: #E5E7EB;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.list-filter li a:hover {
    background: rgba(155, 48, 255, 0.08);
    border-color: rgba(155, 48, 255, 0.3);
    color: #F8F8FF;
}

.list-filter li.active a {
    background: linear-gradient(135deg, #9B30FF 0%, #BD5FFF 100%);
    border-color: #9B30FF;
    color: #fff;
    box-shadow: 0 4px 12px rgba(155, 48, 255, 0.3);
}

/* Sepet Mesajı */
#sepet_mesaj {
    margin-bottom: 20px;
}

#sepet_mesaj .alert {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(155, 48, 255, 0.2);
    border-radius: 12px;
    padding: 16px;
    margin: 0;
}

#sepet_mesaj .alert-success {
    border-color: rgba(52, 199, 89, 0.3);
    background: rgba(52, 199, 89, 0.05);
    width: 100%;
}

#sepet_mesaj .alert-success h3,
#sepet_mesaj .alert-success .alert-heading {
    color: #34C759 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

#sepet_mesaj .alert-danger {
    border-color: rgba(255, 59, 48, 0.3);
    background: rgba(255, 59, 48, 0.05);
}

#sepet_mesaj .alert-danger h3,
#sepet_mesaj .alert-danger .alert-heading {
    color: #FF3B30 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

/* ========================================
   Modern Ürün Aksiyonları
   ======================================== */

.urun-action-container {
    margin-top: 32px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(155, 48, 255, 0.15);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Adet Seçici */
.urun-adet-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.urun-adet-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E5E7EB;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    min-width: 80px;
}

.urun-adet-label i {
    color: #9B30FF;
    font-size: 18px;
}

.urun-adet-control {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(155, 48, 255, 0.2);
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
    flex: 1;
    max-width: 180px;
}

.qty-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(155, 48, 255, 0.1);
    border: none;
    border-radius: 8px;
    color: #9B30FF;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.qty-btn:hover {
    background: rgba(155, 48, 255, 0.2);
    transform: scale(1.1);
}

.qty-btn:active {
    transform: scale(0.95);
}

.qty-input {
    flex: 1 1 auto;
    min-width: 2.5rem;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #F8F8FF;
    background: transparent;
    border: none;
    outline: none;
    pointer-events: none;
    user-select: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ana Sepet Butonu */
.urun-sepet-btn {
    position: relative;
    width: 100%;
    padding: 18px 32px;
    background: linear-gradient(135deg, #9B30FF 0%, #BD5FFF 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 8px 24px rgba(155, 48, 255, 0.3);
}

.urun-sepet-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.urun-sepet-btn:hover::before {
    left: 100%;
}

.urun-sepet-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(155, 48, 255, 0.4);
}

.urun-sepet-btn:active {
    transform: translateY(-1px);
}

.urun-sepet-btn .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.urun-sepet-btn:hover .btn-icon {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1) rotate(5deg);
}

.urun-sepet-btn .btn-icon i {
    font-size: 18px;
}

.urun-sepet-btn .btn-text {
    flex: 1;
    text-align: center;
    letter-spacing: 0.5px;
}

.urun-sepet-btn .btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.urun-sepet-btn:hover .btn-arrow {
    transform: translateX(4px);
}

.urun-sepet-btn .btn-arrow i {
    font-size: 16px;
}

/* Alternatif Butonlar */
.urun-alternatif-butonlar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.urun-alt-btn {
    padding: 14px 20px;
    border-radius: 12px;
    border: 2px solid rgba(155, 48, 255, 0.2);
    background: rgba(255, 255, 255, 0.02);
    color: #E5E7EB;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.urun-alt-btn i {
    font-size: 20px;
    transition: all 0.3s ease;
}

.urun-alt-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.urun-alt-btn.whatsapp-btn {
    border-color: rgba(37, 211, 102, 0.3);
}

.urun-alt-btn.whatsapp-btn i {
    color: #25D366;
}

.urun-alt-btn.whatsapp-btn:hover {
    background: rgba(37, 211, 102, 0.08);
    border-color: #25D366;
    color: #25D366;
}

.urun-alt-btn.whatsapp-btn:hover i {
    transform: scale(1.2) rotate(5deg);
}

.urun-alt-btn.telefon-btn {
    border-color: rgba(52, 199, 89, 0.3);
}

.urun-alt-btn.telefon-btn i {
    color: #34C759;
}

.urun-alt-btn.telefon-btn:hover {
    background: rgba(52, 199, 89, 0.08);
    border-color: #34C759;
    color: #34C759;
}

.urun-alt-btn.telefon-btn:hover i {
    animation: phoneRing 0.6s ease infinite;
}

@keyframes phoneRing {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-15deg); }
    75% { transform: rotate(15deg); }
}

/* Product Info (Tab Area) */
.product-info {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(155, 48, 255, 0.1);
    border-radius: 20px;
    padding: 14px;
    margin-top: 40px;
}

/* Tabs */
.tab-style3 {
    margin-top: 0;
}

.tab-style3 .nav-tabs {
    border-bottom: 2px solid rgba(155, 48, 255, 0.15);
    display: flex;
    gap: 8px;
}

.tab-style3 .nav-tabs .nav-link {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(155, 48, 255, 0.15);
    border-radius: 12px 12px 0 0;
    color: #9FA4AA;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border-bottom: none;
}

.tab-style3 .nav-tabs .nav-link:hover {
    background: rgba(155, 48, 255, 0.05);
    color: #F8F8FF;
}

.tab-style3 .nav-tabs .nav-link.active {
    background: linear-gradient(135deg, rgba(155, 48, 255, 0.15) 0%, rgba(189, 95, 255, 0.15) 100%);
    border-color: #9B30FF;
    color: #F8F8FF;
}

.tab-content {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(155, 48, 255, 0.1);
    border-radius: 0 0 16px 16px;
    padding: 32px;
    margin-top: -2px;
}

.tab-content .tab-pane {
    color: #E5E7EB;
    font-size: 15px;
    line-height: 1.8;
}

.tab-content .tab-pane p,
.tab-content .tab-pane div {
    color: #E5E7EB !important;
}

.tab-content .tab-pane h1,
.tab-content .tab-pane h2,
.tab-content .tab-pane h3,
.tab-content .tab-pane h4,
.tab-content .tab-pane h5,
.tab-content .tab-pane h6 {
    color: #F8F8FF !important;
}

/* Alert Messages */
.comments-area .alert {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(155, 48, 255, 0.2);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
}

.comments-area .alert-success {
    border-color: rgba(52, 199, 89, 0.3);
    background: rgba(52, 199, 89, 0.05);
}

.comments-area .alert-success .alert-heading {
    color: #34C759 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.comments-area .alert-success p {
    color: #E5E7EB !important;
}

.comments-area .alert-danger {
    border-color: rgba(255, 59, 48, 0.3);
    background: rgba(255, 59, 48, 0.05);
}

.comments-area .alert-danger .alert-heading {
    color: #FF3B30 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.comments-area .alert-danger p {
    color: #E5E7EB !important;
}

/* Yorumlar */
.comments-area h4 {
    color: #F8F8FF !important;
    margin-bottom: 24px !important;
}

.comment-list {
    margin-bottom: 32px;
}

.single-comment {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(155, 48, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}

.single-comment .thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid rgba(155, 48, 255, 0.2);
}

.single-comment .desc {
    padding-left: 20px;
}

.single-comment .font-heading {
    color: #9B30FF !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.single-comment .font-xs {
    color: #6B7280 !important;
    font-size: 13px !important;
}

.single-comment p {
    color: #E5E7EB !important;
    line-height: 1.7 !important;
}

.comment-form .form-control,
.comment-form .select-active {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(155, 48, 255, 0.2) !important;
    color: #E5E7EB !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
}

.comment-form .form-control:focus,
.comment-form .select-active:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #9B30FF !important;
    box-shadow: 0 0 0 3px rgba(155, 48, 255, 0.1) !important;
}

.comment-form .custom_select {
    position: relative;
}

.comment-form select option {
    background: #131518;
    color: #E5E7EB;
}

.button-contactForm {
    background: linear-gradient(135deg, #9B30FF 0%, #BD5FFF 100%) !important;
    color: #fff !important;
    padding: 12px 32px !important;
    border-radius: 10px !important;
    border: none !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

.button-contactForm:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(155, 48, 255, 0.4) !important;
}

/* Progress Bars (Yıldız İstatistikleri) */
.progress {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-bottom: 12px;
    height: 24px;
    position: relative;
}

.progress span {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #E5E7EB;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
}

.progress-bar {
    background: linear-gradient(90deg, #9B30FF 0%, #BD5FFF 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {
    .urun-detail-container {
        padding: 24px;
    }
    
    .urun-main-slider .swiper-button-next,
    .urun-main-slider .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
    
    .urun-main-slider .swiper-button-next:after,
    .urun-main-slider .swiper-button-prev:after {
        font-size: 14px!important;
    }
    
    .urun-action-container {
        padding: 20px;
    }
    
    .urun-adet-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .urun-adet-label {
        min-width: auto;
    }
    
    .urun-adet-control {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .urun-breadcrumb {
        padding: 16px 0;
        padding: 32px 0;
    }
    
    .urun-breadcrumb h1 {
        font-size: 24px;
        margin-top: 12px;
    }
    
    .urun-detail-container {
        padding: 20px;
    }
    
    /* Fiyat alanı mobil – yeni+eski yan yana, indirim hemen altında */
    .product-price-cover {
        background: linear-gradient(145deg, rgba(155, 48, 255, 0.06) 0%, rgba(155, 48, 255, 0.02) 100%);
        border: 1px solid rgba(155, 48, 255, 0.15);
        border-radius: 14px;
        padding: 16px;
        margin-bottom: 16px;
    }
    
    .product-price-cover .product-price {
        flex-direction: column;
        /* align-items: flex-start; */
        /* gap: 10px 0; */
    }
    
    .product-price-cover .product-price-row {
        display: flex;
        align-items: baseline;
        gap: 0px;
        width: 191px;
        flex-direction: row;
        /* flex-wrap: wrap; */
    }
    
    .product-price-cover .product-price .current-price {
        font-size: 26px !important;
        font-weight: 800 !important;
        line-height: 1.2;
    }
    
    .product-price-cover .product-price .old-price {
        font-size: 15px !important;
    }
    
    .product-price-cover .product-price .save-price {
        margin-top: 10px;
        padding: 5px 10px;
        font-size: 12px !important;
        border-radius: 6px;
    }
    
    .product-price-cover .product-price-brand {
        margin-left: 0 !important;
        padding: 8px 12px;
    }
    
    .product-price-cover .product-price-brand img {
        max-width: 100px;
    }
    
    .stok_kod_durum {
        flex-direction: column;
        gap: 12px;
    }
    
    .tab-content {
        padding: 20px;
    }
    
    .ayni-stok-container {
        padding: 14px;
    }
    
    .ayni-stok-swiper {
        padding: 0 26px;
    }
    
    .ayni-stok-next,
    .ayni-stok-prev {
        width: 28px !important;
        height: 28px !important;
    }
    
    .ayni-stok-next:after,
    .ayni-stok-prev:after {
        font-size: 12px !important;
    }
    
    .ayni-stok-baslik span:first-of-type {
        font-size: 13px;
    }
    
    .ayni-stok-count {
        font-size: 11px !important;
        padding: 3px 8px;
    }
    
    .ayni-stok-baslik-text {
        font-size: 11px;
        padding: 8px 6px;
        min-height: 34px;
    }
    
    .urun-thumb-slider .swiper-slide {
        width: 70px !important;
        height: 70px;
    }
    
    .urun-thumb-slider .swiper-slide img {
        padding: 6px;
    }
    
    .urun-main-slider .swiper-slide img {
        max-height: 400px;
    }
    
    .urun-main-slider .swiper-slide a::before {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    
    .urun-main-slider.stoktayok::after {
        font-size: 18px;
        padding: 10px 24px;
    }
    
    /* Adet + Sepete Ekle tek satırda, kompakt */
    .urun-action-container {
        padding: 14px 16px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
    }
    
    .urun-adet-wrapper {
        flex-direction: row !important;
        flex: 0 0 auto;
        margin: 0;
    }
    
    .urun-adet-label {
        min-width: auto;
    }
    
    .urun-adet-control {
        max-width: none;
        min-width: 148px;
        flex: 0 1 auto;
    }
    
    .qty-input {
        min-width: 2.75rem;
        font-size: 17px;
    }
    
    .urun-sepet-btn {
        flex: 1;
        min-width: 140px;
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .urun-alternatif-butonlar {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .urun-breadcrumb h1 {
        font-size: 20px;
        margin-top: 10px;
    }
    
    .detail-info.pr-30.pl-30 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .product-price-cover {
        padding: 14px;
        border-radius: 12px;
        width: 100%;
    }
    
    .product-price-cover .product-price .current-price {
        font-size: 19px !important;
        padding: 10px;
    }
    
    .product-price-cover .product-price .save-price {
        padding: 4px 8px;
        font-size: 11px !important;
        width: 100px!important;
    }
    
    .product-price-cover .product-price .old-price {
        font-size: 16px !important;
    }
    
    .detail-gallery {
        padding: 12px;
    }
    
    .urun-thumb-slider .swiper-slide {
        width: 60px !important;
        height: 60px;
    }
    
    .urun-thumb-slider .swiper-slide img {
        padding: 4px;
    }
    
    .urun-main-slider .swiper-slide img {
        /* max-height: 300px; */
    }
    
    .urun-action-container {
        padding: 14px;
        gap: 14px;
    }
    
    .urun-sepet-btn {
        padding: 14px 20px;
        font-size: 14px;
    }
    
    .urun-sepet-btn .btn-icon {
        width: 28px;
        height: 28px;
    }
    
    .urun-sepet-btn .btn-icon i {
        font-size: 16px;
    }
    
    .urun-alt-btn {
        padding: 12px 16px;
        font-size: 13px;
    }
    
    .qty-btn {
        width: 36px;
        height: 36px;
    }
    
    .urun-adet-control {
        min-width: 140px;
    }
    
    .qty-input {
        min-width: 2.5rem;
        font-size: 17px;
    }
    
    .ayni-stok-container {
        padding: 12px;
    }
    
    .ayni-stok-swiper {
        padding: 0 22px;
    }
    
    .ayni-stok-next,
    .ayni-stok-prev {
        width: 26px !important;
        height: 26px !important;
    }
    
    .ayni-stok-next:after,
    .ayni-stok-prev:after {
        font-size: 11px !important;
    }
    
    .ayni-stok-baslik span:first-of-type {
        font-size: 12px;
    }
    
    .ayni-stok-count {
        font-size: 10px !important;
        padding: 3px 6px;
    }
    
    .aktif-badge {
        width: 24px;
        height: 24px;
    }
    
    .aktif-badge i {
        font-size: 12px;
    }
    
    .stok-badge {
        font-size: 9px;
        padding: 2px 6px;
    }
    
    .ayni-stok-baslik-text {
        font-size: 10px;
        padding: 8px 4px;
        min-height: 32px;
    }
}


