html.as-gallery-open { overflow:hidden; }
body.as-gallery-design .pswp.as-gallery-viewer {
  --ag-ink:#1A1A2E; --ag-white:#FFFFFF; --ag-line:rgba(229,234,242,.18); --ag-accent:#467FF7;
  z-index:1000001; font-family:Poppins,sans-serif;
}
body.as-gallery-design .pswp.as-gallery-viewer .pswp__bg { background:var(--ag-ink)!important; }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__top-bar {
  display:flex; align-items:center; gap:8px; height:72px; padding:12px 24px;
  padding-top:max(12px,env(safe-area-inset-top)); background:var(--ag-ink)!important;
  border-bottom:1px solid var(--ag-line); opacity:1!important;
}
body.as-gallery-design .pswp.as-gallery-viewer .as-gallery-title {
  flex:1; min-width:0; margin:0 20px 0 0; color:var(--ag-white); font-size:16px; line-height:1.5;
  font-weight:500; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
body.as-gallery-design .pswp.as-gallery-viewer .pswp__counter {
  position:static; order:1; height:auto; padding:0 20px; margin:0; color:var(--ag-white);
  font-size:13px; font-weight:500; line-height:24px; opacity:1; font-variant-numeric:tabular-nums; white-space:nowrap;
}
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button {
  width:48px; height:48px; min-width:48px; padding:0; margin:0; border:1px solid var(--ag-line);
  border-radius:12px; background:transparent!important; color:var(--ag-white); box-shadow:none;
  opacity:1!important; float:none; flex:0 0 48px;
}
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--zoom { order:2; }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--fs { order:3; }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--close { order:4; }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button svg {
  position:absolute; inset:0; margin:auto; width:22px; height:22px; pointer-events:none;
  fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;
}
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button::before { display:none!important; }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button:hover { background:rgba(255,255,255,.1)!important; border-color:rgba(229,234,242,.45); }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button:focus-visible,
body.as-gallery-design .pswp.as-gallery-viewer .as-gallery-thumb:focus-visible { outline:3px solid var(--ag-accent); outline-offset:4px; }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--arrow--left,
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--arrow--right {
  position:absolute; top:50%; margin-top:-24px; width:48px; height:48px; visibility:visible!important;
  background:var(--ag-ink)!important;
}
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--arrow--left { left:24px; }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--arrow--right { right:24px; }
body.as-gallery-design .pswp.as-gallery-viewer .as-gallery-thumbs {
  display:flex; gap:8px; position:absolute; left:50%; bottom:20px; transform:translateX(-50%);
  max-width:calc(100% - 160px); padding:6px; overflow-x:auto; scrollbar-width:thin;
  scrollbar-color:var(--ag-line) transparent; border-radius:12px;
}
body.as-gallery-design .pswp.as-gallery-viewer .as-gallery-thumb {
  position:relative; display:block; flex:0 0 72px; width:72px; height:56px; min-height:48px;
  padding:3px; margin:0; border:2px solid transparent; border-radius:12px; background:transparent;
  color:var(--ag-white); box-shadow:none; opacity:.6; cursor:pointer;
}
body.as-gallery-design .pswp.as-gallery-viewer .as-gallery-thumb img { display:block; width:100%; height:100%; object-fit:cover; border-radius:8px; pointer-events:none; }
body.as-gallery-design .pswp.as-gallery-viewer .as-gallery-thumb:hover { opacity:1; }
body.as-gallery-design .pswp.as-gallery-viewer .as-gallery-thumb[aria-current=true] { opacity:1; border-color:var(--ag-accent); }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__caption {
  bottom:96px; min-height:0; padding:0 24px; background:transparent!important; opacity:1!important; pointer-events:none;
}
body.as-gallery-design .pswp.as-gallery-viewer .pswp__caption__center {
  max-width:720px; padding:0; color:#E5EAF2; font-size:13px; line-height:20px; text-align:center;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
body.as-gallery-design .pswp.as-gallery-viewer:not(.as-gallery-has-caption) .pswp__caption,
body.as-gallery-design .pswp.as-gallery-viewer .pswp__caption--fake { display:none!important; }
body.as-gallery-design .pswp.as-gallery-viewer.as-gallery-single .pswp__caption { bottom:24px; }
body.as-gallery-design .pswp.as-gallery-viewer.as-gallery-single .pswp__counter { display:block; }
body.as-gallery-design .pswp.as-gallery-viewer.as-gallery-video .pswp__button--zoom { display:none; }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__preloader { position:absolute; top:calc(50vh - 22px); left:50%; margin-left:-22px; pointer-events:none; }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__error-msg { color:#E5EAF2; padding:24px; line-height:1.6; }
body.as-gallery-design .pswp.as-gallery-viewer .pswp__error-msg a { color:var(--ag-white); }
body.as-gallery-design:has(.pswp--open) :is(#bottomMobileMenu,#asantap-mobile-back,#mylisting-back-to-top) { visibility:hidden!important; pointer-events:none!important; }
@media (max-width:600px) {
  body.as-gallery-design .pswp.as-gallery-viewer .pswp__top-bar { height:72px; padding-left:16px; padding-right:16px; gap:8px; }
  body.as-gallery-design .pswp.as-gallery-viewer .as-gallery-title { font-size:14px; margin-right:8px; }
  body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--fs { display:none; }
  body.as-gallery-design .pswp.as-gallery-viewer .as-gallery-thumbs { display:none; }
  body.as-gallery-design .pswp.as-gallery-viewer .pswp__counter {
    position:fixed; bottom:calc(30px + env(safe-area-inset-bottom)); left:50%; top:auto; transform:translateX(-50%);
    height:36px; display:flex; align-items:center; justify-content:center; padding:0 8px; min-width:72px;
  }
  body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--arrow--left,
  body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--arrow--right { position:fixed; top:auto; bottom:calc(24px + env(safe-area-inset-bottom)); margin:0; }
  body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--arrow--left { left:calc(50% - 112px); }
  body.as-gallery-design .pswp.as-gallery-viewer .pswp__button--arrow--right { right:calc(50% - 112px); }
  body.as-gallery-design .pswp.as-gallery-viewer .pswp__caption { bottom:calc(88px + env(safe-area-inset-bottom)); padding:0 16px; }
  body.as-gallery-design .pswp.as-gallery-viewer.as-gallery-single .pswp__caption { bottom:calc(88px + env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion:reduce) {
  body.as-gallery-design .pswp.as-gallery-viewer, body.as-gallery-design .pswp.as-gallery-viewer * { animation:none!important; transition:none!important; }
}