/* =========================================================
   FAYER2026 — ANA TEMA CSS
   Tek aktif dosya: catalog/view/theme/fayer2026/stylesheet/fayer2026.css
   Build: V0.9 — Kurumsal ana sayfa / mobil / dinamik menü
   ========================================================= */

:root {
  --fy-red: #c9151e;
  --fy-red-dark: #9f0f16;
  --fy-charcoal: #151b20;
  --fy-ink: #22282e;
  --fy-muted: #66717a;
  --fy-soft: #f5f6f7;
  --fy-soft-2: #eef1f3;
  --fy-line: #e2e6e9;
  --fy-white: #ffffff;
  --fy-green: #159357;
  --fy-radius: 10px;
  --fy-shadow: 0 14px 38px rgba(17, 24, 31, .10);
  --fy-container: 1680px;
}

/* ===== Zorunlu sıfırlama: eski tema genişlik/ölçek etkilerini keser ===== */
html {
  width: 100% !important;
  min-width: 320px;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  font-size: 16px !important;
}

body {
  width: 100% !important;
  min-width: 320px;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  zoom: 1 !important;
  transform: none !important;
  background: #fff;
  color: var(--fy-charcoal);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px !important;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover, a:focus { color: var(--fy-red); text-decoration: none; }
button, input, select, textarea { font: inherit; }

html body main,
html body > main,
html body #content,
html body .fy-home-content {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
  zoom: 1 !important;
  transform: none !important;
}

html body .container,
html body header .container,
html body main .container,
html body section .container,
html body footer .container {
  width: calc(100% - 40px) !important;
  max-width: var(--fy-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
  transform: none !important;
}

.fy-skip {
  position: absolute;
  left: -9999px;
  top: 0;
}
.fy-skip:focus {
  left: 12px;
  top: 12px;
  z-index: 10000;
  padding: 10px 14px;
  background: #fff;
  border-radius: 5px;
  box-shadow: var(--fy-shadow);
}

/* Eski tema ve modül kabuklarını ana sayfada kesin olarak kapatır */
body.common-home #supermenu,
body.common-home [id^="yo-"] .yo-wrapper,
body.common-home .mobile-menu-wrapper,
body.common-home .topmenubg,
body.common-home .nav-responsive,
body.common-home .menum,
body.common-home .category-menubg,
body.common-home nav#menu:not(.fy-mobile-nav),
body.common-home .stk > nav#menu,
body.common-home .headerbanner,
body.common-home .pav-autosearch-wrapper,
body.common-home .main-wrapper,
body.common-home .contain-bg,
body.common-home .ortakont,
body.common-home .home-modules,
body.common-home .sizinicin,
body.common-home .timerh2,
body.common-home .featuredcategory,
body.common-home .productcategory,
body.common-home .category_tab_product_slider,
body.common-home .breadcrumb,
body.common-home .product-filter,
body.common-home .pagination,
body.common-home .refine-search,
body.common-home .category-list,
body.common-home .box,
body.common-home .carousel,
body.common-home .swiper-viewport {
  display: none !important;
}

/* =========================================================
   ÜST BİLGİ ŞERİDİ
   ========================================================= */
.fy-topbar {
  width: 100% !important;
  min-height: 36px;
  background: #11171c;
  color: #fff;
  font-size: 12px;
}
.fy-topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.fy-contact-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.fy-contact-links a,
.fy-trust {
  color: #f3f4f5;
  white-space: nowrap;
}
.fy-contact-links i,
.fy-trust i {
  margin-right: 7px;
  color: #fff;
}
.fy-contact-links a:hover { color: #fff; opacity: .82; }

/* =========================================================
   HEADER / MENÜ
   ========================================================= */
.fy-header {
  position: relative;
  z-index: 150;
  width: 100% !important;
  background: #fff;
  border-bottom: 1px solid var(--fy-line);
  box-shadow: 0 2px 15px rgba(17, 23, 29, .05);
}
.fy-header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.fy-logo {
  flex: 0 0 230px;
  min-width: 0;
}
.fy-logo a {
  display: inline-flex;
  align-items: center;
}
.fy-logo img {
  width: auto;
  max-width: 230px;
  max-height: 66px;
  object-fit: contain;
}
.fy-wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--fy-charcoal);
  line-height: 1;
}
.fy-wordmark strong { font-size: 32px; letter-spacing: .5px; }
.fy-wordmark small {
  margin-top: 5px;
  color: var(--fy-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 6px;
}

.fy-desktop-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
}
.fy-desktop-nav > a,
.fy-nav-products > .fy-products-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 85px;
  color: #20262b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}
.fy-desktop-nav > a::after,
.fy-nav-products > .fy-products-link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background: var(--fy-red);
  transition: left .18s ease, right .18s ease;
}
.fy-desktop-nav > a:hover,
.fy-desktop-nav > a.active,
.fy-nav-products:hover > .fy-products-link,
.fy-nav-products.active > .fy-products-link {
  color: var(--fy-red);
}
.fy-desktop-nav > a:hover::after,
.fy-desktop-nav > a.active::after,
.fy-nav-products:hover > .fy-products-link::after,
.fy-nav-products.active > .fy-products-link::after {
  left: 0;
  right: 0;
}

.fy-nav-products {
  position: relative;
  display: flex;
  align-items: stretch;
}
.fy-nav-products > .fy-products-link { gap: 6px; }
.fy-products-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 500;
  width: min(1040px, calc(100vw - 50px));
  padding: 22px;
  transform: translate(-50%, 10px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  border: 1px solid #e0e4e7;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 20px 45px rgba(17, 24, 31, .14);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.fy-nav-products:hover .fy-products-dropdown,
.fy-nav-products:focus-within .fy-products-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.fy-products-dropdown-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--fy-line);
}
.fy-products-dropdown-head strong {
  color: var(--fy-charcoal);
  font-size: 15px;
  text-transform: uppercase;
}
.fy-products-dropdown-head a {
  min-height: auto !important;
  color: var(--fy-red) !important;
  font-size: 11px !important;
  font-weight: 800;
}
.fy-products-dropdown-head a::after { display: none !important; }
.fy-products-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 28px;
  max-height: 430px;
  overflow-y: auto;
}
.fy-menu-category-title {
  display: block !important;
  min-height: auto !important;
  padding: 3px 0 8px;
  color: #20262b !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.35;
  text-transform: uppercase;
  white-space: normal !important;
}
.fy-menu-category-title::after { display: none !important; }
.fy-menu-category ul { margin: 0; padding: 0; list-style: none; }
.fy-menu-category li a {
  display: block !important;
  min-height: auto !important;
  padding: 4px 0;
  color: #68727a !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.35;
  text-transform: none !important;
  white-space: normal !important;
}
.fy-menu-category li a::after { display: none !important; }
.fy-menu-category li a:hover { color: var(--fy-red) !important; }

