.partner-stores{margin-top:50px}.partner-stores h2{margin-bottom:3rem}.partner-stores .content{display:flex;flex-direction:column-reverse;gap:20px}@media screen and (min-width: 1024px){.partner-stores .content{flex-direction:row;gap:40px}}.partner-stores .content__infos{display:flex;flex-direction:column;gap:20px;width:100%}@media screen and (min-width: 1024px){.partner-stores .content__infos{width:50%}}.partner-stores .content__image{display:flex;width:100%}@media screen and (min-width: 1024px){.partner-stores .content__image{width:50%}}.partner-stores .content__image img{width:100%;max-height:400px;object-fit:cover}@media screen and (min-width: 1024px){.partner-stores .content__image img{width:100%;max-height:unset}}.partner-stores .content__filters-container{display:flex;flex-direction:column;gap:20px;width:80%}@media screen and (max-width: 768px){.partner-stores .content__filters-container{width:100%}}.partner-stores .content__filters-container input{font-size:.9rem !important}.partner-stores .content__select{display:flex;justify-content:space-between;align-items:center;gap:20px}.partner-stores .content__select label{white-space:nowrap}.partner-stores .content__stores-list-container h3{font-size:1.2rem}.partner-stores .content__stores-list{display:flex;flex-direction:column;gap:20px;max-height:900px;overflow-y:auto}@media screen and (min-width: 768px){.partner-stores .content__stores-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr))}}.partner-stores .content__store{border:1px solid var(--color-text-header);padding:20px}.partner-stores .content__store p{margin:0}.partner-stores .content__store a{text-decoration:underline}.partner-stores .visually-hidden{display:none}