/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #231f20;
    font-family: "Mulish", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

.container-big {
    width: 100%;
    max-width: 1656px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-mid {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}


a {
    color: #e80707;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #e80707;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

strong {
    font-weight: 700;
}

.btn-main,
.btn-main__white {
    line-height: 2rem;
}

.btn-main a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #231f20;
    background-color: transparent;
    border: 1px solid #e80707;
    transition: all 0.3s ease;
    border-radius: 2rem;
}

.btn-main a:hover {
    background-color: #e80707;
    color: #fff;
}

.btn-main a:hover i {
    color: #fff;
}

.btn-main i {
    font-size: 1rem;
    transition: color 0.3s ease;
    color: #e80707;
}


.btn-small a {
    display: inline-block;
    padding: .35rem 1rem;
    font-size: .85rem;
    font-weight: 700;
    background: transparent;
    border: 1px solid #e80707;
    color: #fff;
    border-radius: 999px;
    transition: background .3s ease;
}

.btn-small a:hover {
    background: #c40606;
}

.btn-main_empty-cart {
    text-align: center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.mastheader {
    position: relative;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #eaeaea 100%);
    z-index: 999;

}

.mastheader .row {

    align-items: center;
}

.mh-top {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: .85rem;
    padding: 1rem 0;
    margin-left: 2rem;
}

.mh-secondary ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3rem;
    justify-content: flex-start;
    align-items: center;
}

.mh-secondary ul li {
    list-style-type: none;
    font-size: .85rem;
}

.mh-secondary ul li a {
    color: #444;
}

.mh-search form {
    display: flex;
    align-items: center;
    gap: .5rem;
    max-width: 280px;
}

.mh-search input[type="search"] {
    flex: 1;
    height: 32px;
    padding: 0 1rem;
    border: 1px solid #ddd;
    border-radius: 999px;
    font-size: .85rem;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    background: #fff;
}

.mh-search input[type="search"]:focus {
    border-color: #e00e18;
    box-shadow: 0 0 0 3px rgba(224, 14, 24, .12);
}

.mh-search button {
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #e00e18;
    color: #fff;
    font-size: .85rem;
    cursor: pointer;
    transition: filter .2s, transform .06s;
}

.mh-search button:hover {
    filter: brightness(.9);
}

.mh-search button:active {
    transform: translateY(1px);
}


.mh-top__inner {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    align-items: center;
}

.mh-top__inner .mht a {
    color: #444;
}

.mh-top__inner .mht .fa-sharp {
    color: #e80707;
    padding-right: .3rem;
}

.mh-top__inner .mht3 {
    margin-left: 2rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.mh-top__inner .mht .fa-facebook {
    color: #1877F2;
    padding-right: .3rem;

}

.mh-top__inner .mht .fa-youtube {
    color: #e80707;

}

.mh-top .row {
    align-items: center;
}

.mh-main {
    padding: 1.5rem 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
}

.mh-main .row {
    align-items: center;
}

.mh-main .btn-main {
    margin: 0 0 0 auto;
}

.mh-main .btn-main a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background-color: #e80707;
    border: 1px solid #e80707;
    transition: all 0.3s ease;
    border-radius: 2rem;
    box-shadow: 0 0 0 rgba(232, 7, 7, 0.4);
    animation: pulseBtn 2s infinite;
}

.mh-main .btn-main a:hover {
    background: #231f20;
    color: #fff;
    box-shadow: 0 6px 20px rgba(232, 7, 7, 0.5);
}

@keyframes pulseBtn {
    0% {
        box-shadow: 0 0 0 0 rgba(232, 7, 7, 0.5);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(232, 7, 7, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(232, 7, 7, 0);
    }
}

.mh-main .btn-main a .fa-solid {
    color: #fff;

}

.mh-main .btn-main a:hover .fa-solid {
    color: #e80707;

}

.logo {
    height: auto;
}

.logo img {
    max-height: 64px;
}

.navbar {
    margin: 0 0 0 2rem;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    color: #231f20;
    margin: 0 3rem 0 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #e80707
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #e80707
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
}

.dropdown-toggle::after {
    color: #e80707
}

.mh-icons {
    position: relative;
    margin-top: .4rem;
}

.mh-icons .cart-contents {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 1.6rem;
    color: #333;
}

.mh-icons .cart-contents .fa-cart-shopping {
    font-size: 1.6rem;
}

.mh-icons .cart-count {
    position: absolute;
    top: -13px;
    right: -11px;
    background: #e00e18;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 50%;
    padding: 3px 7px;
    line-height: 1;
    min-width: 20px;
    text-align: center;
}

/*-------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.top {

    position: relative;
}

#slider {}

.item.rotator.video-version {
    position: relative;
    overflow: hidden;
    padding: 9rem 0;
    background: #231f20;
}

.item.rotator.video-version .video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40vw;
    z-index: 1;
    overflow: hidden;
}

.item.rotator.video-version .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#slider .item.rotator {
    position: relative;
    background: #231f20;
    overflow: hidden;
    padding: 7rem 0
}

#slider .item.rotator::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40vw;
    background-image: var(--slide-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}


#slider .item .container-mid {
    position: relative;
    z-index: 2;
}

#slider .item .box {
    max-width: 75%;
    color: #fff;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    #slider .item.rotator::before {
        left: 0;
    }

    #slider .item .box {
        max-width: 100%;
    }
}

#slider .item.rotator::before {
    content: "";
    position: absolute;
    inset: 0 0 0 40vw;
    background-image: var(--slide-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 15vw);
    mask-image: linear-gradient(to right, rgb(0 0 0 / 33%) 0, rgb(0 0 0) 15vw)
}

#slider .item.rotator h3 {
    margin: 0 0 1.5rem;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

#slider .item.rotator h3 span {
    background: #e00e18;
    padding: .2rem .6rem;
    border-radius: 1rem;
}

#slider .item.rotator h2 {
    margin: 0rem 0 2rem;
    font-weight: 800;
    font-size: 3.4rem;
    line-height: 1.1;
    max-width: 50%;
}


#slider .item.rotator h4 {
    margin: 0 0 2rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #e00e18;
}

#slider .item.rotator .extra-txt {
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 50ch;
    margin-bottom: 3rem;
}

#slider .item.rotator .extra-txt p {
    font-size: 1.1rem;
}

#slider .item.rotator .btn-main a {
    color: #fff
}

.btn-row {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.google-review-box {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border-radius: 2rem;
    padding: 9px 1.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.google-review-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.google-review-box .google-logo {
    height: 32px;
}

.google-review-box .stars {
    color: #fbbc04;
    font-size: 16px;
    letter-spacing: 2px;
}

.google-review-box .count {
    color: #000;
    font-weight: 500;
}


#slider .owl-controls {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

#slider .owl-controls .owl-page {
    display: inline-block;
}

#slider .owl-controls .owl-page span {
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100%;
    background: transparent;
    opacity: 0.8;
    transition: all 0.3s ease;
}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls .owl-page:hover span {
    background: #e00e18;
    border: 2px solid #e00e18;
    opacity: 1;
    transform: scale(1.2);
}

.scroll-down {
    position: absolute;
    right: 6.25rem;
    bottom: 8rem
}

.scroll-down a,
.scroll-top a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #e80707;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(72, 17, 17, 0.1);
}

.scroll-down a:hover,
.scroll-top a:hover {
    background-color: #e80707;
    color: #fff;
    border-color: #e80707;
    box-shadow: 0 4px 10px rgba(72, 17, 17, 0.4);
    transform: translateY(6px);
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.wwprojekt {
    padding: 6.25rem 0 2.25rem;
}


.section-title {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: 5rem;
}

.section-title__left {
    width: 70%;
}

.section-title__left h2,
.section-title__left h1 {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

.section-title__left h1 span {
    background: #e80707;
    color: #fff;
    padding: .2rem .6rem;
    border-radius: 1rem;
    font-size: 1.6rem;
    margin-left: 1rem;
}

.section-title__left .content p {
    font-size: 1.1rem;
    margin: 0;
    max-width: 80%;
}

.google-review-badge {
    min-width: 400px;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border-radius: 12px;
    padding: .7rem 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #000;
    transition: transform 0.2s;
}

.google-review-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.google-review-badge .review-logo {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

.google-review-badge .review-content {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.google-review-badge .review-content strong {
    font-size: 14px;
    color: #111;
}

.google-review-badge .stars {
    color: #fbbc04;
    /* Google yellow */
    font-size: 16px;
    margin: 2px 0;
}

.google-review-badge .count {
    font-size: 13px;
    color: #555;
}

.section-title .btn-main {
    min-width: 300px;
    text-align: right;
}

.widgets .box {
    position: relative;
    min-height: 320px;
    border-radius: 1rem;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    transition: transform .35s ease, box-shadow .35s ease;
    margin-bottom: 4rem;
}

.widgets .box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(29deg, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 24%) 45%, rgba(35, 31, 32, 0) 100%);
    pointer-events: none;
    border-radius: 1rem;
}