.fy-header-tools {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fy-header-search { width: 230px; }
.fy-header-search #search { width: 100%; }
.fy-header-search .input-group { display: flex; }
.fy-header-search input {
  height: 40px;
  border-color: #dfe3e6;
  border-radius: 5px 0 0 5px;
  box-shadow: none;
  font-size: 12px;
}
.fy-header-search .btn {
  height: 40px;
  min-width: 43px;
  border-color: #dfe3e6;
  border-left: 0;
  background: #fff;
  color: var(--fy-charcoal);
  border-radius: 0 5px 5px 0;
}
.fy-tool-link,
.fy-search-toggle {
  width: 39px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--fy-charcoal);
  font-size: 20px;
}
.fy-search-toggle { display: none; }
.fy-menu-toggle {
  display: none;
  width: 42px;
  min-width: 42px;
  padding: 4px;
  border: 0;
  background: transparent;
  color: var(--fy-charcoal);
}
.fy-menu-toggle i { display: block; font-size: 22px; }
.fy-menu-toggle span {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.fy-cart-wrap,
.fy-cart-wrap #cart { width: 42px; }
.fy-cart-wrap #cart > .btn {
  width: 42px;
  height: 42px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: transparent !important;
  color: var(--fy-charcoal) !important;
  box-shadow: none !important;
  font-size: 20px;
}
.fy-cart-wrap #cart > .btn .hidden-xs { display: none !important; }
.fy-cart-wrap .dropdown-menu {
  left: auto;
  right: 0;
  width: 360px;
  max-width: calc(100vw - 24px);
  padding: 12px;
  border: 1px solid var(--fy-line);
  box-shadow: var(--fy-shadow);
}
.fy-search-panel {
  padding: 13px 0;
  background: #fff;
  border-top: 1px solid var(--fy-line);
  box-shadow: 0 12px 20px rgba(18, 24, 31, .07);
}
.fy-search-panel #search { max-width: 760px; margin: 0 auto; }
.fy-search-panel input { height: 46px; border-color: var(--fy-line); box-shadow: none; }
.fy-search-panel .btn {
  height: 46px;
  min-width: 50px;
  background: var(--fy-red);
  border-color: var(--fy-red);
  color: #fff;
}
.fy-mobile-nav {
  background: #fff;
  border-top: 1px solid var(--fy-line);
  box-shadow: 0 14px 24px rgba(18, 24, 31, .10);
}
.fy-mobile-nav .container { padding-top: 7px !important; padding-bottom: 8px !important; }
.fy-mobile-nav a,
.fy-mobile-products summary {
  display: block;
  padding: 13px 3px;
  border-bottom: 1px solid var(--fy-line);
  color: var(--fy-charcoal);
  font-weight: 800;
  cursor: pointer;
}
.fy-mobile-products summary { list-style: none; }
.fy-mobile-products summary::-webkit-details-marker { display: none; }
.fy-mobile-products summary i { float: right; margin-top: 4px; }
.fy-mobile-products-list { padding: 4px 0 8px 14px; background: #fafafa; }
.fy-mobile-products-list a { padding: 10px 3px; font-size: 13px; }

/* =========================================================
   HERO / BANNER
   ========================================================= */
.fy-hero {
  position: relative;
  width: 100% !important;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #eef0f2;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.995) 0%, rgba(255,255,255,.97) 28%, rgba(255,255,255,.79) 46%, rgba(255,255,255,.18) 66%, rgba(255,255,255,0) 82%),
    url('../image/fayer2026/hero-construction.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.fy-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.fy-hero-copy {
  width: 100%;
  max-width: 680px;
  padding: 55px 0 58px;
}
.fy-eyebrow,
.fy-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--fy-red);
  font-weight: 900;
}
.fy-eyebrow { font-size: 24px; }
.fy-kicker {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .45px;
}
.fy-hero h1 {
  max-width: 660px;
  margin: 0 0 18px;
  color: #20262c;
  font-size: clamp(42px, 3.1vw, 60px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -1.4px;
}
.fy-hero p {
  max-width: 620px;
  margin: 0;
  color: #434c54;
  font-size: 17px;
  line-height: 1.6;
}
.fy-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.fy-btn {
  min-height: 45px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.fy-btn:hover { transform: translateY(-1px); }
.fy-btn-primary { background: var(--fy-red); color: #fff; }
.fy-btn-primary:hover { background: var(--fy-red-dark); color: #fff; }
.fy-btn-outline { background: #fff; color: var(--fy-red); border-color: var(--fy-red); }
.fy-btn-outline:hover { background: #fff4f4; color: var(--fy-red-dark); border-color: var(--fy-red-dark); }
.fy-btn-white { background: #fff; color: var(--fy-red); }
.fy-btn-white:hover { background: #f5f5f5; color: var(--fy-red-dark); }
.fy-btn-whatsapp { background: transparent; color: #fff; border-color: rgba(255,255,255,.68); }
.fy-btn-whatsapp:hover { background: var(--fy-green); color: #fff; border-color: var(--fy-green); }

/* =========================================================
   ÜRÜN KATEGORİ ŞERİDİ
   ========================================================= */
.fy-category-strip {
  position: relative;
  z-index: 5;
  width: 100% !important;
  padding: 16px 0 22px;
  background: #fff;
  border-bottom: 1px solid var(--fy-line);
}
.fy-category-scroller {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 13px;
}
.fy-category-card {
  min-width: 0;
  overflow: hidden;
  display: block;
  background: #fff;
  border: 1px solid #dfe3e6;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(18, 24, 31, .045);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.fy-category-card:hover {
  transform: translateY(-3px);
  border-color: #d1a1a5;
  box-shadow: 0 12px 25px rgba(18, 24, 31, .10);
}
.fy-category-photo {
  display: block;
  height: 116px;
  overflow: hidden;
  background: #edf0f2;
}
.fy-category-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}
.fy-category-card:hover .fy-category-photo img { transform: scale(1.035); }
.fy-category-bottom {
  min-height: 50px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fy-category-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--fy-red);
  color: #fff;
  font-size: 13px;
}
.fy-category-bottom strong {
  flex: 1;
  min-width: 0;
  color: #242a30;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}
.fy-category-bottom > .fa-arrow-right { color: #4b555e; font-size: 11px; }

/* =========================================================
   KURUMSAL / DEĞERLER
   ========================================================= */
.fy-company {
  width: 100% !important;
  padding: 56px 0 52px;
  background: #fff;
}
.fy-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.65fr);
  gap: 58px;
  align-items: center;
  direction: ltr !important;
}
.fy-company-copy {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-width: 0;
}
.fy-company-copy h2 {
  margin: 0 0 15px;
  color: var(--fy-charcoal);
  font-size: 34px;
  line-height: 1.12;
  font-weight: 900;
}
.fy-company-copy p {
  margin: 0;
  color: #56616a;
  font-size: 14px;
  line-height: 1.7;
}
.fy-value-grid {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  direction: ltr !important;
  border-left: 1px solid var(--fy-line);
}
.fy-value-grid > div {
  min-width: 0;
  min-height: 150px;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--fy-line);
}
.fy-value-grid i {
  margin-bottom: 13px;
  color: var(--fy-red);
  font-size: 28px;
}
.fy-value-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #252b31;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}
.fy-value-grid span {
  color: #64707a;
  font-size: 12px;
  line-height: 1.45;
}

/* =========================================================
   BAŞLIKLAR / ÖNE ÇIKAN ÜRÜNLER
   ========================================================= */
.fy-section-heading {
  max-width: 850px;
  margin: 0 auto 30px;
  text-align: center;
}
.fy-section-heading > span {
  display: block;
  margin-bottom: 6px;
  color: var(--fy-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .45px;
  text-transform: uppercase;
}
.fy-section-heading h2 {
  position: relative;
  margin: 0;
  padding-bottom: 14px;
  color: var(--fy-charcoal);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 900;
}
.fy-section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 76px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--fy-red);
}
.fy-section-heading p {
  margin: 14px 0 0;
  color: var(--fy-muted);
  font-size: 14px;
}

.fy-featured-products {
  width: 100% !important;
  padding: 58px 0 62px;
  background: var(--fy-soft);
}
.fy-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.fy-product-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--fy-line);
  border-radius: 9px;
  box-shadow: 0 4px 15px rgba(18, 24, 31, .045);
  transition: transform .18s ease, box-shadow .18s ease;
}
.fy-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(18, 24, 31, .10);
}
.fy-product-image {
  height: 190px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #edf0f2;
}
.fy-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform .22s ease;
}
.fy-product-card:hover .fy-product-image img { transform: scale(1.03); }
.fy-product-body {
  flex: 1;
  padding: 17px;
  display: flex;
  flex-direction: column;
}
.fy-product-body h3 {
  min-height: 40px;
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}
.fy-product-body h3 a { color: #282d32; }
.fy-product-body p {
  height: 42px;
  overflow: hidden;
  margin: 0 0 10px;
  color: #68727b;
  font-size: 12px;
  line-height: 1.45;
}
.fy-product-price {
  display: block;
  margin-top: auto;
  margin-bottom: 12px;
  color: var(--fy-red);
  font-size: 13px;
  font-weight: 900;
}
.fy-product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
.fy-product-actions a {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #242a30;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.fy-product-actions a.primary { background: var(--fy-red); }
.fy-product-actions a:hover { color: #fff; opacity: .90; }
.fy-all-products { margin-top: 28px; text-align: center; }

/* =========================================================
   ÜRÜN PORTFÖYÜ GÖRSEL BLOĞU
   ========================================================= */
.fy-about-visual {
  width: 100% !important;
  padding: 64px 0;
  background: #fff;
}
.fy-about-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .75fr);
  gap: 0;
  align-items: center;
}
.fy-about-image {
  overflow: hidden;
  border-radius: 12px 0 0 12px;
  box-shadow: var(--fy-shadow);
}
.fy-about-image img {
  width: 100%;
  height: 410px;
  object-fit: cover;
}
.fy-about-panel {
  position: relative;
  z-index: 2;
  margin-left: -45px;
  padding: 44px 42px;
  background: #fff;
  border: 1px solid var(--fy-line);
  border-radius: 12px;
  box-shadow: var(--fy-shadow);
}
.fy-about-panel h2 {
  margin: 0 0 18px;
  color: var(--fy-charcoal);
  font-size: 32px;
  line-height: 1.18;
  font-weight: 900;
}
.fy-about-panel ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.fy-about-panel li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  color: #525d66;
  font-size: 14px;
}
.fy-about-panel li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--fy-red);
  font-family: FontAwesome;
}
.fy-text-link,
.fy-blog-link {
  color: var(--fy-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

/* =========================================================
   MAKALELER
   ========================================================= */
.fy-articles {
  width: 100% !important;
  padding: 58px 0 62px;
  background: var(--fy-soft);
}
.fy-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.fy-blog-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--fy-line);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(18, 24, 31, .045);
}
.fy-blog-image {
  height: 220px;
  overflow: hidden;
  display: block;
  background: #e9ecef;
}
.fy-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}
.fy-blog-card:hover .fy-blog-image img { transform: scale(1.03); }
.fy-blog-body { padding: 21px; }
.fy-blog-body time {
  color: var(--fy-red);
  font-size: 11px;
  font-weight: 800;
}
.fy-blog-body h3 {
  min-height: 48px;
  margin: 6px 0 9px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
}
.fy-blog-body h3 a { color: var(--fy-charcoal); }
.fy-blog-body p {
  max-height: 68px;
  overflow: hidden;
  margin: 0 0 15px;
  color: var(--fy-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* =========================================================
   CTA / FOOTER
   ========================================================= */
.fy-cta {
  width: 100% !important;
  background: linear-gradient(90deg, #a80d14 0%, var(--fy-red) 48%, #a80d14 100%);
}
.fy-cta-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
}
.fy-cta-copy {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fy-cta-copy > i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 50%;
  font-size: 21px;
}
.fy-cta-copy strong {
  display: block;
  font-size: 22px;
  line-height: 1.15;
}
.fy-cta-copy small {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.90);
  font-size: 13px;
}
.fy-cta-actions { display: flex; align-items: center; gap: 12px; }

.fy-footer {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #121920;
  color: #c5cdd3;
}
.fy-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: 42px;
  padding-top: 46px !important;
  padding-bottom: 38px !important;
  align-items: start;
}
.fy-footer-brand img {
  width: auto;
  max-width: 210px;
  max-height: 65px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.fy-footer-brand p {
  max-width: 280px;
  margin: 15px 0 18px;
  color: #b9c2c9;
  font-size: 13px;
  line-height: 1.6;
}
.fy-footer h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
.fy-footer ul { margin: 0; padding: 0; list-style: none; }
.fy-footer li { margin: 0 0 8px; }
.fy-footer li a {
  color: #c4cdd3;
  font-size: 13px;
  line-height: 1.45;
}
.fy-footer li a:hover { color: #fff; }
.fy-contact-list i { width: 18px; color: var(--fy-red); }
.fy-socials { display: flex; gap: 9px; }
.fy-socials a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  color: #fff;
}
.fy-socials a:hover { background: var(--fy-red); border-color: var(--fy-red); color: #fff; }
.fy-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  background: #0e1419;
}
.fy-footer-bottom .container {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #9faab2;
  font-size: 11px;
}
.fy-footer-bottom a { color: #b9c2c9; }
.fy-mobile-actions { display: none; }

/* =========================================================
   İÇ SAYFA TEMEL UYUMLULUK
   ========================================================= */
main > .container { padding-top: 24px !important; padding-bottom: 52px !important; }
.breadcrumb {
  margin: 0 0 22px;
  padding: 11px 0;
  background: transparent;
  border-bottom: 1px solid var(--fy-line);
  border-radius: 0;
}
.product-thumb {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--fy-line);
  border-radius: 8px;
}
.product-thumb .image img { margin: 0 auto; }
.btn-primary { background: var(--fy-red); border-color: var(--fy-red); }
.btn-primary:hover { background: var(--fy-red-dark); border-color: var(--fy-red-dark); }
.table-responsive { border: 0; }
table { max-width: 100%; }
.category-description img { max-width: 100%; height: auto; }
.fy-product-page,
.fy-category-page { padding-top: 22px; padding-bottom: 54px; }
.fy-product-page h1,
.fy-category-page h2 { color: var(--fy-charcoal); font-weight: 900; }
.fy-product-page .thumbnails > li:first-child .thumbnail {
  min-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fy-line);
  box-shadow: 0 10px 28px rgba(18,24,31,.07);
}
.fy-product-page .thumbnails > li:first-child img {
  max-height: 520px;
  width: auto;
  object-fit: contain;
}
.fy-product-page #product {
  margin-top: 16px;
  padding: 20px;
  background: var(--fy-soft);
  border: 1px solid var(--fy-line);
  border-radius: var(--fy-radius);
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 1450px) {
  :root { --fy-container: 1320px; }
  .fy-desktop-nav { gap: 22px; }
  .fy-header-search { width: 205px; }
  .fy-category-photo { height: 102px; }
}

