* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {

    justify-content: center;
    /* yatay ortalama */
    align-items: center;
    /* dikey ortalama */
}

html a {
    text-decoration: none;
    list-style: none;
    color: black;
}

.buton {
    width: 80%;
    display: center;
    background-image: linear-gradient(rgb(101, 99, 99), rgb(209, 209, 209), rgb(153, 151, 151), rgb(152, 152, 152), rgb(83, 82, 82));
    border: 1px solid rgb(87, 87, 87);
    text-align: center;
    margin: 10px auto;
    text-decoration: none;
    border-radius: 7px;
    border: 2px solid rgb(231, 89, 7);
    width: 25%;
    height: auto;
    padding: 15px 20px;
}

.buton a {
    color: rgb(253, 253, 253);
    font-weight: 500;
    font-family: sans-serif;
    font-size: 20px;
}

.buton:hover {
    background-image: -webkit-linear-gradient(rgb(58, 58, 58), rgb(209, 209, 209), rgb(153, 151, 151), rgb(124, 124, 124), rgb(102, 101, 101), rgb(150, 243, 150));
    border-radius: 10px;
    border: 1px solid rgb(150, 243, 150);

}

.duyuru {
    width: 100%;
    height: auto;
    line-height: auto;
    background-color: (203, 206, 209);
}

.duyuru ul {
    width: 100%;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    text-align: center;
}

.duyuru ul li {
    width: 25%;
    height: 100px;
    line-height: auto;
    background-color: rgb(203, 206, 209);
    border-radius: 10px;
    border: outset;
    display: inline-block;
    margin: auto;
    padding: 10px;
    text-align: center;
}

.duyuru ul li a {
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.duyuru ul li:hover {
    background-color: rgba(192, 235, 194, 0.98);
    bottom: 120%;
}

.alt-menu {
    width: 50%;
    height: 100px;
    line-height: auto;
    margin: auto;
    text-align: center;
    padding: 10px;
    border-radius: 8px;

}

.alt-menu ul {
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 10px;
    display: flex;
    text-align: center;

}

.alt-menu ul li {
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 10px;
    list-style: none;
    display: inline-block;
}

.alt-menu ul li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    padding: 10px;
}

.alt-menu ul li a {
    font-weight: 300;
}

footer {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0px;
    border-radius: 10px;
    border: outset;
}

footer ul {
    width: 100%;
    background-color: rgb(203, 206, 209);
    border-radius: 10px;
    border: outset;
    display: inline-block;
    padding: 10px;
    text-align: center;
}

footer ul li {
    width: 20%;
    padding: 5px 10px;
    border-radius: 10px;
    border: outset;
    background-color: rgb(79, 85, 90);
    list-style: none;
    display: inline-block;
}

footer ul li a {
    color: rgb(255, 255, 255);
    font-weight: 300;
}

footer ul li:hover {
    background-color: rgba(192, 235, 194, 0.98);
}

/*slayt*/

.baner {
    width: 100%;
    margin-top: 20px;
    padding: 3px;
    margin: 5px;
}

.baner ul {
    width: 100%;
    margin: auto;
    padding: 20px;
    border-radius: 20px;

}

.baner ul li {
    background-color: rgb(203, 206, 209);
    margin: 10px auto;
    list-style: none;
    border-radius: 10px;
    padding: 5px;

}

.image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    text-align: center;
  
    list-style: none;
    text-decoration: none;
}

.baner a {
    text-decoration: none;
    list-style: none;
    color: black;
}

/*sort modelleri*/
.sort {
    width: 100%;
    margin-top: 20px;
    padding: 3px;
    margin: 5px;
}

.sort ul {
    width: 100%;
    margin: auto;
    padding: 10px;
    border-radius: 20px;

}

.sort ul li {
    background-color: rgb(203, 206, 209);
    margin: 10px auto;
    list-style: none;
    border-radius: 10px;
    padding: 5px;
    border: 2px outset;
}

.sort img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    text-align: center;
    list-style: none;
    text-decoration: none;
}

/*eşofman modelleri*/
.esofman {
    width: 100%;
    margin-top: 20px;
    padding: 3px;
    margin: 5px;
}

