body.mpblog-post-index .mp-blog-home,
body[class*="mpblog-"] .mp-blog-home {
    margin-bottom: 2rem;
}

body.mpblog-post-index .sidebar.sidebar-main,
body.mpblog-post-index .sidebar.sidebar-additional,
body.mpblog-category-view .sidebar.sidebar-main,
body.mpblog-category-view .sidebar.sidebar-additional {
    display: none !important;
}

body.mpblog-post-index.page-layout-2columns-right .page-main > .columns,
body.mpblog-post-index.page-layout-2columns-left .page-main > .columns,
body.mpblog-category-view.page-layout-2columns-right .page-main > .columns,
body.mpblog-category-view.page-layout-2columns-left .page-main > .columns {
    display: block;
    grid-template-areas: "main";
    grid-template-columns: 1fr;
    width: 100%;
}

body.mpblog-post-index.page-layout-2columns-right .column.main,
body.mpblog-post-index.page-layout-2columns-left .column.main,
body.mpblog-category-view.page-layout-2columns-right .column.main,
body.mpblog-category-view.page-layout-2columns-left .column.main {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

body.mpblog-category-view .mp-blog-category {
    margin-bottom: 2rem;
}

body.mpblog-category-view .mp-blog-category__products .product-items {
    margin: 0;
}

body.mpblog-category-view .mp-blog-category__product-item .product-item-info {
    width: 100%;
}

body.mpblog-category-view .mp-blog-category__product-item .product-image-wrapper {
    border-radius: .45rem;
    overflow: hidden;
}

body.mpblog-category-view .mp-blog-category__product-item .product-image-photo {
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
    width: 100%;
}

body.mpblog-category-view .mp-blog-category__product-item .product-item-name {
    font-size: 1.05rem;
    line-height: 1.35;
    margin-bottom: .45rem;
}

body.mpblog-category-view .mp-blog-category__product-item .product-item-name .product-item-link {
    color: #111;
}

body.mpblog-category-view .mp-blog-category .toolbar-products {
    margin-top: 1rem;
}

body.mpblog-post-index .mp-blog-home__intro,
body[class*="mpblog-"] .mp-blog-home__intro {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

body.mpblog-post-index .mp-blog-home__filters,
body[class*="mpblog-"] .mp-blog-home__filters {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

body.mpblog-post-index .mp-blog-home__chip,
body[class*="mpblog-"] .mp-blog-home__chip {
    background: #fff;
    border: 1px solid #111;
    border-radius: 999px;
    color: #111;
    display: inline-flex;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1;
    min-height: 2.2rem;
    padding: .65rem 1rem;
    text-decoration: none;
    transition: all .2s ease;
}

body.mpblog-post-index .mp-blog-home__chip:hover,
body.mpblog-post-index .mp-blog-home__chip.is-active,
body[class*="mpblog-"] .mp-blog-home__chip:hover,
body[class*="mpblog-"] .mp-blog-home__chip.is-active {
    background: #f6c640;
    border-color: #f6c640;
    color: #111;
}

body.mpblog-post-index .mp-blog-home__search,
body[class*="mpblog-"] .mp-blog-home__search {
    margin-left: auto;
    max-width: 320px;
    position: relative;
    width: 100%;
}

body.mpblog-post-index .mp-blog-home__search-label,
body[class*="mpblog-"] .mp-blog-home__search-label {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

body.mpblog-post-index .mp-blog-home__search-input,
body[class*="mpblog-"] .mp-blog-home__search-input {
    border-radius: 999px;
    font-size: .9rem;
    min-height: 2.6rem;
    padding-left: 1rem;
    width: 100%;
}

body.mpblog-post-index .mp-blog-home__featured,
body[class*="mpblog-"] .mp-blog-home__featured {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr);
    margin-bottom: 2.5rem;
}

body.mpblog-post-index .mp-blog-home__featured-main,
body[class*="mpblog-"] .mp-blog-home__featured-main {
    margin: 0;
}

body.mpblog-post-index .mp-blog-home__featured-link,
body[class*="mpblog-"] .mp-blog-home__featured-link {
    border-radius: .5rem;
    display: block;
    overflow: hidden;
}

body.mpblog-post-index .mp-blog-home__featured-image,
body[class*="mpblog-"] .mp-blog-home__featured-image {
    aspect-ratio: 16 / 10;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

body.mpblog-post-index .mp-blog-home__featured-content,
body[class*="mpblog-"] .mp-blog-home__featured-content {
    margin-top: 1rem;
}

body.mpblog-post-index .mp-blog-home__badge,
body[class*="mpblog-"] .mp-blog-home__badge {
    background: #e9f0f7;
    border-radius: .2rem;
    color: #35516b;
    display: inline-block;
    font-size: .7rem;
    margin-bottom: .65rem;
    padding: .2rem .45rem;
    text-decoration: none;
}

body.mpblog-post-index .mp-blog-home__featured-title,
body[class*="mpblog-"] .mp-blog-home__featured-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 .5rem;
}

body.mpblog-post-index .mp-blog-home__featured-title a,
body[class*="mpblog-"] .mp-blog-home__featured-title a {
    color: #111;
    text-decoration: none;
}

body.mpblog-post-index .mp-blog-home__featured-title a:hover,
body[class*="mpblog-"] .mp-blog-home__featured-title a:hover {
    text-decoration: underline;
}

body.mpblog-post-index .mp-blog-home__featured-excerpt,
body[class*="mpblog-"] .mp-blog-home__featured-excerpt {
    color: #303030;
    font-size: 1rem;
    line-height: 1.45;
}

body.mpblog-post-index .mp-blog-home__featured-excerpt p,
body[class*="mpblog-"] .mp-blog-home__featured-excerpt p {
    margin: 0;
}

body.mpblog-post-index .mp-blog-home__featured-list,
body[class*="mpblog-"] .mp-blog-home__featured-list {
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

body.mpblog-post-index .mp-blog-home__featured-side-item,
body[class*="mpblog-"] .mp-blog-home__featured-side-item {
    align-items: stretch;
    display: grid;
    gap: .8rem;
    grid-template-columns: 1fr 1fr;
}

body.mpblog-post-index .mp-blog-home__featured-side-image-link,
body[class*="mpblog-"] .mp-blog-home__featured-side-image-link {
    border-radius: .5rem;
    display: block;
    overflow: hidden;
}

body.mpblog-post-index .mp-blog-home__featured-side-image,
body[class*="mpblog-"] .mp-blog-home__featured-side-image {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    width: 100%;
}

body.mpblog-post-index .mp-blog-home__featured-side-content,
body[class*="mpblog-"] .mp-blog-home__featured-side-content {
    align-self: center;
}

body.mpblog-post-index .mp-blog-home__featured-side-title,
body[class*="mpblog-"] .mp-blog-home__featured-side-title {
    font-size: 1.65rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

body.mpblog-post-index .mp-blog-home__featured-side-title a,
body[class*="mpblog-"] .mp-blog-home__featured-side-title a {
    color: #111;
    text-decoration: none;
}

body.mpblog-post-index .mp-blog-home__section-title,
body[class*="mpblog-"] .mp-blog-home__section-title {
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 1rem;
}

body.mpblog-post-index .mp-blog-home__products .product-items,
body[class*="mpblog-"] .mp-blog-home__products .product-items {
    margin: 0;
}

body.mpblog-post-index .mp-blog-home__product-item .product-item-info,
body[class*="mpblog-"] .mp-blog-home__product-item .product-item-info {
    width: 100%;
}

body.mpblog-post-index .mp-blog-home__product-item .product-image-wrapper,
body[class*="mpblog-"] .mp-blog-home__product-item .product-image-wrapper {
    border-radius: .45rem;
    overflow: hidden;
}

body.mpblog-post-index .mp-blog-home__product-item .product-image-photo,
body[class*="mpblog-"] .mp-blog-home__product-item .product-image-photo {
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
    width: 100%;
}

body.mpblog-post-index .mp-blog-home__product-item .product-item-name,
body[class*="mpblog-"] .mp-blog-home__product-item .product-item-name {
    font-size: 1.05rem;
    line-height: 1.35;
    margin-bottom: .45rem;
}

body.mpblog-post-index .mp-blog-home__product-item .product-item-name .product-item-link,
body[class*="mpblog-"] .mp-blog-home__product-item .product-item-name .product-item-link {
    color: #111;
}

body.mpblog-post-index .mp-blog-home__excerpt,
body[class*="mpblog-"] .mp-blog-home__excerpt {
    color: #262626;
    font-size: .95rem;
    line-height: 1.45;
}

body.mpblog-post-index .mp-blog-home__excerpt p,
body[class*="mpblog-"] .mp-blog-home__excerpt p {
    margin: 0;
}

body.mpblog-post-index .mp-blog-home .toolbar-products,
body[class*="mpblog-"] .mp-blog-home .toolbar-products {
    margin-top: 1rem;
}

@media (max-width: 1024px) {
    body.mpblog-post-index .mp-blog-home__featured,
    body[class*="mpblog-"] .mp-blog-home__featured {
        grid-template-columns: 1fr;
    }

    body.mpblog-post-index .mp-blog-home__featured-side-title,
    body[class*="mpblog-"] .mp-blog-home__featured-side-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    body.mpblog-post-index .mp-blog-home__intro,
    body[class*="mpblog-"] .mp-blog-home__intro {
        align-items: stretch;
        flex-direction: column;
    }

    body.mpblog-post-index .mp-blog-home__search,
    body[class*="mpblog-"] .mp-blog-home__search {
        margin-left: 0;
        max-width: none;
    }

    body.mpblog-post-index .mp-blog-home__featured-title,
    body[class*="mpblog-"] .mp-blog-home__featured-title,
    body.mpblog-post-index .mp-blog-home__section-title,
    body[class*="mpblog-"] .mp-blog-home__section-title {
        font-size: 1.55rem;
    }

    body.mpblog-post-index .mp-blog-home__featured-side-item,
    body[class*="mpblog-"] .mp-blog-home__featured-side-item {
        grid-template-columns: 1fr;
    }
}
