.neo-gallery__grid{width:100%}.neo-gallery__grid.grid{align-items:stretch}.neo-gallery__item{display:flex;height:100%}.neo-gallery__grid .splide__slide{display:flex;height:auto!important}.neo-gallery-card{position:relative;display:flex;flex-direction:column;width:100%;height:100%;background:rgb(var(--colors-background-secondary));border:1px solid rgb(var(--colors-line-and-border) / .15);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.neo-gallery-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgb(var(--colors-text) / .12);border-color:rgb(var(--colors-line-and-border) / .3)}.neo-gallery-card__inner{position:relative;height:100%;display:flex;flex-direction:column;background:rgb(var(--colors-background-secondary) / .5)}.neo-gallery-card__media{position:relative;overflow:hidden;flex-shrink:0;background:rgb(var(--colors-background-secondary))}.neo-gallery-card__media:before{content:"";display:block;padding-top:var(--aspect-ratio, 100%)}.neo-gallery-card__link,.neo-gallery-card__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:zoom-in;border:none;padding:0;background:rgb(var(--colors-background-secondary))}.neo-gallery-card__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease,opacity .3s ease}.neo-gallery-card:hover .neo-gallery-card__image{transform:scale(1.05)}.neo-gallery-card__zoom-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:rgb(var(--colors-background) / .95);border-radius:50%;opacity:0;transition:all .3s ease;pointer-events:none;box-shadow:0 4px 12px rgb(var(--colors-text) / .15)}.neo-gallery-card__zoom-icon svg{width:1.25rem;height:1.25rem}.neo-gallery-card__link:hover .neo-gallery-card__zoom-icon,.neo-gallery-card__link:focus .neo-gallery-card__zoom-icon{opacity:1;transform:translate(-50%,-50%) scale(1)}.neo-gallery-card__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgb(var(--colors-background-secondary))}.neo-gallery-card__placeholder svg,.neo-gallery-card__placeholder .placeholder-svg{width:4rem;height:4rem;opacity:.3}.neo-gallery-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-wrap:wrap;gap:.375rem;z-index:10}.neo-gallery-card__badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background:rgb(var(--colors-background));color:rgb(var(--colors-text));border-radius:2rem;text-transform:uppercase;font-weight:700;font-size:.625rem;letter-spacing:.05em;box-shadow:0 2px 8px rgb(var(--colors-text) / .15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.neo-gallery-card__badge--best-seller{background:rgb(var(--colors-accent-1, 245 158 11));color:#fff}.neo-gallery-card__badge--new{background:rgb(var(--colors-accent-2, 16 185 129));color:#fff}.neo-gallery-card__badge--featured{background:rgb(var(--colors-primary));color:rgb(var(--colors-primary-contrast, 255 255 255))}.neo-gallery-video{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.neo-gallery-video__element{width:100%;height:100%;object-fit:cover}.neo-gallery-video__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:rgb(var(--colors-background) / .95);border-radius:50%;cursor:pointer;transition:all .3s ease;border:none;color:rgb(var(--colors-text));box-shadow:0 4px 12px rgb(var(--colors-text) / .15)}.neo-gallery-video__play-btn:hover{transform:translate(-50%,-50%) scale(1.1);background:rgb(var(--colors-background))}.neo-gallery-video__play-btn.is-playing{width:2.5rem;height:2.5rem;background:rgb(var(--colors-background) / .8)}.neo-gallery-video__play-btn svg{width:1.5rem;height:1.5rem;fill:currentColor}.neo-gallery-card__content{position:relative;flex:1;padding:1rem 1.25rem;background:rgb(var(--colors-background-secondary));text-align:center;border-top:1px solid rgb(var(--colors-line-and-border) / .08)}.neo-gallery-card__rating{display:flex;gap:.125rem;justify-content:center;margin-bottom:.5rem}.neo-gallery-card__star{font-size:.875rem;color:rgb(var(--colors-text) / .2);line-height:1}.neo-gallery-card__star--filled{color:#f59e0b}.neo-gallery-card__description{font-size:.8125rem;line-height:1.5;color:rgb(var(--colors-text) / .85);margin-bottom:.75rem}.neo-gallery-card__author{font-size:.75rem;font-weight:600;color:rgb(var(--colors-text) / .6);margin:0;line-height:1.4;text-transform:uppercase;letter-spacing:.02em}.neo-gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.neo-gallery-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e6}.neo-gallery-lightbox__content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem}@media (min-width: 768px){.neo-gallery-lightbox__content{padding:2rem}}.neo-gallery-lightbox__image-container{position:relative;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.neo-gallery-lightbox__image{max-width:100%;max-height:85vh;object-fit:contain;border-radius:4px;box-shadow:0 8px 32px #0000004d}.neo-gallery-lightbox__close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .2s ease;z-index:10}.neo-gallery-lightbox__close:hover{background:#fff3}.neo-gallery-lightbox__close svg{width:1.25rem;height:1.25rem}.neo-gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .2s ease,opacity .2s ease;z-index:10}.neo-gallery-lightbox__nav:hover:not(:disabled){background:#fff3}.neo-gallery-lightbox__nav:disabled{opacity:.3;cursor:not-allowed}.neo-gallery-lightbox__nav svg{width:1.5rem;height:1.5rem}.neo-gallery-lightbox__nav--prev{left:1rem}.neo-gallery-lightbox__nav--next{right:1rem}@media (min-width: 768px){.neo-gallery-lightbox__nav--prev{left:2rem}.neo-gallery-lightbox__nav--next{right:2rem}}.neo-gallery-lightbox__counter{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#fffc;font-size:.875rem;font-weight:500;z-index:10}.neo-gallery__empty{text-align:center;padding:3rem 1.5rem;color:rgb(var(--colors-text) / .6)}@media (max-width: 767px){.neo-gallery-card__content{padding:.75rem}.neo-gallery-card__description{font-size:.75rem;margin-bottom:.5rem}.neo-gallery-card__badges{top:.5rem;left:.5rem}.neo-gallery-card__badge{font-size:.5625rem;padding:.1875rem .5rem}.neo-gallery-card__star{font-size:.75rem}.neo-gallery-card__author{font-size:.6875rem}.neo-gallery-lightbox__nav{width:2.5rem;height:2.5rem}.neo-gallery-lightbox__nav svg{width:1.25rem;height:1.25rem}}.dark .neo-gallery-card{background:rgb(var(--colors-background-secondary));border-color:rgb(var(--colors-line-and-border) / .2)}.dark .neo-gallery-card:hover{border-color:rgb(var(--colors-line-and-border) / .4);box-shadow:0 12px 28px #0000004d}.dark .neo-gallery-card__inner{background:rgb(var(--colors-background-secondary) / .3)}.dark .neo-gallery-card__media,.dark .neo-gallery-card__link,.dark .neo-gallery-card__image-wrapper{background:rgb(var(--colors-background-secondary))}.dark .neo-gallery-card__badge{background:rgb(var(--colors-background) / .95);box-shadow:0 2px 8px #0000004d}.dark .neo-gallery-card__content{background:rgb(var(--colors-background-secondary));border-top-color:rgb(var(--colors-line-and-border) / .1)}.neo-gallery__item{opacity:0;transform:translateY(20px);animation:neoGalleryFadeIn .5s ease forwards;animation-delay:var(--delay-time, 0ms)}.is-ready-to-animate .neo-gallery__item{opacity:1;transform:translateY(0)}@keyframes neoGalleryFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.neo-gallery__item{animation:none;opacity:1;transform:none}}@media print{.neo-gallery-lightbox,.neo-gallery-card__zoom-icon,.neo-gallery-video__play-btn,.splide__arrows{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/neo-gallery.css.map */
