.product-gallery {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.product-gallery .slick-list,
.product-gallery .slick-track,
.product-gallery .product-image-item {
    height: 100%;
}

.product-gallery .product-thumb-slider {
    flex: 0 0 14%;
}

.product-slider {
    overflow: hidden;
    position: relative;
    background-color: var(--white-color);
    flex: 1;
}

.slick-next,
.slick-prev {
    z-index: 1;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--primary-color) 55%, #fff);
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-next.is-disabled,
.slick-prev.is-disabled {
    opacity: 0;
    display: none;
    pointer-events: none;
    cursor: default;
}

.slick-next:hover,
.slick-prev:hover {
    opacity: 1;
}

.slick-next i,
.slick-prev i {
    font-size: 17px;
    color: #fff;
}

.product-image-item {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    cursor: zoom-in;
}

.product-image-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product-image-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    height: 550px;
}

.product-thumb-item {
    padding: 5px 0;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease, border-color 0.3s ease;
    outline: none !important;
}

.product-thumb-item img {
    border: 1px solid transparent;
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.product-thumb-item.slick-current {
    opacity: 1;
}

.product-thumb-item.slick-current img {
    border-color: var(--primary-color);
    border-width: 1px;
}

.product-thumb-item:hover {
    opacity: 1;
}

.product-detail-wrapper {
    padding-bottom: 60px;
}

.brand-name {
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.product-title {
    font-size: 26px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 10px;
    line-height: 1.3;
}

.product-social-proof {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
}

.rating-box {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.rating-box .stars {
    display: flex;
    gap: 2px;
    font-size: 14.5px;
}

.rating-count {
    color: rgba(var(--bs-warning-rgb), 1) !important;
    text-decoration: underline;
    cursor: pointer;
}

.separator {
    width: 6px;
    height: 6px;
    background: #ddd;
    border-radius: 50%;
}

.liked-count {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ef4444;
    font-weight: 500;
}

.liked-count i {
    font-size: 15.5px;
}

.price-area-modern {
    margin-bottom: 20px;
}

.price-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.discount-label {
    background: color-mix(in srgb, #ef4444 10%, #fff);
    border: 1px solid color-mix(in srgb, #ef4444 15%, #fff);
    color: #ef4444;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.prices {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.prices .old-price {
    font-size: 19px;
    color: var(--text-color);
    opacity: .6;
    text-decoration: line-through;
    font-weight: 400;
}

.prices .current-price {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.prices .current-price small {
    font-size: 18px;
    font-weight: 500;
}

.product-badges {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.product-badge-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 11px;
    background: color-mix(in srgb, var(--primary-color) 10%, #fff);
    border: 1px solid color-mix(in srgb, var(--primary-color) 15%, #fff);
    color: var(--primary-color);
    font-size: 12.5px;
    font-weight: 500;
    border-radius: 6px;
}

.product-badge-item i {
    font-size: 16px;
    color: var(--primary-color);
}

.product-divider {
    height: 1px;
    border-bottom: 1px solid var(--border-color);
    margin: 20px 0;
}

.variant-group {
    margin-bottom: 20px;
}

.variant-header {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.v-title {
    font-weight: 500;
    color: var(--primary-color);
}

.selected-option-label {
    color: var(--primary-color);
    font-weight: 500;
}

.variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variant-btn {
    border: 1px solid var(--border-color);
    background: var(--white-color);
    color: var(--text-color);
    padding: 0 15px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--primary-color);
}

.variant-btn.has-image {
    padding: 0.1px;
    width: 13.5%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}

.variant-btn.has-image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.variant-btn:hover {
    border-color: var(--primary-color);
}

.variant-btn.selected {
    border-color: var(--secondary-primary);
    color: var(--secondary-primary);
}

.variant-btn.has-image.selected {
    border-color: var(--secondary-primary);
}

.variant-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #f3f4f6;
    text-decoration: line-through;
    border-color: #e5e7eb;
}

.variant-btn.no-stock {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #f3f4f6;
    text-decoration: line-through;
    border-color: #e5e7eb;
    user-select: none;
    pointer-events: none;
}

.main-actions-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 25px;
    align-items: stretch;
}

.product-extra-links {
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
    margin-top: 20px;
}

.extra-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 5px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    color: var(--text-color);
    font-weight: 500;
    transition: color 0.2s;
    font-size: 14px;
}

.extra-link-item:hover {
    color: var(--primary-color);
}

.extra-link-item i:first-child {
    font-size: 18px;
    color: #94a3b8;
}

.extra-link-item:hover i:first-child {
    color: var(--primary-color);
}

.ml-auto {
    margin-left: auto;
    font-size: 12px;
}

.product-description {
    margin-top: 40px;
    line-height: 1.7;
    color: var(--text-color);
}

.product-description h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--heading-color);
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 10px;
    display: inline-block;
}

.product-tabs-custom {
    margin-top: 30px;
}

.product-tabs-custom .nav {
    border-bottom: 1px solid var(--border-color);
    gap: 30px;
}

.product-tabs-custom .nav .nav-item button {
    border: 0 !important;
    color: var(--text-color);
    padding: 0;
    font-size: 16px;
    padding-bottom: 15px;
}

.product-tabs-custom .nav .nav-item button.active {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color) !important;
}

.product-tabs-custom .tab-content {
    margin-top: 15px;
}

.product-social {
    display: flex;
    gap: 7.5px;
    margin-top: 17.5px;
    justify-content: flex-end;
    position: relative;
}

.ps-line {
    display: flex;
    gap: 3.5px;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin-right: 2px;
}

.ps-line>div {
    height: 2px;
    border-radius: 2px;
    background-color: var(--border-color);
}

.ps-line>div:first-child {
    width: 8px;
}

.ps-line>div:nth-child(2) {
    width: 13px;
}

.ps-line>div:nth-child(3) {
    width: 19px;
}

.ps-line>div:last-child {
    flex-grow: 1;
}

.ps-line.right {
    margin-right: 0;
    margin-left: 3px;
    flex-grow: 0;
}

.ps-line.right>div:last-child {
    width: 33px;
}

.social-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.social-icon i {
    font-size: 18px;
}

.social-icon.whatsapp {
    --color: #25d366;
    color: var(--color);
    background-color: color-mix(in srgb, var(--color) 2%, #fff);
}

.social-icon.whatsapp:hover {
    --color: #20c65f;
    color: var(--color);
    background-color: color-mix(in srgb, var(--color) 12%, #fff);
}

.social-icon.instagram {
    --color: #fd1d1d;
    color: var(--color);
    background-color: color-mix(in srgb, var(--color) 2%, #fff);
}

.social-icon.instagram:hover {
    --color: #fc1515;
    color: var(--color);
    background-color: color-mix(in srgb, var(--color) 12%, #fff);
}

.social-icon.share {
    --color: var(--secondary-color);
    color: var(--color);
    background-color: color-mix(in srgb, var(--secondary-color) 5%, #fff);
}

.social-icon.share:hover {
    --color: var(--secondary-primary);
    color: var(--color);
    background-color: color-mix(in srgb, var(--secondary-primary) 17%, #fff);
}

/* ürün açıklama css */
.furniture-desc-wrapper {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.8;
}

.desc-title {
    font-size: 1.6rem;
    color: var(--heading-color);
    margin-bottom: 15px;
    font-weight: 500;
}

.desc-lead {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 25px;
    font-style: italic;
}

.desc-section {
    margin-bottom: 20px;
    padding-left: 5px;
}

.desc-subtitle {
    font-size: 1.2rem;
    color: #1a252f;
    margin-bottom: 8px;
    font-weight: 600;
}

.desc-badge-info {
    background-color: #fcf8e3;
    border-left: 4px solid #f0ad4e;
    padding: 15px;
    margin-top: 30px;
    border-radius: 4px;
}

.desc-badge-info p {
    margin-bottom: 0 !important;
}

/* Dinamik SEO Kutusu Tasarımı */
.dynamic-seo-box {
    background: var(--secondary-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 20px;
    margin: 20px 0;
}

.seo-box-title {
    font-size: 23px;
    color: var(--text-color);
    margin-bottom: 12px;
    font-weight: 600;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 8px;
}

.seo-text,
.seo-price-text {
    color: var(--text-color);
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 22px;
}

.seo-text:last-of-type,
.seo-price-text:last-of-type {
    margin-bottom: 0;
}

.seo-highlights {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.seo-tag {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 20px;
    color: var(--text-color);
    background-color: color-mix(in srgb, var(--secondary-primary) 60%, #fff);
    border: 1px solid color-mix(in srgb, var(--secondary-primary) 90%, #fff);
}

.seo-tag i {
    font-size: 17px;
}

/* Panelden Gelecek Class'sız HTML İçerikleri İçin Genel CSS */
.product-pure-text-content {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color, #333);
    line-height: 1.8;
    font-size: 15px;
    margin-top: 25px;
}

.product-pure-text-content p {
    margin-bottom: 15px;
    color: var(--text-color, #555);
}

.product-pure-text-content strong {
    font-weight: 600;
    color: var(--heading-color, #1a252f);
}

.product-pure-text-content h1,
.product-pure-text-content h2,
.product-pure-text-content h3,
.product-pure-text-content h4 {
    color: var(--heading-color, #1a252f);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.product-pure-text-content h1 {
    font-size: 24px;
}

.product-pure-text-content h2 {
    font-size: 21px;
}

.product-pure-text-content h3 {
    font-size: 18px;
}

.product-pure-text-content h4 {
    font-size: 16px;
}

.product-pure-text-content ul,
.product-pure-text-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.product-pure-text-content ul li {
    list-style-type: disc;
    margin-bottom: 6px;
}

.product-pure-text-content ol li {
    list-style-type: decimal;
    margin-bottom: 6px;
}

.product-pure-text-content blockquote {
    background-color: var(--secondary-bg-color, #f8f9fa);
    border-left: 4px solid var(--primary-color, #f0ad4e);
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-style: italic;
}

.product-pure-text-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

.product-pure-text-content table th,
.product-pure-text-content table td {
    border: 1px solid var(--border-color, #dee2e6);
    padding: 10px;
    text-align: left;
}

.product-pure-text-content table th {
    background-color: var(--secondary-bg-color, #f8f9fa);
    font-weight: 600;
}

.product-pure-text-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

/* ürün açıklama css */

/* Ürün Özellikleri Tabı CSS */
.product-features-container {
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Masaüstünde yan yana 2 sütun */
    gap: 15px 30px;
    /* Satır ve sütun boşluğu */
}

.feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--border-color, #dee2e6);
}

.feature-label {
    font-weight: 500;
    color: var(--text-color, #666);
    font-size: 14px;
}

.feature-value {
    font-weight: 600;
    color: var(--heading-color, #1a252f);
    font-size: 14px;
    text-align: right;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .feature-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .feature-value {
        text-align: left;
    }
}

/* Ürün Özellikleri Tabı CSS */

/* ============================================
   YORUMLAR / REVIEWS TAB CSS
   ============================================ */

.review-wrapper {
    padding: 20px 0;
}

/* Sol Kolon: Puan Dağılımı + Form */
.degerlendirme-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 16px;
}

/* Ortalama Puan Kutusu */
.reviewbox_two {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.revbgcount {
    background: var(--secondary-bg-color);
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.average-rating {
    font-size: 11px;
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rating-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 1;
}

.stararea {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
}

/* Yıldız Yüzde Satırları (boxktli) */
.boxktli {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.boxktli>div {
    padding: 0 !important;
}

.boxktli:last-of-type {
    margin-bottom: 0;
}

.rattitle {
    display: flex;
    align-items: center;
}

.ratingx {
    display: flex;
    gap: 2px;
    font-size: 18px;
    color: #ffc107;
}

.rating-percentage-col {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    background-color: var(--secondary-bg-color);
    border-radius: 12px;
    padding: 0 5px;
}

.percent {
    font-size: 12px;
    color: #888;
    min-width: 45px;
    font-weight: 500;
}

.rating-percentage {
    display: inline-block;
    height: 8px;
    background: linear-gradient(90deg, var(--secondary-primary), color-mix(in srgb, var(--secondary-primary) 70%, #ff8c00));
    border-radius: 4px;
    transition: width 0.4s ease;
    min-width: 2px;
}

/* Yıldız Seçme (Değerlendirme Formu) */
.degerlendirme-ratings {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.degerlendirme-ratings>span {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    margin-right: 4px;
}

.degerlendirme-ratings input[type="radio"] {
    display: none;
}

.degerlendirme-ratings label {
    display: flex;
    gap: 3px;
    cursor: pointer;
    transition: transform 0.15s ease;
}

.degerlendirme-ratings label:hover {
    transform: scale(1.1);
}

.degerlendirme-ratings label i {
    transition: color 0.2s ease;
}

.degerlendirme-ratings label.checked i,
.degerlendirme-ratings .tif,
.degerlendirme-ratings label:hover i {
    color: #ffc107 !important;
}

/* Form Giriş Alanları */
.inputs-row-review {
    margin: 0;
}

.inputs-row-review .form-control {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    color: var(--text-color);
    background: var(--white-color);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.inputs-row-review .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-color) 12%, transparent);
    outline: none;
}

.inputs-row-review textarea.form-control {
    resize: vertical;
    min-height: 110px;
    rows: unset;
}

.m-p-0 {
    margin: 0;
    padding: 0 5px;
    margin-bottom: 12px;
}

/* Fotoğraf Ekleme */
.review-form-under {
    margin-top: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
}

.review-form-under>.form-group {
    margin-bottom: 16px;
}

.review-form-under label strong {
    font-size: 13px;
    font-weight: 600;
    color: var(--heading-color);
    display: block;
    margin-bottom: 8px;
}

.yorum-gorsel-flex {
    display: flex;
    gap: 12px;
}

.yorum_gorsel {
    position: relative;
}

.yorum_gorsel label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border: 1px dashed var(--border-color);
    border-radius: 10px;
    cursor: pointer;
    gap: 4px;
    transition: border-color 0.2s ease, background 0.2s ease;
    overflow: hidden;
    position: relative;
    background: var(--secondary-bg-color);
}

.yorum_gorsel label:hover {
    border-color: var(--primary-color);
    background: color-mix(in srgb, var(--primary-color) 5%, #fff);
}

.yorum_gorsel label svg {
    width: 24px;
    height: 24px;
    opacity: 0.5;
}

.yorum_gorsel label span {
    font-size: 10px;
    color: #999;
    text-align: center;
}

.yorum_gorsel label img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    border-radius: 8px;
}

.yorum_gorsel label img[src]:not([src=""]) {
    display: block;
}

.yorum_gorsel input[type="file"] {
    display: none;
}

/* Gönder Butonu */
.review-wrapper .btn-primary {
    background: var(--btn-primary-bg);
    color: var(--btn-primary-text);
    border: none;
    border-radius: 8px;
    padding: 11px 28px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    letter-spacing: 0.3px;
}

.review-wrapper .btn-primary:hover {
    background: var(--btn-primary-hover-bg);
    color: var(--btn-primary-hover-text);
    transform: translateY(-1px);
}

/* Fotoğraflı Yorumlar */
.fotografli-yorumlar {
    margin-bottom: 20px;
}

.fotografli-yorumlar h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.fotograflar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fotograflar .item {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid var(--border-color);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.fotograflar .item:hover {
    border-color: var(--primary-color);
    transform: scale(1.05);
}

.fotograflar .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Filtre Başlıkları */
.filtre-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Filtre Wrapper'ları (Konu + Puan) */
.konu-kutusu-wrapper,
.puan-kutusu-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.flex-div {
    display: flex;
    align-items: center;
}

.scroll {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scrollbar-color: var(--border-color) transparent;
}

/* Filtre Kutuları */
.filtre-kutu {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    font-size: 12.5px;
    color: #ffc107;
    background: var(--white-color);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    text-decoration: none;
}

.konu-kutusu-wrapper .filtre-kutu {
    color: var(--text-color);
}

.filtre-kutu:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: color-mix(in srgb, var(--primary-color) 5%, #fff);
}

.filtre-kutu.active {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.filtre-kutu img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.filtre-kutu i {
    font-size: 12px;
}

.filtre-kutu .__total {
    font-weight: 600;
    font-size: 11px;
}

/* Yorum Listesi */
._urunYorumler {
    max-height: 580px;
    overflow-y: auto;
    margin-top: 8px;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: var(--border-color) transparent;
}

._urunYorumler::-webkit-scrollbar {
    width: 4px;
}

._urunYorumler::-webkit-scrollbar-track {
    background: transparent;
}

._urunYorumler::-webkit-scrollbar-thumb {
    background: var(--border-color);
    border-radius: 4px;
}

/* Tek Yorum Kartı */
.comment {
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
    transition: background 0.15s ease;
}

.comment:last-child {
    border-bottom: none;
}

.comment-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.comment-header .flex-div {
    gap: 10px;
    flex-wrap: wrap;
}

.comment-rating {
    display: flex;
    gap: 2px;
    align-items: center;
}

/* Satın Aldı Rozeti */
.trusted {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    color: #16a34a;
    font-weight: 500;
}


.trusted span {
    display: block;
    line-height: 14px;
}

.trusted-container {
    width: 14px;
    height: 14px;
    background: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trusted-container i {
    font-size: 9px;
    color: #fff;
}

/* Yorum Bilgileri (Ad, Tarih, Saat) */
.comment-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.comment-info-item {
    font-size: 12px;
    color: #888;
}

.comment-info-item:not(:last-child)::after {
    content: '·';
    margin-left: 8px;
    color: #ccc;
}

/* Yorum Metni */
.comment-text p {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.65;
    margin: 0;
}

/* Yorum Fotoğrafları */
.comment-photos {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.comment-photos img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.comment-photos img:hover {
    transform: scale(1.06);
    border-color: var(--primary-color);
}

/* Yorum Yok Mesajı */
._urunYorumlerNo {
    font-size: 14px;
    color: #888;
    display: block;
    padding: 20px 0;
    text-align: center;
}

/* Loader */
.loader__ {
    display: none;
}

/* ============================================
   MOBİL YORUM BÖLÜMÜ
   ============================================ */
.mobile-yorum-ust-wrapper {
    display: none;
}

.mobile-yorum-orta-wrapper {
    display: none;
}

@media (max-width: 767px) {
    .mobile-none {
        display: none !important;
    }

    .mobile-yorum-ust-wrapper {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px;
        background: var(--secondary-bg-color);
        border-radius: 12px;
        margin-bottom: 16px;
    }

    .mobile-yorum-ust-wrapper img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 8px;
        flex-shrink: 0;
    }

    ._urun-isim {
        font-size: 14px;
        font-weight: 600;
        color: var(--heading-color);
        margin-bottom: 6px;
    }

    .flex-center {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .flex-center.last {
        margin-top: 4px;
    }

    .firstpuan span {
        font-size: 20px;
        font-weight: 700;
        color: var(--heading-color);
    }

    .degerlendirme-mobil {
        font-size: 11px;
        color: #888;
    }

    .mobile-yorum-orta-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        padding: 14px;
        background: var(--secondary-bg-color);
        border-radius: 12px;
        margin-bottom: 16px;
    }

    .mobile-yorum-orta-wrapper .__title {
        font-size: 13px;
        color: var(--text-color);
    }

    .mobile-yorum-orta-wrapper .ratings {
        display: flex;
        gap: 6px;
    }

    .review-wrapper .col-md-6 {
        padding: 0;
    }

    .reviewbox_two {
        flex-direction: column;
        align-items: flex-start;
    }

    .inputs-row-review .m-p-0 {
        padding: 0;
    }

    ._urunYorumler {
        max-height: 400px;
    }

    .fotograflar .item {
        width: 50px;
        height: 50px;
    }

    .comment-photos img {
        width: 52px;
        height: 52px;
    }
}

/* ============================================
   FOTOĞRAFLI YORUM MODAL CSS
   ============================================ */

/* Modal Backdrop & Dialog */
.fotograflar-items-modal .modal-dialog {
    max-width: 960px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    min-height: calc(100% - 60px);
}

.fotograflar-items-modal .modal-content {
    background: var(--white-color, #fff);
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* Ana Container */
.fotograflar-items {
    position: relative;
    overflow: hidden;
}

/* Her Bir Yorum Fotoğraf Kartı */
.fotograf-item {
    display: none;
    animation: fadeInModal 0.35s ease;
}

.fotograf-item.active {
    display: flex;
    flex-wrap: wrap;
}

@keyframes fadeInModal {
    from {
        opacity: 0;
        transform: scale(0.97);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Sol Taraf: Fotoğraf İçeriği */
.fotograf-item-content {
    background: #0a0a0a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    position: relative;
    padding: 0;
}

.fotograf-inner-item {
    display: none;
    width: 100%;
    height: 100%;
    animation: fadeSlideImage 0.4s ease;
}

.fotograf-inner-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadeSlideImage {
    from {
        opacity: 0;
        transform: translateX(12px);
    }

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

.fotograf-inner-item img {
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    display: block;
    margin: auto;
    user-select: none;
    -webkit-user-drag: none;
}

/* Sağ Taraf: Yorum Bilgileri */
.fotograf-item-comment {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.fotograf-item-comment-info {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

/* Modal İçindeki Yorum Header */
.fotograf-item-comment-info .comment-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-color, #eee);
}

.fotograf-item-comment-info .comment-rating {
    display: flex;
    gap: 3px;
    align-items: center;
}

.fotograf-item-comment-info .comment-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.fotograf-item-comment-info .comment-info-item {
    font-size: 13px;
    color: #888;
    font-weight: 400;
}

.fotograf-item-comment-info .comment-info-item:first-child {
    font-weight: 600;
    color: var(--heading-color, #1a252f);
    font-size: 14px;
}

.fotograf-item-comment-info .comment-info-item:not(:last-child)::after {
    content: '·';
    margin-left: 8px;
    color: #ccc;
}

/* Modal İçindeki Yorum Metni */
.fotograf-item-comment-info .comment-text {
    flex: 1;
}

.fotograf-item-comment-info .comment-text p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-color, #555);
    margin: 0;
}

/* Navigasyon Okları */
.fotograflar-items .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.fotograflar-items .arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.fotograflar-items .arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.fotograflar-items .arrow i {
    font-size: 20px;
    color: var(--heading-color, #1a252f);
    line-height: 1;
}

.fotograflar-items .arrow.prev {
    left: 14px;
}

.fotograflar-items .arrow.next {
    right: 14px;
}

/* Kapatma Butonu */
.fotograflar-modal-kapat {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    background: var(--secondary-bg-color);
    color: var(--text-color);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    padding: 0;
    opacity: 1;
    transition: all 0.25s ease;
}

.fotograflar-modal-kapat:hover {
    background: var(--heading-color);
    color: #fff;
    transform: scale(1.1);
}

.fotograflar-modal-kapat i {
    font-size: 22px;
    line-height: 1;
}

/* ============================================
   FOTOĞRAFLI YORUM MODAL - MOBİL
   ============================================ */
@media (max-width: 767px) {
    .fotograflar-items-modal .modal-dialog {
        max-width: 100%;
        margin: 10px;
        min-height: calc(100% - 20px);
    }

    .fotograflar-items-modal .modal-content {
        border-radius: 12px;
    }

    .fotograf-item.active {
        flex-direction: column;
    }

    .fotograf-item-content {
        min-height: 280px;
    }

    .fotograf-item-content.col-md-6,
    .fotograf-item-comment.col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .fotograf-inner-item img {
        max-height: 280px;
    }

    .fotograf-item-comment-info {
        padding: 20px 16px;
        gap: 12px;
    }

    .fotograflar-items .arrow {
        width: 36px;
        height: 36px;
        top: 140px;
    }

    .fotograflar-items .arrow.prev {
        left: 8px;
    }

    .fotograflar-items .arrow.next {
        right: 8px;
    }

    .fotograflar-items .arrow i {
        font-size: 18px;
    }

    .fotograflar-modal-kapat {
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
    }

    .fotograflar-modal-kapat i {
        font-size: 20px;
    }
}



/* ============================================
   YORUMLAR / REVIEWS TAB CSS
   ============================================ */

/* --- Sticky add to cart ----- */
.sticky-add-to-cart {
    position: fixed;
    bottom: -150px;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    visibility: hidden;
    pointer-events: none;
    background-color: var(--white-color, #fff);
    border-top: 1px solid var(--border-color, #eee);
}

.sticky-add-to-cart.is-visible {
    bottom: 0;
    visibility: visible;
}

.sticky-add-to-cart .container {
    pointer-events: auto;
}

.sticky-add-to-cart .sticky-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 0;
    padding: 12px 20px;
}

.sticky-add-to-cart .sticky-product-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.sticky-add-to-cart .sticky-product-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--border-color, #eee);
}

.sticky-add-to-cart .sticky-product-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--heading-color, #222);
    margin: 0 0 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}

.sticky-add-to-cart .sticky-product-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.sticky-add-to-cart .sticky-product-price .current-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color, #e63946);
    line-height: 1;
}

.sticky-add-to-cart .sticky-product-price .current-price small {
    font-size: 13px;
    font-weight: 600;
}

.sticky-add-to-cart .sticky-product-price .old-price {
    font-size: 14px;
    color: var(--text-color, #777);
    text-decoration: line-through;
}

.sticky-add-to-cart .sticky-product-actions {
    min-width: 380px;
    margin-top: 0;
}

@media (max-width: 768px) {
    .sticky-add-to-cart {
        bottom: -150px;
    }

    .sticky-add-to-cart.is-visible {
        bottom: 15px;
    }

    .sticky-add-to-cart .sticky-product-info {
        display: none;
    }

    .sticky-add-to-cart .sticky-product-actions {
        width: 100%;
        min-width: auto;
    }

    .sticky-add-to-cart .sticky-content {
        padding: 12px;
    }
}

/* --- Sticky add to cart ----- */