.tax-product_cat #primary, .search  #primary , .post-type-archive-product  #primary {
    padding: 50px 80px;
    background-color: var(--color-light-grey);
}

.woocommerce-products-header {
    margin-top: 10px;
}
.sidebar {
    /*position:sticky;*/
    /*top:30px;*/
    /*height: fit-content;*/
    /*height: -moz-fit-content;*/
    /*max-height: 90vh;*/
    /*overflow-y: scroll;*/
}
.subcategories-list {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    width: -webkit-fill-available;
    padding: 40px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    margin-top: 0;
    flex-wrap: wrap;
    margin-top: 40px;
}

.subcategories-list > a {
    background: #FFF;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    width: calc(20% - 16px);
    text-decoration: none;
    transition: all ease-in-out .3s;
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}

.subcategories-list > a:hover, .subcategories-list > a.active {
    background-color: var(--color-primary);
    color: #FFF;
    grid-gap: 50px;
}

.content-containe {
    display: grid;
    grid-template-columns: 300px 1fr;
    column-gap: 50px;
    margin-top:40px;
}

.filter-mobile-triggers, .filter-mobile-triggers, .mobile-filter-footer {
    display: none;
}



.title-order-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-order-wrap h3 {
    font-size: 36px;
}

.title-order-wrap select {
    padding-bottom: 3px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 25px;
    height: auto;
    border-radius: 0;
    font-size: 90%;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-position: right 0 top 50%;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==)
}

.product_badges {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    width: 100%;
}

.product_badges p {
    font-size: 12px;
    margin: 0 !important;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #657B42;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 10px !important;
    width: fit-content;
    width: -moz-fit-content;
}

.product_badges p.sale:not(.highlight) {
    border: 2px solid #fff;
}

.product_badges p.highlight {
    background-color: #b0bb11;
}
.product_badges p.highlight.black-friday {
    background-color: transparent;
    position: absolute;
    right: 35px;
    padding: 0;
    left: unset;
    top: -15px;
}
.product_badges p.highlight.black-friday img {
    width:130px;
    aspect-ratio: unset!important;
}
.product_badges p.in-stock {
    background-color: #333333;
}

.woocommerce ul.products {
    position: relative;
}

.woocommerce ul.products li.product {
    margin: 0;
}

.woocommerce ul.products li.product .onsale {
    display: none;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 221 / 200;
    object-fit: cover;
    margin: 8px;
    max-width: calc(100% - 16px);
    border-radius: 10px;
}

.woocommerce ul.products li {
    width: 100%;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
    outline: #657B42 solid 8px;
}

.woocommerce ul.products li.product .product-details a, .products-block-post-template .product-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    flex-wrap: wrap;
    background: transparent;
    border-radius: 0;
    margin-bottom: 3px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    letter-spacing: 0px;
    color: #333333;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    width: calc(100% - 115px);
    text-align: left;
    margin: 0;
}

