.breadcrumbs {
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    padding: 36px 0px 0px;
}
.breadcrumbs a {
    font-weight: bold;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.blog-post-detail--wrapper .row,
.blog-post-detail--wrapper .row .columns {
    padding: 0px;
}

.blog-post-detail--wrapper {
    margin-top: 36px !important;
}

.blog-post-detail .post-meta-wrapper {
    margin-bottom: 0 !important;
}

.blog-post-detail .post-title {
    max-width: 1380px;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto !important;
    margin-bottom: 36px !important;
}

.blog-post-detail .post-title h1{
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -0.02em;
    text-align: left;
  max-width: 70%;
}

.blog-post-detail .featured-image img {
    width: 100%;
    object-fit: cover;
}

.blog-post-detail .featured-image {
    margin-bottom: 48px !important;
}

.post-content.page-content-width.rte {
    max-width: 1380px;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto !important;
    display: flex;
    gap: 50px;
}

.post-excerpt-container {
    max-width: 44px;
}

.post-content.page-content-width.rte .row {
    margin: 0 !important;
}

.post-excerpt-container .share-article {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 6px;
}

.share-article.share-article.share-article a {
    margin: 0 !important;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(238, 238, 238, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(238, 238, 238, 1);
}

.post-excerpt-container .share-article a:hover {
    background-color: rgba(238, 238, 238, 1);
}

.share-article svg path {
    fill: #707477 !important;
}

.share-article svg.icon-copy path {
    fill: none !important;
}

.article-content-wrapper {
    padding-right: 80px;
}

.article-content-wrapper,
.article-content-wrapper p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0em;
    text-align: left;
}

.article-content-wrapper a,
.article-content-wrapper a span,
.article-content-wrapper a span span,
.article-content-wrapper a span span u,
.article-content-wrapper u
 {
    text-decoration: underline !important;
    font-weight: 700 !important;
}

.article-content-wrapper h2 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.01em;
    text-align: left;
}

.article-content-wrapper h2.main-heading {
    font-size: 36px;
    line-height: 54px;
}

.in-this-article.mobile-only{
    display: none;
}


.in-this-article li {
    font-size: 18px;
    line-height: 24px !important;
}

.in-this-article > p{
    margin-bottom: 5px;
}
.in-this-article p svg{
    margin-right: 10px;
}
.in-this-article li + li {
    margin-top: 5px;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.article-tag {
    min-width: 77px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #e7e7e7;
    padding: 10px 14px;
    text-decoration: none !important;
    border-radius: 2px;
}

.blog-post-detail--wrapper > .row {
    max-width: unset;
}

.images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    margin-bottom: 16px;
}

.images-grid > a img {
    width: 100%;
}

.images-grid > a:nth-child(1) img {
    height: 105px;
    object-fit: cover;
}

.images-grid > a:nth-child(2) img {
    height: 90px;
    object-fit: cover;
}

.images-grid > a:nth-child(3) img {
    height: 100px;
    object-fit: cover;
}

.images-grid > a:nth-child(4) img {
    height: 87px;
    object-fit: cover;
}

.images-grid > a:nth-child(5) img {
    margin-top: -15px;
    height: 103px;
    object-fit: cover;
}

.images-grid > a:nth-child(6) img {
    margin-top: -6px;
    height: 93px;
    object-fit: cover;
}

.article-date {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 14px;
    color: rgba(112, 116, 119, 1);
    text-transform: uppercase;
}

.article-author {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.make-your-style,
.recommended-articles-eam {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid rgba(204, 204, 204, 1);
}

.make-your-style h4 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(21, 21, 21, 1);
    margin-bottom: 16px;
}

.make-your-style a,
.recommended-articles-eam a {
    text-decoration: none !important;
}

.recommended-article-eam-content {
    margin-top: 8px;
    padding-bottom: 16px;
}

.shopify-section.breadcrumbs-section,
.blog-post-detail--wrapper .comments-section-eam,
.shopify-section .row.full-width-row {
    max-width: 1380px;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
}

.shopify-section .row.full-width-row  {
    max-width: 1600px;
    padding: 0px 20px;
}

.comments-section-eam > .columns .respond-container {
    border-top: 1px solid rgba(204, 204, 204, 1);
    margin-top: 48px !important;
}

.blog-post-detail--wrapper .comments-section-eam .comments-wrapper {
    max-width: 100%;
    padding-left: 44px;
}

.blog-post-detail--wrapper .comments-section-eam .comments-wrapper .respond-container {
    max-width: 100%;
}

