/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/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/styles/global.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* Responsive hide classes for block setting*/
/* Hide on desktop: screens wider than 1024px */
@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}
/* Hide on tablet: screens between 768px and 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }
}
/* Hide on mobile: screens smaller than 768px */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.wp-block-button__link {
  /* Optional: Add a smooth transition */
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.wp-block-button__link:hover {
  /* Use the CSS variables if they exist */
  background-color: var(--hover-background-color, inherit); /* Fallback to existing hover color */
  color: var(--hover-text-color, inherit);
  border-color: var(--hover-border-color, inherit);
}

body {
  overflow-x: hidden;
}

/*navigation*/
:root {
  --swiper-navigation-size: 24px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--wp--preset--color--primary);
  --swiper-pagination-color: var(--wp--preset--color--primary);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

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