.woocommerce ul.products li.product .product-details .price {
    text-align: right;
    width: 100px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product .product-details .price del, .wc-block-grid__product-price del {
    color: #B4B4B4;
    font-size: 12px;
    font-weight: 500;
    opacity: 1;
}

.woocommerce ul.products li.product .product-details .price ins, .wc-block-grid__product-price ins, .woocommerce ul.products li.product .product-details .price > .woocommerce-Price-amount, .wc-block-grid__product-price > .woocommerce-Price-amount {
    font-size: 20px;
    font-weight: 700;
    color: #657B42;
}
.woocommerce ul.products li.product .product-details .price ins.special-price {
    color: #ff8c17;
}
.price-tax-text {
    text-align: right;
    font-size: 10px;
    font-weight: 700;
    font-family: Montserrat;
    margin: 0;
    color: var(--color-text);
}

.woocommerce ul.products li.product .product-details {
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #E0E0E0;
}

.woocommerce ul.products li.product .product-action-wrap {
    width: 100%;
    margin-top: 0;
}

.woocommerce ul.products li.product .product_featured-specifications {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    border-top: 1px solid #E0E0E0;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.woocommerce ul.products li.product .specifications {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.woocommerce ul.products li.product {
    width: 100%;
}

.woocommerce ul.products li.product .specifications img {
    height: 55px;
    width: auto;
}

.woocommerce ul.products, .woocommerce-page ul.products {
    display: grid;
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style:none;
}

.woocommerce ul.products li.product .product_featured-specifications .specifications p {
    font-size: 13px;
    padding-top: 10px;
}

.woocommerce ul.products li.product .product_featured-specifications .specifications p {
    font-size: 13px;
    padding-top: 10px;
    font-weight: 500;
    min-width: 20px;
    margin: 0;
    line-break: anywhere;
}

.woocommerce ul.products li.product .add_to_cart_button {
    display: none !important;
}

.woocommerce ul.products li.product .horman-logo {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
}

.woocommerce ul.products li.product .horman-logo img {
    border-radius: 0;
    aspect-ratio: unset;
    margin: 0;
    width: 50px;
    max-width: unset;
    outline: none !important;
}

.woocommerce ul.products li.product .horman-logo.harvia img {
    width: auto;
    height: 50px;
}

.woocommerce ul.products li.product .horman-logo.harvia img.holzhofen, .woocommerce ul.products li.product .horman-logo.harvia img.vereinfachte {
    height: 60px;
}

.product-rating {
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    padding-top: 50px;
}

.product-rating .product-rating-title {
    margin-right: 10px;
}
.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5em;
    font-family: "star";
    color: var(--color-primary);
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    width: 126px;
    font-size: 24px;
}

.product-rating .product-rating-value {
    margin-left: 10px;
    font-weight: 500;
}
.woocommerce .star-rating::before {
    content: "\53\53\53\53\53";
    color: var(--color-grey-text);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--color-primary);
}

.stock-sale-filter label {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
}
.stock-sale-filter label input {
    margin-right: 10px;
    opacity: 0;
}
.stock-sale-filter label span {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    border-radius: 3px;
    border: 1px solid #AFAFAF;
}
.stock-sale-filter label input:checked ~ span {
    background-color: #657B42;
    border-color: #657B42;
    background-image: url(/wp-content/themes/weltausholz/assets/images/white-check.svg);

    background-size: 9px;
    background-position: center;
    background-repeat: no-repeat;
}
.stock-sale-filter label p {
    display: inline-block;
    margin: 0;
}
.product-filters .filter-title {
    color: #657B42;
    font-weight: 600;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
}
.single-filter {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 15px;
    padding-top: 15px;
}
.single-filter_title {
    position: relative;
    width: 100%;
    color: #333333;
    display: flex
;
    font-weight: 500;
    justify-content: space-between;
}

.single-filter-content {
    padding-top: 20px;
    padding-bottom: 10px;
}
.single-filter.price .single-filter-content {
    padding: 20px 15px 10px;
    padding-top: 30px;
}
.list .single-filter-content label {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    color: #333;
}
.list .single-filter-content label input {
    margin-right: 10px;
    opacity: 0;
}
.list .single-filter-content label span {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    border-radius: 3px;
    border: 1px solid #AFAFAF;
}
.list .single-filter-content label input:checked ~ span {
    background-color: #657B42;
    border-color: #657B42;
    background-image: url(/wp-content/themes/weltausholz/assets/images/white-check.svg);
    background-size: 9px;
    background-position: center;
    background-repeat: no-repeat;
}
.single-filter_title .expand {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/themes/weltausholz/assets/images/grey-plus.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.price-slider {
    height: 5px;
    border: none;
    background: #E3E3E3;
    margin-bottom: 30px;
}
.single-filter.price .single-filter-content .price-inputs {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}
.price-slider .ui-slider-range {
    background: #657B42;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #657B42;
    border-radius: 100%;
    border: solid 6px #FFF;
    width: 25px;
    height: 25px;
    transition: unset;
    top: -10px;
}
.single-filter.price .single-filter-content label {
    max-width: 130px;
    width: 100%;
    border: 1px solid #BCBCBC;
    border-radius: 10px;
    display: flex
;
    align-items: center;
    position: relative;
    height: 40px;
    padding-right: 5px;
}
.single-filter.price .single-filter-content .price-inputs > span {
    width: 20px;
    height: 1px;
    background: #333;
}
.single-filter.price .single-filter-content label {
    max-width: 130px;
    width: 100%;
    border: 1px solid #BCBCBC;
    border-radius: 10px;
    display: flex
;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    height: 40px;
    padding-right: 5px;
}
.single-filter.price .single-filter-content label input {
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 16px;
    box-shadow: none !important;
    margin: auto;
    width: 100%;
}
.single-filter.price .single-filter-content label span {
    right: 10px;
    color: #657B42;
    font-weight: 500;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 0;
    margin-top:50px;
}
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    display: inline-block;
    margin-right: 0.5em;
    border: 2px solid transparent;
    min-width: 2.5em;
    line-height: 2.25em;
    text-align: center;
    text-decoration: none;
    border-radius: .25rem;
    color: inherit;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #FFF;
}
.woocommerce-pagination .next.page-numbers, .woocommerce-pagination .prev.page-numbers {
    color: transparent !important;
    background-image: url(/wp-content/themes/weltausholz/assets/images/grey-chevron-right-2.svg);
    background-size: 11px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
}
.woocommerce-pagination .prev.page-numbers {
    transform: rotate(180deg);
}
.woocommerce nav.woocommerce-pagination ul li a {
    transition: all ease-in-out .3s;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
    border-color: var(--color-primary);
}

