:root {
    --primary-color: #E1E0D6;
    --primary-dark: #C8C7BD;
    --text-dark: #333333;
    --text-light: #777777;
    --accent-color: #8B7D6B;
    --background-color:#F9F9F7;
}
        
* { 
    margin: 0;   
    padding: 0;    
    box-sizing: border-box; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      text-decoration: none;
}





  html {
    font-size: 62.5%;
    
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
  }



body {
    background-color:#F9F9F7;
    height: 100vh;
    width: 100vw;
}


a {
    text-decoration: none;
    color: black;
}







/* masaüstü başlangıç  */


@media (min-width: 1281px) {

.background {

    width: 100vw;
    height: fit-content;

}


.mother-parts {
    width: 100½;
    height: fit-content;
    padding: 4rem 7%;
        display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    margin-top: 8rem;
}




.product-card{
    width: 30%;
    padding: 3rem 3rem 3rem 3rem ;



    border-radius: 1rem ;
          box-shadow:0 4px 8px 0  rgba(0, 0, 0, 0.19);


           transition: all .2s ease-in;



}


.product-card img{
    width: 100%;
    border-radius: 1rem;
}

.product-card .product-promt{
    display: flex ;
    flex-direction: column-reverse;
}


.kategori {
    margin-top: 2rem;
    font-size: 1.3rem;
    color: #333333a4;
    font-weight: 500;
}



.product-card .product-btn {
    background-color: var(--primary-color);
    display: flex;
    width: 12rem;
    padding: 0.5rem 2rem;
    border-radius: 1rem;
    margin-top: 1rem;
}

.btn-placeholder{
    font-size: 1.2rem;
    font-weight: 500;
}



.product-card:hover {
    transform: scale(1.02);
    box-shadow:0 6px 12px 0  rgba(0, 0, 0, 0.19);
}
/*masaüstü  bitiş */



  
  
}





/* RESPONSİVE BAŞLANGIÇ   */




/* RESPONSİVE BAŞLANGIÇ   */




@media (min-width: 1025px) and (max-width: 1280px) {
  


    .background {

    width: 100vw;
    height: fit-content;

}


.mother-parts {
    width: 100½;
    height: fit-content;
    padding: 4rem 3rem ;

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 8rem;
    gap: 5rem;
}




.product-card{
    width: 45%;
    padding: 3rem 3rem 3rem 3rem ;



    border-radius: 1rem ;
          box-shadow:0 4px 8px 0  rgba(0, 0, 0, 0.19);


           transition: all .2s ease-in;



}


.product-card img{
    width: 100%;
    border-radius: 1rem;
}

.product-card .product-promt{
    display: flex ;
    flex-direction: column-reverse;
}


.kategori {
    margin-top: 2rem;
    font-size: 1.3rem;
    color: #333333a4;
    font-weight: 500;
}



.product-card .product-btn {
    background-color: var(--primary-color);
    display: flex;
    width: 12rem;
    padding: 0.5rem 2rem;
    border-radius: 1rem;
    margin-top: 1rem;
}

.btn-placeholder{
    font-size: 1.2rem;
    font-weight: 500;
}



.product-card:hover {
    transform: scale(1.02);
    box-shadow:0 6px 12px 0  rgba(0, 0, 0, 0.19);
}
  
  

}




@media (min-width: 768px) and (max-width: 1024px) {


    .background {

    width: 100vw;
    height: fit-content;

}


.mother-parts {
    width: 100½;
    height: fit-content;
    padding: 4rem 3rem;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8rem;
    gap: 5rem;
}




.product-card{
    width: 45%;
    padding: 3rem 3rem 3rem 3rem ;



    border-radius: 1rem ;
          box-shadow:0 4px 8px 0  rgba(0, 0, 0, 0.19);


           transition: all .2s ease-in;



}


.product-card img{
    width: 100%;
    border-radius: 1rem;
}

.product-card .product-promt{
    display: flex ;
    flex-direction: column-reverse;
}


.kategori {
    margin-top: 2rem;
    font-size: 1.3rem;
    color: #333333a4;
    font-weight: 500;
}



.product-card .product-btn {
    background-color: var(--primary-color);
    display: flex;
    width: 12rem;
    padding: 0.5rem 2rem;
    border-radius: 1rem;
    margin-top: 1rem;
}

.btn-placeholder{
    font-size: 1.2rem;
    font-weight: 500;
}



.product-card:hover {
    transform: scale(1.02);
    box-shadow:0 6px 12px 0  rgba(0, 0, 0, 0.19);
}
  
  
}





@media (min-width: 481px) and (max-width: 767px) {
  


    

.background {

    width: 100vw;
    height: fit-content;

}


.mother-parts {
    width: 100½;
    height: fit-content;
    padding: 4rem 7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10%;
    row-gap: 5rem;
    margin-top: 8rem;
}




.product-card{
    width: 100%;
    padding: 3rem 3rem 3rem 3rem ;
    border-radius: 1rem ;
    box-shadow:0 4px 8px 0  rgba(0, 0, 0, 0.19);
    transition: all .2s ease-in;



}


.product-card img{
    width: 100%;
    border-radius: 1rem;
}

.product-card .product-promt{
    display: flex ;
    flex-direction: column-reverse;
}


.kategori {
    margin-top: 2rem;
    font-size: 1.3rem;
    color: #333333a4;
    font-weight: 500;
}



.product-card .product-btn {
    background-color: var(--primary-color);
    display: flex;
    width: 12rem;
    padding: 0.5rem 2rem;
    border-radius: 1rem;
    margin-top: 1rem;
}

.btn-placeholder{
    font-size: 1.2rem;
    font-weight: 500;
}



.product-card:hover {
    transform: scale(1.02);
    box-shadow:0 6px 12px 0  rgba(0, 0, 0, 0.19);
}
  
}





@media (min-width: 320px) and (max-width: 480px) {
  




    
.background {

    width: 100vw;
    height: fit-content;

}


.mother-parts {
    width: 100½;
    height: fit-content;
    padding: 4rem 7%;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    margin-top: 8rem;
}




.product-card{
    width: 100%;
    padding: 3rem 3rem 3rem 3rem ;
    border-radius: 1rem ;
    box-shadow:0 4px 8px 0  rgba(0, 0, 0, 0.19);
    transition: all .2s ease-in;



}


.product-card img{
    width: 100%;
    border-radius: 1rem;
}

.product-card .product-promt{
    display: flex ;
    flex-direction: column-reverse;
}


.kategori {
    margin-top: 2rem;
    font-size: 1.3rem;
    color: #333333a4;
    font-weight: 500;
}



.product-card .product-btn {
    background-color: var(--primary-color);
    display: flex;
    width: 15rem;
    padding: 0.5rem 2rem;
    border-radius: 1rem;
    margin-top: 1rem;
}

.btn-placeholder{
    font-size: 1.2rem;
    font-weight: 500;
}



.product-card:hover {
    transform: scale(1.02);
    box-shadow:0 6px 12px 0  rgba(0, 0, 0, 0.19);
}
  
}



/* RESPONSİVE BAŞLANGIÇ   */