.hm-reels-shop{
  width:100%;
  background:#111;
  color:#fff;
  font-family:inherit;
}
.hm-reels-feed{
  height:calc(100vh - 20px);
  overflow-y:auto;
  scroll-snap-type:y mandatory;
  overscroll-behavior-y:contain;
  scrollbar-width:none;
}
.hm-reels-feed::-webkit-scrollbar{display:none}
.hm-reel{
  position:relative;
  height:100vh;
  min-height:560px;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  overflow:hidden;
  background:#111;
}
.hm-reel-video,.hm-reel-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.hm-reel-image{background-position:center;background-size:cover}
.hm-no-image{background:#333}
.hm-reel-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.22) 42%,rgba(0,0,0,.08) 100%);
  pointer-events:none;
}
.hm-reel-info{
  position:absolute;
  right:20px;
  left:20px;
  bottom:30px;
  z-index:3;
  max-width:680px;
}
.hm-reel-badge{
  display:inline-block;
  background:rgba(220,0,0,.92);
  padding:6px 10px;
  border-radius:20px;
  font-size:12px;
  margin-bottom:10px;
}
.hm-reel h2{font-size:27px;line-height:1.25;margin:0 0 8px}
.hm-reel p{font-size:14px;line-height:1.8;margin:0 0 8px;opacity:.92}
.hm-reel-price{font-size:22px;font-weight:800;margin:8px 0 15px}
.hm-reel-price del{opacity:.65;font-size:14px;margin-left:7px}
.hm-reel-price ins{text-decoration:none}
.hm-reel-actions{display:flex;gap:9px;align-items:center}
.hm-add-cart,.hm-checkout{
  border:0;
  border-radius:13px;
  padding:13px 17px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
}
.hm-add-cart{background:#fff;color:#111}
.hm-add-cart:hover{transform:translateY(-1px)}
.hm-checkout{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.3)}
.hm-disabled{opacity:.5;cursor:not-allowed}
.hm-reel-side{
  position:absolute;
  left:15px;
  bottom:145px;
  z-index:4;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.hm-reel-side button,.hm-reel-side a{
  width:45px;height:45px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:rgba(0,0,0,.42);
  color:#fff;border:1px solid rgba(255,255,255,.2);
  text-decoration:none;font-size:20px;
}
.hm-cart-toast{
  position:fixed;
  z-index:99999;
  right:50%;
  bottom:20px;
  transform:translate(50%,120px);
  background:#111;
  color:#fff;
  border-radius:12px;
  padding:12px 18px;
  transition:.25s ease;
  box-shadow:0 8px 30px rgba(0,0,0,.3);
}
.hm-cart-toast.show{transform:translate(50%,0)}
@media(min-width:800px){
  .hm-reel{max-width:520px;margin:auto}
  .hm-reels-shop{background:#080808}
}
@media(max-width:600px){
  .hm-reel-info{right:15px;left:15px;bottom:20px}
  .hm-reel h2{font-size:22px}
  .hm-reel-price{font-size:19px}
  .hm-add-cart,.hm-checkout{font-size:14px;padding:11px 13px}
}