@media (max-width: 1180px) {
  html body .container,
  html body header .container,
  html body main .container,
  html body section .container,
  html body footer .container {
    width: calc(100% - 30px) !important;
  }
  .fy-top-email,
  .fy-trust { display: none; }
  .fy-header-inner { gap: 15px; }
  .fy-logo { flex-basis: 195px; }
  .fy-logo img { max-width: 195px; }
  .fy-desktop-nav { gap: 17px; }
  .fy-desktop-nav > a,
  .fy-nav-products > .fy-products-link { font-size: 11px; }
  .fy-header-search { display: none; }
  .fy-search-toggle { display: inline-flex; }
  .fy-category-scroller { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .fy-category-photo { height: 125px; }
  .fy-company-grid { grid-template-columns: 1fr; gap: 30px; }
  .fy-company-copy,
  .fy-value-grid { grid-column: 1 !important; }
  .fy-company-copy { grid-row: 1 !important; }
  .fy-value-grid { grid-row: 2 !important; }
  .fy-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .fy-footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
}

@media (max-width: 991px) {
  body { padding-bottom: 62px !important; }
  .fy-desktop-nav { display: none; }
  .fy-menu-toggle { display: block; }
  .fy-header-inner { min-height: 72px; }
  .fy-logo { flex: 1 1 auto; }
  .fy-header-tools { margin-left: auto; }
  .fy-tool-link { display: none; }
  .fy-hero {
    min-height: 470px;
    background-position: 63% center;
  }
  .fy-hero-inner { min-height: 470px; }
  .fy-hero-copy { max-width: 610px; }
  .fy-hero h1 { font-size: 44px; }
  .fy-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fy-about-visual-grid { grid-template-columns: 1fr; gap: 0; }
  .fy-about-image { border-radius: 12px; }
  .fy-about-image img { height: 360px; }
  .fy-about-panel {
    width: calc(100% - 50px);
    margin: -55px auto 0;
  }
  .fy-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fy-cta-inner { padding-top: 18px !important; padding-bottom: 18px !important; }
  .fy-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fy-footer-brand { grid-column: 1 / -1; }
  .fy-mobile-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    height: 62px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
    border-top: 1px solid var(--fy-line);
    box-shadow: 0 -5px 18px rgba(18,24,31,.08);
  }
  .fy-mobile-actions a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--fy-charcoal);
    font-size: 11px;
    font-weight: 800;
  }
  .fy-mobile-actions i { margin-bottom: 2px; color: var(--fy-red); font-size: 19px; }
}

