/* ==========================================================
   Hobilanka — Ana Stil Dosyası (v3, sıfırdan)
   ========================================================== */

:root {
  --gold: #c8872b;
  --gold-light: #e3ab4f;
  --gold-dark: #9c661d;
  --gold-text: #8a5a17;
  --cream: #fbf6ec;
  --cream-soft: #f3ead7;
  --ink: #241c13;
  --ink-soft: #4a3d2c;
  --muted: #7c6f5c;
  --white: #ffffff;
  --line: #e7dbc4;
  --font-serif: 'Fraunces', serif;
  --font-sans: 'Poppins', sans-serif;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5 { font-family: var(--font-serif); margin: 0 0 .5em; font-weight: 600; color: var(--ink); }
p { margin: 0 0 1em; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.center { text-align: center; }

/* --- Buttons --- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 999px; font-weight: 600;
  font-size: 15px; transition: all .25s ease; border: 2px solid transparent;
  cursor: pointer;
}
.btn-primary { background: var(--gold-text); color: var(--white); }
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); }
.btn-ghost { background: transparent; border-color: currentColor; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--white); }
.btn-lg { padding: 16px 34px; font-size: 16px; }
.btn-sm { padding: 10px 20px; font-size: 13px; }

/* --- Eyebrow --- */
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--gold-text); margin-bottom: 12px;
}
.hero .eyebrow { color: var(--gold-light); }
.section-title { font-size: 40px; margin-bottom: 16px; }

