:root{--chat-user-bg: #000000;--chat-user-text: #ffffff;--chat-primary: #000000;--chat-button: #000000;--chat-bubble-text: #ffffff;--chat-bot-bg: #d9d9d9;--chat-bot-text: #000000;--chat-header-bg: rgba(255, 255, 255, 1);--chat-header-text: rgba(0, 0, 0, 1);--chat-timestamp-color: rgba(0, 0, 0, .25);--chat-disabled-bg: rgba(0, 0, 0, .25);--chat-placeholder-muted: rgba(0, 0, 0, .5);--chat-border: #e0e0e0;--chat-bg: #ffffff;--chat-search-header-bg: #000000;--font-geist-mono: "Geist Mono", monospace;--font-jost: "Jost", sans-serif;--font-size-header: 14px;--font-size-welcome: 20px;--font-size-user-msg: 14px;--font-size-privacy-policy: 13px;--font-size-bot-msg: 14px;--font-size-timestamp: 12px;--font-size-input: 14px;--font-size-tag: 13px;--font-size-tag-label: 12px;--font-size-search-header: 12px;--chat-spacing: 12px;--chat-radius: 16px;--chat-input-height: 24px;--chat-max-lines: 4;--expanded-section-bg: #ffffff;--expanded-section-border: #e0e0e0}.chat-container{display:flex;flex-direction:column;height:100%;flex:1;min-height:0;background-color:#f9f9fb;font-family:var(--font-geist-mono)}.chat-header{display:flex;align-items:center;padding:var(--chat-spacing);background-color:var(--header-bg-override, var(--chat-header-bg));border-bottom:1px solid var(--chat-border);flex-shrink:0}.chat-header__product-name{font-family:var(--font-geist-mono);font-size:var(--font-size-header);font-weight:500;color:var(--chat-header-text)}.chat-header__logo{max-height:32px;max-width:40%;object-fit:contain;display:block}.chat-header__env-badge{margin-left:8px;padding:2px 6px;font-size:10px;font-weight:600;font-family:var(--font-geist-mono);background-color:#f59e0b;color:#000;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.chat-messages{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;flex-direction:column;gap:4px;padding:8px 8px 0}.chat-messages:before{content:"";flex:1 1 auto}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background-color:var(--chat-border);border-radius:3px}.chat-bubble-wrapper{display:flex;flex-direction:column;width:100%;cursor:pointer}.chat-bubble-wrapper--user{align-items:flex-end}.chat-bubble-wrapper--assistant{align-items:flex-start}.chat-bubble-wrapper--privacy-policy{align-items:center;cursor:default;padding-bottom:14px}@keyframes concierge-message-highlight{0%{background-color:color-mix(in srgb,var(--chat-primary) 25%,var(--chat-bot-bg))}60%{background-color:color-mix(in srgb,var(--chat-primary) 12%,var(--chat-bot-bg))}to{background-color:var(--chat-bot-bg)}}.chat-bubble--highlighted{animation:concierge-message-highlight 3s ease-out forwards}.chat-bubble,.chat-bubble-user,.chat-bubble-assistant,.chat-bubble-privacy-policy{max-width:80%;padding:10px 14px;border-radius:var(--chat-radius);word-wrap:break-word;line-height:1.4}.chat-bubble-assistant{max-width:100%}.chat-bubble--user{background-color:var(--chat-user-bg);color:var(--chat-bubble-text);font-family:var(--font-geist-mono);font-size:var(--font-size-user-msg);font-weight:400;border-bottom-right-radius:2px;white-space:pre-wrap}.chat-bubble--assistant{background-color:var(--chat-bot-bg);color:var(--chat-bot-text);font-family:var(--font-geist-mono);font-size:var(--font-size-bot-msg);font-weight:400;border-bottom-left-radius:2px}.chat-bubble--privacy-policy{background:none;color:var(--policy-text-color, var(--chat-primary));font-family:var(--font-geist-mono);font-size:var(--font-size-privacy-policy);font-weight:400;text-align:center;padding:12px 18px;border-radius:12px 12px 12px 0;max-width:100%}.chat-bubble--privacy-policy a{font-weight:600;text-decoration:underline;color:inherit}.chat-bubble--assistant ul{margin:4px 0;padding-left:16px}.chat-bubble--assistant li{margin-bottom:4px}.chat-bubble__line{display:block}.chat-bubble__timestamp{font-family:var(--font-geist-mono);font-size:var(--font-size-timestamp);font-weight:500;color:var(--chat-timestamp-color);margin-top:4px;opacity:0;max-height:0;overflow:hidden;transition:opacity .2s ease,max-height .2s ease}.chat-bubble__timestamp--visible{opacity:1;max-height:20px}.chat-welcome-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:var(--chat-spacing);text-align:center}.chat-first-screen-logo{display:flex;justify-content:center;flex-shrink:0;padding:12px var(--chat-spacing) 0}.chat-first-screen-logo__img{max-width:70%;max-height:48px;object-fit:contain}.chat-welcome-frame{font-family:var(--brand-font-welcome, var(--font-jost));font-size:var(--font-size-welcome);font-weight:500;color:var(--chat-welcome-text, var(--chat-bot-text));max-width:300px;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;white-space:pre-line}.chat-welcome-frame--visible{opacity:1;transform:translateY(0)}.chat-welcome-screen--fade-out{animation:welcome-fade-out .5s ease forwards}@keyframes welcome-fade-out{0%{opacity:1}to{opacity:0}}.chat-typing-indicator{display:flex;align-items:center;padding:8px var(--chat-spacing);flex-shrink:0}.chat-typing-indicator__text,.chat-typing-indicator__dots{font-family:var(--font-geist-mono);font-size:var(--font-size-input);font-weight:500;color:gray}.chat-search-results{flex-shrink:0;margin:0 12px;border-radius:8px;overflow:hidden;border:2px solid var(--chat-primary)}.chat-search-results__header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:var(--chat-primary)}.chat-search-results__count,.chat-search-results__powered-by{font-family:var(--font-geist-mono);font-size:var(--font-size-search-header);font-weight:500;color:var(--chat-user-text)}.chat-search-results__body{max-height:200px;overflow-y:auto;background-color:var(--chat-bg);scrollbar-width:thin}.chat-search-results__body::-webkit-scrollbar{width:6px}.chat-search-results__body::-webkit-scrollbar-track{background:transparent}.chat-search-results__body::-webkit-scrollbar-thumb{background-color:var(--chat-border);border-radius:3px}.chat-search-results__item{padding:10px 12px;font-family:var(--font-geist-mono);font-size:var(--font-size-bot-msg);font-weight:400;color:var(--chat-bot-text);cursor:pointer;border-bottom:1px solid var(--chat-border);transition:background-color .2s ease}.chat-search-results__item:last-child{border-bottom:none}.chat-search-results__item:hover{background-color:var(--chat-bot-bg)}.chat-conversation-starters{display:flex;justify-content:center;flex-direction:column;flex-shrink:0;padding:12px;text-align:center}.chat-conversation-starters__label{font-family:var(--font-geist-mono);font-size:var(--font-size-tag-label);font-weight:500;color:var(--chat-timestamp-color);margin-bottom:6px}.chat-conversation-starters__container{display:flex;flex-wrap:nowrap;align-items:center;white-space:nowrap;border:1px solid var(--chat-bot-text);border-radius:12px;padding:4px 10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.chat-conversation-starters__container:before,.chat-conversation-starters__container:after{content:"";margin:auto}.chat-conversation-starters__keyword,.chat-conversation-starters__separator{flex-shrink:0}.chat-conversation-starters__container::-webkit-scrollbar{display:none}.chat-conversation-starters__keyword{background:none;border:none;padding:0;font-family:var(--font-geist-mono);font-size:var(--font-size-search-header);font-weight:400;color:var(--chat-bot-text);cursor:pointer;white-space:nowrap}.chat-conversation-starters__keyword:hover{text-decoration:underline}.chat-conversation-starters__separator{white-space:pre}.chat-multi-select-tags{padding:var(--chat-spacing)}.chat-multi-select-tags__label{font-family:var(--font-geist-mono);font-size:var(--font-size-tag-label);font-weight:500;color:var(--chat-bot-text);margin-bottom:8px}.chat-multi-select-tags__container{display:flex;flex-wrap:wrap;gap:6px;max-height:120px;overflow-y:auto}.chat-multi-select-tag{padding:2px 6px;font-family:var(--font-geist-mono);font-size:var(--font-size-tag);font-weight:400;color:var(--chat-bot-text);background-color:transparent;border:1px solid var(--chat-bot-text);border-radius:16px;cursor:pointer}.chat-multi-select-tag--selected{background-color:var(--chat-primary);color:var(--chat-user-text)}.chat-multi-select-tag:hover:not(.chat-multi-select-tag--selected){background-color:var(--chat-bot-bg)}.chat-input-container{display:flex;flex-direction:column;padding:6px 8px;background-color:var(--chat-bg);flex-shrink:0}.chat-input-row{display:flex;align-items:flex-end;gap:8px}.chat-input-wrapper{flex:1;display:flex;flex-direction:column;gap:8px;border:none;border-bottom:2px var(--chat-input-border-style, dashed) rgba(0,0,0,1);padding:4px 6px;min-width:0}.chat-input-selected-tags{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 8px;max-height:100px;overflow-y:auto}.chat-input-selected-tag{display:flex;align-items:center;gap:4px;padding:4px 8px;font-family:var(--font-geist-mono);font-size:var(--font-size-tag);font-weight:400;color:var(--chat-user-text);background-color:var(--chat-primary);border-radius:6px}.chat-input-selected-tag__remove{display:flex;align-items:center;justify-content:center;width:14px;height:14px;background:none;border:none;cursor:pointer;color:var(--chat-user-text);padding:0}.chat-input-selected-tag__remove:hover{opacity:.7}.chat-input-selected-search-item{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:4px 8px;font-family:var(--font-geist-mono);font-size:var(--font-size-input);font-weight:400;color:var(--chat-bot-text);background-color:transparent;width:100%;min-width:0}.chat-input-selected-search-item__text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input-selected-search-item__remove{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:none;border:none;cursor:pointer;color:var(--chat-bot-text);padding:0;flex-shrink:0}.chat-input-selected-search-item__remove:hover{opacity:.7}.chat-input-field-row{display:flex;align-items:center;gap:8px}.chat-input{flex:1;resize:none;border:none;padding:0;margin:0 0 1px;font-family:var(--font-geist-mono);font-size:var(--font-size-input);font-weight:500;line-height:1.4;min-height:var(--chat-input-height);max-height:calc(var(--chat-input-height) * var(--chat-max-lines) + 20px);overflow-y:auto;outline:none;background:transparent;scrollbar-width:none;-ms-overflow-style:none}.chat-input::-webkit-scrollbar{display:none}.chat-input::placeholder{color:var(--chat-bot-text)}@media(max-width:480px){.chat-input::placeholder{font-size:12px}}@media(max-width:380px){.chat-input::placeholder{font-size:11px}}.chat-input:disabled{cursor:not-allowed}.chat-input-idk-button{font-family:var(--font-geist-mono);font-size:var(--font-size-input);font-weight:500;color:var(--chat-placeholder-muted);background:none;border:none;cursor:pointer;white-space:nowrap;padding:0;margin-bottom:10px}.chat-input-idk-button:hover{color:var(--chat-bot-text)}.chat-send-button{display:flex;align-items:center;justify-content:center;width:48px;height:50px;background-color:var(--chat-send-button-bg, var(--chat-button));color:var(--highlighted-text-color, var(--chat-user-text));border:none;border-radius:8px;cursor:pointer;transition:opacity .2s ease,transform .1s ease;flex-shrink:0}.chat-send-button__icon{mix-blend-mode:var(--highlighted-text-blend, normal)}.chat-send-button:hover:not(:disabled){opacity:.85}.chat-send-button:active:not(:disabled){transform:scale(.95)}.chat-send-button:disabled{background-color:var(--chat-disabled-bg);cursor:not-allowed}.chat-send-button__icon{width:16px;height:16px}.remind-me-later-btn{margin-top:8px;padding:0;background:none;border:none;font-family:var(--font-geist-mono);font-size:12px;font-weight:500;color:var(--chat-bot-text);cursor:pointer;text-decoration:underline;text-underline-offset:2px;align-self:flex-start}.remind-me-later-btn:hover{opacity:.7}.chat-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;color:var(--chat-timestamp-color);text-align:center;padding:var(--chat-spacing)}.chat-empty-state__text{font-family:var(--font-geist-mono);font-size:var(--font-size-bot-msg)}@media(max-width:479px){:root{--chat-spacing: 10px;--font-size-header: 13px;--font-size-welcome: 18px;--font-size-user-msg: 13px;--font-size-privacy-policy: 12px;--font-size-bot-msg: 13px;--font-size-timestamp: 11px;--font-size-input: 13px;--font-size-tag: 12px;--font-size-tag-label: 11px;--font-size-search-header: 11px}.chat-bubble{max-width:85%}.chat-welcome-frame{max-width:90%}.chat-conversation-starters__container{padding:6px 12px}.chat-multi-select-tag{padding:5px 10px}}@media(min-width:480px)and (max-width:768px){:root{--font-size-header: 14px;--font-size-welcome: 19px;--font-size-user-msg: 14px;--font-size-privacy-policy: 13px;--font-size-bot-msg: 14px;--font-size-timestamp: 12px;--font-size-input: 13px;--font-size-tag: 13px;--font-size-tag-label: 12px;--font-size-search-header: 12px}.chat-bubble{max-width:75%}.chat-welcome-frame{max-width:350px}}@media(min-width:769px){.chat-bubble{max-width:70%}.chat-welcome-frame{max-width:400px}.chat-multi-select-tag:hover:not(.chat-multi-select-tag--selected){background-color:var(--chat-bot-bg)}.chat-messages{scrollbar-width:none}.chat-messages::-webkit-scrollbar{width:0;background:transparent}.chat-messages:hover{scrollbar-width:thin}.chat-messages:hover::-webkit-scrollbar{width:6px}.chat-messages:hover::-webkit-scrollbar-track{background:transparent}.chat-messages:hover::-webkit-scrollbar-thumb{background-color:var(--chat-border);border-radius:3px}}@media(max-width:380px){:root{--chat-spacing: 8px;--chat-radius: 12px;--font-size-header: 12px;--font-size-welcome: 16px;--font-size-user-msg: 12px;--font-size-privacy-policy: 11px;--font-size-bot-msg: 12px;--font-size-timestamp: 10px;--font-size-input: 12px;--font-size-tag: 11px;--font-size-tag-label: 10px;--font-size-search-header: 10px}.chat-header{padding:8px}.chat-search-results__body{max-height:150px}}.recommendation-buttons{display:flex;flex-direction:column;gap:8px;margin-top:12px;width:100%}.recommendation-buttons__label{font-family:var(--font-geist-mono);font-size:12px;font-weight:500;color:var(--chat-bot-text)}.recommendation-buttons__container{display:flex;gap:8px;width:100%}.recommendation-button{flex:1;height:50px;font-family:var(--font-geist-mono);font-size:var(--recommendation-button-text-size, 14px);font-weight:400;border-radius:var(--recommendation-button-radius, 8px);cursor:pointer;transition:background-color .2s ease,color .2s ease}.recommendation-button--selected{background-color:var(--chat-button);color:var(--highlighted-text-color, var(--chat-user-text));border:none}.recommendation-button--selected span{mix-blend-mode:var(--highlighted-text-blend, normal)}.recommendation-button--unselected{background-color:var(--chat-bg);color:var(--chat-bot-text);border:1px solid var(--chat-bot-text)}.recommendation-button--unselected:hover{background-color:var(--chat-bot-bg)}@media(max-width:479px){.recommendation-button{height:44px;font-size:var(--recommendation-button-text-size-mobile, var(--recommendation-button-text-size, 14px))}}@media(max-width:380px){.recommendation-buttons__container{flex-direction:row}.recommendation-button{height:40px;font-size:var(--recommendation-button-text-size-mobile, var(--recommendation-button-text-size, 14px))}}.chat-layout{display:flex;flex-direction:column;height:100%;position:relative}.chat-layout--with-expanded .chat-container{flex:0 0 66%;max-height:66%}.chat-layout--embedded.chat-layout--with-expanded .chat-container,.chat-layout--embedded .expanded-section--non-full-screen{flex:0 0 50%;max-height:50%}.chat-layout--expanded-full-screen .chat-container{display:none}.expanded-section{display:flex;flex-direction:column;background-color:var(--expanded-section-bg);font-family:var(--font-geist-mono)}.expanded-section--non-full-screen{flex:0 0 32%;max-height:32%;overflow:hidden}.expanded-section--full-screen{position:absolute;inset:0;overflow-y:auto;overflow-x:hidden;z-index:100;border-top:none}.expanded-section--personalised-insights{overflow:hidden}@keyframes es-dots-typing{0%{width:0}to{width:5ch}}.expanded-section__loading{margin:auto;white-space:nowrap}.expanded-section__loading-dots{display:inline-block;overflow:hidden;width:0;vertical-align:bottom;animation:es-dots-typing 1.5s steps(5,end) infinite}.expanded-section__header{display:flex;align-items:center;padding:var(--chat-spacing);background-color:var(--expanded-section-bg);border-bottom:1px solid var(--expanded-section-border);flex-shrink:0}.expanded-section__back-button{display:flex;align-items:center;gap:8px;padding:8px 16px;font-family:var(--font-geist-mono);font-size:var(--font-size-header);font-weight:500;color:var(--chat-bot-text);background:none;border:1px solid var(--chat-bot-text);border-radius:8px;cursor:pointer;transition:background-color .2s ease}.expanded-section__back-button:hover{background-color:var(--chat-bot-bg)}.expanded-section__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:var(--chat-spacing);min-height:0;overflow-y:auto}.expanded-section__view-button{padding:12px 24px;font-family:var(--font-geist-mono);font-size:var(--font-size-header);font-weight:500;color:var(--chat-user-text);background-color:var(--chat-user-bg);border:none;border-radius:8px;cursor:pointer;transition:opacity .2s ease,transform .1s ease}.expanded-section__view-button:hover{opacity:.85}.expanded-section__view-button:active{transform:scale(.95)}.expanded-section__content--tcards{flex-direction:row;align-items:center;justify-content:flex-start;padding:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.expanded-section__content--tcards::-webkit-scrollbar{display:none}.expanded-section__tcards-wrapper{display:flex;flex-direction:row;align-items:center;height:100%;flex-shrink:0}.expanded-section__tcard-section{display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box}.expanded-section__tcard-section--recommendation{padding:14px 10px 14px 12px}.expanded-section__tcards-wrapper>.expanded-section__tcard-section:last-child{padding-right:14px}.expanded-section__tcards-wrapper--pdp-product .expanded-section__tcard-section--recommendation{gap:4px}.expanded-section__tcards-wrapper--pdp-product .expanded-section__tcard-section--recommendation:first-child{padding:12px 2px 12px 8px}.expanded-section__tcards-wrapper--pdp-product .expanded-section__tcard-section--recommendation,.expanded-section__tcards-wrapper--pdp-product .expanded-section__tcard-section--opinions{padding:12px 2px}.expanded-section__tcards-wrapper--pdp-product>*:last-child,.expanded-section__tcards-wrapper>*:last-child{padding:12px 8px 12px 2px}.expanded-section__recommendation-cards{display:flex;flex-direction:row;gap:8px}.expanded-section__tcard-section--opinions{padding:12px 8px 12px 0}.expanded-section__section-label{font-family:var(--font-geist-mono);font-size:14px;font-weight:400;color:#00000080;margin-bottom:8px;flex-shrink:0;max-width:96%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.expanded-section__opinions-cards{display:flex;flex-direction:row;gap:8px}.--text-inverted{mix-blend-mode:difference;isolation:auto}.routine-landing__match-label-container{display:flex;align-items:center;padding:12px 14px;background-color:transparent;flex-shrink:0}.routine-landing__match-label{font-family:var(--font-geist-mono);font-size:14px;font-weight:400;color:#00000080;line-height:1.3;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.expanded-section__tcard-section .tcard--squared{width:calc(40vh - 60px);height:calc(40vh - 60px);max-width:240px;max-height:240px;min-width:180px;min-height:180px}.expanded-section__tcard-section .tcard--portrait{width:calc((40vh - 60px)*.6);height:calc(40vh - 60px);max-width:160px;max-height:240px;min-width:100px;min-height:150px}.chat-layout--embedded .expanded-section__tcard-section .tcard--squared{width:calc(52vh - 60px);height:calc(52vh - 60px);max-width:250px;max-height:250px}.chat-layout--embedded .expanded-section__tcard-section .tcard--portrait{width:calc((44vh - 60px)*.75);height:calc(54vh - 72px);max-width:160px;max-height:250px}.chat-layout--embedded .tcard-recommendation__description{font-size:10px}.chat-layout--embedded .tcard-recommendation__view-button{width:56px;height:36px;font-size:12px;padding:8px 12px}.chat-layout--embedded .tcard-header--recommendation .tcard-header__left,.chat-layout--embedded .tcard-header--recommendation .tcard-header__right{font-size:12px}.chat-layout--embedded .tcard-opinions-routine__account{font-size:13px}.chat-layout--embedded .tcard-recommendation__title{font-size:18px}.chat-layout--embedded .expanded-section__scroll-nav-wrapper{position:relative;flex:1;min-height:0;min-width:0;width:100%;display:flex;flex-direction:column}.chat-layout--embedded .expanded-section__scroll-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffffe6;border:1px solid rgba(0,0,0,.12);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-shadow:0 1px 4px #00000026;transition:background-color .15s ease;line-height:0}.chat-layout--embedded .expanded-section__scroll-nav-btn:hover{background:#fff}.chat-layout--embedded .expanded-section__scroll-nav-btn--left{left:6px}.chat-layout--embedded .expanded-section__scroll-nav-btn--right{right:6px}@media(max-width:480px){.chat-layout--embedded .tcard-header--recommendation .tcard-header__left,.chat-layout--embedded .tcard-header--recommendation .tcard-header__right{font-size:9px}.chat-layout--embedded .recommendation-button{font-size:12px}.chat-layout--embedded .tcard-recommendation__title{font-size:14px}.chat-layout--embedded .tcard-recommendation__description{font-size:10px}.chat-layout--embedded .tcard-recommendation__view-button{width:54px;height:34px;font-size:10px;padding:8px 12px}.chat-layout--embedded .tcard-header--whyitsfit .tcard-header__left{font-size:12px}.chat-layout--embedded .tcard-whyitsfit{padding:8px}.chat-layout--embedded .tcard-whyitsfit__tags .pi-tag{height:14px;font-size:10px}.chat-layout--embedded .tcard-whyitsfit__description{font-size:12px}.chat-layout--embedded .expanded-section__tcard-section .tcard--portrait{height:calc(58svh - 67px)}.chat-layout--embedded .tcard-header--tldr_review .tcard-header__title{font-size:14px}.chat-layout--embedded .tcard-header--tldr_review .tcard-header__subtitle{font-size:8px}.chat-layout--embedded .tcard-tldr-review{padding-top:58px!important}.chat-layout--embedded .tcard-tldr-review__review{font-size:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}.chat-layout--embedded .expanded-section__section-label,.chat-layout--embedded .chat-input{font-size:12px}@supports (-webkit-touch-callout: none){.chat-layout--embedded .chat-input:focus{font-size:16px}}.chat-layout--embedded .chat-input-idk-button{font-size:11px}.chat-layout--embedded .tcard-product-routine-squared__connector-vertical{height:11px;margin-left:9px}.chat-layout--embedded .tcard-product-routine-squared__indicator{width:20px;height:20px;font-size:10px}.chat-layout--embedded .tcard-product-routine-squared__label{font-size:12px}.chat-layout--embedded .expanded-section__recommendation-cards,.chat-layout--embedded .expanded-section__tcards-wrapper--pdp-product .expanded-section__recommendation-cards{gap:4px}.chat-layout--embedded .expanded-section__tcard-section--recommendation:first-child,.chat-layout--embedded .expanded-section__tcards-wrapper--pdp-product .expanded-section__tcard-section--recommendation:first-child{padding:12px 2px 12px 8px}.chat-layout--embedded .expanded-section__tcard-section--recommendation,.chat-layout--embedded .expanded-section__tcards-wrapper--pdp-product .expanded-section__tcard-section--recommendation,.chat-layout--embedded .expanded-section__tcard-section--opinions,.chat-layout--embedded .expanded-section__tcards-wrapper--pdp-product .expanded-section__tcard-section--opinions{padding:12px 2px}.chat-layout--embedded .expanded-section__tcards-wrapper--pdp-product>*:last-child,.chat-layout--embedded .expanded-section__tcards-wrapper>*:last-child{padding:12px 8px 12px 2px}.chat-layout--embedded .tcard-header--product_promotion_squared{font-size:11px!important}.chat-layout--embedded .tcard-product-promotion-squared__content{padding:24px 12px 12px;gap:0px}.chat-layout--embedded .tcard-product-promotion-squared__image{width:64px;height:70px}.chat-layout--embedded .tcard-product-promotion-squared__description{font-size:10px}}@media(max-width:767px){.tcard-tldr-review{padding-top:52px!important}.expanded-section__back-button{padding:6px 12px;font-size:13px}.expanded-section__view-button{padding:10px 20px;font-size:13px}.routine-landing__match-label-container{padding:10px 12px}.routine-landing__match-label{font-size:13px}}@media(min-width:414px)and (max-width:440px){.chat-layout--with-expanded .chat-container{flex:0 0 60%;max-height:60%}.expanded-section--non-full-screen{flex:0 0 40%;max-height:40%}.expanded-section__tcard-section--recommendation{max-width:264px}}@media(max-width:414px)and (max-height:740px){.expanded-section__tcard-section--recommendation{max-width:240px}}@media(max-width:440px){.expanded-section__tcard-section--recommendation{max-width:530px}.tcard-tldr-review{padding-top:68px!important}}@media(min-width:375px)and (max-width:412px){.expanded-section__tcard-section--recommendation{max-width:530px}.tcard-tldr-review{padding-top:108px}}@media(max-width:375px)and (max-height:670px){.expanded-section__tcard-section--recommendation{max-width:212px}}@media(min-width:321px)and (max-width:360px){.chat-layout--with-expanded .chat-container{flex:0 0 56%;max-height:56%}.expanded-section--non-full-screen{flex:0 0 40%;max-height:40%}.expanded-section__tcard-section--recommendation{max-width:512px}.expanded-section__recommendation-cards{gap:10px}.expanded-section__tcard-section--opinions{padding:12px 10px 12px 0}.chat-layout--embedded .tcard-header--recommendation .tcard-header__left,.chat-layout--embedded .tcard-header--recommendation .tcard-header__right{font-size:9px!important}.chat-layout--embedded .tcard-recommendation__view-button{width:50px!important;height:30px!important;font-size:10px!important}.chat-layout--embedded .expanded-section__tcard-section--recommendation{max-width:412px!important}.chat-layout--embedded .tcard-opinions-routine__account,.chat-layout--embedded .tcard-tldr-review__review{font-size:9px!important}.chat-layout--embedded .tcard-tldr-review__tags .pi-tag.tcard-tldr-review__tag{font-size:7px!important}}@media(min-width:1024px)and (max-width:1279px){.chat-layout--with-expanded .chat-container{flex:0 0 60%;max-height:60%}.expanded-section--non-full-screen{flex:0 0 40%;max-height:40%}}@media(min-width:1280px)and (max-width:1440px){.chat-layout--with-expanded .chat-container{flex:0 0 60%;max-height:60%}.expanded-section--non-full-screen{flex:0 0 40%;max-height:40%}}@media(min-width:600px)and (max-height:650px){.chat-messages{padding:12px 12px 0;gap:4px}.chat-input-container--less-padding{padding:8px 12px 2px}.chat-input-wrapper{padding:2px 0}.expanded-section__tcard-section--recommendation{max-width:200px;padding:10px 10px 18px}.expanded-section__tcard-section--opinions{padding:10px 10px 18px 4px}.expanded-section__section-label{margin-bottom:7px}.expanded-section__back-button{padding:6px 10px;font-size:12px}.expanded-section__view-button{padding:8px 16px;font-size:12px}.routine-landing__match-label-container{padding:8px 10px}.routine-landing__match-label{font-size:12px}}body.standalone-mode{overflow:hidden;position:fixed;width:100%;height:100%;height:var(--app-height, 100%)}.standalone-viewport{height:100vh;height:var(--app-height, 100vh);height:100dvh;overflow:hidden;position:fixed;inset:0;display:flex;flex-direction:column;background-color:#fff}.standalone-viewport .chat-container{height:100%;display:flex;flex-direction:column;overflow:hidden}.standalone-viewport .chat-header{flex-shrink:0;position:relative}.standalone-viewport .chat-messages{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.standalone-viewport .chat-search-results,.standalone-viewport .chat-multi-select-tags,.standalone-viewport .chat-input-container{flex-shrink:0}.standalone-viewport{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.standalone-viewport .chat-input,.standalone-viewport .chat-bubble{-webkit-user-select:text;user-select:text}@supports (-webkit-touch-callout: none){.chat-input{font-size:16px}}@keyframes skeleton-pulse{0%,to{opacity:.35}50%{opacity:.7}}.chat-messages--skeleton{display:flex;flex-direction:column;gap:12px;padding:16px;overflow:hidden}.chat-skeleton-bubble{height:56px;border-radius:var(--chat-radius, 16px);animation:skeleton-pulse 1.4s ease-in-out infinite}.chat-skeleton-bubble--agent{align-self:flex-start;background-color:var(--chat-bot-bg, #d9d9d9)}.chat-skeleton-bubble--user{align-self:flex-end;background-color:var(--chat-user-bg, #c4c4c4)}.chat-skeleton-bubble--1{width:75%;animation-delay:0s}.chat-skeleton-bubble--2{width:45%;animation-delay:.2s}.chat-skeleton-bubble--3{width:65%;animation-delay:.4s}.chat-skeleton-bubble--4{width:40%;animation-delay:.6s}.expanded-section--skeleton{padding:12px;overflow:hidden}.expanded-skeleton__row{display:flex;gap:12px;height:100%;align-items:stretch}.expanded-skeleton__card{flex:1;min-width:0;border-radius:var(--tcard-radius, 12px);background-color:var(--chat-bot-bg, #d9d9d9);animation:skeleton-pulse 1.4s ease-in-out infinite}.expanded-skeleton__card:nth-child(2){animation-delay:.2s}:root{--tcard-text-primary: rgba(255, 255, 255, 1);--tcard-text-secondary: rgba(255, 255, 255, .5);--tcard-header-bg-default: rgba(0, 0, 0, 1);--tcard-overlay-shadow: rgba(0, 0, 0, .2);--tcard-button-bg: rgba(0, 0, 0, 1);--tcard-button-text: rgba(255, 255, 255, 1);--tcard-primary: #000000;--tcard-squared-size: 240px;--tcard-portrait-width: 140px;--tcard-portrait-height: 240px;--tcard-landscape-width: 320px;--tcard-landscape-height: 180px;--tcard-padding: 12px;--tcard-radius: 12px;--tcard-gap: 12px}.tcard{position:relative;border-radius:var(--tcard-radius);overflow:hidden;flex-shrink:0;font-family:var(--font-geist-mono, "Geist Mono", monospace)}.tcard--squared{width:var(--tcard-squared-size);height:var(--tcard-squared-size)}.tcard--portrait{width:var(--tcard-portrait-width);height:var(--tcard-portrait-height)}.tcard--landscape{width:var(--tcard-landscape-width);height:var(--tcard-landscape-height)}.tcard-header{position:absolute;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:var(--tcard-padding);z-index:10}.tcard-header--top{top:0}.tcard-header--bottom{bottom:0}.tcard-header__subtitle{display:var(--tcard-header-attribution-display, block)}.tcard--recommendation{border:2px solid var(--tcard-recommendation-border, var(--tcard-primary, transparent))}.tcard--product_routine_squared{border:2px solid var(--tcard-product-routine-border, var(--tcard-primary, transparent))}.tcard--complete_routine{border:2px solid var(--tcard-complete-routine-border, var(--tcard-primary, transparent))}.tcard--tldr_review{border:2px solid var(--tcard-tldr-border, var(--tcard-primary, transparent))}.tcard-header--recommendation{background-color:var(--tcard-primary, rgba(0, 0, 0, 1))}.tcard-header--recommendation .tcard-header__left,.tcard-header--recommendation .tcard-header__right{font-size:var(--tcard-reco-header-text-size, 14px);font-weight:600;color:var(--highlighted-text-color, var(--tcard-text-primary));mix-blend-mode:var(--highlighted-text-blend, normal)}.tcard-header--recommendation .tcard-header__right{display:var(--tcard-reco-header-right-display, inline)}.tcard-header--product_promotion .tcard-header__left,.tcard-header--product_promotion .tcard-header__right{font-size:13px;font-weight:600;color:var(--tcard-text-primary)}.tcard-header--product_promotion .tcard-header__right{padding:4px 10px;border-radius:4px}.tcard-recommendation{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-end}.tcard-recommendation__content{display:flex;justify-content:space-between;align-items:flex-end;padding:var(--tcard-padding);background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%)}.tcard-recommendation__info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.tcard-recommendation__title{font-family:var(--brand-font-reco-title, var(--font-geist-mono, "Geist Mono", monospace));font-size:20px;font-weight:500;color:var(--tcard-block-text, var(--tcard-text-secondary));margin:0;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.tcard-recommendation__description{font-size:13px;font-weight:600;color:var(--tcard-block-text, var(--tcard-text-secondary));margin:0;line-height:1.3}.tcard-recommendation__view-button{width:70px;height:40px;border-radius:var(--tcard-view-button-radius, 8px);padding:12px 18px;background-color:var(--tcard-button-bg);color:var(--highlighted-text-color, var(--tcard-button-text));font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:14px;font-weight:500;border:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.tcard-recommendation__view-button span{mix-blend-mode:var(--highlighted-text-blend, normal)}.tcard-recommendation__view-button:hover{opacity:.85}.tcard-opinions-routine{position:absolute;inset:0;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.tcard-opinions-routine__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}.tcard-opinions-routine__overlay{position:absolute;inset:0;background-color:var(--tcard-overlay-shadow);z-index:1}.tcard-opinions-routine__play-button{position:relative;z-index:5;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.tcard-opinions-routine__play-button:hover{transform:scale(1.1)}.tcard-opinions-routine__play-icon{width:50px;height:50px}.tcard-opinions-routine__content{position:absolute;bottom:0;left:0;right:0;padding:var(--tcard-padding);background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);display:flex;flex-direction:column;gap:2px;z-index:5}.tcard-opinions-routine__account{font-size:14px;font-weight:500;color:var(--tcard-text-primary);line-height:1.2}.tcard-opinions-routine__description{font-size:10px;font-weight:600;color:var(--tcard-text-secondary);line-height:1.3}.tcard-product-promotion{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.tcard-product-promotion__overlay{position:absolute;inset:0;background-color:var(--tcard-overlay-shadow)}.tcard-product-promotion__content{position:relative;z-index:5;display:flex;align-items:center;justify-content:center;padding:30px 0 0;width:100%}.tcard-product-promotion__image{width:130px;height:168px;object-fit:contain;flex-shrink:0}.tcard-product-promotion__description{font-size:13px;font-weight:600;color:var(--tcard-text-primary);margin:0;line-height:1.4;flex:1}.tcard-product-promotion-squared{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.tcard-product-promotion-squared__overlay{position:absolute;inset:0;background-color:var(--tcard-overlay-shadow)}.tcard-product-promotion-squared__content{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;width:100%;height:100%;gap:8px}.tcard-product-promotion-squared__image{width:64px;height:80px;object-fit:contain;flex-shrink:0}.tcard-product-promotion-squared__description{font-size:11px;font-weight:600;color:var(--tcard-text-primary);margin:0;line-height:1.3;text-align:center}.tcard-header--whyitsfit{background-color:var(--tcard-whyitsfit-header-bg, transparent)}.tcard-header--whyitsfit .tcard-header__left{font-size:var(--tcard-whyitsfit-header-text-size, 16px);font-weight:600;color:var(--tcard-whyitsfit-header-text, rgba(0, 0, 0, 1))}.tcard-header--tldr_review .tcard-header__left-stack{display:flex;flex-direction:column;gap:2px}.tcard-header--tldr_review .tcard-header__title{font-size:16px;font-weight:500;color:#fff;line-height:1.2}.tcard-header--tldr_review .tcard-header__subtitle{font-size:10px;font-weight:400;color:#fff;line-height:1.2}.tcard--whyitsfit{border:2px solid var(--tcard-whyitsfit-border, var(--tcard-primary, transparent))}.tcard-whyitsfit{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:var(--tcard-padding);padding-top:44px;gap:6px;overflow:hidden}.tcard-whyitsfit__tags{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-start;width:100%;flex-shrink:0}.tcard-whyitsfit__tags .pi-tag{background-color:var(--tcard-primary, var(--pi-bg-tag));color:var(--highlighted-text-color, var(--pi-text-white))}.tcard-whyitsfit__tags .pi-tag span{mix-blend-mode:var(--highlighted-text-blend, normal)}.tcard-whyitsfit__description{font-size:12px;font-weight:600;color:var(--tcard-whyitsfit-text, rgba(0, 0, 0, 1));margin:0;padding-top:6px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.tcard-tldr-review{position:absolute;inset:0;background-color:var(--tcard-primary, rgba(0, 0, 0, 1));display:flex;flex-direction:column;justify-content:flex-start;padding:var(--tcard-padding);padding-top:80px;overflow:hidden}.tcard-tldr-review__review{font-size:12px;font-weight:600;color:#fff;margin:0;line-height:1.4;flex:0 1 auto;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;text-overflow:ellipsis}.tcard-tldr-review__tags{display:flex;flex-wrap:wrap;gap:6px;padding-top:8px}.tcard-tldr-review__tags .pi-tag.tcard-tldr-review__tag{color:var(--highlighted-text-color, var(--pi-text-white));background-color:var(--tcard-tldr-pills-bg, var(--pi-bg-tag))}.tcard-tldr-review__tags .pi-tag.tcard-tldr-review__tag span{mix-blend-mode:var(--highlighted-text-blend, normal)}.tcard-container{display:flex;gap:var(--tcard-gap);padding:var(--tcard-padding)}.tcard-container--horizontal{flex-direction:row;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.tcard-container--horizontal::-webkit-scrollbar{display:none}.tcard-section{display:flex;flex-direction:column;gap:8px}.tcard-section__header{display:flex;justify-content:space-between;align-items:center;padding:0 var(--tcard-padding)}.tcard-section__title{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:14px;font-weight:500;color:#000;margin:0}.tcard-section__subtitle{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:12px;font-weight:400;color:#00000080;margin:0}@media(max-width:767px){.tcard-whyitsfit__description,.tcard-tldr-review__review{font-size:12px}.tcard-recommendation__title{font-size:16px}.tcard-recommendation__description{font-size:10px}.tcard-recommendation__view-button{width:60px;height:36px;font-size:12px;padding:10px 14px}.tcard-opinions-routine__play-icon{width:40px;height:40px}.tcard-opinions-routine__account{font-size:12px}.tcard-opinions-routine__description{font-size:9px}.tcard-product-promotion__image{width:130px;height:140px}.tcard-product-promotion__description{font-size:12px}.tcard-header--recommendation .tcard-header__left,.tcard-header--recommendation .tcard-header__right{font-size:var(--tcard-reco-header-text-size-mobile, 11px)}.tcard-header--whyitsfit .tcard-header__left{font-size:var(--tcard-whyitsfit-header-text-size-mobile, 14px)}}@media(min-width:376px)and (max-width:767px){.tcard-recommendation__title{font-size:18px}.tcard-recommendation__description{font-size:12px}}@media(max-width:375px){.tcard-recommendation__title{font-size:15px}.tcard-recommendation__description{font-size:9px}.tcard-header--recommendation .tcard-header__left,.tcard-header--recommendation .tcard-header__right{font-size:var(--tcard-reco-header-text-size-mobile, 11px)}}@media(max-width:375px)and (max-height:670px){.tcard-product-promotion__image{width:96px;height:140px}}@media(min-width:321px)and (max-width:360px){.tcard-header--recommendation .tcard-header__left,.tcard-header--recommendation .tcard-header__right{font-size:var(--tcard-reco-header-text-size-mobile, 10px)}.tcard-recommendation__title{font-size:14px}.tcard-recommendation__description{font-size:12px}.tcard-recommendation__view-button{width:54px;height:34px;font-size:12px}.tcard-header--whyitsfit .tcard-header__left{font-size:var(--tcard-whyitsfit-header-text-size-mobile, 14px)}.tcard-whyitsfit__tags .pi-tag{font-size:11px}.tcard-whyitsfit__description{font-size:12px;padding-top:2px}.tcard-opinions-routine__account{font-size:14px}.tcard-opinions-routine__description{font-size:10px}.tcard-header--tldr_review .tcard-header__title{font-size:16px}.tcard-header--tldr_review .tcard-header__subtitle{font-size:8px}.tcard-tldr-review{padding-top:52px!important}.tcard-tldr-review__review{font-size:12px}.tcard-tldr-review__tags .pi-tag.tcard-tldr-review__tag{font-size:11px}.tcard-product-routine-squared__label{font-size:16px}.tcard-product-routine-squared__connector-vertical{height:13px}.tcard-product-routine-squared__indicator{width:24px;height:24px}}@media(min-width:1280px)and (max-width:1440px){.tcard-header--recommendation .tcard-header__left,.tcard-header--recommendation .tcard-header__right{font-size:var(--tcard-reco-header-text-size, 11px)}.tcard-recommendation__title{font-size:12px}.tcard-recommendation__description{font-size:10px}.tcard-recommendation__view-button{width:58px;height:30px;font-size:10px}.tcard-header--whyitsfit .tcard-header__left{font-size:10px;font-size:var(--tcard-whyitsfit-header-text-size, 16px)}.tcard-whyitsfit__tags .pi-tag,.tcard-whyitsfit__description,.tcard-opinions-routine__account{font-size:10px}.tcard-opinions-routine__description{font-size:8px}.tcard-header--tldr_review .tcard-header__title{font-size:14px}.tcard-header--tldr_review .tcard-header__subtitle{font-size:8px}.tcard-tldr-review{padding-top:60px}.tcard-tldr-review__review{font-size:9px}.tcard-tldr-review__tags .pi-tag.tcard-tldr-review__tag{font-size:10px}}@media(min-width:600px)and (max-height:650px){:root{--tcard-squared-size: 180px;--tcard-portrait-width: 130px;--tcard-portrait-height: 180px;--tcard-landscape-width: 260px;--tcard-landscape-height: 140px;--tcard-padding: 8px;--tcard-gap: 8px}.tcard-header--recommendation .tcard-header__left,.tcard-header--recommendation .tcard-header__right{font-size:var(--tcard-reco-header-text-size-mobile, 11px)}.tcard-recommendation__title{font-size:15px}.tcard-recommendation__description{font-size:8px}.tcard-recommendation__view-button{width:54px;height:32px;font-size:11px;padding:8px 12px}.tcard-opinions-routine__play-icon{width:36px;height:36px}.tcard-opinions-routine__account{font-size:11px}.tcard-opinions-routine__description{font-size:8px}.tcard-header--product_promotion .tcard-header__left,.tcard-header--product_promotion .tcard-header__right{font-size:18px}.tcard--product_promotion .tcard-header{padding:16px}.tcard-product-promotion__image{width:140px;height:160px}.tcard-product-promotion__description{font-size:16px}.tcard-product-promotion__content{padding:30px 30px 0}.tcard-whyitsfit__description{font-size:8px}.tcard-tldr-review{padding-top:48px}.tcard-tldr-review__review{font-size:8px}.tcard-header--whyitsfit .tcard-header__left,.tcard-header--tldr_review .tcard-header__title{font-size:13px}.tcard-header--tldr_review .tcard-header__subtitle{font-size:8px}}.tcard-opinions-routine__modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000}.tcard-opinions-routine__modal{position:relative;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;align-items:center}.tcard-opinions-routine__modal-close{position:absolute;top:-32px;right:0;background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:4px;line-height:1}.tcard-opinions-routine__modal-video{max-width:100%;max-height:80vh}.tcard-product-routine-squared{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.tcard-product-routine-squared__overlay{position:absolute;inset:0;background-color:transparent}.tcard-product-routine-squared__content{position:relative;z-index:5;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:12px;width:100%;height:100%;gap:0;box-sizing:border-box}.tcard-product-routine-squared__step-wrapper{display:flex;flex-direction:column;align-items:flex-start}.tcard-product-routine-squared__step{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0;z-index:1}.tcard-product-routine-squared__connector-vertical{width:2px;height:18px;background-color:#ffffffb3;margin-left:15px}.tcard-product-routine-squared__indicator{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:14px;font-weight:600;color:#000;background-color:#fff;flex-shrink:0}.tcard-product-routine-squared__indicator--active{background-color:var(--tcard-primary, #000000);color:#fff}.tcard-product-routine-squared__label{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:16px;font-weight:500;color:#fff;white-space:nowrap;line-height:1.2}.tcard-product-routine-squared__label--active{color:var(--tcard-primary, #000000)}@media(min-width:376px)and (max-width:767px){.tcard-product-routine-squared__label{font-size:18px}}@media(max-width:767px){.tcard-product-routine-squared__indicator{width:22px;height:22px}.tcard-product-routine-squared__label{font-size:14px}.tcard-product-routine-squared__connector-vertical{height:11px;margin-left:10px}}.tcard-complete-routine{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-end}.tcard-complete-routine__badge{position:absolute;top:0;left:0;z-index:10;margin:var(--tcard-padding);padding:4px 10px;border-radius:12px;background-color:var(--tcard-complete-routine-badge-bg, var(--tcard-primary, #C10116));color:#fff;font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:13px;font-weight:600;line-height:1;white-space:nowrap}.tcard-complete-routine__content{display:flex;justify-content:space-between;align-items:flex-end;padding:var(--tcard-padding);background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%)}.tcard-complete-routine__info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.tcard-complete-routine__title{font-size:20px;font-weight:500;color:var(--tcard-block-text, var(--tcard-text-secondary));margin:0;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.tcard-complete-routine__description{display:var(--tcard-complete-routine-desc-display, block);font-size:13px;font-weight:600;color:var(--tcard-block-text, var(--tcard-text-secondary));margin:0;line-height:1.3}@media(max-width:767px){.tcard-complete-routine__title{font-size:16px}.tcard-complete-routine__description{font-size:10px}.tcard-complete-routine__badge{font-size:11px}}@media(min-width:376px)and (max-width:767px){.tcard-complete-routine__title{font-size:18px}.tcard-complete-routine__description{font-size:12px}}@media(max-width:375px){.tcard-complete-routine__title{font-size:15px}.tcard-complete-routine__description{font-size:9px}}@media(min-width:321px)and (max-width:360px){.tcard-complete-routine__title{font-size:14px}.tcard-complete-routine__description{font-size:9px}.tcard-complete-routine__badge{font-size:10px}}@media(min-width:1280px)and (max-width:1440px){.tcard-complete-routine__title{font-size:16px}.tcard-complete-routine__description{font-size:10px}}:root{--pi-text-primary: rgba(0, 0, 0, 1);--pi-text-secondary: rgba(0, 0, 0, .5);--pi-text-tertiary: rgba(0, 0, 0, .25);--pi-text-white: rgba(255, 255, 255, 1);--pi-bg-tag: rgba(0, 0, 0, 1);--pi-bg-active-step: #C10116;--pi-bg-inactive-step: rgba(0, 0, 0, .25);--pi-connector-line: rgba(0, 0, 0, .25);--pi-padding: 16px;--pi-gap: 16px;--pi-section-gap: 24px}.pi-landing{display:flex;flex-direction:column;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;font-family:var(--font-geist-mono, "Geist Mono", monospace);background-color:#fff;-webkit-overflow-scrolling:touch;padding:0 0 20px}.pi-landing__content{display:flex;flex-direction:column;gap:var(--pi-section-gap);padding-top:0}.pi-landing__match-label-container{display:flex;align-items:center;padding:12px 14px;background-color:transparent;flex-shrink:0}.pi-landing__match-label{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:14px;font-weight:400;color:var(--pi-text-secondary);line-height:1.3;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pi-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.pi-section-header__title{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:16px;font-weight:600;color:var(--pi-text-primary);margin:0;line-height:1.3}.pi-section-divider{border:none;height:1px;background-color:#00000059;margin:0 10px}.pi-section-header__attribution{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:10px;font-weight:400;color:var(--pi-text-secondary);line-height:1.3}.pi-tag{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 8px;background-color:var(--pi-bg-tag);color:var(--pi-text-white);font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:13px;font-weight:400;line-height:1;border-radius:12px;white-space:nowrap}.pi-tags-container{display:flex;flex-wrap:wrap;gap:6px}.pi-nav-header{display:flex;flex-direction:column;padding:0 0 20px}.pi-nav-header__brand{padding:10px 0 0;margin:0 0 10px;background-color:var(--header-bg-override, transparent)}.pi-nav-header--embedded{padding:16px 0}.pi-nav-header__product-name{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:12px;font-weight:500;color:var(--pi-text-secondary);margin:0;text-transform:uppercase;letter-spacing:.5px;padding:0 14px 10px}.pi-nav-header__logo{max-height:32px;max-width:40%;object-fit:contain;display:block;padding:0 60px 0 8px}.pi-nav-header__divider{width:100%;height:1px;background-color:#0000001a;margin:4px 0}.pi-nav-header__actions{display:flex;justify-content:space-between;align-items:center;padding:0 14px}.pi-nav-header__back-button{display:flex;align-items:center;gap:8px;padding:8px 0;background:none;border:none;cursor:pointer;font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:14px;font-weight:500;color:var(--pi-text-primary);transition:opacity .2s ease}.pi-nav-header__back-button:hover{opacity:.7}.pi-nav-header__back-icon{flex-shrink:0}.pi-nav-header__remind-button{padding:8px 16px;background-color:var(--pi-bg-tag);color:var(--pi-text-white);border:none;border-radius:6px;font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:12px;font-weight:500;cursor:pointer;transition:opacity .2s ease}.pi-nav-header__remind-button:hover{opacity:.85}.pi-product-overview{display:flex;flex-direction:column}.pi-product-overview__info{display:flex;flex-direction:column;padding:0 10px;margin:0 0 12px;gap:6px}.pi-product-overview__name{font-family:var(--brand-font-po-name, var(--font-geist-mono, "Geist Mono", monospace));font-size:24px;font-weight:600;color:var(--pi-text-primary);margin:0;line-height:1.2}.pi-product-overview__variant-row{display:flex;align-items:baseline;gap:8px}.pi-product-overview__variant{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:14px;font-weight:500;color:var(--pi-text-primary);margin:0;line-height:1.2}.pi-product-overview__measurement{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:12px;font-weight:500;color:var(--pi-text-secondary);margin:0}.pi-product-overview__carousel{width:100%}.pi-product-overview__carousel .carousel{height:auto;aspect-ratio:1 / 1}.pi-product-overview__recommendation-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:var(--pi-bg-tag);margin:0 0 16px}.pi-product-overview__recommendation-label,.pi-product-overview__recommendation-match{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:14px;font-weight:500;color:var(--pi-text-white)}.pi-product-overview__why-fit{display:flex;flex-direction:column;padding:0 10px;gap:12px}.pi-product-overview__why-fit-description{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:13px;font-weight:400;color:var(--pi-text-primary);margin:0;line-height:1.5}.pi-routine-stepper{display:flex;flex-direction:column;padding:0 10px;gap:16px}.pi-routine-stepper__steps{display:flex;align-items:flex-start;justify-content:space-between;position:relative}.pi-routine-stepper__steps--vertical{--pi-step-size: 32px;flex-direction:column;align-items:flex-start;gap:0}.pi-routine-stepper__step-wrapper{display:flex;flex-direction:column;align-items:flex-start}.pi-routine-stepper__step{display:flex;flex-direction:row;align-items:center;gap:12px;height:var(--pi-step-size);cursor:pointer;z-index:1;background:none;border:none;padding:0;transition:opacity .2s ease}.pi-routine-stepper__step:hover{opacity:.8}.pi-routine-stepper__connector-vertical{width:2px;height:16px;background-color:var(--pi-connector-line);margin-left:calc(var(--pi-step-size) / 2 - 1px)}.pi-routine-stepper__step-indicator{display:flex;align-items:center;justify-content:center;width:var(--pi-step-size);height:var(--pi-step-size);border-radius:50%;font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:18px;font-weight:500;color:var(--pi-text-white);background-color:var(--pi-bg-inactive-step)}.pi-routine-stepper__step-indicator--active{background-color:var(--tcard-primary, var(--pi-bg-active-step))}.pi-routine-stepper__step-label{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:24px;font-weight:500;color:var(--pi-text-tertiary);text-align:left;white-space:nowrap}.pi-routine-stepper__step-label--active{color:var(--tcard-primary, var(--pi-text-primary))}.pi-review-summary{display:flex;flex-direction:column;padding:0 10px 10px;gap:12px}.pi-review-summary__description{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:13px;font-weight:400;color:var(--pi-text-primary);margin:0;line-height:1.5}.pi-review-summary__copyright{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:10px;font-weight:400;color:var(--pi-text-secondary);margin:4px 0 0}.pi-opinions-section{display:flex;flex-direction:column;padding:0 10px;gap:12px}.pi-opinions-section__cards{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.pi-opinions-section__cards::-webkit-scrollbar{display:none}.pi-landing--no-attribution .pi-section-header__attribution{display:none}.pi-promotion-section--image .pi-promotion-section__image{width:100%;height:auto;display:block;border-radius:var(--tcard-radius, 12px)}.pi-footer-text{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 10px 10px;color:#ad0000}.pi-footer-text__line{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:12px;font-weight:500;line-height:1.3;margin:0}.pi-complete-routine-section{display:flex;flex-direction:column;padding:0 10px;gap:12px}.pi-complete-routine-section__intro{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:13px;font-weight:400;color:var(--pi-text-primary);margin:0;line-height:1.5}.pi-complete-routine-section__cards{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.pi-complete-routine-section__cards::-webkit-scrollbar{display:none}.pi-promotion-section{display:flex;flex-direction:column;padding:0 10px;gap:12px}.pi-promotion-section .tcard--landscape{width:100%;height:200px}@media(max-width:479px){:root{--pi-padding: 14px;--pi-gap: 14px;--pi-section-gap: 30px}.pi-product-overview__name{font-size:22px}.pi-routine-stepper__steps--vertical{--pi-step-size: 32px}.pi-routine-stepper__step-label{font-size:22px}.pi-routine-stepper__step-indicator{font-size:18px}.pi-promotion-section .tcard--landscape{height:200px}.pi-landing__match-label-container{padding:10px 12px}.pi-landing__match-label{font-size:13px}}@media(max-width:380px){:root{--pi-padding: 12px;--pi-gap: 12px;--pi-section-gap: 30px}.pi-section-header__title{font-size:14px}.pi-section-header__attribution{font-size:9px}.pi-tag{height:20px;font-size:11px;padding:0 6px}.pi-nav-header__back-button{font-size:12px}.pi-product-overview__name{font-size:20px}.pi-product-overview__variant{font-size:12px}.pi-product-overview__measurement{font-size:11px}.pi-product-overview__recommendation-label,.pi-product-overview__recommendation-match,.pi-product-overview__why-fit-description{font-size:12px}.pi-routine-stepper__steps--vertical{--pi-step-size: 28px}.pi-routine-stepper__step-label{font-size:18px}.pi-routine-stepper__step-indicator{font-size:14px}.pi-review-summary__description{font-size:12px}.pi-review-summary__copyright{font-size:9px}.pi-landing__match-label-container{padding:8px 10px}.pi-landing__match-label{font-size:12px}}@media(min-width:480px)and (max-width:768px){.pi-product-overview__name{font-size:26px}.pi-routine-stepper__step-label{font-size:18px}}@media(min-width:769px){.pi-landing__content{max-width:600px;margin:0 auto}.pi-product-overview__name{font-size:28px}}.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media(max-width:768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width:480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;height:100%;inset:0;position:fixed;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{inset:50% auto auto 20px;width:auto;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width:768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media(max-width:480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:#0000;padding:0}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}:root{--carousel-text-primary: rgba(255, 255, 255, 1);--carousel-text-secondary: rgba(255, 255, 255, .8);--carousel-button-bg: rgba(0, 0, 0, 1);--carousel-button-text: rgba(255, 255, 255, 1);--carousel-nav-bg: rgba(255, 255, 255, .3);--carousel-nav-hover-bg: rgba(255, 255, 255, .5);--carousel-nav-color: rgba(255, 255, 255, 1);--carousel-landscape-height: 264px;--carousel-portrait-height: 520px;--carousel-padding: 16px;--carousel-radius: 12px;--carousel-button-width: 62px;--carousel-button-height: 44px}.carousel .image-gallery,.carousel .image-gallery-content,.carousel .image-gallery-slide-wrapper,.carousel .image-gallery-slides,.carousel .image-gallery-slide{width:100%;height:100%}.carousel .image-gallery-slide>div{width:100%;height:100%}.carousel .image-gallery-swipe{width:100%;height:100%}.carousel .image-gallery-slide.image-gallery-center{position:relative}.carousel .image-gallery-icon{display:none}.carousel{position:relative;width:100%;overflow:hidden;font-family:var(--font-geist-mono, "Geist Mono", monospace);isolation:isolate}.carousel--landscape{height:var(--carousel-landscape-height)}.carousel--portrait{height:var(--carousel-portrait-height)}.carousel-slide{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.carousel-slide__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.carousel-slide__details{position:relative;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%)}.carousel-slide__info{display:flex;flex-direction:column;gap:4px;flex:0 1 auto;min-width:0;width:55%;max-width:55%;text-align:left;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.carousel-slide__title{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:20px;font-weight:400;color:var(--carousel-text-primary);margin:0;line-height:1.2;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.carousel-slide__description{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:13px;font-weight:200;color:var(--carousel-text-secondary);margin:0;line-height:1.3;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.carousel-slide__button{width:var(--carousel-button-width);height:var(--carousel-button-height);min-width:var(--carousel-button-width);padding:12px 18px;border-radius:8px;background-color:var(--carousel-button-bg);color:var(--carousel-button-text);font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:14px;font-weight:500;border:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.carousel-slide__button:hover{opacity:.85}.carousel-slide__button:active{opacity:.7}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;border-radius:50%;cursor:pointer;color:var(--carousel-nav-color);transition:background-color .2s ease,opacity .2s ease}.carousel-nav:hover:not(:disabled){background-color:transparent}.carousel-nav:disabled{opacity:.3;cursor:not-allowed}.carousel-nav--left{left:12px}.carousel-nav--right{right:12px}.carousel-nav svg{width:24px;height:24px}.carousel--product_overview .carousel-slide__details{display:none}.carousel--shop_protect .carousel-slide__details{display:flex}@media(max-width:479px){:root{--carousel-landscape-height: 220px;--carousel-portrait-height: 450px;--carousel-padding: 12px;--carousel-button-width: 62px;--carousel-button-height: 44px}.carousel-slide__title{font-size:18px}.carousel-slide__description{font-size:12px}.carousel-slide__button{font-size:12px;padding:10px 14px}.carousel-nav{width:40px;height:40px}.carousel-nav--left{left:8px}.carousel-nav--right{right:8px}.carousel-nav svg{width:20px;height:20px}}@media(max-width:380px){:root{--carousel-landscape-height: 180px;--carousel-portrait-height: 380px;--carousel-padding: 10px;--carousel-button-width: 54px;--carousel-button-height: 32px}.carousel-slide__title{font-size:16px}.carousel-slide__description{font-size:11px}.carousel-slide__button{font-size:11px;padding:8px 12px}.carousel-nav{width:36px;height:36px}.carousel-nav--left{left:6px}.carousel-nav--right{right:6px}.carousel-nav svg{width:18px;height:18px}}@media(min-width:480px)and (max-width:768px){:root{--carousel-landscape-height: 240px;--carousel-portrait-height: 480px}.carousel-slide__title{font-size:19px}}.expanded-section__content--carousels{align-items:stretch;justify-content:flex-start;padding:0}.expanded-section__carousel-wrapper{display:flex;flex-direction:column;gap:24px;width:100%;overflow-y:auto}.expanded-section__carousel-section{display:flex;flex-direction:column;gap:12px}.expanded-section__carousel-label{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:14px;font-weight:600;color:#000000b3;text-transform:uppercase;letter-spacing:.5px}@media(max-width:479px){.expanded-section__carousel-wrapper{gap:20px}.expanded-section__carousel-section{gap:10px}.expanded-section__carousel-label{font-size:13px}}@media(max-width:380px){.expanded-section__carousel-wrapper{gap:16px}.expanded-section__carousel-section{gap:8px}.expanded-section__carousel-label{font-size:12px}}:root{--rl-step-highlight: rgba(193, 1, 22, 1);--rl-text-primary: rgba(0, 0, 0, 1);--rl-text-secondary: rgba(0, 0, 0, .5);--rl-text-white: rgba(255, 255, 255, 1);--rl-bg-tag: rgba(0, 0, 0, 1);--rl-divider: rgba(0, 0, 0, .1);--rl-padding: 16px;--rl-gap: 16px;--rl-section-gap: 24px}.rl-landing{display:flex;flex-direction:column;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;font-family:var(--font-geist-mono, "Geist Mono", monospace);background-color:#fff;-webkit-overflow-scrolling:touch;padding:0 0 20px}.rl-landing__content{display:flex;flex-direction:column;gap:var(--rl-section-gap);padding-top:0}.rl-landing__empty-message{text-align:center;width:100%}.rl-landing__match-label-container{display:flex;align-items:center;padding:12px 14px;background-color:transparent;flex-shrink:0}.rl-landing__match-label{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:14px;font-weight:400;color:var(--rl-text-secondary);line-height:1.3;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rl-nav-header{display:flex;flex-direction:column;padding:0 0 20px}.rl-nav-header__brand{padding:10px 0 0;margin:0 0 10px;background-color:var(--header-bg-override, transparent)}.rl-nav-header--embedded{padding:16px 0}.rl-nav-header__product-name{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:12px;font-weight:500;color:var(--rl-text-secondary);margin:0;text-transform:uppercase;letter-spacing:.5px;padding:0 14px 10px}.rl-nav-header__logo{max-height:32px;max-width:40%;object-fit:contain;display:block;padding:0 60px 0 8px}.rl-nav-header__divider{width:100%;height:1px;background-color:var(--rl-divider);margin:4px 0}.rl-nav-header__actions{display:flex;align-items:center;padding:0 14px}.rl-nav-header__back-button{display:flex;align-items:center;gap:8px;padding:8px 0;background:none;border:none;cursor:pointer;font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:14px;font-weight:500;color:var(--rl-text-primary);transition:opacity .2s ease}.rl-nav-header__back-button:hover{opacity:.7}.rl-nav-header__back-icon{flex-shrink:0}.rl-routine-overview{display:flex;flex-direction:column;padding:0 10px;gap:8px}.rl-routine-overview__step-header{display:flex;flex-direction:row;align-items:flex-start;gap:4px}.rl-routine-overview__step-number{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:16px;font-weight:600;color:var(--rl-step-highlight);line-height:1;margin-top:4px}.rl-routine-overview__step-name{font-family:var(--brand-font-routine-name, var(--font-geist-mono, "Geist Mono", monospace));font-size:24px;font-weight:600;color:var(--rl-step-highlight);line-height:1.2;margin:0 0 0 10px}.rl-routine-overview__description{font-family:var(--font-geist-mono, "Geist Mono", monospace);font-size:13px;font-weight:400;color:var(--rl-text-primary);margin:4px 0 0;line-height:1.5}.rl-routine-overview__image{width:100%;aspect-ratio:373 / 512;object-fit:cover;border-radius:var(--tcard-radius, 12px);display:block;margin-top:8px}.rl-routine-overview__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.rl-shop-protect-section{display:flex;flex-direction:column;gap:12px}.rl-shop-protect-section .pi-section-header{padding:0 10px}.rl-shop-protect-section__carousel{width:100%}.rl-routine-inspo-section{display:flex;flex-direction:column;padding:0 10px 30px;gap:12px}.rl-routine-inspo-section__cards{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.rl-routine-inspo-section__cards::-webkit-scrollbar{display:none}@media(max-width:479px){:root{--rl-padding: 14px;--rl-gap: 14px;--rl-section-gap: 30px}.rl-routine-overview__step-name{font-size:22px}.rl-landing__match-label-container{padding:10px 12px}.rl-landing__match-label{font-size:13px}}@media(max-width:380px){:root{--rl-padding: 12px;--rl-gap: 12px;--rl-section-gap: 16px}.rl-nav-header__product-name{font-size:11px}.rl-nav-header__back-button{font-size:12px}.rl-routine-overview__step-number{font-size:14px}.rl-routine-overview__step-name{font-size:20px}.rl-routine-overview__description{font-size:12px}.rl-landing__match-label-container{padding:8px 10px}.rl-landing__match-label{font-size:12px}}@media(min-width:480px)and (max-width:768px){.rl-routine-overview__step-name{font-size:26px}}@media(min-width:769px){.rl-landing__content{max-width:600px;margin:0 auto}.rl-routine-overview__step-name{font-size:28px}}
