.group[aria-expanded=true] .circle-chevron.group-expanded\:colors:not([disabled]) {
    background: #FF3B00;
}
.product-info>*+*:last-child {
    padding-top: 0px !important;
}
@media screen and (pointer: fine) {
  .group:hover .circle-chevron.group-hover\:colors:not([disabled]), .circle-chevron.hover\:colors:hover:not([disabled]) {
   background: #FF3B00;
  }
}