/** Shopify CDN: Minification failed

Line 1406:13 Expected identifier but found whitespace
Line 1406:14 Unexpected "0"

**/
/* Publish by EComposer at 2025-08-05 06:07:45*/@font-face {font-family: 'Satoshi-Regular'; src: url('/cdn/shop/files/Satoshi-Regular.otf?v=1721028449&display=swap') format('opentype');font-display: swap;}@font-face {font-family: 'Satoshi-Medium'; src: url('/cdn/shop/files/Satoshi-Medium.otf?v=1722587770&display=swap') format('opentype');font-display: swap;}/**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                    /* display: flex; responsive generate display block */
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                /*.ecom-column:hover {
                    z-index: 1;
                }*/

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

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

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

            

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

                    .el__heading--tooltip-left{
                        transform: translate(-20px, -50%);
                        right: 100%;
                        top: 50%;
                    }
                    .el__heading--tooltip-top{
                        left: 50%;
                        bottom: 100%;
                        transform: translate(-50%, -10px);
                    }
                    .el__heading--tooltip-right {
                        top: 50%;
                        left: 100%;
                        transform: translate(20px, -50%);
                    }
                    .tooltip__arrow:before{
                        position: absolute;
                        content: '';
                        width: 8px;
                        height: 8px;
                        background: inherit;
                        z-index: -1;
                    }
                    .tooltip__arrow.el__heading--tooltip-bottom:before{
                        top: 0;
                        transform: translate(-50%, -50%) rotate(45deg);
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-top:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 0%;
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-right:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 50%;
                        left: 0%;
                    }
                    .tooltip__arrow.el__heading--tooltip-left:before{
                        transform: translate(50%,50%) rotate(45deg);
                        bottom: 50%;
                        right: 0%;
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-bottom, .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-top {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-50%, 0);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-left {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-15px, -50%);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-right {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(15px, -50%);
                    }
                    @media screen and (max-width: 1024px) {
                        .el__heading--tooltip-content.el__tooltip-desktop {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: block;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-mobile {
                            display: block;
                        }
                    }
                
                    .ecom-product-single__price-container-grid {
                        display: flex;
                    }
                    .ecom-product-single__price--sale{
                        font-size: 30px;
                        color: rgb(26, 27, 24);
                        display:inline-flex;
                    }
                    .ecom-product-single__price--regular{
                        text-decoration: line-through;
                        color: #6B7280;
                        display:inline-flex;
                    }
                    .ecom-product-single__price--badges-sale{
                        display: none;
                        color:red;
                    }
                    .ecom-product-single__price--badges-sale-pecent{
                        display: block;
                    }
                    .ecom-product-single__price-container .ecom-product-single__price--prices{
                        display:inline-flex;
                        align-items:center;
                        justify-content:center;
                        gap:10px;
                        flex-wrap: wrap;
                    }
                    .ecom-product-single__price-container {
                        display: flex;
                        flex-direction: column;
                        gap: 5px;
                    }
                    .ecom-product-single-afterpay afterpay-placement{
                        margin:0;
                        padding: 0;
                    }
                
                    .ecom-add-to-cart__price .ecom-product-single__price--sale{
                        font-size: inherit;
                        color: inherit;
                    }
                    .ecom-product-single__add-to-cart--submit:disabled .ecom-add-to-cart__price{
                        display: none;
                    }
                    .ecom-add-to-cart__money{
                        display: flex;
                    }
                    .ecom-builder .shopify-payment-button__button--hidden{
                        visibility: visible
                    }
                    .ecom-product-single__add-to-cart-payment-terms:empty{
                        display:none;
                    }

                    .ecom-product-single__add-to-cart--submit {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-product-single__add-to-cart--submit[disable] {
                        cursor: not-allowed;
                    }
                    .ecom-product-single__add-to-cart-buttons-wrapper {display: flex;align-items: center;}
                    .ecom-product-single__add-to-cart--submit:hover .ecom__element--button-icon {
                        color: var(--icon-color-hover);
                    }
                
                    .ecom-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-iconlist--image img{
                    width: 20%;
                }
                .ecom-iconlist--link{
                    text-decoration:none
                }
                .ecom-iconlist--list{
                    display:grid;
                }
                .ecom-iconlist--item{
                    position: relative
                }
                .ecom-iconlist--list[data-layout='inline'] .ecom-iconlist--item{
                    display: flex;
                    align-items:center;
                }
                .ecom-iconlist-content{
                    flex:1;
                    display:flex;
                    flex-direction:column;
                    gap:10px;
                }
                .ecom-iconlist--title{
                    margin:0;
                }
                .ecom-iconlist--list, .ecom-iconlist--container {
                    margin: 0;
                    padding: 0;
                    list-style-type: none;
                }
                .ecom-iconlist--container{
                    display:flex;
                    align-items:center;
                }
                .ecom-iconlist--list[data-layout='default'] .ecom-iconlist--container {
                    padding-top: calc(var(--ecom-spacing) / 2);
                    padding-bottom: calc(var(--ecom-spacing) / 2);
                }

                .ecom-iconlist--list[data-layout='default'] .ecom-iconlist--item{
                    flex-direction:column;
                    display:flex;
                }
                .ecom-iconlist--list[data-layout='default']{
                    display:grid !important;
                }
                .ecom-iconlist--list[data-layout='inline']{
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }
                .ecom-iconlist--list[data-layout='inline'] {
                    margin-left: calc(var(--ecom-spacing) / -2);
                    margin-right: calc(var(--ecom-spacing) / -2);
                }
                .ecom-iconlist--list[data-layout='inline'] .ecom-iconlist--container {
                    padding-left: calc(var(--ecom-spacing) / 2);
                    padding-right: calc(var(--ecom-spacing) / 2);
                }
                .ecom-iconlist--icon{
                    display: flex;
                }
                .ecom-iconlist--icon[data-image="true"]{
                    display: none;
                }
                .ecom-iconlist--icon svg {
                    height: 37px;
                    width: 37px;
                }
                .ecom-iconlist--container{
                    display: inline-flex;
                    align-items: center;
                }
            
                .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-placeholder-on-builder-mode.ecom-element__placeholder:empty::before{
                        display: flex;
                        flex-direction: row;
                        flex-wrap: nowrap;
                        position: relative;
                        justify-content: center;
                        align-items: center;
                        border-radius: 8px;
                        border: 1px dashed #91D0FF;
                        color: #00527C;
                        font-size: 13px;
                        line-height: 20px;
                        font-weight: 650;
                        opacity: 1;
                        padding: 6px;
                    }
                    .ecom-elements__lightbox-content {
                        background: #fff;
                        padding: 30px;
                        min-height: 100px;
                    }
                    body .ecom-modal-box .ecom-modal-box__content {
                        overflow-y: auto !important;
                    }
                    .ecom-element__lightbox-container > button {
                        cursor: pointer;
                    }
                    .ecom-modal--visible .ecom-elements__lightbox-content {
                        display: block !important;
                    }
                    .ecom-lightbox-picture img {
                        width: 100%;
                    }
                    @media (max-width: 767px) {
                        div[id^=ecom-elements__lightbox-content] img {
                            object-fit: contain !important;
                        }
                    }
                
                #ecom-builder .ecom-shopify__product-box .core__blocks.core__blocks--empty {
                    background-color: #e5e5f7;
                    opacity: 0.8;
                    background-image: radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px);
                    background-size: 10px 10px;
                }
                #ecom-builderx .ecom-shopify__product-box .core__group--items .core__group--body{
                    background-color: #e5e5f7;
                    opacity: 0.7;
                    background-image:  radial-gradient(#444cf7 0.65px, transparent 0.65px), radial-gradient(#444cf7 0.65px, #e5e5f7 0.65px);
                    background-size: 26px 26px;
                    background-position: 0 0,13px 13px;
                }
                .ecom-shopify__product-box div.core__group--body > div.core__blocks  {
                    padding: 0
                }
            
                .ecom-product-single__media-container .ecom-swiper-container.ecom-product-single__media--featured {
                    overflow-y: unset !important;
                    overflow-x: clip !important;
                }
                .ecom-product-single .ecom-swiper-button-lock {
                    display: none !important;
                }
                .ecom-modal-gallery-item iframe {
                    width: 100%;
                    height: 100%;
                }
                .ecom-element.ecom-product-single .ecom-image-link-product {
                    cursor: inherit;
                }
                .ecom-product-single__media--image img {
                    display: block;
                    max-width: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -o-user-select: none;
                    user-select: none;
                }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                100% {
                    opacity: 0; } }

            
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.ecom-core.ecom-w2q645qs3t{width: 25.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w2q645qs3t{width: 100%;}}.ecom-core.ecom-w2q645qs3t>.core__column--wrapper{background-color: #f2f0ed;border-style: solid;border-width: 2px;border-color: #e6c993;}.ecom-core.ecom-w2q645qs3t>.core__column--wrapper,.ecom-core.ecom-w2q645qs3t>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 16px;}.ecom-core.ecom-6o3mlb3xo2b{} .ecom-core.ecom-me6rmrzuzi .ecom-element__lightbox-container{justify-content: center;}body .ecom-container-lightbox-ecom-me6rmrzuzi .ecom-modal-box__content{font-size: 14px;background-color: #fcfcfc;border-radius: 12px;overflow: hidden;padding: 12px;margin-top: 24px;}.ecom-core.ecom-me6rmrzuzi .ecom-elements__lightbox-button{font-size: 14px;font-weight: 600;font-family: 'Satoshi-Regular', sans-serif;color: var(--ecom-global-colors-LKljm1);background-color: rgba(52, 147, 91, 0.08);border-style: none;border-radius: 8px;padding: 12px 24px 12px 24px;margin-top: 0px;}.ecom-core.ecom-me6rmrzuzi .ecom-elements__lightbox-button:hover{color: var(--ecom-global-colors-szRw3Y);background-color: rgba(52, 147, 91, 0.16);}body .ecom-container-lightbox-ecom-me6rmrzuzi .ecom-elements__lightbox-content-heading,body .ecom-container-lightbox-ecom-me6rmrzuzi .ecom-elements__lightbox-content-heading a{font-size: 16px;font-weight: 500;}body .ecom-container-lightbox-ecom-me6rmrzuzi .ecom-elements__lightbox-content-heading{color: #000;}.ecom-core.ecom-me6rmrzuzi{margin-top: 1em !important;padding-bottom: 0em !important;}.ecom-core.ecom-9ewftdhrfvk .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-9ewftdhrfvk .ecom-iconlist--list{gap: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9ewftdhrfvk .ecom-iconlist--list{gap: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9ewftdhrfvk .ecom-iconlist--list{gap: 0px;}}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-9ewftdhrfvk .ecom-iconlist--item{width: 100%;}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{background-color: rgba(70, 158, 165, 0);}.ecom-core.ecom-9ewftdhrfvk .ecom-image-default{width: 20% !important;}.ecom-core.ecom-9ewftdhrfvk .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--icon{align-self: flex-start;color: #fff;background-color: #dc2626;border-style: none;border-radius: 50%;margin-top: 1px;margin-right: 8px;}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #4b3e34;margin-bottom: 2px;}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;font-weight: 700;line-height: 18px;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: var(--ecom-global-colors-accent);margin-top: 0px;}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--des a{font-size: 1px;line-height: 0.1em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--title a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9ewftdhrfvk .ecom-iconlist--item{width: 100%;}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-top: 2px;padding-bottom: 8px;}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-9ewftdhrfvk .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-9ewftdhrfvk{margin: 25px auto 0px auto !important;padding-right: 0px !important;padding-bottom: 0 !important;padding-left: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9ewftdhrfvk{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9ewftdhrfvk{padding-right: 0px !important;padding-left: 0px !important;}} .ecom-core.ecom-9ewftdhrfvk .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-nzxvsyeqgld .ecom-text--more-actions button ,.ecom-core.ecom-nzxvsyeqgld .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-nzxvsyeqgld .text-content,.ecom-core.ecom-nzxvsyeqgld  .text-content a,.ecom-core.ecom-nzxvsyeqgld  .text-content p,.ecom-core.ecom-nzxvsyeqgld  .text-content span{text-align: center;color: #dc2626;padding-top: 3px;padding-bottom: 3px;}.ecom-core.ecom-nzxvsyeqgld .text-content,.ecom-core.ecom-nzxvsyeqgld .text-content a,.ecom-core.ecom-nzxvsyeqgld  .text-content a,.ecom-core.ecom-nzxvsyeqgld  .text-content a a,.ecom-core.ecom-nzxvsyeqgld  .text-content p,.ecom-core.ecom-nzxvsyeqgld  .text-content p a,.ecom-core.ecom-nzxvsyeqgld  .text-content span,.ecom-core.ecom-nzxvsyeqgld  .text-content span a{font-size: 14.2px;font-weight: 600;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-nzxvsyeqgld .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-nzxvsyeqgld .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-nzxvsyeqgld .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-nzxvsyeqgld .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-nzxvsyeqgld{margin-top: 0px !important;padding-bottom: 0 !important;background-color: #fef2f2;} .ecom-core.ecom-nzxvsyeqgld.border_round{
    border-radius: 50px;
}.ecom-core.ecom-c32bwhinlg5 .ecom-text--more-actions button ,.ecom-core.ecom-c32bwhinlg5 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-c32bwhinlg5 .text-content,.ecom-core.ecom-c32bwhinlg5  .text-content a,.ecom-core.ecom-c32bwhinlg5  .text-content p,.ecom-core.ecom-c32bwhinlg5  .text-content span{text-align: center;color: #dc2626;}.ecom-core.ecom-c32bwhinlg5 .text-content,.ecom-core.ecom-c32bwhinlg5 .text-content a,.ecom-core.ecom-c32bwhinlg5  .text-content a,.ecom-core.ecom-c32bwhinlg5  .text-content a a,.ecom-core.ecom-c32bwhinlg5  .text-content p,.ecom-core.ecom-c32bwhinlg5  .text-content p a,.ecom-core.ecom-c32bwhinlg5  .text-content span,.ecom-core.ecom-c32bwhinlg5  .text-content span a{font-size: 13px;font-weight: 500;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-c32bwhinlg5 .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-c32bwhinlg5 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-c32bwhinlg5 .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-c32bwhinlg5 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-c32bwhinlg5{margin-top: 0px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-c32bwhinlg5{padding-bottom: 0 !important;}}.ecom-core.ecom-7zcttw446j .ecom__element-divi,.ecom-core.ecom-7zcttw446j .divi-cont{justify-content: center;}.ecom-core.ecom-7zcttw446j .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-7zcttw446j .divi-line.divi-style{width: 100%;}.ecom-core.ecom-7zcttw446j .ecom__element-divi .divi-style{border-bottom-width: 1px;}.ecom-core.ecom-7zcttw446j .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-7zcttw446j{padding-bottom: 0 !important;}.ecom-core.ecom-qvlryq1261a .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-qvlryq1261a .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 4px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qvlryq1261a .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 8px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qvlryq1261a .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 8px;}}.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-qvlryq1261a .ecom-image-default{width: 20% !important;}.ecom-core.ecom-qvlryq1261a .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 0%;margin: 0px 8px 0px 0px;padding: 0px;}.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #454545;margin-bottom: 0px;}.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;font-weight: 600;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: capitalize;letter-spacing: 0px;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: #8C8C8C;margin: 0px;padding: 0px;}.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--des a{font-size: 1px;line-height: 1.75em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-qvlryq1261a{margin-top: 1em !important;margin-bottom: 0em !important;} .ecom-core.ecom-qvlryq1261a .ecom-iconlist--container{
    align-items: flex-start;
}

