/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,500&display=swap');
@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;
    overflow-x: hidden
}

.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: #1c1c1c;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #1c1c1c;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.btn-main a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 1.8rem;
    border-radius: 14px;
    background: #38bdf8;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
    box-shadow: 0 4px 12px rgba(56, 189, 248, .25);
}

.btn-main a:hover {
    background: #0f172a;
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 8px 22px rgba(56, 189, 248, .45);
    color: #ffffff;
}

.btn-main a i {
    font-size: .9rem;
    opacity: .9;
    padding-left: .35rem;
}

.btn-secondary {
    color: transparent;
    background-color: transparent;
    border-color: transparent
}

.btn-secondary:hover {
    color: transparent;
    background-color: transparent;
    border-color: transparent
}

.btn-secondary a {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    height: 50px;
    padding: 0 1.8rem;
    border-radius: 14px;
    font-size: .95rem;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;

    background: rgba(15, 23, 42, .55);
    border: 1px solid rgba(255, 255, 255, .2);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    box-shadow:
        0 8px 30px rgba(0, 0, 0, .35),
        inset 0 1px 0 rgba(255, 255, 255, .08);

    transition: all .25s ease;
}

.btn-secondary a i {
    font-size: .9rem;
    opacity: .9;
    padding-left: .35rem;
}

.btn-secondary a:hover {
    background: rgba(15, 23, 42, .75);
    border-color: rgba(56, 189, 248, .5);
    transform: translateY(-3px);

    box-shadow:
        0 14px 40px rgba(0, 0, 0, .5),
        0 0 20px rgba(56, 189, 248, .25);
}


/*--------------------------------------------------------------    
# Header
--------------------------------------------------------------*/

.site-header {
    position: relative;
    width: 100%;
    z-index: 100;
}

.header-top {
    background: #0f172a;
    color: #cbd5e1;
    font-size: 0.85rem;
}

.header-top .container-big {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 42px;
}

.header-top__left,
.header-top__right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-contact {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    text-decoration: none;
    color: #cbd5e1;
    font-size: .85rem;
    transition: color .2s ease;
}

.header-contact:hover {
    color: #38bdf8;
}

.icon-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1e2b4b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    transition: transform .2s ease;
}

.icon-circle i {
    font-size: 13px;
}

.header-contact:hover .icon-circle {
    transform: scale(1.08);
}

.header-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .85rem;
    color: #cbd5e1;
    text-decoration: none;
    transition: color .2s ease;
}

.header-link:hover {
    color: #38bdf8;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #38bdf8;
}

.header-main {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.header-main .container-big {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    min-height: 90px;
}

.header-main__logo img {
    max-width: 180px
}

.header-main__nav {
    display: flex;
    justify-content: center;
}

.primary {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary>li {
    position: relative;
}

.primary>li>a {
    font-size: .95rem;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem 0;
    transition: color .25s ease;
}

.primary>li>a:hover {
    color: #38bdf8;
}

.primary>li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: .8rem;
    margin-left: .4rem;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #0f172a;
    min-width: 260px;
    padding: 1.2rem 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    z-index: 50;
}

.primary>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu li {
    position: relative;
}

.sub-menu li a {
    display: block;
    padding: .5rem 1.2rem;
    color: #cbd5e1;
    text-decoration: none;
    font-size: .75rem;
    transition: background .2s ease, color .2s ease;
}

.sub-menu li a:hover {
    background: rgba(255, 255, 255, .05);
    color: #fff;
}

.sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    column-count: 3;
    column-gap: 0;
    min-width: 540px;
}

.sub-menu .sub-menu li {
    break-inside: avoid;
}

.sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.sub-menu li.menu-item-has-children>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .75rem;
}

.sub-menu li.menu-item-has-children>a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: .8rem;
}


.header-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.header-burger span {
    width: 24px;
    height: 2px;
    background: #0f172a;
    transition: transform .25s ease, opacity .2s ease;
}

@media (max-width: 991px) {
    .header-top {
        display: none;
    }

    .header-main .container {
        grid-template-columns: auto auto;
    }

    .header-main__nav {
        position: fixed;
        inset: 0;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(100%);
        transition: transform .35s ease;
    }

    .header-main__nav.active {
        transform: translateX(0);
    }

    .main-menu {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .header-main__cta {
        display: none;
    }

    .header-burger {
        display: flex;
    }
}

/*--------------------------------------------------------------
# SLIDER 
--------------------------------------------------------------*/

.hero {
    position: relative;
    height: 90vh;
    min-height: 680px;
    overflow: hidden;
}

.hero-slider,
.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
    height: 100%;
}

.hero-slide {
    position: relative;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgb(15 23 42) 0%, rgb(15 23 42 / 88%) 25%, rgba(15, 23, 42, .5) 45%, rgba(15, 23, 42, .15) 65%, rgba(15, 23, 42, 0) 85%);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-box {
    max-width: 880px;
    text-align: left;
    color: #fff;
}


.hero-subtitle {
    margin-bottom: 4rem;
}

.hero-subtitle span {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .45rem 1.2rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #cbd5e1;
    background: rgba(30, 41, 59, .75);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hero-subtitle span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 10px rgba(56, 189, 248, .7);
}

