/** Shopify CDN: Minification failed

Line 1623:22 Unexpected "{"

**/
/* Derived from base colors (theme settings) */

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row > * {
    padding-left: 15px;
    padding-right: 15px;
}

:root,
.color-background-1 {
    --color-foreground: var(--color-base-text);
    --color-foreground-rgb: var(--color-base-text-rgb);
    --color-background: var(--color-base-background-1);
    --color-background-rbg: var(--color-base-background-1-rgb);
    --payment-terms-background-color: var(--color-base-background-1);
}

.color-background-2 {
    --color-background: var(--color-base-background-2);
    --color-background-rbg: var(--color-base-background-2-rgb);
}

.color-inverse {
    --color-foreground: var(--color-base-background-1);
    --color-foreground-rgb: var(--color-base-background-1-rgb);
    --color-background: var(--color-base-text);
    --color-background-rbg: var(--color-base-text-rgb);
}

.color-accent-1 {
    --color-foreground: var(--color-base-solid-button-labels);
    --color-foreground-rgb: var(--color-base-solid-button-labels-rgb);
    --color-background: var(--color-base-accent-1);
    --color-background-rbg: var(--color-base-accent-1-rgb);
}

.color-accent-2 {
    --color-foreground: var(--color-base-solid-button-labels);
    --color-foreground-rgb: var(--color-base-solid-button-labels-rgb);
    --color-background: var(--color-base-accent-2);
    --color-background-rbg: var(--color-base-accent-2-rgb);
}

.color-foreground-outline-button {
    --color-foreground: var(--color-base-outline-button-labels);
    --color-foreground-rbg: var(--color-base-outline-button-labels-rgb);
}

.color-foreground-accent-1 {
    --color-foreground: var(--color-base-accent-1);
    --color-foreground-rbg: var(--color-base-accent-1-rgb);
}

.color-foreground-accent-2 {
    --color-foreground: var(--color-base-accent-2);
    --color-foreground-rbg: var(--color-base-accent-2-rgb);
}

:root,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
    --color-foreground-75: rgba(var(--color-foreground-rgb), 0.75);
    --color-foreground-70: rgba(var(--color-foreground-rgb), 0.7);
    --color-foreground-55: rgba(var(--color-foreground-rgb), 0.55);
    --color-foreground-50: rgba(var(--color-foreground-rgb), 0.5);
    --color-foreground-40: rgba(var(--color-foreground-rgb), 0.4);
    --color-foreground-30: rgba(var(--color-foreground-rgb), 0.3);
    --color-foreground-20: rgba(var(--color-foreground-rgb), 0.2);
    --color-foreground-10: rgba(var(--color-foreground-rgb), 0.1);
    --color-foreground-8: rgba(var(--color-foreground-rgb), 0.08);
    --color-foreground-4: rgba(var(--color-foreground-rgb), 0.04);
    --color-foreground-3: rgba(var(--color-foreground-rgb), 0.03);
}

/* Links */

:root,
.color-background-1 {
    --color-link: var(--color-base-outline-button-labels);
    --color-link-hover: rgba(var(--color-base-outline-button-labels-rgb), 0.85);
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
    --color-link: var(--color-foreground);
    --color-link-hover: var(--color-foreground-70);
}

/* Primary button */

:root,
.color-background-1 {
    --color-button-background: var(--color-base-accent-1);
    --color-button-border: var(--color-base-accent-1);
    --color-button-text: var(--color-base-solid-button-labels);
    --color-button-text-rgb: var(--color-base-solid-button-labels-rgb);
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
    --color-button-background: var(--color-foreground);
    --color-button-border: var(--color-foreground);
    --color-button-text: var(--color-background);
    --color-button-text-rgb: var(--color-background-rbg);
}

/* Secondary button */

.button--secondary {
    --color-button-background: transparent;
    --color-button-border: var(--color-base-outline-button-labels);
    --color-button-text: var(--color-base-outline-button-labels);
    --color-button-text-rgb: var(--color-base-outline-button-labels-rgb);
}

.color-background-2 .button--secondary,
.color-inverse .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
    --color-button-border: var(--color-foreground);
    --color-button-text: var(--color-foreground);
    --color-button-text-rgb: var(--color-foreground-rgb);
}

