.advanced-gallery{margin-top:var(--advanced-gallery-margin-top);margin-bottom:var(--advanced-gallery-margin-bottom);padding-top:var(--advanced-gallery-padding-top);padding-bottom:var(--advanced-gallery-padding-bottom);background:var(--advanced-gallery-bg);color:var(--advanced-gallery-text)}.advanced-gallery__container{width:100%;margin:0 auto;padding:0 16px}.advanced-gallery__container--page{max-width:1200px}.advanced-gallery__container--custom{max-width:var(--advanced-gallery-custom-width)}.advanced-gallery__container--full{max-width:none}.advanced-gallery__layout{display:flex;flex-direction:column;gap:12px}.advanced-gallery__layout--align-top{align-items:stretch}.advanced-gallery__layout--align-middle{align-items:stretch;justify-content:center}.advanced-gallery__layout--align-bottom{align-items:stretch;justify-content:flex-end}.advanced-gallery__header{width:100%;max-width:760px;color:var(--advanced-gallery-text)}.advanced-gallery__header--left{margin-right:auto;text-align:left}.advanced-gallery__header--center{margin-right:auto;margin-left:auto;text-align:center}.advanced-gallery__header--right{margin-left:auto;text-align:right}.advanced-gallery__heading{margin:0;color:var(--advanced-gallery-text);font-size:18px;line-height:1.12;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.advanced-gallery__subheading{margin-top:10px;color:var(--advanced-gallery-text);opacity:.75;font-size:14px;line-height:1.55}.advanced-gallery__subheading p{margin:0}.advanced-gallery__main{width:100%;min-width:0}.advanced-gallery__carousel-frame{position:relative}.advanced-gallery__viewport{position:relative;overflow:visible}.advanced-gallery__grid{display:grid;grid-template-columns:1fr;gap:var(--advanced-gallery-gap)}.advanced-gallery__item{position:relative;display:flex;min-width:0;flex-direction:column;align-items:center;overflow:visible;border:0;border-radius:0;background:transparent;color:inherit;text-align:inherit;text-decoration:none;cursor:default;-webkit-appearance:none;appearance:none}a.advanced-gallery__item,button.advanced-gallery__item{cursor:pointer}.advanced-gallery__item:focus-visible{outline:2px solid var(--advanced-gallery-button-bg);outline-offset:4px}.advanced-gallery__media{position:relative;width:min(100%,var(--advanced-gallery-mobile-image-width));height:var(--advanced-gallery-mobile-image-height);overflow:hidden;border-radius:var(--advanced-gallery-border-radius);background:var(--advanced-gallery-card-bg);transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}.advanced-gallery__media img,.advanced-gallery__placeholder-svg{display:block;width:100%;height:100%}.advanced-gallery__media img{object-fit:var(--advanced-gallery-image-fit);transition:transform .5s ease}.advanced-gallery--hover-zoom .advanced-gallery__item:hover .advanced-gallery__media img{transform:scale(1.04)}.advanced-gallery__placeholder{width:100%;height:100%;min-height:120px;display:flex;align-items:center;justify-content:center}.advanced-gallery__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--advanced-gallery-overlay);opacity:var(--advanced-gallery-overlay-opacity);pointer-events:none}.advanced-gallery__content{z-index:2;display:flex;flex-direction:column;gap:8px;width:100%;padding:14px 4px 0}.advanced-gallery__content--left{align-items:flex-start;text-align:left}.advanced-gallery__content--center{align-items:center;text-align:center}.advanced-gallery__content--right{align-items:flex-end;text-align:right}.advanced-gallery__item--bottom .advanced-gallery__content,.advanced-gallery__item--center .advanced-gallery__content{position:absolute;right:0;left:0;padding:28px;color:#fff}.advanced-gallery__item--bottom .advanced-gallery__content{bottom:0}.advanced-gallery__item--center .advanced-gallery__content{top:50%;transform:translateY(-50%)}.advanced-gallery__item--below .advanced-gallery__content{position:relative;color:var(--advanced-gallery-text)}.advanced-gallery__badge{display:inline-flex;width:fit-content;border-radius:999px;padding:5px 10px;background:#ffffffeb;color:var(--advanced-gallery-text);font-size:11px;font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase}.advanced-gallery__item--below .advanced-gallery__badge{background:var(--advanced-gallery-button-bg);color:var(--advanced-gallery-button-text)}.advanced-gallery__item-heading{margin:0;color:var(--advanced-gallery-text);font-size:10px;line-height:1.25;font-weight:500;letter-spacing:.02em;text-transform:uppercase;opacity:.75}.advanced-gallery__item-text{font-size:10px;line-height:1.5;opacity:.85}.advanced-gallery__item-text p{margin:0}.advanced-gallery__button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin-top:6px;border-radius:999px;padding:10px 18px;background:var(--advanced-gallery-button-bg);color:var(--advanced-gallery-button-text);font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.advanced-gallery__button:hover{transform:translateY(-1px);opacity:.92}.advanced-gallery__button--static{pointer-events:none}.advanced-gallery__controls{display:none;justify-content:center;gap:10px;margin-top:18px}.advanced-gallery__control{display:inline-flex;width:42px;height:42px;min-width:42px;min-height:42px;align-items:center;justify-content:center;padding:0;border:1px solid rgba(51,51,51,.22);border-radius:50%;background:#fff;color:var(--advanced-gallery-text);cursor:pointer;font-size:28px;line-height:1;box-sizing:border-box;transition:transform .2s ease,opacity .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.advanced-gallery__control:hover{transform:translateY(-2px) scale(1.04);border-color:var(--advanced-gallery-button-bg);background:var(--advanced-gallery-button-bg);color:var(--advanced-gallery-button-text)}.advanced-gallery__control:active{transform:translateY(0) scale(.96)}.advanced-gallery__control:focus-visible{outline:2px solid var(--advanced-gallery-button-bg);outline-offset:3px}.advanced-gallery__control:disabled{cursor:not-allowed;opacity:.35}.advanced-gallery__dots{display:none;justify-content:center;gap:8px;margin-top:12px}.advanced-gallery__dot{width:8px;height:8px;border:0;border-radius:999px;background:#33333338;cursor:pointer;padding:0}.advanced-gallery__dot.is-active{background:var(--advanced-gallery-button-bg)}.advanced-gallery__empty{border:1px dashed rgba(51,51,51,.24);border-radius:var(--advanced-gallery-border-radius);padding:32px 20px;text-align:center;color:var(--advanced-gallery-text);opacity:.75}.advanced-gallery--mobile-carousel .advanced-gallery__viewport,.advanced-gallery--desktop-carousel .advanced-gallery__viewport{overflow:hidden}.advanced-gallery--mobile-carousel .advanced-gallery__grid,.advanced-gallery--desktop-carousel .advanced-gallery__grid{display:flex;gap:var(--advanced-gallery-gap);overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;cursor:grab;-webkit-user-select:none;user-select:none}.advanced-gallery--mobile-carousel .advanced-gallery__grid.is-dragging,.advanced-gallery--desktop-carousel .advanced-gallery__grid.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.advanced-gallery--mobile-carousel .advanced-gallery__grid::-webkit-scrollbar,.advanced-gallery--desktop-carousel .advanced-gallery__grid::-webkit-scrollbar{display:none}.advanced-gallery--mobile-carousel .advanced-gallery__item{flex:0 0 var(--advanced-gallery-mobile-card-width);scroll-snap-align:start}.advanced-gallery--mobile-carousel.advanced-gallery--mobile-arrows .advanced-gallery__controls,.advanced-gallery--mobile-carousel .advanced-gallery__dots{display:flex}.advanced-gallery--content-mobile-below .advanced-gallery__content{position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:none;color:var(--advanced-gallery-text)}.advanced-gallery--content-mobile-below .advanced-gallery__badge{background:var(--advanced-gallery-button-bg);color:var(--advanced-gallery-button-text)}.advanced-gallery--preset-classic .advanced-gallery__media{border:1px solid rgba(51,51,51,.08);background:var(--advanced-gallery-card-bg);box-shadow:none}.advanced-gallery--preset-classic .advanced-gallery__item-heading{color:var(--advanced-gallery-text);font-weight:700;letter-spacing:.02em}.advanced-gallery--preset-classic .advanced-gallery__item:hover .advanced-gallery__media{border-color:#3333332e}.advanced-gallery--preset-minimal .advanced-gallery__media{border:0;background:transparent;box-shadow:none}.advanced-gallery--preset-minimal .advanced-gallery__content{padding-top:10px}.advanced-gallery--preset-minimal .advanced-gallery__item-heading{color:var(--advanced-gallery-text);font-weight:600;letter-spacing:.01em}.advanced-gallery--preset-minimal .advanced-gallery__item:hover .advanced-gallery__media{transform:translateY(-2px)}.advanced-gallery--preset-premium .advanced-gallery__media{border:1px solid rgba(51,51,51,.06);background:linear-gradient(135deg,#f1f1f1f5,#ffffffe6);box-shadow:0 14px 36px #33333314}.advanced-gallery--preset-premium .advanced-gallery__item-heading{color:var(--advanced-gallery-text);font-weight:700;letter-spacing:.03em}.advanced-gallery--preset-premium .advanced-gallery__item:hover .advanced-gallery__media{transform:translateY(-3px);box-shadow:0 18px 44px #3333331f}.advanced-gallery--shadow .advanced-gallery__media{box-shadow:0 12px 30px #3333331a}.advanced-gallery__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000d1}.advanced-gallery__lightbox[hidden]{display:none}.advanced-gallery__lightbox img{max-width:min(1100px,94vw);max-height:86vh;object-fit:contain;border-radius:12px}.advanced-gallery__lightbox-close{position:absolute;top:18px;right:18px;width:44px;height:44px;border:0;border-radius:999px;background:#fff;color:#333;cursor:pointer;font-size:30px;line-height:1}@media screen and (min-width:768px){.advanced-gallery__container{padding-right:24px;padding-left:24px}.advanced-gallery__layout--left{display:grid;grid-template-columns:minmax(120px,var(--advanced-gallery-header-width)) minmax(0,1fr);column-gap:clamp(24px,4vw,56px)}.advanced-gallery__layout--top.advanced-gallery__layout--align-top{justify-content:flex-start}.advanced-gallery__layout--top.advanced-gallery__layout--align-middle{justify-content:center}.advanced-gallery__layout--top.advanced-gallery__layout--align-bottom{justify-content:flex-end}.advanced-gallery__layout--left.advanced-gallery__layout--align-top{align-items:start}.advanced-gallery__layout--left.advanced-gallery__layout--align-middle{align-items:center}.advanced-gallery__layout--left.advanced-gallery__layout--align-bottom{align-items:end}.advanced-gallery__layout--left .advanced-gallery__header{max-width:var(--advanced-gallery-header-width);margin:0}.advanced-gallery__layout--left .advanced-gallery__heading{word-break:normal}.advanced-gallery__grid{grid-template-columns:repeat(var(--advanced-gallery-tablet-columns),minmax(0,1fr))}.advanced-gallery__media{width:min(100%,var(--advanced-gallery-desktop-image-width));height:var(--advanced-gallery-desktop-image-height)}.advanced-gallery__item-heading{font-size:var(--advanced-gallery-item-title-size, 18px)}.advanced-gallery:not(.advanced-gallery--desktop-carousel).advanced-gallery--mobile-carousel .advanced-gallery__viewport{overflow:visible}.advanced-gallery:not(.advanced-gallery--desktop-carousel).advanced-gallery--mobile-carousel .advanced-gallery__grid{display:grid;overflow:visible;scroll-snap-type:none;cursor:default;-webkit-user-select:auto;user-select:auto}.advanced-gallery:not(.advanced-gallery--desktop-carousel).advanced-gallery--mobile-carousel .advanced-gallery__item{flex:initial}.advanced-gallery:not(.advanced-gallery--desktop-carousel).advanced-gallery--mobile-carousel .advanced-gallery__controls,.advanced-gallery:not(.advanced-gallery--desktop-carousel).advanced-gallery--mobile-carousel .advanced-gallery__dots{display:none}.advanced-gallery--content-hover .advanced-gallery__content{opacity:0;transform:translateY(12px);transition:opacity .24s ease,transform .24s ease}.advanced-gallery--content-hover .advanced-gallery__item:hover .advanced-gallery__content,.advanced-gallery--content-hover .advanced-gallery__item:focus-within .advanced-gallery__content{opacity:1;transform:translateY(0)}.advanced-gallery--content-hover .advanced-gallery__item--center:hover .advanced-gallery__content,.advanced-gallery--content-hover .advanced-gallery__item--center:focus-within .advanced-gallery__content{transform:translateY(-50%)}.advanced-gallery--content-mobile-below .advanced-gallery__item--bottom .advanced-gallery__content,.advanced-gallery--content-mobile-below .advanced-gallery__item--center .advanced-gallery__content{position:absolute;right:0;left:0;color:#fff}.advanced-gallery--content-mobile-below .advanced-gallery__item--bottom .advanced-gallery__content{bottom:0}.advanced-gallery--content-mobile-below .advanced-gallery__item--center .advanced-gallery__content{top:50%;transform:translateY(-50%)}.advanced-gallery--content-mobile-below .advanced-gallery__item--bottom .advanced-gallery__badge,.advanced-gallery--content-mobile-below .advanced-gallery__item--center .advanced-gallery__badge{background:#ffffffeb;color:var(--advanced-gallery-text)}}@media screen and (min-width:1024px){.advanced-gallery__grid{grid-template-columns:repeat(var(--advanced-gallery-desktop-columns),minmax(0,1fr))}.advanced-gallery--featured_first .advanced-gallery__item--featured{grid-column:span 2}.advanced-gallery--featured_first .advanced-gallery__item--featured .advanced-gallery__media{width:min(100%,calc(var(--advanced-gallery-desktop-image-width) * 1.35));height:calc(var(--advanced-gallery-desktop-image-height) * 1.1)}.advanced-gallery--desktop-carousel .advanced-gallery__grid{padding:0 64px}.advanced-gallery--desktop-carousel .advanced-gallery__item{flex:0 0 var(--advanced-gallery-desktop-card-width);scroll-snap-align:start}.advanced-gallery--desktop-carousel.advanced-gallery--desktop-arrows .advanced-gallery__controls{position:absolute;top:calc(var(--advanced-gallery-desktop-image-height) / 2);left:-20px;right:-20px;z-index:4;display:flex;justify-content:space-between;margin-top:0;pointer-events:none;transform:translateY(-50%)}.advanced-gallery--desktop-carousel.advanced-gallery--desktop-arrows .advanced-gallery__control{pointer-events:auto}.advanced-gallery--desktop-carousel .advanced-gallery__dots{display:none}}@media screen and (max-width:767px){.advanced-gallery__layout--mobile-top,.advanced-gallery__layout--mobile-left{display:flex;flex-direction:column}.advanced-gallery__layout--mobile-align-top{justify-content:flex-start}.advanced-gallery__layout--mobile-align-middle{justify-content:center}.advanced-gallery__layout--mobile-align-bottom{justify-content:flex-end}.advanced-gallery__layout--mobile-left{display:grid;grid-template-columns:minmax(82px,34%) minmax(0,1fr);column-gap:16px;align-items:center}.advanced-gallery__layout--mobile-left.advanced-gallery__layout--mobile-align-top{align-items:start}.advanced-gallery__layout--mobile-left.advanced-gallery__layout--mobile-align-middle{align-items:center}.advanced-gallery__layout--mobile-left.advanced-gallery__layout--mobile-align-bottom{align-items:end}.advanced-gallery__layout--mobile-left .advanced-gallery__header{max-width:100%;margin:0}.advanced-gallery__layout--mobile-left .advanced-gallery__heading{font-size:12px;line-height:1.16}.advanced-gallery__layout--mobile-top .advanced-gallery__header{max-width:100%}.advanced-gallery__layout--mobile-top .advanced-gallery__heading{font-size:12px}}@media screen and (prefers-reduced-motion:reduce){.advanced-gallery__media,.advanced-gallery__media img,.advanced-gallery__button,.advanced-gallery__control,.advanced-gallery__content{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/71/assets/advanced-gallery.css.map */
