:root{--sh-radius: 20px;--sh-ink: #067A83;--sh-star: #FFB300;--sh-tint: rgba(8, 198, 211, .1);--sh-shadow-soft: 0 8px 24px rgba(17, 17, 17, .06);--sh-shadow-card: 0 4px 14px rgba(17, 17, 17, .05), 0 16px 36px rgba(17, 17, 17, .06);--sh-shadow-card-hover: 0 6px 18px rgba(17, 17, 17, .07), 0 22px 46px rgba(17, 17, 17, .09);--sh-ease: cubic-bezier(.23, 1, .32, 1)}.sh-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:48px;padding:0 24px;border-radius:999px;font-size:14.5px;font-weight:700;text-decoration:none;transition:transform .16s var(--sh-ease),background .15s ease,border-color .15s ease}.sh-btn:active{transform:scale(.97)}.sh-btn--primary{background:var(--sm-turq, #08C6D3);color:#111}.sh-btn--primary:hover{background:var(--sm-turq-dark, #06AAB6)}.sh-btn--outline{background:#fff;color:#111;border:1.5px solid var(--sm-border, #E7EBEE)}.sh-btn--outline:hover{border-color:var(--sh-ink)}.sh-btn-ico{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#1111111a;flex:0 0 auto;margin-right:-12px;transition:transform .25s var(--sh-ease)}.sh-btn-ico svg{width:13px;height:13px;stroke:currentColor;stroke-width:2.2;fill:none}.sh-btn:hover .sh-btn-ico{transform:translate(2px,-1px) scale(1.05)}.sh-hero{padding:12px 0 6px}.sh-hero .sm-container{display:flex;flex-direction:column;gap:14px}.sh-hero-badge{display:inline-flex;align-items:center;gap:7px;background:var(--sh-tint);color:var(--sh-ink);font-size:12px;font-weight:800;padding:6px 12px;border-radius:20px;margin-bottom:8px}.sh-hero-badge .sh-dot{width:6px;height:6px;border-radius:50%;background:var(--sm-turq-dark, #06AAB6)}.sh-hero-text h1{margin:0 0 8px;font-size:26px;line-height:1.14;font-weight:800;letter-spacing:-.01em;color:#111;max-width:560px;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.sh-hero-sub{margin:0 0 12px;font-size:14px;line-height:1.5;color:#586274;max-width:520px}.sh-hero-sub--desktop{display:none}.sh-hero-ctas{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.sh-hero-ctas .sh-btn{width:100%}.sh-hero-trust{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px 6px;font-size:12px;color:#586274}.sh-hero-trust--desktop{display:none}.sh-hero-trust .sh-star{color:var(--sh-star)}.sh-hero-trust .sh-sep{color:#b6bfc9}.sh-trust-lead{display:inline-flex;align-items:center;gap:5px;font-weight:700;color:#111}.sh-trust-rest{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px}.sh-trust-lead:has(+.sh-trust-rest):after{content:"\b7";color:#b6bfc9;margin-left:2px}.sh-trust-rest>span{white-space:nowrap}.sh-hero-media{position:relative;border-radius:var(--sh-radius);overflow:hidden;background:var(--sm-bg-light, #F7F9FA);aspect-ratio:16 / 10;box-shadow:inset 0 0 0 1px #1111110d,var(--sh-shadow-soft)}.sh-hero-media img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:768px){.sh-hero{padding:18px 0 10px}.sh-hero .sm-container{gap:22px}.sh-hero-badge{padding:7px 14px;margin-bottom:14px}.sh-hero-text h1{font-size:38px;margin-bottom:12px}.sh-hero-sub{font-size:15px;line-height:1.55;margin-bottom:20px}.sh-hero-sub--desktop{display:block}.sh-hero-sub--mobiel{display:none}.sh-hero-ctas{gap:10px;margin-bottom:14px}.sh-hero-trust{font-size:12.5px;gap:6px}.sh-hero-trust--desktop{display:flex}.sh-hero-trust--mobiel{display:none}.sh-hero-media{aspect-ratio:4 / 3}}@media(min-width:1024px){.sh-hero{padding:26px 0 12px}.sh-hero .sm-container{flex-direction:row;align-items:center;gap:48px}.sh-hero-text{flex:0 0 46%}.sh-hero-media{flex:1;aspect-ratio:5 / 4}.sh-hero-text h1{font-size:44px}.sh-hero-ctas{flex-direction:row}.sh-hero-ctas .sh-btn{width:auto}}.sh-keuze-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.sh-keuze-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--sm-border, #E7EBEE);border-radius:var(--sh-radius);overflow:hidden;text-decoration:none;color:#111;box-shadow:var(--sh-shadow-soft);transition:border-color .2s var(--sh-ease),box-shadow .22s var(--sh-ease),transform .22s var(--sh-ease)}.sh-keuze-card:hover,.sh-keuze-card:focus-visible{border-color:var(--sm-turq, #08C6D3);box-shadow:var(--sh-shadow-card-hover);transform:translateY(-2px)}.sh-keuze-visual{position:relative;aspect-ratio:4 / 3;background:var(--sm-bg-light, #F7F9FA);overflow:hidden}.sh-keuze-visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sh-keuze-visual--contain img{object-fit:contain;padding:10px}.sh-keuze-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px;flex:1}.sh-keuze-body h3{margin:0;font-size:13.5px;line-height:1.3;font-weight:800}.sh-keuze-body p{margin:0;font-size:12px;line-height:1.45;color:#586274;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sh-keuze-cta{margin-top:auto;padding-top:4px;display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:var(--sh-ink)}.sh-keuze-cta svg{width:13px;height:13px;stroke:currentColor;stroke-width:2;fill:none}@media(min-width:768px){.sh-keuze-row{gap:14px}.sh-keuze-body{padding:14px 16px 16px;gap:8px}.sh-keuze-body h3{font-size:15.5px}.sh-keuze-body p{font-size:13px;-webkit-line-clamp:3}.sh-keuze-cta{font-size:13px}.sh-keuze-cta svg{width:14px;height:14px}}@media(min-width:1024px){.sh-keuze-row{grid-template-columns:repeat(4,1fr);gap:16px}}.sh-best-row{display:flex;gap:14px;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;padding:6px 4px 14px}.sh-best-row::-webkit-scrollbar{display:none}.sh-best-card{flex:0 0 70%;min-width:0;scroll-snap-align:start;display:flex;flex-direction:column;background:#fff;border:1px solid var(--sm-border, #E7EBEE);border-radius:var(--sh-radius);overflow:hidden;text-decoration:none;color:#111;box-shadow:var(--sh-shadow-soft);transition:border-color .2s var(--sh-ease),box-shadow .22s var(--sh-ease),transform .22s var(--sh-ease)}.sh-best-card:hover,.sh-best-card:focus-visible{border-color:var(--sm-turq, #08C6D3);box-shadow:var(--sh-shadow-card-hover);transform:translateY(-2px)}.sh-best-card--featured{border-color:var(--sm-turq, #08C6D3)}.sh-best-visual{position:relative;aspect-ratio:1 / 1;background:var(--sm-bg-light, #F7F9FA);overflow:hidden}.sh-best-visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:14px;object-fit:contain}.sh-best-label{position:absolute;top:12px;left:12px;z-index:1;background:#fff;color:#111;font-size:11px;font-weight:700;padding:5px 11px;border-radius:999px;box-shadow:var(--sh-shadow-soft)}.sh-best-atc{position:absolute;right:10px;bottom:10px;z-index:2;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--sm-turq-dark, #06AAB6);box-shadow:var(--sh-shadow-card-hover, 0 6px 18px rgba(17, 17, 17, .14));border:1px solid var(--sm-border, #E7EBEE);cursor:pointer;transition:transform .18s var(--sh-ease),background .18s var(--sh-ease),color .18s var(--sh-ease)}.sh-best-atc svg{width:20px;height:20px}.sh-best-atc:hover,.sh-best-atc:focus-visible{background:var(--sm-turq-dark, #06AAB6);color:#fff;transform:scale(1.08);outline:none}.sh-best-atc.active{opacity:.6;pointer-events:none}.sh-best-body{display:flex;flex-direction:column;flex:1;padding:14px 16px 16px}.sh-best-pos{margin:0 0 4px;font-size:12px;font-weight:700;color:var(--sh-ink)}.sh-best-body h3{margin:0 0 8px;font-size:15.5px;line-height:1.3;font-weight:800}.sh-best-usps{list-style:none;margin:0 0 12px;padding:0}.sh-best-usps li{display:flex;gap:8px;align-items:flex-start;font-size:12.5px;line-height:1.4;color:#586274;padding:2px 0}.sh-check{width:16px;height:16px;margin-top:1px;flex:0 0 auto;border-radius:50%;background:#08c6d326;display:inline-flex;align-items:center;justify-content:center}.sh-check svg{width:9px;height:9px;stroke:var(--sh-ink);stroke-width:3;fill:none}.sh-best-prijs{margin-top:auto;display:flex;align-items:baseline;gap:8px;padding-bottom:10px}.sh-best-prijs strong{font-size:18px;font-weight:800}.sh-best-prijs s{font-size:13px;color:#b76e79;font-weight:500}.sh-best-cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--sm-turq, #08C6D3);color:#111;font-size:13.5px;font-weight:700;padding:11px 14px;border-radius:999px;transition:background .15s ease}.sh-best-card:hover .sh-best-cta{background:var(--sm-turq-dark, #06AAB6)}.sh-best-cta svg{box-sizing:border-box;width:22px;height:22px;padding:5px;border-radius:50%;background:#1111111a;stroke:currentColor;stroke-width:2.2;fill:none;margin-right:-4px;transition:transform .25s var(--sh-ease)}.sh-best-card:hover .sh-best-cta svg{transform:translate(2px,-1px)}@media(min-width:768px){.sh-best-row{display:grid;grid-template-columns:repeat(2,1fr);overflow:visible;padding:6px 0 4px}.sh-best-card{flex:none}}@media(min-width:1024px){.sh-best-row{grid-template-columns:repeat(5,1fr);gap:14px}.sh-best-body h3{font-size:14px}}@media(min-width:1024px)and (max-width:1279px){.sh-best-row{grid-template-columns:repeat(3,1fr)}}.sm-section.sm-trustband--compact{padding:9px 0;background:var(--sm-bg-light, #F7F9FA)}.sm-trustband--compact .sm-section-head{display:none}.sm-trustband--compact .sm-trustband{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3px 14px}.sm-trustband--compact .sm-trust-tile{flex:0 0 auto;display:flex;flex-direction:row;align-items:center;gap:6px;background:none;border:none;border-radius:0;padding:0;white-space:nowrap;box-shadow:none}.sm-trustband--compact .sm-trust-tile+.sm-trust-tile:before{content:"\b7";color:var(--sm-border, #E7EBEE);margin-right:8px}.sm-trustband--compact .sm-trust-tile .sm-icon{display:none;width:auto;height:auto;background:transparent;border-radius:0;flex:0 0 auto}.sm-trustband--compact .sm-trust-tile .sm-icon svg{width:14px;height:14px;stroke:var(--sh-ink)}.sm-trustband--compact .sm-trust-tile h3{font-size:11.5px;font-weight:600;margin:0;white-space:nowrap;color:#586274;letter-spacing:.01em}.sm-trustband--compact .sm-trust-tile p{display:none}@media(min-width:768px){.sm-section.sm-trustband--compact{padding:11px 0}.sm-trustband--compact .sm-trustband{gap:4px 32px}.sm-trustband--compact .sm-trust-tile .sm-icon{display:inline-flex}.sm-trustband--compact .sm-trust-tile+.sm-trust-tile:before{display:none}.sm-trustband--compact .sm-trust-tile h3{font-size:12px}}@media(min-width:1024px){.sm-section.sm-trustband--compact{padding:12px 0}.sm-trustband--compact .sm-trustband{gap:4px 48px}.sm-trustband--compact .sm-trust-tile h3{font-size:12.5px}}.sm-trustband--why .sm-section-head{margin-left:auto;margin-right:auto;text-align:center}.sm-trustband--why .sm-trustband{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.sm-trustband--why .sm-trust-tile{display:flex;flex-direction:column;align-items:flex-start;background:#fff;border:none;border-radius:var(--sh-radius);box-shadow:var(--sh-shadow-card);padding:16px}.sm-trustband--why .sm-trust-tile .sm-icon{width:36px;height:36px;border-radius:10px;background:var(--sh-tint);display:flex;align-items:center;justify-content:center;margin-bottom:12px;flex:0 0 auto}.sm-trustband--why .sm-trust-tile .sm-icon svg{width:17px;height:17px;stroke:var(--sh-ink)}.sm-trustband--why .sm-trust-tile h3{font-size:13.5px;margin:0 0 4px}.sm-trustband--why .sm-trust-tile p{font-size:12px;color:#586274;margin:0;line-height:1.45}@media(min-width:768px){.sm-trustband--why .sm-trustband{grid-template-columns:repeat(4,1fr);gap:14px}}.sh-comp-list{display:flex;flex-direction:column;gap:10px}.sh-comp-card{background:#fff;border-radius:var(--sh-radius);box-shadow:var(--sh-shadow-card);overflow:hidden}.sh-comp-thumb{flex:0 0 auto;width:56px;height:56px;border-radius:12px;background:var(--sm-bg-light, #F7F9FA);border:1px solid var(--sm-border, #E7EBEE);overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.sh-comp-thumb img{width:100%;height:100%;object-fit:contain;padding:4px;box-sizing:border-box}.sh-comp-thumb+div{flex:1;min-width:0}.sh-comp-card summary{list-style:none;cursor:pointer;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:10px}.sh-comp-card summary::-webkit-details-marker{display:none}.sh-comp-card summary:after{content:"+";font-size:20px;font-weight:400;color:var(--sh-ink);transition:transform .2s var(--sh-ease);flex:0 0 auto}.sh-comp-card[open] summary:after{transform:rotate(45deg)}.sh-comp-name{font-size:14.5px;font-weight:800;color:#111;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sh-comp-tag{background:#08c6d31f;color:var(--sh-ink);font-size:10.5px;font-weight:700;padding:3px 9px;border-radius:999px}.sh-comp-best{font-size:12px;color:#586274;margin-top:2px}.sh-comp-body{padding:0 16px 16px;display:flex;flex-direction:column;gap:7px}.sh-comp-row{font-size:12.5px;color:#586274;line-height:1.5}.sh-comp-row b{color:#111;font-weight:700}.sh-comp-cta{margin-top:6px;font-size:13px;font-weight:700;color:var(--sh-ink);text-decoration:none}@media(min-width:1024px){.sh-comp-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;align-items:start}.sh-comp-card summary{cursor:default}.sh-comp-card summary:after{display:none}}.sh-col-chips{display:flex;flex-wrap:wrap;gap:8px;margin:-6px 0 22px}.sh-col-chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;border:1px solid var(--sm-border, #E7EBEE);background:#fff;font-size:12.5px;font-weight:600;color:#111;text-decoration:none;transition:border-color .15s var(--sh-ease),background .15s var(--sh-ease)}.sh-col-chip:hover{border-color:var(--sm-turq, #08C6D3)}.sh-col-chip--actief{background:var(--sh-tint);border-color:transparent;color:var(--sh-ink);font-weight:700}.sh-col-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.sh-col-grid .sh-best-card{flex:none}.sh-col-grid .sh-best-body h3{font-size:13px}.sh-col-grid .sh-best-prijs strong{font-size:16px}.sh-col-grid .sh-best-cta{font-size:12.5px;padding:9px 12px}.sh-col-leeg{color:#586274}.sh-col-paginering{display:flex;justify-content:center;gap:10px;margin-top:26px}@media(min-width:768px){.sh-col-grid{grid-template-columns:repeat(3,1fr);gap:14px}.sh-col-grid .sh-best-body h3{font-size:14px}}@media(min-width:1024px){.sh-col-grid{grid-template-columns:repeat(4,1fr);gap:16px}.sh-col-grid .sh-best-prijs strong{font-size:17px}.sh-col-grid .sh-best-cta{font-size:13px}}[id$=__custom_compare_H4LYpC] .custom-compare-heading,[id$=__product_grid_Pc8r4D] .product-grid-heading,[id$=__177031728031631903] h2[class*=ai-testimonials-heading],[id$=__17709798807870e27a] h2[class*=ai-faq-heading]{font-size:22px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:-.01em!important;color:#111!important}@media(min-width:768px){[id$=__custom_compare_H4LYpC] .custom-compare-heading,[id$=__product_grid_Pc8r4D] .product-grid-heading,[id$=__177031728031631903] h2[class*=ai-testimonials-heading],[id$=__17709798807870e27a] h2[class*=ai-faq-heading]{font-size:26px!important}}@media(min-width:1024px){[id$=__custom_compare_H4LYpC] .custom-compare-heading,[id$=__product_grid_Pc8r4D] .product-grid-heading,[id$=__177031728031631903] h2[class*=ai-testimonials-heading],[id$=__17709798807870e27a] h2[class*=ai-faq-heading]{font-size:31px!important}}[id$=__custom_compare_H4LYpC] .custom-compare-heading:before,[id$=__product_grid_Pc8r4D] .product-grid-heading:before,[id$=__177031728031631903] h2[class*=ai-testimonials-heading]:before,[id$=__17709798807870e27a] h2[class*=ai-faq-heading]:before{display:table;margin:0 auto 12px;background:var(--sh-tint);color:var(--sh-ink);font-size:11px;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px}[id$=__custom_compare_H4LYpC] .custom-compare-heading:before{content:"Voor & na"}[id$=__product_grid_Pc8r4D] .product-grid-heading:before{content:"Bundelvoordeel"}[id$=__177031728031631903] h2[class*=ai-testimonials-heading]:before{content:"Reviews"}[id$=__17709798807870e27a] h2[class*=ai-faq-heading]:before{content:"FAQ";margin:0 0 12px}[id$=__product_grid_Pc8r4D] .product-grid-card{border-radius:var(--sh-radius)!important;border:1px solid var(--sm-border, #E7EBEE)!important;background:#fff;box-shadow:var(--sh-shadow-soft)!important;overflow:hidden;transition:border-color .2s var(--sh-ease),box-shadow .22s var(--sh-ease),transform .22s var(--sh-ease)!important}[id$=__product_grid_Pc8r4D] .product-grid-card:hover{border-color:var(--sm-turq, #08C6D3)!important;box-shadow:var(--sh-shadow-card-hover)!important;transform:translateY(-2px)}[id$=__product_grid_Pc8r4D] .product-grid-card-title{color:#111;font-weight:700}[id$=__177031728031631903] [class*=ai-testimonials-card-]:not([class*=-stars]):not([class*=-text]):not([class*=-author]){border-radius:var(--sh-radius)!important;border:1px solid var(--sm-border, #E7EBEE)!important;box-shadow:var(--sh-shadow-soft)!important}@media(hover:none){.sh-btn:hover .sh-btn-ico,.sh-keuze-card:hover,.sh-best-card:hover{transform:none}.sh-best-card:hover .sh-best-cta svg{transform:none}[id$=__product_grid_Pc8r4D] .product-grid-card:hover{transform:none}}@media(max-width:1023px){.sh-hero-text{display:contents}.sh-hero-kop{order:1}.sh-hero-media{order:2}.sh-hero .sm-container>.sh-zomerstrip{order:3}.sh-hero-actie{order:4}.sh-hero .sm-container>.sh-zomerstrip{margin-left:-20px;margin-right:-20px}}@media(min-width:768px)and (max-width:1023px){.sh-hero .sm-container>.sh-zomerstrip{margin-left:-40px;margin-right:-40px}.sh-hero-kop>:last-child{margin-bottom:0}}
/*# sourceMappingURL=/cdn/shop/t/78/assets/sophitech-home.css.map */
