/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 20 2026 | 18:55:25 */
/* ==========================================
   productsページのみ：サイドバー非表示＆崩れ防止
========================================== */

/* サイドバー非表示 */
.post-type-archive-products .l-sidebar,
.post-type-archive-products .c-sidebar,
.post-type-archive-products #sidebar {
    display: none !important;
}

/* ★重要：SWELLの2カラム構造を1カラム化 */
.post-type-archive-products .l-container,
.post-type-archive-products .l-content,
.post-type-archive-products .l-main,
.post-type-archive-products .l-content-inner {
    width: 100% !important;
    /*max-width: 1140px !important;*/
    flex: 0 0 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 念のためグリッド崩れ防止 */
.post-type-archive-products .l-content {
    display: block !important;
}

