/* Product Detail - Corporate E‑commerce Styling */
:root {
    --pd-bg: #ffffff;
    --pd-card: #fff;
    --pd-border: #e6e8ed;
    --pd-text: #1a1f2c;
    --pd-muted: #6b7280;
    --pd-primary: var(--primary, #00b3c7);
    --pd-primary-dark: var(--primary-dark, #008fa0);
    --pd-success: #16a34a;
    --pd-danger: #ef4444;
    --pd-shadow: 0 14px 45px rgba(26,31,44,0.12);
}

.product-detail {
    background: #ffffff;
    padding: 24px 0 48px;
}

.product-detail .container {
    max-width: 1240px;
}

.product-detail-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 28px;
    align-items: start;
}

/* Gallery - Main image and thumbnails separate */

.product-gallery {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-main-image {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.product-main-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
    cursor: zoom-in;
}

/* Hover Zoom Effect */
.product-main-image:hover img {
    transform: scale(1.03);
}

/* Image Counter Badge */
.product-image-counter {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 20;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-image-counter i {
    font-size: 0.75rem;
}

.product-main-image .discount-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--success, #10b981);
    color: #fff;
    padding: 8px 12px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
}


.product-thumbnails {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid var(--pd-border);
    justify-content: center;
}

.thumbnail-item {
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: all 0.2s ease;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.thumbnail-item.active {
    border-color: var(--pd-primary);
    box-shadow: 0 0 0 2px rgba(0, 179, 199, 0.2);
}

.thumbnail-item:hover {
    border-color: var(--pd-primary);
}

/* Info Card */
.product-info-detail {
    background: var(--pd-card);
    border: 1px solid var(--pd-border);
    border-radius: 18px;
    padding: 20px 22px;
    box-shadow: var(--pd-shadow);
}

.product-info-detail h1 {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--pd-text);
    margin-bottom: 8px;
}

.product-brand {
    display: inline-block;
    font-weight: 700;
    color: var(--pd-primary);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.product-meta-info {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    color: var(--pd-muted);
    font-size: 0.95rem;
    margin-bottom: 14px;
}

.out-of-stock-alert.large {
    background: #fff1f2;
    color: #b91c1c;
    border: 1px solid #fecdd3;
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Price + CTA */
.price-card {
    background: linear-gradient(135deg, #fdfefe, #eef2f7);
    border: 1px solid var(--pd-border);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 26px rgba(26,31,44,0.10);
    margin-bottom: 18px;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

.current-price {
    font-size: 1.9rem;
    font-weight: 900;
    color: var(--pd-primary-dark);
}

.old-price {
    font-size: 1rem;
    color: var(--pd-muted);
    text-decoration: line-through;
}

.badge-discount {
    background: #10b981;
    color: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.9rem;
}

.stock-line { color: var(--pd-success); font-weight: 700; margin-bottom: 6px; }
.stock-low { color: #d97706; }
.stock-out { color: var(--pd-danger); }

.shipping-info, .secure-line {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--pd-muted);
    font-size: 0.95rem;
    margin: 6px 0;
}

/* Ürün detay sayfasında sepete ekle / hemen al butonları (home-theme-elite .product-buttons { display:none } override) */
.product-detail .product-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
}

.cta-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
}

.btn-add-to-cart, .btn-buy-now {
    border: none;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 800;
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    letter-spacing: 0.01em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: 100%;
    height: 52px;
    min-height: 52px;
    line-height: 1.1;
    box-sizing: border-box;
    white-space: nowrap;
    transition: box-shadow 0.15s ease, opacity 0.15s ease;
}

.btn-add-to-cart {
    background: var(--primary, #00d4d4);
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 212, 212, 0.25);
}

.btn-add-to-cart:hover { box-shadow: 0 6px 16px rgba(0, 212, 212, 0.35); opacity: 0.92; }

.btn-buy-now {
    background: var(--success, #10b981);
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.btn-buy-now:hover { box-shadow: 0 6px 16px rgba(16, 185, 129, 0.35); opacity: 0.92; }

.btn-add-to-cart:active, .btn-buy-now:active { opacity: 0.85; }

/* Variant chips - mobilya.php ile aynı stiller */
.variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 0;
    margin-bottom: 14px;
}

/* Renk varyantları - büyük ve görünür */
.variant-option.color-option {
    width: 60px;
    height: 60px;
    padding: 4px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 3px solid #e1e8ed;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    margin: 5px;
}

.variant-option.color-option:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: var(--primary, #00d4d4);
}

.variant-option.color-option.selected {
    border-color: var(--primary-dark, #00b3b3);
    box-shadow: 0 6px 20px rgba(0, 212, 212, 0.35);
    transform: translateY(-2px) scale(1.05);
}

.color-swatch {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
    display: block;
}

/* Seçili renk için tik işareti */
.variant-option.color-option.selected::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: var(--primary, #00d4d4);
    color: white;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 212, 212, 0.5);
    z-index: 10;
    border: 2px solid white;
}

/* Metin tabanlı varyantlar (beden, boyut vb.) */
.variant-option:not(.color-option) {
    min-width: 80px;
    min-height: 45px;
    padding: 10px 15px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #e1e8ed;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 600;
    color: var(--pd-text);
}

.variant-option:not(.color-option):hover {
    border-color: var(--pd-primary);
    box-shadow: 0 4px 12px rgba(0, 179, 199, 0.2);
    transform: translateY(-2px);
}

.variant-option:not(.color-option).selected {
    border-color: var(--pd-primary);
    background: rgba(0, 179, 199, 0.1);
    color: var(--pd-primary-dark);
}

.variant-option.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.variant-stock {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    background: #ef4444;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

/* Tabs */
.product-tabs {
    margin-top: 26px;
    background: var(--pd-card);
    border: 1px solid var(--pd-border);
    border-radius: 16px;
    box-shadow: var(--pd-shadow);
}

.product-tabs .tabs-navigation,
.product-tabs .tabs-header {
    display: flex;
    gap: 10px;
    padding: 14px 16px 10px;
    border-bottom: 1px solid var(--pd-border);
    overflow-x: auto;
    scrollbar-width: none;
}
.product-tabs .tabs-navigation::-webkit-scrollbar { display: none; }

.product-tabs .tab-button,
.product-tabs .tab-btn,
.product-tabs .tab-link,
.product-tabs .nav-link {
    border: none;
    background: #f5f7fb;
    color: var(--pd-muted);
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-tabs .tab-button.active,
.product-tabs .tab-btn.active,
.product-tabs .tab-link.active,
.product-tabs .nav-link.active {
    background: rgba(0,179,199,0.12);
    color: var(--pd-primary-dark);
}

.product-tabs .tab-content,
.product-tabs .tab-pane,
.product-tabs .tabs-content {
    padding: 16px 18px 20px;
    display: none;
    color: var(--pd-text);
    line-height: 1.65;
}

.product-tabs .tab-content.active,
.product-tabs .tab-pane.active,
.product-tabs .tabs-content.active {
    display: block;
}

.product-tabs .tab-pane h3,
.product-tabs .tab-pane h4,
.product-tabs .tab-pane h5 {
    font-weight: 800;
    margin: 0 0 8px;
    color: var(--pd-text);
}

.product-tabs .tab-pane p,
.product-tabs .tab-pane li {
    color: var(--pd-muted);
    margin-bottom: 8px;
}

/* Tabs section wrapper */
.product-tabs-section {
    margin-top: 28px;
}

.product-tabs .tab-contents,
.product-tabs .tabs-content {
    background: #fff;
    border-radius: 0 0 16px 16px;
}

.tab-header h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--pd-text);
    margin: 0 0 12px;
}

/* CKEditor içeriği - MİNİMUM MÜDAHALE - CKEditor'ın kendi stillerini kullanır */
.product-full-description {
    overflow: hidden; /* Taşmayı önle, stil müdahalesi minimum */
}

.product-full-description * {
    max-width: 100%;
    box-sizing: border-box;
}

.product-full-description a {
    color: var(--pd-primary) !important;
    text-decoration: none;
}

.product-full-description a:hover {
    text-decoration: underline;
}

/* CKEditor özel sınıfları */
.product-full-description .ck-content {
    border: none !important;
    padding: 0 !important;
}

/* Specifications table */
.specifications-table-container {
    background: #f8fafc;
    border: 1px solid var(--pd-border);
    border-radius: 12px;
    padding: 12px;
}

.specifications-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.97rem;
}

.specifications-table th,
.specifications-table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--pd-border);
}

.specifications-table th {
    width: 34%;
    color: var(--pd-muted);
    font-weight: 700;
}

.specifications-table tr:last-child th,
.specifications-table tr:last-child td {
    border-bottom: none;
}

/* Review stats */
.review-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    background: #f8fafc;
    border: 1px solid var(--pd-border);
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 16px;
}

.stats-summary {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rating-circle {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0,179,199,0.15), rgba(0,179,199,0.05));
    display: grid;
    place-items: center;
    color: var(--pd-primary-dark);
    font-weight: 900;
}

