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

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

.container-fluid {
    margin: 0 3rem;
}

.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: #0c0c0c;
    font-weight: 700;
    background-color: transparent;
    transition: .2s ease-in-out;
}

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

.entry-content ul li,
.entry-content ol li,
p {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.btn-main a {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.85rem 2.25rem;
    border-radius: 999px;
    background-color: #e42126;
    color: #fff;
    border: 2px solid #e42126;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn-main a:hover {
    background-color: #292b2c;
    border-color: #292b2c;
    color: #fff;
}

.btn-main__black a {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 2.25rem;
    border-radius: 999px;
    background-color: #292b2c;
    color: #fff;
    border: 2px solid #292b2c;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn-main__black a:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#wrapper {}

.mh-sale {
    background: #E30613;
    color: #fff;
    padding: .5rem 0;
    font-size: .85rem;
}

.mh-sale__inner {
    display: flex;
    align-items: center;
    gap: .75rem
}

.mh-sale__inner i {
    font-size: 1.2rem
}

.mh-sale__inner a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

.sutemi-floating-buttons {
    position: fixed;
    top: 40%;
    left: .5rem;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transform: translateY(-40%);
}

/* Przyciski pionowe */
.sutemi-btn {
    background: #333;
    color: #fff;
    width: 48px;
    height: 160px;
    text-decoration: none;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: 0.25s ease;
    padding: 0;
    position: relative;
}

.sutemi-btn span {
    display: block;
    transform: rotate(90deg);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: 0px;
    white-space: nowrap;
}

.sutemi-btn-2 {
    background: #E30613;
}

.sutemi-btn:hover {
    background: #bb0510;
    color: #fff;
}

@media (max-width: 768px) {
    .sutemi-floating-buttons {
        display: none;
    }
}


.mastheader.mh__scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.mastheader.mh__scroll .mh-main .navigation-full {
    margin-top: .25rem;
    background: transparent;
    padding: 0rem;
}

.mastheader.mh__scroll .mh-main .navigation-full a {
    color: #292b2c
}

.mh-top {
    transition: opacity 0.3s ease-in-out;
}

.mastheader.mh__scroll .mh-sale,
.mastheader.mh__scroll .mh-top {
    opacity: 0;
    display: none;
    height: 0;
    overflow: hidden;
}

.mastheader.mh__scroll #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    line-height: 34px;
    height: 34px;
    font-size: 12px;
}

.mastheader.mh__scroll .mh-main {
    padding: .5rem 0;
    z-index: 999;
    background: #ffffff
}

.mastheader {
    padding: 0;
    z-index: 999;
    background: #ffffff
}

.mh-top {
    padding: .85rem 0;
    color: #858585;
    border-bottom: 1px solid #ddd;
    background: #fff;
    font-size: .85rem;
}

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

.mht1 {
    font-size: .8rem;
    color: #2a2a2a;
}

.mht2 {
    font-size: .8rem;
    color: #e42126
}

.mht2 strong {
    color: #2a2a2a;
}

.mht3,
.mht4 {
    text-align: right;
}

.mh-top a {
    color: #2a2a2a;
}

.mh-top span.frst {
    font-weight: 600;
    margin-right: .5rem;
    color: #2a2a2a;
    background: transparent;
    padding: 0;
}

.mh-top span {
    margin-right: .5rem;
    padding: .2rem .8rem;
    background: #0000002e;
    color: #2a2a2a;
    border-radius: 16px;
    font-weight: 600;
}

.mh-top .fa-brands {
    margin-left: .3rem;
    color: #e42126;
}

.mh-top .fa-light {
    color: #e42126;
    padding-right: .5rem;
}

.mh-main {
    padding: 1rem 0 0 0;
    position: relative;

}

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

.logo {
    height: auto;
}

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

.mh-main .navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    justify-content: flex-end;
    align-items: center;
}

.mh-main .navigation-full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    justify-content: center;
    align-items: center;
    background: #292b2c;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 1rem 1rem 0 0;
}

.mh-main .btn-main a {
    padding: 0.5rem 2.25rem;
}

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

#menu-primary {
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin: 0 .75rem;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #e42126;
    text-decoration: underline;
}

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

.shop-menu .nav-item>a {
    color: #222;
    font-weight: 600;
    padding: 1rem;
    transition: all 0.2s ease-in-out;
}

.shop-menu .nav-item:hover>a,
.shop-menu .nav-item>a:hover,
.shop-menu .nav-item.active>a {
    color: #e42126;
}

.shop-menu .dropdown-menu {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    min-width: 240px;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.shop-menu .dropdown-menu>li>a {
    display: block;
    padding: 0.6rem 1.2rem;
    color: #333;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.2s ease-in-out;
}

.shop-menu .dropdown-menu>li>a:hover {
    background-color: #f9f9f9;
    color: #e42126;
}

/* Submenu (2 poziom) */
.shop-menu .dropdown-submenu {
    position: relative;
}

.shop-menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -1px;
    border-left: 1px solid #eee;
    display: none;
}

.shop-menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    z-index: 1001;
}

.dropdown-toggle::after {
    display: none !important;
}

.shop-menu .dropdown-toggle .caret::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f107";
    font-size: 0.75rem;
    margin-left: 0.3rem;
    vertical-align: middle;
    display: inline-block;
}

.shop-menu .dropdown-submenu>a>.caret::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f105";
    /* fa-chevron-right */
    font-size: 0.75rem;
    margin-left: 0.3rem;
    vertical-align: middle;
    display: inline-block;
}

#menu-primary-navigation li:last-child>a {
    margin-right: 0;
}

.navigation .wc-menu {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.search-container {
    position: relative;
}

.search-container label {
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #bcbcbc;
    color: #0c0c0c;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
}

.search-container .search-field:focus {
    outline: none;
    box-shadow: none;
}

.search-container input {
    background: transparent;
    border: none;
    color: #292b2c;
}

.search-container button[type=submit] {
    background: transparent;
    border: none;
    border-radius: 0;
}

.search-container input::placeholder {
    color: #666;
}

.search-container button[type=submit]:hover .fa-solid {
    color: #292b2c;
}

.search-container .fa-solid {
    color: #e42126;
}

.live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 0;
    z-index: 9999;
    display: none;
    max-height: 320px;
    overflow-y: auto;
    box-shadow: none;
    margin-top: 1rem;
    border-radius: 1rem 0 0 1rem;
}

@media (min-width: 991px) {
    .live-search-results {
        min-width: 320px;
    }
}

.ls-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.ls-inner__single {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .5rem;
    border: 1px solid #e42126;
    border-radius: 0;
    background-color: #ffffff;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.ls-inner__single:hover {
    background-color: #e42126;
    border-color: #e42126;
}

.ls-inner__single:hover .ls-inner__content span a {
    color: #ffffff;
}

.ls-inner__image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.ls-inner__content {
    flex: 1;
    line-height: 1rem;
}

.ls-inner__content span a {
    text-decoration: none;
    color: #0c0c0c;
    font-weight: 400;
    font-size: .9rem;

}

.not-found {
    margin: 0rem 0 0 0;
    padding: 1rem;
    text-align: center;
    font-weight: 400;
    font-size: .9rem;
    color: #ff0000
}

.live-search-results {
    scrollbar-width: thin;
    scrollbar-color: #cccccc #f4f4f4;
}

.live-search-results::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.live-search-results::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 4px;
}

.live-search-results::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

.live-search-results::-webkit-scrollbar-track {
    background: #f4f4f4;
}

#menu-wc-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
    align-items: center;
}

#menu-wc-menu li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 600;
}

#menu-wc-menu li:first-child::before {
    content: "\f007";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #e42126;
    padding-right: 0.3rem;
    font-size: 1rem;
}

#menu-wc-menu li:nth-child(2)::before {
    content: "\f07a";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #e42126;
    padding-right: 0.3rem;
    font-size: 1rem;
}

#menu-wc-menu li a {
    text-decoration: none;
    color: #0c0c0c;
    transition: color 0.2s ease;
}

#menu-wc-menu li a:hover {
    color: #e42126;
    text-decoration: underline;
}

.cart-summary {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.95rem;
    gap: 0.5rem;
}

.cart-summary i {
    color: #e42126;
    font-size: 1.2rem;
    line-height: 1;
}

.cart-summary .cart-total {
    color: #0c0c0c;
}

.discount_percent {
    background: #e30613;
    color: #fff;
    padding: 1.5rem 0;
}

.discount_percent .container-big {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.discount_percent__header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-width: 400px;
}

.discount_percent__header i {
    font-size: 2.5rem;
}

.discount_percent__header h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.discount_percent__header p {
    margin: 0;
    opacity: 0.9;
}

.discount_percent__levels {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    width: 100%;
}

.discount_level {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.discount_level strong {
    font-size: 1.3rem;
    font-weight: 800;
}

.discount_from {
    font-size: 0.95rem;
    opacity: 0.9;
}

.discount_level.highlight {
    background: #fff;
    color: #e30613;
}


/*--------------------------------------------------------------
# POPUP
--------------------------------------------------------------*/
.sutemi-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
    z-index: 999999;
}

.sutemi-popup.active {
    opacity: 1;
    pointer-events: auto;
}

.sutemi-popup__inner {
    position: relative;
    max-width: 520px;
    background: #1e1e20;
    width: 90%;
    transform: translateY(20px);
    transition: transform .35s ease;
}

.sutemi-popup.active .sutemi-popup__inner {
    transform: translateY(0);
}

.sutemi-popup__inner img {
    display: block;
    width: 100%;
    max-height: 640px;
    object-fit: contain;
    border-radius: 1rem;
}

.sutemi-popup__close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #e30613;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#slider {
    position: relative;
}

