* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Urbanist', sans-serif;
}

body {
color: #333;
}

.container {
max-width: 1400px;
margin: 0 auto;
}

#topfix{
position:fixed;
width:100%;
z-index:9;
}

.topbar {
background: linear-gradient(45deg, #1f1f24, #3f3f6a, #3d3d4c);
background-size: 400% 400%;
animation: topbarAnim 15s ease infinite;
color: #d8ccb4;
font-size: 16px;
padding: 15px 0;
text-align: center;
font-weight:600;
}

@keyframes topbarAnim {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}


#header{
background:#000;
overflow:hidden;
box-shadow: 0 3px 5px rgba(0, 0, 0, .30);

}

.header{
max-width:1200px;
overflow:hidden;
margin:0 auto;
padding:20px 0
}

.hamburger-menu{
width:20%;
float:left;
color:#d8ccb4;
font-size:22px;
padding:10px 0 0px  0px
}

.logo{
width:60%;
float:left;
text-align:center;
}

.cart-ikon{
float:right;
color:#d8ccb4;
font-size:22px;
}

.logo img{
width:150px;
}

.cart-ikon span{
display:block;
float:left;
padding:10px 0 0px  15px;
}

.cart-ikon span em{
display:block;
margin-left:-5px;
width:10px;
height:10px;
background:#f00;
float:right;
border-radius:50%;
z-index:2;
position:relative
}

#content{
min-height:1200px;
overflow:hidden;
}

#footer{
background:#000;
min-height:150px;
}

#slayt{
overflow:hidden;
padding:100px 0 0 0;
z-index:-1;
position:relative
}

#slayt img{
width:100%;
height:650px;
object-fit:cover;
}

/*Açilir Menü*/
.menu {
position:fixed;
top:0;
left:0;
bottom:0;
width:20%;
background:#fff;
transform:translateX(-100%);
transition:.3s;
box-shadow:0px 0 0px rgba(0,0,0,.3);
z-index:8;
}

.overlay {
position:fixed; inset:0;
background:#d8ccb46e;
display:none;
z-index:7;
}

.open .menu { transform:translateX(0); }

.open .overlay { display:block; }

.noscroll { overflow:hidden; }

.menu-ic{
    padding:130px 0 0 0;
    overflow:hidden;
    background:#fff;
    position:relative;
}
.menu-ic ul{
    margin:0;
    list-style:none;
    padding:0;
}

.menu-ic li{
    font-weight:700;
    font-size:16px;
}
.menu-ic li a{
    padding:20px;
    display:block;
    color:#000;
    text-decoration:none;
}
.menu-ic li i{
    float:right;
}
.menu-ic li:hover{
    background:#d8ccb46e;
}
#menu-back{
    padding:10px 20px;
    margin-bottom:5px;
	margin-top:10px;
    cursor:pointer;
    background:#eee;
    border:none;
}
/*Açilir Menü*/

/*Footert*/
footer {
  background:#222;
  color:#fff;
  padding:40px 0px;
  font-family:sans-serif;
  font-size:14px;
}

.footer-container {
  max-width:1200px;
  margin:0 auto;
}

.footer-column {
  display:inline-block;
  vertical-align:top;
  padding:0 10px;
  box-sizing:border-box;
  margin-bottom:0px;
}

.footer-column.first {
  width:39%;
}

.footer-column:not(.first) {
  width:20%;
}

.footer-column h3 {
  color:#d8ccb4;
  margin-bottom:35px;
  font-weight:600;
}

.footer-column ul {
  list-style:none;
  padding:0;
  margin:0;
}

.footer-column ul li {
  margin-bottom:14px;
}

.footer-column ul li a,
.footer-column .social-links a {
  color:#fff;
  text-decoration:none;
  margin-right:10px;
}

.footer-column .social-links a:last-child {
  margin-right:0;
}

.footer-column .copyright {
  margin-top:15px;
}

 
/*Footer*/

/*Poster*/
.poster-container {
width: 100%;
padding:2%;
overflow: hidden;
}

.poster {
width: 49%;
overflow: hidden;
position: relative;
}

.poster img {
width: 100%;
transition: transform 0.5s ease; /* smooth büyüme */
}

.poster:hover img {
transform: scale(1.1); /* %10 büyütme */
cursor: pointer;
}

.poster-left {
float: left;
}

.poster-right {
float: right;
}

.poster-yatay{
padding:0 2%;
overflow:hidden;
}

.poster-yatay img{
width:100%;
object-fit:cover;
}
 /*Poster*/
 
 /*Product*/
.products-container {
max-width:1400px;
margin:0 auto;
overflow: hidden;
padding:2% 0;
}

.product {
width: 24%;
float: left;
margin-right: 1%;
overflow: hidden;
position: relative;
}

.product:last-child {
margin-right: 0; 
}

.product img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}


.products-container h1{
margin:0 auto;
padding:0;
font-size:22px;
font-weight:500;
display:block;
text-align:center;
padding: 0 0 2% 0;
}

