<!-- start Simple Custom CSS and JS -->
<style type="text/css">
  .beqaldesign h2 {
            font-weight: 600;
            font-size: 30px; 
            color: black; 
            margin-left: 25px;
            margin-bottom: -10px;
        }

        .btn 
            padding: 10px 30px;
            cursor: pointer;
            border: none;
            font-size: 16px;
            line-height: 1.2;
            min-height: 70px;
            min-width: 160px;
            max-width: 160px;
        }

        .btn-black {
            background-color: #00ADF0;
            color: white;
            text-transform: capitalize;
        }

        .btn-white {
            background-color: white;
            color: black;
            border: 1px solid #EAEAEA;
            text-transform: capitalize;
        }

        .btn-submit {
            font-weight: 600;
            background-color: black;
            color: white;
            max-width: 200px;
            min-width: 100px;
            max-height: 70px;
            border-radius: 15px;
            text-transform: capitalize;
        }

        .selected {
            background-color: #00ADF0;
            color: white;
        }

        .containerzz {
            z-index: 20;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            min-height: 160px !important;
            gap: 10px;
            width: 1100px !important;
            padding-top: 15px;
            padding-bottom: 15px !important;
            box-sizing: border-box;
            margin: auto;
padding-left:15px;
        }

        .hoofd {
            background-color: white;
            color: white;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
        }

        .badge {
            background-color: #ff007b;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: bold;
        }

        .btn-left {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }

        .btn-right {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
            margin-left: -30px;
        }

        
        .selected-options {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            margin-top: 10px;
        }

        .selected-options div {
            background-color: #e0e0e0;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            font-size: 14px;
        }

        .remove-option {
            margin-left: 5px;
            cursor: pointer;
            color: red;
            font-weight: bold;
        }

        @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .containerzz {
                width: 100% !important;
            }

            .beqaldesign h2 {
                font-weight: 600;
                font-size: 30px;
                color: black;
                margin-left: 0px;
                margin-bottom: -10px;
            }

            
            .beqaldesign h2 {
                font-size: 24px !important;
            }

            .beqaldesign .fa-star {
                font-size: 10px !important;
            }

            .beqaldesign .reviews {
                font-size: 12px !important;
            }

            .beqaldesign .badge {
                font-size: 14px !important;
                padding-top: 8px !important;
            }
        }

        @media only screen and (max-width: 767px) {

            .badges {
margin-top:-30px !IMPORTANT;
    background-color: #ff007b;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    max-width: 300px;
    text-align: center;
    display: block; /* Ensure it takes up full width available */
    margin: 0 auto; /* Center horizontally */
}




            .h2 {
                color: white !important;
            }

            


            .google-reviews {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .google-review-top {
                display: flex;
                align-items: center;
            }

            .google-logo {
                width: 40px;
                height: 40px;
                margin-right: 15px;
                margin-left: 15px;
            }

            .stars {
                display: flex;
                margin-bottom: 15px;
                margin-left: -8px;
                font-size: 12px;
            }

            .stars .fa-star {
                color: #ffcc00;
                margin-right: 3px;
            }

            .review-text {
                color: white;
                font-size: 0.75em;
                margin-top: -20px;
                margin-left: 45px;
                text-align: center;
            }

            .containerzz {
                box-shadow: none;
                padding-top: 0;
                margin: auto;
                margin-top: -20px;
                min-height: 250px !important;
                width: 92% !important;
                background-color: #00ADF0;
                border-bottom-left-radius: 15px;
                border-bottom-right-radius: 15px;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
            }

            .top-dropdown {
                margin-bottom: -10px;
            }

            .top-dropdown .dropdown-content {
                margin-bottom: 10px;
            }

            .dropdown-btn.beqaldesign {
                padding: 12px 20px;
            }

            .btn {
                padding: 7.5px 22.5px !important;
                font-size: 15px;
                min-height: 60px;
                min-width: 145px;
                max-width: 145px;
            }

            .btn-left {
                background-color: black;
                margin-left: 0;
            }

            .btn-left, .btn-right {
                margin-bottom: 0px;
            }

            .btn-submit {
                margin-top: -10px;
                max-width: 270px;
                min-width: 270px !Important;
                max-height: 60px;
                font-size: 16px !important;
            }

            .btn-black {
                background-color: black;
                color: white;
                text-transform: capitalize;
            }

            .btn-white {
                background-color: white;
                color: black;
                border: 1px solid #EAEAEA;
                text-transform: capitalize;
            }

            


            .btn {
                padding: 7.5px 22.5px;
                font-size: 14px;
                min-height: 52.5px;
                min-width: 140px;
                max-width: 130px;
            }

            .btn-submit {
                max-width: 150px;
                min-width: 75px;
                max-height: 52.5px;
                font-size: 13px;
            }
			
			
			

            

            .beqaldesign .fa-star, .beqaldesign h2, .reviews, .badge, .beoordelingen, .icon {
                display: none;
            }
        }

        .price-container {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .vanaf {
            font-size: 12px;
            display: block;
            text-align: left; 
        }

        .promo-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: -15px;
            color: white !important;
        }

        .promo-item {
            width: 48%;
        }

        .price-container {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .promo-price {
            line-height: 1;
            min-width: 70px !important;
            background-color: #FF006E;
            color: white;
            padding: 5px;
            border-radius: 5px;
            font-size: 22px;
            font-weight: 900;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: left;
        }

        .strike-through {
            padding: 3px;
            padding-left: 10px;
            background-color: white;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            text-decoration: line-through;
            color: black;
            font-size: 1em;
            font-weight: 900;
        }

        </style>
<!-- end Simple Custom CSS and JS -->
