@import"https://fonts.googleapis.com/css2?family=Marcellus&family=Jost:wght@400;500;600&display=swap";:root{--bfh-accent:#E9A6B6;--bfh-deep:#C77D92;--bfh-pink-lt:#F7D8E3;--bfh-cream:#F8F3EF;--bfh-blush:#FDF3F6;--bfh-bg:#FFFFFF;--bfh-bg2:#FDF7F4;--bfh-ink:#33302E;--bfh-muted:#6b6460;--bfh-muted2:#8a827d;--bfh-dark:#33302E;--bfh-radius:22px;--bfh-font-head:"Marcellus",Georgia,serif;--bfh-font-body:"Jost",-apple-system,BlinkMacSystemFont,sans-serif}.bfh-root{font-family:var(--bfh-font-body);color:var(--bfh-ink);-webkit-font-smoothing:antialiased;line-height:1.6}.bfh-root *{box-sizing:border-box}.bfh-wrap{max-width:1240px;margin:0 auto;padding:0 24px}.bfh-eyebrow{font-weight:600;font-size:13px;letter-spacing:.24em;text-transform:uppercase;color:var(--bfh-deep)}.bfh-h2{font-family:var(--bfh-font-head);font-weight:400;font-size:clamp(30px,4vw,50px);margin:16px 0 0;line-height:1.08;color:var(--bfh-ink)}.bfh-center{text-align:center}@keyframes bfh-reveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}@keyframes bfh-floaty{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-20px) rotate(1deg)}}@keyframes bfh-bubble{0%{transform:translateY(0) scale(1);opacity:.55}50%{opacity:.9}to{transform:translateY(-90px) scale(1.15);opacity:0}}@keyframes bfh-glow{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.12);opacity:1}}@keyframes bfh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes bfh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bfh-reveal{animation:bfh-reveal .8s both ease-out}@media(prefers-reduced-motion:reduce){.bfh-root *{animation:none!important}}.bfh-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--bfh-font-body);font-weight:600;font-size:16px;letter-spacing:.02em;cursor:pointer;border:none;text-decoration:none;border-radius:999px;padding:15px 32px;background:linear-gradient(135deg,var(--bfh-accent),var(--bfh-deep));color:#fff;box-shadow:0 12px 30px #c97d9252;transition:transform .2s,box-shadow .2s}.bfh-btn:hover{transform:translateY(-2px);color:#fff;box-shadow:0 18px 40px #c97d926b}.bfh-btn--ghost{background:transparent;color:var(--bfh-deep);box-shadow:none;border:1px solid rgba(201,125,146,.5)}.bfh-btn--ghost:hover{color:var(--bfh-deep);background:#f7d8e340}.bfh-header{position:sticky;top:0;z-index:60;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border-bottom:1px solid rgba(233,166,182,.18)}.bfh-nav{max-width:1240px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.bfh-logo{font-family:var(--bfh-font-head);font-size:24px;letter-spacing:.14em;text-transform:uppercase;color:var(--bfh-ink)}.bfh-nav-links{display:flex;gap:32px;align-items:center;font-size:14px;letter-spacing:.04em}.bfh-nav-links a{color:var(--bfh-muted)}.bfh-nav-links a:hover{color:var(--bfh-deep)}.bfh-nav-cta{padding:10px 22px;font-size:14px}@media(max-width:860px){.bfh-nav-links{display:none}}.bfh-hero{position:relative;max-width:1240px;margin:0 auto;padding:clamp(40px,7vw,90px) 24px clamp(56px,8vw,104px);display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:clamp(32px,5vw,64px);align-items:center}.bfh-hero-badge-top{display:inline-flex;align-items:center;gap:12px;background:#fff;border:1px solid rgba(233,166,182,.35);box-shadow:0 8px 30px #e9a6b626;border-radius:999px;padding:9px 18px}.bfh-hero-badge-top .stars{color:var(--bfh-accent);letter-spacing:2px;font-size:15px}.bfh-hero-badge-top .score{font-weight:600;font-size:14px}.bfh-hero-badge-top .sep{width:1px;height:16px;background:#0000001f}.bfh-hero-badge-top .txt{font-size:13px;color:var(--bfh-muted2)}.bfh-h1{font-family:var(--bfh-font-head);font-weight:400;font-size:clamp(38px,5.4vw,66px);line-height:1.05;letter-spacing:-.01em;margin:26px 0 0;text-wrap:balance}.bfh-h1 em{font-style:italic;color:var(--bfh-deep)}.bfh-hero-sub{font-size:clamp(16px,1.4vw,19px);line-height:1.65;color:var(--bfh-muted);max-width:44ch;margin:22px 0 0}.bfh-hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 0}.bfh-hero-pill{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(180deg,#fff,#fdf3f6);border:1px solid rgba(233,166,182,.3);border-radius:999px;padding:11px 18px;font-size:14px;font-weight:500;box-shadow:0 6px 18px #e9a6b61f}.bfh-hero-pill .tick{width:20px;height:20px;border-radius:999px;background:var(--bfh-accent);color:#fff;display:grid;place-items:center;font-size:12px}.bfh-hero-cta{margin:32px 0 0;display:flex;flex-wrap:wrap;gap:14px}.bfh-hero-visual{position:relative;min-height:clamp(360px,44vw,540px);display:grid;place-items:center}.bfh-glow{position:absolute;width:min(78%,440px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 40% 35%,#fbe4ec,#f7d8e3 45%,#f8f3ef00 72%);filter:blur(6px);animation:bfh-glow 7s ease-in-out infinite}.bfh-orb{position:absolute;border-radius:50%}.bfh-orb.a{top:8%;left:6%;width:120px;height:120px;background:radial-gradient(circle at 35% 35%,#fff,#f7d8e3);opacity:.5;animation:bfh-floaty 9s ease-in-out infinite}.bfh-orb.b{bottom:6%;right:4%;width:80px;height:80px;background:radial-gradient(circle at 35% 35%,#fff,#e9a6b6);opacity:.4;animation:bfh-floaty 7s ease-in-out infinite reverse}.bfh-bubble{position:absolute;bottom:8%;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fffffff2,#e9a6b659);animation:bfh-bubble 7s ease-in infinite}.bfh-hero-img{position:relative;z-index:3;width:min(84%,420px);aspect-ratio:3/4;border-radius:32px;overflow:hidden;box-shadow:0 40px 90px #c97d9247;animation:bfh-floaty 8s ease-in-out infinite;background:repeating-linear-gradient(45deg,#f8f3ef,#f8f3ef 14px,#f7d8e3 14px 28px);display:grid;place-items:center}.bfh-hero-img img{width:100%;height:100%;object-fit:cover}.bfh-ph{font-weight:600;font-size:13px;letter-spacing:.12em;color:var(--bfh-deep);background:#ffffffd9;padding:10px 16px;border-radius:999px}.bfh-marquee{background:linear-gradient(90deg,#f7d8e3,#f8f3ef,#f7d8e3);border-top:1px solid rgba(233,166,182,.25);border-bottom:1px solid rgba(233,166,182,.25);overflow:hidden;padding:18px 0}.bfh-marquee-track{display:flex;width:max-content;animation:bfh-marquee var(--bfh-mq,34s) linear infinite}.bfh-marquee-track .grp{display:flex;gap:56px;padding-right:56px}.bfh-marquee-item{display:inline-flex;align-items:center;gap:14px;font-family:var(--bfh-font-head);font-size:clamp(15px,1.5vw,19px);letter-spacing:.06em;color:#7a5561;white-space:nowrap}.bfh-marquee-item .dot{width:6px;height:6px;border-radius:50%;background:var(--bfh-accent)}.bfh-sec{padding:clamp(64px,8vw,116px) 24px}.bfh-sec-inner{max-width:1240px;margin:0 auto}.bfh-head{text-align:center;max-width:660px;margin:0 auto 52px}.bfh-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.bfh-card{background:linear-gradient(180deg,#fff,#fdf6f3);border:1px solid rgba(233,166,182,.22);border-radius:var(--bfh-radius);padding:30px 26px;box-shadow:0 14px 40px #c97d9214;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s}.bfh-card:hover{transform:translateY(-8px);box-shadow:0 26px 60px #c97d9233}.bfh-card .ico{width:52px;height:52px;border-radius:16px;background:linear-gradient(140deg,#f7d8e3,#e9a6b6);display:grid;place-items:center;font-size:22px;color:#fff;box-shadow:0 8px 20px #e9a6b666;overflow:hidden}.bfh-card .ico img{width:100%;height:100%;object-fit:cover}.bfh-card h3{font-family:var(--bfh-font-head);font-weight:400;font-size:20px;margin:18px 0 8px}.bfh-card p{font-size:14.5px;line-height:1.6;color:var(--bfh-muted2);margin:0}.bfh-card--center{text-align:center}.bfh-card--center .ico{margin:0 auto;width:60px;height:60px;border-radius:18px;font-size:26px}.bfh-diff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1040px;margin:0 auto}.bfh-diff-card{border-radius:var(--bfh-radius);padding:36px 32px}.bfh-diff-card.own{background:#fff;border:2px solid var(--bfh-accent);box-shadow:0 30px 70px #c97d922e}.bfh-diff-card.other{background:#faf8f6;border:1px solid rgba(0,0,0,.06)}.bfh-diff-title{font-family:var(--bfh-font-head);font-size:26px;margin-bottom:6px}.bfh-diff-card.other .bfh-diff-title{color:#9a938e}.bfh-diff-rule{height:3px;width:46px;border-radius:2px;margin-bottom:20px;background:linear-gradient(90deg,#e9a6b6,#f7d8e3)}.bfh-diff-card.other .bfh-diff-rule{background:#d8d2cc}.bfh-diff-row{display:flex;align-items:center;gap:14px;padding:13px 0;font-size:16px;border-bottom:1px solid rgba(233,166,182,.16)}.bfh-diff-card.other .bfh-diff-row{color:#9a938e;border-bottom-color:#0000000d}.bfh-diff-row .mk{flex:none;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:14px}.bfh-diff-card.own .mk{background:var(--bfh-accent);color:#fff}.bfh-diff-card.other .mk{background:#eae5e0;color:#b0a89f}.bfh-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(28px,6vw,72px);margin:12px 0 52px}.bfh-stat{text-align:center}.bfh-stat .num{font-family:var(--bfh-font-head);font-size:clamp(38px,5vw,56px);color:var(--bfh-deep)}.bfh-stat .lbl{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#9a938e}.bfh-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px}.bfh-review{background:#fff;border:1px solid rgba(233,166,182,.22);border-radius:var(--bfh-radius);padding:30px;box-shadow:0 16px 44px #c97d9217}.bfh-review .stars{color:var(--bfh-accent);letter-spacing:2px;font-size:16px}.bfh-review .q{display:block;font-family:var(--bfh-font-head);font-size:20px;line-height:1.4;margin:16px 0 22px;color:#4a4540}.bfh-review .who{display:flex;align-items:center;gap:13px}.bfh-review .ava{width:46px;height:46px;border-radius:50%;background:repeating-linear-gradient(45deg,#f8f3ef,#f8f3ef 6px,#f7d8e3 6px 12px);overflow:hidden}.bfh-review .ava img{width:100%;height:100%;object-fit:cover}.bfh-review .nm{font-weight:600;font-size:15px}.bfh-review .vb{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#5aa06f}.bfh-review .vb .c{width:15px;height:15px;border-radius:50%;background:#5aa06f;color:#fff;display:grid;place-items:center;font-size:9px}.bfh-ba-wrap{max-width:820px;margin:0 auto;text-align:center}.bfh-ba{position:relative;border-radius:var(--bfh-radius);overflow:hidden;box-shadow:0 30px 80px #c97d9238;aspect-ratio:16/10;-webkit-user-select:none;user-select:none}.bfh-ba .layer{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.bfh-ba .after-l{background:repeating-linear-gradient(45deg,#efe7e1,#efe7e1 16px,#e6ddd6 16px 32px)}.bfh-ba .after-l img,.bfh-ba .before-l img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.bfh-ba .before-l{overflow:hidden;background:repeating-linear-gradient(45deg,#f8f3ef,#f8f3ef 16px,#f7d8e3 16px 32px);width:50%}.bfh-ba .tag{position:relative;background:#ffffffd9;padding:8px 16px;border-radius:999px;font-weight:600;font-size:13px;letter-spacing:.12em;z-index:2}.bfh-ba .tag.a{color:#9a938e}.bfh-ba .tag.b{color:var(--bfh-deep)}.bfh-ba .handle{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;box-shadow:0 0 12px #00000040;transform:translate(-1.5px);z-index:3}.bfh-ba .handle .knob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:0 6px 18px #0003;display:grid;place-items:center;color:var(--bfh-deep);font-size:16px}.bfh-ba-range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:ew-resize;margin:0;z-index:4}.bfh-ba-note{font-size:13px;color:#9a938e;margin:18px 0 0;font-style:italic}.bfh-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;max-width:1000px;margin:0 auto}.bfh-step{text-align:center}.bfh-step .disc{width:110px;height:110px;margin:0 auto;border-radius:50%;background:linear-gradient(150deg,#f7d8e3,#f8f3ef);display:grid;place-items:center;box-shadow:0 18px 44px #c97d922e;position:relative;overflow:visible}.bfh-step .disc .ic{font-size:40px}.bfh-step .disc img{width:100%;height:100%;object-fit:cover;border-radius:50%}.bfh-step .disc .n{position:absolute;top:-8px;right:-8px;width:34px;height:34px;border-radius:50%;background:var(--bfh-accent);color:#fff;font-family:var(--bfh-font-head);font-size:17px;display:grid;place-items:center;box-shadow:0 6px 14px #e9a6b666}.bfh-step h3{font-family:var(--bfh-font-head);font-weight:400;font-size:21px;margin:22px 0 8px}.bfh-step p{font-size:15px;line-height:1.6;color:var(--bfh-muted2);max-width:26ch;margin:0 auto}.bfh-ing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px;max-width:1100px;margin:0 auto}.bfh-ing{border-radius:var(--bfh-radius);padding:32px 26px;text-align:center;box-shadow:0 16px 40px #c97d921a}.bfh-ing .ico{width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:#ffffffb3;display:grid;place-items:center;font-size:32px;overflow:hidden}.bfh-ing .ico img{width:100%;height:100%;object-fit:cover}.bfh-ing h3{font-family:var(--bfh-font-head);font-weight:400;font-size:22px;margin:0 0 8px}.bfh-ing p{font-size:14.5px;line-height:1.55;color:#7a726c;margin:0}.bfh-life{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(32px,5vw,64px);align-items:center}.bfh-life-img{border-radius:var(--bfh-radius);overflow:hidden;aspect-ratio:4/5;background:repeating-linear-gradient(45deg,#f8f3ef,#f8f3ef 16px,#f7d8e3 16px 32px);display:grid;place-items:center;box-shadow:0 30px 70px #c97d9229}.bfh-life-img img{width:100%;height:100%;object-fit:cover}.bfh-life-list{display:flex;flex-direction:column;gap:15px;margin-top:8px}.bfh-life-item{display:flex;align-items:center;gap:14px;font-size:17px;color:#4a4540}.bfh-life-item .tick{flex:none;width:24px;height:24px;border-radius:50%;background:linear-gradient(140deg,#f7d8e3,#e9a6b6);color:#fff;display:grid;place-items:center;font-size:12px}.bfh-gallery{columns:230px;column-gap:18px;max-width:1200px;margin:0 auto}.bfh-gallery .cell{break-inside:avoid;margin:0 0 18px;border-radius:var(--bfh-radius);overflow:hidden;box-shadow:0 12px 34px #c97d921f;transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s}.bfh-gallery .cell:hover{transform:scale(1.03);box-shadow:0 22px 50px #c97d923d}.bfh-gallery .pane{background:repeating-linear-gradient(45deg,#f8f3ef,#f8f3ef 14px,#f7d8e3 14px 28px);display:grid;place-items:end center;padding:14px;position:relative}.bfh-gallery .pane img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.bfh-gallery .pane .cap{position:relative;background:#ffffffd9;padding:6px 13px;border-radius:999px;font-weight:600;font-size:12px;letter-spacing:.08em;color:var(--bfh-deep);z-index:2}.bfh-science{position:relative;background:linear-gradient(135deg,#f7d8e3,#fdf3f6 55%,#f8f3ef);overflow:hidden}.bfh-science .deco{position:absolute;border-radius:50%}.bfh-science .deco.ring{top:12%;left:8%;width:120px;height:120px;border:1px dashed rgba(201,125,146,.4);animation:bfh-spin 26s linear infinite}.bfh-science .deco.o1{bottom:14%;right:10%;width:70px;height:70px;background:radial-gradient(circle at 35% 35%,#fff,#e9a6b6);opacity:.4;animation:bfh-floaty 8s ease-in-out infinite}.bfh-science .deco.o2{top:24%;right:22%;width:44px;height:44px;background:radial-gradient(circle at 35% 35%,#fff,#f7d8e3);opacity:.5;animation:bfh-floaty 6s ease-in-out infinite reverse}.bfh-science-inner{max-width:760px;margin:0 auto;text-align:center;position:relative;z-index:2}.bfh-science-inner p{font-size:clamp(16px,1.4vw,19px);line-height:1.7;color:#5a534e;margin:22px 0 0}.bfh-faq-list{display:flex;flex-direction:column;gap:14px;max-width:820px;margin:0 auto}.bfh-faq-item{background:#fff;border:1px solid rgba(233,166,182,.22);border-radius:var(--bfh-radius);overflow:hidden;box-shadow:0 10px 30px #c97d9212}.bfh-faq-item summary{list-style:none;width:100%;cursor:pointer;padding:22px 26px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:var(--bfh-font-head);font-size:19px;color:var(--bfh-ink)}.bfh-faq-item summary::-webkit-details-marker{display:none}.bfh-faq-item summary .pl{flex:none;width:30px;height:30px;border-radius:50%;background:#fdf3f6;color:var(--bfh-deep);display:grid;place-items:center;font-size:18px;transition:transform .3s}.bfh-faq-item[open] summary .pl{transform:rotate(45deg)}.bfh-faq-item .a{margin:0;padding:0 26px 24px;font-size:15.5px;line-height:1.65;color:var(--bfh-muted2)}.bfh-guar{max-width:640px;margin:0 auto;text-align:center}.bfh-guar .seal{width:150px;height:150px;margin:0 auto 30px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#fff,#f7d8e3);border:2px solid var(--bfh-accent);display:grid;place-items:center;box-shadow:0 26px 60px #c97d923d;position:relative}.bfh-guar .seal .ring{position:absolute;top:14px;right:14px;bottom:14px;left:14px;border:1px dashed rgba(201,125,146,.5);border-radius:50%}.bfh-guar .seal .big{font-family:var(--bfh-font-head);font-size:44px;color:var(--bfh-deep);line-height:1}.bfh-guar .seal .small{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--bfh-muted2)}.bfh-guar h2{font-family:var(--bfh-font-head);font-weight:400;font-size:clamp(28px,3.6vw,44px);margin:0 0 14px}.bfh-guar p{font-size:17px;line-height:1.65;color:var(--bfh-muted);margin:0}.bfh-news{max-width:900px;margin:0 auto}.bfh-news-card{background:linear-gradient(135deg,#f7d8e3,#e9a6b6);border-radius:30px;padding:clamp(40px,6vw,68px) clamp(28px,5vw,60px);text-align:center;box-shadow:0 34px 80px #c97d924d;position:relative;overflow:hidden}.bfh-news-card .blob{position:absolute;border-radius:50%;background:#fff3}.bfh-news-card .blob.a{top:-40px;right:-30px;width:180px;height:180px}.bfh-news-card .blob.b{bottom:-50px;left:-30px;width:150px;height:150px;background:#ffffff29}.bfh-news-inner{position:relative;z-index:2}.bfh-news h2{font-family:var(--bfh-font-head);font-weight:400;font-size:clamp(28px,3.8vw,46px);color:#fff;margin:0 0 12px}.bfh-news p{font-size:17px;line-height:1.6;color:#ffffffe6;max-width:44ch;margin:0 auto 28px}.bfh-news-form{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:520px;margin:0 auto}.bfh-news-form input{flex:1;min-width:220px;background:#fffffff2;border:none;border-radius:999px;padding:16px 24px;font:400 16px var(--bfh-font-body);color:var(--bfh-ink);outline:none}.bfh-news-form button{border:none;border-radius:999px;padding:16px 30px;font:600 15px var(--bfh-font-body);letter-spacing:.04em;color:var(--bfh-deep);background:#fff;cursor:pointer;transition:transform .2s}.bfh-news-form button:hover{transform:translateY(-2px)}.bfh-news-note{color:#fff;font-size:13px;margin:16px 0 0;opacity:.9}.bfh-footer{background:var(--bfh-dark);color:#e8e2dd;padding:clamp(52px,7vw,76px) 24px 40px}.bfh-footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:40px}.bfh-footer-brand{grid-column:1/-1;max-width:360px}.bfh-footer-brand .lg{font-family:var(--bfh-font-head);font-size:26px;letter-spacing:.14em;text-transform:uppercase;color:#fff}.bfh-footer-brand p{font-size:14px;line-height:1.6;color:#b6afa8;margin:16px 0 0}.bfh-footer-col .h{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#8f887f;margin-bottom:16px}.bfh-footer-col .lks{display:flex;flex-direction:column;gap:11px;font-size:14px}.bfh-footer-col .lks a{color:#d8d1ca}.bfh-footer-col .lks a:hover{color:#fff}.bfh-footer-bottom{max-width:1200px;margin:44px auto 0;padding-top:26px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;font-size:12.5px;color:#8f887f}
/*# sourceMappingURL=/cdn/shop/t/34/assets/bfhome-styles.css.map */
