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

body {
color: #333;
}

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

.topbar {
  background: linear-gradient(
    -45deg,
    #ff6a00,
    #cd0b0b,
    #ffcc00,
    #cd0b0b,
    #ff6a00
  );
  background-size: 600% 600%;
  animation: fireAnim 13s ease-in-out infinite;
  color: #fff8e1;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
}

@keyframes fireAnim {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}



.topbar span i{
font-size:14px;
margin-left:10px
}

#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:#fff;
font-size:22px;
padding:20px 0 0px  0px
}

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

.logo img{
width:110px;
}

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

.cart-ikon span{
display:block;
float:left;
padding:20px 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:600px;
overflow:hidden;
}


#slayt {
width:100%;
overflow:hidden;
}

.main-carousel {
  width: 100%;
}

.carousel-cell img {
  width: 100%;
  object-fit: cover;
  display: block;
}

/*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:#fff6e;
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:#fff6e;
}
#menu-back{
    padding:10px 20px;
    margin-bottom:5px;
	margin-top:10px;
    cursor:pointer;
    background:#eee;
    border:none;
}
/*Açilir Menü*/



 
.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%, #fff, #fff);
    color: #fff;
    border: 1px solid #fff;
}

.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;
}


/*devam*/
#menus{
border-top:1px solid #333;
overflow:hidden;

} 

.menus{
max-width:1200px;
margin:0 auto;
color:#fff;
}

.menus ul {
display: flex;
justify-content: space-between; /* esit dagilim */
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}

.sepettik{
background:#333;
color:f00;
margin:5px 0;
padding:15px 20px!important
}



.menus ul li {
position: relative;
text-align: center;
cursor: pointer;
font-size: 16px;
font-weight: 600;
padding: 20px 10px 10px 10px;
}

.menus li a{
color:#fff;
text-decoration:none;
}

.menus ul li::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 0%;
background-color: #f00;
transition: width 0.3s ease;
border-radius:5px;
}

.menus ul li:hover::after {
width: 100%;
}

.flickity-page-dots {
bottom: 41px!important;
}

.flickity-page-dots .dot {
background: #f00!important;;
}

.sepettik:hover{
background:#f00
}

/*footer*/
#ayaz-footer {
  background: linear-gradient(to right, #eee, #fff, #eee);
  color: #000;
  padding: 60px 20px;
}

.footer-container img{
width:180px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}

.footer-column {
  flex: 1;
}

.footer-title {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

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

.footer-list li {
  margin-bottom: 15px;
  font-size: 14px;
}

.footer-list li:hover {
  text-decoration: underline;
  cursor: pointer;
}

#copy{
background:#333;
color:#fff;
padding:10px 0;
font-size:14px;
}

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

.copy span{
float:right;
}

.footer-container a{
color:#000;
text-decoration:none;
}

/*ürünelr tabs*/

#home-product{
max-width:1400px;
margin:0 auto;
overflow:hidden;
padding:40px 0 0 0;
}

.urunTabs-buttons {
gap: 20px;
margin-bottom: 10px;
}

.urunTabs-btn {
  color: #000;
  border: none;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}

.urunTabs-btn:hover,
.urunTabs-btn.active {
  border-bottom: 3px solid #800000;
}

.urunTabs-content {
  display: none;
}

.urunTabs-content.active {
  display: block;
}

/* Ürün grid */
.urunTabs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  max-width: 1400px;
  margin: 0 auto;
}

.urunTabs-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  color: #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding:10px;
  border:1px solid #eee;
}

.urunTabs-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.urunTabs-card h3 {
  margin: 15px 0 5px;
  font-size: 16px;
  color: #000;
  font-weight:600;
}

.urunTabs-card p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #ddd;
}

.urunTabs-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 10px rgba(0,0,0,0.1);
}


/*layout*/
#breadcrumb{
background:#f5f7fa;
padding:40px 0;
text-align:center;
color:#000;
font-weight:800;
font-size:24px;
}

.kutu-box{
max-width:1200px;
margin:0 auto;
overflow:hidden;
padding:30px 10px 10px 10px;
}

.left-box{
width:300px;
float:left;
overflow:hidden;
background: #ffffff;
box-shadow: 0 0 21px rgba(0, 0, 0, .05);
}

.right-box{
width:860px;
float:right;
overflow:hidden;
}

.left-box ul {
list-style: none;
padding: 0;
margin: 0;
}


.left-box li {
margin-bottom: 10px;
}


.left-box a {
display: block;
text-decoration: none;
color: #34495e;
padding: 10px 20px;
transition: background-color 0.2s ease, color 0.2s ease;
}


.left-box a:hover {
background-color: #eaf2fb;
color: #1d6fdc;
border-left:3px solid #344444
}

.sider-title{
padding:20px;
font-size:16px;
font-weight:600;
}

.left-box a span{
float:right;
font-size:13px;
font-weight:600;
width:20px;
height:20px;
border-radius:50%;
background:#333;
color:#fff;
text-align:center;
line-height:20px;
}

/*contact*/
.contact-wrapper {
  width: 100%;
  padding: 40px 20px 16px;
  display: flex;
  justify-content: center;
}

.contact-container {
  max-width: 1000px;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-info {
  flex: 1 1 320px;
}

.contact-info h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.contact-info p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.contact-info .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #333;
}

.contact-info .info-item i {
  font-size: 18px;
  color: #007bff;
}

.contact-form {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #dcdfe3;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form button {
  align-self: flex-start;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.contact-form button:hover {
  background-color: #0056b3;
  transform: translateY(-1px);
}

/* Harita alani */
.contact-map {
  max-width: 100%;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  height:300px;
}

.contact-map-header {
  padding: 14px 18px;
  border-bottom: 1px solid #eef2f6;
  font-weight: 600;
  color: #1a1a1a;
}

.map-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 10 / 2; /* responsive oran */
}

.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    padding: 30px;
  }
}

.iletisim-title{
max-width:1200px;
margin:0 auto;
overflow:hidden;
text-align:center;
padding:40px 0 0 0;
}