.hi-module-hide {
    display: none !important;
}
.hide{
    display: none;
}
.fl-l{
    float: left;
}
.fl-r{
    float: right;
}
.arrow-icon-right{
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url(../img/spritesheet.png) no-repeat 40% 10%;
}
.heart-icon-small{
    display: inline-block;
    width: 12px;
    height: 16px;
    cursor: pointer;
    background: url(../img/spritesheet.png) no-repeat 47% 34%;
}
.heart-icon-big,
.search-icon{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #212020;
}
.heart-icon-big svg,
.search-icon svg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    display: block;
}
.heart-icon-big svg{
    transition: color 0.3s ease;
}

/* ---- Like feedback animations ---- */
.hi-blog-post-like .hiblog-icon {
    transition: transform 0.15s ease, color 0.15s ease;
}
.hi-blog-post-like.hiblog-like-animate .hiblog-icon {
    animation: hiblogLikePop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    color: var(--hiblog-c-accent, #2563eb);
}
@keyframes hiblogLikePop {
    0%   { transform: scale(1) rotate(0); }
    30%  { transform: scale(1.45) rotate(-10deg); }
    55%  { transform: scale(0.88) rotate(6deg); }
    75%  { transform: scale(1.12) rotate(-2deg); }
    100% { transform: scale(1) rotate(0); }
}

.heart-icon-big.hiblog-like-animate svg {
    animation: hiblogHeartBeat 0.6s ease both;
    color: #e0245e;
}
@keyframes hiblogHeartBeat {
    0%   { transform: translate(-50%, -50%) scale(1); }
    25%  { transform: translate(-50%, -50%) scale(1.35); }
    45%  { transform: translate(-50%, -50%) scale(0.9); }
    65%  { transform: translate(-50%, -50%) scale(1.18); }
    100% { transform: translate(-50%, -50%) scale(1); }
}
.heart-icon-big::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 2px solid #e0245e;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.85);
}
.heart-icon-big.hiblog-like-animate::after {
    animation: hiblogLikeRing 0.6s ease-out both;
}
@keyframes hiblogLikeRing {
    0%   { opacity: 0.85; transform: scale(0.85); }
    100% { opacity: 0; transform: scale(1.7); }
}
@media (prefers-reduced-motion: reduce) {
    .hi-blog-post-like.hiblog-like-animate .hiblog-icon,
    .heart-icon-big.hiblog-like-animate svg,
    .heart-icon-big.hiblog-like-animate::after {
        animation: none;
    }
}
audio{
    width: 100%;
}

#module-hiblog-blogdesc #left-column,
#module-hiblog-blog #left-column,
#module-hiblog-blogcategory #left-column,
#module-hiblog-blogtag #left-column,
#module-hiblog-blogsearch #left-column,
#module-hiblog-blogauthor #left-column,
#module-hiblog-blogdesc #right-column,
#module-hiblog-blog #right-column,
#module-hiblog-blogcategory #right-column,
#module-hiblog-blogtag #rights-column,
#module-hiblog-blogsearch #rights-column,
#module-hiblog-blogauthor #rights-column {
    padding: 0;
}

#module-hiblog-blogdesc #content-wrapper.right-column,
#module-hiblog-blog #content-wrapper.right-column,
#module-hiblog-blogcategory #content-wrapper.right-column,
#module-hiblog-blogtag #content-wrapper.right-column,
#module-hiblog-blogsearch #content-wrapper.right-column,
#module-hiblog-blogauthor #content-wrapper.right-column {
    padding-left: 0;
}
#module-hiblog-blogdesc #content-wrapper.left-column,
#module-hiblog-blog #content-wrapper.left-column,
#module-hiblog-blogcategory #content-wrapper.left-column,
#module-hiblog-blogtag #content-wrapper.left-column,
#module-hiblog-blogsearch #content-wrapper.left-column,
#module-hiblog-blogauthor #content-wrapper.left-column {
    padding-right: 0;
}
#module-hiblog-blogdesc .page-content,
#module-hiblog-blog .page-content,
#module-hiblog-blogcategory .page-content,
#module-hiblog-blogtag .page-content,
#module-hiblog-blogsearch .page-content,
#module-hiblog-blogauthor .page-content {
    padding-bottom: 1.5rem;
}
.hi-blog-sidebar-block-17{
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-bottom: 1.563rem;
    background: #fff;
    padding: 1.563rem 1.25rem;
}
.hi-blog-sidebar-block > p {
    color: #232323;
    margin-bottom: 1rem;
}

