.sfcore-swish-gallery{--gallery-gap:16px;--gallery-columns:3;--image-border-radius:0px;position:relative;width:100%}.sfcore-swish-gallery__container{display:grid;gap:var(--gallery-gap);grid-template-columns:repeat(var(--gallery-columns),1fr)}.sfcore-swish-gallery--layout-grid .sfcore-swish-gallery__container{display:grid}.sfcore-swish-gallery--layout-masonry .sfcore-swish-gallery__container{-moz-column-count:var(--gallery-columns);column-count:var(--gallery-columns);-moz-column-gap:var(--gallery-gap);column-gap:var(--gallery-gap);display:block}.sfcore-swish-gallery--layout-masonry .sfcore-swish-gallery__item{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:var(--gallery-gap)}.sfcore-swish-gallery--layout-carousel{overflow:hidden}.sfcore-swish-gallery--layout-carousel .sfcore-swish-gallery__container{display:flex;transition:transform .3s ease-out}.sfcore-swish-gallery--layout-carousel .sfcore-swish-gallery__item{flex:0 0 100%;min-width:100%}.sfcore-swish-gallery__item{margin:0;position:relative}.sfcore-swish-gallery__image-wrapper{border:var(--sf-border-thin);border-radius:var(--image-border-radius);overflow:hidden;position:relative}.sfcore-swish-gallery__image{display:block;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .2s ease-out,opacity .2s ease-out;width:100%}.sfcore-swish-gallery--aspect-square .sfcore-swish-gallery__image-wrapper{aspect-ratio:1/1}.sfcore-swish-gallery--aspect-square .sfcore-swish-gallery__image{height:100%;inset:0;position:absolute;width:100%}.sfcore-swish-gallery--aspect-landscape .sfcore-swish-gallery__image-wrapper{aspect-ratio:4/3}.sfcore-swish-gallery--aspect-landscape .sfcore-swish-gallery__image{height:100%;inset:0;position:absolute;width:100%}.sfcore-swish-gallery--aspect-portrait .sfcore-swish-gallery__image-wrapper{aspect-ratio:3/4}.sfcore-swish-gallery--aspect-portrait .sfcore-swish-gallery__image{height:100%;inset:0;position:absolute;width:100%}.sfcore-swish-gallery--hover-zoom .sfcore-swish-gallery__image-wrapper:hover .sfcore-swish-gallery__image{transform:scale(1.1)}.sfcore-swish-gallery--hover-fade .sfcore-swish-gallery__image-wrapper:hover .sfcore-swish-gallery__image{opacity:.8}.sfcore-swish-gallery--hover-lift .sfcore-swish-gallery__item{transition:transform .2s ease-out,box-shadow .2s ease-out}.sfcore-swish-gallery--hover-lift .sfcore-swish-gallery__item:hover{box-shadow:var(--sf-shadow-lg);transform:var(--sf-hover-transform)}.sfcore-swish-gallery--shadow-small .sfcore-swish-gallery__image-wrapper{box-shadow:var(--sf-shadow-sm)}.sfcore-swish-gallery--shadow-medium .sfcore-swish-gallery__image-wrapper{box-shadow:var(--sf-shadow-md)}.sfcore-swish-gallery--shadow-large .sfcore-swish-gallery__image-wrapper{box-shadow:var(--sf-shadow-lg)}.sfcore-swish-gallery__lightbox-trigger{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;inset:0;justify-content:center;padding:0;position:absolute;transition:background-color .2s ease-out}.sfcore-swish-gallery__lightbox-trigger:focus,.sfcore-swish-gallery__lightbox-trigger:hover{background:color-mix(in srgb,var(--wp--preset--color--contrast) 40%,transparent)}.sfcore-swish-gallery__lightbox-trigger:focus .sfcore-swish-gallery__zoom-icon,.sfcore-swish-gallery__lightbox-trigger:hover .sfcore-swish-gallery__zoom-icon{opacity:1;transform:scale(1)}.sfcore-swish-gallery__lightbox-trigger:focus{outline:2px solid var(--wp--preset--color--base);outline-offset:-4px}.sfcore-swish-gallery__zoom-icon{align-items:center;background:var(--sf-color-surface,var(--wp--preset--color--base));border-radius:var(--sf-radius-full,9999px);display:flex;height:48px;justify-content:center;opacity:0;transform:scale(.8);transition:opacity .2s ease-out,transform .2s ease-out;width:48px}.sfcore-swish-gallery__zoom-icon svg{fill:var(--wp--preset--color--contrast)}.sfcore-swish-gallery__caption{color:var(--sf-color-muted);font-size:.875rem;margin-top:8px;text-align:center}.sfcore-swish-gallery__nav{display:flex;justify-content:space-between;left:0;padding:0 16px;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%)}.sfcore-swish-gallery__next,.sfcore-swish-gallery__prev{align-items:center;background:var(--sf-color-surface,var(--wp--preset--color--base));border:var(--sf-border);box-shadow:var(--sf-shadow-sm);color:var(--wp--preset--color--contrast);cursor:pointer;display:inline-flex;font-size:1.5rem;font-weight:700;gap:.5rem;height:48px;letter-spacing:.05em;padding:0;pointer-events:all;text-decoration:none;text-transform:uppercase;transition:all .1s ease-out;width:48px}.sfcore-swish-gallery__next:hover,.sfcore-swish-gallery__prev:hover{background:var(--wp--preset--color--accent-2);box-shadow:var(--sf-shadow-md);transform:var(--sf-hover-transform)}.sfcore-swish-gallery__next:focus,.sfcore-swish-gallery__prev:focus{outline:2px solid var(--wp--preset--color--accent-4);outline-offset:2px}.sfcore-swish-gallery__dots{display:flex;gap:8px;justify-content:center;margin-top:16px}.sfcore-swish-gallery__dot{background:var(--sf-color-muted);border:var(--sf-border-thin);border-radius:var(--sf-radius-full,9999px);cursor:pointer;height:12px;padding:0;transition:background-color .2s ease-out,transform .2s ease-out;width:12px}.sfcore-swish-gallery__dot:hover{background:var(--wp--preset--color--contrast)}.sfcore-swish-gallery__dot.is-active{background:var(--wp--preset--color--accent-1);transform:scale(1.2)}.sfcore-swish-gallery__dot:focus{outline:2px solid var(--wp--preset--color--accent-4);outline-offset:2px}.sfcore-lightbox{align-items:center;background:color-mix(in srgb,var(--wp--preset--color--contrast) 95%,transparent);display:flex;inset:0;justify-content:center;opacity:0;position:fixed;transition:opacity .2s ease-out,visibility .2s ease-out;visibility:hidden;z-index:999999}.sfcore-lightbox.is-open{opacity:1;visibility:visible}.sfcore-lightbox__content{height:100%;padding:60px;position:relative;width:100%}.sfcore-lightbox__close,.sfcore-lightbox__content{align-items:center;display:flex;justify-content:center}.sfcore-lightbox__close{background:transparent;border:none;cursor:pointer;height:48px;position:absolute;right:16px;top:16px;width:48px;z-index:10}.sfcore-lightbox__close svg{fill:var(--wp--preset--color--base)}.sfcore-lightbox__close:hover svg{fill:var(--sf-color-muted)}.sfcore-lightbox__close:focus{outline:2px solid var(--wp--preset--color--base);outline-offset:2px}.sfcore-lightbox__next,.sfcore-lightbox__prev{align-items:center;background:color-mix(in srgb,var(--wp--preset--color--base) 10%,transparent);border:none;border-radius:var(--sf-radius-full,9999px);cursor:pointer;display:flex;height:56px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease-out;width:56px;z-index:10}.sfcore-lightbox__next svg,.sfcore-lightbox__prev svg{fill:var(--wp--preset--color--base)}.sfcore-lightbox__next:hover,.sfcore-lightbox__prev:hover{background:color-mix(in srgb,var(--wp--preset--color--base) 20%,transparent)}.sfcore-lightbox__next:focus,.sfcore-lightbox__prev:focus{outline:2px solid var(--wp--preset--color--base);outline-offset:2px}.sfcore-lightbox__prev{left:16px}.sfcore-lightbox__next{right:16px}.sfcore-lightbox__image-container{align-items:center;display:flex;justify-content:center;max-height:calc(100% - 120px);max-width:calc(100% - 120px)}.sfcore-lightbox__image{max-height:80vh;max-width:100%;-o-object-fit:contain;object-fit:contain}.sfcore-lightbox__image:focus{outline:none}.sfcore-lightbox__footer{bottom:16px;color:var(--wp--preset--color--base);left:50%;position:absolute;text-align:center;transform:translateX(-50%)}.sfcore-lightbox__counter{font-size:.875rem;opacity:.7}.sfcore-lightbox__caption{font-size:1rem;margin-top:8px;max-width:600px}@media(max-width:782px){.sfcore-swish-gallery--cols-4,.sfcore-swish-gallery--cols-5,.sfcore-swish-gallery--cols-6{--gallery-columns:2}.sfcore-swish-gallery--layout-masonry.sfcore-swish-gallery--cols-4,.sfcore-swish-gallery--layout-masonry.sfcore-swish-gallery--cols-5,.sfcore-swish-gallery--layout-masonry.sfcore-swish-gallery--cols-6{-moz-column-count:2;column-count:2}.sfcore-lightbox__content{padding:48px 16px}.sfcore-lightbox__next,.sfcore-lightbox__prev{height:40px;width:40px}}@media(max-width:600px){.sfcore-swish-gallery--cols-3,.sfcore-swish-gallery--cols-4,.sfcore-swish-gallery--cols-5,.sfcore-swish-gallery--cols-6{--gallery-columns:1}.sfcore-swish-gallery--layout-masonry.sfcore-swish-gallery--cols-3,.sfcore-swish-gallery--layout-masonry.sfcore-swish-gallery--cols-4,.sfcore-swish-gallery--layout-masonry.sfcore-swish-gallery--cols-5,.sfcore-swish-gallery--layout-masonry.sfcore-swish-gallery--cols-6{-moz-column-count:1;column-count:1}.sfcore-swish-gallery__next,.sfcore-swish-gallery__prev{font-size:1rem;height:40px;width:40px}}
