.view-products span{transition:all .25s cubic-bezier(.104,.204,.492,1)}@media only screen and (min-width:768px){.gallery__inner{grid-template-columns:repeat(var(--gallery-columns),1fr)}}.gallery-spacing--none .gallery__inner{grid-gap:0px;margin:0 auto}.gallery-spacing--small .gallery__inner{grid-gap:3px;margin:3px auto}.gallery-spacing--medium .gallery__inner{grid-gap:10px;margin:10px auto}.gallery-spacing--large .gallery__inner{grid-gap:30px;margin:30px auto}.gallery__item figure{position:relative;width:100%;overflow:hidden;height:0;padding-bottom:var(--ratio-percent)}.gallery__item figure.aspect-ratio--portrait{padding-bottom:125%}.gallery__item figure.aspect-ratio--square{padding-bottom:100%}.gallery__item figure.aspect-ratio--landscape{padding-bottom:75%}.gallery__item figure>svg{padding:50px;fill:var(--bg-body, #fff);opacity:.5}.gallery__item figure img,.gallery__item figure>svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;object-fit:cover;transition:.5s}.gallery__item.has--link figure:hover img,.gallery__item.has--link figure:hover>svg{transform:scale(1.05)}.gallery__item figure:hover .text-button:after{transform:scale(1)}.gallery__item figure:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:11;background:rgba(var(--overlay-color-rgb),var(--overlay-opacity))}.gallery__item-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;display:flex;padding:30px;color:#fff}.gallery__item-content>a,.gallery__item-content>div{color:#fff;display:flex;position:absolute;top:0;left:0;width:100%;height:100%;padding:20px}@media only screen and (min-width:1068px){.gallery__item-content a,.gallery__item-content>div{padding:45px}}@media only screen and (min-width:1440px){.gallery__item-content a,.gallery__item-content>div{padding:50px}}.gallery__item-content.content-top-left a,.gallery__item-content.content-top-left>div{justify-content:flex-start;align-items:flex-start}.gallery__item-content.content-top-center a,.gallery__item-content.content-top-center>div{justify-content:center;align-items:flex-start}.gallery__item-content.content-top-right a,.gallery__item-content.content-top-right>div{justify-content:flex-end;align-items:flex-start}.gallery__item-content.content-middle-left a,.gallery__item-content.content-middle-left>div{justify-content:flex-start;align-items:center}.gallery__item-content.content-middle-center a,.gallery__item-content.content-middle-center>div{justify-content:center;align-items:center}.gallery__item-content.content-middle-right a,.gallery__item-content.content-middle-right>div{justify-content:flex-end;align-items:center}.gallery__item-content.content-bottom-left a,.gallery__item-content.content-bottom-left>div{justify-content:flex-start;align-items:flex-end}.gallery__item-content.content-bottom-center a,.gallery__item-content.content-bottom-center>div{justify-content:center;align-items:flex-end}.gallery__item-content.content-bottom-right a,.gallery__item-content.content-bottom-right>div{justify-content:flex-end;align-items:flex-end}.gallery__item-content h4{color:inherit;margin-bottom:8px}.gallery__item-content h4+.button{margin-top:20px}.gallery__item-content p{margin-bottom:30px}.gallery__item-content .heading{-webkit-hyphens:auto;hyphens:auto;color:#fff;line-height:1.15}.gallery__item-content p.subheading{font-size:.75rem;margin-bottom:15px}@media only screen and (min-width:768px){.gallery__item-content>div{max-width:90%}}.gallery__item-content>div>*:last-child{margin-bottom:0}.gallery__item-content .button,.gallery__item-content .text-button{position:relative;z-index:22}.gallery__item-content-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:21}@media only screen and (max-width:767px){.gallery.swipe-on-mobile .gallery__inner{grid-auto-flow:column;grid-auto-columns:minmax(calc(90vw - 15px),1fr);overflow-x:auto;grid-template-columns:repeat(auto-fill,minmax(calc(90vw - 15px),1fr));scroll-snap-type:x mandatory;scrollbar-width:none}.gallery.swipe-on-mobile .gallery__inner::-webkit-scrollbar{display:none}.gallery.swipe-on-mobile .gallery__inner .gallery__item{scroll-snap-align:center;scroll-snap-stop:always}.row:not(.full-width-row-full) .gallery.swipe-on-mobile .gallery__inner{margin:0 -15px;width:calc(100% + 30px)}}.view-products{background:var(--bg-body);border-radius:19px;height:38px;display:flex;position:absolute;bottom:5px;right:5px;z-index:30;cursor:pointer}@media only screen and (min-width:1068px){.view-products{bottom:30px;right:30px}}.view-products>svg{width:38px;height:38px;padding:11px}.view-products span{max-width:0;overflow:hidden;line-height:38px;font-size:.6875rem;font-weight:400;padding-right:0;white-space:nowrap;color:var(--color-body);font-weight:var(--font-body-medium-weight, 500);text-transform:uppercase}.view-products:hover svg,.view-products:focus svg{stroke:var(--color-body);transform:translate(2px)}.view-products:hover span,.view-products:focus span{max-width:114px;padding-right:14px}[dir=rtl] .view-products:hover span,[dir=rtl] .view-products:focus span{padding-left:14px}.gallery--slideshow-wrapper{display:flex;flex-direction:column;padding:0 15px}@media screen and (min-width:1024px){.gallery--slideshow-wrapper{flex-direction:row;padding:0}}.gallery--text-wrapper{text-align:center;margin-bottom:25px}@media screen and (min-width:1024px){.gallery--text-wrapper{text-align:left;flex-shrink:1;width:33.33%;padding:0 30px 0 calc(5% + 30px);margin:50px 0 0}}.gallery--text-wrapper a{text-decoration:underline}.gallery--text-headline{font-size:30px;font-weight:700;line-height:1.3;margin-bottom:15px;letter-spacing:var(--font-heading-letter-spacing)}@media screen and (min-width:1280px){.gallery--text-headline{font-size:40px}}@media screen and (min-width:1920px){.gallery--text-headline{font-size:2.5vw}}.gallery--slideshow-wrapper .gallery__inner{display:block;grid-gap:0;width:100%;position:relative;overflow:hidden}@media screen and (min-width:1024px){.gallery--slideshow-wrapper .gallery__inner{width:66.66%;height:100%;flex-grow:0}}.gallery--slideshow-wrapper .swipe-on-mobile .gallery__inner{overflow-x:hidden}.gallery--slideshow-controls-container>div{position:absolute;top:50%;transform:translateY(-50%);left:0;width:30px;height:30px;background:#ffffffb3;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (min-width:1280px){.gallery--slideshow-controls-container>div{width:45px;height:45px;padding:10px}}.gallery--slideshow-controls-container .gallery--slideshow-controls-next{right:0;transform:translateY(-50%) scaleX(-1);left:auto}.gallery--slideshow-controls-container svg{width:100%;height:100%}gallery-slideshow{display:block}
/*# sourceMappingURL=/cdn/shop/t/45/assets/gallery-slideshow.css.map */
