.store-details{display:flex;flex-direction:column;align-items:center;padding-inline:gutter}.store-details__wrapper{width:100%;max-width:var(--max-content-width);display:flex;justify-content:space-between;margin-bottom:var(--space-20)}@media(max-width:767px){.store-details__wrapper{flex-direction:column;gap:var(--space-40);margin-bottom:var(--space-40)}
}.store-details__wrapper>*{padding-inline:var(--gutter)}.store-details__info{width:39%;border-right:1px solid #ccc;height:-moz-max-content;height:max-content}@media(max-width:767px){.store-details__info{width:100%}}.store-details__button{width:100%}.store-details__button--mobile{display:block}@media(min-width:768px){.store-details__button--mobile{display:none}
}.store-details__button--desktop{display:none}@media(min-width:768px){.store-details__button--desktop{display:block}}.store-details__title,.store-details__faq-question{margin:var(--space-8) 0 var(--space-4);color:var(--color-grey-7)}.store-details__content{margin-bottom:var(--space-30)}.store-details__faq{width:61%}
@media(max-width:767px){.store-details__faq{width:100%}}.store-details__faq-item{border-bottom:1px solid #ccc;padding-bottom:30px;margin-bottom:30px}.store-details__faq-item:last-of-type{border-bottom:0;margin-bottom:0}.store-details__map{width:100%}@media(max-width:767px){.store-details__map{width:100%;padding:0 var(--space-16) var(--space-16)}
}.store-details__marker{width:24px;height:24px;background-color:var(--color-bludot-blue);border-radius:50%;cursor:pointer;position:relative}.store-details__marker-info{width:300px;border-radius:20px;position:absolute;bottom:calc(100% + 15px);left:50%;transform:translateX(-50%);background-color:white;padding:var(--space-10);display:none;flex-direction:column;gap:var(--space-10);text-align:center;justify-content:center}
.store-details__marker-info:after{content:"";position:absolute;top:100%;left:50%;margin-left:-7px;transform:translateX(-50%);width:0;height:0;border-style:solid;border-width:10px 7px 0 7px;border-color:#fff transparent transparent transparent;transform:rotate(0)}.store-details__marker-title{padding-bottom:var(--space-10)}
.store-details #map{width:100%;height:512px}@media(max-width:767px){.store-details #map{height:320px}}.open .store-details__marker-info{display:flex}