#slider .item {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}

#slider .owl-item.active {
    opacity: 1;
}

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

#slider .item h2 {
    margin: 0 0 1rem;
    font-weight: 600;
    font-size: 3.4rem;
    color: #fff;
    letter-spacing: 0;
}

#slider .item .text {
    margin: 0 0 3rem;
    letter-spacing: 0px;
    max-width: 50%;
    color: #d4d4d4
}

#slider .item .text p {
    font-size: 1.1rem;
    font-weight: 300;
}

#slider .item .btn-main a {
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 60px;
}

#slider .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(55deg, rgb(0 0 0 / 38%) 0%, rgb(0 0 0 / 61%) 50%, rgb(0 0 0 / 32%) 80%);
    top: 0;
    left: 0;
}


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

#slider .owl-controls .owl-page span {
    width: 1rem;
    height: 1rem;
    margin: 0 .2rem;
    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;
}

.top {
    position: relative;
}

.scroll-down {
    position: absolute;
    z-index: 999;
    bottom: -1.5rem;
    right: 3rem;
    z-index: 999;
}

.footer-bottom .scroll-top a,
.scroll-down a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #e42126;
    border: 2px solid #e42126;
    padding: 1rem 1.2rem;
    border-radius: 100%;
    line-height: 55px;
}

.scroll-top a:hover,
.scroll-down a:hover {
    color: #fff;
    background: #292b2c;
    border: 2px solid #292b2c
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.top-promo {
    position: relative;
    z-index: 10;
    background: #151515;
    padding: 3rem 0;
}

.top-promo .top-promo__inner {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.top-promo_img img {
    width: 100%;
    max-width: 120px;
    border-radius: 100%;
    display: block;
    height: 120px;
    object-fit: cover;
}

.top-promo_text {
    flex: 1;
}

.top-promo_h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #fff;
}

.top-promo_txt {
    font-size: .85rem;
    line-height: 1.6;
    margin-bottom: 0rem;
    color: #bebebe;
    max-width: 75%;
}

.t-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hp-promote {
    padding: 6.25rem 0;
}

.hp-promote__inner {
    background: #fff;
    border: 4px solid #e42126;
    padding: 3rem 3.5rem;
    margin: 0 0 0rem 0;
    border-radius: 1.25rem;
}


.hp-promote__inner .products {
    margin-bottom: 0;
}


.about .section-title {
    text-align: left;
}

.about .section-title h2 {
    margin-bottom: 0;
}

.about {
    padding: 6.25rem 0;
    background-color: #ffffff;
}

.about__left img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    object-fit: cover;
}

.about__right-row {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: 2rem;
}

.about__right-row .btn-main {
    margin-left: auto;
    flex-shrink: 0;
}


.about__right h1 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    max-width: 95%;
}

.about__right h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0rem;
    color: #e42126
}

.about__right .content {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 0rem;
    color: #0c0c0c;
}

.about__widgets {
    margin-top: 2.5rem;
}

.about__widgets .box {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: #f8f8f8;
    border-radius: 1rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    margin-bottom: 2rem;
    transition: box-shadow 0.3s ease-in-out;
}

.about__widgets .box:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.about__widgets .box__icon {
    font-size: 2rem;
    color: #e42126;
    flex-shrink: 0;
    line-height: 1;
}

.about__widgets .box__content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.about__widgets .box__content h3 a {
    color: #0c0c0c;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.about__widgets .box__content h3 a:hover {
    color: #e42126;
}

.about__widgets .txt {
    font-size: 0.95rem;
    color: #2a2a2a;
    line-height: 1.6;
    font-weight: 300;
}

.categories {
    padding: 6.25rem 0;
    background: #e4212615
}

.section-title {
    text-align: center;
}

.section-title h2 {
    margin: 0 0 3rem;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.section-title h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #e42126
}

.categories {
    padding: 6.25rem 0;
    background-color: #e4212607
}

.categories__inner .box {
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.categories__inner .box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.categories__inner .box__img {
    position: relative;
    overflow: hidden;
}

.categories__inner .box__img img {
    width: 100%;
    height: auto;
    min-height: 280px;
    max-height: 280px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.categories__inner .box__img:hover img {
    transform: scale(1.05);
}

.categories__inner .box__content {
    padding: 1.5rem;
    text-align: left;
}

.categories__inner .box__content h3 {
    font-size: 1.1rem;
    margin: 0 0 0.5rem;
    font-weight: 700;
}

.categories__inner .box__content h3 a {
    color: #292b2c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.categories__inner .box__content h3 a:hover {
    color: #e42126;
}

.categories__inner .box__content .txt {
    color: #555;
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
}

.categories__inner .box__content .btn-main {
    text-align: left;
}

.categories__inner .box__content .btn-main a {
    background-color: #e42126;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem .8rem;
    border-radius: 30px;
    border: 2px solid #e42126;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.categories__inner .box__content .btn-main a:hover {
    background-color: #292b2c;
    border-color: #292b2c;
    color: #fff;
}


.bestseller {
    padding: 6.25rem 0;
    background: #ffffff
}

.newest {
    padding: 6.25rem 0;
    background: #e421261f
}


.hp-tabs {
    padding: 6.25rem 0 3rem;
    background: #fff;
}

.txt_s1 {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.txt_s1 h2,
.txt_s1 h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-weight: 700;
}

.txt_s1 ul {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding-left: 1.4rem;
}

.txt_s1 p,
.txt_s1 ul li {
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.recommendation {
    padding: 0 0 6.25rem;
}

.medale {
    padding: 6.25rem 0;
    background-color: #292b2c;
}

.medale img {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #444;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    background-color: #1f1f1f;
    display: block;
    width: 100%;
    height: auto;
}

.medale h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.medale p {
    color: #ddd;
    font-size: 0.95rem;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.6;
}

.four-widgets {
    padding: 6.25rem 0;
}

.four-widgets .box {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.four-widgets .box:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.four-widgets .box__icon {
    margin-bottom: 1.5rem;
}

.four-widgets .box__icon img {
    margin-top: -3rem;
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 0rem;
}


.four-widgets .box__content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    margin: 1.5rem 0 .5rem;
}

.four-widgets .box__content .txt {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.carousel-hp {
    padding-bottom: 6.25rem;
}

.carousel-hp .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 0;
    list-style: none;
}

.carousel-hp .slick-dots li {
    margin: 0;
    padding: 0;
}

.carousel-hp .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background-color: #bbb;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.carousel-hp .slick-dots li.slick-active button {
    background-color: #e42126;
    transform: scale(1.2);
}

.carousel-hp .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #e42126;
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.carousel-hp .slick-arrow:hover {
    background-color: #292b2c;
    transform: translateY(-50%) scale(1.1);
}

.carousel-hp .slick-prev::before,
.carousel-hp .slick-next::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 1rem;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.carousel-hp .slick-prev::before {
    content: "\f104";
}

.carousel-hp .slick-next::before {
    content: "\f105";
}

.carousel-hp .slick-prev {
    left: -20px;
}

.carousel-hp .slick-next {
    right: -20px;
}


/*--------------------------------------------------------------
# WooCommerce - default style, main, category
--------------------------------------------------------------*/

/* Kontener produktu */
#wc ul.products li.product {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#wc ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Link i obrazy */
#wc ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1rem;
}

#wc ul.products li.product a.woocommerce-LoopProduct-link img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease;
    backface-visibility: hidden;
    border-radius: 1rem;
}

/* Tytuł produktu */
#wc ul.products li.product .woocommerce-loop-category__title,
#wc ul.products li.product .woocommerce-loop-product__title,
#wc ul.products li.product h3 {
    font-size: 1rem;
    font-weight: 700;
    padding: 1.5rem 1rem 0.75rem;
    margin: 0;
    color: #0c0c0c;
    text-align: left;
    line-height: 1.3;
    transition: color 0.2s ease;
}

#wc ul.products li.product .woocommerce-loop-product__title:hover {
    color: #e42126;
    text-decoration: underline;
}

#wc ul.products li.product .price {
    padding: 0 1rem 1.25rem;
    display: block;
}

.price-netto-wrapper,
#wc ul.products li.product .price .price-netto-wrapper {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.price-netto,
#wc ul.products li.product .price .price-netto {
    font-size: 1.1rem;
    font-weight: 700;
    color: #e42126;
    line-height: 1.2;
}

.price-vat,
#wc ul.products li.product .price .price-vat {
    font-size: .85rem;
    color: #777;
    font-weight: 400;
}

.single-product .price-netto {
    font-size: 1.35rem;
}

.single-product .price-vat {
    font-size: .9rem;
}


.woocommerce ul.products li.product .onsale {
    all: unset;
}

.woocommerce span.onsale {
    all: unset;
}

#wc span.onsale {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFD600;
    /* żółty */
    color: #292b2c;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.3rem 0.8rem;
    border-radius: 0 0 1rem 0;
    z-index: 10;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: inline-block;
}


/* Ukrycie standardowych przycisków */
#wc ul.products li.product .button {
    display: none !important;
}

.page-title .woocommerce-breadcrumb {
    margin-top: 1rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #e42126;
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
}

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

.page-title .woocommerce-breadcrumb a:hover {
    color: #e42126;
}

.page-title .woocommerce-breadcrumb span {
    color: #e42126;
    margin: 0 .3rem;
    font-weight: 600;
}

.page-title .woocommerce-breadcrumb .breadcrumb_last {
    color: #e42126;
    font-weight: 600;
}

#wc .woocommerce-result-count {
    margin: 0 0 .5rem;
    font-size: .9rem;
}

#wc .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #eaeaea;
    padding: 0.2rem;
    font-size: .9rem;
}


#wc .term-description {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f4f4f4;
}