/* Tertiary button */

.button--tertiary {
    --color-button-background: transparent;
    --color-button-border: rgba(
        var(--color-base-outline-button-labels-rgb),
        0.2
    );
    --color-button-text: var(--color-base-outline-button-labels);
    --color-button-text-rgb: var(--color-base-outline-button-labels-rgb);
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
    --color-button-border: var(--color-foreground-20);
    --color-button-text: var(--color-foreground);
}

.btn-button.add-to-cart.btn-sold-out.action {
    pointer-events: none;
}
/* Badges */

:root,
.color-background-1 {
    --color-badge-background: var(--color-background);
    --color-badge-border: var(--color-foreground-10);
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
    --color-badge-background: var(--color-background);
    --color-badge-border: var(--color-background);
}

/*  Cards and announcement bar */

:root,
.color-background-1,
.color-background-2 {
    --color-card-hover: rgba(var(--color-base-text-rgb), 0.06);
}

.color-inverse {
    --color-card-hover: rgba(var(--color-base-background-1-rgb), 0.06);
}

.color-accent-1,
.color-accent-2 {
    --color-card-hover: rgba(var(--color-base-solid-button-labels-rgb), 0.06);
}

/* base */

.no-js:not(html) {
    display: none !important;
}

html.no-js .no-js:not(html) {
    display: block !important;
}

.no-js-inline {
    display: none !important;
}

html.no-js .no-js-inline {
    display: inline-block !important;
}

html.no-js .no-js-hidden {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .page-width {
        max-width: 76rem;
        margin: 0 auto;
        padding: 0 1.5rem;
    }
}

@media screen and (min-width: 992px) {
    .page-width {
        max-width: 96rem;
        margin: 0 auto;
        padding: 0 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .page-width {
        max-width: 120rem;
        margin: 0 auto;
        padding: 0 1.5rem;
    }
}

.page-width-desktop {
    padding: 0;
    margin: 0 auto;
}

@media screen and (min-width: 750px) {
    .page-width--narrow {
        padding: 0 9rem;
    }

    .page-width-desktop {
        padding: 0;
    }
}

@media screen and (min-width: 990px) {
    .page-width--narrow {
        max-width: 117rem;
        padding: 0;
    }

    .page-width-desktop {
        max-width: 120rem;
        padding: 0 5rem;
    }
}

.element-margin {
    margin-top: 5rem;
}

.spaced-section:last-child {
    margin-bottom: 5rem;
}

.spaced-section--full-width + .spaced-section--full-width {
    margin-top: 0;
}

.spaced-section--full-width:first-child {
    margin-top: 0;
}

.spaced-section--full-width:last-child {
    margin-bottom: 0;
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
    color: var(--color-foreground-75);
    background-color: var(--color-background);
}

.background-secondary {
    background-color: var(--color-foreground-4);
    padding: 4rem 0 5rem;
}

@media screen and (min-width: 750px) {
    .background-secondary {
        padding: 6rem 0 5rem;
    }
}

.grid-auto-flow {
    display: grid;
    grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
    margin: 7rem auto;
}

.rte-width {
    max-width: 82rem;
    margin: 0 auto 2rem;
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hidden {
    display: none !important;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}

.visually-hidden--inline {
    margin: 0;
    height: 1em;
}

.overflow-hidden {
    overflow: hidden;
}

.skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto;
}

.full-width-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: normal;
}

.h0 {
    font-size: 4rem;
}

@media only screen and (min-width: 750px) {
    .h0 {
        font-size: 5.2rem;
    }
}

h1,
.h1 {
    font-size: 3rem;
}

@media only screen and (min-width: 750px) {
    h1,
    .h1 {
        font-size: 4rem;
    }
}

h2,
.h2 {
    font-size: 2rem;
}

@media only screen and (min-width: 750px) {
    h2,
    .h2 {
        font-size: 2.4rem;
    }
}

h3,
.h3 {
    font-size: 1.7rem;
}

@media only screen and (min-width: 750px) {
    h3,
    .h3 {
        font-size: 1.8rem;
    }
}

h4,
.h4 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.2rem;
}

