
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

.fbw-card{
    max-width:420px;
    background:#fff;
    border-radius:20px;
    padding:28px;
    box-shadow:0 6px 28px rgba(0,0,0,.06);
    font-family:'Quicksand', sans-serif !important;
}
.fbw-title{
    color:#381E4D !important;
    font-size:22px;
    margin:0 0 18px;
    line-height:1.15;
    font-family:'Quicksand', sans-serif !important;
}
.fbw-field select{
    width:100%;
    padding:14px;
    border-radius:12px;
    border:1px solid #eee;
    color:#381E4D !important;
    font-size:14px;
    margin-bottom:16px;
    font-family:'Quicksand', sans-serif !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23381E4D' d='M207.029 381.476L12.686 187.133c-14.896-14.896-14.896-39.065 0-53.961l5.454-5.454c14.896-14.896 39.065-14.896 53.961 0L224 295.394 375.899 127.718c14.896-14.896 39.065-14.896 53.961 0l5.454 5.454c14.896 14.896 14.896 39.065 0 53.961L240.971 381.476c-14.896 14.896-39.065 14.896-53.961 0z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    padding-right: 30px;
}
.fbw-price-labels{
    display:flex;
    justify-content:center;
    font-size:13px;
    color:#d63384;
    margin-bottom:8px;
    font-family:'Quicksand', sans-serif !important;
}
.fbw-range-wrap{ position:relative; }
.fbw-range-wrap input[type=range]{
    width:100%;
    appearance:none;
    height:6px;
    background:#eee;
    border-radius:6px;
    outline:none;
    margin:6px 0;
}
.fbw-range-wrap input[type=range]::-webkit-slider-thumb{
    appearance:none;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#381E4D !important;
    border:3px solid #fff;
    box-shadow:0 1px 4px rgba(0,0,0,.2);
    cursor:pointer;
}
.fbw-actions{
    text-align:center;
    margin-top:16px !important;
}
.fbw-btn{
    background:#BCD30B !important;
    color:#381E4D !important;
    padding:14px 26px;
    border-radius:12px;
    border:none;
    cursor:pointer;
    font-weight:700;
    letter-spacing:1px;
    font-family:'Quicksand', sans-serif !important;
}
.fbw-results{ margin-top:18px; }
.fbw-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap:12px; }
.fbw-card-item{ display:block; text-decoration:none; color:inherit; border:1px solid #f0f0f0; padding:8px; border-radius:10px; background:#fff;
    font-family:'Quicksand', sans-serif !important;
}
.fbw-thumb img{ width:100%; height:110px; object-fit:cover; border-radius:8px; }
.fbw-info h3{
    font-size:14px;
    margin:8px 0 4px;
    color:#381E4D !important;
    font-family:'Quicksand', sans-serif !important;
}
.fbw-price-out{
    font-weight:700;
    color:#381E4D !important;
    font-family:'Quicksand', sans-serif !important;
}
.fbw-no-results{ color:#666; padding:12px; background:#fff3f8; border-radius:8px;
    font-family:'Quicksand', sans-serif !important;
}

/* Swatches de cor (bolinhas) */
.fbw-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
    justify-content: center;
}
.fbw-color-swatch {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: #eee;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
    text-indent: -9999px;
    font-family: 'Quicksand', sans-serif !important;
}
.fbw-color-swatch.active {
    border-color: #381E4D !important;
    box-shadow: 0 0 0 2px rgba(56, 30, 77, 0.4);
    transform: scale(1.1);
}
.fbw-color-swatch[data-term="vermelho"]  { background-color: red; }
.fbw-color-swatch[data-term="azul"]      { background-color: blue; }
.fbw-color-swatch[data-term="verde"]     { background-color: green; }
.fbw-color-swatch[data-term="amarelo"]   { background-color: yellow; }
.fbw-color-swatch[data-term="preto"]     { background-color: black; }
.fbw-color-swatch[data-term="branco"]    { background-color: white; }
.fbw-color-swatch[data-term="branco"] {
    border-color: #aaa;
    box-shadow: inset 0 0 0 1px #ccc;
}
