/** Shopify CDN: Minification failed

Line 12:32 Unexpected "/"
Line 5070:17 Expected ";"

**/
.debug [aria-hidden=false]:before {
    content: "aria-hidden=false";
    background: #00ff2a
}

.debug [aria-hidden=false]:befor/e,
.debug [aria-hidden=true]:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 10px 5px
}

.debug [aria-hidden=true]:before {
    content: "aria-hidden=true";
    background: #f40
}

.accordion {
    border-top: 1px solid var(--color-border);
    padding-bottom: 17px
}

.accordion__item .icon {
    width: 22px;
    height: 22px;
    align-self: end;
    fill: var(--color-text)
}

.accordion__item .icon-less {
    display: none
}

.accordion__item.active {
    transition: max-height .55s ease-in
}

.accordion__item.active .icon-add,
.accordion__item.active .icon-arrow {
    display: none
}

.accordion__item.active .icon-less {
    display: block
}

.accordion__heading {
    padding: 0;
    margin: 17px 0 15px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    background: var(--color-white);
    color: var(--color-text)
}

.accordion__heading:hover {
    outline: none
}

.accordion__heading:hover .icon {
    fill: var(--color-text)
}

.accordion__heading:active {
    text-decoration: none
}

.accordion__content {
    font-size: 14px;
    overflow-y: hidden;
    max-height: 0;
    transition: max-height .35s ease-out
}

.accordion--white {
    color: var(--color-white);
    border-top: none;
    padding: 13px 0
}

.accordion--white .accordion__heading {
    background: var(--btn-background);
    color: var(--color-white);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

.accordion--white .accordion__heading .icon,
.accordion--white .accordion__heading:hover {
    fill: var(--color-white)
}

.accordion--inverted {
    padding: 8px 0
}

.accordion--inverted .icon {
    width: 10px;
    height: 10px;
    margin-right: 11px;
    align-self: center
}

.accordion--inverted .accordion__heading {
    padding: 8px 0;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 14px;
    margin: 0
}

.accordion--inverted .accordion__content {
    font-size: 12px;
    line-height: 14px
}

.quantity-selector {
    position: relative;
    max-height: 40px
}

.quantity-selector label {
    display: none
}

.quantity-selector button {
    background: transparent;
    display: inline-block;
    color: var(--color-text)
}

.quantity-selector button .icon {
    fill: var(--color-text);
    width: 12px;
    height: 12px
}

.quantity-selector button .icon.hidden {
    display: none
}

.quantity-selector button .icon.icon-trash {
    width: 9px
}

.quantity-selector__quantity {
    padding: 8px 16px;
    text-align: center;
    max-width: 100%;
    -moz-appearance: textfield
}

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

.quantity-selector__minus,
.quantity-selector__plus {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    line-height: 0;
    height: 100%;
    width: 40%;
    cursor: pointer;
    padding: 0
}

.quantity-selector__plus {
    right: 0
}

.quantity-selector__minus {
    left: 0;
    z-index: 10
}

.banner-overlay {
    position: relative;
    margin-bottom: 6.24em
}

@media (max-width:599px) {
    .banner-overlay {
        margin-bottom: 5.4em
    }
}

.banner-overlay__container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.banner-overlay__position-top {
    align-items: flex-start
}

.banner-overlay__position-middle {
    align-items: center
}

.banner-overlay__position-bottom {
    align-items: flex-end
}

@media (min-width:900px) {
    .banner-overlay__position-bottom .banner-overlay__text-container {
        margin: 30px 60px
    }
}

.banner-overlay__align-left {
    justify-content: flex-start
}

.banner-overlay__align-right {
    justify-content: flex-end
}

.banner-overlay__align-center {
    justify-content: center;
    text-align: center
}

.banner-overlay__text-container {
    margin: 20px
}

@media (min-width:600px) {
    .banner-overlay__text-container {
        max-width: 40%
    }
}

@media (min-width:900px) {
    .banner-overlay__text-container {
        margin: 30px 60px 38px
    }
}

.banner-overlay__title {
    margin: 0
}

.banner-overlay__subtitle {
    margin-bottom: 0
}

.banner-overlay__button {
    margin-top: 24px
}

@media (max-width:599px) {
    .banner-overlay__button {
        margin-top: 37px
    }
}

.banner-overlay__small h1 {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 16px
}

.banner-overlay__small p {
    font-size: 14px;
    line-height: 14px
}

.banner-overlay__small button {
    margin-top: 24px
}

.banner-overlay__link.btn-link:hover {
    text-decoration: none
}

.banner-overlay__link.btn-link:active,
.banner-overlay__link.btn-link:focus {
    color: #767676
}

@media (max-width:599px) {
    .banner-overlay.mobile-disable-overlay .banner-overlay__image {
        padding: 18px
    }

    .banner-overlay.mobile-disable-overlay .banner-overlay__container {
        position: relative
    }

    .banner-overlay.mobile-disable-overlay .banner-overlay__link,
    .banner-overlay.mobile-disable-overlay .banner-overlay__text-container {
        color: var(--color-text) !important
    }
}

.mini-cart-container .minicart-overlay.active {
    z-index: 9
}

body.active-mini-cart {
    overflow: hidden !important
}

.mini-cart {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: var(--color-white);
    transition-timing-function: ease-in-out;
    transition-duration: .1s;
    transition-property: transform;
    will-change: transform;
    padding: 1rem 0 34px 1rem
}

@media (min-width:600px) {
    .mini-cart {
        border-left: 1px solid rgba(0, 0, 0, .1);
        max-width: 400px;
        right: -400px
    }
}

.mini-cart form {
    display: flex;
    flex-direction: column;
    height: 100%
}

.mini-cart.active {
    transform: translateX(-100%)
}

.mini-cart__vendor {
    display: block;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 12px;
    color: #555
}

.mini-cart .product-card__vendor:not(.minicart__vendor) {
    display: none
}

.mini-cart .product-card__vendor.minicart__vendor {
    display: block !important
}

.mini-cart__header {
    display: flex;
    padding-bottom: 16px
}

.mini-cart__header .close,
.mini-cart__header .icon-close {
    margin-left: auto;
    cursor: pointer
}

.mini-cart__header .close .icon-close,
.mini-cart__header .icon-close .icon-close {
    fill: #555
}

.mini-cart__item-count {
    display: flex;
    align-items: flex-end;
    font-size: 14px
}

.mini-cart__item-count .icon-bag {
    margin-right: 6px
}

.mini-cart .close {
    color: var(--btn-background);
    padding: 5px;
    margin-right: 11px;
    line-height: 0
}

.mini-cart .close svg {
    width: 18px;
    height: 18px
}

.mini-cart__item-remove a {
    cursor: pointer
}

.mini-cart__items {
    flex-grow: 1;
    overflow-y: scroll;
    padding-bottom: 110px;
    height: 85%
}

#_si-widget-container {
    margin-top: 3px !important;
}

.mini-cart__items::-webkit-scrollbar {
    width: 8px
}

.mini-cart__items::-webkit-scrollbar-thumb {
    background: #dadada;
    border: 2px solid #fff;
    border-radius: 2px
}

.mini-cart__items::-webkit-scrollbar-thumb:hover {
    background: #767676
}

.mini-cart__item {
    padding: 16px 0;
    display: flex
}

.mini-cart__item-image-content {
    flex: 1 0 34%
}

.mini-cart__item-image {
    width: 100%
}

.mini-cart__item-details {
    flex: 1 0 61%;
    padding: 0 5px 0 16px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 12px
}

.mini-cart__item-name {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-decoration: none
}

.mini-cart__item-options {
    color: var(--price-compare);
    padding-bottom: 7px
}

.mini-cart__item-options-container {
    display: flex;
    align-items: flex-start
}

.mini-cart__item-options-container a {
    text-transform: uppercase;
    padding-left: 6px
}

.mini-cart__item-price {
    font-weight: 700;
    padding-bottom: 7px;
    display: flex;
    font-size: 14px
}

.mini-cart__item-compareAtPrice {
    color: var(--price-compare);
    padding-left: 2px;
    text-decoration-line: line-through;
    display: inline-flex;
    font-size: 12px
}

.mini-cart__item-discountMessage {
    font-weight: 700;
    color: var(--color-primary)
}

.mini-cart__item-discountMessage.active {
    padding-bottom: 6px
}

.mini-cart__item-discountMessage .popup__banner,
.mini-cart__item-discountMessage .popup__title {
    display: none
}

.mini-cart__item-qty {
    max-width: 110px;
    margin: auto 0 5px
}

.mini-cart__item-qty .btn[disabled]:hover,
.mini-cart__item-qty a.btn[disabled]:hover,
.mini-cart__item-qty button[disabled]:hover {
    background: transparent !important
}

.mini-cart__item-remove button {
    font-size: 12px;
    line-height: 14px;
    color: var(--price-compare);
    padding: 0;
    margin-top: 12px
}

.mini-cart__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 16px 16px 40px;
    background: hsla(0, 0%, 94.9%, .7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 10
}

.mini-cart__footer-subtotal {
    padding-bottom: 12px
}

.mini-cart__footer-original-subtotal {
    color: var(--price-compare);
    padding-left: 2px;
    text-decoration-line: line-through;
    display: inline-flex
}

.mini-cart__footer-info {
    display: flex
}

.mini-cart__footer-info--right {
    flex: 0 0 50%;
    text-align: end
}

.mini-cart__footer-info--left {
    flex: 0 0 50%;
    text-align: start
}

.mini-cart__footer-info a {
    font-size: 1em
}

@media (max-width:599px) {
    .mini-cart__footer-info a {
        font-size: .85em
    }
}

.mini-cart__footer .btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-weight: 300
}

.mini-cart__toggle {
    text-decoration: none !important;
    position: relative
}

.mini-cart__toggle.btn-link {
    display: flex;
    align-items: center
}

.mini-cart__toggle.start_animation .mini-cart__count-container {
    width: 26px;
    height: 26px;
    padding: 5px;
    display: flex;
    border-radius: 100%;
    background: #000;
    color: #fff;
    align-items: center;
    justify-content: center
}

.mini-cart__toggle .icon-bag {
    width: 24px;
    height: 24px;
    margin-right: 4px
}

.mini-cart__count {
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.mini-cart__count--large {
    font-size: 12px
}

.mini-cart__count--extra-large {
    font-size: 8px
}

.mini-cart__empty {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center
}

.mini-cart__error-message {
    display: none;
    text-align: center;
    width: 315px;
    max-width: calc(100% - 40px);
    margin: 11px 0 0 24px;
    padding: 5px 14px 4px;
    background-color: #f8f8f8;
    font-style: normal;
    font-size: 12px;
    line-height: 16px
}

.mini-cart__error-message.active {
    display: block
}

.mini-cart__product-added-message {
    font-size: 32px;
    line-height: 40px;
    display: none
}

.mini-cart__product-added-message.active {
    display: block;
    padding: 18px 0 0
}

@media (max-width:599px) {
    .mini-cart__product-added-message {
        font-size: 30px;
        line-height: 40px
    }
}

.mini-cart__free-shipping-bar {
    padding-top: 20px
}

.mini-cart__free-shipping-bar .progress-bar .fspb-container {
    margin-bottom: 0 !important
}

@media (max-width:599px) {
    .mini-cart__free-shipping-bar .progress-bar .fspb-container .fspb-text {
        font-size: .9rem
    }
}

@media (max-width:599px) {
    .mini-cart__free-shipping-bar {
        padding-top: 24px
    }
}

.mini-cart__edit-button {
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%;
    text-decoration-line: underline;
    text-transform: uppercase;
    padding-left: 6px
}

.mini-cart__edit-modal {
    position: fixed;
    bottom: -100%;
    max-height: 100%;
    overflow: auto;
    right: 0;
    max-width: 100vw;
    width: 100vw;
    padding: 16px 20px;
    z-index: 99;
    background: #fff;
    border-top: 1px solid var(--light-gray, #d8d8d8);
    transition: all .6s ease
}

@media (min-width:900px) {
    .mini-cart__edit-modal {
        max-width: 400px;
        width: 100%
    }
}

.mini-cart__edit-modal .mini-cart__edit-modal-overlay {
    height: 100vh;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100vw;
    width: 100vw;
    z-index: 0;
    display: none
}

@media (min-width:900px) {
    .mini-cart__edit-modal .mini-cart__edit-modal-overlay {
        max-width: 400px;
        width: 100%
    }
}

.mini-cart__edit-modal.active {
    bottom: 0
}

.mini-cart__edit-modal.active .mini-cart__edit-modal-overlay,
.mini-cart__edit-modal .swiper .swiper-pagination {
    display: block
}

.mini-cart__edit-modal .swiper {
    z-index: -1 !important
}

.mini-cart__edit-modal .swatches__swatch.single-value,
.mini-cart__edit-modal .swiper-button-next,
.mini-cart__edit-modal .swiper-button-prev,
.mini-cart__edit-modal [data-swatch-label],
.mini-cart__edit-modal variant-selector {
    display: none
}

.mini-cart__edit-modal .product-form__stocklevel {
    position: absolute;
    top: 8px
}

.mini-cart__edit-modal .product-form__stocklevel:empty {
    display: none
}

.mini-cart__edit-modal .swatches__swatch-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    text-transform: uppercase
}

.mini-cart__edit-modal .mini-cart__edit-btns-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    gap: 14px
}

.mini-cart__edit-modal .mini-cart__edit-btns-wrapper .mini-cart__edit-cancel {
    background: #e4e4e4;
    color: #000;
    padding: 12px 32px;
    width: 120px
}

