html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
   
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    overflow-x: hidden;
}
.logo-layout {
    max-width: 30%;
}
@media (max-width: 766px) {
    .logo-layout {
        max-width: 17%;
    }
    .swiper-button-next:after, .swiper-button-prev:after { 
        font-size: small !important;
    }

    .h6, h6 {
        font-size: 0.8rem !important
    }
    .fs-sm {
        font-size: .775rem !important
    }
    .badge {
        --cz-badge-font-size: 0.55em !important;
    }
    .mobile-div{
        min-height:40px;
    }
}
@media (max-width: 1074px) { 
    .product-iade {
        overflow: auto;
    }
}
img{
    object-fit:contain;
}
.special-bayi {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    background-color: #8080809c;
    font-weight: 600;
}
span.badge.badge.product-icon {
    max-width: 35px;
}
@media (min-width: 992px) { /* lg ve üzeri ekranlar için */
    .custom-row-cols-7 > * {
        flex: 0 0 auto;
        width: 14.2857% !important; /* 100 / 7 */
    }
}