/* --- Announcement bar --- */
.announce-bar { background: var(--ink); color: var(--cream); overflow: hidden; white-space: nowrap; }
.announce-track { display: inline-flex; animation: scroll-left 30s linear infinite; padding: 8px 0; }
.announce-track span { padding: 0 40px; font-size: 13px; letter-spacing: .02em; }
@keyframes scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --- Header --- */
.site-header { position: sticky; top: 0; z-index: 100; background: #fbf6ec; border-bottom: 1px solid var(--line); will-change: transform; transform: translateZ(0); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 24px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { width: 42px; height: 42px; object-fit: cover; }
.brand-logo--round { border-radius: 50%; }
.brand-logo--square { border-radius: 10px; }
.brand-name { font-family: var(--font-serif); font-size: 22px; font-weight: 700; color: var(--ink); }
.main-nav { display: flex; gap: 28px; }
.main-nav a { font-size: 14px; font-weight: 600; color: var(--ink-soft); transition: color .2s; }
.main-nav a:hover { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.icon-btn { position: relative; font-size: 20px; }
.cart-count { position: absolute; top: -6px; right: -8px; background: var(--gold-text); color: #fff; font-size: 10px; font-weight: 700; border-radius: 50%; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; }
.lang-switcher { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; }
.lang-switcher a { color: var(--ink-soft); transition: color .2s; }
.lang-switcher a:hover { color: var(--gold-text); }
.site-footer .lang-current { color: var(--gold-light); }
.site-footer .lang-switcher a { color: #d9cfb8; }
.site-footer .lang-switcher a:hover { color: var(--gold-light); }
.lang-current { color: var(--gold-text); }
.lang-sep { opacity: .3; }
.mobile-nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.mobile-nav-toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }
.mobile-nav { display: none; flex-direction: column; background: var(--cream); border-top: 1px solid var(--line); }
.mobile-nav a { padding: 14px 24px; border-bottom: 1px solid var(--line); font-weight: 600; }
.mobile-nav.open, .mobile-nav.is-open { display: flex; }
.mobile-nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.mobile-nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav-toggle span { transition: all .25s ease; }
.site-header.is-scrolled { box-shadow: 0 4px 16px rgba(36,28,19,.08); }
body.nav-open { overflow: hidden; }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .header-actions .btn { display: none; }
  .mobile-nav-toggle { display: flex; }
}

/* --- Hero --- */
.hero { position: relative; background: var(--ink); color: var(--white); overflow: hidden; }
.hero-bg-image { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, var(--gold-light), transparent 60%), radial-gradient(circle at 80% 70%, var(--gold), transparent 55%); background-size: cover; background-position: center; opacity: .35; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,28,19,.65), rgba(36,28,19,.9)); }
.hero-inner { position: relative; z-index: 1; text-align: center; padding: 120px 24px 90px; max-width: 820px; }
.hero-title { font-size: clamp(38px, 6vw, 64px); color: #fff; line-height: 1.1; }
.hero-subtitle { font-size: 18px; color: #e9e0cf; max-width: 560px; margin: 0 auto 28px; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.hero-actions .btn-ghost { border-color: rgba(255,255,255,.4); color: #fff; }
.hero-actions .btn-ghost:hover { background: #fff; color: var(--ink); }
.hero-rating { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #cfc4ab; font-size: 14px; }
.stars { color: var(--gold-light); font-size: 16px; letter-spacing: 2px; }

/* --- Trust strip --- */
.trust-strip { padding: 48px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-icon { font-size: 28px; }
.trust-item p { margin: 0; color: var(--muted); font-size: 14px; }
@media (max-width: 900px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }

/* --- Category grid --- */
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.category-card { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 1; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.category-card:hover img { transform: scale(1.08); }
.category-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; background: linear-gradient(0deg, rgba(0,0,0,.6), transparent); color: #fff; font-weight: 700; font-size: 15px; }
@media (max-width: 900px) { .category-grid { grid-template-columns: repeat(2, 1fr); } }

/* --- Product grid/card --- */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 40px 0; }
.product-card { background: var(--white); border-radius: 18px; overflow: hidden; box-shadow: 0 4px 20px rgba(36,28,19,.06); transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(36,28,19,.12); }
.product-card-media-link { display: block; }
.product-card-media { position: relative; aspect-ratio: 1; overflow: hidden; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, opacity .4s ease; }
.product-card-img-hover { position: absolute; inset: 0; opacity: 0; }
.product-card:hover .product-card-media img { transform: scale(1.06); }
.product-card:hover .product-card-media:has(.product-card-img-hover) .product-card-img-main { opacity: 0; }
.product-card:hover .product-card-img-hover { opacity: 1; }
.product-card-title-link { color: inherit; text-decoration: none; display: block; }
.product-card-title-link:hover .product-card-title { color: var(--gold-dark); }
.product-card-cart { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.product-card-cart .button {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; padding: 10px 16px; border-radius: 999px;
  background: var(--gold-text); color: #fff !important; font-weight: 600; font-size: 13px;
  border: 2px solid transparent; transition: all .2s ease; text-align: center; cursor: pointer;
}
.product-card-cart .button:hover { background: var(--gold-dark); }
.product-card-cart .button.loading { opacity: .6; pointer-events: none; }
.product-card-cart a.added_to_cart {
  font-size: 12px; font-weight: 600; text-align: center; color: var(--gold-dark);
  text-decoration: underline;
}
.product-badge { position: absolute; top: 12px; left: 12px; background: var(--gold-text); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.product-card-body { padding: 16px 18px 20px; }
.product-card-title { font-size: 16px; margin-bottom: 8px; line-height: 1.35; }
.product-card-price { color: var(--gold-dark); font-weight: 700; }
.product-card-price del { color: var(--muted); font-weight: 400; margin-right: 6px; }
@media (max-width: 900px) { .product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }

/* --- How it works --- */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; }
.step { text-align: center; }
.step-num { display: inline-flex; width: 36px; height: 36px; border-radius: 50%; background: var(--gold-text); color: #fff; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 16px; }
.step-visual { border-radius: 18px; aspect-ratio: 4/3; margin-bottom: 18px; background: linear-gradient(135deg, var(--gold-light), var(--cream-soft)); display: flex; align-items: center; justify-content: center; font-size: 48px; }
.step-visual { position: relative; overflow: hidden; }
.step-visual-img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; display: block; }
.step p { color: var(--muted); font-size: 14px; }
@media (max-width: 900px) { .steps-grid { grid-template-columns: 1fr; } }

/* --- Testimonials --- */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.testimonial-card { background: var(--white); border-radius: 16px; padding: 24px; box-shadow: 0 4px 16px rgba(36,28,19,.05); }
.testimonial-card .stars { display: block; margin-bottom: 10px; }
.testimonial-author { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--cream-soft); color: var(--gold-dark); font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 18px; line-height: 1; }
.testimonial-author .avatar, span.avatar { display: flex !important; align-items: center; justify-content: center; font-size: 18px; line-height: 1; }
.testimonial-author span { display: block; font-size: 12px; color: var(--muted); }
@media (max-width: 900px) { .testimonial-grid { grid-template-columns: 1fr; } }

/* --- CTA --- */
.cta-section { background: var(--gold-text); color: #fff; text-align: center; border-radius: 28px; max-width: var(--container); margin: 0 auto 80px; padding: 60px 24px; }
.cta-section h2 { color: #fff; font-size: 32px; }
.cta-section p { color: #fdf0da; }
.cta-section .btn-primary { background: #fff; color: var(--gold-dark); }
.cta-section .btn-primary:hover { background: var(--ink); color: #fff; }

/* --- Footer --- */
.site-footer { background: var(--ink); color: #d9cfb8; padding: 64px 0 0; position: relative; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1.3fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer .brand-name { color: #fff; }
.footer-links h2, .footer-contact h2 { color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
.footer-links a { display: block; margin-bottom: 10px; font-size: 14px; color: #d9cfb8; }
.footer-links a:hover { color: var(--gold-light); }
.footer-social { display: flex; gap: 12px; margin-bottom: 16px; font-size: 20px; }
.footer-bottom { text-align: center; padding: 24px; font-size: 13px; color: #a89a80; }
.whatsapp-float { position: fixed; bottom: 100px; left: 24px; width: 52px; height: 52px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0 6px 16px rgba(0,0,0,.2); z-index: 90; }
.scroll-top { position: fixed; bottom: 100px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: #fff; border: none; font-size: 18px; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 90; }
.scroll-top.visible, .scroll-top.is-visible { opacity: 1; pointer-events: auto; }
@media (max-width: 900px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-inner { grid-template-columns: 1fr; } }

/* --- Scroll reveal animation --- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
.reveal[data-delay="4"] { transition-delay: .4s; }

@media (max-width: 900px) {
  .section { padding: 56px 0; }
  .section-title { font-size: 30px; }
}

/* ==========================================================
   Page header / breadcrumb (shop, product, about, contact, faq)
   ========================================================== */
.page-header { background: var(--ink); color: #fff; padding: 64px 0 40px; text-align: center; position: sticky; top: 72px; z-index: 90; }
.page-header.page-header-released { position: static; }
.page-header h1 { color: #fff; font-size: clamp(30px, 5vw, 46px); margin-bottom: 10px; }
.breadcrumb { font-size: 13px; color: #cfc4ab; }
.breadcrumb a { color: #cfc4ab; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { margin: 0 8px; opacity: .5; }

/* --- Shop: category filter chips --- */
.cat-chip-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 32px 0 8px; }
.cat-chip { padding: 10px 20px; border-radius: 999px; border: 2px solid var(--line); background: var(--white); font-size: 14px; font-weight: 600; color: var(--ink-soft); transition: all .2s ease; cursor: pointer; }
.cat-chip:hover { border-color: var(--gold); color: var(--gold-dark); }
.cat-chip.is-active { background: var(--gold); border-color: var(--gold); color: #fff; }
.shop-empty { text-align: center; padding: 60px 24px; color: var(--muted); }

/* --- Shop: category filter dropdown --- */
.cat-filter-dropdown { display: flex; align-items: center; gap: 12px; justify-content: flex-start; margin: 32px 0 8px; position: relative; }
.cat-filter-label { font-size: 13px; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .04em; }
.cat-filter-custom { position: relative; }
.cat-filter-toggle { appearance: none; -webkit-appearance: none; display: inline-flex; align-items: center; justify-content: space-between; gap: 10px; min-width: 220px; max-width: 100%; padding: 12px 20px; border-radius: 999px; border: 2px solid var(--gold-text); background-color: var(--gold-text); color: var(--white); font-family: var(--font-sans); font-size: 14px; font-weight: 700; cursor: pointer; transition: background-color .2s ease, border-color .2s ease; }
.cat-filter-toggle:hover, .cat-filter-toggle:focus { background-color: var(--gold-dark); border-color: var(--gold-dark); outline: none; }
.cat-filter-arrow { flex-shrink: 0; transition: transform .2s ease; }
.cat-filter-custom.is-open .cat-filter-arrow { transform: rotate(180deg); }
.cat-filter-menu { position: absolute; top: calc(100% + 8px); left: 0; z-index: 20; min-width: 220px; margin: 0; padding: 8px; list-style: none; background: var(--white); border: 2px solid var(--gold); border-radius: 16px; box-shadow: 0 12px 32px rgba(36,28,19,.15); max-height: 320px; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.cat-filter-custom.is-open .cat-filter-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.cat-filter-menu a { display: block; padding: 10px 14px; border-radius: 10px; color: var(--ink-soft); font-family: var(--font-sans); font-size: 14px; font-weight: 600; text-decoration: none; transition: background-color .15s ease, color .15s ease; }
.cat-filter-menu a:hover { background: var(--cream-soft); color: var(--gold-dark); }
.cat-filter-menu a.is-active { background: var(--gold); color: var(--white); }
@media (max-width: 480px) { .cat-filter-dropdown { flex-direction: column; align-items: flex-start; gap: 6px; } .cat-filter-toggle, .cat-filter-menu { width: 100%; } }


/* --- Single product page --- */
.product-page { padding: 56px 0 90px; }
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: flex-start; }
.product-gallery-main { border-radius: 20px; overflow: hidden; aspect-ratio: 1; background: var(--white); box-shadow: 0 4px 20px rgba(36,28,19,.06); }
.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.product-thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.product-thumb { width: 76px; height: 76px; border-radius: 12px; overflow: hidden; border: 2px solid transparent; cursor: pointer; opacity: .7; transition: all .2s; }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-thumb:hover { opacity: 1; }
.product-thumb.is-active { border-color: var(--gold); opacity: 1; }
.product-info-title { font-size: clamp(26px, 3.5vw, 36px); margin-bottom: 10px; }
.product-info-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--muted); font-size: 14px; }
.product-info-price { font-size: 28px; font-weight: 700; color: var(--gold-dark); margin-bottom: 20px; }
.product-info-price del { color: var(--muted); font-weight: 400; font-size: 20px; margin-right: 10px; }
.product-info-desc { color: var(--ink-soft); margin-bottom: 24px; }
.product-form-row { margin-bottom: 20px; }
.product-form-row label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-soft); }
.product-form-row select { width: 100%; max-width: 320px; padding: 12px 16px; border-radius: 10px; border: 2px solid var(--line); font-family: var(--font-sans); font-size: 15px; background: var(--white); }
.product-add-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.product-add-row .quantity input { width: 70px; padding: 12px; border-radius: 10px; border: 2px solid var(--line); text-align: center; font-size: 15px; }
.product-trust-row { display: flex; gap: 24px; margin-top: 32px; flex-wrap: wrap; }
.product-trust-row .trust-item { flex: 1; min-width: 140px; }
.product-desc-tabs { margin-top: 64px; }
.product-desc-tabs h2 { font-size: 24px; margin-bottom: 16px; }
.product-desc-tabs .content { color: var(--ink-soft); }
@media (max-width: 900px) { .product-layout { grid-template-columns: 1fr; gap: 32px; } }

/* --- FAQ accordion --- */
.faq-list { max-width: 780px; margin: 40px auto 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 4px; cursor: pointer; font-weight: 600; font-size: 16px; }
.faq-question::after { content: '+'; font-size: 22px; color: var(--gold); transition: transform .25s ease; }
.faq-item.is-open .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; color: var(--muted); }
.faq-item.is-open .faq-answer { max-height: 400px; padding-bottom: 20px; }

/* --- Simple content page (about / contact / default) --- */
.content-page { padding: 60px 0 90px; }
.content-page .content-block { max-width: 820px; margin: 0 auto; color: var(--ink-soft); }
.content-page .content-block h2 { margin-top: 40px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin: 40px 0; }
.story-grid img { border-radius: 24px; }
.story-visual { border-radius: 24px; aspect-ratio: 4/3; background: linear-gradient(135deg, var(--gold-light), var(--cream-soft)); display: flex; align-items: center; justify-content: center; font-size: 72px; }
@media (max-width: 900px) { .story-grid { grid-template-columns: 1fr; } }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 40px; }
.contact-info-card { background: var(--white); border-radius: 20px; padding: 32px; box-shadow: 0 4px 20px rgba(36,28,19,.06); }
.contact-info-card p { margin-bottom: 14px; }
.contact-info-card .label { font-weight: 700; color: var(--ink); display: block; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 4px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* --- 404 --- */
.error-404 { text-align: center; padding: 120px 24px; }
.error-404 h1 { font-size: 100px; color: var(--gold); margin-bottom: 0; }


/* --- Ürün varyasyonu: seçilebilir buton (swatch) --- */
.variations { width: 100%; margin-bottom: 4px; border-collapse: collapse; }
.variations tr { display: block; margin-bottom: 16px; }
.variations td.label { display: block; font-weight: 700; font-size: 14px; color: var(--ink); margin-bottom: 8px; padding: 0; }
.variations td.value { display: block; padding: 0; }
.variation-swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.variation-swatch {
  padding: 10px 20px; border-radius: 999px; border: 2px solid var(--line);
  background: var(--white); font-size: 14px; font-weight: 600; color: var(--ink-soft);
  font-family: var(--font-sans); cursor: pointer; transition: all .2s ease;
}
.variation-swatch:hover { border-color: var(--gold); color: var(--gold-dark); }
.variation-swatch.is-active { background: var(--gold); border-color: var(--gold); color: #fff; }
.variation-select-wrap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.reset_variations { display: inline-block; margin-top: 4px; font-size: 13px; color: var(--muted); text-decoration: underline; }
.single_variation_wrap { margin: 16px 0; }
.woocommerce-variation-price { font-size: 20px; font-weight: 700; color: var(--gold-dark); margin-bottom: 8px; }
.woocommerce-variation-availability { font-size: 13px; color: var(--muted); }


/* --- Urun degerlendirmeleri (yorumlar) - modern gorunum --- */
.product-reviews-tabs { padding-top: 4px; }
.product-reviews-tabs h2 { margin-bottom: 20px; }
.woocommerce-Reviews-title { font-size: 18px; font-weight: 700; color: var(--ink); margin: 0 0 20px; }
#reviews .commentlist { list-style: none; margin: 0 0 32px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
#reviews .comment_container {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--white); border: 1px solid var(--line); border-radius: 16px;
  padding: 18px 20px;
}
#reviews .comment_container img.avatar {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  border: 2px solid var(--line);
}
#reviews .comment-text { flex: 1; min-width: 0; }
#reviews .comment-text .star-rating { margin-bottom: 6px; font-size: 14px; }
#reviews p.meta { margin: 0 0 6px; font-size: 13px; }
#reviews .woocommerce-review__author { font-weight: 700; color: var(--ink); font-size: 14px; }
#reviews .woocommerce-review__dash { color: var(--muted); margin: 0 4px; }
#reviews .woocommerce-review__published-date { color: var(--muted); }
#reviews .description p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
#reviews .commentlist .children { list-style: none; margin: 12px 0 0 30px; padding: 0; }

#review_form_wrapper { border-top: 1px solid var(--line); padding-top: 28px; }
#reviews #respond { max-width: 560px; }
#reviews .comment-reply-title {
  font-size: 18px; font-weight: 700; color: var(--ink); margin: 0 0 18px; display: block;
}
#reviews .comment-reply-title small { margin-left: 10px; font-size: 13px; font-weight: 500; }
#reviews .comment-reply-title small a { color: var(--muted); text-decoration: underline; }
#reviews p.comment-notes,
#reviews p.comment-form-author,
#reviews p.comment-form-email { color: var(--muted); font-size: 13px; }
#reviews .comment-form-rating { margin-bottom: 18px; }
#reviews .comment-form-rating label {
  display: block; font-weight: 600; font-size: 13px; color: var(--ink); margin-bottom: 8px;
}
#reviews select#rating.visually-hidden-select {
  position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}
.star-rating-input { display: inline-flex; gap: 4px; }
.star-rating-btn {
  border: none; background: none; cursor: pointer; padding: 0;
  font-size: 26px; line-height: 1; color: var(--line);
  transition: color .15s ease, transform .15s ease;
}
.star-rating-btn:hover { transform: scale(1.1); }
.star-rating-btn.is-filled,
.star-rating-btn.is-hover { color: var(--gold); }

#reviews p.comment-form-comment { margin-bottom: 18px; }
#reviews p.comment-form-comment label {
  display: block; font-weight: 600; font-size: 13px; color: var(--ink); margin-bottom: 8px;
}
#reviews #comment {
  width: 100%; min-height: 130px; padding: 14px 16px; border-radius: 14px;
  border: 1px solid var(--line); background: var(--white); font-family: var(--font-sans);
  font-size: 14px; color: var(--ink); resize: vertical; transition: border-color .2s ease;
}
#reviews #comment:focus { outline: none; border-color: var(--gold); }
#reviews p.comment-form-author input,
#reviews p.comment-form-email input {
  width: 100%; padding: 12px 16px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--white); font-family: var(--font-sans);
  font-size: 14px; color: var(--ink); transition: border-color .2s ease;
}
#reviews p.comment-form-author input:focus,
#reviews p.comment-form-email input:focus { outline: none; border-color: var(--gold); }
#reviews p.form-submit { margin: 0; }
#reviews p.form-submit #submit {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 32px; border-radius: 999px; border: 2px solid transparent;
  background: var(--gold); color: #fff; font-weight: 600; font-size: 14px;
  font-family: var(--font-sans); cursor: pointer; transition: all .2s ease;
}
#reviews p.form-submit #submit:hover { background: var(--gold-dark); }
#reviews .woocommerce-noreviews { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
@media (max-width: 640px) {
  #reviews .comment_container { flex-direction: column; }
}


/* --- WordPress yonetici cubugu (sadece giris yapmis kullanicilar) menuyu
   ortmesin diye sticky ust menu ve sayfa basligini asagi kaydiriyoruz --- */
body.admin-bar .site-header { top: 32px; }
body.admin-bar .page-header { top: 104px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  body.admin-bar .page-header { top: 118px; }
}


/* --- Urun karti: buton hizasi, baslik kirpma, 2 buton (Urune Git / Simdi Satin Al) --- */
.product-card { display: flex; flex-direction: column; height: 100%; }
.product-card-body { display: flex; flex-direction: column; flex: 1; }
.product-card-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.product-card-price { margin-bottom: 0; }
.product-card-actions { display: flex; gap: 8px; margin-top: auto; padding-top: 14px; }
.product-card-actions .product-card-btn { flex: 1; min-width: 0; padding: 10px 8px; font-size: 13px; justify-content: center; gap: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 480px) {
  .product-card-actions { flex-direction: column; gap: 8px; }
  .product-card-actions .product-card-btn { width: 100%; padding: 10px 12px; font-size: 13px; }
}
.categories-cta { margin-top: 28px; }


/* --- Hakkimizda fotograflari: yuklenen gorsel kutuyu tam kaplasin --- */
.story-visual { position: relative; overflow: hidden; }
.story-visual-img { width: 100%; height: 100%; object-fit: cover; border-radius: 24px; display: block; }


/* Erisilebilirlik: klavye kullanicilari icin icerige atla baglantisi */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link.screen-reader-text:focus { position: fixed; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 20px; margin: 0; clip: auto; overflow: visible; background: var(--gold); color: #fff; font-weight: 700; border-radius: 8px; z-index: 9999; text-decoration: none; }