.widgets .box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}

.widgets .box__icon {
    position: absolute;
    top: -2rem;
    right: 1.2rem;
    width: 80px;
    height: 80px;
    background: #e80707;
    border-radius: 50%;
    display: grid;
    place-items: center;
    z-index: 2;
    transform: translateZ(0);
    transition: transform .3s ease;
}

.widgets .box__icon img {
    max-width: 50px;
    max-height: 50px;
    filter: brightness(0) invert(1);
}

.widgets .box:hover .box__icon {
    transform: scale(1.05);
}

.widgets .box h3 {
    position: absolute;
    bottom: 8rem;
    left: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 .5rem 0;
    color: #fff;
    z-index: 2;
    text-decoration: none;
}

.widgets .box h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #e80707;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.widgets .box h3:hover::after {
    transform: scaleX(1);
}



.widgets .box .box__content {
    position: absolute;
    bottom: 5rem;
    left: 2rem;
    max-width: 70%;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    z-index: 2;
}



.widgets .box .btn-small {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 2;
    display: inline-block;
    padding: .35rem 1rem;
    font-size: .85rem;
    font-weight: 700;
    background: transparent;
    border: 1px solid #e80707;
    color: #fff;
    border-radius: 999px;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
    cursor: pointer;
    text-decoration: none;
}

.widgets .box .btn-small:hover {
    background: #c40606;
    border-color: #c40606;
    color: #fff;
}



/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.list-products {
    padding: 6.25rem 0;
    background: linear-gradient(to bottom, #e807070c 0%, #eaeaea 100%);

}

.list-products .section-title {
    align-items: flex-end
}

.list-products .section-title p {
    margin: 0;
}

#wc ul.products li.product {
    width: 32.3%;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 2.992em;
    padding: 0;
    position: relative;
}

#wc ul.products li.product::before {
    content: none
}

#wc ul.products li.product:nth-child(3n) {
    margin-right: 0;
}

#wc ul.products li.product {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    transition: transform .3s ease, box-shadow .3s ease;
}

#wc ul.products li.product:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, .15);
}

#wc ul.products li.product img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .4s ease;
    min-height: 325px;
    max-height: 325px;
    object-fit: cover;
}

#wc ul.products li.product:hover img {
    transform: scale(1.05);
}

#wc ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 1rem 1rem .5rem;
    color: #231f20;
}

ul#attributes {
    list-style: none;
    margin: 1rem 0 2rem;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.9rem;
}

ul#attributes.single-product-attributes {
    padding: 0;
    margin: 1rem 0 2rem 0;
}

ul#attributes::before {
    content: none
}

ul#attributes li {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: .8rem;
    background: #f9f9f9;
    border-radius: 0.5rem;
    padding: 0.15rem 0.3rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    color: #231f20
}

ul#attributes.single-product-attributes li {
    font-size: 1rem;
    gap: .5rem;
    padding: 0.3rem 0.6rem;
}

ul#attributes li:hover {
    background: #fff5f5;
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

ul#attributes li a {}

ul#attributes i {
    color: #e80707;
    font-size: 1rem;
    flex-shrink: 0;
}

ul.attributes strong {
    font-weight: 600;
    margin-right: 0.25rem;
    color: #231f20;
    font-size: 0.85rem;
}

ul#attributes li span.value {
    color: #444;
    font-size: 0.85rem;
}


#wc ul.products li.product .price {
    display: none;
    margin: 0 1rem 1rem;
    font-weight: 700;
    color: #a2a2a2;
    font-size: .85rem;
}

#wc ul.products li.product a.button.product-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1.2rem;
    margin: 0 0 1rem 1rem;
    font-size: .9rem;
    font-weight: 700;
    border-radius: 2rem;
    color: #fff;
    background: #e80707;
    transition: background .3s ease, transform .2s ease;
}

#wc ul.products li.product a.button.product-link:hover {
    background: #c40606;
    transform: translateY(-2px);
}

#wc ul.products li.product a.button.product-link .fa-sharp {
    padding-left: .3rem;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.icons {
    position: relative;
    padding: 6.25rem 0;
    overflow: hidden;
}

.icons::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background-image: url("https://www.wwprojekt.eu/wp-content/uploads/2025/09/wwprojekt.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

.icons .container-big {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .icons::after {
        left: 0;
        opacity: .2;
    }
}

.icons .row>*:nth-child(1)>* {
    padding-right: 3rem;
}

.icons h2 {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

.icons h3 {
    margin: 0 0 2rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #e00e18
}

.icons p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #444;
}

.icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.icons ul li {
    font-size: 1.1rem;
    margin-bottom: .6rem;
    position: relative;
    padding-left: 1.8rem;
}

.icons ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 1rem;
    color: #e80707;
}

.icons .btn-main {
    margin-top: 2rem;
}

.advantages {
    position: relative;
    padding: 6.25rem 0;
    overflow: hidden;
    background: #231f20;
    color: #999999;
}

.advantages-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.advantages-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages .container-big {
    position: relative;
    z-index: 2;
}

.advantages .row>*:nth-child(2)>* {
    padding-left: 3rem;
}


.advantages h2 {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 70%;
    margin: 0 0 3rem;
    color: #fff;
}


.video-wrapper {
    padding-bottom: 6.25rem;
}

.video__advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.video__advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.video__advantages .box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #231f20;
    transition: all .3s ease;
    border: 2px solid rgba(255, 255, 255, .05);
}

.video__advantages .box:hover {
    background: #1e1b1c;
    transform: translateY(-4px);
    border: 2px solid rgb(232 7 7);
}

.video__advantages .box__icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(232, 7, 7, 0.12);
    /* subtelne tło pod ikonę */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #e80707;
    /* akcent w ikonie */
    transition: all .3s ease;
}

.video__advantages .box:hover .box__icon {
    background: #e80707;
    color: #fff;
}

