.shop__content{grid-row-gap:20px;grid-column-gap:30px;grid-template:"header header"max-content"chips chips"min-content"filters products"".products"/200px 1fr;grid-area:content;justify-content:start;display:grid}@media (max-width:1100px){.shop__content{grid-template-columns:200px 1fr;grid-template-areas:"header header""chips chips""filters products"".products"}}@media (max-width:740px){.shop__content{grid-row-gap:24px;grid-template:"chips"max-content"filters""products""header"/1fr}}.shop__header{grid-area:header}@media (max-width:800px){.shop__description{max-height:150px;overflow:auto}}.shop__chips{grid-area:chips}.shop__products{grid-area:products}.shop__filters{grid-area:filters}