.esofman ul {
    width: 100%;
    margin: 10px auto;
    border-radius: 20px;
    padding: 10px;

}

.esofman ul li {
    background-color: rgb(203, 206, 209);
    margin: 10px auto;
    list-style: none;
    border-radius: 10px;
    padding: 5px;
    border: 2px outset;
}

.esofman img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    text-align: center;
    list-style: none;
    text-decoration: none;
}

/*sweatshirt modelleri*/
.sweatshirt {
    width: 100%;
    margin-top: 20px;
    padding: 3px;
    margin: 5px;
}

.sweatshirt ul {
    width: 100%;
    margin: 10px auto;
    border-radius: 20px;
    padding: 10px;

}

.sweatshirt ul li {
    background-color: rgb(203, 206, 209);
    margin: 10px auto;
    list-style: none;
    border-radius: 10px;
    padding: 5px;

}

.sweatshirt img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    text-align: center;
}

.video {
    width: 100%;
    border-radius: 10px;
    margin: auto;
    text-align: center;
}

.video iframe {
    text-align: center;
    width: auto;
    height: 500px;
    justify-content: space-between;
    margin: 10px 10px;
    display: inline-block;
    padding: 10px;
    background-color: rgb(203, 206, 209);
}

@keyframes example {
    0% {
        background-color: rgb(235, 109, 6);
        left: 0px;
        top: 0px;
    }

    25% {
        background-color: rgb(199, 133, 95);
        left: 200px;
        top: 0px;
    }

    50% {
        background-color: rgb(241, 97, 13);
        left: 200px;
        top: 200px;
    }

    75% {
        background-color: rgb(235, 170, 118);
        left: 0px;
        top: 200px;
    }

    100% {
        background-color: rgb(49, 49, 48);
        left: 0px;
        top: 0px;
    }
}

.sosyal {
    width: 30%;
    height: auto;
    text-align: center;
    display: inline-block;
    justify-content: center;
}

.sosyal ul {
    width: 100%;
    line-height: auto;
    display: flex;
    list-style: none;
    text-align: center;
}

.sosyal ul li img {
    transition: transform 0.3s ease;
    width: 20%;
    text-align: center;
    margin: auto;
}

.sosyal ul li img:hover {
    transform: scale(1.50);
}

.recester h5 {
    font-size: 14px;
    font-weight: 200;
}

body {
    height: 1500px;
    /* Sayfanın kaydırılabilir olması için */
    font-family: Arial, sans-serif;
    padding: 20px;
}

#yukariCik {
    width: auto;
    height: auto;
    position: fixed;
    line-height: 20px;
    bottom: 70px;
    right: 20px;
    background-color: #e65e0fdc;
    color: #ffffff;
    border: 1px solid #c9c0b8;
    padding: 18px 18px;
    border-radius: 100px;
    cursor: pointer;
    display: none;
    font-size: 20px;
    text-align: center;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.342);
}

#yukariCik:hover {
    background-color: #272626;
    border: 1px solid #272626;
    color: white;
}

.sosyal-paylasim {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
}

.sosyal-paylasim ul {
    width: 100%;
    padding-bottom: 10px;
    padding: 1px;
    margin: 0px 0px 0px 2px;
    display: flex;
}

.sosyal-paylasim ul li {
    width: 100%;
    list-style: none;
}

.sosyal-paylasim ul li img {
    width: 100%;
    height: auto;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.356);
    color: #fff;
    padding: 10px;
    z-index: 9999;
    display: none;
    border-radius: 10px;
}

.cookie-box {
    max-width: 1290px;
    margin: 0 auto;
    text-align: center;
}

.cookie-box h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.cookie-box p {
    margin-bottom: 15px;
    font-size: 14px;
}

.cookie-box a {
    color: #ffc107;
    text-decoration: underline;
}

.cookie-buttons button {
    margin: 5px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
}

#accept-all {
    background-color: #28a745;
    color: white;
}

#reject-all {
    background-color: #dc3545;
    color: white;
}

.accordion-toggle img {
    height: 10px;
    line-height: 10px;
    text-align: center;
    line-height: auto;
    cursor: pointer;
    margin-left: 3px;
    transition: transform 0.3s ease;
}

.accordion:hover {
    border-radius: 5px;
    border: 2px rgb(11, 245, 69) outset;
}

