: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;
    text-decoration: none;
  }



body {
    background-color:#F9F9F7;
    height: 100vh;
    width: 100vw;

  overflow-x: hidden;
}




.hidden{
  display: none !important;
}

/* kod başlangıç masaüstü */


.arka-plan{
    width: 100%;
    height: fit-content;
    display: flex;
    padding: 12rem 7%;
    

}

.urun-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;

}

.left-container{
    width: 63%;
}

.right-container{
    width:33%;
}

.gallery{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.büyük-foto{
    width: 100%;
    height: fit-content;
}

.büyük-foto img {
    width: 90%;
    height: auto;
    border-radius: 2rem;
}

.kucuk-foto{
    display: flex;
    flex-wrap: nowrap;
    width: 90%;
    gap: 1rem;
    overflow-x: scroll;
}

.kucuk-foto img {
    width: 13rem;
    height: auto;
    border-radius: 1rem;
}



.urun-baslık{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.urun-acıklama{
    font-size: 1.5rem;
    font-weight: 400;
}






.sepete-ekle-alan {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.urun-fiyat-goster {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.sepete-ekle-form {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.adet-alan {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.adet-btn {
    width: 36px;
    height: 42px;
    background: #f5f5f5;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.2s;
}

.adet-btn:hover { background: #e5e5e5; }

#adet-input {
    width: 50px;
    height: 42px;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    background: white;
}

.sepete-ekle-btn {
    padding: 12px 30px;
    background: #222;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: background 0.3s;
    flex: 1;
    max-width: 220px;
}

.sepete-ekle-btn:hover { background: #444; }















/* .tablo-baslık {
    margin-top: 3rem;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;

} */



/* tab links başlanıç  */

/* TAB MENU */
.urun-tab {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-top: 3rem;
}

.urun-tab button {
    flex: 1;
    background: none;
    border: none;
    padding: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    color: #3a3939;
    transition: 0.3s;
    border-bottom: 3px solid transparent;
}

.urun-tab button:hover {
    color:#333333 ;
}

.urun-tab button.active {
    color: #333333;
    border-bottom: 3px solid var(--accent-color);
}

/* TAB CONTENT */
.tabcontent {
    display: none;
    padding-top: 2rem;
    height: 20rem;
}




/* tab links bitiş  */

.right-container table{
    width: 100%;
    height: 10rem;
    text-align: left;
    font-size: 1.5rem;
 /*    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.233) ; */ 
    margin-bottom: 1rem;
  /*   padding-bottom: 1rem; */

    border: none;
    border-bottom: 1px solid #eee;
    padding: 1.5rem 0;
}



.right-container table tr:hover{
    background-color: #8b7d6b25;

}

.ozellik{
    width: 100%;  

}

.baslık{
    font-size: 1.8rem ;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 3rem;

}


.ozellik .satir{
    display: flex;
    font-size: 1.5rem;
}

.ozellik .satir :not(:last-child) {
    margin-bottom: 3rem;
}

.ozellik .satir .bold{
    font-weight: bold;
    width: 30%;
}

.ozellik .satir .lighter{
    width: 70%;
}




/* benzer ürünler başlangıç  */






div.scroll-container {
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 7rem 0;
  max-width: 100%;
}



.scroll-container .highlighter-baslik{
  font-size: 2rem;
  font-weight: bold;
  text-align: center !important;
  margin-top: 5rem;
  width: fit-content;
  margin-bottom: 2rem;
  position: sticky;
  left: 2rem;
}


div.scroll-container .wrap{
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  max-height: fit-content;
  gap: 1rem;
}

div.scroll-container div.highlighter-urun {
  width: 16vw ;
  height:auto;
  margin-bottom: 1rem;
}

div.scroll-container div.highlighter-urun img {
  padding: 0;
  width: 15vw;
  border-radius: 1rem;
}











.highlighter-urun {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff59;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.highlighter-urun:hover .overlay {
  height: 20%;
}

.text {
  color: rgb(0, 0, 0);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



/* benzer ürünler bitiş  */





/* responsive tasarım başlangıç  */



@media (min-width: 320px) and (max-width: 480px) {
  
.arka-plan{
    width: 100%;
    height: fit-content;
    display: flex;
    padding: 12rem 2%;
    

}

.urun-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 5%;

}

.left-container{
    width: 100%;
}

.product-container {
  display: flex;
  width: 100% !important;
}


.right-container{
    width:100%;
    margin-top: 4REM;
}

.gallery{
    width: 100% ;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.büyük-foto{
    width: 100%;
    height: fit-content;
}

.büyük-foto img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.kucuk-foto{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 1rem;
    overflow-x: scroll;
}

.kucuk-foto img {
    width: 13rem;
    height: auto;
    border-radius: 0.5rem;
}



.urun-baslık{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.urun-acıklama{
    font-size: 1.5rem;
    font-weight: 400;
}

/* .tablo-baslık {
    margin-top: 3rem;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;

} */

.right-container table{
    width: 100%;
    height: 10rem;
    text-align: left;
    font-size: 1.5rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.233) ; 
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}



.right-container table tr:hover{
    background-color: #8b7d6b25;

}

.ozellik{
    width: 100%;

}

.baslık{
    font-size: 1.8rem ;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 3rem;

}


.ozellik .satir{
    display: flex;
    font-size: 1.5rem; 
    margin-bottom: 2rem;
}

.ozellik .satir .bold{
    font-weight: bold;
    width: 30%;
}

.ozellik .satir .lighter{
    width: 70%;
}




/* benzer ürünler başlangıç  */






div.scroll-container {
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 7rem 0;
  max-width: 100%;
}



.scroll-container .highlighter-baslik{
  font-size: 2rem;
  font-weight: bold;
  text-align: center !important;
  margin-top: 5rem;
  width: fit-content;
  margin-bottom: 2rem;
  position: sticky;
  left: 2rem;
}


div.scroll-container .wrap{
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  max-height: fit-content;
  gap: 1rem;
}

div.scroll-container div.highlighter-urun {
  width: 43vw ;
  height:auto;
  margin-bottom: 1rem;
}

div.scroll-container div.highlighter-urun img {
  padding: 0;
  width: 40vw;
  border-radius: 1rem;
}











.highlighter-urun {
  position: relative;
  width: 50%;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff59;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.highlighter-urun .overlay {
  height: 20%;
}

.text {
  color: rgb(0, 0, 0);
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



/* benzer ürünler bitiş  */
}


/* responsive tasarım başlangıç  */