.hi-blog-sidebar-block a {
    color: #232323;
}
.hi-blog-sidebar-block a:hover {
    color: var(--hiblog-c-accent, #2563eb);
}

.hi-blog-sidebar-block.hi-blog-categories-block > ul > li a {
    border-bottom: 1px solid #e2e2e2;
}
.hi-blog-sidebar-block.hi-blog-categories-block > ul > li > ul > li > a {
    padding-left: 14px;
    /*border-bottom: 1px solid #e2e2e2;*/
}
.hi-blog-sidebar-block.hi-blog-categories-block > ul > li > ul > li > ul > li > a {
    padding-left: 28px;
    /*border-bottom: 1px solid #e2e2e2;*/
}
.hi-blog-sidebar-block.hi-blog-categories-block > ul > li a {
    position: relative;
    padding: 10px 0;
    display: block;
}
.hi-blog-sidebar-items img{
    max-width: 100%;
}
.hi-blog-sidebar-block .hi-blog-tree-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
}
.hi-blog-sidebar-block .hi-blog-tree-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    cursor: pointer;
    width: 18px;
    height: 18px;
    background-color: #6c868e;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat center / contain;
    transition: transform .2s ease;
}
.hi-blog-sidebar-block.hi-blog-categories-block > ul > li ul {
    display: none;
}
.hi-blog-sidebar-block.hi-blog-categories-block li.expanded > ul {
    display: block;
}
.hi-blog-sidebar-block.hi-blog-categories-block li.expanded > a > .hi-blog-tree-arrow:before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.hi-blog-sidebar-block a.post-read-more-button{
  font-style: italic;
}
.hi-blog-sidebar-items .post-info-block{
  padding-top: 15px;
}
.hi-blog-sidebar-block.hi-blog-sidebar-posts > ul > li {
    padding: 1.5rem 0;
}
.hi-blog-sidebar-block.hi-blog-sidebar-posts > ul > li:first-child {
    padding-top: 0.5rem;
}
.post-published {
    color: #bfbfbf;
    font-size: 14px;
    padding-bottom: 8px;
}
.post-published .hiblog-icon{
    width: 1.15em;
    height: 1.15em;
    vertical-align: -0.2em;
}
.hi-blog-post-like{
    padding-left: 20px;
}
a.hi-blog-post-like {
    color: #bfbfbf;
}
a.hi-blog-post-like:hover {
    color: var(--hiblog-c-accent, #2563eb);
}

.hi-blog-hover-effect figure {
    position: relative;
    overflow: hidden;
}
.hi-blog-hover-effect figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hi-blog-hover-effect figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.hi-blog-desc-image-hover {
    overflow: hidden;
}
.hi-blog-desc-image-hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hi-blog-desc-image-hover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hi-blog-sidebar-block a.btn-blog-view-all {
    color: #fff;
    max-width: 100%;
    white-space: normal;
}

/* ---- Tags & categories (blog post page) ---- */
.hi-blog-tags-category-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em 1.5em;
    margin-top: 2em;
    padding-top: 1.5em;
    border-top: 1px solid var(--hiblog-c-border, #e5e7eb);
    font-family: var(--hiblog-c-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
    font-size: 0.875em;
    color: var(--hiblog-c-text-secondary, #4b5563);
    line-height: 1.5;
}

.hi-blog-tags,
.hi-blog-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35em;
    color: var(--hiblog-c-text-secondary, #6b7280);
    font-size: inherit;
    margin: 0;
}

.hi-blog-meta-label {
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--hiblog-c-text-secondary, #6b7280);
    margin-right: 0.15em;
    white-space: nowrap;
}

.hi-blog-tags a,
.hi-blog-categories a {
    display: inline-block;
    font-size: 0.85em;
    font-weight: 500;
    color: var(--hiblog-c-accent, #2563eb);
    background: var(--hiblog-c-bg-subtle, #f1f5f9);
    padding: 0.25em 0.7em;
    border-radius: 9999px;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    line-height: 1.5;
}
.hi-blog-tags a:hover,
.hi-blog-categories a:hover {
    background: var(--hiblog-c-accent, #2563eb);
    color: #ffffff;
    box-shadow: 0 1px 4px rgba(var(--hiblog-c-accent-rgb, 37, 99, 235), 0.25);
}

/* ---- Tags block (sidebar widget) ---- */
.hi-blog-tags-block {
    margin-bottom: 12px;
}
.hi-blog-tags-block a {
    display: inline-block;
    font-size: 0.825em;
    font-weight: 500;
    color: var(--hiblog-c-text, #232323);
    background: #f3f4f6;
    padding: 0.3em 0.75em;
    margin: 0 0.3em 0.5em 0;
    border-radius: 9999px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.hi-blog-tags-block a:hover {
    background: var(--hiblog-c-accent, #2563eb);
    color: #ffffff;
    border-color: var(--hiblog-c-accent, #2563eb);
}
.blog-category-image {
    margin: 10px 10px 15px 10px;
}
.blog-posts-container {
    padding-bottom: 10px;
}
.hi-blog-main-header {
    margin: 0 10px 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--hiblog-c-border, #e5e7eb);
}
.hi-blog-main-header__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--hiblog-c-heading, #111827);
    line-height: 1.25;
    margin: 0 0 0.6rem;
}
.hi-blog-main-header__desc {
    font-size: 0.9375rem;
    color: var(--hiblog-c-text-secondary, #6b7280);
    line-height: 1.7;
    margin: 0;
}
.hi-blog-main-header__desc p:last-child {
    margin-bottom: 0;
}
.flexslider.hi-blog-slider {
    margin: 0 0 30px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider.hi-blog-slider .slides li {
    position: relative;
}
.hi-blog-slider img {
    max-width: 100%;
}
.flex-caption {
    position: absolute;
    width: 100%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.hi-blog-search-block form {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--hiblog-c-border, #d1d5db);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.hi-blog-search-block form:focus-within {
    border-color: var(--hiblog-c-accent, #2563eb);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}
.hi-blog-search-block input[type="text"] {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    padding: 0.55rem 0.75rem;
    font-size: 0.875rem;
    color: var(--hiblog-c-heading, #111827);
    outline: none;
}
.hi-blog-search-block input[type="text"]::placeholder {
    color: #9ca3af;
}
.hi-blog-search-block button {
    flex-shrink: 0;
    position: static;
    background: none;
    border: none;
    border-left: 1px solid var(--hiblog-c-border, #d1d5db);
    padding: 0 0.75rem;
    color: var(--hiblog-c-text-secondary, #6b7280);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease, background-color 0.15s ease;
}
.hi-blog-search-block button:hover {
    color: var(--hiblog-c-accent, #2563eb);
    background-color: rgba(0, 0, 0, 0.03);
}
.hi-blog-search-block button .hiblog-icon {
    width: 18px;
    height: 18px;
}
.hi-blog-search-block button span {
    display: none;
}
.hi-blog-search-block .button-search {
    display: none;
}

/* ---- Author card ---- */
.customer-info-block {
    display: flex;
    align-items: flex-start;
    gap: 1.25em;
    background: var(--hiblog-c-bg-subtle, #f9fafb);
    border: 1px solid var(--hiblog-c-border, #e5e7eb);
    border-radius: var(--hiblog-c-radius, 8px);
    margin: 2em 0;
    padding: 1.25em 1.5em;
    font-family: var(--hiblog-c-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
}

.customer-info-block .customer-image {
    flex-shrink: 0;
    width: 64px;
    float: none;
}
.customer-info-block .customer-image img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.customer-info-block .customer-info {
    flex: 1;
    min-width: 0;
    float: none;
    width: auto;
    margin-left: 0;
}

.customer-info-block .customer-info .custome-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75em;
    margin-bottom: 0.35em;
}
.customer-info-block .customer-info .custome-name > a,
.customer-info-block .customer-info .custome-name h2 {
    font-size: 1em;
    font-weight: 650;
    color: var(--hiblog-c-heading, #111827);
    float: none;
    margin: 0;
    line-height: 1.4;
    text-decoration: none;
}
.customer-info-block .customer-info .custome-name > a:hover {
    color: var(--hiblog-c-accent, #2563eb);
}

.customer-info-block .customer-info .social-icons {
    display: flex;
    align-items: center;
    gap: 0.2em;
    float: none;
    font-size: inherit;
    color: inherit;
    margin: 0;
}
.customer-info-block .customer-info .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    transition: opacity 0.15s ease, background-color 0.15s ease;
}
.customer-info-block .customer-info .social-icons a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.05);
}

.customer-info-block .customer-info .social-icons .twitter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23536471'%3E%3Cpath d='M13.808 10.469 20.88 2h-1.676l-6.142 7.353L8.158 2H2.5l7.418 11.12L2.5 22h1.676l6.486-7.765L15.842 22H21.5l-7.693-11.531Zm-2.296 2.748-.752-1.107L4.78 3.3h2.575l4.826 7.11.751 1.107 6.273 9.242h-2.574l-5.12-7.541Z'/%3E%3C/svg%3E");
}
.customer-info-block .customer-info .social-icons .dribbble {
    background-image: url(../img/dribble.svg);
}
.customer-info-block .customer-info .social-icons .behance {
    background-image: url(../img/behance.svg);
}
.customer-info-block .customer-info .social-icons .instagram {
    background-image: url(../img/instagram.svg);
}

.customer-info-block .customer-info .custome-description {
    font-size: 0.9em;
    color: var(--hiblog-c-text-secondary, #4b5563);
    margin-top: 0;
    line-height: 1.65;
}

/* ---- Author profile page ---- */
.hi-blog-author-profile {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: 1.75rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--hiblog-c-border, #e5e7eb);
}

.hi-blog-author-profile__avatar-col {
    flex-shrink: 0;
}

.hi-blog-author-profile__avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--hiblog-c-border, #e5e7eb);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hi-blog-author-profile__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hi-blog-author-profile__avatar--placeholder svg {
    width: 44px;
    height: 44px;
    color: #9ca3af;
}

.hi-blog-author-profile__body {
    flex: 1;
    min-width: 0;
    padding-top: 0.1rem;
}

.hi-blog-author-profile__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 0.6rem;
}

.hi-blog-author-profile__name {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--hiblog-c-heading, #111827);
    margin: 0;
    line-height: 1.3;
}

.hi-blog-author-profile__social {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.hi-blog-author-profile__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.45;
    transition: opacity 0.15s ease, background-color 0.15s ease;
}

.hi-blog-author-profile__social-link:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.05);
}

.hi-blog-author-profile__social-link.twitter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23536471'%3E%3Cpath d='M13.808 10.469 20.88 2h-1.676l-6.142 7.353L8.158 2H2.5l7.418 11.12L2.5 22h1.676l6.486-7.765L15.842 22H21.5l-7.693-11.531Zm-2.296 2.748-.752-1.107L4.78 3.3h2.575l4.826 7.11.751 1.107 6.273 9.242h-2.574l-5.12-7.541Z'/%3E%3C/svg%3E");
}
.hi-blog-author-profile__social-link.instagram {
    background-image: url(../img/instagram.svg);
}
.hi-blog-author-profile__social-link.behance {
    background-image: url(../img/behance.svg);
}
.hi-blog-author-profile__social-link.dribbble {
    background-image: url(../img/dribble.svg);
}

.hi-blog-author-profile__bio {
    font-size: 0.9rem;
    color: var(--hiblog-c-text-secondary, #6b7280);
    line-height: 1.7;
}

.hi-blog-author-profile__bio p:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .hi-blog-author-profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 1.25rem;
        gap: 0.875rem;
    }

    .hi-blog-author-profile__header {
        justify-content: center;
    }

    .hi-blog-author-profile__social {
        justify-content: center;
    }
}
.hi-blog-view-more-button {
    color: #9e9c9c;
    font-size: 14px;
    font-style: italic;
    border-bottom: 1px dotted;
}
.hi-blog-authors-block img {
    max-width: 100%;
}
.hi-blog-author-avatar {
    float: left;
    width: 60px;
}
.hi-blog-author-info {
    float: left;
    width: calc(100% - 60px);
    padding-left: 15px;
}
.hi-blog-author-info a:first-child {
    display: block;
    margin-bottom: 10px;
}
.hi-blog-authors-block.hi-blog-sidebar-block > ul > li {
    padding: 1rem 0;
}
.hi-blog-sidebar-carousel .owl-nav,
.hi-blog-block-carousel .owl-nav,
.hi-blog__related_products__products .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s;
}
.hi-blog-sidebar-carousel:hover .owl-nav,
.hi-blog-block-carousel:hover .owl-nav,
.hi-blog__related_products__products:hover .owl-nav {
    opacity: 1;
}
.hi-blog-sidebar-carousel .owl-nav .owl-prev,
.hi-blog-block-carousel .owl-nav .owl-prev,
.hi-blog__related_products__products .owl-nav .owl-prev {
    left: -15px;
    position: absolute;
}
.hi-blog-sidebar-carousel .owl-nav .owl-next,
.hi-blog-block-carousel .owl-nav .owl-next,
.hi-blog__related_products__products .owl-nav .owl-next {
    right: -15px;
    position: absolute;
}
.hi-blog-sidebar-carousel .owl-nav .owl-prev:focus,
.hi-blog-sidebar-carousel .owl-nav .owl-next:focus,
.hi-blog-block-carousel .owl-nav .owl-prev:focus,
.hi-blog-block-carousel .owl-nav .owl-next:focus,
.hi-blog__related_products__products .owl-nav .owl-prev:focus,
.hi-blog__related_products__products .owl-nav .owl-next:focus {
    outline: 0;
}
.hi-blog-sidebar-carousel .owl-nav .owl-prev span,
.hi-blog-sidebar-carousel .owl-nav .owl-next span,
.hi-blog-block-carousel .owl-nav .owl-prev span,
.hi-blog-block-carousel .owl-nav .owl-next span,
.hi-blog__related_products__products .owl-nav .owl-prev span,
.hi-blog__related_products__products .owl-nav .owl-next span {
    font-size: 40px;
    color: #7a7a7a;
}

.blog_post_position_container.hi-blog-related-posts {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog_post_position_container.hi-blog-related-posts h2.title {
    margin-bottom: 0;
}
#product .blog_post_position_container.hi-blog-related-posts {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.post-image-block .flexslider .slides > li,
.blog-desc-image-block .flexslider .slides > li,
.hi-blog-sidebar-items .flexslider .slides > li {
    text-align: center;
}
.post-image-block .slides img,
.blog-desc-image-block .slides img,
.hi-blog-sidebar-items .slides img {
    width: auto !important;
    display: inline-block;
}
.post-image-block .flexslider,
.hi-blog-sidebar-items .flexslider,
.blog-desc-image-block  .flexslider {
    border: 0;
}
.flex-direction-nav a:before {
    font-size: 16px;
}

.blog-description img {
    max-width: 100%;
    height: auto;
}
.hi-blog-sub-categories {
    margin-bottom: 10px;
}
.hi-blog-sub-categories a {
    display: block;
    color: #9e9c9c;
    font-size: 14px;
    margin-bottom: 3px;
}

@keyframes like-icon-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2) rotate(-5deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.hi-blog-post-like:hover span {
    animation: like-icon-animation 1s ease-in-out;
}

/* Pagination Styles */
.hiblog-pagination {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 30px 0;
    border-radius: 6px;
    background: #ffffff;
}
.hiblog-pagination__numbers a,
.hiblog-pagination__btn
.hiblog-pagination__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px;
    font-size: 14px;
    cursor: pointer;
}
.hiblog-pagination__dots {
    width: 24px;
    height: 24px;
    color: var(--hiblog-c-accent, #2563eb);
    cursor: initial;
}
.hiblog-pagination__numbers a {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    color: #020202;
}
.hiblog-pagination__numbers a:hover {
    color: var(--hiblog-c-accent, #2563eb);
}
.hiblog-pagination__numbers.hiblog-pagination__active a {
    color: #ffffff;
    background: var(--hiblog-c-accent, #2563eb);
    font-weight: 600;
    border: 1px solid var(--hiblog-c-accent, #2563eb);
}
.hiblog-pagination__btn a {
    color: var(--hiblog-c-accent, #2563eb);
}
.hiblog-pagination__btn a .hiblog-icon {
    width: 20px;
    height: 20px;
    display: block;
}
.hiblog-pagination__btn.hiblog-pagination__active {
    color: #2d4848;
    pointer-events: initial;
}
.hiblog-pagination__btn a:hover {
    color: var(--hiblog-c-accent, #2563eb);
}
.hiblog-pagination__disabled {
    pointer-events: none;
}
.blog-desc-info-block img {
    max-width: 100%;
    height: auto;
}
.hi-blog__related_products__title {
    padding: 10px 0;
}
.post-image-block .aplayer,
.blog-desc-image-block .aplayer {
    margin: 2px;
}
.aplayer .aplayer-list ol li {
    display: flex;
}
.aplayer .aplayer-list ol li .aplayer-list-author {
    margin-left: auto;
}

.post-image-block .flexslider,
.blog-desc-image-block .flexslider,
.hi-blog-sidebar-items .flexslider {
    margin-bottom: 16px;
}

.flex-direction-nav a:focus,
.flex-direction-nav a:active,
.flex-direction-nav a.flex-prev:focus,
.flex-direction-nav a.flex-next:focus {
    outline: 0;
    box-shadow: none;
}

/* ---- Built-in image lightbox ---- */
body.hiblog-lightbox-open {
    overflow: hidden;
}
.hiblog-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4vmin;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0s linear 0.28s;
}
.hiblog-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.28s ease;
}
.hiblog-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 14, 18, 0.82);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    cursor: zoom-out;
}
.hiblog-lightbox__stage {
    position: relative;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hiblog-lightbox__img {
    display: block;
    max-width: min(92vw, 1400px);
    max-height: 88vh;
    width: auto;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
    background: #fff;
    opacity: 0;
    transform: scale(0.94);
    transition: opacity 0.3s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.hiblog-lightbox__img.is-ready {
    opacity: 1;
    transform: scale(1);
}
.hiblog-lightbox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border: 3px solid rgba(255, 255, 255, 0.25);
    border-top-color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: hiblogLbSpin 0.8s linear infinite;
}
.hiblog-lightbox.is-loading .hiblog-lightbox__spinner {
    opacity: 1;
}
@keyframes hiblogLbSpin {
    to { transform: rotate(360deg); }
}
.hiblog-lightbox__close,
.hiblog-lightbox__nav {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
    -webkit-appearance: none;
    appearance: none;
}
.hiblog-lightbox__close:hover,
.hiblog-lightbox__nav:hover {
    background: rgba(255, 255, 255, 0.24);
}
.hiblog-lightbox__close:focus-visible,
.hiblog-lightbox__nav:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}
.hiblog-lightbox__close:active,
.hiblog-lightbox__nav:active {
    transform: scale(0.92);
}
.hiblog-lightbox__close {
    top: 3vmin;
    right: 3vmin;
    width: 44px;
    height: 44px;
}
.hiblog-lightbox__close svg {
    width: 22px;
    height: 22px;
}
.hiblog-lightbox__nav {
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
}
.hiblog-lightbox__nav svg {
    width: 26px;
    height: 26px;
}
.hiblog-lightbox__prev {
    left: 3vmin;
}
.hiblog-lightbox__next {
    right: 3vmin;
}
.hiblog-lightbox__counter {
    position: absolute;
    bottom: 3vmin;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    letter-spacing: 0.03em;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
    .hiblog-lightbox__nav {
        width: 42px;
        height: 42px;
        margin-top: -21px;
    }
    .hiblog-lightbox__prev { left: 2vmin; }
    .hiblog-lightbox__next { right: 2vmin; }
    .hiblog-lightbox__img { max-width: 94vw; max-height: 82vh; }
}
@media (prefers-reduced-motion: reduce) {
    .hiblog-lightbox,
    .hiblog-lightbox__img {
        transition: none;
    }
    .hiblog-lightbox__img {
        transform: none;
    }
}