/* ===== Ürünlerimiz Sayfası Stilleri ===== */

/* Header'daki inner-page-hero'yu gizle */
body.page-template-page-urunlerimiz .inner-page-hero,
body.page-slug-urunlerimiz .inner-page-hero {
  display: none !important;
}

/* Sayfa wrapper - boşlukları kaldır */
body.page-template-page-urunlerimiz,
body.page-slug-urunlerimiz {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

body.page-template-page-urunlerimiz main,
body.page-template-page-urunlerimiz .section,
body.page-slug-urunlerimiz main,
body.page-slug-urunlerimiz .section {
  margin: 0 !important;
  padding: 0 !important;
}

/* Main content'teki boşlukları kaldır */
body.page-template-page-urunlerimiz #main-content,
body.page-slug-urunlerimiz #main-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Hero'dan sonraki ilk section'ın üst boşluğunu kaldır */
body.page-template-page-urunlerimiz .urunlerimiz-hero+*,
body.page-slug-urunlerimiz .urunlerimiz-hero+* {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Hero Section - Slider boyutlarında */
.urunlerimiz-hero {
  position: relative !important;
  width: 100% !important;
  height: 100vh !important;
  min-height: 800px !important;
  max-height: 1200px !important;
  overflow: hidden !important;
  margin: 0 !important;
  margin-top: -80px !important;
  /* Header yüksekliği kadar negatif margin */
  padding: 0 !important;
  display: block !important;
  z-index: 1 !important;
  /* Header'ın arkasında kalması için (header z-index: 50) */
  box-sizing: border-box !important;
}

/* Hero'yu header'ın hemen altına yapıştır */
body.page-template-page-urunlerimiz .urunlerimiz-hero,
body.page-slug-urunlerimiz .urunlerimiz-hero,
body.page-template-page-urunlerimiz section.urunlerimiz-hero,
body.page-slug-urunlerimiz section.urunlerimiz-hero {
  margin-top: -80px !important;
  padding-top: 0 !important;
  height: 100vh !important;
  min-height: 800px !important;
  max-height: 1200px !important;
}

body.page-template-page-urunlerimiz .urunlerimiz-hero:first-of-type,
body.page-slug-urunlerimiz .urunlerimiz-hero:first-of-type,
body.page-template-page-urunlerimiz section.urunlerimiz-hero:first-of-type,
body.page-slug-urunlerimiz section.urunlerimiz-hero:first-of-type {
  margin-top: -80px !important;
  padding-top: 0 !important;
  height: 100vh !important;
  min-height: 800px !important;
  max-height: 1200px !important;
}

/* Hero Background */
.urunlerimiz-hero-bg,
body.page-template-page-urunlerimiz .urunlerimiz-hero-bg,
body.page-slug-urunlerimiz .urunlerimiz-hero-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.urunlerimiz-hero-image,
body.page-template-page-urunlerimiz .urunlerimiz-hero-image,
body.page-slug-urunlerimiz .urunlerimiz-hero-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hero Overlay - Daha koyu karartma */
.urunlerimiz-hero-overlay,
body.page-template-page-urunlerimiz .urunlerimiz-hero-overlay,
body.page-slug-urunlerimiz .urunlerimiz-hero-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%) !important;
  z-index: 1 !important;
}

/* Hero Content */
.urunlerimiz-hero-content,
body.page-template-page-urunlerimiz .urunlerimiz-hero-content,
body.page-slug-urunlerimiz .urunlerimiz-hero-content {
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 80px 0 80px !important;
}

