@font-face {
    font-family: Laica;
    src: url(https://tryanomalyhealth.com/cdn/shop/files/ABCLaica-Light.otf?v=1763741036) format("opentype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: Laica;
    src: url(https://tryanomalyhealth.com/cdn/shop/files/ABCLaica-Regular.otf?v=1763741036) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Laica-Mono;
    src: url(https://tryanomalyhealth.com/cdn/shop/files/ABCLaicaMono-Regular.otf?v=1763741042) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Sohne;
    src: url(https://tryanomalyhealth.com/cdn/shop/files/Sohne-Buch.otf?v=1763741048) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Sohne;
    src: url(https://tryanomalyhealth.com/cdn/shop/files/Sohne-Kraftig.otf?v=1763741048) format("opentype");
    font-style: normal;
    font-weight: 700
}


:root {
    --black: #454545;
    --disabled: #989898;
    --primary: #FF6700;
    --sale: #EF0D0D;
    --light-yellow: #F9F0D4;
    --yellow: #ECD798;
    --green: #0B973E;
    --bg: #fefbf3;
    --swiper-pagination-bullet-size: 8px;
    --swiper-theme-color: var(--black);
    --swiper-pagination-bullet-horizontal-gap: 8px
}

html {
    scroll-behavior: smooth
}

*,
:before,
:after {
    box-sizing: border-box;
    font-feature-settings: "lnum" 1
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%
}

body {
    color: var(--black);
    background-color: var(--bg);
    font-family: EB Garamond, Open Sans, sans-serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

body.noScroll {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

input,
button,
select,
textarea,
optgroup {
    background-color: transparent;
    border: none;
    color: inherit;
    display: block;
    font: inherit;
    margin: 0;
    text-align: left;
    width: 100%
}

input,
select,
textarea {
    border: 1px solid lightgray;
    padding: 10px
}

button {
    cursor: pointer
}

textarea {
    resize: none
}

img,
picture,
video {
    display: block;
    height: auto;
    width: 100%
}

dialog {
    background-color: #0000;
    border: none;
    display: none;
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%
}

dialog[open] {
    display: flex
}

dialog::backdrop {
    animation: backdrop-vanish .3s ease;
    background-color: #0000
}

dialog[open]::backdrop {
    background-color: #0000004d
}

@keyframes backdrop-vanish {
    0% {
        background-color: #0000
    }

    to {
        background-color: #0000004d
    }
}

@media (min-width: 801px) {
    .mobileOnly {
        display: none !important
    }
}

@media (max-width: 800px) {
    .desktopOnly {
        display: none !important
    }
}

.button {
    display: block;
    width: 100%;
    max-width: fit-content;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--bg);
    color: var(--black);
    border: 1px solid var(--green);
    border-radius: 5px;
    cursor: pointer;
    padding: 12px 24px;
    transition: .3s ease;
    font-family: Laica-Mono;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase
}

.button:disabled {
    background-color: var(--disabled)
}

.button:hover {
    color: var(--green)
}

.button.fill:hover,
.button.green {
    background-color: var(--green);
    color: #fff
}

.button.green:hover {
    background-color: var(--bg);
    color: var(--green)
}

.button.center {
    margin-inline: auto
}

.button.loading {
    color: transparent;
    pointer-events: none;
    position: relative
}

.button.loading:after {
    animation: loading 1s ease infinite;
    border: 4px solid transparent;
    border-radius: 50%;
    border-top-color: #fff;
    bottom: 0;
    content: "";
    height: 22px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.rte p {
    font-size: revert;
    font-weight: revert;
    margin: revert
}

.rte a {
    font-weight: 700;
    text-decoration: underline
}

.rte table {
    border-collapse: collapse;
    margin: 10px auto 0;
    width: 100%;
    display: block;
    overflow-x: auto
}

.rte td,
.rte th {
    border: 1px solid lightgray;
    padding: 8px;
    word-wrap: break-word;
    min-width: 120px
}

.h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px
}

.h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.h1.center,
.h2.center {
    text-align: center
}

@media (max-width: 800px) {
    .h1 {
        font-size: 28px;
        line-height: 34px
    }

    .h2 {
        font-size: 22px;
        line-height: 28px
    }
}

.swiper-button-next,
.swiper-button-prev {
    user-select: none;
    -webkit-user-select: none
}

@media (min-width: 801px) {
    .swiper-pagination {
        display: none
    }
}
