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

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap');

body {
    margin: 0;
    background: #F8F8F8FF;
    color: #0c0c0c;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.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: #e00e18;
    background-color: transparent;
    transition: .2s ease-in-out;
}

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

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

strong {
    font-weight: 700;
}

.container-fluid {
    padding: 0 2rem
}

.btn-main,
.btn-main__dark {
    line-height: 1.5rem;
}

.cta .wpcf7-submit,
.btn-main a {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    background: linear-gradient(135deg, #161616 0%, #6c0a0e 50%, #1e1e1e 100%);
    border: 2px solid #e00e18;
    background-size: 200% 100%;
    background-position: left center;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.9rem 1.8rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s ease;
    border-radius: 2rem;
    box-shadow: 0 4px 8px rgba(224, 14, 24, 0.3);
}

.cta .wpcf7-submit:hover,
.btn-main a:hover {
    background-position: right center;
    border: 2px solid #e00e18;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(224, 14, 24, 0.45);
}

.btn-main__dark a {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    background: #0c0c0c;
    border: 2px solid #0c0c0c;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.75rem 1.8rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s ease;
    border-radius: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}

.btn-main__dark a:hover {
    background: #161616;
    border-color: #e00e18;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(224, 14, 24, 0.25);
}

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

.mastheader {
    position: relative;
}

.mh-main {
    margin: 2rem 0 0 0;
    position: relative;
}

.mh-main__inner {
    padding: 1.5rem 3rem;
    border-radius: 2rem;
    position: relative;
    width: 100%;
    z-index: 999;
    background: #fff
}

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

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

.mh-main__links .social,
.mh-main__links .phone,
.mh-main__links .envelope {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.mh-main__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #0c0c0c;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.mh-main__links a:hover {
    color: #0c0c0c;
}

.mh-main__links i {
    font-size: 1.3rem;
    color: #e00e18;
    transition: transform 0.3s ease;
}

.mh-main__links a:hover i {
    color: #fff;
}

.mh-main__links .phone {
    margin-right: 2rem;
}

.mh-main__links .phone a:hover i {
    color: #0c0c0c;
}

.mobile-menu__bottom .phone a,
.social a,
.envelope a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #e00e18;
    border-radius: 50%;
    background: transparent;
    color: #0c0c0c;
    transition: all 0.3s ease;
    text-decoration: none;
}

.mobile-menu__bottom .phone a i,
.social a i,
.envelope a i {
    font-size: 1rem;
    color: #0c0c0c;
    transition: transform 0.3s ease;
}

.mobile-menu__bottom .phone a:hover,
.social a:hover,
.envelope a:hover {
    color: #fff;
    border-color: #0c0c0c;

    background: #0c0c0c;
}

.logo {
    height: auto;
}

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

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

.navbar-light .navbar-nav .nav-link {
    position: relative;
    z-index: 1;
    margin: 0 .75rem;
    padding: 0.5rem .75rem;
    font-size: 1.1rem;
    text-decoration: none;
    color: #0c0c0c;
    overflow: hidden;
    transition: color 0.3s ease;
}

.navbar-light .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #e00e18;
    border-radius: 999px;
    transform: scale(0.9);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover::before {
    opacity: 1;
    transform: scale(1);
}


.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: #0275d8;
}

/*-------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
#slider {
    margin-top: 2rem;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 2rem
}

.item.rotator .container-big,
.item.rotator .mask {
    position: relative;
    z-index: 2;
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#slider .item {
    padding: 6rem 0 14rem
}

#slider .mask {
    z-index: 99;
    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;
    border-radius: 2rem;
}

#slider .container-big {
    position: relative;
    z-index: 999;

}

#slider .box {
    position: relative;
    z-index: 999;
}

#slider .box h3 {
    font-size: 1rem;
    margin: 0 0 2rem;
    font-weight: 400;
}

#slider .box h3 span {
    background: #e00e1838;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 2rem;
    display: inline-block;
}

#slider .box h2 {
    font-size: 4rem;
    max-width: 43%;
    color: #fff;
    margin: 0 0 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}

#slider .box h4 {
    color: #9ac5e1;
    margin: 0 0 3rem;
    font-size: 1.4rem;
    font-weight: 400;
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.7);
}

#slider .box .content p {
    font-size: 1.1rem;
    max-width: 45%;
    margin: 0 0 3rem;
    color: #fff;
    line-height: 1.6;
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.7);
}

#slider .btn__row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

#slider .owl-controls {
    position: absolute;
    margin: 0;
    bottom: 10rem;
    left: 50%;
    transform: translate(-50%, -50%)
}


#slider .owl-controls .owl-page span {
    width: 1rem;
    height: 1rem;
    margin: 0 .15rem;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.scroll-down {
    position: absolute;
    bottom: 2rem;
    right: 4rem
}


.scroll-down a {
    font-size: .95rem;
    width: 42px;
    height: 42px;
    background: #e00e18;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all .3s ease;
}

.scroll-down a:hover {
    transform: translateY(4px);
    color: #fff;
    box-shadow: 0 10px 25px rgba(224, 14, 24, 0.4);
}


/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.top {
    position: relative;
}

.widgets {
    margin-top: -12rem;
    padding: 4rem 0 2rem;
    background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
}

.widgets .box {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    display: flex;
    align-items: flex-start;
    /* wyrównanie do góry */
    position: relative;
    margin: 0 0 2rem;
}

.widgets .box:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(224, 14, 24, 0.15);
    border-color: rgba(224, 14, 24, 0.3);
}

.box__img {
    flex: 0 0 90px;
}

.box__content {
    flex: 1;
}

.widgets .box__img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 0 0 -3rem;
    border: 4px solid #fefefe;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}

.widgets .box:hover .box__img {
    transform: scale(1.05);
    border: 4px solid #e00e18;
    box-shadow: 0 0 12px rgba(224, 14, 24, 0.3);
}

.widgets .box__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widgets h3 {
    font-size: 1.1rem;
    margin: 0 0 0.4rem 0;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}

.widgets h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.widgets h3 a:hover {
    color: #e00e18;
}

.widgets .box__content {
    font-size: 0.85em;
    line-height: 1.4;
    color: #444;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    padding: 2rem 0 4rem;
    background: linear-gradient(to bottom, #ffffff 0%, #d5d5d5 100%);

}

.intro h1 {
    font-size: 2.4rem;
    max-width: 55%;
    margin: 0 0 2rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.intro .row>*:nth-child(3) {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.intro .row>*:nth-child(2) h2 {
    color: #e00e18
}

.intro h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 1rem;
}

.intro p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

.intro {
    margin-bottom: 4rem;
}

.widgets__about .box {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 1rem;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.widgets__about .box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(10deg, rgb(0 0 0 / 35%) 0% 0%, rgba(0, 0, 0, 0.1) 100% 100%);
    z-index: 1;
    transition: background 0.4s ease;
}

.widgets__about .box:hover::after {
    background: linear-gradient(10deg, rgb(0 0 0 / 78%) 0% 0%, rgba(0, 0, 0, 0.1) 100% 100%);
}

.widgets__about .box__content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.widgets__about .box__content h3 {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    z-index: 3;
    transform: translateY(0);
    transition: all 0.5s ease;
}

.widgets__about .box__content h3 a {
    color: #fff;
}

.widgets__about .box:hover .box__content h3 {
    bottom: auto;
    top: 2rem;
    transform: translateY(-2rem);
}

.widgets__about .box__content .extra {
    transform: translateY(3rem);
    opacity: 0;
    transition: all 0.6s ease;
    transition-delay: 0.15s;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.widgets__about .box__content .extra p {

    color: #c8c8c8;
    font-size: .95rem
}

.widgets__about .box:hover .box__content .extra {
    transform: translateY(0);
    opacity: 1;
}

.widgets__about .box__content .btn-main {
    scale: 0.75;
    transform-origin: left top;
}

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

.section-title h2 {
    font-size: 2.4rem;
    max-width: 55%;
    margin: 0 0 2rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.section-title p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

.products-list {
    padding: 6rem 0 4rem;
    background: #fff;
}

.products-nav {
    margin: 3rem 0;
    text-align: left;
}

.products-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.products-nav li {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.8rem 1.6rem;
    border-radius: 2rem;
    background: #f5f5f5;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    color: #0c0c0c;
}

.products-nav li:hover,
.products-nav li.active {
    background: #e00e18;
    color: #fff;
    border-color: #e00e18;
}

.products-tabs {
    margin-top: 2rem;
}

.products-tabs .tab-content {
    display: none;
    animation: fadeIn 0.4s ease forwards;
}

.products-tabs .tab-content.active {
    display: block;
}

.products-tabs .tab-content h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #0c0c0c;
    font-weight: 600;
}

#wc ul.products li.product {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}

#wc ul.products li.product img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    transition: transform 0.4s ease;
}

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


#wc ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    margin: 0;
    transition: all 0.3s ease;
    padding: 1rem 2.5rem 1rem 0;
    position: relative;
    font-family: "Inter", Helvetica, Arial, sans-serif;
}

#wc ul.products li.product h2.woocommerce-loop-product__title:hover {
    text-decoration: underline;
    text-decoration-color: #e00e18;
    text-underline-offset: 3px;
}

