body {
    margin: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #f9f9f9;
}

/* Larger font size for laptops and larger screens */
@media (min-width: 1024px) {
    label {
        font-size: 18px !important;
        /* Increase font size for larger screens */
    }

    .spiritualpackageimg {
        width: 30% !important;
        margin: 0 !important;
    }
}

a {
    text-decoration: none;
}

/* Top bar styling */
.topbar {
    height: 80px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px black;
}

.topbar img {
    height: 60px;
    cursor: pointer;
    transition: transform 0.3s;
}

.topbar img:hover {
    transform: scale(1.1);
}

.form-container {
    max-width: 760px;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    color: #222;
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 600;
}

.form-container p {
    color: #333;
}

.form-container a {
    color: #5A3EEC;
    text-decoration: none;
    font-weight: 500;
}

.form-container a:hover {
    text-decoration: underline;
}

.form-row {
    display: flex;
    gap: 30px;
    /* Add space between fields */
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
}

.manual_text {
    cursor: pointer;
    text-align: center;
}

label {
    margin-bottom: 8px;
    display: block;
    margin-top: 17px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fdfdfd;
    transition: border-color 0.3s ease;
    color: #333;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border-color: #5A3EEC;
    outline: none;
    box-shadow: 0 0 0 1px #5A3EEC20;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder {
    color: #666;
}

