/* Sayfa bandı standardı: tam genişlik görsel + koyu örtü, daraltılmış sabit format. */
.catalog-hero { position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(17,16,14,.9) 0%, rgba(17,16,14,.66) 55%, rgba(17,16,14,.48) 100%), url("/images/home/hero-collection-v1.webp") center 42%/cover no-repeat, var(--dark); color: #f5efe5; }
.catalog-hero--ambient { background: linear-gradient(90deg, rgba(17,16,14,.9) 0%, rgba(17,16,14,.66) 55%, rgba(17,16,14,.48) 100%), url("/images/home/scent-finder-v1.webp") center/cover no-repeat, var(--dark); }
.catalog-hero-inner { min-height: 340px; position: relative; display: grid; grid-template-columns: 1fr; align-items: center; }
.catalog-hero-copy { position: relative; z-index: 2; padding: 48px 0; }
.catalog-breadcrumbs { margin-bottom: 30px; display: flex; gap: 8px; color: #817b70; font-size: 10px; text-transform: uppercase; }
.catalog-breadcrumbs a:hover { color: #fff; }
/* Beyaz zeminli hesap sayfalarında hover beyaza dönmesin (görünmezlik). */
.account-heading .catalog-breadcrumbs a:hover { color: var(--ink); }
.catalog-hero h1, .page-heading h1, .detail-copy h1 { font-family: var(--serif); font-weight: 500; }
.catalog-hero h1 { max-width: 720px; margin: 8px 0 18px; font-size: 58px; line-height: .92; }
.catalog-hero-copy > p { max-width: 570px; margin: 0; color: #bcb4a8; font-size: 15px; }
.catalog-hero-facts { margin-top: 30px; display: flex; gap: 34px; color: #817b70; font-size: 9px; text-transform: uppercase; }
.catalog-hero-facts span { display: flex; flex-direction: column; }
.catalog-hero-facts strong { color: #ece5da; font-family: var(--serif); font-size: 19px; font-weight: 500; text-transform: none; }
.catalog-content { padding-top: 54px; padding-bottom: 120px; }
.catalog-toolbar { padding-bottom: 26px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 36px; border-bottom: 1px solid var(--line); }
.catalog-filter-group { min-width: 0; }
.filter-label { display: block; margin-bottom: 11px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chips a { min-height: 44px; padding: 0 16px; border: 1px solid #d8d1c6; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; text-transform: uppercase; transition: .2s ease; }
.filter-chips a:hover, .filter-chips a.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.catalog-sort { min-width: 230px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.catalog-sort label { color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
/* Sıralama da site geneli select standardını kullanır (yalnızca genişlik özelleştirilir). */
.catalog-sort select { width: 100%; }
.catalog-sort-apply { margin-left: 10px; padding: 10px 14px; border: 1px solid var(--line); background: transparent; font-size: 11px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.catalog-sort-apply[hidden] { display: none; }
.scent-filter { padding: 20px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 18px; }
.scent-filter .filter-label { margin: 0; }
.scent-filter > div { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.scent-filter a { position: relative; padding: 12px 2px; display: inline-flex; align-items: center; color: #746f67; font-size: 11px; }
.scent-filter a::after { content: ""; position: absolute; right: 100%; bottom: -4px; left: 0; height: 1px; background: var(--gold); transition: right .2s ease; }
.scent-filter a:hover, .scent-filter a.active { color: var(--ink); }
.scent-filter a.active::after { right: 0; }
.catalog-summary { min-height: 74px; display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 10px; }
.catalog-summary p { margin: 0; }
.catalog-summary p:nth-child(2) { margin-left: auto; }
.catalog-summary strong { color: var(--ink); }
.catalog-summary a { margin-left: auto; color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.empty-state { min-height: 480px; padding: 50px; background: #eee8dd; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-state > span { color: var(--gold); font-size: 46px; }
.empty-state h2 { max-width: 650px; margin: 12px 0 5px; font-family: var(--serif); font-size: 43px; font-weight: 500; line-height: 1; }
.empty-state > p { max-width: 520px; margin: 0 0 28px; color: var(--muted); }
.empty-state > div { display: flex; align-items: center; gap: 24px; }
.catalog-finder { margin-top: 90px; min-height: 260px; padding: 48px 54px; background: var(--dark); color: #f5efe5; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.catalog-finder h2 { max-width: 720px; margin: 8px 0 10px; font-family: var(--serif); font-size: 44px; font-weight: 500; line-height: 1; }
.catalog-finder p { max-width: 630px; margin: 0; color: #aaa398; font-size: 11px; }

.breadcrumbs { padding-top: 23px; padding-bottom: 23px; display: flex; align-items: center; gap: 9px; color: #817c73; font-size: 9px; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--ink); }
.product-detail { padding-bottom: 110px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); gap: 7%; align-items: start; }
.detail-gallery { position: relative; }
.detail-image { width: 100%; height: 760px; min-height: 610px; padding: 0; overflow: hidden; border: 0; display: block; background: #f2f0ea; cursor: zoom-in; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.detail-gallery-thumbs { min-height: 96px; padding-top: 12px; display: grid; grid-template-columns: repeat(3, 64px); align-items: start; gap: 9px; }
.detail-gallery-thumb { width: 64px; aspect-ratio: 3 / 4; padding: 0; overflow: hidden; border: 1px solid transparent; background: #f2f0ea; cursor: pointer; opacity: .68; transition: border-color .18s ease, opacity .18s ease; }
.detail-gallery-thumb:hover, .detail-gallery-thumb.active { border-color: var(--ink); opacity: 1; }
.detail-gallery-thumb:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.detail-gallery-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.detail-gallery-meta { min-height: 52px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; }
.detail-gallery-meta p { margin: 0; }
.detail-stamp { position: absolute; top: 630px; right: -26px; width: 104px; height: 104px; border-radius: 50%; background: var(--ink); color: var(--gold-light); display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.detail-stamp strong { font-family: var(--serif); font-size: 34px; font-weight: 500; }
.detail-stamp span { font-size: 10px; }
.detail-copy { position: sticky; top: 105px; padding: 35px 2% 0 0; }
.detail-heading-row { display: flex; align-items: center; justify-content: space-between; }
.detail-favorite { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 21px; cursor: pointer; }
.detail-favorite.active { color: #963b36; }
.detail-copy h1 { margin: 8px 0 0; font-size: 76px; line-height: .86; }
.detail-reference { margin: 9px 0 0; color: #4b4740; font-family: var(--serif); font-size: 24px; }
.detail-family { margin: 18px 0 28px; color: var(--gold); font-size: 10px; text-transform: uppercase; }
.detail-description { max-width: 600px; margin: 0; color: #625d55; font-size: 13px; }
/* Künye tablosu: tip / koku ailesi / hacim / koleksiyon (sektör standardı). */
.detail-specs { margin: 30px 0 0; padding: 0; border-top: 1px solid var(--line); }
.detail-specs > div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.detail-specs dt { margin: 0; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; align-self: center; }
.detail-specs dd { margin: 0; font-size: 13px; }
.detail-variant strong { font-size: 12px; }
.detail-variant > button { min-width: 92px; height: 44px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 10px; cursor: default; }
.detail-add-form { margin-top: 18px; }
/* Adet kontrolüne kolonlar sıkışmadan yetecek genişlik (44+44+44 + kenarlıklar). */
.detail-purchase { display: grid; grid-template-columns: 1fr 138px 190px; align-items: center; gap: 12px; }
.detail-price strong, .detail-price span { display: block; }
.detail-price strong { font-size: 20px; }
.detail-price span { color: var(--muted); font-size: 10px; }
.detail-quantity { height: 48px; border: 1px solid var(--line); display: grid; grid-template-columns: 46px 1fr 46px; align-items: center; }
.detail-quantity button { height: 100%; border: 0; background: transparent; cursor: pointer; }
.detail-quantity input { width: 100%; min-width: 0; padding: 0; border: 0; background: transparent; text-align: center; font-size: 12px; }
.detail-add-form .button { width: 100%; min-width: 0; cursor: pointer; }
.stock-status { margin: 12px 0 0; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; }
.stock-status > span { width: 6px; height: 6px; border-radius: 50%; background: #738568; }
.stock-status.out-of-stock > span { background: #9a4f48; }
.detail-benefits { margin-top: 24px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.detail-benefits span { display: flex; align-items: center; gap: 7px; color: #665f55; font-size: 10px; text-transform: uppercase; }
.detail-benefits svg { flex: 0 0 18px; width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 1.4; }
.detail-disclosures { margin-top: 12px; }
.detail-disclosures details { border-bottom: 1px solid var(--line); }
.detail-disclosures summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 600; text-transform: uppercase; cursor: pointer; list-style: none; }
.detail-disclosures summary::-webkit-details-marker { display: none; }
.detail-disclosures summary span { font-size: 17px; font-weight: 400; transition: transform .2s ease; }
.detail-disclosures details[open] summary span { transform: rotate(45deg); }
.detail-disclosures details p { margin: -2px 0 18px; color: var(--muted); font-size: 10px; }
.reference-disclaimer { max-width: 580px; margin-top: 19px; color: #8a8175; font-size: 10px; }

.note-story { padding: 105px 0; background: #e9e2d7; }
.note-story-inner { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 8%; }
.note-story-copy h2 { margin: 10px 0 22px; font-family: var(--serif); font-size: 56px; font-weight: 500; line-height: .95; }
.note-story-copy p { max-width: 430px; color: var(--muted); }
.note-pyramid { border-top: 1px solid #cfc4b4; }
.note-pyramid article { min-height: 142px; padding: 22px 0; border-bottom: 1px solid #cfc4b4; display: grid; grid-template-columns: 74px 1fr; align-items: center; gap: 20px; }
.note-pyramid article > span { color: rgba(23,23,21,.35); font-family: var(--serif); font-size: 31px; }
.note-pyramid small { color: var(--gold-ink); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.note-pyramid h3 { margin: 4px 0 0; font-family: var(--serif); font-size: 27px; font-weight: 600; line-height: 1; }
.note-pyramid p { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.detail-story { padding: 100px 0; background: var(--dark); color: #f5efe5; }
.detail-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: end; }
.detail-story h2 { margin: 13px 0 0; font-family: var(--serif); font-size: 56px; font-weight: 500; line-height: .95; }
.detail-story p { max-width: 570px; color: #b9b1a6; }
.detail-story .text-link { margin-top: 10px; color: var(--gold-light); }
.related-products { padding-bottom: 125px; }

.cart-page { min-height: 700px; padding-top: 70px; padding-bottom: 120px; }
.page-heading { margin-bottom: 54px; text-align: center; }
.page-heading h1 { margin: 8px 0; font-size: 68px; line-height: .95; }
.page-heading p { color: var(--muted); font-size: 11px; }
.cart-layout { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(330px,.55fr); gap: 60px; align-items: start; }
.cart-list { border-top: 1px solid var(--line); }
.cart-product { padding: 24px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 150px 1fr auto; gap: 24px; align-items: center; }
.cart-product-image { height: 170px; overflow: hidden; background: #f2f0ea; }
.cart-product-image img { width: 100%; height: 100%; padding: 12px; object-fit: contain; }
.cart-product-info > span { color: var(--gold); font-size: 9px; text-transform: uppercase; }
.cart-product-info h2 { margin: 2px 0 0; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.cart-product-info p { margin: 0 0 18px; color: var(--muted); font-size: 11px; }
.cart-product-end { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; text-align: right; }
.cart-product-end strong { font-size: 13px; }
.cart-product-end button { padding: 0; border: 0; background: none; color: #8c857b; font-size: 10px; text-decoration: underline; cursor: pointer; }
.order-summary { position: sticky; top: 92px; padding: 36px; background: #eee7dc; }
.order-summary h2 { margin: 4px 0 24px; font-family: var(--serif); font-size: 40px; font-weight: 500; }
.shipping-progress p { color: #5e584f; font-size: 10px; }
.shipping-progress > span { height: 3px; overflow: hidden; display: block; background: #d7ccbc; }
.shipping-progress i { height: 100%; display: block; background: var(--gold); }
.shipping-progress.complete i { width: 100%; }
.order-summary dl { margin: 28px 0; padding: 15px 0; border-top: 1px solid #d6ccbd; border-bottom: 1px solid #d6ccbd; }
.order-summary dl div, .summary-total { padding: 7px 0; display: flex; justify-content: space-between; gap: 20px; }
.order-summary dt, .order-summary dd { margin: 0; font-size: 11px; }
.order-summary dd { font-weight: 600; }
.summary-total { margin-bottom: 22px; align-items: end; }
.summary-total strong { font-family: var(--serif); font-size: 28px; }
.order-summary .button:disabled { opacity: .48; cursor: not-allowed; }
.cart-empty-state { max-width: 880px; margin: auto; }

.checkout-steps { max-width: 560px; margin: 0 auto 62px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 14px; }
.checkout-steps > span, .checkout-steps > a { min-height: 44px; display: flex; align-items: center; gap: 8px; color: #7c776e; font-size: 10px; text-transform: uppercase; }
.checkout-steps b { width: 27px; height: 27px; border: 1px solid #cfc8bd; border-radius: 50%; display: grid; place-items: center; font-size: 9px; font-weight: 500; }
.checkout-steps .active { color: var(--ink); }
.checkout-steps .active b { border-color: var(--ink); background: var(--ink); color: #fff; }
.checkout-steps i { height: 1px; background: var(--line); }
.cart-page .page-heading { margin-bottom: 48px; }
.cart-list-head { min-height: 38px; padding: 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 138px minmax(0,1fr) 120px 120px; align-items: center; gap: 22px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.cart-list-head span:nth-child(3) { text-align: center; }
.cart-list-head span:last-child { text-align: right; }
.cart-product { grid-template-columns: 138px minmax(0,1fr) 120px 120px; gap: 22px; }
.cart-product-image { height: 158px; }
.cart-product-info { align-self: center; }
.cart-page-remove { margin: 14px 0 0; }
.cart-page-remove button { padding: 12px 6px; border: 0; background: transparent; color: var(--muted); font-size: 11px; text-decoration: underline; cursor: pointer; }
.cart-page-quantity { width: 126px; height: 44px; justify-self: center; border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 36px 1fr; align-items: center; }
.cart-page-quantity button { height: 100%; border: 0; background: transparent; cursor: pointer; }
.cart-page-quantity button:disabled { opacity: .35; cursor: default; }
.cart-page-quantity span { font-size: 10px; text-align: center; }
.cart-product-end { align-self: center; gap: 4px; text-align: center; }
.cart-product-end small { color: var(--muted); font-size: 8px; }
.continue-shopping { margin-top: 24px; display: inline-flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.summary-assurances { margin-top: 18px; display: flex; justify-content: center; gap: 10px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.summary-assurances span + span::before { content: "·"; margin-right: 10px; }

.checkout-page { min-height: 760px; padding-top: 54px; padding-bottom: 120px; }
.checkout-heading { max-width: 700px; margin: 0 auto 62px; text-align: center; }
.checkout-heading h1 { margin: 8px 0 10px; font-family: var(--serif); font-size: 62px; font-weight: 500; line-height: .95; }
.checkout-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.checkout-layout, .review-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.55fr); gap: 70px; align-items: start; }
.checkout-form-section { padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.checkout-section-heading { margin-bottom: 30px; display: grid; grid-template-columns: 42px 1fr; gap: 16px; }
.checkout-section-heading > span { color: var(--gold); font-family: var(--serif); font-size: 23px; }
.checkout-section-heading h2 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 600; line-height: 1; }
.checkout-section-heading p { margin: 6px 0 0; color: var(--muted); font-size: 9px; }
.checkout-fields { display: grid; gap: 22px 18px; }
.checkout-fields.two-columns { grid-template-columns: repeat(2, minmax(0,1fr)); }
.field { min-width: 0; }
.field.full-field { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.field input, .field textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #d6d0c6; border-radius: 0; outline: 0; background: rgba(255,255,255,.65); color: var(--ink); font-size: 12px; resize: vertical; transition: border-color .18s ease; }
.field input:focus, .field textarea:focus { border-color: var(--gold); }
.field > span { display: block; margin-top: 5px; color: #a13f37; font-size: 11px; }
.validation-summary { margin-bottom: 24px; color: #a13f37; font-size: 13px; }
.validation-summary ul { margin: 0; padding: 0; list-style: none; }
.validation-summary:empty { display: none; }
.delivery-option { min-height: 88px; padding: 18px; border: 1px solid var(--ink); display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 14px; cursor: pointer; }
.delivery-option > input { position: absolute; opacity: 0; }
.delivery-radio { width: 18px; height: 18px; border: 1px solid var(--ink); border-radius: 50%; position: relative; }
.delivery-option input:checked + .delivery-radio::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--ink); }
.delivery-option > span:nth-child(3) { display: flex; flex-direction: column; }
.delivery-option strong { font-size: 11px; }
.delivery-option small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.delivery-option > b { font-size: 10px; }
.checkout-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.checkout-form-actions .button { min-width: 220px; cursor: pointer; }
.checkout-summary { position: sticky; top: 92px; padding: 34px; background: #eee7dc; }
.checkout-summary > h2 { margin: 6px 0 24px; font-family: var(--serif); font-size: 37px; font-weight: 500; }
.checkout-summary-items { border-top: 1px solid #d4c9ba; }
.checkout-summary-items article { padding: 15px 0; border-bottom: 1px solid #d4c9ba; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 12px; }
.checkout-summary-image { width: 60px; height: 70px; position: relative; overflow: visible; background: #f2f0ea; }
.checkout-summary-image img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }
.checkout-summary-image span { position: absolute; top: -7px; right: -7px; width: 20px; height: 20px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 8px; }
.checkout-summary-items article > div:nth-child(2) { min-width: 0; }
.checkout-summary-items strong, .checkout-summary-items small { display: block; }
.checkout-summary-items strong { font-size: 10px; }
.checkout-summary-items small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.checkout-summary-items article > b { font-size: 9px; white-space: nowrap; }
.checkout-summary dl { margin: 22px 0 15px; padding: 13px 0; border-top: 1px solid #d4c9ba; border-bottom: 1px solid #d4c9ba; }
.checkout-summary dl > div { padding: 5px 0; display: flex; justify-content: space-between; gap: 20px; }
.checkout-summary dt, .checkout-summary dd { margin: 0; font-size: 9px; }
.checkout-summary dd { font-weight: 600; }
.checkout-summary-total { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.checkout-summary-total strong { font-family: var(--serif); font-size: 26px; }
.checkout-summary > p { margin: 18px 0 0; color: var(--muted); font-size: 8px; text-align: center; }
.checkout-review-page .checkout-heading { margin-bottom: 54px; }
.review-section { padding: 0 0 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.review-section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.review-section-head > div { display: flex; align-items: center; gap: 13px; }
.review-section-head span { color: var(--gold); font-family: var(--serif); font-size: 22px; }
.review-section-head h2 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 600; }
.review-section-head > a { padding: 12px 2px; display: inline-flex; align-items: center; font-size: 11px; text-decoration: underline; }
.review-section > p { margin: 18px 0 0 42px; color: var(--muted); font-size: 11px; }
.review-section > p strong { color: var(--ink); }

@media (max-width: 900px) {
  .catalog-hero-inner { min-height: 320px; }
  .catalog-hero h1 { font-size: 62px; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail { grid-template-columns: 1fr; gap: 30px; }
  .detail-image { height: 690px; min-height: 0; }
  .detail-stamp { top: 560px; }
  .detail-copy { position: static; padding: 0 4%; }
  .note-story-inner { grid-template-columns: 1fr; gap: 35px; }
  .detail-story-grid { grid-template-columns: 1fr; gap: 25px; }
  .cart-layout, .checkout-layout, .review-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .cart-product { grid-template-columns: 120px minmax(0,1fr) 110px 110px; }
  .cart-list-head { grid-template-columns: 120px minmax(0,1fr) 110px 110px; }
  .checkout-summary { position: static; }
}

@media (max-width: 640px) {
  .catalog-hero-inner { min-height: 300px; display: block; }
  .catalog-hero-copy { padding: 40px 0 38px; }
  .catalog-breadcrumbs { margin-bottom: 34px; }
  .catalog-hero h1 { font-size: 52px; }
  .catalog-hero-copy > p { font-size: 12px; }
  .catalog-hero-facts { margin-top: 27px; gap: 22px; }
  .catalog-hero-facts strong { font-size: 17px; }
  .catalog-content { padding-top: 30px; padding-bottom: 74px; }
  .catalog-toolbar { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .filter-chips { width: calc(100vw - 20px); margin-right: -20px; padding-right: 20px; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .filter-chips::-webkit-scrollbar { display: none; }
  .filter-chips a { flex: 0 0 auto; white-space: nowrap; }
  .catalog-sort { width: 100%; min-width: 0; }
  .scent-filter { grid-template-columns: 1fr; gap: 9px; }
  .scent-filter > div { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .scent-filter > div::-webkit-scrollbar { display: none; }
  .scent-filter a { flex: 0 0 auto; }
  .catalog-summary { min-height: 62px; flex-wrap: wrap; }
  .catalog-summary p:nth-child(2), .catalog-summary a { margin-left: 0; }
  /* Katalog mobilde yatay şerit değil, favorilerdeki gibi dikey listedir (keşif kolaylığı). */
  .catalog-grid { display: grid; grid-template-columns: 1fr; overflow: visible; margin-right: 0; padding-right: 0; }
  .empty-state { min-height: 440px; padding: 34px 20px; }
  .empty-state h2 { font-size: 34px; }
  .empty-state > div { flex-direction: column; }
  .catalog-finder { margin-top: 65px; padding: 38px 24px; grid-template-columns: 1fr; gap: 25px; }
  .catalog-finder h2 { font-size: 36px; }
  .catalog-finder .button { width: 100%; }
  .breadcrumbs { overflow: hidden; white-space: nowrap; }
  .breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .product-detail { gap: 15px; padding-bottom: 74px; }
  .detail-image { height: 470px; }
  .detail-gallery-meta { padding-inline: 0; }
  .detail-gallery-thumbs { min-height: 88px; grid-template-columns: repeat(3, 58px); }
  .detail-gallery-thumb { width: 58px; }
  .detail-stamp { top: 378px; right: 10px; width: 82px; height: 82px; }
  .detail-copy { padding: 0; }
  .detail-copy h1 { font-size: 58px; }
  .detail-reference { font-size: 21px; }
  .detail-purchase { grid-template-columns: 1fr 138px; }
  .detail-purchase > .button { grid-column: 1 / -1; }
  .detail-benefits { grid-template-columns: 1fr; }
  .note-story { padding: 72px 0; }
  .note-story-copy h2 { font-size: 45px; }
  .note-pyramid article { min-height: 120px; grid-template-columns: 54px 1fr; }
  .note-pyramid h3 { font-size: 23px; }
  .detail-story { padding: 66px 0; }
  .detail-story h2 { font-size: 44px; }
  .related-products { padding-bottom: 78px; }
  .cart-page { padding-top: 46px; }
  .page-heading h1 { font-size: 54px; }
  .checkout-steps { margin-bottom: 42px; gap: 7px; }
  .checkout-steps > span, .checkout-steps > a { gap: 4px; font-size: 10px; }
  .checkout-steps b { width: 23px; height: 23px; }
  .cart-list-head { display: none; }
  .cart-product { grid-template-columns: 96px 1fr auto; gap: 14px; }
  .cart-product-image { height: 124px; }
  .cart-product-info { align-self: start; }
  .cart-product-info h2 { font-size: 27px; }
  .cart-page-quantity { grid-column: 2; justify-self: start; }
  .cart-product-end { grid-column: 3; grid-row: 1; align-self: start; text-align: right; }
  .cart-product-end small { display: none; }
  .order-summary { padding: 28px 22px; }
  .checkout-page { padding-top: 38px; padding-bottom: 76px; }
  .checkout-heading { margin-bottom: 46px; }
  .checkout-heading h1 { font-size: 47px; }
  .checkout-layout, .review-layout { gap: 42px; }
  .checkout-form-section { margin-bottom: 36px; padding-bottom: 36px; }
  .checkout-fields.two-columns { grid-template-columns: 1fr; }
  .field.full-field { grid-column: auto; }
  .delivery-option { grid-template-columns: 20px 1fr; }
  .delivery-option > b { grid-column: 2; }
  .checkout-form-actions { align-items: stretch; flex-direction: column-reverse; }
  .checkout-form-actions .button { width: 100%; }
  .checkout-form-actions .text-link { justify-content: center; }
  .checkout-summary { padding: 28px 20px; }
  .review-section > p { margin-left: 0; }
}

/* Scent finder */
.finder-page, .finder-result-page { background: #f7f5f0; }
.finder-intro { min-height: 400px; position: relative; overflow: hidden; background: var(--dark); color: #f6f1e8; }
.finder-intro-inner { min-height: 400px; position: relative; display: flex; align-items: center; }
.finder-intro-visual { position: absolute; inset: 0; }
.finder-intro-visual::after { content: ""; position: absolute; inset: 0; background: rgba(11,11,9,.58); }
.finder-intro-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.finder-visual-label { position: absolute; z-index: 1; right: 0; bottom: 38px; color: rgba(255,255,255,.8); font-family: var(--serif); font-size: 21px; line-height: .8; text-align: right; }
.finder-visual-label small { font-family: var(--sans); font-size: 10px; }
.finder-intro-copy { width: min(580px, 58%); position: relative; z-index: 2; padding: 54px 0; }
.finder-breadcrumbs { margin-bottom: 58px; color: rgba(255,255,255,.58); }
.finder-breadcrumbs a:hover { color: #fff; }
.finder-intro h1 { margin: 12px 0 22px; font-family: var(--serif); font-size: 78px; font-weight: 500; line-height: .84; }
.finder-intro-copy > p { max-width: 535px; margin: 0; color: #cbc4b9; font-size: 14px; }
.finder-intro-meta { margin-top: 34px; display: flex; gap: 34px; }
.finder-intro-meta span { display: flex; align-items: baseline; gap: 6px; color: #aaa297; font-size: 9px; text-transform: uppercase; }
.finder-intro-meta strong { color: var(--gold-light); font-family: var(--serif); font-size: 22px; font-weight: 500; }

.finder-quiz-section { padding-top: 100px; padding-bottom: 96px; }
.finder-quiz { min-height: 570px; }
.finder-progress-head { margin-bottom: 16px; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.finder-progress-head span { color: var(--gold-ink); font-weight: 700; }
.finder-progress { margin: 0 0 76px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.finder-progress li { min-width: 0; position: relative; display: flex; align-items: center; gap: 10px; color: #6f695f; }
.finder-progress li:not(:last-child)::after { content: ""; height: 1px; position: absolute; top: 13px; right: 16px; left: 44px; background: #ddd8d0; }
.finder-progress li.complete:not(:last-child)::after { background: var(--gold); }
/* Etiket, baglanti cizgisinin ustunde zeminiyle durur; cizgi yaziyi kesmez. */
.finder-progress li small { position: relative; z-index: 1; background: var(--bg); padding-right: 8px; }
.finder-progress li > span { width: 27px; height: 27px; border: 1px solid #ccc6bc; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; font-size: 10px; }
.finder-progress li.active, .finder-progress li.complete { color: var(--ink); }
.finder-progress li.active > span { border-color: var(--ink); background: var(--ink); color: #fff; }
.finder-progress li.complete > span { border-color: var(--gold); color: var(--gold); }
.finder-progress small { font-size: 8px; text-transform: uppercase; }
.finder-step-panel { min-width: 0; margin: 0; padding: 0; border: 0; animation: finderReveal .3s ease both; }
.finder-step-panel[hidden] { display: none; }
@keyframes finderReveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.finder-step-panel legend { width: 100%; margin: 0 0 40px; padding: 0; display: flex; align-items: flex-start; gap: 20px; }
.finder-step-panel legend > span:last-child { display: flex; flex-direction: column; }
.finder-step-panel legend small { margin: 0 0 4px; color: var(--gold); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.finder-step-panel legend strong { font-family: var(--serif); font-size: 41px; font-weight: 500; line-height: 1; }
.finder-question-number { color: #b8aa97; font-family: var(--serif); font-size: 24px; }
.finder-option-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.finder-option { min-height: 170px; position: relative; padding: 25px 22px; border: 1px solid #d7d2ca; display: flex; flex-direction: column; justify-content: flex-end; background: rgba(255,255,255,.54); cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.finder-option:hover { border-color: #9f927e; transform: translateY(-2px); }
.finder-option:has(input:focus-visible) { outline: 2px solid var(--gold); outline-offset: 3px; }
.finder-option:has(input:checked) { border-color: var(--ink); background: #fff; box-shadow: inset 0 -3px 0 var(--gold); }
.finder-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.finder-option strong { margin-top: 27px; font-family: var(--serif); font-size: 29px; font-weight: 600; line-height: 1; }
.finder-option small { margin-top: 8px; color: var(--muted); font-size: 9px; }
.finder-option-index { width: 34px; height: 34px; position: absolute; top: 21px; left: 21px; border: 1px solid #cfc8bd; border-radius: 50%; display: grid; place-items: center; color: #867a69; font-family: var(--serif); font-size: 13px; }
.finder-option:has(input:checked) .finder-option-index { border-color: var(--ink); background: var(--ink); color: #fff; }
.finder-swatch { width: 42px; height: 42px; position: absolute; top: 20px; left: 21px; border: 9px solid rgba(255,255,255,.52); border-radius: 50%; box-shadow: 0 0 0 1px rgba(0,0,0,.12); }
.family-fruit .finder-swatch { background: #b96b58; }
.family-floral .finder-swatch { background: #d8c1cc; }
.family-wood .finder-swatch { background: #7f755f; }
.family-spice .finder-swatch { background: #b38a42; }
.intensity-options { grid-template-columns: repeat(3, minmax(0,1fr)); }
.intensity-bars { height: 42px; position: absolute; top: 20px; left: 22px; display: flex; align-items: end; gap: 5px; }
.intensity-bars i { width: 6px; background: var(--ink); }
.intensity-bars i:nth-child(1) { height: 12px; }
.intensity-bars i:nth-child(2) { height: 22px; opacity: .2; }
.intensity-bars i:nth-child(3) { height: 34px; opacity: .2; }
.intensity-bars.medium i:nth-child(2), .intensity-bars.strong i { opacity: 1; }
.intensity-bars.strong i:nth-child(2) { opacity: 1; }
.finder-controls { min-height: 76px; margin-top: 38px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 150px 1fr 190px; align-items: end; gap: 20px; }
.finder-back { min-height: 48px; padding: 0; border: 0; background: transparent; justify-self: start; font-size: 10px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.finder-back span { margin-right: 8px; }
.finder-selection-status { align-self: center; color: var(--muted); font-size: 9px; text-align: center; }
.finder-next { width: 190px; cursor: pointer; }
.finder-next:disabled { opacity: .38; cursor: not-allowed; }
.finder-promise { margin-bottom: 100px; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.finder-promise p { min-height: 64px; margin: 0; padding: 0 32px; border-right: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; align-content: center; color: var(--muted); font-size: 9px; }
.finder-promise p:last-child { border-right: 0; }
.finder-promise p > span { grid-row: 1 / 3; color: var(--gold); font-family: var(--serif); font-size: 19px; }
.finder-promise strong { color: var(--ink); font-size: 10px; }

.finder-result-hero { min-height: 610px; overflow: hidden; background: var(--dark); color: #f4efe6; }
.finder-result-hero-inner { min-height: 610px; display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.85fr); gap: 50px; align-items: center; }
.finder-result-copy { padding: 50px 0; }
.finder-result-copy .finder-breadcrumbs { margin-bottom: 68px; }
.finder-result-copy h1 { margin: 13px 0 22px; font-family: var(--serif); font-size: 66px; font-weight: 500; line-height: .88; }
.finder-result-copy h1 em { color: var(--gold-light); font-style: normal; }
.finder-result-copy > p { max-width: 560px; margin: 0; color: #bdb6ab; font-size: 13px; }
.finder-result-actions { margin-top: 33px; display: flex; gap: 10px; }
.finder-add-button { border-color: #736d64; background: transparent; color: #fff; cursor: pointer; }
.finder-add-button:hover { border-color: #fff; }
.finder-result-product { min-height: 520px; position: relative; display: grid; place-items: center; align-self: end; }
.finder-result-product::before { content: ""; width: 390px; height: 390px; position: absolute; border: 1px solid rgba(201,169,111,.28); border-radius: 50%; }
.finder-result-product > img { width: min(400px, 88%); height: 440px; position: relative; z-index: 1; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(0,0,0,.36)); }
.finder-result-product > div { position: absolute; z-index: 2; right: 0; bottom: 42px; max-width: 220px; padding: 16px 0 16px 22px; border-left: 1px solid var(--gold); display: flex; flex-direction: column; }
.finder-result-product > div small { color: var(--gold-light); font-size: 8px; text-transform: uppercase; }
.finder-result-product > div strong { margin: 3px 0; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.finder-result-product > div span { color: #aaa398; font-size: 9px; }
.finder-match-score { width: 88px; height: 88px; position: absolute; z-index: 3; top: 46px; right: 10px; border: 1px solid var(--gold-light); border-radius: 50%; display: grid; place-content: center; text-align: center; }
.finder-match-score strong { color: var(--gold-light); font-family: var(--serif); font-size: 24px; line-height: 1; }
.finder-match-score small { margin-top: 4px; color: #c9c0b3; font-size: 10px; }
.finder-profile { padding: 62px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.7fr; gap: 70px; align-items: end; }
.finder-profile-heading h2 { margin: 8px 0 0; font-family: var(--serif); font-size: 40px; font-weight: 500; line-height: .95; }
.finder-profile-list { margin: 0; display: grid; grid-template-columns: repeat(4,1fr); }
.finder-profile-list div { padding-left: 22px; border-left: 1px solid var(--line); }
.finder-profile-list dt { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.finder-profile-list dd { margin: 7px 0 0; font-family: var(--serif); font-size: 22px; }
.finder-notes { padding: 100px 0; display: grid; grid-template-columns: .9fr 1.4fr; gap: 110px; }
.finder-notes-copy h2 { margin: 10px 0 22px; font-family: var(--serif); font-size: 51px; font-weight: 500; line-height: .94; }
.finder-notes-copy p { max-width: 500px; color: var(--muted); font-size: 12px; }
.finder-note-list { border-top: 1px solid var(--line); }
.finder-note-list div { min-height: 105px; padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px 130px 1fr; align-items: center; gap: 14px; }
.finder-note-list span { color: var(--gold); font-family: var(--serif); font-size: 18px; }
.finder-note-list small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.finder-note-list strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.finder-alternatives { padding-bottom: 110px; }
.finder-alternative-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.finder-alternative-card { min-height: 290px; border: 1px solid var(--line); display: grid; grid-template-columns: minmax(220px,.9fr) 1fr; background: rgba(255,255,255,.5); }
.finder-alternative-image { min-height: 290px; position: relative; overflow: hidden; background: #e7e2da; }
.finder-alternative-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.finder-alternative-image:hover img { transform: scale(1.025); }
.finder-alternative-image span { position: absolute; top: 14px; left: 14px; padding: 5px 8px; background: var(--ink); color: #fff; font-size: 8px; text-transform: uppercase; }
.finder-alternative-info { padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.finder-alternative-info > small { color: var(--gold); font-size: 8px; text-transform: uppercase; }
.finder-alternative-info h3 { margin: 8px 0 0; font-family: var(--serif); font-size: 33px; font-weight: 500; line-height: 1; }
.finder-alternative-info p { margin: 6px 0 26px; color: var(--muted); font-size: 9px; }
.finder-alternative-info > strong { font-size: 12px; }
.finder-result-footer { margin-bottom: 110px; padding: 54px; display: flex; justify-content: space-between; align-items: center; gap: 40px; background: #dfe4dc; }
.finder-result-footer h2 { margin: 7px 0 0; font-family: var(--serif); font-size: 45px; font-weight: 500; line-height: .95; }
.finder-result-footer > div:last-child { display: flex; align-items: center; gap: 28px; }

@media (max-width: 900px) {
  .finder-intro-copy { width: 72%; }
  .finder-option-grid { grid-template-columns: repeat(2,1fr); }
  .intensity-options { grid-template-columns: repeat(3,1fr); }
  .finder-quiz { min-height: 700px; }
  .finder-result-hero-inner { grid-template-columns: 1fr .75fr; gap: 10px; }
  .finder-result-copy h1 { font-size: 54px; }
  .finder-result-product > img { height: 390px; }
  .finder-result-product::before { width: 300px; height: 300px; }
  .finder-profile { grid-template-columns: 1fr; gap: 30px; }
  .finder-notes { gap: 55px; }
  .finder-alternative-card { grid-template-columns: 1fr; }
  .finder-alternative-image { min-height: 310px; }
  .finder-result-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .finder-intro, .finder-intro-inner { min-height: 460px; }
  .finder-intro-visual img { object-position: 64% center; }
  .finder-intro-visual::after { background: rgba(12,12,10,.7); }
  .finder-intro-copy { width: 100%; align-self: end; padding: 38px 0 48px; }
  .finder-intro-copy .finder-breadcrumbs { margin-bottom: 92px; }
  .finder-intro h1 { font-size: 59px; }
  .finder-intro-copy > p { font-size: 11px; }
  .finder-intro-meta { gap: 17px; }
  .finder-intro-meta span { font-size: 10px; }
  .finder-visual-label { display: none; }
  .finder-quiz-section { padding-top: 55px; padding-bottom: 70px; }
  .finder-quiz { min-height: 790px; }
  .finder-progress-head strong { display: none; }
  .finder-progress { margin-bottom: 54px; }
  .finder-progress li { gap: 4px; }
  .finder-progress li:not(:last-child)::after { right: 8px; left: 32px; }
  .finder-progress small { display: none; }
  .finder-step-panel legend { margin-bottom: 29px; gap: 12px; }
  .finder-step-panel legend strong { font-size: 31px; }
  .finder-question-number { font-size: 18px; }
  .finder-option-grid, .intensity-options { grid-template-columns: 1fr; gap: 9px; }
  .finder-option { min-height: 105px; padding: 20px 18px 19px 80px; justify-content: center; }
  .finder-option strong { margin: 0; font-size: 25px; }
  .finder-option small { margin-top: 5px; }
  .finder-option-index, .finder-swatch { top: 50%; left: 22px; transform: translateY(-50%); }
  .finder-option:hover { transform: none; }
  .intensity-bars { top: 50%; left: 27px; transform: translateY(-50%); }
  .finder-controls { grid-template-columns: 82px 1fr; }
  .finder-selection-status { display: none; }
  .finder-next { width: 100%; }
  .finder-promise { margin-bottom: 70px; padding: 0; grid-template-columns: 1fr; }
  .finder-promise p { min-height: 92px; padding: 20px 5px; border-right: 0; border-bottom: 1px solid var(--line); }
  .finder-promise p:last-child { border-bottom: 0; }
  .finder-result-hero, .finder-result-hero-inner { min-height: 760px; }
  .finder-result-hero-inner { display: flex; flex-direction: column; align-items: stretch; }
  .finder-result-copy { z-index: 2; padding: 37px 0 0; }
  .finder-result-copy .finder-breadcrumbs { margin-bottom: 46px; }
  .finder-result-copy h1 { font-size: 48px; }
  .finder-result-copy > p { font-size: 10px; }
  .finder-result-actions { align-items: stretch; flex-direction: column; }
  .finder-result-actions .button, .finder-result-actions form { width: 100%; }
  .finder-result-actions form .button { width: 100%; }
  .finder-result-product { min-height: 340px; }
  .finder-result-product > img { width: 280px; height: 315px; }
  .finder-result-product::before { width: 260px; height: 260px; }
  .finder-result-product > div { right: 0; bottom: 18px; max-width: 180px; }
  .finder-match-score { width: 70px; height: 70px; top: 18px; right: 0; }
  .finder-profile { padding: 50px 0; }
  .finder-profile-heading h2 { font-size: 35px; }
  .finder-profile-list { grid-template-columns: repeat(2,1fr); gap: 24px 0; }
  .finder-notes { padding: 72px 0; grid-template-columns: 1fr; gap: 36px; }
  .finder-notes-copy h2 { font-size: 42px; }
  .finder-note-list div { grid-template-columns: 38px 1fr; }
  .finder-note-list strong { grid-column: 2; font-size: 19px; }
  .finder-alternatives { padding-bottom: 76px; }
  .finder-alternatives .section-heading { align-items: flex-start; }
  .finder-alternative-grid { grid-template-columns: 1fr; }
  .finder-alternative-card { grid-template-columns: 130px 1fr; min-height: 170px; }
  .finder-alternative-image { min-height: 170px; }
  .finder-alternative-info { padding: 20px; }
  .finder-alternative-info h3 { font-size: 28px; }
  .finder-alternative-info p { margin-bottom: 14px; }
  .finder-result-footer { margin-bottom: 76px; padding: 38px 24px; }
  .finder-result-footer h2 { font-size: 38px; }
  .finder-result-footer > div:last-child { width: 100%; align-items: stretch; flex-direction: column; }
  .finder-result-footer .button { width: 100%; }
  .finder-result-footer .text-link { justify-content: center; }
}

/* Brand story and store */
.brand-story-page, .store-page { background: #f7f5f0; }
.brand-story-hero, .store-page-hero { min-height: 520px; position: relative; overflow: hidden; background: var(--dark); color: #f5f0e8; }
.brand-story-hero::after, .store-page-hero::after { content: ""; position: absolute; inset: 0; background: rgba(11,11,9,.56); }
.brand-story-hero > img, .store-page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.brand-story-hero > img { object-position: center; }
.store-page-hero > img { object-position: center 55%; }
.brand-story-hero-inner, .store-page-hero-inner { min-height: 520px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; padding-top: 48px; padding-bottom: 44px; }
.brand-page-breadcrumbs { color: rgba(255,255,255,.62); }
.brand-page-breadcrumbs a:hover { color: #fff; }
.brand-story-hero-copy, .store-page-hero-copy { max-width: 720px; margin: auto 0; padding: 40px 0; }
.brand-story-hero h1, .store-page-hero h1 { margin: 12px 0 24px; font-family: var(--serif); font-size: 88px; font-weight: 500; line-height: .84; }
.brand-story-hero-copy p, .store-page-hero-copy p { max-width: 570px; margin: 0; color: #d0c9be; font-size: 15px; }
.brand-hero-caption, .store-concept-label { align-self: flex-end; color: rgba(255,255,255,.72); font-size: 10px; text-transform: uppercase; }

.story-manifesto { padding: 120px 0; display: grid; grid-template-columns: 180px 1fr; gap: 55px; }
.story-manifesto > div:first-child { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }
.story-manifesto-index { color: #b9ad9d; font-family: var(--serif); font-size: 28px; }
.story-manifesto h2 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: 65px; font-weight: 500; line-height: .95; }
.story-manifesto-copy { margin-top: 42px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 50px; }
.story-manifesto-copy p { margin: 0; color: var(--muted); font-size: 12px; }
.story-principles { padding: 100px 0; background: #fff; }
.story-heading-note { max-width: 400px; align-self: end; color: var(--muted); font-size: 11px; }
.story-principle-grid { margin-top: 52px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.story-principle-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.story-principle-grid article:last-child { border-right: 0; }
.story-principle-grid span { color: var(--gold); font-family: var(--serif); font-size: 20px; }
.story-principle-grid h3 { margin: auto 0 9px; font-family: var(--serif); font-size: 38px; font-weight: 500; }
.story-principle-grid p { max-width: 270px; margin: 0; color: var(--muted); font-size: 10px; }
.story-craft { padding: 120px 0; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.75fr); gap: 9%; align-items: center; }
.story-craft-image { height: 670px; position: relative; overflow: hidden; background: #e8e2d9; }
.story-craft-image img { width: 100%; height: 100%; object-fit: cover; }
.story-craft-image > span { position: absolute; left: 18px; bottom: 16px; padding: 6px 9px; background: rgba(18,18,15,.82); color: #fff; font-size: 8px; text-transform: uppercase; }
.story-craft-copy h2 { margin: 12px 0 24px; font-family: var(--serif); font-size: 61px; font-weight: 500; line-height: .9; }
.story-craft-copy > p { margin: 0; color: var(--muted); font-size: 12px; }
.story-craft-copy ol { margin: 42px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.story-craft-copy li { min-height: 82px; padding: 17px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 58px 1fr; align-content: center; }
.story-craft-copy li > span { grid-row: 1 / 3; color: var(--gold); font-family: var(--serif); font-size: 18px; }
.story-craft-copy li strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.story-craft-copy li small { color: var(--muted); font-size: 10px; }
.story-signatures { padding-top: 20px; padding-bottom: 120px; }
.story-product-grid, .store-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.story-next { padding: 100px 0; background: var(--dark); color: #f4efe7; }
.story-next-inner { display: grid; grid-template-columns: 1.1fr .75fr; gap: 100px; align-items: end; }
.story-next h2 { margin: 10px 0 0; font-family: var(--serif); font-size: 66px; font-weight: 500; line-height: .88; }
.story-next p { margin: 0 0 28px; color: #b9b2a7; font-size: 12px; }

.store-visit { padding: 115px 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(410px,.72fr); gap: 9%; align-items: center; }
.store-visit-copy h2 { max-width: 700px; margin: 12px 0 25px; font-family: var(--serif); font-size: 58px; font-weight: 500; line-height: .94; }
.store-visit-copy > p { max-width: 620px; margin: 0 0 30px; color: var(--muted); font-size: 12px; }
.store-details { padding: 38px; background: var(--dark); color: #f3eee6; }
.store-details-head h2 { margin: 7px 0 24px; font-family: var(--serif); font-size: 38px; font-weight: 500; }
.store-data-notice { padding: 15px; border: 1px solid #5b554c; color: #bbb3a8; font-size: 9px; }
.store-data-notice strong { display: block; margin-bottom: 4px; color: #fff; }
.store-details dl { margin: 24px 0; border-top: 1px solid #48443d; }
.store-details dl > div { padding: 16px 0; border-bottom: 1px solid #48443d; display: grid; grid-template-columns: 115px 1fr; gap: 20px; }
.store-details dt { color: var(--gold-light); font-size: 10px; text-transform: uppercase; }
.store-details dd { margin: 0; color: #d2cbc0; font-size: 10px; }
.store-details .button { width: 100%; }
.store-disabled-button { border-color: #5b554c; color: #918a80; cursor: not-allowed; }
.store-experience { padding: 100px 0; background: #fff; }
.store-experience-grid { margin-top: 50px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.store-experience-grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.store-experience-grid article:last-child { border-right: 0; }
.store-experience-grid span { color: var(--gold); font-family: var(--serif); font-size: 19px; }
.store-experience-grid h3 { margin: auto 0 8px; font-family: var(--serif); font-size: 35px; font-weight: 500; }
.store-experience-grid p { max-width: 300px; margin: 0; color: var(--muted); font-size: 10px; }
.store-location { min-height: 540px; margin-top: 120px; margin-bottom: 120px; display: grid; grid-template-columns: 1.25fr .75fr; background: #dfe4dc; }
.store-location-visual { min-height: 540px; position: relative; overflow: hidden; border-right: 1px solid rgba(23,23,21,.13); display: grid; place-items: center; }
.store-location-visual::before, .store-location-visual::after { content: ""; position: absolute; background: rgba(23,23,21,.13); }
.store-location-visual::before { width: 1px; height: 100%; left: 50%; }
.store-location-visual::after { width: 100%; height: 1px; top: 50%; }
.store-location-visual > span { color: rgba(23,23,21,.08); font-family: var(--serif); font-size: 92px; }
.store-location-visual > i { width: 72px; height: 72px; position: absolute; border: 1px solid var(--ink); border-radius: 50%; }
.store-location-visual > i::after { content: ""; width: 8px; height: 8px; position: absolute; inset: 0; margin: auto; border-radius: 50%; background: var(--gold); }
.store-location-copy { padding: 65px; align-self: center; }
.store-location-copy h2 { margin: 9px 0 23px; font-family: var(--serif); font-size: 51px; font-weight: 500; line-height: .93; }
.store-location-copy p { margin: 0 0 28px; color: #5e625c; font-size: 11px; }
.store-location-copy p strong { color: var(--ink); }
.store-products { padding-bottom: 120px; }
.store-faq { padding: 100px 0 120px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.store-faq > div:first-child h2 { margin: 9px 0 0; font-family: var(--serif); font-size: 48px; font-weight: 500; line-height: .95; }
.store-faq-list { border-top: 1px solid var(--line); }
.store-faq-list details { border-bottom: 1px solid var(--line); }
.store-faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-family: var(--serif); font-size: 21px; cursor: pointer; list-style: none; }
.store-faq-list summary::-webkit-details-marker { display: none; }
.store-faq-list summary span { font-family: var(--sans); color: var(--gold); font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.store-faq-list details[open] summary span { transform: rotate(45deg); }
.store-faq-list details p { max-width: 650px; margin: -3px 0 23px; color: var(--muted); font-size: 10px; }

@media (max-width: 900px) {
  .story-manifesto { grid-template-columns: 110px 1fr; }
  .story-craft { grid-template-columns: 1fr; gap: 55px; }
  .story-craft-image { height: 610px; }
  .story-next-inner { grid-template-columns: 1fr 1fr; gap: 50px; }
  .store-visit { grid-template-columns: 1fr; gap: 55px; }
  .store-details { max-width: 650px; }
  .store-location { grid-template-columns: 1fr; }
  .store-location-visual { min-height: 380px; border-right: 0; border-bottom: 1px solid rgba(23,23,21,.13); }
  .store-location-copy { padding: 50px; }
  .store-faq { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 640px) {
  .brand-story-hero, .store-page-hero, .brand-story-hero-inner, .store-page-hero-inner { min-height: 640px; }
  .brand-story-hero::after, .store-page-hero::after { background: rgba(11,11,9,.64); }
  .brand-story-hero > img { object-position: 60% center; }
  .store-page-hero > img { object-position: 58% center; }
  .brand-story-hero-inner, .store-page-hero-inner { padding-top: 35px; padding-bottom: 32px; }
  .brand-story-hero-copy, .store-page-hero-copy { padding: 36px 0; }
  .brand-story-hero h1, .store-page-hero h1 { font-size: 58px; }
  .brand-story-hero-copy p, .store-page-hero-copy p { font-size: 11px; }
  .brand-hero-caption, .store-concept-label { align-self: flex-start; }
  .story-manifesto { padding: 76px 0; grid-template-columns: 1fr; gap: 25px; }
  .story-manifesto > div:first-child { flex-direction: row; }
  .story-manifesto h2 { font-size: 43px; }
  .story-manifesto-copy { margin-top: 30px; grid-template-columns: 1fr; gap: 18px; }
  .story-principles { padding: 72px 0; }
  .story-heading-note { margin-top: 18px; }
  .story-principle-grid, .store-experience-grid { grid-template-columns: 1fr; }
  .story-principle-grid article, .store-experience-grid article { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-principle-grid article:last-child, .store-experience-grid article:last-child { border-bottom: 0; }
  .story-craft { padding: 76px 0; gap: 40px; }
  .story-craft-image { height: 450px; }
  .story-craft-copy h2 { font-size: 46px; }
  .story-signatures { padding-bottom: 78px; }
  .story-product-grid, .store-product-grid { display: flex; }
  .story-next { padding: 70px 0; }
  .story-next-inner { grid-template-columns: 1fr; gap: 30px; }
  .story-next h2 { font-size: 50px; }
  .story-next .button { width: 100%; }
  .store-visit { padding: 76px 0; gap: 42px; }
  .store-visit-copy h2 { font-size: 44px; }
  .store-details { padding: 28px 22px; }
  .store-details dl > div { grid-template-columns: 1fr; gap: 6px; }
  .store-experience { padding: 72px 0; }
  .store-location { min-height: 0; margin-top: 76px; margin-bottom: 76px; }
  .store-location-visual { min-height: 290px; }
  .store-location-visual > span { font-size: 57px; }
  .store-location-copy { padding: 38px 24px; }
  .store-location-copy h2 { font-size: 42px; }
  .store-location-copy .button { width: 100%; }
  .store-products { padding-bottom: 78px; }
  .store-faq { padding: 72px 0 78px; gap: 32px; }
  .store-faq > div:first-child h2 { font-size: 41px; }
  .store-faq-list summary { min-height: 78px; font-size: 18px; }
}

/* Favorites and guest account */
.favorite-count { position: absolute; right: 0; top: 2px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 50%; background: #963b36; color: #fff; display: grid; place-items: center; font-size: 10px; }
.favorite-count[hidden] { display: none; }
.favorites-page, .account-page { background: #f7f5f0; }
.customer-hero { position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(17,16,14,.92) 0%, rgba(17,16,14,.7) 55%, rgba(17,16,14,.52) 100%), url("/images/home/brand-atelier-v1.webp") center 35%/cover no-repeat, var(--dark); color: #f5efe6; }
.customer-hero-inner { min-height: 340px; display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.66fr); align-items: stretch; gap: 70px; }
.customer-hero-copy { position: relative; z-index: 2; padding: 44px 0 62px; align-self: center; }
.customer-hero-copy .catalog-breadcrumbs { margin-bottom: 56px; }
.customer-hero h1 { margin: 8px 0 20px; font-family: var(--serif); font-size: 75px; font-weight: 500; line-height: .86; }
.customer-hero-copy > p { max-width: 540px; margin: 0; color: #bbb4a9; font-size: 13px; }
.customer-hero-product { min-height: 430px; position: relative; overflow: hidden; border-left: 1px solid rgba(202,169,111,.18); }
.customer-hero-product::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(25,25,22,.42),transparent 46%); }
.customer-hero-product > span { position: absolute; z-index: 2; right: -11px; bottom: -32px; color: rgba(255,255,255,.06); font-family: var(--serif); font-size: 112px; writing-mode: vertical-rl; }
.customer-hero-product img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.75); }

.favorites-content { min-height: 520px; padding-top: 86px; padding-bottom: 116px; }
.favorites-toolbar { margin-bottom: 38px; padding-bottom: 24px; border-bottom: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.favorites-toolbar h2 { margin: 5px 0 0; font-family: var(--serif); font-size: 48px; font-weight: 500; line-height: .95; }
.favorites-toolbar p { margin: 0; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.favorites-toolbar p strong { color: var(--ink); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.favorites-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.favorites-grid:not(.is-ready) { visibility: hidden; }
.favorites-grid .product-card[hidden] { display: none !important; }
.favorites-empty-state { min-height: 430px; }
.favorites-empty-state[hidden] { display: none; }
.favorites-note { padding: 80px 0; background: #dfe4dc; }
.favorites-note-inner { display: grid; grid-template-columns: 90px minmax(330px,.9fr) minmax(300px,.72fr); align-items: center; gap: 52px; }
.favorites-note-index { color: #989f96; font-family: var(--serif); font-size: 27px; }
.favorites-note h2 { max-width: 650px; margin: 8px 0 0; font-family: var(--serif); font-size: 48px; font-weight: 500; line-height: .92; }
.favorites-note p { margin: 0; color: #5e625c; font-size: 11px; }

.account-heading { border-bottom: 1px solid var(--line); background: #fff; }
.account-heading-inner { min-height: 330px; padding-top: 46px; padding-bottom: 58px; display: grid; grid-template-columns: 1fr minmax(350px,.55fr); align-items: end; gap: 70px; }
.account-heading .catalog-breadcrumbs { margin-bottom: 70px; }
.account-heading h1 { margin: 5px 0 0; font-family: var(--serif); font-size: 76px; font-weight: 500; line-height: .88; }
.account-session-status { padding: 28px 0 4px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 12px 1fr; gap: 15px; }
.account-session-status > span { width: 8px; height: 8px; margin-top: 7px; border-radius: 50%; background: #68866c; box-shadow: 0 0 0 4px rgba(104,134,108,.13); }
.account-session-status strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.account-session-status p { max-width: 430px; margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.account-overview { padding-top: 100px; padding-bottom: 120px; }
.account-overview .section-heading > p { max-width: 350px; font-size: 10px; text-align: right; }
.account-action-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.account-action-list > a { min-height: 150px; padding: 30px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 50px 1fr 20px; align-items: center; gap: 20px; transition: background .2s ease; }
.account-action-list > a:nth-child(2n) { border-right: 0; }
.account-action-list > a:hover { background: #fff; }
.account-action-icon { width: 46px; height: 46px; border: 1px solid #cfc8bd; display: grid; place-items: center; }
.account-action-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--gold); stroke-width: 1.35; }
.account-action-list small, .account-action-list strong { display: block; }
.account-action-list small { margin-bottom: 5px; color: var(--gold); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.account-action-list strong { font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.05; }
.account-action-list strong b { font: inherit; }
.account-action-list i { font-size: 18px; font-style: normal; transition: transform .2s ease; }
.account-action-list > a:hover i { transform: translateX(4px); }
.account-membership { padding: 100px 0; background: var(--dark); color: #f4efe7; }
.account-membership-inner { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 100px; }
.account-membership h2 { margin: 10px 0 0; font-family: var(--serif); font-size: 61px; font-weight: 500; line-height: .9; }
.account-membership p { max-width: 560px; margin: 0 0 28px; color: #b9b2a7; font-size: 11px; }

@media (max-width: 900px) {
  .customer-hero-inner { grid-template-columns: 1fr minmax(280px,.55fr); gap: 35px; }
  .customer-hero h1 { font-size: 64px; }
  .favorites-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .favorites-note-inner { grid-template-columns: 50px 1fr; gap: 30px; }
  .favorites-note-inner p { grid-column: 2; }
  .account-heading-inner { grid-template-columns: 1fr minmax(300px,.65fr); gap: 45px; }
  .account-membership-inner { grid-template-columns: 1fr 1fr; gap: 55px; }
}

@media (max-width: 640px) {
  .customer-hero-inner { min-height: 620px; display: block; }
  .customer-hero-copy { padding: 36px 0 280px; }
  .customer-hero-copy .catalog-breadcrumbs { margin-bottom: 40px; }
  .customer-hero h1 { font-size: 55px; }
  .customer-hero-copy > p { font-size: 10px; }
  .customer-hero-product { min-height: 0; height: 245px; position: absolute; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(202,169,111,.18); border-left: 0; }
  .customer-hero-product > span { display: none; }
  .customer-hero-product img { object-position: center 56%; }
  .favorites-content { min-height: 430px; padding-top: 66px; padding-bottom: 78px; }
  .favorites-toolbar { align-items: flex-start; }
  .favorites-toolbar h2 { font-size: 38px; }
  .favorites-grid { display: grid; grid-template-columns: 1fr; margin-right: 0; padding-right: 0; overflow: visible; }
  .favorites-grid .product-card { width: auto; flex-basis: auto; }
  .favorites-empty-state { min-height: 410px; }
  .favorites-note { padding: 64px 0; }
  .favorites-note-inner { grid-template-columns: 1fr; gap: 18px; }
  .favorites-note-inner p { grid-column: auto; }
  .favorites-note h2 { font-size: 41px; }
  .account-heading-inner { min-height: 430px; padding-top: 36px; padding-bottom: 45px; grid-template-columns: 1fr; align-items: end; gap: 46px; }
  .account-heading .catalog-breadcrumbs { margin-bottom: 50px; }
  .account-heading h1 { font-size: 58px; }
  .account-overview { padding-top: 74px; padding-bottom: 82px; }
  .account-overview .section-heading { align-items: flex-start; }
  .account-overview .section-heading > p { display: none; }
  .account-action-list { grid-template-columns: 1fr; }
  .account-action-list > a { min-height: 126px; padding: 23px 4px; border-right: 0; grid-template-columns: 46px 1fr 16px; gap: 15px; }
  .account-action-list strong { font-size: 21px; }
  .account-membership { padding: 72px 0; }
  .account-membership-inner { grid-template-columns: 1fr; gap: 32px; }
  .account-membership h2 { font-size: 47px; }
  .account-membership .button { width: 100%; }
}

/* Hata ve bulunamadı sayfaları (§47). */
.status-page { min-height: 620px; padding: 80px 0 120px; display: grid; align-items: center; }
.status-page .empty-state h1 { max-width: 650px; margin: 12px 0 5px; font-family: var(--serif); font-size: 48px; font-weight: 500; line-height: 1; }

/* --- Aktif filtre rozetleri --- */
.active-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.active-filters > a:last-child { margin-left: 4px; font-size: 11px; text-decoration: underline; color: var(--muted); }
.active-filter { min-height: 34px; padding: 0 12px; border: 1px solid var(--gold-ink); display: inline-flex; align-items: center; gap: 8px; color: var(--gold-ink); font-size: 11px; font-weight: 600; }
.active-filter span { font-size: 14px; }
.active-filter:hover { background: var(--gold-ink); color: #fff; }

/* --- Mobil sticky satın alma çubuğu (yalnız ≤900px) --- */
.detail-sticky-bar { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); display: none; align-items: center; justify-content: space-between; gap: 14px; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(20,16,10,.08); transform: translateY(105%); transition: transform .25s ease; }
.detail-sticky-bar.visible { transform: translateY(0); }
.detail-sticky-info { min-width: 0; }
.detail-sticky-info strong { display: block; overflow: hidden; font-family: var(--serif); font-size: 19px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.detail-sticky-info span { color: var(--muted); font-size: 12px; }
.detail-sticky-bar .button { min-height: 44px; padding: 0 20px; }
@media (max-width: 900px) {
  .detail-sticky-bar { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  .detail-sticky-bar { transition: none; }
}

/* --- Ürün görseli lightbox --- */
.detail-zoom-trigger { width: 100%; padding: 0; border: 0; cursor: zoom-in; text-align: inherit; }
.lightbox { position: fixed; z-index: 170; inset: 0; display: none; background: rgba(16,15,13,.94); }
.lightbox.open { display: block; }
.lightbox-stage { position: absolute; inset: 0; display: grid; place-items: center; overflow: auto; cursor: zoom-in; }
.lightbox-stage img { max-width: min(92vw, 900px); max-height: 88vh; object-fit: contain; transition: transform .2s ease; }
.lightbox.zoomed .lightbox-stage { cursor: zoom-out; }
.lightbox.zoomed .lightbox-stage img { max-width: none; max-height: none; width: min(180vw, 1800px); }
.lightbox-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: #f5efe5; display: grid; place-items: center; font-size: 28px; cursor: pointer; }
.lightbox-hint { position: absolute; z-index: 2; bottom: 14px; left: 50%; transform: translateX(-50%); margin: 0; color: rgba(245,239,229,.7); font-size: 11px; }
@media (prefers-reduced-motion: reduce) {
  .lightbox-stage img { transition: none; }
}

/* --- Son baktıkların rayı --- */
.recently-viewed-rail { display: flex; overflow-x: auto; gap: 14px; padding-bottom: 6px; scroll-snap-type: x proximity; scrollbar-width: none; }
.recently-viewed-rail::-webkit-scrollbar { display: none; }
.recent-card { flex: 0 0 190px; scroll-snap-align: start; }
.recent-card .recent-card-image { height: 220px; padding: 16px; background: #f2f0ea; display: grid; place-items: center; }
.recent-card img { max-width: 100%; max-height: 100%; object-fit: contain; }
.recent-card strong { display: block; margin-top: 10px; font-family: var(--serif); font-size: 19px; font-weight: 500; line-height: 1.1; }
.recent-card small { display: block; color: var(--muted); font-size: 11px; }
.recent-card b { display: block; margin-top: 4px; font-size: 12px; }

/* Kupon kutusu (ödeme kontrol adımı) */
.coupon-box { margin: 18px 0 4px; }
.coupon-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.coupon-form input { height: 44px; padding: 0 14px; border: 1px solid var(--line); background: #fff; font-size: 13px; text-transform: uppercase; }
.coupon-form .button { min-height: 44px; padding: 0 18px; }
.coupon-error { margin: 8px 0 0; color: #a3452f; font-size: 11px; }
.coupon-applied { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border: 1px solid #cfd9cb; background: #e8efe6; font-size: 12px; }
.coupon-applied button { border: 0; background: none; color: #5f7d55; font-size: 11px; font-weight: 700; text-decoration: underline; cursor: pointer; }
.summary-discount dd { color: #5f7d55 !important; }
.coupon-ok { margin: 0; padding: 12px 14px; border: 1px solid #cfd9cb; background: #e8efe6; color: #4d5648; font-size: 12px; }

/* Boyut seçimi (varyant) */
.variant-picker { margin: 26px 0 28px; padding: 0; border: 0; }
.variant-picker legend { margin-bottom: 10px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.variant-picker { display: flex; flex-wrap: wrap; gap: 10px; }
.variant-option { position: relative; cursor: pointer; }
.variant-option input { position: absolute; opacity: 0; }
.variant-option span, .variant-option b { pointer-events: none; }
.variant-option { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 16px; border: 1px solid var(--line); background: #fff; font-size: 13px; transition: border-color .18s ease; }
.variant-option b { color: var(--muted); font-weight: 600; font-size: 12px; }
.variant-option:has(input:checked) { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.variant-option:has(input:focus-visible) { outline: 2px solid var(--gold); outline-offset: 3px; }

/* Katalog sayfalaması */
.catalog-pagination { margin-top: 44px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; font-size: 13px; }
.catalog-pagination a, .catalog-pagination span { min-width: 44px; min-height: 44px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: #fff; transition: border-color .18s ease; }
.catalog-pagination a:hover { border-color: var(--ink); }
.catalog-pagination span[aria-current] { background: var(--dark); border-color: var(--dark); color: #fff; }

/* Katalog kenar çubuğu düzeni */
.catalog-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 44px; align-items: start; }
.catalog-sidebar { position: sticky; top: 92px; }
.catalog-filters { border: 1px solid var(--line); background: #fff; }
.catalog-filters > summary { display: none; }
.catalog-filter-groups { padding: 22px 20px; display: grid; gap: 26px; }
.sidebar-filter-group { display: grid; gap: 2px; }
.sidebar-filter-group .filter-label { margin-bottom: 8px; }
.sidebar-filter-group a { display: flex; align-items: center; min-height: 34px; padding: 0 10px; margin: 0 -10px; color: #5d584f; font-size: 13px; transition: color .16s ease, background-color .16s ease; }
.sidebar-filter-group a:hover { color: var(--ink); background: #f4f1ea; }
.sidebar-filter-group a.active { color: var(--ink); font-weight: 700; background: #f2efe8; box-shadow: inset 2px 0 0 var(--gold); }
.sidebar-clear { display: inline-flex; align-items: center; min-height: 40px; color: var(--gold-ink); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; text-decoration: underline; text-underline-offset: 3px; }
.catalog-result-info { min-width: 0; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.catalog-result-info > p { margin: 0; font-size: 13px; }
/* Sidebar düzeninde ürün ızgarası 3 sütuna iner (kart genişliği korunur). */
.catalog-layout .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 1024px) {
  .catalog-layout { grid-template-columns: 1fr; gap: 22px; }
  .catalog-sidebar { position: static; }
  /* Mobilde filtre paneli kapalı başlar; summary görünür bir düğme olur. */
  .catalog-filters:not([open]) .catalog-filter-groups { display: none; }
  .catalog-filters > summary { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 18px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; list-style: none; }
  .catalog-filters > summary::-webkit-details-marker { display: none; }
  .catalog-filters > summary span { color: var(--gold); font-size: 18px; transition: transform .2s ease; }
  .catalog-filters[open] > summary span { transform: rotate(45deg); }
  .catalog-filters[open] .catalog-filter-groups { border-top: 1px solid var(--line); }
  .catalog-layout .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Hesap sayfaları: kenar çubuklu düzen */
.account-page { padding: 26px 0 120px; }
.account-breadcrumbs { padding: 8px 0 26px; color: var(--muted); }
.account-shell { display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: 44px; align-items: start; }
.account-sidebar { position: sticky; top: 92px; border: 1px solid var(--line); background: #fff; }
.account-sidebar-user { padding: 20px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.account-avatar { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--dark); color: var(--gold-light); font-family: var(--serif); font-size: 20px; }
.account-sidebar-user strong { display: block; font-size: 14px; }
.account-sidebar-user small { display: block; color: var(--muted); font-size: 11px; overflow: hidden; text-overflow: ellipsis; max-width: 165px; white-space: nowrap; }
.account-sidebar-nav { padding: 10px 0; display: grid; }
.account-sidebar-nav a { display: flex; align-items: center; gap: 12px; min-height: 46px; padding: 0 20px; color: #5d584f; font-size: 13px; transition: color .16s ease, background-color .16s ease; }
.account-sidebar-nav a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.account-sidebar-nav a:hover { color: var(--ink); background: #f4f1ea; }
.account-sidebar-nav a.active { color: var(--ink); font-weight: 700; background: #f2efe8; box-shadow: inset 2px 0 0 var(--gold); }
.account-sidebar-logout { border-top: 1px solid var(--line); }
.account-sidebar-logout button { width: 100%; display: flex; align-items: center; gap: 12px; min-height: 50px; padding: 0 20px; border: 0; background: none; color: #8a5b4b; font-size: 13px; cursor: pointer; transition: background-color .16s ease; }
.account-sidebar-logout button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.account-sidebar-logout button:hover { background: #f6efec; }

.account-content { min-width: 0; display: grid; gap: 28px; }
.account-content-head h1 { margin: 6px 0 8px; font-family: var(--serif); font-size: 42px; font-weight: 500; line-height: 1; }
.account-content-head p { margin: 0; color: var(--muted); font-size: 13px; }
.account-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.account-stat { padding: 20px; border: 1px solid var(--line); background: #fff; display: grid; gap: 2px; transition: border-color .18s ease; }
.account-stat:hover { border-color: #c9bda9; }
.account-stat small { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.account-stat strong { font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: 1.1; }
.account-stat .account-stat-text { font-size: 24px; }
.account-stat span { color: #6d675d; font-size: 11px; }
.account-panel { padding: 26px; border: 1px solid var(--line); background: #fff; }
.account-panel-head { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.account-panel-head h2 { margin: 0; font-family: var(--serif); font-size: 26px; font-weight: 600; }
.account-quick-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.account-quick-links a { padding: 16px 18px; border: 1px solid var(--line); display: grid; gap: 2px; transition: border-color .18s ease; }
.account-quick-links a:hover { border-color: #c9bda9; }
.account-quick-links strong { font-size: 14px; }
.account-quick-links small { color: var(--muted); font-size: 11px; }

/* Misafir hesap ekranı */
.account-guest { max-width: 1020px; }
.account-guest-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.account-guest-card { padding: 28px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; }
.account-guest-card h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 26px; font-weight: 600; }
.account-guest-card p { margin: 0 0 20px; color: #5d584f; font-size: 13px; line-height: 1.7; }
.account-guest-card .button { margin-top: auto; }
.account-guest-links { margin-top: auto; display: grid; }
.account-guest-links a { display: flex; align-items: center; min-height: 40px; border-top: 1px solid var(--line); font-size: 13px; }
.account-guest-links a:first-child { border-top: 0; }

@media (max-width: 1024px) {
  .account-shell { grid-template-columns: 1fr; gap: 20px; }
  /* Mobilde kenar çubuğu yatay sekme şeridine döner. */
  .account-sidebar { position: static; display: grid; }
  .account-sidebar-user { border-bottom: 1px solid var(--line); }
  .account-sidebar-nav { padding: 0; grid-auto-flow: column; grid-auto-columns: max-content; overflow-x: auto; scrollbar-width: none; }
  .account-sidebar-nav::-webkit-scrollbar { display: none; }
  .account-sidebar-nav a { min-height: 50px; white-space: nowrap; }
  .account-sidebar-nav a.active { box-shadow: inset 0 -2px 0 var(--gold); }
  .account-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .account-guest-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .account-content-head h1 { font-size: 32px; }
  .account-quick-links { grid-template-columns: 1fr; }
}
/* AJAX yüklemesi sırasında içerik hafifçe soluklaşır. */
.catalog-layout.is-loading { opacity: .45; pointer-events: none; transition: opacity .15s ease; }

/* ===== Zengin metin içerik (Güler Editor çıktısı) ===== */
.rich-text > * + * { margin-top: 14px; }
.rich-text p { margin: 0; }
.rich-text h2, .rich-text h3 { font-family: var(--serif); font-weight: 500; line-height: 1.15; }
.rich-text h2 { font-size: 26px; }
.rich-text h3 { font-size: 21px; }
.rich-text ul, .rich-text ol { padding-left: 22px; display: grid; gap: 6px; }
.rich-text img { max-width: 100%; height: auto; border-radius: 10px; display: block; }
.rich-text blockquote { border-left: 3px solid var(--gold, #b08d4c); padding: 4px 0 4px 16px; color: #6b6359; }
.rich-text a { color: var(--gold-ink, #8a6c33); text-underline-offset: 3px; }
.rich-text table { width: 100%; border-collapse: collapse; }
.rich-text table td, .rich-text table th { border: 1px solid var(--line, #e3ddd2); padding: 8px 10px; text-align: left; }

/* Editör içerik blokları sitede stylus.css olmadan da düzgün görünmeli */
.rich-text .stylus-callout { display: flex; gap: 10px; padding: 14px 16px; border-left: 3px solid var(--gold, #a68455); background: #faf7f1; border-radius: 8px; }
.rich-text .stylus-callout-icon { flex: 0 0 auto; }
.rich-text .stylus-callout-body { flex: 1; min-width: 0; }
.rich-text .stylus-callout-body > * + * { margin-top: 8px; }
.rich-text .stylus-callout-warning, .rich-text .stylus-callout-danger { border-left-color: #b3543c; background: #fbeeea; }
.rich-text .stylus-callout-success { border-left-color: #2f6b3a; background: #e7f1e6; }

.rich-text .stylus-accordion-item { border: 1px solid var(--line, #e1ddd5); border-radius: 8px; padding: 4px 14px; }
.rich-text .stylus-accordion-summary { cursor: pointer; font-weight: 600; padding: 8px 0; }
.rich-text .stylus-accordion-body { padding: 4px 0 10px; }

.rich-text .stylus-tabs { border: 1px solid var(--line, #e1ddd5); border-radius: 8px; overflow: hidden; }
.rich-text .stylus-tab-panel { padding: 12px 16px; }
.rich-text .stylus-tab-panel + .stylus-tab-panel { border-top: 1px solid var(--line, #e1ddd5); }
.rich-text .stylus-tab-panel-header { font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--gold-ink, #8a6b40); margin-bottom: 8px; }

.rich-text pre, .rich-text .stylus-code-block { background: #191713; color: #ece5d8; padding: 14px 16px; border-radius: 8px; overflow-x: auto; font-size: 13px; line-height: 1.55; }
.rich-text code { font-family: ui-monospace, Consolas, monospace; }

.rich-text .stylus-embed { position: relative; }
.rich-text .stylus-embed iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 8px; }

/* Matematik/Mermaid blokları sitede istemci kitaplığı olmadan çizilemez; kaynak
   ifade sade bir kutuda gösterilir. */
.rich-text .stylus-math, .rich-text .stylus-mermaid { display: block; background: #faf7f1; border: 1px dashed var(--line, #e1ddd5); border-radius: 8px; padding: 10px 14px; font-family: ui-monospace, Consolas, monospace; font-size: 13px; overflow-x: auto; }

/* Kart hızlı işlemi bağlantı/etiket olarak da render edilebiliyor (boyut seç / tükendi) */
a.quick-add { text-decoration: none; }
.quick-add.is-disabled { opacity: .55; cursor: default; pointer-events: none; }
