/** Shopify CDN: Minification failed

Line 2653:0 Unexpected "}"
Line 2773:0 Unexpected "}"
Line 2889:0 Unexpected "}"
Line 3006:0 Unexpected "}"

**/
/* Publish by EComposer at 2025-08-05 02:53:17*//**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                .ecom-column__overlay .ecom-overlay {
                    pointer-events: none;
                }

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

                @media only screen and (min-width: 768px) {
                    .ecom-column>.core__column--wrapper {
                        height: 100%;
                    }
                }
                /*.ecom-parallax-background {
                    background-size: cover;
                    width: 100%;
                    height: 100%;
                    transition: background-position 0.2s linear;
                    background-repeat: inherit !important;
                }*/
                .ecom-grid-item .ecom-row > .core__row--columns {
                    height: 100%;
                }
                .ecom-use-parallax {
                    background: unset !important;
                }
                .ecom-parallax-background {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    overflow: hidden;
                }
                .ecom-parallax-background img {
                    object-fit: cover;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%,0);
                    pointer-events: none;
                }
                .ecom-row {
                    width: 100%;
                    position: relative;
                }
                .ecom-video-background-youtube-wrapper {
                    overflow: hidden
                }
                .ecom-section__overlay > .ecom-overlay, .ecom-section__overlay .ecom-video-background-youtube, .ecom-video-background-youtube-wrapper{
                    position:absolute;
                    top:0;
                    left:0;
                    bottom:0;
                    right:0;
                }
                .ecom-row.ecom-section {
                    clear: both;
                }
                .ecom-row:hover {
                    z-index: 1;
                }
                .ecom-row>div.core__row--columns.core__row--full {
                    max-width: 100%;
                }
                @media (min-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { height: 300%; top: -100%; }
                }
                @media (max-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { width: 300%; left: -100%; }
                }
                @supports not (aspect-ratio: 16 / 9) {
                    .ecom-video-background-youtube:before {
                        display: block;
                        content: "";
                        width: 100%;
                        padding-top: 56.25%;
                    }
                    .ecom-video-background-youtube .ecom-video-background {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }
                    .ecom-video-background {
                        -o-object-fit: unset !important;
                        object-fit: unset !important;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-section__video-bg .ecom-video-background-youtube {
                        display: none;
                    }
                }
                
                    .ecom-base-image .ecom-container-image {
                        width: 100%;
                        height: 100% !important;
                    }
                    .image-resize {
                        width: auto !important;
                        max-width: 100% !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default picture {
                        height: var(--height-resize) !important;
                        width: var(--width-resize) !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default .ecom-image-picture img {
                        width: 100% !important;
                        height: 100% !important;
                    }
                    .ecom-container-image.resize .ecom-image-content-position.ecom-image-default.ecom-base-image-container-overlay{
                        width: var(--width-resize) !important;
                        user-select: none;
                        -ms-user-select: none;
                        -webkit-user-select: none;
                    }
                    .ecom-container-image.resize .ecom-image-picture * {
                        /*transition: none;*/
                        pointer-events: none;
                    }
                    .ecom-base-image.ecom-overlay > .ecom-overlay-text{
                        text-align:center
                    }
                    .ecom-image-align{
                        display:flex;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-picture{
                        overflow: hidden;
                        width:100%;
                        height:100%;
                    }
                    .ecom-base-image .ecom-image-picture img {
                        min-height: 1px;
                        object-position: var(--object-position);
                    }
                    .ecom-base-image picture {
                        overflow: hidden;
                        flex:1 1 auto;
                        min-height:1px;
                    }
                    .ecom-base-image picture img{
                        display: block;
                        max-width: 100%;
                        height: auto;
                        width: 100%;
                    }
                    .ecom-base-image figure{
                        display: flex;
                    }
                    .ecom-container-image{
                        display: flex;
                        flex-direction: column;
                        width:100%;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-content-position{
                        position: relative;
                    }
                    .ecom-base-image.ecom-overlay {
                        position: absolute;
                        z-index: 1;
                        opacity: 0.5;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                    }
                    .ecom-image__caption{
                        width:100%;
                    }
                    .ecom-base-image .ecom-image-picture, .ecom-base-image .ecom-image-picture img {
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay {
                        background-color: rgba(17, 24, 39, 0.3);
                    }
                    .ecom-base-image.image-highlight:after {
                        content: "";
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background: #000000bf;
                        z-index: 999;
                        opacity: 1;
                        pointer-events: none; /* for clickable thought overlay */
                    }
                    .ecom-base-image.image-highlight .ecom-container-image {
                        z-index: 1000;
                    }
                    .ecom-grid-item .ecom-base-image figure, .ecom-grid-item .ecom-base-image figure .ecom-image-content-position, .ecom-grid-item .ecom-base-image figure .ecom-image-content-position img {
                        height: 100%;
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image-mask .ecom-image-mask {
                        width: 100%;
                    }
                    @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);
                        }
                    }
                
                    .el__heading--tooltip-wrapper{
                        position: relative;
                        display: inline-block;
                    }
                    .el__heading--tooltip-wrapper svg{
                        width: 18px;
                        cursor: pointer;
                    }
                    .el__heading--tooltip-content{
                        line-height: 16px;
                        max-width: 200px;
                        position: absolute;
                        display: block;
                        width: max-content;
                        opacity: 0;
                        padding: 5px;
                        visibility: hidden;
                        font-size: 14px;
                        background-color: #545454;
                        color: #ffffff;
                        border-radius: 5px;
                        transition: .5s ease all;
                        z-index: 999;
                    }
                    .el__heading--tooltip-content.el__tooltip-tablet, .el__heading--tooltip-content.el__tooltip-mobile {
                        display: none;
                    }
                    .el__heading--tooltip-bottom{
                        left: 50%;
                        transform: translate(-50%, 10px);
                    }

                    .el__heading--tooltip-left{
                        transform: translate(-20px, -50%);
                        right: 100%;
                        top: 50%;
                    }
                    .el__heading--tooltip-top{
                        left: 50%;
                        bottom: 100%;
                        transform: translate(-50%, -10px);
                    }
                    .el__heading--tooltip-right {
                        top: 50%;
                        left: 100%;
                        transform: translate(20px, -50%);
                    }
                    .tooltip__arrow:before{
                        position: absolute;
                        content: '';
                        width: 8px;
                        height: 8px;
                        background: inherit;
                        z-index: -1;
                    }
                    .tooltip__arrow.el__heading--tooltip-bottom:before{
                        top: 0;
                        transform: translate(-50%, -50%) rotate(45deg);
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-top:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 0%;
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-right:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 50%;
                        left: 0%;
                    }
                    .tooltip__arrow.el__heading--tooltip-left:before{
                        transform: translate(50%,50%) rotate(45deg);
                        bottom: 50%;
                        right: 0%;
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-bottom, .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-top {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-50%, 0);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-left {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-15px, -50%);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-right {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(15px, -50%);
                    }
                    .ecom-type-hollow .ecom__heading {
                        text-shadow: var(--stroke) !important;
                        background: transparent !important;
                        -webkit-background-clip: unset !important;
                        -webkit-text-fill-color: unset !important;
                    }
                    .ecom-type-text_3d .ecom__heading {
                        text-shadow: var(--text_3d) !important;
                    }
                    .ecom-type-gradient .ecom__heading {
                        animation: var(--animation);
                    }
                    @keyframes gradientMove {
                        0% { background-position: 100% 100%; }
                        100% { background-position: 0% 0%; }
                    }
                    @media screen and (max-width: 1024px) {
                        .el__heading--tooltip-content.el__tooltip-desktop {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: block;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-mobile {
                            display: block;
                        }
                    }
                
                .element__divi{
                    /*padding:10px 0;*/
                    overflow:hidden;
                }
                .ecom__element-divi{
                    display:flex;
                }
                .divi-line{
                    /*margin:10px 0;*/
                    border:0;
                    border-bottom: 1px solid #D1D5DB;
                }
                .divi-cont{
                    position:relative;
                    z-index:1;
                    display:flex;
                    align-items:center;
                    transition: all .3s;
                    color: #818a91;
                    width:100%;
                }
                .divi-cont span{
                    display:flex;
                    white-space:nowrap;
                }
                .divi-cont-before{
                    display:block;
                    border:0;
                }
                .divi-cont-after{
                    display:block;
                    border:0;
                }
                .divi-style{
                    padding:0 !important;
                    border-bottom: 2px solid #D1D5DB;
                }
                .divi-cont>*{
                    margin:0;
                }
                .divi-cont svg{
                    width:36px;
                    height:auto;
}
                .line-style-zigzag .divi-line, .line-style-zigzag .divi-cont-before,.line-style-zigzag .divi-cont-after {
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);
                }
                .line-style-curly .divi-line, .line-style-curly .divi-cont-before, .line-style-curly .divi-cont-after{
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);

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

                }

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

                .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                    flex: var(--flex-desktop);
                    width: var(--divider-width);
                }
                @media(max-width: 1024px) {
                    .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                        flex: var(--flex-tablet);
                        width: var(--divider-width-tablet);
                    }
                }
                @media(max-width: 767px) {
                    .divi-cont-before.divi-style, .divi-cont-after.divi-style {
                        flex: var(--flex-mobile);
                        width: var(--divider-width-mobile);
                    }
                }
            
                .ecom__text--dropcap:first-letter {
                    font-size: 40px;
                    color: #2bcf19;
                    display:inline-flex;
                    border-style: solid;
                    border-width: 1px;
                    border-color: transparent;
                    float:left;
                    line-height:1;
                }
                .ecom__text--dropcap.has-drop-cap-view-default:first-letter {
                    border:none;
                }
                body[ecom-loaded] .ecom-sections .element__text a {
                    cursor: auto;
                }
                .text-content.ecom-html {
                    overflow: hidden;
                    position: relative;
                }

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

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

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

                .ecom-text_view-more-btn svg, .ecom-text_view-less-btn svg {
                    width: 16px;
                    color: #fff;
                }
                sub, sup{
                    position: relative;
                    font-size: 75%;
                    line-height: 0;
                    vertical-align: baseline;
                }
                sup{
                    top: -.5em;
                }
                sub{
                    bottom: -.25em;
                }
                .ecom-type-hollow .text-content {
                    text-shadow: var(--stroke) !important;
                    background: transparent !important;
                    -webkit-background-clip: unset !important;
                    -webkit-text-fill-color: unset !important;
                }
                .ecom-type-text_3d .text-content {
                    text-shadow: var(--text_3d) !important;
                }
                .ecom-type-gradient .text-content {
                    animation: var(--animation);
                }
                @keyframes gradientMove {
                    0% { background-position: 100% 100%; }
                    100% { background-position: 0% 0%; }
                }
            
                .ecom-shopify__newsletter-form-heading,.ecom-shopify__newsletter-form-paragraph
                {
                    text-align:center;
                }

                .ecom-shopify__newsletter-form {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    align-items: center;
                    margin: 0px auto;
                    gap: 5px;
                }
                .ecom-shopify__newsletter-form-field label {
                    display: none;
                }
                .ecom-shopify__newsletter-form-field--input {
                    background: #FFFFFF;
                    border: 1px solid #D1D5DB;
                    outline:none;
                    padding: 9px 13px;
                    border-radius:0;
                }
                .ecom-shopify__newsletter-form-field--textarea {
                    font-family: inherit;
                }
                .ecom-shopify__newsletter-form-field--input:focus{
                    border-color:rgba(5, 150, 105,1);
                    /*box-shadow:rgb(255, 255, 255) 0px 0px 0px 0px, rgba(5, 150, 105,1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;*/
                }
                .ecom-shopify__newsletter-form-field--input:focus-visible {
                    /*border : none;*/
                    outline : none;
                    box-shadow: none
                }
                    .ecom-shopify__newsletter-form-heading {
                        margin: 0;
                    }
                    .ecom-shopify__newsletter-form-paragraph {
                        margin-top : 12px;
                        font-size: 1.6rem;
                        line-height: 24px;
                    }
                     .ecome-shopify__newsletter__button {
                        border-radius:0;
                        background : rgba(5, 150, 105,1);
                        padding : 9px 17px;
                        color: #FFFFFF;
                        border: none;
                        cursor: pointer;
                        flex-direction: row;
                        display: flex;
                        align-items: center;
                    }
                    .ecome-shopify__newsletter__button:hover {
                       background-color: rgb(97 188 160);
                    }
                    .ecom-newsletter-form-content{
                        display:flex;
                        align-items:center;
                        justify-content: space-between;
                    }
                    .ecom-shopify__newsletter-form-success,
                    .ecom-shopify__newsletter-form-message{
                        width: 100%
                    }
                    .ecom-shopify__newsletter__button-icon svg {
                        width: 24px;
                        height: 24px;
                    }
                    .ecom-shopify__newsletter__verify {
                        width: 100%;
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                    }
                    .ecom-shopify__newsletter__verify-checkbox {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        height: 1.6rem;
                        width: 1.6rem !important;
                        flex-shrink: 0;
                        border: 1px solid #D1D5DB;
                        margin: 0;
                    }
                    .ecom-shopify__newsletter__verify-checkbox:checked {
                        border-color: transparent;
                        background-color: #059669;
                        background-size: 100% 100%;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
                    }
                    .ecom-shopify__newsletter__verify-label {
                        display: inline-block;
                        font-size: 14px;
                    }
                    .ecom-shopify__newsletter__verify-error {
                        width: 100%;
                    }
                    .ecom-shopify__newsletter-form-field--input[name='contact[note]']{
                        resize: vertical;
                    }
                    .ecom__form-field.ecom-html{
                        display: flex;
                        flex-direction: column;
                        align-items: self-start;
                    }
                    .ecom-core .ecom-newsletter-vertical .ecom__form-field .ecom-shopify__newsletter-form-field--input{
                        max-width: 100%;
                        width: 100%;
                    }
                    .ecom-core .ecom-newsletter-vertical .ecom-newsletter-form-content-wrap .ecom-newsletter-form-content.ecom-newsletter-content{
                        flex-direction: row;
                        max-width: 100%;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        row-gap: 10px;
                    }
                    .ecom-newsletter-vertical .ecome-shopify__newsletter_button-submit-wrapper{
                        display: flex;
                        justify-content: center;
                        width: 100%;
                    }
                    .ecom-ingrid-full-height .ecom-newsletter-form-content-wrap {
                        max-width: 100%;
                        width: 100%;
                    }
                    @media screen and (max-width : 640px) {
                        .ecom-newsletter-form-content{
                            flex-wrap:wrap;
                        }
                    }
            
                .element__featured .element__featured--box-icon{
                    display: flex;
                }
                .element__featured--wrapper {
                    display: grid;
                    width: 100%;
                }
                .element__featured--box {
                    text-align: center;
                    overflow:hidden;
                }

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

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

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

                    .ecom-accordion_nav--icon svg{
                        height:auto;
                    }
                    .ecom-accordion__body > div{
                        padding:0 !important;
                    }
                    .ecom-items-icon-active{
                        display:none;
                    }
                    .ecom-accordion_nav--icon.ecom-items--icon {
                      transition: all .2s ease;
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-accordion_nav--icon{
                        display:none
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-items-icon-active{
                        display:flex;
                    }
                    .ecom-accordion__wrapper .core__group--items{
                        display:flex;
                        flex-wrap:wrap;
                    }
                    .ecom-core .ecom-item-active > .ecom-accordion__body.ecom-accordion__body--auto-height,
                    .ecom-item-group-init.ecom-item-active > .ecom-accordion__body{
                        height:auto !important;
                    }
                    .ecom-items--icon[data-image="true"]{
                        display: none;
                    }
                
              .ecom-horizontal-align-left {
                text-align: left;
              }
              .ecom-horizontal-align-center {
                text-align: center;
              }
              .ecom-horizontal-align-right {
                text-align: right;
              }
              .ecom-horizontal-center {
                margin: 0 auto;
              }
              .ecom-horizontal-left {
                margin: 0 auto 0 0;
              }
              .ecom-horizontal-right {
                margin: 0 0 0 auto;
              }
              .ecom-banner__button {
                text-decoration: none;
                pointer-events: auto;
              }
              .ecom-banner__hzoom {
                position: relative;
                overflow: hidden;
              }

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

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

            
                    .ecom-element-button.ecom-button-default{
                        display:flex;
                    }
                    a.ecom__element--button{
                        display: inline-flex;
                        align-items: center;
                        text-decoration: none;
                        text-align:center
                    }
                    .ecom__element--button-icon{
                        display:inline-flex;
                        color:inherit;
                    }
                    .ecom__element--button-icon svg{
                        width:24px;
                        height:auto
                    }
                    .ecom-ingrid-full-height > a.ecom__element--button {
                        width: 100%;
                        height: 100%;
                    }
                
                .element__social {
                    display:flex;
                    flex-wrap:wrap;
                }
                .element__social-wrapper .element__social {
                    height: fit-content;
                }
                .ecom__element-social{
                    display:flex;
                    width:auto;
                    border-radius:4px;
                    border-width:0px;
                    border-style:solid;
                }
                .ecom__element-social .element-social-link{
                    display:flex;
                    align-items:center;
                    text-decoration: none;
                    width:100%;
                    justify-content:center;
                }
                .icon-border .element-social-link{
                    justify-content:flex-start;
                }
                .element-social-link.left{
                    flex-direction:row;
                }
                .element-social-link.right{
                    flex-direction:row-reverse;
                }
                .element-social-link span{
                    display:inline-flex;
                }
                .social-icon{
                    display:inline-flex;
                    color:white;
                    padding:10px;
                    border:0;
                    border-style:solid;
                    border-color:white;
                    height:100%;
                }
                .social-icon svg{
                    width:24px;
                    height:auto;
                    fill: currentColor;
                }
                .element-social-label{
                    flex:1;
                    justify-content:center;
                    text-align:center;
                    padding:7px 10px;
                    color:white;
                }
                .ecom__element-social a {

                }
                .ecom__element-social.facebook{
                    border-color:#3b5998;
                    background-color:#3b5998;
                }
                .ecom__element-social.twitter{
                    border-color:#000;
                    background-color:#000;
                }

                .ecom__element-social.linkedIn{
                    border-color:#0077b5;
                    background-color:#0077b5;
                }
                .ecom__element-social.pinterest{
                    border-color:#bd081c;
                    background-color:#bd081c;
                }
                .ecom__element-social.reddit{
                    border-color:#ff4500;
                    background-color:#ff4500;
                }
                .ecom__element-social.vk{
                    border-color:#45668e;
                    background-color:#45668e;
                }
                .ecom__element-social.ok{
                    border-color:#f4731c;
                    background-color:#f4731c;
                }
                .ecom__element-social.tumblr{
                    border-color:#476475;
                    background-color:#476475;
                }
                .ecom__element-social.digg{
                    border-color:#005be2;
                    background-color:#005be2
                }
                .ecom__element-social.skype{
                    border-color:#00aff0;
                    background-color:#00aff0;
                }
                .ecom__element-social.stumbleUpon{
                    border-color:#eb4924;
                    background-color:#eb4924;
                }
                .ecom__element-social.mix{
                    border-color:#f3782b;
                    background-color:#f3782b;
                }
                .ecom__element-social.telegram{
                    border-color:#2ca5e0;
                    background-color:#2ca5e0
                }
                .ecom__element-social.pocket{
                    border-color:#ef3f56;
                    background-color:#ef3f56
                }
                .ecom__element-social.xing{
                    border-color:#026466;
                    background-color:#026466
                }
                .ecom__element-social.whatsApp{
                    border-color:#25d366;
                    background-color:#25d366
                }
                .ecom__element-social.email{
                    border-color:#ea4335;
                    background-color:#ea4335
                }
                .ecom__element-social.custom{
                    border-color:rgba(5, 150, 105);
                    background-color:rgba(5, 150, 105)
                }
                .element__social-wrapper.ecom-ingrid-full-height {
                    display: flex;
                }
            
 .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list--mobile--wrapper {
 display: none;
 position: fixed;
 z-index: 100;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background:rgb(116,119,121,.6);
 }
.ecom-shopify__menu-list--mobile--wrapper .ecom-shopify__menu-list--mobile {
position:fixed;
 width: 350px;
 max-width: 90%;
padding: 40px 20px;
 background:white;
 top:0;
 bottom:0;
 left:0;
z-index: 100;
 -webkit-animation-name: ecom-animation-menu__left-to-right;
 animation-name: ecom-animation-menu__left-to-right;
 -webkit-animation-duration: .3s;
 animation-duration: .3s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 transition:all .3s linear;
}
@keyframes ecom-animation-menu__left-to-right {
 from {
 opacity: 0;
 transform: translateX(-100%);
 }
 to {
 opacity: 1;
 transform: translateX(0);
 }
 }
 .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] {
display: flex;
flex-flow: wrap;
align-content: center;
justify-content: center;
align-items: center;
list-style: none;
position:relative;
}

.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-item{
position:relative;
display:block;
}
.ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-item--has-children:hover>ul.ecom-shopify__menu-sub-menu  {
opacity:1;
z-index: 9;
visibility:visible;
 transform: translate(-50%, 0);
}
 .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-item--has-children:hover  .ecom-menu_item .ecom-element--menu_icon .ecom-element--menu_icon--active {
 display: flex;
 }
 .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-item--has-children:hover  .ecom-menu_item .ecom-element--menu_icon .ecom-element--menu_icon--normal {
 display: none;
 }
.ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-item ul.ecom-shopify__menu-sub-menu {
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
position:absolute;
list-style: none;
 transform: translate(-50%, 10px);
 transition: .5s ease all;
left: 50%;
background-color: #fff;
border: 1px solid #eee;
width: max-content;
}
 .ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-sub-menu .ecom-element--menu_icon {
 display: none;
 }
 .ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-sub-menu .ecom-menu_item.ecom-items {
 padding: 10px;
 }
 .ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-child-link-item--has-children .ecom-element--menu_title:first-child {
 margin-bottom: 10px;
 position: relative;
 font-weight: 500;
 text-transform: uppercase;
 pointer-events: none;
 cursor: inherit;
 }
 .ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="horizontal"] .ecom-shopify__menu-child-link-item--has-children .ecom-element--menu_title:first-child::before {
 content: "";
 position: absolute;
 width: 30px;
 height: 1px;
 background-color: rgba(0 0 0 /.3);
 bottom: 0;
 left: 10px;
 }
.ecom-shopify__menu-container .ecom-shopify__menu-list[data-menu-layout="vertical"] ul.ecom-shopify__menu-sub-menu, .ecom-shopify__menu-container .ecom-shopify__menu-list--mobile ul.ecom-shopify__menu-sub-menu {
max-height: 0;
overflow: hidden;
margin-left: 8px;
transition: .25s ease all;
}
.ecom-shopify__menu-list .ecom-shopify__menu-item .ecom-menu_item .ecom-element--menu_title
 , .ecom-shopify__menu-list--mobile .ecom-shopify__menu-item .ecom-menu_item .ecom-element--menu_title{
display: flex;
}
.ecom-shopify__menu-list, .ecom-shopify__menu-list--mobile {
list-style: none;
}
.ecom-menu_item:not(.ecom-menu_item.ecom-item-active) .ecom-element--menu_icon .ecom-element--menu_icon--normal {
display: flex;
}

.ecom-menu_item:not(.ecom-menu_item.ecom-item-active) .ecom-element--menu_icon .ecom-element--menu_icon--active {
display: none;
}

.ecom-menu_item.ecom-item-active .ecom-element--menu_icon .ecom-element--menu_icon--normal {
display: none;
}

.ecom-menu_item.ecom-item-active .ecom-element--menu_icon .ecom-element--menu_icon--active {
display: flex;
}
.ecom-element--menu_icon {
display: flex;
align-items: center;
}

.ecom-element--menu_icon--normal svg,
.ecom-element--menu_icon--active svg {
height: 12px;
width: 12px;
display: flex;
}
.ecom-menu__icon-humber {
visibility: hidden;
opacity: 0;
position: relative;
top: 0;
left: 0;
display: none;
cursor: pointer;
}
.ecom-menu__icon-humber svg {
width: 30px;
 height: 30px;
}
.ecom-menu-collapse-close--mobile {
display: none;
position: absolute;
right: 10px;
top: 10px;
width: 20px;
height: 20px;
cursor: pointer;
z-index: 100;
}
 .ecom-menu__icon-humber--wrapper {
 display: flex;
 }
 @media screen and (max-width: 1024px) {
 .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list--mobile.ecom-show {
 display: block;
transform: translateX(0);
visibility: visible;
opacity: 1;
 }
.ecom-menu-collapse-close--mobile {
display: flex;
}
.ecom-menu__icon-humber {
display: flex;
visibility: visible;
opacity: 1;
}
 .ecom-element.ecom-shopify.ecom-shopify__menu-container .ecom-shopify__menu-list--mobile--wrapper~.ecom-shopify__menu-list--wrapper {
 display: none !important;
 }
 }

                .ecom-shopify__collection-container.ecom-shopify__collection-style-slider {
                    opacity: 0;
                    height: 0;
                    visibility: hidden;
                }
                .ecom-shopify__collection-container.ecom-shopify__collection-style-slider.ecom-swiper-initialized {
                    height: inherit;
                    opacity: 1;
                    visibility: visible;
                }
                .ecom-shopify__collection-wrapper .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar) {
                    position: relative;
                }
                .ecom-element.ecom-shopify.ecom-shopify__collection-wrapper {
                    display: flex;
                    flex-direction: column;
                }
                .ecom-shopify__collection-wrapper .ecom-swiper-button:after {
                   content: '';
                }
                .ecom-shopify__collection-wrapper .ecom-swiper-button-prev, .ecom-shopify__collection-wrapper .ecom-swiper-button-next {
                    border: 0;
                    background: transparent;
                    width: auto;
                    height: auto;
                    padding: 5px;
                    color: #444;
                }
                .ecom-shopify__list-collections__empty {
                    display: flex;
                    align-items: center;
                }
                .ecom-shopify__collection-card {
                    width: 100%;
                    position: relative
                }

                .ecom-shopify__list-collections-media {
                    position: relative
                }

                .ecom-shopify__list-collections-media:not(.ecom-shopify__list-collections-media--custom) img {
                    position: absolute;
                    width: 100%;
                    height: 100% !important;
                    object-fit: cover;
                }

                .ecom-shopify__list-collections-media--portrait {
                    padding-bottom: 125%
                }

                .ecom-shopify__list-collections-media--square {
                    padding-bottom: 100%
                }

                .ecom-disabled {
                    pointer-events: none
                }

                .ecom-shopify__collection-card {
                    text-decoration: none;
                }

                .ecom-shopify__collection-card-title {
                    display: flex;
                    flex-flow: row;
                    vertical-align: middle;
                    align-items: center;
                    align-content: center;
                    text-align: center;
                    align-self: center;
                    flex-wrap: wrap;
                    justify-content: center;
                }

                .ecom-shopify__collection-style-grid .ecom-shopify__list-collections {
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                    display: grid;
                    gap: 1rem;
                    list-style: none;
                }

                .ecom-shopify__collection-heading-title {
                    width: 100%;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 20px;
                    color: #111827;
                }

                .ecom-shopify__list-collections-media {
                    border-radius: 6px;
                    overflow: hidden;
                }

                .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-collection__pagination-navigation svg {
                    width: 20px;
                    height: auto;
                    fill: rgb(156, 163, 175);
                }

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

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

                .ecom-collection__pagination-navigation {
                    display: flex;
                    justify-content: center;
                    padding-left: 0;
                    list-style: none;
                }
                .ecom-shopify__list-collections--item {
                    list-style: none;
                    overflow: hidden;
                }
                .ecom-collection__pagination-navigation li {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 1.4rem;
                    line-height: 20px;
                    text-align: center;
                    color: #6B7280;
                }

                .ecom-pagination-item a {
                    text-decoration: none;
                    color: unset;
                }

                .ecom-collection__pagination li .ecom-paginate-action {
                    padding: 16px 0 0
                }

                .ecom-pagination-item.ecom-button-active {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 1.4rem;
                    line-height: 20px;
                    text-align: center;
                    color: rgb(5, 150, 105);
                }

                .ecom-shopify__list-collections-media-wrapper {
                    display: flex;
                }

                .ecom-shopify__list-collections-media-wrapper .ecom-image-default {
                    width: 100%
                }
                .ecom-shopify__collection-layout-2 .ecom-shopify__collection-card-title {
                    position: absolute;
                    text-align: center;
                    width: 100%;
                    top: 50%;
                    padding: 0 5px;
                    -ms-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    transition: .3s;
                    hyphens: auto;
                    z-index: 10;
                    -webkit-transition: .3s;
                    -moz-transition: .3s;
                    -o-transition: .3s;
                }
                .ecom-shopify__collection-layout-2 .ecom-shopify__collection-card::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    background-color: #000;
                    opacity: .2;
                    pointer-events: none;
                    z-index: 5;
                    -webkit-transition: .6s ease-in-out;
                    -moz-transition: .6s ease-in-out;
                    -o-transition: .6s ease-in-out;
                    transition: .6s ease-in-out;
                }
                .ecom-shopify__collection-layout-2 .ecom-shopify__list-collections--item:hover .ecom-shopify__collection-card::before {
                    opacity: .5;
                }
                .ecom-shopify__collection-layout-2 .ecom-shopify__list-collections--item:hover .ecom-shopify__collection-card-title {
                    -webkit-transform: translateY(-15px);
                    -moz-transform: translateY(-15px);
                    -o-transform: translateY(-15px);
                    transform: translateY(-15px);
                }
                .ecom-shopify__collection-card-counter {
                    display: block;
                    width: 100%;
                }
                .ecom-shopify__collection-card-description {
                    margin: 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;
            }
            /** 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;
            }
        }
        
@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}}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.ecom-core.ecom-rwb9tr3kfx{width: 50.00%;}.ecom-core.ecom-rwb9tr3kfx>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}.ecom-core.ecom-rwb9tr3kfx>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-rwb9tr3kfx{width: 100%;}}.ecom-core.ecom-mc30yo0vhs .ecom__element--button{gap: 10px;}.ecom-core.ecom-mc30yo0vhs .ecom-button-default{justify-content: center;}.ecom-core.ecom-mc30yo0vhs .ecom__element--button{font-size: 20px;font-family: 'Playfair Display', sans-serif;font-weight: 400;font-style: italic;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: rgba(255, 0, 0, 0);border-style: none;border-radius: 0px;transition-duration: 400ms;;;margin: 0px;padding: 0px;}.ecom-core.ecom-mc30yo0vhs .ecom__element--button:hover{color: rgba(255, 255, 255, 0.7);background-color: rgba(255, 0, 0, 0);}.ecom-core.ecom-mc30yo0vhs .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-mc30yo0vhs .ecom-button-icon svg{height: 16px;width: 16px;}.ecom-core.ecom-mc30yo0vhs .ecom-button-icon{border-radius: 50%;margin: 4px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-mc30yo0vhs{padding-bottom: 0 !important;margin-top: 35px !important;animation-duration: 700ms !important;}.ecom-core.ecom-mc30yo0vhs.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;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-mc30yo0vhs{padding-bottom: 0px !important;margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mc30yo0vhs{margin-top: 30px !important;padding-top: 0px !important;padding-bottom: 0 !important;}}.ecom-core.ecom-u1is7wezshl .ecom__element--button{gap: 10px;}.ecom-core.ecom-u1is7wezshl .ecom-button-default{justify-content: center;}.ecom-core.ecom-u1is7wezshl .ecom__element--button{font-size: 20px;font-family: 'Playfair Display', sans-serif;font-weight: 400;font-style: italic;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: rgba(255, 0, 0, 0);border-style: none;border-radius: 0px;transition-duration: 400ms;;;margin: 0px;padding: 0px;}.ecom-core.ecom-u1is7wezshl .ecom__element--button:hover{color: rgba(255, 255, 255, 0.7);background-color: rgba(255, 0, 0, 0);}.ecom-core.ecom-u1is7wezshl .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-u1is7wezshl .ecom-button-icon svg{height: 16px;width: 16px;}.ecom-core.ecom-u1is7wezshl .ecom-button-icon{border-radius: 50%;margin: 4px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-u1is7wezshl{padding-bottom: 0 !important;margin-top: 35px !important;animation-duration: 700ms !important;}.ecom-core.ecom-u1is7wezshl.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;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-u1is7wezshl{padding-bottom: 0px !important;margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u1is7wezshl{margin-top: 30px !important;padding-top: 0px !important;padding-bottom: 0 !important;}}.ecom-core.ecom-p0j9f3yo7d>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-p0j9f3yo7d{} .ecom-core.ecom-p0j9f3yo7d{
    width: auto;
    float: none!important;
    display: table;
    margin: auto;
}.ecom-core.ecom-0v39h7wutydh{width: 50.00%;}.ecom-core.ecom-0v39h7wutydh>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}.ecom-core.ecom-0v39h7wutydh>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-0v39h7wutydh{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-0v39h7wutydh>div.core__column--wrapper{margin-top: -11px !important;}}.ecom-core.ecom-56iiojcbnsp .ecom-image-align{align-items: center;}.ecom-core.ecom-56iiojcbnsp .ecom-image-default{width: 33px !important;max-width: 100% !important;}.ecom-core.ecom-56iiojcbnsp .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-56iiojcbnsp .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-56iiojcbnsp .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-56iiojcbnsp .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-56iiojcbnsp .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-56iiojcbnsp{margin-top: 0% !important;margin-bottom: -100% !important;padding-bottom: 0 !important;width: unset;max-width:unset;animation-duration: 600ms !important;}.ecom-core.ecom-56iiojcbnsp.ecom-animated{animation-name: zoomIn;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 800ms;transition-delay: 800ms;transition-property: opacity;}.ecom-core.ecom-bkhizlc2xju .ecom-image-align{align-items: center;}.ecom-core.ecom-bkhizlc2xju .ecom-image-default{width: 33px !important;max-width: 100% !important;}.ecom-core.ecom-bkhizlc2xju .ecom-base-image .ecom-image-picture img{object-fit: cover;}.ecom-core.ecom-bkhizlc2xju .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-bkhizlc2xju .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-bkhizlc2xju .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-bkhizlc2xju .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-bkhizlc2xju{margin-top: 0% !important;margin-bottom: -100% !important;padding-bottom: 0 !important;width: unset;max-width:unset;animation-duration: 600ms !important;}.ecom-core.ecom-bkhizlc2xju.ecom-animated{animation-name: zoomIn;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 800ms;transition-delay: 800ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bkhizlc2xju{padding-bottom: 0 !important;}}.ecom-core.ecom-blebjahnyh7>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-blebjahnyh7{} .ecom-core.ecom-blebjahnyh7{
    width: auto;
    float: none!important;
    display: table;
    margin: auto;
}.ecom-core.ecom-0w49i89rw5aa{width: 100.00%;}.ecom-core.ecom-0w49i89rw5aa>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: right;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0w49i89rw5aa{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-0w49i89rw5aa>div.core__column--wrapper{margin-top: -12px !important;}}.ecom-core.ecom-wpzuuw6z7to .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-wpzuuw6z7to .element__heading .ecom__heading,.ecom-core.ecom-wpzuuw6z7to .element__heading .ecom__heading a{font-weight: 400;font-size: 64px;font-family: 'Playfair Display', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-wpzuuw6z7to  .element__heading .ecom__heading,.ecom-core.ecom-wpzuuw6z7to  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wpzuuw6z7to .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-wpzuuw6z7to .element__heading .ecom__heading,.ecom-core.ecom-wpzuuw6z7to .element__heading .ecom__heading a{font-size: 48px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wpzuuw6z7to .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-wpzuuw6z7to .element__heading .ecom__heading,.ecom-core.ecom-wpzuuw6z7to .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-wpzuuw6z7to{padding-right: 33px !important;padding-left: 33px !important;margin-top: 0px !important;animation-duration: 600ms !important;}.ecom-core.ecom-wpzuuw6z7to.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wpzuuw6z7to{padding-top: 0px !important;padding-bottom: 0px !important;margin-top: 165px !important;}}.ecom-core.ecom-wm9w1r7bhl>div.core__row--columns{height: auto;}.ecom-core.ecom-wm9w1r7bhl>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 90vh;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wm9w1r7bhl>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-wm9w1r7bhl>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 235px;}}.ecom-core.ecom-wm9w1r7bhl{background: url('/cdn/shop/files/IMG_0775.jpg?v=1746483919') no-repeat scroll center center/cover #fff;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wm9w1r7bhl{padding-bottom: 13px !important;margin-top: -5px !important;}}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.ecom-core.ecom-ent7553hvgj{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ent7553hvgj{width: 100%;}}.ecom-core.ecom-u5cpav3yqa .ecom-text--more-actions button ,.ecom-core.ecom-u5cpav3yqa .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-u5cpav3yqa .text-content,.ecom-core.ecom-u5cpav3yqa  .text-content a,.ecom-core.ecom-u5cpav3yqa  .text-content p,.ecom-core.ecom-u5cpav3yqa  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-u5cpav3yqa .text-content,.ecom-core.ecom-u5cpav3yqa .text-content a,.ecom-core.ecom-u5cpav3yqa  .text-content a,.ecom-core.ecom-u5cpav3yqa  .text-content a a,.ecom-core.ecom-u5cpav3yqa  .text-content p,.ecom-core.ecom-u5cpav3yqa  .text-content p a,.ecom-core.ecom-u5cpav3yqa  .text-content span,.ecom-core.ecom-u5cpav3yqa  .text-content span a{font-size: 16px;font-family: 'Raleway', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-u5cpav3yqa .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-u5cpav3yqa .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-u5cpav3yqa .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-u5cpav3yqa .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-u5cpav3yqa .text-content,.ecom-core.ecom-u5cpav3yqa .text-content a,.ecom-core.ecom-u5cpav3yqa  .text-content a,.ecom-core.ecom-u5cpav3yqa  .text-content a a,.ecom-core.ecom-u5cpav3yqa  .text-content p,.ecom-core.ecom-u5cpav3yqa  .text-content p a,.ecom-core.ecom-u5cpav3yqa  .text-content span,.ecom-core.ecom-u5cpav3yqa  .text-content span a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u5cpav3yqa .text-content,.ecom-core.ecom-u5cpav3yqa  .text-content a,.ecom-core.ecom-u5cpav3yqa  .text-content p,.ecom-core.ecom-u5cpav3yqa  .text-content span{text-align: center;}.ecom-core.ecom-u5cpav3yqa .text-content,.ecom-core.ecom-u5cpav3yqa .text-content a,.ecom-core.ecom-u5cpav3yqa  .text-content a,.ecom-core.ecom-u5cpav3yqa  .text-content a a,.ecom-core.ecom-u5cpav3yqa  .text-content p,.ecom-core.ecom-u5cpav3yqa  .text-content p a,.ecom-core.ecom-u5cpav3yqa  .text-content span,.ecom-core.ecom-u5cpav3yqa  .text-content span a{font-size: 14px;}}.ecom-core.ecom-u5cpav3yqa{margin-top: 20px !important;padding-bottom: 0 !important;width: 570px;max-width:570px;animation-duration: 500ms !important;}.ecom-core.ecom-u5cpav3yqa.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 800ms;transition-delay: 800ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u5cpav3yqa{padding-bottom: 0 !important;}}.ecom-core.ecom-u77g7h2c5wj .ecom-banner__hzoom:hover img{transform: scale(1.1);}.ecom-core.ecom-u77g7h2c5wj .ecom-banner__image-picture img, .ecom-core.ecom-u77g7h2c5wj .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-u77g7h2c5wj .ecom-image-default img{object-fit: cover;}.ecom-core.ecom-u77g7h2c5wj .ecom-banner_wrap_html_block{padding: 20px;}.ecom-core.ecom-u77g7h2c5wj .ecom-banner__heading{text-align: center;color: #ffffff;margin-bottom: 15px;}.ecom-core.ecom-u77g7h2c5wj .ecom-banner__heading,.ecom-core.ecom-u77g7h2c5wj .ecom-banner__heading a{font-size: 16px;line-height: 1.4em;}.ecom-core.ecom-u77g7h2c5wj .ecom-banner__subheading{text-align: center;color: #ffffff;margin-bottom: 15px;}.ecom-core.ecom-u77g7h2c5wj .ecom-banner__subheading,.ecom-core.ecom-u77g7h2c5wj .ecom-banner__subheading a{font-size: 50px;line-height: 1.25em;}.ecom-core.ecom-u77g7h2c5wj .ecom-banner__content{text-align: center;color: #ffffff;margin-bottom: 30px;}.ecom-core.ecom-u77g7h2c5wj .ecom-banner__content,.ecom-core.ecom-u77g7h2c5wj .ecom-banner__content a{font-size: 16px;line-height: 1.4em;}.ecom-core.ecom-u77g7h2c5wj .ecom-banner__button{align-self: center;justify-content: center;font-size: 14px;color: #000;background-color: #fff;padding: 12px 25px 12px 25px;}.ecom-core.ecom-u77g7h2c5wj .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-u77g7h2c5wj .ecom-elements__banner-button-icon{margin-left: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u77g7h2c5wj .ecom-image-default img,.ecom-core.ecom-u77g7h2c5wj .ecom-image-default picture,.ecom-core.ecom-u77g7h2c5wj .ecom-image-default .ecom-shape-item.ecom-image-default{height: 400px !important;}.ecom-core.ecom-u77g7h2c5wj .ecom-banner__subheading,.ecom-core.ecom-u77g7h2c5wj .ecom-banner__subheading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-u77g7h2c5wj{margin-bottom: -1px !important;padding-bottom: 0 !important;}}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,minmax(0, 1fr));}.ecom-core.ecom-y4wr9olpf8g{show_input_quantity: false;show_price: block;show_picker: show;}.ecom-core.ecom-y4wr9olpf8g .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--view-more{gap: 9px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-simple-add-to-cart{gap: 9px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--soldout{gap: 9px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-description{order: 6;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-vendor-element{order: 1;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-type-element{order: 1;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product--actions{order: 8;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-countdown{order: 10;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-y4wr9olpf8g .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1.3,minmax(0, 1fr));}.ecom-core.ecom-y4wr9olpf8g .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin: 0px 0px 20px 0px;padding: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item .ecom-collection__product-media img{border-style: none;border-radius: 0px;overflow: hidden;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-information-title{text-align: left;color: #000;transition: all 400ms ease;padding: 0px;margin: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-information-title,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;text-transform: uppercase;font-style: normal;line-height: 1.4em;font-family: 'Raleway', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-information-title:hover{color: rgba(0, 0, 0, 0.6);}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price a{font-weight: 500;font-size: 16px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price{color: #000;margin: 10px 0px 7px 0px;padding: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--regular,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--regular a,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--from,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--from a{font-size: 16px;font-weight: 500;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--regular,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--from{color: #909090;margin: 0px;padding: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--sale{font-size: 16px;font-weight: 500;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: rgba(62, 33, 0, 0.73);margin: 10px 3px 7px 0px;padding: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product--actions{background-color: rgba(182, 150, 113, 0);padding: 0px;margin: 0px;} .ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item:hover  .ecom-collection__product--actions{background-color: rgba(182, 150, 113, 0);}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-close::before,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-close::after{background-color: #000;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-close:hover::before,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-close:hover::after{background-color: #31452c;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-submit{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Raleway', sans-serif;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #000;border-style: none;border-radius: 40px;transition-duration: 400ms;;;margin: 15px 0px 45px 0px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-submit:hover{color: #fff;background-color: rgba(0, 0, 0, 0.7);border-style: none;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--quickshop{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Inter', sans-serif;letter-spacing: 0px;color: #000;background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 40px;padding: 4px 20px 4px 4px;margin-top: 15px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ef6f31;border-style: none;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-description{text-align: left;color: #646464;margin: 5px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-description,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-description a{font-family: 'Raleway', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-y4wr9olpf8g .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;font-family: 'Raleway', sans-serif;color: #fff;background-color: #aaa;border-style: none;border-radius: 40px;margin: 15px 0px 45px 0px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--soldout:hover{border-style: none;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--view-more{position: absolute;bottom: 100%;align-self: center;text-transform: uppercase;text-decoration: none;font-size: 12px;font-family: 'Raleway', sans-serif;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #000;border-style: none;border-radius: 40px;margin: 15px 0px 45px 0px;padding: 5px 20px 4px 4px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: rgba(0, 0, 0, 0.7);border-style: none;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--view-more svg{width: 16px;height: 16px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-radio-label{text-align: left;color: #4C3419;margin: 10px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-radio-label,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 400;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-radio-list,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-swatch-item{text-align: center;font-size: 12px;font-weight: 400;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #000;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 4px;margin: 8px 8px 0px 0px;padding: 3px 10px 2px 10px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-main-label{text-align: left;color: #000;margin: 10px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-main-label,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 500;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-colors-list,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-images-list{justify-content: flex-start;background-color: rgba(255, 0, 0, 0);border-style: solid;margin-top: 6px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-images-list li{width: 30px;height: 30px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);margin: 0px 8px 0px 0px;padding: 1px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-images-list li,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-container .ecom-swiper-button-next{color: #000;background-color: #ffffff;box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.1);border-style: none;border-radius: 50%;margin: -70px -25px 40px -25px;padding: 12px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-information-title,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price a{font-size: 18px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--regular,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--from{margin: 0px;padding: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--sale{font-size: 18px;margin-bottom: 0px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-submit{align-self: center;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--quickshop{align-self: center;height: 40px;min-height: 40px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--soldout{align-self: center;height: 40px;min-height: 40px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--view-more{align-self: center;height: 40px;min-height: 40px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-container .ecom-swiper-button-next{margin-top: -80px;margin-right: -25px;margin-left: -25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-information-title,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price a{font-size: 15px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--sale{font-size: 15px;color: rgba(62, 33, 0, 0.73);}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--quickshop{padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 6px 25px 6px;}}.ecom-core.ecom-y4wr9olpf8g{margin-top: 45px !important;padding-bottom: 0px !important;animation-duration: 800ms !important;}.ecom-core.ecom-y4wr9olpf8g.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;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-y4wr9olpf8g{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y4wr9olpf8g{margin-top: 30px !important;padding-bottom: 42px !important;}} .ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions{
    width: 100%;
}
.ecom-core.ecom-y4wr9olpf8g span.ecom-collection__product-badge--sale:has(+ .ecom-collection__product-price--bage-sale){
    display: none!important;
}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--sale{
    order: -1;
}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-picker-main .ecom-collection__product-swatch-item{
    background-color: transparent;
}
.ecom-core.ecom-y4wr9olpf8g .ecom-child-element:before,.ecom-core.ecom-y4wr9olpf8g .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-y4wr9olpf8g span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-y4wr9olpf8g .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-y4wr9olpf8g .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-y4wr9olpf8g .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item-type-element{
    position: relative;
    z-index: 1;
}
.ecom-core.ecom-y4wr9olpf8g svg:not([class]){
    max-width: 18px;
    max-height: 18px;
    min-width: 12px;
    min-height: 12px;
}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-add-cart-icon,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-sold-out-icon,.ecom-core.ecom-y4wr9olpf8g .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-y4wr9olpf8g .ecom-collection__product-submit,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--view-more{
    backdrop-filter: blur(4px);
}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-description{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media(min-width:1025px){
    .ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--add,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-y4wr9olpf8g .ecom-swiper-navigation-position{
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 8;
}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-container:hover .ecom-swiper-navigation-position{
    opacity: 1;
    visibility: visible;
}
}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price--sale{
    text-align: left;
}
.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-price-wrapper{
    gap: 3px;
}
@media(max-width:1024px){
    .ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item .ecom-collection__product-submit,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item .ecom-collection__product-form__actions--add,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-y4wr9olpf8g .ecom-collection__product-item .ecom-collection__product-form__actions--view-more{
        display: none;
    }
}
}
.ecom-core.ecom-tm1uau7fhi .ecom-text--more-actions button ,.ecom-core.ecom-tm1uau7fhi .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-tm1uau7fhi .text-content,.ecom-core.ecom-tm1uau7fhi  .text-content a,.ecom-core.ecom-tm1uau7fhi  .text-content p,.ecom-core.ecom-tm1uau7fhi  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-tm1uau7fhi .text-content,.ecom-core.ecom-tm1uau7fhi .text-content a,.ecom-core.ecom-tm1uau7fhi  .text-content a,.ecom-core.ecom-tm1uau7fhi  .text-content a a,.ecom-core.ecom-tm1uau7fhi  .text-content p,.ecom-core.ecom-tm1uau7fhi  .text-content p a,.ecom-core.ecom-tm1uau7fhi  .text-content span,.ecom-core.ecom-tm1uau7fhi  .text-content span a{font-size: 16px;font-family: 'Raleway', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-tm1uau7fhi .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-tm1uau7fhi .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-tm1uau7fhi .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-tm1uau7fhi .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-tm1uau7fhi .text-content,.ecom-core.ecom-tm1uau7fhi .text-content a,.ecom-core.ecom-tm1uau7fhi  .text-content a,.ecom-core.ecom-tm1uau7fhi  .text-content a a,.ecom-core.ecom-tm1uau7fhi  .text-content p,.ecom-core.ecom-tm1uau7fhi  .text-content p a,.ecom-core.ecom-tm1uau7fhi  .text-content span,.ecom-core.ecom-tm1uau7fhi  .text-content span a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tm1uau7fhi .text-content,.ecom-core.ecom-tm1uau7fhi  .text-content a,.ecom-core.ecom-tm1uau7fhi  .text-content p,.ecom-core.ecom-tm1uau7fhi  .text-content span{text-align: center;}.ecom-core.ecom-tm1uau7fhi .text-content,.ecom-core.ecom-tm1uau7fhi .text-content a,.ecom-core.ecom-tm1uau7fhi  .text-content a,.ecom-core.ecom-tm1uau7fhi  .text-content a a,.ecom-core.ecom-tm1uau7fhi  .text-content p,.ecom-core.ecom-tm1uau7fhi  .text-content p a,.ecom-core.ecom-tm1uau7fhi  .text-content span,.ecom-core.ecom-tm1uau7fhi  .text-content span a{font-size: 14px;}}.ecom-core.ecom-tm1uau7fhi{margin-top: 20px !important;padding-bottom: 0 !important;width: 570px;max-width:570px;animation-duration: 500ms !important;}.ecom-core.ecom-tm1uau7fhi.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 800ms;transition-delay: 800ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tm1uau7fhi{padding-bottom: 0 !important;}}.ecom-core.ecom-y1p8wu1eurf .ecom-banner__hzoom:hover img{transform: scale(1.1);}.ecom-core.ecom-y1p8wu1eurf .ecom-banner__image-picture img, .ecom-core.ecom-y1p8wu1eurf .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-y1p8wu1eurf .ecom-image-default img{object-fit: cover;}.ecom-core.ecom-y1p8wu1eurf .ecom-banner_wrap_html_block{padding: 20px;}.ecom-core.ecom-y1p8wu1eurf .ecom-banner__heading{text-align: center;color: #ffffff;margin-bottom: 15px;}.ecom-core.ecom-y1p8wu1eurf .ecom-banner__heading,.ecom-core.ecom-y1p8wu1eurf .ecom-banner__heading a{font-size: 16px;line-height: 1.4em;}.ecom-core.ecom-y1p8wu1eurf .ecom-banner__subheading{text-align: center;color: #ffffff;margin-bottom: 15px;}.ecom-core.ecom-y1p8wu1eurf .ecom-banner__subheading,.ecom-core.ecom-y1p8wu1eurf .ecom-banner__subheading a{font-size: 50px;line-height: 1.25em;}.ecom-core.ecom-y1p8wu1eurf .ecom-banner__content{text-align: center;color: #ffffff;margin-bottom: 30px;}.ecom-core.ecom-y1p8wu1eurf .ecom-banner__content,.ecom-core.ecom-y1p8wu1eurf .ecom-banner__content a{font-size: 16px;line-height: 1.4em;}.ecom-core.ecom-y1p8wu1eurf .ecom-banner__button{align-self: center;justify-content: center;font-size: 14px;color: #000;background-color: #fff;padding: 12px 25px 12px 25px;}.ecom-core.ecom-y1p8wu1eurf .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-y1p8wu1eurf .ecom-elements__banner-button-icon{margin-left: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y1p8wu1eurf .ecom-image-default img,.ecom-core.ecom-y1p8wu1eurf .ecom-image-default picture,.ecom-core.ecom-y1p8wu1eurf .ecom-image-default .ecom-shape-item.ecom-image-default{height: 400px !important;}.ecom-core.ecom-y1p8wu1eurf .ecom-banner__subheading,.ecom-core.ecom-y1p8wu1eurf .ecom-banner__subheading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-y1p8wu1eurf{margin-bottom: -1px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-l78hagrilzc .ecom-text--more-actions button ,.ecom-core.ecom-l78hagrilzc .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-l78hagrilzc .text-content,.ecom-core.ecom-l78hagrilzc  .text-content a,.ecom-core.ecom-l78hagrilzc  .text-content p,.ecom-core.ecom-l78hagrilzc  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-l78hagrilzc .text-content,.ecom-core.ecom-l78hagrilzc .text-content a,.ecom-core.ecom-l78hagrilzc  .text-content a,.ecom-core.ecom-l78hagrilzc  .text-content a a,.ecom-core.ecom-l78hagrilzc  .text-content p,.ecom-core.ecom-l78hagrilzc  .text-content p a,.ecom-core.ecom-l78hagrilzc  .text-content span,.ecom-core.ecom-l78hagrilzc  .text-content span a{font-size: 16px;font-family: 'Raleway', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-l78hagrilzc .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-l78hagrilzc .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-l78hagrilzc .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-l78hagrilzc .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-l78hagrilzc .text-content,.ecom-core.ecom-l78hagrilzc .text-content a,.ecom-core.ecom-l78hagrilzc  .text-content a,.ecom-core.ecom-l78hagrilzc  .text-content a a,.ecom-core.ecom-l78hagrilzc  .text-content p,.ecom-core.ecom-l78hagrilzc  .text-content p a,.ecom-core.ecom-l78hagrilzc  .text-content span,.ecom-core.ecom-l78hagrilzc  .text-content span a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l78hagrilzc .text-content,.ecom-core.ecom-l78hagrilzc  .text-content a,.ecom-core.ecom-l78hagrilzc  .text-content p,.ecom-core.ecom-l78hagrilzc  .text-content span{text-align: center;}.ecom-core.ecom-l78hagrilzc .text-content,.ecom-core.ecom-l78hagrilzc .text-content a,.ecom-core.ecom-l78hagrilzc  .text-content a,.ecom-core.ecom-l78hagrilzc  .text-content a a,.ecom-core.ecom-l78hagrilzc  .text-content p,.ecom-core.ecom-l78hagrilzc  .text-content p a,.ecom-core.ecom-l78hagrilzc  .text-content span,.ecom-core.ecom-l78hagrilzc  .text-content span a{font-size: 14px;}}.ecom-core.ecom-l78hagrilzc{margin-top: 24px !important;padding-bottom: 0px !important;width: 480px;max-width:480px;animation-duration: 500ms !important;}.ecom-core.ecom-l78hagrilzc.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 800ms;transition-delay: 800ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l78hagrilzc{padding-bottom: 0 !important;width: 100%;max-width:100%;}}.ecom-core.ecom-wr70xjk8byd .element__heading .ecom__heading{text-align: left;padding: 0px;margin: 0px;}.ecom-core.ecom-wr70xjk8byd .element__heading .ecom__heading,.ecom-core.ecom-wr70xjk8byd .element__heading .ecom__heading a{font-weight: 400;line-height: 1.2em;letter-spacing: 0px;font-size: 48px;font-family: 'Playfair Display', sans-serif;font-style: normal;text-decoration: none;text-transform: none;}.ecom-core.ecom-wr70xjk8byd  .element__heading .ecom__heading,.ecom-core.ecom-wr70xjk8byd  .element__heading .ecom__heading a{color: #8C763B;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wr70xjk8byd .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-wr70xjk8byd .element__heading .ecom__heading,.ecom-core.ecom-wr70xjk8byd .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wr70xjk8byd .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-wr70xjk8byd .element__heading .ecom__heading,.ecom-core.ecom-wr70xjk8byd .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-wr70xjk8byd.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-wr70xjk8byd{animation-duration: 500ms !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wr70xjk8byd{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wr70xjk8byd{padding-bottom: 0 !important;}} @media(max-width:767px){
    .ecom-core.ecom-wr70xjk8byd .ecom__heading div{
        display: inline;
    }
}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8gvxn02e9z{padding-bottom: 0 !important;}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.ecom-core.ecom-b63d9yjive9{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-b63d9yjive9{width: 100%;}}.ecom-core.ecom-80hml0knuac .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,minmax(0, 1fr));}.ecom-core.ecom-80hml0knuac{show_input_quantity: false;show_price: block;hide_price_if_not_logged_in: false;show_login_to_see_price_text: false;show_picker: show;}.ecom-core.ecom-80hml0knuac .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--view-more{gap: 9px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-simple-add-to-cart{gap: 9px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--soldout{gap: 9px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-description{order: 6;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-vendor-element{order: 1;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-type-element{order: 1;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-80hml0knuac .ecom-collection__product--actions{order: 8;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-countdown{order: 10;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-login-to-see{order: 8;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-80hml0knuac .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-80hml0knuac .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-80hml0knuac .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1.3,minmax(0, 1fr));}.ecom-core.ecom-80hml0knuac .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-80hml0knuac .ecom-collection.ecom-collection__product{background-color: #ffffff;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin: 0px 0px 20px 0px;padding: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-item .ecom-collection__product-media img{border-style: none;border-radius: 0px;overflow: hidden;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-information-title{text-align: left;color: #000;transition: all 400ms ease;padding: 0px;margin: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-information-title,.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;text-transform: uppercase;font-style: normal;line-height: 1.4em;font-family: 'Raleway', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-information-title:hover{color: rgba(0, 0, 0, 0.6);}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price,.ecom-core.ecom-80hml0knuac .ecom-collection__product-price a{font-weight: 500;font-size: 16px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price{color: #000;margin: 10px 0px 7px 0px;padding: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--regular,.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--regular a,.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--from,.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--from a{font-size: 16px;font-weight: 500;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--regular,.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--from{color: #909090;margin: 0px;padding: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--sale{font-size: 16px;font-weight: 500;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #B15454;margin: 10px 3px 7px 0px;padding: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-submit{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Raleway', sans-serif;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #000;border-style: none;border-radius: 40px;transition-duration: 400ms;;;margin: 15px 0px 45px 0px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-submit:hover{color: #fff;background-color: rgba(0, 0, 0, 0.7);border-style: none;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--quickshop{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Inter', sans-serif;letter-spacing: 0px;color: #000;background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 40px;padding: 4px 20px 4px 4px;margin-top: 15px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ef6f31;border-style: none;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-80hml0knuac .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;font-family: 'Raleway', sans-serif;color: #fff;background-color: #aaa;border-style: none;border-radius: 40px;margin: 15px 0px 45px 0px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--view-more{position: absolute;bottom: 100%;align-self: center;text-transform: uppercase;text-decoration: none;font-size: 12px;font-family: 'Raleway', sans-serif;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #000;border-style: none;border-radius: 40px;margin: 15px 0px 45px 0px;padding: 5px 20px 4px 4px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: rgba(0, 0, 0, 0.7);border-style: none;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--view-more svg{width: 16px;height: 16px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-radio-label{text-align: left;color: #4C3419;margin: 10px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-radio-label,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 400;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-radio-list,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-swatch-item{text-align: center;font-size: 12px;font-weight: 400;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #000;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 4px;margin: 8px 8px 0px 0px;padding: 3px 10px 2px 10px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-main-label{text-align: left;color: #000;margin: 10px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-main-label,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 500;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-colors-list,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-images-list{justify-content: flex-start;background-color: rgba(255, 0, 0, 0);border-style: solid;margin-top: 6px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-images-list li{width: 30px;height: 30px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);margin: 0px 8px 0px 0px;padding: 1px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-images-list li,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-80hml0knuac .ecom-collection__product-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-80hml0knuac .ecom-collection__product-container .ecom-swiper-button-next{color: #000;background-color: #ffffff;box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.1);border-style: none;border-radius: 50%;margin: -70px -25px 40px -25px;padding: 12px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-80hml0knuac .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;border-style: none;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-information-title,.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price,.ecom-core.ecom-80hml0knuac .ecom-collection__product-price a{font-size: 18px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--regular,.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--regular a,.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--from,.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--regular,.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--from{margin: 0px;padding: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--sale{font-size: 18px;margin-bottom: 0px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-80hml0knuac .ecom-collection__product-container .ecom-swiper-button-next{margin-top: -80px;margin-right: -25px;margin-left: -25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-80hml0knuac .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-information-title,.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price,.ecom-core.ecom-80hml0knuac .ecom-collection__product-price a{font-size: 15px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--sale{font-size: 15px;color: rgba(62, 33, 0, 0.73);}.ecom-core.ecom-80hml0knuac .ecom-collection__product-submit{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--soldout{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-80hml0knuac .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-80hml0knuac .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 6px 25px 6px;}}.ecom-core.ecom-80hml0knuac{margin-top: 45px !important;padding-bottom: 0px !important;animation-duration: 800ms !important;}.ecom-core.ecom-80hml0knuac.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;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-80hml0knuac{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-80hml0knuac{margin-top: -5px !important;margin-bottom: 2px !important;padding-bottom: 0px !important;}} .ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions{
    width: 100%;
}
.ecom-core.ecom-80hml0knuac span.ecom-collection__product-badge--sale:has(+ .ecom-collection__product-price--bage-sale){
    display: none!important;
}
.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--sale{
    order: -1;
}
.ecom-core.ecom-80hml0knuac .ecom-collection__product-picker-main .ecom-collection__product-swatch-item{
    background-color: transparent;
}
.ecom-core.ecom-80hml0knuac .ecom-child-element:before,.ecom-core.ecom-80hml0knuac .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-80hml0knuac span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-80hml0knuac .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-80hml0knuac .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-80hml0knuac .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-80hml0knuac .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-80hml0knuac .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-80hml0knuac .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-80hml0knuac .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-80hml0knuac .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-80hml0knuac .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-80hml0knuac .ecom-collection__product-item-type-element{
    position: relative;
    z-index: 1;
}
.ecom-core.ecom-80hml0knuac svg:not([class]){
    max-width: 18px;
    max-height: 18px;
    min-width: 12px;
    min-height: 12px;
}
.ecom-core.ecom-80hml0knuac .ecom-collection__product-add-cart-icon,.ecom-core.ecom-80hml0knuac .ecom-collection__product-sold-out-icon,.ecom-core.ecom-80hml0knuac .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-80hml0knuac .ecom-collection__product-submit,.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--view-more{
    backdrop-filter: blur(4px);
}
.ecom-core.ecom-80hml0knuac .ecom-collection__product-description{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media(min-width:1025px){
    .ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--add,.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-80hml0knuac .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-80hml0knuac .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-80hml0knuac .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-80hml0knuac .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-80hml0knuac .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-80hml0knuac .ecom-swiper-navigation-position{
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 8;
}
.ecom-core.ecom-80hml0knuac .ecom-collection__product-container:hover .ecom-swiper-navigation-position{
    opacity: 1;
    visibility: visible;
}
}
.ecom-core.ecom-80hml0knuac .ecom-collection__product-price--sale{
    text-align: left;
}
.ecom-core.ecom-80hml0knuac .ecom-collection__product-price-wrapper{
    gap: 3px;
}
@media(max-width:1024px){
    .ecom-core.ecom-80hml0knuac .ecom-collection__product-item .ecom-collection__product-submit,.ecom-core.ecom-80hml0knuac .ecom-collection__product-item .ecom-collection__product-form__actions--add,.ecom-core.ecom-80hml0knuac .ecom-collection__product-item .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-80hml0knuac .ecom-collection__product-item .ecom-collection__product-form__actions--view-more{
        display: none;
    }
}
}
.ecom-core.ecom-h5gmmbvdt2u{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h5gmmbvdt2u{width: 100%;}}.ecom-core.ecom-ivr2ouxn08 .ecom-banner__hzoom:hover img{transform: scale(1.1);}.ecom-core.ecom-ivr2ouxn08 .ecom-banner__image-picture img, .ecom-core.ecom-ivr2ouxn08 .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-ivr2ouxn08 .ecom-image-default img{object-fit: cover;}.ecom-core.ecom-ivr2ouxn08 .ecom-banner_wrap_html_block{padding: 20px;}.ecom-core.ecom-ivr2ouxn08 .ecom-banner__heading{text-align: center;color: #ffffff;margin-bottom: 15px;}.ecom-core.ecom-ivr2ouxn08 .ecom-banner__heading,.ecom-core.ecom-ivr2ouxn08 .ecom-banner__heading a{font-size: 16px;line-height: 1.4em;}.ecom-core.ecom-ivr2ouxn08 .ecom-banner__subheading{text-align: center;color: #ffffff;margin-bottom: 15px;}.ecom-core.ecom-ivr2ouxn08 .ecom-banner__subheading,.ecom-core.ecom-ivr2ouxn08 .ecom-banner__subheading a{font-size: 50px;line-height: 1.25em;}.ecom-core.ecom-ivr2ouxn08 .ecom-banner__content{text-align: center;color: #ffffff;margin-bottom: 30px;}.ecom-core.ecom-ivr2ouxn08 .ecom-banner__content,.ecom-core.ecom-ivr2ouxn08 .ecom-banner__content a{font-size: 16px;line-height: 1.4em;}.ecom-core.ecom-ivr2ouxn08 .ecom-banner__button{align-self: center;justify-content: center;font-size: 14px;color: #000;background-color: #fff;padding: 12px 25px 12px 25px;}.ecom-core.ecom-ivr2ouxn08 .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-ivr2ouxn08 .ecom-elements__banner-button-icon{margin-left: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ivr2ouxn08 .ecom-image-default img,.ecom-core.ecom-ivr2ouxn08 .ecom-image-default picture,.ecom-core.ecom-ivr2ouxn08 .ecom-image-default .ecom-shape-item.ecom-image-default{height: 400px !important;}.ecom-core.ecom-ivr2ouxn08 .ecom-banner__subheading,.ecom-core.ecom-ivr2ouxn08 .ecom-banner__subheading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ivr2ouxn08{margin-bottom: -1px !important;padding-bottom: 0px !important;}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.ecom-core.ecom-q0p78tod8sd{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-q0p78tod8sd{width: 100%;}}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,minmax(0, 1fr));}.ecom-core.ecom-0z2jyz234d1{show_input_quantity: false;show_price: block;hide_price_if_not_logged_in: false;show_login_to_see_price_text: false;show_picker: show;}.ecom-core.ecom-0z2jyz234d1 .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--view-more{gap: 9px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-simple-add-to-cart{gap: 9px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--soldout{gap: 9px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-description{order: 6;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-vendor-element{order: 1;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-type-element{order: 1;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product--actions{order: 8;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-countdown{order: 10;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-login-to-see{order: 8;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-0z2jyz234d1 .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1.3,minmax(0, 1fr));}.ecom-core.ecom-0z2jyz234d1 .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-0z2jyz234d1 .ecom-collection.ecom-collection__product{background-color: #ffffff;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin: 0px 0px 20px 0px;padding: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item .ecom-collection__product-media img{border-style: none;border-radius: 0px;overflow: hidden;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-information-title{text-align: left;color: #000;transition: all 400ms ease;padding: 0px;margin: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-information-title,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;text-transform: uppercase;font-style: normal;line-height: 1.4em;font-family: 'Raleway', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-information-title:hover{color: rgba(0, 0, 0, 0.6);}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price a{font-weight: 500;font-size: 16px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price{color: #000;margin: 10px 0px 7px 0px;padding: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--regular,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--regular a,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--from,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--from a{font-size: 16px;font-weight: 500;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--regular,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--from{color: #909090;margin: 0px;padding: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--sale{font-size: 16px;font-weight: 500;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #B15454;margin: 10px 3px 7px 0px;padding: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-submit{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Raleway', sans-serif;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #000;border-style: none;border-radius: 40px;transition-duration: 400ms;;;margin: 15px 0px 45px 0px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-submit:hover{color: #fff;background-color: rgba(0, 0, 0, 0.7);border-style: none;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--quickshop{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Inter', sans-serif;letter-spacing: 0px;color: #000;background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 40px;padding: 4px 20px 4px 4px;margin-top: 15px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ef6f31;border-style: none;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-0z2jyz234d1 .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;font-family: 'Raleway', sans-serif;color: #fff;background-color: #aaa;border-style: none;border-radius: 40px;margin: 15px 0px 45px 0px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--soldout:hover{color: #fff;background-color: rgba(49, 69, 44, 0.8);border-style: none;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--view-more{position: absolute;bottom: 100%;align-self: center;text-transform: uppercase;text-decoration: none;font-size: 12px;font-family: 'Raleway', sans-serif;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #000;border-style: none;border-radius: 40px;margin: 15px 0px 45px 0px;padding: 5px 20px 4px 4px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: rgba(0, 0, 0, 0.7);border-style: none;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--view-more svg{width: 16px;height: 16px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-radio-label{text-align: left;color: #4C3419;margin: 10px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-radio-label,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 400;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-radio-list,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-swatch-item{text-align: center;font-size: 12px;font-weight: 400;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #000;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 4px;margin: 8px 8px 0px 0px;padding: 3px 10px 2px 10px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-main-label{text-align: left;color: #000;margin: 10px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-main-label,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 500;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-colors-list,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-images-list{justify-content: flex-start;background-color: rgba(255, 0, 0, 0);border-style: solid;margin-top: 6px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-images-list li{width: 30px;height: 30px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);margin: 0px 8px 0px 0px;padding: 1px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-images-list li,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-container .ecom-swiper-button-next{color: #000;background-color: #ffffff;box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.1);border-style: none;border-radius: 50%;margin: -70px -25px 40px -25px;padding: 12px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;border-style: none;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-information-title,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price a{font-size: 18px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price{margin-top: 5px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--regular,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--regular a,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--from,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--from a{line-height: 40px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--regular,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--from{margin: 0px;padding: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--sale{font-size: 18px;margin-bottom: 0px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-submit{align-self: center;font-size: 13px;padding-right: 20px;padding-left: 20px;margin-top: 15px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--quickshop{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--soldout{align-self: center;font-size: 13px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--view-more{align-self: center;font-size: 14px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-container .ecom-swiper-button-next{margin-top: -80px;margin-right: -25px;margin-left: -25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item .ecom-collection__product-media img{border-radius: 12px;overflow: hidden;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-information-title,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price a{font-size: 15px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--sale{font-size: 15px;color: rgba(62, 33, 0, 0.73);}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-submit{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--quickshop{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--soldout{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--view-more{font-size: 12px;height: 40px;min-height: 40px;padding-right: 20px;padding-left: 20px;}.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 6px 25px 6px;}}.ecom-core.ecom-0z2jyz234d1{margin-top: 45px !important;padding-bottom: 0px !important;animation-duration: 800ms !important;}.ecom-core.ecom-0z2jyz234d1.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;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-0z2jyz234d1{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0z2jyz234d1{margin-top: -5px !important;margin-bottom: 2px !important;padding-bottom: 0px !important;}} .ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions{
    width: 100%;
}
.ecom-core.ecom-0z2jyz234d1 span.ecom-collection__product-badge--sale:has(+ .ecom-collection__product-price--bage-sale){
    display: none!important;
}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--sale{
    order: -1;
}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-picker-main .ecom-collection__product-swatch-item{
    background-color: transparent;
}
.ecom-core.ecom-0z2jyz234d1 .ecom-child-element:before,.ecom-core.ecom-0z2jyz234d1 .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-0z2jyz234d1 span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-0z2jyz234d1 .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-0z2jyz234d1 .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-0z2jyz234d1 .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item-type-element{
    position: relative;
    z-index: 1;
}
.ecom-core.ecom-0z2jyz234d1 svg:not([class]){
    max-width: 18px;
    max-height: 18px;
    min-width: 12px;
    min-height: 12px;
}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-add-cart-icon,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-sold-out-icon,.ecom-core.ecom-0z2jyz234d1 .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-0z2jyz234d1 .ecom-collection__product-submit,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--view-more{
    backdrop-filter: blur(4px);
}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-description{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media(min-width:1025px){
    .ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--add,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-0z2jyz234d1 .ecom-swiper-navigation-position{
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 8;
}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-container:hover .ecom-swiper-navigation-position{
    opacity: 1;
    visibility: visible;
}
}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price--sale{
    text-align: left;
}
.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-price-wrapper{
    gap: 3px;
}
@media(max-width:1024px){
    .ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item .ecom-collection__product-submit,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item .ecom-collection__product-form__actions--add,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-0z2jyz234d1 .ecom-collection__product-item .ecom-collection__product-form__actions--view-more{
        display: none;
    }
}
}
.ecom-core.ecom-rh7e7736y1q{padding-bottom: 0 !important;}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-5thugklo9fd{width: 100%;}.ecom-core.ecom-5thugklo9fd>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-5thugklo9fd{width: 100%;}}.ecom-core.ecom-1k3qnooqvz2 .ecom-text--more-actions button ,.ecom-core.ecom-1k3qnooqvz2 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-1k3qnooqvz2 .text-content,.ecom-core.ecom-1k3qnooqvz2  .text-content a,.ecom-core.ecom-1k3qnooqvz2  .text-content p,.ecom-core.ecom-1k3qnooqvz2  .text-content span{text-align: left;color: #646464;margin: 0px;padding: 0px;}.ecom-core.ecom-1k3qnooqvz2 .text-content,.ecom-core.ecom-1k3qnooqvz2 .text-content a,.ecom-core.ecom-1k3qnooqvz2  .text-content a,.ecom-core.ecom-1k3qnooqvz2  .text-content a a,.ecom-core.ecom-1k3qnooqvz2  .text-content p,.ecom-core.ecom-1k3qnooqvz2  .text-content p a,.ecom-core.ecom-1k3qnooqvz2  .text-content span,.ecom-core.ecom-1k3qnooqvz2  .text-content span a{font-size: 16px;font-family: 'Raleway', sans-serif;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-1k3qnooqvz2 .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-1k3qnooqvz2 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-1k3qnooqvz2 .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-1k3qnooqvz2 .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-1k3qnooqvz2 .text-content,.ecom-core.ecom-1k3qnooqvz2 .text-content a,.ecom-core.ecom-1k3qnooqvz2  .text-content a,.ecom-core.ecom-1k3qnooqvz2  .text-content a a,.ecom-core.ecom-1k3qnooqvz2  .text-content p,.ecom-core.ecom-1k3qnooqvz2  .text-content p a,.ecom-core.ecom-1k3qnooqvz2  .text-content span,.ecom-core.ecom-1k3qnooqvz2  .text-content span a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1k3qnooqvz2 .text-content,.ecom-core.ecom-1k3qnooqvz2  .text-content a,.ecom-core.ecom-1k3qnooqvz2  .text-content p,.ecom-core.ecom-1k3qnooqvz2  .text-content span{text-align: center;}.ecom-core.ecom-1k3qnooqvz2 .text-content,.ecom-core.ecom-1k3qnooqvz2 .text-content a,.ecom-core.ecom-1k3qnooqvz2  .text-content a,.ecom-core.ecom-1k3qnooqvz2  .text-content a a,.ecom-core.ecom-1k3qnooqvz2  .text-content p,.ecom-core.ecom-1k3qnooqvz2  .text-content p a,.ecom-core.ecom-1k3qnooqvz2  .text-content span,.ecom-core.ecom-1k3qnooqvz2  .text-content span a{font-size: 14px;}}.ecom-core.ecom-1k3qnooqvz2{margin-top: 20px !important;padding-bottom: 0 !important;width: 570px;max-width:570px;animation-duration: 500ms !important;}.ecom-core.ecom-1k3qnooqvz2.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 800ms;transition-delay: 800ms;transition-property: opacity;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1k3qnooqvz2{padding-bottom: 0 !important;}}.ecom-core.ecom-dx0nmk2a96m .ecom-banner__hzoom:hover img{transform: scale(1.1);}.ecom-core.ecom-dx0nmk2a96m .ecom-banner__image-picture img, .ecom-core.ecom-dx0nmk2a96m .ecom-overlay{transition-duration: 1400ms;;transition-delay:0ms;}.ecom-core.ecom-dx0nmk2a96m .ecom-image-default img{object-fit: cover;}.ecom-core.ecom-dx0nmk2a96m .ecom-banner_wrap_html_block{padding: 20px;}.ecom-core.ecom-dx0nmk2a96m .ecom-banner__heading{text-align: center;color: #ffffff;margin-bottom: 15px;}.ecom-core.ecom-dx0nmk2a96m .ecom-banner__heading,.ecom-core.ecom-dx0nmk2a96m .ecom-banner__heading a{font-size: 16px;line-height: 1.4em;}.ecom-core.ecom-dx0nmk2a96m .ecom-banner__subheading{text-align: center;color: #ffffff;margin-bottom: 15px;}.ecom-core.ecom-dx0nmk2a96m .ecom-banner__subheading,.ecom-core.ecom-dx0nmk2a96m .ecom-banner__subheading a{font-size: 50px;line-height: 1.25em;}.ecom-core.ecom-dx0nmk2a96m .ecom-banner__content{text-align: center;color: #ffffff;margin-bottom: 30px;}.ecom-core.ecom-dx0nmk2a96m .ecom-banner__content,.ecom-core.ecom-dx0nmk2a96m .ecom-banner__content a{font-size: 16px;line-height: 1.4em;}.ecom-core.ecom-dx0nmk2a96m .ecom-banner__button{align-self: center;justify-content: center;font-size: 14px;color: #000;background-color: #fff;padding: 12px 25px 12px 25px;}.ecom-core.ecom-dx0nmk2a96m .ecom-elements__banner-button-icon svg{height: 24px;width: 24px;}.ecom-core.ecom-dx0nmk2a96m .ecom-elements__banner-button-icon{margin-left: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dx0nmk2a96m .ecom-image-default img,.ecom-core.ecom-dx0nmk2a96m .ecom-image-default picture,.ecom-core.ecom-dx0nmk2a96m .ecom-image-default .ecom-shape-item.ecom-image-default{height: 400px !important;}.ecom-core.ecom-dx0nmk2a96m .ecom-banner__subheading,.ecom-core.ecom-dx0nmk2a96m .ecom-banner__subheading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dx0nmk2a96m{margin-bottom: -1px !important;padding-bottom: 0px !important;}}.ecom-core.ecom-h5rjn4k4k36>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-h5rjn4k4k36{background-color: #fff;}.ecom-core.ecom-h5rjn4k4k36{padding-top: 95px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h5rjn4k4k36{padding-top: 50px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h5rjn4k4k36{padding-top: 35px !important;padding-bottom: 7px !important;}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.ecom-core.ecom-0xf351w3brkg{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0xf351w3brkg{width: 100%;}}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product--wrapper-items{grid-template-columns: repeat(4,minmax(0, 1fr));}.ecom-core.ecom-0nmxybgu3qtg{show_input_quantity: false;show_price: block;show_picker: show;}.ecom-core.ecom-0nmxybgu3qtg .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (min-width: 1025px) {.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--view-more{gap: 9px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-simple-add-to-cart{gap: 9px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--soldout{gap: 9px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-description{order: 6;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-vendor-element{order: 1;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-type-element{order: 1;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-prices{order: 7;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product--actions{order: 8;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-rating-wrapper{order: 2;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-variants{order: 9;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-countdown{order: 10;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,minmax(0, 1fr));}.ecom-core.ecom-0nmxybgu3qtg .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1.3,minmax(0, 1fr));}.ecom-core.ecom-0nmxybgu3qtg .ecom-swiper-navigation-position{display: flex;order: -1;justify-content: center;align-items: center;width: 100%;}}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item{background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin: 0px 0px 20px 0px;padding: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item .ecom-collection__product-media img{border-style: none;border-radius: 0px;overflow: hidden;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-information-title{text-align: left;color: #000;transition: all 400ms ease;padding: 0px;margin: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-information-title,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;text-transform: uppercase;font-style: normal;line-height: 1.4em;font-family: 'Raleway', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-information-title:hover{color: rgba(0, 0, 0, 0.6);}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price a{font-weight: 500;font-size: 16px;text-transform: none;font-style: normal;text-decoration: none;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price{color: #000;margin: 10px 0px 7px 0px;padding: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--regular,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--regular a,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--from,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--from a{font-size: 16px;font-weight: 500;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--regular,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--from{color: #909090;margin: 0px;padding: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--sale{font-size: 16px;font-weight: 500;font-family: 'Raleway', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: rgba(62, 33, 0, 0.73);margin: 10px 3px 7px 0px;padding: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item[data-style="absolute"]  .ecom-collection__product--actions{background-color: rgba(182, 150, 113, 0);padding: 0px;margin: 0px;} .ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item:hover  .ecom-collection__product--actions{background-color: rgba(182, 150, 113, 0);}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-close::before,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-close::after{background-color: #000;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-close:hover::before,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-close:hover::after{background-color: #31452c;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-submit{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Raleway', sans-serif;letter-spacing: 0px;line-height: 1.25em;color: #fff;background-color: #000;border-style: none;border-radius: 40px;transition-duration: 400ms;;;margin: 15px 0px 45px 0px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-submit:hover{color: #fff;background-color: rgba(0, 0, 0, 0.7);border-style: none;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--quickshop{position: absolute;bottom: 100%;align-self: center;font-size: 12px;font-weight: 600;line-height: 1.25em;text-decoration: none;font-style: normal;text-transform: uppercase;font-family: 'Inter', sans-serif;letter-spacing: 0px;color: #000;background-color: rgba(255, 255, 255, 0);border-style: none;border-radius: 40px;padding: 4px 20px 4px 4px;margin-top: 15px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--quickshop:hover{color: #ffffff;background-color: #ef6f31;border-style: none;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 18px;height: 18px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-description{text-align: left;color: #646464;margin: 5px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-description,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-description a{font-family: 'Raleway', sans-serif;font-size: 14px;font-weight: 400;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-0nmxybgu3qtg .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;font-family: 'Raleway', sans-serif;color: #fff;background-color: #aaa;border-style: none;border-radius: 40px;margin: 15px 0px 45px 0px;padding: 4px 20px 4px 4px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--soldout:hover{border-style: none;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--view-more{position: absolute;bottom: 100%;align-self: center;text-transform: uppercase;text-decoration: none;font-size: 12px;font-family: 'Raleway', sans-serif;font-weight: 600;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #000;border-style: none;border-radius: 40px;margin: 15px 0px 45px 0px;padding: 5px 20px 4px 4px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--view-more:hover{color: #fff;background-color: rgba(0, 0, 0, 0.7);border-style: none;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--view-more svg{width: 16px;height: 16px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-radio-label{text-align: left;color: #4C3419;margin: 10px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-radio-label,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-radio-label a{font-size: 12px;font-weight: 400;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-radio-list,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-swatch-item{text-align: center;font-size: 12px;font-weight: 400;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #000;background-color: #fff;border-style: solid;border-width: 1px;border-color: #d5d5d5;border-radius: 4px;margin: 8px 8px 0px 0px;padding: 3px 10px 2px 10px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-swatch-item:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-main-label{text-align: left;color: #000;margin: 10px 0px 5px 0px;padding: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-main-label,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-main-label a{font-size: 12px;font-weight: 500;font-family: 'Montserrat', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-colors-list,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-images-list{justify-content: flex-start;background-color: rgba(255, 0, 0, 0);border-style: solid;margin-top: 6px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-images-list li{width: 30px;height: 30px;border-style: solid;border-width: 1px;border-color: rgba(0, 0, 0, 0);margin: 0px 8px 0px 0px;padding: 1px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #ccc;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-images-list li,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-container .ecom-swiper-button-prev svg,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-container .ecom-swiper-button-next svg{height: 14px;width: 14px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-container .ecom-swiper-button-next{color: #000;background-color: #ffffff;box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.1);border-style: none;border-radius: 50%;margin: -70px -25px 40px -25px;padding: 12px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-container .ecom-swiper-button-prev:hover,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-container .ecom-swiper-button-next:hover{color: #fff;background-color: #000;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-information-title,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price a{font-size: 18px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--regular,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--from{margin: 0px;padding: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--sale{font-size: 18px;margin-bottom: 0px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-submit{align-self: center;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--quickshop{align-self: center;height: 40px;min-height: 40px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--soldout{align-self: center;height: 40px;min-height: 40px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--view-more{align-self: center;height: 40px;min-height: 40px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-container .ecom-swiper-button-next{margin-top: -80px;margin-right: -25px;margin-left: -25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-information-title,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-information-title a{font-size: 15px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price a{font-size: 15px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--sale{font-size: 15px;color: rgba(62, 33, 0, 0.73);}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--quickshop{padding-right: 20px;padding-left: 20px;margin-top: 20px;}.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-container .ecom-swiper-button-prev,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-container .ecom-swiper-button-next{margin: 0px 6px 25px 6px;}}.ecom-core.ecom-0nmxybgu3qtg{margin-top: 45px !important;padding-bottom: 0px !important;animation-duration: 800ms !important;}.ecom-core.ecom-0nmxybgu3qtg.ecom-animated{animation-name: fadeIn;;animation-duration: .75s;;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-0nmxybgu3qtg{margin-top: 30px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0nmxybgu3qtg{margin-top: 30px !important;}} .ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions{
    width: 100%;
}
.ecom-core.ecom-0nmxybgu3qtg span.ecom-collection__product-badge--sale:has(+ .ecom-collection__product-price--bage-sale){
    display: none!important;
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--sale{
    order: -1;
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-picker-main .ecom-collection__product-swatch-item{
    background-color: transparent;
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-child-element:before,.ecom-core.ecom-0nmxybgu3qtg .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-0nmxybgu3qtg span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-0nmxybgu3qtg .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-0nmxybgu3qtg .ecom-ajax-loading span.ecom-collection__product-add-cart-icon,.ecom-core.ecom-0nmxybgu3qtg .ecom-ajax-loading .ecom-add-to-cart-text{opacity: 0;}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item-type-element{
    position: relative;
    z-index: 1;
}
.ecom-core.ecom-0nmxybgu3qtg svg:not([class]){
    max-width: 18px;
    max-height: 18px;
    min-width: 12px;
    min-height: 12px;
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-add-cart-icon,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-sold-out-icon,.ecom-core.ecom-0nmxybgu3qtg .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-0nmxybgu3qtg .ecom-collection__product-submit,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--view-more{
    backdrop-filter: blur(4px);
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-description{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media(min-width:1025px){
    .ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--add,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-form__actions--view-more{
    transition: 0.4s;
    transform: translateY(5px);
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item:not(:hover) .ecom-collection__product-submit,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--add,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item:not(:hover) .ecom-collection__product-form__actions--view-more{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-swiper-navigation-position{
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 8;
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-container:hover .ecom-swiper-navigation-position{
    opacity: 1;
    visibility: visible;
}
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price--sale{
    text-align: left;
}
.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-price-wrapper{
    gap: 3px;
}
@media(max-width:1024px){
    .ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item .ecom-collection__product-submit,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item .ecom-collection__product-form__actions--add,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item .ecom-collection__product-form__actions--soldout,.ecom-core.ecom-0nmxybgu3qtg .ecom-collection__product-item .ecom-collection__product-form__actions--view-more{
        display: none;
    }
}
}
.ecom-core.ecom-kwt2e105mef{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kwt2e105mef{padding-bottom: 8px !important;}}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-lwj0pug19qd{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lwj0pug19qd{width: 100%;}}.ecom-core.ecom-bqbiid9xen .ecom-effect-accodion{transition: height 400ms ease, opacity 400ms ease;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__title{text-align: left;background-color: #fff;border-radius: 10px;padding: 18px 20px 18px 20px;margin: 0px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__title:hover{background-color: #fff;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__title.ecom-item-active{background-color: #fff;border-radius: 10px 10px 0px 0px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__title .ecom-items--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__title .ecom-items--icon{color: #000;}.ecom-core.ecom-bqbiid9xen .ecom-accordion_nav--icon{margin-left: 10px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;text-transform: none;font-weight: 600;line-height: 1.5em;font-style: normal;text-decoration: none;font-family: 'Albert Sans', sans-serif;letter-spacing: 0px;color: #000;}.ecom-core.ecom-bqbiid9xen .ecom-accordion_wrapper-info .ecom-items--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion_wrapper-info .ecom-accordion_icon-title{color: #000;}.ecom-core.ecom-bqbiid9xen .ecom-accordion_wrapper-info .ecom-accordion_icon-title:hover{color: #00;}.ecom-core.ecom-bqbiid9xen .ecom-accordion_icon-title{margin-right: 7px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion--image img{width: 20px !important;}.ecom-core.ecom-bqbiid9xen .ecom-accordion--image{margin-right: 10px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__body>.core__blocks>.core__blocks--body{background-color: #fff;border-style: none;border-radius: 0px 0px 10px 10px;overflow: hidden;padding: 0px 20px 20px 20px;margin: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bqbiid9xen .ecom-accordion__title{margin: 0px;padding: 10px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__body>.core__blocks>.core__blocks--body{margin-bottom: 0px;padding: 0px 15px 15px 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bqbiid9xen .ecom-accordion__title{padding: 10px 15px 10px 15px;margin-bottom: 0px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__title .ecom-items--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 14px;}.ecom-core.ecom-bqbiid9xen .ecom-accordion__body>.core__blocks>.core__blocks--body{padding-right: 15px;padding-bottom: 15px;padding-left: 15px;}}.ecom-core.ecom-bqbiid9xen{}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bqbiid9xen{padding-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bqbiid9xen{padding-bottom: 0px !important;margin-bottom: 0px !important;}} .ecom-core.ecom-bqbiid9xen .core__group--item.ecom-accordion__item{
    border: 1px solid #EDEDED;
    border-radius: 3px;
    margin-bottom: 13px;
}.ecom-core.ecom-jjmkp900qqd .ecom-text--more-actions button ,.ecom-core.ecom-jjmkp900qqd .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-jjmkp900qqd .text-content,.ecom-core.ecom-jjmkp900qqd  .text-content a,.ecom-core.ecom-jjmkp900qqd  .text-content p,.ecom-core.ecom-jjmkp900qqd  .text-content span{text-align: left;color: #868686;}.ecom-core.ecom-jjmkp900qqd .text-content,.ecom-core.ecom-jjmkp900qqd .text-content a,.ecom-core.ecom-jjmkp900qqd  .text-content a,.ecom-core.ecom-jjmkp900qqd  .text-content a a,.ecom-core.ecom-jjmkp900qqd  .text-content p,.ecom-core.ecom-jjmkp900qqd  .text-content p a,.ecom-core.ecom-jjmkp900qqd  .text-content span,.ecom-core.ecom-jjmkp900qqd  .text-content span a{font-size: 14px;font-family: 'Albert Sans', sans-serif;font-weight: 400;line-height: 1.7em;letter-spacing: 0px;}.ecom-core.ecom-jjmkp900qqd .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-jjmkp900qqd .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-jjmkp900qqd .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-jjmkp900qqd .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-jjmkp900qqd{padding-bottom: 0 !important;}.ecom-core.ecom-qjueztosmuk .ecom-text--more-actions button ,.ecom-core.ecom-qjueztosmuk .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-qjueztosmuk .text-content,.ecom-core.ecom-qjueztosmuk  .text-content a,.ecom-core.ecom-qjueztosmuk  .text-content p,.ecom-core.ecom-qjueztosmuk  .text-content span{text-align: left;color: #868686;}.ecom-core.ecom-qjueztosmuk .text-content,.ecom-core.ecom-qjueztosmuk .text-content a,.ecom-core.ecom-qjueztosmuk  .text-content a,.ecom-core.ecom-qjueztosmuk  .text-content a a,.ecom-core.ecom-qjueztosmuk  .text-content p,.ecom-core.ecom-qjueztosmuk  .text-content p a,.ecom-core.ecom-qjueztosmuk  .text-content span,.ecom-core.ecom-qjueztosmuk  .text-content span a{font-size: 14px;font-family: 'Albert Sans', sans-serif;font-weight: 400;line-height: 1.7em;letter-spacing: 0px;}.ecom-core.ecom-qjueztosmuk .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-qjueztosmuk .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-qjueztosmuk .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-qjueztosmuk .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-qjueztosmuk{padding-bottom: 0 !important;}.ecom-core.ecom-jkr8v49znc8 .ecom-text--more-actions button ,.ecom-core.ecom-jkr8v49znc8 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-jkr8v49znc8 .text-content,.ecom-core.ecom-jkr8v49znc8  .text-content a,.ecom-core.ecom-jkr8v49znc8  .text-content p,.ecom-core.ecom-jkr8v49znc8  .text-content span{text-align: left;color: #868686;}.ecom-core.ecom-jkr8v49znc8 .text-content,.ecom-core.ecom-jkr8v49znc8 .text-content a,.ecom-core.ecom-jkr8v49znc8  .text-content a,.ecom-core.ecom-jkr8v49znc8  .text-content a a,.ecom-core.ecom-jkr8v49znc8  .text-content p,.ecom-core.ecom-jkr8v49znc8  .text-content p a,.ecom-core.ecom-jkr8v49znc8  .text-content span,.ecom-core.ecom-jkr8v49znc8  .text-content span a{font-size: 14px;font-family: 'Albert Sans', sans-serif;font-weight: 400;line-height: 1.7em;letter-spacing: 0px;}.ecom-core.ecom-jkr8v49znc8 .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-jkr8v49znc8 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-jkr8v49znc8 .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-jkr8v49znc8 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-jkr8v49znc8{padding-bottom: 0 !important;}.ecom-core.ecom-aujwhoc209n .ecom-text--more-actions button ,.ecom-core.ecom-aujwhoc209n .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-aujwhoc209n .text-content,.ecom-core.ecom-aujwhoc209n  .text-content a,.ecom-core.ecom-aujwhoc209n  .text-content p,.ecom-core.ecom-aujwhoc209n  .text-content span{text-align: left;color: #868686;}.ecom-core.ecom-aujwhoc209n .text-content,.ecom-core.ecom-aujwhoc209n .text-content a,.ecom-core.ecom-aujwhoc209n  .text-content a,.ecom-core.ecom-aujwhoc209n  .text-content a a,.ecom-core.ecom-aujwhoc209n  .text-content p,.ecom-core.ecom-aujwhoc209n  .text-content p a,.ecom-core.ecom-aujwhoc209n  .text-content span,.ecom-core.ecom-aujwhoc209n  .text-content span a{font-size: 14px;font-family: 'Albert Sans', sans-serif;font-weight: 400;line-height: 1.7em;letter-spacing: 0px;}.ecom-core.ecom-aujwhoc209n .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-aujwhoc209n .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-aujwhoc209n .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-aujwhoc209n .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-aujwhoc209n{padding-bottom: 0 !important;}.ecom-core.ecom-gsg67xybntj .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-gsg67xybntj .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 30px;}.ecom-core.ecom-gsg67xybntj .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gsg67xybntj .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-gsg67xybntj .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 16px;}.ecom-core.ecom-gsg67xybntj .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gsg67xybntj .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-gsg67xybntj .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 30px;}.ecom-core.ecom-gsg67xybntj .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box{text-align: center;justify-content: center;border-radius: 0px;margin: 0px;padding: 0px;}.ecom-core.ecom-gsg67xybntj .ecom-image-default{width: 48px !important;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img img,.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img picture,.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img .ecom-shape-item.ecom-image-default{height: 48px !important;}.ecom-core.ecom-gsg67xybntj .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img{margin: 0px 0px 20px 0px;padding: 0px;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-icon{color: #000;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-icon svg{height: 50px;width: 50px;}.ecom-core.ecom-gsg67xybntj .element__featured--box-icon svg{border-radius: 0px;padding: 0px;margin: 0px;}.ecom-core.ecom-gsg67xybntj .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;font-family: 'Plus Jakarta Sans', sans-serif;color: #000;margin: 0px 0px 10px 0px;padding: 0px;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-text,.ecom-core.ecom-gsg67xybntj .element__featured a{font-size: 15px;font-weight: 400;line-height: 1.6em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;font-family: 'Plus Jakarta Sans', sans-serif;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-text{color: #747474;margin: 0px;padding: 0px 90px 0px 90px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box{text-align: center;justify-content: center;margin-right: 0px;}.ecom-core.ecom-gsg67xybntj .ecom-image-default{width: 40px !important;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img img,.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img picture,.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img .ecom-shape-item.ecom-image-default{height: 40px !important;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img{margin-right: 0px;margin-bottom: 16px;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-icon{justify-content: flex-start;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-title{font-size: 20px;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-text,.ecom-core.ecom-gsg67xybntj .element__featured a{font-size: 14px;font-weight: 500;text-transform: none;text-decoration: none;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-text{padding-right: 0px;padding-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box{text-align: center;justify-content: center;margin-right: 0px;}.ecom-core.ecom-gsg67xybntj .ecom-image-default{width: 40px !important;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img img,.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img picture,.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img .ecom-shape-item.ecom-image-default{height: 40px !important;}.ecom-core.ecom-gsg67xybntj .ecom-image-align{justify-content: center;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-img{margin-right: 0px;margin-bottom: 20px;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-title{font-size: 20px;margin-bottom: 10px;}.ecom-core.ecom-gsg67xybntj .element__featured .element__featured--box-text{margin-top: 0px;margin-bottom: 0px;padding-right: 0px;padding-left: 0px;}}.ecom-core.ecom-gsg67xybntj.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 700ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-gsg67xybntj{animation-duration: 700ms !important;} .ecom-core.ecom-gsg67xybntj .element__featured--box{
    display: flex;
    align-items: center;
}

.ecom-core.ecom-gsg67xybntj .element__featured--box{
    display: block !important;
}

.ecom-core.ecom-gsg67xybntj .ecom-image-align.ecom-flex{
    justify-content: center;
}

.ecom-core.ecom-gsg67xybntj .ecom-image-default{
    display: flex;
    justify-content: center;
}

.ecom-core.ecom-zaqah8s0ifp>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-zaqah8s0ifp{background-color: #fff;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zaqah8s0ifp{padding-bottom: 11px !important;}}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-jnnmjs3ijze{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jnnmjs3ijze{width: 100%;}}.ecom-core.ecom-h7dao1lbxs8 .element__heading .ecom__heading{text-align: left;padding: 0px;margin: 0px;}.ecom-core.ecom-h7dao1lbxs8 .element__heading .ecom__heading,.ecom-core.ecom-h7dao1lbxs8 .element__heading .ecom__heading a{font-weight: 400;line-height: 1.2em;letter-spacing: 0px;font-size: 48px;font-family: 'Playfair Display', sans-serif;font-style: normal;text-decoration: none;text-transform: none;}.ecom-core.ecom-h7dao1lbxs8  .element__heading .ecom__heading,.ecom-core.ecom-h7dao1lbxs8  .element__heading .ecom__heading a{color: #8C763B;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h7dao1lbxs8 .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-h7dao1lbxs8 .element__heading .ecom__heading,.ecom-core.ecom-h7dao1lbxs8 .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h7dao1lbxs8 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-h7dao1lbxs8 .element__heading .ecom__heading,.ecom-core.ecom-h7dao1lbxs8 .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-h7dao1lbxs8.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 500ms !important;animation-delay: 700ms;transition-delay: 700ms;transition-property: opacity;}.ecom-core.ecom-h7dao1lbxs8{animation-duration: 500ms !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h7dao1lbxs8{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h7dao1lbxs8{padding-bottom: 0 !important;}} @media(max-width:767px){
    .ecom-core.ecom-h7dao1lbxs8 .ecom__heading div{
        display: inline;
    }
}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ex2wn2aj9o5{padding-bottom: 0 !important;}}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.ecom-core.ecom-pa3f47x8u9s{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pa3f47x8u9s{width: 100%;}}.ecom-core.ecom-1dgp3ki8j7c .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-1dgp3ki8j7c .element__heading .ecom__heading,.ecom-core.ecom-1dgp3ki8j7c .element__heading .ecom__heading a{font-weight: 400;font-size: 36px;line-height: 1.25em;letter-spacing: 0px;font-family: 'Playfair Display', sans-serif;}.ecom-core.ecom-1dgp3ki8j7c  .element__heading .ecom__heading,.ecom-core.ecom-1dgp3ki8j7c  .element__heading .ecom__heading a{color: #8C763B;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1dgp3ki8j7c .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-1dgp3ki8j7c .element__heading .ecom__heading,.ecom-core.ecom-1dgp3ki8j7c .element__heading .ecom__heading a{font-size: 35px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1dgp3ki8j7c .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-1dgp3ki8j7c .element__heading .ecom__heading,.ecom-core.ecom-1dgp3ki8j7c .element__heading .ecom__heading a{font-size: 30px;}}.ecom-core.ecom-1dgp3ki8j7c.ecom-animated{animation-name: fadeInUp;;animation-duration: .75s;;animation-duration: 600ms !important;animation-delay: 600ms;transition-delay: 600ms;transition-property: opacity;}.ecom-core.ecom-1dgp3ki8j7c{animation-duration: 600ms !important;} .ecom-core.ecom-1dgp3ki8j7c b,.ecom-core.ecom-1dgp3ki8j7c strong{
    display: inline-flex;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    padding: 13px 0;
}
.ecom-core.ecom-1dgp3ki8j7c b::before,.ecom-core.ecom-1dgp3ki8j7c strong::before{
    content: "";
    border-style: solid;
    border-width: 4px 0 0 0;
    border-color: #f25d1d;
    position: absolute;
    border-radius: 50%;
    height: 50px;
    transform: rotate(-1.5deg);
    bottom: -34px;
    left: -50px;
    right: -50px;
    z-index: -1;
}
@media(max-width:767px){
    .ecom-core.ecom-1dgp3ki8j7c .ecom__heading div{
        display: inline;
    }
}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-plq0ydwgfv{padding-bottom: 6px !important;}}
.ecom-core.ecom-eswtszb7g8c{width: 100.00%;}.ecom-core.ecom-eswtszb7g8c>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-eswtszb7g8c{width: 100%;}}.ecom-core.ecom-eswtszb7g8c>.core__column--wrapper{background: url('https://cdn.shopify.com/s/files/1/0726/1221/7115/files/ecom-no-replace-vejYeYWmaIimage.png?v=1747629220') no-repeat scroll center center/cover;}html body .ecom-core.ecom-eswtszb7g8c>div.core__column--wrapper{padding: 50px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-eswtszb7g8c>div.core__column--wrapper{padding: 100px !important;}} @media(min-width:768px){
.ecom-core.ecom-eswtszb7g8c{
    clip-path: polygon(0% 0%,85% 0%,100% 100%,0% 100%);
}
}
.ecom-core.ecom-p3sfm445t0s{background-color: #425f46;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-p3sfm445t0s div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p3sfm445t0s{padding-bottom: 0 !important;}.ecom-core.ecom-p3sfm445t0s div.core__row--columns{flex-direction: row;}}
.ecom-core.ecom-nrcj2xznyvj{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nrcj2xznyvj{width: 100%;}}.ecom-core.ecom-w708d2gkxtg .ecom-newsletter-form-content{flex-direction: row;}.ecom-core.ecom-w708d2gkxtg .ecom-newsletter-form-content-wrap{width: 420px;}.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-container form{justify-content: flex-start;text-align: left;}.ecom-core.ecom-w708d2gkxtg{background-color: rgba(255, 0, 0, 0);}.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-field--input{text-align: left;font-size: 14px;font-family: 'Plus Jakarta Sans', sans-serif;font-weight: 400;color: #848484;width: 100%;height: 50px;background-color: #f5f5f5;border-style: none;border-radius: 0px;margin: 0px;padding: 10px 10px 10px 55px;}.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-field--input::placeholder{color: #848484;}.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-field--input:focus{outline-style:none;}.ecom-core.ecom-w708d2gkxtg .ecome-shopify__newsletter__button{font-size: 12px;font-weight: 500;text-transform: uppercase;line-height: 1.2px;letter-spacing: 1.2px;font-family: 'Jost', sans-serif;height: 50px;min-height: 50px;color: #fff;justify-content: center;align-items: center;background-color: #000;border-style: none;padding: 0px 30px 0px 30px;margin: 0px;}.ecom-core.ecom-w708d2gkxtg .ecome-shopify__newsletter__button:hover{color: #fff;background-color: #ba8063;border-style: none;}.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-success{text-align: center;color: #10631F;margin-top: 10px;margin-right: 0px;margin-bottom: 0px;}.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-success,.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-success a{font-family: 'Poppins', sans-serif;font-size: 14px;font-style: italic;}.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-status-error{text-align: center;color: #d92929;padding: 0px;margin: 10px 0px 0px 0px;}.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-status-error,.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-status-error a{font-family: 'Poppins', sans-serif;font-size: 14px;font-style: italic;}.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter__button-icon svg{height: 16px;width: 16px;}.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter__button-icon{padding: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w708d2gkxtg .ecom-newsletter-form-content-wrap{width: 100%;}.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-field--input{width: 100%;}.ecom-core.ecom-w708d2gkxtg .ecome-shopify__newsletter__button{width: 100%;justify-content: center;align-items: center;margin-left: 0px;}}.ecom-core.ecom-w708d2gkxtg{margin-top: 0px !important;padding-top: 20px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w708d2gkxtg{margin-top: -47px !important;}} .ecom-core.ecom-w708d2gkxtg *:focus-visible{
    box-shadow: 0 0 0;
    outline: none;
}
.ecom-core.ecom-w708d2gkxtg .ecom-shopify__newsletter-form-field--input{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5842 14H4.15842C1.86547 14 0 12.1345 0 9.84158V4.15842C0 1.86547 1.86547 0 4.15842 0H13.5842C15.8771 0 17.7426 1.86547 17.7426 4.15842V9.84158C17.7426 12.1345 15.8771 14 13.5842 14ZM4.15842 1.38614C2.62978 1.38614 1.38614 2.62978 1.38614 4.15842V9.84158C1.38614 11.3702 2.62978 12.6139 4.15842 12.6139H13.5842C15.1128 12.6139 16.3564 11.3702 16.3564 9.84158V4.15842C16.3564 2.62978 15.1128 1.38614 13.5842 1.38614H4.15842ZM11.4109 8.22694L14.8366 5.61019C15.1408 5.37784 15.199 4.9429 14.9666 4.63871C14.7342 4.33453 14.2993 4.27631 13.9951 4.50866L10.5699 7.1251C9.58085 7.87947 8.1996 7.88003 7.2099 7.12701L3.89075 4.54688C3.58854 4.31193 3.15308 4.36651 2.9182 4.66872C2.68329 4.97094 2.73783 5.40636 3.04004 5.64127L6.36175 8.22337L6.36681 8.22725C7.10923 8.79349 7.99878 9.07658 8.88854 9.07658C9.77831 9.07658 10.6682 8.79332 11.4109 8.22694Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left 25px center;
}.ecom-core.ecom-223ewszjq0s>div.core__row--columns{max-width: 1230px;}.ecom-core.ecom-223ewszjq0s{background-color: #fff;}.ecom-core.ecom-223ewszjq0s{padding-top: 80px !important;padding-bottom: 85px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-223ewszjq0s{padding-top: 35px !important;padding-bottom: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-223ewszjq0s{padding-top: 30px !important;padding-bottom: 0 !important;}}
.ecom-core.ecom-c358nppih8{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c358nppih8{width: 100%;}}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__list-collections-media-wrapper{display: flex;}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection-style-grid .ecom-shopify__list-collections{grid-template-columns: repeat(4,minmax(0,1fr));column-gap: 30px;row-gap: 30px;}.ecom-core.ecom-bjswcx8s8c9 .ecom-swiper-navigation-position{order: 0;width: auto;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection-style-grid .ecom-shopify__list-collections{grid-template-columns: repeat(3,minmax(0,1fr));}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection-style-grid .ecom-shopify__list-collections{grid-template-columns: repeat(2,minmax(0,1fr));column-gap: 15px;row-gap: 15px;}}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__list-collections--item{border-style: none;border-radius: 0px;overflow: hidden;padding: 0px;}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__list-collections--item .ecom-shopify__collection-card-title{flex-flow: column;}.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default img{object-fit: contain;}.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default ,.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default .ecom-image-default{opacity: 1;}.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default ,.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default .ecom-image-default,.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default  > picture,.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default > img{border-radius: 16px;overflow: hidden;}.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default:hover ,.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default:hover ,.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default:hover img{filter: brightness( 80% );}.ecom-core.ecom-bjswcx8s8c9 .ecom-image-default{transition: all 400ms ease;}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection-heading-title{text-align: center;color: #000000;transition: all 400ms ease;margin: 12px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection-heading-title,.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection-heading-title a{font-weight: 500;font-size: 20px;font-family: 'Poppins', sans-serif;line-height: 1.25em;letter-spacing: 0em;}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection-heading-title:hover{color: #FF6F61;}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection-card-counter,.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection-card-counter a{font-size: 16px;font-weight: 400;font-family: 'Poppins', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection-card-counter{color: #545454;margin: 5px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-prev svg,.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-next svg{height: 18px;width: 18px;}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-prev,.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-next{color: #292424;background-color: #ffffff;border-style: solid;border-width: 1px;border-color: #EBEBEB;border-radius: 30px;margin: -50px -30px 0px -30px;padding: 5px;}.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-prev:hover,.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-next:hover{color: #fff;background-color: #000;border-style: solid;border-width: 1px;border-color: #000;transition: all 400ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-prev,.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-next{margin: -50px -25px 0px -25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-prev,.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-next{margin-right: -25px;margin-left: -25px;}}.ecom-core.ecom-bjswcx8s8c9{padding-bottom: 0px !important;} .ecom-core.ecom-bjswcx8s8c9 .ecom-image-default img{
    object-fit: cover;
}
.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-prev,.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-next{
    aspect-ratio: 1;
    width: 44px;
    height: 44px;
}
@media(max-width:1024px){
    .ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-prev,.ecom-core.ecom-bjswcx8s8c9 .ecom-shopify__collection .ecom-swiper-button-next{
    width: 36px;
    height: 36px;
}
}.ecom-core.ecom-5tnobm86h3v>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-5tnobm86h3v{background-color: #fff;}.ecom-core.ecom-5tnobm86h3v{padding: 25px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5tnobm86h3v{padding: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5tnobm86h3v{padding: 0px 0px 0 0px !important;}}
.ecom-core.ecom-arbaizwdzui{width: 100%;}.ecom-core.ecom-arbaizwdzui>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace ~ div.ecom-block.elmspace{margin-top: 0px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-arbaizwdzui{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-arbaizwdzui>.core__column--wrapper{background-color: rgba(255, 0, 0, 0);}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-arbaizwdzui>div.core__column--wrapper{padding-top: 0px !important;padding-right: 0px !important;padding-left: 0px !important;margin-top: -16px !important;}}.ecom-core.ecom-sryb12i46zp>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-sryb12i46zp{margin-top: 0px !important;padding-right: 35px !important;padding-left: 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-sryb12i46zp{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sryb12i46zp{padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-pd957kcftul{width: 100.00%;}.ecom-core.ecom-pd957kcftul>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-pd957kcftul{width: 100%;}.ecom-core.ecom-pd957kcftul>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}}.ecom-core.ecom-37ctwfv060m .ecom-text--more-actions button ,.ecom-core.ecom-37ctwfv060m .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-37ctwfv060m .text-content,.ecom-core.ecom-37ctwfv060m  .text-content a,.ecom-core.ecom-37ctwfv060m  .text-content p,.ecom-core.ecom-37ctwfv060m  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-37ctwfv060m .text-content,.ecom-core.ecom-37ctwfv060m .text-content a,.ecom-core.ecom-37ctwfv060m  .text-content a,.ecom-core.ecom-37ctwfv060m  .text-content a a,.ecom-core.ecom-37ctwfv060m  .text-content p,.ecom-core.ecom-37ctwfv060m  .text-content p a,.ecom-core.ecom-37ctwfv060m  .text-content span,.ecom-core.ecom-37ctwfv060m  .text-content span a{text-transform: none;font-style: normal;text-decoration: none;line-height: 1.8em;font-size: 14px;font-family: 'Poppins', sans-serif;letter-spacing: 0px;font-weight: 400;}.ecom-core.ecom-37ctwfv060m .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-37ctwfv060m .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-37ctwfv060m .text-content,.ecom-core.ecom-37ctwfv060m  .text-content a,.ecom-core.ecom-37ctwfv060m  .text-content p,.ecom-core.ecom-37ctwfv060m  .text-content span{text-align: center;}}.ecom-core.ecom-37ctwfv060m{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-37ctwfv060m{padding-bottom: 0 !important;}} .ecom-core.ecom-37ctwfv060m a{color:#000 !important;}
.ecom-core.ecom-37ctwfv060m .text-content b{
    font-weight: 600;
}
.ecom-core.ecom-37ctwfv060m .text-content a:hover{
    opacity: 0.8;
}.ecom-core.ecom-fjm0xh5reea .ecom__element-divi,.ecom-core.ecom-fjm0xh5reea .divi-cont{justify-content: center;}.ecom-core.ecom-fjm0xh5reea .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-fjm0xh5reea .divi-line.divi-style{width: 100%;}.ecom-core.ecom-fjm0xh5reea .ecom__element-divi .divi-style{border-color: #EBEBEB;border-bottom-width: 1px;}.ecom-core.ecom-fjm0xh5reea .ecom__element-divi{padding-top: 20px;padding-bottom: 0px;}.ecom-core.ecom-bbo4uvmnr3>div.core__row--columns{max-width: 1470px;}.ecom-core.ecom-bbo4uvmnr3{padding-top: 75px !important;padding-right: 35px !important;padding-left: 35px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bbo4uvmnr3{padding: 35px 0px 0px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bbo4uvmnr3{padding-top: 20px !important;padding-right: 0px !important;padding-left: 0px !important;}}.ecom-core.ecom-gj2bgmuddx{width: 33.33%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gj2bgmuddx{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-gj2bgmuddx{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-gj2bgmuddx>div.core__column--wrapper{margin-top: -16px !important;}}.ecom-core.ecom-gaqponxivt .ecom-shopify__menu-item a,.ecom-core.ecom-gaqponxivt .ecom-shopify__menu-item a a{text-decoration: none;font-weight: 400;line-height: 1.4em;font-size: 14px;font-family: 'Poppins', sans-serif;letter-spacing: 0px;text-transform: none;font-style: normal;}.ecom-core.ecom-gaqponxivt .ecom-shopify__menu-item a{color: #000;transition: all 400ms ease;margin: 0px 0px 15px 0px;padding: 0px;}.ecom-core.ecom-gaqponxivt .ecom-shopify__menu-item a:hover{color: #FF6F61;}.ecom-core.ecom-gaqponxivt .ecom-shopify__menu-item a.ecom-text-active{color: #FF6F61;}.ecom-core.ecom-gaqponxivt{margin-top: 25px !important;} .ecom-core.ecom-gaqponxivt ul.ecom-shopify__menu-list{
    list-style: none;
}
.ecom-core.ecom-gaqponxivt .ecom-shopify__menu-item:last-child a{
    margin-bottom: 0;
}.ecom-core.ecom-dk6jeah5hm{width: 33.33%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-dk6jeah5hm{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-dk6jeah5hm{width: 100%;}}.ecom-core.ecom-0h283zq1jluc .element__heading .ecom__heading{text-align: left;margin: 0px;padding: 0px;}.ecom-core.ecom-0h283zq1jluc .element__heading .ecom__heading,.ecom-core.ecom-0h283zq1jluc .element__heading .ecom__heading a{line-height: 1.25em;font-size: 18px;font-weight: 500;font-family: 'Poppins', sans-serif;letter-spacing: 0em;}.ecom-core.ecom-0h283zq1jluc  .element__heading .ecom__heading,.ecom-core.ecom-0h283zq1jluc  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0h283zq1jluc .element__heading .ecom__heading{text-align: left;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0h283zq1jluc .element__heading .ecom__heading{text-align: left;}}.ecom-core.ecom-0h283zq1jluc{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-0h283zq1jluc{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-0h283zq1jluc{padding-bottom: 0 !important;}}.ecom-core.ecom-5jujuukcq8u{width: 33.33%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-5jujuukcq8u{width: 50%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5jujuukcq8u{width: 100%;}}html body .ecom-core.ecom-5jujuukcq8u>div.core__column--wrapper{padding-right: 50px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-5jujuukcq8u>div.core__column--wrapper{padding-right: 50px !important;}}.ecom-core.ecom-l9a1fjdh669 .element__social{justify-content: flex-start;}.ecom-core.ecom-l9a1fjdh669 .ecom__element-social{background-color: rgba(255, 255, 255, 0);margin: 0px 12px 0px 0px;padding: 0px;}.ecom-core.ecom-l9a1fjdh669 .element__social .social-icon svg{height: 16px;width: 16px;}.ecom-core.ecom-l9a1fjdh669 .element__social .social-icon{color: #000;border-style: solid;border-width: 1px;border-color: #EBEBEB;border-radius: 50%;transition: all 300ms ease;}.ecom-core.ecom-l9a1fjdh669 .element__social .social-icon:hover{color: #fff;background-color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l9a1fjdh669 .element__social{justify-content: flex-start;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l9a1fjdh669 .element__social{justify-content: flex-start;}}.ecom-core.ecom-l9a1fjdh669{padding-bottom: 0px !important;margin-top: 20px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l9a1fjdh669{margin-top: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-l9a1fjdh669{margin-top: 20px !important;}}.ecom-core.ecom-sg7tp4l91v .ecom-image-align{align-items: flex-start;}.ecom-core.ecom-sg7tp4l91v .ecom-image-default{width: 88px !important;}.ecom-core.ecom-sg7tp4l91v .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-sg7tp4l91v .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-sg7tp4l91v .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-sg7tp4l91v .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-sg7tp4l91v{padding-bottom: 0px !important;margin-top: -3px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sg7tp4l91v{padding-bottom: 0 !important;}}.ecom-core.ecom-ftyol4qn96t>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-ftyol4qn96t{background-color: #fff;border-style: none;}.ecom-core.ecom-ftyol4qn96t{position: relative;z-index: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ftyol4qn96t{padding-right: 0px !important;padding-left: 0px !important;}.ecom-core.ecom-ftyol4qn96t div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ftyol4qn96t{padding-top: 15px !important;padding-right: 0px !important;padding-left: 0px !important;margin-top: 0px !important;}.ecom-core.ecom-ftyol4qn96t div.core__row--columns{flex-direction: row;}}

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;}