.store-header{margin:0 auto 1.875rem;max-width:90rem;position:relative}@media only screen and (min-width:1024px){.store-header{margin-bottom:2.5rem}}@media only screen and (min-width:1440px){.store-header{margin-bottom:3.75rem}}.store-header__picture{display:block;margin:0 auto;max-width:1370px}.store-header__picture img{aspect-ratio:16/9;width:100%}.store-header__content{margin:0 auto;max-width:1370px;position:relative;width:100%}@media only screen and (min-width:768px){.store-header__content--has-image{margin-top:0;padding:1.25rem 0 0}}@media only screen and (min-width:1024px){.store-header__content--has-image{padding:0}}@media only screen and (min-width:1440px){.store-header__content--has-image{margin-top:-15.625rem;padding:1.5rem}}@media only screen and (min-width:768px){.store-header__content{display:grid;grid-template-areas:"info opening-hours" "info special-opening-hours";grid-template-columns:repeat(2,1fr);grid-template-rows:auto 100%;grid-gap:0 1.875rem;align-items:start}}@media only screen and (min-width:1024px){.store-header__content{grid-template-areas:"info opening-hours special-opening-hours";grid-template-columns:repeat(3,1fr);grid-gap:0;align-items:stretch}}@media only screen and (min-width:1440px){.store-header__content{grid-gap:0 3.75rem}}.store-header__heading{background-color:var(--color-white);border-radius:0 .3125rem 0 0;display:inline-block;font-size:32px;font-size:2rem;font-weight:300;line-height:2;padding:0 .625rem;text-transform:none}.store-header__details{background:var(--color-white);display:flex;flex-direction:column;padding:.625rem;width:100%}@media only screen and (min-width:1024px){.store-header__details{padding:1.25rem}}.store-header__info{grid-area:info}@media only screen and (min-width:1024px){.store-header__content--has-image .store-header__info{margin:-1.875rem 0 0}}@media only screen and (min-width:1440px){.store-header__content--has-image .store-header__info{margin:-3rem 0 0}}.store-header__contact-item{margin:0 0 .625rem}.store-header__contact-item:last-child{margin-bottom:0}.store-header__contact-link{align-items:center;display:flex}.store-header__contact-link img,.store-header__contact-link svg{background:var(--color-white);border-radius:.3125rem;box-shadow:0 1px 3px #00000021;flex:none;height:2.75rem;margin-right:.75rem;padding:.75rem;width:2.75rem;fill:var(--color-dark-red)}.store-header__alert{margin-bottom:.625rem}.store-header__opening-hours,.store-header__special-opening-hours{border-radius:10px;padding-bottom:1.25rem}@media only screen and (min-width:768px){.store-header__opening-hours,.store-header__special-opening-hours{padding:.625rem .625rem 1.25rem}}.store-header__opening-hours table,.store-header__special-opening-hours table{width:100%}.store-header__opening-hours caption,.store-header__special-opening-hours caption{color:var(--color-black);font-family:var(--font-open-sans-condensed-condensed);font-size:24px;font-size:1.5rem;font-weight:300;line-height:2;padding:.625rem;text-align:left}.store-header__opening-hours>p,.store-header__special-opening-hours>p{padding:0 .625rem}.store-header__opening-hours tr,.store-header__special-opening-hours tr{vertical-align:top}.store-header__opening-hours tr.is-active,.store-header__special-opening-hours tr.is-active{font-weight:700}.store-header__opening-hours td,.store-header__special-opening-hours td{padding:0 .625rem}.store-header__opening-hours td:first-child,.store-header__special-opening-hours td:first-child{padding-right:0;white-space:nowrap;width:1%}.store-header__opening-hours td:last-child,.store-header__special-opening-hours td:last-child{white-space:nowrap}.store-header__opening-hours{background:var(--color-pale-sky);grid-area:opening-hours}.store-header__opening-hours tr.is-special{color:var(--color-error)}.store-header__special-opening-hours{background:var(--color-white);grid-area:special-opening-hours}