html {
    scroll-behavior: smooth;
}

body {
    background: var(--color-light-grey);
}

.product-gallery-wrap {
    position: relative;
}

.product-gallery {
    height: 100%;
    max-height: 600px;
}

#wc-stripe-express-checkout__order-attribution-inputs {
    display: none !important;
}

.product-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery-thumb {
    position: absolute;
    top: 40px;
    right: 95px;
    height: calc(100% - 90px);
    width: 190px;
}

.product-gallery-thumb .swiper-wrapper {
    flex-direction: column;
}

.product-gallery-thumb .swiper-slide {
    cursor: pointer;
    margin-bottom: 20px;
    height: calc(100% / 4 - 20px);
}

.product-gallery-thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #FFFFFF80;
    box-sizing: border-box;
}

.product-gallery-thumb .swiper-slide.swiper-slide-active img {
    border: 3px solid #657B42;
}

.product-gallery-thumb_next {
    position: absolute;
    right: 190px;
    bottom: 30px;
    z-index: 2;
    cursor: pointer;
}

#primary > .type-product {
    padding: 0px 80px;
    background-color: var(--color-light-grey);
}

#primary > .breadcrumb {
    padding: 30px 80px;
    background-color: var(--color-light-grey);
}

.product_options_hidden {
    display: none !important;
}

body.single-product .summary.entry-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.single-product div.product .product_title .sku {
    width: 100%;
    font-size: 18px;
    color: #B4B4B4;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}


body.single-product span.onsale {
    opacity: 0;
    position: static;
    display: block;
    height: 150px;
}

body.single-product .content-area {
    margin-top: 30px;
}

.single-product .kadence-breadcrumbs {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: calc(50% - (var(--global-vw, 100vw) / 2));
    margin-right: calc(50% - (var(--global-vw, 100vw) / 2));
    max-width: 100vw;
    width: 100vw !important;
    padding-right: var(--global-kb-spacing-xxl, 5rem);
    padding-left: var(--global-kb-spacing-xxl, 5rem);
}

body.single-product .kadence-breadcrumb-container, body.single-product .kadence-breadcrumb-container a {
    color: #D3D3D3;
    text-decoration: none;
}

body.single-product .kadence-breadcrumb-container .kadence-bread-current {
    color: #333333;
}

body.single-product .quantity {
    display: none;
}

body.single-product #wc-stripe-express-checkout-element {
    display: none !important;
}

body.single-product .summary.entry-summary .stock.in-stock {
    display: none !important;
}

body.single-product .summary.entry-summary {
    display: flex;
    top: 0;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0 !important;
}

body.single-product .summary.entry-summary .product_featured-specifications, body.single-product .summary.entry-summary .sticky {
    display: none;
}

body.single-product .summary.entry-summary.ready {
    position: fixed;
    bottom: -300px;
    left: 0;
    top: unset;
    width: 100vw;
    z-index: 9999999;
    background: #FFF;
    padding: 0px 80px;
    padding-top: 25px;
    padding-bottom: 20px;
    margin: 0;
    box-shadow: 0px -5px 15px #0000001A;
    transition: all ease-in-out .3s;
}

body.single-product .summary.entry-summary.ready.fixed {
    bottom: 0px;
}

body.single-product div.product .product_title, body.single-product div.product .product_title .entry-title {
    font-weight: 500;
    max-width: 900px;
    font-size: 36px;
}

body.single-product div.product .product_title .sku {
    width: 100%;
    font-size: 18px;
    color: #B4B4B4;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

body.single-product .summary.entry-summary.ready .product-price-separator.last {
    /*display: none;*/
}

body.single-product .summary.entry-summary.ready .product-price-separator.sticky {
    display: inline-block;
}

body.single-product .summary.entry-summary.ready .product_featured-specifications {
    border: none;
    display: flex;
    margin: 0;
    padding: 0;
    column-gap: 20px;
}

body.single-product .summary.entry-summary.ready .product_title .entry-title {
    font-size: 24px;
    font-weight: 500;
    max-width: 420px;
}

body.single-product .summary.entry-summary.ready .price-wrap .price ins {
    font-size: 28px;
}

body.single-product .summary.entry-summary.ready .price-wrap .price del {
    font-size: 16px;
}

body.single-product .summary.entry-summary.ready .price-wrap .price-tax-text {
    /*display: none;*/
}

body.single-product .summary.entry-summary .product-price-separator {
    height: 64px;
}

body.single-product div.product form.cart {
    margin: 0;
}

body.single-product .price-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
}

