/** Shopify CDN: Minification failed

Line 898:5 Expected "}" to go with "{"

**/
.m-collection--wrapper {
    display: flex;
    margin: 10px 0 30px;
    column-gap: 28px
}

.m-collection--wrapper>* {
    transition: all var(--m-duration-default, 0.25s) ease
}

@media screen and (min-width: 1024px) {
    .m-collection--wrapper {
        margin: 30px 0 60px
    }
}

.m-collection--empty {
    padding: 96px 0
}

.m-collection--empty-text {
    color: rgb(var(--color-foreground-secondary));
    margin-top: 20px
}

.m-collection--pagination {
    margin-top: 40px
}

.m-sidebar {
    --m-bg-opacity: 0;
    touch-action: none;
    transition-duration: var(--m-duration-default, 0.25s);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(0, 0, 0, var(--m-bg-opacity))
}

.m-sidebar--content {
    --m-translate-x: -100%;
    --m-translate-y: 100%;
    position: relative;
    height: 100%;
    width: 100%;
    overscroll-behavior: contain;
    background-color: rgb(var(--color-background));
    display: inline-block;
    transition-duration: var(--m-duration-default, 0.25s);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

@media screen and (max-width: 1279px) {
    .m-sidebar--content {
        overflow-x: hidden;
        overflow-y: auto
    }
}

@media screen and (max-width: 767px) {
    .m-sidebar--title {
        font: 600 15px / 21px proxima-nova, Arial, sans-serif !important;
        left: 0;
        border-bottom: 1px solid #efefef;
        margin: 0;
        padding: 15px 30px 15px 12px !important;
        position: sticky;
        right: 0;
        background: #fff;
        text-align: center;
        text-transform: capitalize;
        top: 0;
        z-index: 1;
        color: #000;
        text-transform: uppercase;
    }

    .m-sidebar--close {
        background: #efefef;
        border-radius: 50%;
        padding: 6px;
    }

    .m-filter--wrapper {
        padding-top: 20px !important;
    }

    span.search-count {
        display: none;
    }

    .m-sidebar--content {
        position: absolute;
        max-width: 100% !important;
        width: 100%;
        bottom: 0;
        max-height: calc(100% - 70px);
        height: auto;
        z-index: 100;
        border-top: 1px solid #efefef;
        border-radius: 16px 16px 0 0;
        transform: translate3d(0, var(--m-translate-y), 0);
    }
}

.m-sidebar--content .m-storefront--enabled .m-collection-filters-form {
    order: 2
}

.m-sidebar .m-banner-promotion .m-image-card__content {
    padding: var(--content-card-padding, 24px)
}

.m-sidebar .m-banner-promotion .m-image-card__content .m-richtext__subtitle {
    margin-bottom: 8px
}

.m-sidebar .m-banner-promotion .m-image-card__content .m-image-card__heading-group+.m-richtext__button {
    margin-top: 24px
}

.m-sidebar .m-banner-promotion .m-button--fixed {
    left: var(--content-card-padding, 24px);
    right: var(--content-card-padding, 24px)
}

.m-sidebar--fixed .m-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 100
}

.m-sidebar--fixed .m-sidebar--content {
    transform: translate3d(var(--m-translate-x), 0, 0);
    width: 405px;
    overflow: auto
}

@media screen and (max-width: 767px) {
    .m-sidebar--fixed .m-sidebar--content {
        width: calc(100% - 40px)
    }
}


@media screen and (min-width: 1280px) {

    .m-sidebar--leftColumn .m-sidebar,
    .m-sidebar--rightColumn .m-sidebar {
        flex: 0 0 270px;
        width: 270px
    }

    .m-sidebar--leftColumn .m-sidebar--title,
    .m-sidebar--rightColumn .m-sidebar--title {
        padding: 0;
        margin-bottom: 32px
    }

    .m-sidebar--leftColumn .m-sidebar .m-filter--wrapper,
    .m-sidebar--rightColumn .m-sidebar .m-filter--wrapper {
        padding: 0
    }
}

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

    .m-sidebar--leftColumn .m-sidebar,
    .m-sidebar--rightColumn .m-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        z-index: 100
    }

    .m-sidebar--leftColumn .m-sidebar--content,
    .m-sidebar--rightColumn .m-sidebar--content {
        max-width: 405px;
    }
}

.m-sidebar--rightColumn {
    flex-direction: row-reverse
}

.m-sidebar--title {
    font-size: 30px;
    font-weight: 500;
    padding: 20px;
    color: rgb(var(--color-heading))
}

@media screen and (max-width: 1279px) {
    .m-sidebar--blank-title {
        padding-top: 50px
    }
}

