@layer addon {
    .templateCollection.collectionPlace {
        .container {
             
            .inner:has(.grid) {
                grid-column: span 12;
                .themeColor2 & {
                    grid-column: 2 / span 10;
                }
            }
        }
    }
}