/** Shopify CDN: Minification failed

Line 308:85 Expected "*/" to terminate multi-line comment

**/
.marquee__content .marquee__repeated-items * {
    max-width: none;
    color: #fff;
}
.marquee__content a{
    text-decoration:none !important;
    transition:.3s all;
    color: #fff !important;
    transition:.3s all;
    }
.marquee__content a:hover{
    color:#fff;
    text-decoration:underline !important;
    }
.header[data-sticky-state=active] .header-logo__image{
    height:30px;
    }
.header[data-sticky-state=active]  .header__columns {
    padding: 7px 0px;
    transition:.3s all;
    }
.multicolumn-main-title{
 margin:15px 0px;
 text-align:center;
}
.multicolumn-main-title p{

}
.multicolumn-main-subtitle{

}
.multicolumn-main-subtitle p{

}
.mc-buttons{
display:flex;
gap:20px;
flex-direction:row;
align-items:center;
justify-content:center;
margin-top:30px;
}
.mc-button{
    
}
.home-video-testimonials{
    padding-top:70px;
    padding-bottom:70px;
}
.mc-button {
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    text-align: center;
    border: 2px solid #000;
    transition: .3s all;
    padding: 12px 30px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    transition:.3s all;
}
.mc-button:hover{
background:transparent;
color:#000;
}
.mc-button.button-2{
background:transparent;
color:#000;
}
.mc-button.button-2:hover{
background:#000;
color:#fff;
}
.home-collection-grid .layout-panel-flex--column>.group-block--height-fit{
flex-grow:1;
}
.home-collection-grid .group-block-content {
    height: 100%;
    width: 100%;
    justify-content: flex-start;
}
.home-collection-grid .resource-list--grid {
    margin-bottom: 20px;
}
.alm-button.button{
     width: 100%;
    max-width: 300px;
    font-size: 18px;
    text-align: center;
    border: 2px solid #000;
    transition: .3s all;
    padding: 12px 30px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    transition:.3s all;   
}
.alm-button.button:hover{
background:transparent;
color:#000;
}
.button.product-card__view-link{
     width: 100%;
    font-size: 16px;
    text-align: center;
    border: 2px solid #000;
    transition: .3s all;
    padding: 10px 30px;
    text-transform: uppercase;
    background:transparent;
    color:#000;
    transition:.3s all;   
}
.button.product-card__view-link:hover{
background:#000;
color:#fff;
}
.featured-product-content-top, .featured-product-content-bottom{
    width:100%;
    max-width:730px;
    margin:0 auto;
}
.home-featured-product .featured-product-content-bottom:not(:has(product-swatches)), .featured-product-content-bottom:not(:has(product-swatches)) {
    display: block;
}
.button.featured-product-view-button{
     width: 100%;
    font-size: 19px;
    text-align: center;
    border: 2px solid #000;
    transition: .3s all;
    padding: 12px 30px;
    text-transform: uppercase;
    background:transparent;
    color:#000;
    transition:.3s all;
    margin-top:5px;   
}
.button.featured-product-view-button:hover{
background:#000;
color:#fff;
}
.video-text-group p{
margin-top:0px;
}
.video-text-group .group-block-content{
    border-top: 1px solid rgba(0,0,0,0.4);
    max-width: 550px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.no-border, .no-border .group-block-content{
    border:0px !important;
}
.ritual-steps br{
    display:none;
}
.image-cus-text-cnt{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 5em;
    margin: 0 auto;
    text-align: center;
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        top: 0px;
}
.image-cus-text-cnt h2{
color:#fff;
font-size:3em;
margin-bottom:15px;
}
.image-cus-subtext p{
    color:#fff;
    font-size:1.2em;
    line-height:1.6em;
}
.full-width-btn{
    max-width:100% !important;
}

.home-hero {
    
}

.home-hero-inner {
    display:flex;
    flex-direction:row;
}

.home-hero-media {
min-height: 720px;
   width:50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-hero-content {
    padding:2em 4em;
    width:50%;
    max-width:720px;
    display:flex;
    flex-direction:column;
    gap:0px;
        justify-content: center;
}

.home-hero-heading h1{
margin:0px 0px 10px 0px;
    font-size: 3em;
}

.home-hero-description p{
        font-size: 19px;
    line-height: 1.7em;
    margin: 20px 0px 0px;
}

.hero-quote{
display: flex;
    align-items: flex-start;
    gap: 10px;
        background:#f1efe6;
    border-radius:12px;
    padding:15px;
    margin-top:20px;
}
.quote-text{

}
.quote-text p{
margin-bottom:0px;
line-height:1.5;
}
.quote-text p:last-child{
    font-size: 14px;
    margin-top:10px;
}
.home-hero-quote-image {
    width:100px;
}
.home-hero .mc-buttons{
    justify-content:flex-start;
}
.payment-icon-localization img{
    width:20px;
    height:20px;
}
/*--------------------------------goto---------------------------------------------*/
@media only screen and (max-width: 768px) {
.mc-buttons{
flex-direction:column;
}
.button.featured-product-view-button, .button.product-card__view-link, .alm-button.button, .mc-button{
    font-size:16px;
    padding:9px 22px;
    max-width:100%;
}
.mc-buttons {
    gap: 12px;
}
.home-hero-inner {
    display:flex;
    flex-direction:column;
}
.home-hero-content {
    padding: 3em 1em;
    width: 100%;
}
.home-hero-media {
    min-height: 300px;
    width: 100%;
}
.home-features .layout-panel-flex--row>.group-block--width-fill {
    flex: auto;
    width: 46%;
}
.home-features .section-content-wrapper.section-content-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
}
.home-hero-heading h1 {
    font-size: 2em;
}
.home-hero-description p {
    font-size: 16px;
    line-height: 1.7em;
    margin-top:10px;
    margin-bottom:10px;
}
.video-text-group .group-block-content {
    flex-direction: row;
}
.payment-icon-localization{
    margin-left: -18px;
}
}
/*--------------------------------goend---------------------------------------------*