@keyframes nf-slot-choice-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(95, 111, 122, .16); transform: translateZ(0); }
  50% { box-shadow: 0 0 0 5px rgba(95, 111, 122, .06); transform: translateZ(0); }
}
.nf-slot-choice-needed { cursor: pointer !important; position: relative !important; }
.nf-slot-choice-needed.is-unavailable,
body#product .is-express-unavailable .nf-slot-choice-needed { animation: nf-slot-choice-pulse 1.35s ease-in-out infinite !important; }
.nf-slot-choice-arrow { align-items:center; color:#596a76; display:inline-flex; font-family:Arial,sans-serif; font-size:24px; font-weight:700; justify-content:center; line-height:1; }
.nf-home-delivery-authority.nf-slot-choice-needed { padding-right:28px !important; }
.nf-home-delivery-authority .nf-slot-choice-arrow { position:absolute; right:8px; top:50%; transform:translateY(-50%); }
body#product .is-express-unavailable .nf-product-slot-card .nf-slot-choice-chevron-pulse {
  animation:nf-slot-choice-chevron 1.05s ease-in-out infinite !important;
  color:#596a76 !important;
}
@keyframes nf-slot-choice-chevron {
  0%,100% { opacity:.48; transform:translateX(0); }
  50% { opacity:1; transform:translateX(5px); }
}
@media (prefers-reduced-motion: reduce) { .nf-slot-choice-needed.is-unavailable, body#product .is-express-unavailable .nf-slot-choice-needed { animation:none !important; } }
.nomatic-product-list-scope [data-nf-list-slot-picker].nf-slot-choice-needed {
  cursor:pointer!important;
  position:relative!important;
  animation:nf-slot-choice-pulse 1.35s ease-in-out infinite!important;
}
.nomatic-product-list-scope [data-nf-list-slot-picker].nf-slot-choice-needed::after {
  content:'\203a';
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  color:#596a76;
  font-family:Arial,sans-serif;
  font-size:24px;
  font-weight:700;
  line-height:1;
  animation:nf-slot-choice-chevron 1.05s ease-in-out infinite;
}