#wc ul.products li.product .price {
    color: #888;
    font-size: 1rem;
}

#wc ul.products li.product .price small {
    display: none;
}

#wc ul.products li.product .button {
    display: none !important;
}

#wc ul.products li.product a.woocommerce-LoopProduct-link {
    display: block;
    text-decoration: none;
}

#wc ul.products li.product .product-link-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.2rem;
    height: 2.2rem;
    background: #e00e18;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s ease;
}

#wc ul.products li.product .product-link-icon svg {
    width: 1.2rem;
    height: 1.2rem;
    color: #fff;
}

#wc ul.products li.product .product-link-icon:hover {
    background: #c00c15;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(1rem);
    }

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

/*--------------------------------------------------------------
# Woo Pagination
--------------------------------------------------------------*/
#wc .woocommerce-pagination {
    margin-top: 4rem;
    text-align: center;
}

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

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

#wc .woocommerce-pagination ul.page-numbers a,
#wc .woocommerce-pagination ul.page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 1rem;
    border-radius: 50px;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    background: #fff;
    border: 2px solid #eee;
    color: #0c0c0c;
    transition: all .3s ease;
}

#wc .woocommerce-pagination ul.page-numbers a:hover {
    border-color: #e00e18;
    background: #e00e18;
    color: #fff;
}

#wc .woocommerce-pagination ul.page-numbers .current {
    background: linear-gradient(135deg, #161616 0%, #6c0a0e 50%, #1e1e1e 100%);
    border-color: #e00e18;
    color: #fff;
}

#wc .woocommerce-pagination ul.page-numbers .next,
#wc .woocommerce-pagination ul.page-numbers .prev {
    font-size: 1.2rem;
    padding: 0 1.2rem;
}

#wc .woocommerce-pagination ul.page-numbers .next:hover,
#wc .woocommerce-pagination ul.page-numbers .prev:hover {
    background: #e00e18;
    border-color: #e00e18;
    color: #fff;
}

#wc .woocommerce-result-count,
#wc .woocommerce-ordering {
    display: none;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/

#wc .woocommerce-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0rem;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.2px;
}

#wc .woocommerce-breadcrumb a {
    color: rgba(255, 255, 255, 0.897);
    text-decoration: none;
    transition: color 0.25s ease;
    position: relative;
}

#wc .woocommerce-breadcrumb a:hover {
    color: #e00e18;
}

#wc .woocommerce-breadcrumb .separator,
#wc .woocommerce-breadcrumb {}

#wc .woocommerce-breadcrumb>*:last-child,
#wc .woocommerce-breadcrumb>a:last-of-type~* {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
}

/*--------------------------------------------------------------
# WooCommerce / Galeria priduktu
--------------------------------------------------------------*/
#wc div.product div.images img {
    border-radius: .8rem;
}

#wc .flex-control-thumbs {
    display: flex;
    gap: 0.6rem;
    list-style: none;
    padding: 0;
    margin: 0.8rem 0 0;
}

#wc .flex-control-thumbs li {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    width: auto;
}

#wc .flex-control-thumbs li::before {
    content: none;
    /* reset ogólnego li::before z entry-page */
}

#wc .flex-control-thumbs img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: .8rem;
    border: 2px solid transparent;
    padding: 2px;
    cursor: pointer;
    opacity: 0.65;
    transition: all 0.25s ease;
}

#wc .flex-control-thumbs img:hover {
    opacity: 1;
    border-color: #e00e18;
    box-shadow: 0 6px 16px rgba(224, 14, 24, 0.2);
}

#wc .flex-control-thumbs img.flex-active {
    opacity: 1;
    border-color: #e00e18;
    box-shadow: 0 4px 12px rgba(224, 14, 24, 0.25);
}

/*--------------------------------------------------------------
# WooCommerce – summary produktu
--------------------------------------------------------------*/

#wc .summary .product_title {
    font-size: 2.4rem;
    line-height: 1.15;
    margin: 0 0 1rem;
    font-weight: 700;
    color: #0c0c0c;
}

/* Cena */
#wc .summary .price {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #e00e18;
}

#wc .summary .price small {
    color: #444;
    font-size: 50%;
}

#wc .summary .price::before {
    content: "\f51e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 1.3rem;
    color: #e00e18;
}

#wc .summary .price .woocommerce-Price-amount {
    color: #e00e18;
}

#wc .woocommerce-product-details__short-description ul {
    list-style: none;
    padding: 0;
    margin: 0 0 .6rem;
}

#wc .woocommerce-product-details__short-description ul li {
    position: relative;
    padding: 0.3rem 0 0.3rem 1.6rem;
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2a2a2a;
    border-bottom: none;
}

#wc .woocommerce-product-details__short-description ul li:last-child {
    border-bottom: none;
}

#wc .woocommerce-product-details__short-description ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e00e18;
    flex-shrink: 0;
}

#wc .summary .cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

#wc .summary .quantity .qty {
    width: 96px !important;
    height: 60px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid #e5e5e5;
    border-radius: 2rem;
    background: #fafafa;
    transition: border-color 0.25s ease;
    -moz-appearance: textfield;
    margin-right: 1rem;
}

#wc .summary .quantity .qty:focus {
    outline: none;
    border-color: #e00e18;
    box-shadow: 0 0 0 4px rgba(224, 14, 24, 0.1);
}

#wc .summary .quantity .qty::-webkit-outer-spin-button,
.summary .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#wc .summary .single_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, #161616 0%, #6c0a0e 50%, #1e1e1e 100%);
    background-size: 200% 100%;
    background-position: left center;
    border: 2px solid #e00e18;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 1.25rem 2rem;
    border-radius: 2rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(224, 14, 24, 0.3);
}

#wc .summary .single_add_to_cart_button::before {
    content: "\f07a";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

#wc .summary .single_add_to_cart_button:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(224, 14, 24, 0.45);
}

/*--------------------------------------------------------------
# WooCommerce – Tabs OVERRIDE (bije domyślne style Woo)
--------------------------------------------------------------*/
/* Tabs jako przyciski – zamiast zakładek */
#wc .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 0.75rem !important;
    list-style: none;
    padding: 0 !important;
    margin: 0 0 1.5rem !important;
    border-bottom: none !important;
    background: none !important;
}

#wc .woocommerce-tabs ul.tabs::after,
#wc .woocommerce-tabs ul.tabs::before {
    content: none !important;
    display: none !important;
    box-shadow: none !important;

}

#wc .woocommerce-tabs ul.tabs li::before,
#wc .woocommerce-tabs ul.tabs li::after {
    content: none !important;
    display: none !important;
    box-shadow: none !important;
}

#wc .woocommerce-tabs ul.tabs li {
    background: #f5f5f5 !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 2rem !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    bottom: auto !important;
    transition: all 0.25s ease;
}

#wc .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0.65rem 1.8rem !important;
    font-family: "Syne", Helvetica, Arial, sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px;
    color: #888 !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

#wc .woocommerce-tabs ul.tabs li:hover {
    border-color: #e00e18 !important;
    background: #fff5f5 !important;
}

#wc .woocommerce-tabs ul.tabs li:hover a {
    color: #e00e18 !important;
}

#wc .woocommerce-tabs ul.tabs li.active {
    background: linear-gradient(135deg, #161616 0%, #6c0a0e 50%, #1e1e1e 100%) !important;
    border-color: #e00e18 !important;
    box-shadow: 0 4px 12px rgba(224, 14, 24, 0.3) !important;
}

#wc .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}