.video__advantages .box__text h3 {
    margin: 0 0 .4rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.video__advantages .box__content {
    font-size: .85rem;
    line-height: 1.5;
    color: #bbb;
}

.video-box {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
}

.video-box .btn-main {
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.video-box .btn-main a {
    background: #e00e18;
    color: #fff;
}

.video-box video {
    width: 100%;
    height: auto;
    display: block;
}

.widgets__icons {
    margin: 0 0 6.25rem 0;
}

.widgets__icons .section-title__left {
    text-align: center;
    margin: 0 auto;
}

.widgets__icons .section-title__left .content p {
    font-size: 1.1rem;
    margin: 0 auto;
    max-width: 68%;
}

.widgets__icons .row {
    padding: 0 1rem;
    gap: 2rem;
}

.widgets__icons .row>* {
    padding: 0
}




.widgets__icons .mosaic-image {
    background-size: cover;
    background-position: center;
    min-height: 248px;
    border-radius: 12px;
}

.widgets__icons .box {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    min-height: 248px;
    background: #f3f3f3;
    border-radius: 1rem;
    transition: all .3s ease;
}

.widgets__icons .box__icon {
    width: 70px;
    height: 70px;
    margin: 0 0 1rem;
    border-radius: 50%;
    background: #e80707;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    transition: transform .3s ease, box-shadow .3s ease;
}

.widgets__icons .box h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #231f20;
    margin: 0 0 .5rem;
}

.widgets__icons .box .box__content {
    font-size: .95rem;
    line-height: 1.5;
    color: #555;
}

.widgets__icons .box:hover {
    background: #e80707;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

.widgets__icons .box:hover h3,
.widgets__icons .box:hover .box__content {
    color: #fff;
}

.widgets__icons .box:hover .box__icon {
    background: #231f20;
    color: #fff;
    transform: scale(1.03);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
}


.opinion {
    padding: 6.25rem 0 4.25rem;
}

body.page-id-1182 .opinion {
    display: none
}

.opinion_list {
    margin-top: 3rem;
}

.opinion-box {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
    margin-bottom: 2rem;
}

.opinion-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.09);
}

.box__title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.box__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1f1f1f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.box__name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1.2;
}

.box__content {
    color: #555555;
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.35s ease;
}

.box__content p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .opinion-box {
        padding: 1.5rem 1.25rem;
    }
}

.opinion-box.is-open .box__content {
    max-height: 2000px;
}

.opinion-toggle {
    margin-top: 0.75rem;
    background: none;
    border: none;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f1f1f;
    cursor: pointer;
    align-self: flex-start;
}

.opinion-toggle:hover {
    opacity: 0.7;
}

.opinion-toggle {
    display: none;
}

.opinion-box.has-toggle .opinion-toggle {
    display: inline-block;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta {
    position: relative;
    padding: 10rem 0;
    overflow: hidden;
    background: #e80707;
}

.cta::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background-image: url("https://www.wwprojekt.eu/wp-content/uploads/2025/08/img-left.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

.cta .container-big {
    position: relative;
    z-index: 2;
}

.cta .row>*:nth-child(1)>* {
    padding-right: 3rem;
}

.cta h2 {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #fff;
}

.cta p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #e8caca;
    max-width: 90%;
}

.cta .btn-main {
    margin-top: 3rem;
}

.cta .btn-main a {

    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.cta .btn-main a .fa-solid {

    color: #fff;

}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


.page-title {
    padding: 4rem 0 20rem 0;
    position: relative;
}

.page-title .container-big {
    position: relative;
    z-index: 99;
}

.page-title h1 {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #fff;
}

.page-title h3 {
    margin: 0 0 0rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #e00e18;
}

.page-title .mask {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(0 0 0) 0%, rgb(0 0 0 / 15%) 60%, rgb(255 255 255 / 0%) 80%);
    top: 0;
    left: 0;
    pointer-events: none;
}

.page-wrapper {
    padding: 0rem 0;
    background: linear-gradient(135deg, #231f20 0%, #1a1818 50%, #56070b 100%)
}

.entry-page {
    position: relative;
    z-index: 99;
    margin-top: -16rem;
    padding: 6.25rem 0rem;
    background: linear-gradient(to bottom,
            #ffffff 0px,
            #ffffff 200px,
            #fff9f9 450px,
            #fff9f9 100%);
    min-height: 400px;
    border-radius: 2rem 2rem 0 0
}

.entry-content {}

.entry-content h2 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    font-size: 2rem;
}

.entry-content h3 {
    margin: 2rem 0 1rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #e00e18;
}

.entry-content h4 {
    margin: 2rem 0 1rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #e00e18;
}

.entry-content a {}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-content .wp-block-migb-masonry-gallery img {
    transition: .25s ease-in-out;
}

.entry-content .wp-block-migb-masonry-gallery img:hover {
    opacity: .7
}

.entry-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry-content ul li {
    font-size: 1.1rem;
    margin-bottom: .75rem;
    position: relative;
    padding-left: 1.8rem;
}

.entry-content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 1rem;
    color: #e80707;
}

.entry-content ul li,
li .entry-content p {
    font-size: 1.1rem;
    margin-bottom: .75rem;
}

.entry-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.entry-content p:last-child {
    margin-bottom: 0
}

#mrgn-tp-0 {
    margin-top: 0
}

.entry-content .btn-main_empty-cart a:hover {
    text-decoration: none;
}

/* Wycena */
body.page-id-530 .wpcf7-list-item {
    margin: 0;
    max-width: 262px;
}

body.page-id-530 .wpcf7-list-item label {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin: 0 1rem 0 0
}

body.page-id-530 .wpcf7-list-item input {
    display: none;
}

body.page-id-530 .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    padding: 0;
    border: none;
}

body.page-id-530 .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: .85rem;
    font-weight: 400
}

body.page-id-530 .wpcf7-list-item label .wpcf7-list-item-label::before {
    content: none
}


body.page-id-530 .wpcf7-list-item input:checked+.wpcf7-list-item-label::before,
body.page-id-530 .wpcf7-list-item label:has(input:checked)::before {
    outline: 2px solid #e80707;
    box-shadow: 0 0 0 3px rgba(232, 7, 7, .2);
}

/* Podstawowy wygląd wszystkich miniaturek CF7 */
body.page-id-530 .wpcf7-list-item label::before {
    content: "";
    display: block;
    width: 232px;
    max-width: 232px;
    height: 175px;
    max-height: 175px;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-bottom: .5rem;
    transition: outline-color .2s ease, box-shadow .2s ease;
}

/* Miniatury dla sekcji "Typ dachu" */

body.page-id-530 .dach-wrap .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.hu/wp-content/uploads/2025/12/t2.jpg');
}

body.page-id-530 .dach-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.hu/wp-content/uploads/2025/12/t3.jpg');
}

body.page-id-530 .dach-wrap .wpcf7-list-item:nth-child(3) label::before {
    background-image: url('https://www.wwprojekt.hu/wp-content/uploads/2025/12/t4.jpg');
}

body.page-id-530 .dach-wrap .wpcf7-list-item:nth-child(4) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2025/12/5.jpg');
}

/* Miniatury dla sekcji "Rodzaj pokrycia" */

body.page-id-530 .rodzaj_pokrycia-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/karpiowka-czerwony.png');
}

body.page-id-530 .rodzaj_pokrycia-wrap .wpcf7-list-item:nth-child(3) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/czarny.png');
}

body.page-id-530 .rodzaj_pokrycia-wrap .wpcf7-list-item:nth-child(4) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/blachodachowka-antracyt.png');
}

body.page-id-530 .rodzaj_pokrycia-wrap .wpcf7-list-item:nth-child(5) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/Epdm-1-scaled.jpg');
}