.hero-title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.05;
    margin-bottom: 1.6rem;
    max-width: 55%
}


.hero-text {
    font-size: 1.05rem;
    color: #e2e8f0;
    margin: 0 0 2.5rem 0;
    max-width: 720px;
}

.btn-row {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 4rem;
}

.btn-row .btn-secondary {
    background: transparent;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.hero .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .4);
    width: 9px;
    height: 9px;
    opacity: 1;
}

.hero .swiper-pagination-bullet-active {
    background: #38bdf8;
    transform: scale(1.2);
}

.hero-box>* {
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s ease;
}

.swiper-slide-active .hero-box>* {
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide-active .hero-box>*:nth-child(1) {
    transition-delay: .1s;
}

.swiper-slide-active .hero-box>*:nth-child(2) {
    transition-delay: .2s;
}

.swiper-slide-active .hero-box>*:nth-child(3) {
    transition-delay: .3s;
}

.swiper-slide-active .hero-box>*:nth-child(4) {
    transition-delay: .4s;
}

@media (max-width: 991px) {

    .hero {
        height: auto;
        padding: 120px 20px;
    }

    .hero-title {
        font-size: 2.6rem;
    }

    .hero-text {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
# SERVICE SECTION
--------------------------------------------------------------*/

.service {
    padding: 7rem 0;
    background: #f8fafc;
}

.service .section-title {
    margin-bottom: 2rem;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    gap: 2rem;
}

.section-title__left h2 {
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #0f172a;
}

.section-title__left p {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 650px;
}

/* GRID */

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* CARD */

.service-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    align-items: flex-end;
    transition: transform .35s ease, box-shadow .35s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.service-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .6s ease;
}

.service-card:hover .service-card__bg {
    transform: scale(1.05);
}

/* overlay gradient */

.service-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(15, 23, 42, 0) 30%,
            rgba(15, 23, 42, 0.877) 80%);
}

/* CONTENT */

.service-card__content {
    position: relative;
    z-index: 2;
    padding: 32px;
    color: #fff;
}

.service-card__content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: .8rem;
}

.service-card__excerpt {
    font-size: .85rem;
    opacity: .85;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.service-card__link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
    font-weight: 500;
    color: #38bdf8;
    text-decoration: none;
    transition: gap .25s ease;
}

.service-card__link:hover {
    gap: .8rem;
    color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 280px;
    }
}

/* ========================================
   ABOUT SECTION
======================================== */
.about {
    padding: 7rem 0;
    background: linear-gradient(120deg, #e3e8ed 0%, #f3f6fa 45%, #ced8e4 100%)
}


.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .45rem 1.2rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;

    color: #334155;
    background: rgba(30, 41, 59, .06);
    border: 1px solid rgba(15, 23, 42, .08);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    margin-bottom: 1.4rem;
}

.about-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 10px rgba(56, 189, 248, .6);
}

.about-title {
    font-size: 3rem;
    font-weight: 500;
    color: #0f172a;
    max-width: 80%;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.about-text {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 2rem;
    max-width: 520px;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.about-list li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.about-check .fa-regular {

    color: #38bdf8;
}

.about-check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1e2b4b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    transition: transform .2s ease;
    font-size: 1rem
}

.about-list strong {
    display: block;
    font-weight: 600;
    color: #0f172a;
}

.about-list span {
    font-size: .9rem;
    color: #64748b;
}

.about-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* IMAGE SIDE */

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.about-image-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #38bdf8;
    color: #fff;
    padding: 1.4rem 1.8rem;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.about-image-box h4 {
    font-size: 2rem;
    margin: 0;
    font-weight: 700;
}

.about-image-box span {
    font-size: .9rem;
    opacity: .9;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .about-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-title {
        font-size: 2.2rem;
    }

    .about-image-box {
        bottom: 20px;
        left: 20px;
    }

}

/* ========================================
   SHOP SECTION
======================================== */

.shop {
    padding: 1rem 0 7rem 0;
    background: #ffffff;
}

/* SHOP CARD FIXED */

.shop-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e5e7eb;
}

.shop-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

/* IMAGE */

.shop-card__image {
    background: #f1f5f9;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.shop-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */

.shop-card__content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

/* HEADER (title + plus) */

.shop-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .75rem;
}

.shop-card__title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    max-width: 70%;
    line-height: 1.3;
}

.shop-card__plus {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    text-decoration: none;
    transition: all .25s ease;
    flex-shrink: 0;
}

.shop-card__plus:hover {
    background: #38bdf8;
    color: #ffffff;
}

/* DESCRIPTION */

.shop-card__desc {
    font-size: .85rem;
    color: #64748b;
}

/* PRICE */

.shop-card__price-wrap {
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.shop-card__old {
    font-size: .85rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.shop-card__price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #38bdf8;
}

/* SHOP NAVIGATION */

.shop-navigation {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
}

.shop-prev,
.shop-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .25s ease;
    color: #0f172a;
}

.shop-prev:hover,
.shop-next:hover {
    background: #38bdf8;
    color: #ffffff;
    border-color: #38bdf8;
    transform: translateY(-3px);
}

