/* EconomiBuy v7.6.1 RC4.35 — producto solicitado desde portada o catálogo. */
body.page-store.rc46 .product-card.rc435-requested-product{
  scroll-margin-top:205px;
  border-color:#55b800!important;
  box-shadow:0 0 0 4px rgba(85,184,0,.2),0 16px 34px rgba(7,19,72,.16)!important;
  animation:rc435-product-arrival .72s ease both;
}

body.page-store.rc46 .product-card.rc435-requested-product:focus{
  outline:3px solid rgba(47,105,217,.48);
  outline-offset:4px;
}

@keyframes rc435-product-arrival{
  0%{filter:brightness(1.2);opacity:.68}
  100%{filter:none;opacity:1}
}

@media(max-width:760px){
  body.page-store.rc46 .product-card.rc435-requested-product{scroll-margin-top:24px}
}

@media(prefers-reduced-motion:reduce){
  body.page-store.rc46 .product-card.rc435-requested-product{animation:none}
}
