.bch{--berry:#8E2C50;--berry-dark:#7A2343;--salmon:#F2A093;--salmon-2:#F7C4BB;--pink:#FBEEF2;--beige:#F7F3EE;--ink:#1E1E1E;--red:#C0392B;--yellow:#F5D442;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}.bch *{margin:0;padding:0;box-sizing:border-box}.bch img{max-width:100%;display:block}.bch .wrap{max-width:1200px;margin:0 auto;padding:0 16px}.bch h1,.bch h2,.bch h3{font-family:Fraunces,Georgia,serif;font-weight:600;line-height:1.15}.bch .bch-title{font-size:22px;text-align:center;margin-bottom:20px}.bch .bch-btn{display:inline-block;border:none;cursor:pointer;text-decoration:none;text-align:center;font-family:inherit;font-weight:700;font-size:14.5px;letter-spacing:.4px;border-radius:8px;padding:14px 30px;transition:filter .15s}.bch .bch-btn:hover{filter:brightness(.94)}.bch .bch-btn--solid{background:var(--berry);color:#fff}.bch .bch-btn--salmon{background:var(--salmon);color:#fff}.bch .bch-btn--soft{background:var(--salmon-2);color:var(--ink);font-weight:600}.bch .bch-btn--outline{background:#fff;color:var(--ink);border:1.5px solid var(--ink);font-weight:600}.bch-hero{display:flex;flex-direction:column}.bch-hero .img{width:100%}.bch-hero .img img{width:100%;height:auto;object-fit:cover}.bch-hero .promo{padding:36px 22px;text-align:center}.bch-hero .promo .k{font-family:Fraunces,Georgia,serif;font-weight:700;font-size:24px;letter-spacing:.5px;text-transform:uppercase;line-height:1.1}.bch-hero .promo .big{display:flex;align-items:center;justify-content:center;gap:8px;margin:10px 0 4px}.bch-hero .promo .big .pre{font-weight:800;font-size:22px;text-transform:uppercase;line-height:1;text-align:right}.bch-hero .promo .big .num{font-family:Fraunces,Georgia,serif;font-weight:800;font-size:88px;line-height:.9}.bch-hero .promo .big .suf{font-weight:800;font-size:26px;text-transform:uppercase;text-align:left;line-height:1.05}.bch-hero .promo p{font-size:14.5px;line-height:1.55;color:#333;max-width:420px;margin:10px auto 20px}@media(min-width:900px){.bch-hero{flex-direction:row;align-items:stretch}.bch-hero .img{width:58%}.bch-hero .img img{height:100%}.bch-hero .promo{width:42%;display:flex;flex-direction:column;justify-content:center;padding:40px}.bch-hero .promo .k{font-size:34px}.bch-hero .promo .big .num{font-size:130px}}.bch-cats{padding:64px 0 44px}.bch-cats .bch-title{font-size:24px;line-height:1.3;margin-bottom:30px;padding:0 30px}.bch-cats .row{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-left:16px;padding:4px 16px 12px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bch-cats .row::-webkit-scrollbar{display:none}.bch-cats a.cat{flex:0 0 138px;scroll-snap-align:start;text-decoration:none;color:var(--ink);text-align:center}.bch-cats a.cat .ph{width:138px;height:174px;border-radius:4px;overflow:hidden;background:var(--pink)}.bch-cats a.cat .ph img{width:100%;height:100%;object-fit:cover}.bch-cats a.cat span{display:block;font-size:13px;font-weight:600;margin-top:12px;line-height:1.35}@media(min-width:900px){.bch-cats .row{justify-content:center;flex-wrap:nowrap}.bch-cats a.cat{flex:0 0 138px}.bch-cats .bch-title{font-size:27px}}.bch-card{display:block;text-decoration:none;color:var(--ink);position:relative}.bch-card .ph{position:relative;background:#f5f0eb;border-radius:4px;overflow:hidden;aspect-ratio:4/5}.bch-card .ph img{width:100%;height:100%;object-fit:cover}.bch-card .b-top{position:absolute;top:0;left:0;background:#c6474e;color:#fff;font-size:12px;font-weight:700;letter-spacing:.2px;padding:6px 11px;line-height:1.2}.bch-card .b-bot{position:absolute;left:0;bottom:16px;background:#fff;color:var(--ink);font-size:10.5px;font-weight:700;letter-spacing:.6px;padding:7px 10px;line-height:1;text-transform:uppercase}.bch-card .b-bot.flash{background:#f7e04b}.bch-card .t{font-size:13.5px;line-height:1.4;text-align:center;margin:12px 6px 6px;min-height:37px}.bch-card .p{display:flex;justify-content:center;align-items:baseline;gap:8px;font-size:15px}.bch-card .p .old{color:#999;text-decoration:line-through;font-size:13px}.bch-card .p .now{font-weight:800}.bch-card .p .now sup{font-size:10px;font-weight:800}.bch-card .stars{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:6px;font-size:12px;color:#555}.bch-card .stars svg{width:76px;height:14px}.bch-prods{padding:34px 0}.bch-prods .grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 12px;padding:0 16px}.bch-prods .carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 34px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bch-prods .carousel::-webkit-scrollbar{display:none}.bch-prods .carousel .bch-card{flex:0 0 76%;scroll-snap-align:center}.bch-prods .dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.bch-prods .dots i{width:8px;height:8px;border-radius:50%;background:#e3d5d9;transition:background .2s}.bch-prods .dots i.on{background:var(--salmon)}.bch-prods .more{text-align:center;margin-top:22px}@media(min-width:900px){.bch-prods .bch-title{font-size:27px}.bch-prods .grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}.bch-prods .carousel{max-width:1200px;margin:0 auto}.bch-prods .carousel .bch-card{flex:0 0 23.5%}}.bch-feat{display:flex;flex-direction:column}.bch-feat .media{position:relative}.bch-feat .media img{width:100%}.bch-feat .callout{position:absolute;display:flex;align-items:center;gap:9px;background:#fff;border-radius:999px;padding:5px 16px 5px 5px;font-size:12.5px;font-weight:600;line-height:1.25;box-shadow:0 3px 12px #00000024;max-width:200px;text-align:left}.bch-feat .callout .dot{width:38px;height:38px;border-radius:50%;background:var(--ink);flex:none;overflow:hidden}.bch-feat .callout .dot img{width:100%;height:100%;object-fit:cover;border-radius:50%}.bch-feat .txt{padding:34px 22px 44px;text-align:center}.bch-feat .kick{display:inline-block;border:1.5px solid var(--salmon);color:var(--salmon);font-size:11px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;padding:6px 16px;border-radius:999px;margin-bottom:14px}.bch-feat h2{font-size:27px;margin-bottom:12px}.bch-feat .txt p{font-size:14.5px;line-height:1.6;color:#444;max-width:430px;margin:0 auto 20px}.bch-feat .rating{font-size:13px;color:#555;margin:-8px 0 18px}@media(min-width:900px){.bch-feat{flex-direction:row;align-items:center}.bch-feat.inv{flex-direction:row-reverse}.bch-feat .media{width:55%}.bch-feat .txt{width:45%;text-align:left;padding:60px}.bch-feat .txt p{margin:0 0 24px}.bch-feat h2{font-size:38px}}.bch-edit{padding:30px 0}.bch-edit .cards{display:flex;flex-direction:column;gap:38px}.bch-edit .card{text-align:center}.bch-edit .card img{width:100%;border-radius:4px}.bch-edit .card h3{font-size:21px;margin:18px 0 10px}.bch-edit .card p{font-size:14px;line-height:1.6;color:#444;max-width:420px;margin:0 auto 16px}@media(min-width:900px){.bch-edit .cards{flex-direction:row;gap:40px}.bch-edit .card{flex:1}}.bch-revs{padding:44px 0;background:#fff}.bch-revs .top{display:flex;align-items:center;justify-content:center;gap:10px;font-size:13.5px;font-weight:600;color:#333}.bch-revs .top svg{width:92px;height:16px}.bch-revs h2{font-size:25px;text-align:center;margin:12px auto 20px;max-width:520px}.bch-revs .pills{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:24px;padding:0 14px}.bch-revs .pill{border:1.5px solid #D8C6CC;border-radius:999px;padding:8px 16px;font-size:12.5px;font-weight:600;color:var(--ink);text-decoration:none}.bch-revs .pill.on{background:var(--ink);color:#fff;border-color:var(--ink)}.bch-revs .cards{display:flex;flex-direction:column;gap:14px;padding:0 16px}.bch-revs .rcard{background:#faf7f5;border-radius:12px;padding:20px 18px;text-align:center}.bch-revs .rcard .who{font-size:13.5px;font-weight:700}.bch-revs .rcard .vb{display:inline-block;background:#e7f3ea;color:#2e7d46;font-size:10px;font-weight:700;padding:3px 8px;border-radius:999px;margin-left:8px;vertical-align:1px}.bch-revs .rcard svg{width:86px;height:14px;margin:8px auto}.bch-revs .rcard p{font-size:13.5px;line-height:1.6;color:#444}@media(min-width:900px){.bch-revs h2{font-size:33px;max-width:none}.bch-revs .cards{flex-direction:row;max-width:1150px;margin:0 auto}.bch-revs .rcard{flex:1}}.bch-press{padding:40px 0 46px;text-align:center}.bch-press .k{font-size:13px;font-weight:700;letter-spacing:2.5px;color:#888;text-transform:uppercase;margin-bottom:10px}.bch-press p{font-size:14.5px;color:#444;max-width:420px;margin:0 auto 26px;line-height:1.6}.bch-press .logos{display:flex;gap:34px;overflow-x:auto;align-items:center;justify-content:flex-start;padding:0 24px;scrollbar-width:none;scroll-snap-type:x mandatory}.bch-press .logos::-webkit-scrollbar{display:none}.bch-press .logos img{height:34px;width:auto;flex:none;filter:grayscale(1) opacity(.65);scroll-snap-align:center}@media(min-width:900px){.bch-press .logos{justify-content:center}}.bch-app{background:var(--salmon);color:#fff;overflow:hidden}.bch-app .in{display:flex;flex-direction:column;gap:10px;padding:44px 26px 0}.bch-app h2{font-size:31px;line-height:1.1;color:#fff}.bch-app .small{font-size:12.5px;font-weight:700;letter-spacing:.3px}.bch-app p{font-size:15px;font-weight:600;line-height:1.55;max-width:300px}.bch-app .badges{display:flex;gap:10px;margin:8px 0}.bch-app .badges img{height:40px;width:auto}.bch-app a.dl{color:#fff;font-weight:700;font-size:14px}.bch-app .phone{margin-top:10px}.bch-app .phone img{width:78%;max-width:340px;margin-left:auto}@media(min-width:900px){.bch-app .in{flex-direction:row;align-items:center;max-width:1100px;margin:0 auto;padding:50px 26px 0;gap:60px}.bch-app .left{flex:1;padding-bottom:50px}.bch-app .phone{flex:1;margin:0}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/bc-home.css.map */