#wc .term-description2 {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border: 2px solid #e42126
}

#wc .term-description2 p:last-child,
#wc .term-description p:last-child {
    margin-bottom: 0
}

#wc .term-description2 ul,
#wc .term-description ul {
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 0;
}

#wc .term-description2 ul li,
#wc .term-description ul li {
    font-size: .9rem;
    margin-bottom: .75rem;
}

#wc .term-description2 ul li::before,
#wc .term-description ul li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #e42126;
    display: inline-block;
    margin: 0 .35rem 0 0
}

#wc .term-description2 p,
#wc .term-description p {
    font-size: .9rem;
}

#wc .term-description h2,
#wc .term-description h3,
#wc .term-description h4,
#wc .term-description2 h2,
#wc .term-description2 h3,
#wc .term-description2 h4 {
    font-size: 1.3rem;
    margin: 0 0 1rem;
    font-weight: 700;
    text-transform: uppercase;
}


#wc .category_gallery {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(4, 1fr);
}

#wc .category_gallery a {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 6px;
}

#wc .category_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 3 kolumny */
@media (max-width: 1100px) {
    #wc .category_gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 2 kolumny */
@media (max-width: 768px) {
    #wc .category_gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

#wc .category_cta {
    background: #fff;
    border: 2px solid #e42126;
    padding: 2rem;
    margin: 1.5rem 0;
    border-radius: 1.25rem;
}

/* --- MODAL ROZMIAR --- */
#categoryModal .modal-dialog {
    width: 768px;
    max-width: 95%;
    margin-top: 60px;
}

@media (max-width: 768px) {
    #categoryModal .modal-dialog {
        width: 95% !important;
        margin: 20px auto;
    }
}

/* --- MODAL BOX --- */
#categoryModal .modal-content {
    border-radius: 14px;
    border: none;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* --- HEADER --- */
#categoryModal .modal-header {
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 20px;
}

#categoryModal .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

/* Ikona zamknięcia */
#categoryModal .modal-header .close {
    font-size: 26px;
    opacity: .6;
    transition: .2s;
}

#categoryModal .modal-header .close:hover {
    opacity: 1;
}

/* --- BODY --- */
#categoryModal .modal-body {
    padding: 20px 25px;
}

/* Pola formularza CF7 */
#categoryModal .wpcf7-form input[type="text"],
#categoryModal .wpcf7-form input[type="email"],
#categoryModal .wpcf7-form input[type="tel"],
#categoryModal .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: 15px;
}

/* textarea */
#categoryModal textarea {
    min-height: 140px;
    resize: vertical;
}

/* Zgoda RODO */
#categoryModal .wpcf7-acceptance {
    margin: 10px 0 20px;
    display: block;
    font-size: 13px;
    color: #444;
}

/* Link do polityki */
#categoryModal a {
    color: #E30613;
    font-weight: 600;
    text-decoration: underline;
}

/* --- SUBMIT BUTTON --- */
#categoryModal input[type="submit"] {
    background: #E30613;
    border: none;
    padding: 12px 26px;
    font-size: 15px;
    color: #fff;
    border-radius: 2rem;
    cursor: pointer;
    font-weight: 600;
    transition: .25s;
}

#categoryModal input[type="submit"]:hover {
    background: #c10510;
}

/* Hover na polach */
#categoryModal .wpcf7-form input:focus,
#categoryModal .wpcf7-form textarea:focus {
    border-color: #E30613;
    outline: none;
    box-shadow: 0 0 0 2px rgba(227, 6, 19, 0.15);
}


/* Tytuł */
#wc .category_cta h2 {
    margin: 0 0 1.5rem;
}


#wc form.checkout_coupon,
#wc form.login,
#wc form.register {
    border: 2px solid #0c0c0c;
    padding: 2rem;
    margin: 1rem 0 2rem;
    text-align: left;
    border-radius: 0px;
}

#wc form.lost_reset_password .form-row input.input-text,
#wc form.lost_reset_password form .form-row textarea,
#wc form.woocommerce-ResetPassword .form-row input.input-text,
#wc form.woocommerce-ResetPassword form .form-row textarea,
#wc form.login .form-row input.input-text,
#wc form.login form .form-row textarea,
#wc form.register .form-row input.input-text,
#wc form.register form .form-row textarea {
    padding: 0.65rem;
}

#wc .filter-wc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#wc .filter-wc>ul>li {
    background: #f9f9f9;
    margin-bottom: 0.4rem;
    padding: 0.8rem 1rem 0.8rem 2.2rem;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    transition: all 0.2s ease;
}

#wc .filter-wc>ul>li:hover,
#wc .filter-wc>ul>li.current-cat,
#wc .filter-wc>ul>li.current-cat-parent {
    background: #f4f4f4;
    color: #e42126;
}

#wc .filter-wc>ul>li>a {
    color: inherit;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
}

#wc .filter-wc>ul>li>a:hover {
    color: #e42126;
}

#wc .filter-wc>ul>li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #e42126;
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-size: 0.8rem;
}


#wc .filter-wc>ul>li>ul {
    padding: .5rem .5rem .5rem 0;
    margin: 0;
}

#wc .filter-wc>ul>li>ul>li {
    background: #fff;
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #444;
    position: relative;
    transition: all 0.2s ease;
    margin-bottom: 0.3rem;
}

#wc .filter-wc>ul>li>ul>li::before {
    content: none
}

#wc .filter-wc>ul>li>ul>li>a {
    color: #444;
    text-decoration: none;
    display: block;
    transition: 0.2s ease;
}

#wc .filter-wc>ul>li>ul>li>a:hover,
#wc .filter-wc>ul>li>ul>li.current-cat>a {
    color: #e42126;
    padding-left: 0.2rem;
}

/* RESET WooCommerce pagination */
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 2rem 0;
    list-style: none;
    border: none;
    background: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 0 0.15rem;
    padding: 0;
    border: none;
    background: none;
}

/* Style ogólne przycisków */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: inline-block;
    min-width: 40px;
    padding: 0.5rem 0.75rem;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    color: #222;
    text-decoration: none;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;
}

/* Aktywna strona */
.woocommerce nav.woocommerce-pagination ul li .current {
    background-color: #e42126;
    color: #fff;
    border-color: #e42126;
}

/* Hover */
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: #e42126;
    color: #fff;
    border-color: #e42126;
}

/* Dots */
.woocommerce nav.woocommerce-pagination ul li .dots {
    background: none;
    border: none;
    color: #999;
    cursor: default;
}

/* Strzałka next/prev */
.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce nav.woocommerce-pagination ul li .prev {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
}

.woocommerce nav.woocommerce-pagination ul li .next::after,
.woocommerce nav.woocommerce-pagination ul li .prev::before {
    display: none;
    /* usuń domyślne znaki Woo */
}

.woocommerce-pagination {
    margin: 2rem 0;
    text-align: center;
}

.woocommerce-pagination .page-numbers {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.woocommerce-pagination .page-numbers li {
    display: inline-block;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    display: inline-block;
    min-width: 38px;
    padding: 0.6rem 0.9rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #444;
    background-color: #f2f2f2;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.woocommerce-pagination .page-numbers a:hover {
    background-color: #e42126;
    color: #fff;
}

.woocommerce-pagination .page-numbers .current {
    background-color: #e42126;
    color: #fff;
    font-weight: 700;
    cursor: default;
}

.woocommerce-pagination .page-numbers .dots {
    padding: 0.6rem 0.9rem;
    background-color: transparent;
    color: #999;
    cursor: default;
}

.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
    font-weight: 700;
    background-color: #e42126;
    color: #fff;
    border-radius: 6px;
}

.woocommerce-pagination .page-numbers .next:hover,
.woocommerce-pagination .page-numbers .prev:hover {
    background-color: #c61c21;
}


/*--------------------------------------------------------------
# WooCommerce - single product, tabs, related
--------------------------------------------------------------*/

.woocommerce-product-gallery__wrapper img {
    max-height: 600px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

body.single-product #wc .product .onsale {
    display: none;
}

body.single-product #wc .product .related .onsale {
    display: block
}

#wc .sale-price-product {
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    background-color: #ffa600;
    padding: .5rem 1rem;
}

#wc .sale-price-product i {
    font-size: 18px;
    color: #fff
}

#wc .omnibus-price {
    margin-top: .5rem;
}

#wc .omnibus-price p {
    margin: 0;
    font-size: .75rem;
}

#wc .omnibus-price p .fa-solid {
    color: #e42126;
    padding-right: .3rem
}

#wc .woocommerce-breadcrumb {
    font-size: .8rem;
    margin: 1rem 0;
}

#wc .woocommerce-breadcrumb a {
    color: #e42126;
    font-weight: 700;
}

#wc .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

#wc .product-label.new {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #FFEB3B;
    color: #292b2c000;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 0px;
    z-index: 10;
}

#wc div.product div.images .flex-control-thumbs {
    margin: 0 0 2rem;
    clear: both;
}

#wc div.product div.images .flex-control-thumbs li {
    width: 25%;
    max-width: 100px;
    margin: 1rem 0.5rem 0 0;
}

#wc div.product .product_title {
    clear: none;
    padding: 0;
    font-weight: 700;
    font-size: 2rem;
    margin: 0rem 0 .25rem;
    max-width: 100%;
}

#wc .summary {
    position: relative;
}

#wc div.product p.price {
    font-size: 1.4rem;
    color: #e42126;
    font-weight: 700;
    margin: 0 0 1rem;
}

#wc .woocommerce-variation-price {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#wc .woocommerce-variation-price span.price {
    font-size: 1.6rem;
    color: #292b2c;
    font-weight: 700;

}

#wc table.variations ul li {
    margin: 0 8px 0 0;
}

