/* =========================================================
   MENESA DRESS - RESPONSIVE TASARIM (REVİZE)
   ========================================================= */

/* === 📱 MOBİL CİHAZLAR (max 576px) === */
@media (max-width: 576px) {

  /* HEADER */
  .site-logo {
    height: 32px;
    max-height: 32px;
  }

  .site-title {
    font-size: 0.9rem;
  }

  .menu-toggle {
    font-size: 1.6rem;
  }

  /* ARAMA & BUTONLAR */
  .mobile-search-input {
    font-size: 0.9rem;
    padding: 8px 38px 8px 14px;
  }

  .btn-gold {
    padding: 8px 14px;
    font-size: 0.85rem;
  }

  /* ÜRÜN DETAY */
  .product-details h1 {
    font-size: 1.3rem;
  }

  .product-price {
    font-size: 1.1rem;
  }

  .product-description {
    font-size: 0.9rem;
  }

  /* ÜRÜN KARTLARI */
  .product-card .thumb-wrap {
    height: 260px;
  }

  .product-card-title {
    font-size: 0.95rem;
  }

  /* HERO SLIDER */
  .hero-slider .carousel-item img {
    height: 50vh;
  }

  /* ADIM KUTULARI */
  .steps-section h2 {
    font-size: 1.2rem;
  }

  .step-box {
    padding: 16px 10px;
  }

  .icon-wrap {
    width: 55px;
    height: 55px;
    font-size: 1.5rem;
  }

  /* FOOTER */
  .menesa-footer {
    text-align: center;
  }

  .menesa-footer img {
    height: 26px;
  }

  .footer-links li {
    margin-bottom: 8px;
  }

  .footer-title {
    font-size: 0.9rem;
  }

  /* GENEL CONTAINER */
  .container {
    width: 94%;
  }

  /* GRID */
  .row.g-4 > [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px;
  }

  /* MOBİL MENÜ ALT BAŞLIKLAR */
  .mobile-sublist li a {
    padding: 10px 26px;
    font-size: 0.9rem;
  }

  /* WHATSAPP CTA */
  .product-cta .btn {
    font-size: 0.95rem;
  }
}

/* === 💻 TABLET (577px–991px) === */
@media (min-width: 577px) and (max-width: 991px) {
  .site-logo {
    height: 40px;
  }

  .site-title {
    font-size: 1rem;
  }

  .nav-link {
    font-size: 0.9rem;
  }

  .brand span {
    font-size: 1.1rem;
  }

  .steps-section h2 {
    font-size: 1.5rem;
  }

  .product-details h1 {
    font-size: 1.4rem;
  }

  .product-price {
    font-size: 1.15rem;
  }

  .product-description {
    font-size: 0.95rem;
  }

  .product-card .thumb-wrap {
    height: 280px;
  }

  /* GRID */
  .cards,
  .row.g-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* FOOTER */
  .footer-brand img {
    max-width: 200px;
  }

  .footer-map iframe {
    height: 200px;
  }
}

/* === 🖥️ DESKTOP (992px–1439px) === */
@media (min-width: 992px) and (max-width: 1439px) {
  .product-card .thumb-wrap {
    height: 300px;
  }

  .product-details h1 {
    font-size: 1.5rem;
  }

  .product-description {
    font-size: 1rem;
  }

  .steps-section h2 {
    font-size: 1.6rem;
  }

  .container {
    width: 88%;
  }
}

/* === 🖥️ ULTRA WIDE MONİTÖRLER (1440px ve üzeri) === */
@media (min-width: 1440px) {
  .product-card .thumb-wrap {
    height: 340px;
  }

  .product-details h1 {
    font-size: 1.6rem;
  }

  .product-description {
    font-size: 1.05rem;
  }

  .footer-map iframe {
    height: 260px;
  }
}
