﻿/* Site components — quote modal, cards, gallery, PDP (theme palette) */
:root {
    --gold: var(--theme-gold, #b8955a);
    --gold-dark: var(--theme-gold-dark, #967642);
    --gold-soft: rgba(184, 149, 90, 0.16);
    --ink: #0a0a0a;
    --ink-2: #121212;
    --ink-3: #1a1a1a;
    --paper: var(--theme-text, #f5f0e8);
    --muted: var(--theme-muted, #a8a095);
    --white: #ffffff;
    --radius: 8px;
    --serif: var(--theme-serif, "Cormorant Garamond", Georgia, serif);
}
.card-grid,
.urun_kategorileri {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
    width: 100% !important;
    float: none !important;
    height: auto !important;
}

.product-card,
.kategoriler {
    width: auto !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
    background: var(--ink-2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    transition: transform 0.22s ease, border-color 0.22s ease;
}

.product-card:hover,
.kategoriler:hover {
    transform: translateY(-4px);
    border-color: rgba(184, 149, 90, 0.45);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.product-card a,
.kategoriler a {
    display: block;
    color: var(--paper);
}

.thumb,
.kategoriler .resim {
    aspect-ratio: 1;
    min-height: 0 !important;
    max-height: none !important;
    display: block;
    overflow: hidden;
    background: #111;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0;
}

.thumb img,
.kategoriler img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center;
}

.card-title,
.kategoriler .baslik {
    padding: 12px 12px 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--paper);
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid var(--gold);
    background: transparent;
}

.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.feature,
.bilgi {
    width: auto !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 22px 18px !important;
    background: rgba(16, 16, 20, 0.7);
    border: 1px solid rgba(240, 191, 1, 0.18);
    border-radius: 18px;
    text-align: center;
    color: var(--paper);
}

.feature .ikon,
.bilgi .ikon {
    border: 0 !important;
    padding: 0 0 12px !important;
    min-height: 0 !important;
    max-height: none !important;
    color: var(--gold);
}

.feature p,
.bilgi p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.feature p strong,
.bilgi p strong {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--gold);
}

.product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 28px;
    color: var(--paper);
}

.product-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.product-head h1 {
    margin: 0;
    font-family: var(--serif);
    font-size: 30px;
    color: var(--white);
}

.btn-gold,
.siparis button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gold) !important;
    color: var(--ink) !important;
    border: 0 !important;
    border-radius: 999px;
    padding: 12px 22px !important;
    font-weight: 800;
    letter-spacing: 0.04em;
    float: none !important;
    cursor: pointer;
}

.btn-gold:hover,
.siparis button:hover {
    background: var(--white) !important;
    color: var(--ink) !important;
}

.main-photo {
    background: #fff;
    border-radius: 18px;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.main-photo img,
.buyuk-resim {
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
}

.zoom-hint {
    display: inline-block;
    margin-top: 10px;
    color: var(--muted);
    font-size: 13px;
    cursor: pointer;
}

.specs {
    background: rgba(0, 0, 0, 0.22);
    border-radius: 18px;
    padding: 18px 20px;
}

.specs h2 {
    margin: 0 0 12px;
    font-size: 16px;
    color: var(--gold);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 10px;
}

.specs table {
    width: 100%;
}

.specs td {
    padding: 7px 0;
    color: var(--paper);
}

.specs td:first-child {
    color: var(--gold);
    width: 42%;
}

.thumbs-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.thumbs-row img,
.lightgallery img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    cursor: pointer;
}

.product-copy {
    margin-top: 26px;
    color: var(--paper);
    font-size: 16px;
    line-height: 1.7;
}

.product-copy h3 {
    display: inline-block;
    margin: 0 0 12px;
    background: var(--gold);
    color: var(--ink);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    margin-top: 24px;
}

.contact-grid h1,
.iletisim h1,
.iletisim_adres h1 {
    font-family: var(--serif);
    color: var(--white) !important;
}

.map-wrap iframe,
.icerikler iframe {
    width: 100% !important;
    border-radius: 18px;
}

.form-control,
.iletisim input,
.iletisim textarea {
    width: 100% !important;
    max-width: 100% !important;
    background: var(--ink-3);
    border: 1px solid rgba(240, 191, 1, 0.25);
    color: var(--gold);
    border-radius: 12px;
    padding: 10px 12px;
}

.iletisim button,
.btn-dark {
    width: auto !important;
    min-width: 140px;
    background: var(--gold);
    color: var(--ink);
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
}

.iletisim button:hover {
    background: var(--white);
}

.search-result,
.sonuc {
    background: var(--white);
    color: var(--ink);
    width: 100% !important;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 18px;
}