/* ========================================
   SHOP FILTERS
======================================== */

.shop-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.shop-filters__sep {
    width: 1px;
    height: 24px;
    background: #e5e7eb;
    margin: 0 .25rem;
    flex-shrink: 0;
}

.shop-filter {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    height: 38px;
    padding: 0 1.1rem;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #475569;
    font-size: .8rem;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: all .2s ease;
    white-space: nowrap;
}

.shop-filter i {
    font-size: .75rem;
    color: #94a3b8;
    transition: color .2s ease;
}

.shop-filter:hover {
    border-color: #38bdf8;
    color: #0f172a;
    background: #f0fbff;
}

.shop-filter:hover i {
    color: #38bdf8;
}

.shop-filter.active {
    background: #38bdf8;
    border-color: #38bdf8;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(56, 189, 248, .3);
}

.shop-filter.active i {
    color: #ffffff;
}

/* sort buttons */
.shop-filters__sep--auto {
    margin-left: auto;
}

/* ── Filtr "Wszystkie" / powrót w kategorii ── */
.shop-filter--back {
    color: #64748b;
}
.shop-filter--back i {
    font-size: .75rem;
    margin-right: 2px;
}

/* ── Filtr "Wyczyść" — pojawia się gdy są aktywne filtry ── */
.shop-filter--clear {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c;
}
.shop-filter--clear:hover {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #991b1b;
}
.shop-filter--clear i {
    font-size: .75rem;
}

/* ── Loading state listy produktów ── */
.shop-list.is-loading {
    position: relative;
    opacity: .5;
    pointer-events: none;
    transition: opacity .15s;
    min-height: 200px;
}
.shop-list.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    border: 3px solid #e2e8f0;
    border-top-color: #38bdf8;
    border-radius: 50%;
    animation: shop-spin .8s linear infinite;
}
@keyframes shop-spin {
    to { transform: rotate(360deg); }
}

.shop-sort-btn.sort-active {
    background: #0ea5e9;
    border-color: #0ea5e9;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(14, 165, 233, .3);
}

.shop-sort-btn.sort-active i {
    color: #ffffff;
}

/* color swatch dot */
.shop-filter__swatch {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

/* Loading state */
.shop-list.is-loading {
    opacity: .45;
    pointer-events: none;
    transition: opacity .2s ease;
}

.shop-list__empty {
    padding: 3rem;
    text-align: center;
    color: #94a3b8;
    font-size: 1rem;
    width: 100%;
}

/* ========================================
   SHOP LIST (strona główna – widok rzędowy)
======================================== */

.shop-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.5rem;
}

.shop-list-item {
    display: grid;
    grid-template-columns: 18% 1fr 240px;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.shop-list-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .07);
}

/* IMAGE */

.shop-list-item__image {
    overflow: hidden;
    background: #f1f5f9;
}

.shop-list-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.shop-list-item:hover .shop-list-item__image img {
    transform: scale(1.04);
}

/* BODY */

.shop-list-item__body {
    padding: 1.4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .75rem;
}

.shop-list-item__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.25;
}

.shop-list-item__title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.shop-list-item__title a:hover {
    color: #38bdf8;
}

/* SPECS */

.shop-list-item__specs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem .9rem;
}

.shop-list-item__specs li {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .78rem;
    font-weight: 500;
    color: #475569;
    background: #f1f5f9;
    border-radius: 8px;
    padding: .25rem .65rem;
    white-space: nowrap;
}

.shop-list-item__specs li i {
    font-size: .75rem;
    color: #38bdf8;
}

/* META */

.shop-list-item__meta {
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    border-left: 1px solid #e5e7eb;
}

