@-webkit-keyframes reveal{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@-moz-keyframes reveal{0%{-moz-transform:scaleX(1);transform:scaleX(1)}to{-moz-transform:scaleX(0);transform:scaleX(0)}}@-o-keyframes reveal{0%{-o-transform:scaleX(1);transform:scaleX(1)}to{-o-transform:scaleX(0);transform:scaleX(0)}}@keyframes reveal{0%{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}}@keyframes zoomOut{0%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes fadeOut{0%{opacity:.0001}to{opacity:1}}.opening-hours--full-screen-image .container{flex-direction:column;width:100%;max-width:unset}.opening-hours--full-screen-image .container>*{width:100%}.opening-hours--full-screen-image .container .opening-hours__gallery{min-height:unset;padding-top:65%;border-radius:0}@media screen and (min-width: 990px){.opening-hours--full-screen-image .container .opening-hours__gallery{min-height:100vh;padding-top:0}.opening-hours--full-screen-image .container .opening-hours__gallery--large{min-height:42.86vw}.opening-hours--full-screen-image .container .opening-hours__gallery--medium{min-height:35vw}}.opening-hours--full-screen-image .container .opening-hours__content{align-items:flex-start;justify-content:flex-start;max-width:1920px;margin:auto auto 0}.opening-hours .container{display:flex;padding:0;flex-wrap:wrap}@media screen and (min-width: 990px){.opening-hours .container{height:100%;flex-wrap:nowrap}}.opening-hours__content{padding:2rem 2rem 0;display:flex;align-items:center;width:100%}@media screen and (min-width: 990px){.opening-hours__content{width:50%;justify-content:center}}@media screen and (min-width: 1100px){.opening-hours__content{padding:2.4rem 2.4rem 0}}.opening-hours__content--wrapper{width:min(52rem,100%)}.opening-hours__main-content{display:block}.opening-hours__description{margin-top:var(--sp-8);max-width:43rem;color:rgb(var(--color-foreground-secondary))}.opening-hours__description p{font-family:var(--secondary-font);font-size:var(--fs-14);font-weight:400;text-wrap:balance;max-width:40ch}.opening-hours__description *{color:inherit}.opening-hours__description *:first-child{margin-top:0}.opening-hours__description *:last-child{margin-bottom:0}.opening-hours__heading{margin:0;font-family:var(--primary-font);font-size:var(--fs-24);font-weight:400;letter-spacing:var(--primary-font-letter-spacing)}.opening-hours__top{align-self:center}.opening-hours__button{margin-top:1.6rem;display:inline-block}.opening-hours__description-blocks{margin-top:var(--sp-32)}.opening-hours__description-block{margin-bottom:2.4rem}.opening-hours__description-block:last-child{margin-bottom:0}.opening-hours__subheading{margin:0 0 .8rem;color:rgb(var(--color-foreground-secondary))}.opening-hours__subheading.no_heading{margin-bottom:0}.opening-hours__block-heading{margin:0 0 var(--sp-4) 0;font-family:var(--primary-font);font-size:var(--fs-14);font-weight:400;letter-spacing:var(--primary-font-letter-spacing);color:rgb(var(--color-foreground))}.opening-hours__block-description{font-family:var(--secondary-font);font-size:var(--fs-14);font-weight:400;color:rgb(var(--color-foreground-secondary))}.opening-hours__block-description h5{font-family:var(--secondary-font);font-size:var(--fs-12);font-weight:400}.opening-hours__block-description *{color:inherit}.opening-hours__block-description *:first-child{margin-top:0}.opening-hours__block-description *:last-child{margin-bottom:0}.opening-hours__gallery{position:relative;width:100%;min-height:50vh}.opening-hours__gallery.observe-me{position:relative}.opening-hours__gallery.observe-me .opening-hours__animated-overlay{display:block;position:absolute;top:0;right:-1px;bottom:0;left:0;background:rgb(var(--color-background));z-index:1}.opening-hours__gallery.observe-me.is-inview .opening-hours__animated-overlay{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center;-webkit-animation:reveal .6s ease-in-out;-moz-animation:reveal .6s ease-in-out;-ms-animation:reveal .6s ease-in-out;-o-animation:reveal .6s ease-in-out;animation:reveal .6s ease-in-out}@media screen and (min-width: 990px){.opening-hours__gallery{width:50%;min-height:100vh;border-radius:0 var(--border-radius-media) var(--border-radius-media) 0;overflow:hidden}.opening-hours__gallery--large{min-height:70vh}.opening-hours__gallery--medium{min-height:65vh}}.opening-hours__gallery--image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.opening-hours__gallery--image-wrapper .placeholder-svg{object-fit:cover;width:100.5%;height:100.5%;position:absolute;top:0;right:0;bottom:0;left:0}.opening-hours__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.opening-hours-popup{display:inline-block}.opening-hours-popup-modal{width:100%;height:100%;background-color:rgba(var(--color-overlay),.1);box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;left:0;bottom:0;right:0;overflow:hidden}.opening-hours-popup-modal[open]{opacity:1;visibility:visible;z-index:103}.opening-hours-popup-modal[open] .opening-hours-popup-modal__content{transform:translate(0)}.opening-hours-popup-modal.hiding{opacity:1;visibility:visible;z-index:103;pointer-events:none}.opening-hours-popup-modal__heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:2.4rem}.opening-hours-popup-modal__text{margin-top:2.4rem;overflow:auto;margin-bottom:1.6rem;flex:1}.opening-hours-popup-modal__text::-webkit-scrollbar{width:.2rem}.opening-hours-popup-modal__text::-webkit-scrollbar-thumb{background-color:rgb(var(--color-border));border-radius:2rem}.opening-hours-popup-modal__content{width:100%;max-width:44rem;height:100vh;position:absolute;top:0;right:0;padding:2.4rem;background-color:rgb(var(--color-background));transform:translate(100%);overflow-y:auto;transition:var(--modal-transition)}.opening-hours-popup-modal__content-heading{margin-top:0;margin-bottom:0}.opening-hours-popup-modal__title{margin:0}.opening-hours-popup-modal--popup-content{margin-top:.6rem}.opening-hours-popup-modal--popup-content p{margin-top:0;margin-bottom:1.6rem}.opening-hours-popup-modal table{margin:.8rem 0}@media screen and (max-width: 989px){.opening-hours-popup-modal table{display:block;max-width:fit-content;overflow-x:auto;white-space:nowrap}}.opening-hours-popup-modal .popup-button{width:100%;display:flex;margin-top:auto}.opening-hours-popup-modal__content-info{display:flex;flex-direction:column;justify-content:flex-start;height:100%}.opening-hours__popup-image--wrapper{position:relative}.opening-hours__popup-image--wrapper--landscape{padding-bottom:70%}.opening-hours__popup-image--wrapper--square{padding-bottom:100%}.opening-hours__popup-image--wrapper--portrait{padding-bottom:130%}.opening-hours__popup-image--wrapper>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}
/*# sourceMappingURL=/cdn/shop/t/10/assets/opening-hours.css.map */
