/* #region Style override */
.breadcrumb .breadcrumb__item:last-child {
    text-transform: capitalize;
    color: var(--color-white);
}

/* #endregion */

/* #region Blog details - Metadata */
.blog-meta {
    padding: 0.5rem;
    height: auto;
    background-color: var(--color-primary);
    border-radius: var(--rounded-display);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: var(--color-white);
}

.blog-meta__inner {
    background-color: var(--color-secondary);
    width: 100%;
    height: 100%;
    min-height: 320px;
    border-radius: var(--rounded-display);
    padding-top: calc(var(--header-padding)*2 + var(--header-height));
    padding-bottom: 0.5rem;
}

.blog-meta .blog__breadcrumb {
    margin-top: 0.75rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.blog-meta .page__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: var(--color-white);
    height: auto;
    overflow: hidden;
    display: flex;
    margin-bottom: 2rem;
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    padding: 0 1rem;
}

.hero__item-cta.btn.hero__primary-cta.btn--accent {
    margin: 1rem 1rem 0.5rem;
    padding: 0rem 2rem;
}

.blog-meta .blog-meta__group {
    display: flex;
    justify-content: space-between;
    font-size: var(--font-size-xs);
    line-height: var(--line-height-tight);
    margin-bottom: 1.5rem;
}

.blog-meta__group .blog-meta__metadata .blog-meta__label {
    font-weight: 600;
    color: var(--color-border);
    margin-bottom: 0.5rem
}

.blog-meta__group .blog-meta__metadata .blog-meta__value {
    font-weight: 500;
    color: var(--color-white);
}

/* #endregion */

/* #region Blog details section */
.blog-details__main {
    --default-font-size: var(--font-size-lg);
    padding: 3rem 0;
}

.blog-details__main .blog-details__content {
    font-weight: 400;
    font-size: var(--default-font-size);
    line-height: 1.4;
    margin-bottom: 4rem;
}

.blog-details__main .blog-details__share {
    justify-content: center;
    gap: 0.75rem;
}

.blog-details__main .blog-details__share .btn--icon {
    width: 40px;
    height: 40px;
    min-height: auto;
    padding: 0.375rem;
}

.blog-details__main .blog-details__share .blog__share-btn--link {
    height: 40px;
    min-height: auto;
    padding: 0.375rem;
    font-weight: 500;
    font-size: var(--font-size-lg);
    line-height: 1.4;
}

.blog-details__main .blog-details__share iconify-icon {
    font-size: 1.75rem;
}

.blog-details__footer {
    padding: 1rem 0;
    /*height: 300px;*/
}

@media only screen and (max-width: 360px) {
    .blog-details__footer {
        height: 300px;
    }
}


.blog-details__footer img {
    width: 100%;
    height: var(--card-height-lg);
    border-radius: var(--rounded-display);
}

/* #endregion */

/* #region Blog content - editor html style */
.blog-details__content p {
    margin-bottom: var(--default-font-size);
}

.blog-details__content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.4;
    letter-spacing: -1%;
}

.blog-details__content figure {
    padding: 3rem 0;
    margin: 0;
}

.blog-details__content figure img {
    height: var(--card-height-sm);
    border-radius: var(--rounded-display);
    margin-bottom: 1rem;
    width: 100%;
}

.blog-details__content figure figcaption {
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.blog-details__content>ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 1.75rem;
}

.blog-details__content .products__slider-main .product__item {
    width: 90%;
}

.blog-details__content .products__slider-main .product__item .product__item-colors,
.blog-details__content .products__slider-main .product__item .product__item-features,
.blog-details__content .products__slider-main .product__item .product__item-region {
    display: none;
}

/* #endregion */

/* #region Blog social share component */
.blog__share {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem 1rem;
}

.blog__share .blog__share-btn--link {
    min-width: 150px;
}

/* #endregion */

.blog-meta .blog-meta__group {
        margin: 0 1.5rem 1rem;
    }

@media only screen and (min-width: 1280px) {
    .header {
        margin-top: 1rem;
    }

    .blog-meta {
        height: auto;
        padding: 1rem;
        margin: 1rem;
        border-top-left-radius: var(--rounded-display);
        border-top-right-radius: var(--rounded-display);
    }
    .blog-meta.scrolled{
        margin: 0rem 1rem;
    }
    .blog-meta__inner {
        padding: 1.5rem 2rem 1.5rem;
        margin-top: calc(var(--header-padding)*1 + var(--header-height));
        display: flex;
        min-height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .blog-meta .blog__breadcrumb,
    .blog-meta .page__title {
        width: 100%;
    }

    .blog-meta .page__title {
        font-weight: 600;
        font-size: 2.25rem;
        line-height: 1.3;
    }

    .blog-meta .blog-meta__group {
        display: inline-flex;
        vertical-align: top;
        gap: 3rem;
        margin: 0;
    }

    .blog-meta__group .blog-meta__metadata .blog-meta__label {
        font-size: var(--font-size-base);
    }

    .blog-meta__group .blog-meta__metadata .blog-meta__value {
        font-size: var(--font-size-lg);
    }

    .blog-meta .blog__share {
        justify-content: end;
        gap: 12px;
        padding: 0;
    }
    .hero__item-cta.btn.hero__primary-cta.btn--accent {
        margin: 1rem 1rem 0rem;
        padding: 0rem 3rem;
    }

}