    @charset "UTF-8";

    :root {
      --woocommerce: #7f54b3;
      --wc-green: #7ad03a;
      --wc-red: #a00;
      --wc-orange: #ffba00;
      --wc-blue: #2ea2cc;
      --wc-primary: #7f54b3;
      --wc-primary-text: white;
      --wc-secondary: #e9e6ed;
      --wc-secondary-text: #515151;
      --wc-highlight: #b3af54;
      --wc-highligh-text: white;
      --wc-content-bg: #fff;
      --wc-subtext: #767676
    }

    @keyframes spin {
      100% {
        transform: rotate(360deg)
      }
    }

    .screen-reader-text {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px;
      word-wrap: normal !important
    }

    .woocommerce div.product {
      margin-bottom: 0;
      position: relative
    }

    .woocommerce div.product .product_title {
      clear: none;
      margin-top: 0;
      padding: 0
    }