.custom-gallery-container{display:flex;width:100%;gap:15px;margin-bottom:12px;align-items:flex-start;margin-left:auto;margin-right:auto;position:sticky;top:20px}.custom-gallery-container[data-gallery-width]{margin-left:auto;margin-right:auto}.custom-gallery-container.thumbnails-left{flex-direction:row-reverse}.custom-gallery-container.thumbnails-left .custom-gallery-main{max-width:calc(100% - 120px)}.custom-gallery-main{flex:1;max-width:calc(100% - 120px);position:relative;overflow:hidden}.custom-gallery-main-wrapper{width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-wrap:nowrap;height:100%;scroll-behavior:smooth;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.custom-gallery-main-wrapper::-webkit-scrollbar{display:none}.custom-gallery-main-wrapper img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;pointer-events:none}.custom-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px #0003;transition:all .2s ease}.custom-gallery-arrow:hover{background:#ffffffe6;box-shadow:0 3px 8px #0000004d;transform:translateY(-50%) scale(1.1)}.custom-gallery-arrow svg{width:20px;height:20px;stroke:#333;stroke-width:2;fill:none}.custom-gallery-arrow--prev{left:15px}.custom-gallery-arrow--next{right:15px}.hide-desktop-arrows .custom-gallery-arrow{display:none}.custom-gallery-indicators{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:center;align-items:center;padding:8px 12px;pointer-events:auto;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;-ms-overflow-style:none;max-width:70%;margin:0 auto;background:#00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 12px #0000001f;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.custom-gallery-indicators.too-many-items{display:none}.custom-gallery-counter{position:absolute;bottom:16px;right:16px;padding:6px 10px;background:#00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 12px #0000001f;color:#fff;font-size:12px;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.5px;display:none;pointer-events:none}.custom-gallery-counter.show{display:block}.custom-gallery-indicators::-webkit-scrollbar{display:none}.custom-gallery-dot{display:inline-block;width:4px;height:4px;border-radius:50%;background-color:#fff6;border:none;margin:0 3px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);flex-shrink:0;position:relative;overflow:hidden}.custom-gallery-dot:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:50%;transform:translate(-50%,-50%);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0}.custom-gallery-dot:hover{background-color:#fff9;transform:scale(1.2)}.custom-gallery-dot.is-active{background-color:#fff3;transform:scale(1);width:16px;border-radius:8px;position:relative}.custom-gallery-dot.is-active:before{width:12px;height:3px;border-radius:1.5px;opacity:1;background:linear-gradient(135deg,#fff,#f1f3f4);box-shadow:0 1px 2px #00000026}.custom-gallery-thumbnails{width:100px;display:flex;flex-direction:column;align-items:center;padding:0;scrollbar-width:thin;gap:15px;position:relative;height:auto;overflow-y:auto;overflow-x:visible;justify-content:flex-start}.custom-gallery-thumbnails::-webkit-scrollbar{width:4px}.custom-gallery-thumbnails::-webkit-scrollbar-track{background:transparent}.custom-gallery-thumbnails::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.custom-gallery-thumbnails{max-height:100%}@media screen and (min-width: 750px){.custom-gallery-container[data-gallery-width="95"] .custom-thumbnail-item,.custom-gallery-container[data-gallery-width="90"] .custom-thumbnail-item,.custom-gallery-container[data-gallery-width="85"] .custom-thumbnail-item{width:90px!important;min-width:90px!important;max-width:90px!important}}.custom-gallery-thumbnails:before,.custom-gallery-thumbnails:after{display:none}.custom-gallery-container .custom-thumbnail-item,.custom-gallery-container .custom-thumbnail-item *{box-sizing:border-box}.custom-gallery-container .custom-thumbnail-item{cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;box-shadow:none;background-color:#fff;width:100px;min-width:100px;margin:0;padding:0;flex:0 0 auto}.custom-gallery-container.aspect-ratio-1-1 .custom-thumbnail-item{aspect-ratio:1/1!important}.custom-gallery-container.aspect-ratio-2-3 .custom-thumbnail-item{aspect-ratio:2/3!important}.custom-gallery-container.aspect-ratio-4-5 .custom-thumbnail-item{aspect-ratio:4/5!important}.custom-thumbnail-button{padding:0;border:none;background:none;cursor:pointer;display:block;width:100%;height:100%}.custom-thumbnail-button[aria-current=true]{outline:none}.custom-thumbnail-button:not([aria-current=true]):after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;transition:background-color .3s ease}.custom-thumbnail-button:not([aria-current=true]):hover:after{background-color:#fff0}.custom-thumbnail-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.custom-media-item{min-width:100%;height:100%;flex:0 0 100%;opacity:1;position:relative;scroll-snap-align:start;scroll-snap-stop:always}.custom-media-container{position:relative;overflow:hidden;height:100%}.desktop-aspect-ratio-1-1 .custom-media-container{padding-bottom:100%}.desktop-aspect-ratio-2-3 .custom-media-container{padding-bottom:150%}.desktop-aspect-ratio-4-5 .custom-media-container{padding-bottom:125%}.custom-media-image{position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.custom-media-video,.custom-media-model{position:absolute;top:0;left:0;width:100%;height:100%}.custom-media-video iframe,.custom-media-video video,.custom-media-model model-viewer{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.custom-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffffb3;border-radius:50%;padding:3px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.custom-gallery-likes{position:absolute;bottom:15px;right:15px;background:#000000b3;color:#fff;padding:8px 12px;border-radius:20px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .2s ease;pointer-events:auto;cursor:pointer}.custom-gallery-likes:hover{background:#000c;transform:scale(1.05)}.custom-gallery-likes svg{width:16px;height:16px;fill:#ff4757;stroke:none}.custom-gallery-likes .likes-count{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.5px}@media screen and (max-width: 749px){.custom-gallery-container{flex-direction:row;gap:10px;margin-left:auto;margin-right:auto;max-width:100%!important;width:100%!important;align-items:flex-start}.custom-gallery-container[data-gallery-width]{max-width:100%!important;width:100%!important}.custom-gallery-container.thumbnails-left{flex-direction:row-reverse}.custom-gallery-main{max-width:calc(100% - 80px);width:calc(100% - 80px);min-height:auto;display:block;flex:1}.custom-gallery-container.thumbnails-left .custom-gallery-main{max-width:calc(100% - 80px)}.custom-media-container{display:block;position:relative;height:auto}.custom-gallery-arrow{width:36px;height:36px}.custom-gallery-likes{bottom:12px;right:12px;padding:6px 10px;font-size:13px;border-radius:16px}.custom-gallery-likes svg{width:14px;height:14px}.custom-gallery-indicators{bottom:12px;padding:6px 10px;border-radius:14px;max-width:80%;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.custom-gallery-dot{width:3px;height:3px;margin:0 2.5px}.custom-gallery-dot.is-active{width:14px;border-radius:7px}.custom-gallery-dot.is-active:before{width:10px;height:2.5px}.custom-gallery-counter{bottom:12px;right:12px;padding:5px 8px;font-size:11px;border-radius:10px}.hide-mobile-arrows .custom-gallery-arrow{display:none}.hide-desktop-arrows .custom-gallery-arrow{display:flex}.hide-desktop-arrows.hide-mobile-arrows .custom-gallery-arrow{display:none}.custom-gallery-thumbnails{width:70px;flex-direction:column;height:auto;max-height:100vh;min-height:auto;overflow-x:visible;overflow-y:auto;gap:8px;scrollbar-width:thin;justify-content:flex-start;display:flex!important;flex-shrink:0}.custom-gallery-thumbnails::-webkit-scrollbar{width:2px}.custom-gallery-thumbnails::-webkit-scrollbar-track{background:transparent}.custom-gallery-thumbnails::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:2px}.hide-mobile-thumbnails .custom-gallery-thumbnails{display:none!important}.hide-mobile-thumbnails .custom-gallery-main{max-width:100%!important;width:100%!important}.hide-mobile-thumbnails.thumbnails-left .custom-gallery-main{max-width:100%!important}.custom-thumbnail-item{flex-shrink:0;flex-grow:0!important;margin-bottom:0;margin-right:0;display:block!important;opacity:1!important;visibility:visible!important;transform:none!important;position:relative;width:70px!important}.custom-gallery-container:not([data-padding-x="0"]) .custom-gallery-thumbnails .custom-thumbnail-item:first-child{margin-left:0!important;margin-top:0!important}.custom-gallery-container[data-padding-x="0"] .custom-gallery-thumbnails .custom-thumbnail-item:first-child{margin-left:0!important;margin-top:0!important}.mobile-aspect-ratio-1-1 .custom-media-container{padding-bottom:100%!important}.mobile-aspect-ratio-2-3 .custom-media-container{padding-bottom:150%!important}.mobile-aspect-ratio-4-5 .custom-media-container{padding-bottom:125%!important}.mobile-aspect-ratio-1-1 .custom-thumbnail-item{aspect-ratio:1/1!important;width:70px!important;height:70px!important;min-width:70px!important;max-width:70px!important;min-height:70px!important;max-height:70px!important}.mobile-aspect-ratio-2-3 .custom-thumbnail-item{aspect-ratio:2/3!important;width:70px!important;height:105px!important;min-width:70px!important;max-width:70px!important;min-height:105px!important;max-height:105px!important}.mobile-aspect-ratio-4-5 .custom-thumbnail-item{aspect-ratio:4/5!important;width:70px!important;height:87.5px!important;min-width:70px!important;max-width:70px!important;min-height:87.5px!important;max-height:87.5px!important}.custom-thumbnail-image{display:block!important;opacity:1!important;visibility:visible!important;width:100%!important;height:100%!important;object-fit:cover!important;max-width:none!important;max-height:none!important}.custom-thumbnail-button{width:100%!important;height:100%!important;padding:0!important;margin:0!important;position:absolute!important;top:0!important;left:0!important}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/product-media-gallery-and-thumbnail.css.map */
