.root.svelte-1j56fzj.svelte-1j56fzj.svelte-1j56fzj {
    font-size: 85%
}

.root.svelte-1j56fzj > .svelte-1j56fzj.svelte-1j56fzj {
    padding: 1px 0
}

.root.svelte-1j56fzj > .svelte-1j56fzj + .svelte-1j56fzj {
    margin-top: 7px
}

.title.svelte-1jcc6k5.svelte-1jcc6k5 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px
}

label.svelte-1jcc6k5.svelte-1jcc6k5 {
    color: var(--col-theme-fore);
    font-size: 100%
}

.background.svelte-1jcc6k5.svelte-1jcc6k5 {
    border-radius: 4px;
    padding: 20px;
    border: 1px solid transparent
}

.background.show.svelte-1jcc6k5.svelte-1jcc6k5 {
    background: var(--col-back);
    border: 1px solid rgba(0, 0, 0, .13)
}

.email.svelte-1jcc6k5.svelte-1jcc6k5 {
    min-height: 40px
}

.email.svelte-1jcc6k5 input.svelte-1jcc6k5 {
    border: none;
    border-radius: 3px 0 0 3px
}

.email.svelte-1jcc6k5 input.svelte-1jcc6k5:hover, .email.svelte-1jcc6k5 input.svelte-1jcc6k5:active, .email.svelte-1jcc6k5 input.svelte-1jcc6k5:focus {
    border: none
}

.submit.svelte-1jcc6k5.svelte-1jcc6k5 {
    border: none;
    border-radius: 0 3px 3px 0;
    background-color: var(--col-back-faint);
    color: var(--col-fore);
    text-transform: uppercase;
    font-weight: 600
}

.submit.svelte-1jcc6k5.svelte-1jcc6k5:disabled {
    background-color: var(--col-back-inactive);
    color: var(--col-fore-inactive)
}

.submit.svelte-1jcc6k5.svelte-1jcc6k5:disabled:hover {
    background-color: var(--col-back-inactive);
    color: var(--col-fore-inactive)
}

.submit.svelte-1jcc6k5.svelte-1jcc6k5:not(:disabled):hover {
    background-color: var(--col-back-faint-hover)
}

.submit.svelte-1jcc6k5.svelte-1jcc6k5:not(:disabled):active {
    background-color: var(--col-back-faint-active)
}

.submit.svelte-1jcc6k5.svelte-1jcc6k5:not(:disabled):focus {
    background-color: var(--col-back-faint-active)
}

.root.svelte-1u3mu22.svelte-1u3mu22.svelte-1u3mu22 {
    background: var(--col-theme);
    padding: 13px
}

.content.svelte-1u3mu22.svelte-1u3mu22.svelte-1u3mu22 {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

.content.svelte-1u3mu22 > * + * {
    margin-top: 13px
}

.row.svelte-1u3mu22.svelte-1u3mu22.svelte-1u3mu22 {
    display: flex;
    max-width: 100%
}

.row.svelte-1u3mu22 > .svelte-1u3mu22 + .svelte-1u3mu22 {
    margin-left: 20px
}

.partner_logo.svelte-1u3mu22.svelte-1u3mu22.svelte-1u3mu22 {
    max-height: 30px;
    min-width: 0
}

.payment-icons.svelte-1u3mu22.svelte-1u3mu22.svelte-1u3mu22 {
    gap: 7px
}

.payment-icons.svelte-1u3mu22 > svg {
    height: 16px
}

@media (min-width: 701px) {
    nav.svelte-1u3mu22.svelte-1u3mu22.svelte-1u3mu22 {
        width: 100%;
        display: flex;
        justify-content: stretch;
        margin-top: 53px
    }

    nav.svelte-1u3mu22 ul {
        flex: 1;
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column
    }

    nav.svelte-1u3mu22 button.title, nav.svelte-1u3mu22 a.title {
        cursor: pointer
    }

    nav.svelte-1u3mu22 .title {
        margin: 0;
        padding: 0;
        font-size: 85%;
        text-decoration: none
    }

    nav.svelte-1u3mu22 ul.level1 {
        flex-direction: row;
        justify-content: stretch
    }

    nav.svelte-1u3mu22 ul.level1 > li {
        flex: 1;
        padding-left: 9%
    }

    nav.svelte-1u3mu22 ul.level1 > li > .title {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 13px
    }

    nav.svelte-1u3mu22 ul.level2 > * {
        margin-top: 7px
    }

    nav.svelte-1u3mu22 ul.level3 {
        margin-left: 10px
    }
}

@media (max-width: 700px) {
    nav.svelte-1u3mu22.svelte-1u3mu22.svelte-1u3mu22 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch
    }

    nav.svelte-1u3mu22 ul {
        list-style-type: none;
        text-align: left;
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch
    }

    nav.svelte-1u3mu22 button.title, nav.svelte-1u3mu22 a.title {
        cursor: pointer
    }

    nav.svelte-1u3mu22 .title {
        margin: 0;
        padding: 0;
        text-decoration: none
    }

    nav.svelte-1u3mu22 ul.level1 > li {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        display: flex;
        flex-direction: column;
        align-items: stretch
    }

    nav.svelte-1u3mu22 ul.level1 > li > ul {
        margin-bottom: 13px
    }

    nav.svelte-1u3mu22 ul.level1 > li > .title {
        padding: 13px;
        text-align: center;
        text-transform: uppercase
    }

    nav.svelte-1u3mu22 ul.level2 {
        width: auto;
        align-self: center
    }

    nav.svelte-1u3mu22 ul.level2 > li {
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: stretch
    }

    nav.svelte-1u3mu22 ul.level2 > li > .title {
        flex: 1;
        margin-bottom: 10px
    }

    nav.svelte-1u3mu22 ul.level3 {
        text-align: center
    }
}

