
			.ostatnie-sztuki-badge {
				position: absolute;
				border-radius: var(--bs-border-radius);
				box-sizing: border-box;
				top: 1rem;
				left: 1rem;
				right: auto;
				background-color: black;
				color: white;
				padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
				font-size: var(--bs-badge-font-size);
				font-weight: var(--bs-badge-font-weight);
				text-transform: uppercase;
				font-family: var(--bs-body-font-family);
				white-space: nowrap;
				z-index: 10;
			}
			h2.ostatnie-sztuki-subheading {
				margin-top: 40px;
				margin-bottom: 20px;
				font-size: calc(1rem + 0.6vw);
				font-weight: 600;
			}
.shop-slider--carousel {
    display: block;
    position: relative;
    box-sizing: border-box;
/*    margin-bottom: 110px; /* Ensure bottom margin */
}

.archive-product__banner {
    padding: 60px 0 110px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: space-between; /* Ensure bottom margin */
    /*min-height: 100%;*/
    z-index: -10; /* Ensure it's above other elements */
}

.archive-product__banner.active {
    opacity: 1;
    display: flex;
    z-index: 0;
}

.banner-track {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
}

.banner-track::before, .banner-track::after {
    content: '';
    display: table;
}

.banner-track::after {
    clear: both;
}

.banner-track h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 18px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: start;
    -webkit-top-highlight-color: rgba(0, 0, 0, 0);
}

.banner-track .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    -webkit-top-highlight-color: rgba(0, 0, 0, 0);
}

.banner-track .text p {
    font-size: 0.875em !important;
    line-height: 24px;
    margin-bottom: 16px;
}

.banner-track .benefits {
    margin-top: 48px;
    display: flex;
}

.banner-track .benefits__box {
    position: relative;
    margin-right: 32px;
    padding-right: 32px;
}

.banner-track .benefits__box::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 21px;
    background: #dbdbdb;
    transform: translateY(-50%);
}

.banner-track .benefits__box img {
    margin-right: 16px;
    display: block;
}

.banner-track .benefits__box span {
    font-style: normal !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase !important;
    color: #595959;
    word-break: initial;
}

.nav-tabs li.active a {
    font-weight: 600;
}

@media(max-width: 991px) {
    .shop-slider--carousel {
        flex: 1;
    }
    .archive-product__banner {
        background-size: 715px;
        padding-top: 215px;
        padding-bottom: 0;
    }
	.archive-product__banner.active {
		display: flex;
	}
    .nav-tabs li {
        text-align: center;
    }
    .banner-track .row {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .banner-track .col-lg-6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }
    .banner-track .text, .banner-track .benefits {
        flex: 1;
    }
    .archive-product__banner .benefits {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .archive-product__banner .benefits__box {
        margin-right: 0;
        padding-right: 0;
        flex: 1 0 auto;
        display: flex;
        margin-bottom: 10px;
    }
}

@media(max-width: 768px) {
    .archive-product__banner {
        background-size: 535px;
        padding-top: 175px;
        padding-bottom: 110px;
    }
    .archive-product-content__nav {
        border-radius: 5px;
        flex-direction: column;
        width: 100%;
    }
    .archive-product-content__nav .active {
        border-radius: 5px;
    }
}
		