.rating-circle .rating-value { font-size: 1.8rem; }
.rating-circle .rating-max { font-size: 0.9rem; color: var(--pd-muted); }

.rating-text .rating-stars i { color: #fbbf24; margin-right: 3px; }
.rating-text .rating-count { color: var(--pd-muted); font-size: 0.95rem; }

.rating-distribution {
    display: grid;
    gap: 8px;
}

.rating-row {
    display: grid;
    grid-template-columns: 14px 1fr 32px;
    gap: 8px;
    align-items: center;
}

.rating-bar {
    background: #e5e7eb;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
}

.rating-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #00b3c7, #00d4d4);
}

.rating-row-label { color: var(--pd-muted); font-weight: 700; font-size: 0.9rem; }
.rating-row-count { color: var(--pd-muted); font-size: 0.9rem; text-align: right; }

/* Reviews list */
.reviews-list {
    background: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 14px;
}

.no-reviews {
    text-align: center;
    color: var(--pd-muted);
}

.no-reviews i { font-size: 1.6rem; color: var(--pd-primary); margin-bottom: 6px; }

/* Review form - Professional Styling */
.write-review {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border: 1px solid var(--pd-border);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(26,31,44,0.08);
    margin-top: 20px;
}

.review-form-header {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--pd-border);
}

