.gallery__inner{display:grid;grid-gap:0}@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:12px;margin:12px auto}.gallery-spacing--large .gallery__inner{grid-gap:32px;margin:32px auto}.gallery__item svg{padding:52px;fill:var(--bg-body, #fff);opacity:.5}.gallery__item figure{position:relative;width:100%;overflow:hidden;height:0;background:var(--color-accent);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 img,.gallery__item figure svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;object-fit:cover}.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{display:flex;flex-direction:column;position:relative;background:var(--bg-body, #fff);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000a;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.gallery__item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000000f,0 8px 24px #0000000f}.gallery__item figure{border-radius:0;margin:0}.gallery__item-content,.text-center .gallery__item-content,.text-right .gallery__item-content{position:static;width:100%;z-index:auto;display:flex;flex-direction:column;padding:20px 22px 22px;color:var(--color-body, #292625);background:var(--bg-body, #fff);flex:1;text-align:left}@media only screen and (max-width:767px){.gallery__item-content{padding:16px 18px 18px}}.gallery__item-content>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%}.gallery__item-content>div>.gallery__item-content-heading,.gallery__item-content>div>.subheading,.gallery__item-content>div>p{align-self:stretch}.gallery__item-content .gallery__item-content-heading,.gallery__item-content .gallery__item-content-heading.h2,.gallery__item-content .gallery__item-content-heading.h3,.gallery__item-content .gallery__item-content-heading.h4{font-family:var(--font-heading-family, inherit);color:var(--color-body, #292625);margin:0;font-size:1.0625rem;line-height:1.2;letter-spacing:.04em;font-weight:700;text-transform:uppercase}@media only screen and (min-width:768px){.gallery__item-content .gallery__item-content-heading,.gallery__item-content .gallery__item-content-heading.h2,.gallery__item-content .gallery__item-content-heading.h3,.gallery__item-content .gallery__item-content-heading.h4{font-size:1.125rem}}.gallery__item-content .subheading{margin:0;font-family:var(--font-body-family, inherit);font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-body, #292625);opacity:.55}.gallery__item-content p{font-family:var(--font-body-family, inherit);color:var(--color-body, #292625);opacity:.7;margin:0;font-size:.875rem;line-height:1.5}.gallery__item-content .button,.gallery__item-content .text-button{align-self:flex-start;margin-top:6px}.gallery__item-content .button{background-color:var(--color-accent, #B456A6);color:#fff;border-color:var(--color-accent, #B456A6);align-self:stretch;width:100%;justify-content:center;height:40px;min-height:40px;padding:0 18px;display:inline-flex;align-items:center;line-height:1;font-size:.8125rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600}.gallery__item-content .button:hover{background-color:color-mix(in srgb,var(--color-accent, #B456A6) 85%,black);border-color:color-mix(in srgb,var(--color-accent, #B456A6) 85%,black)}.gallery__item-content[class*=content-]{justify-content:flex-start!important;align-items:stretch!important}.gallery__item-content-heading{margin-bottom:0}.gallery__item-content-heading+.button{margin-top:14px}.gallery__item-content p,.gallery__item-content p.subheading{margin-bottom:0;color:var(--color-body, #292625)}.gallery__item-content p.subheading{font-size:.75rem;opacity:.7}.gallery__item-content .button,.gallery__item-content .text-button{position:relative;z-index:22}.gallery__item-content .text-button{color:var(--color-accent, #B456A6)}.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(var(--mobile-swipe-width),1fr);overflow-x:auto;grid-template-columns:repeat(auto-fill,minmax(var(--mobile-swipe-width),1fr));scroll-snap-type:x mandatory}.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)}}@media only screen and (max-width:767px){.gallery__inner{grid-template-columns:repeat(2,1fr);grid-gap:10px}.gallery-spacing--medium .gallery__inner,.gallery-spacing--small .gallery__inner,.gallery-spacing--large .gallery__inner{grid-gap:10px;margin:10px auto}.gallery__item{border-radius:6px}.gallery__item-content{padding:12px 12px 14px}.gallery__item-content>div{gap:6px}.gallery__item-content .gallery__item-content-heading,.gallery__item-content .gallery__item-content-heading.h2,.gallery__item-content .gallery__item-content-heading.h3,.gallery__item-content .gallery__item-content-heading.h4{font-size:.875rem;letter-spacing:.03em;line-height:1.2}.gallery__item-content p{font-size:.75rem;line-height:1.4}.gallery__item-content .button{align-self:stretch;width:100%;justify-content:center;height:38px;min-height:38px;padding:0 10px;font-size:.75rem;letter-spacing:.03em}.gallery__item-content .button,.gallery__item-content .text-button{margin-top:8px}}@media only screen and (max-width:767px){.gallery--mobile-rows .gallery__inner{grid-template-columns:1fr;grid-gap:12px}.gallery--mobile-rows.gallery-spacing--small .gallery__inner,.gallery--mobile-rows.gallery-spacing--medium .gallery__inner,.gallery--mobile-rows.gallery-spacing--large .gallery__inner{grid-gap:12px;margin:12px auto}.gallery--mobile-rows .gallery__item{flex-direction:row;align-items:stretch}.gallery--mobile-rows .gallery__item figure,.gallery--mobile-rows .gallery__item figure.aspect-ratio--square,.gallery--mobile-rows .gallery__item figure.aspect-ratio--portrait,.gallery--mobile-rows .gallery__item figure.aspect-ratio--landscape{flex:0 0 42%;height:auto;padding-bottom:0;align-self:stretch}.gallery--mobile-rows .gallery__item-content{flex:1;justify-content:center;padding:14px 16px}.gallery--mobile-rows .gallery__item-content .button,.gallery--mobile-rows .gallery__item-content .text-button{align-self:flex-start;width:auto}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/gallery.css.map */
