/** Shopify CDN: Minification failed

Line 252:0 All "@import" rules must come first
Line 673:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

  .how-it-works-section {
    background: #fff;
    padding: 20px 20px;
  }



  .how-it-works-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .how-it-works-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
  }

  .how-it-works-header p {
    color: #555;
    font-size: 1.05rem;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
  }


  .how-it-works-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
  }



  .how-step {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;

    padding: 28px 20px;

    position: relative;

    box-shadow: 0 2px 12px rgba(0,0,0,0.04);

    transition: transform 0.25s ease, box-shadow 0.25s ease;

    display: flex;

    flex-direction: column;

    align-items: center;

  }



  .how-step:hover {

    transform: translateY(-4px);

    box-shadow: 0 8px 24px rgba(0,0,0,0.08);

  }



  .how-step-number {

    position: absolute;

    top: -20px;

    left: 50%;

    transform: translateX(-50%);

    background: #ff8a00;

    color: #fff;

    font-weight: 700;

    font-size: 1rem;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

  }



  .how-step-icon {

    margin-top: 20px;

    margin-bottom: 14px;

  }



  /* --- GÖRSEL ALANI --- */

  .how-step-image {

    width: 100%;

    aspect-ratio: 16 / 10; /* oran sabit */

    overflow: hidden;

    border-radius: 12px;

    margin-bottom: 14px;

  }



  .how-step-image img {

    width: 100%;

    height: 100%;

    object-fit: cover; /* Orantılı kırpma */

    display: block;

  }



  .how-step h3 {

    font-size: 1.15rem;

    font-weight: 600;

    margin-bottom: 8px;

    color: #1a1a1a;

  }



  .how-step p {

    color: #555;

    font-size: 0.95rem;

    line-height: 1.5;

  }



  .how-badges {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 12px;

  }



  .how-badge {

    background: #eaf9ec;

    color: #1a7f3b;

    padding: 8px 16px;

    border-radius: 9999px;

    font-size: 0.95rem;

    font-weight: 500;

  }



  @media (max-width: 768px) {

    .how-it-works-section {

      padding: 16px 16px;

    }



    .how-step {

      padding: 16px 16px;

    }



    .how-it-works-steps {

      grid-template-columns: repeat(2, 1fr);

      gap: 14px;

    }



    .how-step-image {

      aspect-ratio: 4 / 3;

    }

  }
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

.tech-specs-section {
  background: #ffffff;
  padding: 20px 20px;
}

.tech-specs-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tech-specs-header {
  text-align: center;
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tech-specs-header h2 {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  word-break: break-word;
  white-space: normal;
}

.tech-specs-header h2 span {
  color: #ff8a00; /* vurgu rengi */
}

.tech-specs-header p {
  font-size: clamp(16px, 3.5vw, 20px);
  color: #555;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 680px;
  word-break: break-word;
  white-space: normal;
  opacity: 0.9;
}

/* Grid yapısı */
.tech-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

/* Sol sütun */
.tech-specs-left .tech-specs-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 16px;
  object-fit: contain;
}

/* 🎯 Performance Cards */
.tech-specs-performance {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.tech-specs-performance h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 16px;
  color: #111;
}

.performance-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.performance-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #eee;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.performance-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.perf-label {
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.perf-value {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Sağ ve sol sütun kartları */
.tech-specs-included,
.tech-specs-certifications,
.tech-specs-quality {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.tech-specs-included h3,
.tech-specs-certifications h3,
.tech-specs-quality h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 16px;
}

/* Included listesi */
.tech-specs-included ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tech-specs-included li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #333;
  margin-bottom: 8px;
}

.tech-specs-included li .material-symbols-outlined {
  color: #28a745;
  font-size: 20px;
}

/* Sertifikalar */
.tech-specs-certifications .certification-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cert-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 30px;
  padding: 6px 14px;
  font-size: 0.9rem;
}

.cert-tag .material-symbols-outlined {
  font-size: 18px;
  color: #ff8a00;
}

/* Garanti */
.tech-specs-quality {
  background: #ff8a00;
  color: #fff;
}

.tech-specs-quality p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.warranty {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-weight: 600;
}

.warranty .material-symbols-outlined {
  font-size: 20px;
}

/* 📱 Mobil uyum */
@media (max-width: 768px) {
  .tech-specs-header {
    padding: 0 16px;
    margin-bottom: 36px;
  }

  .tech-specs-header h2 {
    font-size: clamp(22px, 6.5vw, 32px);
    line-height: 1.3;
  }

  .tech-specs-header p {
    font-size: clamp(14px, 3.8vw, 18px);
    line-height: 1.6;
    max-width: 100%;
  }
  .tech-specs-grid {
    grid-template-columns: 1fr;
  }

  .performance-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .performance-card {
    padding: 12px;
  }

  .perf-label {
    font-size: 0.95rem;
  }

  .perf-value {
    font-size: 0.9rem;
  }

  .tech-specs-left .tech-specs-image img {
    max-width: 300px;
  }
}
.supercoat-usage-section {
  background: #fff;
  padding: 40px 20px;
  position: relative;
  /* overflow: hidden; -> Orijinal kodda bu vardı. Okların görünmesini engelliyorsa kaldırılabilir, ancak mevcut konumlandırmayla (left: -20px) bile cliplenmemesi gerekir. */
}

