.bbxl{--bbxl-ink:#0B0F14;--bbxl-ink-2:#2A2F39;--bbxl-ink-3:#6B7280;--bbxl-line:#E5E7EB;--bbxl-line-2:#D1D5DB;--bbxl-bg:#FFFFFF;--bbxl-bg-soft:#F7F8FA;--bbxl-bg-gallery:#FFFFFF;--bbxl-brand:#2563EB;--bbxl-brand-2:#1D4ED8;--bbxl-brand-soft:#EFF6FF;--bbxl-success:#1A8245;--bbxl-save:#1E7A40;--bbxl-star:#F5A623;--bbxl-gift:#C21A1A;--bbxl-gift-soft:#FFF4F4;--bbxl-gift-line:#F3C9C9;--bbxl-radius-sm:10px;--bbxl-radius:14px;--bbxl-radius-lg:18px}.bbxl,.bbxl *,.bbxl *:before,.bbxl *:after{box-sizing:border-box}.bbxl{padding:28px 24px 48px;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--bbxl-ink);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;width:100%}.bbxl img{max-width:100%;display:block}.bbxl button{font-family:inherit;cursor:pointer;color:inherit;font-size:inherit;text-align:left;-webkit-appearance:none;appearance:none}.bbxl__wrap{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:start}@media(max-width:980px){.bbxl{padding:20px 16px 40px}.bbxl__wrap{grid-template-columns:1fr;gap:24px}}.bbxl__gal{position:sticky;top:24px}@media(max-width:980px){.bbxl__gal{position:static}}.bbxl__main{position:relative;aspect-ratio:var(--bbxl-ar, 1);background:var(--bbxl-bg-gallery);border-radius:var(--bbxl-radius-lg);overflow:hidden;touch-action:pan-y;user-select:none;-webkit-user-select:none;transition:aspect-ratio .25s ease}.bbxl__main>img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .2s ease}.bbxl__placeholder{width:100%;height:100%;display:block;background:var(--bbxl-bg-gallery)}@media(prefers-reduced-motion:reduce){.bbxl__main{transition:none}}.bbxl__chip{position:absolute;top:14px;left:14px;z-index:3;background:#fffffff5;color:var(--bbxl-ink);font-size:11.5px;font-weight:800;letter-spacing:-.3px;padding:6px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;box-shadow:0 2px 8px #0000001f}.bbxl__count{position:absolute;right:16px;bottom:16px;z-index:3;background:#0b0f14b3;color:#fff;font-size:12px;font-weight:600;padding:6px 10px;border-radius:999px;letter-spacing:.02em}.bbxl__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border:0;border-radius:999px;background:#fffffff5;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease,transform .15s ease;box-shadow:0 2px 10px #0000002e;padding:0}.bbxl__main:hover .bbxl__arrow{opacity:1}.bbxl__arrow--prev{left:14px}.bbxl__arrow--next{right:14px}.bbxl__arrow:hover{transform:translateY(-50%) scale(1.06)}@media(max-width:980px){.bbxl__arrow{opacity:1;width:34px;height:34px}}.bbxl__thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;touch-action:pan-x;cursor:grab;-webkit-user-select:none;user-select:none}.bbxl__thumbs.is-dragging{cursor:grabbing;scroll-behavior:auto}.bbxl__thumbs.is-dragging *{pointer-events:none}.bbxl__thumbs::-webkit-scrollbar{display:none}.bbxl__thumb{flex:0 0 calc((100% - (var(--bbxl-thumbs-desktop, 6) - 1) * 8px) / var(--bbxl-thumbs-desktop, 6));scroll-snap-align:start;aspect-ratio:1/1;background:#fff;border-radius:var(--bbxl-radius-sm);overflow:hidden;cursor:pointer;padding:0;border:2px solid var(--bbxl-line);transition:border-color .15s ease;touch-action:manipulation}.bbxl__thumb img{pointer-events:none;-webkit-user-drag:none;width:100%;height:100%;object-fit:contain}.bbxl__thumb.is-on{border-color:var(--bbxl-ink)}.bbxl__thumb:hover{border-color:var(--bbxl-ink-3)}.bbxl__social{margin-top:12px;padding:14px 16px;background:var(--bbxl-bg-soft);border:1px solid var(--bbxl-line);border-radius:12px;display:flex;flex-direction:column;gap:7px}.bbxl__social--mobile{display:none}.bbxl__social-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.bbxl__social-stars{color:var(--bbxl-star);font-size:13px;letter-spacing:1.2px;line-height:1}.bbxl__social-verified{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:800;color:var(--bbxl-success);letter-spacing:.06em;text-transform:uppercase}.bbxl__social-text{font-size:13px;line-height:1.45;color:var(--bbxl-ink-2);margin:0;font-weight:500}.bbxl__social-author{font-size:11.5px;font-weight:700;color:var(--bbxl-ink-2)}.bbxl__social-author .who{color:var(--bbxl-ink)}.bbxl__social-author .where{color:var(--bbxl-ink-3);font-weight:600}@media(max-width:980px){.bbxl__social--desktop{display:none}.bbxl__social--mobile{display:flex;margin:0 0 14px;padding:16px 18px;border-radius:12px}}.bbxl__info{display:flex;flex-direction:column}.bbxl__title{font-size:34px;line-height:1;font-weight:900;letter-spacing:-.5px;margin:0 0 6px;text-transform:uppercase;color:var(--bbxl-ink)}@media(max-width:980px){.bbxl__title{font-size:32px;line-height:1}}.bbxl__subtitle{font-size:13px;color:var(--bbxl-ink-3);font-weight:600;margin-bottom:12px}.bbxl__subtitle p{margin:0;display:inline}.bbxl__subtitle br{display:none}.bbxl__benefit-text{display:inline}.bbxl__benefit-text p{margin:0;display:inline}.bbxl__benefit-text br{display:none}.bbxl__rating{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--bbxl-ink-2);margin-bottom:18px}.bbxl__rating .stars{color:var(--bbxl-star);font-size:14px;letter-spacing:1.5px}.bbxl__rating a{color:var(--bbxl-ink-3);text-decoration:underline;text-underline-offset:3px}.bbxl__rating a:hover{color:var(--bbxl-ink)}.bbxl__lead{font-size:15px;line-height:1.5;color:var(--bbxl-ink-2);margin:0 0 16px}.bbxl__lead b,.bbxl__lead strong{color:var(--bbxl-ink);font-weight:700}.bbxl__lead p{margin:0 0 8px}.bbxl__benefits{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:9px}.bbxl__benefits li{display:flex;align-items:center;gap:11px;font-size:14px;font-weight:600;color:var(--bbxl-ink-2)}.bbxl__check{width:20px;height:20px;border-radius:999px;background:var(--bbxl-success);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.bbxl__variant-group{margin-bottom:18px}.bbxl__variant-label{display:flex;justify-content:space-between;align-items:baseline;font-size:12px;font-weight:900;color:var(--bbxl-ink);text-transform:uppercase;letter-spacing:-.2px;margin-bottom:9px}.bbxl__variant-label .value{font-size:12px;font-weight:700;color:var(--bbxl-ink-3);text-transform:none;letter-spacing:-.2px}.bbxl__swatches{display:flex;flex-wrap:wrap;gap:9px}.bbxl .bbxl__swatch{width:36px;height:36px;border-radius:999px;border:2px solid var(--bbxl-line-2);cursor:pointer;background:transparent;padding:0;position:relative;transition:border-color .15s ease,box-shadow .15s ease;flex-shrink:0}.bbxl__swatch-inner{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:999px;background:#ccc;box-shadow:inset 0 0 0 1px #00000014}.bbxl .bbxl__swatch:hover{border-color:var(--bbxl-ink-3)}.bbxl .bbxl__swatch.is-on{border-color:var(--bbxl-brand);box-shadow:0 0 0 3px #2563eb1f}.bbxl .bbxl__swatch.is-unavailable{opacity:.4;cursor:not-allowed}.bbxl .bbxl__swatch.is-unavailable:after{content:"";position:absolute;left:-2px;right:-2px;top:50%;border-top:1.5px solid var(--bbxl-ink-2);transform:rotate(-45deg);pointer-events:none}.bbxl__pills{display:flex;flex-wrap:wrap;gap:6px}.bbxl .bbxl__pill{min-width:46px;height:40px;padding:0 14px;border-radius:8px;border:1.5px solid var(--bbxl-line-2);background:#fff;font-size:13px;font-weight:800;color:var(--bbxl-ink-2);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;letter-spacing:-.2px;text-transform:uppercase;transition:border-color .15s ease,background .15s ease,color .15s ease}.bbxl .bbxl__pill:hover{border-color:var(--bbxl-ink-3)}.bbxl .bbxl__pill.is-on{border:2px solid var(--bbxl-brand);background:var(--bbxl-brand-soft);color:var(--bbxl-ink);padding:0 13px}.bbxl .bbxl__pill.is-unavailable{position:relative;color:var(--bbxl-ink-3);opacity:.55;cursor:not-allowed}.bbxl .bbxl__pill.is-unavailable:after{content:"";position:absolute;left:10%;right:10%;top:50%;border-top:1.5px solid var(--bbxl-ink-3);transform:rotate(-12deg)}.bbxl__gift{position:relative;margin:0 0 20px;padding:16px 18px 14px;border-radius:16px;background:var(--bbxl-gift-soft);border:1.5px solid var(--bbxl-gift-line);overflow:hidden}.bbxl__gift:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(122deg,rgba(194,26,26,.07),transparent 58%);pointer-events:none}.bbxl__gift-ribbon{position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--bbxl-gift),rgba(194,26,26,.35) 60%,transparent);pointer-events:none}.bbxl__gift-top{position:relative;display:flex;align-items:center;gap:14px}.bbxl__gift-media{position:relative;flex-shrink:0;width:72px;height:72px;border-radius:12px;background:#fff;border:1px solid var(--bbxl-gift-line);display:flex;align-items:center;justify-content:center;overflow:visible}.bbxl__gift-media img{width:88%;height:88%;object-fit:contain;filter:drop-shadow(0 5px 9px rgba(11,15,20,.2))}.bbxl__gift-media-ph{color:var(--bbxl-gift);opacity:.55;display:flex}.bbxl__gift-badge{position:absolute;top:-7px;left:-8px;z-index:2;background:var(--bbxl-gift);color:#fff;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;padding:3px 8px;border-radius:999px;line-height:1;box-shadow:0 2px 6px #c21a1a6b}.bbxl__gift-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.bbxl__gift-eyebrow{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:var(--bbxl-gift);line-height:1;margin-bottom:2px}.bbxl__gift-title{font-size:15.5px;font-weight:900;letter-spacing:-.4px;text-transform:uppercase;color:var(--bbxl-ink);line-height:1.12}.bbxl__gift-sub{font-size:11.5px;font-weight:600;color:var(--bbxl-ink-2);line-height:1.35}.bbxl__gift-note{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:800;color:var(--bbxl-gift);letter-spacing:.01em;line-height:1;margin-top:4px}.bbxl__gift-note svg{flex-shrink:0}.bbxl__gift-value{flex-shrink:0;margin-left:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:7px 11px;border-radius:10px;background:var(--bbxl-gift);color:#fff;line-height:1;box-shadow:0 2px 8px #c21a1a4d}.bbxl__gift-value .amt{font-size:14px;font-weight:900;letter-spacing:-.4px;text-decoration:line-through;text-decoration-thickness:1.5px;opacity:.95}.bbxl__gift-value .lbl{font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;opacity:.9}.bbxl__patches{position:relative;list-style:none;margin:14px 0 0;padding:13px 0 0;border-top:1px dashed var(--bbxl-gift-line);display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.bbxl__patch{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.bbxl__patch-img{width:100%;aspect-ratio:1/1;border-radius:10px;background:#fff;border:1px solid var(--bbxl-gift-line);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:5px}.bbxl__patch-img img{width:100%;height:100%;object-fit:contain}.bbxl__patch-ph{font-size:13px;font-weight:900;color:var(--bbxl-gift-line)}.bbxl__patch-name{font-size:8.5px;font-weight:800;letter-spacing:-.1px;text-transform:uppercase;color:var(--bbxl-ink-2);text-align:center;line-height:1.2;overflow-wrap:anywhere}@media(max-width:720px){.bbxl__gift{padding:14px 14px 12px;border-radius:14px;margin-bottom:18px}.bbxl__gift-top{gap:11px}.bbxl__gift-media{width:58px;height:58px;border-radius:10px}.bbxl__gift-title{font-size:13.5px;letter-spacing:-.3px}.bbxl__gift-sub{font-size:10.5px;line-height:1.3}.bbxl__gift-note{font-size:9px}.bbxl__gift-value{padding:6px 9px}.bbxl__gift-value .amt{font-size:12.5px}.bbxl__gift-value .lbl{font-size:7px}.bbxl__patches{gap:6px;margin-top:12px;padding-top:11px}.bbxl__patch-img{border-radius:8px;padding:4px}.bbxl__patch-name{font-size:7.5px;line-height:1.15}}@media(max-width:380px){.bbxl__gift-media{width:50px;height:50px}.bbxl__gift-title{font-size:12.5px}.bbxl__gift-sub{font-size:10px}.bbxl__patches{gap:4px}.bbxl__patch-name{font-size:6.8px}}.bbxl__gift-gal{position:absolute;left:14px;bottom:16px;z-index:3;display:inline-flex;align-items:center;gap:7px;padding:5px 11px 5px 5px;border-radius:999px;background:#fffffff7;box-shadow:0 2px 10px #0b0f142e;border:1px solid var(--bbxl-gift-line);max-width:calc(100% - 28px)}.bbxl__gift-gal-thumb{flex-shrink:0;width:26px;height:26px;border-radius:999px;background:var(--bbxl-gift-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.bbxl__gift-gal-thumb img{width:22px;height:22px;object-fit:contain}.bbxl__gift-gal-text{display:flex;flex-direction:column;line-height:1.05;min-width:0}.bbxl__gift-gal-free{font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--bbxl-gift)}.bbxl__gift-gal-sub{font-size:9px;font-weight:700;letter-spacing:.01em;text-transform:uppercase;color:var(--bbxl-ink-2);white-space:nowrap}@media(max-width:720px){.bbxl__gift-gal{left:12px;bottom:12px;padding:4px 9px 4px 4px;gap:6px}.bbxl__gift-gal-thumb{width:22px;height:22px}.bbxl__gift-gal-thumb img{width:19px;height:19px}.bbxl__gift-gal-free,.bbxl__gift-gal-sub{font-size:8px}}.bbxl__qty-block{margin-bottom:20px}.bbxl__qty-row-label{display:flex;align-items:center;gap:14px}.bbxl__qty-row-label .label{font-size:12px;font-weight:900;color:var(--bbxl-ink);text-transform:uppercase;letter-spacing:-.2px}.bbxl__qty-stepper{display:inline-flex;align-items:center;border:1.5px solid var(--bbxl-line-2);border-radius:10px;overflow:hidden;background:#fff}.bbxl .bbxl__qty-btn{width:38px;height:40px;border:0;background:#fff;color:var(--bbxl-ink);font-size:18px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;padding:0}.bbxl .bbxl__qty-btn:hover{background:var(--bbxl-bg-soft)}.bbxl .bbxl__qty-btn:disabled{color:var(--bbxl-ink-3);cursor:not-allowed;opacity:.4}.bbxl__qty-input{width:46px;height:40px;border:0;border-left:1.5px solid var(--bbxl-line-2);border-right:1.5px solid var(--bbxl-line-2);background:#fff;text-align:center;font-size:15px;font-weight:900;color:var(--bbxl-ink);font-family:inherit;padding:0;-moz-appearance:textfield}.bbxl__qty-input:focus{outline:none}.bbxl__qty-input::-webkit-outer-spin-button,.bbxl__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bbxl__price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:14px;flex-wrap:wrap}.bbxl__price-now{font-size:34px;font-weight:900;color:var(--bbxl-ink);letter-spacing:-1px;line-height:1}.bbxl__price-was{font-size:16px;color:var(--bbxl-ink-3);text-decoration:line-through;font-weight:600;line-height:1}.bbxl__price-save{margin-left:auto;font-size:11.5px;font-weight:900;letter-spacing:-.25px;padding:6px 12px;border-radius:999px;text-transform:uppercase;line-height:1;white-space:nowrap;color:#fff;background:var(--bbxl-save);box-shadow:0 1px 6px #1e7a404a}.bbxl__price-was:empty,.bbxl__price-save:empty{display:none}.bbxl__trio{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:14px;margin-bottom:14px;background:var(--bbxl-bg-soft);border:1px solid var(--bbxl-line);border-radius:12px}.bbxl__trio-item{display:flex;align-items:center;gap:10px;text-align:left}.bbxl__trio-icon{width:36px;height:36px;border-radius:999px;background:var(--bbxl-brand-soft);color:var(--bbxl-brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.bbxl__trio-text{display:flex;flex-direction:column;gap:1px;min-width:0}.bbxl__trio-title{font-size:11.5px;font-weight:900;color:var(--bbxl-ink);letter-spacing:-.2px;text-transform:uppercase;line-height:1.15}.bbxl__trio-sub{font-size:11px;color:var(--bbxl-ink-3);font-weight:600;line-height:1.2}.bbxl button.bbxl__cta,.bbxl .bbxl__cta{width:100%;border:0!important;border-radius:12px!important;cursor:pointer;background:#2563eb!important;background-color:#2563eb!important;background-image:none!important;color:#fff!important;font-size:16px;font-weight:900;letter-spacing:0px;padding:16px 20px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;box-shadow:0 4px 14px #2563eb4d!important;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;position:relative;overflow:hidden;isolation:isolate;opacity:1!important;text-decoration:none!important}.bbxl button.bbxl__cta:hover,.bbxl .bbxl__cta:hover{background:#1d4ed8!important;background-color:#1d4ed8!important;transform:translateY(-1px);box-shadow:0 6px 18px #2563eb61!important}.bbxl button.bbxl__cta>span,.bbxl .bbxl__cta>span{color:#fff!important;background:transparent!important}.bbxl__cta:active{transform:translateY(0)}.bbxl__cta svg{flex-shrink:0;transition:transform .2s ease;position:relative;z-index:2}.bbxl__cta>span{position:relative;z-index:2}.bbxl__cta:hover svg{transform:translate(2px)}.bbxl__cta:before{content:"";position:absolute;top:0;left:-160%;width:150%;height:100%;background:linear-gradient(to right,#0f1e5000,#0f1e5014 18%,#0f1e5038 35%,#0f1e506b,#0f1e5038 65%,#0f1e5014 82%,#0f1e5000);transform:skew(-18deg);animation:bbxl-shine 4.2s linear infinite;pointer-events:none;z-index:1}@keyframes bbxl-shine{0%{left:-160%}to{left:160%}}@media(prefers-reduced-motion:reduce){.bbxl__cta:before{animation:none;display:none}}.bbxl button.bbxl__cta.is-soldout,.bbxl .bbxl__cta.is-soldout{background:#6b7280!important;background-color:#6b7280!important;cursor:not-allowed!important;box-shadow:none!important}.bbxl button.bbxl__cta.is-soldout:hover,.bbxl .bbxl__cta.is-soldout:hover{background:#6b7280!important;background-color:#6b7280!important;transform:none!important;box-shadow:none!important}.bbxl .bbxl__cta.is-soldout:before{display:none}.bbxl .bbxl__cta:disabled{cursor:not-allowed}.bbxl__cta-sub{text-align:center;font-size:11.5px;color:var(--bbxl-ink-3);font-weight:600;margin-bottom:14px}.bbxl__cta-gift{color:var(--bbxl-gift);font-weight:900}.bbxl__cta-gift--short{display:none}.bbxl__pay{display:flex;flex-direction:column;align-items:center;gap:10px;padding:2px 0 14px;margin-bottom:4px}.bbxl__pay-icons{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.bbxl__pay-icon{display:inline-block;width:58px;height:36px;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0b0f141a;background:#fff;line-height:0}.bbxl__pay-icon img{width:100%;height:100%;object-fit:cover;display:block}.bbxl__pay-secure{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:var(--bbxl-ink-3);font-weight:600;letter-spacing:-.1px}.bbxl__pay-secure svg{flex-shrink:0;color:var(--bbxl-ink-2)}.bbxl__faq{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.bbxl__faq details{border:1.5px solid var(--bbxl-line);border-radius:12px;background:#fff;overflow:hidden;transition:border-color .15s ease,background .15s ease}.bbxl__faq details:hover{border-color:var(--bbxl-ink-3)}.bbxl__faq details[open]{border-color:var(--bbxl-line-2);background:var(--bbxl-bg-soft)}.bbxl__faq summary{cursor:pointer;list-style:none;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:900;color:var(--bbxl-ink);letter-spacing:-.3px;-webkit-user-select:none;user-select:none}.bbxl__faq summary h3{margin:0;font-size:inherit;font-weight:inherit;letter-spacing:inherit;color:inherit;line-height:1.2}.bbxl__faq summary::-webkit-details-marker{display:none}.bbxl__faq-chev{flex-shrink:0;color:var(--bbxl-ink-3);transition:transform .25s ease}.bbxl__faq details[open] .bbxl__faq-chev{transform:rotate(180deg)}.bbxl__faq-body{padding:0 16px 14px;font-size:13px;line-height:1.6;color:var(--bbxl-ink-2);font-weight:500}.bbxl__faq-body p{margin:0 0 10px}.bbxl__faq-body p:last-child{margin-bottom:0}.bbxl__faq-body b,.bbxl__faq-body strong{color:var(--bbxl-ink);font-weight:800}.bbxl__faq details[open] .bbxl__faq-body{animation:bbxl-faq-open .28s ease}@keyframes bbxl-faq-open{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.bbxl__trust{display:flex;align-items:center;justify-content:space-around;gap:10px;flex-wrap:wrap;padding:12px 0 4px}.bbxl__trust-item{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:var(--bbxl-ink-2)}.bbxl__trust-item svg{flex-shrink:0;color:var(--bbxl-ink);width:14px;height:14px}.bbxl__help{text-align:center;font-size:12px;color:var(--bbxl-ink-3);font-weight:600;border-top:1px solid var(--bbxl-line);padding-top:12px;margin-top:12px}.bbxl__help a{color:var(--bbxl-brand);text-decoration:none;font-weight:800}.bbxl__help a:hover{text-decoration:underline}@media(max-width:720px){.bbxl{font-size:14.5px;padding:0 12px 28px;overflow-x:hidden;max-width:100vw}.bbxl__wrap{gap:16px;min-width:0}.bbxl__gal{padding:0;min-width:0}.bbxl__main{border-radius:16px;margin:12px 0 0}.bbxl__thumbs{padding:0;gap:6px}.bbxl__thumb{border-radius:8px;flex:0 0 calc((100% - (var(--bbxl-thumbs-mobile, 4) - 1) * 6px) / var(--bbxl-thumbs-mobile, 4))}.bbxl__social{margin:8px 0 0;padding:12px 14px;border-radius:12px;gap:6px}.bbxl__social-head{margin-bottom:0}.bbxl__social-stars{font-size:12px;letter-spacing:1px}.bbxl__social-verified{font-size:9.5px}.bbxl__social-verified svg{width:10px;height:10px}.bbxl__social-text{font-size:12.5px;line-height:1.4;margin:0}.bbxl__social-author{font-size:11px}.bbxl__info{padding:0;min-width:0}.bbxl__lead{max-width:100%;overflow-wrap:break-word;word-wrap:break-word;font-size:13.5px;line-height:1.5;margin:0 0 14px}.bbxl__lead img,.bbxl__lead table{max-width:100%;height:auto}.bbxl__title{font-size:30px;line-height:1;letter-spacing:-.5px;overflow-wrap:break-word}.bbxl__subtitle{font-size:12px;margin-bottom:10px}.bbxl__rating{font-size:12px;margin-bottom:14px;gap:6px}.bbxl__rating .stars{font-size:13px}.bbxl__benefits{gap:8px;margin:0 0 18px}.bbxl__benefits li{font-size:13px;gap:10px;line-height:1.3}.bbxl__check{width:20px;height:20px}.bbxl__swatch{width:34px;height:34px}.bbxl__pill{min-width:42px;height:38px;padding:0 12px;font-size:12.5px}.bbxl__price-now{font-size:30px;letter-spacing:-.7px}.bbxl__price-was{font-size:14px}.bbxl__price-save{font-size:11.5px;padding:6px 9px;letter-spacing:-.2px}.bbxl__cta{font-size:15.5px;padding:16px 18px;border-radius:12px;gap:8px;letter-spacing:-.5px}.bbxl__cta svg{width:16px;height:16px}.bbxl__cta-sub{font-size:9.5px;margin-bottom:12px;line-height:1.4;padding:0;letter-spacing:-.2px}.bbxl__cta-gift{display:none}.bbxl__cta-gift--short{display:inline}.bbxl__pay{gap:8px;padding:0 0 10px}.bbxl__pay-icons{gap:6px}.bbxl__pay-icon{width:52px;height:32px;border-radius:7px}.bbxl__pay-secure{font-size:11px}.bbxl__faq{margin-bottom:14px;gap:5px}.bbxl__faq summary{padding:11px 13px;font-size:12px}.bbxl__faq-chev{width:15px;height:15px}.bbxl__faq-body{padding:0 13px 11px;font-size:12px;line-height:1.55}.bbxl__trust{gap:8px 16px;padding:10px 0 4px;justify-content:center;flex-wrap:wrap;text-align:center}.bbxl__trust-item{font-size:10.5px;gap:5px;white-space:nowrap}.bbxl__trust-item svg{width:12px;height:12px}.bbxl__help{font-size:11px;line-height:1.45;padding-top:12px;margin-top:12px}.bbxl__trio{padding:12px 8px;gap:6px;margin-bottom:12px}.bbxl__trio-item{flex-direction:column;align-items:center;text-align:center;gap:6px}.bbxl__trio-icon{width:32px;height:32px}.bbxl__trio-icon svg{width:16px;height:16px}.bbxl__trio-text{align-items:center}.bbxl__trio-title{font-size:9.5px;line-height:1.15;letter-spacing:-.1px}.bbxl__trio-sub{font-size:8.5px;line-height:1.25}}@media(max-width:380px){.bbxl{padding:0 10px 28px}.bbxl__title{font-size:24px;line-height:1}.bbxl__price-now{font-size:26px}.bbxl__cta{font-size:14.5px;padding:14px 12px}.bbxl__trust{gap:6px 14px;justify-content:center;flex-wrap:wrap}.bbxl__trust-item{font-size:10px;white-space:nowrap}.bbxl__trust-item svg{width:11px;height:11px}.bbxl__cta-sub{font-size:9px;letter-spacing:-.3px}.bbxl__pay-icon{width:48px;height:30px}}.bbxq{position:relative;border:1.5px solid var(--bbx-line-2);border-radius:14px;background:#fff;padding:16px 16px 14px;margin-bottom:18px;box-shadow:0 2px 10px #0b0f140a}.bbxq__head{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:14px;row-gap:6px;align-items:center}.bbxq__stepper{grid-column:1;grid-row:1;justify-self:start;display:inline-flex;align-items:stretch;border:1.5px solid var(--bbx-line-2);border-radius:999px;background:var(--bbx-bg-soft);overflow:hidden}.bbx .bbxq__step{width:44px;min-height:46px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--bbx-ink);padding:0;transition:background .15s ease,color .15s ease;touch-action:manipulation}.bbx .bbxq__step:hover:not(:disabled){background:var(--bbx-brand-soft);color:var(--bbx-brand)}.bbx .bbxq__step:active:not(:disabled){background:#deeafd}.bbx .bbxq__step:disabled{opacity:.3;cursor:not-allowed}.bbxq__num{width:54px;min-height:46px;border:0;border-left:1.5px solid var(--bbx-line);border-right:1.5px solid var(--bbx-line);background:#fff;text-align:center;font-family:inherit;font-size:20px;font-weight:900;color:var(--bbx-ink);letter-spacing:-.5px;padding:0;border-radius:0;-webkit-appearance:none;appearance:none}.bbxq__num:focus{outline:2px solid var(--bbx-brand);outline-offset:-2px}.bbxq__unit{grid-column:1;grid-row:2;justify-self:center;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--bbx-ink-3);line-height:1}.bbxq__price-line{grid-column:2;grid-row:1;justify-self:end;display:flex;align-items:baseline;gap:6px;min-width:0}.bbxq__now{display:inline-block;font-size:26px;font-weight:900;color:var(--bbx-ink);letter-spacing:-.6px;line-height:1;white-space:nowrap}.bbxq__per{font-size:9.5px;font-weight:800;color:var(--bbx-ink-3);letter-spacing:.12em;text-transform:uppercase;line-height:1;white-space:nowrap}.bbxq__was{grid-column:2;grid-row:2;justify-self:end;font-size:12px;color:var(--bbx-ink-3);text-decoration:line-through;font-weight:600;line-height:1;white-space:nowrap}.bbxq__ladder.is-off{display:none}.bbx .bbxq__nudge{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;margin-top:14px;padding:10px 12px;border:0;border-radius:10px;background:var(--bbx-success-soft);color:var(--bbx-success);font-size:12px;font-weight:900;letter-spacing:-.2px;line-height:1.25;text-align:center;transition:background .15s ease}.bbx .bbxq__nudge:hover:not(:disabled){background:#d8eee1}.bbx .bbxq__nudge:disabled{cursor:default;opacity:1;background:var(--bbx-bg-soft);color:var(--bbx-ink-2)}.bbxq__nudge svg{flex-shrink:0}.bbxq__nudge .bbxq__nudge-ico--max,.bbxq__nudge.is-max .bbxq__nudge-ico--up{display:none}.bbxq__nudge.is-max .bbxq__nudge-ico--max{display:block;color:var(--bbx-success)}.bbxq__flat{display:none;margin-top:14px;font-size:12px;font-weight:900;letter-spacing:-.2px;color:var(--bbx-save);text-align:center;padding:10px 12px;border-radius:10px;background:var(--bbx-success-soft)}.bbxq__ladder.is-flat .bbxq__nudge{display:none}.bbxq__ladder.is-flat .bbxq__flat{display:block}.bbxq__foot{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:14px;padding-top:13px;border-top:1px dashed var(--bbx-line-2)}.bbxq__foot-left{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:7px}.bbxq__off{display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;letter-spacing:-.2px;text-transform:uppercase;line-height:1;color:#fff;background:var(--bbx-save);padding:6px 12px;border-radius:999px;white-space:nowrap;box-shadow:0 2px 8px #1e7a4047}.bbxq__supply{font-size:11.5px;font-weight:800;color:var(--bbx-ink-3);letter-spacing:-.1px;line-height:1.3}.bbxq__sum{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right}.bbxq__sum-line{display:flex;align-items:baseline;gap:7px}.bbxq__total-label{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--bbx-ink-3);line-height:1}.bbxq__total{display:inline-block;font-size:20px;font-weight:900;color:var(--bbx-ink);letter-spacing:-.5px;line-height:1;white-space:nowrap}.bbxq__total-was{font-size:12px;color:var(--bbx-ink-3);text-decoration:line-through;font-weight:600;line-height:1;white-space:nowrap}.bbxq__saved{font-size:11.5px;font-weight:900;color:var(--bbx-save);letter-spacing:-.1px;line-height:1}@keyframes bbxq-pop{0%{transform:scale(1)}35%{transform:scale(1.07)}to{transform:scale(1)}}.bbxq__now.is-pop,.bbxq__total.is-pop{animation:bbxq-pop .3s ease}@media(prefers-reduced-motion:reduce){.bbxq__now.is-pop,.bbxq__total.is-pop{animation:none}}@media(max-width:720px){.bbx{font-size:14.5px;padding:0 12px 28px;overflow-x:hidden;max-width:100vw}.bbx__wrap{gap:16px;min-width:0}.bbx__gal{padding:0;min-width:0}.bbx__main{border-radius:16px;margin:12px 0 0}.bbx__thumbs{padding:0;gap:6px}.bbx__thumb{border-radius:8px;flex:0 0 calc((100% - (var(--bbx-thumbs-mobile, 4) - 1) * 6px) / var(--bbx-thumbs-mobile, 4))}.bbx__social{margin:8px 0 0;padding:12px 14px;border-radius:12px;gap:6px}.bbx__social-head{margin-bottom:0}.bbx__social-stars{font-size:12px;letter-spacing:1px}.bbx__social-verified{font-size:9.5px}.bbx__social-verified svg{width:10px;height:10px}.bbx__social-text{font-size:12.5px;line-height:1.4;margin:0}.bbx__social-author{font-size:11px}.bbx__info{padding:0;min-width:0}.bbx__lead{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.bbx__lead img,.bbx__lead table{max-width:100%;height:auto}.bbx__title{font-size:30px;line-height:1;letter-spacing:-.5px;overflow-wrap:break-word}.bbx__subtitle{font-size:12px;margin-bottom:10px}.bbx__rating{font-size:12px;margin-bottom:14px;gap:6px}.bbx__rating .stars{font-size:13px}.bbx__lead{font-size:13.5px;line-height:1.5;margin:0 0 14px}.bbx__benefits{gap:8px;margin:0 0 18px}.bbx__benefits li{font-size:13px;gap:10px;line-height:1.3}.bbx__check{width:20px;height:20px}.bbx__plans-2col{gap:8px;margin-bottom:4px}.bbx__plan-card{padding:18px 10px 14px}.bbx__plan-card.is-on{padding:17px 9px 13px}.bbx__plan-flag{font-size:9px;padding:3px 8px;top:-9px}.bbx__plan-name{font-size:15px}.bbx__plan-meta{font-size:11px;letter-spacing:-.4px}.bbx__plan-extra{font-size:9px;letter-spacing:-.2px}.bbxq{padding:14px 12px 12px;border-radius:12px;margin-bottom:14px}.bbxq__head{gap:10px}.bbx .bbxq__step{width:40px;min-height:44px}.bbxq__num{width:48px;min-height:44px;font-size:19px}.bbxq__unit{font-size:9.5px;letter-spacing:.1em}.bbxq__off{font-size:12px;padding:5px 10px}.bbxq__now{font-size:23px}.bbxq__per{font-size:9px;letter-spacing:.1em}.bbxq__was{font-size:11px}.bbx .bbxq__nudge{font-size:11px;padding:9px 10px;margin-top:13px;gap:6px}.bbxq__nudge svg{width:13px;height:13px}.bbxq__flat{font-size:11px;padding:9px 10px}.bbxq__foot{margin-top:13px;padding-top:11px;gap:8px}.bbxq__supply{font-size:10.5px}.bbxq__sum-line{gap:6px}.bbxq__total-label{font-size:9px;letter-spacing:.1em}.bbxq__total{font-size:18px}.bbxq__total-was{font-size:11px}.bbxq__saved{font-size:10.5px}.bbx__cta{font-size:15.5px;padding:16px 18px;border-radius:12px;gap:8px;letter-spacing:-.5px}.bbx__cta svg{width:16px;height:16px}.bbx__cta-sub{font-size:11px;margin-bottom:12px;line-height:1.4;padding:0 4px}.bbx__pay{gap:8px;padding:0 0 10px}.bbx__pay-icons{gap:6px}.bbx__pay-icon{width:52px;height:32px;border-radius:7px}.bbx__pay-secure{font-size:11px}.bbx__faq{margin-bottom:14px;gap:5px}.bbx__faq summary{padding:11px 13px;font-size:12px}.bbx__faq-chev{width:15px;height:15px}.bbx__faq-body{padding:0 13px 11px;font-size:12px;line-height:1.55}.bbx__trust{gap:8px 16px;padding:10px 0 4px;justify-content:center;flex-wrap:wrap;text-align:center}.bbx__trust-item{font-size:10.5px;gap:5px;white-space:nowrap}.bbx__trust-item svg{width:12px;height:12px}.bbx__cta-sub{font-size:9.5px;margin-bottom:12px;line-height:1.4;padding:0;white-space:nowrap;letter-spacing:-.2px}.bbx__help{font-size:11px;line-height:1.45;padding-top:12px;margin-top:12px}.bbx__trio{padding:12px 8px;gap:6px;margin-bottom:12px}.bbx__trio-item{flex-direction:column;align-items:center;text-align:center;gap:6px}.bbx__trio-icon{width:32px;height:32px}.bbx__trio-icon svg{width:16px;height:16px}.bbx__trio-text{align-items:center}.bbx__trio-title{font-size:9.5px;line-height:1.15;letter-spacing:-.1px}.bbx__trio-sub{font-size:8.5px;line-height:1.25}}@media(max-width:380px){.bbx{padding:0 10px 28px}.bbx__title{font-size:24px;line-height:1}.bbx .bbx__plan-card{padding:16px 8px 12px}.bbx .bbx__plan-card.is-on{padding:15px 7px 11px}.bbx__plan-name{font-size:13.5px}.bbx__plan-meta{font-size:10px}.bbxq{padding:12px 10px 10px}.bbxq__head{gap:8px}.bbx .bbxq__step{width:36px;min-height:42px}.bbxq__num{width:42px;min-height:42px;font-size:17px}.bbxq__unit{font-size:9px;letter-spacing:.08em}.bbxq__off{font-size:11px;padding:4.5px 9px}.bbxq__now{font-size:20px}.bbxq__per{font-size:8.5px;letter-spacing:.08em}.bbxq__was{font-size:10px}.bbx .bbxq__nudge{font-size:10.5px;letter-spacing:-.3px}.bbxq__supply{font-size:9.5px}.bbxq__total{font-size:17px}.bbxq__total-was,.bbxq__saved{font-size:10px}.bbx__cta{font-size:14.5px;padding:14px 12px}.bbx__trust{gap:6px 14px;justify-content:center;flex-wrap:wrap}.bbx__trust-item{font-size:10px;white-space:nowrap}.bbx__trust-item svg{width:11px;height:11px}.bbx__cta-sub{font-size:9px;letter-spacing:-.3px}.bbx__pay-icon{width:48px;height:30px}}.bbx__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:999px;background:#fffffff5;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease,transform .15s ease;box-shadow:0 2px 10px #0000002e;padding:0}.bbx__main:hover .bbx__arrow{opacity:1}.bbx__arrow:hover{transform:translateY(-50%) scale(1.06)}@media(max-width:980px){.bbx__arrow{opacity:1;width:34px;height:34px}}@media(max-width:720px){.bbx{font-size:14.5px;padding:0 12px 28px;overflow-x:hidden;max-width:100vw}.bbx__wrap{gap:16px;min-width:0}.bbx__gal{padding:0;min-width:0}.bbx__main{border-radius:16px;margin:12px 0 0}.bbx__thumbs{padding:0;gap:6px}.bbx__thumb{border-radius:8px;flex:0 0 calc((100% - (var(--bbx-thumbs-mobile, 4) - 1) * 6px) / var(--bbx-thumbs-mobile, 4))}.bbx__social{margin:8px 0 0;padding:12px 14px;border-radius:12px;gap:6px}.bbx__social-head{margin-bottom:0}.bbx__social-stars{font-size:12px;letter-spacing:1px}.bbx__social-verified{font-size:9.5px}.bbx__social-verified svg{width:10px;height:10px}.bbx__social-text{font-size:12.5px;line-height:1.4;margin:0}.bbx__social-author{font-size:11px}.bbx__info{padding:0;min-width:0}.bbx__lead{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.bbx__lead img,.bbx__lead table{max-width:100%;height:auto}.bbx__title{font-size:30px;line-height:1;letter-spacing:-.5px;overflow-wrap:break-word}.bbx__subtitle{font-size:12px;margin-bottom:10px}.bbx__rating{font-size:12px;margin-bottom:14px;gap:6px}.bbx__rating .stars{font-size:13px}.bbx__lead{font-size:13.5px;line-height:1.5;margin:0 0 14px}.bbx__benefits{gap:8px;margin:0 0 18px}.bbx__benefits li{font-size:13px;gap:10px;line-height:1.3}.bbx__check{width:20px;height:20px}.bbx__plans-2col{gap:8px;margin-bottom:4px}.bbx__plan-card{padding:18px 10px 14px}.bbx__plan-card.is-on{padding:17px 9px 13px}.bbx__plan-flag{font-size:9px;padding:3px 8px;top:-9px}.bbx__plan-name{font-size:15px}.bbx__plan-meta{font-size:11px;letter-spacing:-.4px}.bbx__plan-extra{font-size:9px;letter-spacing:-.2px}.bbx__qtys{gap:12px;margin-bottom:14px}.bbx .bbx__qty-row{padding:13px 10px;gap:6px;grid-template-columns:auto minmax(0,1fr) auto auto}.bbx .bbx__qty-row.is-on{padding:12px 9px}.bbx__qty-label{gap:3px;min-width:0;overflow:hidden}.bbx__qty-name{font-size:14px;overflow-wrap:break-word}.bbx__qty-meta{font-size:10px}.bbx__tag{font-size:9.5px;padding:3.5px 9px;top:-9px;left:14px;border-radius:999px}.bbx__qty-save{font-size:12px;padding:6px 9px;min-width:62px;border-radius:999px;letter-spacing:-.3px}.bbx__qty-price{gap:6px;flex-shrink:0}.bbx__qty-now{font-size:19px;white-space:nowrap}.bbx__qty-per{font-size:9px;letter-spacing:.1em;white-space:nowrap}.bbx__qty-was{font-size:11px;white-space:nowrap}.bbx__cta{font-size:15.5px;padding:16px 18px;border-radius:12px;gap:8px;letter-spacing:-.5px}.bbx__cta svg{width:16px;height:16px}.bbx__cta-sub{font-size:11px;margin-bottom:12px;line-height:1.4;padding:0 4px}.bbx__faq{margin-bottom:14px;gap:5px}.bbx__faq summary{padding:11px 13px;font-size:12px}.bbx__faq-chev{width:15px;height:15px}.bbx__faq-body{padding:0 13px 11px;font-size:12px;line-height:1.55}.bbx__trust{gap:8px 16px;padding:10px 0 4px;justify-content:center;flex-wrap:wrap;text-align:center}.bbx__trust-item{font-size:10.5px;gap:5px;white-space:nowrap}.bbx__trust-item svg{width:12px;height:12px}.bbx__cta-sub{font-size:9.5px;margin-bottom:12px;line-height:1.4;padding:0;white-space:nowrap;letter-spacing:-.2px}.bbx__help{font-size:11px;line-height:1.45;padding-top:12px;margin-top:12px}.bbx__trio{padding:12px 8px;gap:6px;margin-bottom:12px}.bbx__trio-item{flex-direction:column;align-items:center;text-align:center;gap:6px}.bbx__trio-icon{width:32px;height:32px}.bbx__trio-icon svg{width:16px;height:16px}.bbx__trio-text{align-items:center}.bbx__trio-title{font-size:9.5px;line-height:1.15;letter-spacing:-.1px}.bbx__trio-sub{font-size:8.5px;line-height:1.25}}@media(max-width:380px){.bbx{padding:0 10px 28px}.bbx__title{font-size:24px;line-height:1}.bbx .bbx__plan-card{padding:16px 8px 12px}.bbx .bbx__plan-card.is-on{padding:15px 7px 11px}.bbx__plan-name{font-size:13.5px}.bbx__plan-meta{font-size:10px}.bbx .bbx__qty-row{padding:12px 8px;gap:5px;grid-template-columns:auto minmax(0,1fr) auto auto}.bbx .bbx__qty-row.is-on{padding:11px 7px}.bbx__radio{width:18px;height:18px}.bbx__qty-row.is-on .bbx__radio:after{width:9px;height:9px}.bbx__qty-name{font-size:12.5px;letter-spacing:-.4px}.bbx__qty-meta{font-size:9.5px}.bbx__qty-now{font-size:17px}.bbx__qty-per{font-size:8.5px;letter-spacing:.08em}.bbx__qty-save{font-size:11px;padding:5px 7px;min-width:54px}.bbx__qty-was{font-size:10px}.bbx__cta{font-size:14.5px;padding:14px 12px}.bbx__trust{gap:6px 14px;justify-content:center;flex-wrap:wrap}.bbx__trust-item{font-size:10px;white-space:nowrap}.bbx__trust-item svg{width:11px;height:11px}.bbx__cta-sub{font-size:9px;letter-spacing:-.3px}}:root{--bbxc-ink:#0B0F14;--bbxc-ink-2:#2A2F39;--bbxc-ink-3:#6B7280;--bbxc-line:#E5E7EB;--bbxc-line-2:#D1D5DB;--bbxc-bg:#FFFFFF;--bbxc-bg-soft:#F7F8FA;--bbxc-bg-gallery:#F1F3F6;--bbxc-brand:#2563EB;--bbxc-brand-2:#1D4ED8;--bbxc-brand-soft:#EFF6FF;--bbxc-success:#1A8245;--bbxc-success-soft:#E8F5EE;--bbxc-save:#1E7A40;--bbxc-star:#F5A623;--bbxc-radius-sm:10px;--bbxc-radius:14px;--bbxc-radius-lg:18px}.bbxc,.bbxc *,.bbxc *:before,.bbxc *:after{box-sizing:border-box}.bbxc{padding:28px 24px 48px;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--bbxc-ink);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;width:100%}.bbxc img{max-width:100%;display:block}.bbxc button{font-family:inherit;cursor:pointer;color:inherit;font-size:inherit;text-align:left;-webkit-appearance:none;appearance:none}.bbxc__wrap{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:start}@media(max-width:980px){.bbxc{padding:20px 16px 40px}.bbxc__wrap{grid-template-columns:1fr;gap:24px}}.bbxc__gal{position:sticky;top:24px}@media(max-width:980px){.bbxc__gal{position:static}}.bbxc__main{position:relative;aspect-ratio:2254/2600;background:var(--bbxc-bg-gallery);border-radius:var(--bbxc-radius-lg);overflow:hidden;touch-action:pan-y;user-select:none;-webkit-user-select:none}.bbxc__main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s ease}.bbxc__chip{position:absolute;top:14px;left:14px;background:#fffffff5;color:var(--bbxc-ink);font-size:11.5px;font-weight:800;letter-spacing:-.3px;padding:6px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;box-shadow:0 2px 8px #0000001f}.bbxc__count{position:absolute;right:16px;bottom:16px;background:#0b0f14b3;color:#fff;font-size:12px;font-weight:600;padding:6px 10px;border-radius:999px;letter-spacing:.02em}.bbxc__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:999px;background:#fffffff5;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:1;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 10px #0000002e;padding:0}.bbxc__arrow--prev{left:14px}.bbxc__arrow--next{right:14px}.bbxc__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08);box-shadow:0 3px 14px #00000038}@media(max-width:980px){.bbxc__arrow{width:34px;height:34px}}.bbxc__thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;touch-action:pan-x;cursor:grab;-webkit-user-select:none;user-select:none}.bbxc__thumbs.is-dragging{cursor:grabbing;scroll-behavior:auto}.bbxc__thumbs.is-dragging *{pointer-events:none}.bbxc__thumbs::-webkit-scrollbar{display:none}.bbxc__thumb{flex:0 0 calc((100% - (var(--bbxc-thumbs-desktop, 6) - 1) * 8px) / var(--bbxc-thumbs-desktop, 6));scroll-snap-align:start;aspect-ratio:1/1;background:#f1f3f6;border-radius:var(--bbxc-radius-sm);overflow:hidden;cursor:pointer;padding:0;border:2px solid transparent;transition:border-color .15s ease;touch-action:manipulation}.bbxc__thumb img{pointer-events:none;-webkit-user-drag:none}.bbxc__thumb img{width:100%;height:100%;object-fit:cover}.bbxc__thumb.is-on{border-color:var(--bbxc-ink)}.bbxc__thumb:hover{border-color:var(--bbxc-ink-3)}.bbxc__social{margin-top:12px;padding:14px 16px;background:var(--bbxc-bg-soft);border:1px solid var(--bbxc-line);border-radius:12px;display:flex;flex-direction:column;gap:7px}.bbxc__social--mobile{display:none}.bbxc__social-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.bbxc__social-stars{color:var(--bbxc-star);font-size:13px;letter-spacing:1.2px;line-height:1}.bbxc__social-verified{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:800;color:var(--bbxc-success);letter-spacing:.06em;text-transform:uppercase}.bbxc__social-text{font-size:13px;line-height:1.45;color:var(--bbxc-ink-2);margin:0;font-weight:500}.bbxc__social-author{font-size:11.5px;font-weight:700;color:var(--bbxc-ink-2)}.bbxc__social-author .who{color:var(--bbxc-ink)}.bbxc__social-author .where{color:var(--bbxc-ink-3);font-weight:600}@media(max-width:980px){.bbxc__social{margin-left:0;margin-right:0}.bbxc__social--desktop{display:none}.bbxc__social--mobile{display:flex;margin:0 0 14px;padding:16px 18px;border-radius:12px}}.bbxc__info{display:flex;flex-direction:column}.bbxc__title{font-size:34px;line-height:1;font-weight:900;letter-spacing:-.5px;margin:0 0 6px;text-transform:uppercase;color:var(--bbxc-ink)}@media(max-width:980px){.bbxc__title{font-size:32px;line-height:1}}.bbxc__subtitle{font-size:13px;color:var(--bbxc-ink-3);font-weight:600;margin-bottom:12px}.bbxc__subtitle p{margin:0;display:inline}.bbxc__subtitle br{display:none}.bbxc__benefit-text{display:inline}.bbxc__benefit-text p{margin:0;display:inline}.bbxc__benefit-text br{display:none}.bbxc__rating{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--bbxc-ink-2);margin-bottom:18px}.bbxc__rating .stars{color:var(--bbxc-star);font-size:14px;letter-spacing:1.5px}.bbxc__rating a{color:var(--bbxc-ink-3);text-decoration:underline;text-underline-offset:3px}.bbxc__rating a:hover{color:var(--bbxc-ink)}.bbxc__lead{font-size:15px;line-height:1.5;color:var(--bbxc-ink-2);margin:0 0 16px}.bbxc__lead b,.bbxc__lead strong{color:var(--bbxc-ink);font-weight:700}.bbxc__lead p{margin:0 0 8px}.bbxc__benefits{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:9px}.bbxc__benefits li{display:flex;align-items:center;gap:11px;font-size:14px;font-weight:600;color:var(--bbxc-ink-2)}.bbxc__check{width:20px;height:20px;border-radius:999px;background:var(--bbxc-success);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.bbxc__plan-heading{font-size:18px;font-weight:900;letter-spacing:-.5px;color:var(--bbxc-ink);text-transform:uppercase;margin-bottom:14px}.bbxc__plan-heading--2{margin-top:22px}@media(max-width:720px){.bbxc__plan-heading{font-size:17.5px;letter-spacing:-.5px;margin-bottom:12px}.bbxc__plan-heading--2{margin-top:18px}}.bbxc__plans-2col{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:6px}.bbxc .bbxc__plan-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:20px 14px 16px;border:1.5px solid var(--bbxc-line-2);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;text-align:center;width:100%}.bbxc .bbxc__plan-card:hover{border-color:var(--bbxc-ink-3)}.bbxc .bbxc__plan-card.is-on{border:2px solid var(--bbxc-brand);background:var(--bbxc-brand-soft);padding:19px 13px 15px;box-shadow:0 4px 16px #2563eb1a}.bbxc__plan-flag{position:absolute;top:-10px;left:50%;transform:translate(-50%);font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:999px;line-height:1;white-space:nowrap;color:#fff;background:#e11d48;box-shadow:0 2px 6px #e11d4852}.bbxc__plan-name{font-size:17px;font-weight:900;color:var(--bbxc-ink);letter-spacing:-.5px;text-transform:uppercase;line-height:1.1}.bbxc__plan-meta{font-size:12px;color:var(--bbxc-ink-3);font-weight:900;letter-spacing:-.4px;text-transform:uppercase}.bbxc__plan-card.is-on .bbxc__plan-meta{color:var(--bbxc-success)}.bbxc__plan-extra{font-size:10px;color:var(--bbxc-ink-3);font-weight:600;white-space:nowrap;line-height:1.2;margin-top:1px}.bbxc__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px;align-items:stretch}.bbxc .bbxc__card{position:relative;display:flex;flex-direction:column;width:100%;padding:0;border:2px solid var(--bbxc-line-2);background:#fff;border-radius:12px;cursor:pointer;text-align:center;overflow:hidden;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.bbxc .bbxc__card:hover{border-color:var(--bbxc-ink-3)}.bbxc .bbxc__card.is-on{border-color:var(--bbxc-brand);background:var(--bbxc-brand-soft);box-shadow:0 0 0 1px var(--bbxc-brand) inset,0 6px 20px #2563eb29}.bbxc .bbxc__card:focus-visible{outline:3px solid var(--bbxc-brand);outline-offset:2px}.bbxc__banner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:100%;padding:4px 4px 5px;color:#fff}.bbxc__banner--plain{background:#1e7a4080}.bbxc__banner--pop{background:#1e7a40bf}.bbxc__banner--best{background:var(--bbxc-save)}.bbxc__flag{max-width:100%;font-size:6.375px;font-weight:400;letter-spacing:.03em;text-transform:uppercase;line-height:1.1;opacity:1;white-space:nowrap;overflow:hidden}.bbxc__off{font-size:13.5px;font-weight:900;letter-spacing:-.3px;text-transform:uppercase;line-height:1;white-space:nowrap}.bbxc__card-body{display:flex;flex-direction:column;align-items:center;width:100%;padding:10px 7px 11px}.bbxc__head{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:6px;max-width:100%}.bbxc__num{font-size:22.5px;font-weight:900;line-height:1;letter-spacing:-1px;color:var(--bbxc-ink)}.bbxc__card.is-on .bbxc__num{color:var(--bbxc-brand)}.bbxc__noun{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:-.3px;line-height:1.1;color:var(--bbxc-ink);white-space:nowrap}.bbxc__supply{margin-top:3px;font-size:10.5px;font-weight:700;line-height:1.2;color:var(--bbxc-ink-3)}.bbxc__priceline{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:4px;margin-top:8px;max-width:100%}.bbxc__each{font-size:22px;font-weight:900;letter-spacing:-.6px;line-height:1;color:var(--bbxc-ink);white-space:nowrap}.bbxc__per{font-size:9.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1;color:var(--bbxc-ink-3);white-space:nowrap}.bbxc__was{margin-top:4px;font-size:11.5px;font-weight:600;line-height:1;color:var(--bbxc-ink-3);text-decoration:line-through}.bbxc__total{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;margin-bottom:16px;background:var(--bbxc-bg-soft);border:1px solid var(--bbxc-line);border-radius:12px}.bbxc__total-l{display:flex;flex-direction:column;gap:2px;min-width:0;text-align:left}.bbxc__total-label{font-size:12.5px;font-weight:900;letter-spacing:.03em;text-transform:uppercase;line-height:1.1;color:var(--bbxc-ink)}.bbxc__total-desc{font-size:11.5px;font-weight:600;line-height:1.2;color:var(--bbxc-ink-3)}.bbxc__total-r{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex-shrink:0}.bbxc__total-now{font-size:27px;font-weight:900;letter-spacing:-.8px;line-height:1;color:var(--bbxc-ink)}.bbxc__total-was{font-size:12px;font-weight:600;line-height:1;color:var(--bbxc-ink-3);text-decoration:line-through}.bbxc__trio{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:14px;margin-bottom:14px;background:var(--bbxc-bg-soft);border:1px solid var(--bbxc-line);border-radius:12px}.bbxc__trio-item{display:flex;align-items:center;gap:10px;text-align:left}.bbxc__trio-icon{width:36px;height:36px;border-radius:999px;background:var(--bbxc-brand-soft);color:var(--bbxc-brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.bbxc__trio-text{display:flex;flex-direction:column;gap:1px;min-width:0}.bbxc__trio-title{font-size:11.5px;font-weight:900;color:var(--bbxc-ink);letter-spacing:-.2px;text-transform:uppercase;line-height:1.15}.bbxc__trio-sub{font-size:11px;color:var(--bbxc-ink-3);font-weight:600;line-height:1.2}.bbxc button.bbxc__cta,.bbxc .bbxc__cta{width:100%;border:0!important;border-radius:12px!important;cursor:pointer;background:#2563eb!important;background-color:#2563eb!important;background-image:none!important;color:#fff!important;font-size:16px;font-weight:900;letter-spacing:0px;padding:16px 20px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;box-shadow:0 4px 14px #2563eb4d!important;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;position:relative;overflow:hidden;isolation:isolate;opacity:1!important;text-decoration:none!important}.bbxc button.bbxc__cta:hover,.bbxc .bbxc__cta:hover{background:#1d4ed8!important;background-color:#1d4ed8!important;transform:translateY(-1px);box-shadow:0 6px 18px #2563eb61!important}.bbxc button.bbxc__cta>span,.bbxc .bbxc__cta>span{color:#fff!important;background:transparent!important}.bbxc__cta:active{transform:translateY(0)}.bbxc__cta svg{flex-shrink:0;transition:transform .2s ease;position:relative;z-index:2}.bbxc__cta>span{position:relative;z-index:2}.bbxc__cta:hover svg{transform:translate(2px)}.bbxc__cta:before{content:"";position:absolute;top:0;left:-160%;width:150%;height:100%;background:linear-gradient(to right,#0f1e5000,#0f1e5014 18%,#0f1e5038 35%,#0f1e506b,#0f1e5038 65%,#0f1e5014 82%,#0f1e5000);transform:skew(-18deg);animation:bbxc-shine 4.2s linear infinite;pointer-events:none;z-index:1}@keyframes bbxc-shine{0%{left:-160%}to{left:160%}}@media(prefers-reduced-motion:reduce){.bbxc__cta:before{animation:none;display:none}}.bbxc__cta-sub{text-align:center;font-size:11.5px;color:var(--bbxc-ink-3);font-weight:600;margin-bottom:14px}.bbxc__pay{display:flex;flex-direction:column;align-items:center;gap:10px;padding:2px 0 14px;margin-bottom:4px}.bbxc__pay-icons{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.bbxc__pay-icon{display:inline-block;width:58px;height:36px;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0b0f141a;background:#fff;line-height:0}.bbxc__pay-icon img{width:100%;height:100%;object-fit:cover;display:block}.bbxc__pay-secure{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:var(--bbxc-ink-3);font-weight:600;letter-spacing:-.1px}.bbxc__pay-secure svg{flex-shrink:0;color:var(--bbxc-ink-2)}.bbxc__faq{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.bbxc__faq details{border:1.5px solid var(--bbxc-line);border-radius:12px;background:#fff;overflow:hidden;transition:border-color .15s ease,background .15s ease}.bbxc__faq details:hover{border-color:var(--bbxc-ink-3)}.bbxc__faq details[open]{border-color:var(--bbxc-line-2);background:var(--bbxc-bg-soft)}.bbxc__faq summary{cursor:pointer;list-style:none;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:900;color:var(--bbxc-ink);letter-spacing:-.3px;-webkit-user-select:none;user-select:none}.bbxc__faq summary h3{margin:0;font-size:inherit;font-weight:inherit;letter-spacing:inherit;color:inherit;line-height:1.2}.bbxc__faq summary::-webkit-details-marker{display:none}.bbxc__faq-chev{flex-shrink:0;color:var(--bbxc-ink-3);transition:transform .25s ease}.bbxc__faq details[open] .bbxc__faq-chev{transform:rotate(180deg)}.bbxc__faq-body{padding:0 16px 14px;font-size:13px;line-height:1.6;color:var(--bbxc-ink-2);font-weight:500}.bbxc__faq-body p{margin:0 0 10px}.bbxc__faq-body p:last-child{margin-bottom:0}.bbxc__faq-body b,.bbxc__faq-body strong{color:var(--bbxc-ink);font-weight:800}.bbxc__faq details[open] .bbxc__faq-body{animation:bbxc-faq-open .28s ease}@keyframes bbxc-faq-open{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.bbxc__trust{display:flex;align-items:center;justify-content:space-around;gap:10px;flex-wrap:wrap;padding:12px 0 4px}.bbxc__trust-item{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:var(--bbxc-ink-2)}.bbxc__trust-item svg{flex-shrink:0;color:var(--bbxc-ink);width:14px;height:14px}.bbxc__help{text-align:center;font-size:12px;color:var(--bbxc-ink-3);font-weight:600;border-top:1px solid var(--bbxc-line);padding-top:12px;margin-top:12px}.bbxc__help a{color:var(--bbxc-brand);text-decoration:none;font-weight:800}.bbxc__help a:hover{text-decoration:underline}@media(max-width:720px){.bbxc{font-size:14.5px;padding:0 12px 28px;overflow-x:hidden;max-width:100vw}.bbxc__wrap{gap:16px;min-width:0}.bbxc__gal{padding:0;min-width:0}.bbxc__main{border-radius:16px;margin:12px 0 0}.bbxc__thumbs{padding:0;gap:6px}.bbxc__thumb{border-radius:8px;flex:0 0 calc((100% - (var(--bbxc-thumbs-mobile, 4) - 1) * 6px) / var(--bbxc-thumbs-mobile, 4))}.bbxc__social{margin:8px 0 0;padding:12px 14px;border-radius:12px;gap:6px}.bbxc__social-head{margin-bottom:0}.bbxc__social-stars{font-size:12px;letter-spacing:1px}.bbxc__social-verified{font-size:9.5px}.bbxc__social-verified svg{width:10px;height:10px}.bbxc__social-text{font-size:12.5px;line-height:1.4;margin:0}.bbxc__social-author{font-size:11px}.bbxc__info{padding:0;min-width:0}.bbxc__lead{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.bbxc__lead img,.bbxc__lead table{max-width:100%;height:auto}.bbxc__title{font-size:30px;line-height:1;letter-spacing:-.5px;overflow-wrap:break-word}.bbxc__subtitle{font-size:12px;margin-bottom:10px}.bbxc__rating{font-size:12px;margin-bottom:14px;gap:6px}.bbxc__rating .stars{font-size:13px}.bbxc__lead{font-size:13.5px;line-height:1.5;margin:0 0 14px}.bbxc__benefits{gap:8px;margin:0 0 18px}.bbxc__benefits li{font-size:13px;gap:10px;line-height:1.3}.bbxc__check{width:20px;height:20px}.bbxc__plans-2col{gap:8px;margin-bottom:4px}.bbxc__plan-card{padding:18px 10px 14px}.bbxc__plan-card.is-on{padding:17px 9px 13px}.bbxc__plan-flag{font-size:9px;padding:3px 8px;top:-9px}.bbxc__plan-name{font-size:15px}.bbxc__plan-meta{font-size:11px;letter-spacing:-.4px}.bbxc__plan-extra{font-size:9px;letter-spacing:-.2px}.bbxc__cards{gap:7px;margin-bottom:10px}.bbxc .bbxc__card{border-radius:11px}.bbxc__banner{padding:4px 3px 5px}.bbxc__flag{font-size:clamp(5.625px,1.65vw,7.125px);letter-spacing:.02em}.bbxc__off{font-size:clamp(11.5px,3.5vw,15px)}.bbxc__card-body{padding:10px 4px 12px}.bbxc__head{gap:6px}.bbxc__num{font-size:clamp(19.5px,6vw,31px);letter-spacing:-1px}.bbxc__noun{font-size:clamp(11px,3.2vw,15px)}.bbxc__supply{margin-top:3px;font-size:clamp(9.5px,2.7vw,12px);line-height:1.15}.bbxc__priceline{margin-top:9px;gap:3px}.bbxc__each{font-size:clamp(19px,5.6vw,26px)}.bbxc__per{font-size:clamp(8.5px,2.4vw,10.5px);letter-spacing:.02em}.bbxc__was{margin-top:4px;font-size:clamp(10px,2.9vw,12.5px)}.bbxc__total{gap:8px;padding:12px;margin-bottom:12px}.bbxc__total-label{font-size:clamp(11px,3.2vw,13px)}.bbxc__total-desc{font-size:clamp(10px,2.9vw,12px)}.bbxc__total-now{font-size:clamp(23px,7vw,29px)}.bbxc__total-was{font-size:clamp(10.5px,3vw,12.5px)}.bbxc__cta{font-size:15.5px;padding:16px 18px;border-radius:12px;gap:8px;letter-spacing:-.5px}.bbxc__cta svg{width:16px;height:16px}.bbxc__cta-sub{font-size:11px;margin-bottom:12px;line-height:1.4;padding:0 4px}.bbxc__pay{gap:8px;padding:0 0 10px}.bbxc__pay-icons{gap:6px}.bbxc__pay-icon{width:52px;height:32px;border-radius:7px}.bbxc__pay-secure{font-size:11px}.bbxc__faq{margin-bottom:14px;gap:5px}.bbxc__faq summary{padding:11px 13px;font-size:12px}.bbxc__faq-chev{width:15px;height:15px}.bbxc__faq-body{padding:0 13px 11px;font-size:12px;line-height:1.55}.bbxc__trust{gap:8px 16px;padding:10px 0 4px;justify-content:center;flex-wrap:wrap;text-align:center}.bbxc__trust-item{font-size:10.5px;gap:5px;white-space:nowrap}.bbxc__trust-item svg{width:12px;height:12px}.bbxc__cta-sub{font-size:9.5px;margin-bottom:12px;line-height:1.4;padding:0;white-space:nowrap;letter-spacing:-.2px}.bbxc__help{font-size:11px;line-height:1.45;padding-top:12px;margin-top:12px}.bbxc__trio{padding:12px 8px;gap:6px;margin-bottom:12px}.bbxc__trio-item{flex-direction:column;align-items:center;text-align:center;gap:6px}.bbxc__trio-icon{width:32px;height:32px}.bbxc__trio-icon svg{width:16px;height:16px}.bbxc__trio-text{align-items:center}.bbxc__trio-title{font-size:9.5px;line-height:1.15;letter-spacing:-.1px}.bbxc__trio-sub{font-size:8.5px;line-height:1.25}}@media(max-width:380px){.bbxc{padding:0 10px 28px}.bbxc__title{font-size:24px;line-height:1}.bbxc .bbxc__plan-card{padding:16px 8px 12px}.bbxc .bbxc__plan-card.is-on{padding:15px 7px 11px}.bbxc__plan-name{font-size:13.5px}.bbxc__plan-meta{font-size:10px}.bbxc__cards{gap:6px}.bbxc__card-body{padding:9px 3px 11px}.bbxc__head{gap:5px}.bbxc__banner{padding:4px 2px}.bbxc__total{padding:11px 10px}.bbxc__cta{font-size:14.5px;padding:14px 12px}.bbxc__trust{gap:6px 14px;justify-content:center;flex-wrap:wrap}.bbxc__trust-item{font-size:10px;white-space:nowrap}.bbxc__trust-item svg{width:11px;height:11px}.bbxc__cta-sub{font-size:9px;letter-spacing:-.3px}.bbxc__pay-icon{width:48px;height:30px}}.bbx__main{position:relative;aspect-ratio:2254/2600;background:var(--bbx-bg-gallery);border-radius:var(--bbx-radius-lg);overflow:hidden;touch-action:pan-y;user-select:none;-webkit-user-select:none}.bbx__main img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .2s ease}.bbx__chip{position:absolute;top:14px;left:14px;background:#fffffff5;color:var(--bbx-ink);font-size:11.5px;font-weight:800;letter-spacing:-.3px;padding:6px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;box-shadow:0 2px 8px #0000001f;transition:opacity .25s ease;animation:bbx-chip-fade .4s ease .8s forwards}.bbx__main:hover .bbx__chip{animation:none;opacity:1}@keyframes bbx-chip-fade{to{opacity:0}}.bbx__thumb{flex:0 0 calc((100% - (var(--bbx-thumbs-desktop, 6) - 1) * 8px) / var(--bbx-thumbs-desktop, 6));scroll-snap-align:start;aspect-ratio:2254/2600;background:#f1f3f6;border-radius:var(--bbx-radius-sm);overflow:hidden;cursor:pointer;padding:0;border:2px solid transparent;transition:border-color .15s ease;touch-action:manipulation}.bbx__thumb img{width:100%;height:100%;object-fit:contain}.bbx__main{position:relative;aspect-ratio:auto;background:var(--bbx-bg-gallery);border-radius:var(--bbx-radius-lg);overflow:hidden;touch-action:pan-y;user-select:none;-webkit-user-select:none}.bbx__main img{width:100%;height:auto;object-fit:contain;display:block;transition:opacity .2s ease}:root{--bbx-ink:#0B0F14;--bbx-ink-2:#2A2F39;--bbx-ink-3:#6B7280;--bbx-line:#E5E7EB;--bbx-line-2:#D1D5DB;--bbx-bg:#FFFFFF;--bbx-bg-soft:#F7F8FA;--bbx-bg-gallery:#F1F3F6;--bbx-brand:#2563EB;--bbx-brand-2:#1D4ED8;--bbx-brand-soft:#EFF6FF;--bbx-success:#1A8245;--bbx-success-soft:#E8F5EE;--bbx-save:#1E7A40;--bbx-star:#F5A623;--bbx-radius-sm:10px;--bbx-radius:14px;--bbx-radius-lg:18px}.bbx,.bbx *,.bbx *:before,.bbx *:after{box-sizing:border-box}.bbx{padding:28px 24px 48px;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--bbx-ink);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;width:100%}.bbx img{max-width:100%;display:block}.bbx button{font-family:inherit;cursor:pointer;color:inherit;font-size:inherit;text-align:left;-webkit-appearance:none;appearance:none}.bbx__wrap{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:start}@media(max-width:980px){.bbx{padding:20px 16px 40px}.bbx__wrap{grid-template-columns:1fr;gap:24px}}.bbx__gal{position:sticky;top:24px}@media(max-width:980px){.bbx__gal{position:static}}.bbx__main{position:relative;aspect-ratio:1/1;background:var(--bbx-bg-gallery);border-radius:var(--bbx-radius-lg);overflow:hidden;touch-action:pan-y;user-select:none;-webkit-user-select:none}.bbx__main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s ease}.bbx__chip{position:absolute;top:14px;left:14px;background:#fffffff5;color:var(--bbx-ink);font-size:11.5px;font-weight:800;letter-spacing:-.3px;padding:6px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;box-shadow:0 2px 8px #0000001f}.bbx__count{position:absolute;right:16px;bottom:16px;background:#0b0f14b3;color:#fff;font-size:12px;font-weight:600;padding:6px 10px;border-radius:999px;letter-spacing:.02em}.bbx__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:999px;background:#fffffff5;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:1;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 10px #0000002e;padding:0}.bbx__arrow--prev{left:14px}.bbx__arrow--next{right:14px}.bbx__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08);box-shadow:0 3px 14px #00000038}@media(max-width:980px){.bbx__arrow{width:34px;height:34px}}.bbx__thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;touch-action:pan-x;cursor:grab;-webkit-user-select:none;user-select:none}.bbx__thumbs.is-dragging{cursor:grabbing;scroll-behavior:auto}.bbx__thumbs.is-dragging *{pointer-events:none}.bbx__thumbs::-webkit-scrollbar{display:none}.bbx__thumb{flex:0 0 calc((100% - (var(--bbx-thumbs-desktop, 6) - 1) * 8px) / var(--bbx-thumbs-desktop, 6));scroll-snap-align:start;aspect-ratio:1/1;background:#f1f3f6;border-radius:var(--bbx-radius-sm);overflow:hidden;cursor:pointer;padding:0;border:2px solid transparent;transition:border-color .15s ease;touch-action:manipulation}.bbx__thumb img{pointer-events:none;-webkit-user-drag:none}.bbx__thumb img{width:100%;height:100%;object-fit:cover}.bbx__thumb.is-on{border-color:var(--bbx-ink)}.bbx__thumb:hover{border-color:var(--bbx-ink-3)}.bbx__social{margin-top:12px;padding:14px 16px;background:var(--bbx-bg-soft);border:1px solid var(--bbx-line);border-radius:12px;display:flex;flex-direction:column;gap:7px}.bbx__social--mobile{display:none}.bbx__social-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.bbx__social-stars{color:var(--bbx-star);font-size:13px;letter-spacing:1.2px;line-height:1}.bbx__social-verified{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:800;color:var(--bbx-success);letter-spacing:.06em;text-transform:uppercase}.bbx__social-text{font-size:13px;line-height:1.45;color:var(--bbx-ink-2);margin:0;font-weight:500}.bbx__social-author{font-size:11.5px;font-weight:700;color:var(--bbx-ink-2)}.bbx__social-author .who{color:var(--bbx-ink)}.bbx__social-author .where{color:var(--bbx-ink-3);font-weight:600}@media(max-width:980px){.bbx__social{margin-left:0;margin-right:0}.bbx__social--desktop{display:none}.bbx__social--mobile{display:flex;margin:0 0 14px;padding:16px 18px;border-radius:12px}}.bbx__info{display:flex;flex-direction:column}.bbx__title{font-size:34px;line-height:1;font-weight:900;letter-spacing:-.5px;margin:0 0 6px;text-transform:uppercase;color:var(--bbx-ink)}@media(max-width:980px){.bbx__title{font-size:32px;line-height:1}}.bbx__subtitle{font-size:13px;color:var(--bbx-ink-3);font-weight:600;margin-bottom:12px}.bbx__subtitle p{margin:0;display:inline}.bbx__subtitle br{display:none}.bbx__benefit-text{display:inline}.bbx__benefit-text p{margin:0;display:inline}.bbx__benefit-text br{display:none}.bbx__rating{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--bbx-ink-2);margin-bottom:18px}.bbx__rating .stars{color:var(--bbx-star);font-size:14px;letter-spacing:1.5px}.bbx__rating a{color:var(--bbx-ink-3);text-decoration:underline;text-underline-offset:3px}.bbx__rating a:hover{color:var(--bbx-ink)}.bbx__lead{font-size:15px;line-height:1.5;color:var(--bbx-ink-2);margin:0 0 16px}.bbx__lead b,.bbx__lead strong{color:var(--bbx-ink);font-weight:700}.bbx__lead p{margin:0 0 8px}.bbx__benefits{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:9px}.bbx__benefits li{display:flex;align-items:center;gap:11px;font-size:14px;font-weight:600;color:var(--bbx-ink-2)}.bbx__check{width:20px;height:20px;border-radius:999px;background:var(--bbx-success);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.bbx__plan-heading{font-size:18px;font-weight:900;letter-spacing:-.5px;color:var(--bbx-ink);text-transform:uppercase;margin-bottom:14px}.bbx__plan-heading--2{margin-top:22px}@media(max-width:720px){.bbx__plan-heading{font-size:17.5px;letter-spacing:-.5px;margin-bottom:12px}.bbx__plan-heading--2{margin-top:18px}}.bbx__plans-2col{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:6px}.bbx .bbx__plan-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:20px 14px 16px;border:1.5px solid var(--bbx-line-2);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;text-align:center;width:100%}.bbx .bbx__plan-card:hover{border-color:var(--bbx-ink-3)}.bbx .bbx__plan-card.is-on{border:2px solid var(--bbx-brand);background:var(--bbx-brand-soft);padding:19px 13px 15px;box-shadow:0 4px 16px #2563eb1a}.bbx__plan-flag{position:absolute;top:-10px;left:50%;transform:translate(-50%);font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:999px;line-height:1;white-space:nowrap;color:#fff;background:#e11d48;box-shadow:0 2px 6px #e11d4852}.bbx__plan-name{font-size:17px;font-weight:900;color:var(--bbx-ink);letter-spacing:-.5px;text-transform:uppercase;line-height:1.1}.bbx__plan-meta{font-size:12px;color:var(--bbx-ink-3);font-weight:900;letter-spacing:-.4px;text-transform:uppercase}.bbx__plan-card.is-on .bbx__plan-meta{color:var(--bbx-success)}.bbx__plan-extra{font-size:10px;color:var(--bbx-ink-3);font-weight:600;white-space:nowrap;line-height:1.2;margin-top:1px}.bbx__qtys{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.bbx .bbx__qty-row{width:100%;display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;align-items:center;padding:14px;border:1.5px solid var(--bbx-line-2);background:#fff;border-radius:12px;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;position:relative;text-align:left}.bbx .bbx__qty-row:hover{border-color:var(--bbx-ink-3)}.bbx .bbx__qty-row.is-on{background:var(--bbx-brand-soft);border:2px solid var(--bbx-brand);padding:13px;box-shadow:0 4px 16px #2563eb1a}.bbx__radio{width:22px;height:22px;border-radius:999px;border:2px solid var(--bbx-line-2);background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,box-shadow .15s ease;align-self:center}.bbx__qty-row.is-on .bbx__radio{border-color:var(--bbx-brand);box-shadow:0 0 0 3px #2563eb1f}.bbx__qty-row.is-on .bbx__radio:after{content:"";width:11px;height:11px;border-radius:999px;background:var(--bbx-brand)}.bbx__qty-label{display:flex;flex-direction:column;gap:3px;min-width:0;align-items:flex-start}.bbx__qty-name{font-size:15px;font-weight:900;color:var(--bbx-ink);letter-spacing:-.5px;line-height:1.15;text-transform:uppercase}.bbx__qty-meta{font-size:11.5px;color:var(--bbx-ink-3);font-weight:600;line-height:1.3;white-space:nowrap}.bbx__qty-extra{display:none;font-size:11px;color:var(--bbx-ink-3);font-weight:600;line-height:1.3}.bbx__qty-row[data-qty="2"] .bbx__qty-extra{display:block}.bbx__tag{position:absolute;top:-10px;left:18px;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:999px;line-height:1;white-space:nowrap;color:#fff}.bbx__tag--best{background:#e11d48;box-shadow:0 2px 6px #e11d4852}.bbx__tag--pop{background:var(--bbx-brand);box-shadow:0 2px 6px #2563eb52}.bbx__qty-label>.bbx__tag{position:static;align-self:flex-start;margin-top:2px}.bbx__qty-save{font-size:18px;font-weight:900;letter-spacing:-.3px;padding:9px 14px;border-radius:999px;text-transform:uppercase;line-height:1;white-space:nowrap;align-self:center;min-width:108px;text-align:center;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--bbx-save);box-shadow:0 2px 8px #1e7a404d}.bbx__qty-price{display:flex;flex-direction:column;align-items:flex-end;gap:7px;text-align:right;flex-shrink:0}.bbx__qty-now{font-size:23px;font-weight:900;color:var(--bbx-ink);letter-spacing:-.5px;line-height:1}.bbx__qty-per{font-size:9.5px;font-weight:800;color:var(--bbx-ink-3);letter-spacing:.12em;text-transform:uppercase;line-height:1}.bbx__qty-was{font-size:12px;color:var(--bbx-ink-3);text-decoration:line-through;font-weight:600;line-height:1}.bbx__trio{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:14px;margin-bottom:14px;background:var(--bbx-bg-soft);border:1px solid var(--bbx-line);border-radius:12px}.bbx__trio-item{display:flex;align-items:center;gap:10px;text-align:left}.bbx__trio-icon{width:36px;height:36px;border-radius:999px;background:var(--bbx-brand-soft);color:var(--bbx-brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.bbx__trio-text{display:flex;flex-direction:column;gap:1px;min-width:0}.bbx__trio-title{font-size:11.5px;font-weight:900;color:var(--bbx-ink);letter-spacing:-.2px;text-transform:uppercase;line-height:1.15}.bbx__trio-sub{font-size:11px;color:var(--bbx-ink-3);font-weight:600;line-height:1.2}.bbx button.bbx__cta,.bbx .bbx__cta{width:100%;border:0!important;border-radius:12px!important;cursor:pointer;background:#2563eb!important;background-color:#2563eb!important;background-image:none!important;color:#fff!important;font-size:16px;font-weight:900;letter-spacing:0px;padding:16px 20px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;box-shadow:0 4px 14px #2563eb4d!important;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;position:relative;overflow:hidden;isolation:isolate;opacity:1!important;text-decoration:none!important}.bbx button.bbx__cta:hover,.bbx .bbx__cta:hover{background:#1d4ed8!important;background-color:#1d4ed8!important;transform:translateY(-1px);box-shadow:0 6px 18px #2563eb61!important}.bbx button.bbx__cta>span,.bbx .bbx__cta>span{color:#fff!important;background:transparent!important}.bbx__cta:active{transform:translateY(0)}.bbx__cta svg{flex-shrink:0;transition:transform .2s ease;position:relative;z-index:2}.bbx__cta>span{position:relative;z-index:2}.bbx__cta:hover svg{transform:translate(2px)}.bbx__cta:before{content:"";position:absolute;top:0;left:-160%;width:150%;height:100%;background:linear-gradient(to right,#0f1e5000,#0f1e5014 18%,#0f1e5038 35%,#0f1e506b,#0f1e5038 65%,#0f1e5014 82%,#0f1e5000);transform:skew(-18deg);animation:bbx-shine 4.2s linear infinite;pointer-events:none;z-index:1}@keyframes bbx-shine{0%{left:-160%}to{left:160%}}@media(prefers-reduced-motion:reduce){.bbx__cta:before{animation:none;display:none}}.bbx__cta-sub{text-align:center;font-size:11.5px;color:var(--bbx-ink-3);font-weight:600;margin-bottom:14px}.bbx__pay{display:flex;flex-direction:column;align-items:center;gap:10px;padding:2px 0 14px;margin-bottom:4px}.bbx__pay-icons{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.bbx__pay-icon{display:inline-block;width:58px;height:36px;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0b0f141a;background:#fff;line-height:0}.bbx__pay-icon img{width:100%;height:100%;object-fit:cover;display:block}.bbx__pay-secure{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:var(--bbx-ink-3);font-weight:600;letter-spacing:-.1px}.bbx__pay-secure svg{flex-shrink:0;color:var(--bbx-ink-2)}.bbx__faq{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.bbx__faq details{border:1.5px solid var(--bbx-line);border-radius:12px;background:#fff;overflow:hidden;transition:border-color .15s ease,background .15s ease}.bbx__faq details:hover{border-color:var(--bbx-ink-3)}.bbx__faq details[open]{border-color:var(--bbx-line-2);background:var(--bbx-bg-soft)}.bbx__faq summary{cursor:pointer;list-style:none;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:900;color:var(--bbx-ink);letter-spacing:-.3px;-webkit-user-select:none;user-select:none}.bbx__faq summary h3{margin:0;font-size:inherit;font-weight:inherit;letter-spacing:inherit;color:inherit;line-height:1.2}.bbx__faq summary::-webkit-details-marker{display:none}.bbx__faq-chev{flex-shrink:0;color:var(--bbx-ink-3);transition:transform .25s ease}.bbx__faq details[open] .bbx__faq-chev{transform:rotate(180deg)}.bbx__faq-body{padding:0 16px 14px;font-size:13px;line-height:1.6;color:var(--bbx-ink-2);font-weight:500}.bbx__faq-body p{margin:0 0 10px}.bbx__faq-body p:last-child{margin-bottom:0}.bbx__faq-body b,.bbx__faq-body strong{color:var(--bbx-ink);font-weight:800}.bbx__faq details[open] .bbx__faq-body{animation:bbx-faq-open .28s ease}@keyframes bbx-faq-open{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.bbx__trust{display:flex;align-items:center;justify-content:space-around;gap:10px;flex-wrap:wrap;padding:12px 0 4px}.bbx__trust-item{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:var(--bbx-ink-2)}.bbx__trust-item svg{flex-shrink:0;color:var(--bbx-ink);width:14px;height:14px}.bbx__help{text-align:center;font-size:12px;color:var(--bbx-ink-3);font-weight:600;border-top:1px solid var(--bbx-line);padding-top:12px;margin-top:12px}.bbx__help a{color:var(--bbx-brand);text-decoration:none;font-weight:800}.bbx__help a:hover{text-decoration:underline}@media(max-width:720px){.bbx{font-size:14.5px;padding:0 12px 28px;overflow-x:hidden;max-width:100vw}.bbx__wrap{gap:16px;min-width:0}.bbx__gal{padding:0;min-width:0}.bbx__main{border-radius:16px;margin:12px 0 0}.bbx__thumbs{padding:0;gap:6px}.bbx__thumb{border-radius:8px;flex:0 0 calc((100% - (var(--bbx-thumbs-mobile, 4) - 1) * 6px) / var(--bbx-thumbs-mobile, 4))}.bbx__social{margin:8px 0 0;padding:12px 14px;border-radius:12px;gap:6px}.bbx__social-head{margin-bottom:0}.bbx__social-stars{font-size:12px;letter-spacing:1px}.bbx__social-verified{font-size:9.5px}.bbx__social-verified svg{width:10px;height:10px}.bbx__social-text{font-size:12.5px;line-height:1.4;margin:0}.bbx__social-author{font-size:11px}.bbx__info{padding:0;min-width:0}.bbx__lead{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.bbx__lead img,.bbx__lead table{max-width:100%;height:auto}.bbx__title{font-size:30px;line-height:1;letter-spacing:-.5px;overflow-wrap:break-word}.bbx__subtitle{font-size:12px;margin-bottom:10px}.bbx__rating{font-size:12px;margin-bottom:14px;gap:6px}.bbx__rating .stars{font-size:13px}.bbx__lead{font-size:13.5px;line-height:1.5;margin:0 0 14px}.bbx__benefits{gap:8px;margin:0 0 18px}.bbx__benefits li{font-size:13px;gap:10px;line-height:1.3}.bbx__check{width:20px;height:20px}.bbx__plans-2col{gap:8px;margin-bottom:4px}.bbx__plan-card{padding:18px 10px 14px}.bbx__plan-card.is-on{padding:17px 9px 13px}.bbx__plan-flag{font-size:9px;padding:3px 8px;top:-9px}.bbx__plan-name{font-size:15px}.bbx__plan-meta{font-size:11px;letter-spacing:-.4px}.bbx__plan-extra{font-size:9px;letter-spacing:-.2px}.bbx__qtys{gap:12px;margin-bottom:14px}.bbx .bbx__qty-row{padding:13px 10px;gap:6px;grid-template-columns:auto minmax(0,1fr) auto auto}.bbx .bbx__qty-row.is-on{padding:12px 9px}.bbx__qty-label{gap:3px;min-width:0;overflow:hidden}.bbx__qty-name{font-size:14px;overflow-wrap:break-word}.bbx__qty-meta{font-size:10px}.bbx__tag{font-size:9.5px;padding:3.5px 9px;top:-9px;left:14px;border-radius:999px}.bbx__qty-save{font-size:12px;padding:6px 9px;min-width:62px;border-radius:999px;letter-spacing:-.3px}.bbx__qty-price{gap:6px;flex-shrink:0}.bbx__qty-now{font-size:19px;white-space:nowrap}.bbx__qty-per{font-size:9px;letter-spacing:.1em;white-space:nowrap}.bbx__qty-was{font-size:11px;white-space:nowrap}.bbx__cta{font-size:15.5px;padding:16px 18px;border-radius:12px;gap:8px;letter-spacing:-.5px}.bbx__cta svg{width:16px;height:16px}.bbx__cta-sub{font-size:11px;margin-bottom:12px;line-height:1.4;padding:0 4px}.bbx__pay{gap:8px;padding:0 0 10px}.bbx__pay-icons{gap:6px}.bbx__pay-icon{width:52px;height:32px;border-radius:7px}.bbx__pay-secure{font-size:11px}.bbx__faq{margin-bottom:14px;gap:5px}.bbx__faq summary{padding:11px 13px;font-size:12px}.bbx__faq-chev{width:15px;height:15px}.bbx__faq-body{padding:0 13px 11px;font-size:12px;line-height:1.55}.bbx__trust{gap:8px 16px;padding:10px 0 4px;justify-content:center;flex-wrap:wrap;text-align:center}.bbx__trust-item{font-size:10.5px;gap:5px;white-space:nowrap}.bbx__trust-item svg{width:12px;height:12px}.bbx__cta-sub{font-size:9.5px;margin-bottom:12px;line-height:1.4;padding:0;white-space:nowrap;letter-spacing:-.2px}.bbx__help{font-size:11px;line-height:1.45;padding-top:12px;margin-top:12px}.bbx__trio{padding:12px 8px;gap:6px;margin-bottom:12px}.bbx__trio-item{flex-direction:column;align-items:center;text-align:center;gap:6px}.bbx__trio-icon{width:32px;height:32px}.bbx__trio-icon svg{width:16px;height:16px}.bbx__trio-text{align-items:center}.bbx__trio-title{font-size:9.5px;line-height:1.15;letter-spacing:-.1px}.bbx__trio-sub{font-size:8.5px;line-height:1.25}}@media(max-width:380px){.bbx{padding:0 10px 28px}.bbx__title{font-size:24px;line-height:1}.bbx .bbx__plan-card{padding:16px 8px 12px}.bbx .bbx__plan-card.is-on{padding:15px 7px 11px}.bbx__plan-name{font-size:13.5px}.bbx__plan-meta{font-size:10px}.bbx .bbx__qty-row{padding:12px 8px;gap:5px;grid-template-columns:auto minmax(0,1fr) auto auto}.bbx .bbx__qty-row.is-on{padding:11px 7px}.bbx__radio{width:18px;height:18px}.bbx__qty-row.is-on .bbx__radio:after{width:9px;height:9px}.bbx__qty-name{font-size:12.5px;letter-spacing:-.4px}.bbx__qty-meta{font-size:9.5px}.bbx__qty-now{font-size:17px}.bbx__qty-per{font-size:8.5px;letter-spacing:.08em}.bbx__qty-save{font-size:11px;padding:5px 7px;min-width:54px}.bbx__qty-was{font-size:10px}.bbx__cta{font-size:14.5px;padding:14px 12px}.bbx__trust{gap:6px 14px;justify-content:center;flex-wrap:wrap}.bbx__trust-item{font-size:10px;white-space:nowrap}.bbx__trust-item svg{width:11px;height:11px}.bbx__cta-sub{font-size:9px;letter-spacing:-.3px}.bbx__pay-icon{width:48px;height:30px}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