.m-sidebar--fixed .m-sidebar--blank-title {
    padding-top: 50px
}

.m-sidebar--close {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px
}

.m-sidebar--close .m-svg-icon--large {
    width: 19px;
    height: 19px;
}

.m-sidebar--open {
    font-weight: 500;
    margin-right: 16px
}

.m-sidebar--open>span {
    margin-right: 8px
}

@media screen and (max-width: 767px) {
    .m-sidebar--open {
        margin-right: 32px
    }
}

.m-filter--wrapper {
    padding: 0 20px 20px
}

.m-filter--wrapper .m-accordion--item {
    margin-bottom: 30px
}

.m-filter--wrapper .m-accordion--item:last-child {
    margin-bottom: 0
}

.m-filter--widget {
    margin-bottom: 30px
}

.m-filter--widget-title {
    font: 400 12px / 17px proxima-nova, Arial, sans-serif;
    margin-bottom: 5px;
    color: rgb(var(--color-heading));
}

.m-filter--widget-collections responsive-image {
    margin-right: 10px;
    width: 50px
}

.m-filter--scroll-content {
    padding-right: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: var(--max-height, 300px)
}

.m-filter--swatches {
    display: flex;
    flex-wrap: wrap
}

.m-filter--swatches .m-facet--item {
    margin-right: 12px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center
}

.m-filter--swatches .m-facet--item.m-facet--show-label {
    padding: 8px 0
}

.m-filter--swatches .m-facet--item a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all var(--m-duration-default, 0.25s)
}

.m-filter--swatches-show-label {
    flex-flow: column;
    padding-left: 5px
}

.m-filter--swatches:not(.m-filter--swatches-button) {
    margin-left: -4px
}

.m-facets .m-facet--checkbox {
    flex-grow: 1;
    cursor: pointer;
    position: relative;
    display: flex;
    word-break: break-word;
    line-height: 1.5;
    padding: 10px 0
}

.m-facets .m-facet--checkbox input[type=checkbox] {
    position: absolute;
    opacity: 1;
    width: 1.6rem;
    height: 1.6rem;
    top: .7rem;
    left: .8rem;
    z-index: -1;
    appearance: none;
    -webkit-appearance: none;
    display: none
}

.m-facets .m-facet--checkbox input[type=checkbox]:checked~.icon-checkmark {
    visibility: visible
}

.m-facets .m-facet--checkbox .icon-checkmark {
    visibility: hidden;
    position: absolute;
    left: 3px;
    z-index: 5;
    top: 14px
}

.m-facets .m-facet--checkbox>svg:hover {
    color: #000000;
}

@media screen and (max-width: 767px) {
    .m-search .m-page-header__title {
        margin-bottom: 5px !important;
        margin-top: 3px;
    }
}

.m-search .m-page-header__title {
    margin-bottom: 24px;
    font: 700 28px / 25px proxima-nova, Arial, sans-serif;
}

.m-facets .m-facet--checkbox>svg {
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 4px;
    color: #c6c6c6;
}

.m-facets .m-facet--checkbox__disabled {
    opacity: .3;
    cursor: no-drop !important
}

.m-facets .m-facet--checkbox__disabled .m-tooltip__content {
    display: none
}

.m-facets .m-facet--product-count {
    margin-left: 4px
}

.m-facets .m-facet--color {
    margin: 0
}

.m-facets .m-facet--color .m-tooltip__content {
    pointer-events: none
}

.m-facets .m-facet--color label {
    cursor: pointer
}

.m-facets .m-facet--color:hover .m-facets .m-facet--color-label,
input:checked~.m-facets .m-facet--color-label {
    box-shadow: 0 0 0 1px rgb(var(--color-foreground)), inset 0 0 0 3px rgb(var(--color-background))
}

.m-facets .m-facet--color-label {
    display: inline-flex;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.1);
    transition: box-shadow var(--m-duration-default, 0.25s) ease, transform var(--m-duration-default, 0.25s) ease
}

.m-facets .m-facet--color-label * {
    pointer-events: none
}

.m-facets .m-facet--color-label a {
    pointer-events: auto;
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block
}

.m-facets .m-facet--color.active .m-facet--color-label,
.m-facets .m-facet--color:hover .m-facet--color-label {
    box-shadow: 0 0 0 1px #000, inset 0 0 0 3px #fff
}

.m-facets .m-facet--button a {
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0);
    color: rgb(var(--color-foreground));
    min-width: 42px;
    min-height: 42px;
    border: 1px solid rgb(var(--color-border));
    border-radius: 5px;
    transition: border-color var(--m-duration-default, 0.25s) ease, background var(--m-duration-default, 0.25s) ease
}