.social_links.svelte-1u3mu22.svelte-1u3mu22.svelte-1u3mu22 {
    --SocialLinks-color: white;
    --SocialLinks-display-title: none;
    --SocialLinks-icon-size: 11px
}

@media (max-width: 700px) {
    .social_links.svelte-1u3mu22.svelte-1u3mu22.svelte-1u3mu22 {
        --SocialLinks-icon-size: 32px;
        padding: 33px
    }

    .social_links.svelte-1u3mu22 ul {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 22px;
        row-gap: 27px
    }
}

.final-row.svelte-1u3mu22.svelte-1u3mu22.svelte-1u3mu22 {
    margin-bottom: 50px
}

@media (min-width: 670px) {
    .final-row.svelte-1u3mu22 > .center.svelte-1u3mu22.svelte-1u3mu22 {
        flex: 2
    }

    .final-row.svelte-1u3mu22 > .right.svelte-1u3mu22.svelte-1u3mu22 {
        align-items: flex-end
    }

    .final-row.svelte-1u3mu22 > .right.svelte-1u3mu22 > img.svelte-1u3mu22 {
        padding-right: 140px;
        min-height: 100px;
        object-fit: contain
    }
}

.root.svelte-1g99qul.svelte-1g99qul {
    flex: 1;
    align-self: stretch;
    position: relative;
    text-align: center;
    overflow: hidden
}

.container.svelte-1g99qul.svelte-1g99qul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.container.svelte-1g99qul .text.svelte-1g99qul {
    text-decoration: underline;
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
    height: 100%
}

.country_selector.svelte-wl28fc.svelte-wl28fc {
    display: flex;
    position: relative;
    margin-left: 13px
}

.country_selector.svelte-wl28fc > .country_flag.svelte-wl28fc {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px
}

.country_list.svelte-wl28fc.svelte-wl28fc {
    display: flex;
    flex-direction: column;
    max-height: 330px;
    overflow-y: scroll;
    padding-right: 7px
}

.country_list.svelte-wl28fc button.svelte-wl28fc {
    display: flex;
    width: 100%;
    padding: 3px;
    border-radius: 3px;
    transition: background .1s
}

.country_list.svelte-wl28fc button.svelte-wl28fc:hover {
    background: rgba(255, 255, 255, .2)
}

.country_list.svelte-wl28fc .country_flag.svelte-wl28fc {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px
}

.root.svelte-1709vmn {
    background: var(--col-theme);
    min-height: 21px;
    color: #fff;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 1px 27px;
    white-space: nowrap;
    font-size: 95%;
    --SocialLinks-color: white;
    --SocialLinks-display-title: none;
    --SocialLinks-icon-size: 11px
}

.root.svelte-1709vmn .icon {
    width: 13px;
    height: 13px
}

.content.svelte-1709vmn {
    display: flex;
    justify-content: space-between;
    flex: 1
}

.contact-row.svelte-1709vmn {
    min-height: 21px
}

nav.svelte-10fnwfh {
    display: flex
}

nav.svelte-10fnwfh .icon {
    --icon-size: 24px
}

nav.svelte-10fnwfh .setting-style svg {
    color: transparent;
    padding: 2px
}

nav.svelte-10fnwfh .setting-style svg path, nav.svelte-10fnwfh .setting-style svg circle {
    stroke: var(--col-fore)
}

nav.svelte-10fnwfh .setting-style svg path.band {
    stroke-width: 2px
}

nav.svelte-10fnwfh ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

nav.svelte-10fnwfh ul > li > a.title:hover, nav.svelte-10fnwfh ul li > button.title:hover {
    background: rgba(0, 0, 0, .05)
}

