/*
Theme Name: Alvido Child
Theme URI: https://wp.framerpeak.com/alvido/
Author: Mthemeus
Author URI: https://themeforest.net/user/mthemeus
Template: alvido
Tested up to: 5.8
Requires PHP: 7.4 
Description:  Alvido - Indie Game Agency WordPress Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: alvido-child
Copyright (C) 2025 Mthemeus
*/


.shop-layout-wrap{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

.shop-sidebar{
    width:280px;
    flex:0 0 280px;
}

.shop-products-wrap{
    flex:1 1 auto;
    min-width:0;
}

@media (max-width: 991px){
    .shop-layout-wrap{
        flex-direction:column;
    }

    .shop-sidebar{
        width:100%;
        flex:0 0 100%;
    }
}