.mini-cart__edit-modal .mini-cart__edit-btns-wrapper .mini-cart__edit-cancel,
.mini-cart__edit-modal .mini-cart__edit-btns-wrapper .mini-cart__edit-confirm {
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%
}

.mini-cart__edit-modal-wrapper {
    position: relative;
    z-index: 2
}

.mini-cart__item-details .mini-cart__vendor {
    padding-top: 0;
    padding-bottom: 8px
}

[data-mini-cart-items].empty {
    height: 200px
}

.mini-cart__item-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.global-overlay {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    display: block;
    position: fixed;
    z-index: 99;
    transition-timing-function: ease-in-out;
    transition-duration: .25s;
    transition-property: opacity;
    will-change: opacity;
    transform: translateX(-100%);
    opacity: 0
}

.global-overlay.active {
    opacity: 1;
    transform: translateX(0)
}

.template-type-product #shopify-section-footer {
    display: none
}

.product-single {
    padding-bottom: 40px
}

@media (min-width:600px) {
    .product-single {
        display: flex;
        padding-bottom: 0
    }
}

.product-single .product-description p {
    font-size: 12px
}

@media (min-width:600px) {
    .product-single__media {
        width: 50%
    }
}

@media (min-width:900px) {
    .product-single__media {
        width: 57%
    }
}

.product-single__timer {
    display: flex;
    justify-content: space-between;
    color: #de3722;
    font-family: Circular Std;
    font-size: 12px;
    padding-bottom: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}

.product-single__timer .timer__counter {
    display: inline-block;
    text-transform: uppercase
}

@media (min-width:600px) {
    .product-single__timer {
        display: flex;
        justify-content: flex-start
    }
}

.product-single__description-form {
    display: flex;
    flex-direction: column
}

@media (min-width:600px) {
    .product-single__details {
        width: 50%;
        height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        justify-content: center
    }
}

@media (min-width:900px) {
    .product-single__details {
        width: 43%;
        overflow: auto
    }
}

.product-single__follow-us {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px
}

