

@media (max-width: 992px) {
    #category-head-block {
        padding: 10px;
    }

    body#category #pshowblog_entries {
        grid-template-columns: 1fr 1fr!important;
    }
}

.category-name .bg-sprites {
    padding: 20px 25px 0px 25px;
    margin-right: 15px;
    background-color: #444444;
}



.category-name h1 {
    
}

.category-module-white {
    width: 32px;
    height: 32px;
}

.category-desc {
    font-size: 16px;
    margin-top: 8px;
}

#link-more-block {
    text-align: center;
    margin: 5px 0;
}

#link-more-block #link-more {
    color: #666A80;
    text-decoration: none;
}

#link-more-block #link-more .sprites {
    width: 7px;
    height: 8px;
    margin-right: 10px;
    background-position: -11px -58px;
}

#link-more-block #link-more.unactive .sprites {
    background-position: -43px 0;
}

#category .container-header {
    margin-top: 30px;
    display: none;
}

.container-header .count {
    color: inherit;
    font-weight: bold;
}

#navigation-panel {
    padding: 20px;
    background-color: #f4f5f7;
}

#navigation-panel .display {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#navigation-panel .display li {
    display: inline-block;
    margin-left: 5px;
}

#navigation-panel .display li .sprites {
    top: 4px;
}

#navigation-panel .display li.selected .sprites.view-grid {
    background-position: -25px 0;
}

#navigation-panel .display li.selected .sprites.view-list {
    background-position: -102px -112px;
}

.productsSortForm,
.nbrItemPage,
.psVersionSort {
    display: inline-block;
    float: left;
    width: auto;
    margin-left: 20px;
}

#load-more-products {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: white;
}

#load-more-products .info.loading,
#load-more-products .info.end {
    font-style: italic;
    display: none;
    position: absolute;
}

#load-more-products .info.loading img {
    position: relative;
    top: -2px;
}

#ajax-load-more-products {
    color: #30AD2B;
    text-decoration: none;
    padding: 8px 10px;
}

#ajax-load-more-products span {
    margin-right: 10px;
}

#ajax-load-more-products:hover {
    background: linear-gradient(to right, #2D2B2C, #30AD2B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .category-name {
        margin: 0;
        padding: 0 0 15px;

    }

    #navigation-panel {

    }

    body#category #pshowblog_entries {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px 30px;
        padding: 10px 0!important;
    }

    #pshowblog_entries article .entry_title_anchor h2 {
        font-size: 10pt!important;
        margin: 0!important;
    }

    .productsSortForm,
    .nbrItemPage,
    .psVersionSort {
        width: 100%;
        margin-left: 0;
        padding: 5px;
    }

    .productsSortForm select,
    .nbrItemPage select,
    .psVersionSort select {
        font-size: 16px;
        width: 100%;
        height: 35px;
    }

    .category-desc {
        font-size: 14px;
        margin-top: 0px;
    }

    #category .container-header {
        margin: 0!important;
        width: 100%;
        display: none;
    }

    .entry_content-description {

    }
    body#category #pshowblog_entries {
        grid-template-columns: 1fr;
    }
    .products-list-view-toggler {
        clear: both;
        padding: 20px 10px 0;
    }
}

@media (max-width: 425px) {
    .category-name {
        font-size: 18px!important;
    }
    .count {
        font-size: 14px!important;
    }
    .category-name .bg-sprites {
        padding: 5px 5px 2px 8px!important;
        height: fit-content;
    }
    .category-heading {
        line-height: 15px!important;
    }
    body#category #pshowblog_entries {
        grid-template-columns: 1fr!important;
    }
}

.pshowblog_entry {
    border-radius: 15px;
}

.category-heading {
    display: flex; 
    flex-direction: column;
    line-height: 30px; 
}

.category-heading h2 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

body#category #pshowblog_entries {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 30px;
}

body#category #pshowblog_entries .article_grid > article {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
}


.category-blog-entries .article_grid .entry_date {
    display: none;
}

.category-blog-entries .article_grid h2 {
    padding: 0;
    color: #444444!important;
    margin: 0!important;
}

.category-blog-entries .article_grid .entry_content  {
    padding: 0;
    top: 0;
}

.category-blog-entries .article_grid .entry_content .pshowblog_entry_heading {
    display: none;
}

.category-blog-entries .article_grid .entry_content .entry_content-description p {
    text-align: left;
    font-family: "Casper";
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #374658;
    padding: 10px 0 0;
}

.category-blog-entries .article_grid .entry_content .entry_content-category {
    display: none;
}

.products-list-view-toggler {
    display: flex; 
    justify-content: flex-end; 
    align-items: center; 
    gap: 10px; cursor: pointer;
}
.products-list-view-toggler i {
    font-size: 28px!important;
    vertical-align: -webkit-baseline-middle;
}

.products-list-view-toggler a {
    opacity: 0.6;
}

.products-list-view-toggler a.active {
    opacity: 1;
}

.products-list-view-toggler i:hover {
    color: var(--cta-green);
}