/** Shopify CDN: Minification failed

Line 105:17 Expected ":"
Line 105:19 Expected identifier but found "8px"

**/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root{
    --text-h1: 2.625rem;
    --themeDarkPink: #a4799d;
    --themeHoverPink: #986b91;
    --fontHeading: "Oswald", sans-serif;
}
body .container{
    max-width: 1270px;
    padding-inline: 12px;
    width: 100%;
    margin-inline: auto;
}
.container-fluid{
    padding-inline: 20px;
}
h1, h2, h3, h4{
    /* font-family: var(--fontHeading); */
}

h1, .h1{
    font-size: 2.625rem;
    line-height: 1.2;
}
h2, .h2{
    font-size: 38px;
    --text-h2: 38px;
}
.theme-btn{
    border-radius: 200px;
    color: #fffcfd;
    /* background-color: var(--button-background); */
    background-image: var(--initial-gradient),var(--hover-gradient);
    font-size: 28px;
    /* font-family: var(--fontHeading); */
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 8px 65px;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease;
    line-height: 1.58;
}
.theme-btn:hover{
    background-color: var(--themeHoverPink);
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.cc-text-with-icons .text-with-icons__item .text{
    /* font-family: var(--fontHeading); */
    line-height: 1.5;
    font-size: 18px;
}
.cc-text-with-icons .text-with-icons .text-with-icons__item{
    flex: 0 0 28%;
}
.cc-text-with-icons .container{
    max-width: 1160px;
}

.testimonials-carousel{
    padding: 46px 0 120px;
}

.shopify-section--faq .faq__content{
    flex-basis: 1168px;
}
.shopify-section--faq .faq__content .accordion{
    border-block-start-width: 0;
    border-color: #292929;
}
.shopify-section--faq .faq__content .accordion__toggle{
    padding: 10px 15px 7px 17px;
    color: #292929;
    /* font-size: 16px; */
    font-weight: 600;
}
.shopify-section--faq .faq__content .accordion__toggle .animated-plus{
    --animated-plus-size: 0.875rem;
}
.shopify-section--faq .faq__content .accordion__content{
    padding: 10px 15px 15px;
    /* font-size: 16px; */
    color: #292929;
}
.header__primary-nav summary.h6{
    font-size: 14px;
    font-weight: 400;
}
.footer-column-heading .h6{
    /* font-size: 17px; */
    font-weight: 400;
    color: #292929;
    padding-bottom: 10px;
    margin-bottom; 8px;
}
.footer__block .app-store__container svg{
    width: 104px;
}
.footer__block .app-store__container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__block--links li a{
    /* font-size: 17px; */
    /* font-family: var(--fontHeading); */
    color: #292929;
    /* font-weight: 300; */
}
.footer__block--links ul{
    row-gap: 18px;
}
.footer__block-type--social-media .social-media{
    column-gap: 16px;
    row-gap: 20px;
}
.footer__block-type--social-media .social-media .social-media__item{
    opacity: 1;
}
.footer__block-type--social-media .social-media .social-media__item svg{
    width: 31px;
    height: 31px;
}
.footer__block.footer__block--links ul li{
    word-break: break-word;
}
.footer-bottom {
    background-color: #e0afbe;
    margin-top: 40px;
    color: #ffffff;
    padding-top: 20px;
    font-size: 12px;
}
.shopify-section--image-with-text-overlay .button{
    border-radius: 200px;
    font-size: 28px;
    /* font-family: var(--fontHeading); */
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 8px 65px;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease;
    line-height: 1.58;
    border: 0;
    letter-spacing: 0;
}
.cc-image-with-text-overlay-block .block-btn .theme-btn{
    background-image: none;
}
 .newsletter .content form button[type="submit"]{
    border-radius: 200px;
    color: #fffcfd;
    background: transparent;
    background-color: var(--themeDarkPink);
    font-size: 28px;
    /* font-family: var(--fontHeading); */
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 8px 65px;
    text-transform: uppercase;
    transition: background-color .3s ease, color .3s ease;
    line-height: 1.58;
    border: 0;
    letter-spacing: 0;
}
.newsletter .content form button[type="submit"]{
    font-size: 24px;
}
.newsletter .content form button[type="submit"]:hover{
    background-color: var(--themeHoverPink);
    color: #fff;
}
.shopify-section--image-with-text-overlay .list-inline{
    display: flex;
    justify-content: space-evenly;
    gap: 17px;
    width: 91%;
    margin-inline: auto;
    text-align: left;
    font-size: 15px;
    list-style: none;
    padding: 0;
    font-weight: 400;
    align-items: center;
    flex-wrap: nowrap;
}
.list-inline li{
    padding: 0;
    position: relative;
    line-height: 1;
    font-size: 15px;
    /* font-family: var(--fontHeading); */
    font-weight: 400;
}
.list-inline li:not(:last-child):after{
    content:"";
    height: 34px;
    background-color: var(--themeDarkPink);
    width: 1px;
    position: absolute;
    left: calc(100% + 14px);
    top: 50%;
    transform: translateY(-50%);
}

.cc-image-with-text-overlay-block:has(.content) image-with-text-overlay picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

@media(max-width: 898px){
    h1, .h1{
        --text-h1: 2.25rem;
    }
    h2, .h2{
        font-size: 23px;
        --text-h2: 23px;
    }
    .theme-btn{
        font-size: 20px;
    }
    .cc-text-with-icons .text-with-icons__item .text{
        font-size: 12px;
        line-height: 1.5;
    }
    .cc-text-with-icons .text-with-icons__item .v-stack{
        row-gap: 10px;
    }
    .list-inline{
        width: 100%;
    }
    .shopify-section--image-with-text-overlay .button{
        font-size: 20px;
    }
    .container-fluid{
        padding-inline: 12px;
    }
    .scrolling-content-image-grids .block-title .h2{
        --text-h2: 16px;
    }
    .cc-image-with-text-overlay-block .list-inline li{
        font-size: 12px;
    }
    .section-stack:has(.faq){
        gap: 20px;
    }
}
@media(max-width: 699px){
    .shopify-section--footer .footer .footer__block-list{
        grid-template-columns: repeat(2, 1fr);
    }
    .shopify-section--footer .footer{
        padding-bottom: 0;
    }
    .shopify-section--footer .footer .footer__aside{
        display: none;
    }
}