/* =========================================================
   MOBİL
   ========================================================= */
@media (max-width: 767px) {
  html body .container,
  html body header .container,
  html body main .container,
  html body section .container,
  html body footer .container {
    width: calc(100% - 24px) !important;
  }
  .fy-topbar { min-height: 32px; }
  .fy-topbar-inner { min-height: 32px; }
  .fy-contact-links { width: 100%; justify-content: space-between; gap: 8px; }
  .fy-contact-links a { font-size: 11px; }
  .fy-top-email { display: none; }
  .fy-header-inner { min-height: 66px; }
  .fy-logo img { max-width: 155px; max-height: 48px; }
  .fy-cart-wrap,
  .fy-cart-wrap #cart,
  .fy-cart-wrap #cart > .btn { width: 36px; }
  .fy-cart-wrap #cart > .btn { height: 36px; }

  .fy-hero {
    min-height: 520px;
    align-items: flex-end;
    background-image:
      linear-gradient(0deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.97) 46%, rgba(255,255,255,.74) 70%, rgba(255,255,255,.10) 100%),
      url('../image/fayer2026/hero-construction.webp');
    background-position: 67% center;
  }
  .fy-hero-inner { min-height: 520px; align-items: flex-end; }
  .fy-hero-copy { max-width: none; padding: 120px 0 35px; }
  .fy-eyebrow { font-size: 20px; }
  .fy-hero h1 { font-size: 34px; letter-spacing: -.7px; }
  .fy-hero p { font-size: 15px; }
  .fy-hero-buttons { display: grid; grid-template-columns: 1fr; }

  .fy-category-scroller { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .fy-category-photo { height: 112px; }

  .fy-company { padding: 42px 0 38px; }
  .fy-company-copy h2,
  .fy-about-panel h2 { font-size: 27px; }
  .fy-value-grid { grid-template-columns: 1fr 1fr; border-top: 1px solid var(--fy-line); }
  .fy-value-grid > div {
    min-height: 135px;
    padding: 15px 13px;
    border-bottom: 1px solid var(--fy-line);
  }

  .fy-featured-products,
  .fy-articles { padding: 44px 0 48px; }
  .fy-section-heading h2 { font-size: 27px; }
  .fy-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .fy-product-card:nth-child(n+5) { display: none; }
  .fy-product-image { height: 145px; }
  .fy-product-body { padding: 12px; }
  .fy-product-body h3 { font-size: 13px; }
  .fy-product-actions { grid-template-columns: 1fr; }

  .fy-about-visual { padding: 46px 0; }
  .fy-about-image img { height: 255px; }
  .fy-about-panel {
    width: calc(100% - 20px);
    margin-top: -35px;
    padding: 27px 23px;
  }

  .fy-blog-grid { grid-template-columns: 1fr; }
  .fy-blog-image { height: 205px; }

  .fy-cta-inner {
    min-height: auto;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    flex-direction: column;
    text-align: center;
  }
  .fy-cta-copy { flex-direction: column; gap: 8px; }
  .fy-cta-copy strong { font-size: 20px; }
  .fy-cta-actions { width: 100%; justify-content: center; flex-wrap: wrap; }
  .fy-cta-actions .fy-btn { flex: 1; min-width: 135px; }

  .fy-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 36px !important;
    padding-bottom: 32px !important;
  }
  .fy-footer-brand { grid-column: auto; }
  .fy-footer-bottom .container {
    min-height: 70px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    text-align: center;
  }

  .product-layout,
  .product-grid { width: 100% !important; }
  .product-list .product-thumb { display: block; }
  .product-list .product-thumb .image { width: 100%; }
  .thumbnails .image-additional { width: 31%; }
  .nav-tabs > li { float: none; }
  .nav-tabs > li > a { margin-right: 0; }
  .fy-product-page,
  .fy-category-page { padding-top: 10px; padding-bottom: 34px; }
  .fy-product-page .thumbnails > li:first-child .thumbnail { min-height: 240px; }
  .fy-product-page #product { padding: 15px; }
}