/* Miniatury dla sekcji "Przekrój" */

body.page-id-530 .slupek-wrap .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2025/12/12x12.png');
}

body.page-id-530 .slupek-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2025/12/14x14.png');
}

body.page-id-530 .slupek-wrap .wpcf7-list-item:nth-child(3) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2025/12/16x16.png');
}

body.page-id-530 .slupek-wrap .wpcf7-list-item:nth-child(4) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2025/12/20x20.png');
}

/* Miniatury dla sekcji "Zabudowa ścian wybór" */

body.page-id-530 .zabudowa_scian-wrap .wpcf7-list-item label::before {
    background-size: contain
}

body.page-id-530 .zabudowa_scian-wrap .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.hu/wp-content/uploads/2026/01/t1.jpg');
}

body.page-id-530 .zabudowa_scian-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.hu/wp-content/uploads/2026/01/t1b.jpg');
}

body.page-id-530 .zabudowa_scian-wrap .wpcf7-list-item:nth-child(3) label::before {
    background-image: url('https://www.wwprojekt.hu/wp-content/uploads/2026/01/t1d.jpg');
}

body.page-id-530 .zabudowa_scian-wrap .wpcf7-list-item:nth-child(4) label::before {
    background-image: url('https://www.wwprojekt.hu/wp-content/uploads/2026/01/t1c.jpg');
}


/* Miniatury dla sekcji "Ściana" */
body.page-id-530 .sciana-wrap .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/IMG-20250129-WA0010.jpg');
}

body.page-id-530 .sciana-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2026/01/sw8.jpg');
}

body.page-id-530 .sciana-wrap .wpcf7-list-item:nth-child(3) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/IMG-20250129-WA0002.jpg');
}

body.page-id-530 .sciana-wrap .wpcf7-list-item:nth-child(4) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2026/01/sw5-1.jpg');
}

body.page-id-530 .sciana-wrap .wpcf7-list-item:nth-child(5) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2026/01/sw4.jpg');
}

body.page-id-530 .sciana-wrap .wpcf7-list-item:nth-child(6) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2025/10/1-scaled.jpg');
}

body.page-id-530 .sciana-wrap .wpcf7-list-item:nth-child(7) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2026/01/sw6.jpg');
}

body.page-id-530 .sciana-wrap .wpcf7-list-item:nth-child(8) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2026/01/sw7-1.jpg');
}

body.page-id-530 .sciana-wrap .wpcf7-list-item:nth-child(9) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2026/01/sw1.jpg');
}

body.page-id-530 .sciana-wrap .wpcf7-list-item:nth-child(10) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2026/01/sw2-1.jpg');

}

/* Miniatury dla sekcji "Wersja" */

body.page-id-530 .wersja-wrap .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/6fbd3364.png');
}

body.page-id-530 .wersja-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/46a0eb8d.png');
}

body.page-id-530 .wersja-wrap .wpcf7-list-item:nth-child(3) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/cc9c888e.png');
}

/* Miniatury dla sekcji "Deskowanie" */

body.page-id-530 .deskowanie-wrap .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.hu/wp-content/uploads/2025/10/3.jpg');
}

body.page-id-530 .deskowanie-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.hu/wp-content/uploads/2025/12/z_deskowaniem-scaled-e1759397980568.webp');
}


/* Miniatury dla sekcji "Zabudowa szczytów dachu" */

body.page-id-530 .zabudowa_szczytow-wrap .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.hu/wp-content/uploads/2025/12/Screenshot-2025-10-01-at-20.28.33.webp');
}

body.page-id-530 .zabudowa_szczytow-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.hu/wp-content/uploads/2025/12/Screenshot-2025-10-01-at-20.29.11.webp');
}

/* Miniatury dla sekcji "Malowanie" */

body.page-id-530 .malowanie-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2025/12/10-scaled.jpg');
}


/* Miniatury dla sekcji "Obróbki" */

body.page-id-530 .obrobki_blacharskie-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2025/12/blacha.jpg');
}


/* Miniatury dla sekcji "Montaż" */

body.page-id-530 .montaz-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2025/12/montaz.jpg');
}

/* Miniatury dla sekcji "Transport" */

body.page-id-530 .transport-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/transport.jpg');
}

/* Miniatury dla sekcji "Kolor pokrycia – gont bitumiczny" */

body.page-id-530 .kolor_pokrycia-wrap-gont .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/karpiowka-czerwony.png');
}

body.page-id-530 .kolor_pokrycia-wrap-gont .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/karpiowka-brazowa.png');
}

body.page-id-530 .kolor_pokrycia-wrap-gont .wpcf7-list-item:nth-child(3) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/karpiowka-czarna.png');
}

body.page-id-530 .kolor_pokrycia-wrap-gont .wpcf7-list-item:nth-child(4) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/karpiowka-zielony.png');
}

/* Miniatury dla sekcji "Kolor pokrycia – blacha trapezowa" */

body.page-id-530 .kolor_pokrycia-wrap-trapez .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/czarny.png');
}

body.page-id-530 .kolor_pokrycia-wrap-trapez .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/brazowy.png');
}

body.page-id-530 .kolor_pokrycia-wrap-trapez .wpcf7-list-item:nth-child(3) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/ceglasty.png');
}

body.page-id-530 .kolor_pokrycia-wrap-trapez .wpcf7-list-item:nth-child(4) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/freepik__background__40354.png');
}

/* Miniatury dla sekcji "Kolor pokrycia – blachodachówka" */

body.page-id-530 .kolor_pokrycia-wrap-dachowka .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/blachodowki-ceglasty.png');
}

body.page-id-530 .kolor_pokrycia-wrap-dachowka .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/blachodachowka-czarna.png');
}

body.page-id-530 .kolor_pokrycia-wrap-dachowka .wpcf7-list-item:nth-child(3) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/blachodachowka-antracyt.png');
}

body.page-id-530 .kolor_pokrycia-wrap-dachowka .wpcf7-list-item:nth-child(4) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/blachodachowka-brazowa.png');
}

/* Miniatury dla sekcji "Kolor drewna" */

body.page-id-530 .kolor_drewna-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/wisniowe-drzewo.png');
}

body.page-id-530 .kolor_drewna-wrap .wpcf7-list-item:nth-child(3) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/Modrzew.png');
}

body.page-id-530 .kolor_drewna-wrap .wpcf7-list-item:nth-child(4) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/Orzech.png');
}

body.page-id-530 .kolor_drewna-wrap .wpcf7-list-item:nth-child(5) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/Palisander.png');
}

body.page-id-530 .kolor_drewna-wrap .wpcf7-list-item:nth-child(6) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/Ciemny-Orzech.png');
}

body.page-id-530 .kolor_drewna-wrap .wpcf7-list-item:nth-child(7) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/Tek.png');
}

body.page-id-530 .kolor_drewna-wrap .wpcf7-list-item:nth-child(8) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/Kasztan.png');
}

body.page-id-530 .kolor_drewna-wrap .wpcf7-list-item:nth-child(9) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/Zielony-Las-1.png');
}

body.page-id-530 .kolor_drewna-wrap .wpcf7-list-item:nth-child(10) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/09/Popiel.png');
}

/* Miniatury dla sekcji "Rynny" */
body.page-id-530 .rodzaj_rynien-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.at/wp-content/uploads/2025/10/rynna-brazowa.png');
}

/* Miniatury dla sekcji "Kolor rynien" */

body.page-id-530 .kolor_rynien-wrap .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/rynna-brazowa.png');
}

