/** Shopify CDN: Minification failed

Line 137:32 Unexpected "{"

**/
.warranty-returns .m-rich-text {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}
 .sf__page-about .sf__about-block {
        margin-top: 0px;
        margin-bottom: 20px;
 }
.about-us .sf__about-block .about__block-heading {
    margin-top: 0px;
   margin-bottom: 0px;
}
.about-us .m-page-header {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-us .shopify-section-custom-content .m-custom-content__wrapper {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}
.about-us .sf__about-block-text .m-richtext .md-about {
    font-size: 30px;
}
.about-us .m-custom-content__wrapper .m-richtext__description p {
    text-align: justify;
}
.shopify-policy__container .shopify-policy__body .rte p {
    text-align: justify;
}
.shopify-policy__container .shopify-policy__body .rte ul li {
    text-align: justify;
}
.template-index .m-image-with-text .m-content-box .m-richtext__title.m-content-box__heading {
    font-size: 22px;
}
.template-index .m-image-with-text .m-richtext__button a.m-button.m-button--link {
    color: #bf7e13;
} 
.shopify-policy__container .shopify-policy__body .rte h3 {
    margin-top: 1rem;
    margin-bottom: 0rem;
      font-size: 30px;
}
.privacy-policy .m-rich-text .m-richtext {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}
.privacy-policy .m-richtext .m-richtext__description p, .warranty-returns .m-rich-text .m-richtext__description p {
    text-align: justify;
}
.faqs .m-faqs-section__content {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}
.terms-and-service .m-richtext {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}
.terms-and-service .m-richtext__description p {
    text-align: justify;
}
.faqs .m-collapsible-section__wrapper {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}
.m-collapsible__content {
  transition: height 0.8s ease !important;
}

/* .template-collection .m-sidebar .m-collection-filters-form .son-av {
    display: none;
} */

/*----- Gift card------*/

.gift-wrap-box {
  border: 1px solid #ccc;
  padding: 8px 15px;
  border-radius: 8px;
  margin-top: 20px;
  font-family: inherit;
  margin-bottom: 20px;
}

.gift-wrap-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.gift-wrap-price {
  font-weight: bold;
  color: #333;
}

.gift-wrap-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gift-input,
.gift-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 15px;
}

.gift-message-counter {
  text-align: right;
  font-size: 12px;
  color: #666;
}
/*------ phone View-----*/
@media (max-width:500px){
  .about-us .shopify-section-custom-content .m-custom-content__wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.warranty-returns .m-rich-text, {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.faqs .m-faqs-section__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.privacy-policy .m-rich-text .m-richtext, .terms-and-service .m-richtext, .faqs .m-collapsible-section__wrapper  {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
}