.accordion ul:hover {
    background-color: rgba(192, 235, 194, 0.98);
}

.accordion-toggle img:hover {
    transform: scale(1.50) rotate(90deg);
}

.kvk {
    width: 100%;
    margin-top: 20px;
    
    
}

.kvk ul li {
    width: auto;
    border: outset;
    padding: 10px 20px;
    display: inline-block;
    font-style: none;
    list-style: none;
    margin: 5px;
    border-radius: 7px;
    background-color: rgb(218, 218, 218);
}

.kvk ul li a {
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    text-align: center;
    text-decoration: none;
    color: #131313;
}

.kvk ul li:hover {
    background-color: rgba(192, 235, 194, 0.98);
}

.magazalar {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: rgb(203, 206, 209);
    border-radius: 25px;
    margin-top: 40px;
}

.magazalar h2 {
    font-size: 15px;
    border-radius: 8px;
}

.e-magazalar-icon {
    width: 100%;
    margin: auto;
    text-align: center;
}

.e-magazalar {
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    margin: 5px;

}

.e-magazalar ul {
    display: inline-block;
    width: 100%;
    margin: 5px 0px;
    list-style: none;
}

.e-magazalar li {
    display: inline-block;
    width: 30%;
    height: auto;
    line-height: 20px;
    padding: 5px;
    list-style: none;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}

.e-magazalar li img {
    display: inline-block;
    width: 30%;
    padding: 5px 10px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}

.e-magazalar li img:hover {
    background-color: rgba(192, 235, 194, 0.98);
}

.recester {
    padding: 10px;
    background-color: rgb(177, 181, 185);
}


.navbar {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    position: relative;
}

.navbar li {
    width: 100%;
    height: 100px;
    line-height: 100px;
    line-height: center;
    list-style: none;
    justify-content: center;
    margin: 0px 15px;
}

.navbar li a {
    color: #292929;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
    padding: 10px 2px;
}

.navbar li img {
    width: 50%;
    margin-top: 20px;
         height: auto;
      text-decoration: none;
    transition: background-color 0.3s ease;
    padding: 3px 5px;
}

.navbar li a:hover {
    background-color: #6ce6a1c2;
    border-radius: 5px;
}

/* Mobil hamburger ikon */
.hamburger {
    display: none;
    cursor: pointer;
    padding: 10px;
}

/* Menü kapatma butonu */
.close-btn {
    display: none;
    cursor: pointer;
    align-self: flex-end;
    list-style: none;
}

