@media (min-width: 1200px) {}


@media (max-width: 1200px) {
    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }

    .logo {
        width: 80px;
    }

    .offcanvas {
        background-color: var(--secondary_color);
        --bs-offcanvas-height: 80vh;
    }

    .offcanvas .btn-close {
        color: #fff !important;
    }

    .nav {
        --bs-nav-link-padding-y: 12px;
    }


    #productList p.description {
        color: #787878;
        font-size: 14px;
        text-align: center;
        margin: 20px 20px;
    }

    #productList .productBox {
        background: #fff;
        flex: 0 0 calc(50% - 10px);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 10px;
        margin: 10px 0px;
    }

    #productList .productBox h3 a {
        color: var(--secondary_color);
        font-size: 14px;
    }

    #sampleOrders {
        margin: 30px 0px 30px 0px;
    }

    #features .featureCard {
        position: relative;
        aspect-ratio: 1/1;
        flex: 0 0 calc(50% - 10px);
        transition: all 0.3s linear;
        text-align: center;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #features .featureCard p {
        min-height: 100px;
    }

    #ourCollections .peppleSeriesCard {
        position: relative;
        aspect-ratio: 1/1;
        flex: 0 0 calc(50% - 10px);
        transition: all 0.3s linear;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url(../images/peppleMosaicBg.png) center center;
        border-radius: 20px;
    }

    #ourCollections .peppleSeriesCard h3 {
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 500;
    }


    #ourCollections .mosaicSeriesCard {
        position: relative;
        aspect-ratio: 1/1;
        flex: 0 0 calc(50% - 10px);
        transition: all 0.3s linear;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url(../images/mosaicSeriesBg.png) center center;
        border-radius: 20px;
    }

    #ourCollections .mosaicSeriesCard h3 {
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 500;
    }

    #ourCollections .ceramicPorcelainSeriesCard {
        position: relative;
        aspect-ratio: 1/1;
        flex: 0 0 calc(50% - 10px);
        transition: all 0.3s linear;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url(../images/ceramicPorcelainBg.png) center center;
        border-radius: 20px;
    }


    #ourCollections .ceramicPorcelainSeriesCard h3 {
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 500;
    }

    #customerComments .commentCard {
        flex: 0 0 calc(100% - 20px);
        transition: all 0.3s linear;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        border-radius: 20px;
        background: #fff;
        padding: 20px;
    }

    #faqs h2 {
        text-align: center;
        font-size: 32px;
    }

    #faqs p.description {
        text-align: center;
    }

    footer ul {
        text-align: center;
        margin: 0px 30px 0px 30px;
    }


    footer ul li {
        text-align: center;
    }


    footer .hashtag {
        font-size: 2.4em;
        margin: 60px 0px;
        font-weight: 800;
        text-align: center;
        opacity: 0.2;
    }

    footer .footerBottom {
        font-size: 13px;
        margin-top: 60px;
        display: block;
        text-align: center;
    }



    #subPage .productBox {
        background: #fff;
        flex: 0 0 calc(50% - 20px);
        /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
        border-radius: 20px;
        padding: 10px;
        margin: 0px 0px 20px 0px;
    }

    #subPage .productBox h3 a {
        color: var(--secondary_color);
        font-size: 14px;
    }



    .similar .productBox {
        background: #fff;
        flex: 0 0 calc(50% - 20px) !important;
        /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
        border-radius: 20px;
        padding: 10px;
        margin: 0px 0px 20px 0px;
    }


    #subPage h1 {
        font-size: 28px;
        font-weight: bold;
        margin: 10px;
        text-wrap: wrap;
        text-align: center;
        color: var(--primary_color)
    }



}

@media (max-width: 992px) {}

@media (max-width: 768px) {}



@media (min-width: 1240px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1340px) {
    .container {
        max-width: 1240px !important;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px !important;
    }
}