.product-name{
display:block;
padding:10px 0;
font-weight:600;
font-size:16px;
}

.product span{
font-size:14px;
font-weight:700;
text-decoration:underline
}

.product a{
color:#000;
text-decoration:underline
}

.product-price{
padding:10px 0 10px 0;
font-weight:700
}
/*Product*/
.padding-top{
padding-top:150px;
}



.urun-detay{
padding:165px 0 0 0;
max-width:1200px;
margin:0 auto;
overflow:hidden;
}

.urun-galeri{
width:48%;
float:left;
overflow:hidden;
}

.diger-resimler{
overflow:hidden;
}

.ana-resim{
overflow:hidden;
border:1px solid #eee;
margin-bottom:10px;
}

.ana-resim img{
width:100%;
object-fit:cover;
}

.diger-resimler img{
width:100px;
height:100px;
object-fit:contain;
float:left;
border:1px solid #eee;
padding:5px;
}

.urun-bilgi{
width:48%;
float:right;
overflow:hidden;
}

.fiyat{
font-size:24px;
font-weight:500;
padding:10px 0;
}

/*secenek*/

.eklebeden{
padding:10px 0;
overflow:hidden;
}

.bedensecin {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 20px 0 8px 0;
    font-weight: 600;
}

.squareBase {
    min-width: 35px;
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.eklebeden input {
    display: none;
}

input[type="radio"]:checked + .squareBase {
    background-image: radial-gradient(circle at 50% 13%, #d8ccb4, #d8ccb4);
    color: #fff;
    border: 1px solid #d8ccb4;
}

.sepete-ekle-buton{
width:100%;
height:50px;
background:#000;
color:#fff;
outline:none;
font-size:16px;
font-weight:600;
border:none;
margin:10px 0;
cursor:pointer;
}

.beden-tablo{
font-weight:600;
overflow:hidden;
padding:20px 0;
text-decoration:underline;
color:#333;
cursor:pointer;
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.whatsapp-btn img {
    width: 40px;
    height: 40px;
    display: block;
}

.toast {
    background: #333;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 10px;
    min-width: 250px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.toast-success { background: #28a745; }
.toast-error { background: #dc3545; }

.toast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: rgba(255,255,255,0.7);
    width: 100%;
    animation: progress 3s linear forwards;
}

@keyframes progress {
    from { width: 100%; }
    to { width: 0; }
}

.sepet-container { display:flex; flex-direction:column; gap:15px; margin:0 10px; }


.sepetlegitsin {
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding: 5px 5px 5px 5px;
    box-shadow: 0px 0px 7px -1px rgb(0 0 0 / 14%);
}

.sepetleresim {
    width: 15%;
    overflow: hidden;
    float: left;
    padding: 5px 0 0 0;
}

.sepetleresim img {
    width: 100%;
}

.sepetlebilgi {
    float: left;
    overflow: hidden;
    width: 85%;
}

.sepetleurunadi {
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.sepetleurunadi span {
    display: block;
    font-size: 12px;
    font-weight: normal;

}

.sepetlefiyatlar {
    padding: 0 10px;
    overflow: hidden;
    margin-top: 5px;
    padding: 0 10px;
}

.sepetlefiyatlar span {
    display: block;
    float: left;
    width: 31%;
    font-size: 13px;
    padding: 2px 0;
    font-weight: 500;
}

.sepetlefiyatlar span em {
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    color: #3d3e46;
}

.sepetlefiyatlar span::before {
    content: " ";
    width: 1px;
    height: 40px;
    background: #eee;
    display: block;
    margin-left: -15px;
    position: absolute;
    margin-top: 1px;
}

.sepetlefiyatlar span b {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: #2778c4;
    text-align: center;
    font-weight: normal;
    color: #fff;
    border-radius: 4px;
}

.sepetlefiyatlar span a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 600;
}

.sepetlefiyatlar span:nth-child(4) {
    width: 7%;
    font-size: 18px;
}


#sepetsatinal {
    display: block;
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 9;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(circle at 50% 13%, #f7f7f7a3, #ffffff);
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 15%);
    height: 65px;
    padding: 5px 0;
}

.odemetoplamfiyat {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 45%;
    padding: 7px 0 0 0;
   font-size: 24px;
}

.odemetoplamfiyat span {
    display: block;
    font-size: 11px;
}
 
 
 .odemebutonus {
    overflow: hidden;
    background: linear-gradient(to right, #2778c4, #2778c4);
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    width: 50%;
    float: right;
    text-align: center;
    margin-right: 2%;
    margin-top: 6px;
}


.checkout-container {
  max-width: 600px;
  margin: 0px 10px;
  background: #fff;
  padding:10px 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-bottom:30px;
}

.checkout-container h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 5px;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  display: block;
  font-weight:600;
  margin-bottom: 10px;
  color: #444;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0,123,255,0.2);
}

.btn-onay {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-onay:hover {
  background: #0056b3;
}