@media only screen and (min-width: 750px) {
    h5,
    .h5 {
        font-size: 1.3rem;
    }
}

h6,
.h6 {
    color: var(--color-foreground-75);
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}

blockquote {
    font-style: italic;
    color: var(--color-foreground-75);
    border-left: 0.2rem solid var(--color-foreground-20);
    padding-left: 1rem;
}

@media screen and (min-width: 750px) {
    blockquote {
        padding-left: 1.5rem;
    }
}

.caption {
    font-size: 1rem;
    letter-spacing: 0.07rem;
    line-height: 1.7;
}

@media screen and (min-width: 750px) {
    .caption {
        font-size: 1.2rem;
    }
}

.caption-with-letter-spacing {
   /* font-size: 1rem; 
    line-height: 1.2;
    text-transform: uppercase;  */
    letter-spacing: 0.13rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.04rem;
}

.color-foreground {
    color: var(--color-foreground);
}

table:not([class]) {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.4rem;
    border-style: hidden;
    box-shadow: 0 0 0 0.1rem var(--color-foreground-20);
    /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
    padding: 1em;
    border: 0.1rem solid var(--color-foreground-20);
}

@media screen and (max-width: 749px) {
    .small-hide {
        display: none;
    }
}

.hidden {
    display: none !important;
}

@media screen and (max-width: 749px) {
    .small-hide {
        display: none !important;
    }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
    .medium-hide {
        display: none !important;
    }
}

@media screen and (min-width: 990px) {
    .large-up-hide {
        display: none !important;
    }
}

.center {
    text-align: center;
}

.right {
    text-align: unset;
}

.uppercase {
    text-transform: uppercase;
}

.light {
    opacity: 0.7;
}

.link,
.customer a {
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    color: var(--color-link);
    background-color: transparent;
    font-size: 1.4rem;
}

.link--text {
    color: var(--color-foreground);
}

.link--text:hover {
    color: var(--color-foreground-75);
}

.link-with-icon {
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    margin-bottom: 4.5rem;
    white-space: nowrap;
}

.link-with-icon .icon {
    width: 1.5rem;
    margin-left: 1rem;
}

.circle-divider::after {
    content: "\2022";
    margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
    display: none;
}

hr {
    border: none;
    height: 0.1rem;
    background-color: var(--color-foreground-20);
    display: block;
    margin: 5rem 0;
}

@media screen and (min-width: 750px) {
    hr {
        margin: 7rem 0;
    }
}

.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
}

.placeholder {
    background-color: var(--color-foreground-4);
    color: var(--color-foreground-55);
    fill: var(--color-foreground-55);
}

details > * {
    box-sizing: border-box;
}

.break {
    word-break: break-word;
}

.visibility-hidden {
    visibility: hidden;
}

@media (prefers-reduced-motion) {
    .motion-reduce {
        transition: none !important;
    }
}

:root {
    --duration-short: 100ms;
    --duration-default: 200ms;
    --duration-long: 500ms;
}

.underlined-link {
    color: var(--color-link-hover);
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover {
    color: var(--color-link);
    text-decoration-thickness: 0.2rem;
}

/* arrow animation */
.animate-arrow .icon-arrow path {
    transform: translateX(-0.25rem);
    transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
    transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}

summary .icon-caret {
    position: absolute;
    height: 0.6rem;
    right: 1.5rem;
    top: calc(50% - 0.35rem);
}

summary::-webkit-details-marker {
    display: none;
}

.disclosure-has-popup {
    position: relative;
}

.disclosure-has-popup[open] > summary::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    cursor: default;
    content: " ";
    background: transparent;
}

.disclosure-has-popup > summary::before {
    display: none;
}

