/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/stockists/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-stockists .text-100 {
  font-size: 1.875rem;
  line-height: 1.133;
}
@media (min-width: 640px) {
  .wp-block-create-block-stockists .text-100 {
    font-size: 6.25rem;
    line-height: 1.11;
  }
}
.wp-block-create-block-stockists .swing {
  position: relative;
  font-weight: 500;
  line-height: 1;
  transform: none;
}
@media (max-width: 639px) {
  .wp-block-create-block-stockists .swing .swing__container {
    letter-spacing: -0.055em;
    transform-origin: center bottom;
  }
  .wp-block-create-block-stockists .mailto-link {
    font-size: 1.875rem;
    font-family: var(--ff-serif);
  }
}
.shop-link__inner {
  animation: shopRotate 10s infinite linear;
}
@keyframes shopRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style-index.css.map*/