@media (max-width: 410px) {
  .fy-contact-links a:first-child { display: none; }
  .fy-contact-links { justify-content: center; }
  .fy-hero h1 { font-size: 30px; }
  .fy-category-photo { height: 96px; }
  .fy-category-bottom strong { font-size: 10px; }
  .fy-product-grid { grid-template-columns: 1fr; }
  .fy-product-card:nth-child(n+4) { display: none; }
  .fy-product-image { height: 180px; }
}

/* =========================================================
   FAYER2026 V1.0 — 3 KRİTİK DÜZELTME
   1) Banner gerçek IMG ile sabit ve merkezli
   2) Ürün portföyü bloğu tek satır iki kolon
   3) Footer 5 kolon + görünür kurumsal logo
   ========================================================= */
:root { --fy-container: 1320px !important; }

/* 1 — BANNER */
html body .fy-hero {
  position: relative !important;
  isolation: isolate;
  width: 100% !important;
  min-height: 430px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  background: #eef0f2 !important;
}
html body .fy-hero-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  overflow: hidden !important;
}
html body .fy-hero-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
  transform: none !important;
}
html body .fy-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,.98) 20%,
    rgba(255,255,255,.92) 34%,
    rgba(255,255,255,.62) 49%,
    rgba(255,255,255,.13) 69%,
    rgba(255,255,255,0) 86%) !important;
}
html body .fy-hero-inner {
  position: relative !important;
  z-index: 2 !important;
  min-height: 430px !important;
  display: flex !important;
  align-items: center !important;
}
html body .fy-hero-copy {
  width: 560px !important;
  max-width: 48% !important;
  padding: 42px 0 46px !important;
}
html body .fy-hero h1 {
  max-width: 560px !important;
  margin: 0 0 16px !important;
  font-size: clamp(40px, 3vw, 54px) !important;
  line-height: 1.03 !important;
  letter-spacing: -1.1px !important;
}
html body .fy-hero p {
  max-width: 555px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}
html body .fy-eyebrow { font-size: 20px !important; }

/* 2 — ÜRÜN PORTFÖYÜ: görsel solda, metin sağda, aynı satır */
html body .fy-about-visual {
  padding: 64px 0 !important;
  overflow: hidden !important;
}
html body .fy-about-visual-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 0 !important;
}
html body .fy-about-image,
html body .fy-about-col-image {
  position: relative !important;
  order: 1 !important;
  flex: 0 0 58% !important;
  width: 58% !important;
  max-width: 58% !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
  grid-column: auto !important;
  grid-row: auto !important;
  border-radius: 12px 0 0 12px !important;
}
html body .fy-about-image img {
  width: 100% !important;
  height: 390px !important;
  object-fit: cover !important;
  object-position: center !important;
}
html body .fy-about-panel,
html body .fy-about-col-panel {
  position: relative !important;
  order: 2 !important;
  flex: 1 1 42% !important;
  width: 42% !important;
  max-width: 42% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 44px 40px !important;
  float: none !important;
  grid-column: auto !important;
  grid-row: auto !important;
  border-radius: 0 12px 12px 0 !important;
  box-shadow: var(--fy-shadow) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* 3 — FOOTER */
html body .fy-footer-grid {
  display: grid !important;
  grid-template-columns: 1.35fr 1fr 1.25fr 1fr 1.2fr !important;
  grid-template-rows: auto !important;
  align-items: start !important;
  gap: 34px !important;
  padding-top: 42px !important;
  padding-bottom: 38px !important;
}
html body .fy-footer-grid > div {
  grid-column: auto !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
}
html body .fy-footer-logo {
  display: inline-block !important;
  width: 230px !important;
  max-width: 100% !important;
}
html body .fy-footer-logo img,
html body .fy-footer-brand img {
  display: block !important;
  width: 230px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  filter: none !important;
  background: transparent !important;
}
html body .fy-footer-brand p { margin-top: 8px !important; }
html body .fy-footer-contact { justify-self: stretch !important; }

@media (max-width: 1180px) {
  html body .fy-hero-copy { max-width: 56% !important; }
  html body .fy-footer-grid {
    grid-template-columns: 1.35fr 1fr 1fr !important;
    row-gap: 30px !important;
  }
  html body .fy-footer-grid > div { grid-row: auto !important; }
}

@media (max-width: 991px) {
  html body .fy-hero,
  html body .fy-hero-inner { min-height: 440px !important; }
  html body .fy-hero-media img { object-position: 62% center !important; }
  html body .fy-hero-copy { width: 610px !important; max-width: 65% !important; }
  html body .fy-about-visual-grid {
    flex-direction: column !important;
  }
  html body .fy-about-image,
  html body .fy-about-col-image,
  html body .fy-about-panel,
  html body .fy-about-col-panel {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
  }
  html body .fy-about-image { border-radius: 12px 12px 0 0 !important; }
  html body .fy-about-panel {
    border-radius: 0 0 12px 12px !important;
    padding: 32px !important;
  }
  html body .fy-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  html body .fy-footer-grid > div { grid-row: auto !important; }
  html body .fy-footer-brand { grid-column: 1 / -1 !important; }
}

@media (max-width: 767px) {
  html body .fy-hero {
    min-height: 500px !important;
    align-items: flex-end !important;
  }
  html body .fy-hero-inner {
    min-height: 500px !important;
    align-items: flex-end !important;
  }
  html body .fy-hero-media img { object-position: 66% center !important; }
  html body .fy-hero-overlay {
    background: linear-gradient(0deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.98) 50%,
      rgba(255,255,255,.70) 73%,
      rgba(255,255,255,.08) 100%) !important;
  }
  html body .fy-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    padding: 160px 0 32px !important;
  }
  html body .fy-hero h1 { font-size: 34px !important; }
  html body .fy-about-image img { height: 255px !important; }
  html body .fy-about-panel { padding: 27px 23px !important; }
  html body .fy-footer-grid { grid-template-columns: 1fr !important; }
  html body .fy-footer-brand { grid-column: auto !important; }
}


