/* v0.12.74 — homepage product order + subtle STOCKROOM emphasis */
.home-product-priority{
  position:relative;
  overflow:hidden;
  box-shadow:0 22px 55px rgba(3,12,24,.34), 0 0 0 1px rgba(98,194,255,.10) inset;
}
.home-product-priority::after{
  content:"";
  position:absolute;
  inset:-28% auto auto -18%;
  width:72%;
  height:52%;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.05) 34%,rgba(255,255,255,0) 68%);
  opacity:.30;
  transform:rotate(-6deg);
}
.home-product-priority:hover{
  transform:translateY(-2px);
}
@media(max-width:760px){
  .home-product-priority::after{opacity:.24;width:78%;height:46%}
}
