.photo-gallery{padding-top:var(--padding-top, 96px);padding-bottom:var(--padding-bottom, 96px)}.photo-gallery__header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:3rem;max-width:44rem}.photo-gallery__eyebrow{margin:0;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;opacity:.75}.photo-gallery__heading{margin:0;font-size:clamp(2rem,3.5vw,3rem);line-height:1.05;letter-spacing:-.02em}.photo-gallery--grid .photo-gallery__list{list-style:none;padding:0;margin:0;display:grid;gap:var(--gap, 12px)}.photo-gallery--grid.photo-gallery--mob-1 .photo-gallery__list{grid-template-columns:1fr}.photo-gallery--grid.photo-gallery--mob-2 .photo-gallery__list{grid-template-columns:1fr 1fr}@media(min-width:750px){.photo-gallery--grid .photo-gallery__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.photo-gallery--grid.photo-gallery--cols-2 .photo-gallery__list{grid-template-columns:repeat(2,1fr)}.photo-gallery--grid.photo-gallery--cols-3 .photo-gallery__list{grid-template-columns:repeat(3,1fr)}.photo-gallery--grid.photo-gallery--cols-4 .photo-gallery__list{grid-template-columns:repeat(4,1fr)}}.photo-gallery--grid .photo-gallery__item--span-2{grid-column:span 2}.photo-gallery--grid .photo-gallery__media{display:block;width:100%;overflow:hidden;background:#0000000a}.photo-gallery--grid.photo-gallery--ratio-portrait .photo-gallery__media{aspect-ratio:3 / 4}.photo-gallery--grid.photo-gallery--ratio-square .photo-gallery__media{aspect-ratio:1 / 1}.photo-gallery--grid.photo-gallery--ratio-landscape .photo-gallery__media{aspect-ratio:4 / 3}.photo-gallery--grid.photo-gallery--ratio-wide .photo-gallery__media{aspect-ratio:16 / 9}.photo-gallery--grid .photo-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.6,.3,1)}a.photo-gallery__media:hover .photo-gallery__image{transform:scale(1.03)}.photo-gallery--mosaic .photo-gallery__list{list-style:none;padding:0;margin:0;column-gap:var(--gap, 12px);column-count:1}.photo-gallery--mosaic.photo-gallery--mob-2 .photo-gallery__list{column-count:2}@media(min-width:750px){.photo-gallery--mosaic .photo-gallery__list{column-count:2}}@media(min-width:990px){.photo-gallery--mosaic.photo-gallery--cols-2 .photo-gallery__list{column-count:2}.photo-gallery--mosaic.photo-gallery--cols-3 .photo-gallery__list{column-count:3}.photo-gallery--mosaic.photo-gallery--cols-4 .photo-gallery__list{column-count:4}}.photo-gallery--mosaic .photo-gallery__item{break-inside:avoid;margin-bottom:var(--gap, 12px);display:block}.photo-gallery--mosaic .photo-gallery__media{display:block;width:100%;overflow:hidden;background:#0000000a}.photo-gallery--mosaic .photo-gallery__image{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.2,.6,.3,1)}.photo-gallery--mosaic a.photo-gallery__media:hover .photo-gallery__image{transform:scale(1.03)}.photo-gallery--justified .photo-gallery__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:var(--gap, 12px)}.photo-gallery--justified .photo-gallery__item{flex-grow:1;flex-shrink:1;min-width:140px}.photo-gallery--justified .photo-gallery__media{display:block;width:100%;height:100%;overflow:hidden;background:#0000000a}.photo-gallery--justified .photo-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.6,.3,1)}.photo-gallery--justified a.photo-gallery__media:hover .photo-gallery__image{transform:scale(1.03)}@media(max-width:749px){.photo-gallery--justified .photo-gallery__list{display:grid;grid-template-columns:1fr 1fr}.photo-gallery--justified.photo-gallery--mob-1 .photo-gallery__list{grid-template-columns:1fr}.photo-gallery--justified .photo-gallery__item{flex-basis:auto!important;min-width:0}.photo-gallery--justified .photo-gallery__media{aspect-ratio:1 / 1;height:auto}}.photo-gallery--showcase .photo-gallery__showcase{display:flex;flex-direction:column;gap:var(--gap, 12px)}.photo-gallery--showcase .photo-gallery__showcase-hero .photo-gallery__media{display:block;width:100%;overflow:hidden;background:#0000000a}.photo-gallery--showcase.photo-gallery--ratio-portrait .photo-gallery__showcase-hero .photo-gallery__media{aspect-ratio:3 / 4}.photo-gallery--showcase.photo-gallery--ratio-square .photo-gallery__showcase-hero .photo-gallery__media{aspect-ratio:1 / 1}.photo-gallery--showcase.photo-gallery--ratio-landscape .photo-gallery__showcase-hero .photo-gallery__media{aspect-ratio:16 / 9}.photo-gallery--showcase.photo-gallery--ratio-wide .photo-gallery__showcase-hero .photo-gallery__media{aspect-ratio:21 / 9}.photo-gallery--showcase .photo-gallery__list{list-style:none;padding:0;margin:0;display:grid;gap:var(--gap, 12px)}.photo-gallery--showcase.photo-gallery--mob-1 .photo-gallery__list{grid-template-columns:1fr}.photo-gallery--showcase.photo-gallery--mob-2 .photo-gallery__list{grid-template-columns:1fr 1fr}@media(min-width:750px){.photo-gallery--showcase .photo-gallery__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.photo-gallery--showcase.photo-gallery--cols-2 .photo-gallery__list{grid-template-columns:repeat(2,1fr)}.photo-gallery--showcase.photo-gallery--cols-3 .photo-gallery__list{grid-template-columns:repeat(3,1fr)}.photo-gallery--showcase.photo-gallery--cols-4 .photo-gallery__list{grid-template-columns:repeat(4,1fr)}}.photo-gallery--showcase .photo-gallery__item .photo-gallery__media{display:block;width:100%;overflow:hidden;aspect-ratio:1 / 1;background:#0000000a}.photo-gallery--showcase .photo-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.6,.3,1)}.photo-gallery--showcase a.photo-gallery__media:hover .photo-gallery__image{transform:scale(1.03)}.photo-gallery--slider .photo-gallery__slider{position:relative}.photo-gallery--slider .photo-gallery__track{list-style:none;margin:0;padding:0;display:flex;gap:var(--gap, 12px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.photo-gallery--slider .photo-gallery__track::-webkit-scrollbar{display:none}.photo-gallery--slider .photo-gallery__slide{flex:0 0 calc((100% - (var(--slider-per-view-mobile) - 1) * var(--gap, 12px)) / var(--slider-per-view-mobile));scroll-snap-align:start;scroll-snap-stop:always}@media(min-width:990px){.photo-gallery--slider .photo-gallery__slide{flex-basis:calc((100% - (var(--slider-per-view) - 1) * var(--gap, 12px)) / var(--slider-per-view))}}.photo-gallery--slider .photo-gallery__media{display:block;width:100%;overflow:hidden;background:#0000000a}.photo-gallery--slider.photo-gallery--sratio-portrait .photo-gallery__media{aspect-ratio:3 / 4}.photo-gallery--slider.photo-gallery--sratio-square .photo-gallery__media{aspect-ratio:1 / 1}.photo-gallery--slider.photo-gallery--sratio-landscape .photo-gallery__media{aspect-ratio:4 / 3}.photo-gallery--slider.photo-gallery--sratio-wide .photo-gallery__media{aspect-ratio:16 / 9}.photo-gallery--slider.photo-gallery--sratio-cinematic .photo-gallery__media{aspect-ratio:21 / 9}.photo-gallery--slider .photo-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.6,.3,1)}.photo-gallery--slider a.photo-gallery__media:hover .photo-gallery__image{transform:scale(1.03)}.photo-gallery--slider.photo-gallery--sratio-natural .photo-gallery__image{height:auto}.photo-gallery__controls{margin-top:1.75rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem}@media(max-width:749px){.photo-gallery__controls{grid-template-columns:auto 1fr;grid-template-areas:"counter arrows" "segments segments";row-gap:.875rem}.photo-gallery__counter{grid-area:counter}.photo-gallery__arrows{grid-area:arrows;justify-self:end}.photo-gallery__segments{grid-area:segments}}.photo-gallery__counter{display:inline-flex;align-items:baseline;gap:.45em;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.photo-gallery__counter-current{color:rgb(var(--color-foreground))}.photo-gallery__counter-sep,.photo-gallery__counter-total{opacity:.4}.photo-gallery__segments{display:flex;align-items:center;gap:8px;justify-self:stretch;min-width:0}.photo-gallery__segment{flex:1 1 0;min-width:12px;height:1px;padding:8px 0;background:transparent;border:0;cursor:pointer;position:relative;-webkit-appearance:none;appearance:none}.photo-gallery__segment:before{content:"";position:absolute;inset:50% 0 auto 0;height:1px;background:currentColor;opacity:.2;transform:translateY(-50%);transition:opacity .25s ease,height .25s ease}.photo-gallery__segment:hover:before{opacity:.45}.photo-gallery__segment.is-active:before{opacity:1;height:2px}.photo-gallery__segment:focus-visible{outline:1px solid currentColor;outline-offset:4px}.photo-gallery__arrows{display:inline-flex;align-items:center;gap:1rem}.photo-gallery__arrow{background:transparent;border:0;padding:0;cursor:pointer;font-size:1.25rem;line-height:1;letter-spacing:0;color:inherit;opacity:.85;transition:opacity .2s ease,transform .2s ease}.photo-gallery__arrow:hover{opacity:1}.photo-gallery__arrow[data-arrow-prev]:hover{transform:translate(-2px)}.photo-gallery__arrow[data-arrow-next]:hover{transform:translate(2px)}.photo-gallery__arrow:focus-visible{outline:1px solid currentColor;outline-offset:4px}.photo-gallery__item{margin:0}.photo-gallery__media{text-decoration:none;color:inherit}.photo-gallery__image--placeholder{aspect-ratio:4 / 3;background:linear-gradient(135deg,#0000000a,#0000001f)}.photo-gallery__caption{margin-top:.5rem;font-size:.8125rem;letter-spacing:.06em;opacity:.7;line-height:1.4}.photo-gallery__empty{padding:2rem;border:1px dashed rgba(0,0,0,.15);text-align:center;font-size:.875rem;opacity:.6}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-photo-gallery.css.map */
