.equipment-showcase-media{position:absolute;inset:0;margin:0;overflow:hidden;background:#b8b9b9}
.equipment-showcase-slide{position:absolute;inset:0;display:grid;place-items:center;opacity:0;animation:equipment-showcase-fade 10s ease-in-out infinite}
.equipment-showcase-slide:first-child{background:#c9c9c9}
.equipment-showcase-slide:nth-child(2){background:#858585;animation-delay:-5s}
.product-grid .equipment-showcase-slide img{width:80%;height:80%;object-fit:contain;background:transparent;filter:none}
.product-grid .equipment-showcase>div{z-index:3}
.equipment-showcase::after{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(5,8,11,.88));pointer-events:none}
@keyframes equipment-showcase-fade{0%,44%{opacity:1}50%,94%{opacity:0}100%{opacity:1}}
@media(prefers-reduced-motion:reduce){.equipment-showcase-slide{animation:none}.equipment-showcase-slide:first-child{opacity:1}.equipment-showcase-slide:nth-child(2){display:none}}
