/* HNFGiyim - Premium Kadın Giyim Teması */
:root {
  --c-primary: #1a1a1a;
  --c-accent: #DAA520;
  --c-bg: #f5f5f5;
  --c-bg2: #ffffff;
  --c-text: #2a2a2a;
  --c-muted: #7a7268;
  --font-display: 'Cormorant', 'Times New Roman', serif;
  --font-section: 'Marcellus', 'Times New Roman', serif;
  --font-brand: 'Cinzel', 'Times New Roman', serif;
  --font-body: 'Outfit', system-ui, sans-serif;
  --radius: 2px;
  --shadow: 0 8px 30px rgba(26,26,26,.06);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}
main { flex: 1; min-width: 0; }
img, video { max-width: 100%; height: auto; }

a { color: var(--c-primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--c-accent); }

/* Header */
.site-header {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 1030;
  border-bottom: 1px solid rgba(26,26,26,.06);
}
.header-top {
  background: #736359;
  color: rgba(255,255,255,.75);
  font-size: .75rem;
  letter-spacing: .04em;
  padding: .4rem 0;
}
.header-top__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
}
.header-top-links--start { justify-self: flex-start; }
.header-top-links--end { justify-self: flex-end; }
.header-top__promo {
  font-weight: 500;
  letter-spacing: .08em;
  font-size: .7rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255,255,255,.9);
}
.brand-text {
  font-family: var(--font-display);
  font-size: 1.85rem;
  letter-spacing: .18em;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1;
}
.brand-mark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .08rem;
  padding: .35rem 0;
  line-height: 1;
  text-decoration: none !important;
  color: #1a1a1a;
}
.brand-mark:hover { color: #1a1a1a; }
.brand-mark__hnf,
.brand-mark__giyim {
  font-family: var(--font-brand);
  color: #1a1a1a;
  -webkit-text-fill-color: #1a1a1a;
  background: none;
  filter: none;
}
.brand-mark__hnf {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: .14em;
  line-height: .95;
}
.brand-mark__giyim {
  font-size: clamp(.55rem, 1vw, .68rem);
  font-weight: 600;
  letter-spacing: .42em;
  padding-left: .42em;
  line-height: 1;
}
.navbar-brand { padding: .45rem 0; }
.navbar .nav-link {
  font-size: .88rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--c-text) !important;
  padding: .5rem 1rem !important;
  position: relative;
}
.navbar .nav-link::after {
  content: '';
  position: absolute; bottom: .25rem; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 1px; background: var(--c-primary);
  transition: width .2s ease-out;
}
.navbar .nav-link:hover::after, .navbar .nav-link.active::after {
  width: calc(100% - 1.5rem);
}
.cart-badge {
  position: absolute;
  top: -2px; right: -4px;
  background: var(--c-accent);
  color: #fff;
  font-size: .65rem;
  min-width: 16px; height: 16px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 600;
}
.cart-badge:empty, .cart-badge[data-count="0"] { display: none; }

/* Hero Slider — sabit 1600x500 oranı (yüklenen görsel ne olursa olsun) */
.hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
  width: 100%;
  max-width: 100%;
}
.hero-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 1600 / 500;
  max-height: 500px;
  background: var(--c-bg2);
  overflow: hidden;
}
.hero-slide__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}
.hero-slide--full {
  background: var(--c-bg2);
  line-height: 0;
}
.hero-slide--full .hero-slide__img {
  max-height: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-slide__link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.hero-slide--has-copy .hero-slide__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(20,18,16,.55) 0%, rgba(20,18,16,.15) 60%, transparent 100%);
  pointer-events: none;
}
.hero-slide--has-copy .hero-content { pointer-events: auto; }

/* Slider okları: tüm boyutlarda dikey ortada */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 2.75rem;
  height: 2.75rem;
  transform: translateY(-50%);
  opacity: .9;
  z-index: 3;
}
.hero-slider .carousel-control-prev { left: .15rem; }
.hero-slider .carousel-control-next { right: .15rem; }
.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
  width: 1.35rem;
  height: 1.35rem;
}
.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover,
.hero-slider .carousel-control-prev:focus,
.hero-slider .carousel-control-next:focus {
  opacity: 1;
}
.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 520px;
  padding: 4rem 0;
  animation: fadeUp .8s ease both;
}
.hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  letter-spacing: .04em;
  margin-bottom: 1rem;
  line-height: 1.15;
}
.hero-content p { font-weight: 300; font-size: 1.05rem; opacity: .9; margin-bottom: 1.75rem; }
.carousel-indicators [data-bs-target] { width: 28px; height: 2px; border-radius: 0; }

/* Banners — aralık Bootstrap g-3 ile; ekstra gap 3. sütunu alta iter */
.banner-item {
  position: relative; overflow: hidden;
  display: block; min-height: 280px;
  background: var(--c-bg2);
  border-radius: var(--radius);
  transition: box-shadow .3s;
}
.banner-item:hover { box-shadow: var(--shadow); }
.banner-item img {
  width: 100%; height: 100%; object-fit: cover;
  min-height: 280px; transition: transform .6s ease;
}
.banner-item:hover img { transform: scale(1.04); }
.banner-item span {
  position: absolute; bottom: 1.5rem; left: 1.5rem;
  font-family: var(--font-display); font-size: 1.6rem;
  color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.3);
  letter-spacing: .06em;
}

/* Sections */
.section { padding: 3.5rem 0; }
.section-title {
  font-family: var(--font-section);
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto .65rem;
  line-height: 1.3;
  color: var(--c-primary);
  display: block;
  position: relative;
  z-index: 2;
}
.section-line {
  display: block;
  width: 64px;
  max-width: 40%;
  height: 1px;
  background: var(--c-accent);
  margin: 0 auto 1.65rem;
}
@media (max-width: 700px) {
  .section-title { letter-spacing: .12em; font-size: 1.25rem; }
  .section-line { width: 48px; }
}

/* Make the underline extend past the title text */
.section-title + .section-line,
.section-line {
  display: block;
  width: 64px;
  max-width: 40%;
  height: 1px;
  background: var(--c-accent);
  margin: 0 auto 1.65rem;
}
@media (max-width: 900px) {
  .section-title + .section-line { width: 56px; }
}
@media (max-width: 700px) {
  .section-line { width: 48px; height: 1px; }
}
.section-sub { text-align: center; color: var(--c-muted); font-size: .9rem; margin-bottom: 2.5rem; }

