
.tb-bf-trigger,
.tb-bf-submit,
.tb-bf-view-all,
.tb-bf-product-cta {
    appearance: none;
    text-decoration: none !important;
    border: 1.5px solid #3f4932;
    cursor: pointer;
    border-radius: 0;
    background: #ffffff;
    color: #26301f !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 16px 24px;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    letter-spacing: .01em;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.tb-bf-trigger {
    position: relative;
    z-index: 2147483645;
}
.tb-bf-trigger:hover {
    background: #f8f4ec;
    border-color: #c49a50;
    color: #111111 !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(63, 73, 50, .10);
}
.tb-bf-submit,
.tb-bf-view-all,
.tb-bf-product-cta {
    border-radius: 10px;
    background: #3f4932;
    border-color: #3f4932;
    color: #ffffff !important;
    box-shadow: 0 14px 32px rgba(63, 73, 50, .20);
}
.tb-bf-submit:hover,
.tb-bf-view-all:hover,
.tb-bf-product-cta:hover {
    background: #303b25;
    border-color: #303b25;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(63, 73, 50, .26);
}
.tb-bf-trigger-icon {
    color: #c49a50;
    font-size: 18px;
    line-height: 1;
}
.tb-bf-floating {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 2147483646;
}
.tb-bf-trigger-floating {
    padding: 15px 21px;
    border-radius: 999px;
    background: #3f4932;
    border-color: #3f4932;
    color: #ffffff !important;
    box-shadow: 0 18px 44px rgba(63, 73, 50, .25);
}
.tb-bf-trigger-floating:hover {
    background: #303b25;
    border-color: #303b25;
    color: #ffffff !important;
}
.tb-bf-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: none;
}
.tb-bf-modal.is-open {
    display: block;
}
.tb-bf-hash-finder {
    display: contents;
}
.tb-bf-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 19, 17, .46);
    backdrop-filter: blur(5px);
}
.tb-bf-dialog {
    position: relative;
    width: min(900px, calc(100vw - 28px));
    max-height: calc(100vh - 32px);
    overflow: hidden;
    margin: 16px auto;
    background: #fffdf9;
    color: #151515;
    border: 1px solid #eee7dc;
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(0,0,0,.22);
    padding: 0;
    animation: tbBfPop .2s ease;
    box-sizing: border-box;
}
.tb-bf-dialog-scroll {
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 28px;
    scrollbar-gutter: stable;
}
.tb-bf-dialog-scroll::-webkit-scrollbar {
    width: 10px;
}
.tb-bf-dialog-scroll::-webkit-scrollbar-track {
    background: transparent;
    margin: 16px 0;
}
.tb-bf-dialog-scroll::-webkit-scrollbar-thumb {
    background: #d9d0c2;
    border-radius: 999px;
    border: 3px solid #fffdf9;
}
.tb-bf-dialog-scroll::-webkit-scrollbar-thumb:hover {
    background: #c7b99f;
}
.tb-bf-dialog *,
.tb-bf-dialog *:before,
.tb-bf-dialog *:after {
    box-sizing: border-box;
}
.tb-bf-dialog:before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, transparent, #c49a50, transparent);
}
@keyframes tbBfPop {
    from { transform: translateY(12px) scale(.985); opacity: .5; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}
.tb-bf-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #f2f1ef;
    color: #2b2b2b;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .16s ease, transform .16s ease;
    padding: 0;
    z-index: 3;
}
.tb-bf-close:hover {
    background: #e8e4dc;
    transform: rotate(4deg);
}
.tb-bf-header {
    padding-right: 44px;
    margin-bottom: 22px;
}
.tb-bf-eyebrow {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    background: #f7f0e4;
    color: #9d7734;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 12px;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.tb-bf-header h2 {
    margin: 0 0 9px 0;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4.4vw, 48px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.03em;
    color: #2d2b28;
}
.tb-bf-header p {
    margin: 0;
    color: #4f504b;
    font-size: 16px;
    line-height: 1.55;
}
.tb-bf-question {
    border: 1px solid #eee7dc;
    border-radius: 15px;
    background: #ffffff;
    padding: 18px;
    margin: 14px 0;
    box-shadow: 0 8px 26px rgba(63, 73, 50, .045);
}
.tb-bf-question h3 {
    margin: 0 0 14px 0;
    font-size: 17px;
    line-height: 1.25;
    color: #151515;
    font-weight: 800;
    letter-spacing: .01em;
}
.tb-bf-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tb-bf-option {
    appearance: none;
    border: 1px solid #e7ded0;
    background: #fbfaf7;
    color: #232323;
    border-radius: 999px;
    padding: 12px 15px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease, transform .16s ease, color .16s ease;
}
.tb-bf-option:hover {
    border-color: #c49a50;
    background: #fffdf9;
    transform: translateY(-1px);
}
.tb-bf-option.is-active {
    border-color: #3f4932;
    background: #3f4932;
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(63, 73, 50, .12);
}
.tb-bf-dot {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--tb-bf-dot);
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.16), inset 0 0 0 999px rgba(255,255,255,.02);
    flex: 0 0 auto;
}
.tb-bf-option.is-active .tb-bf-dot {
    box-shadow: 0 0 0 1px rgba(255,255,255,.72), inset 0 0 0 999px rgba(255,255,255,.02);
}
.tb-bf-color-option[style*="#ffffff"] .tb-bf-dot,
.tb-bf-color-option[style*="#fff"] .tb-bf-dot {
    box-shadow: 0 0 0 1px rgba(0,0,0,.22);
}

