.gallery-grid{position:relative;background-color:var(--gg-bg, #0e0e0e);color:var(--gg-text, #ffffff)}.gallery-grid__inner{padding-top:clamp(var(--gg-pad-top-m, 56px),7vw,var(--gg-pad-top, 96px));padding-bottom:clamp(var(--gg-pad-bottom-m, 56px),7vw,var(--gg-pad-bottom, 96px))}.gallery-grid__header{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(12px,1.6vw,18px);max-width:760px;margin-bottom:clamp(28px,4vw,var(--gg-header-gap, 56px))}.gallery-grid--center .gallery-grid__header{align-items:center;text-align:center;margin-left:auto;margin-right:auto}.gallery-grid__pill{--pill-bg: var(--gg-pill-bg, transparent);--pill-border: var(--gg-pill-border, #727272);--pill-color: var(--gg-pill-color, #ffffff);--pill-dot: var(--gg-accent, #6500d0)}.gallery-grid__heading{margin:0;font-family:Archivo,sans-serif;font-weight:400;font-size:clamp(30px,3.6vw,var(--gg-heading-size, 48px));line-height:1.12;letter-spacing:-.5px;color:var(--gg-heading-color, var(--gg-text, #ffffff))}.gallery-grid__subheading{font-family:Inter,sans-serif;font-size:clamp(15px,1.2vw,var(--gg-body-size, 18px));line-height:1.6;color:var(--gg-muted, #8d9cb0)}.gallery-grid__subheading>:first-child{margin-top:0}.gallery-grid__subheading>:last-child{margin-bottom:0}.gallery-grid__grid{display:grid;grid-template-columns:repeat(var(--gg-cols-mobile, 2),minmax(0,1fr));gap:var(--gg-gap-m, 12px)}@media screen and (min-width:750px){.gallery-grid__grid{grid-template-columns:repeat(var(--gg-cols-tablet, 2),minmax(0,1fr));gap:var(--gg-gap, 24px)}}@media screen and (min-width:1025px){.gallery-grid__grid{grid-template-columns:repeat(var(--gg-cols, 3),minmax(0,1fr))}}.gallery-grid__grid--masonry{display:block;column-count:var(--gg-cols-mobile, 2);column-gap:var(--gg-gap-m, 12px)}.gallery-grid__grid--masonry .gallery-grid__item{width:100%;margin-bottom:var(--gg-gap-m, 12px);break-inside:avoid;-webkit-column-break-inside:avoid}@media screen and (min-width:750px){.gallery-grid__grid--masonry{column-count:var(--gg-cols-tablet, 2);column-gap:var(--gg-gap, 24px)}.gallery-grid__grid--masonry .gallery-grid__item{margin-bottom:var(--gg-gap, 24px)}}@media screen and (min-width:1025px){.gallery-grid__grid--masonry{column-count:var(--gg-cols, 3)}}.gallery-grid__item{position:relative;display:block;width:100%;margin:0;padding:0;border:0;border-radius:var(--gg-radius, 12px);background-color:var(--gg-tile-bg, rgba(255, 255, 255, .04));color:inherit;font:inherit;text-align:left;text-decoration:none;overflow:hidden;isolation:isolate;-webkit-tap-highlight-color:transparent}button.gallery-grid__item{cursor:zoom-in}a.gallery-grid__item{cursor:pointer}.gallery-grid__media{position:relative;display:block;width:100%;aspect-ratio:var(--gg-ratio, 4 / 3);overflow:hidden}.gallery-grid__media--natural{aspect-ratio:auto}.gallery-grid__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.gallery-grid__media--natural .gallery-grid__image{height:auto}.gallery-grid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;gap:4px;padding:clamp(12px,1.6vw,20px);background:linear-gradient(180deg,rgba(0,0,0,0) 40%,var(--gg-overlay, rgba(0, 0, 0, .75)) 100%);opacity:var(--gg-overlay-rest, 0);transition:opacity .35s ease;pointer-events:none}.gallery-grid__caption-title{font-family:Archivo,sans-serif;font-weight:500;font-size:clamp(15px,1.3vw,18px);line-height:1.3;color:var(--gg-caption-color, #ffffff)}.gallery-grid__caption-text{font-family:Inter,sans-serif;font-size:clamp(12px,1vw,14px);line-height:1.5;color:var(--gg-caption-muted, rgba(255, 255, 255, .72))}.gallery-grid__zoom{position:absolute;top:clamp(8px,1vw,14px);right:clamp(8px,1vw,14px);display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--gg-zoom-bg, rgba(255, 255, 255, .16));color:var(--gg-zoom-color, #ffffff);opacity:0;transform:scale(.85);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.gallery-grid__zoom svg{width:18px;height:18px}@media(hover:hover){.gallery-grid__item:hover .gallery-grid__image{transform:scale(1.06)}.gallery-grid__item:hover .gallery-grid__overlay{opacity:1}.gallery-grid__item:hover .gallery-grid__zoom{opacity:1;transform:none}}.gallery-grid__item:focus-visible{outline:2px solid var(--gg-accent, #6500d0);outline-offset:3px}.gallery-grid__item:focus-visible .gallery-grid__overlay{opacity:1}.gallery-grid__item:focus-visible .gallery-grid__zoom{opacity:1;transform:none}.gallery-grid__footer{display:flex;justify-content:flex-start;margin-top:clamp(28px,3.5vw,48px)}.gallery-grid--center .gallery-grid__footer{justify-content:center}.gallery-grid__cta{--btn-border: var(--gg-cta-border, #ffffff);--btn-bg: var(--gg-cta-bg, transparent);--btn-color: var(--gg-cta-color, #ffffff);--btn-hover-bg: var(--gg-cta-hover-bg, #ffffff);--btn-hover-color: var(--gg-cta-hover-color, #0e0e0e)}html.gallery-lightbox-open,html.gallery-lightbox-open body{overflow:hidden}.gallery-grid__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,56px);background-color:var(--gg-lb-bg, rgba(8, 8, 8, .95));opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.gallery-grid__lightbox[data-open=true]{opacity:1;visibility:visible}.gallery-grid__lb-figure{position:relative;display:flex;flex-direction:column;align-items:center;gap:clamp(12px,1.5vw,18px);max-width:100%;max-height:100%;margin:0}.gallery-grid__lb-image{display:block;width:auto;height:auto;max-width:min(100%,var(--gg-lb-max, 1400px));max-height:76vh;object-fit:contain;border-radius:var(--gg-lb-radius, 8px);opacity:0;transition:opacity .25s ease}.gallery-grid__lightbox.is-loaded .gallery-grid__lb-image{opacity:1}.gallery-grid__lb-caption{max-width:720px;text-align:center}.gallery-grid__lb-title{display:block;font-family:Archivo,sans-serif;font-weight:500;font-size:clamp(16px,1.4vw,20px);line-height:1.3;color:#fff}.gallery-grid__lb-text{display:block;margin-top:4px;font-family:Inter,sans-serif;font-size:clamp(13px,1vw,15px);line-height:1.55;color:#ffffffb3}.gallery-grid__lb-counter{position:absolute;top:clamp(14px,2vw,28px);left:clamp(14px,2vw,32px);margin:0;font-family:Inter,sans-serif;font-size:13px;letter-spacing:1px;color:#ffffffa6}.gallery-grid__lb-btn{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:50%;background-color:#ffffff14;color:#fff;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .25s ease}.gallery-grid__lb-btn svg{width:20px;height:20px}.gallery-grid__lb-btn:focus-visible{outline:2px solid #ffffff;outline-offset:3px}@media(hover:hover){.gallery-grid__lb-btn:hover{background-color:#fff3;border-color:#ffffff80}}.gallery-grid__lb-btn[disabled]{opacity:.3;cursor:default}.gallery-grid__lb-close{top:clamp(12px,2vw,24px);right:clamp(12px,2vw,24px)}.gallery-grid__lb-prev,.gallery-grid__lb-next{top:50%;transform:translateY(-50%)}@media(hover:hover){.gallery-grid__lb-prev:hover,.gallery-grid__lb-next:hover{transform:translateY(-50%) scale(1.05)}}.gallery-grid__lb-prev{left:clamp(8px,2vw,32px)}.gallery-grid__lb-next{right:clamp(8px,2vw,32px)}@media screen and (max-width:749px){.gallery-grid__lb-image{max-height:62vh}.gallery-grid__lb-figure{padding-bottom:64px}.gallery-grid__lb-btn{width:44px;height:44px}.gallery-grid__lb-prev,.gallery-grid__lb-next{top:auto;bottom:clamp(14px,4vw,28px);transform:none}.gallery-grid__lb-prev:hover,.gallery-grid__lb-next:hover{transform:none}.gallery-grid__lb-prev{left:calc(50% - 56px)}.gallery-grid__lb-next{right:calc(50% - 56px)}}@media(prefers-reduced-motion:reduce){.gallery-grid__image,.gallery-grid__overlay,.gallery-grid__zoom,.gallery-grid__lightbox,.gallery-grid__lb-image,.gallery-grid__lb-btn{transition:none}.gallery-grid__item:hover .gallery-grid__image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/gallery-grid.css.map */