.review-form-header h3 {
    margin: 0 0 8px;
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--pd-text);
}

.review-form-header p {
    margin: 0;
    color: var(--pd-muted);
    font-size: 0.95rem;
}

.review-form .form-group {
    margin-bottom: 20px;
}

.review-form .form-label {
    display: block;
    font-weight: 700;
    color: var(--pd-text);
    margin-bottom: 10px;
    font-size: 0.95rem;
}

/* Rating stars - horizontal layout */
.rating-group .rating-select {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.rating-option {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border: 2px solid var(--pd-border);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rating-option:hover {
    border-color: var(--pd-primary);
    background: rgba(0, 179, 199, 0.08);
    transform: translateY(-2px);
}

.rating-option.active,
.rating-option[style*="border-color"] {
    border-color: var(--pd-primary) !important;
    background: rgba(0, 179, 199, 0.12) !important;
}

.rating-option i {
    font-size: 1.25rem;
    color: #fbbf24 !important;
}

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

/* Textarea styling */
.review-form .form-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid var(--pd-border);
    border-radius: 12px;
    font-size: 1rem;
    font-family: inherit;
    resize: vertical;
    min-height: 120px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
}

.review-form .form-textarea:focus {
    outline: none;
    border-color: var(--pd-primary);
    box-shadow: 0 0 0 4px rgba(0, 179, 199, 0.1);
}

.review-form .form-textarea::placeholder {
    color: var(--pd-muted);
}

/* Character counter */
.character-counter {
    text-align: right;
    font-size: 0.85rem;
    color: var(--pd-muted);
    margin-top: 8px;
    font-weight: 500;
}

.character-counter.warning {
    color: #d97706;
}

.character-counter.error {
    color: var(--pd-danger);
}

/* Submit button */
.submit-review-btn {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--pd-primary), var(--pd-primary-dark));
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease;
    box-shadow: 0 10px 25px rgba(0, 179, 199, 0.25);
}

