@media screen and (max-width:1024px) and (min-width:120px){
.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  10px
}

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

.logo img{
width:110px;
}

.cart-ikon{
float:right;
padding-right:10px;
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;
height:500px
}

.main-carousel {
  width: 100%;
}

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

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

.urun-galeri{
width:98%;
margin:0 auto;
float:none;
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:96%;
margin:0 auto;
float:none;
overflow:hidden;
padding:30px 0 0 0;
}

.urun-bilgi h1{
font-size:14px;
font-weight:700;
}

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

/*secenek*/

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

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

.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;
display:none;
} 

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

.menus ul {
display: block;
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;
display:block;
width:100%;
text-align: left;
cursor: pointer;
font-size: 16px;
font-weight: 600;
padding: 20px 10px 10px 20px;
}

.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: 20px 20px;
}

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

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

.footer-column {
  flex: none;
  width:96%;
  margin:0 auto
}

.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;
text-align:center;
}

.copy span{
float:right;
display:none;
}

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

/*ürünelr tabs*/

#home-product{
max-width:1400px;
margin:0 2%;
overflow:hidden;
padding:20px 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;
  width:100%;
}

.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: block;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  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;
  width:48%;
  float:left;
  margin-bottom:10px;
  margin-left:1%;
  margin-right:1%;
}

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

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

.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:10px 10px 10px 10px;
}

.left-box{
width:98%;
margin:0 auto;
float:none;
overflow:hidden;
background: #ffffff;
box-shadow: 0 0 21px rgba(0, 0, 0, .05);
margin-bottom:20px
}

.right-box{
width:98%;
margin:0 auto;
float:none;
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:auto;
}

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

.product {
    width: 49%;
    float: left;
    margin-right: 1%;
    overflow: hidden;
    position: relative;
	border:1px solid #eee;
	padding:5px
}

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

.product-price {
    padding: 10px 0 10px 0;
    font-weight: 700;
}

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

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

.urun-sirala{
width:49%!important;
max-height:370px!important;
margin-bottom:10px;
}


/*anasayfa*/
.ortasi{
max-width:1400px;
margin:0 auto;
overflow:hidden;
padding:20px 0;
}

.ortasi-one{
width:98%;
margin:0 auto;
float:none;
overflow:hidden;
min-height:300px;
border:1px solid #eee;
margin-right:1%;
border-radius:4px;
margin-bottom:10px;
}

.ortasi-two{
width:98%;
margin:0 auto;
float:none;
overflow:hidden;
min-height:300px;
background:#f7f7f7;
text-align:center;
margin-right:1%;
border:1px solid #eee;
border-radius:4px;
margin-bottom:10px;
}

.ortasi-three{
width:98%;
margin:0 auto;
float:none;
overflow:hidden;
min-height:300px;
border:1px solid #f7f7f7;
}

.orta-title{
padding:40px 20px;
text-align:center;
font-size:18px;
font-weight:700;
color:#555;
}


.ortasi-two img{
width:81%;
object-fit:cover;
}

.ortasi-one img{
width:100%;
max-height:220px;
object-fit:cover;
}

.ortasi-buton{
display:block;
width:50%;
margin:20px auto;
padding:10px 0;
background:#cd0b0b;
border-radius:10px;
text-align:center;
text-decoration:none;
color:#fff;
}

.orta-title-3{
padding:40px 20px 0 20px;
font-size:22px;
font-weight:700;
color:#555;
}

.orta-title-3 span{
font-size:16px;
font-weight:500;
display:block;
}

.orta-text{
padding:20px;
width:98%;
margin:0 auto;
float:none;
overflow:hidden;
}

.diger-text{
width:98%;
margin:0 auto;
float:none;
display:none;
}

.diger-text span{
padding:20px 40px 20px 10px;
background:#eee;
margin-bottom:10px;
display:block;
font-weight:700;
}

.orta-text p{
margin-bottom:20px;
}

.diger-text span{
text-decoration:none;
color:#fff;
}

.diger-text span:nth-child(1){
background:#000
}

.diger-text span:nth-child(2){
background:#333
}

.diger-text span:nth-child(3){
background:#555
}

.diger-text span a{
color:#fff;
text-decoration:none;
}


/* CTA Section - Ikiye Bölünmüs */
.cta {
  width: 100%;
 background: linear-gradient(90deg, #ffcc00 0%, #cd0b0b 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
}

.cta-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: start;
}

@media (max-width: 900px) {
  .cta-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

.cta-left h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  font-weight: 700;
}

.cta-left p {
  font-size: 1.1rem;
  margin-bottom: 24px;
  opacity: 0.95;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 8px;
  font-size: 1rem;
}

.cta-right h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 24px 0;
}

.product-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

.product-card img {
  width: 100%;
  max-width: 150px;
  border-radius: 12px;
  margin-bottom: 12px;
}

.btn {
  display: inline-block;
  background: #fff;
  color: #0d1220;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.3);
}

.btn.secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn.secondary:hover {
  background: rgba(255,255,255,0.1);
}

.active{
display:block!important
}
}