.ProductsPageLayout_products-page-layout__G_SJh{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto;grid-template-areas:"top-section" "horizontal-line" "chips-bar" "left-bottom-section" "right-bottom-section";column-gap:calc(1rem * var(--mantine-scale));padding:0 calc(1rem * var(--mantine-scale));padding-bottom:calc(4.5rem * var(--mantine-scale));width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}@media screen and (min-width:1024px){.ProductsPageLayout_products-page-layout__G_SJh{grid-template-columns:calc(15rem * var(--mantine-scale)) minmax(0,1fr);grid-template-rows:auto auto auto 1fr;grid-template-areas:"top-section top-section" "horizontal-line horizontal-line" "chips-bar chips-bar" "left-bottom-section right-bottom-section";column-gap:calc(2rem * var(--mantine-scale));padding:0 calc(3rem * var(--mantine-scale)) calc(3rem * var(--mantine-scale)) calc(3rem * var(--mantine-scale))}}