#wc div.product form.cart {
    margin: 1.5rem 0;
}

#wc .quantity .qty {
    width: 6rem;
    text-align: left;
    border: 2px solid #cbcbcb;
    padding: 0.43rem 1rem;
    margin: 0 1rem 1rem 0;
    border-radius: 2rem;
}

#wc #load-more-container button {
    cursor: pointer
}

.product_cta {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2rem;
    margin: 2rem 0;
    border: 2px solid #e30613;
}

.product_cta h2 {
    margin: 0 0 1.2rem;
    font-size: 24px;
    font-weight: 700;
}

.product_cta p {
    margin-bottom: 1.4rem;
    line-height: 1.55;
}

/* --- MODAL ROZMIAR --- */
#productModal .modal-dialog {
    width: 768px;
    max-width: 95%;
    margin-top: 60px;
}

@media (max-width: 768px) {
    #productModal .modal-dialog {
        width: 95% !important;
        margin: 20px auto;
    }
}

/* --- MODAL BOX --- */
#productModal .modal-content {
    border-radius: 14px;
    border: none;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* --- HEADER --- */
#productModal .modal-header {
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 20px;
}

#productModal .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

/* Ikona zamknięcia */
#productModal .modal-header .close {
    font-size: 26px;
    opacity: .6;
    transition: .2s;
}

#productModal .modal-header .close:hover {
    opacity: 1;
}

/* --- BODY --- */
#productModal .modal-body {
    padding: 20px 25px;
}

/* Pola formularza CF7 */
#productModal .wpcf7-form input[type="text"],
#productModal .wpcf7-form input[type="email"],
#productModal .wpcf7-form input[type="tel"],
#productModal .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: 15px;
}

/* textarea */
#productModal textarea {
    min-height: 140px;
    resize: vertical;
}

/* Zgoda RODO */
#productModal .wpcf7-acceptance {
    margin: 10px 0 20px;
    display: block;
    font-size: 13px;
    color: #444;
}

/* Link do polityki */
#productModal a {
    color: #E30613;
    font-weight: 600;
    text-decoration: underline;
}

/* --- SUBMIT BUTTON --- */
#productModal input[type="submit"] {
    background: #E30613;
    border: none;
    padding: 12px 26px;
    font-size: 15px;
    color: #fff;
    border-radius: 2rem;
    cursor: pointer;
    font-weight: 600;
    transition: .25s;
}

#productModal input[type="submit"]:hover {
    background: #c10510;
}

/* Hover na polach */
#productModal .wpcf7-form input:focus,
#productModal .wpcf7-form textarea:focus {
    border-color: #E30613;
    outline: none;
    box-shadow: 0 0 0 2px rgba(227, 6, 19, 0.15);
}


#wc form.register input#submit,
#wc form.register a.button,
#wc form.register button.button,
#wc form.register input.button,
#wc #load-more-container button,
#wc #respond input#submit.alt,
#wc a.button.alt,
#wc button.button.alt,
#wc input.button.alt,
#wc #review_form #respond .form-submit input,
#wc .cart .button,
#wc .cart input.button,
#wc #respond input#submit,
#wc a.button,
#wc button.button,
#wc input.button {
    background-color: #e42126;
    color: white;
    padding: .75rem 2rem;
    border: 2px solid #e42126;
    font-size: .9rem;
    border-radius: 30px;
    transition: .2s ease-in-out;
}

#wc form.register input#submit:hover,
#wc form.register a.button:hover,
#wc form.register button.button:hover,
#wc form.register input.button:hover,
#wc #load-more-container button:hover,
#wc #respond input#submit.alt:hover,
#wc a.button.alt:hover,
#wc button.button.alt:hover,
#wc input.button.alt:hover,
#wc #review_form #respond .form-submit input:hover,
#wc .woocommerce-error .button:hover,
#wc .woocommerce-info .button:hover,
#wc .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
#wc .cart .button:hover,
#wc .cart input.button:hover,
#wc #respond input#submit:hover,
#wc a.button:hover,
#wc button.button:hover,
#wc input.button:hover {
    color: #fff;
    background: #0c0c0c;
    border: 2px solid #0c0c0c;
}

#wc .woocommerce-orders-table__row a.button,
#wc .woocommerce-error .button,
#wc .woocommerce-info .button,
#wc .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    padding: .3rem .6rem;
}

.sutemi-product-infos {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.sutemi-product-infos .info-row {
    flex: 0 0 calc(50% - 1rem);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #fdfdfd;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}


.sutemi-product-infos .info-row:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.sutemi-product-infos .info-row i {
    font-size: 1.8rem;
    color: #e42126;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 0.75rem;
    background: #fff0f0;
    flex-shrink: 0;
}

.sutemi-product-infos h3 {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    font-weight: 700;
    color: #292b2c;
}

#wc .sutemi-product-infos p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: #555;
    line-height: 1.4;
}

#wc div.product .woocommerce-tabs .panel {
    margin: 0 0 2rem;
    padding: 1.5rem;
    font-weight: 300;
    background: #fafafa;
    border: none;
}

#wc div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 -1px 0;
    overflow: hidden;
    position: relative;
    border-bottom: none
}

#wc .woocommerce-Tabs-panel textarea {
    margin-top: .5rem;
}

#wc #content div.product .woocommerce-tabs ul.tabs::after,
#wc #content div.product .woocommerce-tabs ul.tabs::before,
#wc div.product .woocommerce-tabs ul.tabs::after,
#wc div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
    content: none;
}

#wc div.product .woocommerce-tabs ul.tabs li.active::before {
    content: none;
}

#wc div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #ddd;
    background: #f5f5f5;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: .75rem;
    margin: 0 1rem .5rem 0;
    transition: .25s ease-in-out;
    padding: .5rem 1.2rem;
}

#wc div.product .woocommerce-tabs ul.tabs li a {
    font-size: 1rem;
    color: #444;
    padding: 0rem 0;
    text-decoration: none;
    transition: color .2s ease-in-out;
}

#wc div.product .woocommerce-tabs ul.tabs li.active {
    background: #e42126;
    border-color: #e42126;
    color: #fff;
    z-index: 1;
}

#wc div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    font-weight: 600;
}

#wc div.product .woocommerce-tabs ul.tabs li:hover {
    background: #e42126;
    border-color: #e42126;
}

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

#wc div.product .woocommerce-tabs ul.tabs li::before,
#wc div.product .woocommerce-tabs ul.tabs li::after {
    content: none;
}


#wc .woocommerce-Tabs-panel h2 {
    font-size: 1.4rem;
    margin: 0 0 1rem;
    font-weight: 600;
    color: #222;
}

#wc .woocommerce-Tabs-panel table td {
    border: 1px solid #ddd;
}

#wc #tab-description h2,
#wc #tab-additional_information h2 {
    display: none;
}

#wc .woocommerce-tabs {
    margin-top: 2rem;
}

#wc table.woocommerce-product-attributes {
    margin: 1rem 0 0 0;
}

#wc table.shop_attributes {
    border: 0;
    border-top: none;
    margin-bottom: 1.618em;
    width: 100%;
}

#wc table.shop_attributes tr {
    background: #f9f9f9;
}

#wc table.shop_attributes tr:nth-child(even) {
    background: #f1f1f1;
}

#wc table.shop_attributes td {
    border: 0;
    font-style: normal;
    padding: .5rem;
    border-top: 0;
    border-bottom: none;
    margin: 0;
    line-height: 1.5;
}

#wc table.shop_attributes td p {
    padding: 0;
    font-size: .85rem;
    margin: 0;
}

#wc table.shop_attributes th {
    border-top: none;
    width: 300px;
    border-bottom: none;
    text-transform: uppercase;
    font-size: .85rem;
    background: #fafafa;
    color: #444;
    padding: .5rem;
}

#wc #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: none;
    list-style: none;
    padding: 0;
}

#wc #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 50px;
    height: auto;
    background: #eee;
    border: none;
    margin: 0;
    box-shadow: none;
    border-radius: 50%;
}

#wc #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 66px;
    border: 1px solid #ddd;
    border-radius: .5rem;
    padding: 1rem 1rem 0 1rem;
    background: #fff;
}

#wc #review_form #respond {
    font-size: .85rem;
}


#wc #mega-menu-wrap-shop-category {
    margin-bottom: 2rem;
}

#wc p {
    margin: 0 0 1rem;
}

#wc #billing_chce_fakture_do_zamowienia_field legend {
    font-weight: 700;
    font-size: 1.2rem
}

#wc #billing_chce_fakture_do_zamowienia_field label {
    display: inline;
}

#wc .woocommerce-product-details__short-description {
    margin: 1.5rem 0;
}

#wc .woocommerce-product-details__short-description p:last-child {
    margin: 0;
}

#wc .woocommerce-product-details__short-description p {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

#wc .woocommerce-product-details__short-description p a {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 2px #eee;
}

#wc .woocommerce-product-details__short-description p a:hover {
    transform: scale(1.01);
    box-shadow: 0 0 0 2px #e42126;
}

#wc .woocommerce-product-details__short-description p a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.5rem;
}

#wc .entry-summary form.cart .fpf-fields {
    display: block;
    clear: both;
    margin: 0 0 2rem 0;
}

#wc .entry-summary .woocommerce-input-wrapper {
    margin-top: .5rem;
}

.fpf-radio-colors p.deko-color label {
    line-height: 1rem;
    font-weight: 700;
}

.fpf-radio-colors p.deko-color span label span {
    font-weight: 400
}

.fpf-radio-colors p.deko-color label span:not(.fpf-radio-preview) {
    font-size: 0.75rem;
}

