/**
 * Louis Vuitton ürün detay referansı — tipografi ve düzen birebir.
 * Font: Inter (LV Web yakın); yedek Helvetica Neue.
 */

.zeya-product-detail.lv-pdp {
    --lv-font: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --lv-text: #000000;
    --lv-muted: #666666;
    --lv-border: #e8e8e8;
    --lv-gallery-bg: #f5f5f5;
    --lv-header: 78px;
    font-family: var(--lv-font);
    padding: 0;
    margin: 0;
    background: #fff;
    color: var(--lv-text);
    -webkit-font-smoothing: antialiased;
}

body.lv-pdp-page header.header-5 {
    transition: transform 0.28s ease, opacity 0.28s ease;
}

body.lv-pdp-page.lv-pdp-gallery-nav header.header-5 {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.zeya-product-detail.lv-pdp .lv-pdp__panel-inner,
.zeya-product-detail.lv-pdp .lv-pdp__panel-inner button,
.zeya-product-detail.lv-pdp .lv-pdp__panel-inner a,
.zeya-product-detail.lv-pdp .lv-pdp__panel-inner p,
.zeya-product-detail.lv-pdp .lv-pdp__panel-inner summary,
.zeya-product-detail.lv-pdp .lv-pdp__panel-inner h1 {
    font-family: var(--lv-font);
    letter-spacing: 0;
    text-transform: none;
}

.zeya-product-detail.lv-pdp .lv-pdp__layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
}

.zeya-product-detail.lv-pdp .lv-pdp__gallery {
    background: var(--lv-gallery-bg);
}

.zeya-product-detail.lv-pdp .lv-pdp__figure {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 0;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--lv-gallery-bg);
}

.zeya-product-detail.lv-pdp .lv-pdp__figure img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center center;
    background: var(--lv-gallery-bg);
}

.zeya-product-detail.lv-pdp .lv-pdp__panel-inner {
    padding: 28px 20px 48px;
    max-width: 100%;
}

.zeya-product-detail.lv-pdp .lv-pdp__panel-head {
    margin-bottom: 16px;
}

.zeya-product-detail.lv-pdp .lv-pdp__ref {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.06em;
    color: var(--lv-muted);
    text-transform: uppercase;
}

.zeya-product-detail.lv-pdp .lv-pdp__wishlist {
    padding: 0;
    color: var(--lv-text);
}

.zeya-product-detail.lv-pdp .lv-pdp__wishlist svg {
    display: block;
    width: 20px;
    height: 20px;
}

.zeya-product-detail.lv-pdp .lv-pdp__wishlist.is-active {
    color: #000;
}

.zeya-product-detail.lv-pdp .lv-pdp__wishlist.is-active svg {
    fill: currentColor;
}

.zeya-product-detail.lv-pdp .lv-pdp__title {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--lv-text);
}

.zeya-product-detail.lv-pdp .lv-pdp__price-row {
    margin-bottom: 24px;
    gap: 8px;
}

.zeya-product-detail.lv-pdp .lv-pdp__price-row .zeya-price {
    font-family: var(--lv-font) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    color: var(--lv-text) !important;
}

.zeya-product-detail.lv-pdp .lv-pdp__price-row .zeya-price-compare,
.zeya-product-detail.lv-pdp .lv-pdp__badge-sale {
    display: none !important;
}

.zeya-product-detail.lv-pdp .lv-pdp__colors {
    padding: 0 0 20px;
    margin-bottom: 0;
    border-top: none;
    border-bottom: 1px solid var(--lv-border);
}

.zeya-product-detail.lv-pdp .lv-pdp__colors-head {
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--lv-text);
}

.zeya-product-detail.lv-pdp .lv-pdp__colors-label,
.zeya-product-detail.lv-pdp .lv-pdp__colors-value {
    font-weight: 400;
    color: var(--lv-text);
}

.zeya-product-detail.lv-pdp .lv-pdp__color-swatches {
    gap: 10px;
}

.zeya-product-detail.lv-pdp .lv-pdp__color-swatch {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #f7f7f7;
}

.zeya-product-detail.lv-pdp .lv-pdp__color-swatch.is-active {
    border-color: var(--lv-text);
    border-width: 1px;
}

.zeya-product-detail.lv-pdp .lv-pdp__size-section {
    border-top: 1px solid var(--lv-border);
    border-bottom: none;
}

.zeya-product-detail.lv-pdp .lv-pdp__size-picker {
    padding: 18px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--lv-text);
}

.zeya-product-detail.lv-pdp .lv-pdp__size-picker-label {
    font-weight: 400;
}

.zeya-product-detail.lv-pdp .lv-pdp__size-picker-value {
    font-weight: 400;
    gap: 8px;
}

.zeya-product-detail.lv-pdp .lv-pdp__size-picker-value i {
    display: none;
}

.zeya-product-detail.lv-pdp .lv-pdp__chevron {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--lv-muted);
    border-bottom: 1px solid var(--lv-muted);
    transform: rotate(45deg) translateY(-2px);
    flex-shrink: 0;
}