nav.svelte-10fnwfh ul > li > .title {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
    min-height: 40px
}

nav.svelte-10fnwfh ul > li > .title > .icon {
    margin-right: 10px;
    max-height: 24px
}

nav.svelte-10fnwfh ul.level1 {
    display: flex;
    margin: 0;
    align-items: stretch
}

nav.svelte-10fnwfh ul.level1 > li {
    display: flex;
    align-items: stretch;
    appearance: none;
    white-space: nowrap;
    position: static;
    cursor: pointer;
    padding: 0 13px
}

nav.svelte-10fnwfh ul.level1 > li > .title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 90%
}

nav.svelte-10fnwfh ul.level1 > li > .wrapper {
    cursor: default;
    position: absolute;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 9px 9px #00000026;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-top: 47px;
    padding: 13px;
    z-index: 1000;
    transform: translateY(13px);
    transition: all .3s
}

nav.svelte-10fnwfh ul.level1 > li > .wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 16px
}

nav.svelte-10fnwfh ul.level1 > li:hover > .title {
    color: var(--col-theme)
}

nav.svelte-10fnwfh ul.level1 > li:hover > .wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    margin-top: 47px
}

nav.svelte-10fnwfh ul.level2 {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

nav.svelte-10fnwfh ul.level2 > li {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%
}

nav.svelte-10fnwfh ul.level2 > li > .title {
    text-transform: uppercase;
    padding: 7px;
    margin-bottom: 7px;
    font-size: 108%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

nav.svelte-10fnwfh ul.level2 > li > .title > .image {
    margin-top: 13px;
    max-width: 75px;
    width: 100%;
}

nav.svelte-10fnwfh ul.level2 > li.flex-half {
    flex: .5
}

nav.svelte-10fnwfh ul.level3 > li {
    display: flex;
    flex-direction: column
}

nav.svelte-10fnwfh ul.level3 > li > .title {
    padding: 7px
}

nav.svelte-10fnwfh .stone_shapes {
    flex: 1.3
}

nav.svelte-10fnwfh .stone_shapes > ul {
    display: grid;
    column-gap: 20px;
    grid-template-columns:1fr 1fr
}

nav.svelte-10fnwfh .has-dark-icon .icon {
    filter: brightness(0);
    object-fit: contain
}

nav.svelte-10fnwfh .large .icon {
    --icon-size: 40px
}

nav.navigating.svelte-10fnwfh ul.level1 > li > .wrapper {
    pointer-events: none
}

.root.svelte-14pkpva {
    width: 22px;
    height: 100%
}

.open-button.svelte-125a17v.svelte-125a17v {
    width: 22px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center
}

.background.svelte-125a17v.svelte-125a17v {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4)
}

.menu.svelte-125a17v.svelte-125a17v {
    background: white;
    max-width: min(300px, 80%);
    min-height: 100%;
    box-shadow: 0 0 27px #0006;
    pointer-events: all;
    display: flex;
    flex-direction: column
}

.header.svelte-125a17v.svelte-125a17v {
    display: flex;
    min-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    justify-content: flex-end;
    align-items: center;
    padding: 0 7px
}

.header.svelte-125a17v .close-button.svelte-125a17v {
    height: 100%;
    margin-left: 13px
}

nav.svelte-125a17v.svelte-125a17v {
    margin-top: 13px;
    overflow-y: scroll;
    --SocialLinks-color: black;
    --SocialLinks-display-title: none;
    --SocialLinks-icon-size: 20px
}

nav.svelte-125a17v .setting-style svg {
    min-width: 37px;
    color: transparent;
    padding: 2px
}

nav.svelte-125a17v .setting-style svg path, nav.svelte-125a17v .setting-style svg circle {
    stroke: var(--col-fore)
}

nav.svelte-125a17v .setting-style svg path.band {
    stroke-width: 3px
}

nav.svelte-125a17v ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

nav.svelte-125a17v ul > li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0
}

nav.svelte-125a17v ul > li > button.title, nav.svelte-125a17v ul > li a.title {
    text-decoration: none
}

nav.svelte-125a17v ul > li > button.title:hover, nav.svelte-125a17v ul > li a.title:hover {
    background: rgba(0, 0, 0, .05)
}

