body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f7cbe1
    ;
}

.container2 {
    max-width: 1500px;
    margin: 0 auto;
    background-color: #f7cbe1
    ;
}
.d-none{
    display: none;
}
.row {
    display: flex;
    flex-wrap: wrap;
}

.product2 {
    display: flex; 
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
}

.coll-12 {
    width: 100%;
    text-align: center;
}
.container-fluid-image{
    padding-right: 0px;
    padding-left: 0px;
}

.desktop-img {
    display: block;
    width: 100%;
    height: auto;
}

.mobile-img {
    display: none;
    width: 100%;
    height: auto;
}
.img4{
    width: 100%;
}
.button-area{
    justify-content: center;
}

.bayram-content-area{
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .desktop-img {
        display: none;
    }
    
    .mobile-img {
        display: block;
    }
}


.coll-6 {
    width: 50%;
}

.coll-24 {
    width: 10%;
}

.coll-36 {
    width: 10%;
}

.coll-4 {
    width: 33%;
}

.coll-3 {
    width: 20%;
}

.coll {
    width: 15%;
    padding: 5px;
    margin: 5px;
    height: 89%;
    background-color: white;
    border-radius: 15px;
    position: relative;
    text-decoration: none;
    border: solid;
    border-color: #48c5d7;
}

.img2 {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 15px;
}

.img3 {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.img24 {
    width: 100%;
    height: auto;
}

h2 {
    color: black;
 font-weight: bold;
 font-size: 1.5rem;
}
h3{
    font-size: 1.25rem;
}
#hidden > h3  {
    color: black;
    font-weight: bold;
}
#hidden > ol > li{
    color: black;
}

.baslik {
    color: black;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.aciklama {
    color: black;
    position: relative;
    font-size: 14px;
    display: block;
}

.fiyat {
    position: relative;
    text-decoration: line-through;
    color: gray;
    font-size: 0.7em;
    display: block;
}

p {
    color: black;
    position: relative;
}

.article {
   background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.padding-10{
    padding: 10px;
}
.link {
    display: block;
    position: relative;
    /* border-radius: 30px; */
}

.link-5 {
    display: block;
    position: relative;
    margin: 5px;
}
.main-banner{
    padding: 0;
}

.link:hover {
    box-shadow: 0px 0px 20px rgba(72,70,96, 0.6);
}

.coll:hover {
    box-shadow: 0px 0px 20px rgba(105,191,252, 0.6);
}

.indirim-2 {
    position: absolute;
    right: 25px;
    bottom: 9px;
    color: #ee3124;
    padding: 0px 1.5px;
    font-weight: bold;
    border: 2px solid #ee3124;
    font-size: x-small;
}

.indirim {
    position: absolute;
    right: 5px;
    bottom: 9px;
    color: #ee3124;
    padding: 0px 5px;
    font-weight: bold;
    border: 2px solid #ee3124;
    font-size: x-small;
}

.kargo {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #48c5d7;
    color: white;
    padding: 2px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bolder;
}

.renk-dis {
    display: flex;
    justify-content: flex-end;
    position: relative;
    bottom: 110px;
}

.renk-ic {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 1px;
    border: 2px solid #ddd;
}

.flash-indirim {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: auto;
    z-index: 1;
    border-radius: 10px;
}

.seo-area > h1,.seo-area > h2,.seo-area > h3,.seo-area > p,.seo-area > ul > li, .seo-link{
    list-style-type: none;
    text-align: start;
    margin: 15px 0;
}

 #hidden > h1 ,#hidden > h2, #hidden > h3, #hidden > p {
   text-align: start;
    list-style-type: none;
    margin: 15px 0;

}

.seo-area{
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px;
    margin: 5px;
}
.button-two{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 1090px) {
    .coll {
        width: 32%;
        margin: 3px;
        height: 47%;
    }

    .coll-24 {
        width: 20%;
        margin-bottom: -20px;
    }

    .coll-36 {
        width: 20%;
    }
   
}

@media (max-width: 620px) {
    .coll-24 {
        width: 28%;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -20px;
    }

    .coll-36 {
        display:none;
    }
}

@media (max-width: 840px) {
    .coll-6 {
        width: 100%;
    }
   
    .coll-4 {
        width: 32%;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
    }


    .coll {
        width: 48%;
        margin: 3px;
        height: 32%;
    }
    .product2 {
        margin-bottom: 25px;
    }
    .product2-3 {
        margin-bottom: 25px;
    }

    .baslik {
        position: relative;
        font-size: 1rem;
        top: 8px;
    }

    .aciklama {
        position: relative;
        font-size: 1rem;
        top: 8px;
    }

    .fiyat {
        position: relative;
        top: 5px;
    }

    p {
        position: relative;
        font-size: 15px;
        top: 5px;
    }

    .indirim-2 {
        position: absolute;
        bottom: 6px;
        right: 25px;
        padding: 1px 1px;
        font-size: 9px;
    }

    .indirim {
        position: absolute;
        bottom: 6px;
        right: 7px;
        padding: 1px 3px;
        font-size: 9px;
    }

    .kargo {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 9px;
        font-weight: normal;
    }

    .renk-dis {
        bottom: 85px;
    }
}

@media (max-width: 502px) {
    .renk-dis {
        bottom: 103px;
    }
}

@media (max-width: 435px) {
    h4 {
        position: relative;
        font-size: 13px;
    }

    .baslik {
        position: relative;
        font-size: 13px;
    }

    .aciklama {
        position: relative;
        font-size: 13px;
    }

    .fiyat {
        font-size: 13px;
        position: relative;
        top: 8px;
    }

    p {
        position: relative;
        font-size: 13px;
        top: 8px;
    }

    .product2 {
        margin-bottom: 2px;
    }

    .indirim-2 {
        position: absolute;
        right: 15px;
        padding: 1px 1px;
    }

    .indirim {
        position: absolute;
        right: 2px;
        padding: 1px 2px;
        font-size: 8px;
    }

    p {
        position: relative;
        font-size: 12px;
        top: 8px;
    }
}
.sh-seo-article {
  position: relative;
}

/* Toggle butonu */
.sh-seo-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 10px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  transition: transform .15s ease, opacity .15s ease, background .15s ease;
}

.sh-seo-toggle:hover {
  opacity: .92;
}

.sh-seo-toggle:active {
  transform: scale(.98);
}

/* + / - ikon alanı */
.sh-seo-icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  font-size: 18px;
  font-weight: 800;
}

/* İçerik: varsayılan kapalı */
.sh-seo-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height .35s ease, opacity .25s ease, transform .25s ease;
}

/* İç padding ayrı div’de olursa animasyon daha temiz olur */
.sh-seo-inner {
  padding-top: 14px;
  color: inherit; /* metin rengi sayfanın rengine uyum sağlar */
}

/* Açık hali: shSkpToggleSeo() bunu ekleyecek */
.sh-seo-content.sh-skp-open {
  max-height: 9999px; /* uzun içerik için */
  opacity: 1;
  transform: translateY(0);
}

/* İstersen açıkken buton metnini değiştirmek için (opsiyonel) */
.sh-seo-content.sh-skp-open + .sh-seo-toggle {
  /* bu selector HTML sırasına bağlı; bizde buton üstte olduğu için çalışmaz */
}