#wc .woocommerce-tabs .woocommerce-Tabs-panel {
    border-radius: 1rem !important;
    border: 2px solid #e5e5e5 !important;
    padding: 2.5rem !important;
    margin: 0 !important;
    background: #fff !important;
}

/* Panel treści */
#wc .woocommerce-tabs .woocommerce-Tabs-panel {
    background: #fff !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 1rem !important;
    padding: 2.5rem !important;
    margin: 0 !important;
}

#wc .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0c0c0c !important;
    margin: 0 0 1.5rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

#wc .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 0.97rem !important;
    line-height: 1.8 !important;
    color: #333 !important;
}

/* Tabela atrybutów */
#wc .shop_attributes {
    width: 100% !important;
    border-collapse: collapse !important;
}

#wc .shop_attributes tr {
    border-bottom: 1px solid #f2f2f2 !important;
}

#wc .shop_attributes tr:nth-child(odd) {
    background: #fafafa;
}

#wc .shop_attributes tr:hover {
    background: #fff5f5;
}

#wc .shop_attributes th {
    width: 30% !important;
    padding: 0.75rem 1rem 0.75rem 0 !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    color: #666 !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border: none !important;
    background: none !important;
}

#wc .shop_attributes td {
    padding: 0.75rem 0 !important;
    font-size: 0.92rem !important;
    color: #0c0c0c !important;
    border: none !important;
    background: none !important;
}

#wc .shop_attributes td p {
    margin: 0 !important;
    font-size: 0.92rem !important;
    color: #0c0c0c !important;
}

#wc .related.products h2 {
    margin-top: 3rem
}

/*--------------------------------------------------------------
# Tabela atrybutów – ikony per parametr (FIXED)
--------------------------------------------------------------*/

/* th jako blok, nie flex – żeby tabela się nie rozjechała */
#wc .shop_attributes .woocommerce-product-attributes-item th {
    display: table-cell !important;
    vertical-align: middle !important;
    padding: 0.75rem 1rem 0.75rem 0 !important;
    white-space: nowrap;
}

/* Kółko przez inline-flex na ::before, pozycjonowanie relative na th */
#wc .shop_attributes .woocommerce-product-attributes-item th::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.75rem;
    color: #fff;
    background: #444;
    border-radius: 50%;
    min-width: 30px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease;
    margin-right: 0.75rem;
    vertical-align: middle;
}

/* Hover */
#wc .shop_attributes .woocommerce-product-attributes-item:hover {
    background: #fff8f8 !important;
}

#wc .shop_attributes .woocommerce-product-attributes-item:hover th::before {
    background: #e00e18;
}

/* ── Ikony – tylko klasyczne kody FA (bez \e prefix) ── */

#wc .woocommerce-product-attributes-item--attribute_pa_blacha th::before {
    content: "\f5fd";
    /* shapes */
}

#wc .woocommerce-product-attributes-item--attribute_pa_brama th::before {
    content: "\f52b";
    /* door-open */
}

#wc .woocommerce-product-attributes-item--attribute_pa_dlugosc th::before {
    content: "\f337";
    /* arrows-left-right */
}

#wc .woocommerce-product-attributes-item--attribute_pa_dodatki th::before {
    content: "\f067";
    /* plus */
}

#wc .woocommerce-product-attributes-item--attribute_pa_konstrukcja th::before {
    content: "\f0ad";
    /* wrench */
}

#wc .woocommerce-product-attributes-item--attribute_pa_rodzaj-dachu th::before {
    content: "\f015";
    /* house */
}

#wc .woocommerce-product-attributes-item--attribute_pa_specyfikacja-techniczna th::before {
    content: "\f013";
    /* gear */
}

#wc .woocommerce-product-attributes-item--attribute_pa_swiatlo-wjazdu-wysokosc th::before {
    content: "\f338";
    /* arrows-up-down */
}

#wc .woocommerce-product-attributes-item--attribute_pa_szerokosc th::before {
    content: "\f337";
    /* arrows-left-right */
}

#wc .woocommerce-product-attributes-item--attribute_pa_szerokosc-wjazdu th::before {
    content: "\f1b9";
    /* car */
}

#wc .woocommerce-product-attributes-item--attribute_pa_wysokosc-scian-przod th::before {
    content: "\f062";
    /* arrow-up */
}

#wc .woocommerce-product-attributes-item--attribute_pa_wysokosc-scian-tyl th::before {
    content: "\f063";
    /* arrow-down */
}

/*--------------------------------------------------------------
# WooCommerce – Notice / Message
--------------------------------------------------------------*/

.woocommerce-notices-wrapper {
    margin-bottom: 1.5rem;
}

.woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 1.5rem 1rem 3.5rem;
    background: #fff;
    border: none;
    border-left: 4px solid #e00e18;
    border-radius: 0 0.75rem 0.75rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    font-size: 0.92rem;
    font-weight: 400;
    color: #333;
    position: relative;
}

/* Ikonka checkmark przed tekstem */
.woocommerce-message::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.8rem;
    color: #fff;
    background: #e00e18;
    border-radius: 50%;
    min-width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    top: 19px;
}

/* Przycisk "Zobacz koszyk" */
.woocommerce-message .button.wc-forward {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.4rem;
    background: linear-gradient(135deg, #161616 0%, #6c0a0e 50%, #1e1e1e 100%);
    background-size: 200% 100%;
    background-position: left center;
    border: 2px solid #e00e18;
    border-radius: 2rem;
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(224, 14, 24, 0.25);
}

.woocommerce-message .button.wc-forward::before {
    content: "\f07a";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.woocommerce-message .button.wc-forward:hover {
    background-position: right center;
    transform: translateY(-2px);
    background: #0c0c0c;
    box-shadow: 0 6px 16px rgba(224, 14, 24, 0.4);
}

/*--------------------------------------------------------------
# WooCommerce – Koszyk (Block Cart)
--------------------------------------------------------------*/

#wc .wc-block-cart-items {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

#wc .wc-block-cart-items__header {
    border-bottom: 2px solid #f0f0f0;
}

#wc .wc-block-cart-items__header th {
    padding: 0 0 0.75rem;
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}

#wc .wc-block-cart-items__header th span {
    display: block;
}

#wc .wc-block-cart-items__row {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
}

#wc .wc-block-cart-items__row:hover {
    background: #fafafa;
}

#wc .wc-block-cart-item__image,
#wc .wc-block-cart-item__product,
#wc .wc-block-cart-item__total {
    padding: 1.5rem 0.5rem;
    vertical-align: top;
}

#wc .wc-block-components-product-metadata__description {
    display: none
}

/* Miniatura */
#wc .wc-block-cart-item__image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 0.75rem;
    display: block;
}

/* Nazwa produktu */
#wc .wc-block-components-product-name {
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0c0c0c;
    text-decoration: none;
    line-height: 1.2;
    display: block;
    margin-bottom: 0.4rem;
    transition: color 0.2s ease;
}

#wc .wc-block-components-product-name:hover {
    color: #e00e18;
}

/* Cena jednostkowa */
#wc .wc-block-cart-item__prices .price {
    font-size: 0.95rem;
    font-weight: 700;
    color: #e00e18;
    display: block;
    margin-bottom: 0.4rem;
}


/* Quantity selector */
#wc .wc-block-components-quantity-selector {
    display: inline-flex;
    align-items: center;
    border: 2px solid #e5e5e5;
    border-radius: 2rem;
    overflow: hidden;
    height: 40px;
}

#wc .wc-block-components-quantity-selector__input {
    width: 48px;
    text-align: center;
    border: none !important;
    outline: none !important;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0c0c0c;
    background: transparent;
    -moz-appearance: textfield;
}

#wc .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
#wc .wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#wc .wc-block-components-quantity-selector__button {
    width: 36px;
    height: 100%;
    border: none;
    background: #f5f5f5;
    font-size: 1.1rem;
    font-weight: 400;
    color: #555;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#wc .wc-block-components-quantity-selector__button:hover {
    background: #e00e18;
    color: #fff;
}

/* Usuń */
#wc .wc-block-cart-item__remove-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem;
    color: #bbb;
    text-decoration: none;
    margin-left: 0.75rem;
    transition: color 0.2s ease;
}

#wc .wc-block-cart-item__remove-link::before {
    content: "\f2ed";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.75rem;
}

#wc .wc-block-cart-item__remove-link:hover {
    color: #e00e18;
}