/* SADECE mobil ekranlarda göster */
@media (max-width: 768px) {
    .hamburger {
        width: 18%;
        display: block;
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 1000;
    }

    .navbar2 .close-btn img {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .close-btn {
        width: 100%;
        height: auto;
        display: block;
        padding: 5px;
        background-color: white;
        margin: auto;
        justify-content: center;
    }

    .navbar2 {
        display: flex;
        position: fixed;
        right: -100%;
        width: 80%;
        background-color: #115fadb8;
        flex-direction: column;
        align-items: flex-start;
        transition: right 0.3s ease;
        box-shadow: -2px 3 5px rgba(0, 0, 0, 0.2);
        z-index: 999;
               border-radius: 20px;
    }

    .navbar2.active {
        right: 1px;
        top: 20px;
    }
}

.navbar2 {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar2 ul {
    width: 100%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.navbar2 li {
    width: 20%;
    height: auto;
    line-height: 100px;
    margin: auto;
    list-style: none;
    justify-content: center;
    margin: 0px 15px;
    text-align: center;
}

.navbar2 li a {
    color: #030303;
    font-size: 20px;
    font-weight: 500;
}

.navbar li img {
    width: 50%;
    height: auto;
    text-decoration: none;
    transition: background-color 0.3s ease;
    padding: 3px 5px;
}

/* Genel Temizlik ve Optimizasyon */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    text-align: center;
}



a {
    text-align: center;
    margin: 10px;
    padding: 5px;
    text-decoration: none;
}
/*slogan-title*/
@keyframes kay {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.manset {
    width: 20%;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    margin: 30px auto;
   
  
}

.manset-icerik {
    display: inline-block;
    padding-left: 100%;
    height: 20px;
    animation: kay 10s linear infinite;
}

.manset li {
    width: 10%;
    margin-left: 15px;
    display: inline-block;
  padding-bottom: 10px;

}

.manset img {
    height: 100%;
    display: inline-block;
    margin: 0px 35px;
    margin-bottom: 10px;
    cursor: pointer;
}

.manset img:hover {
    padding: 10px;
    background-color: rgb(121, 224, 190);
    border-radius: 20px;
}

.manset:hover .manset-icerik {
    animation-play-state: paused;
}

/* Ortak Buton ve Menü Stilleri */
.button2 li {
    width: 80%;
    display: inline-block;
    margin-left: 30px;
    background: rgb(86, 87, 88);
    padding: 15px 30px;
    border-radius: 8px;
}

.button2 a {
    font-size: 18px;
    color: #fff;
}

.button2 li:hover {
    background: rgb(231, 112, 7);
}

/* Filtre Alanı */
.filtre-alani {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.filtre-kutu {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(98, 238, 173, 0.575);
    border-radius: 8px;
    padding: 5px 10px;
    box-shadow: 0 2px 6px rgba(98, 238, 173, 0.37);
    transition: all 0.3s ease;
    margin: 5px;
   
}

.filtre-kutu:hover {
    box-shadow: 0 0 8px rgba(250, 131, 76, 0.575);
    border: 1px solid rgba(250, 131, 76, 0.932);
}

.filtre-kutu span {
    margin-right: 8px;
    font-size: 18px;
}

.filtre-kutu select,
form select {
    display: inline-block;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(86, 103, 95, 0.888);
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: 0 2px 6px rgba(98, 238, 173, 0.37);
    transition: all 0.3s ease;
    margin: 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.455) outset;
}

.filtre-kutu select,
form select:hover {
    box-shadow: 0 0 8px rgba(250, 131, 76, 0.575);
    border: 1px solid rgba(250, 131, 76, 0.932);
}

/* Ürün Kartları */
.urunler-wrapper,
.urun-listesi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    padding: 20px;
}

.urun-karti,
.urun {
    width: 100%;
    max-width: 380px;
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.urun img,
.urun-karti img {
    width: 100%;
    margin: auto;
    border-radius: 6px;
}

.urun h2,
.urun-karti h3 {
    margin: 8px 0;
    font-size: 16px;
}

.urun p,
.urun-karti p {
    font-size: 15px;
    color: #555;
    font-style: italic;
}

.fiyat {
    font-weight: bold;
    color: #c00;
}

/* Butonlar */
.buton,
.butonlar a,
.butonlar button {
    display: inline-block;
    padding: 8px 10px;
    margin: 4px 2px 0 0;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    transition: 0.3s ease;
}

.buton {
    width: 95%;
    font-size: 20px;
    background: rgb(233, 105, 20);
    margin-top: 10px;
}

.buton:hover {
    background: #0056b3;
}

.butonlar .facebook {
    background: #3b5998;
}

.butonlar .twitter {
    background: #1da1f2;
}

.butonlar .whatsapp {
    background: #25d366;
}

.butonlar .instagram-btn {
    background: #e1306c;
}

.butonlar .indir-btn {
    background: #555;
}

.butonlar a:hover,
.butonlar button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* Favori Sistemi */
.favori-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: 1px solid rgba(250, 101, 21, 0.479);
    margin: 2px;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.favori-btn.aktif {
    color: rgb(255, 70, 3);
}

.favorite-count {
    background: rgb(252, 2, 2);
}

/*favori sayısı*/
.favo-list {
    border-radius: 5px;
    display: inline-flex;
    margin-top: 10px;
    padding: 0px 20px 0px 0px;
    background:  rgb(233, 105, 20);
}

.favo-list a {
    color: #fff;
}

/* Diğer */
#kopyaBildirim {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    z-index: 999;
}

.clear {
    clear: both;
}

/* Responsive */
@media (max-width: 768px) {
    .urun-karti {
        float: none;
        margin: 20px auto;
    }

    .filtre-alani {
        flex-direction: column;
        align-items: stretch;
    }

    .filtre-kutu {
        width: 100%;
        justify-content: flex-start;
    }
}