.embb{--embb-text: var(--colorTextBody, #2b2a27);--embb-muted: #5a5a55;--embb-tile-bg: #f5f6f8;--embb-radius: 8px;--embb-block-gap: 40px;--embb-pair-gap: 32px;--embb-pair-radius: 16px;--embb-pair-padding: 24px;--embb-pair-shadow: none;--embb-accent: #0071e3;--embb-amber: #ff8a00;--embb-state-locked: #2fb344;--embb-state-released: #e03131}@supports (color: color-mix(in srgb,#000 50%,transparent)){.embb{--embb-muted: color-mix(in srgb, var(--colorTextBody, #2b2a27) 78%, transparent)}}@media only screen and (min-width:769px){.embb{--embb-block-gap: 64px;--embb-pair-padding: 40px}}.embb__block+.embb__block{margin-top:var(--embb-block-gap)}@media only screen and (max-width:768px){.embb{text-align:center}}.embb__media img,.embb__media video{display:block;width:100%;height:auto;border-radius:var(--embb-radius)}.embb__media--crop-top img{object-position:50% 20%}.embb__pair{display:flex;flex-direction:column;gap:var(--embb-pair-gap)}@media only screen and (min-width:901px){.embb__pair{flex-direction:row;align-items:stretch}.embb__pair-text{flex:1}.embb__pair-media{flex:2}.embb__pair--media-right .embb__pair-media{order:2}.embb__pair--media-right .embb__pair-text{order:1}}.embb__pair-text{display:flex;flex-direction:column;justify-content:center;padding:var(--embb-pair-padding);border-radius:var(--embb-pair-radius);background-color:var(--embb-tile-bg);box-shadow:var(--embb-pair-shadow)}.embb__pair-media{aspect-ratio:16 / 9;overflow:hidden;border-radius:var(--embb-pair-radius);box-shadow:var(--embb-pair-shadow)}.embb__pair-media img,.embb__pair-media video{width:100%;height:100%;border-radius:0;object-fit:cover;object-position:center}.embb__eyebrow{margin:0 0 8px;color:var(--embb-amber);font-size:13px;line-height:1.4;letter-spacing:normal;text-transform:none}.embb__text h2,.embb__heading{margin:0 0 16px;color:var(--embb-text);font-size:22px;text-wrap:balance}@media only screen and (min-width:769px){.embb__text h2,.embb__heading{font-size:28px}}.embb__text p{margin:0;color:var(--embb-muted);font-size:16px;line-height:1.6}.embb__text p+p{margin-top:12px}.embb__pair-text p{max-width:44ch}@media only screen and (max-width:768px){.embb__pair-text p{margin-left:auto;margin-right:auto}}.embb__legend{width:max-content;max-width:100%;margin:16px 0 0;padding:0;list-style:none;text-align:left}@media only screen and (max-width:768px){.embb__legend{margin-left:auto;margin-right:auto}}.embb__legend-item{display:flex;align-items:center;gap:10px;margin:0;color:var(--embb-muted);font-size:16px;line-height:1.6}.embb__legend-item+.embb__legend-item{margin-top:6px}.embb__dot{flex:0 0 auto;width:10px;height:10px;border-radius:50%}.embb__dot--locked{background-color:var(--embb-state-locked)}.embb__dot--released{background-color:var(--embb-state-released)}.embb__dot--partial{background-image:linear-gradient(90deg,var(--embb-state-locked) 0 50%,var(--embb-state-released) 50% 100%)}.embb__install{display:flex;flex-direction:column;gap:24px}@media only screen and (min-width:769px){.embb__install{gap:32px}}.embb__install-head h2{margin-bottom:0}.embb__tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0;padding:0;list-style:none}@media only screen and (max-width:768px){.embb__tiles{grid-template-columns:1fr}}.embb__tile{margin:0;padding:20px;border-radius:var(--embb-radius);background-color:var(--embb-tile-bg)}.embb__tile-title{margin:0 0 8px;color:var(--embb-text);font-size:18px;line-height:1.35;letter-spacing:normal;text-transform:none}.embb__tile-text{margin:0;color:var(--embb-muted);font-size:14px;line-height:1.5}.embb__hotspot{display:none}@media only screen and (min-width:769px){.embb__tiles{display:none}.embb__hotspot{display:block;position:absolute;transform:translate(-50%,-50%)}}.embb__hotspots{position:relative}.embb__hotspot--weather{left:62.9%;top:26.6%}.embb__hotspot--damping{left:44.6%;top:43.8%}.embb__hotspot--clamp{left:38.2%;top:53.3%}.embb__hotspot-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background-color:#fff;box-shadow:0 1px 3px #0000002e,0 4px 12px #00000024;color:var(--embb-text);cursor:pointer}.embb__hotspot-btn:focus-visible{outline:2px solid var(--embb-accent);outline-offset:3px}.embb__hotspot-plus{position:relative;display:block;width:12px;height:12px;transition:transform .15s ease}.embb__hotspot-plus:before,.embb__hotspot-plus:after{content:"";position:absolute;top:50%;left:50%;border-radius:1px;background-color:currentColor}.embb__hotspot-plus:before{width:12px;height:2px;transform:translate(-50%,-50%)}.embb__hotspot-plus:after{width:2px;height:12px;transform:translate(-50%,-50%)}.embb__hotspot.is-open .embb__hotspot-plus{transform:rotate(45deg)}.embb__hotspot-bubble{position:absolute;top:50%;left:calc(100% + 12px);z-index:2;width:max-content;max-width:300px;padding:16px;border-radius:var(--embb-radius);background-color:#fff;box-shadow:0 2px 6px #0000001f,0 8px 24px #00000029;text-align:left;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(-50% + var(--embb-bubble-shift, 0px))) scale(.96);transform-origin:left center;transition:opacity .15s ease,transform .15s ease,visibility .15s}.embb__hotspot.is-flip-x .embb__hotspot-bubble{left:auto;right:calc(100% + 12px);transform-origin:right center}.embb__hotspot.is-open .embb__hotspot-bubble{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(calc(-50% + var(--embb-bubble-shift, 0px))) scale(1)}.embb__hotspot-title{margin:0 0 4px;color:var(--embb-text);font-size:15px;font-weight:600;line-height:1.35}.embb__hotspot-text{margin:0;color:var(--embb-muted);font-size:14px;line-height:1.5}@media(prefers-reduced-motion:reduce){.embb__hotspot-plus,.embb__hotspot-bubble{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/electromagnetic-bmw-base-features.css.map */
