.text-image{margin-block:40px}.text-image__container{display:grid;gap:.5rem 3rem;grid-template-areas:"content media";grid-template-columns:2fr 3fr}.text-image--text-right .text-image__container{grid-template-areas:"media content";grid-template-columns:3fr 2fr}.text-image__content{display:flex;flex-direction:column;gap:1.5rem;grid-area:content}.text-image__title{margin:0}.text-image__text :first-child{margin-top:0}.text-image__text :last-child{margin-bottom:0}.text-image__actions{display:flex}.text-image__media{grid-area:media;min-width:0;width:100%}.text-image__media-inner{overflow:hidden;position:relative}.text-image--no-image .text-image__container{grid-template-areas:"content";grid-template-columns:1fr}.text-image--no-content .text-image__container{grid-template-areas:"media";grid-template-columns:1fr}.text-image--image-square .text-image__media-inner{aspect-ratio:1/1}.text-image--image-wide .text-image__media-inner{aspect-ratio:16/10}.text-image__image,.text-image__image img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}section.shops{margin-block:60px}section.shops .shops-list{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:60px}section.shops .shop-card{background-color:#f5f5f5;display:flex;flex-direction:column;height:fit-content;position:relative;transition:margin-bottom .3s ease;z-index:1}section.shops .shop-card:focus-within,section.shops .shop-card:hover{margin-bottom:-150px}section.shops .shop-card:focus-within .shop-buttons,section.shops .shop-card:hover .shop-buttons{grid-template-rows:1fr;height:150px}section.shops .shop-header{background:#096839;padding:1rem 1.5rem}section.shops .shop-card-title{color:#fff;font-size:1.375rem;font-weight:700;margin:0}section.shops .shop-body{align-items:center;display:flex;flex-direction:column;padding:1rem 1.5rem}section.shops .shop-address{margin:0 0 1rem;width:100%}section.shops .shop-buttons{display:grid;grid-template-rows:0fr;height:0;transition:grid-template-rows .3s ease,height .3s ease}section.shops .shop-buttons .shop-buttons-inner{display:flex;flex-direction:column;gap:.375rem;justify-content:center;overflow:hidden}section.shops .shop-button{justify-content:start}section.shops .shop-images{display:grid;gap:.5rem;grid-template-columns:1fr;margin-top:1rem;width:100%}section.shops .shop-images img{height:220px;object-fit:cover;width:100%}section.shops .shop-map{display:none;width:100%}section.shops .shop-card--inactive{pointer-events:none}section.shops .shop-card--inactive .shop-header{background:#ebebeb}section.shops .shop-card--inactive .shop-card-title{color:#b8b8b8}section.shops .shop-card--inactive .shop-images img{filter:grayscale(100%) opacity(.5)}section.shops .shop-card--inactive .shop-buttons{display:none}.gallery-overlay{align-items:center;backdrop-filter:grayscale(90) blur(5px);background:rgba(0,0,0,.75);display:flex;inset:0;justify-content:center;opacity:0;padding-top:64px;pointer-events:none;position:fixed;top:var(--wp-admin--admin-bar--height,0);transition:opacity .5s ease;z-index:1000}.gallery-overlay.is-visible{opacity:1;pointer-events:auto}.gallery-overlay .gallery-content{display:grid;gap:0 1rem;grid-template-columns:auto 1fr auto;grid-template-rows:85% 15%;height:100%;width:100%}.gallery-overlay .gallery-viewer{align-items:center;display:flex;grid-column:2;justify-content:center;padding-bottom:3rem;position:relative}.gallery-overlay .gallery-viewer.is-loading:after{animation:gallery-spin .7s linear infinite;border:3px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;content:"";height:32px;left:calc(50% - 16px);position:absolute;top:calc(50% - 16px);width:32px}@keyframes gallery-spin{to{transform:rotate(1turn)}}.gallery-overlay .gallery-image{cursor:auto;max-height:100%;max-width:100%;object-fit:scale-down}.gallery-overlay .gallery-control{background:none;border:none;color:#fff;cursor:pointer;font-size:xx-large;padding:0;transition:background-color .3s ease;width:48px}.gallery-overlay .gallery-control:hover{background-color:hsla(0,0%,100%,.1)}.gallery-overlay .gallery-control:hover .gallery-control-icon{transform:scale(1.2)}.gallery-overlay .gallery-control:disabled{cursor:default;opacity:.3;transform:none}.gallery-overlay .gallery-control-icon{display:block;transition:transform .3s ease}.gallery-overlay .gallery-close{align-items:center;display:flex;height:48px;justify-content:center;position:absolute;right:8px;top:8px}.gallery-overlay .gallery-thumbs{background-color:hsla(0,0%,80%,.75);display:flex;gap:.5rem;grid-column:1/-1;overflow-x:auto;padding:.5rem .5rem 1rem}.gallery-overlay .gallery-thumb{background:none;border:none;cursor:pointer;filter:grayscale(1);flex:0 0 auto;height:100%;min-width:0;padding:0;transition:transform .5s ease,filter .5s ease;width:auto}.gallery-overlay .gallery-thumb img{display:block;height:100%;object-fit:contain;width:100%}.gallery-overlay .gallery-thumb:focus-within,.gallery-overlay .gallery-thumb:hover{filter:grayscale(0);transform:scale(1.05)}.gallery-overlay .gallery-thumb.is-active{filter:grayscale(0);outline:2px solid #fff}.gallery-overlay .gallery-status{background:rgba(0,0,0,.45);border-radius:999px;color:#fff;font-size:.875rem;left:8px;line-height:1;padding:.35rem .6rem;position:absolute;top:8px;z-index:2}.default-gallery{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-block:40px}.default-gallery-item{aspect-ratio:1;background:none;border:none;cursor:zoom-in;display:block;overflow:hidden;padding:0;width:100%}.default-gallery-item img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.default-gallery-item:focus-within img,.default-gallery-item:hover img{transform:scale(1.05)}.page-about section.shops{margin-block:40px}.page-about section.shops .shops-description,.page-about section.shops .shops-title{display:none}.page-about section.shops .shops-list{margin:0}@media (max-width:1260px){.text-image{margin-block:30px}section.shops{margin-block:50px}section.shops .shops-list{margin-top:50px}.default-gallery,.page-about section.shops{margin-block:30px}}@media (max-width:1000px){.text-image{margin-block:25px}section.shops{margin-block:40px}section.shops .shops-list{gap:1rem;margin-top:40px}.default-gallery,.page-about section.shops{margin-block:25px}}@media (max-width:800px){.text-image--text-right .text-image__container,.text-image__container{grid-template-areas:"content" "media";grid-template-columns:1fr}.text-image__actions{justify-content:center}section.shops .shops-description,section.shops .shops-title{text-align:center}section.shops .shops-list{gap:.75rem}}@media (max-width:500px){.text-image--image-wide .text-image__media-inner{aspect-ratio:4/3}}
/*# sourceMappingURL=page-about.css.map */