/* Mağaza ürün detay — anasayfa dili, mobil alt çubuk */

.pd-page {
    --th-blue: #0877D1;
    --th-blue-dark: #065FA8;
    --th-ink: #07152F;
    --th-muted: #667085;
    --th-line: #E6EAF0;
    --th-navy: #03142E;
    --th-radius: 22px;
    background: #ffffff;
    color: var(--th-ink);
    padding-bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 640px) {
    .pd-page {
        padding-bottom: 2rem;
    }
}

.pd-page .pd-crumb {
    color: var(--th-muted);
    letter-spacing: 0.12em;
}

.pd-page .pd-crumb a:hover {
    color: var(--th-blue);
}

.pd-page .pd-title {
    color: var(--th-ink);
    letter-spacing: -0.03em;
    line-height: 1.2;
    font-weight: 700;
}

.pd-page .pd-stage {
    border: 1px solid var(--th-line);
    border-radius: var(--th-radius);
    background: #ffffff;
}

.pd-page .pd-thumb {
    border: 1px solid var(--th-line);
    border-radius: 14px;
    background: #ffffff;
}

.pd-page .pd-thumb.is-on {
    border-color: var(--th-blue);
}

.pd-page .pd-qty,
.pd-page .pd-btn {
    border-radius: var(--th-radius);
    box-shadow: none !important;
}

.pd-page .pd-btn-cart {
    background: var(--th-blue);
    color: #ffffff;
}

.pd-page .pd-btn-cart:hover:not(:disabled) {
    background: var(--th-blue-dark);
}

.pd-page .pd-btn-buy {
    background: var(--th-navy);
    color: #ffffff;
}

.pd-dock {
    background: #ffffff !important;
    border-top: 1px solid #E6EAF0 !important;
    box-shadow: none !important;
}

.pd-dock-qty {
    border: 1px solid #E6EAF0;
    border-radius: 16px;
    overflow: hidden;
}

.pd-dock .pd-btn-cart {
    background: #0877D1;
    color: #ffffff;
}

.pd-tabs .product-detail-tabs__nav {
    border: 1px solid var(--th-line, #E6EAF0);
    border-radius: 22px;
    background: #ffffff;
}

.pd-tabs .pd-tab-panel {
    border: 1px solid #E6EAF0;
    border-radius: 22px;
    margin-top: 0.75rem;
}

.pd-tabs .pd-feat-row:nth-child(even) {
    background: #ffffff;
}

.pd-price-hero {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #0877D1;
    color: #ffffff;
    padding: 1.15rem 1.25rem 1.25rem;
    box-shadow: 0 10px 28px rgba(8, 119, 209, 0.22);
}

.pd-price-hero::after,
.pd-price-hero::before {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.pd-price-hero::before {
    width: 160px;
    height: 160px;
    right: -48px;
    top: -70px;
}

.pd-price-hero::after {
    width: 130px;
    height: 130px;
    right: -10px;
    bottom: -70px;
}

.pd-price-hero > * {
    position: relative;
    z-index: 1;
}

.pd-price-old {
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
    opacity: 0.85;
}

.pd-price-off {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #c45a3a;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 0.28rem 0.65rem;
}

.pd-price-lbl {
    display: block;
    margin-top: 0.55rem;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.82;
}

.pd-price-now {
    display: block;
    margin-top: 0.2rem;
    font-size: 2.15rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.pd-price-save {
    display: block;
    margin-top: 0.55rem;
    font-size: 0.82rem;
    font-weight: 600;
    opacity: 0.92;
}

.pd-price-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    padding: 0.4rem 0.75rem;
    font-size: 12px;
    font-weight: 700;
}

.pd-price-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    margin-top: 0.7rem;
}

.pd-price-chip {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    border-radius: 16px;
    padding: 0.7rem 0.8rem;
}

.pd-price-chip--ship {
    background: #eef8f1;
    color: #1a7a3a;
}

.pd-price-chip--ok {
    background: #eef6fc;
    color: #0877D1;
}

.pd-price-chip svg {
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
}

.pd-price-chip strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.pd-price-chip span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    opacity: 0.8;
    margin-top: 0.1rem;
}

@media (max-width: 379px) {
    .pd-price-meta {
        grid-template-columns: 1fr;
    }

    .pd-price-now {
        font-size: 1.85rem;
    }
}