.urunlerimiz-hero-text,
body.page-template-page-urunlerimiz .urunlerimiz-hero-text,
body.page-slug-urunlerimiz .urunlerimiz-hero-text {
  max-width: 800px !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.urunlerimiz-hero-content .container-custom,
body.page-template-page-urunlerimiz .urunlerimiz-hero-content .container-custom,
body.page-slug-urunlerimiz .urunlerimiz-hero-content .container-custom {
  padding-left: 80px !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
}

.urunlerimiz-hero-title,
body.page-template-page-urunlerimiz .urunlerimiz-hero-title,
body.page-slug-urunlerimiz .urunlerimiz-hero-title {
  font-size: clamp(3rem, 7vw, 5.5rem) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 25px 0 !important;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.7) !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

.urunlerimiz-hero-description,
body.page-template-page-urunlerimiz .urunlerimiz-hero-description,
body.page-slug-urunlerimiz .urunlerimiz-hero-description {
  font-size: clamp(1.1rem, 1.8vw, 1.4rem) !important;
  color: rgba(255, 255, 255, 0.95) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  max-width: 650px !important;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5) !important;
}

/* WhatsApp Button */
.urunlerimiz-whatsapp-button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 12px;
}

.whatsapp-link {
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.whatsapp-link:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}

.whatsapp-link svg {
  width: 28px;
  height: 28px;
}

.whatsapp-text-button {
  background: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-text-button:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Scroll Indicator */
.urunlerimiz-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  color: #ffffff;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.urunlerimiz-scroll-indicator svg {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Kategori Filtreleri */
.urunlerimiz-category-filters-wrapper {
  margin-bottom: 50px;
  padding: 30px 0 20px;
  text-align: center;
}

.urunlerimiz-category-filters {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 8px;
  margin: 0 auto;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  max-width: fit-content;
}

.urunlerimiz-category-filters li {
  margin: 0;
}

.urunlerimiz-category-filters a {
  display: inline-block;
  padding: 12px 28px;
  background: transparent;
  color: #555;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  white-space: nowrap;
  position: relative;
}

.urunlerimiz-category-filters a:hover {
  background: rgba(255,255,255,0.8);
  color: #c33130;
}

.urunlerimiz-category-filters li.active a {
  background: #c33130;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(195, 49, 48, 0.3);
}

/* Ana Ürün Grid */
.urunlerimiz-main-products {
  padding: 40px 0 60px;
  background: #ffffff;
  margin-top: 0 !important;
  padding-top: 40px !important;
}

.urunlerimiz-products-grid-container {
  position: relative;
  min-height: 400px;
}

.urunlerimiz-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-display: grid;
  -ms-display: grid;
}

.urunlerimiz-products-grid li.product {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  display: block;
}

.urunlerimiz-products-grid li.product .ege-product-card {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Kırmızı Et Section */
.kirmizi-et-section {
  padding: 80px 0;
  background: #ffffff;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.kirmizi-et-tabs {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 50px;
  padding: 8px;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.kirmizi-et-tab {
  padding: 12px 40px;
  background: transparent;
  color: #555;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Barlow', sans-serif;
  white-space: nowrap;
}

.kirmizi-et-tab:hover {
  background: rgba(255,255,255,0.8);
  color: #c33130;
}

.kirmizi-et-tab.active {
  background: #c33130;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(195, 49, 48, 0.3);
}

.kirmizi-et-products-container {
  position: relative;
  min-height: 400px;
}

.kirmizi-et-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Tire Section */
.tire-section,
body.page-template-page-urunlerimiz .tire-section,
body.page-slug-urunlerimiz .tire-section {
  padding: 80px 0 !important;
  background: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
}

.tire-section-content,
body.page-template-page-urunlerimiz .tire-section-content,
body.page-slug-urunlerimiz .tire-section-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px !important;
  align-items: flex-start !important;
  padding-left: 40px !important;
}

body.page-template-page-urunlerimiz .tire-section .container-custom,
body.page-slug-urunlerimiz .tire-section .container-custom {
  padding-left: 0 !important;
}

.tire-section-text,
body.page-template-page-urunlerimiz .tire-section-text,
body.page-slug-urunlerimiz .tire-section-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 25px !important;
  padding-left: 0 !important;
}

