/** Shopify CDN: Minification failed

Line 1249:1 Expected "}" to go with "{"

**/
/* ============================================================
   SavePound Theme — theme.css
   AliExpress-style · Roboto · Soft Orange + Dark Grey Secondary
   ============================================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --or:        #FF6B2B;
  --or2:       #E84E0F;
  --or-light:  #FFF4EE;
  --or-mid:    #FFD8C0;
  --dark:      #1E1E1E;
  --dark-2:    #2D2D2D;
  --bg:        #F7F4F1;
  --white:     #FFFFFF;
  --text:      #2A1F1A;
  --muted:     #8A7468;
  --border:    #EDE5DC;
  --green:     #2EAA6E;
  --red:       #E53935;
  --radius-sm: 8px;
  --radius:    14px;
  --radius-lg: 20px;
  --radius-xl: 24px;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Roboto', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font-family: 'Roboto', sans-serif; }
input, select, textarea { font-family: 'Roboto', sans-serif; }

/* ---------- 1280px içerik genişliği ---------- */
.container,
.page-width,
.announcement-bar__inner,
.header__inner,
.nav-bar__inner,
.nav-menu__inner,
.hero__inner,
.flash-sale__inner,
.categories__inner,
.mini-banners__inner,
.product-section__inner,
.collection-layout,
.product-detail-inner,
.cart-layout {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  width: 100%;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: var(--radius-xl);
  border: none;
  transition: opacity .15s, transform .1s;
  cursor: pointer;
}
.btn:hover { opacity: .9; }
.btn:active { transform: scale(.98); }

