/**
 * Ana sayfa — referans (ss/ana-sayfa-desktop.png) ile hizalama
 * Sadece .page-home altında geçerli; barmar.min.css üzerine override.
 */
.page-home {
  --ref-coral: #ff6b6b;
  --ref-coral-dark: #ea5a5a;
  --ref-text: #374147;
  --ref-muted: #6a7e8a;
  --ref-bg-hero: #f6f9fc;
  --ref-container: 1136px;
  --ref-radius-pill: 999px;
  --ref-radius-btn: 8px;
}

/* ----- Ana header satırı ----- */
.page-home header .navs .main .brand img {
  height: 52px;
  padding-left: 0;
}

/* ----- Menü ----- */
.page-home header .navs .menu {
  border-bottom: 1px solid #eef2f5;
  padding-top: 0;
}

.page-home header .navs .menu > div {
  padding: 14px 0;
  gap: 1.75rem;
}

.page-home header .navs .menu > div a {
  color: var(--ref-muted);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.page-home header .navs .menu .nav-highlight {
  color: var(--ref-coral);
  font-weight: 600;
}

.page-home header .navs .menu > div a:hover {
  color: var(--ref-coral-dark);
}

.page-home header .navs .menu > div a i {
  font-size: 18px;
}

/* ----- Hızlı chip / kategori rozetleri (referans 6’lı) ----- */
.page-home header .quick_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  justify-content: center;
  padding: 16px 0 20px;
  border-top: 1px solid #f0f3f6;
}

.page-home header .quick_chips a {
  align-items: center;
  color: var(--ref-muted);
  display: inline-flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  gap: 8px;
  min-width: 80px;
  text-decoration: none;
}

.page-home header .quick_chips a:hover {
  color: var(--ref-coral);
}

.page-home header .quick_chips .chip_icon {
  align-items: center;
  background: #fff;
  border: 2px solid #eef2f5;
  border-radius: 50%;
  color: var(--ref-coral);
  display: flex;
  font-size: 20px;
  height: 80px;
  justify-content: center;
  width: 80px;
}

.page-home header .quick_chips .chip_icon i {
  font-size: 54px;
}

.page-home header .quick_chips a img {
  background: #fff;
  border: 2px solid #eef2f5;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  object-fit: contain;
  padding: 4px;
}

/* ----- Çok satan ----- */
.page-home .section_header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 8px 0 20px;
}

.page-home .section_header h2 {
  color: var(--ref-text);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}

.page-home .section_header .all_products {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8ee;
  border-radius: var(--ref-radius-btn);
  color: var(--ref-muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 6px;
  padding: 10px 16px;
  text-decoration: none;
}

.page-home .section_header .all_products:hover {
  border-color: var(--ref-coral);
  color: var(--ref-coral);
}


/* ----- Flash ürün ----- */
.page-home section.flash_one {
  border-radius: 16px;
}

.page-home section.flash_one .content .tag {
  background: var(--ref-coral);
  font-weight: 700;
}

.page-home section.flash_one .content .button-satinal {
  background: linear-gradient(180deg, var(--ref-coral) 0%, var(--ref-coral-dark) 100%);
  border-color: var(--ref-coral-dark);
  border-radius: var(--ref-radius-pill);
}

/* ----- Banner alanı ----- */
.page-home section.banners .markalarSwiper {
  margin: 24px 0;
}

.page-home section.banners .markalarSwiper.swiper .swiper-slide {
  min-height: 100px;
}

/* ----- Footer fayda bandı ----- */

.page-home .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ----- 1136px içerik çerçevesi (1440+ viewport) ----- */
@media (min-width: 1440px) {
  
  .page-home header .quick_chips {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--ref-container);
    width: calc(100% - 32px);
  }
}

/* 1200–1439: aynı çerçeve, daha esnek genişlik */
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .page-home header .navs .menu,
  .page-home header .quick_chips {
    max-width: min(var(--ref-container), calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .page-home header .quick_chips {
    display: none;
  }
}

@media (max-width: 576px) {
  .page-home .section_header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