body.single-product .price-wrap .price {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

body.single-product .price-wrap .price ins {
    font-size: 36px;
    color: #657B42;
    line-height: 1;
    font-weight: 700;
}
body.single-product .price-wrap .price ins.special-price {
    color: #ff8c17;
}

body.single-product .price-wrap .price del {
    color: #B4B4B4;
    font-size: 20px;
    opacity: 1 !important;
}

body.single-product .price-wrap .price > span bdi {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    opacity: 1 !important;
}

body.single-product div.summary .price-wrap p {
    margin: 0;
}

body.single-product .price-wrap .price-tax-text {
    margin: 0 !important;
    margin-top: 5px !important;
    font-weight: 700;
    font-size: 10px;
}

body.single-product .single_add_to_cart_button {
    padding: 20px 40px !important;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1 !important;
    height: auto !important;
    background-color: var(--color-primary);
    color: #FFF;
    border-color: var(--color-primary);
    cursor: pointer;
}

body.single-product .single_add_to_cart_button:hover {
    background-color: #3a4824;
}

body.single-product .single_add_to_cart_button img {
    display: none;
}

body.single-product form.cart .button {
    float: none !important;
}

body.single-product div.product form.cart {
    display: flex;
    gap: 30px;
    padding-left: 15px;
}

body.single-product div.product .get_quote {
    border-radius: 10px;
    font-weight: 600;
    background: #FFF;
    color: #657B42;
    border: 1px solid #657B42;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 16px;
    padding: 13px 40px;
    cursor: pointer;
}

body.single-product .product-price-separator {
    background: #D8D8D8;
    height: 75px;
    width: 1px;
}

.kt-modal-container {
    border-radius: 15px;
}

.kt-modal-overlay .kt-modal-close {
    top: 15px;
    right: 15px;
}

.kb-advanced-form textarea {
    resize: none;
}

.pdf .kb-splide .splide__arrow {
    background: transparent;
    box-shadow: none;
}

.pdf .kt-modal-overlay .kt-modal-close {
    left: unset;
    right: 15px;
}

.product-form .kt-blocks-modal-link {
    display: none;
}

.product_specifications {
    display: flex;
    flex-wrap: wrap;
}

.product_specifications .specifications {
    width: 50%;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 14px 30px;
}

.product_specifications .specifications:nth-child(4n), .product_specifications .specifications:nth-child(4n + 1) {
    background-color: #fff;
}

.product_specifications.advantages {
    column-gap: 0px;
    overflow: hidden;
}

.product_specifications.advantages .specifications {
    width: calc(100% / 3);
    color: #333333;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    border: 1px solid #E8E8E8;
    margin: -1px;
    padding: 0px 30px;
}

.product_specifications.advantages .specifications:nth-child(even) {
    background-color: transparent;
}

.product_specifications .specifications p {
    margin: 0;
    line-break: anywhere;
}

.product_specifications .specifications img {
    height: 60px;
    width: auto;
    margin-right: 10px;
}

.product_specifications.advantages .specifications img.advantages-image {
    max-width: 110px;
    height: auto;
    border-radius: 10px;
    padding: 0px;
}

.option-image-popup-wrap .option-image-popup {
    display: flex;
}

.option-image-popup-wrap .option-image-popup .option-image-popup__img {
    width: auto;
    height: auto;
    margin: auto;
    padding: 20px;
    max-height: 100%;
    max-width: 100%;
}

.product_specifications .specifications .value {
    font-weight: 500;
    padding-right: 0px;
    text-align: right;
    margin-left: auto;
}

.product_specifications.advantages .specifications .value {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

.product_specifications.advantages .specifications .separator {
    height: 38px;
    width: 1px;
    background-color: #697756;
}

.product_specifications.advantages .specifications .popup-description-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.product_specifications .specifications div {
    display: flex;
    gap: 20px;
    align-items: center;
}

.product_options {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.product_options .option {
    width: calc(50% - 15px);
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    height: max-content;
    height: -moz-max-content;
}

.product_options .option > img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.accessory img {
    cursor: pointer;
}

.product_options .option > .option-values {
    max-width: calc(100% - 210px);
}

.product_options .option.white {
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.product_options .option p {
    margin: 0;
    margin-bottom: 10px;
}

.product_options .option .name {
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.product_options .option .name img {
    width: 20px;
    height: auto;
    cursor: pointer;
}

.product_options .option-values {
    padding-top: 10px;
}

.product_options .option-values.split {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.product_options .option .value {
    font-weight: 400;
    color: #333333;
    margin-bottom: 13px;
    position: relative;
    font-size: 12px;
}

.product_options .option-popup_options .text {
    font-size: 15px;
}

.product_options .option-values.split > .value {
    width: calc(50% - 10px);
}

.product_options .option .value label {
    display: flex;
}

.product_options .option .value input {
    margin-right: 8px;
    opacity: 0;
}

.product_options .option .value .custom_radio {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    border-radius: 100%;
    border: 1px solid #B1B1B1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_options .option .value input:checked ~ .custom_radio {
    border-color: #657B42;
}

.product_options .option .value input:checked ~ .custom_radio::before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #657B42;
}

.product_featured-specifications {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    border-top: 1px solid #E0E0E0;
    padding-top: 20px;
    margin-top: 10px;
    padding-bottom: 20px;
}

.product_featured-specifications .specifications {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.product_featured-specifications .specifications img {
    height: 55px;
    width: auto;
}


body.home .product_featured-specifications .specifications p {
    font-size: 16px;
    padding-top: 10px;
}

.product_featured-specifications .specifications p {
    font-size: 13px;
    font-weight: 500;
    min-width: 20px;
    padding-top: 10px;
    margin: 0;
    line-break: anywhere;
}

.option-popup-wrap {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease;
    padding-bottom: 140px;
}

.option-popup-wrap.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product_options .product_accessories {
    width: 100%;
    border-top: 1px solid #D8D8D8;
    padding-top: 20px;
    gap: 20px;
}

.option-popup-wrap .option-popup {
    background: #fff;
    border-radius: 15px;
    padding: 60px 40px;
    position: relative;
    max-width: 1200px;
    width: 100%;
    max-height: calc(80vh - 140px);
    height: calc(80vh - 140px);
    opacity: 0;
    transition: transform .22s ease, opacity .22s ease;
}

.option-popup-wrap.show .option-popup {
    opacity: 1;
}

.option-popup-wrap .option-popup .option-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    font-size: 42px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option-popup-wrap .option-popup .dropdown-toggle {
    display: none;
}

.option-popup-wrap .option-popup .option-popup__title {
    font-size: 36px;
    margin-bottom: 20px;
}

.option-popup-wrap .option-popup .option-popup_options img.more_info_image {
    width: 80px;
    height: auto;
}

.option-popup-wrap .option-popup .option-popup_options .option-description {
    display: none;
    font-size: 14px;
    font-weight: 300;
}

.option-popup-wrap .option-popup .option-popup_options .value {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 20px 10px 20px 30px;
    border-radius: 10px;
}

.option-popup-wrap .option-popup .value input:checked ~ .text {
    color: #657B42;
    font-weight: 600;
}

.option-popup-wrap .option-popup .option-popup_options .value:nth-child(even) {
    background: #F8F8F8;
}

.option-popup-wrap .option-popup .option-popup_options label {
    position: relative;
}

.option-popup-wrap .option-popup .option-popup_options {
    display: flex;
    height: calc(100% - 64px);
}

.option-popup-wrap .option-popup .option-popup_options > div {
    width: 50%;
}

.option-popup-wrap .option-popup .option-popup_options > div:nth-child(1) {
    overflow-y: scroll;
    border-right: 1px solid #E3E3E3;
    padding-right: 30px;
    height: 100%;
}

.option-popup-wrap .option-popup .option-popup_options > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.option-popup-wrap .option-popup .option-popup_options .option-popup__option-description {
    height: 100%;
    overflow-y: scroll;
    font-size: 14px;
}

.option-popup-wrap .option-popup .option-popup_options .option-popup__option-description * {
    font-size: 14px;
}

.option-popup-wrap .option-popup .option-popup_options .option-popup__option-description p {
    margin-bottom: 15px;
}

.option-popup-wrap .option-popup .option-popup_options .option-popup__option-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
}

.option-popup-wrap .option-popup .option-popup_options .option-popup__option-title span {
    font-size: 24px;
    color: #657B42;
    font-weight: 600;
}

.product-mobile-option {
    display: none;
}

.product-pdfs-wrap {
    position: relative;
}


.product_accessories {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.product_accessories .option-popup-wrap .option-popup {
    overflow-y: scroll;
    height: auto;
}

.product_accessories .option-popup-wrap .option-popup .option-popup__title {
    margin-top: 0;
}

.option-popup-wrap .option-popup.payment-popup {
    overflow: hidden !important;
    max-width: 500px;
    height: auto;
}

.product_accessories-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 80px;
    padding-top: 50px;
    border-top: 2px solid #B1B1B1;
}

.product_accessories .accessory {
    padding: 15px 20px;
    border-radius: 10px;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    gap: 30px;
    width: calc(25% - 23px);
}

.product_accessories .accessory-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.product_options .product_accessories .accessory-image {
    display: none;
}

.product_options .product_accessories .accessory {
    width: calc(33% - 12px);
    padding: 0;
    border: none;
    align-items: flex-start;
    gap: 15px;
    background: transparent;
    display: none;
}

.product_options .product_accessories .accessory.show {
    display: flex;
}

.product_options .product_accessories .accessory .accessory-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 10px;
}

.product_accessories .accessory .accessory-data {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    /* 	    width: calc(100% - 150px); */
    width: 100%;
}

.product_accessories .accessory .accessory-data .accessory-info {
    position: absolute;
    top: 7px;
    right: 6px;
    cursor: pointer;
}

.product_accessories .accessory .accessory-data > div:not(.accessory-actions) {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-right: 20px;
}

.product_accessories .accessory .accessory-data .accessory-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 14px;
    padding-right: 25px;
    font-weight: 600;
}

.product_accessories .accessory-add {
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 3px;
}

.product_accessories input.accessory-add {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.product_accessories .option-popup .accessory-add {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 3px;
}

.product_accessories .accessory-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: space-between;
}

.product_accessories .option-popup .accessory-actions {
    justify-content: flex-start;
    gap: 10px;
}

.product_accessories .accessory-quantity {
    display: flex;
    gap: 3px;
}

.product_accessories .accessory-quantity-minus, .product_accessories .accessory-quantity-plus {
    border: 1px solid #707070;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}

.product_accessories .accessory-quantity-input {
    width: 20px;
    padding: 0;
    text-align: center;
    background: transparent;
    border: none;
    font-size: 14px;
}

.product_accessories .accessory-price {
    margin-top: 0;
    font-size: 14px;
    color: #657B42;
}

.product_accessories .option-popup .accessory-price {
    font-size: 18px;
    margin-top: -10px;
}

.product_options .product_accessories .option-popup .accessory-price {
    margin-bottom: 10px;
}

.product_options .product_accessories .option-popup .option-popup__description {
    margin-top: 10px;
}

.product-pdf-content {
    display: flex;
    gap: 30px;
}

.product-pdf-content > .column {
    width: calc(50% - 15px);
}

.swiper.product-pdfs .swiper-slide {
    width: 33%;
    background-color: #FFF;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
}

.swiper.product-pdfs .swiper-slide::after {
    position: absolute;
    top: 15px;
    right: 15px;
    content: '';
    background-image: url(/wp-content/themes/weltausholz/assets/images/lense.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.product-pdfs-wrap .swiper-button-next:after, .product-pdfs-wrap .swiper-button-prev:after {
    font-size: 20px;
    background-color: rgba(0, 0, 0, .2);
    color: #FFF;
    transition: all ease-in-out .3s;
    border-radius: 5px;
    padding: 15px 10px;
}

.product-pdfs-wrap:hover .swiper-button-next:after, .product-pdfs-wrap:hover .swiper-button-prev:after {
    background-color: rgba(0, 0, 0, .4);
}

.product-pdf-content {
    padding-top: 30px;
    padding-bottom: 50px;
}

.product-pdf-content .pdf-popup span {
    color: #FFF;
    background-color: var(--color-primary);
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    transition: background-color ease-in-out .2s;

}

.product-pdf-content .pdf-popup span:hover {
    background-color: var(--color-primary-hover);
}

.product-pdf-content .pdf-popup {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.product-pdf-content .pdf-popup::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: var(--color-primary);
    display: inline-block;
}

.product-pdf-content .information-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}

.product-pdf-content .information-title::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: var(--color-primary);
    display: inline-block;
}

.product-pdf-content .statment {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-pdf-content .statment p {
    margin: 0;
}

.product-advantages {
    background-color: #efefef;
    border-radius: 15px;
    border: 1px solid var(--color-primary);
    padding: 20px 50px;
    margin-bottom: 50px;
}

.product-advantages h2 {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.product-advantages h2::before, .product-advantages h2::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: var(--color-primary);
    display: inline-block;
}

.service-cards {
    margin-bottom: 50px;
    display: flex;
    gap: 30px;

}

.service-card {
    width: calc(50% - 15px);
    background: #FFF;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.service-card .service-copy {
    padding-left: 15px;
}

.service-card .service-col.price-col {
    height: 100%;
    padding: 0 15px;
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    display: flex;
    align-items: center;
}

.service-col.info {
    display: flex;
    gap: 20px;
}

.service-icon {
    width: 110px;
    height: auto;
    flex: 0 0 110px;
}

/* text */
.service-copy .service-title {
    font-size: 16px;
    color: var(--color-text);
    font-weight: 500;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-copy .service-title img {
    cursor: pointer;
}

.service-copy p {
    margin: 0;
    color: #b1b1b1;
    font-size: 14px;
}

/* price blocks */
.price-head {
    margin: 0 0 10px;
    color: #b1b1b1;
    font-weight: 600;
}

.price-row {
    font-size: 16px;
}

.price-row strong {
    font-size: 18px;
    color: #000;
}

.price-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.price-list li {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #b1b1b1;
    text-align: center;
}

.price-list li .price-list_price {
    color: var(--color-text);
    font-weight: 500;
}

.price-list strong {
    color: #000
}


.service-cards .btn {
    color: #FFF;
    background-color: var(--color-primary);
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    width: max-content;
    text-align: center;
    font-size: 14px;
}

.product-options-wrap {
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 50px;
}

.product-options-wrap > p {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.card {
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
    background-color: #FFF;
}

.card .column-image img {
    height: 150px;
    width: 150px;
    object-position: top;
    object-fit: contain;
    border-radius: 100%;
}

.card .column-text .position {
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 600;
    color: var(--color-primary);
}

.card .column-text .name {
    font-weight: 500;
    margin-bottom: 10px;
}

.card .column-text .phone {
    color: var(--color-text);
    font-weight: 200;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    transition: all ease-in-out .3s;
}

.card .column-text .phone:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

.product-description-wrap {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding-top: 50px;

}

.short-description, .basic-package {
    position: relative;
    padding-bottom: 50px;
}

.technical-data, .basic-package, .start-here {
    padding-top: 50px;
    padding-bottom: 50px;
}

.short-description::before {
    content: '';
    width: calc(100vw - 15px);
    background-color: #FFF;
    left: -80px;
    top: -50px;
    height: calc(100% + 50px);
    position: absolute;
}

.basic-package::before {
    content: '';
    width: calc(100vw - 15px);
    background-color: #FFF;
    left: -80px;
    top: 0px;
    height: 100%;
    position: absolute;
}

.basic-package > * {
    position: relative;
}

.product-description-wrap > .column {
    position: relative;
    z-index: 2;

}

.product-description-wrap > .column:nth-child(1) {
    flex: 1;
}

.product-description-wrap > .column:nth-child(2) {
    width: 500px;
    position: sticky;
    top: 50px;
}

.product-description-wrap > .column:nth-child(2) ul {
    margin: 0;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 10px 25px 10px 25px;
    display: flex;
    background-color: #f5f5f5;
    flex-direction: column;
    list-style: none;
    margin-top: 30px;
}

.product-description-wrap > .column:nth-child(2) ul li {
    border-radius: 10px;
}

.product-description-wrap > .column:nth-child(2) ul li > a {
    display: flex;
    padding: 20px 23px;
    width: 100%;
    color: var(--color-text);
    font-weight: 500;
    transition: all ease-in-out .3s;
    align-items: center;
    gap: 15px;
}

.product-description-wrap > .column:nth-child(2) ul li.active > a {
    color: var(--color-primary);
}

.product-description-wrap > .column:nth-child(2) ul li:nth-child(even) {
    background-color: #FFF;
}

.product-description-wrap h2 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.short-description > * {
    position: relative;
}

.product-description-wrap h2::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: var(--color-primary);
    display: inline-block;
}


/* layout */
.basic-package .desktop-tabs, .start-here .desktop-tabs {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    align-items: start;
}


.basic-package .column:last-child, .start-here .column:last-child {
    padding-left: 36px;
    border-left: 1px solid var(--color-border);
    height: 100%;
}

.basic-package h2, .start-here h2 {
    margin-bottom: 50px;
}

.start-here .points-wrap p:nth-child(even) {
    background-color: #FFF;
}

/* list on the left */
.points-wrap {
    display: grid;
}

.points-wrap p[index="0"] {
    display: none !important;
}

.points-wrap p {
    margin: 0;
    padding: 25px 50px 25px 20px;
    color: var(--color-text);
    cursor: pointer;
    position: relative;
    transition: background .15s ease, color .15s ease, box-shadow .15s ease;
    display: flex;
    align-items: center;
    font-weight: 500;
    border-radius: 10px;
}

.points-wrap p:nth-child(even) {
    background-color: var(--color-light-grey);
}

.points-wrap p.active {
    color: var(--color-primary);
}

/* plus/minus symbol at the right */
.points-wrap p::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    line-height: 1;
    color: #bdbdbd;
}

.points-wrap p.active::after {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--color-primary);
}

/* description on the right */
.points-description-wrap > div {
    display: none;
}

.points-description-wrap > div.active {
    display: block;
}

.points-description-wrap p {
    color: var(--color-text);
    margin: 0;
}

.points-description-wrap a {
    color: var(--color-primary);
}

/* small helpers */
.points-wrap p[hidden] {
    display: none !important;
}

.related.products h2 {
    text-align: center;
}

.related.products h2:nth-of-type(2) {
    margin-top: 50px;
    margin-bottom: 50px;
}

.related.products {
    padding: 100px 15px !important;
    position: relative;
}

.related.products > * {
    position: relative;
    z-index: 2;
}

.related.products::before {
    content: '';
    width: calc(100vw - 15px);
    background-color: #FFF;
    left: calc((-100vw + 1440px) / 2);
    top: 0;
    height: 100%;
    position: absolute;
}

.related.products h2 span {
    color: var(--color-primary);
    font-weight: bolder;
}

.blog {
    background-color: var(--color-light-grey);
    padding: 100px 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);
}


.product_badges {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
}

.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 .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;
}

.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;
}

.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;
}

