/** Shopify CDN: Minification failed

Line 3100:1 Expected "}" to go with "{"

**/
/* Publish by EComposer at 2025-08-04 04:42:33*/@font-face {font-family: 'Lato-Bold'; src: url('/cdn/shop/files/Lato-Bold.ttf?v=1712835833&display=swap') format('truetype');font-display: swap;}@font-face {font-family: 'Lato-Regular'; src: url('/cdn/shop/files/Lato-Regular.ttf?v=1712835837&display=swap') format('truetype');font-display: swap;}/**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                    /* display: flex; responsive generate display block */
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                /*.ecom-column:hover {
                    z-index: 1;
                }*/

                .ecom-column__overlay .ecom-overlay {
                    pointer-events: none;
                }

                .ecom-column__overlay > .ecom-overlay, .ecom-column__overlay .ecom-video-background-youtube {
                    position: absolute;
                    inset: 0;
                }

                @media only screen and (min-width: 768px) {
                    .ecom-column>.core__column--wrapper {
                        height: 100%;
                    }
                }
                /*.ecom-parallax-background {
                    background-size: cover;
                    width: 100%;
                    height: 100%;
                    transition: background-position 0.2s linear;
                    background-repeat: inherit !important;
                }*/
                .ecom-use-parallax {
                    background: unset !important;
                }
                .ecom-parallax-background {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    overflow: hidden;
                }
                .ecom-parallax-background img {
                    object-fit: cover;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%,0);
                    pointer-events: none;
                }
                .ecom-row {
                    width: 100%;
                    position: relative;
                }
                .ecom-video-background-youtube-wrapper {
                    overflow: hidden
                }
                .ecom-section__overlay > .ecom-overlay, .ecom-section__overlay .ecom-video-background-youtube, .ecom-video-background-youtube-wrapper{
                    position:absolute;
                    top:0;
                    left:0;
                    bottom:0;
                    right:0;
                }
                .ecom-row:not(.ecom-section) {
                    float: left;
                }
                .ecom-row.ecom-section {
                    clear: both;
                }
                .ecom-row:hover {
                    z-index: 1;
                }
                .ecom-row>div.core__row--columns.core__row--full {
                    max-width: 100%;
                }
                @media (min-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { height: 300%; top: -100%; }
                }
                @media (max-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { width: 300%; left: -100%; }
                }
                @supports not (aspect-ratio: 16 / 9) {
                    .ecom-video-background-youtube:before {
                        display: block;
                        content: "";
                        width: 100%;
                        padding-top: 56.25%;
                    }
                    .ecom-video-background-youtube .ecom-video-background {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }
                    .ecom-video-background {
                        -o-object-fit: unset !important;
                        object-fit: unset !important;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-section__video-bg .ecom-video-background-youtube {
                        display: none;
                    }
                }
                

                    .el__heading--tooltip-wrapper{
                        position: relative;
                        display: inline-block;
                    }
                    .el__heading--tooltip-wrapper svg{
                        width: 18px;
                        cursor: pointer;
                    }
                    .el__heading--tooltip-content{
                        line-height: 16px;
                        max-width: 200px;
                        position: absolute;
                        display: block;
                        width: max-content;
                        opacity: 0;
                        padding: 5px;
                        visibility: hidden;
                        font-size: 14px;
                        background-color: #545454;
                        color: #ffffff;
                        border-radius: 5px;
                        transition: .5s ease all;
                        z-index: 999;
                    }
                    .el__heading--tooltip-content.el__tooltip-tablet, .el__heading--tooltip-content.el__tooltip-mobile {
                        display: none;
                    }
                    .el__heading--tooltip-bottom{
                        left: 50%;
                        transform: translate(-50%, 10px);
                    }

                    .el__heading--tooltip-left{
                        transform: translate(-20px, -50%);
                        right: 100%;
                        top: 50%;
                    }
                    .el__heading--tooltip-top{
                        left: 50%;
                        bottom: 100%;
                        transform: translate(-50%, -10px);
                    }
                    .el__heading--tooltip-right {
                        top: 50%;
                        left: 100%;
                        transform: translate(20px, -50%);
                    }
                    .tooltip__arrow:before{
                        position: absolute;
                        content: '';
                        width: 8px;
                        height: 8px;
                        background: inherit;
                        z-index: -1;
                    }
                    .tooltip__arrow.el__heading--tooltip-bottom:before{
                        top: 0;
                        transform: translate(-50%, -50%) rotate(45deg);
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-top:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 0%;
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-right:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 50%;
                        left: 0%;
                    }
                    .tooltip__arrow.el__heading--tooltip-left:before{
                        transform: translate(50%,50%) rotate(45deg);
                        bottom: 50%;
                        right: 0%;
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-bottom, .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-top {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-50%, 0);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-left {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-15px, -50%);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-right {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(15px, -50%);
                    }
                    @media screen and (max-width: 1024px) {
                        .el__heading--tooltip-content.el__tooltip-desktop {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: block;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-mobile {
                            display: block;
                        }
                    }
                
                    .image-resize {
                        width: auto !important;
                        max-width: 100% !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default picture {
                        height: var(--height-resize) !important;
                        width: var(--width-resize) !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default .ecom-image-picture img {
                        width: 100% !important;
                        height: 100% !important;
                    }
                    .ecom-container-image.resize .ecom-image-content-position.ecom-image-default.ecom-base-image-container-overlay{
                        width: var(--width-resize) !important;
                        user-select: none;
                        -ms-user-select: none;
                        -webkit-user-select: none;
                    }
                    .ecom-container-image.resize .ecom-image-picture * {
                        /*transition: none;*/
                        pointer-events: none;
                    }
                    .ecom-base-image.ecom-overlay > .ecom-overlay-text{
                        text-align:center
                    }
                    .ecom-image-align{
                        display:flex;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-picture{
                        overflow: hidden;
                        width:100%;
                        height:100%;
                    }
                    .ecom-image-picture img {
                        min-height: 1px;
                    }
                    .ecom-base-image picture {
                        overflow: hidden;
                        flex:1 1 auto;
                        min-height:1px;
                    }
                    .ecom-base-image picture img{
                        display: block;
                        max-width: 100%;
                        height: auto;
                        width: 100%;
                    }
                    .ecom-base-image figure{
                        display: flex;
                    }
                    .ecom-container-image{
                        display: flex;
                        flex-direction: column;
                        width:100%;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-content-position{
                        position: relative;
                    }
                    .ecom-base-image.ecom-overlay {
                        position: absolute;
                        z-index: 1;
                        opacity: 0.5;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                    }
                    .ecom-image__caption{
                        width:100%;
                    }
                    .ecom-base-image .ecom-image-picture, .ecom-base-image .ecom-image-picture img {
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay {
                        background-color: rgba(17, 24, 39, 0.3);
                    }
                    .ecom-base-image.image-highlight:after {
                        content: "";
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background: #000000bf;
                        z-index: 999;
                        opacity: 1;
                        pointer-events: none; /* for clickable thought overlay */
                    }
                    .ecom-base-image.image-highlight .ecom-container-image {
                        z-index: 1000;
                    }
                
                .ecom__text--dropcap:first-letter {
                    font-size: 40px;
                    color: #2bcf19;
                    display:inline-flex;
                    border-style: solid;
                    border-width: 1px;
                    border-color: transparent;
                    float:left;
                    line-height:1;
                }
                .ecom__text--dropcap.has-drop-cap-view-default:first-letter {
                    border:none;
                }
                body[ecom-loaded] .ecom-sections .element__text a {
                    cursor: auto;
                }
                .text-content.ecom-html {
                    overflow: hidden;
                    position: relative;
                }

                .ecom-text--is-mark::after {
                    position: absolute;
                    content: '';
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 150px;
                    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
                    pointer-events: none;
                }

                .ecom-text_view-more-btn,
                .ecom-text_view-less-btn {
                    display: flex;
                    background: none;
                    outline: none;
                    border: none;
                    align-items: center;
                }

                .ecom__element--button-icon {
                    display: flex;
                    align-items: center;
                }

                .ecom-text_view-more-btn svg, .ecom-text_view-less-btn svg {
                    width: 16px;
                    color: #fff;
                }
                sub, sup{
                    position: relative;
                    font-size: 75%;
                    line-height: 0;
                    vertical-align: baseline;
                }
                sup{
                    top: -.5em;
                }
                sub{
                    bottom: -.25em;
                }

            
            .ec-swatch-shopify-color {
                display: block;
                max-width: 100%;
                aspect-ratio: 1 / 1;
                background: var(--ec-swatch--background);
                background-position: var(--ec-swatch-focal-point, initial);
                background-size: cover;
                background-origin: border-box;
            }
            /** progress bar pagination **/
                .ecom-pagination-progress-bar--wrapper {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                }
                .ecom-pagination-progress-bar {
                    display: flex;
                    justify-content: center;
                    flex-direction: var(--ecom-flex-direction, column);
                    align-items: center;
                }
                .ecom-paginate__progress-bar--outner {
                    width: 250px;
                    border-radius: 4px;
                    position: relative;
                    height: 10px;
                    background-color: rgba(0 0 0 /.3);
                }
                .ecom-paginate__progress-bar--inner {
                    border-radius: inherit;
                    position: absolute;
                    height: 100%;
                    width: 20%;
                    background-color: rgba(0 0 0 /1);
                    top: 0;
                    left: 0;
                }
                .ecom-paginate__progress-text {
                    margin: 0;
                    width: 100%;
                }
                .ecom-unit-price {
                    display: block;
                }
                /** Swiper css **/
                .ecom-swiper-navigation-position .ecom-swiper-button {
                    position: var(--ecom-position);
                }
                @media (max-width: 1024px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__tablet);
                    }
                }
                @media (max-width: 767px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__mobile);
                    }
                    .ecom-collection__product--wrapper-items.ecom-collection__product--no-item {grid-template-columns: repeat(1, 1fr);}
                }
                .ecom-swiper-pagination-bullet:only-child {
                    opacity: none
                }
                .ecom-flex-center, .ecom-swiper-navigation {
                    display: flex;
                    align-items: center;
                }
                .ecom-swiper-navigation{
                    justify-content: center
                }
                .ecom-swiper-navigation[data-navigator-type="combine"]{
                    justify-content: center
                }
                .ecom-swiper-pagination:not(.ecom-swiper-pagination-lock){
                    display:flex;
                }


                /** Core **/

                .ecom-flex-column {
                    display: flex;
                    flex-direction: column
                }

                .ecom-collection__product-item--information{
                    flex: 1
                }
                .ecom-collection.ecom-collection__product {
                    width: 100%;
                    overflow: hidden;
                }
                .ecom-d-flex {
                    display: flex;
                    flex-wrap:wrap;
                }

                .ecom-collection__product--rating-wrapper {
                    position: relative
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product--actions[data-layout="lite"] {
                    display: none;
                }
                .ecom-collection__product .ecom-collection__product-media a {
                    text-decoration: none;
                    color: inherit;
                    width: 100%
                }

                .ecom-collection__product--wrapper-items {
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                    display: grid;
                    gap: 1rem;
                }
                /*
                .ecom-collection__product--wrapper-items.ecom-collection-product__layout-list {
                    grid-template-columns: repeat(1, minmax(0, 1fr));
                    grid-gap: 10px;
                }
                */
                .ecom-swiper-wrapper.ecom-collection__product--wrapper-items{
                    display:flex;
                    gap:0
                }
                .ecom-collection__product-main.ecom-swiper-container {
                    opacity: 0;
                    visibility: hidden;
                }
                .ecom-collection__product-main.ecom-swiper-container.ecom-swiper-initialized {
                    opacity: 1;
                    visibility: visible;
                }
                .ecom-collection__product-main.ecom-swiper-container:not(.ecom-swiper-initialized) .ecom-collection__product-item{
                    max-width: 200px;
                }
                .ecom-collection__product-quick-shop--force-hide {
                    display: none !important;
                }


                .ecom-collection__product-countdown-progress-bar {
                    display: flex;
                    align-items: center;
                    width: 100%;
                }

                .ecom-collection__product-countdown-progress-bar--wrap {
                    flex: 1;
                    background: #BABFC3;
                    border-radius: 2px;
                    overflow:hidden;
                }

                .ecom-collection__product-countdown-progress-bar--timer {
                    position: relative;
                    width: 100%;
                    height: 5px;
                    background: #111827;
                    display: block;
                    border-radius: 2px;
                    z-index: 1
                }

                .ecom-collection__pagination-navigation .ecom-pagination-item svg {
                    width: 12px;
                    height: 12px;
                }

                .ecom-collection__product-media {
                    display: block;
                    position: relative;
                }

                .ecom-collection__product-media--portrait {
                    padding-bottom: 125% !important;
                }

                .ecom-collection__product-media--square {
                    padding-bottom: 100% !important;
                }
                .ecom-collection__product-item svg.ecom-colection__product-svg-placeholder{
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0 0 0 /.1);
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                body[ecom-loaded] .ecom-products-pagination-infinite {
                    display: none;
                }
                .ecom-products-pagination-infinite button.ecom-loading {
                    display: block;
                    margin: 25px auto;
                    border: none;
                    background: none;
                }
                .ecom-core .ecom-collection__product-media img {
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                    object-position: center center;
                    /*transition: opacity .4s cubic-bezier(.25, .46, .45, .94);*/
                }

                .ecom-collection__product--text-only {
                    background: rgb(26 27 24 / 8%);
                }

                .ecom-collection__product-item {
                    overflow: hidden;
                }
                .ecom-collection__product-media-wrapper {
                    position:relative;
                }
                .ecom-collection__product-item[data-style="horizontal"] .ecom-collection__product-media-wrapper{
                    flex-basis:30%;
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product--actions:not([data-layout="full"]){
                    position: absolute;
                    opacity: 1;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    align-self: center;
                    justify-content: center;
                    inset: 0;
                    margin: auto;
                    text-align: center;
                }

                .ecom-collection__product-prices .ecom-collection__product-price--from {
                    text-decoration: none !important;
                }
                .ecom-collection__product-item .ecom-collection__product-item--inner {
                    display: flex;
                    width:100%;
                    height:100%;
                    overflow:hidden;
                }
                .ecom-product-single__countdown-container {
                    display: flex;
                }
                .ecom-collection__product--text-only .ecom-collection__product-item--content {
                    grid-row: 2;
                    justify-self: center;
                    margin-bottom: 6rem;
                    margin-top: 5rem;
                }

                .ecom-collection__product--text-only .ecom-collection__product-item--inner {
                    display: grid;
                    grid-template-rows: 1fr auto 1fr;
                    width: 100%;
                }

                .ecom-collection__product-badge {
                    z-index: 3;
                    position: absolute;
                    right: 8px;
                    left: 8px;
                    top: 8px;
                    display: flex;
                    flex-direction: column;
                    pointer-events: none
                }

                .ecom-paginate-loadmore--icon {
                    width: 16px;
                }
                .ecom-collection__product-badge>span {
                    pointer-events: auto
                }

                .ecom-visually-hidden {
                    display: none;
                }

                .ecom-collection__product-quick-shop-wrapper {
                    display: none;
                }
                .ecom-collection__product-variants[data-picker-type="dropdown"] .ecom-collection__product-quick-shop-wrapper,
                .ecom-collection__product-variants[data-picker-type="radio"] .ecom-collection__product-quick-shop-wrapper{
                    display: block;
                }
                .ecom-collection__product-media-image {
                    display: block;
                }

                .ecom-collection__product-media--hover-effect img.ecom-collection__product-secondary-media {
                    opacity: 0;
                    -webkit-transition: .4s ease-in-out;
                    transition: .4s ease-in-out;
                }
                @media(min-width: 1025px) {
                    .ecom-collection__product-media-wrapper:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-media-image {
                        opacity: 0;
                        transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
                    }

                    .ecom-collection__product-media-wrapper:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-secondary-media {
                        opacity: 1;
                    }
                }
                @media(max-width: 1024px) {
                    .ecom-collection__product-media-wrapper.ecom-enable-hover--mobile:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-media-image {
                        opacity: 0;
                        transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
                    }

                    .ecom-collection__product-media-wrapper.ecom-enable-hover--mobile:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-secondary-media {
                        opacity: 1;
                    }
                }
                .ecom-collection__product .selector-wrapper,
                .ecom-collection__product .ecom-collection__product-picker-main,
                .ecom-collection__product .ecom-collection__product-picker-other {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }
                .ecom-collection__product .selector-wrapper label{
                    width:100%;
                }
                .ecom-collection__product-picker-colors-item .ecom-collection__product-picker-colors-item--preview {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                .ecom-collection__product-picker-images-list,
                .ecom-collection__product-picker-colors-list,
                .ecom-collection__product-picker-radio-list {
                    display: flex;
                    width: 100%;
                    flex-wrap: wrap;
                    overflow:hidden;
                    list-style: none;
                }
                .ecom-collection__product-picker-radio-list {
                    list-style: none;
                }
                .ecom-collection__product-picker-colors-item,
                .ecom-collection__product-picker-images-item {
                    overflow: hidden;
                }
                .ecom-collection__product-picker-radio-list li,
                .ecom-collection__product-picker-images-list li,
                .ecom-collection__product-picker-colors-list li {
                    position: relative;
                    cursor: pointer;
                    list-style: none;
                    min-height: unset;
                }

                .ecom-collection__product-picker-radio-label,
                .ecom-collection__product-swatch-item--wrapper {
                    display: inline-block
                }
                .ecom-collection__product-swatch-item img{
                    display:block
                }
                .ecom-collection__product-swatch-item--wrapper {
                    position: absolute;
                    inset: 0;
                    z-index: 1;
                }
                .ecom-collection__product-variants{
                    transition: all 300ms ease;
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product-variants.ecom-active {
                    position: absolute;
                    background:rgb(238 238 238 / 70%);
                    inset: 0;
                    z-index:999;


                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product-variants.ecom-active .ecom-collection__product-form{
                    display:flex;
                    align-items: center;
                    justify-content:center;
                    align-self: center;
                    position:relative;
                    height:100%;
                    flex-direction: column;
                    align-items:center;


                }
                .ecom-collection__product-item .ecom-collection__product-close{
                    display:none;
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product-variants.ecom-active .ecom-collection__product-close{
                    display:flex;
                    justify-content: center;
                    align-items: center;
                }
                .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close {
                    position: absolute;
                    right: 5px;
                    top: 5px;
                    z-index:999;
                    border:none;
                    box-shadow: none;
                    padding: 0;
                    width: 24px;
                    height: 24px;
                    min-height: 24px;
                    overflow: hidden;
                    border-radius: 50%;
                  }
                  .ecom-collection__product-media {
                    display: block;
                    position: relative;
                    width: 100%;
                    height: 100%;
                }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:hover {
                    opacity: 1;
                    transition: width 1s;
                     -webkit-transition: width 1s;
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:before,  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:after {
                    position: absolute;
                    content: ' ';
                    width: 2px;
                    height: 14px;
                    background-color: #222;
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:before {
                    transform: rotate(45deg);
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:after {
                    transform: rotate(-45deg);
                  }

                .ecom-collection__product-countdown-time {
                    display: inline-flex;
                    flex-wrap: wrap;
                    align-items:center;
                }

                .ecom-collection__pagination {
                    margin: auto;
                    text-align: center;
                }

                .ecom-collection__pagination li {
                    display: inline-flex;
                }

                .ecom-collection__pagination .ecom-collection__pagination--visuallyhidden {
                    display: none;
                }

                .ecom-paginate-action span {
                    display: flex;
                }

                .ecom-paginate-action {
                    display: inline-flex !important;
                    grid-column-gap: 12px;
                    align-items: center;
                    color:currentColor;
                    text-decoration:none;
                }

                .ecom-collection__pagination-navigation {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    list-style: none;
                }

                .ecom-collection__pagination-navigation li {
                    display:flex;
                }
                a.ecom-pagination-item {
                    display: flex;
                    text-decoration: none;
                    color: unset;
                }
                .ecom-collection__product--compare-at-price {
                    text-decoration: line-through;
                }

                .ecom-collection__product-quick-shop--force-show {
                    display: block !important;
                }

                .ecom-collection__product-item-vendor a {
                    display: block;
                }
                /** Skeleton **/

                .ecom-collection__product-card {
                    background-color: #fff;
                    border-radius: 6px;
                    overflow: hidden;
                    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
                }

                .ecom-collection__product-card .ecom-collection__product-card-image {
                    height: 200px;
                }

                .ecom-collection__product-card .ecom-collection__product-card-image img {
                    display: block;
                    width: 100%;
                    height: inherit;
                    object-fit: cover;
                }

                .ecom-collection__product-card .ecom-collection__product-card-content {
                    padding: 2rem 1.8rem;
                }

                .ecom-collection__product-card h4 {
                    margin: 0 0 1rem;
                    font-size: 1.5rem;
                    line-height: 1.5rem;
                }

                .ecom-collection__product-card .ecom-collection__product-card-description {
                    font-size: 1rem;
                    line-height: 1.4rem;
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-image,
                .ecom-collection__product-card.ecom-collection__product-card-loading h4,
                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-description {
                    background-color: #ededed;
                    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #ededed;
                    background-size: 200% 100%;
                    background-position-x: 180%;
                }

                @keyframes loading {
                    to {
                        background-position-x: -20%;
                    }
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading h4 {
                    min-height: 1.6rem;
                    border-radius: 4px;
                    animation-delay: 0.05s;
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-description {
                    min-height: 4rem;
                    border-radius: 4px;
                    animation-delay: 0.06s;
                }

                .ecom-collection__product-item {
                    position: relative;
                }

                .ecom-collection__product-form__actions {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }



                .ecom-collection__product-item:hover .ecom-product-image-loading img:last-child {
                    min-height: 150px;
                }
                /* Quantity input */
                .ecom-collection__product-form__actions.ecom-collection__product-quantity--inline {
                    flex-direction: row;
                }
                input.ecom-collection__product-quantity-input::-webkit-outer-spin-button,
                input.ecom-collection__product-quantity-input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                }
                .ecom-collection__product-quantity-input {
                    text-align: center;
                    align-self: center;
                    box-shadow: none;
                    outline: none;
                    width: 100%;
                    height: 100%;
                    position: relative;
                }
                .ecom-collection__product-quantity--wrapper {
                    overflow: hidden;
                    width: 100%;
                    align-self: center;
                }
                button.ecom-collection__quantity-controls-button {
                    color: #000000;
                    border-style: solid;
                    border-color: #c2bcbc;
                    background: transparent;
                    display: flex;
                    align-items: center;
                }
                .ecom-collection__quantity-controls-minus {
                    border-top-width: 0.8px;
                    border-left-width: 0.8px;
                    border-bottom-width: 0.8px;
                    border-right-width: 0;
                }
                .ecom-collection__quantity-controls-plus {
                    border-top-width: 0.8px;
                    border-left-width: 0px;
                    border-bottom-width: 0.8px;
                    border-right-width: 0.8px;
                }
                .ecom-collection__quantity-controls-button svg {
                    width: 12px;
                    height: 12px;
                }
                /* Quantity input */
                .ecom-collection__product-item:hover .ecom-product-image-loading::before {
                    visibility: visible;
                }
                .ecom-collection__product-form__actions--soldout,
                .ecom-collection__product-form__actions--view-more,
                .ecom-collection__product-form__actions--add {
                    cursor: pointer;
                    display: flex;
                    flex-direction: row;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                /*.ecom-collection__product-item svg{
                    width:40px;
                    height: 40px;
                }*/
                .ecom-collection__product-view-more-after .ecom-collection__product-view-more-icon,
                .ecom-collection__product-quickshop-icon-after .ecom-collection__product-quickshop-icon,
                .ecom-collection__product-add-cart-icon-after .ecom-collection__product-add-cart-icon,
                .ecom-collection__product-sold-out-after .ecom-collection__product-sold-out-icon {
                    order: 1;
                }
                .ecom-collection__product-add-cart-icon {
                    display: flex;
                }
                .ecom-collection__product-submit:not(.ecom-collection__product-quick-shop--force-hide),
                .ecom-collection__product-form__actions--quickshop:not(.ecom-collection__product-quick-shop--force-hide) {
                    display: inline-flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                .ecom-product-image-loading::before {
                    content: ' ';
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    z-index: 4;
                    border: 4px solid #343232;
                    opacity: 1;
                    visibility: hidden;
                    border-radius: 50%;
                    animation: ecom-loading .5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
                    vertical-align: middle;
                    margin: auto;
                }

                @keyframes ecom-loading {
                    0% {
                        top: 0px;
                        left: 0px;
                        width: 0;
                        height: 0;
                        opacity: 1;
                    }
                    100% {
                        top: 0px;
                        left: 0px;
                        width: 72px;
                        height: 72px;
                        opacity: 0;
                    }
                }
            .ecom-collection__product-login-to-see{
                display: flex;
            }
            .ecom-collection__product-login-to-see>a{
                color: inherit;
                text-decoration: inherit;
            }
            .ecom-collection__product .ecom-swiper-controls:after
            {
                content:'';
            }
            .ecom-collection__product .ecom-swiper-controls svg{
                width:40px;
                height:40px;
            }
            .ecom-collection__product .ecom-swiper-button-next,.ecom-collection__product  .ecom-swiper-button-prev{
                width:auto;
                height:auto
            }
            .ecom-collection__product-picker-main-label{
                width:100%;
            }
            .ecom-collection__product-picker-dropdown-label,
            .ecom-collection__product-picker-radio-label,
            .ecom-collection__product-item-information-title{
                width:100%;
            }
            .ecom-collection__product-item-information-title{
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: var(--ecom-webkit-line-clamp,2);
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .ecom-collection__product-item-information-title.ecom-title-one-row{
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .ecom-collection__product-price-wrapper{
                display:flex;
                gap:10px;
                flex-wrap: wrap;
                align-items: baseline;
            }
            .ecom-collection__product-price-range{
                word-break: break-word;
            }

            .ecom-collection__product-container {
                display: flex;
                flex-direction: column;
            }
            .ecom-collection__product-container .ecom-swiper-container {
                width: 100%
            }
            .ecom-collection__product-container .ecom-swiper-button-next:after,
            .ecom-collection__product-container .ecom-swiper-button-prev:after {
                content: none;
            }
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                position: static;
                margin: 0;
            }
            .ecom-collection__product-container .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-button-prev {
                border: 0;
                background: transparent;
                width: auto;
                height: auto;
                padding: 5px;
                color: #444;
            }
            .ecom-collection__product-container .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar, .ecom-swiper-pagination-lock) {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                align-items: center
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet {
                width: 15px;
                height: 15px;
                opacity: 1;
                overflow: hidden;
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet,
            .ecom-collection__product-container .ecom-swiper-pagination-bullet-active{
                background-clip: content-box;
                padding: 1px;
                box-sizing: content-box !important;
                background-color: currentColor;
            }
            .ecom-collection__product-media-wrapper.ecom-image-align{
                display: flex;
                overflow: hidden;
                flex-direction: column;
                justify-content: center;
            }
            .ecom-collection__product-countdown-wrapper{
                display:flex;
                flex-direction:column;
            }
            .ecom-collection__product-badge > span{
                display:flex;
                align-items: center;
                text-align: center;
                justify-content: center;
            }
            .ecom-flex-row,
            .ecom-collection-product__layout-list .ecom-collection__product-item--wrapper {
                display:grid;
                grid-template-columns: 40% auto;
            }
            .ecom-collection__product-loading {
                margin-top: 50px;
            }
            .ecom-doing-filter .ecom-collection__product-loading, .ecom-doing-scroll .ecom-collection__product-loading {
                display: block;
            }
            .ecom-doing-filter .ecom-collection__product-container_collection {
                display: none;
            }
            /**  Quick view **/
            .ecom-product-quickview{
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 3px;
            }
            .ecom-collection__product--quickview-wrapper {
                display: flex;
            }

        /* Progressbar **/

        .ecom-collection__product-countdown-progress-bar--wrap >div {
            background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
            -webkit-animation: 2s linear infinite ecom_progress_bar;
            animation: 2s linear infinite ecom_progress_bar;
            background-size: 60px 60px;
            transition: width 1s;
            -webkit-transition: width 1s;
        }

        @-webkit-keyframes ecom_progress_bar {
            from {
                background-position: 0 0
            }

            to {
                background-position: 40px 0
            }
        }

        @keyframes ecom_progress_bar {
            from {
                background-position: 0 0
            }

            to {
                background-position: 40px 0
            }
        }

        .ecom-collection__product-item .ecom-product__compare-link {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            line-height: 1.2;
            width: fit-content;
            font-size: 14px;
            pointer-events: auto;
            color: #000;
            padding: 2.5px;
            margin-left: 15px;
        }
        .ecom-product__compare-icon span {
            display: flex;
        }
        .ecom-collection__product-item .ecom-product__compare-icon svg {
            width: 18px;
            height: auto;
        }
        span.ecom-product__compare-added {
            display: none;
        }
        .ecom-product__compare-link-added span.ecom-product__compare-added {
            display: flex;
            justify-content: center;
        }
        .ecom-product__compare-link-added span.ecom-product__compare-normal {
            display: none;
        }
        .ecom-collection__action .ecom-product__compare-tooltip {
            position: absolute;
            top: 50%;
            bottom: auto;
            left: calc(100% + 4px);
            transform: translate(0, -50%);
            background: #383838;
            color: #ffffff;
            padding: 4px 10px;
            opacity: 0;
            visibility: hidden;
            transition: 0.25s;
            z-index: 10;
            text-wrap: nowrap;
            font-size: 12px;
        }
        .ecom-collection__action .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translate(4px, -50%);
        }
        .ecom-product__wishlist, .ecom-product__compare {
            width: 100%;
            display: flex;
        }
        .ecom-collection__product-item .ecom-product__wishlist-link {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            position: relative;
            line-height: 1.2;
            font-size: 14px;
            text-decoration: none;
            color: #000;
            pointer-events: auto;
            padding: 2.5px;
            margin-top: 10px;
            margin-left: 15px;
        }
        .ecom-product__wishlist-icon span {
            display: flex;
        }
        .ecom-collection__product-item .ecom-product__wishlist-icon svg {
            width: 18px;
            height: auto;
        }
        span.ecom-product__wishlist-added {
            display: none;
        }
        .ecom-product__wishlist-link-added span.ecom-product__wishlist-added {
            display: flex;
            justify-content: center;
        }
        .ecom-product__wishlist-link-added span.ecom-product__wishlist-normal {
            display: none;
        }
        .ecom-collection__action .ecom-product__wishlist-tooltip {
            position: absolute;
            top: 50%;
            bottom: auto;
            left: calc(100% + 4px);
            transform: translate(0, -50%);
            background: #383838;
            color: #ffffff;
            padding: 5px 10px;
            opacity: 0;
            visibility: hidden;
            transition: 0.25s;
            z-index: 10;
            text-wrap: nowrap;
            font-size: 12px;
            min-width: 100%;
            text-align: center;
            pointer-events: none;
        }
        .ecom-product__wishlist-tooltip:empty, .ecom-product__compare-tooltip:empty {
            display: none !important;
        }
        .ecom-collection__action .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translate(4px, -50%);
        }
        .ecom-collection__product-group-button-action {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
        }
        .ecom-collection__product-group-button-action-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }
        .ecom-product__wishlist-visibility-hover, .ecom-product__wishlist-visibility-hover_active {
            visibility: hidden;
            opacity: 0;
            transition: 0.25s;
        }
        .ecom-collection__product-item:hover .ecom-product__wishlist-visibility-hover, .ecom-collection__product-item:hover .ecom-product__wishlist-visibility-hover_active, .ecom-product__wishlist-visibility-hover_active.ecom-button-active {
            visibility: visible;
            opacity: 1;
        }


        .ecom-collection__action.ecom-product__wishlist,
        .ecom-collection__action.ecom-product__compare {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: start;
            pointer-events: none;
        }
        .ecom-collection__product-group-button-action-wrapper .ecom-collection__action {
            position: relative;
        }
        .ecom-collection__action-hor-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-end .ecom-product__compare-tooltip {
            right: calc(100% + 4px);
            left: auto;
            transform: translate(0, -50%);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-tooltip {
            top: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, 4px);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-tooltip {
            top: auto;
            bottom: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-link:hover .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, -4px);
        }
        .ecom-ext-wishlist-icon-loading * {
            opacity: 0;
        }
        .ecom-product__wishlist-link.ecom-ext-wishlist-icon-loading:before {
            content: "";
            position: absolute;
            transform: translate(-50%, -50%);
            border: 1.5px solid #f3f3f3;
            border-radius: 50%;
            border-top: 1.5px solid #000;
            width: 20px;
            height: 20px;
            -webkit-animation: spin 0.5s linear infinite; /* Safari */
            animation: spin .5s linear infinite;
        }
        @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @media screen and (max-width: 1024px) {
            .ecom-product__wishlist-visibility-hover, .ecom-product__wishlist-visibility-hover_active {
                visibility: visible;
                opacity: 1;
            }
            .ecom-product__compare-tooltip {
                display: none !important;
            }
            .ecom-product__wishlist-tooltip {
                display: none !important;
            }
        }
        @media screen and (max-width: 767px) {
            .ecom-collection__product-form__actions-hide-mobile {
                display: none !important;
            }
        }
        
                  .ecom-elements-slider {
                    overflow: hidden;
                  }
                  .ecom-swiper-flip .ecom-swiper-slide, .ecom-swiper-fade .ecom-swiper-slide {
                    pointer-events: auto !important;
                  }
                  .ecom-swiper-fade .ecom-box-active {
                    z-index: 99
                  }
                  body[ecom-loaded] .ecom-elements-slider {
                    overflow: unset;
                  }
                  .ecom-swiper-creative.ecom-slider .ecom-swiper-wrapper{
                    transform: translateX(0) !important;
                  }
                  .ecom-slider__image--link {
                      position: absolute;
                      inset: 0;
                      display: block !important;
                      opacity: 0;
                      z-index: 100
                  }
                  .ecom-slider--container .ecom-swiper-vertical.ecom-slider-not-custom-height .ecom-swiper-wrapper {
                    height: 640px !important;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button {
                    transform: translateX(-50%);
                    left: 50%;
                    width: fit-content;
                    height: fit-content;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-prev {
                    top: 0;
                    bottom: unset;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-next {
                    bottom: 0;
                    top: unset;
                  }
                  .ecom-slider--container .ecom-swiper-autoheight.ecom-swiper-horizontal .ecom-swiper-slide, .ecom-slider--container .ecom-swiper-horizontal .ecom-swiper-wrapper {
                    height: 100% !important;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position {
                    flex-direction: column !important;
                    position: absolute;
                    height: fit-content;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_left"] {
                    top: 20px;
                    left: 20px;
                    bottom: unset;
                    right: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_right"] {
                    top: 20px;
                    right: 20px;
                    bottom: unset;
                    left: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_center"] {
                    left: 50%;
                    right: unset;
                    transform: translateX(50%);
                    top: 0;
                    bottom: unset;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_left"] {
                    bottom: 20px;
                    left: 20px;
                    right: unset;
                    top: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_right"] {
                    bottom: 20px;
                    right: 20px;
                    left: unset;
                    top: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_center"] {
                    left: 50%;
                    right: unset;
                    transform: translateX(-50%);
                    top: unset;
                    bottom: 0;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="center_right"] {
                    bottom: unset;
                    left: unset;
                    right: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="center_left"] {
                    bottom: unset;
                    left: 20px;
                    right: unset;
                    top: 50%;
                    transform: translateY(-50%);
                  }
                  .ecom-slider__has-link .ecom-content-item__container {
                    pointer-events: none;
                  }
                  .ecom-swiper-navigation-position{
                      display:flex;
                  }
                  .ecom-swiper-navigation-position button{
                      margin:0
                  }
                  .ecom-swiper-navigation button{
                      position:unset;
                      margin:0
                  }
                  .ecom-slider--container {
                      opacity: 0;
                      position: relative;
                      display: flex;
                      flex-direction: column;
                  }
                  .ecom-slider--container.ecom-swiper-initialized-wrapper {
                      opacity: 1;
                  }
                  .ecom-swiper-pagination-bullet:only-child {
                      opacity: none
                  }
                  .ecom-swiper-button svg{
                      width:24px;
                      height:24px;
                  }
                  .ecom-flex-center, .ecom-swiper-navigation {
                      display: flex;
                      align-items: center;
                  }
                  .ecom-swiper-navigation{
                      justify-content: center
                  }
                  .ecom-slider img {
                      display: block
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet img{
                      display: block;
                      width: 100%;
                      height: 100%;
                      object-fit: cover
                  }
                  .ecom-slider--container .ecom-swiper-button-next:after,
                  .ecom-slider--container .ecom-swiper-button-prev:after {
                      content: none;
                  }
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                      position: static;
                      margin: 0;
                  }
                  .ecom-slider--container .ecom-swiper-button-next,
                  .ecom-slider--container .ecom-swiper-button-prev {
                      border: 0;
                      background: transparent;
                      width: auto;
                      height: auto;
                      padding: 5px;
                      color: #444;
                      /*transform: translateY(-50%);*/
                  }
                  .ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-next,
                  .ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-prev {
                    transform: translateY(-50%);
                  }
                  .ecom-slider--container .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar) {
                      position: relative;
                      display: flex;
                      flex-wrap: wrap;
                      align-items: center
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet {
                      width: 15px;
                      height: 15px;
                      opacity: 1;
                      overflow: hidden;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet,
                  .ecom-slider--container .ecom-swiper-pagination-bullet-active{
                      background-clip: content-box;
                      padding: 1px;
                      box-sizing: content-box !important;
                      background-color: currentColor;
                  }
                   .ecom-swiper-container-horizontal>.ecom-swiper-pagination-bullets{
                      width:auto;
                  }
                  .ecom-slider--container .ecom-swiper-slide{
                      position: relative;
                  }
                  .ecom-swiper-slide div.core__blocks>div.core__blocks--body{
                      display:flex
                  }
                  .ecom-content-item__container {
                      width: 100%;
                      z-index: 99;
                  }
                  .ecom-slider:not(.ecom-swiper-initialized):not(.ecom-swiper-container-initialized) {
                    opacity: 0
                  }
                  .ecom-swiper-slide .ecom-content-item {
                      display: flex;
                      justify-content: center;
                  }
                  .ecom-swiper-slide .ecom-image-background{
                      position:absolute;
                      top:0;
                      left:0;
                      height: 100% !important;
                      width: 100%;
                  }
                  .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img{
                      position:absolute;
                      top:0;
                      left:0;
                      height: 100% !important;
                      width: 100%;
                      object-fit: cover;
                      object-position: center center;
                  }

                  .ecom-overlay {
                      display: block;
                      position: absolute;
                      inset: 0;
                  }

                  .ecom-elements-slider .ecom-overlay span:not(.ecom-video-icon-play) {
                      opacity: 0;
                      visibility: hidden;
                  }

                  .ecom-slider--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      bottom: 0;
                  }

                  .ecom-slider--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                      bottom: 0;
                  }
                  .ecom-content-item {
                      height: 100%;
                  }
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="classic"] .ecom-swiper-pagination,
                  .ecom-slider--container .ecom-swiper-navigation:not([data-navigator-type]) .ecom-swiper-pagination {
                      width:100%
                  }
                  .ecom-transition-Bottom2Top, .ecom-transition-Top2Bottom, .ecom-transition-Left2Right, .ecom-transition-Right2Left {
                      transform: translateY(40px);
                      -webkit-transform: translateY(40px);
                      -moz-transform: translateY(40px);
                      transition: .4s cubic-bezier(.44, .13, .48, .87) .3s;
                      -webkit-transition: .4s cubic-bezier(.44, .13, .48, .87) .3s;
                      opacity: 0;
                  }
                  .ecom-transition-Top2Bottom {
                      transform: translateY(-40px);
                      -webkit-transform: translateY(-40px);
                      -moz-transform: translateY(-40px);
                  }
                  .ecom-transition-Left2Right {
                      transform: translateX(-40px);
                      -webkit-transform: translateX(-40px);
                      -moz-transform: translateX(-40px);
                  }
                  .ecom-transition-Right2Left {
                      transform: translateX(40px);
                      -webkit-transform: translateX(40px);
                      -moz-transform: translateX(40px);
                  }
                  .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Bottom2Top, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Top2Bottom, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Left2Right, .ecom-swiper-slide.ecom-swiper-slide-visible .ecom-transition-Right2Left {
                      transform: translateY(0);
                      -webkit-transform: translateY(0);
                      -moz-transform: translateY(0);
                      opacity: 1;
                  }
                  .ecom-swiper-pagination-bullet {
                      position: relative;
                  }
                  .ecom-swiper-pagination-bullet:after {
                      content: '';
                      position: absolute;
                      bottom: 0;
                      height: 0;
                      left: 0;
                      width: 100%;
                      box-shadow: 0 0 1px #fff;
                      -webkit-transition: height .3s;
                      transition: height .5s;
                  }
                  .ecom-swiper-navigation-position .ecom-swiper-button {
                    position: var(--ecom-position);
                  }
                  .ecom-swiper-effect-cube .ecom-image-background img {
                    /* visibility: visible; */
                  }
                  .ecom-autoplay-progress {
                    position: absolute;
                    right: 16px;
                    bottom: 16px;
                    z-index: 10;
                    width: 48px;
                    height: 48px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-weight: bold;
                    color: #000;
                  }

                  .ecom-autoplay-progress svg {
                    --progress: 0;
                    position: absolute;
                    left: 0;
                    top: 0px;
                    z-index: 10;
                    width: 100%;
                    height: 100%;
                    stroke-width: 4px;
                    color: #1ced8f;
                    fill: none;
                    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
                    stroke-dasharray: 125.6;
                    transform: rotate(-90deg);
                  }
                  .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position);
                      object-fit: var(--ecom-object-fit);
                    }
                  @media (max-width: 1024px) {
                    .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position-tablet);
                      object-fit: var(--ecom-object-fit-tablet);
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position__tablet);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_left"] {
                      top: 20px;
                      left: 20px;
                      bottom: unset;
                      right: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_right"] {
                      top: 20px;
                      right: 20px;
                      bottom: unset;
                      left: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(50%);
                      top: 0;
                      bottom: unset;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_left"] {
                      bottom: 20px;
                      left: 20px;
                      right: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_right"] {
                      bottom: 20px;
                      right: 20px;
                      left: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(-50%);
                      top: unset;
                      bottom: 0;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="center_right"] {
                      bottom: unset;
                      left: unset;
                      right: 20px;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="center_left"] {
                      bottom: unset;
                      left: 20px;
                      right: unset;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                  }
                  @media (max-width: 767px) {
                    .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position-mobile);
                      object-fit: var(--ecom-object-fit-mobile);
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position__mobile);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_left"] {
                      top: 20px;
                      left: 20px;
                      bottom: unset;
                      right: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_right"] {
                      top: 20px;
                      right: 20px;
                      bottom: unset;
                      left: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(50%);
                      top: 0;
                      bottom: unset;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_left"] {
                      bottom: 20px;
                      left: 20px;
                      right: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_right"] {
                      bottom: 20px;
                      right: 20px;
                      left: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(-50%);
                      top: unset;
                      bottom: 0;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="center_right"] {
                      bottom: unset;
                      left: unset;
                      right: 20px;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="center_left"] {
                      bottom: unset;
                      left: 20px;
                      right: unset;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                  }
              
            .ecom-video-poster {
                position: absolute;
                width: 100%;
                height: 100%;
            }
            .ecom-video-poster img {
                width: 100%;
                height: 100% !important;
                object-fit: cover;
            }
            .ecom-element_video-popup{
                display:none;
            }

            .ecom-video_link-extra {
                position: absolute;
                inset: 0;
                z-index: 5;
            }

                .element__video.ecom-element{
                    display: flex;
                    width: 100%;
                }
                .ecom-element_video-iframe{
                    display:inline-flex;
                    width:100%;
                    position:relative;
                    overflow:hidden;
                    justify-content: center;
                    transform: translateZ(0);
                }
                .ecom-element_video-iframe iframe,
                .ecom-element_video-iframe video{
                    background:#000;
                }
                .ecom-video_overlay-icon.ecom-overlay {
                    pointer-events: auto;
                }
                .ecom-element_video-iframe .ecom-video_overlay-icon{
                    position:absolute;
                    display:flex;
                    top:0;
                    bottom:0;
                    left:0;
                    right:0;
                    align-items:center;
                    justify-content:center;
                    border:none;
                    outline:none;
                    width: 100%;
                    height: 100%;
                    cursor: default;
                    background-color:#3336;
                    z-index:-1;
                    opacity:0;
                    border-radius: 0;

                }
                .ecom-element_video-iframe .ecom-video_overlay-icon:hover {
                    background-color:#3336;
                }
                .ecom-element_video-iframe .ecom-overlay{
                    z-index:1;
                    opacity:1;
                }

                .ecom-element_video-iframe video {
                    width: 100%;
                    /*height: intrinsic;*/
                }

                .ecom-video-icon-play{
                    cursor: pointer;
                    position:absolute;
                    top:50%;
                    left:50%;
                    transform:translate(-50%,-50%);
                    color:white;
                    fill: currentColor;
                    display: flex;
                    z-index: 2;
                }
                .ecom-video-icon-play svg{
                    width: 50px;
                    height: auto;
                }
                .ecom-element_video-lightbox{
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    z-index: 100;
                    display: none;
                    opacity:0;
                }
                .ecom-light-box-modal{
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background-color: #333333d1;
                    display:block !important;
                }
                .ecom-element_video-lightbox.fadeIn{
                    display:block;
                    opacity:1;
                    -webkit-transition: opacity 3s;
                    -moz-transition: opacity 3s;
                    transition: opacity 3s;
                }
                .ecom-video-wrapper {
                    position: absolute;
                    top: 50%;
                    left: 10%;
                    right:10%;
                    z-index: 10;
                    height:700px;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
                }

                .ecom-video-close-btn {
                    width:30px;
                    height:30px;
                    color: grey;
                    font-size: 25px;
                    position: fixed;
                    top: 3%;
                    right: 3%;
                    z-index: 2;
                    -webkit-transform: scale(1, 1);
                    -moz-transform: scale(1, 1);
                    -ms-transform: scale(1, 1);
                    -o-transform: scale(1, 1);
                    transform: scale(1, 1);
                    -webkit-transition: transform .5s ease, color .5s ease;
                    -moz-transition: transform .5s ease, color .5s ease;
                    -ms-transition: transform .5s ease, color .5s ease;
                    -o-transition: transform .5s ease, color .5s ease;
                    transition: transform .5s ease, color .5s ease;
                }

                .ecom-video-close-btn:hover {
                    color: white;
                    cursor: pointer;
                    -webkit-transform: scale(1.2, 1.2);
                    -moz-transform: scale(1.2, 1.2);
                    -ms-transform: scale(1.2, 1.2);
                    -o-transform: scale(1.2, 1.2);
                    transform: scale(1.2, 1.2);
                    -webkit-transition: transform .5s ease, color .5s ease;
                    -moz-transition: transform .5s ease, color .5s ease;
                    -ms-transition: transform .5s ease, color .5s ease;
                    -o-transition: transform .5s ease, color .5s ease;
                    transition: transform .5s ease, color .5s ease;
                }
                .element__video controls:not(.audio-only) div[pseudo="-webkit-media-controls-panel" i] {
                    background: transparent;
                }
                video {
                    isolation: isolate;
                    -webkit-mask-image: -webkit-radial-gradient(white, black);
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                }
                @media screen and (max-width : 786px) {
                    .ecom-video-wrapper {
                    height:350px;
                    }
                }
                @media screen and (max-width : 480px) {
                    .ecom-video-wrapper {
                    height:180px;
                    }
                }
            
                    .ecom-element-button.ecom-button-default{
                        display:flex;
                    }
                    a.ecom__element--button{
                        display: inline-flex;
                        align-items: center;
                        text-decoration: none;
                        text-align:center
                    }
                    .ecom__element--button-icon{
                        display:inline-flex;
                        color:inherit;
                    }
                    .ecom__element--button-icon svg{
                        width:24px;
                        height:auto
                    }
                
              .ecom-banner__button {
                text-decoration: none;
                pointer-events: auto;
              }
              .ecom-banner__hzoom {
                position: relative;
                overflow: hidden;
              }

              .ecom-masonry__nt_promotion_html {
                position: absolute;
                max-width: 100%;
                z-index: 10;
                pointer-events: none;
              }
              .ecom-banner__overlay {
                position: absolute;
                background-color: #000;
                z-index: 1;
                opacity: 0.3;
                display: flex;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                pointer-events: none;
              }
              .ecom-banner__image-picture {
                display: block;
              }

              .ecom-banner__picture-link,
              .ecom-banner__image-picture {
                width: 100%;
                object-fit: contain;
              }
              .ecom-banner__image-picture img {
                width: 100%;
              }
              .ecom-banner_wrap_html_block {
                pointer-events: all;
              }

            

                /** Swiper css **/
                .ecom-swiper-pagination-bullet:only-child {
                    opacity: none
                }
                .ecom-flex-center, .ecom-swiper-navigation {
                    display: flex;
                    align-items: center;
                }
                .ecom-swiper-navigation{
                    justify-content: center
                }
                .ecom-swiper-navigation[data-navigator-type="combine"]{
                    justify-content: center
                }
                .ecom-swiper-pagination{
                    display:flex;
                }


                /** Core **/

                .ecom-flex-column {
                    display: flex;
                    flex-direction: column
                }

                .ecom-collection__product-item--information{
                    flex: 1
                }
                .ecom-collection.ecom-collection__product {
                    width: 100%;
                    overflow: hidden;
                }
                .ecom-d-flex {
                    display: flex;
                    flex-wrap:wrap;
                }

                .ecom-collection__product--rating-wrapper {
                    position: relative
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product--actions[data-layout="lite"] {
                    display: none;
                }
                .ecom-collection__product .ecom-collection__product-media a {
                    text-decoration: none;
                    color: inherit;
                    width: 100%
                }

                .ecom-collection__product--wrapper-items {
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                    display: grid;
                    gap: 1rem;
                }
                /*
                .ecom-collection__product--wrapper-items.ecom-collection-product__layout-list {
                    grid-template-columns: repeat(1, minmax(0, 1fr));
                    grid-gap: 10px;
                }
                */
                .ecom-swiper-wrapper.ecom-collection__product--wrapper-items{
                    display:flex;
                    gap:0
                }
                .ecom-collection__product-main.ecom-swiper-container:not(.ecom-swiper-initialized) .ecom-collection__product-item{
                    max-width: 200px;
                }
                .ecom-collection__product-quick-shop--force-hide {
                    display: none !important;
                }


                .ecom-collection__product-countdown-progress-bar {
                    display: flex;
                    align-items: center;
                    width: 100%;
                }

                .ecom-collection__product-countdown-progress-bar--wrap {
                    flex: 1;
                    background: #BABFC3;
                    border-radius: 2px;
                    overflow:hidden;
                }

                .ecom-collection__product-countdown-progress-bar--timer {
                    position: relative;
                    width: 100%;
                    height: 5px;
                    background: #111827;
                    display: block;
                    border-radius: 2px;
                    z-index: 1
                }



                .ecom-collection__product-media {
                    display: block;
                    position: relative;
                }

                .ecom-collection__product-media--portrait {
                    padding-bottom: 125% !important;
                }

                .ecom-collection__product-media--square {
                    padding-bottom: 100% !important;
                }
                .ecom-collection__product-item svg.ecom-colection__product-svg-placeholder{
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0 0 0 /.1);
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                body[ecom-loaded] .ecom-products-pagination-infinite {
                    display: none;
                }
                .ecom-products-pagination-infinite button.ecom-loading {
                    display: block;
                    margin: 25px auto;
                    border: none;
                    background: none;
                }
                .ecom-core .ecom-collection__product-media img {
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                    object-position: center center;
                    /*transition: opacity .4s cubic-bezier(.25, .46, .45, .94);*/
                }

                .ecom-collection__product--text-only {
                    background: rgb(26 27 24 / 8%);
                }

                .ecom-collection__product-item {
                    overflow: hidden;
                }
                .ecom-collection__product-media-wrapper {
                    position:relative;
                }
                .ecom-collection__product-item[data-style="horizontal"] .ecom-collection__product-media-wrapper{
                    flex-basis:30%;
                }
                .ecom-collection__product-item[data-style="absolute"] .ecom-collection__product--actions:not([data-layout="full"]){
                    position: absolute;
                    opacity: 1;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    align-self: center;
                    justify-content: center;
                    inset: 0;
                    margin: auto;
                    text-align: center;
                }

                .ecom-collection__product-prices .ecom-collection__product-price--from {
                    text-decoration: none !important;
                }
                .ecom-collection__product-item .ecom-collection__product-item--inner {
                    display: flex;
                    width:100%;
                    height:100%;
                    overflow:hidden;
                }
                .ecom-product-single__countdown-container {
                    display: flex;
                }
                .ecom-collection__product--text-only .ecom-collection__product-item--content {
                    grid-row: 2;
                    justify-self: center;
                    margin-bottom: 6rem;
                    margin-top: 5rem;
                }

                .ecom-collection__product--text-only .ecom-collection__product-item--inner {
                    display: grid;
                    grid-template-rows: 1fr auto 1fr;
                    width: 100%;
                }

                .ecom-collection__product-badge {
                    z-index: 3;
                    position: absolute;
                    right: 8px;
                    left: 8px;
                    top: 8px;
                    display: flex;
                    flex-direction: column;
                    pointer-events: none
                }

                .ecom-paginate-loadmore--icon {
                    width: 16px;
                }
                .ecom-collection__product-badge>span {
                    pointer-events: auto
                }

                .ecom-visually-hidden {
                    display: none;
                }

                .ecom-collection__product-quick-shop-wrapper {
                    display: none;
                }
                .ecom-collection__product-media-image {
                    display: block;
                }

                .ecom-collection__product-secondary-media {
                    opacity: 0;
                    -webkit-transition: .4s ease-in-out;
                    transition: .4s ease-in-out;
                }

                .ecom-collection__product-media-wrapper:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-media-image {
                    opacity: 0;
                    transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
                }

                .ecom-collection__product-media-wrapper:hover .ecom-collection__product-media--hover-effect .ecom-collection__product-secondary-media {
                    opacity: 1;
                }

                .ecom-collection__product .selector-wrapper,
                .ecom-collection__product .ecom-collection__product-picker-main,
                .ecom-collection__product .ecom-collection__product-picker-other {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }
                .ecom-collection__product .selector-wrapper label{
                    width:100%;
                }
                .ecom-collection__product-picker-colors-item .ecom-collection__product-picker-colors-item--preview {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                .ecom-collection__product-picker-images-list,
                .ecom-collection__product-picker-colors-list,
                .ecom-collection__product-picker-radio-list {
                    display: flex;
                    width: 100%;
                    flex-wrap: wrap;
                    overflow:hidden;
                    list-style: none;
                }
                .ecom-collection__product-picker-radio-list {
                    list-style: none;
                }
                .ecom-collection__product-picker-colors-item,
                .ecom-collection__product-picker-images-item {
                    overflow: hidden;
                }
                .ecom-collection__product-picker-radio-list li,
                .ecom-collection__product-picker-images-list li,
                .ecom-collection__product-picker-colors-list li {
                    position: relative;
                    cursor: pointer;
                    list-style: none;
                }

                .ecom-collection__product-picker-radio-label,
                .ecom-collection__product-swatch-item--wrapper {
                    display: inline-block
                }
                .ecom-collection__product-swatch-item img{
                    display:block
                }
                .ecom-collection__product-swatch-item--wrapper {
                    position: absolute;
                    inset: 0;
                    z-index: 1;
                }
                .ecom-collection__product-item .ecom-collection__product-close{
                    display:none;
                }
                .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close {
                    position: absolute;
                    right: 5px;
                    top: 5px;
                    z-index:999;
                    border:none;
                    box-shadow: none;
                    padding: 0;
                    width: 24px;
                    height: 24px;
                    min-height: 24px;
                    overflow: hidden;
                    border-radius: 50%;
                  }
                  .ecom-collection__product-media {
                    display: block;
                    position: relative;
                    width: 100%;
                    height: 100%;
                }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:hover {
                    opacity: 1;
                    transition: width 1s;
                     -webkit-transition: width 1s;
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:before,  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:after {
                    position: absolute;
                    content: ' ';
                    width: 2px;
                    height: 14px;
                    background-color: #222;
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:before {
                    transform: rotate(45deg);
                  }
                  .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product-close:after {
                    transform: rotate(-45deg);
                  }

                .ecom-collection__product-countdown-time {
                    display: inline-flex;
                    flex-wrap: wrap;
                    align-items:center;
                }

                .ecom-collection__pagination {
                    margin: auto;
                    text-align: center;
                }

                .ecom-collection__pagination li {
                    display: inline-flex;
                }

                .ecom-collection__pagination .ecom-collection__pagination--visuallyhidden {
                    display: none;
                }

                .ecom-paginate-action span {
                    display: flex;
                }

                .ecom-paginate-action {
                    display: inline-flex !important;
                    grid-column-gap: 12px;
                    align-items: center;
                    color:currentColor;
                    text-decoration:none;
                }

                .ecom-collection__pagination-navigation {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    list-style: none;
                }

                .ecom-collection__pagination-navigation li {
                    display:flex;
                }
                a.ecom-pagination-item {
                    display: flex;
                    text-decoration: none;
                    color: unset;
                }
                .ecom-collection__product--compare-at-price {
                    text-decoration: line-through;
                }

                .ecom-collection__product-quick-shop--force-show {
                    display: block !important;
                }

                .ecom-collection__product-item-vendor a {
                    display: block;
                }
                /** Skeleton **/

                .ecom-collection__product-card {
                    background-color: #fff;
                    border-radius: 6px;
                    overflow: hidden;
                    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
                }

                .ecom-collection__product-card .ecom-collection__product-card-image {
                    height: 200px;
                }

                .ecom-collection__product-card .ecom-collection__product-card-image img {
                    display: block;
                    width: 100%;
                    height: inherit;
                    object-fit: cover;
                }

                .ecom-collection__product-card .ecom-collection__product-card-content {
                    padding: 2rem 1.8rem;
                }

                .ecom-collection__product-card h4 {
                    margin: 0 0 1rem;
                    font-size: 1.5rem;
                    line-height: 1.5rem;
                }

                .ecom-collection__product-card .ecom-collection__product-card-description {
                    font-size: 1rem;
                    line-height: 1.4rem;
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-image,
                .ecom-collection__product-card.ecom-collection__product-card-loading h4,
                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-description {
                    background-color: #ededed;
                    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #ededed;
                    background-size: 200% 100%;
                    background-position-x: 180%;
                    animation: 1s loading ease-in-out infinite;
                }

                @keyframes loading {
                    to {
                        background-position-x: -20%;
                    }
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading h4 {
                    min-height: 1.6rem;
                    border-radius: 4px;
                    animation-delay: 0.05s;
                }

                .ecom-collection__product-card.ecom-collection__product-card-loading .ecom-collection__product-card-description {
                    min-height: 4rem;
                    border-radius: 4px;
                    animation-delay: 0.06s;
                }

                .ecom-collection__product-item {
                    position: relative;
                }

                .ecom-collection__product-form__actions {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }



                .ecom-collection__product-item:hover .ecom-product-image-loading img:last-child {
                    min-height: 150px;
                }
                .ecom-collection__product-form__actions.ecom-collection__product-quantity--inline {
                    flex-direction: row;
                }
                input.ecom-collection__product-quantity-input::-webkit-outer-spin-button,
                input.ecom-collection__product-quantity-input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                }
                .ecom-collection__product-quantity-input {
                    align-self: center;
                    box-shadow: none;
                    outline: none;
                    width: 100%;
                    height: 100%;
                    position: relative;
                }
                .ecom-collection__product-quantity--wrapper {
                    overflow: hidden;
                    width: 100%;
                    align-self: center;
                }
                button.ecom-collection__quantity-controls-button {
                    color: #000000;
                    border-style: solid;
                    border-color: #c2bcbc;
                    background: transparent;
                    display: flex;
                    align-items: center;
                }
                .ecom-collection__quantity-controls-minus {
                    border-top-width: 0.8px;
                    border-left-width: 0.8px;
                    border-bottom-width: 0.8px;
                    border-right-width: 0;
                }
                .ecom-collection__quantity-controls-plus {
                    border-top-width: 0.8px;
                    border-left-width: 0px;
                    border-bottom-width: 0.8px;
                    border-right-width: 0.8px;
                }
                .ecom-collection__quantity-controls-button svg {
                    width: 12px;
                    height: 12px;
                }
                .ecom-collection__product-item:hover .ecom-product-image-loading::before {
                    visibility: visible;
                }
                .ecom-collection__product-form__actions--soldout,
                .ecom-collection__product-form__actions--view-more,
                .ecom-collection__product-form__actions--add {
                    display: flex;
                    flex-direction: row;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                /*.ecom-collection__product-item svg{
                    width:40px;
                    height: 40px;
                }*/
                .ecom-collection__product-view-more-after .ecom-collection__product-view-more-icon,
                .ecom-collection__product-add-cart-icon-after .ecom-collection__product-add-cart-icon,
                .ecom-collection__product-sold-out-after .ecom-collection__product-sold-out-icon {
                    order: 1;
                }
                .ecom-collection__product-add-cart-icon {
                    display: flex;
                }
                .ecom-collection__product-submit:not(.ecom-collection__product-quick-shop--force-hide) {
                    display: inline-flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                }
                .ecom-product-image-loading::before {
                    content: ' ';
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    z-index: 4;
                    border: 4px solid #343232;
                    opacity: 1;
                    visibility: hidden;
                    border-radius: 50%;
                    animation: ecom-loading .5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
                    vertical-align: middle;
                    margin: auto;
                }

                @keyframes ecom-loading {
                    0% {
                        top: 0px;
                        left: 0px;
                        width: 0;
                        height: 0;
                        opacity: 1;
                    }
                    100% {
                        top: 0px;
                        left: 0px;
                        width: 72px;
                        height: 72px;
                        opacity: 0;
                    }
                }
            .ecom-collection__product .ecom-swiper-controls:after
            {
                content:'';
            }
            .ecom-collection__product .ecom-swiper-controls svg{
                width:40px;
                height:40px;
            }
            .ecom-collection__product .ecom-swiper-button-next,.ecom-collection__product  .ecom-swiper-button-prev{
                width:auto;
                height:auto
            }
            .ecom-collection__product-picker-main-label{
                width:100%;
            }
            .ecom-collection__product-picker-dropdown-label,
            .ecom-collection__product-picker-radio-label,
            .ecom-collection__product-item-information-title{
                width:100%;
            }
            .ecom-collection__product-item-information-title{
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: var(--ecom-webkit-line-clamp,2);
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .ecom-collection__product-item-information-title.ecom-title-one-row{
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .ecom-collection__product-prices{
                display:flex;
                gap:10px;
                flex-wrap: wrap;
                align-items: baseline;
            }


            .ecom-collection__product-container {
                display: flex;
                flex-direction: column;
            }
            .ecom-collection__product-container .ecom-swiper-container {
                width: 100%
            }
            .ecom-collection__product-container .ecom-swiper-button-next:after,
            .ecom-collection__product-container .ecom-swiper-button-prev:after {
                content: none;
            }
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                position: static;
                margin: 0;
            }
            .ecom-collection__product-container .ecom-swiper-button-next,
            .ecom-collection__product-container .ecom-swiper-button-prev {
                border: 0;
                background: transparent;
                width: auto;
                height: auto;
                padding: 5px;
                color: #444
            }
            .ecom-collection__product-container .ecom-swiper-pagination {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                align-items: center
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet {
                width: 15px;
                height: 15px;
                opacity: 1;
                overflow: hidden;
            }
            .ecom-collection__product-container .ecom-swiper-pagination-bullet,
            .ecom-collection__product-container .ecom-swiper-pagination-bullet-active{
                background-clip: content-box;
                padding: 1px;
                box-sizing: content-box !important;
                background-color: currentColor;
            }
            .ecom-collection__product-media-wrapper.ecom-image-align{
                display: flex;
                overflow: hidden;
                flex-direction: column;
                justify-content: center;
            }
            .ecom-collection__product-countdown-wrapper{
                display:flex;
                flex-direction:column;
            }
            .ecom-collection__product-badge > span{
                display:flex;
                align-items: center;
                text-align: center;
                justify-content: center;
            }
            .ecom-flex-row,
            .ecom-collection-product__layout-list .ecom-collection__product-item--wrapper {
                display:grid;
                grid-template-columns: 40% auto;
            }
            .ecom-collection__product-loading {
                margin-top: 50px;
            }
            .ecom-doing-filter .ecom-collection__product-loading {
                display: block;
            }
            .ecom-doing-filter .ecom-collection__product-container_collection {
                display: none;
            }
            /**
             *
             * Quick view
             * **/
            .ecom-product-quickview{
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 3px;
            }
            .ecom-collection__product--quickview-wrapper {
                display: flex;
            }

        /* Progressbar **/

        .ecom-collection__product-countdown-progress-bar--wrap >div {
            background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
            -webkit-animation: 2s linear infinite ecom_progress_bar;
            animation: 2s linear infinite ecom_progress_bar;
            background-size: 60px 60px;
            transition: width 1s;
            -webkit-transition: width 1s;
        }

        @-webkit-keyframes ecom_progress_bar {
            from {
                background-position: 0 0
            }

            to {
                background-position: 40px 0
            }
        }

        @keyframes ecom_progress_bar {
            from {
                background-position: 0 0
            }

            to {
                background-position: 40px 0
            }
        }

        .ecom-product__compare-link {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            line-height: 1.2;
            width: fit-content;
        }
        .ecom-product__compare-icon span {
            display: flex;
        }
        .ecom-product__compare-icon svg {
            width: 24px;
        }
        span.ecom-product__compare-added {
            display: none;
        }
        .ecom-product__compare-link-added span.ecom-product__compare-added {
            display: flex;
            justify-content: center;
        }
        .ecom-product__compare-link-added span.ecom-product__compare-normal {
            display: none;
        }
        .ecom-product__compare-tooltip {
            display: none;
            position: absolute;
            bottom: calc(100% + 5px);
            left: 0;
            background: #383838;
            color: #ffffff;
            padding: 5px 10px;
            opacity: 0;
            visibility: hidden;
            transition: 0.25s;
            z-index: 10;
            text-wrap: nowrap;
            font-size: 12px;
            min-width: 100%;
            text-align: center;
        }
        .ecom-product__compare-tooltip-use .ecom-product__compare-tooltip {
            display: block;
        }
        .ecom-product__compare-tooltip-use:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #383838;
            display: inline-block;
            position: absolute;
            bottom: calc(100% - 1px);
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            visibility: hidden;
            transition: 0.25s;
        }
        .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateY(-4px);
        }
        .ecom-product__compare-link:hover:after {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, -4px);
        }
        .ecom-collection__pagination-navigation .ecom-pagination-item svg {
            width: 12px;
            height: 12px;
        }
        
.ecom-core.ecom-kimihsk6aja{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kimihsk6aja{width: 100%;}}.ecom-core.ecom-5ayq0ar3d3b .ecom-banner__image-picture img, .ecom-core.ecom-5ayq0ar3d3b .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-5ayq0ar3d3b .ecom-banner__heading{text-align: center;color: #ffffff;}.ecom-core.ecom-5ayq0ar3d3b .ecom-banner__heading,.ecom-core.ecom-5ayq0ar3d3b .ecom-banner__heading a{font-size: 16px;line-height: 58px;font-weight: 400;}.ecom-core.ecom-5ayq0ar3d3b .ecom-banner__subheading{text-align: center;color: #ffffff;}.ecom-core.ecom-5ayq0ar3d3b .ecom-banner__subheading,.ecom-core.ecom-5ayq0ar3d3b .ecom-banner__subheading a{font-size: 50px;font-weight: 600;}.ecom-core.ecom-5ayq0ar3d3b .ecom-banner__content{text-align: center;color: #ffffff;}.ecom-core.ecom-5ayq0ar3d3b .ecom-banner__content,.ecom-core.ecom-5ayq0ar3d3b .ecom-banner__content a{font-weight: 400;}.ecom-core.ecom-5ayq0ar3d3b .ecom-banner__button{align-self: center;justify-content: center;width: 50%;color: #ffffff;background-color: #0691b1;margin: 15px 0px 0px 0px;padding: 10px 20px 10px 20px;}.ecom-core.ecom-5ayq0ar3d3b .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-5ayq0ar3d3b .ecom-elements__banner-button-icon{margin-left: 0px;}@media screen and (min-width: 1025px) {.ecom-core.ecom-15gp5hdzjfy{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-15gp5hdzjfy div.core__row--columns{flex-direction: row;}.ecom-core.ecom-15gp5hdzjfy{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-15gp5hdzjfy{margin-top: -10px !important;display: none;}.ecom-core.ecom-15gp5hdzjfy div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-6am64torlgr{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6am64torlgr{width: 100%;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-km4gjqxgng{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-km4gjqxgng > div.core__row--columns{flex-direction: row !important;}.ecom-core.ecom-km4gjqxgng{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-km4gjqxgng > div.core__row--columns{flex-direction: row !important;}.ecom-core.ecom-km4gjqxgng{display: none;}}.ecom-core.ecom-mt4s1vai3xr{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mt4s1vai3xr{width: 100%;}}.ecom-core.ecom-obvsqgau77o .ecom-banner__image-picture img, .ecom-core.ecom-obvsqgau77o .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-obvsqgau77o .ecom-image-default img{object-fit: contain;}.ecom-core.ecom-obvsqgau77o .ecom-banner__heading{text-align: center;color: #ffffff;}.ecom-core.ecom-obvsqgau77o .ecom-banner__heading,.ecom-core.ecom-obvsqgau77o .ecom-banner__heading a{font-size: 16px;line-height: 58px;font-weight: 400;}.ecom-core.ecom-obvsqgau77o .ecom-banner__subheading{text-align: center;color: #ffffff;}.ecom-core.ecom-obvsqgau77o .ecom-banner__subheading,.ecom-core.ecom-obvsqgau77o .ecom-banner__subheading a{font-size: 50px;font-weight: 600;}.ecom-core.ecom-obvsqgau77o .ecom-banner__content{text-align: center;color: #ffffff;}.ecom-core.ecom-obvsqgau77o .ecom-banner__content,.ecom-core.ecom-obvsqgau77o .ecom-banner__content a{font-weight: 400;}.ecom-core.ecom-obvsqgau77o .ecom-banner__button{align-self: center;justify-content: center;width: 50%;color: #ffffff;background-color: #0691b1;margin: 15px 0px 0px 0px;padding: 10px 20px 10px 20px;}.ecom-core.ecom-obvsqgau77o .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-obvsqgau77o .ecom-elements__banner-button-icon{margin-left: 0px;}.ecom-core.ecom-76yk77oe6c>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-76yk77oe6c{margin-top: -10px !important;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-76yk77oe6c div.core__row--columns{flex-direction: row;}.ecom-core.ecom-76yk77oe6c{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-76yk77oe6c div.core__row--columns{flex-direction: row;}.ecom-core.ecom-76yk77oe6c{display: block;}}
.ecom-core.ecom-pasln28av4{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pasln28av4{width: 100%;}}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,1fr);}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product--wrapper-items {column-gap: 10px;row-gap: 27px;}.ecom-core.ecom-6ma68ktdnl{show_price: block;show_input_quantity: false;}.ecom-core.ecom-6ma68ktdnl .ecom-swiper-navigation-position{order: 0;width: auto;}.ecom-core.ecom-6ma68ktdnl .ecom-swiper-pagination-position{justify-content: center;align-items: center;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-description{order: 2;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-prices{order: 4;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-rating-wrapper{order: 2;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6ma68ktdnl .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,1fr);}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6ma68ktdnl .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1,1fr);}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product--wrapper-items {column-gap: 10px;}}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 20px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item-information-title{text-align: left;color: #000000;margin: 0px;padding: 0px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item-information-title,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item-information-title a{font-family: 'Jost', sans-serif;font-size: 20px;text-decoration: none;font-weight: 400;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item-information-title:hover{color: #3C3C3C;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-prices{justify-content: flex-start;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price a{font-weight: 400;font-size: 20px;font-family: 'Jost', sans-serif;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price{color: #F95D38;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--regular,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--regular a,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--from,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--from a{font-family: 'Jost', sans-serif;font-size: 16px;font-weight: 300;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--regular,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--from{color: #6D7175;padding-left: 10px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--sale{font-family: 'Jost', sans-serif;font-size: 16px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-submit{align-self: center;font-size: 15px;font-weight: 300;text-decoration: none;width: 100%;height: 40px;min-height: 40px;color: #ffffff;background-color: #000;border-style: none;padding: 0px 0px 8px 0px;margin: -145px 0px 5px 0px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-submit:hover{color: #ffffff;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-form__actions--soldout{align-self: flex-start;font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 300;width: 100%;height: 40px;min-height: 40px;color: #ffffff;background-color: #111827;margin: 8px 0px 8px 0px;padding: 5px 0px 5px 0px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product--quickview-wrapper{justify-content: center;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product--quickview-wrapper > a{font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 300;text-decoration: none;width: 100%;color: #ffffff;background-color: #000;border-radius: 0px;padding: 5px 0px 5px 0px;margin-top: 5px;margin-bottom: 5px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product--quickview-wrapper > a:hover{color: #ffffff;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product--quickview-wrapper > a  svg{width: 12px;height: 12px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product--quickview-wrapper > a svg{margin: 0px;padding: 0px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-form__actions--view-more{position: absolute;left: 25%;top: -146%;align-self: flex-start;text-transform: uppercase;text-decoration: none;font-size: 8px;width: 50%;height: 38px;min-height: 38px;color: #3C3C3C;background-color: #FFFFFF;border-radius: 0px;padding: 8px 30px 8px 30px;margin-right: auto;margin-left: auto;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-form__actions--view-more:hover{color: #FFFFFF;background-color: #3C3C3C;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-family: 'Jost', sans-serif;font-size: 14px;font-weight: 400;width: 61px;height: 28px;min-height: 28px;color: #ffffff;background-color: #ba8063;border-radius: 5px;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 300;text-transform: uppercase;color: #25d5db;background-color: #fff;border-style: solid;border-width: 0.8px;border-color: #25d5db;border-radius: 50%;padding: 5px 15px 5px 15px;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 300;color: #ffffff;background-color: #111827;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;color: #ffffff;background-color: #111827;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-rating-wrapper,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-rating-wrapper a{font-family: 'Jost', sans-serif;font-size: 12px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-rating-wrapper{margin: 5px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-countdown-wrapper{margin: 0px;padding: 10px 0px 0px 0px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-countdown-wrapper--title a{font-family: 'Jost', sans-serif;font-size: 13px;font-weight: 300;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-time--item{width: 55px;background-color: #000000;border-radius: 2px;overflow: hidden;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-time--number{text-align: center;font-family: 'Jost', sans-serif;font-size: 14px;font-weight: 300;height: 18px;min-height: 18px;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-time--label{text-align: center;font-family: 'Jost', sans-serif;font-size: 13px;font-weight: 400;color: #fff;margin-right: 5px;margin-left: 3px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-countdown-progress-bar--wrap{margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-countdown-progress-bar--value,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-countdown-progress-bar--value a{font-family: 'Jost', sans-serif;font-size: 13px;font-weight: 300;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-container .ecom-swiper-button-next svg{height: 13px;width: 13px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-container .ecom-swiper-button-next{color: #292424;background-color: rgba(255, 255, 255, 0.63);border-radius: 3px;margin: 0px;padding: 8px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #000000;background-color: rgba(41, 40, 40, 0.65);border-radius: 3px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-container .ecom-swiper-pagination-bullet{width: 20px;min-width: 20px;height: 20px;background-color: #575757;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-container .ecom-swiper-pagination-bullet:hover{background-color: #852222;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{background-color: #8f3b3b;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin-right: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item{margin-top: 0px;margin-bottom: 7px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item-information-title,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item-information-title a{font-size: 15px;font-weight: 400;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item-information-title{margin-top: -10px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price a{font-size: 16px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--regular,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--regular a,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--from,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-price--sale{font-size: 16px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-submit{font-size: 14px;width: 100%;padding-bottom: 0px;margin-top: -130px;margin-bottom: 0px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-form__actions--view-more{left: 0px;top: -49px;align-self: center;font-size: 9px;width: 100%;padding-right: 0px;padding-left: 0px;margin-top: -13px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{font-weight: 400;font-size: 13px;width: 40px;height: 20px;min-height: 20px;}.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-rating-wrapper{margin-bottom: 0px;}}.ecom-core.ecom-6ma68ktdnl{margin-top: 30px !important;margin-right: 20px !important;margin-left: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6ma68ktdnl{margin: 20px 0px 0px 0px !important;padding-left: 0px !important;}} .ecom-core.ecom-6ma68ktdnl .ecom-child-element:before,.ecom-core.ecom-6ma68ktdnl .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-form__actions--add,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-6ma68ktdnl .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-6ma68ktdnl .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-6ma68ktdnl .ecom-collection.ecom-collection__product{
    overflow: visible;
}.ecom-core.ecom-r7a1eiortmg .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-r7a1eiortmg .element__heading .ecom__heading,.ecom-core.ecom-r7a1eiortmg .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-r7a1eiortmg  .element__heading .ecom__heading,.ecom-core.ecom-r7a1eiortmg  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-r7a1eiortmg .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r7a1eiortmg .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-r7a1eiortmg .element__heading .ecom__heading,.ecom-core.ecom-r7a1eiortmg .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-r7a1eiortmg{margin-top: 0px !important;margin-bottom: 10px !important;margin-left: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r7a1eiortmg{padding-bottom: 0px !important;margin-left: auto !important;}}.ecom-core.ecom-4abnebdqxwp>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 20px;}.ecom-core.ecom-4abnebdqxwp{padding-top: 0px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4abnebdqxwp div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4abnebdqxwp{margin-bottom: -30px !important;}.ecom-core.ecom-4abnebdqxwp div.core__row--columns{flex-direction: row;}}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-z5er0fd9buk{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-z5er0fd9buk{width: 100%;}}html body .ecom-core.ecom-0p9tllwnyt4f .ecom-core.ecom-z5er0fd9buk>div.core__column--wrapper{margin: 80px 20px 80px 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-0p9tllwnyt4f .ecom-core.ecom-z5er0fd9buk>div.core__column--wrapper{margin: 30px 0px 30px 0px !important;}}.ecom-core.ecom-ryqmef5lkui>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-yxk1hbwrjlf{width: 50%;}.ecom-core.ecom-yxk1hbwrjlf>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yxk1hbwrjlf{width: 100%;}}html body .ecom-core.ecom-0p9tllwnyt4f .ecom-core.ecom-yxk1hbwrjlf>div.core__column--wrapper{padding-right: 65px !important;padding-left: 65px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-0p9tllwnyt4f .ecom-core.ecom-yxk1hbwrjlf>div.core__column--wrapper{padding-right: 15px !important;padding-left: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-0p9tllwnyt4f .ecom-core.ecom-yxk1hbwrjlf>div.core__column--wrapper{padding-right: 15px !important;padding-left: 15px !important;margin-top: 10px !important;}}.ecom-core.ecom-d2p3bd5cjfn .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-d2p3bd5cjfn .ecom__element--button{font-size: 16px;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;font-family: 'Lato', sans-serif;width: 35%;color: #000;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 1px;border-radius: 5px;transition-duration: 400ms;;;padding: 15px 24px 15px 24px;}.ecom-core.ecom-d2p3bd5cjfn .ecom__element--button:hover{color: #fff;background-color: #000000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-d2p3bd5cjfn .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-d2p3bd5cjfn .ecom__element--button{font-size: 12px;}}.ecom-core.ecom-d2p3bd5cjfn{padding-bottom: 0 !important;}.ecom-core.ecom-2lrszeu4nom .ecom-text--more-actions button ,.ecom-core.ecom-2lrszeu4nom .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-2lrszeu4nom .text-content,.ecom-core.ecom-2lrszeu4nom  .text-content a,.ecom-core.ecom-2lrszeu4nom  .text-content p,.ecom-core.ecom-2lrszeu4nom  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-2lrszeu4nom .text-content,.ecom-core.ecom-2lrszeu4nom .text-content a,.ecom-core.ecom-2lrszeu4nom  .text-content a,.ecom-core.ecom-2lrszeu4nom  .text-content a a,.ecom-core.ecom-2lrszeu4nom  .text-content p,.ecom-core.ecom-2lrszeu4nom  .text-content p a,.ecom-core.ecom-2lrszeu4nom  .text-content span,.ecom-core.ecom-2lrszeu4nom  .text-content span a{font-size: 18px;font-family: 'Lato-Bold', sans-serif;font-weight: 900;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-2lrszeu4nom .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-2lrszeu4nom .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-2lrszeu4nom .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-2lrszeu4nom .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2lrszeu4nom .text-content,.ecom-core.ecom-2lrszeu4nom  .text-content a,.ecom-core.ecom-2lrszeu4nom  .text-content p,.ecom-core.ecom-2lrszeu4nom  .text-content span{text-align: left;}.ecom-core.ecom-2lrszeu4nom .text-content,.ecom-core.ecom-2lrszeu4nom .text-content a,.ecom-core.ecom-2lrszeu4nom  .text-content a,.ecom-core.ecom-2lrszeu4nom  .text-content a a,.ecom-core.ecom-2lrszeu4nom  .text-content p,.ecom-core.ecom-2lrszeu4nom  .text-content p a,.ecom-core.ecom-2lrszeu4nom  .text-content span,.ecom-core.ecom-2lrszeu4nom  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2lrszeu4nom .text-content,.ecom-core.ecom-2lrszeu4nom .text-content a,.ecom-core.ecom-2lrszeu4nom  .text-content a,.ecom-core.ecom-2lrszeu4nom  .text-content a a,.ecom-core.ecom-2lrszeu4nom  .text-content p,.ecom-core.ecom-2lrszeu4nom  .text-content p a,.ecom-core.ecom-2lrszeu4nom  .text-content span,.ecom-core.ecom-2lrszeu4nom  .text-content span a{font-family: 'Lato-Bold', sans-serif;font-size: 12px;line-height: 26px;}}.ecom-core.ecom-2lrszeu4nom{margin-top: 30px !important;padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-2lrszeu4nom.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2lrszeu4nom{margin-top: 20px !important;}}.ecom-core.ecom-4to8jz7xce7 .ecom-text--more-actions button ,.ecom-core.ecom-4to8jz7xce7 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-4to8jz7xce7 .text-content,.ecom-core.ecom-4to8jz7xce7  .text-content a,.ecom-core.ecom-4to8jz7xce7  .text-content p,.ecom-core.ecom-4to8jz7xce7  .text-content span{text-align: left;color: #666666;margin: 0px;padding: 0px;}.ecom-core.ecom-4to8jz7xce7 .text-content,.ecom-core.ecom-4to8jz7xce7 .text-content a,.ecom-core.ecom-4to8jz7xce7  .text-content a,.ecom-core.ecom-4to8jz7xce7  .text-content a a,.ecom-core.ecom-4to8jz7xce7  .text-content p,.ecom-core.ecom-4to8jz7xce7  .text-content p a,.ecom-core.ecom-4to8jz7xce7  .text-content span,.ecom-core.ecom-4to8jz7xce7  .text-content span a{font-size: 18px;font-family: 'Lato-Regular', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 26px;letter-spacing: 0px;}.ecom-core.ecom-4to8jz7xce7 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-4to8jz7xce7 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-4to8jz7xce7 .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-4to8jz7xce7 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4to8jz7xce7 .text-content,.ecom-core.ecom-4to8jz7xce7  .text-content a,.ecom-core.ecom-4to8jz7xce7  .text-content p,.ecom-core.ecom-4to8jz7xce7  .text-content span{text-align: left;}.ecom-core.ecom-4to8jz7xce7 .text-content,.ecom-core.ecom-4to8jz7xce7 .text-content a,.ecom-core.ecom-4to8jz7xce7  .text-content a,.ecom-core.ecom-4to8jz7xce7  .text-content a a,.ecom-core.ecom-4to8jz7xce7  .text-content p,.ecom-core.ecom-4to8jz7xce7  .text-content p a,.ecom-core.ecom-4to8jz7xce7  .text-content span,.ecom-core.ecom-4to8jz7xce7  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4to8jz7xce7 .text-content,.ecom-core.ecom-4to8jz7xce7 .text-content a,.ecom-core.ecom-4to8jz7xce7  .text-content a,.ecom-core.ecom-4to8jz7xce7  .text-content a a,.ecom-core.ecom-4to8jz7xce7  .text-content p,.ecom-core.ecom-4to8jz7xce7  .text-content p a,.ecom-core.ecom-4to8jz7xce7  .text-content span,.ecom-core.ecom-4to8jz7xce7  .text-content span a{font-family: 'Lato-Regular', sans-serif;font-size: 13px;line-height: 22px;}}.ecom-core.ecom-4to8jz7xce7{margin-top: 0px !important;margin-left: 0px !important;padding-bottom: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-4to8jz7xce7.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-mnfwlsz1dce .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-mnfwlsz1dce .element__heading .ecom__heading,.ecom-core.ecom-mnfwlsz1dce .element__heading .ecom__heading a{font-size: 45px;font-family: 'Lato', sans-serif;line-height: 56px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-mnfwlsz1dce  .element__heading .ecom__heading,.ecom-core.ecom-mnfwlsz1dce  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mnfwlsz1dce .element__heading .ecom__heading,.ecom-core.ecom-mnfwlsz1dce .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mnfwlsz1dce .element__heading .ecom__heading,.ecom-core.ecom-mnfwlsz1dce .element__heading .ecom__heading a{font-size: 16px;line-height: 1.2em;font-family: 'Lato-Bold', sans-serif;}}.ecom-core.ecom-mnfwlsz1dce{padding-bottom: 0px !important;margin-top: auto !important;margin-bottom: 30px !important;animation-duration: 600ms !important;}.ecom-core.ecom-mnfwlsz1dce.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mnfwlsz1dce{padding-bottom: 0px !important;margin-top: 10px !important;margin-bottom: 10px !important;display: none;}}.ecom-core.ecom-yprjs81bqwj .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-yprjs81bqwj .element__heading .ecom__heading,.ecom-core.ecom-yprjs81bqwj .element__heading .ecom__heading a{font-size: 45px;font-family: 'Lato', sans-serif;line-height: 56px;letter-spacing: 0px;text-transform: none;}.ecom-core.ecom-yprjs81bqwj  .element__heading .ecom__heading,.ecom-core.ecom-yprjs81bqwj  .element__heading .ecom__heading a{color: #333333;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yprjs81bqwj .element__heading .ecom__heading,.ecom-core.ecom-yprjs81bqwj .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yprjs81bqwj .element__heading .ecom__heading,.ecom-core.ecom-yprjs81bqwj .element__heading .ecom__heading a{font-size: 16px;line-height: 1.2em;font-family: 'Lato-Bold', sans-serif;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-yprjs81bqwj{padding-bottom: 0px !important;margin-top: auto !important;margin-bottom: 30px !important;display: none;animation-duration: 600ms !important;}}.ecom-core.ecom-yprjs81bqwj.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yprjs81bqwj{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yprjs81bqwj{padding-bottom: 0px !important;margin-top: 10px !important;margin-bottom: 10px !important;}}.ecom-core.ecom-7wtom1k0rl6{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7wtom1k0rl6{width: 100%;}}.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-slider{height: 850px;}.ecom-core.ecom-ezxc5pdwmc5 .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-ezxc5pdwmc5 .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 0;}.ecom-core.ecom-ezxc5pdwmc5 .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-slider{height: 500px;}.ecom-core.ecom-ezxc5pdwmc5 .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-slider{height: 500px;}.ecom-core.ecom-ezxc5pdwmc5 .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-ezxc5pdwmc5 .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;border-radius: 15px;overflow: hidden;}.ecom-core.ecom-ezxc5pdwmc5 .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-ezxc5pdwmc5 .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-swiper-button-next svg{height: 40px;width: 40px;}.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-swiper-button-next{color: #fff;background-color: #ffffff;border-radius: 50px;margin: 0px 10px 0px 10px;padding: 8px;}.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-swiper-button-next:hover{color: #fff;background-color: #ffffff;border-radius: 50px;transition: all 400ms ease;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-swiper-button-next svg{height: 30px;width: 30px;}.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-ezxc5pdwmc5 .ecom-slider--container .ecom-swiper-button-next{margin-right: -5px;margin-left: -5px;}}.ecom-core.ecom-ezxc5pdwmc5{margin-left: 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ezxc5pdwmc5{margin-left: 0px !important;}}.ecom-core.ecom-34oj8wvvcc .ecom-element_video-iframe iframe,.ecom-core.ecom-34oj8wvvcc .ecom-element_video-iframe video{aspect-ratio: 9/16;max-width: 100%;}.ecom-core.ecom-0p9tllwnyt4f{background-color: #FBF5EF;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0p9tllwnyt4f div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0p9tllwnyt4f div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-k8nsvo9f96{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-k8nsvo9f96{width: 100%;}}.ecom-core.ecom-jiysd8wwwcj>div.core__row--columns{height: auto;}.ecom-core.ecom-jiysd8wwwcj{margin-top: -40px !important;margin-bottom: 0px !important;}.ecom-core.ecom-cgz3afz5q3t{width: 33.33%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cgz3afz5q3t{width: 100%;}}.ecom-core.ecom-t079aqtqo3m .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-t079aqtqo3m .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-t079aqtqo3m .ecom-base-image .ecom-image-picture picture{height: 450px !important;}.ecom-core.ecom-t079aqtqo3m .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-t079aqtqo3m .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-t079aqtqo3m .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-t079aqtqo3m .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-t079aqtqo3m .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-p11o0ww3ete{width: 33.34%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p11o0ww3ete{width: 100%;}}.ecom-core.ecom-amkc46n149m .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-amkc46n149m .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-amkc46n149m .ecom-base-image .ecom-image-picture picture{height: 450px !important;}.ecom-core.ecom-amkc46n149m .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-amkc46n149m .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-amkc46n149m .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-amkc46n149m .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-amkc46n149m .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-5jofnh5rd69{width: 33.33%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5jofnh5rd69{width: 100%;}}.ecom-core.ecom-b04niag1l9 .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-b04niag1l9 .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-b04niag1l9 .ecom-base-image .ecom-image-picture picture{height: 450px !important;}.ecom-core.ecom-b04niag1l9 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-b04niag1l9 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-b04niag1l9 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-b04niag1l9 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-b04niag1l9 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-j7zlo867slq .ecom-text--more-actions button ,.ecom-core.ecom-j7zlo867slq .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-j7zlo867slq .text-content,.ecom-core.ecom-j7zlo867slq  .text-content a,.ecom-core.ecom-j7zlo867slq  .text-content p,.ecom-core.ecom-j7zlo867slq  .text-content span{text-align: left;color: #666666;}.ecom-core.ecom-j7zlo867slq .text-content,.ecom-core.ecom-j7zlo867slq .text-content a,.ecom-core.ecom-j7zlo867slq  .text-content a,.ecom-core.ecom-j7zlo867slq  .text-content a a,.ecom-core.ecom-j7zlo867slq  .text-content p,.ecom-core.ecom-j7zlo867slq  .text-content p a,.ecom-core.ecom-j7zlo867slq  .text-content span,.ecom-core.ecom-j7zlo867slq  .text-content span a{font-family: 'Lato', sans-serif;font-size: 18px;}.ecom-core.ecom-j7zlo867slq .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-j7zlo867slq .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-j7zlo867slq .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-j7zlo867slq .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-j7zlo867slq{margin-left: 20px !important;padding-bottom: 0 !important;}.ecom-core.ecom-lj08vnico8 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-lj08vnico8 .element__heading .ecom__heading,.ecom-core.ecom-lj08vnico8 .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-lj08vnico8  .element__heading .ecom__heading,.ecom-core.ecom-lj08vnico8  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lj08vnico8 .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lj08vnico8 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-lj08vnico8 .element__heading .ecom__heading,.ecom-core.ecom-lj08vnico8 .element__heading .ecom__heading a{font-size: 13px;}}.ecom-core.ecom-lj08vnico8{margin-top: 20px !important;margin-bottom: 0px !important;margin-left: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lj08vnico8{padding-bottom: 0 !important;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-spng4vwz4d div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-spng4vwz4d div.core__row--columns{flex-direction: row;}.ecom-core.ecom-spng4vwz4d{display: none;}}
.ecom-core.ecom-ubfamsvx3r{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ubfamsvx3r{width: 100%;}}.ecom-core.ecom-0eq7zf6qvxgk .ecom-image-align{align-items: center;}.ecom-core.ecom-0eq7zf6qvxgk .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-0eq7zf6qvxgk .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-0eq7zf6qvxgk .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-0eq7zf6qvxgk .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-0eq7zf6qvxgk .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0eq7zf6qvxgk .ecom-image-default{width: 100% !important;max-width: 100% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0eq7zf6qvxgk{margin-top: 25px !important;}}.ecom-core.ecom-gdl5ffs7y6i .ecom-image-align{align-items: center;}.ecom-core.ecom-gdl5ffs7y6i .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-gdl5ffs7y6i .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-gdl5ffs7y6i .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-gdl5ffs7y6i .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-gdl5ffs7y6i .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gdl5ffs7y6i .ecom-image-default{width: 100% !important;max-width: 100% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gdl5ffs7y6i{margin-top: 25px !important;}}.ecom-core.ecom-6vntqqxgrfv .ecom-image-align{align-items: center;}.ecom-core.ecom-6vntqqxgrfv .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-6vntqqxgrfv .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-6vntqqxgrfv .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-6vntqqxgrfv .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-6vntqqxgrfv .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6vntqqxgrfv .ecom-image-default{width: 100% !important;max-width: 100% !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6vntqqxgrfv{margin-top: -10px !important;}}.ecom-core.ecom-aopnf2zxgk6 .ecom-text--more-actions button ,.ecom-core.ecom-aopnf2zxgk6 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-aopnf2zxgk6 .text-content,.ecom-core.ecom-aopnf2zxgk6  .text-content a,.ecom-core.ecom-aopnf2zxgk6  .text-content p,.ecom-core.ecom-aopnf2zxgk6  .text-content span{text-align: left;color: #999999;}.ecom-core.ecom-aopnf2zxgk6 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-aopnf2zxgk6 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-aopnf2zxgk6 .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-aopnf2zxgk6 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aopnf2zxgk6 .text-content,.ecom-core.ecom-aopnf2zxgk6  .text-content a,.ecom-core.ecom-aopnf2zxgk6  .text-content p,.ecom-core.ecom-aopnf2zxgk6  .text-content span{text-align: left;}.ecom-core.ecom-aopnf2zxgk6 .text-content,.ecom-core.ecom-aopnf2zxgk6 .text-content a,.ecom-core.ecom-aopnf2zxgk6  .text-content a,.ecom-core.ecom-aopnf2zxgk6  .text-content a a,.ecom-core.ecom-aopnf2zxgk6  .text-content p,.ecom-core.ecom-aopnf2zxgk6  .text-content p a,.ecom-core.ecom-aopnf2zxgk6  .text-content span,.ecom-core.ecom-aopnf2zxgk6  .text-content span a{font-size: 12px;font-family: 'Lato', sans-serif;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aopnf2zxgk6{margin-top: 5px !important;margin-bottom: 20px !important;padding-bottom: 0 !important;}}.ecom-core.ecom-9f5o38awx1 .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-9f5o38awx1 .ecom-slider--container .ecom-slider{height: 640px;}.ecom-core.ecom-9f5o38awx1 .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-9f5o38awx1 .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9f5o38awx1 .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9f5o38awx1 .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-9f5o38awx1 .ecom-slider--container .ecom-slider{height: 300px;}.ecom-core.ecom-9f5o38awx1 .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-9f5o38awx1 .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;}.ecom-core.ecom-9f5o38awx1 .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-9f5o38awx1 .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-9f5o38awx1 .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-9f5o38awx1 .ecom-slider--container .ecom-swiper-button-next svg{height: 22px;width: 22px;}.ecom-core.ecom-9f5o38awx1 .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-9f5o38awx1 .ecom-slider--container .ecom-swiper-button-next{color: #fff;background-color: transparent;border-radius: 50%;margin-top: 0%;}.ecom-core.ecom-9f5o38awx1 .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-9f5o38awx1 .ecom-slider--container .ecom-swiper-button-next:hover{color: #FF8C21;background-color: transparent;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9f5o38awx1 .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-9f5o38awx1 .ecom-slider--container .ecom-swiper-button-next{padding: 8px;margin: 0px -10px 0px -10px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-9f5o38awx1{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9f5o38awx1{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9f5o38awx1{margin-top: -10px !important;display: none;}}.ecom-core.ecom-vgmt6a3tmc .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-vgmt6a3tmc .element__heading .ecom__heading,.ecom-core.ecom-vgmt6a3tmc .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-vgmt6a3tmc  .element__heading .ecom__heading,.ecom-core.ecom-vgmt6a3tmc  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vgmt6a3tmc .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vgmt6a3tmc .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-vgmt6a3tmc .element__heading .ecom__heading,.ecom-core.ecom-vgmt6a3tmc .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-vgmt6a3tmc{margin-top: 30px !important;margin-left: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vgmt6a3tmc{padding-bottom: 0px !important;margin-top: 10px !important;margin-bottom: 20px !important;margin-left: auto !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-sfh3ayrzdya{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-sfh3ayrzdya div.core__row--columns{flex-direction: row;}.ecom-core.ecom-sfh3ayrzdya{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sfh3ayrzdya{margin-top: 20px !important;}.ecom-core.ecom-sfh3ayrzdya div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-sqirocdj7ar{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sqirocdj7ar{width: 100%;}}.ecom-core.ecom-650ey60eoei .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-650ey60eoei .ecom-slider--container .ecom-slider{height: 640px;}.ecom-core.ecom-650ey60eoei .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-650ey60eoei .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-650ey60eoei .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-650ey60eoei .ecom-slider--container .ecom-slider{height: 200px;}}.ecom-core.ecom-650ey60eoei .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;}.ecom-core.ecom-650ey60eoei .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-650ey60eoei .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-650ey60eoei .ecom-slider--container .ecom-swiper-pagination-bullet{width: 18px;min-width: 18px;height: 18px;background-color: #e3d3d3;}.ecom-core.ecom-650ey60eoei .ecom-slider--container .ecom-swiper-pagination-bullet,.ecom-core.ecom-650ey60eoei .ecom-slider--container .ecom-swiper-pagination-bullet img{border-radius: 0px;}.ecom-core.ecom-650ey60eoei .ecom-slider--container .ecom-swiper-pagination-bullet:hover{background-color: #000000;}.ecom-core.ecom-650ey60eoei .ecom-slider--container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{background-color: #000000;border-style: solid;border-width: 1px;border-color: #fff;}.ecom-core.ecom-650ey60eoei .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin: -50px 8px 8px 8px;padding: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-650ey60eoei .ecom-slider--container .ecom-swiper-pagination-bullet{width: 92px;min-width: 92px;height: 5px;}.ecom-core.ecom-650ey60eoei .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin-top: auto;padding-right: 0px;padding-left: 0px;}}.ecom-core.ecom-650ey60eoei{display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-650ey60eoei{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-650ey60eoei{display: block;}} .ecom-core.ecom-650ey60eoei .ecom-slider--container .ecom-swiper-pagination-bullet{height: 2px}.ecom-core.ecom-yj6gxbag0kf .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-yj6gxbag0kf .element__heading .ecom__heading,.ecom-core.ecom-yj6gxbag0kf .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-yj6gxbag0kf  .element__heading .ecom__heading,.ecom-core.ecom-yj6gxbag0kf  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yj6gxbag0kf .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yj6gxbag0kf .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-yj6gxbag0kf .element__heading .ecom__heading,.ecom-core.ecom-yj6gxbag0kf .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-yj6gxbag0kf{margin-top: 30px !important;margin-left: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yj6gxbag0kf{padding-bottom: 0px !important;margin-top: 10px !important;margin-bottom: 0px !important;margin-left: auto !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-d11a1a1hp6l{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-d11a1a1hp6l div.core__row--columns{flex-direction: row;}.ecom-core.ecom-d11a1a1hp6l{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-d11a1a1hp6l{margin-bottom: -40px !important;}.ecom-core.ecom-d11a1a1hp6l div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-gizqh7w4qn{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gizqh7w4qn{width: 100%;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-a8kmpcchtje{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-a8kmpcchtje > div.core__row--columns{flex-direction: row !important;}.ecom-core.ecom-a8kmpcchtje{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a8kmpcchtje{margin-top: -40px !important;display: none;}.ecom-core.ecom-a8kmpcchtje > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-x0i1421scyj{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x0i1421scyj{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-e7p5mxd5ed5 .ecom-core.ecom-x0i1421scyj>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-v3yh4h8p44n .ecom-text--more-actions button ,.ecom-core.ecom-v3yh4h8p44n .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-v3yh4h8p44n .text-content,.ecom-core.ecom-v3yh4h8p44n  .text-content a,.ecom-core.ecom-v3yh4h8p44n  .text-content p,.ecom-core.ecom-v3yh4h8p44n  .text-content span{text-align: left;color: #3C3C3C;}.ecom-core.ecom-v3yh4h8p44n .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-v3yh4h8p44n .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-v3yh4h8p44n .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-v3yh4h8p44n .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v3yh4h8p44n .text-content,.ecom-core.ecom-v3yh4h8p44n  .text-content a,.ecom-core.ecom-v3yh4h8p44n  .text-content p,.ecom-core.ecom-v3yh4h8p44n  .text-content span{text-align: center;}.ecom-core.ecom-v3yh4h8p44n .text-content,.ecom-core.ecom-v3yh4h8p44n .text-content a,.ecom-core.ecom-v3yh4h8p44n  .text-content a,.ecom-core.ecom-v3yh4h8p44n  .text-content a a,.ecom-core.ecom-v3yh4h8p44n  .text-content p,.ecom-core.ecom-v3yh4h8p44n  .text-content p a,.ecom-core.ecom-v3yh4h8p44n  .text-content span,.ecom-core.ecom-v3yh4h8p44n  .text-content span a{font-size: 12px;font-family: 'Lato', sans-serif;font-weight: 600;}}.ecom-core.ecom-hv68iqhhnmc .ecom-image-align{align-items: center;}.ecom-core.ecom-hv68iqhhnmc .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-hv68iqhhnmc .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-hv68iqhhnmc .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-hv68iqhhnmc .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hv68iqhhnmc{margin-top: -10px !important;margin-left: 5px !important;}}.ecom-core.ecom-51baj6agqld{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-51baj6agqld{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-e7p5mxd5ed5 .ecom-core.ecom-51baj6agqld>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-joh8y44xymj .ecom-text--more-actions button ,.ecom-core.ecom-joh8y44xymj .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-joh8y44xymj .text-content,.ecom-core.ecom-joh8y44xymj  .text-content a,.ecom-core.ecom-joh8y44xymj  .text-content p,.ecom-core.ecom-joh8y44xymj  .text-content span{text-align: left;color: #3C3C3C;}.ecom-core.ecom-joh8y44xymj .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-joh8y44xymj .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-joh8y44xymj .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-joh8y44xymj .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-joh8y44xymj .text-content,.ecom-core.ecom-joh8y44xymj  .text-content a,.ecom-core.ecom-joh8y44xymj  .text-content p,.ecom-core.ecom-joh8y44xymj  .text-content span{text-align: center;}.ecom-core.ecom-joh8y44xymj .text-content,.ecom-core.ecom-joh8y44xymj .text-content a,.ecom-core.ecom-joh8y44xymj  .text-content a,.ecom-core.ecom-joh8y44xymj  .text-content a a,.ecom-core.ecom-joh8y44xymj  .text-content p,.ecom-core.ecom-joh8y44xymj  .text-content p a,.ecom-core.ecom-joh8y44xymj  .text-content span,.ecom-core.ecom-joh8y44xymj  .text-content span a{font-size: 12px;font-weight: 600;font-family: 'Lato', sans-serif;}}.ecom-core.ecom-gluw6n3ioh6 .ecom-image-align{align-items: center;}.ecom-core.ecom-gluw6n3ioh6 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-gluw6n3ioh6 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-gluw6n3ioh6 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-gluw6n3ioh6 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gluw6n3ioh6{margin-top: -10px !important;margin-right: 5px !important;}}.ecom-core.ecom-bmuppu3tvlw{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bmuppu3tvlw{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-e7p5mxd5ed5 .ecom-core.ecom-bmuppu3tvlw>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-ei61ncjg0aj .ecom-text--more-actions button ,.ecom-core.ecom-ei61ncjg0aj .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ei61ncjg0aj .text-content,.ecom-core.ecom-ei61ncjg0aj  .text-content a,.ecom-core.ecom-ei61ncjg0aj  .text-content p,.ecom-core.ecom-ei61ncjg0aj  .text-content span{text-align: left;color: #3C3C3C;}.ecom-core.ecom-ei61ncjg0aj .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ei61ncjg0aj .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-ei61ncjg0aj .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ei61ncjg0aj .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ei61ncjg0aj .text-content,.ecom-core.ecom-ei61ncjg0aj  .text-content a,.ecom-core.ecom-ei61ncjg0aj  .text-content p,.ecom-core.ecom-ei61ncjg0aj  .text-content span{text-align: center;}.ecom-core.ecom-ei61ncjg0aj .text-content,.ecom-core.ecom-ei61ncjg0aj .text-content a,.ecom-core.ecom-ei61ncjg0aj  .text-content a,.ecom-core.ecom-ei61ncjg0aj  .text-content a a,.ecom-core.ecom-ei61ncjg0aj  .text-content p,.ecom-core.ecom-ei61ncjg0aj  .text-content p a,.ecom-core.ecom-ei61ncjg0aj  .text-content span,.ecom-core.ecom-ei61ncjg0aj  .text-content span a{font-size: 12px;font-family: 'Lato', sans-serif;font-weight: 600;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ei61ncjg0aj{padding-bottom: 0 !important;}}.ecom-core.ecom-lvh6rbtd0jc .ecom-image-align{align-items: center;}.ecom-core.ecom-lvh6rbtd0jc .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-lvh6rbtd0jc .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-lvh6rbtd0jc .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-lvh6rbtd0jc .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-lvh6rbtd0jc .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lvh6rbtd0jc{margin-left: 5px !important;}}.ecom-core.ecom-9a75b1963d{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9a75b1963d{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-e7p5mxd5ed5 .ecom-core.ecom-9a75b1963d>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-pcfbhpjcd3 .ecom-text--more-actions button ,.ecom-core.ecom-pcfbhpjcd3 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-pcfbhpjcd3 .text-content,.ecom-core.ecom-pcfbhpjcd3  .text-content a,.ecom-core.ecom-pcfbhpjcd3  .text-content p,.ecom-core.ecom-pcfbhpjcd3  .text-content span{text-align: left;color: #3C3C3C;}.ecom-core.ecom-pcfbhpjcd3 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-pcfbhpjcd3 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-pcfbhpjcd3 .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-pcfbhpjcd3 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pcfbhpjcd3 .text-content,.ecom-core.ecom-pcfbhpjcd3  .text-content a,.ecom-core.ecom-pcfbhpjcd3  .text-content p,.ecom-core.ecom-pcfbhpjcd3  .text-content span{text-align: center;}.ecom-core.ecom-pcfbhpjcd3 .text-content,.ecom-core.ecom-pcfbhpjcd3 .text-content a,.ecom-core.ecom-pcfbhpjcd3  .text-content a,.ecom-core.ecom-pcfbhpjcd3  .text-content a a,.ecom-core.ecom-pcfbhpjcd3  .text-content p,.ecom-core.ecom-pcfbhpjcd3  .text-content p a,.ecom-core.ecom-pcfbhpjcd3  .text-content span,.ecom-core.ecom-pcfbhpjcd3  .text-content span a{font-size: 12px;font-family: 'Lato', sans-serif;font-weight: 600;}}.ecom-core.ecom-fqt906rqezp .ecom-image-align{align-items: center;}.ecom-core.ecom-fqt906rqezp .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-fqt906rqezp .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-fqt906rqezp .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-fqt906rqezp .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-fqt906rqezp .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fqt906rqezp{margin-right: 5px !important;}}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,1fr);}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product--wrapper-items {column-gap: 30px;}.ecom-core.ecom-qy8w6g8hfrd{show_price: block;show_picker: show;}.ecom-core.ecom-qy8w6g8hfrd .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-description{order: 2;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-prices{order: 1;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-countdown{order: 3;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,1fr);}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,1fr);}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product--wrapper-items {column-gap: 10px;row-gap: 0px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item{margin-bottom: 10px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 20px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item-information-title{text-align: left;color: #000000;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item-information-title,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 400;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item-information-title:hover{color: #ba8063;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price a{font-weight: 400;font-size: 18px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price{color: #c94220;margin-top: 0px;margin-bottom: 5px;padding-top: 0px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--regular,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--regular a,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--from,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--from a{font-size: 13px;font-weight: 400;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--regular,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--from{color: #9896A9;margin-left: -3px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--sale{font-size: 15px;font-weight: 400;font-family: 'Plus Jakarta Sans', sans-serif;color: #F95D38;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product--actions{background-color: #B69671;} .ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item:hover  .ecom-collection__product--actions{background-color: #B69671;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-submit{position: absolute;top: -110px;align-self: center;font-size: 14px;font-weight: 500;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;width: 60%;height: 40px;min-height: 40px;color: #3C3C3C;background-color: #FFFFFF;border-style: none;border-radius: 0px;padding: 10px 40px 10px 40px;margin: 37.5px 0px 5px 0px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-submit:hover{width: 60%;color: #ffffff;background-color: #3C3C3C;border-style: none;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--quickshop{position: absolute;left: 5%;bottom: 100%;font-size: 12px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Plus Jakarta Sans', sans-serif;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;margin-top: 5px;margin-bottom: 5px;padding: 8px 40px 8px 40px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 120%;align-self: center;font-size: 12px;font-weight: 600;font-family: 'Poppins', sans-serif;text-transform: uppercase;letter-spacing: 1.2px;text-decoration: none;width: 100%;height: 40px;min-height: 40px;color: #000;background-color: #ccc;border-style: none;border-radius: 40px;margin: 5px 0px 25px 0px;padding: 10px 40px 10px 40px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: #000;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--view-more{position: absolute;left: 26%;bottom: 100%;align-self: flex-start;text-transform: uppercase;text-decoration: none;font-size: 8px;width: 50%;height: 40px;min-height: 40px;color: #3C3C3C;background-color: #fff;border-style: none;border-top-left-radius: 0px;padding: 10px 40px 10px 40px;margin-top: -500px;margin-bottom: 35px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--view-more:hover{width: 50%;color: #fff;background-color: #3C3C3C;border-style: none;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--view-more svg{width: 135px;height: 135px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 14px;font-weight: 400;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1em;width: 61px;height: 28px;min-height: 28px;color: #ffffff;background-color: #ba8063;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Plus Jakarta Sans', sans-serif;width: 50px;color: #fff;background-color: #dc2626;padding-right: 11px;padding-left: 11px;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-size: 12px;font-weight: 300;font-family: 'Plus Jakarta Sans', sans-serif;color: #ffffff;background-color: #111827;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;color: #ffffff;background-color: #111827;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-rating-wrapper,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-rating-wrapper a{font-family: 'Jost', sans-serif;font-size: 12px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-rating-wrapper{margin: 0px;padding: 0px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-countdown-wrapper{margin: 0px;padding: 0px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-time--item{width: 43px;background-color: #000000;border-radius: 2px;overflow: hidden;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-time--number{text-align: center;font-size: 14px;font-weight: 300;height: 18px;min-height: 18px;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-time--label{text-align: center;font-size: 13px;font-weight: 400;color: #fff;margin-right: 5px;margin-left: 3px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-countdown-progress-bar--wrap .ecom-product-single__countdown-progress-bar--timer{height: 7px;--ecom-countdown-max-height: 7px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-countdown-progress-bar--wrap{border-radius: 4px;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-countdown-progress-bar--value,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-countdown-progress-bar--value a{font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 300;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-radio-label,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-radio-list,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-swatch-item{font-size: 12px;font-weight: 400;font-family: 'Jost', sans-serif;line-height: 1.25em;width: 25px;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;margin: 10px 7px 0px 0px;padding: 4px 8px 2px 8px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-main-label,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-colors-list,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-images-list{justify-content: flex-start;margin-top: 6px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-images-list li{width: 23px;height: 23px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);margin: 0px 5px 0px 0px;padding: 1px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-images-list li,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qy8w6g8hfrd .ecom-collection.ecom-collection__product{padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item{margin-bottom: 13px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item-information-title,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item-information-title a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item-information-title{margin-top: -10px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price a{font-size: 16px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--regular,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--regular a,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--from,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--from a{font-size: 11px;font-weight: 400;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-price--sale{font-size: 12px;font-weight: 400;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-submit{left: 0px;top: -100px;width: 100%;padding-right: 15px;padding-left: 15px;margin-bottom: 15px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-submit:hover{width: 100%;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--view-more{left: 0px;bottom: 73px;align-self: center;font-size: 10px;width: 100%;height: 38px;min-height: 38px;padding-right: 0px;padding-left: 0px;margin: 0px auto auto auto;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--view-more:hover{width: 100%;height: 38px;min-height: 38px;}.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{font-size: 13px;font-weight: 400;width: 40px;height: 20px;min-height: 20px;}}.ecom-core.ecom-qy8w6g8hfrd{padding-bottom: 0px !important;margin-right: 20px !important;margin-left: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qy8w6g8hfrd{margin-bottom: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qy8w6g8hfrd{margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;}} .ecom-core.ecom-qy8w6g8hfrd .ecom-child-element:before,.ecom-core.ecom-qy8w6g8hfrd .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--add,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-qy8w6g8hfrd .ecom-collection.ecom-collection__product{
    overflow: visible;
}

.ecom-core.ecom-qy8w6g8hfrd .ecom-collection__product-picker-selection{
    display: none;
}.ecom-core.ecom-tw01q4im44 .ecom-text--more-actions button ,.ecom-core.ecom-tw01q4im44 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-tw01q4im44 .text-content,.ecom-core.ecom-tw01q4im44  .text-content a,.ecom-core.ecom-tw01q4im44  .text-content p,.ecom-core.ecom-tw01q4im44  .text-content span{text-align: left;color: #999999;}.ecom-core.ecom-tw01q4im44 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-tw01q4im44 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-tw01q4im44 .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-tw01q4im44 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tw01q4im44 .text-content,.ecom-core.ecom-tw01q4im44  .text-content a,.ecom-core.ecom-tw01q4im44  .text-content p,.ecom-core.ecom-tw01q4im44  .text-content span{text-align: left;}.ecom-core.ecom-tw01q4im44 .text-content,.ecom-core.ecom-tw01q4im44 .text-content a,.ecom-core.ecom-tw01q4im44  .text-content a,.ecom-core.ecom-tw01q4im44  .text-content a a,.ecom-core.ecom-tw01q4im44  .text-content p,.ecom-core.ecom-tw01q4im44  .text-content p a,.ecom-core.ecom-tw01q4im44  .text-content span,.ecom-core.ecom-tw01q4im44  .text-content span a{font-size: 13px;font-family: 'Lato', sans-serif;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tw01q4im44{margin-top: 10px !important;margin-bottom: 20px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-l9kzkav6wu .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-l9kzkav6wu .element__heading .ecom__heading,.ecom-core.ecom-l9kzkav6wu .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-l9kzkav6wu  .element__heading .ecom__heading,.ecom-core.ecom-l9kzkav6wu  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l9kzkav6wu .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l9kzkav6wu .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-l9kzkav6wu .element__heading .ecom__heading,.ecom-core.ecom-l9kzkav6wu .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-l9kzkav6wu{margin-top: 30px !important;margin-left: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l9kzkav6wu{padding-bottom: 0px !important;margin-top: 20px !important;margin-bottom: 10px !important;margin-left: auto !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-e7p5mxd5ed5{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-e7p5mxd5ed5 div.core__row--columns{flex-direction: row;}.ecom-core.ecom-e7p5mxd5ed5{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e7p5mxd5ed5{margin-top: 20px !important;}.ecom-core.ecom-e7p5mxd5ed5 div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-9gv2ewnlt5u{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9gv2ewnlt5u{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b8bgnxbu7tu{margin-top: -20px !important;}}.ecom-core.ecom-zv06cbh8ny{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zv06cbh8ny{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-gf2gnxxo1jw .ecom-core.ecom-zv06cbh8ny>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-bnirpltbkm .ecom-text--more-actions button ,.ecom-core.ecom-bnirpltbkm .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-bnirpltbkm .text-content,.ecom-core.ecom-bnirpltbkm  .text-content a,.ecom-core.ecom-bnirpltbkm  .text-content p,.ecom-core.ecom-bnirpltbkm  .text-content span{text-align: left;color: #3C3C3C;}.ecom-core.ecom-bnirpltbkm .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-bnirpltbkm .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-bnirpltbkm .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-bnirpltbkm .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bnirpltbkm .text-content,.ecom-core.ecom-bnirpltbkm  .text-content a,.ecom-core.ecom-bnirpltbkm  .text-content p,.ecom-core.ecom-bnirpltbkm  .text-content span{text-align: left;}.ecom-core.ecom-bnirpltbkm .text-content,.ecom-core.ecom-bnirpltbkm .text-content a,.ecom-core.ecom-bnirpltbkm  .text-content a,.ecom-core.ecom-bnirpltbkm  .text-content a a,.ecom-core.ecom-bnirpltbkm  .text-content p,.ecom-core.ecom-bnirpltbkm  .text-content p a,.ecom-core.ecom-bnirpltbkm  .text-content span,.ecom-core.ecom-bnirpltbkm  .text-content span a{font-size: 12px;font-family: 'Lato', sans-serif;font-weight: 600;}}.ecom-core.ecom-cylrmbgzbmt .ecom-image-align{align-items: center;}.ecom-core.ecom-cylrmbgzbmt .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-cylrmbgzbmt .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-cylrmbgzbmt .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-cylrmbgzbmt .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-cylrmbgzbmt .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-ncidy8pzvq{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ncidy8pzvq{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-gf2gnxxo1jw .ecom-core.ecom-ncidy8pzvq>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-ff6dmv3xz2d .ecom-text--more-actions button ,.ecom-core.ecom-ff6dmv3xz2d .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ff6dmv3xz2d .text-content,.ecom-core.ecom-ff6dmv3xz2d  .text-content a,.ecom-core.ecom-ff6dmv3xz2d  .text-content p,.ecom-core.ecom-ff6dmv3xz2d  .text-content span{text-align: left;color: #3C3C3C;}.ecom-core.ecom-ff6dmv3xz2d .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ff6dmv3xz2d .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-ff6dmv3xz2d .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ff6dmv3xz2d .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ff6dmv3xz2d .text-content,.ecom-core.ecom-ff6dmv3xz2d  .text-content a,.ecom-core.ecom-ff6dmv3xz2d  .text-content p,.ecom-core.ecom-ff6dmv3xz2d  .text-content span{text-align: left;}.ecom-core.ecom-ff6dmv3xz2d .text-content,.ecom-core.ecom-ff6dmv3xz2d .text-content a,.ecom-core.ecom-ff6dmv3xz2d  .text-content a,.ecom-core.ecom-ff6dmv3xz2d  .text-content a a,.ecom-core.ecom-ff6dmv3xz2d  .text-content p,.ecom-core.ecom-ff6dmv3xz2d  .text-content p a,.ecom-core.ecom-ff6dmv3xz2d  .text-content span,.ecom-core.ecom-ff6dmv3xz2d  .text-content span a{font-size: 12px;font-family: 'Lato', sans-serif;font-weight: 600;}}.ecom-core.ecom-b7es6lqbwf6 .ecom-image-align{align-items: center;}.ecom-core.ecom-b7es6lqbwf6 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-b7es6lqbwf6 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-b7es6lqbwf6 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-b7es6lqbwf6 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-b7es6lqbwf6 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-ezk7mjcpf2e .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-ezk7mjcpf2e .element__heading .ecom__heading,.ecom-core.ecom-ezk7mjcpf2e .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-ezk7mjcpf2e  .element__heading .ecom__heading,.ecom-core.ecom-ezk7mjcpf2e  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ezk7mjcpf2e .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ezk7mjcpf2e .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ezk7mjcpf2e .element__heading .ecom__heading,.ecom-core.ecom-ezk7mjcpf2e .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-ezk7mjcpf2e{margin-top: 30px !important;margin-left: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ezk7mjcpf2e{padding-bottom: 0px !important;margin-top: 20px !important;margin-bottom: 10px !important;margin-left: auto !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-gf2gnxxo1jw{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gf2gnxxo1jw div.core__row--columns{flex-direction: row;}.ecom-core.ecom-gf2gnxxo1jw{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gf2gnxxo1jw div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-xe0basw7sy{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xe0basw7sy{width: 100%;}}.ecom-core.ecom-8fovhrlph5w{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8fovhrlph5w{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-yzg6a3ccbv .ecom-core.ecom-8fovhrlph5w>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-nz1n0a82cne .ecom-image-align{align-items: center;}.ecom-core.ecom-nz1n0a82cne .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-nz1n0a82cne .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-nz1n0a82cne .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-nz1n0a82cne .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-nz1n0a82cne .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-rbk19kff7ka{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rbk19kff7ka{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-yzg6a3ccbv .ecom-core.ecom-rbk19kff7ka>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-q4yy7jzmmkg .ecom-image-align{align-items: center;}.ecom-core.ecom-q4yy7jzmmkg .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-q4yy7jzmmkg .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-q4yy7jzmmkg .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-q4yy7jzmmkg .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-q4yy7jzmmkg .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-439t8bsdz64 .ecom-image-align{align-items: center;}.ecom-core.ecom-439t8bsdz64 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-439t8bsdz64 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-439t8bsdz64 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-439t8bsdz64 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-439t8bsdz64 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-937dvgodk1u .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-937dvgodk1u .element__heading .ecom__heading,.ecom-core.ecom-937dvgodk1u .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-937dvgodk1u  .element__heading .ecom__heading,.ecom-core.ecom-937dvgodk1u  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-937dvgodk1u .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-937dvgodk1u .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-937dvgodk1u .element__heading .ecom__heading,.ecom-core.ecom-937dvgodk1u .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-937dvgodk1u{margin-top: 30px !important;margin-left: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-937dvgodk1u{padding-bottom: 0px !important;margin-top: 10px !important;margin-bottom: -10px !important;margin-left: auto !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-yzg6a3ccbv{padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yzg6a3ccbv div.core__row--columns{flex-direction: row;}.ecom-core.ecom-yzg6a3ccbv{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yzg6a3ccbv div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-hsujrouiukm{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hsujrouiukm{width: 100%;}}.ecom-core.ecom-u7zrhkthktj .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-u7zrhkthktj .ecom-slider--container .ecom-slider{height: 500px;}.ecom-core.ecom-u7zrhkthktj .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-u7zrhkthktj .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-u7zrhkthktj .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-u7zrhkthktj .ecom-slider--container .ecom-slider{height: 204px;}.ecom-core.ecom-u7zrhkthktj .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u7zrhkthktj .ecom-slider--container .ecom-slider{height: 500px;}.ecom-core.ecom-u7zrhkthktj .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-u7zrhkthktj .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: transparent;}.ecom-core.ecom-u7zrhkthktj .ecom-swiper-slide:hover{background-color: transparent;}.ecom-core.ecom-u7zrhkthktj .ecom-swiper-slide.ecom-box-active{background-color: transparent;}.ecom-core.ecom-u7zrhkthktj .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-u7zrhkthktj .ecom-slider--container .ecom-swiper-button-next svg{height: 30px;width: 30px;}.ecom-core.ecom-u7zrhkthktj .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-u7zrhkthktj .ecom-slider--container .ecom-swiper-button-next{color: #fff;background-color: transparent;border-radius: 50%;margin-top: 0%;margin-right: 3%;}.ecom-core.ecom-u7zrhkthktj .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-u7zrhkthktj .ecom-slider--container .ecom-swiper-button-next:hover{color: #FF8C21;background-color: transparent;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u7zrhkthktj .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-u7zrhkthktj .ecom-slider--container .ecom-swiper-button-next{padding: 8px;margin: 0px -10px 0px -10px;}}.ecom-core.ecom-u7zrhkthktj{} .ecom-core.ecom-u7zrhkthktj picture.ecom-image-background:hover img{
    transition-duration: 1s;
    transform: scale(1.04);
}
.ecom-core.ecom-u7zrhkthktj .ecom-element.ecom-slider{
    max-width: 97%;
     margin-left: 0 !important;
}.ecom-core.ecom-x3oeml0kya .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-x3oeml0kya .element__heading .ecom__heading,.ecom-core.ecom-x3oeml0kya .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-x3oeml0kya  .element__heading .ecom__heading,.ecom-core.ecom-x3oeml0kya  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-x3oeml0kya .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x3oeml0kya .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-x3oeml0kya .element__heading .ecom__heading,.ecom-core.ecom-x3oeml0kya .element__heading .ecom__heading a{font-size: 13px;}}.ecom-core.ecom-x3oeml0kya{margin-top: 0px !important;margin-bottom: -20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x3oeml0kya{padding-bottom: 0 !important;}}.ecom-core.ecom-j58mi8yumdj{margin-right: 20px !important;margin-left: 20px !important;padding-right: 0px !important;padding-left: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-j58mi8yumdj div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j58mi8yumdj div.core__row--columns{flex-direction: row;}.ecom-core.ecom-j58mi8yumdj{display: none;}}
.ecom-core.ecom-xbt8o5rgli{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xbt8o5rgli{width: 100%;}}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,1fr);}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product--wrapper-items {column-gap: 30px;}.ecom-core.ecom-q8lopcdk4re{show_price: block;show_picker: show;}.ecom-core.ecom-q8lopcdk4re .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-description{order: 2;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-prices{order: 1;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-countdown{order: 3;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-q8lopcdk4re .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,1fr);}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q8lopcdk4re .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,1fr);}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product--wrapper-items {column-gap: 10px;row-gap: 0px;}.ecom-core.ecom-q8lopcdk4re .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item{margin-bottom: 10px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 20px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item-information-title{text-align: left;color: #000000;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item-information-title,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 400;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item-information-title:hover{color: #ba8063;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price a{font-weight: 400;font-size: 18px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price{color: #c94220;margin-top: 0px;margin-bottom: 5px;padding-top: 0px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--regular,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--regular a,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--from,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--from a{font-size: 13px;font-weight: 400;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--regular,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--from{color: #9896A9;margin-left: -3px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--sale{font-size: 15px;font-weight: 400;font-family: 'Plus Jakarta Sans', sans-serif;color: #F95D38;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product--actions{background-color: #B69671;} .ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item:hover  .ecom-collection__product--actions{background-color: #B69671;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-submit{position: absolute;top: -110px;align-self: center;font-size: 14px;font-weight: 500;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Plus Jakarta Sans', sans-serif;letter-spacing: 0px;width: 60%;height: 40px;min-height: 40px;color: #3C3C3C;background-color: #FFFFFF;border-style: none;border-radius: 0px;padding: 10px 40px 10px 40px;margin: 37.5px 0px 5px 0px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-submit:hover{width: 60%;color: #ffffff;background-color: #3C3C3C;border-style: none;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--quickshop{position: absolute;left: 5%;bottom: 100%;font-size: 12px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Plus Jakarta Sans', sans-serif;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;margin-top: 5px;margin-bottom: 5px;padding: 8px 40px 8px 40px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 120%;align-self: center;font-size: 12px;font-weight: 600;font-family: 'Poppins', sans-serif;text-transform: uppercase;letter-spacing: 1.2px;text-decoration: none;width: 100%;height: 40px;min-height: 40px;color: #000;background-color: #ccc;border-style: none;border-radius: 40px;margin: 5px 0px 25px 0px;padding: 10px 40px 10px 40px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: #000;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--view-more{position: absolute;left: 26%;bottom: 100%;align-self: flex-start;text-transform: uppercase;text-decoration: none;font-size: 8px;width: 50%;height: 40px;min-height: 40px;color: #3C3C3C;background-color: #fff;border-style: none;border-top-left-radius: 0px;padding: 10px 40px 10px 40px;margin-top: -500px;margin-bottom: 35px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--view-more:hover{width: 50%;color: #fff;background-color: #3C3C3C;border-style: none;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--view-more svg{width: 135px;height: 135px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 14px;font-weight: 400;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1em;width: 61px;height: 28px;min-height: 28px;color: #ffffff;background-color: #ba8063;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-size: 12px;font-weight: 500;font-family: 'Plus Jakarta Sans', sans-serif;width: 50px;color: #fff;background-color: #dc2626;padding-right: 11px;padding-left: 11px;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-size: 12px;font-weight: 300;font-family: 'Plus Jakarta Sans', sans-serif;color: #ffffff;background-color: #111827;padding-right: 8px;padding-left: 8px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;color: #ffffff;background-color: #111827;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-rating-wrapper,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-rating-wrapper a{font-family: 'Jost', sans-serif;font-size: 12px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-rating-wrapper{margin: 0px;padding: 0px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-countdown-wrapper{margin: 0px;padding: 0px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-time--item{width: 43px;background-color: #000000;border-radius: 2px;overflow: hidden;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-time--number{text-align: center;font-size: 14px;font-weight: 300;height: 18px;min-height: 18px;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-time--label{text-align: center;font-size: 13px;font-weight: 400;color: #fff;margin-right: 5px;margin-left: 3px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-countdown-progress-bar--wrap .ecom-product-single__countdown-progress-bar--timer{height: 7px;--ecom-countdown-max-height: 7px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-countdown-progress-bar--wrap{border-radius: 4px;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-countdown-progress-bar--value,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-countdown-progress-bar--value a{font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 300;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-radio-label,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-radio-list,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-swatch-item{font-size: 12px;font-weight: 400;font-family: 'Jost', sans-serif;line-height: 1.25em;width: 25px;color: #6D7175;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;margin: 10px 7px 0px 0px;padding: 4px 8px 2px 8px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-main-label,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-colors-list,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-images-list{justify-content: flex-start;margin-top: 6px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-images-list li{width: 23px;height: 23px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);margin: 0px 5px 0px 0px;padding: 1px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-images-list li,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q8lopcdk4re .ecom-collection.ecom-collection__product{padding-right: 0px;padding-left: 0px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item{margin-bottom: 13px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item-information-title,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item-information-title a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item-information-title{margin-top: -10px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price a{font-size: 16px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--regular,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--regular a,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--from,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--from a{font-size: 11px;font-weight: 400;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-price--sale{font-size: 12px;font-weight: 400;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-submit{left: 0px;top: -100px;width: 100%;padding-right: 15px;padding-left: 15px;margin-bottom: 15px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-submit:hover{width: 100%;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--view-more{left: 0px;bottom: 73px;align-self: center;font-size: 10px;width: 100%;height: 38px;min-height: 38px;padding-right: 0px;padding-left: 0px;margin: 0px auto auto auto;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--view-more:hover{width: 100%;height: 38px;min-height: 38px;}.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{font-size: 13px;font-weight: 400;width: 40px;height: 20px;min-height: 20px;}}.ecom-core.ecom-q8lopcdk4re{padding-bottom: 0px !important;margin-right: 20px !important;margin-left: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-q8lopcdk4re{margin-bottom: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q8lopcdk4re{margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;}} .ecom-core.ecom-q8lopcdk4re .ecom-child-element:before,.ecom-core.ecom-q8lopcdk4re .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--add,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-q8lopcdk4re .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-q8lopcdk4re .ecom-collection.ecom-collection__product{
    overflow: visible;
}

.ecom-core.ecom-q8lopcdk4re .ecom-collection__product-picker-selection{
    display: none;
}@media screen and (min-width: 1025px) {.ecom-core.ecom-59pcbx83gi7{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-59pcbx83gi7 > div.core__row--columns{flex-direction: row !important;}.ecom-core.ecom-59pcbx83gi7{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-59pcbx83gi7 > div.core__row--columns{flex-direction: row !important;}.ecom-core.ecom-59pcbx83gi7{display: none;}}.ecom-core.ecom-kyn8dwdgrub{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kyn8dwdgrub{width: 100%;}}.ecom-core.ecom-6wgf5403zc .ecom-text--more-actions button ,.ecom-core.ecom-6wgf5403zc .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-6wgf5403zc .text-content,.ecom-core.ecom-6wgf5403zc  .text-content a,.ecom-core.ecom-6wgf5403zc  .text-content p,.ecom-core.ecom-6wgf5403zc  .text-content span{text-align: center;color: #3c3c3c;}.ecom-core.ecom-6wgf5403zc .text-content,.ecom-core.ecom-6wgf5403zc .text-content a,.ecom-core.ecom-6wgf5403zc  .text-content a,.ecom-core.ecom-6wgf5403zc  .text-content a a,.ecom-core.ecom-6wgf5403zc  .text-content p,.ecom-core.ecom-6wgf5403zc  .text-content p a,.ecom-core.ecom-6wgf5403zc  .text-content span,.ecom-core.ecom-6wgf5403zc  .text-content span a{font-weight: 500;font-size: 15px;}.ecom-core.ecom-6wgf5403zc .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-6wgf5403zc .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-6wgf5403zc .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-6wgf5403zc .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-6wgf5403zc{padding-bottom: 0 !important;}.ecom-core.ecom-8e4lh63xc4u .ecom-image-align{align-items: center;}.ecom-core.ecom-8e4lh63xc4u .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-8e4lh63xc4u .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-8e4lh63xc4u .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-8e4lh63xc4u .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-8e4lh63xc4u .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-5ahx80esmph{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5ahx80esmph{width: 100%;}}.ecom-core.ecom-59yiaad26k2 .ecom-text--more-actions button ,.ecom-core.ecom-59yiaad26k2 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-59yiaad26k2 .text-content,.ecom-core.ecom-59yiaad26k2  .text-content a,.ecom-core.ecom-59yiaad26k2  .text-content p,.ecom-core.ecom-59yiaad26k2  .text-content span{text-align: center;color: #000000;}.ecom-core.ecom-59yiaad26k2 .text-content,.ecom-core.ecom-59yiaad26k2 .text-content a,.ecom-core.ecom-59yiaad26k2  .text-content a,.ecom-core.ecom-59yiaad26k2  .text-content a a,.ecom-core.ecom-59yiaad26k2  .text-content p,.ecom-core.ecom-59yiaad26k2  .text-content p a,.ecom-core.ecom-59yiaad26k2  .text-content span,.ecom-core.ecom-59yiaad26k2  .text-content span a{font-weight: 500;font-size: 15px;}.ecom-core.ecom-59yiaad26k2 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-59yiaad26k2 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-59yiaad26k2 .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-59yiaad26k2 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-59yiaad26k2{padding-bottom: 0 !important;}.ecom-core.ecom-wujj4rube0r .ecom-image-align{align-items: center;}.ecom-core.ecom-wujj4rube0r .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-wujj4rube0r .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-wujj4rube0r .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-wujj4rube0r .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-wujj4rube0r .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-tw762gdh15t{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tw762gdh15t{width: 100%;}}.ecom-core.ecom-4huko0xs5me .ecom-text--more-actions button ,.ecom-core.ecom-4huko0xs5me .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-4huko0xs5me .text-content,.ecom-core.ecom-4huko0xs5me  .text-content a,.ecom-core.ecom-4huko0xs5me  .text-content p,.ecom-core.ecom-4huko0xs5me  .text-content span{text-align: center;color: #3c3c3c;}.ecom-core.ecom-4huko0xs5me .text-content,.ecom-core.ecom-4huko0xs5me .text-content a,.ecom-core.ecom-4huko0xs5me  .text-content a,.ecom-core.ecom-4huko0xs5me  .text-content a a,.ecom-core.ecom-4huko0xs5me  .text-content p,.ecom-core.ecom-4huko0xs5me  .text-content p a,.ecom-core.ecom-4huko0xs5me  .text-content span,.ecom-core.ecom-4huko0xs5me  .text-content span a{font-weight: 500;font-size: 15px;}.ecom-core.ecom-4huko0xs5me .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-4huko0xs5me .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-4huko0xs5me .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-4huko0xs5me .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-4huko0xs5me{padding-bottom: 0 !important;}.ecom-core.ecom-mc0lc0r6vbd .ecom-image-align{align-items: center;}.ecom-core.ecom-mc0lc0r6vbd .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-mc0lc0r6vbd .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-mc0lc0r6vbd .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-mc0lc0r6vbd .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-mc0lc0r6vbd .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-v0ofcyaqqlb{width: 25%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v0ofcyaqqlb{width: 100%;}}.ecom-core.ecom-k5njjbrr19j .ecom-text--more-actions button ,.ecom-core.ecom-k5njjbrr19j .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-k5njjbrr19j .text-content,.ecom-core.ecom-k5njjbrr19j  .text-content a,.ecom-core.ecom-k5njjbrr19j  .text-content p,.ecom-core.ecom-k5njjbrr19j  .text-content span{text-align: center;color: #3c3c3c;}.ecom-core.ecom-k5njjbrr19j .text-content,.ecom-core.ecom-k5njjbrr19j .text-content a,.ecom-core.ecom-k5njjbrr19j  .text-content a,.ecom-core.ecom-k5njjbrr19j  .text-content a a,.ecom-core.ecom-k5njjbrr19j  .text-content p,.ecom-core.ecom-k5njjbrr19j  .text-content p a,.ecom-core.ecom-k5njjbrr19j  .text-content span,.ecom-core.ecom-k5njjbrr19j  .text-content span a{font-weight: 500;font-size: 15px;}.ecom-core.ecom-k5njjbrr19j .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-k5njjbrr19j .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-k5njjbrr19j .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-k5njjbrr19j .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-8ym4j3qaitx .ecom-image-align{align-items: center;}.ecom-core.ecom-8ym4j3qaitx .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-8ym4j3qaitx .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-8ym4j3qaitx .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-8ym4j3qaitx .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-8ym4j3qaitx .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-m4q1gffhhfi .ecom-text--more-actions button ,.ecom-core.ecom-m4q1gffhhfi .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-m4q1gffhhfi .text-content,.ecom-core.ecom-m4q1gffhhfi  .text-content a,.ecom-core.ecom-m4q1gffhhfi  .text-content p,.ecom-core.ecom-m4q1gffhhfi  .text-content span{text-align: left;color: #666666;}.ecom-core.ecom-m4q1gffhhfi .text-content,.ecom-core.ecom-m4q1gffhhfi .text-content a,.ecom-core.ecom-m4q1gffhhfi  .text-content a,.ecom-core.ecom-m4q1gffhhfi  .text-content a a,.ecom-core.ecom-m4q1gffhhfi  .text-content p,.ecom-core.ecom-m4q1gffhhfi  .text-content p a,.ecom-core.ecom-m4q1gffhhfi  .text-content span,.ecom-core.ecom-m4q1gffhhfi  .text-content span a{font-family: 'Lato', sans-serif;font-size: 18px;}.ecom-core.ecom-m4q1gffhhfi .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-m4q1gffhhfi .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-m4q1gffhhfi .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-m4q1gffhhfi .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-m4q1gffhhfi{padding-bottom: 0 !important;margin-left: 20px !important;}.ecom-core.ecom-4u8bnu5kpsc .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-4u8bnu5kpsc .element__heading .ecom__heading,.ecom-core.ecom-4u8bnu5kpsc .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-4u8bnu5kpsc  .element__heading .ecom__heading,.ecom-core.ecom-4u8bnu5kpsc  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4u8bnu5kpsc .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4u8bnu5kpsc .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-4u8bnu5kpsc .element__heading .ecom__heading,.ecom-core.ecom-4u8bnu5kpsc .element__heading .ecom__heading a{font-size: 13px;}}.ecom-core.ecom-4u8bnu5kpsc{margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4u8bnu5kpsc{padding-bottom: 0 !important;}}.ecom-core.ecom-aq9ruzkap6l{margin-top: 20px !important;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-aq9ruzkap6l div.core__row--columns{flex-direction: row;}.ecom-core.ecom-aq9ruzkap6l{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aq9ruzkap6l{margin-top: 20px !important;display: none;}.ecom-core.ecom-aq9ruzkap6l div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-ljyc7hme1o{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ljyc7hme1o{width: 100%;}}html body .ecom-core.ecom-ve9tdkazkek .ecom-core.ecom-ljyc7hme1o>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}.ecom-core.ecom-bhctaxe6zqo{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bhctaxe6zqo{width: 100%;}}html body .ecom-core.ecom-ve9tdkazkek .ecom-core.ecom-bhctaxe6zqo>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;margin-right: 40px !important;margin-left: 5px !important;}.ecom-core.ecom-zbtnm1l2hu .ecom-text--more-actions button ,.ecom-core.ecom-zbtnm1l2hu .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-zbtnm1l2hu .text-content,.ecom-core.ecom-zbtnm1l2hu  .text-content a,.ecom-core.ecom-zbtnm1l2hu  .text-content p,.ecom-core.ecom-zbtnm1l2hu  .text-content span{text-align: left;color: #3c3c3c;}.ecom-core.ecom-zbtnm1l2hu .text-content,.ecom-core.ecom-zbtnm1l2hu .text-content a,.ecom-core.ecom-zbtnm1l2hu  .text-content a,.ecom-core.ecom-zbtnm1l2hu  .text-content a a,.ecom-core.ecom-zbtnm1l2hu  .text-content p,.ecom-core.ecom-zbtnm1l2hu  .text-content p a,.ecom-core.ecom-zbtnm1l2hu  .text-content span,.ecom-core.ecom-zbtnm1l2hu  .text-content span a{font-weight: 500;font-size: 15px;}.ecom-core.ecom-zbtnm1l2hu .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-zbtnm1l2hu .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-zbtnm1l2hu .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-zbtnm1l2hu .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-zbtnm1l2hu{padding-bottom: 0px !important;}.ecom-core.ecom-awxysq3brmc .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-awxysq3brmc .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-awxysq3brmc .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-awxysq3brmc .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-awxysq3brmc .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-awxysq3brmc .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-u0urehmp7sq{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u0urehmp7sq{width: 100%;}}html body .ecom-core.ecom-ve9tdkazkek .ecom-core.ecom-u0urehmp7sq>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;margin-right: 5px !important;margin-left: 40px !important;}.ecom-core.ecom-gsjmguc7vps .ecom-text--more-actions button ,.ecom-core.ecom-gsjmguc7vps .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-gsjmguc7vps .text-content,.ecom-core.ecom-gsjmguc7vps  .text-content a,.ecom-core.ecom-gsjmguc7vps  .text-content p,.ecom-core.ecom-gsjmguc7vps  .text-content span{text-align: left;color: #3c3c3c;}.ecom-core.ecom-gsjmguc7vps .text-content,.ecom-core.ecom-gsjmguc7vps .text-content a,.ecom-core.ecom-gsjmguc7vps  .text-content a,.ecom-core.ecom-gsjmguc7vps  .text-content a a,.ecom-core.ecom-gsjmguc7vps  .text-content p,.ecom-core.ecom-gsjmguc7vps  .text-content p a,.ecom-core.ecom-gsjmguc7vps  .text-content span,.ecom-core.ecom-gsjmguc7vps  .text-content span a{font-weight: 500;font-size: 15px;}.ecom-core.ecom-gsjmguc7vps .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-gsjmguc7vps .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-gsjmguc7vps .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-gsjmguc7vps .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-gsjmguc7vps{padding-bottom: 0 !important;}.ecom-core.ecom-4r8t5v7yql9 .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-4r8t5v7yql9 .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-4r8t5v7yql9 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-4r8t5v7yql9 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-4r8t5v7yql9 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-4r8t5v7yql9 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-1iur5nzq0mu .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-1iur5nzq0mu .element__heading .ecom__heading,.ecom-core.ecom-1iur5nzq0mu .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-1iur5nzq0mu  .element__heading .ecom__heading,.ecom-core.ecom-1iur5nzq0mu  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1iur5nzq0mu .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1iur5nzq0mu .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-1iur5nzq0mu .element__heading .ecom__heading,.ecom-core.ecom-1iur5nzq0mu .element__heading .ecom__heading a{font-size: 13px;}}.ecom-core.ecom-1iur5nzq0mu{margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 40px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1iur5nzq0mu{padding-bottom: 0 !important;}}.ecom-core.ecom-ve9tdkazkek{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ve9tdkazkek div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ve9tdkazkek div.core__row--columns{flex-direction: row;}.ecom-core.ecom-ve9tdkazkek{display: none;}}
.ecom-core.ecom-s4loi9d5rq{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-s4loi9d5rq{width: 100%;}}.ecom-core.ecom-g9thw4gwpnh .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-g9thw4gwpnh .element__heading .ecom__heading,.ecom-core.ecom-g9thw4gwpnh .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-g9thw4gwpnh  .element__heading .ecom__heading,.ecom-core.ecom-g9thw4gwpnh  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-g9thw4gwpnh .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g9thw4gwpnh .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-g9thw4gwpnh .element__heading .ecom__heading,.ecom-core.ecom-g9thw4gwpnh .element__heading .ecom__heading a{font-size: 18px;}}.ecom-core.ecom-g9thw4gwpnh{margin-top: 30px !important;margin-left: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g9thw4gwpnh{padding-bottom: 0px !important;margin-top: 10px !important;margin-bottom: 0px !important;margin-left: auto !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ev697y4jev{background-color: #F4F4F4;}.ecom-core.ecom-ev697y4jev:hover{background-color: #F4F4F4;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-ev697y4jev{padding-bottom: 0px !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ev697y4jev div.core__row--columns{flex-direction: row;}.ecom-core.ecom-ev697y4jev{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ev697y4jev div.core__row--columns{flex-direction: row;}.ecom-core.ecom-ev697y4jev{display: none;}}
.ecom-core.ecom-i70hd1w73xg{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-i70hd1w73xg{width: 100%;}}html body .ecom-core.ecom-0vy86di4buvm .ecom-core.ecom-i70hd1w73xg>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}.ecom-core.ecom-zgsbo9il2gj{padding-right: 0px !important;padding-left: 0px !important;}.ecom-core.ecom-9r6je0kqpt{width: 33.33%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9r6je0kqpt{width: 100%;}}.ecom-core.ecom-fq10vo9ufzr .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-fq10vo9ufzr .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-fq10vo9ufzr .ecom-base-image .ecom-image-picture picture{height: 450px !important;}.ecom-core.ecom-fq10vo9ufzr .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-fq10vo9ufzr .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-fq10vo9ufzr .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-fq10vo9ufzr .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-fq10vo9ufzr .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-fq10vo9ufzr{margin-right: 20px !important;}.ecom-core.ecom-igef50a6j3{width: 33.34%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-igef50a6j3{width: 100%;}}.ecom-core.ecom-dbzybdv70dn .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-dbzybdv70dn .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-dbzybdv70dn .ecom-base-image .ecom-image-picture picture{height: 450px !important;}.ecom-core.ecom-dbzybdv70dn .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-dbzybdv70dn .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-dbzybdv70dn .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-dbzybdv70dn .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-dbzybdv70dn .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-dbzybdv70dn{margin-right: 10px !important;margin-left: 10px !important;}.ecom-core.ecom-pl0lws9e9om{width: 33.33%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pl0lws9e9om{width: 100%;}}.ecom-core.ecom-b3hndn38039 .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-b3hndn38039 .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-b3hndn38039 .ecom-base-image .ecom-image-picture picture{height: 450px !important;}.ecom-core.ecom-b3hndn38039 .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-b3hndn38039 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-b3hndn38039 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-b3hndn38039 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-b3hndn38039 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-b3hndn38039{margin-left: 20px !important;}.ecom-core.ecom-dpefw4nkru7 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-dpefw4nkru7 .element__heading .ecom__heading,.ecom-core.ecom-dpefw4nkru7 .element__heading .ecom__heading a{font-weight: bold;font-size: 24px;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-dpefw4nkru7  .element__heading .ecom__heading,.ecom-core.ecom-dpefw4nkru7  .element__heading .ecom__heading a{color: #3C3C3C;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dpefw4nkru7 .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dpefw4nkru7 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-dpefw4nkru7 .element__heading .ecom__heading,.ecom-core.ecom-dpefw4nkru7 .element__heading .ecom__heading a{font-size: 13px;}}.ecom-core.ecom-dpefw4nkru7{margin-top: 20px !important;margin-bottom: -10px !important;margin-left: 40px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dpefw4nkru7{padding-bottom: 0 !important;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0vy86di4buvm div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0vy86di4buvm div.core__row--columns{flex-direction: row;}.ecom-core.ecom-0vy86di4buvm{display: none;}}

.red-text {font-size: 18px;line-height:22px;}


@media only screen and (min-width: 1067px) { .element__image-hotspot--img img { height: 578px !important; }

.ecom-base-image picture img {
    /* width: 725px !important; */
    /* height: 580px !important; */
}

.ecom-core.ecom-6mftwpqhdvy .element__heading .ecom__heading {
    text-align: left !important;
}