@media (max-width: 575px) {
    footer .newsletter
    {
        border-radius: 10px 10px 0px 0px;
    }
    
    footer .newsletter .w-75{
        width: 100% !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    
    footer .branches{
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    
    footer .branches .branches-list{
        grid-auto-flow: initial !important; 
    }
    
    .homepage-claims-claim{
        white-space: nowrap;
    }
    
    .homepage-claims{
        overflow: auto;
    }
    
    .homepage-categories-category > div{
        width: 100% !important;
        font-size: 12px !important;
    }
    
    .background-filter-shadow{
        background-image: none !important;
    }
    
    .bread.container > div{
        justify-content: start !important;
        overflow: auto;
        padding: 0px 15px;
    }
    
    section.bread{
        white-space: nowrap !important;
    }
    
    .page-item.border-none i{
        display: none;
    }
    
    .product-wraper .product .product-top-image .img-wrap-2 img{
        max-height: 188px;
        
    }
    .product-wraper .product .product-top-image .img-wrap-2{
        max-height: 188px;
        min-height: 188px;
    }
    .product-wraper .product .product-top-image .img-wrap{
        max-height: 188px;
        min-height: 188px;
    }
    
    .product-wraper .product .product-top-image{
        max-height: 188px;
        min-height: 188px;
    }
    
    .dot-color{
        margin-top:  5px;
        aspect-ratio: 1 / 1;
    }
    
    .nabidka .detail-picker-color .color{
        width: 35px;
        height: 35px;
    }
    
    .error .error-info h1{
        font-size: 40px !important;
    }
    
    .product-detail-side{
        z-index: 1000;
    }
    
    .product-detail-side{
        top: 0px; !important
        left: 0px !important;
        width: 100% !important;
    }
    
    .product-detail-side-wrap{
        width: 100% !important;
        height: 100%;
        left: 100%  !important;
        border-radius: 0px; 
        margin-top: 0px;
    }
    .nabidka-detail .nav-link{
        font-size: 12px;
    }

    .product-detail-side.open .product-detail-side-wrap{ 
        left: 0% !important;
    }
    
    .objednavka-kosik-produkt-nazev{
        font-size: 18px !important;
    }
    
    .objednavka-kosik-buttons .btn-green{
        width: 100% !important;
    }
    
    .rekapitulace-cena-celkem{
        white-space: nowrap;
    }
    
    .objednavka-menu ul{
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-direction: row;
        flex-wrap: nowrap;
        padding-bottom: 5px;
    }
    
    .dekujeme h1{
        font-size: 40px;
        font-weight: bold;
    }
    
    header div.header-search > form{
        width: auto !important;
    }
}