/** Shopify CDN: Minification failed

Line 90:1 Unexpected ";"

**/

/* heading section style */

#shopify-section-sections--16243571097646__header .m-header__container.container-full {
    padding: 0px 50px;
}

/* heading section style end */

/* scrolling section */

#m-section--template--16243570409518__scrolling_promotion_pnkAyt .container-full.m-section-py {
    border-bottom: 1px solid #E3E4EB;
}

/* custom heading style css */

.custom-heading-style{
    background: linear-gradient(to right, #F5A020, #FF3C5A, #C03AAF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

/* newsletter section */

/* #shopify-section-template--16243570409518__newsletter_MiQc6D .container-full.m-section-my.m-section-py{
    background: linear-gradient(to right, #F7A825, #F04E2A, #E5304A, #C42870, #9E1EA0);
} */

#shopify-section-template--16243570409518__newsletter_MiQc6D .m-newsletter-form__input-wrapper.m\:display-flex.m\:w-full.m\:relative {
    border: 1px solid #000000;
    border-radius:50px;
}

#shopify-section-template--16243570409518__newsletter_MiQc6D input#ContactSubscribe-template--16243570409518__newsletter_MiQc6D-email {
    border-radius: 50px;
}

/* newsletter section end */

/* product card */

.m-product-card, .m-collection-card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    box-shadow: #00000029 0 5px 10px;
    background: #fff;
}

.m-product-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.m-product-card__background-expand {
    display: none !important;
}

.m-product-card--placeholder .m-product-card__media {
    margin-bottom: 20px;
}

.m-product-card__media {
    border-radius: 14px;
}





/* smaller pc */

@media(min-width:992px) and (max-width:1024px){
    section#m-newsletter-template--16243570409518__newsletter_MiQc6D {
    margin: 0px 150px;
    }

    #shopify-section-template--16243570409518__newsletter_MiQc6D .container-full.m-section-my.m-section-py{
    border-radius:35px;
    }

};


/* only pc design */

@media(min-width:1025px){

    /* gradient newsletter section */

    section#m-newsletter-template--16243570409518__newsletter_MiQc6D {
    margin: 0px 300px;
    }

    #shopify-section-template--16243570409518__newsletter_MiQc6D .container-full.m-section-my.m-section-py{
    border-radius:35px;
    }


}


/* for small and big screen */

@media(min-width:992px){

    /* newsletter section */

    #shopify-section-template--16243570409518__newsletter_MiQc6D h2.m-newsletter-section__heading.m\:text-white.h2 {
    font-size: 56px;
}


/* 2 card header section */
    div#m-custom-template--16243570409518__custom_content_TxwpLw {
    margin-left: 250px !important;
}
}


/* mobile device */

@media(max-width:767px){
    .m-product-card, .m-collection-card {
    padding: 10px;
}

div#shopify-section-template--16243570311214__main {
    margin-top: -50px;
}

}




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


/* contact page form */


.m-contact-form__save {
    display: none;
}

h3.m-contact-form__heading {
    /* text-align: center; */
    font-size: 40px;
}

input#inputName,input#inputEmail, input#inputPhone,textarea#textareaMessage {

  border: 1.5px solid #000000;

}

@media(min-width:1024px){
    section.m-section.m-contact-form {
    padding: 46px;
    }
}


/* policies page */

.shopify-policy__container {
max-width: 1420px!important;
padding: 60px 0px;
}
.shopify-policy__title {
text-align: center;
margin-bottom: 40px;
}
.shopify-policy__title h1 {
font-size: 35px;
text-transform: capitalize;
}

/* custom form */

form.g-container {
    margin: 60px 0px;
}

.globo-form.boxed-form.globo-form-id-146770 {
    margin-top: 60px;
}