.ever-leaf-gallery__heading{margin-bottom:32px}.ever-leaf-gallery__app{display:block}.ever-leaf-gallery__collage{display:none}@media screen and (min-width:990px){.ever-leaf-gallery__collage{display:grid;width:100%;max-width:var(--ever-leaf-gallery-max-width-desktop, 1100px);height:var(--ever-leaf-gallery-height-desktop, 480px);margin-inline:auto;overflow:hidden;column-gap:var(--ever-leaf-gallery-column-gap-desktop, 12px);row-gap:var(--ever-leaf-gallery-row-gap-desktop, 12px)}.ever-leaf-gallery__cell{min-height:0;min-width:0}.ever-leaf-gallery__cell--pos-0{grid-area:a}.ever-leaf-gallery__cell--pos-1{grid-area:b}.ever-leaf-gallery__cell--pos-2{grid-area:c}.ever-leaf-gallery__cell--pos-3{grid-area:d}.ever-leaf-gallery__cell--pos-4{grid-area:e}.ever-leaf-gallery__cell--pos-5{grid-area:f}.ever-leaf-gallery__collage[data-desktop-count="1"]{grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"a"}.ever-leaf-gallery__collage[data-desktop-count="2"]{grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-template-areas:"a b"}.ever-leaf-gallery__collage[data-desktop-count="3"]{grid-template-columns:1.4fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"a b" "a c"}.ever-leaf-gallery__collage[data-desktop-count="4"]{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"a b" "c d"}.ever-leaf-gallery__collage[data-desktop-count="5"]{grid-template-columns:1fr 1.3fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"a b c" "d b e"}.ever-leaf-gallery__collage[data-desktop-count="6"]{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-template-areas:"a b c" "d e f"}}.ever-leaf-gallery__trigger{display:block;position:relative;height:100%;width:100%;padding:0;border:0;background:none;cursor:pointer;overflow:hidden;border-radius:var(--ever-leaf-gallery-radius-mobile, 10px)}.ever-leaf-gallery__image{display:block;height:100%;width:100%;object-fit:var(--ever-leaf-gallery-fit-mobile, cover);transition:transform .3s ease}@media screen and (min-width:990px){.ever-leaf-gallery__cell .ever-leaf-gallery__trigger{border-radius:var(--ever-leaf-gallery-radius-desktop, 10px)}.ever-leaf-gallery__cell .ever-leaf-gallery__image{object-fit:var(--ever-leaf-gallery-fit-desktop, cover)}.ever-leaf-gallery__app--hover-zoom .ever-leaf-gallery__cell .ever-leaf-gallery__trigger:hover .ever-leaf-gallery__image{transform:scale(1.05)}}.ever-leaf-gallery__mobile{display:block}@media screen and (min-width:990px){.ever-leaf-gallery__mobile{display:none}}.ever-leaf-gallery__mobile-track{overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ever-leaf-gallery__mobile-track::-webkit-scrollbar{display:none}.ever-leaf-gallery__mobile-list{display:flex;flex-wrap:nowrap;gap:var(--ever-leaf-gallery-slide-gap-mobile, 12px);padding-inline:var(--ever-leaf-gallery-padding-mobile, 16px);padding-inline-end:calc(var(--ever-leaf-gallery-padding-mobile, 16px) + var(--ever-leaf-gallery-peek-mobile, 20px))}.ever-leaf-gallery__mobile-slide{flex:0 0 var(--ever-leaf-gallery-slide-width-mobile, 84%);scroll-snap-align:center;aspect-ratio:var(--ever-leaf-gallery-aspect-ratio-mobile, auto)}.ever-leaf-gallery__nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px}.ever-leaf-gallery__dots{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--ever-leaf-gallery-pagination-gap-mobile, 12px);margin-top:12px}@media screen and (min-width:990px){.ever-leaf-gallery__nav,.ever-leaf-gallery__dots{display:none}}.ever-leaf-gallery__arrow{display:flex;align-items:center;justify-content:center;height:var(--ever-leaf-gallery-arrow-size-mobile, 40px);width:var(--ever-leaf-gallery-arrow-size-mobile, 40px);flex-shrink:0;border-radius:999px;border:1px solid rgba(var(--color-foreground),.15);background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer}.ever-leaf-gallery__arrow:disabled{opacity:.35;cursor:default}.ever-leaf-gallery__arrow .ever-leaf-icon{height:18px;width:18px}.ever-leaf-gallery__arrow--prev .ever-leaf-icon,[dir=rtl] .ever-leaf-gallery__arrow--next .ever-leaf-icon{transform:scaleX(-1)}[dir=rtl] .ever-leaf-gallery__arrow--prev .ever-leaf-icon{transform:scaleX(1)}.ever-leaf-gallery__dot{height:var(--ever-leaf-gallery-dot-size-mobile, 8px);width:var(--ever-leaf-gallery-dot-size-mobile, 8px);padding:0;border:0;border-radius:999px;background:rgba(var(--color-foreground),.25);cursor:pointer}.ever-leaf-gallery__dot[aria-current=true]{background:rgb(var(--color-button))}.ever-leaf-gallery__cta{margin-top:24px;display:flex;justify-content:center}.ever-leaf-gallery__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center}.ever-leaf-gallery__lightbox[hidden]{display:none}.ever-leaf-gallery__lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:var(--ever-leaf-gallery-lightbox-backdrop-opacity, .9)}.ever-leaf-gallery__lightbox .ever-leaf-gallery__lightbox-backdrop{display:block}.ever-leaf-gallery__lightbox-dialog{position:relative;display:flex;align-items:center;justify-content:center;height:100%;width:100%;padding:24px}.ever-leaf-gallery__lightbox-media{position:relative;display:flex;align-items:center;justify-content:center;max-height:100%;max-width:100%;touch-action:pan-y}.ever-leaf-gallery__lightbox-image{display:block;max-height:calc(100vh - 48px);max-width:calc(100vw - 48px);height:auto;width:auto;object-fit:contain;border-radius:4px}.ever-leaf-gallery__lightbox-close,.ever-leaf-gallery__lightbox-arrow{position:absolute;display:flex;align-items:center;justify-content:center;border:0;border-radius:999px;background-color:rgba(255,255,255,var(--ever-leaf-gallery-lightbox-control-bg-opacity, .9));color:var(--ever-leaf-gallery-lightbox-control-icon-color, #000);cursor:pointer}.ever-leaf-gallery__lightbox-close:disabled,.ever-leaf-gallery__lightbox-arrow:disabled{opacity:.3;cursor:default}.ever-leaf-gallery__lightbox-close{top:16px;inset-inline-end:16px;height:var(--ever-leaf-gallery-lightbox-close-size, 40px);width:var(--ever-leaf-gallery-lightbox-close-size, 40px)}.ever-leaf-gallery__lightbox-close .ever-leaf-icon{height:20px;width:20px;color:var(--ever-leaf-gallery-lightbox-control-icon-color, #000)}.ever-leaf-gallery__lightbox-arrow{top:50%;transform:translateY(-50%);height:var(--ever-leaf-gallery-lightbox-arrow-size, 44px);width:var(--ever-leaf-gallery-lightbox-arrow-size, 44px)}.ever-leaf-gallery__lightbox-arrow .ever-leaf-icon{height:22px;width:22px;color:var(--ever-leaf-gallery-lightbox-control-icon-color, #000)}.ever-leaf-gallery__lightbox-arrow--prev{left:16px}.ever-leaf-gallery__lightbox-arrow--next{right:16px}.ever-leaf-gallery__lightbox-arrow--prev .ever-leaf-icon{transform:scaleX(-1)}.ever-leaf-gallery__lightbox-arrow--next .ever-leaf-icon{transform:scaleX(1)}.ever-leaf-gallery__lightbox-counter{position:absolute;bottom:16px;inset-inline:0;text-align:center;color:#ffffffd9;font-size:13px;letter-spacing:.05em;pointer-events:none}@media screen and (max-width:749.98px){.ever-leaf-gallery__lightbox-dialog{padding:16px}.ever-leaf-gallery__lightbox-arrow--prev{left:8px}.ever-leaf-gallery__lightbox-arrow--next{right:8px}}body.ever-leaf-gallery-lightbox-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-ever-leaf-gallery.css.map */