.shop-list-item__price-wrap {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.shop-list-item__old {
    font-size: .8rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.shop-list-item__price {
    font-size: 2rem;
    font-weight: 800;
    color: #1c1c1c;
    line-height: 1;
}

.shop-list-item__currency {
    font-size: .6em;
    font-weight: 600;
    opacity: .7;
    vertical-align: middle;
    margin-left: .1rem;
}

/* Button — jedna linia */
.shop-list-item__meta .btn-main a {
    white-space: nowrap;
    padding: 0 1.2rem;
    font-size: .82rem;
    height: 42px;
    border-radius: 12px;
    width: 100%;
    justify-content: center;
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .shop-list-item {
        grid-template-columns: 1fr;
    }

    .shop-list-item__meta {
        border-left: none;
        border-top: 1px solid #e5e7eb;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* ========================================
   BESTSELLERS SECTION
======================================== */

.bestsellers {
    padding: 7rem 0;
    background: #f8fafc;
}

.section-title--center {
    align-items: center;
    text-align: center;
    max-width: 991px;
    margin: 0 auto 2rem auto;
    flex-direction: column;
    gap: 1rem;
}

.bestsellers__subtitle {
    font-size: .85rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #38bdf8;
    font-weight: 600;
    margin-bottom: 1rem;
}

.bestsellers h2 {
    font-size: 2.6rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 1rem;
}

.bestsellers p {
    font-size: 1.05rem;
    color: #64748b;
}

/* GRID */

/* SWIPER */

.bestsellers-slider {
    overflow: hidden;
    padding-bottom: .5rem;
}

.bestsellers-slider .shop-card {
    height: 100%;
}

/* CTA */

.bestsellers__cta {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .bestsellers h2 {
        font-size: 2rem;
    }
}

/* ========================================
   BLOG SECTION
======================================== */

.blog {
    padding: 7rem 0;
    background: #ffffff;
}

.blog__subtitle {
    font-size: .85rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #38bdf8;
    font-weight: 600;
    margin-bottom: 1rem;
}

.blog-grid,
.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* Sekcja listy archiwum */
.page-archive__list {
    padding: 2.5rem 0 4rem;
}

/* archive-grid na węższych ekranach */
@media (max-width: 991px) {
    .archive-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 560px) {
    .archive-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Paginacja z the_posts_pagination — nadpisanie wrappera WP */
.shop-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .4rem;
    padding: 2.5rem 0 1rem;
}

/* SWIPER */

.blog-slider {
    overflow: hidden;
    padding-bottom: .5rem;
}

.blog-slider .blog-card {
    height: 100%;
}

/* CARD */

.blog-card {
    background: #f8fafc;
    border-radius: 20px;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.blog-card__image {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card__content {
    padding: 1.6rem;
}

.blog-card__meta {
    font-size: .8rem;
    color: #94a3b8;
    margin-bottom: .8rem;
}

.blog-card__meta i {
    margin-right: .4rem;
}

.blog-card__cat {
    display: inline-flex;
    align-items: center;
    padding: 2px 9px;
    border-radius: 20px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    color: #0369a1;
    font-size: .72rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .02em;
    transition: background .2s, border-color .2s, color .2s;
}

.blog-card__cat:hover {
    background: #38bdf8;
    border-color: #38bdf8;
    color: #fff;
}

.blog-card__title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: .8rem;
}

.blog-card__title a {
    text-decoration: none;
    color: #0f172a;
}

.blog-card__title a:hover {
    color: #38bdf8;
}

.blog-card__excerpt {
    font-size: .9rem;
    color: #64748b;
    margin-bottom: 1.2rem;
}

.blog-card__link {
    font-size: .9rem;
    font-weight: 600;
    color: #38bdf8;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.blog-card__link:hover {
    gap: .7rem;
}

/* CTA */

.blog__cta {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   FOOTER
======================================== */

.site-footer {
    padding-top: 7rem;
    background: #0f172a;
    color: #94a3b8;
    position: relative;
}

/* LOGO BOX */

#block-2 img {
    padding: 1rem;
    border-radius: 1rem;
    background: #ffffff;
}

/* TYPO */

.site-footer h2 {
    color: #ffffff;
    font-size: 3.4rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.site-footer h3 {
    color: #38bdf8;
    font-size: 1.15rem;
    margin-top: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

/* PARAGRAPHS */

.site-footer p {
    font-size: .95rem;
    line-height: 1.6;
    color: #94a3b8;
}

#block-4 p {
    max-width: 75%;
}

/* CONTACT */

#block-5 {
    margin-top: 3rem;
    padding-top: 1.8rem;
    position: relative;
}

#block-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, .15);
}

#block-5 p {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: .8rem;
}

#block-5 p a {
    color: #ffffff;
    text-decoration: none;
}

#block-5 p a::before {
    content: "\f095";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin-right: .7rem;
    color: #38bdf8;
}

#block-6 p {
    font-size: 1.2rem;
}

#block-6 p a {
    color: #ffffff;
    text-decoration: none;
}

#block-6 p a::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin-right: .7rem;
    color: #38bdf8;
}

/* LISTS */

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: .95rem;
    font-size: .8rem;
}

.site-footer ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 6px rgba(56, 189, 248, .4);
}

.site-footer ul li a {
    color: #94a3b8;
    text-decoration: none;
    transition: all .2s ease;
}

.site-footer ul li a:hover {
    color: #ffffff;
    padding-left: 3px;
}

/* FOOTER BOTTOM */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .06);
    margin-top: 4rem;
    padding: 2rem 0;
}

.fb-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-credits {
    font-size: .9rem;
    color: #94a3b8;
}

.footer-credits a {
    color: #ffffff;
    text-decoration: none;
}

.footer-credits a:hover {
    color: #38bdf8;
}

/* SOCIAL */

.footer-social {
    display: flex;
    gap: .8rem;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: all .25s ease;
}

.footer-social a:hover {
    background: #38bdf8;
    border-color: #38bdf8;
    color: #ffffff;
}

/* FOOTER LINKS */

.footer-links ul {
    display: flex;
    gap: 1.8rem;
}

.footer-links ul li {
    padding-left: 12px;
    margin: 0;
    font-size: .85rem;
}

.footer-links ul li::before {
    top: 6px;
}

/* SCROLL TOP */

.scroll-top {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.scroll-top a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all .25s ease;
}

.scroll-top a:hover {
    transform: translateY(-4px);
}

/* FOOTER GRID ADJUST */

.fw-inner .row .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.fw-inner .row .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .fb-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-links ul {
        flex-direction: column;
        gap: 1rem;
    }

    .scroll-top {
        position: static;
        margin-top: 2rem;
    }

}