/* Ürün detay: ilgili / benzer ürün başlıkları */
.section-title.section-title--related {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  letter-spacing: .14em;
  margin-bottom: .55rem;
}
.section-title.section-title--related + .section-line {
  width: 48px;
  margin-bottom: 1.25rem;
}
/* Ürün detay: ilgili ürün bölümleri + alt boşluk */
.container:has(.section-title--related) {
  padding-bottom: .75rem !important;
}
.container:has(.section-title--related) > .section {
  padding-top: 2rem;
  padding-bottom: 1.25rem;
}
.container:has(.section-title--related) > .section:last-of-type {
  padding-bottom: .5rem;
}

/* Product scroll / auto slider — masaüstünde 5 kart görünür, 5 sn kayar */
.product-scroll-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.product-scroll {
  --ps-gap: .85rem;
  --ps-visible: 5;
  display: flex;
  gap: var(--ps-gap);
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  scroll-snap-type: x mandatory;
  padding-bottom: .25rem;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-scroll::-webkit-scrollbar { display: none; }
.product-scroll.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.product-scroll .product-card {
  flex: 0 0 calc((100% - (var(--ps-visible) - 1) * var(--ps-gap)) / var(--ps-visible));
  scroll-snap-align: start;
  user-select: none;
  max-width: none;
  min-width: 0;
}
.product-scroll .product-card a,
.product-scroll .product-card button {
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .product-scroll { --ps-visible: 4; --ps-gap: 1rem; }
}
@media (max-width: 991.98px) {
  .product-scroll { --ps-visible: 3; --ps-gap: .85rem; }
}
@media (max-width: 575.98px) {
  .product-scroll { --ps-visible: 2; --ps-gap: .65rem; }
}
.product-scroll-nav {
  position: absolute; top: 40%; transform: translateY(-50%);
  width: 42px; height: 42px; border: 0; border-radius: 50%;
  background: var(--c-primary); color: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  display: inline-flex; align-items: center; justify-content: center;
  z-index: 2; cursor: pointer; opacity: 0; transition: .25s;
}
.product-scroll-wrap:hover .product-scroll-nav { opacity: 1; }
.product-scroll-nav.prev { left: .25rem; }
.product-scroll-nav.next { right: .25rem; }
.product-scroll-nav:hover { background: var(--c-primary); color: #fff; }
@media (max-width: 767px) {
  .product-scroll-nav { opacity: .85; }
}

/* Product Card */
.product-card {
  background: var(--c-bg2);
  transition: box-shadow .3s;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.04);
}
.product-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.product-card__media {
  position: relative; overflow: hidden;
  aspect-ratio: 3/4; background: var(--c-bg2);
}
.product-card__media--has-thumbs .badge-new {
  bottom: auto;
  top: 2.65rem;
}
.product-card__img-link {
  display: block;
  width: 100%;
  height: 100%;
}
.product-card__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
  display: block;
}
.product-card:hover .product-card__img { transform: scale(1.03); }
.product-card__actions {
  position: absolute; top: .75rem; right: .75rem;
  display: flex; flex-direction: column; gap: .4rem;
  opacity: 0; transform: translateX(8px);
  transition: .3s;
  z-index: 2;
}
.product-card:hover .product-card__actions { opacity: 1; transform: none; }
.btn-icon {
  width: 36px; height: 36px; border: 0; border-radius: 50%;
  background: var(--c-primary); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.1); cursor: pointer;
}
.btn-icon:hover { background: var(--c-primary); color: #fff; }
.badge-sale, .badge-new {
  position: absolute; top: .75rem; left: .75rem;
  font-size: .65rem; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; padding: .25rem .5rem; z-index: 1;
}
.badge-sale { background: #8b3a3a; color: #fff; }
.badge-new { background: var(--c-accent); color: #fff; top: auto; bottom: .75rem; }
.product-card__color-thumbs {
  --card-thumb-size: 38px;
  --card-thumb-gap: .62rem;
  --card-thumb-pad-x: .72rem;
  position: absolute;
  left: .85rem;
  right: .85rem;
  bottom: .85rem;
  z-index: 2;
  display: flex;
  gap: var(--card-thumb-gap);
  padding: .58rem var(--card-thumb-pad-x);
  overflow-x: auto;
  justify-content: center;
  align-items: center;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 10px 32px rgba(0,0,0,.11);
  border-radius: 8px;
  pointer-events: auto;
}
.product-card__color-thumbs--scroll {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  justify-content: flex-start;
  width: calc(var(--card-thumb-pad-x) * 2 + var(--card-thumb-size) * 4 + var(--card-thumb-gap) * 3);
  max-width: calc(100% - 1.7rem);
  scroll-snap-type: x proximity;
  mask-image: linear-gradient(to right, transparent, #000 14px, #000 calc(100% - 14px), transparent);
}
.product-card__color-thumbs--scroll.is-scroll-start {
  mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 14px), transparent);
}
.product-card__color-thumbs--scroll.is-scroll-end {
  mask-image: linear-gradient(to right, transparent, #000 14px, #000 100%);
}
.product-card__color-thumbs--scroll.is-scroll-start.is-scroll-end {
  mask-image: none;
}
.product-card__color-thumbs::-webkit-scrollbar { display: none; }
.product-card__color-thumb {
  flex: 0 0 auto;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
  scroll-snap-align: start;
}
.product-card__color-thumb img {
  width: var(--card-thumb-size);
  height: var(--card-thumb-size);
  object-fit: cover;
  border: 1.5px solid rgba(255,255,255,.95);
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: block;
}
.product-card__color-thumb.active img {
  border-color: #1a1a1a;
  box-shadow: 0 4px 14px rgba(0,0,0,.16);
  transform: translateY(-1px);
}
.product-card__color-thumb:hover img {
  transform: translateY(-2px);
  box-shadow: 0 5px 16px rgba(0,0,0,.14);
}
.product-card__body {
  padding: 1rem 1rem 1.25rem;
  text-align: center;
  background: transparent;
  color: var(--c-text);
  border-top: 1px solid rgba(0,0,0,.04);
  padding-top: .9rem;
}
.product-card__title {
  font-size: .95rem;
  font-weight: 600;
  margin: 0 0 .5rem;
  line-height: 1.3;
  font-family: var(--font-body);
  letter-spacing: .01em;
  color: var(--c-text);
  display: block;
  min-height: 3.0em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card__title a { color: inherit; text-decoration: none; }
.product-card__price {
  display: flex; justify-content: center; align-items: baseline;
  gap: .4rem; flex-wrap: wrap;
  font-family: var(--font-body);
  color: var(--c-text);
}
.price-old { text-decoration: line-through; color: var(--c-muted); font-size: .88rem; }
.price-new { font-weight: 600; font-size: 1.05rem; }

/* Price flash animation styles */
.price-new {
  transition: transform .18s ease, opacity .18s ease, color .18s ease, text-shadow .18s ease;
  opacity: 0.95;
}
.price-new.price-flash-on {
  transform: scale(1.06);
  opacity: 1;
  color: var(--c-accent);
  text-shadow: 0 10px 26px rgba(183,110,92,0.12);
}
.price-new.price-flash-paused {
  transform: none !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* reduce motion preference support */
@media (prefers-reduced-motion: reduce) {
  .price-new.price-flash-on { transform: none; text-shadow: none; }
}

/* Buttons */
.btn-dark {
  background: var(--c-primary); border-color: var(--c-primary);
  border-radius: var(--radius); letter-spacing: .06em;
  font-size: .85rem; text-transform: uppercase; font-weight: 500;
}
.btn-dark:hover { background: #000; border-color: #000; }
.btn-outline-dark {
  border-radius: var(--radius); letter-spacing: .06em;
  font-size: .85rem; text-transform: uppercase; font-weight: 500;
}
.btn-accent {
  background: var(--c-accent); border-color: var(--c-accent); color: #fff;
  border-radius: var(--radius);
}
.btn-whatsapp { background: #25d366; border-color: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #1ebe57; color: #fff; }

/* Product detail — galeri */
.product-gallery { position: relative; }
.product-gallery-main {
  position: relative;
  aspect-ratio: 3/4;
  background: var(--c-bg2);
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}
.gallery-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: manipulation;
}
.gallery-track {
  display: flex;
  height: 100%;
  will-change: transform;
}
.gallery-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.gallery-slide-zoom {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: zoom-in;
  transition: cursor .2s;
}
.gallery-slide-zoom.is-zoomed {
  cursor: grab;
}
.gallery-slide-zoom.is-zoomed.is-panning {
  cursor: grabbing;
}
.gallery-slide-zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform;
  transition: transform .08s linear;
  pointer-events: none;
  -webkit-user-drag: none;
}
.gallery-slide-zoom.is-animating img {
  transition: transform .25s ease;
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(26,26,26,.65);
  color: var(--c-primary);
  box-shadow: 0 4px 20px rgba(0,0,0,.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s, background .2s, transform .2s;
  padding: 0;
  line-height: 1;
}
.gallery-nav__icon {
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1;
  font-family: Georgia, 'Times New Roman', serif;
  margin-top: -.08rem;
}
.gallery-nav:hover:not(:disabled) {
  background: var(--c-bg2);
  transform: translateY(-50%) scale(1.05);
}
.gallery-nav:disabled {
  opacity: .35;
  cursor: default;
}
.gallery-nav[hidden] {
  display: none !important;
}
.gallery-nav--prev { left: .75rem; }
.gallery-nav--next { right: .75rem; }
@media (max-width: 767.98px) {
  .gallery-nav {
    width: 44px;
    height: 44px;
  }
  .gallery-nav__icon {
    font-size: 1.5rem;
  }
}
.gallery-counter {
  position: absolute;
  bottom: .75rem;
  right: .75rem;
  z-index: 3;
  background: rgba(26,26,26,.65);
  color: #fff;
  font-size: .75rem;
  padding: .25rem .55rem;
  border-radius: 999px;
  letter-spacing: .04em;
}
.gallery-hint {
  position: absolute;
  bottom: .75rem;
  left: .75rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  pointer-events: none;
}
.gallery-hint span {
  font-size: .68rem;
  color: rgba(255,255,255,.92);
  background: rgba(26,26,26,.45);
  padding: .2rem .45rem;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
.gallery-thumbs { display: flex; gap: .5rem; margin-top: .75rem; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumbs img {
  width: 72px; height: 96px; object-fit: cover; cursor: pointer;
  opacity: .6; border: 2px solid transparent; flex-shrink: 0;
}
.gallery-thumbs img.active, .gallery-thumbs img:hover { opacity: 1; border-color: var(--c-primary); }
.product-detail-title {
  font-family: var(--font-section);
  font-size: clamp(1.25rem, 2.1vw, 1.65rem);
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.35;
  color: var(--c-primary);
  margin-bottom: .65rem;
}
.variant-swatches { display: flex; flex-wrap: wrap; gap: .5rem; }
.variant-btn {
  min-width: 44px; height: 40px; padding: 0 .75rem;
  border: 1px solid #ddd; background: var(--c-bg2); cursor: pointer;
  font-size: .85rem; transition: .2s;
}
.variant-btn.active, .variant-btn:hover { border-color: var(--c-primary); background: var(--c-primary); color: #fff; }

/* Beden seçici */
.product-size-picker__head {
  display: flex;
  align-items: baseline;
  gap: .4rem;
  margin-bottom: .85rem;
}
.product-size-picker__label {
  font-size: .9rem;
  font-weight: 600;
  color: var(--c-text);
}
.product-size-picker__value {
  font-size: .9rem;
  color: var(--c-muted);
  font-weight: 400;
}
.variant-swatches--size {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}
.product-size-picker button.product-size-btn {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 64px;
  padding: 0 1rem;
  margin: 0;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background: var(--c-bg2);
  color: var(--c-text);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, transform .15s ease;
}
.product-size-picker button.product-size-btn:hover {
  border-color: #bbb;
  transform: translateY(-1px);
}
.product-size-picker button.product-size-btn.active {
  border-color: var(--c-primary);
  background: var(--c-primary);
  color: #fff;
  box-shadow: 0 0 0 3px var(--c-bg), 0 0 0 5px var(--c-primary);
}
.product-size-picker button.product-size-btn:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 2px;
}
.product-size-chart-link {
  font-size: .88rem;
  text-decoration: none;
  color: var(--c-primary) !important;
}
.product-size-chart-link:hover {
  color: var(--c-accent) !important;
}

/* Renk seçici — görsel daireler */
.product-color-picker__head {
  display: flex;
  align-items: baseline;
  gap: .4rem;
  margin-bottom: .85rem;
}
.product-color-picker__label {
  font-size: .9rem;
  font-weight: 600;
  color: var(--c-text);
}
.product-color-picker__value {
  font-size: .9rem;
  color: var(--c-muted);
  font-weight: 400;
}
.variant-swatches--color {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
}

/* Bootstrap / eski .color-swatch çakışmasını kes — tam daire, büyük görsel */
.product-color-picker button.product-color-thumb {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  max-width: 120px;
  max-height: 120px;
  padding: 0;
  margin: 0;
  line-height: 0;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--c-bg2);
  cursor: pointer;
  flex-shrink: 0;
  vertical-align: top;
  transition: border-color .2s ease, box-shadow .2s ease, transform .15s ease;
}
.product-color-picker button.product-color-thumb img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  pointer-events: none;
}
.product-color-picker button.product-color-thumb .color-swatch__dot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.product-color-picker button.product-color-thumb:hover {
  border-color: #bbb;
  transform: translateY(-2px);
}
.product-color-picker button.product-color-thumb.active {
  border-color: var(--c-primary);
  box-shadow: 0 0 0 3px var(--c-bg), 0 0 0 5px var(--c-primary);
}
.product-color-picker button.product-color-thumb:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 3px;
}

.color-swatch--photo {
  width: 120px;
  height: 120px;
  padding: 0;
  margin: 0;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  overflow: hidden;
  background: var(--c-bg2);
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color .2s ease, box-shadow .2s ease, transform .15s ease;
  vertical-align: middle;
}
.color-swatch--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  pointer-events: none;
}
.color-swatch--photo .color-swatch__dot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.color-swatch--photo:hover {
  border-color: #c8c8c8;
  transform: translateY(-1px);
}
.color-swatch--photo.active {
  border-color: var(--c-primary);
  box-shadow: 0 0 0 2px var(--c-bg), 0 0 0 3px var(--c-primary);
}
.color-swatch--photo:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 2px;
}

/* Eski renk pill stili (admin vb. geriye dönük) */
.color-swatch {
  width: auto;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid #ddd;
  cursor: pointer;
  padding: 0 .65rem 0 .35rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin: 0 .35rem .35rem 0;
}
.color-swatch.color-option {
  width: auto;
  height: auto;
  min-height: 28px;
  border-radius: 999px;
}
.color-option__label {
  font-size: .8rem;
  line-height: 1;
  color: #222;
  background: rgba(255,255,255,.82);
  padding: .1rem .35rem;
  border-radius: 999px;
}
.color-swatch.active:not(.color-swatch--photo) {
  border-color: var(--c-primary);
  box-shadow: 0 0 0 2px var(--c-bg), 0 0 0 3px var(--c-primary);
}

.shipping-countdown {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  padding: .85rem 1rem;
  background: linear-gradient(135deg, #f7f3ee, #efe8df);
  border-left: 3px solid var(--c-accent, #c4a484);
  font-size: .92rem;
  line-height: 1.45;
  color: #3a342e;
}
.shipping-countdown i {
  color: var(--c-accent, #c4a484);
  font-size: 1.15rem;
  margin-top: .1rem;
  flex-shrink: 0;
}
.shipping-countdown .sc-remain,
.shipping-countdown .sc-day {
  color: var(--c-primary, #1a1a1a);
  white-space: nowrap;
}

.free-shipping-banner {
  padding: 1rem 1.15rem;
  background: linear-gradient(135deg, #f7f3ee, #efe8df);
  border-left: 3px solid var(--c-accent, #c4a484);
}
.free-shipping-banner.is-free {
  background: linear-gradient(135deg, #eef6f0, #e4f0e7);
  border-left-color: #2f7d4a;
}
.free-shipping-banner .fsb-text {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-size: .95rem;
  line-height: 1.4;
  color: #3a342e;
  margin-bottom: .65rem;
}
.free-shipping-banner.is-free .fsb-text {
  margin-bottom: 0;
  color: #1f5c35;
  font-weight: 600;
}
.free-shipping-banner .fsb-text i {
  color: var(--c-accent, #c4a484);
  font-size: 1.15rem;
  margin-top: .05rem;
  flex-shrink: 0;
}
.free-shipping-banner.is-free .fsb-text i { color: #2f7d4a; }
.free-shipping-banner .fsb-bar {
  height: 8px;
  background: rgba(0,0,0,.08);
  border-radius: 999px;
  overflow: hidden;
}
.free-shipping-banner .fsb-bar > span {
  display: block;
  height: 100%;
  background: var(--c-accent, #c4a484);
  border-radius: 999px;
  transition: width .35s ease;
}
.free-shipping-banner .fsb-meta {
  display: flex;
  justify-content: space-between;
  margin-top: .4rem;
  font-size: .78rem;
  color: #7a7268;
}

/* Filters */
.filter-sidebar {
  background: var(--c-bg2);
  padding: 1.35rem 1.25rem;
  position: sticky;
  top: 90px;
  border: 1px solid rgba(26,26,26,.06);
  border-radius: 8px;
}
.filter-sidebar h6 {
  font-family: var(--font-section);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 400;
  color: var(--c-primary);
}
.filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  margin-top: .35rem;
}
.filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  min-height: 2.35rem;
  padding: .5rem .65rem;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .04em;
  border-radius: 6px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .15s ease;
}
.filter-btn i { font-size: .95rem; line-height: 1; }
.filter-btn--apply {
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: #fff;
}
.filter-btn--apply:hover,
.filter-btn--apply:focus {
  background: #000;
  border-color: #000;
  color: #fff;
  box-shadow: 0 6px 16px rgba(26,26,26,.14);
  transform: translateY(-1px);
}
.filter-btn--clear {
  background: #fff;
  border: 1px solid rgba(26,26,26,.14);
  color: var(--c-primary);
}
.filter-btn--clear:hover,
.filter-btn--clear:focus {
  background: #f7f4f0;
  border-color: var(--c-accent);
  color: var(--c-primary);
  transform: translateY(-1px);
}
.filter-btn--clear.is-idle {
  opacity: .72;
}
.page-hero {
  background: linear-gradient(135deg, var(--c-bg2), #e8e2da);
  padding: 2.5rem 0; margin-bottom: 2rem;
}
.page-hero h1 {
  font-family: var(--font-display); font-size: 2.4rem;
  font-weight: 400; letter-spacing: .06em; margin: 0;
}
.category-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
}
.category-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.15));
}
.category-hero__inner {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 2.5rem 0;
}
.category-hero__inner h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: .06em;
  margin: 0;
}
.category-hero__desc {
  margin: .75rem 0 0;
  max-width: 640px;
  opacity: .92;
}
.category-hero .breadcrumb { margin-bottom: .5rem; }
.category-hero .breadcrumb a { color: #fff; opacity: .8; }
.category-hero .breadcrumb a:hover { opacity: 1; color: #fff; }
.category-hero .breadcrumb-item.active { color: rgba(255,255,255,.9); }
.category-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.5); }

/* Cart & Checkout */
.cart-table img { width: 72px; height: 96px; object-fit: cover; }
.checkout-steps {
  display: flex; gap: 0; margin-bottom: 2rem; overflow-x: auto;
}
.checkout-steps .step {
  flex: 1; text-align: center; padding: .75rem;
  font-size: .75rem; letter-spacing: .06em; text-transform: uppercase;
  border-bottom: 2px solid #ddd; color: var(--c-muted); white-space: nowrap;
}
.checkout-steps .step.active { border-color: var(--c-primary); color: var(--c-primary); font-weight: 600; }
.checkout-steps .step.done { border-color: var(--c-accent); color: var(--c-accent); }

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #faf6f3 0%, #f0e8de 60%);
  color: var(--c-muted);
  margin-top: 2rem;
  padding: 1.5rem 0 1.1rem;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  height: 56px;
  background: radial-gradient(circle at 10% 20%, rgba(196,164,132,0.06), transparent 18%),
              radial-gradient(circle at 80% 80%, rgba(26,26,26,0.03), transparent 14%);
  pointer-events: none;
}
.footer-main { position: relative; z-index: 1; }
.footer-brand {
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: .14em;
  color: var(--c-primary);
}
.footer-title {
  color: var(--c-primary);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .7rem;
}
.footer-links a,
.footer-contact li,
.footer-contact a {
  color: rgba(34,34,34,.9);
  font-size: .88rem;
  line-height: 1.65;
}
.footer-links li { margin-bottom: 0.15rem; }
.footer-contact li { margin-bottom: .4rem; }
.footer-contact i { margin-right: .45rem; color: var(--c-accent); }
.footer-contact__address {
  display: flex;
  align-items: flex-start;
  gap: .1rem;
  max-width: 18.5rem;
  line-height: 1.45;
}
.footer-contact__address i { margin-top: .15rem; flex-shrink: 0; }
.footer-contact__address span { display: block; }
.footer-social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26,26,26,.06);
  color: var(--c-primary);
  margin-right: .4rem;
  transition: .18s;
  background: rgba(255,255,255,0.6);
  border-radius: 6px;
}
.footer-social a:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,26,26,.06); }
.footer-bottom {
  border-top: 1px solid rgba(26,26,26,.06);
  color: rgba(34,34,34,.6);
  padding-top: 1rem;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
.footer-bottom__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 1.25rem;
}
.footer-cards {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
}
.footer-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 .35rem;
  background: #fff;
  border: 1px solid rgba(26,26,26,.08);
  border-radius: 4px;
  line-height: 0;
}
.footer-card svg { display: block; }
.footer-newsletter-note {
  font-size: .8rem;
  color: rgba(34,34,34,.65);
  margin-bottom: .55rem;
  line-height: 1.4;
}
.newsletter-form {
  display: flex;
  align-items: stretch;
  gap: .4rem;
  max-width: 22rem;
}
.newsletter-form .form-control {
  border-radius: 4px;
  border-color: rgba(0,0,0,.08);
  padding: .35rem .7rem;
  font-size: .82rem;
  height: 34px;
  background: #fff;
  color: var(--c-primary);
  box-shadow: none;
}
.newsletter-form .form-control::placeholder { color: rgba(34,34,34,.45); }
.newsletter-form .btn {
  border-radius: 4px;
  letter-spacing: .04em;
  font-weight: 500;
  font-size: .78rem;
  padding: .35rem .85rem;
  height: 34px;
  white-space: nowrap;
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #fff;
}
.newsletter-form .btn:hover { filter: brightness(.98); }
.footer-about {
  color: rgba(34,34,34,.75);
  font-size: .86rem;
  line-height: 1.55;
  max-width: 26rem;
  margin-bottom: 0;
}
.footer-bottom small {
  color: rgba(34,34,34,.78);
}
.footer-payment-note {
  color: rgba(34,34,34,.78) !important;
  font-weight: 500;
}
.footer-payment-note i {
  color: var(--c-accent);
  margin-right: .25rem;
}
.footer-credit small {
  color: rgba(34,34,34,.65);
  font-size: .78rem;
}
.footer-credit a {
  color: var(--c-primary);
  text-decoration: none;
  font-weight: 500;
}
.footer-credit a:hover {
  color: var(--c-accent);
  text-decoration: underline;
}
.site-footer .text-muted {
  color: rgba(34,34,34,.65) !important;
}
.toast-wrap {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 9999;
  display: flex; flex-direction: column; gap: .5rem;
}
.toast-msg {
  background: var(--c-primary); color: #fff; padding: .75rem 1.25rem;
  font-size: .85rem; box-shadow: var(--shadow); animation: fadeUp .3s ease;
  max-width: 320px;
}
.toast-msg.error { background: #8b3a3a; }
.toast-msg.success { background: #3d5a3d; }

/* Blog */
.blog-card {
  background: var(--c-bg2);
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.04);
  transition: box-shadow .3s;
}
.blog-card:hover { box-shadow: var(--shadow); }
.blog-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover img { transform: scale(1.03); }
.blog-card__body { padding: 1.25rem; }
.blog-card h3 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; }
.blog-card h3 a { color: inherit; }
.blog-card p { font-size: .9rem; line-height: 1.5; }
.blog-card .small { text-transform: uppercase; font-weight: 500; letter-spacing: .04em; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

/* Forms */
.form-control, .form-select {
  border-radius: var(--radius); border-color: #ddd;
  padding: .65rem .9rem;
}
.form-control:focus, .form-select:focus {
  border-color: var(--c-accent);
  box-shadow: 0 0 0 .2rem rgba(196,164,132,.2);
}
.form-label { font-size: .8rem; letter-spacing: .04em; font-weight: 500; }

/* Account / Admin shared */
.account-sidebar a {
  display: block; padding: .65rem 1rem; color: var(--c-text);
  border-left: 2px solid transparent; font-size: .9rem;
}
.account-sidebar a:hover, .account-sidebar a.active {
  border-color: var(--c-accent); background: var(--c-bg2); color: var(--c-primary);
}

/* Utilities */
.empty-state { text-align: center; padding: 4rem 1rem; color: var(--c-muted); }
.bg-soft { background: #fff; padding: 1.5rem; }

@media (max-width: 767.98px) {
  .hero-slide {
    aspect-ratio: 1600 / 500;
    max-height: none;
  }
  .hero-slide__img,
  .hero-slide--full .hero-slide__img {
    max-height: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .hero-slide--has-copy .hero-slide__overlay {
    align-items: flex-end;
    background: linear-gradient(to top, rgba(20,18,16,.72) 0%, rgba(20,18,16,.28) 45%, transparent 100%);
  }
  .hero-content {
    padding: 1.25rem 0 1.75rem;
    max-width: 100%;
  }
  .hero-content h1 {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
    margin-bottom: .5rem;
    word-break: break-word;
  }
  .hero-content p {
    font-size: .9rem;
    margin-bottom: 1rem;
  }
  .hero-content .btn-lg {
    padding: .55rem 1.15rem;
    font-size: .9rem;
  }
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next {
    width: 2.4rem;
    height: 2.4rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .hero-slider .carousel-control-prev { left: 0; }
  .hero-slider .carousel-control-next { right: 0; }
  .hero-slider .carousel-control-prev-icon,
  .hero-slider .carousel-control-next-icon {
    width: 1.15rem;
    height: 1.15rem;
  }
  .hero-slider .carousel-indicators {
    margin-bottom: .35rem;
  }
  .product-card__actions { opacity: 1; transform: none; }
  .product-card__body { padding: .75rem .65rem 1rem; }
  .product-card__title {
    font-size: .82rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .price-new { font-size: .92rem; }
  .price-old { font-size: .78rem; }
  .product-card__btns .btn { flex: 1; }
  .section { padding: 2.25rem 0; }
  .section-title { font-size: 1.22rem; letter-spacing: .12em; }
  .section-title.section-title--related { font-size: 1.1rem; letter-spacing: .1em; }
  .page-hero { padding: 1.75rem 0; margin-bottom: 1.25rem; }
  .page-hero h1 { font-size: 1.75rem; }
  .product-detail-title { font-size: 1.2rem; letter-spacing: .05em; line-height: 1.3; }
  .product-color-picker button.product-color-thumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
  }
  .product-size-picker button.product-size-btn {
    min-width: 56px;
    height: 56px;
    font-size: .95rem;
  }
  .variant-swatches--color { gap: 1rem; }
  .banner-item { min-height: 200px; }
  .banner-item img { min-height: 200px; }
  .banner-item span { font-size: 1.25rem; left: 1rem; bottom: 1rem; }
}
@media (max-width: 575.98px) {
  .hero-slide__img {
    max-height: none;
  }
}

/* Header — masaüstü sıralama */
@media (min-width: 992px) {
  .site-header .navbar > .container {
    flex-wrap: nowrap;
  }
  .site-header .navbar-brand { margin-right: 1rem; }
  .site-header .navbar-collapse {
    order: 2;
    flex: 1 1 auto;
  }
  .site-header .header-icons {
    order: 3;
    margin-left: .75rem;
  }
}

/* Header sosyal linkleri */
.header-top-social {
  color: rgba(255,255,255,.85) !important;
  text-decoration: none;
  font-size: .75rem;
}
.header-top-social:hover { color: var(--c-accent) !important; }

/* Sabit WhatsApp / Instagram butonları */
.social-float {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: .85rem;
}
.social-float__btn {
  /* circular icon-only buttons */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .02em;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  overflow: hidden;
}
.social-float__btn i { font-size: 1.4rem; line-height: 1; margin: 0; }
.social-float__btn span { display: none; }
.social-float__btn:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.22); }

.social-float__wa {
  /* Use brand-accent (gold) to match site theme but keep WhatsApp icon */
  background: var(--c-accent);
  color: #fff !important;
}
.social-float__wa:hover { filter: brightness(.95); }

.social-float__ig {
  /* Instagram gradient but slightly desaturated to match palette */
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 40%, #8134af 75%, #515bd4 100%);
  color: #fff !important;
}
@media (max-width: 575px) {
  .social-float { right: .75rem; bottom: .9rem; }
  .social-float__btn span { display: none; }
  .social-float__btn {
    width: 48px; padding: 0;
    justify-content: center;
  }
}

/* Trust strip */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  padding: 2.2rem 0;
}
.trust-strip__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.4rem 1.25rem;
  background: var(--c-bg2);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 8px;
}
.trust-strip__item i {
  font-size: 2rem;
  color: var(--c-accent, #c4a484);
  flex-shrink: 0;
}
.trust-strip__item strong {
  display: block;
  font-size: 1.15rem;
  letter-spacing: .01em;
  margin-bottom: .06rem;
}
.trust-strip__item span {
  display: block;
  font-size: 1rem;
  color: var(--c-muted, #888);
  line-height: 1.35;
}
.trust-strip--compact {
  grid-template-columns: 1fr 1fr;
  gap: .35rem .5rem;
  padding: .35rem 0 0;
}
.trust-strip--compact .trust-strip__item {
  padding: .35rem .45rem;
  gap: .55rem;
  background: transparent;
  border: none;
}
.trust-strip--compact .trust-strip__item i {
  font-size: 1.05rem;
}
.trust-strip--compact .trust-strip__item strong {
  font-size: .78rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.25;
}
.trust-strip--compact .trust-strip__item span {
  font-size: .68rem;
  line-height: 1.3;
}
/* Anasayfa: tam genişlik, kompakt ve şık güven şeridi */
.trust-home {
  width: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #fff 0%, #f7f5f2 100%);
  border-top: 1px solid rgba(26,26,26,.07);
  border-bottom: 1px solid rgba(26,26,26,.07);
}
.trust-strip--home {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: none;
}
.trust-strip--home .trust-strip__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: .32rem;
  margin: 0;
  padding: 1.2rem 1rem;
  background: transparent;
  border: none;
  border-radius: 0;
}
.trust-strip--home .trust-strip__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 24%;
  right: 0;
  bottom: 24%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(26,26,26,.14), transparent);
}
.trust-strip--home .trust-strip__item i {
  font-size: 1.2rem;
  color: var(--c-accent);
  line-height: 1;
  margin-bottom: .2rem;
}
.trust-strip--home .trust-strip__item strong {
  font-family: var(--font-section);
  font-size: .8rem;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin: 0;
  line-height: 1.25;
}
.trust-strip--home .trust-strip__item span {
  font-size: .7rem;
  color: var(--c-muted);
  letter-spacing: .02em;
  line-height: 1.35;
  max-width: 15rem;
}
@media (max-width: 991px) {
  .trust-strip { flex-direction: column; }
  .trust-strip--compact { grid-template-columns: 1fr 1fr; }
  .trust-strip--home {
    grid-template-columns: 1fr 1fr;
  }
  .trust-strip--home .trust-strip__item {
    padding: 1rem .75rem;
  }
  .trust-strip--home .trust-strip__item:nth-child(2n)::after {
    display: none;
  }
  .trust-strip--home .trust-strip__item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(26,26,26,.07);
  }
}
@media (max-width: 767px) {
  .trust-strip { flex-direction: column; gap: 1.1rem; }
  .trust-strip__item { padding: 1rem; gap: .9rem; }
  .trust-strip__item strong { font-size: 1.04rem; }
  .trust-strip__item span { font-size: .95rem; }
  .trust-strip--compact .trust-strip__item {
    padding: .3rem .35rem;
    gap: .45rem;
  }
  .trust-strip--compact .trust-strip__item i { font-size: .95rem; }
  .trust-strip--compact .trust-strip__item strong { font-size: .72rem; }
  .trust-strip--compact .trust-strip__item span { font-size: .62rem; }
  .trust-strip--home .trust-strip__item {
    padding: .85rem .5rem;
    gap: .25rem;
  }
  .trust-strip--home .trust-strip__item i { font-size: 1.05rem; margin-bottom: .1rem; }
  .trust-strip--home .trust-strip__item strong {
    font-size: .68rem;
    letter-spacing: .1em;
  }
  .trust-strip--home .trust-strip__item span { font-size: .62rem; }
}
@media (max-width: 575px) {
  .trust-strip { flex-direction: column; }
  .trust-strip--compact { grid-template-columns: 1fr 1fr; }
}

