.sf-b2b{--sf-ink: #14233a;--sf-muted: #526273;--sf-accent: #0ea5e9;--sf-accent-dark: #0284c7;--sf-line: #e3e9ef;--sf-soft: #f6f8fa;--sf-white: #ffffff;--sf-shadow: 0 18px 48px rgba(20, 35, 58, .08);color:var(--sf-ink);background:var(--sf-white)}.sf-b2b *,.sf-b2b *:before,.sf-b2b *:after{box-sizing:border-box}.sf-b2b__container{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:1.5rem}.sf-b2b__container--narrow{width:100%;max-width:98rem;margin-inline:auto;padding-inline:1.5rem}@media screen and (min-width:750px){.sf-b2b__container,.sf-b2b__container--narrow{padding-inline:5rem}}.sf-b2b__eyebrow{margin:0 0 12px;color:var(--sf-accent-dark);font-size:12px;font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.sf-b2b__heading{margin:0;color:var(--sf-ink);font-size:clamp(32px,4vw,52px);font-weight:500;letter-spacing:-.035em;line-height:1.08}.sf-b2b__heading--section{font-size:clamp(28px,3vw,40px)}.sf-b2b__copy{color:var(--sf-muted);font-size:17px;line-height:1.72}.sf-b2b__button-row{display:flex;flex-wrap:wrap;gap:12px}.sf-b2b__button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 24px;border:1px solid var(--sf-accent);border-radius:5px;font-size:13px;font-weight:800;letter-spacing:.07em;line-height:1;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.sf-b2b__button:hover{transform:translateY(-2px)}.sf-b2b__button--primary{color:#fff;background:var(--sf-accent)}.sf-b2b__button--primary:hover{color:#fff;background:var(--sf-accent-dark);border-color:var(--sf-accent-dark)}.sf-b2b__button--secondary{color:var(--sf-ink);background:#fff}.sf-b2b__button--secondary:hover{color:var(--sf-accent-dark);border-color:var(--sf-accent-dark)}.sf-b2b__breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 20px;color:var(--sf-muted);font-size:13px;line-height:1.5}.sf-b2b__breadcrumb a{color:inherit;text-decoration:none}.sf-b2b__breadcrumb a:hover{color:var(--sf-accent-dark)}.sf-b2b__breadcrumb-separator{color:#9aa7b4}.sf-b2b-product{padding:44px 0 64px}.sf-b2b-product__layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:clamp(42px,6vw,76px);align-items:start}.sf-b2b-product__gallery{min-width:0}.sf-b2b-product__main-media{position:relative;display:grid;width:100%;aspect-ratio:1 / 1;place-items:center;overflow:hidden;padding:clamp(18px,3vw,38px);background:var(--sf-soft);border:1px solid var(--sf-line);border-radius:14px;cursor:zoom-in}.sf-b2b-product__main-media img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .24s ease}.sf-b2b-product__main-media:hover img{transform:scale(1.045)}.sf-b2b-product__zoom-label{position:absolute;right:14px;bottom:14px;display:inline-flex;min-height:34px;align-items:center;padding:0 12px;color:var(--sf-ink);background:#ffffffeb;border:1px solid var(--sf-line);border-radius:999px;font-size:12px;font-weight:700;pointer-events:none}.sf-b2b-product__thumbnails{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px}.sf-b2b-product__thumbnail{display:grid;width:100%;aspect-ratio:1 / 1;place-items:center;overflow:hidden;padding:7px;background:#fff;border:1px solid var(--sf-line);border-radius:9px;cursor:pointer}.sf-b2b-product__thumbnail[aria-current=true]{border-color:var(--sf-accent-dark);box-shadow:0 0 0 1px var(--sf-accent-dark)}.sf-b2b-product__thumbnail img{width:100%;height:100%;object-fit:contain}.sf-b2b-product__info{position:sticky;top:110px;min-width:0}.sf-b2b-product__collection-label{display:inline-flex;margin:0 0 14px;color:var(--sf-accent-dark);font-size:12px;font-weight:800;letter-spacing:.12em;line-height:1.2;text-decoration:none;text-transform:uppercase}.sf-b2b-product__title{margin:0;color:var(--sf-ink);font-size:clamp(34px,3.6vw,48px);font-weight:500;letter-spacing:-.04em;line-height:1.08}.sf-b2b-product__summary{margin-top:22px;color:var(--sf-muted);font-size:17px;line-height:1.72}.sf-b2b-product__summary>:first-child{margin-top:0}.sf-b2b-product__summary>:last-child{margin-bottom:0}.sf-b2b-product__features{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}.sf-b2b-product__features li{position:relative;padding-left:22px;color:var(--sf-ink);font-size:15px;line-height:1.55}.sf-b2b-product__features li:before{position:absolute;top:.64em;left:1px;width:7px;height:7px;background:var(--sf-accent);border-radius:50%;content:""}.sf-b2b-product__specs{display:grid;gap:0;margin-top:26px;border-top:1px solid var(--sf-line)}.sf-b2b-product__spec-row{display:grid;grid-template-columns:minmax(120px,.42fr) minmax(0,.58fr);gap:18px;padding:12px 0;border-bottom:1px solid var(--sf-line)}.sf-b2b-product__spec-label{color:var(--sf-muted);font-size:13px;font-weight:700;line-height:1.5}.sf-b2b-product__spec-value{color:var(--sf-ink);font-size:14px;font-weight:600;line-height:1.5}.sf-b2b-product__actions{margin-top:28px}.sf-b2b-product__trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid var(--sf-line)}.sf-b2b-product__trust-item{color:var(--sf-muted);font-size:12px;font-weight:700;line-height:1.45}.sf-b2b-product__dialog{width:min(92vw,1050px);max-width:none;max-height:92vh;padding:46px 24px 24px;overflow:hidden;background:#fff;border:0;border-radius:14px;box-shadow:var(--sf-shadow)}.sf-b2b-product__dialog::backdrop{background:#09121ec2}.sf-b2b-product__dialog img{display:block;width:100%;height:min(78vh,860px);object-fit:contain}.sf-b2b-product__dialog-close{position:absolute;top:10px;right:12px;display:grid;width:36px;height:36px;place-items:center;color:var(--sf-ink);background:var(--sf-soft);border:1px solid var(--sf-line);border-radius:50%;cursor:pointer;font-size:24px;line-height:1}.sf-b2b-product-content{padding:76px 0;background:#fff;border-top:1px solid var(--sf-line)}.sf-b2b-product-content__header{margin-bottom:30px}.sf-b2b-rte{color:var(--sf-muted);font-size:17px;line-height:1.78}.sf-b2b-rte h2,.sf-b2b-rte h3,.sf-b2b-rte h4{color:var(--sf-ink);font-weight:600;letter-spacing:-.02em}.sf-b2b-rte h2{margin:50px 0 18px;font-size:clamp(27px,3vw,36px);line-height:1.2}.sf-b2b-rte h3{margin:34px 0 14px;font-size:clamp(22px,2.4vw,28px);line-height:1.25}.sf-b2b-rte h4{margin:28px 0 10px;font-size:20px}.sf-b2b-rte p,.sf-b2b-rte ul,.sf-b2b-rte ol{margin:0 0 20px}.sf-b2b-rte ul,.sf-b2b-rte ol{padding-left:24px}.sf-b2b-rte li+li{margin-top:8px}.sf-b2b-rte a{color:var(--sf-accent-dark);font-weight:700;text-underline-offset:3px}.sf-b2b-rte img{height:auto;margin:26px auto;border-radius:12px}.sf-b2b-rte table{display:block;width:100%;margin:26px 0;overflow-x:auto;border-collapse:collapse}.sf-b2b-rte th,.sf-b2b-rte td{min-width:150px;padding:13px 14px;border:1px solid var(--sf-line);text-align:left;vertical-align:top}.sf-b2b-rte th{color:var(--sf-ink);background:var(--sf-soft)}.sf-b2b-collection-hero{padding:48px 0 58px;background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid var(--sf-line)}.sf-b2b-collection-hero__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:clamp(44px,7vw,92px);align-items:center}.sf-b2b-collection-hero__intro{max-width:710px;margin:20px 0 0;color:var(--sf-muted);font-size:17px;line-height:1.72}.sf-b2b-collection-hero__intro>:first-child{margin-top:0}.sf-b2b-collection-hero__intro>:last-child{margin-bottom:0}.sf-b2b-collection-hero__benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px}.sf-b2b-collection-hero__benefit{padding:14px 16px;color:var(--sf-ink);background:#fff;border:1px solid var(--sf-line);border-radius:8px;font-size:13px;font-weight:700;line-height:1.45}.sf-b2b-collection-hero__actions{margin-top:28px}.sf-b2b-collection-hero__media{display:grid;aspect-ratio:1 / 1;place-items:center;overflow:hidden;background:#fff;border:1px solid var(--sf-line);border-radius:14px;box-shadow:var(--sf-shadow)}.sf-b2b-collection-hero__media img{width:100%;height:100%;object-fit:cover}.sf-b2b-collection-hero__placeholder{color:var(--sf-muted);font-size:14px}.sf-b2b-collection-hero__links{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.sf-b2b-collection-hero__link{display:inline-flex;min-height:38px;align-items:center;padding:0 14px;color:var(--sf-ink);background:#fff;border:1px solid var(--sf-line);border-radius:999px;font-size:13px;font-weight:700;line-height:1;text-decoration:none}.sf-b2b-collection-hero__link:hover,.sf-b2b-collection-hero__link[aria-current=page]{color:#fff;background:var(--sf-ink);border-color:var(--sf-ink)}.sf-b2b-collection-grid{padding:62px 0 78px}.sf-b2b-collection-grid__toolbar{display:flex;gap:24px;align-items:end;justify-content:space-between;margin-bottom:28px}.sf-b2b-collection-grid__count{margin:10px 0 0;color:var(--sf-muted);font-size:14px}.sf-b2b-collection-grid__sort{display:grid;gap:7px;min-width:200px}.sf-b2b-collection-grid__sort label{color:var(--sf-muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sf-b2b-collection-grid__sort select{min-height:44px;padding:0 38px 0 13px;color:var(--sf-ink);background:#fff;border:1px solid var(--sf-line);border-radius:6px;font:inherit}.sf-b2b-product-grid{display:grid;grid-template-columns:repeat(var(--sf-columns-desktop, 3),minmax(0,1fr));gap:22px}.sf-b2b-product-card{display:flex;min-width:0;height:100%;flex-direction:column;overflow:hidden;color:var(--sf-ink);background:#fff;border:1px solid var(--sf-line);border-radius:12px;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.sf-b2b-product-card:hover{border-color:#b9c8d6;box-shadow:0 16px 38px #14233a17;transform:translateY(-3px)}.sf-b2b-product-card__media{display:grid;aspect-ratio:1 / 1;place-items:center;overflow:hidden;padding:22px;background:var(--sf-soft)}.sf-b2b-product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .22s ease}.sf-b2b-product-card:hover .sf-b2b-product-card__media img{transform:scale(1.035)}.sf-b2b-product-card__placeholder{width:68%;color:#c8d1da}.sf-b2b-product-card__body{display:flex;flex:1;flex-direction:column;padding:18px 18px 20px}.sf-b2b-product-card__eyebrow{margin:0 0 8px;color:var(--sf-accent-dark);font-size:11px;font-weight:800;letter-spacing:.1em;line-height:1.25;text-transform:uppercase}.sf-b2b-product-card__title{margin:0;color:var(--sf-ink);font-size:18px;font-weight:650;letter-spacing:-.01em;line-height:1.35}.sf-b2b-product-card__summary{display:-webkit-box;margin:11px 0 0;overflow:hidden;color:var(--sf-muted);font-size:14px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sf-b2b-product-card__meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.sf-b2b-product-card__meta span{display:inline-flex;min-height:28px;align-items:center;padding:0 9px;color:var(--sf-muted);background:var(--sf-soft);border-radius:999px;font-size:11px;font-weight:700}.sf-b2b-product-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:18px;color:var(--sf-ink);font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.sf-b2b-product-card:hover .sf-b2b-product-card__link{color:var(--sf-accent-dark)}.sf-b2b-collection-grid__empty{padding:46px 24px;color:var(--sf-muted);background:var(--sf-soft);border-radius:12px;text-align:center}.sf-b2b-collection-grid .pagination-wrapper{margin-top:46px}.sf-b2b-content{padding:var(--sf-section-top, 72px) 0 var(--sf-section-bottom, 72px);background:var(--sf-section-background, #fff)}.sf-b2b-content__layout,.sf-b2b-content__text{width:100%}.sf-b2b-content__header{max-width:920px}.sf-b2b-content__body{width:100%;margin-top:30px}.sf-b2b-content__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:26px}.sf-b2b-content__feature{padding:16px;background:#fff;border:1px solid var(--sf-line);border-radius:8px}.sf-b2b-content__feature h3{margin:0;color:var(--sf-ink);font-size:16px;line-height:1.35}.sf-b2b-content__feature p{margin:8px 0 0;color:var(--sf-muted);font-size:14px;line-height:1.55}.sf-b2b-content__body--html>:first-child{margin-top:0}.sf-b2b-seo-lead{max-width:1050px;margin:0 0 34px;color:var(--sf-muted);font-size:18px;line-height:1.78}.sf-b2b-seo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:30px 0}.sf-b2b-seo-card{min-width:0;padding:clamp(22px,2.6vw,34px);background:#fff;border:1px solid var(--sf-line);border-radius:14px;box-shadow:0 12px 34px #14233a0e}.sf-b2b-seo-card--wide{grid-column:1 / -1}.sf-b2b-seo-card h2,.sf-b2b-seo-card h3{margin-top:0}.sf-b2b-seo-card>:last-child{margin-bottom:0}.sf-b2b-seo-callout{margin:24px 0;padding:clamp(22px,2.6vw,34px);background:linear-gradient(135deg,#f1f8fc,#f8fafc);border:1px solid #d8e8f1;border-left:4px solid var(--sf-accent);border-radius:12px}.sf-b2b-seo-callout>:first-child{margin-top:0}.sf-b2b-seo-callout>:last-child{margin-bottom:0}.sf-b2b-seo-faq{margin-top:34px}.sf-b2b-seo-faq>h2{margin-top:0}.sf-b2b-seo-faq details{margin-top:12px;background:#fff;border:1px solid var(--sf-line);border-radius:10px}.sf-b2b-seo-faq summary{position:relative;padding:18px 52px 18px 20px;color:var(--sf-ink);cursor:pointer;font-size:17px;font-weight:700;line-height:1.45;list-style:none}.sf-b2b-seo-faq summary::-webkit-details-marker{display:none}.sf-b2b-seo-faq summary:after{position:absolute;top:50%;right:20px;content:"+";color:var(--sf-accent-dark);font-size:24px;font-weight:500;transform:translateY(-50%)}.sf-b2b-seo-faq details[open] summary:after{content:"\2212"}.sf-b2b-seo-faq details>div{padding:0 20px 20px}.sf-b2b-seo-faq details p:last-child{margin-bottom:0}.sf-b2b-seo-links{margin-top:34px;padding:clamp(22px,2.6vw,34px);background:var(--sf-soft);border:1px solid var(--sf-line);border-radius:14px}.sf-b2b-seo-links h2{margin-top:0}.sf-b2b-seo-links ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;padding-left:20px}.sf-b2b-seo-links li+li{margin-top:0}.sf-b2b-faq{padding:72px 0;background:#fff;border-top:1px solid var(--sf-line)}.sf-b2b-faq__header{max-width:760px;margin-bottom:30px}.sf-b2b-faq__list{border-top:1px solid var(--sf-line)}.sf-b2b-faq__item{border-bottom:1px solid var(--sf-line)}.sf-b2b-faq__question{display:flex;width:100%;min-height:68px;align-items:center;justify-content:space-between;gap:20px;color:var(--sf-ink);cursor:pointer;font-size:17px;font-weight:700;line-height:1.45;list-style:none}.sf-b2b-faq__question::-webkit-details-marker{display:none}.sf-b2b-faq__question:after{color:var(--sf-accent-dark);content:"+";font-size:24px;font-weight:400}.sf-b2b-faq__item[open] .sf-b2b-faq__question:after{content:"\2013"}.sf-b2b-faq__answer{max-width:880px;padding:0 44px 24px 0;color:var(--sf-muted);font-size:15px;line-height:1.72}.sf-b2b-faq__answer>:first-child{margin-top:0}.sf-b2b-related{padding:72px 0 82px;background:var(--sf-soft)}.sf-b2b-related__header,.sf-b2b-hub__header{display:flex;gap:28px;align-items:end;justify-content:space-between;margin-bottom:30px}.sf-b2b-related__grid,.sf-b2b-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sf-b2b-related__card,.sf-b2b-hub__card{display:flex;min-width:0;height:100%;flex-direction:column;overflow:hidden;color:var(--sf-ink);background:#fff;border:1px solid var(--sf-line);border-radius:12px;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.sf-b2b-related__card:hover,.sf-b2b-hub__card:hover{border-color:#b9c8d6;box-shadow:0 16px 36px #14233a14;transform:translateY(-3px)}.sf-b2b-related__media,.sf-b2b-hub__media{display:grid;aspect-ratio:1 / 1;place-items:center;overflow:hidden;background:#eef3f7}.sf-b2b-related__media img,.sf-b2b-hub__media img{width:100%;height:100%;object-fit:cover}.sf-b2b-related__content,.sf-b2b-hub__content{display:flex;flex:1;flex-direction:column;padding:18px}.sf-b2b-related__title,.sf-b2b-hub__title{margin:0;color:var(--sf-ink);font-size:19px;font-weight:650;letter-spacing:-.01em;line-height:1.35}.sf-b2b-related__copy,.sf-b2b-hub__copy{margin:10px 0 0;color:var(--sf-muted);font-size:14px;line-height:1.55}.sf-b2b-related__arrow,.sf-b2b-hub__arrow{margin-top:auto;padding-top:16px;color:var(--sf-accent-dark);font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.sf-b2b-hub{padding:72px 0 88px;background:#fff}.sf-b2b-hub__intro{max-width:720px;margin:18px 0 0;color:var(--sf-muted);font-size:17px;line-height:1.7}@media screen and (max-width:989px){.sf-b2b-product__layout,.sf-b2b-collection-hero__layout{grid-template-columns:1fr}.sf-b2b-product__info{position:static}.sf-b2b-collection-hero__media{max-width:620px}.sf-b2b-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.sf-b2b__container,.sf-b2b__container--narrow{width:100%;padding-inline:1.5rem}.sf-b2b-product{padding:24px 0 46px}.sf-b2b-product__layout{gap:30px}.sf-b2b-product__main-media{padding:16px;border-radius:10px}.sf-b2b-product__thumbnails{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.sf-b2b-product__title{font-size:clamp(29px,9vw,36px)}.sf-b2b-product__summary{margin-top:18px;font-size:16px}.sf-b2b-product__spec-row{grid-template-columns:105px minmax(0,1fr);gap:12px}.sf-b2b-product__actions .sf-b2b__button-row{display:grid;grid-template-columns:1fr}.sf-b2b-product__actions .sf-b2b__button{width:100%}.sf-b2b-product__trust{grid-template-columns:1fr}.sf-b2b-product-content,.sf-b2b-collection-grid,.sf-b2b-content,.sf-b2b-faq,.sf-b2b-related,.sf-b2b-hub{padding-top:52px;padding-bottom:58px}.sf-b2b-collection-hero{padding:30px 0 42px}.sf-b2b-collection-hero__layout{gap:30px}.sf-b2b-collection-hero__benefits{grid-template-columns:1fr}.sf-b2b-collection-hero__actions .sf-b2b__button-row{display:grid;grid-template-columns:1fr}.sf-b2b-collection-hero__actions .sf-b2b__button{width:100%}.sf-b2b-collection-grid__toolbar,.sf-b2b-related__header,.sf-b2b-hub__header{display:block}.sf-b2b-collection-grid__sort{width:100%;margin-top:20px}.sf-b2b-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sf-b2b-product-card__media{padding:12px}.sf-b2b-product-card__body{padding:13px 12px 15px}.sf-b2b-product-card__eyebrow,.sf-b2b-product-card__summary,.sf-b2b-product-card__meta{display:none}.sf-b2b-product-card__title{font-size:14px;line-height:1.38}.sf-b2b-product-card__link{padding-top:12px;font-size:11px}.sf-b2b-content__features,.sf-b2b-seo-grid,.sf-b2b-seo-links ul{grid-template-columns:1fr}.sf-b2b-related__grid,.sf-b2b-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sf-b2b-related__content,.sf-b2b-hub__content{padding:13px 12px 15px}.sf-b2b-related__title,.sf-b2b-hub__title{font-size:14px;line-height:1.4}.sf-b2b-related__copy,.sf-b2b-hub__copy{display:none}.sf-b2b-related__arrow,.sf-b2b-hub__arrow{font-size:11px}}@media(prefers-reduced-motion:reduce){.sf-b2b__button,.sf-b2b-product__main-media img,.sf-b2b-product-card,.sf-b2b-product-card__media img,.sf-b2b-related__card,.sf-b2b-hub__card{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/93/assets/senfon-b2b-catalog.css.map */