.submit-review-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 179, 199, 0.3);
}

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

.submit-review-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.submit-review-btn i {
    font-size: 1.1rem;
}

.login-required-message {
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    margin-top: 12px;
}

.login-required-message i { color: #0284c7; font-size: 1.2rem; }
.login-required-message a { color: #0369a1; font-weight: 700; }

@media (max-width: 768px) {
    .review-stats { grid-template-columns: 1fr; }
}

/* Trust badges */
.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.trust-item {
    background: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--pd-text);
    box-shadow: 0 10px 20px rgba(26,31,44,0.08);
}

.trust-item i { color: var(--pd-primary); font-size: 1.15rem; }

/* Responsive */
@media (max-width: 1100px) {
    .product-detail-container { grid-template-columns: 1fr; }
    .product-gallery, .product-info-detail { width: 100%; }
}

@media (max-width: 768px) {
    .product-detail { padding: 16px 0 36px; }
    .product-thumbnails { justify-content: center; }
    .thumbnail-item { width: 70px; height: 70px; }
    .product-main-image { min-height: 320px; }
    .product-main-image img { max-height: 320px !important; }
    .cta-buttons { grid-template-columns: 1fr; }
    .product-info-detail { padding: 16px; }
    .product-info-detail h1 { font-size: 1.35rem; }
    .write-review { padding: 18px; }
    .rating-option { width: 42px; height: 42px; }
    .rating-option i { font-size: 1.1rem; }
}

@media (max-width: 540px) {
    .product-detail-container { gap: 18px; }
    .product-main-image { min-height: 260px; padding: 8px; }
    .product-main-image img { max-height: 260px !important; }
    .thumbnail-item { width: 60px; height: 60px; padding: 6px; }
    .thumbnail-item img { max-height: 48px; }
    .submit-review-btn { padding: 14px 20px; font-size: 0.95rem; }
}

/* =========================================================
   Product description (CKEditor content) - MİNİMUM MÜDAHALE
   CKEditor'ın kendi stillerini kullanır, sadece görünürlük kuralları
   ========================================================= */
/* home-theme-elite.css'deki display:none kuralını override et */
#description-content .product-full-description,
#description-content .raw-html-embed,
#description-content .ck-content,
#description-content .product-description,
.product-full-description .product-description {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* CKEditor içeriğine müdahale ETME - sadece taşmayı önle */
#description-content .raw-html-embed *:not(style),
.product-full-description *:not(style) {
    max-width: 100%;
    box-sizing: border-box;
}

/* Style elementleri GİZLİ kalmalı - CSS metin olarak görünmemeli */
#description-content style,
.product-full-description style {
    display: none !important;
}

/* =========================================================
   Delivery info + Share block (Corporate style)
   ========================================================= */
/* ESKİ DELIVERY CSS'LERİ KALDIRILDI - YENİ FEATURE-CARD YAPISI KULLANILIYOR */

.product-info-detail .product-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 16px;
    margin-top: 12px;
    background: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(26,31,44,0.08);
}

.product-info-detail .share-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--pd-text);
}

.product-info-detail .share-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-info-detail .share-button {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--pd-border);
    background: #fff;
    color: #111827;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    text-decoration: none;
    font-size: 1.05rem;
}

/* Font Awesome paylaşım ikonları */
.product-info-detail .share-button i.fab,
.product-info-detail .share-button i.fa {
    display: inline-block !important;
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome" !important;
    font-weight: 400 !important;
    line-height: 1;
}

