.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-10);padding:var(--space-6) 0 var(--space-16);align-items:stretch;} .product-gallery{position:relative;grid-column:1;grid-row:1;min-width:0;display:flex;flex-direction:column;height:100%;} .gallery-main{width:100%;flex:1 1 auto;min-height:420px;height:auto;background:#fff;border:1px solid var(--gray-200);border-bottom:none;border-radius:10px 10px 0 0;display:flex;align-items:center;justify-content:center;padding:var(--space-2);margin-bottom:0;overflow:hidden;position:relative;box-sizing:border-box;cursor:crosshair;} .gallery-main img{position:absolute;top:10px;left:10px;right:10px;bottom:10px;width:calc(100% - 20px);height:calc(100% - 20px);max-width:100%;max-height:100%;object-fit:contain;margin:auto;pointer-events:none;border-radius:5px;} .zoom-lens{position:absolute;width:175px;height:195px;border:1.5px solid rgba(13,71,161,0.55);background:rgba(13,71,161,0.12);border-radius:8px;cursor:crosshair;pointer-events:none;display:none;z-index:5;box-shadow:0 0 0 1px rgba(255,255,255,0.8) inset, 0 4px 14px rgba(0,0,0,0.12);} .zoom-result-window{position:absolute;top:0;left:calc(100% + 20px);width:540px;height:540px;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 20px 45px rgba(0,0,0,0.15), 0 4px 14px rgba(0,0,0,0.06);overflow:hidden;display:none;pointer-events:none;z-index:1050;} .zoom-result-window img{position:absolute;top:0;left:0;max-width:none !important;max-height:none !important;object-fit:contain;pointer-events:none;} .gallery-main .gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--gray-600);cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-sm);z-index:10;pointer-events:auto;} .gallery-main .gallery-nav:hover{background:var(--primary);color:var(--white);border-color:var(--primary);} .gallery-main .gallery-prev{left:var(--space-3);} .gallery-main .gallery-next{right:var(--space-3);} .gallery-thumbs{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;background:#f8fafc;border:1px solid var(--gray-200);border-top:none;border-radius:0 0 10px 10px;padding:12px;margin-bottom:0;flex-shrink:0;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;}.gallery-thumbs::-webkit-scrollbar{height:5px;}.gallery-thumbs::-webkit-scrollbar-track{background:transparent;}.gallery-thumbs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;}.gallery-thumbs::-webkit-scrollbar-thumb:hover{background:#94a3b8;} .gallery-thumb{width:68px;height:68px;flex-shrink:0;background:#fff;border:1.5px solid #e2e8f0;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;padding:4px;cursor:pointer;transition:all 0.25s cubic-bezier(0.4, 0, 0.2, 1);} .gallery-thumb:hover,.gallery-thumb.active{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px rgba(21, 101, 192, 0.15);} .gallery-thumb img{max-width:100%;max-height:100%;object-fit:contain;border-radius:5px;} .product-info-detail{padding-top:0;position:relative;grid-column:2;grid-row:1;display:flex;flex-direction:column;height:100%;margin-bottom:0;} .product-info-detail .detail-actions{margin-top:auto;margin-bottom:0;} .product-info-detail .product-title{font-size:var(--font-3xl);font-weight:800;color:var(--gray-900);line-height:1.2;margin-bottom:var(--space-3);} .product-info-detail .product-subtitle-text{font-size:var(--font-base);color:var(--gray-500);margin-bottom:var(--space-4);} .detail-top-actions{display:flex;justify-content:flex-end;gap:var(--space-4);margin-bottom:var(--space-2);} .detail-top-actions .compare-btn,.detail-top-actions .wishlist-btn{position:static;width:auto;height:auto;background:none;box-shadow:none;border-radius:0;padding:0;font-size:var(--font-xs);font-weight:600;color:var(--gray-500);text-decoration:none;display:flex;align-items:center;gap:var(--space-2);transition:all var(--transition-fast);} .detail-top-actions .compare-btn i,.detail-top-actions .wishlist-btn i{font-size:14px;color:var(--gray-400);} .detail-top-actions .compare-btn:hover,.detail-top-actions .wishlist-btn:hover{color:var(--primary);} .detail-top-actions .compare-btn:hover i{color:var(--primary);} .detail-top-actions .wishlist-btn:hover i{color:#ef4444;} .detail-top-actions .compare-btn.active{color:var(--primary);} .detail-top-actions .compare-btn.active i{color:var(--primary);} .detail-rating{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);padding-bottom:var(--space-5);border-bottom:1px solid var(--gray-200);} .detail-rating .stars{font-size:var(--font-lg);} .detail-rating .rating-score{font-size:var(--font-base);font-weight:700;color:var(--gray-800);} .detail-rating .rating-count{font-size:var(--font-sm);color:var(--gray-500);} .detail-rating .review-count{font-size:var(--font-sm);color:var(--primary);font-weight:500;margin-left:auto;} .detail-price-section{margin-bottom:var(--space-6);} .detail-price{font-size:2.2rem;font-weight:900;color:var(--primary);letter-spacing:-1px;} .detail-price-sub{font-size:var(--font-sm);color:var(--gray-500);margin-top:var(--space-1);} .stock-info{display:flex;align-items:center;gap:var(--space-2);font-size:var(--font-sm);margin-bottom:var(--space-5);} .stock-info.in-stock{color:var(--success);} .stock-info.in-stock i{font-size:16px;} .feature-list{margin-bottom:var(--space-6);padding:var(--space-5);background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-200);} .feature-list li{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-2) 0;font-size:var(--font-sm);color:var(--gray-700);line-height:1.5;} .feature-list li i{color:var(--primary);font-size:14px;margin-top:3px;flex-shrink:0;} .detail-trust-badges{display:grid;grid-template-columns:1fr;gap:var(--space-3);margin-bottom:var(--space-6);} .detail-trust-badge{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);} .detail-trust-badge i{color:var(--primary);font-size:16px;flex-shrink:0;} .detail-trust-badge .badge-title{font-size:var(--font-xs);font-weight:700;color:var(--gray-800);} .detail-trust-badge .badge-desc{font-size:10px;color:var(--gray-500);} .seller-card{padding:30px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:var(--space-8);box-shadow:var(--shadow-sm);} .seller-card-header{display:flex;align-items:center;gap:var(--space-5);margin-bottom:var(--space-6);} .seller-avatar{width:100px;height:100px;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:36px;font-weight:800;flex-shrink:0;padding:5px;} .seller-info h4{font-size:var(--font-xl);font-weight:800;color:var(--gray-900);margin-bottom:2px;} .seller-info p{font-size:var(--font-sm);color:var(--gray-500);} .seller-stats{display:flex;gap:var(--space-4);margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--gray-100);} .seller-stat{text-align:center;flex:1;} .seller-stat .stat-value{font-size:var(--font-2xl);font-weight:800;color:var(--primary);margin-bottom:2px;} .seller-stat .stat-label{font-size:var(--font-xs);color:var(--gray-500);font-weight:600;} .seller-contact-btns{display:flex;gap:var(--space-2);} .seller-contact-btns .btn{flex:1;font-size:var(--font-xs);padding:var(--space-2) var(--space-3);} .detail-qty-section{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);padding:var(--space-3) 0;} .qty-label{font-size:var(--font-sm);font-weight:700;color:var(--gray-700);} .qty-control{display:flex;align-items:center;border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden;background:var(--white);height:44px;} .qty-control button{width:44px;height:100%;display:flex;align-items:center;justify-content:center;background:var(--gray-50);color:var(--gray-600);transition:all var(--transition-fast);} .qty-control button:hover{background:var(--gray-100);color:var(--primary);} .qty-control .qty-input{width:50px;height:100%;text-align:center;font-weight:700;font-size:var(--font-base);border-left:1px solid var(--gray-200);border-right:1px solid var(--gray-200);-moz-appearance:textfield;} .qty-control .qty-input::-webkit-outer-spin-button,.qty-control .qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;} .detail-actions{display:flex;gap:var(--space-3);margin-bottom:var(--space-4);} .detail-actions .btn{flex:1;padding:var(--space-4);font-size:var(--font-base);font-weight:700;} .detail-sub-actions{display:flex;gap:var(--space-4);justify-content:center;} .detail-sub-actions a{font-size:var(--font-xs);color:var(--gray-500);display:flex;align-items:center;gap:var(--space-2);transition:color var(--transition-fast);} .detail-sub-actions a:hover{color:var(--primary);} .product-tabs-container{margin-top:var(--space-10);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:30px;box-shadow:var(--shadow-sm);grid-column:1 / -1;width:100%;} .tabs-nav{display:flex;gap:0;border-bottom:2px solid var(--gray-100);margin-bottom:var(--space-6);} .tab-btn{padding:var(--space-3) var(--space-4);font-size:var(--font-sm);font-weight:600;color:var(--gray-500);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all var(--transition-fast);background:none;border-top:none;border-left:none;border-right:none;} .tab-btn:hover{color:var(--gray-800);} .tab-btn.active{color:var(--primary);border-bottom-color:var(--primary);} .tab-content{display:none;} .tab-content.active{display:block;animation:fadeIn 0.3s ease;} .tab-content p{font-size:var(--font-sm);color:var(--gray-600);line-height:1.8;margin-bottom:var(--space-4);} /* Ürün Özellikleri Grid (3 Sütunlu) */ .product-specs-section{margin-bottom:2.5rem;} .product-specs-section-title{font-size:1.15rem;font-weight:800;color:#0f172a;margin-bottom:1.25rem;} .product-specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 16px;margin-bottom:1.5rem;} @media(max-width:991px){.product-specs-grid{grid-template-columns:repeat(2,1fr);}} @media(max-width:576px){.product-specs-grid{grid-template-columns:1fr;}} .spec-card-pill{background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:48px;transition:background .15s ease,border-color .15s ease;} .spec-card-pill:hover{background:#f1f5f9;border-color:#e2e8f0;} .spec-card-pill .spec-label{color:#64748b;font-size:0.88rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0;} .spec-card-pill .spec-value{color:#0f172a;font-size:0.88rem;font-weight:700;text-align:right;word-break:break-word;} .safety-info-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;max-width:380px;min-height:48px;} .safety-info-card .safety-label{color:#64748b;font-size:0.88rem;font-weight:500;} .safety-info-card .safety-link{color:#0f172a;font-size:0.88rem;font-weight:700;text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;} .safety-info-card .safety-link:hover{color:var(--primary);} /* Ürün Açıklaması */ .product-description-section{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e2e8f0;} .product-description-section-title{font-size:1.15rem;font-weight:800;color:#0f172a;margin-bottom:1.25rem;} .product-description-text{font-size:0.95rem;color:#334155;line-height:1.8;} .product-description-text p{margin-bottom:1rem;} .specs-table{width:100%;border-collapse:collapse;} .specs-table tr{border-bottom:1px solid var(--gray-100);} .specs-table td{padding:var(--space-3) var(--space-4);font-size:var(--font-sm);} .specs-table td:first-child{font-weight:600;color:var(--gray-700);width:200px;background:var(--gray-50);} .specs-table td:last-child{color:var(--gray-600);} .qa-item{margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--gray-100);} .qa-item:last-child{border-bottom:none;} .question{display:flex;gap:var(--space-3);margin-bottom:var(--space-3);} .question i{color:var(--primary);margin-top:4px;} .question-text{font-weight:600;color:var(--gray-800);font-size:var(--font-sm);} .answer{display:flex;gap:var(--space-3);padding:var(--space-4);background:var(--gray-50);border-radius:var(--radius-md);margin-left:var(--space-6);} .answer i{color:var(--success);margin-top:4px;} .answer-text{font-size:var(--font-sm);color:var(--gray-600);line-height:1.6;} .answer-meta{font-size:11px;color:var(--gray-400);margin-top:var(--space-2);} .review-item{margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--gray-100);} .review-item:last-child{border-bottom:none;} .review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2);} .review-user{font-weight:700;color:var(--gray-800);font-size:var(--font-sm);} .review-stars{color:#F57C00;font-size:12px;} .review-date{font-size:var(--font-xs);color:var(--gray-400);margin-bottom:var(--space-3);} .review-text{font-size:var(--font-sm);color:var(--gray-600);line-height:1.6;} .similar-section{padding:var(--space-10) 0;background:var(--gray-50);border-top:1px solid var(--gray-200);} .similar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-5);}.btn-message-seller{background:#0d47a1;color:#fff;border:none;font-weight:700;transition:background .25s ease,transform .25s ease,box-shadow .25s ease;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;}.btn-message-seller:hover{background:#0a3d8f;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(13,71,161,.25);}.btn-message-seller:focus-visible{outline:2px solid #1565c0;outline-offset:2px;} @media (max-width:1024px){.product-detail{display:flex;flex-direction:column;gap:var(--space-6);padding-bottom:var(--space-10);} .product-gallery{order:1;position:static;} .product-info-detail{order:2;position:static;padding-bottom:var(--space-6);border-bottom:1px solid var(--gray-200);} .product-tabs-container{order:3;margin-top:var(--space-6);} .gallery-thumbs{justify-content:flex-start;} .similar-grid{grid-template-columns:repeat(2,1fr);} }

/* Öne Çıkan Özellikler Bölümü (Görsel 2 Stili) */
.product-featured-specs-section {
    margin-bottom: 1.5rem;
}

.featured-specs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.featured-specs-title {
    font-size: 1.08rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.2px;
}

.see-all-specs-link {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--primary, #0D47A1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.15s ease, transform 0.15s ease;
    cursor: pointer;
}

.see-all-specs-link:hover {
    color: #0284c7;
    transform: translateX(2px);
    text-decoration: underline;
}

.see-all-specs-link i {
    font-size: 0.75rem;
}

.featured-specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 10px;
}

