/** Shopify CDN: Minification failed

Line 222:13 Expected identifier but found whitespace
Line 222:15 Unexpected "{"
Line 222:24 Expected ":"
Line 223:10 Expected identifier but found whitespace
Line 223:12 Unexpected "{"
Line 223:21 Expected ":"
Line 223:60 Expected ":"
Line 231:12 Expected identifier but found whitespace
Line 231:14 Unexpected "{"
Line 231:23 Expected ":"
... and 51 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:eskiin-our-story (INDEX:32) */
/* ============================================================
   ESKIIN – OUR STORY SECTION  |  Clean Minimal
   ============================================================ */

.eskiin-story {
  --es-bg:          #f5f5f3;
  --es-surface:     #ffffff;
  --es-border:      #e0dfdf;
  --es-text:        #1a1a1a;
  --es-text-sub:    #6b6b6b;
  --es-text-muted:  #9a9a9a;

  --es-font-display: 'Inter', sans-serif;
  --es-font-body:    'Inter', sans-serif;

  --es-px-mobile:   20px;
  --es-px-desktop:  64px;
  --es-py:          80px;
  --es-gap:         48px;
  --es-radius:      4px;

  background: var(--es-bg);
  padding: var(--es-py) var(--es-px-mobile);
  font-family: var(--es-font-body);
}

@media (min-width: 1024px) {
  .eskiin-story {
    padding: var(--es-py) var(--es-px-desktop);
  }
}

/* ---- GRID ---- */
.eskiin-story__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--es-gap);
  align-items: start;
}

@media (min-width: 1024px) {
  .eskiin-story__grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: stretch;
  }
}

/* ---- IMAGE ---- */
.eskiin-story__image-col {
  width: 100%;
}

.eskiin-story__image {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: var(--es-radius);
  /* Dikey uzatma: mobilde 5/6, masaüstünde tam uzun */
  aspect-ratio: 5 / 6;
  background: var(--es-border);
}

@media (min-width: 1024px) {
  .eskiin-story__image {
    aspect-ratio: auto;
    height: 100%;
    min-height: 680px;
    max-height: 800px;
  }
}

.eskiin-story__image--placeholder {
  aspect-ratio: 5 / 6;
  background: var(--es-border);
  border-radius: var(--es-radius);
}

/* ---- CONTENT COL ---- */
.eskiin-story__content-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .eskiin-story__content-col {
    padding-top: 8px;
    justify-content: center;
  }
}

/* ---- HEADER ---- */
.eskiin-story__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eskiin-story__heading {
  font-family: var(--es-font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--es-text);
  margin: 0;
}

.eskiin-story__subheading {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--es-text-sub);
  margin: 0;
  max-width: 480px;
}

/* ---- ACCORDIONS ---- */
.eskiin-story__accordions {
  border-top: 1px solid var(--es-border);
}

.eskiin-story__accordion {
  border-bottom: 1px solid var(--es-border);
}

.eskiin-story__accordion-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  gap: 16px;
  transition: opacity 0.15s ease;
}

.eskiin-story__accordion-summary::-webkit-details-marker { display: none; }

.eskiin-story__accordion-summary:hover {
  opacity: 0.65;
}

.eskiin-story__accordion-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--es-text);
  letter-spacing: -0.01em;
}

/* Icon toggle */
.eskiin-story__accordion-icon {
  flex-shrink: 0;
  color: var(--es-text-muted);
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
}

.eskiin-story__icon-minus { display: none; }

.eskiin-story__accordion[open] .eskiin-story__icon-plus  { display: none; }
.eskiin-story__accordion[open] .eskiin-story__icon-minus { display: block; }

/* Body */
.eskiin-story__accordion-body {
  padding: 0 0 20px 0;
}

.eskiin-story__accordion-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--es-text-sub);
  margin: 0;
  max-width: 480px;
}

/* ---- CTA TEXT ---- */
.eskiin-story__cta-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--es-text);
  margin: 0;
  letter-spacing: -0.01em;
}
/* END_SECTION:eskiin-our-story */

