/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/similar-watches/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/operator-no-unspaced */
/* stylelint-enable scss/no-global-function-names */
/* stylelint-enable scss/operator-no-unspaced */
.similar-watches--heading .wp-block-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .similar-watches--heading .wp-block-heading {
    margin-bottom: 40px;
  }
}

.similar-watches {
  margin-top: 40px !important;
  margin-bottom: 70px !important;
  padding-bottom: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .similar-watches {
    margin-bottom: 220px !important;
    padding-bottom: 0;
  }
}
.similar-watches .swiper {
  width: 100%;
  overflow: visible;
}
@media (max-width: 767px) {
  .similar-watches .swiper-wrapper[data-watches-counter="0"] {
    justify-content: center;
  }
  .similar-watches .swiper-wrapper[data-watches-counter="1"] {
    justify-content: center;
  }
  .similar-watches .swiper-wrapper[data-watches-counter="2"] {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .similar-watches .swiper-wrapper[data-watches-counter="0"] {
    justify-content: center;
  }
  .similar-watches .swiper-wrapper[data-watches-counter="1"] {
    justify-content: center;
  }
  .similar-watches .swiper-wrapper[data-watches-counter="2"] {
    justify-content: center;
  }
  .similar-watches .swiper-wrapper[data-watches-counter="3"] {
    justify-content: center;
  }
}
.similar-watches .swiper-slide {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .similar-watches .swiper-button-wrapper {
    display: none;
  }
}
.similar-watches .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #FCF9F1;
}
.similar-watches .card-watch {
  justify-content: flex-start;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .similar-watches .card-watch {
    justify-content: space-between;
  }
}
.similar-watches .card-watch__title, .similar-watches .card-watch__collection {
  font-family: var(--wp--preset--font-family--secondary);
}
.similar-watches .card-watch__collection {
  font-size: 0.75rem;
}
@media screen and (min-width: 371px) {
  .similar-watches .card-watch__collection {
    font-size: 0.875rem;
  }
}
.similar-watches .card-watch__title {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) and (min-height: 450px) {
  .similar-watches .card-watch__title {
    font-size: 1.0625rem;
  }
}
.similar-watches .card-watch__link {
  padding: 15px 0;
}

.wp-admin .smilar-watches .swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 20;
}

.editor-styles-wrapper .similar-watches .swiper-slide {
  height: 100% !important;
}
.editor-styles-wrapper .similar-watches .card-watch__collection {
  color: #FCF9F1;
}

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