@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
.MuiDialogTitle-root,
.product_name,
.product_specification .MuiAccordionSummary-content span {
    font-family: "Jost", sans-serif !important;
}

.product_specification .MuiAccordionSummary-content span {
    font-size: 1rem !important;
}

.name_rating h2 {
    font-weight: 600 !important;
}

.hamburgerH5 {
    font-weight: 500 !important;
    font-size: 1.1rem !important;
}

.relevant_product h5 {
    font-weight: 700 !important;
}

.product_specification .MuiPaper-root {
    background-color: transparent !important;
}

.hellobar {
    text-align: center;
}

.product_details_image_large .swiper-slide {
    height: auto !important;
    min-height: 548px !important;
}

.product_details_image_large .swiper-slide img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.product_details_image_large {
    max-height: none !important;
    min-height: auto !important;
    background-color: #f6f6f6 !important;
}

@media (max-width: 768px) {
    .product_details_image_large .swiper-slide {
        height: auto !important;
        min-height: 360px !important;
    }
}