.product-listing{display:flex}.product-listing__main{flex:1 1 auto}.product-listing__interactions{align-items:center;display:flex;flex-grow:1;justify-content:flex-end}@media(max-width:47.99em){.product-listing__interactions{flex-direction:column;gap:2rem;width:100%}}@media(max-width:74.99em){.product-listing__interactions{justify-content:space-between;width:100%}}@media(max-width:47.99em){.product-listing__sort-by-wrapper{display:none}.product-listing__sort-by-wrapper--display-mobile{display:block;width:100%}}.product-listing__header-filters-wrapper{align-items:flex-start;display:flex;gap:5rem;justify-content:space-between;margin-bottom:5rem}@media(max-width:74.99em){.product-listing__header-filters-wrapper{flex-direction:column;text-align:center}}.product-listing__title-wrapper{max-width:45rem;width:100%}@media(max-width:74.99em){.product-listing__title-wrapper{max-width:100%;text-align:center}}.product-listing__collection-title{margin:0}.product-listing__filter-toggle-button{display:var(--filters-display)}.product-listing__filter-toggle-button label{align-items:center;border:1px solid var(--color-accent);border-radius:2rem;cursor:pointer;display:inline-flex;font-weight:700;gap:1.4rem;justify-content:center;line-height:1;padding:1rem 2.4rem;text-transform:uppercase}@media(min-width:48em){.product-listing__filter-toggle-button label{font-size:1.4rem}}.product-listing__filter-toggle-button-icon{display:inline-grid;height:1.4rem;place-items:center;width:1.4rem}.product-listing__filter-toggle-button-icon svg{transform:rotate(-90deg)}.product-listing__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(30.2rem,1fr))}
