#products.products-6 .products-heaercontainer{
    display: flex;
    justify-content: center;
    place-items: center;
    text-align: center;
    flex-direction: column;
    gap: var(--space-xs);
}

#products.products-6 .products-topline{
    color: var(--text-body);
    font-family: var(--secondary-font);
    font-size: var(--text-display);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
}

#products.products-6 .products-headline{
    color: var(--text-title);
    font-family: var(--primary-font);
    font-size: var(--h2);
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
}

#products.products-6 .products-copytext{
    color: var(--text-body);
    font-family: var(--secondary-font);
    font-size: var(--text);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: var(--space-2xl);
}

#products.products-6 .products-element-container{
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}


#products.products-6 .products-element-img-container{
    height: 360px;
    width: 100%;
}

#products.products-6 .products-element-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#products.products-6 .product-element-title{
    color: var(--text-title);
    text-align: center;
    font-family: var(--primary-font);
    font-size: var(--h4);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

#products.products-6 .product-element-brand{
    color: var(--text-body);
    text-align: center;
    font-family: var(--primary-font);
    font-size: var(--h6);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

#products.products-6 .product-element-list{  
    text-align: center; 
    color: var(--text-body);
    font-family: var(--secondary-font);
    font-size: var(--text);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

/* Swiper */
#products.products-6 .product-navigation{
    margin-top: var(--space-xl);
    width: 100%;
}

#products.products-6 .pagination-button {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%; 
}

#products.products-6 .swiper-net-self {
    order: 1;
}

#products.products-6 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px !important; 
    top: var(--swiper-pagination-top, auto);
}

#products.products-6 .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--primary);
}

.swiper-prev-self{
    position: relative;
    z-index: 20;
}

.swiper-net-self{
    position: relative;
    z-index: 20;
}