.ez-gallery__shell--full{width:100%;max-width:none;padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width:750px){.ez-gallery__shell--full{padding-left:3rem;padding-right:3rem}}.ez-gallery__page-header{text-align:center;margin-bottom:var(--ez-page-title-margin-bottom-mobile, 3rem)}.ez-gallery__page-title{margin:0;width:100%;max-width:none;font-family:var(--ez-font-display);font-size:clamp(2.8rem,4vw,4.2rem);font-weight:700;line-height:1.08;letter-spacing:var(--ez-track-display, .06em);text-transform:var(--ez-heading-case, uppercase);color:rgb(var(--color-foreground));text-align:center}@media screen and (min-width:750px){.ez-gallery__page-header{margin-bottom:var(--ez-page-title-margin-bottom, 3.6rem)}}.ez-gallery__page-description{max-width:72rem;margin:-1.6rem auto 2.4rem;text-align:center;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.82)}.ez-gallery__page-description p:first-child{margin-top:0}.ez-gallery__page-description p:last-child{margin-bottom:0}@media screen and (min-width:750px){.ez-gallery__page-description{margin-top:-2rem;margin-bottom:2.8rem;font-size:1.6rem}}.ez-gallery__header{margin-bottom:2.5rem;text-align:center}.ez-gallery__filters{margin:0 0 2.4rem}.ez-gallery__filters-label{margin:0 0 1rem;text-align:center}.ez-gallery__filters-label--mobile,.ez-gallery__filter-dropdown{display:none}.ez-gallery__filter-bar{border-top:.1rem solid rgba(var(--color-foreground),.12);border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.ez-gallery__filter-toggle{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;padding:1rem 0;border:none;background:transparent;cursor:pointer;font-family:var(--ez-font-display);font-size:1.1rem;font-weight:600;letter-spacing:var(--ez-track-eyebrow, .22em);text-transform:uppercase;color:rgb(var(--color-foreground));text-align:left}.ez-gallery__filter-toggle-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ez-gallery__filter-toggle-icon{flex-shrink:0;width:.8rem;height:.8rem;border-right:.2rem solid currentColor;border-bottom:.2rem solid currentColor;transform:rotate(-135deg);margin-top:.2rem;transition:transform .2s ease}.ez-gallery__filter-toggle[aria-expanded=false] .ez-gallery__filter-toggle-icon{transform:rotate(45deg);margin-top:-.2rem}.ez-gallery__filter-panel{padding:0 0 1.2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.ez-gallery__filter-panel.is-collapsed{display:none}.ez-gallery__filter-panel-list{margin:0;padding:0}.ez-gallery__filter-panel-link{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1rem 0;font-family:var(--ez-font-body);font-size:1.4rem;font-weight:400;line-height:1.4;letter-spacing:normal;text-transform:none;text-decoration:none;color:rgb(var(--color-foreground));border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.ez-gallery__filter-panel-item:last-child .ez-gallery__filter-panel-link{border-bottom:none;padding-bottom:0}.ez-gallery__filter-panel-link:hover{color:var(--ez-color-primary-hex, #7a9a01)}.ez-gallery__filter-panel-link.is-active{font-weight:600;color:var(--ez-color-primary-hex, #7a9a01)}.ez-gallery__filter-list{display:flex;flex-wrap:wrap;gap:.8rem;margin:0;padding:0;justify-content:center}.ez-gallery__filter-list--chips{display:none}@media screen and (max-width:989px){.ez-gallery__filters-label--desktop{display:none}.ez-gallery__filters-label--mobile{display:block}.ez-gallery__filter-dropdown{display:block;width:100%;max-width:400px;margin-left:auto;margin-right:auto}}@media screen and (min-width:990px){.ez-gallery__filters-label--mobile,.ez-gallery__filter-dropdown{display:none}.ez-gallery__filter-list--chips{display:flex}}.ez-gallery__filter-item{flex:0 0 auto;max-width:100%}.ez-gallery__filter-link{display:inline-block;padding:.7rem 1.4rem;font-family:var(--ez-font-display);font-size:1.2rem;font-weight:600;letter-spacing:var(--ez-track-btn, .1em);text-transform:uppercase;text-decoration:none;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.04);border:.1rem solid rgba(var(--color-foreground),.12);white-space:nowrap;transition:background var(--ez-hover-ms, .32s) ease,border-color var(--ez-hover-ms, .32s) ease,color var(--ez-hover-ms, .32s) ease}.ez-gallery__filter-count{margin-left:.35rem;font-weight:400;letter-spacing:0;text-transform:none;color:rgba(var(--color-foreground),.45)}.ez-gallery__filter-link.is-active .ez-gallery__filter-count,.ez-gallery__filter-link:hover .ez-gallery__filter-count{color:rgba(var(--color-foreground),.45)}.ez-gallery__filter-link:hover{border-color:rgba(var(--ez-color-primary),.45);color:var(--ez-color-primary-hex, #7a9a01)}.ez-gallery__filter-link.is-active,.ez-gallery__filter-link:focus-visible{border-color:rgb(var(--ez-color-primary));background:rgba(var(--ez-color-primary),.1);color:var(--ez-color-primary-hex, #7a9a01)}.ez-gallery__heading{margin:0 0 1rem}.ez-gallery__caption{margin:0;font-size:1.4rem}.ez-gallery__grid.grid{display:grid;margin-bottom:0;gap:.6rem}.ez-gallery__grid .grid__item{width:100%!important;max-width:100%!important;flex-grow:unset!important;flex-shrink:unset!important;margin:0}@media screen and (max-width:989px){.ez-gallery__grid.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.ez-gallery__grid.grid{gap:.8rem}.ez-gallery__grid.grid--2-col-desktop{grid-template-columns:repeat(2,minmax(0,1fr))}.ez-gallery__grid.grid--3-col-desktop{grid-template-columns:repeat(3,minmax(0,1fr))}.ez-gallery__grid.grid--4-col-desktop{grid-template-columns:repeat(4,minmax(0,1fr))}}.ez-gallery-card{display:flex;flex-direction:column;height:100%}@media(prefers-reduced-motion:no-preference){html.ez-motion-lift .ez-gallery-card:hover{transform:translateY(-3px)}.ez-gallery-card{transition:transform .25s ease}}.ez-gallery-card__opener{display:block;position:relative;width:100%;margin:0;padding:0;border:0;cursor:zoom-in}.ez-gallery-card__figure{display:block;overflow:hidden;border-radius:var(--media-radius);margin:0}.ez-gallery-card__figure.media--adapt{padding-bottom:0}.ez-gallery-card__figure.media--adapt .ez-gallery-card__image{position:relative;height:auto;width:100%}.ez-gallery-card__image{object-fit:cover}@media(prefers-reduced-motion:no-preference){.ez-gallery-card__opener:hover .ez-gallery-card__image,.ez-gallery-card__opener:focus-within .ez-gallery-card__image{transform:scale(1.03)}.ez-gallery-card__image{transition:transform .35s ease}}.ez-gallery-card__opener:focus-within{outline:none}.ez-gallery-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:.75rem;padding:1rem 1rem 1.2rem;background:linear-gradient(180deg,#0a0a0ab8,#0a0a0a59 42%,#0a0a0a00 68%);pointer-events:none}.ez-gallery-card__overlay-title{margin:0;min-width:0;font-family:var(--ez-font-display);font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:700;line-height:1.2;letter-spacing:var(--ez-track-h4, .05em);text-transform:var(--ez-heading-case, uppercase);color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.45)}.ez-gallery-card__overlay-icons{display:flex;flex-direction:column;align-items:center;flex-shrink:0;gap:.5rem}.ez-gallery-card__overlay-icon{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;background:#ffffffeb;color:rgb(var(--color-foreground));box-shadow:0 2px 8px #0000002e}.ez-gallery-card__overlay-icon .svg-wrapper{width:1.6rem;height:1.6rem}.ez-gallery-card__overlay-icon--zoom{color:var(--ez-color-primary-hex, #7b9d49)}.ez-gallery-card__overlay-icon--zoom .svg-wrapper{color:inherit}.ez-gallery-card__overlay-icon--zoom .svg-wrapper svg,.ez-gallery-card__overlay-icon--zoom .icon{color:inherit}.ez-gallery-card__overlay-icon--zoom .svg-wrapper svg path{fill:currentColor}.ez-gallery-card__overlay-icon--product{color:rgb(var(--ez-color-primary, 122, 154, 1))}.ez-gallery-card__overlay-icon--caption{color:rgb(var(--color-foreground))}.ez-gallery-card__toggle{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;margin:0;padding:0;border:none;background:transparent;cursor:zoom-in}.ez-gallery-card__toggle:after{content:"";cursor:pointer;display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.ez-gallery-card__toggle:focus-visible:after{outline:0;box-shadow:inset 0 0 0 .3rem rgb(var(--color-background)),inset 0 0 0 .5rem rgba(var(--color-foreground),.55)}@media(forced-colors:active){.ez-gallery-card__toggle:focus-visible:after{outline:2px solid CanvasText;outline-offset:-4px}}.ez-gallery-card__body{padding:0 .2rem}.ez-gallery-card__caption{font-size:1.4rem;margin:0}.ez-gallery-card__caption p:first-child{margin-top:0}.ez-gallery-card__caption p:last-child{margin-bottom:0}.ez-gallery-card__link-label{margin:.8rem 0 0;font-size:1.3rem}.ez-gallery__footer{margin-top:3.6rem;text-align:center}.ez-gallery__empty{margin:0;font-size:1.4rem;opacity:.85;text-align:center}.ez-gallery .pagination-wrapper{margin-top:3rem}.ez-gallery-modal{background-color:rgb(var(--color-background));height:100%;position:fixed;top:0;left:0;width:100%;visibility:hidden;opacity:0;z-index:-1}.ez-gallery-modal[open]{visibility:visible;opacity:1;z-index:101}.ez-gallery-modal__dialog{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;padding:1.5rem;box-sizing:border-box}.ez-gallery-modal__layout{display:flex;flex-direction:column;flex:1 1 auto;gap:0;min-height:0;width:100%;max-width:140rem;margin:0 auto;padding-top:3.6rem}.ez-gallery-modal__media-col{position:relative;display:flex;flex-direction:column;align-items:stretch;flex:1 1 auto;min-height:0;min-width:0}.ez-gallery-modal__counter{flex:0 0 auto;box-sizing:border-box;min-height:2.4rem;margin:0 0 1rem;padding:0;font-family:var(--ez-font-display);font-size:1.3rem;font-weight:600;line-height:2.4rem;letter-spacing:var(--ez-track-btn, .1em);text-transform:uppercase;text-align:center;font-variant-numeric:tabular-nums;color:rgba(var(--color-foreground),.65)}.ez-gallery-modal__counter[aria-hidden=true]{visibility:hidden}.ez-gallery-modal__media-row{display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-height:0;min-width:0}.ez-gallery-modal__media-frame{flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:0;min-width:0;max-height:calc(100dvh - 24rem);padding:0 .8rem}.ez-gallery-modal__image{display:block;max-width:100%;max-height:calc(100dvh - 24rem);width:auto;height:auto;margin:0 auto;object-fit:contain;transition:opacity .2s ease}.ez-gallery-modal__image.is-loading{opacity:.96}.ez-gallery-modal__image[hidden]{display:none}.ez-gallery-modal__nav{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;margin:0;padding:0;border:.18rem solid rgba(var(--color-foreground),.18);border-radius:50%;background:rgb(var(--color-background));color:rgba(var(--color-foreground),.75);cursor:pointer}.ez-gallery-modal__nav:hover{color:rgb(var(--color-foreground))}.ez-gallery-modal__nav:focus-visible{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.55)}.ez-gallery-modal__nav[hidden]{display:none}.ez-gallery-modal__nav .svg-wrapper{width:1.4rem;height:1.4rem}.ez-gallery-modal__nav--prev .svg-wrapper{transform:rotate(90deg)}.ez-gallery-modal__nav--next .svg-wrapper{transform:rotate(-90deg)}.ez-gallery-modal__info-col{flex:0 0 auto;display:flex;flex-direction:column;gap:0;padding:2rem 0 0;text-align:left;overflow-y:auto;max-height:40vh}.ez-gallery-modal__info-body{display:flex;flex-direction:column;gap:1.6rem;padding-top:1.6rem}.ez-gallery-modal__logo{flex:0 0 auto;min-height:2.4rem;display:flex;align-items:flex-start}.ez-gallery-modal__logo-image{display:block;width:auto;max-width:16rem;height:auto;object-fit:contain;object-position:left top}.ez-gallery-modal__logo-text{font-family:var(--ez-font-display);font-size:1.8rem;font-weight:700;letter-spacing:var(--ez-track-display, .06em);text-transform:var(--ez-heading-case, uppercase)}.ez-gallery-modal__title{margin:0;font-family:var(--ez-font-display);font-size:clamp(2rem,3vw,2.8rem);line-height:1.12;letter-spacing:var(--ez-track-display, .06em);text-transform:var(--ez-heading-case, uppercase)}.ez-gallery-modal__title[hidden]{display:none}.ez-gallery-modal__product-row{display:flex;align-items:flex-start;gap:1rem}.ez-gallery-modal__link-row{display:block}.ez-gallery-modal__product-row[hidden],.ez-gallery-modal__link-row[hidden]{display:none}.ez-gallery-modal__meta-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;background:rgba(var(--color-foreground),.06)}.ez-gallery-modal__meta-icon--product{color:rgb(var(--ez-color-primary, 122, 154, 1))}.ez-gallery-modal__meta-icon .svg-wrapper{width:1.6rem;height:1.6rem}.ez-gallery-modal__product{display:inline-flex;align-items:center;gap:.6rem;font-size:1.5rem;font-weight:600;text-decoration:none;padding-top:.4rem}.ez-gallery-modal__link{display:inline;font-size:1.5rem;font-weight:300;font-style:italic;color:var(--ez-color-warm-primary-hex, #d29f13);text-decoration:none}.ez-gallery-modal__product:hover{text-decoration:underline;text-underline-offset:.3rem}.ez-gallery-modal__link:hover{text-decoration:underline;text-underline-offset:.3rem;color:var(--ez-color-warm-primary-hex, #d29f13)}.ez-gallery-modal__product .svg-wrapper{width:1.4rem;height:1.4rem}.ez-gallery-modal__caption{font-size:1.5rem;line-height:1.6}.ez-gallery-modal__caption[hidden]{display:none}.ez-gallery-modal__caption p:first-child{margin-top:0}.ez-gallery-modal__caption p:last-child{margin-bottom:0}.ez-gallery-modal__end-panel{display:none;flex-direction:column;gap:1.6rem;padding-top:.8rem}.ez-gallery-modal__end-panel:not([hidden]){display:flex}.ez-gallery-modal__end-logo .ez-gallery-modal__logo-image{max-width:18rem}.ez-gallery-modal__end-text{margin:0;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.88)}.ez-gallery-modal__end-actions{display:flex;flex-direction:column;align-items:stretch;gap:1rem}.ez-gallery-modal__end-actions .button{width:100%;justify-content:center;text-align:center}.ez-gallery-modal.is-end-card .ez-gallery-modal__slide-logo,.ez-gallery-modal.is-end-card .ez-gallery-modal__slide-body{display:none!important}.ez-gallery-modal.is-end-card .ez-gallery-modal__counter{display:none}@media screen and (min-width:990px){.ez-gallery-modal.is-end-card .ez-gallery-modal__info-col{max-height:none;overflow:visible}.ez-gallery-modal.is-end-card .ez-gallery-modal__media-row{grid-column:1;grid-row:1 / -1;align-self:stretch;min-height:0}.ez-gallery-modal.is-end-card .ez-gallery-modal__end-panel{grid-column:2;grid-row:1 / -1;align-self:start;padding-top:0;max-height:100%;overflow-y:auto}}.ez-gallery-modal__toggle{background-color:rgb(var(--color-background));border:.18rem solid rgb(var(--ez-color-primary));border-radius:50%;color:var(--ez-color-primary-hex, #7a9a01);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:1rem;position:fixed;z-index:2;top:1.5rem;right:1.5rem;width:4.4rem;height:4.4rem;transition:color var(--ez-hover-ms, .32s) ease,border-color var(--ez-hover-ms, .32s) ease,background var(--ez-hover-ms, .32s) ease}.ez-gallery-modal__toggle:hover{color:var(--ez-color-primary-hex, #7a9a01);border-color:rgb(var(--ez-color-primary));background:rgba(var(--ez-color-primary),.08)}.ez-gallery-modal__toggle:focus-visible{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--ez-color-primary),.55)}.ez-gallery-modal__toggle .svg-wrapper{width:2.5rem;height:2.5rem;color:var(--ez-color-primary-hex, #7a9a01)}.ez-gallery-modal__toggle .svg-wrapper svg{width:100%;height:100%;color:inherit;transform:scale(1.08)}.ez-gallery-modal__toggle .svg-wrapper svg path{fill:currentColor;stroke:currentColor;stroke-width:.4px;paint-order:stroke fill}@media screen and (max-width:989px){.ez-gallery-modal__dialog{height:100dvh;max-height:100dvh;padding:4.8rem 1rem 1.2rem;overflow:hidden}.ez-gallery-modal__layout{flex:1 1 auto;min-height:0;max-height:100%;padding-top:0;gap:.6rem;overflow:hidden}.ez-gallery-modal__media-col{flex:0 0 auto;min-height:0}.ez-gallery-modal__counter{min-height:2rem;margin:0 0 .4rem;font-size:1.2rem;line-height:2rem}.ez-gallery-modal__media-row{flex:0 0 auto;align-items:center;max-height:min(50dvh,calc(100dvh - 18rem));touch-action:pan-y}.ez-gallery-modal__media-frame{flex:1 1 auto;min-width:0;max-height:min(50dvh,calc(100dvh - 18rem));padding:0 .4rem}.ez-gallery-modal__image{max-height:min(50dvh,calc(100dvh - 18rem));width:100%;max-width:100%}.ez-gallery-modal__nav{width:3.6rem;height:3.6rem;flex-shrink:0}.ez-gallery-modal__info-col{flex:1 1 auto;min-height:0;max-height:none;padding:.4rem 0 0;overflow-y:auto;-webkit-overflow-scrolling:touch}.ez-gallery-modal__info-body{gap:1rem;padding-top:.8rem;padding-bottom:1.2rem}.ez-gallery-modal__logo{min-height:0}.ez-gallery-modal__logo-image{max-width:12rem;max-height:3.2rem}.ez-gallery-modal__title{font-size:clamp(1.5rem,5.2vw,2rem);line-height:1.15;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.ez-gallery-modal__toggle{top:1rem;right:1rem;width:4rem;height:4rem;padding:.9rem}.ez-gallery-modal__toggle .svg-wrapper{width:2.3rem;height:2.3rem}}@media screen and (min-width:990px){.ez-gallery-modal{display:flex;align-items:center;justify-content:center;background-color:#0000008c}.ez-gallery-modal__dialog{position:relative;width:75vw;max-width:120rem;height:75dvh;min-height:0;padding:2rem 3rem;background-color:rgb(var(--color-background));box-shadow:0 1.2rem 4rem #00000059;overflow:hidden}.ez-gallery-modal__layout{display:grid;grid-template-columns:minmax(0,58fr) minmax(0,42fr);grid-template-rows:auto minmax(0,1fr);column-gap:3rem;row-gap:1.2rem;align-items:start;padding-top:2rem;height:100%;max-height:100%}.ez-gallery-modal__media-col,.ez-gallery-modal__info-col{display:contents}.ez-gallery-modal__counter{grid-column:1;grid-row:1;margin:0;align-self:start}.ez-gallery-modal__media-row{grid-column:1;grid-row:2;min-height:0}.ez-gallery-modal__logo{grid-column:2;grid-row:1;align-self:start;min-height:2.4rem}.ez-gallery-modal__info-body{grid-column:2;grid-row:2;padding-top:0;min-height:0;max-height:calc(75dvh - 12rem);overflow-y:auto}.ez-gallery-modal__media-frame{max-height:calc(75dvh - 12rem);padding:0 1rem}.ez-gallery-modal__image{max-height:calc(75dvh - 12rem)}.ez-gallery-modal__nav{width:4.8rem;height:4.8rem}}@media screen and (min-width:750px)and (max-width:989px){.ez-gallery-modal__dialog{padding-left:1.5rem;padding-right:1.5rem}.ez-gallery-modal__toggle{top:1.5rem;right:1.5rem}}@media screen and (min-width:990px){.ez-gallery-modal__toggle{position:absolute;top:2rem;right:2rem}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-ez-gallery.css.map */
