.cb__michelin-ai-chatbot{z-index:999;position:fixed;bottom:24px;right:24px}.cb__launcher-wrapper{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.cb__launcher-wrapper .cb__popin-wrapper .cb__welcome-popin-container{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.cb__launcher-wrapper .cb__popin-wrapper .cb__welcome-popin-container .ds__btn{color:#fff;border:unset;background-color:#fce500;width:100%;padding:12px 16px;line-height:1.5}.cb__launcher-wrapper .cb__popin-wrapper .cb__welcome-popin-container .ds__btn:hover,.cb__launcher-wrapper .cb__popin-wrapper .cb__welcome-popin-container .ds__btn:focus-visible{background-color:#f9ef6c}.cb__launcher-wrapper .cb__popin-wrapper .cb__welcome-popin-container .ds__btn:focus-visible{outline-offset:.2rem;outline:.2rem solid #27509b}.cb__launcher-wrapper .cb__popin-wrapper .cb__welcome-popin-container .ds__btn:active{background-color:#f7f3a4}.cb__launcher-wrapper .cb__popin-wrapper .cb__welcome-popin-container .ds__btn:disabled{cursor:not-allowed;background-color:#fce50029}.cb__launcher-wrapper .cb__popin-wrapper .cb__welcome-popin-container .ds__heading{font-weight:unset;padding-right:28px}.cb__launcher-wrapper .cb__launcher-button-wrapper{position:relative}.cb__launcher-wrapper .cb__launcher-button-wrapper .ds__btn-icon{border:unset;background-color:#fce500;width:56px;height:56px;padding:12px 1rem 12px 1.4rem}.cb__launcher-wrapper .cb__launcher-button-wrapper .ds__btn-icon:hover,.cb__launcher-wrapper .cb__launcher-button-wrapper .ds__btn-icon:focus-visible{background-color:#f9ef6c}.cb__launcher-wrapper .cb__launcher-button-wrapper .ds__btn-icon:active{background-color:#f7f3a4}.cb__launcher-wrapper .cb__launcher-button-wrapper .ds__btn-icon svg{width:32px;height:32px}.cb__launcher-wrapper .cb__launcher-button-wrapper .ds__btn-icon:focus{outline-offset:.2rem;outline:.2rem solid #27509b}.cb__launcher-wrapper .cb__launcher-button-wrapper .cb__notification-chip-wrapper{position:absolute}.cb__launcher-wrapper .cb__popin-wrapper .cb__welcome-popin-container .ds__btn{color:#000}.cb__launcher-wrapper .cb__popin-wrapper .cb__welcome-popin-container .ds__btn:disabled{color:#0000003d}.cb__box{transform-origin:100% 100%;backdrop-filter:blur(8px);flex-direction:column;width:100%;height:100dvh;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden;box-shadow:0 8px 16px #33333329}@media (width>=1280px){.cb__box{border-radius:16px;width:480px;height:calc(100% - 120px);max-height:800px;inset:auto 40px 40px auto;overflow:hidden}}.cb__chatbot__feedback-screen{padding:8px 16px}.cb__info{scrollbar-width:none;background-color:#00205b;flex-direction:column;min-height:100%;padding:24px;display:flex;overflow-y:auto}.cb__info__heading{align-content:flex-start;align-self:flex-start;margin-bottom:24px;font-size:2.2rem;font-weight:700;line-height:1.5}.cb__info__items{flex-direction:column;display:flex}.cb__info__item{flex-direction:column;gap:24px;display:flex}.cb__info__item-heading{font-size:2rem}.cb__info__item-details{font-size:1.6rem}.cb__info__item-details a{color:#fff}.cb__chatbot__home-screen{--action-icon-width:48px;padding:8px 16px}.cb__chatbot__home-screen .cb__home-help-text{color:#fff;text-transform:uppercase;align-self:stretch;margin-top:48px;margin-bottom:24px;font:700 2rem/3rem Michelin Unit Titling}.cb__chatbot__home-screen .cb__home-discussion-empty{min-height:72px;margin-bottom:24px}.cb__chatbot__home-screen .cb__home-discussion{cursor:pointer;text-align:left;background-color:#d4e7fa;border:none;border-radius:8px;align-items:center;gap:16px;width:100%;margin:24px 0;padding:12px 16px;display:flex}.cb__chatbot__home-screen .cb__home-discussion-content{width:calc(100% - var(--action-icon-width));flex-direction:column;gap:4px;display:flex}.cb__chatbot__home-screen .cb__home-discussion-action{width:var(--action-icon-width);justify-content:center;display:flex}.cb__chatbot__home-screen .cb__home-discussion-action svg{fill:#27509b}.cb__chatbot__home-screen .cb__home-discussion-title{color:#1a1a1a;font:700 1.4rem/2.2rem Noto Sans}.cb__chatbot__home-screen .cb__home-discussion-value{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;width:100%;font:italic 400 1.4rem/2.2rem Noto Sans;display:inline-block;overflow:hidden}.cb__chatbot__home-screen .cb__chat-suggestions{flex-direction:column;gap:8px;display:flex}.cb__message-screen{padding:8px 16px}.cb__message-screen__suggestions{flex-direction:column;align-items:flex-end;gap:8px;margin:24px 8px 0;display:flex}.cb__message-screen__new-message-anchor{pointer-events:none;z-index:1;--new-message-slide-offset:16px;height:0;position:sticky;bottom:0}.cb__message-screen__new-message{transform:translateX(-50%)translateY(var(--new-message-slide-offset));opacity:0;pointer-events:none;will-change:opacity,transform;color:#fff;background:#00205b;border:0;border-radius:8px;align-self:center;gap:8px;padding-block:8px;padding-inline:16px;font:400 1.4rem/2.2rem Noto Sans;transition:opacity .15s,transform .15s;display:inline-flex;position:absolute;bottom:0;left:50%}.cb__message-screen__new-message-anchor--visible .cb__message-screen__new-message{opacity:1;pointer-events:auto;cursor:pointer;transform:translate(-50%)translateY(0)}@media (prefers-reduced-motion:reduce){.cb__message-screen__new-message{transition:opacity 1ms linear;transform:translate(-50%)}.cb__message-screen__new-message-anchor--visible .cb__message-screen__new-message{transform:translate(-50%)}}.cb__message-screen__carousel::-webkit-scrollbar{appearance:none;height:8px}.cb__message-screen__carousel::-webkit-scrollbar-track{background:linear-gradient(#0000 0 3px,#87a4d0 3px 5px,#0000 5px 100%);margin:0 16px}.cb__message-screen__carousel::-webkit-scrollbar-thumb{background-color:#fff;border-radius:20px}.cb__message-screen__carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:8px;width:calc(100% + 32px);margin-left:-16px;padding:16px;display:flex;overflow:auto hidden}.cb__chatbot__menu-screen{flex-direction:column;gap:8px;height:100%;padding:24px;display:flex}.cb__suggestion{color:#fff;cursor:pointer;text-align:left;background:0 0;border:1px solid #fff;border-radius:24px;align-items:center;gap:8px;width:fit-content;padding:10px 16px;font:400 1.4rem/2.2rem Noto Sans;text-decoration:none;transition:transform .2s ease-in-out;display:flex}.cb__suggestion:hover,.cb__suggestion--active{color:#27509b;background:#d4e7fa;border:1px solid #d4e7fa;transform:translateY(-2px)}.cb__suggestion:hover .ds__icon,.cb__suggestion--active .ds__icon{fill:#27509b}.cb__suggestion .ds__icon{fill:#fff}.cb__actionitem{cursor:pointer;text-align:left;color:#fff;background-color:#0000;border:0;align-items:center;gap:8px;width:fit-content;font-size:14px;display:flex}.cb__actionitem .ds__icon{fill:#fff}.cb__actionitem:hover{color:#27509b;text-decoration:underline}.cb__infomenu{cursor:pointer;text-align:left;color:#1a1a1a;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;height:40px;padding:8px 16px;font-size:14px;transition:background-color .2s;display:flex}.cb__infomenu:hover{color:#27509b;text-decoration:underline}.cb__infomenu--active{color:#27509b;background-color:#d4e7fa;border-radius:8px;font-weight:700}.cb__chat-alert{z-index:1;background:0 0;border:none;outline:none;width:100%;display:block;position:absolute;top:64px;left:0}.cb__chat-alert-content{color:#fff;background-color:#27509b;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;height:48px;padding:8px 24px;font:400 1.4rem/2.2rem Noto Sans;display:flex}.cb__chat-alert-container{align-items:center;gap:16px;width:100%;display:flex}.cb__chat-alert-container .ds__icon{fill:#fff}.cb__chat-alert-survey{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.cb__chat-alert-close{cursor:pointer;background:0 0;border:none;align-items:center;padding-inline-start:24px;display:flex}.cb__chat-alert-close .ds__icon{fill:#fff}.cb__chat-input form{padding-left:16px;padding-right:18px;background:#fff;border-radius:24px;padding-block:12px;display:flex;position:relative}.cb__chat-input form textarea{resize:none;border:none;outline:0;width:100%;padding:0;font:400 1.6rem/2.4rem Noto Sans}.cb__chat-input form textarea::-webkit-scrollbar{appearance:none;width:8px}.cb__chat-input form textarea::-webkit-scrollbar-track{background:#ccc padding-box padding-box;border-left:3px solid #0000;border-right:3px solid #0000;border-radius:10px;margin-bottom:36px}.cb__chat-input form textarea::-webkit-scrollbar-thumb{background:#27509b;border-radius:20px}.cb__chat-input form button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;bottom:0;right:0}.cb__message{align-items:flex-end;gap:8px;display:flex}.cb__message .ds__icon{flex:none}.cb__assistant-message,.cb__human-assistance-message{margin-bottom:4px;margin-right:56px}.cb__user-message{justify-content:flex-end;margin-top:16px;margin-bottom:16px;margin-left:56px}.cb__bubble{border-radius:24px;padding:8px 16px;font:400 1.4rem/2.2rem Noto Sans}.cb__assistant-bubble,.cb__human-assistance-bubble{color:#000;background:#fff;border-bottom-left-radius:0}.cb__user-bubble{color:#fff;background:#00205b;border-bottom-right-radius:0}.cb__assistant-loading{align-self:center;align-items:center;gap:8px;display:flex}.cb__assistant-loading span{color:#fff;font:italic 400 1.2rem/1.8rem Noto Sans}.cb__notification-badge-btn{max-width:312px}.cb__notification-badge-btn .ds__badge{text-align:center;color:#fff;background-color:#00205b;border:.1rem solid #fff;border-radius:24px;padding:12px 16px}.cb__notification-badge-btn .ds__badge:hover{cursor:pointer;background-color:#193665}.cb__notification-badge-btn .ds__badge:focus{outline-offset:.2rem;cursor:pointer;background-color:#27509b;outline:.2rem solid #27509b}.cb__notification-badge-btn .ds__badge:active{cursor:pointer;background-color:#193665}.cb__notification-badge-btn .ds__badge .ds__btn-icon{width:16px;height:16px;padding:unset;color:#fff;border:unset;background-color:#0000}.cb__notification-badge-btn .ds__badge .ds__btn-icon .ds__icon{fill:#fff;outline-color:#fff}.cb__notification-badge-btn .ds__badge .ds__btn-icon:hover,.cb__notification-badge-btn .ds__badge .ds__btn-icon:focus-visible,.cb__notification-badge-btn .ds__badge .ds__btn-icon:active{color:#fff}.cb__notification-badge-btn .ds__badge .ds__btn-icon:hover .ds__icon,.cb__notification-badge-btn .ds__badge .ds__btn-icon:focus-visible .ds__icon,.cb__notification-badge-btn .ds__badge .ds__btn-icon:active .ds__icon{fill:#fff;outline-color:#fff}.cb__notification-chip-wrapper .ds__chip{text-align:center;color:#fff;background-color:#00205b}.cb__notification-chip-wrapper .ds__chip:hover{cursor:pointer;background-color:#193665}.cb__popin-wrapper{background-color:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:312px;padding:16px;display:flex;position:relative;box-shadow:0 32px 64px #33333352}.cb__popin-wrapper .ds__btn-icon{cursor:pointer;border:unset;color:#000;justify-content:center;align-items:center;width:40px;height:40px;padding:12px;display:flex;position:absolute;top:.2rem;right:.2rem}.cb__popin-wrapper .ds__btn-icon:hover,.cb__popin-wrapper .ds__btn-icon:focus-visible{color:#27509b;background-color:#00000014}.cb__popin-wrapper .ds__btn-icon:active{color:#27509b;background-color:#27509b29}.cb__popin-wrapper .ds__btn-icon:disabled{color:#0000003d;cursor:not-allowed;background-color:#0000}.cb__popin-wrapper .ds__btn-icon:not(:disabled):focus-visible{outline-offset:.2rem;border:unset;outline:.2rem solid #27509b}.cb__product-card{color:#1a1a1a;scroll-snap-align:center;background:#fff;border-radius:8px;grid-template:"header""specification""review""info"1fr"cta"/1fr;row-gap:8px;min-width:400px;height:338px;padding:16px;display:grid}.cb__product-card[data-state=expanded]{grid-template:"header""info"1fr"cta"/1fr}.cb__product-card>div:empty{display:none}.cb__product-card__header{grid-area:header;align-items:center;gap:8px;display:flex}.cb__product-card__header img{width:64px}.cb__product-card__identity{flex-direction:column;width:100%;display:flex}.cb__product-card__review{color:#27509b;grid-area:review;align-items:center;gap:16px;font:700 1.4rem/2.2rem Noto Sans;display:flex}.cb__product-card__review a{color:#27509b;text-decoration:none}.cb__product-card__information{flex-direction:column;grid-area:info;min-height:0;display:flex}.cb__product-card__description{text-overflow:ellipsis;-webkit-box-orient:vertical;font:italic 400 1.4rem/2.2rem Noto Sans;transition:-webkit-line-clamp .3s;display:-webkit-box;overflow:hidden}.cb__product-card[data-state=reduced] .cb__product-card__description{line-clamp:3;-webkit-line-clamp:3}.cb__product-card[data-state=expanded] .cb__product-card__description{line-clamp:6;-webkit-line-clamp:6}.cb__product-card__readmore{align-self:flex-start}.cb__product-card__readmore-label{font:400 1.4rem/2.2rem Noto Sans}.cb__product-card__readmore-icon{transition:transform .4s ease-in-out;display:inline-flex}.cb__product-card[data-state=reduced] .cb__product-card__readmore-icon{transform:rotate(0)}.cb__product-card[data-state=expanded] .cb__product-card__readmore-icon{transform:rotate(-180deg)}.cb__product-card__see-the-product{grid-area:cta;justify-content:flex-end;display:flex}.cb__product-card__see-the-product span{font:400 1.4rem/2.2rem Noto Sans}.cb__product-card .cb__specification{grid-area:specification;gap:16px;display:flex}.cb__product-card .cb__specification__item{align-items:center;gap:4px;display:flex}.cb__product-card .cb__specification__item span{font:400 1.2rem/1.8rem Noto Sans}.cb__quick-suggestion-list{flex-flow:row-reverse wrap;gap:.8rem;display:flex}.cb__quick-suggestion-list__item{list-style:none}.cb__header{background-color:#00205b;justify-content:space-between;align-items:center;min-height:64px;padding:0 24px;display:flex;position:relative;box-shadow:0 4px 8px #3333331f}.cb__header-title{color:#fff;font:700 1.4rem/2.2rem Noto Sans}.cb__header-left{align-items:center;gap:12px;display:flex}.cb__header-left .ds__icon{margin-right:24px}.cb__header-left #back-btn{transition:transform .3s ease-out}.cb__header-left #back-btn:hover{transform:translate(-6px)}.cb__header-right{align-items:center;gap:8px;display:flex}.cb__header-right #reset-btn{transition:transform .6s ease-out}.cb__header-right #reset-btn:hover{transform:rotate(180deg)}.cb__header-right #minimize-btn{transition:transform .3s ease-out}.cb__header-right #minimize-btn:hover{transform:translate(2px,2px)}.cb__header-right #info-btn{transition:transform .3s ease-out}.cb__header-right #info-btn:hover{transform:translateY(-6px)}.cb__body{-ms-overflow-style:none;scrollbar-width:none;color:#fff;background-color:#0009;flex-direction:column;height:100%;display:flex;position:relative;overflow-y:auto}.cb__chat-footer{background-color:#00205b;padding-block:12px;padding-inline:24px}.cb__chatbot__menu-items .cb__actionitem{font-size:1.6rem;line-height:1.5;font-family:var(--mds-font-family);justify-content:space-between;padding:12px 0;text-decoration:none}.cb__chatbot__menu-items .cb__actionitem svg{flex-shrink:0;width:16px;height:16px}.cb__chatbot__menu-items .cb__actionitem:hover,.cb__chatbot__menu-items .cb__actionitem--active{color:#fff;border-bottom:.1rem solid #fff}.cb__chatbot__menu-items a.cb__actionitem{width:100%}.cb__infomenu-overlay{z-index:2;width:100%;position:absolute;top:64px;left:0}.cb__infomenu-overlay .cb__infomenu-container{background:#fff;border-radius:0 0 8px 8px;padding:16px 8px;overflow:hidden;box-shadow:0 4px 20px #00000026}.cb__chat-navigation{justify-content:space-between;align-items:center;height:100%;padding:0 10px;display:flex}.cb__chat-navigation .cb__chat-navigation__btn{cursor:pointer;color:#fff;background:0 0;border:none;flex-direction:column;align-items:center;width:33.33%;display:flex}.cb__chat-navigation .cb__chat-navigation__btn-label{font:400 1.4rem/2.2rem Noto Sans}.cb__chat-navigation .cb__chat-navigation__btn--active .ds__icon,.cb__chat-navigation .cb__chat-navigation__btn:hover .ds__icon{fill:#fce500}.cb__chat-navigation .cb__chat-navigation__btn--active .cb__chat-navigation__btn-label,.cb__chat-navigation .cb__chat-navigation__btn:hover .cb__chat-navigation__btn-label{font:700 1.4rem/2.2rem Noto Sans}