:root {
    --font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
    --font-Poppins: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
    --color-primary: white;
    --color-secondary: black;
}

header {
    position: relative;
}

body {
    background-image: url('/images/repository/background-white-1-697214e5363185.10131182.jpg');
    background-repeat: repeat;
    background-position: top center;
    background-color: #1a1a1a;
}

header.header {
    background-image: url('/images/repository/headerbg-69722834497864.35399991.jpg');
    background-repeat: repeat;
    background-position: bottom center;
    background-color: #333;
}

.header label {
	top: 40px;
}

#section_14.main-four-boxes,
#section_15.main-four-boxes,
#section_16.main-four-boxes {
    background: none;
}

#section_14.main-four-boxes .decor,
#section_15.main-four-boxes .decor,
#section_16.main-four-boxes .decor {
    padding: 30px 0 30px 0;
}

#section_14.main-four-boxes .title,
#section_15.main-four-boxes .title,
#section_16.main-four-boxes .title {
    margin: 0 auto .5em auto;
    text-transform: uppercase;
}

#section_16.main-four-boxes .container .box .text {
    padding: 0;
}

#section_16.main-four-boxes .container .box img {
    border-radius: 0;
}

#section_16.main-four-boxes .container .box {
    border: none;
}

#section-6 {
    background-image: url('/images/repository/bg-top-01-6971dc66980ee6.30163872.jpg');
    background-repeat: repeat;
    background-position: top center;
    background-color: #333;
}

.shop-container .box0400.js-box-link {
    background: white;
}

/*.shop-container .box0400 .content {*/
/*    flex-direction: row;*/
/*    gap: 10px;*/
/*}*/

.main-four-boxes .container .box h2 {
    display: none;
}

.main-four-boxes .container .box {
    padding: 0;
}

.main-four-boxes .container .box .text {
    margin-bottom: 0;
}

.sec03.id_12 .article {
    width: 95%;
    margin: 0 auto;
}

#section-6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    line-height: 1.5;
    padding: 30px 0;
}

#section-6 .page-wrapper {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0;
    width: 95%;
}

/* GRID – układ ogólny */
#section-6 .boxes-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
    "box1"
    "box2"
    "box3";
    gap: 20px;
}

/* Tablet ≥ 768px */
@media (min-width: 768px) {
    #section-6 .boxes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
        "box1 box1"
        "box2 box2"
        "box3 box3";
    }
}

/* Desktop ≥ 1024px */
@media (min-width: 1024px) {
    #section-6 .boxes-grid {
        grid-template-columns: 2.6fr 1.2fr;
        grid-template-areas:
        "box1 box2"
        "box1 box3";
    }

    .shop-wrapper.no-filter .products {
        grid-template-columns: repeat(4, 1fr);
    }

    .shop-wrapper .category-list {
        background-color: white;
        border-radius: 5px;
        padding: 0;
    }
}

#section-6 .box {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

#section-6 .box-inner {
    padding: 24px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 330px;
}

/* BOX 1 */
#section-6 .box-1 {
    grid-area: box1;
    background: url('/images/repository/260211-hero-01-698c2845c8a7f0.49570862.jpg') bottom center no-repeat;
    text-align: center;
}

#section-6 .box-1 .box-inner {
    max-width: 450px;
}

@media (min-width: 768px) {
    #section-6 .box-1 {
        height: 600px;
    }
}

#section-6 .box-1 h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1em;
}

#section-6 .box-1 p {
    margin: 1em 0;
}

#section-6 .btn-primary {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background-color: #012a4a;
    color: #ffffff;
}
/* BOX 3 */
#section-6 .box-2 {
    grid-area: box2;
    background: url('/images/repository/260211-hero-02-698c2846060e40.27004897.jpg');
    color: #ffffff;
}

#section-6 .box-2-inner {
    border: 2px solid rgba(255, 255, 255, 0.7);
    margin: 18px;
    padding: 20px 24px 24px;
    border-radius: 5px;
}

@media (max-width: 1200px) {
    #section-6 .box-inner,
    #section-6 .box-2,
    #section-6 .box-3 {
        min-height: 250px;
    }
    
    #section-6 .boxes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
        "box1 box1"
        "box2 box3";
    }
    
    #section-6 .box-1 {
        min-height: 350px;
        background: url('/images/repository/260211-hero-01-698c2845c8a7f0.49570862.jpg') bottom center no-repeat;
    }
    
    .header .logo {
        z-index: 99;
    }
    
    .header ul {
        margin-top: 180px;
    }
}

@media (max-width: 767px) {
    #section-6 .box-inner,
    #section-6 .box-2,
    #section-6 .box-3 {
        max-width: 440px;
        margin: 0 auto;
        width: 100%;
    }
    
    #section-6 .box-1 {
        min-height: 350px;
        background: url('/images/repository/260211-hero-01-698c2845c8a7f0.49570862.jpg') center center no-repeat;
    }
    
    .header ul {
        margin-top: 190px;
    }
}

