/** Shopify CDN: Minification failed

Line 1952:18 Expected ":"

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

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

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

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

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

                    .el__heading--tooltip-left{
                        transform: translate(-20px, -50%);
                        right: 100%;
                        top: 50%;
                    }
                    .el__heading--tooltip-top{
                        left: 50%;
                        bottom: 100%;
                        transform: translate(-50%, -10px);
                    }
                    .el__heading--tooltip-right {
                        top: 50%;
                        left: 100%;
                        transform: translate(20px, -50%);
                    }
                    .tooltip__arrow:before{
                        position: absolute;
                        content: '';
                        width: 8px;
                        height: 8px;
                        background: inherit;
                        z-index: -1;
                    }
                    .tooltip__arrow.el__heading--tooltip-bottom:before{
                        top: 0;
                        transform: translate(-50%, -50%) rotate(45deg);
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-top:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 0%;
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-right:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 50%;
                        left: 0%;
                    }
                    .tooltip__arrow.el__heading--tooltip-left:before{
                        transform: translate(50%,50%) rotate(45deg);
                        bottom: 50%;
                        right: 0%;
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-bottom, .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-top {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-50%, 0);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-left {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-15px, -50%);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-right {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(15px, -50%);
                    }
                    @media screen and (max-width: 1024px) {
                        .el__heading--tooltip-content.el__tooltip-desktop {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: block;
                        }
                    }
                    @media screen and (max-width: 768px) {
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-mobile {
                            display: block;
                        }
                    }
                
                .ecom__text--dropcap:first-letter {
                    font-size: 40px;
                    color: #2bcf19;
                    display:inline-flex;
                    border-style: solid;
                    border-width: 1px;
                    border-color: transparent;
                    float:left;
                    line-height:1;
                }
                .ecom__text--dropcap.has-drop-cap-view-default:first-letter {
                    border:none;
                }
                body[ecom-loaded] .ecom-sections .element__text a {
                    cursor: auto;
                }
                .text-content.ecom-html {
                    overflow: hidden;
                    position: relative;
                }

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

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

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

                .ecom-text_view-more-btn svg, .ecom-text_view-less-btn svg {
                    width: 16px;
                    color: #fff;
                }
            
                .ecom-shopify__newsletter-form-heading,.ecom-shopify__newsletter-form-paragraph
                {
                    text-align:center;
                }

                .ecom-shopify__newsletter-form {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    align-items: center;
                    margin: 0px auto;
                    gap: 5px;
                }
                .ecom-shopify__newsletter-form-field label {
                    display: none;
                }
                .ecom-shopify__newsletter-form-field--input {
                    background: #FFFFFF;
                    border: 1px solid #D1D5DB;
                    outline:none;
                    padding: 9px 13px;
                    border-radius:0;
                }
                .ecom-shopify__newsletter-form-field--input:focus{
                    border-color:rgba(5, 150, 105,1);
                    /*box-shadow:rgb(255, 255, 255) 0px 0px 0px 0px, rgba(5, 150, 105,1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;*/
                }
                .ecom-shopify__newsletter-form-field--input:focus-visible {
                    /*border : none;*/
                    outline : none;
                    box-shadow: none
                }
                    .ecom-shopify__newsletter-form-heading {
                        margin: 0;
                    }
                    .ecom-shopify__newsletter-form-paragraph {
                        margin-top : 12px;
                        font-size: 1.6rem;
                        line-height: 24px;
                    }
                     .ecome-shopify__newsletter__button {
                        border-radius:0;
                        background : rgba(5, 150, 105,1);
                        padding : 9px 17px;
                        color: #FFFFFF;
                        border: none;
                        cursor: pointer;
                        flex-direction: row;
                        display: flex;
                        align-items: center;
                    }
                    .ecome-shopify__newsletter__button:hover {
                       background-color: rgb(97 188 160);
                    }
                    .ecom-newsletter-form-content{
                        display:flex;
                        align-items:center;
                        justify-content: space-between;
                    }
                    .ecom-shopify__newsletter-form-success,
                    .ecom-shopify__newsletter-form-message{
                        width: 100%
                    }
                    .ecom-shopify__newsletter__button-icon svg {
                        width: 24px;
                        height: 24px;
                    }
                    .ecom-shopify__newsletter__verify {
                        width: 100%;
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                    }
                    .ecom-shopify__newsletter__verify-checkbox {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        height: 1.6rem;
                        width: 1.6rem !important;
                        flex-shrink: 0;
                        border: 1px solid #D1D5DB;
                        margin: 0;
                    }
                    .ecom-shopify__newsletter__verify-checkbox:checked {
                        border-color: transparent;
                        background-color: #059669;
                        background-size: 100% 100%;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
                    }
                    .ecom-shopify__newsletter__verify-label {
                        display: inline-block;
                        font-size: 14px;
                    }
                    .ecom-shopify__newsletter__verify-error {
                        width: 100%;
                    }
                    @media screen and (max-width : 640px) {
                        .ecom-newsletter-form-content{
                            flex-wrap:wrap;
                        }
                    }
            
                    .ecom-accordion__title-text{
                        flex:1
                    }
                    body[ecom-loaded] .core__group--item.ecom-accordion__item.ecom-item-active > .ecom-accordion__body, .core__group--item.ecom-accordion__item.ecom-item-active > .ecom-accordion__body, body[ecom-loaded] .core__group--item.ecom-accordion__item.ecom-item-active .core__blocks--body {
                        overflow: inherit;
                    }
                    .core__group--item.ecom-accordion__item {
                        width: 100%;
                        flex:unset !important;
                        transition: all 500ms ease;
                    }
                    .ecom-accordion__item + .ecom-accordion__item {
                        margin-top: -1px;
                    }
                    .ecom-core .ecom-accordion__item >.ecom-accordion__body {
                        overflow: hidden;
                        margin: 0;
                        border: 0;
                        height:0;
                        /*transition:height 300ms ease-out;*/
                    }
                    .core__group--wrapper:not(.ecom-accordion-close-all) .ecom-accordion__item:first-child >.ecom-accordion__body  {
                        display: block;
                    }
                    .ecom-accordion__title {
                        cursor: pointer;
                    }
                    .ecom-accordion_nav--icon {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-accordion_wrapper-info {
                        flex: 1;
                    }
                    .ecom-accordion_wrapper-info svg {
                        width: 20px;
                        height: 20px;
                    }
                    .ecom-accordion_wrapper-info .ecom-accordion_icon-title {
                        display: flex;
                    }

                    .ecom-accordion_nav--icon svg{
                        height:auto;
                    }
                    .ecom-accordion__body > div{
                        padding:0 !important;
                    }
                    .ecom-items-icon-active{
                        display:none;
                    }
                    .ecom-accordion_nav--icon.ecom-items--icon {
                      transition: all .2s ease;
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-accordion_nav--icon{
                        display:none
                    }
                    .ecom-item-active.ecom-accordion__item > .ecom-items > .ecom-items-icon-active{
                        display:flex;
                    }
                    .ecom-accordion__wrapper .core__group--items{
                        display:flex;
                        flex-wrap:wrap;
                    }
                    .ecom-core .ecom-item-active > .ecom-accordion__body{
                        height:auto;
                    }
                
                    .ecom-flex-center, .ecom-swiper-navigation {
                        display: flex;
                        align-items: center;
                    }
                    .ecom-swiper-navigation-position{
                        display:flex;
                    }
                    .ecom-swiper-navigation-position button{
                        margin:0
                    }
                    .ecom-swiper-navigation{
                        justify-content: center
                    }
                    .ecom-testimonials--container {
                        position: relative;
                        display: flex;
                        flex-direction: column;
                    }
                    .ecom-swiper-navigation[data-navigator-type="combine"]{
                        justify-content: center
                    }
                    .ecom-testimonials--container .ecom-swiper-button-next:after,
                    .ecom-testimonials--container .ecom-swiper-button-prev:after {
                        content: none;
                    }
                    .ecom-testimonials--container .ecom-swiper-button-next,
                    .ecom-testimonials--container .ecom-swiper-button-prev {
                        border: 0;
                        background: transparent;
                        width: auto;
                        height: auto;
                        padding: 5px;
                        color: #444
                    }
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                        position: static;
                        margin: 0;
                    }
                    .ecom-testimonials--container .ecom-swiper-navigation[data-navigator-type="classic"] .ecom-swiper-pagination,
                    .ecom-testimonials--container .ecom-swiper-navigation:not([data-navigator-type]) .ecom-swiper-pagination {
                        width:100%
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar) {
                        position: relative;
                    }
                    .ecom-swiper-pagination-bullet:only-child {
                        opacity: none
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet {
                        width: 15px;
                        height: 15px;
                        opacity: 1
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet,
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet-active{
                        background-clip: content-box;
                        padding: 1px;
                        box-sizing: content-box !important;
                        background-color: currentColor;
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullets{
                        width:auto;
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullet img{
                        display: block;
                        width: 100%;
                        height: 100%;
                        object-fit: cover
                    }
                    .ecom-testimonials--container .ecom-swiper-pagination-bullets, .ecom-swiper-pagination-custom, .ecom-swiper-pagination-fraction {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        bottom: 0;
                    }
                    .ecom-d-hide {
                        opacity: 0;
                    }
                    .ecom__testimonials {
                        width: 100%;
                    }
                    .ecom__testimonials .testimonial-content {
                        position: relative;
                        display:flex;
                        flex-direction:column
                    }
                    .ecom__testimonials .ecom__testimonials--grid {
                        display: grid;
                    }
                    .ecom-text-left {
                        text-align: left
                    }
                    .ecom-text-center {
                        text-align: center
                    }
                    .ecom-text-right {
                        text-align: right
                    }
                    .ecom__testimonials .ecom-base-testimonial-image figure {
                        display: block;
                    }
                    .testimonial-rating {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content:inherit;
                    }
                    .ecom-row-center{
                        display: inline-flex;
                        flex-direction: row;
                        align-items: center;
                        justify-content:center
                    }
                    .ecom-column-center{
                        display: flex;
                        flex-direction: column;
                        justify-content:inherit;
                    }
                    .ecom-column-center > .testimonial-info-avatar{
                        justify-content:inherit;
                        display:flex;
                    }
                    .ecom-icon-list span svg{
                        width:24px;
                        height:auto;
                    }
                     .testimonial-content .ecom-base-testimonial-image{
                         overflow:hidden;
                         display:flex;
                     }
                     .testimonial-content .ecom-base-testimonial-image img{
                         width:100%;
                     }

                     .testimonial-quote svg{
                        width:24px;
                        height:auto
                     }
                     .ecom-swiper-pagination{
                         display:flex;
                         flex-wrap:wrap;
                     }
                     .ecom-testimonial-rating-position{
                         display:flex;
                         flex-direction:column
                     }
                     .testimonial-content-prag ul {
                        list-style-type: disc;
                        list-style-position: inside;
                    }
                    .testimonial-content-prag ol {
                        list-style-type: decimal;
                        list-style-position: inside;
                    }
                    .testimonial-content-prag ul ul,
                    .testimonial-content-prag ol ul {
                        list-style-type: circle;
                        list-style-position: inside;
                        margin-left: 15px;
                    }
                    .testimonial-content-prag ol ol,
                    .testimonial-content-prag ul ol {
                        list-style-type: lower-latin;
                        list-style-position: inside;
                        margin-left: 15px;
                    }
                    .ecom-swiper-button > svg{
                        width:36px;
                        height:36px;
                    }
                    .testimonial-rating >span{
                        display:flex
                    }
                    .ecom__testimonials-slider-vertical {
                        flex-direction: column
                    }
                    .ecom__testimonials-slider-vertical .ecom-swiper-slide {
                        height: 100%;
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                      position: var(--ecom-position);
                    }
                    @media (max-width: 1024px) {
                        .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__tablet);
                      }
                    }
                    @media (max-width: 768px) {
                        .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__mobile);
                      }
                    }
                
                .element__featured .element__featured--box-icon{
                    display: flex;
                }
                .element__featured--wrapper {
                    display: grid;
                    width: 100%;
                }
                .element__featured--box {
                    text-align: center;
                    overflow:hidden;
                }

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

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

                .element__featured--wrapper-list::-webkit-scrollbar {
                    display: block;
                    height: 3px;
                }
                .element__featured--wrapper-list::-webkit-scrollbar-track {
                    background-color: rgba(0,0,0,.15);
                }
                .element__featured--wrapper-list::-webkit-scrollbar-thumb {
                    background-color: rgba(0,0,0,.25)
                }
                .element__featured--box-btn {
                    text-transform: uppercase;
                    text-decoration: none;
                    color: #fff;
                    background-color: #0691b1;
                    border-radius: 4px;
                    margin-top: 6px;
                    margin-bottom: 10px;
                    padding: 5px 20px 5px 20px;
                }
                .ecom-feature-box-icon-link svg {
                    width: 25px;
                    height: 25px;
                }
            
                .ecom-collection__layout-switch-inner {
                    flex-wrap: nowrap;
                }
                .ecom-collection__layout-switch-item button {
                    display: flex;
                    justify-content: space-around;
                    padding: calc(var(--ecom-box-width,10px) / 2) calc(var(--ecom-box-width,10px) / 2);
                    gap: calc(var(--ecom-box-width,10px) / 2);
                    background: white;
                }
                .ecom-collection__layout-switch-item button:hover {
                    border: none
                }
                .ecom-collection__layout-switch--box {
                    width: calc(var(--ecom-box-width,10px));
                    height: calc(var(--ecom-box-width,10px) * 2);
                }
                .ecom-collection__layout-switch-item button:hover {
                    color: #000000;
                }
                .ecom-collection__layout-switch-item:not(:nth-child(2)) {
                    display: none;
                }
                @media (min-width: 1025px) {
                    .ecom-collection__layout-switch-item.ecom-lg-show {
                        display: block;
                    }
                }
                @media (min-width: 768px) {
                    .ecom-collection__layout-switch-item.ecom-md-show {
                        display: block;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-collection__layout-switch-item.ecom-sm-show {
                        display: block;
                    }
                }
            
            /** progress bar pagination **/
                .ecom-pagination-progress-bar--wrapper {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                }
                .ecom-pagination-progress-bar {
                    display: flex;
                    justify-content: center;
                    flex-direction: var(--ecom-flex-direction, column);
                    align-items: center;
                }
                .ecom-paginate__progress-bar--outner {
                    width: 250px;
                    border-radius: 4px;
                    position: relative;
                    height: 10px;
                    background-color: rgba(0 0 0 /.3);
                }
                .ecom-paginate__progress-bar--inner {
                    border-radius: inherit;
                    position: absolute;
                    height: 100%;
                    width: 20%;
                    background-color: rgba(0 0 0 /1);
                    top: 0;
                    left: 0;
                }
                .ecom-paginate__progress-text {
                    margin: 0;
                    width: 100%;
                }
                .ecom-unit-price {
                    display: block;
                }
                /** Swiper css **/
                .ecom-swiper-navigation-position .ecom-swiper-button {
                    position: var(--ecom-position);
                }
                @media (max-width: 1024px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__tablet);
                    }
                }
                @media (max-width: 767px) {
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position__mobile);
                    }
                }
                .ecom-swiper-pagination-bullet:only-child {
                    opacity: none
                }
                .ecom-flex-center, .ecom-swiper-navigation {
                    display: flex;
                    align-items: center;
                }
                .ecom-swiper-navigation{
                    justify-content: center
                }
                .ecom-swiper-navigation[data-navigator-type="combine"]{
                    justify-content: center
                }
                .ecom-swiper-pagination:not(.ecom-swiper-pagination-lock){
                    display:flex;
                }


                /** Core **/

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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


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

        /* Progressbar **/

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

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

            to {
                background-position: 40px 0
            }
        }

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

            to {
                background-position: 40px 0
            }
        }

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


        .ecom-collection__action.ecom-product__wishlist,
        .ecom-collection__action.ecom-product__compare {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: start;
            pointer-events: none;
        }
        .ecom-collection__product-group-button-action-wrapper .ecom-collection__action {
            position: relative;
        }
        .ecom-collection__action-hor-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-end .ecom-product__compare-tooltip {
            right: calc(100% + 4px);
            left: auto;
            transform: translate(0, -50%);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-tooltip {
            top: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-start .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, 4px);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-tooltip {
            top: auto;
            bottom: 100%;
            left: 50%;
            right: auto;
            transform: translate(-50%, 0);
        }
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__wishlist-link:hover .ecom-product__wishlist-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-center .ecom-product__compare-link:hover .ecom-product__compare-tooltip,
        .ecom-collection__action-hor-center.ecom-collection__action-ver-end .ecom-product__compare-link:hover .ecom-product__compare-tooltip {
            transform: translate(-50%, -4px);
        }
        .ecom-ext-wishlist-icon-loading * {
            opacity: 0;
        }
        .ecom-product__wishlist-link.ecom-ext-wishlist-icon-loading:before {
            content: "";
            position: absolute;
            transform: translate(-50%, -50%);
            border: 1.5px solid #f3f3f3;
            border-radius: 50%;
            border-top: 1.5px solid #000;
            width: 20px;
            height: 20px;
            -webkit-animation: spin 0.5s linear infinite; /* Safari */
            animation: spin .5s linear infinite;
        }
        @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @media screen and (max-width: 1024px) {
            .ecom-product__wishlist-visibility-hover, .ecom-product__wishlist-visibility-hover_active {
                visibility: visible;
                opacity: 1;
            }
            .ecom-product__compare-tooltip {
                display: none !important;
            }
            .ecom-product__wishlist-tooltip {
                display: none !important;
            }
        }
        @media screen and (max-width: 767px) {
            .ecom-collection__product-form__actions-hide-mobile {
                display: none !important;
            }
        }
        
.ecom-core.ecom-w8vw06kokb{width: 100%;}.ecom-core.ecom-w8vw06kokb>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}.ecom-core.ecom-w8vw06kokb>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-w8vw06kokb{width: 100%;}}.ecom-core.ecom-gg1l0u9426f .ecom-text--more-actions button ,.ecom-core.ecom-gg1l0u9426f .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-gg1l0u9426f .text-content,.ecom-core.ecom-gg1l0u9426f  .text-content a,.ecom-core.ecom-gg1l0u9426f  .text-content p,.ecom-core.ecom-gg1l0u9426f  .text-content span{text-align: center;color: #fff;}.ecom-core.ecom-gg1l0u9426f .text-content,.ecom-core.ecom-gg1l0u9426f .text-content a,.ecom-core.ecom-gg1l0u9426f  .text-content a,.ecom-core.ecom-gg1l0u9426f  .text-content a a,.ecom-core.ecom-gg1l0u9426f  .text-content p,.ecom-core.ecom-gg1l0u9426f  .text-content p a,.ecom-core.ecom-gg1l0u9426f  .text-content span,.ecom-core.ecom-gg1l0u9426f  .text-content span a{font-size: 16px;font-family: 'Poppins', sans-serif;font-weight: 400;line-height: 1.6em;letter-spacing: 0px;}.ecom-core.ecom-gg1l0u9426f .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-gg1l0u9426f .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-gg1l0u9426f .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-gg1l0u9426f .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-gg1l0u9426f .text-content,.ecom-core.ecom-gg1l0u9426f  .text-content a,.ecom-core.ecom-gg1l0u9426f  .text-content p,.ecom-core.ecom-gg1l0u9426f  .text-content span{text-align: center;}}.ecom-core.ecom-gg1l0u9426f{margin-top: 24px !important;padding-bottom: 0 !important;width: 80%;max-width:80%;}.ecom-core.ecom-wgpyhusm29 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-wgpyhusm29 .element__heading .ecom__heading,.ecom-core.ecom-wgpyhusm29 .element__heading .ecom__heading a{font-weight: 400;font-size: 48px;line-height: 1.25em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;}.ecom-core.ecom-wgpyhusm29  .element__heading .ecom__heading,.ecom-core.ecom-wgpyhusm29  .element__heading .ecom__heading a{color: #fff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wgpyhusm29 .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wgpyhusm29 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-wgpyhusm29 .element__heading .ecom__heading,.ecom-core.ecom-wgpyhusm29 .element__heading .ecom__heading a{font-size: 28px;}}.ecom-core.ecom-wgpyhusm29{padding-bottom: 0 !important;}.ecom-core.ecom-jikidbqxxaa>div.core__row--columns{height: auto;}.ecom-core.ecom-jikidbqxxaa>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 550px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jikidbqxxaa>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 400px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jikidbqxxaa>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{min-height: 300px;}}.ecom-core.ecom-jikidbqxxaa{background: url('/cdn/shop/files/Screenshot_2024-07-13_at_7.43.35_PM.png?v=1720914289') no-repeat scroll center center/cover;}.ecom-core.ecom-jikidbqxxaa{padding-bottom: 0 !important;}
.ecom-core.ecom-jrqjj9tynln{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jrqjj9tynln{width: 100%;}}.ecom-core.ecom-2uxpfzmd{width: 100%;}.ecom-core.ecom-2uxpfzmd>div.core__column--wrapper>div.core__blocks>div.core__blocks--body>div.ecom-block.elmspace:not(:first-child){margin-top: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2uxpfzmd{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2uxpfzmd{width: 100%;}}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-jc3xcdt9onn .ecom-core.ecom-2uxpfzmd>div.core__column--wrapper{padding-bottom: 50px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-jc3xcdt9onn .ecom-core.ecom-2uxpfzmd>div.core__column--wrapper{padding-bottom: 0px !important;}}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,1fr);}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product--wrapper-items {column-gap: 32px;row-gap: 48px;}.ecom-core.ecom-40a8xh1pfnc{show_price: block;show_ground_price: false;show_input_quantity: false;show_picker: show;}.ecom-core.ecom-40a8xh1pfnc .ecom-swiper-navigation-position{order: 0;width: auto;}.ecom-core.ecom-40a8xh1pfnc .ecom-swiper-pagination-position{justify-content: center;align-items: center;}@media screen and (min-width: 1025px) {.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-selection .selector-wrapper label{display: none;}}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--view-more{gap: 8px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-simple-add-to-cart{gap: 8px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--soldout{gap: 8px;}.ecom-core.ecom-40a8xh1pfnc .ecom-pagination-navigation{display: flex;grid-column-gap: 10px;}.ecom-core.ecom-40a8xh1pfnc .ecom-product__wishlist{justify-content: end;align-items: end;}.ecom-core.ecom-40a8xh1pfnc .ecom-product__compare{justify-content: end;align-items: end;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-time--item{display: inline-flex;flex-direction: column;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-title-tag{order: 1;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-description{order: 2;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-vendor-element{order: 3;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-sku-element{order: 4;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-type-element{order: 0;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-prices{order: 4;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product--actions{order: 10;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-rating-wrapper{order: 1;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-variants{order: 5;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product--wrapper-items{grid-template-columns: repeat(3,1fr);}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product--wrapper-items {column-gap: 20px;row-gap: 48px;}.ecom-core.ecom-40a8xh1pfnc .ecom-swiper-navigation-position{order: 0;width: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product--wrapper-items{grid-template-columns: repeat(1,1fr);}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product--wrapper-items {column-gap: 15px;row-gap: 48px;}.ecom-core.ecom-40a8xh1pfnc .ecom-swiper-navigation-position{order: 0;width: auto;}}.ecom-core.ecom-40a8xh1pfnc .ecom-collection.ecom-collection__product{background-color: #fff;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item .ecom-collection__product-media--container{width: 100% !important;margin-bottom: 16px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-information-title{text-align: left;color: #000;margin-top: 0px;margin-bottom: 8px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-information-title,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-information-title a{font-size: 16px;text-decoration: none;font-weight: 500;line-height: 1.25em;font-family: 'Poppins', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-information-title:hover{color: #F43F38;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price-wrapper{justify-content: flex-start;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price a{font-weight: 400;font-size: 16px;font-family: 'Poppins', sans-serif;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price{color: #000;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price--regular,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price--regular a,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price--from,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price--from a{font-family: 'Poppins', sans-serif;font-size: 13px;font-weight: 400;line-height: 1.25em;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price--regular,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price--from{color: #888;margin-left: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price--sale{font-family: 'Poppins', sans-serif;font-size: 16px;font-weight: 400;line-height: 1.25em;color: #EB3131;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__pagination-navigation{display: flex;justify-content: center;margin-top: 45px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__pagination-navigation .ecom-pagination-item{font-size: 16px;font-family: 'Poppins', sans-serif;font-weight: 500;line-height: 1.2em;letter-spacing: 0px;color: #000;background-color: rgba(17, 24, 39, 0);border-style: solid;border-width: 1px;border-color: #000;transition: all 400ms ease;padding: 17px 48px 17px 48px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__pagination-navigation .ecom-pagination-item:hover{color: #fff;background-color: #000;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__pagination-navigation .ecom-pagination-item.ecom-button-active{color: #000;border-style: solid;border-width: 0px 0px 1px 0px;border-color: #000;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__pagination-navigation .ecom-pagination-item svg{height: 15px;width: 15px;}.ecom-core.ecom-40a8xh1pfnc .ecom-product__wishlist-link svg{width: 16px;}.ecom-core.ecom-40a8xh1pfnc .ecom-product__wishlist-link{color: #000;transition-duration: 300ms;;;margin: 0px 0px 0px 8px;padding: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-product__wishlist-link:hover{color: rgba(0, 0, 0, 0.6);}.ecom-core.ecom-40a8xh1pfnc .ecom-product__wishlist-link.ecom-button-active{color: #F43F38;}.ecom-core.ecom-40a8xh1pfnc .ecom-product__compare-link svg{width: 16px;}.ecom-core.ecom-40a8xh1pfnc .ecom-product__compare-link{color: #000;transition-duration: 300ms;;;padding: 0px;margin: 0px 0px 0px 8px;}.ecom-core.ecom-40a8xh1pfnc .ecom-product__compare-link:hover{color: rgba(0, 0, 0, 0.6);}.ecom-core.ecom-40a8xh1pfnc .ecom-product__compare-link.ecom-button-active{color: #F43F38;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-submit{align-self: flex-start;font-size: 16px;font-weight: 500;text-decoration: none;font-family: 'Poppins', sans-serif;line-height: 1.25em;letter-spacing: 0px;color: #000;background-color: rgba(0, 0, 0, 0);border-style: none;border-radius: 0px;padding: 0px;margin: 16px 0px 0px 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-submit:hover{color: rgba(0, 0, 0, 0.6);background-color: rgba(204, 102, 102, 0);}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-submit .ecom-collection__product-add-cart-icon svg{width: 16px;height: 16px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--quickshop{align-self: flex-start;font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 300;color: #000;background-color: rgba(189, 89, 89, 0);border-radius: 0px;padding: 0px;margin: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--quickshop:hover{color: #fff;background-color: #d95252;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--quickshop .ecom-collection__product-add-cart-icon svg{width: 102px;height: 102px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--soldout{align-self: flex-start;font-family: 'Poppins', sans-serif;font-size: 16px;font-weight: 500;line-height: 1.25em;text-transform: capitalize;letter-spacing: 0px;text-decoration: none;color: #000;background-color: rgba(17, 24, 39, 0);border-radius: 0px;transition-duration: 300ms;;;margin: 16px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--soldout:hover{color: rgba(0, 0, 0, 0.6);background-color: rgba(255, 0, 0, 0);}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--view-more{align-self: flex-start;text-transform: none;text-decoration: none;font-size: 16px;font-weight: 500;line-height: 1.25em;font-family: 'Poppins', sans-serif;letter-spacing: 0px;color: #000;background-color: rgba(57, 100, 110, 0);border-radius: 0px;transition-duration: 300ms;;;padding: 0px;margin: 16px 0px 0px 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--view-more:hover{color: rgba(0, 0, 0, 0.6);background-color: rgba(8, 170, 207, 0);}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--view-more svg{width: 18px;height: 18px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-badge .ecom-collection__product-price--bage-sale{align-self: flex-start;font-family: 'Poppins', sans-serif;font-size: 12px;font-weight: 400;line-height: 1.25em;letter-spacing: 0px;color: #ffffff;background-color: #d47070;border-radius: 5px;padding: 4px 8px 4px 11px;margin-bottom: 5px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-badge .ecom-collection__product-badge--sale{align-self: flex-start;font-family: 'Poppins', sans-serif;font-size: 12px;font-weight: 400;line-height: 1.25em;letter-spacing: 0px;color: #fff;background-color: #dc2626;border-radius: 5px;padding: 4px 11px 4px 11px;margin-top: 0px;margin-bottom: 5px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-badge .ecom-collection__product-badge--sold-out{align-self: flex-start;font-family: 'Poppins', sans-serif;font-size: 12px;font-weight: 400;line-height: 1.25em;letter-spacing: 0px;color: #ffffff;background-color: #111827;border-radius: 5px;padding: 4px 11px 4px 11px;margin-bottom: 5px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-badge .ecom-collection__product-badge--custom{align-self: flex-start;font-size: 12px;font-family: 'Poppins', sans-serif;font-weight: 400;line-height: 1.25em;letter-spacing: 0px;color: #ffffff;background-color: #111827;border-radius: 5px;padding: 4px 11px 4px 11px;margin-bottom: 5px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-rating-wrapper{display: flex;justify-content: flex-start;color: #000;margin: 0px 0px 10px 0px;padding: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-rating-wrapper,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-rating-wrapper a{font-family: 'Poppins', sans-serif;font-size: 12px;font-weight: 400;line-height: 1.25em;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-radio-label,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-radio-label a{font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 300;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-radio-label{margin: 0px;padding: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-radio-list,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list{justify-content: end;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-swatch-item{font-family: 'Poppins', sans-serif;font-size: 11px;font-weight: 400;line-height: 1.25em;color: #6D7175;border-style: solid;border-width: 0px 0px 2px 0px;border-color: #e5e5e5;margin: 8px 0px 0px 12px;padding: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-swatch-item:hover{color: #000;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: #000;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-swatch-item.ecom-product-swatch-item--active{color: #000;background-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 0px 0px 2px 0px;border-color: #000;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-main-label,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-main-label a{font-family: 'Jost', sans-serif;font-size: 12px;font-weight: 300;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-main-label{margin: 10px 0px 0px 0px;padding: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list{justify-content: flex-end;border-radius: 0px;margin-top: 0px;margin-bottom: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list li{width: 20px;height: 20px;border-style: solid;border-width: 1px;border-color: rgba(255, 0, 0, 0);transition: all 300ms ease;margin: 0px 0px 4px 4px;padding: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list li:not(.ecom-product-swatch-item--active):hover,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list li:not(.ecom-product-swatch-item--active):hover{border-style: solid;border-width: 1px;border-color: #D9D9D9;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active{border-style: solid;border-width: 1px;border-color: #D9D9D9;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list li img,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list li .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list li,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list li img,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list li .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active img,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list li.ecom-product-swatch-item--active .ecom-collection__product-picker-colors-item--preview,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active img,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list li.ecom-product-swatch-item--active .ecom-collection__product-picker-colors-item--preview{border-radius: 50%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-information-title{margin-bottom: 5px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__pagination-navigation .ecom-pagination-item{font-size: 15px;padding-right: 30px;padding-left: 30px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-radio-list,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-swatch-item{margin-right: 12px;margin-left: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list{justify-content: flex-start;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list li{margin-right: 4px;margin-left: 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-information-title,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-information-title a{font-size: 14px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-information-title{margin-bottom: 5px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__pagination-navigation .ecom-pagination-item{font-size: 14px;padding: 15px 30px 15px 30px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-submit{font-size: 12px;margin-top: 16px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--soldout{font-size: 12px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions--view-more{font-size: 12px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-radio-list,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list{justify-content: start;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-swatch-item{margin-right: 12px;margin-left: 0px;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list{justify-content: flex-start;}.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-colors-list li,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-picker-images-list li{margin-right: 4px;margin-left: 0px;}}.ecom-core.ecom-40a8xh1pfnc{padding-bottom: 0px !important;position: relative;z-index: 1 !important;} .ecom-core.ecom-40a8xh1pfnc svg:not([class]){
    width: 16px;
}

.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-prices{
    order: 4;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-price-wrapper{
    gap: 3px;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-child-element:before,.ecom-core.ecom-40a8xh1pfnc .ecom-child-element::after{
   display: none ! important;
}
.ecom-core.ecom-40a8xh1pfnc span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-40a8xh1pfnc span.ecom-collection__product-badge--sale:has( + .ecom-collection__product-price--bage-sale){
    display: none;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-submit.ecom-ajax-loading{
    position: relative;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-submit.ecom-ajax-loading:after{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    opacity: 0;
    padding: 0;
    transition: opacity .2s;
    content: "";
    display: inline-block!important;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255,255,255,.3);
    border-left-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border-left-color: currentColor;
    opacity: 1;
    -webkit-animation: .45s linear infinite ecom-spin;
    animation: .45s linear infinite ecom-spin;
    background: transparent;
    min-width: inherit;
    bottom: auto;
    transform: none;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-ajax-loading span.ecom-collection__product-add-cart-icon{opacity: 0;}
.ecom-core.ecom-40a8xh1pfnc span.ecom-collection__product-badge--sale:first-child:not(:last-child){
    display: none;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product .ecom-collection__product-picker-main,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product .ecom-collection__product-picker-other,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product .selector-wrapper{
    text-align: center;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item).ecom-product-swatch-item--active,.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-swatch-item:not(.ecom-collection__product-picker-radio-list-item):hover{
    background: transparent;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-collection.ecom-collection__product{
    overflow: visible;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item-type-element{
    position: relative;
    z-index: 1;
}

.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-variants + .ecom-collection__product--actions .ecom-collection__product-form__actions{
    border: none;
    margin: 0;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-form__actions{
    border-top: 1px solid #d8d8d8;
    margin-top: 16px;
    padding-right: 46px;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-media-wrapper{
    position: static;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-group-button-action{
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 1px;
    pointer-events: auto;
    display: flex;
    flex-direction: initial;
    justify-content: flex-end;
    z-index: 11;
    align-items: center;
}
.ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-item--wrapper{
    position: relative;
}
.ecom-core.ecom-40a8xh1pfnc form.ecom-collection__product-form.ecom-product-form > .ecom-child-element{
   margin-top: 5px;
}
@media(min-width:1025px){
    .ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-prices + .ecom-collection__product-variants{
        z-index: 8;
    }
    .ecom-core.ecom-40a8xh1pfnc form.ecom-collection__product-form.ecom-product-form > .ecom-child-element{
        padding-left: 45%;
        margin-top: 0;
    }
    .ecom-core.ecom-40a8xh1pfnc form.ecom-collection__product-form.ecom-product-form > .ecom-child-element > div:first-child{
        margin-top: -22px;
    }
    .ecom-core.ecom-40a8xh1pfnc form.ecom-collection__product-form.ecom-product-form > .ecom-child-element > div:first-child:has(>div[style="display:none;"]){
        margin-top: 0;
    }
    .ecom-core.ecom-40a8xh1pfnc .ecom-collection__product-prices:has(+ .ecom-collection__product-variants){
        max-width: 45%;
    }
}
.ecom-core.ecom-40a8xh1pfnc span[style="background-color: #fff"],.ecom-core.ecom-40a8xh1pfnc span[style="background-color: #ffffff"],.ecom-core.ecom-40a8xh1pfnc span[style="background-color:#fff"],.ecom-core.ecom-40a8xh1pfnc span[style="background-color:#ffffff"],.ecom-core.ecom-40a8xh1pfnc span[style="background: #fff"],.ecom-core.ecom-40a8xh1pfnc span[style="background: #ffffff"],.ecom-core.ecom-40a8xh1pfnc span[style="background:#fff"],.ecom-core.ecom-40a8xh1pfnc span[style="background:#ffffff"]{
    border: 1px solid #fbfbfb;
}.ecom-core.ecom-1fqv1xfujst>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-1fqv1xfujst{padding-top: 30px !important;padding-bottom: 45px !important;position: relative;z-index: 44 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-1fqv1xfujst{padding-top: 15px !important;padding-bottom: 30px !important;}.ecom-core.ecom-1fqv1xfujst > div.core__row--columns{flex-direction: row !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1fqv1xfujst{padding-top: 15px !important;padding-bottom: 15px !important;}.ecom-core.ecom-1fqv1xfujst > div.core__row--columns{flex-direction: column-reverse !important;}}.ecom-core.ecom-09ebew67xq1b{width: 33.34%;}.ecom-core.ecom-09ebew67xq1b>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-09ebew67xq1b{width: 33.33%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-09ebew67xq1b{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-jc3xcdt9onn .ecom-core.ecom-09ebew67xq1b>div.core__column--wrapper{padding-bottom: 15px !important;}}.ecom-core.ecom-8qcrvvyusig{width: 33.33%;}.ecom-core.ecom-8qcrvvyusig>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}.ecom-core.ecom-8qcrvvyusig>div.core__column--wrapper>div.core__blocks>.core__blocks--body{justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-8qcrvvyusig{width: 33.33%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-8qcrvvyusig{width: 100%;}}.ecom-core.ecom-h0ti8b4018 .ecom-collection__layout-switch-inner{--ecom-box-width: 6px;gap: 19px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-h0ti8b4018 .ecom-collection__layout-switch-inner{gap: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h0ti8b4018 .ecom-collection__layout-switch-inner{--ecom-box-width: 7px;gap: 15px;}}.ecom-core.ecom-h0ti8b4018 .ecom-collection__layout-switch-inner{border-style: none;}.ecom-core.ecom-h0ti8b4018 .ecom-collection__layout-switch-item button .ecom-collection__layout-switch--box{background-color: #878787;}.ecom-core.ecom-h0ti8b4018 .ecom-collection__layout-switch-item button:hover .ecom-collection__layout-switch--box{background-color: #222222;}.ecom-core.ecom-h0ti8b4018 .ecom-collection__layout-switch-item button.ecom-active-item .ecom-collection__layout-switch--box{background-color: #222222;}.ecom-core.ecom-h0ti8b4018 .ecom-collection__layout-switch-item button{background-color: #ffffff;border-style: solid;border-width: 0px;border-color: #878787;padding: 0px;margin: 0px;}.ecom-core.ecom-h0ti8b4018 .ecom-collection__layout-switch-item button:hover{border-style: none;}.ecom-core.ecom-h0ti8b4018 .ecom-collection__layout-switch-item button.ecom-active-item{border-style: none;}.ecom-core.ecom-h0ti8b4018{padding-top: 4px !important;padding-bottom: 0 !important;width: unset;max-width:unset;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h0ti8b4018{padding-top: 3px !important;padding-bottom: 0 !important;}} .ecom-core.ecom-h0ti8b4018 .ecom-collection__layout-switch-item button{
    clip-path: polygon(0% 0%,100% 0%,100% 43%,0% 43%,0% 57%,100% 57%,100% 100%,0% 100%);
    gap: 2px;
}.ecom-core.ecom-3jmwkl7rmbt{width: 33.33%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3jmwkl7rmbt{width: 33.33%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3jmwkl7rmbt{width: 100%;}}.ecom-core.ecom-jc3xcdt9onn{background-color: #FFF;}.ecom-core.ecom-jc3xcdt9onn{margin-bottom: 0px !important;padding-bottom: 0 !important;position: relative;z-index: 15 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-jc3xcdt9onn{padding-bottom: 35px !important;}.ecom-core.ecom-jc3xcdt9onn div.core__row--columns{flex-direction: row;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jc3xcdt9onn{padding-top: 15px !important;padding-bottom: 35px !important;}.ecom-core.ecom-jc3xcdt9onn div.core__row--columns{flex-direction: row;}} .ecom-core.ecom-jc3xcdt9onn .ec-z-index-10{z-index:10!important}
.ecom-core.ecom-jc3xcdt9onn:has(div#ecom-modal-block[style="display: block;"]){
    z-index: 25!important;
}
.ecom-core.ecom-qvoakmrgoof{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qvoakmrgoof{width: 100%;}}.ecom-core.ecom-ym1p5uklekh .element__featured--box.item-style--list{max-width: 20%;flex: 0 0 20%;}.ecom-core.ecom-ym1p5uklekh .element__featured--wrapper{grid-template-columns: repeat(4, 1fr);gap: 20px;}.ecom-core.ecom-ym1p5uklekh .element__featured--wrapper-list > * + *{margin-left: 20px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ym1p5uklekh .element__featured--box.item-style--list{max-width: 38%;flex: 0 0 38%;}.ecom-core.ecom-ym1p5uklekh .element__featured--wrapper{grid-template-columns: repeat(3, 1fr);gap: 20px;}.ecom-core.ecom-ym1p5uklekh .element__featured--wrapper-list > * + *{margin-left: 20px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ym1p5uklekh .element__featured--box.item-style--list{max-width: 63%;flex: 0 0 63%;}.ecom-core.ecom-ym1p5uklekh .element__featured--wrapper{grid-template-columns: repeat(1, 1fr);gap: 20px;}.ecom-core.ecom-ym1p5uklekh .element__featured--wrapper-list > * + *{margin-left: 20px;}}.ecom-core.ecom-ym1p5uklekh .element__featured .element__featured--box{text-align: center;justify-content: center;}.ecom-core.ecom-ym1p5uklekh .ecom-image-default{width: 68px !important;}.ecom-core.ecom-ym1p5uklekh .element__featured .element__featured--box-img img,.ecom-core.ecom-ym1p5uklekh .element__featured .element__featured--box-img picture{height: 68px !important;}.ecom-core.ecom-ym1p5uklekh .ecom-image-align{justify-content: flex-start;}.ecom-core.ecom-ym1p5uklekh .element__featured .element__featured--box-img{margin-bottom: 30px;}.ecom-core.ecom-ym1p5uklekh .element__featured .element__featured--box-icon{color: #27282F;justify-content: center;}.ecom-core.ecom-ym1p5uklekh .element__featured .element__featured--box-icon svg{height: 30px;width: 30px;}.ecom-core.ecom-ym1p5uklekh .element__featured--box-icon svg{margin-bottom: 15px;}.ecom-core.ecom-ym1p5uklekh .element__featured .element__featured--box-title{font-size: 20px;font-weight: 500;line-height: 1.25em;text-transform: none;font-style: normal;text-decoration: none;letter-spacing: 0px;color: #27282F;margin-bottom: 5px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-ym1p5uklekh .element__featured .element__featured--box-icon svg{height: 25px;width: 25px;}.ecom-core.ecom-ym1p5uklekh .element__featured--box-icon svg{margin-right: 10px;}.ecom-core.ecom-ym1p5uklekh .element__featured .element__featured--box-title{font-size: 16px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-ym1p5uklekh .element__featured .element__featured--box-img{margin-bottom: 20px;}.ecom-core.ecom-ym1p5uklekh .element__featured .element__featured--box-title{font-size: 18px;margin-bottom: 10px;}}.ecom-core.ecom-ym1p5uklekh{padding-bottom: 0 !important;}.ecom-core.ecom-d43h4smxnah>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-d43h4smxnah{background-color: #2D98D4;}.ecom-core.ecom-d43h4smxnah{padding: 70px 15px 90px 15px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-d43h4smxnah{padding: 35px 0px 35px 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-d43h4smxnah{padding-top: 35px !important;padding-bottom: 35px !important;}}
.ecom-core.ecom-qzknffisxyd{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qzknffisxyd{width: 100%;}}.ecom-core.ecom-g1weh9w7z0i .ecom__testimonials--grid{grid-template-columns: repeat(1,1fr);gap: 100px;}.ecom-core.ecom-g1weh9w7z0i .ecom-swiper-navigation-position{display: flex;order: 0;justify-content: flex-end;align-items: flex-end;width: 100%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-g1weh9w7z0i .ecom__testimonials--grid{grid-template-columns: repeat(1,1fr);gap: 30px;}.ecom-core.ecom-g1weh9w7z0i .ecom-swiper-navigation-position{display: flex;order: 0;justify-content: flex-end;align-items: flex-end;width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g1weh9w7z0i .ecom__testimonials--grid{grid-template-columns: repeat(1,1fr);gap: 0px;}.ecom-core.ecom-g1weh9w7z0i .ecom-swiper-navigation-position{display: flex;order: 0;justify-content: flex-end;align-items: flex-end;width: 100%;}}.ecom-core.ecom-g1weh9w7z0i .testimonial-content{text-align: left;justify-content: flex-start;background-color: #ffffff;border-style: solid;border-width: 1px;border-color: #EAEAEA;border-radius: 20px;padding: 27px 25px 63px 40px;}.ecom-core.ecom-g1weh9w7z0i .ecom-icon-list span svg{height: 12px;width: 12px;}.ecom-core.ecom-g1weh9w7z0i .ecom-icon-list span{color: rgba(255, 187, 106, 0.5);margin-right: 7px;margin-bottom: 12px;}.ecom-core.ecom-g1weh9w7z0i .ecom-icon-list span.ecom-icon-active{color: #FFBB6A;}.ecom-core.ecom-g1weh9w7z0i .testimonial-quote{color: #5890E1;margin-bottom: 24px;}.ecom-core.ecom-g1weh9w7z0i .testimonial-quote svg{height: 20px;width: 20px;}.ecom-core.ecom-g1weh9w7z0i .ecom-image-default{width: 54px !important;}.ecom-core.ecom-g1weh9w7z0i .ecom-base-testimonial-image ,.ecom-core.ecom-g1weh9w7z0i .ecom-base-testimonial-image .ecom-image-default,.ecom-core.ecom-g1weh9w7z0i .ecom-base-testimonial-image  > picture,.ecom-core.ecom-g1weh9w7z0i .ecom-base-testimonial-image > img{border-radius: 50%;overflow: hidden;}.ecom-core.ecom-g1weh9w7z0i .testimonial-content-name{text-align: left;color: #235772;margin-top: 10px;}.ecom-core.ecom-g1weh9w7z0i .testimonial-content-name,.ecom-core.ecom-g1weh9w7z0i .testimonial-content-name a{font-size: 16px;font-weight: 500;line-height: 1.2em;letter-spacing: 0px;text-decoration: none;text-transform: capitalize;font-family: 'Jost', sans-serif;}.ecom-core.ecom-g1weh9w7z0i .testimonial-content-title{text-align: left;color: #878787;padding-bottom: 8px;}.ecom-core.ecom-g1weh9w7z0i .testimonial-content-title,.ecom-core.ecom-g1weh9w7z0i .testimonial-content-title a{font-size: 14px;font-weight: 400;line-height: 1.2em;letter-spacing: 0px;text-decoration: none;text-transform: capitalize;font-family: 'Jost', sans-serif;}.ecom-core.ecom-g1weh9w7z0i .testimonial-content-prag{text-align: left;color: #235772;margin-bottom: 20px;}.ecom-core.ecom-g1weh9w7z0i .testimonial-content-prag,.ecom-core.ecom-g1weh9w7z0i .testimonial-content-prag a{font-size: 18px;line-height: 1.4em;font-weight: 400;text-decoration: none;letter-spacing: 0px;font-family: 'Jost', sans-serif;}.ecom-core.ecom-g1weh9w7z0i .ecom-testimonials--container .ecom-swiper-button-prev svg,.ecom-core.ecom-g1weh9w7z0i .ecom-testimonials--container .ecom-swiper-button-next svg{height: 16px;width: 16px;}.ecom-core.ecom-g1weh9w7z0i .ecom-testimonials--container .ecom-swiper-button-prev,.ecom-core.ecom-g1weh9w7z0i .ecom-testimonials--container .ecom-swiper-button-next{color: #235772;background-color: rgba(233, 234, 235, 0);border-radius: 36px;padding: 9px;}.ecom-core.ecom-g1weh9w7z0i .ecom-testimonials--container .ecom-swiper-button-prev:hover,.ecom-core.ecom-g1weh9w7z0i .ecom-testimonials--container .ecom-swiper-button-next:hover{color: #FF8D06;background-color: rgba(0, 0, 0, 0);transition: all 300ms ease;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-g1weh9w7z0i .testimonial-content{padding-top: 15px;padding-left: 20px;}.ecom-core.ecom-g1weh9w7z0i .testimonial-content-prag,.ecom-core.ecom-g1weh9w7z0i .testimonial-content-prag a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g1weh9w7z0i .testimonial-content{padding: 15px 15px 50px 20px;}.ecom-core.ecom-g1weh9w7z0i .testimonial-content-prag,.ecom-core.ecom-g1weh9w7z0i .testimonial-content-prag a{font-size: 15px;}}.ecom-core.ecom-g1weh9w7z0i{padding-top: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g1weh9w7z0i{padding-bottom: 0 !important;padding-left: 0px !important;}} .ecom-core.ecom-g1weh9w7z0i .testimonial-info.ecom-column-center{
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}
.ecom-core.ecom-g1weh9w7z0i .testimonial-content-prag h3{
    color: #235772;
    font-family: 'Gloock';
    font-size: 20px;
    margin-bottom: 12px;
}
.ecom-core.ecom-g1weh9w7z0i .ecom-swiper-navigation-position{
    position: absolute;
    bottom: 28px;
    right: 17px;
}.ecom-core.ecom-g0f5b7xnlnn .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-g0f5b7xnlnn .element__heading .ecom__heading,.ecom-core.ecom-g0f5b7xnlnn .element__heading .ecom__heading a{font-weight: 500;font-size: 40px;font-family: 'Montserrat', sans-serif;text-transform: uppercase;text-decoration: none;line-height: 1.25em;letter-spacing: 0px;}.ecom-core.ecom-g0f5b7xnlnn  .element__heading .ecom__heading,.ecom-core.ecom-g0f5b7xnlnn  .element__heading .ecom__heading a{color: #ffffff;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-g0f5b7xnlnn .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g0f5b7xnlnn .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-g0f5b7xnlnn .element__heading .ecom__heading,.ecom-core.ecom-g0f5b7xnlnn .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-g0f5b7xnlnn{padding-bottom: 0 !important;}.ecom-core.ecom-h8tvbo6wrte{background-color: #00102E;}.ecom-core.ecom-h8tvbo6wrte{padding-top: 45px !important;padding-bottom: 47px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-h8tvbo6wrte{padding-top: 0px !important;}}
.ecom-core.ecom-2xa8x1jmxff{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2xa8x1jmxff{width: 100%;}}.ecom-core.ecom-2xa8x1jmxff>.core__column--wrapper{background-color: #F7F7F7;}.ecom-core.ecom-2xa8x1jmxff>.core__column--wrapper,.ecom-core.ecom-2xa8x1jmxff>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 24px;}html body .ecom-core.ecom-lebfbam88ik .ecom-core.ecom-2xa8x1jmxff>div.core__column--wrapper{padding: 44px 64px 12px 64px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-lebfbam88ik .ecom-core.ecom-2xa8x1jmxff>div.core__column--wrapper{padding-top: 32px !important;padding-right: 20px !important;padding-left: 20px !important;}}.ecom-core.ecom-aqbq1xlpmk .ecom-effect-accodion{transition: height 400ms ease;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__title{text-align: left;background-color: transparent;border-radius: 10px;margin: 0px;padding: 32px 0px 32px 0px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__title:hover{background-color: rgba(17, 24, 39, 0.1);}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__title.ecom-item-active{background-color: rgba(17, 24, 39, 0.1);border-radius: 10px 10px 0px 0px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__title .ecom-items--icon svg{height: 10px;width: 10px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__title .ecom-items--icon{color: #000;background-color: #E4E4E4;border-radius: 50%;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion_nav--icon{margin: 0px 16px 0px 16px;padding: 7px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;text-transform: uppercase;font-weight: 700;line-height: 1.25em;font-style: normal;text-decoration: none;font-family: 'Montserrat', sans-serif;letter-spacing: 0px;color: #000;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion_wrapper-info .ecom-items--icon svg{height: 15px;width: 15px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion_wrapper-info .ecom-accordion_icon-title{color: #000;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion_wrapper-info .ecom-accordion_icon-title:hover{color: #00;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion_icon-title{margin-right: 7px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__body>.core__blocks>.core__blocks--body{border-style: none;padding: 0px 0px 32px 0px;margin: -24px 0px 0px 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__title{margin: 0px;padding: 32px 0px 32px 0px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 16px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__body>.core__blocks>.core__blocks--body{margin-bottom: 0px;padding: 0px 0px 32px 0px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__title{padding: 24px 0px 24px 0px;margin: 0px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__title .ecom-items--icon svg{height: 14px;width: 14px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion_nav--icon{margin-left: 16px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__item .ecom-accordion__title .ecom-items--text{font-size: 14px;}.ecom-core.ecom-aqbq1xlpmk .ecom-accordion__body>.core__blocks>.core__blocks--body{padding-bottom: 24px;margin-top: -14px;}}.ecom-core.ecom-aqbq1xlpmk{margin-top: 32px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-aqbq1xlpmk{padding-bottom: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-aqbq1xlpmk{padding-bottom: 0px !important;margin-top: 0px !important;margin-bottom: 0px !important;}} .ecom-core.ecom-aqbq1xlpmk .core__group--item.ecom-accordion__item{
    border-bottom: 1px solid #E6E6E6;
    margin-bot32px;
}

.ecom-core.ecom-aqbq1xlpmk .core__group--item:nth-child(4){
    border: 0;
}.ecom-core.ecom-kypb6v6kbb .ecom-text--more-actions button ,.ecom-core.ecom-kypb6v6kbb .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-kypb6v6kbb .text-content,.ecom-core.ecom-kypb6v6kbb  .text-content a,.ecom-core.ecom-kypb6v6kbb  .text-content p,.ecom-core.ecom-kypb6v6kbb  .text-content span{text-align: left;color: #888888;margin: 0px 0px 0px 8px;padding: 0px;}.ecom-core.ecom-kypb6v6kbb .text-content,.ecom-core.ecom-kypb6v6kbb .text-content a,.ecom-core.ecom-kypb6v6kbb  .text-content a,.ecom-core.ecom-kypb6v6kbb  .text-content a a,.ecom-core.ecom-kypb6v6kbb  .text-content p,.ecom-core.ecom-kypb6v6kbb  .text-content p a,.ecom-core.ecom-kypb6v6kbb  .text-content span,.ecom-core.ecom-kypb6v6kbb  .text-content span a{font-size: 16px;font-family: 'Montserrat', sans-serif;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;text-transform: none;text-decoration: none;}.ecom-core.ecom-kypb6v6kbb .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-kypb6v6kbb .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-kypb6v6kbb .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-kypb6v6kbb .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-kypb6v6kbb{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-kypb6v6kbb{padding-bottom: 0 !important;}}.ecom-core.ecom-l0kovaczzwb .ecom-text--more-actions button ,.ecom-core.ecom-l0kovaczzwb .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-l0kovaczzwb .text-content,.ecom-core.ecom-l0kovaczzwb  .text-content a,.ecom-core.ecom-l0kovaczzwb  .text-content p,.ecom-core.ecom-l0kovaczzwb  .text-content span{text-align: left;color: #888888;margin: 0px 0px 0px 8px;padding: 0px;}.ecom-core.ecom-l0kovaczzwb .text-content,.ecom-core.ecom-l0kovaczzwb .text-content a,.ecom-core.ecom-l0kovaczzwb  .text-content a,.ecom-core.ecom-l0kovaczzwb  .text-content a a,.ecom-core.ecom-l0kovaczzwb  .text-content p,.ecom-core.ecom-l0kovaczzwb  .text-content p a,.ecom-core.ecom-l0kovaczzwb  .text-content span,.ecom-core.ecom-l0kovaczzwb  .text-content span a{font-size: 16px;font-family: 'Montserrat', sans-serif;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;text-transform: none;text-decoration: none;}.ecom-core.ecom-l0kovaczzwb .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-l0kovaczzwb .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-l0kovaczzwb .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-l0kovaczzwb .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-l0kovaczzwb{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-l0kovaczzwb{padding-bottom: 0 !important;}}.ecom-core.ecom-3jqsk4w6zmr .ecom-text--more-actions button ,.ecom-core.ecom-3jqsk4w6zmr .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-3jqsk4w6zmr .text-content,.ecom-core.ecom-3jqsk4w6zmr  .text-content a,.ecom-core.ecom-3jqsk4w6zmr  .text-content p,.ecom-core.ecom-3jqsk4w6zmr  .text-content span{text-align: left;color: #888888;margin: 0px 0px 0px 8px;padding: 0px;}.ecom-core.ecom-3jqsk4w6zmr .text-content,.ecom-core.ecom-3jqsk4w6zmr .text-content a,.ecom-core.ecom-3jqsk4w6zmr  .text-content a,.ecom-core.ecom-3jqsk4w6zmr  .text-content a a,.ecom-core.ecom-3jqsk4w6zmr  .text-content p,.ecom-core.ecom-3jqsk4w6zmr  .text-content p a,.ecom-core.ecom-3jqsk4w6zmr  .text-content span,.ecom-core.ecom-3jqsk4w6zmr  .text-content span a{font-size: 16px;font-family: 'Montserrat', sans-serif;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;text-transform: none;text-decoration: none;}.ecom-core.ecom-3jqsk4w6zmr .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-3jqsk4w6zmr .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-3jqsk4w6zmr .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-3jqsk4w6zmr .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-3jqsk4w6zmr{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-3jqsk4w6zmr{padding-bottom: 0 !important;}}.ecom-core.ecom-9hz6216o2kg .ecom-text--more-actions button ,.ecom-core.ecom-9hz6216o2kg .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-9hz6216o2kg .text-content,.ecom-core.ecom-9hz6216o2kg  .text-content a,.ecom-core.ecom-9hz6216o2kg  .text-content p,.ecom-core.ecom-9hz6216o2kg  .text-content span{text-align: left;color: #888888;margin: 0px 0px 0px 8px;padding: 0px;}.ecom-core.ecom-9hz6216o2kg .text-content,.ecom-core.ecom-9hz6216o2kg .text-content a,.ecom-core.ecom-9hz6216o2kg  .text-content a,.ecom-core.ecom-9hz6216o2kg  .text-content a a,.ecom-core.ecom-9hz6216o2kg  .text-content p,.ecom-core.ecom-9hz6216o2kg  .text-content p a,.ecom-core.ecom-9hz6216o2kg  .text-content span,.ecom-core.ecom-9hz6216o2kg  .text-content span a{font-size: 16px;font-family: 'Montserrat', sans-serif;font-weight: 500;line-height: 1.4em;letter-spacing: 0px;text-transform: none;text-decoration: none;}.ecom-core.ecom-9hz6216o2kg .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-9hz6216o2kg .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-9hz6216o2kg .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-9hz6216o2kg .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-9hz6216o2kg{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-9hz6216o2kg{padding-bottom: 0 !important;}}.ecom-core.ecom-g38jc9e78sh .element__heading .ecom__heading{text-align: center;margin: 0px;padding: 0px;}.ecom-core.ecom-g38jc9e78sh .element__heading .ecom__heading,.ecom-core.ecom-g38jc9e78sh .element__heading .ecom__heading a{font-weight: 700;font-size: 24px;font-family: 'Montserrat', sans-serif;text-transform: uppercase;text-decoration: none;line-height: 1.4em;letter-spacing: -0.72px;}.ecom-core.ecom-g38jc9e78sh  .element__heading .ecom__heading,.ecom-core.ecom-g38jc9e78sh  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-g38jc9e78sh .element__heading .ecom__heading{text-align: center;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g38jc9e78sh .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-g38jc9e78sh .element__heading .ecom__heading,.ecom-core.ecom-g38jc9e78sh .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-g38jc9e78sh{padding-bottom: 0 !important;}.ecom-core.ecom-lebfbam88ik>div.core__row--columns{max-width: 820px;}.ecom-core.ecom-lebfbam88ik{background-color: #fff;}.ecom-core.ecom-lebfbam88ik{padding-top: 64px !important;padding-bottom: 163px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lebfbam88ik{padding: 32px 20px 60px 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lebfbam88ik{padding: 30px 20px 60px 20px !important;}}
.ecom-core.ecom-1g8xbk8uivi{width: 50%;}.ecom-core.ecom-1g8xbk8uivi>div.core__column--wrapper>div.core__blocks>div.core__blocks--body{align-content: center;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1g8xbk8uivi{width: 100%;}}.ecom-core.ecom-1g8xbk8uivi>.core__column--wrapper{background: url('https://cdn.shopify.com/s/files/1/0726/1221/7115/files/ecom-no-replace-RDuhKa0iNHimg-l-newsletter-2.png?v=1704186544') no-repeat scroll top center/cover #EAF6E4;}html body .ecom-core.ecom-g22qrziem4d .ecom-core.ecom-1g8xbk8uivi>div.core__column--wrapper{padding: 150px 30px 150px 85px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-g22qrziem4d .ecom-core.ecom-1g8xbk8uivi>div.core__column--wrapper{padding-top: 40px !important;padding-bottom: 40px !important;padding-left: 35px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-g22qrziem4d .ecom-core.ecom-1g8xbk8uivi>div.core__column--wrapper{padding: 45px 15px 50px 15px !important;}}.ecom-core.ecom-inajo2tvs29 .ecom-newsletter-form-content{flex-direction: row;}.ecom-core.ecom-inajo2tvs29 .ecom-newsletter-form-content-wrap{width: 480px;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-container form{justify-content: flex-start;text-align: left;}.ecom-core.ecom-inajo2tvs29{background-color: rgba(255, 255, 255, 0);border-style: none;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-field--input{text-align: left;font-size: 16px;font-family: 'Poppins', sans-serif;font-weight: 400;line-height: 1.25em;letter-spacing: 0px;color: #8C8C8C;height: 64px;width: 100%;background-color: #FCFCFC;border-style: none;border-radius: 0px;margin: 0px;padding: 10px 10px 10px 24px;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-field--input::placeholder{color: #8C8C8C;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-field--input:focus{outline-style:none;}.ecom-core.ecom-inajo2tvs29 .ecome-shopify__newsletter__button{font-size: 14px;font-weight: 500;text-transform: capitalize;line-height: 1.2px;font-family: 'Jost', sans-serif;text-decoration: underline;height: 64px;min-height: 64px;color: #000;justify-content: center;align-items: center;background-color: #FCFCFC;border-style: none;border-radius: 0px;padding: 24px;margin: 0px;}.ecom-core.ecom-inajo2tvs29 .ecome-shopify__newsletter__button:hover{color: #F43F38;border-style: none;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-success{text-align: left;color: #10631F;margin-top: 10px;margin-right: 0px;margin-bottom: 0px;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-success,.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-success a{font-family: 'Poppins', sans-serif;font-size: 13px;font-style: italic;font-weight: 400;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-status-error{text-align: left;color: #d92929;padding: 0px;margin: 10px 0px 0px 0px;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-status-error,.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-status-error a{font-family: 'Poppins', sans-serif;font-size: 13px;font-style: italic;font-weight: 400;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-detail-error:not(empty){text-align: left;color: #868686;}.ecom-core.ecom-inajo2tvs29  .ecom-shopify__newsletter-form-detail-error:not(empty){font-size: 13px;font-family: 'Poppins', sans-serif;line-height: 1.4em;letter-spacing: 0px;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter__button-icon svg{height: 22px;width: 22px;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter__button-icon{padding: 0px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-inajo2tvs29 .ecom-newsletter-form-content-wrap{width: 100%;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-field--input{height: 56px;}.ecom-core.ecom-inajo2tvs29 .ecome-shopify__newsletter__button{height: 56px;min-height: 56px;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter__button-icon svg{height: 18px;width: 18px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-inajo2tvs29 .ecom-newsletter-form-content-wrap{width: 100%;}.ecom-core.ecom-inajo2tvs29 .ecom-shopify__newsletter-form-field--input{width: 70%;}.ecom-core.ecom-inajo2tvs29 .ecome-shopify__newsletter__button{width: 30%;justify-content: flex-end;align-items: flex-end;margin-left: 0px;padding-right: 24px;}}.ecom-core.ecom-inajo2tvs29{margin-top: 25px !important;} .ecom-core.ecom-inajo2tvs29 *:focus-visible{
    box-shadow: 0 0 0;
    outline: none;
}
.ecom-core.ecom-inajo2tvs29 .ecom-newsletter-form-content{
    width: 480px;
    max-width: 100%;
    border: 1px solid #d9d9d9;
}.ecom-core.ecom-qsdbtxzzsv .ecom-text--more-actions button ,.ecom-core.ecom-qsdbtxzzsv .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-qsdbtxzzsv .text-content,.ecom-core.ecom-qsdbtxzzsv  .text-content a,.ecom-core.ecom-qsdbtxzzsv  .text-content p,.ecom-core.ecom-qsdbtxzzsv  .text-content span{text-align: left;color: #595959;}.ecom-core.ecom-qsdbtxzzsv .text-content,.ecom-core.ecom-qsdbtxzzsv .text-content a,.ecom-core.ecom-qsdbtxzzsv  .text-content a,.ecom-core.ecom-qsdbtxzzsv  .text-content a a,.ecom-core.ecom-qsdbtxzzsv  .text-content p,.ecom-core.ecom-qsdbtxzzsv  .text-content p a,.ecom-core.ecom-qsdbtxzzsv  .text-content span,.ecom-core.ecom-qsdbtxzzsv  .text-content span a{font-size: 16px;font-weight: 400;text-transform: none;font-style: normal;text-decoration: none;line-height: 1.875em;font-family: 'Poppins', sans-serif;letter-spacing: 0px;}.ecom-core.ecom-qsdbtxzzsv .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-qsdbtxzzsv .ecom-text_view-more-btn:hover{background-color: rgba(6, 145, 177, 0.69);}.ecom-core.ecom-qsdbtxzzsv .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-qsdbtxzzsv .ecom-text_view-less-btn:hover{background-color: rgba(6, 145, 177, 0.69);}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qsdbtxzzsv .text-content,.ecom-core.ecom-qsdbtxzzsv  .text-content a,.ecom-core.ecom-qsdbtxzzsv  .text-content p,.ecom-core.ecom-qsdbtxzzsv  .text-content span{text-align: left;}.ecom-core.ecom-qsdbtxzzsv .text-content,.ecom-core.ecom-qsdbtxzzsv .text-content a,.ecom-core.ecom-qsdbtxzzsv  .text-content a,.ecom-core.ecom-qsdbtxzzsv  .text-content a a,.ecom-core.ecom-qsdbtxzzsv  .text-content p,.ecom-core.ecom-qsdbtxzzsv  .text-content p a,.ecom-core.ecom-qsdbtxzzsv  .text-content span,.ecom-core.ecom-qsdbtxzzsv  .text-content span a{font-size: 15px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qsdbtxzzsv .text-content,.ecom-core.ecom-qsdbtxzzsv  .text-content a,.ecom-core.ecom-qsdbtxzzsv  .text-content p,.ecom-core.ecom-qsdbtxzzsv  .text-content span{text-align: center;}.ecom-core.ecom-qsdbtxzzsv .text-content,.ecom-core.ecom-qsdbtxzzsv .text-content a,.ecom-core.ecom-qsdbtxzzsv  .text-content a,.ecom-core.ecom-qsdbtxzzsv  .text-content a a,.ecom-core.ecom-qsdbtxzzsv  .text-content p,.ecom-core.ecom-qsdbtxzzsv  .text-content p a,.ecom-core.ecom-qsdbtxzzsv  .text-content span,.ecom-core.ecom-qsdbtxzzsv  .text-content span a{font-size: 14px;}}.ecom-core.ecom-qsdbtxzzsv{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qsdbtxzzsv{padding-bottom: 0px !important;}}.ecom-core.ecom-4jve911ieob .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-4jve911ieob .element__heading .ecom__heading,.ecom-core.ecom-4jve911ieob .element__heading .ecom__heading a{font-weight: 400;font-size: 40px;line-height: 1.26em;letter-spacing: 0px;font-family: 'Poppins', sans-serif;text-transform: none;}.ecom-core.ecom-4jve911ieob  .element__heading .ecom__heading,.ecom-core.ecom-4jve911ieob  .element__heading .ecom__heading a{color: #000;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-4jve911ieob .element__heading .ecom__heading{text-align: left;}.ecom-core.ecom-4jve911ieob .element__heading .ecom__heading,.ecom-core.ecom-4jve911ieob .element__heading .ecom__heading a{font-size: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4jve911ieob .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-4jve911ieob .element__heading .ecom__heading,.ecom-core.ecom-4jve911ieob .element__heading .ecom__heading a{font-size: 25px;}}.ecom-core.ecom-4jve911ieob{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-4jve911ieob{padding-top: 0px !important;}} .ecom-core.ecom-4jve911ieob .element__heading .ecom__heading{
    letter-spacing: -0.1px;
}.ecom-core.ecom-hbrxmkxez7a{width: 50%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-hbrxmkxez7a{width: 100%;}}.ecom-core.ecom-hbrxmkxez7a>.core__column--wrapper{background: url('/cdn/shop/files/Screenshot_2024-07-13_at_7.47.51_PM_1987ffb0-a564-4ac5-8b11-a202366c0705.png?v=1720914520') no-repeat scroll center center/cover;}.ecom-core.ecom-hbrxmkxez7a>.core__column--wrapper,.ecom-core.ecom-hbrxmkxez7a>.core__column--wrapper >div.ecom-column__overlay .ecom-overlay{border-radius: 0px;}html body .ecom-core.ecom-g22qrziem4d .ecom-core.ecom-hbrxmkxez7a>div.core__column--wrapper{padding: 150px !important;}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-g22qrziem4d .ecom-core.ecom-hbrxmkxez7a>div.core__column--wrapper{padding: 120px !important;}}.ecom-core.ecom-g22qrziem4d>.core__row--columns>.ecom-column>.core__column--wrapper{padding: 0px;}.ecom-core.ecom-g22qrziem4d{background-color: #fff;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-g22qrziem4d{padding-bottom: 15px !important;}}