.m-facets .m-facet--button a:hover {
    background: rgb(var(--color-button-hover));
    color: rgb(var(--color-button-text-hover));
    border-color: rgb(var(--color-button-hover))
}

.m-facets .m-facet--button.active a {
    background: rgb(var(--color-button-hover));
    color: rgb(var(--color-button-text-hover));
    border-color: rgb(var(--color-button-hover))
}

.m-facets .m-facet--show-label {
    position: relative
}

.m-facets .m-facet--show-label .m-facet--color-label {
    position: absolute;
    top: 5px;
    left: 0;
    pointer-events: none
}

.m-facets .m-facet--show-label a {
    justify-content: flex-start !important;
    padding-left: 40px;
    width: 100%
}

.m-active-facets--item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 6px 12px;
    text-transform: capitalize;
    background: rgba(var(--color-foreground), 0.1);
    border-radius: 5px;
    margin: 16px 16px 0 0;
    color: rgb(var(--color-foreground));
    line-height: 1;
    font-size: 15px;
    transition: all var(--m-duration-default, 0.25s) ease;
    font-weight: 500
}

.m-active-facets--item:hover {
    color: rgb(var(--color-button-text-hover));
    background: rgb(var(--color-button-hover))
}

.m-active-facets--item-remove-all,
.m-active-facets--item-remove-all:hover {
    background-color: rgba(0, 0, 0, 0)
}

.m-active-facets--remove-icon {
    margin-right: 8px
}

.m-active-facets--remove-icon+span>span {
    margin: 0 4px
}

.m-active-facets--remove-all {
    color: rgb(var(--color-foreground-secondary));
    text-decoration-line: underline;
    font-weight: 400
}

.m-facets-price {
    display: block;
    padding: 10px 2px 0;
    --color: rgb(var(--color-foreground));
    --color-bar: rgba(var(--color-foreground), .15);
    --color-box-shadow: rgb(var(--color-background))
}

.m-facets-price--ranges {
    position: relative;
    height: 5px;
    background: linear-gradient(to right, var(--color-bar) var(--from), var(--color) var(--from), var(--color) var(--to), var(--color-bar) var(--to));
    border-radius: 4px;
    margin-top: 16px;
    margin-bottom: 28px
}

.m-facets-price--range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    height: 5px;
    vertical-align: top;
    outline: none;
    border: none;
    padding: 0
}

.m-facets-price--range:last-child {
    position: absolute;
    left: 0;
    top: 0
}

.m-facets-price--range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none
}

.m-facets-price--range::-webkit-slider-thumb {
    position: relative;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    margin-top: -5px;
    z-index: 1;
    box-shadow: 0 0 0 14px var(--color) inset, 0 0 0 2px var(--color-box-shadow);
    transition: transform var(--m-duration-default, 0.25s) linear;
    transform: scale(1.3)
}

.m-facets-price--range::-webkit-slider-thumb:hover {
    transform: scale(1.5)
}

.m-facets-price--range::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 4px;
    border: none
}

.m-facets-price--range::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 0 14px var(--color) inset, 0 0 0 2px var(--color-box-shadow);
    transform: scale(1.3)
}

.m-facets-price--range::-moz-range-thumb:hover {
    transform: scale(1.5)
}

.m-facets-price--range::-moz-range-progress,
.m-facets-price--range::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    border-radius: 4px;
    border: none
}

.m-facets-price--range::-moz-range-progress {
    background-color: rgba(0, 0, 0, .7)
}

.m-facets-price--range::-moz-range-track {
    background-color: #f5f5f5
}

.m-facets-price--range::-webkit-slider-runnable-track {
    background: none
}

.m-facets-price--range::-webkit-slider-thumb {
    pointer-events: auto
}

.m-facets-price--range::-moz-range-progress,
.m-facets-price--range::-moz-range-track {
    background: none
}

.m-facets-price--range::-moz-range-thumb {
    pointer-events: auto;
    transform: scale(1.3)
}

.m-facets-price--input {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.m-facets-price--field {
    position: relative;
    flex: 1;
    color: rgb(var(--color-form-field-text))
}

.m-facets-price--field-currency {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%)
}

.m-facets-price--field .form-field form-field--input {
    padding-left: 22px;
    padding-right: 12px;
    text-align: right
}

.m-facets-price--to {
    margin: 0 20px
}

.m-collection-toolbar {
    font-weight: 500
}

.m-collection-toolbar--wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .m-collection-toolbar--wrapper {
        margin: 0;
        padding: 7px 0;
        transition: transform var(--m-duration-default, 0.25s) ease;
        border-top: 1px solid rgba(0, 0, 0, 0);
        background: rgb(var(--color-background))
    }
}

.m-collection-toolbar .m-sortby--open>span {
    margin-right: 8px
}

