:root{--background-color:#f9f7f4}.FullScreenGalleryTrigger{--button-width:44px;--half-button-width:calc(var(--button-width)/2);bottom:0;grid-column:full;margin-left:auto;margin-right:calc(var(--scrollbar-width) + 30px);margin-top:-75px;pointer-events:none;position:sticky;transition:opacity .4s ease;z-index:30}.FullScreenGalleryTrigger.is-gallery-active{bottom:1px;opacity:1;position:fixed;right:0;z-index:60}.FullScreenGalleryTrigger.is-gallery-active .FullScreenGalleryTrigger__icon--close{opacity:1}.FullScreenGalleryTrigger.is-gallery-active .FullScreenGalleryTrigger__icon--open{opacity:0}@media(hover:hover){.FullScreenGalleryTrigger:hover .FullScreenGalleryTrigger__label{transition:width .3s ease;width:var(--button-text-width)}}.FullScreenGalleryTrigger .FullScreenGalleryTrigger__icon--close{opacity:0}.FullScreenGalleryTrigger .FullScreenGalleryTrigger__icon--open{opacity:1}.FullScreenGalleryTrigger .FullScreenGalleryTrigger__label{background-color:#fff;border-radius:var(--half-button-width);cursor:pointer;display:flex;flex-direction:column;height:calc(var(--button-width) - 2px);justify-content:center;overflow:hidden;pointer-events:all;position:absolute;right:1px;top:1px;transition:width .3s ease .15s;width:calc(var(--button-width) - 2px)}.FullScreenGalleryTrigger .FullScreenGalleryTrigger__label p{--line-height:1.9230769231;font-family:futura-pt,sans-serif;font-size:13px;font-style:normal;font-weight:500;letter-spacing:.1em;line-height:1.9230769231;opacity:1;padding-left:20px;pointer-events:none;position:absolute;text-transform:uppercase}.FullScreenGalleryTrigger button{background-color:var(--highlight-bg-color);border-radius:50%;box-shadow:1px 2px 10px 1px rgba(0,0,0,.1);box-sizing:border-box;color:#000;cursor:pointer;display:block;height:var(--button-width);margin-bottom:30px;outline:unset;pointer-events:all;position:relative;width:var(--button-width)}body.dark-mode .FullScreenGalleryTrigger button{color:#fff}.FullScreenGalleryTrigger svg{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.FullScreenGalleryTrigger .FullScreenGalleryTrigger__label,.FullScreenGalleryTrigger button{box-shadow:0 3px 15px rgba(0,0,0,.2)}