/* Portföy ürün detay — premium v3 */
body.tema-premium-urun {
    background:
        radial-gradient(circle at 7% 2%, rgba(199, 160, 108, 0.11), transparent 23%),
        linear-gradient(180deg, #f7f3ed 0%, #f1ebe3 100%);
}

.pr-urun-detay {
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
    padding: 34px 0 74px;
}

@media (min-width: 861px) {
    body.tema-premium-urun main {
        padding-top: 148px;
    }

    body.tema-premium-urun .pr-urun-detay {
        padding-top: 0;
    }
}

@media (max-width: 860px) {
    body.tema-premium-urun main {
        padding-top: 132px;
    }

    body.tema-premium-urun .pr-urun-detay {
        padding-top: 0;
    }
}

.pr-urun-yol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 24px;
    color: #858b86;
    font-size: 12px;
}

.pr-urun-yol a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pr-urun-yol a:hover {
    color: #a9642f;
}

.pr-urun-yol span {
    opacity: 0.45;
}

.pr-urun-yol strong {
    font-weight: 600;
    color: #1d2a22;
}

.pr-urun-hero {
    display: grid;
    grid-template-columns: minmax(360px, 0.72fr) minmax(520px, 1.28fr);
    gap: 26px;
    align-items: start;
}

.pr-urun-galeri {
    min-width: 0;
}

.pr-urun-galeri-ana {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.32 / 1;
    max-height: 440px;
    border-radius: 30px;
    background: #d8c9b6;
    box-shadow: 0 24px 70px rgba(53, 43, 32, 0.11);
}

.pr-urun-galeri-ana img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.22s ease, transform 0.55s ease;
}

.pr-urun-galeri-ana:hover img {
    transform: scale(1.018);
}

.pr-urun-rozet {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 35px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(250, 247, 241, 0.9);
    backdrop-filter: blur(10px);
    color: #445048;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.pr-urun-sayac {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    min-width: 54px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(27, 39, 31, 0.7);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.pr-urun-thumb-satir {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.pr-urun-thumb {
    border: 1px solid transparent;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 1.35 / 1;
    background: #ddd;
    opacity: 0.72;
    transition: 0.2s ease;
    cursor: pointer;
}

.pr-urun-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pr-urun-thumb:hover,
.pr-urun-thumb.aktif {
    opacity: 1;
    transform: translateY(-2px);
    border-color: #9a633d;
    box-shadow: 0 8px 24px rgba(73, 53, 34, 0.1);
}

.pr-urun-bilgi {
    position: sticky;
    top: 24px;
    background: rgba(255, 253, 249, 0.92);
    border: 1px solid rgba(29, 42, 34, 0.09);
    border-radius: 30px;
    padding: 42px 44px;
    box-shadow: 0 10px 34px rgba(53, 43, 32, 0.07);
    backdrop-filter: blur(14px);
}

.pr-urun-kat {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
    color: #9a6035;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.pr-urun-kat::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #b98254;
}

.pr-urun-bilgi h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(45px, 4.4vw, 72px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: #1d2a22;
}

.pr-urun-ozet {
    margin: 23px 0 0;
    color: #6f776f;
    font-size: 14px;
    line-height: 1.78;
}

.pr-urun-specs {
    margin-top: 28px;
    border-top: 1px solid rgba(29, 42, 34, 0.12);
    border-bottom: 1px solid rgba(29, 42, 34, 0.12);
    padding: 8px 0;
}

.pr-urun-spec-satir {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(29, 42, 34, 0.07);
}

.pr-urun-spec-satir:last-child {
    border-bottom: 0;
}

.pr-urun-spec-satir span {
    color: #8b918d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pr-urun-spec-satir strong {
    font-size: 13px;
    font-weight: 800;
    color: #1d2a22;
}

.pr-urun-cta-kutu {
    margin-top: 26px;
    padding: 20px;
    border-radius: 18px;
    background: linear-gradient(145deg, #efe4d6, #e7d8c7);
    border: 1px solid rgba(154, 99, 57, 0.1);
}

.pr-urun-cta-kutu small {
    display: block;
    color: #866c54;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.pr-urun-cta-kutu strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.25;
    color: #1d2a22;
}

.pr-urun-cta-aksiyon {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-top: 17px;
}

.pr-urun-btn {
    min-height: 52px;
    border-radius: 14px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.22s ease;
    text-decoration: none;
    font-family: inherit;
}

.pr-urun-btn:hover {
    transform: translateY(-2px);
}

.pr-urun-btn--birincil {
    background: linear-gradient(135deg, #b96c2d, #8d5127);
    color: #fff;
    box-shadow: 0 12px 28px rgba(169, 100, 47, 0.2);
}

.pr-urun-btn--ikincil {
    width: 52px;
    padding: 0;
    background: #233a2c;
    color: #fff;
}

.pr-urun-detay-bant {
    margin-top: 28px;
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.42fr);
    gap: 24px;
    align-items: stretch;
}

.pr-urun-detay-metin {
    border-radius: 30px;
    padding: 42px;
    background: #fffdf9;
    border: 1px solid rgba(29, 42, 34, 0.12);
    box-shadow: 0 10px 34px rgba(53, 43, 32, 0.07);
}

.pr-urun-kicker {
    color: #a9642f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pr-urun-detay-metin h2 {
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    font-size: 36px;
    color: #1d2a22;
    line-height: 1.1;
}

.pr-urun-detay-metin .site-yazi,
.pr-urun-detay-metin p {
    margin: 0;
    color: #6f776f;
    line-height: 1.82;
    font-size: 14px;
    max-width: 900px;
}

.pr-urun-malzeme {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    min-height: 310px;
    box-shadow: 0 10px 34px rgba(53, 43, 32, 0.07);
}

.pr-urun-malzeme img {
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: cover;
    display: block;
}

.pr-urun-malzeme::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(22, 29, 24, 0.66));
}