/* ========================================
   SINGLE PRODUCT — prod-breadcrumb
======================================== */

.prod-breadcrumb {
    background: #f8fafc;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.prod-breadcrumb__nav ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .85rem;
    color: #64748b;
}

.prod-breadcrumb__nav a {
    color: inherit;
    text-decoration: none;
}

.prod-breadcrumb__nav a:hover {
    color: #38bdf8;
}

.prod-breadcrumb__nav .active {
    color: #0f172a;
    font-weight: 600;
}

.prod-breadcrumb__nav i {
    font-size: .7rem;
    opacity: .5;
}

/* ── Product Main ─── */
.prod-main {
    padding: 60px 0 40px;
}

.prod-main__inner {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 48px;
    align-items: start;
}

@media (max-width: 900px) {
    .prod-main__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* ── Gallery ─── */
.prod-gallery {
    position: sticky;
    top: 24px;
    min-width: 0;
}

.prod-info {
    min-width: 0;
}

.prod-gallery__main {
    border-radius: 12px;
    overflow: hidden;
    background: #f0f0f0;
    margin-bottom: 10px;
}

.prod-gallery__main .swiper-slide {
    aspect-ratio: 4/3;
}

.prod-gallery__main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.prod-gallery__main .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Gallery arrows — kółka z ikoną, większy padding */
.prod-gallery__main .swiper-button-next,
.prod-gallery__main .swiper-button-prev {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, .92);
    border-radius: 50%;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background .2s, box-shadow .2s;
}

.prod-gallery__main .swiper-button-next:hover,
.prod-gallery__main .swiper-button-prev:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.prod-gallery__main .swiper-button-next::after,
.prod-gallery__main .swiper-button-prev::after {
    font-size: .72rem;
    font-weight: 800;
    color: #0f172a;
}

/* Thumbnails — 50% szerokości, do lewej */
.prod-gallery__thumbs {
    padding: 0 4px;
    max-width: 50%;
    margin-right: auto;
}

.prod-gallery__thumbs .swiper-slide {
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 4/3;
    border: 2px solid transparent;
    transition: border-color .2s;
    opacity: .65;
}

.prod-gallery__thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.prod-gallery__thumbs .swiper-slide-thumb-active {
    border-color: #38bdf8;
    opacity: 1;
}

.prod-gallery__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4/3;
    background: #f0f0f0;
    border-radius: 12px;
    gap: 12px;
    color: #aaa;
    font-size: 1rem;
}

.prod-gallery__placeholder i {
    font-size: 3rem;
}

/* ── Product Info ─── */
.prod-info__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.prod-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: .78rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s;
}

.prod-badge:hover {
    opacity: .8;
}

.prod-badge--type {
    background: rgba(56, 189, 248, .12);
    color: #0369a1;
}

.prod-badge--color {
    background: #f1f5f9;
    color: #475569;
}

.prod-info__title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 16px;
    color: #0f172a;
}

.prod-info__short-desc {
    color: #64748b;
    font-size: .95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Specs lista */
.prod-info__specs {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.prod-info__specs li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: .9rem;
}

.prod-info__specs i {
    color: #38bdf8;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.prod-spec__label {
    color: #94a3b8;
    min-width: 130px;
    flex-shrink: 0;
}

.prod-info__specs strong {
    color: #0f172a;
}

/* Cena */
.prod-info__price-wrap {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #38bdf8;
}

.prod-info__price-old {
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 1.1rem;
}

.prod-info__price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.prod-info__currency {
    font-size: .65em;
    font-weight: 600;
    margin-left: 4px;
    opacity: .7;
}

.prod-info__price-save {
    background: #dcfce7;
    color: #166534;
    font-size: .8rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 100px;
}

.prod-info__price-cta {
    font-size: 1.4rem;
    font-weight: 700;
    color: #38bdf8;
}

.prod-info__price-note {
    width: 100%;
    margin: 0;
    font-size: .8rem;
    color: #94a3b8;
    font-weight: 400;
}

/* WooCommerce Notices */
.woocommerce-notices-wrapper:empty {
    display: none;
}

.woocommerce-notices-wrapper {
    padding: 12px 0 0;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: .88rem;
    font-weight: 500;
    list-style: none;
    margin: 0 0 8px;
}

.woocommerce-message {
    background: #f0fdf4;
    border: 1px solid #86efac;
    color: #166534;
}

.woocommerce-error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.woocommerce-info {
    background: #f0f9ff;
    border: 1px solid #7dd3fc;
    color: #0369a1;
}

.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
    font-weight: 700;
    text-decoration: underline;
    color: inherit;
    margin-left: auto;
}

