.blog .blog-wapper.post-item-list.format-standard .entry-format,
.blog-list-wrap .blog-wapper.post-item-list.format-standard .entry-format {
    height: 100%;
}
.blog .blog-wapper.post-item-list.format-standard .entry-format a.entry-image,
.blog-list-wrap .blog-wapper.post-item-list.format-standard .entry-format a.entry-image {
    height: 100%;
}
.blog  .blog-wapper .entry-header .entry-image img,
.blog-layout-sidebar-content .blog-list-wrap .blog-wapper .entry-header .entry-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.blog .post-item-list:nth-child(even),
.blog-list-wrap .post-item-list:nth-child(even) {
    flex-direction: row-reverse;
}
.blog .blog-wapper.post-item-list.format-standard .entry-content,
.blog-list-wrap .blog-wapper.post-item-list.format-standard .entry-content {
    width: 50%;
    background: #ffffff;
    padding: 30px 0 30px 80px;
}
.blog .post-item-list:nth-child(even) .entry-content,
.blog-list-wrap .post-item-list:nth-child(even) .entry-content {
    padding: 30px 80px 30px  0px !important;
}
.blog .blog-wapper.post-item-list.format-standard .entry-header,
.blog-list-wrap .blog-wapper.post-item-list.format-standard .entry-header {
    width: 50%;
}
.archive .blog-layout-small-thumb .paging-navigation, .blog-layout-content-sidebar .paging-navigation, .blog-layout-sidebar-content .paging-navigation,
.blog .blog-layout-small-thumb .paging-navigation, .blog-layout-content-sidebar .paging-navigation, .blog-layout-sidebar-content .paging-navigation {
    justify-content: center;
}
.button.button-2.blog-btn.link {
    margin: 0 auto 0 0;
    min-width: 160px;
    background: #ffffff;
    border-color: #727272;
    color: #232323;
    padding: 9px 15px;
    border: 1px solid;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    transition: .5s cubic-bezier(.25,.46,.45,.94);
    transition-property: color, background, background-color, border;
}
.button.button-2.blog-btn.link:hover {
    background: #28afb1;
    border-color: #ffffff;
    color: #ffffff;
}
.blog-layout-sidebar-content .content-area {
    width: calc(100% - 270px) !important;
    padding-left: 45px;
}
.archive aside#primary-sidebar,
.blog aside#primary-sidebar {
    max-width: 270px;
}
.custom-blog-sidebar-widget .sidebar-title {
    display: none;
}
.blog .blog-wapper.post-item-list.format-standard .entry-content, .blog-list-wrap .blog-wapper.post-item-list.format-standard .entry-content {
    justify-content: normal;
}
.blog-hero-layout {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 60px;
/*    min-height: 400px;*/
}
.blog-hero {
    padding: 20px 0;
    background: linear-gradient(135deg, #28afb1, #28afb1);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.blog-hero-image {
    flex: 1;
    max-width: 50%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 0;
}
.blog-hero-content {
    flex: 1;
    max-width: 50%;
    padding: 0;
    margin: 0;
}
.blog-hero-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-title {
    font-size: clamp(24px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,.3);
}
.blog-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #ffffffe6;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.blog-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #28afb133;
    padding: 6px 12px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff7d;
}
.blog-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.blog-layout {
    display: grid;
    grid-template-columns: 250px 1fr 320px;
    gap: 40px;
    position: relative;
    align-items: start;
}
.recommended-products-sidebar {
    position: sticky;
    top: 150px;
    height: fit-content;
}
.toc-title {
    text-align: center;
    border-radius: 25px;
    padding: 12px;
    background: #28afb1;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.blog-toc {
    position: sticky;
    top: 154px;
    height: fit-content;
    background: #f8f9fa;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 20px rgba(26, 77, 46, .12);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.toc-list a {
    display: flex;
    align-items: center;
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition-fast);
    border-radius: 8px;
    padding: 10px 16px 10px 16px;
    position: relative;
    font-weight: 500;
}
.toc-list a:before {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #2d5a3d;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-right: 10px;
    opacity: 0;
    transition: .25s ease;
}
.toc-list a:hover, .toc-list a.active {
    color: #28afb1;
    background: #28afb133;
    transform: translate(5px);
}
.toc-list a:hover:before, .toc-list a.active:before {
    opacity: 1;
    display: block;
}
.blog-content h2 {
    font-size: clamp(24px,4vw,32px);
    font-weight: 700;
    margin: 48px 0 24px;
    color: #28afb1;
    scroll-margin-top: 101px;
    position: relative;
    padding-left: 20px;
}
.blog-content h3 {
position: relative;
    padding-left: 20px;
}
.blog-content h3:before,
.blog-content h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: #28afb1;
    border-radius: 2px;
}
.blog-content h3:before {
    background: #666666;
}
.back-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 5px 12px;
    color: #28afb1;
    text-decoration: none;
    border-radius: 16px;
    font-weight: 600;
    transition: all ease .3s;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 2px solid #f0f0f0;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.back-to-blogs {
    text-align: center;
    margin: 80px 0 48px;
}
.back-button svg {
    width: 18px;
    height: 18px;
    transition: .25s ease;
}
.back-button:hover {
    background: #28afb1;
    color: #f8f9fa;
    border-color: #28afb1;
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(26, 77, 46, .12);
}
.desktop-share-section {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(26, 77, 46, .08);
    text-align: center;
}
.desktop-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: #28afb1;
    color: #f8f9fa;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: .25s ease;
    border: none;
    cursor: pointer;
    width: 100%;
}
.desktop-share-button svg {
    width: 18px;
    height: 18px;
}
.single-post .single-post-header.text-center.layout-2.has-bg {
    display: none;
}
.single-post div#content {
    padding-top: 0;
}
.sidebar-title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 28px;
    color: #28afb1;
    padding-bottom: 16px;
    border-bottom: 3px solid #28afb1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sidebar-section {
    background: #f8f9fa;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 28px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 20px rgba(26, 77, 46, .12);
    transition: .25s ease;
}
.product-card-sidebar {
    margin-bottom: 28px;
    border-bottom: 1px solid #ffffff;
    transition: .4s ease;
    border-radius: 16px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    box-shadow: 0 2px 8px rgba(26, 77, 46, .08);
}
.product-card-sidebar a {
    text-decoration: none;
    color: inherit;
}
.product-card-sidebar img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: .4s ease;
    box-shadow: 0 2px 8px rgba(26, 77, 46, .08);
    border: 2px solid transparent;
}
.product-card-sidebar p {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #28afb1;
    line-height: 1.4;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card-sidebar .price {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 8px 0 12px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 700;
    color: #28afb1;
}
.product-card-sidebar .btn {
    display: flex;
    text-align: center;
    padding: 12px 24px;
    background: #28afb1;
    color: #f8f9fa;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: .25s ease;
    border: none;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.mobile-products {
    display: none;
    margin: 32px 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    padding: 24px 0;
    border-radius: 18px;
}
.mobile-products-title {
    font-size: clamp(20px,4vw,28px);
    font-weight: 800;
    margin: 0 0 24px;
    color: #28afb1;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mobile-products-title:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 20px;
    width: 80px;
    height: 4px;
    background: #28afb1;
    border-radius: 4px;
}
.mobile-products-scroll {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 0 20px 28px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #28afb1 #ffffff;
}
.mobile-product-card {
    flex: 0 0 auto;
    width: 280px;
    background: #f8f9fa;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    scroll-snap-align: start;
    transition: .4s ease;
    position: relative;
}
.mobile-product-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 10px 30px rgba(26, 77, 46, .18);
    border-color: #28afb1;
}
.mobile-product-card a {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all ease .3s;
}
.mobile-product-card .card-image-wrapper {
    position: relative;
    overflow: hidden;
}
.mobile-product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: .4s ease;
}
.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #28afb1;
    color: #f8f9fa;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: .5px;
    box-shadow: 0 4px 8px #2d5a3d4d;
}
.mobile-product-card-content {
    padding: 24px;
    background: linear-gradient(135deg,#fffffff2,#f8f9faf2);
}
.mobile-product-card p {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #28afb1;
    line-height: 1.4;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mobile-product-card .price {
    font-size: 16px;
    font-weight: 700;
    color: #28afb1;
    margin: 8px 0 12px;
    line-height: 1.3;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.mobile-product-card .btn {
    display: flex;
    text-align: center;
    padding: 12px 20px;
    background: #28afb1;
    color: #f8f9fa;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: .25s ease;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.author-card {
    margin: 4rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 20px rgba(26, 77, 46, .12);
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    transition: .25s ease;
    position: relative;
    overflow: hidden;
}
.author-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #28afb1;
}
.author-card__image {
    flex-shrink: 0;
    position: relative;
}
.author-avatar {
    border-radius: 50%;
    object-fit: cover;
    height: 90px !important;
    border: 3px solid #f8f9fa;
    box-shadow: 0 2px 8px rgba(26, 77, 46, .08);
    transition: .25s ease;
}
.author-card__content {
    flex: 1;
    min-width: 0;
}
.author-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 .5rem;
    color: #28afb1;
    line-height: 1.2;
}
.author-written {
    font-size: .75rem;
    color: #666666;
    margin: 0 0 .5rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.author-title {
    font-size: .95rem;
    color: #666666;
    margin: 0 0 1rem;
    font-weight: 500;
    font-style: italic;
    position: relative;
}
.author-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #1a1a1a;
    margin: 0 0 1.5rem;
    text-align: justify;
}
.author-socials {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.author-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    color: #666666;
    text-decoration: none;
    transition: all ease .3s;
    overflow: hidden;
}
.author-socials a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #28afb1;
    border-radius: 50%;
    transition: .25s ease;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.author-socials a svg {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    stroke: currentColor;
    transition: .25s ease;
}
.author-socials a:hover {
    color: #f8f9fa;
    border-color: #28afb1;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px #2d5a3d4d;
}
.author-socials a:hover:before {
    width: 100%;
    height: 100%;
}
.author-socials a:hover svg {
    transform: scale(1.1);
}
.custom-latest-posts {
    margin: 60px auto;
    max-width: 1800px;
    padding-left: 15px;
    padding-right: 15px;
}
.related-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
.custom-posts-flex {
  display: flex;
  gap: 100px;
}
.custom-post-left {
    flex-basis: 50%;
    width: 50%;
}
.custom-post-right {
    flex-basis: 50%;
    width: 50%;
  display: flex;
  flex-direction: column;
}
.custom-post-image img {
  width: 100%;
  height: auto;
  display: block;
}
.custom-post-date {
    font-size: 14px;
    color: #868686;
    margin-top: 15px;
    text-transform: uppercase;
    margin: 0 0 17px;
}
.custom-post-title {
    margin: 0 0 10px;
}
.custom-post-title a {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #232323;
    letter-spacing: 0.36px;
    line-height: normal;
}
.custom-post-excerpt {
  color: #868686;
  font-size: 16px;
  margin: 0;
}
.custom-post-button {
    padding: 10px 10px;
    letter-spacing: normal;
    font-weight: 600;
    width: 200px;
    color: #fff;
    background: #28afb1;
    text-align: center;
    text-decoration: none;
    display: block;
}
.custom-post-button {
    margin-top: 15px;
}
.custom-post-button:hover {
    background: #28afb15e;
}
.main-blog-view .article-card__info {
    background: #fff;
    max-width: 80%;
    padding: 30px;
    padding-left: 0;
    position: relative;
    z-index: 1;
    margin-top: -145px;
    transition: transform .2s ease-in-out;
}
.blog-post-item {
    padding: 25px;
    -webkit-user-select: none;
    user-select: none;
    transition-property: transform,box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}
.blog-post-item:hover {
    box-shadow: 0 0 10px 2px #0000001a;
}
.mobile-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg,#fffffff2,#f8f9faf2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 -8px 32px #1a4d2e26;
    z-index: 1000;
    padding: 16px 20px;
    border-top: 1px solid #f0f0f0;
}
.mobile-sticky-buttons {
    display: flex;
    gap: 16px;
    max-width: 400px;
    margin: 0 auto;
}
.mobile-sticky-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    background: #28afb1;
    color: #f8f9fa;
    border: none;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s ease;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.mobile-toc-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(40 175 177 / 36%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1001;
    opacity: 0;
    transition: .25s ease;
    pointer-events: none;
}
iframe#s2vu3borc4qc1754453249242 {
    bottom: 70px !important;
}
a.toc-h3 {
    margin-left: 10px;
}
.mobile-toc-overlay.active {
    opacity: 1;
    pointer-events: all;
}
.mobile-toc-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f9fa;
    border-radius: 24px 24px 0 0;
    max-height: 70vh;
    transform: translateY(100%);
    transition: all .4s cubic-bezier(.25,.46,.45,.94);
    z-index: 1002;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -10px 40px #1a4d2e33;
}
.mobile-toc-panel.active {
    transform: translateY(0);
}
.mobile-toc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px 20px;
    border-bottom: 2px solid #f0f0f0;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    position: sticky;
    top: 0;
}
.mobile-toc-title {
    font-size: 20px;
    font-weight: 800;
    color: #28afb1;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.mobile-toc-close {
    background: linear-gradient(135deg, #ffffff, #f1f3f4);
    border: none;
    font-size: 24px;
    color: #666666;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: .25s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.mobile-toc-close:hover {
    background: #28afb1;
    color: #f8f9fa;
    transform: rotate(90deg);
}
.mobile-toc-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px 28px 28px;
    -webkit-overflow-scrolling: touch;
}
.mobile-toc-content .toc-list {
    margin: 0;
}
.mobile-toc-content .toc-list a {
    padding: 16px 0;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    font-weight: 500;
}
.mobile-toc-content .toc-list a:last-child {
    border-bottom: none;
}
.mobile-sticky-btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
} 
.product-card-in-article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border: 2px solid #f0f0f0;
    border-radius: 18px;
    padding: 24px;
    margin: 40px 0;
    transition: .25s;
}
.product-card-in-article:hover {
    box-shadow: 0 4px 20px rgba(26, 77, 46, .12);
    transform: translateY(-2px);
    border-color: #28afb1;
}
.product-card-in-article img {
    border-radius: 16px;
    transition: .25s;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(26, 77, 46, .18);
}
.product-card-in-article img:hover {
    transform: scale(1.05);
}
.product-card-in-article a {
    background: #28afb1;
    color: #f8f9fa;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all ease .3s;
    display: inline-block;
}
.pro-row-main-box {
    width: 100%;
    overflow: hidden;
}
.pro-row-grid {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 0px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #28afb1 #ffffff;
}