.product-single__follow-us--text {
    color: var(--black, #000);
    font-family: Circular Std;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.product-single__follow-us--item-link,
.product-single__follow-us--text {
    text-decoration: none;
    display: flex;
    align-items: center
}

.product-single__follow-us--item-link:hover {
    text-decoration: underline
}

.product-single__follow-us--social {
    display: flex;
    gap: 20px
}

.product-single__follow-us--instagram {
    display: flex;
    gap: 8px;
    align-items: center
}

.product-single__follow-us--instagram-icon {
    display: flex;
    align-items: center
}

.product-single__follow-us--instagram-icon svg {
    width: 12px;
    height: 12px
}

.product-single__follow-us--tiktok {
    display: flex;
    gap: 8px;
    align-items: center
}

.product-single__follow-us--tiktok-icon {
    display: flex;
    align-items: center
}

.product-single__follow-us--tiktok-icon svg {
    width: 12px;
    height: 12px
}

.product-single__follow-us--title {
    color: var(--black, #000);
    font-family: Circular Std;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    height: 100%
}

.product-single__details-info {
    padding: 24px 16px 0
}

@media (min-width:600px) {
    .product-single__details-info {
        padding-top: 94px;
        height: 100%;
        width: 100%;
        max-width: 25rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media (min-width:900px) {
    .product-single__details-info {
        padding: 140px 0 0
    }
}

.product-single__details-footer {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    position: relative;
    padding: 20px 0
}

@media (min-width:600px) {
    .product-single__details-footer {
        padding: 0 0 3rem;
        flex-direction: row;
        gap: 1.5rem
    }
}

.product-single__details-footer-links {
    display: flex;
    gap: 1.5rem
}

.product-single__details-footer__get-updates {
    background-color: transparent;
    overflow: hidden;
    color: var(--black, #101010);
    text-overflow: ellipsis;
    font-family: Circular Std;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    text-transform: uppercase;
    text-underline-offset: 2px;
    padding: 0
}

.product-single__details-footer__get-updates:hover {
    outline: none
}

.product-single__details-footer__loyalty,
.product-single__details-footer__you-may-also-like-button {
    background-color: transparent;
    overflow: hidden;
    color: var(--black, #101010);
    text-overflow: ellipsis;
    font-family: Circular Std;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    text-transform: uppercase
}

.product-single__details-footer__you-may-also-like-button {
    text-underline-offset: 2px;
    padding: 0;
    display: none
}

@media (min-width:600px) {
    .product-single__details-footer__you-may-also-like-button {
        display: inline;
        order: 1
    }
}

.product-single__details-footer__you-may-also-like-button:hover {
    outline: none
}

.product-single__details-footer__you-may-also-like-button:hover~.product-single__details-footer--you-may-also-like {
    right: 0;
    opacity: 1
}

.product-single__details-footer__you-may-also-like-button:hover~.product-single__details-footer-links .product-single__details-footer__get-updates,
.product-single__details-footer__you-may-also-like-button:hover~.product-single__details-footer-links .product-single__details-footer__loyalty,
.product-single__details-footer__you-may-also-like-button:hover~.product-single__details-footer-links .product-single__details-footer__share {
    opacity: .3;
    text-decoration: none !important
}

.product-single__details-footer__related-products {
    display: none
}

.product-single__details-footer__share {
    background-color: transparent;
    overflow: hidden;
    color: var(--black, #101010);
    text-overflow: ellipsis;
    font-family: Circular Std;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    text-transform: uppercase;
    text-underline-offset: 2px;
    padding: 0;
    display: inline;
    order: 1
}

.product-single__details-footer--you-may-also-like {
    background-color: #fff
}

.product-single__details-footer--you-may-also-like--title {
    padding-bottom: 8px;
    overflow: hidden;
    color: var(--black, #000);
    text-overflow: ellipsis;
    font-family: Circular Std;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

@media (min-width:600px) {
    .product-single__details-footer--you-may-also-like--title {
        display: none
    }
}

@media (min-width:600px) {
    .product-single__details-footer--you-may-also-like {
        display: flex;
        position: fixed;
        z-index: 12;
        bottom: 59px;
        padding-bottom: 24px;
        right: -50vw;
        opacity: 0;
        transition: all .6s ease-in-out;
        width: 40vw
    }
}

@media (min-width:600px) {
    .product-single__details-footer--you-may-also-like:hover {
        right: 0;
        opacity: 1
    }
}

@media (min-width:600px) {

    .product-single__details-footer--you-may-also-like:hover~.product-single__details-footer-links .product-single__details-footer__get-updates,
    .product-single__details-footer--you-may-also-like:hover~.product-single__details-footer-links .product-single__details-footer__loyalty,
    .product-single__details-footer--you-may-also-like:hover~.product-single__details-footer-links .product-single__details-footer__share {
        opacity: .3;
        text-decoration: none !important
    }
}

.product-single__details-wrapper {
    padding-bottom: 24px
}

@media (min-width:600px) {
    .product-single__details-wrapper {
        max-width: 25rem;
        display: flex;
        flex-direction: column;
        padding-bottom: 12px
    }
}

.product-single__title {
    display: block;
    padding-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    letter-spacing: -.01rem !important
}

.product-single__price,
.product-single__title {
    color: #000;
    font-family: Circular Std;
    padding-bottom: 12px;
    font-style: normal
}

.product-single__price {
    display: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -.14px;
    align-items: center
}

.product-single__price.mobile {
    display: inline-flex;
    gap: 6px
}

@media (min-width:600px) {
    .product-single__price.mobile {
        display: none
    }
}

.product-single__price--compared {
    display: inline-block;
    position: relative;
    transition: all .5s cubic-bezier(.55, 0, .1, 1);
    color: var(--price-compare);
    font-weight: 300;
    font-size: 12px;
    line-height: 13px
}

.product-single__price--compared:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -.6em;
    background: var(--price-compare);
    transform-origin: center left;
    animation: strikethrough 3s cubic-bezier(.55, 0, .1, 1) 0s 1;
    transition: transform .5s cubic-bezier(.55, 0, .1, 1)
}

@keyframes strikethrough {
    0% {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

@media (min-width:600px) {
    .product-single__price {
        display: inline-flex;
        gap: 6px
    }
}

.product-single__price-share-wrapper {
    display: flex;
    justify-content: space-between
}

.product-single__price-share-wrapper price-component {
    font-size: 16px;
    line-height: 14px;
    width: auto;
    min-width: 160px
}

@media (min-width:900px) {
    .product-single__price-share-wrapper price-component {
        font-size: 20px;
        line-height: 20px
    }
}

.product-single__price-share-wrapper .product-single__share .share-button__button {
    position: relative;
    top: -4px;
    text-underline-offset: 2px
}

.product-single__share {
    width: 100%;
    font-size: 12px
}

.product-single__share:hover {
    text-decoration: none
}

.product-single__share .share-button__button {
    font-size: 14px;
    text-decoration: underline;
    text-align: right
}

.product-single__share--top {
    width: auto
}

.product-single__share--footer {
    margin: 0
}

.product-single__share--footer .share-button__button {
    font-size: 12px;
    text-align: left;
    text-decoration: none
}

@media (min-width:600px) {
    .product-single__share--footer {
        display: block;
        padding-bottom: 36px
    }
}

.product-single__description {
    color: rgba(0, 0, 0, .6);
    font-family: Circular Std;
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: relative;
    padding: 0 0 40px
}

.product-single__description.hidden:before {
    display: block
}

.product-single__description-btn {
    margin-top: 10px;
    padding: 1px;
    background-color: var(--color-white);
    color: var(--color-text);
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-decoration: underline;
    z-index: 2;
    display: block;
    width: auto;
    width: 100%
}

.product-single__description-btn:hover {
    background-color: var(--color-white)
}

.product-single__description.active .product-single__description-text:before {
    display: none
}

.product-single__description.active .product-single__description-btn {
    bottom: 20px;
    font-size: 0
}

.product-single__description.active .product-single__description-btn:before {
    content: "Less";
    font-size: 12px;
    text-decoration: underline
}

.product-single__description--fully-visible {
    padding-bottom: 12px !important
}

product-single__description--fully-visible button {
    display: none
}

.product-single__description-text {
    display: block;
    overflow: hidden;
}

.product-single .accordion {
    border-top: none;
    padding-bottom: 22px
}

@media (min-width:600px) {
    .product-single .accordion {
        padding-bottom: 10px
    }
}

@media (max-width:599px) {
    .product-single .product-single__media-container {
        position: relative;
        width: 100vw;
        left: calc(-50vw + 50%)
    }
}

@media (min-width:600px) {
    .product-single__product-details-wrapper {
        padding-top: 40px
    }
}

.product-single .gallery__item {
    margin-bottom: 12px
}

.product-single .swiper-pagination-bullet-active,
.product-single .swiper-pagination-bullet-active-next,
.product-single .swiper-pagination-bullet-active-next-next,
.product-single .swiper-pagination-bullet-active-prev,
.product-single .swiper-pagination-bullet-active-prev-prev {
    transform: scale(1) !important
}

.product-single .product-single__tag {
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    background: #fff;
    border: .5px solid #e3e3e3;
    padding: 7px 10px;
    text-transform: uppercase
}

.product-single .product-single__tag-wrapper {
    position: absolute;
    top: 90px;
    left: 15px;
    z-index: 9
}

@media (min-width:900px) {
    .product-single .product-single__tag-wrapper {
        top: 108px;
        left: 42px
    }
}

.product-single .label__content {
    display: inline-block;
    padding: 6px 8px;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    background: #ffecec;
    color: #de3722;
    border-radius: 100px;
    margin-left: 8px
}

.product-single .label__content.label__percentage {
    background: #101010;
    color: #fff
}

.product-form {
    padding: 0;
    display: block
}

@media (min-width:600px) {
    .product-form form {
        display: flex;
        flex-direction: column
    }
}

.product-form__final-sale {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.24px;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: -30px;
    padding-top: 24px
}

.product-form__controls {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width:600px) {
    .product-form__controls {
        order: 3
    }
}

@media (min-width:900px) {
    .product-form__controls {
        padding-top: 0
    }
}

.product-form__price--compared {
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #767676
}

.product-form__actions {
    width: 100%;
    display: flex
}

@media (max-width:599px) {
    .product-form__actions {
        padding-top: 0
    }
}

.product-form__title-button {
    position: fixed;
    left: 0;
    bottom: 0;
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .25);
    width: 100%;
    z-index: 70;
    background: hsla(0, 0%, 94.9%, .7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 12px 16px
}

@media (min-width:600px) {
    .product-form__title-button {
        position: static;
        box-shadow: none;
        padding: 12px 0;
        background: #fff;
        backdrop-filter: none;
        z-index: 10
    }
}

.product-form__title-button .product-form__title {
    color: #000;
    font-family: Circular Std;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0
}

.product-form__buttons {
    flex: 0 1 100%;
    color: #000;
    border-color: #000
}

.product-form__buttons button {
    width: 100%
}

.product-form__buttons .btn-submit:hover {
    color: #000;
    border-color: #000;
    outline-color: #000
}

.product-form__buttons .product-addtocart__button {
    padding: 12px 32px;
    font-weight: 450
}

.product-form__buttons .btn-submit:hover .product-addtocart__button--add-to-cart-content .product-single__price--current {
    color: #000
}

.product-form__buttons .btn-submit[disabled]:hover {
    background: #d8d8d8;
    color: #555
}

.product-form__buttons .btn-submit[disabled]:hover .icon {
    fill: var(--btn-color);
    stroke: var(--btn-color)
}

.product-form .button {
    width: 100%;
    display: block
}

.product-form .button--add-to-cart-content {
    display: inline-block
}

.product-form .button--out-of-stock {
    display: none
}

.product-form .button--out-of-stock.active,
.product-form .button--out-of-stock.active .icon-bag {
    display: inline-block
}

.product-form .button--out-of-stock.active+div {
    display: none
}

.product-form__quantity {
    display: none;
    max-width: 125px;
    width: 100%
}

.product-form__quantity .quantity-selector {
    max-height: 46px
}

.product-form__quantity .quantity-selector__quantity {
    padding: 11px 16px
}

@media (min-width:1300px) {
    .product-form__quantity {
        max-width: 166px
    }
}

.product-form__tags {
    padding: 0 0 26px
}

@media (min-width:600px) and (max-width:899px) {
    .product-form__tags {
        padding: 0 0 20px
    }
}

@media (min-width:900px) {
    .product-form__tags {
        padding: 0 0 14px
    }
}

.product-form__stocklevel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 250px;
    max-height: 250px;
    background: #fff;
    border-radius: 9999px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 2px;
    transition: box-shadow 1s;
    margin: 2px 2px 2px 8px;
    padding: 3px 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.product-form__stocklevel:after,
.product-form__stocklevel:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eb5b5b;
    border-radius: 9999px;
    z-index: -1;
    animation: clockwise 1s infinite
}

.product-form__stocklevel:after {
    background: #f3ce5e;
    animation: counterclockwise 2s infinite
}

@keyframes clockwise {
    0% {
        top: -1px;
        left: 1px
    }

    12% {
        top: -1px;
        left: 1px
    }

    25% {
        top: 1px;
        left: 1px
    }

    37% {
        top: 1px;
        left: 1px
    }

    50% {
        top: 1px;
        left: 1px
    }

    62% {
        top: 1px;
        left: -1px
    }

    75% {
        top: 1px;
        left: -1px
    }

    87% {
        top: -1px;
        left: -1px
    }

    to {
        top: -1px;
        left: 1px
    }
}

@keyframes counterclockwise {
    0% {
        top: -1px;
        right: 1px
    }

    12% {
        top: -1px;
        right: 1px
    }

    25% {
        top: 1px;
        right: 1px
    }

    37% {
        top: 1px;
        right: 1px
    }

    50% {
        top: 1px;
        right: 1px
    }

    62% {
        top: 1px;
        right: -1px
    }

    75% {
        top: 1px;
        right: -1px
    }

    87% {
        top: -1px;
        right: -1px
    }

    to {
        top: -1px;
        right: 1px
    }
}

.product-form__share-button {
    width: 100%;
    text-align: right;
    margin-top: -18px
}

.product-form__share-button .share-button__button {
    text-decoration: underline;
    text-align: right
}

.product-form__share-button .share-button__details {
    font-size: 14px;
    line-height: 14px
}

.product-form__share-button .field__input {
    max-width: 100%
}

.carousel {
    overflow: hidden;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
    padding: 0 0 40px
}

@media (min-width:600px) {
    .carousel {
        width: calc(100% + 40px);
        margin: 0 0 0 -20px
    }
}

@media (min-width:900px) {
    .carousel {
        width: calc(100% + 140px);
        margin: 0 0 0 -70px;
        padding: 0 50px
    }
}

.carousel img {
    display: block;
    object-fit: cover
}

.carousel__wrapper {
    padding: 0
}

.carousel__heading-wrapper {
    text-align: center;
    display: block;
    width: 100%;
    padding: 25px 0 35px
}

@media (min-width:900px) {
    .carousel__heading-wrapper {
        padding: 50px 0 45px
    }
}

.carousel__heading {
    margin: 0
}

.carousel__item {
    width: 100%;
    padding: 0 20px;
    opacity: 1;
    transition: opacity .4s ease-in-out
}

.carousel__item-container {
    border: 1px solid #c8c8c8
}

.carousel__loading .carousel {
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.carousel__loading.active .carousel {
    opacity: 1 !important
}

.carousel__hero {
    overflow: hidden
}

.carousel__hero .carousel {
    width: 100%;
    padding: 0;
    margin: 0
}

.carousel__hero .carousel__item {
    opacity: 1 !important;
    padding: 0 !important
}

body.modal-active {
    overflow: hidden
}

.modal__container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--color-overlay);
    opacity: 0;
    visibility: hidden;
    will-change: visibility, opacity;
    transition: all .5s cubic-bezier(.23, 1, .32, 1)
}

.modal__container.active {
    display: flex;
    visibility: visible;
    opacity: 1
}

.modal__content {
    background-color: var(--color-white);
    padding: 50px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    max-height: 90%
}

@media (min-width:600px) {
    .modal__content {
        padding: 55px 70px 55px 60px
    }
}

.modal__content--full-screen {
    max-height: 100%;
    width: 100%;
    height: 100%
}

.modal__content--large {
    max-width: 90%
}

@media (min-width:600px) {
    .modal__content--large {
        max-width: 80%
    }
}

@media (min-width:900px) {
    .modal__content--large {
        max-width: 60%
    }
}

.modal__content--default {
    max-width: 90%
}

@media (min-width:900px) {
    .modal__content--default {
        max-width: 60%
    }
}

@media (min-width:1300px) {
    .modal__content--default {
        max-width: 40%
    }
}

.modal__content--small {
    max-width: 90%;
    padding: 30px 45px 30px 35px
}

@media (min-width:600px) {
    .modal__content--small {
        max-width: 60%;
        padding: 35px 60px 35px 50px
    }
}

@media (min-width:900px) {
    .modal__content--small {
        max-width: 30%
    }
}

@media (min-width:1300px) {
    .modal__content--small {
        max-width: 25%
    }
}

.modal__content::-webkit-scrollbar {
    width: 8px
}

.modal__content::-webkit-scrollbar-thumb {
    background: #dadada;
    border: 2px solid #fff;
    border-radius: 2px
}

.modal__content::-webkit-scrollbar-thumb:hover {
    background: #767676
}

.modal__content img {
    width: 100%;
    max-width: 350px
}

.modal__close {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding: 21px 17px
}

.modal__close .icon-close {
    fill: #767676
}

.modal-email.modal__container {
    top: auto
}

@media (min-width:600px) {
    .modal-email.modal__container {
        top: 0
    }
}

.modal-email__success-message {
    display: none;
    font-size: 14px;
    font-weight: 450;
    line-height: 120%;
    text-align: center;
    padding: 40px;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.modal-email__success-message svg {
    margin-bottom: 20px;
    width: 40px;
    height: 40px
}

.modal-email .modal__content {
    width: 100%;
    height: max-content;
    max-height: 100%;
    max-width: 100%;
    padding: 16px;
    background: #fff
}

@media (min-width:600px) {
    .modal-email .modal__content {
        max-height: 90%;
        max-width: 90%
    }
}

@media (min-width:900px) {
    .modal-email .modal__content {
        max-width: 459px;
        max-height: 550px;
        overflow: hidden;
        padding: 16px 24px
    }
}

.modal-email__title {
    font-size: 18px;
    font-weight: 450;
    line-height: 120%;
    letter-spacing: -.18px;
    margin-bottom: 8px
}

.modal-email__description {
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    color: #555;
    padding-right: 20px;
    margin-bottom: 25px
}

.modal-email input,
.modal-email select,
.modal-email textarea {
    padding: 12px 0;
    color: #000;
    margin-bottom: 20px;
    font-size: 16px;
    outline: none;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    background: transparent
}

.modal-email input:hover,
.modal-email select:hover,
.modal-email textarea:hover {
    border-bottom: 1px solid #000
}

.modal-email input::placeholder,
.modal-email select::placeholder,
.modal-email textarea::placeholder {
    color: #000;
    font-size: 16px
}

.modal-email textarea {
    resize: none;
    height: 67px
}

.modal-email__half-input {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.modal-email__half-input>div {
    width: 100%
}

.modal-email input[type=submit] {
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%;
    color: #fff;
    background: #000
}

.modal-email.form_success .modal-email__success-message {
    display: flex
}

.modal-email.form_success .modal-email__description,
.modal-email.form_success .modal-email__title,
.modal-email.form_success input,
.modal-email.form_success textarea {
    display: none
}

.search-bar {
    width: 100%
}

.search-bar__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 16px;
    background: transparent !important;
    position: relative;
    z-index: 120
}

.search-bar__submit {
    padding: 0;
    margin: 0
}

.search-bar__submit .icon-search {
    width: 24px;
    height: 24px;
    transform: scale(1);
    fill: #000 !important
}

.search-bar__input,
.search-bar__input-wrapper {
    width: 100%;
    background: transparent !important
}

.search-bar__input {
    margin: 0;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 16.8px;
    padding: 2px 12px
}

.search-bar__input[type=search]::-webkit-search-cancel-button,
.search-bar__input[type=search]::-webkit-search-decoration,
.search-bar__input[type=search]::-webkit-search-results-button,
.search-bar__input[type=search]::-webkit-search-results-decoration {
    display: none
}

.search-bar__input ::-webkit-input-placeholder {
    color: #d8d8d8
}

.search-bar__input :-moz-placeholder,
.search-bar__input ::-moz-placeholder {
    color: #d8d8d8
}

.search-bar__input :-ms-input-placeholder {
    color: #d8d8d8
}

.search-bar__options {
    display: flex;
    gap: 8px;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 16px
}

.search-bar__close .icon-close {
    width: 24px;
    height: 24px;
    transform: scale(1);
    fill: #555 !important
}

.search-bar__clean {
    background: #efefef !important;
    opacity: 1;
    padding: 4px 8px;
    border-radius: 100px
}

.search-bar__clean .icon-blackspace {
    width: 16px;
    height: 16px;
    fill: transparent;
    stroke: #000
}

.search-bar__clean.btn-link:focus .icon,
.search-bar__clean.btn-link:hover .icon,
.search-bar__clean .icon-blackspace:focus,
.search-bar__clean .icon-blackspace:hover,
.search-bar__cleana.btn-link:focus .icon,
.search-bar__cleana.btn-link:hover .icon {
    fill: transparent !important
}

.tooltip {
    position: relative
}

@media (min-width:600px) {
    .tooltip {
        display: flex;
        justify-content: center
    }
}

.tooltip.align-right {
    justify-content: flex-end
}

@media (min-width:600px) {
    .tooltip.align-right .tooltip__title-link {
        margin-right: 20px
    }
}

.tooltip.align-left {
    justify-content: flex-start
}

.tooltip__title-link {
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px
}

.tooltip__items {
    background-color: #fff;
    padding: 12px 10px 10px;
    display: none;
    position: absolute;
    z-index: 5000;
    margin-top: 30px
}

.tooltip__items:before {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    top: -22px;
    transform: rotate(90deg);
    border: 12px solid transparent;
    border-right-color: #fff
}

.tooltip__items.active {
    display: block
}

.tooltip__items.align-right {
    right: 20px
}

.tooltip__items.align-right:before {
    right: 15%
}

.tooltip__items.align-left {
    left: 0
}

.tooltip__items.align-left:before {
    left: 15%
}

.tooltip__items:not(.align-left):not(.align-right):before {
    right: calc(50% - 12px)
}

.tooltip__overlay.active {
    background: transparent;
    display: block;
    transform: translate(0)
}

.instant-search {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent !important;
    font-size: 14px;
    line-height: 14px;
    z-index: 1000;
    margin-top: -1px;
    border: none;
    padding: 24px 16px;
    display: block;
    height: 98vh;
    overflow-y: auto
}

.instant-search.active {
    display: block
}

.instant-search-dictionary {
    margin-bottom: 32px
}

.instant-search-dictionary__heading {
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase
}

.instant-search-dictionary a {
    text-decoration: none
}

.instant-search-dictionary__results {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.instant-search-dictionary__item {
    margin-bottom: 11px
}

.instant-search-dictionary__item-heading {
    font-size: 16px;
    line-height: 16px;
    color: #767676
}

.instant-search-dictionary__item-link {
    text-decoration: none
}

.instant-search-suggestions__heading {
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    color: #000;
    text-transform: uppercase
}

.instant-search-suggestions__wrapper:not(:first-of-type) {
    margin-top: 40px
}

.instant-search-suggestions__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px
}

.instant-search-suggestions__results {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.instant-search-suggestions__item {
    margin: 0;
    padding: 8px 0
}

.instant-search-suggestions__item-link {
    display: flex;
    text-decoration: none
}

.instant-search-suggestions__item-image {
    width: 100%;
    display: block
}

.instant-search-suggestions__item-image-wrapper {
    width: 100%;
    max-width: 120px
}

.instant-search-suggestions__item-text-wrapper {
    width: 100%;
    padding-left: 14px
}

.instant-search-suggestions__brand,
.instant-search-suggestions__item-heading,
.instant-search-suggestions__price {
    font-size: 12px;
    line-height: 14.4px;
    text-transform: uppercase
}

.instant-search-suggestions__price {
    font-weight: 700;
    color: #000;
    line-height: 14.4px
}

.instant-search-suggestions__brand {
    color: #555;
    font-weight: 450;
    margin-bottom: 4px
}

.instant-search-suggestions__item-heading {
    color: #000;
    text-transform: capitalize;
    line-height: 16.8px;
    font-weight: 450;
    font-size: 14px;
    margin-bottom: 8px
}

.instant-search-suggestions__item-heading:hover {
    text-decoration: underline
}

.instant-search-suggestions__brand {
    text-transform: uppercase
}

.instant-search-suggestions__suggestion {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.instant-search-suggestions__old-price {
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #555;
    margin-left: 6px;
    font-weight: 450;
    font-size: 12px;
    line-height: 12px
}

.instant-search-suggestions__view-all {
    display: inline-block;
    background: 0;
    font-size: 14px;
    line-height: 14px;
    color: var(--btn-background);
    margin: 0;
    padding: 0;
    font-weight: 450;
    text-decoration: underline;
    outline: none !important
}

.instant-search-events:before {
    content: "";
    display: block;
    height: 1px;
    margin: 16px 0;
    background-color: var(--color-border)
}

.instant-search-events__link {
    text-decoration: none;
    text-transform: uppercase
}

.instant-search__no-result {
    margin: 0
}

.popup {
    background: var(--color-white);
    position: fixed;
    width: 298px;
    height: 98px;
    right: 16px;
    bottom: 80px;
    border: 1px solid hsla(0, 0%, 85.5%, .5);
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    padding: 8px 16px;
    z-index: 1;
    visibility: hidden
}

@media (min-width:900px) {
    .popup.active {
        visibility: visible;
        opacity: 1
    }
}

.popup span {
    display: block
}

.popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #767676;
    cursor: pointer
}

.popup__banner {
    font-weight: 700;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    color: #d22026
}

.popup__title {
    font-size: 20px;
    line-height: 27px;
    color: var(--color-text)
}

.popup__description {
    font-size: 14px;
    line-height: 20px;
    color: #767676
}

.filters {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: hsla(0, 0%, 94.9%, .7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-left: 1px solid #f7f7f7;
    transition-timing-function: ease-in-out;
    transition-duration: .25s;
    transition-property: transform;
    will-change: transform
}

@media (min-width:600px) {
    .filters {
        right: -375px;
        max-width: 375px
    }
}

.filters.hidden {
    display: none
}

.filters.active {
    transform: translateX(-100%)
}

.filters-container .global-overlay.active {
    z-index: 101
}

.filters__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.filters__close svg {
    fill: var(--btn-background);
    width: 18px;
    height: 18px
}

.filters__heading {
    font-size: 16px;
    line-height: 16px
}

.filters__heading .count-bubble:before {
    content: "(" attr(data-filter-count) ")";
    display: inline-block
}

.filters__grid {
    font-size: 14px;
    line-height: 120%;
    padding: 8px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width:600px) {
    .filters__grid {
        display: none
    }
}

.filters__grid-options {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.filters__grid-options .btn-link {
    text-decoration: none;
    margin-left: 12px;
    opacity: .2;
    transition: opacity .25s ease-in-out
}

.filters__grid-options .btn-link.active,
.filters__grid-options .btn-link:hover {
    opacity: 1
}

.filters__heading-content {
    display: flex;
    align-items: center
}

.filters__heading-content .btn-link {
    font-size: 14px;
    line-height: 100%;
    margin-left: 8px;
    color: #555
}

.filters__items {
    margin-top: 5px;
    height: calc(100vh - 197px);
    overflow-y: auto;
    overflow-x: hidden
}

.filters__items .accordion__content {
    margin: 0 -3px
}

.filters__item-heading {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding: 8px 0;
    margin: 0;
    letter-spacing: -.16px
}

.filters__item-heading .icon {
    width: 12px;
    height: 12px
}

.filters__selected-filters {
    margin-right: auto;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #767676;
    white-space: nowrap;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis
}

.filters__value {
    margin-left: 9px;
    margin-right: auto;
    text-transform: uppercase;
    color: #767676
}

.filters__text-options {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none
}

.filters__text-option-item {
    position: relative;
    padding: 4px
}

.filters__text-option-item input[type=checkbox] {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 26px;
    margin: 0
}

.filters__text-option-item input[type=checkbox]:focus-visible+label {
    outline: 2px solid var(--color-focus)
}

.filters__text-option-item input[type=checkbox]+label {
    font-size: 12px;
    line-height: 120%;
    background-color: transparent;
    padding: 6px 12px;
    box-shadow: 0 0 0 1px #c8c8c8;
    top: 0 !important;
    cursor: pointer;
    min-width: 26px;
    text-align: center;
    margin: 0
}

.filters__text-option-item input[type=checkbox]:checked+label,
.filters__text-option-item input[type=checkbox]:hover+label {
    background-color: #000 !important;
    color: #fff
}

.filters__list-options {
    padding: 0;
    margin: 5px 0 26px;
    list-style-type: none
}

.filters__list-option-item {
    padding: 0;
    margin: 5px;
    position: relative
}

.filters__list-option-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0
}

.filters__list-option-item-header {
    display: flex;
    text-decoration: none;
    justify-content: space-between
}

.filters__list-option-item.selected {
    font-weight: 700
}

.filters__list-option-item label {
    cursor: pointer
}

.filters__list-option-item label:hover {
    text-decoration: underline
}

.filters__list-option-item-checkbox {
    display: grid;
    grid-template-columns: 20px minmax(100px, 1fr);
    column-gap: 15px;
    margin: 0 0 12px
}

.filters__list-option-item-checkbox input[type=checkbox]+label {
    top: 0;
    margin: 6px 0 0;
    text-decoration: none !important;
    text-underline-offset: 2px
}

.filters__checkbox-option-label {
    width: calc(100% - 36px);
    cursor: pointer
}

.filters__checkbox-option-label span {
    float: right;
    margin-top: -1px
}

.filters__header button:hover,
.filters__items button:hover {
    outline: none;
    outline-offset: 0
}

.filters__footer {
    margin-top: auto;
    padding-top: 16px
}

.filters__footer .btn {
    padding: 12px 36px;
    font-weight: 300
}

.filters .accordion {
    border: none;
    margin-top: 5px
}

.filters .accordion__item.active .icon {
    transform: rotate(180deg) scale(1.5)
}

.filters .sort-by-cards.filters__text-options {
    display: flex
}

.filters .sort-by-cards .filters__text-option-item {
    padding: 4px
}

.filters .sort-by-cards .filters__text-option-item span {
    height: 26px;
    display: block;
    position: relative
}

.filters .sort-by-cards .filters__text-option-item input[type=checkbox] {
    height: 100%
}

.filters .sort-by-cards .filters__text-option-item input[type=checkbox]+label {
    display: block;
    font-size: 12px;
    line-height: 120%;
    text-transform: none;
    padding: 6px 12px;
    background: transparent
}

.filters .noUi-horizontal {
    height: 9px;
    margin: 10px 10px 0
}

.filters .noUi-horizontal .noUi-handle {
    top: -6px;
    right: -15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: unset;
    cursor: pointer;
    transition: transform .1s
}

.filters .noUi-horizontal .noUi-handle:after,
.filters .noUi-horizontal .noUi-handle:before {
    content: none
}

.filters .noUi-horizontal .noUi-handle:focus {
    box-shadow: var(--focus-visible)
}

.filters .noUi-connect {
    background: var(--color-text)
}

.filters .price-range {
    display: grid;
    grid-gap: 5px 20px;
    grid-template-columns: 1fr 1fr
}

.filters .price-range input {
    margin: 0;
    padding: 6px 12px;
    background: transparent
}

.filters .price-range label {
    opacity: .6;
    font-size: 12px;
    font-weight: 400
}

.filters .price-range-slider {
    grid-column: span 2
}

button.filters__text-option-item {
    font-size: 12px;
    line-height: 100%;
    background-color: transparent;
    box-shadow: 0 0 0 1px #c8c8c8;
    cursor: pointer;
    min-width: 26px;
    text-align: center;
    border: none;
    outline: none;
    color: #000;
    transition: background-color .25s ease-in-out;
    font-weight: 400;
    height: 26px;
    margin: 4px;
    padding: 4px 12px !important
}

button.filters__text-option-item.active,
button.filters__text-option-item:hover {
    background-color: #000;
    color: #fff
}

body.quick-view-active {
    overflow: hidden
}

@media (min-width:900px) {
    body.quick-view-active {
        overflow: auto
    }
}

.quick-view {
    display: block
}

.quick-view__container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 99999999999;
    background: var(--color-white);
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: transform;
    will-change: transform
}

@media (max-width: 900px) {
    .quick-view__container {
        bottom: -90vh
    }
}

.quick-view.active .quick-view__container {
    max-height: 90vh
}

@media (max-width: 900px) {
    .quick-view.active .quick-view__container {
        transform: translateY(-90vh)
    }
}

.quick-view.hidden .quick-view__container {
    display: none
}

.quick-view.active-slider .quick-view__content {
    overflow-y: auto;
    max-height: 90vh
}

.quick-view__close {
    background: transparent;
    position: absolute;
    z-index: 100;
    line-height: 0;
    top: 21px;
    right: 15px;
    padding: 5px
}

.quick-view__close .icon-close {
    stroke: #767676;
    fill: #767676;
    width: 18px;
    height: 18px
}

.quick-view__content {
    background-color: var(--color-white);
    height: 100%;
    width: 100%;
    overflow: auto;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    padding: 17px 20px 21px
}

.active.loaded .quick-view__content {
    opacity: 1
}

.quick-view .quick-view__carousel-item {
    width: 100%
}

.quick-view__text-container {
    padding: 32px 30px 0
}

.quick-view__name {
    font-size: 16px;
    line-height: 20px
}

.quick-view component-swatch {
    width: 100%
}

.quick-view variant-selector {
    display: none
}

.quick-view__price {
    line-height: 14px;
    padding-top: 8px
}

.quick-view__price-current {
    padding-right: 7px;
    color: var(--color-primary)
}

.quick-view__price-compared {
    text-decoration-line: line-through;
    padding-left: 7px;
    color: var(--price-compare)
}

.quick-view__buttons {
    flex: 0 1 100%;
    margin-top: 32px;
    margin-left: 19px
}

.quick-view__buttons button {
    width: 100%
}

.quick-view__button {
    width: 100%;
    display: block
}

.quick-view__button-add-to-cart-content {
    display: inline-block
}

.quick-view__button-out-of-stock {
    display: none
}

.quick-view__button-out-of-stock.active,
.quick-view__button-out-of-stock.active .icon-bag {
    display: inline-block
}

.quick-view__button-out-of-stock.active+div {
    display: none
}

.quick-view__overlay.global-overlay {
    z-index: 1
}

.quick-view__form {
    padding: 14px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.quick-view .btn-cancel {
    background: #d8d8d8;
    color: #555;
    min-width: 120px
}

.quick-view component-addtocart {
    width: 62%
}

.quick-view component-addtocart .product-form__button {
    padding: 13px 0 12px
}

.quick-view__btns {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%
}

.quick-view__btns .btn-cancel {
    margin-right: 8px;
    width: 35%
}

.quick-view__btns component-addtocart {
    width: 70%
}

.quick-view__quantity {
    width: 32%
}

.quick-view__quantity .quantity-selector {
    max-height: 38px
}

.quick-view__quantity .quantity-selector__quantity {
    padding: 7px 16px
}

.quick-view__details {
    font-size: 14px;
    line-height: 14px;
    margin-top: 26px
}

.quick-view__carousel {
    margin: 0;
    padding: 0;
    width: 100%
}

.quick-view__carousel .swiper-pagination {
    display: block !important
}

.quick-view .swatches__swatch-label .swatches__swatch-label-text,
.quick-view [data-swatch-label] {
    display: none
}

.quick-view .swatches__swatch {
    margin-bottom: 16px;
    display: none
}

.quick-view .product-form__center-aligned-stocklevel {
    position: relative !important;
    top: 0 !important
}

.quick-view .product-form__stocklevel {
    position: absolute;
    top: 10px;
    z-index: 1;
    padding: 0
}

.quick-view .product-form__stocklevel span {
    width: max-content;
    background: #fff;
    display: block;
    padding: 3px 8px;
    border-radius: 9999px
}

.quick-view .swatches__swatch--text-Size {
    display: block;
    padding-bottom: 14px
}

.quick-view .image-swatches__swatch {
    margin: 6px
}

@media (min-width: 901px) {
    .quick-view:not(.force-mobile) .quick-view__container {
        left: auto;
        right: 0;
        width: 325px;
        height: auto
    }
}

@media (min-width:1300px) {
    .quick-view:not(.force-mobile) .quick-view__container {
        display: none;
        max-height: auto;
        left: auto;
        bottom: auto;
        right: auto;
        top: auto;
        width: auto;
        height: auto;
        transition: none;
        z-index: 2;
        border: 1px solid #d8d8d8
    }
}

@media (min-width:1300px) {
    .quick-view:not(.force-mobile).active .quick-view__container {
        transform: translateY(0);
        display: block
    }
}

@media (min-width:900px) {
    .quick-view:not(.force-mobile).active-slider .quick-view__content {
        overflow-y: hidden
    }
}

@media (min-width:1300px) {
    .quick-view:not(.force-mobile) .quick-view__content {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 0;
        overflow: hidden
    }
}

@media (min-width:1300px) {
    .quick-view:not(.force-mobile) .quick-view__image-wrapper {
        width: 0 !important;
        transition: width 1s;
        transition-delay: .8s;
        min-height: 0
    }
}

@media (min-width:1300px) {
    .quick-view:not(.force-mobile).active .quick-view__image-wrapper {
        width: 53% !important
    }
}

@media (max-width:1299px) {
    .quick-view:not(.force-mobile) .quick-view__carousel-item {
        display: flex;
        justify-content: center
    }
}

@media (min-width:600px) {
    .quick-view:not(.force-mobile) .quick-view__text-container {
        padding-top: 32px
    }
}

@media (min-width:600px) {
    .quick-view:not(.force-mobile) .quick-view__name {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1px
    }
}

.quick-view:not(.force-mobile) .quick-view__overlay.global-overlay {
    background: hsla(0, 0%, 97.3%, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.quick-view:not(.force-mobile) .quick-view__overlay.global-overlay.active {
    display: block;
    transform: translate(0)
}

.quick-view:not(.force-mobile) .quick-view__form .quick-view__error {
    color: var(--color-primary);
    font-size: 14px
}

@media (min-width:1300px) {
    .quick-view:not(.force-mobile) .quick-view__form {
        height: 100%;
        padding: 24px;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .4s;
        opacity: 0
    }

    .quick-view:not(.force-mobile) .quick-view__form.move {
        left: 53%;
        opacity: 1
    }
}

@media (min-width:900px) {
    .quick-view:not(.force-mobile) .btn-cancel {
        min-width: 68px;
        padding: 10px;
        height: 39px
    }
}

@media (min-width:900px) {
    .quick-view:not(.force-mobile) component-addtocart {
        height: 39px
    }

    .quick-view:not(.force-mobile) component-addtocart .product-addtocart__button {
        padding: 13px 0 12px;
        font-weight: 300
    }
}

@media (min-width:1300px) {
    .quick-view:not(.force-mobile) .quick-view__carousel .swiper-pagination-bullets {
        display: none !important
    }
}

@media (min-width:1300px) {
    .quick-view:not(.force-mobile) .product-form__stocklevel {
        top: 15px
    }
}

@media (min-width:1300px) {

    .quick-view:not(.force-mobile) .swatches__swatch-label-text,
    .quick-view:not(.force-mobile) [data-swatch-label] {
        display: inline
    }
}

.product-card__quick-view {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-width: 310px;
    z-index: 10;
    height: 100%;
    text-align: left;
    white-space: wrap;
    padding: 23px 30px 29px 31px;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d8d8d8;
    display: none
}

.product-card__quick-view .swatches__swatch {
    display: none
}

.product-card__quick-view .swatches__swatch--text-Size {
    display: block;
    padding-bottom: 14px
}

.product-card__quick-view .image-swatches__swatch {
    margin: 6px
}

.product-card__quick-view .product-addtocart__button--out-of-stock {
    display: block
}

.product-card__quick-view .product-card__quick-view-btns {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-card__quick-view .product-card__quick-view-btns .product-addtocart__button {
    width: 100%;
    padding: 12px 32px !important;
    margin-left: 8px
}

.quick-view__btns .product-addtocart__button.btn-secondary:hover {
    color: var(--color-secondary);
    outline-color: var(--color-secondary)
}

.product-card__quick-view--active .product-card__quick-view {
    display: flex
}

@media (min-width:900px) {
    .product-card__variant-stocklevel {
        display: none
    }

    .product-card__variant-stocklevel.active {
        display: block
    }
}

.quick-view__content {
    position: relative
}

.quick-view__btn-close {
    position: absolute;
    top: 9px;
    right: 6px;
    background: transparent;
    padding: 0;
    z-index: 1
}

@media (max-width:599px) {
    .quick-view__btn-close {
        background: #f8f8f8;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.quick-view__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%
}

.quick-view__price-current {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    padding-right: 6px
}

.quick-view__price-compared {
    color: #555;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%;
    padding-left: 0
}

.quick-view__price {
    margin-bottom: 14px
}

@media (min-width:900px) {
    .quick-view__price {
        margin-bottom: 22px
    }
}

.quick-view__view-more {
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%;
    letter-spacing: -.12px;
    text-decoration-line: underline;
    margin-bottom: 12px
}

.quick-view__view-more--desktop {
    display: none
}

@media (min-width:900px) {
    .quick-view__view-more--desktop {
        display: block
    }
}

.quick-view__view-more--mobile {
    margin-top: 14px;
    display: block
}

@media (min-width:900px) {
    .quick-view__view-more--mobile {
        display: none
    }
}

@media (max-width:599px) {

    .carousel img,
    .one-slide .quick-view__carousel-item,
    .one-slide .swiper-autoheight .swiper-wrapper {
        width: 100% !important;
        height: 100% !important
    }
}

.quick-view-minicart {
    display: block
}

.quick-view-minicart__container {
    position: fixed;
    left: 0;
    bottom: -80vh;
    width: 100%;
    height: 80vh;
    z-index: 999999999;
    background: var(--color-white);
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: transform;
    will-change: transform;
    transform: translateY(0)
}

.quick-view-minicart.active .quick-view-minicart__container {
    transform: translateY(-100%)
}

.quick-view-minicart.hidden .quick-view-minicart__container {
    display: none
}

.quick-view-minicart [data-carousel-item-photo] img {
    aspect-ratio: 335/459;
    object-fit: contain
}

.quick-view-minicart.active-slider .quick-view-minicart__content {
    overflow-y: auto
}

.quick-view-minicart__close {
    background: transparent;
    position: absolute;
    z-index: 100;
    line-height: 0;
    top: 21px;
    right: 15px;
    padding: 5px
}

.quick-view-minicart__close .icon-close {
    stroke: #767676;
    fill: #767676;
    width: 18px;
    height: 18px
}

.quick-view-minicart__content {
    background-color: var(--color-white);
    height: 100%;
    width: 100%;
    overflow: auto;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    padding: 17px 20px 21px
}

.active.loaded .quick-view-minicart__content {
    opacity: 1
}

.quick-view-minicart__image-wrapper {
    min-height: 300px
}

.quick-view-minicart .quick-view-minicart__carousel-item {
    width: 100%
}

.quick-view-minicart__text-container {
    padding: 32px 30px 0
}

.quick-view-minicart__name {
    font-size: 16px;
    line-height: 20px
}

.quick-view-minicart component-swatch {
    width: 100%
}

.quick-view-minicart variant-selector {
    display: none
}

.quick-view-minicart__price {
    line-height: 14px;
    padding-top: 8px
}

.quick-view-minicart__price-current {
    padding-right: 7px;
    color: var(--color-primary)
}

.quick-view-minicart__price-compared {
    text-decoration-line: line-through;
    padding-left: 7px;
    color: var(--price-compare)
}

.quick-view-minicart__buttons {
    flex: 0 1 100%;
    margin-top: 32px;
    margin-left: 19px
}

.quick-view-minicart__buttons button {
    width: 100%
}

.quick-view-minicart__button {
    width: 100%;
    display: block
}

.quick-view-minicart__button-add-to-cart-content {
    display: inline-block
}

.quick-view-minicart__button-out-of-stock {
    display: none
}

.quick-view-minicart__button-out-of-stock.active,
.quick-view-minicart__button-out-of-stock.active .icon-bag {
    display: inline-block
}

.quick-view-minicart__button-out-of-stock.active+div {
    display: none
}

.quick-view-minicart__overlay {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.quick-view-minicart__overlay.active {
    display: block
}

.quick-view-minicart__form {
    padding: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.quick-view-minicart .btn-cancel {
    background: #d8d8d8;
    color: #555;
    min-width: 120px
}

.quick-view-minicart component-addtocart {
    display: block;
    margin-top: .875rem
}

.quick-view-minicart component-addtocart .product-form__button {
    padding: 13px 0 12px
}

.quick-view-minicart__btns {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%
}

.quick-view-minicart__btns .btn-cancel {
    margin-right: 8px;
    width: 35%
}

.quick-view-minicart__btns component-addtocart {
    width: 70%
}

.quick-view-minicart__quantity {
    width: 32%
}

.quick-view-minicart__quantity .quantity-selector {
    max-height: 38px
}

.quick-view-minicart__quantity .quantity-selector__quantity {
    padding: 7px 16px
}

.quick-view-minicart__details {
    font-size: 14px;
    line-height: 14px;
    margin-top: 26px
}

.quick-view-minicart__carousel {
    margin: 0;
    padding: 0;
    width: 100%
}

.quick-view-minicart__carousel .swiper-pagination {
    display: block !important
}

.quick-view-minicart .swatches__swatch,
.quick-view-minicart .swatches__swatch-label,
.quick-view-minicart .swatches__swatch-label-text,
.quick-view-minicart [data-swatch-label] {
    display: none
}

.quick-view-minicart .product-form__center-aligned-stocklevel {
    position: relative !important;
    top: 0 !important
}

.quick-view-minicart .product-form__stocklevel {
    position: absolute;
    top: 10px;
    z-index: 1;
    padding: 0
}

.quick-view-minicart .product-form__stocklevel span {
    width: max-content;
    background: #fff;
    display: block;
    padding: 3px 8px;
    border-radius: 9999px
}

.quick-view-minicart .swatches__swatch--text-Size {
    display: block;
    padding-bottom: 14px
}

.quick-view-minicart .image-swatches__swatch {
    margin: 6px
}

.product-card__quick-view-minicart {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-width: 310px;
    z-index: 10;
    height: 100%;
    text-align: left;
    white-space: wrap;
    padding: 23px 30px 29px 31px;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d8d8d8;
    display: none
}

.product-card__quick-view-minicart .swatches__swatch {
    display: none
}

.product-card__quick-view-minicart .swatches__swatch--text-Size {
    display: block;
    padding-bottom: 14px
}

.product-card__quick-view-minicart .image-swatches__swatch {
    margin: 6px
}

.product-card__quick-view-minicart .product-addtocart__button--out-of-stock {
    display: block
}

.product-card__quick-view-minicart .product-card__quick-view-minicart-btns {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-card__quick-view-minicart .product-card__quick-view-minicart-btns .product-addtocart__button {
    width: 100%;
    padding: 12px 32px !important;
    margin-left: 8px
}

.product-card__quick-view-minicart--active .product-card__quick-view-minicart {
    display: flex
}

.product-form__stocklevel {
    color: #000;
    font-family: Circular Std;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: normal
}

.quick-view-minicart__content {
    position: relative
}

.quick-view-minicart__btn-close {
    position: absolute;
    top: 9px;
    right: 6px;
    background: transparent;
    padding: 0;
    z-index: 1
}

@media (max-width:599px) {
    .quick-view-minicart__btn-close {
        background: #f8f8f8;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.quick-view-minicart__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%
}

.quick-view-minicart__price-current {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    padding-right: 6px
}

.quick-view-minicart__price-compared {
    color: #555;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%;
    padding-left: 0
}

.quick-view-minicart__price {
    margin-bottom: 14px
}

@media (min-width:900px) {
    .quick-view-minicart__price {
        margin-bottom: 22px
    }
}

.quick-view-minicart__view-more {
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%;
    letter-spacing: -.12px;
    text-decoration-line: underline;
    margin-bottom: 12px;
    margin-top: 14px
}

body.quick-add-to-cart-active {
    overflow: hidden
}

.quick-add-to-cart {
    display: block
}

.quick-add-to-cart__overlay.global-overlay {
    z-index: 102
}

.quick-add-to-cart__container {
    position: fixed;
    left: 0;
    bottom: -312px;
    width: 100%;
    height: 312px;
    z-index: 2147483601;
    background: var(--color-white);
    transition-timing-function: ease-in-out;
    transition-duration: .25s;
    transition-property: transform;
    will-change: transform;
    transform: translateX(0)
}

.quick-add-to-cart.active .quick-add-to-cart__container {
    transform: translateY(-100%)
}

.quick-add-to-cart.hidden .quick-add-to-cart__container {
    display: none
}

.quick-add-to-cart__close {
    background: transparent;
    position: absolute;
    z-index: 100;
    line-height: 0;
    top: 17.1px;
    right: 21.7px
}

.quick-add-to-cart__close .icon-close {
    stroke: #767676;
    fill: #767676;
    width: 15px;
    height: 15px
}

.quick-add-to-cart__content {
    background-color: var(--color-white);
    height: 100%;
    width: 100%;
    overflow: auto;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    padding: 43px 22px 16px
}

.active .quick-add-to-cart__content {
    opacity: 1
}

.quick-add-to-cart__div-header {
    display: flex;
    width: 100%;
    margin-bottom: 27px
}

.quick-add-to-cart__image-div {
    width: 83px
}

.quick-add-to-cart__text-container {
    padding-left: 20px
}

.quick-add-to-cart__name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px
}

.quick-add-to-cart__price {
    font-size: 14px;
    line-height: 14px;
    display: block
}

.quick-add-to-cart__price-compared {
    text-decoration-line: line-through;
    padding-left: 8px;
    color: var(--price-compare)
}

.quick-add-to-cart__select-size {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 13px;
    color: var(--color-primary);
    text-transform: uppercase
}

.quick-add-to-cart .product-addtocart__button,
.quick-add-to-cart .swatches__swatch--text-Color,
.quick-add-to-cart .swatches__swatch-label,
.quick-add-to-cart__quantity,
.quick-add-to-cart variant-selector {
    display: none
}

.quick-add-to-cart__swatches {
    width: 100%
}

.quick-add-to-cart__swatches-div {
    display: flex
}

.quick-add-to-cart__swatches-div div {
    margin-right: 5px;
    text-align: center;
    width: 60px;
    height: 60px;
    border: 1px solid var(--color-border);
    display: table-cell;
    vertical-align: middle
}

.quick-add-to-cart__swatches-div button {
    width: 100%;
    height: 100%;
    text-decoration: none !important
}

.quick-add-to-cart__swatches-div button:focus {
    border: 1px solid var(--color-text)
}

.quick-add-to-cart__swatches-div button[data-available=false] {
    background: #e9e9e9 !important;
    opacity: .5;
    color: #767676 !important;
    text-align: center;
    position: relative
}

.quick-add-to-cart__swatches-div button[data-available=false]:before {
    background: #fff;
    background: -moz-linear-gradient(to left top, hsla(0, 0%, 100%, 0) 48%, #e8e8e1 48%, #e8e8e1 53%, hsla(0, 0%, 100%, 0) 53%);
    background: -webkit-linear-gradient(to left top, hsla(0, 0%, 100%, 0) 48%, #e8e8e1 0, #e8e8e1 53%, hsla(0, 0%, 100%, 0) 0);
    background: linear-gradient(to left top, hsla(0, 0%, 100%, 0) 48%, #a9a9a9 49%, #a9a9a9 51%, hsla(0, 0%, 100%, 0) 0)
}

.quick-add-to-cart__swatches-div button[data-available=false]:after,
.quick-add-to-cart__swatches-div button[data-available=false]:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1)
}

.quick-add-to-cart__swatches-div button[data-available=false]:after {
    background: #fff;
    background: -moz-linear-gradient(to right top, hsla(0, 0%, 100%, 0) 48%, #e8e8e1 48%, #e8e8e1 53%, hsla(0, 0%, 100%, 0) 53%);
    background: -webkit-linear-gradient(to right top, hsla(0, 0%, 100%, 0) 48%, #e8e8e1 0, #e8e8e1 53%, hsla(0, 0%, 100%, 0) 0);
    background: linear-gradient(to right top, hsla(0, 0%, 100%, 0) 48%, #a9a9a9 49%, #a9a9a9 51%, hsla(0, 0%, 100%, 0) 0)
}

.quick-add-to-cart__start-button {
    text-decoration: none;
    font-size: 14px;
    gap: 4px
}

.quick-add-to-cart__start-button,
.quick-add-to-cart__start-button span {
    display: inline-flex;
    align-items: center
}

.quick-add-to-cart__start-button .icon-bag {
    width: 12px;
    height: 12px;
    vertical-align: text-top;
    margin-right: 2px
}

@media (min-width:1300px) {
    .quick-add-to-cart__start-button {
        display: none
    }
}

@media (min-width:600px) {
    .quick-add-to-cart__start-button.visible {
        display: inline-block
    }
}

.tabs__heading-wrapper {
    display: flex;
    padding-top: 17px;
    padding-bottom: 23px;
    align-items: center
}

.tabs__heading.active button {
    opacity: 1;
    text-decoration: underline
}

.tabs__heading button {
    font-size: 16px;
    line-height: 14px;
    margin-right: 15px;
    text-decoration: none;
    opacity: .5
}

@media (min-width:900px) {
    .tabs__heading button {
        margin-right: 23px
    }
}

.tabs__content {
    transition: all .2s ease;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width:900px) {
    .tabs__content {
        transition: all .2s ease
    }
}

.tabs__content .menu__submenu-image {
    width: 45%;
    padding-bottom: 20px
}

.tabs__content.active {
    display: flex
}

.you-may-also-like-events {
    width: 100dvw;
    background-color: #fff;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px
}

@media (min-width:900px) {
    .you-may-also-like-events {
        margin: 0;
        width: 100%;
        padding-left: 0
    }
}

.you-may-also-like-events .swiper {
    width: 100%
}

.you-may-also-like-events .link {
    text-decoration: none
}

.you-may-also-like-events .description {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 14px
}

.you-may-also-like-events .brand-name {
    overflow: hidden;
    color: var(--black, #000);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Circular Std;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none
}

.you-may-also-like-events .status {
    display: inline-flex;
    color: var(--black, #000);
    text-align: right;
    font-family: Circular Std;
    text-decoration: none
}

.you-may-also-like-events .status,
.you-may-also-like-events__title {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase
}

.you-may-also-like-events__title {
    padding-bottom: 16px;
    margin-left: 16px
}

@media (min-width:900px) {
    .you-may-also-like-events__title {
        margin: 0
    }
}

.events-header-tabs .online-events-page-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.online-events-page-tabs .tabs__heading button {
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    opacity: .4;
    margin-right: 15px;
    text-decoration: none
}

.online-events-page-tabs .tabs__heading button.active {
    opacity: 1
}

.events-header-tabs .events-page-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.events-header-tabs .buttons-headers {
    width: auto !important;
    height: auto !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 15.6px !important;
    text-align: center !important;
    font-family: Circular Std !important;
    margin: 0 !important
}

.events-header-tabs .tabs__content.active {
    display: inline
}

.events-page-tabs .tabs__heading a {
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    opacity: .4;
    margin-right: 15px;
    text-decoration: none
}

.events-page-tabs .tabs__heading a.active {
    opacity: 1
}

.events-header {
    display: inline;
    position: relative
}

.events-header .page-container {
    min-height: auto
}

.events-header__form {
    width: 100%;
    background-color: #000
}

.events-header__form form {
    padding-bottom: 28px;
    padding-top: 24px
}

.events-header__form button,
.events-header__form input {
    width: 100%;
    max-width: none
}

.events-header__form input {
    margin-bottom: 24px;
    background: #000;
    color: var(--input-placeholder);
    border: 1px solid var(--input-placeholder);
    font-size: 16px;
    line-height: 22px
}

.events-header__form button {
    margin-bottom: 26px;
    padding: 19px 47px 17px 37px
}

.events-header__form button:hover {
    outline: none
}

.events-header__form-heading {
    color: #fff;
    margin-bottom: 40px
}

.events-header__form-heading h3 {
    max-width: 282px;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px
}

.events-header__form-heading span {
    display: inline;
    max-width: 471px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.events-header__banner-description {
    max-width: 630px !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16.8px !important;
    text-align: center !important;
    font-family: Circular Std !important;
    padding: 0 !important;
    color: #555 !important
}

.events-header__banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.tooltip-hover {
    display: none
}

@media (max-width:599px) {
    .events-header__container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width:900px) {
    .tooltip-hover {
        position: fixed;
        background-color: #fff;
        width: auto;
        height: auto;
        z-index: 10;
        padding: 8px;
        line-height: 12px;
        font-family: Circular Std;
        color: #000;
        font-size: 12px;
        font-weight: 500
    }

    .tooltip-hover.active {
        display: block
    }
}

@media (max-width:1023px) {
    .events-header__banner-description {
        width: 343px
    }
}

@media (min-width:1024px) {
    .events-header__banner-description {
        width: 472px
    }
}

@media (min-width:900px) {
    .not-found {
        display: flex;
        align-items: center;
        height: 100vh
    }

    .not-found__image-wrapper {
        width: 55%
    }
}

.not-found__text-wrapper {
    padding: 24px 16px
}

@media (min-width:900px) {
    .not-found__text-wrapper {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 112px 60px 0;
        height: 100vh
    }
}

@media (min-width:1300px) {
    .not-found__text-wrapper {
        padding: 140px
    }
}

@media (min-width:900px) {
    .not-found__infos-wrapper {
        max-width: 320px
    }
}

.not-found__infos-wrapper h1 {
    font-size: 20px;
    letter-spacing: -.4px
}

.not-found__info,
.not-found__infos-wrapper h1 {
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    margin-bottom: 12px
}

.not-found__info {
    font-size: 14px;
    opacity: .5
}

.not-found__btns {
    display: flex;
    margin-bottom: 36px;
    gap: 14px
}

@media (min-width:900px) {
    .not-found__btns {
        margin-bottom: 76px
    }
}

.not-found__btns .btn {
    width: 50%;
    display: block;
    text-align: center;
    padding: 12px;
    font-weight: 450
}

.not-found__btn2.btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #000
}

.not-found__form-description {
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    margin-bottom: 12px
}

@media (min-width:900px) {
    .not-found__form {
        max-width: 320px
    }
}

.not-found__form input {
    border: none;
    padding: 12px 0;
    border-bottom: 1px solid var(--light-gray, #d8d8d8)
}

.not-found__form .btn {
    padding: 12px;
    font-weight: 450;
    margin-bottom: 12px
}

.not-found__social-medias {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%
}

@media (min-width:900px) {
    .not-found__social-medias {
        max-width: 320px
    }
}

.not-found__social-medias__text {
    display: inline;
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.5em
}

.not-found .social-media-item-link {
    font-size: .75rem;
    text-decoration: none
}

.not-found .social-media-item-link:hover {
    text-decoration: underline
}

.not-found .social-media-item-tiktok {
    margin-right: .75rem
}

.not-found .social-links-wrapper {
    display: flex;
    align-items: center;
    list-style: none;
    gap: .5rem;
    margin: 0;
    padding: 0
}

.not-found .social-links__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem
}

.not-found .social-links__icon svg {
    height: .75rem
}

.not-found-footer__wrapper {
    width: 100%;
    margin-top: auto
}

@media (min-width:900px) {
    .not-found-footer__wrapper {
        max-width: 320px
    }
}

.not-found__footer {
    display: flex;
    gap: 1.5rem;
    padding-top: 16px
}

.not-found__footer-button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: .625rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
    line-height: 100%
}

.not-found__footer-button:hover {
    outline: none
}

.price-list {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    transition: right .3s ease;
    z-index: 1000;
    padding: 16px 16px 24px;
    box-shadow: -1px 0 1px 0 rgba(0, 0, 0, .15)
}

@media (min-width:600px) {
    .price-list {
        right: -375px;
        width: 375px
    }
}

.price-list.active {
    right: 0
}

.price-list.active .close {
    display: block
}

.price-list__header {
    position: fixed;
    top: 0;
    background-color: #fff;
    padding-top: 16px;
    width: 100%;
    max-width: 375px
}

.price-list .close {
    position: fixed;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    display: none
}

.price-list .close svg {
    width: 18px;
    height: 18px
}

.price-list__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 16px
}

.price-list__table {
    padding: 28px 0 0;
    list-style: none;
    font-weight: 400
}

.price-list__table strong {
    font-weight: 500
}

.price-list__table {
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 160%;
    padding-bottom: 4px
}

.price-list__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 999;
    display: none
}

.price-list__overlay.active {
    display: block
}

.price-list__open-btn:disabled:hover {
    background-color: #fff;
    color: #000
}

.price-list__tooltip {
    background: #000;
    color: #fff;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    position: fixed;
    z-index: 999;
    display: none
}

.price-list__tooltip.active {
    display: block
}

.new-all-events .swiper-slide {
    width: auto !important;
    aspect-ratio: .52
}

@media (min-width:768px) {
    .new-all-events .swiper-slide {
        width: auto !important;
        aspect-ratio: .62
    }
}

.event-image.with-event img.object-cover {
    object-fit: cover
}

.event-image.with-event img.aspect {
    width: 100%
}

.template-type-page-shop-all-online-events {
    height: 100dvh;
    display: flex;
    flex-direction: column
}

.template-type-page-shop-all-online-events #shopify-section-footer {
    margin-top: auto
}

.events-page-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

@media (min-width:600px) {
    .events-page-tabs {
        gap: 25px
    }
}

@media (min-width:900px) {
    .events-page-tabs {
        gap: 30px
    }
}

.buttons-headers {
    width: auto !important;
    height: auto !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 15.6px !important;
    text-align: center !important;
    font-family: Circular Std !important;
    margin: 0 !important
}

.tabs__content-wrapper.contents {
    margin-top: 5px
}

.tabs__content.active {
    display: inline
}

[data-event-tooltip-show-now] {
    position: fixed;
    background-color: #fff;
    width: auto;
    height: auto;
    display: none;
    z-index: 10;
    padding: 8px;
    line-height: 12px;
    font-family: Circular Std;
    color: #000;
    font-size: 12px;
    font-weight: 500
}

@media (max-width:425px) {
    .swiper-slide.no-events {
        width: calc(100% - 30px) !important
    }
}

.default_event_message__title {
    color: #000
}

.default_event_message__description,
.default_event_message__description p {
    color: #555;
    font-weight: 400;
    font-size: 12px;
    line-height: 1rem
}

.default_event_message {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 30px;
    text-align: center
}

.default_event_message h4 {
    margin: 0 !important
}

.new-all-events {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.new-all-events:has(>swiper-slider) {
    display: flex
}

.new-all-events a {
    text-decoration: none
}

.new-all-events .menu__submenu-image {
    width: 100%
}

.new-all-events .menu__submenu-subtitle {
    line-height: 14px;
    margin: 0
}

.new-all-events event-subtitle span {
    display: none
}

.new-all-events .menu__submenu-title {
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical
}

body.sticky .backdrop-filter {
    background: hsla(0, 0%, 94.9%, .7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

@media (min-width:900px) {
    .new-all-events .menu__title_space {
        width: 45%
    }
}

@media (max-width:899px) {
    .new-all-events .menu__title_space {
        width: 75%
    }
}

.new-all-events .menu__submenu-text {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.swiper-slide.remove-margin {
    margin-right: 0 !important
}

@media (min-width:1024px) {
    .default_event_message {
        position: absolute !important;
        left: 110%;
        margin-top: 0;
        text-align: left
    }
}

@media (min-width:900px) {
    .new-all-events {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px
    }

    .swiper-wrapper.justify-desk {
        justify-content: center
    }

    .swiper-wrapper .swiper-slide:last-child {
        margin-right: 0 !important
    }
}

@media (min-width:600px) {
    .new-all-events {
        grid-template-columns: repeat(3, 1fr)
    }

    .menu__submenu-mobile {
        display: none
    }

    .menu__submenu-desktop {
        display: block
    }

    .swiper-wrapper.justify-mob {
        justify-content: center
    }
}

@media (max-width:599px) {
    .menu__submenu-mobile {
        display: flex;
        flex-direction: column
    }

    .menu__submenu-desktop {
        display: none
    }

    .swiper-wrapper.justify-mob {
        justify-content: center
    }
}

.menu__submenu-shop-now {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    font-family: Circular Std;
    color: #101010;
    text-decoration: underline !important
}

@media (max-width:1023px) {
    .img-container-desktop {
        display: none
    }

    .img-container-mobile {
        display: block
    }
}

@media (min-width:1024px) {
    .img-container-desktop {
        display: block
    }

    .img-container-mobile {
        display: none
    }
}

.img-container img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .8s ease
}

online-event-form a:hover {
    cursor: pointer
}

.swiper .swiper-pagination {
    @apply hidden
}

swiper-slider .loading-placeholder .swiper-slide {
    display: none
}

swiper-slider.swiper-initialized .loading-placeholder .swiper-slide,
swiper-slider.swiper-loaded .loading-placeholder .swiper-slide {
    display: block
}

swiper-slider .swiper-placeholder {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

swiper-slider.swiper-initialized .swiper-placeholder,
swiper-slider.swiper-loaded .swiper-placeholder {
    display: hidden
}

.template-type-page-shop-all-online-events #gorgias-chat-container #chat-button {
    bottom: 32px !important;
    right: 0 !important
}

.menu__submenu-subtitle new-event-subtitle.now-live {
    padding: 4px 6px 3px;
    position: relative;
    border-radius: 25px;
    background-color: #fff;
    z-index: 1;
    color: #000
}

.menu__submenu-subtitle new-event-subtitle.now-live:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #5dc40c, #00aa9f);
    border-radius: 25px;
    z-index: -1
}

.menu__submenu-subtitle new-event-subtitle.ends-today {
    padding: 4px 6px 3px;
    position: relative;
    border-radius: 25px;
    z-index: 1;
    background: linear-gradient(45deg, #5dc40c, #00aa9f);
    color: #fff
}

@keyframes fadeInOut {

    0%,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.event-subtitle__live-msg,
.event-subtitle__opens-msg {
    animation: fadeInOut 4s infinite;
    position: absolute;
    left: 0;
    bottom: 30px
}

.event-subtitle__live-msg.members,
.event-subtitle__opens-msg.members {
    opacity: 0;
    animation-delay: 2s
}

.event-subtitle__live-msg.members {
    padding: 4px 6px 3px;
    position: relative;
    border-radius: 25px;
    z-index: 1;
    color: #fff;
    bottom: unset
}

.event-subtitle__live-msg.members:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #5dc40c, #00aa9f);
    border-radius: 25px;
    z-index: -1
}

.event-subtitle__opens-msg.members {
    display: flex;
    align-items: center;
    gap: 4px
}

.event-subtitle__opens-msg.members svg {
    width: 14px;
    height: 14px;
    margin-bottom: 2px
}

@media (min-width:900px) {

    .event-subtitle__live-msg,
    .event-subtitle__opens-msg {
        right: 0;
        left: unset
    }
}

.size-guide {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    transition: opacity .3s ease;
    z-index: -1;
    padding: 16px 16px 24px;
    box-shadow: -1px 0 1px 0 rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden
}

@media (min-width:600px) {
    .size-guide {
        width: 60%;
        height: auto
    }
}

.size-guide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1000
}

.size-guide .close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer
}

.size-guide .close svg {
    width: 18px;
    height: 18px
}

.size-guide__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 16px
}

.size-guide__table {
    padding: 24px 0 0;
    list-style: none;
    font-weight: 400
}

.size-guide__table strong {
    font-weight: 500
}

.size-guide__table {
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 160%;
    padding-bottom: 4px
}

.size-guide__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-overlay);
    z-index: 999;
    display: none
}

.size-guide__overlay.active {
    display: block
}

.size-guide__open-btn {
    color: var(--gray, #555);
    font-family: Circular Std;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%;
    letter-spacing: -.12px;
    text-decoration-line: underline;
    margin-top: -4px;
    display: block;
    margin-bottom: 12px
}

.pagination {
    margin-bottom: 8px
}

.pagination a {
    text-decoration: none
}

@media (max-width:599px) {
    .pagination__itens:has(span:nth-child(8)) span {
        display: none
    }
}

@media (max-width:425px) {

    .pagination__itens:has(span:nth-child(8)) span.deco,
    .pagination__itens:has(span:nth-child(8)) span.page.current,
    .pagination__itens:has(span:nth-child(8)) span.page.current+span.page,
    .pagination__itens:has(span:nth-child(8)) span.page:first-child,
    .pagination__itens:has(span:nth-child(8)) span.page:has(+span.page.current),
    .pagination__itens:has(span:nth-child(8)) span.page:last-child {
        display: block
    }
}

@media (min-width:426px) and (max-width:599px) {

    .pagination__itens:has(span:nth-child(8)) span.deco,
    .pagination__itens:has(span:nth-child(8)) span.page.current,
    .pagination__itens:has(span:nth-child(8)) span.page.current+span.page,
    .pagination__itens:has(span:nth-child(8)) span.page:first-child,
    .pagination__itens:has(span:nth-child(8)) span.page:has(+span.page.current),
    .pagination__itens:has(span:nth-child(8)) span.page:last-child {
        display: block
    }

    .pagination__itens:has(span:nth-child(8)) span.page:has(+span.next),
    .pagination__itens:has(span:nth-child(8)) span.prev+span.page {
        display: block
    }
}

.pagination__itens {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none
}

@media (min-width:600px) {
    .pagination__itens {
        display: block
    }
}

.pagination .deco,
.pagination .page.current,
.pagination .page a {
    border: 1px solid var(--color-border);
    padding: 9px 13px;
    font-size: 14px;
    line-height: 26px;
    margin-right: 9px;
    vertical-align: middle
}

@media (min-width:600px) {

    .pagination .deco,
    .pagination .page.current,
    .pagination .page a {
        padding: 10px 15px;
        margin-right: 3px
    }
}

.pagination .page a:hover {
    border: 1px solid var(--color-text)
}

.pagination .page.current {
    border: 2px solid var(--color-text);
    padding: 2px 13px
}

@media (min-width:600px) {
    .pagination .page.current {
        padding: 10px 15px
    }
}

.pagination .deco {
    padding: 3px 12px
}

@media (min-width:600px) {
    .pagination .deco {
        padding: 10px 11px
    }
}

.pagination .icon-arrow {
    vertical-align: bottom;
    width: 22px;
    height: 22px
}

@media (min-width:600px) {
    .pagination .icon-arrow {
        vertical-align: middle;
        width: 30px;
        height: 30px
    }
}

.pagination__arrow-right {
    margin: 0 0 0 3px
}

@media (min-width:600px) {
    .pagination__arrow-right {
        margin: 0 0 0 10px
    }
}

.pagination__arrow-left {
    margin: 0 3px 0 0
}

@media (min-width:600px) {
    .pagination__arrow-left {
        margin: 0 10px 0 0
    }
}

.pagination__arrow-left .icon-arrow {
    transform: rotate(180deg)
}

.pagination .next,
.pagination .prev,
footer .social-links__title {
    display: none
}

footer .footer__footnote-links,
footer .social-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    padding: 0
}

footer .footer__footnote-links a,
footer .social-links ul a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%
}

footer .social-links ul a .icon {
    width: 14px;
    height: 14px
}

footer .social-links .social-links__item {
    margin-right: 8px
}

footer .social-links .social-links__item--with-icon {
    display: flex
}

footer .social-links .social-links__item--with-icon .icon {
    width: 14px;
    height: 14px
}

footer .social-links .social-links__item:last-child {
    margin-right: 0
}

footer .social-links .social-links__item:first-child {
    margin-right: 20px
}

footer .footer__footnote-links {
    margin-top: 0
}

footer .footer__footnote-links a {
    padding: 0 16px;
    color: #555
}

#gorgias-chat-container #chat-button {
    left: 0 !important;
    bottom: 100px !important
}

#shop-hcaptcha-badge-container {
    bottom: 80px !important
}

@media (min-width:1300px) {
    footer .footer-wrapper {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between
    }

    footer .footer__footnote-links {
        margin: 0
    }

    footer.page-container {
        padding: 0 42px
    }

    footer .footer__footnote-links a:first-child {
        padding: 0 16px 0 0
    }

    #gorgias-chat-container #chat-button {
        left: 0 !important;
        bottom: 100px !important
    }
}

.collection__title {
    text-align: center;
    padding-top: 50px
}

.collection__image .banner-overlay {
    margin: 0
}

.collection .breadcrumbs {
    margin: 30px 0 15px
}

@media (min-width:600px) {
    .collection .breadcrumbs {
        margin: 41px 0 0;
        text-transform: none;
        position: sticky;
        top: 100px;
        z-index: 20;
        background: var(--color-white);
        padding-bottom: 10px;
        padding-top: 5px
    }
}

@media (min-width:600px) {
    .collection__description {
        width: 73%
    }
}

@media (min-width:900px) {
    .collection__description {
        width: 44%
    }
}

.collection .product-grid {
    padding: 0 0 22px
}

@media (max-width:599px) {
    .collection .product-grid {
        padding: 24px 0
    }
}

.collection__footer {
    padding: 20px 10px;
    width: 100%;
    text-align: center
}

@media (min-width:1300px) {
    .collection__footer {
        padding: 37px 10px 20px
    }
}

.collection__load-more {
    width: 100%
}

.collection__load-more .btn {
    margin: 0 auto 20px;
    font-size: 14px;
    font-weight: 300;
    padding: 12px 32px;
    line-height: 100%;
    max-width: 250px;
    text-align: center;
    display: block
}

@media (min-width:1300px) {
    .collection__load-more .btn {
        margin: 0 auto 24px
    }
}

.collection__description {
    color: #555;
    text-align: center;
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 16px;
    max-width: 400px;
    margin: 0 auto
}

@media (min-width:1300px) {
    .collection__description {
        max-width: 494px
    }
}

.collection__filters {
    z-index: 60
}

.collection__filters--hidden {
    display: none !important
}

@media (max-width:599px) {
    .collection__filters {
        margin: 0 15px;
        position: fixed;
        bottom: 15px;
        left: 0;
        right: 0
    }
}

@media (min-width:600px) {
    .collection__filters {
        text-align: end;
        position: sticky;
        top: 100px;
        width: max-content;
        margin-left: auto;
        margin-bottom: -86px;
        padding-top: 25px
    }

    .collection__filters--description {
        top: 109px !important;
        margin-top: -29px !important
    }
}

@media (max-width:355px) {
    .collection__filters {
        max-width: 290px
    }
}

.collection__filters-button {
    font-size: 14px;
    text-align: center;
    color: var(--color-white);
    background: var(--color-text);
    font-weight: 400;
    width: 100%;
    padding: 15px;
    line-height: 26px
}

@media (min-width:600px) {
    .collection__filters-button {
        padding: 0;
        background: transparent;
        position: relative;
        line-height: 18px;
        color: var(--color-text);
        font-weight: 700
    }

    .collection__filters-button--description {
        bottom: 11px !important
    }
}

.collection__filters-button:hover {
    outline: none;
    background: var(--color-white);
    text-decoration: underline
}

.collection__filters-product-count {
    margin: 0
}

@media (min-width:600px) {
    .collection__filters-product-count {
        float: left
    }
}

.collection .count-bubble:before {
    content: "(" attr(data-filter-count) ")";
    display: inline-block
}

.collection__toolbar .container {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    position: relative
}

.collection__toolbar .btn-link {
    text-decoration: none;
    font-size: 14px
}

.collection__brand-name {
    font-weight: 500
}

.collection__qty {
    font-weight: 400;
    font-size: 12px;
    opacity: .5;
    margin-left: 8px
}

@media (min-width:600px) {
    .template-type-collection-with-banners .collection .breadcrumbs {
        margin: 0;
        top: 100px
    }

    .template-type-collection-with-banners .collection__filters {
        top: 105px;
        margin-bottom: 0
    }

    .template-type-collection-with-banners .collection__filters-button--description {
        bottom: 0 !important
    }
}

.collection .breadcrumbs {
    margin: 41px 0 0;
    text-transform: capitalize;
    position: sticky;
    top: 100px;
    z-index: 20;
    background: var(--color-white);
    padding-bottom: 10px;
    padding-top: 5px
}

.collection__timer-wrapper {
    width: 100%;
    text-transform: uppercase;
    line-height: 140%;
    display: flex;
    align-items: center;
    font-family: Roboto Mono, monospace;
    font-weight: 700;
    justify-content: center
}

.collection__timer-text-wrapper {
    padding: 0 .3em
}

.collection__timer-text-wrapper:first-child,
.collection__timer-text-wrapper:last-child {
    padding: 0
}

@media (min-width:900px) {

    .timer-sticky .collection__timer-text-wrapper:first-child,
    .timer-sticky .collection__timer-text-wrapper:last-child {
        padding: 0 .3em
    }
}

.collection__timer-wrapper--text {
    display: block;
    color: var(--black, #000);
    font-family: Circular Std;
    font-size: 10px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%;
    text-align: center
}

@media (min-width:900px) {
    .collection__timer-wrapper--text {
        font-size: 24px;
        margin-top: -10px
    }
}

@media (min-width:900px) {
    .timer-sticky .collection__timer-wrapper--text {
        font-size: 10px;
        margin-top: 0
    }
}

body.template-collection #shopify-section-header.sticky .backdrop-filter {
    height: 108px
}

body.template-collection #shopify-section-header.menu-active.sticky .backdrop-filter {
    height: 100vh
}

.collection__timer-counter {
    line-height: 120%;
    display: flex;
    font-size: 20px;
    text-align: center
}

@media (min-width:900px) {
    .collection__timer-counter {
        transition: all .4s ease-in-out
    }
}

.collection__timer-text-wrapper:first-child .collection__timer-wrapper--text {
    text-align: center;
    padding-left: 0
}

@media (min-width:900px) {
    .collection__timer-text-wrapper:first-child .collection__timer-wrapper--text {
        text-align: left;
        padding-left: .4em
    }
}

@media (min-width:900px) {
    .timer-sticky .collection__timer-text-wrapper:first-child .collection__timer-wrapper--text {
        text-align: center;
        padding-left: 0
    }
}

body.template-search #shopify-section-header.sticky .backdrop-filter {
    height: 108px
}

.page-container.collection__container.collection__timer-container {
    padding: 0 0 24px 16px
}

.level_1_in-store-events.timer-sticky.active-menu.tab-active .collection__timer-container.sticky,
body.timer-sticky.template-collection.level_1_shop-online .collection__timer-container.sticky,
body.timer-sticky.template-collection.submenu-click-active .collection__timer-container.sticky {
    z-index: -1
}

.collection__timer-container.sticky {
    position: sticky;
    top: 90px;
    z-index: 99;
    margin: 0 auto;
    text-align: center;
    padding-top: 0
}

@media (min-width:900px) {
    .collection__timer-container.sticky {
        z-index: 999
    }
}

body.timer-sticky.menu-sticky .collection__timer-container.sticky {
    top: 105px
}

@media (min-width:900px) {
    body.timer-sticky.menu-sticky .collection__timer-container.sticky {
        top: 60px;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        z-index: 20
    }
}

body.timer-sticky.menu-sticky.alert-message-on .collection__timer-container.sticky {
    top: 138px
}

@media (min-width:900px) {
    body.timer-sticky.menu-sticky.alert-message-on .collection__timer-container.sticky {
        top: 60px
    }
}

body.timer-sticky.menu-sticky #shopify-section-header.sticky .backdrop-filter {
    height: 166px
}

@media (min-width:900px) {
    body.timer-sticky.menu-sticky #shopify-section-header.sticky .backdrop-filter {
        height: 130px
    }
}

body.template-collection.timer-sticky.menu-sticky #shopify-section-header.menu-active.sticky .backdrop-filter {
    height: 100vh
}

@media (min-width:900px) {
    body.template-collection.timer-sticky.menu-sticky #shopify-section-header.menu-active.sticky .backdrop-filter {
        height: 130px
    }
}

@media (min-width:900px) {

    .level_1_in-store-events.active-menu.tab-active #shopify-section-header.sticky .backdrop-filter,
    body.template-collection.level_1_shop-online #shopify-section-header.sticky .backdrop-filter,
    body.template-collection.submenu-click-active #shopify-section-header.sticky .backdrop-filter,
    body.template-search.submenu-click-active #shopify-section-header.sticky .backdrop-filter {
        height: 250px
    }
}

.timer-sticky .collection__timer-counter {
    font-size: 20px
}

@media (min-width:900px) {
    .page-container.collection__container {
        padding: 0 42px
    }

    .collection__timer-counter {
        font-size: 10.6vw
    }
}

.collection__timer-wrapper {
    transition: all .3s ease-in-out;
    transition-delay: .1s
}

.collection__timer-container.sticky .collection__timer-wrapper {
    font-size: 20px;
    display: block
}

@media (min-width:900px) {
    .timer-sticky .page-container.collection__container.collection__timer-container {
        display: flex
    }
}

.page-container.collection__container.collection__timer-container {
    display: flex;
    padding: 0 32px 0 28px
}

@media (min-width:900px) {
    .timer-sticky .collection__timer-counter {
        font-size: 20px
    }
}

@media (min-width:900px) {
    .page-container.collection__container {
        padding: 0 42px
    }

    .collection__toolbar {
        width: 100%;
        top: 56px
    }

    body.menu-sticky .collection__toolbar {
        top: 56px
    }

    .page-container.collection__container.collection__timer-container {
        padding: 0;
        position: sticky;
        width: 100%
    }
}

@media (min-width:900px) and (min-width:900px) {
    .page-container.collection__container.collection__timer-container {
        position: fixed;
        left: 0
    }
}

@media (min-width:900px) {
    .search-page #CollectionProductGrid {
        padding-top: 24px
    }
}

@media (min-width:900px) {
    .collection__brand-name {
        font-size: 16px
    }
}

@media (min-width:900px) {
    .collection__qty {
        margin-left: 12px
    }
}

@media (min-width:900px) {
    body.template-collection .global-menu__physical-title {
        opacity: .5
    }
}

@media (min-width:900px) {

    .level_1_in-store-events.active-menu.tab-active .collection__toolbar,
    body.level_1_shop-online .collection__toolbar,
    body.submenu-click-active .collection__toolbar {
        z-index: -1
    }
}

@media (min-width:900px) {

    body.template-collection #shopify-section-header.sticky .backdrop-filter,
    body.template-search #shopify-section-header.sticky .backdrop-filter {
        height: 130px
    }
}

@media (min-width:900px) {
    .collection__filters-and-sorting {
        display: flex;
        align-items: center
    }
}

@media (min-width:900px) {
    .collection__toolbar .btn-link {
        font-size: 16px
    }
}

@media (min-width:900px) {
    .collection__sort-by {
        display: flex;
        align-items: center;
        font-size: 16px;
        margin-right: 20px
    }

    .collection__sort-by .collection__sort-by-label {
        margin-right: 4px;
        opacity: .5
    }

    .collection__sort-by select {
        padding: 0;
        margin: 0;
        border: none;
        background: none;
        min-width: 0;
        width: max-content;
        max-width: 80px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width:1300px) {
    .collection__toolbar {
        top: 90px
    }
}

.product-card .swiper .swiper-button-next.transparent-button,
.product-card .swiper .swiper-button-prev.transparent-button,
.quick-view__content .swiper .swiper-button-next.transparent-button,
.quick-view__content .swiper .swiper-button-prev.transparent-button {
    background: hsla(0, 0%, 100%, .5) !important;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border-radius: 0;
    width: 24px;
    height: 24px;
    bottom: 16px;
    top: auto;
    opacity: 1;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none"><path d="M7 2.5L10.5 6m0 0L7 9.5M10.5 6h-9" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important
}

.product-card .swiper .swiper-button-prev.transparent-button,
.quick-view__content .swiper .swiper-button-prev.transparent-button {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none"><path d="M5 9.5L1.5 6m0 0L5 2.5M1.5 6h9" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important
}

.product-card .swiper .swiper-button-next.transparent-button.swiper-button-disabled,
.quick-view__content .swiper .swiper-button-next.transparent-button.swiper-button-disabled {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none"><path d="M7 2.5L10.5 6m0 0L7 9.5M10.5 6h-9" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" opacity=".3"/></svg>') !important
}

.product-card .swiper .swiper-button-prev.transparent-button.swiper-button-disabled,
.quick-view__content .swiper .swiper-button-prev.transparent-button.swiper-button-disabled {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none"><path d="M5 9.5L1.5 6m0 0L5 2.5M1.5 6h9" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" opacity=".3"/></svg>') !important
}

.product-card .swiper .swiper-button-prev,
.quick-view__content .swiper .swiper-button-prev {
    left: auto;
    right: 34px
}

.product-card .swiper-button-next:after,
.product-card .swiper-button-prev:after,
.quick-view__content .swiper-button-next:after,
.quick-view__content .swiper-button-prev:after {
    font-size: 0
}

.collection__timer-container--ghost {
    height: 15vw;
    width: 100%;
    opacity: 0;
    display: none
}

@media (min-width:900px) {
    .collection__timer-container--ghost {
        display: block
    }
}

.not-found-search .collection__footer,
.not-found-search .collection__qty,
.not-found-search .collection__toolbar {
    display: none
}

.not-found-search.template-search footer {
    position: fixed;
    bottom: 0
}

page-account.page-container {
    display: block
}

page-account .account-template {
    min-height: 300px;
    margin: 33px auto 112px
}

@media (min-width:900px) {
    page-account .account-template {
        margin: 25px auto 150px
    }
}

page-account .account-template__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (min-width:600px) {
    page-account .account-template__heading {
        margin-bottom: 30px
    }
}

page-account .account-template__title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 0
}

page-account .account-template__log-out-link {
    font-size: 14px;
    line-height: 14px
}

page-account .account-template .account-sidebar {
    width: 100%;
    position: relative
}

@media (min-width:600px) {
    page-account .account-template .account-sidebar {
        max-width: 160px
    }
}

@media (min-width:900px) {
    page-account .account-template .account-sidebar {
        max-width: 220px
    }
}

page-account .account-template .account-sidebar__list {
    list-style: none;
    padding-inline-start: 0;
    margin-block-start: 0
}

@media (max-width:599px) {
    page-account .account-template .account-sidebar__list {
        display: none
    }
}

page-account .account-template .account-sidebar__list-mobile {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #000;
    background-position: center right 2px;
    background-size: 12px;
    max-width: 100%
}

@media (min-width:600px) {
    page-account .account-template .account-sidebar__list-mobile {
        display: none
    }
}

page-account .account-template .account-sidebar__item a {
    font-size: 14px;
    line-height: 22px;
    text-decoration: none
}

page-account .account-template .account-sidebar__item:after {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background: var(--color-border)
}

page-account .account-template .account-sidebar__item .icon {
    width: 18px;
    height: 18px;
    transform: rotate(-90deg)
}

page-account .account-template .account-sidebar__item.active:after {
    background: #000
}

page-account .account-template .account-sidebar__item:first-child a {
    padding: 0 0 13px
}

page-account .account-template .account-sidebar__item-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0
}

page-account .account-template .account-main {
    width: 100%
}

@media (min-width:600px) {
    page-account .account-template .account-main {
        width: calc(100% - 160px);
        padding-left: 50px
    }
}

@media (min-width:900px) {
    page-account .account-template .account-main {
        width: calc(100% - 220px);
        padding-left: 110px
    }
}

page-account .account-template .account-main table {
    max-width: 48rem;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 22px
}

@media (min-width:600px) {
    page-account .account-template__account {
        display: flex
    }
}

page-account .account-template__details .title {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-title-account-details);
    margin: 0 0 8px
}

page-account .account-template__details .content {
    margin-bottom: 24px;
    display: block
}

page-account .account-template__details-button button {
    max-width: 420px;
    width: 100%;
    display: block
}

page-account .account-template__details-button button:first-child {
    margin-bottom: 10px
}

page-account .account-template__details-form {
    margin-bottom: 30px
}

.medium-zoom--opened .medium-zoom-overlay,
.medium-zoom-image--opened {
    z-index: 9999
}

body.template-product[data-screen-mode=mobile] #fc_frame {
    bottom: 145px !important
}

body.template-collection[data-screen-mode=mobile] #fc_frame {
    bottom: 70px !important
}

body.template-index[data-screen-mode=mobile] #fc_frame {
    bottom: 95px !important
}

body.template-index[data-screen-mode=desktop-large] #fc_frame,
body.template-index[data-screen-mode=desktop] #fc_frame,
body.template-index[data-screen-mode=tablet] #fc_frame {
    bottom: 125px !important
}

