.suntk-module-gallery{--gallery-radius:16px;display:grid;grid-template-areas:"stage" "thumbs";gap:10px;width:100%;max-width:440px;margin-inline:auto;direction:rtl}.suntk-module-gallery.thumbs-right{grid-template-columns:64px minmax(0,1fr);grid-template-areas:"thumbs stage"}.suntk-module-gallery.thumbs-left{grid-template-columns:minmax(0,1fr) 64px;grid-template-areas:"stage thumbs"}.suntk-module-gallery__stage{grid-area:stage;min-width:0}.suntk-module-gallery__main{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:340px;margin:0;padding:18px;overflow:hidden;border:1px solid #e1e7e9;border-radius:var(--gallery-radius);background:#fff;cursor:zoom-in;isolation:isolate}.suntk-module-gallery__main img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;margin:auto;object-position:center center;transform:translate3d(0,0,0);transform-origin:var(--gallery-x,50%) var(--gallery-y,50%);transition:transform .28s ease,opacity .18s ease,filter .28s ease;will-change:transform;backface-visibility:hidden}.suntk-module-gallery.fit-contain .suntk-module-gallery__main img{object-fit:contain}.suntk-module-gallery.fit-scale-down .suntk-module-gallery__main img{object-fit:scale-down}.suntk-module-gallery.fit-cover .suntk-module-gallery__main img{object-fit:cover}.suntk-module-gallery.shape-square .suntk-module-gallery__main{height:auto;aspect-ratio:1/1}.suntk-module-gallery.shape-oval{--gallery-radius:50% / 42%}.suntk-module-gallery.shape-oval .suntk-module-gallery__main{height:auto;aspect-ratio:4/3;padding:26px}.suntk-module-gallery__thumbs{grid-area:thumbs;display:flex;gap:7px;overflow:auto;scrollbar-width:thin;padding:2px}.suntk-module-gallery.thumbs-right .suntk-module-gallery__thumbs,.suntk-module-gallery.thumbs-left .suntk-module-gallery__thumbs{flex-direction:column;max-height:340px}.suntk-module-gallery__thumb{display:flex;align-items:center;justify-content:center;flex:0 0 58px;width:58px;height:58px;padding:4px;border:1px solid #dde6e8;border-radius:9px;background:#fff;cursor:pointer;transition:.18s}.suntk-module-gallery__thumb:hover{border-color:var(--suntk-primary,#0f766e);transform:translateY(-1px)}.suntk-module-gallery__thumb.is-active{border-color:var(--suntk-primary,#0f766e);box-shadow:0 0 0 2px color-mix(in srgb,var(--suntk-primary,#0f766e) 14%,transparent)}.suntk-module-gallery__thumb img{display:block;width:100%;height:100%;object-fit:contain}.suntk-module-gallery__counter{position:absolute;right:11px;bottom:10px;z-index:5;padding:3px 8px;border-radius:999px;background:rgba(17,24,39,.72);color:#fff;font-size:10px}.suntk-module-gallery__expand{position:absolute;top:10px;left:10px;z-index:5;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.9);color:#243b43;box-shadow:0 4px 14px rgba(0,0,0,.08)}.suntk-module-gallery__spotlight{position:absolute;inset:0;z-index:2;pointer-events:none;opacity:0;background:radial-gradient(circle 110px at var(--gallery-x,50%) var(--gallery-y,50%),rgba(255,255,255,.66),rgba(255,255,255,0) 72%);transition:opacity .2s}.suntk-module-gallery.is-changing .suntk-module-gallery__main img{opacity:.12}.suntk-module-gallery.transition-fast .suntk-module-gallery__main img{transition-duration:.12s}.suntk-module-gallery.transition-cinematic .suntk-module-gallery__main img{transition-duration:.48s}.suntk-module-gallery.effect-zoom-soft .suntk-module-gallery__main:hover img{transform:scale(1.045)}.suntk-module-gallery.effect-magnify .suntk-module-gallery__main:hover img{transform:scale(var(--suntk-module-gallery-zoom,1.35))}.suntk-module-gallery.effect-gentle-shake .suntk-module-gallery__main:hover img{animation:suntkGalleryShake 1.7s ease-in-out infinite}.suntk-module-gallery.effect-float .suntk-module-gallery__main:hover img{animation:suntkGalleryFloat 1.9s ease-in-out infinite}.suntk-module-gallery.effect-tilt .suntk-module-gallery__main:hover img{transform:perspective(850px) rotateX(var(--gallery-tilt-x,0deg)) rotateY(var(--gallery-tilt-y,0deg)) scale(1.015)}.suntk-module-gallery.effect-spotlight .suntk-module-gallery__main:hover .suntk-module-gallery__spotlight{opacity:1}.suntk-module-gallery.effect-glow .suntk-module-gallery__main:hover img{filter:drop-shadow(0 13px 18px color-mix(in srgb,var(--suntk-primary,#0f766e) 28%,transparent)) brightness(1.025)}@keyframes suntkGalleryShake{0%,100%{transform:translate3d(0,0,0) rotate(0)}25%{transform:translate3d(1px,0,0) rotate(.15deg)}50%{transform:translate3d(-1px,1px,0) rotate(-.15deg)}75%{transform:translate3d(0,-1px,0) rotate(.1deg)}}@keyframes suntkGalleryFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-6px,0)}}.suntk-module-gallery__dialog{max-width:min(92vw,1100px);max-height:92vh;padding:18px;border:0;border-radius:16px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.32)}.suntk-module-gallery__dialog::backdrop{background:rgba(7,18,23,.76);backdrop-filter:blur(3px)}.suntk-module-gallery__dialog img{display:block;max-width:86vw;max-height:84vh;margin:auto;object-fit:contain}.suntk-module-gallery__close{position:absolute;top:7px;left:7px;z-index:2;width:34px;height:34px;border:0;border-radius:50%;background:#111827;color:#fff;font-size:22px;cursor:pointer}@media(max-width:767px){.suntk-module-gallery{max-width:100%}.suntk-module-gallery.thumbs-right,.suntk-module-gallery.thumbs-left{grid-template-columns:1fr;grid-template-areas:"stage" "thumbs"}.suntk-module-gallery.thumbs-right .suntk-module-gallery__thumbs,.suntk-module-gallery.thumbs-left .suntk-module-gallery__thumbs{flex-direction:row;max-height:none}.suntk-module-gallery__main{height:290px}.suntk-module-gallery.shape-square .suntk-module-gallery__main,.suntk-module-gallery.shape-oval .suntk-module-gallery__main{max-height:320px}}@media(prefers-reduced-motion:reduce){.suntk-module-gallery__main img{animation:none!important;transition:none!important;transform:none!important}}

/* v2.0.0 configurable geometry */
.suntk-module-gallery{max-width:min(100%,var(--suntk-gallery-width,390px))}
.suntk-module-gallery__main{height:var(--suntk-gallery-height,340px)}
.suntk-module-gallery.shape-rectangle-horizontal .suntk-module-gallery__main{border-radius:16px}
.suntk-module-gallery.shape-rectangle-vertical{max-width:min(100%,var(--suntk-gallery-width,320px))}
.suntk-module-gallery.shape-rectangle-vertical .suntk-module-gallery__main{border-radius:16px}
.suntk-module-gallery.shape-square .suntk-module-gallery__main{height:auto;aspect-ratio:1/1;border-radius:16px}
.suntk-module-gallery.shape-oval-horizontal{--gallery-radius:50% / 42%}
.suntk-module-gallery.shape-oval-horizontal .suntk-module-gallery__main{border-radius:50% / 42%;padding:26px}
.suntk-module-gallery.shape-oval-vertical{--gallery-radius:42% / 50%;max-width:min(100%,var(--suntk-gallery-width,320px))}
.suntk-module-gallery.shape-oval-vertical .suntk-module-gallery__main{border-radius:42% / 50%;padding:28px}
@media(max-width:767px){.suntk-module-gallery{--suntk-gallery-width:100%!important}.suntk-module-gallery__main{height:min(var(--suntk-gallery-height,300px),72vw)}}
