:root{
  --q1-full-viewer-bg:rgba(3,12,23,.97);
}
body.q1-v16-85 .q1-logo-disc-overlay{
  width:30%!important;
  height:auto!important;
  max-width:none!important;
  max-height:none!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  image-rendering:auto!important;
  backface-visibility:hidden;
  will-change:transform;
  filter:drop-shadow(0 15px 22px rgba(31,21,2,.22))!important;
}
body.q1-v16-85 .q1-logo-matte{display:none!important}
body.q1-v16-85 .lux-brand img,
body.q1-v16-85 .footer-logo{object-fit:contain!important;image-rendering:auto!important}

/* V16.85 full-screen product gallery */
.q1-full-gallery{
  position:fixed;inset:0;z-index:40050;display:none;
  background:var(--q1-full-viewer-bg);color:#fff;
  align-items:stretch;justify-content:stretch;
  overscroll-behavior:contain;touch-action:pan-y;
}
.q1-full-gallery.open{display:flex}
.q1-full-gallery-shell{position:relative;width:100%;height:100%;display:grid;grid-template-rows:auto 1fr auto;min-width:0}
.q1-full-gallery-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;z-index:5;background:linear-gradient(180deg,rgba(0,0,0,.58),transparent)}
.q1-full-gallery-title{min-width:0;display:flex;align-items:center;gap:12px}
.q1-full-gallery-title strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(65vw,780px)}
.q1-full-gallery-counter{font-size:13px;font-weight:900;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:7px 11px;white-space:nowrap}
.q1-full-gallery-close{width:46px;height:46px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:30px;line-height:1;cursor:pointer;display:grid;place-items:center;backdrop-filter:blur(10px)}
.q1-full-gallery-stage{position:relative;min-height:0;display:flex;align-items:center;justify-content:center;padding:10px 82px 18px;overflow:hidden}
.q1-full-gallery-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;opacity:0;transition:opacity .2s ease;filter:drop-shadow(0 18px 38px rgba(0,0,0,.42))}
.q1-full-gallery-image.ready{opacity:1}
.q1-full-gallery-loading{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;font-weight:900;color:rgba(255,255,255,.86)}
.q1-full-gallery-loading span{display:flex;align-items:center;gap:10px;background:rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:10px 16px}
.q1-full-gallery-loading i{width:18px;height:18px;border-radius:50%;border:3px solid rgba(255,255,255,.28);border-top-color:#fff;animation:q1Spin .8s linear infinite}
.q1-full-gallery-loading.error span{background:rgba(120,20,20,.62)}
@keyframes q1Spin{to{transform:rotate(360deg)}}
.q1-full-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(7,29,53,.76);color:#fff;font-size:38px;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(12px);box-shadow:0 12px 30px rgba(0,0,0,.28)}
.q1-full-gallery-arrow:hover{background:rgba(197,143,45,.9)}
.q1-full-gallery-prev{right:16px}.q1-full-gallery-next{left:16px}
.q1-full-gallery-arrow[disabled]{opacity:.25;cursor:default}
.q1-full-gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding:10px 18px 16px;justify-content:center;scrollbar-width:thin;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent)}
.q1-full-gallery-thumb{width:72px;height:72px;flex:0 0 72px;border-radius:12px;border:2px solid transparent;background:#fff;padding:4px;overflow:hidden;cursor:pointer;opacity:.66}
.q1-full-gallery-thumb.active{border-color:#d5a84f;opacity:1;box-shadow:0 0 0 2px rgba(213,168,79,.25)}
.q1-full-gallery-thumb img{width:100%;height:100%;object-fit:contain;display:block}
body.q1-gallery-open{overflow:hidden!important}
body.q1-v16-85 .full-image-btn{z-index:4;cursor:pointer}
@media(max-width:760px){
  body.q1-v16-85 .q1-logo-disc-overlay{width:31%!important}
  .q1-full-gallery-stage{padding:8px 48px 10px}
  .q1-full-gallery-arrow{width:44px;height:44px;font-size:30px}
  .q1-full-gallery-prev{right:4px}.q1-full-gallery-next{left:4px}
  .q1-full-gallery-head{padding:10px}
  .q1-full-gallery-close{width:40px;height:40px;font-size:26px}
  .q1-full-gallery-title strong{max-width:52vw;font-size:14px}
  .q1-full-gallery-thumbs{justify-content:flex-start;padding-inline:10px}
  .q1-full-gallery-thumb{width:58px;height:58px;flex-basis:58px}
}
