/** Shopify CDN: Minification failed

Line 1040:16 Expected identifier but found whitespace
Line 1040:17 Unexpected "'FuturaPTBold'"
Line 1041:16 Expected identifier but found whitespace
Line 1041:17 Unexpected "'FuturaPTBold'"
Line 1042:16 Expected identifier but found whitespace
Line 1042:17 Unexpected "'FuturaPTBold'"
Line 1043:16 Expected identifier but found whitespace
Line 1043:17 Unexpected "'FuturaPTBold'"

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

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

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

                @media only screen and (min-width: 768px) {
                    .ecom-column>.core__column--wrapper {
                        height: 100%;
                    }
                }
                /*.ecom-parallax-background {
                    background-size: cover;
                    width: 100%;
                    height: 100%;
                    transition: background-position 0.2s linear;
                    background-repeat: inherit !important;
                }*/
                .ecom-use-parallax {
                    background: unset !important;
                }
                .ecom-parallax-background {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    overflow: hidden;
                }
                .ecom-parallax-background img {
                    object-fit: cover;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%,0);
                    pointer-events: none;
                }
                .ecom-row {
                    width: 100%;
                    position: relative;
                }
                .ecom-video-background-youtube-wrapper {
                    overflow: hidden
                }
                .ecom-section__overlay > .ecom-overlay, .ecom-section__overlay .ecom-video-background-youtube, .ecom-video-background-youtube-wrapper{
                    position:absolute;
                    top:0;
                    left:0;
                    bottom:0;
                    right:0;
                }
                .ecom-row:not(.ecom-section) {
                    float: left;
                }
                .ecom-row.ecom-section {
                    clear: both;
                }
                .ecom-row:hover {
                    z-index: 1;
                }
                .ecom-row>div.core__row--columns.core__row--full {
                    max-width: 100%;
                }
                @media (min-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { height: 300%; top: -100%; }
                }
                @media (max-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { width: 300%; left: -100%; }
                }
                @supports not (aspect-ratio: 16 / 9) {
                    .ecom-video-background-youtube:before {
                        display: block;
                        content: "";
                        width: 100%;
                        padding-top: 56.25%;
                    }
                    .ecom-video-background-youtube .ecom-video-background {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }
                    .ecom-video-background {
                        -o-object-fit: unset !important;
                        object-fit: unset !important;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-section__video-bg .ecom-video-background-youtube {
                        display: none;
                    }
                }
                
                .ecom__element-spacer{
                    display:flex;
                }
                .ecom__element-spacer div{
                    display: block; /* dont delete me */
                    width:100%;
                }
                
                .element__divi{
                    /*padding:10px 0;*/
                    overflow:hidden;
                }
                .ecom__element-divi{
                    display:flex;
                }
                .divi-line{
                    /*margin:10px 0;*/
                    border:0;
                    border-bottom: 1px solid #D1D5DB;
                }
                .divi-cont{
                    position:relative;
                    z-index:1;
                    display:flex;
                    align-items:center;
                    transition: all .3s;
                    color: #818a91;
                    width:100%;
                }
                .divi-cont span{
                    display:flex;
                    white-space:nowrap;
                }
                .divi-cont-before{
                    display:block;
                    border:0;
                }
                .divi-cont-after{
                    display:block;
                    border:0;
                }
                .divi-style{
                    padding:0 !important;
                    border-bottom: 2px solid #D1D5DB;
                }
                .divi-cont>*{
                    margin:0;
                }
                .divi-cont svg{
                    width:36px;
                    height:auto;
}
                .line-style-zigzag .divi-line, .line-style-zigzag .divi-cont-before,.line-style-zigzag .divi-cont-after {
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);
                }
                .line-style-curly .divi-line, .line-style-curly .divi-cont-before, .line-style-curly .divi-cont-after{
                    height: var(--divi-line-height);
                    background-size: var(--divi-line-height) 100%;
                    background-repeat: repeat-x;
                    border: none;
                    background-image: var(--divi-background-url);

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

                }

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

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

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

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

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

                .ecom-text_view-more-btn svg, .ecom-text_view-less-btn svg {
                    width: 16px;
                    color: #fff;
                }
                sub, sup{
                    position: relative;
                    font-size: 75%;
                    line-height: 0;
                    vertical-align: baseline;
                }
                sup{
                    top: -.5em;
                }
                sub{
                    bottom: -.25em;
                }

            

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

                    .el__heading--tooltip-left{
                        transform: translate(-20px, -50%);
                        right: 100%;
                        top: 50%;
                    }
                    .el__heading--tooltip-top{
                        left: 50%;
                        bottom: 100%;
                        transform: translate(-50%, -10px);
                    }
                    .el__heading--tooltip-right {
                        top: 50%;
                        left: 100%;
                        transform: translate(20px, -50%);
                    }
                    .tooltip__arrow:before{
                        position: absolute;
                        content: '';
                        width: 8px;
                        height: 8px;
                        background: inherit;
                        z-index: -1;
                    }
                    .tooltip__arrow.el__heading--tooltip-bottom:before{
                        top: 0;
                        transform: translate(-50%, -50%) rotate(45deg);
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-top:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 0%;
                        left: 50%;
                    }
                    .tooltip__arrow.el__heading--tooltip-right:before{
                        transform: translate(-50%,50%) rotate(45deg);
                        bottom: 50%;
                        left: 0%;
                    }
                    .tooltip__arrow.el__heading--tooltip-left:before{
                        transform: translate(50%,50%) rotate(45deg);
                        bottom: 50%;
                        right: 0%;
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-bottom, .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-top {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-50%, 0);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-left {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(-15px, -50%);
                    }
                    .el__heading--tooltip-wrapper svg:hover~.el__heading--tooltip-right {
                        opacity: 1;
                        visibility: visible;
                        transform: translate(15px, -50%);
                    }
                    @media screen and (max-width: 1024px) {
                        .el__heading--tooltip-content.el__tooltip-desktop {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: block;
                        }
                    }
                    @media screen and (max-width: 767px) {
                        .el__heading--tooltip-content.el__tooltip-tablet {
                            display: none;
                        }
                        .el__heading--tooltip-content.el__tooltip-mobile {
                            display: block;
                        }
                    }
                
                    .image-resize {
                        width: auto !important;
                        max-width: 100% !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default picture {
                        height: var(--height-resize) !important;
                        width: var(--width-resize) !important;
                    }
                    .ecom-base-image .ecom-container-image.resize .ecom-image-content-position.ecom-image-default .ecom-image-picture img {
                        width: 100% !important;
                        height: 100% !important;
                    }
                    .ecom-container-image.resize .ecom-image-content-position.ecom-image-default.ecom-base-image-container-overlay{
                        width: var(--width-resize) !important;
                        user-select: none;
                        -ms-user-select: none;
                        -webkit-user-select: none;
                    }
                    .ecom-container-image.resize .ecom-image-picture * {
                        /*transition: none;*/
                        pointer-events: none;
                    }
                    .ecom-base-image.ecom-overlay > .ecom-overlay-text{
                        text-align:center
                    }
                    .ecom-image-align{
                        display:flex;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-picture{
                        overflow: hidden;
                        width:100%;
                        height:100%;
                    }
                    .ecom-base-image .ecom-image-picture img {
                        min-height: 1px;
                        object-position: var(--object-position);
                    }
                    .ecom-base-image picture {
                        overflow: hidden;
                        flex:1 1 auto;
                        min-height:1px;
                    }
                    .ecom-base-image picture img{
                        display: block;
                        max-width: 100%;
                        height: auto;
                        width: 100%;
                    }
                    .ecom-base-image figure{
                        display: flex;
                    }
                    .ecom-container-image{
                        display: flex;
                        flex-direction: column;
                        width:100%;
                    }
                    .ecom-image-picture-link,
                    .ecom-image-content-position{
                        position: relative;
                    }
                    .ecom-base-image.ecom-overlay {
                        position: absolute;
                        z-index: 1;
                        opacity: 0.5;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                    }
                    .ecom-image__caption{
                        width:100%;
                    }
                    .ecom-base-image .ecom-image-picture, .ecom-base-image .ecom-image-picture img {
                        width: 100%;
                        max-width: 100%;
                    }
                    .ecom-base-image .ecom-base-image-container-overlay:hover>.ecom-overlay {
                        background-color: rgba(17, 24, 39, 0.3);
                    }
                    .ecom-base-image.image-highlight:after {
                        content: "";
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background: #000000bf;
                        z-index: 999;
                        opacity: 1;
                        pointer-events: none; /* for clickable thought overlay */
                    }
                    .ecom-base-image.image-highlight .ecom-container-image {
                        z-index: 1000;
                    }
                    @media (max-width: 1024px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-tablet);
                        }
                    }
                    @media (max-width: 767px) {
                        .ecom-base-image .ecom-image-picture img {
                            object-position: var(--object-position-mobile);
                        }
                    }
                
            .ecom-video-poster {
                position: absolute;
                width: 100%;
                height: 100%;
            }
            .ecom-video-poster img {
                width: 100%;
                height: 100% !important;
                object-fit: cover;
            }
            .ecom-element_video-popup{
                display:none;
            }

            .ecom-video_link-extra {
                position: absolute;
                inset: 0;
                z-index: 5;
            }

            .element__video .ecom-video_link-extra {
                display: block;
            }
                .element__video.ecom-element{
                    display: flex;
                    width: 100%;
                }
                .ecom-element_video-iframe{
                    display:inline-flex;
                    width:100%;
                    position:relative;
                    overflow:hidden;
                    justify-content: center;
                    transform: translateZ(0);
                }
                .ecom-video_overlay-icon.ecom-overlay {
                    pointer-events: auto;
                }
                .ecom-element_video-iframe .ecom-video_overlay-icon{
                    position:absolute;
                    display:flex;
                    top:0;
                    bottom:0;
                    left:0;
                    right:0;
                    align-items:center;
                    justify-content:center;
                    border:none;
                    outline:none;
                    width: 100%;
                    height: 100%;
                    cursor: default;
                    background-color:#3336;
                    z-index:-1;
                    opacity:0;
                    border-radius: 0;

                }
                .ecom-element_video-iframe .ecom-video_overlay-icon:hover {
                    background-color:#3336;
                }
                .ecom-element_video-iframe .ecom-overlay{
                    z-index:1;
                    opacity:1;
                }

                .ecom-element_video-iframe video {
                    width: 100%;
                    /*height: intrinsic;*/
                }

                .ecom-video-icon-play{
                    cursor: pointer;
                    position:absolute;
                    top:50%;
                    left:50%;
                    transform:translate(-50%,-50%);
                    color:white;
                    fill: currentColor;
                    display: flex;
                    z-index: 2;
                }
                .ecom-video-icon-play svg{
                    width: 50px;
                    height: auto;
                }
                .ecom-element_video-lightbox{
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    z-index: 100;
                    display: none;
                    opacity:0;
                }
                .ecom-light-box-modal{
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background-color: #333333d1;
                    display:block !important;
                }
                .ecom-element_video-lightbox.fadeIn{
                    display:block;
                    opacity:1;
                    -webkit-transition: opacity 3s;
                    -moz-transition: opacity 3s;
                    transition: opacity 3s;
                }
                .ecom-video-wrapper {
                    position: absolute;
                    top: 50%;
                    left: 10%;
                    right:10%;
                    z-index: 10;
                    height:700px;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
                }

                .ecom-video-close-btn {
                    width:30px;
                    height:30px;
                    color: grey;
                    font-size: 25px;
                    position: fixed;
                    top: 3%;
                    right: 3%;
                    z-index: 2;
                    -webkit-transform: scale(1, 1);
                    -moz-transform: scale(1, 1);
                    -ms-transform: scale(1, 1);
                    -o-transform: scale(1, 1);
                    transform: scale(1, 1);
                    -webkit-transition: transform .5s ease, color .5s ease;
                    -moz-transition: transform .5s ease, color .5s ease;
                    -ms-transition: transform .5s ease, color .5s ease;
                    -o-transition: transform .5s ease, color .5s ease;
                    transition: transform .5s ease, color .5s ease;
                }

                .ecom-video-close-btn:hover {
                    color: white;
                    cursor: pointer;
                    -webkit-transform: scale(1.2, 1.2);
                    -moz-transform: scale(1.2, 1.2);
                    -ms-transform: scale(1.2, 1.2);
                    -o-transform: scale(1.2, 1.2);
                    transform: scale(1.2, 1.2);
                    -webkit-transition: transform .5s ease, color .5s ease;
                    -moz-transition: transform .5s ease, color .5s ease;
                    -ms-transition: transform .5s ease, color .5s ease;
                    -o-transition: transform .5s ease, color .5s ease;
                    transition: transform .5s ease, color .5s ease;
                }
                .element__video controls:not(.audio-only) div[pseudo="-webkit-media-controls-panel" i] {
                    background: transparent;
                }
                video {
                    isolation: isolate;
                    -webkit-mask-image: -webkit-radial-gradient(white, black);
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                }
                @media screen and (max-width : 786px) {
                    .ecom-video-wrapper {
                    height:350px;
                    }
                }
                @media screen and (max-width : 480px) {
                    .ecom-video-wrapper {
                    height:180px;
                    }
                }
            
                .element__social.ecom-element{
                    display:flex;
                    flex-wrap:wrap;
                }
                .ecom__element-social{
                    display:flex;
                    width:auto;
                    border-radius:4px;
                    border-width:0px;
                    border-style:solid;
                }
                .ecom__element-social .element-social-link{
                    display:flex;
                    align-items:center;
                    text-decoration: none;
                    width:100%;
                    justify-content:center;
                }
                .icon-border .element-social-link{
                    justify-content:flex-start;
                }
                .element-social-link.left{
                    flex-direction:row;
                }
                .element-social-link.right{
                    flex-direction:row-reverse;
                }
                .element-social-link span{
                    display:inline-flex;
                }
                .social-icon{
                    display:inline-flex;
                    color:white;
                    padding:10px;
                    border:0;
                    border-style:solid;
                    border-color:white;
                    height:100%;
                }
                .social-icon svg{
                    width:24px;
                    height:auto;
                    fill: currentColor;
                }
                .element-social-label{
                    flex:1;
                    justify-content:center;
                    text-align:center;
                    padding:7px 10px;
                    color:white;
                }
                .ecom__element-social a {

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

                .ecom__element-social.linkedIn{
                    border-color:#0077b5;
                    background-color:#0077b5;
                }
                .ecom__element-social.pinterest{
                    border-color:#bd081c;
                    background-color:#bd081c;
                }
                .ecom__element-social.reddit{
                    border-color:#ff4500;
                    background-color:#ff4500;
                }
                .ecom__element-social.vk{
                    border-color:#45668e;
                    background-color:#45668e;
                }
                .ecom__element-social.ok{
                    border-color:#f4731c;
                    background-color:#f4731c;
                }
                .ecom__element-social.tumblr{
                    border-color:#476475;
                    background-color:#476475;
                }
                .ecom__element-social.digg{
                    border-color:#005be2;
                    background-color:#005be2
                }
                .ecom__element-social.skype{
                    border-color:#00aff0;
                    background-color:#00aff0;
                }
                .ecom__element-social.stumbleUpon{
                    border-color:#eb4924;
                    background-color:#eb4924;
                }
                .ecom__element-social.mix{
                    border-color:#f3782b;
                    background-color:#f3782b;
                }
                .ecom__element-social.telegram{
                    border-color:#2ca5e0;
                    background-color:#2ca5e0
                }
                .ecom__element-social.pocket{
                    border-color:#ef3f56;
                    background-color:#ef3f56
                }
                .ecom__element-social.xing{
                    border-color:#026466;
                    background-color:#026466
                }
                .ecom__element-social.whatsApp{
                    border-color:#25d366;
                    background-color:#25d366
                }
                .ecom__element-social.email{
                    border-color:#ea4335;
                    background-color:#ea4335
                }
                .ecom__element-social.custom{
                    border-color:rgba(5, 150, 105);
                    background-color:rgba(5, 150, 105)
                }

            

                    .ecom-shopify__blog--post-informations {
                        display: inline-flex;
                        align-items: center;
                        gap: 5px;
                    }
                    .ecom-shopify__blog--post-informations-icon {
                        display: flex;
                    }
                    .ecom-shopify__blog--post-informations-icon svg {
                        width: 16px;
                        height: 16px;
                    }
                    .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-shopify__blog--post-informations-author-avatar {
                        width: 50px;
                    }
                    .ecom-swiper-navigation[data-navigator-type="combine"]{
                        justify-content: center
                    }
                    .ecom-shopify__blog--post-thumbnail {
                        display: flex;
                        position: relative;
                        overflow: hidden;
                    }

                    .ecom-shopify__blog--post-thumbnail img{
                            object-fit: cover;
                            display: block;
                            max-width: 100%;
                            top: 0;
                            left: 0;
                            height: 100% !important;
                            width: 100%;
                    }
                    .ecom-shopify__blog--post-tags ul li{
                        display:inline-flex;
                    }
                    .ecom-shopify__blog--post-tags ul {
                        display: flex;
                        flex-wrap:wrap;
                        gap: 12px;
                        margin: 0;
                        padding: 0;
                    }
                    /*.ecom-shoify__blog-pagination {
                        margin: 0;
                        padding: 0;
                        text-align: center;
                        list-style-type: none;
                        display: flex;
                        justify-content: center;
                        gap: 24px;
                        align-items: center;
                        margin-top: 32px;
                        color: #000;
                    }*/

                    .ecom-collection__pagination-navigation{
                        list-style: none;
                        display: flex;
                        gap: 10px;
                        justify-content: center;
                    }
                    .ecom-collection__pagination-navigation li a {
                        color: inherit;
                    }
                    .ecom-paginate-action {
                        display:flex;
                        gap:5px;
                    }
                    .ecom-prev,
                    .ecom-next,
                    .ecom-prev span,
                    .ecom-next span{
                        display:flex;
                    }
                    .ecom-paginate-action svg{
                        width:24px;
                        height:24px;
                    }
                    .ecom-shopify__blog--post-link{
                        text-decoration:none;
                        width:100%;
                        display:flex;
                    }
                    .ecom-pagination-item {
                        display: flex;
                    }
                    a.ecom-pagination-item:not(.ecom-paginate-action) {
                        text-decoration:inherit
                    }
                    .ecom-paginate-action{
                        text-decoration:none
                    }
                    .ecom-pagination-item.ecom-button-active{
                        pointer-events:none;
                    }
                    .ecom-swiper-controls:after
                    {
                        content:'';
                        display:none
                    }
                    .ecom-shopify__blog-wrapper {
                        display: flex;
                        flex-direction: column;
                    }
                    .ecom-shopify__blog-wrapper .ecom-shopify__blog-container{
                        width: 100%
                    }
                    .ecom-shopify__blog-wrapper .ecom-swiper-button-next:after,
                    .ecom-shopify__blog-wrapper .ecom-swiper-button-prev:after {
                        content: none;
                    }
                    .ecom-shopify__blog-wrapper .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-next,
                    .ecom-shopify__blog-wrapper .ecom-swiper-navigation[data-navigator-type="combine"] .ecom-swiper-button-prev {
                        position: static;
                        margin: 0;
                    }
                    .ecom-shopify__blog-wrapper .ecom-swiper-button-next,
                    .ecom-shopify__blog-wrapper .ecom-swiper-button-prev {
                        border: 0;
                        background: transparent;
                        width: auto;
                        height: auto;
                        padding: 5px;
                        color: #444;
                    }
                    .ecom-swiper-navigation-position .ecom-swiper-button {
                        position: var(--ecom-position);
                    }
                    .ecom-swiper-navigation-position {
                        display: flex;
                    }
                    .ecom-swiper-navigation-position button {
                        margin: 0;
                    }
                    .ecom-shopify__blog-wrapper .ecom-swiper-pagination:not(.ecom-swiper-pagination-progressbar) {
                        position: relative;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center
                    }
                    .ecom-swiper-container-horizontal>.ecom-swiper-pagination-bullets{
                        width:auto;
                    }
                    .ecom-shopify__blog--post-title {
                        font-size: inherit;
                    }

                    .ecom-shopify__blog--post-link img{
                        object-fit: cover;
                        max-width: 100%;
                        object-position: center center;
                        transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
                    }
                    .ecom-shopify__blog--post-group-4 {
                        flex-wrap: wrap;
                    }
                    .ecom-shopify__blog--post-group-4 > *{
                        display: inline-flex;
                        align-items: center;
                    }
                    .ecom-swiper-pagination-bullet{
                        opacity:1 !important;
                    }
                    .ecom-swiper-pagination-bullets.ecom-swiper-pagination{
                        display:flex;
                        width:100%;
                    }
                    .ecom-shopify__blog--post-link h2{
                        width:100%;
                    }
                    .ecom-shopify__blog--post.ecom-shopify__blog-vertical {
                        display: flex;
                        gap: 15px;
                    }
                    @media (max-width: 767px) {
                        .ecom-shopify__blog--post.ecom-shopify__blog-vertical {
                            flex-direction: column;
                        }
                        .ecom-shopify__blog--post .ecom-shopify__blog--post-thumbnail--img {
                            order: 0 !important;
                        }
                    }
                    .ecom-doing-load-blog .ecom-shopify__blog-container{
                        display: none;
                    }
                    .ecom-doing-load-blog .ecom-collection__product-loading{
                        display: block;
                    }
                    
.ecom-core.ecom-s7mwatq1yvq{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-s7mwatq1yvq{width: 100%;}}.ecom-core.ecom-4f9mbggibh5 .ecom-text--more-actions button ,.ecom-core.ecom-4f9mbggibh5 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-4f9mbggibh5{margin-top: 25px !important;margin-bottom: 75px !important;padding-bottom: 0px !important;} 
    font-family: 'FuturaPTBold';.ecom-core.ecom-bvnf0x2k5fh .ecom-element_video-iframe iframe,.ecom-core.ecom-bvnf0x2k5fh .ecom-element_video-iframe video{aspect-ratio: 16/9;max-width: 100%;}.ecom-core.ecom-bvnf0x2k5fh .ecom-element_video-iframe{width: 79%;height: 531px;margin-top: 0px;}.ecom-core.ecom-bvnf0x2k5fh .element__video.ecom-element {justify-content: center;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-bvnf0x2k5fh .ecom-element_video-iframe{width: 83%;height: 340px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-bvnf0x2k5fh .ecom-element_video-iframe{width: 100%;height: 175px;}}.ecom-core.ecom-xkx8tv92h3k .ecom-text--more-actions button ,.ecom-core.ecom-xkx8tv92h3k .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-xkx8tv92h3k{margin-top: 25px !important;margin-bottom: 25px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-xkx8tv92h3k{margin-top: 10px !important;margin-bottom: 10px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-xkx8tv92h3k{margin-top: 20px !important;margin-bottom: -10px !important;}} 
    font-family: 'FuturaPTBold';.ecom-core.ecom-pdwhx9o8qq .ecom__element-spacing{height: 25px;}.ecom-core.ecom-pdwhx9o8qq{padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-pdwhx9o8qq{padding-bottom: 0 !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-pdwhx9o8qq{padding-bottom: 0 !important;}}.ecom-core.ecom-5m3wqrrbx9c .ecom-image-align{align-items: center;}.ecom-core.ecom-5m3wqrrbx9c .ecom-image-default{width: 72% !important;max-width: 79% !important;}.ecom-core.ecom-5m3wqrrbx9c .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-5m3wqrrbx9c .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-5m3wqrrbx9c .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-5m3wqrrbx9c .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-5m3wqrrbx9c .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5m3wqrrbx9c .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-5m3wqrrbx9c .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-5m3wqrrbx9c .ecom-base-image .ecom-image-picture picture{height: 250px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5m3wqrrbx9c{margin-bottom: -50px !important;}}.ecom-core.ecom-j8w9nymhfvh .ecom-text--more-actions button ,.ecom-core.ecom-j8w9nymhfvh .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-j8w9nymhfvh{margin-top: 5px !important;margin-bottom: 25px !important;padding-bottom: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j8w9nymhfvh{margin-top: 20px !important;margin-bottom: -50px !important;}} 
    font-family: 'FuturaPTBold';.ecom-core.ecom-qjcyhrjzl4p .ecom__element-spacing{height: 25px;}.ecom-core.ecom-qjcyhrjzl4p{padding-bottom: 0 !important;}.ecom-core.ecom-jkspwq1alu .ecom-image-align{align-items: center;}.ecom-core.ecom-jkspwq1alu .ecom-image-default{width: 72% !important;max-width: 79% !important;}.ecom-core.ecom-jkspwq1alu .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-jkspwq1alu .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-jkspwq1alu .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-jkspwq1alu .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-jkspwq1alu .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jkspwq1alu .ecom-image-default{width: 100% !important;max-width: 100% !important;}.ecom-core.ecom-jkspwq1alu .ecom-base-image .ecom-image-picture img,.ecom-core.ecom-jkspwq1alu .ecom-base-image .ecom-image-picture picture{height: 250px !important;}.ecom-core.ecom-jkspwq1alu .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-jkspwq1alu .ecom-base-image .ecom-image-picture:hover .ecom-image-default,.ecom-core.ecom-jkspwq1alu .ecom-base-image .ecom-image-picture:hover  > picture,.ecom-core.ecom-jkspwq1alu .ecom-base-image .ecom-image-picture:hover > img{border-top-left-radius: 17.5%;overflow: hidden;}}.ecom-core.ecom-jkspwq1alu{margin-top: 25px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-jkspwq1alu{margin-top: -50px !important;margin-bottom: -50px !important;}}.ecom-core.ecom-2rbm218ov96 .ecom-text--more-actions button ,.ecom-core.ecom-2rbm218ov96 .ecom-text--less-actions button{gap: 6px;}.ecom-core.ecom-2rbm218ov96{margin-top: 5px !important;margin-bottom: 25px !important;padding-bottom: 0px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-2rbm218ov96{margin-bottom: 10px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-2rbm218ov96{margin-top: -10px !important;}} 
    font-family: 'FuturaPTBold';.ecom-core.ecom-5k5x4lcp9pl .ecom__element-spacing{height: 10px;}.ecom-core.ecom-5k5x4lcp9pl{padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-5k5x4lcp9pl{padding-bottom: 0 !important;}}.ecom-core.ecom-8ypgzfgtve9 .ecom-image-align{align-items: center;}.ecom-core.ecom-8ypgzfgtve9 .ecom-image-default{max-width: 100% !important;}.ecom-core.ecom-8ypgzfgtve9 .ecom-base-image .ecom-image-picture img{object-fit: contain;}.ecom-core.ecom-8ypgzfgtve9 .ecom-base-image .ecom-image-picture ,.ecom-core.ecom-8ypgzfgtve9 .ecom-base-image .ecom-image-picture .ecom-image-default{opacity: 1;}.ecom-core.ecom-8ypgzfgtve9 .ecom-base-image .ecom-image-picture:hover ,.ecom-core.ecom-8ypgzfgtve9 .ecom-base-image .ecom-image-picture:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-g7qeq3jhvbe .ecom__element-divi,.ecom-core.ecom-g7qeq3jhvbe .divi-cont{justify-content: center;}.ecom-core.ecom-g7qeq3jhvbe .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-g7qeq3jhvbe .divi-line.divi-style{width: 100%;}.ecom-core.ecom-g7qeq3jhvbe .ecom__element-divi .divi-style{border-color: #000000;border-bottom-width: 2px;}.ecom-core.ecom-g7qeq3jhvbe .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-g7qeq3jhvbe{padding-bottom: 0px !important;}.ecom-core.ecom-caxvwxzysa9 .element__heading .ecom__heading{text-align: center;}.ecom-core.ecom-caxvwxzysa9 .element__heading .ecom__heading,.ecom-core.ecom-caxvwxzysa9 .element__heading .ecom__heading a{font-family: 'FuturaPTBold', sans-serif;font-size: 48px;letter-spacing: 0px;}.ecom-core.ecom-caxvwxzysa9{padding-bottom: 0 !important;}.ecom-core.ecom-kmctxn4rc5s .ecom__element-spacing{height: 50px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-kmctxn4rc5s{margin-bottom: -50px !important;}}.ecom-core.ecom-wopzupt6nof{background-color: #ffffff;}
.ecom-core.ecom-wrz4s0rc6le{width: 33%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-wrz4s0rc6le{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-wrz4s0rc6le{width: 100%;}}html body .ecom-core.ecom-o72qf0ueqtq .ecom-core.ecom-wrz4s0rc6le>div.core__column--wrapper{padding: 0px 0px 0px 30px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-o72qf0ueqtq .ecom-core.ecom-wrz4s0rc6le>div.core__column--wrapper{padding-left: 0px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-o72qf0ueqtq .ecom-core.ecom-wrz4s0rc6le>div.core__column--wrapper{padding-left: 0px !important;}}.ecom-core.ecom-tbc41fkac8e{border-style: solid;border-width: 1.5px;border-color: #E2E2E2;}.ecom-core.ecom-tbc41fkac8e,.ecom-core.ecom-tbc41fkac8e >div.ecom-section__overlay .ecom-overlay{border-radius: 8px;}.ecom-core.ecom-tbc41fkac8e:hover{border-style: solid;border-width: 1.5px;border-color: #E2E2E2;}.ecom-core.ecom-tbc41fkac8e:hover,.ecom-core.ecom-tbc41fkac8e:hover >div.ecom-section__overlay .ecom-overlay{border-radius: 8px;}.ecom-core.ecom-tbc41fkac8e{margin: 0px !important;padding: 0px !important;}.ecom-core.ecom-cf0ioh01nnm{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-cf0ioh01nnm{width: 100%;}}html body .ecom-core.ecom-o72qf0ueqtq .ecom-core.ecom-cf0ioh01nnm>div.core__column--wrapper{padding: 50px 30px 30px 30px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){html body .ecom-core.ecom-o72qf0ueqtq .ecom-core.ecom-cf0ioh01nnm>div.core__column--wrapper{padding-bottom: 50px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){html body .ecom-core.ecom-o72qf0ueqtq .ecom-core.ecom-cf0ioh01nnm>div.core__column--wrapper{padding: 40px 20px 20px 20px !important;}}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--posts.ecom-grid{grid-template-columns: repeat(1,1fr);gap: 16px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--posts.ecom-grid{grid-template-columns: repeat(1,1fr);gap: 30px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--posts.ecom-grid{grid-template-columns: repeat(1,1fr);gap: 30px;}}.ecom-core.ecom-j0f5lzvymt .ecom-image-align{justify-content: center;margin: 0px;padding: 0px;}.ecom-core.ecom-j0f5lzvymt .ecom-image-default{width: 80px !important;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default img,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default picture{height: 50px !important;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default img{object-fit: cover;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default ,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default .ecom-image-default{opacity: 1;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default .ecom-image-default,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default > picture,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default > img{border-style: none;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default ,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default .ecom-image-default,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default  > picture,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default > img{border-radius: 8px;overflow: hidden;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default:hover ,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default:hover .ecom-image-default{opacity: 1;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-link:not(.ecom-image-default) > .ecom-shopify__blog--post-title{text-align: left;color: #000;transition: all 500ms ease;margin: 0px 0px 10px 0px;padding: 0px;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-link:not(.ecom-image-default) > .ecom-shopify__blog--post-title,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-link:not(.ecom-image-default) > .ecom-shopify__blog--post-title a{font-size: 14px;font-family: 'Inter', sans-serif;font-weight: 600;line-height: 1.7em;text-decoration: none;font-style: normal;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-link:not(.ecom-image-default) > .ecom-shopify__blog--post-title:hover{color: #F55C5C;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-published-at{text-align: left;color: #777777;margin: 0px;padding: 0px;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-published-at,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-published-at a{font-style: normal;font-family: 'Inter', sans-serif;font-size: 14px;font-weight: 600;line-height: 1.4em;text-decoration: none;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-author{text-align: left;color: #777;padding: 0px;margin: 0px 8px 0px 0px;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-author,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-author a{font-weight: 600;font-family: 'Inter', sans-serif;font-size: 14px;line-height: 1.4em;text-decoration: none;font-style: normal;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-category a,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-category a a{font-family: 'Inter', sans-serif;font-weight: 600;font-size: 14px;line-height: 1.4em;text-decoration: none;font-style: normal;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-category a{color: #777;margin: 0px;padding: 0px;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-comments_count{text-align: left;color: #777;margin: 0px 0px 15px 0px;padding: 0px;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-comments_count,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-comments_count a{font-family: 'Inter', sans-serif;font-size: 14px;font-weight: 600;line-height: 1.4em;text-decoration: none;font-style: normal;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-informations-icon{color: #777;margin: 0px 8px 0px 0px;padding: 0px;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-informations-icon svg{height: 18px;width: 18px;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog-wrapper .ecom-swiper-button-prev svg,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog-wrapper .ecom-swiper-button-next svg{height: 30px;width: 30px;transform: rotate(0deg);}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog-wrapper .ecom-swiper-button-prev,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog-wrapper .ecom-swiper-button-next{margin: 0px;padding: 0px;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog-wrapper .ecom-swiper-pagination-bullet{background-color: #948f8f;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog-wrapper .ecom-swiper-pagination-bullet.ecom-swiper-pagination-bullet-active{background-color: #d43b3b;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog-wrapper .ecom-swiper-pagination .ecom-swiper-pagination-bullet{margin: 10px 6px 0px 0px;padding: 6px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-j0f5lzvymt .ecom-image-default{width: 80px !important;}.ecom-core.ecom-j0f5lzvymt .ecom-image-align{margin-right: 0px;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-link:not(.ecom-image-default) > .ecom-shopify__blog--post-title,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-link:not(.ecom-image-default) > .ecom-shopify__blog--post-title a{font-size: none;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-comments_count{margin-bottom: auto;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j0f5lzvymt .ecom-image-default{width: 100% !important;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default img,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-thumbnail--img .ecom-image-default picture{height: 120px !important;}.ecom-core.ecom-j0f5lzvymt .ecom-image-align{padding-right: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-link:not(.ecom-image-default) > .ecom-shopify__blog--post-title{text-align: left;margin-top: 0px;margin-bottom: 10px;}.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-link:not(.ecom-image-default) > .ecom-shopify__blog--post-title,.ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-link:not(.ecom-image-default) > .ecom-shopify__blog--post-title a{font-size: 18px;line-height: 1.4em;}}.ecom-core.ecom-j0f5lzvymt{}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-j0f5lzvymt{padding-right: 0px !important;padding-left: 0px !important;}} .ecom-core.ecom-j0f5lzvymt .ecom-shopify__blog--post-link h2{
    width: 100%;
    color: #000;
font-weight: 600;
}.ecom-core.ecom-mf921dvr1tk .text-content,.ecom-core.ecom-mf921dvr1tk  .text-content a,.ecom-core.ecom-mf921dvr1tk  .text-content p,.ecom-core.ecom-mf921dvr1tk  .text-content span{text-align: left;color: #000;margin: 0px;padding: 0px;}.ecom-core.ecom-mf921dvr1tk .text-content,.ecom-core.ecom-mf921dvr1tk .text-content a,.ecom-core.ecom-mf921dvr1tk  .text-content a,.ecom-core.ecom-mf921dvr1tk  .text-content a a,.ecom-core.ecom-mf921dvr1tk  .text-content p,.ecom-core.ecom-mf921dvr1tk  .text-content p a,.ecom-core.ecom-mf921dvr1tk  .text-content span,.ecom-core.ecom-mf921dvr1tk  .text-content span a{font-family: 'Inter', sans-serif;font-size: 20px;font-weight: 600;text-decoration: none;line-height: 1em;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mf921dvr1tk .text-content,.ecom-core.ecom-mf921dvr1tk .text-content a,.ecom-core.ecom-mf921dvr1tk  .text-content a,.ecom-core.ecom-mf921dvr1tk  .text-content a a,.ecom-core.ecom-mf921dvr1tk  .text-content p,.ecom-core.ecom-mf921dvr1tk  .text-content p a,.ecom-core.ecom-mf921dvr1tk  .text-content span,.ecom-core.ecom-mf921dvr1tk  .text-content span a{font-size: 22px;}}.ecom-core.ecom-mf921dvr1tk{margin-bottom: 20px !important;padding-bottom: 0 !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-mf921dvr1tk{padding-bottom: 0 !important;}}.ecom-core.ecom-lwpi7rpjnm{width: 67%;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-lwpi7rpjnm{width: 100%;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-lwpi7rpjnm{width: 100%;}}html body .ecom-core.ecom-o72qf0ueqtq .ecom-core.ecom-lwpi7rpjnm>div.core__column--wrapper{margin: 0px !important;padding: 0px !important;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qmq9zoo7ivf .ecom-element.element__social{display: grid;grid-template-columns: repeat(2, 1fr);}}.ecom-core.ecom-qmq9zoo7ivf .ecom-element.element__social{justify-content: center;}.ecom-core.ecom-qmq9zoo7ivf .ecom__element-social{border-radius: 8px;overflow: hidden;padding: 10px 28px 10px 18px;margin: 0px 6px 8px 6px;}.ecom-core.ecom-qmq9zoo7ivf .element__social .element-social-label{justify-content: center;color: #fff;margin: 0px;padding: 0px;}.ecom-core.ecom-qmq9zoo7ivf .element__social .element-social-label,.ecom-core.ecom-qmq9zoo7ivf .element__social .element-social-label a{font-family: 'Inter', sans-serif;font-weight: 500;font-size: 16px;line-height: 1.2em;letter-spacing: 0px;text-decoration: none;font-style: normal;text-transform: capitalize;}.ecom-core.ecom-qmq9zoo7ivf .element__social .social-icon svg{height: 24px;width: 24px;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qmq9zoo7ivf .ecom-element.element__social{justify-content: center;}.ecom-core.ecom-qmq9zoo7ivf .ecom__element-social{margin-top: 0px;margin-bottom: 15px;padding-right: 25px;padding-left: 25px;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qmq9zoo7ivf .ecom-element.element__social{justify-content: center;gap: 1px;}.ecom-core.ecom-qmq9zoo7ivf .ecom__element-social{border-radius: 4px;overflow: hidden;padding: 0px 15px 0px 5px;margin-right: 10px;margin-bottom: 10px;}.ecom-core.ecom-qmq9zoo7ivf .element__social .element-social-label,.ecom-core.ecom-qmq9zoo7ivf .element__social .element-social-label a{font-size: 14px;}.ecom-core.ecom-qmq9zoo7ivf .element__social .element-social-label{margin-left: 0px;padding-left: 0px;}.ecom-core.ecom-qmq9zoo7ivf .element__social .social-icon svg{height: 18px;width: 18px;}}.ecom-core.ecom-qmq9zoo7ivf{margin-bottom: 30px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-qmq9zoo7ivf{margin-bottom: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qmq9zoo7ivf{margin-top: 30px !important;margin-bottom: 0px !important;}}.ecom-core.ecom-pdijuo0xfh .ecom__element-divi,.ecom-core.ecom-pdijuo0xfh .divi-cont{justify-content: center;}.ecom-core.ecom-pdijuo0xfh .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-pdijuo0xfh .divi-line.divi-style{width: 100%;}.ecom-core.ecom-pdijuo0xfh .ecom__element-divi .divi-style{border-color: #E5E8EC;border-bottom-width: 1px;}.ecom-core.ecom-pdijuo0xfh .ecom__element-divi{padding-top: 10px;padding-bottom: 10px;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-time{gap: 8px;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--prev{width: 50%;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--next{width: 50%;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-heading a,.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-heading a a{font-family: 'Inter', sans-serif;font-weight: 500;font-size: 16px;line-height: 1.4em;text-decoration: none;font-style: normal;text-transform: none;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-heading a{color: #000;margin: 0px 0px 20px 0px;padding: 0px;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-title a,.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-title a a{font-family: 'Inter', sans-serif;font-weight: 600;font-size: 14px;line-height: 1.2em;text-decoration: none;font-style: normal;text-transform: none;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-title a{color: #000;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-time time,.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-time time a{font-family: 'Inter', sans-serif;font-weight: 600;font-size: 14px;line-height: 3em;text-decoration: none;font-style: normal;text-transform: none;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-time time{color: #777;}.ecom-core.ecom-inm1mspko9 .ecom-image-default{width: 100% !important;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-image img,.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-image picture{height: 60px !important;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-image img{object-fit: cover;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-heading .ecom-shopify__article--item-icon svg{height: 16px;width: 16px;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-heading .ecom-shopify__article--item-icon{margin: 0px;padding: 0px;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-time .ecom-shopify__article--item-icon{color: #777;margin: 0px;padding: 0px;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-time .ecom-shopify__article--item-icon svg{height: 18px;width: 18px;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--prev{width: 100%;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--next{width: 100%;}.ecom-core.ecom-inm1mspko9 .ecom-shopify__article--item-heading a{margin-top: 30px;margin-bottom: 12.5px;}}.ecom-core.ecom-inm1mspko9{margin-bottom: 30px !important;padding-bottom: 0 !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-inm1mspko9{margin-bottom: 15px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-inm1mspko9{margin-top: 10px !important;margin-bottom: 0px !important;}}.ecom-core.ecom-s7aal9efgy .ecom__element-divi,.ecom-core.ecom-s7aal9efgy .divi-cont{justify-content: center;}.ecom-core.ecom-s7aal9efgy .divi-cont{grid-column-gap: 7px;}.ecom-core.ecom-s7aal9efgy .divi-line.divi-style{width: 100%;}.ecom-core.ecom-s7aal9efgy .ecom__element-divi .divi-style{border-color: #E2E2E2;border-bottom-width: 1px;}.ecom-core.ecom-s7aal9efgy{margin-bottom: 40px !important;}@media screen and (max-width: 1024px) and (min-width: 768px){.ecom-core.ecom-s7aal9efgy{padding-bottom: 0 !important;margin-bottom: 20px !important;}}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-s7aal9efgy{margin-bottom: 0px !important;}}.ecom-core.ecom-o72qf0ueqtq{background-color: #ffffff;}.ecom-core.ecom-o72qf0ueqtq{padding-bottom: 0 !important;}
.ecom-core.ecom-3pjx7ffmoue{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-3pjx7ffmoue{width: 100%;}}.ecom-core.ecom-tnhjilddry8 .ecom__element-spacing{height: 50px;}.ecom-core.ecom-vdp6ccngnhn{background-color: #ffffff;}

