.fdcf-product-gallery{position:relative;display:flex;flex-direction:row;align-items:stretch;gap:10px;overflow:hidden;background:transparent;color:var(--fdcf-gallery-text,#fff);isolation:isolate}
.fdcf-product-gallery__stage{position:relative;flex:1 1 auto;min-width:0;overflow:hidden}
.fdcf-product-gallery__image{display:block;width:100%;height:100%;object-fit:var(--fdcf-gallery-fit,cover);object-position:center;background:transparent;cursor:zoom-in}
.fdcf-product-gallery__arrow{position:absolute;top:50%;z-index:4;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(0,0,0,.42);color:var(--fdcf-gallery-text,#fff);padding:0;font-size:34px;line-height:1;text-align:center;transform:translateY(-50%);cursor:pointer}
.fdcf-product-gallery__arrow:hover,.fdcf-product-gallery__arrow:focus{background:rgba(0,0,0,.72)}
.fdcf-product-gallery__arrow--prev{left:12px}
.fdcf-product-gallery__arrow--next{right:12px}
.fdcf-product-gallery__thumbs{order:-1;position:relative;z-index:3;flex:0 0 auto;display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;max-height:100%;padding:0;background:transparent}
.fdcf-product-gallery__thumb{flex:0 0 auto;width:64px;height:64px;border:2px solid transparent;border-radius:6px;padding:0;background:transparent;overflow:hidden;cursor:pointer}
.fdcf-product-gallery__thumb.is-active{border-color:var(--fdcf-gallery-active-thumb,#fff)}
.fdcf-product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover;background:transparent}
.fdcf-product-gallery__lightbox{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.88);padding:24px}
.fdcf-product-gallery__lightbox.is-open{display:flex}
.fdcf-product-gallery__lightbox img{max-width:min(96vw,1400px);max-height:88vh;object-fit:contain}
.fdcf-product-gallery__lightbox-close{position:absolute;top:16px;right:16px;z-index:2;width:44px;height:44px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(0,0,0,.48);color:var(--fdcf-gallery-text,#fff);font-size:30px;line-height:1;cursor:pointer}
.fdcf-product-gallery__lightbox .fdcf-product-gallery__arrow{position:absolute}
@media (max-width:640px){.fdcf-product-gallery__arrow{width:36px;height:36px;font-size:28px}.fdcf-product-gallery{gap:6px}.fdcf-product-gallery__thumb{width:48px;height:48px}.fdcf-product-gallery__thumbs{gap:6px;padding:0}}
