.address-info {
    /*background-color: var(--card-bg-color) !important;*/
    /*border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);*/
    max-width: 800px;
    margin: 0 auto !important;
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

#billingShippingForm {
    /*width: 400px !important;*/
}

    #billingShippingForm .check-box {
        justify-content: flex-start;
        gap: 0;
    }

#sameAsBilling {
    margin-right: 10px;
}

#address-info h1 {
    margin-top: 10px;
}

label[for="sameAsBilling"] {
    font-weight: bold;
    cursor: pointer;
}

.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    background-color: var(--background-color);
}

/* Styles for disabled products */
.product-action.disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

/* Optional: Add a style to indicate that the product is not selectable */
.product.disabled {
    opacity: 0.5;
}

.disabled {
    opacity: 0.5;
}
