/* eShobuy FINAL — final storefront cascade owner.
   Reviews/Q&A always remain visible; Showcase product photos are grouped into
   one swipeable post; video controls keep their compact no-shadow layout. */

/* Product detail count labels + zero-data states/forms. */
html body #detailTabs.flux-details .quartz-detail-title small{
  font-size:.78em!important;font-weight:700!important;color:#718096!important;
}
html body #detailTabs .flux-empty-state{
  display:flex!important;flex-direction:column!important;gap:4px!important;
  padding:15px 0 17px!important;color:#53677d!important;font-size:13.5px!important;
  line-height:1.55!important;border:0!important;background:transparent!important;
}
html body #detailTabs .flux-empty-state span{color:#7a8999!important;font-size:12.5px!important;}
html body #detailTabs .flux-entry-form{
  display:grid!important;gap:9px!important;margin-top:18px!important;padding-top:18px!important;
  border-top:1px solid #e7edf3!important;background:transparent!important;box-shadow:none!important;
}
html body #detailTabs .flux-entry-form>b{
  color:var(--vault-text,#142033)!important;font-size:14px!important;font-weight:800!important;
}
html body #detailTabs .flux-entry-form label{
  color:#52657a!important;font-size:12.5px!important;font-weight:700!important;margin-top:2px!important;
}
html body #detailTabs .flux-entry-form textarea{
  width:100%!important;min-height:92px!important;resize:vertical!important;box-sizing:border-box!important;
  padding:11px 12px!important;border:1px solid #dbe4ed!important;border-radius:8px!important;
  background:#fff!important;color:#172538!important;font:inherit!important;font-size:13.5px!important;
  line-height:1.55!important;outline:none!important;box-shadow:none!important;
}
html body #detailTabs .flux-entry-form textarea:focus{border-color:#8caac9!important;box-shadow:none!important;}
html body #detailTabs .flux-rating-choice{display:flex!important;gap:4px!important;align-items:center!important;}
html body #detailTabs .flux-rating-choice button{
  border:0!important;background:transparent!important;padding:1px 2px!important;margin:0!important;
  color:#c8d0da!important;font-size:23px!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important;
}
html body #detailTabs .flux-rating-choice button[aria-pressed="true"]{color:#f2a900!important;}
html body #detailTabs .flux-submit{
  justify-self:start!important;margin-top:3px!important;min-width:138px!important;box-shadow:none!important;
}

/* One Facebook-like gallery post per product. */
html body #view-reels .flux-gallery-stage{
  position:absolute!important;inset:0!important;overflow:hidden!important;background:#05080f!important;
  cursor:grab!important;touch-action:pan-y pinch-zoom!important;user-select:none!important;
  -webkit-user-select:none!important;-webkit-tap-highlight-color:transparent!important;
}
html body #view-reels .flux-gallery-stage:active{cursor:grabbing!important;}
html body #view-reels .flux-gallery-image{
  position:absolute!important;inset:0!important;margin:auto!important;width:100%!important;height:100%!important;
  max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;
  opacity:1!important;transition:opacity .12s ease!important;z-index:2!important;pointer-events:none!important;
  background:transparent!important;box-shadow:none!important;filter:none!important;
}
html body #view-reels .flux-gallery-blur{
  position:absolute!important;inset:-8%!important;z-index:1!important;background-size:cover!important;
  background-position:center!important;filter:blur(34px) saturate(1.12) brightness(.48)!important;
  transform:scale(1.1)!important;opacity:.72!important;pointer-events:none!important;box-shadow:none!important;
}
html body #view-reels .flux-gallery-nav{
  position:absolute!important;top:50%!important;z-index:6!important;width:38px!important;height:38px!important;
  margin-top:-19px!important;border:1px solid rgba(255,255,255,.20)!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;padding:0!important;background:rgba(12,15,20,.48)!important;
  color:#fff!important;font-size:27px!important;line-height:1!important;cursor:pointer!important;
  box-shadow:none!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;
}
html body #view-reels .flux-gallery-prev{left:12px!important;}
html body #view-reels .flux-gallery-next{right:12px!important;}
html body #view-reels .flux-gallery-nav:hover,
html body #view-reels .flux-gallery-nav:focus-visible{background:rgba(12,15,20,.68)!important;outline:1px solid rgba(255,255,255,.62)!important;}
html body #view-reels .flux-gallery-dots{
  position:absolute!important;left:50%!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;z-index:7!important;
  transform:translateX(-50%)!important;display:flex!important;align-items:center!important;gap:6px!important;
  max-width:min(70%,360px)!important;overflow-x:auto!important;scrollbar-width:none!important;padding:7px 9px!important;
  border-radius:999px!important;background:rgba(8,11,16,.34)!important;box-shadow:none!important;
}
html body #view-reels .flux-gallery-dots::-webkit-scrollbar{display:none!important;}
html body #view-reels .flux-gallery-dot{
  flex:0 0 auto!important;width:6px;height:6px;padding:0!important;border:0!important;border-radius:999px!important;
  background:#fff!important;opacity:.45;cursor:pointer!important;transition:width .12s ease,opacity .12s ease!important;
  box-shadow:none!important;filter:none!important;
}
html body #view-reels .flux-gallery-dot[aria-current="true"]{width:18px!important;opacity:1!important;}
html body #view-reels .flux-gallery-count{
  position:absolute!important;top:calc(14px + env(safe-area-inset-top))!important;left:14px!important;z-index:7!important;
  min-width:46px!important;padding:6px 9px!important;border:1px solid rgba(255,255,255,.13)!important;
  border-radius:999px!important;background:rgba(10,13,18,.48)!important;color:#fff!important;text-align:center!important;
  font-size:11.5px!important;font-weight:800!important;font-variant-numeric:tabular-nums!important;
  box-shadow:none!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;
}
html body #view-reels .flux-gallery-slide .plume-img-progress{display:none!important;}

/* The sound UI remains the only sound control. owns its behavior. */
html body #view-reels .lens-audio,
html body #view-reels .lens-audio-pill,
html body #view-reels .lens-audio-btn,
html body #view-reels .lens-volume,
html body #view-reels .lens-volume-range{box-shadow:none!important;filter:none!important;}

@media(max-width:760px){
  html body #view-reels .flux-gallery-nav{width:34px!important;height:34px!important;margin-top:-17px!important;font-size:24px!important;}
  html body #view-reels .flux-gallery-prev{left:8px!important;}
  html body #view-reels .flux-gallery-next{right:8px!important;}
  html body #view-reels .flux-gallery-count{top:calc(10px + env(safe-area-inset-top))!important;left:10px!important;}
  html body #view-reels .flux-gallery-dots{bottom:calc(12px + env(safe-area-inset-bottom))!important;max-width:62%!important;}
}
@media(prefers-reduced-motion:reduce){
  html body #view-reels .flux-gallery-image,
  html body #view-reels .flux-gallery-dot{transition:none!important;}
}