/* =========================================================
   FAYER2026 V1.1 — BANNER + DİNAMİK ANA KATEGORİLER
   Banner iki kolonlu ve merkezli; kategoriler masaüstünde 3'lü.
   ========================================================= */
html body .fy-hero {
  width: 100% !important;
  min-height: 0 !important;
  padding: 28px 0 0 !important;
  overflow: visible !important;
  display: block !important;
  background: #f4f6f7 !important;
}
html body .fy-hero > .container {
  position: relative !important;
  z-index: 2 !important;
}
html body .fy-hero-card {
  min-height: 470px !important;
  display: grid !important;
  grid-template-columns: minmax(430px, 43%) minmax(0, 57%) !important;
  align-items: stretch !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #e0e5e8 !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 45px rgba(17,24,31,.10) !important;
}
html body .fy-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: auto !important;
  max-width: none !important;
  min-height: 470px !important;
  padding: 52px 48px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: #fff !important;
}
html body .fy-hero-copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -115px;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 38%,rgba(255,255,255,0) 100%);
  pointer-events: none;
}
html body .fy-hero-media {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 470px !important;
  overflow: hidden !important;
  background: #dce1e4 !important;
}
html body .fy-hero-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-height: 470px !important;
  object-fit: cover !important;
  object-position: 58% center !important;
  transform: none !important;
}
html body .fy-hero-overlay { display: none !important; }
html body .fy-hero h1 {
  max-width: 570px !important;
  margin: 0 0 18px !important;
  font-size: clamp(42px,3.05vw,58px) !important;
  line-height: 1.035 !important;
}
html body .fy-hero p {
  max-width: 560px !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}
html body .fy-eyebrow { font-size: 21px !important; }

