:root{--bf-orange:#e65000;--bf-orange-dk:#c44600;--bf-orange-lt:#ff6b1a;--bf-orange-bg:#fff5f0;--bf-orange-br:#ffd4b8;--bf-black:#1a1a1a;--bf-white:#fff;--bf-bg:#f5f5f5;--bf-bg2:#f8f8f8;--bf-br:#eee;--bf-br2:#ddd;--bf-txt:#1a1a1a;--bf-txt2:#555;--bf-txt3:#888;--bf-txt4:#aaa;--bf-txt5:#ccc;--bf-green:#27a056;--bf-green-bg:#e8f8ee;--bf-green-br:#9fe1cb;--bf-green-dk:#1a6e3e;--bf-wa:#25D366;--bf-wa-dk:#1a6e3e;--bf-yellow:#f5a623;--bf-yellow-dk:#854f0b;--bf-yellow-bg:#fff8e1;--bf-blue-bg:#e6f1fb;--bf-blue-dk:#0c447c;--bf-r-sm:4px;--bf-r-md:6px;--bf-r-lg:8px;--bf-r-pill:99px;--bf-shadow:0 2px 8px rgba(0,0,0,.06);--bf-shadow-hv:0 4px 16px rgba(0,0,0,.1);--bf-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--bf-max-w:1400px}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--bf-font);background:var(--bf-bg);color:var(--bf-txt);margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--bf-font);border:0;background:none;padding:0}input,select,textarea{font-family:var(--bf-font);font-size:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bf-topbar{background:var(--bf-black);color:#fff;font-size:11px;text-align:center;padding:6px 16px;letter-spacing:.03em}.bf-topbar a{color:#fff;text-decoration:underline}.bf-header{background:var(--bf-white);border-bottom:2px solid var(--bf-orange);position:sticky;top:0;z-index:100;box-shadow:var(--bf-shadow)}.bf-header-inner{display:flex;align-items:center;padding:0 16px;height:60px;gap:12px;max-width:var(--bf-max-w);margin:0 auto}.bf-logo{display:flex;align-items:center;gap:8px;flex-shrink:0}.bf-logo-icon{display:grid;grid-template-columns:1fr 1fr;gap:2px;width:38px;height:38px}.bf-logo-icon>div{background:var(--bf-orange);border-radius:4px;display:flex;align-items:center;justify-content:center}.bf-logo-icon svg{width:15px;height:15px;fill:#fff}.bf-logo-text{line-height:1.1}.bf-logo-name{font-size:17px;font-weight:700;color:var(--bf-black);display:block;letter-spacing:-.3px}.bf-logo-domain{font-size:10px;color:var(--bf-orange);font-weight:400}.bf-search{flex:1;display:flex;align-items:center;background:var(--bf-bg2);border:1px solid var(--bf-br);border-radius:var(--bf-r-pill);height:42px;padding:0 14px;gap:8px;max-width:640px}.bf-search:focus-within{border-color:var(--bf-orange);background:#fff}.bf-search input{flex:1;border:0;background:transparent;font-size:13px;color:var(--bf-txt);outline:0}.bf-search input::placeholder{color:var(--bf-txt4)}.bf-search-btn{background:var(--bf-orange);border-radius:var(--bf-r-pill);width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.bf-search-btn:hover{background:var(--bf-orange-dk)}.bf-search-btn svg{width:15px;height:15px;fill:none;stroke:#fff;stroke-width:1.5}.bf-nav-icons{display:flex;align-items:center;gap:4px;flex-shrink:0}.bf-nav-icon{display:flex;flex-direction:column;align-items:center;padding:6px 12px;font-size:10px;color:var(--bf-txt2);border-radius:var(--bf-r-md);position:relative;gap:2px;transition:background .15s}.bf-nav-icon:hover{background:var(--bf-bg2)}.bf-nav-icon svg{width:22px;height:22px}.bf-cart-count{position:absolute;top:2px;right:6px;background:var(--bf-orange);color:#fff;font-size:9px;font-weight:600;min-width:18px;height:18px;border-radius:var(--bf-r-pill);display:flex;align-items:center;justify-content:center;padding:0 4px}.bf-catbar{background:var(--bf-white);border-bottom:.5px solid var(--bf-br);overflow-x:auto;scrollbar-width:none}.bf-catbar::-webkit-scrollbar{display:none}.bf-catbar-inner{display:flex;align-items:center;max-width:var(--bf-max-w);margin:0 auto;padding:0 16px}.bf-catbar-item{padding:11px 14px;font-size:12px;color:var(--bf-txt2);white-space:nowrap;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.bf-catbar-item:hover,.bf-catbar-item.active{color:var(--bf-orange);border-bottom-color:var(--bf-orange)}.bf-trust-strip{background:#fff8f2;border-bottom:.5px solid var(--bf-orange-br);padding:7px 16px;display:flex;align-items:center;max-width:100%}.bf-trust-item{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--bf-orange);font-weight:500;flex:1}.bf-trust-sep{width:1px;height:14px;background:var(--bf-orange-br);margin:0 12px}.bf-trust-arrow{color:var(--bf-orange);font-size:13px;margin-left:auto}.bf-breadcrumb{background:var(--bf-white);padding:8px 16px;font-size:11px;color:var(--bf-txt3);border-bottom:.5px solid var(--bf-br)}.bf-breadcrumb a{color:var(--bf-txt3);transition:color .15s}.bf-breadcrumb a:hover,.bf-breadcrumb .current{color:var(--bf-orange)}.bf-breadcrumb .sep{margin:0 5px;color:var(--bf-txt4)}.bf-page{max-width:var(--bf-max-w);margin:0 auto;padding:0 12px}.bf-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:10px 4px 6px}.bf-section-title{font-size:16px;font-weight:600;color:var(--bf-txt)}.bf-section-link{font-size:12px;color:var(--bf-orange)}.bf-section-link:hover{text-decoration:underline}.bf-timer{display:inline-flex;align-items:center;gap:4px;background:var(--bf-orange);color:#fff;font-size:12px;font-weight:600;padding:3px 10px;border-radius:var(--bf-r-sm);font-variant-numeric:tabular-nums;margin-left:8px}.bf-prod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.bf-prod-card{background:var(--bf-white);border-radius:var(--bf-r-md);border:.5px solid var(--bf-br);overflow:hidden;transition:box-shadow .15s,transform .1s;display:flex;flex-direction:column}.bf-prod-card:hover{box-shadow:var(--bf-shadow-hv);transform:translateY(-1px)}.bf-prod-img{position:relative;aspect-ratio:1;background:var(--bf-bg2);overflow:hidden}.bf-prod-img img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.bf-prod-card:hover .bf-prod-img img{transform:scale(1.03)}.bf-badge-wrap{position:absolute;top:6px;left:6px;display:flex;flex-direction:column;gap:3px;z-index:1}.bf-badge{font-size:9px;font-weight:600;padding:2px 6px;border-radius:3px;line-height:1.3;text-transform:uppercase;letter-spacing:.02em}.bf-badge-disc{background:var(--bf-orange);color:#fff}.bf-badge-new{background:var(--bf-green);color:#fff}.bf-badge-hot{background:var(--bf-yellow);color:var(--bf-yellow-dk)}.bf-badge-moq{background:var(--bf-black);color:#fff}.bf-wishlist{position:absolute;top:6px;right:6px;width:28px;height:28px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .15s}.bf-wishlist:hover{background:var(--bf-orange-bg)}.bf-wishlist svg{width:14px;height:14px;fill:none;stroke:var(--bf-orange);stroke-width:1.5}.bf-wishlist.active svg{fill:var(--bf-orange)}.bf-prod-info{padding:10px;flex:1;display:flex;flex-direction:column;gap:4px}.bf-prod-name{font-size:12px;color:var(--bf-txt);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:31px}.bf-prod-price-row{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.bf-prod-price{font-size:15px;font-weight:600;color:var(--bf-orange)}.bf-prod-old{font-size:11px;color:var(--bf-txt5);text-decoration:line-through}.bf-prod-moq{font-size:10px;color:var(--bf-txt3)}.bf-prod-rating{display:flex;align-items:center;gap:3px;font-size:10px;color:var(--bf-txt4)}.bf-stars{color:var(--bf-yellow);letter-spacing:1px;font-size:10px}.bf-prod-atc{width:100%;background:var(--bf-orange-bg);border-top:.5px solid var(--bf-orange-br);color:var(--bf-orange);font-size:11px;font-weight:500;padding:8px;transition:background .15s,color .15s}.bf-prod-atc:hover{background:var(--bf-orange);color:#fff}.bf-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:var(--bf-r-md);font-size:13px;font-weight:500;padding:10px 22px;transition:background .15s,transform .1s;text-decoration:none;border:0}.bf-btn:active{transform:scale(.98)}.bf-btn-primary{background:var(--bf-orange);color:#fff}.bf-btn-primary:hover{background:var(--bf-orange-dk)}.bf-btn-outline{background:#fff;color:var(--bf-orange);border:1.5px solid var(--bf-orange)}.bf-btn-outline:hover{background:var(--bf-orange-bg)}.bf-btn-dark{background:var(--bf-black);color:#fff}.bf-btn-dark:hover{background:#333}.bf-btn-wa{background:var(--bf-wa);color:#fff}.bf-btn-wa:hover{background:#1da851}.bf-btn-lg{font-size:15px;padding:13px 30px}.bf-btn-sm{font-size:11px;padding:7px 14px}.bf-btn-full{width:100%}.bf-tier-table{width:100%;border-collapse:collapse;font-size:12px;margin-bottom:12px}.bf-tier-table th{background:var(--bf-bg2);color:var(--bf-txt3);font-weight:400;padding:7px 10px;text-align:left;border:.5px solid var(--bf-br)}.bf-tier-table td{padding:7px 10px;border:.5px solid var(--bf-br);color:var(--bf-txt)}.bf-tier-table tr.bf-tier-active td{background:var(--bf-orange-bg);color:#993c1d;font-weight:500}.bf-tier-best-tag{background:var(--bf-orange);color:#fff;font-size:9px;padding:1px 5px;border-radius:3px;margin-left:4px;vertical-align:middle}.bf-qty-wrap{background:var(--bf-bg2);border-radius:var(--bf-r-md);padding:12px;margin-bottom:12px;border:.5px solid var(--bf-br)}.bf-qty-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.bf-qty-top span:first-child{font-size:12px;color:var(--bf-txt3)}.bf-qty-min{font-size:10px;background:var(--bf-br);padding:3px 8px;border-radius:3px;color:var(--bf-txt3)}.bf-qty-row{display:flex;align-items:center;gap:10px}.bf-qty-ctrl{display:flex;align-items:center;border:.5px solid var(--bf-br2);border-radius:var(--bf-r-sm);overflow:hidden;background:#fff}.bf-qty-btn{width:34px;height:34px;background:var(--bf-bg2);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--bf-txt2);transition:background .1s}.bf-qty-btn:hover{background:var(--bf-orange-bg);color:var(--bf-orange)}.bf-qty-input{width:54px;text-align:center;font-size:14px;font-weight:500;border:0;background:transparent;outline:0;-moz-appearance:textfield}.bf-qty-input::-webkit-inner-spin-button,.bf-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.bf-tier-bar-wrap{flex:1}.bf-tier-bar{height:5px;background:var(--bf-br);border-radius:var(--bf-r-pill);overflow:hidden;margin-bottom:4px}.bf-tier-fill{height:100%;background:var(--bf-orange);border-radius:var(--bf-r-pill);transition:width .3s}.bf-tier-hint{font-size:10px;color:var(--bf-txt4)}.bf-tier-hint em{color:var(--bf-orange);font-style:normal;font-weight:500}.bf-qty-total-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;border-top:.5px solid var(--bf-br)}.bf-qty-breakdown{font-size:11px;color:var(--bf-txt3)}.bf-qty-total{font-size:16px;font-weight:600;color:var(--bf-orange)}.bf-price-block{background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);border-radius:var(--bf-r-md);padding:12px 14px;margin-bottom:12px}.bf-price-main{font-size:28px;font-weight:700;color:var(--bf-orange)}.bf-price-old{font-size:13px;color:var(--bf-txt5);text-decoration:line-through;margin-left:6px}.bf-price-save{font-size:12px;color:var(--bf-green);font-weight:500;margin-left:6px}.bf-price-note{font-size:11px;color:var(--bf-txt4);margin-top:4px}.bf-variant-row{margin-bottom:12px}.bf-variant-label{font-size:12px;color:var(--bf-txt3);margin-bottom:6px}.bf-variant-pills{display:flex;gap:6px;flex-wrap:wrap}.bf-variant-pill{padding:6px 14px;border-radius:var(--bf-r-sm);font-size:12px;border:.5px solid var(--bf-br2);background:#fff;color:var(--bf-txt);transition:all .1s}.bf-variant-pill:hover:not(.sold-out){border-color:var(--bf-orange);color:var(--bf-orange)}.bf-variant-pill.active{border-color:var(--bf-orange);background:var(--bf-orange-bg);color:var(--bf-orange);font-weight:500}.bf-variant-pill.sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}.bf-rfq-strip{background:var(--bf-black);border-radius:var(--bf-r-md);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.bf-rfq-strip-title{font-size:13px;font-weight:500;color:#fff}.bf-rfq-strip-sub{font-size:11px;color:#aaa;margin-top:2px}.bf-trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.bf-trust-item-sm{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--bf-txt3)}.bf-trust-dot{width:6px;height:6px;background:var(--bf-green);border-radius:50%;flex-shrink:0}.bf-tabs{display:flex;border-bottom:.5px solid var(--bf-br);overflow-x:auto;scrollbar-width:none}.bf-tabs::-webkit-scrollbar{display:none}.bf-tab{padding:11px 18px;font-size:12px;color:var(--bf-txt3);border-bottom:2px solid transparent;white-space:nowrap;transition:color .15s;background:transparent}.bf-tab:hover{color:var(--bf-orange)}.bf-tab.active{color:var(--bf-orange);border-bottom-color:var(--bf-orange);font-weight:500}.bf-tab-panel{padding:18px;display:none}.bf-tab-panel.active{display:block}.bf-spec-table{width:100%;border-collapse:collapse;font-size:12px}.bf-spec-table tr:nth-child(odd) td{background:var(--bf-bg2)}.bf-spec-table td{padding:8px 12px;border-bottom:.5px solid var(--bf-br)}.bf-spec-key{color:var(--bf-txt3);width:150px}.bf-spec-val{font-weight:500}.bf-ship-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:.5px solid var(--bf-br)}.bf-ship-row:last-child{border:0}.bf-ship-icon{width:40px;height:40px;background:var(--bf-orange-bg);border-radius:var(--bf-r-sm);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.bf-ship-type{font-size:13px;font-weight:500;color:var(--bf-txt)}.bf-ship-detail{font-size:11px;color:var(--bf-txt3);margin-top:2px}.bf-ship-eta{text-align:right;flex-shrink:0}.bf-ship-days{font-size:13px;font-weight:600;color:var(--bf-orange)}.bf-ship-cost{font-size:10px;color:var(--bf-txt4)}.bf-cat-hero{background:var(--bf-orange);padding:22px 16px 0}.bf-cat-hero-inner{max-width:var(--bf-max-w);margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between}.bf-cat-hero-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:4px}.bf-cat-hero-sub{font-size:13px;color:#ffffffd9;margin-bottom:14px}.bf-cat-hero-emoji{font-size:54px;opacity:.25;line-height:1}.bf-cat-hero-tabs{display:flex;gap:0;max-width:var(--bf-max-w);margin:0 auto;overflow-x:auto;scrollbar-width:none}.bf-cat-hero-tabs::-webkit-scrollbar{display:none}.bf-cat-hero-tab{padding:10px 18px;font-size:12px;color:#ffffffb3;border-bottom:2px solid transparent;white-space:nowrap;transition:all .15s}.bf-cat-hero-tab.active,.bf-cat-hero-tab:hover{color:#fff;border-bottom-color:#fff}.bf-temu-body{display:grid;grid-template-columns:140px 1fr;min-height:600px}.bf-temu-left{background:var(--bf-bg2);border-right:.5px solid var(--bf-br);overflow-y:auto;scrollbar-width:none}.bf-temu-left::-webkit-scrollbar{display:none}.bf-temu-lni{padding:13px 12px;font-size:11px;color:var(--bf-txt2);border-left:3px solid transparent;line-height:1.3;display:flex;align-items:center;justify-content:space-between;gap:4px;transition:background .1s}.bf-temu-lni:hover{background:#f0f0f0}.bf-temu-lni.active{background:var(--bf-white);border-left-color:var(--bf-orange);color:var(--bf-orange);font-weight:500}.bf-temu-lni-badge{font-size:8px;font-weight:600;padding:1px 5px;border-radius:var(--bf-r-pill);color:#fff;flex-shrink:0}.bf-temu-lni-badge.hot{background:var(--bf-orange)}.bf-temu-lni-badge.new{background:var(--bf-green)}.bf-temu-lni-badge.bale{background:var(--bf-yellow-dk)}.bf-temu-right{overflow-y:auto;padding:14px;background:#fff}.bf-cat-circle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:14px 8px;margin-bottom:18px}.bf-cat-circle-item{display:flex;flex-direction:column;align-items:center;gap:6px}.bf-cat-circle-img-wrap{position:relative}.bf-cat-circle-img{width:80px;height:80px;border-radius:50%;overflow:hidden;border:.5px solid var(--bf-br);background:var(--bf-bg2);display:flex;align-items:center;justify-content:center;font-size:28px;transition:border .15s}.bf-cat-circle-item:hover .bf-cat-circle-img{border:1.5px solid var(--bf-orange)}.bf-cat-circle-img img{width:100%;height:100%;object-fit:cover}.bf-cat-circle-badge{position:absolute;top:2px;right:0;font-size:8px;font-weight:600;padding:2px 6px;border-radius:var(--bf-r-pill);color:#fff;letter-spacing:.02em}.bf-cat-circle-badge.hot{background:var(--bf-orange)}.bf-cat-circle-badge.new{background:var(--bf-green)}.bf-cat-circle-name{font-size:11px;color:var(--bf-txt2);text-align:center;line-height:1.3;max-width:90px}.bf-fee-card{border:2px solid var(--bf-orange);border-radius:var(--bf-r-lg);overflow:hidden;margin-bottom:16px;background:#fff}.bf-fee-head{background:var(--bf-orange);padding:14px 18px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.bf-fee-head-title{font-size:15px;font-weight:600;color:#fff}.bf-fee-head-sub{font-size:11px;color:#ffffffd9;margin-top:2px}.bf-fee-amount{font-size:28px;font-weight:700;color:#fff;text-align:right;line-height:1}.bf-fee-refund{font-size:10px;color:#ffffffd9;text-align:right;margin-top:2px}.bf-fee-body{padding:16px 18px}.bf-fee-why-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px}.bf-fee-why-icon{width:34px;height:34px;background:var(--bf-orange-bg);border-radius:var(--bf-r-sm);display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.bf-fee-why-title{font-size:12px;font-weight:600;color:var(--bf-txt);margin-bottom:2px}.bf-fee-why-text{font-size:11px;color:var(--bf-txt3);line-height:1.5}.bf-refund-box{background:var(--bf-green-bg);border:.5px solid var(--bf-green-br);border-radius:var(--bf-r-md);padding:12px 14px;margin-bottom:14px}.bf-refund-title{font-size:12px;font-weight:600;color:var(--bf-green-dk);margin-bottom:5px;display:flex;align-items:center;gap:6px}.bf-refund-check{width:18px;height:18px;background:var(--bf-green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bf-refund-check svg{width:10px;height:10px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}.bf-refund-text{font-size:11px;color:#3b6d11;line-height:1.5}.bf-upload-zone{border:1.5px dashed var(--bf-br2);border-radius:var(--bf-r-md);padding:22px;text-align:center;cursor:pointer;background:var(--bf-bg2);transition:border-color .15s,background .15s}.bf-upload-zone:hover,.bf-upload-zone.drag{border-color:var(--bf-orange);background:var(--bf-orange-bg)}.bf-upload-icon-wrap{width:42px;height:42px;background:var(--bf-orange-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.bf-upload-icon-wrap svg{width:20px;height:20px;fill:none;stroke:var(--bf-orange);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.bf-upload-title{font-size:13px;font-weight:600;color:var(--bf-txt);margin-bottom:4px}.bf-upload-sub{font-size:11px;color:var(--bf-txt4);line-height:1.5}.bf-upload-formats{display:flex;gap:5px;justify-content:center;margin-top:10px;flex-wrap:wrap}.bf-upload-fmt{background:var(--bf-br);color:var(--bf-txt3);font-size:9px;padding:2px 7px;border-radius:3px;font-weight:500}.bf-photo-preview{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.bf-photo-thumb{width:64px;height:64px;border-radius:var(--bf-r-sm);border:.5px solid var(--bf-br);overflow:hidden;position:relative;flex-shrink:0;background:var(--bf-bg2)}.bf-photo-thumb img{width:100%;height:100%;object-fit:cover}.bf-photo-x{position:absolute;top:2px;right:2px;background:#00000080;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;line-height:1}.bf-photo-x:hover{background:#000}.bf-file-item{display:flex;align-items:center;gap:10px;background:#fff;border:.5px solid var(--bf-br);border-radius:var(--bf-r-sm);padding:10px 12px;margin-bottom:6px}.bf-file-icon{width:34px;height:34px;border-radius:var(--bf-r-sm);display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;background-size:cover;background-position:center}.bf-file-icon.img{background:var(--bf-orange-bg)}.bf-file-icon.pdf{background:#fee2e2}.bf-file-info{flex:1;min-width:0}.bf-file-name{font-size:12px;font-weight:500;color:var(--bf-txt);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bf-file-meta{font-size:10px;color:var(--bf-txt4);margin-top:2px;display:flex;align-items:center;gap:4px}.bf-file-ok{color:var(--bf-green);font-weight:500}.bf-file-remove{color:var(--bf-txt5);font-size:18px;line-height:1;transition:color .15s}.bf-file-remove:hover{color:var(--bf-orange)}.bf-field{display:flex;flex-direction:column;gap:4px}.bf-field label{font-size:11px;color:var(--bf-txt3)}.bf-field-required{color:var(--bf-orange)}.bf-input,.bf-select,.bf-textarea{background:var(--bf-bg2);border:.5px solid var(--bf-br2);border-radius:var(--bf-r-sm);padding:8px 12px;font-size:12px;color:var(--bf-txt);width:100%;outline:0;transition:border-color .15s,background .15s}.bf-input:focus,.bf-select:focus,.bf-textarea:focus{border-color:var(--bf-orange);background:#fff}.bf-textarea{resize:vertical;min-height:80px;line-height:1.5}.bf-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bf-field-full{grid-column:1/-1}.bf-wa-bar{background:var(--bf-wa);border-radius:var(--bf-r-md);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.bf-wa-bar-text{font-size:13px;font-weight:500;color:#fff}.bf-wa-bar-sub{font-size:11px;color:#ffffffd9;margin-top:2px}.bf-wa-bar-btn{background:#fff;color:var(--bf-wa-dk);font-size:12px;font-weight:500;padding:8px 16px;border-radius:var(--bf-r-sm);white-space:nowrap;flex-shrink:0}.bf-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.bf-stat-card{background:var(--bf-orange);border-radius:var(--bf-r-md);padding:14px;text-align:center}.bf-stat-num{font-size:20px;font-weight:700;color:#fff;display:block}.bf-stat-lbl{font-size:10px;color:#fffc;margin-top:2px}.bf-why-card{background:#fff;border-radius:var(--bf-r-md);border:.5px solid var(--bf-br);overflow:hidden;margin-bottom:12px}.bf-why-head{background:var(--bf-black);padding:12px 16px}.bf-why-head-title{font-size:13px;font-weight:600;color:#fff}.bf-why-head-sub{font-size:11px;color:#aaa;margin-top:2px}.bf-why-item{display:flex;gap:10px;align-items:flex-start;padding:12px 16px;border-bottom:.5px solid var(--bf-br)}.bf-why-item:last-child{border:0}.bf-why-icon{width:32px;height:32px;background:var(--bf-orange-bg);border-radius:var(--bf-r-sm);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.bf-why-title{font-size:12px;font-weight:600;margin-bottom:2px}.bf-why-text{font-size:11px;color:var(--bf-txt3);line-height:1.4}.bf-disc-progress{background:#fff;border:1.5px solid var(--bf-orange);border-radius:var(--bf-r-md);padding:14px 16px;margin-bottom:10px}.bf-disc-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;flex-wrap:wrap;gap:6px}.bf-disc-title{font-size:13px;font-weight:600;color:var(--bf-orange)}.bf-disc-badge{background:var(--bf-orange);color:#fff;font-size:11px;padding:3px 10px;border-radius:var(--bf-r-pill);font-weight:500}.bf-disc-bar{height:6px;background:#f0f0f0;border-radius:var(--bf-r-pill);overflow:hidden;margin-bottom:6px}.bf-disc-bar-fill{height:100%;background:var(--bf-orange);border-radius:var(--bf-r-pill);transition:width .4s}.bf-disc-row{display:flex;justify-content:space-between;font-size:11px;color:var(--bf-txt3);margin-bottom:10px;flex-wrap:wrap;gap:4px}.bf-disc-row em{color:var(--bf-orange);font-style:normal;font-weight:500}.bf-disc-tiers{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.bf-disc-tier{background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);border-radius:var(--bf-r-sm);padding:7px 8px;text-align:center;transition:all .15s}.bf-disc-tier.active{background:var(--bf-orange);border-color:var(--bf-orange)}.bf-disc-tier-qty{font-size:10px;color:#993c1d;font-weight:500}.bf-disc-tier.active .bf-disc-tier-qty{color:#ffffffd9}.bf-disc-tier-disc{font-size:12px;font-weight:600;color:#993c1d;margin-top:1px}.bf-disc-tier.active .bf-disc-tier-disc{color:#fff}.bf-cart-item{display:flex;gap:12px;padding:14px;border-bottom:.5px solid var(--bf-br)}.bf-cart-item:last-child{border:0}.bf-cart-item-img{width:68px;height:68px;background:var(--bf-bg2);border:.5px solid var(--bf-br);border-radius:var(--bf-r-sm);flex-shrink:0;overflow:hidden}.bf-cart-item-img img{width:100%;height:100%;object-fit:cover}.bf-cart-item-info{flex:1;min-width:0}.bf-cart-item-name{font-size:13px;font-weight:500;color:var(--bf-txt);line-height:1.3;margin-bottom:4px}.bf-cart-item-meta{font-size:11px;color:var(--bf-txt3);margin-bottom:6px}.bf-cart-item-tier-pill{display:inline-block;background:var(--bf-green-bg);color:var(--bf-green-dk);font-size:10px;padding:2px 7px;border-radius:3px;font-weight:500;margin-right:4px}.bf-cart-item-nudge{display:inline-block;background:var(--bf-orange-bg);color:#993c1d;font-size:10px;padding:2px 7px;border-radius:3px;cursor:pointer}.bf-cart-item-qty-row{display:flex;align-items:center;gap:10px;margin-top:8px}.bf-cart-item-remove{font-size:11px;color:var(--bf-txt4);text-decoration:underline;background:none;border:0}.bf-cart-item-remove:hover{color:var(--bf-orange)}.bf-cart-item-price-col{text-align:right;flex-shrink:0}.bf-cart-item-unit{font-size:10px;color:var(--bf-txt3)}.bf-cart-item-total{font-size:15px;font-weight:600;color:var(--bf-orange)}.bf-cart-item-saved{font-size:10px;color:var(--bf-green);margin-top:2px}.bf-sum-card{background:#fff;border-radius:var(--bf-r-md);border:.5px solid var(--bf-br);overflow:hidden;margin-bottom:10px}.bf-sum-head{background:var(--bf-black);padding:12px 16px;font-size:13px;color:#fff;font-weight:600}.bf-sum-body{padding:14px 16px}.bf-sum-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--bf-txt2);margin-bottom:7px}.bf-sum-row.total{border-top:.5px solid var(--bf-br);padding-top:10px;margin-top:8px}.bf-sum-row.total .bf-sum-label{font-size:14px;font-weight:600;color:var(--bf-txt)}.bf-sum-row.total .bf-sum-val{font-size:20px;font-weight:700;color:var(--bf-orange)}.bf-sum-green{color:var(--bf-green);font-weight:500}.bf-sum-strike{text-decoration:line-through;color:var(--bf-txt5)}.bf-sum-saving-note{background:var(--bf-green-bg);color:var(--bf-green-dk);font-size:11px;padding:8px 12px;border-radius:var(--bf-r-sm);margin-top:10px;display:flex;align-items:center;gap:6px}.bf-ship-notice-box{background:var(--bf-blue-bg);color:var(--bf-blue-dk);font-size:11px;padding:10px 12px;border-radius:var(--bf-r-sm);margin-top:10px;line-height:1.5}.bf-ship-notice-box strong{display:block;margin-bottom:2px}.bf-footer{background:var(--bf-black);color:#fff;margin-top:32px}.bf-footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;padding:36px 16px;max-width:var(--bf-max-w);margin:0 auto}.bf-footer-brand-name{font-size:20px;font-weight:700;color:#fff;margin-bottom:4px;letter-spacing:-.3px}.bf-footer-brand-url{font-size:12px;color:var(--bf-orange);margin-bottom:14px}.bf-footer-tagline{font-size:12px;color:#888;line-height:1.7}.bf-footer-col-title{font-size:12px;font-weight:600;color:#fff;margin-bottom:14px;text-transform:uppercase;letter-spacing:.05em}.bf-footer-link{display:block;font-size:12px;color:#888;margin-bottom:7px;transition:color .15s}.bf-footer-link:hover{color:var(--bf-orange)}.bf-footer-bottom{border-top:.5px solid #333;padding:16px;display:flex;justify-content:space-between;align-items:center;max-width:var(--bf-max-w);margin:0 auto;font-size:11px;color:#666;flex-wrap:wrap;gap:10px}.bf-footer-social{display:flex;gap:10px}.bf-footer-social a{width:28px;height:28px;background:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s}.bf-footer-social a:hover{background:var(--bf-orange)}.bf-footer-social svg{width:14px;height:14px;fill:#fff}.bf-promo-banner{background:var(--bf-black);border-radius:var(--bf-r-md);padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.bf-promo-title{font-size:13px;font-weight:500;color:#fff}.bf-promo-sub{font-size:11px;color:#aaa;margin-top:2px}.bf-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;padding:4px 0 16px}.bf-steps:before{content:"";position:absolute;top:20px;left:10%;right:10%;height:1px;background:var(--bf-br)}.bf-step{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;z-index:1}.bf-step-num{width:36px;height:36px;border-radius:50%;background:var(--bf-orange);color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.bf-step-num.green{background:var(--bf-green)}.bf-step-title{font-size:12px;font-weight:600;color:var(--bf-txt);text-align:center}.bf-step-sub{font-size:10px;color:var(--bf-txt4);text-align:center;line-height:1.3}.bf-pagination{display:flex;align-items:center;justify-content:center;gap:5px;padding:16px 0}.bf-page-btn{width:36px;height:36px;border-radius:var(--bf-r-sm);display:flex;align-items:center;justify-content:center;font-size:13px;border:.5px solid var(--bf-br);background:#fff;color:var(--bf-txt2);transition:all .1s}.bf-page-btn:hover{border-color:var(--bf-orange);color:var(--bf-orange)}.bf-page-btn.active{background:var(--bf-orange);border-color:var(--bf-orange);color:#fff;font-weight:600}.bf-hero{display:grid;grid-template-columns:2fr 1fr;gap:10px;padding:10px 0;max-width:var(--bf-max-w);margin:0 auto}.bf-hero-main{background:var(--bf-orange);border-radius:var(--bf-r-lg);padding:40px 32px;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;background-size:cover;background-position:center}.bf-hero-tag{background:#fff3;color:#fff;font-size:11px;padding:3px 10px;border-radius:var(--bf-r-pill);width:fit-content;margin-bottom:10px}.bf-hero-main h1{color:#fff;font-size:32px;font-weight:700;line-height:1.1;margin-bottom:6px}.bf-hero-main p{color:#ffffffe6;font-size:13px;margin-bottom:16px}.bf-hero-cta{background:#fff;color:var(--bf-orange);font-size:13px;font-weight:600;padding:10px 20px;border-radius:var(--bf-r-sm);width:fit-content;transition:transform .1s}.bf-hero-cta:hover{transform:translate(4px)}.bf-hero-side{display:grid;grid-template-rows:1fr 1fr;gap:10px}.bf-hero-mini{border-radius:var(--bf-r-lg);padding:20px;display:flex;flex-direction:column;justify-content:flex-end}.bf-hero-mini.orange{background:var(--bf-orange-lt)}.bf-hero-mini.dark{background:var(--bf-black)}.bf-hero-mini span{font-size:11px;color:#ffffffb3}.bf-hero-mini p{font-size:15px;color:#fff;font-weight:600;margin-top:2px}.bf-usp-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:0 0 14px;max-width:var(--bf-max-w);margin:0 auto}.bf-usp-item{background:var(--bf-white);border:.5px solid var(--bf-br);border-radius:var(--bf-r-md);padding:12px 10px;text-align:center}.bf-usp-icon{width:36px;height:36px;background:var(--bf-orange-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 6px;font-size:18px}.bf-usp-label{font-size:11px;color:var(--bf-txt2);font-weight:500}.bf-mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--bf-white);border-top:.5px solid var(--bf-br);z-index:200;padding-bottom:env(safe-area-inset-bottom,0)}.bf-mobile-nav-inner{display:flex;align-items:stretch}.bf-mobile-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:9px 4px;font-size:10px;color:var(--bf-txt3);gap:3px;position:relative;transition:color .15s}.bf-mobile-nav-item.active{color:var(--bf-orange)}.bf-mobile-nav-item svg{width:22px;height:22px}.bf-mobile-nav-badge{position:absolute;top:6px;right:calc(50% - 14px);background:var(--bf-orange);color:#fff;font-size:9px;font-weight:600;padding:1px 5px;border-radius:var(--bf-r-pill);min-width:16px;text-align:center}.bf-mobile-quote-btn{display:flex;align-items:center;justify-content:center;padding:8px 4px}.bf-mobile-quote-btn button{background:var(--bf-green);color:#fff;font-size:11px;font-weight:500;padding:6px 14px;border-radius:var(--bf-r-pill);border:0;white-space:nowrap}.bf-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--bf-black);color:#fff;padding:12px 20px;border-radius:var(--bf-r-md);font-size:13px;z-index:300;box-shadow:var(--bf-shadow-hv);opacity:0;transition:opacity .2s,transform .2s;pointer-events:none}.bf-toast.show{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.bf-toast.success{background:var(--bf-green)}.bf-toast.error{background:#e24b4a}.bf-sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:.5px solid var(--bf-br);padding:10px 14px;z-index:150;align-items:center;gap:10px;box-shadow:0 -2px 8px #0000000f}.bf-sticky-atc-name{flex:1;font-size:12px;font-weight:500;color:var(--bf-txt);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bf-sticky-atc-price{font-size:14px;font-weight:600;color:var(--bf-orange)}@media(max-width:900px){.bf-footer-top{grid-template-columns:1fr 1fr}.bf-hero{grid-template-columns:1fr}.bf-hero-side{grid-template-columns:1fr 1fr;grid-template-rows:none}.bf-usp-strip{grid-template-columns:repeat(3,1fr)}.bf-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.bf-header-inner{height:52px;gap:8px;padding:0 10px}.bf-logo-name{font-size:15px}.bf-catbar,.bf-trust-strip{display:none}.bf-mobile-nav{display:block}body{padding-bottom:60px}.bf-hero-main{padding:24px 20px;min-height:180px}.bf-hero-main h1{font-size:24px}.bf-field-grid{grid-template-columns:1fr}.bf-disc-tiers{grid-template-columns:repeat(2,1fr)}.bf-steps{grid-template-columns:repeat(3,1fr)}.bf-steps:before{display:none}.bf-footer-top{grid-template-columns:1fr}}@media(max-width:480px){.bf-temu-body{grid-template-columns:100px 1fr}.bf-temu-lni{font-size:10px;padding:10px 8px}.bf-cat-circle-img{width:64px;height:64px;font-size:22px}.bf-usp-strip,.bf-prod-grid{grid-template-columns:repeat(2,1fr)}.bf-hero-side{grid-template-columns:1fr}}.bf-hidden{display:none!important}.bf-text-orange{color:var(--bf-orange)}.bf-text-green{color:var(--bf-green)}.bf-text-muted{color:var(--bf-txt4)}.bf-mt-8{margin-top:8px}.bf-mt-12{margin-top:12px}.bf-mt-16{margin-top:16px}.bf-mt-20{margin-top:20px}.bf-mb-8{margin-bottom:8px}.bf-mb-12{margin-bottom:12px}.bf-mb-16{margin-bottom:16px}.bf-p-14{padding:14px}.bf-p-16{padding:16px}.bf-gap-8{gap:8px}.bf-gap-12{gap:12px}.bf-gap-16{gap:16px}.bf-flex{display:flex}.bf-flex-center{display:flex;align-items:center;justify-content:center}.bf-flex-between{display:flex;justify-content:space-between;align-items:center}.bf-ccy-bar{background:var(--bf-orange-bg);padding:6px 12px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#993c1d;border-bottom:.5px solid var(--bf-orange-br)}.bf-ccy-bar b{font-weight:500}.bf-ccy-change-btn{background:none;border:0;color:#993c1d;font-size:11px;text-decoration:underline;cursor:pointer;padding:0}.bf-ccy-sheet-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:400}.bf-ccy-sheet-backdrop.show{display:block}.bf-ccy-sheet{display:none;position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:16px 16px 0 0;max-height:85vh;overflow:hidden;z-index:401;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0)}.bf-ccy-sheet.show{display:flex}.bf-ccy-sheet-hd{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:.5px solid var(--bf-br)}.bf-ccy-sheet-hd h3{font-size:15px;font-weight:500}.bf-ccy-sheet-close{background:none;border:0;font-size:24px;color:#aaa;cursor:pointer;padding:0;width:30px;height:30px}.bf-ccy-sheet-tabs{display:flex;gap:0;border-bottom:.5px solid var(--bf-br);overflow-x:auto;scrollbar-width:none;padding:0 8px}.bf-ccy-sheet-tabs::-webkit-scrollbar{display:none}.bf-ccy-region-tab{background:none;border:0;padding:10px 14px;font-size:12px;color:var(--bf-txt3);border-bottom:2px solid transparent;white-space:nowrap;cursor:pointer}.bf-ccy-region-tab.active{color:var(--bf-orange);border-bottom-color:var(--bf-orange);font-weight:500}.bf-ccy-sheet-list{flex:1;overflow-y:auto;padding:4px 0}.bf-ccy-item{display:flex;align-items:center;gap:10px;padding:11px 16px;border-bottom:.5px solid #f5f5f5;cursor:pointer;width:100%;background:transparent;border-left:0;border-right:0;border-top:0;text-align:left}.bf-ccy-item.active{background:var(--bf-orange-bg)}.bf-ccy-item-flag{font-size:22px;flex-shrink:0;line-height:1}.bf-ccy-item-info{flex:1;min-width:0}.bf-ccy-item-code{font-size:13px;font-weight:500;color:var(--bf-txt)}.bf-ccy-item-code small{font-weight:400;color:var(--bf-txt3);margin-left:4px;font-size:11px}.bf-ccy-item-name{font-size:11px;color:var(--bf-txt3);margin-top:1px}.bf-ccy-item-sample{text-align:right;font-size:11px;color:var(--bf-txt2);flex-shrink:0}.bf-ccy-item-sample b{color:var(--bf-orange);font-weight:500;font-size:13px;display:block}.bf-ccy-item-sample small{font-size:9px;color:var(--bf-txt4);display:block;margin-top:1px}.bf-ccy-item-check{width:20px;height:20px;border:1.5px solid var(--bf-br2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:transparent;font-size:11px}.bf-ccy-item.active .bf-ccy-item-check{border-color:var(--bf-orange);background:var(--bf-orange);color:#fff}.bf-ccy-sheet-foot{padding:12px 16px;border-top:.5px solid var(--bf-br);font-size:10px;color:var(--bf-txt4);line-height:1.5;text-align:center}.bf-wa-actions{background:#ecfdf5;border:1px solid #A7E8C4;border-radius:var(--bf-r-md);padding:11px;margin-bottom:12px}.bf-wa-actions-hd{display:flex;align-items:center;gap:8px;margin-bottom:9px}.bf-wa-actions-ic{font-size:18px;flex-shrink:0}.bf-wa-actions-text{flex:1;min-width:0}.bf-wa-actions-t{font-size:12px;font-weight:500;color:#1a6e3e}.bf-wa-actions-s{font-size:10px;color:#388e5e;margin-top:1px;display:flex;align-items:center;gap:4px}.bf-wa-actions-pulse{width:7px;height:7px;background:#27a056;border-radius:50%;animation:bf-pulse 2s infinite}@keyframes bf-pulse{0%,to{opacity:1}50%{opacity:.4}}.bf-wa-actions-btns{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bf-wa-btn{background:#fff;border:1px solid #A7E8C4;border-radius:var(--bf-r-sm);padding:10px 8px;display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:inherit;text-align:center;transition:transform .1s,background .15s}.bf-wa-btn:active{transform:scale(.97)}.bf-wa-btn.primary{background:#25d366;border-color:#25d366}.bf-wa-btn.primary:hover{background:#1db858}.bf-wa-btn-ic{width:30px;height:30px;border-radius:50%;background:#e8f8ee;display:flex;align-items:center;justify-content:center;font-size:14px;margin-bottom:2px}.bf-wa-btn.primary .bf-wa-btn-ic{background:#fff3}.bf-wa-btn-t{font-size:12px;font-weight:500;color:#1a6e3e;line-height:1.2}.bf-wa-btn.primary .bf-wa-btn-t{color:#fff}.bf-wa-btn-s{font-size:10px;color:#5d8f73;line-height:1.3}.bf-wa-btn.primary .bf-wa-btn-s{color:#ffffffd9}.bf-wa-actions-foot{font-size:10px;color:#5d8f73;text-align:center;margin-top:8px;line-height:1.4}.bf-color-swatches{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px;-webkit-overflow-scrolling:touch}.bf-color-swatches::-webkit-scrollbar{display:none}.bf-color-sw{flex-shrink:0;padding:3px;border-radius:var(--bf-r-md);border:1.5px solid transparent;background:none;cursor:pointer;position:relative;transition:border-color .15s}.bf-color-sw.active{border-color:var(--bf-orange)}.bf-color-sw-img{width:54px;height:54px;border-radius:var(--bf-r-sm);background:var(--bf-bg2);display:flex;align-items:center;justify-content:center;font-size:22px;overflow:hidden;position:relative}.bf-color-sw-img img{width:100%;height:100%;object-fit:cover;display:block}.bf-color-sw-name{font-size:10px;color:var(--bf-txt3);text-align:center;margin-top:3px;display:block;white-space:nowrap;max-width:60px;overflow:hidden;text-overflow:ellipsis}.bf-color-sw.active .bf-color-sw-name{color:var(--bf-orange);font-weight:500}.bf-color-sw-badge{position:absolute;top:-4px;right:-4px;background:var(--bf-txt3);color:#fff;font-size:8px;padding:1px 5px;border-radius:var(--bf-r-pill);font-weight:500;line-height:1.2}.bf-color-sw-badge.low{background:var(--bf-yellow)}.bf-color-sw-badge.sold{background:var(--bf-txt4);text-decoration:line-through}.bf-variant-img-main{transition:opacity .18s ease}.bf-variant-img-main.bf-fading{opacity:.25}.bf-desc-tpl{margin-top:18px;background:#fff;border-radius:var(--bf-r-md);border:.5px solid var(--bf-br);overflow:hidden}.bf-desc-hero{background:var(--bf-orange);padding:28px 20px;text-align:center;position:relative;overflow:hidden}.bf-desc-hero:before{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:#ffffff14}.bf-desc-hero:after{content:"";position:absolute;bottom:-50px;left:-25px;width:160px;height:160px;border-radius:50%;background:#0000000f}.bf-desc-hero-tag{display:inline-block;background:#ffffff2e;color:#fff;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 14px;border-radius:14px;margin-bottom:12px;position:relative;z-index:1}.bf-desc-hero-title{font-size:22px;font-weight:600;color:#fff;line-height:1.25;margin-bottom:8px;position:relative;z-index:1}.bf-desc-hero-title span{color:var(--bf-black);background:#fff;padding:0 6px;border-radius:4px}.bf-desc-hero-sub{font-size:12px;color:#ffffffe0;line-height:1.55;position:relative;z-index:1;max-width:440px;margin:0 auto}.bf-desc-trust{background:var(--bf-black);display:grid;grid-template-columns:1fr 1fr}.bf-desc-trust-item{display:flex;align-items:center;gap:6px;padding:12px 14px;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.bf-desc-trust-item:nth-child(2n){border-right:none}.bf-desc-trust-item:nth-last-child(-n+2){border-bottom:none}.bf-desc-trust-dot{width:7px;height:7px;border-radius:50%;background:var(--bf-orange);flex-shrink:0}.bf-desc-trust-item span{font-size:11px;color:#fff;font-weight:500}.bf-desc-notice{background:#fff7ed;border-top:2px solid var(--bf-orange);border-bottom:2px solid var(--bf-orange);padding:16px;display:flex;gap:12px;align-items:flex-start}.bf-desc-notice-ic{width:32px;height:32px;border-radius:50%;background:var(--bf-orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:16px;font-weight:600}.bf-desc-notice-title{font-size:12px;font-weight:600;color:var(--bf-black);margin-bottom:5px;text-transform:uppercase;letter-spacing:.03em}.bf-desc-notice-body{font-size:12px;color:#4a3000;line-height:1.65}.bf-desc-notice-body strong{color:var(--bf-black);font-weight:500}.bf-desc-section{padding:22px 16px}.bf-desc-section-tight{padding-top:0}.bf-desc-alt{background:#fff7ed;padding:22px 16px}.bf-desc-sh{display:flex;align-items:center;gap:10px;margin-bottom:16px}.bf-desc-sh-bar{width:4px;height:22px;background:var(--bf-orange);border-radius:2px}.bf-desc-sh-lbl{font-size:16px;font-weight:600;color:var(--bf-black)}.bf-desc-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bf-desc-price-card{border-radius:var(--bf-r-md);padding:14px}.bf-desc-price-card.light{background:#fff7ed;border:1px solid #FFD4A8}.bf-desc-price-card.dark{background:var(--bf-black)}.bf-desc-price-label{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;color:var(--bf-orange)}.bf-desc-price-card.light .bf-desc-price-value{color:var(--bf-black)}.bf-desc-price-card.dark .bf-desc-price-value{color:#fff}.bf-desc-price-value{font-size:14px;font-weight:600;margin-bottom:5px}.bf-desc-price-card.light .bf-desc-price-note{color:#7a4500}.bf-desc-price-card.dark .bf-desc-price-note{color:#ffffffa6}.bf-desc-price-note{font-size:11px;line-height:1.5}.bf-desc-steps{display:flex;flex-direction:column;gap:0}.bf-desc-step{display:grid;grid-template-columns:44px 1fr;gap:0 14px;padding-bottom:20px}.bf-desc-step:last-child{padding-bottom:0}.bf-desc-step-left{display:flex;flex-direction:column;align-items:center}.bf-desc-step-num{width:34px;height:34px;border-radius:50%;background:var(--bf-orange);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#fff;flex-shrink:0;z-index:1}.bf-desc-step-line{width:2px;flex:1;background:#ffd4a8;margin:4px 0}.bf-desc-step-title{font-size:13px;font-weight:600;color:var(--bf-black);margin-bottom:4px;line-height:1.3}.bf-desc-step-text{font-size:12px;color:#555;line-height:1.65}.bf-desc-ship-cards{display:flex;flex-direction:column;gap:10px}.bf-desc-ship-card{background:#fff;border-radius:var(--bf-r-md);border:1.5px solid #FFD4A8;padding:12px 14px;display:grid;grid-template-columns:auto 1fr auto;gap:0 12px;align-items:center}.bf-desc-ship-card.top{border-color:var(--bf-orange);border-width:2px}.bf-desc-ship-badge{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:600;background:#fff7ed;color:var(--bf-orange)}.bf-desc-ship-badge.dark{background:var(--bf-black);color:var(--bf-orange)}.bf-desc-ship-name{font-size:13px;font-weight:600;color:var(--bf-black);margin-bottom:2px}.bf-desc-ship-calc{font-size:10px;color:var(--bf-orange);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.bf-desc-ship-time{text-align:right}.bf-desc-ship-days{font-size:18px;font-weight:700;color:var(--bf-black);line-height:1}.bf-desc-ship-unit{font-size:10px;color:var(--bf-txt3);margin-top:2px}.bf-desc-calc-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bf-desc-calc-card{border:1.5px solid #FFD4A8;border-radius:var(--bf-r-md);overflow:hidden}.bf-desc-calc-head{background:var(--bf-orange);padding:9px 12px;font-size:11px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.04em}.bf-desc-calc-body{padding:11px 12px}.bf-desc-calc-method{font-size:11px;color:#555;line-height:1.55;margin-bottom:9px}.bf-desc-calc-formula{background:var(--bf-black);border-radius:var(--bf-r-sm);padding:7px 9px;font-size:10px;font-family:ui-monospace,Menlo,Monaco,Cascadia Code,monospace;color:var(--bf-orange);line-height:1.5}.bf-desc-own-ship{background:var(--bf-black);margin:0 16px 20px;border-radius:var(--bf-r-md);padding:16px;display:flex;gap:12px;align-items:flex-start}.bf-desc-own-ic{width:32px;height:32px;border-radius:8px;background:var(--bf-orange);display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;flex-shrink:0}.bf-desc-own-title{font-size:12px;font-weight:600;color:#fff;margin-bottom:4px}.bf-desc-own-text{font-size:11px;color:#ffffffb8;line-height:1.6}.bf-desc-cta{background:var(--bf-orange);padding:26px 16px;text-align:center}.bf-desc-cta-title{font-size:17px;font-weight:600;color:#fff;margin-bottom:6px}.bf-desc-cta-sub{font-size:12px;color:#ffffffd9;margin-bottom:16px;line-height:1.55}.bf-desc-cta-btn{display:inline-block;background:var(--bf-black);color:#fff;font-size:12px;font-weight:500;padding:10px 28px;border-radius:var(--bf-r-sm);text-decoration:none;letter-spacing:.02em}.bf-desc-cta-btn:hover{background:#333}.bf-desc-cta-note{font-size:11px;color:#ffffffb3;margin-top:10px}.bf-related-section{background:#fff;border-top:8px solid var(--bf-bg);padding-top:14px;margin-top:6px}.bf-related-head{display:flex;align-items:center;justify-content:space-between;padding:0 14px 10px}.bf-related-head h3{font-size:14px;font-weight:500}.bf-related-hint{font-size:11px;color:var(--bf-txt3)}.bf-related-feed{display:block}.bf-related-batch{margin-bottom:8px}.bf-related-batch-hd{padding:10px 14px 6px;display:flex;align-items:center;gap:8px}.bf-related-batch-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.bf-related-batch-dot.green{background:var(--bf-green)}.bf-related-batch-dot.orange{background:var(--bf-orange)}.bf-related-batch-dot.blue{background:#378add}.bf-related-batch-dot.purple{background:#7f77dd}.bf-related-batch-lbl{font-size:11px;color:var(--bf-txt2);font-weight:500;flex:1;min-width:0}.bf-related-batch-ct{font-size:10px;color:var(--bf-txt4);flex-shrink:0}.bf-related-loader{padding:0}.bf-related-skeleton{display:none;padding:8px;gap:6px}.bf-related-loader.loading .bf-related-skeleton{display:grid}.bf-skel-card{background:var(--bf-bg2);border-radius:var(--bf-r-md);border:.5px solid var(--bf-br);overflow:hidden;animation:bf-skel 1.4s ease-in-out infinite}.bf-skel-img{aspect-ratio:1;background:#f0f0f0}.bf-skel-body{padding:8px}.bf-skel-line{height:10px;background:#f0f0f0;border-radius:2px;margin-bottom:5px}.bf-skel-line.short{width:60%}.bf-skel-line.price{width:40%;height:13px;background:#ffe0cc}@keyframes bf-skel{0%,to{opacity:1}50%{opacity:.5}}.bf-related-spinner{display:none;align-items:center;justify-content:center;gap:8px;padding:14px;font-size:11px;color:var(--bf-txt3)}.bf-related-loader.loading .bf-related-spinner{display:flex}.bf-spinner-icon{width:16px;height:16px;border:2px solid var(--bf-orange-br);border-top:2px solid var(--bf-orange);border-radius:50%;animation:bf-spin .7s linear infinite}.bf-related-loadmore{display:block;width:calc(100% - 24px);margin:10px 12px 6px;padding:12px;background:#fff;border:.5px solid var(--bf-orange);border-radius:var(--bf-r-md);color:var(--bf-orange);font-size:12px;font-weight:500;cursor:pointer}.bf-related-loadmore:hover{background:var(--bf-orange-bg)}.bf-related-end{background:var(--bf-bg2);padding:24px 16px;text-align:center;border-top:6px solid var(--bf-bg);margin-top:8px}.bf-related-end-ic{font-size:30px;margin-bottom:6px}.bf-related-end-t{font-size:13px;font-weight:500;margin-bottom:4px}.bf-related-end-s{font-size:11px;color:var(--bf-txt3);margin-bottom:12px}.bf-related-end-btn{display:inline-block;background:var(--bf-orange);color:#fff;font-size:12px;padding:8px 16px;border-radius:var(--bf-r-sm);text-decoration:none;font-weight:500}.bf-related-sentinel{height:1px;width:100%}.bf-search-quick-chips{background:#fff;padding:8px 10px;display:flex;gap:5px;overflow-x:auto;scrollbar-width:none;border-bottom:.5px solid var(--bf-br)}.bf-search-quick-chips::-webkit-scrollbar{display:none}.bf-chip-q{flex-shrink:0;font-size:11px;background:var(--bf-bg2);color:var(--bf-txt2);padding:6px 12px;border-radius:var(--bf-r-pill);border:.5px solid var(--bf-br);white-space:nowrap;cursor:pointer}.bf-chip-q.active{background:var(--bf-orange-bg);color:var(--bf-orange);border-color:var(--bf-orange);font-weight:500}.bf-search-filter-bar{background:#fff;padding:8px 10px;display:flex;gap:6px;border-bottom:.5px solid var(--bf-br);overflow-x:auto;scrollbar-width:none;position:sticky;top:52px;z-index:50}.bf-search-filter-bar::-webkit-scrollbar{display:none}.bf-fbar-chip{flex-shrink:0;font-size:11px;background:#fff;color:var(--bf-txt2);padding:6px 10px;border-radius:var(--bf-r-pill);border:.5px solid var(--bf-br2);white-space:nowrap;cursor:pointer;display:flex;align-items:center;gap:4px}.bf-fbar-chip.active{background:var(--bf-orange-bg);color:var(--bf-orange);border-color:var(--bf-orange)}.bf-fbar-chip.primary{background:var(--bf-black);color:#fff;border-color:var(--bf-black);font-weight:500}.bf-fbar-dot{width:6px;height:6px;background:var(--bf-orange);border-radius:50%}.bf-search-active{background:var(--bf-orange-bg);padding:8px 10px;display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none;border-bottom:.5px solid var(--bf-orange-br)}.bf-search-active::-webkit-scrollbar{display:none}.bf-search-active-label{font-size:10px;color:#993c1d;font-weight:500;flex-shrink:0}.bf-search-active-chip{background:#fff;border:.5px solid var(--bf-orange);color:var(--bf-orange);font-size:11px;padding:4px 10px;border-radius:var(--bf-r-pill);display:flex;align-items:center;gap:4px;flex-shrink:0}.bf-search-active-chip button{background:none;border:0;color:var(--bf-orange);font-size:14px;cursor:pointer;padding:0;line-height:1}.bf-search-active-clear{font-size:11px;color:var(--bf-orange);text-decoration:underline;margin-left:auto;flex-shrink:0}.bf-search-count{background:#fff;padding:8px 12px;font-size:11px;color:var(--bf-txt3);border-bottom:.5px solid var(--bf-br)}.bf-search-count b{color:var(--bf-txt);font-weight:500}.bf-filter-sheet-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:400}.bf-filter-sheet-backdrop.show{display:block}.bf-filter-sheet{display:none;position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:16px 16px 0 0;max-height:90vh;z-index:401;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0)}.bf-filter-sheet.show{display:flex}.bf-filter-sheet-hd{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:.5px solid var(--bf-br);gap:10px}.bf-filter-sheet-hd h3{font-size:15px;font-weight:500;flex:1}.bf-filter-reset{background:none;border:0;font-size:12px;color:var(--bf-orange);font-weight:500;cursor:pointer}.bf-filter-close{background:none;border:0;font-size:24px;color:#aaa;cursor:pointer;padding:0;width:30px;height:30px}.bf-filter-sheet-body{flex:1;overflow-y:auto;padding:16px}.bf-fgroup{margin-bottom:18px;padding-bottom:18px;border-bottom:.5px solid var(--bf-br)}.bf-fgroup:last-child{border:none;padding-bottom:0;margin-bottom:0}.bf-fgroup h4{font-size:13px;font-weight:500;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.bf-fgroup h4 span{font-size:11px;color:var(--bf-txt4);font-weight:400}.bf-price-row{display:flex;gap:8px;align-items:center;margin-bottom:12px}.bf-price-input-wrap{position:relative;flex:1}.bf-price-input-wrap .bf-ccy-sym{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--bf-txt3)}.bf-price-input-wrap input{width:100%;background:var(--bf-bg2);border:.5px solid var(--bf-br2);border-radius:var(--bf-r-sm);padding:8px 10px 8px 24px;font-size:12px;outline:0}.bf-price-input-wrap input:focus{border-color:var(--bf-orange);background:#fff}.bf-price-dash{color:var(--bf-txt4);font-size:12px}.bf-price-slider{padding:0 4px}.bf-slider-track{height:4px;background:var(--bf-br);border-radius:var(--bf-r-pill);position:relative;margin:12px 0}.bf-slider-fill{position:absolute;height:100%;background:var(--bf-orange);border-radius:var(--bf-r-pill);left:0;right:0}.bf-slider-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:18px;height:18px;background:var(--bf-orange);border-radius:50%;border:2px solid #fff;box-shadow:0 1px 3px #00000026}.bf-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.bf-check-item{display:flex;align-items:center;gap:7px;padding:8px 10px;border:.5px solid var(--bf-br);border-radius:var(--bf-r-sm);font-size:11px;color:var(--bf-txt2);cursor:pointer}.bf-check-item input{display:none}.bf-check-item:has(input:checked){border-color:var(--bf-orange);background:var(--bf-orange-bg);color:var(--bf-orange)}.bf-check-cb{width:15px;height:15px;border:1.5px solid var(--bf-br2);border-radius:2px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;transition:all .1s}.bf-check-item:has(input:checked) .bf-check-cb{background:var(--bf-orange);border-color:var(--bf-orange)}.bf-check-item:has(input:checked) .bf-check-cb:before{content:"\2713"}.bf-rating-row{display:flex;gap:6px;flex-wrap:wrap}.bf-rating-pill{font-size:11px;padding:6px 12px;border-radius:var(--bf-r-pill);border:.5px solid var(--bf-br);color:var(--bf-txt2);display:inline-flex;align-items:center;gap:4px;cursor:pointer}.bf-rating-pill input{display:none}.bf-rating-pill:has(input:checked){border-color:var(--bf-orange);background:var(--bf-orange-bg);color:var(--bf-orange);font-weight:500}.bf-star{color:var(--bf-yellow)}.bf-ship-opts{display:flex;flex-direction:column;gap:6px}.bf-ship-opt{display:flex;align-items:center;gap:9px;padding:9px 11px;border:.5px solid var(--bf-br);border-radius:var(--bf-r-sm);font-size:12px;cursor:pointer}.bf-ship-opt input{display:none}.bf-ship-opt:has(input:checked){border-color:var(--bf-orange);background:var(--bf-orange-bg)}.bf-radio{width:15px;height:15px;border:1.5px solid var(--bf-br2);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.bf-ship-opt:has(input:checked) .bf-radio{border-color:var(--bf-orange)}.bf-ship-opt:has(input:checked) .bf-radio:before{content:"";width:8px;height:8px;background:var(--bf-orange);border-radius:50%}.bf-ship-time{margin-left:auto;font-size:10px;color:var(--bf-txt3)}.bf-sort-list{display:flex;flex-direction:column}.bf-sort-opt{display:flex;align-items:center;padding:10px 4px;font-size:12px;color:var(--bf-txt2);border-bottom:.5px solid #f5f5f5;cursor:pointer;gap:10px}.bf-sort-opt:last-child{border:none}.bf-sort-opt input{display:none}.bf-sort-opt:has(input:checked){color:var(--bf-orange);font-weight:500}.bf-sort-opt:has(input:checked) span:after{content:" \25cf";color:var(--bf-orange);margin-left:6px}.bf-filter-sheet-foot{display:flex;gap:8px;padding:14px 16px;border-top:.5px solid var(--bf-br)}.bf-filter-sheet-btn{flex:1;padding:12px;border-radius:var(--bf-r-md);font-size:13px;font-weight:500;text-align:center;border:0;cursor:pointer}.bf-filter-sheet-btn.clear{background:var(--bf-bg2);color:var(--bf-txt2)}.bf-filter-sheet-btn.apply{background:var(--bf-orange);color:#fff}@media(max-width:768px){.bf-header-inner{padding:0 10px}.bf-wa-actions-btns{grid-template-columns:1fr 1fr}.bf-desc-price-grid{grid-template-columns:1fr}.bf-desc-calc-cards,.bf-desc-trust{grid-template-columns:1fr 1fr}.bf-color-sw-img{width:48px;height:48px;font-size:19px}.bf-color-sw-name{font-size:9px}}@media(max-width:480px){.bf-desc-hero{padding:22px 16px}.bf-desc-hero-title{font-size:19px}.bf-desc-section,.bf-desc-alt{padding:20px 14px}.bf-desc-sh-lbl{font-size:14px}.bf-desc-step-title{font-size:12px}.bf-desc-step-text{font-size:11px}.bf-desc-step-num{width:30px;height:30px;font-size:12px}.bf-desc-step{grid-template-columns:38px 1fr;gap:0 12px}.bf-desc-ship-days{font-size:16px}.bf-related-head h3{font-size:13px}}.bf-product-layout{display:block;background:#fff;margin:0}.bf-breadcrumb-product{background:#fff;padding:7px 12px;font-size:11px;color:var(--bf-txt3);border-bottom:.5px solid var(--bf-br);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bf-breadcrumb-product .current{color:var(--bf-txt)}.bf-gallery{position:relative;background:#f5f5f5;width:100%;aspect-ratio:1;overflow:hidden;touch-action:pan-y pinch-zoom}.bf-gallery-track{display:flex;height:100%;width:100%;transition:transform .3s cubic-bezier(.2,.8,.2,1);will-change:transform}.bf-gallery-slide{flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fafafa;position:relative}.bf-gallery-img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.bf-gallery-placeholder{font-size:100px;color:#ccc}.bf-variant-img-main{transition:opacity .22s ease}.bf-variant-img-main.bf-fading{opacity:.2}.bf-gallery-share,.bf-gallery-wish{position:absolute;width:38px;height:38px;background:#ffffffeb;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;color:#333;cursor:pointer;box-shadow:0 1px 3px #0000001a}.bf-gallery-share{top:14px;left:14px}.bf-gallery-wish{top:14px;right:14px}.bf-gallery-wish.active{background:#fff5f0;color:var(--bf-orange)}.bf-gallery-wish.active svg{fill:var(--bf-orange)}.bf-gallery-badges{position:absolute;top:64px;left:14px;display:flex;flex-direction:column;gap:5px;z-index:3}.bf-gallery-badge{background:var(--bf-orange);color:#fff;font-size:11px;padding:3px 9px;border-radius:4px;font-weight:500;align-self:flex-start}.bf-gallery-badge.new{background:var(--bf-green)}.bf-gallery-badge.hot{background:var(--bf-yellow);color:#854f0b}.bf-gallery-dots{position:absolute;bottom:46px;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:3}.bf-gallery-dot{width:6px;height:6px;background:#ffffff8c;border-radius:50%;transition:width .2s,background .2s}.bf-gallery-dot.active{background:#fff;width:20px;border-radius:99px}.bf-gallery-zoom-hint{position:absolute;bottom:14px;left:14px;background:#0009;color:#fff;font-size:11px;padding:5px 11px;border:0;border-radius:99px;z-index:3;cursor:pointer}.bf-gallery-counter{position:absolute;bottom:14px;right:14px;background:#0009;color:#fff;font-size:11px;padding:5px 11px;border-radius:99px;font-weight:500;z-index:3}.bf-gallery-thumbs{background:#fff;padding:10px 12px;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;border-bottom:.5px solid var(--bf-br)}.bf-gallery-thumbs::-webkit-scrollbar{display:none}.bf-gallery-thumb{width:54px;height:54px;background:var(--bf-bg2);border:2px solid var(--bf-br);border-radius:4px;overflow:hidden;flex-shrink:0;padding:0;cursor:pointer;transition:border-color .15s}.bf-gallery-thumb.active{border-color:var(--bf-orange)}.bf-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.bf-product-info{padding:14px;background:#fff}.bf-product-title{font-size:15px;font-weight:500;line-height:1.45;margin-bottom:9px}.bf-product-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:11px}.bf-product-review-count{font-size:11px;color:var(--bf-txt3)}.bf-pill{font-size:10px;padding:2px 7px;border-radius:3px;font-weight:500}.bf-pill-sold{background:var(--bf-orange-bg);color:#993c1d}.bf-pill-live{background:#e8f8ee;color:#1a6e3e}.bf-price-block{background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);border-radius:var(--bf-r-md);padding:11px 13px;margin-bottom:12px}.bf-price-row{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.bf-price-main{font-size:24px;font-weight:700;color:var(--bf-orange)}.bf-price-unit{font-size:12px;color:var(--bf-txt3)}.bf-price-old{font-size:12px;color:var(--bf-txt4);text-decoration:line-through;margin-left:4px}.bf-price-save{font-size:11px;color:var(--bf-green);font-weight:500;margin-left:6px}.bf-price-note{font-size:11px;color:#aaa;margin-top:4px}.bf-tier-label{font-size:12px;font-weight:500;color:var(--bf-txt3);margin-bottom:6px}.bf-variant-row{margin-bottom:14px}.bf-variant-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;font-size:12px;color:var(--bf-txt3)}.bf-variant-label b{color:var(--bf-txt);font-weight:500}.bf-variant-hint{font-size:10px;color:var(--bf-orange);font-weight:500}.bf-prod-actions{margin-bottom:12px}.bf-btn-atc-main{width:100%;padding:13px;font-size:14px;font-weight:500}.bf-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f5;z-index:9999;display:none;flex-direction:column;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}.bf-zoom-overlay.show{display:flex}.bf-zoom-hd{padding:14px 16px;display:flex;justify-content:space-between;align-items:center;color:#fff;flex-shrink:0}.bf-zoom-close,.bf-zoom-share{background:#ffffff1f;border:0;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.bf-zoom-count{font-size:14px;font-weight:500;color:#fff}.bf-zoom-main{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:0 8px;overflow:hidden}.bf-zoom-image-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;touch-action:pan-y pinch-zoom}#bf-zoom-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.bf-zoom-nav-l,.bf-zoom-nav-r{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;color:#fff;border:0;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;z-index:2}.bf-zoom-nav-l{left:14px}.bf-zoom-nav-r{right:14px}.bf-zoom-thumbs{padding:14px 16px;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;flex-shrink:0}.bf-zoom-thumbs::-webkit-scrollbar{display:none}.bf-zoom-thumb{width:56px;height:56px;background:#333;border:2px solid transparent;border-radius:5px;padding:0;flex-shrink:0;cursor:pointer;overflow:hidden}.bf-zoom-thumb.active{border-color:var(--bf-orange)}.bf-zoom-thumb img{width:100%;height:100%;object-fit:cover;display:block}.bf-tabs-wrap{background:#fff;margin-top:8px;border-top:.5px solid var(--bf-br);border-bottom:.5px solid var(--bf-br)}.bf-product-desc-top{padding:16px 16px 0;font-size:13px;line-height:1.7;color:#444}.bf-tab-empty{padding:28px 16px;text-align:center;color:#aaa}.bf-tab-empty-ic{font-size:36px;margin-bottom:10px}.bf-tab-empty-t{font-size:13px;font-weight:500;color:#555;margin-bottom:6px}.bf-tab-empty-s{font-size:11px}.bf-factory-wrap{padding:16px}.bf-factory-h{font-size:14px;font-weight:500;margin-bottom:10px}.bf-factory-video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--bf-r-md)}.bf-factory-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media(min-width:1024px){.bf-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1200px;margin:12px auto 0;padding:0 20px;background:transparent}.bf-gallery{border-radius:var(--bf-r-md);border:.5px solid var(--bf-br)}.bf-gallery-thumbs{grid-column:1;border-radius:var(--bf-r-md);border:.5px solid var(--bf-br);margin-top:8px}.bf-product-info{grid-column:2;grid-row:1 / span 2;border-radius:var(--bf-r-md);border:.5px solid var(--bf-br);padding:20px}.bf-product-title{font-size:20px}.bf-price-main{font-size:28px}}.bf-product-grid-legacy{display:none!important}.bf-template{margin:14px -14px 0;background:#fff;font-family:Arial,Helvetica,sans-serif;color:#1a1a1a}.bf-tpl-hero{background:#f97316;padding:32px 20px 36px;text-align:center;position:relative;overflow:hidden}.bf-tpl-hero:before{content:"";position:absolute;top:-50px;right:-50px;width:160px;height:160px;border-radius:50%;background:#ffffff14}.bf-tpl-hero:after{content:"";position:absolute;bottom:-60px;left:-30px;width:180px;height:180px;border-radius:50%;background:#0000000f}.bf-tpl-logo-tag{display:inline-block;background:#ffffff2e;color:#fff;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:12px;position:relative;z-index:1}.bf-tpl-hero-t{font-size:22px;font-weight:800;color:#fff;line-height:1.25;margin-bottom:10px;position:relative;z-index:1}.bf-tpl-hero-t span{color:#1a1a1a;background:#fff;padding:0 5px;border-radius:3px}.bf-tpl-hero-s{font-size:13px;color:#ffffffe0;line-height:1.55;position:relative;z-index:1;padding:0 8px}.bf-tpl-trust{background:#1a1a1a;display:grid;grid-template-columns:1fr 1fr}.bf-tpl-trust-item{display:flex;align-items:center;gap:7px;padding:10px 12px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.bf-tpl-trust-item:nth-child(2n){border-right:none}.bf-tpl-trust-item:nth-last-child(-n+2){border-bottom:none}.bf-tpl-trust-dt{width:7px;height:7px;border-radius:50%;background:#f97316;flex-shrink:0}.bf-tpl-trust-tx{font-size:11px;color:#fff;font-weight:600}.bf-tpl-collapsible{overflow:hidden;transition:max-height .5s ease;max-height:0}.bf-tpl-collapsible.open{max-height:4000px}.bf-tpl-notice{background:#fff7ed;border-top:3px solid #F97316;border-bottom:3px solid #F97316;padding:14px 16px;display:flex;gap:10px;align-items:flex-start}.bf-tpl-notice-ic{width:28px;height:28px;border-radius:50%;background:#f97316;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:13px;font-weight:700}.bf-tpl-notice-t{font-size:11px;font-weight:800;color:#1a1a1a;margin-bottom:3px;text-transform:uppercase;letter-spacing:.04em}.bf-tpl-notice-b{font-size:11.5px;color:#4a3000;line-height:1.6}.bf-tpl-notice-b b{color:#1a1a1a;font-weight:600}.bf-tpl-section{padding:22px 16px}.bf-tpl-sect-h{display:flex;align-items:center;gap:10px;margin-bottom:16px}.bf-tpl-sect-bar{width:4px;height:20px;background:#f97316;border-radius:2px;flex-shrink:0}.bf-tpl-sect-l{font-size:14px;font-weight:800;color:#1a1a1a}.bf-tpl-price-grid{display:flex;flex-direction:column;gap:10px}.bf-tpl-price-card{border-radius:10px;padding:14px}.bf-tpl-price-card.product{background:#fff7ed;border:1.5px solid #FFD4A8}.bf-tpl-price-card.product .bf-tpl-price-label{color:#f97316}.bf-tpl-price-card.product .bf-tpl-price-value{color:#1a1a1a}.bf-tpl-price-card.product .bf-tpl-price-note{color:#7a4500}.bf-tpl-price-card.shipping{background:#1a1a1a}.bf-tpl-price-card.shipping .bf-tpl-price-label{color:#f97316}.bf-tpl-price-card.shipping .bf-tpl-price-value{color:#fff}.bf-tpl-price-card.shipping .bf-tpl-price-note{color:#ffffffa6}.bf-tpl-price-label{font-size:9.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}.bf-tpl-price-value{font-size:14px;font-weight:700;margin-bottom:5px}.bf-tpl-price-note{font-size:11px;line-height:1.5}.bf-tpl-alt{background:#fff7ed;padding:22px 16px}.bf-tpl-step{display:grid;grid-template-columns:42px 1fr;gap:0 12px;padding-bottom:16px}.bf-tpl-step:last-child{padding-bottom:0}.bf-tpl-step-l{display:flex;flex-direction:column;align-items:center}.bf-tpl-step-c{width:32px;height:32px;border-radius:50%;background:#f97316;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0;z-index:1}.bf-tpl-step-cn{width:2px;flex:1;background:#ffd4a8;margin:4px 0}.bf-tpl-step:last-child .bf-tpl-step-cn{display:none}.bf-tpl-step-body{padding-top:5px}.bf-tpl-step-t{font-size:12px;font-weight:700;color:#1a1a1a;margin-bottom:3px;line-height:1.35}.bf-tpl-step-d{font-size:11px;color:#555;line-height:1.55}.bf-tpl-ship-cards{display:flex;flex-direction:column;gap:8px}.bf-tpl-ship{background:#fff;border-radius:10px;border:1.5px solid #FFD4A8;padding:11px 12px;display:grid;grid-template-columns:auto 1fr auto;gap:0 10px;align-items:center}.bf-tpl-ship.top{border-color:#f97316;border-width:2px}.bf-tpl-ship-badge{width:34px;height:34px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;background:#fff7ed;color:#f97316}.bf-tpl-ship-badge.sea{background:#1a1a1a;color:#f97316}.bf-tpl-ship-name{font-size:12px;font-weight:700;color:#1a1a1a;margin-bottom:1px}.bf-tpl-ship-calc{font-size:9.5px;color:#f97316;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.bf-tpl-ship-days{font-size:16px;font-weight:800;color:#1a1a1a;line-height:1;text-align:right}.bf-tpl-ship-unit{font-size:9.5px;color:#888;margin-top:2px;text-align:right}.bf-tpl-calc-cards{display:flex;flex-direction:column;gap:10px}.bf-tpl-calc{border:1.5px solid #FFD4A8;border-radius:10px;overflow:hidden}.bf-tpl-calc-hd{background:#f97316;padding:7px 11px}.bf-tpl-calc-hd-t{font-size:10.5px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.04em}.bf-tpl-calc-body{padding:9px 11px}.bf-tpl-calc-method{font-size:11px;color:#555;line-height:1.55;margin-bottom:7px}.bf-tpl-calc-formula{background:#1a1a1a;border-radius:5px;padding:7px 9px;font-size:10px;font-family:monospace;color:#f97316;line-height:1.5}.bf-tpl-own{background:#1a1a1a;margin:0 16px 16px;border-radius:10px;padding:14px;display:flex;gap:10px;align-items:flex-start}.bf-tpl-own-ic{width:30px;height:30px;border-radius:6px;background:#f97316;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px}.bf-tpl-own-t{font-size:12px;font-weight:700;color:#fff;margin-bottom:3px}.bf-tpl-own-d{font-size:10.5px;color:#ffffffb8;line-height:1.55}.bf-tpl-cta{background:#f97316;padding:24px 18px;text-align:center}.bf-tpl-cta-t{font-size:16px;font-weight:800;color:#fff;margin-bottom:7px;line-height:1.25}.bf-tpl-cta-s{font-size:11.5px;color:#ffffffd9;margin-bottom:14px;line-height:1.5}.bf-tpl-cta-btn{display:inline-block;background:#1a1a1a;color:#fff;font-size:11.5px;font-weight:700;padding:10px 22px;border-radius:6px;border:0;cursor:pointer;letter-spacing:.03em;text-decoration:none}.bf-tpl-cta-n{font-size:10px;color:#ffffffb3;margin-top:8px}.bf-tpl-toggle-wrap{background:#fff;padding:14px 16px}.bf-tpl-toggle{background:#fff;border:1.5px solid #F97316;color:#f97316;font-size:12px;font-weight:600;padding:11px;width:100%;border-radius:7px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;transition:all .15s;font-family:inherit}.bf-tpl-toggle:hover,.bf-tpl-toggle.open{background:#fff7ed}.bf-tpl-toggle-arrow{transition:transform .3s;display:inline-block;font-size:13px}.bf-tpl-toggle.open .bf-tpl-toggle-arrow{transform:rotate(180deg)}body:not(.bf-template-product) .bf-sticky-atc{display:none!important}.bf-sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:.5px solid #eee;padding:9px 10px calc(9px + env(safe-area-inset-bottom,0));display:flex;gap:6px;align-items:center;box-shadow:0 -4px 12px #00000014;z-index:90;transform:translateY(100%);transition:transform .3s}.bf-sticky-atc.show{transform:translateY(0)}.bf-sa-thumb{width:44px;height:44px;background:#fafafa;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:22px;border:.5px solid #eee;flex-shrink:0;overflow:hidden}.bf-sa-thumb img{width:100%;height:100%;object-fit:cover}.bf-sa-info{flex:1;min-width:0}.bf-sa-price{font-size:14px;font-weight:700;color:var(--bf-orange);line-height:1.1}.bf-sa-price small{font-size:9px;color:var(--bf-txt3);font-weight:400;margin-left:3px}.bf-sa-qty{font-size:9px;color:var(--bf-txt3);margin-top:2px}.bf-sa-qty b{color:var(--bf-txt);font-weight:500}.bf-sa-btn-row{display:flex;gap:4px;flex-shrink:0}.bf-sa-btn{padding:10px 11px;border-radius:5px;font-size:11px;font-weight:600;cursor:pointer;border:0;color:#fff}.bf-sa-btn.atc{background:var(--bf-orange)}.bf-sa-btn.buy{background:#ff6b00}.bf-template-product{padding-bottom:70px}.bf-toast-success{position:fixed;top:70px;left:50%;background:#fff;border-radius:12px;padding:12px;box-shadow:0 6px 20px #00000026,0 0 0 1px #27a0564d;border-left:4px solid #27a056;z-index:99999;transform:translate(-50%,-200%);opacity:0;transition:transform .4s cubic-bezier(.18,.89,.32,1.28),opacity .25s;width:calc(100% - 24px);max-width:420px}.bf-toast-success.show{transform:translate(-50%);opacity:1}.bf-toast-row{display:flex;gap:10px;align-items:center}.bf-toast-check{width:40px;height:40px;background:#27a056;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;flex-shrink:0;position:relative}.bf-toast-check:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:2px solid #27a056;border-radius:50%;opacity:0}.bf-toast-success.show .bf-toast-check:after{animation:bf-ring-pulse 1s ease .1s forwards}@keyframes bf-ring-pulse{0%{opacity:.6;transform:scale(.9)}to{opacity:0;transform:scale(1.35)}}.bf-toast-body{flex:1;min-width:0}.bf-toast-t{font-size:13px;font-weight:600;color:#1a6e3e}.bf-toast-s{font-size:11px;color:#555;margin-top:2px}.bf-toast-s b{color:#1a1a1a;font-weight:500}.bf-toast-close{background:none;border:0;color:#aaa;font-size:16px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.bf-toast-acts{display:flex;gap:6px;margin-top:10px}.bf-toast-bt{flex:1;font-size:11px;padding:9px;border-radius:5px;font-weight:500;text-align:center;cursor:pointer;border:0;text-decoration:none}.bf-toast-bt.out{background:#fff;border:.5px solid #27a056;color:#1a6e3e}.bf-toast-bt.prm{background:var(--bf-orange);color:#fff}.bf-toast-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#27a05626;border-radius:0 0 12px 12px;overflow:hidden}.bf-toast-progress-bar{height:100%;background:#27a056;width:100%}.bf-toast-success.show .bf-toast-progress-bar{animation:bf-toast-shrink 4s linear}@keyframes bf-toast-shrink{0%{width:100%}to{width:0}}.bf-cart-tier-banner{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;padding:14px;position:relative;overflow:hidden}.bf-cart-tier-banner:before{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:var(--bf-orange);opacity:.15}.bf-cart-tier-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;position:relative;z-index:2}.bf-cart-tier-ic{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--bf-orange),#ff6b00);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;box-shadow:0 2px 8px #e6500066}.bf-cart-tier-t{font-size:12px;font-weight:600;margin-bottom:2px}.bf-cart-tier-s{font-size:10px;color:#bbb;line-height:1.4}.bf-cart-tier-s b{color:#ff8c4f;font-weight:600}.bf-cart-tier-bar-wrap{margin-bottom:8px;position:relative;z-index:2}.bf-cart-tier-bar{height:10px;background:#ffffff1a;border-radius:99px;position:relative;overflow:hidden}.bf-cart-tier-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,var(--bf-orange),#ff6b00);border-radius:99px;transition:width .4s}.bf-cart-item-encourage{background:#fff7ed;border:1px dashed #FFD4A8;border-radius:5px;padding:7px 9px;margin-top:7px;font-size:10px;color:#993c1d;display:flex;align-items:center;gap:6px}.bf-cart-item-encourage b{color:#1a1a1a;font-weight:600}.bf-cart-item-encourage-btn{background:var(--bf-orange);color:#fff;font-size:9px;padding:3px 8px;border-radius:3px;font-weight:500;margin-left:auto;flex-shrink:0;border:0}.bf-cart-recommended{background:#fff;padding:16px 0 4px;border-top:6px solid var(--bf-bg2)}.bf-cart-recommended-hd{padding:0 14px 10px}.bf-cart-recommended-hd h3{font-size:13px;font-weight:600}.bf-cart-recommended-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:0 8px 8px}.bf-account-hero{background:linear-gradient(135deg,var(--bf-orange) 0%,#ff6b00 50%,#ff8c4f 100%);color:#fff;padding:22px 16px 18px;position:relative;overflow:hidden}.bf-account-hero:before{content:"";position:absolute;top:-40px;right:-30px;width:140px;height:140px;border-radius:50%;background:#ffffff1f}.bf-account-hero:after{content:"";position:absolute;bottom:-60px;left:-20px;width:160px;height:160px;border-radius:50%;background:#00000014}.bf-account-hero-top{display:flex;align-items:center;gap:12px;margin-bottom:14px;position:relative;z-index:2}.bf-account-avatar{width:52px;height:52px;border-radius:50%;background:#ffffff40;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;border:2px solid rgba(255,255,255,.4);flex-shrink:0}.bf-account-wel{font-size:11px;color:#ffffffd9}.bf-account-name{font-size:18px;font-weight:600;line-height:1.2}.bf-account-vip{font-size:10px;color:#ffffffe6;margin-top:2px;display:flex;align-items:center;gap:4px}.bf-account-vip b{background:#0003;padding:1px 6px;border-radius:3px;font-weight:500}.bf-account-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;position:relative;z-index:2}.bf-account-stat{background:#ffffff26;border-radius:8px;padding:10px 12px}.bf-account-stat-v{font-size:18px;font-weight:700;color:#fff}.bf-account-stat-l{font-size:10px;color:#ffffffd9;margin-top:1px}.bf-qa-section{background:#fff;padding:14px;border-bottom:6px solid var(--bf-bg2)}.bf-qa-hd{font-size:11px;font-weight:500;color:var(--bf-txt3);margin-bottom:10px;text-transform:uppercase;letter-spacing:.03em}.bf-qa-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bf-qa-card{border:1px solid var(--bf-br);border-radius:8px;padding:12px 10px;display:flex;gap:10px;align-items:center;cursor:pointer;background:#fff;text-decoration:none;color:inherit}.bf-qa-card.featured{background:linear-gradient(135deg,var(--bf-orange-bg),#fff);border-color:var(--bf-orange-br)}.bf-qa-card-ic{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;background:var(--bf-orange-bg);color:var(--bf-orange)}.bf-qa-card.featured .bf-qa-card-ic{background:var(--bf-orange);color:#fff}.bf-qa-card-body{flex:1;min-width:0}.bf-qa-card-t{font-size:12px;font-weight:600;line-height:1.2}.bf-qa-card-s{font-size:9px;color:var(--bf-txt3);margin-top:2px}.bf-qa-card-badge{background:var(--bf-orange);color:#fff;font-size:9px;padding:2px 6px;border-radius:99px;font-weight:500}.bf-acc-menu-section{background:#fff;margin-bottom:6px}.bf-acc-menu-hd{padding:14px 14px 8px;font-size:11px;font-weight:500;color:var(--bf-txt3);text-transform:uppercase;letter-spacing:.04em}.bf-acc-menu-item{padding:13px 14px;display:flex;align-items:center;gap:12px;border-bottom:.5px solid var(--bf-br);cursor:pointer;background:#fff;width:100%;border:0;text-align:left;text-decoration:none;color:inherit}.bf-acc-menu-item:last-child{border-bottom:none}.bf-acc-menu-ic{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;background:var(--bf-orange-bg);color:var(--bf-orange)}.bf-acc-menu-ic.gr{background:#e8f8ee;color:#1a6e3e}.bf-acc-menu-ic.bl{background:#e6f1fb;color:#0c447c}.bf-acc-menu-ic.pu{background:#eeedfe;color:#3c3489}.bf-acc-menu-ic.gy{background:#f0f0f0;color:#555}.bf-acc-menu-b{flex:1;min-width:0}.bf-acc-menu-t{font-size:13px;font-weight:500;line-height:1.3}.bf-acc-menu-s{font-size:10px;color:var(--bf-txt3);margin-top:2px;line-height:1.4}.bf-acc-menu-r{display:flex;align-items:center;gap:8px;flex-shrink:0}.bf-acc-menu-count{background:var(--bf-orange);color:#fff;font-size:10px;padding:2px 8px;border-radius:99px;font-weight:500;min-width:22px;text-align:center}.bf-acc-menu-arrow{color:#ccc;font-size:16px}.bf-acc-promo{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;margin:6px 14px;padding:14px;border-radius:10px;display:flex;align-items:center;gap:10px;position:relative;overflow:hidden}.bf-acc-promo:before{content:"";position:absolute;top:-30px;right:-30px;width:100px;height:100px;border-radius:50%;background:var(--bf-orange);opacity:.15}.bf-acc-promo-ic{font-size:22px;position:relative;z-index:2}.bf-acc-promo-body{flex:1;min-width:0;position:relative;z-index:2}.bf-acc-promo-t{font-size:12px;font-weight:600;margin-bottom:2px}.bf-acc-promo-s{font-size:10px;color:#bbb}.bf-acc-promo-btn{background:var(--bf-orange);color:#fff;font-size:10px;font-weight:500;padding:6px 11px;border-radius:4px;position:relative;z-index:2;flex-shrink:0;border:0;cursor:pointer;text-decoration:none}.bf-acc-wa{background:#25d366;color:#fff;margin:6px 14px;padding:12px 14px;border-radius:10px;display:flex;align-items:center;gap:10px;text-decoration:none}.bf-acc-wa-ic{font-size:20px}.bf-acc-wa-body{flex:1;min-width:0}.bf-acc-wa-t{font-size:12px;font-weight:500;color:#fff}.bf-acc-wa-s{font-size:10px;color:#ffffffd9;margin-top:1px}.bf-acc-wa-btn{background:#fff;color:#1a6e3e;font-size:10px;font-weight:600;padding:6px 11px;border-radius:4px}.bf-login-hero{background:linear-gradient(135deg,var(--bf-orange),#ff6b00);padding:24px 16px;text-align:center;color:#fff}.bf-login-logo{font-size:20px;font-weight:700;margin-bottom:4px}.bf-login-tag{font-size:11px;color:#ffffffe0}.bf-login-tabs{background:#fff;display:flex;border-bottom:.5px solid var(--bf-br)}.bf-login-tab{flex:1;padding:14px;text-align:center;font-size:12px;color:var(--bf-txt3);border-bottom:2px solid transparent;background:none;border-top:0;border-left:0;border-right:0;cursor:pointer}.bf-login-tab.active{color:var(--bf-orange);border-bottom-color:var(--bf-orange);font-weight:500}.bf-login-form{background:#fff;padding:18px 14px}.bf-login-row{margin-bottom:12px}.bf-login-row label{display:block;font-size:11px;color:var(--bf-txt3);margin-bottom:5px;font-weight:500}.bf-login-row input{width:100%;background:#f8f8f8;border:1px solid var(--bf-br);border-radius:6px;padding:11px 12px;font-size:13px;outline:0}.bf-login-row input:focus{border-color:var(--bf-orange);background:#fff}.bf-login-forgot{font-size:11px;color:var(--bf-orange);text-align:right;margin-top:-8px;margin-bottom:12px}.bf-login-submit{width:100%;padding:12px;background:linear-gradient(135deg,var(--bf-orange),#ff6b00);color:#fff;border:0;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.bf-login-divider{text-align:center;margin:16px 0;position:relative;font-size:10px;color:#aaa}.bf-login-divider:before,.bf-login-divider:after{content:"";position:absolute;top:50%;width:38%;height:1px;background:var(--bf-br)}.bf-login-divider:before{left:0}.bf-login-divider:after{right:0}.bf-login-social{display:flex;gap:6px;margin-bottom:12px}.bf-login-social-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:9px;border:.5px solid var(--bf-br);border-radius:6px;background:#fff;font-size:11px;font-weight:500;cursor:pointer}.bf-login-wa-row{background:#ecfdf5;border:.5px solid #A7E8C4;padding:10px 11px;border-radius:6px;margin-bottom:12px;display:flex;align-items:center;gap:8px}.bf-login-wa-ic{font-size:16px}.bf-login-wa-t{flex:1;font-size:11px;color:#1a6e3e;font-weight:500}.bf-login-wa-btn{background:#25d366;color:#fff;font-size:10px;padding:5px 10px;border-radius:4px;font-weight:500;border:0;cursor:pointer}.bf-login-guest{text-align:center;padding:14px;background:#fafafa;margin:12px -14px -18px;font-size:11px;color:var(--bf-txt3)}.bf-login-guest a{color:var(--bf-orange);font-weight:500}.bf-q-hero{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;padding:28px 18px 22px;position:relative;overflow:hidden}.bf-q-hero:before{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:50%;background:var(--bf-orange);opacity:.15}.bf-q-hero:after{content:"";position:absolute;bottom:-60px;left:-40px;width:180px;height:180px;border-radius:50%;background:#27a056;opacity:.08}.bf-q-hero-tag{background:#e6500033;color:#ff8c4f;font-size:10px;padding:3px 11px;border-radius:99px;display:inline-block;margin-bottom:10px;position:relative;z-index:2;font-weight:500;letter-spacing:.04em}.bf-q-hero-t{font-size:22px;font-weight:600;line-height:1.25;margin-bottom:8px;position:relative;z-index:2}.bf-q-hero-t span{color:var(--bf-orange);background:#fff;padding:1px 6px;border-radius:4px}.bf-q-hero-s{font-size:12px;color:#bbb;line-height:1.6;margin-bottom:14px;position:relative;z-index:2}.bf-q-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;position:relative;z-index:2}.bf-q-hero-stat{background:#ffffff14;padding:9px 6px;border-radius:6px;text-align:center}.bf-q-hero-stat-v{font-size:15px;font-weight:600;color:#fff}.bf-q-hero-stat-l{font-size:8px;color:#aaa;margin-top:1px;line-height:1.2}.bf-q-what-we-do{background:#fff;padding:20px 14px;border-bottom:6px solid var(--bf-bg2)}.bf-q-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bf-q-service-card{border:1px solid var(--bf-br);border-radius:8px;padding:12px 10px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;background:#fff}.bf-q-service-card.featured{border-color:var(--bf-orange);background:linear-gradient(135deg,var(--bf-orange-bg) 0%,#fff 100%)}.bf-q-service-ic{width:36px;height:36px;border-radius:8px;background:var(--bf-orange-bg);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.bf-q-service-card.featured .bf-q-service-ic{background:var(--bf-orange);color:#fff}.bf-q-service-t{font-size:12px;font-weight:600;line-height:1.3}.bf-q-service-s{font-size:10px;color:var(--bf-txt3);line-height:1.5}.bf-q-service-card.featured .bf-q-service-s{color:#7a4500}.bf-q-service-pill{font-size:9px;font-weight:500;padding:2px 6px;border-radius:3px;background:#e8f8ee;color:#1a6e3e;margin-top:2px;display:inline-block}.bf-q-price-ladder{background:#1a1a1a;color:#fff;padding:18px 14px}.bf-q-ladder-title{font-size:14px;font-weight:600;margin-bottom:10px;display:flex;align-items:center;gap:6px}.bf-q-ladder-title-ic{background:var(--bf-orange);color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.bf-q-ladder-rows{display:flex;flex-direction:column;gap:6px}.bf-q-ladder-row{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:10px;padding:8px 10px;background:#ffffff0f;border-radius:6px}.bf-q-ladder-row.best{background:#e6500033;border:1px solid var(--bf-orange)}.bf-q-ladder-qty{font-size:11px;font-weight:500;color:#fff}.bf-q-ladder-bar{height:6px;background:#ffffff1a;border-radius:99px;position:relative;overflow:hidden}.bf-q-ladder-fill{position:absolute;top:0;left:0;height:100%;background:var(--bf-orange);border-radius:99px}.bf-q-ladder-pct{font-size:11px;font-weight:700;color:var(--bf-orange);white-space:nowrap}.bf-q-ladder-row.best .bf-q-ladder-pct{color:#fff;background:var(--bf-orange);padding:2px 8px;border-radius:3px}.bf-q-ladder-note{font-size:10px;color:#aaa;margin-top:8px;text-align:center}.bf-q-testimonial{background:#fff;padding:16px 14px;border-bottom:6px solid var(--bf-bg2)}.bf-q-test-item{display:flex;gap:10px;align-items:flex-start;padding:10px;background:#fafafa;border-radius:6px;margin-bottom:6px}.bf-q-test-item:last-child{margin-bottom:0}.bf-q-test-avatar{width:34px;height:34px;border-radius:50%;background:var(--bf-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.bf-q-test-body{flex:1;min-width:0}.bf-q-test-q{font-size:10.5px;line-height:1.55;color:#444;margin-bottom:3px;font-style:italic}.bf-q-test-m{font-size:9px;color:var(--bf-txt3)}.bf-q-test-m b{color:var(--bf-txt);font-weight:500}.bf-q-fee-notice{background:var(--bf-orange-bg);border:1px solid var(--bf-orange-br);border-radius:8px;padding:14px;margin:14px;display:flex;gap:10px;align-items:flex-start}.bf-q-fee-ic{background:linear-gradient(135deg,var(--bf-orange),#ff6b00);color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0;box-shadow:0 2px 6px #e6500040}.bf-q-fee-t{font-size:12px;font-weight:600;color:#993c1d;margin-bottom:3px}.bf-q-fee-s{font-size:10.5px;color:#7a4500;line-height:1.6}.bf-q-fee-s b{color:#993c1d;font-weight:600}.bf-q-form-sect{background:#fff;padding:16px 14px;margin-bottom:6px}.bf-q-form-hd{display:flex;align-items:center;gap:8px;margin-bottom:13px}.bf-q-form-num{background:var(--bf-orange);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}.bf-q-form-t{font-size:13px;font-weight:600}.bf-q-form-s{font-size:10px;color:var(--bf-txt3);margin-top:1px}.bf-q-row{margin-bottom:11px}.bf-q-row label{display:block;font-size:11px;color:#555;margin-bottom:5px;font-weight:500}.bf-q-row label .req{color:var(--bf-orange)}.bf-q-row input,.bf-q-row select,.bf-q-row textarea{width:100%;background:#f8f8f8;border:1px solid var(--bf-br);border-radius:6px;padding:11px 12px;font-size:13px;outline:0;font-family:inherit}.bf-q-row textarea{min-height:100px;resize:vertical}.bf-q-row input:focus,.bf-q-row textarea:focus{border-color:var(--bf-orange);background:#fff}.bf-q-chips{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.bf-q-chip{font-size:11px;background:#fff;border:1px solid var(--bf-br);padding:6px 11px;border-radius:99px;color:#555;cursor:pointer}.bf-q-chip.on{background:var(--bf-orange-bg);border-color:var(--bf-orange);color:var(--bf-orange);font-weight:500}.bf-q-services{display:grid;grid-template-columns:1fr 1fr;gap:6px}.bf-q-service-check{padding:10px 9px;border:1px solid var(--bf-br);border-radius:6px;background:#fff;display:flex;align-items:center;gap:7px;font-size:11px;cursor:pointer}.bf-q-service-check input{display:none}.bf-q-service-check.on{border-color:var(--bf-orange);background:var(--bf-orange-bg);color:var(--bf-orange)}.bf-q-service-check-cb{width:15px;height:15px;border:1.5px solid #bbb;border-radius:3px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px}.bf-q-service-check.on .bf-q-service-check-cb{background:var(--bf-orange);border-color:var(--bf-orange)}.bf-q-service-check-ic{font-size:13px}.bf-q-upload{border:1.5px dashed var(--bf-br);border-radius:8px;padding:18px 14px;text-align:center;background:#fafafa;cursor:pointer}.bf-q-upload-ic{font-size:28px;margin-bottom:6px}.bf-q-upload-t{font-size:12px;font-weight:500;color:#555;margin-bottom:3px}.bf-q-upload-s{font-size:10px;color:var(--bf-txt3);line-height:1.5}.bf-q-fee-card{background:linear-gradient(135deg,var(--bf-orange-bg) 0%,#fff 100%);border:1.5px solid var(--bf-orange);border-radius:10px;padding:14px}.bf-q-fee-card-hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.bf-q-fee-card-t{font-size:13px;font-weight:600;color:#993c1d}.bf-q-fee-card-badge{background:#27a056;color:#fff;font-size:9px;padding:2px 7px;border-radius:99px;font-weight:500}.bf-q-fee-card-row{display:flex;justify-content:space-between;font-size:12px;color:#555;margin-bottom:5px}.bf-q-fee-card-row.big{font-size:15px;font-weight:700;color:var(--bf-orange);padding-top:8px;border-top:1px solid var(--bf-orange-br);margin-top:6px;margin-bottom:0}.bf-q-fee-card-info{font-size:10px;color:#7a4500;line-height:1.7;margin-top:10px;padding-top:10px;border-top:1px dashed var(--bf-orange-br)}.bf-q-fee-card-info-item{display:flex;align-items:center;gap:5px;margin-bottom:3px}.bf-q-fee-card-info-item .c{color:#27a056;font-weight:700;font-size:11px}.bf-q-sticky-btm{background:#fff;padding:12px 14px;border-top:.5px solid var(--bf-br);display:flex;gap:8px;margin-top:10px}.bf-quote-page{padding-bottom:30px}.bf-q-sticky-submit{flex:1;background:linear-gradient(135deg,var(--bf-orange),#ff6b00);color:#fff;padding:14px;border-radius:8px;font-size:13px;font-weight:600;text-align:center;border:0;cursor:pointer;box-shadow:0 2px 8px #e6500040}.bf-q-sticky-submit small{display:block;font-size:10px;opacity:.9;margin-top:2px;font-weight:400}.bf-ckb-steps{background:#fff;padding:12px 14px;border-bottom:6px solid var(--bf-bg2);display:flex;gap:4px;align-items:center}.bf-ckb-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.bf-ckb-step-num{width:24px;height:24px;border-radius:50%;background:#e0e0e0;color:var(--bf-txt3);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500}.bf-ckb-step-num.on{background:var(--bf-orange);color:#fff}.bf-ckb-step-num.done{background:#27a056;color:#fff}.bf-ckb-step-lbl{font-size:9px;color:var(--bf-txt3);text-align:center;line-height:1.2}.bf-ckb-step.on .bf-ckb-step-lbl{color:var(--bf-txt);font-weight:500}.bf-ckb-step-line{width:100%;height:2px;background:#e0e0e0;margin:11px -4px 0;align-self:flex-start}.bf-ckb-sect{background:#fff;padding:14px;margin-bottom:6px}.bf-ckb-sect h3{font-size:13px;font-weight:500;margin-bottom:10px;display:flex;align-items:center;gap:6px}.bf-ckb-sect h3 .num{background:var(--bf-orange);color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.bf-ckb-row{margin-bottom:10px}.bf-ckb-row label{display:block;font-size:11px;color:var(--bf-txt3);margin-bottom:4px;font-weight:500}.bf-ckb-row input,.bf-ckb-row select{width:100%;background:#f8f8f8;border:.5px solid var(--bf-br);border-radius:5px;padding:10px 12px;font-size:13px;outline:0}.bf-ckb-row-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bf-ckb-summary-mini{background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);border-radius:6px;padding:10px 12px;margin-bottom:10px}.bf-ckb-summary-row{display:flex;justify-content:space-between;font-size:11px;color:#555;margin-bottom:3px}.bf-ckb-summary-row.total{font-size:13px;font-weight:600;color:var(--bf-orange);padding-top:6px;border-top:.5px solid var(--bf-orange-br);margin-top:5px;margin-bottom:0}.bf-ckb-ship-cards{display:flex;flex-direction:column;gap:8px}.bf-ckb-ship-card{border:1.5px solid var(--bf-br);border-radius:6px;padding:11px 12px;cursor:pointer;background:#fff}.bf-ckb-ship-card.on{border-color:var(--bf-orange);background:var(--bf-orange-bg)}.bf-ckb-ship-row{display:flex;align-items:center;gap:10px}.bf-ckb-ship-info{flex:1}.bf-ckb-ship-t{font-size:12px;font-weight:500;margin-bottom:1px}.bf-ckb-ship-s{font-size:10px;color:var(--bf-txt3)}.bf-ckb-ship-time{font-size:10px;color:var(--bf-orange);font-weight:500;flex-shrink:0;text-align:right}.bf-ckb-own-ship{background:#1a1a1a;border-radius:6px;padding:11px 12px;margin-top:8px;display:flex;align-items:center;gap:10px}.bf-ckb-own-ship-info{flex:1}.bf-ckb-own-ship-t{font-size:11px;font-weight:500;color:#fff}.bf-ckb-own-ship-s{font-size:9px;color:#aaa;margin-top:1px}.bf-ckb-own-ship-btn{background:var(--bf-orange);color:#fff;font-size:10px;padding:6px 10px;border-radius:4px;font-weight:500;border:0;cursor:pointer}.bf-ckb-pay-methods{display:flex;flex-direction:column;gap:8px}.bf-ckb-pay-method{border:1.5px solid var(--bf-br);border-radius:6px;padding:12px;display:flex;align-items:center;gap:10px;cursor:pointer;background:#fff}.bf-ckb-pay-method.on{border-color:var(--bf-orange);background:var(--bf-orange-bg)}.bf-ckb-pay-radio{width:18px;height:18px;border:1.5px solid #ccc;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.bf-ckb-pay-method.on .bf-ckb-pay-radio{border-color:var(--bf-orange)}.bf-ckb-pay-method.on .bf-ckb-pay-radio:before{content:"";width:9px;height:9px;background:var(--bf-orange);border-radius:50%}.bf-ckb-pay-ic{width:34px;height:34px;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;border:.5px solid var(--bf-br)}.bf-ckb-pay-info{flex:1;min-width:0}.bf-ckb-pay-t{font-size:12px;font-weight:500}.bf-ckb-pay-s{font-size:10px;color:var(--bf-txt3);margin-top:1px}.bf-ckb-trust-pay{background:#f9f9f9;border-radius:6px;padding:9px 11px;margin-top:10px;display:flex;align-items:center;gap:6px;font-size:10px;color:#555}.bf-oc-hero{background:#27a056;color:#fff;padding:22px 14px;text-align:center}.bf-oc-check{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 10px}.bf-oc-title{font-size:15px;font-weight:600;margin-bottom:4px}.bf-oc-sub{font-size:10px;color:#ffffffe6;line-height:1.5}.bf-oc-order-num{font-size:11px;font-weight:500;background:#00000026;padding:4px 10px;border-radius:4px;display:inline-block;margin-top:8px}.bf-oc-steps{background:#fff;padding:14px;border-bottom:6px solid var(--bf-bg2)}.bf-oc-steps-hd{font-size:12px;font-weight:500;margin-bottom:12px}.bf-oc-step{display:grid;grid-template-columns:32px 1fr;gap:10px;margin-bottom:12px}.bf-oc-step-ic{width:28px;height:28px;border-radius:50%;background:#e8f8ee;color:#1a6e3e;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.bf-oc-step-ic.pending{background:var(--bf-orange-bg);color:var(--bf-orange)}.bf-oc-step-ic.future{background:#f4f4f4;color:#aaa}.bf-oc-step-t{font-size:11px;font-weight:500}.bf-oc-step-s{font-size:9px;color:var(--bf-txt3);margin-top:1px}.bf-infinite-loader{padding:16px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;color:var(--bf-txt3)}.bf-infinite-loader .spin{width:14px;height:14px;border:2px solid var(--bf-orange-br);border-top:2px solid var(--bf-orange);border-radius:50%;animation:bf-spin .7s linear infinite}.bf-infinite-end{padding:20px;text-align:center;font-size:11px;color:var(--bf-txt3)}.bf-coll-body{display:grid;grid-template-columns:86px 1fr;min-height:500px}.bf-coll-sidebar{background:#f8f8f8;border-right:.5px solid var(--bf-br);overflow-y:auto;scrollbar-width:none;max-height:calc(100vh - 120px);position:sticky;top:50px}.bf-coll-sidebar::-webkit-scrollbar{display:none}.bf-coll-nav-item{padding:12px 6px;font-size:10px;color:#555;border-left:3px solid transparent;line-height:1.3;text-align:center;cursor:pointer;position:relative;text-decoration:none;display:block}.bf-coll-nav-item.active{background:#fff;border-left-color:var(--bf-orange);color:var(--bf-orange);font-weight:500}.bf-coll-nav-ic{font-size:22px;margin-bottom:4px;display:block}.bf-coll-nav-badge{position:absolute;top:5px;right:5px;background:var(--bf-orange);color:#fff;font-size:7px;padding:1px 4px;border-radius:99px;font-weight:500}.bf-coll-right{background:#fff;overflow-y:auto}@media(min-width:1024px){.bf-coll-body{grid-template-columns:180px 1fr}.bf-sticky-atc{max-width:1200px;left:50%;transform:translate(-50%,100%);border-radius:8px 8px 0 0}.bf-sticky-atc.show{transform:translate(-50%)}}.bf-rec-item{background:#fff;border-radius:7px;overflow:hidden;border:.5px solid var(--bf-br);display:flex;flex-direction:column}.bf-rec-img-link{display:block;text-decoration:none}.bf-rec-img{aspect-ratio:1;background:#fafafa;display:flex;align-items:center;justify-content:center;font-size:32px;overflow:hidden}.bf-rec-img img{width:100%;height:100%;object-fit:cover}.bf-rec-info{padding:8px;flex:1;display:flex;flex-direction:column}.bf-rec-name{font-size:10px;line-height:1.3;min-height:26px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px;text-decoration:none;color:var(--bf-txt)}.bf-rec-price{font-size:13px;font-weight:600;color:var(--bf-orange);margin-bottom:6px}.bf-rec-add-btn{background:var(--bf-orange-bg);color:var(--bf-orange);font-size:10px;padding:6px;border-radius:4px;border:.5px solid var(--bf-orange);font-weight:500;text-align:center;cursor:pointer}.bf-rec-add-btn:hover{background:var(--bf-orange);color:#fff}.bf-header{background:#fff;border-bottom:.5px solid var(--bf-br)}.bf-header-top{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;gap:10px;max-width:var(--bf-max-w);margin:0 auto;background:#fff}.bf-header-logo{display:flex;align-items:center;text-decoration:none;color:var(--bf-txt);flex-shrink:0;padding:2px 0}.bf-header-logo-text{font-size:22px;font-weight:800;color:var(--bf-orange);letter-spacing:.02em}.bf-header-logo img{max-height:34px;width:auto;display:block}.bf-header-icons{display:flex;align-items:center;gap:6px}.bf-header-icon{display:flex;flex-direction:column;align-items:center;color:var(--bf-txt);text-decoration:none;font-size:10px;font-weight:500;gap:3px;padding:6px 10px;border-radius:6px;min-width:50px;transition:background .15s}.bf-header-icon:hover{background:var(--bf-bg2)}.bf-header-icon svg{width:22px;height:22px;stroke-width:2}.bf-header-icon span:not(.bf-cart-count){font-size:10px;color:#555;font-weight:500}.bf-header-icon-badge-wrap{position:relative;line-height:0}.bf-header-icon-badge-wrap .bf-cart-count{position:absolute;top:-5px;right:-8px;background:var(--bf-orange);color:#fff;font-size:9px;font-weight:700;min-width:17px;height:17px;border-radius:99px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;box-shadow:0 1px 3px #e650004d;border:1.5px solid #fff}.bf-header-search-row{padding:0 12px 10px;background:#fff;max-width:var(--bf-max-w);margin:0 auto}.bf-header-search-row .bf-search{height:40px;padding:0 5px 0 14px;max-width:none;width:100%;border-radius:99px;background:var(--bf-bg2);border:1.5px solid var(--bf-br);display:flex;align-items:center;gap:8px;transition:all .15s}.bf-header-search-row .bf-search:focus-within{border-color:var(--bf-orange);background:#fff;box-shadow:0 0 0 3px #e650001a}.bf-header-search-row .bf-search-ic{color:#888;flex-shrink:0}.bf-header-search-row .bf-search input{flex:1;border:0;background:transparent;font-size:13px;color:var(--bf-txt);outline:0;padding:0}.bf-header-search-row .bf-search input::placeholder{color:#aaa}.bf-header-search-row .bf-search-btn{background:#1a1a1a;color:#fff;border-radius:99px;padding:0 16px;font-size:12px;font-weight:600;border:0;cursor:pointer;flex-shrink:0;width:auto;height:32px;transition:background .15s}.bf-header-search-row .bf-search-btn:hover{background:var(--bf-orange)}.bf-header-inner{display:none}.bf-temu-cats{background:#fff;padding:14px 10px}.bf-temu-cats-title{font-size:15px;font-weight:600;margin-bottom:12px;padding:0 4px}.bf-temu-cats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 8px}.bf-temu-cat{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:var(--bf-txt);position:relative}.bf-temu-cat-img{width:90px;height:90px;border-radius:50%;background:#f5f5f5;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:6px;border:1px solid #eee}.bf-temu-cat-img img{width:100%;height:100%;object-fit:cover}.bf-temu-cat-name{font-size:11px;line-height:1.3;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:0 4px}.bf-temu-cat-badge{position:absolute;top:4px;right:14%;background:var(--bf-orange);color:#fff;font-size:8px;font-weight:600;padding:2px 7px;border-radius:99px 99px 99px 0;letter-spacing:.03em}.bf-coll-v3-body{display:grid;grid-template-columns:90px 1fr;min-height:calc(100vh - 100px);background:#fff}.bf-coll-v3-sidebar{background:#f8f8f8;overflow-y:auto;scrollbar-width:none;position:sticky;top:50px;max-height:calc(100vh - 100px)}.bf-coll-v3-sidebar::-webkit-scrollbar{display:none}.bf-coll-v3-nav{padding:10px 4px;font-size:11px;color:#333;border-left:3px solid transparent;line-height:1.35;text-align:center;cursor:pointer;position:relative;text-decoration:none;display:block;min-height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center}.bf-coll-v3-nav.active{background:#fff;border-left-color:var(--bf-orange);color:var(--bf-orange);font-weight:600}.bf-coll-v3-nav-t{font-size:11px;padding:0 3px}.bf-coll-v3-right{padding:14px 10px;overflow-y:auto}.bf-coll-v3-right-title{font-size:17px;font-weight:700;margin-bottom:14px;padding:0 4px}.bf-coll-v3-temu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 6px}.bf-ccy-search-wrap{padding:10px 12px 6px;background:#fafafa;border-bottom:.5px solid var(--bf-br);position:sticky;top:0;z-index:10}.bf-ccy-search-input{width:100%;background:#fff;border:1px solid var(--bf-br);border-radius:6px;padding:9px 12px 9px 32px;font-size:12px;outline:0;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23999' stroke-width='1.8'%3E%3Ccircle cx='8' cy='8' r='6'/%3E%3Cline x1='12.5' y1='12.5' x2='18' y2='18'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:10px center;background-size:14px 14px}.bf-ccy-search-input:focus{border-color:var(--bf-orange)}.bf-ccy-no-results{padding:28px 14px;text-align:center;color:var(--bf-txt3);font-size:11px}.bf-temu-shop{background:#fff;margin:0 auto;max-width:var(--bf-max-w)}.bf-temu-shop-hd{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 8px}.bf-temu-shop-title{font-size:16px;font-weight:600}.bf-temu-shop-all{font-size:11px;color:var(--bf-orange);text-decoration:none}.bf-temu-shop-fs{background:#fff8f2;border-top:.5px solid var(--bf-orange-br);border-bottom:.5px solid var(--bf-orange-br);padding:8px 14px;display:flex;align-items:center;gap:14px;font-size:11px;color:var(--bf-green-dk);font-weight:500}.bf-temu-shop-fs-item{display:flex;align-items:center;gap:5px}.bf-temu-shop-fs-sep{width:1px;height:12px;background:#e5d4c5}.bf-temu-shop-fs-arrow{color:#999;margin-left:auto;font-size:14px}.bf-temu-shop-body{display:grid;grid-template-columns:90px 1fr;background:#fff;border-top:1px solid var(--bf-br);border-bottom:1px solid var(--bf-br);height:560px}.bf-temu-shop-body[data-fixed-height=fullscreen]{height:calc(100vh - 230px);min-height:500px}.bf-temu-shop-sidebar{background:#f3f3f3;overflow-y:auto;scrollbar-width:none;height:100%}.bf-temu-shop-sidebar::-webkit-scrollbar{display:none}.bf-temu-shop-nav-item{display:block;padding:14px 8px;font-size:11px;font-weight:500;color:#555;text-align:center;text-decoration:none;border-left:3px solid transparent;line-height:1.3;cursor:pointer;word-break:break-word;transition:background .12s,color .12s}.bf-temu-shop-nav-item:hover{background:#ffffff80}.bf-temu-shop-nav-item.active{background:#fff;border-left-color:var(--bf-orange);color:var(--bf-orange);font-weight:600}.bf-temu-shop-right{background:#fff;overflow-y:auto;padding:14px 10px;height:100%;scroll-behavior:smooth}.bf-temu-shop-group{margin-bottom:24px;scroll-margin-top:10px}.bf-temu-shop-group:last-child{margin-bottom:8px}.bf-temu-shop-group-title{font-size:15px;font-weight:600;margin-bottom:12px;padding:0 4px;color:#1a1a1a}.bf-temu-shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px 10px}.bf-temu-shop-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--bf-txt);gap:6px}.bf-temu-shop-img-wrap{position:relative;width:80px;height:80px}.bf-temu-shop-img{width:80px;height:80px;border-radius:50%;background:#f7f7f7;display:flex;align-items:center;justify-content:center;overflow:hidden;border:.5px solid var(--bf-br);transition:transform .15s,border-color .15s}.bf-temu-shop-item:hover .bf-temu-shop-img{transform:scale(1.04);border-color:var(--bf-orange)}.bf-temu-shop-img img{width:100%;height:100%;object-fit:cover}.bf-temu-shop-emoji{font-size:36px}.bf-temu-shop-badge{position:absolute;top:-3px;right:-6px;background:var(--bf-orange);color:#fff;font-size:9px;font-weight:700;padding:2px 7px;border-radius:99px 99px 99px 0;letter-spacing:.04em;box-shadow:0 1px 3px #e650004d;z-index:2;text-transform:uppercase}.bf-temu-shop-badge.new{background:#27a056;box-shadow:0 1px 3px #27a0564d}.bf-temu-shop-name{font-size:11px;text-align:center;line-height:1.3;color:#333;max-width:95px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:600px){.bf-temu-shop-body{grid-template-columns:140px 1fr}.bf-temu-shop-grid{grid-template-columns:repeat(4,1fr);gap:18px 14px}.bf-temu-shop-img,.bf-temu-shop-img-wrap{width:90px;height:90px}}@media(min-width:1024px){.bf-temu-shop-body{grid-template-columns:180px 1fr}.bf-temu-shop-body[data-fixed-height=fullscreen]{height:calc(100vh - 260px)}.bf-temu-shop-grid{grid-template-columns:repeat(6,1fr)}.bf-temu-shop-nav-item{font-size:12px;padding:15px 10px;text-align:left}}.bf-temu-coll{display:grid;grid-template-columns:100px 1fr;background:#fff;min-height:calc(100vh - 120px)}.bf-temu-coll-sidebar{background:#f3f3f3;overflow-y:auto;scrollbar-width:none;position:sticky;top:0;max-height:100vh}.bf-temu-coll-sidebar::-webkit-scrollbar{display:none}.bf-temu-coll-nav-item{display:block;padding:13px 10px;font-size:11px;font-weight:500;color:#555;text-align:center;text-decoration:none;border-left:3px solid transparent;line-height:1.35;word-break:break-word}.bf-temu-coll-nav-item.active{background:#fff;border-left-color:var(--bf-orange);color:var(--bf-orange);font-weight:600}.bf-temu-coll-right{background:#fff;min-width:0}.bf-temu-coll-hero{background:linear-gradient(135deg,var(--bf-orange-bg) 0%,#fff 100%);padding:16px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.bf-temu-coll-hero-title{font-size:17px;font-weight:700;color:#1a1a1a;line-height:1.2;margin-bottom:2px}.bf-temu-coll-hero-sub{font-size:11px;color:#777}.bf-temu-coll-hero-emoji{font-size:32px;flex-shrink:0}.bf-temu-coll-subs{padding:12px 0 14px;background:#fff;border-bottom:6px solid #f3f3f3}.bf-temu-coll-subs-title{font-size:12px;font-weight:600;padding:0 12px 8px;color:#1a1a1a}.bf-temu-coll-subs-row{display:flex;gap:10px;padding:0 12px 4px;overflow-x:auto;scrollbar-width:none}.bf-temu-coll-subs-row::-webkit-scrollbar{display:none}.bf-temu-coll-sub{flex-shrink:0;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#333;gap:4px;min-width:60px}.bf-temu-coll-sub-img{width:52px;height:52px;border-radius:50%;background:#f7f7f7;display:flex;align-items:center;justify-content:center;font-size:22px;overflow:hidden;border:2px solid transparent}.bf-temu-coll-sub-img img{width:100%;height:100%;object-fit:cover}.bf-temu-coll-sub.active .bf-temu-coll-sub-img{border-color:var(--bf-orange)}.bf-temu-coll-sub-name{font-size:10px;text-align:center;line-height:1.2;max-width:70px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bf-temu-coll-sub.active .bf-temu-coll-sub-name{color:var(--bf-orange);font-weight:500}.bf-temu-coll-filterbar{background:#fff;padding:8px 10px;display:flex;gap:5px;overflow-x:auto;scrollbar-width:none;border-bottom:.5px solid var(--bf-br);position:sticky;top:0;z-index:5}.bf-temu-coll-filterbar::-webkit-scrollbar{display:none}.bf-temu-coll-filter-chip{flex-shrink:0;font-size:10px;padding:5px 10px;border-radius:99px;white-space:nowrap;background:#f4f4f4;color:#555;border:.5px solid #ddd;font-family:inherit;cursor:pointer}.bf-temu-coll-filter-chip.primary{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.bf-temu-coll-flash{background:var(--bf-orange-bg);border-top:.5px solid var(--bf-orange-br);border-bottom:.5px solid var(--bf-orange-br);padding:8px 12px;display:flex;align-items:center;gap:8px}.bf-temu-coll-flash-ic{font-size:15px;flex-shrink:0}.bf-temu-coll-flash-info{flex:1;min-width:0}.bf-temu-coll-flash-t{font-size:11px;font-weight:600;color:#993c1d;line-height:1.2}.bf-temu-coll-flash-s{font-size:9px;color:#aaa;margin-top:1px}.bf-temu-coll-flash-timer{background:var(--bf-orange);color:#fff;font-size:10px;font-weight:600;padding:3px 8px;border-radius:3px;font-variant-numeric:tabular-nums;flex-shrink:0}.bf-temu-coll-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:8px;background:#f3f3f3}@media(min-width:600px){.bf-temu-coll{grid-template-columns:140px 1fr}.bf-temu-coll-grid{grid-template-columns:repeat(3,1fr);gap:8px;padding:10px}.bf-temu-coll-sub-img{width:60px;height:60px;font-size:26px}}@media(min-width:1024px){.bf-temu-coll{grid-template-columns:180px 1fr}.bf-temu-coll-grid{grid-template-columns:repeat(4,1fr);gap:12px;padding:14px}.bf-temu-coll-nav-item{font-size:12px;padding:14px 12px;text-align:left}}.bf-sa-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;opacity:0;visibility:hidden;transition:opacity .2s}.bf-sa-sheet-backdrop.show{opacity:1;visibility:visible}.bf-sa-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:14px 14px 0 0;z-index:301;max-height:85vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.2,.8,.2,1);box-shadow:0 -8px 24px #00000026;max-width:500px;margin:0 auto}.bf-sa-sheet.show{transform:translateY(0)}.bf-sa-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;border-bottom:.5px solid var(--bf-br);flex-shrink:0}.bf-sa-sheet-title{font-size:14px;font-weight:600}.bf-sa-sheet-close{background:#f4f4f4;border:0;width:30px;height:30px;border-radius:50%;font-size:14px;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center}.bf-sa-sheet-body{padding:14px 16px 20px;overflow-y:auto;flex:1}.bf-sa-sheet-product{display:flex;gap:12px;align-items:center;padding-bottom:14px;border-bottom:.5px solid var(--bf-br);margin-bottom:14px}.bf-sa-sheet-thumb{width:64px;height:64px;border-radius:6px;background:#fafafa;border:.5px solid var(--bf-br);display:flex;align-items:center;justify-content:center;font-size:24px;overflow:hidden;flex-shrink:0}.bf-sa-sheet-thumb img{width:100%;height:100%;object-fit:cover}.bf-sa-sheet-info{flex:1;min-width:0}.bf-sa-sheet-name{font-size:12px;font-weight:500;color:var(--bf-txt);margin-bottom:4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bf-sa-sheet-price{font-size:16px;font-weight:700;color:var(--bf-orange)}.bf-sa-sheet-opt-row{margin-bottom:16px}.bf-sa-sheet-opt-label{font-size:12px;color:var(--bf-txt);margin-bottom:8px}.bf-sa-sheet-opt-label b{color:var(--bf-orange);font-weight:600}.bf-sa-sheet-opt-values{display:flex;gap:6px;flex-wrap:wrap}.bf-sa-sheet-opt-val{background:#f4f4f4;border:1.5px solid transparent;padding:8px 14px;border-radius:6px;font-size:12px;color:var(--bf-txt);cursor:pointer;font-family:inherit;min-width:44px}.bf-sa-sheet-opt-val.active{border-color:var(--bf-orange);background:var(--bf-orange-bg);color:var(--bf-orange);font-weight:500}.bf-sa-sheet-qty-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.bf-sa-sheet-min-tag{font-size:10px;color:var(--bf-txt3);background:#f4f4f4;padding:2px 7px;border-radius:3px;margin-left:4px}.bf-sa-sheet-total-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-top:.5px solid var(--bf-br);margin-bottom:12px}.bf-sa-sheet-total-row span:first-child{font-size:12px;color:#555}.bf-sa-sheet-total-row b{font-size:18px;color:var(--bf-orange);font-weight:700}.bf-sa-sheet-action-row{position:sticky;bottom:0;background:#fff;padding-bottom:env(safe-area-inset-bottom,0)}.bf-sa-sheet-confirm{width:100%;padding:14px;background:linear-gradient(135deg,var(--bf-orange),#ff6b00);color:#fff;border:0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #e650004d}.bf-tabbar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:.5px solid var(--bf-br);z-index:90;padding:6px 0 calc(6px + env(safe-area-inset-bottom,0));box-shadow:0 -2px 8px #0000000a}.bf-tabbar-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 2px;text-decoration:none;color:#888;font-size:10px;font-weight:500;position:relative}.bf-tabbar-item svg{width:22px;height:22px;stroke-linecap:round}.bf-tabbar-item.active{color:var(--bf-orange)}.bf-tabbar-ico-wrap{position:relative;line-height:0}.bf-tabbar-count{position:absolute;top:-4px;right:-7px;background:var(--bf-orange);color:#fff;font-size:9px;font-weight:600;min-width:15px;height:15px;padding:0 4px;border-radius:99px;display:flex;align-items:center;justify-content:center;border:1.5px solid #fff;font-variant-numeric:tabular-nums}.bf-tabbar-count[hidden]{display:none}.bf-tabbar-promo{position:absolute;right:6px;top:0;background:var(--bf-green);color:#fff;font-size:9px;font-weight:600;padding:3px 10px;border-radius:99px;white-space:nowrap;pointer-events:none;transform:translateY(-50%)}@media(max-width:768px){.bf-tabbar{display:flex}body{padding-bottom:calc(60px + env(safe-area-inset-bottom,0))}}.bf-cats-page{background:#fff;min-height:calc(100vh - 200px)}@media(max-width:768px){.bf-cats-page{margin-bottom:0}}.bf-explainer-acc{margin:0 0 8px;background:#fff;border-top:8px solid #f5f5f5;border-bottom:8px solid #f5f5f5}.bf-explainer-acc{display:block}.bf-explainer-acc summary{list-style:none}.bf-explainer-acc summary::-webkit-details-marker{display:none}.bf-explainer-acc summary::marker{display:none}.bf-exp-row{display:flex;align-items:center;gap:11px;padding:13px 14px;cursor:pointer;background:#fff;border-bottom:.5px solid var(--bf-br);transition:background .15s}.bf-exp-row:hover{background:#fafafa}.bf-exp-icon{background:var(--bf-orange-bg);color:var(--bf-orange);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;border:.5px solid var(--bf-orange-br)}.bf-exp-text{flex:1;min-width:0}.bf-exp-title{font-size:13px;font-weight:600;color:var(--bf-txt);line-height:1.3}.bf-exp-sub{font-size:11px;color:var(--bf-txt3);margin-top:2px;line-height:1.4}.bf-exp-arr{font-size:14px;color:var(--bf-txt3);flex-shrink:0;line-height:1;transition:transform .25s ease}.bf-explainer-acc[open] .bf-exp-arr{transform:rotate(180deg)}.bf-explainer-acc[open] .bf-exp-row{background:var(--bf-orange-bg)}.bf-exp-hero{background:var(--bf-orange);padding:36px 18px 40px;text-align:center;color:#fff;position:relative;overflow:hidden}.bf-exp-hero:before{content:"";position:absolute;top:-50px;right:-50px;width:160px;height:160px;border-radius:50%;background:#ffffff14}.bf-exp-hero:after{content:"";position:absolute;bottom:-60px;left:-40px;width:180px;height:180px;border-radius:50%;background:#0000000f}.bf-exp-hero-tag{display:inline-block;background:#ffffff2e;color:#fff;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 14px;border-radius:99px;margin-bottom:14px;position:relative;z-index:1}.bf-exp-hero-title{font-size:24px;font-weight:700;color:#fff;line-height:1.2;margin:0 0 8px;position:relative;z-index:1}.bf-exp-hero-title span{color:var(--bf-txt);background:#fff;padding:0 6px;border-radius:4px}.bf-exp-hero-sub{font-size:12px;color:#ffffffe6;max-width:360px;margin:0 auto;line-height:1.6;position:relative;z-index:1}.bf-exp-trust{background:var(--bf-black);display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;padding:13px 14px}.bf-exp-trust-item{display:flex;align-items:center;gap:6px;color:#fff;font-size:11px}.bf-exp-dot{width:6px;height:6px;border-radius:50%;background:var(--bf-orange);flex-shrink:0}.bf-exp-notice{background:var(--bf-orange-bg);border-top:3px solid var(--bf-orange);border-bottom:3px solid var(--bf-orange);padding:14px;display:flex;gap:11px}.bf-exp-notice-ic{background:var(--bf-orange);color:#fff;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;font-weight:700}.bf-exp-notice-t{font-size:12px;font-weight:600;margin-bottom:4px;color:var(--bf-txt)}.bf-exp-notice-b{font-size:11px;color:#444;line-height:1.55}.bf-exp-notice-b b{font-weight:600;color:var(--bf-txt)}.bf-exp-section{padding:16px 14px;background:#fff}.bf-exp-alt{background:#fafafa}.bf-exp-shead{display:flex;align-items:center;gap:7px;margin-bottom:12px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.bf-exp-bar{width:3px;height:16px;background:var(--bf-orange);border-radius:99px}.bf-exp-cost-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bf-exp-cost-card{padding:12px;border-radius:8px}.bf-exp-cost-light{background:#fff7ed;border:1px solid #FFD4A8}.bf-exp-cost-dark{background:var(--bf-black)}.bf-exp-cost-label{font-size:10px;color:var(--bf-orange);font-weight:600;margin-bottom:4px;letter-spacing:.04em;text-transform:uppercase}.bf-exp-cost-light .bf-exp-cost-value{font-size:12px;font-weight:600;color:var(--bf-txt);margin-bottom:5px;line-height:1.2}.bf-exp-cost-dark .bf-exp-cost-value{font-size:12px;font-weight:600;color:#fff;margin-bottom:5px;line-height:1.2}.bf-exp-cost-light .bf-exp-cost-note{font-size:10px;color:#7a4500;line-height:1.45}.bf-exp-cost-dark .bf-exp-cost-note{font-size:10px;color:#ffffffa6;line-height:1.45}.bf-exp-steps{list-style:none;padding:0;margin:0}.bf-exp-steps li{display:flex;gap:11px;align-items:flex-start;margin-bottom:11px;font-size:11px}.bf-exp-steps li:last-child{margin-bottom:0}.bf-exp-step-n{background:var(--bf-orange);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;flex-shrink:0}.bf-exp-steps li b{font-weight:600;color:var(--bf-txt);display:block;line-height:1.35}.bf-exp-steps li span{color:#666;line-height:1.5;display:block;margin-top:2px}.bf-exp-ships{display:grid;gap:7px}.bf-exp-ship{background:#fff;border:1px solid #FFD4A8;border-radius:8px;padding:11px;display:flex;align-items:center;gap:11px}.bf-exp-ship-ic{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.bf-exp-ship-air{background:#fff7ed;color:var(--bf-orange)}.bf-exp-ship-sea{background:var(--bf-black);color:var(--bf-orange)}.bf-exp-ship-mid{flex:1;min-width:0}.bf-exp-ship-name{font-weight:600;font-size:12px}.bf-exp-ship-calc{font-size:10px;color:var(--bf-txt3);margin-top:1px}.bf-exp-ship-time{text-align:right}.bf-exp-ship-days{font-weight:700;color:var(--bf-orange);font-size:16px;line-height:1}.bf-exp-ship-unit{font-size:9.5px;color:var(--bf-txt3);margin-top:3px}.bf-exp-calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.bf-exp-calc-card{background:#fff;border:.5px solid var(--bf-br);border-radius:8px;padding:11px}.bf-exp-calc-title{font-size:12px;font-weight:600;margin-bottom:6px}.bf-exp-calc-method{font-size:10.5px;color:#666;line-height:1.45;margin-bottom:8px}.bf-exp-calc-formula{background:#fff7ed;color:var(--bf-orange);font-size:10px;font-weight:600;padding:6px 8px;border-radius:5px;text-align:center;line-height:1.3}.bf-exp-own{padding:14px;background:var(--bf-black);color:#fff;display:flex;gap:11px;align-items:flex-start}.bf-exp-own-ic{background:#f973162e;color:var(--bf-orange);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px}.bf-exp-own-t{font-size:12px;font-weight:600;margin-bottom:4px}.bf-exp-own-b{font-size:10.5px;color:#ffffffb3;line-height:1.55}.bf-exp-cta{padding:20px 14px;background:var(--bf-orange);color:#fff;text-align:center}.bf-exp-cta-t{font-weight:700;font-size:15px;margin-bottom:6px;line-height:1.2}.bf-exp-cta-s{font-size:10.5px;opacity:.9;line-height:1.5;margin-bottom:12px}.bf-exp-cta-btn{display:inline-block;background:#fff;color:var(--bf-orange);padding:10px 20px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer}.bf-exp-collapse{display:flex;align-items:center;justify-content:center;gap:6px;padding:13px;background:#fff;border-top:.5px solid var(--bf-br);font-size:12px;color:var(--bf-txt3);cursor:pointer}.bf-exp-collapse:hover{background:#fafafa}.bf-related{background:#fff;margin:12px 0 0;padding-bottom:16px;border-top:8px solid var(--bf-bg)}.bf-related-empty{text-align:center;padding:24px 14px 12px}.bf-related-empty-emoji{font-size:36px;margin-bottom:6px}.bf-related-empty-t{font-size:13px;font-weight:600;margin-bottom:4px}.bf-related-empty-s{font-size:11px;color:var(--bf-txt3);margin-bottom:12px;line-height:1.5}.bf-related-empty-cta{display:inline-block;background:var(--bf-orange);color:#fff;font-size:12px;font-weight:500;padding:9px 16px;border-radius:6px;text-decoration:none}.bf-related-hd{padding:16px 14px 10px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.bf-related-title{font-size:15px;font-weight:600;line-height:1.2}.bf-related-sub{font-size:11px;color:var(--bf-txt3);margin-top:3px;line-height:1.3}.bf-related-collink{color:var(--bf-orange);font-weight:500;text-decoration:none}.bf-related-count{background:var(--bf-orange-bg);color:var(--bf-orange);font-size:10px;font-weight:500;padding:4px 9px;border-radius:99px;border:.5px solid var(--bf-orange-br);white-space:nowrap}.bf-related-chips{padding:0 14px 12px;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.bf-related-chips::-webkit-scrollbar{display:none}.bf-related-chip{flex-shrink:0;background:#f4f4f4;color:#444;font-size:11px;padding:5px 11px;border-radius:99px;border:.5px solid var(--bf-br2);white-space:nowrap;font-family:inherit;cursor:pointer}.bf-related-chip.is-active{background:var(--bf-black);color:#fff;border-color:var(--bf-black);font-weight:500}.bf-related-chip:hover:not(.is-active){background:#ebebeb}.bf-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 12px}@media(min-width:600px){.bf-related-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.bf-related-grid{grid-template-columns:repeat(6,1fr)}}.bf-related-card{background:#fff;border:.5px solid var(--bf-br);border-radius:7px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:var(--bf-txt);transition:border-color .15s,transform .15s}.bf-related-card:hover{border-color:var(--bf-orange);transform:translateY(-1px)}.bf-related-card-img{aspect-ratio:1;background:linear-gradient(180deg,#fafafa,#f0f0f0);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.bf-related-card-img img{width:100%;height:100%;object-fit:cover}.bf-related-card-emoji{font-size:30px;color:var(--bf-txt5)}.bf-related-bdg{position:absolute;top:5px;left:5px;background:var(--bf-orange);color:#fff;font-size:9px;font-weight:600;padding:2px 5px;border-radius:3px;letter-spacing:.02em}.bf-related-bdg.new{background:var(--bf-green)}.bf-related-card-info{padding:6px 8px 8px}.bf-related-card-name{font-size:11px;color:var(--bf-txt);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:28px}.bf-related-card-pr{font-size:13px;font-weight:600;color:var(--bf-orange);margin-top:4px}.bf-related-card-pr s{font-size:10px;color:var(--bf-txt4);font-weight:400;margin-left:3px}.bf-related-status{padding:18px 12px 6px;text-align:center}.bf-related-counter{font-size:11px;color:var(--bf-txt3)}.bf-related-status.is-loading .bf-related-counter{color:var(--bf-orange)}.bf-related-spin{display:inline-block;width:14px;height:14px;border:2px solid var(--bf-orange-br);border-top-color:var(--bf-orange);border-radius:50%;animation:bf-related-spin .8s linear infinite;vertical-align:-2px;margin-right:6px}@keyframes bf-related-spin{to{transform:rotate(360deg)}}.bf-related-loading-full{grid-column:1 / -1;padding:30px 0;text-align:center;color:var(--bf-txt3);font-size:12px}.bf-related-sentinel{height:1px}.bf-related-end{padding:18px 12px 0}.bf-related-end[hidden]{display:none}.bf-related-end-line{text-align:center;font-size:11px;color:var(--bf-txt3);margin-bottom:4px}.bf-related-end-sub{text-align:center;font-size:10.5px;color:var(--bf-txt4);margin-bottom:16px}.bf-related-fallback{background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);border-radius:10px;padding:16px;text-align:center;margin-bottom:12px}.bf-related-fallback-t{font-size:12px;font-weight:600;margin-bottom:11px}.bf-related-fallback-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-bottom:12px}.bf-related-fallback-btn{background:#fff;border:.5px solid var(--bf-orange-br);color:var(--bf-orange);font-size:11px;font-weight:500;padding:9px 6px;border-radius:6px;text-decoration:none}.bf-related-fallback-cta{display:inline-block;background:var(--bf-orange);color:#fff;font-size:11px;font-weight:500;padding:9px 18px;border-radius:6px;text-decoration:none}.bf-related-rescue{background:var(--bf-black);color:#fff;border-radius:10px;padding:14px;display:flex;gap:12px;align-items:center}.bf-related-rescue-ic{background:#f973162e;color:var(--bf-orange);width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:15px}.bf-related-rescue-text{flex:1;min-width:0}.bf-related-rescue-t{font-size:12px;font-weight:600;line-height:1.2;margin-bottom:3px}.bf-related-rescue-s{font-size:10.5px;color:#ffffffb3;line-height:1.4}.bf-related-rescue-btn{background:var(--bf-wa);color:#fff;font-size:11px;font-weight:500;padding:7px 12px;border-radius:5px;flex-shrink:0;text-decoration:none}.bf-cats-page{background:#fff;height:calc(100vh - 60px);overflow:hidden}@media(max-width:768px){.bf-cats-page{height:calc(100vh - 116px)}}.bf-hero-section{padding:12px 14px}.bf-hero-card{background:var(--bf-orange);border-radius:14px;padding:22px;color:#fff;position:relative;overflow:hidden}.bf-hero-bg-circle{position:absolute;border-radius:50%;pointer-events:none}.bf-hero-bg-1{top:-60px;right:-60px;width:180px;height:180px;background:#ffffff14}.bf-hero-bg-2{bottom:-80px;left:-50px;width:200px;height:200px;background:#0000000f}.bf-hero-content{position:relative;z-index:2}.bf-hero-tag{display:inline-block;background:#ffffff38;font-size:11px;padding:4px 11px;border-radius:99px;margin-bottom:10px;font-weight:500}.bf-hero-title{font-size:26px;font-weight:700;line-height:1.05;letter-spacing:-.02em;margin:0 0 7px}.bf-hero-sub{font-size:12px;opacity:.92;margin:0 0 14px;line-height:1.5}.bf-hero-ctas{display:flex;gap:7px;flex-wrap:wrap}.bf-hero-cta-primary{background:#fff;color:var(--bf-orange);font-size:12px;font-weight:600;padding:9px 16px;border-radius:7px;text-decoration:none;display:inline-block}.bf-hero-cta-secondary{background:var(--bf-black);color:#fff;font-size:12px;padding:9px 16px;border-radius:7px;text-decoration:none;display:inline-block}.bf-banners3-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px}.bf-banner3{border-radius:9px;padding:11px 8px;text-align:center;text-decoration:none;border:.5px solid transparent}.bf-banner3-light{background:var(--bf-orange-bg);border-color:var(--bf-orange-br);color:var(--bf-orange)}.bf-banner3-dark{background:var(--bf-black);color:#fff}.bf-banner3-title{font-size:12px;font-weight:600}.bf-banner3-light .bf-banner3-sub{font-size:9.5px;color:#993c1d;margin-top:2px}.bf-banner3-dark .bf-banner3-sub{font-size:9.5px;color:#bbb;margin-top:2px}.bf-ticker-section{background:var(--bf-black)}.bf-ticker{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:11px;color:#fff}.bf-ticker-dot{width:6px;height:6px;background:var(--bf-green);border-radius:50%;flex-shrink:0;animation:bf-ticker-pulse 2s infinite}@keyframes bf-ticker-pulse{0%,to{opacity:1}50%{opacity:.4}}.bf-ticker-viewport{flex:1;height:16px;overflow:hidden;position:relative}.bf-ticker-track{position:absolute;top:0;left:0;width:100%;animation-name:bf-ticker-slide;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes bf-ticker-slide{to{transform:translateY(-100%)}}.bf-ticker-item{height:16px;line-height:16px;color:#ddd;font-size:11px}.bf-ticker-item b{color:var(--bf-orange);font-weight:500}.bf-ticker-time{opacity:.7}.bf-dotd-section{padding:14px}.bf-dotd-card{background:var(--bf-black);border-radius:14px;padding:16px;color:#fff;display:flex;gap:13px;align-items:center;position:relative}.bf-dotd-cover-link{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px}.bf-dotd-img{width:90px;height:90px;background:#2a2a2a;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:36px;flex-shrink:0;overflow:hidden}.bf-dotd-img img{width:100%;height:100%;object-fit:cover}.bf-dotd-info{flex:1;min-width:0}.bf-dotd-tag{display:inline-block;background:var(--bf-orange);color:#fff;font-size:9px;font-weight:600;padding:3px 8px;border-radius:99px;margin-bottom:6px;letter-spacing:.04em}.bf-dotd-title{font-size:14px;font-weight:500;line-height:1.2;margin-bottom:5px}.bf-dotd-prices{display:flex;align-items:baseline;gap:7px;margin-bottom:7px}.bf-dotd-price{font-size:20px;font-weight:600;color:var(--bf-orange)}.bf-dotd-was{font-size:12px;color:#888}.bf-dotd-discount{background:var(--bf-green);color:#fff;font-size:9px;font-weight:500;padding:2px 6px;border-radius:3px}.bf-dotd-bar-wrap{height:5px;background:#2a2a2a;border-radius:99px;overflow:hidden;margin-bottom:4px}.bf-dotd-bar{height:100%;background:var(--bf-orange);border-radius:99px}.bf-dotd-meta{font-size:10px;color:#bbb}.bf-dotd-meta b{color:var(--bf-orange);font-weight:500}.bf-bales-section{padding:14px}.bf-bales-card{background:var(--bf-orange-bg);border:1px solid var(--bf-orange-br);border-radius:14px;padding:18px;position:relative;overflow:hidden}.bf-bales-bg-circle{position:absolute;top:-25px;right:-25px;width:90px;height:90px;background:#e6500014;border-radius:50%}.bf-bales-content{position:relative;z-index:2}.bf-bales-tag{display:inline-block;background:var(--bf-orange);color:#fff;font-size:9.5px;font-weight:600;padding:3px 10px;border-radius:99px;margin-bottom:9px;letter-spacing:.02em}.bf-bales-title{font-size:18px;font-weight:600;color:var(--bf-txt);line-height:1.15;margin:0 0 5px}.bf-bales-sub{font-size:11px;color:#993c1d;margin:0 0 12px;line-height:1.4}.bf-bales-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:12px}.bf-bales-tile{background:#fff;border:.5px solid var(--bf-orange-br);border-radius:8px;padding:9px 5px;text-align:center;text-decoration:none}.bf-bales-tile-emoji{font-size:20px;line-height:1}.bf-bales-tile-name{font-size:9.5px;color:#993c1d;margin-top:4px;line-height:1.2;word-break:break-word}.bf-bales-cta{display:inline-block;background:var(--bf-orange);color:#fff;font-size:11px;font-weight:500;padding:9px 16px;border-radius:7px;text-decoration:none}.bf-prow-section{background:#fff;padding:16px 0}.bf-prow-head{padding:0 14px 10px;display:flex;justify-content:space-between;align-items:baseline}.bf-prow-title{font-size:14px;font-weight:600}.bf-prow-link{font-size:11px;color:var(--bf-orange);text-decoration:none}.bf-prow-row{display:flex;gap:8px;overflow-x:auto;padding:0 14px;scrollbar-width:none}.bf-prow-row::-webkit-scrollbar{display:none}.bf-prow-card{flex-shrink:0;width:130px;text-decoration:none;color:var(--bf-txt)}.bf-prow-img{aspect-ratio:1;border-radius:8px;background:linear-gradient(180deg,#fafafa,#f0f0f0);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.bf-prow-img img{width:100%;height:100%;object-fit:cover}.bf-prow-bdg{position:absolute;top:6px;left:6px;background:var(--bf-orange);color:#fff;font-size:9px;font-weight:500;padding:2px 6px;border-radius:3px}.bf-prow-bdg.bf-prow-rank{background:var(--bf-black)}.bf-prow-bdg.bf-prow-new{background:var(--bf-green)}.bf-prow-name{font-size:11px;line-height:1.3;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:28px}.bf-prow-pr{font-size:12px;font-weight:600;color:var(--bf-orange);margin-top:3px}.bf-prow-pr s{font-size:10px;color:#aaa;font-weight:400;margin-left:4px}.bf-prow-card-empty .bf-prow-img{background:#f5f5f5}.bf-prow-card-empty .bf-prow-name,.bf-prow-card-empty .bf-prow-pr{opacity:.4}.bf-testi-section{background:#fff;padding:16px 14px}.bf-testi-head{font-size:14px;font-weight:600;margin-bottom:10px}.bf-testi-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bf-testi-card{background:var(--bf-orange-bg);border-left:3px solid var(--bf-orange);border-radius:0 8px 8px 0;padding:11px}.bf-testi-quote{font-size:11px;line-height:1.45;font-style:italic}.bf-testi-meta{font-size:9.5px;color:#993c1d;margin-top:6px;font-weight:500}.bf-stats-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px}.bf-stat-card{background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);border-radius:8px;padding:12px 6px;text-align:center}.bf-stat-num{font-size:20px;font-weight:600;color:var(--bf-orange);line-height:1}.bf-stat-lbl{font-size:9.5px;color:#993c1d;margin-top:4px}.bf-acc-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border-bottom:.5px solid var(--bf-br);position:sticky;top:0;z-index:10}.bf-acc-back{width:28px;height:28px;border-radius:50%;background:#f4f4f4;display:inline-flex;align-items:center;justify-content:center;color:var(--bf-txt);text-decoration:none;font-size:16px}.bf-acc-title{flex:1;font-size:14px;font-weight:600}.bf-acc-logout{font-size:11px;color:var(--bf-txt3);text-decoration:none}.bf-acc-h{font-size:13px;font-weight:600;margin-bottom:9px}.bf-acc-h-link{font-size:11px;color:var(--bf-orange);text-decoration:none}.bf-acc-pulse-dot{display:inline-block;width:5px;height:5px;background:var(--bf-green);border-radius:50%;animation:bf-acc-pulse 2s infinite;vertical-align:middle;margin-right:4px}@keyframes bf-acc-pulse{0%,to{opacity:1}50%{opacity:.4}}.bf-input{display:block;width:100%;padding:11px 13px;background:#fff;border:1px solid var(--bf-br2);border-radius:7px;font-size:13px;color:var(--bf-txt);font-family:inherit;line-height:1.2;box-sizing:border-box}.bf-input:focus{outline:none;border-color:var(--bf-black)}.bf-input::placeholder{color:#aaa}.bf-input-area{min-height:70px;resize:vertical}.bf-lbl{display:block;font-size:11px;color:#555;margin-bottom:5px;font-weight:500}.bf-fld{margin-bottom:12px}.bf-fld-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bf-req{color:var(--bf-orange)}.bf-opt{color:#888;font-weight:400}.bf-help{font-size:10px;color:#888;margin-top:4px;line-height:1.4}.bf-acc-page{background:#fff;min-height:100vh;padding-bottom:80px}.bf-acc-hero{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;padding:16px}.bf-acc-hero-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.bf-acc-avatar{width:52px;height:52px;background:var(--bf-orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#fff;flex-shrink:0}.bf-acc-hero-info{flex:1;min-width:0}.bf-acc-name-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:3px}.bf-acc-name{font-size:14px;font-weight:600;color:#fff}.bf-acc-badge{background:var(--bf-orange);color:#fff;font-size:9px;font-weight:600;padding:2px 7px;border-radius:99px;letter-spacing:.04em}.bf-acc-company{font-size:11px;color:#bbb}.bf-acc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.bf-acc-stat{background:#ffffff14;border-radius:7px;padding:10px;text-align:center}.bf-acc-stat-num{font-size:16px;font-weight:600;color:var(--bf-orange)}.bf-acc-stat-lbl{font-size:9.5px;color:#bbb;margin-top:3px}.bf-acc-active-order{padding:12px 14px}.bf-acc-active-card{background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);border-radius:8px;padding:12px;display:flex;align-items:center;gap:11px}.bf-acc-active-ic{background:var(--bf-orange);color:#fff;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.bf-acc-active-info{flex:1;min-width:0}.bf-acc-active-num{font-size:12px;font-weight:600}.bf-acc-active-meta{font-size:10px;color:#993c1d;margin-top:2px}.bf-acc-active-meta a{color:var(--bf-orange)}.bf-acc-active-cta{background:var(--bf-black);color:#fff;font-size:11px;font-weight:500;padding:7px 12px;border-radius:5px;text-decoration:none;flex-shrink:0}.bf-acc-quick{padding:12px 14px}.bf-acc-tile-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bf-acc-tile{background:#fff;border:.5px solid var(--bf-br);border-radius:8px;padding:12px;display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--bf-txt)}.bf-acc-tile-ic{width:34px;height:34px;border-radius:8px;background:var(--bf-orange-bg);color:var(--bf-orange);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.bf-acc-tile-t{font-size:12px;font-weight:600}.bf-acc-tile-s{font-size:9.5px;color:var(--bf-txt3);margin-top:1px}.bf-acc-orders{padding:14px;border-top:8px solid #f5f5f5}.bf-acc-orders-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:9px}.bf-acc-order-card{background:#fff;border:.5px solid var(--bf-br);border-radius:8px;padding:12px;margin-bottom:8px}.bf-acc-order-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.bf-acc-order-num{font-size:12px;font-weight:600}.bf-acc-order-meta{font-size:10px;color:var(--bf-txt3);margin-top:1px}.bf-acc-order-tot{font-size:13px;font-weight:600;color:var(--bf-orange);text-align:right}.bf-acc-order-status{display:inline-block;background:var(--bf-orange-bg);color:var(--bf-orange);font-size:9.5px;font-weight:500;padding:2px 7px;border-radius:3px;margin-top:3px}.bf-acc-order-status.is-done{background:#e6f7ec;color:#1a6e3e}.bf-acc-order-chips{display:flex;gap:5px;flex-wrap:wrap}.bf-acc-chip{background:#f4f4f4;color:#444;font-size:10px;padding:4px 9px;border-radius:99px;text-decoration:none}.bf-acc-empty{text-align:center;padding:24px 14px;background:#fafafa;border-radius:8px}.bf-acc-empty-emoji{font-size:38px}.bf-acc-empty-t{font-size:14px;font-weight:600;margin-top:8px}.bf-acc-empty-s{font-size:11px;color:var(--bf-txt3);margin-top:4px}.bf-acc-empty-cta{display:inline-block;background:var(--bf-orange);color:#fff;padding:8px 16px;border-radius:6px;margin-top:12px;font-size:11px;font-weight:500;text-decoration:none}.bf-acc-tier{padding:14px;border-top:8px solid #f5f5f5}.bf-acc-tier-card{background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);border-radius:8px;padding:13px}.bf-acc-tier-head{display:flex;justify-content:space-between;font-size:11px;color:#993c1d;margin-bottom:6px}.bf-acc-tier-label{font-weight:500}.bf-acc-tier-bar-wrap{height:6px;background:#ffe5d5;border-radius:99px;overflow:hidden;margin-bottom:7px}.bf-acc-tier-bar{height:100%;background:var(--bf-orange)}.bf-acc-tier-text{font-size:10.5px;color:#444;line-height:1.5}.bf-acc-tier-text b{font-weight:600}.bf-b2b-page{background:#fff;min-height:100vh;padding-bottom:80px}.bf-b2b-hero{background:var(--bf-black);color:#fff;padding:22px 16px}.bf-b2b-hero-tag{display:inline-block;background:var(--bf-orange);font-size:10px;font-weight:600;padding:3px 10px;border-radius:99px;margin-bottom:11px;letter-spacing:.04em}.bf-b2b-hero-title{font-size:20px;font-weight:600;line-height:1.2;margin:0 0 7px}.bf-b2b-hero-sub{font-size:11px;color:#ffffffbf;line-height:1.5;margin:0}.bf-b2b-perks{padding:14px;border-bottom:8px solid #f5f5f5}.bf-b2b-perks-head{font-size:12px;font-weight:600;margin-bottom:9px}.bf-b2b-perks-list{background:var(--bf-orange-bg);border-left:3px solid var(--bf-orange);border-radius:0 8px 8px 0;padding:12px}.bf-b2b-perk{font-size:11px;color:#444;line-height:1.7}.bf-b2b-form-sec{padding:14px}.bf-b2b-form-h{font-size:13px;font-weight:600;margin-bottom:12px}.bf-chip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.bf-chip-lbl{display:block;cursor:pointer}.bf-chip-lbl input{position:absolute;opacity:0;pointer-events:none}.bf-chip-lbl span{display:block;text-align:center;font-size:11px;border:1px solid var(--bf-br2);background:#fff;padding:9px 8px;border-radius:7px;color:var(--bf-txt)}.bf-chip-lbl input:checked+span{border:2px solid var(--bf-orange);background:var(--bf-orange-bg);color:var(--bf-orange);font-weight:600;padding:8px 7px}.bf-chip-row{display:flex;gap:6px;flex-wrap:wrap}.bf-chip-pill{display:inline-block;cursor:pointer}.bf-chip-pill input{position:absolute;opacity:0;pointer-events:none}.bf-chip-pill span{display:inline-block;background:#f4f4f4;color:#444;font-size:11px;padding:6px 12px;border-radius:99px;border:.5px solid var(--bf-br2)}.bf-chip-pill input:checked+span{background:var(--bf-black);color:#fff;border-color:var(--bf-black);font-weight:500}.bf-vol-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.bf-vol-lbl{display:block;cursor:pointer}.bf-vol-lbl input{position:absolute;opacity:0;pointer-events:none}.bf-vol-lbl span{display:block;text-align:center;font-size:10.5px;border:1px solid var(--bf-br2);background:#fff;padding:8px 4px;border-radius:6px;line-height:1.3}.bf-vol-lbl input:checked+span{border:2px solid var(--bf-orange);background:var(--bf-orange-bg);color:var(--bf-orange);font-weight:600;padding:7px 3px}.bf-consent{display:flex;gap:8px;align-items:flex-start;background:#f8f8f8;border-radius:7px;padding:11px;margin-bottom:14px;font-size:10.5px;color:#444;line-height:1.5;cursor:pointer}.bf-consent input{position:absolute;opacity:0;pointer-events:none}.bf-consent-tick{background:var(--bf-orange);color:#fff;width:18px;height:18px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}.bf-b2b-submit{background:var(--bf-orange);color:#fff;width:100%;padding:14px;border:0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.bf-b2b-form-foot{text-align:center;font-size:11px;color:var(--bf-txt3);margin-top:11px}.bf-b2b-form-foot a{color:var(--bf-orange);font-weight:500}.bf-track-page{background:#fff;min-height:100vh;padding-bottom:80px}.bf-track-intro{background:var(--bf-orange-bg);border-bottom:.5px solid var(--bf-orange-br);padding:16px 14px}.bf-track-intro-text{font-size:11px;color:#993c1d;line-height:1.5}.bf-track-form-sec{padding:14px}.bf-track-submit{background:var(--bf-orange);color:#fff;width:100%;padding:13px;border:0;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.bf-track-result{padding:14px;border-top:8px solid #f5f5f5}.bf-track-order-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.bf-track-order-num{font-size:14px;font-weight:600}.bf-track-demo{font-size:10px;color:var(--bf-txt3);font-weight:400}.bf-track-order-meta{font-size:10px;color:var(--bf-txt3);margin-top:2px}.bf-track-pill{background:var(--bf-orange-bg);border:1px solid var(--bf-orange-br);color:var(--bf-orange);font-size:10px;font-weight:500;padding:3px 9px;border-radius:99px}.bf-track-live{font-size:9.5px;color:var(--bf-green);margin-top:4px;display:flex;align-items:center;justify-content:flex-end}.bf-track-eta{background:linear-gradient(135deg,#1a1a1a,#2a1a0a);color:#fff;border-radius:9px;padding:13px;margin-bottom:14px}.bf-track-eta-label{font-size:10px;color:#bbb;margin-bottom:5px}.bf-track-eta-date{font-size:22px;font-weight:600;color:#fff;letter-spacing:-.02em;line-height:1.1;margin-bottom:5px}.bf-track-eta-meta{font-size:11px;color:var(--bf-orange);font-weight:500}.bf-track-timeline{position:relative;padding-left:22px}.bf-track-timeline:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:1.5px;background:#e5e5e5}.bf-track-step{position:relative;margin-bottom:14px;display:flex;gap:0}.bf-track-step:last-child{margin-bottom:0}.bf-track-step-ic{position:absolute;left:-22px;top:0;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:600}.bf-track-step.bf-track-done .bf-track-step-ic{background:var(--bf-green);color:#fff}.bf-track-step.bf-track-current .bf-track-step-ic{background:var(--bf-orange);color:#fff;animation:bf-acc-pulse 2s infinite}.bf-track-step.bf-track-pending{opacity:.45}.bf-track-step.bf-track-pending .bf-track-step-ic{background:#fff;border:1.5px solid var(--bf-br2);color:#aaa}.bf-track-step-t{font-size:12px;font-weight:600;line-height:1.3}.bf-track-step.bf-track-current .bf-track-step-t{color:var(--bf-orange)}.bf-track-step-s{font-size:10px;color:var(--bf-txt3);margin-top:2px}.bf-track-step-s a{color:var(--bf-orange);font-weight:500}.bf-track-rescue{padding:14px}.bf-track-rescue-card{background:var(--bf-black);border-radius:9px;padding:13px;display:flex;gap:12px;align-items:center}.bf-track-rescue-ic{background:#25d36633;color:var(--bf-wa);width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px}.bf-track-rescue-body{flex:1;min-width:0;color:#fff}.bf-track-rescue-t{font-size:12px;font-weight:600}.bf-track-rescue-s{font-size:10.5px;color:#ffffffb3;margin-top:2px}.bf-track-rescue-btn{background:var(--bf-wa);color:#fff;font-size:11px;font-weight:500;padding:8px 14px;border-radius:5px;text-decoration:none}.bf-bulk-page{background:#fff;min-height:100vh;padding-bottom:80px}.bf-bulk-hero{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;padding:18px 14px}.bf-bulk-hero-tag{display:inline-block;background:var(--bf-orange);color:#fff;font-size:10px;font-weight:600;padding:3px 10px;border-radius:99px;margin-bottom:9px;letter-spacing:.04em}.bf-bulk-hero-title{font-size:18px;font-weight:600;line-height:1.2;margin:0 0 6px}.bf-bulk-hero-sub{font-size:11px;color:#ffffffbf;margin:0;line-height:1.5}.bf-bulk-modes{padding:14px 14px 8px;border-bottom:.5px solid var(--bf-br)}.bf-bulk-modes-tabs{display:flex;gap:6px}.bf-bulk-mode{background:#f4f4f4;color:#444;font-size:11px;padding:7px 13px;border:.5px solid var(--bf-br2);border-radius:7px;cursor:pointer;font-family:inherit}.bf-bulk-mode.is-active{background:var(--bf-black);color:#fff;border-color:var(--bf-black);font-weight:500}.bf-bulk-input{padding:14px}.bf-bulk-format{font-size:11px;color:var(--bf-txt3);margin-bottom:8px}.bf-bulk-format code{background:#f4f4f4;padding:2px 6px;border-radius:3px;font-size:10px}.bf-bulk-textarea{display:block;width:100%;background:#fafafa;border:.5px solid var(--bf-br2);border-radius:7px;padding:12px;font-family:SF Mono,Menlo,monospace;font-size:12px;line-height:1.7;color:var(--bf-txt);min-height:160px;box-sizing:border-box;resize:vertical}.bf-bulk-input-foot{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.bf-bulk-valid-count{font-size:11px;color:var(--bf-green);font-weight:500}.bf-bulk-validate-btn{background:transparent;border:0;padding:0;color:var(--bf-orange);font-weight:500;font-size:11px;cursor:pointer;font-family:inherit}.bf-bulk-results-sec{padding:14px;border-top:8px solid #f5f5f5}.bf-bulk-h{font-size:13px;font-weight:600;margin-bottom:11px}.bf-bulk-results{display:flex;flex-direction:column}.bf-bulk-loading{text-align:center;padding:18px;color:var(--bf-txt3);font-size:12px}.bf-bulk-row{display:flex;align-items:center;gap:11px;padding:11px;border:.5px solid var(--bf-br);border-radius:7px;margin-bottom:6px}.bf-bulk-row-warn{background:var(--bf-orange-bg);border-color:var(--bf-orange-br)}.bf-bulk-row-img{width:38px;height:38px;background:linear-gradient(180deg,#fafafa,#f0f0f0);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.bf-bulk-row-img img{width:100%;height:100%;object-fit:cover}.bf-bulk-row-ic{width:38px;height:38px;background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);color:var(--bf-orange);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.bf-bulk-row-info{flex:1;min-width:0}.bf-bulk-row-name{font-size:11px;font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-bulk-row-warn .bf-bulk-row-name{color:#993c1d}.bf-bulk-row-meta{font-size:9.5px;color:var(--bf-txt3);margin-top:1px}.bf-bulk-row-tot{font-size:12px;font-weight:600;color:var(--bf-orange);flex-shrink:0}.bf-bulk-totals{margin-top:12px}.bf-bulk-tot-row{display:flex;justify-content:space-between;font-size:11px;color:#555;padding:4px}.bf-bulk-tot-row b{font-weight:600;color:var(--bf-txt)}.bf-bulk-tot-discount,.bf-bulk-tot-discount b{color:var(--bf-green)}.bf-bulk-actions{padding:14px}.bf-bulk-actions-grid{display:grid;grid-template-columns:1fr 2fr;gap:8px}.bf-bulk-quote-btn{background:var(--bf-black);color:#fff;text-align:center;padding:14px 8px;border-radius:7px;font-size:12px;font-weight:600;text-decoration:none}.bf-bulk-add-btn{background:var(--bf-orange);color:#fff;border:0;padding:14px 8px;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.bf-bulk-add-btn:disabled{opacity:.6;cursor:not-allowed}.bf-bulk-foot{font-size:9.5px;color:var(--bf-txt3);text-align:center;margin-top:8px}.bf-about-page{background:#fff;min-height:100vh;padding-bottom:80px}.bf-about-hero{background:var(--bf-black);color:#fff;padding:30px 16px;text-align:center;position:relative;overflow:hidden}.bf-about-hero-bg{position:absolute;top:-50px;right:-50px;width:160px;height:160px;background:#e650001a;border-radius:50%}.bf-about-hero-content{position:relative;z-index:2}.bf-about-hero-title{font-size:28px;font-weight:700;line-height:1.05;letter-spacing:-.02em;margin:0 0 10px}.bf-about-hero-title span{color:var(--bf-orange)}.bf-about-hero-sub{font-size:12px;color:#ffffffbf;line-height:1.5;max-width:280px;margin:0 auto}.bf-about-stats{padding:14px}.bf-about-block{padding:16px 14px;border-top:8px solid #f5f5f5}.bf-about-h{font-size:13px;font-weight:600;margin-bottom:10px}.bf-about-prose{font-size:12px;color:#444;line-height:1.65}.bf-about-prose b{font-weight:600;color:var(--bf-txt)}.bf-about-prose p{margin:0 0 14px}.bf-about-prose p:last-child{margin:0}.bf-about-warehouse{background:linear-gradient(135deg,#444,#1a1a1a);color:#fff;border-radius:10px;padding:14px;display:flex;gap:12px;align-items:flex-start}.bf-about-warehouse-img{width:80px;height:80px;background:#2a2a2a;border-radius:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:36px}.bf-about-warehouse-info{flex:1;min-width:0}.bf-about-warehouse-name{font-size:13px;font-weight:600;margin-bottom:4px}.bf-about-warehouse-meta{font-size:10.5px;color:#bbb;line-height:1.5;margin-bottom:7px}.bf-about-warehouse-tag{display:inline-block;background:var(--bf-orange);color:#fff;font-size:10px;padding:2px 8px;border-radius:99px}.bf-about-docu-sec{padding:0 14px 16px}.bf-about-docu{background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);border-radius:9px;padding:13px;display:flex;gap:11px;align-items:flex-start}.bf-about-docu-emoji{font-size:20px;flex-shrink:0}.bf-about-docu-body{flex:1}.bf-about-docu-t{font-size:12px;font-weight:600;margin-bottom:4px}.bf-about-docu-s{font-size:10.5px;color:#993c1d;line-height:1.5;margin-bottom:7px}.bf-about-docu-cta{background:var(--bf-orange);color:#fff;font-size:11px;font-weight:500;padding:6px 12px;border-radius:5px;text-decoration:none;display:inline-block}.bf-about-team{display:grid;grid-template-columns:1fr 1fr;gap:11px}.bf-about-member{text-align:center}.bf-about-member-avatar{width:76px;height:76px;border-radius:50%;margin:0 auto 7px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;font-weight:600}.bf-about-member-name{font-size:12px;font-weight:600}.bf-about-member-role{font-size:10.5px;color:var(--bf-txt3);margin-top:1px;line-height:1.3}.bf-about-team-note{font-size:10.5px;color:var(--bf-txt3);text-align:center;margin-top:12px;line-height:1.5}.bf-about-beliefs{display:grid;gap:9px}.bf-about-belief{background:var(--bf-orange-bg);border-left:3px solid var(--bf-orange);border-radius:0 8px 8px 0;padding:11px}.bf-about-belief-t{font-size:12px;font-weight:600;margin-bottom:4px}.bf-about-belief-b{font-size:11px;color:#444;line-height:1.5}.bf-about-cta{padding:22px 14px;background:var(--bf-black);color:#fff;text-align:center}.bf-about-cta-t{font-size:14px;font-weight:600;margin-bottom:6px}.bf-about-cta-s{font-size:11px;color:#ffffffb3;margin-bottom:12px;line-height:1.5}.bf-about-cta-btn{display:inline-block;background:var(--bf-wa);color:#fff;font-size:12px;font-weight:600;padding:10px 18px;border-radius:6px;text-decoration:none}.bf-shipguide-page{background:#fff;min-height:100vh;padding-bottom:80px}.bf-shipguide-hero{background:var(--bf-orange);color:#fff;padding:24px 14px;text-align:center}.bf-shipguide-hero-tag{display:inline-block;background:#fff3;font-size:10px;font-weight:500;padding:3px 12px;border-radius:99px;margin-bottom:10px;letter-spacing:.1em;text-transform:uppercase}.bf-shipguide-hero-title{font-size:22px;font-weight:600;line-height:1.15;margin:0 0 5px}.bf-shipguide-hero-sub{font-size:11px;opacity:.92;margin:0;line-height:1.5}.bf-shipguide-notice{background:var(--bf-orange-bg);border-bottom:.5px solid var(--bf-orange-br);padding:13px 14px;display:flex;gap:10px}.bf-shipguide-notice-ic{background:var(--bf-orange);color:#fff;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.bf-shipguide-notice-text{font-size:11px;color:#444;line-height:1.5}.bf-shipguide-section{padding:16px 14px;border-top:8px solid #f5f5f5}.bf-shipguide-section:first-of-type{border-top:0}.bf-shipguide-h{font-size:13px;font-weight:600;margin-bottom:11px}.bf-shipguide-options{display:grid;gap:9px}.bf-shipguide-opt{background:#fff;border:1px solid var(--bf-orange-br);border-radius:8px;padding:12px}.bf-shipguide-opt-head{display:flex;align-items:center;gap:11px;margin-bottom:7px}.bf-shipguide-opt-ic{background:var(--bf-orange-bg);color:var(--bf-orange);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.bf-shipguide-opt-dark{background:var(--bf-black)}.bf-shipguide-opt-mid{flex:1;min-width:0}.bf-shipguide-opt-name{font-size:13px;font-weight:600}.bf-shipguide-opt-pop{background:var(--bf-orange);color:#fff;font-size:9px;font-weight:600;padding:1px 6px;border-radius:99px;margin-left:5px;letter-spacing:.04em}.bf-shipguide-opt-carriers{font-size:10.5px;color:var(--bf-txt3);margin-top:1px}.bf-shipguide-opt-time{text-align:right;flex-shrink:0}.bf-shipguide-opt-days{font-size:14px;font-weight:600;color:var(--bf-orange);line-height:1}.bf-shipguide-opt-unit{font-size:9.5px;color:var(--bf-txt3);margin-top:3px}.bf-shipguide-opt-text{font-size:11px;color:#444;line-height:1.5}.bf-shipguide-calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bf-shipguide-calc-card{background:#fff;border:.5px solid var(--bf-br);border-radius:8px;padding:12px}.bf-shipguide-calc-t{font-size:12px;font-weight:600;margin-bottom:6px}.bf-shipguide-calc-method{font-size:11px;color:#666;line-height:1.5;margin-bottom:9px}.bf-shipguide-calc-formula{background:var(--bf-orange-bg);color:var(--bf-orange);font-size:11px;font-weight:600;padding:7px 8px;border-radius:5px;text-align:center;line-height:1.3}.bf-shipguide-customs{background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);border-radius:9px;padding:13px}.bf-shipguide-customs-t{font-size:12px;font-weight:600;margin-bottom:7px}.bf-shipguide-customs-text{font-size:11px;color:#444;line-height:1.55;margin-bottom:11px}.bf-shipguide-customs-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.bf-shipguide-customs-doc{background:#fff;border:.5px solid var(--bf-orange-br);border-radius:5px;padding:7px 9px;font-size:10.5px;line-height:1.4}.bf-shipguide-customs-doc b{font-weight:600}.bf-shipguide-customs-doc span{color:var(--bf-txt3)}.bf-shipguide-customs-foot{font-size:10.5px;color:var(--bf-txt3);margin-top:11px;line-height:1.5;text-align:center}.bf-shipguide-countries{display:grid;gap:7px}.bf-shipguide-country{background:#fafafa;border:.5px solid var(--bf-br);border-radius:8px;padding:11px;display:flex;gap:11px;align-items:flex-start}.bf-shipguide-country-flag{font-size:20px;flex-shrink:0;line-height:1}.bf-shipguide-country-info{flex:1}.bf-shipguide-country-name{font-size:12px;font-weight:600}.bf-shipguide-country-text{font-size:10.5px;color:#666;line-height:1.5;margin-top:3px}.bf-shipguide-own{background:var(--bf-black);color:#fff;border-radius:9px;padding:13px;display:flex;gap:12px;align-items:flex-start}.bf-shipguide-own-ic{background:#e6500033;color:var(--bf-orange);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px}.bf-shipguide-own-t{font-size:12px;font-weight:600;margin-bottom:4px}.bf-shipguide-own-s{font-size:10.5px;color:#ffffffbf;line-height:1.55}.bf-shipguide-rescue-sec{padding:14px}.bf-shipguide-rescue{background:var(--bf-orange-bg);border:.5px solid var(--bf-orange-br);border-radius:9px;padding:12px;display:flex;gap:12px;align-items:center}.bf-shipguide-rescue-ic{background:var(--bf-wa);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bf-shipguide-rescue-body{flex:1;min-width:0}.bf-shipguide-rescue-t{font-size:12px;font-weight:600}.bf-shipguide-rescue-s{font-size:10.5px;color:#993c1d;margin-top:2px}.bf-shipguide-rescue-btn{background:var(--bf-wa);color:#fff;font-size:11px;font-weight:500;padding:8px 14px;border-radius:5px;text-decoration:none;flex-shrink:0}.bf-template-index .bf-topbar,.bf-template-index .bf-header{display:none!important}.bf-shine-topbar{background:var(--bf-black);color:#fff;font-size:10px;font-weight:500;letter-spacing:.04em;text-align:center;padding:7px 12px;position:relative;overflow:hidden}.bf-shine-topbar:before{content:"";position:absolute;top:0;left:0;width:30%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);animation:bf-shine-sweep 5s infinite}@keyframes bf-shine-sweep{0%{transform:translate(-100%)}to{transform:translate(400%)}}.bf-shine-topbar-text{position:relative;z-index:1}.bf-mini-header{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;background:#fff;border-bottom:.5px solid var(--bf-br);position:sticky;top:0;z-index:10}.bf-mini-logo{font-size:16px;font-weight:700;color:var(--bf-orange);letter-spacing:-.02em;text-decoration:none}.bf-mini-right{display:flex;align-items:center;gap:12px}.bf-mini-live{display:flex;align-items:center;gap:4px;font-size:10px;color:var(--bf-green);font-weight:500}.bf-mini-live-dot{display:inline-block;width:6px;height:6px;background:var(--bf-green);border-radius:50%;animation:bf-mini-pulse 2s infinite}@keyframes bf-mini-pulse{0%,to{opacity:1}50%{opacity:.4}}.bf-mini-live-num{color:var(--bf-green);font-weight:600}.bf-mini-cart{position:relative;color:var(--bf-txt);text-decoration:none;display:inline-flex;align-items:center}.bf-mini-cart-badge{position:absolute;top:-4px;right:-6px;background:var(--bf-orange);color:#fff;font-size:9px;font-weight:600;min-width:16px;height:16px;padding:0 4px;border-radius:99px;display:flex;align-items:center;justify-content:center;border:1.5px solid #fff;box-sizing:border-box}.bf-searchbar-form{padding:9px 14px;background:#fff}.bf-searchbar{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--bf-black);border-radius:99px;padding:6px 14px}.bf-searchbar-input{flex:1;border:0;background:transparent;font-size:12px;color:var(--bf-txt);font-family:inherit;outline:none;min-width:0}.bf-searchbar-input::placeholder{color:#888}.bf-searchbar-img-btn{background:transparent;border:0;padding:4px;cursor:pointer;color:#888;display:inline-flex;align-items:center;justify-content:center}.bf-searchbar-go{background:var(--bf-black);color:#fff;border:0;width:24px;height:24px;border-radius:99px;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-family:inherit}.bf-trust-strip{background:#fff8f2;border-top:.5px solid var(--bf-orange-br);border-bottom:.5px solid var(--bf-orange-br);padding:7px 14px;display:flex;align-items:center;gap:10px;font-size:10.5px;color:var(--bf-green);font-weight:500;flex-wrap:wrap}.bf-trust-item{white-space:nowrap}.bf-trust-sep{color:#ddd;font-weight:400}@media(min-width:600px){.bf-template-index .bf-shine-topbar,.bf-template-index .bf-mini-header,.bf-template-index .bf-searchbar-form,.bf-template-index .bf-trust-strip,.bf-template-index .bf-hero-section,.bf-template-index .bf-banners3-section,.bf-template-index .bf-ticker,.bf-template-index .bf-dotd-section,.bf-template-index .bf-bales-section,.bf-template-index .bf-prow-section,.bf-template-index .bf-testi-section,.bf-template-index .bf-stats-section{max-width:480px;margin-left:auto;margin-right:auto}}.bf-gallery-counter{top:12px;right:12px;bottom:auto!important}.bf-gallery-share,.bf-gallery-wish{display:none!important}.bf-product-info .bf-price-block{margin:0 0 6px;padding:12px 12px 0}.bf-product-info .bf-price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.bf-product-info .bf-price-main{font-size:28px;font-weight:700;color:var(--bf-orange);letter-spacing:-.02em}.bf-product-info .bf-price-was{font-size:14px;color:#aaa;font-weight:400}.bf-product-info .bf-price-save-pill{background:var(--bf-orange-bg);color:var(--bf-orange);font-size:10px;font-weight:600;padding:3px 8px;border-radius:4px;letter-spacing:.02em}.bf-product-info .bf-product-title{font-size:16px;font-weight:500;line-height:1.3;color:var(--bf-txt);margin:6px 12px;padding:0}.bf-product-info .bf-product-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:11px;color:var(--bf-txt3);padding:0 12px 12px}.bf-product-info .bf-product-meta .bf-stars{color:#f5a623;font-size:11px;font-weight:500}.bf-product-info .bf-product-meta-sep{color:#ccc}.bf-product-info .bf-product-meta-item{color:var(--bf-txt3)}.bf-tier-card{margin:0 12px 12px;background:#fff8f2;border:1px solid var(--bf-orange-br);border-radius:8px;padding:11px}.bf-tier-card-head{font-size:11px;font-weight:600;color:#993c1d;margin-bottom:7px}.bf-tier-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.bf-tier-cell{background:#fff;border:1.5px solid var(--bf-br2);border-radius:7px;padding:8px 4px;text-align:center;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.bf-tier-cell.active,.bf-tier-cell.bf-tier-active{border:2px solid var(--bf-orange);background:#fff;padding:7.5px 3.5px;box-shadow:0 4px 14px #e650002e,0 0 0 4px #e6500014;transform:translateY(-2px) scale(1.04);z-index:2;animation:bf-tier-pop .5s cubic-bezier(.34,1.56,.64,1)}@keyframes bf-tier-pop{0%{transform:translateY(0) scale(1)}40%{transform:translateY(-3px) scale(1.08)}to{transform:translateY(-2px) scale(1.04)}}.bf-tier-cell-range{font-size:9.5px;color:var(--bf-txt3);white-space:nowrap;font-weight:500;transition:color .25s}.bf-tier-cell-price{font-size:13px;font-weight:700;color:var(--bf-txt);margin-top:2px;transition:color .25s;letter-spacing:-.01em}.bf-tier-cell-save{font-size:9px;color:var(--bf-txt3);margin-top:1px;font-weight:500;transition:color .25s}.bf-tier-cell.active .bf-tier-cell-price,.bf-tier-cell.bf-tier-active .bf-tier-cell-price{color:var(--bf-orange)}.bf-tier-cell.active .bf-tier-cell-range,.bf-tier-cell.bf-tier-active .bf-tier-cell-range{color:var(--bf-orange);font-weight:600}.bf-tier-cell.active .bf-tier-cell-save,.bf-tier-cell.bf-tier-active .bf-tier-cell-save{background:var(--bf-orange);color:#fff;border-radius:99px;padding:1px 6px;display:inline-block;font-weight:600;margin-top:3px;font-size:8.5px}.bf-pdesc{font-size:12px;color:#444;line-height:1.6;padding:0 12px;margin-bottom:10px}.bf-pdesc-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:0 12px;font-size:11px}.bf-pdesc-cell{background:#f8f8f8;border-radius:5px;padding:7px 9px}.bf-pdesc-cell span{color:var(--bf-txt3)}.bf-pdesc-cell b{font-weight:600}.bf-sticky-bar4{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:.5px solid var(--bf-br);padding:8px 10px;display:grid;grid-template-columns:auto auto 1fr 1fr;gap:7px;align-items:center;z-index:90;padding-bottom:calc(8px + env(safe-area-inset-bottom,0))}.bf-sb4-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:44px;font-size:9px;color:var(--bf-txt3);background:transparent;border:0;text-decoration:none;cursor:pointer;padding:4px 0;font-family:inherit}.bf-sb4-icon.bf-sb4-wa{color:var(--bf-wa)}.bf-sb4-icon svg{display:block}.bf-sb4-quote{background:var(--bf-black);color:#fff;text-align:center;padding:11px 8px;border-radius:7px;font-size:12px;font-weight:600;text-decoration:none;border:0;cursor:pointer;font-family:inherit}.bf-sb4-atc{background:var(--bf-orange);color:#fff;text-align:center;padding:11px 8px;border-radius:7px;font-size:12px;font-weight:600;border:0;cursor:pointer;font-family:inherit}.bf-template-product main{padding-bottom:80px}.bf-categories-section{position:relative;width:100%}.bf-cat-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.bf-cat-stage{background:#fff;display:flex;flex-direction:column;height:calc(100vh - 60px);max-height:calc(100vh - 60px);overflow:hidden}@media(min-width:768px){.bf-cat-stage{max-width:520px;margin:18px auto 0;height:760px;border-radius:24px;border:.5px solid #e6e6e6;box-shadow:0 1px 8px #0000000a}}.bf-cat-search-wrap{padding:11px 12px 9px;flex-shrink:0}.bf-cat-search{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #1a1a1a;border-radius:99px;padding:6px 12px}.bf-cat-search-input{flex:1;border:0;background:transparent;font-size:13px;outline:none;font-family:inherit;color:#1a1a1a;min-width:0}.bf-cat-search-cam,.bf-cat-search-go{border:none;background:transparent;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.bf-cat-search-cam{color:#888}.bf-cat-search-go{background:#1a1a1a;color:#fff;width:28px;height:28px;border-radius:99px;font-size:14px;flex-shrink:0}.bf-cat-ship-strip{background:#fff8f2;border-top:.5px solid #ffd4b8;border-bottom:.5px solid #ffd4b8;padding:8px 12px;display:flex;align-items:center;gap:10px;font-size:11px;color:#27a056;font-weight:500;flex-shrink:0;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.bf-cat-ship-strip::-webkit-scrollbar{display:none}.bf-cat-ship-sep{color:#ddd;font-weight:400}.bf-cat-body{flex:1;display:flex;overflow:hidden;min-height:0}.bf-cat-sidebar{width:96px;background:#f6f6f6;overflow-y:auto;flex-shrink:0;border-right:.5px solid #eee;-webkit-overflow-scrolling:touch}.bf-cat-tab{display:block;padding:12px 7px;font-size:10.5px;line-height:1.25;color:#1a1a1a;cursor:pointer;border-left:3px solid transparent;background:#f6f6f6;transition:background .12s;-webkit-user-select:none;user-select:none}.bf-cat-tab:hover{background:#efefef}.bf-cat-right{flex:1;overflow-y:auto;padding:14px 10px;background:#fff;-webkit-overflow-scrolling:touch}.bf-cat-pane{display:none;grid-template-columns:1fr 1fr 1fr;gap:14px 6px}.bf-cat-pane-head{font-size:14px;font-weight:600;grid-column:1/-1;margin-bottom:2px;color:#1a1a1a;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.bf-cat-pane-count{font-size:11px;color:#888;font-weight:400}.bf-cat-profit-pill{background:#e65000;color:#fff;font-size:9px;padding:2px 7px;border-radius:99px;font-weight:600;letter-spacing:.02em}.bf-cat-tile{text-align:center;position:relative;text-decoration:none;color:#1a1a1a;display:block}.bf-cat-tc{aspect-ratio:1;border-radius:50%;margin-bottom:5px;display:flex;align-items:center;justify-content:center;font-size:30px;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);border:.5px solid transparent;transition:border-color .15s,transform .15s}.bf-cat-tile:hover .bf-cat-tc,.bf-cat-tile:active .bf-cat-tc{border-color:#e65000;transform:scale(.97)}.bf-cat-tn{font-size:10.5px;line-height:1.25;color:#1a1a1a;padding:0 2px}.bf-cat-tile-all .bf-cat-tc-all{background:linear-gradient(135deg,#fff5f0,#ffe4cc);color:#e65000;border:1px dashed #e65000;font-size:24px;font-weight:700}.bf-cat-tile-all .bf-cat-tn{color:#e65000;font-weight:500}.bf-cat-hot{position:absolute;top:-2px;right:4px;background:#e65000;color:#fff;font-size:8px;font-weight:600;padding:1px 5px;border-radius:3px;letter-spacing:.04em;z-index:1}@media(max-width:380px){.bf-cat-sidebar{width:84px}.bf-cat-tab{font-size:10px;padding:10px 6px}.bf-cat-tc{font-size:26px}.bf-cat-tn{font-size:10px}}.bf-search-page{background:#fff;min-height:100vh;padding-bottom:80px}.bf-search-topbar{display:flex;align-items:center;gap:8px;padding:11px 12px;background:#fff;border-bottom:.5px solid #eee;position:sticky;top:0;z-index:50}.bf-search-back{font-size:22px;color:#1a1a1a;text-decoration:none;padding:0 4px;line-height:1}.bf-search-input-wrap{display:flex;align-items:center;gap:6px;flex:1;background:#f6f6f6;border-radius:99px;padding:7px 12px;min-width:0}.bf-search-icon{color:#888;flex-shrink:0}.bf-search-input-text{flex:1;border:0;background:transparent;font-size:13px;outline:none;font-family:inherit;color:#1a1a1a;min-width:0}.bf-search-clear{color:#888;font-size:16px;text-decoration:none;padding:0 4px;line-height:1}.bf-search-submit{background:transparent;border:0;color:#e65000;font-size:12px;font-weight:500;cursor:pointer;padding:0 6px;font-family:inherit}.bf-search-from-cat{background:#fff8f2;border-bottom:.5px solid #ffd4b8;padding:9px 12px;display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:11px}.bf-search-from-label{color:#888}.bf-search-from-pill{background:#fff;border:.5px solid #e65000;color:#e65000;font-size:11px;font-weight:500;padding:2px 10px;border-radius:99px;text-decoration:none}.bf-search-from-pill:hover{background:#fff5f0}.bf-search-from-sep{color:#ccc}.bf-search-from-parent{color:#888}.bf-search-header{padding:11px 12px;background:#fff;border-bottom:.5px solid #eee}.bf-search-header-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.bf-search-title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0}.bf-search-count-pill{font-size:11px;color:#888;white-space:nowrap}.bf-search-count-pill strong{color:#1a1a1a;font-weight:500}.bf-search-tagline{font-size:11px;color:#888;margin-top:3px}.bf-search-sibling-chips{display:flex;gap:6px;overflow-x:auto;padding:9px 12px;background:#fff;border-bottom:.5px solid #eee;scrollbar-width:none}.bf-search-sibling-chips::-webkit-scrollbar{display:none}.bf-sib-chip{white-space:nowrap;background:#fff;border:.5px solid #ddd;color:#1a1a1a;font-size:11px;padding:5px 11px;border-radius:99px;text-decoration:none;transition:background .12s}.bf-sib-chip:hover{background:#fafafa}.bf-sib-chip.active{background:#1a1a1a;color:#fff;font-weight:500;border-color:#1a1a1a}.bf-search-fbar{background:#fff;border-bottom:.5px solid #eee;padding:9px 12px;position:sticky;top:49px;z-index:49}.bf-fbar-scroll{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.bf-fbar-scroll::-webkit-scrollbar{display:none}.bf-fbar-chip{white-space:nowrap;background:#fff;border:.5px solid #ddd;color:#1a1a1a;font-size:11px;padding:5px 11px;border-radius:6px;cursor:pointer;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center}.bf-fbar-chip:hover{background:#fafafa}.bf-fbar-chip.active{background:#fff5f0;border-color:#e65000;color:#e65000;font-weight:500}.bf-search-grid-wrap{background:#fafafa;padding:12px;min-height:300px}.bf-prod-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bf-pc{background:#fff;border-radius:8px;overflow:hidden;border:.5px solid #eee;position:relative;display:flex;flex-direction:column}.bf-pc-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.bf-pc-img{position:relative;aspect-ratio:1;background:#f5f5f5;overflow:hidden}.bf-pc-img-tag{width:100%;height:100%;object-fit:cover;display:block}.bf-pc-img-fallback{display:flex;align-items:center;justify-content:center;height:100%;font-size:50px;color:#ccc}.bf-pc-badges{position:absolute;top:6px;left:6px;display:flex;flex-direction:column;gap:3px;z-index:2}.bf-pc-badge{font-size:9px;font-weight:600;padding:2px 6px;border-radius:3px;letter-spacing:.02em;color:#fff}.bf-pc-badge-disc,.bf-pc-badge-hot{background:#e65000}.bf-pc-badge-new{background:#27a056}.bf-pc-moq-pill{position:absolute;bottom:6px;left:6px;background:#000000b3;color:#fff;font-size:9px;padding:2px 6px;border-radius:3px;z-index:2;letter-spacing:.02em}.bf-pc-wishlist{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:50%;background:#ffffffe6;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;padding:0}.bf-pc-wishlist svg{fill:none;stroke:#1a1a1a;stroke-width:2}.bf-pc-wishlist:hover svg{stroke:#e65000;fill:#e65000}.bf-pc-info{padding:8px;display:flex;flex-direction:column;gap:3px;flex:1}.bf-pc-name{font-size:11px;color:#1a1a1a;line-height:1.3;height:28px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bf-pc-prices{display:flex;align-items:baseline;gap:5px;margin-top:2px}.bf-pc-price{color:#e65000;font-size:14px;font-weight:600}.bf-pc-old{color:#aaa;font-size:10px}.bf-pc-tier{font-size:9px;color:#27a056;font-weight:500;margin-top:1px}.bf-pc-meta{display:flex;align-items:center;gap:3px;font-size:9px;color:#888;margin-top:2px}.bf-pc-rating{color:#f4a700;font-weight:500}.bf-pc-sold-new{color:#27a056;font-weight:500}.bf-pc-atc{background:#fff5f0;color:#e65000;border:0;border-top:.5px solid #ffd4b8;font-size:11px;font-weight:500;padding:8px;cursor:pointer;font-family:inherit;width:100%}.bf-pc-atc:hover{background:#ffe9d8}.bf-search-empty{background:#fff;border-radius:12px;border:.5px solid #eee;padding:48px 24px;text-align:center}.bf-empty-icon{font-size:42px;margin-bottom:12px}.bf-empty-title{font-size:15px;font-weight:600;margin-bottom:6px}.bf-empty-msg{font-size:12px;color:#888;line-height:1.6;max-width:400px;margin:0 auto 16px}.bf-empty-msg a{color:#e65000}.bf-empty-cta{display:inline-block;background:#e65000;color:#fff;font-size:12px;font-weight:600;padding:9px 20px;border-radius:99px;text-decoration:none}.bf-empty-cta:hover{background:#d04400}.bf-search-quote-banner{background:#1a1a1a;color:#fff;padding:16px 12px;text-align:center;margin-top:20px}.bf-quote-banner-title{font-size:13px;font-weight:500;margin-bottom:4px}.bf-quote-banner-msg{font-size:11px;color:#aaa;margin-bottom:10px}.bf-quote-banner-btn{display:inline-block;background:#e65000;color:#fff;border:0;font-size:12px;font-weight:600;padding:9px 20px;border-radius:99px;cursor:pointer;text-decoration:none}.bf-quote-banner-btn:hover{background:#d04400}.bf-infinite-loader{display:flex;align-items:center;justify-content:center;gap:8px;padding:18px;color:#888;font-size:12px}.bf-infinite-loader .spin{width:14px;height:14px;border:1.5px solid #ddd;border-top-color:#e65000;border-radius:50%;animation:bf-spin .8s linear infinite}@keyframes bf-spin{to{transform:rotate(360deg)}}.bf-infinite-end{text-align:center;padding:16px;color:#27a056;font-size:11px;font-weight:500}.bf-pc-tier-stack{display:flex;flex-direction:column;gap:1px;margin-top:2px}.bf-pc-tier-row{display:flex;align-items:baseline;gap:4px;font-size:9.5px;line-height:1.3;color:#555}.bf-pc-tier-label{color:#888;font-weight:400;flex-shrink:0}.bf-pc-tier-price{color:#1a6e3e;font-weight:600}.bf-pc-tier-pct{background:#e8f8ee;color:#1a6e3e;font-size:8px;padding:1px 4px;border-radius:2px;font-weight:500;margin-left:auto}.bf-pc-moq-pill{display:none!important}.bf-cart-tier-banner{background:#fff5f0;padding:12px 14px;border-bottom:.5px solid #ffd4b8}.bf-cart-tier-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:9px}.bf-cart-tier-ic{font-size:18px;margin-top:1px;flex-shrink:0}.bf-cart-tier-text{flex:1;min-width:0}.bf-cart-tier-t{font-size:12px;font-weight:500;color:#1a1a1a}.bf-cart-tier-t b{color:#e65000;font-weight:600}.bf-cart-tier-s{font-size:11px;color:#888;margin-top:2px}.bf-cart-tier-s b{color:#1a1a1a}.bf-cart-tier-active-pill{background:#27a056;color:#fff;font-size:9px;padding:3px 7px;border-radius:99px;font-weight:600;flex-shrink:0;align-self:flex-start}.bf-cart-tier-bar-wrap{position:relative;margin-bottom:5px}.bf-cart-tier-bar{background:#ffd4b8;border-radius:99px;height:6px;overflow:visible;position:relative}.bf-cart-tier-fill{background:#e65000;height:6px;border-radius:99px;transition:width .3s ease}.bf-tier-marker{position:absolute;top:-2px;width:2px;height:10px;background:#888;opacity:.5;border-radius:1px}.bf-cart-tier-labels{display:flex;justify-content:space-between;font-size:8.5px;color:#888;margin-top:5px;font-weight:500}.bf-cart-tier-labels span.active{color:#27a056;font-weight:600}.bf-cart-header{background:#fff;padding:11px 14px;border-bottom:.5px solid #eee;display:flex;align-items:center;gap:8px}.bf-cart-back{color:#1a1a1a;text-decoration:none;font-size:22px;line-height:1}.bf-cart-title{font-size:14px;font-weight:600;margin:0;flex:1}.bf-cart-count-label{font-weight:400;color:#888;font-size:11px}.bf-cart-item-pc-suffix{color:#888}.bf-cart-item-encourage{background:#fff5f0;border-radius:5px;padding:6px 8px;margin-top:8px;display:flex;align-items:center;gap:6px}.bf-cart-item-enc-ic{font-size:11px}.bf-cart-item-enc-text{font-size:10px;color:#1a1a1a;flex:1;line-height:1.3}.bf-cart-item-enc-text b{font-weight:600}.bf-cart-item-encourage-btn{background:#e65000;color:#fff;border:0;font-size:9px;font-weight:600;padding:3px 8px;border-radius:3px;cursor:pointer;flex-shrink:0}.bf-cart-min-warning{background:#fff8e5;border:.5px solid #f4a700;border-radius:8px;margin:10px 14px;padding:10px 12px;display:flex;gap:8px;align-items:flex-start}.bf-cart-min-ic{font-size:16px;color:#f4a700;flex-shrink:0}.bf-cart-min-text{flex:1}.bf-cart-min-t{font-size:12px;font-weight:600;color:#7c5a00;margin-bottom:2px}.bf-cart-min-s{font-size:10.5px;color:#7c5a00;line-height:1.4}.bf-cart-min-s b{color:#1a1a1a;font-weight:600}.bf-cart-ship-notice{background:#fff8f2;padding:11px 14px;border-top:.5px solid #ffd4b8;border-bottom:.5px solid #ffd4b8}.bf-cart-ship-t{font-size:11px;font-weight:500;color:#1a1a1a;display:flex;align-items:center;gap:6px}.bf-cart-ship-ic{font-size:14px}.bf-cart-ship-s{font-size:10px;color:#888;margin-top:3px;line-height:1.5}.bf-cart-ship-s b{color:#1a1a1a}.bf-cart-summary-row-savings{color:#1a6e3e!important;font-weight:500}.bf-cart-summary-row-shipping{color:#888!important}.bf-cart-trust-row{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:9px}.bf-cart-trust-it{font-size:9px;color:#888}.bf-cart-action-btn-wrap{background:#fff;padding:14px;border-top:.5px solid #eee}.bf-cart-checkout-btn{width:100%;background:#e65000;color:#fff;border:0;font-size:14px;font-weight:600;padding:14px;border-radius:8px;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px;font-family:inherit}.bf-cart-checkout-btn:hover{background:#d04400}.bf-empty-state{text-align:center;padding:60px 24px;background:#fff}.bf-empty-ic{font-size:48px;margin-bottom:14px}.bf-empty-t{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:6px}.bf-empty-s{font-size:12px;color:#888;line-height:1.5;max-width:320px;margin:0 auto 18px}.bf-cart-wa{background:linear-gradient(135deg,#25d366,#1db858);margin:10px 14px;padding:12px 13px;border-radius:8px;display:flex;align-items:center;gap:10px;text-decoration:none;box-shadow:0 2px 8px #25d36633}.bf-cart-wa-ic{font-size:20px}.bf-cart-wa-info{flex:1;min-width:0}.bf-cart-wa-t{font-size:12px;font-weight:500;color:#fff}.bf-cart-wa-s{font-size:10px;color:#ffffffd9;margin-top:1px}.bf-cart-wa-btn{background:#fff;color:#1a6e3e;font-size:10px;font-weight:600;padding:6px 11px;border-radius:4px;flex-shrink:0}.bf-cart-recommended{background:#fff;margin-top:10px;padding:14px}.bf-cart-recommended-hd h3{font-size:13px;font-weight:600;margin:0 0 10px}.bf-cart-recommended-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bf-cart-shipping-block{background:#fff;padding:14px;border-bottom:.5px solid #eee}.bf-ship-card{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid #e5e5e5;border-radius:10px;margin-bottom:8px;cursor:pointer;transition:all .15s ease;background:#fff}.bf-ship-card:hover{border-color:#ccc;background:#fafafa}.bf-ship-card.on{border-color:#e65000;border-width:2px;background:#fff8f2;padding:11px}.bf-ship-radio{display:none}.bf-ship-ic{font-size:22px;flex-shrink:0;width:32px;text-align:center}.bf-ship-info{flex:1;min-width:0}.bf-ship-t{font-size:12.5px;font-weight:500;color:#1a1a1a;line-height:1.3}.bf-ship-s{font-size:10.5px;color:#888;margin-top:2px;line-height:1.3}.bf-ship-check{width:20px;height:20px;border-radius:50%;background:transparent;border:1.5px solid #ccc;display:flex;align-items:center;justify-content:center;font-size:11px;color:transparent;flex-shrink:0;transition:all .15s ease}.bf-ship-card.on .bf-ship-check{background:#e65000;border-color:#e65000;color:#fff}.bf-fwd-fields{background:#fff5f0;border:.5px solid #ffd4b8;border-radius:10px;padding:14px;margin-top:6px;animation:bf-fade-in .25s ease}@keyframes bf-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.bf-fwd-fields-hd{display:flex;gap:9px;align-items:flex-start;margin-bottom:14px;padding-bottom:12px;border-bottom:.5px solid #ffd4b8}.bf-fwd-hd-ic{font-size:18px;flex-shrink:0}.bf-fwd-hd-t{font-size:12.5px;font-weight:600;color:#1a1a1a;margin-bottom:2px}.bf-fwd-hd-s{font-size:10.5px;color:#888;line-height:1.4}.bf-fwd-row{margin-bottom:12px}.bf-fwd-row:last-child{margin-bottom:0}.bf-fwd-row label{display:block;font-size:11.5px;font-weight:500;color:#1a1a1a;margin-bottom:5px}.bf-fwd-row label .req{color:#e65000;font-weight:600}.bf-fwd-row input[type=text],.bf-fwd-row input[type=tel]{width:100%;padding:9px 10px;border:.5px solid #ddd;border-radius:6px;font-size:13px;font-family:inherit;outline:none;background:#fff;box-sizing:border-box}.bf-fwd-row input[type=text]:focus,.bf-fwd-row input[type=tel]:focus{border-color:#e65000;box-shadow:0 0 0 2px #e650001a}.bf-fwd-hint{font-size:10px;color:#888;margin-top:4px;line-height:1.4}.bf-fwd-upload-wrap{position:relative}.bf-fwd-upload-btn{width:100%;background:#fff;border:1px dashed #e65000;border-radius:8px;padding:18px 12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:12px;color:#e65000;font-weight:500;transition:background .15s ease}.bf-fwd-upload-btn:hover{background:#ffe9d8}.bf-fwd-upload-ic{font-size:20px}.bf-fwd-upload-status{background:#fff;border:.5px solid #ddd;border-radius:8px;padding:10px 12px;font-size:11.5px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;line-height:1.4}.bf-fwd-upload-status.success{background:#e8f8ee;border-color:#27a056;color:#1a6e3e}.bf-fwd-upload-status.error{background:#fff5f5;border-color:#d63838;color:#a02828}.bf-fwd-upload-status a{color:#1a6e3e;text-decoration:underline;font-weight:500}.bf-fwd-replace,.bf-fwd-retry{background:transparent;border:.5px solid currentColor;font-size:10px;font-weight:500;padding:3px 8px;border-radius:4px;cursor:pointer;margin-left:auto;font-family:inherit;color:inherit}.bf-fwd-replace:hover,.bf-fwd-retry:hover{opacity:.85}.bf-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:90;opacity:0;transition:opacity .2s ease}.bf-sheet-backdrop.on{opacity:1}.bf-sheet-backdrop[hidden]{display:none}.bf-sheet{position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:18px 18px 0 0;display:flex;flex-direction:column;z-index:91;transform:translateY(100%);transition:transform .25s ease;max-height:85vh;box-shadow:0 -2px 16px #00000014}.bf-sheet.on{transform:translateY(0)}.bf-sheet[hidden]{display:none}.bf-sheet-sort{max-height:60vh}.bf-sheet-filters{max-height:80vh}@media(min-width:768px){.bf-sheet{left:auto;right:24px;bottom:24px;width:420px;border-radius:14px}}.bf-sheet-handle{width:38px;height:4px;background:#ccc;border-radius:2px;margin:8px auto 4px;flex-shrink:0}.bf-sheet-hd{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 12px;border-bottom:.5px solid #eee;flex-shrink:0}.bf-sheet-t{font-size:14px;font-weight:600;color:#1a1a1a}.bf-sheet-active-count{color:#888;font-size:11px;font-weight:400;margin-left:4px}.bf-sheet-x{background:none;border:0;font-size:22px;color:#888;cursor:pointer;padding:0 6px;line-height:1;font-family:inherit}.bf-sheet-x:hover{color:#1a1a1a}.bf-sort-list{padding:4px 0;overflow-y:auto}.bf-sort-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff;border:0;border-top:.5px solid #f0f0f0;font-family:inherit;font-size:13px;color:#1a1a1a;cursor:pointer;text-align:left}.bf-sort-row:first-child{border-top:0}.bf-sort-row:hover{background:#fafafa}.bf-sort-row.active .bf-sort-row-label{color:#e65000;font-weight:500}.bf-sort-row-radio{width:18px;height:18px;border-radius:50%;border:1.5px solid #ccc;flex-shrink:0;position:relative}.bf-sort-row.active .bf-sort-row-radio{background:#e65000;border-color:#e65000}.bf-sort-row.active .bf-sort-row-radio:after{content:"\2713";color:#fff;font-size:11px;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.bf-filter-form{display:flex;flex-direction:column;flex:1;min-height:0}.bf-filter-scroll{flex:1;overflow-y:auto;padding:14px 16px}.bf-filter-section{margin-bottom:22px}.bf-filter-section:last-child{margin-bottom:8px}.bf-filter-section-hd{font-size:12.5px;font-weight:600;color:#1a1a1a;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.bf-filter-clear-link{font-size:11px;color:#e65000;background:none;border:0;cursor:pointer;padding:0;font-family:inherit}.bf-filter-section-hint{font-size:10.5px;color:#888;margin-top:6px;line-height:1.4}.bf-price-presets{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:10px}.bf-price-preset{padding:9px 8px;border:.5px solid #ddd;background:#fff;border-radius:5px;font-size:11.5px;font-family:inherit;cursor:pointer;color:#1a1a1a;text-align:center}.bf-price-preset:hover{background:#fafafa}.bf-price-preset.active{border:1.5px solid #e65000;background:#fff5f0;color:#e65000;font-weight:500;padding:8px 7px}.bf-price-custom{display:flex;gap:6px;align-items:center}.bf-price-input-wrap{flex:1;display:flex;align-items:center;border:.5px solid #ddd;border-radius:5px;padding:0 8px;background:#fff}.bf-price-input-wrap:focus-within{border-color:#e65000;box-shadow:0 0 0 2px #e650001a}.bf-price-currency{color:#888;font-size:11.5px;margin-right:4px;flex-shrink:0}.bf-price-input{flex:1;padding:8px 0;border:0;font-size:12px;font-family:inherit;outline:0;background:transparent;color:#1a1a1a;min-width:0}.bf-price-input::-webkit-outer-spin-button,.bf-price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bf-price-input{-moz-appearance:textfield}.bf-price-to{color:#888;font-size:11px;flex-shrink:0}.bf-price-note{font-size:10.5px;color:#888;margin-top:6px;line-height:1.4}.bf-rating-chips{display:flex;gap:6px;flex-wrap:wrap}.bf-rating-chip{padding:8px 14px;border:.5px solid #ddd;background:#fff;border-radius:99px;font-size:11.5px;font-family:inherit;cursor:pointer;color:#1a1a1a}.bf-rating-chip:hover{background:#fafafa}.bf-rating-chip.active{border-color:#e65000;background:#fff5f0;color:#e65000;font-weight:500}.bf-stock-row{display:flex;align-items:center;gap:9px;padding:8px 0;cursor:pointer;font-size:12.5px}.bf-stock-row input{display:none}.bf-stock-box{width:18px;height:18px;border:1.5px solid #ccc;border-radius:4px;flex-shrink:0;position:relative;background:#fff}.bf-stock-row input:checked+.bf-stock-box{background:#e65000;border-color:#e65000}.bf-stock-row input:checked+.bf-stock-box:after{content:"\2713";color:#fff;font-size:12px;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.bf-stock-label{color:#1a1a1a}.bf-filter-footer{padding:11px 16px;border-top:.5px solid #eee;display:flex;gap:8px;background:#fff;flex-shrink:0}.bf-filter-clear{flex:1;padding:12px;background:#fff;border:.5px solid #ddd;border-radius:6px;font-size:12.5px;font-family:inherit;color:#1a1a1a;cursor:pointer;font-weight:500}.bf-filter-clear:hover{background:#fafafa}.bf-filter-apply{flex:2;padding:12px;background:#e65000;border:0;border-radius:6px;font-size:12.5px;font-family:inherit;color:#fff;font-weight:600;cursor:pointer}.bf-filter-apply:hover{background:#d04400}@media(min-width:768px){.bf-prod-grid,.bf-prod-grid-2col{grid-template-columns:repeat(3,1fr)!important;gap:12px}.bf-sticky-bar4{max-width:720px;left:50%;transform:translate(-50%);border-radius:14px 14px 0 0}}@media(min-width:1024px){main#MainContent{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.bf-shine-topbar,.bf-mini-header,.bf-searchbar,.bf-trust-strip,.bf-stats-row,.bf-activity-ticker,.bf-testimonials,.bf-deal-of-day,.bf-bales-spotlight,.bf-banners-3,.bf-hero,.bf-product-row,.featured-collection,.flash-deals,.footer-section{max-width:1280px;margin-left:auto;margin-right:auto}body>*>.bf-shine-topbar-inner,body>*>.bf-mini-header-inner,body>*>.bf-trust-strip-inner{max-width:1280px;margin:0 auto}.bf-prod-grid,.bf-prod-grid-2col{grid-template-columns:repeat(4,1fr)!important;gap:16px}.featured-collection .bf-prod-grid,.flash-deals .bf-prod-grid{grid-template-columns:repeat(5,1fr)!important}.bf-related-grid{grid-template-columns:repeat(6,1fr)!important}.bf-cat-pane{grid-template-columns:repeat(4,1fr)!important}.bf-tabbar{bottom:auto!important;top:50%;right:16px;left:auto!important;transform:translateY(-50%);flex-direction:column!important;width:50px!important;height:auto!important;border-radius:30px!important;padding:8px 4px!important;gap:4px!important;box-shadow:0 4px 16px #00000014!important;border:.5px solid var(--bf-br)!important;background:var(--bf-white)!important}.bf-tabbar-item{width:42px!important;padding:6px 2px!important;border-top:0!important;flex-direction:column!important}.bf-tabbar-item span{font-size:9px!important}.bf-tabbar-promo{display:none!important}.bf-tabbar-ico-wrap{margin-bottom:1px!important}body.bf-template-product .bf-sticky-bar4{display:none!important}body.bf-template-product main{padding-bottom:40px!important}body.bf-template-product .bf-product-layout{display:grid!important;grid-template-columns:1.4fr 1fr!important;gap:28px!important;align-items:start!important}body.bf-template-product .bf-gallery{position:sticky;top:20px}body.bf-template-product .bf-gallery-track{aspect-ratio:1}body.bf-template-product .bf-related,body.bf-template-product .bf-pdp-tabs,body.bf-template-product .bf-explainer-acc{grid-column:1 / -1}body.bf-template-product .bf-product-info{padding:0!important}body.bf-template-product .bf-product-info .bf-pdp-actions{display:flex!important;gap:8px;margin-top:16px}body.bf-template-cart .bf-cart-page{display:grid!important;grid-template-columns:1.6fr 1fr!important;gap:24px!important;align-items:start!important;max-width:1100px;margin:0 auto}body.bf-template-cart .bf-cart-header,body.bf-template-cart .bf-cart-tier-banner,body.bf-template-cart .bf-cart-recommended,body.bf-template-cart .bf-empty-state{grid-column:1 / -1}body.bf-template-cart .bf-cart-summary-card,body.bf-template-cart .bf-cart-action-btn-wrap,body.bf-template-cart .bf-cart-min-warning,body.bf-template-cart .bf-cart-wa{grid-column:2!important}body.bf-template-cart .bf-cart-summary-card{position:sticky;top:20px;align-self:start}body.bf-template-cart .bf-cart-items,body.bf-template-cart .bf-cart-shipping-block{grid-column:1}body.bf-template-search .bf-search-fbar{margin-bottom:16px}body.bf-template-search .bf-prod-grid-2col,body.bf-template-search #bf-search-grid{grid-template-columns:repeat(4,1fr)!important;gap:16px}body.bf-template-collection .bf-prod-grid,body.bf-template-collection .bf-prod-grid-2col{grid-template-columns:repeat(4,1fr)!important}body.bf-template-list-collections .bf-cat-stage,body.bf-template-page-categories .bf-cat-stage{max-width:1200px;margin:0 auto}body{font-size:15px}.bf-pc:hover,.bf-prod-card:hover,.bf-related-card:hover,.bf-cat-tile:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.bf-pc,.bf-prod-card,.bf-related-card,.bf-cat-tile{transition:transform .15s ease,box-shadow .15s ease}.bf-searchbar-form{max-width:600px;margin:0 auto}}@media(min-width:1440px){main#MainContent{padding-left:24px;padding-right:24px}.featured-collection .bf-prod-grid,.flash-deals .bf-prod-grid{grid-template-columns:repeat(6,1fr)!important}}.bf-pdp-actions-desktop{display:none}@media(min-width:1024px){.bf-pdp-actions-desktop{display:flex;gap:8px;margin:16px 0 14px}.bf-pdp-quote-btn{flex:0 0 auto;padding:0 16px;height:44px;background:var(--bf-black);color:#fff;border:0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s ease}.bf-pdp-quote-btn:hover{background:#000}.bf-pdp-atc-btn{flex:1;padding:0 18px;height:44px;background:var(--bf-orange);color:#fff;border:0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s ease;display:flex;align-items:center;justify-content:center;gap:4px}.bf-pdp-atc-btn:hover{background:#c94400}}@media(min-width:1024px){body{font-size:15px}.bf-trust-strip,.bf-hero,.bf-banners-3,.bf-activity-ticker,.bf-deal-of-day,.bf-bales-spotlight,.bf-product-row,.bf-testimonials,.bf-stats-row,.bf-flash-deals,.bf-search-page,.bf-collection-page,.bf-product-layout,.bf-cart-page,.bf-categories-section,.bf-track,.bf-shipguide,.bf-about,.bf-bulk,.bf-empty-state{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.bf-shine-topbar{font-size:12.5px;padding:9px 0}.bf-mini-header{padding:14px 24px}.bf-mini-logo{font-size:22px}.bf-searchbar{padding:4px 24px 14px}.bf-searchbar-form{max-width:720px;margin:0 auto;height:44px}.bf-searchbar-input{font-size:14px}.bf-trust-strip{padding:11px 24px;gap:24px;font-size:13px}}@media(min-width:1024px){.bf-mini-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.bf-mini-right{gap:18px}.bf-desktop-nav{display:block;background:#fff;border-bottom:.5px solid var(--bf-br);padding:8px 0}.bf-desktop-nav-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:22px;font-size:13px;color:var(--bf-txt)}.bf-desktop-nav-link{color:var(--bf-txt);text-decoration:none;cursor:pointer}.bf-desktop-nav-link:hover{color:var(--bf-orange)}.bf-desktop-nav-link.bf-dnav-strong{font-weight:500}.bf-desktop-nav-spacer{flex:1}.bf-desktop-nav-link.bf-dnav-accent{color:var(--bf-orange)}}.bf-desktop-nav{display:none}@media(min-width:1024px){.bf-hero{padding:28px 24px}.bf-hero-title{font-size:30px}.bf-hero-sub{font-size:14px}.bf-hero-actions{gap:12px}}@media(min-width:1024px){.bf-banners-3{gap:14px;padding:14px 24px}}@media(min-width:1024px){.bf-prow-track{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;overflow:visible}.bf-prow-card{min-width:0}.bf-product-row .bf-prow-track-wrap{overflow:visible}}@media(min-width:1024px){.bf-cat-body{gap:18px}.bf-cat-sidebar{width:200px;flex-shrink:0}.bf-cat-tab{font-size:13px;padding:11px 14px}.bf-cat-right{padding:12px}.bf-cat-pane{grid-template-columns:repeat(4,1fr);gap:10px}.bf-cat-tn{font-size:12px}}@media(min-width:768px)and (max-width:1023px){.bf-search-grid,.bf-collection-grid,#bf-search-grid{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:1024px){.bf-search-grid,.bf-collection-grid,#bf-search-grid{grid-template-columns:repeat(4,1fr)!important;gap:14px!important}.bf-search-page,.bf-collection-page{padding-top:16px;padding-bottom:80px}.bf-fbar{padding:10px 24px}}@media(min-width:1024px){.bf-sticky-bar4,.bf-sb5{display:none!important}}@media(min-width:1024px){.bf-cart-page{display:grid;grid-template-columns:1.6fr 1fr;gap:24px;padding-top:20px;padding-bottom:60px;align-items:start}.bf-cart-items,.bf-cart-shipping-block,.bf-cart-min-warning{grid-column:1}.bf-cart-summary-card,.bf-cart-wa,.bf-cart-action-btn-wrap{grid-column:2}.bf-cart-summary-card{position:sticky;top:16px}.bf-cart-recommended{grid-column:1 / -1;margin-top:24px}.bf-cart-recommended-grid{grid-template-columns:repeat(4,1fr)!important}}@media(min-width:1024px){.bf-tabbar{flex-direction:column;width:56px;height:auto;bottom:auto;top:50%;right:18px;left:auto;transform:translateY(-50%);border-radius:28px;background:#fff;border:.5px solid var(--bf-br);box-shadow:0 4px 16px #00000014;padding:8px 4px;gap:4px;border-top:.5px solid var(--bf-br)}.bf-tabbar-item{flex-direction:column;padding:6px 4px;border-radius:12px;width:100%;font-size:9.5px}.bf-tabbar-item:hover{background:#fafafa}.bf-tabbar-item.active{background:var(--bf-orange-bg)}.bf-tabbar-promo{bottom:-36px;right:64px;top:auto;left:auto}body{padding-bottom:0!important}.bf-template-product main{padding-bottom:40px!important}}@media(min-width:768px)and (max-width:1023px){.bf-search-grid,.bf-collection-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important}.bf-cart-recommended-grid,.bf-cat-pane{grid-template-columns:repeat(3,1fr)!important}.bf-prow-track{grid-template-columns:repeat(3,1fr);overflow:visible}}@media(min-width:1280px){.bf-shine-topbar{padding:10px 0}}@media(min-width:1024px)and (hover:hover){.bf-pc-card:hover,.bf-prow-card:hover,.bf-cat-tile:hover,.bf-related-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000f;transition:transform .15s ease,box-shadow .15s ease}}.bf-acc-hero-v2{background:#1a1a1a;color:#fff;border-radius:14px;padding:16px;margin:12px}.bf-acc-hero-v2-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.bf-acc-avatar-v2{width:48px;height:48px;border-radius:50%;background:var(--bf-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}.bf-acc-hero-v2-info{flex:1;min-width:0}.bf-acc-name-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:2px}.bf-acc-name-v2{font-size:15px;font-weight:500;color:#fff}.bf-acc-badge-v2{background:#e6500040;color:#ffb088;font-size:9.5px;padding:2px 7px;border-radius:4px;font-weight:500;letter-spacing:.4px}.bf-acc-company-v2{font-size:11.5px;color:#ffffffa6}.bf-acc-tier-card{background:#ffffff0f;border-radius:9px;padding:11px 12px}.bf-acc-tier-card-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:7px;flex-wrap:wrap}.bf-acc-tier-card-lbl{font-size:11px;color:#ffffffbf;font-weight:500}.bf-acc-tier-card-tgt{font-size:10.5px;color:#ffb088;font-weight:500}.bf-acc-tier-card-bar{background:#ffffff1a;height:6px;border-radius:3px;margin-bottom:7px;overflow:hidden}.bf-acc-tier-card-fill{background:var(--bf-orange);height:100%;border-radius:3px;transition:width .4s ease}.bf-acc-tier-card-perk{font-size:10.5px;color:#ffffffb3;line-height:1.5}.bf-acc-tier-card-perk b{color:#fff;font-weight:500}.bf-acc-actions-v2{display:flex;flex-direction:column;gap:7px;padding:0 12px}.bf-acc-action-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fafafa;border:.5px solid var(--bf-br);border-radius:10px;text-decoration:none;color:inherit;cursor:pointer;transition:background .12s ease,border-color .12s ease}.bf-acc-action-row:hover{background:#fff;border-color:#00000026}.bf-acc-action-ic{width:32px;height:32px;background:#fff;border:.5px solid var(--bf-br);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.bf-acc-action-body{flex:1;min-width:0}.bf-acc-action-t{font-size:13px;font-weight:500;color:var(--bf-txt);display:flex;align-items:center;gap:7px}.bf-acc-action-s{font-size:11px;color:var(--bf-txt3);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bf-acc-action-ch{color:#00000040;font-size:18px;font-weight:300;flex-shrink:0}.bf-acc-new-badge{background:var(--bf-orange);color:#fff;font-size:9px;padding:1px 5px;border-radius:3px;font-weight:500;letter-spacing:.3px}.bf-acc-orders-v2{padding:18px 12px 30px}.bf-acc-orders-v2-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.bf-acc-order-card-v2{background:#fff;border:.5px solid var(--bf-br);border-radius:10px;padding:12px 14px;margin-bottom:8px}.bf-acc-order-head-v2{display:flex;justify-content:space-between;margin-bottom:9px;gap:10px}.bf-acc-order-num-v2{font-size:13px;font-weight:500;color:var(--bf-txt)}.bf-acc-order-meta-v2{font-size:11px;color:var(--bf-txt3);margin-top:1px}.bf-acc-order-right-v2{text-align:right}.bf-acc-order-tot-v2{font-size:14px;font-weight:600;color:var(--bf-orange)}.bf-acc-order-status-v2{display:inline-block;font-size:10px;padding:2px 7px;border-radius:3px;margin-top:2px;font-weight:500}.bf-acc-order-status-v2.bf-status-fulfilled,.bf-acc-order-status-v2.bf-status-shipped{background:#e7f7ee;color:#27a056}.bf-acc-order-status-v2.bf-status-processing,.bf-acc-order-status-v2.bf-status-unfulfilled{background:#fef3c7;color:#92400e}.bf-acc-order-status-v2.bf-status-cancelled{background:#fee2e2;color:#c83030}.bf-acc-order-chips-v2{display:flex;gap:6px;flex-wrap:wrap}.bf-acc-chip-v2{background:#fff;border:.5px solid var(--bf-br);color:var(--bf-txt);border-radius:5px;padding:5px 10px;font-size:10.5px;text-decoration:none;cursor:pointer;font-family:inherit;font-weight:400}.bf-acc-chip-v2:hover{background:#fafafa;border-color:#0000002e}.bf-acc-chip-reorder{background:var(--bf-orange-bg);border-color:var(--bf-orange-br);color:var(--bf-orange);font-weight:500}.bf-acc-chip-reorder:hover{background:#ffe8d6;border-color:var(--bf-orange)}.bf-acc-chip-reorder:disabled{opacity:.6;cursor:not-allowed}.bf-acc-empty-v2{text-align:center;padding:36px 24px 30px}.bf-acc-empty-v2-emoji{font-size:32px;margin-bottom:8px}.bf-acc-empty-v2-t{font-size:14px;font-weight:500;margin-bottom:4px}.bf-acc-empty-v2-s{font-size:11.5px;color:var(--bf-txt3);margin-bottom:14px}.bf-acc-empty-v2-cta{display:inline-block;background:var(--bf-orange);color:#fff;text-decoration:none;padding:9px 22px;border-radius:7px;font-size:12.5px;font-weight:500}.bf-wl-page{background:var(--bf-bg);min-height:100vh;padding-bottom:40px}.bf-wl-count-pill{background:var(--bf-orange-bg);color:var(--bf-orange);font-size:11px;padding:3px 10px;border-radius:99px;font-weight:500;margin-left:auto}.bf-wl-filter-bar{display:flex;gap:6px;padding:10px 12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.bf-wl-filter-bar::-webkit-scrollbar{display:none}.bf-wl-filter-pill{background:#fff;border:.5px solid var(--bf-br);color:var(--bf-txt2);border-radius:6px;padding:5px 11px;font-size:11px;font-family:inherit;cursor:pointer;flex-shrink:0;transition:all .12s ease}.bf-wl-filter-pill:hover{border-color:#0003}.bf-wl-filter-pill.active{background:var(--bf-orange-bg);border:1.5px solid var(--bf-orange);color:var(--bf-orange);font-weight:500;padding:4px 10px}.bf-wl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:10px 12px}.bf-wl-card{background:#fff;border:.5px solid var(--bf-br);border-radius:9px;padding:7px;display:flex;flex-direction:column;position:relative}.bf-wl-remove{position:absolute;top:11px;right:11px;width:28px;height:28px;background:#fffffff2;border:.5px solid var(--bf-br);border-radius:50%;color:var(--bf-orange);font-size:14px;cursor:pointer;font-family:inherit;z-index:2;padding:0;display:flex;align-items:center;justify-content:center;line-height:1}.bf-wl-remove:hover{background:var(--bf-orange-bg);border-color:var(--bf-orange)}.bf-wl-link{text-decoration:none;color:inherit;display:block}.bf-wl-img-wrap{aspect-ratio:1;background:#fafafa;border-radius:6px;overflow:hidden;margin-bottom:7px;display:flex;align-items:center;justify-content:center;font-size:32px;color:#ccc}.bf-wl-img{width:100%;height:100%;object-fit:cover;display:block}.bf-wl-info{margin-bottom:7px}.bf-wl-name{font-size:11px;color:var(--bf-txt2);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px;min-height:30px}.bf-wl-price{font-size:14px;font-weight:600;color:var(--bf-orange)}.bf-wl-atc{background:var(--bf-orange);color:#fff;border:0;border-radius:6px;padding:7px;font-size:11px;font-weight:500;cursor:pointer;font-family:inherit;width:100%;margin-top:auto}.bf-wl-atc:hover{background:#c94400}.bf-wl-empty{text-align:center;padding:50px 24px}.bf-wl-empty-emoji{font-size:38px;color:var(--bf-orange);margin-bottom:10px}.bf-wl-empty-t{font-size:15px;font-weight:500;margin-bottom:4px}.bf-wl-empty-s{font-size:12px;color:var(--bf-txt3);margin-bottom:18px}.bf-wl-empty-cta{display:inline-block;background:var(--bf-orange);color:#fff;text-decoration:none;padding:10px 24px;border-radius:7px;font-size:13px;font-weight:500}@media(min-width:1024px){.bf-acc-page,.bf-wl-page{max-width:720px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.bf-wl-grid{grid-template-columns:repeat(4,1fr)}.bf-acc-hero-v2{margin:16px 0}.bf-acc-actions-v2{padding:0}.bf-acc-orders-v2{padding:18px 0 30px}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/bonyford.css.map */
