.armada-gallery{--armada-gallery-viewport-height: 100vh;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background-color:rgb(var(--color-armada-dust));opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.armada-gallery__inner,.armada-gallery__images{max-height:var(--armada-gallery-viewport-height)}.armada-gallery.is-open{opacity:1;visibility:visible}.armada-gallery__inner{position:relative;width:100%;height:100%}.armada-gallery__images{display:flex;width:100%;height:100%;align-items:center;justify-content:center;touch-action:none}.armada-gallery__img--zoomable{transform-origin:center center;transition:transform .2s ease;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.armada-gallery__img--zoomable.is-gesturing{transition:none;will-change:transform}.armada-gallery__images--single{justify-content:center}.armada-gallery__image-slot{flex:0 0 auto;width:min(50%,calc(var(--armada-gallery-viewport-height) * .75));aspect-ratio:3 / 4;height:auto;max-height:100%;position:relative;overflow:hidden}.armada-gallery__image-slot--centered{width:min(50%,calc(var(--armada-gallery-viewport-height) * .75))}.armada-gallery__img{width:100%;height:100%;object-fit:contain;display:block}.armada-gallery__media-holder{width:100%;height:100%}.armada-gallery__media-iframe{border:0}.armada-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);padding:var(--space-7);background:none;border:none;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.armada-gallery__nav--prev{left:0}.armada-gallery__nav--next{right:0}.armada-gallery__nav-btn{background-color:rgb(var(--color-armada-dust));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1.2rem var(--space-4);border-radius:2px;transition:opacity .2s ease,background-color .2s ease}.armada-gallery__nav.is-inactive .armada-gallery__nav-btn{background-color:rgb(var(--color-armada-white));opacity:.3;cursor:default}.armada-gallery__nav svg{display:block;flex-shrink:0}.armada-gallery__close{position:absolute;top:0;right:0;padding:var(--space-7);background:none;border:none;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.armada-gallery__close-btn{background-color:rgb(var(--color-armada-dust));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1.2rem var(--space-4);border-radius:2px}.armada-gallery__counter-wrap{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;padding-bottom:var(--space-7);z-index:10}.armada-gallery__counter{background-color:rgb(var(--color-armada-dust));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1.2rem var(--space-4);border-radius:2px}.armada-gallery__counter-text{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:var(--size-body-m);color:rgb(var(--color-armada-black));letter-spacing:0;line-height:1.4;min-width:2.8rem;text-align:center;text-transform:uppercase}.armada-gallery__label-wrap{position:absolute;top:var(--space-5);left:0;padding:var(--space-5);max-width:24.8rem;width:100%;z-index:1}.armada-gallery__label-card{background-color:rgb(var(--color-armada-white));border:1px solid rgb(var(--color-armada-light-grey));padding:var(--space-2) var(--space-3);width:fit-content;max-width:100%;display:flex;align-items:flex-end;justify-content:flex-start}.armada-gallery__label-text{margin:0;font-family:var(--font-body-family);font-size:var(--size-body-xs);color:rgb(var(--color-armada-black));text-transform:uppercase;letter-spacing:1px;line-height:1.3;white-space:nowrap}.armada-gallery__product{position:absolute;bottom:var(--space-7);left:var(--space-7);right:var(--space-7);z-index:6;pointer-events:none}.armada-gallery__product:empty{display:none}.armada-gallery__product-card{display:inline-flex;align-items:center;gap:var(--space-6);max-width:100%;background:rgb(var(--color-armada-dust));padding:var(--space-3);padding-right:var(--space-6);border-radius:var(--space-1);overflow:hidden;text-decoration:none;color:rgb(var(--color-armada-black));pointer-events:auto}.armada-gallery__product-img{width:7.2rem;height:7.2rem;flex-shrink:0;overflow:hidden;border-radius:var(--space-1)}.armada-gallery__product-img img{width:100%;height:100%;object-fit:cover}.armada-gallery__product-info{display:flex;flex-direction:column;gap:var(--space-2);min-width:0}.armada-gallery__product-title{font-family:var(--font-body-family);font-weight:400;font-size:var(--size-body-m);line-height:1.5;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.armada-gallery__product-price{font-family:var(--font-body-family);font-weight:500;font-size:var(--size-body-m);line-height:1.5}@media screen and (max-width:1023px){.armada-gallery__nav{display:none!important}.armada-gallery__close{top:max(var(--space-2),env(safe-area-inset-top));right:max(var(--space-2),env(safe-area-inset-right));padding:0}.armada-gallery__counter-wrap{padding-bottom:max(var(--space-7),env(safe-area-inset-bottom))}.armada-gallery__image-slot--secondary{display:none}.armada-gallery__image-slot--main{width:100%;height:100%;aspect-ratio:auto;max-height:none;display:flex;align-items:center;justify-content:center}.armada-gallery__image-slot--main .armada-gallery__media-holder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.armada-gallery__image-slot--main .armada-gallery__img{width:auto;height:auto;max-width:100%;max-height:min(100%,calc(100vw * 4 / 3));object-fit:contain}}@supports (height: 100dvh){.armada-gallery{--armada-gallery-viewport-height: 100dvh}}@media screen and (min-width:1024px)and (max-height:900px),screen and (min-width:1024px)and (max-aspect-ratio:16/10){.armada-gallery{--armada-gallery-fallback-bg: rgb(var(--color-armada-dust));background-color:var(--armada-gallery-fallback-bg);backdrop-filter:none;-webkit-backdrop-filter:none}.armada-gallery__inner,.armada-gallery__images,.armada-gallery__images--single,.armada-gallery__image-slot{background-color:var(--armada-gallery-fallback-bg)}.armada-gallery__images{gap:0}.armada-gallery__label-wrap{top:var(--space-4);padding:var(--space-4)}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/armada-gallery.css.map */
