/* Ürün detay — rakip tarzı sıkı, profesyonel düzen */

.product-page--modern {
    padding-bottom: 48px;
}

.product-detail--aligned {
    align-items: flex-start;
}

.product-detail--aligned > [class*="col-"] {
    align-self: flex-start;
}

/* Galeri — gereksiz boşluk azaltma */
.product-page--modern .product-gallery__main {
    max-height: 480px;
    aspect-ratio: 1 / 1;
}

.product-page--modern .product-gallery__main .gallery-item {
    padding: 16px;
}

.product-page--modern .product-gallery__thumb {
    height: auto;
    max-height: 480px;
}

.product-page--modern .product-detail__wrapper {
    padding-top: 0;
}

/* Kategori etiketi */
.product-detail__category {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-detail__category a {
    color: #eb5e28;
    text-decoration: none;
}

.product-detail__category a:hover {
    text-decoration: underline;
}

/* Ürün özellikleri */
.product-detail__specs {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 12px 0 16px;
    padding: 14px 16px;
    background: #f8f9fb;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.product-detail__specs span {
    color: #667085;
    margin-right: 4px;
}

.product-detail__specs strong,
.product-detail__specs a {
    color: #252522;
    font-weight: 600;
}

.product-detail__specs a {
    text-decoration: none;
}

.product-detail__specs a:hover {
    color: #eb5e28;
}

/* Sol panel — galeri altı boşluğu doldurur */
.product-side-panel {
    margin-top: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(16, 24, 40, 0.04);
}

.product-side-panel__title {
    font-size: 16px;
    font-weight: 600;
    color: #252522;
    margin: 0 0 14px;
}

.product-side-panel__list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.product-side-panel__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f2f4f7;
    font-size: 14px;
    color: #475467;
}

.product-side-panel__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-side-panel__list i {
    color: #eb5e28;
    margin-top: 3px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.product-side-panel__highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.product-side-panel__highlight {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #f0fdf4;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #047857;
}

.product-side-panel__highlight i {
    font-size: 14px;
}

/* Güven şeridi — sağ kolon altı */
.product-detail__trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eaecf0;
}

.product-detail__trust-item {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #475467;
    line-height: 1.3;
}

.product-detail__trust-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    background: #fff7ed;
    color: #eb5e28;
    border-radius: 50%;
    font-size: 16px;
}

.product-detail__payments {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 16px;
    padding: 12px 16px;
    background: #fafafa;
    border-radius: 10px;
    font-size: 13px;
    color: #98a2b3;
}

.product-detail__payments img {
    height: 22px;
    width: auto;
    opacity: 0.85;
}

.product-detail__payments .pay-icon {
    font-size: 28px;
    color: #667085;
    line-height: 1;
}

/* Açıklama bölümü — boşluk azaltma */
.product-page--modern .product-info {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #eaecf0;
}

.product-info--modern .product-info__heading {
    font-size: 22px;
    font-weight: 600;
    color: #252522;
    margin: 0 0 16px;
}

.product-info--modern .tabs__wrapper--v3 {
    margin-bottom: 0;
}

.product-info--modern .content__body {
    margin-top: 16px;
}

@media screen and (max-width: 991px) {
    .product-side-panel {
        display: none;
    }

    .product-detail__trust {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .product-page--modern .product-info {
        margin-top: 20px;
        padding-top: 16px;
    }
}

@media screen and (max-width: 575px) {
    .product-detail__trust {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .product-detail__trust-item {
        display: flex;
        align-items: center;
        gap: 12px;
        text-align: left;
    }

    .product-detail__trust-item i {
        margin: 0;
        flex-shrink: 0;
    }

    .product-page--modern .product-gallery__main {
        max-height: none;
    }
}