/* CTA Buttons */
.prod-info__actions {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.btn-main--large,
.btn-secondary--large {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid transparent;
    text-decoration: none;
    transition: background .2s, box-shadow .2s, transform .15s, color .2s, border-color .2s;
}

.btn-main--large {
    flex: 1 1 180px;
    justify-content: center;
    background: #38bdf8;
    color: #fff;
    box-shadow: 0 4px 14px rgba(56, 189, 248, .3);
}

.btn-secondary--large {
    flex: 0 1 auto;
    background: transparent;
    border: 2px solid #38bdf8;
    color: #38bdf8;
}

.btn-main--large:hover {
    background: #0f172a;
    border-color: #0f172a;
    box-shadow: 0 8px 22px rgba(56, 189, 248, .45);
    color: #fff;
    transform: translateY(-1px) scale(1.01);
}

.btn-secondary--large:hover {
    background: transparent;
    border-color: #0f172a;
    color: #0f172a;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
    transform: translateY(-2px) scale(1.01);
}

/* ── CTA "Kup teraz" — pomarańczowy override ── */
.prod-btn-buy.btn-main--large,
a.prod-btn-buy {
    background: #f97316;
    border-color: #f97316;
    color: #fff;
    box-shadow: 0 4px 16px rgba(249, 115, 22, .35);
}

.prod-btn-buy.btn-main--large:hover,
a.prod-btn-buy:hover {
    background: #ea580c;
    border-color: #ea580c;
    color: #fff;
    box-shadow: 0 8px 24px rgba(249, 115, 22, .5);
    transform: translateY(-1px) scale(1.01);
}

.prod-btn-buy.btn-main--large:focus-visible,
a.prod-btn-buy:focus-visible {
    outline: 3px solid #fdba74;
    outline-offset: 2px;
}

/* Trust */
.prod-info__trust {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.prod-info__trust li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .82rem;
    color: #64748b;
}

.prod-info__trust i {
    color: #38bdf8;
}

/* ── Tabs ─── */
.prod-tabs {
    padding: 0 0 60px;
}

.prod-tabs__nav {
    display: flex;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 0;
    gap: 4px;
    flex-wrap: wrap;
}

.prod-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    font-size: .95rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    font-family: inherit;
    transition: color .2s, border-color .2s;
}

.prod-tab-btn:hover {
    color: #38bdf8;
}

.prod-tab-btn.active {
    color: #38bdf8;
    border-bottom-color: #38bdf8;
}

.prod-tab-btn i {
    font-size: .9rem;
}

.prod-tab-pane {
    display: none;
}

.prod-tab-pane.active {
    display: block;
}

.prod-tab-pane__inner {
    padding: 36px 0;
}

.prod-tab-pane__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #0f172a;
}

/* Tabela danych technicznych */
.prod-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.prod-specs-table th,
.prod-specs-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    font-size: .9rem;
    line-height: 1.5;
}

.prod-specs-table th {
    max-width: 260px;
    width: 260px;
    font-weight: 600;
    color: #64748b;
    background: #f8fafc;
    white-space: nowrap;
}

.prod-specs-table td {
    color: #0f172a;
}

.prod-specs-table tr:last-child th,
.prod-specs-table tr:last-child td {
    border-bottom: none;
}

/* Zakładka wyceny */
.prod-quote-wrap {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 48px;
    align-items: start;
}

@media (max-width: 768px) {
    .prod-quote-wrap {
        grid-template-columns: 1fr;
    }
}

.prod-quote-info p {
    color: #64748b;
    font-size: .95rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.prod-quote-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.prod-quote-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .95rem;
}

.prod-quote-contact i {
    color: #38bdf8;
    width: 18px;
    text-align: center;
}

.prod-quote-contact a {
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
}

.prod-quote-contact a:hover {
    color: #38bdf8;
}

/* Formularz */
.prod-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prod-form__row--2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 500px) {
    .prod-form__row--2 {
        grid-template-columns: 1fr;
    }
}

.prod-form__group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.prod-form__group label {
    font-size: .85rem;
    font-weight: 600;
    color: #334155;
}

.prod-form__group label span {
    color: #ef4444;
    margin-left: 2px;
}

.prod-form__group input,
.prod-form__group textarea,
.prod-form__group select {
    padding: 11px 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: .95rem;
    font-family: inherit;
    transition: border-color .2s;
    background: #fff;
    color: #0f172a;
}

.prod-form__group input:focus,
.prod-form__group textarea:focus {
    outline: none;
    border-color: #38bdf8;
}

.prod-form__group textarea {
    resize: vertical;
    min-height: 100px;
}

.prod-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: .82rem;
    color: #64748b;
    line-height: 1.5;
}

.prod-form__checkbox input {
    flex-shrink: 0;
    margin-top: 3px;
    width: 16px;
    height: 16px;
}

.prod-form__checkbox a {
    color: #38bdf8;
}

.prod-form__submit {
    margin-top: 4px;
}

.prod-form__message {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 600;
}

.prod-form__message.success {
    background: #dcfce7;
    color: #166534;
}

.prod-form__message.error {
    background: #fee2e2;
    color: #991b1b;
}

/* Related products */
.prod-related {
    padding: 0 0 60px;
}

/* ========================================
   PAGE BREADCRUMB (page.php / single.php)
======================================== */

.page-breadcrumb {
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 0;
}

.page-breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .83rem;
    color: #64748b;
}

.page-breadcrumb__list a {
    color: #64748b;
    text-decoration: none;
    transition: color .2s;
}

.page-breadcrumb__list a:hover {
    color: #38bdf8;
}

