.formas-envio .radio [data-code="retirar_pessoalmente"] ~ .prazo {
    display: none !important;
	visibility: hidden !important;
}
.formas-envio .radio [data-code="retirar_pessoalmente"] ~ .valor {
    display: none !important;
	visibility: hidden !important;
}
.cep li:nth-child(1) span.valor {
	visibility: hidden !important;
}
.cep li:nth-child(1) span.prazo {
	visibility: hidden !important;
}
.formas-envio .radio [data-code="retirar_pessoalmente"]:checked ~ span.nome {
	text-align: left !important;
}
.formas-envio .radio [data-code="retirar_pessoalmente"]:checked ~ span.nome:after {
	display: block;
	content: "No checkout, informe nas observações em qual de nossas lojas irá retirar." !important;
	font-weight: bold;
}
.rodape-inferior {
    border: none !important;
    background: var(--csCorPrincipal) !important;
}
.rodape-dados {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
.tema-novo #rodape .rodape-inferior * {
    color: var(--cRodapeInferiorTxt) !important;
}

#rodape .rodape-inferior * {
    color: #f7e7d8 !important;
}
.selos ul img{
 background-color:#ffffff !important;
 border-top-left-radius:6px !important;
 border-top-right-radius:6px !important;
 border-bottom-left-radius:6px !important;
 border-bottom-right-radius:6px !important;
 padding-left:3px !important;
 margin-left:0px !important;
 padding-right:3px !important;
 padding-top:3px !important;
 padding-bottom:3px !important;
}
.pagamento-selos li:nth-child(3) img{
 background-color:#ffffff !important;
 padding-left:0px !important;
 border-top-left-radius:3px !important;
 border-top-right-radius:3px !important;
 border-bottom-left-radius:3px !important;
 border-bottom-right-radius:3px !important;
 padding-top:1px !important;
 padding-bottom:1px !important;
}

            .business-container {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                margin: 0 auto;
                padding: 2%;
                max-width: 100%;
            }

            .business-unit {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                background-color: #f4e2d4;
                padding: 1%;
                margin: 1.4%;
                flex: 1 1 auto;
                min-width: calc(320px);
                max-width: calc(20% - 4%);
                box-sizing: border-box;
                border-radius: 0.5rem;
                box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
                transition: transform 0.2s, box-shadow 0.2s;
            }

            .business-unit:hover {
                transform: translateY(-0.25rem);
                box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.15);
            }

            .business-unit-content {
                text-align: center;
                font-size: 1.2rem;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .map-link {
                text-decoration: none;
                color: inherit;
                transition: color 0.2s;
            }

            .map-link:hover {
                color: #b15c24;
            }

            .business-unit-location {
                display: flex;
				vertical-align: middle;
                justify-content: center;
                align-items: center;
            }

            .location-icon {
                font-size: 1rem;
                margin-right: 0.5rem;
                color: #d50000;
				vertical-align: middle;
                justify-content: center;
                align-items: center;
            }

            .location-text {
                color: #b15c24;
				font-family: 'Maven Pro', sans-serif;
                font-size: 0.9rem;
                font-weight: bold;
                font-style: italic;
            }

            .business-unit-title {
				font-family: 'Maven Pro', sans-serif;
                font-size: 1.2rem;
                font-weight: bold;
                margin-bottom: 1rem;
            }

            .business-unit-address {
				font-family: 'Maven Pro', sans-serif;
                font-size: 0.9rem;
                line-height: 1.4em;
                margin-bottom: 2rem;
            }

            .whatsapp-icon {
                font-size: 1.6rem;
                margin-right: 0.5rem;
                vertical-align: middle;
                color: #ffffff;
            }

            .whatsapp-link {
                text-decoration: none;
				font-family: 'Maven Pro', sans-serif;
				font-weight: bold;
                color: #ffffff;
                display: inline-flex;
                align-items: center;
                border: 0.1rem solid #ccc;
                border-radius: 0.9rem;
                padding: 0.5rem 1rem;
                box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
                background-color: #1ca74d;
                transition: background-color 0.2s, box-shadow 0.2s, color 0.2s;
            }

            .whatsapp-link:hover {
                background-color: #25d366;
                box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
            }

            @media (min-width: 1025px) and (max-width: 1280px) {
                .business-unit {
                    min-width: calc(320px);
                    max-width: calc(25% - 4%);
                }
            }

            @media (min-width: 769px) and (max-width: 1024px) {
                .business-unit {
                    min-width: calc(320px);
                    max-width: calc(33.333% - 4%);
                }
            }

            @media (min-width: 641px) and (max-width: 768px) {
                .business-unit {
                    min-width: calc(320px);
                    max-width: calc(50% - 4%);
                }
            }

            @media (max-width: 640px) {
                .business-unit {
                    min-width: calc(320px);
                    max-width: calc(100% - 4%);
                }
            }
            
html.loaded-in-iframe #formFooter-wrapper {
	visibility: hidden !important;
    display: none !important;
}