@media (min-width: 900px) {
    #section-6 .box-2-inner {
        display: flex;
    }
}

#section-6 .box-2 h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1em;
    flex: 1;
}

#section-6 .box-2 p {
    flex: 2;
}

#section-6 .box-2 p span {
    background: #012a4a;
    padding: 0px 6px 2px;
    color: white;
    border-radius: 4px;
}

/* BOX 4 */
#section-6 .box-3 {
    grid-area: box3;
    background: url('/images/repository/hero-01b-6978590edf0188.99619593.jpg') top center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section-6 .box-3-image {
    text-align: center;
    height: 100%;
    padding: 20px 0;
    min-height: 260px;
}

#section-6 .box-3 .box-inner {
    justify-content: space-between;
}

#section-6 .box-3 .box-inner h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1em;
}

/* Mobile optymalizacja */
@media (max-width: 480px) {
    #section-6 .box-2-inner {
        margin: 14px;
        padding: 18px;
    }

    #section-6 .box-1 h2,
    #section-6 .box-2 h2 {
        font-size: 20px;
    }
}
.clickable {
    cursor: pointer
}
.clickable:hover {
    opacity: .8;
}

#section_14.main-four-boxes .title,
#section_15.main-four-boxes .title {
    text-align: left;
    max-width: var(--web-container);
}

@media (min-width: 1024px) {
    .nav-wrap {
        background-color: transparent;
        margin-top: 20px;
        padding: 10px 0;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        border-image: linear-gradient(
        90deg,
        transparent 0%,
        #8E6E42 15%,
        #C49B63 50%,
        #8E6E42 85%,
        transparent 100%
        ) 1;
    }
    
    .header .nav-wrap ul {
        margin-bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .header .top {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
    
    .header .user-nav-wrap {
        background-color: transparent;
        z-index: 201;
        position: relative;
        top: 24px;
    }
    
    header .header-wrap {
        margin: 0 auto;
        position: relative;
    }
    
    .header .logo {
        width: fit-content;
        z-index: 202;
    }
    
    .logo img {
        width: 160px;
    }
    
    header .header-wrap {
        margin: -50px auto 0 auto;
        position: relative;
    }

    .header li a {
        color: var(--color-primary);
    }
}

.user-nav {
    display: flex;
    align-items: center;
    width: 100%;
}

.user-nav > :first-child:before {
    margin-right: auto;
}

.user-nav p {
    margin: 0;
    padding: 0 10px;
}

.user-nav-wrap,
.header-wrap {
    background-color: transparent !important;
    background-image: none !important;
}

.user-nav-wrap a,
.user-nav-wrap span,
.user-nav-wrap i {
    color: #ffffff !important;
}

.header .user-nav {
    margin-bottom: 0;
}

.product-description .article h2 {
    line-height: 1.1em;
    margin-bottom: 1em;
}

.product-description .article {
    font-weight: 100;
}

.header .user-nav-wrap {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.breadcrumbs {
    background: rgba(0,0,0,.05);
    padding: 11px 0;
    color: black;
    margin: 0 0 4em 0;
}
.breadcrumbs a {
    color: black;
    text-decoration: none;
    font-weight: 100;
}
.btn:hover {
    background-color: #ffaa06;
    transition: 0.3s;
}
.btn {
    padding: 1em;
    border-radius: 5px;
}

.shop-btn {
    background: black;
    color: white;
    padding: 2em;
    max-width: 300px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}

.product-wrap .container {
    max-width: 1170px;
}
.box0400 {
    border: none;
}
.box0400 .image {
    background: white;
}
.btn-wrap .shop-btn {
    width: 100%;
}
.box0400 .product-name {
    text-align: center;
}
.category-page .category-descr {
    max-width: 700px;
    font-weight: 100;
}
.product-wrap .title {
    padding-bottom: 0;
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 100;
    margin: 0 0 1em 0;
}
.add-product-modal .product-row {
    display: block;
}
.paid {
    margin-bottom: 2em;
}
.add-product-modal .product-label {
    margin-right: 1em;
}
.main-image img {
    max-height: 400px;
}

.shop-wrapper .category-title {
    padding-bottom: 0;
}

.collapsible {
    padding: 20px;
    border-radius: 5px;
    background: white;
}

/* TEMP */
.sticky-tabs {
    display: none;
}

.product-description hr {
    display: none;
}

.article {
    font-weight: 100;
}
.article h1 {
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 1em;
}

.article h2 {
    font-weight: 100;
    line-height: 1.1em;
    margin-bottom: 1em;
}

.article h3 {
    font-weight: 100;
    line-height: 1.1em;
    margin-bottom: 1em;
}

ul, ol {
    margin: 0 0 1em 1em;
}

.product-section ul li span {
    margin-right: 5px;
    font-weight: 100;
}

#section-specification {
    border-bottom: none;
}

.footer-01 .container .box img {
	width: 160px;
	margin: 30px auto 0 auto;
}