#f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-column {
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly !important;
    width: 100% !important;
}
@media screen and (min-width: 991px) {
    #f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-column {
        height: 50px !important;
    }
}
@media screen and (max-width: 991px) {
    #f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-column {
        flex-direction: column !important;
    }
}

#f-1-43c2cd496486bcc27217c3e790fb4088 input[type="email"].ec-v-forms-form-control,
#f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-input label,
#f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-forms-label {
    margin: 0 !important;
}
#f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-column .ec-v-form-input {
    width: 70% !important;
    height: 100% !important;
}
@media screen and (max-width: 991px) {
    #f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-column .ec-v-form-input {
        width: 100% !important;
    }
}

#f-1-43c2cd496486bcc27217c3e790fb4088 input[type="email"].ec-v-forms-form-control {
    /*  */
    display: block !important;
    box-sizing: border-box !important;
    height: 100% !important;
    border-radius: 8px !important;
}
#f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-submit  {
    display: block !important;
    box-sizing: border-box !important;
    width: fit-content !important;
    height: 100% !important;
}
@media screen and (max-width: 991px) {
    #f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-submit {
       margin-top: 15px;
    }
}

#f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-submit button {
    height: 100% !important;
    border-radius: 50px !important;
    padding: 15px 30px !important;
}

#f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-submit button:hover,
#f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-submit button:focus {
    background-color: var(--project-green-light) !important;
    /* box-shadow: 0 12px 30px rgba(0,0,0,0.15); */
}

#ec_form_1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-holder {
    max-width: 100%;
}

#ec_form_1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-holder > form {
    min-height: 100px !important;
    padding: 45px 0 25px !important;
}
@media screen and (max-width: 480px) {
    #ec_form_1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-holder > form {
        padding-top: 0 !important;
    }
    
}

@media screen and (min-width: 991px) {
    #f-1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-step.ec-v-form-step-visible {
        height: 100px !important;
    }
}



/* POPUP NEWS */

.oppio-close-btn svg {
    width: 33px;
    height: 33px;
    pointer-events: none;
}


#oppio-popup-newsletter-wrapper {
    width: 95vw;
    background-color: var(--project-light);
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    animation: popupFloatIn 0.5s ease-out;
    padding: 25px;
}
@media screen and (min-width: 768px) {
    #oppio-popup-newsletter-wrapper {
        max-width: 675px;
    }
}
@media screen and (max-width: 768px) {
    #oppio-popup-newsletter-wrapper {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    
}

.oppio-popup-newsletter {
    position: relative;
}

.oppio-close-btn {
    position: absolute;
    top: -15px;
    right: -5px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

@keyframes popupFloatIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
    #oppio-popup-newsletter-wrapper {
        right: 10px;
        bottom: 10px;
        width: 90vw;
    }
}

#f-3-b6fcc542fb021c84fdaff536dd0a74a1 form,
#f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-step {
    min-height: 0 !important;
    height: auto !important;
}

#f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-holder {
    border-radius: 12px;
    width: 100% !important;
    max-width: 100% !important;
}

#f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-column {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}
@media (max-width: 1210px) {
    #f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-column {
        align-items: center !important;
        justify-content: center !important;
    }
}


#f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-column > * {
    width: 100%;
}

#f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-column .ec-v-form-input {
    width: 70%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
@media (max-width: 1210px) {
    #f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-column .ec-v-form-input {
        width: 100% !important;
    }
}

#f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-column .ec-v-form-submit {
    width: 30%;
    max-width: 175px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
    align-items: center !important;
}
#f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-column .ec-v-form-submit button {
    border-radius: 50px !important;
}
@media screen and (max-width: 1210px) {
    #f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-column .ec-v-form-submit {
        width: fit-content !important;
        max-width: auto !important;
    }
}

#f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-input label {
    display: none !important;
}

#f-3-b6fcc542fb021c84fdaff536dd0a74a1 .ec-v-form-spacer {
    height: 55px !important;
}

.oppio-popup__content h2 {
    color: var(--project-cart-txt);
    margin-bottom: 15px;
}
.oppio-popup__content p {
    font-size: 17px;
    line-height: 1.6em;
}
@media screen and (max-width: 748px) {
    .oppio-popup__content p {
        font-size: 16px;
    }
}

#oppio-popup-newsletter-wrapper button svg,
#oppio-popup-newsletter-wrapper button svg {
    fill: var(--project-cart-txt);
}

#oppio-popup-newsletter-wrapper button:hover,
#oppio-popup-newsletter-wrapper button:focus {
    background-color: var(--project-green-light);
}
#oppio-popup-newsletter-wrapper button:hover svg,
#oppio-popup-newsletter-wrapper button:focus svg {
    fill: white;
}