.hpg-movement-gallery{background:var(--hpg-bg);color:var(--hpg-text);overflow:hidden;--hpg-movement-rail-offset: clamp(40px, calc(25vw - 230px) , 250px);--hpg-movement-card-width: calc( (100vw - (var(--hpg-movement-rail-offset) * 2) - var(--hpg-movement-card-gap)) / 2 );--hpg-movement-card-gap: 40px;--hpg-movement-move-gap: 16px;--hpg-movement-move-width: calc((var(--hpg-movement-card-width) - var(--hpg-movement-move-gap)) / 2);--hpg-movement-move-height: calc(var(--hpg-movement-move-width) * 1.2)}.hpg-movement-gallery__inner{width:100%;padding:80px 0}.hpg-movement-gallery__header{margin-bottom:80px;text-align:center}.hpg-movement-gallery__heading{margin:0;color:var(--hpg-text);font-family:var(--hpg-font-heading);font-size:var(--hpg-section-heading-size);line-height:var(--hpg-section-heading-line-height);font-weight:700;letter-spacing:0;white-space:pre-line}.hpg-movement-gallery__text{margin:28px 0 0;color:var(--hpg-muted);font-size:20px;line-height:28px;font-weight:700}.hpg-movement-gallery__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:var(--hpg-movement-rail-offset);scrollbar-width:none;-webkit-overflow-scrolling:touch}.hpg-movement-gallery__viewport.is-animating{scroll-snap-type:none}.hpg-movement-gallery__viewport::-webkit-scrollbar{display:none}.hpg-movement-gallery__track{display:flex;gap:var(--hpg-movement-card-gap);width:max-content;padding-inline:var(--hpg-movement-rail-offset)}.hpg-movement-gallery__card{display:flex;flex:0 0 var(--hpg-movement-card-width);flex-direction:column;gap:40px;width:var(--hpg-movement-card-width);scroll-snap-align:start}.hpg-movement-gallery__moves{display:flex;gap:var(--hpg-movement-move-gap);align-items:center}.hpg-movement-gallery__move{flex:0 0 var(--hpg-movement-move-width);width:var(--hpg-movement-move-width)}.hpg-movement-gallery__move-media{width:var(--hpg-movement-move-width);height:var(--hpg-movement-move-height);overflow:hidden;border-radius:8px;background:#f1f1f1;--hpg-placeholder-color: rgba(0, 0, 0, .46);--hpg-placeholder-icon-bg: rgba(0, 0, 0, .08)}.hpg-movement-gallery__move-media img,.hpg-movement-gallery__move-media video{width:100%;height:100%;object-fit:cover}.hpg-movement-gallery__move-title{margin:14px 0 0;color:var(--hpg-muted);font-size:16px;line-height:24px;font-weight:700}.hpg-movement-gallery__group{display:grid;grid-template-columns:90px minmax(0,1fr);gap:16px;width:var(--hpg-movement-card-width)}.hpg-movement-gallery__group-icon{width:90px;height:90px;overflow:hidden;border-radius:10px;background:#ffffff1a}.hpg-movement-gallery__group-icon img{width:100%;height:100%;object-fit:cover}.hpg-movement-gallery__group-copy{min-width:0}.hpg-movement-gallery__group-title{margin:0;color:var(--hpg-text);font-size:28px;line-height:34px;font-weight:700}.hpg-movement-gallery__group-text{margin:8px 0 0;color:var(--hpg-muted);font-size:20px;line-height:24px;font-weight:700}.hpg-movement-gallery__navigation{margin-top:80px}@media screen and (max-width:989px){.hpg-movement-gallery{--hpg-movement-card-width: min(640px, calc(100vw - 80px) );--hpg-movement-move-height: calc(var(--hpg-movement-move-width) * 1.2)}.hpg-movement-gallery__header{margin-inline:40px}.hpg-movement-gallery__track{padding-inline:40px}.hpg-movement-gallery__navigation{margin-top:48px}.hpg-movement-gallery__move-media,.hpg-movement-gallery__group{width:100%}}@media screen and (min-width:990px)and (max-width:1199px){.hpg-movement-gallery{--hpg-movement-rail-offset: var(--hpg-tablet-landscape-gutter);--hpg-movement-card-width: calc( (100vw - (var(--hpg-tablet-landscape-gutter) * 2) - var(--hpg-movement-card-gap)) / 2 )}.hpg-movement-gallery__header{margin-inline:auto}.hpg-movement-gallery__track{padding-inline:var(--hpg-tablet-landscape-gutter)}.hpg-movement-gallery__viewport{scroll-padding-inline:var(--hpg-tablet-landscape-gutter)}}@media screen and (max-width:749px){.hpg-movement-gallery{--hpg-movement-card-width: min( var(--hpg-mobile-canvas-width), calc(100vw - 58px) );--hpg-movement-card-gap: 24px;--hpg-movement-move-gap: 8px;--hpg-movement-move-height: calc(var(--hpg-movement-move-width) * 1.2)}.hpg-movement-gallery__inner{padding:40px 0}.hpg-movement-gallery__header{width:var(--hpg-movement-card-width);max-width:none;margin-inline:var(--hpg-mobile-gutter);margin-bottom:40px;text-align:left}.hpg-movement-gallery .hpg-movement-gallery__header.hpg-bands-content-shell{width:var(--hpg-movement-card-width);max-width:none;margin-inline:var(--hpg-mobile-gutter)}.hpg-movement-gallery__heading{font-size:var(--hpg-mobile-section-heading-size);line-height:var(--hpg-mobile-section-heading-line-height);font-weight:var(--hpg-mobile-section-heading-weight)}.hpg-movement-gallery__text{margin-top:16px;font-size:16px;line-height:24px}.hpg-movement-gallery__track{padding-inline:var(--hpg-mobile-gutter)}.hpg-movement-gallery__card{gap:16px}.hpg-movement-gallery__move-media{width:100%}.hpg-movement-gallery__move-title{margin-top:8px;font-size:14px;line-height:17px}.hpg-movement-gallery__group{grid-template-columns:64px minmax(0,1fr);gap:12px}.hpg-movement-gallery__group-icon{width:64px;height:64px}.hpg-movement-gallery__group-title{font-size:16px;line-height:19px}.hpg-movement-gallery__group-text{margin-top:6px;font-size:14px;line-height:17px}.hpg-movement-gallery__navigation{margin-top:40px}}
/*# sourceMappingURL=/cdn/shop/t/104/assets/section-hpg-movement-gallery.css.map */