.btn--primary   { background: var(--or); color: #fff; }
.btn--secondary { background: #fff; color: var(--or); border: 2px solid var(--or); }
.btn--ghost     { background: rgba(255,255,255,.2); color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.btn--dark      { background: var(--dark); color: #fff; }
.btn--full      { width: 100%; }
.btn--lg        { font-size: 15px; padding: 13px 28px; }

/* ---------- Announcement Bar ---------- */
.announcement-bar {
  background: var(--dark);
  width: 100%;
}
.announcement-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 7px;
}
.announcement-bar__text { font-size: 12px; color: rgba(255,255,255,.85); font-weight: 500; }
.announcement-bar__text strong { color: var(--or-mid); }

/* ---------- Ticker ---------- */
.ticker { background: var(--or-light); border-bottom: 1px solid var(--or-mid); padding: 6px 0; overflow: hidden; }
.ticker__track {
  display: flex;
  gap: 48px;
  animation: ticker-scroll 25s linear infinite;
  white-space: nowrap;
}
.ticker__track span { font-size: 12px; color: var(--or2); font-weight: 500; }
.ticker__track span::before { content: "✦ "; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ---------- Header ---------- */
.header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  width: 100%;
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 64px;
  position: relative;
}

.header__search {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  display: flex;
  align-items: center;
  background: #F5F5F5;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 7px 14px;
  gap: 8px;
  transition: border-color .15s;
}
.header__search:focus-within { border-color: var(--or); background: #fff; }
.header__search input {
  flex: 1; border: none; outline: none; background: transparent;
  font-size: 13px; color: var(--text); min-width: 0;
}
.header__search input::placeholder { color: var(--muted); }
.header__search-btn {
  background: var(--or); color: #fff; border: none;
  border-radius: var(--radius-xl); padding: 5px 14px;
  font-size: 12px; font-weight: 700; white-space: nowrap;
}

.header__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* Icon butonlar — search, account, cart */
.header__left  { display: none; }
.header__right { display: flex; align-items: center; gap: 4px; flex-shrink: 0; margin-left: auto; }

.header__icon-btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; padding: 6px 8px; border-radius: var(--radius-sm);
  background: none; border: none; cursor: pointer;
  color: var(--text); text-decoration: none;
  transition: color .15s, background .15s; position: relative;
  min-width: 44px;
}
.header__icon-btn:hover { color: var(--or); background: var(--or-light); }
.header__icon-label {
  font-size: 10px; font-weight: 500; color: inherit;
  white-space: nowrap; line-height: 1;
}

/* Sepet badge */
.header__cart-count {
  position: absolute; top: 2px; right: 2px;
  background: var(--or); color: #fff;
  font-size: 9px; font-weight: 700;
  min-width: 16px; height: 16px; padding: 0 3px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
}
.header__cart-count--hidden { display: none; }

/* Search toggle — sadece mobilde görünür */
.header__search-toggle { display: none; }

.header__logo {
  font-size: 24px; font-weight: 700; color: var(--dark);
  letter-spacing: -.5px; flex-shrink: 0; text-decoration: none;
}
.header__logo span { color: var(--or); }

/* Nav bar */
.nav-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  overflow-x: auto;
  width: 100%;
}
.nav-bar::-webkit-scrollbar { display: none; }
.nav-bar__inner { display: flex; }
.nav-bar__link {
  font-size: 13px; font-weight: 500; color: var(--muted);
  padding: 10px 14px; white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color .15s;
}
.nav-bar__link:hover,
.nav-bar__link--active { color: var(--dark); border-bottom-color: var(--dark); font-weight: 700; }
.nav-bar__link:first-child { color: var(--or); }
.nav-bar__link:first-child:hover,
.nav-bar__link:first-child.nav-bar__link--active { color: var(--or2); border-bottom-color: var(--or); }

/* ---------- Section Titles ---------- */
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.section-title { font-size: 18px; font-weight: 700; color: var(--text); }
.section-link  { font-size: 13px; color: var(--dark-2); font-weight: 500; }
.section-link:hover { color: var(--or); }

/* ---------- Hero ---------- */
.hero-outer {
  position: relative;
  background: linear-gradient(135deg, #FF7040, #FFB080);
  width: 100%;
  overflow: hidden;
}
.hero-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.hero__content { flex: 1; }
.hero__chip {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.2); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 12px;
  border-radius: var(--radius-xl); margin-bottom: 12px;
}
.hero__title {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700; color: #fff;
  line-height: 1.05; letter-spacing: -.5px;
  margin-bottom: 10px;
}
.hero__title span { color: #FFE8D6; }
.hero__subtitle { font-size: 14px; color: rgba(255,255,255,.85); margin-bottom: 22px; line-height: 1.6; max-width: 480px; }
.hero__btns { display: flex; gap: 10px; flex-wrap: wrap; }

.hero__aside { display: flex; flex-direction: column; align-items: center; gap: 12px; flex-shrink: 0; }
.hero__price-bubble {
  background: rgba(255,255,255,.95);
  border-radius: var(--radius-lg);
  padding: 14px 20px; text-align: center; min-width: 120px;
}
.hero__price-bubble .from { font-size: 10px; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }
.hero__price-bubble .val  { font-size: 30px; font-weight: 700; color: var(--or); line-height: 1.1; }
.hero__price-bubble .unit { font-size: 10px; color: var(--muted); }

.hero__countdown { background: rgba(0,0,0,.18); border-radius: var(--radius); padding: 12px 16px; text-align: center; }
.hero__countdown-label { font-size: 10px; color: rgba(255,255,255,.75); font-weight: 500; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.hero__countdown-boxes { display: flex; align-items: center; gap: 4px; justify-content: center; }
.countdown-box {
  background: rgba(0,0,0,.25); color: #fff;
  font-size: 18px; font-weight: 700;
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius-sm);
}
.countdown-sep { color: rgba(255,255,255,.7); font-size: 16px; font-weight: 700; }

/* ---------- Flash Sale ---------- */
.flash-sale { background: var(--white); width: 100%; border-top: 1px solid var(--border); }
.flash-sale__inner { padding-top: 16px; padding-bottom: 20px; }
.flash-sale__head {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 14px; padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.flash-sale__icon  { font-size: 20px; }
.flash-sale__title { font-size: 16px; font-weight: 700; }
.flash-sale__timer { display: flex; align-items: center; gap: 3px; margin-left: 6px; }
.flash-timer-box   { background: var(--dark); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: var(--radius-sm); }
.flash-timer-sep   { font-size: 12px; font-weight: 700; color: var(--dark); }
.flash-sale__link  { margin-left: auto; font-size: 12px; color: var(--dark-2); font-weight: 500; }
.flash-sale__link:hover { color: var(--or); }

.flash-sale__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }

.flash-card {
  background: #F7F4F1; border-radius: var(--radius);
  overflow: hidden; position: relative; cursor: pointer;
  transition: transform .15s;
  display: flex; flex-direction: column;
}
.flash-card:hover { transform: translateY(-3px); }
.flash-card__discount {
  position: absolute; top: 8px; left: 8px;
  background: var(--or); color: #fff;
  font-size: 10px; font-weight: 700; padding: 2px 7px;
  border-radius: var(--radius-sm); z-index: 2;
}
/* Ratio fix */
.flash-card__img-wrap { width: 100%; aspect-ratio: 1; overflow: hidden; }
.flash-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.flash-card__img-placeholder {
  width: 100%; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  font-size: 38px;
}
.flash-card__info { padding: 8px 10px 10px; }
.flash-card__price { font-size: 14px; font-weight: 700; color: var(--or); }
.flash-card__old   { font-size: 11px; color: var(--muted); text-decoration: line-through; margin-left: 3px; }
.flash-card__bar-wrap { background: var(--or-mid); border-radius: 4px; height: 4px; margin-top: 6px; overflow: hidden; }
.flash-card__bar      { background: var(--or); height: 100%; border-radius: 4px; }
.flash-card__bar-label { font-size: 10px; color: var(--or2); font-weight: 500; margin-top: 4px; }

/* ---------- Categories ---------- */
.categories { background: var(--white); width: 100%; border-top: 1px solid var(--border); }
.categories__inner { padding-top: 16px; padding-bottom: 16px; }
.categories__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 8px; }
.cat-item {
  background: var(--or-light); border: 1.5px solid var(--or-mid);
  border-radius: var(--radius); padding: 14px 8px; text-align: center;
  cursor: pointer; transition: all .15s;
}
.cat-item:hover, .cat-item--active {
  background: var(--dark); border-color: var(--dark);
}
.cat-item:hover .cat-item__name,
.cat-item--active .cat-item__name { color: #fff; }
.cat-item:hover .cat-item__from,
.cat-item--active .cat-item__from { color: rgba(255,255,255,.7); }
.cat-item__emoji { font-size: 24px; margin-bottom: 6px; }
.cat-item__name  { font-size: 11px; font-weight: 700; color: var(--dark-2); transition: color .15s; }
.cat-item__from  { font-size: 10px; color: var(--muted); margin-top: 2px; transition: color .15s; }

/* ---------- Mini Banners ---------- */
.mini-banners { background: var(--white); width: 100%; border-top: 1px solid var(--border); }
.mini-banners__inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  padding-top: 12px; padding-bottom: 16px;
}
.mini-banner { border-radius: var(--radius); padding: 20px 18px; overflow: hidden; position: relative; }
.mini-banner__tag   { font-size: 10px; color: rgba(255,255,255,.75); font-weight: 500; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.mini-banner__title { font-size: 20px; font-weight: 700; color: #fff; line-height: 1.2; }
.mini-banner__title span { color: rgba(255,255,255,.8); }
.mini-banner__btn {
  display: inline-block; margin-top: 12px;
  background: rgba(255,255,255,.2); color: #fff;
  font-size: 11px; font-weight: 500; padding: 5px 14px;
  border-radius: var(--radius); border: 1px solid rgba(255,255,255,.4);
}

/* ---------- Product Grid ---------- */
.product-section { background: var(--white); width: 100%; border-top: 1px solid var(--border); }
.product-section__inner { padding-top: 16px; padding-bottom: 20px; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }

.product-card {
  background: #F7F4F1; border-radius: var(--radius);
  overflow: hidden; cursor: pointer; position: relative;
  transition: transform .15s;
  display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-3px); }

.product-card__badge {
  position: absolute; top: 8px; left: 8px;
  font-size: 10px; font-weight: 700; padding: 2px 8px;
  border-radius: var(--radius-sm); z-index: 2;
}
.product-card__badge--sale { background: var(--or); color: #fff; }
.product-card__badge--new  { background: var(--dark); color: #fff; }
.product-card__badge--hot  { background: var(--red); color: #fff; }

.product-card__img-wrap { overflow: hidden; aspect-ratio: 1; }
.product-card__img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .25s;
}
.product-card:hover .product-card__img { transform: scale(1.06); }

.product-card__placeholder {
  width: 100%; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  font-size: 42px;
}

.product-card__info    { padding: 10px 12px 12px; flex: 1; display: flex; flex-direction: column; }
.product-card__title   {
  font-size: 12px; font-weight: 400; color: var(--text);
  line-height: 1.4; margin-bottom: 8px; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.product-card__price-row { display: flex; align-items: baseline; gap: 5px; margin-bottom: 6px; }
.product-card__price     { font-size: 16px; font-weight: 700; color: var(--or); }
.product-card__compare   { font-size: 11px; color: var(--muted); text-decoration: line-through; }
.product-card__discount  { font-size: 11px; font-weight: 700; color: var(--or); }
.product-card__footer    { display: flex; align-items: center; justify-content: space-between; }
.product-card__stars     { font-size: 10px; color: #FFA940; }
.product-card__sold      { font-size: 10px; color: var(--muted); margin-left: 3px; }
.product-card__ship      { font-size: 10px; color: var(--green); font-weight: 500; }

/* ---------- Collection / Product List Page ---------- */
.collection-layout { display: flex; gap: 24px; max-width: 1280px; margin: 0 auto; padding: 24px; }

.filters {
  width: 230px; flex-shrink: 0;
  background: var(--white); border-radius: var(--radius);
  padding: 16px; align-self: flex-start;
  position: sticky; top: 80px;
}
.filters__title       { font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.filters__group       { margin-bottom: 18px; }
.filters__group-title { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 10px; }

.filter-option               { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; cursor: pointer; }
.filter-option input[type="checkbox"] { accent-color: var(--dark); width: 15px; height: 15px; }
.filter-option label         { font-size: 13px; color: var(--text); cursor: pointer; }

.filter-price       { display: flex; align-items: center; gap: 8px; }
.filter-price input {
  width: 80px; border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  padding: 6px 8px; font-size: 12px; color: var(--text);
}
.filter-price span { color: var(--muted); font-size: 12px; }
.filters__apply    { margin-top: 4px; }
.filters__apply .btn--primary { background: var(--dark); }

.collection-main { flex: 1; min-width: 0; }
.collection-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px; padding: 10px 14px;
  background: var(--white); border-radius: var(--radius-sm);
}
.collection-toolbar__count { font-size: 13px; color: var(--muted); }
.collection-toolbar__sort {
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  padding: 6px 10px; font-size: 13px; color: var(--text);
  background: var(--white); cursor: pointer; outline: none;
}
.collection-toolbar__sort:focus { border-color: var(--dark); }

.collection-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }

.pagination { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 24px 0; }
.pagination__item {
  width: 36px; height: 36px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 500; border: 1.5px solid var(--border);
  background: var(--white); color: var(--text); cursor: pointer;
}
.pagination__item--active              { background: var(--dark); border-color: var(--dark); color: #fff; }
.pagination__item:hover:not(.pagination__item--active) { border-color: var(--dark); color: var(--dark); }

/* ---------- Product Detail ---------- */
.product-detail { background: var(--bg); width: 100%; }
.product-detail-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 24px;
}

.product-gallery { width: 100%; min-width: 0; }
.product-gallery__main {
  background: var(--white); border-radius: var(--radius);
  overflow: hidden; aspect-ratio: 1; margin-bottom: 10px;
  display: flex; align-items: center; justify-content: center;
}
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__thumbs { display: flex; gap: 8px; flex-wrap: wrap; }
.product-gallery__thumb {
  width: 72px; height: 72px; border-radius: var(--radius-sm);
  overflow: hidden; border: 2px solid transparent; cursor: pointer;
  background: var(--white);
}
.product-gallery__thumb--active { border-color: var(--dark); }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }

.product-info { flex: 1; }
.product-info__badges { display: flex; gap: 6px; margin-bottom: 10px; }
.product-info__badge  { font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: var(--radius-sm); }
.product-info__badge--hot  { background: var(--or-light); color: var(--or2); }
.product-info__badge--ship { background: #E6F7EE; color: var(--green); }

.product-info__title { font-size: 20px; font-weight: 700; line-height: 1.3; margin-bottom: 12px; }

.product-info__rating       { display: flex; align-items: center; gap: 6px; margin-bottom: 14px; }
.product-info__stars        { color: #FFA940; font-size: 14px; }
.product-info__rating-count { font-size: 13px; color: var(--or); font-weight: 500; }
.product-info__sold         { font-size: 13px; color: var(--muted); }

.product-info__price-block {
  background: var(--or-light); border-radius: var(--radius);
  padding: 14px 16px; margin-bottom: 16px;
}
.product-info__price     { font-size: 32px; font-weight: 700; color: var(--or); }
.product-info__price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.product-info__compare   { font-size: 16px; color: var(--muted); text-decoration: line-through; }
.product-info__discount-badge {
  background: var(--dark); color: #fff; font-size: 12px; font-weight: 700;
  padding: 2px 10px; border-radius: var(--radius-sm);
}
.product-info__vat { font-size: 11px; color: var(--muted); }

.product-variants       { margin-bottom: 16px; }
.product-variants__label { font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.product-variants__label span { font-weight: 400; color: var(--muted); }
.variant-options { display: flex; gap: 8px; flex-wrap: wrap; }
.variant-btn {
  border: 1.5px solid var(--border); background: var(--white);
  border-radius: var(--radius-sm); padding: 6px 14px;
  font-size: 13px; color: var(--text); cursor: pointer; transition: all .15s;
}
.variant-btn:hover, .variant-btn--active {
  border-color: var(--dark); color: var(--dark); background: var(--bg);
}
.variant-btn--unavailable { opacity: .4; cursor: not-allowed; text-decoration: line-through; }

.swatch-options { display: flex; gap: 8px; flex-wrap: wrap; }
.swatch-btn {
  width: 28px; height: 28px; border-radius: 50%;
  border: 3px solid transparent; cursor: pointer;
  box-shadow: 0 0 0 1px var(--border); transition: box-shadow .15s;
}
.swatch-btn--active { box-shadow: 0 0 0 2px var(--dark); }

.qty-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.qty-label { font-size: 13px; font-weight: 700; }
.qty-control { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.qty-control__btn {
  width: 36px; height: 36px; border: none; background: var(--bg);
  font-size: 18px; font-weight: 500; color: var(--text); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.qty-control__btn:hover { background: var(--dark); color: #fff; }
.qty-control__input {
  width: 48px; height: 36px; border: none; outline: none;
  text-align: center; font-size: 14px; font-weight: 700; background: var(--white);
}

.product-info__atc { display: flex; gap: 10px; margin-bottom: 16px; }
.product-info__atc .btn { flex: 1; font-size: 15px; padding: 14px; }

.delivery-info { background: #E6F7EE; border-radius: var(--radius); padding: 12px 14px; margin-bottom: 16px; }
.delivery-info__row { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #1A6B40; margin-bottom: 4px; }
.delivery-info__row:last-child { margin-bottom: 0; }
.delivery-info__icon { font-size: 15px; }

.trust-badges { display: flex; gap: 12px; flex-wrap: wrap; padding: 12px 0; border-top: 1px solid var(--border); }
.trust-badge  { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
.trust-badge__icon { font-size: 16px; }

.product-tabs { background: var(--white); border-radius: var(--radius); margin: 10px 0; max-width: 1280px; margin-left: auto; margin-right: auto; width: calc(100% - 48px); }
.product-tabs__nav { display: flex; border-bottom: 1px solid var(--border); padding: 0 16px; }
.product-tab-btn {
  font-size: 13px; font-weight: 500; color: var(--muted);
  padding: 12px 16px; border-bottom: 2px solid transparent;
  cursor: pointer; background: none; border-top: none; border-left: none; border-right: none;
  transition: color .15s;
}
.product-tab-btn--active { color: var(--dark); border-bottom-color: var(--dark); font-weight: 700; }
.product-tabs__content { padding: 20px; font-size: 14px; line-height: 1.7; color: var(--text); }
.product-tabs__panel { display: none; }
.product-tabs__panel--active { display: block; }

/* ---------- Cart Page ---------- */
.cart-layout { display: flex; gap: 24px; max-width: 1280px; margin: 0 auto; padding: 24px; align-items: flex-start; }
.cart-main  { flex: 1; }
.cart-title { font-size: 22px; font-weight: 700; margin-bottom: 16px; }

.cart-empty { background: var(--white); border-radius: var(--radius); padding: 48px; text-align: center; }
.cart-empty__icon { font-size: 56px; margin-bottom: 12px; }
.cart-empty__text { font-size: 16px; color: var(--muted); margin-bottom: 20px; }

.cart-items { background: var(--white); border-radius: var(--radius); overflow: hidden; }
.cart-item {
  display: flex; gap: 14px; padding: 16px;
  border-bottom: 1px solid var(--border);
}
.cart-item:last-child { border-bottom: none; }
.cart-item__img {
  width: 90px; height: 90px; border-radius: var(--radius-sm);
  object-fit: cover; flex-shrink: 0; background: var(--bg);
  display: flex; align-items: center; justify-content: center; font-size: 36px;
}
.cart-item__details  { flex: 1; }
.cart-item__title    { font-size: 14px; font-weight: 500; margin-bottom: 4px; line-height: 1.4; }
.cart-item__variant  { font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.cart-item__price-row { display: flex; align-items: center; justify-content: space-between; }
.cart-item__price    { font-size: 16px; font-weight: 700; color: var(--or); }
.cart-item__compare  { font-size: 12px; color: var(--muted); text-decoration: line-through; margin-left: 5px; }
.cart-item__actions  { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.cart-item__remove   { font-size: 12px; color: var(--muted); background: none; border: none; cursor: pointer; }
.cart-item__remove:hover { color: var(--red); }

.cart-coupon        { background: var(--white); border-radius: var(--radius); padding: 14px 16px; margin-top: 10px; }
.cart-coupon__title { font-size: 13px; font-weight: 700; margin-bottom: 10px; }
.cart-coupon__row   { display: flex; gap: 8px; }
.cart-coupon__input {
  flex: 1; border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  padding: 8px 12px; font-size: 13px; outline: none;
}
.cart-coupon__input:focus { border-color: var(--dark); }
.cart-coupon__btn { background: var(--dark); color: #fff; border: none; border-radius: var(--radius-sm); padding: 8px 18px; font-size: 13px; font-weight: 700; cursor: pointer; }

.cart-summary {
  width: 320px; flex-shrink: 0;
  background: var(--white); border-radius: var(--radius);
  padding: 18px; position: sticky; top: 80px;
}
.cart-summary__title { font-size: 16px; font-weight: 700; margin-bottom: 14px; }
.cart-summary__row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; padding: 8px 0; border-bottom: 1px solid var(--border);
}
.cart-summary__row:last-of-type { border-bottom: none; }
.cart-summary__row--total { font-size: 16px; font-weight: 700; color: var(--or); padding-top: 12px; border-top: 2px solid var(--border); margin-top: 4px; }
.cart-summary__row--total .cart-summary__label { color: var(--text); }
.cart-summary__savings  { background: #E6F7EE; border-radius: var(--radius-sm); padding: 8px 12px; margin: 12px 0; font-size: 12px; color: var(--green); font-weight: 500; text-align: center; }
.cart-summary__checkout { margin-top: 14px; }
.cart-summary__checkout .btn--primary { background: var(--dark); }
.cart-summary__checkout .btn--primary:hover { background: var(--dark-2); opacity: 1; }
.cart-summary__secure   { text-align: center; font-size: 11px; color: var(--muted); margin-top: 8px; }
.cart-summary__payments { display: flex; gap: 5px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.pm-icon { background: var(--bg); border: 1px solid var(--border); border-radius: 4px; padding: 3px 8px; font-size: 10px; font-weight: 700; color: var(--muted); }

/* ---------- Footer ---------- */
.footer { background: #1A1A1A; margin-top: 12px; width: 100%; }

.footer__trust { background: #242424; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer__trust-inner {
  max-width: 1280px; margin: 0 auto; padding-left: 24px; padding-right: 24px; padding-top: 16px; padding-bottom: 16px;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.footer__trust-item { display: flex; align-items: flex-start; gap: 10px; padding: 0 12px; }
.footer__trust-item + .footer__trust-item { border-left: 1px solid rgba(255,255,255,.08); }
.footer__trust-icon  { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.footer__trust-title { font-size: 12px; font-weight: 700; color: #fff; display: block; margin-bottom: 2px; }
.footer__trust-sub   { font-size: 11px; color: rgba(255,255,255,.45); line-height: 1.4; }

.footer__main {
  max-width: 1280px; margin: 0 auto; padding-left: 24px; padding-right: 24px; padding-top: 28px; padding-bottom: 20px;
  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 32px; border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer__brand-logo { font-size: 22px; font-weight: 700; color: var(--or); margin-bottom: 10px; }
.footer__brand-desc { font-size: 12px; color: rgba(255,255,255,.45); line-height: 1.7; margin-bottom: 14px; }
.footer__contact-line { display: flex; align-items: center; gap: 7px; font-size: 12px; color: rgba(255,255,255,.55); margin-bottom: 6px; }
.footer__contact-line a { color: rgba(255,255,255,.75); font-weight: 500; }
.footer__contact-icon { font-size: 14px; }

.footer__col-title { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 12px; }
.footer__col-link  { display: block; font-size: 12px; color: rgba(255,255,255,.6); margin-bottom: 8px; transition: color .15s; }
.footer__col-link:hover { color: var(--or); }
.footer__col-link--gmc { color: rgba(255,255,255,.8); font-weight: 500; }

.footer__gmc       { background: #141414; border-bottom: 1px solid rgba(255,255,255,.05); }
.footer__gmc-inner { max-width: 1280px; margin: 0 auto; padding-left: 24px; padding-right: 24px; padding-top: 12px; padding-bottom: 12px; display: flex; align-items: flex-start; gap: 10px; }
.footer__gmc-icon  { font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.footer__gmc-text  { font-size: 11px; color: rgba(255,255,255,.4); line-height: 1.7; }
.footer__gmc-text strong { color: rgba(255,255,255,.6); font-weight: 500; }
.footer__gmc-text a { color: var(--or); }

.footer__payments       { border-bottom: 1px solid rgba(255,255,255,.07); }
.footer__payments-inner { max-width: 1280px; margin: 0 auto; padding-left: 24px; padding-right: 24px; padding-top: 14px; padding-bottom: 14px; }
.footer__payments-title { font-size: 10px; font-weight: 700; color: rgba(255,255,255,.3); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.footer__pm-row { display: flex; gap: 6px; flex-wrap: wrap; }
.footer__pm { background: rgba(255,255,255,.08); color: rgba(255,255,255,.6); font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,.1); }

.footer__bottom       { }
.footer__bottom-inner { max-width: 1280px; margin: 0 auto; padding-left: 24px; padding-right: 24px; padding-top: 14px; padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer__copy  { font-size: 11px; color: rgba(255,255,255,.25); }
.footer__reg   { font-size: 10px; color: rgba(255,255,255,.2); margin-top: 3px; }
.footer__legal { display: flex; gap: 16px; }
.footer__legal a { font-size: 11px; color: rgba(255,255,255,.35); }
.footer__legal a:hover { color: var(--or); }

/* ---------- Utility ---------- */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.mt-8  { margin-top: 0; }
.mt-12 { margin-top: 12px; }
.no-scroll { overflow: hidden; }



/* ============================================================
   MOBILE SEARCH TOGGLE & DRAWER
   ============================================================ */
.header__search-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  background: none; border: none;
  color: var(--text); cursor: pointer;
  flex-shrink: 0;
}
.header__search-toggle:hover { color: var(--or); }

.mobile-search {
  display: none;
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: var(--white);
  border-bottom: 2px solid var(--or);
  z-index: 99;
  transform: translateY(-6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.mobile-search.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.mobile-search__inner { padding: 10px 14px; }
.mobile-search__field {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 9px 14px;
}
.mobile-search__field:focus-within { border-color: var(--or); }
.mobile-search__field svg { color: var(--muted); flex-shrink: 0; }
.mobile-search__field input {
  flex: 1; border: none; outline: none;
  background: transparent; font-size: 14px;
  font-family: 'Roboto', sans-serif; color: var(--text);
}
.mobile-search__field input::placeholder { color: var(--muted); }
.mobile-search__close {
  background: none; border: none;
  color: var(--muted); font-size: 16px;
  cursor: pointer; padding: 0 4px; flex-shrink: 0;
  line-height: 1;
}
.mobile-search__close:hover { color: var(--text); }

/* ============================================================
   MOBILE HEADER
   ============================================================ */

/* Hamburger butonu — sadece mobilde görünür */
.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  background: none; border: none; cursor: pointer;
  flex-shrink: 0; padding: 4px;
}
.header__hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--text); border-radius: 2px;
  transition: all .2s;
}
.header__hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header__hamburger.is-open span:nth-child(2) { opacity: 0; }
.header__hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Desktop'ta arama satırı gizli */
.header__mobile-search { display: none; }

/* Desktop'ta search icon gizli */
.header__search-icon { display: none; }

/* ============================================================
   MOBILE DRAWER MENU
   ============================================================ */
.mobile-menu {
  display: none;
  position: fixed; inset: 0; z-index: 999;
}
.mobile-menu.is-open { display: block; }

.mobile-menu__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.5);
  animation: fadeIn .2s ease;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.mobile-menu__drawer {
  position: absolute; top: 0; left: 0; bottom: 0;
  width: 280px; max-width: 85vw;
  background: var(--white);
  display: flex; flex-direction: column;
  animation: slideIn .25s ease;
  overflow-y: auto;
}
@keyframes slideIn { from { transform: translateX(-100%); } to { transform: translateX(0); } }

.mobile-menu__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
  background: var(--dark);
}
.mobile-menu__logo {
  font-size: 20px; font-weight: 700; color: var(--or);
}
.mobile-menu__logo span { color: #fff; }
.mobile-menu__close {
  background: none; border: none; color: rgba(255,255,255,.7);
  font-size: 18px; cursor: pointer; padding: 4px 8px;
}
.mobile-menu__close:hover { color: #fff; }

.mobile-menu__nav { flex: 1; padding: 8px 0; }
.mobile-menu__link {
  display: block; padding: 14px 18px;
  font-size: 14px; font-weight: 500; color: var(--text);
  border-bottom: 1px solid var(--border);
  transition: background .15s, color .15s;
}
.mobile-menu__link:first-child { color: var(--or); font-weight: 700; }
.mobile-menu__link:hover { background: var(--or-light); color: var(--or); }

.mobile-menu__footer {
  padding: 16px 18px;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.mobile-menu__account {
  display: block; font-size: 13px; font-weight: 600;
  color: var(--text); margin-bottom: 12px;
  padding: 10px 14px;
  background: var(--white); border-radius: var(--radius-sm);
  border: 1px solid var(--border);
}
.mobile-menu__trust {
  display: flex; flex-direction: column; gap: 6px;
}
.mobile-menu__trust span {
  font-size: 11px; color: var(--muted);
}

/* ============================================================
   FOOTER ACCORDION (mobile)
   ============================================================ */
.footer__col-toggle {
  display: none;
  width: 100%; background: none; border: none;
  text-align: left; cursor: pointer;
  align-items: center; justify-content: space-between;
  padding: 0;
}
.footer__col-arrow {
  color: rgba(255,255,255,.4);
  font-size: 18px;
  transition: transform .2s;
  line-height: 1;
}
.footer__col-toggle[aria-expanded="true"] .footer__col-arrow {
  transform: rotate(90deg);
}
.footer__brand { }

/* ============================================================
   RESPONSIVE — Tablet & Mobile
   ============================================================ */

/* ---------- Tablet (≤1024px) ---------- */
@media (max-width: 1024px) {
  .footer__main { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer__trust-inner { grid-template-columns: 1fr 1fr; gap: 12px; }
  .footer__trust-item + .footer__trust-item { border-left: none; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .collection-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- Mobile (≤768px) ---------- */
@media (max-width: 768px) {

  /* Header — mobil */
  .header__left { display: flex; align-items: center; flex-shrink: 0; }
  .header__hamburger { display: flex; }
  .header__inner { padding: 0 12px; height: 52px; position: relative; }
  .header__logo { position: absolute; left: 50%; transform: translateX(-50%); font-size: 18px; }
  .header__search { display: none; }
  .header__right { margin-left: auto; }
  .header__icon-label { display: none; }
  .header__icon-btn { min-width: 36px; padding: 6px; }
  .header__search-toggle { display: flex; }
  .header__cart-count { top: 0; right: 0; min-width: 14px; height: 14px; font-size: 8px; }
  .mobile-search { display: block; }
  .nav-bar { display: none; }

  /* Announcement */
  .announcement-bar__inner { padding: 6px 14px; flex-direction: column; gap: 2px; text-align: center; }
  .announcement-bar__text { font-size: 11px; }

  /* Hero — mobilde dikey düzen */
  .hero-outer { }
  .hero__inner {
    flex-direction: column;
    padding: 24px 16px 20px;
    gap: 16px;
  }
  .hero__title { font-size: 32px; }
  .hero__subtitle { font-size: 13px; margin-bottom: 16px; }
  .hero__btns { flex-direction: column; gap: 8px; }
  .hero__btns .btn { width: 100%; justify-content: center; padding: 11px 20px; font-size: 14px; }

  /* Hero aside — yatay, kompakt */
  .hero__aside {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: center;
  }
  .hero__price-bubble { padding: 10px 16px; min-width: 90px; }
  .hero__price-bubble .val { font-size: 22px; }
  .hero__countdown { padding: 8px 12px; }
  .countdown-box { width: 30px; height: 30px; font-size: 14px; }

  /* Flash sale */
  .flash-sale__inner { padding: 12px 14px 16px; }
  .flash-sale__head { margin-bottom: 10px; }
  .flash-sale__title { font-size: 14px; }
  .flash-sale__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    overflow-x: unset;
  }
  .flash-card__info { padding: 6px 8px 8px; }
  .flash-card__price { font-size: 13px; }

  /* Categories */
  .categories__inner { padding: 16px 14px 20px; }
  .categories__title { font-size: 15px; margin-bottom: 14px; }
  .categories__grid { gap: 12px; }
  .cat-card { width: 60px; gap: 6px; }
  .cat-card__circle { width: 52px; height: 52px; }
  .cat-card__emoji { font-size: 22px; }
  .cat-card__name { font-size: 10px; }

  /* Section titles */
  .section-title { font-size: 15px; }
  .section-link { font-size: 12px; }

  /* Mini banners */
  .mini-banners__inner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0 14px 14px;
  }
  .mini-banner { padding: 16px 14px; border-radius: var(--radius); }
  .mini-banner__title { font-size: 17px; }

  /* Product grid */
  .product-section__inner { padding: 12px 14px 16px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .product-card__price { font-size: 14px; }
  .product-card__title { font-size: 11px; }
  .product-card__info { padding: 8px 8px 10px; }

  /* Collection page */
  .collection-layout { flex-direction: column; padding: 14px; gap: 12px; }
  .filters { width: 100%; position: static; border-radius: var(--radius); }
  .collection-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .collection-toolbar { padding: 8px 10px; }
  .collection-toolbar__count { font-size: 12px; }

  /* Product detail */
  .product-detail-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .product-gallery { width: 100%; border-radius: 0; }
  .product-gallery__main { border-radius: 0; max-height: 360px; }
  .product-gallery__thumbs { padding: 8px 12px; gap: 6px; }
  .product-gallery__thumb { width: 60px; height: 60px; }
  .product-info { padding: 16px 14px; }
  .product-info__title { font-size: 16px; margin-bottom: 8px; }
  .product-info__price { font-size: 24px; }
  .product-info__price-block { padding: 10px 12px; margin-bottom: 12px; }
  .product-info__atc { gap: 8px; }
  .product-info__atc .btn { font-size: 13px; padding: 11px 16px; }
  .product-info__atc .btn:first-child { max-width: 100%; }
  .swatch-btn { width: 44px; height: 44px; }
  .variant-btn { font-size: 12px; padding: 5px 10px; }
  .delivery-info { padding: 10px 12px; }
  .delivery-info__row { font-size: 12px; }
  .trust-badges { gap: 8px; }
  .trust-badge { font-size: 11px; }
  .product-tabs__nav { padding: 0 14px; overflow-x: auto; }
  .product-tab-btn { font-size: 12px; padding: 10px 12px; white-space: nowrap; }
  .product-tabs__content { padding: 14px; font-size: 13px; }

  /* Cart */
  .cart-layout { flex-direction: column; padding: 14px; gap: 12px; }
  .cart-summary { width: 100%; position: static; }
  .cart-title { font-size: 18px; }
  .cart-item { padding: 12px; gap: 10px; }
  .cart-item__img { width: 72px; height: 72px; }
  .cart-item__title { font-size: 13px; }
  .cart-item__price { font-size: 14px; }

  /* Footer — mobil */
  .footer__trust-inner { grid-template-columns: 1fr 1fr; padding: 12px 14px; gap: 10px; }
  .footer__trust-item { padding: 0 4px; }
  .footer__trust-icon { font-size: 18px; }
  .footer__trust-title { font-size: 11px; }
  .footer__trust-sub { font-size: 10px; }

  /* Footer main — accordion düzeni */
  .footer__main { grid-template-columns: 1fr; padding: 0; gap: 0; }
  .footer__brand { padding: 20px 14px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .footer__brand-logo { font-size: 18px; }
  .footer__brand-desc { font-size: 11px; }
  .footer__contact-line { font-size: 11px; }

  /* Accordion kolonları */
  .footer__col { border-bottom: 1px solid rgba(255,255,255,.07); }
  .footer__col-toggle { display: flex; padding: 14px; }
  .footer__col-title { font-size: 12px; margin-bottom: 0; }
  .footer__col-links { display: none; padding: 0 14px 12px; }
  .footer__col-links.is-open { display: block; }
  .footer__col-link { font-size: 12px; margin-bottom: 8px; padding: 2px 0; }

  .footer__gmc-inner { padding: 10px 14px; }
  .footer__gmc-text { font-size: 10px; }
  .footer__payments-inner { padding: 12px 14px; }
  .footer__pm-row { gap: 5px; }
  .footer__pm { font-size: 9px; padding: 3px 7px; }
  .footer__bottom-inner { padding: 12px 14px; flex-direction: column; gap: 6px; align-items: flex-start; }
  .footer__copy { font-size: 10px; }
  .footer__reg { font-size: 9px; }
  .footer__legal { gap: 12px; }
  .footer__legal a { font-size: 10px; }
}

/* ---------- Small mobile (≤380px) ---------- */
@media (max-width: 380px) {
  .hero__title { font-size: 26px; }
  .categories__grid { grid-template-columns: repeat(4, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .flash-sale__grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .footer__main { grid-template-columns: 1fr; }
  .footer__trust-inner { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   NAV MENU SECTION
   ============================================================ */
.nav-menu {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 90;
  
.nav-menu__inner {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
}

/* Nav item */
.nav-menu__item {
  position: relative;
}
.nav-menu__link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.nav-menu__link:hover {
  color: var(--or);
  border-bottom-color: var(--or);
}
.nav-menu__link--highlight {
  color: var(--or);
  font-weight: 700;
}
.nav-menu__link--highlight:hover {
  color: var(--or2);
}
.nav-menu__emoji { font-size: 14px; line-height: 1; }
.nav-menu__chevron {
  transition: transform .2s;
  flex-shrink: 0;
  color: var(--muted);
}
.nav-menu__item--has-dropdown:hover .nav-menu__chevron {
  transform: rotate(180deg);
}

/* Divider */
.nav-menu__divider {
  width: 1px;
  height: 20px;
  background: var(--border);
  margin: 0 4px;
  flex-shrink: 0;
}

/* Dropdown */
.nav-menu__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 2px solid var(--or);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 100;
}
.nav-menu__item--has-dropdown:hover .nav-menu__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-menu__dropdown-inner {
  display: flex;
  gap: 0;
}

/* Sub links */
.nav-menu__sub-links {
  padding: 10px 0;
  min-width: 180px;
  flex-shrink: 0;
}
.nav-menu__sub-link {
  display: block;
  padding: 8px 18px;
  font-size: 13px;
  color: var(--text);
  font-weight: 400;
  transition: background .12s, color .12s;
}
.nav-menu__sub-link:hover {
  background: var(--or-light);
  color: var(--or);
}

/* Featured products in dropdown */
.nav-menu__featured {
  border-left: 1px solid var(--border);
  padding: 14px 16px;
  min-width: 260px;
  background: #FAFAFA;
  border-radius: 0 0 var(--radius) 0;
}
.nav-menu__featured-title {
  font-size: 10px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.nav-menu__featured-products {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nav-menu__featured-product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: var(--radius-sm);
  transition: background .12s;
}
.nav-menu__featured-product:hover { background: var(--or-light); }
.nav-menu__featured-product img {
  width: 44px; height: 44px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
}
.nav-menu__featured-placeholder {
  width: 44px; height: 44px;
  background: var(--or-light);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.nav-menu__featured-product span {
  font-size: 12px; color: var(--text);
  flex: 1; line-height: 1.3;
}
.nav-menu__featured-product strong {
  font-size: 13px; color: var(--or);
  font-weight: 700; flex-shrink: 0;
}

/* Nav menu mobilde gizle */
@media (max-width: 768px) {
  .nav-menu { display: none; }
}