.disclosure-has-popup[open] > summary + * {
    z-index: 100;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus-visible {
    outline: 0.2rem solid var(--color-foreground-50);
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 0.3rem var(--color-background),
        0 0 0.5rem 0.4rem var(--color-foreground-30);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
*:focus {
    outline: 0.2rem solid var(--color-foreground-50);
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 0.3rem var(--color-background),
        0 0 0.5rem 0.4rem var(--color-foreground-30);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
    outline: 0.2rem solid var(--color-foreground-50);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 var(--color-foreground-30);
}

/* Fallback */
.focus-inset:focus {
    outline: 0.2rem solid var(--color-foreground-50);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 var(--color-foreground-30);
}

.focus-inset:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
    box-shadow: none !important;
    outline: 0 !important;
}

/* component-title */
.title,
.title-wrapper-with-link {
    margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
    margin: 0;
}

.title-wrapper {
    margin-bottom: 3rem;
}

.title-wrapper-with-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin: 4rem 0 3rem;
    flex-wrap: wrap;
}

.title--primary {
    margin: 2rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
    .title-wrapper--self-padded-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 990px) {
    .title,
    .title-wrapper-with-link {
        margin: 5rem 0 3rem;
    }

    .title--primary {
        margin: 2rem 0;
        color: #000;
    }

    .title-wrapper-with-link {
        align-items: center;
    }

    .title-wrapper-with-link .title {
        margin-bottom: 0;
    }

    .title-wrapper--self-padded-tablet-down {
        padding-left: 0;
        padding-right: 0;
    }
}

.title-wrapper-with-link .link-with-icon {
    margin: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
    width: 1.5rem;
}

.title-wrapper-with-link a {
    color: var(--color-base-outline-button-labels);
    margin-top: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 990px) {
    .title-wrapper-with-link.title-wrapper-with-link--no-heading {
        display: none;
    }
}

.subtitle {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
    color: var(--color-foreground-70);
}

/* component-grid */
.grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
    margin-left: 0;
}

.grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 749px) {
    .grid__item.slider__slide--full-width {
        width: 100%;
        max-width: none;
    }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
    .grid--one-third-max.grid--3-col-tablet .grid__item {
        max-width: 33.33%;
    }
}

@media screen and (min-width: 992px) {
    .featured-collection .grid--quarter-max.grid--2-col-desktop .grid__item {
        max-width: 33.33%;
    }
}

@media screen and (min-width: 1200px) {
    .grid--quarter-max.grid--4-col-desktop .grid__item {
        max-width: 25%;
    }

    .featured-collection .grid--quarter-max.grid--2-col-desktop .grid__item {
        max-width: 16.667%;
    }
}

.grid--1-col .grid__item {
    max-width: 100%;
    width: 100%;
}

.grid--3-col .grid__item {
    width: calc(33.33% - 0.5rem * 2 / 3);
}

@media screen and (min-width: 750px) {
    .grid--3-col .grid__item {
        width: calc(33.33% - 1rem * 2 / 3);
    }
}

.grid--2-col .grid__item {
    width: calc(50% - 0.5rem / 2);
}

@media screen and (min-width: 750px) {
    .grid--2-col .grid__item {
        width: calc(50% - 1rem / 2);
    }

    .grid--4-col-tablet .grid__item {
        width: calc(25% - 1rem * 3 / 4);
    }

    .grid--3-col-tablet .grid__item {
        width: calc(33.33% - 1rem * 2 / 3);
    }

    .grid--2-col-tablet .grid__item {
        width: calc(50% - 1rem / 2);
    }
}

@media screen and (min-width: 990px) {
    .grid--4-col-desktop .grid__item {
        width: calc(25% - 1rem * 3 / 4);
    }

    .grid--3-col-desktop .grid__item {
        width: calc(33.33% - 1rem * 2 / 3);
    }

    .grid--2-col-desktop .grid__item {
        width: calc(50% - 1rem / 2);
    }
}

.grid__item--vertical-align {
    align-self: center;
}

.grid__item--full-width {
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (max-width: 749px) {
    .grid--peek.slider--mobile {
        margin: 0;
        width: 100%;
    }

    .grid--peek.slider--mobile .grid__item {
        box-sizing: content-box;
        margin: 0;
    }

    .grid--peek .grid__item {
        width: calc(50% - 3.75rem / 2);
    }

    .grid--peek .grid__item:first-of-type {
        padding-left: 1.5rem;
    }

    .grid--peek .grid__item:last-of-type {
        padding-right: 1.5rem;
    }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
    .slider--tablet.grid--peek .grid__item {
        width: calc(25% - 4rem * 3 / 4);
    }

    .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
        width: calc(33.33% - 4rem * 2 / 3);
    }

    .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
        width: calc(50% - 4rem / 2);
    }

    .slider--tablet.grid--peek .grid__item:first-of-type {
        padding-left: 1.5rem;
    }

    .slider--tablet.grid--peek .grid__item:last-of-type {
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 989px) {
    .slider--tablet.grid--peek {
        margin: 0;
        width: 100%;
    }

    .slider--tablet.grid--peek .grid__item {
        box-sizing: content-box;
        margin: 0;
    }
}