.section-header-left--false {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 44px;
}

.section-header-left--false .section-header--content {
    align-items: flex-start;
}

.section-header-left--false .section-header--button {
    justify-content: flex-end;
}

.row.full-width-row.no-padding {
    padding: 0px !important;
    padding-left: 30px !important;
}

.blog-posts .section-header--content .h3{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
}

.blog-posts .section-header--content a.text-button {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}

.blog-posts .section-header--button a.text-button::before,
.blog-posts .section-header--button a.text-button::after {
    display: none !important;
}

.blog-posts .blog-post h5 + a {
    display: none;
}

.blog-posts .blog-post h5 a {
    font-family: Lato;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.steps-between {
    background-color: #f0f4fd;
    padding: 24px;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 36px;
    margin-bottom: 48px;
}

.steps-between p{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
}

.steps-between li {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
}

.like-deslike-post {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;

}

.heading-with-step {
    display: flex;
    align-items: center;
    gap: 26px;
}

.heading-with-step .step-stylist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(112, 116, 119, 1);
    color: rgba(112, 116, 119, 1);
    padding-right: 36px;
}

.heading-with-step .step-stylist .step-big {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(112, 116, 119, 1);
}

.heading-with-step .step-stylist .step-small {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(112, 116, 119, 1);
}

.heading-with-step h2 {
    margin-bottom: 0px !important;
}

.time-to-read {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: flex-start;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    color: #151515;
    margin-bottom: 24px;
}

.featured-product-eam {
    background-color: #f7f8fa;
    padding: 48px 16px 24px;
    position: relative;
    margin-bottom: 48px;
    margin-top: 48px;
}

.featured-prd-wrapper-eam {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
}

.featured-prd-image-eam {
    max-width: 240px;
}

.discounted-price-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 124px;
    height: 46px;
    padding: 16px;
    color: #fff;
    background-color: rgba(162, 143, 98, 1);
    border-bottom-right-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
}

.featured-prd-content-eam h4 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
}