body.template-index[data-screen-mode=desktop-large] #fc_frame,
body.template-index[data-screen-mode=desktop] #fc_frame {
    right: 58px !important;
    bottom: 125px !important
}

@media (min-width:1500px) {
    body.template-index[data-screen-mode=desktop-large] #fc_frame {
        right: 15px !important;
        bottom: 15px !important
    }
}

body.template-collection.fc-widget-open[data-screen-mode=mobile] #fc_frame,
body.template-index.fc-widget-open[data-screen-mode=desktop-large] #fc_frame,
body.template-index.fc-widget-open[data-screen-mode=desktop] #fc_frame,
body.template-index.fc-widget-open[data-screen-mode=mobile] #fc_frame,
body.template-index.fc-widget-open[data-screen-mode=tablet] #fc_frame,
body.template-product.fc-widget-open[data-screen-mode=mobile] #fc_frame {
    right: 0 !important;
    bottom: 0 !important
}

#fc_frame {
    transform: scale(.7) !important
}

.swiper .swiper-button-next.transparent-button,
.swiper .swiper-button-prev.transparent-button {
    background: transparent !important
}

@media (max-width:899px) {

    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        display: none
    }
}

@media (min-width:900px) {
    .swiper .swiper-pagination {
        display: none
    }
}

.swiper.swiper__product-card {
    padding-bottom: 50px
}

