/* Extra Large Devices (large desktops and high-resolution displays) */
@media (max-width: 1200px) {}

/* Large Devices (laptops and desktops) */
@media (max-width: 992px) {
    .product-heading {
        margin-top: 2rem;
        color: #ffffff;
        font-family: "Unbounded", sans-serif;
        font-size: 3rem !important;
        font-weight: 500 !important;
        text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.781);
    }

    .product-summury {
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-weight: 500 !important;
        font-size: 0.9rem !important;
        text-transform: capitalize;
        background-color: #eef5ffa3;
        padding: 1rem;
    }

    .product-page-heading {
        margin-top: 2rem;
        color: #000000;
        font-family: "Unbounded", sans-serif;
        font-size: 2rem !important;
        font-weight: bolder !important;
        text-shadow: 10px 10px 10px rgba(36, 36, 36, 0.234);
        text-align: start !important;
    }

    .collapsed-container h1 {
        font-size: 1rem !important;
        text-align: start !important;
        margin-left: 1rem !important;
        font-family: "Unbounded", sans-serif;
    }

        .accordian-body-content p{
            font-family: "Montserrat", sans-serif;
                margin-left: 10px;
                font-size: 0.9rem;
                font-weight: 500;
        }

}

/* Medium Devices (small laptops, tablets in landscape) */
@media (max-width: 768px) {
    /* Footer */
    .footer-heading {
            font-family: "Unbounded", sans-serif;
            font-size: 1rem;
            font-weight: 600;
            margin-top: 1rem;
        }
    
        .footer-bottom {
            color: #000;
            text-align: center;
            margin: 10px;
            padding: 10px;
            display: flex;
            align-content: flex-start;
            justify-content: center;
            flex-direction: column-reverse;
            gap: 10px;
        }
    
        .footer-bottom .copyright {
            color: #000;
            font-family: "Unbounded", sans-serif;
            font-size: 12px;
        }
    
        .Privacy-policy {
            display: none;
        }
}

/* Small Devices (tablets) */
@media (max-width: 576px) {}

/* Extra Small Devices (phones in landscape or smaller devices) */
@media (max-width: 576px) {
    .product-heading {
        margin-top: 3rem;
        color: #ffffff;
        font-family: "Unbounded", sans-serif;
        font-size: 1rem !important;
        font-weight: 500 !important;
        text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.781);
    }

    .product-summury {
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-weight: 500 !important;
        font-size: 0.8rem !important;
        text-transform: capitalize;
        background-color: #eef5ffa3;
        padding: 1rem;
    }

    .product-page-heading {
        margin-top: 2rem;
        color: #000000;
        font-family: "Unbounded", sans-serif;
        font-size: 1rem !important;
        font-weight: bolder !important;
        text-shadow: 10px 10px 10px rgba(36, 36, 36, 0.234);
        text-align: start !important;
    }

    .product-page-gallery img {
        width: 100% !important;
    }

}