.product-guest-cta {
    margin-top: 1.5rem;
    padding: 1.15rem 1.2rem 1.25rem;
    border-radius: 0.35rem;
    border: 1px solid rgba(30, 90, 168, 0.14);
    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 48%);
    box-shadow: 0 0.75rem 1.75rem rgba(30, 90, 168, 0.08);
    position: relative;
    overflow: hidden;
}

.product-guest-cta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #4DA6FF 0%, #1E5AA8 100%);
}

.dark .product-guest-cta {
    border-color: #374151;
    background: linear-gradient(180deg, rgba(30, 90, 168, 0.12) 0%, rgba(17, 24, 39, 0.9) 55%);
    box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.22);
}

.product-guest-cta__head {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.product-guest-cta__icon {
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.3rem;
    background: linear-gradient(145deg, #1E5AA8 0%, #4DA6FF 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.45rem 1rem rgba(30, 90, 168, 0.28);
}

.product-guest-cta__icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.product-guest-cta__copy {
    min-width: 0;
}

.product-guest-cta__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f2d5c;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.dark .product-guest-cta__title {
    color: #f8fafc;
}

.product-guest-cta__text {
    margin: 0.35rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
}

.dark .product-guest-cta__text {
    color: #94a3b8;
}

.product-guest-cta__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1.05rem;
}

.product-guest-cta__actions .product-guest-cta__btn {
    width: 100%;
    min-width: 0;
}

.product-guest-cta__btn--full {
    grid-column: 1 / -1;
}

.product-guest-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.65rem;
    padding: 0.55rem 0.8rem;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    border-radius: 0.3rem;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.product-guest-cta__btn svg {
    width: 1.05rem;
    height: 1.05rem;
    flex-shrink: 0;
}

.product-guest-cta__btn:hover {
    transform: translateY(-1px);
}

.product-guest-cta__btn:active {
    transform: translateY(0);
}

@media (max-width: 479px) {
    .product-guest-cta {
        padding: 1rem;
    }

    .product-guest-cta__actions {
        grid-template-columns: 1fr;
    }

    .product-guest-cta__btn {
        white-space: normal;
        min-height: 2.75rem;
    }
}

.product-guest-cta__btn--primary {
    background: linear-gradient(135deg, #1E5AA8 0%, #2563b8 100%);
    border-color: #1E5AA8;
    color: #fff;
    box-shadow: 0 0.4rem 1rem rgba(30, 90, 168, 0.28);
}

.product-guest-cta__btn--primary:hover {
    background: linear-gradient(135deg, #174a8c 0%, #1E5AA8 100%);
    border-color: #174a8c;
    box-shadow: 0 0.55rem 1.25rem rgba(30, 90, 168, 0.35);
}

.product-guest-cta__btn--secondary {
    background: #fff;
    border-color: rgba(30, 90, 168, 0.35);
    color: #1E5AA8;
}

.product-guest-cta__btn--secondary:hover {
    background: #f0f7ff;
    border-color: #1E5AA8;
}

.dark .product-guest-cta__btn--secondary {
    background: transparent;
    border-color: rgba(77, 166, 255, 0.45);
    color: #93c5fd;
}

.product-guest-cta__btn--outline {
    background: #fff;
    border-color: #e2e8f0;
    color: #0f2d5c;
}

.product-guest-cta__btn--outline:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}

.dark .product-guest-cta__btn--outline {
    background: transparent;
    border-color: #475569;
    color: #e2e8f0;
}

.product-guest-cta__quote {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.875rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1E5AA8;
    text-decoration: none;
}

.product-guest-cta__quote:hover {
    text-decoration: underline;
}

.product-quote-section {
    scroll-margin-top: 6rem;
}

.product-quote-card {
    padding: 1.75rem;
    border-radius: 1.25rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.dark .product-quote-card {
    border-color: #374151;
    background: #111827;
}

.product-quote-card__head {
    margin-bottom: 1.25rem;
}

.product-quote-flash {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1rem;
    border-radius: 0.875rem;
    border: 1px solid transparent;
}

.product-quote-flash__title {
    font-size: 0.875rem;
    font-weight: 700;
}

.product-quote-flash__message {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
}

.product-quote-flash--success {
    background: #ecfdf5;
    border-color: #86efac;
    color: #166534;
}

.product-quote-flash--error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.product-quote-flash--info {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1e40af;
}

.product-quote-flash--warning {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}

.product-quote-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.dark .product-quote-card__title {
    color: #f9fafb;
}

.product-quote-card__desc {
    margin-top: 0.35rem;
    font-size: 0.875rem;
    color: #64748b;
}

.product-quote-form {
    margin-top: 0.25rem;
}

.product-quote-form__grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 640px) {
    .product-quote-form__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.product-quote-form__full {
    grid-column: 1 / -1;
    overflow: visible;
}

.product-quote-form label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.35rem;
}

.product-quote-form__req {
    color: #dc2626;
}

.product-quote-form input,
.product-quote-form textarea {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #fff;
    color: #0f172a;
    font-size: 0.875rem;
    line-height: 1.4;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.product-quote-form input:focus,
.product-quote-form textarea:focus {
    outline: none;
    border-color: #1E5AA8;
    box-shadow: 0 0 0 3px rgba(30, 90, 168, 0.12);
}

.product-quote-form textarea,
.product-quote-form__message {
    display: block;
    width: 100%;
    min-height: 7rem;
    max-height: 28rem;
    max-width: 100%;
    overflow: auto;
    resize: vertical;
    field-sizing: fixed;
}

.product-quote-form__actions {
    margin-top: 1.25rem;
}

.product-quote-form__actions--modal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.product-quote-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 0.75rem;
    background: #1E5AA8;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s;
}

.product-quote-form__submit:hover {
    background: #174a8c;
}

.product-quote-form__submit.is-loading {
    opacity: 0.75;
    pointer-events: none;
    cursor: wait;
}

.product-quote-form__cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.625rem 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #fff;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.product-quote-form__cancel:hover {
    background: #f8fafc;
}

.product-guest-cta__btn--whatsapp {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border-color: #16a34a;
    color: #fff;
    box-shadow: 0 0.4rem 1rem rgba(22, 163, 74, 0.25);
}

.product-guest-cta__btn--whatsapp:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    border-color: #15803d;
    box-shadow: 0 0.55rem 1.25rem rgba(22, 163, 74, 0.32);
}

