.socials {
    margin: 0 15px;
  }
  
  .socials img {
    padding-left: 4px;
  }
  
  .catalog__button {
    background: #102e50;
  }
  
  .header .nav-link, .header .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 100;
  }
  
  .header {
    background-color: #f8f6f7 !important;
  }
  @media(max-width: 991px) {
      .header {
        padding: 0;
        background: transparent !important;
      }
    }
  .search__input {
    border: 1px solid !important;
    border-color: #dbe1ed !important;
  }
  
  .place span {
    letter-spacing: .06em;
    font-weight: 300;
    color: #102e50;
  }
  
  .left-con {
    font-size: 15px;
    height: 225px;
  }
  
  .right-con {
    font-size: 15px;
    height: 226px;
  }
  
  .left-cont {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  
  .dropdown-item svg {
    width: 14%;
    padding: 10px;
  }
  
  .profile .cart__number span.favorite-count.active {
    background-color: #000;
    font-size: 1.2rem;
    background-color: #fff;
  }
  
  /*.container-happy {
    height: 145px;
  }*/
  
  .happy-n {
    width: 100%;
  /*height: 164%;*/
  }
  
  
  /* Articles kisminin rengi новости и акции yazisi icin 21/11/2025 */
  .section-title a[href="/articles/"] {
    color: #164680 !important;  /* istediğin rengi yaz */
  }
  .section-title a[href="/articles/"]:hover {
    color: #4b7edc !important;
  }
  /* Articles kisminin rengi новости и акции yazisi icin 21/11/2025 */
  
  
  
  /* --- Üçlü blok (karta-tsvetov, catalog, sale) düzeni --- */
  
  h3 {
    font-size: 33px;
    color: #102d4f;
    /* Desktop */
  }
  
  @media (max-width: 768px) {
    h3 {
      font-size: 14px;  /* Mobil */
    }
  }
  .ads {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;       /* Butonları ortala */
    align-items: center;           /* Dikeyde hizala */
    margin: 20px auto -50px auto;   /* ÜST 10px, ALT 10px */
    padding: 0;
    gap: 20px;                     /* Butonlar arası boşluk */
    width: 100%;
    max-width: none;
    background: transparent;       /* Arka plan saydam */
    box-sizing: border-box;
  }
  
  .ads__item {
    flex: 0 1 calc(33.33% - 20px); /* üçlü düzen, aradaki boşluğu hesaba kat */
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;       /* Arka plan saydam */
  }
  
  .ads__image {
    width: 100%;
    height: 85px;
    overflow: hidden;
    border-radius: 12px;
    background: transparent;       /* Arka plan saydam */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .ads__image img {
    width: 70%;
    height: auto;
    object-fit: contain;
    object-position: top;
    display: block;
    transition: transform 0.3s ease;
  }
  
  /* Hover efekti (isteğe bağlı) */
  .ads__image img:hover {
    transform: scale(1.05);
  }
  
  /* --- Mobil görünüm (max-width: 768px) --- */
  @media (max-width: 768px) {
    .ads {
      flex-direction: column;      /* alt alta diz */
      align-items: center;         /* ortala */
      gap: 1px;                    /* boşluğu azalt */
      margin: 0 auto;
      padding: 0;
    }
  
    .ads__item {
      flex: 1 1 100%;
      margin: 0;
      padding: 0;
      max-width: 95%;              /* kenarlardan az boşluk bırak */
    }
  
    .ads__image {
      height: 65px;                /* biraz daha kısa */
      border-radius: 10px;
      overflow: hidden;
    }
  
    .ads__image img {
      width: 85%;                  /* biraz daha büyük görünür */
      height: auto;
      object-fit: contain;
      display: block;
    }
  }
  
  
  
  
  /* ----------------------------------------
     SEO Metni Bölümü Stil Ayarları
  ---------------------------------------- */
  
  /* Ana SEO bölümü */
  .seo-section {
      margin-top: 30px;      /* Ürün listesinden veya üst içerikten boşluk bırakır */
      line-height: 1.6;      /* Satırlar arasındaki boşluğu artırır, okunabilirliği artırır */
      font-size: 16px;       /* Genel metin boyutu */
  }
  
  /* SEO başlığı (H1) */
  .seo-section h1 {
      font-size: 28px;       /* Başlık boyutu */
      font-weight: bold;     /* Kalın font */
      margin-bottom: 20px;   /* Başlığın altına boşluk bırakır */
  }
  
  /* Paragraflar */
  .seo-section p {
      margin-bottom: 15px;   /* Her paragrafın altına boşluk bırakır */
  }
  
  /* Listeler */
  .seo-section ul {
      padding-left: 20px;    /* Liste başlıklarının sola dayalı iç boşluğu */
      margin-bottom: 15px;   /* Listenin altına boşluk bırakır */
  }
  
  
  /* ----------------------------------------
     MOBİLE CATALOG DÜZELTME
  ---------------------------------------- */
  @media (max-width: 480px) {
      /* Mobile catalog container */
      .mobile_catalog .section-item,
      .mobile_catalog a,
      .catalog-sections .section {
          display: block !important;
          overflow: hidden !important;
          height: 180px !important;
          position: relative !important;
          width: 100% !important;
      }
      
      /* Resmi tam kapla */
      .mobile_catalog img,
      .mobile_catalog .section-item img,
      .mobile_catalog a img {
          position: absolute !important;
          top: 0 !important;
          left: 0 !important;
          width: 100% !important;
          height: 100% !important;
          object-fit: cover !important;
          object-position: center !important;
      }
  }
  
  /* Tablet için */
  @media (min-width: 481px) and (max-width: 768px) {
      .mobile_catalog img {
          width: 100% !important;
          height: 220px !important;
          object-fit: cover !important;
      }
  }
  
  /* ==== Отзывы - carousel ==== */
  .reviews-slider {
      padding: 40px 0;
  }
  
  .reviews-slider .section-title {
      text-align: center;
      margin-bottom: 25px;
      color: #164680;
      font-size: 22px;
      font-weight: 600;
  }
  
  .reviews-carousel {
      position: relative; /*  */
      width: 100%;  /* tam genişlik  */
      max-width: 1400px;  /* biraz daha geniş */
      margin: 0 auto;
      padding: 0 20px;  /* kenarlarda hafif boşluk */
  }
  
  /* Oklar - çerçeve kenarlarına yaslı */
  .reviews-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #d0d4dc;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #777;
      z-index: 10;
      transition: all .2s;
      box-shadow: 0 4px 12px rgba(0,0,0,0.12);
      font-size: 18px;
      font-weight: bold;
  }
  .reviews-arrow:hover {
      border-color: #F6A415;
      color: #F6A415;
      background: #fffdf0;
  }
  
  /* Sol ok EN SOLA, sağ ok EN SAĞA */
  .reviews-arrow_prev {
      left: 10px;  /* container padding'inden sonra  */
  }
  .reviews-arrow_next {
      right: 10px;  /* container padding'inden sonra */
  }
  
  /* Satır - tam genişlik, tüm yorumlar görünsün */
  .reviews-row {
      display: flex;
      gap: 10px;
      overflow-x: auto;  /* yatay kaydırma */
      padding: 0 40px;   /* oklarla yorumlar arası boşluk eskihali 50px*/
      scroll-behavior: smooth;
      scrollbar-width: none;  /* Firefox */
      -ms-overflow-style: none;  /* IE/Edge */
  }
  .reviews-row::-webkit-scrollbar {
      display: none;  /* Chrome/Safari */
  }
  
  .review-item {
      flex: 0 0 235px;  /* biraz daha dar, daha fazla sığsın eskihali 300px */
      max-width: 340px; /*  eskihali 300px */
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
      padding: 18px 20px;
      transition: transform 0.2s;
  }
  .review-item:hover {
      transform: translateY(-2px);
  }
  
  /* Üst kısım */
  .review-top {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
  }
  .review-avatar {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: linear-gradient(135deg, #f1f3f6, #e8ecf2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 600;
      margin-right: 12px;
  }
  .review-head-text {
      flex: 1;
      display: flex;
      flex-direction: column;
  }
  .review-name {
      font-weight: 600;
      font-size: 15px;
      color: #102e50;
      line-height: 1.3;
  }
  .review-date {
      font-size: 12px;
      color: #888;
      margin-top: 2px;
  }
  
  /* Sarı yıldızlar */
  .review-stars {
      color: #F6A415 !important;
      font-size: 14px;
      margin: 6px 0 12px;
  }
  
  /* Metin */
  .review-text {
      font-size: 14px;
      line-height: 1.55;
      color: #555;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  
  /* Tablet */
  @media (max-width: 1024px) {
      .reviews-carousel {
          padding: 0 15px;
      }
      .reviews-row {
          padding: 0 65px;
          gap: 16px;
      }
      .review-item {
          flex: 0 0 280px;
          max-width: 280px;
      }
  }
  
  /* Mobile */
  @media (max-width: 768px) {
      .reviews-slider {
          padding: 30px 0;
      }
      .reviews-carousel {
          padding: 0 10px;
      }
      .reviews-arrow {
          width: 36px;
          height: 36px;
          font-size: 16px;
      }
      .reviews-arrow_prev { left: 5px; }
      .reviews-arrow_next { right: 5px; }
      .reviews-row {
          padding: 0 55px;
          gap: 12px;
      }
      .review-item {
          flex: 0 0 260px;
          max-width: 260px;
          padding: 16px 16px;
      }
  }
  
  /* Çok küçük ekran */
  @media (max-width: 480px) {
      .review-item {
          flex: 0 0 calc(100vw - 120px);
          max-width: calc(100vw - 120px);
      }
  }
  
  /* haberler kismi bolumler! articles */
  .news-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 30px;
  }
  
  .news-card {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .news-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  
  .news-card__image {
      display: block;
      width: 100%;
      height: 200px;
      overflow: hidden;
  }
  
  .news-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
  }
  
  .news-card:hover .news-card__image img {
      transform: scale(1.05);
  }
  
  .news-card__content {
      padding: 20px;
  }
  
  .news-card__title {
      font-size: 18px;
      font-weight: 600;
      margin: 0 0 10px 0;
      line-height: 1.4;
  }
  
  .news-card__title a {
      color: #333;
      text-decoration: none;
      transition: color 0.3s ease;
  }
  
  .news-card__title a:hover {
      color: #e74c3c;
  }
  
  .news-card__text {
      font-size: 14px;
      color: #666;
      line-height: 1.6;
  }
  
  /* Responsive */
  @media (max-width: 1200px) {
      .news-grid {
          grid-template-columns: repeat(3, 1fr);
      }
  }
  
  @media (max-width: 768px) {
      .news-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 15px;
      }
  }
  
  @media (max-width: 480px) {
      .news-grid {
          grid-template-columns: 1fr;
      }
  }
  
  /* sidebar yeni 29/12/2025*/
  
  .sidebar-articles {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }
  
  .sidebar-article {
      display: flex;
      gap: 15px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e5e5e5;
  }
  
  .sidebar-article:last-child {
      border-bottom: none;
      padding-bottom: 0;
  }
  
  .sidebar-article__image {
      flex-shrink: 0;
      width: 80px;
      height: 80px;
      border-radius: 8px;
      overflow: hidden;
  }
  
  .sidebar-article__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  .sidebar-article__content {
      flex: 1;
  }
  
  .sidebar-article__date {
      font-size: 12px;
      color: #999;
      margin-bottom: 5px;
  }
  
  .sidebar-article__title {
      font-size: 14px;
      font-weight: 500;
      margin: 0;
      line-height: 1.4;
  }
  
  .sidebar-article__title a {
      color: #333;
      text-decoration: none;
  }
  
  .sidebar-article__title a:hover {
      color: #e74c3c;
  }
  
  .article-full-image {
      max-width: calc(100% - 370px); /* Sidebar (320px) + gap (50px) = 370px */
  }
  
  
  /* Kategori sayfalarında H1 beyaz renk */
  body[class*="catalog"] h1,
  .catalog h1,
  #content h1 {
      color: #ffffff !important;
      font-size: 10px !important;
  }
  
  