html body .fy-main-categories {
  width: 100% !important;
  padding: 26px 0 54px !important;
  background: #f4f6f7 !important;
  border-bottom: 1px solid #e4e8eb !important;
}
html body .fy-main-category-grid {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 24px !important;
}
html body .fy-main-category-card {
  min-width: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border: 1px solid #dfe4e7 !important;
  border-radius: 9px !important;
  box-shadow: 0 8px 24px rgba(17,24,31,.07) !important;
  transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease !important;
}
html body .fy-main-category-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(201,21,30,.45) !important;
  box-shadow: 0 16px 32px rgba(17,24,31,.12) !important;
}
html body .fy-main-category-image {
  height: 245px !important;
  overflow: hidden !important;
  display: block !important;
  background: #e9edef !important;
}
html body .fy-main-category-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .22s ease !important;
}
html body .fy-main-category-card:hover .fy-main-category-image img { transform: scale(1.035) !important; }
html body .fy-main-category-content {
  flex: 1 !important;
  min-height: 128px !important;
  padding: 22px 24px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
html body .fy-main-category-content strong {
  color: #181e23 !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}
html body .fy-main-category-content small {
  max-width: 420px !important;
  margin-top: 8px !important;
  color: #69747d !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}
html body .fy-main-category-content > span {
  margin-top: auto !important;
  padding-top: 15px !important;
  color: var(--fy-red) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}
/* Eski 8'li kategori şeridi bu yapıda kullanılmaz. */
html body .fy-category-strip { display: none !important; }

@media (max-width: 1100px) {
  html body .fy-hero-card { grid-template-columns: 48% 52% !important; }
  html body .fy-hero-copy { padding: 42px 34px !important; }
  html body .fy-hero h1 { font-size: 43px !important; }
  html body .fy-main-category-image { height: 205px !important; }
}
@media (max-width: 850px) {
  html body .fy-hero { padding-top: 18px !important; }
  html body .fy-hero-card {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
  }
  html body .fy-hero-media {
    order: 1 !important;
    min-height: 285px !important;
  }
  html body .fy-hero-media img { min-height: 285px !important; height: 285px !important; object-position: 62% center !important; }
  html body .fy-hero-copy {
    order: 2 !important;
    min-height: 0 !important;
    padding: 34px 30px 38px !important;
  }
  html body .fy-hero-copy::after { display: none !important; }
  html body .fy-main-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
}
@media (max-width: 580px) {
  html body .fy-hero > .container,
  html body .fy-main-categories > .container { width: calc(100% - 24px) !important; }
  html body .fy-hero h1 { font-size: 34px !important; }
  html body .fy-hero-copy { padding: 28px 22px 31px !important; }
  html body .fy-main-category-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  html body .fy-main-category-image { height: 220px !important; }
  html body .fy-main-category-content strong { font-size: 20px !important; }
}

/* =========================================================
   FAYER2026 V1.2 — MOBİL İÇ SAYFALAR
   İletişim + Blog + Ürünler + 4'lü mobil alt menü
   ========================================================= */
.fy-inner-page { padding-top: 18px !important; padding-bottom: 64px !important; }
.fy-page-content { width: 100%; min-width: 0; }
.fy-breadcrumb { display: flex; flex-wrap: wrap; gap: 5px 10px; }
.fy-breadcrumb > li + li::before { padding: 0 7px 0 0; }
.fy-page-heading { max-width: 850px; margin: 0 0 30px; }
.fy-page-heading h1 { margin: 5px 0 12px; color: var(--fy-charcoal); font-size: 42px; line-height: 1.08; font-weight: 900; }
.fy-page-heading p { margin: 0; color: #5d6871; font-size: 16px; line-height: 1.65; }

/* İLETİŞİM */
.fy-contact-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 28px; align-items: start; }
.fy-contact-info-card,
.fy-contact-form-card { min-width: 0; padding: 30px; background: #fff; border: 1px solid var(--fy-line); border-radius: 14px; box-shadow: 0 12px 34px rgba(18,24,31,.07); }
.fy-contact-info-card h2,
.fy-contact-form-card h2 { margin: 0 0 18px; color: var(--fy-charcoal); font-size: 27px; font-weight: 900; }
.fy-contact-form-card > p { margin: -8px 0 22px; color: #69737b; }
.fy-contact-store-image { margin: -30px -30px 24px; height: 180px; overflow: hidden; border-radius: 14px 14px 0 0; background: var(--fy-soft); }
.fy-contact-store-image img { width: 100%; height: 100%; object-fit: cover; }
.fy-contact-info-list { display: grid; gap: 16px; }
.fy-contact-info-item { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 13px; align-items: start; }
.fy-contact-info-item > i { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(209,16,25,.09); color: var(--fy-red); font-size: 18px; }
.fy-contact-info-item strong { display: block; margin: 0 0 4px; color: #252c33; font-size: 13px; text-transform: uppercase; }
.fy-contact-info-item address,
.fy-contact-info-item a,
.fy-contact-info-item span { display: block; margin: 0; color: #52606a; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.fy-contact-info-item small { display: block; margin-top: 4px; color: #7a858d; }
.fy-contact-gsm { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--fy-line); }
.fy-contact-gsm h3 { margin: 0 0 12px; color: var(--fy-charcoal); font-size: 17px; font-weight: 900; }
.fy-contact-phone-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.fy-contact-phone-grid a { display: flex; gap: 8px; align-items: center; min-width: 0; padding: 10px 12px; color: #303940; background: var(--fy-soft); border-radius: 8px; font-size: 13px; white-space: nowrap; }
.fy-contact-phone-grid i { color: var(--fy-red); }
.fy-contact-quick-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.fy-contact-quick-actions .fy-btn { flex: 1 1 145px; justify-content: center; }
.fy-contact-form .form-group { margin-bottom: 18px; }
.fy-contact-form label,
.fy-comment-form label { display: block; margin-bottom: 7px; color: #303840; font-size: 13px; font-weight: 800; }
.fy-contact-form .form-control,
.fy-comment-form .form-control { width: 100%; min-height: 48px; border: 1px solid #d9dfe3; border-radius: 8px; box-shadow: none; font-size: 16px; }
.fy-contact-form textarea.form-control,
.fy-comment-form textarea.form-control { min-height: 150px; resize: vertical; }
.fy-contact-form .form-control:focus,
.fy-comment-form .form-control:focus { border-color: var(--fy-red); box-shadow: 0 0 0 3px rgba(209,16,25,.09); }
.fy-captcha-wrap { max-width: 100%; overflow-x: auto; margin-bottom: 18px; }
.fy-captcha-wrap img,
.fy-captcha-wrap iframe,
.g-recaptcha { max-width: 100%; }
.fy-submit-button { min-height: 48px; padding: 0 24px; border-radius: 8px; font-weight: 900; }
.fy-other-locations { margin-top: 35px; }
.fy-location-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.fy-location-card { padding: 20px; border: 1px solid var(--fy-line); border-radius: 12px; background: #fff; }
.fy-location-card img { width: 100%; height: 150px; object-fit: cover; border-radius: 8px; }

/* BLOG */
.fy-blog-article { overflow: hidden; background: #fff; border: 1px solid var(--fy-line); border-radius: 15px; box-shadow: 0 14px 38px rgba(18,24,31,.07); }
.fy-blog-hero-image { width: 100%; max-height: 520px; overflow: hidden; background: var(--fy-soft); }
.fy-blog-hero-image img { width: 100%; height: auto; max-height: 520px; object-fit: cover; display: block; }
.fy-blog-article-body { padding: 38px 44px 44px; }
.fy-blog-header h1 { margin: 5px 0 14px; color: var(--fy-charcoal); font-size: 42px; line-height: 1.12; font-weight: 900; }
.fy-blog-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--fy-line); color: #68737c; font-size: 13px; }
.fy-blog-meta i { margin-right: 5px; color: var(--fy-red); }
.fy-blog-content { color: #374149; font-size: 17px; line-height: 1.78; overflow-wrap: anywhere; }
.fy-blog-content img { max-width: 100% !important; height: auto !important; margin: 16px auto; display: block; }
.fy-blog-content iframe,
.fy-blog-content video { width: 100% !important; max-width: 100% !important; min-height: 360px; border: 0; }
.fy-blog-content table { width: 100% !important; display: block; overflow-x: auto; white-space: nowrap; }
.fy-blog-content h2,
.fy-blog-content h3 { color: var(--fy-charcoal); font-weight: 900; line-height: 1.25; }
.fy-blog-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--fy-line); }
.fy-blog-tags a { padding: 6px 10px; color: var(--fy-red); background: rgba(209,16,25,.08); border-radius: 20px; font-size: 12px; font-weight: 800; }
.fy-related-blogs,
.fy-blog-comments { margin-top: 34px; }
.fy-related-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.fy-related-blog-card { overflow: hidden; background: #fff; border: 1px solid var(--fy-line); border-radius: 12px; }
.fy-related-blog-image { display: block; height: 190px; overflow: hidden; }
.fy-related-blog-image img { width: 100%; height: 100%; object-fit: cover; }
.fy-related-blog-body { padding: 17px; }
.fy-related-blog-body time { color: var(--fy-red); font-size: 12px; font-weight: 800; }
.fy-related-blog-body h3 { margin: 7px 0 9px; font-size: 18px; line-height: 1.3; }
.fy-related-blog-body p { margin: 0; color: #68737c; font-size: 13px; line-height: 1.55; }
.fy-blog-comments { padding: 28px; background: #fff; border: 1px solid var(--fy-line); border-radius: 12px; }
.fy-blog-comments h2,
.fy-comment-form h3 { color: var(--fy-charcoal); font-weight: 900; }
.fy-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }

/* ÜRÜNLER / KATEGORİ */
.fy-catalog-heading { max-width: 100%; }
.fy-category-description { max-width: 900px; color: #5f6a72; font-size: 15px; line-height: 1.7; }
.fy-category-description img { max-width: 100% !important; height: auto !important; }
.fy-subcategory-section { margin-bottom: 28px; padding: 22px; background: var(--fy-soft); border-radius: 12px; }
.fy-subcategory-section h2 { margin: 0 0 14px; color: var(--fy-charcoal); font-size: 20px; font-weight: 900; }
.fy-subcategory-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.fy-subcategory-grid a { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 11px 13px; color: #303a42; background: #fff; border: 1px solid var(--fy-line); border-radius: 8px; font-size: 13px; font-weight: 800; }
.fy-subcategory-grid a span { min-width: 0; overflow-wrap: anywhere; }
.fy-subcategory-grid i { color: var(--fy-red); }
.fy-catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; padding: 15px 17px; background: #fff; border: 1px solid var(--fy-line); border-radius: 10px; }
.fy-compare-link { color: #46515a; font-size: 13px; font-weight: 800; }
.fy-compare-link i { color: var(--fy-red); }
.fy-toolbar-selects { display: flex; flex-wrap: wrap; gap: 12px; }
.fy-toolbar-selects label { display: flex; align-items: center; gap: 8px; margin: 0; color: #59636b; font-size: 12px; }
.fy-toolbar-selects select { min-width: 155px; height: 38px; border-radius: 7px; }
.fy-catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.fy-catalog-card { width: auto !important; min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--fy-line); border-radius: 12px; box-shadow: 0 7px 20px rgba(18,24,31,.05); }
.fy-catalog-image { display: flex; align-items: center; justify-content: center; height: 245px; overflow: hidden; background: #fff; border-bottom: 1px solid var(--fy-line); }
.fy-catalog-image img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.fy-catalog-body { min-width: 0; flex: 1; display: flex; flex-direction: column; padding: 18px; }
.fy-catalog-body h2 { min-height: 48px; margin: 0 0 9px; font-size: 18px; line-height: 1.35; font-weight: 900; }
.fy-catalog-body h2 a { color: var(--fy-charcoal); }
.fy-catalog-body p { height: 64px; overflow: hidden; margin: 0 0 12px; color: #69737b; font-size: 13px; line-height: 1.6; }
.fy-catalog-price { margin-top: auto; margin-bottom: 13px; color: var(--fy-red); font-size: 17px; font-weight: 900; }
.fy-catalog-price .price-old { margin-left: 8px; color: #8b949b; font-size: 12px; text-decoration: line-through; }
.fy-catalog-actions { display: grid; grid-template-columns: 1fr 1fr 42px; gap: 7px; }
.fy-detail-button,
.fy-cart-button,
.fy-icon-button { min-height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 7px; font-size: 12px; font-weight: 900; }
.fy-detail-button { color: #fff; background: #252c32; }
.fy-cart-button { gap: 6px; color: #fff; background: var(--fy-red); border: 0; }
.fy-icon-button { color: var(--fy-red); background: #fff; border: 1px solid #e1e5e8; }
.fy-pagination-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 28px; color: #68737c; }
.fy-pagination-row .pagination { margin: 0; }
.fy-empty-state { padding: 60px 20px; text-align: center; background: var(--fy-soft); border-radius: 12px; }
.fy-empty-state > i { color: var(--fy-red); font-size: 48px; }

@media (max-width: 1100px) {
  .fy-contact-layout { grid-template-columns: 1fr; }
  .fy-catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fy-subcategory-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .fy-related-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 991px) {
  body { padding-bottom: 68px !important; }
  .fy-mobile-actions { height: 68px !important; grid-template-columns: repeat(4,1fr) !important; }
  .fy-mobile-actions a { min-width: 0; padding: 5px 2px; border-right: 1px solid #eef0f2; font-size: 10px; line-height: 1.2; }
  .fy-mobile-actions a:last-child { border-right: 0; }
  .fy-mobile-actions i { font-size: 18px; }
  .fy-page-heading h1,
  .fy-blog-header h1 { font-size: 34px; }
  .fy-blog-article-body { padding: 30px; }
}

@media (max-width: 767px) {
  .fy-inner-page { padding-top: 8px !important; padding-bottom: 42px !important; }
  .fy-breadcrumb { margin-bottom: 17px; font-size: 11px; }
  .fy-page-heading { margin-bottom: 22px; }
  .fy-page-heading h1,
  .fy-blog-header h1 { font-size: 29px; }
  .fy-page-heading p { font-size: 14px; }

  .fy-contact-info-card,
  .fy-contact-form-card { padding: 21px 17px; border-radius: 11px; }
  .fy-contact-store-image { margin: -21px -17px 20px; height: 145px; border-radius: 11px 11px 0 0; }
  .fy-contact-phone-grid { grid-template-columns: 1fr; }
  .fy-contact-quick-actions { display: grid; grid-template-columns: 1fr; }
  .fy-contact-quick-actions .fy-btn { width: 100%; }
  .fy-contact-form .form-control { font-size: 16px; }
  .fy-location-grid { grid-template-columns: 1fr; }

  .fy-blog-article { border-radius: 11px; }
  .fy-blog-hero-image { max-height: 280px; }
  .fy-blog-hero-image img { max-height: 280px; object-fit: contain; }
  .fy-blog-article-body { padding: 23px 17px 27px; }
  .fy-blog-content { font-size: 15px; line-height: 1.7; }
  .fy-blog-content iframe,
  .fy-blog-content video { min-height: 220px; }
  .fy-related-blog-grid,
  .fy-form-grid { grid-template-columns: 1fr; }
  .fy-blog-comments { padding: 20px 17px; }

  .fy-subcategory-section { padding: 16px; }
  .fy-subcategory-grid { grid-template-columns: 1fr; }
  .fy-catalog-toolbar { align-items: stretch; flex-direction: column; }
  .fy-toolbar-selects { display: grid; grid-template-columns: 1fr; }
  .fy-toolbar-selects label { display: grid; grid-template-columns: 80px minmax(0,1fr); }
  .fy-toolbar-selects select { width: 100%; min-width: 0; }
  .fy-catalog-grid { grid-template-columns: 1fr; gap: 15px; }
  .fy-catalog-image { height: 240px; }
  .fy-catalog-body h2 { min-height: 0; font-size: 17px; }
  .fy-catalog-body p { height: auto; max-height: 62px; }
  .fy-catalog-actions { grid-template-columns: 1fr 1fr 42px; }
  .fy-pagination-row { align-items: flex-start; flex-direction: column; }
  .fy-pagination-row .pagination { display: flex; flex-wrap: wrap; }
}

@media (max-width: 390px) {
  .fy-mobile-actions span { font-size: 9px; }
  .fy-catalog-actions { grid-template-columns: 1fr 42px; }
  .fy-cart-button { grid-column: 1 / -1; grid-row: 2; }
}


/* =========================================================
   FAYER2026 V1.3 — CATEGORY PARSE / ZERO PRICE / MOBILE CARDS
   ========================================================= */
.fy-price-inquiry {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: var(--fy-red) !important;
  line-height: 1.35;
}
.fy-inquiry-button { text-decoration: none !important; }
.fy-inquiry-button:hover,
.fy-inquiry-button:focus { color: #fff !important; background: #ad0d14 !important; }

@media (max-width: 767px) {
  html body .fy-catalog-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
  html body .fy-catalog-card {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    border-radius: 12px !important;
  }
  html body .fy-catalog-image {
    width: 100% !important;
    height: auto !important;
    min-height: 220px !important;
    aspect-ratio: 4 / 3 !important;
  }
  html body .fy-catalog-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    padding: 10px !important;
  }
  html body .fy-catalog-body { padding: 16px !important; }
  html body .fy-catalog-body h2 {
    min-height: 0 !important;
    margin-bottom: 8px !important;
    font-size: 18px !important;
    overflow-wrap: anywhere;
  }
  html body .fy-catalog-body p {
    height: auto !important;
    max-height: 66px !important;
    margin-bottom: 12px !important;
  }
  html body .fy-catalog-actions {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) 42px !important;
    gap: 7px !important;
  }
  html body .fy-detail-button,
  html body .fy-cart-button,
  html body .fy-icon-button {
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 8px 7px !important;
    white-space: nowrap;
  }

  html body { padding-bottom: calc(68px + env(safe-area-inset-bottom)) !important; }
  html body .fy-mobile-actions {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    height: calc(68px + env(safe-area-inset-bottom)) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-flow: column !important;
    gap: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
  }
  html body .fy-mobile-actions a {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 5px 1px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-right: 1px solid #eceff1 !important;
    white-space: nowrap !important;
    text-align: center !important;
  }
  html body .fy-mobile-actions a:last-child { border-right: 0 !important; }
  html body .fy-mobile-actions i {
    flex: 0 0 auto !important;
    margin: 0 0 3px !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }
  html body .fy-mobile-actions span {
    width: 100% !important;
    min-width: 0 !important;
    display: block !important;
    overflow: hidden !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 390px) {
  html body .fy-catalog-actions {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) 40px !important;
  }
  html body .fy-cart-button {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  html body .fy-mobile-actions span { font-size: 9px !important; }
  html body .fy-mobile-actions i { font-size: 17px !important; }
}