nav.svelte-125a17v ul > li > .title {
    font-size: 1em;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

nav.svelte-125a17v ul > li > .title > .icon {
    margin-right: 7px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px
}

nav.svelte-125a17v ul.level1 > li {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

nav.svelte-125a17v ul.level1 > li > .title {
    padding-left: 13px;
    text-transform: uppercase
}

nav.svelte-125a17v ul.level1 > li > button {
    cursor: pointer
}

nav.svelte-125a17v ul.level2 > li > .title {
    text-transform: uppercase;
    padding: 7px 7px 7px 20px;
    margin-bottom: 7px;
    font-size: 108%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

nav.svelte-125a17v ul.level2 > li > .title > .image {
    margin-top: 13px;
    max-width: 100%
}

nav.svelte-125a17v ul.level3 > li > .title {
    padding-left: 27px
}

nav.svelte-125a17v .has-dark-icon .icon {
    filter: brightness(0);
    width: 13px;
    height: 13px;
    object-fit: contain
}

.social-links.svelte-125a17v.svelte-125a17v {
    padding: 20px
}

.social-links.svelte-125a17v .SocialLinks {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    row-gap: 15px
}

.social-links.svelte-125a17v .SocialLinks li {
    align-items: center;
    justify-content: center;
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.book-appointment.svelte-125a17v.svelte-125a17v {
    margin: 15px;
    text-align: center
}

.root.svelte-ir18mh {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--col-theme)
}

.root.svelte-8kxefs.svelte-8kxefs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: white;
    padding: 17px 27px;
    z-index: 10000;
    position: relative
}

.root.sticky.svelte-8kxefs.svelte-8kxefs {
    position: fixed;
    left: 0;
    right: 0;
    top: 0
}

@media (max-width: 470px) {
    .root.svelte-8kxefs.svelte-8kxefs {
        padding: 3px 15px
    }
}

.bottom-border.svelte-8kxefs.svelte-8kxefs {
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .07)
}

.content.svelte-8kxefs.svelte-8kxefs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex: 1
}

@media (max-width: 1000px) {
    .content.svelte-8kxefs > .HeaderMenu {
        display: none
    }
}

@media (min-width: 1000px) {
    .content.svelte-8kxefs > .SideMenu {
        display: none
    }
}

.logo.svelte-8kxefs.svelte-8kxefs {
    display: block;
    margin: 0;
    padding: 0;
    max-height: 100%
}

.logo.svelte-8kxefs img.svelte-8kxefs {
    min-width: 170px;
    max-width: 170px;
    height: 47px;
    object-fit: contain
}

@media (max-width: 470px) {
    .logo.svelte-8kxefs img.svelte-8kxefs {
        min-width: 160px;
        max-width: 160px
    }
}

.actions.svelte-8kxefs.svelte-8kxefs {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    min-width: 170px
}

@media (max-width: 1000px) {
    .actions.svelte-8kxefs.svelte-8kxefs {
        min-width: 22px
    }
}

.book-appointment.svelte-8kxefs.svelte-8kxefs {
    align-self: center;
    margin-left: 30px
}

@media (max-width: 1100px) {
    .book-appointment.svelte-8kxefs.svelte-8kxefs {
        display: none
    }
}

.icon.svelte-14n0yeg {
    color: var(--col-theme-dark);
    opacity: .7;
    --icon-size: 100%
}

.in-stock-overlay.svelte-14n0yeg {
    position: absolute;
    border-radius: 3px;
    top: 0;
    right: 0;
    background: var(--col-theme);
    color: var(--col-theme-fore);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    font-size: 80%
}

.background.svelte-sp56vm.svelte-sp56vm.svelte-sp56vm {
    background: #e6e6e6;
    opacity: .6;
    width: 100%;
    height: 100%
}

.container.svelte-sp56vm.svelte-sp56vm.svelte-sp56vm {
    width: 100%;
    max-height: calc(100% - 33px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: height .5s;
    box-shadow: 0 16px 16px #00000026
}

.search_bar.svelte-sp56vm.svelte-sp56vm.svelte-sp56vm {
    height: 110px;
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center
}

.search_bar.svelte-sp56vm > .search_bar_content.svelte-sp56vm.svelte-sp56vm {
    font-size: 150%;
    height: 100%;
    padding: 0 13px
}

.search_bar.svelte-sp56vm > .search_bar_content.svelte-sp56vm > input.svelte-sp56vm {
    border: none;
    height: 100%
}

@media (max-width: 670px) {
    .search_bar.svelte-sp56vm.svelte-sp56vm.svelte-sp56vm {
        min-height: 60px
    }

    .search_bar.svelte-sp56vm > .search_bar_content.svelte-sp56vm.svelte-sp56vm {
        font-size: 120%
    }
}

.results.svelte-sp56vm.svelte-sp56vm.svelte-sp56vm {
    width: 100%;
    overflow-y: auto;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column
}

.results.svelte-sp56vm > .results_content.svelte-sp56vm.svelte-sp56vm {
    padding: 13px
}

.root.svelte-b40sm5 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.bar.svelte-b40sm5 {
    pointer-events: all;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(2px);
    box-shadow: 0 0 3px #969696;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 13px;
    gap: 13px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.app.svelte-1dbleum {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: stretch
}

main.svelte-1dbleum {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}