.fpf-radio-colors p.deko-color input[type="radio"]+label .fpf-radio-preview {
    height: 0;
    padding-bottom: calc(100% - 4px);
    border-radius: 1rem;
    border: 4px solid transparent;
    margin: 0 0 .5rem;
}

.fpf-radio-colors p.deko-color input[type="radio"]:checked+label .fpf-radio-preview {
    border: 4px solid #e42126;
}

/*--------------------------------------------------------------
# WooCommerce Notice
--------------------------------------------------------------*/
.woocommerce-error::before,
.woocommerce-info::before {
    top: 1rem;
}

.woocommerce-message::before {
    top: 1rem;
}

#wc .wc-empty-cart-message {
    width: 100%;
}

#wc .woocommerce-notices-wrapper ul li::before {
    content: none
}

#wc .woocommerce-notices-wrapper ul.woocommerce-error {
    margin: 0 0 2rem 0;
    padding: 1rem 2rem 1rem 3rem
}

#wc .woocommerce-notices-wrapper ul.woocommerce-error li {
    margin: 0;
}

#wc .wc-block-components-notice-banner__content a {
    background: #0c0c0c !important;
    color: #fff !important;
    padding: 0.2rem 0.2rem 0.1rem 0.2rem !important;
    font-size: .85rem;
    text-decoration: none;
    opacity: 1;
}

#wc .wc-block-components-notice-banner__content a:hover {
    background: #404040 !important;
}

#wc .wc-block-components-notice-banner.is-info {
    background-color: #ffffff;
    border-color: #0c0c0c;
}

#wc .wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 2px solid;
    border-radius: 1px;
    box-sizing: border-box;
    color: #0c0c0c;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    color: #0c0c0c;
    width: 100%;
}

.woocommerce-message::before {
    content: "\e015";
    color: #e42126
}

.woocommerce-info::before {
    color: #e42126
}

/*--------------------------------------------------------------
# WooCommerce Page WC with new design cart and checkout
--------------------------------------------------------------*/

.page-wrapper .new-cart .entry-content table.shop_table tr,
.page-wrapper .new-cart .entry-content .cart_totals tr td,
.page-wrapper .new-cart .entry-content table.shop_table th {
    padding: .5rem;
    font-size: .85rem;
    font-weight: 400;
}

.page-wrapper .new-cart .entry-content .cart_totals tr td li {
    font-size: .85rem;
}

.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle a,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle a {
    font-weight: 400;
    color: #e42126
}


.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-error,
.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info,
.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-message,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-error,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-message {
    background: #fff;
    border: none;
    margin: 0 0 1rem;
    padding: 0 0 0 1.35rem;
    font-size: .85rem;
}

.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-error::before,
.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info::before,
.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-message::before,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-error::before,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info::before,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-message::before {
    top: 0em;
    left: 0;
}

.page-wrapper .new-checkout .entry-content form.woocommerce-form-login label {
    display: block;
}

#shipping-calculator-form label {
    margin: 0 0 .2rem;
    font-size: .8rem;
}

#shipping-calculator-form .form-row {
    margin-bottom: .5rem
}

#shipping-calculator-form .form-row .input-text {
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: .5rem;
    font-size: .85rem;
}

#shipping-calculator-form button.button {
    font-size: .85rem;
    margin-top: 1rem;
    padding: .6rem 1rem
}

.page-wrapper .new-cart #shipping-calculator-form .select2-container--default .select2-selection--single {
    background: transparent;
}

.page-wrapper .new-cart .wp-block-group {
    display: flex;
    gap: 0 2rem;
    flex-wrap: wrap;
}

.page-wrapper .new-cart .wp-block-group .woocommerce-notices-wrapper {
    width: 100%;
}

.page-wrapper .new-cart .woocommerce-cart-form {
    width: 70%;
    flex-shrink: 0;
    padding: 0 !important
}

#wc td.product-subtotal {
    width: 120px;

}

.page-wrapper .new-cart .cart-collaterals {
    flex-grow: 1;
    width: 24%;
}

.page-wrapper .new-cart .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.page-wrapper .new-cart .cart-collaterals .cart_totals h2 {
    margin-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 40%;
}

#wc #order_review_heading {
    display: none;
}

#wc #order_review {
    width: 49%
}

#wc #order_review table thead {
    display: none
}

#wc table.woocommerce-checkout-review-order-table .product-name {
    font-size: .8rem;
}

#wc table.woocommerce-checkout-review-order-table .product-name strong {
    color: #e42126
}

#wc #order_review table tbody {}

.page-wrapper .new-checkout .table-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 1rem;
}

.page-wrapper .new-checkout .table-title h3 {
    margin: 0 !important;
    font-size: 1.2rem;
}

.page-wrapper .new-checkout .btn-main {
    line-height: 45px;
}

.page-wrapper .new-checkout #cart-review tbody {
    display: block
}

.page-wrapper .new-checkout #cart-review thead tr {
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    border: none;
    align-items: stretch;
}

.page-wrapper .new-checkout #cart-review .cart_item {
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    align-items: stretch;
}

.page-wrapper .new-checkout #cart-review thead tr .product-name,
.page-wrapper .new-checkout #cart-review .cart_item .product-name {
    width: 80%;
    text-align: left;
}

.page-wrapper .new-checkout #cart-review thead tr .product-total,
.page-wrapper .new-checkout #cart-review .cart_item .product-total {
    width: 20%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.page-wrapper .new-checkout #cart-review thead {
    display: block;
}

.page-wrapper .new-checkout #cart-review thead tr th {
    padding: 1rem;
    font-size: .85rem;
    font-weight: 400;
}

.page-wrapper .new-checkout #cart-review tfoot {
    display: none
}

.page-wrapper .new-checkout .woocommerce-checkout-review-order-table thead {
    display: none
}

.page-wrapper .new-checkout .woocommerce-checkout-review-order-table tbody {
    display: none
}

#wc table.woocommerce-checkout-review-order-table .cart-discount>*:nth-child(2),
.page-wrapper .new-checkout .woocommerce-checkout-review-order-table .cart-discount>*:nth-child(2) {
    font-size: .85rem
}


.page-wrapper #wc .woocommerce-account-fields .form-row {
    padding: 0;
}

.page-wrapper #wc .woocommerce-billing-fields h3 {
    margin-top: 1rem
}

.page-wrapper #wc #billing_faktura_na_firme_field legend {
    font-size: 1.1rem;
    margin: 0;
    font-weight: 700;
}

.page-wrapper #wc #billing_faktura_na_firme_field label {
    display: inline-block;
    margin: 0 .5rem 0 0;
}

.page-wrapper #wc .woocommerce-shipping-fields h3#ship-to-different-address {
    margin-top: 2rem;
}

.page-wrapper .new-checkout .form-row label {
    line-height: 1.5;
    font-size: .85rem;
    display: none
}

.page-wrapper .new-checkout .form-row .input-text {
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: .5rem;
    font-size: .85rem;
}

#wc table.woocommerce-checkout-review-order-table th {
    width: 30%;
}

#wc .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 2rem;
}

#wc .wc-block-components-sidebar {
    padding-left: 0rem;
}

#wc .wc-block-cart-items__header>* {
    background: #e42126 !important;
    color: #fff;
}

#wc .wc-block-cart-items__header-product {
    visibility: inherit !important;
    color: #e42126;
}

#wc .wc-block-cart-items__header-image {
    padding-left: .5rem;
    font-size: 1.1rem
}

#wc .wc-block-cart-items__header-total {
    padding-right: .5rem;
    font-size: 1.1rem
}

#wc .wc-block-cart__totals-title {
    background: #e42126 !important;
    font-size: 1.1rem;
    padding-left: .5rem;
    color: #fff;
}

#wc .is-large.wc-block-cart .wc-block-cart-items td {
    padding: 2rem 0rem 2rem 1rem;
    vertical-align: top;
}

#wc .wc-block-components-product-name {
    font-size: 1.2rem;
}

#wc .wc-block-components-formatted-money-amount {
    color: #0c0c0c;
    font-weight: 700;
    font-size: 1.1rem;
}

#wc .wc-block-components-formatted-money-amount {
    color: #0c0c0c;
    font-size: .85rem;
}

#wc .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    color: #0c0c0c;
    font-weight: 700;
    font-size: 1.1rem;
    padding-right: 1rem;
}

#wc .wp-block-woocommerce-cart-line-items-block tbody>*:nth-child(even) {
    background: #e4212612
}

#wc .wc-block-components-form .wc-block-components-text-input input[type=email],
#wc .wc-block-components-form .wc-block-components-text-input input[type=number],
#wc .wc-block-components-form .wc-block-components-text-input input[type=password],
#wc .wc-block-components-form .wc-block-components-text-input input[type=tel],
#wc .wc-block-components-form .wc-block-components-text-input input[type=text],
#wc .wc-block-components-form .wc-block-components-text-input input[type=url],
#wc .wc-block-components-text-input input[type=email],
#wc .wc-block-components-text-input input[type=number],
#wc .wc-block-components-text-input input[type=password],
#wc .wc-block-components-text-input input[type=tel],
#wc .wc-block-components-text-input input[type=text],
#wc .wc-block-components-text-input input[type=url],
#wc .wc-blocks-components-select .wc-blocks-components-select__select {
    border: 1px solid #ddd;
    border-radius: 0px;
}

#wc .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
#wc .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
#wc .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
#wc .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
#wc .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
#wc .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
#wc .wc-block-components-text-input input[type=email]:focus,
#wc .wc-block-components-text-input input[type=number]:focus,
#wc .wc-block-components-text-input input[type=password]:focus,
#wc .wc-block-components-text-input input[type=tel]:focus,
#wc .wc-block-components-text-input input[type=text]:focus,
#wc .wc-block-components-text-input input[type=url]:focus,
#wc .wc-blocks-components-select .wc-blocks-components-select__select:focus {
    border: 1px solid #0c0c0c;
    outline: none;
}

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

