#product-accordion h3::after {
  content: url('data:image/svg+xml; utf8, <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="19" height="32" viewBox="0 0 19 32"><path fill="rgb(71,73,115)" d="M18.048 13.664l-7.488 7.168q-0.576 0.576-1.28 0.576t-1.28-0.576l-7.488-7.168q-0.512-0.512-0.512-1.312t0.512-1.312q1.216-1.216 2.496 0l6.272 6.016 6.272-6.016q1.28-1.216 2.496 0 0.512 0.512 0.512 1.312t-0.512 1.312z"></path></svg>');
  font-size: 14px;
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: auto;
}

#product-accordion h3.ui-accordion-header-active::after {
  content: url('data:image/svg+xml; utf8, <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="11" height="32" viewBox="0 0 11 32"><path fill="rgb(71,73,115)" d="M3.136 7.136l7.232 7.552q0.512 0.512 0.512 1.28 0 0.704-0.512 1.216l-7.232 7.552q-0.512 0.512-1.28 0.512t-1.28-0.512q-1.152-1.152 0-2.56l5.952-6.208-5.952-6.272q-1.152-1.408 0-2.56 0.512-0.512 1.312-0.512t1.248 0.512z"></path></svg>')
}