.pdp-secondary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-top: 1rem;
}

.pdp-secondary-actions__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2.5rem;
    padding: 0.5rem 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #fff;
    color: #334155;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.pdp-secondary-actions__btn svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.pdp-secondary-actions__btn:hover {
    border-color: #1E5AA8;
    color: #1E5AA8;
}

.pdp-secondary-actions__btn--whatsapp:hover {
    border-color: #22c55e;
    color: #166534;
}

.pdp-quote-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.55);
}

.pdp-quote-modal.is-open {
    display: flex;
}

.pdp-quote-modal__dialog {
    width: 100%;
    max-width: 32rem;
    max-height: calc(100dvh - 2rem);
    overflow: auto;
    padding: 1.25rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
}

.pdp-quote-modal__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pdp-quote-modal__head h3 {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
}

.pdp-quote-modal__close {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.pdp-quote-modal__close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* Ürün galerisi — bayi panel ürün detayı ile aynı oran */
.pdp-gallery {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.dark .pdp-gallery {
    border-color: #374151;
    background: #111827;
}

.pdp-gallery-main {
    position: relative;
    aspect-ratio: 4 / 5;
    min-height: 20rem;
    background: #f8fafc;
    overflow: hidden;
}

.pdp-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #334155;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
    transition: border-color 0.15s, color 0.15s, transform 0.15s;
}

.pdp-gallery-nav svg {
    width: 1.25rem;
    height: 1.25rem;
}

.pdp-gallery-nav:hover {
    border-color: #1E5AA8;
    color: #1E5AA8;
    transform: scale(1.04);
}

.pdp-gallery-nav--prev { left: 0.75rem; }
.pdp-gallery-nav--next { right: 0.75rem; }

.pdp-gallery-counter {
    position: absolute;
    left: 50%;
    bottom: 0.75rem;
    z-index: 4;
    transform: translateX(-50%);
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    pointer-events: none;
}

.dark .pdp-gallery-main {
    background: #1f2937;
}

@media (min-width: 640px) {
    .pdp-gallery-main {
        aspect-ratio: 3 / 4;
        min-height: 22rem;
    }
}

@media (min-width: 1024px) {
    .pdp-gallery-main {
        aspect-ratio: 4 / 5;
        min-height: 28rem;
        max-height: none;
    }
}

@media (min-width: 1280px) {
    .pdp-gallery-main {
        min-height: 32rem;
    }
}

.pdp-gallery-main .product-thumb-wrap {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdp-gallery-main .pdp-gallery__img,
.pdp-gallery-main img {
    display: block;
    width: auto;
    height: auto;
    max-width: calc(100% - 2rem);
    max-height: calc(100% - 2rem);
    object-fit: contain;
    object-position: center center;
    margin: 0 auto;
}

.pdp-gallery-main .product-thumb-placeholder svg {
    width: 4rem;
    height: 4rem;
}

.pdp-gallery-thumbs {
    display: flex;
    gap: 0.5rem;
    padding: 0.875rem;
    overflow-x: auto;
    border-top: 1px solid #e2e8f0;
    justify-content: center;
}

.dark .pdp-gallery-thumbs {
    border-top-color: #374151;
}

.pdp-gallery-thumb {
    flex-shrink: 0;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 0.625rem;
    overflow: hidden;
    border: 2px solid transparent;
    background: #f1f5f9;
    cursor: pointer;
    transition: border-color 0.15s;
    padding: 0;
}

.dark .pdp-gallery-thumb {
    background: #374151;
}

.pdp-gallery-thumb.is-active,
.pdp-gallery-thumb:hover {
    border-color: #1E5AA8;
}

.pdp-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ürün açıklaması — beyaz kutu */
.pdp-description-card {
    padding: 1.35rem 1.5rem;
    border-radius: 1.125rem;
    border: 1px solid #e8eef5;
    background: #fff;
    box-shadow: 0 4px 24px rgba(30, 90, 168, 0.06);
}

.dark .pdp-description-card {
    border-color: #374151;
    background: #111827;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.pdp-description-card__title {
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e8eef5;
    font-size: 1.125rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
}

.dark .pdp-description-card__title {
    color: #f8fafc;
    border-bottom-color: #374151;
}

.pdp-description-card__body {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #334155;
}

.dark .pdp-description-card__body {
    color: #cbd5e1;
}

.pdp-description-card__body > :first-child {
    margin-top: 0;
}

.pdp-description-card__body > :last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .pdp-description-card {
        padding: 1.5rem 1.75rem;
    }

    .pdp-description-card__title {
        font-size: 1.25rem;
    }
}

/* Ürün yorumları */
.pdp-reviews {
    scroll-margin-top: 6rem;
}

.pdp-reviews__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.pdp-reviews__title {
    font-size: 1.375rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}

.dark .pdp-reviews__title {
    color: #f8fafc;
}

.pdp-reviews__subtitle {
    margin-top: 0.35rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
    max-width: 36rem;
}

.dark .pdp-reviews__subtitle {
    color: #94a3b8;
}

.pdp-reviews__score {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    border-radius: 9999px;
    background: #fffbeb;
    border: 1px solid #fde68a;
}

.dark .pdp-reviews__score {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.25);
}

