

/* CSS from section stylesheet tags */
.accordion-panel {
    contain: content;
  }

  .arrow-black {
    filter: brightness(0) saturate(100%);
  }

  .arrow-white {
    filter: brightness(0) invert(1);
  }

  .rotate-180 {
    transform: rotate(180deg);
  }

  #kurs-accordion-general,
  #kurs-accordion-premium {
    .extra-item,
    .extra-itemextra-hiddenborder-none {
      border: 0;
      background-color: white;

      .acc_head,
      .bg-transparent.acc_head {
        border: 0;
        background-color: transparent;
      }
    }
  }

/* CSS from snippet stylesheet tags */
.shopify-payment-button button {
    border-radius: 10px;
  }
  
  more-payment-options-link {
    display: none !important;
  }
.splide__slide.is-active {
    border-radius: 1rem;
    border-color: #f17407;
  }