@-webkit-keyframes spinner__animation {
  0% {
    -webkit-animation-timing-function: cubic-bezier(
      0.5856,
      0.0703,
      0.4143,
      0.9297
    );
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner__animation {
  0% {
    -webkit-animation-timing-function: cubic-bezier(
      0.5856,
      0.0703,
      0.4143,
      0.9297
    );
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
.wp-block-woocommerce-product-details ul.wc-tabs {
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
  margin: 0 0 1.618em;
  overflow: hidden;
  padding: 0 0 0 1em;
  position: relative;
}
.wp-block-woocommerce-product-details ul.wc-tabs li {
  border: 1px solid #e0e0e0;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  position: relative;
  z-index: 0;
}
.wp-block-woocommerce-product-details ul.wc-tabs li a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
.wp-block-woocommerce-product-details ul.wc-tabs li a:hover {
  text-decoration: none;
}
.wp-block-woocommerce-product-details ul.wc-tabs li.active {
  z-index: 2;
}
.wp-block-woocommerce-product-details ul.wc-tabs li.active a {
  text-shadow: inherit;
}
