/** Shopify CDN: Minification failed

Line 205:0 Unexpected "}"

**/


ul.m-payment-icons--list.m\:flex.m\:flex-wrap {
    align-items: center !important;
}

/* password page */
.m-password-page p {
    color: white;
}
h2.m-password-page__form-heading {
    color: white;
}
h1.m-password-page__heading {
    color: white;
}

/*--------------------------------- common ------------------------------------*/
.template-product #MainContent {
    padding-bottom: 0px !important;
}

/* —--------------------------Headings font size—---------------------- */
@media(min-width:769px){
h2, .h2, h1, .h3, h3, h3.m-contact-form__heading{
    font-size: 40px;
    /* font-weight:500; */
}
}
@media(max-width:768px){
h2, .h2, h1, .h3, h3, h3.m-contact-form__heading{
    font-size: 24px;
    /* font-weight:500; */
}
}

/*--------------- Sub menu hover bacground--------------------------------- */
.m-sub-menu__item>a:hover {
    background: #b1cdad !important;
    border-radius: 8px;
    color: white !important;
}

/*------------------- search suggestion off------------------------------- */
.m-search-popular.m\:flex.md\:m\:justify-center.m\:flex-wrap {
    display: none;
}



/* —--------------------------Count bubble —---------------------- */
span.m-cart-count-bubble.m-cart-count, sup.m-wishlist-count {
    background: white;
    color: black;
    border: 1px solid black;
}

/* -------------------------------wishlist count----------------------------- */
sup.m-wishlist-count {
    background: black;
}

/* —----------------Nav section border—-------------------------------------*/
header.m-header__desktop.logo-left-menu-center.m-gradient.m-color-default {
    border-bottom: 1px solid rgb(223, 223, 223);
}




/* —--------------------------Nav  shadow All page—---------------------- */

.m-header header {
    box-shadow: 0 4px 20px #0000000a;
}

/* —--------------------------Nav  shadow Home page—---------------------- */
.m-header.header-sticky-always.transparent-on-top .m-header__mobile, .m-header.header-sticky-always.transparent-on-top .m-header__desktop, .m-header.header-sticky-always.transparent-on-top .m-menu-bar {
    box-shadow: 0 4px 20px gray;
}

/*---------------------------- banner content--------------------------------- */
.m-slide__content.m-richtext.m\:text-left {
    max-width: 610px;
}

/* —-------------------------Footer  shadow optional—---------------------- */

m-footer.m-footer.m\:block {
    box-shadow: 0 -8px 32pxrgba(14, 13, 13, 0.04);
}

/* —-------------------------- hover name off—---------------------- */
#shopify-section-sections--18487070818492__header span.m-tooltip__content {
    display: none;
}

/* —-----------------------------policy page  width—----------------------------*/
.shopify-policy__container {
    max-width: 1400px !important;
    margin: 0 auto 4rem !important;
}
/* —-----------------------------Collapsible tab—----------------------------*/
/* faq */
.m-faqs-section .m-collapsible--button {
    font-size: 18px;
    line-height: 1.555;
    padding-top: 16px;
    padding-bottom: 16px;
}

h3.m-collapsible--button {
    padding: 18px;
}
h3.m-collapsible--button {
    border: 1px solid black;
    margin-top: 10px;
    border-radius: 5px 5px 0 0;
}

.m-collapsible--content__inner.rte {
    border: 1px solid black;
    border-radius: 0 0 5px 5px;
    margin-top: -20px;
    padding: 20px;
}
.m-collapsible[open=true] .m-collapsible--button, .collapsible[open=true] .m-collapsible--button {
    border-bottom-color:white;
}

section.m-section.m-faqs-section.m-gradient.m-color-default {
    max-width: 900px;
    margin: auto;
}

/* product page FAQ  collapsible tab*/
.m-collapsible--content__inner {
    border: 1px solid black;
    margin-top: -10px;
    padding: 10px 30px;
    border-radius: 10px;
}

button.m-collapsible--button {
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px 30px;
}
/* —-----------------------------—-----------------------------------------------------------------*/

/* -----------------primary button-------------------------*/


a.m-button.m-button--primary {
    /* background: linear-gradient(90deg, #b4d2b4, #e6c273); */
    border: none;
    box-shadow: 0 0 18px #ccc;
}


/* a.m-button.m-button--primary {
    background: #b4d2b4;
     border: none;
   
} */


a.m-button.m-button--primary:hover {
   
    box-shadow: none;
    box-shadow: 0 0 18px #ccc;
}


button.m\:w-full.m-button.m-button--primary {
    /* background: linear-gradient(90deg, #b4d2b4, #e6c273); */
    border: none;
}

button.m\:w-full.m-button.m-button--primary:hover {
    box-shadow:none;
}
/* ---------------------------------------------------------------------------*/
/*-------------------- judge me review—-------------------------------------- */


.jdgm-rev-widg__reviews {
    /* background: #dcdcdc54; */
    padding: 0px 40px;
    border-radius: 15px;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.1);
}


/* .jdgm-rev-widg__header {
  
    border-radius: 15px;
    padding-top: 20px;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.1); */
}

