.expandable-images{overflow:hidden;background:var(--bg, transparent)}.expandable-images__header{margin-bottom:40px}.expandable-images__heading{margin-bottom:16px;font-size:calc(2rem * var(--adjust-heading, 1));line-height:1.2}.expandable-images__subheading{font-size:calc(1.1rem * var(--adjust-body, 1));color:var(--text-alpha-75);margin:0}.expandable-images__container{position:relative}.expandable-images__grid{display:grid;gap:20px;grid-template-columns:repeat(var(--images-per-row),1fr);margin-bottom:40px}@media only screen and (max-width: 767px){.expandable-images__grid{grid-template-columns:repeat(var(--images-per-row-mobile),1fr);gap:15px;margin-bottom:30px}}.expandable-images__item{position:relative;opacity:1;transform:translateY(0);transition:all .3s ease}.expandable-images__item--hidden{display:none}.expandable-images__item--animating{opacity:0;transform:translateY(20px);animation:slideInUp .3s ease forwards}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}.expandable-images__link{display:block;text-decoration:none;color:inherit;transition:transform .3s ease}.expandable-images__link:hover{transform:translateY(-2px)}.expandable-images__image-container{position:relative;overflow:hidden;border-radius:var(--radius, 8px);background:var(--COLOR-BG-ACCENT)}.expandable-images__image-container.small-height{height:200px}.expandable-images__image-container.medium-height{height:300px}.expandable-images__image-container.large-height{height:400px}.expandable-images__image-container.extra-large-height{height:500px}.expandable-images__image-container.square-height{aspect-ratio:1 / 1;height:auto}.expandable-images__image-container.original-height{height:auto;aspect-ratio:var(--image-aspect-ratio, 4/3)}@media only screen and (max-width: 767px){.expandable-images__image-container.small-height-mobile{height:150px}.expandable-images__image-container.medium-height-mobile{height:200px}.expandable-images__image-container.large-height-mobile{height:250px}.expandable-images__image-container.square-height-mobile{aspect-ratio:1 / 1;height:auto}.expandable-images__image-container.original-height-mobile{height:auto;aspect-ratio:var(--image-aspect-ratio, 4/3)}}.expandable-images__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.expandable-images__link:hover .expandable-images__image{transform:scale(1.05)}.expandable-images__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--COLOR-BG-ACCENT);color:var(--text-alpha-50)}.expandable-images__caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:20px 16px 16px;transform:translateY(100%);transition:transform .3s ease}.expandable-images__item:hover .expandable-images__caption{transform:translateY(0)}.expandable-images__caption p{margin:0;font-size:.9rem;line-height:1.3}.expandable-images__button-container{text-align:center;margin-top:20px}.expandable-images__toggle-btn{display:inline-flex;align-items:center;gap:8px;width:auto!important;max-width:none!important}.expandable-images__toggle-icon{display:flex;align-items:center;transition:transform .3s ease}.expandable-images__toggle-icon svg{width:16px;height:16px}@media only screen and (max-width: 1023px){.expandable-images__grid{gap:16px}.expandable-images__header{margin-bottom:30px}}@media only screen and (max-width: 479px){.expandable-images__grid{gap:12px;margin-bottom:24px}.expandable-images__header{margin-bottom:24px}.expandable-images__heading{font-size:calc(1.5rem * var(--adjust-heading, 1))}.expandable-images__toggle-btn{padding:10px 20px;font-size:.9rem}}.expandable-images__grid{transition:height .3s ease}.expandable-images__link:focus{outline:2px solid var(--text);outline-offset:2px;border-radius:var(--radius, 8px)}.expandable-images__image{background:var(--COLOR-BG-ACCENT);min-height:100px}.expandable-images .section-padding{padding-top:var(--PT);padding-bottom:var(--PB)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-expandable-images.css.map */
