.yith-shop-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
}

.yith-shop-layout__sidebar {
    width: 280px;
}

.yith-shop-layout__content {
    flex: 1;
    min-width: 0;
}

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

    .yith-shop-layout__sidebar {
        width: 100%;
    }
}
