:root{--grid-desktop-horizontal-spacing: 32px;--grid-desktop-vertical-spacing: 32px}.custom-grid{display:flex;width:100%;flex-wrap:wrap;list-style:none;column-gap:var(--grid-desktop-horizontal-spacing, 16px);row-gap:var(--grid-desktop-vertical-spacing, 16px)}.custom_grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing, 16px) * 3 / 4);max-width:calc(50% - var(--grid-desktop-horizontal-spacing, 16px) / 2);flex-grow:1;flex-shrink:0}@media screen and (min-width:750px){.custom-grid--2-col-tablet-down .custom_grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing, 16px) / 2);max-width:calc(50% - var(--grid-desktop-horizontal-spacing, 16px) / 2)}}@media screen and (min-width:990px){.custom-grid--1-col-desktop .custom_grid__item{width:100%;max-width:100%}.custom-grid--2-col-desktop .custom_grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing, 16px) / 2);max-width:calc(50% - var(--grid-desktop-horizontal-spacing, 16px) / 2)}.custom-grid--3-col-desktop .custom_grid__item{width:calc(33.33% - var(--grid-desktop-horizontal-spacing, 16px) * 2 / 3);max-width:calc(33.33% - var(--grid-desktop-horizontal-spacing, 16px) * 2 / 3)}.custom-grid--4-col-desktop .custom_grid__item{width:calc(25% - var(--grid-desktop-horizontal-spacing, 16px) * 3 / 4);max-width:calc(25% - var(--grid-desktop-horizontal-spacing, 16px) * 3 / 4)}}@media only screen and (max-width:768px){.custom-grid--1-col-tablet-down .custom_grid__item{width:calc(50% - var(--grid-desktop-horizontal-spacing, 16px) / 2);max-width:calc(50% - var(--grid-desktop-horizontal-spacing, 16px) / 2)}}@media only screen and (max-width:480px){.custom-grid--1-col-tablet-down .custom_grid__item{width:100%;max-width:100%}}.color-background-1,.color-background-2{--color-foreground: 0, 0, 0;background-color:rgb(var(--color-background))}.color-accent-1,.color-accent-2,.color-inverse{--color-foreground: 255, 255, 255;background-color:rgb(var(--color-background))}.center{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/51/assets/custom-grid.css.map */