#wc .woocommerce form.checkout_coupon {
    border: 0;
    padding: 1rem 1rem 1rem 1rem;
    margin: 0;
    text-align: left;
    border-radius: 0;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
}

#wc .woocommerce form.checkout_coupon .form-row {
    padding-right: 0;
    padding-left: 0;
}

#wc .woocommerce form[name="checkout"] {
    padding: 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

#wc .woocommerce-NoticeGroup-checkout {
    min-width: 100%;
}

#wc .woocommerce-NoticeGroup-checkout .woocommerce-error {
    border-color: #a00;
}

#wc .woocommerce-shipping-fields__field-wrapper,
#wc .woocommerce-address-fields__field-wrapper,
#wc .woocommerce-billing-fields__field-wrapper {
    margin: 0 -.5rem;
    display: flex;
    flex-wrap: wrap;
}

#wc .form-row-wide {
    width: 100%;
}

#wc .form-row-one3,
#wc .form-row-two3,
#wc .form-row-three3 {
    width: 33.33%;
    box-sizing: border-box;
    padding: .5rem;
    vertical-align: top;
}

#wc .woocommerce form .form-row-first,
#wc .woocommerce form .form-row-last,
#wc .woocommerce-page form .form-row-first,
#wc .woocommerce-page form .form-row-last {
    width: 50%;
    overflow: visible;
    padding: .5rem;
}

#wc .woocommerce form {
    padding: .5rem
}

#wc .woocommerce form .form-row {
    padding: .5rem;
}

#wc .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: .5rem;
}

#wc .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaaaaa00;
    border-radius: 0px;
    height: 48px;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #e42126
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #0c0c0c;
    color: #fff;
}

#wc .entry-content h3 {
    margin: 2rem 0 .75rem;
}

#wc .wc-block-cart__submit-container a,
#wc .wc-block-components-shipping-calculator-address__button {
    background: #e42126;
    border: 2px solid #e42126;
    color: #fff;
    box-shadow: none;
    border-radius: 30px;
}

#wc .wc-block-cart__submit-container a:hover,
#wc .wc-block-components-shipping-calculator-address__button:hover {
    color: #fff;
    background: #212f70;
    border: 2px solid #0c0c0c;
}

#wc .wc-block-components-totals-item__description p {
    font-size: .85rem
}

#wc .wc-block-components-totals-item__value span.wc-block-components-totals-shipping__change-address__link {
    font-size: 1rem
}

#wc .wc-block-components-totals-item__value span {
    font-size: 1.4rem;
}

#wc #wc .woocommerce form {
    padding: 0;
}

#wc .col-1 {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex-direction: flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

#wc .col-2 {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

#wc .woocommerce-shipping-destination {
    display: none
}

#wc .woocommerce-additional-fields__field-wrapper {
    margin: 0 -.5rem
}


#wc table.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
    border: none;
}

#wc #order_review table thead {
    background: #0c0c0c;
    color: #fff;
    border: 1px solid #0c0c0c;
}

#wc .woocommerce-checkout-review-order-table tbody tr>*:nth-child(1) {
    width: 60%;
}

#wc table.woocommerce-checkout-review-order-table tr {
    border: 1px solid #ddd;
}

#wc table.woocommerce-checkout-review-order-table tbody>*:nth-child(even) {
    background: #0c0c0c0f;
}

#wc table.woocommerce-checkout-review-order-table td {
    border: none;
    padding: 1rem;
    vertical-align: middle;
    line-height: 1.5em;
}

#wc table.woocommerce-checkout-review-order-table tr>*:nth-child(2) {
    background: #0c0c0c0f;
    text-align: right;
    font-size: .8rem;
}

#wc form .form-row .input-text,
.woocommerce form .form-row select {
    border: 1px solid #ddd;
    border-radius: 4px;
}

#wc form .form-row {
    margin: 0 0 0rem;
}


#wc .woocommerce td.product-name .wc-item-meta p,
#wc .woocommerce td.product-name .wc-item-meta:last-child,
#wc .woocommerce td.product-name dl.variation p,
#wc .woocommerce td.product-name dl.variation:last-child {
    font-size: .8rem;
    margin-bottom: 0;
    color: #0c0c0cbd;
}

#wc #payment .place-order {
    padding: 2rem 1rem;
    background: #f2f3f7;
}

#wc #payment .place-order .form-row {
    padding: 0;
}

#wc .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 1rem;
}

#wc #shipping_method li {
    margin: 0
}

#wc #shipping_method li::before {
    content: none
}

#wc #payment .place-order ul li {
    margin: 0
}

#wc .woocommerce-terms-and-conditions-checkbox-text {
    font-size: .85rem
}

#wc .wc_payment_method label {
    width: auto
}

#wc #add_payment_method #payment,
#wc .woocommerce-cart #payment,
#wc .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#wc #add_payment_method #payment ul.payment_methods,
#wc .woocommerce-cart #payment ul.payment_methods,
#wc .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0;
    border-bottom: 0;
    margin: 0;
    list-style: none outside;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #e42126;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    font-size: .85rem;
    border-radius: 0px;
    background-color: #e42126 !important;
    color: #ffffff;
}

#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
    font-size: .85rem;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    vertical-align: middle;
}

#wc .woocommerce-shipping-totals form .form-row,
#wc .woocommerce-shipping-totals form {
    padding: 0
}

#wc .woocommerce-shipping-totals ul li {
    font-size: .85rem
}


#wc .woocommerce-shipping-contents {
    margin: 0
}

#wc .woocommerce-privacy-policy-text p {
    font-size: .85rem;
    margin:
        0
}

#wc .woocommerce-NoticeGroup-checkout ul {
    padding: 1rem;
}

#wc .woocommerce-NoticeGroup-checkout ul::before {
    position: static;
}

#wc .woocommerce-NoticeGroup-checkout ul li::before {
    content: none
}

#wc .woocommerce-NoticeGroup-checkout ul li {
    font-size: .85rem
}

#wc .woocommerce-NoticeGroup-checkout ul li a {
    padding-left: 0rem;
    font-weight: 500;
}

#wc .woocommerce #payment #place_order,
#wc .woocommerce-page #payment #place_order {
    float: none
}

#wc tr.order-total .includes_tax .woocommerce-Price-currencySymbol::after {
    content: " podatku";
    font-size: inherit;
}

/*--------------------------------------------------------------
# Thank You Page
--------------------------------------------------------------*/

#wc .woocommerce-thankyou-order-received {
    background: #e42126;
    color: #fff;
    padding: 1rem;
    font-size: 1.4rem;
    margin: 0 0 1rem;
    font-weight: 700;
}

#wc .woocommerce-bacs-bank-details {
    padding: 1.5rem;
    margin-top: 2rem;
    background: #f4f4f4;
}

#wc .woocommerce-bacs-bank-details .wc-bacs-bank-details {
    margin: 0;
}

#wc .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading {
    font-weight: 700;
    margin: 0rem 0 .5rem;
    font-size: 1.5rem;
}


#wc .woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name {
    font-size: 1rem;
    margin: 0 0 1rem 0;
}

#wc .woocommerce-order-details h2.woocommerce-order-details__title {
    font-weight: 700;
    margin: 2rem 0 1rem 0;
    font-size: 1.5rem;

}

#wc table.shop_table tbody th,
#wc table.shop_table tfoot td,
#wc table.shop_table tfoot th,
#wc .woocommerce-table--order-details td {
    padding: 1rem;
    font-size: .85rem;
}

#wc .woocommerce-table--order-details tr>*:nth-child(2) {
    text-align: right;
}

#wc ul.wc-bacs-bank-details li::before,
#wc ul.woocommerce-thankyou-order-details li::before {
    content: none
}

#wc ul.order_details {
    margin: 0 0 2rem;
    list-style: none;
}

#wc .woocommerce ul.order_details li {
    margin-right: 2rem;
    text-transform: uppercase;
    font-size: .8rem;
    line-height: 1;
    border-right: 1px solid #eaeaea;
    padding-right: 2rem;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#wc .woocommerce ul.order_details li strong {
    display: block;
    font-size: .85rem;
    text-transform: none;
    line-height: 1.5;
    color: #0c0c0c;
}

body.page-template-page-wc #wc .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

#wc .woocommerce-form-coupon-toggle,
#wc .woocommerce-form-coupon,
#wc .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

#wc .woocommerce .woocommerce-cart-form {
    flex: 0 0 72%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

#wc .woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    flex: 1;
    display: flex;
}

#wc .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    margin-left: auto;
    width: 100%;
}

@media (max-width: 991px) {
    body.page-id-15 #wc .woocommerce {
        flex-direction: column;
    }

    #wc .woocommerce .woocommerce-cart-form,
    #wc .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        flex: 0 0 100%;
        width: 100%;
    }
}


#wc .cart-collaterals .cart_totals h2 {
    margin-top: 0
}


#wc table.shop_table {
    margin: 0 0 1rem 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-radius: 0;
    font-size: 1rem;
}

#wc table.shop_table thead {
    background: #fff;
    color: #292b2c;
    border: 1px solid #0c0c0c;
}



#wc table.shop_table thead th {
    padding: 1rem;
}

#wc table.shop_table tr {
    border: 1px solid #ddd;
}

#wc .woocommerce-cart-form table.shop_table td {
    font-size: .85rem;
    font-weight: 700;
    padding: .3rem .5rem;
    line-height: 1.5em;
    border: none;
}

#wc table.shop_table tbody>*:nth-child(even) {
    background: #0c0c0c0f;
}