.product_featured-specifications .specifications {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.product_featured-specifications .specifications img {
    height: 55px;
    width: auto;
}

body.home .product_featured-specifications .specifications p {
    font-size: 16px;
    padding-top: 10px;
}

body.home .product_featured-specifications .specifications p {
    font-size: 16px;
    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;
}

.related.products {
    max-width: 1440px;
    padding: 0 15px;
    margin: auto;
}


.product-tags a {
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    background-color: #657b42;
    color: #FFF;
    text-decoration: none;
    padding: 4px 16px;
}

.product-tags a:hover {
    background-color: #3a4824;
}

.product-tags {
    display: flex;
    gap: 20px;
    justify-content: center;
    list-style: none;
}

.product-faq-wrap {
    background-color: #FFF;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.product-faq-wrap::before {
    content: '';
    width: calc(100vw - 15px);
    background-color: #FFF;
    left: -80px;
    top: 0;
    height: 100%;
    position: absolute;
}

.product-faq-wrap > * {
    position: relative;
    z-index: 2;
}

.product-faq-wrap h2 {
    text-align: center;
    margin-bottom: 50px;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* remove default marker for consistent chevron */
.faq-item summary::-webkit-details-marker,
.faq-item summary::marker {
    display: none;
}

.faq-item {
    border-bottom: 1px solid #E8E8E8;
    padding: 18px 0;
    margin: 0;
}

details.faq-item {
    background: transparent;
}

.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    line-height: 1.25;
}

/* subtle spacing under the line like in image */
.faq-column .faq-item + .faq-item {
    margin-top: 6px;
}

.faq-question:focus {
    outline: none;
}

.faq-answer {
    padding: 12px 0 0 0;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 12px;
    display: none;
}

/* show answer when open */
details[open] .faq-answer {
    display: block;
}

/* chevron image */
.faq-chevron {
    transition: transform 0.28s ease, filter 0.28s ease;
    width: 18px;
    height: 18px;
    margin-left: 12px;
    filter: grayscale(100%) brightness(0.9);
}

/* active / open state: green question text and chevron */
details[open] .faq-question {
    color: #657B42;
    font-weight: 700;
}

details[open] .faq-chevron {
    transform: rotate(-180deg);
    filter: none;
}

/* answer container uses full width under question, no extra bg */
.faq-answer {
    background: transparent;
    border-radius: 0;
    margin: 0;
}

/* Basic package responsive */
@media (min-width: 769px) {
    .mobile-accordion {
        display: none;
    }
}

@media (max-width: 768px) {
    .basic-package .desktop-tabs, .start-here .desktop-tabs {
        display: none;
    }
}

.mobile-accordion > div {
    border-bottom: 1px solid #E8E8E8;
}

/* Point item styles for basic-package */
.point-item {
    /*border-bottom: 1px solid #E8E8E8;*/
    padding: 18px 10px;
    margin: 0;
}

.point-item:nth-child(even) {
    background-color: #F9F9F9;
    border-radius: 10px;
}

.start-here .point-item:nth-child(even) {
    background-color: #FFF;
}

.point-item details {
    background: transparent;
}

.point-item summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 1.25;
}