.pdp-reviews__score-num {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.dark .pdp-reviews__score-num {
    color: #f8fafc;
}

.pdp-reviews__score-count {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

.pdp-reviews__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: stretch;
}

.pdp-reviews__layout--list-only {
    grid-template-columns: 1fr;
}

.pdp-reviews__compose,
.pdp-reviews__panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.dark .pdp-reviews__compose,
.dark .pdp-reviews__panel {
    background: #111827;
    border-color: #374151;
}

.pdp-reviews__panel-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 1rem;
}

.dark .pdp-reviews__panel-title {
    color: #f1f5f9;
}

.pdp-reviews__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 28rem;
    overflow-y: auto;
    padding-right: 0.125rem;
}

.pdp-review {
    padding: 1rem 1.05rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.875rem;
}

.dark .pdp-review {
    background: rgba(17, 24, 39, 0.55);
    border-color: #374151;
}

.pdp-review__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.625rem;
}

.pdp-review__author {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    min-width: 0;
}

.pdp-review__avatar {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #1E5AA8, #4DA6FF);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdp-review__name {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
}

.dark .pdp-review__name {
    color: #f1f5f9;
}

.pdp-review__date {
    display: block;
    font-size: 0.6875rem;
    color: #94a3b8;
    margin-top: 0.1rem;
}

.pdp-review__stars {
    flex-shrink: 0;
}

.pdp-review__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #475569;
}

.dark .pdp-review__text {
    color: #cbd5e1;
}

.pdp-reviews__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 14rem;
    padding: 2rem 1.25rem;
    background: #f8fafc;
    border: 1px dashed #dbe3ee;
    border-radius: 0.875rem;
}

.dark .pdp-reviews__empty {
    background: rgba(17, 24, 39, 0.35);
    border-color: #374151;
}

.pdp-reviews__empty-icon {
    width: 2.5rem;
    height: 2.5rem;
    color: #94a3b8;
    margin-bottom: 0.75rem;
}

.pdp-reviews__empty-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #334155;
    margin: 0 0 0.35rem;
}

.dark .pdp-reviews__empty-title {
    color: #e2e8f0;
}

.pdp-reviews__empty-text {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
    max-width: 16rem;
    line-height: 1.5;
}

/* Yıldız gösterimi (productStarRatingHtml) */
.pdp-reviews .b2b-pdp-stars {
    display: inline-flex;
    align-items: center;
    gap: 0.125rem;
    line-height: 1;
}

.pdp-reviews .b2b-pdp-star {
    width: 0.875rem;
    height: 0.875rem;
    fill: #e2e8f0;
    flex-shrink: 0;
}

.pdp-reviews .b2b-pdp-star.is-filled {
    fill: #f59e0b;
}

.pdp-reviews .b2b-pdp-stars--md .b2b-pdp-star {
    width: 1rem;
    height: 1rem;
}