body.page-id-530 .kolor_rynien-wrap .wpcf7-list-item:nth-child(2) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/rynna-grafitowa.png');
}

body.page-id-530 .kolor_rynien-wrap .wpcf7-list-item:nth-child(5) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/rynna-czarna.png');
}

body.page-id-530 .kolor_rynien-wrap .wpcf7-list-item:nth-child(4) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/rynna-czerwona.png');
}

body.page-id-530 .kolor_rynien-wrap .wpcf7-list-item:nth-child(6) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/rynna-ceglasta.png');
}

body.page-id-530 .kolor_rynien-wrap .wpcf7-list-item:nth-child(3) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/rynna-biala.png');
}



/* Miniatury BRAK */

body.page-id-530 .rodzaj_rynien-wrap .wpcf7-list-item:nth-child(1) label::before,
body.page-id-530 .kolor_drewna-wrap .wpcf7-list-item:nth-child(1) label::before,
body.page-id-530 .rodzaj_pokrycia-wrap .wpcf7-list-item:nth-child(1) label::before,
body.page-id-530 .transport-wrap .wpcf7-list-item:nth-child(1) label::before,
body.page-id-530 .montaz-wrap .wpcf7-list-item:nth-child(1) label::before,
body.page-id-530 .obrobki_blacharskie-wrap .wpcf7-list-item:nth-child(1) label::before,
body.page-id-530 .malowanie-wrap .wpcf7-list-item:nth-child(1) label::before {
    background-image: url('https://www.wwprojekt.eu/wp-content/uploads/2025/10/brak.png');
}

/* Efekt aktywnego wyboru */
body.page-id-530 .wpcf7-list-item input:checked+.wpcf7-list-item-label::before,
body.page-id-530 .wpcf7-list-item label:has(input:checked)::before {
    outline: 2px solid #e80707;
    box-shadow: 0 0 0 3px rgba(232, 7, 7, .2);
}

/* Wybór KROK */
body.page-id-530 .krok-wrap {
    margin: 3rem auto 4rem auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

body.page-id-530 .krok-wrap .wpcf7-list-item.last {
    background: #231f20
}

body.page-id-530 .krok-wrap .wpcf7-list-item {
    max-width: 50% !important;
    background: #e00e18;
    color: #fff;
    padding: 1rem 2rem;
    margin: 0 2rem 0 0;
    border-radius: 2rem;
}

body.page-id-530 .krok-wrap .wpcf7-list-item label {
    margin: 0;
    color: #fff;
}

body.page-id-530 .krok-wrap .wpcf7-list-item label span {
    font-size: 1.2rem;
    font-weight: 700;
}

body.page-id-530 .krok-wrap .wpcf7-list-item label::before {
    content: none
}

body.page-id-530 .your-name-wrap,
body.page-id-530 .your-email-wrap,
body.page-id-530 .your-phone-wrap {
    margin-bottom: 1rem;
}

body.page-id-530 .your-message-wrap {
    margin-bottom: 3rem;
}

/* Kontener formularza */
.entry-content .wpcf7 form {
    font-size: 1rem;
    color: #231f20;
}

/* Etykiety */
.entry-content .wpcf7 form label {
    display: block;
    font-weight: 700;
    margin-bottom: .45rem;
    color: #231f20;
}

/* Pola tekstowe + email + tel */
.entry-content .wpcf7 input[type="text"],
.entry-content .wpcf7 input[type="email"],
.entry-content .wpcf7 input[type="tel"],
.entry-content .wpcf7 input[type="url"],
.entry-content .wpcf7 input[type="number"],
.entry-content .wpcf7 select {
    width: 100%;
    height: 44px;
    padding: 0 1rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    color: #231f20;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

/* Textarea */
.entry-content .wpcf7 textarea {
    width: 100%;
    min-height: 180px;
    padding: .8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    color: #231f20;
    outline: none;
    resize: vertical;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

/* Focus */
.entry-content .wpcf7 input:focus,
.entry-content .wpcf7 textarea:focus,
.entry-content .wpcf7 select:focus {
    border-color: #e80707;
    box-shadow: 0 0 0 3px rgba(232, 7, 7, .12);
}

/* Placeholder */
.entry-content .wpcf7 ::placeholder {
    color: #909090;
    opacity: 1;
}

/* Zgoda / checkbox */
.entry-content .wpcf7 .cf7-agree {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .95rem;
    line-height: 1.4;
    margin: 1rem 0 1.2rem;
    color: #444;
}

.entry-content .wpcf7 .cf7-agree input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #e80707;
}

/* Przycisk wysyłki */
.entry-content .wpcf7 input[type="submit"],
.entry-content .wpcf7 .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .6rem 1.4rem;
    border: 0;
    border-radius: 999px;
    background: #e80707;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: filter .2s ease, transform .06s ease, background .2s ease;
}

.entry-content .wpcf7 input[type="submit"]:hover,
.entry-content .wpcf7 .wpcf7-submit:hover {
    filter: brightness(.92);
}

.entry-content .wpcf7 input[type="submit"]:active,
.entry-content .wpcf7 .wpcf7-submit:active {
    transform: translateY(1px);
}

.entry-content .wpcf7 input[type="submit"][disabled],
.entry-content .wpcf7 .wpcf7-submit[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.entry-content .wpcf7 .wpcf7-not-valid {
    border-color: #e80707 !important;
    box-shadow: 0 0 0 3px rgba(232, 7, 7, .12) !important;
}

.entry-content .wpcf7 .wpcf7-not-valid-tip {
    margin-top: .35rem;
    font-size: .85rem;
    color: #e80707;
}

.entry-content .wpcf7 .wpcf7-response-output {
    margin: 1rem 0 0;
    border-radius: 12px;
    padding: .75rem 1rem;
    border: 1px solid transparent;
    font-weight: 600;
}

.entry-content .wpcf7 .wpcf7-mail-sent-ok {
    color: #135e29;
    background: #e9f6ef;
    border-color: #bfe6cf;
}

.entry-content .wpcf7 .wpcf7-validation-errors,
.entry-content .wpcf7 .wpcf7-acceptance-missing,
.entry-content .wpcf7 .wpcf7-mail-sent-ng {
    color: #7a1111;
    background: #fdeeee;
    border-color: #f7c9c9;
}

/*** Custom Section Gutenberg ***/

/* Sekcja ikonek Premium */
#ec__icons {
    display: flex;
    gap: 2rem;
    margin: 3rem 0;
}

#ec__icons .wp-block-column {
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    transition: all .3s ease;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

#ec__icons i {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #e80707;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    transition: transform .3s ease, box-shadow .3s ease;
}

#ec__icons h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #231f20;
    margin: 0 0 .5rem;
}

#ec__icons p {
    font-size: .95rem;
    line-height: 1.5;
    color: #555;
    margin: 0;
}

#ec__icons .wp-block-column:hover i {
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

#ec__col-drewno {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
}

#ec__col-drewno .wp-block-column {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    overflow: hidden;
    padding: 0;
    text-align: center;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

#ec__col-drewno .wp-block-column:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#ec__col-drewno .wp-block-image {
    margin-bottom: 0
}

#ec__col-drewno .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    max-width: none;
}

#ec__col-drewno h4.wp-block-heading {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 1rem 0;
    background: #231f20;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#ec__col-drewno .wp-block-column:empty {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    content: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    display: inline-block;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 13px;
    padding: .3em .6em;
    border-radius: 4px;
    text-shadow: none;
    margin: .5rem auto 0;
    max-width: 120px;
}

