main#MainContent{padding-top:0}.gallery-builder{width:100%;height:100vh;max-height:100vh;position:fixed;display:flex;flex-direction:column;justify-content:space-between;background-color:rgba(var(--color-gray-50))}@supports (height: 100dvh){.gallery-builder{height:100dvh;max-height:100dvh}}.gallery-builder__body{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity var(--gallery-fade-transition),visibility 0s var(--gallery-fade-transition)}@media(min-width:990px){.gallery-builder__body{max-height:calc(100vh - 152px);padding-bottom:180px}}.gallery-builder__body[data-visible=true]{opacity:1;visibility:visible;transition:opacity var(--gallery-fade-transition),visibility 0s}.gallery-builder--mobile{padding:1rem}@media(min-width:990px){.gallery-layout{position:relative;margin:0 auto;display:grid;gap:var(--gallery-spacing-lg);max-width:calc(100vw - 40px);transition:grid-template-columns var(--gallery-grid-transition),width var(--gallery-grid-transition)}.gallery-layout--2{grid-template-columns:auto auto 0fr;width:var(--gallery-2-width)}.gallery-layout--3{grid-template-columns:auto auto auto;width:var(--gallery-3-width)}.gallery-layout[data-orientation=vertical].gallery-layout--2{width:var(--gallery-2-width-vertical)}.gallery-layout[data-orientation=vertical].gallery-layout--3{width:var(--gallery-3-width-vertical)}}.gallery-art-frame{position:relative;width:var(--gallery-art-horizontal);max-height:100%;aspect-ratio:1/1}@media(min-width:990px){.gallery-art-frame{max-width:calc(33.3333333333vw - 22px);margin-inline:auto;height:var(--gallery-art-horizontal);max-height:calc(33.3333333333vw - 22px)}}@media(min-width:990px)and (max-height:800px){.gallery-art-frame{max-height:calc(100vh - 400px)}}.gallery-art-frame img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:opacity .3s ease,transform .3s ease}.gallery-art-frame--loading img{animation:gallery-image-loading 1.5s ease-in-out infinite;transition:opacity .2s ease-in-out}.gallery-art-frame--vertical{width:var(--gallery-art-vertical);max-width:100%;height:var(--gallery-art-vertical);max-height:100%}@media(min-width:990px)and (max-height:800px){.gallery-art-frame--vertical{max-height:calc(100vh - 400px)}}:root{--gallery-mobile-top-height: 36px;--gallery-mobile-bottom-height: 56px;--gallery-mobile-artworks-height: 88px;--gallery-mobile-dropdown-height: 214px;--gallery-border: .6px solid #e1e2e5;--gallery-transition-default: .3s all ease}.gallery-builder__header{position:relative;z-index:calc(var(--gallery-z-modal) + 1)}.gallery-builder__header-desktop button,.gallery-builder__mobile-dropdown-button{font-family:var(--font-body);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.4px;transition:var(--gallery-transition-fast)}.gallery-builder__mobile-button:disabled,.gallery-builder__randomize:disabled{opacity:.5;cursor:not-allowed}.gallery-builder__header-mobile{display:none}@media(max-width:989px){.gallery-builder__header-mobile{position:relative;display:flex;flex-direction:column;height:calc(var(--gallery-mobile-top-height) + var(--gallery-mobile-bottom-height) + var(--gallery-mobile-artworks-height));transition:var(--gallery-transition-default)}.gallery-builder__header-mobile:has(.gallery-builder__mobile-content-wrapper--positioned){height:calc(var(--gallery-mobile-top-height) + var(--gallery-mobile-bottom-height))}}.gallery-builder__header-mobile-top{display:flex;align-items:center;justify-content:space-between;position:relative;padding-inline:14px;height:var(--gallery-mobile-top-height);background-color:rgba(var(--color-primary-white));border-bottom:var(--gallery-border)}.gallery-builder__mobile-button{display:flex;align-items:center;justify-content:center;gap:4px;font-size:10px;line-height:20px;letter-spacing:.2px;transition:var(--gallery-transition-fast)}.gallery-builder__mobile-button svg{width:16px;height:16px;flex-shrink:0}.gallery-builder__mobile-button--preview{position:absolute;left:50%;transform:translate(-50%)}.gallery-builder__header-mobile-bottom{display:flex;align-items:center;justify-content:space-between;padding:0 var(--gallery-spacing-xl);height:var(--gallery-mobile-bottom-height);border-bottom:var(--gallery-border)}.gallery-builder__mobile-layout-display{display:flex;align-items:center;gap:7px}.gallery-builder__mobile-set-type{font-size:11px;font-weight:500;line-height:14px;letter-spacing:.4px;text-transform:uppercase;color:rgba(var(--color-primary-black))}.gallery-builder__mobile-price{font-size:11px;font-weight:400;line-height:16px;color:rgba(var(--gallery-text-subdued))}.gallery-builder__mobile-change-layout{display:flex;align-items:center;gap:var(--gallery-spacing-md);font-size:11px;font-weight:400;line-height:16px;color:rgba(var(--gallery-text-subdued));text-decoration:underline;transition:var(--gallery-transition-fast)}.gallery-builder__mobile-change-layout svg{width:8px;height:4px}.gallery-builder__mobile-change-layout--open svg{transform:rotate(180deg)}.gallery-builder__mobile-overlay{display:block;position:fixed;top:calc(var(--gallery-mobile-top-height) + var(--gallery-mobile-bottom-height));left:0;right:0;bottom:0;background-color:rgba(var(--color-primary-black-subdued),.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:calc(var(--gallery-z-modal) - 2);opacity:0;visibility:hidden;transition:opacity .3s ease-out,visibility .3s ease-out;pointer-events:none}.gallery-builder__mobile-overlay--active{opacity:1;visibility:visible;pointer-events:auto}@media(max-width:989px){.gallery-builder__mobile-content-wrapper{display:flex;flex-direction:column;flex:1;position:relative}.gallery-builder__mobile-content-wrapper .gallery-builder__mobile-layout-dropdown{position:absolute;width:100%;z-index:1}.gallery-builder__mobile-content-wrapper--positioned{position:absolute;top:calc(var(--gallery-mobile-top-height) + var(--gallery-mobile-bottom-height));left:0;right:0;height:auto;z-index:calc(var(--gallery-z-modal) - 1);background-color:#f7f7f7}.gallery-builder__mobile-content-wrapper--positioned .gallery-builder__mobile-layout-dropdown{position:unset;width:auto}.gallery-builder__mobile-content-wrapper--positioned:has(.gallery-builder__mobile-layout-dropdown--open){gap:28px;padding-bottom:28px;background-color:#fff}.gallery-builder__mobile-content-wrapper--positioned:has(.gallery-builder__mobile-layout-dropdown--open) .gallery-builder__mobile-artworks{position:relative;top:0}.gallery-builder__mobile-content-wrapper--positioned:has(.gallery-builder__mobile-layout-dropdown--open) .gallery-builder__mobile-artworks-container{height:112px}.gallery-builder__mobile-content-wrapper--positioned:has(.gallery-builder__mobile-layout-dropdown--open) [data-orientation=horizontal] .gallery-builder__mobile-artwork-img{width:100px;transition:none}}.gallery-builder__header:has(.gallery-builder__mobile-layout-dropdown--open) .gallery-builder__header-mobile-bottom{background-color:#fff}.gallery-builder__mobile-layout-dropdown{display:none}@media(max-width:989px){.gallery-builder__mobile-layout-dropdown{display:flex;position:relative;flex-direction:column;gap:24px;padding:0 24px;overflow:hidden;height:0;transition:height var(--gallery-transition-default),padding var(--gallery-transition-default)}.gallery-builder__mobile-layout-dropdown--open{height:var(--gallery-mobile-dropdown-height)-24px;padding:24px 24px 0;background-color:#fff}.gallery-builder__header-mobile--initial-state .gallery-builder__mobile-layout-dropdown--open{padding-bottom:20px}}.gallery-builder__mobile-dropdown-section{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center}.gallery-builder__mobile-dropdown-label{font-size:12px;font-weight:400;line-height:16px;color:rgba(var(--gallery-text-subtle))}.gallery-builder__mobile-dropdown-buttons{display:flex;width:100%;max-width:350px;border:var(--gallery-border);border-radius:var(--gallery-spacing-md);padding:4px 0 4px 4px;align-items:center}.gallery-builder__mobile-dropdown-button{flex:1;display:flex;gap:6px;align-items:center;justify-content:center;height:40px;padding:var(--gallery-spacing-md) 0;line-height:14px;color:rgba(var(--color-primary-black));opacity:.78;cursor:pointer}.gallery-builder__mobile-dropdown-button svg{width:auto;height:auto;flex-shrink:0}.gallery-builder__mobile-dropdown-button--active{background-color:rgba(var(--color-primary-white));box-shadow:0 0 38px #0000001a;border-radius:4px;padding:var(--gallery-spacing-md);font-weight:600;opacity:1}.gallery-builder__mobile-artworks{display:none}@media(max-width:989px){.gallery-builder__mobile-artworks{display:flex;position:relative;flex:1;align-items:center;justify-content:center;min-height:0}}.gallery-builder__mobile-artworks-container{display:flex;align-items:center;justify-content:center;height:88px;border-top:var(--gallery-border);border-bottom:var(--gallery-border);width:100%;transition:height .3s ease-out,padding .3s ease-out,gap .3s ease-out,border-color .3s ease-out}.gallery-builder__mobile-artworks-container[data-layout=duo][data-orientation=horizontal] .gallery-builder__mobile-artwork-cell{width:50%}.gallery-builder__mobile-artworks-container[data-layout=duo][data-orientation=vertical]{justify-content:center}.gallery-builder__mobile-artworks-container[data-layout=duo][data-orientation=vertical] .gallery-builder__mobile-artwork-cell{width:195px;flex:1}.gallery-builder__mobile-artworks-container[data-layout=trio] .gallery-builder__mobile-artwork-cell{flex:1;min-width:0}.gallery-builder__mobile-artwork-cell{display:flex;align-items:center;justify-content:center;overflow:hidden;height:100%;position:relative;border-right:var(--gallery-border);background:transparent;padding:0;cursor:pointer;transition:var(--gallery-transition-default)}.gallery-builder__header-mobile--loaded .gallery-builder__mobile-artwork-cell{transition:none}.gallery-builder__mobile-artwork-cell.gallery-builder__mobile-artwork-cell--loading .gallery-builder__mobile-artwork-img{animation:gallery-image-loading 1.5s ease-in-out infinite}.gallery-builder__mobile-artwork-cell:last-child{border-right:none}.gallery-builder__mobile-layout-dropdown:not(.gallery-builder__mobile-layout-dropdown--open)+div .gallery-builder__mobile-artwork-cell.is-inactive .gallery-builder__mobile-artwork-img{opacity:.6}.gallery-builder__header-mobile--loaded .gallery-builder__mobile-layout-dropdown:not(.gallery-builder__mobile-layout-dropdown--open)+div .gallery-builder__mobile-artwork-cell.is-active:before,.gallery-builder__header-mobile--loaded .gallery-builder__mobile-layout-dropdown:not(.gallery-builder__mobile-layout-dropdown--open)+div .gallery-builder__mobile-artwork-cell.is-active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-repeat:no-repeat;background-size:8px .8px,.8px 8px,8px .8px,.8px 8px;background-image:linear-gradient(#000,#000),linear-gradient(#000,#000),linear-gradient(#000,#000),linear-gradient(#000,#000);animation:gallery-frame-corners-flash 1.25s infinite}.gallery-builder__header-mobile--loaded .gallery-builder__mobile-layout-dropdown:not(.gallery-builder__mobile-layout-dropdown--open)+div .gallery-builder__mobile-artwork-cell.is-active:before{background-position:left 10px top 10px,left 10px top 10px,left 10px bottom 10px,left 10px bottom 10px}.gallery-builder__header-mobile--loaded .gallery-builder__mobile-layout-dropdown:not(.gallery-builder__mobile-layout-dropdown--open)+div .gallery-builder__mobile-artwork-cell.is-active:after{background-position:right 10px top 10px,right 10px top 10px,right 10px bottom 10px,right 10px bottom 10px}.gallery-builder__mobile-artwork-img{-o-object-fit:contain;object-fit:contain;transition:var(--gallery-transition-default);height:auto;aspect-ratio:1/1}[data-orientation=horizontal] .gallery-builder__mobile-artwork-img{width:89px}[data-orientation=vertical] .gallery-builder__mobile-artwork-img{width:68px}.gallery-builder__mobile-artwork-img--loading{animation:gallery-image-loading 1.5s ease-in-out infinite}@media(max-width:989px){.gallery-builder__header-mobile--initial-state{height:100dvh}.gallery-builder__header-mobile--initial-state .gallery-builder__mobile-content-wrapper{display:flex;flex-direction:column;flex:1}.gallery-builder__header-mobile--initial-state .gallery-builder__mobile-content-wrapper--positioned{position:relative;top:auto}.gallery-builder__header-mobile--initial-state .gallery-builder__mobile-artworks-container{border:none;border-top:1px solid transparent;border-bottom:1px solid transparent;height:338px;padding:18px 18px 140px;gap:18px;position:relative}.gallery-builder__header-mobile--initial-state .gallery-builder__mobile-artworks-container .gallery-builder__mobile-artwork-cell{width:180px;height:180px;border-color:transparent;transition:var(--gallery-transition-default)}.gallery-builder__header-mobile--initial-state .gallery-builder__mobile-artwork-img{width:100%;height:100%}.gallery-builder__header-mobile--initial-state .gallery-builder__prompt{display:flex!important;margin-bottom:0}.gallery-builder__header-mobile--initial-state .gallery-builder__prompt-wrapper{position:absolute;bottom:70px;display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center}.gallery-builder__header-mobile--initial-state .gallery-builder__prompt-wrapper:before{content:"";width:9px;min-height:12px;height:12px;background-image:var(--icon-arrow-up);background-size:100%;background-repeat:no-repeat;background-position:center}}.gallery-builder__header-desktop{display:none;padding:1rem;justify-content:space-between;align-items:center}@media(min-width:990px){.gallery-builder__header-desktop{display:flex}}.gallery-builder__left-actions{display:flex;align-items:center;gap:1rem}.gallery-builder__layout-controls{display:flex;align-items:center;gap:1rem;position:absolute;left:50%;transform:translate(-50%)}.gallery-builder__control-group{display:flex;align-items:center;gap:.625rem}.gallery-builder__control-label{font-size:12px;font-weight:400;line-height:16px;color:rgba(var(--gallery-text-subtle));text-transform:capitalize;white-space:nowrap}.gallery-builder__control-buttons{display:flex;align-items:center;overflow:hidden;border:.6px solid rgba(var(--color-gray-200));padding:4px 4px 4px 0}.gallery-builder__control-buttons:has(:first-child.active){padding-right:0;padding-left:4px}.gallery-builder__actions{display:flex;align-items:center;gap:.625rem}.gallery-builder__header-desktop button{display:flex;align-items:center;justify-content:center;gap:var(--gallery-spacing-sm);padding:.5rem;border:none;background:transparent;cursor:pointer;color:rgba(var(--color-primary-black))}.gallery-builder__header-desktop .gallery-builder__save,.gallery-builder__header-desktop .gallery-builder__preview,.gallery-builder__header-desktop .gallery-builder__randomize{background-color:rgba(var(--color-primary-white));padding:.5rem 1rem}@media(hover:hover)and (pointer:fine){.gallery-builder__header-desktop .gallery-builder__save:hover,.gallery-builder__header-desktop .gallery-builder__preview:hover,.gallery-builder__header-desktop .gallery-builder__randomize:hover{box-shadow:0 2px 4px #00000008}}.gallery-builder__layout-toggle{padding:.5rem .75rem}.gallery-builder__orientation-toggle{width:116px}.gallery-builder__layout-toggle.active,.gallery-builder__orientation-toggle.active{font-weight:600;background-color:rgba(var(--color-primary-white));box-shadow:var(--gallery-shadow-elevated);cursor:default}.gallery-builder__layout-toggle:not(.active),.gallery-builder__orientation-toggle:not(.active){opacity:.78}@media(hover:hover)and (pointer:fine){.gallery-builder__layout-toggle:hover,.gallery-builder__orientation-toggle:hover{opacity:1}}.gallery-builder__exit{transition:stroke var(--gallery-transition-normal)}.gallery-builder__exit svg path{transition:stroke var(--gallery-transition-normal)}@media(hover:hover)and (pointer:fine){.gallery-builder__exit:hover{color:#868994}.gallery-builder__exit:hover svg *{stroke:#868994}}.gallery-builder__footer{height:var(--gallery-footer-height, 80px);background-color:rgba(var(--color-primary-white));box-shadow:0 4px 28px #00000014;display:flex;align-items:center;justify-content:space-between;padding:0;flex-shrink:0;z-index:5}.gallery-builder__initial-footer{position:relative;display:flex;align-items:center;gap:1rem;width:100%}.gallery-builder__thumbnails{display:flex;align-items:center;gap:1px}.gallery-builder__thumbnails .gallery-thumbnail:nth-of-type(3){transition:opacity var(--gallery-fade-transition);transition-delay:var(--gallery-grid-transition)}.gallery-builder__thumbnails[data-third-visible=false] .gallery-thumbnail:nth-of-type(3){opacity:0}.gallery-builder__thumbnails[data-third-visible=true] .gallery-thumbnail:nth-of-type(3){opacity:1}.gallery-builder__thumbnails .gallery-thumbnail{width:80px;height:80px;background-color:#f7f7f7;border:none;border-radius:0;overflow:hidden}.gallery-builder__thumbnails .gallery-thumbnail:first-of-type{border-top-left-radius:10px;border-bottom-left-radius:10px}.gallery-builder__thumbnails--trio .gallery-thumbnail:last-of-type{border-top-right-radius:10px;border-bottom-right-radius:10px}.gallery-thumbnail--loading .gallery-thumbnail__image{animation:gallery-image-loading 1.5s ease-in-out infinite}.gallery-thumbnail__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-gray-200));color:rgba(var(--gallery-text-subdued))}.gallery-builder__set-info{position:absolute;left:177px;display:flex;flex-direction:column;gap:.25rem;transition:left var(--gallery-grid-transition)}.gallery-builder__set-info--trio{left:258px}.gallery-builder__set-info .gallery-text--small-button{font-size:12px;font-weight:500;line-height:14px;letter-spacing:.4px;text-transform:uppercase;color:rgba(var(--color-primary-black))}.gallery-builder__set-info .gallery-text--small{font-family:var(--font-secondary);font-size:11px;line-height:16px;color:rgba(var(--gallery-text-subdued))}.gallery-builder__config-button{display:flex;align-items:center;justify-content:flex-end;gap:8px;width:100%;padding:0 1rem 0 0}.gallery-builder__config-button .button{font-size:12px}.gallery-builder__button--add-to-cart{font-size:12px;letter-spacing:.4px;text-transform:uppercase;font-weight:500;padding:10px 20px}.gallery-builder__button-icon--desktop{display:flex}@media(max-width:989px){.gallery-builder__button-icon--desktop{display:none}}.gallery-builder__button-icon--mobile{display:none}@media(max-width:989px){.gallery-builder__button-icon--mobile{display:flex}.gallery-builder__footer{height:var(--gallery-mobile-footer-height);padding-inline:10px;padding-top:10px;flex-direction:column;justify-content:center;padding-inline:0}.gallery-builder__initial-footer{display:none}.gallery-builder__mobile-works-count{font-size:10px;font-weight:400;line-height:16px;letter-spacing:.2px;text-align:center;margin-bottom:-2px;color:#868994}.gallery-builder__mobile-carousel{width:100%;padding-bottom:14px;height:102px;overflow:hidden}.gallery-builder__mobile-carousel:has(.slick-slide:nth-child(-n+5):last-child) .slick-track{width:100%!important}.gallery-builder__mobile-carousel--loading .gallery-builder__mobile-carousel-slide img{animation:gallery-image-loading 1.5s ease-in-out infinite}.gallery-builder__mobile-carousel-slide{display:inline-block;width:calc((100vw - 20px)/5);height:88px;padding:5px;vertical-align:top;position:relative;opacity:.7;transition:opacity .3s ease}.gallery-builder__mobile-carousel-slide img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.gallery-builder__mobile-carousel-slide.is-active{opacity:1}.gallery-builder__mobile-carousel-slide.is-active:after{content:"";position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:8px;height:1px;background-color:rgba(var(--color-primary-black))}.gallery-builder__body:has([data-orientation=vertical])+.gallery-builder__footer .gallery-builder__mobile-carousel-slide.is-active:after{bottom:0}.gallery-builder__mobile-filter-bar{display:flex;gap:6px;width:100%;margin-bottom:20px;position:relative;padding-inline:10px}.gallery-builder__mobile-filter-bar:has(.gallery-builder__mobile-filter-btn--search.is-open) .gallery-builder__mobile-filter-btn:not(.gallery-builder__mobile-filter-btn--search){width:0;padding:0;overflow:hidden;opacity:0;transition:all .3s ease}.gallery-builder__mobile-filter-btn{flex:1;height:36px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:60px;background:rgba(var(--color-primary-white));font-size:11px;font-weight:500;cursor:pointer;position:relative;padding:0 16px;box-shadow:0 0 38px #0000001a;transition:all .3s ease}.gallery-builder__mobile-filter-btn span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-builder__mobile-filter-btn:disabled{opacity:.5;cursor:not-allowed}.gallery-builder__mobile-filter-btn--search.is-open{flex:1 1 100%;width:100%}.gallery-builder__mobile-filter-btn--search.is-open span{display:none}.gallery-builder__mobile-search-input{flex:1;border:none;background:transparent;font-size:12px;outline:none;padding:0;min-width:0}.gallery-builder__mobile-search-input::-moz-placeholder{color:rgba(var(--color-gray-400))}.gallery-builder__mobile-search-input::placeholder{color:rgba(var(--color-gray-400))}.gallery-builder__mobile-filter-count{position:absolute;top:-4px;right:-4px;background:rgba(var(--color-primary-black));color:rgba(var(--color-primary-white));border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px;color:868994}.gallery-builder__config-button{width:100%;padding:0}.gallery-builder__config-button:has(button:first-child[style="display: none;"]){padding-inline:10px;padding-bottom:10px}.gallery-builder__config-button .button{width:100%}}@media(max-width:989px)and (max-width:989px){.gallery-builder__config-button .button{padding-inline:20px;min-height:48px;padding-block:0}.gallery-builder__config-button .button-inner{gap:10px}}@media(min-width:990px){.gallery-builder__mobile-works-count,.gallery-builder__mobile-carousel,.gallery-builder__mobile-filter-bar{display:none}}.gallery-member-banner{background-color:rgba(var(--color-primary-white));display:flex;align-items:center;justify-content:center;gap:10px;padding:2px var(--gallery-spacing-xl);width:-moz-max-content;width:max-content;box-sizing:border-box}@media(max-width:989px){.gallery-member-banner{display:none}}.gallery-member-banner--footer{position:absolute;bottom:var(--gallery-spacing-xl);right:16px;z-index:3}.gallery-member-banner--modal{position:absolute;top:0;right:0;background-color:#f7f7f7;margin-bottom:10px}.gallery-variant-size__header{position:relative}.gallery-member-banner__close{display:flex;align-items:center;justify-content:center;width:8px;height:8px;flex-shrink:0;cursor:pointer;transition:opacity var(--gallery-transition-fast)}.gallery-member-banner__close:hover{opacity:.7}.gallery-member-banner__close-icon{width:8px;height:8px;color:rgba(var(--color-primary-black))}.gallery-member-banner__content{flex-shrink:0;position:relative}.gallery-member-banner__text{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:11px;line-height:24px;color:rgba(var(--color-primary-black));text-align:center;white-space:nowrap;margin:0;padding:0}.gallery-member-banner__members-text,.gallery-member-banner__price,.gallery-member-banner__dash{color:rgba(var(--color-primary-black))}.gallery-member-banner__link{background:none;border:none;padding:0;margin:0;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:rgba(var(--color-primary-black));text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font;text-decoration-color:rgba(var(--color-primary-black));cursor:pointer;display:inline}.gallery-member-banner__link:hover{opacity:.8;transition:opacity var(--gallery-transition-fast)}.gallery-member-banner__link:focus{outline:2px solid rgba(var(--color-accent-blue));outline-offset:2px}.gallery-member-banner__link:active{opacity:.6}.gallery-artwork-info{display:flex;justify-content:center}[data-orientation=horizontal] .gallery-artwork-info{margin-top:-20px}@media(max-height:800px){[data-orientation=horizontal] .gallery-artwork-info{margin:0}}[data-orientation=vertical] .gallery-artwork-info{margin-top:24px}.gallery-artwork-info__inner{display:flex;align-items:center;justify-content:center;gap:6px;transition:var(--gallery-transition-normal);position:relative;padding:5px 14px}.gallery-artwork-info--active .gallery-artwork-info__title:before,.gallery-artwork-info--active .gallery-artwork-info__title:after,.gallery-artwork-info--active .gallery-artwork-info__artist:before,.gallery-artwork-info--active .gallery-artwork-info__artist:after{opacity:1}.gallery-artwork-info__title:before,.gallery-artwork-info__title:after,.gallery-artwork-info__artist:before,.gallery-artwork-info__artist:after{transition:var(--gallery-transition-normal);content:"";width:6px;height:6px;border-left:.8px solid #000000;position:absolute;top:0;left:0;opacity:0}.gallery-artwork-container--active .gallery-artwork-info__title:before,.gallery-artwork-container--active .gallery-artwork-info__title:after,.gallery-artwork-container--active .gallery-artwork-info__artist:before,.gallery-artwork-container--active .gallery-artwork-info__artist:after{animation:gallery-frame-corners-flash 1.25s infinite}.gallery-artwork-info__title:before,.gallery-artwork-info__artist:before{border-top:.8px solid #000000}.gallery-artwork-info__title:after,.gallery-artwork-info__artist:after{bottom:0;top:auto;border-bottom:.8px solid #000000}.gallery-artwork-info__title{font-size:11px;font-weight:500;line-height:14px;letter-spacing:.2px;text-transform:capitalize;color:rgba(var(--color-primary-black))}.gallery-artwork-info__artist{font-size:11px;font-weight:400;line-height:16px;letter-spacing:.2px;color:rgba(var(--gallery-text-subdued))}.gallery-artwork-info__artist:before,.gallery-artwork-info__artist:after{left:auto;right:0;border-left:none;border-right:.8px solid #000000}.gallery-artwork-info__details{display:flex;align-items:center;gap:var(--gallery-spacing-lg);width:271px}.gallery-artwork-info__wishlist{position:relative;display:flex;align-items:center;height:14px;width:22px}@media(hover:hover)and (pointer:fine){.gallery-artwork-info__wishlist:hover{transform:scale(1.05)}}.gallery-artwork-info__wishlist:after{content:"";position:absolute;top:-1px;right:-2px;width:8px;height:8px;background:#ea452f;border-radius:100%;transform:scale(.55);border:1px solid #fff;box-sizing:content-box;display:none}.gallery-artwork-info__wishlist.swym-added:after{display:block}.gallery-artwork-info__wishlist svg{transition:var(--gallery-transition-normal)}.gallery-artwork-info__wishlist:before{content:"";width:.6px;height:100%;background-color:#e1e2e5;margin-right:8px}@media(hover:hover)and (pointer:fine){.gallery-artwork-info__wishlist:hover svg{transform:scale(1.1)}}.gallery-artwork-container{opacity:1;transition:var(--gallery-transition-normal)}.gallery-artwork-container--inactive{opacity:.5}.gallery-artwork-container--active,.gallery-artwork-container--hovered{opacity:1;transform:scale(1.025)}.gallery-filter-controls{position:fixed;bottom:calc(var(--gallery-footer-height) + var(--gallery-footer-gap) + 88px + 13px);left:50%;transform:translate(-50%);z-index:4}.gallery-filter-controls.transition-all{transition:opacity .3s ease-out,transform .3s ease-out}.gallery-filter-controls.opacity-0{opacity:0}.gallery-filter-controls.opacity-100{opacity:1}.gallery-filter-controls__content{display:flex;align-items:center;justify-content:center;gap:10px}.gallery-filter-controls__count{font-family:var(--font-body);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.2px;color:rgba(var(--gallery-text-subtle));text-transform:capitalize;white-space:nowrap;flex-shrink:0}.gallery-filter-controls__button{position:relative;display:flex;align-items:center;gap:6px;height:36px;padding:0 20px;background-color:rgba(var(--color-primary-white));border:none;border-radius:60px;cursor:pointer;flex-shrink:0;transition:box-shadow .3s ease}@media(hover:hover)and (pointer:fine){.gallery-filter-controls__button:hover{box-shadow:0 2px 4px #00000008}}.gallery-filter-controls__badge{position:absolute;top:-4px;right:-4px;width:16px;height:16px;background-color:rgba(var(--color-primary-black));border-radius:50%;display:flex;align-items:center;justify-content:center}.gallery-filter-controls__badge-count{font-family:var(--font-body);font-size:9px;font-weight:500;line-height:16px;letter-spacing:.4px;color:rgba(var(--color-primary-white));text-transform:capitalize}.gallery-filter-controls__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gallery-filter-controls__icon svg{width:100%;height:100%}.gallery-filter-controls__icon--filter svg{color:rgba(var(--color-primary-black))}.gallery-filter-controls__icon--search svg{color:rgba(var(--color-primary-black))}.gallery-filter-controls__text{font-family:var(--font-body);font-size:12px;font-weight:500;line-height:16px;letter-spacing:.2px;white-space:nowrap}.gallery-filter-controls__filter .gallery-filter-controls__text{color:rgba(var(--color-primary-black));text-transform:capitalize}.gallery-filter-controls__text--placeholder{color:rgba(var(--gallery-text-subtle));font-weight:500;text-transform:none}.gallery-filter-controls__search-wrapper{display:flex;align-items:center;width:250px;height:36px;padding:0 20px;gap:6px;background-color:rgba(var(--color-primary-white));border-radius:60px;flex-shrink:0;position:relative;box-sizing:border-box;transition:box-shadow .3s ease}@media(hover:hover)and (pointer:fine){.gallery-filter-controls__search-wrapper:hover{box-shadow:0 2px 4px #00000008}}.gallery-filter-controls__search-input{flex:1;height:100%;padding:0;background:transparent;border:none;outline:none;cursor:text;min-width:0;font-family:var(--font-body);font-size:12px;font-weight:400;line-height:16px;color:rgba(var(--color-primary-black));letter-spacing:0}.gallery-filter-controls__search-input::-moz-placeholder{color:#868994;font-weight:500;opacity:1}.gallery-filter-controls__search-input::placeholder{color:#868994;font-weight:500;opacity:1}.gallery-filter-controls__search-input:focus{outline:none}.gallery-filter-controls__search-wrapper:focus-within{box-shadow:0 0 0 1px rgba(var(--color-primary-black),.1)}.gallery-filter-controls__search-wrapper .gallery-filter-controls__icon--search{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;pointer-events:none}.gallery-filter-controls__search-wrapper .gallery-filter-controls__icon--search svg{width:100%;height:100%;color:rgba(var(--color-primary-black))}.gallery-filter-controls__clear-search{width:16px;height:16px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;margin-left:auto;flex-shrink:0;opacity:0;transition:opacity .2s ease;pointer-events:none}.gallery-filter-controls__clear-search[x-show="search_query && search_query.length > 0"]{opacity:1;pointer-events:auto}.gallery-filter-controls__clear-search svg{width:12px;height:12px;color:#868994;transition:color .15s ease}.gallery-filter-controls__clear-search:hover svg{color:rgba(var(--color-primary-black))}@media(max-width:989px){.gallery-filter-controls__clear-search{position:absolute;right:20px;top:50%;transform:translateY(-50%);margin-left:0;opacity:1;pointer-events:auto}}.gallery-carousel{position:fixed;bottom:calc(var(--gallery-footer-height) + var(--gallery-footer-gap));left:50%;transform:translate(-50%);width:780px;height:88px;display:flex;align-items:center;justify-content:center;gap:24px;z-index:5}.gallery-carousel.transition-all{transition:opacity .3s ease-out,transform .3s ease-out}.gallery-carousel.opacity-0{opacity:0}.gallery-carousel.opacity-100{opacity:1}.gallery-carousel.gallery-carousel--entering,.gallery-carousel.gallery-carousel--leaving{transform:translate(-50%) translateY(12px)}.gallery-carousel__slick{width:732px;min-width:732px;max-width:732px;height:88px;position:relative;overflow:hidden}.gallery-carousel__slick:has(.slick-track .gallery-slide:nth-child(-n+8):last-child){min-width:0;width:auto}.gallery-carousel__slick .slick-list{overflow:visible!important;width:732px;min-width:732px;max-width:732px;height:88px;margin:0;padding:0}.gallery-carousel__slick .slick-list:has(.slick-track .gallery-slide:nth-child(-n+9):last-child){display:flex!important;justify-content:center!important;width:auto;min-width:0}.gallery-carousel__slick .slick-track{display:flex!important;align-items:center;height:88px!important;width:auto!important;will-change:transform}.gallery-carousel__slick .slick-track:has(.gallery-slide:nth-child(-n+9):last-child){left:0!important;transform:none!important}.gallery-carousel__slick .slick-track:has(.gallery-slide:nth-child(-n+9):last-child) .slick-slide{width:78px;min-width:78px}.gallery-carousel__slick .slick-arrow,.gallery-carousel__slick .slick-dots{display:none!important}.gallery-slide{position:relative;border-radius:7px;overflow:hidden;cursor:pointer;transition:all .15s ease-out;flex-shrink:0;margin-right:4px;width:88px;height:88px;opacity:.49}.gallery-slide:last-child{margin-right:0}.gallery-carousel--loading .gallery-slide .gallery-slide__image{animation:gallery-image-loading 1.5s ease-in-out infinite}.gallery-slide--selected{opacity:1!important}.gallery-slide--selected:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:2px solid rgba(var(--gallery-interaction-primary));border-radius:9px;pointer-events:none;z-index:2}.gallery-slide--selected:before{content:"";position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:8px;height:1px;background-color:rgba(var(--color-primary-black))}[data-orientation=vertical]~div .gallery-slide--selected:before{bottom:0}@media(hover:hover)and (pointer:fine){.gallery-slide:hover:hover{transform:scale(1.02)}}.gallery-slide__container{width:100%;height:100%;padding:4px;box-sizing:border-box}.gallery-slide__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.gallery-carousel__nav{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;transition:all var(--gallery-transition-normal);border-radius:50%}.gallery-carousel__nav svg{width:6px;height:10px;stroke:rgba(var(--color-primary-black));fill:none;transition:stroke var(--gallery-transition-normal)}@media(hover:hover)and (pointer:fine){.gallery-carousel__nav:hover{opacity:.8}}.gallery-carousel__nav:disabled{opacity:.3;cursor:not-allowed}.gallery-carousel__nav:disabled:hover{transform:none;background-color:transparent}.gallery-carousel__loading-indicator{position:absolute;bottom:-35px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 12px;background:#fffffff2;border:1px solid #e0e0e0;border-radius:3px;box-shadow:0 1px 4px #00000014;z-index:10;min-width:180px}.gallery-carousel__loading-bar{width:100%;height:2px;background:#f0f0f0;border-radius:2px;overflow:hidden}.gallery-carousel__loading-progress{height:100%;background:rgba(var(--color-primary-black));transition:width .3s ease;border-radius:2px}.gallery-carousel__loading-text{font-size:10px;color:#666;white-space:nowrap;letter-spacing:.02em;text-transform:uppercase}.gallery-interactive-panel{position:relative;z-index:30;display:flex;flex-direction:column;gap:0}@media(max-width:989px){.gallery-interactive-panel{display:none!important}}.gallery-interactive-panel .gallery-filter-controls[x-transition\:enter],.gallery-interactive-panel .gallery-filter-controls[x-transition\:leave],.gallery-interactive-panel .gallery-carousel[x-transition\:enter],.gallery-interactive-panel .gallery-carousel[x-transition\:leave]{transition:none!important}.gallery-interactive-panel[x-show]{will-change:opacity}.gallery-interactive-panel.opacity-0{pointer-events:none}.gallery-interactive-panel.opacity-100{pointer-events:auto}.gallery-filter-modal{z-index:calc(var(--gallery-z-modal) + 10)}.boost-sd__filter-tree-vertical-sticky-overlay{z-index:calc(var(--gallery-z-modal) + 11)}.boost-sd__filter-tree-vertical-sticky{z-index:calc(var(--gallery-z-modal) + 12)}.gallery-builder__prompt{display:flex;align-items:center;justify-content:center;gap:12.8px;transition:opacity var(--gallery-transition-normal);z-index:5}.gallery-builder__body .gallery-builder__prompt{position:absolute;margin:auto;left:0;right:0;top:400px;bottom:0;max-height:30px}.gallery-builder__mobile-artworks .gallery-builder__prompt{display:none}@media(max-width:989px){.gallery-builder__body .gallery-builder__prompt{display:none!important}}.gallery-active-indicator{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80%;height:3px;background-color:rgba(var(--gallery-interaction-primary));border-radius:2px;animation:gallery-frame-flash 2s infinite}.gallery-pulse{position:relative;display:inline-block;width:var(--gallery-pulse-dot-size);height:var(--gallery-pulse-dot-size);flex-shrink:0}.gallery-pulse__dot{position:relative;width:var(--gallery-pulse-dot-size);height:var(--gallery-pulse-dot-size);background-color:#02a6ff;border-radius:50%;animation:gallery-pulse 3s infinite;z-index:2}.gallery-pulse__ring{position:absolute;top:0;left:0;width:var(--gallery-pulse-dot-size);height:var(--gallery-pulse-dot-size);border:2px solid #02a6ff;border-radius:50%;opacity:0;animation:gallery-pulse-ring 3s infinite;z-index:1;box-sizing:border-box}.gallery-thumbnail{width:var(--gallery-thumbnail);height:var(--gallery-thumbnail);border:2px solid rgba(var(--color-gray-200));transition:all .2s ease;padding:10px}.gallery-thumbnail--selected{border-color:rgba(var(--gallery-interaction-primary));box-shadow:var(--gallery-shadow-elevated)}.gallery-thumbnail__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.gallery-thumbnail-row{display:flex;justify-content:space-between;margin-bottom:1rem;justify-content:center;gap:.75rem}.gallery-text{font-family:var(--font-body)}.gallery-text--small,.gallery-artwork-title,.gallery-artist-name{font-size:11px;letter-spacing:.2px}.gallery-text--small,.gallery-artwork-title{line-height:14px}.gallery-text--subdued,.gallery-artist-name{color:rgba(var(--gallery-text-subdued))}.gallery-text--subtle{color:rgba(var(--gallery-text-subtle))}.gallery-text--small-button{font-size:11px;line-height:14px;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.gallery-artwork-title{font-weight:500;text-transform:capitalize}.gallery-artist-name{line-height:16px;font-weight:400}.gallery-variant-selection{position:absolute;bottom:0;left:0;right:0;width:100%;background-color:rgba(var(--color-primary-white));padding:var(--gallery-spacing-4xl) 0;z-index:5;box-shadow:0 4px 34px #0000001c}@media(max-width:989px){.gallery-variant-selection{z-index:10000;position:fixed;border-top-left-radius:20px;border-top-right-radius:20px;padding-bottom:0;padding-top:10px}}.gallery-variant-selection__close{z-index:1;position:absolute;top:-51px;left:50%;transform:translate(-50%);width:36px;height:36px;border-radius:50%;background-color:rgba(var(--color-primary-white));display:flex;align-items:center;justify-content:center;transition:all var(--gallery-transition-fast);box-shadow:0 0 38px #0000001a}@media(max-width:989px){.gallery-variant-selection__close{top:-15px}}.gallery-variant-selection__close:hover{transform:translate(-50%) scale(1.05)}.gallery-variant-selection__close:before,.gallery-variant-selection__close:after{content:"";position:absolute;width:10px;height:.8px;background-color:rgba(var(--color-primary-black));transform:rotate(45deg)}.gallery-variant-selection__close:after{transform:rotate(-45deg)}.gallery-variant-selection__options{display:grid;grid-template-columns:1fr;gap:var(--gallery-spacing-4xl);padding:0 28px}@media(max-width:989px){.gallery-variant-selection__options{height:429px;overflow-y:auto;padding-bottom:10px;padding-inline:10px}}.gallery-variant-size__header{width:100%;margin-bottom:var(--gallery-spacing-lg);display:flex;align-items:center;gap:var(--gallery-spacing-sm);border:none;padding:0;font-size:var(--gallery-font-size-small);font-weight:400;line-height:1.5rem;color:rgba(var(--color-primary-black))}.gallery-variant-size__label{font-size:var(--gallery-font-size-small);font-weight:400;line-height:1.5rem;color:rgba(var(--color-primary-black))}.gallery-variant-size__selected{font-size:var(--gallery-font-size-small);font-weight:400;line-height:1.5rem;color:rgba(var(--gallery-text-subdued))}@media(min-width:990px){.gallery-variant-size__options{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:0}}.gallery-variant-size__option{background-color:rgba(var(--color-primary-white));cursor:pointer;border:.6px solid rgba(var(--gallery-border-medium));position:relative;display:flex;align-items:center;justify-content:center;text-align:center;transition:border-color var(--gallery-transition-fast);margin:0;padding:var(--gallery-spacing-xl);height:3.5rem;justify-content:space-between;text-align:left;gap:var(--gallery-spacing-xs)}.gallery-variant-size__option:hover:after,.gallery-variant-size__option--selected:after{content:"";position:absolute;width:calc(100% + 1.2px);height:calc(100% + 1.2px);left:-.6px;top:-.6px;bottom:0;border:.6px solid rgba(var(--color-primary-black));z-index:1}.gallery-variant-size__option:nth-of-type(3n):after{width:calc(100% + .6px);left:-.3px}.gallery-variant-size__option--disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.gallery-variant-size__option input[type=radio]{position:absolute;opacity:0;pointer-events:none}@media(min-width:990px){.gallery-variant-size__option:not(:nth-of-type(3n)){border-right:none}.gallery-variant-size__option:nth-of-type(n+4){border-top:none}}@media(max-width:989px){.gallery-variant-size__option:nth-of-type(n+2){border-top:none}}.gallery-variant-size__option-name{font-size:var(--gallery-font-size-small);font-weight:500;line-height:1.25rem;color:rgba(var(--color-primary-black))}.gallery-variant-size__option-dimensions{font-size:var(--gallery-font-size-small);font-weight:400;line-height:1.5rem;color:rgba(var(--gallery-text-subtle));flex:1;text-align:center}.gallery-variant-size__option-price{font-size:var(--gallery-font-size-small);font-weight:400;line-height:1.5rem;color:rgba(var(--color-primary-black));text-align:right}.gallery-variant-frame__header{width:100%;margin-bottom:var(--gallery-spacing-lg);display:flex;align-items:center;gap:var(--gallery-spacing-sm);border:none;padding:0;font-size:var(--gallery-font-size-small);font-weight:400;line-height:1.5rem;color:rgba(var(--color-primary-black))}.gallery-variant-frame__label{font-size:var(--gallery-font-size-small);font-weight:400;line-height:1.5rem;color:rgba(var(--color-primary-black))}.gallery-variant-frame__selected{font-size:var(--gallery-font-size-small);font-weight:400;line-height:1.5rem;color:rgba(var(--gallery-text-subdued))}.gallery-variant-frame__options{display:grid;grid-template-columns:repeat(2,1fr);gap:0}@media(max-width:989px){.gallery-variant-frame__options{grid-template-columns:repeat(4,1fr)}}.gallery-variant-frame__swatch{background-color:rgba(var(--color-primary-white));cursor:pointer;border:.6px solid rgba(var(--gallery-border-medium));position:relative;display:flex;align-items:center;justify-content:center;text-align:center;transition:border-color var(--gallery-transition-fast);margin:0;width:100%;height:3.5rem;padding:var(--gallery-spacing-xl)}@media(max-width:989px){.gallery-variant-frame__swatch{height:40px}}.gallery-variant-frame__swatch:hover:after,.gallery-variant-frame__swatch--selected:after{content:"";position:absolute;width:calc(100% + 1.2px);height:calc(100% + 1.2px);left:-.6px;top:-.6px;z-index:1;bottom:0;border:.6px solid rgba(var(--color-primary-black));pointer-events:none}.gallery-variant-frame__swatch:nth-of-type(2n):after{width:calc(100% + .9px);left:-.3px}.gallery-variant-frame__swatch--disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.gallery-variant-frame__swatch input[type=radio]{position:absolute;opacity:0;pointer-events:none}@media(min-width:990px){.gallery-variant-frame__swatch:not(:nth-of-type(2n)){border-right:none}.gallery-variant-frame__swatch:nth-of-type(n+3){border-top:none}}@media(max-width:989px){.gallery-variant-frame__swatch:nth-of-type(n+2){border-left:none}}.gallery-variant-frame__color-circle{width:var(--gallery-spacing-2xl);height:var(--gallery-spacing-2xl);border-radius:50%}.gallery-variant-frame__color-circle--black{background-color:rgba(var(--color-primary-black))}.gallery-variant-frame__color-circle--beige{background-color:#d4c5b0}.gallery-variant-frame__color-circle--white{background-color:rgba(var(--color-primary-white));border:1px solid rgba(var(--color-gray-200))}.gallery-variant-frame__color-circle--no-frame{background-color:rgba(var(--color-primary-white));border:1px solid rgba(var(--color-gray-200));position:relative;overflow:hidden}.gallery-variant-frame__color-circle--no-frame:after{content:"";position:absolute;top:50%;left:50%;width:1.4rem;height:1px;background-color:rgba(var(--color-gray-200));transform:translate(-50%,-50%) rotate(45deg)}.gallery-variant-mount__header{width:100%;margin-bottom:var(--gallery-spacing-lg);display:flex;align-items:center;gap:var(--gallery-spacing-sm);border:none;padding:0;font-size:var(--gallery-font-size-small);font-weight:400;line-height:1.5rem;color:rgba(var(--color-primary-black))}.gallery-variant-mount__label{font-size:var(--gallery-font-size-small);font-weight:400;line-height:1.5rem;color:rgba(var(--color-primary-black))}.gallery-variant-mount__selected{font-size:var(--gallery-font-size-small);font-weight:400;line-height:1.5rem;color:rgba(var(--gallery-text-subdued))}.gallery-variant-mount__options{display:flex;gap:0}@media(min-width:990px){.gallery-variant-mount__options{flex-direction:column}}.gallery-variant-mount__option{background-color:rgba(var(--color-primary-white));cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;transition:border-color var(--gallery-transition-fast);margin:0;padding:0 .875rem;height:3.5rem}@media(max-width:989px){.gallery-variant-mount__option{flex:1}}.gallery-variant-mount__option:after{content:"";position:absolute;width:calc(100% + 1.2px);left:-.6px;top:-.6px;bottom:0;border:.6px solid rgba(var(--gallery-border-medium));pointer-events:none}.gallery-variant-mount__option:hover:after,.gallery-variant-mount__option--selected:after{border-color:rgba(var(--color-primary-black));z-index:1}.gallery-variant-mount__option:nth-of-type(2):after{height:calc(100% + .6px)}.gallery-variant-mount__option--disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.gallery-variant-mount__option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.gallery-variant-mount__label-text{font-size:.75rem;color:rgba(var(--color-primary-black));font-weight:400;line-height:1.25rem}@media(min-width:990px){.gallery-variant-selection__options{grid-template-columns:828px 292px 264px;gap:0;justify-content:center;position:relative}}@media(min-width:990px)and (max-width:1439px){.gallery-variant-selection__options{grid-template-columns:59.8% 21.1% 19.1%;max-width:1384px}}@media(min-width:990px)and (min-width:1450px){.gallery-variant-selection__options{grid-template-columns:59.8% 21.1% 19.1%}}@media(min-width:990px){.gallery-variant-size:after,.gallery-variant-frame:after{content:"";position:absolute;top:-68px;bottom:-2rem;right:0;width:.5px;background-color:rgba(var(--gallery-border-medium))}.gallery-variant-size{position:relative;padding-right:28px}.gallery-variant-frame{position:relative;padding-left:28px;padding-right:28px}.gallery-variant-mount{padding-left:28px}}@media(max-width:989px){.gallery-variant-mobile-actions{position:fixed;bottom:0;left:0;right:0;z-index:10001;background:linear-gradient(180deg,#fff0 26.56%,#fff);padding:10px;display:flex;flex-direction:column;gap:10px}}@media(min-width:990px){.gallery-variant-mobile-actions{display:none}}.gallery-variant-mobile-actions .gallery-member-banner{margin:0;padding:0;width:100%;display:block!important;position:relative;background-color:rgba(var(--color-gray-50))}.gallery-variant-mobile-actions__cart{width:100%;margin:0}@media(max-width:989px){.gallery-variant-selection--mobile-actions-visible .gallery-variant-selection__options{padding-bottom:116px}}.gallery-builder{--gallery-footer-height: 80px;--gallery-footer-gap: 19px;--gallery-mobile-footer-height: 230px;--gallery-mobile-header-height: 104px;--gallery-mobile-artwork-size: 268px;--gallery-interaction-primary: 2, 166, 255;--gallery-text-subtle: 134, 137, 148;--gallery-text-subdued: 93, 95, 105;--gallery-border-medium: 165, 167, 175;--gallery-progress-bar: 66, 68, 75;--gallery-icon-size: 18px;--gallery-color-option-size: 40px;--gallery-pulse-dot-size: 8.4px;--gallery-art-horizontal: 463px;--gallery-art-vertical: 383px;--gallery-thumbnail: 80px;--gallery-2-width-horizontal: calc((var(--gallery-art-horizontal) * 2) + var(--gallery-spacing-lg));--gallery-3-width-horizontal: calc((var(--gallery-art-horizontal) * 3) + (var(--gallery-spacing-lg) * 2));--gallery-2-width-vertical: calc((var(--gallery-art-vertical) * 2) + var(--gallery-spacing-lg));--gallery-3-width-vertical: calc((var(--gallery-art-vertical) * 3) + (var(--gallery-spacing-lg) * 2));--gallery-2-width: var(--gallery-2-width-horizontal);--gallery-3-width: var(--gallery-3-width-horizontal);--gallery-shadow-elevated: 0px 0px 38px 0px rgba(0, 0, 0, .1);--gallery-spacing-xs: .25rem;--gallery-spacing-sm: .375rem;--gallery-spacing-md: .5rem;--gallery-spacing-lg: .75rem;--gallery-spacing-xl: 1rem;--gallery-spacing-2xl: 1.25rem;--gallery-spacing-3xl: 1.5rem;--gallery-spacing-4xl: 2rem;--gallery-font-size-small: 11px;--gallery-transition-fast: .15s ease-out;--gallery-transition-normal: .3s ease-out;--gallery-transition-slow: .5s ease-out;--gallery-grid-transition: var(--gallery-transition-normal);--gallery-fade-transition: var(--gallery-transition-normal);--gallery-z-modal: 1000;--gallery-z-dropdown: 100;--gallery-z-header: 50;--gallery-radius-sm: .125rem;--gallery-radius-md: .25rem;--gallery-radius-full: 50%;--preview-layout-offset: 0px}.gallery-builder--preview-centered .gallery-layout{transform:translate3d(0,var(--preview-layout-offset, 0),0);transition:transform var(--gallery-transition-normal, .4s),grid-template-columns var(--gallery-grid-transition, .3s ease-out),width var(--gallery-grid-transition, .3s ease-out);will-change:transform}.gallery-builder--preview-mode{--preview-art-scale: 1.07475}.gallery-builder--preview-mode .gallery-builder__header,.gallery-builder--preview-mode .gallery-artwork-info,.gallery-builder--preview-mode .gallery-builder__prompt,.gallery-builder--preview-mode .gallery-builder__footer,.gallery-builder--preview-mode .gallery-member-banner{opacity:0;pointer-events:none;transition:opacity .4s ease-out}.gallery-builder--preview-mode .gallery-interactive-panel,.gallery-builder--preview-mode .gallery-variant-modal{opacity:0;pointer-events:none;transform:translateY(100%);transition:opacity .3s ease-out,transform .3s ease-out}.gallery-builder--preview-mode .gallery-builder__grid{transition:all .4s ease-out}.gallery-builder--preview-mode .gallery-builder__artwork{position:relative;transition:transform var(--gallery-transition-normal, .3s ease-out)}.gallery-builder__exit-preview{position:fixed;top:1rem;left:1rem;z-index:10001;display:flex;align-items:center;gap:.375rem;height:40px;padding:.5rem;background:transparent;border:none;cursor:pointer;font-size:11px;font-weight:500;line-height:20px;letter-spacing:.4px;text-transform:uppercase;color:rgba(var(--color-primary-black));transition:var(--gallery-transition-fast)}@media(max-width:989px){.gallery-builder__exit-preview{top:14px;left:14px;padding:0;font-size:10px;letter-spacing:.2px}.gallery-builder__exit-preview svg{width:16px;height:16px}}.gallery-builder--cursor-plus .gallery-builder__artwork{cursor:var(--cursor-zoom1x) 22 22,auto;cursor:-webkit-image-set(var(--cursor-zoom1x) 1x,var(--cursor-zoom2x) 2x) 22 22,auto;cursor:image-set(var(--cursor-zoom1x) 1x,var(--cursor-zoom2x) 2x) 22 22,auto}.gallery-builder--cursor-plus .gallery-builder__artwork *{cursor:inherit}@media(hover:none){.gallery-builder--cursor-plus .gallery-builder__artwork--clickable{cursor:zoom-in}}.gallery-builder--cursor-move .gallery-builder__artwork--preview{cursor:move}.gallery-builder--cursor-move .gallery-builder__artwork--preview *{cursor:inherit}.gallery-builder__preview:disabled,.gallery-builder__preview[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.gallery-builder--preview-transitioning,.gallery-builder--preview-transitioning *{pointer-events:none}.gallery-builder__preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-gray-50));z-index:var(--gallery-z-modal);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s ease-out,visibility .4s ease-out}.gallery-builder__preview-overlay--active{opacity:1;visibility:visible;pointer-events:auto}.gallery-builder--preview-mode .gallery-builder__grid-container{position:relative;z-index:calc(var(--gallery-z-modal) + 1)}.gallery-builder--preview-mode .gallery-builder__artwork-image{will-change:transform}.gallery-rotation-prompt{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(var(--color-primary-white));z-index:10000;display:flex;align-items:center;justify-content:center}@media(min-width:990px){.gallery-rotation-prompt{display:none}}.gallery-rotation-prompt__content{text-align:center;padding:2rem}.gallery-rotation-prompt__text{font-size:14px;font-weight:400;line-height:1.5;color:rgba(var(--color-primary-black));opacity:.6;margin:0;text-transform:none;letter-spacing:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}.gallery-builder:not(.gallery-builder--preview-mode) .gallery-builder__artwork{cursor:pointer}@media(max-width:989px){.gallery-builder--preview-mode{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;z-index:var(--gallery-z-modal);background:rgba(var(--color-primary-white))}.gallery-builder--preview-mode .gallery-artwork-container,.gallery-builder--preview-mode .gallery-builder__artwork{pointer-events:auto!important;cursor:zoom-in}.gallery-builder--preview-mode .gallery-builder__artwork--clickable{cursor:zoom-in!important}.gallery-builder--preview-mode .gallery-artwork-info{display:none!important}.gallery-builder--preview-mode .gallery-builder__header-mobile-bottom,.gallery-builder--preview-mode .gallery-builder__mobile-artworks,.gallery-builder--preview-mode .gallery-builder__mobile-button--preview,.gallery-builder--preview-mode .gallery-builder__mobile-button--save,.gallery-builder--preview-mode .gallery-builder__header-mobile-top{display:none}.gallery-builder--preview-mode .gallery-builder__body{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:0;display:flex;align-items:center;justify-content:center;max-height:none}.gallery-builder--preview-mode .gallery-builder__footer{display:none}.gallery-builder--preview-mode .gallery-artwork-container{position:relative;width:auto!important;height:auto!important;flex-shrink:1;display:flex;align-items:center;justify-content:center}.gallery-builder--preview-mode .gallery-artwork-container img,.gallery-builder--preview-mode .gallery-builder__artwork-image{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.gallery-builder--preview-mode .gallery-builder__artwork{transform:scale(1)}}@media(max-width:989px)and (orientation:landscape){.gallery-builder--preview-mode .gallery-layout{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px;padding:20px;width:100vw;height:100vh;grid-template-columns:none}.gallery-builder--preview-mode .gallery-layout.gallery-layout--duo .gallery-artwork-container{max-width:calc((100vw - 80px)/2);max-height:calc(100vh - 120px)}.gallery-builder--preview-mode .gallery-layout.gallery-layout--trio .gallery-artwork-container{max-width:calc((100vw - 100px) / 3);max-height:calc(100vh - 120px)}}@media(max-width:989px)and (orientation:portrait){.gallery-builder--preview-mode .gallery-builder__body{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden}.gallery-builder--preview-mode[data-force-landscape=true] .gallery-builder__body{width:100vh;height:100vw;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg)}.gallery-builder--preview-mode[data-force-landscape=true] .gallery-layout{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px;padding:20px;width:100%;height:100%;grid-template-columns:none}.gallery-builder--preview-mode[data-force-landscape=true] .gallery-layout.gallery-layout--duo .gallery-artwork-container{max-width:calc((100% - 80px)/2);max-height:calc(100% - 120px)}.gallery-builder--preview-mode[data-force-landscape=true] .gallery-layout.gallery-layout--trio .gallery-artwork-container{max-width:calc((100% - 100px) / 3);max-height:calc(100% - 120px)}.gallery-builder--preview-mode:has(.gallery-zoom-modal--active) .gallery-builder__body{transform:none;opacity:0;pointer-events:none}.gallery-builder--preview-mode .gallery-layout{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px;padding:20px;width:100%;height:100%;grid-template-columns:none}.gallery-builder--preview-mode .gallery-layout.gallery-layout--duo .gallery-artwork-container{max-width:calc((100vh - 80px)/2);max-height:calc(100vw - 120px)}.gallery-builder--preview-mode .gallery-layout.gallery-layout--trio .gallery-artwork-container{max-width:calc((100vh - 100px) / 3);max-height:calc(100vw - 120px)}}@media(max-width:989px){.gallery-builder--preview-mode .gallery-builder__artwork.gallery-art-frame{width:100%;height:auto}}.gallery-builder{--gallery-footer-height: 80px;--gallery-footer-gap: 19px;--gallery-mobile-footer-height: 230px;--gallery-mobile-header-height: 104px;--gallery-mobile-artwork-size: 268px;--gallery-interaction-primary: 2, 166, 255;--gallery-text-subtle: 134, 137, 148;--gallery-text-subdued: 93, 95, 105;--gallery-border-medium: 165, 167, 175;--gallery-progress-bar: 66, 68, 75;--gallery-icon-size: 18px;--gallery-color-option-size: 40px;--gallery-pulse-dot-size: 8.4px;--gallery-art-horizontal: 463px;--gallery-art-vertical: 383px;--gallery-thumbnail: 80px;--gallery-2-width-horizontal: calc((var(--gallery-art-horizontal) * 2) + var(--gallery-spacing-lg));--gallery-3-width-horizontal: calc((var(--gallery-art-horizontal) * 3) + (var(--gallery-spacing-lg) * 2));--gallery-2-width-vertical: calc((var(--gallery-art-vertical) * 2) + var(--gallery-spacing-lg));--gallery-3-width-vertical: calc((var(--gallery-art-vertical) * 3) + (var(--gallery-spacing-lg) * 2));--gallery-2-width: var(--gallery-2-width-horizontal);--gallery-3-width: var(--gallery-3-width-horizontal);--gallery-shadow-elevated: 0px 0px 38px 0px rgba(0, 0, 0, .1);--gallery-spacing-xs: .25rem;--gallery-spacing-sm: .375rem;--gallery-spacing-md: .5rem;--gallery-spacing-lg: .75rem;--gallery-spacing-xl: 1rem;--gallery-spacing-2xl: 1.25rem;--gallery-spacing-3xl: 1.5rem;--gallery-spacing-4xl: 2rem;--gallery-font-size-small: 11px;--gallery-transition-fast: .15s ease-out;--gallery-transition-normal: .3s ease-out;--gallery-transition-slow: .5s ease-out;--gallery-grid-transition: var(--gallery-transition-normal);--gallery-fade-transition: var(--gallery-transition-normal);--gallery-z-modal: 1000;--gallery-z-dropdown: 100;--gallery-z-header: 50;--gallery-radius-sm: .125rem;--gallery-radius-md: .25rem;--gallery-radius-full: 50%}.gallery-zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--gallery-z-modal) + 10);display:none;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease-out,visibility .3s ease-out}.gallery-zoom-modal--active{display:flex;opacity:1;visibility:visible}.gallery-zoom-modal--ready .gallery-zoom-modal__image{opacity:1}.gallery-zoom-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.gallery-zoom-modal__container{position:relative;width:90vw;height:90vh;max-width:1400px;max-height:900px;z-index:1;display:flex;align-items:center;justify-content:center;cursor:zoom-in;cursor:var(--cursor-zoom1x) 22 22,auto;cursor:-webkit-image-set(var(--cursor-zoom1x) 1x,var(--cursor-zoom2x) 2x) 22 22,auto;cursor:image-set(var(--cursor-zoom1x) 1x,var(--cursor-zoom2x) 2x) 22 22,auto}.gallery-zoom-modal__image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.gallery-zoom-modal__image{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity .3s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.gallery-zoom-modal__content{width:100%!important;height:100%!important}.gallery-zoom-modal__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-zoom-modal__loading:after{content:"";display:block;width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#fffc;border-radius:50%;animation:spin 1s linear infinite}.gallery-zoom-modal__hint{position:absolute;bottom:var(--gallery-spacing-2xl);left:50%;transform:translate(-50%);padding:var(--gallery-spacing-sm) var(--gallery-spacing-lg);background:#000c;border-radius:var(--gallery-radius-full);color:#fff;font-size:var(--font-size-12);line-height:var(--line-height-16);text-align:center;white-space:nowrap;opacity:0;animation:hintFadeInOut 3s ease-out;pointer-events:none}.gallery-zoom-modal__shortcuts{position:absolute;top:var(--gallery-spacing-2xl);right:var(--gallery-spacing-2xl);padding:var(--gallery-spacing-md);background:#000c;border-radius:var(--gallery-radius-md);color:#fffc;font-size:var(--font-size-10);line-height:var(--line-height-16);opacity:0;visibility:hidden;transition:opacity .2s ease-out,visibility .2s ease-out}.gallery-zoom-modal__shortcuts--visible{opacity:1;visibility:visible}.gallery-zoom-modal__shortcuts dl{margin:0}.gallery-zoom-modal__shortcuts dl dt{display:inline-block;min-width:80px;font-weight:var(--font-weight-medium)}.gallery-zoom-modal__shortcuts dl dd{display:inline;margin:0}.gallery-zoom-modal__shortcuts dl dd:after{content:"\a";white-space:pre}@keyframes spin{to{transform:rotate(360deg)}}@keyframes hintFadeInOut{0%{opacity:0;transform:translate(-50%) translateY(10px)}20%{opacity:1;transform:translate(-50%) translateY(0)}80%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(10px)}}.gallery-zoom-modal .f-panzoom__content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-zoom-modal .f-panzoom__viewport{width:100%;height:100%}.gallery-zoom-modal .f-button,.gallery-zoom-modal .f-spinner{display:none!important}.gallery-zoom-modal[aria-hidden=true]{pointer-events:none}.gallery-zoom-modal:focus-within .gallery-zoom-modal__shortcuts{opacity:.5;visibility:visible}@media(max-width:989px){.gallery-zoom-modal{z-index:9999}.gallery-zoom-modal .gallery-zoom-modal__backdrop{position:fixed;width:100vw;height:100vh}.gallery-zoom-modal .gallery-zoom-modal__container{width:95vw;height:95vh;max-width:none;max-height:none}}@media(hover:none){.gallery-zoom-modal__container{cursor:zoom-in}}.gallery-zoom-modal__images-wrapper{display:flex}@media(max-width:989px){.gallery-builder__footer{height:var(--gallery-mobile-footer-height)}.gallery-builder__body{height:calc(100vh - var(--gallery-mobile-header-height) - var(--gallery-mobile-footer-height));display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 0 30px}.gallery-layout{display:flex;justify-content:center;align-items:center;grid-template-columns:none;width:auto;gap:0}.gallery-art-frame{width:var(--gallery-mobile-artwork-size);height:var(--gallery-mobile-artwork-size);margin-inline:auto;display:flex;align-items:center}.gallery-builder:not(.gallery-builder--preview-mode) .gallery-art-frame{max-height:32vh}.gallery-builder:not(.gallery-builder--preview-mode) .gallery-art-frame.gallery-art-frame--vertical{max-height:25vh;margin-top:20px}.gallery-builder:not(.gallery-builder--preview-mode) .gallery-art-frame img{max-height:28vh}.gallery-art-frame--vertical{width:var(--gallery-mobile-artwork-size);height:var(--gallery-mobile-artwork-size)}@supports (height: 100dvh){.gallery-builder__body{max-height:calc(100dvh - var(--gallery-mobile-header-height) - var(--gallery-mobile-footer-height));margin-top:auto}}}.gallery-mobile-nav{position:fixed;bottom:0;left:0;right:0;background-color:rgba(var(--color-primary-white));border-top:1px solid rgba(var(--color-gray-200));padding:.75rem 1rem;z-index:50}.gallery-mobile-nav__item{cursor:pointer;transition:all .2s ease;border:1px solid rgba(var(--color-gray-200));display:flex;align-items:center;background:rgba(var(--color-primary-white));border-radius:.25rem;gap:.375rem;padding:.5rem .75rem;font-size:12px}.gallery-mobile-nav__item.gallery-mobile-nav__item--active{background-color:rgba(var(--color-primary-black));color:rgba(var(--color-primary-white));border-color:rgba(var(--color-primary-black))}.gallery-mobile-nav__badge{background-color:rgba(var(--color-primary-black));color:rgba(var(--color-primary-white));border-radius:50%;width:var(--gallery-icon-size);height:var(--gallery-icon-size);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;margin-left:.25rem}.gallery-config-modal__size-grid{display:flex;flex-direction:column;gap:.75rem;margin:1.25rem 0}.gallery-config-modal__size-option{cursor:pointer;transition:all .2s ease;border:1px solid rgba(var(--color-gray-200));display:flex;align-items:center;background:rgba(var(--color-primary-white));border-radius:.25rem;justify-content:space-between;padding:1rem}.gallery-config-modal__size-option.gallery-config-modal__size-option--selected{border-color:rgba(var(--gallery-interaction-primary));background-color:rgba(var(--gallery-interaction-primary),.05)}.gallery-config-modal__color-picker{display:flex;gap:.5rem;margin:1rem 0}.gallery-config-modal__color-option{cursor:pointer;transition:all .2s ease;border:2px solid rgba(var(--color-gray-200));width:var(--gallery-color-option-size);height:var(--gallery-color-option-size);border-radius:50%;position:relative}.gallery-config-modal__color-option.gallery-config-modal__color-option--selected:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid rgba(var(--color-primary-white));border-radius:50%}@keyframes gallery-frame-flash{0%,to{opacity:1;transform:translate(-50%) scale(1)}50%{opacity:.7;transform:translate(-50%) scale(1.02)}}@keyframes gallery-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes gallery-pulse-ring{0%{opacity:0;transform:scale(.1)}50%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@keyframes gallery-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gallery-image-loading{0%{opacity:1}50%{opacity:.7}to{opacity:1}}@keyframes gallery-frame-corners-flash{0%,49%{opacity:1}50%,to{opacity:0}}.gallery-builder__loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(var(--color-gray-50));z-index:var(--gallery-z-modal);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:1;visibility:visible;pointer-events:auto;transition:opacity .4s ease-out .3s,visibility .4s ease-out .3s}.gallery-builder__loading-screen--hidden{opacity:0;visibility:hidden;pointer-events:none}.gallery-builder__loading-content{display:flex;flex-direction:column;align-items:center;gap:var(--gallery-spacing-4xl);opacity:1;transition:opacity .3s ease-out}.gallery-builder__loading-screen--hidden .gallery-builder__loading-content{opacity:0}.gallery-builder__loading-logo{width:236px}.gallery-builder__loading-progress{display:flex;flex-direction:column;align-items:center;gap:var(--gallery-spacing-2xl);width:200px}.gallery-builder__loading-text{font-weight:var(--font-weight-regular);font-size:var(--font-size-12);line-height:var(--line-height-20);letter-spacing:var(--letter-spacing-normal);color:rgba(var(--gallery-text-subtle));text-align:center;white-space:nowrap;min-height:var(--line-height-20);width:200px;background:inherit;opacity:1;transition:opacity var(--gallery-transition-normal)}.gallery-builder__loading-text--changing{opacity:0}.gallery-builder__loading-progress-bar-container{width:200px;height:2px;background-color:rgba(var(--color-gray-200));position:relative;overflow:hidden;border-radius:var(--gallery-radius-sm)}.gallery-builder__loading-progress-bar{height:100%;background-color:rgba(var(--gallery-progress-bar));width:var(--loading-progress, 0%);border-radius:var(--gallery-radius-sm);transition:width .4s ease-out}.gallery-builder__loading-screen[aria-hidden=true]{pointer-events:none}.gallery-builder__layout-controls,.gallery-builder__actions,.gallery-builder__save{opacity:1;pointer-events:auto;transition:opacity var(--gallery-transition-normal)}.gallery-builder[data-loading=true] .gallery-builder__layout-controls,.gallery-builder[data-loading=true] .gallery-builder__actions,.gallery-builder[data-loading=true] .gallery-builder__save{opacity:0;pointer-events:none}.gallery-builder[data-loading=true] .gallery-builder__header-mobile-top{background-color:transparent;border-bottom:none}.gallery-builder[data-loading=true] .gallery-builder__mobile-button--preview,.gallery-builder[data-loading=true] .gallery-builder__mobile-button--save,.gallery-builder[data-loading=true] .gallery-builder__header-mobile-bottom,.gallery-builder[data-loading=true] .gallery-builder__mobile-artworks{opacity:0;pointer-events:none}.gallery-builder~.ajax-cart-overlay,.gallery-builder~.ajax-cart__container{z-index:1020}body:has(.gallery-builder) .ajax-cart-overlay{z-index:1020}body:has(.gallery-builder) .ajax-cart__container{z-index:1020}body:has(.gallery-builder) .gallery-builder__injected-footer .shopify-section-group-footer-group:nth-child(n+2){display:none!important}#template-gallery-builder .gallery-filter-close-btn{display:none!important}@media(max-width:600px){#template-gallery-builder .boost-sd__filter-tree-vertical-sticky .boost-sd__bottom-buttons-result,#template-gallery-builder .boost-sd__filter-tree-vertical-sticky .boost-sd__filter-tree-vertical-footer{display:flex;visibility:visible;opacity:1}#template-gallery-builder .boost-sd__filter-tree-vertical--sticky{width:100%;max-width:100%}#template-gallery-builder .boost-sd__filter-tree-vertical--left{left:0;right:0;width:100%}#template-gallery-builder .boost-sd__filter-tree-vertical-toolbar-middle-new{font-size:12px;font-weight:500;line-height:16px;letter-spacing:.4px;text-transform:uppercase;color:#000;padding:32px 20px 0}#template-gallery-builder .boost-sd__filter-tree-vertical-content{position:relative;padding:0 0 100px}#template-gallery-builder .boost-sd__filter-option{padding-left:20px;padding-right:20px}#template-gallery-builder .boost-sd__filter-option-label{padding:0}#template-gallery-builder .boost-sd__filter-option[data-filter-option-id*=color] .boost-sd__filter-option-content-inner,#template-gallery-builder .boost-sd__filter-option[data-filter-label*=Color] .boost-sd__filter-option-content-inner,#template-gallery-builder .boost-sd__filter-option[data-filter-label*=color] .boost-sd__filter-option-content-inner,#template-gallery-builder .boost-sd__filter-option:has(.boost-sd__filter-option-swatch-item) .boost-sd__filter-option-content-inner{overflow:visible;max-height:none;height:auto}#template-gallery-builder .boost-sd__bottom-buttons-result{display:flex;position:fixed;bottom:0;left:0;right:0;width:100%;padding:20px;background:#fff;border-top:1px solid #E1E2E5;gap:10px;z-index:1013;visibility:visible;opacity:1}#template-gallery-builder .boost-sd__bottom-buttons-result .boost-sd__button--clear,#template-gallery-builder .boost-sd__bottom-buttons-result .boost-sd__filter-tree-vertical-show-result{display:block;visibility:visible;opacity:1;flex:1;height:52px;margin:0;padding:0 20px;font-size:12px;line-height:16px}#template-gallery-builder .boost-sd__bottom-buttons-result .boost-sd__button--clear{background-color:#f7f7f7;color:#000;border:none;text-transform:capitalize}#template-gallery-builder .boost-sd__bottom-buttons-result .boost-sd__filter-tree-vertical-show-result{background-color:#232323;color:#fff;text-transform:capitalize;font-weight:500;letter-spacing:.4px}#template-gallery-builder .boost-sd__bottom-buttons-result .boost-sd__filter-tree-vertical-show-result button{padding:0}#template-gallery-builder .boost-sd__filter-tree-vertical-footer,#template-gallery-builder .boost-sd__filter-tree-vertical-sticky .boost-sd__bottom-buttons-result{display:flex;position:fixed;bottom:0;left:0;right:0;width:100%;padding:20px;background:#fff;border-top:1px solid #E1E2E5;gap:10px;z-index:1013;visibility:visible;opacity:1}#template-gallery-builder .boost-sd__filter-tree-vertical-toolbar{padding:32px 20px 36px}}@media(min-width:601px){#template-gallery-builder .boost-sd__filter-tree-vertical--sticky{width:480px}#template-gallery-builder .boost-sd__filter-tree-vertical-toolbar-middle-new{font-size:13px;font-weight:500;line-height:16px;letter-spacing:.4px;text-transform:uppercase;color:#000}}#template-gallery-builder .gallery-builder .boost-sd__bottom-buttons-result{display:flex;visibility:visible;opacity:1}@media(max-width:600px){#template-gallery-builder .gallery-builder .boost-sd__bottom-buttons-result{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:9999}}body:has(.gallery-builder) .mebership-overlay,body:has(.gallery-builder) .membership-modal__container{z-index:1100!important}#galleryBuilderKlaviyoSaveForm,#galleryBuilderKlaviyoExitForm{display:none;position:relative}#galleryBuilderKlaviyoSaveForm .gallery-builder-klaviyo-close,#galleryBuilderKlaviyoExitForm .gallery-builder-klaviyo-close{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer;padding:0;z-index:10}#galleryBuilderKlaviyoSaveForm .gallery-builder-klaviyo-close:hover,#galleryBuilderKlaviyoExitForm .gallery-builder-klaviyo-close:hover{opacity:.7}#galleryBuilderKlaviyoSaveForm>div,#galleryBuilderKlaviyoExitForm>div{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:20px;box-sizing:border-box}#galleryBuilderKlaviyoSaveForm form,#galleryBuilderKlaviyoExitForm form{position:relative;border-radius:0!important;max-width:561px!important;padding:40px 48px!important}@media(max-width:989px){#galleryBuilderKlaviyoSaveForm form,#galleryBuilderKlaviyoExitForm form{max-width:100%!important}}#galleryBuilderKlaviyoSaveForm form>div,#galleryBuilderKlaviyoExitForm form>div{min-height:372px!important}#galleryBuilderKlaviyoSaveForm form>div>div:first-child span,#galleryBuilderKlaviyoExitForm form>div>div:first-child span{font-size:24px;font-weight:400;letter-spacing:-.5px}#galleryBuilderKlaviyoSaveForm [data-testid=form-row]:has(input[type=email]),#galleryBuilderKlaviyoExitForm [data-testid=form-row]:has(input[type=email]){margin-top:36px}#galleryBuilderKlaviyoSaveForm [data-testid=form-row]:has(input[type=text]),#galleryBuilderKlaviyoExitForm [data-testid=form-row]:has(input[type=text]){display:none!important}#galleryBuilderKlaviyoSaveForm input,#galleryBuilderKlaviyoExitForm input{text-align:center!important}
/*# sourceMappingURL=/cdn/shop/t/466/assets/theme-index-57f98a93.css.map */