/* Łączna cena w wierszu */
#wc .wc-block-cart-item__total .price {
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0c0c0c;
    white-space: nowrap;
}

#wc .wc-block-cart__sidebar {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 1rem;
    padding: 1.75rem;
    position: sticky;
    top: 2rem;
}

#wc .wc-block-cart__totals-title {
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0c0c0c;
    margin: 0 0 0rem;
    padding-bottom: 1rem;
}

/* Kupony – accordion */
#wc .wc-block-components-panel__button {
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.2s ease;
}

#wc .wc-block-components-panel__button:hover {
    color: #e00e18;
}

#wc .wc-block-components-panel__button-icon {
    fill: currentColor;
    width: 18px;
    height: 18px;
}

/* Input kupon */
#wc .wc-block-components-totals-coupon__form {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

#wc .wc-block-components-totals-coupon__input input {
    border: 2px solid #e5e5e5;
    border-radius: 0.75rem;
    padding: 0.5rem 0.9rem;
    font-size: 0.9rem;
    background: #fafafa;
    transition: border-color 0.25s ease;
}

#wc .wc-block-components-totals-coupon__input input:focus {
    outline: none;
    border-color: #e00e18;
    box-shadow: 0 0 0 4px rgba(224, 14, 24, 0.08);
}

#wc .wc-block-components-totals-coupon__button {
    background: #0c0c0c;
    color: #fff;
    border: none;
    border-radius: 0.75rem;
    padding: 0.5rem 1.1rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease;
    white-space: nowrap;
}

#wc .wc-block-components-totals-coupon__button:hover {
    background: #e00e18;
}

/* Wiersz sumy */
#wc .wc-block-components-totals-footer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

#wc .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {

    font-size: 1rem;
    font-weight: 700;
    color: #0c0c0c;
}

#wc .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.4rem;
    font-weight: 800;
    color: #e00e18;
}

#wc .wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    border-bottom: 0;
    margin-bottom: 0
}

/* Przycisk "Przejdź do płatności" */
#wc .wc-block-cart__submit-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    margin-top: 1.25rem;
    padding: 1rem 2rem !important;
    background: linear-gradient(135deg, #161616 0%, #6c0a0e 50%, #1e1e1e 100%) !important;
    background-size: 200% 100% !important;
    background-position: left center !important;
    border: 2px solid #e00e18 !important;
    border-radius: 2rem !important;
    color: #fff !important;
    font-family: "Syne", Helvetica, Arial, sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.4s ease !important;
    box-shadow: 0 4px 12px rgba(224, 14, 24, 0.3) !important;
}

#wc .wc-block-cart__submit-button::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.75rem;
}

#wc .wc-block-cart__submit-button:hover {
    background-position: right center !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(224, 14, 24, 0.45) !important;
}

/*--------------------------------------------------------------
# WooCommerce – Checkout Steps
--------------------------------------------------------------*/

/* Krok – fieldset / div */
#wc .wc-block-components-checkout-step {
    border: 1.5px solid #f0f0f0 !important;
    border-radius: 1rem !important;
    padding: 1.75rem 2rem !important;
    margin-bottom: 1.25rem !important;
    background: #fff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#wc .wc-block-components-checkout-step:hover {
    border-color: rgba(224, 14, 24, 0.25) !important;
    box-shadow: 0 4px 20px rgba(224, 14, 24, 0.06);
}

/* Tytuł kroku */
#wc .wc-block-components-checkout-step__title {
    font-family: "Syne", Helvetica, Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    color: #0c0c0c !important;
    margin: 0 0 1.25rem !important;
}

/* Inputy tekstowe – floating label */
#wc .wc-block-components-text-input {
    margin-bottom: 0rem;
    position: relative;
}

#wc .wc-block-components-text-input input {
    width: 100%;
    padding: 1rem 2.5rem 0.75rem .5rem;
    border: 1.5px solid #e8e8e8 !important;
    border-radius: 0.75rem !important;
    font-size: 0.95rem;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    background: #fafafa;
    color: #0c0c0c;
    transition: all 0.25s ease;
    outline: none;
}

#wc .wc-block-components-text-input input:focus {
    border-color: #e00e18 !important;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(224, 14, 24, 0.08) !important;
}

#wc .wc-block-components-text-input label {
    font-size: 0.82rem;
    color: #999;
    margin-bottom: 0.25rem;
    display: block;
}

#wc .wc-block-components-validation-error p {
    font-size: .85rem;
}

/* Select – kraj */
#wc .wc-blocks-components-select__container {
    position: relative;
}

#wc .wc-blocks-components-select__label {
    font-size: 0.82rem;
    color: #999;
    margin-bottom: 0.25rem;
    display: block;
}

#wc .wc-blocks-components-select__select {
    width: 100%;
    padding: 1rem 2.5rem 0.75rem .5rem;
    border: 1.5px solid #e8e8e8 !important;
    border-radius: 0.75rem !important;
    font-size: 0.95rem;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    background: #fafafa;
    color: #0c0c0c;
    appearance: none;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none;
}

#wc .wc-blocks-components-select__select:focus {
    border-color: #e00e18 !important;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(224, 14, 24, 0.08) !important;
}

#wc .wc-blocks-components-select__expand {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    pointer-events: none;
    fill: #aaa;
}

/* Toggle – dodaj mieszkanie */
#wc .wc-block-components-address-form__address_2-toggle {
    display: inline-block;
    font-size: 0.82rem;
    color: #e00e18;
    cursor: pointer;
    margin-bottom: 0.75rem;
    transition: opacity 0.2s ease;
}

#wc .wc-block-components-address-form__address_2-toggle:hover {
    opacity: 0.75;
}

/* Checkbox – notatka / zgoda */
#wc .wc-block-components-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 0.5rem;
}

#wc .wc-block-components-checkbox__input {
    width: 18px;
    height: 18px;
    border: 1.5px solid #e0e0e0;
    border-radius: 4px;
    accent-color: #e00e18;
    flex-shrink: 0;
    cursor: pointer;
    margin-top: 2px;
}

/* Zgoda / terms */
#wc .wc-block-checkout__terms {
    font-size: 0.82rem;
    color: #aaa;
    padding: 1rem 0;
    border-top: 1px solid #f5f5f5;
}

#wc .wc-block-checkout__terms a {
    color: #e00e18;
    text-decoration: none;
}

#wc .wc-block-checkout__terms a:hover {
    text-decoration: underline;
}

/* Przyciski akcji */
#wc .wc-block-checkout__actions_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

/* Wróć do koszyka */
#wc .wc-block-components-checkout-return-to-cart-button {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #aaa !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

#wc .wc-block-components-checkout-return-to-cart-button svg {
    fill: currentColor;
    width: 16px;
    height: 16px;
}

#wc .wc-block-components-checkout-return-to-cart-button:hover {
    color: #e00e18 !important;
}

/* Kupuję i płacę */
#wc .wc-block-components-checkout-place-order-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem 2.5rem !important;
    background: linear-gradient(135deg, #161616 0%, #6c0a0e 50%, #1e1e1e 100%) !important;
    background-size: 200% 100% !important;
    background-position: left center !important;
    border: 2px solid #e00e18 !important;
    border-radius: 2rem !important;
    color: #fff !important;
    font-family: "Syne", Helvetica, Arial, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.4s ease !important;
    box-shadow: 0 4px 14px rgba(224, 14, 24, 0.3) !important;
}

#wc .wc-block-components-checkout-place-order-button::before {
    content: "\f09d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.85rem;
}

#wc .wc-block-components-checkout-place-order-button:hover {
    background-position: right center !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(224, 14, 24, 0.45) !important;
}

/* Error notice – brak metod płatności */
#wc .wc-block-components-notice-banner.is-error {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: #fff5f5;
    border: 1.5px solid rgba(224, 14, 24, 0.2);
    border-left: 4px solid #e00e18;
    border-radius: 0 0.75rem 0.75rem 0;
    font-size: 0.88rem;
    color: #555;
}

#wc .wc-block-components-notice-banner.is-error svg {
    display: none
}

/*--------------------------------------------------------------
# WooCommerce – Thank You Page
--------------------------------------------------------------*/

/* Baner sukcesu */
#wc .woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.75rem;
    background: #fff;
    border: 1.5px solid rgba(224, 14, 24, 0.15);
    border-left: 4px solid #e00e18;
    border-radius: 0 0.75rem 0.75rem 0;
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0c0c0c;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