@media screen and (max-width: 767px) {
    .m-collection-toolbar {
        position: sticky;
        top: 0;
        z-index: 11
    }

    .m-collection-toolbar--sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 15px;
        z-index: 10;
        background-color: rgb(var(--color-background))
    }
}

.m-toolbar--column-switcher {
    margin: 0 -5px;
    padding-left: 16px
}

.m-toolbar--column-switcher>button {
    transition: background-color var(--m-duration-default, 0.25s) ease, fill var(--m-duration-default, 0.25s) ease;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    border-radius: 3px
}

.m-toolbar--column-switcher>button.active,
.m-toolbar--column-switcher>button:hover {
    background-color: rgb(var(--color-button-hover));
    color: rgb(var(--color-button-text-hover))
}

@media screen and (min-width: 1024px) {
    .m-toolbar--column-switcher>button {
        width: 34px;
        height: 34px
    }
}

@media screen and (max-width: 767px) {
    .m-toolbar--column-switcher {
        padding-left: 28px
    }
}

.m-sortby-mobile--wrapper {
    --m-bg-opacity: 0;
    touch-action: none;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: var(--m-duration-default, 0.25s);
    display: none;
    background-color: rgb(0 0 0/var(--m-bg-opacity))
}

.m-sortby-mobile--content {
    --m-translate-y: 100%;
    touch-action: none;
    border-radius: 16px 16px 0 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    background-color: rgb(var(--color-background));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: var(--m-duration-default, 0.25s);
    padding: 0 0 30px;
    transform: translate3d(0, var(--m-translate-y), 0)
}

.m-sortby-mobile--close {
    position: absolute;
    right: 10px;
    z-index: 10;
    background: #efefef;
    border-radius: 50%;
    padding: 6px;
    top: 10px;
}

.m-sortby-mobile--title {
    font: 600 15px / 21px proxima-nova, Arial, sans-serif !important;
    left: 0;
    border-bottom: 1px solid #efefef;
    margin: 0;
    padding: 15px 30px 15px 12px !important;
    position: sticky;
    right: 0;
    background: #fff;
    text-align: center;
    text-transform: capitalize;
    display: block;
    top: 0;
    z-index: 1;
    color: #000;
    text-transform: uppercase;
}

.m-sortby-mobile--item {
    padding: 12px 16px;
    line-height: 1;
    font-size: 18px;
    color: rgb(var(--color-foreground-secondary))
}

.m-sortby-mobile--item.active {
    text-decoration: underline
}

.m-collection-products {
    position: relative;
    margin: 0 -8px;
    margin-top: 24px;
    z-index: 9
}

.m-collection-products.m-cols-1 .m-product-item {
    width: 100%;
    max-width: 100%
}

.m-collection-products.m-cols-1 .m-product-item .m-product-option {
    justify-content: flex-start
}

@media screen and (max-width: 787px) {
    .m-collection-products .m-product-item {
        padding: 1px !important;
    }

    .m-collection-products .m-product-item {
        margin-bottom: 30px;
        padding: 0 8px
    }

    @media screen and (min-width: 1280px) {
        .m-collection-products .m-product-item {
            padding: 0 12px
        }
    }

    @media screen and (min-width: 768px) {
        .m-collection-products.m-cols-2 .m-product-item {
            width: 50%;
            max-width: 50%
        }

        .m-collection-products.m-cols-3 .m-product-item {
            width: 33.33333%;
            max-width: 33.33333%
        }

        .m-collection-products.m-cols-4 .m-product-item {
            width: 25%;
            max-width: 25%
        }

        .m-collection-products.m-cols-5 .m-product-item {
            width: 20%;
            max-width: 20%
        }
    }

    @media screen and (min-width: 1280px) {
        .m-collection-products {
            margin-left: -12px;
            margin-right: -12px
        }
    }

    @media screen and (max-width: 767px) {
        .m-collection-products {
            margin-top: 12px
        }
    }

    .m-collection-page__breadcrumb {
        border-bottom: 1px solid rgb(var(--color-border));
        border-top: 1px solid rgb(var(--color-border))
    }

    .m-sortby-mobile--item.active input#products::after {
        background-color: #000;
        border-color: #000;
        border-radius: 50%;
        content: "";
        height: 14px;
        left: 7px;
        position: absolute;
        top: 5px;
        width: 14px;
    }

    .m-sortby-mobile--item {
        display: flex;
        align-items: center;
    }

    li.m-sortby-mobile--item.active span {
        font-family: proxima-nova, Arial, sans-serif;
        font-weight: 600;
        color: #000;
    }

    .m-sortby-mobile--item span {
        font-size: 15px;
    }