.hap *{box-sizing:border-box}.hap .hap-sticky-bar{position:sticky;top:0;z-index:var(--laag-inhoud, 20);max-width:var(--hap-content-max-width);margin:0 auto 20px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--hap-color-bg);border-radius:var(--hap-card-radius);box-shadow:0 1px 3px #0000000a,0 8px 24px #0000000d}.hap .hap-sticky-title{margin:0;min-width:0;flex:1;font-size:14px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hap .hap-sticky-price{margin:0;flex-shrink:0;font-size:14px;font-weight:600;white-space:nowrap;color:var(--kleur-wit, #fff);background:var(--hap-color-accent);padding:5px 14px;border-radius:999px}.hap .hap-sticky-price .hap-price-compare{margin-left:6px;font-size:.82em;font-weight:400;color:#ffffffbf;text-decoration:line-through}.hap .hap-sticky-price .hap-price-compare[hidden]{display:none}@media(min-width:768px){.hap .hap-sticky-bar{padding:16px 24px}.hap .hap-sticky-title,.hap .hap-sticky-price{font-size:16px}}html body>.hej-dnav-row[data-hap-unstuck=true]{background:transparent!important;background-color:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}@media(max-width:820px){:where(html:has(.hap[data-sticky-bar])) #hej-header .lvh-header{position:absolute!important}}.hap .hap-layout{max-width:var(--hap-content-max-width);margin:0 auto;display:grid;grid-template-columns:1fr;row-gap:20px}.hap .hap-island{background:var(--hap-color-bg);border-radius:var(--hap-card-radius);box-shadow:0 1px 3px #0000000a,0 8px 24px #0000000d;padding:var(--hap-card-padding-mobile)}.hap .hap-island--info{padding:36px 28px}.hap .hap-title{margin:0 0 24px;font-size:var(--hap-title-size-mobile);font-weight:600;line-height:1.08;letter-spacing:-.02em}.hap .hap-island--no-variants .hap-title{margin-bottom:36px}.hap .hap-price{margin:0;font-size:var(--hap-price-size);font-weight:400;line-height:1.3;color:var(--hap-color-text)}.hap .hap-price-compare{margin-left:8px;font-size:.82em;color:var(--hap-color-muted);text-decoration:line-through}.hap .hap-price-compare[hidden]{display:none}.hap .hap-media-main{position:relative;width:100%;max-width:300px;aspect-ratio:3 / 2;margin:0 auto}.hap .hap-media-img,.hap .hap-media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:76%;max-height:76%;width:auto;height:auto;object-fit:contain;opacity:0;transition:opacity .35s ease;pointer-events:none}.hap .hap-media-img.is-active{opacity:1;pointer-events:auto}.hap .hap-media-placeholder{top:8%;right:8%;bottom:8%;left:8%;background:var(--hap-color-border);border-radius:12px;opacity:.5}.hap .hap-thumbs{display:flex;justify-content:center;flex-wrap:wrap;gap:18px;margin-top:18px}.hap .hap-thumb{width:48px;min-height:48px;padding:0;border:none;background:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:5px}.hap .hap-thumb img{width:44px;height:44px;object-fit:contain}.hap .hap-thumb:after{content:"";display:block;width:0;height:2px;border-radius:1px;background:var(--hap-color-text);transition:width .15s ease}.hap .hap-thumb.is-active:after{width:36px}.hap .hap-thumb:focus-visible{outline:2px solid var(--hap-color-accent);outline-offset:2px}.hap .hap-bottom{grid-area:bottom}.hap .hap-form{display:block}.hap .hap-option{margin:0}.hap .hap-option-label{margin:0 0 10px;font-size:13px;font-weight:500;color:var(--hap-color-text)}.hap .hap-upgrade-choices{display:flex;flex-direction:column;gap:8px}.hap .hap-upgrade-choice:not(.is-selected):hover{border-color:var(--hap-color-text)}.hap .hap-upgrade-choice{position:relative;display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px solid var(--hap-color-border);border-radius:10px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.hap .hap-upgrade-choice input[type=radio],.hap .hap-upgrade-choice input[type=checkbox]{position:absolute;opacity:0;width:1px;height:1px}.hap .hap-upgrade-choice:before{content:"";flex-shrink:0;width:16px;height:16px;border-radius:50%;border:1.5px solid var(--hap-color-border);transition:border-color .15s ease}.hap .hap-upgrade-choice.is-selected:before{border-color:var(--hap-color-accent);border-width:5px}.hap .hap-upgrade-choice.is-selected{border-color:var(--hap-color-accent);background:var(--kleur-vlak-licht, #fafafa)}.hap .hap-upgrade-choice.is-selected:not(:has(input[data-hap-default])){border:1.5px solid transparent;background:linear-gradient(var(--kleur-vlak-licht, #fafafa),var(--kleur-vlak-licht, #fafafa)) padding-box,linear-gradient(90deg,var(--kleur-groen, #20be72),var(--kleur-blauw, #0071e3)) border-box}.hap .hap-upgrade-choice.is-selected:not(:has(input[data-hap-default])):before{border-color:var(--kleur-blauw, #0071e3)}.hap .hap-upgrade-choice:has(input:focus-visible){outline:2px solid var(--hap-color-accent);outline-offset:2px}.hap .hap-upgrade-choice-name{font-size:13px;font-weight:400;color:var(--hap-color-text)}.hap .hap-upgrade-choice-text{display:flex;flex-direction:column;gap:2px;min-width:0}.hap .hap-upgrade-choice-desc{font-size:12px;font-weight:400;color:var(--hap-color-muted)}.hap .hap-upgrade-choice-price{margin-left:auto;padding-left:12px;font-size:12px;font-weight:500;color:var(--hap-color-muted);white-space:nowrap}.hap .hap-upgrade-choice.is-selected .hap-upgrade-choice-price{color:var(--hap-color-accent)}.hap .hap-upgrade-locked{display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid var(--hap-color-border);border-radius:10px;background:var(--kleur-vlak-licht, #fafafa);font-size:13px;color:var(--hap-color-muted)}.hap .hap-upgrade-locked svg{flex-shrink:0;width:13px;height:13px}.hap .hap-config-step+.hap-config-step{margin-top:26px}.hap .hap-config-step+.hap-config-step>.hap-choice-group,.hap .hap-config-step+.hap-config-step>.hap-option{padding-top:22px;border-top:1px solid var(--hap-color-border)}.hap .hap-choice-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.hap .hap-choice-title{margin:0;flex:1;font-size:14px;font-weight:600;color:var(--hap-color-text)}.hap .hap-step-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--hap-color-accent);color:var(--kleur-wit, #fff);font-size:11px;font-weight:600}.hap .hap-step-number.is-changed{background:linear-gradient(90deg,var(--kleur-groen, #20be72),var(--kleur-blauw, #0071e3))}.hap .hap-step-info{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:4px;padding:0;border:1.5px solid var(--kleur-blauw, #0071e3);border-radius:50%;background:var(--kleur-wit, #fff);color:var(--kleur-blauw, #0071e3);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.hap .hap-step-info:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:1px;height:16px;background:var(--hap-color-border)}.hap .hap-step-info-glyph{display:flex}.hap .hap-step-info-glyph svg{width:16px;height:16px}.hap .hap-step-info:hover,.hap .hap-step-info[aria-expanded=true]{background:#0071d814;border-color:#005bb8;color:#005bb8}.hap .hap-step-info:focus-visible{outline:2px solid var(--hap-color-accent);outline-offset:2px}.hap .hap-step-info-panel{margin:-6px 0 12px;padding:10px 12px;border-radius:8px;background:var(--kleur-vlak-licht, #fafafa);font-size:12.5px;line-height:1.45;color:var(--hap-color-muted)}.hap .hap-step-info-panel[hidden]{display:none}.hap .hap-info-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--laag-venster-klein, 37);display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;transition:opacity .18s ease}.hap .hap-info-modal[hidden]{display:none}.hap .hap-info-modal.is-open{opacity:1}.hap .hap-info-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#14141780;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hap .hap-info-modal-card{position:relative;width:100%;max-width:400px;max-height:calc(100vh - 48px);overflow-y:auto;background:var(--kleur-wit, #fff);border-radius:20px;padding:34px 28px 30px;box-shadow:0 24px 60px #00000040;transform:scale(.96);transition:transform .18s ease}.hap .hap-info-modal.is-open .hap-info-modal-card{transform:scale(1)}.hap .hap-info-modal-close{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:50%;background:#f2f2f4;color:var(--hap-color-text);cursor:pointer}.hap .hap-info-modal-close svg{width:14px;height:14px}.hap .hap-info-modal-close:hover{background:#e6e6e9}.hap .hap-info-modal-close:focus-visible{outline:2px solid var(--hap-color-accent);outline-offset:2px}.hap .hap-info-modal-eyebrow{margin:0 0 10px;font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--hap-color-muted)}.hap .hap-info-modal-title{margin:0 0 14px;padding-right:24px;font-size:22px;font-weight:700;line-height:1.15;letter-spacing:-.01em;color:var(--hap-color-text)}.hap .hap-info-modal-body{margin:0;font-size:14.5px;line-height:1.55;color:var(--hap-color-text)}.hap .hap-choice-rows{display:flex;flex-direction:column;gap:8px}.hap .hap-choice-row{position:relative;display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--hap-color-border);border-radius:10px;text-decoration:none;cursor:pointer;transition:border-color .15s ease,background .15s ease}.hap a.hap-choice-row:hover{border-color:var(--hap-color-text)}.hap a.hap-choice-row.is-loading{opacity:.55;pointer-events:none;cursor:wait}.hap .hap-choice-row.is-selected{border-color:var(--hap-color-accent);background:var(--kleur-vlak-licht, #fafafa);cursor:default}.hap .hap-choice-radio{flex-shrink:0;width:16px;height:16px;border-radius:50%;border:1.5px solid var(--hap-color-border)}.hap .hap-choice-row.is-selected .hap-choice-radio{border-color:var(--hap-color-accent);border-width:5px}.hap .hap-choice-text{display:flex;flex-direction:column;gap:2px;min-width:0}.hap .hap-choice-name{font-size:13px;font-weight:500;color:var(--hap-color-text)}.hap .hap-choice-desc{font-size:12px;font-weight:400;color:var(--hap-color-muted)}.hap .hap-choice-price{margin-left:auto;padding-left:12px;flex-shrink:0;font-size:12.5px;font-weight:500;color:var(--hap-color-muted);white-space:nowrap}.hap .hap-choice-price--included{color:var(--hap-color-accent)}.hap .hap-divider{height:1px;background:var(--hap-color-border)}.hap .hap-divider--pre-delivery{margin:28px 0}.hap .hap-island--no-variants .hap-divider--pre-delivery{margin-top:36px}.hap .hap-divider--pre-wishlist{margin:34px 0 0}.hap .hap-delivery{display:flex;flex-direction:column;gap:24px}.hap .hap-delivery-row{display:flex;align-items:flex-start;gap:11px}.hap .hap-delivery-icon,.hap .hap-service-icon{flex-shrink:0;width:17px;height:17px;color:var(--hap-color-muted);margin-top:1px}.hap .hap-delivery-icon svg,.hap .hap-service-icon svg{width:100%;height:100%}.hap .hap-delivery-text{margin:0;font-size:13px;font-weight:400;line-height:1.35;color:var(--hap-color-text)}.hap .hap-delivery-text strong,.hap .hap-delivery-text span{display:block}.hap .hap-delivery-text strong{font-weight:600}.hap .hap-delivery-text span{margin-top:1px;color:var(--hap-color-muted)}.hap .hap-assurance{margin-top:24px;padding:22px 20px 24px;border-radius:16px;border:2px solid transparent;background:linear-gradient(var(--kleur-wit, #ffffff),var(--kleur-wit, #ffffff)) padding-box,linear-gradient(90deg,var(--kleur-groen, #20be72),var(--kleur-blauw, #0071e3)) border-box;box-shadow:0 7px 20px #0071e312}.hap .hap-assurance-title{margin:0 0 24px;color:var(--hap-color-text);font-size:10px;font-weight:600;letter-spacing:.1em;line-height:1.3;text-transform:uppercase}.hap .hap-quick-buy{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:46px;margin-bottom:44px;border:none;border-radius:10px;background:var(--hap-color-btn-bg);color:var(--hap-color-btn-text);font-size:14px;font-weight:400;cursor:pointer;transition:opacity .15s ease}.hap .hap-quick-buy:hover{opacity:.92}.hap .hap-quick-buy[disabled]{opacity:.6;cursor:not-allowed}.hap .hap-quick-buy svg{width:15px;height:15px;flex-shrink:0}.hap .hap-quick-buy.is-added{background:linear-gradient(90deg,var(--kleur-groen, #20be72),var(--kleur-blauw, #0071e3));color:var(--kleur-wit, #ffffff)}.hap .hap-quick-buy.is-added:hover{background:linear-gradient(90deg,var(--kleur-groen-donker, #1a9c5f),#005bb8);opacity:1}.hap .hap-buy-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:46px;margin-top:0;border:none;border-radius:10px;background:var(--hap-color-btn-bg);color:var(--hap-color-btn-text);font-size:14px;font-weight:400;cursor:pointer;transition:opacity .15s ease}.hap [data-hap-buy-wrap]{margin-top:28px}.hap .hap-klarna-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:20px 0 0;padding:9px 14px;border-radius:999px;background:var(--hap-color-surface, var(--kleur-vlak, #f5f5f7));font-size:12.5px;color:var(--hap-color-muted);text-align:center}.hap .hap-klarna-note+[data-hap-buy-wrap]{margin-top:6px}.hap .hap-klarna-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:15px;flex-shrink:0;border-radius:4px;background:#ffb3c7;color:var(--kleur-tekst, #1d1d1f);font-size:8.5px;font-weight:700}.hap .hap-buy-btn span{font-weight:400}.hap .hap-buy-btn:hover{opacity:.92}.hap .hap-buy-btn:focus-visible{outline:2px solid var(--hap-color-text);outline-offset:2px}.hap .hap-buy-btn[disabled]{background:var(--hap-color-border);color:var(--hap-color-muted);cursor:not-allowed}.hap .hap-buy-btn.is-added{background:linear-gradient(90deg,var(--kleur-groen, #20be72),var(--kleur-blauw, #0071e3));color:var(--kleur-wit, #ffffff)}.hap .hap-buy-btn.is-added:hover{background:linear-gradient(90deg,var(--kleur-groen-donker, #1a9c5f),#005bb8);opacity:1}.hap .hap-buy-arrow{display:none;width:15px;height:15px;flex:0 0 auto}.hap .hap-buy-btn.is-added .hap-buy-arrow{display:inline-flex}.hap .hap-buy-cart-icon{width:15px;height:15px;flex:0 0 auto}.hap .hap-buy-btn[aria-busy=true] .hap-buy-cart-icon{display:none}.hap .hap-buy-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:var(--kleur-wit, #fff);display:none;animation:hap-spin .7s linear infinite}.hap .hap-payment-methods{margin-top:22px;text-align:center}.hap .hap-payment-logos{display:flex;align-items:center;justify-content:center;gap:8px}.hap .hap-payment-logo{display:flex;align-items:center;justify-content:center;width:36px;height:24px;padding:0;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none}.hap .hap-payment-logo>svg,.hap .hap-payment-logo>img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain}.hap .hap-payment-summary{margin:7px 0 0;color:var(--hap-color-muted);font-size:10.5px;line-height:1.3}.hap .hap-payment-logo--ideal-wero{width:64px;height:24px;flex:0 0 64px;padding:0;border-radius:5px;background:transparent}.hap .hap-payment-logo--ideal-wero>svg{width:64px;height:24px;flex:0 0 64px}.hap .hap-payment-logo--ideal-wero.is-compact-upload{width:36px;flex-basis:36px;transform:translate(5px)}.hap .hap-buy-btn[aria-busy=true] .hap-buy-spinner{display:inline-block}@keyframes hap-spin{to{transform:rotate(360deg)}}.hap .hap-buy-error{margin:10px 0 0;font-size:13px;color:#d70015}.hap .hap-buy-error[hidden]{display:none}.hap .hap-support-actions{margin-top:0}.hap .hap-save{margin:0}.hap .hap-save-btn{display:inline-flex;align-items:center;gap:8px;width:100%;padding:20px 0;border:none;background:none;color:var(--hap-color-text);font-size:13px;font-weight:400;cursor:pointer;min-height:44px;transition:color .15s ease}.hap .hap-save-btn[aria-pressed=true]{color:var(--hap-color-accent)}.hap .hap-save-icon{width:16px;height:16px;flex-shrink:0}.hap .hap-save-btn[aria-pressed=true] .hap-save-icon{fill:var(--hap-color-accent)}.hap .hap-save-btn:focus-visible{outline:2px solid var(--hap-color-accent);outline-offset:2px}.hap .hap-service{display:flex;align-items:flex-start;gap:11px;padding:4px 0 0}.hap .hap-service-text{display:block}.hap .hap-service-title{margin:0;font-size:13px;font-weight:500;color:var(--hap-color-text)}.hap .hap-service-links{display:flex;flex-direction:column;gap:2px;margin-top:4px}.hap .hap-service-link-label{font-size:12px;color:var(--hap-color-muted)}.hap .hap-service-email-row{display:inline-flex;align-items:center;gap:6px;width:fit-content}.hap .hap-service-email{color:var(--hap-color-accent);font-size:12px}.hap .hap-service-copy{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:-6px -6px -6px 0;color:var(--hap-color-muted);background:none;border:none;padding:0;cursor:pointer}.hap .hap-service-copy svg{width:15px;height:15px}.hap .hap-service-copy:hover{color:var(--hap-color-accent)}.hap .hap-service-copy:focus-visible{outline:2px solid var(--hap-color-accent);outline-offset:2px;border-radius:4px}.hap .hap-divider--support-actions{margin:0}.hap .hap-contact-link{display:flex;align-items:center;gap:11px;min-height:44px;padding:20px 0;color:var(--hap-color-text);font-size:13px;font-weight:400;text-decoration:none}.hap .hap-contact-link-text{flex:1}.hap .hap-contact-link-arrow{flex-shrink:0;width:15px;height:15px;color:var(--hap-color-muted)}.hap .hap-contact-link:hover{color:var(--hap-color-accent)}.hap .hap-contact-link:focus-visible{outline:2px solid var(--hap-color-accent);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){.hap .hap-media-img,.hap .hap-thumb:after,.hap .hap-buy-btn,.hap .hap-buy-spinner{transition:none;animation-duration:.01ms}}@media(min-width:768px){.hap{padding:var(--hap-padding-top) 24px var(--hap-padding-bottom)}.hap .hap-layout{grid-template-columns:1fr var(--hap-info-max-width);grid-template-areas:"media info" "details info";grid-template-rows:auto 1fr;column-gap:var(--hap-column-gap);row-gap:var(--hap-column-gap);align-items:start}.hap .hap-island{padding:var(--hap-card-padding)}.hap .hap-island--media{grid-area:media;display:flex;flex-direction:column;align-items:center;justify-content:center}.hap .hap-island--info{grid-area:info;padding:40px 38px}.hap .hap-details-slot{grid-area:details}.hap .hap-pd-block.hap-pd-block--wide{width:calc(100% + var(--hap-column-gap) + var(--hap-info-max-width));max-width:none}.hap.hap-details-width-motion .hap-pd-block{transition:width .26s cubic-bezier(.33,1,.68,1)}.hap .hap-title{font-size:var(--hap-title-size)}.hap .hap-media-main{max-width:640px}.hap .hap-media-img,.hap .hap-media-placeholder{max-width:92%;max-height:92%}}.hap{display:block;background:var(--hap-color-page-bg);color:var(--hap-color-text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;padding:var(--hap-padding-top-mobile) 20px var(--hap-padding-bottom-mobile)}
/*# sourceMappingURL=/cdn/shop/t/36/assets/hej-accessoire-product.css.map */
