<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.collection-header{margin:3rem auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.collection-header h1{font-size:2.8rem;margin:0}.collection{width:100%;padding:0 0 4rem}.collection__product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (max-width: 427px){.collection__product-grid{column-gap:1rem;row-gap:1rem}}@media screen and (min-width: 428px) and (max-width: 799px){.collection__product-grid{column-gap:var(--grid-mobile-horizontal-spacing);row-gap:var(--grid-mobile-vertical-spacing)}}@media screen and (min-width: 800px){.collection{margin:2rem auto}.collection__product-grid{grid-template-columns:repeat(3,1fr);gap:2rem;column-gap:var(--grid-desktop-horizontal-spacing);row-gap:var(--grid-desktop-vertical-spacing)}}@media screen and (min-width: 1200px){.collection__product-grid{grid-template-columns:repeat(4,1fr)}}.collection__product-grid li{display:flex}.collection__product-item .card-wrapper{flex:1 1 auto;min-height:auto}
/*# sourceMappingURL=/cdn/shop/t/245/assets/template-collection.css.map */
</pre></body></html>