/** Shopify CDN: Minification failed

Line 4225:2354 Unexpected "<"
Line 4226:0 Expected identifier but found "\"@context\""
Line 4288:0 Unexpected "<"

**/
/* Publish by EComposer at 2026-09-27 20:30:43*//**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                .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-grid-item .ecom-row > .core__row--columns {
                    height: 100%;
                }
                .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.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;
                    }
                }
                
                .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;
                }
            
                    .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-text{
                        white-space: pre-wrap;
                    }
                    .ecom__element--button-icon{
                        display:inline-flex;
                        color:inherit;
                    }
                    .ecom__element--button-icon svg{
                        width:24px;
                        height:auto
                    }
                    .ecom-ingrid-full-height > a.ecom__element--button {
                        width: 100%;
                        height: 100%;
                    }
                
                    .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%);
                    }
                    .ecom-type-hollow .ecom__heading {
                        text-shadow: var(--stroke) !important;
                        background: transparent !important;
                        -webkit-background-clip: unset !important;
                        -webkit-text-fill-color: unset !important;
                    }
                    .ecom-type-text_3d .ecom__heading {
                        text-shadow: var(--text_3d) !important;
                    }
                    .ecom-type-gradient .ecom__heading {
                        animation: var(--animation);
                    }
                    @keyframes gradientMove {
                        0% { background-position: 100% 100%; }
                        100% { background-position: 0% 0%; }
                    }
                    @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;
                        }
                    }
                
                .ecom-ingrid-full-height > .ecom-icon--container, .ecom-ingrid-full-height > .ecom-icon--container svg{
                    width: 100%;
                    height: 100%;
                }
                .ecom-icon--container svg{
                    fill: currentColor;
                }
                .ecom-icon--container svg {
                    width: 30px;
                    height: 30px;
                }
            
                .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-type-hollow .text-content {
                    text-shadow: var(--stroke) !important;
                    background: transparent !important;
                    -webkit-background-clip: unset !important;
                    -webkit-text-fill-color: unset !important;
                }
                .ecom-type-text_3d .text-content {
                    text-shadow: var(--text_3d) !important;
                }
                .ecom-type-gradient .text-content {
                    animation: var(--animation);
                }
                @keyframes gradientMove {
                    0% { background-position: 100% 100%; }
                    100% { background-position: 0% 0%; }
                }
            
                    .ecom-base-image .ecom-container-image {
                        width: 100%;
                        height: 100% !important;
                    }
                    .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;
                        pointer-events: none;
                    }
                    .ecom-base-image.ecom-overlay > .ecom-overlay-text {
                        pointer-events: auto;
                    }
                    .ecom-image__caption,
                    .ecom-overlay-text--custom {
                        white-space: pre-wrap;
                    }
                    .ecom-image__caption{
                        width:100%;
                    }
                    .ecom-base-image .ecom-image-picture, .ecom-base-image .ecom-image-picture img {
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay {
                        background-color: rgba(17, 24, 39, 0.3);
                    }
                    .ecom-base-image.image-highlight:after {
                        content: "";
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background: #000000bf;
                        z-index: 999;
                        opacity: 1;
                        pointer-events: none; /* for clickable thought overlay */
                    }
                    .ecom-base-image.image-highlight .ecom-container-image {
                        z-index: 1000;
                    }
                    .ecom-grid-item .ecom-base-image figure, .ecom-grid-item .ecom-base-image figure .ecom-image-content-position, .ecom-grid-item .ecom-base-image figure .ecom-image-content-position img {
                        height: 100%;
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image-mask .ecom-image-mask {
                        width: 100%;
                    }
                    .ecom-radius-handle {
                        position: absolute;
                        width: 12px;
                        height: 12px;
                        background: #fff;
                        border: 1.5px solid rgb(var(--primary-color-active));
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        z-index: 10001;
                        cursor: pointer;
                        box-shadow: 0 1px 3px rgba(0,0,0,0.15);
                        opacity: 1;
                        transition: transform 0.2s;
                    }
                    .ecom-radius-handle:hover {
                        transform: scale(1.3);
                    }
                    .ecom-radius-dot {
                        width: 4px;
                        height: 4px;
                        background: rgb(var(--primary-color-active));
                        border-radius: 50%;
                    }
                    .ecom-radius-tl { top: calc(8px + var(--image-border-radius, 0px) * 0.2928); left: calc(8px + var(--image-border-radius, 0px) * 0.2928); cursor: nwse-resize; }
                    .ecom-radius-tr { top: calc(8px + var(--image-border-radius, 0px) * 0.2928); right: calc(8px + var(--image-border-radius, 0px) * 0.2928); cursor: nesw-resize; }
                    .ecom-radius-bl { bottom: calc(8px + var(--image-border-radius, 0px) * 0.2928); left: calc(8px + var(--image-border-radius, 0px) * 0.2928); cursor: nesw-resize; }
                    .ecom-radius-br { bottom: calc(8px + var(--image-border-radius, 0px) * 0.2928); right: calc(8px + var(--image-border-radius, 0px) * 0.2928); cursor: nwse-resize; }

                    .ecom-resize-image {
                        width: 14px;
                        height: 14px;
                        position: absolute;
                        right: calc(24px + var(--image-border-radius, 0px) * 0.2928);
                        bottom: calc(24px + var(--image-border-radius, 0px) * 0.2928);
                        z-index: 10001;
                        cursor: nwse-resize;
                        user-select: none;
                        -ms-user-select: none;
                        -webkit-user-select: none;
                        background: rgb(var(--primary-color-active));
                        color: #fff;
                        border: none;
                        border-radius: 4px;
                        box-shadow: 0 1px 3px rgba(0,0,0,0.15);
                        opacity: 1;
                        transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.2s;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }
                    .ecom-resize-image svg {
                        width: 8px;
                        height: 8px;
                    }
                    .ecom-resize-image:hover {
                        transform: scale(1.15);
                    }
                    @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);
                        }
                    }
                
                .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);
                    }
                }
            

                a.ecom-product__heading {
                    display: block;
                    width: fit-content;
                }
            
                    .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-builder .ecom-shopify__product-box .core__blocks.core__blocks--empty {
                    background-color: #e5e5f7;
                    opacity: 0.8;
                    background-image: radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px);
                    background-size: 10px 10px;
                }
                #ecom-builderx .ecom-shopify__product-box .core__group--items .core__group--body{
                    background-color: #e5e5f7;
                    opacity: 0.7;
                    background-image:  radial-gradient(#444cf7 0.65px, transparent 0.65px), radial-gradient(#444cf7 0.65px, #e5e5f7 0.65px);
                    background-size: 26px 26px;
                    background-position: 0 0,13px 13px;
                }
                .ecom-shopify__product-box div.core__group--body > div.core__blocks  {
                    padding: 0
                }
            

        .ecom-swiper-a11y-host { position: relative; }
        .ecom-swiper-autoplay-toggle {
            --ecom-aptg-size: 32px;
            --ecom-aptg-icon: 12px;
            --ecom-aptg-offset: 12px;
            --ecom-aptg-bg: rgba(17, 17, 17, .62);
            --ecom-aptg-bg-hover: rgba(17, 17, 17, .82);
            --ecom-aptg-color: #fff;
            --ecom-aptg-radius: 999px;
            --ecom-aptg-border: 1px solid rgba(255, 255, 255, .28);
            --ecom-aptg-shadow: 0 2px 8px rgba(0, 0, 0, .2);
            --ecom-aptg-duration: .2s;
            position: absolute;
            z-index: 6;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            width: var(--ecom-aptg-size);
            height: var(--ecom-aptg-size);
            padding: 0;
            margin: 0;
            cursor: pointer;
            line-height: 0;
            -webkit-appearance: none;
            appearance: none;
            border: var(--ecom-aptg-border);
            border-radius: var(--ecom-aptg-radius);
            background: var(--ecom-aptg-bg);
            color: var(--ecom-aptg-color);
            box-shadow: var(--ecom-aptg-shadow);
            -webkit-backdrop-filter: blur(8px) saturate(140%);
            backdrop-filter: blur(8px) saturate(140%);
            transition: background var(--ecom-aptg-duration) ease,
                        transform var(--ecom-aptg-duration) ease,
                        box-shadow var(--ecom-aptg-duration) ease,
                        border-color var(--ecom-aptg-duration) ease;
        }
        .ecom-swiper-autoplay-toggle:hover {
            background: var(--ecom-aptg-bg-hover);
            transform: scale(1.06);
        }
        .ecom-swiper-autoplay-toggle:active { transform: scale(.94); }
        .ecom-swiper-autoplay-toggle:focus-visible {
            outline: 2px solid var(--ecom-aptg-color);
            outline-offset: 3px;
            box-shadow: var(--ecom-aptg-shadow), 0 0 0 4px rgba(0, 0, 0, .45);
        }
        .ecom-swiper-autoplay-toggle svg {
            display: block;
            width: var(--ecom-aptg-icon);
            height: var(--ecom-aptg-icon);
            fill: currentColor;
            pointer-events: none;
        }
        .ecom-swiper-autoplay-toggle[data-state="playing"] .ecom-swiper-autoplay-toggle__play { display: none; }
        .ecom-swiper-autoplay-toggle[data-state="paused"] .ecom-swiper-autoplay-toggle__pause { display: none; }
        .ecom-swiper-autoplay-toggle[data-position="top-left"] { top: var(--ecom-aptg-offset); left: var(--ecom-aptg-offset); }
        .ecom-swiper-autoplay-toggle[data-position="top-right"] { top: var(--ecom-aptg-offset); right: var(--ecom-aptg-offset); }
        .ecom-swiper-autoplay-toggle[data-position="bottom-left"] { bottom: var(--ecom-aptg-offset); left: var(--ecom-aptg-offset); }
        .ecom-swiper-autoplay-toggle[data-position="bottom-right"] { bottom: var(--ecom-aptg-offset); right: var(--ecom-aptg-offset); }
        @media (prefers-reduced-motion: reduce) {
            .ecom-swiper-autoplay-toggle,
            .ecom-swiper-autoplay-toggle:hover,
            .ecom-swiper-autoplay-toggle:active { transition: none; transform: none; }
        }
        @media (forced-colors: active) {
            .ecom-swiper-autoplay-toggle {
                border: 1px solid ButtonText;
                background: ButtonFace;
                color: ButtonText;
                backdrop-filter: none;
                -webkit-backdrop-filter: none;
            }
        }
    
                  .ecom-elements-slider {
                    overflow: hidden;
                  }
                  .ecom-swiper-flip .ecom-swiper-slide, .ecom-swiper-fade .ecom-swiper-slide {
                    pointer-events: auto !important;
                  }
                  .ecom-swiper-fade .ecom-box-active {
                    z-index: 99
                  }
                  body[ecom-loaded] .ecom-elements-slider {
                    overflow: unset;
                  }
                  .ecom-swiper-creative.ecom-slider .ecom-swiper-wrapper{
                    transform: translateX(0) !important;
                  }
                  .ecom-slider__image--link {
                      position: absolute;
                      inset: 0;
                      display: block !important;
                      opacity: 0;
                      z-index: 100
                  }
                  .ecom-slider--container .ecom-swiper-vertical.ecom-slider-not-custom-height .ecom-swiper-wrapper {
                    height: 640px !important;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button {
                    transform: translateX(-50%);
                    left: 50%;
                    width: fit-content;
                    height: fit-content;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-prev {
                    top: 0;
                    bottom: unset;
                  }
                  .ecom-slider--container .ecom-swiper-vertical~.ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-next {
                    bottom: 0;
                    top: unset;
                  }
                  /*.ecom-slider--container .ecom-swiper-autoheight.ecom-swiper-horizontal .ecom-swiper-slide, .ecom-slider--container .ecom-swiper-horizontal .ecom-swiper-wrapper {
                    height: 100% !important;
                  }*/
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position {
                    flex-direction: column !important;
                    position: absolute;
                    height: fit-content;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_left"] {
                    top: 20px;
                    left: 20px;
                    bottom: unset;
                    right: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_right"] {
                    top: 20px;
                    right: 20px;
                    bottom: unset;
                    left: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="top_center"] {
                    left: 50%;
                    right: unset;
                    transform: translateX(50%);
                    top: 0;
                    bottom: unset;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_left"] {
                    bottom: 20px;
                    left: 20px;
                    right: unset;
                    top: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_right"] {
                    bottom: 20px;
                    right: 20px;
                    left: unset;
                    top: unset;
                    transform: none;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="bottom_center"] {
                    left: 50%;
                    right: unset;
                    transform: translateX(-50%);
                    top: unset;
                    bottom: 0;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="center_right"] {
                    bottom: unset;
                    left: unset;
                    right: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                  }
                  .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position="center_left"] {
                    bottom: unset;
                    left: 20px;
                    right: unset;
                    top: 50%;
                    transform: translateY(-50%);
                  }
                  .ecom-slider__has-link .ecom-content-item__container {
                    pointer-events: none;
                  }
                  .ecom-swiper-navigation-position{
                      display:flex;
                  }
                  .ecom-swiper-navigation-position button{
                      margin:0
                  }
                  .ecom-swiper-navigation button{
                      position:unset;
                      margin:0
                  }
                  .ecom-slider--container {
                      opacity: 0;
                      position: relative;
                      display: flex;
                      flex-direction: column;
                  }
                  .ecom-slider--container.ecom-swiper-initialized-wrapper {
                      opacity: 1;
                  }
                  .ecom-swiper-pagination-bullet:only-child {
                      opacity: none
                  }
                  .ecom-swiper-button svg{
                      width:24px;
                      height:24px;
                  }
                  .ecom-flex-center, .ecom-swiper-navigation {
                      display: flex;
                      align-items: center;
                  }
                  .ecom-swiper-navigation{
                      justify-content: center
                  }
                  .ecom-slider img {
                      display: block
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet img{
                      display: block;
                      width: 100%;
                      height: 100%;
                      object-fit: cover
                  }
                  .ecom-slider--container .ecom-swiper-button-next:after,
                  .ecom-slider--container .ecom-swiper-button-prev:after {
                      content: none;
                  }
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
                  .ecom-slider--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                      position: static;
                      margin: 0;
                  }
                  .ecom-slider--container .ecom-swiper-button-next,
                  .ecom-slider--container .ecom-swiper-button-prev {
                      border: 0;
                      background: transparent;
                      width: auto;
                      height: auto;
                      padding: 5px;
                      color: #444;
                      /*transform: translateY(-50%);*/
                  }
                  .ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-next,
                  .ecom-swiper-navigation-position[data-position="center"] .ecom-swiper-button.ecom-swiper-button-prev {
                    transform: translateY(-50%);
                  }
                  .ecom-slider--container .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar) {
                      position: relative;
                      display: flex;
                      flex-wrap: wrap;
                      align-items: center
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet {
                      width: 15px;
                      height: 15px;
                      opacity: 1;
                      overflow: hidden;
                  }
                  .ecom-slider--container .ecom-swiper-pagination-bullet,
                  .ecom-slider--container .ecom-swiper-pagination-bullet-active{
                      background-clip: content-box;
                      padding: 1px;
                      box-sizing: content-box !important;
                      background-color: currentColor;
                  }
                   .ecom-swiper-container-horizontal>.ecom-swiper-pagination-bullets{
                      width:auto;
                  }
                  .ecom-slider--container .ecom-swiper-slide{
                      position: relative;
                  }
                  .ecom-swiper-slide div.core__blocks>div.core__blocks--body{
                      display:flex
                  }
                  .ecom-content-item__container {
                    display: flex;
                    width: 100%;
                    flex-direction: column;
                    align-items: var(--ec-align-ct, center);
                  }
                  .ecom-content-item__container {
                      width: 100%;
                      z-index: 99;
                  }
                  .ecom-slider:not(.ecom-swiper-initialized):not(.ecom-swiper-container-initialized) {
                    opacity: 0
                  }
                  .ecom-swiper-slide .ecom-content-item {
                      display: flex;
                      justify-content: center;
                  }
                  .ecom-swiper-slide .ecom-image-background{
                      position:absolute;
                      top:0;
                      left:0;
                      height: 100% !important;
                      width: 100%;
                  }
                  .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img{
                      position:absolute;
                      top:0;
                      left:0;
                      height: 100% !important;
                      width: 100%;
                      object-fit: cover;
                      object-position: center center;
                  }

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

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

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

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

                  .ecom-autoplay-progress svg {
                    --progress: 0;
                    position: absolute;
                    left: 0;
                    top: 0px;
                    z-index: 10;
                    width: 100%;
                    height: 100%;
                    stroke-width: 4px;
                    color: #1ced8f;
                    fill: none;
                    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
                    stroke-dasharray: 125.6;
                    transform: rotate(-90deg);
                  }
                  .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position);
                      object-fit: var(--ecom-object-fit);
                    }
                  @media (max-width: 1024px) {
                    .ecom-content-item__container {
                      align-items: var(--ec-align-ct-tb);
                    }
                    .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position-tablet);
                      object-fit: var(--ecom-object-fit-tablet);
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position__tablet);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_left"] {
                      top: 20px;
                      left: 20px;
                      bottom: unset;
                      right: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_right"] {
                      top: 20px;
                      right: 20px;
                      bottom: unset;
                      left: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="top_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(50%);
                      top: 0;
                      bottom: unset;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_left"] {
                      bottom: 20px;
                      left: 20px;
                      right: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_right"] {
                      bottom: 20px;
                      right: 20px;
                      left: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="bottom_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(-50%);
                      top: unset;
                      bottom: 0;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="center_right"] {
                      bottom: unset;
                      left: unset;
                      right: 20px;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-tablet="center_left"] {
                      bottom: unset;
                      left: 20px;
                      right: unset;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                  }
                  @media (max-width: 767px) {
                    .ecom-content-item__container {
                      align-items: var(--ec-align-ct-mb);
                    }
                    .ecom-swiper-slide .ecom-slider__image--wrapper .ecom-image-background img {
                      object-position: var(--ecom-object-position-mobile);
                      object-fit: var(--ecom-object-fit-mobile);
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position__mobile);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_left"] {
                      top: 20px;
                      left: 20px;
                      bottom: unset;
                      right: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_right"] {
                      top: 20px;
                      right: 20px;
                      bottom: unset;
                      left: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="top_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(50%);
                      top: 0;
                      bottom: unset;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_left"] {
                      bottom: 20px;
                      left: 20px;
                      right: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_right"] {
                      bottom: 20px;
                      right: 20px;
                      left: unset;
                      top: unset;
                      transform: none;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="bottom_center"] {
                      left: 50%;
                      right: unset;
                      transform: translateX(-50%);
                      top: unset;
                      bottom: 0;
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="center_right"] {
                      bottom: unset;
                      left: unset;
                      right: 20px;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                    .ecom-slider--container .ecom-swiper-pagination-vertical.ecom-swiper-pagination-bullets.ecom-swiper-pagination-position[data-position-mobile="center_left"] {
                      bottom: unset;
                      left: 20px;
                      right: unset;
                      top: 50%;
                      transform: translateY(-50%);
                    }
                  }
                  /* .ecom-grid-item .ecom-elements-slider > .ecom-core.core__block, .ecom-grid-item .ecom-elements-slider > .ecom-core.core__block > .core__group--wrapper, .ecom-grid-item .ecom-elements-slider > .ecom-core.core__block > .core__group--wrapper > .ecom-slider--container, .ecom-grid-item .ecom-elements-slider > .ecom-core.core__block > .core__group--wrapper > .ecom-slider--container > .ecom-slider {
                    max-height: 100%;
                    height: 100%;
                  } */
              
                .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;
                    white-space: pre-wrap;
                }
                .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;
                }
            
                .tabs__wrapper.ecom__element {
                    display: flex;
                    width: 100%;
                }
                .tabs__wrapper .core__group--item {
                    flex: 1;
                }
                .tabs__wrapper > .core__group--items {
                    position: relative;
                    overflow: hidden;
                }
                .tab__item {
                    visibility: hidden;
                    opacity:0;
                    z-index:1;
                    transition: all 500ms ease;
                    display:block;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                }
                .tab__item.ecom-item-active{
                    position: relative;
                    visibility: visible;
                    opacity:1;
                    z-index:2;
                    display:block;
                }
                .tabs_nav--content {
                    display: flex;
                }
                .tabs__navs {
                    display: flex;
                    width: 100%;
                }
                .tabs__nav {
                    padding: 16px 30px;
                    cursor: pointer;
                    flex-direction: row;
                }
                .tabs_nav--sub-text {
                    display: flex;
                    width: 100%;
                }
                .tabs_nav--text {
                    margin: 0;
                    white-space: nowrap;
                    width:100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                .tabs__navs--vertical .tabs__navs--items, .tabs__navs--vertical .tabs_nav--content_right {
                    width: 100%;
                }
                @media (min-width: 767px) {
                    .tabs__wrapper--horizontal, .tabs__navs--vertical, .tabs__navs--vertical .tabs__navs--items {
                        flex-direction: column;
                    }
                    .tabs__wrapper--vertical,
                    .tabs__navs--horizontal,
                    .tabs__navs--items {
                        flex-direction: row;
                    }
                    .tabs__wrapper--vertical>.core__group--items {
                        width: 100%;
                    }
                    .ecom-position-sticky {
                        position: sticky;
                        top: 0;
                    }
                }
                .tabs__nav {
                    display: flex;
                    align-items: center;
                }
                .tabs__nav.ecom-item-active{
                    /* pointer-events: none; */
                }
                .tabs_nav--icon {
                    display:flex;
                }
                .tabs_nav--icon svg{
                    width:24px;
                    height:auto;
                }
                .tabs__navs--horizontal, .tabs__navs--items{
                    display:flex;
                    overflow-x:auto;
                    overflow: -moz-scrollbars-none;
                    -ms-overflow-style: none;
                }
                .tabs__navs--horizontal::-webkit-scrollbar {
                    width: 0 !important;
                    display: none;
                }
                .tabs__body >div:not(.ec-flex-wp){
                    padding:0 !important;
                }
                /*.tab__item,*/
                .tabs__body{
                    height:100%
                }
                .tabs__items{
                    flex:1
                }
                .tabs__navs--vertical {
                  width: var(--ecom-tab-nav-width);
                  max-width: var(--ecom-tab-nav-width);
                }
                .core__group--items {
                  width: var(--ecom-tab-item-width);
                  max-width: var(--ecom-tab-item-width);
                }
                .ecom-items--sub-text {
                    display: block;
                }
                @media (max-width: 1024px) {
                  .tabs__navs--vertical {
                    width: var(--ecom-tab-nav-width__tablet);
                    max-width: var(--ecom-tab-nav-width__tablet);
                  }
                  .core__group--items {
                    width: var(--ecom-tab-item-width__tablet);
                    max-width: var(--ecom-tab-item-width__tablet);
                  }
                }
                @media screen and (max-width: 767px){
                    .tabs__wrapper{
                        flex-direction:column
                    }
                    .tabs__wrapper.ecom__element .tabs__navs {
                      overflow-x: hidden;
                      flex-direction: row;
                    }
                    .tabs__navs--vertical {
                      width: 100%;
                      max-width: 100%;
                    }
                    .core__group--items {
                      width: 100%;
                      max-width: 100%;
                    }
                }
            
              .ecom-element__banner {
                display: flex;
              }
              .ecom-horizontal-align-left {
                text-align: left;
              }
              .ecom-horizontal-align-center {
                text-align: center;
              }
              .ecom-horizontal-align-right {
                text-align: right;
              }
              .ecom-horizontal-center {
                margin: 0 auto;
              }
              .ecom-horizontal-left {
                margin: 0 auto 0 0;
              }
              .ecom-horizontal-right {
                margin: 0 0 0 auto;
              }
              .ecom-banner__button {
                text-decoration: none;
                pointer-events: auto;
              }
              .ecom-banner__button--text {
                white-space: pre-wrap;
              }
              .ecom-banner__hzoom {
                position: relative;
                overflow: hidden;
              }

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

              .ecom-banner__picture-link,
              .ecom-banner__image-picture {
                width: 100%;
                object-fit: contain;
              }
              .ecom-banner__picture-link {
                display: block;
              }
              .ecom-banner__image-picture img {
                width: 100%;
              }
            
                .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__only .ec_splide__arrows {
                    display: none;
                }
                .ecom-product-single .ec_splide__track--ttb.ec_splide__track--nav {position: absolute;top: 0;bottom: 0;width: 100%;}
                @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; } }

                /* iOS Safari GPU memory fix:
                   EcSplide CSS sets backface-visibility:hidden and will-change:transform
                   on every slide, forcing each into its own GPU compositing layer.
                   With many product images this causes ~50MB per layer → OOM crash.
                   Override to collapse all slides into a single compositing layer. */
                .ecom-product-single__media--featured .ec_splide__slide,
                .ecom-product-single__media--thumbs .ec_splide__slide {
                    -webkit-backface-visibility: unset !important;
                    backface-visibility: unset !important;
                    will-change: unset !important;
                }
                /* iOS 15: address bar interferes with horizontal swipe events on the track */
                .ecom-product-single__media--featured .ec_splide__track {
                    touch-action: pan-y;
                }

            

        .ecom-swiper-a11y-host { position: relative; }
        .ecom-swiper-autoplay-toggle {
            --ecom-aptg-size: 32px;
            --ecom-aptg-icon: 12px;
            --ecom-aptg-offset: 12px;
            --ecom-aptg-bg: rgba(17, 17, 17, .62);
            --ecom-aptg-bg-hover: rgba(17, 17, 17, .82);
            --ecom-aptg-color: #fff;
            --ecom-aptg-radius: 999px;
            --ecom-aptg-border: 1px solid rgba(255, 255, 255, .28);
            --ecom-aptg-shadow: 0 2px 8px rgba(0, 0, 0, .2);
            --ecom-aptg-duration: .2s;
            position: absolute;
            z-index: 6;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            width: var(--ecom-aptg-size);
            height: var(--ecom-aptg-size);
            padding: 0;
            margin: 0;
            cursor: pointer;
            line-height: 0;
            -webkit-appearance: none;
            appearance: none;
            border: var(--ecom-aptg-border);
            border-radius: var(--ecom-aptg-radius);
            background: var(--ecom-aptg-bg);
            color: var(--ecom-aptg-color);
            box-shadow: var(--ecom-aptg-shadow);
            -webkit-backdrop-filter: blur(8px) saturate(140%);
            backdrop-filter: blur(8px) saturate(140%);
            transition: background var(--ecom-aptg-duration) ease,
                        transform var(--ecom-aptg-duration) ease,
                        box-shadow var(--ecom-aptg-duration) ease,
                        border-color var(--ecom-aptg-duration) ease;
        }
        .ecom-swiper-autoplay-toggle:hover {
            background: var(--ecom-aptg-bg-hover);
            transform: scale(1.06);
        }
        .ecom-swiper-autoplay-toggle:active { transform: scale(.94); }
        .ecom-swiper-autoplay-toggle:focus-visible {
            outline: 2px solid var(--ecom-aptg-color);
            outline-offset: 3px;
            box-shadow: var(--ecom-aptg-shadow), 0 0 0 4px rgba(0, 0, 0, .45);
        }
        .ecom-swiper-autoplay-toggle svg {
            display: block;
            width: var(--ecom-aptg-icon);
            height: var(--ecom-aptg-icon);
            fill: currentColor;
            pointer-events: none;
        }
        .ecom-swiper-autoplay-toggle[data-state="playing"] .ecom-swiper-autoplay-toggle__play { display: none; }
        .ecom-swiper-autoplay-toggle[data-state="paused"] .ecom-swiper-autoplay-toggle__pause { display: none; }
        .ecom-swiper-autoplay-toggle[data-position="top-left"] { top: var(--ecom-aptg-offset); left: var(--ecom-aptg-offset); }
        .ecom-swiper-autoplay-toggle[data-position="top-right"] { top: var(--ecom-aptg-offset); right: var(--ecom-aptg-offset); }
        .ecom-swiper-autoplay-toggle[data-position="bottom-left"] { bottom: var(--ecom-aptg-offset); left: var(--ecom-aptg-offset); }
        .ecom-swiper-autoplay-toggle[data-position="bottom-right"] { bottom: var(--ecom-aptg-offset); right: var(--ecom-aptg-offset); }
        @media (prefers-reduced-motion: reduce) {
            .ecom-swiper-autoplay-toggle,
            .ecom-swiper-autoplay-toggle:hover,
            .ecom-swiper-autoplay-toggle:active { transition: none; transform: none; }
        }
        @media (forced-colors: active) {
            .ecom-swiper-autoplay-toggle {
                border: 1px solid ButtonText;
                background: ButtonFace;
                color: ButtonText;
                backdrop-filter: none;
                -webkit-backdrop-filter: 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;
            }

            .ecom-collection__product-countdown {
                position: relative
            }

            /** 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;
                }
                /* .ecom-hover-ready is added once the deferred secondary image has
                   decoded, so the primary never fades out to an empty frame. */
                @media(min-width: 1025px) {
                    .ecom-collection__product-media-wrapper.ecom-hover-ready: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-hover-ready: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.ecom-hover-ready: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.ecom-hover-ready: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-add-to-cart-text, .ecom-collection__product-view-more-text {
            text-align: center;
        }
        
                    /*
                    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;
                        white-space: pre-wrap;
                    }
                    .core__group--item.ecom-accordion__item.ecom-item-active > .ecom-accordion__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:not(.ec-flex-wp){
                        padding:0 !important;
                    }
                    .ecom-accordion__body > .ec-flex-wp{
                        flex-direction: column;
                    }
                    .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-flex-wp .ecom-accordion__wrapper .core__group--items .core__blocks--body {
                        justify-content: var(--ec-align-ct);
                    }
                    @media (max-width: 1024px) {
                        .ec-flex-wp .ecom-accordion__wrapper .core__group--items .core__blocks--body {
                            justify-content: var(--ec-align-ct-tb);
                        }
                    }
                    @media (max-width: 767px) {
                        .ec-flex-wp .ecom-accordion__wrapper .core__group--items .core__blocks--body {
                            justify-content: var(--ec-align-ct-mb);
                        }
                    }
                
@keyframes ecomShake{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 ecomFadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}100%{opacity:1;transform: translate3d(0,0,0)}}.ecom-core.ecom-fl59yam4nka{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fl59yam4nka{width: 100%;}}.ecom-core.ecom-usgjh4psxkl .ecom-button-default{justify-content: center;}.ecom-core.ecom-usgjh4psxkl .ecom__element--button, .ecom-core.ecom-usgjh4psxkl .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-usgjh4psxkl .ecom__element--button{title: Jost 16px;value: [object Object];font-size: 16px;line-height: 1.5em;font-weight: 500;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;height: 19px;min-height: 19px;color: #000000;background-color: #61faf2;border-style: solid;border-color: #65f0e4;border-radius: 40px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 13px 32px 13px 32px;margin: -57px;}.ecom-core.ecom-usgjh4psxkl .ecom__element--button:hover{color: #ffffff;background-color: #fa9f43;}.ecom-core.ecom-usgjh4psxkl .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-usgjh4psxkl .ecom-button-default{justify-content: center;}.ecom-core.ecom-usgjh4psxkl .ecom__element--button, .ecom-core.ecom-usgjh4psxkl .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-usgjh4psxkl .ecom__element--button{width: 87px;height: 22px;min-height: 22px;padding: 0px;margin-top: -80px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-usgjh4psxkl .ecom-button-default{justify-content: center;}.ecom-core.ecom-usgjh4psxkl .ecom__element--button, .ecom-core.ecom-usgjh4psxkl .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-usgjh4psxkl .ecom__element--button{font-size: 14px;width: 83px;height: 6px;min-height: 6px;color: #ffffff;background-color: rgba(187, 217, 237, 0.03);padding: 9px 0px 11px 0px;margin-top: 1px;}.ecom-core.ecom-usgjh4psxkl .ecom__element--button:hover{background-color: #65f0e4;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-usgjh4psxkl{margin: -113px auto auto auto !important;padding-top: 0px !important;padding-bottom: 0px !important;order: 99;display: none;}}.ecom-core.ecom-usgjh4psxkl.ecom-animated{animation-name: ecomFadeInUp;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 700ms !important;--ec-delay: 800ms;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-usgjh4psxkl{padding: 0px !important;margin: 0px !important;order: 99;width: 780px;max-width: 100%;--element-width: 780px;flex-shrink: 0;flex-grow: 0;display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-usgjh4psxkl{margin-top: -55px !important;padding-top: 0 !important;padding-bottom: 0 !important;width: 74px;max-width: 100%;--element-width: 74px;flex-shrink: 0;flex-grow: 0;transform: scale( 0 );transition: transform .3s ease;;display: none;}}.ecom-core.ecom-qg945iwxkyr .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-qg945iwxkyr .ecom-slider--container .ecom-slider{height: 546px;}.ecom-core.ecom-qg945iwxkyr .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-qg945iwxkyr .ecom-swiper-pagination-position{justify-content: center;align-items: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qg945iwxkyr .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-qg945iwxkyr .ecom-slider--container .ecom-slider{height: 297px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qg945iwxkyr .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-qg945iwxkyr .ecom-slider--container .ecom-slider{height: 204px;}}.ecom-core.ecom-qg945iwxkyr .ecom-swiper-slide{padding-top: 0px;padding-bottom: 227px;margin-top: auto;margin-bottom: 0px;}.ecom-core.ecom-qg945iwxkyr .ecom-slider--container .ecom-swiper-pagination-bullet{width: 8px;min-width: 8px;height: 8px;background-color: #ffffff;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0);transition: all 400ms ease;}.ecom-core.ecom-qg945iwxkyr .ecom-slider--container .ecom-swiper-pagination-bullet,.ecom-core.ecom-qg945iwxkyr .ecom-slider--container .ecom-swiper-pagination-bullet img{border-radius: 50%;}.ecom-core.ecom-qg945iwxkyr .ecom-slider--container .ecom-swiper-pagination-bullet:hover{background-color: #e4763b;border-style: solid;border-width: 1px;border-color: rgba(255, 71, 71, 0);}.ecom-core.ecom-qg945iwxkyr .ecom-slider--container .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{background-color: #ffffff;border-style: solid;border-width: 1px;border-color: #ffffff;}.ecom-core.ecom-qg945iwxkyr .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin: -75px 2px 0px 2px;padding: 7px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qg945iwxkyr .ecom-swiper-slide{padding-bottom: 68px;}.ecom-core.ecom-qg945iwxkyr .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin-top: -50px;padding: 7px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qg945iwxkyr .ecom-swiper-slide{border-bottom-left-radius: 0px;overflow: hidden;padding-top: 0px;padding-bottom: 207px;margin-top: -22px;margin-bottom: 0px;}.ecom-core.ecom-qg945iwxkyr .ecom-slider--container .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin-top: -50px;padding: 7px;}}.ecom-core.ecom-qg945iwxkyr{margin-top: -44px !important;margin-bottom: 0px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qg945iwxkyr{margin-top: -21px !important;margin-bottom: -32px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qg945iwxkyr{margin-top: -5px !important;margin-bottom: -44px !important;padding-top: 0px !important;padding-bottom: 19px !important;}}.ecom-core.ecom-e2a0xw0x58>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-e2a0xw0x58{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-e2a0xw0x58{order: 1;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e2a0xw0x58{padding-bottom: 0px !important;margin-top: 3px !important;}}
@keyframes ecomFadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}100%{opacity:1;transform: translate3d(0,0,0)}}.ecom-core.ecom-4prc8nbndqb{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4prc8nbndqb{width: 100%;}}.ecom-core.ecom-hhz6povye2c .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-hhz6povye2c .ecom-iconlist--list{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hhz6povye2c .ecom-iconlist--list{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hhz6povye2c .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 24px;}}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: center;background-color: #bbd9ed;margin: 0px;padding: 0px;}.ecom-core.ecom-hhz6povye2c .ecom-image-default{width: 42px !important;}.ecom-core.ecom-hhz6povye2c .ecom-iconlist--image img,.ecom-core.ecom-hhz6povye2c .ecom-iconlist--image picture,.ecom-core.ecom-hhz6povye2c .ecom-iconlist--image .ecom-shape-item.ecom-image-default{height: 42px !important;}.ecom-core.ecom-hhz6povye2c .ecom-iconlist--image img{object-fit: contain;}.ecom-core.ecom-hhz6povye2c .ecom-iconlist--image{margin: 0px 12px 0px 0px;padding: 0px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--icon{align-self: flex-start;color: #000000;background-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 1px;border-color: #ebebeb;border-radius: 50%;margin: 0px 20px 0px 0px;padding: 18px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--icon svg{height: 26px;width: 26px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;font-weight: 500;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: #545454;margin: 7px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--des a{font-size: 15px;line-height: 1.4em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hhz6povye2c .ecom-iconlist--item{width: 100%;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-top: 0px;padding-right: 0px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--icon{padding-top: 16px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--des{margin-top: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hhz6povye2c .ecom-iconlist--item{width: 100%;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{margin-right: 28px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--icon svg{height: 24px;width: 24px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--icon{padding: 12px;margin: 0px 10px 0px 0px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--title a{font-size: 16px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--des a{font-size: 14px;}.ecom-core.ecom-hhz6povye2c .ecom-base-iconlist .ecom-iconlist--des{margin-top: 5px;}}.ecom-core.ecom-hhz6povye2c{padding-bottom: 0 !important;}.ecom-core.ecom-hhz6povye2c.ecom-animated{animation-name: ecomFadeInUp;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 600ms !important;--ec-delay: 600ms;} .ecom-core.ecom-hhz6povye2c .ecom-iconlist--container{
    align-items: center;
}

.ecom-core.ecom-hhz6povye2c .ecom-iconlist--item:nth-child(4){
    border: 0 !important;
}

@media (max-width: 1024px) {
    .ecom-core.ecom-hhz6povye2c .ecom-iconlist--item:nth-child(2){
    border: 0 !important;
}
}

@media (max-width: 576px) {
    .ecom-core.ecom-hhz6povye2c .ecom-iconlist--item:nth-child(1){
    border: 0 !important;
}
.ecom-core.ecom-hhz6povye2c .ecom-iconlist--item:nth-child(3){
    border: 0 !important;
}
}

.ecom-core.ecom-hhz6povye2c .ecom-iconlist-content{
    gap: 2px;
}.ecom-core.ecom-sh620ob8ao>div.core__row--columns{max-width: 1400px;height: auto;}.ecom-core.ecom-sh620ob8ao>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 0px;}.ecom-core.ecom-sh620ob8ao>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-sh620ob8ao>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: flex-start;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-sh620ob8ao>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 0px;}.ecom-core.ecom-sh620ob8ao>div.core__row--columns{justify-content: center;}}.ecom-core.ecom-sh620ob8ao{background-color: #bbd9ed;}.ecom-core.ecom-sh620ob8ao{padding: 32px 35px 22px 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-sh620ob8ao{padding: 35px 0px 35px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sh620ob8ao{padding: 35px 0px 20px 0px !important;}}
@keyframes ecomZoomIn{0%{opacity:0;transform:scale3d(.8,.8,.8)}100%{opacity:1; transform:scale3d(1,1,1)}}.ecom-core.ecom-a8ky8aebj3o{width: 28.2%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-a8ky8aebj3o{width: 28%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-a8ky8aebj3o{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-a8ky8aebj3o>div.core__column--wrapper{padding-left: 10px !important;}}.ecom-core.ecom-8egqrxsh81b .ecom-banner__hzoom:hover img{transform: scale(1.1);}.ecom-core.ecom-8egqrxsh81b .ecom-banner__image-picture img, .ecom-core.ecom-8egqrxsh81b .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-8egqrxsh81b .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-8egqrxsh81b .ecom-image-default img,.ecom-core.ecom-8egqrxsh81b .ecom-image-default picture,.ecom-core.ecom-8egqrxsh81b .ecom-image-default .ecom-shape-item.ecom-image-default{height: 319px !important;}.ecom-core.ecom-8egqrxsh81b .ecom-image-default img{object-fit: cover;}.ecom-core.ecom-8egqrxsh81b .ecom-image-default ,.ecom-core.ecom-8egqrxsh81b .ecom-image-default .ecom-image-default,.ecom-core.ecom-8egqrxsh81b .ecom-image-default  > picture,.ecom-core.ecom-8egqrxsh81b .ecom-image-default > img,.ecom-core.ecom-8egqrxsh81b .ecom-image-default > .ecom-banner__picture-link > picture,.ecom-core.ecom-8egqrxsh81b .ecom-image-default > .ecom-banner__picture-link > img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-8egqrxsh81b .ecom-banner_wrap_html_block{padding: 24px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__heading{text-align: left;color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__heading,.ecom-core.ecom-8egqrxsh81b .ecom-banner__heading a{font-size: 20px;line-height: 1.25em;font-weight: 500;font-family: 'Outfit', sans-serif;text-transform: uppercase;letter-spacing: 0px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__subheading{text-align: left;color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__subheading,.ecom-core.ecom-8egqrxsh81b .ecom-banner__subheading a{font-size: 28px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__content{text-align: left;color: #ffffff;margin: 15px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__content,.ecom-core.ecom-8egqrxsh81b .ecom-banner__content a{font-weight: 500;font-size: 16px;font-family: 'DM Sans', sans-serif;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__button{align-self: flex-start;justify-content: center;font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;text-decoration: underline;text-transform: uppercase;color: #fff;background-color: rgba(0, 0, 0, 0);border-style: none;border-top-left-radius: 0px;transition-duration: 400ms;;;margin: 15px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__button:hover{color: #fbb7b7;background-color: rgba(0, 0, 0, 0);border-style: none;}.ecom-core.ecom-8egqrxsh81b .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-8egqrxsh81b .ecom-elements__banner-button-icon{margin-left: 0px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__hzoom>.ecom-overlay{opacity: 1;background-color: rgba(0, 0, 0, 0.2);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8egqrxsh81b .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-8egqrxsh81b .ecom-image-default img,.ecom-core.ecom-8egqrxsh81b .ecom-image-default picture,.ecom-core.ecom-8egqrxsh81b .ecom-image-default .ecom-shape-item.ecom-image-default{height: 176px !important;}.ecom-core.ecom-8egqrxsh81b .ecom-banner_wrap_html_block{padding: 20px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__subheading,.ecom-core.ecom-8egqrxsh81b .ecom-banner__subheading a{font-size: 20px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__content,.ecom-core.ecom-8egqrxsh81b .ecom-banner__content a{font-size: 16px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__button{margin-top: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8egqrxsh81b .ecom-image-default img,.ecom-core.ecom-8egqrxsh81b .ecom-image-default picture,.ecom-core.ecom-8egqrxsh81b .ecom-image-default .ecom-shape-item.ecom-image-default{height: 350px !important;}.ecom-core.ecom-8egqrxsh81b .ecom-banner_wrap_html_block{padding: 20px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__heading,.ecom-core.ecom-8egqrxsh81b .ecom-banner__heading a{font-size: 16px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__subheading,.ecom-core.ecom-8egqrxsh81b .ecom-banner__subheading a{font-size: 25px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__content{margin-top: 10px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__button{font-size: 14px;}.ecom-core.ecom-8egqrxsh81b .ecom-banner__button:hover{color: #fbb7b7;}}.ecom-core.ecom-8egqrxsh81b{margin-left: 9px !important;width: 100%;max-width:100%;}.ecom-core.ecom-8egqrxsh81b.ecom-animated{animation-name: ecomZoomIn;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 600ms !important;--ec-delay: 700ms;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8egqrxsh81b{padding-top: 338px !important;padding-bottom: 0px !important;margin-bottom: 12px !important;margin-left: 1px !important;}} @media(max-width:1024px){
    .ecom-core.ecom-8egqrxsh81b .ecom-banner__content div{
    display: inline;
}
}.ecom-core.ecom-4i00im9vlln{width: 44.3%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4i00im9vlln{width: 44%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4i00im9vlln{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-4i00im9vlln>div.core__column--wrapper{padding-left: 10px !important;}}.ecom-core.ecom-eensfeuj2ve .ecom-banner__hzoom:hover img{transform: scale(1.1);}.ecom-core.ecom-eensfeuj2ve .ecom-banner__image-picture img, .ecom-core.ecom-eensfeuj2ve .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-eensfeuj2ve .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-eensfeuj2ve .ecom-image-default img,.ecom-core.ecom-eensfeuj2ve .ecom-image-default picture,.ecom-core.ecom-eensfeuj2ve .ecom-image-default .ecom-shape-item.ecom-image-default{height: 320px !important;}.ecom-core.ecom-eensfeuj2ve .ecom-image-default img{object-fit: cover;}.ecom-core.ecom-eensfeuj2ve .ecom-image-default ,.ecom-core.ecom-eensfeuj2ve .ecom-image-default .ecom-image-default,.ecom-core.ecom-eensfeuj2ve .ecom-image-default  > picture,.ecom-core.ecom-eensfeuj2ve .ecom-image-default > img,.ecom-core.ecom-eensfeuj2ve .ecom-image-default > .ecom-banner__picture-link > picture,.ecom-core.ecom-eensfeuj2ve .ecom-image-default > .ecom-banner__picture-link > img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-eensfeuj2ve .ecom-banner_wrap_html_block{padding: 24px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__heading{text-align: left;color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__heading,.ecom-core.ecom-eensfeuj2ve .ecom-banner__heading a{font-size: 20px;line-height: 1.25em;font-weight: 500;font-family: 'Outfit', sans-serif;text-transform: uppercase;letter-spacing: 0px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__subheading{text-align: left;color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__subheading,.ecom-core.ecom-eensfeuj2ve .ecom-banner__subheading a{font-size: 28px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__content{text-align: left;color: #ffffff;margin: 15px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__content,.ecom-core.ecom-eensfeuj2ve .ecom-banner__content a{font-weight: 500;font-size: 16px;font-family: 'DM Sans', sans-serif;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__button{align-self: flex-start;justify-content: center;font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;text-decoration: underline;text-transform: uppercase;color: #fff;background-color: rgba(0, 0, 0, 0);border-style: none;border-top-left-radius: 0px;transition-duration: 400ms;;;margin: 15px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__button:hover{color: #fbb7b7;background-color: rgba(0, 0, 0, 0);border-style: none;}.ecom-core.ecom-eensfeuj2ve .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-eensfeuj2ve .ecom-elements__banner-button-icon{margin-left: 0px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__hzoom>.ecom-overlay{opacity: 1;background-color: rgba(0, 0, 0, 0.2);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-eensfeuj2ve .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-eensfeuj2ve .ecom-image-default img,.ecom-core.ecom-eensfeuj2ve .ecom-image-default picture,.ecom-core.ecom-eensfeuj2ve .ecom-image-default .ecom-shape-item.ecom-image-default{height: 176px !important;}.ecom-core.ecom-eensfeuj2ve .ecom-banner_wrap_html_block{padding: 20px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__subheading,.ecom-core.ecom-eensfeuj2ve .ecom-banner__subheading a{font-size: 20px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__content,.ecom-core.ecom-eensfeuj2ve .ecom-banner__content a{font-size: 16px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__button{margin-top: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eensfeuj2ve .ecom-image-default img,.ecom-core.ecom-eensfeuj2ve .ecom-image-default picture,.ecom-core.ecom-eensfeuj2ve .ecom-image-default .ecom-shape-item.ecom-image-default{height: 350px !important;}.ecom-core.ecom-eensfeuj2ve .ecom-banner_wrap_html_block{padding: 20px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__heading,.ecom-core.ecom-eensfeuj2ve .ecom-banner__heading a{font-size: 16px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__subheading,.ecom-core.ecom-eensfeuj2ve .ecom-banner__subheading a{font-size: 25px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__content{margin-top: 10px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__button{font-size: 14px;}.ecom-core.ecom-eensfeuj2ve .ecom-banner__button:hover{color: #fbb7b7;}}.ecom-core.ecom-eensfeuj2ve{padding-bottom: 0 !important;}.ecom-core.ecom-eensfeuj2ve.ecom-animated{animation-name: ecomZoomIn;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 700ms !important;--ec-delay: 800ms;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-eensfeuj2ve{margin-bottom: 57px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-eensfeuj2ve{margin-bottom: -1000px !important;}} @media(max-width:1024px){
    .ecom-core.ecom-eensfeuj2ve .ecom-banner__content div{
    display: inline;
}
}.ecom-core.ecom-l01n0t3670f{width: 27.5%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l01n0t3670f{width: 28%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l01n0t3670f{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-l01n0t3670f>div.core__column--wrapper{padding-right: 10px !important;}}.ecom-core.ecom-3gonchbkpso .ecom-banner__hzoom:hover img{transform: scale(1.1);}.ecom-core.ecom-3gonchbkpso .ecom-banner__image-picture img, .ecom-core.ecom-3gonchbkpso .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-3gonchbkpso .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-3gonchbkpso .ecom-image-default img,.ecom-core.ecom-3gonchbkpso .ecom-image-default picture,.ecom-core.ecom-3gonchbkpso .ecom-image-default .ecom-shape-item.ecom-image-default{height: 320px !important;}.ecom-core.ecom-3gonchbkpso .ecom-image-default img{object-fit: fill;}.ecom-core.ecom-3gonchbkpso .ecom-image-default ,.ecom-core.ecom-3gonchbkpso .ecom-image-default .ecom-image-default,.ecom-core.ecom-3gonchbkpso .ecom-image-default  > picture,.ecom-core.ecom-3gonchbkpso .ecom-image-default > img,.ecom-core.ecom-3gonchbkpso .ecom-image-default > .ecom-banner__picture-link > picture,.ecom-core.ecom-3gonchbkpso .ecom-image-default > .ecom-banner__picture-link > img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-3gonchbkpso .ecom-banner_wrap_html_block{padding: 24px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__heading{text-align: left;color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__heading,.ecom-core.ecom-3gonchbkpso .ecom-banner__heading a{font-size: 20px;line-height: 1.25em;font-weight: 500;font-family: 'Outfit', sans-serif;text-transform: uppercase;letter-spacing: 0px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__subheading{text-align: left;color: #ffffff;margin: 0px;padding: 0px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__subheading,.ecom-core.ecom-3gonchbkpso .ecom-banner__subheading a{font-size: 28px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-3gonchbkpso .ecom-banner__content{text-align: left;color: #ffffff;margin: 15px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__content,.ecom-core.ecom-3gonchbkpso .ecom-banner__content a{font-weight: 500;font-size: 16px;font-family: 'DM Sans', sans-serif;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__button{align-self: flex-start;justify-content: center;font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;text-decoration: underline;text-transform: uppercase;color: #fff;background-color: rgba(0, 0, 0, 0);border-style: none;border-top-left-radius: 0px;transition-duration: 400ms;;;margin: 15px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__button:hover{color: #fbb7b7;background-color: rgba(0, 0, 0, 0);border-style: none;}.ecom-core.ecom-3gonchbkpso .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-3gonchbkpso .ecom-elements__banner-button-icon{margin-left: 0px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__hzoom>.ecom-overlay{opacity: 1;background-color: rgba(0, 0, 0, 0.2);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3gonchbkpso .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-3gonchbkpso .ecom-image-default img,.ecom-core.ecom-3gonchbkpso .ecom-image-default picture,.ecom-core.ecom-3gonchbkpso .ecom-image-default .ecom-shape-item.ecom-image-default{height: 174px !important;}.ecom-core.ecom-3gonchbkpso .ecom-banner_wrap_html_block{padding: 20px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__subheading,.ecom-core.ecom-3gonchbkpso .ecom-banner__subheading a{font-size: 20px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__content,.ecom-core.ecom-3gonchbkpso .ecom-banner__content a{font-size: 16px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__button{margin-top: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3gonchbkpso .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-3gonchbkpso .ecom-image-default img,.ecom-core.ecom-3gonchbkpso .ecom-image-default picture,.ecom-core.ecom-3gonchbkpso .ecom-image-default .ecom-shape-item.ecom-image-default{height: 306px !important;}.ecom-core.ecom-3gonchbkpso .ecom-banner_wrap_html_block{padding: 20px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__heading,.ecom-core.ecom-3gonchbkpso .ecom-banner__heading a{font-size: 16px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__subheading,.ecom-core.ecom-3gonchbkpso .ecom-banner__subheading a{font-size: 25px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__content{margin-top: 10px;padding-bottom: 0px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__button{font-size: 14px;}.ecom-core.ecom-3gonchbkpso .ecom-banner__button:hover{color: #fbb7b7;}}.ecom-core.ecom-3gonchbkpso{padding-right: 11px !important;}.ecom-core.ecom-3gonchbkpso.ecom-animated{animation-name: ecomZoomIn;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 500ms !important;--ec-delay: 600ms;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3gonchbkpso{padding-top: 22px !important;padding-right: 0px !important;padding-bottom: 6px !important;}} @media(max-width:1024px){
    .ecom-core.ecom-3gonchbkpso .ecom-banner__content div{
    display: inline;
}
}.ecom-core.ecom-2ikeiitqgsk>div.core__row--columns{max-width: 1470px;height: auto;overflow: hidden;}.ecom-core.ecom-2ikeiitqgsk>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2ikeiitqgsk>div.core__row--columns{max-width: 1600px;}.ecom-core.ecom-2ikeiitqgsk>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 0px;}.ecom-core.ecom-2ikeiitqgsk>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 5px;}.ecom-core.ecom-2ikeiitqgsk>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-items: center;}}.ecom-core.ecom-2ikeiitqgsk{background-color: #ffffff;}.ecom-core.ecom-2ikeiitqgsk{padding: 17px 39px 21px 39px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2ikeiitqgsk{padding-right: 5px !important;padding-bottom: 0 !important;padding-left: 5px !important;margin-bottom: -51px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2ikeiitqgsk{padding-right: 0px !important;padding-bottom: 45px !important;padding-left: 0px !important;}}
@keyframes ecomFadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}100%{opacity:1;transform: translate3d(0,0,0)}}@keyframes ecomFadeIn{0%{opacity:0}100%{opacity:1}}.ecom-core.ecom-hzvywxs9ovh{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hzvywxs9ovh{width: 100%;}}.ecom-core.ecom-jmhlf1w9eim .tabs__navs--items{flex-wrap: no-wrap;}.ecom-core.ecom-jmhlf1w9eim .tabs__navs .tabs__navs--items{gap: 10px;}.ecom-core.ecom-jmhlf1w9eim .tabs__navs, .ecom-core.ecom-jmhlf1w9eim .tabs__navs--vertical{justify-content: flex-start;}.ecom-core.ecom-jmhlf1w9eim .tabs__wrapper.ecom__element .tabs__nav{background-color: rgba(255, 0, 0, 0);border-style: solid;border-width: 0px 0px 3px 0px;border-color: rgba(186, 142, 95, 0);border-radius: 0px;transition-duration: 400ms;;;padding: 11px 0px 11px 0px;margin: 0px 70px 0px 0px;}.ecom-core.ecom-jmhlf1w9eim .tabs__wrapper.ecom__element .tabs__nav:hover{border-style: solid;border-width: 0px 0px 3px 0px;border-color: rgba(0, 0, 0, 0);}.ecom-core.ecom-jmhlf1w9eim .tabs__wrapper.ecom__element .tabs__nav.ecom-item-active{border-style: solid;border-width: 0px 0px 3px 0px;border-color: #fbb7b7;}.ecom-core.ecom-jmhlf1w9eim .tabs__wrapper.ecom__element .ecom-items--text{font-size: 36px;font-weight: 500;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;color: #252525;}.ecom-core.ecom-jmhlf1w9eim .tabs__wrapper.ecom__element .tabs_nav--text{margin: 0px;padding: 0px;}.ecom-core.ecom-jmhlf1w9eim .ecom-items:hover  .ecom-items--text{color: #ffffff;}.ecom-core.ecom-jmhlf1w9eim .ecom-items.ecom-item-active  .ecom-items--text{color: #512c54;}.ecom-core.ecom-jmhlf1w9eim .tabs_nav--text.ecom-items--text{transition-duration: 400ms;;;}.ecom-core.ecom-jmhlf1w9eim .tabs__body{border-style: solid;border-color: rgba(5, 150, 105, 0.1);margin: 52px 0px 0px 0px;padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jmhlf1w9eim .tabs__wrapper.ecom__element .tabs__nav{margin-right: 20px;margin-left: 20px;padding-top: 8px;padding-bottom: 8px;}.ecom-core.ecom-jmhlf1w9eim .tabs__wrapper.ecom__element .ecom-items--text{font-size: 25px;}.ecom-core.ecom-jmhlf1w9eim .tabs__body{margin-top: 25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jmhlf1w9eim .tabs__wrapper.ecom__element .tabs__nav{margin-right: 30px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-jmhlf1w9eim .tabs__wrapper.ecom__element .ecom-items--text{font-size: 20px;}.ecom-core.ecom-jmhlf1w9eim .tabs__body{margin-top: 35px;}}.ecom-core.ecom-jmhlf1w9eim.ecom-animated{animation-name: ecomFadeInUp;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 500ms !important;--ec-delay: 700ms;}.ecom-core.ecom-jmhlf1w9eim{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jmhlf1w9eim{padding-left: 0px !important;}} @media(max-width:1024px){
.ecom-core.ecom-jmhlf1w9eim .tabs__navs--horizontal,.ecom-core.ecom-jmhlf1w9eim .tabs__navs--items{
    display: inline-block;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
.ecom-core.ecom-jmhlf1w9eim .tabs__nav{
    display: inline-block;
    align-items: center;
}
}
.ecom-core.ecom-jmhlf1w9eim .tabs__wrapper.ecom__element .tabs__nav:last-child{
    margin-right: 0;
    padding-right: 0;
}.ecom-core.ecom-z4nbt81wey .ecom-collection__product--wrapper-items{grid-template-columns: repeat(7,minmax(0, 1fr));}.ecom-core.ecom-z4nbt81wey{show_price: block;show_ground_price: false;show_picker: show;}.ecom-core.ecom-z4nbt81wey .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-z4nbt81wey .ecom-product__wishlist{justify-content: center;align-items: end;}.ecom-core.ecom-z4nbt81wey .ecom-product__compare{justify-content: center;align-items: end;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-title-tag{order: 2;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-description{order: 5;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-prices{order: 4;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-rating-wrapper{order: 1;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-countdown{order: 10;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-z4nbt81wey .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-z4nbt81wey .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-z4nbt81wey .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,minmax(0, 1fr));}.ecom-core.ecom-z4nbt81wey .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-z4nbt81wey .ecom-collection.ecom-collection__product{border-style: none;}.ecom-core.ecom-z4nbt81wey .ecom-collection.ecom-collection__product:hover{border-style: none;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item{background-color: #ffffff;border-style: solid;border-width: 1px;border-color: #e9e9e9;border-radius: 16px;padding: 20px 20px 30px 20px;margin: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 20px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item .ecom-collection__product-media img,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item .ecom-collection__product-media svg.ecom-colection__product-svg-placeholder{border-radius: 16px;overflow: hidden;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-information-title{text-align: center;color: #000;transition: all 400ms ease;--ecom-webkit-line-clamp: 2;margin: 0px 0px 8px 0px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-information-title,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-information-title:hover{color: #e4763b;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price a{font-weight: 500;font-size: 16px;text-transform: none;text-decoration: none;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price{color: #000;margin: 0px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--regular,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--regular a,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--from,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--from a{font-size: 16px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--regular,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--from{color: rgba(0, 0, 0, 0.6);margin: 0px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--sale{font-size: 16px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;font-style: normal;color: #ff6f61;margin: 0px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-product__wishlist-link svg{width: 18px;}.ecom-core.ecom-z4nbt81wey .ecom-product__wishlist-link{box-shadow: 0px 1px 6px 0 rgba(158, 158, 158, 0.2);width: 45px;height: 45px;min-height: 45px;color: #000;background-color: #bbd9ed;border-radius: 50%;margin: 15px 8px 36px 8px;}.ecom-core.ecom-z4nbt81wey .ecom-product__wishlist-link:hover{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-z4nbt81wey .ecom-product__wishlist-link.ecom-button-active{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-z4nbt81wey .ecom-product__compare-link svg{width: 18px;}.ecom-core.ecom-z4nbt81wey .ecom-product__compare-link{box-shadow: 0px 1px 6px 0 rgba(158, 158, 158, 0.2);width: 45px;height: 45px;min-height: 45px;color: #000;background-color: #bbd9ed;border-radius: 50%;margin-right: 8px;margin-bottom: 36px;margin-left: 8px;}.ecom-core.ecom-z4nbt81wey .ecom-product__compare-link:hover{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-z4nbt81wey .ecom-product__compare-link.ecom-button-active{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-submit{position: relative;align-self: center;font-size: 16px;font-weight: 600;text-decoration: none;font-style: normal;font-family: 'Albert Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;width: 100%;height: 50px;min-height: 50px;color: #000000;background-color: #fbb7b7;border-style: none;border-radius: 40px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin: 15px 0px 0px 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-submit:hover{color: #ffffff;background-color: #bbd9ed;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 14px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Jost', sans-serif;letter-spacing: 0px;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;margin-top: 15px;margin-bottom: 0px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 16px;font-weight: 600;font-family: 'Albert Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;text-decoration: none;width: 100%;height: 50px;min-height: 50px;color: #000;background-color: #f0f0f0;border-style: none;border-radius: 40px;margin: 15px 0px 0px 0px;padding: 10px 30px 10px 30px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--view-more{align-self: center;text-decoration: none;font-family: 'Albert Sans', sans-serif;font-size: 16px;line-height: 1.25em;font-weight: 600;letter-spacing: 0px;width: 100%;height: 50px;min-height: 50px;color: #e4763b;background-color: rgba(227, 118, 59, 0.15);border-style: none;border-radius: 40px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin: 15px 0px 0px 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #e4763b;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--view-more svg{width: none;height: none;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #ff6f61;border-radius: 4px;padding: 4px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #ff6f61;border-radius: 4px;padding: 4px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #000000;background-color: #cccccc;border-radius: 4px;padding: 4px 11px 3px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 13px;font-family: 'Albert Sans', sans-serif;line-height: 1em;font-weight: 400;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 4px;padding: 3px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-countdown-wrapper{background-color: rgba(255, 255, 255, 0);border-radius: 0px;overflow: hidden;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-countdown-wrapper--title{text-align: center;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-time--item{width: 43px;background-color: #000000;border-radius: 2px;overflow: hidden;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-time--number{text-align: center;font-size: 14px;font-weight: 300;height: 18px;min-height: 18px;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-time--label{text-align: center;font-size: 13px;font-weight: 400;color: #fff;margin-right: 5px;margin-left: 3px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-countdown-progress-bar--wrap .ecom-product-single__countdown-progress-bar--timer{height: 7px;--ecom-countdown-max-height: 7px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-countdown-progress-bar--wrap{border-radius: 4px;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-countdown-progress-bar--value,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-countdown-progress-bar--value a{font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 300;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-radio-label,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-radio-list,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-images-list{justify-content: center;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-swatch-item{text-align: center;font-size: 14px;font-weight: 500;font-family: 'Albert Sans', sans-serif;line-height: 1.25em;text-transform: capitalize;letter-spacing: 0px;color: #bbb;background-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: rgba(213, 213, 213, 0);border-radius: 0px;margin: 10px 4px 0px 4px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-swatch-item:hover{color: #bb8f60;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: #bb8f60;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #bb8f60;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: #bb8f60;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-main-label,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-colors-list,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-images-list{justify-content: center;margin-top: 6px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-images-list li{width: 32px;height: 32px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.04);margin: 4px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-images-list li,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-next svg{height: 24px;width: 24px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-next{color: #252525;background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 12%;margin: -110px 0px 80px 30px;padding: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #252525;background-color: rgba(0, 0, 0, 0);border-style: none;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item{padding: 10px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-information-title,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-information-title a{font-size: 16px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-information-title{margin-bottom: 5px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-z4nbt81wey .ecom-product__wishlist-link svg{width: 14px;}.ecom-core.ecom-z4nbt81wey .ecom-product__wishlist-link{width: 36px;height: 36px;min-height: 36px;margin-left: 5px;}.ecom-core.ecom-z4nbt81wey .ecom-product__compare-link svg{width: 14px;}.ecom-core.ecom-z4nbt81wey .ecom-product__compare-link{width: 36px;height: 36px;min-height: 36px;margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-submit{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-top: 10px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-bottom: -45px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 14px;height: 40px;min-height: 40px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-time--item{width: none;margin-right: 2px;margin-left: 2px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-time--number{text-align: center;font-size: 16px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-time--label{margin-right: 3px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-next svg{height: 20px;width: 20px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 10px 30px 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item{padding: 10px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item .ecom-collection__product-media img,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item .ecom-collection__product-media svg.ecom-colection__product-svg-placeholder{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-information-title,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--regular,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--regular a,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--from,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-submit{font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 10px;margin-bottom: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-bottom: 15px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--soldout{font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 10px;margin-bottom: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions--view-more{font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 10px;margin-bottom: 0px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-time--item{width: 45px;margin-right: 2px;margin-left: 2px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-next svg{height: 18px;width: 18px;}.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 10px 30px 10px;padding: 0px;}}.ecom-core.ecom-z4nbt81wey.ecom-animated{animation-name: ecomFadeIn;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 600ms !important;--ec-delay: 600ms;}.ecom-core.ecom-z4nbt81wey{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-z4nbt81wey{padding-bottom: 0 !important;}} .ecom-core.ecom-z4nbt81wey .ecom-collection__product-badge{
    right: 11px;
    left: 11px;
    top: 11px;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-form__actions{
    width: 100%;
}
.ecom-core.ecom-z4nbt81wey .ecom-child-element:before,.ecom-core.ecom-z4nbt81wey .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-z4nbt81wey .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-z4nbt81wey .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-z4nbt81wey .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-z4nbt81wey .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-z4nbt81wey .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product .selector-wrapper,.ecom-core.ecom-z4nbt81wey .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-z4nbt81wey .ecom-collection__product .ecom-collection__product-picker-other{
    align-items: center;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item-information-title br{
    display: none;
}
.ecom-core.ecom-z4nbt81wey .ecom-swiper-button-next.ecom-swiper-button-disabled,.ecom-core.ecom-z4nbt81wey .ecom-swiper-button-prev.ecom-swiper-button-disabled{
    cursor: not-allowed;
}
.ecom-core.ecom-z4nbt81wey .swiper-scrollbar{
    border-radius: 2px;
    height: 4px;
    width: 450px;
    background-color: #D9D9D9;
    margin: 50px auto 0;
    max-width: 90%;
}
.ecom-core.ecom-z4nbt81wey .ecom-swiper-scrollbar-drag{
    background: #E59060;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item{
    overflow: visible;
}
.ecom-core.ecom-z4nbt81wey .ecom-child-element.ecom-collection__product-media svg{
    border-radius: 16px;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-badge:has(.ecom-collection__product-price--bage-sale) span.ecom-collection__product-badge--sale{
    display: none !important;
}
@media (min-width:1025px){

}
.ecom-core.ecom-z4nbt81wey .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a{
    transform: translateX(-15px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-z4nbt81wey .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(-30px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item:hover .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item:hover .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
    flex-wrap: wrap;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end){
    flex-direction: row;
    justify-content: center!important;
    align-items: end;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__compare{
    width: auto;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover{
    transform: translateY(10px);
    transition: 0.5s;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(20px);
    transition: 0.5s;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item:hover .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item:hover .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(0);
}
@media(min-width:768px) and (max-width:1024px){
    .ecom-core.ecom-z4nbt81wey .ecom-collection__product-item .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover,.ecom-core.ecom-z4nbt81wey .ecom-collection__product-item .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
}
@media(max-width:767px){
    .ecom-core.ecom-z4nbt81wey .ecom-collection__product-group-button-action{
        display: none;
    }
}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(7,minmax(0, 1fr));}.ecom-core.ecom-rzwh02hlrp9{show_price: block;show_ground_price: false;show_picker: show;}.ecom-core.ecom-rzwh02hlrp9 .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__wishlist{justify-content: center;align-items: end;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__compare{justify-content: center;align-items: end;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-title-tag{order: 2;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-description{order: 5;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-prices{order: 4;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-rating-wrapper{order: 1;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-countdown{order: 10;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-rzwh02hlrp9 .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,minmax(0, 1fr));}.ecom-core.ecom-rzwh02hlrp9 .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection.ecom-collection__product{border-style: none;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection.ecom-collection__product:hover{border-style: none;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item{background-color: #ffffff;border-style: solid;border-width: 1px;border-color: #e9e9e9;border-radius: 16px;padding: 20px 20px 30px 20px;margin: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 20px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item .ecom-collection__product-media img,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item .ecom-collection__product-media svg.ecom-colection__product-svg-placeholder{border-radius: 16px;overflow: hidden;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-information-title{text-align: center;color: #000;transition: all 400ms ease;--ecom-webkit-line-clamp: 2;margin: 0px 0px 8px 0px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-information-title,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-information-title:hover{color: #e4763b;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price a{font-weight: 500;font-size: 16px;text-transform: none;text-decoration: none;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price{color: #000;margin: 0px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--regular,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--regular a,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--from,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--from a{font-size: 16px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--regular,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--from{color: rgba(0, 0, 0, 0.6);margin: 0px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--sale{font-size: 16px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;font-style: normal;color: #ff6f61;margin: 0px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__wishlist-link svg{width: 18px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__wishlist-link{box-shadow: 0px 1px 6px 0 rgba(158, 158, 158, 0.2);width: 45px;height: 45px;min-height: 45px;color: #000;background-color: #bbd9ed;border-radius: 50%;margin: 15px 8px 36px 8px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__wishlist-link:hover{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__wishlist-link.ecom-button-active{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__compare-link svg{width: 18px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__compare-link{box-shadow: 0px 1px 6px 0 rgba(158, 158, 158, 0.2);width: 45px;height: 45px;min-height: 45px;color: #000;background-color: #bbd9ed;border-radius: 50%;margin-right: 8px;margin-bottom: 36px;margin-left: 8px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__compare-link:hover{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__compare-link.ecom-button-active{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-submit{position: relative;align-self: center;font-size: 16px;font-weight: 600;text-decoration: none;font-style: normal;font-family: 'Albert Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;width: 100%;height: 50px;min-height: 50px;color: #000000;background-color: #fbb7b7;border-style: none;border-radius: 40px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin: 15px 0px 0px 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-submit:hover{color: #ffffff;background-color: #bbd9ed;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 14px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Jost', sans-serif;letter-spacing: 0px;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;margin-top: 15px;margin-bottom: 0px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 16px;font-weight: 600;font-family: 'Albert Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;text-decoration: none;width: 100%;height: 50px;min-height: 50px;color: #000;background-color: #f0f0f0;border-style: none;border-radius: 40px;margin: 15px 0px 0px 0px;padding: 10px 30px 10px 30px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--view-more{align-self: center;text-decoration: none;font-family: 'Albert Sans', sans-serif;font-size: 16px;line-height: 1.25em;font-weight: 600;letter-spacing: 0px;width: 100%;height: 50px;min-height: 50px;color: #e4763b;background-color: rgba(227, 118, 59, 0.15);border-style: none;border-radius: 40px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin: 15px 0px 0px 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #e4763b;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--view-more svg{width: none;height: none;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #ff6f61;border-radius: 4px;padding: 4px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #ff6f61;border-radius: 4px;padding: 4px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #000000;background-color: #cccccc;border-radius: 4px;padding: 4px 11px 3px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 13px;font-family: 'Albert Sans', sans-serif;line-height: 1em;font-weight: 400;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 4px;padding: 3px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-countdown-wrapper{background-color: rgba(255, 255, 255, 0);border-radius: 0px;overflow: hidden;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-countdown-wrapper--title{text-align: center;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-time--item{width: 43px;background-color: #000000;border-radius: 2px;overflow: hidden;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-time--number{text-align: center;font-size: 14px;font-weight: 300;height: 18px;min-height: 18px;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-time--label{text-align: center;font-size: 13px;font-weight: 400;color: #fff;margin-right: 5px;margin-left: 3px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-countdown-progress-bar--wrap .ecom-product-single__countdown-progress-bar--timer{height: 7px;--ecom-countdown-max-height: 7px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-countdown-progress-bar--wrap{border-radius: 4px;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-countdown-progress-bar--value,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-countdown-progress-bar--value a{font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 300;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-radio-label,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-radio-list,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-images-list{justify-content: center;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-swatch-item{text-align: center;font-size: 14px;font-weight: 500;font-family: 'Albert Sans', sans-serif;line-height: 1.25em;text-transform: capitalize;letter-spacing: 0px;color: #bbb;background-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: rgba(213, 213, 213, 0);border-radius: 0px;margin: 10px 4px 0px 4px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-swatch-item:hover{color: #bb8f60;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: #bb8f60;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #bb8f60;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: #bb8f60;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-main-label,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-colors-list,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-images-list{justify-content: center;margin-top: 6px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-images-list li{width: 32px;height: 32px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.04);margin: 4px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-images-list li,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-next svg{height: 24px;width: 24px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-next{color: #252525;background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 12%;margin: -110px 0px 80px 30px;padding: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #252525;background-color: rgba(0, 0, 0, 0);border-style: none;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item{padding: 10px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-information-title,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-information-title a{font-size: 16px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-information-title{margin-bottom: 5px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__wishlist-link svg{width: 14px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__wishlist-link{width: 36px;height: 36px;min-height: 36px;margin-left: 5px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__compare-link svg{width: 14px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-product__compare-link{width: 36px;height: 36px;min-height: 36px;margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-submit{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-top: 10px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-bottom: -45px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 14px;height: 40px;min-height: 40px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-time--item{width: none;margin-right: 2px;margin-left: 2px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-time--number{text-align: center;font-size: 16px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-time--label{margin-right: 3px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-next svg{height: 20px;width: 20px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 10px 30px 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item{padding: 10px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item .ecom-collection__product-media img,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item .ecom-collection__product-media svg.ecom-colection__product-svg-placeholder{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-information-title,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--regular,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--regular a,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--from,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-submit{font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 10px;margin-bottom: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-bottom: 15px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--soldout{font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 10px;margin-bottom: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions--view-more{font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 10px;margin-bottom: 0px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-time--item{width: 45px;margin-right: 2px;margin-left: 2px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-next svg{height: 18px;width: 18px;}.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 10px 30px 10px;padding: 0px;}}.ecom-core.ecom-rzwh02hlrp9.ecom-animated{animation-name: ecomFadeIn;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 600ms !important;--ec-delay: 600ms;}.ecom-core.ecom-rzwh02hlrp9{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rzwh02hlrp9{padding-bottom: 0 !important;}} .ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-badge{
    right: 11px;
    left: 11px;
    top: 11px;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-form__actions{
    width: 100%;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-child-element:before,.ecom-core.ecom-rzwh02hlrp9 .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-rzwh02hlrp9 .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-rzwh02hlrp9 .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-rzwh02hlrp9 .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product .selector-wrapper,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product .ecom-collection__product-picker-other{
    align-items: center;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item-information-title br{
    display: none;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-swiper-button-next.ecom-swiper-button-disabled,.ecom-core.ecom-rzwh02hlrp9 .ecom-swiper-button-prev.ecom-swiper-button-disabled{
    cursor: not-allowed;
}
.ecom-core.ecom-rzwh02hlrp9 .swiper-scrollbar{
    border-radius: 2px;
    height: 4px;
    width: 450px;
    background-color: #D9D9D9;
    margin: 50px auto 0;
    max-width: 90%;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-swiper-scrollbar-drag{
    background: #E59060;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item{
    overflow: visible;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-child-element.ecom-collection__product-media svg{
    border-radius: 16px;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-badge:has(.ecom-collection__product-price--bage-sale) span.ecom-collection__product-badge--sale{
    display: none !important;
}
@media (min-width:1025px){

}
.ecom-core.ecom-rzwh02hlrp9 .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a{
    transform: translateX(-15px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(-30px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item:hover .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item:hover .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
    flex-wrap: wrap;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end){
    flex-direction: row;
    justify-content: center!important;
    align-items: end;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__compare{
    width: auto;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover{
    transform: translateY(10px);
    transition: 0.5s;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(20px);
    transition: 0.5s;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item:hover .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item:hover .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(0);
}
@media(min-width:768px) and (max-width:1024px){
    .ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover,.ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-item .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
}
@media(max-width:767px){
    .ecom-core.ecom-rzwh02hlrp9 .ecom-collection__product-group-button-action{
        display: none;
    }
}.ecom-core.ecom-631hm02lem3 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,minmax(0, 1fr));}.ecom-core.ecom-631hm02lem3{show_price: block;show_picker: show;}.ecom-core.ecom-631hm02lem3 .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: flex-end;align-items: flex-end;width: 100%;}@media screen and (min-width: 1025px) {.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-631hm02lem3 .ecom-product__wishlist{justify-content: center;align-items: end;}.ecom-core.ecom-631hm02lem3 .ecom-product__compare{justify-content: center;align-items: end;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-title-tag{order: 2;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-description{order: 5;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-prices{order: 4;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-rating-wrapper{order: 1;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-countdown{order: 10;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-631hm02lem3 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-631hm02lem3 .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-631hm02lem3 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,minmax(0, 1fr));}.ecom-core.ecom-631hm02lem3 .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-631hm02lem3 .ecom-collection.ecom-collection__product{border-style: none;}.ecom-core.ecom-631hm02lem3 .ecom-collection.ecom-collection__product:hover{border-style: none;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item{background-color: #ffffff;border-style: solid;border-width: 1px;border-color: #e9e9e9;border-radius: 16px;padding: 20px 20px 30px 20px;margin: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 20px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item .ecom-collection__product-media img,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item .ecom-collection__product-media svg.ecom-colection__product-svg-placeholder{border-radius: 16px;overflow: hidden;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-information-title{text-align: center;color: #000;transition: all 400ms ease;--ecom-webkit-line-clamp: 2;margin: 0px 0px 8px 0px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-information-title,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-information-title:hover{color: #e4763b;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price a{font-weight: 500;font-size: 16px;text-transform: none;text-decoration: none;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price{color: #000;margin: 0px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--regular,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--regular a,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--from,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--from a{font-size: 16px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--regular,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--from{color: rgba(0, 0, 0, 0.6);margin: 0px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--sale{font-size: 16px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;font-style: normal;color: #ff6f61;margin: 0px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-product__wishlist-link svg{width: 18px;}.ecom-core.ecom-631hm02lem3 .ecom-product__wishlist-link{box-shadow: 0px 1px 6px 0 rgba(158, 158, 158, 0.2);width: 45px;height: 45px;min-height: 45px;color: #000;background-color: #bbd9ed;border-radius: 50%;margin: 15px 8px 36px 8px;}.ecom-core.ecom-631hm02lem3 .ecom-product__wishlist-link:hover{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-631hm02lem3 .ecom-product__wishlist-link.ecom-button-active{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-631hm02lem3 .ecom-product__compare-link svg{width: 18px;}.ecom-core.ecom-631hm02lem3 .ecom-product__compare-link{box-shadow: 0px 1px 6px 0 rgba(158, 158, 158, 0.2);width: 45px;height: 45px;min-height: 45px;color: #000;background-color: #bbd9ed;border-radius: 50%;margin-right: 8px;margin-bottom: 36px;margin-left: 8px;}.ecom-core.ecom-631hm02lem3 .ecom-product__compare-link:hover{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-631hm02lem3 .ecom-product__compare-link.ecom-button-active{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-submit{align-self: center;font-size: 16px;font-weight: 600;text-decoration: none;font-style: normal;font-family: 'Albert Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;width: 100%;height: 50px;min-height: 50px;color: #000000;background-color: #fbb7b7;border-style: none;border-radius: 40px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin: 15px 0px 0px 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-submit:hover{color: #ffffff;background-color: #bbd9ed;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 14px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Jost', sans-serif;letter-spacing: 0px;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;margin-top: 15px;margin-bottom: 0px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 16px;font-weight: 600;font-family: 'Albert Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;text-decoration: none;width: 100%;height: 50px;min-height: 50px;color: #000;background-color: #f0f0f0;border-style: none;border-radius: 40px;margin: 15px 0px 0px 0px;padding: 10px 30px 10px 30px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--view-more{align-self: center;text-decoration: none;font-family: 'Albert Sans', sans-serif;font-size: 16px;line-height: 1.25em;font-weight: 600;letter-spacing: 0px;width: 100%;height: 50px;min-height: 50px;color: #e4763b;background-color: rgba(227, 118, 59, 0.15);border-style: none;border-radius: 40px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin: 15px 0px 0px 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #e4763b;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--view-more svg{width: none;height: none;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #ff6f61;border-radius: 4px;padding: 4px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #ff6f61;border-radius: 4px;padding: 4px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #000000;background-color: #cccccc;border-radius: 4px;padding: 4px 11px 3px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 13px;font-family: 'Albert Sans', sans-serif;line-height: 1em;font-weight: 400;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 4px;padding: 3px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-countdown-wrapper{background-color: rgba(255, 255, 255, 0);border-radius: 0px;overflow: hidden;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-countdown-wrapper--title{text-align: center;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-time--item{width: 43px;background-color: #000000;border-radius: 2px;overflow: hidden;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-time--number{text-align: center;font-size: 14px;font-weight: 300;height: 18px;min-height: 18px;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-time--label{text-align: center;font-size: 13px;font-weight: 400;color: #fff;margin-right: 5px;margin-left: 3px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-countdown-progress-bar--wrap .ecom-product-single__countdown-progress-bar--timer{height: 7px;--ecom-countdown-max-height: 7px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-countdown-progress-bar--wrap{border-radius: 4px;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-countdown-progress-bar--value,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-countdown-progress-bar--value a{font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 300;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-radio-label,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-radio-list,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-images-list{justify-content: center;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-swatch-item{text-align: center;font-size: 14px;font-weight: 500;font-family: 'Albert Sans', sans-serif;line-height: 1.25em;text-transform: capitalize;letter-spacing: 0px;color: #bbb;background-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: rgba(213, 213, 213, 0);border-radius: 0px;margin: 10px 4px 0px 4px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-swatch-item:hover{color: #bb8f60;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: #bb8f60;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #bb8f60;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: #bb8f60;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-main-label,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-colors-list,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-images-list{justify-content: center;margin-top: 6px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-images-list li{width: 32px;height: 32px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.04);margin: 4px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-images-list li,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-next svg{height: 24px;width: 24px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-next{color: #252525;background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 12%;margin: -110px 0px 80px 30px;padding: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #252525;background-color: rgba(0, 0, 0, 0);border-style: none;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item{padding: 10px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-information-title,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-information-title a{font-size: 16px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-information-title{margin-bottom: 5px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-631hm02lem3 .ecom-product__wishlist-link svg{width: 14px;}.ecom-core.ecom-631hm02lem3 .ecom-product__wishlist-link{width: 36px;height: 36px;min-height: 36px;margin-left: 5px;}.ecom-core.ecom-631hm02lem3 .ecom-product__compare-link svg{width: 14px;}.ecom-core.ecom-631hm02lem3 .ecom-product__compare-link{width: 36px;height: 36px;min-height: 36px;margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-submit{align-self: center;font-size: 14px;width: 151px;height: 1px;min-height: 1px;padding-top: 10px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-bottom: -45px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 14px;height: 40px;min-height: 40px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-time--item{width: none;margin-right: 2px;margin-left: 2px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-time--number{text-align: center;font-size: 16px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-time--label{margin-right: 3px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-next svg{height: 20px;width: 20px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 10px 30px 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item{padding: 10px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item .ecom-collection__product-media img,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item .ecom-collection__product-media svg.ecom-colection__product-svg-placeholder{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-information-title,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--regular,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--regular a,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--from,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-submit{align-self: center;font-size: 14px;width: 0px;height: 0px;min-height: 0px;background-color: #fbb7b7;border-top-left-radius: 40px;padding-top: 21px;padding-right: 20px;padding-left: 20px;margin-top: 10px;margin-bottom: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 1px;height: 1px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-bottom: 15px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--soldout{font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 10px;margin-bottom: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions--view-more{font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 10px;margin-bottom: 0px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-time--item{width: 45px;margin-right: 2px;margin-left: 2px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-next svg{height: 18px;width: 18px;}.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 10px 30px 10px;padding: 0px;}}.ecom-core.ecom-631hm02lem3{padding-bottom: 0 !important;}.ecom-core.ecom-631hm02lem3.ecom-animated{animation-name: ecomFadeIn;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 600ms !important;--ec-delay: 600ms;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-631hm02lem3{padding-bottom: 101px !important;}} .ecom-core.ecom-631hm02lem3 .ecom-collection__product-badge{
    right: 11px;
    left: 11px;
    top: 11px;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-form__actions{
    width: 100%;
}
.ecom-core.ecom-631hm02lem3 .ecom-child-element:before,.ecom-core.ecom-631hm02lem3 .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-631hm02lem3 .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-631hm02lem3 .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-631hm02lem3 .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-631hm02lem3 .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-631hm02lem3 .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product .selector-wrapper,.ecom-core.ecom-631hm02lem3 .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-631hm02lem3 .ecom-collection__product .ecom-collection__product-picker-other{
    align-items: center;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item-information-title br{
    display: none;
}
.ecom-core.ecom-631hm02lem3 .ecom-swiper-button-next.ecom-swiper-button-disabled,.ecom-core.ecom-631hm02lem3 .ecom-swiper-button-prev.ecom-swiper-button-disabled{
    cursor: not-allowed;
}
.ecom-core.ecom-631hm02lem3 .swiper-scrollbar{
    border-radius: 2px;
    height: 4px;
    width: 450px;
    background-color: #D9D9D9;
    margin: 50px auto 0;
    max-width: 90%;
}
.ecom-core.ecom-631hm02lem3 .ecom-swiper-scrollbar-drag{
    background: #E59060;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item{
    overflow: visible;
}
.ecom-core.ecom-631hm02lem3 .ecom-child-element.ecom-collection__product-media svg{
    border-radius: 16px;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-badge:has(.ecom-collection__product-price--bage-sale) span.ecom-collection__product-badge--sale{
    display: none !important;
}
@media (min-width:1025px){

}
.ecom-core.ecom-631hm02lem3 .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a{
    transform: translateX(-15px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-631hm02lem3 .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(-30px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item:hover .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item:hover .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
    flex-wrap: wrap;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end){
    flex-direction: row;
    justify-content: center!important;
    align-items: end;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__compare{
    width: auto;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover{
    transform: translateY(10px);
    transition: 0.5s;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(20px);
    transition: 0.5s;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item:hover .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item:hover .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(0);
}
@media(min-width:768px) and (max-width:1024px){
    .ecom-core.ecom-631hm02lem3 .ecom-collection__product-item .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover,.ecom-core.ecom-631hm02lem3 .ecom-collection__product-item .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
}
@media(max-width:767px){
    .ecom-core.ecom-631hm02lem3 .ecom-collection__product-group-button-action{
        display: none;
    }
}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,minmax(0, 1fr));}.ecom-core.ecom-vpnpu8zt1ze{show_price: block;show_ground_price: false;show_picker: show;}.ecom-core.ecom-vpnpu8zt1ze .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: flex-end;align-items: flex-end;width: 100%;}@media screen and (min-width: 1025px) {.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__wishlist{justify-content: center;align-items: end;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__compare{justify-content: center;align-items: end;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-title-tag{order: 2;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-description{order: 5;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-prices{order: 4;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product--actions{order: 9;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-rating-wrapper{order: 1;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-variants{order: 5;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-countdown{order: 10;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-vpnpu8zt1ze .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product--wrapper-items{grid-template-columns: repeat(2,minmax(0, 1fr));}.ecom-core.ecom-vpnpu8zt1ze .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection.ecom-collection__product{border-style: none;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection.ecom-collection__product:hover{border-style: none;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item{background-color: #ffffff;border-style: solid;border-width: 1px;border-color: #e9e9e9;border-radius: 16px;padding: 20px 20px 30px 20px;margin: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 20px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item .ecom-collection__product-media img,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item .ecom-collection__product-media svg.ecom-colection__product-svg-placeholder{border-radius: 16px;overflow: hidden;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-information-title{text-align: center;color: #000;transition: all 400ms ease;--ecom-webkit-line-clamp: 2;margin: 0px 0px 8px 0px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-information-title,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;text-transform: none;font-style: normal;line-height: 1.4em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-information-title:hover{color: #e4763b;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price-wrapper{justify-content: center;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price a{font-weight: 500;font-size: 16px;text-transform: none;text-decoration: none;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price{color: #000;margin: 0px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--regular,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--regular a,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--from,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--from a{font-size: 16px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--regular,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--from{color: rgba(0, 0, 0, 0.6);margin: 0px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--sale{font-size: 16px;font-weight: 500;font-family: 'DM Sans', sans-serif;line-height: 1.25em;letter-spacing: 0px;font-style: normal;color: #ff6f61;margin: 0px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__wishlist-link svg{width: 18px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__wishlist-link{box-shadow: 0px 1px 6px 0 rgba(158, 158, 158, 0.2);width: 45px;height: 45px;min-height: 45px;color: #000;background-color: #bbd9ed;border-radius: 50%;margin: 15px 8px 36px 8px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__wishlist-link:hover{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__wishlist-link.ecom-button-active{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__compare-link svg{width: 18px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__compare-link{box-shadow: 0px 1px 6px 0 rgba(158, 158, 158, 0.2);width: 45px;height: 45px;min-height: 45px;color: #000;background-color: #bbd9ed;border-radius: 50%;margin-right: 8px;margin-bottom: 36px;margin-left: 8px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__compare-link:hover{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__compare-link.ecom-button-active{color: #fff;background-color: #fbb7b7;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-submit{align-self: center;font-size: 16px;font-weight: 600;text-decoration: none;font-style: normal;font-family: 'Albert Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;width: 100%;height: 50px;min-height: 50px;color: #512c54;background-color: #fbb7b7;border-style: none;border-radius: 40px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin: 15px 0px 0px 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-submit:hover{color: #ffffff;background-color: #bbd9ed;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 14px;font-weight: 500;line-height: 1.3em;text-decoration: none;font-style: normal;text-transform: none;font-family: 'Jost', sans-serif;letter-spacing: 0px;height: 40px;min-height: 40px;color: #000;background-color: #fff;border-style: none;border-radius: 0px;margin-top: 15px;margin-bottom: 0px;padding: 8px 30px 8px 30px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 19px;height: 19px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 16px;font-weight: 600;font-family: 'Albert Sans', sans-serif;letter-spacing: 0px;line-height: 1.25em;text-decoration: none;width: 100%;height: 50px;min-height: 50px;color: #000;background-color: #f0f0f0;border-style: none;border-radius: 40px;margin: 15px 0px 0px 0px;padding: 10px 30px 10px 30px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--view-more{align-self: center;text-decoration: none;font-family: 'Albert Sans', sans-serif;font-size: 16px;line-height: 1.25em;font-weight: 600;letter-spacing: 0px;width: 100%;height: 50px;min-height: 50px;color: #e4763b;background-color: rgba(227, 118, 59, 0.15);border-style: none;border-radius: 40px;transition-duration: 400ms;;;padding: 10px 30px 10px 30px;margin: 15px 0px 0px 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: #e4763b;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--view-more svg{width: none;height: none;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #ff6f61;border-radius: 4px;padding: 4px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #fff;background-color: #ff6f61;border-radius: 4px;padding: 4px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 13px;font-weight: 400;font-family: 'Albert Sans', sans-serif;line-height: 1em;letter-spacing: 0px;height: 24px;min-height: 24px;color: #000000;background-color: #cccccc;border-radius: 4px;padding: 4px 11px 3px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 13px;font-family: 'Albert Sans', sans-serif;line-height: 1em;font-weight: 400;letter-spacing: 0px;height: 24px;min-height: 24px;color: #ffffff;background-color: #111827;border-radius: 4px;padding: 3px 11px 4px 11px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: center;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-countdown-wrapper{background-color: rgba(255, 255, 255, 0);border-radius: 0px;overflow: hidden;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-countdown-wrapper--title{text-align: center;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-time--item{width: 43px;background-color: #000000;border-radius: 2px;overflow: hidden;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-time--number{text-align: center;font-size: 14px;font-weight: 300;height: 18px;min-height: 18px;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-time--label{text-align: center;font-size: 13px;font-weight: 400;color: #fff;margin-right: 5px;margin-left: 3px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-countdown-progress-bar--wrap .ecom-product-single__countdown-progress-bar--timer{height: 7px;--ecom-countdown-max-height: 7px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-countdown-progress-bar--wrap{border-radius: 4px;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-countdown-progress-bar--value,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-countdown-progress-bar--value a{font-family: 'Inter', sans-serif;font-size: 13px;font-weight: 300;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-radio-label{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-radio-label,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 300;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-radio-list,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-images-list{justify-content: center;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-swatch-item{text-align: center;font-size: 14px;font-weight: 500;font-family: 'Albert Sans', sans-serif;line-height: 1.25em;text-transform: capitalize;letter-spacing: 0px;color: #bbb;background-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: rgba(213, 213, 213, 0);border-radius: 0px;margin: 10px 4px 0px 4px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-swatch-item:hover{color: #bb8f60;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: #bb8f60;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #bb8f60;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: #bb8f60;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-main-label{text-align: left;margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-main-label,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 400;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-colors-list,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-images-list{justify-content: center;margin-top: 6px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-images-list li{width: 32px;height: 32px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0.04);margin: 4px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-images-list li,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-next svg{height: 24px;width: 24px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-next{color: #252525;background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 12%;margin: -110px 0px 80px 30px;padding: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #252525;background-color: rgba(0, 0, 0, 0);border-style: none;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item{padding: 10px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-information-title,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-information-title a{font-size: 16px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-information-title{margin-bottom: 5px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__wishlist-link svg{width: 14px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__wishlist-link{width: 36px;height: 36px;min-height: 36px;margin-left: 5px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__compare-link svg{width: 14px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-product__compare-link{width: 36px;height: 36px;min-height: 36px;margin-right: 5px;margin-left: 5px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-submit{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-top: 10px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-bottom: -45px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 14px;height: 40px;min-height: 40px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-time--item{width: none;margin-right: 2px;margin-left: 2px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-time--number{text-align: center;font-size: 16px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-time--label{margin-right: 3px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-next svg{height: 20px;width: 20px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 10px 30px 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vpnpu8zt1ze .ecom-collection.ecom-collection__product{padding-top: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item{padding: 10px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item .ecom-collection__product-media img,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item .ecom-collection__product-media svg.ecom-colection__product-svg-placeholder{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-information-title,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price a{font-size: 14px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--regular,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--regular a,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--from,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--from a{font-size: 14px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price--sale{font-size: 14px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-submit{font-size: 14px;width: 0px;height: 49px;min-height: 49px;padding-right: 20px;padding-left: 20px;margin-top: auto;margin-bottom: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 1px;height: 1px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-bottom: 15px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--soldout{font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 10px;margin-bottom: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions--view-more{font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 10px;margin-bottom: 0px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-time--item{width: 45px;margin-right: 2px;margin-left: 2px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-next svg{height: 18px;width: 18px;}.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 10px 30px 10px;padding: 0px;}}.ecom-core.ecom-vpnpu8zt1ze.ecom-animated{animation-name: ecomFadeIn;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 600ms !important;--ec-delay: 600ms;}.ecom-core.ecom-vpnpu8zt1ze{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vpnpu8zt1ze{padding-bottom: 0 !important;}} .ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-badge{
    right: 11px;
    left: 11px;
    top: 11px;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-form__actions{
    width: 100%;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-child-element:before,.ecom-core.ecom-vpnpu8zt1ze .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-vpnpu8zt1ze .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-vpnpu8zt1ze .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-vpnpu8zt1ze .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product .selector-wrapper,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product .ecom-collection__product-picker-other{
    align-items: center;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item-information-title br{
    display: none;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-swiper-button-next.ecom-swiper-button-disabled,.ecom-core.ecom-vpnpu8zt1ze .ecom-swiper-button-prev.ecom-swiper-button-disabled{
    cursor: not-allowed;
}
.ecom-core.ecom-vpnpu8zt1ze .swiper-scrollbar{
    border-radius: 2px;
    height: 4px;
    width: 450px;
    background-color: #D9D9D9;
    margin: 50px auto 0;
    max-width: 90%;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-swiper-scrollbar-drag{
    background: #E59060;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item{
    overflow: visible;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-child-element.ecom-collection__product-media svg{
    border-radius: 16px;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-badge:has(.ecom-collection__product-price--bage-sale) span.ecom-collection__product-badge--sale{
    display: none !important;
}
@media (min-width:1025px){

}
.ecom-core.ecom-vpnpu8zt1ze .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a{
    transform: translateX(-15px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(-30px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item:hover .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item:hover .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
    flex-wrap: wrap;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end){
    flex-direction: row;
    justify-content: center!important;
    align-items: end;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__compare{
    width: auto;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover{
    transform: translateY(10px);
    transition: 0.5s;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(20px);
    transition: 0.5s;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item:hover .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item:hover .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(0);
}
@media(min-width:768px) and (max-width:1024px){
    .ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item .ecom-product__wishlist.ecom-collection__action-hor-start.ecom-collection__action-ver-start a,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item .ecom-product__compare.ecom-collection__action-hor-start.ecom-collection__action-ver-start .ecom-product__compare-link{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover,.ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-item .ecom-collection__product-group-button-action-wrapper:has(.ecom-collection__action-ver-end) .ecom-product__wishlist-visibility-hover.ecom-product__compare-link{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
}
@media(max-width:767px){
    .ecom-core.ecom-vpnpu8zt1ze .ecom-collection__product-group-button-action{
        display: none;
    }
}.ecom-core.ecom-w21wns64v2k>div.core__row--columns{max-width: 1470px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w21wns64v2k>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}}.ecom-core.ecom-w21wns64v2k{background-color: #bbd9ed;}.ecom-core.ecom-w21wns64v2k{padding: 120px 35px 135px 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-w21wns64v2k{padding: 35px 0px 35px 0px !important;}.ecom-core.ecom-w21wns64v2k > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w21wns64v2k{padding: 25px 0px 20px 0px !important;}.ecom-core.ecom-w21wns64v2k > div.core__row--columns{flex-direction: row !important;}}
@keyframes ecomFadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}100%{opacity:1;transform: translate3d(0,0,0)}}.ecom-core.ecom-6gt3letey7a{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6gt3letey7a{width: 100%;}}.ecom-core.ecom-ax9v3zotcc .ecom-iconlist--container{flex-direction: column;}.ecom-core.ecom-ax9v3zotcc .ecom-iconlist--list{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 24px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ax9v3zotcc .ecom-iconlist--list{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ax9v3zotcc .ecom-iconlist--list{display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 30px;}}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: center;padding: 0px;}.ecom-core.ecom-ax9v3zotcc .ecom-image-default{width: 100px !important;}.ecom-core.ecom-ax9v3zotcc .ecom-iconlist--image img,.ecom-core.ecom-ax9v3zotcc .ecom-iconlist--image picture,.ecom-core.ecom-ax9v3zotcc .ecom-iconlist--image .ecom-shape-item.ecom-image-default{height: 100px !important;}.ecom-core.ecom-ax9v3zotcc .ecom-iconlist--image .ecom-image-default,.ecom-core.ecom-ax9v3zotcc .ecom-iconlist--image > picture,.ecom-core.ecom-ax9v3zotcc .ecom-iconlist--image > img{border-style: solid;border-width: 1px;border-color: #512c54;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--icon{align-self: center;color: #512c54;border-style: solid;border-width: 1px;border-color: #512c54;border-radius: 63%;margin: 0px 0px 24px 0px;padding: 27px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--icon svg{height: 44px;width: 44px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--title{text-align: center;color: #512c54;margin: 0px;padding: 0px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--title a{font-size: 20px;font-weight: 400;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;font-family: 'Marcellus', sans-serif;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--des{text-align: center;color: #512c54;margin: 0px;padding: 0px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--des a{font-size: 14px;line-height: 1.5em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--icon svg{height: 25px;width: 25px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--icon{padding: 15px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--title a{font-size: 18px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--des a{font-size: 11px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--icon svg{height: 25px;width: 25px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--icon{padding: 15px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--title a{font-size: 18px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-ax9v3zotcc .ecom-base-iconlist .ecom-iconlist--des a{font-size: 11px;}}.ecom-core.ecom-ax9v3zotcc{margin-top: 55px !important;margin-bottom: 0px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ax9v3zotcc{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ax9v3zotcc{margin-top: 30px !important;}} .ecom-core.ecom-ax9v3zotcc .ecom-iconlist--container{
    align-items: flex-start;
}
@media(max-width:1024px){
    .ecom-core.ecom-ax9v3zotcc .ecom-iconlist--des div{
        display: inline;
    }
}.ecom-core.ecom-ojutcukce5a .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-ojutcukce5a .element__heading .ecom__heading,.ecom-core.ecom-ojutcukce5a .element__heading .ecom__heading a{font-weight: 400;font-family: 'Marcellus', sans-serif;text-transform: uppercase;line-height: 1.25em;letter-spacing: 0px;font-size: 32px;}.ecom-core.ecom-ojutcukce5a  .element__heading .ecom__heading,.ecom-core.ecom-ojutcukce5a  .element__heading .ecom__heading a{color: #512c54;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ojutcukce5a .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ojutcukce5a .element__heading .ecom__heading,.ecom-core.ecom-ojutcukce5a .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ojutcukce5a .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ojutcukce5a .element__heading .ecom__heading,.ecom-core.ecom-ojutcukce5a .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-ojutcukce5a{padding-bottom: 0 !important;}.ecom-core.ecom-ojutcukce5a.ecom-animated{animation-name: ecomFadeInUp;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 600ms !important;--ec-delay: 600ms;}.ecom-core.ecom-mtym75iabkd{background-color: #ffffff;}.ecom-core.ecom-mtym75iabkd{padding-top: 45px !important;padding-bottom: 45px !important;}.ecom-core.ecom-mtym75iabkd.ecom-animated{animation-name: ecomFadeInUp;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mtym75iabkd{padding-top: 20px !important;padding-bottom: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mtym75iabkd{padding-top: 15px !important;padding-bottom: 35px !important;}}
@keyframes ecomShake{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 ecomFadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}100%{opacity:1;transform: translate3d(0,0,0)}}.ecom-core.ecom-9bcnsjhg8kn{width: 50%;}.ecom-core.ecom-9bcnsjhg8kn>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}.ecom-core.ecom-9bcnsjhg8kn>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9bcnsjhg8kn{width: 100%;}}html body .ecom-core.ecom-9bcnsjhg8kn>div.core__column--wrapper{padding-right: 5% !important;padding-left: 30% !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-9bcnsjhg8kn>div.core__column--wrapper{padding-left: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-9bcnsjhg8kn>div.core__column--wrapper{padding: 40px 15px 50px 15px !important;}}.ecom-core.ecom-xh2ll3lqtpq .ecom__element--button{gap: 9px;}.ecom-core.ecom-xh2ll3lqtpq .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-xh2ll3lqtpq .ecom__element--button{title: Jost 16px;value: [object Object];font-size: 16px;line-height: 1.5em;font-weight: 500;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;color: #000000;background-color: #bbd9ed;border-style: none;border-radius: 40px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 13px 32px 13px 32px;margin: 0px;}.ecom-core.ecom-xh2ll3lqtpq .ecom__element--button:hover{color: #ffffff;background-color: #ff4747;}.ecom-core.ecom-xh2ll3lqtpq .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}.ecom-core.ecom-xh2ll3lqtpq .ecom-button-icon svg{height: 21px;width: 21px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xh2ll3lqtpq .ecom__element--button{padding: 10px 25px 10px 25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xh2ll3lqtpq .ecom-button-default{justify-content: center;}.ecom-core.ecom-xh2ll3lqtpq .ecom__element--button{font-size: 14px;padding: 10px 25px 10px 25px;}}.ecom-core.ecom-xh2ll3lqtpq{margin-top: 45px !important;}.ecom-core.ecom-xh2ll3lqtpq.ecom-animated{animation-name: ecomFadeInUp;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 700ms !important;--ec-delay: 700ms;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xh2ll3lqtpq{margin-top: 25px !important;padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xh2ll3lqtpq{margin-top: 25px !important;}}.ecom-core.ecom-95uzw7extdr .ecom-text--more-actions button ,.ecom-core.ecom-95uzw7extdr .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-95uzw7extdr .text-content,.ecom-core.ecom-95uzw7extdr  .text-content a,.ecom-core.ecom-95uzw7extdr  .text-content p,.ecom-core.ecom-95uzw7extdr  .text-content span{text-align: left;color: #252525;margin: 0px;padding: 0px;}.ecom-core.ecom-95uzw7extdr .text-content,.ecom-core.ecom-95uzw7extdr .text-content a,.ecom-core.ecom-95uzw7extdr  .text-content a,.ecom-core.ecom-95uzw7extdr  .text-content a a,.ecom-core.ecom-95uzw7extdr  .text-content p,.ecom-core.ecom-95uzw7extdr  .text-content p a,.ecom-core.ecom-95uzw7extdr  .text-content span,.ecom-core.ecom-95uzw7extdr  .text-content span a{title: Jost 18px;value: [object Object];line-height: 1.5em;font-size: 16px;font-weight: 400;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-95uzw7extdr .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-95uzw7extdr .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-95uzw7extdr .text-content,.ecom-core.ecom-95uzw7extdr  .text-content a,.ecom-core.ecom-95uzw7extdr  .text-content p,.ecom-core.ecom-95uzw7extdr  .text-content span{text-align: center;}.ecom-core.ecom-95uzw7extdr .text-content,.ecom-core.ecom-95uzw7extdr .text-content a,.ecom-core.ecom-95uzw7extdr  .text-content a,.ecom-core.ecom-95uzw7extdr  .text-content a a,.ecom-core.ecom-95uzw7extdr  .text-content p,.ecom-core.ecom-95uzw7extdr  .text-content p a,.ecom-core.ecom-95uzw7extdr  .text-content span,.ecom-core.ecom-95uzw7extdr  .text-content span a{font-size: 14px;}}.ecom-core.ecom-95uzw7extdr{padding-bottom: 0 !important;margin-top: 24px !important;}.ecom-core.ecom-95uzw7extdr.ecom-animated{animation-name: ecomFadeInUp;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 600ms !important;--ec-delay: 700ms;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-95uzw7extdr{margin-top: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-95uzw7extdr{margin-top: 15px !important;}} @media(max-width:1024px){
    .ecom-core.ecom-95uzw7extdr .text-content div{
        display: inline;
    }
}.ecom-core.ecom-tjopo708lj .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-tjopo708lj .element__heading .ecom__heading,.ecom-core.ecom-tjopo708lj .element__heading .ecom__heading a{font-family: 'DM Sans', sans-serif;font-size: 54px;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-tjopo708lj  .element__heading .ecom__heading,.ecom-core.ecom-tjopo708lj  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tjopo708lj .element__heading .ecom__heading,.ecom-core.ecom-tjopo708lj .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tjopo708lj .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-tjopo708lj .element__heading .ecom__heading,.ecom-core.ecom-tjopo708lj .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-tjopo708lj.ecom-animated{animation-name: ecomFadeInUp;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 500ms !important;--ec-delay: 600ms;}.ecom-core.ecom-tjopo708lj{} @media(max-width:767px){
    .ecom-core.ecom-tjopo708lj .ecom__heading div{
        display: inline-block;
    }
}.ecom-core.ecom-akvjbk2kv8{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-akvjbk2kv8{width: 100%;}}.ecom-core.ecom-6s8nwa23jhf .ecom-image-align{align-items: center;}.ecom-core.ecom-6s8nwa23jhf .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-6s8nwa23jhf .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-6s8nwa23jhf .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-6s8nwa23jhf .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-6s8nwa23jhf .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-6s8nwa23jhf .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-n09ezcds4vb>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-n09ezcds4vb{background-color: #fae1ef;}
@keyframes ecomShake{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 ecomFadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}100%{opacity:1;transform: translate3d(0,0,0)}}.ecom-core.ecom-3hhptvxr2ke{width: 100%;}.ecom-core.ecom-3hhptvxr2ke>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-3hhptvxr2ke{width: 100%;}}.ecom-core.ecom-bsvhr9i582u .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-bsvhr9i582u .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-bsvhr9i582u .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bsvhr9i582u .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bsvhr9i582u .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-bsvhr9i582u .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-bsvhr9i582u .ecom-swiper-slide{border-radius: 0px;overflow: hidden;padding: 0px;margin: 0px;}.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-next{color: #000000;background-color: #fff;border-style: solid;border-width: 1px;border-color: #ebebeb;border-radius: 50%;padding: 12px;margin: -25px -30px 0px -30px;}.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-next:hover{color: #ffffff;background-color: #000000;border-style: solid;border-width: 1px;border-color: #000000;transition: all 40ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-next{margin-top: -20px;margin-right: -24px;margin-left: -24px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-next svg{height: 12px;width: 12px;}.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-bsvhr9i582u .ecom-slider--container .ecom-swiper-button-next{padding: 10px;margin: -25px -24px 0px -24px;}}.ecom-core.ecom-bsvhr9i582u{margin-top: 48px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bsvhr9i582u{margin-top: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bsvhr9i582u{margin-top: 35px !important;}} .ecom-core.ecom-bsvhr9i582u .ecom-elements-slider{
    overflow: visible;
}
.ecom-core.ecom-bsvhr9i582u .ecom-swiper-button-disabled{
    cursor: not-allowed;
}
@media(min-width:1025px){
.ecom-core.ecom-bsvhr9i582u .ecom-slider--container:hover .ecom-swiper-button{
    opacity: 1;
    visibility: visible;
}
.ecom-core.ecom-bsvhr9i582u .ecom-swiper-button{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
}.ecom-core.ecom-cnq2oftcn4f .ecom-button-default{justify-content: center;}.ecom-core.ecom-cnq2oftcn4f .ecom__element--button, .ecom-core.ecom-cnq2oftcn4f .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-cnq2oftcn4f .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-cnq2oftcn4f .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-cnq2oftcn4f .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-cnq2oftcn4f .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cnq2oftcn4f .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-cnq2oftcn4f{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-cnq2oftcn4f{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cnq2oftcn4f{padding-bottom: 0 !important;}}.ecom-core.ecom-ecu0spd5x8f .ecom-image-align{align-items: center;}.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 211px !important;}.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 157px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-ecu0spd5x8f .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 157px !important;}}.ecom-core.ecom-bubxx2k1q .ecom-button-default{justify-content: center;}.ecom-core.ecom-bubxx2k1q .ecom__element--button, .ecom-core.ecom-bubxx2k1q .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-bubxx2k1q .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-bubxx2k1q .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-bubxx2k1q .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bubxx2k1q .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bubxx2k1q .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-bubxx2k1q{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bubxx2k1q{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bubxx2k1q{padding-bottom: 0 !important;}}.ecom-core.ecom-0842tuxhajwf .ecom-image-align{align-items: center;}.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 211px !important;}.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 157px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-0842tuxhajwf .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 157px !important;}}.ecom-core.ecom-84bhkqioksg .ecom-button-default{justify-content: center;}.ecom-core.ecom-84bhkqioksg .ecom__element--button, .ecom-core.ecom-84bhkqioksg .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-84bhkqioksg .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-84bhkqioksg .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-84bhkqioksg .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-84bhkqioksg .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-84bhkqioksg .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-84bhkqioksg{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-84bhkqioksg{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-84bhkqioksg{padding-bottom: 0 !important;}}.ecom-core.ecom-7mw6eay8qil .ecom-image-align{align-items: center;}.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 211px !important;}.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 157px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-7mw6eay8qil .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 157px !important;}}.ecom-core.ecom-jpkcd7cx92s .ecom-button-default{justify-content: center;}.ecom-core.ecom-jpkcd7cx92s .ecom__element--button, .ecom-core.ecom-jpkcd7cx92s .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-jpkcd7cx92s .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-jpkcd7cx92s .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-jpkcd7cx92s .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jpkcd7cx92s .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jpkcd7cx92s .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-jpkcd7cx92s{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jpkcd7cx92s{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jpkcd7cx92s{padding-bottom: 0 !important;}}.ecom-core.ecom-e2cm7ayq35h .ecom-image-align{align-items: center;}.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 211px !important;}.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 159px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-e2cm7ayq35h .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 157px !important;}}.ecom-core.ecom-o9ximumsku .ecom-button-default{justify-content: center;}.ecom-core.ecom-o9ximumsku .ecom__element--button, .ecom-core.ecom-o9ximumsku .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-o9ximumsku .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-o9ximumsku .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-o9ximumsku .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-o9ximumsku .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-o9ximumsku .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-o9ximumsku{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-o9ximumsku{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-o9ximumsku{padding-bottom: 0 !important;}}.ecom-core.ecom-zhner7itfa .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 211px !important;}.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay{background-color: rgba(17, 24, 39, 0.3);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 157px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-zhner7itfa .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 157px !important;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zhner7itfa{padding-bottom: 0 !important;}}.ecom-core.ecom-46aelop1o61 .ecom-button-default{justify-content: center;}.ecom-core.ecom-46aelop1o61 .ecom__element--button, .ecom-core.ecom-46aelop1o61 .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-46aelop1o61 .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-46aelop1o61 .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-46aelop1o61 .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-46aelop1o61 .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-46aelop1o61 .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-46aelop1o61{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-46aelop1o61{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-46aelop1o61{padding-bottom: 0 !important;}}.ecom-core.ecom-s2ejnf0ood .ecom-image-align{align-items: center;}.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-s2ejnf0ood .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-dd4n66yr2us .ecom-button-default{justify-content: center;}.ecom-core.ecom-dd4n66yr2us .ecom__element--button, .ecom-core.ecom-dd4n66yr2us .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-dd4n66yr2us .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-dd4n66yr2us .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-dd4n66yr2us .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dd4n66yr2us .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dd4n66yr2us .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-dd4n66yr2us{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dd4n66yr2us{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dd4n66yr2us{padding-bottom: 0 !important;}}.ecom-core.ecom-p753uei7rg .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-p753uei7rg .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay{background-color: rgba(17, 24, 39, 0.3);}.ecom-core.ecom-l9n30e4t1sd .ecom__element--button{gap: 10px;}.ecom-core.ecom-l9n30e4t1sd .ecom-button-default{justify-content: center;}.ecom-core.ecom-l9n30e4t1sd .ecom__element--button, .ecom-core.ecom-l9n30e4t1sd .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-l9n30e4t1sd .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-l9n30e4t1sd .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-l9n30e4t1sd .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}.ecom-core.ecom-l9n30e4t1sd .ecom-button-icon svg{height: 15px;width: 15px;}.ecom-core.ecom-l9n30e4t1sd .ecom-button-icon{color: #ffffff;border-radius: 50%;transition: all 400ms ease;}.ecom-core.ecom-l9n30e4t1sd .ecom__element--button:hover .ecom-button-icon{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l9n30e4t1sd .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l9n30e4t1sd .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-l9n30e4t1sd{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l9n30e4t1sd{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l9n30e4t1sd{padding-bottom: 0 !important;}}.ecom-core.ecom-bcv27z633s4 .ecom-image-align{align-items: center;}.ecom-core.ecom-bcv27z633s4 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-bcv27z633s4 .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-ive8x41bdp .ecom-button-default{justify-content: center;}.ecom-core.ecom-ive8x41bdp .ecom__element--button, .ecom-core.ecom-ive8x41bdp .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-ive8x41bdp .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-ive8x41bdp .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-ive8x41bdp .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ive8x41bdp .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ive8x41bdp .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-ive8x41bdp{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ive8x41bdp{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ive8x41bdp{padding-bottom: 0 !important;}}.ecom-core.ecom-7pditt525ra .ecom-image-align{align-items: center;}.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-7pditt525ra .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-kqvph1enyxg .ecom-button-default{justify-content: center;}.ecom-core.ecom-kqvph1enyxg .ecom__element--button, .ecom-core.ecom-kqvph1enyxg .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-kqvph1enyxg .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-kqvph1enyxg .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-kqvph1enyxg .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kqvph1enyxg .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kqvph1enyxg .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-kqvph1enyxg{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kqvph1enyxg{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kqvph1enyxg{padding-bottom: 0 !important;}}.ecom-core.ecom-9jrq5shtmn .ecom-image-align{align-items: center;}.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-9jrq5shtmn .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-9jrq5shtmn{padding-bottom: 0 !important;}.ecom-core.ecom-hu8ijmlvpbg .ecom-button-default{justify-content: center;}.ecom-core.ecom-hu8ijmlvpbg .ecom__element--button, .ecom-core.ecom-hu8ijmlvpbg .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-hu8ijmlvpbg .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-hu8ijmlvpbg .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-hu8ijmlvpbg .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hu8ijmlvpbg .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hu8ijmlvpbg .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-hu8ijmlvpbg{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hu8ijmlvpbg{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hu8ijmlvpbg{padding-bottom: 0 !important;}}.ecom-core.ecom-g41tu2m8lil .ecom-image-align{align-items: center;}.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-g41tu2m8lil .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g41tu2m8lil .ecom-image-default{width: 100% !important;max-width: 100% !important;}}.ecom-core.ecom-tz46zublwzj .ecom-button-default{justify-content: center;}.ecom-core.ecom-tz46zublwzj .ecom__element--button, .ecom-core.ecom-tz46zublwzj .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-tz46zublwzj .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: none;text-decoration: none;box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0);color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-tz46zublwzj .ecom__element--button:hover{color: #fbb7b7;background-color: rgba(51, 181, 201, 0);cursor: pointer;}.ecom-core.ecom-tz46zublwzj .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tz46zublwzj .ecom__element--button{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tz46zublwzj .ecom__element--button{font-size: 15px;}}.ecom-core.ecom-tz46zublwzj{padding-bottom: 0 !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tz46zublwzj{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tz46zublwzj{padding-bottom: 0 !important;}}.ecom-core.ecom-fa8vkcyutuh .ecom-image-align{align-items: center;}.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture img{object-fit: none;}.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture > picture,.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture > img{border-style: none;}.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture:hover > picture,.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture:hover > img{border-style: none;}.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture:hover{transform: scale(0.9);}.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-image-picture{transition: all 400ms ease;}.ecom-core.ecom-fa8vkcyutuh .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay{background-color: rgba(17, 24, 39, 0.3);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fa8vkcyutuh .ecom-image-default{width: 100% !important;max-width: 100% !important;}}.ecom-core.ecom-mzz2mnlvh29 .element__heading .ecom__heading{text-align: center;padding: 0px;margin: 0px;}.ecom-core.ecom-mzz2mnlvh29 .element__heading .ecom__heading,.ecom-core.ecom-mzz2mnlvh29 .element__heading .ecom__heading a{font-weight: 500;line-height: 1.2em;letter-spacing: 0px;font-size: 36px;font-family: 'DM Sans', sans-serif;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-mzz2mnlvh29  .element__heading .ecom__heading,.ecom-core.ecom-mzz2mnlvh29  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mzz2mnlvh29 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-mzz2mnlvh29 .element__heading .ecom__heading,.ecom-core.ecom-mzz2mnlvh29 .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mzz2mnlvh29 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-mzz2mnlvh29 .element__heading .ecom__heading,.ecom-core.ecom-mzz2mnlvh29 .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-mzz2mnlvh29.ecom-animated{animation-name: ecomFadeInUp;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 500ms !important;--ec-delay: 600ms;}.ecom-core.ecom-mzz2mnlvh29{}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mzz2mnlvh29{padding-bottom: 0px !important;}} @media(max-width:767px){
    .ecom-core.ecom-mzz2mnlvh29 .ecom__heading div{
        display: inline;
    }
}.ecom-core.ecom-jjl7op11wt>div.core__row--columns{max-width: 1270px;}.ecom-core.ecom-jjl7op11wt{background-color: #fff;border-style: none;}.ecom-core.ecom-jjl7op11wt{padding: 1px 50px 0px 50px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jjl7op11wt{padding: 35px 0px 0px 0px !important;}.ecom-core.ecom-jjl7op11wt > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jjl7op11wt{padding: 35px 0px 0px 0px !important;}.ecom-core.ecom-jjl7op11wt > div.core__row--columns{flex-direction: row !important;}}
@keyframes ecomFadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}100%{opacity:1;transform: translate3d(0,0,0)}}@keyframes ecomShake{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)}}.ecom-core.ecom-3ii64q2lgu9{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3ii64q2lgu9{width: 100%;}}.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container{padding-left: calc((100% - 42%) / 2);padding-right: calc((100% - 42%) / 2);}.ecom-core.ecom-4licqhcdvs2 .ecom-content-item{align-content: center;align-items: center;display: flex;}.ecom-core.ecom-4licqhcdvs2 .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active:after{height: 100%;}.ecom-core.ecom-4licqhcdvs2 .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-4licqhcdvs2 .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container{padding-left: calc((100% - 100%) / 2);padding-right: calc((100% - 100%) / 2);}.ecom-core.ecom-4licqhcdvs2 .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-4licqhcdvs2 .ecom-swiper-slide{animation-duration: 5000ms !important;background-color: rgba(248, 248, 236, 0);border-style: solid;border-width: 1px;border-color: #ebebeb;border-radius: 16px;overflow: hidden;padding: 38px 30px 30px 30px;margin: 0px;}.ecom-core.ecom-4licqhcdvs2 .ecom-swiper-slide:hover{background-color: rgba(248, 248, 236, 0);}.ecom-core.ecom-4licqhcdvs2 .ecom-swiper-slide.ecom-box-active{background-color: rgba(248, 248, 236, 0);}.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-next{color: #000;background-color: #fff;border-style: solid;border-width: 1px;border-color: #ebebeb;border-radius: 50%;margin: 0px -30px 0px -30px;padding: 12px;}.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-next:hover{color: #fff;background-color: #000000;border-style: solid;border-width: 1px;border-color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4licqhcdvs2 .ecom-swiper-slide{padding: 0px;}.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-next{margin: 0px -24px 0px -24px;padding: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4licqhcdvs2 .ecom-swiper-slide{padding: 0px;}.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-prev svg,.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-next svg{height: 13px;width: 13px;}.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-prev,.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container .ecom-swiper-button-next{padding: 10px;margin: 0px -24px 0px -25px;}}.ecom-core.ecom-4licqhcdvs2{margin-top: 48px !important;width: 100%;max-width:100%;}.ecom-core.ecom-4licqhcdvs2.ecom-animated{animation-name: ecomFadeInUp;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 500ms !important;--ec-delay: 700ms;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4licqhcdvs2{margin-top: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4licqhcdvs2{margin-top: 35px !important;}} .ecom-core.ecom-4licqhcdvs2 .ecom-elements-slider{
    overflow: visible;
}
.ecom-core.ecom-4licqhcdvs2 .ecom-swiper-button-disabled{
    cursor: not-allowed;
}
@media(min-width:1025px){
.ecom-core.ecom-4licqhcdvs2 .ecom-slider--container:hover .ecom-swiper-button{
    opacity: 1;
    visibility: visible;
}
.ecom-core.ecom-4licqhcdvs2 .ecom-swiper-button{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
}.ecom-core.ecom-7eipvj8kj3q>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-4yfnoslkuje{width: 100%;}.ecom-core.ecom-4yfnoslkuje>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;align-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4yfnoslkuje>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace ~ div.ecom-block.elmspace{margin-top: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4yfnoslkuje{width: 100%;}.ecom-core.ecom-4yfnoslkuje>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace ~ div.ecom-block.elmspace{margin-top: 0px;}}.ecom-core.ecom-2biixe6qbpy{background-color: #fff;border-radius: 0px;overflow: hidden;}.ecom-core.ecom-2biixe6qbpy{} .ecom-core.ecom-2biixe6qbpy{
    left:0;
    right:0;
    overflow:visible;
}
.ecom-core.ecom-2biixe6qbpy:hover .ec-tr-visiable{
    visibility: visible;
    opacity: 1;
}
.ecom-core.ecom-2biixe6qbpy .ec-tr-visiable{
    opacity: 0;
    transition: 0.3s!important;
    visibility: hidden;
}.ecom-core.ecom-a1kvvavdhm>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-a1kvvavdhm>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-cse3e22ug3m{width: 16%;}.ecom-core.ecom-cse3e22ug3m>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-cse3e22ug3m{width: 20%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cse3e22ug3m{width: 15%;}.ecom-core.ecom-cse3e22ug3m>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}}html body .ecom-core.ecom-cse3e22ug3m>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}.ecom-core.ecom-pxeqiv753jd .ecom__element--button{gap: 0px;}.ecom-core.ecom-pxeqiv753jd .ecom-button-default{justify-content: flex-end;}.ecom-core.ecom-pxeqiv753jd .ecom__element--button{width: 32px;height: 32px;min-height: 32px;color: #fbb7b7;background-color: #bbd9ed;border-style: solid;border-width: 1px;border-color: #ff6f61;border-radius: 50px;transition-duration: 400ms;;;padding: 0px;margin: 0px;}.ecom-core.ecom-pxeqiv753jd .ecom__element--button:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000000;}.ecom-core.ecom-pxeqiv753jd .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}.ecom-core.ecom-pxeqiv753jd .ecom-button-icon svg{height: 20px;width: 20px;}.ecom-core.ecom-pxeqiv753jd .ecom-button-icon{border-radius: 50%;transition: all nonems ease;margin: 0px;padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pxeqiv753jd .ecom__element--button{width: 30px;height: 30px;min-height: 30px;}.ecom-core.ecom-pxeqiv753jd .ecom-button-icon svg{height: 16px;width: 16px;}}.ecom-core.ecom-pxeqiv753jd{padding-bottom: 0 !important;}.ecom-core.ecom-vei0xlgffb{width: 64%;}.ecom-core.ecom-vei0xlgffb>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}.ecom-core.ecom-vei0xlgffb>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: left;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vei0xlgffb{width: 55%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vei0xlgffb{width: 60%;}.ecom-core.ecom-vei0xlgffb>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}}html body .ecom-core.ecom-vei0xlgffb>div.core__column--wrapper{padding-left: 12px !important;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price-container-grid{justify-content: flex-start;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 16px;line-height: 1em;font-weight: 500;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--sale.ecom-product-single__price-normal{color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--sale,.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--sale a{font-size: 16px;font-family: 'DM Sans', sans-serif;font-weight: 500;text-transform: none;font-style: normal;text-decoration: none;line-height: 1em;letter-spacing: 0px;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--sale{color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--regular,.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--regular a{font-weight: 600;font-size: 14px;line-height: 1em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: line-through;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--regular{color: #ABABAB;margin: 0px;padding: 0px;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--badges-sale,.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--badges-sale a{font-size: 10px;font-weight: 700;line-height: 1.5em;text-transform: uppercase;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--badges-sale{color: #ffffff;margin-left: 8px;padding: 3px 8px 3px 8px;background-color: #DB1215;border-radius: 40px;overflow: hidden;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-fzgixnjlzcp .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-fzgixnjlzcp .ecom-product-single__price--badges-sold-out{color: #ffffff;margin-left: 8px;padding: 3px 8px 3px 8px;background-color: #111827;border-radius: 50px;overflow: hidden;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 14px;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--sale,.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--sale a{font-size: 14px;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--regular,.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--regular a{font-size: 14px;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--badges-sale,.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--badges-sale a{font-size: 14px;}.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price--badges-sale{padding-right: 15px;padding-left: 15px;}}.ecom-core.ecom-fzgixnjlzcp{margin-top: 10px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fzgixnjlzcp{padding-bottom: 0 !important;}} .ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price-container-grid{
    align-items: center;
}
.ecom-core.ecom-fzgixnjlzcp .ecom-product-single__price-container .ecom-product-single__price--prices{
    gap: 5px;
    flex-wrap: wrap;
    word-break: break-all;
    justify-content: flex-start;
    text-align: left;
}.ecom-core.ecom-e0jjhoa2lga .ecom-product__heading{text-align: left;color: #000;}.ecom-core.ecom-e0jjhoa2lga .ecom-product__heading,.ecom-core.ecom-e0jjhoa2lga .ecom-product__heading a{font-size: 16px;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;text-decoration: none;font-family: 'DM Sans', sans-serif;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e0jjhoa2lga .ecom-product__heading,.ecom-core.ecom-e0jjhoa2lga .ecom-product__heading a{font-size: 14px;}}.ecom-core.ecom-e0jjhoa2lga{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-e0jjhoa2lga{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-e0jjhoa2lga{padding-bottom: 0 !important;}} .ecom-core.ecom-e0jjhoa2lga .ecom-product__heading{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}.ecom-core.ecom-le0k85ay7sh{width: 20%;}.ecom-core.ecom-le0k85ay7sh>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-le0k85ay7sh{width: 25%;}}html body .ecom-core.ecom-le0k85ay7sh>div.core__column--wrapper{padding-left: 0px !important;}.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--slider{flex-flow: column;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-smn0vu76mop .ecom-image-default{width: 72px !important;max-width: 100% !important;}.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured img,.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured picture,.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured .ecom-shape-item.ecom-image-default{height: 72px !important;}.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured img{object-fit: cover;}.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured > picture,.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured > img{border-style: none;}.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured ,.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured  > picture,.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured > img{border-radius: 4px;overflow: hidden;}.ecom-core.ecom-smn0vu76mop .ecom-product-single__media-label{margin: -30px 0px 0px -15px;padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-smn0vu76mop .ecom-product-single__media-label{margin-left: -25px;}}.ecom-core.ecom-smn0vu76mop{padding-bottom: 0 !important;width: unset;max-width:unset;} .ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured>.ecom-product-single__media--image{
    padding: 0!important;
    height: auto;
}
.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured>.ecom-product-single__media--image > .ecom-image-default{
    position: relative;
}
.ecom-core.ecom-smn0vu76mop .ecom-product-single__media--featured .ecom-product-single__media--image{
    border-radius: 0;
    border: none;
}
.ecom-core.ecom-smn0vu76mop .ecom-product-single__media-label--bage-sale{
    width: max-content;
}
.ecom-core.ecom-smn0vu76mop .ecom-product-single__media-label{
    flex-direction: column;
    padding: 0;
    gap: 5px;
}
.ecom-core.ecom-smn0vu76mop .ecom-product-single__media-label > span{
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    width: max-content;
    height: 24px;
    display: flex;
    align-items: center;
}
.ecom-core.ecom-smn0vu76mop span.ecom-product-single__media-label-sale[data-text=" "]{
    display: none!important;
}.ecom-core.ecom-9xpvvicptnp .ecom__element-divi,.ecom-core.ecom-9xpvvicptnp .divi-cont{justify-content: center;}.ecom-core.ecom-9xpvvicptnp .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-9xpvvicptnp .divi-line.divi-style{width: 100%;}.ecom-core.ecom-9xpvvicptnp .ecom__element-divi .divi-style{border-color: #EBEBEB;border-bottom-width: 1px;}.ecom-core.ecom-9xpvvicptnp .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-9xpvvicptnp{margin-top: 14px !important;margin-bottom: 14px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9xpvvicptnp{padding-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9xpvvicptnp{margin-top: 5px !important;margin-bottom: 5px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-c18ed2kkncf .ecom-text--more-actions button ,.ecom-core.ecom-c18ed2kkncf .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-c18ed2kkncf .text-content,.ecom-core.ecom-c18ed2kkncf  .text-content a,.ecom-core.ecom-c18ed2kkncf  .text-content p,.ecom-core.ecom-c18ed2kkncf  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-c18ed2kkncf .text-content,.ecom-core.ecom-c18ed2kkncf .text-content a,.ecom-core.ecom-c18ed2kkncf  .text-content a,.ecom-core.ecom-c18ed2kkncf  .text-content a a,.ecom-core.ecom-c18ed2kkncf  .text-content p,.ecom-core.ecom-c18ed2kkncf  .text-content p a,.ecom-core.ecom-c18ed2kkncf  .text-content span,.ecom-core.ecom-c18ed2kkncf  .text-content span a{font-size: 14px;font-weight: 500;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-c18ed2kkncf .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-c18ed2kkncf .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-c18ed2kkncf{padding-bottom: 0 !important;margin-top: 20px !important;width: unset;max-width:unset;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c18ed2kkncf{padding-bottom: 0 !important;}}.ecom-core.ecom-zj1umf6i108 .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-zj1umf6i108 .ecom-image-default{width: 28px !important;max-width: 100% !important;}.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture picture,.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture .ecom-shape-item.ecom-image-default{height: 28px !important;}.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-zj1umf6i108 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-zj1umf6i108{padding-bottom: 0 !important;margin-top: 20px !important;margin-right: 8px !important;width: unset;max-width:unset;}.ecom-core.ecom-vc1v1jk62qj .ecom-text--more-actions button ,.ecom-core.ecom-vc1v1jk62qj .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-vc1v1jk62qj .text-content,.ecom-core.ecom-vc1v1jk62qj  .text-content a,.ecom-core.ecom-vc1v1jk62qj  .text-content p,.ecom-core.ecom-vc1v1jk62qj  .text-content span{text-align: left;color: #545454;margin: 0px;padding: 0px;}.ecom-core.ecom-vc1v1jk62qj .text-content,.ecom-core.ecom-vc1v1jk62qj .text-content a,.ecom-core.ecom-vc1v1jk62qj  .text-content a,.ecom-core.ecom-vc1v1jk62qj  .text-content a a,.ecom-core.ecom-vc1v1jk62qj  .text-content p,.ecom-core.ecom-vc1v1jk62qj  .text-content p a,.ecom-core.ecom-vc1v1jk62qj  .text-content span,.ecom-core.ecom-vc1v1jk62qj  .text-content span a{font-size: 16px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;font-family: 'DM Sans', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-vc1v1jk62qj .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-vc1v1jk62qj .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vc1v1jk62qj .text-content,.ecom-core.ecom-vc1v1jk62qj .text-content a,.ecom-core.ecom-vc1v1jk62qj  .text-content a,.ecom-core.ecom-vc1v1jk62qj  .text-content a a,.ecom-core.ecom-vc1v1jk62qj  .text-content p,.ecom-core.ecom-vc1v1jk62qj  .text-content p a,.ecom-core.ecom-vc1v1jk62qj  .text-content span,.ecom-core.ecom-vc1v1jk62qj  .text-content span a{font-size: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vc1v1jk62qj .text-content,.ecom-core.ecom-vc1v1jk62qj .text-content a,.ecom-core.ecom-vc1v1jk62qj  .text-content a,.ecom-core.ecom-vc1v1jk62qj  .text-content a a,.ecom-core.ecom-vc1v1jk62qj  .text-content p,.ecom-core.ecom-vc1v1jk62qj  .text-content p a,.ecom-core.ecom-vc1v1jk62qj  .text-content span,.ecom-core.ecom-vc1v1jk62qj  .text-content span a{font-size: 15px;}}.ecom-core.ecom-vc1v1jk62qj{margin-top: 18px !important;padding-bottom: 0 !important;}.ecom-core.ecom-v9dlk2wju3m .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-v9dlk2wju3m .element__heading .ecom__heading,.ecom-core.ecom-v9dlk2wju3m .element__heading .ecom__heading a{font-weight: 500;font-size: 14px;line-height: 1.25em;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-v9dlk2wju3m  .element__heading .ecom__heading,.ecom-core.ecom-v9dlk2wju3m  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-v9dlk2wju3m .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v9dlk2wju3m .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-v9dlk2wju3m .element__heading .ecom__heading,.ecom-core.ecom-v9dlk2wju3m .element__heading .ecom__heading a{font-size: 18px;}}.ecom-core.ecom-v9dlk2wju3m{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-v9dlk2wju3m{margin-top: 15px !important;padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v9dlk2wju3m{margin-top: 10px !important;padding-bottom: 0 !important;}}.ecom-core.ecom-y9a4x7dn1qn .ecom-icon{justify-content: flex-start;}.ecom-core.ecom-y9a4x7dn1qn .ecom-icon .ecom-icon--container{color: #e4763b;border-radius: 0%;padding: 0px;}.ecom-core.ecom-y9a4x7dn1qn .ecom-icon .ecom-icon--container:hover{background-color: rgba(255, 255, 255, 0);}.ecom-core.ecom-y9a4x7dn1qn{padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-rf8exnik4k .element__heading .ecom__heading{text-align: center;padding: 0px;margin: 0px;}.ecom-core.ecom-rf8exnik4k .element__heading .ecom__heading,.ecom-core.ecom-rf8exnik4k .element__heading .ecom__heading a{font-weight: 500;line-height: 1.2em;letter-spacing: 0px;font-size: 36px;font-family: 'DM Sans', sans-serif;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-rf8exnik4k  .element__heading .ecom__heading,.ecom-core.ecom-rf8exnik4k  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rf8exnik4k .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-rf8exnik4k .element__heading .ecom__heading,.ecom-core.ecom-rf8exnik4k .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-rf8exnik4k .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-rf8exnik4k .element__heading .ecom__heading,.ecom-core.ecom-rf8exnik4k .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-rf8exnik4k.ecom-animated{animation-name: ecomFadeInUp;;animation-duration: .75s;;animation-timing-function: ease;animation-fill-mode: forwards;animation-duration: 500ms !important;--ec-delay: 600ms;}.ecom-core.ecom-rf8exnik4k{}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-rf8exnik4k{padding-bottom: 0px !important;}} @media(max-width:767px){
    .ecom-core.ecom-rf8exnik4k .ecom__heading div{
        display: inline;
    }
}.ecom-core.ecom-t48g82ugtpj>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-t48g82ugtpj{background-color: #bbd9ed;}.ecom-core.ecom-t48g82ugtpj{padding: 85px 35px 0 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-t48g82ugtpj{padding: 20px 0px 45px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-t48g82ugtpj{padding: 10px 0px 35px 0px !important;}}
@keyframes ecomShake{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)}}.ecom-core.ecom-nxbf2qxfcp{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nxbf2qxfcp{width: 100%;}}.ecom-core.ecom-jcygzimrgai .ecom-accordion__title{text-align: left;background-color: #4C545F;border-radius: 8px;padding: 16px 30px 16px 30px;margin-right: 0px;margin-bottom: 25px;margin-left: 0px;}.ecom-core.ecom-jcygzimrgai .ecom-accordion__title:hover{background-color: #4C545F;}.ecom-core.ecom-jcygzimrgai .ecom-accordion__title.ecom-item-active{background-color: #4C545F;}.ecom-core.ecom-jcygzimrgai .ecom-accordion__title .ecom-items--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-jcygzimrgai .ecom-accordion__title .ecom-items--icon{color: #fff;}.ecom-core.ecom-jcygzimrgai .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;text-transform: capitalize;font-family: 'Inter', sans-serif;font-weight: 400;line-height: 1.5em;font-style: normal;text-decoration: none;color: #fff;}.ecom-core.ecom-jcygzimrgai .ecom-accordion_wrapper-info .ecom-items--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-jcygzimrgai .ecom-accordion_wrapper-info .ecom-accordion_icon-title{color: #fff;}.ecom-core.ecom-jcygzimrgai .ecom-accordion_icon-title{margin-right: 7px;}.ecom-core.ecom-jcygzimrgai .ecom-accordion__body > .ec-flex-wp{border-style: none;padding: 10px 30px 50px 30px;margin: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jcygzimrgai .ecom-accordion__body > .ec-flex-wp{padding-bottom: 50px;margin-bottom: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jcygzimrgai .ecom-accordion__title{padding: 10px 15px 10px 15px;margin-bottom: 15px;}.ecom-core.ecom-jcygzimrgai .ecom-accordion__title .ecom-items--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-jcygzimrgai .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 14px;}.ecom-core.ecom-jcygzimrgai .ecom-accordion__body > .ec-flex-wp{padding-right: 15px;padding-bottom: 30px;padding-left: 15px;}}.ecom-core.ecom-jcygzimrgai{} .ecom-core.ecom-jcygzimrgai <script type="application/ld+json">{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Are your bath and body products handmade?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes! Our products are handcrafted in small batches to ensure exceptional quality, attention to detail, and a luxurious bathing experience every time."
}
}.ecom-core.ecom-jcygzimrgai ,.ecom-core.ecom-jcygzimrgai{
"@type": "Question",
"name": "Are Absolute Whifs products suitable for gifting?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Absolutely. Our bath bombs, whipped soaps, salt soaks and gift sets make thoughtful gifts for birthdays, Christmas, Mother's Day and special occasions throughout the year."
}
}.ecom-core.ecom-jcygzimrgai ,.ecom-core.ecom-jcygzimrgai{
"@type": "Question",
"name": "Do you offer vegan-friendly products?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Many of our products are vegan-friendly and cruelty-free. Please check individual product descriptions for specific ingredient information and suitability."
}
}.ecom-core.ecom-jcygzimrgai ,.ecom-core.ecom-jcygzimrgai{
"@type": "Question",
"name": "How quickly will my order be dispatched?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We aim to dispatch orders as quickly as possible, typically within 1-2 working days. Delivery times may vary depending on your chosen shipping method and location."
}
}.ecom-core.ecom-jcygzimrgai ,.ecom-core.ecom-jcygzimrgai{
"@type": "Question",
"name": "What makes Absolute Whifs different?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We focus on creating beautifully scented bath and body products that combine high-quality ingredients, luxurious fragrances and eye-catching designs to make self-care feel extra special."
}
}.ecom-core.ecom-jcygzimrgai ,.ecom-core.ecom-jcygzimrgai{
"@type": "Question",
"name": "Are your products suitable for sensitive skin?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Our products are made with skin-loving ingredients, but as everyone's skin is different, we recommend reviewing the full ingredient list and performing a patch test before use if you have sensitive skin or known allergies."
}
}.ecom-core.ecom-jcygzimrgai ,.ecom-core.ecom-jcygzimrgai{
"@type": "Question",
"name": "What fragrances do you offer?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We offer a wide range of fragrances, from fresh and fruity scents to relaxing florals and seasonal favourites. Our collections are designed to suit every mood and make bath time a truly indulgent experience."
}
}.ecom-core.ecom-jcygzimrgai ,.ecom-core.ecom-jcygzimrgai{
"@type": "Question",
"name": "What is your returns policy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We want you to be delighted with your purchase. If there is an issue with your order, please contact us as soon as possible and we'll do our best to help. For full details on returns, refunds and eligibility, please refer to our Returns Policy page or get in touch with our customer service team."
}
}
]
}
</script>.ecom-core.ecom-5qzipix7z4r .ecom-text--more-actions button ,.ecom-core.ecom-5qzipix7z4r .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-5qzipix7z4r .text-content,.ecom-core.ecom-5qzipix7z4r  .text-content a,.ecom-core.ecom-5qzipix7z4r  .text-content p,.ecom-core.ecom-5qzipix7z4r  .text-content span{text-align: left;}.ecom-core.ecom-5qzipix7z4r .text-content,.ecom-core.ecom-5qzipix7z4r .text-content a,.ecom-core.ecom-5qzipix7z4r  .text-content a,.ecom-core.ecom-5qzipix7z4r  .text-content a a,.ecom-core.ecom-5qzipix7z4r  .text-content p,.ecom-core.ecom-5qzipix7z4r  .text-content p a,.ecom-core.ecom-5qzipix7z4r  .text-content span,.ecom-core.ecom-5qzipix7z4r  .text-content span a{font-family: 'Jost', sans-serif;font-size: 16px;}.ecom-core.ecom-5qzipix7z4r .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-5qzipix7z4r .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ht91fson4k .ecom-text--more-actions button ,.ecom-core.ecom-ht91fson4k .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ht91fson4k .text-content,.ecom-core.ecom-ht91fson4k  .text-content a,.ecom-core.ecom-ht91fson4k  .text-content p,.ecom-core.ecom-ht91fson4k  .text-content span{text-align: left;}.ecom-core.ecom-ht91fson4k .text-content,.ecom-core.ecom-ht91fson4k .text-content a,.ecom-core.ecom-ht91fson4k  .text-content a,.ecom-core.ecom-ht91fson4k  .text-content a a,.ecom-core.ecom-ht91fson4k  .text-content p,.ecom-core.ecom-ht91fson4k  .text-content p a,.ecom-core.ecom-ht91fson4k  .text-content span,.ecom-core.ecom-ht91fson4k  .text-content span a{font-family: 'Jost', sans-serif;font-size: 16px;}.ecom-core.ecom-ht91fson4k .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ht91fson4k .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-dxpnpayx7wv .ecom-text--more-actions button ,.ecom-core.ecom-dxpnpayx7wv .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-dxpnpayx7wv .text-content,.ecom-core.ecom-dxpnpayx7wv  .text-content a,.ecom-core.ecom-dxpnpayx7wv  .text-content p,.ecom-core.ecom-dxpnpayx7wv  .text-content span{text-align: left;}.ecom-core.ecom-dxpnpayx7wv .text-content,.ecom-core.ecom-dxpnpayx7wv .text-content a,.ecom-core.ecom-dxpnpayx7wv  .text-content a,.ecom-core.ecom-dxpnpayx7wv  .text-content a a,.ecom-core.ecom-dxpnpayx7wv  .text-content p,.ecom-core.ecom-dxpnpayx7wv  .text-content p a,.ecom-core.ecom-dxpnpayx7wv  .text-content span,.ecom-core.ecom-dxpnpayx7wv  .text-content span a{font-family: 'Jost', sans-serif;font-size: 16px;}.ecom-core.ecom-dxpnpayx7wv .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-dxpnpayx7wv .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ugnosvwxn5 .ecom-text--more-actions button ,.ecom-core.ecom-ugnosvwxn5 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ugnosvwxn5 .text-content,.ecom-core.ecom-ugnosvwxn5  .text-content a,.ecom-core.ecom-ugnosvwxn5  .text-content p,.ecom-core.ecom-ugnosvwxn5  .text-content span{text-align: left;}.ecom-core.ecom-ugnosvwxn5 .text-content,.ecom-core.ecom-ugnosvwxn5 .text-content a,.ecom-core.ecom-ugnosvwxn5  .text-content a,.ecom-core.ecom-ugnosvwxn5  .text-content a a,.ecom-core.ecom-ugnosvwxn5  .text-content p,.ecom-core.ecom-ugnosvwxn5  .text-content p a,.ecom-core.ecom-ugnosvwxn5  .text-content span,.ecom-core.ecom-ugnosvwxn5  .text-content span a{font-family: 'Jost', sans-serif;font-size: 16px;}.ecom-core.ecom-ugnosvwxn5 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ugnosvwxn5 .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-g3h1ke3gd1r .ecom-text--more-actions button ,.ecom-core.ecom-g3h1ke3gd1r .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-g3h1ke3gd1r .text-content,.ecom-core.ecom-g3h1ke3gd1r  .text-content a,.ecom-core.ecom-g3h1ke3gd1r  .text-content p,.ecom-core.ecom-g3h1ke3gd1r  .text-content span{text-align: left;}.ecom-core.ecom-g3h1ke3gd1r .text-content,.ecom-core.ecom-g3h1ke3gd1r .text-content a,.ecom-core.ecom-g3h1ke3gd1r  .text-content a,.ecom-core.ecom-g3h1ke3gd1r  .text-content a a,.ecom-core.ecom-g3h1ke3gd1r  .text-content p,.ecom-core.ecom-g3h1ke3gd1r  .text-content p a,.ecom-core.ecom-g3h1ke3gd1r  .text-content span,.ecom-core.ecom-g3h1ke3gd1r  .text-content span a{font-family: 'Jost', sans-serif;font-size: 16px;}.ecom-core.ecom-g3h1ke3gd1r .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-g3h1ke3gd1r .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-gkhs8cy30rk .text-content,.ecom-core.ecom-gkhs8cy30rk  .text-content a,.ecom-core.ecom-gkhs8cy30rk  .text-content p,.ecom-core.ecom-gkhs8cy30rk  .text-content span{text-align: left;color: #8C8C8C;}.ecom-core.ecom-gkhs8cy30rk .text-content,.ecom-core.ecom-gkhs8cy30rk .text-content a,.ecom-core.ecom-gkhs8cy30rk  .text-content a,.ecom-core.ecom-gkhs8cy30rk  .text-content a a,.ecom-core.ecom-gkhs8cy30rk  .text-content p,.ecom-core.ecom-gkhs8cy30rk  .text-content p a,.ecom-core.ecom-gkhs8cy30rk  .text-content span,.ecom-core.ecom-gkhs8cy30rk  .text-content span a{font-family: 'Inter', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-gkhs8cy30rk{margin-top: 0px !important;margin-bottom: 15px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gkhs8cy30rk{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gkhs8cy30rk{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-j07npaqnisc .text-content,.ecom-core.ecom-j07npaqnisc  .text-content a,.ecom-core.ecom-j07npaqnisc  .text-content p,.ecom-core.ecom-j07npaqnisc  .text-content span{text-align: left;color: #8C8C8C;}.ecom-core.ecom-j07npaqnisc .text-content,.ecom-core.ecom-j07npaqnisc .text-content a,.ecom-core.ecom-j07npaqnisc  .text-content a,.ecom-core.ecom-j07npaqnisc  .text-content a a,.ecom-core.ecom-j07npaqnisc  .text-content p,.ecom-core.ecom-j07npaqnisc  .text-content p a,.ecom-core.ecom-j07npaqnisc  .text-content span,.ecom-core.ecom-j07npaqnisc  .text-content span a{font-family: 'Inter', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-j07npaqnisc{margin-top: 0px !important;margin-bottom: 15px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-j07npaqnisc{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j07npaqnisc{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-63m64ex9th .text-content,.ecom-core.ecom-63m64ex9th  .text-content a,.ecom-core.ecom-63m64ex9th  .text-content p,.ecom-core.ecom-63m64ex9th  .text-content span{text-align: left;color: #8C8C8C;}.ecom-core.ecom-63m64ex9th .text-content,.ecom-core.ecom-63m64ex9th .text-content a,.ecom-core.ecom-63m64ex9th  .text-content a,.ecom-core.ecom-63m64ex9th  .text-content a a,.ecom-core.ecom-63m64ex9th  .text-content p,.ecom-core.ecom-63m64ex9th  .text-content p a,.ecom-core.ecom-63m64ex9th  .text-content span,.ecom-core.ecom-63m64ex9th  .text-content span a{font-family: 'Inter', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-63m64ex9th{margin-top: 0px !important;margin-bottom: 15px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-63m64ex9th{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-63m64ex9th{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-1a1plkebo6l .text-content,.ecom-core.ecom-1a1plkebo6l  .text-content a,.ecom-core.ecom-1a1plkebo6l  .text-content p,.ecom-core.ecom-1a1plkebo6l  .text-content span{text-align: left;color: #8C8C8C;}.ecom-core.ecom-1a1plkebo6l .text-content,.ecom-core.ecom-1a1plkebo6l .text-content a,.ecom-core.ecom-1a1plkebo6l  .text-content a,.ecom-core.ecom-1a1plkebo6l  .text-content a a,.ecom-core.ecom-1a1plkebo6l  .text-content p,.ecom-core.ecom-1a1plkebo6l  .text-content p a,.ecom-core.ecom-1a1plkebo6l  .text-content span,.ecom-core.ecom-1a1plkebo6l  .text-content span a{font-family: 'Inter', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.75em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-1a1plkebo6l{margin-top: 0px !important;margin-bottom: 15px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1a1plkebo6l{margin-top: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1a1plkebo6l{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 0px !important;}}.ecom-core.ecom-x5df4uxprjf .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-x5df4uxprjf .element__heading .ecom__heading,.ecom-core.ecom-x5df4uxprjf .element__heading .ecom__heading a{font-weight: 700;font-size: 40px;font-family: 'Inter', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-x5df4uxprjf  .element__heading .ecom__heading,.ecom-core.ecom-x5df4uxprjf  .element__heading .ecom__heading a{color: #000000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-x5df4uxprjf .element__heading .ecom__heading{text-align: right;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x5df4uxprjf .element__heading .ecom__heading{text-align: right;}.ecom-core.ecom-x5df4uxprjf .element__heading .ecom__heading,.ecom-core.ecom-x5df4uxprjf .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-x5df4uxprjf{margin: 0px 0px 5px 0px !important;padding: 0px 0px 0 0px !important;}.ecom-core.ecom-ea69enwn5d .ecom-button-default{justify-content: center;}.ecom-core.ecom-ea69enwn5d .ecom__element--button, .ecom-core.ecom-ea69enwn5d .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-ea69enwn5d .ecom__element--button{font-family: 'DM Sans', sans-serif;font-size: 14px;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;font-style: normal;text-transform: capitalize;color: #000000;background-color: #bbd9ed;border-style: none;border-radius: 50px;transition: all 500ms ease;transition-duration: 400ms;;;padding: 14px 15px 14px 15px;}.ecom-core.ecom-ea69enwn5d .ecom__element--button:hover{color: #ffffff;background-color: #bbd9ed;cursor: pointer;}.ecom-core.ecom-ea69enwn5d .ecom__element--button.animated{animation-name: ecomShake;;animation-duration: .75s;;}.ecom-core.ecom-ea69enwn5d{padding-bottom: 16px !important;}.ecom-core.ecom-59001kvdu3l .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-59001kvdu3l .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 32px;}.ecom-core.ecom-59001kvdu3l .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-59001kvdu3l .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-59001kvdu3l .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 15px;}.ecom-core.ecom-59001kvdu3l .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-59001kvdu3l .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-59001kvdu3l .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 15px;}.ecom-core.ecom-59001kvdu3l .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box{text-align: center;justify-content: center;background-color: #ffffff;border-style: solid;border-width: 1px;border-color: #D2D2D2;border-radius: 0px;padding: 40px;}.ecom-core.ecom-59001kvdu3l .ecom-image-default{width: 58px !important;max-width: 50% !important;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-img img,.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-img picture,.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-img .ecom-shape-item.ecom-image-default{height: 83px !important;}.ecom-core.ecom-59001kvdu3l .ecom-image-align{justify-content: center;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-img img{object-fit: fill;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-img ,.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-img .ecom-image-default,.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-img  > picture,.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-img > img{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-img{margin-bottom: 30px;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-icon{color: #000;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-icon svg{height: 53px;width: 53px;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-title{font-size: 16px;font-weight: 600;line-height: 1.2em;text-transform: uppercase;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'Oswald', sans-serif;color: #000;margin-bottom: 10px;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-text,.ecom-core.ecom-59001kvdu3l .element__featured a{font-size: 16px;font-weight: 500;line-height: 1.75em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'DM Sans', sans-serif;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-text{color: rgba(42, 43, 47, 0.8);margin-bottom: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box{padding: 25px;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-text,.ecom-core.ecom-59001kvdu3l .element__featured a{font-size: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box{padding: 20px;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-title{font-size: 18px;margin-bottom: 10px;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-text,.ecom-core.ecom-59001kvdu3l .element__featured a{font-size: 11px;}.ecom-core.ecom-59001kvdu3l .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-z86nbgk2lml>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-z86nbgk2lml>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-items: center;}.ecom-core.ecom-z86nbgk2lml>div.core__row--columns{justify-content: center;}.ecom-core.ecom-z86nbgk2lml{background-color: #fff;}.ecom-core.ecom-z86nbgk2lml{padding: 50px 15px 17px 15px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-z86nbgk2lml{padding-top: 0px !important;padding-bottom: 50px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-z86nbgk2lml{padding-top: 15px !important;padding-bottom: 50px !important;}}