.content__thumb img {
    max-width: 100%;
    height: 460px;
    object-fit: cover;
    transition: .25s ease-in-out;
}

.content__thumb img:hover {
    opacity: .7
}

.pw-archive article {
    margin: 0 0 3rem 0;
}


.pw-archive h3 {
    font-size: 1.6rem;
    margin: 2rem 0 0rem 0;
}

.pw-archive h3 a {
    color: #111;
}

.realizations-on-page {
    margin-top: 10rem
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #ddd;
    padding: .5rem .95rem;
    margin: 0 .5rem 0 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #03452f;
    color: #fff;
    background: #03452f;
}

/*--------------------------------------------------------------
# WC Single product
--------------------------------------------------------------*/
#wc .summary.entry-summary {
    padding: 0;
    color: #231f20;
}

.woocommerce div.product div.images img {
    max-height: 640px;
    object-fit: cover;
}

#wc .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    gap: .5rem;
    margin-top: 1rem;
    justify-content: flex-start;
}

#wc .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 6px;
    border: 2px solid #ddd;
    transition: all .3s ease;
    cursor: pointer;
}

#wc .woocommerce-product-gallery .flex-control-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

#wc .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    transform: scale(1.05);
}

#wc .woocommerce-product-gallery .flex-control-thumbs li:hover {
    border-color: #e80707;
}

#wc .woocommerce-product-gallery .flex-control-thumbs li.flex-active-slide {
    border-color: #e80707;
}

/* ukryj tekst "Previous / Next" */
.flex-direction-nav a {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    background: rgba(232, 7, 7, 0.85);
    border-radius: 50%;
    transition: background .2s ease, transform .15s ease;
}

.flex-direction-nav a::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.flex-direction-nav .flex-prev {
    left: 16px;
}

.flex-direction-nav .flex-next {
    right: 16px;
}

.flex-direction-nav .flex-prev::after {
    transform: translate(-50%, -50%) rotate(225deg);
    left: 55%;
}

.flex-direction-nav .flex-next::after {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 45%;
}

.flex-direction-nav a:hover {
    background: #e80707;
    transform: translateY(-50%) scale(1.1);
}

.flex-direction-nav a.flex-disabled {
    opacity: .35;
    cursor: not-allowed;
    pointer-events: none;
}

.flex-direction-nav {
    list-style-type: none
}

#wc .summary .product_title.entry-title {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0rem 0 1rem;
}

#wc .summary .price {
    display: none;
    margin: 0 0 1rem;
}

#wc .summary .price .amount {
    font-size: 1.6rem;
    font-weight: 800;
    color: #e80707;
}

#wc .summary .woocommerce-product-details__short-description p {
    font-size: 1rem;
    line-height: 1.65;
    color: #444;
    margin: 0 0 2rem;
}

#wc .summary form.cart {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    margin-top: .5rem;
    justify-content: flex-start;
    padding: 0;
    margin-left: 0;
}

#wc .summary form.cart::before {
    content: none
}

#wc .summary form.cart .quantity {
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
}

#wc .summary form.cart .quantity .qty {
    width: 70px;
    height: 44px;
    padding: 0 .8rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    font-weight: 700;
    text-align: center;
}

#wc .summary form.cart .quantity .qty:focus {
    box-shadow: 0 0 0 3px rgba(232, 7, 7, .12);
}

/* BACKDROP */

.custom-order .btn-main a {
    color: #ffffff;
    background-color: #e80707;
    border: 1px solid #e80707;
}

.custom-order .btn-main a:hover {
    color: #ffffff;
    background-color: #231f20;
    border: 1px solid #231f20;
}

/* MODAL — kontener pełnoekranowy */
.product-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    overflow: hidden;
    /* blokuje backdrop przed scrollowaniem */
}

.product-modal.active {
    display: flex;
}

.product-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .65);
}

.product-modal__box {
    position: relative;
    background: #fff;
    padding: 2rem 1.5rem;
    width: 94%;
    max-width: 680px;
    max-height: 90vh;
    /* klucz! ogranicza modal */
    overflow-y: auto;
    /* przewijanie WEWNĄTRZ modala */
    border-radius: 14px;
    z-index: 2;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
    -webkit-overflow-scrolling: touch;
    /* płynny scroll iOS */
}

body.modal-open-custom {
    height: 100vh;
    overflow: hidden !important;
    touch-action: none;
}

/* ZAMKNIĘCIE */
.product-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333;
}

.product-modal__box h3 {
    margin: 0 0 1rem;
    font-size: 1.4rem;
}

/* === FORMULARZ W MODALU === */
.product-modal .wpcf7 form {
    font-size: 1rem;
    color: #231f20;
}

.product-modal .wpcf7 form label {
    display: block;
    font-weight: 700;
    margin-bottom: .45rem;
    color: #231f20;
    font-size: .85rem;
}

.product-modal .wpcf7 input[type="text"],
.product-modal .wpcf7 input[type="email"],
.product-modal .wpcf7 input[type="tel"],
.product-modal .wpcf7 input[type="url"],
.product-modal .wpcf7 input[type="number"],
.product-modal .wpcf7 select,
.product-modal .wpcf7 textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: .8rem 1rem;
    background: #fff;
    color: #231f20;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

/* Textarea */
.product-modal .wpcf7 textarea {
    min-height: 160px;
    resize: vertical;
}

/* Focus */
.product-modal .wpcf7 input:focus,
.product-modal .wpcf7 textarea:focus,
.product-modal .wpcf7 select:focus {
    border-color: #e80707;
    box-shadow: 0 0 0 3px rgba(232, 7, 7, .12);
    outline: none;
}

/* Checkbox + zgoda */
.product-modal .wpcf7 .cf7-agree .wpcf7-list-item {
    margin-left: 0
}

.product-modal .wpcf7 .cf7-agree {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .95rem;
    line-height: 1.4;
    margin: 1rem 0 1.2rem;
    color: #444;
}

.product-modal .wpcf7 .cf7-agree input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #e80707;
}

/* Przycisk wysyłki */
.product-modal .wpcf7 input[type="submit"],
.product-modal .wpcf7 .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .6rem 1.4rem;
    border: 0;
    border-radius: 999px;
    background: #e80707;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: filter .2s ease, transform .06s ease, background .2s ease;
}

.product-modal .wpcf7 input[type="submit"]:hover,
.product-modal .wpcf7 .wpcf7-submit:hover {
    filter: brightness(.92);
}

.product-modal .wpcf7 input[type="submit"]:active,
.product-modal .wpcf7 .wpcf7-submit:active {
    transform: translateY(1px);
}

.product-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

.product-benefits .benefit-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.product-benefits .benefit-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-benefits .benefit-box i {
    font-size: 2rem;
    color: #e80707;
    margin-bottom: 0.8rem;
    display: block;
}

.product-benefits .benefit-box h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #231f20;
}

.product-benefits .benefit-box p {
    font-size: 0.85rem;
    color: #555;
    margin: 0;
}


#wc .summary .single_add_to_cart_button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    height: 44px;
    padding: 0 1.4rem;
    border: 0;
    border-radius: 999px;
    background: #e80707;
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    text-transform: none;
    transition: filter .2s ease, transform .06s ease, background .2s;
}

#wc .summary .single_add_to_cart_button.button:hover {
    filter: brightness(.92);
}

#wc .summary .single_add_to_cart_button.button:active {
    transform: translateY(1px);
}

/* spacing na mobilu */
@media (max-width: 575px) {
    #wc .summary form.cart {
        gap: .6rem;
    }

    #wc .summary .product_title.entry-title {
        font-size: 2rem;
    }
}