.search-result img,
.sonuc img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    background: #f6f3ea;
    border-radius: 12px;
}

.sonuc .snc_baslik {
    grid-column: 1 / -1;
    height: auto !important;
    border-color: var(--gold) !important;
}

.pager-wrap,
.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 0 !important;
}

.pagination > li {
    background: var(--gold);
    border-radius: 999px;
    padding: 0;
    margin: 0;
}

.pagination > li > a,
.pagination > li > span {
    color: var(--ink);
    padding: 8px 14px;
    display: block;
}

.pagination > .active {
    background: var(--white);
}

.site-footer {
    background: var(--ink);
    border-top: 4px solid var(--gold);
    padding: 28px 0 22px;
    color: var(--paper);
}

.footer-grid {
    display: grid;
    grid-template-columns: 90px 1fr 280px;
    gap: 24px;
    align-items: start;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.footer-nav a {
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: 13px;
}

.footer-nav a:hover {
    color: var(--gold);
}

.footer-meta,
.adres {
    font-size: 14px;
    line-height: 1.7;
}

.footer-meta a,
.adres a {
    color: var(--paper);
}

.footer-meta div,
.adres div {
    width: auto !important;
    height: auto !important;
    margin-bottom: 8px !important;
}

.fb-embed {
    max-width: 100%;
    overflow: hidden;
}

.fb-embed iframe {
    max-width: 100%;
}

.remodal-overlay {
    background: rgba(8, 8, 10, 0.78) !important;
}

.remodal.quote-modal,
.quote-modal {
    width: min(560px, 100%) !important;
    max-width: 560px;
    padding: 0 !important;
    overflow: hidden;
    background: #16161c !important;
    color: var(--paper) !important;
    border: 1px solid rgba(240, 191, 1, 0.28);
    border-radius: 22px !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
    font-weight: 500;
}

.quote-modal .remodal-close {
    left: auto;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    color: var(--gold);
    border-radius: 50%;
    background: rgba(240, 191, 1, 0.12);
}

.quote-modal .remodal-close:before {
    width: 40px;
    line-height: 40px;
    color: inherit;
}

.quote-modal .remodal-close:hover,
.quote-modal .remodal-close:focus {
    color: var(--ink);
    background: var(--gold);
}

.quote-head {
    padding: 28px 28px 18px;
    background: linear-gradient(180deg, rgba(240, 191, 1, 0.16) 0%, rgba(22, 22, 28, 0) 100%);
    text-align: left;
}

.quote-head p {
    margin: 0 0 6px;
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
}

.quote-head h2 {
    margin: 0 0 8px !important;
    font-family: var(--serif);
    font-size: 26px !important;
    color: var(--white);
    line-height: 1.25;
}

.quote-head span {
    color: var(--muted);
    font-size: 14px;
}

.quote-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 8px 28px 0;
}

.quote-field {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    margin: 0 !important;
    text-align: left !important;
    font-weight: 600 !important;
}

.quote-field > span {
    font-size: 12px;
    letter-spacing: 0.04em;
    color: var(--muted);
}

.quote-field em {
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
}

.quote-field input,
.quote-field textarea {
    width: 100%;
    margin: 0 !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(240, 191, 1, 0.22) !important;
    border-radius: 12px !important;
    background: #101014 !important;
    color: var(--gold) !important;
    font-family: inherit;
    font-size: 15px;
    outline: none;
}

.quote-field input:focus,
.quote-field textarea:focus {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 3px rgba(240, 191, 1, 0.18);
}

.quote-full {
    grid-column: 1 / -1;
}

.quote-file {
    grid-column: 1 / -1;
}

.quote-file-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 84px;
    padding: 14px;
    border: 1px dashed rgba(240, 191, 1, 0.4);
    border-radius: 12px;
    background: rgba(240, 191, 1, 0.06);
    color: var(--paper);
    text-align: center;
}

.quote-file-box.has-file {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    min-height: 0;
    padding: 10px 12px;
    border-style: solid;
    border-color: var(--gold);
    text-align: left;
}

.quote-file-box input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100% !important;
    height: 100%;
    padding: 0 !important;
    border: 0 !important;
}

.quote-file-box.has-file input {
    display: none;
}

.quote-file-box strong {
    color: var(--gold);
    font-size: 14px;
}

.quote-file-box small {
    color: var(--muted);
    font-size: 12px;
}

.quote-file-empty {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.quote-file-box.has-file .quote-file-empty,
.quote-file-empty[hidden],
.quote-file-preview[hidden] {
    display: none !important;
}

.quote-file-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
}

.quote-file-preview img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
    background: #fff;
    border-radius: 8px;
}

