/** Shopify CDN: Minification failed

Line 6:27 Unexpected "/"

**/
* BOTTOM LONG DESCRIPTION */
.collection-header__description.mt-3 {
    max-width: 800px;
    margin: 0 auto;
}
.collection-full-text {
    text-align: center;
    padding: 20px 0;
}
.collection-full-text.full-wrapper-border {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 40px 30px;
}
.collection-inner-box {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 40px 30px;
    text-align: center;
}
.collection-wrapper-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin: 35px 0;
}
.collection-full-text {
    text-align: center;
    margin: 0 0 35px;
}
.collection-inner-box ul, .collection-full-text.full-wrapper-border ul, .collection-full-text ul {
    text-align: left;
    padding: 0 0 0 16px;
}
.collection-section-container {
    margin: 0 0 80px;
}
.collection-full-text h2, .collection-full-text h1 {
    font-size: 30px;
    margin: 0;
}
.collection-full-text h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 8px;
}

.collection-full-text.full-wrapper-border h2, .collection-inner-box h2, .collection-inner-box h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 8px;
}
/*  TABS */
.bottom-faq-tabs .faqtabs {
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
}
.bottom-faq-tabs .faqtab {
    width: 100%;
    color: white;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    margin: 0 0 12px;
    background: transparent;
    padding: 5px 0;
}
.bottom-faq-tabs .faqinput {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.bottom-faq-tabs .faqtab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
}
.bottom-faq-tabs .faqtab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    color: #000;
}
.bottom-faq-tabs .faqtab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: transparent;
    transition: all 0.35s;
    visibility: hidden;
    font-size: 14px;
    line-height: 22px;
}
.bottom-faq-tabs .faqinput:checked + .faqtab-label::after {
    transform: rotate(90deg);
}
.bottom-faq-tabs .faqinput:checked + .faqtab-label {
    background: transparent;
}
.bottom-faq-tabs .faqinput:checked ~ .faqtab-content {
    max-height: 100vh;
    padding: 0 1em 1em;
    visibility: visible;
}
.faqtab .faqtab-label h2 {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: initial;
    color: #000;
}
.bottom-faq-tabs {
    background: ##fff;
    padding: 4rem 0;
}
.bottom-faq-tabs h2.faqmain-heading {
    text-align: center;
    margin: 0 0 30px;
    font-size: 32px;
}
.collection-full-text h2 {
    margin: 0 0 8px;
}
.collection-inner-box li {
    list-style: disc;
}
.faqtabs .faqtab-label h2 {
    margin: 0;
}
.collection-full-text a, .collection-inner-box a{
  text-decoration:underline;
}
.faqtab-content ul{
  list-style: disc;
}
.faqtab-content a{
  text-decoration: underline;
}
.blog-page-wrapper .underline-links-hover:hover a {
    text-decoration: none !important;
}
.blog-page-wrapper .article-card .card__heading {
    margin-bottom: .6rem;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 600;
}
.blog-page-wrapper .blog-articles__article:first-child .article-card .card__heading {
    font-size: 24px;
}
.blog-page-wrapper time {
    font-size: 12px;
    letter-spacing: 0;
    color: #000;
}
.blog-page-wrapper .card__inner.color-scheme-2.gradient.ratio {
    background: transparent !important;
}
.blog-page-wrapper .article-card__image-wrapper.card__media {
    border-radius: 20px !important;
}
.blog-posts-img img, .blog-featured-product-img img {
    width: 100%;
    border-radius: 20px;
}
.popular-posts-wrapper h3, .featured-product-wrapper h3, .article__meta-social h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 20px;
    letter-spacing: 0;
}
.blog-title-wrapper a {
    text-decoration: none;
    letter-spacing: 0;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
.blog-posts-popular {
    display: flex;
    gap: 15px;
}
.blog-posts-img {
    width: 40%;
}
.blog-title-wrapper {
    width: 60%;
}
.blog-featured-product-title a {
    text-decoration: none;
    letter-spacing: 0;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}
.blog-featured-product-price .price-item.price-item--regular {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 600;
}
.blog-page-wrapper .badge {
    display: none !important;
}
.blog-page-wrapper .blog-title {
    font-weight: 700;
    font-size: 42px;
    margin: 0 0 30px;
}
.blog-content-flex {
    display: flex;
    gap: 80px;
}
.blog-content-wrapper {
    width: 65%;
}
.blog-sidebar-content-wrapper {
    width: 35%;
    position: relative;
}
.blog-sidebar-content-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 1px;
    height: 100%;
    background: #000;
}
.blog-page-wrapper .article-card__excerpt {
    display: none;
}
.blog-posts-img img {
    height: 170px;
    object-fit: cover;
}
.featured-product-wrapper {
    padding: 20px 0 0;
}
.article-template__title {
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 600;
}
.article-template__content p, .article-template__content li {
    letter-spacing: 0;
    font-size: 15px;
    color: #000;
}
.article-template__content h2 {
    font-weight: 600;
    font-size: 22px;
}
.article-template__content h3 {
    font-weight: 600;
    font-size: 19px;
}
.article-template__hero-medium img {
    border-radius: 20px;
}
.article-template__hero-medium {
    background: transparent;
}
.article-page-wrapper {
    padding: 50px 0;
}
.social-sharing-lists {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 32px;
}
.social-sharing-lists li {
    list-style: none;
}
.social-sharing-lists li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.social-sharing-lists li a svg {
    width: 20px;
    height: auto;
}
.article__meta-social h3 {
    margin: 0 0 8px;
}
.article__meta-social {
    margin: 0 0 40px;
}
.article-faqs-wrapper .page-width {
    padding: 0;
}
.author-image a {
    display: flex;
}
.author-image img {
    border-radius: 50%;
    width: 100px;
}
.author-content h3 {
    letter-spacing: 0;
    color: #000;
    font-weight: 600;
    margin: 0 0 8px;
}
.author-content h3 a {
    color: #000;
    text-decoration: none;
}
.author-content p {
    letter-spacing: 0;
    color: #000;
    margin: 0;
    font-size: 15px;
}
.author-content-flex {
    display: flex;
    gap: 16px;
}
.author-image {
    width: 100px;
}
.author-content {
    width: 85%;
}
.collection-hero__description {
    max-width: 100% !important;
    text-align: center;
}
.collection-hero__description h1 {
    letter-spacing: 0;
    font-size: 27px;
    margin: 0;
    font-weight: 600;
}
.collection-hero__description {
    margin: 0;
    letter-spacing: 0;
    padding: 0;
}
.collection-hero {
    padding: 50px 0 0 !important;
}
.author-page-wrapper {
    padding: 60px 0 0;
}
.collection-wrapper-box a, .collection-full-text a{
    color: #0c5740;
}
.faqtab-content a{
    color: #0c5740;
}
/*** MEDIA ***/
@media only screen and (max-width: 1199px) {
.collection-full-text.full-wrapper-border {
    padding: 30px 20px;
}    
.collection-inner-box {
    padding: 30px 20px;
}
}
@media only screen and (max-width: 991px) {
.collection-full-text.full-wrapper-border h2, .collection-inner-box h2, .collection-inner-box h3 {
    font-size: 20px;
    line-height: 30px;
}
.collection-full-text h2 {
    font-size: 26px;
    line-height: 32px;
}
  .collection-full-text h3 {
    font-size: 20px;
    line-height: 30px;
}
.blog-content-flex {
    gap: 30px;
    flex-direction: column;
}
.blog-content-wrapper {
    width: 100%;
}
.blog-sidebar-content-wrapper {
    width: 100%;
    position: relative;
}
.blog-sidebar-content-wrapper:before {
    display: none;
}
.blog-page-wrapper .blog-title {
    font-size: 32px;
    margin: 0 0 20px;
}
}
@media only screen and (max-width: 767px) {
.collection-wrapper-box {
    grid-template-columns: repeat(1,1fr);
}  
.collection-section-container {
    margin: 0 0 65px;
}  
.bottom-faq-tabs h2.faqmain-heading {
    margin: 0 0 25px;
    font-size: 24px;
}
.bottom-faq-tabs {
    padding: 3rem 0;
}
.blog-page-wrapper .blog-articles__article:first-child .article-card .card__heading {
    font-size: 20px;
}
.blog-page-wrapper .article-card .card__heading {
    font-size: 17px;
}
.popular-posts-wrapper h3, .featured-product-wrapper h3, .article__meta-social h3 {
    font-size: 21px;
    margin: 0 0 12px;
}
.article-template__title {
    font-size: 22px;
}
.collection-hero__description h1 {
    font-size: 20px;
}
.table-scroll {
    overflow: scroll;
}
.table-scroll table {
    width: 700px;
}
}
@media only screen and (max-width: 479px) {
.collection-full-text h2 {
    font-size: 24px;
    line-height: 30px;
}
.collection-full-text.full-wrapper-border, .collection-inner-box {
    padding: 30px 15px;
}    
}