/** Shopify CDN: Minification failed

Line 96:0 Unexpected "}"

**/


/*=========== Default Styles =============*/
.shopify-policy__container {
    max-width: 1200px !important;
}
.m-link-lists .m-link:after {
    height: 0px;
}
.m-menu__link--main:after {
    height: 0px !important;
}
a.m-menu__link.m-menu__link--main {
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--font-stack-header) !important;
}
h3.m-accordion--item-button.m-footer--block-title {
    text-transform: uppercase;
}
.shopify-policy__title {
    text-transform: capitalize;
}

.m-footer--block-title{
    font-family: unset !important;
    font-family: var(--font-stack-header) !important;
}

/*============For all Feature Products section =================*/
/* .m-product-card {
    padding: 20px;
    background-color: #F2EAD3;
    border-radius: 10px;
} */


/*============For all Image with text section =================*/
.m-image-with-text__content {
    /* background-color: #fffae9; */
    /* background-color: black; */
    background-image: linear-gradient(to right,rgb(0, 0, 0), rgb(114, 114, 114));
    padding: 40px;
    border-radius: 10px 0 0 10px;
}

.m-hero__content {
    max-width: 1000px !important;
}

.m-image-with-text__image-first {
    border-radius: 0 10px 10px 0;
}

@media (max-width: 767px) {
.m-image-with-text__content {
    /* background-color: #fffae9; */
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.m-image-with-text__image-first {
    border-radius: 10px 10px 0 0;
}
}

/*============For all Rich text section =================*/
/* .m-richtext {
  background-color: #fffae9;
  padding: 50px;
  border-radius: 10px;
}

.m-richtext P {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 767px) {
.m-richtext {
  padding: 15px;
}
} */

/*============ For Testimonial =============*/
/* .m-testimonial__wrapper {
    padding: 30px !important;
    background-color: #fffae9;
    border-radius: 10px; */
    /* height: 400px; */
}