#wc .woocommerce-notice--success.woocommerce-thankyou-order-received::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.82rem;
    color: #fff;
    background: #e00e18;
    border-radius: 50%;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Overview – kafelki z numerem, datą, emailem, kwotą */
#wc .woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem;
}

#wc .woocommerce-order-overview li {
    flex: 1 1 180px;
    background: #fff;
    border: 1.5px solid #f0f0f0;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #aaa;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#wc .woocommerce-order-overview li::before {
    content: none;
}

#wc .woocommerce-order-overview li:hover {
    border-color: rgba(224, 14, 24, 0.25);
    box-shadow: 0 4px 16px rgba(224, 14, 24, 0.06);
}

#wc .woocommerce-order-overview li strong {
    display: block;
    margin-top: 0.4rem;
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: #0c0c0c;
    text-transform: none;
    letter-spacing: 0;
}

/* Kwota – wyróżniona czerwienią */
#wc .woocommerce-order-overview__total strong {
    color: #e00e18 !important;
    font-size: 1.2rem !important;
}

/* Ikony przy każdym kafelku */
#wc .woocommerce-order-overview__order::before {
    content: "\f02b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.9rem;
    color: #e00e18;
    display: block;
    margin-bottom: 0.5rem;
}

#wc .woocommerce-order-overview__date::before {
    content: "\f073";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.9rem;
    color: #e00e18;
    display: block;
    margin-bottom: 0.5rem;
}

#wc .woocommerce-order-overview__email::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.9rem;
    color: #e00e18;
    display: block;
    margin-bottom: 0.5rem;
}

#wc .woocommerce-order-overview__total::before {
    content: "\f51e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.9rem;
    color: #e00e18;
    display: block;
    margin-bottom: 0.5rem;
}

#wc .woocommerce-order-overview__payment-method::before {
    content: "\f09d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.9rem;
    color: #e00e18;
    display: block;
    margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
# Thank You – Tabela szczegółów zamówienia (redesign)
--------------------------------------------------------------*/

#wc .woocommerce-order-details {
    background: #fff;
    border: 1.5px solid #f0f0f0;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

#wc .woocommerce-order-details__title {
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aaa;
    margin: 0;
    padding: 1.25rem 1.75rem;
    border-bottom: 1.5px solid #f0f0f0;
}

/* Reset tabeli */
#wc .woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
}

/* Ukryj nagłówek thead – niepotrzebny */
#wc .woocommerce-table--order-details thead {
    display: none;
}

/* Wiersze tbody */
#wc .woocommerce-table--order-details tbody tr {
    border-bottom: 1.5px solid #f8f8f8;
    transition: background 0.2s ease;
}

#wc .woocommerce-table--order-details tbody tr:last-child {
    border-bottom: none;
}

#wc .woocommerce-table--order-details tbody tr:hover {
    background: #fafafa;
}

#wc .woocommerce-table--order-details td,
#wc .woocommerce-table--order-details th {
    border: none !important;
    padding: 1.1rem 1.75rem !important;
    background: none !important;
}

/* Nazwa produktu */
#wc .woocommerce-table--order-details .product-name a {
    font-size: 0.92rem;
    font-weight: 600;
    color: #0c0c0c;
    text-decoration: none;
    transition: color 0.2s ease;
    line-height: 1.5;
}

#wc .woocommerce-table--order-details .product-name a:hover {
    color: #e00e18;
}

#wc .woocommerce-table--order-details .product-quantity {
    font-size: 0.78rem;
    font-weight: 400;
    color: #bbb;
    margin-left: 0.25rem;
}

/* Cena w wierszu produktu */
#wc .woocommerce-table--order-details tbody .product-total {
    text-align: right;
    font-weight: 700;
    font-size: 0.95rem;
    color: #0c0c0c;
    white-space: nowrap;
}

/* ── Tfoot – Kwota / Razem / Metoda ── */
#wc .woocommerce-table--order-details tfoot {
    border-top: 1.5px solid #f0f0f0;
}

#wc .woocommerce-table--order-details tfoot tr {
    border-bottom: 1px solid #f8f8f8;
}

#wc .woocommerce-table--order-details tfoot tr:last-child {
    border-bottom: none;
}

#wc .woocommerce-table--order-details tfoot th {
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px;
    color: #bbb !important;
    text-align: left !important;
}

#wc .woocommerce-table--order-details tfoot td {
    text-align: right !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    color: #555 !important;
}

/* Wiersz Razem – wyróżniony */
#wc .woocommerce-table--order-details tfoot tr:nth-child(2) th {
    color: #0c0c0c !important;
    font-family: "Syne", Helvetica, Arial, sans-serif !important;
    font-size: 0.88rem !important;
}

#wc .woocommerce-table--order-details tfoot tr:nth-child(2) td {
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: #e00e18 !important;
}

/* Adres rozliczeniowy */
#wc .woocommerce-customer-details {
    background: #fff;
    border: 1.5px solid #f0f0f0;
    border-radius: 1rem;
    padding: 1.75rem;
    transition: border-color 0.25s ease;
}

#wc .woocommerce-customer-details:hover {
    border-color: rgba(224, 14, 24, 0.2);
}

#wc .woocommerce-customer-details address {
    font-size: 0.95rem;
    font-style: normal;
    line-height: 1.8;
    color: #444;
    border: none;
    padding: 0;
}

#wc .woocommerce-customer-details--email {
    margin-top: 0.5rem;
    font-size: 0.88rem;
    color: #e00e18;
    font-weight: 600;
}

/*--------------------------------------------------------------
# WooCommerce – Moje Konto
--------------------------------------------------------------*/

#wc .woocommerce-MyAccount-navigation,
#wc .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

#wc .woocommerce {
    display: grid;
    gap: 2rem;
    align-items: start;
}

/* ── Nawigacja boczna ── */
#wc .woocommerce-MyAccount-navigation {
    background: #fff;
    border: 1.5px solid #f0f0f0;
    border-radius: 1rem;
    padding: 1rem;
}

#wc .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#wc .woocommerce-MyAccount-navigation ul li::before {
    content: none;
}

#wc .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin: 0 .5rem 0 0;
    padding: 0;
    border-radius: 0.6rem;
    overflow: hidden;
    transition: background 0.2s ease;
}

#wc .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 1rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #666 !important;
    text-decoration: none;
    border-radius: 0.6rem;
    transition: all 0.2s ease;
}

#wc .woocommerce-MyAccount-navigation ul li a:hover {
    background: #fff5f5;
    color: #e00e18 !important;
}

/* Aktywny link */
#wc .woocommerce-MyAccount-navigation-link.is-active a {
    background: linear-gradient(135deg, #161616 0%, #6c0a0e 50%, #1e1e1e 100%);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(224, 14, 24, 0.25);
}

#wc .woocommerce-MyAccount-navigation-link.is-active a:hover {
    background: linear-gradient(135deg, #161616 0%, #6c0a0e 50%, #1e1e1e 100%);
    color: #fff !important;
}

/* Ikony per link */
#wc .woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f3fd";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.82rem;
}

#wc .woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f291";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.82rem;
}

#wc .woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f019";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.82rem;
}

#wc .woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.82rem;
}

#wc .woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f007";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.82rem;
}

#wc .woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f2f5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.82rem;
}

/* Wyloguj – wyróżniony */
#wc .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 0.5rem;
    border-top: 1px solid #f0f0f0;
    padding-top: 0.5rem;
}

#wc .woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #ccc !important;
    font-weight: 400;
}

#wc .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    color: #e00e18 !important;
    background: #fff5f5;
}

/* ── Treść konta ── */
#wc .woocommerce-MyAccount-content {
    background: #fff;
    border: 1.5px solid #f0f0f0;
    border-radius: 1rem;
    padding: 2rem;
}

#wc .woocommerce-MyAccount-content p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #555;
    margin-bottom: 0.75rem;
}

#wc .woocommerce-MyAccount-content p strong {
    color: #0c0c0c;
}

#wc .woocommerce-MyAccount-content a {
    color: #e00e18;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

#wc .woocommerce-MyAccount-content a:hover {
    opacity: 0.75;
}

