 body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
			background-image: url('https://sporthink.mncdn.com/sporthink/frontend/super-kis-indirimleri/img/super-kis-bg.png');
            background-size: contain;
			background-attachment: fixed;
        }


        .container2 {
            max-width: 1500x;
            margin: 0 auto;
            background: repeat;
        }
        .row {
            display: flex;
            flex-wrap: wrap;
        }
.product2 {
    display: flex; 
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
}

        .coll-12 {
            width: 100%;
            text-align: center;
        }

        .coll-6 {
            width: 50%;
        }

        .coll-4 {
            width: 20%;
        }

        .coll-3 {
            width: 20%;
        }
.coll {
    width: 15%;
    padding: 5px;
    margin: 5px;
    height: 89%;
    background-color: white;
    border-radius: 15px;
    position: relative;
    text-decoration: none;
    border: solid;
    border-color:#e17691;
}

.img2 {
  width: 100%;
  height: auto;
 border-radius: 15px; 
}

.img4 {
  width: 100%;
  height: auto;
  border: solid;
  border-radius: 42px;
  border-color: #e17691;
  border-width: 3px;
}
.img3 {
  max-width: 100%;
  max-height: 100%;
}

h2 {
  text-align: center; 
  color: black; 
   }
.baslik{
   color:black;
   position: relative;
   font-size: 14px;
   font-weight: bold;
   display: block;

   
}
.aciklama{
   color:black;
   position: relative;
   font-size: 14px;
   display: block;

}
.fiyat{
   position: relative;
   text-decoration: line-through;
   color: gray;
   font-size: 0.7em;
   display: block;

}
p{
   color:black;
   position: relative;
   font-weight: bolder;

}
.article {
background-color: white;
            padding: 30px;
        }

.link {
            display: block;
            position: relative;
            margin: 10px; 
			 border-radius: 30px; 
        }
.link-5 {
    display: block;
    position: relative;
    margin: 5px; 
}

        /* Gölge efekti eklemek için bu stil düzenlemesini yaptık */
.link:hover {
   box-shadow: 0px 0px 20px rgba(241,169,187, 0.6);
}
.coll:hover {
   box-shadow: 0px 0px 20px rgba(241,169,187, 0.6);
}

.indirim-2 {
    position: absolute;
    right: 25px;
    bottom: 9px;
    color: #ee3124;
    padding: 0px 1.5px;
    font-weight: bold;
    border: 2px solid #ee3124;
    font-size: x-small;
}
.indirim {
    position: absolute;
    right: 5px;
    bottom: 9px;
    color: #ee3124;
    padding: 0px 5px;
    font-weight: bold;
    border: 2px solid #ee3124;
    font-size: x-small;
}
.kargo {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e17691;
    color: White;
    padding: 2px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bolder;
}

.renk-dis {
    display: flex;
    justify-content: flex-end;
    position: relative;
    bottom: 110px;
}

.renk-ic {
    width: 13px;
    height: 13px; 
    border-radius: 50%;
    margin: 1px;
    border: 2px solid #ddd; 
}

.flash-indirim {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: auto;
    z-index: 1;
    border-radius: 10px; 

}
@media (max-width: 1090px) {
	    .coll {
        width: 32%;
        margin: 3px;
        height: 47%;
    }
}
	
/* Ekstra küçük cihazlarda (örneğin mobil) col-3'ü col-6 yap */
@media (max-width: 840px) {
    .coll-6{
        width: 100%
}
    .coll-3 {
        width: 50%;
    }
.coll-4 {
    width: 28%;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}
    .coll {
        width: 48%;
        margin: 3px;
        height: 32%;
    }
    .product2 {
        margin-bottom: 25px;
    }
	.product2-3 {
        margin-bottom: 25px;
    }
	
.baslik{
  position: relative;
  font-size: 1rem;
  top: 8px;
}

.aciklama{
   position: relative;
   font-size: 1rem;
   top: 8px
}
.fiyat{
   position: relative;
   top: 5px

}
p{
   position: relative;
   font-size: 15px;
   top:5px;

}
.indirim-2 {
        position: absolute;
        bottom: 6px;
        right: 25px;
        padding: 1px 1px;
        font-size: 9px;
    }
.indirim {
        position: absolute;
        bottom: 6px;
        right:7px;
        padding: 1px 3px;
        font-size: 9px;
    }
.kargo{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 9px;
    font-weight: normal;
}
.renk-dis {
    bottom: 85px;
}

@media (max-width: 502px) {
.renk-dis {
    bottom: 103px;
}


@media (max-width: 435px) {
 h4 {
    position: relative;
    font-size: 13px;
    }
	
.baslik{
    position: relative;
    font-size: 13px;
}

.aciklama{
    position: relative;
    font-size: 13px;
}
.fiyat{    
   font-size: 13px;
   position: relative;
   top: 8px

}
p{
   position: relative;
   font-size: 13px;
   top: 8px

}

.product2 {
        margin-bottom: 2px;
    }
	
.indirim-2 {
        position: absolute;
        right: 15px;
        padding: 1px 1px;
        font-size: 9px;
    }
.indirim {
        position: absolute;
        right: 2px;
        padding: 1px 2px;
        font-size: 9px;
    }
.kargo{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 9;
    font-weight: normal;
}
.renk-dis {
    bottom: 100px;
}

@media (max-width: 380px) {
.coll {
    width: 49%;
    margin: 0px;
    height: 31%;
}

.indirim-2 {
    position: absolute;
    right: 10px;
    padding: 1px 0px;
    font-size: 8px;
}

.indirim {
    position: absolute;
    right: 2px;
    padding: 1px 2px;
    font-size: 8px;
}
p {
    position: relative;
    font-size: 12px;
    top: 8px;
}