.point-item summary:focus {
    outline: none;
}

.point-item summary + div {
    padding: 12px 0 0 0;
    color: #6b6b6b;
    font-size: 15px;
    margin-top: 12px;
    display: none;
}

.point-item[open] summary + div {
    display: block;
}

.point-item summary::-webkit-details-marker,
.point-item summary::marker {
    display: none;
}

.point-item summary::after {
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 12px;
    filter: grayscale(100%) brightness(0.9);
    transition: transform 0.28s ease, filter 0.28s ease;
    background-image: url(/wp-content/themes/weltausholz/assets/images/grey-chevron-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.point-item[open] summary {
    color: #657B42;
}

.point-item[open] summary::after {
    transform: rotate(-180deg);
    filter: none;
}


/* ===== PDF Viewer Modal (main + thumbnails + CTA) ===== */
html.no-scroll {
    overflow: hidden;
}

.pdf-viewer-popup-wrap {
    display: flex;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease;
}

.pdf-viewer-popup-wrap.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* shared overlay fade-in */
@keyframes overlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pdf-viewer-popup {
    background: #fff;
    border-radius: 15px;
    padding: 24px 24px 28px;
    position: relative;
    width: min(1100px, 92vw);
    max-height: 90vh;
    height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    /* add the same open/close effect as other modals */
    opacity: 0;
    transition: transform .22s ease, opacity .22s ease;
}

/* animate popup to full scale/opacity when wrapper is visible */
.pdf-viewer-popup-wrap.show .pdf-viewer-popup {
    opacity: 1;
}

.pdf-viewer-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    font-size: 42px;
    line-height: 1;
    display: flex;
    border: none;
    align-items: center;
    justify-content: center;
}

.pdf-swiper-main {
    width: 100%;
    flex: 1 1 auto;
    margin-bottom: 16px;
    max-height: calc(100vh - 289px);
}

.pdf-swiper-main .swiper-wrapper,
.pdf-swiper-main .swiper-slide {
    height: 100%;
}

.pdf-swiper-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pdf-swiper-main .swiper-slide::after {
    position: absolute;
    top: 15px;
    left: 15px;
    content: '';
    background-image: url(/wp-content/themes/weltausholz/assets/images/lense.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.pdf-swiper-main .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.pdf-swiper-thumbs {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 3px;
}

.pdf-swiper-thumbs .swiper-slide {
    opacity: .6;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
}

.pdf-swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--color-primary);
}

.pdf-swiper-thumbs .swiper-slide img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    background: #fff;
}

