.spotted-gallery-section{padding-top:var(--spotted-padding-top-desktop);padding-bottom:var(--spotted-padding-bottom-desktop)}@media screen and (max-width:767px){.spotted-gallery-section{padding-top:var(--spotted-padding-top-mobile);padding-bottom:var(--spotted-padding-bottom-mobile)}}.spotted-gallery__heading{text-align:var(--spotted-heading-align, left);margin:0 0 var(--spotted-heading-space-desktop)}@media screen and (max-width:767px){.spotted-gallery__heading{margin:0 0 var(--spotted-heading-space-mobile);padding-left:6px}}.spotted-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spotted-image-gap)}.spotted-gallery__media{position:relative;overflow:hidden;aspect-ratio:100 / var(--spotted-image-height);background-color:#f2f0ee}.spotted-gallery__img{display:block;width:100%;height:100%;object-fit:cover}@media screen and (max-width:767px){.spotted-gallery__grid{grid-template-columns:repeat(2,1fr);gap:var(--spotted-mobile-image-gap)}.spotted-gallery__grid--mobile-cols-1{grid-template-columns:repeat(1,1fr)}.spotted-gallery__media{aspect-ratio:100 / var(--spotted-image-height-mobile)}}.spotted-hotspot{position:absolute;left:var(--spotted-hotspot-desktop-x);top:var(--spotted-hotspot-desktop-y);transform:translate(-50%,-50%);width:var(--spotted-hotspot-size);height:var(--spotted-hotspot-size);border-radius:50%;border:none;padding:0;background:var(--spotted-hotspot-bg);color:var(--spotted-hotspot-icon);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 6px #00000040;transition:transform .2s ease}.spotted-hotspot:hover{transform:translate(-50%,-50%) scale(1.08)}.spotted-hotspot__icon{width:42%;height:42%;display:flex}.spotted-hotspot__icon svg{width:100%;height:100%;fill:currentColor;stroke:currentColor}.spotted-hotspot .quick--view-text.hidden{visibility:hidden}.spotted-hotspot .product--submit-btn-loader{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.spotted-hotspot .product--submit-btn-loader svg{width:42%;height:42%;transform:none}.spotted-hotspot-wrap--desktop{display:contents}.spotted-hotspot--mobile{display:none}@media screen and (max-width:767px){.spotted-hotspot{left:var(--spotted-hotspot-mobile-x);top:var(--spotted-hotspot-mobile-y);width:var(--spotted-hotspot-size-mobile);height:var(--spotted-hotspot-size-mobile)}.spotted-hotspot-wrap--desktop{display:none}.spotted-hotspot--mobile{display:flex}}.spotted-hotspot--pulse:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--spotted-hotspot-bg);opacity:.6;animation:spotted-hotspot-pulse 2s ease-out infinite;pointer-events:none}@keyframes spotted-hotspot-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.9);opacity:0}}@media(prefers-reduced-motion:reduce){.spotted-hotspot--pulse:before{animation:none;display:none}}.spotted-mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:10000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease}.spotted-mobile-drawer-overlay.is-open{opacity:1;visibility:visible;pointer-events:all}.spotted-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;background:var(--body_background);color:var(--text_color);z-index:10001;display:flex;flex-direction:column;transform:translate(100%);transition:transform .2s cubic-bezier(.3,1,.3,1);visibility:hidden}.spotted-mobile-drawer.is-open{transform:translate(0);visibility:visible}@media(prefers-reduced-motion:reduce){.spotted-mobile-drawer,.spotted-mobile-drawer-overlay{transition:none}}.spotted-mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;flex-shrink:0}.spotted-mobile-drawer__header-title{margin:0;text-align:left;font-weight:600;line-height:1}.spotted-mobile-drawer__close{background:none;border:none;padding:4px;cursor:pointer;line-height:0}.spotted-mobile-drawer__body{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column}.spotted-mobile-drawer__gallery{flex-shrink:0}.spotted-mobile-drawer__swiper-outer .swiper-wrapper{display:flex}.spotted-mobile-drawer__swiper-wrapper{transition-timing-function:linear!important;padding-bottom:0!important}.spotted-mobile-drawer__slide{flex-shrink:0}.spotted-mobile-drawer__content{padding:20px 20px 6px;display:flex;flex-direction:column;gap:8px;flex:1 1 auto}.spotted-mobile-drawer__content .product-title-heading{font-size:16px!important;font-weight:700!important}.spotted-mobile-drawer__content .product-title-price-row{align-items:flex-start!important}.spotted-mobile-drawer__content .wl-title-btn{width:24px;height:24px;flex-shrink:0;transform:none!important}.spotted-mobile-drawer__content .wl-icon-outline,.spotted-mobile-drawer__content .wl-icon-filled,.spotted-mobile-drawer__content .wl-title-btn svg{width:24px;height:24px}.spotted-mobile-drawer__content .price-wrapper{margin-top:-9px}.spotted-mobile-drawer__content .product--actual-price{font-size:14px;font-weight:500;line-height:1}.spotted-mobile-drawer__content .product--cut-price{line-height:1}.spotted-mobile-drawer__divider{margin-top:-8px;margin-bottom:-8px}.spotted-mobile-drawer__variants optionset.product--options-set{align-items:stretch!important}.spotted-mobile-drawer__variants{margin-top:auto}.spotted-mobile-drawer__variants+.spotted-mobile-drawer__model-info{margin-top:4px}.spotted-mobile-drawer__model-info{font-size:13px;line-height:1;color:#6f6f6f}.spotted-mobile-drawer__more-details-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 0 16px}.spotted-mobile-drawer__more-details-summary{background:none;border:none;padding:0;margin:0;font-family:inherit}.spotted-mobile-drawer__more-details-summary,.spotted-mobile-drawer__view-product-link{display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:2px;color:var(--text_color);white-space:nowrap}.spotted-mobile-drawer__view-product-link svg{flex-shrink:0}.spotted-mobile-drawer__details-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;flex-direction:column;background:var(--body_background);opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.spotted-mobile-drawer__details-popup.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.spotted-mobile-drawer__details-popup-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #ebebeb}.spotted-mobile-drawer__details-popup-title{margin:0;font-size:16px;font-weight:700}.spotted-mobile-drawer__details-popup-close{background:none;border:none;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.spotted-mobile-drawer__details-popup-close svg{width:16px;height:16px}.spotted-mobile-drawer__details-popup-body{flex:1 1 auto;overflow-y:auto;padding:20px;font-size:13px;line-height:1.6}.spotted-mobile-drawer__details-popup-back{display:block;width:fit-content;margin:32px auto 0;text-align:center;background:none;border:none;padding:0;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:2px;color:var(--text_color);cursor:pointer}.spotted-mobile-drawer__footer{flex-shrink:0;padding:10px 20px;background:var(--body_background)}.spotted-mobile-drawer__atc .product-checkout-buttons-outer,.spotted-mobile-drawer__atc form{width:100%}.spotted-mobile-drawer__atc .button,.spotted-mobile-drawer__atc button.shopify-payment-button__button,.spotted-mobile-drawer__atc .shopify-payment-button__button{border-radius:8px!important}.spotted-mobile-drawer__atc shopify-accelerated-checkout,.spotted-mobile-drawer__atc shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-border-radius: 8px}body:has(.spotted-mobile-drawer.is-open) product-media-popup{z-index:10002}.spotted-mobile-drawer__loading{flex:1 1 auto;display:flex;align-items:center;justify-content:center}.spotted-mobile-drawer__spinner{width:28px;height:28px;border-radius:50%;border:2px solid rgba(0,0,0,.15);border-top-color:var(--text_color, #111);animation:spotted-mobile-drawer-spin .7s linear infinite}@keyframes spotted-mobile-drawer-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spotted-mobile-drawer__spinner{animation-duration:1.4s}}
/*# sourceMappingURL=/cdn/shop/t/160/assets/spotted-shoppable-gallery.css.map */
