.banner-overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
}
.page-detail-banner{
    width: 100%;
    height: 100%;
 left: 0;
    position: absolute;
    top: 0;
    object-fit: cover;
}
.page-detail-product img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.photo-galeri-img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border: 1px solid #f4f4f4;
}
/* .logo{
    filter: drop-shadow(#fff 2rem 2rem 2rem);
} */
.sticky-header-active .logo-light{
    display: none !important;
 }
 .sticky-header-active .logo-dark{
    display: block !important;
 }

 .logo-dark{
    display: none ;
 }
.resim-2{
    object-fit: contain !important;
    background-color: #969696;
}

.product-img-homepage{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.product-box{
    cursor: pointer;
    background-color:#f4f4f4;
}
.header-social-icons li a {
    display: flex; 
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.product-box img{
    background-color:#fff;
}
.sticky-header-active .nav-link{
    color: #000 !important;
}
.sticky-header-active  .sosyal-medya{
    display: none !important;
}
.banner-right-2{
    background-color:#f4f4f4;
    border-radius: 100%;
    height: 350px;
    padding: 10px;
    width: 49%;
}
.banner-right-3{
    background-color:#f4f4f4;
    border-radius: 100%;
    box-shadow: inset 2px 2px 10px 8px #888787;

}
body {
    font-family: 'Poppins', sans-serif !important;
}
.banner-right-3 img{
width: 100%;
height: 210px;
object-fit: contain;
}
.product-absolute-img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    z-index: 999;
    background-color: #fff;
}
.line{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #f4f4f4 !important;
    z-index: 9999 !important;
}
 
.product-box-home a:hover .product-text{
    position: relative;
    z-index: 999999999 !important;
    background-color: rgba(0, 0, 0, .6);
}
@media(max-width:991px){
    .product-img-homepage{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    /* .product-wrapper-2{
        gap: 40px;
        flex-direction: column-reverse !important;
    } */
    .banner-right-2{
        width: 47%;
        height: 180px;
    }
    .banner-right-3 img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        }
}