.quote-file-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.quote-file-meta strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quote-file-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.quote-file-btns button {
    padding: 6px 10px;
    border: 1px solid rgba(240, 191, 1, 0.45);
    border-radius: 999px;
    background: transparent;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
}

.quote-file-btns button:hover {
    background: var(--gold);
    color: var(--ink);
}

.quote-crop-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 30000;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(8, 8, 10, 0.78);
}

.quote-crop-overlay.is-open {
    display: flex !important;
}

.quote-crop-dialog {
    width: min(920px, 100%);
    max-height: 92vh;
    overflow: auto;
    background: #141416;
    border: 1px solid rgba(240, 191, 1, 0.28);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    color: var(--paper);
}

.quote-crop-head,
.quote-crop-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
}

.quote-crop-head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.quote-crop-foot {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.quote-crop-head h3 {
    margin: 0;
    color: var(--white);
    font-size: 18px;
}

.quote-crop-head p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.quote-crop-close {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--muted);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.quote-crop-close:hover {
    color: var(--white);
}

.quote-crop-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 18px 0;
}

.quote-crop-toolbar button {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: transparent;
    color: var(--paper);
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
}

.quote-crop-toolbar button.is-active,
.quote-crop-toolbar button:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--ink);
}

.quote-crop-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 16px;
    padding: 16px 18px;
}

.quote-crop-stage {
    min-height: 320px;
    background: #0b0b0d;
    border-radius: 10px;
    overflow: hidden;
}

.quote-crop-stage img {
    display: block;
    max-width: 100%;
}

.quote-crop-side p {
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.quote-crop-preview {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: #fff;
}

.quote-error {
    margin: 12px 28px 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(192, 57, 43, 0.16);
    color: #ffb4ab;
    font-size: 13px;
}

.quote-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 28px 26px;
}

.quote-btn {
    min-width: 120px;
    padding: 12px 18px;
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
}

.quote-btn-ghost {
    background: transparent;
    color: var(--muted);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.quote-btn-ghost:hover {
    color: var(--white);
    border-color: var(--white);
}

.quote-btn-gold {
    background: var(--gold);
    color: var(--ink);
}

.quote-btn-gold:hover {
    background: var(--white);
}

.quote-state {
    padding: 56px 28px;
    text-align: center;
}

.quote-state h3 {
    margin: 12px 0 6px;
    color: var(--white);
}

.quote-state p {
    margin: 0;
    color: var(--muted);
}

.quote-spinner {
    width: 36px;
    height: 36px;
    margin: 0 auto 12px;
    border: 3px solid rgba(240, 191, 1, 0.2);
    border-top-color: var(--gold);
    border-radius: 50%;
    animation: quoteSpin 0.7s linear infinite;
}

.quote-check {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink);
    font-size: 28px;
    line-height: 52px;
    font-weight: 800;
}

@keyframes quoteSpin {
    to { transform: rotate(360deg); }
}

@media (max-width: 640px) {
    .quote-grid,
    .quote-actions {
        grid-template-columns: 1fr;
    }

    .quote-actions {
        flex-direction: column-reverse;
    }

    .quote-btn {
        width: 100%;
    }

    .quote-crop-body {
        grid-template-columns: 1fr;
    }

    .quote-crop-stage {
        min-height: 240px;
    }

    .quote-crop-side {
        display: none;
    }
}

.section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0 16px;
}

.section-head h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: 26px;
    color: var(--white);
}

.section-head a {
    color: var(--gold);
    font-weight: 600;
    font-size: 14px;
}

.home-block {
    margin-bottom: 36px;
}

.home-gallery {
    margin-top: 8px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
}

.gallery-grid--compact {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.gallery-card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-align: left;
    width: 100%;
    font: inherit;
    color: inherit;
}

button.gallery-card {
    appearance: none;
    -webkit-appearance: none;
}

.gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
}

.gallery-card.is-hidden {
    display: none;
}

.gallery-card__thumb {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.gallery-card__overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 12px 12px 14px;
    background: linear-gradient(180deg, rgba(16, 16, 20, 0) 0%, rgba(16, 16, 20, 0.92) 100%);
    color: var(--paper);
    display: grid;
    gap: 4px;
    transform: translateY(100%);
    transition: transform 0.22s ease;
}

.gallery-card:hover .gallery-card__overlay {
    transform: translateY(0);
}

.gallery-card__overlay strong {
    font-size: 14px;
    line-height: 1.3;
    color: var(--white);
}

.gallery-card__overlay em {
    font-style: normal;
    font-size: 12px;
    color: var(--gold);
}

.gallery-page__head {
    display: block;
    margin-bottom: 18px;
}

.gallery-page__head .page-title {
    margin-bottom: 8px;
}

