:root{--blue:#2d6ba4;--blue-dark:#235983;--orange:#f15a29;--ink:#222;--muted:#777;--line:#e5e5e5;--soft:#f5f5f5}*{box-sizing:border-box}.bb-site{margin:0;background:#fff;color:var(--ink);font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.45}.bb-site a{color:inherit;text-decoration:none}.bb-site img{max-width:100%;height:auto}.bb-wrap{width:min(1200px,calc(100% - 30px));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header */
.bb-nav__inner>a.bb-nav-account{display:none}
.bb-header{position:relative;z-index:20;background:#fff}.bb-header__top{height:80px;display:grid;grid-template-columns:200px minmax(280px,1fr) auto;gap:28px;align-items:center}.bb-brand{display:flex;align-items:center;justify-content:flex-start}.bb-brand img{display:block;width:200px;height:50px;object-fit:contain}.bb-search{height:40px;border:1px solid #d9d9d9;display:flex;background:#fff}.bb-search input{min-width:0;flex:1;border:0;outline:0;padding:0 14px;color:#333;font:14px Roboto,Arial,sans-serif}.bb-search button{width:48px;padding:0;border:0;background:#fff;display:grid;place-items:center;cursor:pointer}.bb-search svg{width:23px;height:23px;fill:none;stroke:#222;stroke-width:1.8}.bb-tools{display:flex;align-items:center;gap:22px}.bb-tool{display:flex;align-items:center;gap:7px;white-space:nowrap}.bb-tool>b{font-size:26px;line-height:1;font-weight:400}.bb-tool>span{font-size:12px;line-height:1.05}.bb-tool small{display:block;font-size:12px;margin-top:5px}.bb-tool--cart{position:relative}.bb-tool--cart small{position:absolute;top:-7px;left:16px;background:var(--blue);color:#fff;border-radius:50%;width:17px;height:17px;display:grid;place-items:center;margin:0;font-size:10px}.bb-language{border:1px solid var(--blue);color:var(--blue)!important;padding:4px 6px;font-weight:700;font-size:11px}.bb-menu-toggle{display:none}.bb-nav{background:var(--blue);color:#fff}.bb-nav__inner{height:44px;display:flex;justify-content:center;align-items:stretch}.bb-nav__inner>a,.bb-nav__drop>a{height:44px;display:flex;align-items:center;padding:0 15px;font-size:12px;font-weight:700;white-space:nowrap}.bb-nav__inner>a:hover,.bb-nav__drop:hover>a{background:#245b8d}.bb-nav__drop{position:relative}.bb-nav__drop>a i{margin-left:6px;font-style:normal}.bb-nav__drop>div{display:none;position:absolute;left:0;top:44px;min-width:210px;background:#fff;color:#333;box-shadow:0 4px 14px #0003;border-top:2px solid #194e7d}.bb-nav__drop:hover>div,.bb-nav__drop:focus-within>div{display:block}.bb-nav__drop>div a{display:block;padding:10px 15px;border-bottom:1px solid #eee;font-weight:600;font-size:12px}.bb-nav__drop>div a:hover{color:var(--blue);padding-left:19px}.bb-nav-account{gap:7px}.bb-nav-account i{display:grid;place-items:center;width:16px;height:16px}.bb-nav-account .bb-icon{width:16px;height:16px}

/* Exact reference homepage rhythm */
.bb-home{overflow:hidden}.bb-logo-strip{line-height:0;background:#eee}.bb-logo-strip picture,.bb-logo-strip img{display:block;width:100%}.bb-logo-strip img{height:auto;max-height:143px;object-fit:cover}.bb-slider{position:relative;width:100%;background:#eee;aspect-ratio:1920/500;min-height:260px;overflow:hidden}.bb-slider__track,.bb-slide{position:absolute;inset:0}.bb-slide{display:block;opacity:0;visibility:hidden;transition:opacity .45s ease}.bb-slide.is-active{opacity:1;visibility:visible}.bb-slide img{width:100%;height:100%;display:block;object-fit:cover}.bb-slider__arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);height:44px;width:35px;border:0;background:#0004;color:#fff;font-size:34px;line-height:1;opacity:0;transition:.2s;cursor:pointer}.bb-slider:hover .bb-slider__arrow{opacity:1}.bb-slider__arrow--prev{left:14px}.bb-slider__arrow--next{right:14px}.bb-slider__dots{position:absolute;z-index:3;left:50%;bottom:12px;transform:translateX(-50%);display:flex;gap:8px}.bb-slider__dots button{width:9px;height:9px;padding:0;border:1px solid #fff;border-radius:50%;background:#ffffff20;cursor:pointer}.bb-slider__dots button.is-active{background:#fff}

.bb-flash{margin-top:30px;padding:19px 15px 24px;background:var(--blue);color:#fff}.bb-flash header{text-align:center;margin-bottom:15px}.bb-flash h2{margin:0;font-size:19px;font-weight:700;line-height:1.3}.bb-flash h2 span{margin-right:7px;color:#ffe23f}.bb-product-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}.bb-flash .bb-card{background:#fff;color:#222;padding-bottom:12px}.bb-flash .bb-card h3,.bb-flash .bb-card__price,.bb-flash .bb-card__action{margin-left:10px;margin-right:10px}

.bb-card{min-width:0;display:flex;flex-direction:column;position:relative;overflow:hidden;padding-bottom:15px;background:#fff;border-radius:5px}.bb-card__media{position:relative;padding:5px}.bb-card__image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#fff}.bb-card__image img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .25s,transform .25s}.bb-card:hover .bb-card__image img{transform:scale(1.025)}.bb-card__image>span{position:absolute;z-index:2;top:2px;right:3px;padding:4px 6px 10px;background:#07952b;color:#fff;font-size:10px;font-weight:700;line-height:1;clip-path:polygon(0 0,100% 0,100% 76%,50% 100%,0 76%)}.bb-card__image>span.bb-card__badge--sale{background:#e70303}.bb-card__image>span.bb-card__badge--stock{left:4px;right:auto;padding:5px 7px;clip-path:none;border-radius:3px;background:#777}.bb-card__image>i{height:100%;display:grid;place-items:center;font-size:54px;color:#ddd}.bb-card__quick-actions{position:absolute;z-index:3;inset:50% auto auto 50%;display:flex;gap:7px;opacity:0;transform:translate(-50%,-50%) scale(.75);transition:.2s}.bb-card:hover .bb-card__quick-actions,.bb-card:focus-within .bb-card__quick-actions{opacity:1;transform:translate(-50%,-50%) scale(1)}.bb-card__quick-actions>a{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:#222;box-shadow:-2px 2px 6px #0004}.bb-card__quick-actions>a:hover{background:var(--blue);color:#fff}.bb-card__quick-actions .bb-icon{width:18px;height:18px}.bb-card h3{font-size:14px;line-height:18px;font-weight:500;margin:5px 8px;min-height:36px}.bb-card h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bb-card__price{display:flex;align-items:center;flex-wrap:wrap;color:#e70303;font-size:14px;font-weight:600;margin:0 8px}.bb-card__price .woocommerce-Price-currencySymbol{margin-left:2px}

.bb-news{padding-top:15px}.bb-section-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;padding-bottom:9px;margin-bottom:15px}.bb-section-head h2{margin:0;color:#222;font-size:24px;line-height:1.2;font-weight:500}.bb-section-head>a,.bb-view-all{color:var(--blue)!important;font-size:13px}.bb-news__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.bb-news article{min-width:0;display:flex;flex-direction:column}.bb-news__image{height:220px;display:block;overflow:hidden;background:#edf2f5}.bb-news__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s}.bb-news__image span{display:grid;place-items:center;height:100%;font-size:30px;font-weight:800;color:var(--blue)}.bb-news article:hover .bb-news__image img{transform:scale(1.03)}.bb-news__content{position:relative;width:96%;min-height:170px;margin:-30px auto 10px;padding:10px 15px;background:#fff;box-shadow:0 4px 8px -2px #ccc;display:flex;flex:1;flex-direction:column}.bb-news h3{font-size:16px;text-transform:none;text-align:left;line-height:1.35;margin:0 0 6px;min-height:45px}.bb-news h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bb-news__content>p{height:40px;overflow:hidden;color:#474343;text-align:left;font-size:13px;margin:0}.bb-news article footer{border-top:1px solid #ddd;padding-top:8px;margin-top:auto;display:flex;justify-content:space-between;color:#777;font-size:12px}.bb-news article footer a{color:var(--blue)}

.bb-categories{margin-top:15px;padding:0 0 15px;background:transparent}.bb-categories>.bb-wrap{padding:10px 0;background:#2d6ba4;border-radius:4px}.bb-categories__row{max-width:850px;margin:0 auto;display:flex;justify-content:center;flex-wrap:wrap;column-gap:25px;row-gap:10px}.bb-categories__row>a{width:150px;height:150px;min-width:0;padding:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;background:#fff;border-radius:50%}.bb-categories__row span{width:75px;height:75px;display:grid;place-items:center}.bb-categories__row img{width:75px;height:75px;object-fit:contain}.bb-categories__row b{display:block;text-transform:uppercase;font-size:17px;font-weight:500;margin-top:5px}.bb-categories p{text-transform:uppercase;text-align:center;color:#fff;font-size:30px;font-weight:700;margin:0;padding:10px 15px}

.bb-brand-groups{padding-top:15px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 20px}.bb-brand-panel{min-width:0;padding:15px 15px 0 0;background:#fff;border-radius:5px}.bb-brand-panel>header{min-height:28px;margin-bottom:15px;padding:0 0 0 12px;background:#fff;color:#222;display:flex;align-items:center;justify-content:space-between}.bb-brand-panel>header h2{margin:0;padding-left:12px;border-left:3px solid var(--blue);font-size:20px;font-weight:700}.bb-brand-panel>header a{color:#828282;font-size:12px}.bb-brand-panel__body{display:grid;grid-template-columns:35% 65%;align-items:stretch}.bb-brand-panel__banner{display:block;padding-right:15px;overflow:hidden}.bb-brand-panel__banner img{display:block;width:100%;height:100%;object-fit:cover;border-radius:3px}.bb-brand-panel__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.bb-brand-panel__products .bb-card{min-height:0}.bb-brand-panel__products .bb-card__image{border:1px solid #eee}.bb-brand-panel__products .bb-card h3{font-size:14px;margin-top:5px;min-height:36px}

.bb-brand-tabs{margin-top:30px;padding:0 0 30px;background:transparent}.bb-brand-tabs .bb-section-head{justify-content:center;border:0;margin-bottom:0}.bb-tabs{display:flex;justify-content:center;flex-wrap:wrap;margin:0 0 10px}.bb-tabs button{margin:0 0 10px 15px;border:1px solid #ddd;border-radius:5px;background:#fff;padding:10px;font-size:12px;font-weight:500;color:#555;text-transform:uppercase;cursor:pointer}.bb-tabs button.is-active{background:var(--blue);border-color:var(--blue);color:#fff;font-weight:600}.bb-tab-panel{display:none;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;overflow:hidden}.bb-tab-panel.is-active{display:grid}.bb-tab-panel .bb-card:nth-child(n+6){display:none}.bb-tab-panel .bb-card__image{border:1px solid #e6e6e6}.bb-view-all{display:block;text-align:right;margin-top:16px}

.bb-video{padding-top:30px}.bb-video__frame{position:relative;aspect-ratio:16/9;background:#000}.bb-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* Footer */
.bb-prefooter{margin-top:30px;background:#bbc5c5;color:#111}.bb-prefooter>.bb-wrap{min-height:96px;display:grid;grid-template-columns:7fr 5fr;align-items:center}.bb-signup{display:flex;align-items:center;gap:30px;padding-right:25px}.bb-signup>b{white-space:nowrap;font-size:16px}.bb-signup form{display:flex;flex:1;height:40px}.bb-signup input{border:0;flex:1;min-width:0;padding:0 13px;font:inherit}.bb-signup button{border:0;background:#222;color:#fff;padding:0 18px;font-weight:600;font-size:12px}.bb-social{display:flex;justify-content:center;gap:14px}.bb-social a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;font-weight:800}.bb-footer{background:#000;color:#fff}.bb-footer__grid{display:grid;grid-template-columns:1.25fr .65fr 1fr .8fr;gap:36px;padding:45px 0 37px}.bb-footer h2{font-size:14px;margin:0 0 19px;text-transform:uppercase}.bb-footer p,.bb-footer li,.bb-footer section>a{color:#ddd;font-size:13px;line-height:1.55}.bb-footer p{margin:0 0 12px}.bb-footer ul{list-style:none;margin:0;padding:0}.bb-footer li{margin-bottom:8px}.bb-footer section{display:flex;flex-direction:column;align-items:flex-start}.bb-footer section>a{margin-bottom:10px}.bb-footer section>a:hover{color:#fff}.bb-footer__map>div{width:100%;min-height:170px;background:linear-gradient(135deg,#edf2f5,#c7d1d5);color:#222;padding:22px;text-align:center}.bb-footer__map span{font-size:28px;color:var(--blue);font-weight:900}.bb-footer__map p{color:#444}.bb-footer__map a{display:inline-block;padding:7px 12px;background:var(--blue);color:#fff;font-size:12px}.bb-copyright{border-top:1px solid #282828;padding:13px;text-align:center;color:#aaa;font-size:12px}.bb-copyright a{color:#fff}.bb-contact-float{position:fixed;z-index:30;right:14px;bottom:78px;display:flex;flex-direction:column;gap:8px}.bb-contact-float a{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:800;box-shadow:0 2px 8px #0003}.bb-contact-float a:nth-child(2){background:#1687e8}.bb-contact-float a:nth-child(3){background:#1185d0}.bb-contact-float a:nth-child(4){background:#e62929}

/* Standard WordPress, WooCommerce and SureCart pages */
.bb-content{padding:35px 0 55px}.bb-page-title{border-bottom:2px solid var(--blue);padding-bottom:12px;margin-bottom:25px}.bb-page-title h1{font-size:28px;text-transform:uppercase;margin:0}.bb-entry{max-width:100%;font-size:15px}.bb-entry img{max-width:100%;height:auto}.bb-entry .wp-block-surecart-product-list{margin:0!important}.bb-entry .wp-block-surecart-product-page>.wp-block-columns{gap:40px;align-items:flex-start}.bb-entry .sc-image-media{background:#f7f7f7;padding:10px}.bb-entry .sc-image-media .swiper-slide img{width:100%;height:min(520px,44vw);object-fit:contain}.bb-entry .wp-block-surecart-product-title{font-family:Roboto,Arial,sans-serif!important;font-size:28px!important;line-height:1.2}.bb-entry .wp-block-surecart-product-selected-price-amount{color:var(--blue);font-size:25px!important;font-weight:700}.bb-entry .wp-block-surecart-product-buy-button .wp-block-button__link{background:var(--blue)!important;border-color:var(--blue)!important;border-radius:0!important;color:#fff!important;font-weight:700}.bb-entry .wp-block-surecart-product-template{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bb-entry .wp-block-surecart-product-template>li{list-style:none}.bb-entry .wp-block-surecart-product-list .wp-block-surecart-product-media img{width:100%;aspect-ratio:1;object-fit:contain;background:#fafafa}.bb-entry .wp-block-surecart-product-list .wp-block-surecart-product-title{font-size:14px!important;margin-top:8px}.bb-entry .wp-block-surecart-product-list-price{color:var(--blue);font-weight:700}.bb-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.bb-post img{width:100%;height:200px;object-fit:cover}.bb-post h2{font-size:18px}.bb-post p{color:#777;font-size:12px}

@media(max-width:1050px){.bb-header__top{grid-template-columns:170px 1fr auto;gap:15px}.bb-brand img{width:170px}.bb-tools{gap:10px}.bb-tool--store{display:none}.bb-nav__inner>a,.bb-nav__drop>a{padding-inline:10px}.bb-brand-panel__body{min-height:460px}}
@media(max-width:820px){.bb-header__top{height:70px;grid-template-columns:72px 1fr auto;gap:8px}.bb-menu-toggle{display:flex;border:0;background:none;padding:0;flex-direction:column;align-items:flex-start;gap:3px;color:#333}.bb-menu-toggle span{font-size:11px}.bb-menu-toggle i{display:block;width:24px;height:2px;background:#333}.bb-brand{justify-content:center}.bb-brand img{width:150px;height:45px}.bb-search{position:absolute;left:15px;right:15px;top:75px;display:none}.bb-header.is-search-open .bb-search{display:flex}.bb-tools .bb-tool{display:none}.bb-tools .bb-tool--cart{display:flex}.bb-tool--cart span{display:none}.bb-language{margin-left:4px}.bb-nav{display:none;position:absolute;left:0;right:0;top:70px;box-shadow:0 8px 15px #0003}.bb-header.is-menu-open .bb-nav{display:block}.bb-nav__inner{height:auto;display:block;width:100%;background:var(--blue)}.bb-nav__inner>a,.bb-nav__drop>a{height:42px;border-bottom:1px solid #ffffff25;padding:0 18px}.bb-nav__drop>div{position:static;box-shadow:none;border:0;background:#255b8c;color:#fff}.bb-nav__drop.is-open>div{display:block}.bb-logo-strip img{max-height:none}.bb-slider{aspect-ratio:16/7;min-height:0}.bb-product-row{grid-template-columns:repeat(3,1fr)}.bb-product-row .bb-card:nth-child(n+4){display:none}.bb-news__row{grid-template-columns:repeat(2,1fr)}.bb-news article:nth-child(n+5){display:none}.bb-categories__row{grid-template-columns:repeat(5,1fr)}.bb-brand-groups{grid-template-columns:1fr}.bb-brand-panel__body{min-height:540px}.bb-tab-panel{grid-template-columns:repeat(3,1fr)}.bb-tab-panel .bb-card:nth-child(n+4){display:none}.bb-prefooter>.bb-wrap{grid-template-columns:1fr;padding:22px 0;gap:18px}.bb-signup{padding:0}.bb-footer__grid{grid-template-columns:repeat(2,1fr)}.bb-entry .wp-block-surecart-product-template{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.bb-wrap{width:min(100% - 20px,1200px)}.bb-header__top{height:64px}.bb-brand img{width:130px;height:42px}.bb-nav{top:64px}.bb-logo-strip picture,.bb-logo-strip img{width:100%;height:auto}.bb-slider{aspect-ratio:5/3}.bb-slide img{object-position:center}.bb-slider__arrow{display:none}.bb-slider__dots{bottom:7px;gap:5px}.bb-slider__dots button{width:7px;height:7px}.bb-flash{width:100%;margin-top:15px;padding:14px 10px 18px}.bb-flash h2{font-size:14px}.bb-product-row{grid-template-columns:repeat(2,1fr);gap:10px}.bb-product-row .bb-card:nth-child(3){display:flex}.bb-product-row .bb-card:nth-child(n+4){display:none}.bb-card h3{font-size:12px;min-height:33px}.bb-card__price{font-size:13px}.bb-card__action{height:32px;font-size:11px}.bb-news{padding-top:20px}.bb-section-head h2{font-size:18px}.bb-news__row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px}.bb-news article{flex:0 0 82%;scroll-snap-align:start}.bb-news article:nth-child(n+5){display:block}.bb-news__image{height:170px}.bb-categories__row{grid-template-columns:repeat(3,1fr);gap:10px}.bb-categories__row span{width:65px;height:65px}.bb-categories__row img{width:62px;height:62px}.bb-categories p{font-size:14px}.bb-brand-groups{gap:20px;width:100%;padding-top:5px}.bb-brand-panel__body{grid-template-columns:1fr;min-height:0}.bb-brand-panel__banner{display:none}.bb-brand-panel__products{padding:10px;gap:10px}.bb-brand-panel>header{height:38px}.bb-brand-panel>header h2{font-size:17px}.bb-tabs{justify-content:flex-start;overflow-x:auto}.bb-tabs button{padding:8px 14px;white-space:nowrap}.bb-tab-panel{grid-template-columns:repeat(2,1fr);gap:10px}.bb-tab-panel .bb-card:nth-child(3){display:flex}.bb-video{width:100%;padding-top:15px}.bb-prefooter{margin-top:15px}.bb-signup{display:block}.bb-signup>b{display:block;margin-bottom:10px}.bb-signup form{height:38px}.bb-signup button{padding:0 10px}.bb-footer__grid{grid-template-columns:1fr;gap:28px;padding:35px 0}.bb-footer h2{margin-bottom:12px}.bb-contact-float{right:8px;bottom:60px}.bb-contact-float a{width:38px;height:38px}.bb-page-title h1{font-size:23px}.bb-entry .wp-block-surecart-product-page>.wp-block-columns{gap:20px}.bb-entry .sc-image-media .swiper-slide img{height:78vw}.bb-posts{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.bb-slide,.bb-card__image img,.bb-news__image img{transition:none}}
.bb-site h1,.bb-site h2,.bb-site h3,.bb-site h4,.bb-site h5,.bb-site h6,.bb-site button,.bb-site input{font-family:Roboto,Arial,Helvetica,sans-serif}.bb-brand img{transform:scale(1.35);transform-origin:left center}
.bb-breadcrumb{display:flex;gap:7px;align-items:center;margin:0 0 22px;color:#777;font-size:12px}.bb-breadcrumb a{color:var(--blue)}
.bb-entry>.wp-block-surecart-product-list{width:100%!important;max-width:none!important;background:#fff!important;padding-top:22px!important;padding-bottom:22px!important}.bb-entry>.wp-block-surecart-product-list>*{width:100%!important;max-width:none!important}.bb-entry .wp-block-surecart-product-template{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px 16px!important}.bb-entry .wp-block-surecart-product-template .sc-product-item{background:#fff;text-align:left}.bb-entry .wp-block-surecart-product-template .wp-block-surecart-product-media{display:block;background:#f7f7f7;overflow:hidden}.bb-entry .wp-block-surecart-product-template .wp-block-surecart-product-media img{width:100%!important;aspect-ratio:1/1;object-fit:contain}.bb-entry .wp-block-surecart-product-template .wp-block-surecart-product-title{font-size:14px!important;line-height:1.35!important;font-weight:600!important;margin-top:10px!important}.bb-entry .wp-block-surecart-product-template .wp-block-surecart-product-list-price{color:#d82128!important;font-size:14px!important;margin-top:6px!important}.bb-entry .wp-block-surecart-product-list-search{margin-left:0!important}.bb-entry .wp-block-surecart-product-list-sort{margin-left:0!important}
@media(max-width:820px){.bb-brand img{transform:scale(1.1);transform-origin:center}}
@media(max-width:820px){.bb-entry .wp-block-surecart-product-template{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:520px){.bb-entry .wp-block-surecart-product-template{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 10px!important}}
.bb-entry .wp-block-spectra-container:has(.wp-block-surecart-product-list){display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#fff!important}.bb-entry .wp-block-surecart-product-list{width:100%!important;max-width:none!important;background:#fff!important}.bb-entry .wp-block-surecart-product-list>*{width:100%!important;max-width:none!important}

/* Keep plugin-owned storefront controls and cards inside narrow viewports. */
.bb-content,.bb-entry,.bb-entry>*{min-width:0;max-width:100%}
.bb-entry .wp-block-surecart-product-list,.bb-entry .wp-block-surecart-product-list>*,.bb-entry .wp-block-surecart-product-template>li{box-sizing:border-box;min-width:0!important}
@media(max-width:520px){
	html,body.bb-site{max-width:100%;overflow-x:hidden}
	.bb-entry .wp-block-surecart-product-list{padding-top:20px!important;padding-bottom:20px!important}
	.bb-entry .wp-block-surecart-product-list>.wp-block-group{box-sizing:border-box;max-width:100%!important;min-width:0!important;flex-wrap:wrap!important;gap:12px!important}
	.bb-entry .wp-block-surecart-product-list-search{box-sizing:border-box;flex:1 1 170px!important;min-width:0!important;max-width:100%!important;width:auto!important}
	.bb-entry .wp-block-surecart-product-list-sort{flex:0 1 auto;min-width:0!important}
	.bb-entry .wp-block-surecart-product-template{width:100%!important;max-width:100%!important}
	.bb-entry .wp-block-surecart-product-template .sc-product-item,.bb-entry .sc-product-item-link{min-width:0!important;width:100%!important}
	.cookieadmin_law_container{box-sizing:border-box!important;left:10px!important;right:10px!important;width:auto!important;max-width:calc(100vw - 20px)!important}
	.cookieadmin_consent_inside{box-sizing:border-box!important;max-width:100%!important;overflow-wrap:anywhere}
	.cookieadmin_consent_btns{display:flex!important;flex-wrap:wrap!important;gap:6px!important}
	.cookieadmin_consent_btns .cookieadmin_btn{box-sizing:border-box!important;flex:1 1 135px!important;min-width:0!important;width:auto!important;margin:0!important}
	.cookieadmin_consent_btns .cookieadmin_accept_btn{flex-basis:100%!important}
}

/* Compact bilingual consent banner; the CookieAdmin plugin still owns consent state. */
.cookieadmin_law_container{max-width:360px!important}
.cookieadmin_consent_inside{padding:12px!important;border-radius:4px!important}
#cookieadmin_notice_title{padding:0!important;font-size:13px!important;line-height:1.3!important}
.cookieadmin_notice_con{padding:0!important;font-size:12px!important;line-height:1.4!important}
#cookieadmin_notice{margin:6px 0 10px!important}
.cookieadmin_consent_btns{gap:6px!important;justify-content:stretch!important}
.cookieadmin_consent_btns .cookieadmin_btn{min-height:30px!important;padding:5px 9px!important;margin:0!important;font-size:11px!important}
.cookieadmin_law_container .cookieadmin-poweredby{margin-top:7px!important;font-size:9px!important}
@media(max-width:520px){
	.cookieadmin_law_container{left:auto!important;right:8px!important;top:83px!important;bottom:auto!important;width:min(340px,calc(100vw - 16px))!important;max-width:calc(100vw - 16px)!important}
	.cookieadmin_consent_inside{padding:11px!important}
	.cookieadmin_consent_btns{display:grid!important;grid-template-columns:1fr 1fr!important}
	.cookieadmin_consent_btns .cookieadmin_btn{width:100%!important;min-width:0!important}
	.cookieadmin_consent_btns .cookieadmin_accept_btn{grid-column:1/-1!important}
}

/* Reference parity measured against bongban.asia at desktop width. */
:root{--nav-blue:#0054a5}
.bb-wrap{width:min(1270px,calc(100% - 30px))}
.bb-brand img{transform:none!important}
@media(min-width:821px){
	.bb-header__top{height:81px}
	.bb-nav{background:var(--nav-blue)}
	.bb-nav__inner,.bb-nav__inner>a,.bb-nav__drop>a{height:43px}
	.bb-nav__inner>a,.bb-nav__drop>a{font-size:16px}
	.bb-nav__inner>a:hover,.bb-nav__drop:hover>a{background:#00498f}
	.bb-nav__drop>div{top:43px}
	.bb-logo-strip{margin-bottom:20px}
	.bb-logo-strip img{max-height:135px}
	.bb-flash{padding-top:15px;border-radius:10px}
	.bb-flash header{text-align:left}
	.bb-flash h2{display:inline-block;color:#fff!important;font-size:24px;line-height:1.2}
}

/* Consistent vector icons replace font-dependent placeholder glyphs. */
.bb-icon{display:block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bb-tool>b{display:grid;place-items:center;width:28px;height:28px}
.bb-tool>b .bb-icon{width:25px;height:25px}
.bb-search-toggle{display:none;border:0;background:transparent;color:#222;padding:5px;cursor:pointer}
.bb-search-toggle .bb-icon{width:23px;height:23px}
.bb-nav__drop>a i .bb-icon{width:14px;height:14px}
.bb-card__action b .bb-icon{width:17px;height:17px}
.bb-flash h2 span{display:inline-block;vertical-align:-2px}
.bb-flash h2 span .bb-icon{width:20px;height:20px;fill:#ffe23f;stroke:#ffe23f}
.bb-flash h2{color:#fff!important}
.bb-slide picture{display:block;width:100%;height:100%}
.bb-news article footer small{display:flex;align-items:center;gap:5px}
.bb-news article footer small .bb-icon{width:13px;height:13px}
.bb-signup button{display:flex;align-items:center;justify-content:center;gap:7px}
.bb-signup button .bb-icon{width:16px;height:16px}
.bb-social a .bb-icon,.bb-contact-float a .bb-icon{width:20px;height:20px}
.bb-contact-float a{color:#fff}
.bb-company li{display:flex;align-items:flex-start;gap:8px}
.bb-company li>.bb-icon{flex:0 0 16px;width:16px;height:16px;margin-top:2px}
@media(max-width:820px){
	.bb-search-toggle{display:grid;place-items:center}
	.bb-tools{gap:7px}
	.bb-header.is-search-open{padding-bottom:55px}
	.bb-header.is-search-open .bb-search{z-index:3}
}

/* WooCommerce reference storefront. */
.bb-catalog-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:30px;align-items:start}
.bb-shop-sidebar{border:1px solid #e1e1e1;background:#fff}
.bb-shop-sidebar h2{margin:0;padding:11px 14px;background:var(--blue);color:#fff;font-size:15px;text-transform:uppercase}
.bb-shop-sidebar>a{display:flex;justify-content:space-between;gap:8px;padding:9px 14px;border-bottom:1px solid #eee;color:#444;font-size:13px}
.bb-shop-sidebar>a:hover{color:var(--blue);padding-left:18px}.bb-shop-sidebar>a small{color:#999}
.bb-price-filter{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:12px}
.bb-price-filter input{width:100%;min-width:0;height:34px;border:1px solid #ddd;padding:0 7px;font-size:12px}
.bb-price-filter button{grid-column:1/-1;height:35px;border:0;background:var(--blue);color:#fff;font-weight:700;cursor:pointer}
.bb-catalog-head{min-height:45px;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;gap:15px}
.bb-catalog-head p{margin:0;color:#777;font-size:13px}.bb-catalog-head select{height:35px;border:1px solid #ddd;padding:0 9px;background:#fff}
.bb-catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px 16px}
.bb-catalog-grid .bb-card__image{border:1px solid #ededed}.bb-catalog-grid .bb-card__action{margin-top:auto}
.bb-woocommerce .navigation.pagination{margin:35px 0 0}.bb-woocommerce .nav-links{display:flex;justify-content:center;gap:5px}
.bb-woocommerce .page-numbers{min-width:35px;height:35px;padding:0 8px;border:1px solid #ddd;display:grid;place-items:center}
.bb-woocommerce .page-numbers.current,.bb-woocommerce a.page-numbers:hover{background:var(--blue);border-color:var(--blue);color:#fff}

.bb-product-detail{display:grid;grid-template-columns:minmax(0,54%) minmax(0,46%);gap:45px;margin-top:22px}
.bb-product-gallery__main{display:block;width:100%;height:min(600px,50vw);object-fit:contain;border:1px solid #eee;background:#fff}
.bb-product-gallery__thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px}
.bb-product-gallery__thumbs button{aspect-ratio:1;border:1px solid #ddd;background:#fff;padding:3px;cursor:pointer}.bb-product-gallery__thumbs button:hover{border-color:var(--blue)}
.bb-product-gallery__thumbs img{width:100%;height:100%;object-fit:contain}
.bb-product-summary h1{margin:3px 0 12px;font-size:29px;line-height:1.25;text-transform:uppercase}.bb-product-brand{margin:0;color:var(--blue);font-weight:700;letter-spacing:.08em}
.bb-product-meta{display:flex;flex-wrap:wrap;gap:5px 14px;margin:0 0 12px;color:#666;font-size:12px}.bb-product-meta span+span{border-left:1px solid #ccc;padding-left:14px}.bb-product-meta b{color:#333}.bb-stock-location{margin:15px 0;border-block:1px solid #e3e3e3;padding:12px 0;color:#333;font-weight:600}
.bb-product-price{padding:12px 0;border-block:1px solid #eee;color:var(--blue);font-size:26px;font-weight:700}.bb-product-price del{color:#999;font-size:16px;margin-right:8px}.bb-product-price ins{text-decoration:none}
.bb-product-excerpt{color:#666;font-size:14px}.bb-product-summary form.cart{margin:20px 0}.bb-product-summary .quantity{display:inline-flex;vertical-align:top;margin-right:8px}
.bb-product-summary .qty{width:70px;height:44px;border:1px solid #ccc;text-align:center}.bb-product-summary .single_add_to_cart_button{min-height:44px;border:0;border-radius:0!important;background:var(--blue)!important;color:#fff!important;padding:0 28px!important;font-weight:700!important;text-transform:uppercase;cursor:pointer}
.bb-product-summary .bb-buy-now{min-height:44px;margin-left:7px;border:1px solid var(--blue)!important;border-radius:0!important;background:#fff!important;color:var(--blue)!important;padding:0 28px!important;font-weight:700!important}.bb-product-summary .bb-buy-now:hover{background:var(--blue)!important;color:#fff!important}
.bb-product-summary table.variations{width:100%;margin-bottom:15px}.bb-product-summary table.variations th{width:105px;text-align:left}.bb-product-summary table.variations select{width:100%;height:42px;border:1px solid #ccc;background:#fff;padding:0 10px}.bb-product-summary .reset_variations{display:inline-block;margin-top:6px;color:var(--blue);font-size:12px}
.bb-product-summary .woocommerce-variation-price{margin:8px 0;color:var(--blue);font-weight:700}.bb-product-trust{display:grid;gap:8px;border:1px solid #e3e3e3;background:#fafafa;padding:14px;color:#444;font-size:13px}
.bb-product-description{margin-top:45px;border-top:2px solid var(--blue);padding-top:20px}.bb-product-description h2{font-size:21px;text-transform:uppercase}.bb-product-description img{max-width:100%;height:auto}.bb-related{margin-top:45px}.bb-related .bb-catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.bb-product-tabs{display:flex;gap:0;border-bottom:1px solid #ddd;margin:-20px 0 24px}.bb-product-tabs button{border:0;border-bottom:3px solid transparent;background:#fff;padding:16px 20px;font-weight:700;cursor:pointer}.bb-product-tabs button.is-active{border-color:var(--blue);color:var(--blue)}.bb-product-panel{display:none;line-height:1.7}.bb-product-panel.is-active{display:block}

.bb-content-hub{display:grid;grid-template-columns:235px minmax(0,1fr);gap:30px}.bb-article-sidebar{border:1px solid #e1e1e1;align-self:start}.bb-article-sidebar h2{margin:0;padding:11px 14px;background:var(--blue);color:#fff;font-size:15px;text-transform:uppercase}.bb-article-sidebar>a{display:block;padding:10px 14px;border-bottom:1px solid #eee;font-size:13px}.bb-article-sidebar>a.is-active,.bb-article-sidebar>a:hover{color:var(--blue)}.bb-article-sidebar .bb-latest-link{line-height:1.4}
.bb-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px 18px}.bb-article-card__image{display:block;height:175px;background:#edf2f5;overflow:hidden}.bb-article-card__image img{width:100%;height:100%;object-fit:cover}.bb-article-card__image span{height:100%;display:grid;place-items:center;color:var(--blue);font-weight:800}.bb-article-card>p{margin:9px 0 4px;color:#999;font-size:11px}.bb-article-card h2{margin:0 0 7px;font-size:15px;line-height:1.35;text-transform:uppercase}.bb-article-card>div{color:#666;font-size:13px;line-height:1.55}
.bb-contact-page{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:45px}.bb-contact-page h2{font-size:20px;text-transform:uppercase}.bb-contact-page aside{background:#f5f7f9;border-top:3px solid var(--blue);padding:24px}.bb-contact-page aside p{line-height:1.65}.bb-contact-page aside a{color:var(--blue)}
.bb-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bb-contact-form label{display:grid;gap:6px;font-size:13px;font-weight:600}.bb-contact-form label:last-of-type{grid-column:1/-1}.bb-contact-form input,.bb-contact-form textarea{width:100%;border:1px solid #d5d5d5;padding:10px;font:14px Roboto,Arial,sans-serif}.bb-contact-form button{width:max-content;border:0;background:var(--blue);color:#fff;padding:12px 24px;font-weight:700;cursor:pointer}.bb-form-status{padding:12px;background:#edf7ed;border-left:3px solid #3a8b47}

@media(max-width:1000px){.bb-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bb-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bb-product-detail{gap:25px}.bb-related .bb-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.bb-catalog-layout,.bb-content-hub{grid-template-columns:1fr}.bb-shop-sidebar,.bb-article-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.bb-shop-sidebar h2,.bb-article-sidebar h2{grid-column:1/-1}.bb-price-filter{grid-column:1/-1}.bb-product-detail{grid-template-columns:1fr}.bb-product-gallery__main{height:90vw}.bb-contact-page{grid-template-columns:1fr}.bb-related .bb-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.bb-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.bb-article-grid{grid-template-columns:1fr}.bb-contact-form{grid-template-columns:1fr}.bb-contact-form label:last-of-type{grid-column:auto}.bb-product-summary h1{font-size:23px}.bb-product-gallery__thumbs{grid-template-columns:repeat(5,1fr)}.bb-product-tabs{overflow-x:auto}.bb-product-tabs button{white-space:nowrap;padding:13px}.bb-product-summary .bb-buy-now{margin:8px 0 0;width:100%}}

/* Final homepage parity fixes: keep CTA legible and newsletter copy clear of its edge. */
.bb-flash__all{color:#222!important}
@media(min-width:821px){.bb-prefooter>.bb-wrap{padding-inline:15px}}
.bb-video{width:100%;padding-top:0}

/* Level 2/3 navigation mirrors the reference catalogue hierarchy. */
.bb-nav__group{position:relative}.bb-nav__group>a{display:flex!important;align-items:center;justify-content:space-between;gap:12px}.bb-nav__group>a i{transform:rotate(-90deg)}.bb-nav__group>a i .bb-icon{width:13px;height:13px}.bb-nav__group>div{display:none;position:absolute;left:100%;top:0;width:235px;max-height:70vh;overflow-y:auto;background:#fff;color:#333;box-shadow:0 4px 14px #0003;border-left:2px solid var(--blue)}.bb-nav__group:hover>div,.bb-nav__group:focus-within>div{display:block}.bb-nav__drop--products>div{width:225px}.bb-nav__drop--news>div{width:280px}
.bb-shop-sidebar form{display:block}.bb-filter-options{padding:7px 0;border-bottom:1px solid #e6e6e6;max-height:310px;overflow:auto}.bb-filter-options label{position:relative;display:flex;align-items:center;gap:8px;padding:6px 12px;color:#444;font-size:12px;cursor:pointer}.bb-filter-options label:hover{color:var(--blue)}.bb-filter-options input{position:absolute;opacity:0;pointer-events:none}.bb-filter-options label>span{flex:0 0 15px;width:15px;height:15px;border:1px solid #bbb;background:#fff}.bb-filter-options input:checked+span{border-color:var(--blue);background:var(--blue);box-shadow:inset 0 0 0 3px #fff}.bb-filter-options input[type=radio]+span{border-radius:50%}.bb-filter-options small{margin-left:auto;color:#999}.bb-filter-actions{display:flex;align-items:center;gap:12px;padding:12px}.bb-filter-actions button{border:0;background:var(--blue);color:#fff;padding:9px 10px;font-size:11px;font-weight:700;cursor:pointer}.bb-filter-actions a{color:var(--blue);font-size:12px}
.bb-card__badge--stock{background:#777!important}.bb-card__price del{color:#999;font-size:11px;font-weight:400;margin-right:5px}.bb-card__price ins{text-decoration:none}
@media(max-width:820px){.bb-header.is-menu-open .bb-nav{max-height:calc(100vh - 70px);overflow-y:auto}.bb-nav__drop>div{width:auto}.bb-nav__group>div{position:static;width:auto;max-height:none;box-shadow:none;border:0;background:#1f507d;color:#fff}.bb-nav__group:hover>div,.bb-nav__group:focus-within>div{display:none}.bb-nav__group.is-open>div{display:block}.bb-nav__group>a i{transform:none}.bb-nav__group>a{padding-left:30px!important}.bb-nav__group>div a{padding-left:44px!important}.bb-shop-sidebar{display:block}}

.bb-filter-toggle{display:none}
@media(max-width:720px){
	.bb-shop-sidebar{border:0}
	.bb-filter-toggle{width:100%;min-height:46px;display:flex;align-items:center;gap:9px;padding:0 14px;border:1px solid #e1e1e1;background:#fff;color:#222;font:700 14px/1 Roboto,Arial,sans-serif;text-align:left;cursor:pointer}
	.bb-filter-toggle small{margin-left:auto;color:#666;font:500 12px/1 Roboto,Arial,sans-serif}
	.bb-filter-toggle i{display:grid;place-items:center;width:16px;height:16px;transition:transform .2s ease}
	.bb-filter-toggle i .bb-icon{width:14px;height:14px}
	.bb-shop-sidebar>form{display:none;border:1px solid #e1e1e1;border-top:0}
	.bb-shop-sidebar.is-open>form{display:block}
	.bb-shop-sidebar.is-open .bb-filter-toggle i{transform:rotate(180deg)}
}

/* Homepage parity details measured against the live reference. */
.bb-home{background:#f5f5f5}.bb-logo-strip,.bb-slider{background-color:#fff}.bb-product-row{padding:0 20px 20px}.bb-nav__inner>a,.bb-nav__drop>a{font-weight:500}.bb-brand{width:200px;height:60px;overflow:hidden}.bb-brand img{width:322px!important;max-width:none!important;height:auto!important;margin-left:-61px}.bb-contact-float{left:24px;right:auto;bottom:165px}.bb-flash h2{padding:0 20px}.bb-flash .bb-card h3,.bb-flash .bb-card__price{margin-left:8px;margin-right:8px}.bb-card__quick-actions{inset:auto 9px 9px auto;opacity:1;transform:none}.bb-card:hover .bb-card__quick-actions,.bb-card:focus-within .bb-card__quick-actions{transform:none}.bb-card__quick-actions>a:first-child{display:none}.bb-card__quick-actions>a:last-child{background:#159bd7;color:#fff;box-shadow:none}.bb-flash__pager{height:18px;display:grid;place-items:center}.bb-flash__pager i{width:9px;height:9px;border-radius:50%;background:#fff}.bb-flash__all{width:200px;height:40px;margin:0 auto 0;display:grid;place-items:center;border-radius:4px;background:#fff;color:#222;font-size:13px}.bb-news .bb-section-head{justify-content:center;border:0;margin-bottom:10px}.bb-news .bb-section-head h2{font-size:20px;font-weight:700}.bb-brand-tabs .bb-wrap{position:relative}.bb-brand-tabs .bb-section-head{height:48px;justify-content:flex-start;margin-bottom:-48px}.bb-brand-tabs .bb-section-head h2{font-size:20px;font-weight:700}.bb-brand-tabs .bb-tabs{min-height:48px;justify-content:flex-end}.bb-brand-tabs .bb-tab-panel .bb-card:nth-child(n){display:flex}.bb-brand-tabs .bb-view-all{width:200px;height:40px;margin:20px auto 0;display:grid;place-items:center;border-radius:4px;background:#000;color:#fff!important;text-align:center}.bb-certified{display:block;margin-top:12px}.bb-certified img{display:block;width:160px;height:40px;object-fit:contain}.bb-social a{border-radius:3px;color:#fff}.bb-social a:nth-child(1){background:#1687e8}.bb-social a:nth-child(2){background:#111}.bb-social a:nth-child(3){background:#e62929}.bb-social a:nth-child(4){background:#4267b2}
@media(min-width:821px){.bb-prefooter{height:38px;margin-top:30px;background:transparent;position:relative;z-index:2}.bb-prefooter>.bb-wrap{width:min(1016px,calc(100% - 30px));min-height:76px;background:#bbc5c5;border-radius:8px}.bb-footer{padding-top:38px}}
@media(max-width:820px){.bb-brand{width:150px;height:48px}.bb-brand img{width:241px!important;margin-left:-46px}.bb-contact-float{left:50px;right:auto;bottom:0;flex-direction:row;gap:20px}.bb-contact-float a{width:38px;height:38px}.bb-product-row{padding:0 0 15px}.bb-news__row{grid-template-columns:repeat(2,minmax(0,1fr))}.bb-news__image{height:200px}.bb-categories__row{max-width:100%;column-gap:0;row-gap:0}.bb-categories__row>a{width:calc(33.333% - 15px);height:auto;min-height:110px;margin:5px;padding:0}.bb-categories__row span{width:55px;height:55px}.bb-categories__row img{width:55px;height:55px}.bb-categories__row b{font-size:13px}.bb-categories p{font-size:18px}.bb-card__quick-actions{opacity:1;inset:auto 9px 9px auto;transform:none;gap:5px}.bb-card:hover .bb-card__quick-actions,.bb-card:focus-within .bb-card__quick-actions{transform:none}.bb-card__quick-actions>a{width:34px;height:34px}.bb-tab-panel .bb-card:nth-child(n+4){display:none}}
@media(max-width:520px){.bb-brand{width:130px;height:44px}.bb-brand img{width:209px!important;margin-left:-40px}.bb-news article{flex:0 0 82%}.bb-brand-panel__products{padding:10px;gap:10px}.bb-brand-panel{padding-right:0}.bb-brand-panel>header{padding-right:12px}.bb-tabs button{margin-left:10px;padding:7px 10px}.bb-contact-float{left:15px;gap:9px}}

/* Branded About page and mobile header use the actual 88BongBan logo without cropping. */
.bb-page-title--about{border:0;margin-bottom:18px;padding-bottom:0}.bb-page-title--about p{display:flex;gap:10px;margin:0;color:#555;font-size:14px}.bb-page-title--about a{color:var(--blue)}.bb-about-card{max-width:900px;background:#fff;padding:24px 30px}.bb-about-card h1{margin:0 0 15px;font-size:28px;line-height:1.25}.bb-about-card__hero{display:grid;place-items:center;min-height:230px;margin:0 0 20px;padding:25px;background:linear-gradient(125deg,#edf5fb,#fff)}.bb-about-card__hero img{display:block;width:min(600px,100%);height:auto;margin:0;object-fit:contain}.bb-about-card p{margin:0 0 11px;font-size:16px;line-height:1.75}.bb-about-card strong{font-weight:700}
@media(max-width:820px){
	.bb-header__top{position:relative;width:100%;height:75px;padding-inline:10px;display:flex;align-items:center;justify-content:space-between;gap:0}
	.bb-menu-toggle{width:42px;height:50px;align-items:center;justify-content:center;gap:4px}
	.bb-menu-toggle span{display:none}
	.bb-menu-toggle i{width:27px;height:2px}
	.bb-brand{position:absolute;left:50%;top:50%;width:225px;height:60px;transform:translate(-50%,-50%);overflow:visible;justify-content:center;pointer-events:auto}
	.bb-brand img{width:225px!important;height:60px!important;margin:0!important;max-width:100%!important;object-fit:contain!important;transform:none!important}
	.bb-brand{z-index:0}
	.bb-tools{position:relative;z-index:2;margin-left:auto;gap:12px}
	.bb-tools .bb-tool--cart{position:relative;z-index:3;width:29px;height:38px;display:grid;place-items:center;pointer-events:auto}
	.bb-tool--cart small{top:1px;left:16px}
	.bb-language{margin-left:0;padding:5px 6px}
	.bb-nav{top:75px}
	.bb-header.is-menu-open .bb-nav{max-height:calc(100vh - 75px)}
	.bb-nav__drop:hover>div,.bb-nav__drop:focus-within>div{display:none}
	.bb-nav__drop.is-open>div{display:block}
	.bb-nav__inner>a,.bb-nav__drop>a{height:46px;padding-inline:24px;font-size:14px}
	.bb-nav__inner>a.bb-nav-account{display:flex!important;gap:9px;align-items:center}
	.bb-nav-account i{width:18px;height:18px}
	.bb-nav-account .bb-icon{width:18px;height:18px}
	.bb-nav__drop>a{justify-content:space-between}
	.bb-nav__drop>div a{padding:11px 30px;font-size:13px}
	.bb-nav__group>a{padding-left:30px!important}
	.bb-nav__group>div a{padding-left:44px!important}
	.bb-content--about{width:min(100% - 20px,900px);padding:18px 0 35px}
	.bb-about-card{padding:20px 15px}
	.bb-about-card h1{font-size:25px}
	.bb-about-card__hero{min-height:180px;padding:18px}
	.bb-about-card p{font-size:16px;line-height:1.72}
}
@media(max-width:380px){.bb-brand{width:160px}.bb-brand img{width:160px!important}.bb-tools{gap:8px}}

/* CookieAdmin's re-consent control must not cover the mobile contact shortcuts. */
@media(max-width:820px){
	.cookieadmin_law_container{left:auto!important;right:8px!important;top:83px!important;bottom:auto!important}
	button.cookieadmin_re_consent{left:auto!important;right:15px!important;bottom:15px!important}
}