.tb-bf-inline {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    color: #151515;
}
.tb-bf-inline-inner {
    background: #fffdf9;
    border: 1px solid #eee7dc;
    border-radius: 18px;
    box-shadow: 0 18px 54px rgba(63, 73, 50, .08);
    padding: 28px;
    overflow: hidden;
}
.tb-bf-inline .tb-bf-header {
    padding-right: 0;
}
.tb-bf-progress {
    display: none;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 16px 0;
}
.tb-bf-mode-wizard .tb-bf-progress {
    display: flex;
}
.tb-bf-progress-item {
    flex: 1 1 130px;
    border: 1px solid #eee7dc;
    background: #ffffff;
    color: #77726a;
    border-radius: 999px;
    padding: 10px 12px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
}
.tb-bf-progress-item.is-active,
.tb-bf-progress-item.is-done {
    border-color: #3f4932;
    background: #3f4932;
    color: #ffffff;
}
.tb-bf-progress-item.is-done {
    opacity: .72;
}
.tb-bf-footer-actions {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.tb-bf-back {
    appearance: none;
    border: 1.5px solid #ded5c7;
    background: #ffffff;
    color: #26301f;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 20px;
    min-height: 48px;
}
.tb-bf-back:hover {
    border-color: #c49a50;
    background: #f8f4ec;
}
.tb-bf-mode-wizard .tb-bf-question[hidden],
.tb-bf-mode-wizard .tb-bf-results[hidden],
.tb-bf-back[hidden] {
    display: none !important;
}
.tb-bf-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #eee7dc;
}
.tb-bf-footer.is-results {
    justify-content: flex-start;
}
.tb-bf-footer.is-results .tb-bf-submit {
    display: none !important;
}
.tb-bf-reset,
.tb-bf-change {
    border: 0;
    background: transparent;
    color: #62635f;
    cursor: pointer;
    font-weight: 800;
    padding: 12px;
}
.tb-bf-reset:hover,
.tb-bf-change:hover {
    color: #151515;
}
.tb-bf-results {
    margin-top: 20px;
}
.tb-bf-results-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    border-top: 1px solid #eee7dc;
    padding-top: 18px;
}
.tb-bf-results-eyebrow {
    margin-bottom: 8px;
}
.tb-bf-results-head h3 {
    margin: 0 0 14px 0;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1;
    color: #2d2b28;
    font-weight: 500;
}
.tb-bf-results-status {
    color: #4f504b;
    font-weight: 700;
    margin: 8px 0 14px 0;
}
.tb-bf-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.tb-bf-product-card {
    background: #ffffff;
    border: 1px solid #eee7dc;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(63, 73, 50, .06);
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.tb-bf-product-link {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
}
.tb-bf-product-media {
    position: relative;
    aspect-ratio: 4 / 4.6;
    background: #f5f1e9;
    overflow: hidden;
}
.tb-bf-product-media img,
.tb-bf-product-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.tb-bf-product-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f7f0e4, #fffdf9);
}
.tb-bf-product-body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}
.tb-bf-product-title {
    color: #151515;
    font-size: 14px;
    line-height: 1.28;
    font-weight: 800;
    min-height: 36px;
}
.tb-bf-product-cta {
    width: 100%;
    font-size: 14px;
    padding: 12px 16px;
    margin-top: auto;
}
.tb-bf-view-all {
    width: 100%;
    margin-top: 16px;
    padding: 16px 24px;
}
.tb-bf-admin-warning {
    padding: 14px 16px;
    border-left: 4px solid #c49a50;
    background: #fff8ec;
    color: #111;
}
.tb-bf-modal [hidden] {
    display: none !important;
}
html.tb-bf-lock,
body.tb-bf-lock {
    overflow: hidden !important;
    height: 100% !important;
    overscroll-behavior: none;
}
body.tb-bf-lock {
    position: fixed !important;
    left: 0;
    right: 0;
    width: 100% !important;
}
.tb-bf-modal.is-open {
    overscroll-behavior: contain;
    touch-action: none;
}
.tb-bf-modal.is-open .tb-bf-dialog-scroll {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}
.tb-bf-modal.is-loading .tb-bf-submit {
    pointer-events: none;
    opacity: .78;
}
.tb-bf-modal.is-loading .tb-bf-submit:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,.45);
    border-top-color: #fff;
    border-radius: 999px;
    animation: tbBfSpin .7s linear infinite;
}
@keyframes tbBfSpin {
    to { transform: rotate(360deg); }
}
@media (max-width: 780px) {
    .tb-bf-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 680px) {
    .tb-bf-dialog {
        width: calc(100vw - 18px);
        margin: 9px auto;
        padding: 0;
        border-radius: 18px;
    }
    .tb-bf-dialog-scroll {
        max-height: calc(100vh - 18px);
        padding: 22px 16px;
    }
    .tb-bf-dialog:before {
        left: 18px;
        right: 18px;
    }
    .tb-bf-header {
        padding-right: 38px;
    }
    .tb-bf-question {
        padding: 15px;
    }
    .tb-bf-options {
        gap: 8px;
    }
    .tb-bf-option {
        padding: 11px 13px;
        font-size: 13px;
    }
    .tb-bf-footer,
    .tb-bf-results-head {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .tb-bf-submit,
    .tb-bf-reset,
    .tb-bf-change,
    .tb-bf-back {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .tb-bf-footer-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
    .tb-bf-inline-inner {
        padding: 22px 16px;
        border-radius: 18px;
    }
    .tb-bf-floating {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }
    .tb-bf-trigger-floating {
        width: 100%;
    }
}
@media (max-width: 460px) {
    .tb-bf-product-grid {
        grid-template-columns: 1fr;
    }
}
/*# sourceURL=tb-bf-frontend-inline-css */