.nextbutton {
    background-color: #B4A2FC;
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.nextbutton:hover {
    background-color: #9c8be0;
}

@media (min-width: 600px) {
    .nextbutton {
        position: relative;
        margin-top: 20px;
        box-shadow: none;
    }

}

@media (max-width: 600px) {
    .subscribebutton {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .bullet-points,
    .infobox {
        margin-right: -30px;
        margin-left: -30px;
    }
}

.subscribebutton {
    border-radius: 9999px;
    font-weight: bold;
    background-color: rgb(90, 62, 236);
    border: none;
    color: white;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.subscribebutton.disabled {
    background-color: #BFBFBF !important;
}

.spiritualpackageimg {
    display: block;
    width: 75%;
    margin: auto;
    margin-bottom: 10px;
}

.bullet-points {
    margin-top: 20px;
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    font-size: 24px;
    margin-right: 15px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 50%;
    padding: 8px;
}

.benefit-text {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    flex: 1;
}

@media (max-width: 600px) {
    .benefit-item {
        padding: 12px;
    }

    .benefit-icon {
        font-size: 20px;
        min-width: 35px;
        height: 35px;
    }

    .benefit-text {
        font-size: 15px;
    }
}

.stone {
    position: relative;
    display: inline-block;
}

.stone::after {
    content: 'Gratis';
    color: white;
    width: 40px;
    border-radius: 15px;
    font-size: 12.5px;
    margin-top: -47px;
    background-color: #B4A2FC;
    position: absolute;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.hidden {
    display: none;
}

.stone::before {
    content: '';
    position: absolute;
    top: -32px;
    /* Adjust based on your layout */
    left: 10px;
    /* Adjust for horizontal alignment */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #B4A2FC;
}

.voorwaarden-div {
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.voorwaarden-div a {
    text-decoration: none;
    color: black;

}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    padding: 20px;
}

.faq-header {
    text-align: left;
    margin-bottom: 20px;
    font-size: 26px;
    color: black;
    font-weight: 300;
}

.faq-item {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 10px 0;
    border-radius: 15px;
}

.faq-question {
    padding-left: 30px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding-left: 30px;
    padding-right: 15px;
    display: none;
    margin-top: 10px;
    color: #555;
    line-height: 1.5;
}

.faq-question svg {
    transition: transform 0.3s ease;
}

.faq-question.active svg {
    transform: rotate(180deg);
}

.faq-answer.active {
    display: block;
}

.payment-box {
    border: 1px black solid;
    border-radius: 15px;
    max-width: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-selected {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
}

.select-selected::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 10px;
    border: 6px solid transparent;
    border-color: #333 transparent transparent transparent;
}

.select-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 99999;
    display: none;
}

.select-items div {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.select-items div:hover {
    background-color: #f0f0f0;
}

.select-items svg {
    margin-right: 10px;
}

.same-as-selected {
    background-color: #f0f0f0;
}

.payment-box button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

.payment-box button:hover {
    background-color: #0056b3;
}

.payment-price {
    font-size: 14px;
    color: gray;
}

.payment-box label {
    text-align: left;
    font-size: 16px;
}

.payment-topbox {
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Ensure items align from the left */
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F7F7F7;
    font-size: 14px;
}

.payment-topbox img {
    max-width: 200px;
    height: auto;
}

.payment-price {
    margin-left: 10px;
    position: absolute;
    margin-top: -30px;
    font-size: 12px;
    color: rgb(51 51 51);
    font-weight: normal;
    text-align: left;
    display: block;
}

.payment-bottombox {
    border-radius: 15px;
    padding: 20px;

}

.infobox {
    margin-top: 25px;
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 40px;

    padding-bottom: 20px;
    background-color: #F7F7F7;
    margin-bottom: 25px;
}


.label {
    font-size: 12px;
    color: #666;
}

.hurry-text {
    color: #666;
    margin: 0 0 20px 0;
    font-size: 14px;
}

.product-display {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 15px;
}

.product-image img {
    max-width: 200px;
    height: auto;
}

.plus-icon {
    font-size: 30px;
    color: #666;
}

.mystery-box {
    width: 150px;
    height: 150px;
    background-color: #333;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question-mark {
    color: white;
    font-size: 60px;
}

.offer-badge {
    position: absolute;
    bottom: -15px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
}

.product-info {
    background-color: white;
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

.product-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.product-details {
    display: flex;
    align-items: center;
}

.small-product-img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 12px;
    object-fit: cover;
}

.product-text h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.product-text p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.price {
    text-align: right;
}

.original-price {
        color: #999;
    font-size: 14px;
    display: block;
}

.discounted-price {
    color: #8A78FF;
    font-weight: bold;
    font-size: 18px;
}

.shipping-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.shipping-icon {
    margin-right: 12px;
}

.postnl-logo {
    height: 30px;
}

.shipping-text {
    flex-grow: 1;
}

.shipping-text h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.shipping-text p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.shipping-price {
    font-weight: bold;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-weight: bold;
}

.total-price {
    text-align: right;
}

.original-total {
        color: #999;
    font-size: 14px;
    display: block;
}

.final-total {
    color: #8A78FF;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 600px) {
    .product-display {
        flex-direction: column;
    }

    .product-image img {
        max-width: 150px;
    }

    .offer-badge {
        bottom: 10px;
        right: 10px;
    }
}

.desktop-benefits {
    display: none;
}

@media (min-width: 1024px) {
    .form-container {
        max-width: 1200px;
        display: grid;
        grid-template-columns: 2.5fr 1fr;
        gap: 40px;
        align-items: start;
    }

    .main-content {
        max-width: 100%;
        padding-right: 20px;
    }

    .desktop-benefits {
        display: block;
        background: white;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 20px;
        min-width: 320px;
    }

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

    .benefit-list li {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.5;
        color: #333;
    }

    .benefit-list li:last-child {
        margin-bottom: 0;
    }

    .benefit-list .checkmark {
        color: #B4A2FC;
        font-size: 20px;
        flex-shrink: 0;
    }

    .product-display {
        padding: 30px;
    }

    .product-image img {
        max-width: 300px;
    }

    .faq-container {
        grid-column: 1 / -1;
    }

    .voorwaarden-div {
        grid-column: 1 / -1;
    }
}

.mobile-benefits-container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    width: 100vw;
}

.mobile-benefits {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}

.mobile-benefits .benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-benefits .benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
}

.mobile-benefits .checkmark {
    color: #B4A2FC;
    font-size: 18px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .mobile-benefits-container {
        display: none;
    }
}

@media (max-width: 1023px) {
    .desktop-benefits {
        display: none;
    }
}


.mobile-product-display {
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 20px;
}

.mobile-product-image {
    position: relative;
    margin: 0 auto;
    max-width: 90%;
}

.mobile-product-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.mystery-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.plus-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 10;
    font-size: 40px;
    font-weight: bold;
}

.gratis-banner {
    position: absolute;
    bottom: 30px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 5;
    text-transform: uppercase;
}



.mobile-timer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-reserved-text {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.mobile-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

/* Media queries for mobile display */
@media (max-width: 768px) {
    .mobile-product-display {
        padding: 10px 0;
    }

    .gratis-banner {
        font-size: 20px;
        padding: 8px 15px;
        right: 10px;
        bottom: 20px;
    }

    .plus-badge {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    .mystery-overlay {
        font-size: 60px;
    }
}



/* Google Places Autocomplete styling */
.pac-container {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-top: 5px;
    font-family: inherit;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 8px 0;
}

.pac-item {
    padding: 12px 15px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    border-top: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
}

.pac-item:first-child {
    border-top: none;
}

.pac-item:hover {
    background-color: #f8f9ff;
}

.pac-item-selected {
    background-color: #f0f2ff;
}

.pac-icon {
    display: none;
}

.pac-item-query {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-right: 6px;
}

.pac-matched {
    font-weight: 600;
    color: #5A3EEC;
}

.pac-secondary-text {
    font-size: 13px;
    color: #666;
}

/* Input field styling */
.searchaddress {
    transition: all 0.2s ease;
    width: 100%;
    padding: 15px;
    padding-left: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.searchaddress:focus {
    border-color: #5A3EEC !important;
    box-shadow: 0 0 0 3px rgba(90, 62, 236, 0.1);
}

/* Container for the entire autocomplete */
.pac-container:after {
    display: none;
}

/* Custom select styling */
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select-wrapper select {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 2px;
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
    cursor: pointer;
    color: #000 !important; /* Hardcoded black color */
}

.select-flag {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.custom-select-wrapper::after {
    content: '▼';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #666;
}

.custom-select-wrapper select:focus {
    outline: none;
    border-color: #5A3EEC;
}

/* Phone input styling */
.phone-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.phone-input {
    width: 100%;
    padding: 15px;
    padding-left: 80px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 2px;
}

.phone-prefix {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
}

.phone-prefix img {
    width: 24px;
    height: 16px;
    margin-right: 5px;
}

.phone-prefix span {
    color: #666;
    font-size: 16px;
}

/* Search address styling */
.address-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.address-search-icon {
    position: absolute;
    left: 10px;
    width: 24px;
    height: 24px;
}

/* Safe payment styling */
.safe-payment {
    color: #4CAF50;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.safe-payment svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* Payment methods styling */
.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
    max-width: 500px;
}

.payment-method-option {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

.payment-option-content {
    display: flex;
    align-items: center;
}

.payment-option-name {
    font-size: 16px;
    font-weight: 500;
    margin-right: 8px;
}

.payment-option-img {
    height: 20px;
    margin-right: 12px;
}

.payment-option-price {
    color: #666;
    font-size: 14px;
}

.payment-radio-container {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: relative;
}

.payment-radio {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
}

/* Referral bonus styling */
.referral-bonus-row {
    background-color: #eaf7ec;
    border-radius: 8px;
    padding: 12px;
    margin: 10px 0;
}

.bonus-icon {
    background-color: #4CAF50;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.bonus-icon span {
    color: white;
    font-size: 18px;
}

.bonus-price {
    color: #4CAF50;
    font-weight: bold;
}

.payment-method-option:hover {
    border-color: #8A78FF;
}

.payment-method-option input[type="radio"]:checked+div {
    background-color: #8A78FF;
    border-color: #8A78FF;
}

.payment-method-option input[type="radio"]:checked {
    background-color: white;
}

/* Subscribe button styling */
.subscribebutton {
    width: 100%;
    max-width: 500px;
    padding: 16px;
    background-color: #CCCCCC;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    cursor: not-allowed;
    transition: all 0.3s ease;
}


.mobile-product-display {
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 20px;
}

.product-images-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.product-image-right {
    position: relative;
    z-index: 1;
    width: 60%;
    margin-left: -40px;
}

.product-image-right img {
    width: 100%;
    height: auto;
    filter: brightness(0.7);
}

.gratis-banner {
    position: absolute;
    bottom: 30px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 5;
    text-transform: uppercase;
}

/* Responsive styles */
@media (max-width: 768px) {
    .form-container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .mobile-product-display {
        padding: 10px 0;
    }

    .gratis-banner {
        font-size: 20px;
        padding: 8px 15px;
        right: 50px;
        bottom: 50px;
    }

    .plus-badge {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    .mystery-overlay {
        font-size: 60px;
    }

    .subscribebutton {
        max-width: 100%;
    }

    .payment-methods {
        max-width: 100%;
    }
}


/* Google Places Autocomplete styling */
.pac-container {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-top: 5px;
    font-family: inherit;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 8px 0;
}

.pac-item {
    padding: 12px 15px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    border-top: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
}

.pac-item:first-child {
    border-top: none;
}

.pac-item:hover {
    background-color: #f8f9ff;
}

.pac-item-selected {
    background-color: #f0f2ff;
}

.pac-icon {
    display: none;
}

.pac-item-query {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-right: 6px;
}

.pac-matched {
    font-weight: 600;
    color: #5A3EEC;
}

.pac-secondary-text {
    font-size: 13px;
    color: #666;
}

/* Input field styling */
.searchaddress {
    transition: all 0.2s ease;
}

.searchaddress:focus {
    border-color: #5A3EEC !important;
    box-shadow: 0 0 0 3px rgba(90, 62, 236, 0.1);
}

/* Container for the entire autocomplete */
.pac-container:after {
    display: none;
}

/* Custom select styling */
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select-wrapper select {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 2px;
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
    cursor: pointer;
    color: #000 !important; /* Hardcoded black color */
}

.select-flag {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.custom-select-wrapper::after {
    content: '▼';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #666;
}

.custom-select-wrapper select:focus {
    outline: none;
    border-color: #5A3EEC;
}

/* Payment box styling */
.payment-box {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.payment-topbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.payment-price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    display: block;
}

.payment-bottombox {
    margin-top: 20px;
}

.payment-bottombox label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

.custom-select {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.select-selected {
    background-color: white;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
}

.select-items div {
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.select-items div:last-child {
    border-bottom: none;
}

.select-items div:hover {
    background-color: #f8f9ff;
}

.subscribebutton {
    width: 100%;
    padding: 15px;
    background-color: #5A3EEC;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.subscribebutton:hover {
    background-color: #4A2EDC;
}

.subscribebutton.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.payment-method-option:hover {
    border-color: #8A78FF;
}

.payment-method-option input[type="radio"]:checked+div {
    background-color: #8A78FF;
    border-color: #8A78FF;
}

.payment-method-option input[type="radio"]:checked {
    background-color: white;
}

/* Promo Container Styles */
.promo-container {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #f0edff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.promo-header {
    background: white;
    color: #d37b33;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #f0f0f0;
}

.promo-title {
    display: flex;
    align-items: center;
}

.promo-title h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.clock-icon {
    font-size: 24px;
    margin-right: 10px;
    color: #d37b33;
}

.timer-container {
    text-align: right;
}

.reservation-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.timer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 5px;
}

.time-block {
    text-align: center;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #eee;
    min-width: 60px;
}

.time {
    font-size: 28px;
    font-weight: bold;
    display: block;
    line-height: 1;
    color: #333;
}

.label {
    font-size: 12px;
    opacity: 0.9;
    text-transform: uppercase;
    color: #777;
}

.product-display {
    position: relative;
    padding: 20px;
    text-align: center;
    background-color: #f0edff;
}

.product-display img {
    max-width: 95%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.promo-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #19AC01;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(138, 120, 255, 0.3);
    z-index: 2;
}

.gratis-button-container {
    background-color: white;
    padding: 15px 20px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

.gratis-button {
    background: #8A78FF;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(138, 120, 255, 0.3);
    transition: all 0.3s ease;
}

.gratis-button:hover {
    background: #7A6AE6;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(138, 120, 255, 0.4);
}

/* Improve Product Info Section */
.product-info {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;

    border-radius: 0 0 8px 8px;
}

.product-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.product-details {
    display: flex;
    align-items: center;
}

.small-product-img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 12px;
    object-fit: cover;
}

.product-text h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.product-text p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.price {
    text-align: right;
}

.original-price {
        color: #999;
    font-size: 14px;
    display: block;
}

.discounted-price {
    color: #8A78FF;
    font-weight: bold;
    font-size: 18px;
}

/* Shipping info styling */
.shipping-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.shipping-icon {
    margin-right: 12px;
}

.postnl-logo {
    height: 30px;
}

.shipping-text {
    flex-grow: 1;
}

.shipping-text h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.shipping-text p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.shipping-price {
    font-weight: bold;
}

/* Total row styling */
.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-weight: bold;
}

.total-price {
    text-align: right;
}

.original-total {
        color: #999;
    font-size: 14px;
    display: block;
}

.final-total {
    color: #8A78FF;
    font-size: 20px;
    font-weight: bold;
}
/* Add strikethrough class for when there's actually a discount */
.original-price.strikethrough {
    text-decoration: line-through;
}

/* Add strikethrough class for totals when there's actually a discount */
.original-total.strikethrough {
    text-decoration: line-through;
}
