* {
    box-sizing: border-box;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100vh;
    padding: 0;
    margin: 0;

    font-family: var(--font), sans-serif;
    color: var(--dark);
}

body.admin-bar {
    min-height: calc(100vh - 32px);
}

p,
figure,
img {
    margin: 0;
}

img,
svg {
    vertical-align: bottom;
}

h1 {
    margin: 0;

    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
}

.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
    display: inline-block;

    font-family: var(--font), sans-serif;

    border: none;
    border-radius: 100px;

    line-height: 20px;
    letter-spacing: 0.1px;
    text-align: center;
    text-decoration: none;

    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.button[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.button--rounded,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--rounded,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--rounded {
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    border: 1px solid transparent;

    background: none;
}

.button.button--lg,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--lg,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--lg {
    padding: 18px 30px;

    font-size: 20px;
    font-weight: 600;
}

.button.button--rounded.button--lg,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--rounded.button--lg,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--rounded.button--lg {
    width: 48px;
    height: 48px;
    padding: 0;
}

.button.button--sm,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--sm,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--sm {
    padding: 10px 32px;

    font-size: 14px;
    font-weight: 600;
}

.button.button--rounded.button--sm,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--rounded.button--sm,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--rounded.button--sm {
    width: 32px;
    height: 32px;
    padding: 0;
}

.button.button--xs,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--xs,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--xs {
    padding: 7px 22px;

    font-size: 12.18px;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.button.button--primary,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--primary,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--primary {
    border: 1px solid var(--primary);
}

.button.button--primary.button--filled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--primary.button--filled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--primary.button--filled {
    color: var(--white);
    background: var(--primary);
}

.button.button--primary.button--outline,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--primary.button--outline,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--primary.button--outline {
    color: var(--primary);
    background: none;
}

.button.button--dark,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--dark,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--dark {
    border: 1px solid var(--dark);
}

.button.button--dark.button--filled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--dark.button--filled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--dark.button--filled {
    color: var(--white);
    background: var(--dark);
}

.button.button--dark.button--outline,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--dark.button--outline,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--dark.button--outline {
    color: var(--dark);
    background: none;
}

.button.button--dark-2,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--dark-2,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--dark-2 {
    border: 1px solid var(--dark-2);
}

.button.button--white,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--white,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--white {
    border: 1px solid var(--white);
}

.button.button--white.button--filled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--white.button--filled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--white.button--filled {
    color: var(--dark);
    background: var(--white);
}

.button.button--white.button--outline,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--white.button--outline,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--white.button--outline {
    color: var(--white);
    background: none;
}

.button.button--ghost,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button--ghost,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button--ghost {
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
}

@media only screen and (max-width: 1024px) {

    body {
        padding-top: 48px;
    }

    .button.button--sm,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button.button--sm,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button.button--sm {
        padding: 10px 24px;
    }

    .button.button--lg,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.button.button--lg,
    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.button.button--lg {
        padding: 13px;

        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.07px;
    }
}