/* START_SECTION:feature-cards-carousel (INDEX:35) */
/* ============================================================
   Feature Cards Carousel — Styles
   ============================================================ */

.fcc-section {
  background: {{ section.settings.bg_color }};
  padding: {{ section.settings.section_padding_vertical }}px 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

/* Outer container — clips overflowing peek cards */
.fcc-outer {
  position: relative;
  width: 100%;
  max-width: {{ section.settings.max_width }}px;
  margin: 0 auto;
  overflow: hidden;   /* <-- peek efekti buradan gelir */
}

/* ── Track ─────────────────────────────────────────── */
.fcc-track {
  display: flex;
  gap: {{ section.settings.card_gap }}px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Yatay padding = peek miktarı. Kartlar bu padding içine sığar,
     komşu kartların kenarları padding alanında görünür. */
  padding: 16px {{ section.settings.peek_amount }}px 52px;
  scroll-padding: 0 {{ section.settings.peek_amount }}px;
}

.fcc-track::-webkit-scrollbar { display: none; }

/* ── Cards ──────────────────────────────────────────── */
.fcc-card {
  flex: none;
  /* Kart genişliği = track - (2 × peek) - gap payı */
  width: calc(100% - {{ section.settings.peek_amount | times: 2 }}px - {{ section.settings.card_gap }}px);
  scroll-snap-align: center;
  background: {{ section.settings.card_bg_color }};
  border-radius: {{ section.settings.card_radius }}px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  padding: 28px 28px 72px;
  min-height: {{ section.settings.card_min_height }}px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.fcc-card:hover {
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
}

/* ── Card Header ────────────────────────────────────── */
.fcc-card__header {
  flex-shrink: 0;
  max-width: 280px;
}

.fcc-card__title {
  font-size: {{ section.settings.title_size }}px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: {{ section.settings.title_color }};
  margin: 0;
}

.fcc-highlight {
  color: {{ section.settings.highlight_color }};
}

.fcc-sup {
  font-size: 9px;
  vertical-align: super;
  font-weight: 400;
  color: #6e6e73;
}

/* ── Card Media ─────────────────────────────────────── */
.fcc-card__media {
  flex: 1;
  margin: 20px -28px -72px;
  min-height: 0;
  overflow: hidden;
  border-radius: 0 0 {{ section.settings.card_radius }}px {{ section.settings.card_radius }}px;
}

.fcc-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  min-height: 200px;
}

.fcc-card__placeholder {
  width: 100%;
  max-width: 260px;
  opacity: 0.15;
}

.fcc-placeholder-svg {
  width: 100%;
  height: auto;
}

/* ── Navigation ─────────────────────────────────────── */
.fcc-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  pointer-events: none; /* children override this */
}

.fcc-dots {
  display: flex;
  align-items: center;
  background: #e8e8ed;
  border-radius: 100px;
  padding: 0 14px;
  height: 30px;
  gap: 7px;
  pointer-events: all;
}

.fcc-dot {
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background: #86868b;
  opacity: 0.5;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}

.fcc-dot--active {
  width: 14px;
  background: #1d1d1f;
  opacity: 1;
}

.fcc-play-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e8e8ed;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d1d1f;
  transition: background 0.2s ease;
  pointer-events: all;
  flex-shrink: 0;
}

.fcc-play-btn:hover { background: #d2d2d7; }

.fcc-play-btn svg {
  width: 11px;
  height: 11px;
}

.fcc-icon-play  { margin-left: 1px; }
.fcc-icon-pause { margin-left: 0; }

/* ── Responsive ─────────────────────────────────────── */
@media screen and (max-width: 749px) {
  .fcc-card {
    width: calc(100% - {{ section.settings.peek_amount | times: 2 }}px - 8px);
    min-height: {{ section.settings.card_min_height | minus: 60 }}px;
    padding: 22px 22px 68px;
  }

  .fcc-card__title {
    font-size: {{ section.settings.title_size | minus: 2 }}px;
  }
}
/* END_SECTION:feature-cards-carousel */