.discounted-price {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.full-price {
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.full-price.discounted {
    color: rgba(112, 116, 119, 1);
}

.product-desc-eam {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 16px;
}

.discount-code {
    min-width: 165px;
    height: 44px;
    border: 1px dashed rgba(21, 21, 21, 1);
    color: rgba(112, 116, 119, 1);
    padding: 10px;
    border-radius: 6px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.eam-price-container,
.eam-price-container .prices-eam{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.featured-prd-content-eam a {
    text-decoration: none !important;
}

.featured-prd-content-eam a.button:not(.outline) {
    color: #fff !important;
}

.featured-prd-content-eam a.button:not(.outline):hover {
    color: #151515 !important;
}

.featured-prd-content-eam a.button.outline:hover {
    color: #fff !important;
}

.product-btns-eam {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.section-spacing-padding-cst {
    margin-top: 36px;
    border-top: 1px solid rgba(204, 204, 204, 1);
    padding-top: 36px;
}

.section-spacing-padding-cst .signup-container [name="contact[email]"] {
    border-radius: 100px;
    border: 1px solid rgba(112, 116, 119, 1);
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 16px;
}

.section-spacing-padding-cst .signup-container button {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 16px;
    background-color: rgba(181, 161, 114, 1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    border-color: rgba(181, 161, 114, 1);
}

.section-spacing-padding-cst .newsletter-checkbox {
    display: flex;
    gap: 10px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;

}

.section-spacing-padding-cst .newsletter-checkbox  input {
    width: auto;
    padding: 0;
}

.section-spacing-padding-cst .signup-container [name="contact[email]"]+label {
    height: 40px;
}

.eam-newsletter-heading {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
}

.recommended-article-eam-image img{
  border-radius: 10px;
}

.recommended-article-eam .article-tags {
  margin-top: 10px !important;
  margin-left: 0;
}

.recommended-article-eam .article-tags a {
  font-size: 10px !important;
  padding: 5px 10px;
  height: auto;
}

.recommended-article-eam .article-tags a:empty {
  display: none;
}

.article-headings-list a {
    font-size: 14px;
}

.blog-post-detail .post-title h1{
    font-size: 32px;
    line-height: 1.2;
}

.article-content-wrapper  table td{
    padding: 7px;
    font-size: 14px;
    line-height: 1.25;
}
.article-content-wrapper  table td p{
    font-size: 14px;
    line-height: 1.25;
    margin:0;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .hidden-desktop {
        display: none !important;
    }

    .share-article {
        position: sticky;
        height: calc(100vh - 100px);
        top: 100px;
    }
}

@media screen and (max-width: 768px) {
    .hidden-mobile {
        display: none !important;
    }

    .shopify-section.breadcrumbs-section, .blog-post-detail--wrapper .comments-section-eam, .shopify-section .row.full-width-row, .blog-post-detail .post-title {
        max-width: 100%;
        padding: 0 20px;
    }

    .breadcrumbs {
        white-space: unset;
        font-family: Lato;
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        padding-top: 24px;
    }

    .breadcrumbs a {
        font-size: 12px;
        line-height: 19.2px;
    }

    .blog-post-detail .featured-image {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .post-content.page-content-width.rte {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        display: flex;
        gap: 0px;
    }

    .post-content.page-content-width.rte .row {
        max-width: 100%;
    }

    .in-this-article {
        position: sticky;
        top: 120px;
    }
    .in-this-article > p{
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        background-color: #F6F7F8;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #93959d;
        z-index: 2;
        position: relative;
    }

    .in-this-article > p svg{
        transition: transform 0.3s;
    }
    .in-this-article > p.active svg{
        transform: rotate(180deg);
    }
    .top-info-mobile .mobile-info-flex{
        margin-bottom:0;
        border-bottom: none;
    }
    .article-headings-list{
        height: 0;
        overflow: hidden;
        transition: height 0.3s;
        z-index: 2;
        position: absolute;
        top: 60px;
        width: 100%;
    }
    .article-headings-list ul{
        border-radius: 10px;
        padding: 20px 30px;
        background-color: #F6F7F8;
        margin: 0;
    }
    .article-headings-list li{
        list-style: none;
    }
    .article-headings-list li a{
        text-decoration: none;
        color: #323234;
    }
    .mobile-toc-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(23, 26, 34, .3);
        z-index: 1;
        display: none;
    }
    .mobile-toc-overlay.active {
        display: block;
    }
    .in-this-article.mobile-only{
        display: block;
    }
    .in-this-article.desktop-only{
        display: none;
    }

    .article-content-wrapper {
        padding-right: 0;
    }

    .blog-post-detail--wrapper .comments-section-eam .comments-wrapper {
        padding-left: 0;
    }

    .section-header-left--false {
        padding-left: 0;
    }

    .row.full-width-row.no-padding {
        padding: 0 0 0 0px!important;
    }

    .article-headings-list {
        display: block;
    }

    .article-date, .article-author {
        font-family: Lato;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.1em;
        text-align: left;
        margin: 0 !important;
        color: rgba(112, 116, 119, 1);
    }

    .mobile-info-flex {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
    }

    .author-date-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .article-date {
        padding-right: 6px;
        border-right: 1px solid rgba(112, 116, 119, 1);
    }

    .blog-post-detail .post-meta-wrapper {
        margin-bottom: 4px !important;
    }

    .blog-post-detail .post-title h1 {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
      max-width: unset;
    }

    .blog-post-detail .post-title {
        margin-bottom: 24px !important;
    }

    .blog-post-detail .featured-image {
        margin-bottom: 24px !important;
    }

    .share-toggler {
        position: relative;
    }

    .share-toggler summary {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 3px;
    }

    .share-toggler .share-buttons {
        position: absolute;
        bottom: 20px;
        right: 0;
    }

  .featured-prd-wrapper-eam {
    display: block;
  }

  .featured-product-eam {
    padding-top: 60px;
  }

  .featured-prd-image-eam {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .mobile-info-flex {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(112, 116, 119, 1);
    margin-bottom: 20px;
  }

  .eam-price-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-btns-eam {
    flex-direction: column;
  }

  .blog-post-detail .article-tags {
    margin-bottom: 30px;
    margin-top: 0px;
  }

  .blog-post-detail .article-tags .article-tag {
    text-decoration: none !important;
    font-weight: normal !important;
  }
}

.article-content-wrapper h4 {
  font-size: 26px;
  letter-spacing: 0.02em;
}

.article-content-wrapper h5 {
  font-size: 20px;
  letter-spacing: 0.02em;
}

.article-content-wrapper h6 {
  font-size: 18px;
  letter-spacing: 0.02em;
}

.article-content-wrapper strong,
.article-content-wrapper b {
  font-weight: bold !important;
}

.article-content-wrapper a {
    color: #2b00ff!important;
}

.template-article-eam-post-v2 .email-signup {
    display: none !important;
}