#wc table.shop_table tr td.product-price {
    display: table-cell
}

#wc table.shop_table tr td.product-quantity input {
    margin: 0;
    width: 65%;
}

#wc table.shop_table tr td.product-subtotal {
    font-size: .85rem;
}

#wc .woocommerce #content table.cart img,
#wc .woocommerce table.cart img,
#wc .woocommerce-page #content table.cart img,
#wc .woocommerce-page table.cart img {
    width: 120px;
    box-shadow: none;
}

#wc .woocommerce table.cart td.actions .input-text {
    width: 120px;
    padding: .55rem;
    margin: 0 1rem 0 0;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 47%;
}

#wc #order_review {
    width: 49%;
}

/*--------------------------------------------------------------
# My Account
--------------------------------------------------------------*/
#wc address,
#wc .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid #0c0c0c3b;
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding: 1rem;
    box-sizing: border-box;
    font-size: .85rem;
}

#wc .woocommerce-customer-details address p.woocommerce-customer-details--phone,
#wc .woocommerce-customer-details address p.woocommerce-customer-details--email {
    margin: 0;
    font-size: .85rem;
}

#wc .woocommerce-Addresses .col-1,
#wc .woocommerce-column--billing-address {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex-direction: flex: 0 0 49%;
    max-width: 49%;
    width: 49%;
}

#wc .woocommerce-Addresses .col-2,
#wc .woocommerce-column--shipping-address {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex-direction: flex: 0 0 49%;
    max-width: 49%;
    width: 49%;
}

/* ----- My Account ----- */

#wc .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    padding: 2rem;
    background: #f4f4f4;
    margin: 0 0 3rem 0;
}

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

#wc .woocommerce-MyAccount-navigation ul li {
    margin: 0 1.5rem 0 0;
    display: inline-block;
}

#wc .woocommerce-MyAccount-navigation ul li a {

    color: #030303
}

#wc .woocommerce-MyAccount-navigation-link--dashboard::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f80b";
    display: inline-block;
    padding-right: .5rem;
    color: #e42126;
}

#wc .woocommerce-MyAccount-navigation-link--orders::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f737";
    display: inline-block;
    padding-right: .5rem;
    color: #e42126;
}

#wc .woocommerce-MyAccount-navigation-link--downloads::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f56e";
    display: inline-block;
    padding-right: .5rem;
    color: #e42126;
}

#wc .woocommerce-MyAccount-navigation-link--edit-address::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f5a0";
    display: inline-block;
    padding-right: .5rem;
    color: #e42126;
}

#wc .woocommerce-MyAccount-navigation-link--edit-account::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f2bb";
    display: inline-block;
    padding-right: .5rem;
    color: #e42126;
}

#wc .woocommerce-MyAccount-navigation-link--customer-logout::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f2f5";
    display: inline-block;
    padding-right: .5rem;
    color: #e42126;
}

#wc .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    margin: 0 auto;
}

#wc .woocommerce-MyAccount-content fieldset {
    border: 1px solid #f3f1ef;
    margin: 1rem 0 1rem 0;
    padding: 1rem;
}


#wc .woocommerce-MyAccount-content fieldset legend {
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0 0 0 .5rem;
}

#wc form.woocommerce-EditAccountForm {
    margin-bottom: 2rem;
}

#wc .woocommerce-MyAccount-orders thead th {
    padding: 1rem
}

#wc .woocommerce-MyAccount-orders th {
    border: 0
}

#wc .woocommerce-Address-title {
    margin-bottom: .3rem
}

#wc .woocommerce-Address-title h2 {
    margin: 0 0 0
}

#wc .addresses .title .edit {
    float: none;
    font-size: .75rem;
    color: #ff0000;
    margin: 0 0 .5rem;
}

#wc .woocommerce-table--order-details ul.wc-item-meta li::before {
    content: none
}

#wc .woocommerce-table--order-details ul.wc-item-meta li {

    font-size: .85rem;
}

#wc .woocommerce-address-fields__field-wrapper {
    margin-bottom: 1rem
}


/*--------------------------------------------------------------
# WooCommerce Login Page
--------------------------------------------------------------*/

#wc #customer_login .col-2,
#wc #customer_login .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex-direction: flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

#wc #customer_login .col-2 {
    padding: 0 0rem 0 1rem
}

#wc #customer_login .col-1 {
    padding: 0 1rem 0 0
}

#wc .login .woocommerce-form-login__submit {
    display: block;
    margin: 1rem 0 0 0;
}

#wc form.woocommerce-ResetPassword,
#wc form.checkout_coupon,
#wc form.login {
    border: 2px solid #eee;
    padding: 2rem;
    margin: 0;
    text-align: left;
    border-radius: 0;
}

body.page-id-20 #wc form.login {
    border: 0;
    padding: 1rem 1rem 0rem 1rem;
    margin: 0rem 0 1rem 0;
    text-align: left;
    border-radius: 0;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
}

body.page-id-20 #wc form.login p.lost_password {
    font-size: .75rem
}

#wc form.register {
    border: 2px solid #e42126;
    padding: 2rem;
    margin: 0;
    text-align: left;
    border-radius: 0;
}

#wc form.register .form-row input.input-text {
    color: #0c0c0c;
}

#wc form.register .woocommerce-privacy-policy-text {
    padding: 1rem 0rem 2rem 0rem;

}

#wc form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    right: 1rem;
    top: 5px;
    cursor: pointer;
}

#wc .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}

.fpf-fields-config-wrapper {
    display: none
}

/*--------------------------------------------------------------
# TABS
--------------------------------------------------------------*/

.wc-tabs {
    margin: 3rem 0 0 0;
    width: 100%;
}

.wc-tabs .state {
    position: absolute;
    left: -10000px;
}

.wc-tabs .flex-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.wc-tabs .flex-tabs label {
    margin-bottom: 3rem;
}

.wc-tabs .flex-tabs .tab {
    background-color: #e42126;
    color: #fff;
    padding: 0.7rem 1.6rem;
    border: none;
    font-size: 0.85rem;
    border-radius: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.wc-tabs .tab:hover {
    background-color: #292b2c;
    color: #fff;
}

.wc-tabs .flex-tabs .panel {
    background: #fff;
    padding: 0;
    min-height: auto;
    display: none;
    width: 100%;
    flex-basis: auto;
}

#tab-one:checked~.tabs #tab-one-label,
#tab-two:checked~.tabs #tab-two-label,
#tab-three:checked~.tabs #tab-three-label,
#tab-four:checked~.tabs #tab-four-label,
#tab-five:checked~.tabs #tab-five-label,
#tab-six:checked~.tabs #tab-six-label,
#tab-seven:checked~.tabs #tab-seven-label {
    background-color: #292b2c;
    color: #fff;
}

#tab-one:checked~.tabs #tab-one-panel,
#tab-two:checked~.tabs #tab-two-panel,
#tab-three:checked~.tabs #tab-three-panel,
#tab-four:checked~.tabs #tab-four-panel,
#tab-five:checked~.tabs #tab-five-panel,
#tab-six:checked~.tabs #tab-six-panel,
#tab-seven:checked~.tabs #tab-seven-panel {
    display: block;
}

/* Responsive */
@media (max-width: 600px) {
    .wc-tabs .flex-tabs {
        flex-direction: column;
        align-items: center;
    }

    .wc-tabs .flex-tabs .tab {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .flex-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .flex-tabs .tab {
        background: #f4f4f4;
        border-bottom: none;
    }

    .flex-tabs .tab:last-of-type {
        border-bottom: none;
    }

    .flex-tabs #tab-one-label {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .flex-tabs #tab-two-label {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .flex-tabs #tab-three-label {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .flex-tabs #tab-four-label {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .flex-tabs #tab-one-panel {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .flex-tabs #tab-two-panel {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .flex-tabs #tab-three-panel {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .flex-tabs #tab-four-panel {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .flex-tabs #tab-five-label {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .flex-tabs #tab-six-label {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .flex-tabs #tab-seven-label {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .flex-tabs #tab-five-panel {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .flex-tabs #tab-six-panel {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .flex-tabs #tab-seven-panel {
        -webkit-box-ordinal-group: 15;
        order: 14;
    }

    #tab-one:checked~.tabs #tab-one-label,
    #tab-two:checked~.tabs #tab-two-label,
    #tab-three:checked~.tabs #tab-three-label,
    #tab-four:checked~.tabs #tab-four-label,
    #tab-five:checked~.tabs #tab-five-label,
    #tab-six:checked~.tabs #tab-six-label,
    #tab-seven:checked~.tabs #tab-seven-label {
        border-bottom: none
    }
}


/*--------------------------------------------------------------
# Search results
--------------------------------------------------------------*/

article#wc {
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0rem;
}

article#wc li {
    list-style-type: none;
}

article#wc img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

article#wc img:hover {
    transform: scale(1.1);
}

article#wc .woocommerce-loop-product__title {
    font-size: 1rem;
    background: #fff;
    padding: 1rem 0;
    margin: -1rem 0 0 0;
    z-index: 9999;
    position: relative;
}

article#wc .woocommerce-loop-product__title:hover {
    text-decoration: underline;
}

/* Cena produktu */
article#wc .price {
    color: #0c0c0c;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 0.85rem;
}

/* Ukrywanie przycisku "Dodaj do koszyka" */
article#wc .button {
    display: none;
}


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

.page-title {
    padding: 1rem 0;
    background: #292b2c;
}

.page-title .pt-inner,
.page-title .pt-inner>* {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
}

.page-title h1 {
    font-size: 1.2rem;
    margin: 0 2rem 0 0;
    color: #fff;
    font-weight: 700;
}

