    #markalar {
    display:none;
    }
    
    .rc-rcbrand-container {
        position:relative;
        max-width:100%;
        margin-bottom: 20px;
    }
    .rc-rcbrand-ul {
        position:relative;
        width:99999px;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
        overflow: auto;
    }
    
    .rc-rcbrand-inner {
        position: relative;
        overflow: hidden;
        float:left;
        width:100%;
        background: #ffffff;
        border:1px solid #ccc;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;  
    }
    
    .rc-rcbrand-item {
        float:left;
        margin:0px;
        padding:0px;
        cursor:pointer;
		display:block;
        position:relative;
        line-height:0px;
    }
/* --- Çayırlar Döküm Ürün Slider Düzeltmesi --- */
.rc-rcbrand-item img {
  width: 180px;           /* tüm resimler eşit genişlikte */
  height: 120px;          /* aynı yükseklik */
  object-fit: contain;    /* oranı korur, taşmayı engeller */
  display: block;
  margin: 10px auto;      /* dikey ortalama */
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

/* Hover efekti */
.rc-rcbrand-item img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .rc-rcbrand-item img {
    width: 130px;
    height: 90px;
  }
}

@media (max-width: 480px) {
  .rc-rcbrand-item img {
    width: 100px;
    height: 70px;
  }
}

    
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        padding:5px 10px;
        border-radius:50%;    
        position: absolute;
        cursor: pointer;
        z-index: 4;
        top: 50%;
        transform: translateY(-50%);   
        background: rgb(255, 102, 0, 0.5);
        color: #fff;     
    }
    
    .rc-rcbrand-nav-left {
        left: 10px;
    }
    
    .rc-rcbrand-nav-left:before {
        content: "<"
    }
    
    .rc-rcbrand-nav-left.disabled {
        opacity: 0.4;
    }
    
    .rc-rcbrand-nav-right {
        right: 5px;    
    }
    
    .rc-rcbrand-nav-right:before {
        content: ">"
    }
    
    .rc-rcbrand-nav-right.disabled {
        opacity: 0.4;
    }
	
	
	