.productgallery--column{--productgallery-gutter:var(--scope-layout-grid-gutter,20px);--productgallery-margin:var(--scope-layout-margin,20px);align-self:flex-start;inset-block-start:calc(var(--productgallery-gutter)*2);margin-block-start:calc(var(--productgallery-margin)*2)}
@media(min-width:768px){.productgallery--column{position:sticky;z-index:0}
}
heliux-productgallery{--productgallery-tag-color:var(--scope-color-accent1-text,#000);--productgallery-tag-background:var(--scope-color-accent1,#fff);--productgallery-gap:var(--scope-layout-grid-gutter,20px);--productgallery-row-gap:var(--scope-layout-row-gap,20px);--productgallery-tag-paddings:5px 10px;display:block;margin-block:var(--productgallery-margin);margin-inline:0;position:relative}
heliux-productgallery .productgallery--carousel{margin-block-start:var(--global-layout-default-margin)}
heliux-productgallery .productgallery--zoomable .carousel__slider>*{cursor:pointer}
heliux-productgallery .productgallery__tag{background:var(--productgallery-tag-background);color:var(--productgallery-tag-color);position:absolute;padding:var(--productgallery-tag-paddings);margin-inline-start:var(--productgallery-gutter);text-transform:uppercase;z-index:1}
heliux-productgallery .productgallery__closeBtn{display:none;pointer-events:none}
heliux-productgallery .productgallery__container{display:none}
@media(min-width:640px){heliux-productgallery .productgallery__container{cursor:pointer;display:grid;justify-content:space-between;gap:var(--productgallery-row-gap) var(--productgallery-gap);grid-template-columns:repeat(2,1fr)}
heliux-productgallery .productgallery__container>*{grid-column:1/3}
}
@media(min-width:1024px){heliux-productgallery .productgallery__container--layout2>*{grid-column:1/3}
heliux-productgallery .productgallery__container--layout2>*:nth-child(3n-1){grid-column:1/2}
heliux-productgallery .productgallery__container--layout2>*:nth-child(3n+0){grid-column:2/3}
heliux-productgallery .productgallery__container--layout3>*{grid-column:1/2}
heliux-productgallery .productgallery__container--layout3>*:nth-child(3n-1){grid-column:2/3}
heliux-productgallery .productgallery__container--layout3>*:nth-child(3n+0){grid-column:1/3}
heliux-productgallery .productgallery__container--layout4>*{grid-column:1/2}
heliux-productgallery .productgallery__container--layout4>*:nth-child(2n+0){grid-column:2/3}
}
heliux-productgallery .productgallery--tiles .productgallery__carousel{padding-block:var(--productgallery-row-gap) var(--productgallery-row-gap);padding-inline:var(--productgallery-gap) var(--productgallery-gap)}
@media(min-width:640px){heliux-productgallery .productgallery--tiles .productgallery__carousel{display:none}
}
heliux-productgallery .productgallery__popup .image,heliux-productgallery .productgallery__popup .video{margin-block-start:var(--productgallery-row-gap)}
heliux-productgallery .productgallery__popup .image{height:auto}
heliux-productgallery .productgallery__disclaimer{text-align:center;padding:15px;position:absolute;inset-block-end:0;width:100%;background-color:var(--scope-color-background,#fff)}
.productgallery__popup{--productgallery-btn-padding:22px;--modal-close-background:var(--scope-color-background,#fff);--modal-close-icon-size:17px;--modal-grid-area-start:1;--modal-grid-area-size:12}
.productgallery__popup.modal__base{--modal-content-height:100vh}
.productgallery__popup.modal__base .image{max-block-size:none}
.productgallery__popup .modal__closeBtn{background:var(--modal-close-background);inset-block-start:0;inset-inline-end:0;position:absolute;width:auto;height:auto;padding:0;z-index:15}
.productgallery__popup .modal__closeBtn heliux-icon{--icon-size:var(--modal-close-icon-size);padding:var(--productgallery-btn-padding)}