:root {
  --bb-blue: #075ca8;
  --bb-blue-bright: #166ee7;
  --bb-blue-deep: #033f78;
  --bb-navy: #071a35;
  --bb-green: #18a348;
  --bb-orange: #f39a00;
  --bb-ink: #090f18;
  --bb-muted: #586879;
  --bb-line: #dce3ea;
  --bb-soft: #f4f7fa;
  --bb-warm: #fff;
  --bb-shadow: 0 12px 34px rgba(3, 41, 78, .12);
  --bb-width: 1400px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body.mibang-commerce-v2 { margin: 0; color: var(--bb-ink); background: #fff; font-family: "Roboto", sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.bb-no-scroll { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.bb-container { width: min(calc(100% - 32px), var(--bb-width)); margin-inline: auto; }
.bb-narrow-container { max-width: 1120px; }
.screen-reader-text, .bb-skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.bb-skip-link:focus { z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; margin: 0; padding: 10px 14px; clip: auto; background: #fff; color: var(--bb-blue); }

/* Header */
.bb-site-header { position: relative; z-index: 50; background: #fff; }
.bb-header-main { min-height: 86px; display: grid; grid-template-columns: 242px 205px minmax(300px, 1fr) auto auto; align-items: center; gap: 17px; }
.bb-brand { display: flex; flex-direction: column; justify-content: center; width: 228px; min-width: 0; }
.bb-brand-image { display: block; width: 228px; height: 32px; overflow: hidden; }
.bb-brand-image img { display: block; width: 228px; height: 32px; object-fit: cover; object-position: center 50%; }
.bb-brand-tagline { margin-top: 3px; color: #1b1e22; font-family: "Roboto Condensed", sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .28em; text-align: center; }
.bb-expert { min-height: 48px; padding-left: 18px; border-left: 1px solid #b8c3cd; display: flex; flex-direction: column; justify-content: center; color: var(--bb-blue); }
.bb-expert-label { font-size: 14px; font-weight: 700; }
.bb-expert strong { margin-top: 2px; color: #19293a; font-size: 13px; }
.bb-search { height: 48px; display: grid; grid-template-columns: 1fr 125px; border: 1px solid #cdd5de; border-radius: 14px; overflow: hidden; background: #fff; }
.bb-search input { min-width: 0; border: 0; outline: 0; padding: 0 18px; color: #273849; }
.bb-search input::placeholder { color: #a2abb4; }
.bb-search button { border: 0; background: var(--bb-blue); color: #fff; font-size: 14px; font-weight: 900; letter-spacing: .12em; cursor: pointer; }
.bb-market-controls { display: flex; gap: 5px; }
.bb-market-controls select { width: 58px; height: 34px; padding: 0 4px; border: 1px solid #d2dae2; border-radius: 4px; background: #fff; color: #31506c; font-size: 10px; font-weight: 800; }
.bb-header-tools { display: flex; align-items: center; gap: 15px; }
.bb-icon-button { position: relative; width: 36px; height: 38px; border: 0; background: transparent; color: var(--bb-blue); cursor: pointer; display: grid; place-items: center; }
.bb-icon-button:first-child span { width: 27px; height: 22px; border: 2px solid currentColor; border-radius: 4px; font-weight: 900; line-height: 18px; }
.bb-account-icon span { display: block; width: 17px; height: 17px; border: 2px solid var(--bb-blue); border-radius: 50%; }
.bb-account-icon span::after { content: ""; position: absolute; left: 8px; bottom: 2px; width: 20px; height: 11px; border: 2px solid var(--bb-blue); border-bottom: 0; border-radius: 12px 12px 0 0; }
.bb-cart-icon span { display: block; width: 24px; height: 15px; border: 2px solid var(--bb-blue); border-top: 0; transform: skew(8deg); }
.bb-cart-icon span::before { content: ""; position: absolute; width: 8px; border-top: 2px solid var(--bb-blue); top: 8px; left: 3px; }
.bb-cart-icon span::after { content: "••"; position: absolute; letter-spacing: 9px; left: 5px; top: 18px; font-size: 14px; }
.bb-cart-icon b { position: absolute; top: -2px; right: -4px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 9px; background: var(--bb-green); color: #fff; font-size: 10px; line-height: 17px; text-align: center; }
.bb-nav-row { border-top: 1px solid #edf0f3; border-bottom: 1px solid #e4e9ee; }
.bb-nav-inner { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.bb-primary-nav { min-width: 0; }
.bb-nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 0; }
.bb-nav-list > li { position: relative; }
.bb-nav-list > li > a { display: block; padding: 12px 12px; color: #004f96; font-size: 15px; font-weight: 800; white-space: nowrap; }
.bb-nav-list > li:first-child > a { padding-left: 0; }
.bb-nav-list .sub-menu { display: none; position: absolute; left: 0; top: 100%; min-width: 220px; margin: 0; padding: 10px; list-style: none; border: 1px solid var(--bb-line); border-radius: 8px; background: #fff; box-shadow: var(--bb-shadow); }
.bb-nav-list li:hover > .sub-menu, .bb-nav-list li:focus-within > .sub-menu { display: block; }
.bb-nav-list .sub-menu a { display: block; padding: 9px 10px; color: #163651; font-weight: 600; }
.bb-utility-nav { display: flex; align-items: center; white-space: nowrap; }
.bb-utility-nav a { color: #004f96; font-size: 15px; font-weight: 800; }
.bb-utility-nav a + a::before { content: "|"; margin: 0 11px; color: #9aaab8; font-weight: 400; }
.bb-mobile-header { display: none; }

.bb-trust-rail { background: #f5f7f9; }
.bb-trust-grid { min-height: 116px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.bb-trust-item { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #07559d; text-align: center; }
.bb-trust-item p { margin: 7px 0 0; font-size: 13px; line-height: 1.25; }
.bb-trust-item p strong { font-weight: 500; }
.bb-seal { width: 45px; height: 45px; display: grid; place-items: center; border: 3px double #51606f; border-radius: 50%; color: #243244; font-family: "Roboto Condensed", sans-serif; font-size: 20px; font-weight: 900; box-shadow: inset 0 0 0 3px #f5f7f9, inset 0 0 0 4px #7c8994; }
.bb-seal-square { width: 60px; border-color: #3661b0; border-radius: 9px; color: #2956aa; }
.bb-seal-gear { border-style: dashed; color: #0b508e; }
.bb-seal-map { border-radius: 42% 58% 55% 45%; color: #091b49; background: #e7ecf6; }
.bb-trust-rating > span { display: flex; align-items: center; gap: 8px; color: #111; }
.bb-trust-rating b { font-size: 23px; }
.bb-trust-rating em { color: var(--bb-orange); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .1em; }

/* Hero */
.bb-site-main { min-height: 50vh; }
.bb-hero-section { padding-top: 20px; display: grid; grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr); gap: 12px; }
.bb-hero-main, .bb-hero-promo { height: 376px; min-height: 376px; border-radius: 12px; overflow: hidden; }
.bb-hero-main { position: relative; display: flex; align-items: center; background-color: #031327; background-image: linear-gradient(90deg, rgba(1, 11, 24, .2), rgba(1, 11, 24, 0)), url("../images/hero-energy-v2.png"); background-size: cover; background-position: center; }
.bb-hero-copy { position: relative; z-index: 2; width: 58%; padding: 30px 0 30px 42px; color: #fff; }
.bb-eyebrow { display: block; margin-bottom: 7px; font-size: 15px; font-weight: 500; letter-spacing: .08em; }
.bb-hero-copy h1 { margin: 0; font-family: "Roboto Condensed", sans-serif; font-size: clamp(42px, 3.75vw, 58px); line-height: .96; letter-spacing: -.025em; text-transform: uppercase; }
.bb-hero-copy p { max-width: 570px; margin: 17px 0 15px; color: #d9e4ed; font-size: 15px; line-height: 1.45; }
.bb-hero-price { display: flex; align-items: baseline; gap: 9px; margin-bottom: 17px; }
.bb-hero-price strong { color: #45eb79; font-family: "Roboto Condensed", sans-serif; font-size: 33px; font-weight: 800; }
.bb-hero-price span { color: #fff; font-size: 13px; }
.bb-hero-actions { display: flex; align-items: center; gap: 22px; }
.bb-button { display: inline-flex; min-height: 48px; padding: 0 22px; align-items: center; justify-content: center; border-radius: 5px; font-size: 13px; font-weight: 900; letter-spacing: .035em; }
.bb-button-primary { background: var(--bb-blue-bright); color: #fff; box-shadow: 0 7px 18px rgba(22, 110, 231, .28); }
.bb-button-primary:hover { background: #0b5ed0; color: #fff; }
.bb-text-link { color: #fff; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.bb-hero-promo { position: relative; padding: 27px 24px 20px; background: radial-gradient(circle at 72% 69%, #1486df 0, #075ca8 34%, #041d45 74%); color: #fff; text-align: center; }
.bb-hero-promo > span { font-size: 12px; font-weight: 900; letter-spacing: .17em; }
.bb-hero-promo h2 { margin: 8px 0 4px; font-family: "Roboto Condensed", sans-serif; font-size: 39px; line-height: .9; letter-spacing: -.02em; }
.bb-hero-promo p { max-width: 260px; margin: 10px auto 0; color: #dcecff; font-size: 13px; }
.bb-hero-promo img { position: absolute; right: 5%; bottom: 48px; width: 90%; height: 168px; object-fit: contain; mix-blend-mode: screen; filter: contrast(1.08); }
.bb-hero-promo a { position: absolute; left: 18px; right: 18px; bottom: 16px; min-height: 38px; display: grid; place-items: center; border-radius: 4px; background: #fff; color: var(--bb-blue); font-size: 11px; font-weight: 900; }

/* Shared sections */
.bb-section { padding: 58px 0; }
.bb-section-heading { margin-bottom: 30px; text-align: center; }
.bb-section-heading > span { display: block; margin-bottom: 6px; color: var(--bb-blue); font-size: 12px; font-weight: 800; letter-spacing: .11em; }
.bb-section-heading h2 { margin: 0; color: #05080c; font-family: "Roboto", sans-serif; font-size: clamp(29px, 2.4vw, 40px); line-height: 1.1; letter-spacing: -.035em; }
.bb-section-heading p { max-width: 650px; margin: 10px auto 0; color: var(--bb-muted); }
.bb-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bb-category-card { min-width: 0; overflow: hidden; border: 1px solid #dce3eb; border-radius: 10px; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.bb-category-card:hover { transform: translateY(-4px); box-shadow: var(--bb-shadow); }
.bb-category-image { height: 220px; padding: 18px; background: #f2f5f8; overflow: hidden; }
.bb-category-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.bb-category-card.packs .bb-category-image img { object-fit: cover; object-position: 70% center; mix-blend-mode: normal; }
.bb-category-card.bms .bb-category-image img { transform: scale(.7) rotate(90deg); filter: hue-rotate(180deg) contrast(1.1); }
.bb-category-card.parts .bb-category-image img { transform: scale(.64); }
.bb-category-copy { min-height: 150px; padding: 18px 20px; }
.bb-category-copy h3 { margin: 0 0 5px; font-size: 20px; line-height: 1.2; }
.bb-category-copy p { min-height: 44px; margin: 0 0 14px; color: var(--bb-muted); font-size: 14px; }
.bb-category-copy strong { color: var(--bb-blue); font-size: 13px; }
.bb-category-copy strong b { margin-left: 5px; font-size: 18px; }

.bb-applications { padding-top: 22px; }
.bb-application-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bb-application-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--bb-line); border-radius: 10px; background: #fff; }
.bb-application-image { height: 210px; background-image: url("../images/applications-grid-v2.png"); background-repeat: no-repeat; background-size: 300% 200%; transition: transform .35s ease; }
.bb-application-card:hover .bb-application-image { transform: scale(1.035); }
.bb-application-image.app-1 { background-position: 0 0; }
.bb-application-image.app-2 { background-position: 50% 0; }
.bb-application-image.app-3 { background-position: 100% 0; }
.bb-application-image.app-4 { background-position: 0 100%; }
.bb-application-image.app-5 { background-position: 50% 100%; }
.bb-application-image.app-6 { background-position: 100% 100%; }
.bb-application-overlay { position: absolute; left: 0; right: 0; top: 112px; min-height: 99px; padding: 24px 18px 12px; color: #fff; background: linear-gradient(transparent, rgba(0, 14, 31, .9)); }
.bb-application-overlay h3 { margin: 0; font-size: 22px; line-height: 1.1; text-shadow: 0 1px 2px #000; }
.bb-application-overlay p { margin: 3px 0 0; font-size: 12px; }
.bb-application-card > span { height: 39px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; color: var(--bb-blue); font-size: 12px; font-weight: 700; }

/* Calculator and advantages */
.bb-calculator-section { margin-top: 30px; padding: 56px 0 44px; background: linear-gradient(145deg, #07172e, #09274a); color: #fff; }
.bb-calculator-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.bb-calculator-copy > span { color: #dce7f2; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.bb-calculator-copy h2 { margin: 8px 0 13px; font-family: "Roboto Condensed", sans-serif; font-size: clamp(42px, 4.4vw, 68px); line-height: .94; letter-spacing: -.025em; }
.bb-calculator-copy > p { max-width: 650px; margin: 0 0 20px; color: #b9c9da; }
.bb-calc-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) 1.25fr; gap: 10px; }
.bb-calc-form label { position: relative; color: #aebfd0; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bb-calc-form input { width: 100%; height: 52px; margin-top: 5px; padding: 0 42px 0 12px; border: 1px solid #34506d; border-radius: 5px; outline: none; background: #0d2a48; color: #fff; font-size: 17px; font-weight: 700; }
.bb-calc-form label small { position: absolute; right: 10px; bottom: 15px; color: #8ca1b7; font-size: 11px; text-transform: none; }
.bb-calc-result { min-height: 73px; padding: 8px 13px; border: 1px solid #315270; border-radius: 5px; display: flex; flex-direction: column; justify-content: center; background: rgba(0, 0, 0, .2); }
.bb-calc-result strong { color: #fff; font-family: "Roboto Condensed", sans-serif; font-size: 24px; }
.bb-calc-result span { color: #8fb0cd; font-size: 10px; }
.bb-calculator-actions { margin-top: 20px; display: flex; align-items: center; gap: 20px; }
.bb-calculator-actions > a:last-child { color: #fff; font-size: 13px; font-weight: 700; }
.bb-factory-image { height: 355px; overflow: hidden; border-radius: 10px; box-shadow: 0 22px 50px rgba(0, 0, 0, .3); }
.bb-factory-image img { width: 100%; height: 100%; object-fit: cover; }
.bb-why-title { margin: 34px 0 17px; text-align: center; font-size: 16px; }
.bb-advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bb-advantage-grid article { min-height: 92px; padding: 17px; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; display: flex; gap: 13px; align-items: flex-start; background: rgba(255, 255, 255, .045); }
.bb-advantage-grid i { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 6px; display: grid; place-items: center; background: rgba(21, 112, 225, .2); color: #4f9af3; font-style: normal; font-weight: 900; }
.bb-advantage-grid h4 { margin: 0 0 3px; font-size: 13px; }
.bb-advantage-grid p { margin: 0; color: #aabacf; font-size: 11px; line-height: 1.45; }

/* Products and reviews */
.bb-best-sellers { padding-bottom: 50px; }
.bb-featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bb-featured-product { position: relative; min-width: 0; border: 1px solid var(--bb-line); border-radius: 10px; background: #fff; overflow: hidden; }
.bb-product-pill { position: absolute; z-index: 2; left: 17px; top: 16px; padding: 5px 9px; border-radius: 20px; color: #fff; font-size: 10px; font-weight: 800; }
.bb-featured-product.green .bb-product-pill, .bb-featured-product.green .bb-product-button { background: var(--bb-green); }
.bb-featured-product.orange .bb-product-pill, .bb-featured-product.orange .bb-product-button { background: var(--bb-orange); }
.bb-featured-product.blue .bb-product-pill, .bb-featured-product.blue .bb-product-button { background: var(--bb-blue-bright); }
.bb-featured-image { height: 270px; padding: 30px; display: block; background: #fff; }
.bb-featured-image img { width: 100%; height: 100%; object-fit: contain; }
.bb-featured-copy { padding: 0 19px 18px; }
.bb-featured-copy h3 { min-height: 50px; margin: 0 0 10px; font-size: 14px; line-height: 1.4; }
.bb-featured-copy h3 a:hover { color: var(--bb-blue); }
.bb-featured-price { min-height: 28px; margin: 0 0 13px; font-size: 13px; }
.bb-featured-price .amount { color: #111; font-size: 18px; font-weight: 800; }
.bb-product-button { min-height: 36px; display: grid; place-items: center; border-radius: 4px; color: #fff; font-size: 11px; font-weight: 900; }
.bb-center-action { margin: 27px 0 0; text-align: center; }
.bb-outline-button { display: inline-flex; min-height: 42px; padding: 0 20px; align-items: center; justify-content: center; border: 1px solid var(--bb-blue); border-radius: 5px; color: var(--bb-blue); font-size: 12px; font-weight: 800; }
.bb-review-section { padding: 48px 0; background: #f6f3ed; }
.bb-review-heading { margin-bottom: 25px; text-align: center; }
.bb-review-heading h2 { margin: 0; font-size: 35px; }
.bb-review-heading p { margin: 5px 0 0; color: var(--bb-muted); font-size: 13px; }
.bb-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bb-review-grid article { min-height: 215px; padding: 24px; border-radius: 9px; background: #fff; box-shadow: 0 8px 25px rgba(25, 39, 54, .07); }
.bb-stars { color: #f3ad00; letter-spacing: .12em; }
.bb-review-grid article p { color: #354454; font-size: 14px; line-height: 1.65; }
.bb-review-grid article strong, .bb-review-grid article span { display: block; font-size: 12px; }
.bb-review-grid article span { margin-top: 3px; color: var(--bb-green); }

/* Comparison, help, FAQ */
.bb-comparison { border-top: 1px solid #edf0f4; }
.bb-table-wrap { overflow-x: auto; border-radius: 9px; box-shadow: 0 5px 20px rgba(0, 49, 94, .08); }
.bb-comparison table { width: 100%; border-collapse: collapse; background: #fff; font-size: 13px; }
.bb-comparison thead th { padding: 15px; background: #2f68b0; color: #fff; text-align: left; }
.bb-comparison thead th:first-child { width: 24%; background: #fff; }
.bb-comparison tbody th, .bb-comparison tbody td { padding: 14px 16px; border: 1px solid #dce3eb; text-align: left; }
.bb-comparison tbody th { background: #eef1f5; }
.bb-comparison tbody td:nth-child(2) { color: #064f92; font-weight: 700; }
.bb-help-section { padding: 10px 0 58px; }
.bb-help-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bb-help-card { position: relative; min-height: 250px; padding: 27px 32px; border-radius: 10px; overflow: hidden; box-shadow: var(--bb-shadow); }
.bb-help-card > span { position: absolute; right: 22px; top: 18px; font-size: 48px; opacity: .18; }
.bb-help-card > p { margin: 0 0 5px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.bb-help-card h3 { margin: 0 0 12px; font-size: 24px; }
.bb-help-card ul { margin: 0 0 18px; padding-left: 18px; font-size: 13px; line-height: 1.8; }
.bb-help-card a { min-height: 40px; padding: 0 15px; border-radius: 4px; display: inline-flex; align-items: center; font-size: 12px; font-weight: 900; }
.bb-help-light { border: 1px solid #e2e8ef; background: #f8fbff; }
.bb-help-light a { background: var(--bb-blue-bright); color: #fff; }
.bb-help-blue { background: linear-gradient(140deg, #2467e6, #1946bd); color: #fff; }
.bb-help-blue a { background: #fff; color: var(--bb-blue); }
.bb-faq-section { padding-top: 22px; }
.bb-faq-container { max-width: 1040px; }
.bb-faq-list { border-top: 1px solid var(--bb-line); }
.bb-faq-list details { border-bottom: 1px solid var(--bb-line); }
.bb-faq-list summary { min-height: 51px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 13px; font-weight: 600; }
.bb-faq-list summary::-webkit-details-marker { display: none; }
.bb-faq-list summary span { font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.bb-faq-list details[open] summary span { transform: rotate(45deg); }
.bb-faq-list details > div { padding: 0 13px 18px; color: var(--bb-muted); font-size: 14px; }
.bb-faq-list details > div > *:first-child { margin-top: 0; }
.bb-faq-contact { margin: 24px 0 0; text-align: center; color: var(--bb-muted); font-size: 12px; }
.bb-faq-contact a { color: var(--bb-blue); text-decoration: underline; }

/* Footer */
.bb-site-footer { position: relative; margin-top: 10px; padding: 80px 0 19px; overflow: hidden; background: linear-gradient(160deg, #075a9f 0%, #06477f 50%, #042d59 100%); color: #fff; }
.bb-footer-waves { position: absolute; inset: 0; opacity: .3; background: radial-gradient(120% 45% at 10% -5%, transparent 48%, #0f75bf 49%, transparent 60%), radial-gradient(120% 55% at 75% -10%, transparent 50%, #0c68ad 51%, transparent 62%), linear-gradient(transparent 68%, rgba(0,17,39,.28)); pointer-events: none; }
.bb-footer-grid { position: relative; display: grid; grid-template-columns: .8fr 1.3fr .9fr 1.1fr; gap: 42px; }
.bb-footer-column h2 { margin: 0 0 19px; padding-bottom: 8px; position: relative; font-size: 16px; }
.bb-footer-column h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 28px; border-bottom: 2px solid #42b8ff; }
.bb-footer-links { margin: 0; padding: 0; list-style: none; }
.bb-footer-links li + li { margin-top: 10px; }
.bb-footer-links a { color: #d7e9f7; font-size: 12px; }
.bb-footer-links a:hover { color: #fff; text-decoration: underline; }
.bb-footer-contact p { position: relative; margin: 0 0 15px; padding-left: 42px; display: flex; flex-direction: column; }
.bb-footer-contact p > span { position: absolute; left: 0; top: 0; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(22, 125, 200, .7); font-size: 12px; font-weight: 800; }
.bb-footer-contact strong { font-size: 12px; }
.bb-footer-contact a, .bb-footer-contact small { color: #d2e8f7; font-size: 11px; }
.bb-socials { display: flex; gap: 9px; margin-bottom: 30px; }
.bb-socials a { width: 34px; height: 34px; border-radius: 6px; display: grid; place-items: center; background: rgba(255,255,255,.14); font-weight: 900; }
.bb-program-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.bb-program-badges span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.28); border-radius: 4px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.bb-footer-bottom { position: relative; margin-top: 55px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: #b9d3e6; font-size: 10px; }
.bb-footer-bottom p { margin: 0; }
.bb-footer-bottom a + a::before { content: "|"; margin: 0 9px; opacity: .5; }

/* Drawers and mobile dock */
.bb-mobile-drawer { position: fixed; z-index: 1002; top: 0; right: 0; bottom: 0; width: min(88vw, 390px); padding: 22px; background: #fff; transform: translateX(105%); transition: transform .25s ease; overflow-y: auto; }
.bb-mobile-drawer.is-open { transform: translateX(0); }
.bb-drawer-head { padding-bottom: 16px; border-bottom: 1px solid var(--bb-line); display: flex; justify-content: space-between; align-items: center; color: var(--bb-blue); font-size: 22px; }
.bb-drawer-head button { border: 0; background: transparent; font-size: 34px; cursor: pointer; }
.bb-drawer-links, .bb-mobile-drawer .bb-nav-list { margin: 15px 0; padding: 0; list-style: none; display: block; }
.bb-drawer-links a, .bb-mobile-drawer .bb-nav-list a { display: block; padding: 13px 3px; border-bottom: 1px solid #eef2f5; color: #15334e; font-weight: 700; }
.bb-mobile-drawer .sub-menu { position: static; display: block; margin: 0 0 0 15px; padding: 0; box-shadow: none; border: 0; }
.bb-drawer-utility { margin-top: 20px; padding: 16px; border-radius: 8px; background: var(--bb-soft); }
.bb-drawer-market { margin-bottom: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.bb-drawer-market label { color: #516477; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bb-drawer-market select { width: 100%; height: 38px; margin-top: 4px; padding: 0 8px; border: 1px solid #ccd6df; border-radius: 4px; background: #fff; color: #173a58; }
.bb-drawer-utility a { display: block; padding: 8px 0; color: var(--bb-blue); font-size: 13px; font-weight: 700; }
.bb-overlay { position: fixed; z-index: 1000; inset: 0; background: rgba(3, 15, 30, .58); opacity: 0; visibility: hidden; transition: opacity .2s ease; }
.bb-overlay.is-open { opacity: 1; visibility: visible; }
.bb-search-panel { position: fixed; z-index: 1002; left: 50%; top: 8vh; width: min(calc(100% - 32px), 760px); padding: 29px; border-radius: 12px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.3); transform: translate(-50%, -30px); opacity: 0; visibility: hidden; transition: .22s ease; }
.bb-search-panel.is-open { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
.bb-search-panel-head { display: flex; justify-content: space-between; }
.bb-search-panel-head span { color: var(--bb-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.bb-search-panel-head h2 { margin: 3px 0 22px; font-size: 28px; }
.bb-search-panel-head button { border: 0; background: transparent; font-size: 32px; cursor: pointer; }
.bb-search-panel form { display: grid; grid-template-columns: 1fr 110px; border: 1px solid #cad4de; border-radius: 7px; overflow: hidden; }
.bb-search-panel form input { height: 50px; padding: 0 14px; border: 0; outline: 0; }
.bb-search-panel form button { border: 0; background: var(--bb-blue); color: #fff; font-weight: 800; }
.bb-popular-searches { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 12px; }
.bb-popular-searches strong { margin-right: 7px; }
.bb-popular-searches a { padding: 6px 10px; border-radius: 20px; background: var(--bb-soft); color: var(--bb-blue); }
.bb-mobile-dock { display: none; }

/* Inner pages and WooCommerce */
.bb-content-shell, .bb-woocommerce-shell { padding-top: 55px; padding-bottom: 75px; }
.mibang-filter-form { clear: both; margin: 0 0 28px; padding: 17px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-items: end; }
.bb-filter-search { grid-column: span 2; }
.bb-filter-field { min-width: 0; }
.bb-filter-field > label { display: block; margin-bottom: 5px; color: #466078; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.bb-filter-field input, .bb-filter-field select { width: 100%; height: 40px; padding: 0 10px; border: 1px solid #cbd5df; border-radius: 4px; background: #fff; color: #1d3448; font-size: 12px; }
.bb-filter-price > span { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.bb-filter-actions { min-height: 40px; display: flex; align-items: center; gap: 9px; }
.bb-filter-actions button { height: 40px; padding: 0 18px; border: 0; border-radius: 4px; background: var(--bb-blue); color: #fff; font-size: 11px; font-weight: 900; }
.bb-filter-actions a { display: none; color: var(--bb-blue); font-size: 11px; font-weight: 700; }
.bb-page-article, .bb-entry-content { width: 100%; }
.bb-page-header { margin-bottom: 34px; padding: 38px; border-radius: 10px; background: linear-gradient(120deg, #073e78, #0b66b3); color: #fff; }
.bb-page-header span { font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.bb-page-header h1 { margin: 4px 0 0; font-family: "Roboto Condensed", sans-serif; font-size: clamp(38px, 5vw, 64px); line-height: 1; }
.bb-entry-content { color: #26384a; }
.bb-entry-content > * { max-width: 100%; }
.bb-entry-content a { color: var(--bb-blue); }
.bb-entry-content input, .bb-entry-content select, .bb-entry-content textarea { max-width: 100%; border: 1px solid #cfd8e1; border-radius: 5px; }
.bb-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bb-post-card { padding: 25px; border: 1px solid var(--bb-line); border-radius: 8px; }
.bb-empty-state { padding: 100px 0; text-align: center; }
.bb-empty-state > span { color: var(--bb-blue); font-family: "Roboto Condensed", sans-serif; font-size: 90px; font-weight: 900; }
.bb-empty-state h1 { margin: 0; font-size: 38px; }
.bb-empty-state div { margin-top: 25px; display: flex; justify-content: center; gap: 12px; }

.woocommerce .woocommerce-breadcrumb { margin-bottom: 24px; color: #708091; font-size: 12px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--bb-blue); }
.woocommerce h1.page-title { margin: 0 0 30px; font-family: "Roboto Condensed", sans-serif; font-size: 52px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 24px; }
.woocommerce .woocommerce-ordering select { height: 42px; padding: 0 34px 0 12px; border: 1px solid var(--bb-line); border-radius: 5px; background: #fff; }
.woocommerce ul.products { clear: both; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none; width: auto; min-width: 0; margin: 0; padding: 16px; border: 1px solid var(--bb-line); border-radius: 9px; background: #fff; transition: .2s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-3px); box-shadow: var(--bb-shadow); }
.woocommerce ul.products li.product a img { height: 240px; margin: 0 0 15px; object-fit: contain; background: #f4f6f8; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 47px; padding: 0; color: #101a24; font-size: 14px; line-height: 1.45; }
.woocommerce ul.products li.product .price { color: #111; font-size: 16px; font-weight: 800; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: 10px; padding: 11px 12px; border-radius: 4px; background: var(--bb-blue); color: #fff; text-align: center; font-size: 11px; }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 5px 9px; border-radius: 20px; background: var(--bb-green); line-height: 1.2; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 45px; }
.woocommerce div.product div.images img { border-radius: 8px; background: #f4f6f8; }
.woocommerce div.product .product_title { font-family: "Roboto Condensed", sans-serif; font-size: 44px; line-height: 1.05; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--bb-blue); font-size: 24px; font-weight: 800; }
.woocommerce div.product form.cart .button { min-height: 48px; padding: 0 25px; border-radius: 5px; background: var(--bb-blue-bright); }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--bb-line); border-radius: 4px; }
.woocommerce-tabs ul.tabs { padding-left: 0 !important; }
.woocommerce table.shop_table { border-color: var(--bb-line); border-radius: 8px; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 14px; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 4px; background: var(--bb-blue); color: #fff; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--bb-blue-deep); color: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 46px; padding: 10px 12px; border: 1px solid #cfd8e1; border-radius: 4px; background: #fff; }
.woocommerce-checkout #payment { background: #f2f5f8; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 10px; border-bottom: 1px solid var(--bb-line); color: var(--bb-blue); }
.mibang-filter-form, .berocket_single_filter_widget { border: 1px solid var(--bb-line); border-radius: 8px; background: #f7f9fb; }
.mibang-mobile-sticky-cart { z-index: 800 !important; }

/* Hero entrance only; below-fold content is never hidden. */
.bb-enter { animation: bb-enter .42s both; animation-delay: var(--bb-delay, 0ms); }
@keyframes bb-enter { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1180px) {
  .bb-header-main { grid-template-columns: 205px 170px minmax(260px, 1fr) auto; gap: 13px; }
  .bb-brand, .bb-brand-image { width: 195px; }
  .bb-brand-image img { width: 195px; }
  .bb-expert-label { font-size: 12px; }
  .bb-market-controls { display: none; }
  .bb-nav-list > li > a, .bb-utility-nav a { font-size: 13px; }
  .bb-nav-list > li > a { padding-inline: 8px; }
  .bb-hero-copy { width: 58%; padding-left: 32px; }
  .bb-hero-promo h2 { font-size: 34px; }
  .bb-category-image { height: 190px; }
}

@media (max-width: 960px) {
  body.mibang-commerce-v2 { padding-bottom: 72px; }
  .bb-desktop-header { display: none; }
  .bb-mobile-header { height: 58px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e8edf2; }
  .bb-mobile-brand { width: 190px; height: 30px; overflow: hidden; }
  .bb-mobile-brand img { width: 190px; height: 30px; object-fit: cover; object-position: center; }
  .bb-mobile-actions { display: flex; align-items: center; gap: 18px; }
  .bb-mobile-actions .bb-account-icon { position: relative; width: 30px; height: 34px; display: block; }
  .bb-menu-toggle { width: 32px; height: 32px; padding: 4px; border: 0; background: transparent; display: flex; flex-direction: column; justify-content: center; gap: 5px; }
  .bb-menu-toggle i { width: 24px; border-top: 3px solid var(--bb-blue); border-radius: 3px; }
  .bb-trust-grid { width: 100%; min-height: 105px; grid-template-columns: repeat(5, minmax(74px, 1fr)); overflow: hidden; }
  .bb-trust-item { padding: 8px 2px; }
  .bb-seal { width: 34px; height: 34px; border-width: 2px; font-size: 15px; }
  .bb-seal-square { width: 46px; }
  .bb-trust-item p { font-size: 9px; line-height: 1.15; }
  .bb-trust-rating b { font-size: 17px; }
  .bb-trust-rating em { display: none; }
  .bb-hero-section { padding-top: 12px; grid-template-columns: 1fr; }
  .bb-hero-main { min-height: 395px; background-position: 62% center; }
  .bb-hero-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,9,22,.92) 0, rgba(0,9,22,.66) 48%, rgba(0,9,22,.1) 100%); }
  .bb-hero-copy { width: 70%; padding: 31px; }
  .bb-hero-promo { display: none; }
  .bb-category-grid { grid-template-columns: repeat(2, 1fr); }
  .bb-application-grid { grid-template-columns: repeat(2, 1fr); }
  .bb-calculator-hero { grid-template-columns: 1fr; }
  .bb-factory-image { height: 330px; }
  .bb-advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .bb-featured-grid { grid-template-columns: repeat(3, 1fr); }
  .bb-featured-image { height: 210px; }
  .bb-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bb-mobile-dock { position: fixed; z-index: 900; left: 18px; right: 18px; bottom: 10px; height: 62px; padding: 6px 9px; border: 1px solid #d4dce5; border-radius: 18px; display: grid; grid-template-columns: repeat(5, 1fr); background: rgba(255,255,255,.96); box-shadow: 0 8px 28px rgba(10,26,45,.25); backdrop-filter: blur(12px); }
  .bb-mobile-dock a, .bb-mobile-dock button { position: relative; padding: 0; border: 0; background: transparent; color: #5a6878; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: 9px; }
  .bb-mobile-dock span { color: #44566b; font-size: 21px; line-height: 1; }
  .bb-mobile-dock .is-active, .bb-mobile-dock .is-active span { color: #176ef1; }
  .bb-mobile-dock b { position: absolute; top: 1px; right: 12px; min-width: 15px; height: 15px; padding: 0 3px; border-radius: 8px; background: var(--bb-green); color: #fff; font-size: 9px; line-height: 15px; }
}

@media (max-width: 680px) {
  .bb-container { width: min(calc(100% - 20px), var(--bb-width)); }
  .bb-mobile-brand { width: 160px; }
  .bb-mobile-brand img { width: 160px; }
  .bb-trust-grid { grid-template-columns: repeat(5, 1fr); }
  .bb-trust-rating b { font-size: 15px; }
  .bb-hero-main { min-height: 355px; border-radius: 8px; background-position: 68% center; }
  .bb-hero-copy { width: 80%; padding: 25px 19px; }
  .bb-eyebrow { font-size: 10px; }
  .bb-hero-copy h1 { font-size: 40px; }
  .bb-hero-copy p { max-width: 310px; font-size: 12px; }
  .bb-hero-price strong { font-size: 26px; }
  .bb-hero-actions { gap: 12px; }
  .bb-button { min-height: 43px; padding-inline: 15px; font-size: 11px; }
  .bb-text-link { font-size: 11px; }
  .bb-section { padding: 42px 0; }
  .bb-section-heading { margin-bottom: 22px; }
  .bb-section-heading h2 { font-size: 28px; }
  .bb-section-heading > span { font-size: 10px; }
  .bb-category-grid { gap: 10px; }
  .bb-category-image { height: 135px; padding: 12px; }
  .bb-category-copy { min-height: 140px; padding: 14px 13px; }
  .bb-category-copy h3 { font-size: 17px; }
  .bb-category-copy p { min-height: 52px; font-size: 12px; }
  .bb-category-copy strong { font-size: 11px; }
  .bb-applications { padding-top: 10px; }
  .bb-application-grid { gap: 9px; }
  .bb-application-image { height: 133px; }
  .bb-application-overlay { top: 64px; min-height: 70px; padding: 18px 10px 7px; }
  .bb-application-overlay h3 { font-size: 15px; }
  .bb-application-overlay p { font-size: 8px; }
  .bb-application-card > span { height: 34px; padding: 0 9px; font-size: 9px; }
  .bb-calculator-section { margin-top: 10px; padding: 38px 0 34px; }
  .bb-factory-image { height: 220px; }
  .bb-calculator-copy h2 { font-size: 43px; }
  .bb-calculator-copy > p { font-size: 13px; }
  .bb-calc-form { grid-template-columns: repeat(3, 1fr); }
  .bb-calc-result { grid-column: 1 / -1; }
  .bb-calculator-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .bb-advantage-grid { gap: 8px; }
  .bb-advantage-grid article { min-height: 118px; padding: 12px; flex-direction: column; gap: 7px; }
  .bb-featured-grid { grid-template-columns: 1fr; gap: 13px; }
  .bb-featured-product { display: grid; grid-template-columns: 42% 58%; min-height: 210px; }
  .bb-product-pill { left: 9px; top: 9px; font-size: 8px; }
  .bb-featured-image { height: 100%; min-height: 210px; padding: 25px 10px; }
  .bb-featured-copy { padding: 23px 13px 13px; display: flex; flex-direction: column; }
  .bb-featured-copy h3 { min-height: 0; margin-bottom: 8px; font-size: 13px; }
  .bb-product-button { margin-top: auto; }
  .bb-review-grid { grid-template-columns: 1fr; }
  .bb-review-heading h2 { font-size: 28px; }
  .bb-comparison { padding-inline: 0; }
  .bb-comparison table { min-width: 620px; font-size: 11px; }
  .bb-help-grid { grid-template-columns: 1fr; gap: 12px; }
  .bb-help-card { min-height: 230px; padding: 23px; }
  .bb-faq-list summary { padding-inline: 4px; font-size: 12px; }
  .bb-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .bb-site-footer { padding-top: 55px; }
  .bb-footer-bottom { margin-top: 35px; flex-direction: column; gap: 7px; }
  .bb-search-panel { top: 4vh; padding: 20px; }
  .bb-search-panel form { grid-template-columns: 1fr 82px; }
  .bb-content-shell, .bb-woocommerce-shell { padding-top: 30px; padding-bottom: 52px; }
  .mibang-filter-form { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .bb-filter-actions { grid-column: 1 / -1; }
  .bb-filter-actions a { display: inline; }
  .bb-page-header { padding: 27px 20px; }
  .bb-page-header h1 { font-size: 40px; }
  .woocommerce h1.page-title { font-size: 40px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .woocommerce ul.products li.product { padding: 10px; }
  .woocommerce ul.products li.product a img { height: 145px; }
  .woocommercecommerce ul.products li.product .woocommerce-loop-product__title { min-height: 55px; font-size: 12px; }
.woocommercecommerce div.product .product_title { font-size: 36px; }
  .bb-empty-state { padding: 70px 0; }
  .bb-empty-state div { flex-direction: column; align-items: center; }
}

/* 2.1.0 measured BigBattery geometry with the MIBANG black/red brand system. */
:root {
  --mb-red: #e30613;
  --mb-red-dark: #b50812;
  --mb-charcoal: #11151b;
  --mb-deep: #070a0f;
  --bb-blue: var(--mb-red);
  --bb-blue-bright: var(--mb-red);
  --bb-blue-deep: var(--mb-red-dark);
  --bb-navy: var(--mb-deep);
  --bb-shadow: 0 12px 34px rgba(18, 22, 28, .12);
}

body.mibang-commerce-v2 { font-family: "Inter", "Roboto", sans-serif; color: #11151b; }
.bb-header-main { min-height: 85px; }
.bb-nav-inner { min-height: 48px; }
.bb-brand-tagline, .bb-expert, .bb-nav-list > li > a, .bb-utility-nav a { color: #171b20; }
.bb-expert-label, .bb-category-copy strong, .bb-application-card > span, .bb-section-heading > span { color: var(--mb-red); }
.bb-search { border-radius: 3px; }
.bb-search button, .bb-button-primary, .bb-help-light a, .bb-filter-actions button, .woocommerce ul.products li.product .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background: var(--mb-red); }
.bb-search button:hover, .bb-button-primary:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--mb-red-dark); }
.bb-market-controls select, .bb-nav-list .sub-menu, .bb-category-card, .bb-application-card, .bb-featured-product, .bb-help-card { border-radius: 2px; }
.bb-cart-icon b { background: var(--mb-red); }
.bb-trust-rail { background: #f7f7f7; }
.bb-trust-grid { min-height: 117px; }
.bb-trust-item { color: #30343a; }
.bb-seal { box-shadow: inset 0 0 0 3px #f7f7f7, inset 0 0 0 4px #7c8085; }
.bb-seal-square, .bb-seal-gear, .bb-seal-map { color: var(--mb-red); border-color: #555b62; background: transparent; }

.bb-hero-section { min-height: 436px; padding: 10px 0 50px; grid-template-columns: minmax(0, 2.9fr) minmax(280px, 1fr); gap: 12px; }
.bb-hero-main, .bb-hero-promo { height: 376px; min-height: 376px; border-radius: 8px; }
.bb-hero-main { background-image: linear-gradient(90deg, rgba(2, 5, 9, .35), rgba(2, 5, 9, .03)), var(--mb-hero-image); }
.bb-hero-price strong { color: #ff3440; }
.bb-hero-promo { background: radial-gradient(circle at 70% 68%, #3a414b 0, #171c23 40%, #07090d 78%); }
.bb-hero-promo a { color: var(--mb-red); border-radius: 2px; }

.bb-product-paths { min-height: 521px; padding: 0 0 40px; }
.bb-product-paths .bb-section-heading { min-height: 76px; margin: 0 0 30px; }
.bb-category-grid { gap: 20px; }
.bb-category-card { min-height: 375px; display: flex; flex-direction: column; }
.bb-category-image { height: 220px; flex: 0 0 220px; }
.bb-category-copy { min-height: 153px; flex: 1; }

.bb-applications { min-height: 711px; padding: 10px 0; }
.bb-applications .bb-section-heading { min-height: 76px; margin: 0 0 40px; }
.bb-application-grid { gap: 20px; }
.bb-application-card { min-height: 278px; }
.bb-application-image { height: 239px; }
.bb-application-overlay { top: 140px; min-height: 99px; }

.bb-calculator-section { min-height: 817px; margin-top: 35px; padding: 56px 0 60px; background: radial-gradient(circle at 78% 18%, #282f39 0, #111720 34%, #080b10 76%); }
.bb-calculator-hero { height: 355px; }
.bb-why-title { margin: 54px 0 30px; }
.bb-advantage-grid { grid-template-columns: repeat(2, 1fr); gap: 23px 20px; }
.bb-advantage-grid article { min-height: 106px; border-radius: 4px; }
.bb-advantage-grid i { color: #fff; background: rgba(227, 6, 19, .72); }

.bb-best-sellers { min-height: 735px; padding: 35px 0 32px; }
.bb-best-sellers .bb-section-heading { margin-bottom: 30px; }
.bb-featured-product { min-height: 508px; display: flex; flex-direction: column; }
.bb-featured-image { height: 310px; flex: 0 0 310px; }
.bb-featured-copy { flex: 1; display: flex; flex-direction: column; }
.bb-product-button { margin-top: auto; }
.bb-featured-product.green .bb-product-pill, .bb-featured-product.green .bb-product-button,
.bb-featured-product.orange .bb-product-pill, .bb-featured-product.orange .bb-product-button,
.bb-featured-product.blue .bb-product-pill, .bb-featured-product.blue .bb-product-button { background: var(--mb-red); }

.bb-review-section { min-height: 650px; padding: 52px 0 42px; background: #f5f2ee; }
.bb-review-heading { min-height: 91px; margin-bottom: 36px; }
.bb-review-heading > span { display: block; margin-bottom: 5px; color: var(--mb-red); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.bb-review-heading h2 { color: #12151a; font-size: 38px; }
.bb-review-grid { gap: 24px; }
.bb-review-grid article { min-height: 336px; padding: 30px; border: 1px solid #e6e0d8; border-radius: 3px; box-shadow: 0 8px 25px rgba(25, 30, 36, .06); }
.bb-proof-card b { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 28px; border-radius: 50%; background: #171b20; color: #fff; font-size: 13px; }
.bb-proof-card h3 { margin: 0 0 16px; font-family: "Roboto Condensed", sans-serif; font-size: 25px; line-height: 1.05; text-transform: uppercase; }
.bb-proof-card p { min-height: 95px; }
.bb-proof-card span { color: var(--mb-red) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .12em; }
.bb-review-action { margin: 28px 0 0; text-align: center; }
.bb-outline-button { border-color: var(--mb-red); color: var(--mb-red); border-radius: 2px; }
.bb-proof-strip { height: 77px; border-bottom: 1px solid #ececef; background: #fff; }
.bb-proof-strip .bb-container { height: 100%; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; text-align: center; }
.bb-proof-strip span { color: #343941; font-family: "Roboto Condensed", sans-serif; font-size: 19px; font-weight: 800; letter-spacing: .06em; }
.bb-proof-strip span + span { border-left: 1px solid #dfe1e4; }

.bb-comparison { min-height: 667px; padding: 30px 0; border-top: 0; }
.bb-comparison .bb-section-heading { margin-bottom: 38px; }
.bb-comparison thead th { background: #1a1d22; }
.bb-comparison tbody td:nth-child(2) { color: var(--mb-red-dark); }
.bb-comparison tbody th, .bb-comparison tbody td { height: 54px; }
.bb-help-section { min-height: 624px; padding: 16px 0 24px; }
.bb-help-section .bb-section-heading { margin-bottom: 40px; }
.bb-help-card { min-height: 330px; border-radius: 3px; }
.bb-help-blue { background: linear-gradient(140deg, #242a32, #0b0e13); }
.bb-help-blue a { color: var(--mb-red); }
.bb-faq-section { min-height: 745px; padding: 16px 0 64px; }
.bb-faq-section .bb-section-heading { margin-bottom: 38px; }
.bb-faq-list summary { min-height: 66px; }

.bb-site-footer { min-height: 720px; margin-top: 0; padding: 72px 0 20px; background: linear-gradient(155deg, #171b20 0%, #0c0f14 58%, #05070a 100%); }
.bb-footer-waves { opacity: .25; background: radial-gradient(120% 45% at 8% -5%, transparent 48%, #a70a13 49%, transparent 61%), radial-gradient(120% 55% at 78% -10%, transparent 50%, #5e080e 51%, transparent 63%), linear-gradient(transparent 68%, rgba(0,0,0,.42)); }
.bb-footer-brand { width: 280px; height: 83px; margin-bottom: 34px; display: flex; align-items: center; gap: 8px; overflow: hidden; font-family: "Roboto Condensed", sans-serif; font-size: 36px; font-style: italic; font-weight: 900; letter-spacing: -.05em; }
.bb-footer-brand span { color: var(--mb-red); }
.bb-footer-brand strong { color: #fff; }
.bb-footer-column h2::after { border-color: var(--mb-red); }
.bb-footer-contact p > span { background: var(--mb-red); }
.bb-footer-bottom { margin-top: 70px; }

@media (max-width: 680px) {
  .bb-mobile-header { height: 49px; padding: 0 10px; }
  .bb-mobile-brand { width: 145px; height: 27px; }
  .bb-mobile-brand img { width: 145px; height: 27px; }
  .bb-mobile-actions { gap: 0; }
  .bb-mobile-cart-label { min-height: 32px; display: flex; align-items: center; color: #1b1e22; font-size: 14px; font-weight: 800; white-space: nowrap; }
  .bb-mobile-cart-label b { margin-left: 3px; }
  .bb-trust-grid { min-height: 81px; }
  .bb-trust-item { padding: 5px 1px; }
  .bb-seal { width: 30px; height: 30px; font-size: 12px; }
  .bb-seal-square { width: 40px; }
  .bb-trust-item p { margin-top: 4px; font-size: 8px; }
  .bb-trust-rating b { font-size: 12px; }

  .bb-hero-section { width: 100%; min-height: 226px; height: 226px; padding: 0; grid-template-columns: minmax(0, 1fr); gap: 0; }
  .bb-hero-main { width: 100%; height: 226px; min-height: 226px; border-radius: 0; background-position: center; }
  .bb-hero-promo { display: none; }
  .bb-hero-main::after { background: linear-gradient(90deg, rgba(0, 4, 9, .9), rgba(0, 4, 9, .28) 72%, transparent); }
  .bb-hero-copy { width: 68%; padding: 13px 12px; }
  .bb-eyebrow { margin-bottom: 3px; font-size: 7px; }
  .bb-hero-copy h1 { font-size: 23px; line-height: .92; }
  .bb-hero-copy p { max-width: 225px; margin: 7px 0 6px; font-size: 8px; line-height: 1.25; }
  .bb-hero-price { margin-bottom: 6px; gap: 5px; }
  .bb-hero-price strong { font-size: 17px; }
  .bb-hero-price span { font-size: 7px; }
  .bb-hero-actions { gap: 8px; }
  .bb-hero-actions .bb-button { min-height: 25px; padding: 0 9px; font-size: 7px; }
  .bb-hero-actions .bb-text-link { font-size: 7px; }

  .bb-product-paths { height: 663px; min-height: 663px; padding: 20px 0; overflow: hidden; }
  .bb-product-paths .bb-container { width: calc(100% - 10px); }
  .bb-product-paths .bb-section-heading { min-height: 58px; margin-bottom: 24px; }
  .bb-section-heading h2 { font-size: 24px; }
  .bb-category-grid { gap: 14px; }
  .bb-category-card { min-height: 254px; }
  .bb-category-image { height: 132px; flex-basis: 132px; }
  .bb-category-copy { min-height: 120px; padding: 12px; }
  .bb-category-copy h3 { font-size: 16px; }
  .bb-category-copy p { min-height: 43px; font-size: 10px; }

  .bb-applications { height: 599px; min-height: 599px; padding: 20px 12px 0; overflow: hidden; }
  .bb-applications .bb-container { width: 100%; }
  .bb-applications .bb-section-heading { min-height: 53px; margin-bottom: 25px; }
  .bb-application-grid { gap: 10px; }
  .bb-application-card { min-height: 162px; }
  .bb-application-image { height: 128px; }
  .bb-application-overlay { top: 58px; min-height: 70px; }

  .bb-calculator-section { min-height: 1311px; margin-top: 34px; padding: 32px 16px 36px; }
  .bb-calculator-section > .bb-container { width: 100%; }
  .bb-calculator-hero { height: 546px; min-height: 546px; gap: 24px; }
  .bb-calculator-copy h2 { font-size: 42px; }
  .bb-factory-image { height: 184px; }
  .bb-why-title { margin: 54px 0 26px; }
  .bb-advantage-grid { grid-template-columns: 1fr; gap: 19px; }
  .bb-advantage-grid article { min-height: 129px; padding: 18px 20px; flex-direction: row; gap: 16px; }

  .bb-best-sellers { min-height: 1595px; padding: 15px 0 14px; }
  .bb-best-sellers > .bb-container { width: min(calc(100% - 30px), 345px); }
  .bb-best-sellers .bb-section-heading { min-height: 55px; margin-bottom: 20px; }
  .bb-featured-grid { gap: 20px; }
  .bb-featured-product { min-height: 438px; display: flex; }
  .bb-featured-product:first-child { min-height: 476px; }
  .bb-featured-image { width: 100%; height: 285px; min-height: 285px; flex-basis: 285px; padding: 24px; }
  .bb-featured-copy { padding: 0 18px 18px; }
  .bb-featured-copy h3 { font-size: 14px; }
  .bb-center-action { margin-top: 20px; }

  .bb-review-section { height: 1231px; min-height: 1231px; padding: 36px 16px 30px; overflow: hidden; }
  .bb-review-section > .bb-container { width: 100%; }
  .bb-review-heading { min-height: 82px; margin-bottom: 24px; }
  .bb-review-heading h2 { font-size: 25px; line-height: 1.05; }
  .bb-review-heading p { max-width: 340px; margin-inline: auto; font-size: 11px; line-height: 1.4; }
  .bb-review-grid { gap: 19px; }
  .bb-review-grid article { height: 285px; min-height: 285px; padding: 22px; }
  .bb-proof-card b { width: 36px; height: 36px; margin-bottom: 16px; }
  .bb-proof-card h3 { margin-bottom: 10px; font-size: 21px; }
  .bb-proof-card p { min-height: 70px; font-size: 12px; line-height: 1.5; }
  .bb-review-action { margin-top: 22px; }
  .bb-proof-strip { height: 105px; }
  .bb-proof-strip .bb-container { width: calc(100% - 30px); grid-template-columns: repeat(4, 1fr); }
  .bb-proof-strip span { padding: 0 5px; font-size: 10px; }

  .bb-comparison { min-height: 629px; padding: 30px 0; }
  .bb-comparison > .bb-container { width: min(calc(100% - 30px), 345px); }
  .bb-comparison table { min-width: 620px; }
  .bb-help-section { height: 606px; min-height: 606px; padding: 10px 0 16px; overflow: hidden; }
  .bb-help-section > .bb-container { width: min(calc(100% - 30px), 345px); }
  .bb-help-section .bb-section-heading { margin-bottom: 25px; }
  .bb-help-card { height: 218px; min-height: 218px; padding: 16px 18px; }
  .bb-help-card > p { margin-bottom: 3px; font-size: 9px; }
  .bb-help-card h3 { margin-bottom: 7px; font-size: 19px; }
  .bb-help-card ul { margin-bottom: 9px; font-size: 10px; line-height: 1.45; }
  .bb-help-card a { min-height: 30px; font-size: 10px; }
  .bb-faq-section { min-height: 841px; padding: 16px 0 40px; }
  .bb-faq-section > .bb-container { width: min(calc(100% - 30px), 345px); }
  .bb-faq-section .bb-section-heading { margin-bottom: 35px; }
  .bb-faq-list summary { min-height: 76px; }

  .bb-site-footer { height: 1101px; min-height: 1101px; padding: 32px 20px 20px; overflow: hidden; }
  .bb-site-footer > .bb-container { width: 100%; }
  .bb-footer-brand { width: 150px; height: 46px; margin-bottom: 24px; gap: 5px; font-size: 22px; }
  .bb-footer-grid { min-height: 875px; grid-template-columns: 1fr 1fr; gap: 0 22px; }
  .bb-footer-column { padding: 20px 0 30px; }
  .bb-footer-bottom { margin-top: 0; min-height: 89px; padding-top: 16px; }
  .bb-mobile-dock span { height: 27px; display: grid; place-items: center; }
  .bb-mobile-dock svg { width: 25px; height: 25px; display: block; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
}

/* 2.1.6 product details and checkout mobile completion. */
.mibang-product-spec-list {
  margin: 22px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.mibang-product-spec-list > div {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #d8e0e8;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  background: #f7f9fb;
}
.mibang-product-spec-list small {
  color: #5f7182;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}
.mibang-product-spec-list strong {
  margin: 4px 0 0 !important;
  display: block;
  color: #14273a;
  font-size: 13px;
  line-height: 1.3;
}
.mibang-tier-pricing { margin: 24px 0 18px; }
.mibang-tier-pricing h3 { margin: 0 0 9px; }
.mibang-tier-row {
  min-height: 38px;
  padding: 7px 0;
  border-bottom: 1px solid #d8e0e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.mibang-tier-row strong { margin-left: auto; text-align: right; }
.woocommerce a.checkout-button,
.woocommerce #place_order,
.woocommerce button#place_order,
.wc-block-components-button:not(.is-link) {
  border-color: var(--mb-red) !important;
  background: var(--mb-red) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .mibang-product-spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .mibang-product-spec-list > div { min-height: 66px; }
  .mibang-tier-row { font-size: 14px; }
  body.woocommerce-cart .bb-mobile-dock,
  body.woocommerce-checkout .bb-mobile-dock,
  body.woocommerce-order-received .bb-mobile-dock { display: none !important; }
  body.woocommerce-cart .bb-woocommerce-shell,
  body.woocommerce-checkout .bb-woocommerce-shell { padding-bottom: 58px; }
}

/* 2.1.5 WooCommerce catalogue and commerce mobile repair. */
.mibang-filter-disclosure > summary { display: none; }
.mibang-filter-disclosure > .mibang-filter-form { display: grid; }
.woocommerce ul.products { align-items: stretch; }
.woocommerce ul.products li.product {
  box-sizing: border-box;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  width: 100%;
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}

@media (max-width: 767px) {
  .bb-woocommerce-shell {
    padding-top: 18px;
    padding-bottom: 100px;
  }

  .mibang-filter-disclosure {
    margin: 12px 0 24px;
    border: 1px solid #cbd5df;
    border-radius: 8px;
    background: #f7f9fb;
  }

  .mibang-filter-disclosure > summary {
    min-height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #14273a;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    list-style: none;
    text-transform: uppercase;
  }

  .mibang-filter-disclosure > summary::-webkit-details-marker { display: none; }
  .mibang-filter-disclosure[open] > summary { border-bottom: 1px solid #d8e0e8; }
  .mibang-filter-disclosure[open] > summary span:last-child { transform: rotate(45deg); }
  .mibang-filter-disclosure:not([open]) > .mibang-filter-form { display: none; }
  .mibang-filter-disclosure > .mibang-filter-form {
    margin: 0;
    border: 0;
    border-radius: 0 0 8px 8px;
  }

  .woocommerce h1.page-title {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 1.08;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none !important;
    width: 100%;
    margin: 0 0 12px;
  }

  .woocommerce .woocommerce-ordering { margin-bottom: 22px; }
  .woocommerce .woocommerce-ordering select { width: 100%; }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .woocommerce ul.products li.product {
    min-width: 0;
    min-height: 100%;
    padding: 11px;
  }

  .woocommerce ul.products li.product a img {
    width: 100% !important;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 12px;
    object-fit: contain;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 57px;
    padding: 0;
    font-size: 14px;
    line-height: 1.35;
    hyphens: auto;
    overflow-wrap: normal;
    word-break: normal;
  }

  .woocommerce ul.products li.product .price {
    margin-top: auto;
    font-size: 16px;
    line-height: 1.25;
  }

  .woocommerce ul.products li.product .button {
    width: 100% !important;
    min-height: 44px;
    padding: 9px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1.15;
    white-space: normal;
  }

  .woocommerce div.product div.images,
  .woocommerce div.product div.summary { margin-bottom: 28px; }

  .woocommerce div.product .product_title {
    font-size: 32px;
    line-height: 1.08;
  }

  .woocommerce div.product .summary p strong { margin-left: .3em; }
  .woocommerce div.product form.cart { display: flex; align-items: stretch; }
  .woocommerce div.product form.cart .quantity { margin-right: 6px; }
  .woocommerce div.product form.cart .button { flex: 1; }
  .woocommerce-tabs ul.tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }
  .woocommerce-tabs ul.tabs li a { white-space: nowrap; }
  .woocommerce .related.products > h2 { font-size: 28px; }
  .woocommerce table.shop_table_responsive { width: 100%; }
}

@media (max-width: 340px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
}

/* 2.1.4 screenshot-measured module corrections. */
.bb-featured-product,
.bb-application-card {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .bb-best-sellers .bb-container {
    width: 312px;
    max-width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
  }

  .bb-best-sellers .bb-outline-button {
    min-width: 225px;
    justify-content: center;
  }

  .bb-comparison .bb-container.bb-narrow-container {
    width: 345px;
    max-width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
  }
}

/* 2.1.3 module-by-module visual corrections. */
.bb-calc-form[hidden] { display: none !important; }
.bb-calc-toggle { border: 0; cursor: pointer; }
.bb-calc-submit { grid-column: 1 / -1; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; background: var(--mb-red); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .04em; }

.bb-comparison > .bb-container { width: min(calc(100% - 80px), 1120px); }
.bb-comparison thead th { height: 58px; }
.bb-comparison tbody th,
.bb-comparison tbody td { height: 72px; }

.bb-faq-list details { margin: 0 0 8px; border: 1px solid #dfe5eb; border-radius: 8px; background: #fff; overflow: hidden; }
.bb-faq-list details:last-child { margin-bottom: 0; }
.bb-faq-list summary { min-height: 58px; padding: 12px 20px; border: 0; }
.bb-faq-list details[open] summary { border-bottom: 1px solid #e5e9ee; }

@media (min-width: 681px) {
  .bb-site-footer > .bb-footer-grid { min-height: 530px; align-items: start; }
  .bb-footer-links li + li { margin-top: 13px; }
  .bb-footer-contact p { margin-bottom: 18px; }
  .bb-footer-bottom { min-height: 78px; margin-top: 0; align-items: flex-end; }
}

@media (max-width: 680px) {
  body.mibang-commerce-v2 { padding-bottom: 0; }
  .bb-calculator-copy { text-align: center; }
  .bb-calculator-actions { align-items: center; }
  .bb-calculator-actions a { text-align: center; }
  .bb-calc-form { text-align: left; }
  .bb-help-section > .bb-container,
  .bb-faq-section > .bb-container { width: 315px; max-width: calc(100% - 60px); }
  .bb-faq-list details { margin-bottom: 10px; border-radius: 9px; }
  .bb-faq-list summary { min-height: 73px; padding: 12px 18px; }
}

/* 2.1.7 theme-owned TranslatePress selector. */
.bb-language-switcher {
  position: relative;
  min-width: 68px;
  color: #173a58;
  font-size: 12px;
  line-height: 1;
}
.bb-language-switcher summary {
  box-sizing: border-box;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid #ccd6df;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  color: #173a58;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  user-select: none;
}
.bb-language-switcher summary::-webkit-details-marker { display: none; }
.bb-language-switcher summary:focus-visible { outline: 3px solid rgba(22, 125, 200, .28); outline-offset: 2px; }
.bb-language-globe { width: 17px; height: 17px; display: inline-flex; flex: 0 0 17px; }
.bb-language-globe svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; }
.bb-language-chevron { width: 6px; height: 6px; margin-left: auto; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .18s ease; }
.bb-language-switcher[open] .bb-language-chevron { transform: translateY(2px) rotate(225deg); }
.bb-language-menu {
  position: absolute;
  z-index: 1200;
  top: calc(100% + 7px);
  right: 0;
  width: 178px;
  padding: 6px;
  border: 1px solid #d9e1e8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(7, 34, 58, .18);
  transform-origin: right top;
  animation: bb-language-open .18s ease both;
}
.bb-language-menu a { min-height: 40px; padding: 0 10px; border-radius: 4px; display: grid; grid-template-columns: 34px 1fr; align-items: center; color: #173a58; text-decoration: none; }
.bb-language-menu a:hover, .bb-language-menu a:focus-visible { background: #edf6fc; color: #075e9c; }
.bb-language-menu a.is-current { background: #e4f2fb; color: #075e9c; }
.bb-language-menu a span { font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.bb-language-menu a strong { font-size: 12px; font-weight: 700; }
@keyframes bb-language-open { from { opacity: 0; transform: translateY(-5px) scale(.98); } to { opacity: 1; transform: none; } }

.bb-mobile-actions { display: flex; align-items: center; gap: 9px; }
.bb-language-switcher--mobile { min-width: 62px; }
.bb-language-switcher--mobile summary { min-height: 34px; padding: 0 8px; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.1); color: #fff; }
.bb-language-switcher--mobile .bb-language-globe { width: 15px; height: 15px; flex-basis: 15px; }
.bb-language-switcher--mobile .bb-language-menu { right: 0; }
.bb-drawer-market .bb-language-switcher { width: 100%; margin-top: 14px; }
.bb-drawer-market .bb-language-switcher::before { content: "Language"; margin-bottom: 4px; display: block; color: #516477; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bb-drawer-market .bb-language-switcher summary { height: 38px; }

@media (max-width: 420px) {
  .bb-mobile-actions { gap: 6px; }
  .bb-language-switcher--mobile { min-width: 54px; }
  .bb-language-switcher--mobile summary { padding: 0 7px; gap: 5px; }
  .bb-language-switcher--mobile .bb-language-globe { display: none; }
  .bb-language-menu { width: 164px; }
}
/* 2.2.0 document-led factory, commerce and mobile revision. */
.bb-expert-actions { display: flex; align-items: center; gap: 12px; }
.bb-whatsapp-link { padding-left: 12px; border-left: 1px solid #d9dde1; color: #168a4a !important; font-weight: 900 !important; }
.bb-nav-inner { justify-content: center; }
.bb-nav-list { width: 100%; justify-content: center; gap: clamp(10px, 1.2vw, 22px); }
.bb-nav-list > li > a { font-size: 11px; white-space: nowrap; }

.bb-factory-story { position: relative; padding: 76px 0 64px; overflow: hidden; background: radial-gradient(circle at 80% 0, #29313b 0, #111820 34%, #070a0f 76%); color: #fff; }
.bb-factory-story::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(120deg, transparent 52%, rgba(227, 6, 19, .08)); }
.bb-factory-story-main { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: 58px; align-items: center; opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.72,.2,1); }
.bb-factory-story-main.is-visible { opacity: 1; transform: none; }
.bb-factory-story-visual { min-height: 390px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 28px 55px rgba(0,0,0,.34); }
.bb-factory-story-visual img { width: 100%; height: 390px; display: block; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.72,.2,1); }
.bb-factory-story-visual:hover img { transform: scale(1.035); }
.bb-factory-story-copy > span { color: #ff3a45; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.bb-factory-story-copy h2 { margin: 13px 0 21px; color: #fff; font-family: "Roboto Condensed", sans-serif; font-size: clamp(43px, 4.4vw, 68px); line-height: .94; text-transform: uppercase; }
.bb-factory-story-copy p { max-width: 600px; margin: 0 0 30px; color: #c9ced5; font-size: 16px; line-height: 1.75; }
.bb-factory-actions { display: flex; align-items: center; gap: 22px; }
.bb-factory-actions > a:not(.bb-button) { color: #fff; font-size: 13px; font-weight: 800; }
.bb-factory-benefits { position: relative; margin-top: 54px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.bb-factory-benefits article { min-height: 156px; padding: 29px 25px; display: flex; gap: 16px; opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease, background .25s ease; }
.bb-factory-benefits article + article { border-left: 1px solid rgba(255,255,255,.14); }
.bb-factory-benefits article.is-visible { opacity: 1; transform: none; }
.bb-factory-benefits article:hover { background: rgba(255,255,255,.045); }
.bb-factory-benefits i { color: #ff3a45; font-size: 12px; font-style: normal; font-weight: 900; }
.bb-factory-benefits h3 { margin: 0 0 9px; color: #fff; font-family: "Roboto Condensed", sans-serif; font-size: 19px; text-transform: uppercase; }
.bb-factory-benefits p { margin: 0; color: #9ea6b0; font-size: 12px; line-height: 1.55; }

.bb-help-single { grid-template-columns: 1fr; }
.bb-help-single .bb-help-card { min-height: 300px; padding: 42px 48px; background: linear-gradient(110deg, #171d25 0, #080b10 62%, #220509 100%); }
.bb-help-single .bb-help-card h3 { max-width: 650px; font-size: clamp(34px, 4vw, 54px); }
.bb-help-single .bb-help-card ul { display: flex; flex-wrap: wrap; gap: 12px 35px; }
.bb-help-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.bb-help-actions a { min-width: 210px; }
.bb-help-actions .is-whatsapp { border: 1px solid rgba(255,255,255,.45); background: transparent; color: #fff; }

.bb-footer-grid-document { grid-template-columns: repeat(4, minmax(120px, .78fr)) minmax(260px, 1.3fr); gap: 34px; }
.bb-footer-grid-document .bb-footer-column { padding: 0; }
.bb-footer-grid-document .bb-footer-column h2 { margin-top: 0; }
.bb-footer-identity { padding-left: 28px !important; border-left: 1px solid rgba(255,255,255,.14); }
.bb-footer-identity p { color: #aeb5bf; font-size: 13px; line-height: 1.7; }
.bb-footer-contact-links { margin: 20px 0; display: grid; gap: 8px; }
.bb-footer-contact-links a { color: #fff; font-size: 13px; font-weight: 700; }
.bb-footer-language { margin: 20px 0; }
.bb-footer-language .bb-language-switcher { width: 100%; max-width: 180px; }
.bb-footer-language .bb-language-switcher summary { border-color: rgba(255,255,255,.28); color: #fff; }
.bb-footer-trust { margin-top: 54px; padding: 20px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); color: #aeb5bf; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-align: center; }
.bb-site-footer { min-height: 0; padding-top: 68px; }
.bb-footer-bottom { margin-top: 0; }

.mibang-filter-disclosure { margin: 0 0 34px; border: 2px solid var(--mb-red); background: #fff; box-shadow: 0 10px 28px rgba(17,21,27,.08); }
.mibang-filter-disclosure > summary { min-height: 58px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; background: var(--mb-red); color: #fff; cursor: pointer; font-family: "Roboto Condensed", sans-serif; font-size: 18px; font-weight: 900; letter-spacing: .04em; list-style: none; text-transform: uppercase; }
.mibang-filter-disclosure > summary::-webkit-details-marker { display: none; }
.mibang-filter-disclosure > .mibang-filter-form { margin: 0; padding: 22px; border: 0; border-radius: 0; background: #fff; }
.mibang-filter-form label { min-width: 0; }
.mibang-filter-form input, .mibang-filter-form select, .mibang-filter-form .bb-filter-actions button { border-radius: 0; }

.woocommerce div.product div.images .flex-control-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto; float: none; border: 1px solid #dfe3e7; }
.woocommerce div.product div.images .flex-control-thumbs img { aspect-ratio: 1; object-fit: contain; }
.mibang-gallery-info { width: 48%; margin: 18px 0 35px; float: left; clear: left; display: grid; gap: 8px; }
.mibang-gallery-info article { min-height: 74px; padding: 13px 15px; display: flex; gap: 13px; align-items: flex-start; border: 1px solid #dfe3e7; background: #f7f8f9; }
.mibang-gallery-info i { min-width: 27px; height: 27px; display: grid; place-items: center; background: #171b20; color: #fff; font-size: 9px; font-style: normal; font-weight: 900; }
.mibang-gallery-info strong, .mibang-gallery-info span { display: block; }
.mibang-gallery-info strong { margin-bottom: 4px; color: #161a20; font-size: 12px; text-transform: uppercase; }
.mibang-gallery-info span { color: #68717c; font-size: 11px; line-height: 1.45; }
.mibang-product-intro { margin: 16px 0 20px; padding-bottom: 18px; border-bottom: 1px solid #e2e5e8; color: #59616c; font-size: 15px; line-height: 1.7; }
.mibang-product-intro p:last-child { margin-bottom: 0; }
.mibang-quantity-tiers { margin: 22px 0; }
.mibang-quantity-tiers h2 { margin: 0 0 11px; font-size: 14px; text-transform: uppercase; }
.mibang-quantity-tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.mibang-quantity-tier-grid button { min-width: 0; min-height: 112px; padding: 14px 10px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #cfd5db; border-radius: 0; background: #fff; color: #161a20; cursor: pointer; text-align: left; }
.mibang-quantity-tier-grid button[aria-pressed="true"] { border: 2px solid var(--mb-red); box-shadow: inset 0 0 0 2px rgba(227,6,19,.08); }
.mibang-quantity-tier-grid strong, .mibang-quantity-tier-grid span, .mibang-quantity-tier-grid small { display: block; }
.mibang-quantity-tier-grid strong { font-size: 14px; }
.mibang-quantity-tier-grid span { margin: 8px 0 4px; color: var(--mb-red); font-size: 15px; font-weight: 900; }
.mibang-quantity-tier-grid small { color: #7a838d; font-size: 9px; line-height: 1.3; }
.woocommerce div.product form.cart { margin-bottom: 9px; }
.woocommerce div.product form.cart .single_add_to_cart_button { border-radius: 0; text-transform: uppercase; }
.mibang-buy-now { min-height: 48px; margin: 0 0 14px; display: flex; align-items: center; justify-content: center; border: 2px solid #11151b; background: #fff; color: #11151b; font-size: 13px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.mibang-buy-now:hover { background: #11151b; color: #fff; }
.mibang-payment-methods { margin: 0 0 20px; padding: 13px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; border: 1px solid #e0e4e8; background: #f7f8f9; color: #535c66; font-size: 10px; }
.mibang-payment-methods strong { margin-right: auto; color: #1b2027; }
.mibang-payment-methods strong span { color: #168a4a; }
.mibang-payment-badge { padding: 5px 8px; border: 1px solid #cbd1d7; background: #fff; font-weight: 800; }
.mibang-payment-note { flex-basis: 100%; }
.mibang-fbt { clear: both; margin: 54px 0; padding: 38px; border: 1px solid #dfe3e7; background: #f6f7f8; }
.mibang-fbt-heading > span, .mibang-product-faq > span { color: var(--mb-red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.mibang-fbt-heading h2, .mibang-product-faq h2 { margin: 7px 0 24px; font-family: "Roboto Condensed", sans-serif; font-size: 34px; text-transform: uppercase; }
.mibang-fbt-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.mibang-fbt-card { position: relative; min-height: 118px; padding: 13px; display: grid; grid-template-columns: 78px 1fr; gap: 12px; align-items: center; border: 1px solid #d9dee3; background: #fff; }
.mibang-fbt-card img { width: 78px; height: 78px; object-fit: contain; }
.mibang-fbt-card strong, .mibang-fbt-card b { display: block; }
.mibang-fbt-card strong { margin-bottom: 8px; font-size: 12px; line-height: 1.35; }
.mibang-fbt-card b { color: var(--mb-red); font-size: 12px; }
.mibang-fbt-card input[type="checkbox"] { position: absolute; top: 10px; right: 10px; accent-color: var(--mb-red); }
.mibang-fbt form > button { min-height: 46px; margin-top: 18px; padding: 0 24px; border: 0; background: var(--mb-red); color: #fff; cursor: pointer; font-weight: 900; text-transform: uppercase; }
.mibang-product-faq { clear: both; margin: 58px 0; }
.mibang-product-faq details { margin-bottom: 8px; border: 1px solid #dfe3e7; background: #fff; }
.mibang-product-faq summary { min-height: 62px; padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; color: #171b20; cursor: pointer; font-weight: 800; list-style: none; }
.mibang-product-faq summary::-webkit-details-marker { display: none; }
.mibang-product-faq summary b { color: var(--mb-red); font-size: 20px; }
.mibang-product-faq details[open] summary { border-bottom: 1px solid #e3e6e9; }
.mibang-product-faq details[open] summary b { transform: rotate(45deg); }
.mibang-product-faq details > div { padding: 16px 20px; color: #626b75; line-height: 1.7; }

@media (max-width: 1100px) {
  .bb-nav-list { justify-content: flex-start; overflow-x: auto; scrollbar-width: thin; }
  .bb-footer-grid-document { grid-template-columns: repeat(4, 1fr); }
  .bb-footer-identity { grid-column: 1 / -1; padding: 28px 0 0 !important; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
}

@media (max-width: 680px) {
  body.mibang-commerce-v2 { padding-bottom: 84px; }
  body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-order-received { padding-bottom: 0; }
  .bb-factory-story, .bb-product-paths, .bb-applications, .bb-best-sellers, .bb-review-section, .bb-comparison, .bb-help-section, .bb-faq-section, .bb-site-footer { height: auto !important; min-height: 0 !important; overflow: visible !important; }
  .bb-factory-story { padding: 38px 0 34px; }
  .bb-factory-story > .bb-container { width: calc(100% - 30px); }
  .bb-factory-story-main { grid-template-columns: 1fr; gap: 26px; }
  .bb-factory-story-visual, .bb-factory-story-visual img { min-height: 0; height: 220px; }
  .bb-factory-story-copy h2 { font-size: 39px; }
  .bb-factory-story-copy p { font-size: 13px; line-height: 1.65; }
  .bb-factory-actions { align-items: flex-start; flex-direction: column; }
  .bb-factory-benefits { margin-top: 34px; grid-template-columns: 1fr; }
  .bb-factory-benefits article { min-height: 116px; padding: 22px 15px; }
  .bb-factory-benefits article + article { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .bb-help-section { padding: 34px 0; }
  .bb-help-section > .bb-container { width: calc(100% - 30px); max-width: none; }
  .bb-help-single .bb-help-card { height: auto; min-height: 0; padding: 27px 22px; }
  .bb-help-single .bb-help-card h3 { font-size: 32px; }
  .bb-help-single .bb-help-card ul { display: block; }
  .bb-help-actions { display: grid; }
  .bb-help-actions a { min-width: 0; }
  .bb-footer-grid-document { min-height: 0; grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .bb-footer-identity { grid-column: 1 / -1; }
  .bb-footer-trust { margin-top: 35px; grid-template-columns: 1fr 1fr; gap: 18px 8px; }
  .bb-footer-bottom { min-height: 0; padding-bottom: 8px; }
  .mibang-filter-disclosure { margin-bottom: 24px; }
  .mibang-filter-disclosure > summary { display: flex; }
  .mibang-filter-disclosure:not([open]) > .mibang-filter-form { display: none; }
  .woocommerce ul.products { grid-template-columns: 1fr !important; gap: 18px !important; }
  .woocommerce ul.products li.product { min-width: 0; }
  .woocommerce ul.products li.product .woocommerce-loop-product__link { display: block; }
  .woocommerce ul.products li.product a img { height: auto !important; aspect-ratio: 1 / .78; object-fit: contain; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 18px !important; line-height: 1.3 !important; }
  .woocommerce ul.products li.product .price { font-size: 18px !important; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; float: none; }
  .mibang-gallery-info { width: 100%; margin: 0 0 30px; float: none; clear: both; }
  .mibang-quantity-tier-grid { grid-template-columns: 1fr; }
  .mibang-quantity-tier-grid button { min-height: 82px; }
  .woocommerce div.product form.cart { display: grid; grid-template-columns: 74px 1fr; }
  .mibang-fbt { margin: 38px 0; padding: 24px 15px; }
  .mibang-fbt-heading h2, .mibang-product-faq h2 { font-size: 28px; }
  .mibang-fbt-grid { grid-template-columns: 1fr; }
  .mibang-product-faq summary { min-height: 58px; padding: 13px 15px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .bb-factory-story-main, .bb-factory-benefits article { opacity: 1; transform: none; transition: none; }
  .bb-factory-story-visual img { transition: none; }
}


/* 2.2.1 keep translation inside the theme-owned selector. */
#trp-floater-ls { display: none !important; }
@media (max-width: 680px) {
  .bb-mobile-header .bb-mobile-actions { margin-left: auto; display: flex !important; align-items: center; gap: 4px; }
  .bb-mobile-header .bb-language-switcher { min-width: 68px; display: block !important; }
  .bb-mobile-header .bb-language-switcher summary { min-height: 32px; padding: 0 7px; display: flex !important; align-items: center; }
  .bb-mobile-header .bb-mobile-cart-label { min-height: 32px; display: flex !important; align-items: center; font-size: 12px; }
}


/* 2.2.2 full document acceptance fixes. */
.trp-language-switcher.trp-floating-switcher { display: none !important; }

@media (min-width: 681px) {
  .bb-nav-row, .bb-nav-inner { min-height: 76px; height: auto; }
  .bb-primary-nav { width: 100%; overflow: visible; }
  .bb-nav-list { padding: 5px 0; flex-wrap: wrap; justify-content: center; gap: 0 7px; }
  .bb-nav-list > li > a { padding: 8px 6px; font-size: 10px; }
  .bb-nav-list .sub-menu { z-index: 100; }
}

@media (max-width: 680px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .bb-mobile-header { position: relative; width: 100%; max-width: 100vw; box-sizing: border-box; }
  .bb-mobile-brand { width: 134px; flex: 0 0 134px; }
  .bb-mobile-brand img { width: 134px; }
  .bb-mobile-header .bb-mobile-actions { position: absolute; top: 8px; right: 10px; max-width: calc(100vw - 154px); display: flex !important; align-items: center; justify-content: flex-end; gap: 5px; }
  .bb-mobile-header .bb-language-switcher { min-width: 54px; flex: 0 0 54px; }
  .bb-mobile-header .bb-language-switcher summary { min-height: 32px; padding: 0 7px; border: 1px solid #d5dbe1; background: #fff; color: #173a58; }
  .bb-mobile-header .bb-mobile-cart-label { min-width: 0; max-width: 88px; overflow: hidden; color: #171b20; font-size: 11px; text-overflow: ellipsis; }
  .bb-woocommerce-shell { width: calc(100% - 20px); max-width: calc(100vw - 20px); }
  .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-product-gallery, .woocommerce-product-gallery__wrapper, .woocommerce-product-gallery__image { max-width: 100%; box-sizing: border-box; overflow: hidden; }
  .woocommerce div.product div.images img, .woocommerce-product-gallery__image img { width: 100% !important; max-width: 100% !important; height: auto !important; object-fit: contain !important; }
}


/* 2.2.4 stable mobile language control. */
@media (max-width: 680px) {
  .bb-mobile-header .bb-mobile-actions { right: 10px !important; width: 70px !important; min-width: 70px; max-width: 70px !important; overflow: visible; }
  .bb-mobile-header .bb-language-switcher { width: 70px !important; min-width: 70px; flex: 0 0 70px; }
  .bb-mobile-header .bb-language-switcher summary { width: 70px; box-sizing: border-box; justify-content: center; }
  .bb-mobile-header .bb-mobile-cart-label { display: none !important; }
}


/* 2.2.5 mobile product purchase controls. */
.mibang-quantity-tier-grid .woocommerce-Price-currencySymbol { display: inline !important; margin: 0 !important; }

@media (max-width: 680px) {
  .woocommerce div.product .product_title, .mibang-fbt-heading h2, .mibang-gallery-info span { overflow-wrap: anywhere; word-break: normal; }
  .mibang-quantity-tier-grid button > span { margin: 8px 0 4px; }
  .mibang-quantity-tier-grid .woocommerce-Price-amount { display: inline-flex !important; align-items: baseline; gap: 2px; margin: 0 !important; }
  .woocommerce div.product form.cart { width: 100%; display: grid !important; grid-template-columns: 72px minmax(0, 1fr) !important; grid-template-rows: 48px; gap: 8px; align-items: stretch !important; }
  .woocommerce div.product form.cart .quantity { grid-column: 1; grid-row: 1; order: 1; width: 72px; margin: 0 !important; }
  .woocommerce div.product form.cart .quantity .qty { width: 100%; height: 48px; box-sizing: border-box; }
  .woocommerce div.product form.cart .single_add_to_cart_button { grid-column: 2; grid-row: 1; order: 2; width: 100% !important; min-width: 0; min-height: 48px; padding: 0 14px !important; white-space: nowrap !important; line-height: 1.2 !important; }
  .mibang-fbt, .mibang-fbt-grid, .mibang-fbt-card { width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; }
}


/* 2.2.6 pin the mobile language selector beside the brand. */
@media (max-width: 680px) {
  .bb-mobile-header .bb-mobile-actions { left: 145px !important; right: auto !important; }
}


/* 2.3.0 catalogue, product detail and review presentation. */
.mibang-tier-pricing,
.mibang-product-spec-list { display: none !important; }

.mibang-catalog-chips { margin: 0 0 24px; padding: 16px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; border-top: 1px solid #e0e4e8; border-bottom: 1px solid #e0e4e8; }
.mibang-catalog-chips a { min-height: 36px; padding: 0 14px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #d7dde3; border-radius: 999px; background: #fff; color: #172f45; font-size: 12px; font-weight: 800; line-height: 1; }
.mibang-catalog-chips a:hover, .mibang-catalog-chips a.is-active { border-color: #172f45; background: #172f45; color: #fff; }
.mibang-catalog-chips small { min-width: 19px; height: 19px; padding: 0 5px; display: inline-grid; place-items: center; border-radius: 999px; background: #edf1f4; color: #526474; font-size: 9px; }
.mibang-catalog-chips a.is-active small, .mibang-catalog-chips a:hover small { background: rgba(255,255,255,.18); color: #fff; }

.mibang-review-summary { width: max-content; max-width: 100%; margin: 15px 0 14px; display: flex; align-items: center; gap: 12px; color: #171b20; }
.mibang-review-summary:hover { color: var(--mb-red); }
.mibang-review-summary strong { font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.mibang-rating-stars { position: relative; width: 105px; height: 21px; display: inline-block; overflow: hidden; color: #d8dde2; font-size: 20px; line-height: 1; letter-spacing: 1px; white-space: nowrap; }
.mibang-rating-stars::before { content: "\2605\2605\2605\2605\2605"; position: absolute; inset: 0; }
.mibang-rating-stars > span { position: absolute; z-index: 1; inset: 0 auto 0 0; overflow: hidden; color: #ff9d00; white-space: nowrap; }
.mibang-sale-badge { margin: 0 0 15px 10px; padding: 5px 9px; display: inline-block; border-radius: 3px; background: #ffe0e2; color: #d51b26; font-size: 12px; letter-spacing: .04em; vertical-align: middle; }
.single-product .summary > p.price { margin-bottom: 14px; display: inline-flex; align-items: baseline; gap: 8px; color: #111820 !important; font-size: 30px !important; }

.mibang-product-highlights { margin: 16px 0 20px; padding: 24px 26px 18px; border-radius: 8px; background: #f5f5f5; color: #202326; }
.mibang-product-highlights > strong { display: block; font-size: 17px; line-height: 1.45; }
.mibang-product-highlights ul { margin: 12px 0 0; padding-left: 20px; }
.mibang-product-highlights li { margin: 7px 0; font-size: 14px; line-height: 1.55; }

.single-product .woocommerce div.product form.cart { width: 100%; display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 9px; align-items: stretch; }
.single-product .woocommerce div.product form.cart .quantity { width: 82px; margin: 0 !important; }
.single-product .woocommerce div.product form.cart .quantity .qty { width: 100%; height: 52px; }
.single-product .woocommerce div.product form.cart .single_add_to_cart_button { width: 100%; min-height: 52px; }
.single-product .mibang-buy-now { min-height: 52px; }
.mibang-quantity-tier-grid button { min-height: 88px; }

.mibang-fbt { padding: 34px; background: #f7f7f7; }
.mibang-fbt-grid { gap: 14px; }
.mibang-fbt-card { min-height: 132px; grid-template-columns: 96px minmax(0, 1fr); gap: 14px; }
.mibang-fbt-card img { width: 96px; height: 96px; }
.mibang-fbt-card strong { font-size: 13px; }
.mibang-fbt-card b { font-size: 14px; }
.mibang-fbt form > button { min-height: 50px; padding: 0 28px; font-size: 13px; }

.woocommerce #reviews #comments ol.commentlist { padding: 0; display: grid; gap: 12px; }
.woocommerce #reviews #comments ol.commentlist li { margin: 0; padding: 20px; border: 1px solid #e0e4e8; background: #fff; }
.woocommerce #reviews #comments ol.commentlist li img.avatar { position: static; width: 42px; height: 42px; float: left; margin-right: 13px; padding: 0; border: 0; border-radius: 50%; }
.woocommerce #reviews #comments ol.commentlist li .comment-text { margin: 0 0 0 55px; padding: 0; border: 0; }
.mibang-pinned-review { margin: 0 8px 8px 0; padding: 4px 8px; display: inline-block; border-radius: 3px; background: #172f45; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.woocommerce #review_form #respond { padding: 24px; background: #f6f7f8; }

@media (min-width: 901px) {
  .bb-header-main { grid-template-columns: 242px 250px minmax(290px, 1fr) auto auto; gap: 12px; }
  .bb-expert { min-width: 0; padding-left: 14px; }
  .bb-expert-actions { margin-top: 4px; flex-wrap: wrap; gap: 5px 8px; }
  .bb-expert-actions > a:first-child { color: #20364a; font-size: 12px; font-weight: 700; }
  .bb-whatsapp-link { min-height: 26px; padding: 0 9px !important; display: inline-flex !important; align-items: center; gap: 5px; border: 0 !important; border-radius: 3px; background: #19a55a; color: #fff !important; font-size: 11px; font-weight: 900 !important; line-height: 1; }
  .bb-whatsapp-link::before { width: 15px; height: 15px; content: "W"; display: inline-grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; font-size: 8px; }

  .bb-nav-row, .bb-nav-inner { min-height: 68px; }
  .bb-nav-list { padding: 5px 0; flex-wrap: nowrap; gap: 3px; }
  .bb-nav-list > li { min-width: 0; display: flex; align-items: stretch; }
  .bb-nav-list > li > a { min-height: 54px; max-width: 166px; padding: 7px 11px; display: flex; align-items: center; justify-content: center; color: #111820; font-size: 13px; font-weight: 800; line-height: 1.18; white-space: normal; text-align: center; }
  .bb-nav-list li { position: relative; }
  .bb-nav-list li > .sub-menu { display: none; }
  .bb-nav-list li:hover > .sub-menu, .bb-nav-list li:focus-within > .sub-menu { display: block; }
  .bb-nav-list .sub-menu { min-width: 258px; z-index: 250; }
  .bb-nav-list .sub-menu .sub-menu { top: -1px; left: calc(100% - 2px); }

  .mibang-catalog-layout { display: grid; grid-template-columns: 246px minmax(0, 1fr); gap: 28px; align-items: start; }
  .mibang-catalog-filters { min-width: 0; }
  .mibang-catalog-filters .mibang-filter-disclosure { margin: 0; display: block; border: 1px solid #dfe4e8; border-top: 4px solid #172f45; background: #fff; }
  .mibang-catalog-filters .mibang-filter-disclosure > summary { display: none; }
  .mibang-catalog-filters .mibang-filter-disclosure:not([open]) > .mibang-filter-form { display: grid !important; }
  .mibang-catalog-filters .mibang-filter-form { margin: 0; padding: 19px 17px; grid-template-columns: 1fr; gap: 17px; border: 0; background: #fff; }
  .mibang-catalog-filters .bb-filter-search { grid-column: auto; }
  .mibang-catalog-filters .bb-filter-field { padding-bottom: 15px; border-bottom: 1px solid #e6e9ec; }
  .mibang-catalog-filters .bb-filter-field > label { margin-bottom: 8px; color: #172f45; font-size: 11px; }
  .mibang-catalog-filters .bb-filter-field input, .mibang-catalog-filters .bb-filter-field select { height: 43px; border-color: #cdd5dc; font-size: 12px; }
  .mibang-catalog-filters .bb-filter-actions { display: grid; grid-template-columns: 1fr auto; }
  .mibang-catalog-filters .bb-filter-actions button { width: 100%; padding: 0 12px; }
  .mibang-catalog-filters .bb-filter-actions a { display: inline; }
  .mibang-catalog-results { min-width: 0; }
  .mibang-catalog-results .woocommerce-result-count { margin-top: 8px; }
  .mibang-catalog-results ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }

  .single-product .bb-woocommerce-shell > div.product { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); column-gap: 52px; align-items: start; }
  .single-product .bb-woocommerce-shell > div.product::before, .single-product .bb-woocommerce-shell > div.product::after { display: none; }
  .single-product .bb-woocommerce-shell > div.product > .woocommerce-product-gallery, .single-product .bb-woocommerce-shell > div.product > div.images { width: 100% !important; margin: 0 !important; grid-column: 1; grid-row: 1; float: none !important; }
  .single-product .bb-woocommerce-shell > div.product > .woocommerce-product-gallery img { width: 100% !important; max-height: 620px; object-fit: contain; }
  .single-product .bb-woocommerce-shell > div.product > .mibang-gallery-info { width: 100% !important; margin: 22px 0 42px !important; grid-column: 1; grid-row: 2; float: none !important; clear: none !important; }
  .single-product .bb-woocommerce-shell > div.product > .summary { width: 100% !important; margin: 0 0 42px !important; grid-column: 2; grid-row: 1 / span 2; float: none !important; }
  .single-product .bb-woocommerce-shell > div.product > :not(.woocommerce-product-gallery):not(.images):not(.mibang-gallery-info):not(.summary) { grid-column: 1 / -1; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .bb-header-main { grid-template-columns: 210px 220px minmax(240px, 1fr) auto; }
  .bb-market-controls { display: none; }
  .bb-brand, .bb-brand-image, .bb-brand-image img { width: 200px; }
  .bb-nav-list > li > a { max-width: 142px; padding-right: 7px; padding-left: 7px; font-size: 12px; }
  .mibang-catalog-results ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 900px) {
  .mibang-catalog-chips { margin-bottom: 18px; padding: 12px 0; flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .mibang-catalog-chips::-webkit-scrollbar { display: none; }
  .mibang-catalog-chips a { flex: 0 0 auto; }
  .mibang-catalog-layout { display: block; }
  .mibang-catalog-results { min-width: 0; }
  .single-product .bb-woocommerce-shell > div.product { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; }
  .single-product .bb-woocommerce-shell > div.product::before, .single-product .bb-woocommerce-shell > div.product::after { display: none; }
  .single-product .bb-woocommerce-shell > div.product > .woocommerce-product-gallery, .single-product .bb-woocommerce-shell > div.product > div.images { width: 100% !important; margin: 0 0 24px !important; grid-column: 1; grid-row: 1; float: none !important; }
  .single-product .bb-woocommerce-shell > div.product > .summary { width: 100% !important; margin: 0 0 28px !important; grid-column: 1; grid-row: 2; float: none !important; }
  .single-product .bb-woocommerce-shell > div.product > .mibang-gallery-info { width: 100% !important; margin: 0 0 34px !important; grid-column: 1; grid-row: 3; float: none !important; clear: none !important; }
  .single-product .bb-woocommerce-shell > div.product > :not(.woocommerce-product-gallery):not(.images):not(.mibang-gallery-info):not(.summary) { grid-column: 1; }
  .mibang-fbt { padding: 24px 18px; }
  .mibang-fbt-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .bb-drawer-links .sub-menu .sub-menu { padding-left: 14px; border-left: 2px solid #e30613; }
  .mibang-catalog-filters .mibang-filter-disclosure { margin-bottom: 20px; }
  .mibang-catalog-filters .mibang-filter-form { grid-template-columns: 1fr; padding: 16px; }
  .mibang-catalog-filters .bb-filter-search { grid-column: auto; }
  .mibang-catalog-filters .bb-filter-actions a { display: inline; }
  .mibang-product-highlights { padding: 20px 18px 15px; }
  .mibang-product-highlights li { font-size: 13px; }
  .woocommerce #reviews #comments ol.commentlist li { padding: 15px; }
}


/* 2.3.1 keep every mobile product-detail child inside the viewport. */
@media (max-width: 900px) {
  .single-product .bb-woocommerce-shell,
  .single-product .bb-woocommerce-shell > div.product,
  .single-product .bb-woocommerce-shell > div.product > *,
  .single-product .bb-woocommerce-shell > div.product > .summary,
  .single-product .bb-woocommerce-shell > div.product > .summary > * {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .single-product .bb-woocommerce-shell > div.product > .summary { overflow: hidden; }
  .single-product .woocommerce div.product .product_title,
  .single-product .mibang-product-intro,
  .single-product .mibang-product-intro p,
  .single-product .mibang-product-highlights,
  .single-product .mibang-product-highlights li,
  .single-product .product_meta {
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .single-product .mibang-review-summary { width: max-content !important; }
  .single-product .woocommerce div.product form.cart { grid-template-columns: 72px minmax(0, 1fr) !important; }
  .single-product .woocommerce div.product form.cart .quantity { width: 72px !important; }
}


/* 2.3.2 desktop filter state and mobile text wrapping. */
@media (max-width: 900px) {
  .single-product .woocommerce div.product .product_title,
  .single-product .mibang-product-intro,
  .single-product .mibang-product-intro p,
  .single-product .mibang-product-highlights > strong,
  .single-product .mibang-product-highlights li,
  .single-product .product_meta {
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}

@media (max-width: 680px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    height: auto !important;
    display: block !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}


/* 2.3.3 polished native WooCommerce review form. */
.woocommerce #reviews { max-width: 980px; }
.woocommerce #reviews #comments h2 { margin: 0 0 22px; font-family: "Roboto Condensed", sans-serif; font-size: 32px; }
.woocommerce #review_form #respond { max-width: 920px; padding: 30px; border: 1px solid #e0e4e8; border-radius: 8px; background: #f7f8f9; }
.woocommerce #review_form #reply-title { display: block; margin-bottom: 8px; font-size: 20px; font-weight: 800; }
.woocommerce #review_form .comment-form { margin-top: 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.woocommerce #review_form .comment-notes,
.woocommerce #review_form .comment-form-rating,
.woocommerce #review_form .comment-form-comment,
.woocommerce #review_form .comment-form-cookies-consent,
.woocommerce #review_form .form-submit { grid-column: 1 / -1; }
.woocommerce #review_form .comment-form-author,
.woocommerce #review_form .comment-form-email,
.woocommerce #review_form .comment-form-comment,
.woocommerce #review_form .comment-form-rating,
.woocommerce #review_form .comment-form-cookies-consent,
.woocommerce #review_form .form-submit { margin: 0; }
.woocommerce #review_form label { margin-bottom: 7px; display: block; color: #172f45; font-size: 12px; font-weight: 800; }
.woocommerce #review_form input[type="text"],
.woocommerce #review_form input[type="email"],
.woocommerce #review_form select,
.woocommerce #review_form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cbd4dc; border-radius: 4px; background: #fff; box-sizing: border-box; }
.woocommerce #review_form textarea { min-height: 140px; resize: vertical; }
.woocommerce #review_form .comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 8px; }
.woocommerce #review_form .comment-form-cookies-consent label { margin: 0; font-weight: 500; }
.woocommerce #review_form .form-submit input { min-height: 46px; padding: 0 26px; }

@media (max-width: 680px) {
  .woocommerce #review_form #respond { padding: 20px 16px; }
  .woocommerce #review_form .comment-form { grid-template-columns: 1fr; }
  .woocommerce #review_form .comment-form-author,
  .woocommerce #review_form .comment-form-email { grid-column: 1; }
}


/* 2.3.4 never leave the mobile WooCommerce gallery transparent. */
.single-product .woocommerce-product-gallery { opacity: 1 !important; }



/* 2.3.6 full-width purchase controls. */
.single-product div.product form.cart {
  width: 100% !important;
  margin: 0 0 12px !important;
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
}
.single-product div.product form.cart .quantity {
  width: 96px !important;
  margin: 0 !important;
  grid-column: 1 !important;
}
.single-product div.product form.cart .quantity .qty {
  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  box-sizing: border-box;
  font-size: 16px;
}
.single-product div.product form.cart .single_add_to_cart_button {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 58px !important;
  grid-column: 2 !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
}
.single-product .mibang-buy-now {
  width: 100% !important;
  min-height: 58px !important;
  margin-bottom: 16px !important;
  box-sizing: border-box;
  font-size: 14px;
}
@media (max-width: 680px) {
  .single-product div.product form.cart {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 8px !important;
  }
  .single-product div.product form.cart .quantity { width: 72px !important; }
  .single-product div.product form.cart .quantity .qty,
  .single-product div.product form.cart .single_add_to_cart_button,
  .single-product .mibang-buy-now { min-height: 54px !important; height: 54px !important; }
}