/* montserrat-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/file/fonts/montserrat-v31-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/file/fonts/montserrat-v31-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/file/fonts/montserrat-v31-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/file/fonts/montserrat-v31-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('/file/fonts/montserrat-v31-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
   

 :root{
      --bg:#fff;
      --fg:#2D2319;
	  --bg1: #fbfafa;
      --muted:rgba(45,35,25,.72);
      --border:rgba(45,35,25,.14);
      --card:#FFFFFF;
      --caramel:#C89B63;
	  --white-text:#FFFFFF;
	  --white-gray-text: #dddddd;
      --shadow:0 18px 55px rgba(45,35,25,.10);
      --shadow2:0 24px 70px rgba(45,35,25,.14);
	  --mainRenk: #fff;
      --black-text: #313131;
      --radius:0px;
      --radius2:0px;
      --max:1180px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      background:var(--bg);
      color:var(--fg);
      overflow-x:hidden;
    }
    a{color:inherit}
    img{max-width:100%;display:block}

    /* Utilities */
    .container{max-width:var(--max);margin:0 auto;padding:0 10px}
    .section{padding: 0px 0px 30px; background:var(--bg);}
    @media (max-width:768px)
{ .section{padding: 0px 0px 30px;} }
    .eyebrow{
      letter-spacing:.22em;
      text-transform:uppercase;
      color:var(--caramel);
      font-weight:600;
      font-size:.88rem;
    }
    .h2{
      font-size:clamp(1.1rem,3.6vw,2.0rem);
      line-height:1.35;
      margin:14px 0 14px;
      letter-spacing:-.02em;
    }
    .lead{
      color:var(--muted);
      line-height:1.85;
      font-size:1.03rem;
      max-width:78ch;
    }
    .btn{
display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(10px);
  text-decoration: none;
  font-weight: 500;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  box-shadow: 0 10px 25px rgba(45,35,25,.08);
  font-size: 13px;
    }
    .btn:hover{ box-shadow:0 14px 35px rgba(45,35,25,.12); background:#fff;}
    .btn.primary{ 
background: #0074e8;
  border-color: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 700; }
    .btn.primary:hover{ background:#000; }

.btn.secondary{ 
background: #000;
  border-color: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 700; }
 
.btn.secondary:hover{ background:#f5f5f5; color:#000 }





    /* Header */
    header{
      position:fixed; inset:0 0 auto 0;


  inset: 0 0 auto 0;
  z-index: 1000;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 0;
  background-color: #fff;

    }
    header.scrolled{
      background: rgb(255, 255, 255);
   box-shadow: 0 10px 20px rgba(45,35,25,.08);
    }
    .nav{
      display:flex; align-items:center; justify-content:space-between; gap:14px;
	  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0px 10px;
  width: 100%;
    }
    .brand{
      display:flex; align-items:center; gap:12px;
      text-decoration:none;
    }
    .brand-mark{
      width:42px; height:42px;
      border-radius:8px;
      background:linear-gradient(135deg, rgba(200,155,99,.95), rgba(200,155,99,.55));
      box-shadow:0 16px 40px rgba(200,155,99,.25);
      display:grid; place-items:center;
      font-weight:800;
      color:#1b140e;
    }
    .brand-text{ line-height:1.1 }
    .brand-text strong{ display:block; letter-spacing:.08em; text-transform:uppercase; font-size:.92rem}
    .brand-text span{ display:block; font-size:.82rem; color:var(--muted); margin-top:2px}

    .nav-links{
      display:flex; gap:7px; align-items:center; margin-left: auto;
    }
    .nav-links a{
      text-decoration:none;
      font-weight:600;
      color:rgba(45,35,25,.92);
      padding:10px 10px;
      border-radius:8px;
      transition:background .2s ease, color .2s ease;
font-size: 13px;
    }
    .nav-links a:hover{ background:rgba(200,155,99,.14); color:#1b140e; }

    .nav-cta{ display:flex; gap:10px; align-items:center; }

    .burger{
      display:none;
      width:44px; height:44px;
      border-radius:8px;
      border:1px solid var(--border);
      background:rgba(255,255,255,.72);
      backdrop-filter: blur(10px);
    }
    .burger span{
      display:block;
      width:18px; height:2px;
      background:var(--fg);
      margin:5px auto;
      border-radius:2px;
      transition:transform .22s ease, opacity .22s ease;
    }
	
	.burger span:nth-child(2) {
  width: 14px;
margin-left: 8px
}
    @media (max-width:920px){
      .burger{display:block}
      .nav-links{
        position:fixed;
        top:0; right:0;
        height:100dvh;
        width:min(380px, 92vw);
        background:rgba(250,247,242,.98);
        backdrop-filter: blur(14px);
        box-shadow: var(--shadow2);
        flex-direction:column;
        justify-content:center;
        transform:translateX(105%);
        transition:transform .28s ease;
        padding:22px;
        z-index:1001;
      }
      .nav-links.open{ transform:translateX(0); }
      .nav-cta{ display:none; }
    }



.hero-editorial{

position:relative;
height:360px;
overflow:hidden;
display:flex;
align-items:flex-end;

}

.hero-media img{

position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;

}

.hero-overlay{

position:absolute;
inset:0;
background:linear-gradient(
to top,
rgba(0,0,0,.45),
rgba(0,0,0,.1)
);

}

.hero-caption{

position:relative;
z-index:2;

margin-left:6%;
margin-bottom:40px;

color:#fff;

max-width:420px;

}

.hero-line{

display:block;
width:40px;
height:2px;
background:#fff;
margin-bottom:14px;
opacity:.8;

}

.hero-title{

font-size:22px;
font-weight:500;
letter-spacing:.08em;
margin-bottom:6px;

}

.hero-sub{

font-size:13px;
opacity:.85;
letter-spacing:.05em;

}


@media (max-width:768px){

.hero-editorial{

height:240px;

}

.hero-caption{

margin-left:20px;
margin-bottom:20px;

}

.hero-title{

font-size:18px;

}

}





    /* Category grid */
    .grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:18px;
      margin-top:22px;
    }
    @media (max-width:768px){ .grid{ grid-template-columns: repeat(2, 1fr);} }
    @media (max-width:620px){ .grid{ grid-template-columns: 1fr;} }



    /* Category grid */
.ugrid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:12px;
  margin-top:22px;
}



@media (max-width:980px){ .ugrid{ grid-template-columns: repeat(4, 1fr);} }
    @media (max-width:768px){ .ugrid{ grid-template-columns: repeat(3, 1fr);} }
    @media (max-width:620px){ .ugrid{ grid-template-columns: 1fr 1fr;} }



    .card{
      background:var(--card);
      border:1px solid rgba(45,35,25,.10);
      border-radius:var(--radius);
      box-shadow:0 12px 34px rgba(45,35,25,.08);
      overflow:hidden;
      transition:transform .18s ease, box-shadow .18s ease;
    }
    .card:hover{ transform:translateY(-2px); box-shadow:0 18px 55px rgba(45,35,25,.12); }
    .card-media{
      aspect-ratio: 4 / 3;
      background:rgba(45,35,25,.06);
      overflow:hidden;
    }
    .card-media img{
      width:100%; height:100%;
      object-fit:cover;
      transition:transform .35s ease;
    }
    .card:hover .card-media img{ transform:scale(1.03); }

    .card-body{ padding:16px 16px 18px; }
  
    .card-text{ margin:0 0 12px; color:var(--muted); line-height:1.7; font-size:.95rem; }
    .card-link{
      display:inline-flex; gap:10px; align-items:center;
      text-decoration:none;
      font-weight:700;
      color:#1b140e;
      border-bottom:1px solid rgba(200,155,99,.55);
      padding-bottom:2px;
    }
    .pill{
      display:inline-flex;
      padding:6px 10px;
      border-radius:999px;
      border:1px solid rgba(45,35,25,.10);
      background:rgba(250,247,242,.7);
      font-size:.82rem;
      color:rgba(45,35,25,.85);
      gap:8px;
      align-items:center;
      margin: 0 10px 10px 0;
    }

    /* Quality */
    .split{
      display:grid;
      grid-template-columns: 1.1fr .9fr;
      gap:22px;
      align-items:center;
      margin-top:22px;
    }
    @media (max-width:768px){ .split{ grid-template-columns:1fr; } }

    .steps{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      margin-top:18px;
    }
    @media (max-width:620px){ .steps{ grid-template-columns:1fr; } }
    .step{
      background:rgba(255,255,255,.75);
      border:1px solid rgba(45,35,25,.10);
      border-radius:0px;
      padding:14px 14px;
      display:flex;
      gap:12px;
      align-items:center;
    }
    .step b{ 
display: block;
  font-size: .95rem;
  margin-bottom: 2px; }
    .step small{ display: block;
  font-size: .86rem;
  color: var(--muted);
  line-height: 1.35; }
    .badge{
 width: 60px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
    }

.badge img{
width: 60px;
  height: 44px;
  object-fit: contain;
}
    .quality-media{
      border-radius:var(--radius2);
      overflow:hidden;
      border:1px solid rgba(45,35,25,.10);
      box-shadow:var(--shadow2);

      background:rgba(45,35,25,.06);
    }
    .quality-media img{ width:100%; height:100%; object-fit:cover; }

    .logos{
      display:flex; flex-wrap:wrap; gap:10px;
      margin-top:14px;
    }
    .logo-chip{
      border:1px dashed rgba(45,35,25,.18);
      border-radius:999px;
      padding:10px 12px;
      font-weight:700;
      font-size:.86rem;
      color:rgba(45,35,25,.85);
      background:rgba(250,247,242,.55);
    }

    /* Stores */
    .stores-grid{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:16px;
      margin-top:22px;
    }
    @media (max-width:768px){ .stores-grid{ grid-template-columns: repeat(2, 1fr);} }
    @media (max-width:620px){ .stores-grid{ grid-template-columns: 1fr;} }

    .store{
      background:var(--card);
      border:1px solid rgba(45,35,25,.10);
      border-radius:var(--radius);
      box-shadow:0 12px 34px rgba(45,35,25,.08);
      padding:16px 16px 18px;
    }
    .store h3{ margin:0 0 6px; font-size:0.95rem }
    .store .meta{ color:var(--muted); line-height:1.65; font-size:.95rem; margin:0 0 12px; }
    .store .row{ display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 8px 0;
  font-size: 0.90rem;
  line-height: 25px;
  font-weight: 400; }
    .store .k{ width:18px; flex:0 0 auto; opacity:.85; }
    .store .actions{ margin-top:12px; display:flex; gap:10px; flex-wrap:wrap; }

    .map-shell{
      margin-top:18px;
      border-radius:var(--radius2);
      overflow:hidden;
      border:1px solid rgba(45,35,25,.10);
      background:rgba(45,35,25,.06);
      box-shadow:var(--shadow);
    }
    .map-placeholder{
      padding:18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .map-placeholder p{ margin:0; color:var(--muted); line-height:1.6; }
    .map-frame{ width:100%; height:420px; border:0; display:block; }
    @media (max-width:620px){ .map-frame{ height:360px; } }

    /* Footer */
    footer{
padding: 0px 0;
  border-top: 3px solid rgba(45,35,25,.10);
  background: rgba(255, 255, 255, 0.35);
    }
    .foot{
      display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap;
      align-items:flex-start;
    }
    .foot small{ color:var(--muted); line-height:1.7; }

    /* Accessibility & motion */
    .sr-only{
      position:absolute !important;
      width:1px;height:1px;
      padding:0;margin:-1px;
      overflow:hidden;clip:rect(0,0,0,0);
      white-space:nowrap;border:0;
    }
    @media (prefers-reduced-motion: reduce){
      *{ scroll-behavior:auto }
      .slide, .slide-media, .hero-sub, .hero-title, .hero-desc{ transition:none !important; transform:none !important; }
    }
  
/* Brand logo */
.brand-logo img{
  height: 44px;
  width: auto;
}

/* Mobilde logo ortalansın */
@media (max-width:920px){
  .brand{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav{ justify-content: flex-end; }
}


/* Mobile menu close button */
.nav-close{
  display:none;
}

@media (max-width:920px){
  .nav-links{
    justify-content: flex-start;
    padding-top: 64px;
  }

  .nav-close{
    display:grid;
    place-items:center;
    position:absolute;
    top:14px;
    right:14px;
    width:44px;
    height:44px;
    border-radius:8px;
    border:1px solid var(--border);
    background:rgba(255,255,255,.72);
    backdrop-filter: blur(10px);
    cursor:pointer;
  
  color: var(--ink);
}


  .nav-close svg{
    width: 22px;
    height: 22px;
    display: block;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
  }

}

background-image: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDABYPERMRDhYTEhMZFxYaITckIR4eIUQwMyg3UEZUU09GTUxYY39sWF54X0xNbpZweIOHjpCOVmqcp5uKpn+Ljon/2wBDARcZGSEdIUEkJEGJW01biYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYn/wAARCAAgADADASIAAhEBAxEB/8QAGQAAAwEBAQAAAAAAAAAAAAAAAwQFAgAB/8QAKBAAAgEDAwQBBAMAAAAAAAAAAQIDAAQREiFBBSIxURMUFSNhMkJx/8QAFwEAAwEAAAAAAAAAAAAAAAAAAAEDAv/EABoRAQEAAgMAAAAAAAAAAAAAAAABAhEhMVH/2gAMAwEAAhEDEQA/ALlxOYxqEoI9c0nc9SMWC8Xbjc5ofUbEu3a7hT50nYVOj6Q8jhnMixjyXbc1Da0hv7lFKQqI+T64reJCSHbxxzRYreOBQsSgb5yeaJJnTowB+vdZuXhp1wJkRjb7nGGBpZIrkw4C939idqqSJEDgdzHYjNJdQlDx/Br0HjFLmjpVvYWeBoo5MB9gc81DluLi1X6e4cMCfIPj/aZF8Y3wTkejXvxWt3IXmP8ALeqBu3usxgRyCRh5zxRbmZin4hp33zU67sDb5ksnIHqlkF3cdssuB+qzo1BryFGY5LMeOKAkT3MhZI2JJ8sa6G10NqQKB7c71Ts/igUsWyzeachbf//Z');


















  /* ── SECTION WRAPPER ── */
  .promo-section-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
  }

  /* ── SECTION ── */
  .promo-section {
display: flex;
  height: 410px;
  overflow: hidden;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  }

  /* ── LEFT: IMAGE ── */
  .promo-left {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
  }

  .promo-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }

  .promo-left:hover img {
    transform: scale(1.04);
  }

  .promo-left-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.35) 0%, transparent 60%);
    pointer-events: none;
  }

  .promo-left-badge {
position: absolute;
  top: 28px;
  left: 28px;
  background: #000;
  color: #fff;
  font-family: 'Montserrat', serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  }

  .promo-left-title {
position: absolute;
  bottom: 20px;
  left: 28px;
  right: 28px;
  color: #fff;
  font-family: 'Montserrat', serif;
  font-size: 18px;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
margin:0px
  }

  /* ── RIGHT: SLIDER ── */
  .promo-right {
    flex: 0 0 50%;
    background: #fbfafa;;
    display: flex;
    flex-direction: column;
    padding: 28px 0 28px 28px;
    position: relative;
	max-width:696px
  }

  .promo-right-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 28px;
    margin-bottom: 22px;

  }

  .promo-right-header h2 {
font-family: 'Montserrat', serif;
  font-size: 20px;
  color: #1a1a1a;
 margin: 8px 0px;
  }

  .slider-nav {
    display: flex;
    gap: 8px;
  }

  .slider-btn {
    width: 38px;
    height: 38px;
    border: 1.5px solid #d4cfc8;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
  }

  .slider-btn:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
  }

  .slider-btn:hover svg { stroke: #fff; }

  .slider-btn svg {
    stroke: #1a1a1a;
    transition: stroke 0.2s;
  }

  /* ── CARDS TRACK ── */
  .cards-overflow {
    overflow: hidden;
    flex: 1;
  }

  .cards-track {
    display: flex;
    gap: 14px;
    height: 100%;
    transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
}

  /* 3.5 kart görünsün: (50vw - 28px - 28px - 3*14px) / 3.5 */
.product-card {
 background:var(--bg1);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.25s, transform 0.25s;
  text-decoration: none;

  min-height: 292px;
  height: 100%;
}


.card-img{
 
  display:flex;
  align-items:center;
  justify-content:center;
padding:10px
}

.card-img img {
  width: 100%;
  height: 100%;
}


  .card-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ff44ee;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: 3px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .card-cargo {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #e8f5e2;
    color: #2a6e3a;
    font-size: 9px;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: 3px;
  }

.card-body {
  padding: 0px 10px 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

  .ucard-body {
padding: 2px 10px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
min-height:100px
}


.card-title {
  font-size: 14px;
  color: #2a2a2a;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  margin: 0;
}


.page-title{
  font-size:26px;
  font-weight:700;
  margin:0 0 4px 0;
  color:#2a2a2a;
}

.page-lead{
  font-size:14px;
  color:#777;
  margin-bottom:12px;
}

.tabs{
  display:flex;
  gap:10px;
  flex-wrap:nowrap;
  overflow-x:auto;
  margin-bottom:20px;
  -webkit-overflow-scrolling:touch;

  scrollbar-width:none;      /* Firefox */
  -ms-overflow-style:none;   /* IE / Edge eski */
}

.tabs::-webkit-scrollbar{
  display:none;              /* Chrome / Safari */
}

.tab{
padding: 11px 14px;
  font-size: 14px;
  font-weight: 600;
  background: #f8f8f8;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
  color: #393c40;
  white-space: nowrap;
  border-radius: 30px;
  font-family: Montserrat;
}

/* Hover */
.tab:hover{
background: var(--bg1);
  border: 1px solid #888888;
}

/* Active */
.tab.active{
  background:#2f3338;
  color:#fff;
  border:1px solid #2f3338;
}

.tabs::-webkit-scrollbar{
  display:none;
}


  /* ── see all card ── */
  .card-see-all {
    flex: 0 0 calc((100% - 3 * 14px) / 3.5 * 0.6);
    background: #f4f0eb;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    border: 1.5px dashed #c8c1b6;
    color: #5a5450;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
    transition: background 0.2s;
    text-decoration: none;
  }

  .card-see-all:hover { background: #ece8e1; }
  .card-see-all svg { stroke: #5a5450; }

  /* Fade edge on right */
  .cards-overflow::after {
    content: '';
    position: absolute;
    top: 90px;
    right: 0;
    width: 40px;
    bottom: 28px;
    background: linear-gradient(to right, transparent, #fff);
    pointer-events: none;
    z-index: 2;
  }

  /* ── MOBILE ── */
  @media (max-width: 767px) {

    /* Stack: image top, cards bottom */
    .promo-section {
      flex-direction: column;
      height: auto;
      overflow: visible;
    }

    .promo-left {
      flex: none;
      width: 100%;
      height: 300px;
    }

    .promo-left-title {
  font-size: 20px;
    bottom: 14px;
    left: 16px;
    right: 18px;
    margin: 0px;
    }

    .promo-left-badge {
      top: 16px;
      left: 16px;
      font-size: 11px;
    }

    .promo-right {
      flex: none;
      width: 100%;
      padding: 18px 0 18px 0px;
    }

    .promo-right-header {
      padding: 0px;
      margin-bottom: 14px;
    }

    /* Hide arrow buttons on mobile — use native touch scroll */
    .slider-nav {
      display: none;
    }

    /* Native horizontal scroll on mobile */
    .cards-overflow {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; /* Firefox */
    }

    .cards-overflow::-webkit-scrollbar {
      display: none; /* Chrome/Safari */
    }

    /* Mobile: disable JS transform, use scroll */
    .cards-track {
      transform: none !important;
      transition: none !important;
      height: auto;
    }

    /* Mobile: ~1.8 cards visible (card width ≈ 55vw) */
    .product-card {
      flex: 0 0 40vw;
      height: auto;
    }

    .card-see-all {
      flex: 0 0 30vw;
      min-height: 200px;
    }

    /* Move fade to bottom edge of scroll area */
    .cards-overflow::after {
      top: 0;
      bottom: 0;
      width: 32px;
    }

    .card-img {
      height: auto;
    }
  }

.promo-section + .promo-section {
  margin-top: 60px;
}






/* ========== FOOTER ========== */

.footer {
background: #fafafe;
  color: #000;
  padding: 15px 10px 15px;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
}

/* CTA */
.footer-cta {
  text-align: center;
  margin-bottom: 32px;
}

.footer-cta p {
  font-size: 15px;
  margin-bottom: 12px;
  opacity: 0.9;
}

.footer-whatsapp {
  display: inline-block;
  background: #25d366;
  color: #000;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.footer-whatsapp:hover {
  text-decoration: none;
  color: #fff;
}

/* LINKS */
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  margin-bottom: 15px;
}

.footer-col h4 {
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.9;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #1f1d1d;
  text-decoration: none;
  font-size: 14px;
}

.footer-col a:hover {
  color: #ff5ff5;
}

/* İLETİŞİM */
.footer-contact li {
  font-size: 13px;
  color: #cfcfcf;
}
/* SOSYAL */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 24px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
}
/* ALT */
.footer-bottom {
  border-top: 1px solid rgba(45,35,25,.10);
  padding-top: 16px;
  text-align: center;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 0px;
}
.footer-legal a {
  font-size: 12px;
  color: #aaa;
  text-decoration: none;
}
.footer-copy {
  font-size: 12px;
  color: #777;
}
@media (max-width: 600px) {
  .footer-legal {
    margin-bottom: 10px;
  }
}
/* DESKTOP */
@media (min-width: 600px) {
  .footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.footer-agency {
  margin-top: 15px;
  text-align: center;
}
.footer-agency img {
  height: 26px;
  width: auto;
  opacity: 0.85;
  transition: opacity 0.2s ease;
margin:auto
}
.footer-agency img:hover {
  opacity: 1;
}
/* Desktop’ta copyright + logo yan yana */
@media (min-width: 900px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .footer-agency {
    margin-top: 0;
  }
}

.social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.social {
width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.social svg {
width: 28px;
  height: 28px;
  fill: #000;
  transition: fill 0.3s ease;
}

/* Hover renkleri */
.social.facebook:hover svg {
  fill: #1877f2;
}
.social.instagram:hover svg {
  fill: #e4405f;
}
.social.x:hover svg {
  fill: #1da1f2;
}
.social.whatsapp:hover svg {
  fill: #25d366;
}
.social.youtube:hover svg {
  fill: #ff0000;
}

/* Mobile CTA alanı */
.mobile-cta {
  background: transparent;
  max-width: 420px;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

/* Shadow */
.mobile-shd {
  box-shadow: 0 15px 34px rgba(197, 164, 126, 0.5);
}

.mobile-shd:hover {
  box-shadow: none;
}

/* Ortak Button stil */
.mobile-cta .btn {
  font-family: 'Comfortaa', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  padding: 10px 18px;
  border-radius: 999px;
  line-height: 1;
  border: 0;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

/* Primary (koyu) */
.mobile-cta .btn-primary {
  background-color: #6f6f6f;
  color: #ffffff;
}

.mobile-cta .btn-primary:hover {
  background-color: #000000;
}

/* Outline / Secondary */
.mobile-cta .btn-outline {
  background-color: #fff;
  color: #000;
}

.mobile-cta .btn-outline:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .footer-agency picture {
    display: block;
    text-align: center;
  }
}


/* Form overlay: formun üstünü kaplayan beyaz layer */
.contact-form {
  position: relative; /* overlay'in form üzerinde konumlanması için */
}

.form-overlay {
  position: absolute;
  inset: 0;
  display: none;            /* kapalı başlar */
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(2px);
  z-index: 50;
  padding: 16px;
}

.form-overlay.is-open {
  display: grid;
}

.overlay-card {
  width: min(420px, 92%);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 18px 18px 14px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.06);
}

.overlay-text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .2px;
}

/* Mesaj renkleri */
.overlay-text.is-success { color: #16a34a; } /* yeşil */
.overlay-text.is-error   { color: #dc2626; } /* kırmızı */
.overlay-text.is-info    { color: #111827; } /* nötr */

/* Kapat butonu */
.overlay-close {
  margin-top: 12px;
  border: 0;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
  background: rgba(17,24,39,.06);
}

.overlay-close:hover {
  background: rgba(17,24,39,.10);
}

/* Zarf animasyonu */
.envelope {
  width: 86px;
  height: 56px;
  position: relative;
  margin: 6px auto 0;
}

.env-body {
  position: absolute;
  inset: 0;
  background: #e5e7eb;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

.env-flap {
  position: absolute;
  left: 0; right: 0;
  top: 0;
  height: 60%;
  background: #d1d5db;
  border-radius: 8px 8px 10px 10px;
  transform-origin: top;
  transform: rotateX(0deg);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}

.env-letter {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 34px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 6px 14px rgba(0,0,0,.10);
  transform: translateY(14px);
  opacity: .95;
}

/* Overlay açılınca animasyon başlasın */
.form-overlay.is-open .env-flap {
  animation: flap 900ms ease-in-out infinite alternate;
}

.form-overlay.is-open .env-letter {
  animation: letter 900ms ease-in-out infinite alternate;
}

@keyframes flap {
  from { transform: rotateX(0deg); }
  to   { transform: rotateX(55deg); }
}

@keyframes letter {
  from { transform: translateY(14px); }
  to   { transform: translateY(-6px); }
}

/* Başarı/Hata durumunda animasyonu tek seferlik "pop" yapalım */
.form-overlay.is-done .env-flap,
.form-overlay.is-done .env-letter {
  animation: pop 380ms ease-out 1;
}

@keyframes pop {
  0%   { transform: translateY(0) scale(1); }
  60%  { transform: translateY(-2px) scale(1.03); }
  100% { transform: translateY(0) scale(1); }
}


.cookie-banner{
  position:fixed;
  right:2rem;
  bottom:2rem;
  width:60%;
  max-width:900px;
  background:#2f2f2f;
  color:#fff;
  padding: 30px 40px;
  display:flex;
  gap:40px;
  align-items:center;
  justify-content:space-between;

  z-index:9999;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}


/* TEXT */

.cookie-text{
  max-width:520px;
}

.cookie-text h3{
font-size: 16px;
  margin: 0px;
}

.cookie-text p{
font-size: 13px;
  line-height: 1.4;
  opacity: .85;
  margin: 3px 0px;
}


/* BUTTONS */

.cookie-buttons{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:200px;
}

.cookie-buttons button{
padding: 7px 20px;
  border: none;
  background: #e6e6e6;
  cursor: pointer;
}


/* MOBILE */

@media (max-width:768px){

  .cookie-banner{
    left:0;
    right:0;
    bottom:0;

    width:100%;
    max-width:none;

    border-radius:0;

    flex-direction:column;
    align-items:flex-start;

    padding:20px;
  }

  .cookie-buttons{
    width:100%;
  }

  .cookie-buttons button{
    width:100%;
  }

}


#cookieBanner {
  display: none; /* JS açacak */
}

#cookieModal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}


.cookie-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

.cookie-modal-card {
  background: #1e1e1e;
  color: #ffffff;
  padding: 32px;
  border-radius: 0px;
  width: 600px;
  max-width: 90%;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cookie-modal-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #ffffff;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #2a2a2a;
  border-radius: 0px;
  font-size: 15px;
  cursor: pointer;
}

.cookie-toggle input[type="checkbox"] {
  width: 40px;
  height: 22px;
  appearance: none;
  background: #555;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
  flex-shrink: 0;
}

.cookie-toggle input[type="checkbox"]:checked {
  background: #4caf50;
}

.cookie-toggle input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: left 0.3s;
}

.cookie-toggle input[type="checkbox"]:checked::after {
  left: 21px;
}

.cookie-modal-card button {
  padding: 6px 20px;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

#cookieSave {
  background: #ffffff;
  color: #1e1e1e;
}

#cookieClose {
  background: #3a3a3a;
  color: #ffffff;
}



/* LEGAL PAGE */

.legal-section{
  padding:30px 0;
  background:#ffffff;
max-width: 1160px;
margin: 0 auto;
}

.legal-container{
  max-width:900px;
  margin:0 auto;
  padding:0 20px;
}

.legal-title{
  font-size:34px;
  font-weight:700;
  margin-bottom:10px;
  color:#111;
}

.legal-date{
  font-size:14px;
  color:#777;
  margin-bottom:40px;
}

.legal-content h2{
  font-size:22px;
  margin-top:36px;
  margin-bottom:12px;
  font-weight:600;
}

.legal-content p{
  line-height:1.7;
  color:#333;
  margin-bottom:16px;
}

.legal-content ul{
  margin:10px 0 20px 20px;
}

.legal-content li{
  margin-bottom:8px;
  line-height:1.6;
}