.gallery-section{padding-top:var(--section-padding-top, 40px);padding-bottom:var(--section-padding-bottom, 40px)}.gallery-section--contained .gallery-image-grid__wrapper,.gallery-section--contained .gallery-featured-image__wrapper{max-width:var(--grid-max-width, var(--featured-max-width, 1200px));margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.gallery-section__empty{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.4);font-size:1.1rem}.gallery-image-grid__grid{display:grid;grid-template-columns:repeat(var(--grid-columns, 3),1fr);gap:var(--grid-gap, 16px)}@media(max-width:749px){.gallery-image-grid__grid{grid-template-columns:1fr;gap:calc(var(--grid-gap, 16px) * .75)}}.gallery-featured-image__wrapper{width:100%}.gallery-featured-image--height-fixed .gallery-block__image-wrapper{aspect-ratio:auto!important;height:var(--featured-fixed-height, 600px)}.gallery-block{position:relative;overflow:hidden}.gallery-block__link{display:block;text-decoration:none;position:relative;color:inherit}.gallery-block__image-wrapper{position:relative;overflow:hidden;background:rgba(var(--color-foreground),.04)}.gallery-block--aspect-3-4 .gallery-block__image-wrapper{aspect-ratio:3 / 4}.gallery-block--aspect-4-3 .gallery-block__image-wrapper{aspect-ratio:4 / 3}.gallery-block--aspect-1-1 .gallery-block__image-wrapper{aspect-ratio:1 / 1}.gallery-block--aspect-16-9 .gallery-block__image-wrapper{aspect-ratio:16 / 9}.gallery-block--aspect-original .gallery-block__image-wrapper{aspect-ratio:auto}.gallery-block__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(.25,.46,.45,.94),filter .35s ease}.gallery-block--aspect-original .gallery-block__image{height:auto}.gallery-block__link:hover .gallery-block__image,.gallery-block--lifestyle:hover .gallery-block__image{transform:scale(1.04);filter:brightness(.95)}.gallery-block__image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground),.06);display:flex;align-items:center;justify-content:center}.gallery-block--aspect-original .gallery-block__image-placeholder{position:relative;aspect-ratio:3 / 4}.gallery-block__placeholder-text{color:rgba(var(--color-foreground),.45);font-size:.9rem;letter-spacing:.08em;text-transform:uppercase}.gallery-block__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.58) 0%,rgba(0,0,0,.15) 40%,transparent 65%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:1.6rem;pointer-events:none}.gallery-block__link:hover .gallery-block__overlay{opacity:1}.gallery-block--lifestyle .gallery-block__overlay{background:none}.gallery-block__badge{display:flex;flex-direction:column;align-items:start;gap:.4rem}.gallery-block__badge-text{display:inline-block;background:rgba(var(--color-background),.92);color:rgb(var(--color-foreground));font-size:1.26rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.78rem 1.56rem;border-radius:10rem;line-height:1}.gallery-block--sold .gallery-block__badge-text{background:rgba(var(--color-foreground),.88);color:rgb(var(--color-background))}.gallery-block--print .gallery-block__badge-text{background:rgba(var(--color-button),.9);color:rgb(var(--color-button-text))}.gallery-block__badge-sub{display:inline-block;background:rgba(var(--color-background),.72);color:rgb(var(--color-foreground));font-size:1.08rem;font-weight:500;letter-spacing:.04em;padding:.54rem 1.2rem;border-radius:10rem;line-height:1}@media(max-width:749px){.gallery-block__badge-text{font-size:1.1rem;padding:.6rem 1.2rem}.gallery-block__badge-sub{font-size:.95rem;padding:.4rem .9rem}.gallery-block__overlay{padding:1rem}}.gallery-split-pair__wrapper{width:100%}.gallery-section--contained .gallery-split-pair__wrapper{max-width:var(--split-max-width, 1200px);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.gallery-split-pair__grid{display:grid;grid-template-columns:var(--split-col-a, 1fr) var(--split-col-b, 1fr);gap:var(--split-gap, 16px);align-items:stretch;height:var(--split-height, 600px);overflow:hidden}.gallery-split-pair__item{min-width:0;height:100%}.gallery-split-pair .gallery-block,.gallery-split-pair .gallery-block__link{height:100%}.gallery-split-pair .gallery-block__image-wrapper{height:100%!important;aspect-ratio:unset!important}.gallery-split-pair .gallery-block__image{height:100%!important}@media(max-width:749px){.gallery-split-pair__grid{grid-template-columns:1fr;height:auto;gap:calc(var(--split-gap, 16px) * .75)}.gallery-split-pair__item,.gallery-split-pair .gallery-block,.gallery-split-pair .gallery-block__link{height:auto}.gallery-split-pair .gallery-block__image-wrapper{height:auto!important;aspect-ratio:4 / 3!important}}.gallery-feature-stack__wrapper{width:100%}.gallery-section--contained .gallery-feature-stack__wrapper{max-width:var(--fstack-max-width, 1200px);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.gallery-feature-stack__grid{display:grid;grid-template-columns:var(--fstack-cols, 60fr 40fr);gap:var(--fstack-gap, 16px);align-items:stretch;height:var(--fstack-height, 600px);overflow:hidden}.gallery-feature-stack__feature{order:var(--fstack-feature-order, 0);min-width:0;height:100%}.gallery-feature-stack__stack{order:var(--fstack-stack-order, 1);display:flex;flex-direction:column;gap:var(--fstack-gap, 16px);height:100%;min-width:0}.gallery-feature-stack__stack-item{flex:1 1 0%;min-height:0;min-width:0;overflow:hidden}.gallery-feature-stack .gallery-block,.gallery-feature-stack .gallery-block__link{height:100%}.gallery-feature-stack .gallery-block__image-wrapper{height:100%!important;aspect-ratio:unset!important}.gallery-feature-stack .gallery-block__image{height:100%!important}@media(max-width:749px){.gallery-feature-stack__grid{grid-template-columns:1fr;height:auto;gap:calc(var(--fstack-gap, 16px) * .75)}.gallery-feature-stack__feature,.gallery-feature-stack__stack{order:unset;height:auto}.gallery-feature-stack .gallery-block,.gallery-feature-stack .gallery-block__link{height:auto}.gallery-feature-stack .gallery-block__image-wrapper{height:auto!important;aspect-ratio:4 / 3!important}.gallery-feature-stack__stack{gap:calc(var(--fstack-gap, 16px) * .75)}.gallery-feature-stack__stack-item{flex:none}}.gallery-split-pair .gallery-block--aspect-original .gallery-block__image-placeholder,.gallery-feature-stack .gallery-block--aspect-original .gallery-block__image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;aspect-ratio:unset}.gallery-feature-stack .gallery-block__image,.gallery-split-pair .gallery-block__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%!important;object-fit:cover}.gallery-block__lightbox-trigger:focus-visible .gallery-block__image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;outline:.2rem solid rgb(var(--color-foreground));outline-offset:-.2rem;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-gallery-blocks.css.map */