/* Responsive */
@media (max-width: 768px) {
    #wc .woocommerce {
        grid-template-columns: 1fr;
    }

    #wc .woocommerce-MyAccount-navigation {
        position: static;
    }

    #wc .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem;
    }

    #wc .woocommerce-MyAccount-navigation ul li {
        flex: 1 1 auto;
    }

    #wc .woocommerce-MyAccount-navigation ul li a {
        justify-content: center;
        font-size: 0.78rem;
        padding: 0.6rem 0.75rem;
    }

    #wc .woocommerce-MyAccount-navigation-link--customer-logout {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
}

/*--------------------------------------------------------------
# Moje Konto – Tabela zamówień
--------------------------------------------------------------*/

#wc .woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
}

/* Nagłówek */
#wc .woocommerce-orders-table thead tr {
    border-bottom: 2px solid #f0f0f0;
}

#wc .woocommerce-orders-table thead th {
    padding: 0 1rem 0.75rem !important;
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #bbb;
    border: none !important;
    background: none !important;
    white-space: nowrap;
}

/* Wiersze */
#wc .woocommerce-orders-table__row {
    border-bottom: 1px solid #f5f5f5 !important;
    transition: background 0.2s ease;
}

#wc .woocommerce-orders-table__row:last-child {
    border-bottom: none !important;
}

#wc .woocommerce-orders-table__row:hover {
    background: #fafafa;
}

#wc .woocommerce-orders-table__cell {
    padding: 1rem !important;
    font-size: 0.88rem;
    color: #444;
    border: none !important;
    background: none !important;
    vertical-align: middle;
}

/* Numer zamówienia */
#wc .woocommerce-orders-table__cell-order-number a {
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0c0c0c !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

#wc .woocommerce-orders-table__cell-order-number a:hover {
    color: #e00e18 !important;
}

/* Data */
#wc .woocommerce-orders-table__cell-order-date time {
    font-size: 0.85rem;
    color: #888;
}

/* Status – pill */
#wc .woocommerce-orders-table__cell-order-status {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
}

#wc .woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status {
    color: #b45309;
}

#wc .woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f59e0b;
    margin-right: 0.4rem;
    vertical-align: middle;
}

#wc .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
    color: #166534;
}

#wc .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    margin-right: 0.4rem;
    vertical-align: middle;
}

#wc .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
    color: #1e40af;
}

#wc .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3b82f6;
    margin-right: 0.4rem;
    vertical-align: middle;
}

#wc .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
    color: #999;
}

#wc .woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 0.4rem;
    vertical-align: middle;
}

/* Kwota */
#wc .woocommerce-orders-table__cell-order-total {
    font-weight: 700 !important;
    color: #0c0c0c !important;
    white-space: nowrap;
}

#wc .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
    color: #e00e18;
}

/* Przycisk "Zobacz" */
#wc .woocommerce-orders-table__cell-order-actions {
    text-align: right;
}

#wc .woocommerce-orders-table__cell-order-actions .woocommerce-button.view {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1.1rem;
    background: transparent;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #555 !important;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

#wc .woocommerce-orders-table__cell-order-actions .woocommerce-button.view::before {
    content: "\f06e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.72rem;
}

#wc .woocommerce-orders-table__cell-order-actions .woocommerce-button.view:hover {
    border-color: #e00e18 !important;
    color: #e00e18 !important;
    background: #fff5f5;
}

/*--------------------------------------------------------------
# Moje Konto – Adresy
--------------------------------------------------------------*/
#wc .col2-set .col-1,
#wc .col2-set .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

#wc .woocommerce-Address {
    background: #fff;
    border: 1.5px solid #f0f0f0;
    border-radius: 1rem;
    padding: 1.75rem;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#wc .woocommerce-Address:hover {
    border-color: rgba(224, 14, 24, 0.2);
    box-shadow: 0 4px 20px rgba(224, 14, 24, 0.05);
}

/* Header – tytuł + link edytuj */
#wc .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1.5px solid #f5f5f5;
}

#wc .woocommerce-Address-title h2 {
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0c0c0c;
    margin: 0;
}

/* Ikonka przy tytule */
#wc .u-column1 .woocommerce-Address-title h2::before {
    content: "\f15b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.82rem;
    color: #e00e18;
    margin-right: 0.5rem;
}

#wc .u-column2 .woocommerce-Address-title h2::before {
    content: "\f48b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.82rem;
    color: #e00e18;
    margin-right: 0.5rem;
}

/* Link edytuj – mały pill */
#wc .woocommerce-Address-title .edit {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.9rem;
    border: 1.5px solid #e8e8e8;
    border-radius: 2rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #888 !important;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

#wc .woocommerce-Address-title .edit::before {
    content: "\f303";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.68rem;
}

#wc .woocommerce-Address-title .edit:hover {
    border-color: #e00e18;
    color: #e00e18 !important;
    background: #fff5f5;
}

/* Treść adresu */
#wc .woocommerce-Address address {
    font-style: normal;
    font-size: 0.92rem;
    line-height: 1.8;
    color: #555;
}

/* Responsive */
@media (max-width: 640px) {
    #wc .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
}

/*--------------------------------------------------------------
# Moje Konto – Globalne style formularzy (adresy + szczegóły konta)
--------------------------------------------------------------*/

/* Layout dwukolumnowy */
#wc .woocommerce-address-fields__field-wrapper,
#wc .woocommerce-EditAccountForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.25rem;
}

/* Pola na pełną szerokość */
#wc .form-row-wide,
#wc .woocommerce-form-row--wide,
#wc fieldset,
#wc .clear {
    grid-column: 1 / -1;
}

/* Każdy p.form-row */
#wc .form-row,
#wc .woocommerce-form-row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

/* Label */
#wc .form-row label,
#wc .woocommerce-form-row label,
#wc .control-label {
    display: block;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px;
    color: #888 !important;
    margin-bottom: 0.35rem !important;
}

#wc .form-row label .required,
#wc .woocommerce-form-row label .required {
    color: #e00e18;
    margin-left: 2px;
}

#wc .form-row label .optional,
#wc .woocommerce-form-row label .optional {
    font-size: 0.7rem;
    color: #bbb;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

/* Inputy – globalnie */
#wc .input-text,
#wc .woocommerce-Input {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    border: 1.5px solid #e8e8e8 !important;
    border-radius: 0.75rem !important;
    font-size: 0.92rem !important;
    font-family: "Inter", Helvetica, Arial, sans-serif !important;
    background: #fafafa !important;
    color: #0c0c0c !important;
    transition: all 0.25s ease !important;
    outline: none !important;
    box-shadow: none !important;
    height: auto !important;
}

#wc .input-text:focus,
#wc .woocommerce-Input:focus {
    border-color: #e00e18 !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(224, 14, 24, 0.08) !important;
}

#wc .input-text::placeholder,
#wc .woocommerce-Input::placeholder {
    color: #ccc;
    font-size: 0.85rem;
}

/*--------------------------------------------------------------
# Moje Konto – Select2 (kraj)
--------------------------------------------------------------*/

#wc .select2-container {
    width: 100% !important;
}

#wc .select2-container .select2-selection--single {
    height: auto !important;
    padding: 0.75rem 2.5rem 0.75rem 1rem !important;
    border: 1.5px solid #e8e8e8 !important;
    border-radius: 0.75rem !important;
    background: #fafafa !important;
    transition: all 0.25s ease !important;
    outline: none !important;
}

#wc .select2-container--focus .select2-selection--single,
#wc .select2-container--open .select2-selection--single {
    border-color: #e00e18 !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(224, 14, 24, 0.08) !important;
}

#wc .select2-selection__rendered {
    font-size: 0.92rem !important;
    font-family: "Inter", Helvetica, Arial, sans-serif !important;
    color: #0c0c0c !important;
    line-height: 1.5 !important;
    padding: 0 !important;
}

#wc .select2-selection__arrow {
    top: 50% !important;
    right: 0.75rem !important;
    transform: translateY(-50%) !important;
    height: auto !important;
    width: auto !important;
}

#wc .select2-selection__arrow b {
    border-color: #aaa transparent transparent transparent !important;
    border-width: 6px 5px 0 5px !important;
    margin-top: -3px !important;
}

#wc .select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #e00e18 transparent !important;
    border-width: 0 5px 6px 5px !important;
}

