body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color:#FF840A;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    
}
.product2 {
    display: flex; 
    flex-wrap: wrap;
    margin-bottom: 30px;
    background-color: #FF840A;
    justify-content: space-between;
}
.product2-3 {
    width: 100%;
    display: flex; 
    flex-wrap: wrap;
    margin-bottom: 30px;
    background-color: #FF840A;
    justify-content: space-between;
}
.row2 {
    display: flex;
    flex-wrap: wrap;
	
}

.coll-12 {
    width: 100%;
}

.col-6 {
    width: 50%;
}

.col-4 {
    width: 25%;
}

.col-3 {
    width: 25%;
}
.coll {
    width: 23%;
    padding: 5px;
    margin: 5px;
    height: 290px;
    background-color: white;
    border-radius: 15px;
    position: relative;
    text-decoration: none;
    border: solid;
    border-color:#9BC6B0;
}
.coll-2 {
    width: 23%;
    padding: 5px;
    margin: 5px;
    height: 310px;
    background-color: white;
    border-radius: 15px;
    position: relative;
    text-decoration: none;
    border: solid;
    border-color:#9BC6B0;
}
.img2 {
    width: 100%;
    height: auto;
    border-radius: 10px; 
}

h2 {
    text-align: center; 
    color: black; 
}

h4{
   color:black;
   position: relative;
   font-size: 14px;

}
p{
   color:black;
   position: relative;
   font-weight: bolder;

}

.article {
    background-color: white;
    padding: 20px;
    margin: 0px -299px;
}

.link {
    display: block;
    position: relative;
    margin: 10px; 
}
.link-2 {
    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(255, 187, 0, 0.6);
}
.coll:hover {
   box-shadow: 0px 0px 20px rgba(255, 187, 0, 0.6);
}
.coll-2:hover {
   box-shadow: 0px 0px 20px rgba(255, 187, 0, 0.6);
}


.indirim-2 {
    position: absolute;
    right: 55px;
    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: #ffb600;
    color: White;
    padding: 2px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bolder;
}

.renk-dis {
    display: flex;
    justify-content: flex-end;
    position: relative;
    bottom: 96;
}

.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; 

}

/* Ekstra küçük cihazlarda (örneğin mobil) col-3'ü col-6 yap */
@media (max-width: 840px) {
    .col-6{
        width: 100%
}
    .col-3 {
        width: 50%;
    }
    .coll {
        width: 48%;
        margin: 3px;
        height: 46%;
    }
    .coll-2 {
        width: 48%;
        margin: 3px;
        height: 46%;
    }
    .product2 {
        margin-bottom: 25px;
    }
	.product2-3 {
        margin-bottom: 25px;
    }
    h4 {
    position: relative;
    font-size: 1rem;
    top: 8px
    }
p{
   position: relative;
   font-size: 15px;
   top:5px;

}
.indirim-2 {
        position: absolute;
        bottom: 6px;
        right: 47px;
        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;
}
.article {
    margin: 0px;
}

}

@media (max-width: 502px) {
.renk-dis {
    bottom: 103px;
}
}


@media (max-width: 435px) {
 h4 {
    position: relative;
    font-size: 13px;
    }
p{
   position: relative;
   font-size: 13px;
   top: 8px

}

.product2 {
        margin-bottom: 2px;
    }
	
.product2-3 {
        margin-bottom: 2px;
    }
.indirim-2 {
        position: absolute;
        right: 36px;
        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: 50%;
    margin: -4px;
    height: 49%;
}
.coll-2 {
    width: 50%;
    margin: -4px;
    height: 49%;
}
.indirim-2 {
    position: absolute;
    right: 33px;
    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;
}
}