/* =========================================================
   pastel e-ticaret tema
   Font: Inter (başlık + gövde), pastel renk temaları destekli
   ========================================================= */

:root{
  /* --- Renk paleti (pastel — varsayılan tema: Lavanta) --- */
  --ink:            #302B4D;
  --ink-soft:       #55506F;
  --muted:          #948FB0;
  --bg:             #FBFAFD;
  --surface:        #FFFFFF;
  --border:         #ECE8F6;
  --border-soft:    #F2EFFA;

  --topbar:         #2E2A54;
  --topbar-text:    #E9E6FF;

  --primary:        #8C7CF0;
  --primary-dark:   #6E5EDB;
  --primary-light:  #A79CF5;
  --primary-100:    #F1EEFF;
  --primary-50:     #F8F6FF;

  --coral:          #FF8FA3;
  --coral-dark:     #F1677E;
  --coral-100:      #FFE9EE;

  --mint:           #7FD9C4;
  --mint-dark:      #4FBFA6;
  --mint-100:       #E4FBF5;

  --gold:           #FFC670;
  --sand:           #FBE7C6;
  --sky:            #AFD8F8;
  --lilac:          #D9CCFB;
  --blush:          #F6D3DE;
  --sage:           #C9DFC7;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 30px;
  --radius-pill: 999px;

  --shadow-soft: 0 10px 30px -12px rgba(140,124,240,.25);
  --shadow-card: 0 4px 18px -6px rgba(48,43,77,.10);
  --shadow-pop:  0 18px 44px -14px rgba(140,124,240,.35);

  --font-display: "Inter", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
}

/* =========================================================
   Tema varyantları — data-theme özniteliği ile canlı değişir
   (yalnızca vurgu/primary tonları değişir, semantik renkler sabit kalır)
   ========================================================= */
:root[data-theme="mint"]{
  --primary:#4FBF9F; --primary-dark:#379E82; --primary-light:#86D9C2;
  --primary-100:#E2FAF3; --primary-50:#F1FDF9;
  --shadow-soft: 0 10px 30px -12px rgba(79,191,159,.28);
  --shadow-pop:  0 18px 44px -14px rgba(79,191,159,.38);
}
:root[data-theme="peach"]{
  --primary:#F0916A; --primary-dark:#D96F45; --primary-light:#F4B291;
  --primary-100:#FDEBE1; --primary-50:#FEF5F0;
  --shadow-soft: 0 10px 30px -12px rgba(240,145,106,.28);
  --shadow-pop:  0 18px 44px -14px rgba(240,145,106,.38);
}
:root[data-theme="sky"]{
  --primary:#5FA8DE; --primary-dark:#3D84BE; --primary-light:#93C6EB;
  --primary-100:#E6F3FC; --primary-50:#F2F9FE;
  --shadow-soft: 0 10px 30px -12px rgba(95,168,222,.28);
  --shadow-pop:  0 18px 44px -14px rgba(95,168,222,.38);
}
:root[data-theme="sunny"]{
  --primary:#E5AC3F; --primary-dark:#C68C24; --primary-light:#EFC777;
  --primary-100:#FBF1DC; --primary-50:#FDF8EE;
  --shadow-soft: 0 10px 30px -12px rgba(229,172,63,.28);
  --shadow-pop:  0 18px 44px -14px rgba(229,172,63,.38);
}
:root[data-theme="rose"]{
  --primary:#E27FA0; --primary-dark:#C85A80; --primary-light:#EEA9C0;
  --primary-100:#FCE9F0; --primary-50:#FEF4F8;
  --shadow-soft: 0 10px 30px -12px rgba(226,127,160,.28);
  --shadow-pop:  0 18px 44px -14px rgba(226,127,160,.38);
}
:root[data-theme="lilac"]{
  --primary:#A48CE0; --primary-dark:#8267C9; --primary-light:#C3B1EC;
  --primary-100:#F1ECFC; --primary-50:#F8F5FE;
  --shadow-soft: 0 10px 30px -12px rgba(164,140,224,.28);
  --shadow-pop:  0 18px 44px -14px rgba(164,140,224,.38);
}
:root[data-theme="teal"]{
  --primary:#4FA8AE; --primary-dark:#358589; --primary-light:#83C6CB;
  --primary-100:#E3F5F6; --primary-50:#F1FAFA;
  --shadow-soft: 0 10px 30px -12px rgba(79,168,174,.28);
  --shadow-pop:  0 18px 44px -14px rgba(79,168,174,.38);
}
:root[data-theme="berry"]{
  --primary:#C4699A; --primary-dark:#A64A7B; --primary-light:#DA9CBE;
  --primary-100:#F8E8F0; --primary-50:#FCF3F7;
  --shadow-soft: 0 10px 30px -12px rgba(196,105,154,.28);
  --shadow-pop:  0 18px 44px -14px rgba(196,105,154,.38);
}
:root[data-theme="olive"]{
  --primary:#9CAE64; --primary-dark:#7C904A; --primary-light:#BECD93;
  --primary-100:#EFF4E2; --primary-50:#F6F9EF;
  --shadow-soft: 0 10px 30px -12px rgba(156,174,100,.28);
  --shadow-pop:  0 18px 44px -14px rgba(156,174,100,.38);
}
:root[data-theme="slate"]{
  --primary:#6E7C93; --primary-dark:#535F72; --primary-light:#9AA6B7;
  --primary-100:#EBEEF2; --primary-50:#F4F6F8;
  --shadow-soft: 0 10px 30px -12px rgba(110,124,147,.28);
  --shadow-pop:  0 18px 44px -14px rgba(110,124,147,.38);
}
:root[data-theme="amber"]{
  --primary:#DB8A3F; --primary-dark:#BB6E28; --primary-light:#EAAF73;
  --primary-100:#FBEDDB; --primary-50:#FDF6EC;
  --shadow-soft: 0 10px 30px -12px rgba(219,138,63,.28);
  --shadow-pop:  0 18px 44px -14px rgba(219,138,63,.38);
}

*{ box-sizing:border-box; }

html{
  scroll-behavior:smooth;
  font-size: 100%;
}

body{
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  font-size: 1rem;
  font-weight:400;
  letter-spacing:0;
  -webkit-font-smoothing:antialiased;
  transition: background .3s ease;
}

h1,h2,h3,h4,h5,h6,
.font-display{
  font-family: var(--font-display);
  color: var(--ink);
  font-weight:500;
  letter-spacing:-.1px;
}

a{ text-decoration:none; color:inherit; }
a:hover{ color: var(--primary-dark); }

::selection{ background: var(--primary-100); color: var(--primary-dark); }

:focus-visible{
  outline: 3px solid var(--primary-light);
  outline-offset: 2px;
  border-radius: 6px;
}

.container-xl{ max-width: 1320px; }

.text-muted-soft{ color: var(--muted) !important; }
.text-primary-soft{ color: var(--primary-dark) !important; }
.bg-primary-soft{ background: var(--primary-100) !important; }

/* =========================================================
   Buttons
   ========================================================= */
