.zp-gym-finder__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zp-gym-finder__chip {
   color: var(--Brand-Color-1, #231F20);
   font-family: Figtree;
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   border-radius: 5px;
   background: #E6E6E6;
   padding: 15px 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   max-height: 56px;
}

.zp-gym-finder__chip-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #333;
    font-size: 24px;
    line-height: 27px;
    cursor: pointer;
    margin-left: 20px;
    background: transparent;
    position: relative;
    top: 1px;
}

.zp-gym-finder__chip-remove:hover {
    
    opacity: 0.5;
}

.zp-gym-finder::before {
    content: '';
    width: 180px;
    height: 220px;
    display: block;
    top: -150px;
    left: 0;
    position: absolute;
    background: url(/campanha/wp-content/uploads/2026/07/03_pin.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.zp-gym-finder__step-image {width: 100%;margin: auto;}

.zp-gym-finder__step-image-img {
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    border-radius: 4px;
    display: block;
}

.zp-gym-finder__row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
    max-height: 81px;
    width: 100%;
    margin: 0;
}

.zp-gym-finder__select {
    flex: 1 1 200px;
    padding: 23px 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #A39195;
    color: var(--Brand-Color-1, #231F20);
    font-family: Figtree;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0 !important;
}

.zp-gym-finder__select:disabled {
    background: #f2f2f2;
    cursor: not-allowed;
}

.zp-gym-finder__result {
    display: flex;
    align-items: center;
    gap: 200px;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 60px;
    justify-content: space-between;
}

.zp-gym-finder {
    border-radius: 30px;
    border: 2px solid var(--Brand-Color-2, #FE2D2F);
    background: var(--White, #FFF);
    padding: 60px 100px;
    display: flex;
    flex-wrap: wrap;
}

.zp-gym-finder_col-1 {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    gap: 15px;
    align-items: center;
}

.zp-gym-finder_col-2 {
    width: 40%;
    padding-left: 100px;
    display: flex;
}

.zp-gym-finder__result-image {
    width: 370px;
    height: 210px !important;
    object-fit: cover;
    flex-shrink: 0;
}

.zp-gym-finder_col-1.full-width {
    width: 100%;
}

.zp-gym-finder__result-horario {
    display: flex;
    flex-direction: column;
    color: var(--Brand-Color-1, #231F20);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    padding-left: 30px;
}

.zp-gym-finder__result-info {
    min-width: 0;
    width: calc(100% - 570px);
}

.zp-gym-finder__result-cta {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 60px;
    border: none;
    border-radius: 50px;
    background: var(--Brand-Color-2, #FE2D2F);
    color: #fff;
    font-family: Figtree;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    transition: opacity 0.2s ease;
    margin: auto;
    text-transform: uppercase;
}

.zp-gym-finder__result-cta:hover {
    opacity: 0.85;
}

.zp-gym-finder__result-name {
    color: var(--Brand-Color-1, #231F20);
    font-family: Figtree;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 36px */
    text-transform: uppercase;
    margin-bottom: 35px;
}

.zp-gym-finder__result-address {
    color: var(--Brand-Color-1, #231F20);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    padding-left: 30px;
}
.zp-gym-finder::before {
    content: '';
    width: 180px;
    height: 220px;
    display: block;
    top: -150px;
    left: 0;
    position: absolute;
    background: url(/campanha/wp-content/uploads/2026/07/03_pin.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

p.zp-gym-finder__result-address::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(/campanha/wp-content/uploads/2026/07/Localizacao.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

p.zp-gym-finder__result-horario::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(/campanha/wp-content/uploads/2026/07/Horario.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1170px) and (min-width: 768px){
    .zp-gym-finder {
        padding: 50px 40px;
    }
    
    .zp-gym-finder__result {
        gap: 50px;
    }
    
    .zp-gym-finder__result-image {
        width: 50%;
    }
    
    .zp-gym-finder__result-info {
        width: calc(50% - 50px);
    }
    
    .zp-gym-finder_col-2,.zp-gym-finder_col-1 {
        width: 50%;
    }
    
    .zp-gym-finder_col-2 {
        padding-left: 50px;
    }
    
    select.zp-gym-finder__select.zp-gym-finder__region {
        font-size: 18px !important;
    }
    .zp-gym-finder::before {
        width: 150px;
        height: 120px;
        top: -70px;
    }
    
}

@media screen and (min-width: 768px){
   .zp-gym-finder__chips.mobile_chips{
        display: none !important;
    } 
}

@media screen and (max-width: 767px){
    
    .zp-gym-finder__chips.mobile_chips {
        order: 2;
    }
    
    .zp-gym-finder_col-1.full-width {
        display: none;
    }
    
    .zp-gym-finder__result-info {
        width: 100%;
        order: 2;
    }   

    button.zp-gym-finder__result-cta {order: 1;font-size: 18px;}
    
    .zp-gym-finder__result-image{
        order: 3;
    }
    
    .zp-gym-finder::before{
        height: 130px;
        width: 90px;
        top: -50px;
    }
    
    .zp-gym-finder {
        padding: 40px 15px;
        padding-bottom: 10px;
    }
    
    span.zp-gym-finder__chip {
        font-size: 13px;
        padding: 9px 12px;
        max-height: 33px;
    }
    
    .zp-gym-finder__chip-remove {
        margin-left: 10px;
    }
    
    .zp-gym-finder__result {
        flex-direction: column-reverse;
        gap: 30px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .zp-gym-finder__result-name {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .zp-gym-finder__result-address,p.zp-gym-finder__result-horario {
        font-size: 14px;
    }
    
    .zp-gym-finder {
        flex-direction: column-reverse;
    }
    
    .zp-gym-finder_col-1 {
        width: 100%;
    }
    
    .zp-gym-finder_col-2 {
        width: 100%;
        padding: 0 50px;
    }
    
    .zp-gym-finder__select {
        font-size: 16px !important;
        padding: 17px 24px;
    }
}
