/* Integra o Woo Shipping Gateway à linguagem visual da Faz Com Foto. */
.single-product .sfwp-shipping-simulator-container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 18px 0 0 !important;
    padding: 20px !important;
    border: 1px solid #e5e0db !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #332d28 !important;
    box-shadow: 0 8px 24px rgba(35, 27, 23, .05) !important;
    font-family: inherit !important;
}

.single-product .sfwp-shipping-simulator-container .sfwp-simulator-title {
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #241f1b !important;
    font-family: inherit !important;
    font-size: 1.08rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

.single-product .sfwp-shipping-simulator-container .sfwp-form-inline {
    display: block !important;
    margin: 0 !important;
}

.single-product .sfwp-shipping-simulator-container .sfwp-cep-input {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid #d9d2cd !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #332d28 !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.single-product .sfwp-shipping-simulator-container .sfwp-cep-input::placeholder {
    color: #8a817a !important;
    opacity: 1 !important;
}

.single-product .sfwp-shipping-simulator-container .sfwp-cep-input:focus {
    border-color: #6a3bd2 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 3px rgba(106, 59, 210, .14) !important;
}

.single-product .sfwp-shipping-simulator-container .sfwp-info-text {
    margin: 8px 0 0 !important;
    color: #655e57 !important;
}

.single-product .sfwp-shipping-simulator-container .sfwp-info-text small {
    color: inherit !important;
    font-family: inherit !important;
    font-size: .86rem !important;
    font-style: normal !important;
    line-height: 1.4 !important;
}

.single-product .sfwp-shipping-simulator-container .sfwp-results {
    margin-top: 14px !important;
}

.single-product .sfwp-shipping-simulator-container .sfwp-shipping-rates {
    margin: 0 !important;
    padding: 0 !important;
}

.single-product .sfwp-shipping-simulator-container .sfwp-shipping-rates li {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #eee9e5 !important;
    color: #332d28 !important;
    font-family: inherit !important;
    font-size: .92rem !important;
    line-height: 1.35 !important;
}

.single-product .sfwp-shipping-simulator-container .sfwp-shipping-rates li:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.single-product .sfwp-shipping-simulator-container .sfwp-method-cost {
    color: #241f1b !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

@media (max-width: 480px) {
    .single-product .sfwp-shipping-simulator-container {
        padding: 16px !important;
        border-radius: 14px !important;
    }

    .single-product .sfwp-shipping-simulator-container .sfwp-shipping-rates li {
        gap: 10px !important;
        font-size: .88rem !important;
    }
}
