:root{--ig-overlay-opacity: .9}.ig-gallery{--ig-cols-desktop: 3;--ig-cols-tablet: 2;--ig-cols-mobile: 1;--ig-gap: 16px;--ig-radius: 8px;width:100%;box-sizing:border-box}.ig-gallery__heading{margin:0 0 1rem;font-size:1.5rem}.ig-grid{display:grid;grid-template-columns:repeat(var(--ig-cols-mobile),1fr);gap:var(--ig-gap)}@media screen and (min-width:750px){.ig-grid{grid-template-columns:repeat(var(--ig-cols-tablet),1fr)}}@media screen and (min-width:990px){.ig-grid{grid-template-columns:repeat(var(--ig-cols-desktop),1fr)}}.ig-item{position:relative}.ig-item__trigger{display:block;position:relative;width:100%;padding:0;border:0;background:none;cursor:pointer;overflow:hidden;border-radius:var(--ig-radius);touch-action:manipulation;-webkit-tap-highlight-color:transparent}.ig-item__ratio{display:block;position:relative;width:100%;overflow:hidden;background:#f4f4f4}.ig-item__ratio--square{aspect-ratio:1 / 1}.ig-item__ratio--portrait{aspect-ratio:4 / 5}.ig-item__ratio--landscape{aspect-ratio:3 / 2}.ig-item__ratio--original{aspect-ratio:auto}.ig-item__img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(var(--ig-zoom, 1));transition:transform .4s ease}.ig-item__trigger:hover .ig-item__img,.ig-item__trigger:focus-visible .ig-item__img{transform:scale(calc(var(--ig-zoom, 1) * 1.05))}.ig-item__placeholder{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:#f0f0f0;color:#999;border-radius:var(--ig-radius);font-size:.85rem}.ig-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:1rem;background:linear-gradient(to top,#0009,#0000);opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.ig-item__title{color:#fff;font-size:1rem;font-weight:600;text-align:left}[data-hover-style=fade] .ig-item__trigger:hover .ig-item__overlay,[data-hover-style=fade] .ig-item__trigger:focus-visible .ig-item__overlay{opacity:1}[data-hover-style=slide-up] .ig-item__overlay{transform:translateY(100%);opacity:1}[data-hover-style=slide-up] .ig-item__trigger:hover .ig-item__overlay,[data-hover-style=slide-up] .ig-item__trigger:focus-visible .ig-item__overlay{transform:translateY(0)}[data-hover-style=none] .ig-item__overlay{opacity:1}.ig-empty{padding:2rem;text-align:center;color:#999;border:1px dashed #ccc;border-radius:var(--ig-radius)}.ig-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.ig-lightbox.is-open,.ig-lightbox[aria-hidden=false]{opacity:1;visibility:visible;pointer-events:auto}.ig-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0 0 0 / var(--ig-overlay-opacity, .9));z-index:-1;cursor:pointer;transition:opacity .3s ease,visibility .3s ease;display:block!important}.ig-lightbox__content{position:relative;z-index:2;width:calc(100vw - 120px)!important;height:90vh!important;max-width:calc(100vw - 120px)!important;max-height:90vh!important;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scale(.95);transition:transform .3s ease;box-sizing:border-box!important}.ig-lightbox.is-open .ig-lightbox__content,.ig-lightbox[aria-hidden=false] .ig-lightbox__content{transform:scale(1)}.ig-lightbox__figure{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;max-height:100%;min-height:0}.ig-lightbox__media{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:.75rem;flex:1 1 auto;min-height:0;max-height:100%}.ig-lightbox__img{max-width:100%;height:auto;object-fit:contain;border-radius:4px;flex:1 1 auto;min-height:0;max-height:100%}.ig-lightbox__thumbs{display:flex;flex-wrap:wrap;flex-shrink:0;gap:.75rem;width:100%;justify-content:center}.ig-lightbox__thumb{display:block;box-sizing:border-box;flex:1 1 0;min-width:72px;max-width:140px;aspect-ratio:1 / 1;padding:0;border:2px solid transparent;border-radius:4px;background:none;cursor:pointer;overflow:hidden;opacity:.65;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:opacity .2s ease,border-color .2s ease}.ig-lightbox__thumb:hover,.ig-lightbox__thumb:focus-visible{opacity:1}.ig-lightbox__thumb.is-active{opacity:1;border-color:#fff}.ig-lightbox__thumb img{display:block;width:100%;height:100%;object-fit:cover}.ig-lightbox__caption{color:#fff;text-align:center;padding:1rem 0 0;font-size:1.25rem;flex-shrink:0;width:100%;max-width:800px;margin-top:1rem;overflow-wrap:break-word!important;word-break:break-word!important}.ig-lightbox__header{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem;justify-content:center}.ig-lightbox__title{margin:0 0 .5rem;font-size:1.5rem;color:#fff}.ig-lightbox__credit{font-size:.85em;font-style:italic;opacity:.8;font-weight:400;display:inline-block}.ig-lightbox__description{margin:0;font-size:1rem;line-height:1.5;opacity:.85}.ig-lightbox__close,.ig-lightbox__nav{position:absolute;background:#ffffff1a;border:none;color:#fff;cursor:pointer;border-radius:50%;width:44px;height:44px;font-size:1.75rem;line-height:1;display:flex;align-items:center;justify-content:center;z-index:3;transition:background .2s ease,transform .2s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.7))}.ig-lightbox__close:hover,.ig-lightbox__nav:hover{filter:drop-shadow(0 3px 6px rgba(0,0,0,.9));background:#ffffff40}.ig-lightbox__close{top:-12px;right:-12px}.ig-lightbox__nav--prev{position:fixed!important;left:1rem!important;top:50%!important;transform:translateY(-50%)!important;z-index:100000!important}.ig-lightbox__nav--next{position:fixed!important;right:1rem!important;top:50%!important;transform:translateY(-50%)!important;z-index:100000!important}.ig-lightbox__products{margin-top:1.25rem;border-top:1px solid rgba(255,255,255,.15);padding-top:1rem;width:100%}.ig-lightbox__products-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;color:inherit}.ig-lightbox__products-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:stretch;width:100%}.ig-lightbox__products-grid>*{flex:1 1 0px;min-width:96px;max-width:280px}.ig-product-card{display:flex;align-items:center;gap:.5rem;background:#ffffff14;border-radius:6px;padding:.35rem .5rem;text-decoration:none;color:inherit;transition:background-color .2s ease,transform .2s ease}.ig-product-card:hover{background:#ffffff2e;transform:translateY(-1px)}.ig-product-card__image-wrapper{width:48px;height:48px;flex-shrink:0;border-radius:4px;overflow:hidden;background:#0000001a}.ig-product-card__image-wrapper img,.ig-product-card__image-wrapper svg{width:100%;height:100%;object-fit:cover}.ig-product-card__info{display:flex;flex-direction:column;overflow:hidden;min-width:0}.ig-product-card__title{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.ig-product-card__price{font-size:.8125rem;opacity:.85;margin-top:2px}@media(min-width:990px){.ig-lightbox__content{width:calc(100vw - 160px)!important;height:92vh!important;max-width:calc(100vw - 160px)!important;max-height:92vh!important}.ig-lightbox__figure{display:flex!important;flex-direction:row!important;align-items:stretch!important;justify-content:center!important;gap:2.5rem!important;width:100%!important;height:100%!important;max-width:100%!important;margin:0 auto!important}.ig-lightbox__media{flex-direction:row!important;align-items:stretch!important;gap:1.25rem!important;width:auto!important;flex:1 1 auto!important;min-width:0!important}.ig-lightbox__img{flex:1 1 auto!important;min-width:0!important;width:auto!important;height:100%!important;max-height:100%!important;max-width:100%!important;object-fit:contain!important}.ig-lightbox__thumbs{flex-direction:column!important;width:180px!important;flex-shrink:0!important}.ig-lightbox__thumb{aspect-ratio:auto!important;min-height:0!important;max-width:100%!important}.ig-lightbox__caption{margin-top:0!important;width:320px!important;flex-shrink:0!important;align-self:center!important;text-align:left!important;padding:0!important}.ig-lightbox__header{justify-content:flex-start!important}}@media screen and (max-width:749px){.ig-lightbox__close{top:8px;right:8px}.ig-lightbox__content{width:calc(100vw - 80px)!important;max-width:calc(100vw - 80px)!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/image-gallery.css.map */