.jdgm-carousel-wrapper {
    max-width: 1400px !important;
    width: 100% !important;
}

.jdgm-carousel__item-container {
    /* background: #b4d2b426; */
    border-radius: 10px;
    padding: 20px;
}

.jdgm-row-media, .jdgm-row-search, .jdgm-subtab, .jdgm-row-actions, .jdgm-quest, .jdgm-rev, .jdgm-paginate {
    border-top: none;
    border-color: none;
    border: none !important;
}

/* ------------------------------------footer search ----------------------------------*/
ul.m-footer--bottom-menu.m-link-lists.m-link-lists--inline.xl\:m\:justify-end.show-menu-item-divider {
    display: none;
}

/*---------------------------- social icon footer ----------------------------*/

/* a.social-media-links--item {
    background: black;
} */
body .m-footer--block .social-media-links a:hover {
   box-shadow: none !important;
}

button#scroll-to-top-button {
    /* background: linear-gradient(90deg, #b4d2b4, #e6c273); */
    border: none !important;
}


button#scroll-to-top-button:hover {
    /* background: linear-gradient(90deg, #b4d2b4, #e6c273); */
    box-shadow: none;
}

/*------------------------------ footer block title ------------------------------------------------*/
h3.m-accordion--item-button.m-footer--block-title {
    font-size: 20px;
    font-weight: 600;
}


/*-------------------------------- rich text------------------------------------------------ */
.m-richtext.m\:text-center {
    max-width: 800px;
    margin: auto;
}

/* wishlist product card */
button.m-tooltip.m-button--icon.m-wishlist-button.m-tooltip--left.m-tooltip--style-1 {
    /* background: linear-gradient(90deg, #b4d2b4, #e6c273); */
    border: none;
    box-shadow: none !important;
}

/*----------------------------- slider arrow -------------------------------*/

button.m-slider-controls__button.m-slider-controls__button-next.swiper-button-next{
    /* background: linear-gradient(90deg, #b4d2b4, #e6c273); */
    border: none;
    box-shadow: none;
}

button.m-slider-controls__button.m-slider-controls__button-prev.swiper-button-prev {
   /* background: linear-gradient(90deg, #b4d2b4, #e6c273); */
    border: none;
    box-shadow: none;
}

/* ----------------------product card design------------------------ */

/* .m-product-card__media {
    box-shadow: 0px 0px 20px 0px gray;
    border-radius: 15px;
} */

/*------------------------------- announcement bar---------------------------- */
.m-announcement-bar__content {
    font-size: 12px !important;
}


/*------------------------------ collection-card title------------------------------- */
a.m-collection-card__link.m\:block {
    font-weight: 700;
}

/* ---------------------------product tab ------------------------ */
a.m-tab-header {
    opacity: 1;
}

/*---------------------------------------- contact----------------------------- */


/* ---------------------------contact------------------------ */
h3.m-contact-form__heading {
    text-align: center;
    margin-bottom: 30px;
}



.template-page #MainContent {
    padding-bottom: 0px ;
}



/*###############################-----------common end ------------############################################*/

/* banner */

h2.m-richtext__title.m-slide__title.m\:text-white.h2 {
    font-size: 40px;
}
.m-hero__text.rte.h6.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    /* background: red; */
    max-width: 400px;
    margin: 0 auto 20px;
}

.m-richtext__description.rte.m\:text-color-subtext.h6 {
    max-width: 500px;
}

h2.m-hero__title.h2.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    font-size: 40px;
}

/* newsletter */
.m-newsletter-form__input-wrapper.m\:display-flex.m\:w-full.m\:relative {
    border: 1px solid black;
}
button.m-newsletter-form__button.m-newsletter-form__button--text.m-button {
    background: black;
    color: white;
}

/* secondary button */
.m-button--white:hover {
    border-color: white;
    background: #0000;
    color: white;
    box-shadow: none !important;
}

/* a.m-richtext__button.m-button.m-button--secondary {
    margin-top: 180px;
} */


@media(min-width:769px){
 a.m-richtext__button.m-button.m-button--primary {
margin-top: 180px;
}
#m-hero-section-template--25568422756738__image_with_text_2_NNKqii
.m-hero__content.m\:text-center.md\:m\:text-center.m-text--white {
    background: #0000004f;
    padding: 30px;
    border-radius: 5px;
}

}

@media(max-width:768px){
    .m-slide__media {
    max-height: 400px;
}
h2.m-hero__title.h2.m\:text-white.m-scroll-trigger.animate--fade-in-up {
    font-size: 35px !important;
}
}

#shopify-section-template--25568422035842__contact-form
button.m-button.m-button--primary {
    /* max-width: 200px !important; */
    margin: auto;
    display: flex;
}


/* collection */
.m-collection-products.m\:flex.m\:flex-wrap.m-cols-4 {
    display: flex;
    justify-content: center;
}

/* social icon */

body .m-footer--block .social-media-links a {
    color: white;
    /* width: 50px;
    height: 50px;
    padding: 0;
    display: inline-flex; */
    align-items: center ;
    justify-content: center;
    background-color: none !important;
    transition: all .3s;
}