.kenzu-gallery{position:relative;width:100%;overflow:hidden;background:var(--kg-background);color:var(--kg-text)}.kenzu-gallery *,.kenzu-gallery *:before,.kenzu-gallery *:after{box-sizing:border-box}.kenzu-gallery__container{width:100%;max-width:var(--kg-max-width);margin-inline:auto;padding:var(--kg-padding-top-mobile) var(--kg-padding-inline-mobile) var(--kg-padding-bottom-mobile)}.kenzu-gallery__header{max-width:820px;margin-bottom:48px}.kenzu-gallery__header--center{margin-right:auto;margin-left:auto;text-align:center}.kenzu-gallery__header--center .kenzu-gallery__eyebrow{justify-content:center}.kenzu-gallery__eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;color:var(--kg-accent);font-family:var(--font-heading-family);font-size:10px;font-weight:700;line-height:1.2;letter-spacing:2.4px;text-transform:uppercase}.kenzu-gallery__eyebrow-line{width:34px;height:1px;background:currentColor}.kenzu-gallery__heading{margin:0;color:var(--kg-heading);font-family:var(--font-heading-family);font-size:var(--kg-heading-size-mobile);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.02;letter-spacing:-1px;text-wrap:balance}.kenzu-gallery__heading strong{color:var(--kg-accent);font-weight:inherit}.kenzu-gallery__description{max-width:680px;margin-top:22px;color:var(--kg-text);font-family:var(--font-body-family);font-size:16px;line-height:1.7}.kenzu-gallery__header--center .kenzu-gallery__description{margin-right:auto;margin-left:auto}.kenzu-gallery__viewport{width:100%}.kenzu-gallery__grid{display:grid;gap:var(--kg-gap)}.kenzu-gallery__item{position:relative;min-width:0}.kenzu-gallery__media{position:relative;width:100%;min-height:340px;overflow:hidden;border-radius:var(--kg-radius);background:#111}.kenzu-gallery__image,.kenzu-gallery__video,.kenzu-gallery__poster,.kenzu-gallery__placeholder,.kenzu-gallery__external-video,.kenzu-gallery__external-video iframe{display:block;width:100%;height:100%}.kenzu-gallery__image,.kenzu-gallery__video,.kenzu-gallery__poster{object-fit:cover;object-position:var(--kg-focus-x) var(--kg-focus-y);transition:transform .9s cubic-bezier(.22,1,.36,1)}.kenzu-gallery__item:hover .kenzu-gallery__image,.kenzu-gallery__item:hover .kenzu-gallery__video{transform:scale(1.035)}.kenzu-gallery__placeholder{background:#181818;fill:#383838}.kenzu-gallery__external-video{position:relative}.kenzu-gallery__external-video iframe{border:0}.kenzu-gallery__poster{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;transition:opacity .3s ease,visibility .3s ease}.kenzu-gallery__external-video.is-playing .kenzu-gallery__poster{opacity:0;visibility:hidden}.kenzu-gallery__overlay{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,color-mix(in srgb,var(--kg-overlay) calc(var(--kg-overlay-opacity) * 100%),transparent),transparent 70%);pointer-events:none}.kenzu-gallery__item:not(.kenzu-gallery__item--has-content) .kenzu-gallery__overlay{opacity:0}.kenzu-gallery__content{position:absolute;z-index:4;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;padding:26px;color:#fff;pointer-events:none}.kenzu-gallery__item--align-bottom-center .kenzu-gallery__content{align-items:center;text-align:center}.kenzu-gallery__item--align-center .kenzu-gallery__content{top:0;justify-content:center;align-items:center;text-align:center}.kenzu-gallery__kicker{margin-bottom:12px;color:var(--kg-accent);font-family:var(--font-body-family);font-size:10px;font-weight:700;line-height:1.2;letter-spacing:2px;text-transform:uppercase}.kenzu-gallery__item-title{margin:0;color:#fff;font-family:var(--font-heading-family);font-size:clamp(24px,3vw,42px);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.05;letter-spacing:-.5px}.kenzu-gallery__item-text{max-width:520px;margin-top:14px;color:#ffffffd1;font-family:var(--font-body-family);font-size:14px;line-height:1.6}.kenzu-gallery__item-text>*{margin-top:0}.kenzu-gallery__item-text>*:last-child{margin-bottom:0}.kenzu-gallery__play{position:absolute;z-index:5;top:50%;left:50%;display:inline-flex;align-items:center;justify-content:center;width:66px;height:66px;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:#00000057;color:#fff;cursor:pointer;transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.kenzu-gallery__play span{width:0;height:0;margin-left:4px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid currentColor}.kenzu-gallery__external-video.is-playing .kenzu-gallery__play{opacity:0;pointer-events:none}.kenzu-gallery__item-link{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0}.kenzu-gallery__lightbox-trigger{position:absolute;z-index:6;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.44);border-radius:50%;background:#00000047;color:#fff;cursor:pointer;opacity:0;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,background .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.kenzu-gallery__item:hover .kenzu-gallery__lightbox-trigger{opacity:1;transform:none}.kenzu-gallery__lightbox-trigger:hover{background:var(--kg-accent)}.kenzu-gallery--mobile-slider .kenzu-gallery__viewport{overflow:visible}.kenzu-gallery--mobile-slider .kenzu-gallery__grid{display:flex;gap:var(--kg-gap);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}.kenzu-gallery--mobile-slider .kenzu-gallery__grid::-webkit-scrollbar{display:none}.kenzu-gallery--mobile-slider .kenzu-gallery__item{flex:0 0 86%;scroll-snap-align:start}.kenzu-gallery--mobile-slider .kenzu-gallery__media{min-height:440px}.kenzu-gallery__controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px}.kenzu-gallery__arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--kg-border);border-radius:50%;background:transparent;color:var(--kg-heading);cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.kenzu-gallery__arrow:hover{border-color:var(--kg-accent);background:var(--kg-accent);color:#fff}.kenzu-gallery__arrow:disabled{opacity:.35;cursor:default}.kenzu-gallery__pagination{display:flex;justify-content:center;gap:7px;flex:1}.kenzu-gallery__dot{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:var(--kg-border);transition:width .2s ease,border-radius .2s ease,background .2s ease}.kenzu-gallery__dot.is-active{width:24px;border-radius:999px;background:var(--kg-accent)}.kenzu-gallery__lightbox{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000f0;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.kenzu-gallery__lightbox.is-open{opacity:1;visibility:visible}.kenzu-gallery__lightbox-image{display:block;width:auto;max-width:min(92vw,1800px);height:auto;max-height:90vh;object-fit:contain}.kenzu-gallery__lightbox-close{position:absolute;top:20px;right:20px;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:#00000059;color:#fff;font-size:28px;line-height:1;cursor:pointer}.kenzu-gallery [data-gallery-reveal]{opacity:1;transform:none;transition:opacity var(--kg-animation-duration) cubic-bezier(.22,1,.36,1),transform var(--kg-animation-duration) cubic-bezier(.22,1,.36,1);transition-delay:var(--kg-delay, 0ms)}.kenzu-gallery:not(.is-visible) [data-gallery-animation=fade]{opacity:0}.kenzu-gallery:not(.is-visible) [data-gallery-animation=slide-up]{opacity:0;transform:translateY(var(--kg-animation-distance))}.kenzu-gallery:not(.is-visible) [data-gallery-animation=zoom]{opacity:0;transform:scale(.96)}@media screen and (min-width:750px){.kenzu-gallery__container{padding:var(--kg-padding-top-desktop) var(--kg-padding-inline-desktop) var(--kg-padding-bottom-desktop)}.kenzu-gallery__header{margin-bottom:72px}.kenzu-gallery__heading{font-size:var(--kg-heading-size-desktop)}.kenzu-gallery__description{font-size:17px}.kenzu-gallery__content{padding:34px}}@media screen and (min-width:990px){.kenzu-gallery__controls{display:none}.kenzu-gallery--mobile-slider .kenzu-gallery__grid{overflow:visible}.kenzu-gallery--mobile-slider .kenzu-gallery__item{flex:initial}.kenzu-gallery__grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense}.kenzu-gallery__item--small{grid-column:span 4}.kenzu-gallery__item--medium{grid-column:span 6}.kenzu-gallery__item--large{grid-column:span 8}.kenzu-gallery__item--wide{grid-column:span 12}.kenzu-gallery__item--tall{grid-column:span 4}.kenzu-gallery__item--small .kenzu-gallery__media{min-height:360px}.kenzu-gallery__item--medium .kenzu-gallery__media{min-height:520px}.kenzu-gallery__item--large .kenzu-gallery__media{min-height:600px}.kenzu-gallery__item--wide .kenzu-gallery__media{min-height:560px}.kenzu-gallery__item--tall .kenzu-gallery__media{min-height:720px}.kenzu-gallery--grid .kenzu-gallery__item{grid-column:span 4}.kenzu-gallery--grid .kenzu-gallery__media{min-height:480px}.kenzu-gallery--masonry .kenzu-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.kenzu-gallery--masonry .kenzu-gallery__item{grid-column:auto}.kenzu-gallery--masonry .kenzu-gallery__item--small .kenzu-gallery__media{min-height:360px}.kenzu-gallery--masonry .kenzu-gallery__item--medium .kenzu-gallery__media{min-height:520px}.kenzu-gallery--masonry .kenzu-gallery__item--large .kenzu-gallery__media,.kenzu-gallery--masonry .kenzu-gallery__item--wide .kenzu-gallery__media{min-height:620px}.kenzu-gallery--masonry .kenzu-gallery__item--tall .kenzu-gallery__media{min-height:760px}}.kenzu-gallery button:focus-visible,.kenzu-gallery a:focus-visible{outline:2px solid var(--kg-accent);outline-offset:4px}body.kenzu-gallery-lightbox-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.kenzu-gallery *,.kenzu-gallery *:before,.kenzu-gallery *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.kenzu-gallery [data-gallery-reveal]{opacity:1!important;transform:none!important}}.shopify-design-mode .kenzu-gallery [data-gallery-reveal]{opacity:1;transform:none}
/*# sourceMappingURL=/cdn/shop/t/6/assets/kenzu-gallery.css.map */
