.shops_section .shops_filter{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:64px;padding-bottom:36px;border-bottom:1px solid #d6d6d6;gap:24px}.shops_section .shops_filter_select{width:100%;max-width:375px;padding:10px 40px 10px 16px;font:inherit;cursor:pointer;color:inherit;border:1px solid currentColor;border-radius:0;background:transparent;text-transform:uppercase;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.5' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;appearance:none;-webkit-appearance:none}.shops_section .shops_filter_select option{text-transform:uppercase}.shops_section .shops_empty{padding:48px;text-align:center}.shops_section .shop_item_container{display:flex;flex-direction:row}.shops_section .shop_item_container.is-hidden{display:none}.shops_section .shop_item_container.is-reversed{flex-direction:row-reverse}.shops_section .shop_item_container.is-reversed .shop_details{text-align:right}.shops_section .shop_item_container .shop_image{width:50%;aspect-ratio:3/2}.shops_section .shop_item_container .shop_image img{width:100%;height:100%;object-fit:cover}.shops_section .shop_item_container .shop_details{display:flex;flex-direction:column;justify-content:center;padding:48px;flex:1}.shops_section .shop_item_container .shop_details h2{margin:0 0 16px}.shops_section .shop_item_container .shop_details .shop_location{margin:0 0 12px;text-underline-offset:4px}.shops_section .shop_item_container .shop_details .shop_location br{display:none}.shops_section .shop_item_container .shop_details .shop_phone_number{text-underline-offset:4px}.shops_section .shop_item_container .shop_details .shop_phone_number--link{display:none}@media only screen and (max-width:750px){.shops_section .shops_filter{margin-bottom:32px;border:none;gap:16px}.shops_section .shops_list_wrapper{display:flex;flex-direction:column;gap:64px;padding:0 16px}.shops_section .shop_item_container{flex-direction:column}.shops_section .shop_item_container.is-reversed{flex-direction:column}.shops_section .shop_item_container.is-reversed .shop_details{text-align:left}.shops_section .shop_item_container .shop_image{width:100%;margin:0 0 18px}.shops_section .shop_item_container .shop_image img{aspect-ratio:3/2;width:100%;height:100%;object-fit:cover}.shops_section .shop_item_container .shop_details{padding:0}.shops_section .shop_item_container .shop_details .shop_phone_number--link{display:block}.shops_section .shop_item_container .shop_details .shop_phone_number--text{display:none}}