<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.store-detail{display:grid;grid-row-gap:2rem}.store-detail__block:not(:last-of-type){padding-bottom:2rem;border-bottom:1px solid var(--theme-color-grayscale-700)}.store-detail__block--head{display:grid;grid-gap:3rem;grid-template-areas:"address" "openingHours" "storeManager" "actions"}@media (min-width:1024px){.store-detail__block--head{grid-template-columns:1fr auto;grid-gap:3rem;grid-template-areas:"address actions" "openingHours actions" "storeManager actions"}}.store-detail__block--assortment,.store-detail__block--contact{display:grid;grid-row-gap:1rem}.store-detail__address{grid-area:address;line-height:1.5}.store-detail__opening-hours{grid-area:openingHours;display:flex;flex-direction:column;row-gap:5rem}@media (min-width:768px){.store-detail__opening-hours{flex-direction:row;-moz-column-gap:10rem;column-gap:10rem}}.store-detail__store-manager{grid-area:storeManager;display:flex;align-items:baseline;-moz-column-gap:1rem;column-gap:1rem}.store-detail__actions{font-size:1.4rem;grid-area:actions;display:flex;flex-direction:column;gap:1rem}@media (min-width:480px){.store-detail__actions{flex-direction:row;row-gap:1rem}}@media (min-width:1024px){.store-detail__actions{flex-direction:column}}.store-detail__title{font-size:2rem}.store-detail__sub-title,.store-detail__title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-weight:500;line-height:1.2;margin-block:1rem .5rem;margin:0}.store-detail__sub-title{font-size:1.6rem}.store-detail__default-opening-hours,.store-detail__special-opening-hours{display:flex;flex-direction:column;row-gap:1rem}.store-detail__assortment-list{display:grid;grid-gap:1rem 3rem;grid-template-columns:1fr}@media (min-width:768px){.store-detail__assortment-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.store-detail__assortment-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1200px){.store-detail__assortment-list{grid-template-columns:repeat(4,minmax(0,1fr))}}.store-detail__assortment-option{display:flex;align-items:center;-moz-column-gap:1rem;column-gap:1rem;color:var(--theme-color-grayscale-400)}.store-detail__assortment-option--available{color:var(--theme-color-grayscale-0)}.store-detail__assortment-icon{border:1px solid;border-radius:50%;padding:.2rem}.store-detail__contact-table{font-size:1.4rem;width:100%}@media (max-width:1023px){.store-detail__contact-table{font-size:1.6rem;display:block}.store-detail__contact-table thead{display:none}.store-detail__contact-table tbody{display:grid;grid-row-gap:1rem}.store-detail__contact-table tr{display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"section section" "phone email";padding-bottom:.5rem}}@media (max-width:767px){.store-detail__contact-table tr{grid-template-columns:1fr;grid-row-gap:.5rem;grid-template-areas:"section" "phone" "email"}}.store-detail__contact-table tr:not(:last-child){border-bottom:1px solid var(--theme-color-grayscale-700)}.store-detail__contact-table td,.store-detail__contact-table th{padding:1rem .5rem;width:25%}@media (max-width:1023px){.store-detail__contact-table td,.store-detail__contact-table th{padding:0;width:auto}}.store-detail__contact-table td:first-child,.store-detail__contact-table th:first-child{width:50%}@media (max-width:1023px){.store-detail__contact-table td:first-child,.store-detail__contact-table th:first-child{width:auto}}.store-detail__contact-table th{font-weight:700;background-color:var(--theme-color-grayscale-900)}.store-detail__td--section{grid-area:section}@media (max-width:1023px){.store-detail__td--section{font-weight:700}}.store-detail__td--phone{grid-area:phone}.store-detail__td--email{grid-area:email}.store-detail__map-modal-content{width:800px;max-width:100%}.store-detail__map-modal-content .map__google-map{aspect-ratio:1/2}@media (min-width:768px){.store-detail__map-modal-content .map__google-map{aspect-ratio:1}}@media (min-width:1200px){.store-detail__map-modal-content .map__google-map{aspect-ratio:4/3}}.opening-hours{display:grid;grid-row-gap:1rem}.opening-hours--special{grid-row-gap:3rem}.opening-hours__entry{display:flex;-moz-column-gap:5rem;column-gap:5rem;justify-content:space-between}.opening-hours__special-day-details{font-size:1.4rem;display:flex;flex-direction:column;margin-top:.5rem;padding-block:.5rem;border-top:1px solid var(--theme-color-grayscale-700)}.opening-hours__special-day-name{font-weight:500}.opening-hours__comment{max-width:300px}.map__google-map{aspect-ratio:1/2;width:100%;height:auto;border-radius:.5rem;overflow:hidden}@media (min-width:480px){.map__google-map{aspect-ratio:1}}@media (min-width:768px){.map__google-map{aspect-ratio:2/1}}@media (min-width:1200px){.map__google-map{aspect-ratio:3/1}}</pre></body></html>