.pdf-viewer-popup .swiper-button-next:after,
.pdf-viewer-popup .swiper-button-prev:after {
    color: #657B42;
    font-size: 20px;
}

.pdf-viewer-popup .swiper-button-next,
.pdf-viewer-popup .swiper-button-prev {
    outline: none;
}

.pdf-request-btn {
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 24px;
    background: var(--color-primary);
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    transition: background .2s ease;
}

.pdf-request-btn:hover {
    background: var(--color-primary-hover);
}


/* Fullscreen image overlay */
.fullscreen-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fullscreen-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.fullscreen-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgb(71 71 71);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    padding: 0;
}

.fullscreen-close:hover {
    background: rgb(111 111 111);
}

/* PDF and Service request form modal (appended) */
.pdf-request-form-modal,
.service-request-form-modal,
.quote-request-form-modal,
.better-price-form-modal {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
}

.pdf-request-form-modal.open,
.service-request-form-modal.open,
.quote-request-form-modal.open,
.better-price-form-modal.open {
    opacity: 1;
    pointer-events: auto;
}

.pdf-request-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
}

.pdf-request-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 760px;
    background: #fff;
    border-radius: 10px;
    padding: 50px 28px 28px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
    transition: transform .22s ease;
}

.pdf-request-form-modal.open .pdf-request-modal,
.service-request-form-modal.open .pdf-request-modal,
.quote-request-form-modal.open .pdf-request-modal,
.better-price-form-modal.open .pdf-request-modal {
    transform: translate(-50%, -50%);
}

