.custom-gallery{padding-top:var(--gallery-pad-top, 25px);padding-bottom:var(--gallery-pad-bottom, 25px)}.custom-gallery-subtitle{margin:0;color:var(--gallery-subtitle-color, #7d959f);padding:var(--gallery-sub-pt, 0) var(--gallery-sub-pr, 0) var(--gallery-sub-pb, 4px) var(--gallery-sub-pl, 0)}.custom-gallery-heading{margin:0;color:var(--gallery-heading-color, #000);padding:var(--gallery-head-pt, 0) var(--gallery-head-pr, 0) var(--gallery-head-pb, 20px) var(--gallery-head-pl, 0)}.custom-gallery__grid{display:grid;gap:var(--gallery-gap)}.custom-gallery__card{position:relative;overflow:hidden;border-radius:var(--gallery-radius)}.custom-gallery[data-ratio="1:1"]{--ratio-w: 1;--ratio-h: 1}.custom-gallery[data-ratio="4:5"]{--ratio-w: 4;--ratio-h: 5}.custom-gallery[data-ratio="8:1"]{--ratio-w: 8;--ratio-h: 1}.custom-gallery[data-ratio="16:9"]{--ratio-w: 16;--ratio-h: 9}.custom-gallery[data-ratio="3:2"]{--ratio-w: 3;--ratio-h: 2}.custom-gallery[data-ratio="1:1"] .custom-gallery__card--ratio{aspect-ratio:1 / 1}.custom-gallery[data-ratio="4:5"] .custom-gallery__card--ratio{aspect-ratio:4 / 5}.custom-gallery[data-ratio="8:1"] .custom-gallery__card--ratio{aspect-ratio:8 / 1}.custom-gallery[data-ratio="16:9"] .custom-gallery__card--ratio{aspect-ratio:16 / 9}.custom-gallery[data-ratio="3:2"] .custom-gallery__card--ratio{aspect-ratio:3 / 2}.custom-gallery[data-layout=row] .custom-gallery__grid{grid-template-columns:repeat(var(--gallery-count, 1),minmax(0,1fr))}.custom-gallery[data-layout=row][data-count="1"] .custom-gallery__grid{--gallery-count: 1}.custom-gallery[data-layout=row][data-count="2"] .custom-gallery__grid{--gallery-count: 2}.custom-gallery[data-layout=row][data-count="3"] .custom-gallery__grid{--gallery-count: 3}.custom-gallery[data-layout=row][data-count="4"] .custom-gallery__grid{--gallery-count: 4}.custom-gallery[data-layout=bento] .custom-gallery__grid{aspect-ratio:calc(100 * var(--ratio-w, 1)) / calc(var(--bento-split-num, 50) * var(--ratio-h, 1))}.custom-gallery[data-layout=bento] .custom-gallery__card{aspect-ratio:auto}.custom-gallery[data-layout=bento][data-count="3"][data-anchor=left] .custom-gallery__grid{grid-template-columns:minmax(0,var(--bento-split, 50%)) minmax(0,1fr);grid-template-rows:1fr 1fr;grid-template-areas:"anchor b1" "anchor b2"}.custom-gallery[data-layout=bento][data-count="3"][data-anchor=right] .custom-gallery__grid{grid-template-columns:minmax(0,1fr) minmax(0,var(--bento-split, 50%));grid-template-rows:1fr 1fr;grid-template-areas:"b1 anchor" "b2 anchor"}.custom-gallery[data-layout=bento][data-count="3"] .custom-gallery__card:nth-child(1){grid-area:anchor}.custom-gallery[data-layout=bento][data-count="3"] .custom-gallery__card:nth-child(2){grid-area:b1}.custom-gallery[data-layout=bento][data-count="3"] .custom-gallery__card:nth-child(3){grid-area:b2}.custom-gallery[data-layout=bento][data-count="4"][data-anchor=left] .custom-gallery__grid{grid-template-columns:minmax(0,var(--bento-split, 50%)) minmax(0,1fr) minmax(0,1fr);grid-template-rows:1fr 1fr;grid-template-areas:"anchor b1 b1" "anchor b2 b3"}.custom-gallery[data-layout=bento][data-count="4"][data-anchor=right] .custom-gallery__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,var(--bento-split, 50%));grid-template-rows:1fr 1fr;grid-template-areas:"b1 b1 anchor" "b2 b3 anchor"}.custom-gallery[data-layout=bento][data-count="4"] .custom-gallery__card:nth-child(1){grid-area:anchor}.custom-gallery[data-layout=bento][data-count="4"] .custom-gallery__card:nth-child(2){grid-area:b1}.custom-gallery[data-layout=bento][data-count="4"] .custom-gallery__card:nth-child(3){grid-area:b2}.custom-gallery[data-layout=bento][data-count="4"] .custom-gallery__card:nth-child(4){grid-area:b3}.custom-gallery__media,.custom-gallery__media picture,.custom-gallery__img{width:100%;height:100%}.custom-gallery__media picture{display:block}.custom-gallery__img{display:block;object-fit:cover}.custom-gallery__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none}.custom-gallery__caption{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.custom-gallery__anchor{position:absolute;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;max-width:calc(100% - var(--gallery-cap-x, 25px) * 2);--tx: 0%;--ty: 0%;transform:translate(var(--tx),var(--ty));pointer-events:none}.custom-gallery__anchor>*{pointer-events:auto}.custom-gallery__anchor[data-x=left]{left:var(--gallery-cap-x, 25px)}.custom-gallery__anchor[data-x=center]{left:50%;--tx: -50%}.custom-gallery__anchor[data-x=right]{right:var(--gallery-cap-x, 25px)}.custom-gallery__anchor[data-y=top]{top:var(--gallery-cap-y, 25px)}.custom-gallery__anchor[data-y=center]{top:50%;--ty: -50%}.custom-gallery__anchor[data-y=bottom]{bottom:var(--gallery-cap-y, 25px)}.custom-gallery__anchor[data-align=left]{align-items:flex-start;text-align:left}.custom-gallery__anchor[data-align=center]{align-items:center;text-align:center}.custom-gallery__anchor[data-align=right]{align-items:flex-end;text-align:right}.custom-gallery__row-anchor{position:absolute;left:var(--gallery-cap-x, 25px);right:var(--gallery-cap-x, 25px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:1rem}.custom-gallery__row-anchor[data-y=top]{top:var(--gallery-cap-y, 25px)}.custom-gallery__row-anchor[data-y=center]{top:50%;transform:translateY(-50%)}.custom-gallery__row-anchor[data-y=bottom]{bottom:var(--gallery-cap-y, 25px)}.custom-gallery__row-item[data-col=left]{grid-column:1;justify-self:start}.custom-gallery__row-item[data-col=center]{grid-column:2;justify-self:center}.custom-gallery__row-item[data-col=right]{grid-column:3;justify-self:end}.custom-gallery__row-item[data-align=left] .custom-gallery__text-group{text-align:left;align-items:flex-start}.custom-gallery__row-item[data-align=center] .custom-gallery__text-group{text-align:center;align-items:center}.custom-gallery__row-item[data-align=right] .custom-gallery__text-group{text-align:right;align-items:flex-end}.custom-gallery__text-group{display:flex;flex-direction:column}.custom-gallery__heading{margin:.35rem 0 0;color:var(--gallery-item-heading-color, #fff);line-height:1.3}.custom-gallery__subheading{margin:0;color:var(--gallery-item-subheading-color, #fff);opacity:.85}.custom-gallery__text{margin:.5rem 0 0;color:var(--gallery-item-text-color, #fff)}.custom-gallery__text-group>:first-child{margin-top:0}.custom-gallery__button{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.custom-gallery__button .\#icon{--size: 1em;width:1em;height:1em}.custom-gallery__stretched-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}@media(max-width:749px){.custom-gallery{padding-top:var(--gallery-pad-top-m, 25px);padding-bottom:var(--gallery-pad-bottom-m, 25px);--gallery-cap-x: var(--gallery-cap-x-m, 16px);--gallery-cap-y: var(--gallery-cap-y-m, 16px)}.custom-gallery-subtitle{padding:var(--gallery-sub-pt-m, 0) var(--gallery-sub-pr-m, 0) var(--gallery-sub-pb-m, 4px) var(--gallery-sub-pl-m, 0)}.custom-gallery-heading{padding:var(--gallery-head-pt-m, 0) var(--gallery-head-pr-m, 0) var(--gallery-head-pb-m, 20px) var(--gallery-head-pl-m, 0)}.custom-gallery__grid{grid-template-columns:1fr!important;grid-template-rows:none!important;grid-template-areas:none!important;aspect-ratio:auto!important;gap:1rem}.custom-gallery__card{grid-column:auto!important;grid-row:auto!important;grid-area:auto!important;aspect-ratio:4 / 5}.custom-gallery[data-ratio-mobile="1:1"] .custom-gallery__card{aspect-ratio:1 / 1}.custom-gallery[data-ratio-mobile="4:5"] .custom-gallery__card{aspect-ratio:4 / 5}.custom-gallery[data-ratio-mobile="3:2"] .custom-gallery__card{aspect-ratio:3 / 2}.custom-gallery[data-ratio-mobile="8:1"] .custom-gallery__card{aspect-ratio:8 / 1}.custom-gallery[data-ratio-mobile="16:9"] .custom-gallery__card{aspect-ratio:16 / 9}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/custom-gallery.css.map */