.pr-urun-malzeme-etiket {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
}

.pr-urun-malzeme-etiket small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pr-urun-malzeme-etiket strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 500;
}

.pr-urun-benzer {
    margin-top: 72px;
}

.pr-urun-benzer-liste {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.pr-urun-benzer-baslik {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.pr-urun-benzer-kicker {
    color: #a9642f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.pr-urun-benzer-baslik h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #1d2a22;
}

.pr-urun-benzer-baslik p {
    max-width: 440px;
    margin: 0;
    color: #6f776f;
    font-size: 13px;
    line-height: 1.65;
}

.pr-urun-benzer-kart {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    border-radius: 22px;
    background: #26372c;
    box-shadow: 0 10px 34px rgba(53, 43, 32, 0.07);
    display: block;
    text-decoration: none;
}

.pr-urun-benzer-kart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.35s ease;
    display: block;
}

.pr-urun-benzer-kart:hover img {
    transform: scale(1.06);
    filter: brightness(0.72);
}

.pr-urun-benzer-kart::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 20, 15, 0.04) 28%, rgba(13, 20, 15, 0.82) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.pr-urun-benzer-kart:hover::after {
    opacity: 1;
}

.pr-urun-benzer-icerik {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.pr-urun-benzer-kart:hover .pr-urun-benzer-icerik {
    opacity: 1;
    transform: translateY(0);
}

.pr-urun-benzer-icerik small {
    display: block;
    color: #e8ba80;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.pr-urun-benzer-icerik strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 500;
}

.pr-urun-ok {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    font-size: 18px;
    transition: transform 0.25s ease, background 0.25s ease;
}

.pr-urun-benzer-kart:hover .pr-urun-ok {
    transform: translate(2px, -2px);
    background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 980px) {
    .pr-urun-hero {
        grid-template-columns: 1fr;
    }

    .pr-urun-bilgi {
        position: static;
    }

    .pr-urun-detay-bant {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .pr-urun-detay {
        width: min(100% - 22px, 1440px);
    }

    body.tema-premium-urun .pr-urun-detay {
        width: min(100% - 22px, 1440px);
    }

    .pr-urun-yol {
        margin-bottom: 16px;
    }

    .pr-urun-galeri-ana {
        border-radius: 22px;
        aspect-ratio: 1.05 / 1;
    }

    .pr-urun-thumb-satir {
        grid-template-columns: repeat(3, 1fr);
    }

    .pr-urun-bilgi {
        padding: 25px;
        border-radius: 22px;
    }

    .pr-urun-bilgi h1 {
        font-size: 45px;
    }

    .pr-urun-spec-satir {
        grid-template-columns: 100px 1fr;
    }

    .pr-urun-cta-aksiyon {
        grid-template-columns: 1fr 52px;
    }

    .pr-urun-detay-metin {
        padding: 28px;
        border-radius: 22px;
    }

    .pr-urun-malzeme {
        border-radius: 22px;
    }

    .pr-urun-benzer {
        margin-top: 50px;
    }

    .pr-urun-benzer-baslik {
        flex-direction: column;
        align-items: flex-start;
    }

    .pr-urun-benzer-liste {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .pr-urun-benzer-kart {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        border-radius: 14px;
    }

    .pr-urun-benzer-kart::after {
        opacity: 1;
    }

    .pr-urun-benzer-icerik {
        left: 8px;
        right: 8px;
        bottom: 8px;
        gap: 4px;
        opacity: 1;
        transform: none;
    }

    .pr-urun-benzer-icerik small {
        font-size: 8px;
        letter-spacing: 0.08em;
        margin-bottom: 2px;
    }

    .pr-urun-benzer-icerik strong {
        font-size: 12px;
        line-height: 1.15;
    }

    .pr-urun-benzer-kart .pr-urun-ok {
        display: none;
    }
}