/* Dropdown lista */
.select2-container--default .select2-dropdown {
    border: 1.5px solid #e8e8e8 !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
    z-index: 9999;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1.5px solid #e8e8e8 !important;
    border-radius: 0.5rem !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 0.88rem !important;
    font-family: "Inter", Helvetica, Arial, sans-serif !important;
    outline: none !important;
    margin: 0.5rem !important;
    width: calc(100% - 1rem) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #e00e18 !important;
    box-shadow: 0 0 0 3px rgba(224, 14, 24, 0.08) !important;
}

.select2-container--default .select2-results__option {
    font-size: 0.88rem !important;
    font-family: "Inter", Helvetica, Arial, sans-serif !important;
    padding: 0.5rem 1rem !important;
    color: #444;
    transition: background 0.15s ease;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #e00e18 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #fff5f5 !important;
    color: #e00e18 !important;
    font-weight: 600;
}

/* Pole hasła – wrapper z przyciskiem pokaż */
#wc .password-input {
    position: relative;
    display: block;
}

#wc .password-input .input-text {
    padding-right: 3rem !important;
}

#wc .password-input .show-password-input {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #aaa;
    font-size: 0.9rem;
    padding: 0;
    transition: color 0.2s ease;
}

#wc .password-input .show-password-input:hover {
    color: #e00e18;
}

/* Fieldset – zmiana hasła */
#wc .woocommerce-MyAccount-content fieldset {
    border: 1.5px solid #f0f0f0;
    border-radius: 1rem;
    padding: 1.5rem !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.25rem;
}

#wc fieldset legend {
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #aaa;
    padding: 0 0.5rem;
}

#wc fieldset .form-row,
#wc fieldset .woocommerce-form-row {
    grid-column: 1 / -1;
}

/* Opis pod polem (np. wyświetlana nazwa) */
#wc #account_display_name_description {
    font-size: 0.75rem;
    color: #bbb;
    font-style: italic;
    margin-top: 0.35rem;
    display: block;
}

/* Przyciski submit – globalnie */
#wc button[name="save_address"],
#wc button[name="save_account_details"] {
    margin-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    background: linear-gradient(135deg, #161616 0%, #6c0a0e 50%, #1e1e1e 100%);
    background-size: 200% 100%;
    background-position: left center;
    border: 2px solid #e00e18 !important;
    border-radius: 2rem;
    color: #fff !important;
    font-family: "Syne", Helvetica, Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(224, 14, 24, 0.3);
}

#wc button[name="save_address"]::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.8rem;
}

#wc button[name="save_account_details"]::before {
    content: "\f0c7";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 0.8rem;
}

#wc button[name="save_address"]:hover,
#wc button[name="save_account_details"]:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(224, 14, 24, 0.45);
}

/* Responsive */
@media (max-width: 640px) {

    #wc .woocommerce-address-fields__field-wrapper,
    #wc .woocommerce-EditAccountForm,
    #wc fieldset {
        grid-template-columns: 1fr;
    }

    #wc .form-row-first,
    #wc .form-row-last,
    #wc .woocommerce-form-row--first,
    #wc .woocommerce-form-row--last {
        grid-column: 1 / -1;
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-section {
    background: linear-gradient(180deg, #292b2c 0%, #1f2022 100%);
    padding: 6rem 0;
    color: #fff;
}

.about-intro__row {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.about-section h2 {
    font-size: 2.4rem;
    max-width: 55%;
    font-weight: 700;
    margin-bottom: 0rem;
    color: #fff;
}

.about-section h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.about-section p {
    color: #c8c8c8;
    font-size: 1rem;
    line-height: 1.7;
}

.about-intro {
    margin-bottom: 4rem;
}

.about-intro .btn-main a {
    background: linear-gradient(135deg, #e00e18 0%, #8b0a11 100%);
    border: none;
    box-shadow: 0 8px 20px rgba(224, 14, 24, 0.4);
}

.about-intro .btn-main a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(224, 14, 24, 0.6);
}

.about-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-cta {
    margin-top: 2rem;
}

.about-features {
    margin-top: 4rem;
}

.feature-box,
.feature-box-dark {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all .3s ease;
    height: 100%;
}

.feature-box:hover,
.feature-box-dark:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.08);
}

.feature-box h4,
.feature-box-dark h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.feature-box p,
.feature-box-dark p {
    color: #c8c8c8;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: #e00e18;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    color: #fff;
    font-size: 1.4rem;
}

.about-links {
    margin-top: 5rem;
}

.info-box {
    display: block;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all .3s ease;
    height: 100%;
}

.info-box h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.info-box p {
    color: #c8c8c8;
    margin: 0;
}

.info-box:hover {
    background: #e00e18;
    transform: translateY(-6px);
}

.info-box:hover h3,
.info-box:hover p {
    color: #fff;
}

.about-gallery {
    margin-top: 5rem;
}

.gallery-box {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}

.gallery-box img {
    width: 100%;
    display: block;
    max-height: 320px;
    object-fit: cover;
    border-radius: 1.5rem;
    transition: transform .4s ease;
}

.gallery-box:hover img {
    transform: scale(1.02);
}

.gallery-box span {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 2rem;
    font-size: .9rem;
}

.blog-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}

.blog-header {
    margin-bottom: 4rem;
}

.blog-header h2 {
    font-size: 2.4rem;
    max-width: 75%;
    ;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blog-header p {
    font-size: 1rem;
    color: #666;
}

.blog-swiper {
    padding-bottom: 3rem;
}

.blog-item {
    height: 100%;
}

.blog-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-thumb {
    border-radius: 1.5rem;
    overflow: hidden;
    margin-bottom: 1.2rem;
}

.blog-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.blog-item:hover .blog-thumb img {
    transform: scale(1.05);
}

.entry-page h3.blog-title,
.blog-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .6rem;
    line-height: 1.4;
    color: #0c0c0c
}


.blog-date {
    font-size: .85rem;
    color: #999;
}

.blog-content {
    padding: 1.8rem;
}

.blog-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: .8rem;
    color: #111;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #e00e18;
}

.related-title {
    margin-top: 2rem
}

/* BLOG SWIPER ARROWS */

.blog-prev,
.blog-next {
    color: #e00e18 !important;
}

.blog-prev::after,
.blog-next::after {
    color: #e00e18 !important;
    font-size: 26px;
    font-weight: 700;
}

.blog-prev:hover,
.blog-next:hover {
    color: #c00c15 !important;
}

.blog-prev:hover::after,
.blog-next:hover::after {
    color: #c00c15 !important;
}

/* jeżeli używasz defaultowych klas Swipera */

.swiper-button-prev,
.swiper-button-next {
    color: #e00e18 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: #e00e18 !important;
}

/*--------------------------------------------------------------
# CTA   
--------------------------------------------------------------*/

.cta {
    padding: 6rem 0 0 0;
    background: linear-gradient(135deg, #f7f7f7 0%, #bfbfbf 100%);
    position: relative;
}

.cta-text {
    padding-right: 3rem;
    margin-bottom: 6rem;
}

.cta .section-title {
    margin-bottom: 3rem;
}

.cta h2 {
    max-width: 85%;
    font-size: 2.4rem;
    font-weight: 700;
    color: #0c0c0c;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.cta p {
    font-size: 1rem;
    line-height: 1.7;
    color: #2a2a2a;
}

.cta-image {
    position: absolute;
    bottom: 0;
}

.cta-image img {
    border-radius: 2rem 2rem 0 0;
    max-width: 100%;
}

/* CF7 */
.entry-content .wpcf7 p {
    font-weight: 500;
}

.wpcf7 form {
    background: #ffffff;
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.wpcf7 label {
    width: 100%;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #424242;
    margin-bottom: .4rem;
}

.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: .6rem 1.2rem;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
    font-size: 1rem;
    background: #fafafa;
    transition: all .3s ease;
}

.wpcf7 input[type="checkbox"] {
    width: auto;
    padding: 0;
    margin-right: 0.5rem;
}

.wpcf7 textarea {
    max-height: 120px;
}

/* SELECT */

.wpcf7 select {
    width: 100%;
    padding: .6rem 1.2rem;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
    font-size: 1rem;
    background: #fafafa;
    transition: all .3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.wpcf7 select:focus {
    background: #fff;
    border-color: #e00e18;
    box-shadow: 0 0 0 4px rgba(224, 14, 24, 0.12);
    outline: none;
}

/* RADIO */

.wpcf7 .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.wpcf7 .wpcf7-list-item {
    margin-left: 1rem;
}

.wpcf7 .wpcf7-list-item.first {
    margin-left: 0;
}

.wpcf7 input[type="radio"] {
    width: auto;
    margin-right: .5rem;
}

.wpcf7 .wpcf7-list-item label {
    display: flex;
    align-items: center;
    font-size: .9rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #424242;
    cursor: pointer;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    background: #fff;
    border-color: #e00e18;
    box-shadow: 0 0 0 4px rgba(224, 14, 24, 0.12);
    outline: none;
}

.entry-content .wpcf7 input[type="submit"],
.wpcf7-submit {
    margin-top: 1rem;
    padding: 18px 28px;
    border-radius: 60px;
    border: none;
    background: linear-gradient(135deg, #e00e18 0%, #8b0a11 100%);
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}

.entry-content .wpcf7 input[type="submit"]:hover,
.wpcf7-submit:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(224, 14, 24, 0.35);
}

.wpcf7-agree {
    font-size: 0.8rem;
    color: #666;
}

.wpcf7-agree a {
    color: #e00e18;
    font-weight: 600;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    margin-top: .3rem;
    font-size: .65rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1rem 0 0;
    padding: 1rem;
    border-radius: 1.5rem;
    font-size: .95rem;
}

/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.page-hero {
    margin-top: -162px;
    position: relative;
    min-height: 420px;
    padding: 12rem 0 12rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.55) 0%,
            rgba(0, 0, 0, 0.65) 60%,
            rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
}

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

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.45) 40%,
            rgba(0, 0, 0, 0.2) 100%);
}