.zeya-product-detail.lv-pdp .lv-pdp__size-guide {
    display: block;
    padding: 0 0 20px;
    margin-top: 0;
    border-bottom: 1px solid var(--lv-border);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--lv-text);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.zeya-product-detail.lv-pdp .lv-pdp__actions {
    margin: 24px 0 20px;
}

.zeya-product-detail.lv-pdp .lv-pdp__cta {
    min-height: 48px;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    background: var(--lv-text);
    border-color: var(--lv-text);
    border-radius: 999px;
}

.zeya-product-detail.lv-pdp .lv-pdp__cta:hover:not(:disabled) {
    background: #333;
    border-color: #333;
}

.zeya-product-detail.lv-pdp .lv-pdp__advisor {
    margin: 0 0 28px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.67;
    color: var(--lv-muted);
}

.zeya-product-detail.lv-pdp .lv-pdp__advisor a {
    color: var(--lv-text);
    font-weight: 600;
    text-decoration: none;
}

.zeya-product-detail.lv-pdp .lv-pdp__excerpt {
    margin-bottom: 0;
}

.zeya-product-detail.lv-pdp .lv-pdp__excerpt-text {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.67;
    color: var(--lv-muted);
}

.zeya-product-detail.lv-pdp .lv-pdp__read-more {
    display: block;
    margin-top: 12px;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--lv-text);
    text-decoration: underline;
    text-underline-offset: 3px;
    background: none;
    border: none;
    cursor: pointer;
}

.zeya-product-detail.lv-pdp .lv-pdp__read-more--inline {
    display: none;
}

.zeya-product-detail.lv-pdp .lv-pdp__excerpt-full {
    font-size: 13px;
    line-height: 1.67;
    color: var(--lv-muted);
}

.zeya-product-detail.lv-pdp .lv-pdp__details {
    margin-top: 28px;
}

.zeya-product-detail.lv-pdp .lv-pdp__size-picker:disabled {
    opacity: 1;
    cursor: default;
}

.zeya-product-detail.lv-pdp .lv-pdp__accordion summary {
    padding: 18px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: var(--lv-text);
}

.zeya-product-detail.lv-pdp .lv-pdp__accordion summary::after {
    font-size: 16px;
    font-weight: 300;
    color: var(--lv-muted);
}

.zeya-product-detail.lv-pdp .lv-pdp__link-row {
    padding: 18px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--lv-text);
}

.zeya-product-detail.lv-pdp .lv-pdp__link-row i {
    display: none;
}

.zeya-product-detail.lv-pdp .lv-pdp__row-arrow {
    font-size: 14px;
    font-weight: 300;
    color: var(--lv-muted);
    line-height: 1;
}

.zeya-product-detail.lv-pdp .lv-pdp__tags,
.zeya-product-detail.lv-pdp .lv-pdp__tags--desktop {
    display: none !important;
}

/* Geniş masaüstü */
@media (min-width: 1200px) {
    .zeya-product-detail.lv-pdp .lv-pdp__panel-inner {
        padding: 40px 48px 56px;
        max-width: 380px;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__title {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__figure {
        display: block;
        width: 100%;
        aspect-ratio: 3 / 4;
        min-height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__figure img {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        object-fit: cover;
        object-position: center center;
    }

    body.lv-pdp-page .zeya-product-detail.lv-pdp .lv-pdp__panel-inner {
        position: sticky;
        top: var(--lv-header);
        max-height: calc(100vh - var(--lv-header));
        max-height: calc(100svh - var(--lv-header));
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: none;
    }

    body.lv-pdp-page .zeya-product-detail.lv-pdp .lv-pdp__panel-inner::-webkit-scrollbar {
        display: none;
    }
}

/* Tablet ve mobil */
@media (max-width: 1199px) {
    .zeya-product-detail.lv-pdp .lv-pdp__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .zeya-product-detail.lv-pdp .lv-pdp__gallery-stack {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__gallery-stack::-webkit-scrollbar {
        display: none;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__figure {
        flex: 0 0 100%;
        width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__panel {
        position: static;
        width: 100%;
        max-height: none;
        overflow: visible;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__panel-inner {
        position: static;
        width: 100%;
        max-width: none;
        max-height: none;
        overflow: visible;
        padding: 34px clamp(24px, 7vw, 64px) 64px;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__title {
        font-size: clamp(24px, 4vw, 32px);
        line-height: 1.25;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__figure {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        aspect-ratio: 3 / 4;
        overflow: hidden;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__figure img {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        object-fit: cover;
        object-position: center center;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__color-swatches {
        flex-wrap: wrap;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__advisor {
        margin-top: 52px;
        max-width: 620px;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__excerpt {
        max-width: 680px;
    }
}

@media (max-width: 575px) {
    .zeya-product-detail.lv-pdp .lv-pdp__panel-inner {
        padding: 26px 20px 48px;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__title {
        font-size: 24px;
    }

    .zeya-product-detail.lv-pdp .lv-pdp__advisor {
        margin-top: 36px;
    }
}
