@charset "UTF-8";

:root {
    --global--font-family-body: Inter, sans-serif;
    --global--font-size-body: 16px;
    --global--color-body: #ffffff;
    --global--color-body-opacity-25: rgba(40, 40, 40, 0.25);
    --global--color-body-opacity-50: rgba(40, 40, 40, 0.5);
    --global--color-body-contrast: #f3f3f3;
    --global--color-body-contrast-2: #f1f1f1;
    --global--color-body-contrast-3: #eeeeee;
    --global--color-body-contrast-4: #e8e8e8;
    --global--color-body-contrast-5: #e3e3e3;
    --global--color-body-contrast-6: #dddddd;
    --global--color-body-contrast-7: #d2d2d2;
    --global--color-body-contrast-8: #cbcbcb;
    --global--color-body-contrast-9: #c1c1c1;
    --global--color-font: #282828;
    --global--color-font-contrast: #ffffff;
    --global--color-font-contrast-opacity-50: rgba(255, 255, 255, 0.5);
    --global--color-border: #e3e3e3;
    --global--color-highlight: #e00b25;
    --content--max-width: 1520px;
    --content--max-width-wide: 1520px;
    --aside--font-color: var(--global--color-font);
    --aside--border-color: var(--global--color-border);
    --aside--background-color: var(--global--color-body);
    --aside--overlay-color: rgba(40, 40, 40, 0.3);
    --heading--font-family: Inter, sans-serif;
    --heading--font-color: #282828;
    --header--font-size: 16px;
    --header--font-color: #282828;
    --header--background-color: #ffffff;
    --header--height: 94px;
    --header--height-mobile: 76px;
    --logo--max-height: 60px;
    --logo-mobile--max-height: 26px;
    --menus--font-size: 15px;
    --menus--font-color: #282828;
    --menus--background-color: #ffffff;
    --footer--font-color: #282828;
    --footer--border-color: #e3e3e3;
    --footer--background-color: #ffffff;
    --footer--spacing: 50px;
    --footer--spacing-mobile: 40px;
    --footer--widget-columns: 5;
    --footer--first-widget-columns: 3;
    --inputs--background-color: #f3f3f3;
    --inputs--focus-color: #eeeeee;
    --buttons--font-color: #ffffff;
    --buttons--border-color: #c1c1c1;
    --buttons--background-color: #789788;
    --label-buttons--border-color: var(--buttons--border-color);
    --label-buttons--border-contrast-color: var(--global--color-font);
    --label-buttons--background-color: var(--global--color-body);
    --label-buttons--background-contrast-color: var(--global--color-body);
    --spinner--border-width: 1px;
    --products--ordering-label: "Сортировка";
    --product-fullscreen-gallery--arrows-color: var(--global--color-font)
}

@media (prefers-color-scheme:dark) {
    :root [data-color-mode=auto] {
        --global--color-body: #22262c;
        --global--color-body-opacity-25: rgba(34, 38, 44, 0.25);
        --global--color-body-opacity-50: rgba(34, 38, 44, 0.5);
        --global--color-body-contrast: #2d3138;
        --global--color-body-contrast-2: #343842;
        --global--color-body-contrast-3: #40434e;
        --global--color-body-contrast-4: #4a4e58;
        --global--color-body-contrast-5: #555862;
        --global--color-body-contrast-6: #5e6471;
        --global--color-body-contrast-7: #6a707b;
        --global--color-body-contrast-8: #7f848e;
        --global--color-body-contrast-9: #93989f;
        --global--color-font: #f8f8f8;
        --global--color-font-contrast: #22262c;
        --global--color-font-contrast-opacity-50: rgba(34, 38, 44, 0.5);
        --global--color-border: #4a4e58;
        --global--color-highlight: #19d5e0;
        --aside--font-color: var(--global--color-font);
        --aside--border-color: var(--global--color-border);
        --aside--background-color: var(--global--color-body);
        --aside--overlay-color: rgba(0, 0, 0, 0.3);
        --heading--font-color: #f8f8f8;
        --header--font-color: #f8f8f8;
        --header--background-color: #22262c;
        --menus--font-color: #f8f8f8;
        --menus--background-color: #22262c;
        --footer--font-color: #f8f8f8;
        --footer--border-color: #4a4e58;
        --footer--background-color: #22262c;
        --inputs--background-color: #343842;
        --inputs--focus-color: #4a4e58;
        --buttons--font-color: #22262c;
        --buttons--border-color: #5e6471;
        --buttons--background-color: #f8f8f8;
        --label-buttons--border-color: var(--global--color-body-contrast-2);
        --label-buttons--border-contrast-color: var(--global--color-body-contrast-4);
        --label-buttons--background-color: var(--global--color-body-contrast-2);
        --label-buttons--background-contrast-color: var(--global--color-body-contrast-4);
        --spinner--border-width: 2px;
        --product-fullscreen-gallery--arrows-color: var(--global--color-body)
    }
}

:root [data-color-mode=dark] {
    --global--color-body: #22262c;
    --global--color-body-opacity-25: rgba(34, 38, 44, 0.25);
    --global--color-body-opacity-50: rgba(34, 38, 44, 0.5);
    --global--color-body-contrast: #2d3138;
    --global--color-body-contrast-2: #343842;
    --global--color-body-contrast-3: #40434e;
    --global--color-body-contrast-4: #4a4e58;
    --global--color-body-contrast-5: #555862;
    --global--color-body-contrast-6: #5e6471;
    --global--color-body-contrast-7: #6a707b;
    --global--color-body-contrast-8: #7f848e;
    --global--color-body-contrast-9: #93989f;
    --global--color-font: #f8f8f8;
    --global--color-font-contrast: #22262c;
    --global--color-font-contrast-opacity-50: rgba(34, 38, 44, 0.5);
    --global--color-border: #4a4e58;
    --global--color-highlight: #19d5e0;
    --aside--font-color: var(--global--color-font);
    --aside--border-color: var(--global--color-border);
    --aside--background-color: var(--global--color-body);
    --aside--overlay-color: rgba(0, 0, 0, 0.3);
    --heading--font-color: #f8f8f8;
    --header--font-color: #f8f8f8;
    --header--background-color: #22262c;
    --menus--font-color: #f8f8f8;
    --menus--background-color: #22262c;
    --footer--font-color: #f8f8f8;
    --footer--border-color: #4a4e58;
    --footer--background-color: #22262c;
    --inputs--background-color: #343842;
    --inputs--focus-color: #4a4e58;
    --buttons--font-color: #22262c;
    --buttons--border-color: #5e6471;
    --buttons--background-color: #f8f8f8;
    --label-buttons--border-color: var(--global--color-body-contrast-2);
    --label-buttons--border-contrast-color: var(--global--color-body-contrast-4);
    --label-buttons--background-color: var(--global--color-body-contrast-2);
    --label-buttons--background-contrast-color: var(--global--color-body-contrast-4);
    --spinner--border-width: 2px;
    --product-fullscreen-gallery--arrows-color: var(--global--color-body)
}

@media (max-width:1368px) {
    :root {
        --content--max-width: var(--content--max-width-wide)
    }
}

.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    line-height: 0
}

.wp-block-avatar,
.wp-block-avatar img {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-audio audio {
    min-width: 300px;
    width: 100%
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
    border: 2px solid;
    padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
    color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
    background-color: transparent;
    background-image: none
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
    border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
    border-left-width: medium
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
    border: 1px solid;
    padding: .25em
}

.wp-block-calendar th {
    font-weight: 400
}

.wp-block-calendar caption {
    background-color: inherit
}

.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd
}

.wp-block-calendar table.has-background th {
    background-color: inherit
}

.wp-block-calendar table.has-text-color th {
    color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
    text-align: center
}

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0%;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-post-comments {
    box-sizing: border-box
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    clear: both;
    content: "";
    display: table
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    margin-top: .5em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover,
.wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    content: "";
    display: block;
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1
}

.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-touch-callout:inherit) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

.wp-block-details {
    box-sizing: border-box;
    overflow: hidden
}

.wp-block-details summary {
    cursor: pointer
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
    font-size: .8em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    flex: 1;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media (min-width:600px) {

    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width:600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
    border-radius: inherit
}

.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius: 0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

.wp-block-image figure {
    margin: 0
}

.wp-lightbox-container {
    display: flex;
    flex-direction: column;
    position: relative
}

.wp-lightbox-container img {
    cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
    opacity: 1
}

.wp-lightbox-container button {
    align-items: center;
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(90, 90, 90, .25);
    border: none;
    border-radius: 4px;
    cursor: zoom-in;
    display: flex;
    height: 20px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 16px;
    transition: opacity .2s ease;
    width: 20px;
    z-index: 100
}

.wp-lightbox-container button:focus-visible {
    outline: 3px auto rgba(90, 90, 90, .25);
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: 3px
}

.wp-lightbox-container button:hover {
    cursor: pointer;
    opacity: 1
}

.wp-lightbox-container button:focus {
    opacity: 1
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
    background-color: rgba(90, 90, 90, .25);
    border: none
}

.wp-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 100000
}

.wp-lightbox-overlay .close-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0;
    position: absolute;
    right: calc(env(safe-area-inset-right) + 16px);
    top: calc(env(safe-area-inset-top) + 16px);
    z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
    background: none;
    border: none
}

.wp-lightbox-overlay .lightbox-image-container {
    height: var(--wp--lightbox-container-height);
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: top left;
    width: var(--wp--lightbox-container-width);
    z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: relative;
    transform-origin: 0 0;
    width: 100%;
    z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
    height: var(--wp--lightbox-image-height);
    min-height: var(--wp--lightbox-image-height);
    min-width: var(--wp--lightbox-image-width);
    width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
    display: none
}

.wp-lightbox-overlay button {
    background: none;
    border: none
}

.wp-lightbox-overlay .scrim {
    background-color: #fff;
    height: 100%;
    opacity: .9;
    position: absolute;
    width: 100%;
    z-index: 2000000
}

.wp-lightbox-overlay.active {
    animation: turn-on-visibility .25s both;
    visibility: visible
}

.wp-lightbox-overlay.active img {
    animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) {
    animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) img {
    animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion:no-preference) {
    .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container {
        animation: lightbox-zoom-in .4s
    }

    .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.active .scrim {
        animation: turn-on-visibility .4s forwards
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) {
        animation: none
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container {
        animation: lightbox-zoom-out .4s
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img {
        animation: none
    }

    .wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
        animation: turn-off-visibility .4s forwards
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
    }

    to {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible
    }

    99% {
        visibility: visible
    }

    to {
        transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden
    }
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
    line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
    font-size: inherit
}

.wp-block-latest-posts {
    box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol,
ul {
    box-sizing: border-box
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    box-sizing: border-box;
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center;
    position: relative
}

.wp-block-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    display: flex;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
    text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentColor;
    display: inline-block;
    font-size: inherit;
    height: .6em;
    line-height: 0;
    margin-left: .25em;
    padding: 0;
    width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    stroke: currentColor;
    display: inline-block;
    height: inherit;
    margin-top: .075em;
    width: inherit
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width:782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        background: transparent;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width:782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width:782px) {

    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
    background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
    flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    background-color: inherit !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting, inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: var(--navigation-layout-justification-setting, initial);
    display: flex;
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: transparent !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    background: transparent;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size, 100%)
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width:782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align, initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0%;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block;
    height: 100%
}

.wp-block-post-featured-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
    width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-terms {
    box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-time-to-read,
.wp-block-post-title {
    box-sizing: border-box
}

.wp-block-post-title {
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    box-sizing: border-box;
    white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

:where(.wp-block-pullquote) {
    margin: 0 0 1em
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-post-template.wp-block-post-template {
    background: none
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
    margin: 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

@media (max-width:600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr
    }
}

.wp-block-post-template-is-layout-constrained>li>.alignright,
.wp-block-post-template-is-layout-flow>li>.alignright {
    -webkit-margin-start: 2em;
    -webkit-margin-end: 0;
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained>li>.alignleft,
.wp-block-post-template-is-layout-flow>li>.alignleft {
    -webkit-margin-start: 0;
    -webkit-margin-end: 2em;
    float: left;
    margin-inline-end: 2em;
    margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,
.wp-block-post-template-is-layout-flow>li>.aligncenter {
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    margin-inline-start: auto
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
    -webkit-margin-start: auto;
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
    -webkit-margin-end: auto;
    margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width:600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    fill: currentColor;
    min-height: 24px;
    min-width: 24px;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    -webkit-appearance: initial;
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    flex-shrink: 0;
    margin-left: 0;
    max-width: calc(100% - 100px)
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
    min-width: 0 !important;
    transition-property: width
}

.wp-block-search__button-behavior-expand .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: .3s
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    flex-basis: 0%;
    flex-grow: 0;
    margin: 0;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 0 !important
}

.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
    float: right
}

.wp-block-separator {
    border: 1px solid;
    border-left: none;
    border-right: none
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    height: auto;
    line-height: 1;
    text-align: center
}

.wp-block-separator.is-style-dots:before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block;
    line-height: 0
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-site-title a {
    color: inherit
}

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .65em;
    margin-left: .5em;
    margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    display: flex;
    justify-content: center
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
    fill: currentColor;
    color: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    stroke: #000;
    background-color: #fefc00;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    stroke: #000;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-threads,
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
    color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-x {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
    color: #000
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
    border-style: inherit;
    border-width: inherit
}

:where(.wp-block-term-description) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    vertical-align: middle;
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.editor-styles-wrapper,
.entry-content {
    counter-reset: footnotes
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

a[data-fn].fn:after {
    content: "[" counter(footnotes) "]";
    float: left;
    text-indent: 0
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0
    }
}

:root {
    --woocommerce: #7F54B3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #7F54B3;
    --wc-primary-text: white;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #b3af54;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
    content: " ";
    display: table
}

.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
    clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 48%
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before {
    content: " ";
    display: table
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
    content: " ";
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
    content: " ";
    display: table
}

.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
    clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
    clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.product_list_widget li::after,
.woocommerce-page ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
    content: " ";
    display: table
}

.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
    clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e010";
    text-decoration: none
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
    color: #585858
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-billing-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    background-color: transparent;
    color: inherit;
    font-weight: 700
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: left
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
    margin-left: 0
}

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width:44.375em) {
    .twentysixteen .site-main {
        margin-right: 23.0769%
    }
}

@media screen and (min-width:56.875em) {
    .twentysixteen .site-main {
        margin-right: 0;
        margin-left: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
    }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
    float: left
}

@charset "UTF-8";

:root {
    --woocommerce: #7F54B3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #7F54B3;
    --wc-primary-text: white;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #b3af54;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-display: swap;
    font-family: star;
    src: url(../../../plugins/woocommerce/assets/fonts/star.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: WooCommerce;
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #7f54b3;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6a6a6a
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart::after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart::after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #b3af54;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: " ";
    display: table
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #cfc8d8;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #cfc8d8;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e9e6ed;
    color: #816e99
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review::after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating::after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond::after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "↓";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #e9e6ed;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    content: " ";
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #7f54b3;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #7f54b3
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #35224c;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
    content: " ";
    display: table
}

.woocommerce .widget_rating_filter ul li::after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    animation: spin 2s linear infinite
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #dcd7e3;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #7f54b3;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #7249a4;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #7f54b3;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #e9e6ed
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #b3af54;
    font-size: 1.25em
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #b3af54
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
    color: red
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #b3af54
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
    content: " ";
    display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    clear: both
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info::before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce::after {
    clear: both
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title::after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #cfc8d8;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #b3af54
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #e9e6ed
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #e9e6ed;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dcd7e3;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c2b9ce;
    border-top-color: #b5aac3
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dcd7e3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

.wvs-has-image-tooltip,
[data-wvstooltip] {
    --font-size: 14px;
    --arrow-width: 5px;
    --arrow-distance: 10px;
    --arrow-position: calc(var(--arrow-distance)*-1);
    --tip-redius: 3px;
    --tip-min-width: 100px;
    --tip-min-height: 100px;
    --tip-height: 30px;
    --tip-breakpoint-start: 53vw;
    --tip-distance: calc(var(--arrow-distance) + var(--tip-height));
    --tip-position: calc(var(--tip-distance)*-1);
    --image-tip-min-height: calc(var(--tip-min-height) + var(--tip-height));
    --image-tip-max-height: calc(var(--tooltip-height) + var(--tip-height));
    --image-tip-width-dynamic: clamp(var(--tip-min-width), var(--tip-breakpoint-start), var(--tooltip-width));
    --image-tip-height-dynamic: clamp(var(--tip-min-height), var(--tip-breakpoint-start), var(--tooltip-height));
    --image-tip-ratio: calc(var(--tooltip-height)/var(--tooltip-width));
    --image-tip-position: calc(100% + var(--arrow-distance));
    --horizontal-position: 0px;
    cursor: pointer;
    outline: none;
    position: relative
}

.wvs-has-image-tooltip:after,
.wvs-has-image-tooltip:before,
[data-wvstooltip]:after,
[data-wvstooltip]:before {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    visibility: hidden;
    z-index: 999
}

.wvs-has-image-tooltip:before,
[data-wvstooltip]:before {
    background-color: var(--wvs-tooltip-background-color, #333);
    border-radius: var(--tip-redius);
    bottom: var(--image-tip-position);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
    color: var(--wvs-tooltip-text-color, #fff);
    font-size: var(--font-size);
    height: var(--tip-height);
    line-height: var(--tip-height);
    min-width: var(--tip-min-width);
    padding-inline: 10px;
    top: auto;
    -webkit-transform: translateX(var(--horizontal-position));
    -ms-transform: translateX(var(--horizontal-position));
    transform: translateX(var(--horizontal-position));
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

[data-wvstooltip]:before {
    content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock)
}

.wvs-has-image-tooltip:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: var(--tooltip-background);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: attr(data-title);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(var(--image-tip-height-dynamic) + var(--tip-height));
    justify-content: flex-end;
    min-width: var(--image-tip-width-dynamic)
}

.wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
    border-top-color: transparent;
    border: var(--arrow-width) solid transparent;
    border-top-color: var(--wvs-tooltip-background-color, #333);
    bottom: auto;
    content: " ";
    font-size: 0;
    line-height: 0;
    top: var(--arrow-position);
    width: 0
}

.wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
[data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
    opacity: 1;
    visibility: visible
}

.wvs-tooltip-position-bottom.wvs-has-image-tooltip:after,
.wvs-tooltip-position-bottom[data-wvstooltip]:after {
    border-bottom-color: var(--wvs-tooltip-background-color, #333);
    border-top-color: transparent;
    bottom: var(--arrow-position);
    top: auto
}

.wvs-tooltip-position-bottom.wvs-has-image-tooltip:before,
.wvs-tooltip-position-bottom[data-wvstooltip]:before {
    bottom: auto;
    top: calc(var(--tip-position)*-1)
}

.wvs-theme-sober .product form.cart .variations .variable,
.wvs-theme-sober-child .product form.cart .variations .variable {
    margin-bottom: 15px !important
}

.wvs-theme-sober .product form.cart .variations .variable-options,
.wvs-theme-sober-child .product form.cart .variations .variable-options {
    border: 0 !important
}

.wvs-theme-sober .product form.cart .variations .arrow,
.wvs-theme-sober .product form.cart .variations .variable-options:after,
.wvs-theme-sober-child .product form.cart .variations .arrow,
.wvs-theme-sober-child .product form.cart .variations .variable-options:after {
    display: none
}

.wvs-theme-sober .product form.cart .variations .label,
.wvs-theme-sober-child .product form.cart .variations .label {
    display: block;
    margin-right: 10px;
    text-align: right
}

.wvs-theme-sober .product form.cart .variations .value,
.wvs-theme-sober-child .product form.cart .variations .value {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset
}

.wvs-theme-sober .product form.cart .variations select,
.wvs-theme-sober-child .product form.cart .variations select {
    -webkit-appearance: menulist-button !important;
    border: 1px solid #e4e6eb !important;
    padding: .5em 1em !important;
    text-align: left !important;
    -moz-text-align-last: left !important;
    text-align-last: left !important
}

.wvs-theme-sober .product form.cart .radio-variable-item,
.wvs-theme-sober-child .product form.cart .radio-variable-item {
    margin: 5px;
    text-align: left
}

.wvs-theme-sober .product form.cart .radio-variable-item:last-child,
.wvs-theme-sober-child .product form.cart .radio-variable-item:last-child {
    margin-right: 0
}

.wvs-theme-sober .product form.cart .radio-variable-item label,
.wvs-theme-sober-child .product form.cart .radio-variable-item label {
    margin: 0;
    padding-left: 30px
}

.wvs-theme-sober .product form.cart .radio-variable-item label:before,
.wvs-theme-sober-child .product form.cart .radio-variable-item label:before {
    border-radius: 100%;
    top: 0
}

.wvs-theme-sober .product form.cart .radio-variable-item label:after,
.wvs-theme-sober-child .product form.cart .radio-variable-item label:after {
    top: 8px
}

.wvs-theme-shophistic-lite.woocommerce #main .entry-summary .variations {
    display: block !important
}

.wvs-theme-shophistic-lite .ql_custom_variations {
    display: none !important
}

.wvs-theme-shophistic-lite .radio-variable-item input[type=radio] {
    display: inline-block;
    margin: 0
}

.wvs-theme-flatsome .variations .reset_variations {
    bottom: 0;
    left: 0;
    position: relative
}

.wvs-theme-storefront-child.single-product div.product,
.wvs-theme-storefront.single-product div.product {
    overflow: visible !important
}

.wvs-theme-stockholm .variations .reset_variations {
    bottom: 0;
    left: 0;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.wvs-theme-kalium .image-variable-item img,
.wvs-theme-kalium-child .image-variable-item img {
    width: 100% !important
}

.wvs-theme-kalium .radio-variable-item input,
.wvs-theme-kalium-child .radio-variable-item input {
    height: 16px !important;
    width: 16px !important
}

.wvs-theme-kalium .woo-variation-items-wrapper .select-option-ui,
.wvs-theme-kalium-child .woo-variation-items-wrapper .select-option-ui {
    display: none
}

.wvs-theme-aurum .variable-items-wrapper .image-variable-item>img,
.wvs-theme-aurum-child .variable-items-wrapper .image-variable-item>img {
    width: 100%
}

.wvs-theme-hestia .woo-variation-items-wrapper.value:before {
    display: none !important
}

.wvs-theme-thegem .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-child .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-elementor .woo-variation-items-wrapper .combobox-wrapper {
    display: none
}

.wvs-theme-thegem .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-child .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-elementor .wvs-archive-variation-wrapper .variations {
    padding: 0
}

.wvs-theme-ushop .variations_form,
.wvs-theme-ushop-child .variations_form {
    overflow: visible !important
}

.wvs-theme-ushop .single-product-summary .product_meta,
.wvs-theme-ushop-child .single-product-summary .product_meta {
    display: inline-table
}

.wvs-theme-savoy .woo-variation-items-wrapper,
.wvs-theme-savoy-child .woo-variation-items-wrapper {
    position: relative !important
}

.wvs-theme-savoy .woo-variation-items-wrapper .sod_select,
.wvs-theme-savoy-child .woo-variation-items-wrapper .sod_select {
    display: none !important
}

.wvs-theme-savoy .nm-variation-row,
.wvs-theme-savoy-child .nm-variation-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wvs-theme-woodstock .woo-variation-items-wrapper .variation-select,
.wvs-theme-woodstock-child .woo-variation-items-wrapper .variation-select {
    display: none !important
}

.wvs-theme-woodmart .wd-attr-selected,
.wvs-theme-woodmart .woo-variation-items-wrapper>.swatches-select,
.wvs-theme-woodmart-child .wd-attr-selected,
.wvs-theme-woodmart-child .woo-variation-items-wrapper>.swatches-select {
    display: none
}

.wvs-theme-gecko .variations .value.woo-variation-items-wrapper,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper {
    border: 0 !important
}

.wvs-theme-gecko .variations .value.woo-variation-items-wrapper:after,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper:after {
    display: none !important
}

.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection {
    border: 0;
    height: auto;
    width: auto
}

.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection .reset_variations,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection .reset_variations {
    border: 1px solid #f04040;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #f04040;
    font-size: 8px !important;
    height: 20px;
    padding: 5px;
    width: 20px
}

.wvs-theme-claue .woo-variation-items-wrapper,
.wvs-theme-claue-child .woo-variation-items-wrapper {
    border: none
}

.wvs-theme-claue .woo-variation-items-wrapper:after,
.wvs-theme-claue-child .woo-variation-items-wrapper:after {
    display: none
}

.wvs-theme-jupiter table.variations,
.wvs-theme-jupiter-child table.variations {
    overflow: initial
}

.wvs-theme-oxygen .woo-variation-items-wrapper .select-wrapper,
.wvs-theme-oxygen-child .woo-variation-items-wrapper .select-wrapper {
    display: none
}

.wvs-theme-oxygen .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input,
.wvs-theme-oxygen-child .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
    width: 18px
}

.wvs-theme-simple-elegant .woo-variation-items-wrapper .wi-nice-select,
.wvs-theme-simple-elegant-child .woo-variation-items-wrapper .wi-nice-select {
    display: none
}

.wvs-theme-twentytwenty table.variations,
.wvs-theme-twentytwenty-child table.variations {
    overflow: auto
}

.wvs-theme-divi .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,
.wvs-theme-divi-child .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,
.wvs-theme-jevelin .sh-woo-layout table.variations td select.woo-variation-raw-select,
.wvs-theme-jevelin-child .sh-woo-layout table.variations td select.woo-variation-raw-select {
    display: none !important
}

.wvs-theme-jevelin .sh-woo-layout table.variations,
.wvs-theme-jevelin-child .sh-woo-layout table.variations {
    max-width: 100%
}

.wvs-theme-jevelin .radio-variable-item label,
.wvs-theme-jevelin-child .radio-variable-item label {
    line-height: 1 !important
}

.wvs-theme-stockie .woo-variation-raw-select+.select-styled,
.wvs-theme-stockie-child .woo-variation-raw-select+.select-styled {
    display: none !important
}

.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-center {
    --wvs-position: center
}

.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-left {
    --wvs-position: flex-start
}

.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-right {
    --wvs-position: flex-end
}

.woo-variation-swatches .woo-variation-raw-select+.select2 {
    display: none !important
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color>a {
    display: inline-block;
    position: relative
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .count {
    padding: 0 5px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .wvs-widget-item-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item {
    border: 2px solid #fff;
    -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    display: inline-block;
    float: left;
    height: 20px;
    margin: 0 4px;
    padding: 9px;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    width: 20px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-squared {
    border-radius: 2px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-rounded {
    border-radius: 100%
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text {
    display: inline-block
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text :after {
    clear: both;
    content: "";
    display: inline
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color:hover .item {
    -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd)
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color.woocommerce-widget-layered-nav-list__item--chosen .item {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000)
}

.woo-variation-swatches .variations td.value>span:after,
.woo-variation-swatches .variations td.value>span:before,
.woo-variation-swatches .woo-variation-raw-select,
.woo-variation-swatches .woo-variation-raw-select:after,
.woo-variation-swatches .woo-variation-raw-select:before {
    display: none !important
}

.woo-variation-swatches .woo-variation-swatches-variable-item-more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woo-variation-swatches .wvs-archive-variations-wrapper {
    display: block;
    width: 100%
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    height: var(--wvs-archive-product-item-height, 30px);
    width: var(--wvs-archive-product-item-width, 30px)
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: var(--wvs-archive-product-item-font-size, 16px)
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item {
    min-width: var(--wvs-archive-product-item-width, 30px)
}

.woo-variation-swatches ul.variations {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.woo-variation-swatches ul.variations,
.woo-variation-swatches ul.variations>li {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woo-variation-swatches ul.variations>li {
    -webkit-box-pack: var(--wvs-position);
    -ms-flex-pack: var(--wvs-position);
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: var(--wvs-position);
    margin: 5px 0
}

.woo-variation-swatches ul.variations .wvs_archive_reset_variations.hide {
    visibility: hidden
}

.woo-variation-swatches ul.variations .wvs_archive_reset_variations.show {
    visibility: visible
}

.woo-variation-swatches .variable-items-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0
}

.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item) {
    height: var(--wvs-single-product-large-item-height, 40px);
    width: var(--wvs-single-product-large-item-width, 40px)
}

.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: var(--wvs-single-product-large-item-font-size, 16px)
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0 5px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
    cursor: pointer;
    vertical-align: middle
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
    height: 20px;
    width: 20px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input+span {
    margin-inline: 10px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper {
    display: inline-block
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper img {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 40px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper .out-of-stock {
    display: inline-block;
    margin: 0;
    padding: 0
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
    display: inline-block;
    padding: 2px 0;
    width: auto
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover label {
    cursor: not-allowed;
    opacity: .5
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled .variable-item-radio-value,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover .variable-item-radio-value {
    text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:after,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:before,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:after,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:before {
    display: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:focus,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock label,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover label {
    opacity: .6;
    text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock .variable-item-radio-value,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover .variable-item-radio-value {
    text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item.variation-disabled {
    display: none !important
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
    height: 100%;
    margin: 0;
    padding: 0;
    pointer-events: none;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item>span {
    pointer-events: none
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--wvs-item-background-color, #fff);
    -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--wvs-item-text-color, #000);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--wvs-single-product-item-height, 30px);
    justify-content: center;
    margin: 4px;
    padding: 2px;
    position: relative;
    width: var(--wvs-single-product-item-width, 30px)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child {
    margin-right: 0
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock span {
    opacity: .6
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before {
    background-image: var(--wvs-cross);
    background-position: 50%;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    background-color: var(--wvs-hover-item-background-color, #fff);
    color: var(--wvs-hover-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
    color: var(--wvs-selected-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
    cursor: not-allowed;
    overflow: hidden;
    pointer-events: none;
    position: relative
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover span {
    opacity: .6
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
    background-image: var(--wvs-cross);
    background-position: 50%;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-image: var(--wvs-tick);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
    display: block;
    height: 100%;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: var(--wvs-single-product-item-font-size, 16px);
    text-align: center
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: var(--wvs-selected-item-background-color, #fff);
    color: var(--wvs-selected-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:before {
    border-bottom: 3px solid #de8604;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: " ";
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: calc(100% - 1px);
    width: 0;
    z-index: 1
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:after {
    left: 50%;
    min-width: 36px;
    position: absolute;
    text-align: center;
    top: calc(100% + 2px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled) .wvs-stock-left-info:after {
    background: #de8604;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .38);
    box-shadow: 0 0 2px rgba(0, 0, 0, .38);
    color: #fff;
    content: attr(data-wvs-stock-info);
    font-size: 10px;
    font-style: italic;
    line-height: 1;
    padding: 2px;
    text-shadow: 0 1px rgba(0, 0, 0, .251)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled).radio-variable-item .wvs-stock-left-info:after {
    margin-left: 5px
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 100%
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span,
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
    border-radius: 100%;
    line-height: 1;
    margin: 0;
    overflow: hidden
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item img {
    border-radius: 100%
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 2px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    min-width: var(--wvs-single-product-item-width);
    width: auto
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 0 5px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span:after {
    border-radius: 0
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item img {
    border-radius: 5px
}

.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover label {
    cursor: not-allowed;
    opacity: .5;
    text-decoration: line-through
}

.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:after,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:before,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:after,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:before {
    display: none
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock:hover .variable-item-contents:before {
    background-image: none
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover {
    overflow: hidden
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover label {
    opacity: .3;
    pointer-events: none
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled {
    font-size: 0;
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0;
    padding: 0 !important;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    visibility: hidden;
    width: 0 !important
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled.radio-variable-item {
    width: auto !important
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.no-stock .variable-item-contents:before {
    background-image: none
}

.woo-variation-swatches.rtl .variable-items-wrapper .variable-item {
    text-align: right
}

.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px 0 4px 8px
}

.woo-variation-swatches.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
    margin-left: 5px;
    margin-right: 0
}

.woo-variation-swatches.woocommerce .product.elementor table.variations td.value:before {
    display: none !important
}

.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper {
    display: block !important
}

.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    float: left
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
    display: block;
    text-align: start;
    width: auto !important
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations td label,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th label {
    display: inline-block;
    margin: 0 2px
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    font-weight: 600
}

.woo-variation-swatches .variations .woo-variation-item-label {
    -webkit-margin-before: 5px;
    margin: 0;
    margin-block-start: 5px
}

.woo-variation-swatches .variations .woo-variation-item-label .woo-selected-variation-item-name {
    font-weight: 600
}

.woo-variation-swatches .grouped-variable-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none !important
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .group-variable-items-wrapper {
    margin-top: 10px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .no-group-variable-items-wrapper {
    margin-top: 20px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper {
    margin-right: 20px;
    margin-top: 10px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper:last-child,
.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .no-group-variable-items-wrapper {
    margin-right: 0
}

.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.woo-variation-swatches .grouped-variable-items .group-variable-items-name {
    font-style: italic
}

.woo-variation-swatches .wvs-hide-view-cart-link {
    display: none
}

@charset "UTF-8";

:root {
    --page--max-width: 1520px;
    --page--scrollbar-width: 0px;
    --page--spacing: 60px;
    --content--viewport-width: calc(100vw - var(--page--scrollbar-width));
    --content--current-width: min(var(--content--viewport-width), calc(var(--content--max-width) + 2 * var(--page--spacing)));
    --content--current-offset: calc(0.5 * (var(--content--viewport-width) - var(--content--current-width)));
    --content--spacing-horizontal: 2rem;
    --content--spacing-vertical: 1.625rem;
    --content--columns-spacing-vertical: 2.75rem;
    --columns--gap: min(var(--page--spacing), 2em);
    --global--font-size-body-sm: 14px;
    --global--font-size-body-lg: 18px;
    --global--font-size-xs: 0.75rem;
    --global--font-size-sm: 0.875rem;
    --global--font-size-md: 1.25rem;
    --global--font-size-lg: 1.5rem;
    --global--font-size-xl: clamp(24px, 2.5vw, 28px);
    --global--font-size-xxl: clamp(26px, 6vw, 32px);
    --global--font-size-xxxl: clamp(30px, 4.8vw, 43px);
    --global--line-height-xs: 1.78;
    --global--line-height-sm: 1.74;
    --global--line-height-md: 1.64;
    --global--line-height-lg: 1.5;
    --global--line-height-xl: 1.4;
    --global--line-height-xxl: 1.4;
    --global--line-height-xxxl: 1.38;
    --global--line-height-body: 1.7;
    --global--line-height-heading: 1.5;
    --modal--spacing: 30px;
    --megamenu--horizontal-center-padding: calc((100% - var(--page--max-width)) / 2);
    --heading--font-size-h1: var(--global--font-size-xl);
    --heading--font-size-h2: var(--global--font-size-lg);
    --heading--font-size-h3: 1.375rem;
    --heading--font-size-h4: var(--global--font-size-md);
    --heading--font-size-h5: 1.125rem;
    --heading--font-size-h6: var(--global--font-size-sm);
    --heading--line-height-h1: var(--global--line-height-xl);
    --heading--line-height-h2: var(--global--line-height-lg);
    --heading--line-height-h3: var(--global--line-height-md);
    --heading--line-height-h4: var(--global--line-height-md);
    --heading--line-height-h5: var(--global--line-height-body);
    --heading--line-height-h6: var(--global--line-height-sm);
    --heading--font-weight: normal;
    --heading--font-weight-strong: 700;
    --images--border-radius: 5px;
    --label-buttons--font-size: var(--global--font-size-sm);
    --label-buttons--line-height: 1.3333333333;
    --label-buttons--height: 2.5rem;
    --label-buttons--padding: 0.375rem 1.375rem;
    --label-buttons--transition: border-color 0.2s ease, background 0.2s ease;
    --inputs--padding-vertical: 0.75rem;
    --inputs--padding-horizontal: 1.25rem;
    --inputs--border-radius: 5px;
    --buttons--font-size: 1rem;
    --buttons--line-height: 1.3333333333;
    --buttons--height: max(42px, 2.625em);
    --buttons--padding: 0 1.75em 1px;
    --buttons--border-radius: 50px;
    --buttons--hover-opacity: .82;
    --blog--page-width: 1360px;
    --spacer--max-height-tablet: 60px;
    --spacer--max-height-mobile: 50px;
    --cover--min-height: 580px;
    --cover--max-height: 800px;
    --cover--padding: min(42px, 8%);
    --cover--spacing-vertical: 26px;
    --media-text--spacing: clamp(38px, 3.8vw, 60px);
    --pullquote--font-size: clamp(20px, 5vw, 24px);
    --pullquote--line-height: var(--global--line-height-heading);
    --pullquote--font-style: normal;
    --pullquote--border-width: 3px
}

@media (max-width:1280px) {
    :root {
        --page--spacing: 40px
    }
}

@media (max-width:1025px) {
    :root {
        --page--spacing: 30px
    }
}

@media (max-width:749px) {
    :root {
        --page--spacing: 20px;
        --modal--spacing: 20px
    }
}

@media (max-width:460px) {
    :root {
        --cover--min-height: 500px
    }
}

:root {
    --gallery-block--gutter-size: min(var(--page--spacing), 1.75em)
}

:root .is-large-text,
:root .has-large-font-size {
    line-height: var(--global--line-height-lg)
}

:root .is-larger-text,
:root .has-larger-font-size,
:root .is-x-large-text,
:root .has-x-large-font-size {
    line-height: var(--global--line-height-xl)
}

:root .is-huge-text,
:root .has-huge-font-size,
:root .is-xx-large-text,
:root .has-xx-large-font-size {
    line-height: var(--global--line-height-xxl)
}

:root .is-gigantic-text,
:root .has-gigantic-font-size,
:root .is-xxx-large-text,
:root .has-xxx-large-font-size {
    line-height: var(--global--line-height-xxxl)
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
*::before,
*::after {
    box-sizing: inherit
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

html {
    box-sizing: border-box;
    font-family: var(--global--font-family-body);
    font-size: var(--global--font-size-body);
    line-height: var(--global--line-height-body)
}

body {
    font-weight: 400;
    color: var(--global--color-font);
    text-align: left;
    background-color: var(--global--color-body)
}

html body {
    margin: 0
}

b,
strong {
    font-weight: 700
}

a {
    color: var(--global--color-font);
    text-decoration: underline solid var(--global--color-font);
    text-decoration-thickness: 1px;
    text-underline-offset: .188rem;
    transition: text-decoration .3s ease
}

@-moz-document url-prefix() {
    a {
        text-underline-offset: initial
    }
}

.has-hover a:hover {
    text-decoration-color: transparent
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-radius: var(--images--border-radius)
}

embed,
iframe,
object,
video {
    max-width: 100%
}

pre {
    white-space: pre;
    overflow-x: auto
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

@font-face {
    font-family: 'heim-icons';
    src: url('../fonts/heim-icons.woff?tir1dp') format('woff'), url('../fonts/heim-icons.svg?tir1dp#heim-icons') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^="heim-icon-"],
[class*=" heim-icon-"] {
    font-family: 'heim-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.heim-icon-menu-alt:before {
    content: "\e920"
}

.heim-icon-box-open:before {
    content: "\e915"
}

.heim-icon-moon:before {
    content: "\e91e"
}

.heim-icon-sun:before {
    content: "\e91f"
}

.heim-icon-mail:before {
    content: "\e91c"
}

.heim-icon-phone:before {
    content: "\e91d"
}

.heim-icon-minus:before {
    content: "\e91b"
}

.heim-icon-plus:before {
    content: "\e919"
}

.heim-icon-check:before {
    content: "\e91a"
}

.heim-icon-alert:before {
    content: "\e916"
}

.heim-icon-check-circle:before {
    content: "\e917"
}

.heim-icon-info:before {
    content: "\e918"
}

.heim-icon-hashtag:before {
    content: "\e914"
}

.heim-icon-star:before {
    content: "\e913"
}

.heim-icon-eye:before {
    content: "\e911"
}

.heim-icon-heart:before {
    content: "\e912"
}

.heim-icon-angle-down:before {
    content: "\e90c"
}

.heim-icon-angle-left:before {
    content: "\e90d"
}

.heim-icon-angle-right:before {
    content: "\e90e"
}

.heim-icon-angle-up:before {
    content: "\e90f"
}

.heim-icon-reply:before {
    content: "\e900"
}

.heim-icon-location:before {
    content: "\e901"
}

.heim-icon-menu:before {
    content: "\e907"
}

.heim-icon-search:before {
    content: "\e905"
}

.heim-icon-cart:before {
    content: "\e906"
}

.heim-icon-tag:before {
    content: "\e910"
}

.heim-icon-user:before {
    content: "\e908"
}

.heim-icon-close:before {
    content: "\e909"
}

.heim-icon-filter:before {
    content: "\e904"
}

.heim-icon-angle-thin-up:before {
    content: "\e902"
}

.heim-icon-angle-thin-right:before {
    content: "\e903"
}

.heim-icon-angle-thin-left:before {
    content: "\e90a"
}

.heim-icon-angle-thin-down:before {
    content: "\e90b"
}

.rtl .wc-block-mini-cart__quantity-badge:before,
.rtl [class^="heim-icon-"]:before,
.rtl [class*=" heim-icon-"]:before {
    display: inline-block;
    transform: scaleX(-1)
}

@media (max-width:1025px) {
    .rtl .post-navigation .post-thumbnail-wrapper:before {
        display: inline-block;
        transform: scaleX(-1)
    }
}

button.label-button,
.label-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: var(--label-buttons--font-size);
    font-weight: 400;
    line-height: var(--label-buttons--line-height);
    color: var(--global--color-font);
    height: var(--label-buttons--height);
    padding: var(--label-buttons--padding);
    border: 1px solid var(--label-buttons--border-color);
    border-radius: var(--buttons--border-radius);
    text-decoration: none;
    cursor: pointer;
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

.has-hover button.label-button:hover,
.has-hover .label-button:hover {
    color: var(--global--color-font);
    opacity: 1;
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

@-webkit-keyframes heimSpin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes heimSpin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes heimHide {
    to {
        visibility: hidden;
        width: 0;
        height: 0
    }
}

@keyframes heimHide {
    to {
        visibility: hidden;
        width: 0;
        height: 0
    }
}

.has-fade-in .site-main,
.has-fade-in .site-footer {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    transition-delay: 0s
}

.has-fade-in.fade-in .site-main,
.has-fade-in.fade-in .site-footer {
    opacity: 1;
    transition-delay: .4s
}

.page-max-width {
    clear: both;
    max-width: var(--page--max-width);
    margin-left: auto;
    margin-right: auto
}

.entry-content {
    padding-left: var(--page--spacing);
    padding-right: var(--page--spacing)
}

.page .entry-content {
    position: relative;
    z-index: 100;
    margin-bottom: -1px
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container]>*:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
    max-width: var(--content--max-width);
    margin-left: auto;
    margin-right: auto
}

.alignfull {
    clear: both;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto
}

.entry-content>.alignfull {
    margin-left: calc(var(--page--spacing) * -1);
    margin-right: calc(var(--page--spacing) * -1)
}

.alignwide {
    clear: both;
    max-width: var(--content--max-width-wide);
    margin-left: auto;
    margin-right: auto
}

.alignfull [class*=inner-container]>.alignwide {
    width: var(--content--max-width-wide);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.alignwide [class*=inner-container]>.alignwide {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.entry-content>.alignleft {
    max-width: var(--content--max-width)
}

@media only screen and (min-width:750px) {
    .alignleft {
        margin-top: 0;
        float: left;
        margin-right: var(--content--spacing-horizontal);
        text-align: left
    }

    .entry-content>.alignleft {
        margin-top: 0;
        max-width: calc(50% - var(--content--current-offset));
        margin-left: var(--content--current-offset);
        margin-right: var(--content--spacing-horizontal)
    }

    [class*=inner-container]>.alignleft+* {
        margin-top: 0
    }
}

.entry-content>.alignright {
    max-width: var(--content--max-width)
}

@media only screen and (min-width:750px) {
    .alignright {
        margin-top: 0;
        float: right;
        margin-left: var(--content--spacing-horizontal)
    }

    .entry-content>.alignright {
        margin-top: 0;
        max-width: calc(50% - var(--content--current-offset));
        margin-left: var(--content--spacing-horizontal);
        margin-right: var(--content--current-offset)
    }

    [class*=inner-container]>.alignright+* {
        margin-top: 0
    }
}

.entry-content>*,
[class*=inner-container]>*,
.wp-block-template-part>*,
.wp-block-post-template :where(li>*) {
    margin-top: var(--content--spacing-vertical);
    margin-bottom: var(--content--spacing-vertical)
}

.entry-content>*:first-child,
[class*=inner-container]>*:first-child,
.wp-block-template-part>*:first-child,
.wp-block-post-template :where(li>*):first-child {
    margin-top: 0
}

.entry-content>*:last-child,
[class*=inner-container]>*:last-child,
.wp-block-template-part>*:last-child,
.wp-block-post-template :where(li>*):last-child {
    margin-bottom: 0
}

.entry-content .is-layout-constrained>*:not(:last-child) {
    margin-bottom: var(--content--spacing-vertical)
}

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    word-wrap: normal !important;
    word-break: normal
}

.skip-link:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    color: #21759b;
    font-size: .875rem;
    line-height: normal;
    font-weight: 700;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    border-radius: 3px;
    background-color: #f1f1f1
}

#content[tabindex="-1"]:focus {
    outline: 0
}

[data-color-mode].color-mode-switched *,
[data-color-mode].color-mode-switched *:before,
[data-color-mode].color-mode-switched *:after {
    transition: none !important
}

.color-mode-switch {
    display: flex;
    align-items: center;
    user-select: none
}

.color-mode-switch i {
    position: relative;
    top: -.063rem;
    font-size: calc(var(--header--font-size) + 2px);
    line-height: 1;
    margin-right: 5px
}

.color-mode-switch i:before {
    content: "\e91f"
}

[data-color-mode=dark] .color-mode-switch i:before {
    content: "\e91e"
}

@media (prefers-color-scheme:dark) {
    [data-color-mode=auto] .color-mode-switch i:before {
        content: "\e91e"
    }
}

.color-mode-switch span {
    display: none;
    text-decoration: underline solid transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: .188rem;
    transition: text-decoration .3s ease
}

[data-color-mode=auto] .color-mode-switch span.color-mode-label-light,
[data-color-mode=light] .color-mode-switch span.color-mode-label-light {
    display: inline
}

[data-color-mode=dark] .color-mode-switch span.color-mode-label-dark {
    display: inline
}

@media (prefers-color-scheme:dark) {
    [data-color-mode=auto] .color-mode-switch span.color-mode-label-light {
        display: none
    }

    [data-color-mode=auto] .color-mode-switch span.color-mode-label-dark {
        display: inline
    }
}

.has-hover .color-mode-switch:hover span {
    text-decoration-color: var(--global--color-font)
}

#masthead {
    font-size: var(--header--font-size)
}

.site-header-wrapper {
    position: relative;
    padding-right: var(--page--spacing);
    padding-left: var(--page--spacing);
    background-color: var(--header--background-color)
}

#site-header {
    display: grid;
    /* grid-template-columns: minmax(10%, 20%) 1fr minmax(10%, 20%); */
    grid-template-columns: minmax(10%, 20%) 0.5fr 1fr 0.5fr minmax(10%, 20%);
    align-items: center;
    min-height: var(--header--height)
}

.site-menu-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 30px;
    padding-left: 30px
}

.site-menu-secondary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right
}

@media (max-width:1025px) {
    #site-header {
        min-height: var(--header--height-mobile)
    }

    .site-branding {
        padding-right: 18px;
        padding-left: 18px;
        text-align: center
    }

    /* .site-menu-primary {
        display: none
    } */
}

.header-sticky #masthead {
    position: sticky;
    top: calc(-1 * var(--header--height));
    z-index: 1001;
    height: var(--header--height);
    transition: top .4s ease
}

.has-hover.header-sticky #masthead:hover,
.header-sticky.header-search-open #masthead,
.header-is-sticky #masthead {
    top: 0
}

@media (min-width:601px) {

    .admin-bar.has-hover.header-sticky #masthead:hover,
    .admin-bar.header-sticky.header-search-open #masthead,
    .admin-bar.header-is-sticky #masthead {
        top: var(--wp-admin--admin-bar--height)
    }
}

.header-sticky .site-header-wrapper {
    position: absolute;
    right: 0;
    left: 0
}

.header-sticky #site-header {
    transition: min-height .2s ease
}

.header-is-fixed #site-header {
    min-height: var(--header--height-mobile);
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width:1025px) {
    .header-sticky #masthead {
        height: var(--header--height-mobile)
    }
}

#site-menu-button {
    display: none;
    position: absolute;
    top: 50%;
    left: auto;
    font-size: 21px;
    line-height: 1;
    margin-top: -10px;
    margin-left: -62px;
    cursor: pointer
}

.mobile-menu-desktop #site-menu-button {
    display: block
}

#site-menu-button a {
    display: block;
    color: var(--header--font-color);
    text-decoration: none
}

@media (max-width:1724px) {
    #site-menu-button {
        margin-left: -2px
    }
}

@media (max-width:800px) {
    #site-menu-button {
        position: static;
        display: block;
        flex: 1;
        margin-top: 0;
        margin-left: 0
    }
}

@media (max-width:1724px) {
    .mobile-menu-desktop .site-logo {
        padding-left: 54px
    }
}

@media (max-width:1025px) {
    .mobile-menu-desktop .site-logo {
        padding-left: 0
    }
}

.site-logo .site-title {
    display: inline-block;
    /*
    font-size: calc(var(--logo--max-height) + 4px);
    line-height: var(--logo--max-height);
    */
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -2px;
    text-decoration: none;
    vertical-align: middle;
    text-transform: lowercase
}

@media (max-width:749px) {
    .site-logo .site-title {
        font-size: calc(var(--logo-mobile--max-height) + 6px);
        line-height: var(--logo-mobile--max-height)
    }
}

.site-logo img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: var(--logo--max-height);
    border-radius: 0;
    vertical-align: text-top;
}

[data-color-mode=dark] .site-logo img:not(.for-dark-mode),
.site-logo img.for-dark-mode {
    display: none
}

[data-color-mode=dark] .site-logo img.for-dark-mode {
    display: inline-block
}

@media (prefers-color-scheme:dark) {
    [data-color-mode=auto] .site-logo img:not(.for-dark-mode) {
        display: none
    }

    [data-color-mode=auto] .site-logo img.for-dark-mode {
        display: inline-block
    }
}

.site-mobile-logo {
    display: none
}

.site-mobile-logo img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: var(--logo-mobile--max-height);
    border-radius: 0
}

[data-color-mode=dark] .site-mobile-logo img:not(.for-dark-mode),
.site-mobile-logo img.for-dark-mode {
    display: none
}

[data-color-mode=dark] .site-mobile-logo img.for-dark-mode {
    display: inline-block
}

@media (prefers-color-scheme:dark) {
    [data-color-mode=auto] .site-mobile-logo img:not(.for-dark-mode) {
        display: none
    }

    [data-color-mode=auto] .site-mobile-logo img.for-dark-mode {
        display: inline-block
    }
}

@media (max-width:749px) {
    .has-mobile-logo-image .site-logo {
        display: none
    }

    .has-mobile-logo-image .site-mobile-logo {
        display: inline-block
    }
}

#site-header ul.menu-wrapper {
    display: flex;
    align-items: center
}

#site-header ul.menu-wrapper>li {
    display: inline-block;
    margin: 0 24px 0 0;
    white-space: nowrap;
}

.site-header-tools>li:last-child,
#site-header ul.menu-wrapper>li:last-child {
    margin-right: 0
}

.site-header-tools>li>a,
#site-header ul.menu-wrapper>li>a {
    color: var(--header--font-color)
}

#site-header ul.menu-wrapper>li>a {
    text-decoration-color: transparent;
    white-space: nowrap;
}

.has-hover #site-header ul.menu-wrapper>li:hover>a {
    text-decoration-color: var(--header--font-color)
}

#site-header ul.menu-wrapper .menu-item-toggle {
    position: relative;
    top: 1px;
    font-size: calc(var(--header--font-size) - 2px);
    padding-left: 6px;
    cursor: pointer
}

#site-header ul.menu-wrapper>li>.menu-item-toggle {
    color: var(--header--font-color)
}

@media (max-width:749px) {

    .site-header-tools>li,
    #site-header ul.menu-wrapper>li {
        margin-right: 12px
    }
}

.secondary-menu-container {
    padding-right: 20px
}

@media (max-width:1025px) {
    .secondary-menu-container {
        display: none
    }
}

.site-header-tools {
    display: flex;
    align-items: center
}

.site-header-tools>li {
    display: inline-block;
    line-height: 1;
    margin: 0 24px 0 0;
    vertical-align: middle
}

.site-header-tools>li>a {
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap
}

.site-header-tools>li>.heim-icon-search:before {
    font-size: calc(var(--header--font-size) + 2px)
}

.site-header-tools>li>.heim-icon-user:before {
    font-size: calc(var(--header--font-size) + 4px)
}

.site-header-tools>li>.nmww-wishlist-button .heim-icon-heart:before {
    font-size: calc(var(--header--font-size) + 2px)
}

body.header-search-open:not(.header-search-fade-out) .site-header-tools>li#site-header-search>a:before {
    content: "\e909"
}

@media (max-width:1279px) {
    .site-header-tools li#site-header-myaccount {
        display: none
    }
}

@media (max-width:1025px) {
    #masthead.has-wishlist-tool.has-cart-tool .site-header-tools li#site-header-search>a {
        position: absolute;
        top: 50%;
        left: calc(var(--page--spacing) + 40px);
        transform: translateY(-50%)
    }
}

@media (max-width:640px) {
    .site-header-tools>li {
        margin-right: 18px
    }

    #masthead.has-wishlist-tool.has-cart-tool .site-header-tools li#site-header-search>a {
        left: calc(var(--page--spacing) + 36px)
    }
}

#site-header-color-mode:not(:last-child)>a {
    padding-right: 25px;
    border-right: 1px solid var(--global--color-border)
}

@media (max-width:1279px) {
    #site-header-color-mode:not(:last-child)>a {
        padding-right: 0;
        border-right: 0 none
    }
}

@media (max-width:1025px) {
    #site-header-color-mode:not(:last-child) {
        display: none
    }
}

#site-header ul.menu-wrapper>li>.sub-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
    position: absolute;
    top: auto;
    left: auto;
    z-index: 1000;
    font-size: var(--menus--font-size);
    min-width: 250px;
    max-width: 300px;
    margin-top: 6px;
    margin-bottom: 0;
    margin-left: -36px;
    padding: 26px 36px;
    transform: translateY(-6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background-color: var(--menus--background-color)
}

#site-header ul.menu-wrapper>li>.sub-menu:before {
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 1002;
    content: " ";
    width: 100%;
    height: 6px
}

#site-header ul.menu-wrapper>li.menu-item-has-children:hover>.sub-menu {
    z-index: 99999;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

#site-header ul.menu-wrapper>li>.sub-menu .sub-menu {
    margin-top: 5px;
    margin-bottom: 0
}

#site-header ul.menu-wrapper>li>.sub-menu li {
    text-align: left;
    list-style: none;
    padding-top: 3px;
    padding-bottom: 3px
}

#site-header ul.menu-wrapper>li>.sub-menu a {
    color: var(--menus--font-color);
    text-decoration-color: transparent
}

.has-hover #site-header ul.menu-wrapper>li>.sub-menu a:hover {
    text-decoration-color: var(--menus--font-color)
}

#site-header ul.menu-wrapper>li.megamenu:hover>a {
    position: relative
}

#site-header ul.menu-wrapper>li.megamenu:hover>a:after {
    position: absolute;
    top: 100%;
    left: -50vw;
    right: -50vw;
    height: var(--header--height);
    content: ""
}

#site-header ul.menu-wrapper>li.megamenu>.sub-menu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: max(40px, 4vw);
    top: calc(100% - 1px);
    left: 0;
    right: auto;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 4px max(var(--page--spacing), var(--megamenu--horizontal-center-padding)) 38px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .04);
    background-color: var(--global--color-body)
}

#site-header ul.menu-wrapper>li.megamenu>.sub-menu:before {
    display: none
}

#site-header ul.menu-wrapper>li.megamenu>.sub-menu li {
    padding-top: 5px;
    padding-bottom: 5px
}

#site-header ul.menu-wrapper>li.megamenu>.sub-menu a {
    color: var(--global--color-font)
}

#site-header ul.menu-wrapper>li.megamenu>.sub-menu>li {
    padding: 0
}

#site-header ul.menu-wrapper>li.megamenu>.sub-menu>li>a {
    font-weight: 700
}

#site-header ul.menu-wrapper>li.megamenu>.sub-menu .sub-menu {
    margin-top: 16px;
    padding-left: 0
}

#site-header ul.menu-wrapper li .label {
    position: relative;
    top: -5px;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: var(--global--color-highlight);
    padding-left: 5px;
    text-decoration: none;
    text-transform: uppercase
}

#site-header .site-search {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 0;
    overflow: hidden;
    text-align: center;
    transform: translateY(-6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .04);
    background-color: var(--global--color-body)
}

.header-search-open #site-header .site-search {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    height: auto;
    transform: translateY(0)
}

.header-search-open.header-search-fade-out #site-header .site-search {
    opacity: 0
}

#site-header .site-search-inner {
    padding: 10px var(--page--spacing) 44px
}

.site-search .site-search-widget {
    position: relative;
    max-width: 680px;
    margin: 0 auto
}

.site-search .site-search-widget input[type="search"] {
    font-size: var(--global--font-size-body-lg);
    width: 100%;
    height: 58px;
    padding: 14px 58px 14px 23px;
}

.site-search .site-search-widget button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 0;
    color: inherit;
    opacity: 1;
    width: 58px;
    height: 58px;
    /*height: calc(100% + 1px);*/
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent !important;
    color: #333 !important;
}

.site-search .site-search-widget button:after {
    font-family: 'heim-icons';
    font-weight: 400;
    font-variant: normal;
    content: "\e905";
    font-size: 22px;
    line-height: 1
}

.site-search-suggestions {
    margin-top: 22px
}

.site-search-suggestions strong,
.site-search-suggestions a.label-button {
    display: inline-flex;
    font-size: var(--global--font-size-body-sm);
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: middle
}

.site-search-suggestions a.label-button {
    height: 35px;
    padding: 0 15px
}

.site-search-suggestions a.label-button:last-child {
    margin-right: 0
}

.site-search-suggestions a i {
    margin-right: 5px
}

@media (max-width:1025px) {
    #site-header .site-search-inner {
        padding-top: 0;
        padding-bottom: 24px
    }

    .site-search .site-search-widget input[type="search"] {
        font-size: min(16px, 1rem)
    }

    .site-search .site-search-widget button:after {
        font-size: 18px
    }

    .site-search-suggestions strong {
        display: none
    }
}

@media (max-width:810px) {
    .site-search .site-search-widget {
        max-width: none
    }

    .site-search-suggestions a.label-button {
        font-size: max(13px, 0.813rem)
    }
}

@media (max-width:640px) {
    .site-search .site-search-widget input[type="search"] {
        padding: 12px 51px 12px 20px
    }

    .site-search .site-search-widget button {
        width: 51px
    }

    .site-search-suggestions {
        display: none
    }
}

.aside-panel {
    position: fixed;
    top: 0;
    z-index: 1002;
    width: calc(100% - var(--page--spacing));
    max-width: 480px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
    transition: transform .4s ease;
    background-color: var(--aside--background-color)
}

.aside-panel.aside-panel-left {
    left: 0;
    right: auto;
    overflow-y: auto;
    scrollbar-width: none;
    scrollbar-width: thin;
    transform: translateX(-100%)
}

.aside-panel.aside-panel-right {
    left: auto;
    right: 0;
    overflow-y: auto;
    scrollbar-width: none;
    transform: translateX(100%)
}

.mobile-menu-open #aside-panel-mobile-menu {
    transform: translateX(0)
}

.aside-panel-inner {
    position: relative
}

.admin-bar .aside-panel-inner {
    padding-top: 32px
}

.aside-panel-close {
    padding: 22px var(--modal--spacing)
}

.aside-panel-close a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--global--color-font);
    width: 34px;
    height: 34px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    border: 1px solid var(--label-buttons--border-color);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

.has-hover .aside-panel-close a:hover {
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

@media (max-width:1025px) {
    .aside-panel-close {
        padding-top: 18px;
        padding-bottom: 18px
    }
}

@media (max-width:768px) {
    .aside-panel {
        max-width: calc(480px - var(--page--spacing))
    }
}

@media (max-width:749px) {
    .aside-panel-close {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    content: '';
    opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
    transform: translateX(0);
    transition: opacity .4s ease;
    background-color: var(--aside--overlay-color)
}

.overlay-show #overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible
}

.overlay-show.overlay-fade-out #overlay {
    opacity: 0
}

#aside-panel-mobile-menu .aside-panel-inner {
    display: flex;
    flex-direction: column;
    height: 100%
}

#aside-panel-mobile-menu .aside-panel-close {
    border-bottom: 1px solid var(--aside--border-color)
}

.aside-mobile-categories {
    list-style: none
}

.aside-mobile-categories li {
    padding: 11px var(--modal--spacing);
    border-bottom: 1px solid var(--aside--border-color)
}

.aside-mobile-categories a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none
}

.aside-mobile-categories img {
    display: inline-block;
    width: 58px;
    margin-right: 14px;
    transition: opacity .3s ease
}

.has-hover .aside-mobile-categories a:hover img {
    opacity: .9
}

.aside-mobile-categories-title {
    font-size: var(--global--font-size-body-lg);
    line-height: 1.5;
    text-decoration: underline solid transparent;
    text-decoration-thickness: 1px;
    transition: text-decoration .3s ease
}

.has-hover .aside-mobile-categories a:hover .aside-mobile-categories-title {
    text-decoration-color: var(--global--color-font)
}

.aside-mobile-categories-title .count {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: small;
    color: inherit;
    vertical-align: super;
    margin-left: 4px;
    background-color: transparent
}

@media (max-width:1280px) {
    .aside-mobile-categories img {
        width: 50px
    }
}

@media (max-width:1025px) {
    .aside-mobile-categories li {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .aside-mobile-categories-title {
        font-size: min(16px, var(--global--font-size-body))
    }

    .aside-mobile-categories img {
        margin-right: 12px
    }
}

.aside-mobile-menus-container {
    flex-grow: 1;
    padding: calc(1.4 * var(--modal--spacing)) var(--modal--spacing)
}

.aside-mobile-menu-wrapper ul,
.aside-mobile-menu-wrapper {
    list-style: none
}

.aside-mobile-menu-wrapper {
    margin-bottom: calc(1.4 * var(--modal--spacing));
    padding-bottom: calc(1.4 * var(--modal--spacing));
    border-bottom: 1px solid var(--aside--border-color)
}

.aside-mobile-menu-wrapper:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none
}

.aside-mobile-menu-wrapper a {
    display: inline-block;
    margin-bottom: 6px;
    text-decoration-color: transparent
}

.aside-mobile-menu-wrapper>li:last-child>a {
    margin-bottom: 0
}

.has-hover .aside-mobile-menu-wrapper a:hover {
    text-decoration-color: var(--global--color-font)
}

.aside-mobile-menu-wrapper .label {
    position: relative;
    top: -5px;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: var(--global--color-highlight);
    padding-left: 5px;
    text-decoration: none;
    text-transform: uppercase
}

.aside-mobile-menu-wrapper .menu-item-toggle {
    position: relative;
    top: 1px;
    font-size: calc(var(--global--font-size-body-lg) - 4px);
    padding: 8px;
    cursor: pointer
}

.aside-mobile-menu-wrapper .menu-item-toggle i {
    display: inline-block;
    transition: transform .2s ease
}

.aside-mobile-menu-wrapper li.active .menu-item-toggle i {
    transform: rotate(180deg)
}

.aside-mobile-menu-wrapper>li>.sub-menu {
    display: none;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

.aside-mobile-menu-wrapper>li>.sub-menu>li:first-child {
    margin-top: 7px
}

.aside-mobile-menu-wrapper>li>.sub-menu>li:last-child {
    margin-bottom: 7px
}

.aside-mobile-menu-wrapper .sub-menu .sub-menu {
    margin: 9px 0
}

#aside-mobile-menu-list>li>a {
    font-size: var(--global--font-size-body-lg)
}

@media (min-width:1026px) {
    #aside-mobile-menu-list {
        display: none
    }
}

#aside-mobile-secondary-menu-list {
    font-size: min(16px, 1rem)
}

@media (max-width:1025px) {
    #aside-mobile-secondary-menu-list a {
        font-size: var(--global--font-size-body-sm)
    }
}

.aside-mobile-footer-menu {
    padding: calc(1.2 * var(--modal--spacing)) var(--modal--spacing);
    border-top: 1px solid var(--aside--border-color)
}

.aside-mobile-footer-menu-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.aside-mobile-footer-menu-list li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid var(--aside--border-color)
}

.aside-mobile-footer-menu-list a {
    display: flex;
    align-items: center;
    user-select: none;
    font-size: .938rem;
    text-decoration: none;
    cursor: pointer
}

.aside-mobile-footer-menu-list i {
    display: inline-block;
    font-size: calc(0.938rem + 2px);
    margin-right: 5px
}

.aside-mobile-footer-menu-list li:not(:last-child) i {
    display: none
}

.aside-mobile-footer-menu-list span {
    text-decoration: underline solid transparent;
    vertical-align: middle;
    transition: text-decoration .3s ease
}

.has-hover .aside-mobile-footer-menu-list a:hover span {
    text-decoration-color: var(--global--color-font)
}

@media (max-width:1025px) {
    .aside-mobile-footer-menu-list a {
        font-size: var(--global--font-size-body-sm)
    }
}

@media (max-width:360px) {
    .aside-mobile-footer-menu-list {
        flex-direction: column;
        gap: .5rem
    }

    .aside-mobile-footer-menu-list li:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
        border-right: 0 none
    }

    .aside-mobile-footer-menu-list i {
        font-size: .938rem
    }
}

#colophon {
    background-color: var(--footer--background-color)
}

.site-footer {
    color: var(--footer--font-color)
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: var(--footer--font-color)
}

.site-footer a {
    color: var(--footer--font-color);
    text-decoration-color: transparent
}

.has-hover .site-footer a:hover {
    text-decoration-color: var(--footer--font-color)
}

.site-footer-widgets {
    padding-right: var(--page--spacing);
    padding-left: var(--page--spacing);
    border-top: 1px solid var(--footer--border-color)
}

.site-footer-widgets .widget-area {
    display: grid;
    grid-gap: max(32px, 4vw);
    grid-template-columns: repeat(var(--footer--widget-columns), 1fr);
    padding-top: var(--footer--spacing);
    padding-bottom: var(--footer--spacing)
}

.site-footer-widgets .widget-area .widget:nth-child(6n+1) {
    grid-column: 1/calc(var(--footer--first-widget-columns) + 1);
    padding-right: max(30px, 5vw)
}

.site-footer-widgets .widget {
    margin-bottom: 0
}

.site-footer-widgets .widget .widget-text-max-width {
    max-width: 600px
}

.site-footer-widgets .widget.widget_nav_menu a {
    font-size: max(14px, 0.938rem)
}

@media (max-width:1280px) {
    .site-footer-widgets .widget-area {
        grid-template-columns: repeat(calc(var(--footer--widget-columns) - 1), 1fr)
    }

    .site-footer-widgets .widget-area .widget:nth-child(6n+1) {
        grid-column: 1/var(--footer--first-widget-columns);
        padding-right: 15px
    }
}

@media (max-width:1021px) {
    .site-footer-widgets .widget-area {
        grid-template-columns: 1fr 1fr
    }

    .site-footer-widgets .widget-area .widget:nth-child(6n+1) {
        padding-right: 0
    }

    .site-footer-widgets .widget .widget-text-max-width {
        max-width: none
    }
}

@media (max-width:767px) {
    .site-footer-widgets .widget-area {
        grid-template-columns: 1fr;
        padding-top: var(--footer--spacing-mobile);
        padding-bottom: var(--footer--spacing-mobile)
    }

    .site-footer-widgets .widget-area .widget:nth-child(6n+1) {
        grid-column: 1/1
    }
}

.site-footer-bar-wrapper {
    padding-right: var(--page--spacing);
    padding-left: var(--page--spacing)
}

.site-footer-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: max(14px, 0.938rem);
    padding-top: 24px;
    padding-bottom: max(24px, calc(var(--footer--spacing) + 4px));
    border-top: 1px solid var(--footer--border-color)
}

.footer-menu {
    flex: 1
}

.footer-menu ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    vertical-align: middle
}

.footer-menu ul li:last-child {
    padding-right: 0
}

.site-info {
    flex: 1;
    text-align: right
}

@media (max-width:1021px) {
    .site-footer-bar {
        flex-direction: column
    }

    .footer-menu {
        padding-bottom: 16px
    }

    .site-info {
        text-align: inherit
    }
}

@media (max-width:767px) {
    .site-footer-bar {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .footer-menu ul li {
        display: block;
        padding: 0
    }
}

.blog-posts-wrapper,
.page-header {
    padding-right: var(--page--spacing);
    padding-left: var(--page--spacing)
}

.blog-posts {
    display: grid;
    grid-row-gap: 60px;
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: var(--blog--page-width);
    margin: 20px auto 80px
}

.blog-posts a {
    text-decoration-color: transparent
}

.has-hover .blog-posts a:hover {
    text-decoration-color: var(--global--color-font)
}

.page-header {
    text-align: center
}

@media (max-width:1440px) {
    .blog-posts {
        grid-column-gap: max(30px, 4.1vw)
    }
}

@media (max-width:1025px) {
    .blog-posts {
        grid-column-gap: 30px
    }
}

@media (max-width:749px) {
    .blog-posts {
        grid-template-columns: 1fr
    }
}

@media (max-width:460px) {
    .blog-posts {
        grid-row-gap: 56px;
        margin-bottom: 60px
    }
}

.page-title {
    font-size: 2.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem
}

h1.page-title {
    line-height: 1.34
}

body.tag .page-title:before {
    content: "#"
}

body.blog .page-title,
.page-header.title-hidden .page-title {
    display: none
}

@media (max-width:1025px) {
    .page-title {
        font-size: 1.875rem;
        padding-top: 1.125rem;
        padding-bottom: 1.25rem
    }
}

.archive-description {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.375rem;
    padding-bottom: 2rem;
    text-align: left
}

.page-header.title-visible .archive-description {
    padding-top: 0
}

body.search .archive-description {
    max-width: none;
    text-align: center
}

body.search-no-results .archive-description {
    margin-bottom: var(--content--spacing-vertical);
    padding-bottom: 0
}

@media (max-width:1025px) {
    .archive-description {
        padding-bottom: 1.375rem
    }

    .page-header.title-visible .archive-description {
        padding-top: .25
    }
}

.blog-category-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1.254rem;
    padding-bottom: 30px
}

.search .blog-category-menu {
    display: none
}

.blog-category-menu li {
    display: block;
    margin-bottom: 10px
}

.blog-category-menu li:not(:last-child) {
    margin-right: 10px
}

.blog-category-menu li.current-cat .label-button {
    height: auto;
    min-height: var(--label-buttons--height)
}

.blog-category-menu li.current-cat .label-button {
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

.blog-category-menu .count {
    position: relative;
    top: -5px;
    font-size: calc(var(--global--font-size-body-sm) - 2px);
    line-height: 1;
    font-style: normal;
    vertical-align: top;
    margin-left: 4px
}

@media (max-width:1025px) {
    .blog-category-menu {
        padding-bottom: 20px
    }
}

@media (max-width:460px) {
    .blog-category-menu {
        justify-content: start
    }
}

.blog-posts .post-thumbnail {
    margin-bottom: 1.375rem
}

.blog-posts .wp-post-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: opacity .3s ease
}

.has-hover .blog-posts a:hover .wp-post-image {
    opacity: .9
}

.blog-posts .entry-title {
    font-size: 1.375rem;
    line-height: 1.54;
    margin-bottom: .875rem
}

.excerpt {
    margin-bottom: 1.25rem
}

.excerpt:empty {
    display: none
}

.blog-posts .entry-footer {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
    font-size: max(13px, 0.813rem)
}

.site .blog-posts .entry-footer .label-button {
    display: flex;
    font-size: inherit;
    height: 1.75rem;
    padding: 0 .875rem
}

.blog-posts .entry-footer>div.post-featured {
    margin-right: -.25rem
}

.post-featured i {
    position: relative;
    top: -2px;
    font-size: 1.125rem;
    line-height: 1;
    display: inline-block;
    margin-right: .125rem;
    vertical-align: middle
}

.blog-posts .pagination {
    grid-column: 1/-1;
    margin-bottom: -20px
}

@media (max-width:460px) {
    .blog-posts .pagination {
        margin-bottom: -4px
    }
}

.no-results.not-found {
    max-width: var(--blog--page-width);
    margin: 0 auto 80px;
    text-align: center
}

@media (max-width:460px) {
    .no-results.not-found {
        margin-bottom: 50px
    }
}

.error404 .entry-header,
.singular .entry-header {
    margin-top: 1.875rem;
    margin-bottom: var(--content--columns-spacing-vertical);
    padding-right: var(--page--spacing);
    padding-left: var(--page--spacing);
    text-align: center
}

.singular .entry-header.no-title {
    margin-top: 0
}

.error404 .entry-title,
.singular .entry-title {
    font-size: 2.25rem;
    line-height: 1.34;
    margin-bottom: 1.875rem
}

.singular .post-thumbnail {
    margin: 2.5rem auto 0
}

.singular .entry-header.no-title .post-thumbnail {
    margin-top: 0
}

@media (max-width:1025px) {

    .error404 .entry-header,
    .singular .entry-header {
        margin-top: 1.125rem
    }

    .error404 .entry-title,
    .singular .entry-title {
        font-size: 1.875rem
    }
}

.singular .entry-footer {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
    justify-content: center;
    font-size: max(13px, 0.813rem);
    max-width: calc(var(--content--max-width) + (var(--page--spacing) * 2));
    margin-top: var(--content--columns-spacing-vertical);
    margin-right: auto;
    margin-left: auto;
    padding-left: var(--page--spacing);
    padding-right: var(--page--spacing)
}

.singular .entry-footer a {
    text-decoration-color: transparent
}

@media (hover:hover) {
    .singular .entry-footer a:hover {
        text-decoration-color: var(--global--color-font)
    }
}

.singular .entry-footer .label-button {
    position: relative;
    display: flex;
    font-size: inherit;
    height: 1.75rem;
    padding: 0 .875rem
}

.page-links {
    clear: both
}

.page-links .post-page-numbers {
    display: inline-block;
    margin-top: calc(0.5 * var(--content--spacing-horizontal));
    margin-bottom: calc(0.5 * var(--content--spacing-horizontal));
    margin-left: calc(0.5 * var(--content--spacing-horizontal))
}

.page-links .post-page-numbers:first-child {
    margin-left: 0
}

.single .post {
    margin-bottom: 3.25rem
}

.single .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
    justify-content: center;
    font-size: max(13px, 0.813rem)
}

.single .post-thumbnail {
    max-width: var(--content--max-width-wide)
}

.single .post-thumbnail img {
    width: 100%
}

.single .post-meta .label-button {
    font-size: inherit;
    height: 1.75rem;
    padding: 0 .875rem
}

.single .entry-footer .tags-links .label-button {
    padding-left: 1.875rem;
    text-transform: lowercase
}

.single .entry-footer .tags-links .label-button i {
    position: absolute;
    left: .75rem;
    font-size: 1rem
}

.post-navigation {
    padding-top: 2.25rem;
    padding-right: var(--page--spacing);
    padding-bottom: 2.25rem;
    padding-left: var(--page--spacing);
    border-top: 1px solid var(--global--color-border);
    border-bottom: 1px solid var(--global--color-border)
}

.post-navigation .nav-links {
    display: flex;
    max-width: var(--page--max-width);
    margin-left: auto;
    margin-right: auto
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
    width: 50%
}

.post-navigation .nav-next {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-left: auto;
    padding-left: 1rem
}

.post-navigation .nav-previous {
    padding-right: 1rem
}

.post-navigation a {
    display: flex;
    align-items: center;
    text-decoration: none
}

.post-navigation .post-thumbnail-wrapper,
.post-navigation .post-title-wrapper {
    display: inline-block
}

.post-navigation .post-thumbnail-wrapper {
    width: 4.875rem;
    height: 4.875rem
}

.post-navigation .nav-next .post-thumbnail-wrapper {
    margin-left: 1.125rem
}

.post-navigation .nav-previous .post-thumbnail-wrapper {
    margin-right: 1.125rem
}

.post-navigation .post-title-wrapper {
    flex: 1
}

.post-navigation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .3s ease
}

.has-hover .post-navigation a:hover img {
    opacity: .9
}

.post-navigation .meta-nav {
    display: block;
    font-size: .813rem;
    font-weight: 700;
    padding-top: .188rem;
    padding-bottom: .313rem
}

.post-navigation .post-title {
    display: block;
    font-size: 1.125rem;
    line-height: 1.64;
    text-decoration: underline solid transparent;
    transition: text-decoration .3s ease
}

.has-hover .post-navigation a:hover .post-title {
    text-decoration-color: var(--global--color-font)
}

@media (max-width:1025px) {
    .post-navigation {
        padding-top: var(--page--spacing);
        padding-bottom: var(--page--spacing)
    }

    .post-navigation .nav-next {
        border-left: 1px solid var(--global--color-border)
    }

    .post-navigation a {
        width: 100%
    }

    .post-navigation .nav-next a {
        justify-content: flex-end
    }

    .post-navigation .post-thumbnail-wrapper {
        position: relative;
        width: 2.375rem;
        height: 2.375rem;
        border: 1px solid var(--label-buttons--border-color);
        border-radius: 50%;
        transition: var(--label-buttons--transition);
        background-color: var(--label-buttons--background-color)
    }

    .has-hover .post-navigation a:hover .post-thumbnail-wrapper {
        border-color: var(--label-buttons--border-contrast-color);
        background-color: var(--label-buttons--background-contrast-color)
    }

    .post-navigation .post-thumbnail-wrapper:before {
        position: absolute;
        top: calc(50% - 0.563rem);
        left: calc(50% - 0.563rem);
        display: block;
        font-family: 'heim-icons';
        font-size: 1.125rem;
        line-height: 1;
        content: "\e903"
    }

    .post-navigation .nav-previous .post-thumbnail-wrapper:before {
        content: "\e90a"
    }

    .post-navigation .nav-next .post-thumbnail-wrapper {
        margin-left: .875rem
    }

    .post-navigation .nav-previous .post-thumbnail-wrapper {
        margin-right: .875rem
    }

    .post-navigation img {
        display: none
    }

    .post-navigation .meta-nav {
        display: none
    }

    .post-navigation .post-title {
        font-size: 1rem
    }
}

@media (max-width:640px) {
    .post-navigation .nav-next {
        padding-left: 0
    }

    .post-navigation .nav-previous {
        padding-right: 0
    }

    .post-navigation .post-thumbnail-wrapper {
        width: 2.125rem;
        height: 2.125rem
    }

    .post-navigation .post-thumbnail-wrapper:before {
        font-size: 1rem
    }

    .post-navigation .nav-next .post-thumbnail-wrapper {
        margin-left: .625rem
    }

    .post-navigation .nav-previous .post-thumbnail-wrapper {
        margin-right: .625rem
    }

    .post-navigation .meta-nav {
        display: block;
        font-size: 1rem;
        line-height: 1.64;
        font-weight: 400;
        padding-top: 0;
        padding-bottom: 0;
        text-decoration: underline solid transparent;
        transition: text-decoration .3s ease
    }

    .has-hover .post-navigation a:hover .meta-nav {
        text-decoration-color: var(--global--color-font)
    }

    .post-navigation .post-title {
        display: none
    }
}

.post-password-form>*:not(:last-child) {
    margin-bottom: var(--content--spacing-vertical)
}

.post-password-form input[type=password] {
    display: block;
    width: 100%;
    margin-top: .125rem
}

.post-password-form input[type=submit] {
    margin-top: calc(var(--content--spacing-vertical) / 2)
}

.singular .attachment {
    margin-bottom: 3.25rem
}

.singular .attachment .wp-block-image {
    text-align: center
}

.comments-wrapper {
    padding-left: var(--page--spacing);
    padding-right: var(--page--spacing)
}

.comments-area {
    max-width: var(--content--max-width);
    margin-top: 3.125rem;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto
}

.comments-area>*:not(:last-child) {
    margin-bottom: 3.125rem
}

.comments-title {
    font-size: 1.375rem;
    text-align: center
}

@media (max-width:460px) {
    .comments-area {
        margin-top: 2.5rem;
        margin-bottom: 50px
    }

    .comments-area>*:not(:last-child) {
        margin-bottom: 2.5rem
    }
}

.comment-list .children,
.comment-list {
    list-style: none;
    padding-left: 0
}

.comment-list .depth-2,
.comment-list .depth-3 {
    padding-left: 2.563rem
}

@media (max-width:1025px) {
    .page .comment-list {
        padding-left: 1.688rem
    }
}

@media (max-width:836px) {

    .page .comment-list,
    .comment-list {
        padding-left: 1.688rem
    }
}

@media (max-width:749px) {

    .page .comment-list,
    .comment-list {
        padding-left: 0
    }

    .comment-list .depth-2,
    .comment-list .depth-3 {
        padding-left: 1.375rem
    }
}

.comment-body {
    position: relative;
    margin-bottom: 1.25rem;
    padding: 1.75rem 2.5rem;
    border: 1px solid var(--global--color-border);
    border-radius: var(--inputs--border-radius)
}

.comment-body a {
    text-decoration-color: transparent
}

.has-hover .comment-body a:hover {
    text-decoration-color: var(--global--color-font)
}

.comment-body>*:not(:last-child) {
    margin-bottom: 1.25rem
}

.comment-content {
    word-wrap: break-word
}

.comment-content>p {
    margin-top: .875rem;
    margin-bottom: .875rem
}

.comment-content>p:first-child {
    margin-top: 0
}

.comment-content>p:last-child {
    margin-bottom: 0
}

.comment-body .reply {
    font-size: .813rem
}

.comment-body .reply a:before {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'heim-icons';
    font-weight: 400;
    content: "\e900";
    font-size: 1.063rem;
    line-height: 1;
    margin-right: 4px
}

@media (max-width:749px) {
    .comment-body {
        padding: 1.375rem
    }
}

.comment-meta .comment-author {
    line-height: 1.5
}

.heim-avatar-character,
.comments-area .avatar {
    position: absolute;
    top: 1.438rem;
    left: -1.688rem;
    border-radius: 50%
}

.heim-avatar-character {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
    color: var(--buttons--font-color);
    text-transform: uppercase;
    width: 3.375rem;
    height: 3.375rem;
    cursor: default;
    background-color: var(--buttons--border-color)
}

[data-color-mode=dark] .heim-avatar-character {
    background-color: var(--global--color-body-contrast-8)
}

@media (prefers-color-scheme:dark) {
    .heim-avatar-character {
        background-color: var(--global--color-body-contrast-8)
    }
}

.comment-meta .comment-author .fn {
    display: inline-block;
    font-weight: 400;
    hyphens: auto;
    word-wrap: break-word;
    word-break: break-word
}

.comment-meta .comment-metadata {
    font-size: .75rem;
    opacity: .6
}

.comment-meta .comment-metadata>a {
    pointer-events: none
}

.comment-meta .comment-metadata .edit-link {
    margin-left: .625rem
}

.comment-awaiting-moderation {
    display: block;
    font-size: .875rem;
    margin-top: 1.25rem
}

@media (max-width:749px) {
    .comment-body>.comment-meta {
        padding-left: 3.625rem
    }

    .heim-avatar-character,
    .comments-area .avatar {
        top: 1.313rem;
        left: 1.375rem
    }

    .comments-area .avatar {
        max-width: 2.875rem
    }

    .heim-avatar-character {
        font-size: 1.625rem;
        width: 2.875rem;
        height: 2.875rem
    }
}

.comment .comment-respond {
    margin-bottom: 1.875rem
}

.comment-respond>* {
    margin-bottom: .875rem
}

.comment-respond>*:last-child {
    margin-bottom: 0
}

.comment-reply-title {
    font-size: 1.375rem
}

.comment .comment-respond .comment-reply-title {
    position: relative;
    font-size: 0;
    color: transparent;
    margin-bottom: 0
}

.comment-reply-title small a {
    position: absolute;
    top: -4.375rem;
    left: 2.5rem;
    z-index: 100;
    font-size: .813rem;
    padding-right: 6.25rem;
    background: var(--global--color-body)
}

.has-hover .comment-reply-title small a:hover {
    text-decoration-color: var(--global--color-font)
}

.comment-form {
    display: flex;
    flex-wrap: wrap
}

.comment-form>* {
    flex-basis: 100%
}

.comment-form>p {
    margin-bottom: .875rem
}

.comment-form>p:last-of-type {
    margin-bottom: 0
}

.comment-form>p label,
.comment-form>p input[type=email],
.comment-form>p input[type=text],
.comment-form>p input[type=url],
.comment-form>p textarea {
    display: block;
    width: 100%
}

.comment-form .comment-notes {
    font-size: .813rem
}

.comment-form .comment-form-url,
.comment-form .comment-form-comment {
    width: 100%
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
    flex-basis: 0%;
    flex-grow: 1
}

.comment-form>p.comment-form-author {
    margin-right: 20px
}

.comment-form>p.comment-notes,
.comment-form>p.logged-in-as {
    display: block
}

.comment-form .comment-form-cookies-consent>label,
.comment-form .comment-notes {
    font-weight: 400
}

.comment-form>p.comment-form-cookies-consent {
    display: flex;
    padding-top: 5px;
    padding-bottom: 7px
}

.comment-form>p.comment-form-cookies-consent>label {
    flex: 1
}

.comments-area .no-comments {
    margin-bottom: -.5rem
}

@media (max-width:749px) {
    .comment-reply-title small a {
        top: -3.938rem;
        left: 1.375rem
    }

    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        flex-basis: auto
    }

    .comment-form>p.comment-form-author {
        margin-right: 0
    }
}

.pagination .nav-links a,
.comments-pagination .nav-links a {
    text-decoration-color: transparent
}

.pagination .nav-links,
.comments-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -.25rem
}

.pagination .nav-links>*,
.comments-pagination .nav-links>* {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.375rem;
    min-height: 2.375rem;
    margin-bottom: .25rem;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: border .2s ease, text-decoration .3s ease
}

.pagination .nav-links>*:not(:last-child),
.comments-pagination .nav-links>*:not(:last-child) {
    margin-right: .25rem
}

.pagination .nav-links>.prev,
.pagination .nav-links>.next,
.comments-pagination .nav-links>.prev,
.comments-pagination .nav-links>.next {
    min-width: 0;
    min-height: 0;
    border: 0 none
}

.pagination .nav-links>.prev,
.comments-pagination .nav-links>.prev {
    padding-right: .5rem
}

.pagination .nav-links>.next,
.comments-pagination .nav-links>.next {
    padding-left: .5rem
}

@media (hover:hover) {

    .pagination .nav-links>.prev:hover,
    .pagination .nav-links>.next:hover,
    .comments-pagination .nav-links>.prev:hover,
    .comments-pagination .nav-links>.next:hover {
        text-decoration-color: var(--global--color-font)
    }
}

.has-hover .pagination .nav-links .page-numbers:hover,
.pagination .nav-links .current,
.has-hover .comments-pagination .nav-links .page-numbers:hover,
.comments-pagination .nav-links .current {
    border-color: var(--global--color-font)
}

.search-form {
    display: flex;
    max-width: 640px;
    margin: 0 auto
}

.search-form>label {
    flex: 1;
    margin-right: 10px;
    margin-bottom: 0
}

.search-form .search-field {
    width: 100%;
    padding: 14px 23px
}

.search-form .search-submit {
    width: 100%;
    max-width: 120px;
    height: auto;
    margin: 2px 0
}

@media (max-width:640px) {
    .search-form {
        display: block;
        text-align: initial
    }

    .search-form .search-submit {
        width: auto;
        height: 2.625rem;
        margin: 20px 0 0
    }
}

.widget .widget-title {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px
}

.widget ul {
    list-style-type: none
}

.widget form>select {
    width: 100%
}

.widget form>button {
    display: block
}

.widget_search>.search-form .search-field {
    -webkit-appearance: none;
    margin-bottom: calc(0.5 * var(--content--spacing-vertical))
}

.widget_search>.search-form .search-submit {
    margin-left: 0;
    margin-bottom: calc(0.5 * var(--content--spacing-vertical))
}

.widget_rss a.rsswidget .rss-widget-icon {
    display: none
}

.error404 .not-found {
    max-width: calc(var(--content--max-width-wide) / 2);
    margin: 0 auto 90px;
    text-align: center
}

.not-found-back-home svg {
    vertical-align: middle;
    fill: var(--global--color-font)
}

@media (max-width:1025px) {
    .error404 .not-found {
        max-width: 680px;
        margin-bottom: 60px
    }
}

@media (max-width:460px) {
    .error404 .not-found {
        margin-bottom: 50px;
        text-align: start
    }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
    color: inherit;
    line-height: var(--global--line-height-body);
    max-width: 100%;
    padding: var(--inputs--padding-vertical) var(--inputs--padding-horizontal);
    border: 0 none;
    border-radius: var(--inputs--border-radius);
    transition: background 0.2s ease;
    background-color: var(--inputs--background-color)
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
    outline: none;
    background-color: var(--inputs--focus-color)
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
.site textarea:disabled {
    opacity: .7
}

input[type=email],
input[type=url] {
    direction: ltr
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.select2-container .select2-selection.select2-selection--single,
.select2-container .select2-selection.select2-selection--multiple,
.select2-container .select2-dropdown .select2-search__field,
select {
    line-height: var(--global--line-height-body);
    padding: var(--inputs--padding-vertical) calc(2.5rem + 16px) var(--inputs--padding-vertical) var(--inputs--padding-horizontal);
    border: 0 none;
    cursor: pointer;
    transition: background 0.2s ease;
    background: var(--inputs--background-color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat;
    background-position: right var(--inputs--padding-horizontal) top 50%
}

[data-color-mode=dark] .select2-container .select2-selection.select2-selection--single,
[data-color-mode=dark] .select2-container .select2-selection.select2-selection--multiple,
[data-color-mode=dark] .select2-container .select2-dropdown .select2-search__field,
[data-color-mode=dark] select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

@media (prefers-color-scheme:dark) {

    .select2-container .select2-selection.select2-selection--single,
    .select2-container .select2-selection.select2-selection--multiple,
    .select2-container .select2-dropdown .select2-search__field,
    select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
    }
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: inherit;
    border-radius: var(--inputs--border-radius)
}

.select2-container.select2-container--open .select2-selection.select2-selection--single,
.select2-container.select2-container--open .select2-selection.select2-selection--multiple,
.select2-container.select2-container--open .select2-dropdown .select2-search__field,
select:focus {
    outline: none;
    background-color: var(--inputs--focus-color)
}

textarea {
    width: 100%
}

label {
    display: block;
    margin-bottom: .125rem
}

fieldset {
    display: grid;
    border: 1px solid;
    padding: var(--inputs--padding-vertical) var(--inputs--padding-horizontal)
}

fieldset>legend {
    margin-left: -.625rem;
    padding: 0 .625rem
}

fieldset input[type=submit] {
    max-width: max-content
}

fieldset input:not([type=submit]) {
    margin-bottom: var(--content--spacing-vertical)
}

fieldset input[type=radio],
fieldset input[type=checkbox] {
    margin-bottom: 0
}

fieldset input[type=radio]+label,
fieldset input[type=checkbox]+label {
    padding-left: 0;
    margin-bottom: var(--content--spacing-vertical)
}

::-moz-placeholder {
    opacity: 1
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0
}

@supports (-webkit-appearance:none) or (-moz-appearance:none) {
    input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        align-self: center;
        vertical-align: text-top;
        position: relative;
        width: 1rem;
        height: 1rem;
        cursor: pointer;
        border: 1px solid;
        border-radius: 2px;
        background-color: transparent
    }

    input[type=checkbox]:disabled,
    input[type=checkbox]:after {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        font-family: 'heim-icons';
        font-size: .875rem;
        line-height: 1;
        font-weight: 400;
        font-variant: normal;
        content: "\e91a";
        transform: translate(-50%, -50%);
        opacity: 0
    }

    input[type=checkbox]:checked:after {
        opacity: 1
    }

    input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        top: .375rem;
        width: 1rem;
        height: 1rem;
        cursor: pointer;
        border: 1px solid var(--global--color-font);
        border-radius: 100%
    }

    input[type=radio]:disabled {
        opacity: .5
    }

    input[type=radio]:after {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: "";
        width: .625rem;
        height: .625rem;
        transform: translate(-50%, -50%);
        opacity: 0;
        border-radius: 100%;
        transition: opacity .2s ease;
        background: var(--global--color-font)
    }

    input[type=radio]:hover:after,
    input[type=radio]:checked:after {
        opacity: 1
    }
}

input[type=checkbox]+label,
input[type=radio]+label {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer
}

.select2-container .select2-selection.select2-selection--multiple,
.select2-container .select2-selection.select2-selection--single {
    height: auto;
    border-radius: 0
}

.select2-container .select2-selection--single {
    margin: 0
}

.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    color: inherit;
    line-height: var(--global--line-height-body);
    padding: 0
}

.select2-container .select2-selection.select2-selection--multiple .select2-selection__arrow,
.select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    display: none
}

.select2-container .select2-dropdown {
    border-color: var(--inputs--focus-color);
    border-radius: 0;
    background-color: var(--inputs--focus-color)
}

.select2-container .select2-dropdown .select2-search {
    padding: var(--inputs--padding-vertical) var(--inputs--padding-horizontal)
}

.select2-container .select2-dropdown .select2-search .select2-search__field {
    border: 0 none;
    cursor: auto;
    background: var(--global--color-body)
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 205px
}

.select2-container .select2-dropdown .select2-results li {
    color: var(--global--color-font);
    text-decoration: underline solid transparent;
    padding: var(--inputs--padding-vertical) var(--inputs--padding-horizontal);
    outline: none;
    border-radius: 0
}

.select2-container .select2-dropdown .select2-results li[aria-selected="true"] {
    background-color: var(--global--color-body)
}

.select2-container .select2-dropdown .select2-results li[data-selected="true"] {
    text-decoration-color: var(--global--color-font);
    background-color: var(--global--color-body)
}

p {
    line-height: var(--wp--typography--line-height, var(--global--line-height-body));
    margin-bottom: 1rem
}

p.is-style-heim-no-margin {
    margin: 0 !important
}

p.has-background {
    padding: var(--page--spacing)
}

p.has-text-color a {
    color: var(--wp--style--color--link, var(--global--color-font))
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading--font-family);
    font-weight: var(--heading--font-weight);
    color: var(--heading--font-color)
}

h1,
.h1 {
    font-size: var(--heading--font-size-h1);
    line-height: var(--heading--line-height-h1)
}

h2,
.h2 {
    font-size: var(--heading--font-size-h2);
    line-height: var(--heading--line-height-h2)
}

h3,
.h3 {
    font-size: var(--heading--font-size-h3);
    line-height: var(--heading--line-height-h3)
}

h4,
.h4 {
    font-size: var(--heading--font-size-h4);
    line-height: var(--heading--line-height-h4);
    font-weight: var(--heading--font-weight-strong)
}

h5,
.h5 {
    font-size: var(--heading--font-size-h5);
    line-height: var(--heading--line-height-h5);
    font-weight: var(--heading--font-weight-strong)
}

h6,
.h6 {
    font-size: var(--heading--font-size-h6);
    line-height: var(--heading--line-height-h6);
    font-weight: var(--heading--font-weight-strong)
}

.button,
.woocommerce .site .button,
button,
input[type=submit],
input[type=reset],
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: var(--buttons--font-size);
    font-weight: 400;
    line-height: var(--buttons--line-height);
    height: var(--buttons--height);
    padding: var(--buttons--padding);
    border: 1px solid transparent;
    border-radius: var(--buttons--border-radius);
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease
}

.button,
.woocommerce .site .button,
button,
input[type=submit],
input[type=reset],
.wp-block-search .wp-block-search__button:not(.has-text-color),
.wp-block-button .wp-block-button__link:not(.has-text-color),
.wp-block-button__link:not(.has-text-color),
.wp-block-file .wp-block-file__button:not(.has-text-color) {
    color: var(--buttons--font-color)
}

.button,
.woocommerce .site .button,
button,
input[type=submit],
input[type=reset],
.wp-block-search .wp-block-search__button:not(.has-background),
.wp-block-button .wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-text-color),
.wp-block-file .wp-block-file__button:not(.has-background) {
    background-color: var(--buttons--background-color)
}

.button:hover,
.woocommerce .site .button:hover,
.button:active,
button:hover,
button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=reset]:hover,
input[type=reset]:active,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:active {
    color: var(--buttons--font-color);
    opacity: var(--buttons--hover-opacity);
    background-color: var(--buttons--background-color)
}

.woocommerce .site .button.border,
.button.border {
    border-color: var(--buttons--border-color);
    transition: border-color 0.2s ease
}

.woocommerce .site .button.border:not(:hover):not(:active),
.button.border:not(:hover):not(:active) {
    color: var(--buttons--background-color)
}

.woocommerce .site .button.border:not(:hover):not(:active),
.button.border:not(:hover):not(:active) {
    background-color: transparent
}

.woocommerce .site .button.border:hover,
.button.border:hover {
    color: var(--buttons--background-color);
    opacity: 1;
    border-color: var(--buttons--font-color)
}

ul,
ol {
    list-style-position: inside
}

ul ul,
ol ol,
ol ul,
ul ol {
    margin-top: .625rem;
    margin-bottom: .625rem;
    padding-left: 1.125rem
}

ul.alignright,
ol.alignright {
    text-align: right
}

dd {
    padding-left: 1.25rem
}

blockquote {
    font-size: 1.5rem;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    margin: 0
}

blockquote>* {
    margin-top: calc(0.4 * var(--content--spacing-vertical));
    margin-bottom: calc(0.4 * var(--content--spacing-vertical))
}

blockquote>*:first-child {
    margin-top: 0
}

blockquote>*:last-child {
    margin-bottom: 0
}

blockquote p {
    line-height: inherit
}

blockquote cite,
blockquote footer {
    font-size: .875rem;
    font-weight: 400
}

blockquote.alignleft,
blockquote.alignright {
    padding-left: inherit
}

blockquote cite,
blockquote footer {
    font-size: .813rem;
    font-style: normal
}

hr {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid var(--global--color-border);
    border-style: none
}

table,
.wp-block-table {
    width: 100%;
    min-width: 240px;
    border-collapse: collapse
}

table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
    text-align: center
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
    padding: .625em;
    border: 1px solid
}

table figcaption,
.wp-block-table figcaption {
    font-size: var(--global--font-size-xs)
}

table.is-style-regular .has-background,
table.is-style-stripes .has-background,
table.is-style-stripes .has-background thead tr,
table.is-style-stripes .has-background tfoot tr,
table.is-style-stripes .has-background tbody tr,
.wp-block-table.is-style-regular .has-background,
.wp-block-table.is-style-stripes .has-background,
.wp-block-table.is-style-stripes .has-background thead tr,
.wp-block-table.is-style-stripes .has-background tfoot tr,
.wp-block-table.is-style-stripes .has-background tbody tr {
    color: var(--global--color-font)
}

table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
    border-width: 0
}

table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--inputs--background-color)
}

table.is-style-stripes .has-background tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
    background-color: var(--global--color-body-opacity-50)
}

figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
    font-size: var(--global--font-size-xs);
    line-height: var(--global--line-height-body);
    color: currentColor;
    margin-top: calc(0.5 * var(--content--spacing-vertical));
    margin-bottom: calc(0.5 * var(--content--spacing-vertical))
}

.alignleft figcaption,
.alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
    margin-bottom: 0
}

.gallery-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.gallery-item a {
    display: block
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

table.wp-calendar-table td,
table.wp-calendar-table th {
    line-height: 2;
    vertical-align: middle;
    word-break: normal;
    text-align: center;
    background: transparent
}

table.wp-calendar-table th {
    font-weight: 700
}

table.wp-calendar-table thead,
table.wp-calendar-table tbody {
    color: currentColor;
    border: 1px solid
}

table.wp-calendar-table caption {
    font-weight: 700;
    color: currentColor;
    margin-bottom: calc(0.8 * var(--content--spacing-vertical));
    text-align: left
}

.wp-calendar-nav {
    text-align: left;
    margin-top: calc(0.8 * var(--content--spacing-vertical))
}

.wp-calendar-nav svg {
    height: 1em;
    vertical-align: middle
}

.wp-calendar-nav svg path {
    fill: currentColor
}

.wp-calendar-nav .wp-calendar-nav-next {
    float: right
}

*>figure>video {
    width: 100%;
    max-width: unset;
    vertical-align: middle
}

.is-flex-basis-1 {
    flex: 1
}

@media (max-width:1023px) {
    .is-hidden-on-tablet {
        display: none !important
    }
}

@media (max-width:781px) {
    .is-hidden-on-mobile {
        display: none !important
    }
}

.has-background p,
.has-background a,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
    color: currentColor
}

.wp-block-archives,
.wp-block-categories,
.wp-block-page-list {
    padding: 0
}

.wp-block-archives li,
.wp-block-categories li,
.wp-block-page-list li {
    list-style: none;
    padding-bottom: .375rem
}

.wp-block-archives li:last-child,
.wp-block-categories li:last-child,
.wp-block-page-list li:last-child {
    padding-bottom: 0
}

.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-page-list li a {
    text-decoration-color: transparent
}

@media (hover:hover) {

    .wp-block-archives li a:hover,
    .wp-block-categories li a:hover,
    .wp-block-page-list li a:hover {
        text-decoration-color: var(--global--color-font)
    }
}

.wp-block-button.is-style-outline>.wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
    padding: 0 1.75em 1px;
    border: 1px solid;
    text-decoration: underline solid transparent;
    transition: text-decoration .3s ease
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: var(--buttons--background-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
    background-color: transparent
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
    opacity: 1;
    text-decoration-color: currentColor
}

.wp-block-post-terms {
    font-size: var(--global--font-size-sm)
}

.wp-block-post-terms a {
    text-decoration-color: transparent
}

.has-hover .wp-block-post-terms a:hover {
    text-decoration-color: var(--global--color-font)
}

.wp-block-code {
    padding: var(--content--spacing-horizontal);
    border: 0 none;
    border-radius: 0;
    background-color: var(--inputs--background-color)
}

.wp-block-code code {
    display: block;
    white-space: pre;
    overflow-x: auto
}

:where(.wp-block-columns.is-layout-flex) {
    gap: var(--columns--gap)
}

.is-style-heim-columns-gap-small {
    gap: calc(var(--columns--gap) / 2)
}

@media (max-width:749px) {
    :where(.wp-block-columns.is-layout-flex:not(.is-equal-gap-mobile)) {
        row-gap: 2em
    }
}

.wp-block-columns:not(.is-style-heim-standard-margins) {
    margin-top: var(--content--columns-spacing-vertical);
    margin-bottom: var(--content--columns-spacing-vertical)
}

.wp-block-columns.is-style-heim-columns-gap-small {
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-columns:first-child {
    margin-top: 0
}

.wp-block-columns:last-child {
    margin-bottom: 0
}

.wp-block-columns:not(.alignwide):not(.alignfull) {
    clear: both
}

:where(.wp-block-columns.has-background) {
    padding: calc(2 * var(--content--spacing-horizontal))
}

.entry-content>:where(.wp-block-columns.alignfull.has-background) {
    padding: calc(3 * var(--content--spacing-vertical))
}

.wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0
}

.wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0
}

.wp-block-columns .wp-block-column>* {
    margin-top: var(--content--spacing-vertical);
    margin-bottom: var(--content--spacing-vertical)
}

.wp-block-columns .wp-block-column>*:first-child {
    margin-top: 0
}

.wp-block-columns .wp-block-column>*:last-child {
    margin-bottom: 0
}

@media (max-width:1600px) {
    :where(.wp-block-columns.has-background) {
        padding-left: var(--page--spacing);
        padding-right: var(--page--spacing)
    }

    .entry-content>:where(.wp-block-columns.alignfull.has-background) {
        padding-left: var(--page--spacing);
        padding-right: var(--page--spacing)
    }
}

@media (max-width:781px) {

    .entry-content>:where(.wp-block-columns.alignfull.has-background),
    :where(.wp-block-columns.has-background) {
        padding-top: calc(2 * var(--content--spacing-vertical));
        padding-bottom: calc(2 * var(--content--spacing-vertical))
    }
}

.wp-block-comments>* {
    margin-bottom: calc(2 * var(--content--spacing-vertical))
}

.wp-block-comments>*:last-child {
    margin-bottom: 0
}

.wp-block-comment-template .wp-block-columns:last-child {
    margin-bottom: var(--content--columns-spacing-vertical)
}

.wp-block-comments .wp-block-avatar__image {
    border-radius: 50% !important
}

.wp-block-column>.wp-block-comment-author-name:first-child {
    margin-bottom: 0
}

.wp-block-comment-date {
    opacity: .6
}

.wp-block-comment-author-name a,
.wp-block-comment-date a {
    text-decoration-color: transparent
}

@media (hover:hover) {

    .wp-block-comment-author-name a:hover,
    .wp-block-comment-date a:hover {
        text-decoration-color: var(--global--color-font)
    }
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: .875rem
}

.wp-block-post-comments-form .comment-form label {
    margin-bottom: .125rem
}

.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
    padding: var(--inputs--padding-vertical) var(--inputs--padding-horizontal)
}

.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
    border: 0 none
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 0
}

.wp-block-cover,
.wp-block-cover-image {
    min-height: clamp(var(--cover--min-height), 48vw, var(--cover--max-height));
    background-color: var(--global--color-body)
}

.wp-block-cover:not(.alignfull):before,
.wp-block-cover:not(.alignfull) .has-background-dim,
.wp-block-cover:not(.alignfull) .has-background-dim:before,
.wp-block-cover:not(.alignfull) .wp-block-cover__image-background {
    border-radius: var(--images--border-radius)
}

.wp-block-cover.alignfull img {
    border-radius: 0
}

.wp-block-cover:not(.alignwide):not(.alignfull),
.wp-block-cover-image:not(.alignwide):not(.alignfull) {
    width: 100%;
    clear: both
}

.wp-block-cover.has-custom-content-position,
.wp-block-cover-image.has-custom-content-position {
    padding: var(--cover--padding)
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
    color: currentColor;
    margin-top: var(--cover--spacing-vertical);
    margin-bottom: var(--cover--spacing-vertical)
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
    color: var(--global--color-font)
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover-image h1,
.wp-block-cover-image h2 {
    font-size: var(--global--font-size-xxxl);
    line-height: 1.38;
    max-width: inherit;
    padding: 0
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    width: calc(100% - 2 * var(--cover--spacing-vertical))
}

.wp-block-cover .wp-block-cover__inner-container>*,
.wp-block-cover-image .wp-block-cover__inner-container>* {
    margin-top: 0 !important;
    margin-bottom: var(--cover--spacing-vertical)
}

.wp-block-cover.alignwide .wp-block-cover__inner-container>*,
.wp-block-cover.alignfull .wp-block-cover__inner-container>*,
.wp-block-cover-image.alignwide .wp-block-cover__inner-container>*,
.wp-block-cover-image.alignfull .wp-block-cover__inner-container>* {
    margin-bottom: clamp(var(--cover--spacing-vertical), 2.4vw, calc(1.4 * var(--cover--spacing-vertical)))
}

.wp-block-cover .wp-block-cover__inner-container>*:last-child,
.wp-block-cover-image .wp-block-cover__inner-container>*:last-child {
    margin-bottom: 0
}

.wp-block-cover.alignleft>*,
.wp-block-cover.alignright>*,
.wp-block-cover-image.alignleft>*,
.wp-block-cover-image.alignright>* {
    width: 100%
}

.wp-block-cover.has-left-content,
.wp-block-cover.has-right-content,
.wp-block-cover-image.has-left-content,
.wp-block-cover-image.has-right-content {
    justify-content: center
}

@media (max-width:460px) {

    .wp-block-cover .wp-block-cover__inner-container,
    .wp-block-cover-image .wp-block-cover__inner-container {
        width: 100%
    }
}

.wp-block-cover.is-style-heim-preset-feature {
    height: 100%;
    min-height: 100%;
    padding: var(--cover--padding)
}

.wp-block-cover.is-style-heim-preset-feature:before {
    display: table;
    width: 0;
    content: " ";
    padding-bottom: 85%
}

.wp-block-cover.is-style-heim-preset-feature .wp-block-cover__inner-container {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-cover.is-style-heim-preset-feature .wp-block-cover__inner-container .wp-block-group.is-layout-flex {
    height: 100%
}

.wp-block-cover.is-style-heim-preset-feature .wp-block-cover__inner-container .wp-block-group.is-layout-flex>*:first-child {
    margin-bottom: auto
}

@media (max-width:767px) {
    .wp-block-cover.is-style-heim-preset-feature:before {
        display: none
    }
}

.wp-block-file>*:first-child {
    margin-top: .75rem;
    margin-right: .75rem;
    margin-bottom: .75rem
}

.wp-block-file:not(.wp-element-button) {
    font-size: inherit
}

.wp-block-file .wp-block-file__button {
    display: inline-flex;
    margin-top: .75rem;
    margin-bottom: .75rem
}

.wp-block-file *+.wp-block-file__button {
    margin-left: 0
}

.wp-block-gallery figure.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery.has-nested-images .blocks-gallery-item figcaption {
    font-size: .813rem;
    color: var(--global--color-body);
    margin: 0;
    padding: .625rem;
    background: var(--global--color-body-opacity-25)
}

.wp-block-gallery .blocks-gallery-image figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a {
    color: inherit
}

.entry-content :where(.wp-block-group.is-layout-flex) {
    row-gap: .75em;
    column-gap: 1.5em
}

.entry-content [class*=inner-container] :where(.wp-block-group.is-layout-flex) {
    column-gap: var(--columns--gap)
}

.wp-block-group {
    clear: both
}

.wp-block-group .wp-block-group__inner-container {
    margin-left: auto;
    margin-right: auto
}

.wp-block-group .wp-block-group__inner-container>* {
    margin-top: var(--content--spacing-vertical);
    margin-bottom: var(--content--spacing-vertical)
}

.wp-block-group .wp-block-group__inner-container>*:first-child {
    margin-top: 0
}

.wp-block-group .wp-block-group__inner-container>*:last-child {
    margin-bottom: 0
}

.wp-block-group.has-background {
    padding: calc(2 * var(--content--spacing-vertical))
}

.entry-content>.wp-block-group.alignfull.has-background {
    padding: calc(3 * var(--content--spacing-vertical))
}

.wp-block-group.has-background:not(.alignfull) {
    border-radius: var(--images--border-radius)
}

@media (max-width:1600px) {
    .wp-block-group.has-background {
        padding-left: var(--page--spacing);
        padding-right: var(--page--spacing)
    }

    .wp-block-group.has-background.is-style-heim-cover-padding {
        padding: var(--cover--padding)
    }

    .entry-content>.wp-block-group.alignfull.has-background:not(.is-style-heim-cover-padding) {
        padding-left: var(--page--spacing);
        padding-right: var(--page--spacing)
    }
}

@media (max-width:781px) {
    .entry-content>.wp-block-group.alignfull.has-background:not(.is-style-heim-cover-padding) {
        padding-top: calc(2 * var(--content--spacing-vertical));
        padding-bottom: calc(2 * var(--content--spacing-vertical))
    }
}

.has-hover .wp-block-image a img {
    transition: opacity .2s ease
}

.has-hover .wp-block-image a:hover img {
    opacity: .9
}

.wp-block-image figcaption {
    font-size: .75rem;
    margin-top: calc(0.5 * var(--content--spacing-vertical));
    margin-bottom: 0
}

.wp-block-image .alignright {
    margin-left: 2rem
}

.wp-block-image .alignleft {
    margin-right: 2rem
}

.entry-content>*[class=wp-block-image],
.entry-content [class*=inner-container]>*[class=wp-block-image] {
    margin-top: 0;
    margin-bottom: 0
}

.entry-content>*[class=wp-block-image]+*,
.entry-content [class*=inner-container]>*[class=wp-block-image]+* {
    margin-top: 0
}

@media only screen and (min-width:482px) {

    .entry-content>.wp-block-image>.alignleft,
    .entry-content>.wp-block-image>.alignright {
        max-width: 50%
    }
}

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

    .entry-content>.wp-block-image>.alignleft,
    .entry-content>.wp-block-image>.alignright {
        margin-left: 0;
        margin-right: 0
    }
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
    position: relative;
    line-height: var(--global--line-height-body);
    margin-bottom: 1.25rem;
    padding: 1.75rem 2.25rem;
    border: 1px solid var(--global--color-border)
}

.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment a {
    text-decoration-color: transparent
}

.has-hover .wp-block-latest-comments .wp-block-latest-comments__comment a:hover {
    text-decoration-color: var(--global--color-font)
}

.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
    position: absolute;
    top: 1.688rem;
    left: -1.438rem;
    z-index: 10;
    width: 2.875rem;
    height: 2.875rem;
    margin-right: 0;
    border-radius: 50%
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
    font-size: .75rem;
    opacity: .6
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    margin-top: 1.25rem
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: 1rem;
    line-height: var(--global--line-height-body);
    margin: 0
}

@media (max-width:1025px) {
    .wp-block-latest-comments .wp-block-latest-comments__comment {
        padding: 1.375rem
    }

    .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
        top: 1.313rem;
        left: 1.375rem
    }

    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
        margin-left: 3.625rem
    }
}

.wp-block-latest-posts {
    padding-left: 0
}

.wp-block-latest-posts>li {
    display: flex;
    flex-direction: column
}

.wp-block-latest-posts:not(.is-grid)>li {
    margin-top: calc(2 * var(--content--spacing-vertical));
    margin-bottom: calc(2 * var(--content--spacing-vertical))
}

.wp-block-latest-posts:not(.is-grid)>li:first-child {
    margin-top: 0
}

.wp-block-latest-posts:not(.is-grid)>li:last-child {
    margin-bottom: 0
}

.widget-area .wp-block-latest-posts:not(.is-grid)>li {
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-latest-posts.is-grid {
    word-wrap: break-word;
    word-break: break-word
}

.wp-block-column>.wp-block-latest-posts.is-grid {
    margin-left: -10px;
    margin-right: -10px
}

.wp-block-latest-posts.is-grid>li {
    margin-bottom: calc(2 * var(--content--spacing-vertical));
    padding: 0 10px
}

.wp-block-latest-posts.is-grid>li:last-child {
    margin-bottom: 0
}

@media (min-width:1026px) {

    .wp-block-latest-posts.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1),
    .wp-block-latest-posts.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1)~li,
    .wp-block-latest-posts.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1),
    .wp-block-latest-posts.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1)~li,
    .wp-block-latest-posts.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1),
    .wp-block-latest-posts.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1)~li,
    .wp-block-latest-posts.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1),
    .wp-block-latest-posts.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1)~li,
    .wp-block-latest-posts.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1),
    .wp-block-latest-posts.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1)~li {
        margin-bottom: 0
    }
}

@media (min-width:601px) and (max-width:1025px) {

    .wp-block-latest-posts.is-grid>li:nth-last-child(-n+2):nth-child(2n+1),
    .wp-block-latest-posts.is-grid>li:nth-last-child(-n+2):nth-child(2n+1)~li {
        margin-bottom: 0
    }
}

.wp-block-latest-posts>li>* {
    display: block
}

.wp-block-latest-posts__featured-image {
    margin-bottom: 1.375rem
}

.wp-block-latest-posts__featured-image img {
    transition: opacity .3s ease
}

.has-hover .wp-block-latest-posts__featured-image a:hover img {
    opacity: .9
}

.wp-block-latest-posts__post-title {
    font-size: 1.25rem;
    line-height: 1.64;
    text-decoration-color: transparent;
    margin-bottom: .375rem;
    transition: text-decoration .3s ease
}

.has-hover a.wp-block-latest-posts__post-title:hover {
    text-decoration-color: var(--global--color-font)
}

.wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__post-full-content {
    margin-bottom: 1.125rem
}

.wp-block-latest-posts__post-author {
    order: 8;
    font-size: .813rem;
    margin-bottom: 0
}

.wp-block-latest-posts__post-date {
    order: 10;
    font-size: .813rem;
    margin-bottom: 0
}

[class*=inner-container] .wp-block-latest-posts__post-date,
.has-background .wp-block-latest-posts__post-date {
    color: currentColor
}

@media (max-width:1025px) {
    .wp-block-column>.wp-block-latest-posts.is-grid {
        margin-left: -5px;
        margin-right: -5px
    }

    .wp-block-latest-posts.is-grid>li {
        width: calc(50% - 1.25em/2);
        padding: 0 5px
    }

    .wp-block-latest-posts.is-grid li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.is-grid li:not(:nth-child(2n)) {
        margin-right: 1.25em
    }
}

@media (min-width:750px) and (max-width:1025px) {

    .wp-block-latest-posts.is-grid.columns-5 li,
    .wp-block-latest-posts.is-grid.columns-6 li {
        width: calc(33.333% - 2.5em/3)
    }

    .wp-block-latest-posts.is-grid.columns-5 li:nth-child(2n),
    .wp-block-latest-posts.is-grid.columns-6 li:nth-child(2n) {
        margin-right: 1.25em
    }

    .wp-block-latest-posts.is-grid.columns-5 li:not(:nth-child(2n)),
    .wp-block-latest-posts.is-grid.columns-6 li:not(:nth-child(2n)) {
        margin-right: 0
    }

    .wp-block-latest-posts.is-grid.columns-5 li:nth-child(3n),
    .wp-block-latest-posts.is-grid.columns-6 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.is-grid.columns-5 li:not(:nth-child(3n)),
    .wp-block-latest-posts.is-grid.columns-6 li:not(:nth-child(3n)) {
        margin-right: 1.25em
    }
}

@media (max-width:749px) {
    .wp-block-column>.wp-block-latest-posts.is-grid {
        margin-left: 0;
        margin-right: 0
    }

    .wp-block-latest-posts.is-grid>li {
        padding: 0
    }
}

@media (max-width:600px) {
    .wp-block-latest-posts.is-grid li {
        width: 100%;
        margin-right: 0
    }

    .wp-block-latest-posts.is-grid li:not(:nth-child(2n)) {
        margin-right: 0
    }
}

.wp-block-loginout form>*:not(:last-child) {
    margin-bottom: calc(0.5 * var(--content--spacing-vertical))
}

.wp-block-loginout form input[type=text],
.wp-block-loginout form input[type=password] {
    width: 100%
}

.wp-block-loginout form label input {
    vertical-align: top
}

.wp-block-loginout form .button {
    margin-top: .5rem
}

.wp-block-media-text .wp-block-media-text__content {
    padding-left: var(--media-text--spacing);
    padding-right: 0
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: var(--media-text--spacing)
}

.wp-block-media-text.has-background .wp-block-media-text__content {
    padding: var(--media-text--spacing)
}

.wp-block-media-text .wp-block-media-text__content>* {
    margin-top: var(--content--spacing-vertical);
    margin-bottom: var(--content--spacing-vertical)
}

.wp-block-media-text .wp-block-media-text__content>*:first-child {
    margin-top: 0
}

.wp-block-media-text .wp-block-media-text__content>*:last-child {
    margin-bottom: 0
}

.wp-block-media-text .wp-block-media-text__content>h1,
.wp-block-media-text .wp-block-media-text__content>h2 {
    font-size: clamp(26px, 2.5vw, 30px);
    line-height: 1.4
}

.wp-block-media-text.is-style-heim-split .wp-block-media-text__media {
    height: 100%
}

.wp-block-media-text.is-style-heim-split .wp-block-media-text__media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wp-block-media-text.is-style-heim-split .wp-block-media-text__content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wp-block-media-text.is-style-heim-split .wp-block-media-text__content>* {
    margin-top: 0
}

.wp-block-media-text.is-style-heim-split .wp-block-media-text__content>*:first-child {
    flex: 1
}

.wp-block-media-text.is-style-heim-split .wp-block-media-text__content>.wp-block-buttons {
    padding-bottom: 8px
}

@media only screen and (max-width:1023px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }

    .wp-block-media-text.is-stacked-on-mobile:not(.has-background) .wp-block-media-text__content {
        padding: var(--media-text--spacing) 0 0
    }
}

@media (max-width:460px) {
    .wp-block-media-text.has-background .wp-block-media-text__content {
        padding: calc(var(--page--spacing) + 10px)
    }
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    line-height: inherit;
    color: currentColor;
    height: auto;
    border-radius: 0;
    background: transparent
}

.wp-block-navigation__responsive-container-close:hover,
.wp-block-navigation__responsive-container-open:hover {
    opacity: 1;
    color: currentColor;
    background: transparent
}

.wp-block-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container>.wp-block-navigation-item:not(:last-child) {
    margin-right: 1rem
}

.wp-block-navigation .wp-block-navigation-item__content {
    text-decoration: underline solid transparent
}

.wp-block-navigation button.wp-block-navigation-submenu__toggle {
    justify-content: flex-start;
    color: currentColor;
    height: auto;
    padding: 0;
    border-radius: 0;
    background-color: transparent
}

.has-hover .wp-block-navigation .wp-block-navigation-item__content:hover {
    text-decoration-color: var(--global--color-font)
}

.wp-block-post-author__avatar img {
    border-radius: 100px
}

.wp-block-post-author__byline {
    font-size: .75rem
}

.wp-block-post-author__bio {
    font-size: .75rem;
    margin-top: calc(var(--content--spacing-vertical) / 3);
    margin-bottom: 0
}

.wp-block-post-excerpt__more-text {
    font-size: var(--global--font-size-sm);
    margin-top: calc(var(--content--spacing-vertical) / 2)
}

.wp-block-post-featured-image img {
    transition: opacity .3s ease
}

.has-hover .wp-block-post-featured-image a:hover img {
    opacity: .9
}

.wp-block-post-title a {
    text-decoration-color: transparent
}

.has-hover .wp-block-post-title a:hover {
    text-decoration-color: var(--global--color-font)
}

pre.wp-block-preformatted {
    overflow-x: auto;
    white-space: pre
}

.wp-block-pullquote {
    font-size: var(--pullquote--font-size);
    line-height: var(--pullquote--line-height);
    font-style: var(--pullquote--font-style);
    color: currentColor;
    padding: calc(1.5 * var(--page--spacing)) 0;
    border-width: var(--pullquote--border-width)
}

.wp-block-pullquote.alignfull,
.wp-block-pullquote.alignfull {
    padding: calc(1.5 * var(--page--spacing))
}

.wp-block-pullquote blockquote {
    font-size: inherit
}

.wp-block-pullquote p {
    margin: 0
}

.wp-block-pullquote a {
    color: currentColor
}

.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    display: block;
    font-size: var(--global--font-size-sm);
    font-style: var(--pullquote--font-style);
    color: currentColor;
    margin-top: var(--content--spacing-vertical);
    padding-bottom: 2px;
    text-transform: none
}

.wp-block-query.has-background {
    padding: var(--page--spacing)
}

.wp-block-query>*:not(:first-child) {
    margin-top: calc(2 * var(--content--spacing-vertical))
}

.wp-block-query>.wp-block-post-template.is-flex-container {
    row-gap: calc(2 * var(--content--spacing-vertical))
}

.wp-block-query>.wp-block-post-template.is-layout-flow:not(.is-flex-container)>*:not(last-child) {
    margin-bottom: var(--content--columns-spacing-vertical)
}

.wp-block-quote.is-style-default.has-text-align-center:before,
.wp-block-quote.is-style-plain:before {
    display: block;
    font-size: 3.125rem;
    line-height: 1;
    content: "“";
    margin-bottom: -.875rem;
    text-align: center
}

.wp-block-quote.is-style-plain.has-text-align-right {
    padding-right: 0
}

.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    font-size: .813rem
}

.wp-block-quote.is-style-heim-slim-border {
    border-width: 2px
}

@media (max-width:768px) {
    .wp-block-quote.is-style-heim-slim-border {
        padding-left: var(--page--spacing)
    }

    .wp-block-quote.is-style-heim-slim-border.has-text-align-right {
        padding-right: var(--page--spacing)
    }
}

.wp-block-read-more {
    font-size: var(--global--font-size-sm)
}

.wp-block-read-more[style*="text-decoration"] {
    text-decoration-color: var(--global--color-font) !important
}

.has-hover .wp-block-read-more[style*="text-decoration"]:hover {
    text-decoration-color: transparent !important
}

.wp-block-rss {
    padding-left: 0
}

.wp-block-rss>li {
    list-style: none
}

.wp-block-rss:not(.is-grid)>li {
    margin-top: calc(2 * var(--content--spacing-vertical));
    margin-bottom: calc(2 * var(--content--spacing-vertical))
}

.wp-block-rss:not(.is-grid)>li:first-child {
    margin-top: 0
}

.wp-block-rss:not(.is-grid)>li:last-child {
    margin-bottom: 0
}

.wp-block-rss.is-grid>li {
    margin-bottom: var(--content--spacing-vertical)
}

.wp-block-rss.is-grid>li:last-child {
    margin-bottom: 0
}

.wp-block-rss.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1),
.wp-block-rss.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1)~li,
.wp-block-rss.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1),
.wp-block-rss.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1)~li,
.wp-block-rss.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1),
.wp-block-rss.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1)~li,
.wp-block-rss.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1),
.wp-block-rss.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1)~li,
.wp-block-rss.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1),
.wp-block-rss.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1)~li {
    margin-bottom: 0
}

.wp-block-rss>li>* {
    margin-bottom: var(--content--spacing-vertical)
}

.wp-block-rss .wp-block-rss__item-title>a {
    display: inline-block;
    font-family: var(--heading--font-family);
    font-size: var(--global--font-size-md);
    line-height: var(--global--line-height-heading)
}

.wp-block-rss .wp-block-rss__item-publish-date {
    font-size: var(--global--font-size-xs);
    margin-bottom: 0
}

.wp-block-rss .wp-block-rss__item-author {
    font-size: var(--global--font-size-xs)
}

.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
    justify-content: center
}

.wp-block-search .wp-block-search__label {
    /*  display: block;
    font-weight: 400;
    margin-bottom: calc(var(--content--spacing-vertical) / 3) */
    display: none;
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    max-width: inherit
}

.wp-block-search .wp-block-search__button {
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px
}

.wp-block-search .wp-block-search__button.has-icon svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
    transform: scaleX(-1)
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    position: relative;
    padding: 0;
    border: 0 none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding-right: 100px
}

.wp-block-search.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__input {
    padding-right: 62px
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    position: absolute;
    top: 0;
    right: 0;
    color: inherit;
    height: 100%;
    margin: 0;
    padding: 0 1.25rem;
    background: transparent
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
    width: 62px;
    padding: 0
}

hr.wp-block-separator {
    border-bottom: 1px solid var(--global--color-border);
    opacity: 1
}

hr.wp-block-separator:not(.is-style-dots):not(.alignwide):not(.alignfull) {
    max-width: var(--content--max-width)
}

.has-background hr.wp-block-separator,
[class*=background-color] hr.wp-block-separator,
[style*=background-color] hr.wp-block-separator,
.wp-block-cover[style*=background-image] hr.wp-block-separator {
    border-color: currentColor
}

.wp-block-site-title a {
    text-decoration-color: transparent
}

.has-hover .wp-block-site-title a:hover {
    text-decoration-color: var(--global--color-font)
}

.wp-block-social-link {
    transition: opacity .2s ease
}

.has-hover .wp-block-social-link:hover {
    transform: none;
    opacity: .82
}

.wp-block-spacer {
    display: block;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.wp-block-spacer+* {
    margin-top: 0 !important
}

@media (max-width:1023px) {
    .wp-block-spacer.is-style-heim-max-height-mobile {
        max-height: var(--spacer--max-height-tablet)
    }

    .entry-content .wp-block-spacer.is-style-heim-max-height-mobile:last-child {
        max-height: calc(var(--spacer--max-height-tablet) - var(--content--spacing-vertical))
    }

    .wp-block-spacer.is-style-heim-hide-on-mobile {
        display: none
    }
}

@media (max-width:749px) {
    .wp-block-spacer.is-style-heim-max-height-mobile {
        max-height: var(--spacer--max-height-mobile)
    }

    .entry-content .wp-block-spacer.is-style-heim-max-height-mobile:last-child {
        max-height: calc(var(--spacer--max-height-mobile) - var(--content--spacing-vertical))
    }
}

.wp-block-tag-cloud.alignfull {
    padding-left: var(--page--spacing);
    padding-right: var(--page--spacing)
}

.wp-block-tag-cloud a {
    margin-right: .625rem
}

.wp-block-tag-cloud.is-style-outline {
    font-size: var(--global--font-size-sm)
}

.wp-block-tag-cloud.is-style-outline a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: max(42px, 2.625em);
    margin: 0;
    padding: 0 1.75em;
    border-color: var(--label-buttons--border-color);
    border-radius: 50px;
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

.has-hover .wp-block-tag-cloud.is-style-outline a:hover {
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

.wp-block-tag-cloud span {
    opacity: .5
}

.wp-block-video figcaption {
    font-size: var(--global--font-size-xs);
    margin-top: calc(0.5 * var(--content--spacing-vertical));
    margin-bottom: calc(0.5 * var(--content--spacing-vertical));
    text-align: center
}

@charset "UTF-8";

:root {
    --products--gap: 30px;
    --filters--aside-panel-width: 420px;
    --filters--padding-bottom: 68px;
    --product--width-mobile: 576px;
    --product-gallery--thumbnails-width: 94px;
    --product-gallery--thumbnails-spacing: 20px;
    --product-gallery--thumbnails-spacing-mobile: 11px;
    --product-gallery--thumbnails-offset: calc(var(--product-gallery--thumbnails-spacing) * 2);
    --product-gallery--thumbnails-total-width: calc(var(--product-gallery--thumbnails-width) + var(--product-gallery--thumbnails-offset));
    --product-summary--spacing: 80px;
    --login-register--max-width-desktop: 540px;
    --login-register--max-width-mobile: 460px;
    --login-register--spacing-bottom: 100px;
    --login-register--spacing-bottom-mobile: 58px;
    --myaccount--menu-width: max(216px, 20%);
    --checkout-block--totals-padding: 30px
}

:root,
[data-color-mode] {
    --price-slider--border-color: var(--global--color-font);
    --price-slider--background-color: var(--global--color-body)
}

@media (max-width:1440px) {
    :root {
        --product-gallery--thumbnails-offset: var(--product-gallery--thumbnails-spacing);
        --product-summary--spacing: 60px
    }
}

@media (max-width:1280px) {
    :root {
        --product-gallery--thumbnails-width: max(74px, 6.7vw)
    }
}

@media (max-width:749px) {
    :root {
        --products--gap: 20px
    }
}

.woocommerce-store-notice.demo_store {
    position: relative;
    top: 0;
    z-index: 1001;
    display: block !important;
    width: auto;
    box-sizing: border-box;
    font-size: calc(var(--header--font-size) - 1px);
    color: var(--global--color-font);
    padding: .813em var(--page--spacing);
    white-space: normal;
    text-align: center;
    box-shadow: none;
    background-color: var(--global--color-body-contrast)
}

.admin-bar p.woocommerce-store-notice {
    top: 0
}

.woocommerce-store-notice__dismiss-link {
    display: none
}

@media (max-width:1025px) {
    .woocommerce-store-notice.demo_store {
        font-size: .875rem;
        line-height: 1.6
    }
}

@media (max-width:749px) {
    .woocommerce-store-notice.demo_store {
        font-size: .833rem;
        padding-top: .688em;
        padding-bottom: .688em
    }
}

.woocommerce-notice,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: .625rem;
    line-height: 1.6;
    color: var(--global--color-font);
    width: 100%;
    margin: 0 0 2rem;
    padding: 1rem 1.5rem 1rem 3.375rem;
    border-top: 0 none;
    border-radius: var(--inputs--border-radius);
    background-color: var(--global--color-body-contrast)
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message {
    flex-direction: column
}

.woocommerce-notice--success,
.woocommerce-message {
    color: #fff;
    background-color: #49ab6d
}

.woocommerce-notice--info,
.woocommerce-info {
    color: var(--global--color-font);
    background-color: var(--global--color-body-contrast)
}

.woocommerce-notice--error,
.woocommerce-error {
    color: #fff;
    background-color: #ab4949
}

.woocommerce-notice:before,
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    position: absolute;
    top: 1.125rem;
    left: 1.5rem;
    display: inline-block;
    font-family: 'heim-icons';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    color: inherit;
    content: "\e918"
}

.woocommerce-notice--error:before,
.woocommerce-error:before {
    content: "\e916"
}

.woocommerce-notice--success:before,
.woocommerce-message:before {
    content: "\e917"
}

.woocommerce-notice a,
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: inherit
}

@media (hover:hover) {

    .woocommerce-notice a:not(:hover),
    .woocommerce-error a:not(:hover),
    .woocommerce-info a:not(:hover),
    .woocommerce-message a:not(:hover) {
        text-decoration-color: inherit
    }
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    order: 10;
    font-size: inherit;
    color: inherit;
    height: auto;
    min-height: 0;
    margin-left: auto;
    padding: 0;
    text-decoration: underline solid currentColor;
    transition: text-decoration .3s ease;
    background-color: transparent
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
    color: inherit;
    text-decoration: underline solid transparent;
    opacity: 1;
    background-color: transparent
}

@media (max-width:1025px) {

    .woocommerce-notice,
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        font-size: .938rem;
        padding-right: 1rem;
        padding-left: 2.875rem
    }

    .woocommerce-notice:before,
    .woocommerce-error:before,
    .woocommerce-info:before,
    .woocommerce-message:before {
        left: 1rem
    }

    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button {
        display: none
    }
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--buttons--font-size);
    font-weight: 400;
    line-height: var(--buttons--line-height);
    color: var(--buttons--font-color);
    height: var(--buttons--height);
    padding: var(--buttons--padding);
    border: 1px solid transparent;
    border-radius: var(--buttons--border-radius);
    cursor: pointer;
    background-color: var(--buttons--background-color)
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: var(--buttons--font-color);
    opacity: var(--buttons--hover-opacity);
    background-color: var(--buttons--background-color)
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: var(--buttons--font-color);
    background-color: var(--buttons--background-color)
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: var(--buttons--font-color);
    background-color: var(--buttons--background-color)
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: var(--buttons--font-color);
    opacity: .82;
    padding: var(--buttons--padding)
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: var(--buttons--font-color);
    background-color: var(--buttons--background-color)
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    color: var(--buttons--font-color);
    background-color: var(--buttons--background-color)
}

.woocommerce .quantity {
    position: relative;
    display: flex;
    padding: .375rem;
    border: 1px solid var(--label-buttons--border-color);
    border-radius: var(--buttons--border-radius);
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

.woocommerce .quantity:has(.qty:focus),
.woocommerce .quantity:hover {
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

.woocommerce .quantity .qty {
    width: 2.375rem;
    height: 2rem;
    padding: 0;
    background-color: transparent
}

button.heim-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'heim-icons';
    font-size: 0;
    line-height: 1;
    font-weight: 400;
    color: var(--global--color-font);
    width: 2rem;
    height: 2rem;
    min-height: 0;
    padding: 0;
    border: 1px solid transparent;
    transition: background-color 0.2s ease;
    background-color: var(--label-buttons--background-color)
}

.woocommerce .quantity .qty[type="hidden"]+button.heim-qty-plus:after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 10;
    content: " ";
    pointer-events: none;
    background-color: var(--global--color-body)
}

button.heim-qty:hover {
    opacity: 1;
    background-color: var(--inputs--focus-color)
}

button.heim-qty:after {
    font-size: 1.125rem
}

button.heim-qty.heim-qty-minus:after {
    content: "\e91b"
}

button.heim-qty.heim-qty-plus:after {
    content: "\e919"
}

.woocommerce.archive #primary {
    padding-right: var(--page--spacing);
    padding-left: var(--page--spacing)
}

.woocommerce.archive #main {
    max-width: var(--page--max-width);
    margin-left: auto;
    margin-right: auto
}

.woocommerce-products-header {
    margin-top: 1.25rem;
    margin-bottom: 3.125rem
}

.post-type-archive-product:not(.search-results) .woocommerce-products-header {
    display: none
}

.woocommerce-products-header__title {
    padding: 0;
    text-align: center
}

.woocommerce-products-header .term-description {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    text-align: left
}

.woocommerce-products-header .woocommerce-products-header__title+.term-description {
    margin-top: 1.875rem
}

@media (max-width:1025px) {
    .woocommerce-products-header {
        margin-top: 1.125rem;
        margin-bottom: 2.5rem
    }

    .woocommerce-products-header .woocommerce-products-header__title+.term-description {
        margin-top: 1.25rem
    }
}

.woocommerce-no-products-found {
    margin-top: 26px;
    margin-bottom: 60px
}

.heim-shop-toolbar {
    display: flex;
    align-items: flex-end;
    column-gap: 1.25rem;
    margin-top: 26px;
    margin-bottom: 40px
}

@media (min-width:1024px) {
    .heim-shop-toolbar.has-filters-sidebar {
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        margin-top: 20px;
        margin-bottom: 30px
    }
}

@media (max-width:1023px) {
    .heim-shop-toolbar {
        margin-top: 16px;
        margin-bottom: 30px
    }
}

#heim-shop-toolbar-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    column-gap: .625rem
}

@media (min-width:1024px) {
    .heim-shop-toolbar.has-filters-sidebar #heim-shop-toolbar-buttons {
        flex-wrap: nowrap;
        flex-direction: row-reverse
    }
}

#heim-shop-toolbar-buttons li {
    display: block;
    margin-bottom: .625rem
}

#heim-shop-toolbar-buttons li.is-placeholder {
    display: none
}

#heim-shop-toolbar-buttons li:not(.is-placeholder) .heim-shop-toolbar-button {
    cursor: pointer
}

#heim-shop-toolbar-buttons li.is-hidden .heim-shop-toolbar-button {
    pointer-events: none;
    color: rgba(40, 40, 40, .6)
}

.no-filters-toggle #heim-shop-toolbar-buttons li.is-hidden {
    display: none
}

#heim-shop-active-filters .wc-block-active-filters__list .wc-block-active-filters__clear-all,
.woocommerce-ordering,
#heim-shop-toolbar-buttons .heim-shop-toolbar-button {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    font-size: var(--label-buttons--font-size);
    font-weight: 400;
    line-height: var(--label-buttons--line-height);
    color: var(--global--color-font);
    height: auto;
    min-height: var(--label-buttons--height);
    padding: var(--label-buttons--padding);
    text-decoration: none;
    border: 1px solid var(--label-buttons--border-color);
    border-radius: 5em;
    user-select: none;
    transition: border-color 0.2s ease, background 0.2s ease;
    background-color: var(--label-buttons--background-color)
}

#heim-shop-active-filters .wc-block-active-filters__list .wc-block-active-filters__clear-all:hover,
#heim-shop-toolbar-buttons .heim-shop-toolbar-button:hover {
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

@media (max-width:1023px) {
    #heim-shop-toolbar-buttons li.heim-shop-toolbar-button-widget {
        display: none
    }
}

@media (max-width:640px) {

    .heim-shop-toolbar.has-filters-sidebar #heim-shop-toolbar-buttons,
    .heim-shop-toolbar.has-filters-aside #heim-shop-toolbar-buttons {
        flex-wrap: nowrap;
        flex-direction: row-reverse
    }
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none;
    margin: 0
}

.woocommerce-ordering {
    position: relative
}

.woocommerce-ordering:before {
    content: attr(data-select-label);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.heim-shop-toolbar.has-filters-aside .woocommerce-ordering:before {
    content: var(--products--ordering-label);
    max-width: none
}

.woocommerce-ordering:hover,
.heim-shop-toolbar.has-filters-aside .woocommerce-ordering.is-active {
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

.woocommerce-ordering i {
    font-size: 18px;
    line-height: 1;
    margin-right: -10px;
    margin-left: 7px
}

.woocommerce-ordering select {
    opacity: 0 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 5em;
    border: 0 none;
    cursor: pointer;
    background: var(--global--color-body)
}

@media (max-width:640px) {

    .heim-shop-toolbar.has-filters-sidebar #heim-shop-toolbar-buttons li.heim-shop-toolbar-button-ordering,
    .heim-shop-toolbar.has-filters-aside #heim-shop-toolbar-buttons li.heim-shop-toolbar-button-ordering {
        margin-right: 0;
        margin-left: auto
    }

    .heim-shop-toolbar.has-filters-sidebar .woocommerce-ordering.is-active {
        border-color: var(--label-buttons--border-contrast-color);
        background-color: var(--label-buttons--background-contrast-color)
    }

    .heim-shop-toolbar.has-filters-sidebar .woocommerce-ordering:before,
    .heim-shop-toolbar.has-filters-aside .woocommerce-ordering:before {
        content: var(--products--ordering-label)
    }
}

.heim-shop-toolbar:not(.desktop-aside-panel-button) #heim-shop-toolbar-buttons .heim-shop-toolbar-button-aside-panel,
#heim-shop-toolbar-buttons .heim-shop-toolbar-button-sidebar {
    display: none
}

#heim-shop-sidebar-button:after,
#heim-shop-aside-panel-button:after {
    font-family: 'heim-icons';
    font-size: 19px;
    line-height: 1;
    font-weight: 400;
    font-variant: normal;
    content: "\e904";
    margin-left: 11px;
    margin-right: -2px
}

@media (max-width:1023px) {

    .heim-shop-toolbar:not(.desktop-aside-panel-button) #heim-shop-toolbar-buttons .heim-shop-toolbar-button-aside-panel,
    #heim-shop-toolbar-buttons .heim-shop-toolbar-button-sidebar {
        display: inline
    }
}

.heim-shop-toolbar .woocommerce-result-count {
    font-size: var(--label-buttons--font-size);
    margin: 0 0 1.125rem auto
}

@media (max-width:640px) {
    .heim-shop-toolbar .woocommerce-result-count {
        display: none
    }
}

#heim-shop-active-filters .wc-block-active-filters {
    margin-top: -22px;
    margin-bottom: 40px;
    padding-top: 28px;
    border-top: 1px solid var(--global--color-border)
}

#heim-shop-active-filters .wc-block-active-filters__list {
    display: flex;
    flex-wrap: wrap
}

#heim-shop-active-filters .wc-block-active-filters__list .wc-block-active-filters__clear-all,
#heim-shop-active-filters .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
    margin: 0 .625rem .625rem 0
}

#heim-shop-active-filters .wc-block-active-filters__clear-all {
    display: none
}

#heim-shop-active-filters .wc-block-active-filters__list .wc-block-active-filters__clear-all {
    display: flex;
    order: 1000;
    font-size: .813rem;
    opacity: 1;
    text-decoration: line-through;
    text-decoration-color: transparent;
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color);
    transition: text-decoration-color .3s ease
}

#heim-shop-active-filters .wc-block-active-filters__list .wc-block-active-filters__clear-all:hover {
    text-decoration-color: var(--global--color-font)
}

@media (min-width:1024px) {
    .heim-shop-sidebar-wrapper #heim-shop-active-filters .wc-block-active-filters {
        margin-top: 0;
        margin-bottom: 30px;
        padding-top: 0;
        border-top: 0 none
    }

    .has-filters-toggle+.heim-shop-wrapper #heim-shop-active-filters .wc-block-active-filters {
        margin-bottom: 20px
    }
}

#aside-panel-shop-filters {
    max-width: var(--filters--aside-panel-width)
}

.shop-filters-open #aside-panel-shop-filters {
    transform: translateX(0)
}

.heim-shop-wrapper {
    display: flex;
    flex-direction: row
}

.heim-shop-sidebar-wrapper {
    flex: 1.58;
    min-width: 250px;
    margin-bottom: 3.75rem;
    padding-right: clamp(40px, 4.3vw, 58px)
}

.heim-shop-sidebar .aside-panel-close {
    display: none
}

.heim-shop-catalog {
    flex: 6.42
}

@media (max-width:1023px) {
    .heim-shop-wrapper {
        flex-direction: column
    }

    .heim-shop-sidebar-wrapper {
        flex: auto;
        min-width: 0;
        margin-bottom: 0;
        padding-right: 0
    }

    .heim-shop-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        right: auto;
        z-index: 1002;
        width: calc(100% - var(--page--spacing));
        max-width: var(--filters--aside-panel-width);
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scrollbar-width: thin;
        backface-visibility: hidden;
        transform: translateX(-100%);
        transition: transform .4s ease;
        background-color: var(--global--color-body)
    }

    .shop-sidebar-open .heim-shop-sidebar {
        transform: translateX(0)
    }

    .heim-shop-sidebar .aside-panel-close {
        display: block
    }
}

.shop-filters {
    border-top: 1px solid var(--aside--border-color)
}

.shop-filters>.widget {
    font-size: .938rem;
    margin-top: 30px;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--aside--border-color)
}

.shop-filters>.widget>.wp-block-group:first-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 0
}

.shop-filters:not(.has-toggle)>.widget .stay-hidden,
.shop-filters:not(.has-toggle)>.widget [hidden]:not(li) {
    visibility: hidden;
    pointer-events: none;
    position: relative;
    z-index: 100;
    display: block;
    height: 1px;
    margin-top: -68px;
    overflow: hidden;
    background-color: var(--global--color-body)
}

.shop-filters>.widget :is(h1, h2, h3, h4, h5, h6):first-child,
.shop-filters>.widget>*>*>:is(h1, h2, h3, h4, h5, h6):first-child,
.shop-filters>.widget>*>:is(h1, h2, h3, h4, h5, h6):first-child {
    display: block;
    font-size: 18px;
    margin-bottom: 24px
}

@media (max-width:1025px) {

    .shop-filters>.widget :is(h1, h2, h3, h4, h5, h6):first-child,
    .shop-filters>.widget>*>*>:is(h1, h2, h3, h4, h5, h6):first-child,
    .shop-filters>.widget>*>:is(h1, h2, h3, h4, h5, h6):first-child {
        font-size: 16px
    }
}

#aside-panel-shop-filters .shop-filters {
    padding-bottom: var(--filters--padding-bottom)
}

#aside-panel-shop-filters .shop-filters>.widget {
    padding-left: var(--modal--spacing);
    padding-right: var(--modal--spacing)
}

@media (max-width:1023px) {
    .heim-shop-sidebar .shop-filters {
        padding-bottom: var(--filters--padding-bottom)
    }

    .heim-shop-sidebar .shop-filters>.widget {
        padding-left: var(--modal--spacing);
        padding-right: var(--modal--spacing)
    }
}

.shop-filters.has-toggle>.widget {
    position: relative;
    margin-top: 0;
    padding-bottom: 0
}

.shop-filters.has-toggle>.widget>* {
    padding-bottom: 30px
}

.shop-filters.has-toggle>.widget>*:not(.no-toggle) {
    display: block;
    height: auto;
    max-height: 69px;
    overflow: hidden;
    transition: max-height .4s ease
}

.shop-filters.has-toggle>.widget>*.no-toggle {
    padding-top: 26px
}

.shop-filters.has-toggle>.widget.is-open>*:not(.no-toggle) {
    max-height: 1000px;
    transition-duration: .8s
}

.shop-filters.has-toggle>.widget.no-anim>*:not(.no-toggle) {
    transition-duration: 0s !important
}

.shop-filters.has-toggle>.widget .stay-hidden,
.shop-filters.has-toggle>.widget [hidden] {
    display: block;
    pointer-events: none;
    opacity: .4
}

.shop-filters.has-toggle>.widget .no-toggle .stay-hidden,
.shop-filters.has-toggle>.widget .no-toggle [hidden],
.shop-filters.has-toggle>.widget.is-open .stay-hidden,
.shop-filters.has-toggle>.widget.is-open [hidden] {
    margin-bottom: -30px
}

.shop-filters.has-toggle>.widget .stay-hidden .is-loading,
.shop-filters.has-toggle>.widget [hidden] .is-loading {
    display: none
}

.shop-filters.has-toggle>.widget>*:not(.no-toggle)>*>:is(h1, h2, h3, h4, h5, h6):first-child,
.shop-filters.has-toggle>.widget>*:not(.no-toggle)>:is(h1, h2, h3, h4, h5, h6):first-child {
    position: relative;
    margin-bottom: 0;
    padding: 20px 26px 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
    text-decoration: underline solid transparent;
    text-decoration-thickness: 1px;
    margin-bottom: 0;
    cursor: pointer;
    transition: text-decoration .3s ease
}

@media (hover:hover) {

    .shop-filters.has-toggle>.widget>*:not(.no-toggle)>*>:is(h1, h2, h3, h4, h5, h6):first-child:hover,
    .shop-filters.has-toggle>.widget>*:not(.no-toggle)>:is(h1, h2, h3, h4, h5, h6):first-child:hover {
        text-decoration-color: var(--global--color-font)
    }
}

.shop-filters.has-toggle>.widget>*:not(.no-toggle)>*>:is(h1, h2, h3, h4, h5, h6):first-child:before,
.shop-filters.has-toggle>.widget>*:not(.no-toggle)>:is(h1, h2, h3, h4, h5, h6):first-child:before {
    position: absolute;
    top: 26px;
    right: 0;
    pointer-events: none;
    font-size: 1rem;
    font-family: 'heim-icons';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    content: "\e90b";
    transition: transform .2s ease
}

.shop-filters.has-toggle>.widget.is-open>*:not(.no-toggle)>*:not([hidden])>:is(h1, h2, h3, h4, h5, h6):first-child:before,
.shop-filters.has-toggle>.widget.is-open>*:not(.no-toggle)>:is(h1, h2, h3, h4, h5, h6):first-child:before {
    transform: rotate(180deg)
}

.shop-filters.has-toggle>.widget.is-active>*:not(.no-toggle)>*>:is(h1, h2, h3, h4, h5, h6):first-child:after,
.shop-filters.has-toggle>.widget.is-active>*:not(.no-toggle)>:is(h1, h2, h3, h4, h5, h6):first-child:after {
    display: inline-block;
    content: " ";
    width: 6px;
    height: 6px;
    margin-left: 6px;
    vertical-align: text-top;
    border-radius: 50%;
    background-color: var(--global--color-highlight)
}

@media (max-width:1025px) {
    .shop-filters.has-toggle>.widget>*:not(.no-toggle) {
        max-height: 66px
    }
}

.shop-filters.has-toggle>.widget>.widget_shopping_cart_content,
.shop-filters.has-toggle>.widget>.product_list_widget {
    max-height: none;
    overflow: visible;
    transition: none
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px var(--products--gap);
    width: calc(100% + var(--products--gap));
    margin: 0 0 28px
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    display: none
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
    width: calc(50% - var(--products--gap));
    margin: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    width: calc(100% - var(--products--gap))
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block
}

@media (min-width:750px) {

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: calc(33.33% - var(--products--gap))
    }

    .woocommerce ul.products.columns-1 li.product,
    .woocommerce-page ul.products.columns-1 li.product {
        width: calc(100% - var(--products--gap))
    }

    .woocommerce ul.products.columns-2 li.product,
    .woocommerce-page ul.products.columns-2 li.product {
        width: calc(50% - var(--products--gap))
    }
}

@media (min-width:1024px) {

    .woocommerce ul.products.columns-1 li.product,
    .woocommerce-page ul.products.columns-1 li.product {
        width: calc(100% - var(--products--gap))
    }

    .woocommerce ul.products.columns-2 li.product,
    .woocommerce-page ul.products.columns-2 li.product {
        width: calc(50% - var(--products--gap))
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: calc(33.33% - var(--products--gap))
    }

    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
        width: calc(25% - var(--products--gap))
    }

    .woocommerce ul.products.columns-5 li.product,
    .woocommerce-page ul.products.columns-5 li.product {
        width: calc(20% - var(--products--gap))
    }

    .woocommerce ul.products.columns-6 li.product,
    .woocommerce-page ul.products.columns-6 li.product {
        width: calc(16.66% - var(--products--gap))
    }
}

@media (max-width:1025px) {

    .woocommerce .products ul,
    .woocommerce ul.products {
        row-gap: 34px;
        margin-bottom: 50px
    }
}

.heim-woocommerce-loop-product-thumbnail {
    position: relative
}

.woocommerce ul.products li.product a img {
    margin: 0 0 1.5rem;
    transition: opacity .3s ease
}

.woocommerce.heim-no-touch ul.products li.product a:hover img:first-of-type {
    opacity: .9
}

@media (max-width:1080px) {
    .woocommerce ul.products li.product a img {
        margin-bottom: .75rem
    }
}

.woocommerce ul.products li.product a img:first-of-type+img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
    opacity: 0;
    transition: opacity .4s ease
}

.woocommerce.heim-no-touch ul.products li.product a:hover img:first-of-type+img {
    opacity: 1
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.44;
    margin: 0;
    padding: 0;
    text-decoration: underline solid transparent;
    transition: text-decoration-color .3s ease
}

@media (hover:hover) {

    .woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
    .woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
    .woocommerce ul.products li.product h3:hover {
        text-decoration-color: var(--global--color-font)
    }
}

@media (max-width:1080px) {

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 1rem;
        line-height: 1.53
    }
}

.woocommerce .star-rating {
    font-family: 'heim-icons';
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    width: 4.313rem;
    height: 1.125rem
}

.woocommerce .star-rating:before {
    content: "\e913\e913\e913\e913\e913";
    color: inherit;
    opacity: .3
}

.woocommerce .star-rating span:before {
    content: "\e913\e913\e913\e913\e913"
}

.woocommerce .products .star-rating {
    margin: .25rem 0 .125rem
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857rem
}

.woocommerce ul.products li.product .price {
    font-size: .875rem;
    font-weight: 400;
    color: inherit;
    display: block;
    margin-bottom: 0
}

.woocommerce ul.products li.product .price ins {
    font-weight: 400;
    text-decoration: none
}

.wc-block-featured-product__price .onsale,
.wc-block-grid .onsale,
.woocommerce span.onsale {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
    line-height: 1.333333;
    font-weight: 400;
    color: var(--global--color-highlight);
    height: 1.188rem;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0 .438rem;
    text-transform: lowercase;
    text-align: center;
    border: 1px solid;
    border-radius: 2rem;
    background-color: transparent
}

.woocommerce ul.products li.product .onsale {
    top: -1px;
    margin-left: .375rem
}

.woocommerce ul.products li.product .button {
    color: inherit;
    height: auto;
    margin-top: .625rem;
    padding: 0;
    text-decoration: underline solid var(--global--color-font);
    background-color: transparent
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: 50%;
    right: -1.75rem;
    z-index: 100;
    font-family: inherit;
    content: " ";
    width: 1rem;
    height: 1rem;
    margin: -.5rem 0 0;
    border-width: var(--spinner--border-width);
    border-style: solid;
    border-color: var(--global--color-font) var(--global--color-font) var(--global--color-body) var(--global--color-body);
    border-radius: 2rem;
    transform: translateZ(0);
    -webkit-animation: heimSpin 0.6s infinite linear;
    animation: heimSpin 0.6s infinite linear
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    position: absolute;
    right: -1.625rem;
    font-size: .875rem;
    margin-left: 0;
    animation: heimHide 0s ease-in .5s;
    animation-fill-mode: forwards
}

.woocommerce ul.products li.product a.added_to_cart,
.woocommerce .woocommerce ul.products li.product a.added_to_cart {
    display: none
}

@media (min-width:1026px) {
    .woocommerce ul.products li.product .button {
        opacity: 0;
        transform: translateY(10px);
        transition: transform .3s ease, opacity .3s ease, text-decoration-color .3s ease
    }

    .woocommerce ul.products li.product .button:hover {
        opacity: 1;
        text-decoration-color: transparent
    }

    .woocommerce ul.products li.product:hover .button {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:1025px) {
    .woocommerce:not(.product-button-mobile) ul.products li.product .button {
        display: none
    }

    .woocommerce.product-button-mobile ul.products li.product .button {
        opacity: 1;
        transform: none
    }
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce .woocommerce ul.products li.product .woocommerce-loop-category__title {
    margin-bottom: 35px
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .count,
.woocommerce .woocommerce ul.products li.product .woocommerce-loop-category__title .count {
    display: inline-block;
    font-size: .75rem;
    line-height: 1;
    vertical-align: text-top;
    opacity: .5;
    background-color: transparent
}

@media (max-width:1025px) {

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce .woocommerce ul.products li.product .woocommerce-loop-category__title {
        margin-bottom: 0
    }
}

.woocommerce nav.woocommerce-pagination {
    margin-top: -9px;
    margin-bottom: 48px
}

.woocommerce.shop-ajax-pagination nav.woocommerce-pagination {
    display: none
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 0;
    border: 0 none
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0 none
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 400;
    min-width: 2.375rem;
    min-height: 2.375rem;
    margin: 0 .125rem .25rem;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: border .2s ease, text-decoration .3s ease
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.has-hover .woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: currentColor;
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev,
nav.woocommerce-pagination ul.page-numbers li .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next {
    display: none
}

@media (max-width:1025px) {
    .woocommerce nav.woocommerce-pagination {
        margin-top: -4px;
        margin-bottom: 40px
    }
}

#heim-woocommerce-ajax-pagination {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -6px;
    margin-bottom: 70px
}

#heim-woocommerce-ajax-pagination.is-loading:after {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 100;
    display: block;
    font-family: inherit;
    content: " ";
    width: 1rem;
    height: 1rem;
    margin-left: -.5rem;
    border-width: var(--spinner--border-width);
    border-style: solid;
    border-color: var(--global--color-font) var(--global--color-font) var(--global--color-body) var(--global--color-body);
    border-radius: 2rem;
    transform: translateZ(0);
    -webkit-animation: heimSpin 0.6s infinite linear;
    animation: heimSpin 0.6s infinite linear
}

#heim-woocommerce-ajax-pagination .woocommerce-result-count {
    float: none;
    display: block;
    font-size: 14px;
    margin: 0
}

#heim-woocommerce-ajax-pagination button {
    font-size: var(--label-buttons--font-size);
    margin-top: 14px;
    padding: 0 64px 1px
}

#heim-woocommerce-ajax-pagination.is-loading button {
    pointer-events: none;
    visibility: hidden
}

#heim-woocommerce-ajax-pagination.is-last-page button {
    display: none
}

@media (max-width:1025px) {
    #heim-woocommerce-ajax-pagination {
        margin-top: -2px;
        margin-bottom: 50px
    }
}

.post-type-archive-product.search-no-results .woocommerce-products-header {
    display: block
}

.woocommerce-info.woocommerce-no-products-found {
    color: var(--global--color-font);
    background-color: var(--global--color-body-contrast);
    margin-top: 26px;
    margin-bottom: 70px
}

@media (max-width:1025px) {
    .woocommerce-info.woocommerce-no-products-found {
        margin-bottom: 54px
    }
}

@media (max-width:460px) {
    .woocommerce-info.woocommerce-no-products-found {
        margin-top: 16px
    }
}

.woocommerce.single-product #primary {
    padding-right: var(--page--spacing);
    padding-left: var(--page--spacing)
}

.woocommerce.single-product #main {
    max-width: var(--page--max-width);
    margin-left: auto;
    margin-right: auto
}

.woocommerce div.product {
    margin-top: 20px
}

@media (max-width:1023px) {
    .woocommerce div.product {
        margin-top: 0
    }
}

@media (max-width:1023px) {

    .single-product .woocommerce-error,
    .single-product .woocommerce-info,
    .single-product .woocommerce-message {
        margin-bottom: var(--page--spacing)
    }
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
    font-size: .875rem;
    color: var(--global--color-font);
    margin: 0;
    padding: 1.5rem 0;
    opacity: 1;
    text-align: center;
    border-top: 1px solid var(--global--color-border)
}

.woocommerce .woocommerce-breadcrumb>em {
    margin-left: .25rem;
    margin-right: .313rem
}

.woocommerce .woocommerce-breadcrumb>em:last-of-type,
.woocommerce .woocommerce-breadcrumb>span:last-child {
    opacity: .5
}

.woocommerce .woocommerce-breadcrumb a {
    color: inherit;
    text-decoration-color: transparent
}

@media (hover:hover) {
    .woocommerce .woocommerce-breadcrumb a:hover {
        text-decoration-color: var(--global--color-font)
    }
}

@media (max-width:1023px) {
    .single-product #main>.woocommerce-breadcrumb {
        display: flex;
        justify-content: center
    }
}

@media (max-width:540px) {

    .woocommerce .woocommerce-breadcrumb>em:last-of-type,
    .woocommerce .woocommerce-breadcrumb>span:last-child {
        display: none
    }
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: calc(54% - var(--product-gallery--thumbnails-total-width));
    margin-left: var(--product-gallery--thumbnails-total-width);
    margin-bottom: 0
}

.woocommerce div.product div.images:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: " ";
    left: calc(-1 * var(--product-gallery--thumbnails-total-width));
    width: var(--product-gallery--thumbnails-total-width)
}

.woocommerce div.product div.images .woocommerce-product-gallery__image>a {
    cursor: zoom-in
}

@media (max-width:1080px) {

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 54%;
        margin-left: 0
    }
}

@media (max-width:1023px) {

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        float: none;
        width: auto;
        margin-left: calc(-1 * var(--page--spacing));
        margin-right: calc(-1 * var(--page--spacing));
        padding: 0 calc(50vw - (var(--product--width-mobile) / 2))
    }

    .woocommerce div.product div.images:after {
        display: none
    }
}

@media (max-width:616px) {

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        padding-left: var(--page--spacing);
        padding-right: var(--page--spacing)
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none
}

.woocommerce div.product div.images .flex-direction-nav {
    position: absolute;
    top: calc(50% - 23px);
    right: 0;
    left: 0;
    display: flex;
    height: 0 !important;
    padding: 0 var(--modal--spacing);
    opacity: 0;
    transition: opacity .2s ease
}

.woocommerce div.product div.images:hover .flex-direction-nav {
    opacity: 1
}

.woocommerce div.product div.images .flex-nav-prev,
.woocommerce div.product div.images .flex-nav-next {
    list-style: none
}

.woocommerce div.product div.images .flex-nav-next {
    margin-left: auto
}

.woocommerce div.product div.images .flex-nav-prev a,
.woocommerce div.product div.images .flex-nav-next a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: var(--global--color-font);
    width: 36px;
    height: 36px;
    text-decoration: none;
    border-radius: 50%;
    transition: opacity .2s ease;
    background-color: var(--global--color-font-contrast-opacity-50)
}

@media (min-width:1026px) {
    .woocommerce div.product div.images .flex-direction-nav {
        margin-top: 0 !important
    }
}

@media (max-width:1023px) {
    .woocommerce div.product div.images .flex-direction-nav {
        margin-top: -68px;
        padding: 0 var(--page--spacing);
        opacity: 1
    }

    .woocommerce div.product div.images .flex-nav-prev a,
    .woocommerce div.product div.images .flex-nav-next a {
        background-color: var(--global--color-body-contrast-2)
    }
}

@media (max-width:749px) {
    .woocommerce div.product div.images .flex-direction-nav {
        opacity: 0;
        right: max(var(--page--spacing), calc((100% - var(--product--width-mobile)) / 2));
        left: max(var(--page--spacing), calc((100% - var(--product--width-mobile)) / 2));
        padding-left: calc(1.5 * var(--page--spacing));
        padding-right: calc(1.5 * var(--page--spacing))
    }

    .woocommerce div.product div.images .flex-nav-prev a,
    .woocommerce div.product div.images .flex-nav-next a {
        font-size: 18px;
        width: 32px;
        height: 32px;
        background-color: var(--global--color-font-contrast-opacity-50)
    }
}

@media (max-width:460px) {
    .woocommerce div.product div.images .flex-direction-nav {
        padding-left: calc(var(--page--spacing));
        padding-right: calc(var(--page--spacing))
    }
}

.woocommerce div.product div.images .flex-control-thumbs {
    position: absolute;
    top: 0;
    left: calc(-1 * var(--product-gallery--thumbnails-total-width));
    bottom: 0;
    z-index: 10;
    width: var(--product-gallery--thumbnails-width);
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {
    display: none
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: none;
    margin-bottom: var(--product-gallery--thumbnails-spacing)
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
    margin-bottom: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
    border: 1px solid transparent;
    transition: border .2s ease
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border-color: var(--global--color-font)
}

@media (max-width:1080px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        top: auto;
        bottom: var(--modal--spacing);
        left: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        overflow: visible;
        padding: 8px 14px;
        transform: translateX(-50%);
        border-radius: var(--buttons--border-radius);
        background-color: var(--global--color-font-contrast-opacity-50)
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: auto;
        margin: 0
    }

    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        overflow: hidden;
        opacity: .4;
        filter: none;
        margin: 0;
        padding: 6px 6px 0 0;
        border: 5px solid transparent;
        border-radius: 50%;
        transition: opacity .48s ease;
        background-color: var(--global--color-font);
        background-clip: padding-box
    }

    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
    .woocommerce div.product div.images .flex-control-thumbs li img:hover {
        border-color: transparent
    }
}

.pswp .pswp__bg,
.pswp .pswp__img--placeholder--blank {
    background: var(--global--color-body)
}

.pswp .pswp__top-bar {
    background-color: transparent
}

.pswp .pswp__top-bar .pswp__counter {
    top: calc(var(--page--spacing) + 10px);
    left: calc(var(--page--spacing) + 10px);
    font-size: 18px;
    line-height: 1;
    color: var(--global--color-font);
    height: auto;
    padding: 0
}

.pswp .pswp__top-bar .pswp__preloader {
    display: none
}

.pswp .pswp__top-bar .pswp__button--close,
.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'heim-icons';
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    font-variant: normal;
    color: var(--global--color-font) !important;
    width: 36px;
    height: 36px;
    opacity: 1;
    transition: opacity .2s ease;
    background-color: var(--global--color-font-contrast-opacity-50) !important
}

.pswp .pswp__top-bar .pswp__button--close {
    position: absolute;
    right: var(--page--spacing);
    top: var(--page--spacing);
    left: auto;
    padding-left: 0;
    padding-right: 0;
    background-image: none !important
}

.pswp .pswp__top-bar .pswp__button--close:before {
    content: "\e909"
}

.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
    margin-top: -18px
}

.pswp.pswp--zoomed-in .pswp__button--arrow--left,
.pswp.pswp--zoomed-in .pswp__button--arrow--right {
    opacity: 0
}

.pswp .pswp__top-bar .pswp__button--close:hover,
.pswp .pswp__button--arrow--left:hover,
.pswp .pswp__button--arrow--right:hover {
    opacity: 1;
    background-color: var(--global--color-font-contrast-opacity-50) !important
}

.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
    position: static;
    top: auto;
    width: auto;
    height: auto;
    background: none
}

.pswp .pswp__button--arrow--left {
    visibility: visible;
    right: auto;
    left: var(--page--spacing)
}

.pswp .pswp__button--arrow--left:before {
    left: auto;
    content: "\e90a"
}

.pswp .pswp__button--arrow--right {
    visibility: visible;
    right: var(--page--spacing);
    left: auto
}

.pswp .pswp__button--arrow--right:before {
    right: auto;
    content: "\e903";
    background: none
}

.pswp img {
    border-radius: 0
}

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

    .pswp .pswp__top-bar .pswp__button--close,
    .pswp .pswp__button--arrow--left,
    .pswp .pswp__button--arrow--right {
        width: 32px;
        height: 32px
    }

    .pswp .pswp__top-bar .pswp__button--close {
        font-size: 20px
    }

    .pswp .pswp__button--arrow--left,
    .pswp .pswp__button--arrow--right {
        font-size: 18px;
        margin-top: -16px
    }
}

@media only screen and (max-width:460px) {
    .pswp .pswp__top-bar .pswp__counter {
        top: var(--page--spacing);
        left: var(--page--spacing);
        font-size: 1rem
    }

    .pswp .pswp__top-bar .pswp__button--close,
    .pswp .pswp__button--arrow--left,
    .pswp .pswp__button--arrow--right {
        width: 30px;
        height: 30px
    }

    .pswp .pswp__top-bar .pswp__button--close {
        margin-top: -7px;
        margin-right: -7px
    }

    .pswp .pswp__button--arrow--left,
    .pswp .pswp__button--arrow--right {
        color: var(--product-fullscreen-gallery--arrows-color) !important;
        width: 14px;
        margin-top: -15px;
        background-color: transparent !important
    }

    .pswp .pswp__top-bar .pswp__button--close:hover,
    .pswp .pswp__button--arrow--left:hover,
    .pswp .pswp__button--arrow--right:hover {
        background-color: transparent !important
    }
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 46%;
    margin-bottom: 0;
    padding-left: var(--product-summary--spacing);
    padding-right: var(--product-gallery--thumbnails-total-width)
}

@media (max-width:1600px) {

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        padding-right: var(--product-summary--spacing)
    }
}

@media (max-width:1280px) {

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        padding-right: calc(var(--product-summary--spacing) - var(--page--spacing))
    }
}

@media (max-width:1080px) {

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        padding-left: var(--page--spacing);
        padding-right: 0
    }
}

@media (max-width:1023px) {

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: none;
        width: auto;
        max-width: var(--product--width-mobile);
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }
}

.woocommerce .summary .woocommerce-breadcrumb {
    display: flex;
    margin: 0 0 1.5rem;
    padding: 0;
    border-top: 0 none;
    opacity: .5;
    text-align: start
}

.woocommerce .summary .woocommerce-breadcrumb>em:last-of-type,
.woocommerce .summary .woocommerce-breadcrumb>span:last-child {
    display: none
}

@media (max-width:1080px) {
    .woocommerce .summary .woocommerce-breadcrumb {
        display: none
    }
}

.woocommerce div.product .product_title {
    font-size: clamp(24px, 2.4vw, 30px);
    line-height: 1.38;
    margin-bottom: 1.25rem
}

@media (max-width:1080px) {
    .woocommerce div.product .product_title {
        margin-top: .75rem
    }
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.375rem
}

.woocommerce .woocommerce-product-rating .star-rating {
    width: 5rem;
    margin: .5rem .375rem 0 0
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
    pointer-events: none;
    opacity: .5;
    font-size: .813rem;
    text-decoration-color: transparent
}

@media (hover:hover) {
    .woocommerce .woocommerce-product-rating .woocommerce-review-link:hover {
        text-decoration-color: var(--global--color-font)
    }
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 1.25em;
    color: inherit;
    margin-bottom: 1.375rem
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 400;
    text-decoration: none
}

.woocommerce div.product div.summary span.onsale {
    top: -.188rem;
    left: auto;
    margin-left: .375rem
}

.woocommerce-product-details__short-description {
    margin-bottom: 2rem
}

.woocommerce-product-details__short-description>* {
    margin-bottom: var(--content--spacing-vertical)
}

.woocommerce-product-details__short-description>*:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-Tabs-panel--description ol:not([class]) li,
.woocommerce .woocommerce-product-details__short-description ol:not([class]) li {
    position: relative;
    list-style: none;
    padding-left: 24px
}

.woocommerce .woocommerce-Tabs-panel--description ol:not([class]) li:before,
.woocommerce .woocommerce-product-details__short-description ol:not([class]) li:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    font-family: 'heim-icons';
    font-size: 1.125rem;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    content: "\e91a"
}

.woocommerce div.product form.cart {
    margin-bottom: 2.5rem
}

.woocommerce div.product form.cart .variations {
    margin-top: -.25rem;
    margin-bottom: 2.5rem
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    display: block;
    line-height: inherit;
    width: 100%;
    padding: 0
}

.woocommerce div.product form.cart .variations tr:not(:first-child) th {
    padding-top: 1rem
}

.woocommerce div.product form.cart .variations label {
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: .25rem
}

.woocommerce div.product form.cart .variations select {
    min-width: 100%;
    margin-right: 0
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important
}

.woocommerce div.product form.cart .woocommerce-variation.single_variation:not(:empty) {
    margin-bottom: 2.5rem
}

.woocommerce div.product form.cart.grouped_form {
    margin-top: 2.375rem
}

.woocommerce div.product form.cart .group_table {
    line-height: 1.5
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid var(--global--color-border)
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 18px;
    padding-right: 0;
    text-align: inherit
}

.woocommerce div.product form.cart .group_table td:last-child {
    padding-right: 0;
    text-align: right
}

.woocommerce div.product form.cart .group_table tr:first-child td {
    border-top: 1px solid var(--global--color-border)
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: 18px;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.woocommerce div.product form.cart.grouped_form .quantity .qty {
    width: 1.875rem;
    height: 1.875rem
}

.woocommerce div.product form.cart.grouped_form .quantity button.heim-qty {
    width: 1.875rem;
    height: 1.875rem
}

.woocommerce div.product form.cart.grouped_form .quantity button.heim-qty:after {
    font-size: 1rem
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 20px;
    padding-left: 20px
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
    text-decoration-color: transparent
}

@media (hover:hover) {
    .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a:hover {
        text-decoration-color: var(--global--color-font)
    }
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price del {
    opacity: .5
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price ins {
    text-decoration: none
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price .stock,
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price .onsale {
    display: none
}

.woocommerce div.product form.cart.grouped_form .button {
    width: 100%;
    margin-top: 24px;
    margin-left: 0
}

.woocommerce div.product .stock {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: var(--label-buttons--line-height);
    color: #49ab6d;
    height: auto;
    min-height: 2.125rem;
    margin-bottom: 0;
    padding: 0 1rem;
    border: 1px solid;
    border-radius: 5rem
}

.woocommerce div.product div.summary>.stock {
    margin-bottom: 2.5rem
}

.woocommerce div.product p.stock {
    font-size: .875rem
}

.woocommerce div.product .out-of-stock {
    color: var(--global--color-highlight)
}

.woocommerce div.product form.cart div.quantity {
    margin: 0
}

.woocommerce div.product.product-type-external form.cart div.quantity,
.woocommerce div.product.sold-individually form.cart div.quantity {
    display: none
}

.woocommerce div.product form.cart .button {
    width: calc(100% - (8.125rem + 5px));
    height: 2.875rem;
    margin-left: 1.125rem
}

.woocommerce div.product.product-type-external form.cart .button,
.woocommerce div.product.sold-individually form.cart .button {
    width: 100%;
    height: 3.125;
    margin-top: .375rem;
    margin-left: 0
}

@media (max-width:460px) {
    .woocommerce div.product form.cart div.quantity {
        float: none;
        margin: 0 0 1rem
    }

    .woocommerce div.product form.cart div.quantity .qty {
        flex: 1
    }

    .woocommerce div.product form.cart .button {
        width: 100%;
        height: 2.875rem;
        margin-left: 0
    }
}

.woocommerce div.product .product_meta {
    font-size: .875rem
}

.woocommerce div.product .product_meta>span {
    display: block;
    margin-bottom: .375rem
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 72px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    float: none;
    width: 20%;
    min-width: 260px;
    margin: 0 0 52px;
    padding: 0
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    color: inherit;
    margin: 0;
    padding: 0;
    border: 0 none;
    border-radius: 0;
    background-color: transparent
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: inherit;
    background: none
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    font-weight: 400;
    padding: 0;
    transition: text-decoration-color .3s ease
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--global--color-font);
    text-decoration: underline solid var(--global--color-font)
}

.woocommerce.has-hover div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    text-decoration-color: transparent
}

.woocommerce div.product .woocommerce-tabs .panel {
    flex: 1;
    float: none;
    width: 80%;
    margin: 0 0 52px auto;
    padding-right: 20%
}

.woocommerce div.product .woocommerce-tabs .panel:not(:first-of-type) {
    position: absolute;
    opacity: 0
}

.woocommerce div.product .woocommerce-tabs .panel:not(:first-of-type)[style=""] {
    position: static;
    opacity: 1
}

.woocommerce div.product .woocommerce-tabs .panel.entry-content>* {
    max-width: none !important
}

.woocommerce div.product .woocommerce-tabs .panel>h2:first-child {
    display: none
}

.woocommerce div.product .woocommerce-tabs .panel>*:nth-child(2) {
    margin-top: 0
}

@media (max-width:1280px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        width: 22%
    }

    .woocommerce div.product .woocommerce-tabs .panel:not(.woocommerce-Tabs-panel--reviews) {
        padding-right: 0
    }
}

@media (max-width:1080px) {
    .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews {
        padding-right: 18%
    }
}

@media (max-width:1023px) {

    .woocommerce #content div.product .woocommerce-tabs,
    .woocommerce div.product .woocommerce-tabs,
    .woocommerce-page #content div.product .woocommerce-tabs,
    .woocommerce-page div.product .woocommerce-tabs {
        display: block;
        margin-top: 54px;
        margin-bottom: 52px;
        padding: 52px calc((50vw - var(--page--spacing)) - (var(--product--width-mobile) / 2)) 0;
        border-top: 1px solid var(--global--color-border);
        border-bottom: 1px solid var(--global--color-border)
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.125rem;
        width: auto;
        min-width: 0;
        margin-bottom: 34px
    }

    .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews,
    .woocommerce div.product .woocommerce-tabs .panel {
        width: auto;
        margin-left: 0;
        padding-right: 0
    }
}

@media (max-width:749px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-direction: column;
        gap: .75rem
    }
}

@media (max-width:460px) {

    .woocommerce #content div.product .woocommerce-tabs,
    .woocommerce div.product .woocommerce-tabs,
    .woocommerce-page #content div.product .woocommerce-tabs,
    .woocommerce-page div.product .woocommerce-tabs {
        margin-top: 44px;
        margin-bottom: 42px;
        padding-top: 42px
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        margin-bottom: 24px
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin-bottom: 42px
    }
}

.woocommerce table.shop_attributes {
    margin-bottom: 0;
    border: 0 none
}

.woocommerce table.shop_attributes tr:not(:last-child) th,
.woocommerce table.shop_attributes tr:not(:last-child) td {
    padding-bottom: 1rem
}

.woocommerce table.shop_attributes th {
    font-weight: 400;
    width: 19%;
    padding: 0 .5rem 0 0;
    border: 0 none;
    opacity: .6
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    padding: 0 0 0 .5rem;
    border: 0 none
}

.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: none
}

.woocommerce table.shop_attributes td p {
    line-height: inherit;
    padding: 0
}

.woocommerce #reviews #comments h2 {
    display: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0 0 20px
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0 0 1.25rem
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: absolute;
    top: 1.438rem;
    left: -1.688rem;
    width: auto !important;
    max-width: 3.375rem;
    height: auto;
    padding: 0;
    border: 0 none;
    border-radius: 50%;
    background: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    padding: 1.75rem 2rem 2rem 2.5rem;
    border: 1px solid var(--global--color-border);
    border-radius: var(--inputs--border-radius)
}

.woocommerce #reviews #comments ol.commentlist li .star-rating {
    font-size: 1rem;
    width: 5rem;
    height: 1rem;
    margin-top: .25rem
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    font-size: 1rem;
    color: inherit
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: .875rem 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p:first-child {
    margin-top: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child {
    margin-bottom: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.25rem
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
    display: block;
    font-weight: 400
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__verified {
    font-size: .75rem;
    font-style: normal
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash {
    display: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
    display: block;
    font-size: .75rem;
    opacity: .5
}

.woocommerce #reviews #comments .woocommerce-noreviews {
    display: none
}

.woocommerce #reviews #comments .woocommerce-pagination {
    margin-top: 30px;
    margin-bottom: 20px
}

.woocommerce #review_form #respond #reply-title {
    display: block;
    margin-bottom: .625rem
}

.woocommerce #review_form #respond .comment-form-rating,
.woocommerce #review_form #respond p {
    margin: 0 0 1rem
}

.woocommerce #review_form #respond p:last-of-type {
    margin-bottom: 0
}

.woocommerce #review_form #respond p.comment-form-author {
    margin-right: 22px
}

.woocommerce p.stars {
    display: block;
    max-width: 7.625rem
}

.woocommerce p.stars>span {
    display: flex
}

.woocommerce p.stars a {
    font-size: 1.25rem;
    width: 1.5rem;
    height: 1.25rem
}

.woocommerce p.stars a:before {
    font-family: 'heim-icons';
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    content: "\e913";
    width: 1.5rem;
    height: 1.25rem;
    opacity: .3;
    transition: opacity .2s ease
}

.woocommerce p.stars.selected a:not(.active):before,
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
    content: "\e913";
    opacity: 1
}

.woocommerce p.stars.selected a.active~a:before,
.woocommerce p.stars a:hover~a:before {
    content: "\e913";
    opacity: .3
}

.woocommerce #reviews #comment {
    height: auto
}

@media (max-width:749px) {
    .woocommerce #reviews #comments ol.commentlist {
        padding-left: 0
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        padding: 1.375rem 1.375rem 1.625rem 1.375rem
    }

    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        top: 1.313rem;
        left: 1.375rem;
        max-width: 2.875rem
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        padding-left: 3.625rem
    }

    .woocommerce #review_form #respond p.comment-form-author {
        margin-right: 0
    }
}

@media (max-width:460px) {
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        display: flex;
        flex-direction: column
    }

    .woocommerce #reviews #comments ol.commentlist li .star-rating {
        order: 2;
        margin-bottom: 1.125rem
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        order: 1
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text .description {
        order: 3
    }
}

.woocommerce div.product .upsells,
.woocommerce div.product .related {
    margin-bottom: 38px
}

.woocommerce div.product .upsells+.related {
    margin-top: -10px
}

.woocommerce div.product .upsells .products ul,
.woocommerce div.product .upsells ul.products,
.woocommerce div.product .related .products ul,
.woocommerce div.product .related ul.products {
    margin-bottom: 0
}

.woocommerce div.product .upsells h2,
.woocommerce div.product .related h2 {
    margin-bottom: 30px
}

@media (max-width:1023px) {

    .woocommerce div.product .upsells,
    .woocommerce div.product .related {
        margin-bottom: 54px
    }
}

@media (max-width:460px) {

    .woocommerce div.product .upsells,
    .woocommerce div.product .related {
        margin-bottom: 44px
    }
}

.woocommerce .blockUI.blockOverlay:before {
    display: none
}

.woocommerce .blockUI.blockOverlay {
    cursor: wait !important;
    background-color: var(--global--color-body) !important
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 .875rem
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 50%
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    padding-right: .688rem
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    padding-left: .688rem
}

.woocommerce form .form-row.woocommerce-invalid label a,
.woocommerce form .form-row.woocommerce-invalid label {
    color: var(--global--color-highlight);
    text-decoration-color: var(--global--color-highlight)
}

.woocommerce form .form-row label {
    line-height: var(--global--line-height-body);
    margin-bottom: .25rem
}

.woocommerce form .form-row label.screen-reader-text+.woocommerce-input-wrapper {
    display: block;
    margin-top: .375rem
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    line-height: var(--global--line-height-body)
}

.woocommerce form .form-row textarea {
    height: auto
}

.woocommerce form .woocommerce-form__input-checkbox,
.woocommerce form .form-row .woocommerce-form__input-checkbox {
    display: inline-block;
    margin: 0 .375rem 0 0;
    vertical-align: text-top
}

.woocommerce form .form-row .select2-container {
    line-height: inherit
}

.woocommerce form .form-row .required {
    font-weight: 400;
    color: inherit
}

@media (max-width:749px) {

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;
        width: auto
    }

    .woocommerce form .form-row-first,
    .woocommerce-page form .form-row-first {
        padding-right: 0
    }

    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last {
        padding-left: 0
    }
}

.woocommerce table.shop_table {
    border-collapse: collapse;
    margin: 0;
    border: 0 none;
    border-radius: 0
}

.woocommerce table.shop_table thead,
.woocommerce table.shop_table tfoot th {
    text-align: left
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    line-height: 1.6;
    border: 0 none
}

.woocommerce table.shop_table th {
    padding: 20px 10px
}

.woocommerce table.shop_table tr:first-child th {
    padding-top: 0
}

.woocommerce table.shop_table td {
    border-top: 1px solid var(--global--color-border);
    padding: 20px 10px
}

.woocommerce table.shop_table tr:last-child td {
    border-bottom: 1px solid var(--global--color-border)
}

.woocommerce table.shop_table th:first-child,
.woocommerce table.shop_table td:first-child {
    padding-left: 0
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child {
    padding-right: 0;
    text-align: end
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: 0 none
}

@media (max-width:768px) {

    .woocommerce table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive thead {
        display: table-header-group
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: table-row
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: table-cell
    }

    .woocommerce table.shop_table_responsive tr td:not(:last-child),
    .woocommerce-page table.shop_table_responsive tr td:not(:last-child) {
        text-align: start !important
    }

    .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce-page table.shop_table_responsive tr td:before {
        display: none
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent
    }

    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 1px solid var(--global--color-border)
    }
}

.woocommerce-remove-coupon,
.woocommerce a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    font-weight: 400;
    width: 12px;
    height: 12px;
    transition: opacity .3s ease
}

.woocommerce-remove-coupon:after,
.woocommerce a.remove:after {
    display: block;
    font-family: 'heim-icons';
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-variant: normal;
    color: var(--global--color-font);
    content: "\e909"
}

@media (hover:hover) {

    .woocommerce-remove-coupon:hover,
    .woocommerce a.remove:hover {
        opacity: .5;
        background: none
    }
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    font-size: .75rem
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    font-weight: 400;
    margin-right: .25rem
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name dl.variation p {
    line-height: inherit
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: calc(50% - 15px)
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    margin-right: 15px
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    margin-left: 15px
}

@media (max-width:768px) {

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2,
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        width: 100%
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        margin-right: 0
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        margin-top: 42px;
        margin-left: 0
    }
}

.woocommerce form.woocommerce-form-login,
.woocommerce form.woocommerce-form-register {
    text-align: inherit;
    margin: 0;
    padding: 0;
    border: 0 none;
    border-radius: 0
}

.woocommerce form.woocommerce-form-login .form-row:last-child,
.woocommerce form.woocommerce-form-register .form-row:last-child {
    margin-bottom: 0
}

.woocommerce form.woocommerce-form-register>*:not(.form-row) {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem
}

.woocommerce form.woocommerce-form-register>p:not([class])+.woocommerce-privacy-policy-text {
    margin-top: -.5rem
}

.woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    margin-top: .125rem
}

.woocommerce form.woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce form.woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    height: 2.875rem;
    margin-right: 0
}

.woocommerce form.woocommerce-form-login .woocommerce-form-login__submit {
    margin-top: .75rem
}

.woocommerce form.woocommerce-form-login>p.lost_password {
    margin-top: 1rem
}

@media (max-width:768px) {

    .woocommerce form.woocommerce-form-register .woocommerce-form-register__submit,
    .woocommerce form.woocommerce-form-login .woocommerce-form-login__submit {
        width: 100%;
        height: 3rem
    }
}

.woocommerce ul.order_details {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 1.875rem;
    margin: 0 0 3.125rem;
    padding: 30px;
    border: 1px solid var(--global--color-border)
}

.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before {
    display: none
}

.woocommerce ul.order_details li {
    font-size: .813rem;
    text-transform: none;
    margin-right: 0;
    padding-right: 0;
    border-right: 0 none
}

.woocommerce ul.order_details li strong {
    font-size: 1rem;
    margin-top: 8px
}

.woocommerce ul.order_details li.woocommerce-order-overview__email strong {
    word-break: break-all
}

@media (max-width:768px) {
    .woocommerce ul.order_details li {
        width: 100%
    }
}

.wc-bacs-bank-details-heading {
    font-size: 1.375rem
}

.woocommerce .wc-bacs-bank-details-account-name {
    display: none
}

.woocommerce ul.order_details.bacs_details {
    margin: 1.625rem 0 3rem;
    padding: 0;
    border: 0 none
}

.woocommerce ul.order_details.bacs_details li strong {
    font-weight: 400
}

.woocommerce ol.commentlist.notes,
.woocommerce-OrderUpdates {
    margin-top: 1.375rem;
    margin-bottom: 2.625rem;
    list-style: none
}

.woocommerce ol.commentlist.notes li:not(:last-child),
.woocommerce-OrderUpdates>li:not(:last-child) {
    margin-bottom: 1.5rem
}

.woocommerce-account ol.commentlist.notes li.note p.meta,
.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-OrderUpdate-meta {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: .25rem
}

.woocommerce .woocommerce-order-downloads,
.woocommerce-order-downloads {
    margin-bottom: 3.125rem
}

.woocommerce-order-downloads .woocommerce-order-downloads__title {
    font-size: 1.375rem;
    margin-bottom: 1.375rem
}

.woocommerce table.woocommerce-table--order-downloads {
    font-size: .875rem;
    word-break: break-word
}

@media (max-width:768px) {
    .woocommerce table.woocommerce-table--order-downloads thead {
        display: none
    }

    .woocommerce table.woocommerce-table--order-downloads tr {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: .25rem;
        margin-bottom: 32px;
        padding: 26px 30px;
        border: 1px solid var(--global--color-border)
    }

    .woocommerce table.woocommerce-table--order-downloads tr td {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        border-top: 0 none
    }

    .woocommerce table.woocommerce-table--order-downloads tbody tr:first-child td:first-child {
        border-top: 0 none
    }

    .woocommerce table.woocommerce-table--order-downloads tr:last-child td {
        border-bottom: 0 none
    }

    .woocommerce table.woocommerce-table--order-downloads tr td:before {
        display: block;
        font-weight: 700;
        content: attr(data-title) ": ";
        margin: .375rem .375rem .375rem 0
    }
}

@media (max-width:460px) {
    .woocommerce table.woocommerce-table--order-downloads tr td {
        justify-content: flex-start
    }
}

.woocommerce .woocommerce-order-details {
    margin-bottom: 0
}

.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-checkout .woocommerce-order-details__title {
    font-size: 1.375rem;
    margin-bottom: 1.875rem
}

.woocommerce-order-details table.woocommerce-table--order-details thead,
.woocommerce-checkout table.woocommerce-checkout-review-order-table thead {
    display: none
}

.woocommerce-order-details table.woocommerce-table--order-details tbody,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody {
    display: table;
    width: 100%;
    margin-bottom: 2.5rem
}

.woocommerce-order-details table.woocommerce-table--order-details tbody tr:first-child td,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr:first-child td {
    padding-top: 0;
    border-top: 0 none
}

.woocommerce-order-details table.woocommerce-table--order-details tbody tr:last-child td,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr:last-child td {
    padding-bottom: 0;
    border-bottom: 0 none
}

.woocommerce-order-details table.woocommerce-table--order-details tbody td.product-thumbnail,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-thumbnail {
    width: 98px
}

.woocommerce-order-details table.woocommerce-table--order-details tbody td.product-thumbnail img,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-thumbnail img {
    width: 100%
}

.woocommerce-order-details table.woocommerce-table--order-details tbody td.product-name,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-name {
    line-height: 1.5
}

.woocommerce-order-details table.woocommerce-table--order-details tbody td.product-name a,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-name a {
    text-decoration-color: transparent
}

@media (hover:hover) {

    .woocommerce-order-details table.woocommerce-table--order-details tbody td.product-name a:hover,
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-name a:hover {
        text-decoration-color: var(--global--color-font)
    }
}

.woocommerce-order-details table.woocommerce-table--order-details tbody td.product-name .product-quantity,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-name .product-quantity {
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    padding: .125rem .563rem;
    border: 1px solid;
    border-radius: 5rem
}

.woocommerce-order-details table.woocommerce-table--order-details tbody td.product-name .wc-item-meta,
.woocommerce-order-details table.woocommerce-table--order-details tbody td.product-name .variation,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-name .wc-item-meta,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-name .variation {
    line-height: var(--global--line-height-body);
    margin-top: .5rem
}

@media (max-width:460px) {

    .woocommerce-order-details table.woocommerce-table--order-details tbody tr td,
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr td {
        padding-left: 9px;
        padding-right: 9px
    }
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-order-details table.woocommerce-table--order-details,
.woocommerce-checkout table.woocommerce-checkout-review-order-table {
    border-collapse: collapse
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-order-details .woocommerce-table--order-details tfoot,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot,
.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0;
    padding: 32px 30px 30px;
    border: 1px solid var(--global--color-border);
    border-radius: var(--inputs--border-radius)
}

.woocommerce-order-details .woocommerce-table--order-details tfoot,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
    display: table;
    width: 100%
}

.woocommerce-order-details .woocommerce-table--order-details tfoot tr,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr,
.woocommerce .cart-collaterals .cart_totals tr,
.woocommerce-page .cart-collaterals .cart_totals tr {
    display: grid;
    grid-template-columns: 1fr 1.33fr
}

.woocommerce-order-details .woocommerce-table--order-details tfoot tr:not(:first-child),
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:not(:first-child),
.woocommerce .cart-collaterals .cart_totals tr:not(:first-child),
.woocommerce-page .cart-collaterals .cart_totals tr:not(:first-child) {
    border-top: 1px solid var(--global--color-border)
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr td,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    font-weight: 400;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 0 none
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: auto
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
    padding-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:last-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:last-child td,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child td {
    padding-bottom: 0;
    border-bottom: 0 none
}

.woocommerce-order-details .woocommerce-table--order-details tfoot tr,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr {
    align-items: center
}

.woocommerce-order-details .woocommerce-table--order-details tfoot td .shipped_via,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td .shipped_via {
    display: block
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td {
    font-size: 1.25rem
}

.woocommerce-order-details .woocommerce-table--order-details tr.order-total td strong,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td strong,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td strong {
    font-weight: 400
}

.woocommerce-order-details>.order-again {
    margin-top: 2.5rem
}

.woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td,
.woocommerce-order-received .shop_table tfoot tr:last-child td {
    text-align: start
}

.woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-last-child(2) td .woocommerce-Price-amount,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td .woocommerce-Price-amount,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr:nth-last-child(2) td .woocommerce-Price-amount,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td .woocommerce-Price-amount {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    width: 100%;
    text-align: end
}

.woocommerce ul#shipping_method li {
    margin: 0 0 8px
}

.woocommerce ul#shipping_method li:last-child {
    margin-bottom: 0
}

.woocommerce ul#shipping_method li input {
    top: .125rem;
    margin: 0 8px 0 0
}

.woocommerce ul#shipping_method .amount {
    font-weight: 400
}

.woocommerce-cart #content .entry-content>.woocommerce {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--page--max-width);
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1025px) {
    .woocommerce-cart #content .entry-content>.woocommerce {
        flex-direction: column
    }
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    width: 100%
}

.woocommerce-cart .woocommerce .woocommerce-error,
.woocommerce-cart .woocommerce .woocommerce-info,
.woocommerce-cart .woocommerce .woocommerce-message {
    margin-bottom: 36px
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 67%;
    margin-bottom: 90px;
    padding-right: 40px
}

.woocommerce-cart .woocommerce-cart-form table.cart tr {
    display: grid;
    grid-template-columns: 22px 110px 7fr 8.125rem 2fr;
    align-items: center
}

.woocommerce-cart .woocommerce-cart-form table.cart tr:not(:first-child) {
    border-top: 1px solid var(--global--color-border)
}

.woocommerce-cart .woocommerce-cart-form table.cart tr:last-child {
    display: flex
}

#add_payment_method table.cart th,
.woocommerce-cart table.cart th {
    display: none
}

#add_payment_method table.cart td,
.woocommerce-cart table.cart td {
    border-top: 0 none
}

#add_payment_method table.cart tr:first-child td,
.woocommerce-cart table.cart tr:first-child td {
    padding-top: 0
}

@media (max-width:1440px) {
    .woocommerce-cart .woocommerce .woocommerce-cart-form {
        padding-right: max(20px, 2%)
    }
}

@media (max-width:1080px) {
    .woocommerce-cart .woocommerce .woocommerce-cart-form {
        width: 65%
    }
}

@media (max-width:1025px) {
    .woocommerce-cart .woocommerce .woocommerce-cart-form {
        width: auto;
        margin-top: -.625rem;
        margin-bottom: 40px;
        padding-right: 0
    }
}

@media (max-width:768px) {
    .woocommerce-cart table.cart tr td:not(.product-subtotal) {
        text-align: inherit !important
    }
}

@media (max-width:749px) {
    .woocommerce-cart .woocommerce-cart-form table.cart tr {
        display: block;
        position: relative;
        overflow: hidden
    }

    .woocommerce-cart .woocommerce-cart-form table.cart tr:not(:last-child) {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .woocommerce-cart .woocommerce-cart-form table.cart tr:first-child {
        padding-top: 0
    }

    #add_payment_method table.cart td,
    .woocommerce-cart table.cart td {
        float: right;
        width: calc(100% - 100px);
        padding: 0 0 6px 20px
    }

    #add_payment_method table.cart td:last-child,
    .woocommerce-cart table.cart td:last-child {
        padding-bottom: 0
    }
}

@media (max-width:460px) {

    #add_payment_method table.cart td,
    .woocommerce-cart table.cart td {
        width: calc(100% - 90px);
        padding-left: 18px
    }
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img {
    width: 100%
}

#add_payment_method table.cart .product-name>*:not(:first-child),
.woocommerce-cart table.cart .product-name>*:not(:first-child) {
    margin-top: 6px
}

#add_payment_method table.cart .product-name>a:first-child,
.woocommerce-cart table.cart .product-name>a:first-child {
    display: inline-block;
    line-height: 1.5;
    text-decoration-color: transparent
}

@media (hover:hover) {

    #add_payment_method table.cart .product-name>a:first-child:hover,
    .woocommerce-cart table.cart .product-name>a:first-child:hover {
        text-decoration-color: var(--global--color-font)
    }
}

#add_payment_method table.cart .product-name .woocommerce-Price-amount,
.woocommerce-cart table.cart .product-name .woocommerce-Price-amount {
    display: block
}

#add_payment_method table.cart .product-price,
.woocommerce-cart table.cart .product-price {
    display: none
}

#add_payment_method table.cart .product-quantity .quantity .qty,
.woocommerce-cart table.cart .product-quantity .quantity .qty {
    height: 1.875rem
}

#add_payment_method table.cart .product-quantity .quantity button.heim-qty,
.woocommerce-cart table.cart .product-quantity .quantity button.heim-qty {
    width: 1.875rem;
    height: 1.875rem
}

@media (max-width:768px) {
    .woocommerce-cart #content table.cart tbody td.product-thumbnail {
        display: block
    }
}

@media (max-width:749px) {

    #add_payment_method table.cart .product-remove,
    .woocommerce-cart table.cart .product-remove {
        position: absolute;
        right: 0;
        width: auto
    }

    #add_payment_method table.cart .product-remove a.remove:after,
    .woocommerce-cart table.cart .product-remove a.remove:after {
        font-size: 18px
    }

    .woocommerce-cart #content table.cart tbody td.product-thumbnail {
        float: left;
        width: 100px;
        max-width: none;
        padding: 0
    }

    #add_payment_method table.cart tr td.product-name,
    .woocommerce-cart table.cart tr td.product-name {
        padding-top: 6px;
        padding-right: 20px
    }

    #add_payment_method table.cart .product-quantity .quantity,
    .woocommerce-cart table.cart .product-quantity .quantity {
        display: inline-flex;
        margin-top: 6px;
        padding: .25rem
    }

    #add_payment_method table.cart .product-quantity .quantity .qty,
    .woocommerce-cart table.cart .product-quantity .quantity .qty {
        width: 2rem;
        height: 1.75rem
    }

    #add_payment_method table.cart .product-quantity .quantity button.heim-qty,
    .woocommerce-cart table.cart .product-quantity .quantity button.heim-qty {
        width: 1.75rem;
        height: 1.75rem
    }

    #add_payment_method table.cart .product-quantity .quantity button.heim-qty:after,
    .woocommerce-cart table.cart .product-quantity .quantity button.heim-qty:after {
        font-size: .875rem
    }

    #add_payment_method table.cart .product-subtotal:last-child,
    .woocommerce-cart table.cart .product-subtotal:last-child {
        margin-top: -2.125rem;
        pointer-events: none
    }

    #add_payment_method table.cart .product-subtotal:last-child .woocommerce-Price-amount,
    .woocommerce-cart table.cart .product-subtotal:last-child .woocommerce-Price-amount {
        pointer-events: all
    }
}

@media (max-width:460px) {

    #add_payment_method table.cart .product-remove,
    .woocommerce-cart table.cart .product-remove {
        margin-top: .625rem
    }

    .woocommerce-cart #content table.cart tbody td.product-thumbnail {
        width: 90px
    }

    #add_payment_method table.cart tr td.product-name,
    .woocommerce-cart table.cart tr td.product-name {
        padding-top: 2px
    }
}

.woocommerce-cart #content table.cart tbody td.actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    border-bottom: 0 none
}

.woocommerce-cart #content table.cart tbody td.actions .coupon {
    flex: 1;
    display: flex;
    align-items: center;
    max-width: 500px
}

.woocommerce-cart #content table.cart tbody td.actions .input-text {
    flex: 1;
    width: 100%
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 2.75rem;
    margin-right: 8px;
    padding: 0 1.25rem;
    border: 0 none
}

#add_payment_method table.cart td.actions .button,
.woocommerce-cart table.cart td.actions .button {
    color: var(--global--color-font);
    height: 2.625rem;
    border-color: var(--label-buttons--border-color);
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

#add_payment_method table.cart td.actions .button:hover,
.woocommerce-cart table.cart td.actions .button:hover {
    color: var(--global--color-font);
    opacity: 1;
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

#add_payment_method table.cart td.actions .button[disabled],
.woocommerce-cart table.cart td.actions .button[disabled] {
    visibility: hidden
}

#add_payment_method table.cart td.actions .button[disabled]:hover,
.woocommerce-cart table.cart td.actions .button[disabled]:hover {
    border-color: var(--label-buttons--border-color);
    background-color: var(--label-buttons--background-color)
}

@media (max-width:768px) {

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: 100%
    }

    .woocommerce-cart #content table.cart tbody td.actions .coupon {
        max-width: none;
        padding-bottom: 18px
    }

    .woocommerce-cart #content table.cart tbody td.actions .coupon .input-text {
        width: 100%
    }

    .woocommerce-cart #content table.cart tbody td.actions .coupon .button {
        width: auto
    }

    #add_payment_method table.cart td.actions .button[disabled],
    .woocommerce-cart table.cart td.actions .button[disabled] {
        display: none
    }
}

@media (max-width:460px) {
    .woocommerce-cart #content table.cart tbody td.actions {
        padding-top: 22px
    }

    .woocommerce-cart #content table.cart tbody td.actions .coupon {
        display: block;
        max-width: none;
        padding-bottom: 0
    }

    .woocommerce-cart #content table.cart tbody td.actions .coupon .button {
        width: 100%;
        margin-top: 20px
    }
}

.woocommerce .cart-collaterals {
    width: 33%;
    margin-bottom: 90px;
    padding-left: 40px
}

.woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: auto
}

.woocommerce .cart-collaterals .cart_totals>h2 {
    display: none
}

@media (max-width:1440px) {
    .woocommerce .cart-collaterals {
        padding-left: max(20px, 2%)
    }
}

@media (max-width:1080px) {
    .woocommerce .cart-collaterals {
        width: 35%
    }
}

@media (max-width:1025px) {
    .woocommerce .cart-collaterals {
        width: auto;
        margin-bottom: 60px;
        padding-left: 0
    }
}

@media (max-width:768px) {
    .woocommerce .cart-collaterals table.shop_table tbody th {
        display: block
    }
}

@media (max-width:460px) {
    .woocommerce .cart-collaterals {
        margin-bottom: 50px
    }
}

.woocommerce-cart .cart-collaterals table .woocommerce-remove-coupon,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .woocommerce-remove-coupon {
    position: relative;
    top: -2px;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 4px;
    text-decoration: none
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals {
    grid-template-columns: 1fr
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th {
    padding-bottom: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
    font-size: .875rem;
    padding-top: 16px;
    padding-left: 0;
    text-align: start
}

@media (max-width:768px) {

    .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
    .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
        text-align: start !important
    }
}

#add_payment_method .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
    margin-top: 14px
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    margin-top: 14px;
    text-decoration-color: transparent
}

#add_payment_method .cart-collaterals .shipping-calculator-button:before,
#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:before,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after {
    position: relative;
    font-family: 'heim-icons';
    font-weight: 400;
    font-variant: normal
}

#add_payment_method .cart-collaterals .shipping-calculator-button:before,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:before {
    top: 1px;
    font-size: 1rem;
    content: "\e901";
    margin-right: 4px
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after {
    position: relative;
    top: 2px;
    content: "\e90c";
    margin-left: 4px
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
    font-size: 1rem;
    margin: 0 0 4px
}

#add_payment_method .cart-collaterals .shipping-calculator-form>.form-row:first-child,
.woocommerce-cart .cart-collaterals .shipping-calculator-form>.form-row:first-child {
    margin-top: 16px
}

#add_payment_method .cart-collaterals .shipping-calculator-form .button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .button {
    width: 100%;
    margin-top: 10px
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 40px;
    padding: 0
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: flex;
    font-size: 1rem;
    height: 2.875rem;
    margin-bottom: 0;
    padding: var(--buttons--padding)
}

@media (max-width:1025px) {

    #add_payment_method .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        height: 3.25rem
    }
}

@media (max-width:460px) {

    #add_payment_method .wc-proceed-to-checkout,
    .woocommerce-cart .wc-proceed-to-checkout {
        margin-top: 30px
    }
}

.woocommerce-cart .cross-sells {
    margin-top: 52px
}

.woocommerce-cart .cross-sells h2 {
    font-size: 1.25rem;
    margin-bottom: 23px
}

.woocommerce-cart .cross-sells ul.products {
    margin-bottom: 0
}

.woocommerce-cart .cross-sells ul.products li.product .button {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width:1025px) {
    .woocommerce-cart .cross-sells {
        margin-top: 32px;
        margin-bottom: -8px
    }
}

.woocommerce-cart .woocommerce-info.cart-empty {
    display: block;
    font-size: 1.25rem;
    color: var(--global--color-font);
    width: auto;
    margin: 0 auto 1.25rem;
    padding: 0;
    text-align: center;
    background-color: transparent
}

.woocommerce-cart .woocommerce-info.cart-empty:before {
    display: none
}

.woocommerce-cart .woocommerce-info+.woocommerce-info.cart-empty,
.woocommerce-cart .woocommerce-error+.woocommerce-info.cart-empty,
.woocommerce-cart .woocommerce-message+.woocommerce-info.cart-empty {
    margin-top: -14px
}

.woocommerce-cart p.return-to-shop {
    display: block;
    width: 100%;
    margin-bottom: 6.25rem;
    text-align: center
}

.woocommerce-cart p.return-to-shop .button {
    font-size: .875rem;
    height: 2.375rem
}

@media (max-width:460px) {
    .woocommerce-cart .woocommerce-info.cart-empty {
        font-size: 1.125rem
    }

    .woocommerce-cart p.return-to-shop {
        margin-bottom: 3.75rem
    }
}

.woocommerce-checkout .entry-content>.woocommerce {
    max-width: var(--page--max-width);
    margin-left: auto;
    margin-right: auto
}

.woocommerce-checkout form.woocommerce-checkout {
    margin-bottom: 90px
}

.woocommerce-checkout form.woocommerce-checkout:before,
.woocommerce-checkout form.woocommerce-checkout:after {
    content: "";
    display: table;
    table-layout: fixed
}

.woocommerce-checkout form.woocommerce-checkout:after {
    clear: both
}

@media (max-width:1025px) {
    .woocommerce-checkout form.woocommerce-checkout {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 60px
    }
}

@media (max-width:460px) {
    .woocommerce-checkout form.woocommerce-checkout {
        margin-bottom: 50px
    }
}

.woocommerce-checkout form.woocommerce-checkout .form-row {
    margin-bottom: 1rem
}

.woocommerce-checkout form.woocommerce-checkout .form-row label {
    font-size: .875rem;
    margin-bottom: .375rem
}

.woocommerce-checkout form.woocommerce-checkout .form-row .woocommerce-input-wrapper button {
    font-size: .875rem;
    min-width: calc(25% - 0.688rem);
    margin-top: .75rem
}

.woocommerce-form-login-toggle .woocommerce-info {
    column-gap: .25rem;
    font-size: .875rem;
    color: inherit;
    padding-left: 2.875rem;
    border: 1px solid var(--global--color-border);
    background-color: transparent
}

.woocommerce-form-login-toggle .woocommerce-info:before {
    left: 1.25rem;
    font-size: 1.125rem;
    content: "\e908"
}

.woocommerce-form-login-toggle .woocommerce-info a {
    text-decoration-color: transparent
}

.woocommerce-form-login-toggle .woocommerce-info a:after {
    position: relative;
    top: .125rem;
    display: inline-block;
    font-family: 'heim-icons';
    line-height: 1;
    font-weight: 400;
    font-variant: normal;
    content: "\e90c";
    margin-left: .125rem
}

.has-hover .woocommerce-form-login-toggle .woocommerce-info a:hover {
    text-decoration-color: var(--global--color-font)
}

.woocommerce-checkout form.woocommerce-form-login {
    width: 66.66666667%;
    margin: 2rem 0;
    padding: 0 40px 0 0
}

.woocommerce-checkout.woocommerce-no-js form.woocommerce-form-login {
    margin-top: 0
}

.woocommerce-checkout form.woocommerce-form-login>p:first-child {
    margin-bottom: 1.5rem
}

.woocommerce-checkout form.woocommerce-form-login .form-row label {
    font-size: .875rem;
    margin-bottom: .375rem
}

.woocommerce-checkout form.woocommerce-form-login .woocommerce-form-login__submit {
    min-width: calc(25% - 0.688rem);
    margin-top: .875rem
}

.woocommerce-checkout form.woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: .375rem
}

.woocommerce-checkout form.woocommerce-form-login .lost_password {
    font-size: .875rem
}

@media (max-width:1440px) {
    .woocommerce-checkout form.woocommerce-form-login {
        width: 60%;
        padding-right: max(20px, 2%)
    }
}

@media (max-width:1080px) {
    .woocommerce-checkout form.woocommerce-form-login {
        width: 56%
    }
}

@media (max-width:1025px) {
    .woocommerce-checkout form.woocommerce-form-login {
        width: auto;
        padding-right: 0
    }
}

@media (max-width:768px) {

    .woocommerce-page.woocommerce-checkout form.login .form-row,
    .woocommerce.woocommerce-checkout form.login .form-row {
        width: 100%;
        float: none
    }

    .woocommerce-page.woocommerce-checkout form.woocommerce-form-login .form-row,
    .woocommerce.woocommerce-checkout form.woocommerce-form-login .form-row {
        padding-left: 0;
        padding-right: 0
    }
}

.heim-woocommerce-checkout-customer-details-wrapper {
    float: left;
    width: 66.66666667%;
    padding-right: 40px
}

form.woocommerce-checkout #customer_details .col-1,
form.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1440px) {
    .heim-woocommerce-checkout-customer-details-wrapper {
        width: 60%;
        padding-right: max(20px, 2%)
    }
}

@media (max-width:1080px) {
    .heim-woocommerce-checkout-customer-details-wrapper {
        width: 56%
    }
}

@media (max-width:1025px) {
    .heim-woocommerce-checkout-customer-details-wrapper {
        order: 10;
        float: none;
        width: auto;
        margin-top: 2rem;
        padding-right: 0
    }
}

form.woocommerce-checkout #customer_details .woocommerce-billing-fields>h3:first-child {
    margin-bottom: 1.375rem
}

form.woocommerce-checkout #customer_details .woocommerce-account-fields {
    margin-bottom: 2rem
}

form.woocommerce-checkout #customer_details .col-2 {
    margin-top: 1.125rem
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    font-size: .875rem;
    margin-bottom: 1.75rem
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input[type="checkbox"] {
    margin-right: .375rem
}

.heim-woocommerce-checkout-payment-heading {
    margin-top: 1.125rem;
    margin-bottom: 1.5rem
}

#add_payment_method #payment,
.woocommerce-checkout #payment {
    border-radius: 0;
    background: none
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: inherit;
    margin-bottom: 1.5rem;
    padding: 0;
    border-bottom: 0 none
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) {
    font-weight: 400;
    line-height: var(--global--line-height-body);
    text-align: inherit;
    margin-bottom: 1.125rem;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid var(--global--color-border)
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):last-child,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none
}

.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
    line-height: var(--global--line-height-body);
    margin-bottom: .375rem;
    padding-left: 3rem
}

.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice:before {
    left: 1.125rem
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    top: -.125rem;
    display: inline-block !important;
    margin: 0 .25rem 0 0;
    vertical-align: middle
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
    vertical-align: inherit
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    position: relative;
    top: -.25rem;
    vertical-align: middle;
    margin: 0 0 0 .25rem
}

#add_payment_method #payment ul.payment_methods li .about_paypal,
.woocommerce-checkout #payment ul.payment_methods li .about_paypal {
    display: none
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    display: none
}

#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    font-size: .875rem;
    line-height: inherit;
    color: inherit;
    width: auto;
    margin: .625rem 0 0 1.5rem;
    padding: 0;
    border-radius: 0;
    background-color: transparent
}

#add_payment_method #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0
}

.woocommerce-checkout .woocommerce-checkout-payment .form-row.place-order {
    font-size: .875rem;
    margin-bottom: 0
}

.woocommerce-checkout-payment .form-row.place-order>*,
.woocommerce-terms-and-conditions-wrapper>* {
    margin-bottom: 1.625rem
}

.woocommerce-checkout-payment .form-row.place-order>noscript {
    display: block;
}

.woocommerce-checkout-payment .form-row.place-order>noscript .button {
    width: 100%;
    height: 3.25rem;
    margin-top: 1.875rem;
    margin-bottom: .5rem
}

.woocommerce-invalid #terms {
    outline: none
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    display: block;
    width: 100%;
    height: 3.25rem;
    margin-top: 2.125rem;
    margin-bottom: 0
}

form.woocommerce-checkout #order_review_heading,
form.woocommerce-checkout #order_review {
    float: right;
    width: 33.33333333%;
    padding-left: 40px
}

form.woocommerce-checkout #order_review_heading {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    user-select: none
}

form.woocommerce-checkout #order_review_heading:after {
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 0;
    display: block;
    font-family: 'heim-icons';
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    font-variant: normal;
    content: "\e90b";
    transform: rotate(180deg);
    transition: transform .2s ease
}

form.woocommerce-checkout #order_review_heading.has-toggled-close:after {
    transform: rotate(0deg)
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table {
    border-collapse: collapse
}

@media (max-width:1440px) {

    form.woocommerce-checkout #order_review_heading,
    form.woocommerce-checkout #order_review {
        width: 40%;
        padding-left: max(20px, 2%)
    }
}

@media (max-width:1080px) {

    form.woocommerce-checkout #order_review_heading,
    form.woocommerce-checkout #order_review {
        width: 44%
    }
}

@media (max-width:1025px) {

    form.woocommerce-checkout #order_review_heading,
    form.woocommerce-checkout #order_review {
        float: none;
        width: auto;
        padding-left: 0
    }

    form.woocommerce-checkout #order_review_heading {
        order: 1
    }

    form.woocommerce-checkout #order_review {
        order: 2
    }
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody.is-hidden {
    display: none
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr:first-child td,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr:first-child th {
    border-top: 0 none
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.heim-woocommerce-checkout-coupon {
    grid-template-columns: 1fr
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.heim-woocommerce-checkout-coupon td {
    padding-top: 28px;
    padding-bottom: 28px;
    text-align: start
}

.heim-woocommerce-checkout-coupon .woocommerce-error,
.heim-woocommerce-checkout-coupon .woocommerce-info,
.heim-woocommerce-checkout-coupon .woocommerce-message {
    font-size: .938rem;
    margin: 0 0 1rem;
    padding: .625rem 1rem .625rem 2.875rem
}

.heim-woocommerce-checkout-coupon .woocommerce-error:before,
.heim-woocommerce-checkout-coupon .woocommerce-info:before,
.heim-woocommerce-checkout-coupon .woocommerce-message:before {
    top: .813rem;
    left: 1rem
}

.heim-woocommerce-checkout-coupon-form {
    display: flex;
    align-items: center
}

.heim-woocommerce-checkout-coupon-form input {
    flex: 1;
    font-size: .875rem;
    width: 100%;
    height: 2.875rem;
    margin-right: .5rem
}

.heim-woocommerce-checkout-coupon-form a.button {
    font-size: .875rem;
    color: var(--global--color-font);
    height: 2.625rem;
    border-color: var(--label-buttons--border-color);
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

.heim-woocommerce-checkout-coupon-form a.button:hover {
    color: var(--global--color-font);
    opacity: 1;
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

@media (max-width:460px) {
    .heim-woocommerce-checkout-coupon-form {
        flex-wrap: wrap
    }

    .heim-woocommerce-checkout-coupon-form input {
        flex: auto;
        margin-right: 0
    }

    .heim-woocommerce-checkout-coupon-form a.button {
        width: 100%;
        height: 2.75rem;
        margin-top: 14px
    }
}

.woocommerce .woocommerce-customer-details {
    margin-top: 3.125rem
}

.woocommerce .woocommerce-customer-details h2 {
    font-size: 1.375rem;
    margin-bottom: 1.375rem
}

.woocommerce .woocommerce-customer-details address {
    text-align: inherit;
    padding: 0;
    border: 0 none;
    border-radius: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    position: relative;
    font-family: 'heim-icons';
    line-height: 1;
    font-weight: 400;
    font-variant: normal;
    margin-left: 0;
    margin-right: .375rem;
    vertical-align: middle
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    content: "\e91d"
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    content: "\e91c"
}

.woocommerce-checkout .woocommerce-order {
    max-width: 1024px;
    margin: 0 auto 74px
}

@media (max-width:768px) {
    .woocommerce-checkout .woocommerce-order {
        margin-bottom: 54px
    }
}

.woocommerce-checkout .woocommerce-customer-details {
    margin-bottom: 0
}

.woocommerce-account .entry-content>.woocommerce {
    max-width: var(--page--max-width);
    margin-left: auto;
    margin-right: auto
}

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
    margin-bottom: 74px
}

@media (max-width:460px) {

    .woocommerce-MyAccount-content,
    .woocommerce-MyAccount-navigation {
        margin-bottom: 58px
    }
}

.woocommerce-account:not(.logged-in) .entry-content>.woocommerce {
    max-width: var(--content--max-width);
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: var(--login-register--spacing-bottom)
}

.woocommerce-account:not(.logged-in) .entry-content>.woocommerce>.woocommerce-notices-wrapper>*:last-child {
    margin-bottom: 2.5rem
}

#customer_login {
    display: flex;
    flex-wrap: wrap
}

#customer_login .col-1,
#customer_login .col-2 {
    width: 50%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: .625rem
}

#customer_login .col-1 {
    padding-right: max(30px, 3.6vw);
    border-right: 1px solid var(--global--color-border)
}

#customer_login .col-2 {
    padding-left: max(30px, 3.6vw)
}

.woocommerce-account:not(.logged-in) .woocommerce>h2,
#customer_login h2 {
    font-size: 1.625rem;
    margin-bottom: 1.75rem
}

.woocommerce-account form.woocommerce-form-login .woocommerce-form-login__rememberme #rememberme {
    position: relative;
    top: .063rem
}

.woocommerce-account form.woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce-account form.woocommerce-form-login .woocommerce-form-login__submit {
    min-width: 11.25rem
}

@media (max-width:1440px) {
    .woocommerce-account:not(.logged-in) .entry-content>.woocommerce {
        max-width: 1080px
    }
}

@media (max-width:1025px) {
    .woocommerce-account:not(.logged-in) .entry-content>.woocommerce {
        max-width: var(--login-register--max-width-mobile);
        margin-top: 0
    }

    #customer_login .col-1,
    #customer_login .col-2 {
        float: none;
        width: 100%;
        padding-bottom: 0
    }

    #customer_login .col-1 {
        padding-right: 0;
        border-right: 0 none
    }

    #customer_login.registration-active .col-1 {
        display: none
    }

    #customer_login .col-2 {
        display: none;
        padding-left: 0
    }

    #customer_login.registration-active .col-2 {
        display: block
    }

    #customer_login h2 {
        display: none
    }

    .woocommerce-account form.woocommerce-form-register .woocommerce-form-register__submit,
    .woocommerce-account form.woocommerce-form-login .woocommerce-form-login__submit {
        width: 100%;
        min-width: 0;
        height: 3.125rem
    }
}

@media (max-width:460px) {
    .woocommerce-account:not(.logged-in) .entry-content>.woocommerce {
        margin-bottom: var(--login-register--spacing-bottom-mobile)
    }
}

.woocommerce-account:not(.logged-in):not(.woocommerce-lost-password) .entry-content>.woocommerce>h2,
.woocommerce-account:not(.logged-in):not(.woocommerce-lost-password) .entry-content>.woocommerce>form {
    max-width: var(--login-register--max-width-desktop);
    margin-right: auto;
    margin-left: auto
}

#heim-woocommerce-customer-login-toggle {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: .625rem;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    list-style: none
}

#heim-woocommerce-customer-login-toggle li {
    flex: 1
}

#heim-woocommerce-customer-login-toggle .label-button {
    width: 100%;
    height: 2.875rem;
    user-select: none
}

#heim-woocommerce-customer-login-toggle li.active .label-button {
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

@media (max-width:1025px) {
    #heim-woocommerce-customer-login-toggle {
        display: flex
    }
}

.woocommerce-account.woocommerce-lost-password .entry-content>.woocommerce {
    max-width: var(--login-register--max-width-desktop);
    margin-top: 0;
    margin-bottom: var(--login-register--spacing-bottom)
}

.woocommerce-lost-password form.woocommerce-ResetPassword>p:not([class]):first-child {
    margin-bottom: .875rem
}

.woocommerce-lost-password form.woocommerce-ResetPassword>.form-row-first,
.woocommerce-lost-password form.woocommerce-ResetPassword>.form-row-last {
    float: none;
    width: 100%
}

.woocommerce-lost-password form.woocommerce-ResetPassword>.form-row-first {
    padding-right: 0
}

.woocommerce-lost-password form.woocommerce-ResetPassword>.form-row-last {
    padding-left: 0
}

.woocommerce-lost-password form.woocommerce-ResetPassword>.form-row:last-of-type {
    margin-top: .875rem;
    margin-bottom: 0
}

.woocommerce-lost-password form.woocommerce-ResetPassword .button {
    min-width: 11.25rem;
    height: 2.875rem
}

@media (max-width:1025px) {
    .woocommerce-account.woocommerce-lost-password .entry-content>.woocommerce {
        max-width: var(--login-register--max-width-mobile)
    }

    .woocommerce-lost-password form.woocommerce-ResetPassword .button {
        width: 100%;
        min-width: 0;
        height: 3.125rem
    }
}

@media (max-width:460px) {
    .woocommerce-account.woocommerce-lost-password .entry-content>.woocommerce {
        margin-bottom: var(--login-register--spacing-bottom-mobile)
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: var(--myaccount--menu-width);
    padding-right: max(15px, 2%)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: .625rem;
    list-style: none
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    text-decoration-color: transparent
}

@media (hover:hover) {

    .woocommerce-account .woocommerce-MyAccount-navigation a:hover,
    .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
        text-decoration-color: var(--global--color-font)
    }
}

@media (max-width:1025px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: auto;
        margin-bottom: 46px;
        padding-right: 0
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        flex-direction: row;
        gap: .5rem 1.25rem
    }
}

@media (max-width:460px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
        gap: .625rem
    }
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: calc(100% - var(--myaccount--menu-width));
    padding-right: var(--myaccount--menu-width)
}

.woocommerce-account .woocommerce-MyAccount-content>p {
    margin-bottom: 1.375rem
}

.woocommerce-account .woocommerce-MyAccount-content>p:last-child {
    margin-bottom: 0
}

@media (max-width:1280px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        padding-right: 0
    }
}

@media (max-width:1025px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: auto
    }
}

.woocommerce table.woocommerce-table--order-downloads .button,
.woocommerce-account table.shop_table .button {
    font-size: .875rem;
    height: auto;
    min-height: 1.875rem;
    padding: 0 .875rem
}

.woocommerce table.woocommerce-MyAccount-orders {
    font-size: .875rem
}

@media (max-width:749px) {

    .woocommerce table.woocommerce-MyAccount-orders th.woocommerce-orders-table__header-order-total,
    .woocommerce table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-total {
        display: none
    }
}

@media (max-width:460px) {

    .woocommerce table.woocommerce-MyAccount-orders th.woocommerce-orders-table__header-order-status,
    .woocommerce table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-status {
        display: none
    }
}

.woocommerce-MyAccount-content .woocommerce-pagination {
    margin-top: 1.875rem
}

.woocommerce-MyAccount-content .woocommerce-pagination a:not(:last-child) {
    margin-right: .625rem
}

.woocommerce .order-info,
.woocommerce-view-order .woocommerce-MyAccount-content>p:nth-child(2) {
    margin: 0 0 3.125rem;
    padding: 30px;
    border: 1px solid var(--global--color-border)
}

.woocommerce mark.order-number,
.woocommerce mark.order-date,
.woocommerce mark.order-status {
    font-weight: 700;
    color: inherit;
    background: none
}

.woocommerce-view-order .woocommerce-customer-details {
    margin-bottom: 0
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-order-downloads:last-child {
    margin-bottom: 0
}

.woocommerce-account .addresses {
    margin-top: 2.625rem
}

.woocommerce-account .addresses .woocommerce-column,
.woocommerce-account .addresses .woocommerce-Address {
    float: left
}

.woocommerce-account .addresses .title {
    margin-bottom: 1.25rem
}

.woocommerce-account .addresses .title .edit {
    position: absolute;
    bottom: 0;
    left: 0
}

.woocommerce-account .woocommerce-Address {
    position: relative;
    padding-bottom: 3.125rem
}

.woocommerce-account .woocommerce-Address address {
    font-style: normal
}

.woocommerce-account .woocommerce-address-fields {
    margin-top: 1.375rem
}

.woocommerce-account .woocommerce-address-fields button {
    margin-top: 1.375rem
}

.woocommerce-account .woocommerce-EditAccountForm .form-row em {
    display: block;
    font-size: .813rem;
    margin-top: .25rem
}

.woocommerce-account .woocommerce-EditAccountForm .button {
    margin-top: 1.625rem
}

form.woocommerce-form-track-order {
    max-width: var(--login-register--max-width-desktop);
    margin: 0 auto
}

form.woocommerce-form-track-order>p:not([class]):first-child {
    margin-bottom: .875rem
}

form.woocommerce-form-track-order .form-row-first,
form.woocommerce-form-track-order .form-row-last {
    float: none;
    width: 100%
}

form.woocommerce-form-track-order .form-row-first {
    padding-right: 0
}

form.woocommerce-form-track-order .form-row-last {
    padding-left: 0
}

form.woocommerce-form-track-order .form-row:last-of-type {
    margin-top: .875rem;
    margin-bottom: 0
}

form.woocommerce-form-track-order .button {
    width: 100%;
    height: 3.125rem
}

.woocommerce ul.product_list_widget li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4.875rem;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: 0 0 0 4.688rem
}

.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 400;
    text-decoration-color: transparent
}

@media (hover:hover) {
    .woocommerce ul.product_list_widget li a:hover {
        text-decoration-color: var(--global--color-font)
    }
}

.woocommerce ul.product_list_widget li img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 4.875rem;
    margin: 0
}

.woocommerce ul.product_list_widget li img:nth-child(2) {
    display: none
}

.woocommerce ul.product_list_widget li .star-rating {
    width: 5rem
}

.woocommerce ul.product_list_widget del {
    display: none
}

.woocommerce ul.product_list_widget ins {
    text-decoration: none
}

.woocommerce ul.product_list_widget li span.onsale {
    display: none
}

.woocommerce.widget_shopping_cart .cart_list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 4.875rem;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: 0 0 0 4.688rem
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: -2px;
    right: 0;
    left: auto
}

.woocommerce.widget_shopping_cart .cart_list li .quantity {
    padding: 0;
    border: 0 none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 0 none;
    padding: 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    font-weight: 400
}

.woocommerce .widget_shopping_cart .buttons,
.woocommerce.widget_shopping_cart .buttons {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
    display: none
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    width: 100%;
    margin-right: 0
}

:root,
[data-color-mode] {
    --wvs-item-text-color: var(--global--color-font);
    --wvs-item-box-shadow: 0 0 0 1px var(--label-buttons--border-color);
    --wvs-item-background-color: var(--label-buttons--background-color);
    --wvs-hover-item-text-color: var(--global--color-font);
    --wvs-hover-item-box-shadow: 0 0 0 1px var(--label-buttons--border-contrast-color);
    --wvs-hover-item-background-color: var(--label-buttons--background-contrast-color);
    --wvs-selected-item-text-color: var(--global--color-font);
    --wvs-selected-item-box-shadow: 0 0 0 1px var(--label-buttons--border-contrast-color);
    --wvs-selected-item-background-color: var(--label-buttons--background-contrast-color)
}

.woo-variation-swatches.wvs-show-label .variations th label {
    margin-right: 0
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    font-size: .875rem;
    font-weight: 400
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    display: none
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.color-variable-item .variable-item-span-color,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.color-variable-item {
    border-radius: 50%
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.color-variable-item {
    padding: 2px
}

[data-color-mode=dark].woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item {
    background-color: transparent
}

[data-color-mode=dark].woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item.selected,
[data-color-mode=dark].woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item.selected:hover,
[data-color-mode=dark].woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item:hover {
    -webkit-box-shadow: 0 0 0 1px var(--global--color-font);
    box-shadow: 0 0 0 1px var(--global--color-font)
}

@media (prefers-color-scheme:dark) {
    .woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item {
        background-color: transparent
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item.selected,
    .woo-variation-swatches .variable-items-wrapper .variable-item.selected:hover,
    .woo-variation-swatches .variable-items-wrapper .variable-item:hover {
        -webkit-box-shadow: 0 0 0 1px var(--global--color-font);
        box-shadow: 0 0 0 1px var(--global--color-font)
    }
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    padding: 0;
    border-radius: 5rem
}

.single-product.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    height: calc(1.3 * var(--wvs-single-product-item-height))
}

.single-product.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 4px 1.375rem
}

:root {
    --nmww--modal-spacing: var(--modal--spacing)
}

@media (max-width:749px) {
    :root {
        --nmww--modal-spacing: var(--modal--spacing)
    }
}

@media (prefers-color-scheme:dark) {
    :root [data-color-mode=auto] {
        --nmww--color-border: var(--aside--border-color);
        --nmww--color-foreground: var(--global--color-font);
        --nmww--color-background: var(--aside--background-color);
        --nmww--color-overlay: var(--aside--overlay-color)
    }
}

:root [data-color-mode=dark] {
    --nmww--color-border: var(--aside--border-color);
    --nmww--color-foreground: var(--global--color-font);
    --nmww--color-background: var(--aside--background-color);
    --nmww--color-overlay: var(--aside--overlay-color)
}

.theme-heim .wc-block-grid__product .nmww-block-button-wrapper+.wc-block-components-product-image {
    margin-top: 0
}

@media (max-width:1023px) {
    .theme-heim .nmww-button.for-single-product-gallery {
        left: 0 calc(50vw - (var(--product--width-mobile) / 2));
        margin-left: 22px
    }
}

@media (max-width:767px) {
    .theme-heim .nmww-button.for-single-product-gallery {
        margin-left: 15px
    }
}

.theme-heim .nmww-button.for-single-product-summary {
    margin-top: 2.5rem
}

.theme-heim .site-menu-secondary .nmww-wishlist-button {
    position: relative
}

.theme-heim .site-menu-secondary .nmww-wishlist-button .nmww-wishlist-button-count {
    pointer-events: none;
    position: absolute;
    top: -7px;
    right: -8px;
    display: flex;
    color: var(--buttons--font-color);
    margin-left: 0;
    opacity: 0;
    transform: none;
    transition: opacity .2s ease;
    background-color: var(--buttons--background-color)
}

.theme-heim.heim-cart-count-show .site-menu-secondary .nmww-wishlist-button.has-items .nmww-wishlist-button-count {
    pointer-events: auto;
    opacity: 1
}

.theme-heim .nmww-panel .nmww-panel-empty p:before {
    display: block;
    font-family: 'nmww-icon' !important;
    font-size: 34px;
    line-height: 1;
    content: "\e900";
    margin-bottom: 14px
}

.theme-heim .nmww-panel #nmww-panel-close {
    top: 22px;
    right: var(--modal--spacing);
    font-size: 20px;
    line-height: 30px;
    color: var(--global--color-font);
    width: 34px;
    height: 34px;
    min-height: 0;
    opacity: 1;
    border: 1px solid var(--label-buttons--border-color);
    border-radius: 50%;
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

.theme-heim .nmww-panel #nmww-panel-close:hover {
    opacity: 1;
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

@media (max-width:768px) {
    .theme-heim .nmww-panel .nmww-panel-header {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .theme-heim .nmww-panel #nmww-panel-close {
        top: 18px
    }
}

.theme-heim .nmww-panel .nmww-panel-item-title a {
    text-decoration-color: transparent
}

.theme-heim.has-hover .nmww-panel .nmww-panel-item-title a:hover {
    text-decoration-color: var(--global--color-font)
}

.theme-heim .nmww-panel .nmww-panel-item .ajax_add_to_cart.added:not(.loading):after {
    right: -5px
}

.theme-heim .nmww-panel .nmww-panel-actions .button {
    font-size: 16px;
    color: currentColor;
    height: 46px;
    border: 1px solid var(--label-buttons--border-color);
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

.theme-heim .nmww-panel .nmww-panel-actions .button:hover {
    color: inherit;
    opacity: 1;
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

.theme-heim.has-hover .nmww #nmww-items-table td.nmww-item-remove a {
    transition: opacity .2s ease
}

.theme-heim.has-hover .nmww #nmww-items-table td.nmww-item-remove a:hover {
    opacity: .5
}

.theme-heim.has-hover .nmww #nmww-items-table td.nmww-item-title .woocommerce-loop-product__title a:hover {
    text-decoration-color: var(--global--color-font)
}

.theme-heim .nmww #nmww-items-table td.nmww-item-title .onsale {
    display: none
}

.theme-heim .nmww #nmww-items-table td.nmww-item-actions .ajax_add_to_cart.added:not(.loading):after {
    right: -.313rem
}

@charset "UTF-8";

.heim-label-itsnew {
    position: absolute;
    display: block;
    font-size: .625rem;
    font-weight: 700;
    color: var(--global--color-highlight);
    text-transform: uppercase;
    margin-top: -1.125rem
}

@media (max-width:1080px) {
    .heim-label-itsnew {
        position: static;
        margin-top: -.313rem;
        margin-bottom: -.125rem
    }
}

.theme-heim .wc-block-components-checkbox {
    margin-top: 0
}

.theme-heim .wc-block-components-checkbox label {
    align-items: center;
    margin-bottom: 0
}

.theme-heim .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    width: 1rem;
    height: 1rem;
    margin-top: -.125rem;
    margin-left: .125rem;
    fill: var(--global--color-font)
}

.theme-heim .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    font-size: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    min-height: 1.25rem;
    margin: 0 10px 0 0;
    vertical-align: middle;
    border: 1px solid var(--buttons--border-color);
    border-radius: 2px;
    background-color: transparent
}

.theme-heim .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before,
.theme-heim .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after {
    display: none
}

.theme-heim .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: none
}

.theme-heim .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: transparent;
    border-color: var(--global--color-font)
}

.theme-heim .wc-block-components-checkbox .wc-block-components-checkbox__label,
.theme-heim .wc-block-components-checkbox>span {
    text-decoration: underline solid transparent;
    transition: text-decoration 0.3s ease
}

.theme-heim .wc-block-components-checkbox .wc-block-components-checkbox__label:hover,
.theme-heim .wc-block-components-checkbox>span:hover {
    text-decoration-color: var(--global--color-font)
}

.theme-heim .wc-filter-element-label-list-count {
    display: inline-block;
    margin-left: 6px;
    opacity: .5
}

.theme-heim .shop-filters.has-toggle>.widget.is-open .wc-block-components-checkbox-list>li[hidden],
.theme-heim .shop-filters.has-toggle .wc-block-components-checkbox-list>li[hidden],
.theme-heim .wc-block-components-checkbox-list li {
    margin-bottom: 14px
}

.theme-heim .wc-block-components-checkbox-list li:last-child {
    margin-bottom: 0
}

.theme-heim .wc-block-components-checkbox-list li.show-less button,
.theme-heim .wc-block-components-checkbox-list li.show-more button {
    display: block;
    font-size: .875rem;
    color: inherit;
    height: auto
}

.theme-heim .shop-filters.has-toggle .wc-block-components-checkbox-list>li.show-less,
.theme-heim .shop-filters.has-toggle .wc-block-components-checkbox-list>li.show-more {
    display: none
}

.theme-heim .shop-filters.has-toggle .wc-block-components-checkbox-list>li[hidden] {
    display: list-item;
    pointer-events: all;
    opacity: 1
}

.theme-heim .wc-block-components-product-price__value {
    text-decoration: none
}

.theme-heim .wc-block-components-product-rating {
    display: flex;
    align-items: center
}

.theme-heim .wc-block-components-product-rating__stars {
    font-family: "heim-icons";
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    width: 5rem;
    height: 18px;
    margin: 0
}

.theme-heim .wc-block-components-product-rating__stars:before {
    content: "\e913\e913\e913\e913\e913";
    line-height: initial;
    opacity: .3
}

.theme-heim .wc-block-components-product-rating__stars span:before {
    content: "\e913\e913\e913\e913\e913";
    line-height: initial
}

.theme-heim .wc-block-components-product-rating:has(.wc-block-components-product-rating__link) {
    display: none
}

.theme-heim .wc-block-components-product-rating__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .75rem;
    line-height: 1;
    height: 1.563rem;
    opacity: .5
}

.theme-heim .wc-block-grid .wc-block-grid__product-onsale,
.theme-heim .wc-block-grid__product-image .wc-block-grid__product-onsale,
.theme-heim .wc-block-components-product-sale-badge,
.theme-heim .wc-block-components-product-badge {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--global--color-highlight);
    height: auto;
    padding: 0 8px;
    text-transform: none;
    border-color: var(--global--color-highlight);
    border-radius: 50px;
    background: none
}

.theme-heim .wc-block-components-product-metadata {
    font-size: .75rem
}

.theme-heim .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
    margin-bottom: .5em
}

.theme-heim .wc-block-components-button:not(.is-link):focus {
    outline: 0;
    box-shadow: none
}

body.theme-heim:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    outline: 0;
    box-shadow: none
}

.theme-heim .wc-block-components-button:not(.is-link).contained,
.theme-heim .wc-block-components-button:not(.is-link).contained:active,
.theme-heim .wc-block-components-button:not(.is-link).contained:disabled,
.theme-heim .wc-block-components-button:not(.is-link).contained:focus,
.theme-heim .wc-block-components-button:not(.is-link).contained:hover {
    color: var(--buttons--font-color);
    background-color: var(--buttons--background-color)
}

.theme-heim .wc-block-components-button:not(.is-link).outlined:not(:focus),
.theme-heim .wc-block-components-button:not(.is-link).outlined {
    box-shadow: inset 0 0 0 1px var(--buttons--border-color)
}

.theme-heim .wc-block-components-button:not(.is-link).outlined:active,
.theme-heim .wc-block-components-button:not(.is-link).outlined:disabled,
.theme-heim .wc-block-components-button:not(.is-link).outlined:focus,
.theme-heim .wc-block-components-button:not(.is-link).outlined:hover {
    color: var(--buttons--background-color);
    box-shadow: inset 0 0 0 1px var(--buttons--background-color);
    background-color: transparent
}

.theme-heim .wc-block-components-chip {
    position: relative;
    justify-content: center;
    font-size: .813rem;
    line-height: var(--label-buttons--line-height);
    height: auto;
    min-height: var(--label-buttons--height);
    padding: var(--label-buttons--padding)
}

.theme-heim .wc-block-components-chip,
.theme-heim .wc-block-components-chip:active,
.theme-heim .wc-block-components-chip:focus,
.theme-heim .wc-block-components-chip:hover {
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

.theme-heim .wc-block-components-chip.wc-block-components-chip--radius-large {
    padding-left: 1.375rem;
    padding-right: calc(1.375rem - 8px)
}

.theme-heim .wc-block-components-chip.is-removable {
    padding-right: 0
}

.theme-heim .wc-block-components-chip .wc-block-components-chip__text {
    font-size: .813rem
}

.theme-heim .wc-block-components-chip.is-removable .wc-block-components-chip__text {
    padding-right: 0;
    text-decoration: line-through;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.3s ease
}

.theme-heim .wc-block-components-chip.is-removable:hover .wc-block-components-chip__text {
    text-decoration-color: var(--global--color-font)
}

.theme-heim .wc-block-components-chip .wc-block-components-chip__remove {
    line-height: 1;
    width: auto;
    height: 100%;
    padding: 0 calc(1.375rem - 0.75rem);
    background: none
}

.theme-heim .wc-block-components-chip .wc-block-components-chip__remove:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.theme-heim .wc-block-components-chip .wc-block-components-chip__remove:hover {
    opacity: 1
}

.theme-heim .wc-block-components-chip .wc-block-components-chip__remove-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--global--color-font)
}

.theme-heim .wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,
.theme-heim .wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,
.theme-heim button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,
.theme-heim button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
    fill: var(--global--color-font)
}

@media (min-width:1024px) {
    .heim-shop-sidebar-wrapper .wc-block-active-filters .wc-block-components-chip {
        min-height: 0;
        padding: .375rem 0 .375rem .375rem
    }

    .heim-shop-sidebar-wrapper .wc-block-active-filters .wc-block-components-chip.wc-block-components-chip--radius-large {
        padding-left: 1rem
    }

    .heim-shop-sidebar-wrapper .wc-block-active-filters .wc-block-components-chip .wc-block-components-chip__remove {
        padding: 0 .563rem 0 .188rem
    }

    .heim-shop-sidebar-wrapper #heim-shop-active-filters .wc-block-active-filters__list .wc-block-active-filters__clear-all {
        padding: .375rem 1rem
    }

    .heim-shop-sidebar-wrapper #heim-shop-active-filters .wc-block-active-filters__list .wc-block-active-filters__clear-all:after {
        margin: 0 .563rem 0 .188rem;
        padding: 0
    }
}

.theme-heim .wc-block-components-filter-reset-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3333333333;
    height: 2rem;
    padding: 0 1rem 1px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5em
}

.theme-heim .wc-block-components-filter-reset-button {
    border-color: var(--label-buttons--border-color);
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

.theme-heim .wc-block-components-filter-reset-button:hover {
    opacity: 1;
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

.theme-heim .wp-block-woocommerce-filter-wrapper .wc-block-components-filter-submit-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    line-height: 1.3333333333;
    height: 2rem;
    padding: 0 1rem 1px
}

.theme-heim .wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:not(.is-loading):disabled {
    opacity: 1;
    cursor: pointer
}

.theme-heim .wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:not(.is-loading):disabled:hover {
    opacity: var(--buttons--hover-opacity)
}

.theme-heim .wc-block-components-filter-submit-button:disabled.is-loading {
    opacity: .15
}

.theme-heim .wp-block-woocommerce-filter-wrapper h3 {
    font-size: 18px;
    margin-bottom: 24px
}

.theme-heim .wc-block-active-filters {
    margin-bottom: 0
}

.theme-heim .wc-block-active-filters .wc-block-active-filters__list {
    margin: 0
}

.theme-heim .wc-block-active-filters .wc-block-active-filters__list li {
    margin: 0
}

.theme-heim .wc-block-active-filters .wc-block-active-filters__list-item-type {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none
}

.theme-heim .wc-block-active-filters .wc-block-active-filters__list-item-remove {
    border: 1px solid;
    background: none
}

.theme-heim .wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,
.theme-heim .wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
    background: none
}

.theme-heim .wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,
.theme-heim .wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon {
    fill: currentColor
}

.theme-heim .wc-block-active-filters .wc-block-active-filters__clear-all {
    float: none;
    height: auto;
    margin: 24px 0 0
}

.theme-heim .wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading {
    margin-top: 0;
    padding-bottom: 1px
}

.theme-heim .wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips {
    gap: 0 .625rem
}

.theme-heim .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
    min-width: 80px;
    height: var(--label-buttons--height);
    border-radius: var(--label-buttons--height)
}

.theme-heim .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
    display: none
}

.theme-heim .wp-block-woocommerce-filter-wrapper .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border-color: transparent !important;
    border-radius: 0
}

.theme-heim .components-form-token-field__input-container {
    font-family: inherit
}

.theme-heim .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    background: var(--inputs--background-color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat calc(100% - 1.25rem) 50%
}

.theme-heim .wp-block-woocommerce-filter-wrapper .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    padding: .75rem calc(2.5rem + 16px) .75rem 1.25rem
}

.theme-heim .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    font-size: 16px;
    color: currentColor;
    margin: 0;
    background: transparent
}

.theme-heim .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input {
    margin: 0
}

.theme-heim .wc-blocks-components-form-token-field-wrapper+svg {
    visibility: hidden
}

.theme-heim .components-form-token-field__token {
    color: var(--global--color-font)
}

.theme-heim .wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
    background-color: transparent
}

.theme-heim .wc-block-attribute-filter {
    margin-bottom: 0
}

.theme-heim .wc-block-attribute-filter .is-loading {
    margin-top: 0
}

.theme-heim .wc-block-attribute-filter__actions {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 32px
}

.theme-heim .wc-block-attribute-filter__actions:empty {
    display: none
}

.theme-heim .wp-block-woocommerce-rating-filter {
    margin-bottom: 0
}

.theme-heim .wp-block-woocommerce-rating-filter .wc-block-components-product-rating.is-active {
    font-weight: 400
}

.theme-heim .wp-block-woocommerce-rating-filter .wc-block-components-checkbox__label {
    text-decoration: none
}

.theme-heim .wc-block-components-product-rating-count {
    margin-left: 8px;
    opacity: .5
}

.theme-heim .wc-block-rating-filter__actions {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 32px
}

.theme-heim .wc-block-rating-filter__actions:empty {
    display: none
}

.theme-heim .wc-block-stock-filter {
    margin-bottom: 0
}

.theme-heim .wc-block-stock-filter__actions {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 32px
}

.theme-heim .wc-block-components-price-slider {
    margin-top: 33px;
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px
}

.theme-heim .shop-filters.has-toggle>.widget>:not(.no-toggle) .wc-block-components-price-slider {
    margin-top: 0;
    margin-bottom: 0
}

.theme-heim .wc-block-components-price-slider__range-input-wrapper {
    height: 2px;
    border-radius: 0
}

.theme-heim .rtl .wc-block-components-price-slider__range-input-progress,
.theme-heim .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(90deg, transparent var(--low), var(--price-slider--border-color) 0, var(--price-slider--border-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    height: 2px;
    background: var(--track-background)
}

.theme-heim .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-color: var(--price-slider--border-color);
    background: var(--price-slider--background-color)
}

.theme-heim .wc-block-components-price-slider__range-input::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-color: var(--price-slider--border-color);
    background: var(--price-slider--background-color)
}

.theme-heim .wc-block-components-price-slider__range-input::-ms-thumb {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-color: var(--price-slider--border-color);
    background: var(--price-slider--background-color)
}

.theme-heim .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    border-color: var(--price-slider--border-color);
    background: var(--price-slider--background-color)
}

.theme-heim .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    border-color: var(--price-slider--border-color);
    background: var(--price-slider--background-color)
}

.theme-heim .wc-block-components-price-slider__range-input::-ms-thumb:hover {
    border-color: var(--price-slider--border-color);
    background: var(--price-slider--background-color)
}

.theme-heim .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
    border-color: var(--price-slider--border-color);
    background: var(--price-slider--background-color)
}

.theme-heim .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
    border-color: var(--price-slider--border-color);
    background: var(--price-slider--background-color)
}

.theme-heim .wc-block-components-price-slider__range-input:focus::-ms-thumb {
    border-color: var(--price-slider--border-color);
    background: var(--price-slider--background-color)
}

.theme-heim .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    transform: translate(0, 1px)
}

.theme-heim .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    transform: translate(0, 1px)
}

.theme-heim .wc-block-components-price-slider__controls {
    margin-bottom: 30px
}

.theme-heim .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 80px
}

.theme-heim .wc-block-components-price-slider__range-text {
    margin-bottom: 0
}

.theme-heim .wc-block-components-price-slider__actions {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 24px
}

.theme-heim .wc-block-components-drawer__screen-overlay {
    background-color: transparent
}

.theme-heim .wc-block-components-drawer__screen-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 1;
    transition: opacity 0.3s;
    animation-duration: 0.4s;
    animation-name: fadein;
    background-color: var(--aside--overlay-color)
}

.theme-heim .wc-block-components-drawer__screen-overlay--with-slide-in {
    animation: none
}

.theme-heim .wc-block-components-drawer__screen-overlay--with-slide-in.wc-block-components-drawer__screen-overlay--is-hidden:before {
    opacity: 0
}


.theme-heim .wc-block-components-drawer {
    background: var(--aside--background-color)
}

.theme-heim .wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s
}

.theme-heim .wc-block-components-drawer:after {
    display: none
}

body.theme-heim .wc-block-components-drawer .wc-block-components-drawer__close:not(.is-link),
body.theme-heim .wc-block-components-drawer .wc-block-components-drawer__close {
    display: block;
    top: 22px;
    right: var(--modal--spacing);
    font-size: 20px;
    line-height: 30px;
    color: var(--global--color-font);
    width: 34px;
    height: 34px;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    border: 1px solid var(--label-buttons--border-color);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

body.theme-heim .wc-block-components-drawer .wc-block-components-drawer__close:hover {
    opacity: 1;
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

body.theme-heim .wc-block-components-drawer .wc-block-components-drawer__close:before {
    display: inline-block;
    font-family: "heim-icons";
    font-weight: 400;
    font-variant: normal;
    content: "\e909"
}

.theme-heim .wc-block-components-drawer .components-modal__header .components-tooltip,
.theme-heim .wc-block-components-drawer__close svg {
    display: none
}

@media (max-width:768px) {
    .theme-heim .wc-block-components-drawer {
        padding-left: var(--page--spacing);
        background: transparent
    }

    body.theme-heim .wc-block-components-drawer .wc-block-components-drawer__close:not(.is-link),
    body.theme-heim .wc-block-components-drawer .wc-block-components-drawer__close {
        top: 18px
    }
}

.theme-heim .wc-block-components-quantity-selector {
    align-items: center;
    width: 5.5rem;
    margin: 0;
    padding: .25rem;
    border-radius: 5rem;
    transition: background-color 0.2s ease;
    background-color: var(--label-buttons--background-color)
}

.theme-heim .wc-block-components-quantity-selector:has(input.wc-block-components-quantity-selector__input:focus),
.theme-heim .wc-block-components-quantity-selector:hover {
    background-color: var(--label-buttons--background-contrast-color)
}

.theme-heim .wc-block-components-quantity-selector:after {
    opacity: 1;
    border: 1px solid var(--label-buttons--border-color);
    border-radius: 5rem;
    transition: border-color 0.2s ease
}

.theme-heim .wc-block-components-quantity-selector:hover:after {
    border-color: var(--label-buttons--border-contrast-color)
}

.theme-heim .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: .875rem;
    font-weight: 400;
    min-width: 2rem;
    height: 1.75rem;
    padding: 0
}

.theme-heim .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    box-shadow: none;
    background-color: transparent
}

.theme-heim .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "heim-icons";
    font-size: 0;
    line-height: 1;
    font-weight: 400;
    color: var(--global--color-font);
    min-width: 1.75rem;
    height: 1.75rem;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    opacity: 1;
    transition: background-color 0.2s ease;
    background-color: var(--label-buttons--background-color)
}

.theme-heim .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    opacity: 1
}

.theme-heim .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:not(:disabled) {
    background-color: var(--inputs--focus-color)
}

.theme-heim .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: none
}

.theme-heim .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    opacity: 1
}

.theme-heim .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:after {
    font-size: .875rem
}

.theme-heim .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:after {
    content: "\e919"
}

.theme-heim .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:after {
    content: "\e91b"
}

.theme-heim .wc-block-grid__products {
    display: flex !important;
    row-gap: 20px;
    margin-left: calc(-1 * (var(--products--gap) / 2));
    margin-right: calc(-1 * (var(--products--gap) / 2));
    margin-bottom: 0
}

.theme-heim .wc-block-grid[data-content-visibility*='button":false'] .wc-block-grid__products {
    row-gap: 54px
}

@media (max-width:1025px) {

    .theme-heim .wc-block-grid[data-content-visibility*='button":false'] .wc-block-grid__products,
    .theme-heim .wc-block-grid__products {
        row-gap: 34px
    }
}

.theme-heim .wc-block-grid .wc-block-grid__product {
    display: flex;
    flex-direction: column;
    border-right-width: calc(var(--products--gap) / 2);
    border-bottom-width: 0;
    border-left-width: calc(var(--products--gap) / 2);
    text-align: start
}

.theme-heim .wc-block-grid .wc-block-grid__products .wc-block-grid__product:nth-child(n) {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0
}

.theme-heim .wc-block-grid__product .wc-block-grid__product-link {
    order: -1;
    text-decoration: none
}

@media (min-width:750px) and (max-width:1023px) {
    .theme-heim .wc-block-grid:not(.has-1-columns):not(.has-2-columns):not(.has-4-columns) .wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 33.33%;
        max-width: 33.33%
    }
}

@media (min-width:750px) and (max-width:781px) {
    .theme-heim .wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%
    }
}

@media (max-width:749px) {
    .theme-heim .wc-block-grid:not(.has-1-columns) .wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%
    }
}

.theme-heim .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
    margin-bottom: 1.5rem
}

.theme-heim .wc-block-grid__products .wc-block-grid__product-image img {
    width: 100%;
    transition: opacity 0.3s ease
}

body.has-hover .wc-block-grid__products .wc-block-grid__product-image a:hover img:last-child,
body.has-hover .wc-block-grid__products .wc-block-grid__product-link:hover .wc-block-grid__product-image img:last-child {
    opacity: .9
}

@media (max-width:1080px) {
    .theme-heim .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
        margin-bottom: .75rem
    }
}

.theme-heim .wc-block-grid__products img.heim-product-hover-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
    opacity: 0;
    transition: opacity 0.4s ease
}

body.has-hover .wc-block-grid__products .wc-block-grid__product-link:hover img.heim-product-hover-thumbnail {
    opacity: 1
}

.theme-heim .wc-block-grid__product .wc-block-components-product-image {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.theme-heim .wc-block-grid__product .wc-block-components-product-image:first-child {
    margin-top: 0
}

.theme-heim .wc-block-grid__product .wc-block-components-product-image:last-child {
    margin-bottom: 0
}

@media (max-width:1080px) {
    .theme-heim .wc-block-grid__product .wc-block-components-product-image {
        margin-bottom: .75rem
    }
}

.theme-heim .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.theme-heim .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 1.125rem;
    line-height: 1.44;
    font-weight: 400
}

.theme-heim .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:not(.wc-block-components-product-title),
.theme-heim .wc-block-grid__product .wc-block-grid__product-title:not(.wc-block-components-product-title) {
    margin-bottom: 0;
    text-decoration: underline solid transparent;
    transition: text-decoration-color 0.3s ease
}

.has-hover .wc-block-grid__product .wc-block-grid__product-title:not(.wc-block-components-product-title):hover {
    text-decoration-color: var(--global--color-font)
}

@media (max-width:1080px) {

    .theme-heim .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
    .theme-heim .wc-block-grid__product .wc-block-grid__product-title {
        font-size: 1rem;
        line-height: 1.53
    }
}

.theme-heim .wc-block-components-product-name {
    font-size: inherit;
    text-decoration: none
}

.theme-heim a.wc-block-components-product-name {
    text-decoration: underline solid transparent;
    transition: text-decoration-color 0.3s ease
}

.has-hover a.wc-block-components-product-name:hover {
    text-decoration-color: var(--global--color-font)
}

.theme-heim .wc-block-grid[data-content-visibility*='image":false'] .wc-block-grid__product .heim-label-itsnew {
    position: static;
    margin-top: 0
}

.theme-heim .wc-block-grid__product .wc-block-grid__product-add-to-cart:not(.wc-block-components-product-button),
.theme-heim .wc-block-grid__product .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge),
.theme-heim .wc-block-grid__product .wc-block-grid__product-price:not(.wc-block-components-product-price),
.theme-heim .wc-block-grid__product .wc-block-grid__product-rating:not(.wc-block-components-product-rating) {
    margin: 0
}

.theme-heim .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    display: none
}

.theme-heim .wc-block-components-product-sale-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    font-weight: 400;
    color: var(--global--color-highlight);
    height: 1.625rem;
    padding: 0 .75rem;
    border: 1px solid;
    border-radius: 5rem;
    text-transform: none;
    background: none
}

.theme-heim .wc-block-grid__product .wc-block-components-product-sale-badge {
    margin-right: .375rem
}

.theme-heim .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge {
    margin-right: 0
}

.theme-heim .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,
.theme-heim .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
    top: 12px;
    left: 12px
}

.theme-heim .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.theme-heim .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
    top: 12px;
    right: 12px
}

.theme-heim .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,
.theme-heim .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
    top: 12px
}

.theme-heim .wc-block-components-product-stock-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    font-weight: 400;
    height: 1.625rem;
    margin-right: .375rem;
    padding: 0 .75rem;
    border: 1px solid;
    border-radius: 5rem;
    text-transform: none;
    background: none
}

.theme-heim .wc-block-components-product-sku strong {
    font-weight: 400
}

.theme-heim .wc-block-grid__product .wc-block-grid__product-price {
    font-size: .875rem;
    margin-left: 0;
    margin-right: 0
}

.theme-heim .wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: 0
}

.theme-heim .wc-block-grid__product .wc-block-grid__product-price del {
    display: inline-block;
    color: inherit;
    opacity: .5
}

.theme-heim .wc-block-grid__product .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-heim .wc-block-grid__product .wc-block-grid__product-price .onsale {
    top: -.063rem;
    margin-left: .375rem
}

.theme-heim .wc-block-components-product-price__value.is-discounted {
    margin-left: .25rem
}

.theme-heim .wc-block-components-product-rating+.wc-block-components-product-price,
.theme-heim .wc-block-components-product-title+.wc-block-components-product-price {
    margin-top: -12px
}

.theme-heim .wc-block-grid__product-rating .star-rating,
.theme-heim .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: "heim-icons";
    text-transform: none;
    font-size: .857rem;
    line-height: 1;
    font-weight: 400;
    width: 4.313rem;
    height: 1.125rem
}

.theme-heim .wc-block-grid__product .wc-block-grid__product-rating {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px
}

.theme-heim .wc-block-grid__product:not(.wc-block-layout) .wc-block-grid__product-rating {
    order: -1
}

.theme-heim .wc-block-grid__product-rating .star-rating:before,
.theme-heim .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "\e913\e913\e913\e913\e913";
    color: inherit;
    opacity: .3
}

.theme-heim .wc-block-grid__product-rating .star-rating span:before,
.theme-heim .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    content: "\e913\e913\e913\e913\e913"
}

.theme-heim .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.theme-heim .wc-block-grid__product .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    margin: .313rem 0 .125rem
}

.theme-heim .wc-block-components-product-title+.wc-block-components-product-rating {
    margin-top: -12px
}

.theme-heim .wc-block-components-product-summary {
    margin-bottom: 12px
}

.theme-heim .wc-block-components-product-summary>*:not(:last-child) {
    margin-bottom: 12px
}

.theme-heim .wc-block-components-product-summary>ol,
.theme-heim .wc-block-components-product-summary>ul {
    padding-left: 0
}

@media (max-width:1080px) {
    .theme-heim .wc-block-components-product-summary {
        font-size: .875rem
    }
}

.theme-heim .wc-block-grid__product .wp-block-button {
    align-items: flex-start
}

.theme-heim .wc-block-grid__product .wp-block-button:last-child {
    margin-top: .625rem
}

.theme-heim .wc-block-grid__product .wp-block-button .wp-block-button__link {
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    color: inherit;
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 0;
    text-decoration: underline solid var(--global--color-font);
    text-align: start;
    border-radius: 0;
    transition: text-decoration-color 0.3s ease;
    background-color: transparent
}

.editor-styles-wrapper .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
    text-align: left;
}

.editor-styles-wrapper .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.editor-styles-wrapper .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: transparent;
    color: #333;
    padding: 0;
    height: auto;
    text-decoration: underline;
}

.editor-styles-wrapper .wc-block-grid__product .wc-block-grid__product-price {
    margin: 0 !important;
}



.theme-heim .wc-block-grid__product .wp-block-button .wp-block-button__link:hover {
    opacity: 1;
    text-decoration-color: transparent
}

.theme-heim .wc-block-grid .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: 1
}

.theme-heim .wc-block-grid .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    position: absolute;
    top: 50%;
    right: -1.75rem;
    z-index: 100;
    display: block;
    font-family: inherit;
    content: " ";
    width: 1rem;
    height: 1rem;
    margin: -.5rem 0 0;
    border-width: var(--spinner--border-width);
    border-style: solid;
    border-color: var(--global--color-font) var(--global--color-font) var(--global--color-body) var(--global--color-body);
    border-radius: 2rem;
    transform: translateZ(0);
    -webkit-animation: heimSpin 0.6s infinite linear;
    animation: heimSpin 0.6s infinite linear
}

.theme-heim .wc-block-grid .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    position: absolute;
    right: -1.625rem;
    display: block;
    font-size: .875rem;
    margin-left: 0
}

.theme-heim .wc-block-grid .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:not(.wc-block-components-product-button__button):after {
    animation: heimHide 0s ease-in 0.5s;
    animation-fill-mode: forwards
}

.theme-heim .wc-block-grid__product .wp-block-button .added_to_cart {
    display: none
}

@media (min-width:1026px) {
    .theme-heim .wc-block-grid__product .wp-block-button:last-child {
        opacity: 0;
        transform: translateY(10px);
        transition: transform 0.3s ease, opacity 0.3s ease
    }

    .theme-heim .wc-block-grid__product:hover .wp-block-button:last-child {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:1025px) {
    body:not(.product-button-mobile) .wc-block-grid__product .wp-block-button:last-child {
        display: none
    }

    body.product-button-mobile .wc-block-grid__product .wp-block-button:last-child {
        opacity: 1;
        transform: none
    }
}

.theme-heim .wc-block-all-products .wc-block-grid .wc-block-grid__product {
    display: block
}

.theme-heim .wc-block-grid .wc-block-grid__product.wc-block-layout:nth-child(n) {
    font-size: .75rem
}

.theme-heim .wc-block-all-products .is-loading .wc-block-components-product-rating,
.theme-heim .wp-block-query .is-loading .wc-block-components-product-rating {
    margin-left: 0;
    margin-right: 0
}

.theme-heim .wc-block-components-sort-select {
    margin-bottom: 50px
}

.theme-heim .wc-block-components-sort-select__label {
    display: none
}

.theme-heim .wc-block-components-sort-select__select {
    font-size: var(--label-buttons--font-size);
    line-height: var(--label-buttons--line-height);
    height: calc(var(--label-buttons--height) + 0.375rem);
    padding: 0 calc((1.25rem * 2) + 14px) 0 1.375rem;
    border: 1px solid var(--label-buttons--border-color);
    border-radius: 5rem;
    transition: border-color 0.2s ease;
    background-color: var(--label-buttons--background-color)
}

.theme-heim .wc-block-components-sort-select__select:focus,
.theme-heim .wc-block-components-sort-select__select:hover {
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

@media (max-width:460px) {
    .theme-heim .wc-block-components-sort-select {
        margin-bottom: 40px
    }
}

.theme-heim .wc-block-components-pagination {
    margin-top: 28px;
    margin-bottom: 0
}

.theme-heim .wc-block-components-pagination__ellipsis,
.theme-heim .wc-block-components-pagination__page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    color: var(--global--color-font);
    min-width: 2.375rem;
    height: auto;
    min-height: 2.375rem;
    margin: 0 .125rem .25rem;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: border 0.2s ease
}

.theme-heim .wc-block-components-pagination-page--arrow {
    display: none
}

.has-hover .wc-block-components-pagination__page:hover,
.theme-heim .wc-block-components-pagination__page--active[disabled] {
    font-weight: 400;
    color: var(--global--color-font);
    opacity: 1;
    border-color: var(--global--color-font)
}

.theme-heim .wp-block-post-template .wp-block-post.product .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-heim .wp-block-post-template .wp-block-post.product .wc-block-grid__product-price .onsale {
    display: none
}

.theme-heim .wp-block-post-template .wp-block-post.product .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    height: var(--buttons--height);
    padding: var(--buttons--padding)
}

.theme-heim .wp-block-woocommerce-featured-category {
    overflow: visible
}

.theme-heim .wc-block-featured-category__wrapper {
    height: auto;
    padding: max(calc(var(--page--spacing) * 2), 10%) max(var(--page--spacing), 10%)
}

.theme-heim .wc-block-featured-category__description,
.theme-heim .wc-block-featured-category__link,
.theme-heim .wc-block-featured-category__title {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px
}

.theme-heim .wc-block-featured-category__title {
    font-size: 1.75rem
}

.theme-heim .wc-block-featured-category__description {
    padding-bottom: 38px
}

.theme-heim .wc-block-featured-category__link .wp-block-button .wp-block-button__link {
    font-size: .875rem;
    height: 2.5rem
}

.theme-heim .wc-block-featured-category__link:last-child {
    padding-bottom: 6px
}

.theme-heim .wp-block-woocommerce-featured-category.is-style-heim-simplified {
    aspect-ratio: 1/1;
    min-height: initial !important;
    max-height: none;
    align-content: flex-end
}

.theme-heim .wp-block-woocommerce-featured-category.is-style-heim-simplified .wc-block-featured-category__wrapper {
    padding: var(--cover--padding)
}

.theme-heim .wp-block-woocommerce-featured-category.is-style-heim-simplified .wc-block-featured-category__description,
.theme-heim .wp-block-woocommerce-featured-category.is-style-heim-simplified .wc-block-featured-category__title {
    text-align: start
}

.theme-heim .wp-block-woocommerce-featured-category.is-style-heim-simplified .wc-block-featured-category__description,
.theme-heim .wp-block-woocommerce-featured-category.is-style-heim-simplified .wc-block-featured-category__link,
.theme-heim .wp-block-woocommerce-featured-category.is-style-heim-simplified .wc-block-featured-category__title {
    padding-bottom: 0
}

.theme-heim .wp-block-woocommerce-featured-category.is-style-heim-simplified .wc-block-featured-category__background-image {
    transition: opacity 0.2s ease
}

.has-hover .wp-block-woocommerce-featured-category.is-style-heim-simplified:hover .wc-block-featured-category__background-image {
    opacity: .9
}

.theme-heim .wp-block-woocommerce-featured-category.is-style-heim-simplified .wc-block-featured-category__title {
    font-size: 1.5rem;
    text-decoration: underline solid transparent;
    text-decoration-thickness: 1px;
    transition: text-decoration-color 0.3s ease
}

.has-hover .wp-block-woocommerce-featured-category.is-style-heim-simplified:hover .wc-block-featured-category__title {
    text-decoration-color: currentColor
}

.theme-heim .wp-block-woocommerce-featured-category.is-style-heim-simplified .wc-block-featured-category__title+.wc-block-featured-category__description {
    padding-top: 18px
}

.theme-heim .wp-block-woocommerce-featured-category.is-style-heim-simplified .wp-block-button .wp-block-button__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    height: auto;
    border-radius: 0;
    background-color: transparent !important
}

.theme-heim .wc-block-featured-product {
    aspect-ratio: 3/2;
    min-height: initial !important;
    max-height: 37.5rem;
    overflow: visible
}

.theme-heim .wc-block-featured-product__wrapper {
    height: auto;
    padding: max(calc(var(--page--spacing) * 2), 10%) max(var(--page--spacing), 10%)
}

.theme-heim .wc-block-featured-product__description,
.theme-heim .wc-block-featured-product__link,
.theme-heim .wc-block-featured-product__price,
.theme-heim .wc-block-featured-product__title,
.theme-heim .wc-block-featured-product__variation {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 18px
}

.theme-heim .wc-block-featured-product__title {
    font-size: clamp(26px, 6vw, 30px);
    padding-bottom: 34px
}

.theme-heim .wc-block-featured-product__price:nth-last-child(2),
.theme-heim .wc-block-featured-product__description:nth-last-child(2) {
    padding-bottom: 26px
}

.theme-heim .wc-block-featured-product .wc-block-featured-product__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 18px;
    padding-bottom: 0;
    overflow: hidden
}

.theme-heim .wc-block-featured-product .wc-block-featured-product__description>* {
    line-height: 1.5
}

.theme-heim .wc-block-featured-product .wc-block-featured-product__description>*:not(:last-child) {
    margin-bottom: 18px
}

.theme-heim .wc-block-featured-product__price {
    font-size: 1.25rem
}

.theme-heim .wc-block-featured-product__price:nth-last-child(2) {
    padding-top: 2px
}

.theme-heim .wc-block-featured-product__price ins {
    text-decoration: none
}

.theme-heim .wc-block-featured-product__price .onsale {
    top: .063rem;
    font-size: .875rem;
    color: currentColor;
    height: 1.313rem;
    margin-left: .5rem;
    vertical-align: text-top
}

.theme-heim .wc-block-featured-product__link .wp-block-button .wp-block-button__link {
    font-size: .875rem;
    height: 2.5rem
}

.theme-heim .wc-block-featured-product__link:last-child {
    padding-bottom: 6px
}

@media (max-width:460px) {
    .theme-heim .wc-block-featured-product .wc-block-featured-product__description {
        -webkit-line-clamp: 5
    }
}

.theme-heim .wc-block-components-review-sort-select {
    text-align: start
}

@media (min-width:750px) and (max-width:1025px) {
    .theme-heim .wc-block-components-review-list.wc-block-components-review-list {
        padding-left: 1.688rem
    }
}

.theme-heim .wc-block-components-review-list-item__item {
    position: relative;
    margin: 0 0 1.25rem;
    padding: 1.75rem 2rem;
    border: 1px solid var(--global--color-border)
}

.theme-heim div[class*='-reviews'].has-image .wc-block-components-review-list-item__item {
    padding-left: 2.5rem
}

.theme-heim .wc-block-components-review-list-item__info {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.25rem
}

.theme-heim .wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: 0 1fr;
    grid-template-columns: 0 1fr
}

.theme-heim .wc-block-components-review-list-item__image {
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 1.438rem;
    left: -1.688rem;
    width: auto;
    height: auto
}

.theme-heim .wc-block-components-review-list-item__image>img {
    width: 3.375rem;
    height: 3.375rem;
    padding: 0;
    border: 0 none;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    background: none
}

.theme-heim .wc-block-components-review-list-item__author,
.theme-heim .wc-block-components-review-list-item__product {
    font-weight: 400
}

.theme-heim .wc-block-components-review-list-item__product>a {
    text-decoration-color: transparent
}

.has-hover .wc-block-components-review-list-item__product>a:hover {
    text-decoration-color: var(--global--color-font)
}

.theme-heim div[class*='-reviews'].has-name .wc-block-components-review-list-item__rating,
.theme-heim div[class*='-reviews'].has-product-name .wc-block-components-review-list-item__rating {
    margin-left: auto
}

.theme-heim .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
    font-family: "heim-icons";
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    font-weight: 400;
    width: 5rem;
    height: 1rem
}

.theme-heim .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
    content: "\e913\e913\e913\e913\e913";
    color: inherit;
    opacity: .3
}

.theme-heim .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
    content: "\e913\e913\e913\e913\e913";
    color: var(--global--color-font)
}

.theme-heim .wc-block-components-review-list-item__published-date:not(:first-child),
.theme-heim div[class*='-reviews'].has-product-name .wc-block-components-review-list-item__author {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    opacity: .5
}

@media (max-width:749px) {

    .theme-heim div[class*='-reviews'].has-image .wc-block-components-review-list-item__item,
    .theme-heim div[class*='-reviews'].has-image .wc-block-components-review-list-item__item,
    .theme-heim .wc-block-components-review-list-item__item {
        padding: 1.375rem 1.375rem 1.625rem 1.375rem
    }

    .theme-heim .wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
        -ms-grid-columns: calc(2.875rem + 12px) 1fr;
        grid-template-columns: calc(2.875rem + 12px) 1fr
    }

    .theme-heim .wc-block-components-review-list-item__image {
        position: relative;
        top: -.125rem;
        left: 0
    }

    .theme-heim .wc-block-components-review-list-item__image>img {
        width: 2.875rem;
        height: 2.875rem
    }

    .theme-heim .wc-block-components-review-list-item__rating {
        order: 6;
        flex-basis: 100%
    }

    .theme-heim .wc-block-components-review-list-item__rating:not(:only-child):not(:nth-last-child(2)) {
        margin-top: calc(1.25rem + 0.125rem)
    }

    .theme-heim div[class*='-reviews'].has-image .wc-block-components-review-list-item__rating:not(:only-child):not(:nth-last-child(2)) {
        margin-left: calc(-1 * (2.875rem + 12px))
    }
}

.theme-heim .wc-block-components-load-more {
    margin-top: 50px
}

.theme-heim .wc-block-product-categories-list {
    list-style-type: none
}

.theme-heim .wc-block-product-categories>.wc-block-product-categories-list:first-child {
    margin-bottom: -8px
}

.theme-heim .wc-block-product-categories .wc-block-product-categories-list-item {
    margin-top: 0;
    margin-bottom: 8px
}

.theme-heim .wc-block-product-categories .wc-block-product-categories-list-item>a {
    text-decoration-color: transparent
}

.has-hover .wc-block-product-categories .wc-block-product-categories-list-item>a:hover {
    text-decoration-color: var(--global--color-font)
}

.theme-heim .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    max-width: 40px;
    margin-right: .625rem;
    border: 0 none
}

.theme-heim .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
    margin: 6px 0 0;
    padding-left: 0
}

.theme-heim .wc-block-product-categories-list-item-count {
    opacity: .5
}

.theme-heim .wc-block-product-categories__button {
    align-self: center;
    max-height: 38px
}

.theme-heim .site .wc-block-mini-cart__button {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent
}

.theme-heim .site .wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: 1
}

.theme-heim .wc-block-mini-cart__icon {
    display: none
}

.theme-heim .wc-block-mini-cart__quantity-badge:before {
    display: inline-block;
    font-family: "heim-icons";
    font-weight: 400;
    font-variant: normal;
    content: "\e906";
    font-size: calc(var(--header--font-size) + 2px);
    line-height: 1
}

.theme-heim .wc-block-mini-cart__quantity-badge {
    position: relative;
    display: flex;
    align-items: center
}

.theme-heim .wc-block-mini-cart__badge {
    position: absolute;
    left: 100%;
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: var(--buttons--font-color);
    min-width: 15px;
    height: 15px;
    margin-left: -7px;
    padding: 0 3px;
    border: 0 none;
    white-space: nowrap;
    transform: translateY(calc(-50% - 1px));
    border-radius: 20px;
    background: var(--buttons--background-color)
}

body.woocommerce-checkout .wc-block-mini-cart__badge:empty,
body.woocommerce-cart .wc-block-mini-cart__badge:empty {
    visibility: hidden
}

.site-header-tools .wc-block-mini-cart {
    display: inline-block;
    visibility: visible !important
}

.site .site-header-tools .wc-block-mini-cart__button {
    display: inline-block
}

.woocommerce-checkout .site-header-tools .wc-block-mini-cart__button,
.woocommerce-cart .site-header-tools .wc-block-mini-cart__button {
    cursor: default
}

.site-header-tools .wc-block-mini-cart__badge {
    opacity: 0;
    transition: opacity 0.2s ease
}

body.heim-cart-count-show .site-header-tools .wc-block-mini-cart__badge {
    opacity: 1
}

.site-header-tools .wc-block-mini-cart__badge:empty:after {
    content: "0"
}

.site-header-tools .wc-block-components-drawer__screen-overlay--is-hidden {
    opacity: 0;
    pointer-events: none
}

.site-header-tools .wc-block-components-drawer__screen-overlay {
    position: fixed
}

.theme-heim .wc-block-mini-cart__drawer {
    font-size: 16px
}

.theme-heim .wc-block-mini-cart__drawer .components-modal__header {
    position: absolute;
    top: 22px;
    right: var(--modal--spacing)
}

.theme-heim .wp-block-woocommerce-mini-cart-contents {
    background: var(--aside--background-color)
}

.theme-heim .wc-block-mini-cart__drawer .components-modal__header button {
    transform: none
}

.theme-heim .wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices:empty {
    margin: 0
}

.theme-heim h2.wc-block-mini-cart__title {
    font-size: 18px;
    margin: 0;
    padding: 26px var(--modal--spacing);
    border-bottom: 1px solid var(--aside--border-color)
}

.theme-heim .wc-block-mini-cart__items {
    position: relative;
    scrollbar-width: none;
    padding: 0 var(--modal--spacing)
}

.theme-heim .wc-block-mini-cart__drawer.is-loading .wc-block-mini-cart__items:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    content: " ";
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    border-width: var(--spinner--border-width);
    border-style: solid;
    border-color: var(--global--color-font) var(--global--color-font) var(--global--color-body) var(--global--color-body);
    border-radius: 50px;
    transform: translateZ(0);
    animation: heimSpin 0.6s infinite linear
}

.theme-heim .wc-block-mini-cart__items .wc-block-mini-cart__products-table {
    margin-right: 0;
    padding-right: 0
}

.theme-heim .wc-block-mini-cart__drawer.is-loading .wc-block-mini-cart__items .wc-block-mini-cart__products-table {
    visibility: hidden
}

.theme-heim .wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row {
    position: relative;
    -ms-grid-columns: 102px auto auto;
    grid-template-columns: 102px auto auto;
    padding: 18px 0
}

.theme-heim .wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row:not(:last-child) {
    border-bottom: 1px solid var(--aside--border-color)
}

.theme-heim table.wc-block-mini-cart-items,
.theme-heim table.wc-block-mini-cart-items td,
.theme-heim table.wc-block-mini-cart-items th {
    margin: 0
}

.theme-heim .wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    padding-right: 20px
}

.theme-heim .wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 20px;
    padding-bottom: 0
}

.theme-heim .wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end
}

.theme-heim table.wc-block-mini-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    position: absolute;
    top: 28px;
    right: -4px;
    text-decoration: none;
    width: 18px;
    height: 18px;
    overflow: hidden
}

.theme-heim table.wc-block-mini-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:before {
    display: inline-block;
    font-family: "heim-icons";
    font-weight: 400;
    font-variant: normal;
    content: "\e909";
    font-size: 18px;
    line-height: 1
}

.theme-heim table.wc-block-mini-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: min(16px, var(--global--font-size-body));
    line-height: 1.5;
    padding-bottom: 2px
}

.theme-heim .wc-block-mini-cart__drawer .price {
    font-size: min(14px, var(--global--font-size-body-sm))
}

.theme-heim .wc-block-mini-cart__drawer .wc-block-components-product-badge {
    margin-top: 8px;
    margin-bottom: 8px;
    display: none
}

.theme-heim table.wc-block-mini-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
    margin-bottom: 0
}

.theme-heim .wc-block-mini-cart__drawer .wc-block-components-product-metadata__description {
    display: none
}

.theme-heim .wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    padding-top: 8px;
    padding-bottom: 2px
}

.theme-heim .wc-block-mini-cart__footer {
    padding: 24px var(--modal--spacing) 38px
}

.theme-heim .wc-block-mini-cart__footer:after {
    opacity: 1;
    border-color: var(--aside--border-color)
}

.theme-heim .wc-block-mini-cart__footer .wc-block-components-totals-item__value,
.theme-heim .wc-block-mini-cart__footer .wc-block-components-totals-item__label {
    font-size: var(--global--font-size-body-lg);
    font-weight: 400
}

.theme-heim .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    margin-top: 10px;
    margin-bottom: 2px
}

.theme-heim .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
    flex-wrap: wrap;
    gap: 8px
}

.theme-heim .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).outlined:focus,
.theme-heim .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:not(:focus),
.theme-heim .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart {
    order: 1;
    min-height: initial;
    padding: var(--buttons--padding);
    border: 1px solid var(--label-buttons--border-color);
    box-shadow: none;
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

.theme-heim .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:focus,
.theme-heim .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:hover {
    color: inherit;
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

.theme-heim .wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
    font-weight: 400;
    width: 100%;
    border-radius: 24px
}

@media (max-width:1025px) {
    .theme-heim .wc-block-mini-cart__drawer .components-modal__header {
        top: 20px
    }

    .theme-heim h2.wc-block-mini-cart__title {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media (max-width:768px) {
    .theme-heim .wc-block-mini-cart__drawer .components-modal__header {
        top: 18px
    }

    .theme-heim h2.wc-block-mini-cart__title {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .theme-heim .wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        padding-right: 16px
    }

    .theme-heim .wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        padding-right: 16px
    }
}

@media (max-width:480px) {

    .theme-heim .wc-block-mini-cart__footer .wc-block-components-totals-item__value,
    .theme-heim .wc-block-mini-cart__footer .wc-block-components-totals-item__label {
        font-size: var(--global--font-size-body)
    }

    .theme-heim .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button:not(.is-link).outlined:focus,
    .theme-heim .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:not(:focus),
    .theme-heim .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart {
        display: flex
    }

    .theme-heim .wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
        font-size: var(--global--font-size-body-sm)
    }

    .theme-heim .wc-block-mini-cart__footer {
        padding-bottom: 30px
    }
}

.theme-heim .wp-block-woocommerce-empty-mini-cart-contents-block {
    justify-content: flex-start
}

.theme-heim .wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: max(80px, 12vh);
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    text-align: center
}

.theme-heim .wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper:before {
    display: inline-block;
    font-family: "heim-icons";
    font-weight: 400;
    font-variant: normal;
    content: "\e915";
    font-size: 40px;
    line-height: 1;
    margin-bottom: 14px
}

.theme-heim .wc-block-mini-cart__empty-cart-wrapper>p:first-child {
    flex: 1
}

.theme-heim .wc-block-mini-cart__empty-cart-wrapper>p strong {
    font-weight: 400
}

body.theme-heim .wc-block-mini-cart__empty-cart-wrapper .wc-block-components-button:not(.is-link).contained {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    color: var(--global--color-font);
    width: 100%;
    min-height: 3em;
    margin-top: 20px;
    padding: 0 1em;
    border: 0 none;
    border: 1px solid var(--label-buttons--border-color);
    text-decoration: none;
    border-radius: 50px;
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

body.theme-heim .wc-block-mini-cart__empty-cart-wrapper .wc-block-components-button:not(.is-link).contained:hover {
    color: var(--global--color-font);
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

@media (max-width:768px) {
    .theme-heim .wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
        padding-bottom: 30px
    }
}

.theme-heim .wc-block-components-spinner:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: block;
    font-family: inherit;
    content: " ";
    width: 1rem;
    height: 1rem;
    margin: -.5rem 0 0 -.5rem;
    border-width: var(--spinner--border-width);
    border-style: solid;
    border-color: var(--global--color-font) var(--global--color-font) var(--global--color-body) var(--global--color-body);
    border-radius: 2rem;
    transform: translateZ(0);
    -webkit-animation: heimSpin 0.6s infinite linear;
    animation: heimSpin 0.6s infinite linear
}

.theme-heim .wc-block-components-notices .wc-block-components-notices__notice.is-dismissible:after {
    display: none
}

.theme-heim .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
    height: auto
}

.theme-heim .wc-block-components-panel__button {
    display: block
}

.theme-heim .wc-block-components-panel__button:hover {
    opacity: 1
}

.theme-heim .wc-block-components-panel__button:after {
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 0;
    display: block;
    font-family: "heim-icons";
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    font-variant: normal;
    content: "\e90b";
    transition: transform 0.2s ease
}

.theme-heim .wc-block-components-panel__button[aria-expanded="true"] {
    margin-bottom: 22px;
    padding-bottom: 0
}

.theme-heim .wc-block-components-panel__button[aria-expanded="true"]:after {
    transform: rotate(180deg)
}

.theme-heim .wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    display: none
}

.theme-heim .wc-block-components-form .wc-block-components-text-input,
.theme-heim .wc-block-components-text-input {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.theme-heim .wc-block-components-state-input,
.theme-heim .wc-block-components-country-input,
.theme-heim .wc-block-components-form .wc-block-components-text-input,
.theme-heim .wc-block-components-text-input {
    margin-top: 1.125rem
}

.theme-heim .wc-block-components-form .wc-block-components-text-input input[type=email],
.theme-heim .wc-block-components-form .wc-block-components-text-input input[type=number],
.theme-heim .wc-block-components-form .wc-block-components-text-input input[type=tel],
.theme-heim .wc-block-components-form .wc-block-components-text-input input[type=text],
.theme-heim .wc-block-components-form .wc-block-components-text-input input[type=url],
.theme-heim .wc-block-components-text-input input[type=email],
.theme-heim .wc-block-components-text-input input[type=number],
.theme-heim .wc-block-components-text-input input[type=tel],
.theme-heim .wc-block-components-text-input input[type=text],
.theme-heim .wc-block-components-text-input input[type=url] {
    font-size: 1rem;
    line-height: var(--global--line-height-body);
    color: inherit;
    height: auto;
    text-indent: 0;
    padding: var(--inputs--padding-vertical) var(--inputs--padding-horizontal);
    border: 0 none;
    border-radius: var(--inputs--border-radius);
    background-color: var(--inputs--background-color)
}

.theme-heim .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.theme-heim .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.theme-heim .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.theme-heim .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.theme-heim .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.theme-heim .wc-block-components-text-input input[type=email]:focus,
.theme-heim .wc-block-components-text-input input[type=number]:focus,
.theme-heim .wc-block-components-text-input input[type=tel]:focus,
.theme-heim .wc-block-components-text-input input[type=text]:focus,
.theme-heim .wc-block-components-text-input input[type=url]:focus {
    color: inherit;
    box-shadow: none;
    background-color: var(--inputs--focus-color)
}

.theme-heim .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.theme-heim .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.theme-heim .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.theme-heim .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.theme-heim .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.theme-heim .wc-block-components-text-input.is-active input[type=email],
.theme-heim .wc-block-components-text-input.is-active input[type=number],
.theme-heim .wc-block-components-text-input.is-active input[type=tel],
.theme-heim .wc-block-components-text-input.is-active input[type=text],
.theme-heim .wc-block-components-text-input.is-active input[type=url] {
    padding: var(--inputs--padding-vertical) var(--inputs--padding-horizontal)
}

.theme-heim .wc-block-components-form .wc-block-components-text-input label,
.theme-heim .wc-block-components-text-input label {
    order: -1;
    position: static;
    font-size: .875rem;
    line-height: inherit;
    color: inherit;
    max-width: none;
    margin: 0 0 .375rem;
    transform: none;
    cursor: default
}

.theme-heim .wc-block-components-form .wc-block-components-text-input.is-active label,
.theme-heim .wc-block-components-text-input.is-active label {
    transform: none
}

.theme-heim .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.theme-heim .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    font-size: 1rem;
    line-height: var(--global--line-height-body);
    font-weight: 400;
    color: inherit;
    height: auto;
    text-indent: 0;
    padding: var(--inputs--padding-vertical) var(--inputs--padding-horizontal);
    border: 0 none;
    border-radius: 0;
    background: var(--inputs--background-color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat;
    background-position: right var(--inputs--padding-horizontal) top 50%
}

.theme-heim .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.theme-heim .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"],
.theme-heim .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.theme-heim .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"] {
    color: inherit;
    box-shadow: none;
    background-color: var(--inputs--focus-color)
}

.theme-heim .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.theme-heim .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    pointer-events: none;
    position: static;
    display: block;
    font-size: .875rem;
    line-height: inherit;
    color: inherit;
    max-width: none;
    margin: 0 0 .375rem;
    transform: none
}

.theme-heim .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.theme-heim .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.theme-heim .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.theme-heim .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: none
}

.theme-heim .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.theme-heim .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    color: inherit;
    width: 100%;
    border-color: var(--inputs--focus-color);
    background-color: var(--inputs--focus-color)
}

.theme-heim .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.theme-heim .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    font-size: 1rem;
    color: inherit;
    padding: var(--inputs--padding-vertical) var(--inputs--padding-horizontal)
}

.theme-heim .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.theme-heim .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.theme-heim .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.theme-heim .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.theme-heim .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.theme-heim .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.theme-heim .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.theme-heim .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
    color: inherit;
    background-color: var(--global--color-body)
}

.theme-heim .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.theme-heim .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    overflow: hidden;
    text-decoration: underline;
    text-overflow: ellipsis;
    background-color: var(--global--color-body)
}

.theme-heim .wc-block-components-radio-control__option {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .875rem;
    margin: 0 0 .375rem;
    padding: 0
}

.theme-heim .wc-block-components-radio-control__option-layout {
    display: flex;
    gap: .25rem;
    width: auto;
    cursor: pointer
}

.theme-heim .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group,
.theme-heim .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description-group {
    font-size: inherit;
    color: inherit
}

.theme-heim .wc-block-components-radio-control__description-group>span,
.theme-heim .wc-block-components-radio-control__label-group>span {
    display: inline-block
}

.theme-heim .wc-block-components-radio-control__label,
.theme-heim .wc-block-components-radio-control__secondary-label {
    line-height: 1.5
}

.theme-heim .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,
.theme-heim .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,
.theme-heim .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,
.theme-heim .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    min-width: 0;
    margin-left: .25rem;
    text-align: start
}

.theme-heim .wc-block-components-radio-control__description,
.theme-heim .wc-block-components-radio-control__secondary-description {
    font-size: inherit;
    line-height: 1.5
}

.theme-heim .wc-block-components-radio-control .wc-block-components-radio-control__input {
    position: relative;
    top: auto;
    left: auto;
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    min-height: 1rem;
    margin: 0;
    border: 1px solid var(--global--color-font);
    transform: none;
    background: transparent
}

.theme-heim .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    display: none
}

.theme-heim .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
    outline: none
}

.theme-heim .wc-block-components-panel__content .wc-block-components-button:not(.is-link) {
    min-height: 0
}

body.theme-heim .wc-block-components-button:not(.is-link) {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    height: 2.875rem;
    min-height: 0;
    padding: var(--buttons--padding);
    border-radius: 5rem;
    transition: opacity 0.2s ease
}

body.theme-heim .wc-block-components-button:not(.is-link):focus {
    outline: none;
    box-shadow: none
}

body.theme-heim .wc-block-components-button:not(.is-link):hover {
    color: var(--buttons--font-color)
}

body.theme-heim .wc-block-components-button:not(.is-link).contained:hover,
body.theme-heim .wc-block-components-button:not(.is-link).contained {
    color: var(--buttons--font-color);
    background-color: var(--buttons--background-color)
}

body.theme-heim .wc-block-components-button:not(.is-link).contained:disabled {
    opacity: .9;
    color: var(--buttons--font-color);
    cursor: default;
    background-color: var(--buttons--background-color)
}

.theme-heim .wc-block-components-product-add-to-cart-button .wc-block-components-spinner {
    left: 0;
    text-align: start
}

.theme-heim .wc-block-components-product-add-to-cart-button .wc-block-components-spinner:after {
    left: 0;
    margin-left: 0
}

.theme-heim .wc-block-components-totals-wrapper:not(:empty) {
    padding: 24px 0
}

.theme-heim .wc-block-components-totals-wrapper:last-child {
    padding-bottom: 0
}

.theme-heim .wc-block-components-totals-wrapper:after {
    opacity: 1;
    border-color: var(--global--color-border)
}

.theme-heim .is-large .wc-block-components-sidebar .wc-block-components-panel,
.theme-heim .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0
}

.theme-heim .wc-block-components-totals-item__value {
    font-weight: 400
}

.theme-heim .wc-block-components-totals-shipping .wc-block-components-totals-item__value:not(.wc-block-components-formatted-money-amount)>strong {
    display: none;
}

.theme-heim .wc-block-components-totals-discount .wc-block-components-totals-item__description {
    margin-top: 20px
}

.theme-heim .wc-block-components-totals-discount .wc-block-components-chip {
    min-height: 0
}

.theme-heim .wc-block-components-sidebar .wc-block-components-totals-coupon-link {
    position: relative;
    display: block;
    text-decoration-color: transparent
}

.has-hover .wc-block-components-sidebar .wc-block-components-totals-coupon-link:hover {
    text-decoration-color: var(--global--color-font)
}

.theme-heim .wc-block-components-sidebar .wc-block-components-totals-coupon-link:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    font-family: "heim-icons";
    font-weight: 400;
    font-variant: normal;
    content: "\e919";
    line-height: 1;
    transform: translateY(-50%)
}

.theme-heim .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon {
    padding-left: 0;
    padding-right: 0
}

.theme-heim .wc-block-components-totals-coupon__form {
    align-items: flex-end;
    padding-bottom: 6px
}

.theme-heim .wc-block-components-totals-coupon__form .wc-block-components-text-input label {
    display: none
}

.theme-heim .wc-block-components-totals-coupon__form .wc-block-components-text-input input {
    height: 2.875rem
}

body.theme-heim .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link).contained {
    color: var(--global--color-font);
    height: 2.625rem;
    min-height: 0;
    margin-bottom: .125rem;
    border: 1px solid var(--label-buttons--border-color);
    transition: var(--label-buttons--transition);
    background-color: var(--label-buttons--background-color)
}

body.theme-heim .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link).contained:hover {
    opacity: 1;
    border-color: var(--label-buttons--border-contrast-color);
    background-color: var(--label-buttons--background-contrast-color)
}

@media (max-width:460px) {
    .theme-heim .wc-block-components-totals-coupon__form {
        flex-direction: column;
        align-items: initial;
        gap: 16px
    }

    body.theme-heim .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link).contained {
        width: 100%;
        height: 2.875rem;
        margin-bottom: 0;
        margin-left: 0
    }
}

.theme-heim .wc-block-components-totals-shipping .wc-block-components-shipping-address {
    margin-top: 0
}

.theme-heim .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    height: auto;
    opacity: 1;
    text-decoration: underline solid var(--global--color-font);
    transition: text-decoration-color 0.3s ease
}

.theme-heim .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
    opacity: 1;
    text-decoration-color: transparent
}

.theme-heim .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 400
}

@media (max-width:1025px) {

    .site .wc-block-components-sidebar-layout .wc-block-components-sidebar,
    .site .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100%;
        padding: 0
    }
}

.theme-heim .wp-block-woocommerce-cart .wc-block-cart {
    margin-bottom: 90px
}

@media (max-width:1025px) {
    .theme-heim .wp-block-woocommerce-cart .wc-block-cart {
        margin-bottom: 60px
    }

    .theme-heim .wp-block-woocommerce-cart .wc-block-cart__sidebar {
        margin-top: 26px;
        margin-bottom: 0
    }
}

@media (max-width:460px) {
    .theme-heim .wp-block-woocommerce-cart .wc-block-cart {
        margin-bottom: 50px
    }
}

.theme-heim .wc-block-components-loading-mask .wc-block-components-loading-mask__children {
    opacity: .1
}

.theme-heim .wp-block-woocommerce-cart.is-loading {
    padding-top: 0
}

.theme-heim .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
    margin-bottom: 80px
}

@media (max-width:1025px) {
    .theme-heim .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
        flex-direction: column;
        margin-bottom: 50px
    }

    .theme-heim .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,
    .theme-heim .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
        width: 100%;
        padding: 0
    }
}

@media (max-width:460px) {
    .theme-heim .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
        margin-bottom: 40px
    }
}

.theme-heim .wc-block-cart table.wc-block-cart-items {
    margin: 0
}

.theme-heim .is-large.wc-block-cart .wc-block-cart-items:after {
    display: none
}

.theme-heim .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.theme-heim .is-large.wc-block-cart .wc-block-cart-items td {
    padding: 24px 0 24px 20px
}

.theme-heim .is-large.wc-block-cart .wc-block-cart-items td:after {
    opacity: 1;
    border-color: var(--global--color-border)
}

.theme-heim .is-large.wc-block-cart .wc-block-cart-items td:first-child {
    padding-left: 0
}

.theme-heim .is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 0
}

.theme-heim .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
    width: 110px
}

.theme-heim .is-large.wc-block-cart .wc-block-cart-items tr:first-child td {
    padding-top: 0
}

.theme-heim .is-large.wc-block-cart .wc-block-cart-items tr:first-child td:after {
    display: none
}

.theme-heim .is-large.wc-block-cart .wc-block-cart-items tr:last-child td {
    padding-bottom: 0
}

.theme-heim .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__wrap>*:not(:last-child) {
    margin-bottom: 6px
}

.theme-heim .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__wrap .wc-block-components-product-name {
    line-height: 1.5
}

.theme-heim .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-product-details__name {
    font-weight: 400
}

.theme-heim .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__wrap .wc-block-components-product-badge {
    display: inline-block
}

.theme-heim .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px
}

.theme-heim .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    display: block;
    height: auto;
    text-align: start;
    text-decoration: underline solid var(--global--color-font);
    transition: text-decoration-color 0.3s ease
}

.has-hover .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    opacity: 1;
    text-decoration-color: transparent
}

@media (max-width:1025px) {
    .theme-heim .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row {
        position: relative;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 110px 132px;
        grid-template-columns: 110px 132px;
        column-gap: 20px;
        padding: 24px 0
    }

    .theme-heim .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row:first-child {
        padding-top: 0
    }

    .theme-heim .wp-block-woocommerce-cart table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        border-style: solid;
        border-width: 0 0 1px;
        border-color: var(--global--color-border);
        content: "";
        opacity: 1;
        pointer-events: none
    }

    .theme-heim .wp-block-woocommerce-cart table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:last-child:after {
        display: none
    }

    .theme-heim .is-large.wc-block-cart .wc-block-cart-items td:after {
        display: none
    }

    .theme-heim .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items td {
        margin: 0;
        padding: 0
    }

    .theme-heim .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        padding-right: 0
    }

    .theme-heim .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        -ms-grid-column-span: 2;
        -ms-grid-column-align: stretch;
        -ms-grid-column: 2;
        grid-column-end: 4;
        grid-column-start: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        justify-self: stretch;
        padding: 0
    }

    .theme-heim .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        -ms-grid-row: 1;
        grid-row-start: 1
    }

    .theme-heim .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
        -ms-grid-row-align: end;
        align-self: end;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        padding-right: 0;
        padding-top: 0;
        vertical-align: bottom
    }
}

@media (max-width:460px) {
    .theme-heim .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row {
        -ms-grid-columns: 88px 1fr;
        grid-template-columns: 88px 1fr;
        column-gap: 18px
    }

    .theme-heim .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
        flex-direction: column
    }
}

.theme-heim .wp-block-woocommerce-cart-order-summary-block {
    padding: 32px 30px 30px;
    border: 1px solid var(--global--color-border);
    border-radius: var(--inputs--border-radius)
}

.theme-heim .is-large.wc-block-cart .wc-block-cart__totals-title {
    display: none
}

.theme-heim .wc-block-cart .wc-block-components-totals-wrapper:nth-child(2) {
    padding-top: 0
}

.theme-heim .wc-block-cart .wc-block-components-totals-wrapper:nth-child(2):after {
    display: none
}

.theme-heim .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.theme-heim .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 0;
    padding-right: 0
}

.theme-heim .wc-block-cart .wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    display: block;
    margin-top: 20px
}

.theme-heim .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
    margin-top: 0
}

.theme-heim .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control {
    margin-bottom: 2px
}

.theme-heim .wc-block-cart .wc-block-components-shipping-calculator {
    padding: 20px 0 8px
}

.theme-heim .wc-block-cart__submit {
    margin: 40px 0 16px
}

.theme-heim .wc-block-cart__submit:last-child {
    margin-bottom: 0
}

@media (max-width:1025px) {
    .theme-heim .wc-block-cart .wc-block-cart__submit-container--sticky {
        display: none
    }

    .theme-heim .wc-block-cart .wc-block-cart__submit-container--sticky:before {
        display: none
    }
}

.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block {
    margin-top: 42px
}

.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block h3 {
    margin-bottom: 18px
}

.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block>div:not([class]) {
    display: flex;
    flex-wrap: wrap;
    gap: 34px var(--products--gap)
}

.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    display: block;
    width: calc(33.33333% - 20px);
    margin-bottom: 0;
    padding-right: 0;
    text-align: start
}

.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product>div:not([class])>*:not(.wc-block-components-product-image) {
    margin-top: 0;
    margin-bottom: 0
}

.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-image {
    margin-bottom: 1.125rem
}

.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-rating .wc-block-components-product-rating__stars {
    font-size: .857rem;
    line-height: 1;
    font-weight: 400;
    width: 4.313rem;
    height: 1.125rem;
    margin: .313rem 0 .125rem
}

.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-price {
    font-size: .875rem
}

.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart {
    display: block;
    margin-top: 1rem
}

.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link) {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: inherit;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    text-decoration: underline solid var(--global--color-font);
    transition: text-decoration-color .3s ease;
    background-color: transparent
}

.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,
.theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover {
    opacity: 1;
    text-decoration-color: transparent;
    background-color: transparent
}

@media (max-width:1025px) {
    .theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block {
        margin-top: 18px;
        margin-bottom: 26px
    }
}

@media (max-width:749px) {
    .theme-heim .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
        width: calc(50% - 10px)
    }
}

.theme-heim .wp-block-woocommerce-empty-cart-block>* {
    margin-top: var(--content--spacing-vertical);
    margin-bottom: var(--content--spacing-vertical)
}

.theme-heim .wp-block-woocommerce-empty-cart-block>*:first-child {
    margin-top: 0
}

.theme-heim .wc-block-components-order-summary-item {
    padding-top: 20px;
    padding-bottom: 20px
}

.theme-heim .wc-block-components-order-summary-item:first-child {
    padding-top: 0
}

.theme-heim .wc-block-components-order-summary-item:last-child {
    padding-bottom: 0
}

.theme-heim .wc-block-components-order-summary-item:after {
    opacity: 1;
    border-color: var(--global--color-border)
}

.theme-heim .wc-block-components-order-summary .wc-block-components-order-summary-item__image,
.theme-heim .wc-block-components-order-summary-item__image {
    width: 80px;
    padding-bottom: 0
}

.theme-heim .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img,
.theme-heim .wc-block-components-order-summary-item__image>img {
    width: 80px;
    max-width: 80px;
    margin: 0
}

.theme-heim .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity,
.theme-heim .wc-block-components-order-summary-item__quantity {
    box-sizing: border-box;
    color: var(--buttons--font-color);
    border: 0 none;
    box-shadow: none;
    background-color: var(--buttons--background-color)
}

.theme-heim .wc-block-components-order-summary-item__description {
    padding-left: 20px;
    padding-bottom: 0
}

.theme-heim .wc-block-checkout__sidebar .wc-block-components-product-name {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: .125rem;
    margin-bottom: .25rem
}

.theme-heim .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices,
.theme-heim .wc-block-components-order-summary-item__individual-prices {
    margin-bottom: 0
}

.theme-heim .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata,
.theme-heim .wc-block-components-order-summary-item .wc-block-components-product-metadata {
    font-size: .75rem
}

.theme-heim .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.theme-heim .wc-block-components-order-summary .wc-block-components-order-summary-item__description p,
.theme-heim .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.theme-heim .wc-block-components-order-summary-item__description p {
    line-height: var(--global--line-height-body)
}

.theme-heim .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price,
.theme-heim .wc-block-components-order-summary-item__total-price {
    font-size: 1rem;
    font-weight: 400;
    text-align: end
}

.theme-heim .wp-block-woocommerce-checkout.alignwide {
    margin-left: auto;
    margin-right: auto
}

.theme-heim .wp-block-columns .wp-block-woocommerce-checkout.is-loading,
.theme-heim .wc-block-checkout .wc-block-components-sidebar-layout {
    margin-bottom: 90px
}

@media (max-width:1025px) {

    .theme-heim .wp-block-columns .wp-block-woocommerce-checkout.is-loading,
    .theme-heim .wc-block-checkout .wc-block-components-sidebar-layout {
        margin-bottom: 60px
    }

    .theme-heim .wc-block-checkout .wc-block-checkout__main {
        order: 1
    }

    .theme-heim .wc-block-checkout .wc-block-checkout__sidebar {
        order: 0;
        margin-bottom: 22px
    }
}

@media (max-width:460px) {

    .theme-heim .wp-block-columns .wp-block-woocommerce-checkout.is-loading,
    .theme-heim .wc-block-checkout .wc-block-components-sidebar-layout {
        margin-bottom: 50px
    }
}

.theme-heim .wp-block-woocommerce-checkout.is-loading {
    margin-bottom: 70px
}

@media (max-width:1025px) {
    .theme-heim .wp-block-woocommerce-checkout.is-loading {
        margin-bottom: 40px
    }
}

@media (max-width:460px) {
    .theme-heim .wp-block-woocommerce-checkout.is-loading {
        margin-bottom: 30px
    }
}

.theme-heim .wp-block-woocommerce-checkout-express-payment-block:empty+.wc-block-components-checkout-step>.wc-block-components-checkout-step__heading {
    margin-top: 0
}

.theme-heim .wc-block-components-checkout-step__content>* {
    margin-bottom: 1.125rem
}

.theme-heim .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    border-color: var(--global--color-font);
    opacity: .3
}

.theme-heim .wc-block-components-checkout-step__description {
    line-height: var(--global--line-height-body)
}

.theme-heim .wc-block-components-address-card {
    border-color: var(--global--color-border);
    border-radius: var(--inputs--border-radius)
}

.theme-heim .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem
}

.theme-heim .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    width: 1rem;
    height: 1rem;
    margin-top: -.125rem;
    margin-left: 0
}

.theme-heim .wc-block-components-checkout-step__content>.wc-block-components-notices:not(:empty) {
    margin-bottom: 1em
}

.theme-heim .wc-block-components-shipping-rates-control__package-title {
    margin-bottom: .5rem
}

.theme-heim .wc-block-components-shipping-rates-control__package-items {
    margin-bottom: 1rem
}

.theme-heim .wc-block-components-radio-control {
    padding: 0 !important;
}

.theme-heim .wc-block-components-radio-control-accordion-content {
    padding: 0 15px 15px;
}

.theme-heim .wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    margin: 0;
    padding: 15px;
}

.theme-heim .wc-block-checkout__shipping-option .wc-block-components-radio-control__option:last-child {
    margin-bottom: 0
}

.theme-heim .wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
    display: none;
}

.theme-heim .wc-block-checkout__shipping-option .wc-block-components-radio-control__option,
.theme-heim .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
    border: 1px solid #ccc;
    border-radius: 0;
    border-bottom: 0;
}

.theme-heim .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    background-color: #f0f0f0;
}

.theme-heim .wc-block-checkout__shipping-option .wc-block-components-radio-control__option:last-child,
.theme-heim .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child {
    border-bottom: 1px solid #ccc;
}

.theme-heim .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,
.theme-heim .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    display: none
}

.theme-heim .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    font-size: 1rem;
    padding-left: 0
}

.theme-heim .wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.theme-heim .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,
.theme-heim .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
    padding: 15px;
}

.theme-heim .wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 400
}

.theme-heim .wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    left: auto
}

.theme-heim .wp-block-woocommerce-checkout-order-summary-block {
    margin-top: .625rem;
    padding: var(--checkout-block--totals-padding);
    border: 1px solid var(--global--color-border);
    border-radius: var(--inputs--border-radius)
}

.theme-heim .wp-block-woocommerce-checkout-order-summary-block>.wc-block-components-totals-wrapper:first-child {
    padding-top: 0
}

.theme-heim .wp-block-woocommerce-checkout-order-summary-block>.wc-block-components-totals-wrapper:first-child:after {
    display: none
}

.theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block+.wc-block-components-totals-wrapper:not(:empty) {
    padding-top: calc(var(--checkout-block--totals-padding) + 2px)
}

@media (max-width:1025px) {
    .theme-heim .wp-block-woocommerce-checkout-order-summary-block {
        margin-top: 0
    }
}

.theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block {
    margin-left: calc(-1 * (var(--checkout-block--totals-padding) + 1px));
    margin-right: calc(-1 * (var(--checkout-block--totals-padding) + 1px));
    background-color: var(--global--color-body)
}

.theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
    padding-top: 32px;
    padding-bottom: 40px
}

.theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block:first-child {
    margin-top: calc(-1 * (var(--checkout-block--totals-padding) + 1px))
}

.theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block:not(:last-child) {
    margin-bottom: -1px;
    border-bottom: 1px solid var(--global--color-border)
}

.theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block:last-child {
    margin-bottom: calc(-1 * (var(--checkout-block--totals-padding) + 1px))
}

.theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper:last-child {
    padding-bottom: 0
}

.theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-panel>h2 {
    font-size: 1.25rem
}

.theme-heim .wc-block-components-panel .wc-block-components-product-details {
    margin-top: 0
}

.theme-heim .wc-block-components-panel .wc-block-components-product-details:last-of-type {
    margin-bottom: 0
}

@media (max-width:1025px) {
    .theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
        padding-bottom: 30px
    }

    .theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-panel__button {
        text-decoration: underline solid var(--global--color-font);
        text-decoration-thickness: 1px;
        transition: text-decoration-color 0.3s ease
    }

    .theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-panel__button:hover,
    .theme-heim .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-panel__button[aria-expanded="true"] {
        text-decoration-color: transparent
    }
}

.theme-heim .is-medium .wc-block-checkout__add-note,
.theme-heim .is-mobile .wc-block-checkout__add-note,
.theme-heim .is-small .wc-block-checkout__add-note {
    margin-top: 1.5em;
    margin-bottom: 0;
    padding: 0
}

.theme-heim .is-medium .wc-block-checkout__add-note:after,
.theme-heim .is-mobile .wc-block-checkout__add-note:after,
.theme-heim .is-small .wc-block-checkout__add-note:after {
    display: none
}

.theme-heim .is-large .wc-block-checkout__actions {
    padding: 0
}

.theme-heim .is-large .wc-block-checkout__actions:after {
    display: none
}

.theme-heim .wc-block-checkout__actions_row {
    flex-wrap: wrap;
    justify-content: flex-start
}

.theme-heim .wc-block-components-checkout-return-to-cart-button {
    display: inline-block;
    text-decoration: underline solid var(--global--color-font);
    text-decoration-thickness: 1px;
    transition: text-decoration-color 0.3s ease;
    margin-top: 1.5rem
}

body.theme-heim .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    order: -1;
    width: 100%;
    height: 3.25rem
}

.theme-heim .wc-block-checkout-empty {
    padding: 0 0 6px
}

.theme-heim .wc-block-checkout-empty .wc-block-checkout-empty__image {
    display: none
}

.theme-heim .wc-block-checkout-empty .wc-block-checkout-empty__title {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 auto 1rem
}

.theme-heim .wc-block-checkout-empty .wc-block-checkout-empty__description {
    margin: 0 0 1.625rem
}

.theme-heim .wc-block-checkout-error {
    visibility: hidden
}

.theme-heim .wp-block-woocommerce-customer-account a {
    text-decoration: underline solid transparent !important;
    transition: text-decoration-color 0.3s ease
}

.has-hover .wp-block-woocommerce-customer-account a:hover {
    text-decoration-color: var(--global--color-font)
}

[data-color-mode=dark] img {
    filter: brightness(.9) contrast(1.1)
}

[data-color-mode=dark] .wp-block-cover .wp-block-cover__background.has-background-dim-10 {
    display: none
}

@media (prefers-color-scheme:dark) {
    img {
        filter: brightness(.9) contrast(1.1)
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim-10 {
        display: none
    }
}

@supports (-webkit-tap-highlight-color:black) and selector(:has(+*)) {

    .no-filters-toggle.has-filters-sidebar+.heim-shop-wrapper .wc-block-rating-filter__actions,
    .no-filters-toggle.has-filters-sidebar+.heim-shop-wrapper .wc-block-stock-filter__actions,
    .no-filters-toggle.has-filters-sidebar+.heim-shop-wrapper .wc-block-attribute-filter__actions,
    .no-filters-toggle.has-filters-sidebar+.heim-shop-wrapper .wc-block-components-price-slider__actions {
        display: none
    }

    .no-filters-toggle.has-filters-sidebar+.heim-shop-wrapper .wc-block-rating-filter__actions:has(.wc-block-components-filter-reset-button),
    .no-filters-toggle.has-filters-sidebar+.heim-shop-wrapper .wc-block-stock-filter__actions:has(.wc-block-components-filter-reset-button),
    .no-filters-toggle.has-filters-sidebar+.heim-shop-wrapper .wc-block-attribute-filter__actions:has(.wc-block-components-filter-reset-button),
    .no-filters-toggle.has-filters-sidebar+.heim-shop-wrapper .wc-block-components-price-slider__actions:has(.wc-block-components-filter-reset-button) {
        display: flex
    }
}

#heim-shop-filters .wc-block-attribute-filter-list>li:nth-child(4) {
    display: none
}

.home .wp-block-latest-posts.is-grid {
    flex-direction: row-reverse;
    column-gap: 1.25em
}

.home .wp-block-latest-posts.is-grid li {
    margin-right: 0 !important
}

.rtl.home .wp-block-latest-posts.is-grid li {
    margin-left: 0 !important
}

@media (max-width:600px) {
    .home .wp-block-latest-posts.is-grid {
        flex-direction: column-reverse;
        row-gap: calc(2 * var(--content--spacing-vertical))
    }

    .home .wp-block-latest-posts.is-grid li {
        margin-bottom: 0 !important
    }
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    animation: spin 2s linear infinite;
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    left: auto;
    padding: .25em .75em;
    position: absolute;
    right: 4px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
    display: inline-block;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,
.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    -webkit-clip-path: none;
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
    max-width: var(--wp--style--global--wide-size)
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    align-self: center;
    flex-basis: 100%;
    padding-right: 16px;
    white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
    padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
    font-weight: 600;
    margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
    margin: 0 0 0 24px;
    padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
    clear: both;
    content: "";
    display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #2f2f2f !important;
    float: right;
    margin: 0;
    opacity: .6;
    padding: 0 !important;
    text-decoration-line: underline;
    text-underline-position: under
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1
}

.wc-block-components-notice-banner>svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
    background: transparent none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #2f2f2f !important;
    flex: 0 0 16px;
    height: 16px !important;
    margin: 6px 0 0 auto !important;
    min-height: auto !important;
    min-width: 0 !important;
    opacity: .6;
    outline: none !important;
    padding: 0 !important;
    width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
    margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
    opacity: 1
}

.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
    background-color: #cc1818;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
    background-color: #fffbf4;
    border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
    background-color: #f0b849;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
    background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
    background-color: #f4f8ff;
    border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #007cba
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

.wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
    fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text {
    visibility: hidden
}

.wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

.wc-block-components-button:not(.is-link).outlined {
    background: transparent;
    color: currentColor
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff;
    opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

.wc-block-components-spinner:after {
    animation: spinner__animation 1s linear infinite;
    backface-visibility: hidden;
    border: .2em solid;
    border-left: .2em solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: " ";
    height: 1em;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    position: absolute;
    top: 50%;
    transform: translateZ(0) scale(.5);
    transform-origin: 50% 50%;
    width: 1em
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

:root {
    --drawer-width: 480px;
    --neg-drawer-width: calc(var(--drawer-width)*-1)
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(max(-100%, var(--neg-drawer-width)))
    }
}

@keyframes rtlslidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(min(100%, var(--drawer-width)))
    }
}

.wc-block-components-drawer__screen-overlay {
    background-color: rgba(95, 95, 95, .35);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 9999
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
    transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
    animation-duration: .3s;
    animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
    opacity: 0;
    pointer-events: none
}

.wc-block-components-drawer {
    background: #fff;
    display: block;
    height: 100%;
    left: 100%;
    max-width: 100%;
    position: relative;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(max(-100%, var(--neg-drawer-width)));
    width: var(--drawer-width)
}

.wc-block-components-drawer:after {
    border-style: solid;
    border-width: 0 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.rtl .wc-block-components-drawer {
    transform: translateX(min(100%, var(--drawer-width)))
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
    transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    animation-duration: .3s;
    animation-name: slidein
}

.rtl .wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    animation-name: rtlslidein
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
    transform: translateX(0)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-drawer,
    .wc-block-components-drawer__screen-overlay {
        animation-name: none !important;
        transition: none !important
    }
}

.wc-block-components-drawer__close {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    color: inherit !important;
    margin: -1em;
    opacity: .6;
    padding: 0;
    padding: 1em !important;
    position: absolute !important;
    right: 12px;
    top: 12px;
    vertical-align: baseline;
    z-index: 2
}

.wc-block-components-drawer__close:active,
.wc-block-components-drawer__close:focus,
.wc-block-components-drawer__close:hover {
    opacity: 1
}

.wc-block-components-drawer__close:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none
}

.wc-block-components-drawer__close>span {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.wc-block-components-drawer__close svg {
    fill: currentColor;
    display: block
}

.wc-block-components-drawer__content {
    height: 100dvh;
    position: relative
}

.admin-bar .wc-block-components-drawer__content {
    height: calc(100dvh - 46px);
    margin-top: 46px
}

@media only screen and (min-width:783px) {
    .admin-bar .wc-block-components-drawer__content {
        height: calc(100dvh - 32px);
        margin-top: 32px
    }
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px
}

.wc-block-components-quantity-selector:after {
    border: 1px solid;
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .45;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    order: 2;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    opacity: .6
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    opacity: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    box-shadow: none;
    cursor: default;
    opacity: .6
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    border-radius: 4px 0 0 4px;
    order: 1
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border-radius: 0 4px 4px 0;
    order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price {
    display: block
}

.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
    margin-bottom: 12px
}

.wc-block-components-product-price ins {
    text-decoration: none
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5em;
    z-index: 1
}

.is-loading .wc-block-components-product-price:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-price:before:after {
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        animation: none
    }
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
    margin-bottom: 0
}

.wc-block-components-product-details.wc-block-components-product-details li {
    margin-left: 0
}

.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-product-metadata {
    font-size: .75em
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    margin: .25em 0
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: .75em;
    text-transform: uppercase
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    text-align: right;
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0;
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: transparent
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    max-width: -moz-max-content;
    max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 1em;
    line-height: inherit;
    text-align: right
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
    margin-bottom: .75em
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,
table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
    opacity: .5;
    pointer-events: none;
    transition: opacity .2s ease
}

.is-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-medium table.wc-block-cart-items .wc-block-cart-items__header,
.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row {
    position: relative
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row:after,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row:after,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    grid-column-start: 1;
    grid-row-start: 1;
    padding-right: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    grid-column-end: 4;
    grid-column-start: 2;
    grid-row-start: 1;
    justify-self: stretch;
    padding: 0 16px 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    align-self: end;
    grid-column-start: 1;
    grid-row-start: 2;
    padding-right: 16px;
    padding-top: 16px;
    vertical-align: bottom
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    grid-row-start: 1
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block
}

.is-large.wc-block-cart {
    margin-bottom: 3em
}

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

.is-large.wc-block-cart .wc-block-cart-items:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: .25rem 16px .25rem 0;
    white-space: nowrap
}

.is-large.wc-block-cart .wc-block-cart-items td {
    padding: 16px 0 16px 16px;
    position: relative;
    vertical-align: top
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
    padding-right: 0
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 16px
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-payment-method-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    display: inline-block;
    height: 24px;
    margin: 0 4px 2px;
    max-height: 24px;
    max-width: 38px;
    padding: 0;
    width: auto
}

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
    margin-left: 0;
    margin-right: 8px
}

.wc-block-components-payment-method-icons--align-right {
    justify-content: flex-end
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
    margin-left: 8px;
    margin-right: 0
}

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,
.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-totals-wrapper {
    padding: 16px 0;
    position: relative
}

.wc-block-components-totals-wrapper:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-wrapper.has-bottom-border:after {
    border-bottom-width: 1px
}

.wc-block-components-totals-wrapper:empty {
    padding: 0
}

.wc-block-components-totals-wrapper:empty:after {
    content: none
}

.wc-block-components-totals-wrapper.slot-wrapper {
    padding: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>* {
    padding: 16px 0;
    position: relative
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:last-child:after {
    border-bottom-width: 0
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
    position: relative
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-totals-item {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-panel.has-border {
    position: relative
}

.wc-block-components-panel.has-border:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after {
    border-top-width: 0
}

.wc-block-components-panel.has-border.no-top-border {
    position: relative
}

.wc-block-components-panel.has-border.no-top-border:after {
    border-style: solid;
    border-width: 1px 0;
    border-top-width: 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: 1;
    margin: .375em 0 0;
    padding: .375em 32px 0 0;
    position: relative;
    text-align: left;
    vertical-align: baseline;
    width: 100%;
    word-break: break-word
}

.wc-block-components-panel__button[aria-expanded=true] {
    margin-bottom: .375em;
    padding-bottom: .375em
}

.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
    background: transparent;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.wc-block-components-panel__content[hidden] {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button,
.theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,
.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
    background: none transparent
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

.wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
    fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text {
    visibility: hidden
}

.wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

.wc-block-components-button:not(.is-link).outlined {
    background: transparent;
    color: currentColor
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff;
    opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

.wc-block-components-spinner:after {
    animation: spinner__animation 1s linear infinite;
    backface-visibility: hidden;
    border: .2em solid;
    border-left: .2em solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: " ";
    height: 1em;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    position: absolute;
    top: 50%;
    transform: translateZ(0) scale(.5);
    transform-origin: 50% 50%;
    width: 1em
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notices {
    display: block;
    margin: 1.5em 0
}

.wc-block-components-notices:first-child {
    margin-top: 0
}

.wc-block-components-notices:empty {
    margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice {
    display: flex;
    flex-wrap: nowrap;
    margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice a {
    text-decoration: underline
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
    background: transparent none;
    border: 0;
    color: currentColor;
    margin: 0 0 0 auto;
    outline: 0;
    padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
    fill: currentColor;
    vertical-align: text-top
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child {
    margin-top: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child {
    margin-bottom: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li+li {
    margin: .25em 0 0
}

.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice {
    margin-top: 1em
}

.theme-twentytwenty .wc-block-components-notices__notice,
.theme-twentytwentyone .wc-block-components-notices__notice {
    padding: 1.5rem 3rem
}

.wc-block-components-notices__snackbar {
    bottom: 20px;
    left: 16px;
    position: fixed;
    width: auto
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar {
        bottom: auto;
        left: 0;
        position: fixed;
        top: 10px
    }

    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    align-self: center;
    flex-basis: 100%;
    padding-right: 16px;
    white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
    padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
    font-weight: 600;
    margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
    margin: 0 0 0 24px;
    padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
    clear: both;
    content: "";
    display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #2f2f2f !important;
    float: right;
    margin: 0;
    opacity: .6;
    padding: 0 !important;
    text-decoration-line: underline;
    text-underline-position: under
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1
}

.wc-block-components-notice-banner>svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
    background: transparent none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #2f2f2f !important;
    flex: 0 0 16px;
    height: 16px !important;
    margin: 6px 0 0 auto !important;
    min-height: auto !important;
    min-width: 0 !important;
    opacity: .6;
    outline: none !important;
    padding: 0 !important;
    width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
    margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
    opacity: 1
}

.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
    background-color: #cc1818;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
    background-color: #fffbf4;
    border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
    background-color: #f0b849;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
    background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
    background-color: #f4f8ff;
    border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #007cba
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notice-snackbar-list {
    bottom: 24px;
    box-sizing: border-box;
    left: 24px;
    pointer-events: none;
    position: fixed;
    right: 24px;
    z-index: 100000
}

.wc-block-components-notice-banner.wc-block-components-notice-snackbar,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
    border: 1px solid transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    display: inline-flex;
    margin: 24px 16px 0 0;
    max-width: 600px;
    pointer-events: all;
    position: relative;
    width: auto
}

.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-error,
.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-info,
.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-success,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-error,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-info,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-success {
    border-color: transparent
}

.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-default,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-default {
    border-color: #2f2f2f
}

@media(max-width:782px) {

    .wc-block-components-notice-banner.wc-block-components-notice-snackbar,
    .wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
        max-width: none;
        width: 100%
    }
}

.notice-transition-enter {
    max-height: 0
}

.notice-transition-enter.notice-transition-enter-active {
    max-height: 99em;
    transition: max-height .5s ease-in
}

.notice-transition-enter-done {
    max-height: auto
}

.notice-transition-exit {
    opacity: 1
}

.notice-transition-exit.notice-transition-exit-active {
    opacity: 0;
    transition: opacity .5s ease-in
}

.notice-transition-exit-done {
    opacity: 0
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-top: 1em;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-checkbox label {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-size: .875em;
    margin-bottom: 0 !important;
    position: relative
}

.wc-block-components-checkbox label input[type=checkbox] {
    cursor: inherit
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    height: 1.5em;
    margin: 0 1em 0 0;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #fff;
    border-color: #50575e
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid #50575e;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
    content: ""
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {
    display: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid hsla(0, 0%, 100%, .6);
    outline-offset: 2px
}

.wc-block-components-checkbox.has-error,
.wc-block-components-checkbox.has-error a {
    color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
    border-color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
    outline: 2px solid #cc1818;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    height: 1.125em;
    margin-left: .1875em;
    margin-top: .0625em;
    pointer-events: none;
    position: absolute;
    width: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox>span {
    line-height: 1.5em;
    vertical-align: middle
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: #fff;
    border-color: var(--form--border-color)
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-validation-error {
    color: #cc1818;
    font-size: .75em;
    max-width: 100%;
    white-space: normal
}

.wc-block-components-validation-error>p {
    margin: 0;
    padding: 4px 0 0
}

.has-dark-mode-palette .wc-block-components-validation-error {
    color: #f18c8c
}

.wc-block-components-select+.wc-block-components-validation-error {
    margin-bottom: 24px
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
    margin-top: 16px;
    position: relative;
    white-space: nowrap
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    color: inherit;
    color: hsla(0, 0%, 7%, .5);
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: .5625em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(1em);
    transform-origin: top left;
    transition: all .2s ease
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,
.has-dark-controls .wc-block-components-text-input label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-form .wc-block-components-text-input label,
    .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=number] {
    -moz-appearance: textfield
}

.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em;
    width: 100%
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    background-color: #fff;
    box-shadow: 0 0 0 1px #50575e;
    color: #2b2d2f;
    outline: 0
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],
.has-dark-controls .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-text-input input[type=number],
.has-dark-controls .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.has-dark-controls .wc-block-components-text-input input[type=email]:focus,
.has-dark-controls .wc-block-components-text-input input[type=number]:focus,
.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,
.has-dark-controls .wc-block-components-text-input input[type=text]:focus,
.has-dark-controls .wc-block-components-text-input input[type=url]:focus {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
    color: #fff
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em .5em .5em
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label {
    transform: translateY(.5em) scale(.875)
}

.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form .wc-block-components-text-input.has-error input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.has-dark-controls .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:hover {
    border-color: #f18c8c
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #f18c8c
}

.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
    color: #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,
.has-dark-controls .wc-block-components-text-input.has-error label {
    color: #f18c8c
}

.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child {
    margin-top: 1.5em
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-chip {
    align-items: center;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    margin: 0 .365em .365em 0;
    max-width: 100%;
    padding: .25em .5em;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
    background: transparent;
    border: 1px solid;
    color: inherit
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
    border-radius: 3px
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
    border-radius: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
    border-radius: 2em;
    padding-left: .75em;
    padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__text {
    flex-grow: 1;
    font-size: .875em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
    padding-right: .5em
}

.wc-block-components-chip .wc-block-components-chip__remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border: 0;
    border-radius: 25px;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    width: 16px
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
    fill: #1e1e1e
}

.theme-twentytwentyone .wc-block-components-chip,
.theme-twentytwentyone .wc-block-components-chip:active,
.theme-twentytwentyone .wc-block-components-chip:focus,
.theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
    background: transparent
}

.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
    background: #949494
}

.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,
.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
    fill: #fff
}

.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled>.wc-block-components-chip__remove {
    fill: #fff;
    cursor: not-allowed
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-form {
    counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
    background: none;
    border: none;
    margin: 0;
    padding: 0 0 0 36px;
    position: relative
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step,
.is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-left: 0
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__container textarea {
    font-style: inherit;
    font-weight: inherit
}

.wc-block-components-checkout-step__content>* {
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
    margin-bottom: 0;
    padding-bottom: 16px
}

.wc-block-components-checkout-step__heading {
    margin: .75em 0 1em;
    position: relative
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,
.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

.wc-block-components-checkout-step__heading-content a {
    color: inherit;
    font-weight: 700
}

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    background: transparent;
    border: 0;
    border-radius: 0;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "." /"";
    counter-increment: checkout-step;
    left: -24px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    vertical-align: baseline;
    white-space: nowrap
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    border-left: 1px solid hsla(0, 0%, 7%, .3);
    content: "";
    height: 100%;
    left: -24px;
    position: absolute;
    top: 0
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    content: counter(checkout-step) ". ";
    content: counter(checkout-step) ". " /"";
    left: auto;
    position: static;
    top: auto;
    transform: none
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: unset
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
    font-size: 1em;
    line-height: 24px;
    margin: 0 12px 0 0
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

.wc-block-components-title.wc-block-components-title textarea {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
    list-style: none outside;
    margin: 0 0 4px;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
.wc-block-components-checkbox-list li.show-less button,
.wc-block-components-checkbox-list li.show-more button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,
.wc-block-components-checkbox-list.is-loading li>* {
    visibility: hidden
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-checkbox-list.is-loading li:after {
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

.editor-styles-wrapper .wp-block-post-title {
    text-align: center;
    margin-bottom: 1.875rem;
}

.editor-styles-wrapper .wc-block-grid__product .wc-block-grid__product-image img:nth-of-type(2) {
    display: none;
}

@media screen and (prefers-reduced-motion:reduce) {

    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
    .wc-block-components-checkbox-list.is-loading li {
        animation: none
    }
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-radio-control__option {
    color: inherit;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0 0 1em;
    padding: 0 0 0 2.25em;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-radio-control__option:last-child {
    margin-bottom: 0
}

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group,
.wc-block-components-radio-control__label-group {
    display: table-row
}

.wc-block-components-radio-control__description-group>span,
.wc-block-components-radio-control__label-group>span {
    display: table-cell
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    min-width: 50%;
    text-align: right
}

.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem, 24px)
}

.wc-block-components-radio-control__description,
.wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 1.5em;
    left: 0;
    margin: inherit;
    min-height: 24px;
    min-width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    width: 1.5em
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
    outline: 2px solid #50575e;
    outline-offset: 2px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: .75em;
    left: 50%;
    margin: 0;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .75em
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #fff
}

.wc-block-components-radio-control .wc-block-components-radio-control__input[disabled] {
    cursor: not-allowed;
    opacity: .5;
    transition: opacity .2s ease
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: var(--form--color-text)
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    display: inline-block;
    font-weight: 400;
    margin-right: 12px
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -moz-max-content;
    width: max-content
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-textarea {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear
}

.wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
    fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text {
    visibility: hidden
}

.wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

.wc-block-components-button:not(.is-link).outlined {
    background: transparent;
    color: currentColor
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff;
    opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

.wc-block-components-spinner:after {
    animation: spinner__animation 1s linear infinite;
    backface-visibility: hidden;
    border: .2em solid;
    border-left: .2em solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: " ";
    height: 1em;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    position: absolute;
    top: 50%;
    transform: translateZ(0) scale(.5);
    transform-origin: 50% 50%;
    width: 1em
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

:root {
    --drawer-width: 480px;
    --neg-drawer-width: calc(var(--drawer-width)*-1)
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(max(-100%, var(--neg-drawer-width)))
    }
}

@keyframes rtlslidein {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(min(100%, var(--drawer-width)))
    }
}

.wc-block-components-drawer__screen-overlay {
    background-color: rgba(95, 95, 95, .35);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 9999
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
    transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
    animation-duration: .3s;
    animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
    opacity: 0;
    pointer-events: none
}

.wc-block-components-drawer {
    background: #fff;
    display: block;
    height: 100%;
    left: 100%;
    max-width: 100%;
    position: relative;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(max(-100%, var(--neg-drawer-width)));
    width: var(--drawer-width)
}

.wc-block-components-drawer:after {
    border-style: solid;
    border-width: 0 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.rtl .wc-block-components-drawer {
    transform: translateX(min(100%, var(--drawer-width)))
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
    transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    animation-duration: .3s;
    animation-name: slidein
}

.rtl .wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    animation-name: rtlslidein
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
    transform: translateX(0)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-drawer,
    .wc-block-components-drawer__screen-overlay {
        animation-name: none !important;
        transition: none !important
    }
}

.wc-block-components-drawer__close {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    color: inherit !important;
    margin: -1em;
    opacity: .6;
    padding: 0;
    padding: 1em !important;
    position: absolute !important;
    right: 12px;
    top: 12px;
    vertical-align: baseline;
    z-index: 2
}

.wc-block-components-drawer__close:active,
.wc-block-components-drawer__close:focus,
.wc-block-components-drawer__close:hover {
    opacity: 1
}

.wc-block-components-drawer__close:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none
}

.wc-block-components-drawer__close>span {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.wc-block-components-drawer__close svg {
    fill: currentColor;
    display: block
}

.wc-block-components-drawer__content {
    height: 100dvh;
    position: relative
}

.admin-bar .wc-block-components-drawer__content {
    height: calc(100dvh - 46px);
    margin-top: 46px
}

@media only screen and (min-width:783px) {
    .admin-bar .wc-block-components-drawer__content {
        height: calc(100dvh - 32px);
        margin-top: 32px
    }
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-mini-cart {
    display: inline-block
}

.wc-block-mini-cart__template-part,
.wp-block-woocommerce-mini-cart-contents {
    height: 100%
}

.wc-block-mini-cart__button {
    align-items: center;
    background-color: transparent;
    border: none;
    color: inherit;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: .75em .5em
}

.wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: .6
}

.wc-block-mini-cart__amount {
    margin-right: .5em
}

.wc-block-mini-cart--preview .wc-block-mini-cart__amount {
    display: initial
}

.wc-block-mini-cart__tax-label {
    margin-right: .5em
}

@media screen and (min-width:768px) {
    .wc-block-mini-cart__amount {
        display: initial;
        font-size: inherit;
        font-weight: inherit;
        margin-right: 8px
    }
}

.drawer-open .wc-block-mini-cart__button {
    pointer-events: none
}

.wc-block-mini-cart__drawer {
    font-size: 1rem
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
    box-sizing: border-box;
    justify-content: center;
    padding: 0;
    position: relative
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices {
    margin: 16px 48px -16px 16px;
    margin-bottom: unset
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice {
    margin-bottom: unset
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices:empty {
    display: none
}

:where(.wp-block-woocommerce-mini-cart-contents) {
    background: #fff
}

.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
    background: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: -webkit-fill-available;
    max-height: -moz-available;
    max-height: fill-available
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
    justify-content: center
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
    justify-content: space-between
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
    overflow-y: auto;
    padding: 48px 16px 16px
}

h2.wc-block-mini-cart__title {
    align-items: baseline;
    background: inherit;
    display: flex;
    font-size: 2em;
    margin: 16px 16px -32px;
    -webkit-mask-image: linear-gradient(#000 calc(100% - 24px), transparent);
    mask-image: linear-gradient(#000 calc(100% - 24px), transparent);
    padding-bottom: 32px;
    z-index: 1
}

h2.wc-block-mini-cart__title span:first-child {
    margin-right: 8px
}

.wc-block-mini-cart__items {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
    padding: 16px 16px 0
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
    margin-bottom: auto
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
    padding-bottom: 8px;
    padding-top: 8px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
    content: none
}

.wc-block-mini-cart__footer {
    padding: 24px 16px;
    position: relative
}

.wc-block-mini-cart__footer:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
    font-weight: 600;
    margin-bottom: 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    display: none;
    font-size: .75em;
    font-weight: 400
}

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
        display: unset
    }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout {
    display: flex;
    gap: 16px
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-checkout-button-block,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wc-block-components-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-checkout-button-block {
    display: inline-flex;
    flex-grow: 1
}

@media only screen and (min-width:480px) {

    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block,
    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block {
        display: inline-flex
    }
}

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

    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions,
    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout {
        flex-direction: column
    }
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
    margin-top: 16px
}

.wc-block-mini-cart__shopping-button {
    display: flex;
    justify-content: center
}

.wc-block-mini-cart__shopping-button a {
    border: 2px solid;
    color: currentColor;
    font-weight: 600;
    padding: 12px 24px;
    text-decoration: none
}

.wc-block-mini-cart__shopping-button a:focus,
.wc-block-mini-cart__shopping-button a:hover {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-mini-cart__quantity-badge {
    align-items: center;
    display: flex;
    position: relative
}

.wc-block-mini-cart__badge {
    align-items: center;
    border-radius: 1em;
    box-sizing: border-box;
    display: flex;
    font-size: .875em;
    font-weight: 600;
    height: 1.4285714286em;
    justify-content: center;
    left: 100%;
    margin-left: -44%;
    min-width: 1.4285714286em;
    padding: 0 .25em;
    position: absolute;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1
}

:where(.wc-block-mini-cart__badge) {
    background-color: transparent;
    color: transparent
}

.wc-block-mini-cart__badge:empty {
    opacity: 0
}

.wc-block-mini-cart__icon {
    display: block;
    height: 2em;
    margin: -.25em;
    width: 2em
}

html[dir=rtl] .wc-block-mini-cart__icon {
    transform: scaleX(-1)
}

.uagb-post__text.uagb-post__title {
    font-weight: 400;
}

.editor-styles-wrapper .uagb-post__inner-wrap .uagb-post__image+.uagb-post__title {
    font-weight: 300;
}

.uagb-slick-carousel .slick-slide img {
    object-fit: cover;
    max-height: 450px;
}

.editor-styles-wrapper .uagb-slick-carousel .slick-slide img {
    max-height: 300px !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    max-width: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    margin: 0 !important;
    padding: 34px 10px 10px;
}

.modal-content {
    position: relative;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    background: #fff;
    padding: 30px 30px 25px;
    border-radius: 12px;
    border: 2px solid var(--wp--preset--color--accent-green);
}

.modal-content .wp-block-heading {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 18px;
}

a[data-close] {
    display: inline-block;
    text-decoration: none;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    line-height: 29px;
    font-size: 22px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
}

input.wpcf7-form-control {
    width: 100%;
    display: block;
    margin-bottom: 15px;

    &:focus,
    &:active {
        outline: none;
    }

    &.wpcf7-submit {
        margin: 10px 0 18px;

        &:hover {
            top: 0;
        }
    }
}

.wpcf7-form p {
    margin: 0 0 15px;
    display: flex;
    flex-flow: column;
}

.wpcf7-spinner {
    margin: -56px 20px 0 0;
    align-self: flex-end;
}

.wpcf7 form.invalid .wpcf7-response-output {
    margin: 30px 0 0;
}

.header-price-button {
    padding: 8px 10px;
    max-width: 190px;
    max-width: none;
    white-space: nowrap;
}

@media(max-width: 1200px) {
    .header-price-button {
        font-size: 12px !important;
    }

    #site-header ul.menu-wrapper>li {
        margin: 0 11px 0 0;
    }

    #site-header ul.menu-wrapper>li>a {
        font-size: 12px;
    }
}

@media(max-width: 800px) {
    #site-header {
        grid-template-columns: minmax(10%, 20%) 1fr minmax(10%, 20%);
    }

    .site-branding+div {
        display: none;
    }

    .header-price-button {
        display: none;
    }

    .site-menu-primary {
        display: none;
    }
}

.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free {
    display: none;
}