/* Cookie consent */
.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  max-width: 720px;
  margin: 0 auto;
}
.cookie-consent__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  background: #1a1a1a;
  color: rgba(255,255,255,.9);
  box-shadow: 0 12px 40px rgba(0,0,0,.28);
  font-size: .88rem;
  line-height: 1.45;
}
.cookie-consent__inner p { margin: 0; flex: 1; }
.cookie-consent__inner a { color: var(--c-accent, #c4a484); }
.cookie-consent__actions { display: flex; gap: .5rem; flex-shrink: 0; }

/* Mobile product CTA */
.mobile-buy-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1030;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96);
  border-top: 1px solid rgba(0,0,0,.08);
  backdrop-filter: blur(8px);
  box-shadow: 0 -8px 24px rgba(0,0,0,.06);
}
.mobile-buy-bar__price { flex: 1; min-width: 0; }
.mobile-buy-bar .price-new { font-size: 1.1rem; font-weight: 600; }
.mobile-buy-bar .btn { white-space: nowrap; }
@media (max-width: 991.98px) {
  body:has(.mobile-buy-bar) .social-float { bottom: calc(8.8rem + env(safe-area-inset-bottom)); }
  body:has(.mobile-buy-bar) main { padding-bottom: 0; }
}
.checkout-agreements a { color: var(--c-primary); text-decoration: underline; }