.page-breadcrumb__list .active {
    color: #0f172a;
    font-weight: 500;
}

.page-breadcrumb__list i {
    font-size: .65rem;
    opacity: .45;
}

/* ========================================
   PAGE WRAPPER — page.php / single.php
======================================== */

.page-wrapper {
    padding: 56px 0 80px;
}

.page-wrapper__title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    margin: 0 0 2rem 0;
}

/* ── Post meta (single.php) ─── */
.post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .6rem;
    margin-bottom: 1.25rem;
}

.post-meta__date {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .82rem;
    color: #64748b;
}

.post-meta__cat {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 .75rem;
    border-radius: 20px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: .75rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.post-meta__cat:hover {
    background: #38bdf8;
    color: #fff;
}

/* ── Entry content typography ─── */
.entry-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
}

.entry-content h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 700;
    color: #0f172a;
    margin: 2.75rem 0 .75rem;
    line-height: 1.2;
    padding-bottom: .6rem;
    position: relative;
}

.entry-content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    border-radius: 2px;
    background: #38bdf8;
    opacity: .6;
}

.entry-content h3 {
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    font-weight: 700;
    color: #0f172a;
    margin: 2.25rem 0 .6rem;
    line-height: 1.25;
}

.entry-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 2rem 0 .5rem;
}

.entry-content h5 {
    font-size: .95rem;
    font-weight: 600;
    color: #475569;
    margin: 1.75rem 0 .4rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.entry-content p {
    margin-bottom: 1.35rem;
    font-weight: 400;
}

.entry-content strong {
    font-weight: 700;
    color: #0f172a;
}

.entry-content a {
    color: #0ea5e9;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s;
}

.entry-content a:hover {
    color: #0284c7;
}

/* Listy nieuporządkowane — niebieskie kropki jak w stopce */
.entry-content ul {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.entry-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: .6rem;
    font-weight: 400;
}

.entry-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 6px rgba(56, 189, 248, .45);
}

/* Listy uporządkowane */
.entry-content ol {
    margin: 0 0 1.5rem 0;
    padding-left: 1.4rem;
}

.entry-content ol li {
    margin-bottom: .6rem;
    font-weight: 400;
    padding-left: .3rem;
}

.entry-content ol li::marker {
    color: #38bdf8;
    font-weight: 700;
}

/* Zagnieżdżone ul wewnątrz ul — mniejsza kropka */
.entry-content ul ul {
    margin: .4rem 0 .4rem 1rem;
}

.entry-content ul ul li::before {
    width: 4px;
    height: 4px;
    background: #94a3b8;
    box-shadow: none;
    top: .7em;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 1.5rem 0;
}

.entry-content a {
    color: #0369a1;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.entry-content a:hover {
    color: #38bdf8;
}

.entry-content blockquote {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid #38bdf8;
    background: #f0fbff;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #334155;
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: .95rem;
}

.entry-content table th,
.entry-content table td {
    padding: .65rem 1rem;
    border: 1px solid #e5e7eb;
    text-align: left;
}

.entry-content table th {
    background: #f1f5f9;
    font-weight: 600;
    color: #0f172a;
}

.entry-content table tr:nth-child(even) td {
    background: #f8fafc;
}

/* ========================================
   RELATED POSTS (single.php — Swiper)
======================================== */

.related-posts {
    padding: 60px 0 80px;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
}

.related-posts .section-title--center {
    margin-bottom: 2.5rem;
}

.related-posts .section-title--center h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.related-posts__slider {
    overflow: hidden;
    position: relative;
    padding-bottom: .5rem;
}

.related-posts__slider .swiper-button-next,
.related-posts__slider .swiper-button-prev {
    color: #38bdf8;
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    top: 38%;
}

.related-posts__slider .swiper-button-next::after,
.related-posts__slider .swiper-button-prev::after {
    font-size: .85rem;
    font-weight: 700;
}

/* ========================================
   PAGE HEAD SHOP — archive-product.php
======================================== */

.page-head-shop {
    padding: 2rem 0 1.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.page-head-shop__row {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.page-head-shop__main {
    flex: 1 1 50%;
    min-width: 280px;
}

.page-head-shop__chips {
    flex: 1 1 40%;
    min-width: 280px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

.shop-active-filters__label {
    font-size: .82rem;
    color: #64748b;
    font-weight: 600;
    margin-right: 4px;
    white-space: nowrap;
}

.shop-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 6px 5px 12px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 600;
    color: #0369a1;
    line-height: 1;
    transition: background .15s, border-color .15s, color .15s;
}

.shop-chip__label {
    white-space: nowrap;
}

.shop-chip__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(3, 105, 161, .12);
    color: #0369a1;
    cursor: pointer;
    transition: background .15s, color .15s, transform .15s;
}
.shop-chip__remove i {
    font-size: .7rem;
    line-height: 1;
}
.shop-chip__remove:hover {
    background: #0369a1;
    color: #fff;
    transform: rotate(90deg);
}

.shop-chip--clear-all {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c;
    cursor: pointer;
    padding: 6px 14px;
}
.shop-chip--clear-all:hover {
    background: #b91c1c;
    border-color: #b91c1c;
    color: #fff;
}
.shop-chip--clear-all i {
    font-size: .75rem;
}

.page-head-shop h1 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.15;
    margin: 0 0 .35rem;
}

