/** Shopify CDN: Minification failed

Line 2582:4 Unexpected "<"

**/
/* Publish by EComposer at 2025-08-11 00:09:47*//**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-base-image .ecom-image-picture img {
                        min-height: 1px;
                        object-position: var(--object-position);
                    }
                    .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;
                    }
                    @media (max-width: 1024px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-tablet);
                        }
                    }
                    @media (max-width: 767px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-mobile);
                        }
                    }
                
                .ecom-iconlist--image img{
                    width: 20%;
                }
                .ecom-iconlist--link{
                    text-decoration:none
                }
                .ecom-iconlist--list{
                    display:grid;
                }
                .ecom-iconlist--item{
                    position: relative
                }
                .ecom-iconlist--list[data-layout='inline'] .ecom-iconlist--item{
                    display: flex;
                    align-items:center;
                }
                .ecom-iconlist-content{
                    flex:1;
                    display:flex;
                    flex-direction:column;
                    gap:10px;
                }
                .ecom-iconlist--title{
                    margin:0;
                }
                .ecom-iconlist--list, .ecom-iconlist--container {
                    margin: 0;
                    padding: 0;
                    list-style-type: none;
                }
                .ecom-iconlist--container{
                    display:flex;
                    align-items:center;
                }
                .ecom-iconlist--list[data-layout='default'] .ecom-iconlist--container {
                    padding-top: calc(var(--ecom-spacing) / 2);
                    padding-bottom: calc(var(--ecom-spacing) / 2);
                }

                .ecom-iconlist--list[data-layout='default'] .ecom-iconlist--item{
                    flex-direction:column;
                    display:flex;
                }
                .ecom-iconlist--list[data-layout='default']{
                    display:grid !important;
                }
                .ecom-iconlist--list[data-layout='inline']{
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }
                .ecom-iconlist--list[data-layout='inline'] {
                    margin-left: calc(var(--ecom-spacing) / -2);
                    margin-right: calc(var(--ecom-spacing) / -2);
                }
                .ecom-iconlist--list[data-layout='inline'] .ecom-iconlist--container {
                    padding-left: calc(var(--ecom-spacing) / 2);
                    padding-right: calc(var(--ecom-spacing) / 2);
                }
                .ecom-iconlist--icon{
                    display: flex;
                }
                .ecom-iconlist--icon[data-image="true"]{
                    display: none;
                }
                .ecom-iconlist--icon svg {
                    height: 37px;
                    width: 37px;
                }
                .ecom-iconlist--container{
                    display: inline-flex;
                    align-items: center;
                }
            
                .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;
                }

            
            .ecom-product-single__buy_it_now_btn--checkout {
                display: flex;
                justify-content: center;
                cursor: pointer;
                align-items: center;
            }
            .ecom-product-single__buy_it_now_btn-buttons-wrapper{
                display: flex;
                width: 100%;
            }
            .ecom-product-single__buy_it_now-icon-link svg{
                width: 20px;
                height: 20px;
            }
            .ecom-product-single__buy_it_now_btn--checkout.ecom-disable-buy{
                opacity: 0.6;
            }
          
                    .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
                    }
                
                .element__divi{
                    /*padding:10px 0;*/
                    overflow:hidden;
                }
                .ecom__element-divi{
                    display:flex;
                }
                .divi-line{
                    /*margin:10px 0;*/
                    border:0;
                    border-bottom: 1px solid #D1D5DB;
                }
                .divi-cont{
                    position:relative;
                    z-index:1;
                    display:flex;
                    align-items:center;
                    transition: all .3s;
                    color: #818a91;
                    width:100%;
                }
                .divi-cont span{
                    display:flex;
                    white-space:nowrap;
                }
                .divi-cont-before{
                    display:block;
                    border:0;
                }
                .divi-cont-after{
                    display:block;
                    border:0;
                }
                .divi-style{
                    padding:0 !important;
                    border-bottom: 2px solid #D1D5DB;
                }
                .divi-cont>*{
                    margin:0;
                }
                .divi-cont svg{
                    width:36px;
                    height:auto;
}
                .line-style-zigzag .divi-line, .line-style-zigzag .divi-cont-before,.line-style-zigzag .divi-cont-after {
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);
                }
                .line-style-curly .divi-line, .line-style-curly .divi-cont-before, .line-style-curly .divi-cont-after{
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);

                }
                .ecom__element-divi .ecom-image-default{
                    width:300px;
                    flex-shrink:0;

                }

                .ecom__element-divi .ecom-base-image .ecom-image-picture {
                    width: 100%;
                    max-width: 100%;
                }
                .ecom__element-divi .ecom-base-image picture{
                    overflow: hidden;
                    flex: 1 1 auto;
                    min-height: 1px;
                }
                .ecom__element-divi .ecom-base-image .ecom-image-picture img{
                    width: 100%;
                }
                .ecom__element-divi .ecom-image-default .ecom-image-picture img{
                    object-fit: contain;
                }

                .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                    flex: var(--flex-desktop);
                    width: var(--divider-width);
                }
                @media(max-width: 1024px) {
                    .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                        flex: var(--flex-tablet);
                        width: var(--divider-width-tablet);
                    }
                }
                @media(max-width: 767px) {
                    .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                        flex: var(--flex-mobile);
                        width: var(--divider-width-mobile);
                    }
                }
            
                    .ecom-product-single__price-container-grid {
                        display: flex;
                    }
                    .ecom-product-single__price--sale{
                        font-size: 30px;
                        color: rgb(26, 27, 24);
                        display:inline-flex;
                    }
                    .ecom-product-single__price--regular{
                        text-decoration: line-through;
                        color: #6B7280;
                        display:inline-flex;
                    }
                    .ecom-product-single__price--badges-sale{
                        display: none;
                        color:red;
                    }
                    .ecom-product-single__price--badges-sale-pecent{
                        display: block;
                    }
                    .ecom-product-single__price-container .ecom-product-single__price--prices{
                        display:inline-flex;
                        align-items:center;
                        justify-content:center;
                        gap:10px;
                        flex-wrap: wrap;
                    }
                    .ecom-product-single__price-container {
                        display: flex;
                        flex-direction: column;
                        gap: 5px;
                    }
                    .ecom-product-single-afterpay afterpay-placement{
                        margin:0;
                        padding: 0;
                    }
                
              .ecom-product-single__quantity-wrapper{
                display:flex;
            }
            .ecom-product-single__quantity-container{
                display:flex;

            }
            .ecom-product-single__quantity-controls {
                display: flex;
                align-items: center;
            }
            .ecom-product-single__quantity-controls-button {
                outline: none;
                cursor: pointer;
                border: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0;
                transition: background-color .1s cubic-bezier(.4,0,.6,1);
            }
            .ecom-product-single__quantity-input:focus-visible {
                box-shadow: none;
            }
            .ecom-product-single__quantity-input {
                cursor: text;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: background-color .1s cubic-bezier(.4,0,.6,1);
            }
            .ecom-product-single__quantity-dropdown{
                text-align: left;
                font-weight: 600;
                font-size: 16px;
                line-height: 1.5em;
                text-transform: none;
                font-style: normal;
                text-decoration: none;
                letter-spacing: 0px;
                color: #000;
                width: 136px;
                background-color: #F5F5F5;
                border-style: none;
                border-radius: 0px;
                outline-style: none;
                margin: 0px;
                padding: 11px 15px 11px 15px;
            }
            .ecom-product-single__quantity-wrapper .ecom-product-single__quantity-dropdown-wrapper .ecom-product-single__quantity-dropdown{
                background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.8875L5 5.8875L0 0.8875L0.8875 3.59526e-07L5 4.1125L9.1125 0L10 0.8875Z' fill='black'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                background-position: right 22px center;
                background-size: 10px;
            }
            .ecom-product-single__quantity-input::-webkit-outer-spin-button,
                input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
            .ecom-product-single__quantity-container {
                width: 100%
            }

                
                    .ecom-add-to-cart__price .ecom-product-single__price--sale{
                        font-size: inherit;
                        color: inherit;
                    }
                    .ecom-product-single__add-to-cart--submit:disabled .ecom-add-to-cart__price{
                        display: none;
                    }
                    .ecom-add-to-cart__money{
                        display: flex;
                    }
                    .ecom-builder .shopify-payment-button__button--hidden{
                        visibility: visible
                    }
                    .ecom-product-single__add-to-cart-payment-terms:empty{
                        display:none;
                    }

                    .ecom-product-single__add-to-cart--submit {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-product-single__add-to-cart--submit[disable] {
                        cursor: not-allowed;
                    }
                    .ecom-product-single__add-to-cart-buttons-wrapper {display: flex;align-items: center;}
                    .ecom-product-single__add-to-cart--submit:hover .ecom__element--button-icon {
                        color: var(--icon-color-hover);
                    }
                
                .element__featured .element__featured--box-icon{
                    display: flex;
                }
                .element__featured--wrapper {
                    display: grid;
                    width: 100%;
                }
                .element__featured--box {
                    text-align: center;
                    overflow:hidden;
                }

                .element__featured--box-img img {
                    height: auto;
                    max-width: 100%;
                    border: none;
                    box-shadow: none;
                    transition-duration: 0.3s;
                    vertical-align: middle;
                    pointer-events: none;
                }
                .ecom-button-default{
                    display:flex;
                    justify-content:inherit;
                }
                .element__featured--box-content{
                    justify-content:inherit;
                }

                .element__featured--wrapper-list {
                    display: flex;
                    overflow-x: auto;
                }

                .element__featured--wrapper-list::-webkit-scrollbar {
                    display: block;
                    height: 3px;
                }
                .element__featured--wrapper-list::-webkit-scrollbar-track {
                    background-color: rgba(0,0,0,.15);
                }
                .element__featured--wrapper-list::-webkit-scrollbar-thumb {
                    background-color: rgba(0,0,0,.25)
                }
                .element__featured--box-btn {
                    text-transform: uppercase;
                    text-decoration: none;
                    color: #fff;
                    background-color: #0691b1;
                    border-radius: 4px;
                    margin-top: 6px;
                    margin-bottom: 10px;
                    padding: 5px 20px 5px 20px;
                }
                .ecom-feature-box-icon-link svg {
                    width: 25px;
                    height: 25px;
                }
            
                    body[ecom-loaded] .ecom__accordion:not(.ecom-accordion-close-all) .ecom-item-active.ecom-accordion__item:first-child > .ecom-accordion__body {
                        height: 100% !important;
                    }
                    body[ecom-loaded] .ecom-accordion__item:not(.ecom-item-active) > .ecom-accordion__body {
                        height: 0 !important;
                    }
                    .ecom-accordion__title-text{
                        flex:1
                    }
                    body[ecom-loaded] .core__group--item.ecom-accordion__item.ecom-item-active > .ecom-accordion__body, .core__group--item.ecom-accordion__item.ecom-item-active > .ecom-accordion__body, body[ecom-loaded] .core__group--item.ecom-accordion__item.ecom-item-active .core__blocks--body {
                        overflow: inherit;
                    }
                    .core__group--item.ecom-accordion__item {
                        width: 100%;
                        flex:unset !important;
                        transition: all 500ms ease;
                    }
                    .ecom-accordion__item + .ecom-accordion__item {
                        margin-top: -1px;
                    }
                    .ecom-core .ecom-accordion__item >.ecom-accordion__body {
                        overflow: hidden;
                        margin: 0;
                        border: 0;
                        height:0;
                        opacity: 0;
                        /*transition:height 300ms ease-out;*/
                    }
                    .ecom-core .ecom-item-active > .ecom-accordion__body {
                        opacity: 1 !important;
                    }
                    .core__group--wrapper:not(.ecom-accordion-close-all) .ecom-accordion__item:first-child >.ecom-accordion__body  {
                        display: block;
                    }
                    .ecom-accordion__title {
                        cursor: pointer;
                    }
                    .ecom-accordion_nav--icon {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-accordion_wrapper-info {
                        flex: 1;
                    }
                    .ecom-accordion_wrapper-info svg {
                        width: 20px;
                        height: 20px;
                    }
                    .ecom-accordion_wrapper-info .ecom-accordion_icon-title {
                        display: flex;
                    }

                    .ecom-accordion_nav--icon svg{
                        height:auto;
                    }
                    .ecom-accordion__body > div{
                        padding:0 !important;
                    }
                    .ecom-items-icon-active{
                        display:none;
                    }
                    .ecom-accordion_nav--icon.ecom-items--icon {
                      transition: all .2s ease;
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-accordion_nav--icon{
                        display:none
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-items-icon-active{
                        display:flex;
                    }
                    .ecom-accordion__wrapper .core__group--items{
                        display:flex;
                        flex-wrap:wrap;
                    }
                    .ecom-core .ecom-item-active > .ecom-accordion__body.ecom-accordion__body--auto-height,
                    .ecom-item-group-init.ecom-item-active > .ecom-accordion__body{
                        height:auto !important;
                    }
                    .ecom-items--icon[data-image="true"]{
                        display: none;
                    }
                
            .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);
                text-overflow: ellipsis;
                overflow: hidden;
            }
            /*.ecom-collection__product-item-information-title,
            .ecom-collection__product-item-information-title a {
                display: block;
            }*/
            .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-product-single__media-container .ecom-swiper-container.ecom-product-single__media--featured {
                    overflow-y: unset !important;
                    overflow-x: clip !important;
                }
                .ecom-product-single .ecom-swiper-button-lock {
                    display: none !important;
                }
                .ecom-modal-gallery-item iframe {
                    width: 100%;
                    height: 100%;
                }
                .ecom-element.ecom-product-single .ecom-image-link-product {
                    cursor: inherit;
                }
                .ecom-product-single__media--image img {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -o-user-select: none;
                    user-select: none;
                }

                .ecom-media-video, .shopify-model-viewer-ui, .ecom-img-zoom-a, .ecom-product-single__media--model-wrapper {
                    position: absolute;
                    inset: 0
                }

                .ecom-product-single .ec_splide__pagination__page.ec_splide__pagination__page.is-active {
                    transform: none;
                }

                .ecom-product-single__media--thumbs:empty {
                    display: none !important;
                }
                .ecom-product-single__media {
                    display: block;
                    position: relative;
                    width: 100%;
                }
                .ecom-product-single__media--grid .ecom-product-single__media--images img {
                    max-width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--images {
                    display: flex;
                    flex-wrap: wrap;
                    margin-bottom: 2rem;
                    padding: 0;
                    gap: 10px;
                    list-style: none;
                }

                .ecom-product-single__media--images {
                    transition: height 0.3s;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image {
                    width: calc(50% - 1rem / 2);
                    max-width: 100%;
                    flex-grow: 1;
                }
                /** Set the media image and the first image 100% width **/

                .ecom-product-single__media--grid .ecom-product-single__media--image:nth-child(5n+1) {
                    width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image.ecom-product-single__media--full {
                    width: 100%;
                }
                .ecom-product-single__media-label, .ecom-product-single__zoom-icon-wrapper {
                    align-items: center;
                }
                .ecom-product-single__zoom-icon-wrapper {
                    color: #000000;
                    background-color: #f7f7f7;
                    border-style: solid;
                    border-width: 0.8px;
                    overflow: hidden;
                    border-radius: 50%;
                }
                .ecom-product-single__zoom-icon {
                    width: 25px;
                    height: 25px;
                    padding: 6px;
                }
                .ecom-product-single__zoom-icon-wrapper .ecom-product-single__zoom-icon svg{
                    width: 100%;
                    height: 100%;
                    display: flex;
                }
                .ecom-product-single__media-label > span {
                    height: fit-content;
                }

                .ecom-swiper-controls::after {
                    display: none
                }

                .ecom-product-single__media--grid .ecom-swiper-controls {
                    display: none;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--images img,
                .ecom-product-single__media--video video {
                    max-width: 100%;
                }

                .ecom-product-single__media--video video {
                    width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image:first-child {
                    width: 100%;
                }

                .ecom-product-single__media--grid .ecom-product-single__media--image.ecom-product-single__media--full {
                    width: 100%;
                }

                .ecom-product-single__media---external-video {
                    position: relative;
                    padding-top: var(--img_padding, 100%);
                }

                .ecom-product-single__media--image {
                    padding-top: var(--img_padding, 100%);
                }

                .ec_splide__slide.ecom-product-single__media--image img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .ecom-product-single__media--model {
                    position: relative;
                }
                .ecom-modal .ecom-swiper-wrapper .ecom-splide-slide img {
                    margin: auto !important;
                    height: auto !important;
                }
                .ecom-product-single__media---external-video iframe,
                .ecom-product-single__media--model-wrapper model-viewer {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                }

                .ecom-product-single__media .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                }

                .ecom-product-single__media--image {
                    height: 0;
                }

                .ecom-swiper-wrapper {
                    align-items: stretch;
                }

                /* Height 100% will break the thumbs slider height */
                .ecom-swiper-wrapper .ecom-splide-slide {
                    text-align: center;
                }

                .ecom-product-single__media--slider .ecom-splide-slide img {
                    object-fit: contain;
                }

                .ecom-product-single__media--thumbnail {
                    border: 2px solid transparent;
                    cursor: pointer;
                    display: flex;
                    justify-content: center;
                }
                /* Fix filter CSS on Safari */
                .ecom-product-single__media--featured img {
                    transform: translate3d(0, 0, 0);
                }
                .ecom-product-single__media--featured.ecom-before-init{
                    opacity: 0;
                }

                .ecom-product-single__media--thumbnail img {
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -o-user-select: none;
                    user-select: none;
                    width: 100%;
                    max-width: 100%;
                    height: auto;
                    border: 0;
                    vertical-align: middle;
                    position: relative;
                    z-index: 1;
                }

                .ecom-swiper-controls svg {
                    height: 16px;
                    width: 16px;
                    color: inherit;
                }

                .ecom-product-single__media-wrapper .ecom-swiper-controls {
                    cursor: pointer;
                    width: auto;
                    height: auto;
                    transition: .2s ease-in-out;
                }

                .ecom-product-single .ec_splide__arrow.ecom-swiper-button,
                .ecom-product-single .ec_splide__arrow.ecom-swiper-controls-thumb {
                    padding: 8px;
                }

                .ecom-swiper-controls-thumb svg {
                    height: 100%;
                    width: 100%;
                    color: inherit;
                }
                .ecom-product-single__media--thumbs{
                    position:relative
                }

                .ecom-product-single__media--thumbs.ec_splide--ttb {
                    top: 0;
                    bottom: 0;
                }

                .ecom-product-single .ec_splide__track--ttb.ec_splide__track--nav {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                }

                .ecom-swiper-button-thumb-prev{
                    left:0
                }

                .ecom-product-single__media-container button.ec_splide__arrow.ecom-swiper-controls {
                    transform: inherit;
                }

                .ecom-swiper-controls-thumb > svg{
                    width:24px;
                    height:24px;
                }

                .ecom-swiper-controls-thumb {
                    z-index:10;
                    display:flex;
                    cursor: pointer;
                    width:auto;
                    height:auto;
                    transition: .2s ease-in-out;
                    text-align: center;
                }
                .ecom-swiper-controls-thumb::after{
                    display:none
                }

                .ecom-swiper-controls:after {
                    margin-left: -3px;
                }

                .ecom-product-single__media--thumbnail:hover {
                    z-index: 10;
                }

                button.ecom-product-single__media--play-control {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    border: none;
                    cursor: pointer;
                    margin: 0;
                    padding: 0;
                    background-color:rgb(238 238 238 / 40%);
                }

                .ecom-product-single__media--play-control-wrapper {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%) scale(1);
                    z-index: 1;
                }
                .ecom-product-single__media--thumbnail {
                    position: relative;
                }

                .ecom-product-single__media--thumbnail--icon {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    z-index: 3;
                    display: flex;
                }

                .ecom-product-single__media--thumbnail--icon svg {
                    display: flex;
                }
                .ecom-product-single__media--horizontal .ecom-swiper-controls-thumb,
                .ecom-product-single__media-tablet--horizontal .ecom-swiper-controls-thumb,
                .ecom-product-single__media-mobile--horizontal .ecom-swiper-controls-thumb{
                    transform:translateY(-50%);
                    top: 50%;
                    margin-top: 0px;
                    width: auto;
                    height: auto;
                }
                .ecom-dont-has-many-images .ecom-product-single__media--thumbs,
                .ecom-dont-has-many-images .ec_splide__pagination {
                    display: none;
                }

                .ecom-product-single__media--image.ecom-image-align-left img {
                    left: 0;
                    right: unset;
                    transform: none;
                }
                .ecom-product-single__media--image.ecom-image-align-right img {
                    left: unset;
                    right: 0;
                    transform: none;
                }

                .ecom-product-single__media--image.ecom-image-align-center img {
                    left: 50%;
                    transform: translateX(-50%);
                }

                .ecom-product-single__media .ecom-product-single__media-container {
                    display: flex;
                    flex-direction: column;
                    gap: 10px
                }

                .ecom-swiper-container {
                    width: 100%;
                }
                .ecom-product-single__media--thumbnail > * {
                    transition:inherit;
                }

                /* Image Zoom */
                .ecom-image-zoom {
                    position: relative;
                    display: inline-block;
                    overflow: hidden;
                }

                .ecom-image-zoom > a {
                    cursor: zoom-in;
                }

                .ecom-image-zoom.is-error > a {
                    cursor: not-allowed;
                }

                .ecom-image-zoom.is-loading > a {
                    cursor: progress;
                }

                .ecom-image-zoom > a > img {
                    display: block;
                }

                .ecom-image-zoom-notice {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    z-index: 150;
                    width: 10em;
                    margin: -1em 0 0 -5em;
                    line-height: 2em;
                    text-align: center;
                    background: #FFF;
                    box-shadow: 0 0 10px #888;
                }

                .ecom-image-zoom-flyout {
                    position:absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 200;
                    overflow: hidden;
                    background: #FFF;
                    cursor: crosshair;
                }
                .ecom-image-zoom-window.ecom-image-zoom-flyout {
                    opacity: 0;
                    box-shadow: 0 1px 5px rgba(127,127,127,0.02), 0 5px 18px rgba(127,127,127,0.2);
                }
                .ecom-image-zoom-flyout.ecom-open {
                    animation: fadeZoomIn 200ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
                    -webkit-animation: fadeZoomIn 200ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
                }

                .ecom-image-zoom-flyout.ecom-close {
                    animation: fadeZoomOut 150ms cubic-bezier(0, 0, 0.2, 1)
                }

                .ecom-product-single__media .ecom-product-single__media-container .ecom-product-single__media--image .ecom-image-zoom-flyout img {
                    width: auto;
                    max-width: none !important;
                    height: auto !important;
                    object-fit: unset !important;
                    transform: none;
                }
                .ecom-product-single__media .ecom-image-align {
                    justify-content: center;
                }
                .ecom-product-single__media-label, .ecom-product-single__zoom-icon-wrapper {
                    z-index: 99;
                    pointer-events: none;
                }
                .ecom-label-position__topleft, .ecom-zoom-position__topleft {
                    top: 20px;
                    left: 20px;
                }
                .ecom-label-position__topright, .ecom-zoom-position__topright {
                    top: 20px;
                    right: 20px;
                }
                .ecom-label-position__bottomleft, .ecom-zoom-position__bottomleft {
                    bottom: 20px;
                    left: 20px;
                }
                .ecom-label-position__bottomright, .ecom-zoom-position__bottomright {
                    bottom: 20px;
                    right: 20px;
                }
                .ecom-product-single__media--thumbs.ecom-product-single__init-thumb-hidden .ecom-product-single__media--thumbnail{
                    opacity: 0;
                    visibility: hidden;
                    width: 100px;
                }

                .ecom-product-single .ec_splide:not(.is-overflow) .ec_splide__arrows {
                    display: none;
                }

                @media screen and (min-width: 1025px) {
                    .ecom-product-single__media.ecom-position-sticky {
                        position: sticky;
                        top: 0
                    }
                    .ecom-product-single__media .ecom-product-single__media--vertical .ecom-product-single__media--thumbs {
                        width: 120px;
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                    .ecom-product-single__media .ecom-product-single__media--horizontal .ecom-product-single__media--thumbs {
                        min-height: 100px;
                        height: auto;
                    }
                }
                @media (min-width: 768px) and (max-width: 1024px) {
                    .ecom-product-single__media--image.ecom-image-align-center--tablet img {
                        left: 50%;
                        right: unset;
                        transform: translateX(-50%);
                    }
                    .ecom-product-single__media--image.ecom-image-align-left--tablet img {
                        left: 0;
                        right: unset;
                        transform: none;
                    }
                    .ecom-product-single__media--image.ecom-image-align-right--tablet img {
                        left: unset;
                        right: 0;
                        transform: none;
                    }
                    .ecom-product-single__media--image, .ecom-product-single__media--full {
                        padding-top: var(--img_padding__tablet, 100%)
                    }
                    .ecom-product-single__media--thumbs.ecom-swiper-tablet-vertical {
                        min-width: 50px;
                        width: auto;
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media-tablet--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-product-single__media--image.ecom-image-align-center--mobile img {
                        left: 50%;
                        right: unset;
                        transform: translateX(-50%);
                    }
                    .ecom-product-single__media--image.ecom-image-align-left--mobile img {
                        left: 0;
                        right: unset;
                        transform: none;
                    }
                    .ecom-product-single__media--image.ecom-image-align-right--mobile img {
                        left: unset;
                        right: 0;
                        transform: none;
                    }
                    .ecom-product-single__media--image, .ecom-product-single__media--full {
                        padding-top: var(--img_padding__mobile, 100%)
                    }
                    .ecom-product-single__media--vertical-mobile .ecom-product-single__media--featured {
                        width: auto;
                    }
                    .ecom-product-single__media--thumbs.ecom-swiper-mobile-vertical {
                       /* min-width: 50px;*/
                        width: auto;
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-next{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:auto;
                        bottom:10px;
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-controls-thumb svg{
                        transform: rotate(90deg);
                    }
                    .ecom-product-single__media-mobile--vertical .ecom-product-single__media--thumbs .ecom-swiper-button-prev{
                        right:auto;
                        left:50%;
                        transform:translateX(-50%);
                        top:10px;
                        bottom:auto;
                    }
                }

                .ecom-product-single .ec_splide__arrows:not(.ec_splide__arrows--ttb) .ec_splide__arrow.ec_splide__arrow--prev svg {
                    transform: none;
                }

                @keyframes fadeZoomIn {
                0% {
                    transform: scale(0.8);
                    opacity: 0; }

                100% {
                    transform: scale(1);
                    opacity: 1; } }

                @keyframes fadeZoomOut {
                0% {
                    opacity: 1; }

                100% {
                    opacity: 0; } }

            
@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 fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.ecom-core.ecom-pvaubgfb71r{width: 50.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pvaubgfb71r{width: 100%;}}.ecom-core.ecom-j1cjzfru5r .ecom__element-divi,.ecom-core.ecom-j1cjzfru5r .divi-cont{justify-content: center;}.ecom-core.ecom-j1cjzfru5r .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-j1cjzfru5r .divi-line.divi-style{width: 100%;}.ecom-core.ecom-j1cjzfru5r .ecom__element-divi .divi-style{border-color: #E5E8EC;border-bottom-width: 1px;}.ecom-core.ecom-j1cjzfru5r .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-j1cjzfru5r{padding-bottom: 0 !important;margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j1cjzfru5r{padding-bottom: 0 !important;}}.ecom-core.ecom-pwv1ncazuya .ecom-accordion__title{text-align: left;background-color: rgba(76, 84, 95, 0);border-style: solid;border-width: 0px 0px 1px 0px;border-color: #ECECEC;border-radius: 0px;padding-top: 14px;padding-bottom: 14px;margin-left: 0px;}.ecom-core.ecom-pwv1ncazuya .ecom-accordion__title:hover{background-color: rgba(76, 84, 95, 0);}.ecom-core.ecom-pwv1ncazuya .ecom-accordion__title.ecom-item-active{background-color: rgba(76, 84, 95, 0);border-style: solid;border-width: 0px 0px 1px 0px;border-color: #E9E9E9;}.ecom-core.ecom-pwv1ncazuya .ecom-accordion__title .ecom-items--icon svg{height: 18px;width: 18px;}.ecom-core.ecom-pwv1ncazuya .ecom-accordion__title .ecom-items--icon{color: #0091cf;}.ecom-core.ecom-pwv1ncazuya .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 17px;text-transform: capitalize;font-weight: 400;line-height: 1.5em;font-style: normal;text-decoration: none;font-family: 'Montserrat', sans-serif;color: #000;}.ecom-core.ecom-pwv1ncazuya .ecom-accordion_wrapper-info .ecom-items--icon svg{height: 30px;width: 30px;}.ecom-core.ecom-pwv1ncazuya .ecom-accordion_wrapper-info .ecom-accordion_icon-title{color: rgba(14, 137, 237, 0.64);}.ecom-core.ecom-pwv1ncazuya .ecom-accordion_icon-title{margin-right: 7px;}.ecom-core.ecom-pwv1ncazuya .ecom-accordion--image img{width: 20px !important;}.ecom-core.ecom-pwv1ncazuya .ecom-accordion--image{margin-right: 10px;}.ecom-core.ecom-pwv1ncazuya .ecom-accordion__body>.core__blocks>.core__blocks--body{border-style: none;padding: 15px 0px 15px 0px;margin: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pwv1ncazuya .ecom-accordion__body>.core__blocks>.core__blocks--body{padding-bottom: 50px;margin-bottom: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pwv1ncazuya .ecom-accordion__title{padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-pwv1ncazuya .ecom-accordion__title .ecom-items--icon svg{height: 22px;width: 22px;}.ecom-core.ecom-pwv1ncazuya .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;}}.ecom-core.ecom-pwv1ncazuya{margin-top: 20px !important;padding-bottom: 0px !important;} .ecom-core.ecom-pwv1ncazuya .ecom-accordion__item:last-child .ecom-accordion__title{
    border: none;
}.ecom-core.ecom-ae7tcesbha9 .ecom-text--more-actions button ,.ecom-core.ecom-ae7tcesbha9 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ae7tcesbha9 .text-content,.ecom-core.ecom-ae7tcesbha9  .text-content a,.ecom-core.ecom-ae7tcesbha9  .text-content p,.ecom-core.ecom-ae7tcesbha9  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-ae7tcesbha9 .text-content,.ecom-core.ecom-ae7tcesbha9 .text-content a,.ecom-core.ecom-ae7tcesbha9  .text-content a,.ecom-core.ecom-ae7tcesbha9  .text-content a a,.ecom-core.ecom-ae7tcesbha9  .text-content p,.ecom-core.ecom-ae7tcesbha9  .text-content p a,.ecom-core.ecom-ae7tcesbha9  .text-content span,.ecom-core.ecom-ae7tcesbha9  .text-content span a{font-family: 'Montserrat', sans-serif;font-size: 16px;}.ecom-core.ecom-ae7tcesbha9 .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-ae7tcesbha9 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-ae7tcesbha9 .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-ae7tcesbha9 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-q21cef4jjdb .ecom-text--more-actions button ,.ecom-core.ecom-q21cef4jjdb .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-q21cef4jjdb .text-content,.ecom-core.ecom-q21cef4jjdb  .text-content a,.ecom-core.ecom-q21cef4jjdb  .text-content p,.ecom-core.ecom-q21cef4jjdb  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-q21cef4jjdb .text-content,.ecom-core.ecom-q21cef4jjdb .text-content a,.ecom-core.ecom-q21cef4jjdb  .text-content a,.ecom-core.ecom-q21cef4jjdb  .text-content a a,.ecom-core.ecom-q21cef4jjdb  .text-content p,.ecom-core.ecom-q21cef4jjdb  .text-content p a,.ecom-core.ecom-q21cef4jjdb  .text-content span,.ecom-core.ecom-q21cef4jjdb  .text-content span a{font-family: 'Montserrat', sans-serif;font-size: 16px;}.ecom-core.ecom-q21cef4jjdb .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-q21cef4jjdb .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-q21cef4jjdb .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-q21cef4jjdb .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-q21cef4jjdb{padding-bottom: 0px !important;margin-top: -10px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q21cef4jjdb{margin-top: -10px !important;}}.ecom-core.ecom-roff9fyf4wl .ecom-text--more-actions button ,.ecom-core.ecom-roff9fyf4wl .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-roff9fyf4wl .text-content,.ecom-core.ecom-roff9fyf4wl  .text-content a,.ecom-core.ecom-roff9fyf4wl  .text-content p,.ecom-core.ecom-roff9fyf4wl  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-roff9fyf4wl .text-content,.ecom-core.ecom-roff9fyf4wl .text-content a,.ecom-core.ecom-roff9fyf4wl  .text-content a,.ecom-core.ecom-roff9fyf4wl  .text-content a a,.ecom-core.ecom-roff9fyf4wl  .text-content p,.ecom-core.ecom-roff9fyf4wl  .text-content p a,.ecom-core.ecom-roff9fyf4wl  .text-content span,.ecom-core.ecom-roff9fyf4wl  .text-content span a{font-family: 'Montserrat', sans-serif;font-size: 16px;}.ecom-core.ecom-roff9fyf4wl .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-roff9fyf4wl .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-roff9fyf4wl .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-roff9fyf4wl .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-roff9fyf4wl{padding-bottom: 0px !important;margin-top: -10px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-roff9fyf4wl{margin-top: -10px !important;}}.ecom-core.ecom-ynysh1v85ts .ecom-text--more-actions button ,.ecom-core.ecom-ynysh1v85ts .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ynysh1v85ts .text-content,.ecom-core.ecom-ynysh1v85ts  .text-content a,.ecom-core.ecom-ynysh1v85ts  .text-content p,.ecom-core.ecom-ynysh1v85ts  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-ynysh1v85ts .text-content,.ecom-core.ecom-ynysh1v85ts .text-content a,.ecom-core.ecom-ynysh1v85ts  .text-content a,.ecom-core.ecom-ynysh1v85ts  .text-content a a,.ecom-core.ecom-ynysh1v85ts  .text-content p,.ecom-core.ecom-ynysh1v85ts  .text-content p a,.ecom-core.ecom-ynysh1v85ts  .text-content span,.ecom-core.ecom-ynysh1v85ts  .text-content span a{font-family: 'Montserrat', sans-serif;font-size: 16px;}.ecom-core.ecom-ynysh1v85ts .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-ynysh1v85ts .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-ynysh1v85ts .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-ynysh1v85ts .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-t4aqkys0wpf .ecom-text--more-actions button ,.ecom-core.ecom-t4aqkys0wpf .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-t4aqkys0wpf .text-content,.ecom-core.ecom-t4aqkys0wpf  .text-content a,.ecom-core.ecom-t4aqkys0wpf  .text-content p,.ecom-core.ecom-t4aqkys0wpf  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-t4aqkys0wpf .text-content,.ecom-core.ecom-t4aqkys0wpf .text-content a,.ecom-core.ecom-t4aqkys0wpf  .text-content a,.ecom-core.ecom-t4aqkys0wpf  .text-content a a,.ecom-core.ecom-t4aqkys0wpf  .text-content p,.ecom-core.ecom-t4aqkys0wpf  .text-content p a,.ecom-core.ecom-t4aqkys0wpf  .text-content span,.ecom-core.ecom-t4aqkys0wpf  .text-content span a{font-family: 'Montserrat', sans-serif;font-size: 16px;}.ecom-core.ecom-t4aqkys0wpf .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-t4aqkys0wpf .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-t4aqkys0wpf .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-t4aqkys0wpf .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-z819wt1vyk .ecom-text--more-actions button ,.ecom-core.ecom-z819wt1vyk .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-z819wt1vyk .text-content,.ecom-core.ecom-z819wt1vyk  .text-content a,.ecom-core.ecom-z819wt1vyk  .text-content p,.ecom-core.ecom-z819wt1vyk  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-z819wt1vyk .text-content,.ecom-core.ecom-z819wt1vyk .text-content a,.ecom-core.ecom-z819wt1vyk  .text-content a,.ecom-core.ecom-z819wt1vyk  .text-content a a,.ecom-core.ecom-z819wt1vyk  .text-content p,.ecom-core.ecom-z819wt1vyk  .text-content p a,.ecom-core.ecom-z819wt1vyk  .text-content span,.ecom-core.ecom-z819wt1vyk  .text-content span a{font-family: 'Montserrat', sans-serif;font-size: 16px;}.ecom-core.ecom-z819wt1vyk .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-z819wt1vyk .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-z819wt1vyk .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-z819wt1vyk .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-dodnbbzj1et .ecom-text--more-actions button ,.ecom-core.ecom-dodnbbzj1et .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-dodnbbzj1et .text-content,.ecom-core.ecom-dodnbbzj1et  .text-content a,.ecom-core.ecom-dodnbbzj1et  .text-content p,.ecom-core.ecom-dodnbbzj1et  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-dodnbbzj1et .text-content,.ecom-core.ecom-dodnbbzj1et .text-content a,.ecom-core.ecom-dodnbbzj1et  .text-content a,.ecom-core.ecom-dodnbbzj1et  .text-content a a,.ecom-core.ecom-dodnbbzj1et  .text-content p,.ecom-core.ecom-dodnbbzj1et  .text-content p a,.ecom-core.ecom-dodnbbzj1et  .text-content span,.ecom-core.ecom-dodnbbzj1et  .text-content span a{font-family: 'Montserrat', sans-serif;font-size: 16px;}.ecom-core.ecom-dodnbbzj1et .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-dodnbbzj1et .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-dodnbbzj1et .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-dodnbbzj1et .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-t40xtfjql9j .ecom-text--more-actions button ,.ecom-core.ecom-t40xtfjql9j .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-t40xtfjql9j .text-content,.ecom-core.ecom-t40xtfjql9j  .text-content a,.ecom-core.ecom-t40xtfjql9j  .text-content p,.ecom-core.ecom-t40xtfjql9j  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-t40xtfjql9j .text-content,.ecom-core.ecom-t40xtfjql9j .text-content a,.ecom-core.ecom-t40xtfjql9j  .text-content a,.ecom-core.ecom-t40xtfjql9j  .text-content a a,.ecom-core.ecom-t40xtfjql9j  .text-content p,.ecom-core.ecom-t40xtfjql9j  .text-content p a,.ecom-core.ecom-t40xtfjql9j  .text-content span,.ecom-core.ecom-t40xtfjql9j  .text-content span a{font-family: 'Montserrat', sans-serif;font-size: 16px;}.ecom-core.ecom-t40xtfjql9j .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-t40xtfjql9j .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-t40xtfjql9j .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-t40xtfjql9j .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-f57pyo0p4le .ecom-text--more-actions button ,.ecom-core.ecom-f57pyo0p4le .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-f57pyo0p4le .text-content,.ecom-core.ecom-f57pyo0p4le  .text-content a,.ecom-core.ecom-f57pyo0p4le  .text-content p,.ecom-core.ecom-f57pyo0p4le  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-f57pyo0p4le .text-content,.ecom-core.ecom-f57pyo0p4le .text-content a,.ecom-core.ecom-f57pyo0p4le  .text-content a,.ecom-core.ecom-f57pyo0p4le  .text-content a a,.ecom-core.ecom-f57pyo0p4le  .text-content p,.ecom-core.ecom-f57pyo0p4le  .text-content p a,.ecom-core.ecom-f57pyo0p4le  .text-content span,.ecom-core.ecom-f57pyo0p4le  .text-content span a{font-family: 'Montserrat', sans-serif;font-size: 16px;}.ecom-core.ecom-f57pyo0p4le .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-f57pyo0p4le .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-f57pyo0p4le .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-f57pyo0p4le .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-xcy0qgieskf .ecom__element-divi,.ecom-core.ecom-xcy0qgieskf .divi-cont{justify-content: center;}.ecom-core.ecom-xcy0qgieskf .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-xcy0qgieskf .divi-line.divi-style{width: 100%;}.ecom-core.ecom-xcy0qgieskf .ecom__element-divi .divi-style{border-color: #E5E8EC;border-bottom-width: 1px;}.ecom-core.ecom-xcy0qgieskf .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-xcy0qgieskf{padding-bottom: 0 !important;margin-top: 0px !important;margin-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xcy0qgieskf{padding-bottom: 0 !important;}}.ecom-core.ecom-14ktd212q7h .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-14ktd212q7h .element__featured--wrapper{grid-template-columns: repeat(4, 1fr);gap: 0px;}.ecom-core.ecom-14ktd212q7h .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-14ktd212q7h .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-14ktd212q7h .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 20px;}.ecom-core.ecom-14ktd212q7h .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-14ktd212q7h .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-14ktd212q7h .element__featured--wrapper{grid-template-columns: repeat(4, 1fr);gap: 0px;}.ecom-core.ecom-14ktd212q7h .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box{text-align: center;justify-content: center;}.ecom-core.ecom-14ktd212q7h .ecom-image-default{width: 68px !important;}.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box-img img,.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box-img picture{height: 68px !important;}.ecom-core.ecom-14ktd212q7h .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box-img{margin-bottom: 30px;}.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box-icon{color: #848484;justify-content: center;}.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-14ktd212q7h .element__featured--box-icon svg{margin-bottom: 15px;}.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box-text,.ecom-core.ecom-14ktd212q7h .element__featured a{font-size: 12px;font-weight: 400;line-height: 1.75em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box-text{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box-icon svg{height: 25px;width: 25px;}.ecom-core.ecom-14ktd212q7h .element__featured--box-icon svg{margin-right: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box-text,.ecom-core.ecom-14ktd212q7h .element__featured a{font-size: 10px;}.ecom-core.ecom-14ktd212q7h .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-14ktd212q7h{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-14ktd212q7h{padding-bottom: 0px !important;margin-top: 5px !important;}}.ecom-core.ecom-i4v1soaycn .ecom__element-divi,.ecom-core.ecom-i4v1soaycn .divi-cont{justify-content: center;}.ecom-core.ecom-i4v1soaycn .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-i4v1soaycn .divi-line.divi-style{width: 100%;}.ecom-core.ecom-i4v1soaycn .ecom__element-divi .divi-style{border-color: #E5E8EC;border-bottom-width: 1px;}.ecom-core.ecom-i4v1soaycn .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-i4v1soaycn{padding-bottom: 0px !important;margin-top: -10px !important;margin-bottom: -10px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-i4v1soaycn{padding-bottom: 0 !important;margin-top: 0px !important;margin-bottom: 0px !important;}}.ecom-core.ecom-pgo7x1o790b{text-align: left;}.ecom-core.ecom-pgo7x1o790b{padding-bottom: 0px !important;margin-top: -5px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pgo7x1o790b{margin-top: 0px !important;}} 
    <script>tolstoyAppKey="43479bd4-ce61-4680-8492-133ad1ed4f10"</script>
    <script type="module"
      async
      src="https://widget.gotolstoy.com/we/widget.js"
    >
    </script>
    <script
      type="text/javascript"
      nomodule
      async
      src="https://widget.gotolstoy.com/widget/widget.js"
    ></script>
    .ecom-core.ecom-9kygx7oeb2 .ecom__element-divi,.ecom-core.ecom-9kygx7oeb2 .divi-cont{justify-content: center;}.ecom-core.ecom-9kygx7oeb2 .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-9kygx7oeb2 .divi-line.divi-style{width: 100%;}.ecom-core.ecom-9kygx7oeb2 .ecom__element-divi .divi-style{border-color: #E5E8EC;border-bottom-width: 1px;}.ecom-core.ecom-9kygx7oeb2 .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-9kygx7oeb2{padding-bottom: 0px !important;margin-top: 0px !important;margin-bottom: -10px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9kygx7oeb2{padding-bottom: 0px !important;margin-top: 10px !important;margin-bottom: 0px !important;}}.ecom-core.ecom-0tjzikphad0c{text-align: left;}.ecom-core.ecom-0tjzikphad0c{margin-top: 0px !important;margin-bottom: 0px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0tjzikphad0c{padding-bottom: 0px !important;margin-top: 0px !important;margin-bottom: 0px !important;}}.ecom-core.ecom-6vefzvouu8f .ecom-text--more-actions button ,.ecom-core.ecom-6vefzvouu8f .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-6vefzvouu8f .text-content,.ecom-core.ecom-6vefzvouu8f  .text-content a,.ecom-core.ecom-6vefzvouu8f  .text-content p,.ecom-core.ecom-6vefzvouu8f  .text-content span{text-align: center;color: #f00707;}.ecom-core.ecom-6vefzvouu8f .text-content,.ecom-core.ecom-6vefzvouu8f .text-content a,.ecom-core.ecom-6vefzvouu8f  .text-content a,.ecom-core.ecom-6vefzvouu8f  .text-content a a,.ecom-core.ecom-6vefzvouu8f  .text-content p,.ecom-core.ecom-6vefzvouu8f  .text-content p a,.ecom-core.ecom-6vefzvouu8f  .text-content span,.ecom-core.ecom-6vefzvouu8f  .text-content span a{font-size: 13px;font-weight: 500;}.ecom-core.ecom-6vefzvouu8f .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-6vefzvouu8f .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-6vefzvouu8f .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-6vefzvouu8f .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (min-width: 1025px) {.ecom-core.ecom-6vefzvouu8f{padding-bottom: 0 !important;margin-top: 0px !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6vefzvouu8f{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6vefzvouu8f{padding-bottom: 0 !important;display: none;}}.ecom-core.ecom-njbk1i7r2p .ecom__element--button-icon{order: -1;}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit{gap: 10px;}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart-buttons-wrapper{align-items: center;justify-content: center;}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit{justify-content: center;font-weight: 900;letter-spacing: 0px;font-style: normal;font-size: 22px;line-height: 1.25em;font-family: 'Red Hat Display', sans-serif;text-transform: uppercase;width: 100%;height: 56px;min-height: 56px;color: #ffffff;background-color: #f87c56;border-style: none;border-radius: 40px;transition-duration: 300ms;;;padding: 12.5px 25px 12.5px 25px;margin-top: 0px;margin-left: 0px;}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit:hover{color: #030303;background-color: #f87c56;}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order{font-size: 16px;font-weight: 700;line-height: 1.25em;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;text-transform: uppercase;width: 100%;height: 56px;min-height: 56px;color: #fff;background-color: #000;border-radius: 40px;margin-left: 12px;padding: 12.5px 25px 12.5px 25px;}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order:hover{width: 100%;height: 46px;min-height: 46px;color: #fff;background-color: rgba(0, 0, 0, 0.8);}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit:disabled{font-size: 16px;text-transform: uppercase;line-height: 1.25em;letter-spacing: 0px;font-weight: 700;font-family: 'DM Sans', sans-serif;width: 100%;height: 56px;min-height: 56px;color: #000;background-color: #bdb9b9;border-style: none;border-radius: 40px;padding: 12.5px 25px 12.5px 25px;margin-left: 12px;}.ecom-core.ecom-njbk1i7r2p .ecom__element--button-icon svg{height: 0px;width: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit{font-size: 22px;font-family: 'Red Hat Display', sans-serif;font-weight: 800;height: 50px;min-height: 50px;padding-right: 15px;padding-left: 15px;}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order{font-size: 14px;height: 50px;min-height: 50px;}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit:disabled{font-size: 14px;height: 50px;min-height: 50px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit{font-size: 20px;font-family: 'Red Hat Display', sans-serif;height: 46px;min-height: 46px;padding: 30px 15px 30px 15px;}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order{font-size: 12px;height: 46px;min-height: 46px;}.ecom-core.ecom-njbk1i7r2p .ecom-product-single__add-to-cart--submit:disabled{font-size: 12px;height: 46px;min-height: 46px;padding-right: 15px;padding-left: 15px;}.ecom-core.ecom-njbk1i7r2p .ecom__element--button-icon svg{height: 0px;width: 0px;}}.ecom-core.ecom-njbk1i7r2p{margin-top: 8px !important;padding-bottom: 0 !important;width: 100%;max-width:100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-njbk1i7r2p{padding-bottom: 9px !important;display: block;}}.ecom-core.ecom-a1urgwb7vzq .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-a1urgwb7vzq .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 15px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-a1urgwb7vzq .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a1urgwb7vzq .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));}}.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;background-color: rgba(250, 250, 250, 0.22);padding: 0px;}.ecom-core.ecom-a1urgwb7vzq .ecom-image-default{width: 14px !important;}.ecom-core.ecom-a1urgwb7vzq .ecom-iconlist--image ,.ecom-core.ecom-a1urgwb7vzq .ecom-iconlist--image .ecom-image-default,.ecom-core.ecom-a1urgwb7vzq .ecom-iconlist--image  > picture,.ecom-core.ecom-a1urgwb7vzq .ecom-iconlist--image > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-a1urgwb7vzq .ecom-iconlist--image{margin: -1px 5px 0px 0px;padding: 0px;}.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--icon{color: #000000;border-style: none;border-radius: 0%;margin: 0px 9px 0px 0px;padding: 0px;}.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;font-weight: 400;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--title a{font-size: 13px;font-family: 'Poppins', sans-serif;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-a1urgwb7vzq .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-a1urgwb7vzq{margin-top: 10px !important;margin-bottom: 10px !important;padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-a1urgwb7vzq{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a1urgwb7vzq{padding-bottom: 0 !important;display: none;}} .ecom-core.ecom-a1urgwb7vzq .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container{flex-direction: column;gap: 0px;}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-wrapper{justify-content: flex-start;}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input,.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-controls-button,.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container .ecom-product-single__quantity-dropdown{height: 40px;}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container label{text-align: left;color: #2e2c2c;margin-bottom: 0px;}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container label,.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container label a{font-weight: 500;font-size: 13px;}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input{text-align: center;font-weight: 400;font-size: 13px;line-height: 1.5em;color: #404040;background-color: rgba(255, 0, 0, 0);border-style: solid;border-width: 1px 0px 1px 0px;border-color: #444;border-radius: 0px;outline-style:none;margin: 0px;padding: 0px;}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input:focus{border-style: solid;border-top-width: 1px;border-bottom-width: 1px;border-color: #444;outline-style:none;}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus svg{height: 12px;width: 12px;}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus{color: #444;background-color: rgba(245, 245, 245, 0);border-style: solid;border-width: 1px 0px 1px 1px;border-color: #444;padding: 0px 5px 0px 10px;}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus:hover{color: #444;background-color: rgba(209, 209, 209, 0);}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus svg{height: 12px;width: 12px;}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus{color: #444;background-color: rgba(245, 245, 245, 0);border-style: solid;border-width: 1px 1px 1px 0px;border-color: #444;padding: 0px 10px 0px 5px;}.ecom-core.ecom-kfoc2ujry1 .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus:hover{color: #444;background-color: rgba(207, 207, 207, 0);}.ecom-core.ecom-kfoc2ujry1{margin-top: 15px !important;margin-bottom: 15px !important;padding-bottom: 0px !important;width: unset;max-width:unset;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kfoc2ujry1{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kfoc2ujry1{padding-bottom: 0 !important;display: block;}}.ecom-core.ecom-gyueh968b1l .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-gyueh968b1l .ecom-iconlist--list{gap: 4px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gyueh968b1l .ecom-iconlist--list{gap: 4px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gyueh968b1l .ecom-iconlist--list{gap: 5px;}}.ecom-core.ecom-gyueh968b1l .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-gyueh968b1l .ecom-image-default{width: 20% !important;}.ecom-core.ecom-gyueh968b1l .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-gyueh968b1l .ecom-base-iconlist .ecom-iconlist--icon svg{height: 24px;width: 24px;}.ecom-core.ecom-gyueh968b1l .ecom-base-iconlist .ecom-iconlist--icon{color: #54B385;border-style: none;border-radius: 10%;margin-top: 0px;margin-right: 20px;padding: 0px;}.ecom-core.ecom-gyueh968b1l .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: #8C8C8C;margin-top: 0px;}.ecom-core.ecom-gyueh968b1l .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-gyueh968b1l .ecom-base-iconlist .ecom-iconlist--des a{font-size: 16px;line-height: 1.75em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gyueh968b1l .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gyueh968b1l .ecom-base-iconlist .ecom-iconlist--icon svg{height: 24px;width: 24px;}.ecom-core.ecom-gyueh968b1l .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-gyueh968b1l .ecom-base-iconlist .ecom-iconlist--des a{font-size: 16px;}}.ecom-core.ecom-gyueh968b1l{margin-top: 10px !important;margin-bottom: 20px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gyueh968b1l{margin-top: 10px !important;margin-bottom: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gyueh968b1l{margin-top: 10px !important;margin-bottom: 20px !important;}} .ecom-core.ecom-gyueh968b1l .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-g954wk5m5zl .ecom__element-divi,.ecom-core.ecom-g954wk5m5zl .divi-cont{justify-content: center;}.ecom-core.ecom-g954wk5m5zl .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-g954wk5m5zl .divi-line.divi-style{width: 100%;}.ecom-core.ecom-g954wk5m5zl .ecom__element-divi .divi-style{border-color: #E5E8EC;border-bottom-width: 1px;}.ecom-core.ecom-g954wk5m5zl .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-g954wk5m5zl{padding-bottom: 0 !important;margin-bottom: -10px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g954wk5m5zl{padding-bottom: 0 !important;}}.ecom-core.ecom-yzs83te0zfm{text-align: left;}.ecom-core.ecom-yzs83te0zfm{margin-top: -5px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yzs83te0zfm{margin-top: -5px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price-container-grid{justify-content: flex-start;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale.ecom-product-single__price-normal a{line-height: 1.25em;font-weight: 500;font-family: 'Fira Sans', sans-serif;letter-spacing: 0px;text-transform: capitalize;font-size: 30px;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale.ecom-product-single__price-normal{color: #f20707;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale,.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale a{font-weight: 500;font-size: 30px;font-family: 'Fira Sans', sans-serif;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale{color: #fa0202;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--regular,.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--regular a{font-weight: 500;font-size: 20px;line-height: 1.25em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--regular{color: #030202;margin-top: 0px;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--badges-sale,.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--badges-sale a{font-size: 12px;font-weight: 700;line-height: 1.5em;text-transform: uppercase;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--badges-sale{color: #ffffff;margin-left: 12px;padding: 5px 12px 5px 12px;background-color: #1CAE4C;border-radius: 40px;overflow: hidden;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--badges-sold-out a{font-size: 12px;font-weight: 500;line-height: 1.5em;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--badges-sold-out{color: #ffffff;margin-left: 0px;padding: 5px 12px 5px 12px;background-color: #111827;border-radius: 50px;overflow: hidden;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 25px;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--regular,.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--regular a{font-size: 25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale.ecom-product-single__price-normal a{line-height: 1.25em;font-weight: 600;font-family: 'Fira Sans', sans-serif;letter-spacing: 0px;text-transform: capitalize;font-size: 30px;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale,.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--sale a{font-size: 30px;font-family: 'Fira Sans', sans-serif;font-weight: 600;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--regular,.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--regular a{font-size: 17px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--badges-sale,.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--badges-sale a{font-size: 14px;}.ecom-core.ecom-elf6qnmoim .ecom-product-single__price--badges-sale{padding-right: 15px;padding-left: 15px;}}.ecom-core.ecom-elf6qnmoim{margin-top: 20px !important;margin-bottom: -10px !important;padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-elf6qnmoim.ecom-animated{animation-duration: 500ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-elf6qnmoim{margin-top: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-elf6qnmoim{margin-top: 15px !important;padding-bottom: 0px !important;}} .ecom-core.ecom-elf6qnmoim .ecom-product-single__price-container-grid{
    align-items: center;
}.ecom-core.ecom-ni7iexdq61 .ecom__element-divi,.ecom-core.ecom-ni7iexdq61 .divi-cont{justify-content: center;}.ecom-core.ecom-ni7iexdq61 .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-ni7iexdq61 .divi-line.divi-style{width: 100%;}.ecom-core.ecom-ni7iexdq61 .ecom__element-divi .divi-style{border-color: #E5E8EC;border-bottom-width: 1px;}.ecom-core.ecom-ni7iexdq61 .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-ni7iexdq61{padding-bottom: 0 !important;margin-top: 0px !important;margin-bottom: -10px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ni7iexdq61{padding-bottom: 0 !important;}}.ecom-core.ecom-btnpwj92mvg .ecom__element--button{gap: 10px;}.ecom-core.ecom-btnpwj92mvg .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-btnpwj92mvg .ecom__element--button{font-size: 10px;font-family: 'Albert Sans', sans-serif;font-weight: 700;text-transform: uppercase;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;color: #000;background-color: rgba(255, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #000;border-radius: 3px;transition-duration: 400ms;;;padding: 8px 15px 8px 15px;margin: 0px;}.ecom-core.ecom-btnpwj92mvg .ecom__element--button:hover{color: #000;background-color: rgba(255, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #000;border-radius: 3px;}.ecom-core.ecom-btnpwj92mvg .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-btnpwj92mvg .ecom-button-icon svg{height: 15px;width: 15px;}.ecom-core.ecom-btnpwj92mvg .ecom-button-icon{border-radius: 50%;transition: all 400ms ease;}.ecom-core.ecom-btnpwj92mvg{padding-bottom: 0 !important;margin-top: 20px !important;}.ecom-core.ecom-m22udddef8n .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-m22udddef8n .element__heading .ecom__heading,.ecom-core.ecom-m22udddef8n .element__heading .ecom__heading a{font-weight: bolder;font-family: 'Poppins', sans-serif;font-size: 28px;font-style: normal;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-m22udddef8n .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-m22udddef8n .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-m22udddef8n .element__heading .ecom__heading,.ecom-core.ecom-m22udddef8n .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-m22udddef8n{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-m22udddef8n{padding-bottom: 0 !important;display: none;}}.ecom-core.ecom-b44m9du4xw9 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-b44m9du4xw9 .element__heading .ecom__heading,.ecom-core.ecom-b44m9du4xw9 .element__heading .ecom__heading a{font-weight: 500;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-b44m9du4xw9 .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b44m9du4xw9 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-b44m9du4xw9 .element__heading .ecom__heading,.ecom-core.ecom-b44m9du4xw9 .element__heading .ecom__heading a{font-size: 20px;font-family: 'Poppins', sans-serif;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-b44m9du4xw9{padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-b44m9du4xw9{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b44m9du4xw9{padding-bottom: 0 !important;margin-top: 10px !important;}}.ecom-core.ecom-w2dw63lv7sk{margin-left: -15px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w2dw63lv7sk{margin-top: -20px !important;}}.ecom-core.ecom-9iwvhqouz3n .ecom-text--more-actions button ,.ecom-core.ecom-9iwvhqouz3n .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-9iwvhqouz3n .text-content,.ecom-core.ecom-9iwvhqouz3n  .text-content a,.ecom-core.ecom-9iwvhqouz3n  .text-content p,.ecom-core.ecom-9iwvhqouz3n  .text-content span{text-align: left;color: #FF4444;}.ecom-core.ecom-9iwvhqouz3n .text-content,.ecom-core.ecom-9iwvhqouz3n .text-content a,.ecom-core.ecom-9iwvhqouz3n  .text-content a,.ecom-core.ecom-9iwvhqouz3n  .text-content a a,.ecom-core.ecom-9iwvhqouz3n  .text-content p,.ecom-core.ecom-9iwvhqouz3n  .text-content p a,.ecom-core.ecom-9iwvhqouz3n  .text-content span,.ecom-core.ecom-9iwvhqouz3n  .text-content span a{font-weight: 600;font-size: 14px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;font-family: 'Albert Sans', sans-serif;}.ecom-core.ecom-9iwvhqouz3n .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-9iwvhqouz3n .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-9iwvhqouz3n .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-9iwvhqouz3n .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-9iwvhqouz3n{margin-top: 3px !important;padding-bottom: 0 !important;width: unset;max-width:unset;animation-duration: 500ms !important;}.ecom-core.ecom-9iwvhqouz3n.ecom-animated{animation-name: fadeInRight;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9iwvhqouz3n{padding-bottom: 0 !important;display: none;}}.ecom-core.ecom-hlnsgypnr9h .ecom-image-align{align-items: center;}.ecom-core.ecom-hlnsgypnr9h .ecom-image-default{width: 18px !important;max-width: 100% !important;}.ecom-core.ecom-hlnsgypnr9h .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-hlnsgypnr9h .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-hlnsgypnr9h .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-hlnsgypnr9h .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-hlnsgypnr9h .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-hlnsgypnr9h{margin-right: 6px !important;padding-bottom: 0 !important;width: unset;max-width:unset;animation-duration: 500ms !important;}.ecom-core.ecom-hlnsgypnr9h.ecom-animated{animation-name: bounceIn;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;animation-iteration-count: unset;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hlnsgypnr9h{display: none;}}.ecom-core.ecom-200dpfs8mq6{width: 50.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-200dpfs8mq6{width: 100%;}}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--slider{flex-flow: column;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media .ecom-product-single__media-container{gap: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--slider{flex-flow: column;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media .ecom-product-single__media-container{gap: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--slider{flex-flow: column;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media .ecom-product-single__media-container{gap: 4px;}}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--featured img{object-fit: cover;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--featured ,.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--featured .ecom-image-default{opacity: 1;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__zoom-icon-wrapper  .ecom-product-single__zoom-icon{height: 44px;width: 44px;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__zoom-icon-wrapper {color: #222;background-color: #ffffff;border-style: none;box-shadow: 0 0 5px 0 #00000017;overflow: hidden;border-radius: 50%;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__zoom-icon{padding: 12px;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--video  svg{height: 39px;width: 39px;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--video  .ecom-product-single__media--play-control-wrapper svg{color: #000000;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--video :hover  .ecom-product-single__media--play-control-wrapper svg{color: #ff0000;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--thumbnail{opacity: 0.89;box-shadow: 0 0 0px 0 rgba(255, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #fff;transition: all 300ms ease;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--thumbnail ,.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--thumbnail img{border-radius: 0px;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--thumbnail:hover{opacity: 1;border-style: solid;border-width: 1px;border-color: #d9d9d9;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--thumbnail.ec_splide__slide.is-active{opacity: 1;border-style: solid;border-width: 1px;border-color: #d9d9d9;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--thumbnail .ec_splide__slide.is-active,.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--thumbnail img.ec_splide__slide.is-active{border-radius: 5px;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--thumbnail svg{transform: rotate(0deg);}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--thumbnail .ecom-product-single__media--thumbnail--icon svg{color: #575757;background-color: rgba(196, 188, 188, 0.27);}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media--thumbnail:hover .ecom-product-single__media--thumbnail--icon svg{color: #000000;}.ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media-label{gap: 6px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0rdk5yji8sf8 .ecom-image-default{width: 100% !important;max-width: 100% !important;}}.ecom-core.ecom-0rdk5yji8sf8{padding-right: 0px !important;padding-bottom: 0px !important;margin-top: -20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0rdk5yji8sf8{margin-top: -20px !important;}} .ecom-core.ecom-0rdk5yji8sf8 .ecom-product-single__media-label span[data-text=" "]{
    display: none!important;
}.ecom-core.ecom-7q5usliordv{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7q5usliordv{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7q5usliordv{margin-bottom: 0px !important;padding-bottom: 0 !important;}}
.ecom-core.ecom-398z1gyi5o4{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-398z1gyi5o4{width: 100%;}}.ecom-core.ecom-4e9yco4jxo4 .ecom-image-align{align-items: center;}.ecom-core.ecom-4e9yco4jxo4 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-4e9yco4jxo4 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-4e9yco4jxo4 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-4e9yco4jxo4 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-4e9yco4jxo4 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-4e9yco4jxo4 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (min-width: 1025px) {.ecom-core.ecom-yzjg4aufob{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-yzjg4aufob div.core__row--columns{flex-direction: row;}.ecom-core.ecom-yzjg4aufob{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-yzjg4aufob div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-mbmwq677l1q{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mbmwq677l1q{width: 100%;}}.ecom-core.ecom-p5l2xs0l4p .ecom-button-icon{order: 1;}.ecom-core.ecom-p5l2xs0l4p .ecom-product-single__buy_it_now_btn--checkout{gap: 0px;}.ecom-core.ecom-p5l2xs0l4p .ecom-product-single__buy_it_now_btn--checkout{width: 225px;}.ecom-core.ecom-p5l2xs0l4p .ecom-product-single__buy_it_now_btn-buttons-wrapper{align-items: center;justify-content: center;}.ecom-core.ecom-p5l2xs0l4p .ecom-product-single__buy_it_now_btn .ecom-product-single__buy_it_now_btn--checkout{text-transform: uppercase;font-size: 16px;height: 45px;min-height: 45px;color: #FFF;background-color: #0691b1;border-style: none;border-radius: 3px;padding: 12.5px 50px 12.5px 50px;}.ecom-core.ecom-p5l2xs0l4p .ecom-product-single__buy_it_now_btn .ecom-product-single__buy_it_now_btn--checkout:hover{background-color: #12bbe0;border-radius: 3px;}.ecom-core.ecom-p5l2xs0l4p .ecom-product-single__buy_it_now-icon-link svg{height: 20px;width: 20px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p5l2xs0l4p .ecom-product-single__buy_it_now_btn .ecom-product-single__buy_it_now_btn--checkout{font-weight: 600;color: rgba(255, 255, 255, 0.75);background-color: #f87c56;border-radius: 70px;padding-left: 50px;}.ecom-core.ecom-p5l2xs0l4p .ecom-product-single__buy_it_now_btn .ecom-product-single__buy_it_now_btn--checkout:hover{color: #ffffff;background-color: #f87c56;border-radius: 70px;}.ecom-core.ecom-p5l2xs0l4p .ecom-product-single__buy_it_now-icon-link svg{height: 0px;width: 0px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-p5l2xs0l4p{display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p5l2xs0l4p{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p5l2xs0l4p{margin-top: 20px !important;margin-bottom: 20px !important;display: none;}}.ecom-core.ecom-bujy7cdex7j .ecom-text--more-actions button ,.ecom-core.ecom-bujy7cdex7j .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-bujy7cdex7j .text-content,.ecom-core.ecom-bujy7cdex7j  .text-content a,.ecom-core.ecom-bujy7cdex7j  .text-content p,.ecom-core.ecom-bujy7cdex7j  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-bujy7cdex7j .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-bujy7cdex7j .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-bujy7cdex7j .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-bujy7cdex7j .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-bujy7cdex7j .text-content,.ecom-core.ecom-bujy7cdex7j .text-content a,.ecom-core.ecom-bujy7cdex7j  .text-content a,.ecom-core.ecom-bujy7cdex7j  .text-content a a,.ecom-core.ecom-bujy7cdex7j  .text-content p,.ecom-core.ecom-bujy7cdex7j  .text-content p a,.ecom-core.ecom-bujy7cdex7j  .text-content span,.ecom-core.ecom-bujy7cdex7j  .text-content span a{font-size: 11px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bujy7cdex7j{margin-left: 20px !important;}}.ecom-core.ecom-xystf589rs9 .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-xystf589rs9 .ecom-iconlist--list{gap: 10px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xystf589rs9 .ecom-iconlist--list{gap: 20px;}}.ecom-core.ecom-xystf589rs9 .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-xystf589rs9 .ecom-image-default{width: 64% !important;max-width: 37% !important;}.ecom-core.ecom-xystf589rs9 .ecom-iconlist--image img,.ecom-core.ecom-xystf589rs9 .ecom-iconlist--image picture{height: 63px !important;}.ecom-core.ecom-xystf589rs9 .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-xystf589rs9 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 37px;width: 37px;}.ecom-core.ecom-xystf589rs9 .ecom-base-iconlist .ecom-iconlist--icon{border-style: solid;border-width: 1px;border-color: #bdbdbd;border-radius: 63%;padding: 15px;}.ecom-core.ecom-xystf589rs9 .ecom-base-iconlist .ecom-iconlist--des{text-align: center;color: #030303;margin-left: -120px;}.ecom-core.ecom-xystf589rs9 .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-xystf589rs9 .ecom-base-iconlist .ecom-iconlist--des a{font-family: 'Jost', sans-serif;font-size: 16px;line-height: 23px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xystf589rs9 .ecom-image-default{width: 100% !important;max-width: 45% !important;}.ecom-core.ecom-xystf589rs9 .ecom-iconlist--image img,.ecom-core.ecom-xystf589rs9 .ecom-iconlist--image picture{height: 70px !important;}.ecom-core.ecom-xystf589rs9 .ecom-base-iconlist .ecom-iconlist--des{text-align: left;margin-left: -100px;}}.ecom-core.ecom-xystf589rs9{margin-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xystf589rs9{margin-top: 25px !important;margin-bottom: 0px !important;margin-left: 20px !important;}}.ecom-core.ecom-ujmskhcp1fn .ecom-text--more-actions button ,.ecom-core.ecom-ujmskhcp1fn .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ujmskhcp1fn .text-content,.ecom-core.ecom-ujmskhcp1fn  .text-content a,.ecom-core.ecom-ujmskhcp1fn  .text-content p,.ecom-core.ecom-ujmskhcp1fn  .text-content span{text-align: center;color: #000000;}.ecom-core.ecom-ujmskhcp1fn .text-content,.ecom-core.ecom-ujmskhcp1fn .text-content a,.ecom-core.ecom-ujmskhcp1fn  .text-content a,.ecom-core.ecom-ujmskhcp1fn  .text-content a a,.ecom-core.ecom-ujmskhcp1fn  .text-content p,.ecom-core.ecom-ujmskhcp1fn  .text-content p a,.ecom-core.ecom-ujmskhcp1fn  .text-content span,.ecom-core.ecom-ujmskhcp1fn  .text-content span a{font-family: 'Poppins', sans-serif;font-weight: 700;font-size: 30px;}.ecom-core.ecom-ujmskhcp1fn .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-ujmskhcp1fn .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-ujmskhcp1fn .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-ujmskhcp1fn .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-ujmskhcp1fn .text-content,.ecom-core.ecom-ujmskhcp1fn  .text-content a,.ecom-core.ecom-ujmskhcp1fn  .text-content p,.ecom-core.ecom-ujmskhcp1fn  .text-content span{text-align: left;}.ecom-core.ecom-ujmskhcp1fn .text-content,.ecom-core.ecom-ujmskhcp1fn .text-content a,.ecom-core.ecom-ujmskhcp1fn  .text-content a,.ecom-core.ecom-ujmskhcp1fn  .text-content a a,.ecom-core.ecom-ujmskhcp1fn  .text-content p,.ecom-core.ecom-ujmskhcp1fn  .text-content p a,.ecom-core.ecom-ujmskhcp1fn  .text-content span,.ecom-core.ecom-ujmskhcp1fn  .text-content span a{line-height: 31px;font-size: 32px;font-weight: 800;font-family: 'Roboto', sans-serif;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ujmskhcp1fn{margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 20px !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-1bemhdd2s7y{padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1bemhdd2s7y div.core__row--columns{flex-direction: row;}.ecom-core.ecom-1bemhdd2s7y{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1bemhdd2s7y{margin-top: 10px !important;margin-bottom: 25px !important;padding-bottom: 0px !important;display: block;}.ecom-core.ecom-1bemhdd2s7y div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-18uy2rpzuna{width: 100%;}.ecom-core.ecom-18uy2rpzuna>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-18uy2rpzuna>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-18uy2rpzuna{width: 100%;}}.ecom-core.ecom-jpanmdrkhx>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-jpanmdrkhx{margin-top: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jpanmdrkhx > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jpanmdrkhx > div.core__row--columns{flex-direction: column-reverse !important;}}.ecom-core.ecom-u63qw0ep96d{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u63qw0ep96d{width: 100%;}}.ecom-core.ecom-myt8wa86aw7 .ecom-image-align{align-items: center;}.ecom-core.ecom-myt8wa86aw7 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-myt8wa86aw7 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-myt8wa86aw7 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-myt8wa86aw7 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-myt8wa86aw7 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-myt8wa86aw7 .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-myt8wa86aw7 .ecom-base-image .ecom-image-picture > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-myt8wa86aw7 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-myt8wa86aw7 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-w7ofbcp7z8j{width: 50%;}.ecom-core.ecom-w7ofbcp7z8j>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-w7ofbcp7z8j{width: 100%;}}html body .ecom-core.ecom-6hg6ctplymu .ecom-core.ecom-w7ofbcp7z8j>div.core__column--wrapper{padding-right: 150px !important;margin-left: 15px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-6hg6ctplymu .ecom-core.ecom-w7ofbcp7z8j>div.core__column--wrapper{padding-right: 30px !important;padding-left: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-6hg6ctplymu .ecom-core.ecom-w7ofbcp7z8j>div.core__column--wrapper{padding: 35px 15px 35px 15px !important;margin-left: 0px !important;}} @media(min-width:1280px){
    .ecom-core.ecom-w7ofbcp7z8j >.core__column--wrapper{
    padding-left: calc(0.5*(100vw - 1270px)) !important;
}
}.ecom-core.ecom-c9ble4z12yr .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-c9ble4z12yr .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-c9ble4z12yr .ecom-iconlist--list{gap: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c9ble4z12yr .ecom-iconlist--list{gap: 10px;}}.ecom-core.ecom-c9ble4z12yr .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-c9ble4z12yr .ecom-image-default{width: 20% !important;}.ecom-core.ecom-c9ble4z12yr .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-c9ble4z12yr .ecom-base-iconlist .ecom-iconlist--icon svg{height: 24px;width: 24px;}.ecom-core.ecom-c9ble4z12yr .ecom-base-iconlist .ecom-iconlist--icon{color: #54B385;border-style: none;border-radius: 10%;margin-top: 0px;margin-right: 20px;padding: 0px;}.ecom-core.ecom-c9ble4z12yr .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: #8C8C8C;margin-top: 0px;}.ecom-core.ecom-c9ble4z12yr .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-c9ble4z12yr .ecom-base-iconlist .ecom-iconlist--des a{font-size: 18px;line-height: 1.75em;font-weight: 300;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-c9ble4z12yr .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c9ble4z12yr .ecom-base-iconlist .ecom-iconlist--icon svg{height: 24px;width: 24px;}.ecom-core.ecom-c9ble4z12yr .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-c9ble4z12yr .ecom-base-iconlist .ecom-iconlist--des a{font-size: 15px;}}.ecom-core.ecom-c9ble4z12yr{margin-top: 50px !important;margin-bottom: 10px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-c9ble4z12yr{margin-top: 25px !important;margin-bottom: 10px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c9ble4z12yr{margin-top: 20px !important;margin-bottom: 10px !important;}} .ecom-core.ecom-c9ble4z12yr .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-4majiovxfgd .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-4majiovxfgd .element__heading .ecom__heading,.ecom-core.ecom-4majiovxfgd .element__heading .ecom__heading a{font-weight: 700;font-size: 40px;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-4majiovxfgd  .element__heading .ecom__heading,.ecom-core.ecom-4majiovxfgd  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4majiovxfgd .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-4majiovxfgd .element__heading .ecom__heading,.ecom-core.ecom-4majiovxfgd .element__heading .ecom__heading a{font-size: 24px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4majiovxfgd .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-4majiovxfgd .element__heading .ecom__heading,.ecom-core.ecom-4majiovxfgd .element__heading .ecom__heading a{font-size: 27px;}}.ecom-core.ecom-4majiovxfgd{padding-bottom: 0px !important;margin-top: 8px !important;margin-bottom: 10px !important;margin-left: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-4majiovxfgd.ecom-animated{animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4majiovxfgd{margin-top: 25px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4majiovxfgd{margin-right: 10px !important;margin-bottom: 0px !important;margin-left: 10px !important;padding-bottom: 15px !important;}}.ecom-core.ecom-9nofwla7kk>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-p92nbqkgwd{width: 50%;}.ecom-core.ecom-p92nbqkgwd>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-p92nbqkgwd{width: 100%;}}html body .ecom-core.ecom-6hg6ctplymu .ecom-core.ecom-p92nbqkgwd>div.core__column--wrapper{padding-left: 100px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-6hg6ctplymu .ecom-core.ecom-p92nbqkgwd>div.core__column--wrapper{padding-right: 30px !important;padding-left: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-6hg6ctplymu .ecom-core.ecom-p92nbqkgwd>div.core__column--wrapper{padding: 35px 15px 35px 15px !important;}} @media(min-width:1280px){
    .ecom-core.ecom-p92nbqkgwd >.core__column--wrapper{
    padding-right: calc(0.5*(100vw - 1270px)) !important;
}
}.ecom-core.ecom-1vsdegpgh9x .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-1vsdegpgh9x .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1vsdegpgh9x .ecom-iconlist--list{gap: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1vsdegpgh9x .ecom-iconlist--list{gap: 10px;}}.ecom-core.ecom-1vsdegpgh9x .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-1vsdegpgh9x .ecom-image-default{width: 20% !important;}.ecom-core.ecom-1vsdegpgh9x .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-1vsdegpgh9x .ecom-base-iconlist .ecom-iconlist--icon svg{height: 24px;width: 24px;}.ecom-core.ecom-1vsdegpgh9x .ecom-base-iconlist .ecom-iconlist--icon{color: #54B385;border-style: none;border-radius: 10%;margin-top: 0px;margin-right: 20px;padding: 0px;}.ecom-core.ecom-1vsdegpgh9x .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: #8C8C8C;margin-top: 0px;}.ecom-core.ecom-1vsdegpgh9x .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-1vsdegpgh9x .ecom-base-iconlist .ecom-iconlist--des a{font-size: 18px;line-height: 1.75em;font-weight: 300;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1vsdegpgh9x .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1vsdegpgh9x .ecom-base-iconlist .ecom-iconlist--icon svg{height: 24px;width: 24px;}.ecom-core.ecom-1vsdegpgh9x .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-1vsdegpgh9x .ecom-base-iconlist .ecom-iconlist--des a{font-size: 15px;}}.ecom-core.ecom-1vsdegpgh9x{margin-top: 50px !important;margin-bottom: 10px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1vsdegpgh9x{margin-top: 25px !important;margin-bottom: 10px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1vsdegpgh9x{margin-top: 20px !important;margin-bottom: 10px !important;}} .ecom-core.ecom-1vsdegpgh9x .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-2yugawyo0yo .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-2yugawyo0yo .element__heading .ecom__heading,.ecom-core.ecom-2yugawyo0yo .element__heading .ecom__heading a{font-weight: 700;font-size: 40px;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-2yugawyo0yo  .element__heading .ecom__heading,.ecom-core.ecom-2yugawyo0yo  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2yugawyo0yo .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-2yugawyo0yo .element__heading .ecom__heading,.ecom-core.ecom-2yugawyo0yo .element__heading .ecom__heading a{font-size: 24px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2yugawyo0yo .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-2yugawyo0yo .element__heading .ecom__heading,.ecom-core.ecom-2yugawyo0yo .element__heading .ecom__heading a{font-size: 27px;}}.ecom-core.ecom-2yugawyo0yo{padding-bottom: 0px !important;margin-top: 8px !important;margin-right: 0px !important;margin-bottom: 10px !important;animation-duration: 500ms !important;}.ecom-core.ecom-2yugawyo0yo.ecom-animated{animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2yugawyo0yo{margin-top: 25px !important;margin-right: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2yugawyo0yo{margin-right: 0px !important;margin-bottom: 0px !important;padding-bottom: 15px !important;}}.ecom-core.ecom-ot1rbust56{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ot1rbust56{width: 100%;}}.ecom-core.ecom-jcurvetlmc .ecom-image-align{align-items: center;}.ecom-core.ecom-jcurvetlmc .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-jcurvetlmc .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-jcurvetlmc .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-jcurvetlmc .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-jcurvetlmc .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-jcurvetlmc .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-6hg6ctplymu>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-6hg6ctplymu{background-color: #F9F9F9;}.ecom-core.ecom-6hg6ctplymu{padding-bottom: 0 !important;}
.ecom-core.ecom-2ylbaivux6{width: 100%;}.ecom-core.ecom-2ylbaivux6>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-2ylbaivux6>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-2ylbaivux6{width: 100%;}}.ecom-core.ecom-zinnh4d63m>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-zinnh4d63m{margin-top: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zinnh4d63m > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zinnh4d63m > div.core__row--columns{flex-direction: column-reverse !important;}}.ecom-core.ecom-l848i4ewrh>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-l3wo1q7fipq{width: 50%;}.ecom-core.ecom-l3wo1q7fipq>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-l3wo1q7fipq{width: 100%;}}html body .ecom-core.ecom-83u90vl4ytn .ecom-core.ecom-l3wo1q7fipq>div.core__column--wrapper{padding-left: 100px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-83u90vl4ytn .ecom-core.ecom-l3wo1q7fipq>div.core__column--wrapper{padding-right: 30px !important;padding-left: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-83u90vl4ytn .ecom-core.ecom-l3wo1q7fipq>div.core__column--wrapper{padding: 35px 15px 35px 15px !important;}} @media(min-width:1280px){
    .ecom-core.ecom-l3wo1q7fipq >.core__column--wrapper{
    padding-right: calc(0.5*(100vw - 1270px)) !important;
}
}.ecom-core.ecom-1tjyg8u4quj .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-1tjyg8u4quj .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1tjyg8u4quj .ecom-iconlist--list{gap: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1tjyg8u4quj .ecom-iconlist--list{gap: 10px;}}.ecom-core.ecom-1tjyg8u4quj .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-1tjyg8u4quj .ecom-image-default{width: 20% !important;}.ecom-core.ecom-1tjyg8u4quj .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-1tjyg8u4quj .ecom-base-iconlist .ecom-iconlist--icon svg{height: 24px;width: 24px;}.ecom-core.ecom-1tjyg8u4quj .ecom-base-iconlist .ecom-iconlist--icon{color: #54B385;border-style: none;border-radius: 10%;margin-top: 0px;margin-right: 20px;padding: 0px;}.ecom-core.ecom-1tjyg8u4quj .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: #8C8C8C;margin-top: 0px;}.ecom-core.ecom-1tjyg8u4quj .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-1tjyg8u4quj .ecom-base-iconlist .ecom-iconlist--des a{font-size: 18px;line-height: 1.75em;font-weight: 300;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1tjyg8u4quj .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1tjyg8u4quj .ecom-base-iconlist .ecom-iconlist--icon svg{height: 24px;width: 24px;}.ecom-core.ecom-1tjyg8u4quj .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-1tjyg8u4quj .ecom-base-iconlist .ecom-iconlist--des a{font-size: 15px;}}.ecom-core.ecom-1tjyg8u4quj{margin-top: 50px !important;margin-bottom: 10px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1tjyg8u4quj{margin-top: 25px !important;margin-bottom: 10px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1tjyg8u4quj{margin-top: 20px !important;margin-bottom: 10px !important;}} .ecom-core.ecom-1tjyg8u4quj .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-ydkiidn4jr .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ydkiidn4jr .element__heading .ecom__heading,.ecom-core.ecom-ydkiidn4jr .element__heading .ecom__heading a{font-weight: 700;font-size: 40px;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-ydkiidn4jr  .element__heading .ecom__heading,.ecom-core.ecom-ydkiidn4jr  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ydkiidn4jr .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ydkiidn4jr .element__heading .ecom__heading,.ecom-core.ecom-ydkiidn4jr .element__heading .ecom__heading a{font-size: 24px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ydkiidn4jr .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ydkiidn4jr .element__heading .ecom__heading,.ecom-core.ecom-ydkiidn4jr .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-ydkiidn4jr{padding-bottom: 0px !important;margin-top: 8px !important;margin-left: 0px !important;animation-duration: 500ms !important;}.ecom-core.ecom-ydkiidn4jr.ecom-animated{animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ydkiidn4jr{margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ydkiidn4jr{margin-left: 0px !important;padding-bottom: 15px !important;}}.ecom-core.ecom-s866db2jovg{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-s866db2jovg{width: 100%;}}.ecom-core.ecom-zcr6r2jduyg .ecom-image-align{align-items: center;}.ecom-core.ecom-zcr6r2jduyg .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-zcr6r2jduyg .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-zcr6r2jduyg .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-zcr6r2jduyg .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-zcr6r2jduyg .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-zcr6r2jduyg .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-zcr6r2jduyg .ecom-base-image .ecom-image-picture > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-zcr6r2jduyg .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-zcr6r2jduyg .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-83u90vl4ytn>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-83u90vl4ytn{background-color: #F9F9F9;}.ecom-core.ecom-83u90vl4ytn{padding-bottom: 0 !important;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-83u90vl4ytn div.core__row--columns{flex-direction: row;}.ecom-core.ecom-83u90vl4ytn{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-83u90vl4ytn div.core__row--columns{flex-direction: row;}.ecom-core.ecom-83u90vl4ytn{display: block;}}
.ecom-core.ecom-efyuhss2rq{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-efyuhss2rq{width: 100%;}}.ecom-core.ecom-s8d13e7lro .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-s8d13e7lro .element__heading .ecom__heading,.ecom-core.ecom-s8d13e7lro .element__heading .ecom__heading a{font-weight: 200;font-family: 'Poppins', sans-serif;font-size: 30px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-s8d13e7lro .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-s8d13e7lro .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-s8d13e7lro .element__heading .ecom__heading,.ecom-core.ecom-s8d13e7lro .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-s8d13e7lro{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-s8d13e7lro{padding-bottom: 0px !important;margin-top: 30px !important;}}.ecom-core.ecom-kc10n8uq3mn{margin-top: 25px !important;padding-bottom: 0 !important;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kc10n8uq3mn div.core__row--columns{flex-direction: row;}.ecom-core.ecom-kc10n8uq3mn{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kc10n8uq3mn{margin-top: 0px !important;padding-bottom: 0 !important;display: block;}.ecom-core.ecom-kc10n8uq3mn div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-dcz69hldyhl{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dcz69hldyhl{width: 100%;}}.ecom-core.ecom-gjt02sofrhg{text-align: left;}.ecom-core.ecom-gjt02sofrhg{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gjt02sofrhg{margin-top: 25px !important;}}.ecom-core.ecom-6ghurbkhvmr{margin-top: -25px !important;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6ghurbkhvmr div.core__row--columns{flex-direction: row;}.ecom-core.ecom-6ghurbkhvmr{display: block;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6ghurbkhvmr{margin-top: -60px !important;display: block;}.ecom-core.ecom-6ghurbkhvmr div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-70lqkhq7wnr{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-70lqkhq7wnr{width: 100%;}}.ecom-core.ecom-ti91phodppo .ecom-image-align{align-items: center;}.ecom-core.ecom-ti91phodppo .ecom-image-default{width: 61% !important;max-width: 100% !important;}.ecom-core.ecom-ti91phodppo .ecom-base-image .ecom-image-picture img{object-fit: fill;}.ecom-core.ecom-ti91phodppo .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-ti91phodppo .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-ti91phodppo .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-ti91phodppo .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-ti91phodppo .ecom-image-align{align-items: center;}.ecom-core.ecom-ti91phodppo .ecom-image-default{width: 100% !important;}}.ecom-core.ecom-ti91phodppo{padding-bottom: 0px !important;margin-right: 150px !important;margin-left: 150px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ti91phodppo{margin-right: 0px !important;margin-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ti91phodppo{margin-bottom: 0px !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-1uthi8g8qjz{margin-top: 0px !important;padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1uthi8g8qjz div.core__row--columns{flex-direction: row;}.ecom-core.ecom-1uthi8g8qjz{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1uthi8g8qjz{margin-top: 35px !important;padding-bottom: 0px !important;display: none;}.ecom-core.ecom-1uthi8g8qjz div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-ylwjd9u71b{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ylwjd9u71b{width: 100%;}}.ecom-core.ecom-pdps7enf3xj .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-pdps7enf3xj .element__heading .ecom__heading,.ecom-core.ecom-pdps7enf3xj .element__heading .ecom__heading a{font-weight: 200;font-family: 'Poppins', sans-serif;font-size: 30px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pdps7enf3xj .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pdps7enf3xj .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-pdps7enf3xj .element__heading .ecom__heading,.ecom-core.ecom-pdps7enf3xj .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-pdps7enf3xj{padding-bottom: 0px !important;margin-bottom: -20px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pdps7enf3xj{padding-bottom: 0 !important;margin-top: 30px !important;margin-bottom: 0px !important;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-9hb1qtr4odj{margin-top: 20px !important;padding-bottom: 0 !important;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9hb1qtr4odj div.core__row--columns{flex-direction: row;}.ecom-core.ecom-9hb1qtr4odj{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9hb1qtr4odj{margin-top: 0px !important;margin-bottom: -20px !important;display: none;}.ecom-core.ecom-9hb1qtr4odj div.core__row--columns{flex-direction: row;}} .ecom-core.ecom-9hb1qtr4odj jdgm-medals-wrapper .jdgm-verified-wrapper .jdgm-rating{

display: none !important;

}
.ecom-core.ecom-a70untr15fi{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a70untr15fi{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-r29hs9aex3k{padding-bottom: 0 !important;}}.ecom-core.ecom-wt1z8h4ol1{padding-bottom: 0px !important;margin-top: -40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wt1z8h4ol1 div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wt1z8h4ol1{margin-top: -40px !important;}.ecom-core.ecom-wt1z8h4ol1 div.core__row--columns{flex-direction: row;}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.ecom-core.ecom-wsh5ccgti5{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wsh5ccgti5{width: 100%;}}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,minmax(0, 1fr));}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product--wrapper-items {column-gap: 67px;}.ecom-core.ecom-dzliiw9k4lj{show_price: block;hide_price_if_not_logged_in: false;show_login_to_see_price_text: false;show_picker: hide;}.ecom-core.ecom-dzliiw9k4lj .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--view-more{gap: 9px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-simple-add-to-cart{gap: 9px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--soldout{gap: 9px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-description{order: 6;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-type-element{order: 1;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product--actions{order: 8;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-countdown{order: 10;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-login-to-see{order: 8;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-dzliiw9k4lj .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product--wrapper-items {column-gap: 40px;}.ecom-core.ecom-dzliiw9k4lj .ecom-swiper-navigation-position{display: flex;order: 0;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 16px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 24px;overflow: hidden;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-information-title{text-align: left;color: #000;padding: 0px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-information-title,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-information-title a{font-size: 17px;text-decoration: none;font-weight: 600;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'Inter', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-information-title:hover{color: #3A4980;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price a{font-weight: 600;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Inter', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price{color: #fa2807;margin-top: 7px;margin-bottom: 7px;padding-top: 0px;padding-left: 0px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--regular,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--regular a,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--from,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--from a{font-size: 14px;font-weight: 500;font-family: 'Inter', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--regular,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--from{color: rgba(0, 0, 0, 0.48);margin-left: 0px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--sale{font-size: 20px;font-weight: 600;font-family: 'Inter', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #d60606;margin-right: 3px;margin-bottom: 0px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product--actions{background-color: rgba(182, 150, 113, 0);padding: 0px;margin: 0px;} .ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item:hover  .ecom-collection__product--actions{background-color: rgba(182, 150, 113, 0);}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-close::before,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-close::after{background-color: #000;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-close:hover::before,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-close:hover::after{background-color: #31452c;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-submit{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Inter', sans-serif;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #54B385;border-style: none;border-radius: 40px;transition-duration: 400ms;;;margin: 15px 0px 36px 0px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-submit:hover{color: #fff;background-color: #54B385;border-style: none;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--quickshop{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Inter', sans-serif;letter-spacing: 0px;color: #000;background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 40px;padding: 4px 20px 4px 4px;margin-top: 15px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ef6f31;border-style: none;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;font-family: 'Inter', sans-serif;text-transform: uppercase;line-height: 1.25em;letter-spacing: 0px;text-decoration: none;color: #fff;background-color: #3a4980;border-style: none;border-radius: 40px;margin-top: 15px;margin-bottom: 36px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: rgba(58, 73, 128, 0.8);border-style: none;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--view-more{position: absolute;bottom: 100%;align-self: center;text-transform: uppercase;text-decoration: none;font-size: 12px;font-family: 'Inter', sans-serif;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #54B385;border-style: none;border-radius: 40px;margin-top: 15px;margin-bottom: 36px;padding: 5px 20px 4px 4px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #54B385;border-style: none;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--view-more svg{width: 18px;height: 18px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-rating-wrapper{display: flex;justify-content: flex-start;margin-top: 5px;margin-bottom: 8px;padding: 0px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-rating-wrapper,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-rating-wrapper a{font-size: 12px;font-family: 'DM Sans', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-information-title,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price a{font-size: 18px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--regular,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--regular a,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--from,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--regular,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--from{margin: 0px;padding: 0px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--sale{font-size: 18px;margin-bottom: 0px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-information-title,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price a{font-size: 15px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--sale{font-size: 15px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-submit{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--soldout{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}}.ecom-core.ecom-dzliiw9k4lj{margin-top: 45px !important;padding-bottom: 0 !important;animation-duration: 600ms !important;}.ecom-core.ecom-dzliiw9k4lj.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dzliiw9k4lj{margin-top: 35px !important;padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dzliiw9k4lj{margin-top: 25px !important;}} .ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item.ecom-swiper-slide{
    text-align: left;
}
.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-picker-main .ecom-collection__product-swatch-item{
    background-color: transparent;
}
.ecom-core.ecom-dzliiw9k4lj .ecom-child-element:before,.ecom-core.ecom-dzliiw9k4lj .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-dzliiw9k4lj span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-submit.ecom-ajax-loading::after{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    padding: 0;
    transition: opacity .2s;
    content: "";
    display: inline-block !important;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255,255,255,.3);
    border-left-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border-left-color: currentColor;
    opacity: 1;
    -webkit-animation: 450ms linear infinite ecom-spin;
    animation: 450ms linear infinite ecom-spin;
    background: transparent;
    min-width: inherit;
    bottom: auto;
    transform: none;
}
.ecom-core.ecom-dzliiw9k4lj .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-dzliiw9k4lj .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-dzliiw9k4lj .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item-type-element{
    position: relative;
    z-index: 1;
}
.ecom-core.ecom-dzliiw9k4lj svg:not([class]){
    width: 17px;
}

.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
}
.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-add-cart-icon,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-sold-out-icon,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-view-more-icon{
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: #4C3419;
}
.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-submit,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--view-more{
    backdrop-filter: blur(4px);
}
@media(min-width:1025px){
    .ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--add,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
}
.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-price--sale{
    text-align: left;
}
@media(max-width:1024px){
    .ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item .ecom-collection__product-submit,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item .ecom-collection__product-form__actions--add,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-dzliiw9k4lj .ecom-collection__product-item .ecom-collection__product-form__actions--view-more{
        display: none;
    }
}.ecom-core.ecom-rrpwavyfdld .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-rrpwavyfdld .element__heading .ecom__heading,.ecom-core.ecom-rrpwavyfdld .element__heading .ecom__heading a{font-weight: 200;font-size: 30px;font-family: 'Poppins', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-rrpwavyfdld  .element__heading .ecom__heading,.ecom-core.ecom-rrpwavyfdld  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rrpwavyfdld .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rrpwavyfdld .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-rrpwavyfdld .element__heading .ecom__heading,.ecom-core.ecom-rrpwavyfdld .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-rrpwavyfdld{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rrpwavyfdld{margin-bottom: 25px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-iho6gkqhuba{background-color: #ffffff;}.ecom-core.ecom-iho6gkqhuba{padding-top: 0px !important;padding-bottom: 0 !important;display: block;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-iho6gkqhuba{padding-top: 35px !important;padding-bottom: 35px !important;display: block;}.ecom-core.ecom-iho6gkqhuba div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-iho6gkqhuba{padding-top: 0px !important;padding-bottom: 15px !important;display: block;}.ecom-core.ecom-iho6gkqhuba div.core__row--columns{flex-direction: row;}}