.pro-grid-1 .product-card-in-article { flex: 1 1 100%; }
.pro-grid-2 .product-card-in-article { flex: 1 1 calc(50% - 30px); }
.pro-grid-3 .product-card-in-article { flex: 1 1 calc(33.333% - 30px); }
.pro-grid-4 .product-card-in-article { flex: 1 1 calc(25% - 30px); }

.pro-grid-3 .product-card-in-article {
    flex: 1 1 calc(33.333% - 30px);
    width: calc(33.333% - 30px);
}
.pro-row-grid .product-card-in-article .Product-card-info-content {
    padding-left: 0 !important;
    text-align: center;
    flex: auto  !important;
    min-width: auto !IMPORTANT;
    margin: 15px 0 0;
}
.pro-grid-2 .product-card-in-article,
.pro-grid-3 .product-card-in-article,
.pro-grid-4 .product-card-in-article {
    flex: 0 0 auto;
    width: 280px;
    background: #f8f9fa;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    scroll-snap-align: start;
    transition: .4s ease;
    position: relative;
}
@media(max-width: 1200px) and (min-width: 1024px) {
.blog-layout {
    grid-template-columns: 25% 42% 25%;
}
}
@media (min-width: 1200px) {
    .blog-layout {
        grid-template-columns: 250px minmax(45%, 1fr) 320px;
        gap: 40px;
    }
}
@media(max-width: 1199px){
    .blog .blog-wapper.post-item-list.format-standard .entry-content,
    .blog-list-wrap .blog-wapper.post-item-list.format-standard .entry-content {
        padding: 30px 0 30px 30px;
    }
    .blog .post-item-list:nth-child(even) .entry-content,
    .blog-list-wrap .post-item-list:nth-child(even) .entry-content {
        padding: 30px 30px 30px  0px !important;
    }
}
@media (max-width: 1023px) {
    .blog-layout {
        display: flex;
        flex-wrap: wrap;
    }

    main.blog-main {
        width: 100%;
    }    
.blog-toc, .desktop-share-section, .recommended-products-sidebar {
        display: none;
    }
    .mobile-products {
        display: block;
    }
    .custom-posts-flex {
        gap: 25px;
        flex-wrap: wrap;
    }

    .custom-post-left.main-blog-view {
        flex-basis: 100%;
        width: 100%;
    }

    .custom-post-right {
        flex-basis: 100%;
        width: 100%;
    }

    .main-blog-view .article-card__info {
        max-width: 100%;
        margin-top: 0;
        padding: 15px;
    }

    .blog-post-item {
        margin-top: 0;
        padding: 15px;
    }
}
@media(max-width: 991px){
    .blog-layout-sidebar-content .content-area {
        width: 100% !important;
        padding-left: 0px;
        padding: 0 15px;
    }
    .archive aside#primary-sidebar,
    .blog aside#primary-sidebar {
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .blog .blog-wapper.post-item-list.format-standard .entry-content,
    .blog-list-wrap .blog-wapper.post-item-list.format-standard .entry-content {
        width: 100%;
        padding: 30px 0 15px 0px;
    }
    .blog .post-item-list:nth-child(even) .entry-content,
    .blog-list-wrap .post-item-list:nth-child(even) .entry-content {
        padding: 30px 0 15px 0px !important;
    }
    .blog .blog-wapper.post-item-list.format-standard .entry-header, .blog-list-wrap .blog-wapper.post-item-list.format-standard .entry-header {
        width: 100%;
    }
    .blog-wapper.post-item-list {
        margin-bottom: 30px;
    }
    .blog-hero-image {
        display: none;
    }
    .blog-hero-content {
        max-width: 100%;
        margin: 0;
        padding: 0;
    } 
/*    .blog-container, .blog-hero-layout {
        padding: 0px 16px;
    }*/
    .blog-hero {
        padding: 16px 0;
    }
    .author-card {
        flex-direction: column;
        text-align: center;
        padding: 28px;
    }
    .author-card__image {
        align-self: center;
    }
    .author-name {
        font-size: 1.25rem;
    }
    .author-socials {
        justify-content: center;
        gap: .75rem;
    }
    .author-card__content {
        width: 100%;
    }
    .mobile-sticky-bar, .mobile-toc-overlay {
        display: block;
    }   
    .product-card-in-article {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 16px;
    }
    .Product-card-info-content {
        padding-left: 0 !important;
        flex: 0 0 100% !important;
    }
    .blog-meta {
        justify-content: center;
    }
}
@media(max-width: 480px){
    .blog-hero-layout {
        text-align: center;
        padding: 16px 12px;
    }
    .blog-hero {
        padding: 12px 0;
    }
    .author-card {
        margin: 1rem 0;
        padding: 1rem;
    }
    .mobile-sticky-buttons {
        gap: 12px;
    }
    .mobile-sticky-btn {
        padding: 12px 16px;
        font-size: 12px;
    }
  
}


.extra-menu-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 16px 0 10px;
    color: #000;
}



.recentPosts-list-item +.recentPosts-list-item {
    border-top: 1px solid #e6e6e6;
}
.recentPosts-list-item {
    padding: 19px 0 17px;
}

.recentPosts-list-item p.date {
    color: #969696;
    margin: 0;
}

.recentPosts-list-item p.title a {
    color: #000000;
}

.recentPosts-list-item p.title {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}