@media (min-width:900px) {
    .swiper.swiper__product-card {
        padding-bottom: 30px
    }
}

.swiper.swiper__product-card .swiper-pagination {
    bottom: 0;
    text-align: left
}

.swiper.swiper__product-card quick-variant-selector ul {
    top: auto;
    bottom: 25px
}

.swiper [data-restart-slide].swiper-button-next.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: all
}

.swiper .swiper-button-next.hidden {
    display: none
}

.shopify-policy__container {
    padding: 0 15px;
    text-align: left;
    max-width: none
}

@media (min-width:600px) {
    .shopify-policy__container {
        padding: 0 25px
    }
}

@media (min-width:900px) {
    .shopify-policy__container {
        padding: 0 70px
    }
}

.shopify-policy__body,
.shopify-policy__title {
    text-align: left;
    max-width: var(--container-max-width);
    margin: auto
}

@media (max-width: 900px) {
    .quick-view .carousel img {
        height: auto !important;
        max-height: 50vh;
        width: auto !important;
        margin: 0 auto
    }
}

.product-single .accordion {
    display: flex;
    flex-direction: column-reverse;
}

.product-single__description-text {
    max-height: 100% !important;
    transition: none;
}

.product-single .accordion:not(.active) .product-single__description-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* Quick Add Fix for Mobile & Tablet */
@media (max-width: 900px) {
    .quick-add-to-cart__div-header {
        display: flex !important;
        align-items: flex-start;
    }

    .quick-add-to-cart__image-div {
        width: 100px !important;
        min-width: 100px;
        flex: 0 0 100px;
        margin-right: 15px;
    }

    .quick-add-to-cart__image-div img {
        width: 100% !important;
        height: auto !important;
        max-height: 150px;
        object-fit: contain;
    }

    .quick-add-to-cart__text-container {
        padding-left: 0 !important;
        flex: 1;
    }
}