@media (max-width: 992px) {
    .pfs-1, h1, .h1 {
        font-size : 2.3rem;
    }
    .site-content, .single-product .container, .archive .container  {
        max-width : 100vw;
    }
    
    .site-header {
        padding: 0 2rem ;
    }
    
/** DOWNLOADS **/ 
    .cat-filter {
        gap : 0;   
    }
    .cat-filter a {
        margin-bottom : 1rem;
        width : fit-content;
    }
/** PRODUCT **/

    .single-product .site-main, .archive .site-main {
        padding-top : 9rem;
    }

    
/** HOME **/

    
/** HOME SLIDER **/

    .slider-content .container {
        padding-left : 1.5rem;
        padding-right : 1.5rem;
    }
    .carousel-control-prev {
        display : none;
    }
    .slider-excerpt {
        max-width : 80%;
    }
    
/** FOOTER **/
    .site-footer {
        padding-top : 2rem;
    }
    .footer-widget-title {
        margin-top : 3rem;
        margin-bottom : 1rem;
    }
    .footer-widget li {
        padding-top : 0;
        padding-bottom : 0;
    }
}

.navbar-toggler-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150%;
}

    .site-header .mobile-menu-wrap {
        padding: 15px 0 20px;
    }

    .site-header .mobile-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .site-header .mobile-navigation li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .site-header .mobile-navigation li:last-child {
        border-bottom: none;
    }

    .site-header .mobile-navigation a {
        display: block;
        padding: 6px 0;
        text-decoration: none;
        color: var(--gray-main);
        font-size: 2rem;
        text-align: center;
    }
    
    .mobile-menu-toggle {
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.mobile-menu-toggle:focus {
    box-shadow: none;
}