/** Shopify CDN: Minification failed

Line 151:12 Expected identifier but found whitespace
Line 151:13 Unexpected "("

**/
.product .product__title {
    text-align: center;
}
.product-savings-price .price {
    background: #f7f7f7;
    justify-content: center;
    padding: 15px 0;
    text-align: center; 
    border-radius: 15px;
}
span.price_text_cls {
    font-weight: normal;
    color: #747474;
}
.product .product__text{
    border-radius: 15px;
}
a.header__text {
    text-decoration: none;
}
.announcement-bar__scrolling-text span {
    display: flex;
    align-items: center;
    gap: 5px;
}
img.announcement__icon {
    width: 37px;
}
.footer_logo_cls img {
  width: 100%;
    max-width: 170px;
    padding-top: 15px;
}
.step_round_image img {
    border-radius: 50% !important;
    height: 270px !important;
    width: 270px !important;
    margin: 0 auto;
}
.step_square_image img {
    height: 315px !important;
}
.addtocart_cls input{
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Lora';
}
.steps-three__grid {
        align-items: self-end;
    }
.header__icons{
    gap: 40px;
}
.header__icon{
    width: auto !important;    
}
.header__icon--contact {
        font-size: 14px;
}
.header__icon--account {
        border: solid 1px #FFF!important;
   padding: 4px 18px!important;
}
.product-title-desktop {
        font-size: 24px!important;
}
.steps-three__inner {
   background: #EFE9E1;
    background: linear-gradient(0deg, rgba(239, 233, 225, 1) 50%, rgba(245, 240, 234, 1) 100%);
}
.footer_menu_cls li a {
    font-family: 'Lora';
}
.lumin-submit {
    border-radius: 14px!important;
}
.addtocart_cls::before {
    border-radius: 14px!important;
    display:none!important;
}
.addtocart_cls::after {
    border-radius: 14px!important;
    display:none!important;
}
.addtocart_cls {
    border-radius: 31px!important;
}
.tablet-container-new {
        display: flex;
    gap: 39px;
        justify-content: space-between;
    margin-top: 19px;
}
.tablet-container-new .svg-wrapper {
    width: 15px;
    height: 20px;
    position: relative;
    top: 4px;
}
.steps-three__card {
    width: 100%;
    text-align: center;
}
.steps-three__title{
        margin: 70px 0 25px!important;
    height: 75px;
    width: 100%;
    max-width: 275px;
    display: inline-block;
}
.steps-three__badge {
    font-family: 'Lora';
}
.steps-three__inner {
    padding-bottom: 179px!important;
        padding-top: 130px!important;
}
.faq-question span {
    font-family: 'DM Sans';
}
.product-form__submit::before {
    display:none;
}
.product-form__submit::after {
    display:none;
}

@media screen and (max-width: 768px) {
.lmn-pck__background-video {
    height: 101vh!important;
}
.lmn-pck__content {
    height: 100vh!important;
    padding: 0% 0!important;
}
.header__icons {
    gap: 0px!important;
}
.header {
    padding: 2px 1rem 2px 3rem!important;
}
.header__icon--contact
Specificity: (0,1,0)
 {
    font-size: 12px!important;
}
.tablet-container-new {
    display: inline;
    gap: 39px;
    justify-content: space-between;
    margin-top: 19px;
    text-align: center;
}
.image-with-text__content {
    padding: 2rem calc(0rem / var(--font-body-scale)) 0rem!important;
}
}