.supercoat-usage-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Başlık ve alt başlık (Optimize Edildi) */
.supercoat-usage-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  /* white-space: nowrap; -> Kaldırıldı */
  /* overflow: hidden; -> Kaldırıldı */
  /* text-overflow: ellipsis; -> Kaldırıldı */
}

.supercoat-usage-header p {
  color: #555;
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  /* white-space: nowrap; -> Kaldırıldı */
  /* overflow: hidden; -> Kaldırıldı */
  /* text-overflow: ellipsis; -> Kaldırıldı */
}

/* Scroll Alanı */
.supercoat-usage-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.supercoat-usage-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0; /* Kartların gölgesi için küçük bir padding */
  width: 100%;
}

.supercoat-usage-scroll::-webkit-scrollbar {
  display: none; /* Scroll bar gizli */
}

/* Kartlar */
.usage-item {
  flex: 0 0 calc(20% - 16px);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.usage-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.usage-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #f5f5f5; /* Placeholder için arka plan */
}

.usage-image img,
.usage-image .placeholder-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.usage-item h3 {
  padding: 16px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: capitalize;
  margin: 0;
}

/* Ok Butonları */
.scroll-btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  color: #1a1a1a;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  opacity: 0;
  pointer-events: none;
}

.scroll-btn.visible {
  opacity: 1;
  pointer-events: all;
}

.scroll-btn:hover {
  background: #ff8b03;
  color: #fff;
}

.scroll-btn.left {
  left: -20px;
}

.scroll-btn.right {
  right: -20px;
}

/* Mobil görünüm */
@media (max-width: 768px) {
  .supercoat-usage-section {
    padding: 30px 16px;
  }

  .supercoat-usage-header h2 {
    font-size: 1.6rem;
  }

  .supercoat-usage-header p {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  .usage-item {
    flex: 0 0 calc(50% - 12px); /* Mobil: 2 kart */
  }

  .scroll-btn {
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }

  .scroll-btn.left {
    left: -6px;
  }

  .scroll-btn.right {
    right: -6px;
  }

  .usage-item h3 {
    font-size: 0.95rem;
    padding: 12px;
  }

  .usage-image {
    aspect-ratio: 4 / 3;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

  .why-choose-section {
    background: #ffffff;
    padding: 40px 20px;
    position: relative;
  }

  .why-choose-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .why-choose-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
  }

  .why-choose-header p {
    color: #555;
    font-size: 1.05rem;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
  }

  .why-choose-wrapper {
    position: relative;
  }

  /* Masaüstü: 4 sütun */
  .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(260px, 1fr));
    gap: 16px;
    scroll-behavior: smooth;
    overflow: hidden; /* Masaüstünde kaydırmayı engeller */
  }

  .why-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 28px 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    scroll-snap-align: start;
    text-align: center; /* İkon ve metinleri ortalar */
  }

  .why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  }

  .why-icon {
    margin-bottom: 14px;
    display: inline-block; /* Ortalamaya yardımcı olur */
  }
  
  .why-icon img {
    display: block; /* img altındaki boşluğu kaldırır */
    margin: 0 auto;
  }

  .why-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
    white-space: normal;
    overflow-wrap: break-word;
    margin-top: 0;
  }

  .why-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: break-word;
    margin-bottom: 0;
  }

  /* Ok butonları (Varsayılan olarak gizli) */
  .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    width: 42px;
    height: 42px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: all 0.3s ease;
    /* --- YENİ --- */
    opacity: 0;
    pointer-events: none;
  }
  
  /* --- YENİ --- */
  .scroll-btn.visible {
    opacity: 1;
    pointer-events: all;
  }

  .scroll-btn:hover {
    background: #ff8b03;
    color: #fff;
  }

  .scroll-btn.left {
    left: -10px;
  }

  .scroll-btn.right {
    right: -10px;
  }

  /* -------- MOBİL -------- */
  @media (max-width: 768px) {
    .why-choose-section {
      padding: 24px 10px;
    }

    .why-choose-header h2 {
      font-size: 1.6rem;
      margin-bottom: 6px;
    }

    .why-choose-header p {
      font-size: 0.9rem;
      margin-bottom: 24px;
    }

    /* Mobilde yatay scroll aktif */
    .why-choose-grid {
      display: flex;
      overflow-x: auto; /* Mobilde kaydırma aktif */
      gap: 14px;
      padding-bottom: 10px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scroll-behavior: smooth;
      scrollbar-width: none; /* Firefox scrollbar gizle */
    }
    
    .why-choose-grid::-webkit-scrollbar {
      display: none; /* Chrome, Safari scrollbar gizle */
    }

    .why-card {
      flex: 0 0 48%; /* 2'li görünüm sağlar */
      max-width: 48%;
      padding: 16px 12px;
      border-radius: 12px;
      scroll-snap-align: start;
    }

    .scroll-btn {
      width: 30px;
      height: 34px;
      background: rgba(255, 255, 255, 0.49);
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .scroll-btn.left {
      left: 4px;
    }

    .scroll-btn.right {
      right: 4px;
    }
  }