
/* sbn-mobile-menu */
/* SBN mobile navigation. Desktop navigation retains its existing layout. */
.sbn-menu-backdrop,.sbn-mobile-menu{display:none}
@media(max-width:768px){
 body.sbn-menu-open{overflow:hidden!important}
 #siteHeader .header-inner{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto;gap:10px!important;align-items:center;height:auto!important;padding:10px 0!important}
 #siteHeader .menu-toggle{display:flex!important;grid-column:1;grid-row:1;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid #e6e1d7;border-radius:12px;background:#f7f5ef;color:#205f7b}
 #siteHeader .header-logo{grid-column:2;grid-row:1;justify-self:center;min-width:0}
 #siteHeader .header-logo img{width:auto!important;max-width:155px!important;max-height:49px!important;object-fit:contain}
 #siteHeader .header-actions{grid-column:3;grid-row:1;gap:6px}
 #siteHeader .header-action-link{width:38px;height:44px;display:flex;align-items:center;justify-content:center}
 #siteHeader .header-search{display:flex!important;grid-column:1/-1;grid-row:2;width:100%!important;max-width:none!important;margin:0!important;background:#f6f4ef;border:1px solid #e6e1d7;border-radius:10px;height:42px}
 #siteHeader .header-search input{width:100%;min-width:0;background:transparent}
 .sbn-mobile-ready #siteHeader #headerNav{display:none!important}
 body.sbn-menu-open .whatsapp-widget,body.sbn-menu-open .google-reviews-widget,body.sbn-menu-open .back-to-top{visibility:hidden!important;pointer-events:none!important}
 .sbn-menu-backdrop{display:block;position:fixed;inset:0;z-index:2147483000;background:rgba(18,34,43,.46);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity .22s,visibility .22s}
 .sbn-mobile-menu{display:flex;flex-direction:column;position:fixed;inset:0 0 0 auto;width:min(91vw,430px);height:100vh;height:100dvh;background:#faf8f3;color:#243c46;z-index:2147483001;transform:translateX(102%);visibility:hidden;transition:transform .25s ease,visibility .25s;box-shadow:-12px 0 50px #14232b26;font-family:inherit;text-align:left}
 body.sbn-menu-open .sbn-mobile-menu{transform:translateX(0);visibility:visible}
 body.sbn-menu-open .sbn-menu-backdrop{opacity:1;visibility:visible}
 .sbn-menu-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;padding-top:max(18px,env(safe-area-inset-top));border-bottom:1px solid #e5e0d6;background:#fff;flex-shrink:0}
 .sbn-menu-head img{display:block;width:145px;height:49px;object-fit:contain;object-position:left center}
 .sbn-menu-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #e3dfd6;border-radius:50%;background:#f5f2eb;color:#243c46;cursor:pointer}
 .sbn-menu-close svg{width:22px;height:22px}
 .sbn-menu-body{padding:20px;overflow-y:auto;overscroll-behavior:contain;min-height:0;scrollbar-width:thin;padding-bottom:max(24px,env(safe-area-inset-bottom))}
 .sbn-menu-search{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #dcd8cd;border-radius:12px;padding:0 12px;height:48px;margin:0 0 23px}
 .sbn-menu-search input{border:0!important;box-shadow:none!important;background:transparent!important;outline-offset:3px;width:100%;min-width:0;font:inherit;font-size:16px;color:#243c46;padding:10px 0}
 .sbn-menu-search button{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:40px;border:0;background:transparent;color:#205f7b}
 .sbn-menu-kicker{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#205f7b;margin:0 0 11px}
 .sbn-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:13px}
 .sbn-menu-card{display:block;background:#fff;border:1px solid #e6e0d5;border-radius:12px;overflow:hidden;color:#243c46;text-decoration:none;box-shadow:0 3px 10px #243c4605}
 .sbn-menu-card img{display:block;width:100%;height:auto;aspect-ratio:1.65;object-fit:cover}
 .sbn-menu-card span{display:flex;align-items:center;justify-content:space-between;gap:3px;padding:10px 9px;font-size:13px;line-height:1.3;font-weight:650;letter-spacing:-.1px}
 .sbn-menu-card span:after{content:'↗';color:#205f7b;font-weight:400}
 .sbn-menu-categories{border-bottom:1px solid #ded9cf;margin-bottom:14px;padding-bottom:10px}
 .sbn-menu-categories summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;min-height:44px;font-size:14px;font-weight:650;color:#205f7b;list-style:none}
 .sbn-menu-categories summary::-webkit-details-marker{display:none}
 .sbn-menu-categories summary:after{content:'+';font-size:22px;font-weight:400}
 .sbn-menu-categories[open] summary:after{content:'−'}
 .sbn-menu-category-list{display:grid;grid-template-columns:1fr 1fr;column-gap:12px;padding:2px 0 10px}
 .sbn-menu-category-list a{padding:10px 0;min-height:44px;display:flex;align-items:center;font-size:13px;line-height:1.35;color:#243c46;text-decoration:none;overflow-wrap:anywhere}
 .sbn-menu-links a{display:flex;align-items:center;justify-content:space-between;min-height:46px;border-bottom:1px solid #e9e4da;color:#243c46;font-size:16px;font-weight:500;text-decoration:none}
 .sbn-menu-links a:after{content:'›';color:#8a999b;font-size:23px;font-weight:400}
 .sbn-mobile-menu a[aria-current=page]{color:#006c92;font-weight:750}
 .sbn-menu-account{display:flex;gap:8px;margin:20px 0 12px}
 .sbn-menu-account a{flex:1;border:1px solid #ded9cf;border-radius:9px;min-height:44px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:13px;color:#243c46;background:#fff}
 .sbn-menu-b2b{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#205f7b;background:#ebece6;border-radius:10px;padding:13px 12px;font-size:13px;margin-bottom:10px}
 .sbn-menu-contact{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border-radius:10px;background:#205f7b;color:#fff!important;text-decoration:none;font-size:14px;font-weight:650}
 .sbn-menu-footnote{font-size:11px;color:#697b80;text-align:center;margin:12px 0 0;line-height:1.5}
 .sbn-mobile-menu a:focus-visible,.sbn-mobile-menu button:focus-visible,.sbn-mobile-menu summary:focus-visible{outline:3px solid #007fab;outline-offset:3px}
}
@media(max-width:360px){#siteHeader .header-logo img{max-width:130px!important}#siteHeader .header-inner{gap:7px!important}.sbn-menu-body{padding:16px}.sbn-menu-card span{font-size:12px}}
@media(prefers-reduced-motion:reduce){.sbn-mobile-menu,.sbn-menu-backdrop{transition:none}}


/* sbn-illustrated-menu */
/* SBN illustrated product navigation — 2026-09-08 */
.sbn-product-menu{--sbn-menu-blue:#225f91;--sbn-menu-ink:#192b3c;--sbn-menu-soft:#f3f7fa;--sbn-menu-line:#e4e9ec;color:var(--sbn-menu-ink);background:#fff;text-align:left;color-scheme:light}
.sbn-product-menu *{box-sizing:border-box}
.sbn-product-menu .sbn-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px 5px;padding:15px 17px 14px}
.sbn-product-menu a.sbn-product-link{display:flex;align-items:center;gap:9px;min-width:0;min-height:98px;padding:6px 8px;margin:0;border:1px solid transparent;border-radius:9px;color:var(--sbn-menu-ink);background:transparent;text-decoration:none;white-space:normal;transition:background .16s,border-color .16s;font-size:14px;font-weight:500;line-height:1.4}
.sbn-product-menu a.sbn-product-link:hover,.sbn-product-menu a.sbn-product-link:focus-visible{background:var(--sbn-menu-soft);border-color:#dce7ef;color:var(--sbn-menu-blue)}
.sbn-product-menu a.sbn-product-link[aria-current="page"]{background:#edf4f9;border-color:#b8d1e4;color:var(--sbn-menu-blue)}
.sbn-product-menu .sbn-product-art{display:block;width:84px;height:78px;flex:0 0 84px}
.sbn-product-menu .sbn-product-label{font:inherit;line-height:1.4;min-width:0;overflow-wrap:anywhere}
.sbn-product-menu a.sbn-product-all{display:flex;align-items:center;justify-content:center;gap:10px;min-height:52px;margin:18px 6px;padding:12px;border:1px solid #d6e1e8;border-radius:7px;background:#fff;color:var(--sbn-menu-blue);font-size:14px;line-height:1.4;font-weight:500;text-decoration:none}
.sbn-product-menu a.sbn-product-all:hover,.sbn-product-menu a.sbn-product-all:focus-visible{background:var(--sbn-menu-soft)}
.sbn-product-menu .sbn-product-materials{display:flex;align-items:center;gap:20px;padding:8px 25px;background:#fafbfc;border-top:1px solid var(--sbn-menu-line);border-radius:0 0 12px 12px}
.sbn-product-menu .sbn-product-material-heading{font-size:12px;letter-spacing:1.2px;color:#526777;margin-right:auto;white-space:nowrap}
.sbn-product-menu .sbn-product-materials a.sbn-product-link{min-height:68px;padding:0 12px;gap:5px}
.sbn-product-menu .sbn-product-materials .sbn-product-art{width:64px;height:60px;flex-basis:64px}
@media(min-width:769px){
  #siteHeader .header-inner{position:relative}
  #headerNav .nav-mega-item.sbn-illustrated{position:static}
  #headerNav .nav-mega-item.sbn-illustrated>.nav-mega-panel.sbn-product-menu{display:none;position:absolute;inset:auto auto auto 50%;top:100%;transform:translateX(-50%);width:min(840px,calc(100vw - 32px));min-width:0;max-width:none;max-height:calc(100dvh - 120px);overflow-y:auto;overscroll-behavior:contain;margin:0;padding:0;background:#fff;border:1px solid #e4e9ec;border-top:2px solid #225f91;border-radius:0 0 13px 13px;box-shadow:0 18px 44px rgba(20,44,65,.14);z-index:1100;opacity:1;visibility:visible;transition:none}
  #headerNav .nav-mega-item.sbn-illustrated.sbn-products-open>.nav-mega-panel.sbn-product-menu{display:block}
  #headerNav .sbn-illustrated.sbn-products-open>.nav-mega-trigger{color:#225f91}
  #headerNav .sbn-illustrated>.nav-mega-toggle svg{transform:none}
  #headerNav .sbn-illustrated.sbn-products-open>.nav-mega-toggle svg{transform:rotate(180deg)}
}
@media(max-width:768px){
  #sbnMobileMenu .sbn-product-menu{margin:0 -4px 20px;border-top:1px solid #e4e9ec}
  #sbnMobileMenu .sbn-product-menu .sbn-product-grid{grid-template-columns:1fr;padding:8px 0;gap:0}
  #sbnMobileMenu .sbn-product-menu a.sbn-product-link{min-height:77px;padding:2px 7px;gap:14px;font-size:15px}
  #sbnMobileMenu .sbn-product-menu .sbn-product-art{width:76px;height:71px;flex-basis:76px}
  #sbnMobileMenu .sbn-product-menu a.sbn-product-all{margin:10px 6px 8px;min-height:48px;font-size:14px}
  #sbnMobileMenu .sbn-product-menu .sbn-product-materials{flex-wrap:wrap;padding:15px 8px 7px;gap:3px;border-radius:0}
  #sbnMobileMenu .sbn-product-menu .sbn-product-material-heading{width:100%;margin-bottom:7px}
  #sbnMobileMenu .sbn-product-menu .sbn-product-materials a.sbn-product-link{flex:1;gap:3px;padding:0;min-height:67px;font-size:14px}
  #sbnMobileMenu .sbn-product-menu .sbn-product-materials .sbn-product-art{width:55px;height:52px;flex-basis:55px}
}
@media(prefers-reduced-motion:reduce){.sbn-product-menu *{transition:none!important}}


/* sbn-service-bar */
#sbn-service-bar.sbn-delivery-promo{position:relative;z-index:101;background:#173f53;color:#fff;padding:0;margin:0;border:0;overflow:visible;font-family:inherit}
#sbn-service-bar .sbn-promo-main{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(108deg,#153d51 0%,#235d70 65%,#1d4c60 100%)}
#sbn-service-bar .sbn-promo-main:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(112deg,transparent 42%,#ffffff05 42%,#ffffff05 60%,transparent 60%);pointer-events:none}
#sbn-service-bar .sbn-promo-inner{display:flex;align-items:center;gap:25px;min-height:99px;padding-top:14px;padding-bottom:14px}
#sbn-service-bar .sbn-promo-art{display:flex;align-items:center;justify-content:center;flex:0 0 91px}
#sbn-service-bar .sbn-promo-copy{flex:1;min-width:0}
#sbn-service-bar .sbn-promo-eyebrow{display:block;margin-bottom:4px;color:#dce5ca;font-size:9px;line-height:1.2;font-weight:650;letter-spacing:.15em;text-transform:uppercase}
#sbn-service-bar .sbn-promo-headline{margin:0;color:#fff;font-size:25px;font-weight:400;line-height:1.15;letter-spacing:-.025em}
#sbn-service-bar .sbn-promo-headline>span{margin-right:5px}
#sbn-service-bar .sbn-promo-headline strong{font-weight:750;color:#f1e3bf}
#sbn-service-bar .sbn-promo-star{font-size:13px;vertical-align:super;margin-left:2px}
#sbn-service-bar .sbn-promo-sub{margin:5px 0 0;font-size:12px;font-weight:400;line-height:1.4;color:#e1eaed}
#sbn-service-bar .sbn-promo-sub strong{font-weight:650}
#sbn-service-bar .sbn-promo-details{display:flex;align-items:center;gap:17px;flex-shrink:0;min-height:42px;padding:9px 16px;border:1px solid #e9ddb18c;border-radius:6px;color:#f2e8cb;background:#ffffff06;font-family:inherit;font-weight:600;font-size:12px;line-height:1.3;cursor:pointer}
#sbn-service-bar .sbn-promo-details:hover{background:#ffffff12;border-color:#f2e8cb}
#sbn-service-bar .sbn-promo-benefits{background:#f2f1e9;border-bottom:1px solid #e0e3da;color:#294b58}
#sbn-service-bar .sbn-promo-benefits>.container{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:30px}
#sbn-service-bar .sbn-promo-benefits a{display:flex;align-items:center;gap:7px;color:inherit;text-decoration:none;font-size:10px;line-height:1.3;font-weight:500;white-space:nowrap}
#sbn-service-bar .sbn-promo-benefits a:hover{text-decoration:underline;text-underline-offset:3px}
#sbn-service-bar .sbn-promo-benefits svg{width:13px;height:13px;fill:none;stroke:#6e7b58;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
#sbn-service-bar :focus-visible{outline:2px solid #ccae71;outline-offset:3px;border-radius:3px}
#sbn-service-bar.sbn-promo-intro .sbn-promo-art{animation:sbnDeliveryArrive 850ms ease-out both}
#sbn-service-bar.sbn-promo-intro .sbn-promo-headline strong{animation:sbnDeliveryAccent 1600ms ease-out both}
@keyframes sbnDeliveryArrive{from{opacity:0;transform:translateX(-14px)}to{opacity:1;transform:translateX(0)}}
@keyframes sbnDeliveryAccent{0%{color:#fff}40%,100%{color:#f1e3bf}}
#sbn-shipping-conditions{position:fixed;inset:0;width:100vw;max-width:none;height:100dvh;max-height:none;padding:24px;margin:0;border:0;background:transparent;box-sizing:border-box;color:#263f4a;overflow:auto}
#sbn-shipping-conditions[open]{display:flex;align-items:center;justify-content:center}
#sbn-shipping-conditions::backdrop{background:#152b39b8;backdrop-filter:blur(3px)}
#sbn-shipping-conditions .sbn-shipping-dialog-inner{position:relative;box-sizing:border-box;width:540px;max-width:100%;max-height:calc(100dvh - 48px);overflow:auto;padding:34px;border-radius:16px;background:#f8f7f1;box-shadow:0 20px 70px #0004}
#sbn-shipping-conditions .sbn-shipping-close{position:absolute;right:9px;top:7px;width:40px;height:40px;min-width:40px;border:0;border-radius:50%;background:transparent;color:#315465;font-size:28px;cursor:pointer}
#sbn-shipping-conditions .sbn-shipping-close:hover{background:#e7eadd}
#sbn-shipping-conditions .sbn-shipping-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#6d7957;font-weight:700}
#sbn-shipping-conditions h2{font-size:25px;line-height:1.2;margin:12px 0 20px;color:#20475b}
#sbn-shipping-conditions p{font-size:13px;line-height:1.6;margin:14px 0}
#sbn-shipping-conditions .sbn-shipping-rates{display:grid;grid-template-columns:1fr 1fr;gap:12px}
#sbn-shipping-conditions .sbn-shipping-rates p{padding:14px;margin:0;background:#e9edde;border:1px solid #d9dfc9;border-radius:8px;font-size:11px}
#sbn-shipping-conditions .sbn-shipping-rates strong{display:block;margin-top:4px;font-size:17px;color:#25566a}
#sbn-shipping-conditions a{display:inline-block;margin-top:6px;color:#1f617c;font-size:13px;font-weight:650;text-decoration:underline;text-underline-offset:3px}
#sbn-shipping-conditions :focus-visible{outline:2px solid #236b83;outline-offset:2px}
@media(max-width:850px){#sbn-service-bar .sbn-promo-inner{gap:15px}#sbn-service-bar .sbn-promo-headline{font-size:22px}#sbn-service-bar .sbn-promo-art{flex-basis:65px}#sbn-service-bar .sbn-promo-art svg{width:65px}#sbn-service-bar .sbn-promo-benefits .sbn-promo-b2b{display:none}#sbn-service-bar .sbn-promo-details{gap:8px;padding:9px 12px}}
@media(max-width:600px){#sbn-service-bar .sbn-promo-inner{position:relative;gap:0;min-height:112px;padding-top:11px;padding-bottom:10px;padding-right:80px}#sbn-service-bar .sbn-promo-art{display:none}#sbn-service-bar .sbn-promo-eyebrow{font-size:8px;margin-bottom:4px}#sbn-service-bar .sbn-promo-headline{font-size:21px;line-height:1.14}#sbn-service-bar .sbn-promo-headline>span,#sbn-service-bar .sbn-promo-headline strong{display:block}#sbn-service-bar .sbn-promo-sub{font-size:11px;margin-top:6px}#sbn-service-bar .sbn-promo-details{position:absolute;right:14px;bottom:11px;min-height:36px;padding:5px 0;gap:4px;border:0;border-radius:0;font-size:10px;text-decoration:underline;text-underline-offset:4px}#sbn-service-bar .sbn-promo-benefits>.container{gap:10px;justify-content:space-between;min-height:31px;padding-top:4px;padding-bottom:4px}#sbn-service-bar .sbn-promo-benefits a{font-size:8px;gap:4px}#sbn-service-bar .sbn-promo-benefits svg{width:11px;height:11px;flex-shrink:0}#sbn-shipping-conditions{padding:14px}#sbn-shipping-conditions .sbn-shipping-dialog-inner{padding:30px 22px;max-height:calc(100dvh - 28px)}#sbn-shipping-conditions h2{font-size:23px}#sbn-shipping-conditions .sbn-shipping-rates{gap:8px}#sbn-shipping-conditions .sbn-shipping-rates p{padding:10px}#sbn-shipping-conditions .sbn-shipping-rates strong{font-size:15px}}
@media(max-width:360px){#sbn-service-bar .sbn-promo-headline{font-size:19px}#sbn-service-bar .sbn-promo-benefits a{font-size:7px;gap:3px}}
@media(prefers-reduced-motion:reduce){#sbn-service-bar.sbn-promo-intro .sbn-promo-art,#sbn-service-bar.sbn-promo-intro .sbn-promo-headline strong{animation:none}}


/* sbn-cards */
/* SBN product cards: sharp, restrained catalogue typography. */
.product-card.sbn-card{display:flex;flex-direction:column;min-width:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;transition:none;color:#20313d}
.product-card.sbn-card:hover{transform:none;box-shadow:none;border-color:transparent}
.sbn-card>a{display:block}
.sbn-card .product-card-image{aspect-ratio:1;position:relative;overflow:hidden;border-radius:0;background:#f3f4f3;border:1px solid #eceeed}
.sbn-card .product-card-image img{display:block;width:100%;height:100%;aspect-ratio:1;object-fit:cover;transform:none;transition:none;border-radius:0}
.sbn-card:hover .product-card-image img{transform:none}
.sbn-card .product-card-body{padding:17px 0 0;display:flex;flex:1;flex-direction:column;min-width:0}
.sbn-card .product-card-category{display:none}
.sbn-card .product-card-name{margin:0 0 8px;min-height:44px;font-size:16px;line-height:1.38;font-weight:600;letter-spacing:-.2px;display:block;overflow:visible;-webkit-line-clamp:unset}
.sbn-card .product-card-name a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#20313d;text-decoration:none}
.sbn-card .product-card-name a:hover{color:#205c83;text-decoration:underline;text-underline-offset:3px}
.sbn-card .sbn-card-specs{min-height:67px;margin-bottom:15px}
.sbn-card .sbn-card-size{font-size:14px;line-height:1.5;font-variant-numeric:tabular-nums;color:#293f4e}
.sbn-card .sbn-card-finish{font-size:13px;line-height:1.5;color:#64727a;margin-top:3px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.sbn-card .product-card-price{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px;min-height:59px;margin:0;padding:0;font-variant-numeric:tabular-nums}
.sbn-card .sbn-card-price-main{display:flex;align-items:baseline;gap:6px;white-space:nowrap;max-width:100%}
.sbn-card .sbn-card-price-saving{display:flex;align-items:center;gap:9px;min-height:24px}
.sbn-card .sbn-card-discount{display:inline-flex;align-items:center;justify-content:center;background:#f3e9e2;color:#874632;border:0;border-radius:0;padding:3px 7px;font-size:12px;line-height:1.5;font-weight:600;white-space:nowrap;letter-spacing:0;box-shadow:none}
.sbn-card .product-card-price-current{font-size:23px;line-height:1.2;letter-spacing:-.5px;font-weight:650;color:#18374b;order:0}
.sbn-card .product-card-price-unit{font-size:13px;color:#536772;order:1;white-space:nowrap}
.sbn-card .product-card-price-old{font-size:13px;line-height:1.4;color:#6b777e;margin:0;text-decoration:line-through}
.sbn-card .product-card-price-onrequest{font-size:18px;letter-spacing:0}
.sbn-card .product-card-price-note{font-size:12px;line-height:1.5;margin:7px 0 17px;color:#6a757c}
.sbn-card .product-card-actions{margin-top:auto;padding:0}
.sbn-card .product-card-btn{display:flex;align-items:center;justify-content:center;gap:9px;min-height:43px;width:100%;border:1px solid #bcc9d0;border-radius:0;background:transparent;box-shadow:none;padding:10px 8px;font-size:13px;line-height:1.4;font-weight:550;color:#214b66;transform:none;transition:background .15s,border-color .15s,color .15s}
.sbn-card .product-card-btn:hover{background:#214e6a;border-color:#214e6a;color:#fff;transform:none;box-shadow:none}
.sbn-card .product-card-btn-disabled,.sbn-card .product-card-btn-disabled:hover{color:#77838a;background:#f5f6f6;border-color:#dfe4e7;cursor:default}
.sbn-card .product-card-badges{position:absolute;top:12px;left:12px;display:flex;align-items:flex-start;flex-direction:column;gap:5px;max-width:calc(100% - 68px)}
.sbn-card .badge{display:inline-block;padding:5px 8px;border:0;border-radius:0;box-shadow:none;min-width:0;max-width:100%;white-space:normal;background:#fff;color:#23475e;font-size:12px;line-height:1.3;font-weight:600}
.sbn-card .badge-free-shipping{background:#fff;color:#23475e}
.sbn-card .fav-btn{top:10px;right:10px;display:flex;align-items:center;justify-content:center;width:34px;height:34px;min-width:34px;border:1px solid #e1e5e6;border-radius:0;background:#fff;color:#395466;box-shadow:none;transform:none;opacity:1}
.sbn-card .fav-btn:hover{background:#edf2f5;transform:none}
.sbn-card a:focus-visible,.sbn-card button:focus-visible{outline:2px solid #245f86;outline-offset:4px}
@media(max-width:600px){.sbn-card .product-card-body{padding-top:12px}.sbn-card .product-card-name{font-size:14px;min-height:40px;letter-spacing:0}.sbn-card .sbn-card-specs{min-height:73px;margin-bottom:12px}.sbn-card .sbn-card-size{font-size:13px}.sbn-card .sbn-card-finish{font-size:12px}.sbn-card .product-card-price-current{font-size:20px}.sbn-card .product-card-price{gap:3px 5px}.sbn-card .product-card-price-old{font-size:12px}.sbn-card .product-card-price-note{font-size:12px;min-height:36px;margin-bottom:12px}.sbn-card .product-card-btn{font-size:12px;gap:5px;min-height:44px;padding:9px 5px}.sbn-card .product-card-btn svg{width:13px;flex-shrink:0}.sbn-card .product-card-badges{top:8px;left:8px}.sbn-card .badge{font-size:12px;padding:4px 6px}.sbn-card .fav-btn{top:7px;right:7px;width:30px;height:30px;min-width:30px}}
@media(prefers-reduced-motion:reduce){.product-card.sbn-card *{transition:none!important}}
@media(max-width:600px){.sbn-card .sbn-card-specs{min-height:59px}.sbn-card .product-card-price{min-height:56px;gap:5px}.sbn-card .sbn-card-price-main{gap:5px}.sbn-card .sbn-card-price-saving{gap:7px}.sbn-card .sbn-card-discount{font-size:11px;padding:3px 6px}.sbn-card .product-card-price-note{min-height:0;margin:5px 0 13px}}
/* The catalogue and category pages retain their own card layout. */
:is(#sbn-catalogue,.sbn-category) .sbn-price-card .product-card-price{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start;gap:6px;min-height:59px;font-variant-numeric:tabular-nums}
:is(#sbn-catalogue,.sbn-category) .sbn-price-card .sbn-card-price-main{display:flex;align-items:baseline;gap:5px;white-space:nowrap;max-width:100%}
:is(#sbn-catalogue,.sbn-category) .sbn-price-card .product-card-price-current{color:#18374b;order:0}
:is(#sbn-catalogue,.sbn-category) .sbn-price-card .product-card-price-unit{color:#536772;order:1;white-space:nowrap}
:is(#sbn-catalogue,.sbn-category) .sbn-price-card .sbn-card-price-saving{display:flex;align-items:center;gap:8px;min-height:24px}
:is(#sbn-catalogue,.sbn-category) .sbn-price-card .product-card-price-old{font-size:12px;line-height:1.4;color:#6b777e;margin:0;order:0;flex-basis:auto;text-decoration:line-through}
:is(#sbn-catalogue,.sbn-category) .sbn-price-card .sbn-card-discount{display:inline-flex;align-items:center;justify-content:center;background:#f3e9e2;color:#874632;border:0;border-radius:0;padding:3px 7px;font-size:12px;line-height:1.5;font-weight:600;white-space:nowrap;letter-spacing:0;box-shadow:none}
@media(max-width:600px){:is(#sbn-catalogue,.sbn-category) .sbn-price-card .product-card-price{min-height:56px;gap:5px}:is(#sbn-catalogue,.sbn-category) .sbn-price-card .sbn-card-price-saving{gap:6px}:is(#sbn-catalogue,.sbn-category) .sbn-price-card .product-card-price-old{font-size:11px}:is(#sbn-catalogue,.sbn-category) .sbn-price-card .sbn-card-discount{font-size:11px;padding:3px 6px}}

/* Shared card information and consistent photographic framing, 2026-09-11. */
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card){display:flex;flex-direction:column;min-width:0}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-image{aspect-ratio:1;background:#f5f3ee;overflow:hidden}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-image img{width:100%;height:100%;aspect-ratio:1;object-fit:cover;object-position:center;transform:none;transition:none}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-image img[src$=".svg"]{object-fit:contain}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-body{display:flex;flex-direction:column;flex:1;gap:0;min-width:0}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-name{display:block;min-height:2.8em;margin:0 0 6px;font-size:15px;line-height:1.4;overflow:visible;-webkit-line-clamp:unset}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-name a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .sbn-card-specs{min-height:44px;margin:0 0 10px}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .sbn-card-size{font-size:13px;line-height:1.5;color:#40545e;font-variant-numeric:tabular-nums}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .sbn-card-finish{font-size:12px;line-height:1.5;color:#64727a;margin-top:3px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-price{margin: auto 0 0;min-height:59px}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-price-unit{font-size:13px}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-price-note{font-size:11px;line-height:1.5;margin:6px 0 12px}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-actions{margin-top:0}
:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-btn{min-height:44px;font-size:12px;line-height:1.4}
:is(.sbn-category,#sbn-catalogue) .product-card.sbn-price-card .product-card-body{padding:14px}
@media(max-width:700px){:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-name{font-size:14px;min-height:2.8em;margin-bottom:6px}:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .sbn-card-specs{min-height:65px;margin-bottom:8px}:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .sbn-card-size{font-size:12px;line-height:1.5}:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .sbn-card-finish{font-size:11px;line-height:1.5}:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-price-current{font-size:19px}:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-price-unit{font-size:11px}:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-price-note{font-size:10px;line-height:1.5;min-height:30px;margin:5px 0 10px}:is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-btn{font-size:11px;min-height:44px;padding:8px 4px;gap:5px}:is(.sbn-category,#sbn-catalogue) .product-card.sbn-price-card .product-card-body{padding:12px}}

/* SBN card spacing fix 2026-09-11: keep actions inside their own product. */
#sbn-home .product-grid { row-gap: 32px; }
#sbn-home .product-grid > .product-card.sbn-card { display: flex; grid-row: auto; margin-bottom: 0; }
#sbn-home .product-grid > .product-card.sbn-card > .product-card-body { display: flex; grid-row: auto; }
@media (max-width: 768px) {
  .product-grid:has(> .sbn-card),
  #sbn-home .product-grid,
  :is(.sbn-category, #sbn-catalogue) .product-grid { row-gap: 28px; column-gap: 16px; }
  :is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) {
    border: 1px solid #dfe5e7; border-radius: 8px; background: #fff; overflow: hidden; box-shadow: none;
  }
  :is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-image { aspect-ratio: 6 / 5; border: 0; border-radius: 0; }
  :is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-image img { aspect-ratio: auto; }
  :is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-body { padding: 10px; }
  :is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-name { min-height: 2.8em; margin-bottom: 5px; }
  :is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .sbn-card-specs { min-height: 0; margin-bottom: 9px; }
  :is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-price { min-height: 0; gap: 4px; }
  :is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-price-note { min-height: 0; margin: 5px 0 9px; font-size: 10px; line-height: 1.4; }
  :is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-actions { margin-top: 0; }
  :is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-btn { min-height: 44px; border-radius: 5px; }
  :is(.product-card.sbn-card, .sbn-category .product-card.sbn-price-card, #sbn-catalogue .product-card.sbn-price-card) .product-card-btn:not(:disabled):not(.product-card-btn-disabled) { background: #edf3f6; border-color: #c5d4dd; color: #214b66; }
}


/* sbn-top-layout */
/* One brand and delivery row, followed by a compact navigation row. */
#sbn-service-bar .sbn-promo-brand{display:none;text-decoration:none;flex-shrink:0;color:#fff}
#sbn-service-bar .sbn-promo-brand img{display:block;width:214px;height:60px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}
#sbn-service-bar .sbn-promo-brand span{font-size:23px;line-height:1.2;font-weight:600;color:#fff}
#sbn-service-bar .sbn-promo-group{display:flex;align-items:center;gap:25px;min-width:0;flex:1}
@media(min-width:769px){
 #sbn-service-bar .sbn-promo-inner{display:grid;grid-template-columns:214px minmax(0,1fr) 155px;gap:24px;min-height:98px;padding-block:16px}
 #sbn-service-bar .sbn-promo-brand{display:flex;align-items:center}
 #sbn-service-bar .sbn-promo-group{justify-self:center;justify-content:center;gap:22px}
 #sbn-service-bar .sbn-promo-copy{flex:0 1 auto}
 #sbn-service-bar .sbn-promo-details{justify-self:end}
 #siteHeader.sbn-unified-header .header-inner{height:64px;min-height:64px;padding-block:0;gap:24px}
 #siteHeader.sbn-has-promo .header-logo{display:none}
 #siteHeader.sbn-unified-header .header-search{min-width:0;margin-left:auto}
 #siteHeader.sbn-unified-header:not(.sbn-has-promo) .header-inner{height:78px}
 #siteHeader.sbn-unified-header:not(.sbn-has-promo) .header-logo img{max-height:50px}
}
@media(min-width:769px) and (max-width:1100px){
 #sbn-service-bar .sbn-promo-inner{grid-template-columns:180px minmax(0,1fr) 133px;gap:16px}
 #sbn-service-bar .sbn-promo-brand img{width:180px;height:51px}
 #sbn-service-bar .sbn-promo-group{gap:16px}
 #sbn-service-bar .sbn-promo-art{flex-basis:70px}
 #sbn-service-bar .sbn-promo-art svg{width:70px}
 #sbn-service-bar .sbn-promo-headline{font-size:22px}
 #sbn-service-bar .sbn-promo-details{padding:9px 12px;gap:9px}
 #siteHeader.sbn-unified-header .header-inner{gap:14px}
 #siteHeader.sbn-unified-header #headerNav>a,#siteHeader.sbn-unified-header #headerNav .nav-mega-trigger{padding:8px 9px;font-size:13px}
 #siteHeader.sbn-unified-header .header-actions{gap:6px}
 #siteHeader.sbn-unified-header .header-action-link{width:34px;padding:8px 6px;justify-content:center;flex-shrink:0}
}
@media(min-width:769px) and (max-width:900px){
 #sbn-service-bar .sbn-promo-inner{grid-template-columns:160px minmax(0,1fr) 116px;gap:14px;min-height:92px}
 #sbn-service-bar .sbn-promo-brand img{width:160px;height:46px}
 #sbn-service-bar .sbn-promo-art{flex-basis:55px}
 #sbn-service-bar .sbn-promo-art svg{width:55px}
 #sbn-service-bar .sbn-promo-headline{font-size:20px}
 #sbn-service-bar .sbn-promo-details{font-size:11px;padding:8px;gap:7px}
}
@media(max-width:768px){
 #sbn-service-bar .sbn-promo-group{gap:15px}
 #siteHeader.sbn-unified-header .header-action-link{padding:8px 6px;justify-content:center}
 #siteHeader.sbn-unified-header .header-action-link svg{width:20px;height:20px;flex-shrink:0}
}
@media(max-width:600px){
 #sbn-service-bar .sbn-promo-inner{min-height:96px}
 #sbn-service-bar .sbn-promo-group{display:block}
 #sbn-service-bar .sbn-promo-eyebrow{display:none}
}

/* Shipping details belong to the truck, without a separate right-hand button. */
#sbn-service-bar .sbn-promo-truck-details{position:static;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex:0 0 108px;width:108px;min-height:76px;padding:3px 0;margin:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#f2e8cb;text-decoration:none;cursor:pointer}
#sbn-service-bar .sbn-promo-truck-details:hover{background:transparent;color:#fff}
#sbn-service-bar .sbn-promo-truck-label{display:block;font-size:11px;font-weight:500;line-height:1.3;white-space:nowrap}
#sbn-service-bar .sbn-promo-truck-details:hover .sbn-promo-truck-label{text-decoration:underline;text-underline-offset:3px}
#sbn-service-bar .sbn-promo-truck-details .sbn-promo-art{display:flex;flex:none}
#sbn-service-bar .sbn-promo-truck-details .sbn-promo-art svg{display:block;width:91px;height:56px}
@media(min-width:769px){#sbn-service-bar .sbn-promo-inner{grid-template-columns:214px minmax(0,1fr) 214px;padding-block:10px}#sbn-service-bar .sbn-promo-group{gap:22px}}
@media(min-width:769px) and (max-width:1100px){#sbn-service-bar .sbn-promo-inner{grid-template-columns:180px minmax(0,1fr)}#sbn-service-bar .sbn-promo-group{gap:18px}}
@media(min-width:769px) and (max-width:900px){#sbn-service-bar .sbn-promo-inner{grid-template-columns:160px minmax(0,1fr)}#sbn-service-bar .sbn-promo-group{gap:15px}}
@media(max-width:600px){#sbn-service-bar .sbn-promo-inner{padding:10px 16px;min-height:96px}#sbn-service-bar .sbn-promo-group{display:flex;align-items:center;gap:13px;width:100%}#sbn-service-bar .sbn-promo-truck-details{flex-basis:82px;width:82px;min-height:72px}#sbn-service-bar .sbn-promo-truck-label{font-size:10px}#sbn-service-bar .sbn-promo-truck-details .sbn-promo-art svg{width:77px;height:50px}}

/* Align the delivery group with the right edge of the header. */
@media(min-width:769px){#sbn-service-bar .sbn-promo-inner{grid-template-columns:max-content minmax(0,1fr)}#sbn-service-bar .sbn-promo-group{justify-self:end}}


/* sbn-service-widgets */
/* Quiet, persistent access to real reviews and personal advice. */
.sbn-review-widget,.sbn-contact-widget{position:fixed;z-index:900;bottom:calc(24px + env(safe-area-inset-bottom,0px) + var(--sbn-widget-clearance,0px));font-family:inherit}
.sbn-review-widget{left:24px}.sbn-contact-widget{right:24px}
.sbn-review-trigger,.sbn-contact-link{box-sizing:border-box;display:flex;align-items:center;min-height:60px;gap:11px;padding:10px 13px;border:1px solid #d5dfe3;border-radius:4px;box-shadow:0 3px 12px #193c5012;text-decoration:none;cursor:pointer;transition:background-color .16s,border-color .16s;line-height:1.3}
.sbn-review-trigger{background:#fff;color:#183f52;text-align:left;font:inherit;line-height:1.2;padding:8px 13px}
.sbn-review-trigger:hover,.sbn-review-trigger[aria-expanded="true"]{background:#f7f8f6;border-color:#96aeb9}
.sbn-review-google{width:26px;height:26px;display:block;flex-shrink:0}
.sbn-review-trigger-copy{display:grid;gap:3px}
.sbn-review-scoreline{display:flex;align-items:center;gap:9px;white-space:nowrap}
.sbn-review-score{font-size:20px;font-weight:700;letter-spacing:-.4px;color:#183f52}
.sbn-review-score small{font-size:11px;font-weight:400;letter-spacing:0;color:#62757e;margin-left:2px}
.sbn-review-stars{font-size:11px;letter-spacing:1px;color:#b68020;white-space:nowrap}
.sbn-review-trigger-label{font-size:11px;font-weight:500;line-height:1.2;color:#526b78}
.sbn-contact-link{background:#183f52;border-color:#183f52;color:#fff;gap:11px;padding:8px 13px 8px 9px}
.sbn-contact-link:hover{background:#20556e;border-color:#20556e;color:#fff}
.sbn-contact-avatar{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;background:#25566b;border-radius:3px}
.sbn-contact-avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:3px}
.sbn-contact-mark{display:flex;align-items:center;justify-content:center;position:absolute;right:-4px;bottom:-3px;width:19px;height:19px;border:2px solid #183f52;border-radius:50%;background:#167b45}
.sbn-contact-mark svg{width:12px;height:12px;fill:#fff}
.sbn-contact-avatar:not(.has-avatar) .sbn-contact-mark{position:static;width:29px;height:29px;border:0;border-radius:0;background:transparent}
.sbn-contact-avatar:not(.has-avatar) .sbn-contact-mark svg{width:26px;height:26px}
.sbn-contact-copy{display:grid;gap:3px}.sbn-contact-kicker{font-size:10px;font-weight:400;color:#d5e3e8}.sbn-contact-label{font-size:12px;font-weight:600;white-space:nowrap}.sbn-contact-mobile-label{display:none}.sbn-contact-arrow{font-size:14px;margin-left:4px;color:#cddde2}
.sbn-review-trigger:focus-visible,.sbn-contact-link:focus-visible,.sbn-review-panel :focus-visible{outline:2px solid #b58b44;outline-offset:3px}
.sbn-review-panel{box-sizing:border-box;position:absolute;bottom:calc(100% + 12px);left:0;display:flex;flex-direction:column;width:360px;max-width:calc(100vw - 48px);max-height:calc(100dvh - 116px - var(--sbn-widget-clearance,0px));background:#fff;color:#203d4b;border:1px solid #d5dfe3;border-radius:4px;box-shadow:0 8px 28px #17394c24;overflow:hidden;animation:sbnReviewIn .18s ease-out}
.sbn-review-panel[hidden]{display:none}
.sbn-review-header{display:flex;align-items:flex-start;gap:10px;padding:20px 18px 16px;background:#f7f8f5;border-bottom:1px solid #e1e7e8;flex-shrink:0}
.sbn-review-header .sbn-review-google{width:23px;height:23px;margin-top:2px}
.sbn-review-header h2{font-size:16px;font-weight:600;color:#183f52;line-height:1.3;margin:0 0 7px}
.sbn-review-summary{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;font-size:12px;line-height:1.45;color:#566c76}
.sbn-review-summary strong{font-size:15px;color:#183f52}
.sbn-review-close{display:flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;margin:-6px -6px 0 auto;padding:0;border:0;background:transparent;border-radius:2px;font-family:inherit;font-size:25px;font-weight:400;line-height:1;color:#526b78;cursor:pointer}
.sbn-review-close:hover{background:#e7edee}
.sbn-review-body{min-height:0;overflow:auto;overscroll-behavior:contain;padding:0 18px;scrollbar-width:thin;scrollbar-color:#c2cfd4 transparent}
.sbn-review-item{margin:0;padding:16px 0;border-bottom:1px solid #e5ebed}.sbn-review-item:last-child{border-bottom:0}
.sbn-review-author{display:flex;align-items:center;gap:10px;margin-bottom:8px}.sbn-review-author img{width:30px;height:30px;object-fit:cover;border-radius:3px}.sbn-review-author strong{display:block;font-size:12px;font-weight:600;line-height:1.35;color:#294553}.sbn-review-author .sbn-review-stars{display:block;margin-top:2px;font-size:10px}
.sbn-review-item p{font-size:13px;line-height:1.6;color:#4d626e;margin:0}
.sbn-review-cta{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;min-height:48px;border-top:1px solid #dde5e8;background:#fff;color:#205c7d;font-size:12px;font-weight:600;text-decoration:none;flex-shrink:0}
.sbn-review-cta:hover{background:#f1f5f5;color:#183f52}
body #backToTop{left:24px;bottom:calc(96px + env(safe-area-inset-bottom,0px) + var(--sbn-widget-clearance,0px))}
@keyframes sbnReviewIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:600px){
 .sbn-review-widget,.sbn-contact-widget{bottom:calc(12px + env(safe-area-inset-bottom,0px) + var(--sbn-widget-clearance,0px))}.sbn-review-widget{left:12px}.sbn-contact-widget{right:12px}
 .sbn-review-trigger,.sbn-contact-link{min-height:52px;gap:8px;border-radius:3px;padding:8px 10px}
 .sbn-review-trigger{width:148px;padding:7px 10px}.sbn-review-trigger-copy{gap:1px}.sbn-review-google{width:22px;height:22px}.sbn-review-scoreline{gap:5px}.sbn-review-score{font-size:18px}.sbn-review-score small{font-size:10px}.sbn-review-stars{font-size:9px;letter-spacing:0}.sbn-review-trigger-label{font-size:10px}.sbn-review-google-word{display:none}
 .sbn-contact-link{width:132px;padding:7px 9px;gap:9px}.sbn-contact-avatar{width:36px;height:36px;flex-basis:36px}.sbn-contact-mark{width:17px;height:17px}.sbn-contact-mark svg{width:11px;height:11px}.sbn-contact-kicker,.sbn-contact-desktop-label,.sbn-contact-arrow{display:none}.sbn-contact-mobile-label{display:grid;gap:1px;font-size:11px}.sbn-contact-mobile-label span{font-size:10px;font-weight:400;color:#d5e3e8}
 .sbn-review-panel{position:fixed;left:12px;right:12px;width:auto;max-width:none;bottom:calc(73px + env(safe-area-inset-bottom,0px) + var(--sbn-widget-clearance,0px));max-height:calc(100dvh - 92px - var(--sbn-widget-clearance,0px))}.sbn-review-header{padding:16px 15px 13px}.sbn-review-header h2{font-size:15px}.sbn-review-body{padding:0 15px}.sbn-review-cta{padding:14px 15px}.sbn-review-item{padding:14px 0}
 body #backToTop{left:12px;bottom:calc(76px + env(safe-area-inset-bottom,0px) + var(--sbn-widget-clearance,0px));width:36px;height:36px}
}
@media(prefers-reduced-motion:reduce){.sbn-review-panel{animation:none}.sbn-review-trigger,.sbn-contact-link{transition:none}}

@media(max-width:359px){.sbn-review-trigger{width:138px}.sbn-contact-link{width:124px;padding:7px 8px;gap:7px}.sbn-contact-avatar{width:32px;height:32px;flex-basis:32px}}

/* Mobile: two small icons, with the Google score still visible. */
@media(max-width:600px){
 .sbn-review-trigger,.sbn-contact-link{width:48px;height:48px;min-height:48px;padding:3px;gap:0;justify-content:center;border-radius:4px}
 .sbn-review-trigger{flex-direction:column;gap:2px;padding:4px}
 .sbn-review-trigger>.sbn-review-google{width:18px;height:18px}
 .sbn-review-trigger-copy,.sbn-review-scoreline{display:block}
 .sbn-review-trigger .sbn-review-score{display:block;font-size:13px;line-height:1.1;letter-spacing:0}
 .sbn-review-trigger .sbn-review-stars,.sbn-review-trigger .sbn-review-score small,.sbn-review-trigger-label,.sbn-contact-copy,.sbn-contact-arrow{display:none}
 .sbn-contact-avatar{width:40px;height:40px;flex-basis:40px}
 .sbn-contact-mark{right:-1px;bottom:-1px;width:17px;height:17px}
 .sbn-review-panel{bottom:calc(69px + env(safe-area-inset-bottom,0px) + var(--sbn-widget-clearance,0px));max-height:calc(100dvh - 88px - var(--sbn-widget-clearance,0px))}
 body #backToTop{bottom:calc(72px + env(safe-area-inset-bottom,0px) + var(--sbn-widget-clearance,0px))}
}

/* A recognizable WhatsApp bubble with the existing personal portrait. */
@media(max-width:600px){
 .sbn-contact-link{width:54px;height:54px;min-height:54px;padding:4px;border:2px solid #fff;border-radius:50% 50% 50% 12%;background:#179b50;box-shadow:0 3px 12px #123d2c38;isolation:isolate}
 .sbn-contact-link:hover{background:#128346;border-color:#fff}
 .sbn-contact-avatar{width:42px;height:42px;flex-basis:42px;border-radius:50%;background:transparent}
 .sbn-contact-avatar img{border-radius:50%;object-position:center 35%}
 .sbn-contact-mark{right:-3px;bottom:-2px;width:20px;height:20px;border:2px solid #fff;border-radius:50%;background:#128346}
 .sbn-contact-mark svg{width:13px;height:13px}
 .sbn-contact-avatar:not(.has-avatar) .sbn-contact-mark{width:30px;height:30px;background:transparent}
 .sbn-contact-avatar:not(.has-avatar) .sbn-contact-mark svg{width:29px;height:29px}
}


/* sbn-appointment-nav */
/* A single, compact appointment action alongside the existing navigation. */
#siteHeader .sbn-header-appointment{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;flex-shrink:0;padding:11px 14px;min-height:41px;border-radius:6px;background:#234f60;color:#fff;text-decoration:none;font-size:13px;font-weight:600;line-height:1.3}
#siteHeader .sbn-header-appointment:hover{background:#193d4b}#siteHeader .sbn-header-appointment svg{width:17px;height:17px;flex-shrink:0}#siteHeader .sbn-termin-mobile{display:none}
#siteHeader .header-actions>a.sbn-header-b2b{padding:8px 10px;color:#244b5b;border:1px solid #d6e0e3;border-radius:5px;letter-spacing:.045em;font-size:12px;font-weight:700;line-height:1.1;background:#f8fafa}
#siteHeader .sbn-header-appointment:focus-visible,#siteHeader .sbn-header-b2b:focus-visible{outline:2px solid #326e87;outline-offset:3px}
@media(min-width:769px){#siteHeader.sbn-unified-header .header-inner{gap:20px}#siteHeader.sbn-unified-header #headerNav{gap:5px}#siteHeader.sbn-unified-header #headerNav>a:not(.sbn-header-b2b),#siteHeader.sbn-unified-header #headerNav .nav-mega-trigger{padding-left:11px;padding-right:11px}#siteHeader.sbn-unified-header .header-search{flex:1 1 235px;max-width:360px;min-width:110px}}
@media(min-width:769px) and (max-width:1100px){#siteHeader.sbn-unified-header .header-inner{gap:12px}#siteHeader.sbn-unified-header #headerNav{gap:1px}#siteHeader.sbn-unified-header #headerNav>a:not(.sbn-header-b2b),#siteHeader.sbn-unified-header #headerNav .nav-mega-trigger{padding-left:7px;padding-right:7px;font-size:12px}#siteHeader .sbn-header-appointment{padding:10px;font-size:12px;gap:6px}#siteHeader.sbn-unified-header .header-search{flex-basis:150px}}
@media(min-width:769px) and (max-width:920px){#siteHeader .sbn-termin-desktop{display:none}#siteHeader .sbn-termin-mobile{display:inline}#siteHeader .sbn-header-appointment{gap:5px;padding:10px 8px}#siteHeader.sbn-unified-header .header-inner{gap:9px}#siteHeader.sbn-unified-header .header-search input{font-size:12px;padding-left:7px}}
@media(max-width:768px){#siteHeader .sbn-header-appointment{grid-column:3;grid-row:2;height:42px;padding:9px 10px;font-size:12px;gap:6px;border-radius:8px}#siteHeader .sbn-termin-desktop{display:none}#siteHeader .sbn-termin-mobile{display:inline}#siteHeader.sbn-unified-header .header-search{grid-column:1/3}#siteHeader .header-search input{font-size:14px}}

#siteHeader .header-actions>.sbn-header-b2b{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;white-space:nowrap;text-decoration:none;min-height:34px}
@media(max-width:768px){#siteHeader .header-actions{gap:10px}#siteHeader .header-actions>.sbn-header-b2b{padding:7px 8px;font-size:11px;min-height:32px}}


/* sbn-mobile-promo */
/* Compact mobile brand row; keep the desktop delivery layout. */
#sbn-service-bar.sbn-promo-intro .sbn-promo-art,#sbn-service-bar.sbn-promo-intro .sbn-promo-headline strong{animation:none}
#sbn-service-bar.sbn-promo-drive .sbn-promo-art{animation:sbnTruckDrive 3500ms cubic-bezier(.22,.65,.28,1) both}
@keyframes sbnTruckDrive{from{transform:translate3d(var(--sbn-truck-start,-20px),0,0)}to{transform:translate3d(0,0,0)}}
@media(max-width:768px){
 #sbn-service-bar .sbn-promo-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;box-sizing:border-box;min-height:82px;padding:12px 14px}
 #sbn-service-bar .sbn-promo-brand{display:flex;align-items:center;justify-self:start;min-width:0}
 #sbn-service-bar .sbn-promo-brand img{display:block;width:104px;height:44px;max-width:100%;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}
 #sbn-service-bar .sbn-promo-brand span{font-size:15px}
 #sbn-service-bar .sbn-promo-group{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:7px;width:auto;flex:none;min-width:0}
 #sbn-service-bar .sbn-promo-copy{flex:0 1 auto;text-align:right;min-width:0}
 #sbn-service-bar .sbn-promo-eyebrow{display:none}
 #sbn-service-bar .sbn-promo-headline{font-size:15px;line-height:1.2;letter-spacing:-.015em}
 #sbn-service-bar .sbn-promo-headline>span{display:block;margin:0 0 1px}
 #sbn-service-bar .sbn-promo-headline strong{display:block;white-space:nowrap;font-size:14px}
 #sbn-service-bar .sbn-promo-star{font-size:9px;margin-left:1px}
 #sbn-service-bar .sbn-promo-sub{font-size:9px;line-height:1.35;margin-top:4px;white-space:nowrap}
 #sbn-service-bar .sbn-promo-truck-details{position:static;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 48px;width:48px;min-height:48px;padding:0;margin:0;gap:3px;border:0;background:transparent;text-decoration:none}
 #sbn-service-bar .sbn-promo-truck-label{font-size:7px;line-height:1.3}
 #sbn-service-bar .sbn-promo-truck-details .sbn-promo-art{display:flex;flex:none}
 #sbn-service-bar .sbn-promo-truck-details .sbn-promo-art svg{width:46px;height:31px}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .header-logo{display:none}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .header-inner{grid-template-columns:44px minmax(0,1fr) auto;column-gap:8px!important}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .sbn-header-appointment{grid-column:2;grid-row:1;justify-self:start;padding:9px 10px;min-width:0;height:42px}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .header-actions{grid-column:3;grid-row:1;gap:6px}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .header-search{grid-column:1/-1;grid-row:2}
}
@media(max-width:360px){
 #sbn-service-bar .sbn-promo-inner{gap:8px;padding-inline:12px;min-height:78px}
 #sbn-service-bar .sbn-promo-brand img{width:88px;height:39px}
 #sbn-service-bar .sbn-promo-group{gap:4px}
 #sbn-service-bar .sbn-promo-headline{font-size:14px}
 #sbn-service-bar .sbn-promo-headline strong{font-size:13px}
 #sbn-service-bar .sbn-promo-sub{font-size:8px}
 #sbn-service-bar .sbn-promo-truck-details{flex-basis:44px;width:44px}
 #sbn-service-bar .sbn-promo-truck-details .sbn-promo-art svg{width:42px;height:29px}
 .sbn-mobile-ready #siteHeader.sbn-has-promo .sbn-header-appointment{padding:9px 7px;font-size:11px;gap:4px}
}
@media(prefers-reduced-motion:reduce){#sbn-service-bar.sbn-promo-drive .sbn-promo-art{animation:none!important}}

/* sbn-configurator-entry */
.sbn-plan-entry{margin:18px 0;padding:18px 20px;border:1px solid #d9e1d4;border-radius:12px;background:#f3f6ec;color:#294e3c}.sbn-plan-entry strong{display:block;font-size:16px}.sbn-plan-entry p{font-size:13px;line-height:1.6;margin:6px 0 12px}.sbn-plan-entry a{font-weight:700;color:#315d44;text-decoration:underline;text-underline-offset:3px}.sbn-home-plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sbn-home-plan-card{display:flex;flex-direction:column;border:1px solid #dce4d6;border-radius:15px;padding:20px;background:#f6f8f0;color:#254f3c;text-decoration:none}.sbn-home-plan-card canvas{width:84px;height:78px}.sbn-home-plan-card h3{font-size:18px;margin:10px 0}.sbn-home-plan-card p{font-size:13px;line-height:1.6;margin:0 0 16px;color:#6b7568;flex:1}.sbn-home-plan-card span{font-weight:700;font-size:13px}.sbn-product-all.sbn-plan-menu{background:#edf3e7;color:#31573f}.nav-mega-panel>a[data-sbn-plan]{border-top:1px solid #e2e7dc;font-weight:700;color:#31573f}@media(max-width:700px){.sbn-home-plan-grid{grid-template-columns:repeat(2,1fr);gap:10px}.sbn-home-plan-card{padding:16px 13px}.sbn-home-plan-card h3{font-size:16px}.sbn-home-plan-card p{font-size:12px}}