/* component-media */
.media {
    display: block;
    background-color: var(--color-foreground-10);
    position: relative;
    overflow: hidden;
}

.media--transparent {
    background-color: transparent;
}

.media > *:not(.zoom, .deferred-media__poster-button),
.media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.media > img {
    object-fit: cover;
    object-position: center center;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
    padding-bottom: 100%;
}

.media--portrait {
    padding-bottom: 125%;
}

.media--landscape {
    padding-bottom: 66%;
}

.media--cropped {
    padding-bottom: 56%;
}

.media--16-9 {
    padding-bottom: 56.25%;
}

.media--circle {
    padding-bottom: 100%;
    border-radius: 50%;
}

.media.media--hover-effect > img + img {
    opacity: 0;
}

@media screen and (min-width: 990px) {
    .media--cropped {
        padding-bottom: 63%;
    }
}

deferred-media {
    display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button,
.customer button {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font: inherit;
    padding: 0.9rem 3rem 1.1rem;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    background-color: var(--color-button-background);
    box-shadow: 0 0 0 0.1rem var(--color-button-border);
    color: var(--color-button-text);
    min-width: 12rem;
    min-height: 3.5rem;
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
}

.button:focus-visible {
    box-shadow: 0 0 0 0.1rem var(--color-button-border),
        0 0 0 0.3rem var(--color-background),
        0 0 0.5rem 0.4rem var(--color-foreground-30);
}

.button:focus {
    box-shadow: 0 0 0 0.1rem var(--color-button-border),
        0 0 0 0.3rem var(--color-background),
        0 0 0.5rem 0.4rem var(--color-foreground-30);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.2;
}

.button--tertiary {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    min-width: 9rem;
    min-height: 3.5rem;
}

.button--small {
    padding: 1.2rem 2.6rem;
}

/* Button - hover */

.button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover {
    box-shadow: 0 0 0 0.2rem #ffffff1a;
}

/* Button - other */

.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.button--full-width {
    display: flex;
    width: 100%;
}

.button.loading {
    color: transparent;
}

.button.loading:after {
    animation: loading var(--duration-long) infinite linear;
    border: 0.5rem solid rgba(var(--color-button-text-rgb), 0.4);
    border-left: 0.5rem solid var(--color-button-text);
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 2rem;
    position: absolute;
    width: 2rem;
}

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

    100% {
        transform: rotate(360deg);
    }
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: var(--color-foreground);
    font-size: 1.6rem;
    width: 100%;
    box-shadow: 0 0 0 0.1rem var(--color-foreground-55);
    height: 4.4rem;
    box-sizing: border-box;
    transition: box-shadow var(--duration-short) ease;
}

.select__select {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.2rem;
    color: var(--color-foreground-75);
}

.field__input:hover,
.select__select:hover,
.customer .field input:hover,
.customer select:hover,
.localization-form__select:hover {
    box-shadow: 0 0 0 0.2rem var(--color-foreground-55);
}

.field__input:focus-visible,
.select__select:focus-visible,
.field input:focus-visible {
    box-shadow: 0 0 0 0.1rem var(--color-foreground-55),
        0 0 0 0.3rem var(--color-background),
        0 0 0.5rem 0.4rem var(--color-foreground-30);
}

.field__input:focus,
.select__select:focus,
.field input:focus {
    box-shadow: 0 0 0 0.1rem var(--color-foreground-55),
        0 0 0 0.3rem var(--color-background),
        0 0 0.5rem 0.4rem var(--color-foreground-30);
}

.text-area,
.select {
    display: inline-block;
    position: relative;
    width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
    height: 0.6rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 0.35rem);
    right: 1.5rem;
}

