@media (min-width: 1100px) {
    .hero_desktop {
        display: block;
    }

    .hero_mobile {
        display: none !important;
    }

    .app-hero__big {
        height: 300px !important;
    }

    .wrap_store {
        height: 190px;
        width: 33%;
        float: left;
        padding: 30px 17px 0 17px;
    }

    .wrap_store_kind {
        height: 160px;
        width: 25%;
        float: left;
        padding: 30px 17px 0 17px;
    }

    .container_store {
        padding: 50px 20px;
    }

    .container_store_kind {
        padding-top: 20px;
        padding-bottom: 30px;
        max-width: 1600px;
        width: 90%;
        margin: auto;
    }

    .image:hover {
        transform: scale(1.05);
        transition-property: transform;
        transition-duration: 0.5s;
    }

    .text {
        bottom: -14px;
    }

    .text-contact {
        font-size: 20px;
        line-height: 23px;
        margin: 4px auto;
    }

    .text-contact .app-button {
        font-size: 13px;
    }
}

@media (max-width: 1100px) {
    .hero_desktop {
        display: none !important;
    }

    .hero_mobile {
        display: block;
    }

    .wrap_store {
        width: 100%;
        height: 140px;
        padding: 20px 10px 0 10px;
    }

    .wrap_store_kind {
        width: 100%;
        height: 180px;
        padding: 20px 10px 0 10px;
    }

    .text-bigger {
        font-size: 1.5em;
    }

    .text {
        bottom: -10px;
    }

    .text-contact {
        font-size: 21px;
        line-height: 25px;
        margin: 13px auto;
    }

    .text-contact-button {
        padding: 9px 3px;
    }
}

.hero_mobile_store_kind {
    text-align: center;
    font-size: 21px;
    padding: 13px 0 6px 0;
    line-height: 30px;
}

.hero_mobile_store {
    text-align: center;
    font-size: 24px;
    padding: 11px 0;
    line-height: 30px;
}

.card {
    height: 100%;
    margin: 10px auto 10px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition-property: transform;
    transition-duration: 0.5s;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    border: 1px solid #575757;
}

.image {
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    transition-property: transform;
    transition-duration: 0.5s;
}

.gradient:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 19%, rgba(139, 139, 139, 0) 40%, rgba(0, 0, 0, 0.88) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 19%, rgba(139, 139, 139, 0) 40%, rgba(0, 0, 0, 0.88) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 19%, rgba(139, 139, 139, 0) 40%, rgba(0, 0, 0, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.text {
    color: #FFF;
    position: absolute;
    text-align: center;
    width: 100%;
}

.change_city_text {
    text-transform: uppercase;
    color: #871257;
}

.change_city_arrow {
    margin: 5px;
    border-color: #871257;
}


.info-box {
    padding: 4px 10px;
    background-color: #871257;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 15px;
    font-weight: 800;
    float: right;
    margin-left: 5px;

}

.info-box-primary {
    background-color: #871257;
}

.info-box-success {
    background-color: #54b32b;
}

.info {
    position: absolute;
    top: -10px;
    right: -6px;
}

.app-hero__image {
    object-fit: cover !important;
    filter: none !important;
}

.app-hero__city {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.app-navbar--master .app-navbar__item--stores .app-navbar__hook .app-text {
    font-size: 0.8em !important;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.container_store_kind .selectize-control .selectize-input {
    text-align: center;
}

.container_store_kind .selectize-control .selectize-input .item {
    padding: 8px 0;
    font-size: 1.4em;
    margin: auto;
}

.container_store_kind .selectize-control .selectize-input input {
    font-size: 1.4em;
}

.container_store_kind .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
    padding: 12px;
    font-size: 1.2em;
    text-align: center;
}


.selectize-control.single .selectize-input.no-arrow:after {
    display: none
}

.iti {
    width: 100%;
}


.app-form__field-phone-number {
    padding-left: var(--iti-selected-country-arrow-padding) !important;
    padding-right: var(--iti-input-padding) !important;;
}

.app-t-text--center .iti__selected-country-primary {
    display: flex ! important;
}

.app-t-text--center .iti__hide {
    display: none ! important;
}

.app-t-text--center .iti__country {
    display: flex ! important;
}


.is-safari .app-form input:-webkit-autofill, .is-mobile-safari .app-form input:-webkit-autofill {
    display: unset !important;
}

.recaptcha-container {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    transform: scale(0.85); /* Riduci leggermente il reCAPTCHA */
    transform-origin: 0 0; /* Imposta l'origine per la scala */
}

/* Aumenta la scala su schermi più grandi */
@media (min-width: 768px) {
    .recaptcha-container {
        transform: scale(0.95);
    }
}

@media (min-width: 1024px) {
    .recaptcha-container {
        transform: scale(1);
    }
}