.tire-section-title,
body.page-template-page-urunlerimiz .tire-section-title,
body.page-slug-urunlerimiz .tire-section-title {
  font-size: 50px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #1a1a1a !important;
  line-height: 55px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.tire-section-description,
body.page-template-page-urunlerimiz .tire-section-description,
body.page-slug-urunlerimiz .tire-section-description {
  font-size: 20px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 28px !important;
  color: #555 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.tire-product-card,
body.page-template-page-urunlerimiz .tire-product-card,
body.page-slug-urunlerimiz .tire-product-card {
  margin-top: 30px !important;
  margin-left: 5px !important;
  max-width: 380px !important;
}

.tire-section-image,
body.page-template-page-urunlerimiz .tire-section-image,
body.page-slug-urunlerimiz .tire-section-image {
  position: relative !important;
  overflow: visible !important;
  width: 100% !important;
  height: auto !important;
}

.tire-section-img,
body.page-template-page-urunlerimiz .tire-section-img,
body.page-slug-urunlerimiz .tire-section-img {
  width: 130% !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  object-position: right center !important;
  margin-left: auto !important;
  margin-right: -100px !important;
  transform: translateX(50px) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.tire-section-image-absolute,
body.page-template-page-urunlerimiz .tire-section-image-absolute,
body.page-slug-urunlerimiz .tire-section-image-absolute {
  position: absolute !important;
  right: 40px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 42% !important;
  max-width: 42% !important;
  z-index: 0 !important;
  overflow: hidden !important;
}

.tire-section-image-absolute .tire-section-img,
body.page-template-page-urunlerimiz .tire-section-image-absolute .tire-section-img,
body.page-slug-urunlerimiz .tire-section-image-absolute .tire-section-img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* Promosyon Kartları */
.promo-cards-section {
  padding: 80px 0;
  background: #ffffff;
}

.promo-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

body.page-template-page-urunlerimiz .promo-card,
body.page-slug-urunlerimiz .promo-card {
  padding: 0 !important;
  aspect-ratio: 1 / 1 !important;
  min-height: auto !important;
  width: 100% !important;
}

body.page-template-page-urunlerimiz .promo-card-red,
body.page-template-page-urunlerimiz .promo-card-dark,
body.page-template-page-urunlerimiz .promo-card-orange,
body.page-slug-urunlerimiz .promo-card-red,
body.page-slug-urunlerimiz .promo-card-dark,
body.page-slug-urunlerimiz .promo-card-orange {
  background: transparent !important;
}

body.page-template-page-urunlerimiz .promo-card-bg-image,
body.page-slug-urunlerimiz .promo-card-bg-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

body.page-template-page-urunlerimiz .promo-card-bg-image img,
body.page-slug-urunlerimiz .promo-card-bg-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.promo-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-card-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.promo-card-link:hover .promo-card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.promo-card {
  padding: 0 !important;
  border-radius: 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1 !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto !important;
}

.promo-card-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.promo-card-bg-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.promo-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.promo-card-red {
  background: transparent !important;
  color: #ffffff;
}

.promo-card-dark {
  background: transparent !important;
  color: #ffffff;
}

.promo-card-orange {
  background: transparent !important;
  color: #ffffff;
}

.promo-card-icon {
  margin-bottom: 25px;
}

.promo-card-icon svg {
  width: 60px;
  height: 60px;
  color: #ffd700;
}

.promo-card-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.promo-card-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.promo-card-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  opacity: 0.95;
  max-width: 90%;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.promo-card-button {
  display: inline-block;
  padding: 14px 35px;
  background: #ffd700;
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  cursor: pointer;
}

.promo-card-link:hover .promo-card-button {
  background: #ffed4e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.promo-card-phone {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.promo-card-label {
  font-size: 0.9rem;
  opacity: 0.95;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.promo-card-bubble {
  background: rgba(255, 255, 255, 0.3);
  padding: 12px 24px;
  border-radius: 25px;
  margin-bottom: 25px;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-block;
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}


/* Çok Satan Ürünler */
.bestseller-section {
  padding: 80px 0;
  background: #ffffff;
}

.bestseller-description {
  font-size: 1.1rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.8;
  text-align: center;
}

.bestseller-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Loading Overlay */
.ege-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 12px;
  flex-direction: column;
}

.ege-loading-overlay.active,
.urunlerimiz-products-grid-container.loading .ege-loading-overlay,
.kirmizi-et-products-container.loading .ege-loading-overlay {
  display: flex;
}

.ege-loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #c33130;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ege-loading-text {
  color: #666;
  font-weight: 600;
  font-size: 16px;
}

/* Tire Text Inner - Desktop/Large Screens */
.tire-text-inner {
  margin-left: -230px;
}

/* Küçük Ekranlı PC'ler için Responsive (1024px - 1400px) - Mobil hariç */
@media (min-width: 769px) and (max-width: 1400px) {
  .tire-text-inner {
    margin-left: -100px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .tire-text-inner {
    margin-left: 0;
  }

  .tire-section-title {
    font-size: 36px !important;
    line-height: 42px !important;
  }

  .tire-section-description {
    font-size: 17px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .tire-text-inner {
    margin-left: 0;
    text-align: center;
  }

  .tire-section-title {
    font-size: 32px !important;
    line-height: 38px !important;
  }

  .tire-section-description {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .tire-section-text {
    align-items: center;
  }

  .tire-product-card {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Responsive */

@media (max-width: 1200px) {

  .urunlerimiz-products-grid,
  .kirmizi-et-products-grid,
  .bestseller-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .tire-section-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .promo-cards-grid {
    grid-template-columns: 1fr;
  }

  .tire-section-image {
    min-height: 400px;
  }
}

@media (max-width: 768px) {

  .urunlerimiz-hero,
  section.urunlerimiz-hero,
  body.page-template-page-urunlerimiz .urunlerimiz-hero,
  body.page-slug-urunlerimiz .urunlerimiz-hero {
    height: 55vh !important;
    min-height: 400px !important;
    max-height: 550px !important;
  }

  .urunlerimiz-hero-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .urunlerimiz-hero-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .urunlerimiz-hero-description {
    font-size: 0.95rem;
  }

  .urunlerimiz-whatsapp-button {
    bottom: 20px;
    left: 20px;
    flex-direction: column;
    gap: 10px;
  }

  .whatsapp-text-button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .urunlerimiz-scroll-indicator {
    bottom: 20px;
  }

  .urunlerimiz-category-filters-wrapper {
    padding: 20px 0;
  }
  
  .urunlerimiz-category-filters {
    gap: 6px;
    padding: 6px;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  
  .urunlerimiz-category-filters li {
    width: 100%;
  }

  .urunlerimiz-category-filters a {
    padding: 12px 20px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .section-title {
    font-size: 2rem;
  }

  .tire-section-title {
    font-size: 2rem;
  }

  .urunlerimiz-products-grid,
  .kirmizi-et-products-grid,
  .bestseller-products-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
    display: grid !important;
    -webkit-display: grid !important;
  }

  .urunlerimiz-products-grid li.product,
  .kirmizi-et-products-grid li.product,
  .bestseller-products-grid li.product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .urunlerimiz-products-grid li.product .ege-product-card,
  .kirmizi-et-products-grid li.product .ege-product-card,
  .bestseller-products-grid li.product .ege-product-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  .urunlerimiz-products-grid li.product .ege-product-image-wrapper,
  .kirmizi-et-products-grid li.product .ege-product-image-wrapper,
  .bestseller-products-grid li.product .ege-product-image-wrapper {
    width: calc(100% - 16px) !important;
    margin: 8px !important;
  }

  .urunlerimiz-products-grid li.product .ege-product-image-wrapper img,
  .kirmizi-et-products-grid li.product .ege-product-image-wrapper img,
  .bestseller-products-grid li.product .ege-product-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    -webkit-object-fit: cover !important;
    -webkit-object-position: center center !important;
  }

  .kirmizi-et-tabs {
    width: 100%;
    flex-direction: column;
    gap: 6px;
    padding: 6px;
  }

  .kirmizi-et-tab {
    width: 100%;
    padding: 12px 20px;
  }

  .promo-card {
    aspect-ratio: 2 / 3 !important;
    padding: 0 !important;
    min-height: 350px !important;
  }
}