.product-model-gallery{--model-gallery-gap: 12px;--model-gallery-radius: 0px;width:100%;margin-top:20px;margin-bottom:20px}.product-model-gallery__heading{margin:0 0 20px;font-size:16px!important;font-weight:700!important;line-height:1.4!important;text-align:center}.product-model-gallery:not(:has(.product-model-gallery__heading)):before{content:"\9ede\64ca\7167\7247\9032\884c\653e\5927\700f\89bd";display:block;margin:0 0 20px;font-size:inherit;font-weight:700;line-height:1.4;text-align:center}.product-model-gallery__grid{display:grid;gap:var(--model-gallery-gap);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0!important;padding-inline:0!important;list-style:none}.product-model-gallery__grid[data-count="1"]{grid-template-columns:minmax(0,1fr)}.product-model-gallery__grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.product-model-gallery__grid[data-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.product-model-gallery__grid[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}.product-model-gallery__grid[data-count="4"][data-four-layout=columns]{grid-template-columns:repeat(4,minmax(0,1fr))}.product-model-gallery__item{min-width:0;overflow:hidden;border-radius:var(--model-gallery-radius);background:rgb(var(--color-background, 255 255 255))}.product-model-gallery__trigger{display:block;width:100%;height:100%;margin:0;padding:0;border:0;border-radius:inherit;background:transparent;color:inherit;cursor:zoom-in}.product-model-gallery__trigger:focus-visible{outline:2px solid currentColor;outline-offset:-4px}.product-model-gallery__image{display:block;width:100%;height:auto}.product-model-gallery[data-ratio=portrait] .product-model-gallery__image{aspect-ratio:3 / 4;height:100%;object-fit:cover}.product-model-gallery[data-ratio=square] .product-model-gallery__image{aspect-ratio:1 / 1;height:100%;object-fit:cover}.product-model-gallery[data-ratio=landscape] .product-model-gallery__image{aspect-ratio:4 / 3;height:100%;object-fit:cover}html.model-gallery-lightbox-open{overflow:hidden}.product-model-gallery__lightbox{box-sizing:border-box;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:#14141494;color:#fff}.product-model-gallery__lightbox[open]{display:block}.product-model-gallery__lightbox::backdrop{background:transparent}.product-model-gallery__lightbox-shell{position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;width:100%;height:100%;padding:38px 68px 16px}.product-model-gallery__lightbox-toolbar{position:absolute;z-index:3;top:0;left:0;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:38px;padding:0 10px;background:#0000002e}.product-model-gallery__counter{font-size:13px;font-weight:600;letter-spacing:.04em}.product-model-gallery__close,.product-model-gallery__nav,.product-model-gallery__thumbnail{margin:0;border:0;background:transparent;color:inherit;cursor:pointer}.product-model-gallery__close{display:grid;width:38px;height:38px;padding:9px;place-items:center}.product-model-gallery__close svg,.product-model-gallery__nav svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.product-model-gallery__stage{display:flex;min-width:0;min-height:0;align-items:center;justify-content:center;overflow:hidden;touch-action:pan-y}.product-model-gallery__lightbox-media{position:relative;display:inline-block;flex:0 1 auto;max-width:100%;max-height:100%;line-height:0}.product-model-gallery__lightbox-image{display:block;max-width:min(82vw,1600px);max-height:calc(100dvh - 156px);object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-model-gallery__watermark{position:absolute;z-index:1;bottom:0;left:-8px;display:block;width:clamp(116px,19.2%,176px);height:auto;max-width:none;pointer-events:none;filter:grayscale(1) invert(1);mix-blend-mode:screen;opacity:.82;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-model-gallery__nav{position:absolute;z-index:2;top:50%;display:grid;width:44px;height:56px;padding:11px;transform:translateY(-50%);background:#0000005c;place-items:center}.product-model-gallery__nav--previous{left:0}.product-model-gallery__nav--next{right:0}.product-model-gallery__lightbox[data-count="1"] .product-model-gallery__nav,.product-model-gallery__lightbox[data-count="1"] .product-model-gallery__thumbnails{display:none}.product-model-gallery__thumbnails{display:flex;max-width:min(86vw,900px);margin:10px auto 0;padding:2px;gap:8px;overflow-x:auto;scrollbar-width:thin}.product-model-gallery__thumbnail{flex:0 0 66px;width:66px;height:82px;padding:2px;border:2px solid transparent;opacity:.58}.product-model-gallery__thumbnail[aria-current=true]{border-color:#fff;opacity:1}.product-model-gallery__thumbnail-image{display:block;width:100%;height:100%;object-fit:cover}.product-model-gallery__close:focus-visible,.product-model-gallery__nav:focus-visible,.product-model-gallery__thumbnail:focus-visible{outline:2px solid #fff;outline-offset:2px}@media screen and (max-width:749px){.product-model-gallery{box-sizing:border-box;max-width:none}.product-model-gallery__heading{font-size:14px!important;font-weight:700!important;line-height:1.4!important}.product-model-gallery__grid{--model-gallery-mobile-height: clamp(220px, 64vw, 300px);display:grid;width:100%;max-width:none;margin-inline:0;padding:0!important;padding-inline:0!important;gap:clamp(4px,1.2vw,var(--model-gallery-gap));overflow:visible}.product-model-gallery__item{width:100%}.product-model-gallery__trigger{height:var(--model-gallery-mobile-height)}.product-model-gallery__image,.product-model-gallery[data-ratio=portrait] .product-model-gallery__image,.product-model-gallery[data-ratio=square] .product-model-gallery__image,.product-model-gallery[data-ratio=landscape] .product-model-gallery__image{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center center}.product-model-gallery__lightbox-shell{padding:42px 0 10px}.product-model-gallery__lightbox-image{max-width:100vw;max-height:calc(100dvh - 132px)}.product-model-gallery__watermark{left:-19px;width:clamp(104px,30.4vw,136px)}.product-model-gallery__nav{width:38px;height:48px;padding:10px}.product-model-gallery__thumbnail{flex-basis:52px;width:52px;height:64px}.product-model-gallery__thumbnails{max-width:calc(100vw - 20px);gap:6px}}@media(prefers-reduced-motion:reduce){.product-model-gallery__grid{scroll-behavior:auto}}.product-detail-gallery-wrapper .product-model-gallery__heading{display:none!important}.product-detail-gallery-wrapper .product-model-gallery{margin-top:0}.product-detail-gallery-wrapper{box-sizing:border-box;padding-top:20px}.product-detail-gallery-wrapper .product-model-gallery:not(:has(.product-model-gallery__heading)):before{margin:20px 0!important}.product-detail-gallery-wrapper .product-model-gallery__grid{grid-template-columns:minmax(0,1fr)!important;gap:0!important}.product-detail-gallery-wrapper .product-model-gallery__trigger{height:auto!important}.product-detail-gallery-wrapper .product-model-gallery__image{width:100%!important;height:auto!important;aspect-ratio:45 / 23!important;object-fit:cover!important;object-position:center center!important}
/*# sourceMappingURL=/cdn/shop/t/61/assets/model-gallery.css.map */
