
.c-faq {
    padding: 20px;
    max-width: 980px;
    margin: auto;
}

.c-faq__title{
    font-family: 'Knockout' !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    padding: 20px;
    text-align: center;
}

.c-faq__sub-title{
    font-family: 'Knockout' !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 20px;
    text-align: center;
}


.c-faq__text {
    font-weight: 400;
    font-size: 14px;
    padding: 20px;
    text-align: center;
}

.c-faq__category {

}

.c-faq__category:hover a {
    color: #fff;
}

.c-faq__category a {
    background-color: pink;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all .4s ease-out;
    flex-direction: column-reverse;
    align-items: center;
    cursor: pointer;
    transition: all .4s ease-out;
    text-decoration: none;
}

.c-faq__category a:hover {
    background-color: blue;
}

.c-faq__category-icon i,
.c-faq__category-icon a {
    cursor: pointer;
}

.c-faq__category-container {
    display: flex;
    padding: 20px;
    justify-content: space-around;
}

.c-faq__category-label {
    font-family: 'Knockout' !important;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.c-faq__question {
    font-family: 'Knockout' !important;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
}

.c-faq__item {
    margin-bottom: 20px;
}

.c-faq__category-icon i {
    font-size: 40px;
}

.shopify-section.page-section {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    /* background-image: url(https://www.enamoura.com/cdn/shop/files/Capture_d_ecran_2023-11-14_a_21.24.13_1728x.png?v=1699993482);
     background-size: 100% auto;
     background-repeat: no-repeat;*/
    padding: 50px 100px;
    background: #0d162d;
}

.shopify-section.page-section h4 {
    margin: 0;
}

.shopify-section.page-section p {
    margin: 0;
}
.page.section {
    background: transparent !important;
    padding: 0;
    color: #fff;
    text-align: center;
}

.page__header{
    display: none;
}

.shopify-section.section-dynamic.section-borderable{
    padding: 2px !important;
    margin-bottom: 10px;
    border: 0;
}

.section.rich-text,
.page__content {
    padding: 0px !important;
    max-width: 800px !important;
    margin: auto;
    border: 0 !important;
}

.rich-text__title{
    font-family: 'Libre Baskerville', serif !important;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 0px;
    cursor: pointer;
    letter-spacing: 0px;
    justify-content: space-between;
    display: flex;
}

.rich-text__title,
.rich-text__subheading {
    max-width: 100% !important;
}

.rich-text__subheading {
    display: none;
}

#shopify-section-footer{
    margin-top: 40px;
}

[data-section-type="text-columns-with-images"]{
    max-width: 1280px;
}

.text-block__overline {
    display: none !important;
}

.text-block__subheading {
    max-width: 100% !important;
}

.rich-text__title::after{
    content: '';
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
    width: 20px;
    height: 30px;
    display: block;
    font-size: 14px;
    justify-content: center;
    margin-top: 5px;
}

.open.rich-text__title::after{
    content: "\f078";
}

.faq-breadcrumb {
    max-width: 800px;
    display: flex;
    list-style: none;
    margin: 20px auto;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.faq-breadcrumb li {
    padding-right: 5px;
}


[data-section-type="text-columns-with-images"] {
    padding-top: 0px !important;
    padding-bottom: 0px !important; 
    border: none !important;
}

.type-heading-1-small {
    font-size: 18px !important;
}

#shopify-section-template--24973303808342__main {
    display: none;
}

[data-section-type="text-columns-with-images"] .text-block--center{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.text-columns__feature h3 {
    cursor: pointer;
}