.custom-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100vw;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    display: flex
;
    justify-content: center;
    align-items: center;
}
.custom-loader .the-loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #657B42;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.sidebar-inner-wrap .categories {
    border-top: 1px solid #E3E3E3;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sidebar-inner-wrap .category.has-children {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom:20px;
}
.sidebar-inner-wrap .category.current > a {
    font-weight: 600;
    color: #657B42;
}

.sidebar-inner-wrap .category.has-children .drowpdown-trigger {
    background-image: url(/wp-content/themes/weltausholz/assets/images/grey-chevron-down.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease-in-out .3s;
    cursor: pointer;
}
.sidebar-inner-wrap .category.has-children.active .drowpdown-trigger {
    transform: rotate(180deg);
}

.sidebar-inner-wrap .category.has-children .category-children {
    display: none;
    width: 100%;
}
.sidebar-inner-wrap .category > .category-children .category-child {
    margin-bottom: 10px;
}
.sidebar-inner-wrap .category > .category-children {
    padding-left: 15px;
    padding-top: 10px;
}
.sidebar-inner-wrap .category .category-child a {
    color: var(--color-text);
    font-size:16px;
}
.sidebar-inner-wrap .category .category-child.current a {
    color: #657B42;
}
.sidebar-inner-wrap .category > a {
    width: 100%;
    color: #333333;
    font-weight: 500;
    text-decoration: none !important;
}
.sidebar-inner-wrap .category.current > a {
    font-weight: 600;
    color: #657B42;
}
.sidebar-inner-wrap .category.has-children > a {
    width: calc(100% - 30px);
}

.category-content {
    padding: 50px 80px;
    background-color: #FFF;
}
.category-content .category-content--title {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom:20px;
}
.category-content .category-content--title p {
    margin: 0;
}
.category-content .category-content--title strong{
    color: var(--color-primary);
    font-weight: 600;
}
.category-content .category-content--title::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: var(--color-primary);
    display: inline-block;
}
.product-category-banner {
    grid-column: 1 / -1;
}
.category-points-wrap {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
    align-items: center;
}
.category-points-wrap h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
}
.category-points-wrap h3, .category-points-wrap h4 {
    font-size: 16px;
    font-weight: 600;
}


.category-points-wrap > div:nth-child(1),
.category-points-wrap > div:nth-child(4),
.category-points-wrap > div:nth-child(5),
.category-points-wrap > div:nth-child(8),
.category-points-wrap > div:nth-child(9),
.category-points-wrap > div:nth-child(12),
.category-points-wrap > div:nth-child(13),
.category-points-wrap > div:nth-child(16),
.category-points-wrap > div:nth-child(17)
{
    padding:15px;
    border-radius: 10px;
    background-color: var(--color-light-grey);
}
.category-points-wrap .category-point{
    width:calc(50% - 15px);
}
.category-points-wrap .main-point-wrap {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
    margin-top:40px;
}
.category-points-wrap .main-point-wrap > div{
    width: calc(50% - 15px);
}