.gallery-page__lead {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.5;
}

.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.gallery-filter {
    border: 1px solid rgba(240, 191, 1, 0.28);
    background: rgba(16, 16, 20, 0.55);
    color: var(--paper);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gallery-filter:hover,
.gallery-filter.is-active {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--ink);
}

.gallery-empty {
    margin: 0;
    padding: 28px 18px;
    text-align: center;
    color: var(--muted);
    background: rgba(16, 16, 20, 0.45);
    border-radius: 16px;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gallery-lightbox[hidden] {
    display: none !important;
}

.gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 12, 0.88);
}

.gallery-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    max-height: calc(100vh - 40px);
    display: grid;
    gap: 14px;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
    position: absolute;
    z-index: 2;
    border: 0;
    background: rgba(16, 16, 20, 0.72);
    color: var(--white);
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.gallery-lightbox__close {
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    font-size: 28px;
    line-height: 1;
}

.gallery-lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    font-size: 22px;
}

.gallery-lightbox__prev {
    left: 10px;
}

.gallery-lightbox__next {
    right: 10px;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover {
    background: var(--gold);
    color: var(--ink);
}

.gallery-lightbox__stage {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox__link {
    display: block;
    width: 100%;
    max-height: min(72vh, 720px);
}

.gallery-lightbox__link img {
    display: block;
    width: 100%;
    max-height: min(72vh, 720px);
    object-fit: contain;
    background: #fff;
}

.gallery-lightbox__meta {
    text-align: center;
    color: var(--paper);
    display: grid;
    gap: 6px;
}

.gallery-lightbox__meta strong {
    font-size: 20px;
    color: var(--white);
}

.gallery-lightbox__meta span {
    color: var(--gold);
    font-size: 14px;
}

.gallery-lightbox__hint {
    margin: 0;
    font-size: 13px;
    color: var(--muted);
}

.gallery-lightbox__counter {
    font-size: 12px;
    color: var(--muted);
}

body.gallery-lightbox-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .gallery-grid,
    .gallery-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .gallery-card__overlay {
        transform: translateY(0);
        padding: 10px;
    }

    .gallery-card__overlay strong {
        font-size: 13px;
    }

    .gallery-lightbox {
        padding: 12px;
    }

    .gallery-lightbox__nav {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .gallery-lightbox__prev {
        left: 4px;
    }

    .gallery-lightbox__next {
        right: 4px;
    }
}

.pdp {
    padding: 22px !important;
}

.pdp-layout {
    display: grid;
    grid-template-columns: auto minmax(280px, 1fr);
    gap: 28px;
    align-items: start;
}

.pdp-gallery {
    width: 200px;
}

.pdp-stage {
    width: 100%;
    aspect-ratio: auto;
    border: 0;
    border-radius: 14px;
    background: #fff;
    padding: 8px;
    cursor: zoom-in;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdp-stage img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.pdp-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.pdp-thumb {
    width: 48px;
    height: 48px;
    padding: 4px;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

.pdp-thumb.is-active,
.pdp-thumb:hover {
    border-color: var(--gold);
}

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

.pdp-cat {
    margin: 0 0 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--gold);
}

.pdp-info h1 {
    margin: 0 0 16px;
    font-family: var(--serif);
    font-size: 32px;
    color: var(--white);
    line-height: 1.2;
}

.pdp-cta {
    margin-bottom: 22px;
}

.pdp-specs {
    margin: 0 0 18px;
    padding: 16px 18px;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 16px;
}

.pdp-specs > div {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pdp-specs > div:last-child {
    border-bottom: 0;
}

.pdp-specs dt {
    color: var(--gold);
    font-weight: 600;
}

.pdp-specs dd {
    margin: 0;
    color: var(--paper);
}

.pdp-copy {
    color: var(--paper);
    font-size: 16px;
    line-height: 1.7;
}

.pdp-lightbox {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 72px;
}

.pdp-lightbox[hidden] {
    display: none !important;
}

.pdp-lightbox img {
    max-width: min(920px, 100%);
    max-height: 88vh;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
}

.pdp-lightbox-close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: 0;
    background: var(--gold);
    color: var(--ink);
    font-size: 28px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.pdp-slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink);
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.pdp-slide-prev { left: 16px; }
.pdp-slide-next { right: 16px; }

.pdp-slide-btn[hidden] {
    display: none !important;
}

.pdp-slide-count {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.55);
    color: var(--gold);
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.pdp-slide-count[hidden] {
    display: none !important;
}

.kenarlik {
    border-color: #e57373 !important;
    box-shadow: 0 0 0 3px rgba(229, 115, 115, 0.2) !important;
