main .tp-product-details-title {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
line-height: 1.3;
    margin-bottom: 25px;
}

tp-category-thumb-2 img {
    height: 100%;
    width: 80%;
}

.alert.alert-sticky{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    height:0 !important;
    padding:0 !important;
    margin:0 !important;
}

div.alert.alert-sticky.alert-warning{
    display:none !important;
}





 @media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-slider-height-3 {
        min-height: 200px;
    }
}

.tp-category-thumb-2 img {
    height: 80%;
    width: 60%;
}


.tp-slider-full-width .swiper-slide img {
    margin-top: 10px;
    max-height: 790px;
    -o-object-fit: cover;
    object-fit: fill;
    width: 100%;
}



.tp-product-details-price {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.02em;
}