/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.99.8/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.89.0_webpack@5.99.8/node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
html {
  scroll-behavior: smooth;
}

body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  text-wrap: pretty;
}
@media (max-width: 782px) {
  body {
    --wp--style--root--padding-left: 1rem;
    --wp--style--root--padding-right: 1rem;
  }
}

/* Responsive */
@media screen and (min-width: 1024px) {
  div.wp-site-blocks .hide-on-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 782px) and (max-width: 1024px) {
  div.wp-site-blocks .hide-on-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 782px) {
  div.wp-site-blocks .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 782px) {
  .has-global-padding {
    --wp--style--root--padding-left: 1rem;
    --wp--style--root--padding-right: 1rem;
  }
}
/* General */
.line-clamp-2,
.line-clamp-2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h-100 {
  height: 100%;
}

/* Search Field */
.wp-block-search__input:focus, .wp-block-search__input:focus-visible {
  outline: 1px solid var(--wp--preset--color--accent-1);
}

/* Footer */
footer #meta-footer p {
  margin-block-start: 0;
  margin-block-end: 0;
}
@media (max-width: 782px) {
  footer #meta-footer p {
    text-align: center;
  }
}

.woocommerce-ordering select.orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0.4em 2em 0.4em 0;
  font-size: 1rem;
  font-family: inherit;
  color: var(--wp--preset--color--contrast);
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;utf8,<svg fill=\"%23666\" height=\"12\" viewBox=\"0 0 20 20\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.516 7.548l4.493 4.49 4.493-4.49 1.414 1.414-5.907 5.908-5.907-5.908z\"/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.25em center;
  background-size: 0.8em;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-ordering select.orderby:hover,
.woocommerce-ordering select.orderby:focus-visible {
  border-bottom-color: var(--wp--preset--color--accent-2);
  outline: none;
}