.page-title h3 {
    margin: 0;
    font-weight: 300;
    font-size: .9rem;
    color: #ddd;
}

.page-wrapper {
    padding: 0 0 0rem;
    background: #fff
}

.entry-page {
    background: #fff;
    padding: 3rem 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.entry-content {}

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

.entry-content img,
.entry-content svg {
    max-width: 100%;
}

#wc .entry-content h3 {
    color: #0c0c0c;
}

.entry-content h3 {
    color: #e42126;
}

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

.entry-content ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #e42126;
    font-weight: 300;
}

.entry-content p {}

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

.entry-content figure img {
    transition: .2s ease-in-out;
}

.entry-content figure img:hover {
    opacity: .85
}


.entry-content .wpcf7-form {
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    margin: 2rem auto 0 auto;
}

.entry-content .wpcf7-list-item {
    display: inline-block;
    margin: 0 1rem 0 0;
}

.entry-content .wpcf7-form input[type="text"],
.entry-content .wpcf7-form input[type="email"],
.entry-content .wpcf7-form input[type="tel"],
.entry-content .wpcf7-form textarea,
.entry-content .wpcf7-form select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
    margin-bottom: 18px;
    transition: 0.25s border-color, 0.25s box-shadow;
}

/* Fokus */
.entry-content .wpcf7-form input:focus,
.entry-content .wpcf7-form textarea:focus {
    border-color: #E30613;
    outline: none;
    box-shadow: 0 0 0 2px rgba(227, 6, 19, 0.15);
}

/* Checkboxy – wygląda czyściej */
.entry-content .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 6px 14px 6px 0;
    font-size: .9rem;
}

.entry-content .wpcf7-form .wpcf7-checkbox {
    border: none;
    padding: 0;
    margin: 0;
}

.entry-content .wpcf7-form label {
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
    font-size: .9rem;
    color: #292b2c;
}

/* Wiadomość */
.entry-content .wpcf7-form textarea {
    min-height: 160px;
    resize: vertical;
}

/* Zgoda RODO */
.entry-content .wpcf7-form .wpcf7-acceptance {
    margin: 10px 0 25px;
    display: block;
    font-size: 14px;
    color: #444;
}

/* Link w zgodzie */
.entry-content .wpcf7-form a {
    color: #E30613;
    text-decoration: underline;
    font-weight: 600;
}

/* Przycisk wysyłania */
.entry-content .wpcf7-form input[type="submit"] {
    background: #E30613;
    color: #fff;
    border: none;
    padding: 14px 34px;
    font-size: 16px;
    border-radius: 2rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
}

.entry-content .wpcf7-form input[type="submit"]:hover {
    background: #bb0510;
}

/* Komunikat po wysłaniu */
.entry-content .wpcf7-form .wpcf7-response-output {
    border-radius: 8px;
    padding: 14px 18px;
    margin-top: 25px;
}

/* Błąd walidacji */
.entry-content .wpcf7-form .wpcf7-not-valid-tip {
    color: #E30613;
    font-size: 13px;
    margin-top: -12px;
    margin-bottom: 10px;
    display: block;
}

/* Kolumny Bootstrap – spacing */
.entry-content .wpcf7-form .row>div {
    margin-bottom: 10px;
}

/* Responsywność */
@media (max-width: 576px) {
    .entry-content .wpcf7-form {
        padding: 20px;
    }
}


.entry-content table {
    margin: 2rem 0 2rem;
}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
    font-size: .85rem;
    font-weight: 300;
}

.wpcf7 p {
    font-size: .9rem;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: .75rem;
    font-weight: normal;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1rem;
}

#about-col {
    margin-bottom: 2rem;
}

#about-col>*:nth-child(2) {
    background: #eaeaea;
    padding: 3rem;
}

.related h2,
h2.another {
    text-align: center;
    font-weight: 700;
    margin: 2rem 0 1rem;
}

.related ul.products h2 {
    text-align: left;
}

.related .btn-main {
    text-align: center;
    margin-top: 5rem;
}

.thumb-img img {
    max-width: 100%;
    max-height: 340px;
    object-fit: cover;
    border-radius: 1rem;
    transition: .25s ease-in-out;
}

.thumb-img img:hover {
    opacity: .85
}

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

.pwa-box {
    text-align: center;
    transition: .2s ease-in-out;
}

.pwa-box h3 {
    margin: 1.5rem 0 0 0;
    font-weight: 700;
    font-size: 1.2rem;
}


.pwa-box h3 a:hover {
    text-decoration: underline
}

.pwa-box .btn-small-without {
    transition: .25s ease-in-out;
    margin-top: 2rem;
}

.pwa-box .btn-small-without a {
    color: #fff
}

.pwa-box .btn-small-without:hover {
    padding: 0 0 0 .75rem;
}

.btn-small {
    margin-top: 1rem;
}

.btn-small a {
    font-size: .75rem;
}

.page-navi {
    margin-top: 2rem;
    text-align: center;
}

.page-navi .wp-pagenavi a,
.page-navi .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #ddd;
    padding: .3rem .6rem;
    margin: 3px;
}

.page-navi .wp-pagenavi a:hover,
.page-navi .wp-pagenavi span.current {
    border-color: #cc9d6d;
    background: #cc9d6d;
    color: #fff;
}


.pw-single-blog .entry-page {
    padding-top: 0;
    padding-bottom: 0
}

.pw-single-blog .entry-content {
    padding: 5rem 0rem 5rem 1rem
}

.sidebar-post {
    padding: 5rem 2rem;
    background: #e421264a;
}

.blog-list {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #e421264a
}

.product-list {
    margin-bottom: 2rem;
}

.blog-list__single,
.product-list__single {
    display: flex;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.blog-thumbnail,
.product-thumbnail {
    flex: 0 0 30%;
    margin-right: 1rem
}

.blog-thumbnail img,
.product-thumbnail img {
    width: 100%;
    height: auto;
    min-height: 80px;
    object-fit: cover
}

.blog-details,
.product-details {
    flex: 1;
}

.blog-title,
.product-title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 .3rem;
}

.blog-meta {
    font-weight: 700;
    font-size: 0.85rem;
    color: #e42126
}

.blog-meta .blog-date {
    display: block;
}

.product-price {
    color: #0c0c0c;
    display: block;
    font-weight: 700;
    margin-top: .3rem;
    font-size: .85rem;
}

.blog-thumbnail img,
.product-thumbnail img {
    transition: filter 0.3s ease;
}

.blog-thumbnail:hover img,
.product-thumbnail:hover img {
    filter: brightness(0.8);
}

.blog-title a,
.product-title a {
    text-decoration: none;
    transition: text-decoration 0.3s ease, color 0.3s ease;
}

.blog-title a:hover,
.product-title a:hover {
    color: #0c0c0c;
}

.product-list h3.product-list__title,
.blog-list h3.blog-list__title {
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: 1.3rem;
}

.blog-list .btn-main,
.product-list .btn-main {
    margin-top: 2rem;
}

.blog-list .btn-main a,
.product-list .btn-main a {
    padding: .75rem 1.25rem;
    font-size: .85rem;
}

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

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.section-head h2 {
    margin: 0;
}


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

.cta {
    position: relative;
    padding: 6.25rem 0;
    background: #292b2c;
    z-index: 1;
}

.cta::before {
    content: "";
    position: absolute;
    top: auto;
    right: 15%;
    width: 100%;
    max-width: 40%;
    height: 420px;
    background: url(https://puchary-sutemi.pl/wp-content/uploads/2025/09/close-up-silver-cup-trophies.png) no-repeat top center;
    background-size: cover;
    opacity: 1;
    z-index: 0;
    bottom: 0;
}

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

.cta__inner {}

.cta__inner .phone {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
    color: #fff;
}

.cta__inner .envelope {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.6rem;
}

.cta h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #fff;
}

.cta p {
    font-size: .85rem;
    max-width: 100%;
    color: #e42126;
    font-weight: 300;
    margin-bottom: 3rem;
}

#footer-wrapper {
    background: url('https://puchary-sutemi.pl/wp-content/uploads/2025/09/fw-bg.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ccc;
    padding: 0;
    font-size: 0.95rem;
}

.footer-widget {
    padding: 6.25rem 0 4rem;
}

.footer-widget #block-19 img {
    background: #fff;
    padding: 1rem;
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    display: block;
    margin-bottom: 2rem;
}

.footer-widget h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #fff;
}

.footer-widget h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 .35rem;
    color: #fff;
}

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

.footer-widget ul li {
    margin: 0 0 .75rem;
    font-size: 0.95rem;
    transition: .2s ease-in-out;
}

.footer-widget ul li a {
    color: #ccc;
    font-weight: 400;
    text-decoration: none;
}

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

.footer-widget ul li::before {
    font: var(--fa-font-solid);
    content: "\f054";
    padding-right: 0.5rem;
    color: #e42126;
    font-weight: 700;
}

.footer-widget a {
    color: #ccc;
    text-decoration: none;
}

.footer-widget a:hover {
    color: #e42126;
}

.footer-widget p {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.footer-widget .row>*:nth-child(3) p {
    margin-bottom: 1.5rem;
}

.footer-widget .row>*:nth-child(3) p a {
    font-weight: 400;
}

.footer-bottom {
    position: relative;
    background: #151515;
    padding: 2rem 0;
    font-size: 0.75rem;
    color: #888;
    text-align: center;
}

.footer-bottom a {
    color: #e42126;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}

.scroll-top {
    position: absolute;
    right: 2rem;
    bottom: 8rem;
    z-index: 999;
}

.scroll-top a {
    background: #e42126;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: background 0.3s ease;
    cursor: pointer;
}

.scroll-top a:hover {
    background: #292b2c;
    color: #e42126;
}