.nav.items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav.item {
    margin-bottom: 0.5rem;
}

.nav.item a {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    color: #1f2937;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.nav.item a:hover {
    background-color: #f3f4f6;
}

.nav.item.current strong {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #e5e7eb;
    border-radius: 6px;
    font-weight: 600;
    color: #111827;
}

.pagebuilder-slider-headline, .pagebuilder-slider-subtext {
    line-height: normal;
}

/* Product Page Styles */
.product-info-main{
    padding: 15px;
    .product-info-stock-sku{
        .configurable-variation-qty{
            display: none !important;
        }
    }
    .delivery_time{
        margin-bottom: 15px;
    }
    .adresse{
        display: none;
    }
    .adresseform{
        margin: 16px 0;
        .field{
            .control{
                width: 100%;
            }
        }
        .adresse{
            display: block;
            margin-bottom: 5px;
        }
        @media screen and (min-width: 578px){
            .vorname,.nachname{
                width: calc("50% - 10px");
                float: left;
            }
            .vorname{
                margin-right: 20px;
            }
            .plz{
                width: calc("30% - 10px");
                float: left;
                margin-right: 20px;
                clear: both;
            }
            .ortsteil {
                clear: both;
            }
            .ort{
                width: calc("70% - 10px");
                float: left;
            }
        }
    }
}
.product-item{
    .tocart{
        border-radius: 3px;
    }
}
.product-item-details {
    .product-item-name {
        a {
            color: #717171;
            text-decoration: none;
            font-weight: bold;
        }
    }
}
.swatch-option{
    box-sizing: unset;
}
.bbv-section-heading{
    margin-bottom: 5px;
    h3{
        margin-bottom: 0px;
        font-weight:700;
    }
}

.page-layout-veranstaltungen{
    .product-options-bottom{
        .price-box {
            .price-container{
                .price{
                    font-size: 22px;
                    line-height: 24px;
                }
            }
        }
    }
    .product-info-price{
        .price-box{
            .price-container{
                font-size: 16px;
                > span{
                    display: inline-block;
                }
                .price{
                    font-size: 22px;
                    line-height: 24px;
                }
            }
        }
    }
}