/* Yorum formu */
.pdp-review-form__title {
    font-size: 0.9375rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 1rem;
}

.dark .pdp-review-form__title {
    color: #f1f5f9;
}

.pdp-review-form__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pdp-review-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pdp-review-form__label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}

.pdp-star-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.75rem 0.875rem;
    border-radius: 0.75rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
}

.dark .pdp-star-rating {
    background: rgba(245, 158, 11, 0.08);
    border-color: rgba(245, 158, 11, 0.2);
}

.pdp-star-rating__stars {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.pdp-star-rating__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.125rem;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #d1d5db;
    transition: color 0.15s ease, transform 0.12s ease;
    border-radius: 0.25rem;
}

.pdp-star-rating__btn svg {
    width: 1.75rem;
    height: 1.75rem;
    display: block;
    fill: currentColor;
}

.pdp-star-rating__btn.is-active {
    color: #f59e0b;
}

.pdp-star-rating__btn:hover {
    transform: scale(1.1);
    color: #fbbf24;
}

.pdp-star-rating__btn:focus-visible {
    outline: 2px solid #1E5AA8;
    outline-offset: 2px;
}

.pdp-star-rating__label {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #92400e;
    min-width: 5.5rem;
}

.dark .pdp-star-rating__label {
    color: #fbbf24;
}

.pdp-review-form__textarea {
    width: 100%;
    padding: 0.75rem 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: inherit;
    background: #fff;
    color: #0f172a;
    resize: vertical;
    min-height: 6.5rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.pdp-review-form__textarea:focus {
    outline: none;
    border-color: #1E5AA8;
    box-shadow: 0 0 0 3px rgba(30, 90, 168, 0.12);
}

.dark .pdp-review-form__textarea {
    background: #1f2937;
    border-color: #4b5563;
    color: #f1f5f9;
}

.pdp-review-form__textarea::placeholder {
    color: #94a3b8;
}

.pdp-review-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #1E5AA8, #2563b8);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.15s ease, background 0.15s;
    box-shadow: 0 4px 14px rgba(30, 90, 168, 0.25);
}

.pdp-review-form__submit svg {
    width: 1rem;
    height: 1rem;
}

.pdp-review-form__submit:hover {
    background: linear-gradient(135deg, #174a8c, #1E5AA8);
    box-shadow: 0 6px 18px rgba(30, 90, 168, 0.32);
}

.pdp-review-form__submit:active {
    transform: translateY(1px);
}

.pdp-review-form__note {
    margin: 0.875rem 0 0;
    font-size: 0.6875rem;
    color: #94a3b8;
    text-align: center;
    line-height: 1.45;
}

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

    .pdp-reviews__list {
        max-height: none;
    }
}

/* Benzer Ürünler — yatay kaydırma */
.pdp-related {
    min-width: 0;
}

.pdp-related__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pdp-related__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
}

.pdp-related__nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.pdp-related__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    transition: border-color 0.15s, color 0.15s, transform 0.15s;
}

.pdp-related__nav-btn svg {
    width: 1.125rem;
    height: 1.125rem;
}

.pdp-related__nav-btn:hover {
    border-color: #1E5AA8;
    color: #1E5AA8;
    transform: scale(1.04);
}

.pdp-related__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 0.25rem;
    padding-bottom: 0.35rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.pdp-related__scroll::-webkit-scrollbar {
    display: none;
}

.pdp-related__track {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    min-width: min-content;
}

.pdp-related__card {
    flex: 0 0 calc(100% - 3rem);
    max-width: 16rem;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.pdp-related__card:hover {
    border-color: #93c5fd;
    box-shadow: 0 8px 24px rgba(30, 90, 168, 0.1);
    transform: translateY(-2px);
}

@media (min-width: 640px) {
    .pdp-related__card {
        flex-basis: 14rem;
        max-width: 14rem;
    }
}

@media (min-width: 1024px) {
    .pdp-related__card {
        flex-basis: 15.5rem;
        max-width: 15.5rem;
    }
}

.pdp-related__media {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f8fafc;
}

.pdp-related__media .product-thumb-wrap {
    width: 100%;
    height: 100%;
}

.pdp-related__img,
.pdp-related__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.pdp-related__card:hover .pdp-related__img,
.pdp-related__card:hover .pdp-related__media img {
    transform: scale(1.04);
}

.pdp-related__body {
    padding: 0.875rem 1rem 1rem;
}

.pdp-related__name {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
}

.pdp-related__name a {
    color: #0f172a;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pdp-related__name a:hover {
    color: #1E5AA8;
}

.pdp-related__price {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    font-weight: 800;
    color: #1E5AA8;
}

.pdp-related__login {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1E5AA8;
    text-decoration: none;
}

.pdp-related__login:hover {
    text-decoration: underline;
}