.pdf-request-close {
    position: absolute;
    right: 14px;
    top: 10px;
    background: none;
    border: 0;
    font-size: 45px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.pdf-request-body {
    color: #333;
    font-family: inherit;
}

.pdf-request-note {
    padding-right: 35px;
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pdf-request-note img {
    width: 20px;
}

.pdf-request-title {
    font-size: 34px;
    margin: 6px 0 18px;
    font-weight: 400;
}

.pdf-request-title span {
    color: var(--color-primary);
    font-weight: bolder;
}

.pdf-request-modal .pdf-field {
    display: block;
    margin-bottom: 14px;
}

.pdf-request-modal .pdf-field span {
    display: block;
    margin-bottom: 6px;
    color: #666;
    font-size: 14px;
}

.pdf-request-modal .pdf-field input {
    width: 100%;
    padding: 12px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
}

.pdf-request-actions {
    margin-top: 12px;
}

.submit-button-style {
    background: var(--color-primary);
    color: #fff;
    border: 0;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color ease-in-out .2s;

}
.submit-button-style:hover {
    background: var(--color-primary-hover);
}

.pdf-request-success {
    color:  var(--color-primary);
    font-size: 16px;
    padding: 14px 0;
}


.pdf-request-modal {
    padding: 18px;
    max-width: 95%;
}
.propose_form_popup {
    color:var(--color-primary);
    cursor: pointer;
    text-decoration: underline;
}
.pdf-request-modal.services, .pdf-request-modal.kt-modal-container {
    max-width: 600px;
}

.pdf-request-title {
    font-size: 22px;
}

/* Service info modal specific styles */
.service-info-popup-wrap {
    justify-content: center;
    align-items: center;
}

.service-info-popup {
    max-width: 500px;
    width: 90vw;
    max-height: 60vh;
    height: auto;
    padding: 30px 20px;
    overflow-y: auto;
}

.service-info-popup .option-popup__title {
    font-size: 24px;
    margin-bottom: 15px;
}

.service-info-popup .option-popup__content {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.service-info-popup .option-popup__close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 24px;
}


.wh-reviews {
    background: #f5f5f5;
    padding: 32px 0;
    margin-top: 40px;
}

.wh-reviews .wh-wrap {
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.wh-reviews h2.section-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 16px;
}

.wh-reviews .left {
    flex: 1;
}

.wh-reviews .right {
    width:40%;
    border-left: 1px solid #dcdcdc;
    padding-left: 40px;
}

.wh-reviews .stats {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.wh-reviews .avg-label {
    font-weight: 600;
    font-size: 24px;
}

.wh-reviews .count {
    color: #666;
    font-size: 16px;
}

.wh-reviews .stars {
    display: inline-flex;
    gap: 4px;
}

.wh-reviews .star {
    display: inline-flex;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-left: 2px;
}
.wh-reviews .review-body .star {
    cursor: default;
}
.wh-reviews .star svg,
.wh-reviews .star img {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.wh-reviews .star .svg-full {
    display: none;
}

.wh-reviews .star.active .svg-full, .wh-reviews .star.hover .svg-full {
    display: inline-block;
}

.wh-reviews .star.active .svg-empty, .wh-reviews .star.hover .svg-empty {
    display: none;
}

.wh-reviews .empty-note {
    color: #666;
    margin: 16px 0 32px;
}

.wh-reviews .form-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 8px;
}

.wh-reviews .rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
}

.wh-reviews .rating-row > div {
    display: flex;
    gap: 10px;
}

.wh-reviews .rating-caption {
    min-width: 120px;
    font-size: 16px;
}

.wh-reviews .field-label {
    margin-bottom: 10px;
    display: block;
}

.wh-reviews .field-label .required {
    color: red;
    font-weight: 600;
}

.wh-reviews .rating-text {
    color: #333;
    font-weight: 600;
    min-height: 20px;
}

.wh-reviews .form-fields {
    margin-top: 12px;
    display: none;
}

.wh-reviews textarea {
    width: 100%;
    min-height: 120px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    resize: vertical;
    font: inherit;
}

.wh-reviews .submit-row {
    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
}

.wh-reviews .btn-save {
    transition: all ease-in-out .2s;
    background: var(--color-primary);
    color: #fff;
    border: 0;
    border-radius: 22px;
    padding: 10px 20px;
    cursor: pointer;
}

.wh-reviews .btn-save:hover {
    background: var(--color-primary-hover);
}

.wh-reviews .btn-save[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.wh-reviews .msg {
    margin-top: 10px;
    font-size: 14px;
}

.wh-reviews .msg.ok {
    color: var(--color-primary);
}

.wh-reviews .msg.err {
    color: #a33;
}

.wh-reviews .review-card {
    display: flex;
    gap: 16px;
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    align-items: flex-start;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.wh-reviews .review-thumb img {
    width: 120px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.wh-reviews .review-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 14px;
}

.wh-reviews .review-name {
    font-weight: 600;
    font-size: 18px;
    margin: 6px 0;
}

.wh-reviews .review-content {
    color: #333;
}

.wh-reviews .review-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wh-reviews .wh-review-success {
    display: none;
    background: #eef7ea;
    color: var(--color-primary);
    border: 1px solid #cfe6c8;
    padding: 10px 12px;
    border-radius: 8px;
    margin: 10px 0;
}
.wh-reviews .wh-review-success.show {
    display: block;
}

.wh-reviews .review-header-wrap {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    margin: 0;
}

.wh-reviews .review-header-wrap h2 {
    flex: 1;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.wh-reviews .review-header-wrap h2::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: var(--color-primary);
    display: inline-block;
}


@media (max-width: 1800px) {
    .product_accessories .accessory {
        width: calc(50% - 15px);
    }
}

@media (max-width: 1700px) {
    body.single-product div.product .product_title, body.single-product div.product .product_title .entry-title {
        font-weight: 500;
        max-width: 900px;
        font-size: 28px;
    }

    body.single-product .summary.entry-summary.ready .product_featured-specifications, body.single-product .summary.entry-summary.ready .product-price-separator.sticky {
        display: none;
    }

    body.single-product .summary.entry-summary.ready .product_title .entry-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    body.single-product .summary.entry-summary.ready .product_title .sku {
        font-size: 14px;
    }

    .service-card {
        width: 100%;
    }

    .service-cards {
        flex-direction: column;
    }
}

@media (max-width: 1600px) {
    .related.products::before {
        left: -80px;
    }
}

@media (max-width: 1440px) {
    .product_specifications .specifications p {
        font-size: 12px;
    }

    .product_options .option {
        width: 100%;
    }

    body.single-product div.product .product_title, body.single-product div.product .product_title .entry-title {
        max-width: 400px;
        font-size: 24px;
    }
}

@media (max-width: 1350px) {
    body.single-product div.product form.cart {
        gap: 10px;
        flex-direction: column;
    }

    body.single-product div.product .get_quote {
        border-width: 2px;
    }

}

@media (max-width: 1200px) {
    .related.products {
        width: 100%;
    }

    .related.products::before, .basic-package::before, .short-description::before {
        left: -15px;
    }

    .product-gallery-thumb {
        position: static;
        transform: none;
        width: calc(100% - 55px);
        height: 100px;
        margin: 8px 15px;
    }

    .product-gallery-thumb .swiper-wrapper {
        flex-direction: row;
    }

    .product-gallery-thumb .swiper-slide {
        width: calc(33.333% - 10px);
        height: 100%;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .product-gallery-thumb_next {
        transform: rotate(-90deg);
        right: 8px;
        bottom: 44px;
        z-index: 2;
        content: url(/wp-content/themes/weltausholz/assets/images/double-chevron-down-grey.svg);
    }

    #primary > .breadcrumb {
        padding: 30px 15px;
    }

    #primary > .type-product {
        padding: 0 15px;
        display: flex;
        flex-direction: column;
    }

    #primary > .type-product > * {
        order: 10;
    }

    .product-advantages {
        border-radius: 0;
        border-right: none;
        border-left: none;
        margin-left: -15px;
        width: calc(100% + 30px);
        padding: 20px 0px;
    }

    body.single-product .summary.entry-summary.ready {
        padding: 25px 15px 20px;
    }
}


@media (max-width: 1024px) {

    .product-options-wrap {
        border-radius: 0;
        margin-left: -15px;
        width: calc(100% + 30px);
        padding: 30px 15px;
        margin-bottom: 0;
    }

    .product-description-wrap {
        flex-direction: column-reverse;
    }

    #primary .product-description-wrap > .column {
        width: 100%;
        position: relative;
        top: 0;
    }

    .service-cards {
        margin-bottom: 30px;
    }

    body.single-product div.product .get_quote, body.single-product .single_add_to_cart_button {
        font-size: 12px;
        padding: 14px 15px;
    }
}

@media (max-width: 991px) {
    .wh-reviews .wh-wrap {
        flex-direction: column;
    }

    .wh-reviews .right {
        border-left: 0;
        padding-left: 0;
        width: 100%;
    }
    .wh-reviews .left {
        order: 1;
        width: 100%;
    }
}

@media (max-width: 980px) {
    .basic-package, .start-here {
        grid-template-columns:1fr;
        gap: 26px;
    }

    .basic-package .column:last-child, .start-here .column:last-child {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid var(--color-border);
        padding-top: 24px;
    }

    .basic-package h2::after, .start-here h2::after {
        display: none;
    }
}


@media (max-width: 850px) {

    .product_specifications.advantages .specifications {
        width: calc(100% / 2);
    }

    .product_specifications .specifications {
        padding: 0px 15px;
    }

    body.single-product .summary.entry-summary.ready form.cart {
        flex-direction: row;
    }

    body.single-product .summary.entry-summary.ready form.cart button img {
        width: 21px;
        height: 21px;
        display: block;
    }

    body.single-product .summary.entry-summary.ready form.cart button span {
        display: none;
    }

    body.single-product .summary.entry-summary.ready .single_add_to_cart_button {
        padding: 6px 16px !important;
    }
}

@media (max-width: 768px) {
    .wh-reviews .review-header-wrap {
        justify-content: center;
        flex-direction: column;
        gap:0;
    }
    .wh-reviews .review-header-wrap h2 {
        text-align: center;
        font-size: 28px;
        justify-content: center;
    }
    .wh-reviews .form-title {
        font-size:16px;
        margin-bottom:15px;
    }
    .wh-reviews .rating-caption , .wh-reviews .field-label{
        font-size:14px;
    }
    .wh-reviews .review-header-wrap h2::after{
        display:none;
    }
    .product-faq-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .product_accessories .accessory {
        width: 100%;
    }

    .product_options .option-values .value {
        display: none;
    }

    .blog {
        padding: 50px 0;
    }

    .blog .container .column {
        width: calc(50% - 10px);
    }

    .related.products {
        padding: 50px 15px !important;
    }

    .blog h2 {
        margin-bottom: 30px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
    }

    .product-faq-wrap h2 {
        margin-bottom: 30px;
    }

    .basic-package h2, .start-here h2 {
        text-align: center;
        margin-bottom: 20px;
        justify-content: center;
    }

    body.single-product .summary.entry-summary.ready .price-wrap .price ins {
        font-size: 20px;
    }

    body.single-product .summary.entry-summary.ready .price-wrap .price del, .body.single-product .summary.entry-summary.ready .price-wrap .price-tax-text {
        font-size: 12px;
    }

    body.single-product .price-wrap .price {
        font-size: 14px;
    }

    .service-card {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .service-col.info, .service-cards {
        flex-direction: column;
    }

    .service-icon, .service-copy p:not(.service-title) {
        display: none;
    }

    .service-copy .service-title {
        justify-content: center;
    }

    .service-card .service-col.price-col {
        border: none;
        padding: 0;
        margin-bottom: 10px;
    }

    .price-list li {
        flex-direction: row;
        justify-content: center;
        font-size: 14px;
    }

    body.single-product #primary > .type-product .summary.entry-summary {
        order: 1;

    }

    #primary > .type-product .product-advantages {
        order: 3;

    }

    .product-advantages {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    body.single-product .summary.entry-summary:not(.ready ) {
        flex-wrap: wrap;
    }

    body.single-product div.product .product_title .sku {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    body.single-product div.product .product_title, body.single-product div.product .product_title .entry-title {
        max-width: 100%;
        margin-bottom: 3px;
    }

    body.single-product .summary.entry-summary:not(.ready) .product-price-separator:not(.last) {
        display: none;
    }

    .product-mobile-option {
        display: block;
        width: 100%;
        height: 50px;
        border: 1px solid #B1B1B1;
        border-radius: 10px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-answer {
        font-size: 14px;
    }

    .product-pdf-content {
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .product-pdf-content > .column {
        width: 100%;
    }

    .service-info-popup {
        max-width: 95vw;
        padding: 20px 15px;
        max-height: 70vh;
    }

    .service-info-popup .option-popup__title {
        font-size: 20px;
    }

    .service-info-popup .option-popup__content {
        font-size: 14px;
    }

    body.single-product .summary.entry-summary.ready .product_title {
        font-size: 14px;
        width: 33%;
    }

    body.single-product .summary.entry-summary.ready .product_title .entry-title {
        font-size: 14px;
    }

    body.single-product .summary.entry-summary.ready .product_title .sku {
        font-size: 10px;
    }

    .product_options .product_accessories {
        gap: 10px;
    }

    .product_options .product_accessories .accessory {
        width: calc(50% - 5px);
    }

    .product_options .product_accessories .accessory .accessory-data .accessory-title {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .product_options .product_accessories .accessory .accessory-data .accessory-price {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .product_accessories .option-popup-wrap .option-popup {
        padding: 20px 15px;
        padding-top: 0;
        height: 100%;
        max-height: unset;
        border-radius: 0;
    }

    .option-popup-wrap {
        padding-bottom: 96px;
    }

    .option-popup-wrap .option-popup .option-popup__close {
        z-index: 3;
    }

    .option-popup-wrap .option-popup .option-popup_options img.more_info_image {
        width: 60px;
    }

    .option-popup-wrap .option-popup .option-popup_options > div:nth-child(2) {
        display: none;
    }

    .option-popup-wrap .option-popup {
        max-height: 100vh;
        height: 100%;
        overflow-y: scroll;
        border-radius: 0;
        padding: 20px 0;
        padding-top: 70px;
    }

    .option-popup-wrap .option-popup .option-popup__title {
        padding: 0 15px;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        position: fixed;
        left: 0;
        z-index: 2;
        background: #FFF;
        top: 0;
        padding-top: 20px;
        width: 100%;
        padding-bottom: 10px;
    }

    .option-popup-wrap .option-popup .option-popup_options > div:nth-child(1) {
        border-right: none;
        padding-right: 0;
        width: 100%;
    }

    .option-popup-wrap .option-popup .option-popup_options .value {
        flex-wrap: wrap;
        align-items: center;
        padding-left: 15px;
    }

    .option-popup-wrap .option-popup .option-popup_options label {
        width: calc(100% - 130px);
    }

    .option-popup-wrap .option-popup .dropdown-toggle {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(/wp-content/themes/weltausholz/assets/images/grey-chevron-down.svg);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .product_options .option {
        gap: 20px;
        align-items: center;
    }

    .product_accessories .accessory-image {
        width: 80px;
        height: 80px;
    }
}


@media (max-width: 640px) {
    .product_specifications .specifications img {
        margin-right: 0;
    }

    .product-mobile-option {
        font-size: 12px;
        white-space: normal;
    }

    .product_specifications .specifications {
        flex-wrap: wrap;
    }

    .product_specifications .specifications img {
        height: 52px;
    }

    .product_specifications .specifications > * {
        order: 2;
    }

    .product_specifications .specifications .name {
        order: 1;
        width: 100%;
        padding-top: 10px;
    }

    .product-advantages h2 {
        font-size: 18px;
        text-align: center;
    }

    .product_specifications.advantages .specifications {
        width: 100%;
    }

    .product_specifications.advantages .specifications img.advantages-image {
        max-width: 80px;
    }

    .pdf-viewer-popup {
        padding: 16px 16px 22px;
        height: 88vh;
    }

    .pdf-swiper-thumbs .swiper-slide img {
        height: 64px;
    }

}

/* small screens */
@media (max-width: 520px) {
    .product-pdf-content .information-title {
        font-size: 18px;
    }

    .product-pdf-content .pdf-popup span, .product-pdf-content .statment p {
        font-size: 14px;
    }

    body.single-product .summary.entry-summary .product-price-separator {
        display: none;
    }

    #primary > .breadcrumb {
        font-size: 14px;
    }

    body.single-product .price-wrap {
        width: 100%;
    }

    body.single-product div.product form.cart {
        flex-direction: row;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    body.single-product div.product .summary.entry-summary:not(.ready) .get_quote, body.single-product .summary.entry-summary:not(.ready) .single_add_to_cart_button {
        width: calc(50% - 5px);
    }

    body.single-product div.product .summary.entry-summary.ready .price-wrap {
        width: auto;
    }

    body.single-product .summary.entry-summary.ready .product_title {
        width: 100%;
        flex: 1;
    }

    body.single-product .single_add_to_cart_button {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .product-gallery .swiper-slide img {
        height: 200px;
    }

    .product-gallery-thumb {
        height: 60px;
    }

    .product-gallery-thumb_next {
        bottom: 26px;
    }

    body.single-product .summary.entry-summary.ready .product_title .entry-title {
        font-size: 12px;
    }

    body.single-product .summary.entry-summary.ready .product_title .sku {
        font-size: 8px;
        margin: 0;
    }

    body.single-product .summary.entry-summary.ready form.cart {
        margin-top: 0;
        width: auto;
    }
}


@media (max-width: 475px) {
    .pdf-request-title {
        text-align: center;
    }

    .product_options .option > img {
        width: 100px;
        height: 100px;
    }

    .product_options .option > .option-values {
        max-width: calc(100% - 120px);
    }

    .card .column-image img {
        height: 100px;
        width: 100px;
    }

    .card {
        padding: 25px 10px;
    }

    body.single-product div.product .product_title, body.single-product div.product .product_title .entry-title {
        font-size: 18px;
    }
}

@media (max-width: 425px) {
    .wh-reviews .review-meta {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .product_options .product_accessories .accessory {
        width: 100%;
    }
}

@media (max-width: 385px) {
    .product_badges p.highlight.black-friday img {
        width:100px;
    }
    .blog .container .column {
        width: 100%;
    }

    body.single-product div.product .summary.entry-summary.ready .price-wrap {
        padding: 0 5px 0 0;
    }

    body.single-product div.product .summary.entry-summary.ready .get_quote {
        padding: 10px 10px;
    }

    body.single-product .summary.entry-summary.ready .single_add_to_cart_button {
        padding: 10px 10px !important;
    }
}


/* Responsive paddings */
@media (max-width: 1200px) {
    body.single-product .woocommerce-message,
    body.single-product .woocommerce-info,
    body.single-product .woocommerce-error {
        padding: 8px 15px;
    }
#footer-form-messages, #better-price-messages {
    margin-bottom: 20px;
}
#footer-form-messages .error, #better-price-messages .error {
    color: var(--color-red);
    background-color: #ffe6e6;
    border: 1px solid var(--color-red);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
#footer-form-messages .success, #better-price-messages .success {
    color: #28a745;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
}