@media (max-width: 1200px) {
    .featured-specs-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .featured-specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.featured-spec-pill {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 6px;
    padding: 9px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 52px;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.featured-spec-pill:hover {
    background: #f1f5f9;
    border-color: #e2e8f0;
}

.featured-spec-label {
    font-size: 0.76rem;
    color: #64748b;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-spec-value {
    font-size: 0.92rem;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==========================================================================
   ÜRÜN BİLGİLERİ PANELİ (Görseldeki Fotoğraf + Açıklama + Ek Bilgiler + Akordeon)
   ========================================================================== */
.product-info-panel-wrapper {
    margin-bottom: 2.5rem;
}

.product-info-main-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.3px;
}

.product-info-panel-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 26px 30px 20px 30px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.product-info-panel-content {
    position: relative;
}

.product-info-grid-layout {
    display: grid;
    grid-template-columns: 140px 1.4fr 1.2fr;
    gap: 34px;
    align-items: flex-start;
}

@media (max-width: 1200px) {
    .product-info-grid-layout {
        grid-template-columns: 120px 1.2fr 1fr;
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .product-info-grid-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .product-info-img-col {
        display: flex;
        justify-content: center;
    }
}

.product-info-thumb-wrap {
    width: 130px;
    height: 180px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.product-info-thumb-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-info-section-subtitle {
    font-size: 1.08rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
    letter-spacing: -0.2px;
}

.product-info-bullets {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.75;
}

.product-info-bullets p {
    margin-bottom: 8px;
}

.product-info-extra-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-info-extra-list li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.6;
}

.bullet-dot {
    color: #f97316;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 900;
    flex-shrink: 0;
}