@media screen and (min-width:1201px){

.ecom-core.ecom-qvlryq1261a .ecom-base-iconlist{
   min-height:226px
}

}.ecom-core.ecom-ni5610yxa6f .ecom-button-default{justify-content: center;}.ecom-core.ecom-ni5610yxa6f .ecom__element--button, .ecom-core.ecom-ni5610yxa6f .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-ni5610yxa6f .ecom__element--button{font-size: 16px;font-family: 'Satoshi-Regular', sans-serif;font-weight: 600;width: 100%;color: var(--ecom-global-colors-LKljm1);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-LKljm1);border-radius: 8px;transition-duration: 400ms;;;padding: 11px 30px 11px 30px;}.ecom-core.ecom-ni5610yxa6f .ecom__element--button:hover{width: 100%;color: var(--ecom-global-colors-szRw3Y);background-color: rgba(52, 147, 91, 0.16);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-LKljm1);}.ecom-core.ecom-ni5610yxa6f .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-ni5610yxa6f{padding-bottom: 0 !important;}.ecom-core.ecom-hguyqu8o35 .ecom-button-default{justify-content: center;}.ecom-core.ecom-hguyqu8o35 .ecom__element--button, .ecom-core.ecom-hguyqu8o35 .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-hguyqu8o35 .ecom__element--button{font-size: 16px;font-family: 'Satoshi-Regular', sans-serif;font-weight: 600;width: 100%;color: var(--ecom-global-colors-primary);background-color: var(--ecom-global-colors-text);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-text);border-radius: 8px;transition-duration: 400ms;;;padding: 11px 30px 11px 30px;}.ecom-core.ecom-hguyqu8o35 .ecom__element--button:hover{width: 100%;color: var(--ecom-global-colors-primary);background-color: rgba(2, 10, 20, 0.86);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-text);}.ecom-core.ecom-hguyqu8o35 .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-hguyqu8o35{padding-bottom: 0 !important;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price-container-grid{justify-content: center;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 24px;font-family: 'Satoshi-Regular', sans-serif;font-weight: 600;line-height: 1.25em;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--sale.ecom-product-single__price-normal{color: var(--ecom-global-colors-LKljm1);}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--sale,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--sale a{font-family: 'Satoshi-Regular', sans-serif;font-size: 20px;font-weight: 600;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--sale{color: var(--ecom-global-colors-text);}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--regular,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--regular a{font-size: 20px;font-family: 'Satoshi-Medium', sans-serif;font-weight: 500;line-height: 1.25px;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--regular{color: #000000;margin-right: 0px;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sale,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sale a{font-size: 16px;font-weight: 600;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.875em;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sale{color: #ffffff;padding: 4px 18px 4px 18px;margin-top: 0px;margin-left: 0px;background-color: rgba(222, 29, 29, 0);border-radius: 50px;overflow: hidden;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sold-out a{font-size: 16px;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.875em;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sold-out{color: #ffffff;padding: 4px 16px 4px 16px;margin-left: 0px;background-color: #111827;border-radius: 50px;overflow: hidden;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 20px;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--regular,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--regular a{font-size: 20px;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sale,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sale a{font-size: 14px;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sold-out a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 16px;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--regular,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--regular a{font-size: 16px;}.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sale,.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--badges-sale a{font-size: 12px;}}.ecom-core.ecom-sd6a3tt1ce{margin-top: 15px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sd6a3tt1ce{padding-top: 0px !important;padding-bottom: 10px !important;}} .ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price--regular{
    text-decoration-thickness: 4%;
}
.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price-container-grid{
    align-items: center;
}
.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price-container .ecom-product-single__price--prices{
    justify-content: start;
    flex-wrap: wrap;
}
.ecom-core.ecom-sd6a3tt1ce .ecom-product-single__price-container-grid{
    flex-wrap: wrap;
    gap: 10px;
}.ecom-core.ecom-tiolwx2vtr8 .ecom-product-single__media--slider{flex-flow: column;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-tiolwx2vtr8 .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-tiolwx2vtr8 .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-tiolwx2vtr8 .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-tiolwx2vtr8 .ecom-product-single__media--featured > picture,.ecom-core.ecom-tiolwx2vtr8 .ecom-product-single__media--featured > img{border-style: solid;border-color: var(--ecom-global-colors-NMXQHt);border-width: 1px;}.ecom-core.ecom-tiolwx2vtr8 .ecom-product-single__media--featured ,.ecom-core.ecom-tiolwx2vtr8 .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-tiolwx2vtr8 .ecom-product-single__media--featured  > picture,.ecom-core.ecom-tiolwx2vtr8 .ecom-product-single__media--featured > img{border-radius: 8px;overflow: hidden;}.ecom-core.ecom-tiolwx2vtr8{} .ecom-core.ecom-tiolwx2vtr8 img{
    cursor:pointer;
}.ecom-core.ecom-ednl13xpk4h .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ednl13xpk4h .element__heading .ecom__heading,.ecom-core.ecom-ednl13xpk4h .element__heading .ecom__heading a{font-weight: 600;font-family: 'Playfair Display', sans-serif;font-size: 24px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ednl13xpk4h .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ednl13xpk4h .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ednl13xpk4h .element__heading .ecom__heading,.ecom-core.ecom-ednl13xpk4h .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-ednl13xpk4h{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ednl13xpk4h{padding-bottom: 0 !important;}}.ecom-core.ecom-ni1czx92iut .ecom-text--more-actions button ,.ecom-core.ecom-ni1czx92iut .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-ni1czx92iut .text-content,.ecom-core.ecom-ni1czx92iut  .text-content a,.ecom-core.ecom-ni1czx92iut  .text-content p,.ecom-core.ecom-ni1czx92iut  .text-content span{text-align: center;color: var(--ecom-global-colors-LKljm1);}.ecom-core.ecom-ni1czx92iut .text-content,.ecom-core.ecom-ni1czx92iut .text-content a,.ecom-core.ecom-ni1czx92iut  .text-content a,.ecom-core.ecom-ni1czx92iut  .text-content a a,.ecom-core.ecom-ni1czx92iut  .text-content p,.ecom-core.ecom-ni1czx92iut  .text-content p a,.ecom-core.ecom-ni1czx92iut  .text-content span,.ecom-core.ecom-ni1czx92iut  .text-content span a{font-family: 'Satoshi-Medium', sans-serif;font-size: 12px;text-transform: uppercase;}.ecom-core.ecom-ni1czx92iut .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ni1czx92iut .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-ni1czx92iut{margin: auto !important;padding: 8px 16px 8px 16px !important;width: 180px;max-width:180px;background-color: var(--ecom-global-colors-Slb4UX);} .ecom-core.ecom-ni1czx92iut{
  box-shadow:
  0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 48px;
}.ecom-core.ecom-lywyumytn5g{width: 25.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lywyumytn5g{width: 100%;}}.ecom-core.ecom-lywyumytn5g>.core__column--wrapper{background-color: #f2f0ed;border-style: solid;border-width: 2px;border-color: #e6c993;}.ecom-core.ecom-lywyumytn5g>.core__column--wrapper,.ecom-core.ecom-lywyumytn5g>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 16px;}.ecom-core.ecom-gjo5dufumt{} .ecom-core.ecom-g76ab36f2k .ecom-element__lightbox-container{justify-content: center;}body .ecom-container-lightbox-ecom-g76ab36f2k .ecom-modal-box__content{font-size: 14px;background-color: #fcfcfc;border-radius: 12px;overflow: hidden;padding: 12px;margin-top: 24px;}.ecom-core.ecom-g76ab36f2k .ecom-elements__lightbox-button{font-size: 14px;font-weight: 600;font-family: 'Satoshi-Regular', sans-serif;color: var(--ecom-global-colors-LKljm1);background-color: rgba(52, 147, 91, 0.08);border-style: none;border-radius: 8px;padding: 12px 24px 12px 24px;margin-top: 0px;}.ecom-core.ecom-g76ab36f2k .ecom-elements__lightbox-button:hover{color: var(--ecom-global-colors-szRw3Y);background-color: rgba(52, 147, 91, 0.16);}body .ecom-container-lightbox-ecom-g76ab36f2k .ecom-elements__lightbox-content-heading,body .ecom-container-lightbox-ecom-g76ab36f2k .ecom-elements__lightbox-content-heading a{font-size: 16px;font-weight: 500;}body .ecom-container-lightbox-ecom-g76ab36f2k .ecom-elements__lightbox-content-heading{color: #000;}.ecom-core.ecom-g76ab36f2k{margin-top: 1em !important;padding-bottom: 0em !important;}.ecom-core.ecom-aymc6dt1s8g .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-aymc6dt1s8g .ecom-iconlist--list{gap: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-aymc6dt1s8g .ecom-iconlist--list{gap: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aymc6dt1s8g .ecom-iconlist--list{gap: 0px;}}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-aymc6dt1s8g .ecom-iconlist--item{width: 100%;}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{background-color: rgba(70, 158, 165, 0);}.ecom-core.ecom-aymc6dt1s8g .ecom-image-default{width: 20% !important;}.ecom-core.ecom-aymc6dt1s8g .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--icon{align-self: flex-start;color: #fff;background-color: #dc2626;border-style: none;border-radius: 50%;margin-top: 1px;margin-right: 8px;}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #4b3e34;margin-bottom: 2px;}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;font-weight: 700;line-height: 18px;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: var(--ecom-global-colors-accent);margin-top: 0px;}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--des a{font-size: 1px;line-height: 0.1em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--title a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aymc6dt1s8g .ecom-iconlist--item{width: 100%;}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-top: 2px;padding-bottom: 8px;}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-aymc6dt1s8g .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-aymc6dt1s8g{margin: 25px auto 0px auto !important;padding-right: 0px !important;padding-bottom: 0 !important;padding-left: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-aymc6dt1s8g{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aymc6dt1s8g{padding-right: 0px !important;padding-left: 0px !important;}} .ecom-core.ecom-aymc6dt1s8g .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-o2mqoprnkci .ecom-text--more-actions button ,.ecom-core.ecom-o2mqoprnkci .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-o2mqoprnkci .text-content,.ecom-core.ecom-o2mqoprnkci  .text-content a,.ecom-core.ecom-o2mqoprnkci  .text-content p,.ecom-core.ecom-o2mqoprnkci  .text-content span{text-align: center;color: #dc2626;padding-top: 3px;padding-bottom: 3px;}.ecom-core.ecom-o2mqoprnkci .text-content,.ecom-core.ecom-o2mqoprnkci .text-content a,.ecom-core.ecom-o2mqoprnkci  .text-content a,.ecom-core.ecom-o2mqoprnkci  .text-content a a,.ecom-core.ecom-o2mqoprnkci  .text-content p,.ecom-core.ecom-o2mqoprnkci  .text-content p a,.ecom-core.ecom-o2mqoprnkci  .text-content span,.ecom-core.ecom-o2mqoprnkci  .text-content span a{font-size: 14.2px;font-weight: 600;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-o2mqoprnkci .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-o2mqoprnkci .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-o2mqoprnkci .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-o2mqoprnkci .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-o2mqoprnkci{margin-top: 0px !important;padding-bottom: 0 !important;background-color: #fef2f2;} .ecom-core.ecom-o2mqoprnkci.border_round{
    border-radius: 50px;
}.ecom-core.ecom-sai64dfjp1 .ecom-text--more-actions button ,.ecom-core.ecom-sai64dfjp1 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-sai64dfjp1 .text-content,.ecom-core.ecom-sai64dfjp1  .text-content a,.ecom-core.ecom-sai64dfjp1  .text-content p,.ecom-core.ecom-sai64dfjp1  .text-content span{text-align: center;color: #dc2626;}.ecom-core.ecom-sai64dfjp1 .text-content,.ecom-core.ecom-sai64dfjp1 .text-content a,.ecom-core.ecom-sai64dfjp1  .text-content a,.ecom-core.ecom-sai64dfjp1  .text-content a a,.ecom-core.ecom-sai64dfjp1  .text-content p,.ecom-core.ecom-sai64dfjp1  .text-content p a,.ecom-core.ecom-sai64dfjp1  .text-content span,.ecom-core.ecom-sai64dfjp1  .text-content span a{font-size: 13px;font-weight: 500;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-sai64dfjp1 .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-sai64dfjp1 .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-sai64dfjp1 .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-sai64dfjp1 .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-sai64dfjp1{margin-top: 0px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-sai64dfjp1{padding-bottom: 0 !important;}}.ecom-core.ecom-bm6hwjwzdp .ecom__element-divi,.ecom-core.ecom-bm6hwjwzdp .divi-cont{justify-content: center;}.ecom-core.ecom-bm6hwjwzdp .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-bm6hwjwzdp .divi-line.divi-style{width: 100%;}.ecom-core.ecom-bm6hwjwzdp .ecom__element-divi .divi-style{border-bottom-width: 1px;}.ecom-core.ecom-bm6hwjwzdp .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-bm6hwjwzdp{padding-bottom: 0 !important;}.ecom-core.ecom-mror8ohc63 .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-mror8ohc63 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 4px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mror8ohc63 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 8px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mror8ohc63 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 8px;}}.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-mror8ohc63 .ecom-image-default{width: 20% !important;}.ecom-core.ecom-mror8ohc63 .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 0%;margin: 0px 8px 0px 0px;padding: 0px;}.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #454545;margin-bottom: 0px;}.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;font-weight: 600;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: capitalize;letter-spacing: 0px;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: #8C8C8C;margin: 0px;padding: 0px;}.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--des a{font-size: 1px;line-height: 1.75em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-mror8ohc63{margin-top: 1em !important;margin-bottom: 0em !important;} .ecom-core.ecom-mror8ohc63 .ecom-iconlist--container{
    align-items: flex-start;
}

@media screen and (min-width:1201px){

.ecom-core.ecom-mror8ohc63 .ecom-base-iconlist{
   min-height:226px
}

}.ecom-core.ecom-3246ch22olt .ecom-button-default{justify-content: center;}.ecom-core.ecom-3246ch22olt .ecom__element--button, .ecom-core.ecom-3246ch22olt .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-3246ch22olt .ecom__element--button{font-size: 16px;font-family: 'Satoshi-Regular', sans-serif;font-weight: 600;width: 100%;color: var(--ecom-global-colors-LKljm1);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-LKljm1);border-radius: 8px;transition-duration: 400ms;;;padding: 11px 30px 11px 30px;}.ecom-core.ecom-3246ch22olt .ecom__element--button:hover{width: 100%;color: var(--ecom-global-colors-szRw3Y);background-color: rgba(52, 147, 91, 0.16);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-LKljm1);}.ecom-core.ecom-3246ch22olt .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-3246ch22olt{padding-bottom: 0 !important;}.ecom-core.ecom-lkginl8jnil .ecom-button-default{justify-content: center;}.ecom-core.ecom-lkginl8jnil .ecom__element--button, .ecom-core.ecom-lkginl8jnil .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-lkginl8jnil .ecom__element--button{font-size: 16px;font-family: 'Satoshi-Regular', sans-serif;font-weight: 600;width: 100%;color: var(--ecom-global-colors-primary);background-color: var(--ecom-global-colors-text);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-text);border-radius: 8px;transition-duration: 400ms;;;padding: 11px 30px 11px 30px;}.ecom-core.ecom-lkginl8jnil .ecom__element--button:hover{width: 100%;color: var(--ecom-global-colors-primary);background-color: rgba(2, 10, 20, 0.86);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-text);}.ecom-core.ecom-lkginl8jnil .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-lkginl8jnil{padding-bottom: 0 !important;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price-container-grid{justify-content: center;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 24px;font-family: 'Satoshi-Regular', sans-serif;font-weight: 600;line-height: 1.25em;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--sale.ecom-product-single__price-normal{color: var(--ecom-global-colors-LKljm1);}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--sale,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--sale a{font-family: 'Satoshi-Regular', sans-serif;font-size: 20px;font-weight: 600;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--sale{color: var(--ecom-global-colors-text);}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--regular,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--regular a{font-size: 20px;font-family: 'Satoshi-Medium', sans-serif;font-weight: 500;line-height: 1.25px;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--regular{color: #000000;margin-right: 0px;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sale,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sale a{font-size: 16px;font-weight: 600;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.875em;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sale{color: #ffffff;padding: 4px 18px 4px 18px;margin-top: 0px;margin-left: 0px;background-color: rgba(222, 29, 29, 0);border-radius: 50px;overflow: hidden;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sold-out a{font-size: 16px;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.875em;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sold-out{color: #ffffff;padding: 4px 16px 4px 16px;margin-left: 0px;background-color: #111827;border-radius: 50px;overflow: hidden;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 20px;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--regular,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--regular a{font-size: 20px;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sale,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sale a{font-size: 14px;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sold-out a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 16px;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--regular,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--regular a{font-size: 16px;}.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sale,.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--badges-sale a{font-size: 12px;}}.ecom-core.ecom-bcbfy65yojd{margin-top: 15px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bcbfy65yojd{padding-top: 0px !important;padding-bottom: 10px !important;}} .ecom-core.ecom-bcbfy65yojd .ecom-product-single__price--regular{
    text-decoration-thickness: 4%;
}
.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price-container-grid{
    align-items: center;
}
.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price-container .ecom-product-single__price--prices{
    justify-content: start;
    flex-wrap: wrap;
}
.ecom-core.ecom-bcbfy65yojd .ecom-product-single__price-container-grid{
    flex-wrap: wrap;
    gap: 10px;
}.ecom-core.ecom-smwzf878xwk .ecom-product-single__media--slider{flex-flow: column;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-smwzf878xwk .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-smwzf878xwk .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-smwzf878xwk .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-smwzf878xwk .ecom-product-single__media--featured > picture,.ecom-core.ecom-smwzf878xwk .ecom-product-single__media--featured > img{border-style: solid;border-color: var(--ecom-global-colors-NMXQHt);border-width: 1px;}.ecom-core.ecom-smwzf878xwk .ecom-product-single__media--featured ,.ecom-core.ecom-smwzf878xwk .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-smwzf878xwk .ecom-product-single__media--featured  > picture,.ecom-core.ecom-smwzf878xwk .ecom-product-single__media--featured > img{border-radius: 8px;overflow: hidden;}.ecom-core.ecom-smwzf878xwk{} .ecom-core.ecom-smwzf878xwk img{
    cursor:pointer;
}.ecom-core.ecom-frinlo97x6d .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-frinlo97x6d .element__heading .ecom__heading,.ecom-core.ecom-frinlo97x6d .element__heading .ecom__heading a{font-weight: 600;font-family: 'Playfair Display', sans-serif;font-size: 24px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-frinlo97x6d .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-frinlo97x6d .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-frinlo97x6d .element__heading .ecom__heading,.ecom-core.ecom-frinlo97x6d .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-frinlo97x6d{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-frinlo97x6d{padding-bottom: 0 !important;}}.ecom-core.ecom-r2dozymrtmb .ecom-text--more-actions button ,.ecom-core.ecom-r2dozymrtmb .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-r2dozymrtmb .text-content,.ecom-core.ecom-r2dozymrtmb  .text-content a,.ecom-core.ecom-r2dozymrtmb  .text-content p,.ecom-core.ecom-r2dozymrtmb  .text-content span{text-align: center;color: var(--ecom-global-colors-LKljm1);}.ecom-core.ecom-r2dozymrtmb .text-content,.ecom-core.ecom-r2dozymrtmb .text-content a,.ecom-core.ecom-r2dozymrtmb  .text-content a,.ecom-core.ecom-r2dozymrtmb  .text-content a a,.ecom-core.ecom-r2dozymrtmb  .text-content p,.ecom-core.ecom-r2dozymrtmb  .text-content p a,.ecom-core.ecom-r2dozymrtmb  .text-content span,.ecom-core.ecom-r2dozymrtmb  .text-content span a{font-family: 'Satoshi-Medium', sans-serif;font-size: 12px;text-transform: uppercase;}.ecom-core.ecom-r2dozymrtmb .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-r2dozymrtmb .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-r2dozymrtmb{margin: auto !important;padding: 8px 16px 8px 16px !important;width: 140px;max-width:140px;background-color: var(--ecom-global-colors-Slb4UX);} .ecom-core.ecom-r2dozymrtmb{
  box-shadow:
  0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 48px;
}.ecom-core.ecom-99c1s50kb6t{width: 25.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-99c1s50kb6t{width: 100%;}}.ecom-core.ecom-99c1s50kb6t>.core__column--wrapper{background-color: #f2f0ed;border-style: solid;border-width: 2px;border-color: #e6c993;}.ecom-core.ecom-99c1s50kb6t>.core__column--wrapper,.ecom-core.ecom-99c1s50kb6t>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 16px;}.ecom-core.ecom-gxfclp074eu{} .ecom-core.ecom-bbf7xuho4cn .ecom-element__lightbox-container{justify-content: center;}body .ecom-container-lightbox-ecom-bbf7xuho4cn .ecom-modal-box__content{font-size: 14px;background-color: #fcfcfc;border-radius: 12px;overflow: hidden;padding: 12px;margin-top: 24px;}.ecom-core.ecom-bbf7xuho4cn .ecom-elements__lightbox-button{font-size: 14px;font-weight: 600;font-family: 'Satoshi-Regular', sans-serif;color: var(--ecom-global-colors-LKljm1);background-color: rgba(52, 147, 91, 0.08);border-style: none;border-radius: 8px;padding: 12px 24px 12px 24px;margin-top: 0px;}.ecom-core.ecom-bbf7xuho4cn .ecom-elements__lightbox-button:hover{color: var(--ecom-global-colors-szRw3Y);background-color: rgba(52, 147, 91, 0.16);}body .ecom-container-lightbox-ecom-bbf7xuho4cn .ecom-elements__lightbox-content-heading,body .ecom-container-lightbox-ecom-bbf7xuho4cn .ecom-elements__lightbox-content-heading a{font-size: 16px;font-weight: 500;}body .ecom-container-lightbox-ecom-bbf7xuho4cn .ecom-elements__lightbox-content-heading{color: #000;}.ecom-core.ecom-bbf7xuho4cn{margin-top: 1em !important;padding-bottom: 0em !important;}.ecom-core.ecom-7daajw0xj8x .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-7daajw0xj8x .ecom-iconlist--list{gap: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7daajw0xj8x .ecom-iconlist--list{gap: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7daajw0xj8x .ecom-iconlist--list{gap: 0px;}}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-7daajw0xj8x .ecom-iconlist--item{width: 100%;}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{background-color: rgba(70, 158, 165, 0);}.ecom-core.ecom-7daajw0xj8x .ecom-image-default{width: 20% !important;}.ecom-core.ecom-7daajw0xj8x .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--icon{align-self: flex-start;color: #fff;background-color: #dc2626;border-style: none;border-radius: 50%;margin-top: 1px;margin-right: 8px;}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #4b3e34;margin-bottom: 2px;}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;font-weight: 700;line-height: 18px;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: var(--ecom-global-colors-accent);margin-top: 0px;}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--des a{font-size: 1px;line-height: 0.1em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--title a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7daajw0xj8x .ecom-iconlist--item{width: 100%;}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-top: 2px;padding-bottom: 8px;}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-7daajw0xj8x .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-7daajw0xj8x{margin: 25px auto 0px auto !important;padding-right: 0px !important;padding-bottom: 0 !important;padding-left: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-7daajw0xj8x{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-7daajw0xj8x{padding-right: 0px !important;padding-left: 0px !important;}} .ecom-core.ecom-7daajw0xj8x .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-uf9t9f2vnja .ecom-text--more-actions button ,.ecom-core.ecom-uf9t9f2vnja .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-uf9t9f2vnja .text-content,.ecom-core.ecom-uf9t9f2vnja  .text-content a,.ecom-core.ecom-uf9t9f2vnja  .text-content p,.ecom-core.ecom-uf9t9f2vnja  .text-content span{text-align: center;color: #dc2626;padding-top: 3px;padding-bottom: 3px;}.ecom-core.ecom-uf9t9f2vnja .text-content,.ecom-core.ecom-uf9t9f2vnja .text-content a,.ecom-core.ecom-uf9t9f2vnja  .text-content a,.ecom-core.ecom-uf9t9f2vnja  .text-content a a,.ecom-core.ecom-uf9t9f2vnja  .text-content p,.ecom-core.ecom-uf9t9f2vnja  .text-content p a,.ecom-core.ecom-uf9t9f2vnja  .text-content span,.ecom-core.ecom-uf9t9f2vnja  .text-content span a{font-size: 14.2px;font-weight: 600;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-uf9t9f2vnja .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-uf9t9f2vnja .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-uf9t9f2vnja .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-uf9t9f2vnja .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-uf9t9f2vnja{margin-top: 0px !important;padding-bottom: 0 !important;background-color: #fef2f2;} .ecom-core.ecom-uf9t9f2vnja.border_round{
    border-radius: 50px;
}.ecom-core.ecom-fr1yu5jomzq .ecom-text--more-actions button ,.ecom-core.ecom-fr1yu5jomzq .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-fr1yu5jomzq .text-content,.ecom-core.ecom-fr1yu5jomzq  .text-content a,.ecom-core.ecom-fr1yu5jomzq  .text-content p,.ecom-core.ecom-fr1yu5jomzq  .text-content span{text-align: center;color: #dc2626;}.ecom-core.ecom-fr1yu5jomzq .text-content,.ecom-core.ecom-fr1yu5jomzq .text-content a,.ecom-core.ecom-fr1yu5jomzq  .text-content a,.ecom-core.ecom-fr1yu5jomzq  .text-content a a,.ecom-core.ecom-fr1yu5jomzq  .text-content p,.ecom-core.ecom-fr1yu5jomzq  .text-content p a,.ecom-core.ecom-fr1yu5jomzq  .text-content span,.ecom-core.ecom-fr1yu5jomzq  .text-content span a{font-size: 13px;font-weight: 500;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-fr1yu5jomzq .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-fr1yu5jomzq .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-fr1yu5jomzq .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-fr1yu5jomzq .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-fr1yu5jomzq{margin-top: 0px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-fr1yu5jomzq{padding-bottom: 0 !important;}}.ecom-core.ecom-dqs37xqhjq .ecom__element-divi,.ecom-core.ecom-dqs37xqhjq .divi-cont{justify-content: center;}.ecom-core.ecom-dqs37xqhjq .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-dqs37xqhjq .divi-line.divi-style{width: 100%;}.ecom-core.ecom-dqs37xqhjq .ecom__element-divi .divi-style{border-bottom-width: 1px;}.ecom-core.ecom-dqs37xqhjq .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-dqs37xqhjq{padding-bottom: 0 !important;}.ecom-core.ecom-50h8eemom64 .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-50h8eemom64 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 4px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-50h8eemom64 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 8px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-50h8eemom64 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 8px;}}.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-50h8eemom64 .ecom-image-default{width: 20% !important;}.ecom-core.ecom-50h8eemom64 .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 0%;margin: 0px 8px 0px 0px;padding: 0px;}.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #454545;margin-bottom: 0px;}.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;font-weight: 600;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: capitalize;letter-spacing: 0px;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: #8C8C8C;margin: 0px;padding: 0px;}.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--des a{font-size: 1px;line-height: 1.75em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-50h8eemom64{margin-top: 1em !important;margin-bottom: 0em !important;} .ecom-core.ecom-50h8eemom64 .ecom-iconlist--container{
    align-items: flex-start;
}

@media screen and (min-width:1201px){

.ecom-core.ecom-50h8eemom64 .ecom-base-iconlist{
   min-height:226px
}

}.ecom-core.ecom-ofm8sw7podb .ecom-button-default{justify-content: center;}.ecom-core.ecom-ofm8sw7podb .ecom__element--button, .ecom-core.ecom-ofm8sw7podb .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-ofm8sw7podb .ecom__element--button{font-size: 16px;font-family: 'Satoshi-Regular', sans-serif;font-weight: 600;width: 100%;color: var(--ecom-global-colors-LKljm1);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-LKljm1);border-radius: 8px;transition-duration: 400ms;;;padding: 11px 30px 11px 30px;}.ecom-core.ecom-ofm8sw7podb .ecom__element--button:hover{width: 100%;color: var(--ecom-global-colors-szRw3Y);background-color: rgba(52, 147, 91, 0.16);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-LKljm1);}.ecom-core.ecom-ofm8sw7podb .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-ofm8sw7podb{padding-bottom: 0 !important;}.ecom-core.ecom-sgrlogcgdac .ecom-product-single__add-to-cart-buttons-wrapper{align-items: center;justify-content: center;}.ecom-core.ecom-sgrlogcgdac .ecom-product-single__add-to-cart--submit{justify-content: center;font-weight: 600;text-transform: capitalize;letter-spacing: 0px;font-style: normal;font-size: 16px;font-family: 'Satoshi-Regular', sans-serif;width: 100%;height: 48px;min-height: 48px;color: #fff;background-color: var(--ecom-global-colors-LKljm1);border-style: none;border-radius: 6px;padding: 12.5px 50px 12.5px 50px;}.ecom-core.ecom-sgrlogcgdac .ecom-product-single__add-to-cart--submit:hover{color: #fff;background-color: var(--ecom-global-colors-szRw3Y);}.ecom-core.ecom-sgrlogcgdac .ecom-product-single__add-to-cart--submit.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-sgrlogcgdac .ecom-product-single__add-to-cart--submit:disabled{color: #fff;background-color: #bdb9b9;border-style: none;padding: 12.5px 50px 12.5px 50px;}.ecom-core.ecom-sgrlogcgdac{padding-bottom: 0 !important;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price-container-grid{justify-content: center;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 24px;font-family: 'Satoshi-Regular', sans-serif;font-weight: 600;line-height: 1.25em;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--sale.ecom-product-single__price-normal{color: var(--ecom-global-colors-LKljm1);}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--sale,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--sale a{font-family: 'Satoshi-Regular', sans-serif;font-size: 20px;font-weight: 600;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--sale{color: var(--ecom-global-colors-text);}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--regular,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--regular a{font-size: 20px;font-family: 'Satoshi-Medium', sans-serif;font-weight: 500;line-height: 1.25px;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--regular{color: #000000;margin-right: 0px;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sale,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sale a{font-size: 16px;font-weight: 600;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.875em;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sale{color: #ffffff;padding: 4px 18px 4px 18px;margin-top: 0px;margin-left: 0px;background-color: rgba(222, 29, 29, 0);border-radius: 50px;overflow: hidden;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sold-out a{font-size: 16px;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.875em;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sold-out{color: #ffffff;padding: 4px 16px 4px 16px;margin-left: 0px;background-color: #111827;border-radius: 50px;overflow: hidden;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 20px;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--regular,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--regular a{font-size: 20px;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sale,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sale a{font-size: 14px;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sold-out a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 16px;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--regular,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--regular a{font-size: 16px;}.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sale,.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--badges-sale a{font-size: 12px;}}.ecom-core.ecom-nlo7ctn2qtp{margin-top: 15px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-nlo7ctn2qtp{padding-top: 0px !important;padding-bottom: 10px !important;}} .ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price--regular{
    text-decoration-thickness: 4%;
}
.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price-container-grid{
    align-items: center;
}
.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price-container .ecom-product-single__price--prices{
    justify-content: start;
    flex-wrap: wrap;
}
.ecom-core.ecom-nlo7ctn2qtp .ecom-product-single__price-container-grid{
    flex-wrap: wrap;
    gap: 10px;
}.ecom-core.ecom-ddwn1myg2le .ecom-product-single__media--slider{flex-flow: column;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ddwn1myg2le .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ddwn1myg2le .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-ddwn1myg2le .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-ddwn1myg2le .ecom-product-single__media--featured > picture,.ecom-core.ecom-ddwn1myg2le .ecom-product-single__media--featured > img{border-style: solid;border-color: var(--ecom-global-colors-NMXQHt);border-width: 1px;}.ecom-core.ecom-ddwn1myg2le .ecom-product-single__media--featured ,.ecom-core.ecom-ddwn1myg2le .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-ddwn1myg2le .ecom-product-single__media--featured  > picture,.ecom-core.ecom-ddwn1myg2le .ecom-product-single__media--featured > img{border-radius: 8px;overflow: hidden;}.ecom-core.ecom-ddwn1myg2le{} .ecom-core.ecom-ddwn1myg2le img{
    cursor:pointer;
}.ecom-core.ecom-ohua9j8slzm .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ohua9j8slzm .element__heading .ecom__heading,.ecom-core.ecom-ohua9j8slzm .element__heading .ecom__heading a{font-weight: 600;font-family: 'Playfair Display', sans-serif;font-size: 24px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ohua9j8slzm .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ohua9j8slzm .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-ohua9j8slzm .element__heading .ecom__heading,.ecom-core.ecom-ohua9j8slzm .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-ohua9j8slzm{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ohua9j8slzm{padding-bottom: 0 !important;}}.ecom-core.ecom-zna1ldkxmuo .ecom-text--more-actions button ,.ecom-core.ecom-zna1ldkxmuo .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-zna1ldkxmuo .text-content,.ecom-core.ecom-zna1ldkxmuo  .text-content a,.ecom-core.ecom-zna1ldkxmuo  .text-content p,.ecom-core.ecom-zna1ldkxmuo  .text-content span{text-align: center;color: var(--ecom-global-colors-accent);}.ecom-core.ecom-zna1ldkxmuo .text-content,.ecom-core.ecom-zna1ldkxmuo .text-content a,.ecom-core.ecom-zna1ldkxmuo  .text-content a,.ecom-core.ecom-zna1ldkxmuo  .text-content a a,.ecom-core.ecom-zna1ldkxmuo  .text-content p,.ecom-core.ecom-zna1ldkxmuo  .text-content p a,.ecom-core.ecom-zna1ldkxmuo  .text-content span,.ecom-core.ecom-zna1ldkxmuo  .text-content span a{font-family: 'Satoshi-Medium', sans-serif;font-size: 12px;text-transform: uppercase;}.ecom-core.ecom-zna1ldkxmuo .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-zna1ldkxmuo .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-zna1ldkxmuo{margin: auto !important;padding: 8px 16px 8px 16px !important;width: 140px;max-width:140px;background-color: var(--ecom-global-colors-LKljm1);} .ecom-core.ecom-zna1ldkxmuo{
  box-shadow:
  0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 48px;
}.ecom-core.ecom-jjq1duq3yt{width: 25.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jjq1duq3yt{width: 100%;}}.ecom-core.ecom-jjq1duq3yt>.core__column--wrapper{background-color: #f2f0ed;border-style: solid;border-width: 2px;border-color: #e6c993;}.ecom-core.ecom-jjq1duq3yt>.core__column--wrapper,.ecom-core.ecom-jjq1duq3yt>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 16px;}.ecom-core.ecom-pkqnnha78w{} .ecom-core.ecom-afr3emam84 .ecom-element__lightbox-container{justify-content: center;}body .ecom-container-lightbox-ecom-afr3emam84 .ecom-modal-box__content{font-size: 14px;background-color: #fcfcfc;border-radius: 12px;overflow: hidden;padding: 12px;margin-top: 24px;}.ecom-core.ecom-afr3emam84 .ecom-elements__lightbox-button{font-size: 14px;font-weight: 600;font-family: 'Satoshi-Regular', sans-serif;color: var(--ecom-global-colors-LKljm1);background-color: rgba(52, 147, 91, 0.08);border-style: none;border-radius: 8px;padding: 12px 24px 12px 24px;margin-top: 0px;}.ecom-core.ecom-afr3emam84 .ecom-elements__lightbox-button:hover{color: var(--ecom-global-colors-szRw3Y);background-color: rgba(52, 147, 91, 0.16);}body .ecom-container-lightbox-ecom-afr3emam84 .ecom-elements__lightbox-content-heading,body .ecom-container-lightbox-ecom-afr3emam84 .ecom-elements__lightbox-content-heading a{font-size: 16px;font-weight: 500;}body .ecom-container-lightbox-ecom-afr3emam84 .ecom-elements__lightbox-content-heading{color: #000;}.ecom-core.ecom-afr3emam84{margin-top: 1em !important;padding-bottom: 0em !important;}.ecom-core.ecom-jrd8c6vfrz .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-jrd8c6vfrz .ecom-iconlist--list{gap: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jrd8c6vfrz .ecom-iconlist--list{gap: 12px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jrd8c6vfrz .ecom-iconlist--list{gap: 0px;}}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--list{display: flex;justify-content: flex-start;}.ecom-core.ecom-jrd8c6vfrz .ecom-iconlist--item{width: 100%;}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{background-color: rgba(70, 158, 165, 0);}.ecom-core.ecom-jrd8c6vfrz .ecom-image-default{width: 20% !important;}.ecom-core.ecom-jrd8c6vfrz .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--icon{align-self: flex-start;color: #fff;background-color: #dc2626;border-style: none;border-radius: 50%;margin-top: 1px;margin-right: 8px;}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--icon svg{height: 20px;width: 20px;}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #4b3e34;margin-bottom: 2px;}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;font-weight: 700;line-height: 18px;text-decoration: none;font-style: normal;text-transform: none;letter-spacing: 0px;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: var(--ecom-global-colors-accent);margin-top: 0px;}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--des a{font-size: 1px;line-height: 0.1em;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--title a{font-size: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jrd8c6vfrz .ecom-iconlist--item{width: 100%;}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-top: 2px;padding-bottom: 8px;}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-jrd8c6vfrz .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-jrd8c6vfrz{margin: 25px auto 0px auto !important;padding-right: 0px !important;padding-bottom: 0 !important;padding-left: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jrd8c6vfrz{padding-right: 0px !important;padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jrd8c6vfrz{padding-right: 0px !important;padding-left: 0px !important;}} .ecom-core.ecom-jrd8c6vfrz .ecom-iconlist--container{
    align-items: flex-start;
}.ecom-core.ecom-6p11fdoc0gb .ecom-text--more-actions button ,.ecom-core.ecom-6p11fdoc0gb .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-6p11fdoc0gb .text-content,.ecom-core.ecom-6p11fdoc0gb  .text-content a,.ecom-core.ecom-6p11fdoc0gb  .text-content p,.ecom-core.ecom-6p11fdoc0gb  .text-content span{text-align: center;color: #dc2626;padding-top: 3px;padding-bottom: 3px;}.ecom-core.ecom-6p11fdoc0gb .text-content,.ecom-core.ecom-6p11fdoc0gb .text-content a,.ecom-core.ecom-6p11fdoc0gb  .text-content a,.ecom-core.ecom-6p11fdoc0gb  .text-content a a,.ecom-core.ecom-6p11fdoc0gb  .text-content p,.ecom-core.ecom-6p11fdoc0gb  .text-content p a,.ecom-core.ecom-6p11fdoc0gb  .text-content span,.ecom-core.ecom-6p11fdoc0gb  .text-content span a{font-size: 14.2px;font-weight: 600;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-6p11fdoc0gb .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-6p11fdoc0gb .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-6p11fdoc0gb .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-6p11fdoc0gb .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-6p11fdoc0gb{margin-top: 0px !important;padding-bottom: 0 !important;background-color: #fef2f2;} .ecom-core.ecom-6p11fdoc0gb.border_round{
    border-radius: 50px;
}.ecom-core.ecom-v4ctjmnwiw .ecom-text--more-actions button ,.ecom-core.ecom-v4ctjmnwiw .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-v4ctjmnwiw .text-content,.ecom-core.ecom-v4ctjmnwiw  .text-content a,.ecom-core.ecom-v4ctjmnwiw  .text-content p,.ecom-core.ecom-v4ctjmnwiw  .text-content span{text-align: center;color: #dc2626;}.ecom-core.ecom-v4ctjmnwiw .text-content,.ecom-core.ecom-v4ctjmnwiw .text-content a,.ecom-core.ecom-v4ctjmnwiw  .text-content a,.ecom-core.ecom-v4ctjmnwiw  .text-content a a,.ecom-core.ecom-v4ctjmnwiw  .text-content p,.ecom-core.ecom-v4ctjmnwiw  .text-content p a,.ecom-core.ecom-v4ctjmnwiw  .text-content span,.ecom-core.ecom-v4ctjmnwiw  .text-content span a{font-size: 13px;font-weight: 500;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-v4ctjmnwiw .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-v4ctjmnwiw .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-v4ctjmnwiw .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-v4ctjmnwiw .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-v4ctjmnwiw{margin-top: 0px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-v4ctjmnwiw{padding-bottom: 0 !important;}}.ecom-core.ecom-gvn0krgqfci .ecom__element-divi,.ecom-core.ecom-gvn0krgqfci .divi-cont{justify-content: center;}.ecom-core.ecom-gvn0krgqfci .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-gvn0krgqfci .divi-line.divi-style{width: 100%;}.ecom-core.ecom-gvn0krgqfci .ecom__element-divi .divi-style{border-bottom-width: 1px;}.ecom-core.ecom-gvn0krgqfci .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-gvn0krgqfci{padding-bottom: 0 !important;}.ecom-core.ecom-hrbwiqs3f5 .ecom-iconlist--container{flex-direction: row;}.ecom-core.ecom-hrbwiqs3f5 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 4px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hrbwiqs3f5 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 8px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hrbwiqs3f5 .ecom-iconlist--list{display: grid;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 8px;}}.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{display: flex;align-items: flex-start;padding: 0px;}.ecom-core.ecom-hrbwiqs3f5 .ecom-image-default{width: 20% !important;}.ecom-core.ecom-hrbwiqs3f5 .ecom-iconlist--image{margin-right: 20px;}.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--icon{border-style: none;border-radius: 0%;margin: 0px 8px 0px 0px;padding: 0px;}.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--title{text-align: left;color: #454545;margin-bottom: 0px;}.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;font-weight: 600;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: capitalize;letter-spacing: 0px;font-family: 'Satoshi-Regular', sans-serif;}.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--des{text-align: left;color: #8C8C8C;margin: 0px;padding: 0px;}.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--des,.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--des a{font-size: 1px;line-height: 1.75em;font-weight: 400;text-transform: capitalize;font-style: normal;text-decoration: none;letter-spacing: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--list .ecom-iconlist--item{padding-right: 0px;}.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--title,.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--title a{font-size: 14px;}.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist .ecom-iconlist--title{margin-bottom: 0px;}}.ecom-core.ecom-hrbwiqs3f5{margin-top: 1em !important;margin-bottom: 0em !important;} .ecom-core.ecom-hrbwiqs3f5 .ecom-iconlist--container{
    align-items: flex-start;
}

@media screen and (min-width:1201px){

.ecom-core.ecom-hrbwiqs3f5 .ecom-base-iconlist{
   min-height:226px
}

}.ecom-core.ecom-8uq9m2bnmep .ecom-button-default{justify-content: center;}.ecom-core.ecom-8uq9m2bnmep .ecom__element--button, .ecom-core.ecom-8uq9m2bnmep .ecom__element--button span{justify-content: center;text-align: center;align-items: center;}.ecom-core.ecom-8uq9m2bnmep .ecom__element--button{font-size: 16px;font-family: 'Satoshi-Regular', sans-serif;font-weight: 600;width: 100%;color: var(--ecom-global-colors-LKljm1);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-LKljm1);border-radius: 8px;transition-duration: 400ms;;;padding: 11px 30px 11px 30px;}.ecom-core.ecom-8uq9m2bnmep .ecom__element--button:hover{width: 100%;color: var(--ecom-global-colors-szRw3Y);background-color: rgba(52, 147, 91, 0.16);border-style: solid;border-width: 1px;border-color: var(--ecom-global-colors-LKljm1);}.ecom-core.ecom-8uq9m2bnmep .ecom__element--button.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-8uq9m2bnmep{padding-bottom: 0 !important;}.ecom-core.ecom-bsk46ch727 .ecom-product-single__add-to-cart-buttons-wrapper{align-items: center;justify-content: center;}.ecom-core.ecom-bsk46ch727 .ecom-product-single__add-to-cart--submit{justify-content: center;font-weight: 600;text-transform: capitalize;letter-spacing: 0px;font-style: normal;font-size: 16px;font-family: 'Satoshi-Regular', sans-serif;width: 100%;height: 48px;min-height: 48px;color: #fff;background-color: var(--ecom-global-colors-LKljm1);border-style: none;border-radius: 6px;padding: 12.5px 50px 12.5px 50px;}.ecom-core.ecom-bsk46ch727 .ecom-product-single__add-to-cart--submit:hover{color: #fff;background-color: var(--ecom-global-colors-szRw3Y);}.ecom-core.ecom-bsk46ch727 .ecom-product-single__add-to-cart--submit.animated{animation-name: shake;;animation-duration: .75s;;}.ecom-core.ecom-bsk46ch727 .ecom-product-single__add-to-cart--submit:disabled{color: #fff;background-color: #bdb9b9;border-style: none;padding: 12.5px 50px 12.5px 50px;}.ecom-core.ecom-bsk46ch727{padding-bottom: 0 !important;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price-container-grid{justify-content: center;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 24px;font-family: 'Satoshi-Regular', sans-serif;font-weight: 600;line-height: 1.25em;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--sale.ecom-product-single__price-normal{color: var(--ecom-global-colors-LKljm1);}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--sale,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--sale a{font-family: 'Satoshi-Regular', sans-serif;font-size: 20px;font-weight: 600;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--sale{color: var(--ecom-global-colors-text);}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--regular,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--regular a{font-size: 20px;font-family: 'Satoshi-Medium', sans-serif;font-weight: 500;line-height: 1.25px;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--regular{color: #000000;margin-right: 0px;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sale,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sale a{font-size: 16px;font-weight: 600;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.875em;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sale{color: #ffffff;padding: 4px 18px 4px 18px;margin-top: 0px;margin-left: 0px;background-color: rgba(222, 29, 29, 0);border-radius: 50px;overflow: hidden;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sold-out a{font-size: 16px;font-family: 'Plus Jakarta Sans', sans-serif;line-height: 1.875em;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sold-out{color: #ffffff;padding: 4px 16px 4px 16px;margin-left: 0px;background-color: #111827;border-radius: 50px;overflow: hidden;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 20px;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--regular,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--regular a{font-size: 20px;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sale,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sale a{font-size: 14px;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sold-out,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sold-out a{font-size: 14px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--sale.ecom-product-single__price-normal,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--sale.ecom-product-single__price-normal a{font-size: 16px;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--regular,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--regular a{font-size: 16px;}.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sale,.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--badges-sale a{font-size: 12px;}}.ecom-core.ecom-9re8t3tv53n{margin-top: 15px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-9re8t3tv53n{padding-top: 0px !important;padding-bottom: 10px !important;}} .ecom-core.ecom-9re8t3tv53n .ecom-product-single__price--regular{
    text-decoration-thickness: 4%;
}
.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price-container-grid{
    align-items: center;
}
.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price-container .ecom-product-single__price--prices{
    justify-content: start;
    flex-wrap: wrap;
}
.ecom-core.ecom-9re8t3tv53n .ecom-product-single__price-container-grid{
    flex-wrap: wrap;
    gap: 10px;
}.ecom-core.ecom-40t1u9lmyiu .ecom-product-single__media--slider{flex-flow: column;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-40t1u9lmyiu .ecom-product-single__media--slider{flex-flow: column;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-40t1u9lmyiu .ecom-product-single__media--slider{flex-flow: column;}}.ecom-core.ecom-40t1u9lmyiu .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-40t1u9lmyiu .ecom-product-single__media--featured > picture,.ecom-core.ecom-40t1u9lmyiu .ecom-product-single__media--featured > img{border-style: solid;border-color: var(--ecom-global-colors-NMXQHt);border-width: 1px;}.ecom-core.ecom-40t1u9lmyiu .ecom-product-single__media--featured ,.ecom-core.ecom-40t1u9lmyiu .ecom-product-single__media--featured .ecom-image-default,.ecom-core.ecom-40t1u9lmyiu .ecom-product-single__media--featured  > picture,.ecom-core.ecom-40t1u9lmyiu .ecom-product-single__media--featured > img{border-radius: 8px;overflow: hidden;}.ecom-core.ecom-40t1u9lmyiu{} .ecom-core.ecom-40t1u9lmyiu img{
    cursor:pointer;
}.ecom-core.ecom-67a5xfjpqb .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-67a5xfjpqb .element__heading .ecom__heading,.ecom-core.ecom-67a5xfjpqb .element__heading .ecom__heading a{font-weight: 600;font-family: 'Playfair Display', sans-serif;font-size: 24px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-67a5xfjpqb .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-67a5xfjpqb .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-67a5xfjpqb .element__heading .ecom__heading,.ecom-core.ecom-67a5xfjpqb .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-67a5xfjpqb{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-67a5xfjpqb{padding-bottom: 0 !important;}}.ecom-core.ecom-gy02r80lgsg .ecom-text--more-actions button ,.ecom-core.ecom-gy02r80lgsg .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-gy02r80lgsg .text-content,.ecom-core.ecom-gy02r80lgsg  .text-content a,.ecom-core.ecom-gy02r80lgsg  .text-content p,.ecom-core.ecom-gy02r80lgsg  .text-content span{text-align: center;color: var(--ecom-global-colors-accent);}.ecom-core.ecom-gy02r80lgsg .text-content,.ecom-core.ecom-gy02r80lgsg .text-content a,.ecom-core.ecom-gy02r80lgsg  .text-content a,.ecom-core.ecom-gy02r80lgsg  .text-content a a,.ecom-core.ecom-gy02r80lgsg  .text-content p,.ecom-core.ecom-gy02r80lgsg  .text-content p a,.ecom-core.ecom-gy02r80lgsg  .text-content span,.ecom-core.ecom-gy02r80lgsg  .text-content span a{font-family: 'Satoshi-Medium', sans-serif;font-size: 12px;text-transform: uppercase;}.ecom-core.ecom-gy02r80lgsg .ecom-text_view-more-btn{justify-content: flex-start;text-decoration: underline;font-size: none;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-gy02r80lgsg .ecom-text_view-less-btn{text-decoration: underline;padding-top: 5px;padding-bottom: 5px;}.ecom-core.ecom-gy02r80lgsg{margin: auto !important;padding: 8px 16px 8px 16px !important;width: 140px;max-width:140px;background-color: var(--ecom-global-colors-LKljm1);} .ecom-core.ecom-gy02r80lgsg{
  box-shadow:
  0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 48px;
}.ecom-core.ecom-p1buf8di8hf{padding-top: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-p1buf8di8hf{padding-right: 24px !important;padding-left: 24px !important;}} @media screen and (min-width:1281px){
    
.ecom-core.ecom-p1buf8di8hf .core__row--columns{
    gap: 2%;
    flex-wrap: nowrap;
}

.ecom-core.ecom-p1buf8di8hf .core__row--columns .ecom-column{
    width: 25%;
}

}

@media screen and (max-width:1280px){
    
.ecom-core.ecom-p1buf8di8hf .core__row--columns{
    gap: 2%;
    flex-wrap: wrap;
}

.ecom-core.ecom-p1buf8di8hf .core__row--columns .ecom-column{
    width: 48%;
    margin-bottom: 24px;
}

}

@media screen and (max-width:860px){
    
.ecom-core.ecom-p1buf8di8hf .core__row--columns{
    gap:0;
}

.ecom-core.ecom-p1buf8di8hf .core__row--columns .ecom-column{
    width: 100%;
}

}



.ecom-core.ecom-p1buf8di8hf .core__row--columns .ecom-column .core__column--wrapper{
     box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
                0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.ecom-core.ecom-p1buf8di8hf .core__row--columns .ecom-column .core__column--wrapper:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);

}

  

  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;

