/*
Theme Name: CFashionStore Lite Child
Template: cfashionstore-lite
Version: 1.0
*/
.geekley-shop-layout {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.geekley-shop-layout #sidebar {
    width: 25%;
    flex: 0 0 25%;
}

.geekley-shop-content {
    width: 75%;
    flex: 1 1 auto;
    min-width: 0;
}

@media (max-width: 768px) {
    .geekley-shop-layout {
        display: block;
    }

    .geekley-shop-layout #sidebar,
    .geekley-shop-content {
        width: 100%;
    }
}