/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/top-header/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-beautycode-top-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  background: oklch(from var(--wp--preset--color--cta-black) l c h/0.8);
  color: oklch(from var(--wp--preset--color--bg-main) l c h/0.65);
  padding: var(--wp--preset--spacing--40);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.wp-block-beautycode-top-header .wp-block-navigation__responsive-container {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.wp-block-beautycode-top-header .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden {
  overflow: unset;
}
.wp-block-beautycode-top-header ul {
  font-family: var(--wp--preset--font-family--cinzel);
  letter-spacing: 2px;
}
.wp-block-beautycode-top-header ul li {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .wp-block-beautycode-top-header ul li {
    margin-right: var(--wp--preset--spacing--50);
  }
}
.wp-block-beautycode-top-header form button {
  background-color: var(--wp--preset--color--acc-tiff);
  border-radius: 0 3px 3px 0;
  margin-left: 0;
  padding: var(--wp--preset--spacing--20);
}
@media (min-width: 1200px) {
  .wp-block-beautycode-top-header form button {
    background-color: oklch(from var(--wp--preset--color--acc-tiff) l c h/0.25);
  }
}
.wp-block-beautycode-top-header form button .search-icon {
  min-width: 35px;
  min-height: 35px;
}
.wp-block-beautycode-top-header form input {
  background-color: oklch(from var(--wp--preset--color--bg-main) l c h/0.25);
  border: 0;
  border-radius: 3px 0 0 3px;
}
.wp-block-beautycode-top-header form input:focus {
  background-color: oklch(from var(--wp--preset--color--cta-black) 0.3 c h) !important;
  color: var(--wp--preset--color--bg-main);
}
.wp-block-beautycode-top-header form input:is(:-webkit-autofill, :-webkit-autofill) {
  box-shadow: 0 0 0 40px oklch(from var(--wp--preset--color--cta-black) 0.3 c h) inset !important;
  -webkit-box-shadow: 0 0 0 40px oklch(from var(--wp--preset--color--cta-black) 0.3 c h) inset !important;
  color: var(--wp--preset--color--bg-main) !important;
  -webkit-text-fill-color: var(--wp--preset--color--bg-main) !important;
}
.wp-block-beautycode-top-header form input:is(:-webkit-autofill, :autofill) {
  box-shadow: 0 0 0 40px oklch(from var(--wp--preset--color--cta-black) 0.3 c h) inset !important;
  -webkit-box-shadow: 0 0 0 40px oklch(from var(--wp--preset--color--cta-black) 0.3 c h) inset !important;
  color: var(--wp--preset--color--bg-main) !important;
  -webkit-text-fill-color: var(--wp--preset--color--bg-main) !important;
}

body {
  display: grid;
  min-height: calc(100svh - 92px);
}

.main-respiro {
  margin-top: 92px !important;
  padding-top: var(--wp--preset--spacing--50);
}

nav + p {
  margin-top: calc(92px + var(--wp--preset--spacing--50));
}

.h1::after {
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  background-color: var(--wp--preset--color--cta-black);
  border-radius: calc(infinity * 1px);
  opacity: 0.25;
}

.general-main {
  padding-left: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--30);
}
@media (min-width: 1200px) {
  .general-main {
    padding-left: var(--wp--preset--spacing--60);
    padding-right: var(--wp--preset--spacing--60);
  }
}

a {
  color: inherit;
  text-decoration: none;
  padding: var(--wp--preset--spacing--20);
  border-radius: 3px;
  transition: 0.5s;
}
a:hover {
  color: var(--wp--preset--color--bg-main);
  background-color: oklch(from var(--wp--preset--color--acc-tiff) 0.55 c h);
  transition: 0.5s;
}

main p a {
  color: oklch(from var(--wp--preset--color--acc-tiff) 0.55 c h);
  text-decoration: underline;
}

.wp-block-quote {
  border-left: 9px solid oklch(from var(--wp--preset--color--cta-black) l c h/0.25);
  padding-left: var(--wp--preset--spacing--50);
}

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