.page-head-shop p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: .9rem;
    color: #64748b;
    margin: 0;
}

.page-head-shop p a {
    color: #64748b;
    text-decoration: none;
    transition: color .2s;
}

.page-head-shop p a:hover {
    color: #38bdf8;
}

.page-head-shop p i {
    font-size: .75rem;
    opacity: .6;
}

.page-head-shop__cat {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 20px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    color: #0369a1 !important;
    font-size: .78rem;
    font-weight: 600;
    text-decoration: none !important;
    letter-spacing: .02em;
    transition: background .2s, border-color .2s;
}

.page-head-shop__cat:hover {
    background: #38bdf8;
    border-color: #38bdf8;
    color: #fff !important;
}

.page-head-shop__desc {
    max-width: 1100px;
    margin-top: 1rem;
    color: #475569;
    font-size: 1rem;
    line-height: 1.65;
}

.page-head-shop__desc>*:first-child {
    margin-top: 0;
}

.page-head-shop__desc>*:last-child {
    margin-bottom: 0;
}

.page-head-shop__desc h2,
.page-head-shop__desc h3,
.page-head-shop__desc h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.25;
    margin: 1rem 0 .25rem;
}

.page-head-shop__desc h2 {
    font-size: 1.35rem;
}

.page-head-shop__desc h3 {
    font-size: 1.15rem;
}

.page-head-shop__desc h4 {
    font-size: 1rem;
}

.page-head-shop__desc p {
    margin: 0 0 .5rem;
}

.page-head-shop__desc a {
    color: #0369a1;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .2s;
}

.page-head-shop__desc a:hover {
    color: #38bdf8;
}

.page-head-shop__desc ul,
.page-head-shop__desc ol {
    margin: 0 0 .75rem;
    padding-left: 1.25rem;
}

.page-head-shop__desc li {
    margin-bottom: .25rem;
}

.page-head-shop__desc strong {
    color: #0f172a;
}

.page-head-shop__desc img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: .5rem 0;
}

/* ========================================
   SHOP CATEGORY CONTENT (pod produktami)
======================================== */

.shop-cat-content {
    margin: 3rem auto 1rem;
    padding: 2.5rem 2.75rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    position: relative;
}

.shop-cat-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.75rem;
    width: 56px;
    height: 3px;
    background: #38bdf8;
    border-radius: 0 0 3px 3px;
}

.shop-cat-content>*:first-child {
    margin-top: 0;
}

.shop-cat-content>*:last-child {
    margin-bottom: 0;
}

.shop-cat-content h2,
.shop-cat-content h3,
.shop-cat-content h4 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.25;
    margin: 1.75rem 0 .75rem;
}

.shop-cat-content h2 {
    font-size: 1.5rem;
}

.shop-cat-content h3 {
    font-size: 1.2rem;
}

.shop-cat-content h4 {
    font-size: 1.05rem;
}

.shop-cat-content p {
    margin: 0 0 1rem;
}

.shop-cat-content a {
    color: #0369a1;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .2s;
}

.shop-cat-content a:hover {
    color: #38bdf8;
}

.shop-cat-content ul,
.shop-cat-content ol {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}

.shop-cat-content li {
    margin-bottom: .35rem;
}

.shop-cat-content strong {
    color: #0f172a;
}

.shop-cat-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: .75rem 0;
}

/* ========================================
   SHOP SELECT FILTERS
======================================== */

.shop-select-filter {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 2rem 0 .75rem;
    height: 34px;
    font-size: .8rem;
    font-weight: 500;
    color: #334155;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .6rem center;
    cursor: pointer;
    transition: border-color .2s, background-color .2s;
    line-height: 34px;
}

.shop-select-filter:hover {
    border-color: #38bdf8;
}

.shop-select-filter:focus {
    outline: none;
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, .12);
}

.shop-select-filter.is-active {
    border-color: #38bdf8;
    background-color: #f0f9ff;
    color: #0369a1;
}

/* ========================================
   SHOP PAGINATION
======================================== */

.shop-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .4rem;
    padding: 2.5rem 0 1rem;
}

.shop-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 .65rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: .83rem;
    font-weight: 500;
    color: #334155;
    text-decoration: none;
    background: #fff;
    transition: background .2s, border-color .2s, color .2s;
}

.shop-pagination .page-numbers:hover {
    border-color: #38bdf8;
    color: #38bdf8;
}

.shop-pagination .page-numbers.current {
    background: #38bdf8;
    border-color: #38bdf8;
    color: #fff;
}

.shop-pagination .page-numbers.dots {
    border-color: transparent;
    background: none;
    color: #94a3b8;
    pointer-events: none;
}

@media (max-width: 640px) {
    .page-wrapper {
        padding: 36px 0 56px;
    }

    .page-wrapper__title {
        font-size: 1.6rem;
    }

    .entry-content {
        font-size: 1rem;
    }

    .related-posts {
        padding: 40px 0 60px;
    }
}