/********* TABS *************/


#wc div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}

#wc ul.tabs.wc-tabs {
    display: flex;
    gap: .75rem;
    list-style: none;
    margin: 2rem 0 0rem;
    padding: 0;
    border-bottom: none;
}

#wc ul.tabs.wc-tabs li {
    border-bottom: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    transition: all .3s ease;
}

#wc ul.tabs.wc-tabs li a {
    display: inline-block;
    padding: .7rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: all .3s ease;
}

#wc #tab-title-wersja_premium {
    border-color: #e80707
}

#wc ul.tabs.wc-tabs li:hover {
    background: #231f20;
}

#wc ul.tabs.wc-tabs li:hover a {
    color: #fff;
}

#wc ul.tabs li.active {
    background: linear-gradient(135deg, #e80707, #b10606);
    box-shadow: 0 4px 12px rgba(232, 7, 7, .25);
}

#wc ul.tabs li.active a {
    color: #fff;
    font-weight: 700;
}

#wc ul.tabs li::before,
#wc ul.tabs li::after {
    display: none;
}

#wc .woocommerce-Tabs-panel {
    animation: fadeIn .4s ease;
    background: #fff;
    padding: 1.5rem 1rem;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#wc #tab-description h2:first-of-type {
    display: none;
}

/* Informacje dodatkowe */
/* --- Tabela atrybutów jako czysta lista --- */
.woocommerce table.shop_attributes {
    border: none;
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
}

/* Każdy wiersz – tylko subtelna separacja */
.woocommerce table.shop_attributes tr {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Label (th) */
.woocommerce table.shop_attributes th {
    font-weight: 600;
    color: #231f20;
    flex: 0 0 280px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: none;
    background: none;
}

/* Wartość (td) */
.woocommerce table.shop_attributes td {
    border: none;
    padding: 0;
    flex: 1;
}

#wc table.shop_attributes tr:nth-child(even) td,
#wc table.shop_attributes tr:nth-child(even) th {
    background: transparent;
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 0.95rem;
}

/* --- Ikony --- */
.woocommerce table.shop_attributes tr::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f3f3f3;
    color: #e80707;
    font-size: 1.4rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

/* --- Ikony dla HU atrybutów --- */

/* Szélesség */
.woocommerce-product-attributes-item--attribute_pa_szelesseg::before {
    content: "\f337";
    /* arrows-left-right */
}

/* Mélység */
.woocommerce-product-attributes-item--attribute_pa_melyseg::before {
    content: "\f338";
    /* arrows-up-down */
}

/* Beállók száma (autó) */
.woocommerce-product-attributes-item--attribute_pa_beallok-szama-auto::before {
    content: "\f1b9";
    /* car */
}

/* Tető típusa */
.woocommerce-product-attributes-item--attribute_pa_teto-tipusa::before {
    content: "\f015";
    /* home */
}

/* Tető dőlésszöge */
.woocommerce-product-attributes-item--attribute_pa_teto-dolesszoge::before {
    content: "\f568";
    /* drafting-compass */
}

/* Tetőfedés */
.woocommerce-product-attributes-item--attribute_pa_tetofedes::before {
    content: "\f5ae";
    /* layer-group */
}

/* Behajtási magasság */
.woocommerce-product-attributes-item--attribute_pa_behajtasi-magassag-m::before {
    content: "\f062";
    /* arrow-up */
}

/* Ereszcsatorna a készletben */
.woocommerce-product-attributes-item--attribute_pa_ereszcsatorna-a-keszletben::before {
    content: "\f773";
    /* water */
}

/* Festés */
.woocommerce-product-attributes-item--attribute_pa_festes::before {
    content: "\f1fc";
    /* paint-brush */
}

/* Napelem szerelhetőség */
.woocommerce-product-attributes-item--attribute_pa_napelem-szerelhetoseg::before {
    content: "\f5ba";
    /* solar-panel */
}

/* Oldalfalak burkolata */
.woocommerce-product-attributes-item--attribute_pa_oldalfalak-burkolata::before {
    content: "\e3c0";
    /* bricks */
}

/* Oromzat deszkázata */
.woocommerce-product-attributes-item--attribute_pa_oromzat-deszkazata::before {
    content: "\f00a";
    /* grip-lines-vertical */
}

/* Oszlopok keresztmetszete */
.woocommerce-product-attributes-item--attribute_pa_oszlopok-keresztmetszete-cm::before {
    content: "\f546";
    /* ruler-vertical */
}

/* Oszlopok külső mérete */
.woocommerce-product-attributes-item--attribute_pa_oszlopok-kulso-merete::before {
    content: "\f07d";
    /* ruler-horizontal */
}

/* Szelem keresztmetszete */
.woocommerce-product-attributes-item--attribute_pa_szelemen-keresztmetszete-cm::before {
    content: "\f546";
    /* ruler-vertical */
}

/* Szerelési rendszer */
.woocommerce-product-attributes-item--attribute_pa_szerelesi-rendszer::before {
    content: "\f7d9";
    /* screwdriver-wrench */
}

/* Szerkezeti anyag */
.woocommerce-product-attributes-item--attribute_pa_szerkezeti-anyag::before {
    content: "\f1b3";
    /* cube */
}

/* Tárolóhelyiség */
.woocommerce-product-attributes-item--attribute_pa_tarolohelyiseg::before {
    content: "\f494";
    /* box/warehouse */
}

/* Tető teljes mérete */
.woocommerce-product-attributes-item--attribute_pa_teto-teljes-merete-m::before {
    content: "\f07d";
    /* ruler-horizontal */
}

/* Tetődeszkázat */
.woocommerce-product-attributes-item--attribute_pa_tetodeszkazat::before {
    content: "\f00a";
    /* grip-lines-vertical */
}




/* Galeria – kwadratowe elementy */

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}

.gallery .gallery-item {
    float: none !important;
    width: auto !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.gallery.gallery-columns-2 .gallery-item {
    flex: 1 1 calc(50% - 1rem);
}

.gallery.gallery-columns-3 .gallery-item {
    flex: 1 1 calc(33.333% - 1rem);
}

.gallery.gallery-columns-4 .gallery-item {
    flex: 1 1 calc(25% - 1rem);
}

.gallery.gallery-columns-5 .gallery-item {
    flex: 1 1 calc(20% - 1rem);
}

.gallery.gallery-columns-6 .gallery-item {
    flex: 1 1 calc(16.666% - 1rem);
}

.gallery .gallery-icon {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f4f4;
}

.gallery .gallery-icon a {
    position: absolute;
    inset: 0;
    display: block;
}

.gallery .gallery-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery .gallery-caption {
    margin-top: .5rem;
    font-weight: 600;
    font-size: .95rem;
    color: #333;
}


/******************** RELATED & LIKE ALSO ***************************/
#wc .like-also ul.products::before,
#wc .like-also ul.products::after {
    content: none !important;
    display: none !important;
}

#wc .like-also ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

#wc .like-also ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

@media (max-width: 1200px) {
    #wc .like-also ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    #wc .like-also ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    #wc .like-also ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    #wc .like-also ul.products {
        grid-template-columns: 1fr;
    }
}

#wc .like-also h2,
#wc .related h2 {
    font-weight: 700;
    margin: 3rem 0 2rem;
}


/*--------------------------------------------------------------
# WC Archive Product
--------------------------------------------------------------*/
.page-title .woocommerce-breadcrumb a:first-of-type::before {
    content: "\f015";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-right: .4rem;
    color: #e00e18
}