/* Havale / EFT modal */
.bank-transfer-modal .modal-title i { color: var(--c-accent); margin-right: .35rem; }
.bank-transfer-alert {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  padding: .9rem 1rem;
  background: #fff6e8;
  border-left: 3px solid #d4a017;
  margin-bottom: 1rem;
  font-size: .92rem;
  line-height: 1.45;
}
.bank-transfer-alert i { color: #d4a017; font-size: 1.2rem; margin-top: .1rem; flex-shrink: 0; }
.bank-order-no {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}
.bank-order-no code {
  background: #1a1a1a;
  color: #fff;
  padding: .35rem .65rem;
  font-size: 1rem;
  letter-spacing: .04em;
}
.bank-account-card {
  padding: .9rem 1rem;
  border: 1px solid rgba(0,0,0,.08);
  background: #faf8f6;
  margin-bottom: .65rem;
}
.bank-iban {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  flex-wrap: wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .92rem;
}

.stock-alert-box {
  padding: 1rem;
  background: #f7f3ee;
  border-left: 3px solid var(--c-accent, #c4a484);
}
.page-hero .breadcrumb { margin-bottom: .5rem; }
.page-hero .breadcrumb a { color: inherit; opacity: .75; }
.page-hero .breadcrumb a:hover { opacity: 1; color: var(--c-accent); }

@media (max-width: 575px) {
  .cookie-consent__inner { flex-direction: column; align-items: stretch; }
  .cookie-consent__actions { width: 100%; }
  .cookie-consent__actions .btn { flex: 1; }
}

/* ==================== MOBİL GENEL ==================== */
@media (max-width: 991.98px) {
  .site-header .navbar > .container {
    display: grid;
    grid-template-columns: 2.75rem 1fr 2.75rem;
    grid-template-areas:
      "toggler brand icons"
      "menu menu menu";
    align-items: center;
    gap: .15rem .35rem;
  }
  .site-header .navbar-toggler {
    grid-area: toggler;
    justify-self: start;
    padding: .25rem .15rem;
    margin: 0 !important;
  }
  .site-header .navbar-brand {
    grid-area: brand;
    justify-self: center;
    margin: 0;
    max-width: 100%;
  }
  .site-header .header-icons {
    grid-area: icons;
    justify-self: end;
    gap: 0 !important;
  }
  .site-header .header-icon-extra {
    display: none !important;
  }
  .site-header .header-icon-cart {
    padding: .25rem .15rem !important;
  }
  .site-header .brand-mark__hnf {
    font-size: 1.35rem;
    letter-spacing: .12em;
  }
  .site-header .brand-mark__giyim {
    font-size: .52rem;
    letter-spacing: .36em;
    padding-left: .36em;
  }
  .site-header .brand-text {
    font-size: 1.15rem;
    letter-spacing: .12em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    color: var(--c-text);
  }
  .site-header .navbar-collapse {
    grid-area: menu;
    width: 100%;
    border-top: 1px solid rgba(26,26,26,.08);
    margin-top: .35rem;
    padding-top: .35rem;
  }
  .site-header .navbar-nav {
    align-items: stretch;
    text-align: center;
    padding-bottom: .35rem;
  }
  .site-header .navbar .nav-link {
    padding: .65rem .5rem !important;
  }
  .checkout-col-summary.sticky-top {
    position: static !important;
    top: auto !important;
  }
  .bg-soft { padding: 1.15rem; }

  /* Alt tab menü */
  body { padding-bottom: calc(4.1rem + env(safe-area-inset-bottom)); }
  .mobile-tabbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    min-height: 3.65rem;
    padding: .35rem .25rem calc(.35rem + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.97);
    border-top: 1px solid rgba(26,26,26,.08);
    box-shadow: 0 -6px 24px rgba(26,26,26,.06);
    backdrop-filter: blur(10px);
  }
  .mobile-tabbar__item {
    appearance: none;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .15rem;
    padding: .25rem .15rem;
    color: #2a2a2a;
    text-decoration: none;
    font-size: .62rem;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.15;
    min-width: 0;
  }
  .mobile-tabbar__item i {
    font-size: 1.2rem;
    line-height: 1;
  }
  .mobile-tabbar__item span { white-space: nowrap; }
  .mobile-tabbar__item.is-active {
    color: #1a1a1a;
  }
  .mobile-tabbar__item.is-active i { color: var(--c-accent, #DAA520); }
  .mobile-tabbar__icon-wrap {
    position: relative;
    display: inline-flex;
    line-height: 1;
  }
  .mobile-tabbar .cart-badge {
    top: -6px;
    right: -9px;
    min-width: 15px;
    height: 15px;
    font-size: .58rem;
  }
  .social-float {
    bottom: calc(4.6rem + env(safe-area-inset-bottom)) !important;
  }
  .cookie-consent {
    bottom: calc(4.6rem + env(safe-area-inset-bottom));
  }
  body:has(.mobile-buy-bar) {
    padding-bottom: calc(8.4rem + env(safe-area-inset-bottom));
  }
  body:has(.mobile-buy-bar) .mobile-buy-bar {
    bottom: calc(3.65rem + env(safe-area-inset-bottom));
  }
  body:has(.mobile-buy-bar) .social-float {
    bottom: calc(8.8rem + env(safe-area-inset-bottom)) !important;
  }
  body:has(.mobile-buy-bar) .cookie-consent {
    bottom: calc(8.8rem + env(safe-area-inset-bottom));
  }
  body:has(.mobile-buy-bar) main {
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .container, .container-fluid {
    padding-left: max(.85rem, env(safe-area-inset-left));
    padding-right: max(.85rem, env(safe-area-inset-right));
  }
  .breadcrumb {
    flex-wrap: wrap;
    font-size: .78rem;
  }
  .breadcrumb-item.active {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cart-table thead { display: none; }
  .cart-table tbody tr {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }
  .cart-table tbody td {
    display: block;
    border: 0;
    padding: .35rem 0;
    text-align: left !important;
  }
  .cart-table tbody td:first-child { padding-top: 0; }
  .cart-table tbody td:last-child { padding-bottom: 0; }
  .cart-table tbody td:nth-child(2)::before { content: 'Birim: '; color: var(--c-muted); font-size: .8rem; }
  .cart-table tbody td:nth-child(3)::before { content: 'Adet: '; color: var(--c-muted); font-size: .8rem; }
  .cart-table tbody td:nth-child(4)::before { content: 'Toplam: '; color: var(--c-muted); font-size: .8rem; }
  .cart-table tbody td:nth-child(3),
  .cart-table tbody td:nth-child(4) { font-weight: 600; }
  .cart-table .d-flex.gap-3 { gap: .75rem !important; }
  .cart-table img { width: 64px; height: 84px; flex-shrink: 0; }
  .cart-table .fw-medium {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .newsletter-form {
    flex-direction: row !important;
    max-width: 100%;
  }
  .newsletter-form .btn { width: auto; height: 34px; }
  .footer-bottom__row {
    flex-direction: column;
    text-align: center;
  }
  .footer-cards { justify-content: center; }
  .site-footer .row.g-4 { --bs-gutter-y: 1.5rem; }
  .footer-brand { font-size: 1.2rem; letter-spacing: .14em; }
  .checkout-steps .step { font-size: .68rem; padding: .55rem .35rem; }
  .checkout-agreements .form-check-label { line-height: 1.45; }
  .bank-iban { flex-direction: column; align-items: flex-start; }
  .bank-iban span { word-break: break-all; font-size: .82rem; }
  .row.g-5 { --bs-gutter-y: 1.5rem; }
  .shipping-countdown .sc-remain,
  .shipping-countdown .sc-day { white-space: normal; }
  .free-shipping-banner .fsb-meta { flex-wrap: wrap; gap: .25rem; }
  #searchModal .modal-dialog { margin: .75rem; max-width: calc(100% - 1.5rem); }
  .toast-wrap {
    left: .75rem;
    right: .75rem;
    bottom: calc(1rem + env(safe-area-inset-bottom));
  }
  .toast-msg { max-width: none; }
}

@media (max-width: 575.98px) {
  .social-float {
    right: .65rem;
    bottom: calc(4.6rem + env(safe-area-inset-bottom));
  }
  body:has(.mobile-buy-bar) .social-float {
    bottom: calc(8.8rem + env(safe-area-inset-bottom));
  }
  body:has(.mobile-buy-bar) .cookie-consent {
    bottom: calc(8.8rem + env(safe-area-inset-bottom));
  }
  body:has(.mobile-buy-bar) main {
    padding-bottom: 0;
  }
  .mobile-buy-bar {
    padding-left: max(.85rem, env(safe-area-inset-left));
    padding-right: max(.85rem, env(safe-area-inset-right));
  }
  .mobile-buy-bar .btn {
    padding-left: .85rem;
    padding-right: .85rem;
    font-size: .82rem;
  }
  .trust-strip--compact .trust-strip__item {
    padding: .3rem .3rem;
  }
  .trust-strip--compact .trust-strip__item strong { font-size: .7rem; }
  .trust-strip--compact .trust-strip__item span { font-size: .6rem; }
  .trust-strip__item strong { font-size: .78rem; }
  .trust-strip__item span { font-size: .72rem; }
  .category-hero { min-height: 220px; }
  .category-hero__inner { padding: 1.5rem 0; }
  .col-6.col-md-4 .product-card__title {
    font-size: .8rem;
  }
}

/* iOS input zoom önleme */
@media (max-width: 767.98px) {
  input.form-control,
  select.form-select,
  textarea.form-control {
    font-size: 16px;
  }
  input.form-control-sm,
  select.form-select-sm {
    font-size: 14px;
  }
}

/* Yorum / puan */
.review-stars { color: var(--c-accent); letter-spacing: .08em; }
.review-stars .bi { font-size: .95em; }
.product-card__rating {
  display: flex; align-items: center; justify-content: center;
  gap: .3rem; margin: .2rem 0 .35rem; font-size: .82rem;
}
.product-card__rating-count { color: var(--c-muted); font-size: .75rem; }
.review-card {
  border-bottom: 1px solid rgba(26,26,26,.08);
  padding: 1.1rem 0;
}
.review-form {
  background: var(--c-bg);
  padding: 1.25rem;
  margin-top: 1.5rem;
}
.review-rate-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: .15rem;
}
.review-rate-input input { display: none; }
.review-rate-input label { cursor: pointer; color: #d5cfc7; font-size: 1.35rem; }
.review-rate-input label:hover,
.review-rate-input label:hover ~ label,
.review-rate-input input:checked ~ label { color: var(--c-accent); }
.campaign-home-card {
  display: flex; flex-direction: column; gap: .75rem;
  background: var(--c-bg); padding: 1rem; height: 100%;
  color: inherit;
}
.campaign-home-card img { width: 100%; max-height: 160px; object-fit: cover; }
.campaign-home-card span { display: block; color: var(--c-muted); font-size: .85rem; margin-top: .2rem; }
#productPriceOld[hidden],
#productPriceBadge[hidden] { display: none !important; }
