/* Ürün Detay – Modern profesyonel (style.css paleti ile uyumlu) */

.product-detail-page-modern {
    padding: 24px 0 64px;
    background: var(--surface, #f8fafc);
    min-height: calc(100vh - 200px);
    overflow-x: hidden;
}

.container-product-modern {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    overflow-x: hidden;
}

.breadcrumb-modern {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 13px;
    color: #6b7280;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.breadcrumb-modern a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-modern a:hover {
    color: var(--accent-dark, #0F172A);
}

.breadcrumb-modern span {
    color: #d1d5db;
}

.breadcrumb-modern span:last-of-type {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.product-detail-layout-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
    background: var(--surface-elevated, #fff);
    padding: 40px 44px;
    border-radius: 14px;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.07), 0 2px 4px -2px rgba(15, 23, 42, 0.05);
    border: 1px solid var(--border-color, #e2e8f0);
    box-sizing: border-box;
    max-width: 100%;
}

.product-images-modern {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main-image-wrapper-modern {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: #fafbfc;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eef0f2;
}

.main-image-modern {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fafbfc;
}

.badge-new-modern {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--accent-dark, #0F172A);
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.badge-discount-modern {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--primary-color, #B91C3C);
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
}

.thumbnails-modern {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 0;
}

.thumbnail-modern {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    flex-shrink: 0;
    background: #fafbfc;
    border: 1px solid #eef0f2;
}

.thumbnail-modern.active {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 1px #1a1a1a;
}

.thumbnail-modern img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fafbfc;
}

.product-info-modern {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-header-modern {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-category-modern {
    font-size: 12px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.product-code-modern {
    font-size: 12px;
    color: #6b7280;
}

.product-title-modern {
    font-size: 26px;
    font-weight: 600;
    color: #111827;
    line-height: 1.35;
    margin: 0;
    letter-spacing: -0.02em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.product-rating-modern {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.stars-modern {
    color: #f59e0b;
    font-size: 15px;
}

.rating-value-modern {
    font-weight: 600;
    color: #374151;
}

.review-count-modern {
    color: #999;
}

.product-tags-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-modern {
    padding: 6px 14px;
    background: #f0f0f0;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #666;
}

.tag-modern.tag-stock {
    background: #d4edda;
    color: #155724;
}

.tag-modern.tag-out {
    background: #f8d7da;
    color: #721c24;
}

.product-price-modern {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 0;
    border-top: 1px solid #eef0f2;
    border-bottom: 1px solid #eef0f2;
}

.old-price-modern {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
}

.current-price-modern {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.savings-modern {
    font-size: 13px;
    color: #059669;
    font-weight: 500;
}

.product-features-modern {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-modern {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #6b7280;
}

.feature-modern i {
    color: #1a1a1a;
    font-size: 13px;
    width: 14px;
    opacity: 0.9;
}

.product-size-section-modern {
    margin-top: 10px;
}

.size-label-modern {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}
.size-required-hint {
    font-weight: 400;
    color: #6b7280;
    font-size: 12px;
}

.size-buttons-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.size-btn-modern {
    padding: 12px 20px;
    border: 2px solid #e5e5e5;
    background: white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 50px;
}

.size-btn-modern:hover {
    border-color: #1a1a1a;
    background: #fff5f6;
}

.size-btn-modern.selected {
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: white;
}

.product-quantity-modern {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.quantity-label-modern {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.quantity-controls-modern {
    display: flex;
    align-items: center;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.qty-btn-modern {
    width: 34px;
    height: 34px;
    border: none;
    background: #f8f9fa;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qty-btn-modern:hover {
    background: #e9ecef;
}

#productQtyModern {
    width: 60px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.total-price-modern {
    margin-left: auto;
    font-size: 16px;
    color: #666;
}

.total-price-modern strong {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
}

.product-actions-modern {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.btn-add-cart-modern,
.btn-buy-now-modern {
    flex: 1;
    padding: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-add-cart-modern {
    background: var(--accent-dark, #0F172A);
    color: white;
}

.btn-add-cart-modern:hover {
    background: var(--accent-dark-soft, #1E293B);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.btn-add-cart-small {
    background: #1a1a1a;
    color: white;
}

.btn-add-cart-small:hover {
    background: var(--accent-dark-soft, #1E293B);
}

.btn-buy-now-modern {
    background: var(--primary-color, #B91C3C);
    color: white;
}

.btn-buy-now-modern:hover {
    background: var(--primary-hover, #9F1239);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(185, 28, 60, 0.25);
}

.shipping-info-modern {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eef0f2;
}

.shipping-info-modern p {
    font-size: 13px;
    color: #374151;
    margin-bottom: 12px;
    font-weight: 500;
}

.shipping-benefits-modern {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.benefit-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 13px;
    color: #666;
}

.benefit-modern i {
    color: #1a1a1a;
    font-size: 13px;
    width: 14px;
    opacity: 0.9;
}

.product-specs-grid-modern {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eef0f2;
}

.spec-card-modern {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px;
    background: #f8fafc;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #eef0f2;
}

.spec-label-modern {
    font-size: 10px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.spec-value-modern {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.product-description-modern {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 50px;
}

.description-title-modern {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.description-content-modern {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

.related-products-modern {
    margin-top: 50px;
}

.section-title-modern {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.products-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}

.product-card-modern {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.product-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.product-image-wrapper-modern {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: white;
    overflow: hidden;
}

/* Benzer ürünler: fotoğrafa tıklanınca ürün detayına gitsin */
.related-product-image-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.related-product-image-link .badge-new-small {
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
}

.product-image-modern {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: white;
    display: block;
}

.badge-new-small {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-info-card-modern {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.product-card-modern {
    display: flex;
    flex-direction: column;
}

.product-name-modern {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
    min-height: 44px;
}

.product-price-card-modern {
    margin-bottom: 15px;
    min-height: 52px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 12px;
}

.price-modern {
    font-size: 20px;
    font-weight: 700;
    color: #dc3545;
}

.product-actions-card-modern {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 4px;
    align-items: stretch;
}

.btn-add-cart-small,
.btn-view-small {
    flex: 1;
    min-width: 0;
    padding: 10px 8px;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

/* Benzer ürünler: butonlar küçük, taşma yok (Sepete… / İncele) */
.related-products-modern .product-actions-card-modern {
    gap: 6px;
}
.related-products-modern .btn-add-cart-small,
.related-products-modern .btn-view-small {
    flex: 1;
    min-width: 0;
    font-size: 11px;
    padding: 8px 6px;
    white-space: nowrap;
}

.btn-add-cart-small {
    background: #1a1a1a;
    color: white;
}

.btn-add-cart-small:hover {
    background: var(--accent-dark-soft, #1E293B);
}

.btn-view-small {
    background: #f8f9fa;
    color: #333;
    border: 1px solid #e5e5e5;
}

.btn-view-small:hover {
    background: #e9ecef;
}

/* Product Tabs */
.product-tabs-modern {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-top: 50px;
}

.tabs-header-modern {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-btn-modern {
    padding: 12px 24px;
    border: none;
    background: transparent;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    margin-bottom: -2px;
}

.tab-btn-modern:hover {
    color: #1a1a1a;
}

.tab-btn-modern.active {
    color: #1a1a1a;
    border-bottom-color: #1a1a1a;
}

.tab-content-modern {
    display: none;
    padding-top: 8px;
}

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

.tab-inner-modern {
    padding: 0 4px;
}

.tab-inner-modern h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.specs-list-modern {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.spec-row-modern {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.spec-name-modern {
    font-weight: 600;
    color: #666;
}

.spec-value-modern {
    color: #333;
    font-weight: 500;
}

.payment-options-modern {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.payment-option-modern {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.payment-option-modern i {
    color: #007bff;
    font-size: 14px;
}

@media (max-width: 968px) {
    .product-detail-page-modern {
        width: 100%;
        overflow-x: hidden;
    }
    .container-product-modern {
        padding: 0 16px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .product-detail-layout-modern {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 24px 20px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    
    .product-title-modern {
        font-size: 20px;
    }
    
    .product-specs-grid-modern {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-grid-modern {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
    
    /* Benzer ürünler: mobilde yatay kaydırma (anasayfa Kask/Mont gibi) */
    .related-products-modern .products-grid-modern {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        grid-template-columns: unset;
        gap: 14px;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    .related-products-modern .product-card-modern {
        flex: 0 0 auto;
        min-width: 180px;
        max-width: 180px;
        scroll-snap-align: start;
        overflow: hidden;
    }
    .related-products-modern .product-name-modern {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
    }
    
    .tabs-header-modern {
        flex-direction: column;
        gap: 10px;
    }
    
    .tab-btn-modern {
        width: 100%;
        text-align: left;
    }
    
    .banks-grid-modern {
        grid-template-columns: 1fr;
    }
    
    .product-tabs-modern {
        padding: 24px 20px;
    }
}

.payment-method-section-modern {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.payment-method-section-modern:last-child {
    border-bottom: none;
}

.payment-method-title-modern {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-method-title-modern i {
    color: #1a1a1a;
    font-size: 14px;
}

.payment-method-desc-modern {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
}

.banks-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.bank-card-modern {
    background: white;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.bank-card-modern:hover {
    border-color: var(--primary-color);
    box-shadow: 0 2px 8px rgba(220,20,60,0.1);
}

.bank-logo-modern {
    max-width: 120px;
    max-height: 40px;
    object-fit: contain;
}

.bank-info-modern {
    width: 100%;
    text-align: center;
}

.bank-name-modern {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.installments-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.installment-badge-modern {
    display: inline-block;
    padding: 4px 10px;
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.installment-badge-modern.vadesiz {
    background: #d4edda;
    border-color: #28a745;
    color: #155724;
}

.installment-badge-modern small {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin-top: 2px;
}

/* ========== Yorumlar / Değerlendirmeler Bölümü ========== */
.reviews-section-modern {
    padding: 0;
    max-width: 100%;
}

.reviews-header-modern {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 32px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #fafbfc 0%, #f1f3f5 100%);
    border-radius: 14px;
    border: 1px solid #e8eaed;
}

.reviews-summary-modern {
    display: flex;
    align-items: center;
    gap: 32px;
}

.reviews-avg-modern {
    text-align: center;
    min-width: 100px;
}

.reviews-avg-number-modern {
    font-size: 2.75rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    letter-spacing: -0.03em;
}

.reviews-avg-stars-modern {
    color: #f59e0b;
    font-size: 1.15rem;
    letter-spacing: 3px;
    margin-top: 6px;
}

.reviews-avg-label-modern {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 8px;
    font-weight: 500;
}

.reviews-bars-modern {
    flex: 1;
    min-width: 200px;
    max-width: 340px;
}

.reviews-bar-row-modern {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    font-size: 13px;
}

.reviews-bar-row-modern span:first-child {
    color: #4b5563;
    width: 64px;
    font-weight: 500;
}

.reviews-bar-fill-modern {
    flex: 1;
    height: 10px;
    background: #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
}

.reviews-bar-inner-modern {
    height: 100%;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    border-radius: 6px;
    transition: width 0.4s ease;
}

.reviews-list-modern {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
}

.review-card-modern {
    background: #fff;
    border-radius: 14px;
    padding: 24px 28px;
    margin-bottom: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.review-card-modern:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    border-color: #e0e2e6;
}

.review-card-header-modern {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 14px;
}

.review-avatar-modern {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a1a1a 0%, #374151 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.review-meta-modern {
    flex: 1;
}

.review-author-modern {
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.review-date-modern {
    font-size: 13px;
    color: #6b7280;
}

.review-stars-inline-modern {
    color: #f59e0b;
    font-size: 0.95rem;
    letter-spacing: 1px;
}

.review-title-modern {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
    margin-bottom: 8px;
}

.review-body-modern {
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
    margin: 0;
}

.reviews-empty-modern {
    text-align: center;
    padding: 56px 28px;
    background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
    border-radius: 14px;
    border: 2px dashed #d1d5db;
    margin-bottom: 32px;
}

.reviews-empty-modern i {
    font-size: 28px;
    color: #9ca3af;
    margin-bottom: 12px;
    display: block;
}

.reviews-empty-modern p {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
    font-weight: 500;
}

/* Form alanları – yüksek öncelik, global stilleri ezer */
.review-form-section-modern {
    background: #fff;
    border-radius: 16px;
    padding: 36px 40px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.review-form-title-modern {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 28px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-form-title-modern i {
    color: #1a1a1a;
}

.review-form-grid-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 22px;
}

.review-form-group-modern {
    margin-bottom: 0;
}

.review-form-group-modern label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    margin-bottom: 10px;
}

.product-detail-page-modern .review-form-group-modern input,
.product-detail-page-modern .review-form-group-modern select,
.product-detail-page-modern .review-form-group-modern textarea {
    width: 100%;
    max-width: 100%;
    padding: 14px 18px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    color: #1a1a1a;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.product-detail-page-modern .review-form-group-modern input:focus,
.product-detail-page-modern .review-form-group-modern select:focus,
.product-detail-page-modern .review-form-group-modern textarea:focus {
    outline: none;
    border-color: #1a1a1a;
    box-shadow: 0 0 0 4px rgba(220, 20, 60, 0.12);
}

.product-detail-page-modern .review-form-group-modern select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.product-detail-page-modern .review-form-group-modern textarea {
    min-height: 130px;
    resize: vertical;
}

.review-form-full-modern {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.review-form-actions-modern {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.product-detail-page-modern .review-submit-btn-modern {
    padding: 14px 32px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

.product-detail-page-modern .review-submit-btn-modern:hover {
    background: #333;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(220, 20, 60, 0.35);
}

.review-message-modern {
    margin-top: 0;
    font-size: 14px;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 500;
}

.review-message-modern.success {
    background: #d1fae5;
    color: #065f46;
}

.review-message-modern.error {
    background: #fee2e2;
    color: #991b1b;
}

/* Ürün Önerileri / Geri Bildirim – Minimal */
#tab-oneriler .tab-inner-modern {
    padding: 28px 0 16px;
}

.oneriler-title-modern {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.oneriler-intro-modern {
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 520px;
}

.urun-oneri-form-modern {
    max-width: 520px;
}

.oneriler-checkbox-group-modern {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.oneriler-checkbox-modern {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.oneriler-checkbox-modern:hover {
    background: #fafafa;
    border-color: #d1d5db;
}

.oneriler-checkbox-modern:has(input:checked) {
    border-color: #1a1a1a;
    background: #fffbfb;
}

.oneriler-checkbox-modern input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #1a1a1a;
    cursor: pointer;
    flex-shrink: 0;
}

.oneriler-notlar-modern {
    margin-bottom: 22px;
}

.oneriler-notlar-modern label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
}

.oneriler-notlar-modern textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
    min-height: 96px;
    box-sizing: border-box;
    color: #1f2937;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.oneriler-notlar-modern textarea::placeholder {
    color: #9ca3af;
}

.oneriler-notlar-modern textarea:focus {
    outline: none;
    border-color: #1a1a1a;
    box-shadow: 0 0 0 3px rgba(220, 20, 60, 0.08);
}

.oneriler-submit-modern {
    padding: 14px 32px;
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.oneriler-submit-modern:hover:not(:disabled) {
    background: #1a1a1a;
    transform: translateY(-1px);
}

.oneriler-submit-modern:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.oneriler-mesaj-modern {
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 14px;
}

.oneriler-mesaj-modern.success {
    background: #ecfdf5;
    color: #047857;
}

.oneriler-mesaj-modern.error {
    background: #fef2f2;
    color: #b91c1c;
}

@media (max-width: 768px) {
    .related-products-modern .product-card-modern {
        min-width: 165px;
        max-width: 165px;
    }
}

@media (max-width: 576px) {
    .related-products-modern .products-grid-modern {
        gap: 10px;
        padding-bottom: 8px;
    }
    .related-products-modern .product-card-modern {
        min-width: 150px;
        max-width: 150px;
    }
    .related-products-modern .btn-add-cart-small,
    .related-products-modern .btn-view-small {
        padding: 7px 5px;
        font-size: 10px;
    }
}

@media (max-width: 600px) {
    .reviews-header-modern { flex-direction: column; align-items: flex-start; padding: 20px; }
    .review-form-grid-modern { grid-template-columns: 1fr; }
    .review-form-section-modern { padding: 24px 20px; }
}

/* Mobil – ürün detay taşma önleme */
@media (max-width: 480px) {
    .product-detail-page-modern {
        padding: 20px 0 40px;
        width: 100%;
        overflow-x: hidden;
    }
    
    .container-product-modern {
        padding: 0 12px;
        width: 100%;
        max-width: 100%;
    }
    
    .product-detail-layout-modern {
        padding: 16px 12px;
        gap: 20px;
        border-radius: 10px;
        width: 100%;
        min-width: 0;
    }
    
    .product-title-modern {
        font-size: 18px;
    }
    
    .current-price-modern {
        font-size: 22px;
    }
    
    .product-actions-modern {
        flex-direction: column;
    }
    
    .btn-add-cart-modern,
    .btn-buy-now-modern {
        width: 100%;
    }
    
    .product-specs-grid-modern {
        gap: 8px;
        padding-top: 16px;
    }
    
    .spec-card-modern {
        padding: 10px;
    }
    
    .product-tabs-modern {
        padding: 20px 12px;
    }
    
    .breadcrumb-modern {
        font-size: 12px;
        flex-wrap: wrap;
    }
}
