/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./includes/block-editor/blocks/all-products/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-webdevia-all-products {
  position: relative;
}
.wp-block-webdevia-all-products .product-box-preview {
  display: flex;
  flex-direction: column;
}
.wp-block-webdevia-all-products .product-box-preview figure {
  height: 100%;
  max-height: 400px;
}
.wp-block-webdevia-all-products .product-box-preview figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-webdevia-all-products .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wp-block-webdevia-all-products .pagination button {
  padding: 8px 16px;
  text-decoration: none;
}
.wp-block-webdevia-all-products .pagination button:hover {
  cursor: pointer;
}
.wp-block-webdevia-all-products .overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(206, 206, 206, 0.509);
}
.wp-block-webdevia-all-products .overlay__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-webdevia-all-products .overlay.loading {
  display: block;
}
.wp-block-webdevia-all-products .wd_spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: var(--primary-color-contrast);
  border-top-color: var(--primary-color);
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

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