.btn{
  font-family: var(--font-display);
  font-weight: 600;
  border-radius: var(--radius-pill);
  letter-spacing:.2px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:active{ transform: translateY(1px) scale(.98); }

.btn-primary{
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border: none;
  color:#fff;
  box-shadow: var(--shadow-soft);
}
.btn-primary:hover{
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  color:#fff;
  box-shadow: var(--shadow-pop);
  transform: translateY(-2px);
}

.btn-outline-primary{
  border: 1.5px solid var(--primary-light);
  color: var(--primary-dark);
  background: #fff;
}
.btn-outline-primary:hover{
  background: var(--primary-100);
  border-color: var(--primary);
  color: var(--primary-dark);
}

.btn-soft-mint{
  background: var(--mint-100);
  color: var(--mint-dark);
  border: none;
  font-weight:600;
}
.btn-soft-mint:hover{ background: var(--mint); color:#fff; }

.btn-whatsapp{
  background: var(--mint);
  border:none;
  color:#fff;
  width:48px; height:48px;
  display:inline-flex; align-items:center; justify-content:center;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-soft);
}
.btn-whatsapp:hover{ background: var(--mint-dark); transform: translateY(-2px); }

.btn-icon-circle{
  width:42px; height:42px;
  border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff;
  border:1px solid var(--border);
  color: var(--ink-soft);
  transition: all .18s ease;
}
.btn-icon-circle:hover{
  background: var(--primary);
  color:#fff;
  border-color: var(--primary);
  transform: translateY(-2px);
}

/* =========================================================
   Top announcement bar
   ========================================================= */
.topbar{
  background: var(--topbar);
  color: var(--topbar-text);
  font-size:.82rem;
  font-weight:500;
  letter-spacing:.3px;
  padding:.5rem 0;
  text-align:center;
}
.topbar .ph{ vertical-align:-2px; margin-right:4px; }

/* =========================================================
   Header
   ========================================================= */
.site-header{
  background:#fff;
  padding:1.1rem 0;
  border-bottom:1px solid var(--border-soft);
}

.brand{
  font-family: var(--font-display);
  font-weight:600;
  font-size:1.55rem;
  color: var(--ink);
  letter-spacing:-.5px;
}
.brand .dot{ color: var(--coral); }

.search-form{
  position:relative;
  display:flex;
  align-items:stretch;
  background: var(--bg);
  border:1.5px solid var(--border);
  border-radius: var(--radius-pill);
  overflow:hidden;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.search-form:focus-within{
  border-color: var(--primary-light);
  background:#fff;
  box-shadow:0 0 0 4px var(--primary-100);
}
.search-form input{
  flex:1 1 auto;
  min-width:0;
  -webkit-appearance: none;
  appearance: none;
  border:none;
  background:transparent;
  padding:.72rem 1.2rem;
  font-size:.9rem;
  font-family: var(--font-body);
  font-weight:500;
  color: var(--ink);
  outline:none;
}
/* iOS/Android type="search" native dekorasyonları (uzun/ince kutu, fazladan çarpı ikonu)
   özel tasarımla çakışıyordu — tamamen kaldırılıyor */
.search-form input[type="search"]::-webkit-search-decoration,
.search-form input[type="search"]::-webkit-search-cancel-button,
.search-form input[type="search"]::-webkit-search-results-button,
.search-form input[type="search"]::-webkit-search-results-decoration{
  -webkit-appearance:none;
  appearance:none;
}
.search-form button{
  flex:0 0 auto;
  width:46px;
  margin:0;
  padding:0;
  line-height:1;
  border:none;
  background: var(--primary);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  font-size:1rem;
  -webkit-appearance:none;
  appearance:none;
}
.search-form button:hover{ background: var(--primary-dark); }

.header-action{
  text-align:center;
  color: var(--ink-soft);
  font-weight:500;
  font-size:.74rem;
  position:relative;
}
.header-action .ph{ font-size:1.55rem; color: var(--ink); display:block; margin:0 auto 2px; }
.header-action:hover .ph{ color: var(--primary); }
.header-action .badge-count{
  position:absolute; top:-6px; right:6px;
  background: var(--coral);
  color:#fff;
  border-radius:50%;
  width:19px;height:19px;
  font-size:.66rem;
  display:flex;align-items:center;justify-content:center;
  font-weight:600;
  border:2px solid #fff;
}

/* =========================================================
   Main navigation / birleşik mega menu
   Tek bir tam genişlikte panel; Kategoriler butonu ve sağdaki
   tüm ana menü öğeleri aynı paneli hover ile besler.
   ========================================================= */
.main-nav{
  background:#fff;
  border-bottom:1px solid var(--border-soft);
  position:relative;
  z-index:1030;
}
.nav-inner{ display:flex; align-items:center; gap:.35rem; position:relative; }

.cat-toggle{
  background: var(--ink);
  color:#fff;
  border:none;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  padding:.85rem 1.3rem;
  font-family: var(--font-display);
  font-weight:600;
  font-size:.9rem;
  display:flex; align-items:center; gap:.5rem;
  white-space:nowrap;
  margin-top:-1px;
}
.cat-toggle:hover{ background: var(--primary-dark); color:#fff; }
.cat-toggle .ph-caret-down{ font-size:.7rem; transition: transform .2s ease; margin-left:.15rem; }
.main-nav.mega-open .cat-toggle{ background: var(--primary-dark); }
.main-nav.mega-open .cat-toggle .ph-caret-down{ transform: rotate(180deg); }

.nav-menu{
  list-style:none; display:flex; margin:0; padding:0; gap:.15rem;
  flex-wrap:wrap;
}
.nav-menu > li > a{
  display:flex; align-items:center; gap:.3rem;
  padding:.9rem .95rem;
  font-weight:500;
  font-size:.88rem;
  color: var(--ink-soft);
  border-radius: var(--radius-sm);
}
.nav-menu > li > a:hover,
.nav-menu > li > a.active{ color: var(--primary-dark); background: var(--primary-50); }
.nav-menu .no-caret .ph{ display:none; }

/* --- Tek, içeriğine göre boyutlanan mega menu paneli --- */
.mega-menu{
  position:absolute; left:0; top:100%;
  width:920px;
  max-width:calc(100vw - 3rem);
  background:#fff;
  border:1px solid var(--border);
  border-top:3px solid var(--primary);
  border-radius: 0 var(--radius-lg) var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow-pop);
  opacity:0; visibility:hidden;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index:1035;
}
.main-nav.mega-open .mega-menu{ opacity:1; visibility:visible; transform: translateY(0); }
.mega-menu-inner{ padding:1.3rem; display:flex; gap:1.5rem; align-items:flex-start; }

/* Sol taraf: kategori listesi — Kategoriler butonu ve üstteki ana menü ile aynı paneli besler */
.mega-sidebar{
  width:210px; flex-shrink:0;
  display:flex; flex-direction:column; gap:.15rem;
  border-right:1px solid var(--border-soft);
  padding-right:1.1rem;
}
.mega-sidebar-item{
  display:flex; align-items:center; justify-content:space-between; gap:.5rem;
  background:none; border:none; text-align:left; width:100%;
  padding:.6rem .65rem;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-weight:500; font-size:.83rem; color: var(--ink-soft);
}
.mega-sidebar-item .item-label{ display:flex; align-items:center; gap:.5rem; }
.mega-sidebar-item .item-label .ph{ font-size:1rem; color: var(--primary); }
.mega-sidebar-item .ph-caret-right{ font-size:.68rem; opacity:0; transition: opacity .15s ease; flex-shrink:0; }
.mega-sidebar-item:hover, .mega-sidebar-item.active{ background: var(--primary-50); color: var(--primary-dark); }
.mega-sidebar-item:hover .ph-caret-right, .mega-sidebar-item.active .ph-caret-right{ opacity:1; }

.mega-content{ flex:1; min-width:0; }

.mega-panel-set{ display:none; }
.mega-panel-set.active{ display:grid; gap:1.1rem; grid-template-columns:repeat(3, 1fr) 190px; }
@media (max-width: 1230px){
  .mega-panel-set.active{ grid-template-columns:repeat(3, 1fr); }
  .mega-panel-set.active .mega-promo{ grid-column: 1 / -1; flex-direction:row; align-items:center; gap:1rem; }
  .mega-panel-set.active .mega-promo a{ margin-left:auto; margin-top:0 !important; }
}

.mega-col h6{
  font-family: var(--font-display);
  font-size:.82rem;
  color: var(--primary-dark);
  text-transform:uppercase;
  letter-spacing:.4px;
  margin-bottom:.75rem;
  padding-bottom:.6rem;
  border-bottom:1px solid var(--border-soft);
  display:flex; align-items:center; gap:.45rem;
}
.mega-col h6 .ph{ font-size:1rem; }
.mega-col ul{ list-style:none; padding:0; margin:0; }
.mega-col li{ margin-bottom:.05rem; }
.mega-col a{
  display:block; padding:.4rem 0;
  font-size:.87rem; font-weight:500;
  color: var(--ink-soft);
  border-radius:6px;
  transition: padding-left .15s ease, color .15s ease;
}
.mega-col a:hover{ color: var(--primary-dark); padding-left:.3rem; }

.mega-promo{
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, var(--primary-100), var(--lilac));
  padding:1rem;
  display:flex; flex-direction:column; justify-content:center; gap:.35rem;
}
.mega-promo .ph{ font-size:1.5rem; color:var(--primary-dark); }
.mega-promo strong{ font-family:var(--font-display); font-size:.92rem; font-weight:600; }
.mega-promo span{ font-size:.74rem; color:var(--ink-soft); font-weight:500; }

/* =========================================================
   Mobile offcanvas menu
   ========================================================= */
.mobile-topbar{
  display:none;
}
.offcanvas-menu .offcanvas-header{
  background: var(--topbar);
  color:#fff;
}
.offcanvas-menu .accordion-button{
  font-family: var(--font-display);
  font-weight:600;
  font-size:.92rem;
  background:#fff;
  color: var(--ink);
}
.offcanvas-menu .accordion-button:not(.collapsed){
  background: var(--primary-50);
  color: var(--primary-dark);
  box-shadow:none;
}
.offcanvas-menu .accordion-button::after{
  filter: hue-rotate(220deg);
}
.offcanvas-menu .accordion-body a{
  display:block;
  padding:.5rem .3rem;
  font-size:.87rem;
  font-weight:500;
  color: var(--ink-soft);
  border-bottom:1px dashed var(--border-soft);
}
.offcanvas-menu .accordion-body a:hover{ color: var(--primary-dark); }
.offcanvas-menu .accordion-item{ border:none; border-bottom:1px solid var(--border-soft); }

.mobile-quick-links{
  display:flex; justify-content:space-around; text-align:center;
  padding:1rem; background: var(--primary-50); border-radius: var(--radius-md);
  margin:1rem;
}
.mobile-quick-links a{ font-size:.72rem; font-weight:500; color:var(--ink-soft); }
.mobile-quick-links .ph{ font-size:1.4rem; display:block; margin-bottom:.2rem; color:var(--primary-dark); }

/* =========================================================
   Breadcrumb
   ========================================================= */
.breadcrumb-bar{ padding:.9rem 0; font-size:.82rem; }
.breadcrumb-bar a{ color: var(--muted); font-weight:500; }
.breadcrumb-bar a:hover{ color: var(--primary-dark); }
.breadcrumb-bar .sep{ color:var(--border); margin:0 .4rem; }
.breadcrumb-bar .current{ color: var(--ink); font-weight:500; }

/* =========================================================
   Hero slider
   ========================================================= */
.hero-slider{
  border-radius: var(--radius-xl);
  overflow:hidden;
  position:relative;
  box-shadow: var(--shadow-card);
}
.hero-slide{
  min-height:340px;
  display:flex; align-items:center;
  padding:2.5rem 3rem;
  position:relative;
}
.hero-slide .eyebrow{
  display:inline-flex; align-items:center; gap:.4rem;
  background:#fff; color: var(--coral-dark);
  padding:.35rem .9rem; border-radius: var(--radius-pill);
  font-weight:500; font-size:.78rem; margin-bottom:1rem;
}
.hero-slide h2{ font-size:2.4rem; line-height:1.15; margin-bottom:.7rem; font-weight:700; letter-spacing:-.5px; }
.hero-slide p{ color: var(--ink-soft); font-weight:500; margin-bottom:1.4rem; max-width:420px; }
.carousel-indicators [data-bs-target]{
  width:8px; height:8px; border-radius:50%; background: var(--primary); opacity:.35;
}
.carousel-indicators .active{ opacity:1; width:22px; border-radius: var(--radius-pill); }
.hero-slider .carousel-control-prev, .hero-slider .carousel-control-next{ width:5%; }
.hero-slider .carousel-control-prev-icon, .hero-slider .carousel-control-next-icon{
  background:#fff; border-radius:50%; padding:14px; box-shadow: var(--shadow-card);
  filter: invert(0.5) sepia(1) saturate(3) hue-rotate(220deg);
  width:2.2rem; height:2.2rem;
}

/* =========================================================
   Category icon strip
   ========================================================= */
.cat-strip{ display:flex; gap:1rem; overflow-x:auto; padding:.4rem .1rem 1rem; scrollbar-width:none; }
.cat-strip::-webkit-scrollbar{ display:none; }
.cat-pill{
  flex:0 0 auto; width:104px; text-align:center;
  padding:1.1rem .6rem; background:#fff; border-radius: var(--radius-lg);
  border:1px solid var(--border-soft); box-shadow: var(--shadow-card);
  font-size:.76rem; font-weight:500; color: var(--ink-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cat-pill:hover{ transform: translateY(-5px); box-shadow: var(--shadow-pop); color:var(--primary-dark); }
.cat-pill .icon-wrap{
  width:46px; height:46px; margin:0 auto .55rem; border-radius:50%;
  display:flex; align-items:center; justify-content:center; font-size:1.35rem;
}

/* =========================================================
   Section headers
   ========================================================= */
.section-title{
  display:flex; align-items:center; justify-content:space-between;
  margin-bottom:1.2rem;
}
.section-title h3{
  font-size:1.35rem; margin:0; position:relative; padding-left:1rem;
  font-weight:600;
}
.section-title h3::before{
  content:""; position:absolute; left:0; top:3px; bottom:3px; width:5px;
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, var(--primary), var(--coral));
}
.section-title .link-all{ font-weight:500; font-size:.82rem; color: var(--primary-dark); display:flex; align-items:center; gap:.3rem; }
.section-title .link-all:hover{ gap:.5rem; }

.scroller{ display:flex; gap:1.1rem; overflow-x:auto; padding-bottom:.6rem; scroll-snap-type:x proximity; }
.scroller::-webkit-scrollbar{ height:6px; }
.scroller::-webkit-scrollbar-thumb{ background: var(--border); border-radius:4px; }
.scroller .product-card{ scroll-snap-align:start; flex:0 0 auto; width:220px; }

.scroll-nav{ display:flex; gap:.5rem; }
.scroll-nav button{
  width:36px; height:36px; border-radius:50%; border:1px solid var(--border);
  background:#fff; color:var(--ink-soft); display:flex;align-items:center;justify-content:center;
}
.scroll-nav button:hover{ background:var(--primary); color:#fff; border-color:var(--primary); }

/* =========================================================
   Product card
   ========================================================= */
.product-card{
  background:#fff;
  border:1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  overflow:hidden;
  position:relative;
  transition: transform .22s ease, box-shadow .22s ease;
  height:100%;
  display:flex; flex-direction:column;
}
.product-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-pop); border-color:transparent; z-index:5; }

.product-card .thumb{
  position:relative; aspect-ratio:1/1; overflow:hidden;
  background: var(--bg);
}
.product-card .thumb img{
  width:100%; height:100%; object-fit:cover;
  transition: transform .4s ease;
}
.product-card:hover .thumb img{ transform: scale(1.08); }

.badge-discount{
  position:absolute; top:10px; left:10px;
  background: var(--coral);
  color:#fff; font-weight:600; font-size:.72rem;
  padding:.28rem .55rem; border-radius: var(--radius-pill);
  box-shadow:0 4px 10px -3px rgba(241,103,126,.5);
}
.badge-new{
  position:absolute; top:44px; left:10px;
  background: var(--ink);
  color:#fff; font-weight:600; font-size:.68rem;
  padding:.24rem .55rem; border-radius: var(--radius-pill);
}
.badge-freeship{
  position:absolute; bottom:10px; left:10px; right:10px;
  background: rgba(255,255,255,.94);
  color: var(--mint-dark); font-weight:600; font-size:.68rem;
  padding:.3rem .5rem; border-radius: var(--radius-pill);
  display:flex; align-items:center; justify-content:center; gap:.3rem;
  backdrop-filter: blur(2px);
}
.wish-btn{
  position:absolute; top:10px; right:10px;
  width:34px; height:34px; border-radius:50%;
  background:rgba(255,255,255,.92); border:none;
  display:flex; align-items:center; justify-content:center;
  color: var(--ink-soft);
  transition: all .18s ease;
  z-index:2;
}
.wish-btn:hover{ background: var(--coral); color:#fff; }
.wish-btn.active{ background:var(--coral); color:#fff; }

.product-card .body{ padding:.9rem 1rem 1.1rem; display:flex; flex-direction:column; flex:1; }
.rating{ font-size:.72rem; color: var(--gold); margin-bottom:.35rem; letter-spacing:1px; }
.rating .count{ color: var(--muted); font-weight:500; margin-left:.25rem; }
.product-card .title{
  font-size:.85rem; font-weight:500; color: var(--ink);
  margin-bottom:.5rem; line-height:1.35;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
  min-height:2.3em;
}
.price-row{ margin-top:auto; display:flex; align-items:baseline; gap:.45rem; flex-wrap:wrap; }
.price-old{ font-size:.76rem; color: var(--muted); text-decoration:line-through; }
.price-new{ font-size:1.02rem; font-weight:600; color: var(--primary-dark); font-family:var(--font-display); }

.quick-add{
  position:absolute; bottom:-46px; left:10px; right:10px;
  transition: bottom .22s ease;
}
.product-card:hover .quick-add{ bottom:10px; }
/* Dokunmatik ekranlarda hover olmadığı için buton her zaman görünür kalır (kritik hata düzeltmesi) */
@media (hover: none){
  .quick-add{ bottom:10px; }
}
.quick-add button{
  width:100%; border:none; border-radius: var(--radius-pill);
  background: var(--ink); color:#fff; font-weight:600; font-size:.78rem;
  padding:.55rem; display:flex;align-items:center;justify-content:center;gap:.4rem;
  box-shadow: var(--shadow-card);
}
.quick-add button:hover{ background: var(--primary-dark); }

/* =========================================================
   Promo banner grid
   ========================================================= */
.promo-banner{
  border-radius: var(--radius-lg);
  padding:1.6rem;
  min-height:200px;
  display:flex; flex-direction:column; justify-content:center;
  position:relative; overflow:hidden;
}
.promo-banner h4{ font-size:1.35rem; margin-bottom:.3rem; }
.promo-banner p{ font-size:.82rem; font-weight:500; color:var(--ink-soft); margin-bottom:1rem; }
.promo-banner .ph-bg{
  position:absolute; right:-10px; bottom:-18px; font-size:6.5rem; opacity:.16;
}

.wide-banner{
  border-radius: var(--radius-lg);
  padding:1.8rem 2rem;
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  flex-wrap:wrap;
  background: linear-gradient(120deg, var(--sand), var(--blush));
}
.wide-banner h3{ font-size:1.9rem; margin:0; font-weight:700; }

/* =========================================================
   Features strip
   ========================================================= */
.feature-box{
  display:flex; align-items:center; gap:.9rem;
  background:#fff; border:1px solid var(--border-soft);
  border-radius: var(--radius-lg); padding:1.1rem 1.2rem; height:100%;
}
.feature-box .ph-wrap{
  width:52px; height:52px; border-radius:50%;
  background: var(--primary-100); color: var(--primary-dark);
  display:flex; align-items:center; justify-content:center; font-size:1.5rem;
  flex-shrink:0;
}
.feature-box strong{ display:block; font-family:var(--font-display); font-size:.92rem; }
.feature-box span{ font-size:.78rem; color: var(--muted); font-weight:500; }

/* =========================================================
   Footer
   ========================================================= */
.site-footer{ background:#fff; border-top:1px solid var(--border-soft); padding-top:3rem; }
.site-footer h6{
  font-family: var(--font-display); font-size:.95rem; margin-bottom:1.1rem;
}
.site-footer ul{ list-style:none; padding:0; margin:0; }
.site-footer li{ margin-bottom:.6rem; }
.site-footer a{ color: var(--ink-soft); font-size:.85rem; font-weight:500; }
.site-footer a:hover{ color: var(--primary-dark); }
.footer-contact li{ display:flex; gap:.6rem; font-size:.85rem; color:var(--ink-soft); font-weight:500; align-items:flex-start; }
.footer-contact .ph{ color: var(--primary); font-size:1.1rem; margin-top:1px; }

.newsletter-form{ display:flex; gap:.5rem; margin-top:.4rem; }
.newsletter-form input{
  border-radius: var(--radius-pill); border:1.5px solid var(--border);
  padding:.65rem 1.1rem; font-size:.85rem; flex:1; min-width:0;
}
.newsletter-form input:focus{ outline:none; border-color:var(--primary-light); box-shadow:0 0 0 4px var(--primary-100); }

.social-row{ display:flex; gap:.6rem; margin-top:1rem; }
.social-row a{
  width:38px; height:38px; border-radius:50%; background: var(--primary-50);
  display:flex; align-items:center; justify-content:center; color: var(--primary-dark);
}
.social-row a:hover{ background: var(--primary); color:#fff; }

.payment-strip{
  border-top:1px solid var(--border-soft); margin-top:2.2rem; padding:1.3rem 0;
  display:flex; gap:.6rem; flex-wrap:wrap; justify-content:center;
}
.payment-strip span{
  border:1px solid var(--border); border-radius:8px; padding:.35rem .7rem;
  font-size:.72rem; font-weight:500; color: var(--ink-soft); background:#fff;
}
.footer-bottom{
  background: var(--primary-50); text-align:center; padding:.9rem 0;
  font-size:.8rem; font-weight:500; color: var(--ink-soft);
}
.footer-bottom strong{ color: var(--primary-dark); }

/* =========================================================
   Categories listing page
   ========================================================= */
.filter-card{
  background:#fff; border:1px solid var(--border-soft); border-radius: var(--radius-lg);
  padding:1.3rem;
}
.filter-card h6{
  font-family: var(--font-display); display:flex; align-items:center; justify-content:space-between;
  margin-bottom:1rem; font-size:1rem;
}
.filter-tree{ list-style:none; padding:0; margin:0; font-size:.87rem; }
.filter-tree > li{ margin-bottom:.3rem; }
.filter-tree a{ display:flex; align-items:center; justify-content:space-between; padding:.5rem .3rem; font-weight:500; color: var(--ink-soft); border-radius:8px; }
.filter-tree a:hover{ background: var(--primary-50); color: var(--primary-dark); }
.filter-tree ul{ list-style:none; padding-left:1rem; margin-top:.2rem; }
.filter-tree ul a{ font-weight:500; font-size:.84rem; }
.filter-tree .active-cat > a{ color: var(--primary-dark); background: var(--primary-100); }

.filter-group{ border-bottom:1px solid var(--border-soft); padding-bottom:1rem; margin-bottom:1rem; }
.filter-group:last-child{ border-bottom:none; }
.price-tags{ display:flex; flex-wrap:wrap; gap:.5rem; }
.price-tags span{
  border:1px solid var(--border); border-radius: var(--radius-pill); padding:.35rem .8rem;
  font-size:.78rem; font-weight:500; color: var(--ink-soft); cursor:pointer;
}
.price-tags span:hover, .price-tags span.active{ background: var(--primary); border-color: var(--primary); color:#fff; }
.color-swatches{ display:flex; flex-wrap:wrap; gap:.5rem; }
.color-swatches .sw{
  width:26px; height:26px; border-radius:50%; border:2px solid #fff; box-shadow:0 0 0 1.5px var(--border);
  cursor:pointer;
}
.color-swatches .sw:hover{ box-shadow:0 0 0 2px var(--primary); }

.toolbar{
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:.7rem;
  background:#fff; border:1px solid var(--border-soft); border-radius: var(--radius-lg);
  padding:.8rem 1.1rem; margin-bottom:1.4rem;
}
.toolbar select{
  border:1.5px solid var(--border); border-radius: var(--radius-pill);
  padding:.5rem 1rem; font-weight:500; font-size:.82rem; color: var(--ink-soft);
}

/* =========================================================
   Single product page
   ========================================================= */
.gallery-main{
  border-radius: var(--radius-lg); overflow:hidden; background:#fff;
  border:1px solid var(--border-soft); aspect-ratio:1/1; position:relative;
}
.gallery-main img{ width:100%; height:100%; object-fit:cover; }
.gallery-thumbs{ display:flex; gap:.7rem; margin-top:.8rem; }
.gallery-thumbs .thumb{
  width:64px; height:64px; border-radius: var(--radius-sm); overflow:hidden;
  border:2px solid var(--border); cursor:pointer;
}
.gallery-thumbs .thumb.active{ border-color: var(--primary); }
.gallery-thumbs img{ width:100%; height:100%; object-fit:cover; }
.gallery-arrow{
  position:absolute; top:50%; transform:translateY(-50%);
  width:38px; height:38px; border-radius:50%; background:#fff; border:1px solid var(--border);
  display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-card);
}
.gallery-arrow.prev{ left:10px; } .gallery-arrow.next{ right:10px; }

.product-meta{ font-size:.83rem; color: var(--muted); font-weight:500; }
.product-meta a{ color: var(--primary-dark); }

.price-box{
  background: var(--primary-50); border-radius: var(--radius-lg);
  padding:1.1rem 1.3rem;
}
.price-box .price-new{ font-size:2rem; }
.price-box .badge-discount{ position:static; display:inline-block; margin-right:.6rem; }
.installment-row{ display:flex; gap:.7rem; margin-top:.7rem; flex-wrap:wrap; }
.installment-row .pill{
  background:#fff; border:1px solid var(--border); border-radius: var(--radius-pill);
  padding:.4rem .85rem; font-size:.78rem; font-weight:500; color: var(--ink-soft);
  display:flex; align-items:center; gap:.35rem;
}

.color-options{ display:flex; gap:.6rem; flex-wrap:wrap; }
.color-options label{
  border:1.5px solid var(--border); border-radius: var(--radius-pill);
  padding:.5rem 1.1rem; font-weight:500; font-size:.83rem; color: var(--ink-soft);
  cursor:pointer; transition: all .15s ease;
}
.color-options input{ display:none; }
.color-options input:checked + label{
  background: var(--ink); border-color: var(--ink); color:#fff;
}
.color-options input:disabled + label{ opacity:.4; text-decoration:line-through; cursor:not-allowed; }

.qty-selector{
  display:inline-flex; align-items:center; border:1.5px solid var(--border);
  border-radius: var(--radius-pill); overflow:hidden;
}
.qty-selector button{
  width:42px; height:44px; border:none; background:#fff; color: var(--ink);
  font-size:1.1rem; font-weight:500;
}
.qty-selector button:hover{ background: var(--primary-50); color: var(--primary-dark); }
.qty-selector input{
  width:44px; text-align:center; border:none; font-weight:500; font-size:.95rem;
}

.info-strip{
  display:flex; align-items:center; gap:.6rem; background: var(--mint-100);
  color: var(--mint-dark); font-weight:500; font-size:.82rem; border-radius: var(--radius-md);
  padding:.7rem 1rem;
}
.info-strip strong{ color: var(--mint-dark); }

/* Tabs */
.product-tabs .nav-link{
  font-family: var(--font-display); font-weight:500; font-size:.9rem;
  color: var(--muted); border:none; border-bottom:3px solid transparent;
  padding:.9rem 1.4rem; border-radius:0;
}
.product-tabs .nav-link.active{ color: var(--primary-dark); border-bottom-color: var(--primary); background:none; }
.product-tabs{ border-bottom:1px solid var(--border-soft); }
.tab-pane h4{ font-size:1.25rem; }
.tab-pane .content-block{
  background: var(--bg); border-radius: var(--radius-lg); padding:2rem;
}

.review-item{ display:flex; gap:1rem; padding:1.2rem 0; border-bottom:1px solid var(--border-soft); }
.review-item .avatar{
  width:44px; height:44px; border-radius:50%; background: var(--primary-100); color: var(--primary-dark);
  display:flex; align-items:center; justify-content:center; font-weight:500; flex-shrink:0;
}

/* Mobile sticky add-to-cart bar */
.mobile-sticky-cart{
  display:none;
  position:fixed; left:0; right:0; bottom:0; z-index:1030;
  background:#fff; border-top:1px solid var(--border);
  box-shadow:0 -10px 30px -14px rgba(48,43,77,.25);
  padding:.7rem .9rem;
  padding-bottom: calc(.7rem + env(safe-area-inset-bottom));
}
.mobile-sticky-cart .msc-price{
  font-family: var(--font-display); font-weight:600; color: var(--primary-dark); font-size:1.02rem; line-height:1.1;
}
.mobile-sticky-cart .msc-old{ font-size:.7rem; color: var(--muted); text-decoration:line-through; }

/* =========================================================
   Blog / content page
   ========================================================= */
.article-hero{
  border-radius: var(--radius-xl); overflow:hidden; position:relative; min-height:280px;
}
.article-hero img{ width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
.article-hero .overlay{
  position:relative; z-index:2; background: linear-gradient(180deg, rgba(46,42,84,.15), rgba(46,42,84,.85));
  min-height:280px; display:flex; flex-direction:column; justify-content:flex-end; padding:2rem;
}
.article-tag{
  display:inline-flex; background: var(--coral); color:#fff; font-weight:600; font-size:.72rem;
  padding:.3rem .8rem; border-radius: var(--radius-pill); width:fit-content; margin-bottom:.7rem;
}
.article-hero h1{ color:#fff; font-size:1.9rem; max-width:700px; }
.article-meta{ color: rgba(255,255,255,.85); font-size:.82rem; font-weight:500; display:flex; gap:1.1rem; margin-top:.6rem; flex-wrap:wrap; }

.article-body{ font-size:1rem; line-height:1.85; color: var(--ink-soft); }
.article-body h2{ font-size:1.4rem; margin-top:2rem; margin-bottom:.8rem; }
.article-body h3{ font-size:1.15rem; margin-top:1.5rem; margin-bottom:.6rem; }
.article-body blockquote{
  border-left:4px solid var(--primary); background: var(--primary-50); border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding:1rem 1.4rem; font-style:italic; font-weight:500; color: var(--ink); margin:1.5rem 0;
}
.article-body img{ border-radius: var(--radius-lg); margin:1.2rem 0; }
.article-body ul{ padding-left:1.2rem; }
.article-body li{ margin-bottom:.4rem; }

.sidebar-card{ background:#fff; border:1px solid var(--border-soft); border-radius: var(--radius-lg); padding:1.3rem; margin-bottom:1.3rem; }
.sidebar-card h6{ font-family: var(--font-display); margin-bottom:1rem; }
.post-mini{ display:flex; gap:.8rem; margin-bottom:1rem; align-items:center; }
.post-mini img{ width:60px; height:60px; border-radius: var(--radius-sm); object-fit:cover; flex-shrink:0; }
.post-mini .t{ font-size:.82rem; font-weight:500; line-height:1.3; }
.post-mini .d{ font-size:.72rem; color: var(--muted); margin-top:.2rem; }
.tag-cloud{ display:flex; flex-wrap:wrap; gap:.5rem; }
.tag-cloud a{
  border:1px solid var(--border); border-radius: var(--radius-pill); padding:.35rem .8rem;
  font-size:.78rem; font-weight:500; color: var(--ink-soft);
}
.tag-cloud a:hover{ background: var(--primary); border-color:var(--primary); color:#fff; }

.author-box{
  display:flex; gap:1rem; align-items:center; background: var(--primary-50);
  border-radius: var(--radius-lg); padding:1.3rem; margin-top:2rem;
}
.author-box .avatar{
  width:60px; height:60px; border-radius:50%; background: var(--primary); color:#fff;
  display:flex; align-items:center; justify-content:center; font-weight:600; font-size:1.3rem; flex-shrink:0;
}

/* =========================================================
   Contact page
   ========================================================= */
.contact-hero{
  background: linear-gradient(135deg, var(--primary-100), var(--blush));
  border-radius: var(--radius-xl);
  padding:3rem 2rem;
  text-align:center;
}
.contact-hero h1{ font-size:2.2rem; }
.contact-info-card{
  background:#fff; border:1px solid var(--border-soft); border-radius: var(--radius-lg);
  padding:1.5rem; height:100%; text-align:center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.contact-info-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-pop); }
.contact-info-card .ph-wrap{
  width:58px; height:58px; border-radius:50%; margin:0 auto .9rem;
  display:flex; align-items:center; justify-content:center; font-size:1.6rem;
}
.contact-form-card{ background:#fff; border:1px solid var(--border-soft); border-radius: var(--radius-xl); padding:2rem; }
.form-control, .form-select{
  border-radius: var(--radius-md); border:1.5px solid var(--border); padding:.7rem 1rem; font-weight:500; font-size:.9rem;
}
.form-control:focus, .form-select:focus{ border-color: var(--primary-light); box-shadow:0 0 0 4px var(--primary-100); }
.form-label{ font-weight:500; font-size:.85rem; color: var(--ink-soft); margin-bottom:.4rem; }
.map-embed{ border-radius: var(--radius-xl); overflow:hidden; border:1px solid var(--border-soft); min-height:320px; }
.faq-accordion .accordion-item{ border:1px solid var(--border-soft); border-radius: var(--radius-md) !important; margin-bottom:.8rem; overflow:hidden; }
.faq-accordion .accordion-button{ font-family:var(--font-display); font-weight:500; font-size:.9rem; }
.faq-accordion .accordion-button:not(.collapsed){ background: var(--primary-50); color: var(--primary-dark); box-shadow:none; }

/* =========================================================
   Toast (sepete eklendi)
   ========================================================= */
.mini-toast{
  position:fixed; top:90px; right:20px; z-index:2000;
  background:#fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-pop);
  padding:.9rem 1.2rem; display:flex; align-items:center; gap:.7rem;
  border:1px solid var(--border-soft);
  transform: translateX(120%); transition: transform .35s cubic-bezier(.2,.9,.3,1.3);
}
.mini-toast.show{ transform: translateX(0); }
.mini-toast .ph{ color: var(--mint-dark); font-size:1.6rem; }

/* =========================================================
   Misc / animate.css tuning
   ========================================================= */
[data-aos]{ opacity:0; }
[data-aos].aos-in{ opacity:1; }
.animate__animated{ --animate-duration: .7s; }

.badge-soft{ background: var(--primary-100); color: var(--primary-dark); font-weight:500; border-radius: var(--radius-pill); padding:.35rem .8rem; font-size:.75rem; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 991.98px){
  .nav-menu, .cat-toggle{ display:none; }
  .mobile-topbar{ display:block; }
  .hero-slide{ min-height:260px; padding:1.6rem; }
  .hero-slide h2{ font-size:1.6rem; }
  .mobile-sticky-cart.active{ display:block; }
  body.has-sticky-cart{ padding-bottom:82px; }
}

@media (max-width: 575.98px){
  .hero-slide h2{ font-size:1.35rem; }
  .promo-banner{ min-height:150px; }
  .price-box .price-new{ font-size:1.5rem; }
}

/* =========================================================
   SAĞ ÇEKMECELER — Hesabım / Üye Girişi / Sepet / Favoriler
   ========================================================= */
.side-panel{ width: 420px; max-width: 92vw; border:none; }
.side-panel .offcanvas-header{
  background: var(--surface);
  border-bottom:1px solid var(--border-soft);
  padding:1.2rem 1.4rem;
}
.side-panel .offcanvas-header .font-display{ font-size:1.15rem; }
.side-panel .offcanvas-body{ padding:1.4rem; display:flex; flex-direction:column; }
.side-panel .btn-close{
  background-color: var(--primary-100);
  border-radius:50%; width:34px; height:34px; opacity:1;
  background-size:.7em;
}
.side-panel .btn-close:hover{ background-color: var(--primary); filter: brightness(0) invert(1); }

/* --- Hesap paneli --- */
.auth-tabs{ display:flex; gap:.4rem; background: var(--primary-50); padding:.35rem; border-radius: var(--radius-pill); margin-bottom:1.4rem; }
.auth-tabs .nav-link{
  flex:1; text-align:center; border:none; border-radius: var(--radius-pill);
  font-family: var(--font-display); font-weight:500; font-size:.88rem;
  color: var(--ink-soft); padding:.55rem .5rem;
}
.auth-tabs .nav-link.active{ background: var(--primary); color:#fff; }
.auth-form .form-label{ font-size:.83rem; }
.auth-form .form-control{ margin-bottom:1rem; }
.auth-panel-footer{ margin-top:auto; padding-top:1.2rem; border-top:1px solid var(--border-soft); text-align:center; }
.logged-in-card{
  display:flex; align-items:center; gap:1rem;
  background: var(--primary-50); border-radius: var(--radius-lg);
  padding:1.2rem;
}
.logged-in-card .avatar{
  width:52px; height:52px; border-radius:50%; background: var(--primary);
  color:#fff; display:flex; align-items:center; justify-content:center;
  font-weight:600; font-size:1.2rem; flex-shrink:0;
}
.account-menu-list{ list-style:none; padding:0; margin:1.4rem 0 0; }
.account-menu-list li + li{ margin-top:.2rem; }
.account-menu-list a{
  display:flex; align-items:center; gap:.7rem; padding:.7rem .6rem;
  border-radius: var(--radius-md); font-weight:500; font-size:.88rem; color: var(--ink-soft);
}
.account-menu-list a:hover{ background: var(--primary-50); color: var(--primary-dark); }
.account-menu-list .ph{ font-size:1.15rem; color: var(--primary); }

/* --- Sepet / Favoriler paneli --- */
.drawer-empty{
  text-align:center; padding:3rem 1rem; color: var(--muted);
}
.drawer-empty .ph{ font-size:3.2rem; color: var(--primary-light); margin-bottom:1rem; display:block; }
.drawer-empty p{ font-weight:500; margin-bottom:1.2rem; }

.cart-items{ flex:1; overflow-y:auto; margin:0 -1.4rem; padding:0 1.4rem; }
.cart-line{
  display:flex; gap:.9rem; padding:1rem 0; border-bottom:1px solid var(--border-soft);
  animation: lineIn .25s ease;
}
@keyframes lineIn{ from{ opacity:0; transform: translateX(12px);} to{ opacity:1; transform:translateX(0);} }
.cart-line img{ width:68px; height:68px; border-radius: var(--radius-sm); object-fit:cover; flex-shrink:0; background:var(--bg); }
.cart-line .line-title{ font-size:.86rem; font-weight:500; line-height:1.3; margin-bottom:.3rem; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.cart-line .line-price{ font-family:var(--font-display); font-weight:600; color: var(--primary-dark); font-size:.92rem; }
.cart-line .line-controls{ display:flex; align-items:center; justify-content:space-between; margin-top:.5rem; }
.cart-line .qty-selector{ transform:scale(.82); transform-origin:left center; }
.cart-line .remove-line{
  border:none; background:none; color: var(--muted); width:30px; height:30px;
  border-radius:50%; display:flex; align-items:center; justify-content:center;
}
.cart-line .remove-line:hover{ background: var(--coral-100); color: var(--coral-dark); }

.fav-line{
  display:flex; gap:.9rem; padding:1rem 0; border-bottom:1px solid var(--border-soft);
  align-items:center; animation: lineIn .25s ease;
}
.fav-line img{ width:64px; height:64px; border-radius: var(--radius-sm); object-fit:cover; flex-shrink:0; }
.fav-line .line-title{ font-size:.86rem; font-weight:500; line-height:1.3; margin-bottom:.3rem; }
.fav-line .line-price{ font-family:var(--font-display); font-weight:600; color: var(--primary-dark); font-size:.9rem; }
.fav-line .fav-actions{ display:flex; flex-direction:column; gap:.4rem; }
.fav-line .fav-actions button{ font-size:.7rem; padding:.3rem .5rem; }

.cart-summary{
  border-top:1px solid var(--border-soft); padding-top:1.1rem; margin-top:.6rem;
}
.cart-summary .row-line{ display:flex; justify-content:space-between; font-weight:500; font-size:.88rem; color: var(--ink-soft); margin-bottom:.5rem; }
.cart-summary .row-total{ display:flex; justify-content:space-between; font-family:var(--font-display); font-weight:600; font-size:1.2rem; color: var(--ink); margin-bottom:1rem; }
.cart-summary .free-ship-note{
  background: var(--mint-100); color: var(--mint-dark); font-size:.78rem; font-weight:500;
  border-radius: var(--radius-md); padding:.6rem .8rem; margin-bottom:1rem; display:flex; align-items:center; gap:.5rem;
}

/* =========================================================
   TEMA ANAHTARI (Inter + pastel renk seçenekleri)
   ========================================================= */
.theme-switcher{
  position:fixed; right:22px; bottom:22px; z-index:1080;
}
.theme-fab{
  width:56px; height:56px; border-radius:50%;
  background: linear-gradient(135deg, var(--primary), var(--coral));
  border:3px solid #fff;
  box-shadow: var(--shadow-pop);
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-size:1.4rem;
  transition: transform .25s ease;
}
.theme-fab:hover{ transform: rotate(25deg) scale(1.06); }
.theme-panel{
  position:absolute; bottom:68px; right:0;
  background:#fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-pop); border:1px solid var(--border-soft);
  padding:1rem 1.1rem; width:270px;
  opacity:0; visibility:hidden; transform: translateY(10px) scale(.96);
  transition: all .22s ease;
}
.theme-switcher.open .theme-panel{ opacity:1; visibility:visible; transform: translateY(0) scale(1); }
.theme-panel h6{ font-size:.82rem; margin-bottom:.8rem; display:flex; align-items:center; gap:.4rem; }
.theme-swatch-row{ display:flex; gap:.55rem; flex-wrap:wrap; }
.theme-swatch{
  width:34px; height:34px; border-radius:50%; border:3px solid #fff;
  box-shadow:0 0 0 1.5px var(--border); cursor:pointer; position:relative;
  display:flex; align-items:center; justify-content:center; color:#fff; font-size:.85rem;
}
.theme-swatch.active{ box-shadow:0 0 0 2.5px var(--ink); }
.theme-swatch[data-theme-option="lavender"]{ background: linear-gradient(135deg,#8C7CF0,#6E5EDB); }
.theme-swatch[data-theme-option="mint"]{ background: linear-gradient(135deg,#4FBF9F,#379E82); }
.theme-swatch[data-theme-option="peach"]{ background: linear-gradient(135deg,#F0916A,#D96F45); }
.theme-swatch[data-theme-option="sky"]{ background: linear-gradient(135deg,#5FA8DE,#3D84BE); }
.theme-swatch[data-theme-option="sunny"]{ background: linear-gradient(135deg,#E5AC3F,#C68C24); }
.theme-swatch[data-theme-option="rose"]{ background: linear-gradient(135deg,#E27FA0,#C85A80); }
.theme-swatch[data-theme-option="lilac"]{ background: linear-gradient(135deg,#A48CE0,#8267C9); }
.theme-swatch[data-theme-option="teal"]{ background: linear-gradient(135deg,#4FA8AE,#358589); }
.theme-swatch[data-theme-option="berry"]{ background: linear-gradient(135deg,#C4699A,#A64A7B); }
.theme-swatch[data-theme-option="olive"]{ background: linear-gradient(135deg,#9CAE64,#7C904A); }
.theme-swatch[data-theme-option="slate"]{ background: linear-gradient(135deg,#6E7C93,#535F72); }
.theme-swatch[data-theme-option="amber"]{ background: linear-gradient(135deg,#DB8A3F,#BB6E28); }
.theme-panel .note{ font-size:.7rem; color: var(--muted); font-weight:500; margin-top:.7rem; }

/* =========================================================
   Filtre etiketleri / renk seçim geri bildirimi (JS ile aktif hale gelir)
   ========================================================= */
.color-swatches .sw{ transition: box-shadow .15s ease, transform .15s ease; }
.color-swatches .sw.active{ box-shadow:0 0 0 2.5px var(--ink); transform: scale(1.12); }
.price-tags span, .filter-tree a{ cursor:pointer; }

@media (max-width: 575.98px){
  .side-panel{ width:100%; max-width:100%; }
  .theme-switcher{ right:14px; bottom:96px; }
  .theme-fab{ width:50px; height:50px; font-size:1.2rem; }
}

/* =========================================================
   HİKAYE ÇUBUĞU (Instagram tarzı) — renkli, soldan sağa geçişli
   ========================================================= */
.story-bar{
  display:flex; gap:1.15rem; overflow-x:auto;
  padding:.35rem .1rem 1.1rem; scrollbar-width:none;
}
.story-bar::-webkit-scrollbar{ display:none; }
.story-bubble{
  flex:0 0 auto; width:80px;
  background:none; border:none; padding:0;
  display:flex; flex-direction:column; align-items:center; gap:.45rem;
  cursor:pointer;
}
.story-ring{
  width:68px; height:68px; border-radius:50%;
  padding:3px; display:flex; align-items:center; justify-content:center;
  transition: transform .18s ease;
}
.story-bubble:hover .story-ring{ transform: scale(1.06); }
.story-ring img{
  width:100%; height:100%; border-radius:50%; object-fit:cover;
  border:2.5px solid #fff; display:block;
}
.story-bubble.seen .story-ring{ background: var(--border) !important; }
.story-label{
  font-size:.7rem; font-weight:600; color: var(--ink-soft); text-align:center;
  line-height:1.2; max-width:80px; overflow:hidden; text-overflow:ellipsis;
  white-space:nowrap;
}

.ring-1{ background: linear-gradient(135deg,#F9536A,#FF8A3D); }
.ring-2{ background: linear-gradient(135deg,#FF9A3D,#FFD23D); }
.ring-3{ background: linear-gradient(135deg,#FFD23D,#B7E24D); }
.ring-4{ background: linear-gradient(135deg,#7ED957,#33C481); }
.ring-5{ background: linear-gradient(135deg,#2FC6B4,#2E9BE0); }
.ring-6{ background: linear-gradient(135deg,#2E9BE0,#5B6EF5); }
.ring-7{ background: linear-gradient(135deg,#7B5FF0,#C750E0); }
.ring-8{ background: linear-gradient(135deg,#E24DB0,#F9536A); }

/* --- Hikaye görüntüleyici modalı --- */
.story-modal .modal-dialog{ max-width:400px; }
.story-modal-content{
  background:#111; border-radius: var(--radius-lg); overflow:hidden;
  aspect-ratio:9/16; position:relative; border:none;
}
.story-progress{
  position:absolute; top:10px; left:10px; right:10px;
  display:flex; gap:5px; z-index:5;
}
.story-progress .seg{ flex:1; height:3px; background:rgba(255,255,255,.35); border-radius:2px; overflow:hidden; }
.story-progress .seg .fill{ height:100%; width:0%; background:#fff; }
.story-header{
  position:absolute; top:24px; left:14px; right:52px;
  display:flex; align-items:center; gap:.6rem; z-index:5;
}
.story-header img{ width:30px; height:30px; border-radius:50%; object-fit:cover; border:1.5px solid rgba(255,255,255,.75); }
.story-header span{ color:#fff; font-weight:600; font-size:.84rem; }
.story-close{
  position:absolute; top:18px; right:12px; z-index:6;
  background:rgba(0,0,0,.35); border:none; color:#fff;
  width:32px; height:32px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
.story-main-img{ width:100%; height:100%; object-fit:cover; display:block; }
.story-nav-zones{ position:absolute; inset:0; display:flex; z-index:4; }
.story-zone{ flex:1; background:none; border:none; cursor:pointer; }
.story-footer{ position:absolute; bottom:18px; left:0; right:0; display:flex; justify-content:center; z-index:5; }
.story-cta{
  border-radius: var(--radius-pill); font-weight:600; font-size:.82rem;
  background:#fff; color: var(--ink); border:none; padding:.5rem 1.2rem;
  display:inline-flex; align-items:center; gap:.4rem;
}
.story-cta:hover{ background: var(--primary-100); color: var(--primary-dark); }

/* Ödeme sağlayıcısının iframe'i (Express Checkout Form) — hiçbir çerçeve/gölge
   olmadan sayfaya doğal şekilde otursun, "gömülü kutu" gibi görünmesin. */
#paymentFrameContainer{ width:100%; }
#paymentFrameContainer iframe{ display:block; width:100%; border:0; outline:none; }

/* ============================================================
   PREMIUM SEPET SAYFASI (sepet.php) — Shopify tarzı netlik:
   beyaz ürün kartı + ayrık, açık gri bir "sipariş özeti" paneli,
   güçlü tipografi hiyerarşisi, net CTA. Temanın GERÇEK renk
   değişkenlerini kullanır (önceki sürüm var(--x, fallback) ile
   var olmayan değişkenlere düşüp temanın gerçek paletinden hafif
   sapıyordu — düzeltildi).
   ============================================================ */
.cart-premium-card{ background:var(--surface); border-radius:var(--radius-lg); border:1px solid var(--border); overflow:hidden; }
.cart-premium-row{ display:flex; gap:18px; align-items:flex-start; padding:22px; border-bottom:1px solid var(--border); transition:background .15s ease; }
.cart-premium-row:hover{ background:var(--bg); }
.cart-premium-row:last-child{ border-bottom:none; }
.cart-premium-row img{ width:100px; height:100px; border-radius:14px; object-fit:cover; flex-shrink:0; background:var(--bg); border:1px solid var(--border); }
.cart-premium-row .line-title{ font-size:1rem; font-weight:600; color:var(--ink); margin-bottom:4px; display:block; }
.cart-premium-row .line-title:hover{ color:var(--primary-dark); }
.cart-premium-row .line-meta{ font-size:.78rem; color:var(--muted); margin-bottom:10px; text-transform:uppercase; letter-spacing:.03em; }
.cart-premium-row .line-unit-price{ font-size:.8rem; color:var(--muted); }
.cart-premium-qty{ display:inline-flex; align-items:center; border:1.5px solid var(--border); border-radius:var(--radius-pill); overflow:hidden; background:var(--surface); }
.cart-premium-qty button{ width:32px; height:32px; border:none; background:transparent; font-size:16px; font-weight:600; color:var(--ink); cursor:pointer; transition:.15s; }
.cart-premium-qty button:hover{ background:var(--primary-100); color:var(--primary-dark); }
.cart-premium-qty input{ width:38px; text-align:center; border:none; background:transparent; height:32px; font-weight:700; font-size:.88rem; color:var(--ink); }
.cart-premium-remove{ background:none; border:none; color:var(--muted); font-size:1.1rem; padding:6px; border-radius:8px; transition:.15s; }
.cart-premium-remove:hover{ background:var(--coral-100); color:var(--coral-dark); }
.cart-line-total{ font-family:var(--font-display); font-weight:800; font-size:1.08rem; color:var(--ink); white-space:nowrap; }

/* Sipariş Özeti paneli — Shopify'daki gibi ürün listesinden görsel olarak
   AYRIŞMIŞ, açık gri arka planlı, net bir "hesap" kartı. */
.order-summary-panel{ background:var(--bg); border:1px solid var(--border); border-radius:var(--radius-lg); padding:26px; }
.order-summary-panel h6{ font-size:1.05rem; font-weight:800; color:var(--ink); }

.coupon-box{ border:1.5px dashed var(--border); border-radius:var(--radius-md); padding:16px; margin-top:18px; background:var(--surface); }
.coupon-box .coupon-input-row{ display:flex; gap:8px; }
.coupon-box input[type=text]{ flex:1; border:1.5px solid var(--border); border-radius:var(--radius-sm); padding:10px 14px; font-size:.88rem; text-transform:uppercase; background:var(--surface); }
.coupon-box input[type=text]:focus{ outline:none; border-color:var(--primary); }
.coupon-applied-chip{ display:flex; align-items:center; justify-content:space-between; background:var(--mint-100); border:1.5px solid var(--mint-dark); border-radius:var(--radius-sm); padding:10px 14px; font-size:.86rem; font-weight:600; color:var(--mint-dark); }
.coupon-applied-chip button{ background:none; border:none; color:var(--mint-dark); font-size:1rem; opacity:.7; }
.coupon-applied-chip button:hover{ opacity:1; }

.summary-row{ display:flex; justify-content:space-between; font-size:.9rem; padding:7px 0; color:var(--ink-soft); }
.summary-row.discount{ color:var(--mint-dark); font-weight:700; }
.summary-row.total-row{ font-size:1.2rem; font-weight:800; color:var(--ink); border-top:1.5px solid var(--border); margin-top:12px; padding-top:16px; font-family:var(--font-display); }

.trust-strip{ display:flex; align-items:center; justify-content:center; gap:18px; flex-wrap:wrap; font-size:.74rem; color:var(--muted); margin-top:18px; padding-top:16px; border-top:1px solid var(--border); }
.trust-strip span{ display:flex; align-items:center; gap:5px; }
.trust-strip i{ color:var(--mint-dark); }

/* Sepet CTA — Shopify'daki gibi tam genişlik, yüksek kontrastlı, belirgin */
.cart-checkout-btn{ font-size:1rem; font-weight:700; padding:14px; border-radius:var(--radius-pill); box-shadow:var(--shadow-soft); }
.cart-checkout-btn:hover{ transform:translateY(-2px); box-shadow:var(--shadow-pop); }

/* Checkout hesap kutusu sekme aktif hali */
[data-account-tab].is-active{ background:var(--primary); color:#fff; border-color:var(--primary); }

/* ============================================================
   HESABIM (Üye Alanı) — premium hesap paneli
   ============================================================ */
.account-shell{ display:grid; grid-template-columns:260px 1fr; gap:24px; align-items:start; }
@media (max-width:900px){ .account-shell{ grid-template-columns:1fr; } }
.account-side-card{ background:#fff; border-radius:16px; border:1px solid var(--border-soft,#EDEDF3); padding:20px; position:sticky; top:24px; }
.account-avatar{ width:56px; height:56px; border-radius:50%; background:var(--primary,#5B4CF0); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:1.3rem; font-family:var(--font-display); }
.account-nav a{ display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius:10px; color:var(--ink,#16233D); text-decoration:none; font-size:.9rem; font-weight:500; margin-bottom:2px; transition:.15s; }
.account-nav a:hover{ background:var(--primary-50,#F1EFFE); }
.account-nav a.is-active{ background:var(--primary,#5B4CF0); color:#fff; }
.account-nav a i{ font-size:1.15rem; width:20px; text-align:center; }
.account-nav .nav-divider{ height:1px; background:var(--border-soft,#EDEDF3); margin:10px 0; }
.b2b-banner{ background:linear-gradient(135deg,#16233D,#2A3B5C); color:#fff; border-radius:16px; padding:20px 24px; margin-bottom:20px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; }
.b2b-banner .b2b-tag{ background:rgba(255,255,255,.15); padding:4px 12px; border-radius:20px; font-size:.72rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase; }
.stat-mini-card{ background:#fff; border-radius:14px; border:1px solid var(--border-soft,#EDEDF3); padding:18px; }
.stat-mini-card .stat-value{ font-family:var(--font-display); font-size:1.5rem; font-weight:700; color:var(--ink,#16233D); }
.stat-mini-card .stat-label{ font-size:.78rem; color:var(--text-muted,#8A8DA0); }
.address-card{ background:#fff; border:1.5px solid var(--border-soft,#EDEDF3); border-radius:14px; padding:18px; position:relative; }
.address-card.is-default{ border-color:var(--primary,#5B4CF0); }
.address-card .default-tag{ position:absolute; top:14px; right:14px; background:var(--primary-50,#F1EFFE); color:var(--primary,#5B4CF0); font-size:.68rem; font-weight:700; padding:3px 10px; border-radius:20px; }
.ticket-row{ display:flex; align-items:center; justify-content:space-between; padding:16px 18px; border:1px solid var(--border-soft,#EDEDF3); border-radius:12px; margin-bottom:10px; text-decoration:none; color:inherit; transition:.15s; }
.ticket-row:hover{ border-color:var(--primary,#5B4CF0); background:var(--primary-50,#F1EFFE); }
.chat-bubble{ max-width:75%; padding:12px 16px; border-radius:14px; margin-bottom:10px; font-size:.88rem; line-height:1.5; }
.chat-bubble.from-customer{ background:var(--primary,#5B4CF0); color:#fff; margin-left:auto; border-bottom-right-radius:4px; }
.chat-bubble.from-admin{ background:#fff; border:1px solid var(--border-soft,#EDEDF3); margin-right:auto; border-bottom-left-radius:4px; }
.chat-bubble .chat-meta{ font-size:.68rem; opacity:.7; margin-top:4px; }
.coupon-wallet-card{ border:1.5px dashed var(--border-soft,#DEDEEA); border-radius:14px; padding:18px; display:flex; align-items:center; justify-content:space-between; gap:12px; background:#fff; }
.coupon-wallet-card .coupon-code-box{ font-family:var(--font-display); font-weight:700; font-size:1.1rem; letter-spacing:.03em; color:var(--primary,#5B4CF0); }

/* Ürün karşılaştırma düğmesi — favoriden ayrı bir renk (mavi) kullanır */
.compare-btn.active{ background:var(--primary,#5B4CF0); color:#fff; }
.compare-btn:hover{ background:var(--primary,#5B4CF0); color:#fff; }

/* Yüzen karşılaştırma çubuğu */
#compareBar{ position:fixed; bottom:0; left:0; right:0; background:#16233D; color:#fff; padding:14px 24px; z-index:1050; display:none; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; box-shadow:0 -4px 20px rgba(0,0,0,.15); }
#compareBar .compare-thumbs{ display:flex; gap:8px; align-items:center; }
#compareBar .compare-thumbs img{ width:40px; height:40px; border-radius:8px; object-fit:cover; border:2px solid rgba(255,255,255,.3); }
#compareBar .compare-thumbs .remove-thumb{ position:relative; }
#compareBar .compare-thumbs .remove-thumb button{ position:absolute; top:-6px; right:-6px; width:16px; height:16px; border-radius:50%; background:#C4291D; color:#fff; border:none; font-size:10px; line-height:1; }

/* Genel rozet (badge) yardımcı sınıfları — Hesabım/İadelerim/Destek sayfalarında kullanılır */
.badge{ display:inline-block; padding:4px 12px; border-radius:20px; font-size:.74rem; font-weight:700; }
.badge-success{ background:#E7F6EF; color:#12805C; }
.badge-warning{ background:#FBF1DD; color:#AD6F0A; }
.badge-danger{ background:#FDECEC; color:#C4291D; }
.badge-neutral{ background:#F1F1F7; color:#63666F; }
.alert{ padding:12px 16px; border-radius:10px; font-size:.88rem; margin-bottom:16px; }
.alert-success{ background:#E7F6EF; color:#12805C; }
.alert-danger{ background:#FDECEC; color:#C4291D; }

/* Checkout — telefon ön eki + tıklanabilir "ekle" linkleri (ikas/Shopify tarzı) */
.phone-input-group{ display:flex; align-items:stretch; border:1px solid var(--border); border-radius:var(--radius-sm); overflow:hidden; background:var(--surface); }
.phone-input-group .phone-prefix{ display:flex; align-items:center; padding:0 12px; background:var(--bg); color:var(--ink-soft); font-size:.86rem; font-weight:600; border-right:1px solid var(--border); white-space:nowrap; }
.phone-input-group input{ border:none !important; flex:1; }
.phone-input-group input:focus{ box-shadow:none !important; outline:none; }

.link-toggle-btn{ background:none; border:none; color:var(--primary-dark); font-weight:600; font-size:.88rem; padding:0; display:inline-flex; align-items:center; gap:6px; }
.link-toggle-btn:hover{ text-decoration:underline; }

/* Checkout sipariş özeti — ürün görseli + miktar rozeti (referans: ikas/Shopify tarzı checkout) */
.summary-items-scroll{ max-height:260px; overflow-y:auto; margin-bottom:14px; padding-right:4px; }
.summary-item-row{ display:flex; align-items:center; gap:12px; padding:8px 0; }
.summary-item-thumb{ position:relative; flex-shrink:0; width:48px; height:48px; }
.summary-item-thumb img{ width:100%; height:100%; object-fit:cover; border-radius:10px; border:1px solid var(--border); background:var(--surface); }
.summary-item-thumb .qty-dot{ position:absolute; top:-6px; right:-6px; width:19px; height:19px; border-radius:50%; background:var(--ink); color:#fff; font-size:.66rem; font-weight:700; display:flex; align-items:center; justify-content:center; border:2px solid var(--bg); }