.category-faq {
    padding:50px 0 0 0;
}
.category-faq h2 {
    text-align: center;
    font-weight:700;
    margin-bottom:100px;
}
.category-faq-wrap {
    display: flex;
    flex-wrap:wrap;
    gap:30px;
    align-items: flex-start;
}
.category-faq-wrap .category-faq-item {
    width: calc(50% - 15px);
    border-bottom:1px solid var(--color-border);
}
.category-faq-wrap .category-faq-item .category-faq-item-question::after {
    content:'';
    width: 20px;
    height:20px;
    background-image: url(/wp-content/themes/weltausholz/assets/images/green-chevron-bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all ease-in-out .3s;
}
.category-faq-wrap .category-faq-item.active .category-faq-item-question::after {
    transform: rotate(180deg);
}
.category-faq-wrap .category-faq-item .category-faq-item-question {
    font-weight:700;
    font-size: 18px;
    color: var(--color-text);
    margin-bottom:20px;
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: space-between;
    cursor: pointer;
}
.category-faq-wrap .category-faq-item.active .category-faq-item-question {
    color: var(--color-primary);
}
.category-faq-item-answer > p:last-child {
    margin-bottom:0;
}
.category-faq-wrap .category-faq-item .category-faq-item-answer {
    display: none;
    padding-bottom:15px;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: transparent;
    font-weight: 500;
    font-size:16px;
}

.why-us {
    padding:50px 0;
    background-color: var(--color-light-grey);
    background-repeat: no-repeat;
    background-size: cover;
}
.why-us h2 {
    text-align: center;
    margin-bottom:50px;
}
.why-us .container {
    display: flex;
    gap:20px;
    flex-wrap: wrap;
}
.why-us .container .column {
    width: calc(25% - 15px);
    background-color: #FFF;
    border-radius: 10px;
    padding:25px 15px;
}
.why-us .container .column .circle {
    background-color: var(--color-primary);
    width:60px;
    height:60px;
    border-radius: 100%;
    margin: auto;
    margin-bottom:15px;
}
.why-us .container .why-point {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.why-us .container .why-description {
    font-size: 14px;
}
.blog {
    background-color: #FFF;
    padding:50px 0;
}
.blog h2 {
    text-align: center;
    margin-bottom:50px;
}
.blog .container {
    display: flex;
    gap:20px;
    flex-wrap: wrap;
}
.blog .container .column {
    width: calc(25% - 15px);
}
.blog .container .column img {
    margin-bottom:20px;
    width:100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.blog .container .column .post-date {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-grey-text);
}
.blog .container .column .post-title {
    margin-bottom:15px;
    font-size: 18px;
    font-weight:500;
}
.blog .container .column .post-excerpt {
    font-size: 14px;
    font-weight: 200;
    margin-bottom:15px;
}
.blog .container .column .post-link {
    font-weight: 400;
    color: #FFF;
    font-size: 16px;
    width:100%;
    padding:10px 15px;
    background-color: var(--color-primary);
    border-radius: 10px;
    display: block;
    text-align: center;
    transition: all ease-in-out .3s;
}
.blog .container .column .post-link:hover {
    background-color: var(--color-primary-hover);
}
.footer-form {
    background-color: var(--color-light-grey);
}

.mobile-order-popup {
    display:none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: var(--color-light-grey);
    top: 0;
    left: 0;
    z-index: 999;
}
.mobile-order-popup.active {
    display: block;
}
.mobile-filter-header {
    display: flex
;
    justify-content: space-between;
    box-shadow: 0px 5px 10px #7E7E7E0D;
    background-color: #FFF;
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    z-index: 2;
    top: 0;
}
.mobile-filter-header > span {
    display: flex
;
    align-items: center;
    font-size: 18px;
    color: #B1B1B1;
    gap: 10px;
}
.mobile-filter-header .close-mobile-filter {
    color: #657B42;
}

.mobile-filter-header .clear-filter {
    font-weight: 300;
}
.mobile-filter-header .clear-filter img {
    widthg:12px;
    height:12px;
}
.filter-wrap .mobile-filter-header {
    display:none;
}
.mobile-order-popup select.orderby2 {
    outline:none!important;
    width: 100%;
    padding: 15px 10px;
    border: none;
    font-weight:600;
    background-color: #FFF;
    background-position: calc(100% - 15px);
    background-size: 30px;
    background-repeat: no-repeat;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
}
.mobile-order-popup .woocommerce-ordering {
    padding: 0 15px;
}
@media (max-width: 1700px) {
    .woocommerce ul.products li.product .specifications img {
        height: 40px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .tax-product_cat #primary, .category-content , .search  #primary, .category-content , .post-type-archive-product  #primary, .category-content {
        padding: 50px 15px;
    }


    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce ul.products li.product .product_featured-specifications .specifications p {
        font-size: 14px;
    }

    .woocommerce ul.products li.product .specifications img {
        height: 55px;
    }
}

@media (max-width: 1200px) {
    .subcategories-list {
        margin-bottom:0;
    }
    .title-order-wrap {
        display: none;
    }

    body:not(.search) .filter-mobile-triggers {
        display: flex;
        border-bottom: 1px solid #E3E3E3;
    }
    .sidebar {
        margin-bottom:30px;
        position: sticky;
        top:0;
        background-color: var(--color-light-grey);
        z-index: 9;
    }
    .filter-mobile-triggers > div {
        width: 50%;
        display: flex;
        gap: 20px;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 12px;
        color: var(--color-text);
    }

    .filter-mobile-triggers > div img {
        width: 20px;
    }

    .filter-mobile-triggers .filter {
        padding-left: 10px;
        border-left: 1px solid #E3E3E3;
    }

    .filter-wrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #F5F5F5;
        width: 100vw;
        z-index: 9999;
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 80px;
        max-height: 100vh;
        overflow: scroll;
        padding-bottom: 300px;
    }

    .filter-wrap.show {
        display: block;
    }
    .filter-wrap.show .mobile-filter-header {
        display: flex;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .subcategories-list > a {
        width: calc(50% - 10px);
        font-size: 12px;
    }

    .content-containe {
        display: flex;
        flex-direction: column;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 20px;
    }

    .woocommerce ul.products li.product .product_featured-specifications .specifications p {
        font-size: 12px;
    }
}

@media (max-width: 1060px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 1024px) {

    .why-us .container .column {
        width: calc(50% - 10px);
    }
    .blog .container .column {
        width: calc(50% - 10px);
    }

    .woocommerce ul.products li.product .product-details {
        padding-top: 5px;
    }

    .woocommerce ul.products li.product .product_featured-specifications {
        padding-top: 10px;
        margin-top: 15px;
        padding-bottom: 10px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px;
    }

    .woocommerce ul.products li.product .specifications img {
        height: 55px;
    }

}


@media (max-width: 850px) {
    .woocommerce ul.products li.product .horman-logo img {
        width: 40px;
    }

    .woocommerce ul.products li.product .horman-logo {
        bottom: 63px;
        height: 50px;
        width: 40px;
    }

    .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link::after {
        content: 'Zum produkt';
        width: 80%;
        left: 50%;
        transform: translatex(-50%);
        height: 30px;
        background-image: url(/wp-content/themes/weltausholz/assets/images/white-chevron-right.svg);
        background-size: 7px;
        background-position: calc(50% + 70px);
        background-repeat: no-repeat;
        bottom: 20px;
        border: 1px solid #FFF;
        border-radius: 9px;
        display: block;
        position: absolute;
        color: #FFF;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 14px;
        z-index: 3;
        background-color: rgba(255, 255, 255, .2);
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product .specifications img {
        height: 40px;
    }
    .category-points-wrap .category-point, .category-points-wrap .main-point-wrap > div {
        width: 100%;
    }
    .category-faq-wrap .category-faq-item {
        width: 100%;
    }
    .category-faq h2 {
        margin-bottom: 50px;
    }
}
@media (max-width: 650px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 500px) {
    .woocommerce ul.products li.product .product_featured-specifications .specifications p {
        font-size: 14px;
    }

    .why-us .container .why-point {
        font-size: 18px;
    }
    .why-us .container .column .circle {
        display:none;
    }
    .why-us .container .why-description {
        font-size: 12px;
    }
}

@media(max-width:385px) {
    .product_badges p.highlight.black-friday img {
        width:100px;
    }
}
@media(max-width:375px) {
    .blog .container .column {
        width: 100%;
    }
}