.select__select,
.customer select {
    cursor: pointer;
    padding: 0 4rem 0 1.5rem;
}

/* Field */

.field {
    position: relative;
    width: 100%;
    display: flex;
}

.customer .field {
    display: block;
}

.field--with-error {
    flex-wrap: wrap;
}

.field__input,
.customer .field input {
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
}

.field__label,
.customer .field label {
    font-size: 1.6rem;
    left: 20px;
    top: 10px;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top var(--duration-short) ease,
        font-size var(--duration-short) ease;
    color: var(--color-foreground-75);
    letter-spacing: 0.1rem;
    line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
    font-size: 1rem;
    top: 0.3em;
    letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
    padding: 2.2rem 1.5rem 0.8rem;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
    display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
    opacity: 0;
}

.field__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
}

.field__button > svg {
    height: 2.5rem;
    width: 2.5rem;
}

/* Text area */

.text-area {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    padding: 1.2rem;
    min-height: 10rem;
    resize: none;
}

.text-area--resize-vertical {
    resize: vertical;
}

input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 0.5rem;
}

/* Form global */

.form__label {
    display: block;
    margin-bottom: 0.6rem;
}

.form__message {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 1rem;
}

.form__message--large {
    font-size: 1.6rem;
}

.customer .field .form__message {
    font-size: 1.4rem;
    text-align: left;
}

.form__message .icon,
.customer .form__message svg {
    flex-shrink: 0;
    height: 1.3rem;
    margin-right: 0.5rem;
    width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem;
}

.customer .field .form__message svg {
    align-self: start;
}

.form-status {
    margin: 0;
    font-size: 1.6rem;
}

.form-status-list {
    padding: 0;
    margin: 2rem 0 4rem;
}

.form-status-list li {
    list-style-position: inside;
}

.form-status-list .link::first-letter {
    text-transform: capitalize;
}

/* component-quantity */
.quantity {
    display: flex;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #ededed;
    height: 40px;
    background: #fff;
    vertical-align: top;
    max-width: 122px;
}

.quantity__input {
    text-align: center;
    background-color: transparent;
    padding: 0 0.5rem;
    height: 4rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border-radius: 0;
}

.quantity__button {
    width: 4.5rem;
    flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-foreground);
}

.quantity__button svg {
    width: 1rem;
    pointer-events: none;
}

.quantity__button svg path {
    fill: #cccccc;
}

.quantity__button:hover svg path {
    fill: var(--theme-primary-color);
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
    box-shadow: 0 0 0 10rem var(--color-background) inset !important;
    -webkit-box-shadow: 0 0 0 10rem var(--color-background) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity__input[type="number"] {
    -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
    list-style-type: none;
}

.no-js details[open] .modal__toggle {
    position: absolute;
    z-index: 2;
}

.modal__toggle-close {
    display: none;
}

.no-js details[open] svg.modal__toggle-close {
    display: flex;
    z-index: 1;
    height: 1.7rem;
    width: 1.7rem;
}

.modal__toggle-open {
    display: flex;
}

.no-js details[open] .modal__toggle-open {
    display: none;
}

.no-js .modal__close-button.link {
    display: none;
}

.modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 4.4rem;
    width: 4.4rem;
    background-color: transparent;
}

.modal__close-button .icon {
    width: 1.7rem;
    height: 1.7rem;
}

.modal__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-background);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-service-image img {
  max-width: 50px;
  width: 100%;
}
.footer-bottom {
  border-top: 1px solid;
}

.template-article table {
    border-style: unset;
}
.template-article tbody, 
.template-article td, 
.template-article tfoot, 
.template-article th, 
.template-article thead, 
.template-article tr {
    border-width: 1px !important;
    border: 1px solid !important;
}
.template-article ul li,
.template-article ol,
.template-article ol ul,
.template-article ol li,
.template-article ul, {
    list-style-type: unset !important;
}
.template-article .main-post.layout-1column .article-template__feature-image {
    /* display: block; */
}
.template-article .article-template .post-body img {
    width: 100%;
}
.template-article .post-author:before {
    content: "-";
    background: unset;
    position: unset;
    margin-right: 4px;
    width: fit-content;
    height: fit-content;
}