/** Shopify CDN: Minification failed

Line 3057:0 Unexpected "}"

**/
/* Publish by EComposer at 2025-08-07 10:25:21*//**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                    /* display: flex; responsive generate display block */
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                /*.ecom-column:hover {
                    z-index: 1;
                }*/

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

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

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

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

                    .el__heading--tooltip-left{
                        transform: translate(-20px, -50%);
                        right: 100%;
                        top: 50%;
                    }
                    .el__heading--tooltip-top{
                        left: 50%;
                        bottom: 100%;
                        transform: translate(-50%, -10px);
                    }
                    .el__heading--tooltip-right {
                        top: 50%;
                        left: 100%;
                        transform: translate(20px, -50%);
                    }
                    .tooltip__arrow:before{
                        position: absolute;
                        content: '';
                        width: 8px;
                        height: 8px;
                        background: inherit;
                        z-index: -1;
                    }
                    .tooltip__arrow.el__heading--tooltip-bottom:before{
                        top: 0;
                        transform: translate(-50%, -50%) rotate(45deg);
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-top:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 0%;
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-right:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 50%;
                        left: 0%;
                    }
                    .tooltip__arrow.el__heading--tooltip-left:before{
                        transform: translate(50%,50%) rotate(45deg);
                        bottom: 50%;
                        right: 0%;
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-bottom, .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-top {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-50%, 0);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-left {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-15px, -50%);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-right {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(15px, -50%);
                    }
                    @media screen and (max-width: 1024px) {
                        .el__heading--tooltip-content.el__tooltip-desktop {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: block;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-mobile {
                            display: block;
                        }
                    }
                
                .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-placeholder-on-builder-mode.ecom-element__placeholder:empty::before{
                        display: flex;
                        flex-direction: row;
                        flex-wrap: nowrap;
                        position: relative;
                        justify-content: center;
                        align-items: center;
                        border-radius: 8px;
                        border: 1px dashed #91D0FF;
                        color: #00527C;
                        font-size: 13px;
                        line-height: 20px;
                        font-weight: 650;
                        opacity: 1;
                        padding: 6px;
                    }
                    .ecom-elements__lightbox-content {
                        background: #fff;
                        padding: 30px;
                        min-height: 100px;
                    }
                    body .ecom-modal-box .ecom-modal-box__content {
                        overflow-y: auto !important;
                    }
                    .ecom-element__lightbox-container > button {
                        cursor: pointer;
                    }
                    .ecom-modal--visible .ecom-elements__lightbox-content {
                        display: block !important;
                    }
                    .ecom-lightbox-picture img {
                        width: 100%;
                    }
                    @media (max-width: 767px) {
                        div[id^=ecom-elements__lightbox-content] img {
                            object-fit: contain !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;
                    }
                    .ecom-image__caption{
                        width:100%;
                    }
                    .ecom-base-image .ecom-image-picture, .ecom-base-image .ecom-image-picture img {
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay {
                        background-color: rgba(17, 24, 39, 0.3);
                    }
                    .ecom-base-image.image-highlight:after {
                        content: "";
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background: #000000bf;
                        z-index: 999;
                        opacity: 1;
                        pointer-events: none; /* for clickable thought overlay */
                    }
                    .ecom-base-image.image-highlight .ecom-container-image {
                        z-index: 1000;
                    }
                    @media (max-width: 1024px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-tablet);
                        }
                    }
                    @media (max-width: 767px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-mobile);
                        }
                    }
                
                .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-spacer{
                    display:flex;
                }
                .ecom__element-spacer div{
                    display: block; /* dont delete me */
                    width:100%;
                }
                

                a.ecom-product__heading {
                    display: block;
                }
            
                    .ecom-product-single__price-container-grid {
                        display: flex;
                    }
                    .ecom-product-single__price--sale{
                        font-size: 30px;
                        color: rgb(26, 27, 24);
                        display:inline-flex;
                    }
                    .ecom-product-single__price--regular{
                        text-decoration: line-through;
                        color: #6B7280;
                        display:inline-flex;
                    }
                    .ecom-product-single__price--badges-sale{
                        display: none;
                        color:red;
                    }
                    .ecom-product-single__price--badges-sale-pecent{
                        display: block;
                    }
                    .ecom-product-single__price-container .ecom-product-single__price--prices{
                        display:inline-flex;
                        align-items:center;
                        justify-content:center;
                        gap:10px;
                        flex-wrap: wrap;
                    }
                    .ecom-product-single__price-container {
                        display: flex;
                        flex-direction: column;
                        gap: 5px;
                    }
                    .ecom-product-single-afterpay afterpay-placement{
                        margin:0;
                        padding: 0;
                    }
                
              .ecom-product-single__quantity-wrapper{
                display:flex;
            }
            .ecom-product-single__quantity-container{
                display:flex;

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

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

                    .ecom-product-single__add-to-cart--submit {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-product-single__add-to-cart--submit[disable] {
                        cursor: not-allowed;
                    }
                    .ecom-product-single__add-to-cart-buttons-wrapper {display: flex;align-items: center;}
                    .ecom-product-single__add-to-cart--submit:hover .ecom__element--button-icon {
                        color: var(--icon-color-hover);
                    }
                
                .ecom-product-single__description--paragraph, .ecom-product-single__description-view-more-btn {
                    overflow: hidden;
                }
                .ecom-product-single__description--paragraph[style*="max-height"] {
                    position: relative;
                }
                .ecom-product-single__description-container[data-show-type="short"] .ecom-product-single__description--paragraph .ecom-text-des.ecom-view-more-enable{
                    position: relative;
                }
                .ecom-product-single__description-container[data-show-type="short"] .ecom-product-single__description--paragraph .ecom-text-des.ecom-view-more-enable:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 150px;
                }
                .ecom-product-single__description-container[data-show-type="short"] .ecom-product-single__description--paragraph .ecom-html-des.ecom-view-more-enable[style*="max-height"]{
                    position: relative;
                }
                .ecom-product-single__description-container[data-show-type="short"] .ecom-product-single__description--paragraph .ecom-html-des.ecom-view-more-enable[style*="max-height"]:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 150px;
                }
                .ecom-product-single__description-view-more-btn{
                    cursor:pointer;
                    display:block;
                }
                .ecom-product-single__description-container span {
                    display: inline;
                }
                .ecom-product-single__description--more-actions, .ecom-product-single__description--less-actions{
                    display: flex;
                    position: relative;
                    width: 100%;
                }
                .ecom-product-single__description--more-actions button, .ecom-product-single__description--less-actions button{
                    display: flex;
                    align-items: center;
                    align-content: center;
                }
                .ecom-product-description-tab__items .ecom-product-description-tab__item {
                    margin: 0;
                    list-style: none;
                    padding: 10px;
                    cursor: pointer;
                }
                .ecom-product-description__tabs-wrapper {
                    padding: 5px;
                }
                .ecom-product-description__tabs-wrapper .ecom-product-description-tab__content {
                    display: none;

                }
                .ecom-product-description__tabs-wrapper .ecom-product-description-tab__content.ecom-item-active {
                    display: block;
                }
                .ecom-product-description__accordion{
                    display: flex;
                    flex-direction: column;
                }
                .ecom-product-description__accordion-item{
                    display: flex;
                    flex-direction: column;
                }
                .ecom-product-description__accordion-title{
                    display: flex;
                    width: 100%;
                    flex-direction: row;
                    padding: 0px 32px 0px 32px;
                    margin-top: 16px;
                    align-items: center;
                    cursor: pointer;
                }
                .ecom-product-description__accordion-icon{
                    display: flex;
                    align-items: center;
                    color: #444;
                    margin-right: 25px;
                }
                .ecom-product-description__accordion-icon svg {
                    height: 13px;
                    width: 13px;
                }
                .ecom-product-description__accordion-title-text{
                    display: flex;
                    flex: 1;
                }
                .ecom-product-description__accordion .ecom-product-description__accordion-item {
                    width: 100%;
                    transition: all 500ms ease;
                }
                .ecom-product-description__accordion .ecom-product-description_accordion-content-wrapper{
                    display: flex;
                    width: 100%;
                    align-items: center;
                }
                .ecom-product-description__accordion .ecom-product-description_accordion-content{
                    padding: 0px 32px 0px 70px;
                }
                .ecom-product-description__accordion.ecom-product-description-accordion__body--auto-height .ecom-product-description__accordion-item.ecom-item-active .ecom-accordion__body{
                    height:auto;
                }
                .ecom-product-description__accordion .ecom-product-description__accordion-item.ecom-item-active .ecom-accordion__body{
                    opacity: 1;
                }
                .ecom-product-description__accordion .ecom-product-description__accordion-icon--active {
                    display: none;
                }
                .ecom-product-description__accordion .ecom-accordion__body{
                    display: block;
                    overflow: hidden;
                    margin: 0;
                    border: 0;
                    opacity: 0;
                    box-sizing: border-box;
                    transition:height 300ms ease-out;
                }
                .ecom-product-description__accordion-item.ecom-item-active .ecom-product-description__accordion-icon.ecom-product-description__accordion-icon--active{
                    display:flex;
                }
                .ecom-product-description__accordion-item.ecom-item-active .ecom-product-description__accordion-icon:not(.ecom-product-description__accordion-icon--active){
                    display:none;
                }
                .ecom-items--text>* {
                    font-family: inherit;
                    font-style: inherit;
                    font-weight: inherit;
                    letter-spacing: inherit;
                    color: inherit;
                    line-height: inherit;
                    word-break: inherit;
                    font-size: inherit;
                }
                .ecom-items--text {
                    color: #333;
                }
            
            .ecom-base__breadcrumbs__list {
              align-items: center;
              display: flex;
              flex-wrap: wrap;
            }
          
                    .ecom-element-button.ecom-button-default{
                        display:flex;
                    }
                    a.ecom__element--button{
                        display: inline-flex;
                        align-items: center;
                        text-decoration: none;
                        text-align:center
                    }
                    .ecom__element--button-icon{
                        display:inline-flex;
                        color:inherit;
                    }
                    .ecom__element--button-icon svg{
                        width:24px;
                        height:auto
                    }
                
            .ec-swatch-shopify-color {
                display: block;
                max-width: 100%;
                aspect-ratio: 1 / 1;
                background: var(--ec-swatch--background);
                background-position: var(--ec-swatch-focal-point, initial);
                background-size: cover;
                background-origin: border-box;
            }
            /** progress bar pagination **/
                .ecom-pagination-progress-bar--wrapper {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                }
                .ecom-pagination-progress-bar {
                    display: flex;
                    justify-content: center;
                    flex-direction: var(--ecom-flex-direction, column);
                    align-items: center;
                }
                .ecom-paginate__progress-bar--outner {
                    width: 250px;
                    border-radius: 4px;
                    position: relative;
                    height: 10px;
                    background-color: rgba(0 0 0 /.3);
                }
                .ecom-paginate__progress-bar--inner {
                    border-radius: inherit;
                    position: absolute;
                    height: 100%;
                    width: 20%;
                    background-color: rgba(0 0 0 /1);
                    top: 0;
                    left: 0;
                }
                .ecom-paginate__progress-text {
                    margin: 0;
                    width: 100%;
                }
                .ecom-unit-price {
                    display: block;
                }
                /** Swiper css **/
                .ecom-swiper-navigation-position .ecom-swiper-button {
                    position: var(--ecom-position);
                }
                @media (max-width: 1024px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__tablet);
                    }
                }
                @media (max-width: 767px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__mobile);
                    }
                    .ecom-collection__product--wrapper-items.ecom-collection__product--no-item {grid-template-columns: repeat(1, 1fr);}
                }
                .ecom-swiper-pagination-bullet:only-child {
                    opacity: none
                }
                .ecom-flex-center, .ecom-swiper-navigation {
                    display: flex;
                    align-items: center;
                }
                .ecom-swiper-navigation{
                    justify-content: center
                }
                .ecom-swiper-navigation[data-navigator-type="combine"]{
                    justify-content: center
                }
                .ecom-swiper-pagination:not(.ecom-swiper-pagination-lock){
                    display:flex;
                }


                /** Core **/

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

        /* Progressbar **/

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

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

            to {
                background-position: 40px 0
            }
        }

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

            to {
                background-position: 40px 0
            }
        }

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


        .ecom-collection__action.ecom-product__wishlist,
        .ecom-collection__action.ecom-product__compare {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: start;
            pointer-events: none;
        }
        .ecom-collection__product-group-button-action-wrapper .ecom-collection__action {
            position: relative;
        }
        .ecom-collection__action-hor-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-end .ecom-product__compare-tooltip {
            right: calc(100% + 4px);
            left: auto;
            transform: translate(0, -50%);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-tooltip {
            top: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, 4px);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-tooltip {
            top: auto;
            bottom: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-link:hover .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, -4px);
        }
        .ecom-ext-wishlist-icon-loading * {
            opacity: 0;
        }
        .ecom-product__wishlist-link.ecom-ext-wishlist-icon-loading:before {
            content: "";
            position: absolute;
            transform: translate(-50%, -50%);
            border: 1.5px solid #f3f3f3;
            border-radius: 50%;
            border-top: 1.5px solid #000;
            width: 20px;
            height: 20px;
            -webkit-animation: spin 0.5s linear infinite; /* Safari */
            animation: spin .5s linear infinite;
        }
        @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @media screen and (max-width: 1024px) {
            .ecom-product__wishlist-visibility-hover, .ecom-product__wishlist-visibility-hover_active {
                visibility: visible;
                opacity: 1;
            }
            .ecom-product__compare-tooltip {
                display: none !important;
            }
            .ecom-product__wishlist-tooltip {
                display: none !important;
            }
        }
        @media screen and (max-width: 767px) {
            .ecom-collection__product-form__actions-hide-mobile {
                display: none !important;
            }
        }
        
                .ecom-product-single__media-container .ecom-swiper-container.ecom-product-single__media--featured {
                    overflow-y: unset !important;
                    overflow-x: clip !important;
                }
                .ecom-product-single .ecom-swiper-button-lock {
                    display: none !important;
                }
                .ecom-modal-gallery-item iframe {
                    width: 100%;
                    height: 100%;
                }
                .ecom-element.ecom-product-single .ecom-image-link-product {
                    cursor: inherit;
                }
                .ecom-product-single__media--image img {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -o-user-select: none;
                    user-select: none;
                }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                100% {
                    opacity: 0; } }

            
                    .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-product-single__variant-picker--options{
                        align-items:flex-start;
                        display:flex;
                        flex-direction:column;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-allow-pointer-event .ecom-variant-disable {
                        pointer-events: auto;
                        cursor: pointer;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-variant-disable {
                        opacity: .4;
                        pointer-events: none;
                        cursor: not-allowed;
                    }
                    .ecom-product-single__variant-picker [name="id"]{
                        display:none;
                    }


                    .ecom-product-single__variant-picker-container[data-picker-type="dropdown"] .selector-wrapper{
                        display:flex;
                    }

                    .ecom-product-single__variant-picker--only-default .ecom-product-single__variant-picker--options .selector-wrapper {
                        display:none;
                    }

                    .ecom-product-single__variant-picker-container{
                        flex-direction: column;
                    }
                    .ecom-product-single__variant-picker-container.ecom-placeholder-on-builder-mode:empty::before, .ecom-product-single__variant-picker-container.ecom-force-show.ecom-placeholder-on-builder-mode::before{
                        display: flex;
                        flex-direction: row;
                        flex-wrap: nowrap;
                        position: relative;
                        justify-content: center;
                        align-items: center;
                        border-radius: 8px;
                        border: 1px dashed #91D0FF;
                        color: #00527C;
                        font-size: 13px;
                        line-height: 20px;
                        font-weight: 650;
                        opacity: 1;
                        padding: 6px;
                    }
                    .ecom-product-single__picker-radio-list{
                        display:block;
                        position:relative;
                        width:100%;
                    }
                    .ecom-product-single__picker-radio-list .ecom-product-single__picker-radio-list-item{
                        display:flex;
                        flex-direction: row;
                        cursor: pointer;
                    }

                    .ecom-product-single__picker-colors-item {
                        padding: 2px;
                        cursor: pointer;

                    }
                    .ecom-product-single__picker-colors-item span {
                        width:20px;
                        height:20px;
                        display:block;
                    }

                    .ecom-product-single__picker-colors-item {
                        display: inline-flex;
                        padding: 2px;
                        border : 2px solid #9e9e9e;
                    }

                    .ecom-product-single__picker-colors-item.ecom-button-active{
                        border-color:  rgba(5, 150, 105,1);
                    }

                    .ecom-product-single__variant-picker .ecom-product-single__picker-main,
                    .ecom-product-single__variant-picker .selector-wrapper {
                        display:flex;
                        flex-direction: column;
                        align-items:inherit;
                    }
                    .ecom-product-single__variant-picker .selector-wrapper{
                        display:none;
                         overflow:hidden;
                        width: 100%;
                    }
                     .ecom-product-single__variant-picker select{
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        text-align: center;
                    }
                    @media (max-width: 767px) {
                        .ecom-product-single__variant-picker select{
                            text-align-last: center;
                            -moz-text-align-last: center;
                        }
                    }

                    .ecom-product-single__picker-colors-list,
                    .ecom-product-single__picker-radio-list,
                    .ecom-product-single__picker-images-list {

                        display: flex;
                        flex-wrap: wrap;
                    }
                    .ecom-product-single__picker-images-list li {
                        cursor: pointer;
                        margin: 0;
                    }

                     .ecom-product-single__variant-picker .selector-wrapper label {
                        display: inline-block;
                        line-height:1
                    }

                    .ecom-product-single__picker-radio-list li {
                        cursor: pointer;
                        text-align: center;
                        justify-content: center;
                    }
                    .ecom-product-single__picker-images-item{
                        overflow: hidden;
                    }
                    .ecom-product-single__picker-images-item img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                    [data-ecom-tooltip]:before {
                        position : absolute;
                        content : attr(data-ecom-tooltip);
                        text-transform: none;
                        font-size: .9em;
                        line-height: 1;
                        user-select: none;
                        pointer-events: none;
                        opacity : 0;
                        z-index: 1;
                        width: 50%;
                        /*white-space: nowrap;*/
                        overflow: hidden;
                        text-overflow: ellipsis;
                        padding: 1ch 1.5ch;
                        border-radius: .3ch;
                        box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
                        background: #333;
                        color: #fff;
                    }
                    [data-ecom-tooltip]:hover:before {
                        opacity : 1;
                    }

                    .ecom-product-single__price--prices {
                        display: inline-block;
                    }

                    .ecom-product-single__picker-colors-item span{
                        transition:inherit;
                        border-radius:inherit;
                    }
                    .ecom-product-single__variant-picker--main{
                        flex-direction:column;
                        display:flex;
                    }
                    .ecom-product-single__variant-picker--main > div{
                        display:flex;
                        flex-direction:column;
                        align-items:inherit;
                        justify-content:inherit;
                    }
                    .ecom-block  .ecom_not_hide_dropdown_arrow select {
                        -webkit-appearance: auto;
                        -moz-appearance: auto;
                        appearance: auto;
                    }
                    .ecom-product-single__variant-picker-wrapper.ecom_not_hide_dropdown_arrow .ecom-product-single__variant-picker-container select {
                        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
                        background-repeat: no-repeat;
                        background-position: right center;
                        background-size: 20px 20px;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-product-single__variant-picker-container select {
                        appearance: none;
                        -webkit-appearance: none;
                        background-image: none;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-product-single__variant-picker-container .ecom-variant-disable {
                        display: flex;
                        position: relative;
                        overflow: hidden;
                        justify-content: center;
                        align-items: center;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-disable-style-slash .ecom-variant-disable:after {
                        content: '';
                        width: 2px;
                        height: 85%;
                        position: absolute;
                        z-index: 10;
                        opacity: inherit;
                        pointer-events: none;
                        transform: rotate(40deg);
                        background-color: #999999;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-disable-style-cross .ecom-variant-disable:before {
                        content: '';
                        width: 2px;
                        height: 85%;
                        position: absolute;
                        z-index: 10;
                        opacity: inherit;
                        transform: rotate(45deg);
                        pointer-events: none;
                        background-color: #999999;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-disable-style-cross .ecom-variant-disable:after {
                        content: '';
                        width: 2px;
                        height: 85%;
                        position: absolute;
                        z-index: 10;
                        opacity: inherit;
                        pointer-events: none;
                        transform: rotate(135deg);
                        background-color: #999999;
                    }
                    .ecom-product-single__variant-picker-wrapper .ecom-product-single__variant-picker-container.ecom-disable-style-hide .ecom-variant-disable {
                        display: none;
                    }
                
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-9tit87ec03f{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9tit87ec03f{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-b08rfs34fkg .ecom-core.ecom-9tit87ec03f>div.core__column--wrapper{padding-right: 30px !important;padding-left: 30px !important;}}.ecom-core.ecom-ntr6l6o2zg9 .ecom-button-default{justify-content: flex-start;}.ecom-core.ecom-ntr6l6o2zg9 .ecom__element--button{font-weight: 700;width: 260px;height: 50px;min-height: 50px;color: #ffffff;background-color: #1C6B43;border-radius: 6px;transition-duration: 400ms;;;}.ecom-core.ecom-ntr6l6o2zg9 .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-ntr6l6o2zg9{padding-bottom: 0 !important;}.ecom-core.ecom-byyurp12ss .ecom-text--more-actions button ,.ecom-core.ecom-byyurp12ss .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-byyurp12ss .text-content,.ecom-core.ecom-byyurp12ss  .text-content a,.ecom-core.ecom-byyurp12ss  .text-content p,.ecom-core.ecom-byyurp12ss  .text-content span{text-align: left;color: #fff;}.ecom-core.ecom-byyurp12ss .text-content,.ecom-core.ecom-byyurp12ss .text-content a,.ecom-core.ecom-byyurp12ss  .text-content a,.ecom-core.ecom-byyurp12ss  .text-content a a,.ecom-core.ecom-byyurp12ss  .text-content p,.ecom-core.ecom-byyurp12ss  .text-content p a,.ecom-core.ecom-byyurp12ss  .text-content span,.ecom-core.ecom-byyurp12ss  .text-content span a{font-size: 18px;font-weight: 400;text-transform: none;font-style: normal;line-height: 1.7em;font-family: 'Be Vietnam Pro', sans-serif;}.ecom-core.ecom-byyurp12ss .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-byyurp12ss .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-byyurp12ss .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-byyurp12ss .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-byyurp12ss .text-content,.ecom-core.ecom-byyurp12ss .text-content a,.ecom-core.ecom-byyurp12ss  .text-content a,.ecom-core.ecom-byyurp12ss  .text-content a a,.ecom-core.ecom-byyurp12ss  .text-content p,.ecom-core.ecom-byyurp12ss  .text-content p a,.ecom-core.ecom-byyurp12ss  .text-content span,.ecom-core.ecom-byyurp12ss  .text-content span a{font-size: 15px;}}.ecom-core.ecom-byyurp12ss{padding-bottom: 40px !important;animation-duration: 500ms !important;}.ecom-core.ecom-byyurp12ss.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-byyurp12ss{padding-bottom: 0 !important;}} @media(max-width:1024px){
.ecom-core.ecom-byyurp12ss .text-content.ecom-html > div{
    display: inline;
}}.ecom-core.ecom-6550ptrt635 .ecom-collection__title--headline{text-align: left;color: #fff;}.ecom-core.ecom-6550ptrt635 .ecom-collection__title--headline,.ecom-core.ecom-6550ptrt635 .ecom-collection__title--headline a{font-size: 50px;font-weight: 400;line-height: 1.25em;font-family: 'Cormorant Garamond', sans-serif;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6550ptrt635 .ecom-collection__title--headline,.ecom-core.ecom-6550ptrt635 .ecom-collection__title--headline a{font-size: 35px;}}.ecom-core.ecom-6550ptrt635{padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-6550ptrt635.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6550ptrt635{padding-bottom: 0 !important;}}.ecom-core.ecom-g858iflinzb .ecom-base__breadcrumbs__list a,.ecom-core.ecom-g858iflinzb .ecom-base__breadcrumbs__list a a{font-size: 14px;font-weight: 400;text-decoration: none;line-height: 1.25em;}.ecom-core.ecom-g858iflinzb .ecom-base__breadcrumbs__list a{color: #fff;}.ecom-core.ecom-g858iflinzb .ecom-base__breadcrumbs--icon{color: #fff;margin-right: 3px;margin-left: 3px;padding-top: 4px;}.ecom-core.ecom-g858iflinzb .ecom-base__breadcrumbs--icon svg{height: 13px;width: 13px;}.ecom-core.ecom-g858iflinzb{padding-bottom: 0 !important;}.ecom-core.ecom-g858iflinzb.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;} .ecom-core.ecom-g858iflinzb .ecom-base__breadcrumbs--icon{
    top: 2px;
    position: relative;
}.ecom-core.ecom-b08rfs34fkg>div.core__row--columns{max-width: 1500px;}.ecom-core.ecom-b08rfs34fkg{background: url('/cdn/shop/files/celing-3_e491bf3e-d689-43a5-9b8c-e8556ee614cd.png?v=1750338045') no-repeat scroll center center/cover #FFF;}.ecom-core.ecom-b08rfs34fkg>div.ecom-section__overlay>.ecom-overlay{background-color: rgba(33, 30, 30, 0.14);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b08rfs34fkg>div.ecom-section__overlay>.ecom-overlay{background-color: rgba(18, 17, 17, 0.27);}}.ecom-core.ecom-b08rfs34fkg{padding: 70px 35px 0px 35px !important;position: relative;z-index: 1 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-b08rfs34fkg{padding-top: 35px !important;padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b08rfs34fkg{padding-top: 20px !important;padding-right: 0px !important;padding-left: 0px !important;}} .ecom-core.ecom-b08rfs34fkg .core__row--full .ecom-swiper-container{
    overflow: visible;
}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-ye9122ge8r{width: 45%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ye9122ge8r{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ye9122ge8r{width: 100%;}}html body .ecom-core.ecom-73th25kqfv7 .ecom-core.ecom-ye9122ge8r>div.core__column--wrapper{}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-73th25kqfv7 .ecom-core.ecom-ye9122ge8r>div.core__column--wrapper{padding-top: 30px !important;padding-right: 0px !important;padding-left: 0px !important;}} .ecom-core.ecom-ye9122ge8r .ecom-block:has(>.ec-row-sticky){
    position: sticky;
    top: 0;
}.ecom-core.ecom-koypim1l3bn>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-koypim1l3bn > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-koypim1l3bn > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-kmcgkinja2b{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kmcgkinja2b{width: 100%;}}.ecom-core.ecom-c1ezzl1izk5{background-color: #fff;border-style: solid;border-width: 1px;border-color: #E6E6E6;box-shadow: 0px 4px 15px 0 rgba(180, 180, 180, 0.2);}.ecom-core.ecom-c1ezzl1izk5,.ecom-core.ecom-c1ezzl1izk5 >div.ecom-section__overlay .ecom-overlay{border-radius: 10px;}.ecom-core.ecom-c1ezzl1izk5{padding: 15px !important;margin-top: 4px !important;display: block;animation-duration: 700ms !important;}.ecom-core.ecom-c1ezzl1izk5.ecom-animated{animation-duration: 700ms !important;animation-delay: 800ms;transition-delay: 800ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-c1ezzl1izk5{padding: 0px !important;display: block;}.ecom-core.ecom-c1ezzl1izk5 > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c1ezzl1izk5{padding: 0px !important;display: block;}.ecom-core.ecom-c1ezzl1izk5 > div.core__row--columns{flex-direction: row !important;}}.ecom-core.ecom-umcqglr7wpg{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-umcqglr7wpg{width: 100%;}}.ecom-core.ecom-aysmw6i4zj6{text-align: left;}.ecom-core.ecom-24rxxxhltgy .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-24rxxxhltgy .element__heading .ecom__heading,.ecom-core.ecom-24rxxxhltgy .element__heading .ecom__heading a{font-weight: 500;font-size: 24px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-24rxxxhltgy  .element__heading .ecom__heading,.ecom-core.ecom-24rxxxhltgy  .element__heading .ecom__heading a{color: #011624;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-24rxxxhltgy .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-24rxxxhltgy .element__heading .ecom__heading,.ecom-core.ecom-24rxxxhltgy .element__heading .ecom__heading a{font-size: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-24rxxxhltgy .element__heading .ecom__heading{text-align: left;}}.ecom-core.ecom-24rxxxhltgy{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-24rxxxhltgy{padding-bottom: 0 !important;}}.ecom-core.ecom-6hb1zpqx5nl{background-color: #fff;border-style: solid;border-width: 1px;border-color: #E6E6E6;box-shadow: 0px 4px 15px 0 rgba(180, 180, 180, 0.2);}.ecom-core.ecom-6hb1zpqx5nl,.ecom-core.ecom-6hb1zpqx5nl >div.ecom-section__overlay .ecom-overlay{border-radius: 10px;}.ecom-core.ecom-6hb1zpqx5nl{padding: 15px 15px 30px 15px !important;margin-top: 0px !important;animation-duration: 600ms !important;}.ecom-core.ecom-6hb1zpqx5nl.ecom-animated{animation-duration: 600ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6hb1zpqx5nl{padding: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6hb1zpqx5nl{padding: 0px !important;}}.ecom-core.ecom-mindwncjed{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mindwncjed{width: 100%;}}.ecom-core.ecom-ooubqh0luy .ecom__element--button-icon{order: 1;}.ecom-core.ecom-ooubqh0luy .ecom-product-single__description--less-actions button ,.ecom-core.ecom-ooubqh0luy .ecom-product-single__description--more-actions button{gap: 5px;}.ecom-core.ecom-ooubqh0luy .ecom-text-des,.ecom-core.ecom-ooubqh0luy .ecom-html-des,.ecom-core.ecom-ooubqh0luy .ecom-product-single__description--full-content,.ecom-core.ecom-ooubqh0luy .ecom-product-description-tab__content,.ecom-core.ecom-ooubqh0luy .ecom-product-description_accordion-content{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-ooubqh0luy .ecom-text-des,.ecom-core.ecom-ooubqh0luy .ecom-text-des a,.ecom-core.ecom-ooubqh0luy .ecom-html-des,.ecom-core.ecom-ooubqh0luy .ecom-html-des a,.ecom-core.ecom-ooubqh0luy .ecom-product-single__description--full-content,.ecom-core.ecom-ooubqh0luy .ecom-product-single__description--full-content a,.ecom-core.ecom-ooubqh0luy .ecom-product-description-tab__content,.ecom-core.ecom-ooubqh0luy .ecom-product-description-tab__content a,.ecom-core.ecom-ooubqh0luy .ecom-product-description_accordion-content,.ecom-core.ecom-ooubqh0luy .ecom-product-description_accordion-content a{font-size: 16px;font-weight: 400;line-height: 1.7em;letter-spacing: 0px;text-decoration: none;}.ecom-core.ecom-ooubqh0luy .ecom-product-single__description--more-actions{align-items: flex-start;justify-content: flex-start;}.ecom-core.ecom-ooubqh0luy .ecom-product-single__description-view-more-btn{font-size: 16px;text-decoration: none;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);color: #212121;background-color: rgba(14, 116, 144, 0);border-style: none;transition-duration: 400ms;;;padding: 0px;margin: 10px 0px 0px 0px;}.ecom-core.ecom-ooubqh0luy .ecom-product-single__description-view-more-btn:hover{color: #24774C;background-color: rgba(8, 145, 178, 0);}.ecom-core.ecom-ooubqh0luy .ecom-product-single__description--less-actions{align-items: flex-start;justify-content: flex-start;}.ecom-core.ecom-ooubqh0luy .ecom-product-single__description-view-less-btn{text-decoration: none;font-size: 16px;font-weight: 500;line-height: 1.25em;letter-spacing: 0px;color: #212121;background-color: rgba(250, 250, 250, 0);border-style: none;border-radius: 0px;transition-duration: 400ms;;;padding: 0px;margin: 10px 0px 0px 0px;}.ecom-core.ecom-ooubqh0luy .ecom-product-single__description-view-less-btn:hover{color: #24774C;background-color: rgba(255, 0, 0, 0);}.ecom-core.ecom-ooubqh0luy .ecom-product-single__description-view-less-btn svg,.ecom-core.ecom-ooubqh0luy .ecom-product-single__description-view-more-btn  svg{height: 16px;width: 16px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ooubqh0luy .ecom-product-single__description-view-more-btn{font-size: 14px;}.ecom-core.ecom-ooubqh0luy .ecom-product-single__description-view-less-btn{font-size: 14px;}}.ecom-core.ecom-ooubqh0luy{margin-top: 40px !important;margin-bottom: 0px !important;padding-bottom: 0 !important;width: 95%;max-width:95%;} .ecom-core.ecom-ooubqh0luy li{
margin-left: 20px; list-style-type: disc;
}
.ecom-core.ecom-ooubqh0luy .ecom__element--button-icon{
    display: inline-flex;
}
 .ecom-core.ecom-ooubqh0luy .ecom-product-single__description--paragraph p{
    margin-top: 0;
    margin-bottom: 15px;
}
.ecom-core.ecom-ooubqh0luy h1,.ecom-core.ecom-ooubqh0luy h2,.ecom-core.ecom-ooubqh0luy h3,.ecom-core.ecom-ooubqh0luy h4,.ecom-core.ecom-ooubqh0luy h5,.ecom-core.ecom-ooubqh0luy h6{
margin: 0 0 10px;
font-size: 18px;
}
.ecom-core.ecom-ooubqh0luy:has(.ecom-product-single__description-wrapper p:empty), .ecom-core.ecom-ooubqh0luy:has(.ecom-product-single__description-wrapper div:empty){
    display: none;
}.ecom-core.ecom-89jr7vzakjc>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-89jr7vzakjc{margin-top: 15px !important;margin-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-89jr7vzakjc{margin-top: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-89jr7vzakjc{margin-top: 0px !important;}} .ecom-core.ecom-89jr7vzakjc div.core__blocks>div.core__blocks--body{
    flex-wrap: wrap;
}.ecom-core.ecom-j6qrge7aeq{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j6qrge7aeq{width: 100%;}}.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart-buttons-wrapper{align-items: center;justify-content: center;}.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit{justify-content: center;font-weight: 600;letter-spacing: 0px;font-style: normal;font-size: 16px;line-height: 1.25em;text-transform: capitalize;width: 100%;height: 52px;min-height: 52px;color: #fff;background-color: #24774C;border-style: none;border-radius: 10px;transition-duration: 400ms;;;padding: 12.5px 25px 12.5px 25px;margin: 0px;}.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit:hover{color: #fff;background-color: #000;}.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order{font-size: 16px;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;text-transform: capitalize;width: 100%;height: 52px;min-height: 52px;color: #fff;background-color: #24774C;border-style: solid;border-width: 1px;border-color: #000;border-radius: 10px;margin: 0px;padding: 12.5px 25px 12.5px 25px;}.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order:hover{width: 100%;color: #fff;background-color: #62C13D;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit:disabled{font-size: 16px;text-transform: capitalize;line-height: 1.25em;letter-spacing: 0px;font-weight: 600;width: 100%;height: 52px;min-height: 52px;color: #000;background-color: #bdb9b9;border-style: none;border-radius: 40px;padding: 12.5px 25px 12.5px 25px;margin: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit{font-size: 13px;height: 40px;min-height: 40px;padding-right: 10px;padding-left: 10px;}.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order{font-size: 13px;height: 40px;min-height: 40px;padding-right: 10px;padding-left: 10px;}.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit:disabled{font-size: 13px;height: 40px;min-height: 40px;padding-right: 10px;padding-left: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit{font-size: 13px;height: 40px;min-height: 40px;padding-right: 10px;padding-left: 10px;}.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit.ecom-product-single__pre-order{font-size: 13px;height: 40px;min-height: 40px;padding-right: 10px;padding-left: 10px;}.ecom-core.ecom-7j3uo4ejx0u .ecom-product-single__add-to-cart--submit:disabled{font-size: 13px;height: 40px;min-height: 40px;padding-right: 10px;padding-left: 10px;}}.ecom-core.ecom-7j3uo4ejx0u{margin-top: 0px !important;padding-bottom: 0 !important;width: 100%;max-width:100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7j3uo4ejx0u{padding-bottom: 0 !important;}} .ecom-core.ecom-7j3uo4ejx0u{
    flex: 1 0 0;
}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container{flex-direction: column;gap: 0px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-wrapper{justify-content: flex-start;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input,.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-controls-button,.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-dropdown{height: 52px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container label{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container label,.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container label a{font-weight: 600;font-size: 14px;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input{text-align: center;font-weight: 600;font-size: 16px;line-height: 1.5em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #011624;width: 50px;background-color: #fff;border-style: solid;border-width: 1px 0px 1px 0px;border-color: #F2F3F4;border-radius: 0px;outline-style:none;margin: 0px;padding: 0px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input::placeholder{color: #011624;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input:focus{outline-style:none;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus svg{height: 14px;width: 14px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus{color: #011624;background-color: #fff;border-style: solid;border-width: 1px 0px 1px 1px;border-color: #F2F3F4;border-radius: 10px 0px 0px 10px;padding: 0px 5px 0px 20px;transition: all 300ms ease;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus:hover{color: #347928;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus svg{height: 12px;width: 12px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus{color: #011624;background-color: #fff;border-style: solid;border-width: 1px 1px 1px 0px;border-color: #F2F3F4;border-radius: 0px 10px 10px 0px;padding: 0px 20px 0px 5px;transition: all 300ms ease;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus:hover{color: #347928;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input,.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-controls-button,.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-dropdown{height: 40px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input{font-size: 14px;width: 35px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus svg{height: 12px;width: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input,.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-controls-button,.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-dropdown{height: 40px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls input{font-size: 16px;width: 40px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minus svg{height: 12px;width: 12px;}.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-plus svg{height: 12px;width: 12px;}}.ecom-core.ecom-wnjeive4r9g{margin-right: 12px !important;padding-bottom: 0 !important;width: unset;max-width:unset;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wnjeive4r9g{padding-bottom: 0 !important;}} .ecom-core.ecom-wnjeive4r9g *:focus-visible{
    outline: none;
    outline-offset: 0;
    box-shadow: 0 0 0;
}
.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-controls-plusd{
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H14V8H0V6Z'/%3E%3Cpath d='M8 8.74228e-08L8 14H6L6 0L8 8.74228e-08Z'/%3E%3C/svg%3E%0A");
    padding: 0 15px;
    background-position: center right 15px;
    background-size: 12px;
    background-repeat: no-repeat;
}
.ecom-core.ecom-wnjeive4r9g .ecom-product-single__quantity-container .ecom-product-single__quantity-controls-minusd{
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='2' viewBox='0 0 13 2' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='2'/%3E%3C/svg%3E%0A");
padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center left 15px;
background-size: 13px;
}
.ecom-core.ecom-wnjeive4r9g button.ecom-product-single__quantity-controls-buttond svg{
    width: 0 !important;
    height: 0 !important;
}.ecom-core.ecom-6u4g40xidcv .ecom-product-variant--option-label-text{display: inline-block;}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-images-list,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-colors-list,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-radio-list{column-gap: 10px;row-gap: 10px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-images-list,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-colors-list,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-radio-list{column-gap: 8px;row-gap: 8px;}}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--options,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker-container .ecom-product-single__variant-picker--main,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker-container .ecom-product-single__picker-radio-list{align-items: flex-start;justify-content: flex-start;}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker-container{border-radius: 0px;overflow: hidden;}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text a,.ecom-core.ecom-6u4g40xidcv .selector-wrapper .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .selector-wrapper .ecom-product-variant--option-label-text a{title: New Item;font-weight: 500;font-size: 14px;text-transform: capitalize;line-height: 1.25em;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .selector-wrapper .ecom-product-variant--option-label-text{color: #000;margin: 25px 0px 10px 0px;padding: 0px;}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker--selected-value,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker--selected-value a{title: New Item;font-size: 14px;font-weight: 500;text-transform: capitalize;line-height: 1.25em;letter-spacing: 0px;font-style: normal;text-decoration: none;}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker--selected-value{color: #000;margin: 25px 0px 10px 5px;padding: 0px;}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-radio-list-item{font-size: 14px;font-weight: 400;line-height: 1.4em;letter-spacing: 0px;min-width: 40px;color: #707070;background-color: rgba(255, 0, 0, 0);border-style: solid;border-width: 1px;border-color: #EBebeb;border-radius: 5px;transition-duration: 500ms;;;margin: 0px;padding: 5px 14px 5px 14px;}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-radio-list-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-radio-list-item.ecom-button-active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .selector-wrapper .ecom-product-variant--option-label-text{margin-top: 15px;}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker--selected-value{margin-top: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-main-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-radio-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-dropdown-label .ecom-product-variant--option-label-text,.ecom-core.ecom-6u4g40xidcv .selector-wrapper .ecom-product-variant--option-label-text{margin-top: 15px;}.ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker--selected-value{margin-top: 15px;}}.ecom-core.ecom-6u4g40xidcv{margin-top: 0px !important;margin-bottom: 0px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6u4g40xidcv{padding-bottom: 0 !important;}} .ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker-container{
    overflow: visible;
}
.ecom-core.ecom-6u4g40xidcv span.ecom-product-variant--option-label-text::after{
    content: ":";
}
.ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker--main>div{
    width: 100%;
}
.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-radio-list-item{
    display: flex;
    align-items: center;
    min-width: 40px;
}
.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker-images-item>img{
    padding: 3px;
}
.ecom-core.ecom-6u4g40xidcv .ecom-product-single__picker--option-label{
    display: flex;
}
.ecom-core.ecom-6u4g40xidcv .ecom-product-single__variant-picker-wrapper.ecom_not_hide_dropdown_arrow .ecom-product-single__variant-picker-container select{
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.55868e-08 0.976562L5.5 6.47656L11 0.976562L10.0238 0.000312794L5.5 4.52406L0.97625 0.000312686L6.55868e-08 0.976562Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px;
}.ecom-core.ecom-xsxhjwccnwm .ecom-product-single__metafield-container{text-align: left;color: #000;padding: 8px 15px 8px 15px;}.ecom-core.ecom-xsxhjwccnwm .ecom-product-single__metafield-container,.ecom-core.ecom-xsxhjwccnwm .ecom-product-single__metafield-container a{font-size: 10px;font-weight: 700;text-transform: uppercase;line-height: 1.25em;}.ecom-core.ecom-xsxhjwccnwm{padding-bottom: 0px !important;margin-top: 15px !important;width: unset;max-width:unset;} .ecom-core.ecom-xsxhjwccnwm .ecom-product-single__metafield-container:not(:empty){
    border: 1px solid;
    border-radius: 3px;
}
.ecom-core.ecom-xsxhjwccnwm .ecom-product-single__metafield-container:empty{
    padding:0 !important;
    margin:0 !important;
}.ecom-core.ecom-1no33hkff2k .ecom-text--more-actions button ,.ecom-core.ecom-1no33hkff2k .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-1no33hkff2k .text-content,.ecom-core.ecom-1no33hkff2k  .text-content a,.ecom-core.ecom-1no33hkff2k  .text-content p,.ecom-core.ecom-1no33hkff2k  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-1no33hkff2k .text-content,.ecom-core.ecom-1no33hkff2k .text-content a,.ecom-core.ecom-1no33hkff2k  .text-content a,.ecom-core.ecom-1no33hkff2k  .text-content a a,.ecom-core.ecom-1no33hkff2k  .text-content p,.ecom-core.ecom-1no33hkff2k  .text-content p a,.ecom-core.ecom-1no33hkff2k  .text-content span,.ecom-core.ecom-1no33hkff2k  .text-content span a{font-size: 14px;font-weight: 500;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-1no33hkff2k .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-1no33hkff2k .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-1no33hkff2k{margin-top: 8px !important;padding-bottom: 0 !important;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price-container-grid{justify-content: flex-start;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--prices{background-color: rgba(255, 0, 0, 0);border-radius: 0px;overflow: hidden;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 32px;line-height: 1.4em;font-weight: 600;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale.ecom-product-single__price-normal{color: #011624;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale a{line-height: 1em;letter-spacing: 0px;font-size: 32px;font-weight: 600;text-transform: none;font-style: normal;text-decoration: none;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale{color: #011624;margin: 0px 5px 0px 0px;padding: 0px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--regular,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--regular a{font-weight: 600;font-size: 32px;line-height: 1.5em;text-transform: none;font-style: normal;text-decoration: line-through;letter-spacing: 0px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--regular{color: #989898;margin: 0px 10px 0px 0px;padding: 0px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sale,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sale a{font-size: 14px;font-weight: 500;line-height: 1.5em;text-transform: uppercase;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sale{color: #ffffff;padding: 4px 16px 4px 16px;margin: 0px;background-color: #24774C;border-radius: 40px;overflow: hidden;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sold-out a{font-size: 14px;font-weight: 500;line-height: 1.5em;text-transform: uppercase;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sold-out{color: #ffffff;padding: 4px 16px 4px 16px;margin: 0px;background-color: #111827;border-radius: 50px;overflow: hidden;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 25px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale a{font-size: 25px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--regular,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--regular a{font-size: 25px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sale,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sale a{font-size: 12px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sold-out a{font-size: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 25px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--sale a{font-size: 25px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--regular,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--regular a{font-size: 25px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sale,.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sale a{font-size: 14px;}.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price--badges-sale{padding-right: 15px;padding-left: 15px;}}.ecom-core.ecom-brgo617ufm5{margin-top: 10px !important;padding-bottom: 0px !important;} .ecom-core.ecom-brgo617ufm5 .ecom-product-single__price-container .ecom-product-single__price--prices{
    justify-content: left;
    gap: 5px;
    flex-wrap: wrap;
    text-align: left;
}
.ecom-core.ecom-brgo617ufm5 .ecom-product-single__price-container-grid{
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
}.ecom-core.ecom-861ldnctk4h .ecom-product__heading{text-align: left;color: #011624;}.ecom-core.ecom-861ldnctk4h .ecom-product__heading,.ecom-core.ecom-861ldnctk4h .ecom-product__heading a{font-size: 32px;line-height: 1.25em;letter-spacing: 0px;font-weight: 600;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-861ldnctk4h .ecom-product__heading{text-align: left;}.ecom-core.ecom-861ldnctk4h .ecom-product__heading,.ecom-core.ecom-861ldnctk4h .ecom-product__heading a{font-size: 24px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-861ldnctk4h .ecom-product__heading{text-align: left;}.ecom-core.ecom-861ldnctk4h .ecom-product__heading,.ecom-core.ecom-861ldnctk4h .ecom-product__heading a{line-height: 1.25em;letter-spacing: 0px;font-size: 22px;}}.ecom-core.ecom-861ldnctk4h{margin-top: 15px !important;margin-bottom: 0px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-861ldnctk4h{padding-bottom: 0 !important;}}.ecom-core.ecom-jqvz2nqw3ma .ecom-text--more-actions button ,.ecom-core.ecom-jqvz2nqw3ma .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-jqvz2nqw3ma .text-content,.ecom-core.ecom-jqvz2nqw3ma  .text-content a,.ecom-core.ecom-jqvz2nqw3ma  .text-content p,.ecom-core.ecom-jqvz2nqw3ma  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-jqvz2nqw3ma .text-content,.ecom-core.ecom-jqvz2nqw3ma .text-content a,.ecom-core.ecom-jqvz2nqw3ma  .text-content a,.ecom-core.ecom-jqvz2nqw3ma  .text-content a a,.ecom-core.ecom-jqvz2nqw3ma  .text-content p,.ecom-core.ecom-jqvz2nqw3ma  .text-content p a,.ecom-core.ecom-jqvz2nqw3ma  .text-content span,.ecom-core.ecom-jqvz2nqw3ma  .text-content span a{font-size: 14px;font-weight: 500;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-jqvz2nqw3ma .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-jqvz2nqw3ma .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-jqvz2nqw3ma{margin-top: 1px !important;padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-dviv6451695 .ecom-image-align{align-items: center;}.ecom-core.ecom-dviv6451695 .ecom-image-default{width: 68px !important;max-width: 100% !important;}.ecom-core.ecom-dviv6451695 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-dviv6451695 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-dviv6451695 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-dviv6451695 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-dviv6451695 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-dviv6451695{margin-top: 3px !important;margin-right: 7px !important;padding-bottom: 0 !important;width: unset;max-width:unset;}.ecom-core.ecom-bcvrx7dgjm .ecom__element-spacing{height: 15px;}.ecom-core.ecom-bcvrx7dgjm{margin-top: 0px !important;}.ecom-core.ecom-79mmnzt6ntv .ecom-text--more-actions button ,.ecom-core.ecom-79mmnzt6ntv .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-79mmnzt6ntv .text-content,.ecom-core.ecom-79mmnzt6ntv  .text-content a,.ecom-core.ecom-79mmnzt6ntv  .text-content p,.ecom-core.ecom-79mmnzt6ntv  .text-content span{text-align: left;color: #fff;margin: 0px;padding: 8px 21px 8px 21px;}.ecom-core.ecom-79mmnzt6ntv .text-content,.ecom-core.ecom-79mmnzt6ntv .text-content a,.ecom-core.ecom-79mmnzt6ntv  .text-content a,.ecom-core.ecom-79mmnzt6ntv  .text-content a a,.ecom-core.ecom-79mmnzt6ntv  .text-content p,.ecom-core.ecom-79mmnzt6ntv  .text-content p a,.ecom-core.ecom-79mmnzt6ntv  .text-content span,.ecom-core.ecom-79mmnzt6ntv  .text-content span a{font-size: 15px;font-weight: 600;text-transform: uppercase;font-style: normal;text-decoration: none;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-79mmnzt6ntv .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-79mmnzt6ntv .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-79mmnzt6ntv .text-content,.ecom-core.ecom-79mmnzt6ntv .text-content a,.ecom-core.ecom-79mmnzt6ntv  .text-content a,.ecom-core.ecom-79mmnzt6ntv  .text-content a a,.ecom-core.ecom-79mmnzt6ntv  .text-content p,.ecom-core.ecom-79mmnzt6ntv  .text-content p a,.ecom-core.ecom-79mmnzt6ntv  .text-content span,.ecom-core.ecom-79mmnzt6ntv  .text-content span a{font-size: 12px;}.ecom-core.ecom-79mmnzt6ntv .text-content,.ecom-core.ecom-79mmnzt6ntv  .text-content a,.ecom-core.ecom-79mmnzt6ntv  .text-content p,.ecom-core.ecom-79mmnzt6ntv  .text-content span{padding-top: 7px;padding-bottom: 7px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-79mmnzt6ntv .text-content,.ecom-core.ecom-79mmnzt6ntv .text-content a,.ecom-core.ecom-79mmnzt6ntv  .text-content a,.ecom-core.ecom-79mmnzt6ntv  .text-content a a,.ecom-core.ecom-79mmnzt6ntv  .text-content p,.ecom-core.ecom-79mmnzt6ntv  .text-content p a,.ecom-core.ecom-79mmnzt6ntv  .text-content span,.ecom-core.ecom-79mmnzt6ntv  .text-content span a{font-size: 10px;}.ecom-core.ecom-79mmnzt6ntv .text-content,.ecom-core.ecom-79mmnzt6ntv  .text-content a,.ecom-core.ecom-79mmnzt6ntv  .text-content p,.ecom-core.ecom-79mmnzt6ntv  .text-content span{padding-top: 8px;padding-bottom: 8px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-79mmnzt6ntv{margin-top: 0px !important;padding-bottom: 0 !important;width: unset;max-width:unset;background-color: #7850D6;display: none;}}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-79mmnzt6ntv{display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-79mmnzt6ntv{padding-bottom: 0px !important;margin-bottom: 8px !important;display: none;}} .ecom-core.ecom-79mmnzt6ntv{
    border-radius:30px;
}.ecom-core.ecom-m2bjw5yah5{width: 55%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-m2bjw5yah5{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-m2bjw5yah5{width: 100%;}}html body .ecom-core.ecom-73th25kqfv7 .ecom-core.ecom-m2bjw5yah5>div.core__column--wrapper{margin-right: 24px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-73th25kqfv7 .ecom-core.ecom-m2bjw5yah5>div.core__column--wrapper{margin-right: 0px !important;}}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--slider{flex-flow: column;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media .ecom-product-single__media-container{gap: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--slider{flex-flow: column;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media .ecom-product-single__media-container{gap: 10px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--slider{flex-flow: column;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media .ecom-product-single__media-container{gap: 10px;}}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured > picture,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured > img{border-style: none;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured ,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured  > picture,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured > img{border-radius: 10px;overflow: hidden;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbnail img{object-fit: fill;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbnail{opacity: 1;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);transition: all 300ms ease;margin: 0px;padding: 0px;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbnail ,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbnail img{border-radius: 5px;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbnail:hover{opacity: 1;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbnail.ec_splide__slide.is-active{opacity: 1;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev svg,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next svg{height: 16px;width: 16px;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next{color: #000;background-color: #fff;border-radius: 50%;padding: 12px;margin: -25px 0px 0px 0px;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;transition: all 400ms ease;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbs .ecom-swiper-button-prev svg,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbs .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbs .ecom-swiper-button-prev,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbs .ecom-swiper-button-next{color: #fff;background-color: rgba(0, 0, 0, 0.4);border-radius: 50%;padding: 5px;margin: 0px;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbs .ecom-swiper-button-prev:hover,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbs .ecom-swiper-button-next:hover{color: #fff;background-color: rgba(0, 0, 0, 0.8);}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media-label{border-radius: 0px;overflow: hidden;padding: 0px 80px 0px 0px;margin: 0px;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media-label > span{border-radius: 0px;overflow: hidden;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbnail{margin-bottom: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbnail{margin-bottom: 0px;}.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-prev,.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured.ecom-swiper-container .ecom-swiper-button-next{padding: 10px;margin-left: 0px;}}.ecom-core.ecom-df8i7y5f9z{margin-bottom: 30px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-df8i7y5f9z{padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-df8i7y5f9z{padding-left: 0px !important;margin-bottom: 0px !important;}} .ecom-core.ecom-df8i7y5f9z .ecom-swiper-container{
    position: relative;
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media-label{
    flex-wrap: wrap;
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--grid .ecom-product-single__media--images{
    gap: 9px;
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--image img{
    height: 100%;
    object-fit: cover;
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__zoom-icon-wrapper{
    pointer-events: auto;
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__zoom-icon-wrapper:hover{
    background: #000;
    color: #fff;
}
@media (min-width: 1199px){
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media .ecom-product-single__media--vertical .ecom-product-single__media--thumbs{
    max-height: 746px;
}
.ecom-core.ecom-df8i7y5f9z .ecom-swiper-controls-thumb{
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbs:hover .ecom-swiper-controls-thumb{
    opacity: 1;
    visibility: visible;
}
.ecom-core.ecom-df8i7y5f9z .ecom-swiper-controls{
    transition: 0.3s;
    transform: scale(0.6);
    opacity: 0;
    visibility: hidden;
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--featured:hover .ecom-swiper-controls{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media .ecom-product-single__media--vertical .ecom-product-single__media--thumbs{
    min-width: 128px;
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbnail:last-child{
    margin: 0;
}
.ecom-core.ecom-df8i7y5f9z .ecom-swiper-controls-thumb.ecom-swiper-button-disabled{
    display: none!important;
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbnail--icon{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-repeat: no-repeat;
    transition: 0.4s;
    background-position: center;
    transform: scale(1) translateY(-50%) translateX(-50%);
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--thumbnail--icon:hover{
    transform: scale(0.95) translateY(-50%) translateX(-50%);
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media--model{
    padding-top: 0;
}
.ecom-core.ecom-df8i7y5f9z .ecom-product-single__media.ecom-position-sticky{
    position: sticky;
}
@media(max-wdith:767px){
    .ecom-core.ecom-df8i7y5f9z .ecom-swiper-wrapper .ecom-swiper-slide{
        margin-right: 10px;
    }
}.ecom-core.ecom-73th25kqfv7>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-73th25kqfv7>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-73th25kqfv7{background-color: #f9f9f9;}.ecom-core.ecom-73th25kqfv7{padding: 50px 50px 5px 50px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-73th25kqfv7{padding-top: 50px !important;padding-right: 15px !important;padding-left: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-73th25kqfv7{padding: 50px 15px 35px 15px !important;}}
.ecom-core.ecom-gqhidf6uvbo{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gqhidf6uvbo{width: 100%;}}.ecom-core.ecom-meuvzb1iz6q{background-color: #fff;border-style: solid;border-width: 1px;border-color: #E6E6E6;box-shadow: 0px 4px 15px 0 rgba(180, 180, 180, 0.2);}.ecom-core.ecom-meuvzb1iz6q,.ecom-core.ecom-meuvzb1iz6q >div.ecom-section__overlay .ecom-overlay{border-radius: 10px;}.ecom-core.ecom-meuvzb1iz6q{padding: 15px !important;margin-top: 4px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-meuvzb1iz6q{padding: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-meuvzb1iz6q{padding: 15px 0px 15px 0px !important;}}.ecom-core.ecom-u25zc8r4sa{width: 100%;}.ecom-core.ecom-u25zc8r4sa>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u25zc8r4sa{width: 100%;}}.ecom-core.ecom-kj3ftviab39>div.core__row--columns{max-width: 1070px;}.ecom-core.ecom-kj3ftviab39>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-kj3ftviab39>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 50px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kj3ftviab39>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-kj3ftviab39>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kj3ftviab39>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-kj3ftviab39>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 15px;}}.ecom-core.ecom-kj3ftviab39{margin-top: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kj3ftviab39{margin-top: 20px !important;}}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product--wrapper-items{grid-template-columns: repeat(6,minmax(0, 1fr));}.ecom-core.ecom-p1uunqp9ha{show_price: block;hide_price_if_not_logged_in: false;show_login_to_see_price_text: false;show_picker: hide;}.ecom-core.ecom-p1uunqp9ha .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-simple-add-to-cart{gap: 9px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-title-tag{order: 2;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-description{order: 9;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-type-element{order: 5;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product--actions{order: 10;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-countdown{order: 1;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-login-to-see{order: 8;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p1uunqp9ha .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-p1uunqp9ha .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p1uunqp9ha .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1,minmax(0, 1fr));}.ecom-core.ecom-p1uunqp9ha .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-p1uunqp9ha .ecom-collection.ecom-collection__product{border-radius: 10px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 10px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item .ecom-collection__product-media img{border-style: none;border-radius: 10px;overflow: hidden;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-information-title{text-align: left;color: #011624;transition: all 400ms ease;padding: 0px;margin: 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-information-title,.ecom-core.ecom-p1uunqp9ha .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;letter-spacing: 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-information-title:hover{color: #24774C;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price a{font-weight: 600;font-size: 16px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price{color: #011624;margin: 7px 0px 7px 0px;padding: 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--regular,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--regular a,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--from,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--from a{font-size: 16px;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: line-through;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--regular,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--from{color: #989898;margin: 0px;padding: 0px 0px 3px 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--sale{font-size: 16px;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;text-transform: none;font-style: normal;text-decoration: none;color: #011624;margin: 7px 0px 7px 0px;padding: 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-submit{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;text-decoration: none;font-style: normal;text-transform: uppercase;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #24774C;border-style: none;border-radius: 40px;transition-duration: 400ms;;;margin: 15px 0px 36px 0px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-submit:hover{color: #fff;background-color: rgba(36, 119, 76, 0.8);border-style: none;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--quickshop{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;letter-spacing: 0px;color: #000;background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 40px;padding: 4px 20px 4px 4px;margin-top: 15px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ef6f31;border-style: none;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--soldout{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;text-transform: uppercase;line-height: 1.25em;letter-spacing: 0px;text-decoration: none;color: #000;background-color: #ccc;border-style: none;border-radius: 40px;margin-top: 15px;margin-bottom: 36px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--soldout:hover{color: #fff;border-style: none;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--view-more{position: absolute;bottom: 100%;align-self: center;text-transform: uppercase;text-decoration: none;font-size: 12px;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #893B12;border-style: none;border-radius: 40px;margin-top: 15px;margin-bottom: 36px;padding: 5px 20px 4px 4px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: rgba(137, 59, 18, 0.8);border-style: none;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--view-more svg{width: 18px;height: 18px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-end;font-size: 12px;font-weight: 600;line-height: 1em;letter-spacing: 0px;box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08);height: 26px;min-height: 26px;color: #ffffff;background-color: #F25D1D;border-radius: 50px;padding: 6px 13px 6px 13px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-end;font-size: 12px;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08);height: 26px;min-height: 26px;color: #fff;background-color: #F25D1D;border-radius: 40px;padding: 5px 13px 6px 13px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-end;font-size: 12px;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);height: 26px;min-height: 26px;color: #ffffff;background-color: #111827;border-radius: 40px;padding: 5px 13px 5px 13px;margin: 0px 0px 5px 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-end;font-size: 12px;font-weight: 600;line-height: 1.4em;letter-spacing: 0px;box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.08);height: 26px;min-height: 26px;color: #000;background-color: #ccc;border-radius: 40px;margin: 0px 0px 5px 5px;padding: 4px 13px 4px 13px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-countdown-wrapper .ecom-product-single__countdown-container,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-countdown-wrapper .ecom-collection__product-countdown-wrapper--title{justify-content: flex-start;}.ecom-core.ecom-p1uunqp9ha .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-p1uunqp9ha .ecom-collection__product-countdown-wrapper--title,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-countdown-wrapper--title a{font-size: 13px;font-weight: 400;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-time--item{width: 43px;background-color: #000000;border-radius: 2px;overflow: hidden;margin: 0px 4px 0px 0px;padding: 0px;}.ecom-core.ecom-p1uunqp9ha .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-p1uunqp9ha .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-p1uunqp9ha .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-container .ecom-swiper-button-next svg{height: 11px;width: 11px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-container .ecom-swiper-button-next{color: #24774C;background-color: #ffffff;border-style: solid;border-width: 1px;border-color: #24774C;border-radius: 50%;margin: -60px -25px 0px -25px;padding: 8px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: #24774C;border-style: solid;border-width: 1px;border-color: #24774C;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-information-title,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price a{font-size: 18px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--regular,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--from{margin: 0px;padding: 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--sale{font-size: 18px;margin-bottom: 0px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-submit{align-self: center;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--quickshop{align-self: center;height: 40px;min-height: 40px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--soldout{align-self: center;height: 40px;min-height: 40px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--view-more{align-self: center;height: 40px;min-height: 40px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-time--item{width: 40px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-time--number{padding-top: 3px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-time--label{margin-right: 3px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 5px 25px 5px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-information-title,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price a{font-size: 15px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--sale{font-size: 15px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--quickshop{padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-time--item{width: 45px;}.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 6px 25px 6px;}}.ecom-core.ecom-p1uunqp9ha{margin-top: 50px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p1uunqp9ha{margin-top: 35px !important;padding-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p1uunqp9ha{margin-top: 25px !important;}} .ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item.ecom-swiper-slide{
    text-align: left;
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-picker-main .ecom-collection__product-swatch-item{
    background-color: transparent;
}
.ecom-core.ecom-p1uunqp9ha .ecom-child-element:before,.ecom-core.ecom-p1uunqp9ha .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-p1uunqp9ha span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-submit.ecom-ajax-loading::after{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    padding: 0;
    transition: opacity .2s;
    content: "";
    display: inline-block !important;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255,255,255,.3);
    border-left-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border-left-color: currentColor;
    opacity: 1;
    -webkit-animation: 450ms linear infinite ecom-spin;
    animation: 450ms linear infinite ecom-spin;
    background: transparent;
    min-width: inherit;
    bottom: auto;
    transform: none;
}
.ecom-core.ecom-p1uunqp9ha .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-p1uunqp9ha .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-type-element{
    position: relative;
    z-index: 1;
}
.ecom-core.ecom-p1uunqp9ha svg:not([class]){
    width: 17px;
}

.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-information-title{
  display: none !important;
}

.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-add-cart-icon,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-sold-out-icon,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-view-more-icon{
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: #4C3419;
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-submit,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--view-more{
    backdrop-filter: blur(4px);
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item-information-title br{
    display: none;
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price-wrapper{
    gap: inherit;
    column-gap: 5px;
    flex-wrap: wrap;
    word-break: break-all;
    text-align: left;
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-badge:has(>span.ecom-collection__product-price--bage-sale) .ecom-collection__product-badge--sale{
    display: none ! important;
}
@media(min-width:1025px){
    .ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--add,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-price--sale{
    text-align: left;
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-form__actions{
    align-items: center;
    justify-content: center;
}
@media(max-width:1024px){
    .ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item .ecom-collection__product-submit,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item .ecom-collection__product-form__actions--add,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-item .ecom-collection__product-form__actions--view-more{
        display: none;
    }
}
@media(min-width:1025px){
    .ecom-core.ecom-p1uunqp9ha .ecom-swiper-navigation-position{
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 8;
}
.ecom-core.ecom-p1uunqp9ha .ecom-collection__product-container:hover .ecom-swiper-navigation-position{
    opacity: 1;
    visibility: visible;
}
}


}
.ecom-core.ecom-mzikg49jg0p .ecom-text--more-actions button ,.ecom-core.ecom-mzikg49jg0p .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-mzikg49jg0p .text-content,.ecom-core.ecom-mzikg49jg0p  .text-content a,.ecom-core.ecom-mzikg49jg0p  .text-content p,.ecom-core.ecom-mzikg49jg0p  .text-content span{text-align: left;color: #000000;}.ecom-core.ecom-mzikg49jg0p .text-content,.ecom-core.ecom-mzikg49jg0p .text-content a,.ecom-core.ecom-mzikg49jg0p  .text-content a,.ecom-core.ecom-mzikg49jg0p  .text-content a a,.ecom-core.ecom-mzikg49jg0p  .text-content p,.ecom-core.ecom-mzikg49jg0p  .text-content p a,.ecom-core.ecom-mzikg49jg0p  .text-content span,.ecom-core.ecom-mzikg49jg0p  .text-content span a{font-size: 18px;font-weight: 400;text-transform: none;font-style: normal;line-height: 1.7em;font-family: 'Be Vietnam Pro', sans-serif;}.ecom-core.ecom-mzikg49jg0p .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-mzikg49jg0p .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-mzikg49jg0p .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-mzikg49jg0p .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mzikg49jg0p .text-content,.ecom-core.ecom-mzikg49jg0p .text-content a,.ecom-core.ecom-mzikg49jg0p  .text-content a,.ecom-core.ecom-mzikg49jg0p  .text-content a a,.ecom-core.ecom-mzikg49jg0p  .text-content p,.ecom-core.ecom-mzikg49jg0p  .text-content p a,.ecom-core.ecom-mzikg49jg0p  .text-content span,.ecom-core.ecom-mzikg49jg0p  .text-content span a{font-size: 15px;}}.ecom-core.ecom-mzikg49jg0p{padding-top: 0px !important;padding-bottom: 0 !important;margin-top: -20px !important;animation-duration: 500ms !important;}.ecom-core.ecom-mzikg49jg0p.ecom-animated{animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mzikg49jg0p{padding-bottom: 0 !important;}} @media(max-width:1024px){
.ecom-core.ecom-mzikg49jg0p .text-content.ecom-html > div{
    display: inline;
}}.ecom-core.ecom-g1cpfhz3mw6 .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-g1cpfhz3mw6 .element__heading .ecom__heading,.ecom-core.ecom-g1cpfhz3mw6 .element__heading .ecom__heading a{font-weight: 600;font-size: 36px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-g1cpfhz3mw6  .element__heading .ecom__heading,.ecom-core.ecom-g1cpfhz3mw6  .element__heading .ecom__heading a{color: #011624;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-g1cpfhz3mw6 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-g1cpfhz3mw6 .element__heading .ecom__heading,.ecom-core.ecom-g1cpfhz3mw6 .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g1cpfhz3mw6 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-g1cpfhz3mw6 .element__heading .ecom__heading,.ecom-core.ecom-g1cpfhz3mw6 .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-g1cpfhz3mw6{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-g1cpfhz3mw6{padding-bottom: 0 !important;}}.ecom-core.ecom-31ozxadszf6>div.core__row--columns{max-width: 1520px;}.ecom-core.ecom-31ozxadszf6{background-color: #f9f9f9;}.ecom-core.ecom-31ozxadszf6{padding-right: 25px !important;padding-bottom: 0px !important;padding-left: 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-31ozxadszf6{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-31ozxadszf6{padding-right: 0px !important;padding-left: 0px !important;}}
.ecom-core.ecom-97m1bso0f1o{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-97m1bso0f1o{width: 100%;}}html body .ecom-core.ecom-elrioeqx81s .ecom-core.ecom-97m1bso0f1o>div.core__column--wrapper{margin-top: -10px !important;}.ecom-core.ecom-9k9cdzenbqk{background-color: #fff;border-style: solid;border-width: 1px;border-color: #E6E6E6;box-shadow: 0px 4px 15px 0 rgba(180, 180, 180, 0.2);}.ecom-core.ecom-9k9cdzenbqk,.ecom-core.ecom-9k9cdzenbqk >div.ecom-section__overlay .ecom-overlay{border-radius: 10px;}.ecom-core.ecom-9k9cdzenbqk{padding: 15px !important;margin-top: 4px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9k9cdzenbqk{padding: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9k9cdzenbqk{padding: 15px 0px 15px 0px !important;}}.ecom-core.ecom-7xlk0g81myr{width: 100%;}.ecom-core.ecom-7xlk0g81myr>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7xlk0g81myr{width: 100%;}}.ecom-core.ecom-6nifb9npd2b>div.core__row--columns{max-width: 1070px;}.ecom-core.ecom-6nifb9npd2b>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-6nifb9npd2b>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 50px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6nifb9npd2b>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-6nifb9npd2b>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6nifb9npd2b>.core__row--columns>.ecom-column>.core__column--wrapper{padding: inherit;}.ecom-core.ecom-6nifb9npd2b>.core__row--columns>.ecom-column>div.core__column--wrapper{padding: 15px;}}.ecom-core.ecom-6nifb9npd2b{margin-top: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6nifb9npd2b{margin-top: 20px !important;}}.ecom-core.ecom-sptqlayyh5{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sptqlayyh5{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-elrioeqx81s .ecom-core.ecom-sptqlayyh5>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-zf7sqal6izl .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-zf7sqal6izl .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-zf7sqal6izl .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zf7sqal6izl .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-zf7sqal6izl .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 20px;}.ecom-core.ecom-zf7sqal6izl .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zf7sqal6izl .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-zf7sqal6izl .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-zf7sqal6izl .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-zf7sqal6izl .element__featured .element__featured--box{text-align: left;justify-content: flex-start;}.ecom-core.ecom-zf7sqal6izl .ecom-image-default{width: 68px !important;}.ecom-core.ecom-zf7sqal6izl .element__featured .element__featured--box-img img,.ecom-core.ecom-zf7sqal6izl .element__featured .element__featured--box-img picture{height: 68px !important;}.ecom-core.ecom-zf7sqal6izl .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-zf7sqal6izl .element__featured .element__featured--box-img{margin-bottom: 30px;}.ecom-core.ecom-zf7sqal6izl .element__featured .element__featured--box-title{font-size: 20px;font-weight: 500;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000000;margin-bottom: 5px;}.ecom-core.ecom-zf7sqal6izl .element__featured .element__featured--box-text,.ecom-core.ecom-zf7sqal6izl .element__featured a{font-size: 16px;font-weight: 400;line-height: 1.75em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-zf7sqal6izl .element__featured .element__featured--box-text{color: #848484;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-zf7sqal6izl .element__featured .element__featured--box-title{font-size: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zf7sqal6izl .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-zf7sqal6izl .element__featured .element__featured--box-title{font-size: 18px;margin-bottom: 10px;}.ecom-core.ecom-zf7sqal6izl .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-zf7sqal6izl{padding-bottom: 0 !important;}.ecom-core.ecom-nrzh2aucgu .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-nrzh2aucgu .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-nrzh2aucgu .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nrzh2aucgu .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-nrzh2aucgu .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 20px;}.ecom-core.ecom-nrzh2aucgu .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nrzh2aucgu .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-nrzh2aucgu .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-nrzh2aucgu .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-nrzh2aucgu .element__featured .element__featured--box{text-align: left;justify-content: flex-start;}.ecom-core.ecom-nrzh2aucgu .ecom-image-default{width: 68px !important;}.ecom-core.ecom-nrzh2aucgu .element__featured .element__featured--box-img img,.ecom-core.ecom-nrzh2aucgu .element__featured .element__featured--box-img picture{height: 68px !important;}.ecom-core.ecom-nrzh2aucgu .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-nrzh2aucgu .element__featured .element__featured--box-img{margin-bottom: 30px;}.ecom-core.ecom-nrzh2aucgu .element__featured .element__featured--box-title{font-size: 20px;font-weight: 500;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000000;margin-bottom: 5px;}.ecom-core.ecom-nrzh2aucgu .element__featured .element__featured--box-text,.ecom-core.ecom-nrzh2aucgu .element__featured a{font-size: 16px;font-weight: 400;line-height: 1.75em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-nrzh2aucgu .element__featured .element__featured--box-text{color: #848484;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nrzh2aucgu .element__featured .element__featured--box-title{font-size: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nrzh2aucgu .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-nrzh2aucgu .element__featured .element__featured--box-title{font-size: 18px;margin-bottom: 10px;}.ecom-core.ecom-nrzh2aucgu .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-nrzh2aucgu{padding-bottom: 0 !important;}.ecom-core.ecom-meg80v5mhxd .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-meg80v5mhxd .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-meg80v5mhxd .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-meg80v5mhxd .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-meg80v5mhxd .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 20px;}.ecom-core.ecom-meg80v5mhxd .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-meg80v5mhxd .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-meg80v5mhxd .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-meg80v5mhxd .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-meg80v5mhxd .element__featured .element__featured--box{text-align: left;justify-content: flex-start;}.ecom-core.ecom-meg80v5mhxd .ecom-image-default{width: 68px !important;}.ecom-core.ecom-meg80v5mhxd .element__featured .element__featured--box-img img,.ecom-core.ecom-meg80v5mhxd .element__featured .element__featured--box-img picture{height: 68px !important;}.ecom-core.ecom-meg80v5mhxd .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-meg80v5mhxd .element__featured .element__featured--box-img{margin-bottom: 30px;}.ecom-core.ecom-meg80v5mhxd .element__featured .element__featured--box-title{font-size: 20px;font-weight: 500;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000000;margin-bottom: 5px;}.ecom-core.ecom-meg80v5mhxd .element__featured .element__featured--box-text,.ecom-core.ecom-meg80v5mhxd .element__featured a{font-size: 16px;font-weight: 400;line-height: 1.75em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-meg80v5mhxd .element__featured .element__featured--box-text{color: #848484;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-meg80v5mhxd .element__featured .element__featured--box-title{font-size: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-meg80v5mhxd .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-meg80v5mhxd .element__featured .element__featured--box-title{font-size: 18px;margin-bottom: 10px;}.ecom-core.ecom-meg80v5mhxd .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-meg80v5mhxd{padding-bottom: 0 !important;}.ecom-core.ecom-2n6oyuyw5j .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-2n6oyuyw5j .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-2n6oyuyw5j .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2n6oyuyw5j .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-2n6oyuyw5j .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 20px;}.ecom-core.ecom-2n6oyuyw5j .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2n6oyuyw5j .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-2n6oyuyw5j .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-2n6oyuyw5j .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-2n6oyuyw5j .element__featured .element__featured--box{text-align: left;justify-content: flex-start;}.ecom-core.ecom-2n6oyuyw5j .ecom-image-default{width: 68px !important;}.ecom-core.ecom-2n6oyuyw5j .element__featured .element__featured--box-img img,.ecom-core.ecom-2n6oyuyw5j .element__featured .element__featured--box-img picture{height: 68px !important;}.ecom-core.ecom-2n6oyuyw5j .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-2n6oyuyw5j .element__featured .element__featured--box-img{margin-bottom: 30px;}.ecom-core.ecom-2n6oyuyw5j .element__featured .element__featured--box-title{font-size: 20px;font-weight: 500;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000000;margin-bottom: 5px;}.ecom-core.ecom-2n6oyuyw5j .element__featured .element__featured--box-text,.ecom-core.ecom-2n6oyuyw5j .element__featured a{font-size: 16px;font-weight: 400;line-height: 1.75em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-2n6oyuyw5j .element__featured .element__featured--box-text{color: #848484;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2n6oyuyw5j .element__featured .element__featured--box-title{font-size: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2n6oyuyw5j .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-2n6oyuyw5j .element__featured .element__featured--box-title{font-size: 18px;margin-bottom: 10px;}.ecom-core.ecom-2n6oyuyw5j .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-2n6oyuyw5j{padding-bottom: 0 !important;}.ecom-core.ecom-6mdlbwgkxbe .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-6mdlbwgkxbe .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-6mdlbwgkxbe .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6mdlbwgkxbe .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-6mdlbwgkxbe .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 20px;}.ecom-core.ecom-6mdlbwgkxbe .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6mdlbwgkxbe .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-6mdlbwgkxbe .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-6mdlbwgkxbe .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-6mdlbwgkxbe .element__featured .element__featured--box{text-align: left;justify-content: flex-start;}.ecom-core.ecom-6mdlbwgkxbe .ecom-image-default{width: 68px !important;}.ecom-core.ecom-6mdlbwgkxbe .element__featured .element__featured--box-img img,.ecom-core.ecom-6mdlbwgkxbe .element__featured .element__featured--box-img picture{height: 68px !important;}.ecom-core.ecom-6mdlbwgkxbe .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-6mdlbwgkxbe .element__featured .element__featured--box-img{margin-bottom: 30px;}.ecom-core.ecom-6mdlbwgkxbe .element__featured .element__featured--box-title{font-size: 20px;font-weight: 500;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #000000;margin-bottom: 5px;}.ecom-core.ecom-6mdlbwgkxbe .element__featured .element__featured--box-text,.ecom-core.ecom-6mdlbwgkxbe .element__featured a{font-size: 16px;font-weight: 400;line-height: 1.75em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}.ecom-core.ecom-6mdlbwgkxbe .element__featured .element__featured--box-text{color: #848484;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-6mdlbwgkxbe .element__featured .element__featured--box-title{font-size: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-6mdlbwgkxbe .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-6mdlbwgkxbe .element__featured .element__featured--box-title{font-size: 18px;margin-bottom: 10px;}.ecom-core.ecom-6mdlbwgkxbe .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;}}.ecom-core.ecom-6mdlbwgkxbe{padding-bottom: 0 !important;}.ecom-core.ecom-4b8aem1zh6h .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-4b8aem1zh6h .element__heading .ecom__heading,.ecom-core.ecom-4b8aem1zh6h .element__heading .ecom__heading a{font-weight: 600;font-size: 28px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;font-family: 'Assistant', sans-serif;}.ecom-core.ecom-4b8aem1zh6h  .element__heading .ecom__heading,.ecom-core.ecom-4b8aem1zh6h  .element__heading .ecom__heading a{color: #011624;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4b8aem1zh6h .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-4b8aem1zh6h .element__heading .ecom__heading,.ecom-core.ecom-4b8aem1zh6h .element__heading .ecom__heading a{font-size: 25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4b8aem1zh6h .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-4b8aem1zh6h .element__heading .ecom__heading,.ecom-core.ecom-4b8aem1zh6h .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-4b8aem1zh6h{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4b8aem1zh6h{padding-bottom: 0 !important;}}.ecom-core.ecom-elrioeqx81s>div.core__row--columns{max-width: 1520px;}.ecom-core.ecom-elrioeqx81s{background-color: #f9f9f9;}.ecom-core.ecom-elrioeqx81s{padding-right: 25px !important;padding-left: 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-elrioeqx81s{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-elrioeqx81s{padding-right: 0px !important;padding-left: 0px !important;}}
.ecom-core.ecom-92fr5upgwi4{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-92fr5upgwi4{width: 100%;}}html body .ecom-core.ecom-dy0vmlvgyb .ecom-core.ecom-92fr5upgwi4>div.core__column--wrapper{padding-top: 7px !important;}.ecom-core.ecom-poffccnitd9>div.core__row--columns{height: auto;}.ecom-core.ecom-poffccnitd9>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 400px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-poffccnitd9>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 400px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-poffccnitd9>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 300px;}}.ecom-core.ecom-poffccnitd9{background: url('/cdn/shop/files/ceiling-1.jpg?v=1750338254') no-repeat scroll center center/cover #fff;border-style: solid;border-width: 1px;border-color: #E6E6E6;box-shadow: 0px 4px 15px 0 rgba(180, 180, 180, 0.2);}.ecom-core.ecom-poffccnitd9>div.ecom-section__overlay>.ecom-overlay{background-color: rgba(0, 0, 0, 0.23);}.ecom-core.ecom-poffccnitd9,.ecom-core.ecom-poffccnitd9 >div.ecom-section__overlay .ecom-overlay{border-radius: 10px;}.ecom-core.ecom-poffccnitd9{padding: 100px !important;margin: 0px !important;animation-duration: 800ms !important;}.ecom-core.ecom-poffccnitd9.ecom-animated{animation-duration: 800ms !important;animation-delay: 800ms;transition-delay: 800ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-poffccnitd9{padding: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-poffccnitd9{padding: 0px !important;}}.ecom-core.ecom-qst7ekxt3q{width: 100.00%;}.ecom-core.ecom-qst7ekxt3q>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-qst7ekxt3q>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-qst7ekxt3q{width: 100%;}}.ecom-core.ecom-qno75io4zj .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-qno75io4zj .element__heading .ecom__heading,.ecom-core.ecom-qno75io4zj .element__heading .ecom__heading a{font-weight: 500;font-size: 48px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;font-family: 'Cormorant Garamond', sans-serif;}.ecom-core.ecom-qno75io4zj  .element__heading .ecom__heading,.ecom-core.ecom-qno75io4zj  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qno75io4zj .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-qno75io4zj .element__heading .ecom__heading,.ecom-core.ecom-qno75io4zj .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qno75io4zj .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-qno75io4zj .element__heading .ecom__heading,.ecom-core.ecom-qno75io4zj .element__heading .ecom__heading a{font-size: 35px;}}.ecom-core.ecom-qno75io4zj{padding-bottom: 0px !important;margin-top: 20px !important;animation-duration: 900ms !important;}.ecom-core.ecom-qno75io4zj.ecom-animated{animation-duration: 900ms !important;animation-delay: 900ms;transition-delay: 900ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qno75io4zj{padding-bottom: 0 !important;}}.ecom-core.ecom-0fhnr1g8anql .ecom-text--more-actions button ,.ecom-core.ecom-0fhnr1g8anql .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-0fhnr1g8anql .text-content,.ecom-core.ecom-0fhnr1g8anql  .text-content a,.ecom-core.ecom-0fhnr1g8anql  .text-content p,.ecom-core.ecom-0fhnr1g8anql  .text-content span{text-align: center;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-0fhnr1g8anql .text-content,.ecom-core.ecom-0fhnr1g8anql .text-content a,.ecom-core.ecom-0fhnr1g8anql  .text-content a,.ecom-core.ecom-0fhnr1g8anql  .text-content a a,.ecom-core.ecom-0fhnr1g8anql  .text-content p,.ecom-core.ecom-0fhnr1g8anql  .text-content p a,.ecom-core.ecom-0fhnr1g8anql  .text-content span,.ecom-core.ecom-0fhnr1g8anql  .text-content span a{font-size: 14px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-0fhnr1g8anql .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-0fhnr1g8anql .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-0fhnr1g8anql .text-content,.ecom-core.ecom-0fhnr1g8anql .text-content a,.ecom-core.ecom-0fhnr1g8anql  .text-content a,.ecom-core.ecom-0fhnr1g8anql  .text-content a a,.ecom-core.ecom-0fhnr1g8anql  .text-content p,.ecom-core.ecom-0fhnr1g8anql  .text-content p a,.ecom-core.ecom-0fhnr1g8anql  .text-content span,.ecom-core.ecom-0fhnr1g8anql  .text-content span a{font-size: 15px;}}.ecom-core.ecom-0fhnr1g8anql{padding-bottom: 0 !important;animation-duration: 800ms !important;}.ecom-core.ecom-0fhnr1g8anql.ecom-animated{animation-duration: 800ms !important;animation-delay: 800ms;transition-delay: 800ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0fhnr1g8anql{padding-bottom: 0 !important;}}.ecom-core.ecom-dy0vmlvgyb>div.core__row--columns{max-width: 1520px;height: auto;}.ecom-core.ecom-dy0vmlvgyb{background-color: #f9f9f9;}.ecom-core.ecom-dy0vmlvgyb{padding-right: 35px !important;padding-bottom: 0 !important;padding-left: 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dy0vmlvgyb{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dy0vmlvgyb{padding-right: 0px !important;padding-left: 0px !important;}}
.ecom-core.ecom-iod18i05mg9{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-iod18i05mg9{width: 100%;}}html body .ecom-core.ecom-y9uuf991kzo .ecom-core.ecom-iod18i05mg9>div.core__column--wrapper{padding-top: 7px !important;}.ecom-core.ecom-3visvnlu2s2>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-3visvnlu2s2{background-color: #fff;border-style: solid;border-width: 1px;border-color: #E6E6E6;box-shadow: 0px 4px 15px 0 rgba(180, 180, 180, 0.2);}.ecom-core.ecom-3visvnlu2s2,.ecom-core.ecom-3visvnlu2s2 >div.ecom-section__overlay .ecom-overlay{border-radius: 10px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3visvnlu2s2{padding: 0px !important;}.ecom-core.ecom-3visvnlu2s2 > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3visvnlu2s2{padding: 0px !important;}.ecom-core.ecom-3visvnlu2s2 > div.core__row--columns{flex-direction: column-reverse !important;}}.ecom-core.ecom-pb2zznjqgwm{width: 50.00%;}.ecom-core.ecom-pb2zznjqgwm>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-pb2zznjqgwm>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: flex-start;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pb2zznjqgwm{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pb2zznjqgwm{width: 100%;}}.ecom-core.ecom-xdlf9dxzdpa .ecom-image-align{align-items: flex-end;}.ecom-core.ecom-xdlf9dxzdpa .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture img{object-fit: fill;}.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture > img{border-radius: 0px 10px 10px 0px;overflow: hidden;}.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xdlf9dxzdpa .ecom-image-align{align-items: flex-start;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture .ecom-image-default,.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture  > picture,.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image .ecom-image-picture > img{border-top-left-radius: 10px;border-bottom-right-radius: 0px;overflow: hidden;}}.ecom-core.ecom-xdlf9dxzdpa{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xdlf9dxzdpa{padding-bottom: 0 !important;}} .ecom-core.ecom-xdlf9dxzdpa,.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image{
    height: 100%;
}
.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image *{
    height: 100%;
}
.ecom-core.ecom-xdlf9dxzdpa .ecom-base-image img{
    object-position: left;
}.ecom-core.ecom-jqo7wmyktyr{width: 50.00%;}.ecom-core.ecom-jqo7wmyktyr>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}.ecom-core.ecom-jqo7wmyktyr>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-jqo7wmyktyr{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jqo7wmyktyr{width: 100%;}}html body .ecom-core.ecom-y9uuf991kzo .ecom-core.ecom-jqo7wmyktyr>div.core__column--wrapper{padding: 120px 50px 120px 65px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-y9uuf991kzo .ecom-core.ecom-jqo7wmyktyr>div.core__column--wrapper{padding: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-y9uuf991kzo .ecom-core.ecom-jqo7wmyktyr>div.core__column--wrapper{padding: 35px 15px 35px 15px !important;}}.ecom-core.ecom-jp5ysm5dspj .ecom-text--more-actions button ,.ecom-core.ecom-jp5ysm5dspj .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-jp5ysm5dspj .text-content,.ecom-core.ecom-jp5ysm5dspj  .text-content a,.ecom-core.ecom-jp5ysm5dspj  .text-content p,.ecom-core.ecom-jp5ysm5dspj  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-jp5ysm5dspj .text-content,.ecom-core.ecom-jp5ysm5dspj .text-content a,.ecom-core.ecom-jp5ysm5dspj  .text-content a,.ecom-core.ecom-jp5ysm5dspj  .text-content a a,.ecom-core.ecom-jp5ysm5dspj  .text-content p,.ecom-core.ecom-jp5ysm5dspj  .text-content p a,.ecom-core.ecom-jp5ysm5dspj  .text-content span,.ecom-core.ecom-jp5ysm5dspj  .text-content span a{font-size: 16px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.7em;letter-spacing: 0px;}.ecom-core.ecom-jp5ysm5dspj .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-jp5ysm5dspj .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-jp5ysm5dspj .text-content,.ecom-core.ecom-jp5ysm5dspj  .text-content a,.ecom-core.ecom-jp5ysm5dspj  .text-content p,.ecom-core.ecom-jp5ysm5dspj  .text-content span{text-align: center;}}.ecom-core.ecom-jp5ysm5dspj{margin-top: 20px !important;padding-bottom: 0px !important;}.ecom-core.ecom-cgy6uysk12g .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-cgy6uysk12g .element__heading .ecom__heading,.ecom-core.ecom-cgy6uysk12g .element__heading .ecom__heading a{font-weight: 600;font-size: 38px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;font-family: 'Cormorant Garamond', sans-serif;}.ecom-core.ecom-cgy6uysk12g  .element__heading .ecom__heading,.ecom-core.ecom-cgy6uysk12g  .element__heading .ecom__heading a{color: #011624;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-cgy6uysk12g .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-cgy6uysk12g .element__heading .ecom__heading,.ecom-core.ecom-cgy6uysk12g .element__heading .ecom__heading a{font-size: 25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cgy6uysk12g .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-cgy6uysk12g .element__heading .ecom__heading,.ecom-core.ecom-cgy6uysk12g .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-cgy6uysk12g{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-cgy6uysk12g{padding-bottom: 0 !important;}}.ecom-core.ecom-y9uuf991kzo>div.core__row--columns{max-width: 1520px;}.ecom-core.ecom-y9uuf991kzo{background-color: #f9f9f9;}.ecom-core.ecom-y9uuf991kzo{padding-right: 35px !important;padding-left: 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-y9uuf991kzo{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y9uuf991kzo{padding-right: 0px !important;padding-left: 0px !important;}}
.ecom-core.ecom-p3ddbx4aucl{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p3ddbx4aucl{width: 100%;}}html body .ecom-core.ecom-2b7hu7r44au .ecom-core.ecom-p3ddbx4aucl>div.core__column--wrapper{padding-top: 7px !important;}.ecom-core.ecom-qe47n9f5q5{background-color: #fff;border-style: solid;border-width: 1px;border-color: #E6E6E6;box-shadow: 0px 4px 15px 0 rgba(180, 180, 180, 0.2);}.ecom-core.ecom-qe47n9f5q5,.ecom-core.ecom-qe47n9f5q5 >div.ecom-section__overlay .ecom-overlay{border-radius: 10px;}.ecom-core.ecom-qe47n9f5q5{padding: 15px !important;margin-top: 4px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qe47n9f5q5{padding: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qe47n9f5q5{padding: 15px 0px 15px 0px !important;}}.ecom-core.ecom-b7eaxpfzev{width: 100%;}.ecom-core.ecom-b7eaxpfzev>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b7eaxpfzev{width: 100%;}}.ecom-core.ecom-o1hjciysxls>div.core__row--columns{max-width: 1000px;}.ecom-core.ecom-o1hjciysxls{margin-top: 25px !important;margin-bottom: 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-o1hjciysxls{margin-bottom: 0px !important;}}.ecom-core.ecom-cuqolwt9sb7{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cuqolwt9sb7{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-2b7hu7r44au .ecom-core.ecom-cuqolwt9sb7>div.core__column--wrapper{padding: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-2b7hu7r44au .ecom-core.ecom-cuqolwt9sb7>div.core__column--wrapper{padding: 0px !important;}}.ecom-core.ecom-ri4ur43nsb8 .ecom-text--more-actions button ,.ecom-core.ecom-ri4ur43nsb8 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ri4ur43nsb8 .text-content,.ecom-core.ecom-ri4ur43nsb8  .text-content a,.ecom-core.ecom-ri4ur43nsb8  .text-content p,.ecom-core.ecom-ri4ur43nsb8  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-ri4ur43nsb8 .text-content,.ecom-core.ecom-ri4ur43nsb8 .text-content a,.ecom-core.ecom-ri4ur43nsb8  .text-content a,.ecom-core.ecom-ri4ur43nsb8  .text-content a a,.ecom-core.ecom-ri4ur43nsb8  .text-content p,.ecom-core.ecom-ri4ur43nsb8  .text-content p a,.ecom-core.ecom-ri4ur43nsb8  .text-content span,.ecom-core.ecom-ri4ur43nsb8  .text-content span a{font-size: 14px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.7em;letter-spacing: 0px;}.ecom-core.ecom-ri4ur43nsb8 .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ri4ur43nsb8 .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ri4ur43nsb8{margin-top: 15px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ri4ur43nsb8{margin-bottom: 5px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ri4ur43nsb8{margin-bottom: 5px !important;}}.ecom-core.ecom-83snjrfgtno .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-83snjrfgtno .element__heading .ecom__heading,.ecom-core.ecom-83snjrfgtno .element__heading .ecom__heading a{font-weight: 500;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-83snjrfgtno  .element__heading .ecom__heading,.ecom-core.ecom-83snjrfgtno  .element__heading .ecom__heading a{color: #011624;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-83snjrfgtno .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-83snjrfgtno .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-83snjrfgtno .element__heading .ecom__heading,.ecom-core.ecom-83snjrfgtno .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-83snjrfgtno{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-83snjrfgtno{padding-bottom: 0 !important;}}.ecom-core.ecom-9suf0jit6uo .ecom-text--more-actions button ,.ecom-core.ecom-9suf0jit6uo .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-9suf0jit6uo .text-content,.ecom-core.ecom-9suf0jit6uo  .text-content a,.ecom-core.ecom-9suf0jit6uo  .text-content p,.ecom-core.ecom-9suf0jit6uo  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-9suf0jit6uo .text-content,.ecom-core.ecom-9suf0jit6uo .text-content a,.ecom-core.ecom-9suf0jit6uo  .text-content a,.ecom-core.ecom-9suf0jit6uo  .text-content a a,.ecom-core.ecom-9suf0jit6uo  .text-content p,.ecom-core.ecom-9suf0jit6uo  .text-content p a,.ecom-core.ecom-9suf0jit6uo  .text-content span,.ecom-core.ecom-9suf0jit6uo  .text-content span a{font-size: 14px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.7em;letter-spacing: 0px;}.ecom-core.ecom-9suf0jit6uo .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-9suf0jit6uo .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-9suf0jit6uo{margin-top: 15px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9suf0jit6uo{margin-bottom: 5px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9suf0jit6uo{margin-bottom: 5px !important;}}.ecom-core.ecom-qknei5socy .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-qknei5socy .element__heading .ecom__heading,.ecom-core.ecom-qknei5socy .element__heading .ecom__heading a{font-weight: 500;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-qknei5socy  .element__heading .ecom__heading,.ecom-core.ecom-qknei5socy  .element__heading .ecom__heading a{color: #011624;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qknei5socy .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qknei5socy .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-qknei5socy .element__heading .ecom__heading,.ecom-core.ecom-qknei5socy .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-qknei5socy{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qknei5socy{padding-bottom: 0 !important;}}.ecom-core.ecom-whdhznev9xf .ecom-text--more-actions button ,.ecom-core.ecom-whdhznev9xf .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-whdhznev9xf .text-content,.ecom-core.ecom-whdhznev9xf  .text-content a,.ecom-core.ecom-whdhznev9xf  .text-content p,.ecom-core.ecom-whdhznev9xf  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-whdhznev9xf .text-content,.ecom-core.ecom-whdhznev9xf .text-content a,.ecom-core.ecom-whdhznev9xf  .text-content a,.ecom-core.ecom-whdhznev9xf  .text-content a a,.ecom-core.ecom-whdhznev9xf  .text-content p,.ecom-core.ecom-whdhznev9xf  .text-content p a,.ecom-core.ecom-whdhznev9xf  .text-content span,.ecom-core.ecom-whdhznev9xf  .text-content span a{font-size: 14px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.7em;letter-spacing: 0px;}.ecom-core.ecom-whdhznev9xf .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-whdhznev9xf .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-whdhznev9xf{margin-top: 15px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-whdhznev9xf{margin-bottom: 5px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-whdhznev9xf{margin-bottom: 5px !important;}}.ecom-core.ecom-2fkcc6vvfov .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-2fkcc6vvfov .element__heading .ecom__heading,.ecom-core.ecom-2fkcc6vvfov .element__heading .ecom__heading a{font-weight: 500;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-2fkcc6vvfov  .element__heading .ecom__heading,.ecom-core.ecom-2fkcc6vvfov  .element__heading .ecom__heading a{color: #011624;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2fkcc6vvfov .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2fkcc6vvfov .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-2fkcc6vvfov .element__heading .ecom__heading,.ecom-core.ecom-2fkcc6vvfov .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-2fkcc6vvfov{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2fkcc6vvfov{padding-bottom: 0 !important;}}.ecom-core.ecom-f8cto79y9j .ecom-text--more-actions button ,.ecom-core.ecom-f8cto79y9j .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-f8cto79y9j .text-content,.ecom-core.ecom-f8cto79y9j  .text-content a,.ecom-core.ecom-f8cto79y9j  .text-content p,.ecom-core.ecom-f8cto79y9j  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-f8cto79y9j .text-content,.ecom-core.ecom-f8cto79y9j .text-content a,.ecom-core.ecom-f8cto79y9j  .text-content a,.ecom-core.ecom-f8cto79y9j  .text-content a a,.ecom-core.ecom-f8cto79y9j  .text-content p,.ecom-core.ecom-f8cto79y9j  .text-content p a,.ecom-core.ecom-f8cto79y9j  .text-content span,.ecom-core.ecom-f8cto79y9j  .text-content span a{font-size: 14px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.7em;letter-spacing: 0px;}.ecom-core.ecom-f8cto79y9j .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-f8cto79y9j .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-f8cto79y9j{margin-top: 15px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-f8cto79y9j{margin-bottom: 5px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-f8cto79y9j{margin-bottom: 5px !important;}}.ecom-core.ecom-si653cly68 .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-si653cly68 .element__heading .ecom__heading,.ecom-core.ecom-si653cly68 .element__heading .ecom__heading a{font-weight: 500;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-si653cly68  .element__heading .ecom__heading,.ecom-core.ecom-si653cly68  .element__heading .ecom__heading a{color: #011624;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-si653cly68 .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-si653cly68 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-si653cly68 .element__heading .ecom__heading,.ecom-core.ecom-si653cly68 .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-si653cly68{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-si653cly68{padding-bottom: 0 !important;}}.ecom-core.ecom-vsvb8974x5o .ecom-text--more-actions button ,.ecom-core.ecom-vsvb8974x5o .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-vsvb8974x5o .text-content,.ecom-core.ecom-vsvb8974x5o  .text-content a,.ecom-core.ecom-vsvb8974x5o  .text-content p,.ecom-core.ecom-vsvb8974x5o  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-vsvb8974x5o .text-content,.ecom-core.ecom-vsvb8974x5o .text-content a,.ecom-core.ecom-vsvb8974x5o  .text-content a,.ecom-core.ecom-vsvb8974x5o  .text-content a a,.ecom-core.ecom-vsvb8974x5o  .text-content p,.ecom-core.ecom-vsvb8974x5o  .text-content p a,.ecom-core.ecom-vsvb8974x5o  .text-content span,.ecom-core.ecom-vsvb8974x5o  .text-content span a{font-size: 14px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.7em;letter-spacing: 0px;}.ecom-core.ecom-vsvb8974x5o .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-vsvb8974x5o .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-vsvb8974x5o{margin-top: 15px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-vsvb8974x5o{margin-bottom: 5px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-vsvb8974x5o{margin-bottom: 5px !important;}}.ecom-core.ecom-9qvfat9qifh .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-9qvfat9qifh .element__heading .ecom__heading,.ecom-core.ecom-9qvfat9qifh .element__heading .ecom__heading a{font-weight: 500;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-9qvfat9qifh  .element__heading .ecom__heading,.ecom-core.ecom-9qvfat9qifh  .element__heading .ecom__heading a{color: #011624;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9qvfat9qifh .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9qvfat9qifh .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-9qvfat9qifh .element__heading .ecom__heading,.ecom-core.ecom-9qvfat9qifh .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-9qvfat9qifh{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9qvfat9qifh{padding-bottom: 0 !important;}}.ecom-core.ecom-qrxif2ztmpt .ecom-text--more-actions button ,.ecom-core.ecom-qrxif2ztmpt .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-qrxif2ztmpt .text-content,.ecom-core.ecom-qrxif2ztmpt  .text-content a,.ecom-core.ecom-qrxif2ztmpt  .text-content p,.ecom-core.ecom-qrxif2ztmpt  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-qrxif2ztmpt .text-content,.ecom-core.ecom-qrxif2ztmpt .text-content a,.ecom-core.ecom-qrxif2ztmpt  .text-content a,.ecom-core.ecom-qrxif2ztmpt  .text-content a a,.ecom-core.ecom-qrxif2ztmpt  .text-content p,.ecom-core.ecom-qrxif2ztmpt  .text-content p a,.ecom-core.ecom-qrxif2ztmpt  .text-content span,.ecom-core.ecom-qrxif2ztmpt  .text-content span a{font-size: 14px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.7em;letter-spacing: 0px;}.ecom-core.ecom-qrxif2ztmpt .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-qrxif2ztmpt .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-qrxif2ztmpt{margin-top: 15px !important;margin-bottom: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qrxif2ztmpt{margin-bottom: 5px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qrxif2ztmpt{margin-bottom: 5px !important;}}.ecom-core.ecom-hscqkmup5h .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-hscqkmup5h .element__heading .ecom__heading,.ecom-core.ecom-hscqkmup5h .element__heading .ecom__heading a{font-weight: 500;font-size: 20px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-hscqkmup5h  .element__heading .ecom__heading,.ecom-core.ecom-hscqkmup5h  .element__heading .ecom__heading a{color: #011624;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hscqkmup5h .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hscqkmup5h .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-hscqkmup5h .element__heading .ecom__heading,.ecom-core.ecom-hscqkmup5h .element__heading .ecom__heading a{font-size: 16px;}}.ecom-core.ecom-hscqkmup5h{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hscqkmup5h{padding-bottom: 0 !important;}}.ecom-core.ecom-tegsemanr8o .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-tegsemanr8o .element__heading .ecom__heading,.ecom-core.ecom-tegsemanr8o .element__heading .ecom__heading a{font-weight: 500;font-size: 24px;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;font-family: 'Cormorant Garamond', sans-serif;}.ecom-core.ecom-tegsemanr8o  .element__heading .ecom__heading,.ecom-core.ecom-tegsemanr8o  .element__heading .ecom__heading a{color: #011624;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tegsemanr8o .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tegsemanr8o .element__heading .ecom__heading{text-align: left;}}.ecom-core.ecom-tegsemanr8o{padding-bottom: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tegsemanr8o{padding-bottom: 0 !important;}}.ecom-core.ecom-2b7hu7r44au>div.core__row--columns{max-width: 1520px;}.ecom-core.ecom-2b7hu7r44au{background-color: #f9f9f9;}.ecom-core.ecom-2b7hu7r44au{padding-right: 35px !important;padding-left: 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2b7hu7r44au{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2b7hu7r44au{padding-right: 0px !important;padding-left: 0px !important;}}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.ecom-core.ecom-1l49em0kh29{width: 100.00%;}.ecom-core.ecom-1l49em0kh29>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: flex-end;}.ecom-core.ecom-1l49em0kh29>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-1l49em0kh29{width: 100%;}}.ecom-core.ecom-ue02z8gecf9{margin-bottom: 75px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ue02z8gecf9{margin-bottom: 60px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ue02z8gecf9{padding-bottom: 0px !important;margin-bottom: 50px !important;}}.ecom-core.ecom-bc35jp7943j{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bc35jp7943j{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-p3yand5kmbs .ecom-core.ecom-bc35jp7943j>div.core__column--wrapper{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-x5cw0slmnw .ecom-text--more-actions button ,.ecom-core.ecom-x5cw0slmnw .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-x5cw0slmnw .text-content,.ecom-core.ecom-x5cw0slmnw  .text-content a,.ecom-core.ecom-x5cw0slmnw  .text-content p,.ecom-core.ecom-x5cw0slmnw  .text-content span{text-align: left;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-x5cw0slmnw .text-content,.ecom-core.ecom-x5cw0slmnw .text-content a,.ecom-core.ecom-x5cw0slmnw  .text-content a,.ecom-core.ecom-x5cw0slmnw  .text-content a a,.ecom-core.ecom-x5cw0slmnw  .text-content p,.ecom-core.ecom-x5cw0slmnw  .text-content p a,.ecom-core.ecom-x5cw0slmnw  .text-content span,.ecom-core.ecom-x5cw0slmnw  .text-content span a{font-size: 20px;font-weight: 500;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.4em;letter-spacing: -0.03em;}.ecom-core.ecom-x5cw0slmnw .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-x5cw0slmnw .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-x5cw0slmnw .ecom-text_view-less-btn{text-decoration: underline;color: #ffffff;background-color: #0691b1;border-radius: 2px;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-x5cw0slmnw .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-x5cw0slmnw .text-content,.ecom-core.ecom-x5cw0slmnw  .text-content a,.ecom-core.ecom-x5cw0slmnw  .text-content p,.ecom-core.ecom-x5cw0slmnw  .text-content span{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x5cw0slmnw .text-content,.ecom-core.ecom-x5cw0slmnw  .text-content a,.ecom-core.ecom-x5cw0slmnw  .text-content p,.ecom-core.ecom-x5cw0slmnw  .text-content span{text-align: center;}.ecom-core.ecom-x5cw0slmnw .text-content,.ecom-core.ecom-x5cw0slmnw .text-content a,.ecom-core.ecom-x5cw0slmnw  .text-content a,.ecom-core.ecom-x5cw0slmnw  .text-content a a,.ecom-core.ecom-x5cw0slmnw  .text-content p,.ecom-core.ecom-x5cw0slmnw  .text-content p a,.ecom-core.ecom-x5cw0slmnw  .text-content span,.ecom-core.ecom-x5cw0slmnw  .text-content span a{font-size: 15px;}}.ecom-core.ecom-x5cw0slmnw{margin-top: 15px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-x5cw0slmnw{margin-top: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-x5cw0slmnw{margin-top: 20px !important;}}.ecom-core.ecom-mjiryper1z .element__heading .ecom__heading{text-align: left;padding: 0px;margin: 0px;}.ecom-core.ecom-mjiryper1z .element__heading .ecom__heading,.ecom-core.ecom-mjiryper1z .element__heading .ecom__heading a{font-weight: 600;line-height: 1.2em;letter-spacing: -0.03em;font-size: 48px;text-transform: capitalize;font-style: normal;text-decoration: none;font-family: 'Cormorant Garamond', sans-serif;}.ecom-core.ecom-mjiryper1z  .element__heading .ecom__heading,.ecom-core.ecom-mjiryper1z  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mjiryper1z .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-mjiryper1z .element__heading .ecom__heading,.ecom-core.ecom-mjiryper1z .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mjiryper1z .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-mjiryper1z .element__heading .ecom__heading,.ecom-core.ecom-mjiryper1z .element__heading .ecom__heading a{font-size: 35px;}}.ecom-core.ecom-mjiryper1z{margin-top: 14px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mjiryper1z{padding-bottom: 0px !important;margin-top: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mjiryper1z{margin-top: 15px !important;}} @media(max-width:767px){
    .ecom-core.ecom-mjiryper1z .ecom__heading div{
        display: inline;
    }
}.ecom-core.ecom-0hb5ffgdsl5b .element__heading .ecom__heading{text-align: left;padding: 0px;margin: 0px;}.ecom-core.ecom-0hb5ffgdsl5b .element__heading .ecom__heading,.ecom-core.ecom-0hb5ffgdsl5b .element__heading .ecom__heading a{font-weight: 700;line-height: 1.2em;letter-spacing: 0px;font-size: 13px;text-transform: uppercase;font-style: normal;text-decoration: none;}.ecom-core.ecom-0hb5ffgdsl5b  .element__heading .ecom__heading,.ecom-core.ecom-0hb5ffgdsl5b  .element__heading .ecom__heading a{color: #ffffff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0hb5ffgdsl5b .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-0hb5ffgdsl5b .element__heading .ecom__heading,.ecom-core.ecom-0hb5ffgdsl5b .element__heading .ecom__heading a{font-size: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0hb5ffgdsl5b .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-0hb5ffgdsl5b .element__heading .ecom__heading,.ecom-core.ecom-0hb5ffgdsl5b .element__heading .ecom__heading a{font-size: 14px;}}.ecom-core.ecom-0hb5ffgdsl5b{padding-bottom: 0 !important;animation-duration: 500ms !important;}.ecom-core.ecom-0hb5ffgdsl5b.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 500ms;transition-delay: 500ms;transition-property: opacity;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0hb5ffgdsl5b{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0hb5ffgdsl5b{padding-bottom: 0 !important;}} @media(max-width:767px){
    .ecom-core.ecom-0hb5ffgdsl5b .ecom__heading div{
        display: inline;
    }
}body .ecom-container-lightbox-ecom-2a9es4a1hzs .ecom-modal-box__content{width: 800px;height: 458px;}@media screen and (max-width: 767px) and (min-width: 101px){body .ecom-container-lightbox-ecom-2a9es4a1hzs .ecom-modal-box__content{height: 200px;}}.ecom-core.ecom-2a9es4a1hzs .ecom-element__lightbox-container{justify-content: center;margin: 0px;padding: 0px;}body .ecom-container-lightbox-ecom-2a9es4a1hzs .ecom-modal-box__content{font-size: 14px;background-color: #fcfcfc;border-radius: 10px;overflow: hidden;padding: 15px;}.ecom-core.ecom-2a9es4a1hzs .ecom-elements__lightbox-button{width: 64px;height: 64px;min-height: 64px;color: #000;background-color: transparent;border-style: solid;border-width: 2px;border-color: #fff;border-radius: 50px;transition-duration: 600ms;;;padding: 10px 20px 10px 25px;}.ecom-core.ecom-2a9es4a1hzs .ecom-elements__lightbox-button:hover{transform: scale(0.9);}body .ecom-container-lightbox-ecom-2a9es4a1hzs .ecom-elements__lightbox-content-heading,body .ecom-container-lightbox-ecom-2a9es4a1hzs .ecom-elements__lightbox-content-heading a{font-size: 16px;font-weight: 500;}body .ecom-container-lightbox-ecom-2a9es4a1hzs .ecom-elements__lightbox-content-heading{color: #000;}.ecom-core.ecom-2a9es4a1hzs .ecom-elements__lightbox-button-icon{color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-2a9es4a1hzs .ecom-elements__lightbox-button-icon svg{height: 24px;width: 24px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2a9es4a1hzs .ecom-elements__lightbox-button{width: 60px;height: 60px;min-height: 60px;padding: 8px;margin: 0px;}.ecom-core.ecom-2a9es4a1hzs .ecom-elements__lightbox-button-icon svg{height: 20px;width: 20px;}}@media screen and (min-width: 1025px) {.ecom-core.ecom-2a9es4a1hzs{margin-top: -32px !important;position: absolute;top: 50%;display: none;}}.ecom-core.ecom-2a9es4a1hzs.ecom-animated{animation-name: zoomIn;;animation-duration: .75s;;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2a9es4a1hzs{top: 100px;display: none;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2a9es4a1hzs{top: 90px;display: none;}}.ecom-core.ecom-p3yand5kmbs>div.core__row--columns{max-width: 1520px;height: auto;}.ecom-core.ecom-p3yand5kmbs>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 600px;}.ecom-core.ecom-p3yand5kmbs>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p3yand5kmbs>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 400px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p3yand5kmbs>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 400px;}}.ecom-core.ecom-p3yand5kmbs{background: url('/cdn/shop/files/ceiling-3.jpg?v=1750338264') no-repeat scroll center center/cover #fff;}.ecom-core.ecom-p3yand5kmbs>div.ecom-section__overlay>.ecom-overlay{background-color: rgba(20, 19, 19, 0.22);}.ecom-core.ecom-p3yand5kmbs{padding-right: 35px !important;padding-left: 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p3yand5kmbs{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p3yand5kmbs{padding: 0px !important;}}

div.ecom-builder[xid="ecom-builder"] .ec-related-none-demo{display:none !important;}
div.ecom-builder[xid="ecom-builder"] .ec-related-block-demo{display:block !important;}