.page-title .woocommerce-breadcrumb {
    font-size: .85rem;
    font-weight: 500;
    color: #b3b3b3;
    margin-bottom: 2rem;
}

.page-title .woocommerce-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: color .2s ease;
}

.page-title .woocommerce-breadcrumb a:hover {
    color: #e80707;
    text-decoration: underline;
}

.page-title .woocommerce-breadcrumb {
    display: inline-block;
}

.pw-shop__navigation {
    margin: 0 0 2rem 0;
    text-align: center;
}

/* LISTA */
.pw-shop__navigation .wc-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: flex-start;
}

/* ELEMENT */
.pw-shop__navigation .wc-categories li {
    margin: 0;
    padding: 0;
}

/* LINK – KAFEL */
.pw-shop__navigation .wc-categories li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 1.4rem;
    border-radius: 32px;
    border: 1px solid #e00e18;
    background: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    color: #231f20;
    text-decoration: none;
    line-height: 1;
    transition: all .25s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
}

/* HOVER */
.pw-shop__navigation .wc-categories li a:hover {
    background: #e00e18;
    color: #fff;

    border-color: #e00e18;
    box-shadow:
        0 4px 12px rgba(224, 14, 24, .25),
        0 1px 3px rgba(0, 0, 0, 0.1);

    transform: translateY(-2px);
}

/* AKTYWNY ELEMENT (jeśli chcesz) */
.pw-shop__navigation .wc-categories li a.active,
.pw-shop__navigation .wc-categories li.current-cat a {
    background: #e00e18;
    color: #fff;
    border-color: #e00e18;
    box-shadow:
        0 4px 10px rgba(224, 14, 24, .2),
        0 1px 3px rgba(0, 0, 0, 0.08);
}


/* === SORTOWANIE (SELECT) === */
#wc .woocommerce-ordering {
    margin-bottom: 1.5rem;
}

#wc .woocommerce-ordering select.orderby {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: .5rem 2.4rem .5rem 1rem;
    font-size: 1rem;
    border: 1px solid #ddd;
    background: #fafafa;
    border-radius: 12px;
    color: #231f20;
    cursor: pointer;
    transition: all .25s ease;
    font-weight: 500;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23231f20' d='M7 10l5 5l5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
}

#wc .woocommerce-ordering select.orderby:hover {
    border-color: #e00e18;
    background-color: #fff;
}

#wc .woocommerce-ordering select.orderby:focus {
    border-color: #e00e18;
    box-shadow: 0 0 0 3px rgba(224, 14, 24, .18);
    outline: none;
    background-color: #fff;
}

/* === LICZNIK WYNIKÓW === */
#wc .woocommerce-result-count {
    font-size: 0.95rem;
    color: #231f20;
    background: #fafafa;
    padding: .55rem 1.1rem;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 1.6rem;
    border: 1px solid #ddd;
    font-weight: 500;
}



/* --- PAGINACJA PRODUKTÓW --- */
#wc .woocommerce-pagination {
    margin: 2rem 0;
    text-align: center;
}

#wc .woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    gap: .5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    border: none
}

#wc .woocommerce-pagination ul.page-numbers li {
    margin: 0;
    border: none;
    overflow: unset;
}

#wc .woocommerce-pagination ul.page-numbers a,
#wc .woocommerce-pagination ul.page-numbers span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 500;
    color: #231f20;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all .25s ease;
}

#wc .woocommerce-pagination ul.page-numbers a:hover {
    border-color: #e00e18;
    color: #e00e18;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(224, 14, 24, 0.15);
}

#wc .woocommerce-pagination ul.page-numbers .current {
    background: #e00e18;
    border-color: #e00e18;
    color: #fff;
    font-weight: 700;
    cursor: default;
    box-shadow: 0 4px 12px rgba(224, 14, 24, 0.3);
}

#wc .woocommerce-pagination .next,
#wc .woocommerce-pagination .prev {
    font-size: 1.2rem !important;
}


/*--------------------------------------------------------------
# WC NOTICE
--------------------------------------------------------------*/
.woocommerce-message::before {
    content: "\e015";
    color: #e80707;
}

#wc .woocommerce-message {
    position: relative;
    margin: 1.5rem 0;
    padding: 1rem 1.5rem 1rem 3rem;
    border: 1px solid #e80707;
    border-left: 6px solid #e80707;
    border-radius: 8px;
    background: #fff;
    color: #231f20;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

#wc .woocommerce-message a.button.wc-forward {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    padding: .5rem 1.2rem;
    border-radius: 999px;
    background: #e80707;
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: background .2s ease, transform .1s ease;
}

#wc .woocommerce-message a.button.wc-forward:hover {
    background: #c40606;
    transform: translateY(-2px);
}

#wc .woocommerce-message a.button.wc-forward:active {
    transform: translateY(0);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-wrapper {
    padding: 6.25rem 0 0 0;
    background: url(https://www.wwprojekt.eu/wp-content/uploads/2025/08/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #999999
}

.footer-widget {}

.footer-widget h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin: 0 0 .5rem;
    color: #ffffff;
}

.footer-widget h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 1.5rem;
    color: #ffffff;
}

.footer-widget strong {
    color: #fff;
}

.footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li a {
    font-weight: 400;
    color: #999999
}

.footer-widget ul li {
    font-size: 1.1rem;
    margin-bottom: .6rem;
    position: relative;
    padding-left: 1.8rem;
    transition: padding-left .25s ease;
}

.footer-widget ul li:hover {
    padding-left: 2.4rem;
}

.footer-widget ul li a {
    transition: color .25s ease;
}

.footer-widget ul li:hover a {
    color: #fff;
}

.footer-widget ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 1rem;
    color: #e80707;
}

.footer-widget a {
    color: #fff;
    font-weight: 800;
}

#block-10 h2 {
    margin: 0 0 2rem;
    border-bottom: 1px solid #404040;
    padding-bottom: 2rem;
    max-width: 65%;
}

#block-15,
#block-6 p,
#block-8 p,
#block-9 p,
#block-7 p {
    text-align: right;
}

#block-6 p {
    margin: 0 0 0 0;
    font-size: 2.4rem;
    line-height: 1
}

#block-8 p,
#block-7 p {
    margin-bottom: 3rem
}

#block-9 p {
    margin: 0 0 0 0;
    font-size: 1.8rem;
    line-height: 1
}

#block-15 .fa-facebook {
    font-size: 2.4rem;
    color: #1877F2
}

#block-15 .footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 1rem
}

#block-15 .fa-youtube {
    font-size: 2.4rem;
    color: #e00e18
}

.footer-bottom {
    background: transparent;
    border-top: 1px solid #404040;
    margin-top: 4.25rem;
    padding: 3.5rem 0 3.5rem 0;
    font-size: .85rem;
}

.footer-bottom .row {
    align-items: center;
}

.footer-bottom a {
    color: #e80707
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: left;
}

.footer-bottom .footer-author {
    text-align: right;

}

.footer-bottom .footer-credits a,
.footer-bottom a,
.footer-bottom .footer-author a {
    font-weight: 700;
}

.footer-bottom .footer-credits a:hover,
.footer-bottom a:hover,
.footer-bottom .footer-author a:hover {}

.scroll-top {
    text-align: right;

}

.scroll-top a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #ffffff00;
    border: 2px solid #e80707;
    padding: 1rem 1.2rem;
    border-radius: 100%;
}

.scroll-top a:hover {
    color: #fff;
    background: #e80707;
    border: 2px solid #e80707;
}