/* ============ ÜRÜN DETAY (PDP) ============ */
    .pdp {
        font-family: var(--f-body);
        color: var(--ink);
        font-weight: 300;
        background: var(--blush);
    }

    .pdp .wrap {
        max-width: 1180px;
    }

    .pdp-top {
        padding: 24px 0 60px;
    }

    /* breadcrumb */
    .pdp-crumb {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        color: var(--rose-deep);
        margin-bottom: 26px;
        flex-wrap: wrap;
    }

    .pdp-crumb a:hover {
        text-decoration: underline;
    }

    .pdp-crumb span {
        color: var(--ink-40);
    }

    .pdp-crumb b {
        font-weight: 400;
        color: var(--ink-60);
    }

    /* ana yerleşim */
    .pdp-main {
        display: grid;
        grid-template-columns: 1.02fr .98fr;
        gap: 48px;
        align-items: start;
    }

    /* galeri */
    .pdp-gal {
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: sticky;
        top: 96px;
    }

    .pdp-thumbs {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: center;
    }

    .pdp-thumbnav {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 1px solid var(--line);
        background: #fff;
        display: grid;
        place-items: center;
        cursor: pointer;
        transition: .3s;
        flex: none;
    }

    .pdp-thumbnav:hover {
        background: var(--plum);
        border-color: var(--plum);
    }

    .pdp-thumbnav:hover svg {
        stroke: var(--cream);
    }

    .pdp-thumbnav svg {
        width: 16px;
        height: 16px;
        fill: none;
        stroke: var(--ink);
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .pdp-thumblist {
        display: flex;
        flex-direction: row;
        gap: 12px;
        width: 100%;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    .pdp-thumb {
        flex: 0 0 calc(25% - 9px);
        aspect-ratio: 4/5;
        border-radius: 14px;
        cursor: pointer;
        border: 2px solid transparent;
        transition: .3s var(--ease);
        overflow: hidden;
        background: var(--sand);
    }

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

    .pdp-thumb.on {
        border-color: var(--wine);
    }

    .pdp-thumb:hover {
        transform: translateY(-2px);
    }

    .pdp-stage {
        position: relative;
        border-radius: var(--r-lg);
        overflow: hidden;
        box-shadow: var(--sh-2);
        background: linear-gradient(160deg, var(--sand), #f6d3dc);
        aspect-ratio: 4/5;
    }

    .pdp-stage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity .35s var(--ease);
    }

    .pdp-tagline {
        position: absolute;
        left: 16px;
        top: 16px;
        z-index: 3;
        display: flex;
        gap: 8px;
    }

    .pdp-flag {
        background: var(--rose);
        color: #fff;
        font-size: 10.5px;
        letter-spacing: .14em;
        text-transform: uppercase;
        padding: 7px 14px;
        border-radius: var(--r-pill);
        font-weight: 500;
    }

    .pdp-galfav {
        position: absolute;
        right: 16px;
        top: 16px;
        z-index: 3;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(255, 249, 245, .95);
        display: grid;
        place-items: center;
        box-shadow: var(--sh-1);
        transition: .3s;
    }

    .pdp-galfav svg {
        width: 19px;
        height: 19px;
        stroke: var(--plum);
        stroke-width: 1.5;
        fill: none;
        transition: .3s;
    }

    .pdp-galfav:hover {
        transform: scale(1.06);
    }

    .pdp-galfav.on svg {
        fill: var(--rose);
        stroke: var(--rose);
    }

    .pdp-galnav {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        padding: 0 16px;
        z-index: 3;
        pointer-events: none;
    }

    .pdp-galnav button {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(255, 249, 245, .92);
        cursor: pointer;
        display: grid;
        place-items: center;
        box-shadow: var(--sh-1);
        transition: .3s;
        pointer-events: auto;
        backdrop-filter: blur(4px);
    }

    .pdp-galnav button:hover {
        background: var(--plum);
    }

    .pdp-galnav button:hover svg {
        stroke: var(--cream);
    }

    .pdp-galnav svg {
        width: 17px;
        height: 17px;
        stroke: var(--ink);
        stroke-width: 1.7;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .pdp-cargo {
        position: absolute;
        left: 16px;
        bottom: 16px;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 249, 245, .95);
        border-radius: var(--r-pill);
        padding: 8px 15px;
        font-size: 12px;
        color: var(--wine);
        box-shadow: var(--sh-1);
    }

    .pdp-cargo svg {
        width: 16px;
        height: 16px;
        stroke: var(--rose-deep);
        stroke-width: 1.6;
        fill: none;
    }

    /* bilgi sütunu */
    .pdp-info__cat {
        font-size: 11px;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: var(--rose-deep);
    }

    .pdp-info h1 {
        font-size: clamp(1.9rem, 3vw, 1.6rem);
        margin: 12px 0 14px;
        line-height: 1.12;
    }

    .pdp-price {
        display: flex;
        align-items: baseline;
        gap: 14px;
        flex-wrap: wrap;
        margin-bottom: 18px;
    }

    .pdp-price b {
        font-family: var(--f-display);
        font-size: 2.3rem;
        font-weight: 400;
        color: var(--rose-deep);
    }

    .pdp-price s {
        color: var(--ink-40);
        font-size: 1.15rem;
    }

    .pdp-price em {
        font-style: normal;
        background: var(--rose-soft);
        color: var(--wine);
        font-size: 11.5px;
        letter-spacing: .07em;
        padding: 5px 11px;
        border-radius: var(--r-pill);
        font-weight: 500;
    }

    .pdp-lede {
        color: var(--ink-60);
        font-size: .98rem;
        margin-bottom: 26px;
        max-width: 52ch;
        line-height: 1.7;
    }

    .pdp-opt {
        margin-bottom: 24px;
    }

    .pdp-opt__h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
    }

    .pdp-opt__h span {
        font-size: 11px;
        letter-spacing: .17em;
        text-transform: uppercase;
        color: var(--ink-40);
    }

    .pdp-opt__h span b {
        color: var(--ink);
        font-weight: 500;
        letter-spacing: normal;
        text-transform: none;
        font-size: 13.5px;
        margin-left: 4px;
    }

    .pdp-colors {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .pdp-colors button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
        box-shadow: 0 0 0 1px rgba(56, 24, 42, .16);
        transition: .25s var(--ease);
    }

    .pdp-colors button:hover {
        transform: translateY(-2px) scale(1.08);
    }

    .pdp-colors button.on {
        box-shadow: 0 0 0 2px var(--blush), 0 0 0 4px var(--wine);
    }

    .pdp-colors button.on::after {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        width: 13px;
        height: 8px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg) translateY(-2px);
        filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .35));
    }

    .pdp-sizes {
        display: flex;
        gap: 9px;
        flex-wrap: wrap;
    }

    .pdp-sizes button {
        min-width: 52px;
        height: 46px;
        padding: 0 14px;
        border-radius: 12px;
        border: 1px solid var(--line);
        background: #fff;
        cursor: pointer;
        font-size: 14.5px;
        font-family: var(--f-body);
        transition: .25s var(--ease);
    }

    .pdp-sizes button:hover:not(:disabled) {
        border-color: var(--rose);
        transform: translateY(-1px);
    }

    .pdp-sizes button.on {
        background: var(--plum);
        color: var(--cream);
        border-color: var(--plum);
    }

    .pdp-sizes button:disabled {
        opacity: .32;
        cursor: not-allowed;
        text-decoration: line-through;
    }

    .pdp-sizes.shake {
        animation: pdpShake .4s;
    }

    @keyframes pdpShake {
        25% {
            transform: translateX(-6px);
        }

        75% {
            transform: translateX(6px);
        }
    }

    .pdp-findsize {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-top: 14px;
        font-size: 13px;
        color: var(--rose-deep);
    }

    .pdp-findsize svg {
        width: 16px;
        height: 16px;
        stroke: currentColor;
        stroke-width: 1.6;
        fill: none;
    }

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

    /* satın al */
    .pdp-buy {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin: 28px 0 26px;
        background: #fff;
        border-radius: var(--r-lg);
        box-shadow: var(--sh-2);
        padding: 18px;
    }

    @media (min-width: 981px) {
        .pdp-buy {
            position: sticky;
            top: 116px;
            z-index: 5;
        }
    }

    .pdp-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: 56px;
        border-radius: var(--r-pill);
        font-size: 12.5px;
        letter-spacing: .13em;
        text-transform: uppercase;
        font-weight: 500;
        transition: .35s var(--ease);
    }

    .pdp-btn svg {
        width: 17px;
        height: 17px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
    }

    .pdp-btn--fill {
        background: var(--plum);
        color: var(--cream);
        box-shadow: var(--sh-2);
    }

    .pdp-btn--fill:hover {
        background: var(--wine);
        transform: translateY(-2px);
    }

    .pdp-btn--soft {
        background: var(--blush);
        color: var(--wine);
        border: 1px solid var(--rose-soft);
    }

    .pdp-btn--soft:hover {
        background: var(--rose-soft);
        transform: translateY(-2px);
    }

    /* teslimat bilgi satırları */
    .pdp-assure {
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding-top: 26px;
        border-top: 1px solid var(--line);
    }

    .pdp-assure div {
        display: flex;
        gap: 14px;
        align-items: center;
    }

    .pdp-assure svg {
        width: 24px;
        height: 24px;
        stroke: var(--wine);
        stroke-width: 1.4;
        fill: none;
        flex: none;
    }

    .pdp-assure b {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }

    .pdp-assure span span {
        font-size: 12.5px;
        color: var(--ink-60);
    }

    /* sekmeler */
    .pdp-detail {
        padding: 70px 0;
        background: var(--cream);
    }

    .pdp-tabs {
        display: flex;
        gap: 34px;
        border-bottom: 1px solid var(--line);
        margin-bottom: 34px;
        flex-wrap: wrap;
    }

    .pdp-tab {
        padding: 0 0 16px;
        font-size: 12.5px;
        letter-spacing: .13em;
        text-transform: uppercase;
        cursor: pointer;
        color: var(--ink-40);
        font-family: var(--f-body);
        position: relative;
        transition: color .3s;
    }

    .pdp-tab.on {
        color: var(--ink);
    }

    .pdp-tab.on::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 2px;
        background: var(--rose-deep);
        transform-origin: left;
        animation: pdpTabIn .3s var(--ease);
    }

    @keyframes pdpTabIn {
        from { transform: scaleX(0); }
        to { transform: scaleX(1); }
    }

    .pdp-panel {
        display: none;
        animation: pdpRise .5s var(--ease) both;
    }

    .pdp-panel.on {
        display: block;
    }

    @keyframes pdpRise {
        from {
            opacity: 0;
            transform: translateY(14px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .pdp-desc {
        max-width: 820px;
    }

    .pdp-desc h3 {
        font-size: 1.35rem;
        margin: 0 0 14px;
    }

    .pdp-desc h3:not(:first-child) {
        margin-top: 28px;
    }

    .pdp-desc p {
        color: var(--ink-60);
        line-height: 1.75;
        margin: 0 0 14px;
    }

    .pdp-desc ul {
        display: grid;
        gap: 11px;
        margin-top: 6px;
    }

    .pdp-desc li {
        display: flex;
        gap: 11px;
        align-items: flex-start;
        font-size: .96rem;
        color: var(--ink-60);
    }

    .pdp-desc li svg {
        width: 18px;
        height: 18px;
        flex: none;
        margin-top: 3px;
        stroke: var(--rose);
        stroke-width: 2;
        fill: none;
    }

    .pdp-specs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        max-width: 820px;
    }

    .pdp-spec {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 15px 20px;
    }

    .pdp-spec span {
        font-size: 12.5px;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--ink-40);
    }

    .pdp-spec b {
        font-weight: 500;
        text-align: right;
    }

    .pdp-sizetable {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--r-lg);
        overflow: hidden;
        box-shadow: var(--sh-1);
        max-width: 820px;
    }

    .pdp-sizetable table {
        width: 100%;
        border-collapse: collapse;
    }

    .pdp-sizetable th,
    .pdp-sizetable td {
        padding: 14px 18px;
        text-align: left;
        font-size: 14px;
        border-bottom: 1px solid var(--line);
    }

    .pdp-sizetable thead th {
        background: var(--plum);
        color: var(--cream);
        font-weight: 500;
        letter-spacing: .06em;
        font-size: 12px;
        text-transform: uppercase;
    }

    .pdp-sizetable tbody tr:last-child td {
        border-bottom: 0;
    }

    .pdp-sizetable tbody tr:hover {
        background: var(--blush);
    }

    /* yorumlar */
    .pdp-revsum {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 26px;
    }

    .pdp-revbig {
        font-family: var(--f-display);
        font-size: 3rem;
        line-height: 1;
        color: var(--wine);
    }

    .pdp-stars {
        display: inline-flex;
        gap: 2px;
    }

    .pdp-stars svg {
        width: 16px;
        height: 16px;
        fill: var(--apricot);
    }

    .pdp-stars svg.off {
        fill: rgba(56, 24, 42, .14);
    }

    .pdp-revsum small {
        display: block;
        font-size: 12.5px;
        color: var(--ink-40);
        margin-top: 4px;
    }

    .pdp-revlist {
        display: grid;
        gap: 16px;
        max-width: 820px;
    }

    .pdp-rev {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--r-md);
        padding: 22px 24px;
        box-shadow: var(--sh-1);
    }

    .pdp-rev__top {
        display: flex;
        align-items: center;
        gap: 13px;
        margin-bottom: 12px;
    }

    .pdp-ava {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        flex: none;
        display: grid;
        place-items: center;
        background: linear-gradient(140deg, var(--rose), var(--apricot));
        color: #fff;
        font-family: var(--f-display);
    }

    .pdp-rev__who b {
        display: block;
        font-weight: 500;
        font-size: .95rem;
    }

    .pdp-rev__who span {
        font-size: 11.5px;
        color: var(--ink-40);
    }

    .pdp-verify {
        margin-left: auto;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-size: 10.5px;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: var(--wa);
    }

    .pdp-verify svg {
        width: 14px;
        height: 14px;
        stroke: var(--wa);
        stroke-width: 2;
        fill: none;
    }

    .pdp-rev p {
        color: var(--ink);
        font-family: var(--f-display);
        font-style: italic;
        font-size: 1.02rem;
        line-height: 1.6;
        margin-top: 8px;
    }

    .pdp-empty {
        color: var(--ink-40);
        font-size: .95rem;
    }

    /* benzer ürünler */
    .pdp-rel {
        padding: 20px 0 70px;
        background: var(--cream);
    }

    .pdp-rel__head {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 26px;
    }

    .pdp-rel__head h2 {
        font-size: clamp(1.5rem, 2.6vw, 2rem);
    }

    .pdp-rel__all {
        font-size: 12px;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: var(--rose-deep);
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

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

    .pdp-relgrid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }

    .pdp-rcard {
        display: block;
    }

    .pdp-rcard__m {
        position: relative;
        aspect-ratio: 3/4;
        border-radius: var(--r-md);
        overflow: hidden;
        box-shadow: var(--sh-1);
        background: var(--sand);
    }

    .pdp-rcard__m img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .9s var(--ease);
    }

    .pdp-rcard:hover .pdp-rcard__m img {
        transform: scale(1.06);
    }

    .pdp-rbadge {
        position: absolute;
        top: 11px;
        left: 11px;
        z-index: 2;
        background: var(--plum);
        color: var(--cream);
        font-size: 9.5px;
        letter-spacing: .12em;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: var(--r-pill);
    }

    .pdp-rbadge.sale {
        background: var(--rose);
    }

    .pdp-rfav {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(255, 249, 245, .92);
        display: grid;
        place-items: center;
        box-shadow: var(--sh-1);
    }

    .pdp-rfav svg {
        width: 16px;
        height: 16px;
        stroke: var(--plum);
        stroke-width: 1.5;
        fill: none;
    }

    .pdp-rcard__i {
        padding: 13px 2px 0;
    }

    .pdp-rcard__n {
        font-family: var(--f-display);
        font-size: 1rem;
        margin: 0 0 6px;
        line-height: 1.25;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .pdp-rprice {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .pdp-rprice b {
        font-weight: 500;
    }

    .pdp-rdots {
        display: flex;
        gap: 5px;
        margin-top: 8px;
    }

    .pdp-rdots i {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        box-shadow: 0 0 0 1px rgba(56, 24, 42, .18);
        display: block;
    }

    /* güven şeridi */
    .pdp-trust {
        background: linear-gradient(180deg, var(--sand), var(--sand-2));
        padding: 30px 0;
    }

    .pdp-trust__grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }

    .pdp-trust__item {
        display: flex;
        align-items: center;
        gap: 13px;
    }

    .pdp-trust__item svg {
        width: 30px;
        height: 30px;
        flex: none;
        fill: none;
        stroke: var(--rose-deep);
        stroke-width: 1.4;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .pdp-trust__item b {
        display: block;
        font-weight: 500;
        font-size: 13.5px;
    }

    .pdp-trust__item small {
        font-size: 12px;
        color: var(--ink-60);
    }

    /* toast */
    .pdp-toast {
        position: fixed;
        left: 50%;
        bottom: 26px;
        transform: translate(-50%, 160%);
        z-index: 130;
        background: var(--plum);
        color: var(--cream);
        padding: 14px 26px;
        border-radius: var(--r-pill);
        box-shadow: var(--sh-3);
        font-size: 13.5px;
        transition: transform .5s var(--ease);
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .pdp-toast.on {
        transform: translate(-50%, 0);
    }

    .pdp-toast svg {
        width: 16px;
        height: 16px;
        stroke: var(--rose-soft);
        stroke-width: 2.2;
        fill: none;
    }

    /* responsive */
    @media (max-width: 980px) {
        .pdp-main {
            grid-template-columns: 1fr;
            gap: 32px;
        }

        .pdp-gal {
            position: static;
        }

        .pdp-relgrid {
            grid-template-columns: repeat(3, 1fr);
        }

        .pdp-trust__grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 620px) {
        .pdp-thumb {
            flex: 0 0 calc(33.333% - 8px);
        }

        .pdp-buy {
            grid-template-columns: 1fr;
        }

        .pdp-relgrid {
            grid-template-columns: repeat(2, 1fr);
        }

        .pdp-trust__grid {
            grid-template-columns: 1fr;
        }
    }