.page-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

.page-hero h3 {
    font-size: 1rem;
    margin: 0rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.page-hero h3 span {
    background: #e00e1838;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 2rem;
    display: inline-block;
}


.page-hero h1 {
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.page-hero h1::after {
    content: "";
    display: inline-block;
    margin-left: 2rem;
    width: 80px;
    height: 2px;
    background-color: #e00e18;
    vertical-align: middle;
}

.page-wrapper.pw-page {
    background: linear-gradient(135deg,
            #f7f7f7 0%,
            #bfbfbf 100%);
    padding: 6rem 0;
    position: relative;
}

.entry-page {
    background: #fff;
    padding: 6rem 3rem;
    border-radius: 2rem;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-top: -14rem;
    z-index: 99;
}


.entry-page h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.entry-page h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #e00e18
}

.entry-page p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.entry-page ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.entry-page ol li,
.entry-page ul li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: .6rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
}

.entry-page ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e00e18;
}

#wc .like-also ul.products li.product::before,
#wc .related.products ul.products li.product::before,
.woocommerce-pagination ul li::before,
.entry-page #wc ul li::before {
    content: none
}

.wp-block-gallery img {
    border-radius: 1.5rem;
    transition: transform 0.4s ease;
}

.wp-block-gallery img:hover {
    transform: scale(1.02);
}



/* --------------------------------------------------------------
# Paleta kolorów
-------------------------------------------------------------- */

.pallete-color {
    padding: 4rem 0;
}

.pallete-color .row>div {
    margin-bottom: 2rem;
}

.pallete-color__bg {
    width: 100%;
    height: 128px;
    border-radius: 6px;
}

.pallete-color h3 {
    font-size: .85rem;
    margin-top: .75rem;
    text-align: center;
    font-weight: 600;
    color: #0c0c0c;
}


/* BACKGROUNDS */

.pallete-color>.row>*:nth-child(1) .pallete-color__bg {
    background: #f1f1f1;
}

.pallete-color>.row>*:nth-child(2) .pallete-color__bg {
    background: #a5a5a5;
}

.pallete-color>.row>*:nth-child(3) .pallete-color__bg {
    background: #0a0a0a;
}

.pallete-color>.row>*:nth-child(4) .pallete-color__bg {
    background: #4b3827;
}

.pallete-color>.row>*:nth-child(5) .pallete-color__bg {
    background: #4c2c1d;
}

.pallete-color>.row>*:nth-child(6) .pallete-color__bg {
    background: #432719;
}

.pallete-color>.row>*:nth-child(7) .pallete-color__bg {
    background: #884524;
}

.pallete-color>.row>*:nth-child(8) .pallete-color__bg {
    background: #8f3b0f;
}

.pallete-color>.row>*:nth-child(9) .pallete-color__bg {
    background: #4c473e;
}

.pallete-color>.row>*:nth-child(10) .pallete-color__bg {
    background: #383e42;
}

.pallete-color>.row>*:nth-child(11) .pallete-color__bg {
    background: #2fa84f;
}

.pallete-color>.row>*:nth-child(12) .pallete-color__bg {
    background: #3f4a2f;
}

.pallete-color>.row>*:nth-child(13) .pallete-color__bg {
    background: #3b420f;
}

.pallete-color>.row>*:nth-child(14) .pallete-color__bg {
    background: #0f4d2c;
}

.pallete-color>.row>*:nth-child(15) .pallete-color__bg {
    background: #1f4e99;
}

.pallete-color>.row>*:nth-child(16) .pallete-color__bg {
    background: #873426;
}

.pallete-color>.row>*:nth-child(17) .pallete-color__bg {
    background: #82160c
}

.pallete-color>.row>*:nth-child(18) .pallete-color__bg {
    background: #6d2411
}

.pallete-color>.row>*:nth-child(19) .pallete-color__bg {
    background: #681912
}

.pallete-color>.row>*:nth-child(20) .pallete-color__bg {
    background: #a7190f
}

.pallete-color>.row>*:nth-child(21) .pallete-color__bg {
    background: #f5c400;
}

.pallete-color>.row>*:nth-child(22) .pallete-color__bg {
    background: #d7b178;
}


/* --------------------------------------------------------------
# Footer
-------------------------------------------------------------- */

#footer-wrapper {
    background: linear-gradient(180deg, #292b2c 0%, #1f2022 100%);
    padding: 6rem 0 0 0;
    color: #cfcfcf;
}

#footer-wrapper h2 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
}

#footer-wrapper h3 {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #e00e18;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

#block-27 p {
    margin-top: 3rem;
    position: relative;
}

#block-27 p::before {
    content: "";
    display: block;
    height: 1px;
    width: 200px;
    background: rgba(255, 255, 255, 0.08);
    margin: 3rem 0 2rem;
}

#footer-wrapper p {
    color: #bdbdbd;
    line-height: 1.7;
    margin-bottom: 1rem;
}

#footer-wrapper a {
    color: #d8d8d8;
    text-decoration: none;
    transition: all .3s ease;
}

#footer-wrapper a:hover {
    color: #e00e18;
}

#footer-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#block-30 p {
    font-size: .95rem;
    max-width: 65%
}

#footer-wrapper ul li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: .75rem;
    font-size: 0.95rem;
    transition: all .3s ease;
}

#footer-wrapper ul li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 0.7rem;
    color: #e00e18;
}

#footer-wrapper ul li:hover {
    transform: translateX(4px);
}

#footer-wrapper ul li a {
    color: #cfcfcf;
}

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

.footer-widget {
    margin-bottom: 3rem;
}

.row__first {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.row__second ul li {
    font-size: 0.85rem;
    color: #9e9e9e;
}

.row__second ul li::before {
    color: #555;
}

.footer-bottom {
    background: #161718;
    padding: 1.8rem 0;
    margin-top: 3rem;
    position: relative;
}

.footer-credits {
    font-size: 0.85rem;
    color: #777;
}

.footer-credits a {
    color: #e00e18;
    font-weight: 600;
}

.scroll-top {
    position: absolute;
    right: 6rem;
    bottom: 1rem;
}

.scroll-top a {
    font-size: .95rem;
    width: 42px;
    height: 42px;
    background: #e00e18;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all .3s ease;
}

#footer-wrapper .scroll-top a:hover {
    transform: translateY(-4px);
    color: #fff;
    box-shadow: 0 10px 25px rgba(224, 14, 24, 0.4);
}

/* TELEFONY */
#block-27 p,
#block-28 p {
    margin-bottom: .25rem;
    font-size: 2.4rem;
    font-weight: 300;
}

#block-27 a,
#block-28 a {
    margin-bottom: .25rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
}

#block-27 a:hover,
#block-28 a:hover {
    color: #e00e18;
}

#block-27 p {
    margin-bottom: -.5rem
}

/* EMAIL */
#block-29 a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #e00e18;
}

#block-29 a:hover {
    color: #fff;
}