.product-info-detail .share-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(26,31,44,0.12);
}

.product-info-detail .share-button.facebook { color: #1877f2; border-color: rgba(24,119,242,0.2); }
.product-info-detail .share-button.twitter { color: #0f172a; border-color: rgba(15,23,42,0.15); }
.product-info-detail .share-button.pinterest { color: #bd081c; border-color: rgba(189,8,28,0.2); }
.product-info-detail .share-button.whatsapp { color: #16a34a; border-color: rgba(22,163,74,0.2); }

.product-info-detail .share-button.facebook:hover { background: rgba(24,119,242,0.08); }
.product-info-detail .share-button.twitter:hover { background: rgba(15,23,42,0.08); }
.product-info-detail .share-button.pinterest:hover { background: rgba(189,8,28,0.08); }
.product-info-detail .share-button.whatsapp:hover { background: rgba(22,163,74,0.08); }

/* Installment info visibility */
.installment-info.is-hidden { display: none; }

/* ============================================================
   PROFESYONEL KISA AÇIKLAMA VE ÖZELLIKLER BÖLÜMÜ
   ============================================================ */

/* ============================================================
   MİKTAR KONTROLÜ - QUANTITY CONTROL
   ============================================================ */
.product-quantity-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 1rem 0;
}

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

.quantity-control {
    display: flex;
    align-items: center;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #f8fafc;
    color: #374151;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn:hover:not(.disabled) {
    background: var(--pd-primary);
    color: #fff;
}

.quantity-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.quantity-input {
    width: 50px;
    height: 40px;
    border: none;
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    background: #fff;
    -moz-appearance: textfield;
    appearance: textfield;
}

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

.quantity-input:focus {
    outline: none;
}

/* ============================================================
   KISA AÇIKLAMA - SHORT DESCRIPTION
   ============================================================ */
.product-short-desc {
    background: linear-gradient(135deg, #fef9f3 0%, #fff7ed 100%);
    border: 1px solid #fed7aa;
    border-left: 4px solid var(--pd-primary);
    padding: 14px 18px;
    margin: 1rem 0;
    border-radius: 8px;
    color: #92400e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

/* Özellikler Grid - 2x2 Profesyonel Kart Düzeni */
.product-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.feature-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 179, 199, 0.03) 0%, rgba(0, 179, 199, 0.06) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 179, 199, 0.12);
    border-color: var(--pd-primary);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pd-primary) 0%, #00a3b8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 179, 199, 0.25);
    position: relative;
    z-index: 1;
}

.feature-icon i {
    color: #ffffff !important;
    font-size: 1.25rem;
    display: block;
    line-height: 1;
}

.feature-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.feature-content h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.35rem 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.feature-content p {
    font-size: 0.8rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .product-features-grid {
        grid-template-columns: 1fr;
        gap: 0.875rem;
        margin: 1.5rem 0;
    }
    
    .feature-card {
        padding: 1rem;
    }
    
    .feature-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }
    
    .feature-icon i {
        font-size: 1.1rem;
    }
    
    .feature-content h4 {
        font-size: 0.9rem;
    }
    
    .feature-content p {
        font-size: 0.75rem;
    }
    
    .product-short-desc {
        padding: 1rem 1.25rem;
        margin: 1.25rem 0;
        font-size: 0.875rem;
    }
}

/* Responsive - Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .product-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

/* ============================================================
   BENZER ÜRÜNLER - SADECE GRID (Stiller home-theme-elite.css'den)
   ============================================================ */
.related-products {
    padding: 3rem 0;
    margin-top: 2rem;
}

/* Ürün Grid - align-items: start ile kartlar stretch olmaz */
.related-products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: start;
}

/* Kartların height: auto olması için */
.related-products-grid .product-card {
    height: auto;
}

@media (max-width: 1200px) {
    .related-products-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 992px) {
    .related-products-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .related-products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
