.fc-products-halloween {
  border-top-color: rgba(255, 148, 52, .24);
}

.fc-products-halloween::before {
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 148, 52, .12), transparent 25rem),
    radial-gradient(circle at 84% 64%, rgba(153, 73, 255, .09), transparent 24rem),
    linear-gradient(180deg, rgba(35, 11, 30, .42), rgba(8, 6, 20, .08));
}

.fc-products-halloween .fc-section-head span,
.fc-products-halloween .fc-section-link {
  color: #ffb36b;
}

.fc-products-halloween .fc-section-link {
  border-color: rgba(255, 148, 52, .3);
  background: rgba(255, 148, 52, .07);
}

.fc-products-halloween .fc-section-link:hover {
  border-color: rgba(255, 47, 209, .42);
  color: #fff;
}
