@charset "UTF-8";.toast{position:fixed;bottom:calc(var(--mobile-bottom-nav-height, 95px) + 20px);left:50%;z-index:1100;width:min(100vw - 24px,420px);min-height:40px;padding:10px 16px;border:1px solid rgba(60,60,60,.24);border-radius:14px;background:#f4fffe;box-shadow:0 10px 24px #0000001f;pointer-events:auto;opacity:0;transform:translate(-50%,12px);transition:opacity .16s ease-out,transform .24s cubic-bezier(.22,1,.36,1)}.toast.is-visible{opacity:1;transform:translate(-50%)}.toast.is-exiting{opacity:0;transform:translate(-50%);transition:opacity .12s ease-out}.toast__message{margin:0;color:#004e5a;font-size:14px;font-weight:600;text-align:center;word-break:keep-all}@media(min-width:768px)and (max-width:1023px){.toast{bottom:calc(var(--mobile-bottom-nav-height, 95px) + 24px);width:min(100vw - 48px,440px)}}@media(min-width:1024px){.toast{bottom:40px;width:min(100vw - 64px,1216px)}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font:inherit}html{font-size:16px}body{min-height:100vh;font-family:Google Sans Flex,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#004e5a;background-color:#fff;overflow-x:hidden}input,button,textarea,select{font:inherit}img{display:block;max-width:100%}#root{min-height:100vh}::selection{background:#0aa5a5;color:#fff}.main-layout{width:100%;min-height:100vh;padding:0}.main-layout__inner{width:100%;min-height:100vh;padding:0 16px}@media(min-width:768px){.main-layout__inner{padding:0 24px}}@media(min-width:1024px){.main-layout__inner{max-width:1280px;margin:0 auto;padding:0 32px}}.header{--mobile-header-height: 76px;--mobile-bottom-nav-height: 95px;--nav-label-font-size: clamp(18px, 5.2vw, 18px);--menu-title-font-size: clamp(22px, 6vw, 22px);--menu-item-font-size: clamp(18px, 5.2vw, 18px);width:100%;background:#fff;position:sticky;top:0;z-index:103;border-bottom:1px solid rgba(0,0,0,.06);box-sizing:border-box}.header__nav,.header__top{width:100%;box-sizing:border-box}.header__top{display:flex;align-items:center;justify-content:space-between;flex-direction:row;height:var(--mobile-header-height);padding:0 20px}.header__mobile-back{display:flex;justify-content:center;align-items:center;width:34px;height:34px;padding:0;border:0;background:transparent;cursor:pointer}.header__mobile-back img{width:9px;height:17px}.header__logo{display:none;flex:0 0 auto;margin:0}.header__logo--mobile{display:block}.header__logo a{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px}.header__logo-icon{display:block;width:34px;height:34px}.header__logo-full,.header__right,.header__nav{display:none}.header__mobile-user{display:flex;justify-content:center;align-items:center;width:28px;height:28px;padding:0;border:0;background:transparent;cursor:pointer}.header__mobile-user img{width:100%;height:100%;object-fit:contain}.header__search{position:relative}.header__search-panel{position:absolute;top:calc(100% + 14px);right:0;width:min(368px,100vw - 34px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:102}.header__search-sheet{position:relative;padding:12px 16px 15px;background:#fff;border-radius:18px;box-shadow:0 18px 40px #0000001f}.header__search.is-open .header__search-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header__search-form{display:flex;flex-direction:column;gap:14px}.header__search-input-wrap{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:6px;height:36px;padding:0 8px;border-bottom:2px solid #0aa5a5}.header__search-input-wrap input{width:100%;border:0;background:transparent;color:#004e5a;font-size:11px;outline:none}.header__search-input-wrap input::placeholder{color:#00000061}.header__search-icon-button{display:flex;justify-content:center;align-items:center;width:18px;height:18px;padding:0;border:0;background:transparent;cursor:pointer;flex:0 0 auto}.header__search-icon{width:16px;height:16px;display:block}.header__search-suggestions{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.header__search-suggestion{padding:0;border:0;background:transparent;color:#00000061;font-size:11px;line-height:1.3;text-align:left;cursor:pointer;transition:color .2s ease}.header__search-suggestion:hover{color:#0aa5a5}.header__search-submit{display:flex;justify-content:center;align-items:center;width:100%;height:33px;border:0;border-radius:8px;background:#0aa5a5;color:#fff;font-size:11px;font-weight:700;cursor:pointer}.header__search--mobile{display:none}.header__search--mobile .header__search-panel{position:fixed;left:0;right:0;bottom:var(--mobile-bottom-nav-height);width:100%;transform:translateY(8px)}.header__search--mobile .header__search-sheet{width:100%;margin:0;padding:14px 16px 16px;border-radius:18px 18px 0 0;box-shadow:0 -12px 28px #0000001f}.header__search--mobile .header__search-form{gap:12px}.header__search--mobile .header__search-input-wrap{height:36px;padding:0 12px}.header__search--mobile .header__search-submit{display:flex}.header__search-backdrop{display:none}@media(max-width:1023px){.header__search--mobile{display:block}.header__search--mobile .header__search-panel{z-index:104}.header__search-backdrop{position:fixed;inset:0 0 var(--mobile-bottom-nav-height, 95px);z-index:103;background:#0000002e;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.header__search-backdrop.is-open{display:block;opacity:1;visibility:visible;pointer-events:auto}}.mobile-menu{position:fixed;top:var(--mobile-header-height);right:0;left:0;bottom:var(--mobile-bottom-nav-height);background:#fff;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;overflow-y:auto}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-menu__tabs{display:flex;gap:28px;padding:0 20px;border-bottom:1px solid rgba(0,0,0,.08);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.mobile-menu__tabs::-webkit-scrollbar{display:none}.mobile-menu__tab{position:relative;flex:0 0 auto;min-width:max-content;height:56px;padding:0;border:0;background:transparent;color:#00000085;font-size:var(--nav-label-font-size);font-weight:700;line-height:1;cursor:pointer;transition:color .2s ease}.mobile-menu__tab:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;background:#0aa5a5;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.mobile-menu__tab.is-active{color:#0aa5a5}.mobile-menu__tab.is-active:after{transform:scaleX(1)}.mobile-menu__content{padding:24px 20px 40px}.mobile-menu__section+.mobile-menu__section{margin-top:34px}.mobile-menu__section-button{display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;padding:0;border:0;background:transparent;color:#004e5a;font-size:var(--menu-title-font-size);font-weight:700;line-height:1.2;text-align:left;cursor:pointer}.mobile-menu__chevron{width:18px;height:18px;transform:rotate(0);transition:transform .2s ease}.mobile-menu__chevron.is-open{transform:rotate(180deg)}.mobile-menu__list{margin-top:14px}.mobile-menu__list-item+.mobile-menu__list-item{margin-top:14px}.mobile-menu__list-item a{color:#000000b3;font-size:var(--menu-item-font-size);font-weight:500;line-height:1.45;text-decoration:none}.mobile-menu__list--brand .mobile-menu__list-item a{display:inline-flex;align-items:center;gap:10px;color:#004e5a;font-weight:500}.brand-menu__icon{display:block;flex:0 0 auto;object-fit:contain}@media(max-width:767px){.brand-menu__icon{display:none}}@media(max-width:1023px){.brand-menu__icon{display:none}}.brand-menu__icon--mobile{width:22px;height:22px}.mobile-menu__cta{padding-top:10px}.mobile-menu__cta-title{color:#004e5a;font-size:var(--menu-title-font-size);font-weight:700;line-height:1.2}.mobile-menu__cta-text{margin-top:12px;color:#000000a6;font-size:15px;line-height:1.5}.mobile-menu__cta-link{display:flex;justify-content:center;align-items:center;width:100%;height:48px;margin-top:20px;border-radius:14px;background:#0aa5a5;color:#fff;font-size:15px;font-weight:700;text-decoration:none}body.mobile-menu-open{overflow:hidden}@media(min-width:768px){.header{--mobile-header-height: 84px}.header__top{padding:0 24px}.header__mobile-user{width:32px;height:32px}.mobile-menu__tabs,.mobile-menu__content{padding-right:24px;padding-left:24px}}@media(min-width:1024px){.header{position:relative;box-shadow:0 2px 2px #0000000d}.header__mobile-back,.header__logo--mobile{display:none}.header__logo--desktop{display:block}.header__logo-icon{display:none}.header__logo-full{display:block;width:146px;height:auto}.header__top{max-width:1280px;height:86px;margin:0 auto;padding:0 18px}.header__right{align-items:center;justify-content:flex-end;flex-direction:row;gap:8px;display:flex}.header__mobile-user,.mobile-menu{display:none}.header__icons{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:0}.header__search--mobile{display:none}.header__icon-btn{display:flex;justify-content:center;align-items:center;position:relative;flex:0 0 auto;width:26px;height:26px;padding:0;border:0;background:transparent;cursor:pointer}.header__icon-btn img{width:var(--icon-width, 100%);height:var(--icon-height, 100%);object-fit:contain}.header__icon-btn--action,.header__icon-btn--search{width:70px;height:70px}.header__icon-btn--search:after{content:"";position:absolute;left:50%;bottom:-8px;width:0;height:3px;background:#0aa5a5;transform:translate(-50%);transition:width .2s ease}.header__search:hover .header__icon-btn--search:after,.header__search.is-open .header__icon-btn--search:after{width:70px}.header__search-panel{position:fixed;top:86px;left:0;width:100%;transform:translateY(-6px);background:#fff;border-top:1px solid rgba(0,0,0,.05);box-shadow:0 14px 30px #00000012}.header__search-sheet{display:flex;justify-content:center;align-items:center;max-width:1280px;margin:0 auto;padding:34px 18px 40px;border-radius:0;box-shadow:none}.header__search-form{gap:18px;width:652px}.header__search-input-wrap{height:74px;gap:18px;padding:0 2px 12px;border-bottom-width:3px}.header__search-input-wrap input{font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.03em}.header__search-input-wrap input::placeholder{color:#0003;font-weight:600;letter-spacing:-.03em}.header__search-icon-button,.header__search-icon{width:33px;height:33px}.header__search-suggestions{gap:10px;padding-left:0}.header__search-suggestion{font-size:21px;font-weight:500;line-height:1.35;letter-spacing:-.03em;color:#0000002e}.header__search-submit,.header__search-backdrop{display:none}.header__auth{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px;flex:0 0 auto}.header__auth button{min-width:0;height:36px;padding:0 14px;border:0;border-radius:10px;background:#0aa5a5;color:#fff;font-size:15px;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap}.header__nav{display:block;position:relative}.gnb{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:clamp(80px,8vw,220px);max-width:1280px;height:54px;margin:0 auto;padding:0 18px}.gnb__item{display:flex;justify-content:center;align-items:center;flex:0 0 clamp(96px,8vw,124px);height:100%}.gnb__button,.gnb__link{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;padding:0 6px;border:0;background:transparent;color:#0aa5a5;font-size:var(--nav-label-font-size);font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;text-decoration:none}.gnb__button:after,.gnb__link:after{content:"";position:absolute;left:50%;bottom:-1px;width:0;height:2px;background:#0aa5a5;transform:translate(-50%);transition:width .2s ease}.gnb__item.is-open .gnb__button:after,.gnb__item.is-open .gnb__link:after{width:calc(100% + 18px)}.gnb__item.is-open .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dropdown{position:absolute;top:calc(100% + 1px);left:0;width:100%;background:#fff;border-top:1px solid rgba(0,0,0,.05);box-shadow:0 14px 30px #00000012;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.dropdown__panel{max-width:1280px;margin:0 auto;padding:42px 18px 56px}.dropdown__inner{display:grid}.dropdown__inner--category{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:24px}.dropdown__inner--brand{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:28px}.dropdown__column{text-align:center}.dropdown__title{display:flex;justify-content:center;align-items:center;min-height:88px;padding:0 24px;border:2px solid rgba(0,0,0,.12);border-radius:14px;color:#004e5a;font-size:var(--menu-title-font-size);font-weight:700;background:#fff}.dropdown__list{margin-top:34px}.dropdown__list-item+.dropdown__list-item{margin-top:28px}.dropdown__list-item a{color:#004e5a;font-size:var(--menu-item-font-size);font-weight:500;line-height:1.25;text-decoration:none;transition:color .2s ease}.dropdown__list-item a:hover{color:#0aa5a5}.dropdown__brand-item a{display:inline-flex;align-items:center;gap:12px}.dropdown__brand-item a span{display:inline-block}.brand-menu__icon--desktop{width:24px;height:24px}}.footer{background:#005b66;color:#f5f5f5bd;width:100%}.footer__desktop{display:none}.footer__mobile{padding:48px 32px 148px}.footer__mobile-section+.footer__mobile-section{margin-top:18px}.footer__title{color:#ffffffdb;font-size:14px;font-weight:700;line-height:1.4}.footer__mobile-inline-links,.footer__mobile-company{margin-top:8px}.footer__mobile-inline-links{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;column-gap:16px;flex-wrap:wrap;row-gap:4px}.footer__mobile-inline-links p{font-size:11px;line-height:1.45}.footer__mobile-company p{font-size:11px;line-height:1.5}.footer__support{color:#fff;text-decoration:none}.footer__support--mobile{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:22px;margin-top:24px}.footer__support-number{color:#ffffffd6;font-size:17px;font-weight:700;line-height:1;letter-spacing:.1em}.footer__support-link{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px}.footer__support-link span{color:#f5f5f5bd;font-size:11px;font-weight:600;line-height:1.4}.footer__support-link img{display:block;height:10px;width:10px}.footer__mobile-copy{margin-top:26px}.footer__mobile-copy p{font-size:10px;line-height:1.45}.footer__social{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:16px}.footer__social--mobile{margin-top:28px}.footer__social--mobile .footer__social-link{background:transparent;border-radius:0;height:auto;width:auto}.footer__social--mobile .footer__social-link img{height:40px;width:40px;opacity:.7}.footer__social-link{display:flex;justify-content:center;align-items:center;background:#fffffff2;border-radius:50%;height:54px;width:54px}.footer__social-link img{display:block;height:28px;width:28px}.footer__mobile-nav{display:flex;align-items:center;justify-content:space-between;flex-direction:row;position:fixed;right:0;bottom:0;left:0;z-index:101;background:#fffffffa;border-top:1px solid rgba(0,0,0,.08);height:95px;width:100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer__mobile-search-backdrop{position:fixed;inset:0 0 var(--mobile-bottom-nav-height, 95px);z-index:101;background:#0000002e;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease}.footer__mobile-search-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}.footer__mobile-search{position:fixed;right:0;bottom:var(--mobile-bottom-nav-height, 95px);left:0;z-index:102;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.footer__mobile-search.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.footer__mobile-search-sheet{padding:20px 16px 22px;background:#fff;border-radius:18px 18px 0 0;box-shadow:0 -12px 28px #0000001f}.footer__mobile-search-form{display:flex;flex-direction:column;gap:18px}.footer__mobile-search-input-wrap{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px;min-height:42px;padding:0 12px;border-bottom:2px solid #0aa5a5}.footer__mobile-search-input-wrap input{width:100%;border:0;background:transparent;color:#004e5a;font-size:11px;outline:none}.footer__mobile-search-input-wrap input::placeholder{color:#00000061}.footer__mobile-search-icon-button{display:flex;justify-content:center;align-items:center;width:18px;height:18px;padding:0;border:0;background:transparent;cursor:pointer;flex:0 0 auto}.footer__mobile-search-icon{display:block;width:16px;height:16px}.footer__mobile-search-suggestions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer__mobile-search-suggestion{padding:0;border:0;background:transparent;color:#00000061;font-size:11px;line-height:1.5;text-align:left;cursor:pointer}.footer__mobile-search-submit{display:flex;justify-content:center;align-items:center;width:100%;height:40px;border:0;border-radius:8px;background:#0aa5a5;color:#fff;font-size:11px;font-weight:700;cursor:pointer}.footer__mobile-link{display:flex;justify-content:center;align-items:center;flex:1;height:100%;border:0;background:transparent;cursor:pointer}.footer__mobile-link img{display:block;height:25px;width:25px}.footer__mobile-link--menu{cursor:pointer}@media(min-width:768px){.footer__mobile-search-sheet{padding:24px 24px 26px}.footer__mobile-search-form{gap:20px}.footer__mobile-search-input-wrap{min-height:48px;padding:0 14px}.footer__mobile-search-input-wrap input{font-size:13px}.footer__mobile-search-icon-button{width:20px;height:20px}.footer__mobile-search-icon{width:18px;height:18px}.footer__mobile-search-suggestions{gap:14px}.footer__mobile-search-suggestion{font-size:13px}.footer__mobile-search-submit{height:44px;font-size:13px}}@media(min-width:1024px){.footer__mobile,.footer__mobile-nav,.footer__mobile-search,.footer__mobile-search-backdrop{display:none}.footer__desktop{display:block;margin:0 auto;max-width:1280px;padding:84px 32px 70px}.footer__desktop-top{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;gap:40px}.footer__desktop-columns{display:grid;gap:56px;grid-template-columns:repeat(5,minmax(0,max-content))}.footer__desktop-column{min-width:114px}.footer__desktop-column--message{max-width:228px}.footer__desktop-links{margin-top:18px}.footer__desktop-links p{font-size:15px;line-height:1.95}.footer__message{font-size:15px;font-weight:600;line-height:1.4;margin-top:18px}.footer__support--desktop{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-shrink:0;gap:14px;min-width:236px;padding-top:6px;text-align:center}.footer__support--desktop .footer__support-number{font-size:56px;letter-spacing:.05em}.footer__support--desktop .footer__support-link{justify-content:center}.footer__support--desktop .footer__support-link span{font-size:19px;font-weight:700}.footer__support--desktop .footer__support-link img{height:16px;width:16px}.footer__divider{border-top:1px solid rgba(255,255,255,.45);margin-top:34px;width:100%}.footer__desktop-bottom{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:32px;margin-top:70px}.footer__brand{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:14px}.footer__brand-icon{display:flex;justify-content:center;align-items:center;background:#fffffff5;border-radius:16px;flex-shrink:0}.footer__brand-icon img{display:block;height:60px;width:60px}.footer__brand-copy p:first-child{color:#ffffffdb;font-size:18px;line-height:1.45}.footer__brand-copy p:last-child{font-size:15px;line-height:1.45}.footer__social{gap:18px}.footer__social-link{height:auto;width:auto}.footer__social-link img{height:52px;width:52px}}.ai-character{display:block;width:100%;aspect-ratio:1;transform-origin:50% 50%;will-change:transform}.ai-character__image{display:block;width:100%;height:100%;object-fit:contain}.ai-character.is-animated{animation:ai-character-float 4.8s ease-in-out infinite}@keyframes ai-character-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(prefers-reduced-motion:reduce){.ai-character.is-animated{animation:none}}.cart-icon-button{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:9999px;background-color:#fff;box-shadow:0 0 4px #00000040;line-height:0;box-sizing:border-box;cursor:pointer}.cart-icon-button img{display:block;margin:0;flex:0 0 auto;object-fit:contain;object-position:center}.cart-icon-button:disabled{cursor:not-allowed;opacity:.5}.cart-icon-button--md{width:30px;height:30px;flex:0 0 30px}.cart-icon-button--md img{width:20px;height:20px}.cart-icon-button--sm{width:24px;height:24px;flex:0 0 24px}.cart-icon-button--sm img{width:15px;height:15px}.wishlist-icon-button{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:9999px;background-color:#fff;box-shadow:0 0 4px #00000040;line-height:0;box-sizing:border-box;cursor:pointer}.wishlist-icon-button img{display:block;margin:0;flex:0 0 auto;object-fit:contain;object-position:center}.wishlist-icon-button:disabled{cursor:not-allowed;opacity:.5}.wishlist-icon-button--md{width:30px;height:30px;flex:0 0 30px}.wishlist-icon-button--md img{width:20px;height:20px}.wishlist-icon-button--sm{width:24px;height:24px;flex:0 0 24px}.wishlist-icon-button--sm img{width:15px;height:15px}.scroll-top-button{width:64px;height:64px;padding:0;border:0;background:transparent;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.scroll-top-button img{display:block;width:100%;height:100%}.scroll-top-button[data-visible=true]{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.scroll-top-button:active{transform:translateY(0)}.scroll-top-button:focus-visible{outline:2px solid rgba(10,165,165,.5);outline-offset:2px;border-radius:9999px}@media(min-width:768px){.scroll-top-button{width:64px;height:64px}}.chat-widget{position:fixed;right:16px;bottom:111px;--chat-widget-action-size: 88px;--chat-widget-trigger-size: calc(var(--chat-widget-action-size) * .7273);--chat-widget-trigger-icon-size: 24px;--chat-widget-scroll-offset: calc( (var(--chat-widget-trigger-size) - var(--chat-widget-action-size)) / 2 );z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}.chat-widget__window{display:flex;flex-direction:column;width:min(380px,100vw - 32px);height:min(644px,100vh - 140px);background:#fff;border:1px solid rgba(10,165,165,.16);border-radius:22px;box-shadow:0 8px 24px #00000026;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(20px) scale(.97);transform-origin:bottom right;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.chat-widget__window.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.chat-widget__header{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px;padding:16px 18px 14px;border-bottom:1px solid rgba(0,78,90,.08)}.chat-widget__back-button{display:flex;justify-content:center;align-items:center;width:24px;height:24px;padding:0;border:0;background:transparent;cursor:pointer}.chat-widget__back-button svg{width:18px;height:18px}.chat-widget__back-button path{fill:none;stroke:#004e5a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chat-widget__title{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:8px;font-size:14px;font-weight:700;color:#004e5a}.chat-widget__title-icon{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:9999px;background:linear-gradient(180deg,#c2f3f1,#77d9d3);box-shadow:0 0 0 2px #fffffff2}.chat-widget__title-icon .ai-character{width:24px;height:24px}.chat-widget__body{display:flex;flex:1;min-height:0;padding:14px 14px 0}.chat-widget__content{display:flex;flex:1;flex-direction:column;min-height:0}.chat-widget__content.is-chatting{gap:14px}.chat-widget__message-list{display:flex;flex-direction:column;min-height:0}.chat-widget__message-list.is-initial{gap:14px;overflow:visible}.chat-widget__message-list.is-chatting{flex:1;gap:20px;overflow-y:auto;padding-right:12px;scrollbar-width:thin;scrollbar-color:rgba(10,165,165,.28) transparent}.chat-widget__message-list.is-chatting::-webkit-scrollbar{width:6px}.chat-widget__message-list.is-chatting::-webkit-scrollbar-thumb{background:#0aa5a547;border-radius:999px}.chat-widget__message-row{display:flex;align-items:flex-start;gap:10px}.chat-widget__message-row.is-user{justify-content:flex-end}.chat-widget__message-content{max-width:calc(100% - 40px)}.chat-widget__avatar{display:flex;justify-content:center;align-items:center;width:28px;height:28px;flex-shrink:0;border-radius:9999px;background:#fff;box-shadow:0 4px 10px #00000024}.chat-widget__avatar .ai-character{width:24px;height:24px}.chat-widget__bubble{display:inline-flex;max-width:100%;padding:10px 12px;border-radius:10px;background:#eef9f8;color:#004e5a;font-size:14px;font-weight:600;line-height:1.45;word-break:keep-all}.chat-widget__bubble.is-loading{position:relative}.chat-widget__bubble.is-loading:after{content:"";width:18px;height:6px;margin-left:8px;border-radius:999px;background:radial-gradient(circle,rgba(10,165,165,.95) 0 1px,transparent 1.4px) left center/6px 6px repeat-x;animation:chat-widget-loading 1s linear infinite}.chat-widget__bubble.is-streaming:after{content:"";width:1px;height:16px;margin-left:2px;background:#004e5aad;animation:chat-widget-caret .9s steps(1) infinite}.chat-widget__message-row.is-user .chat-widget__bubble{justify-content:flex-end;background:#0aa5a5;color:#fff;text-align:right}.chat-widget__quick-replies{display:flex;flex-direction:column;gap:10px;margin:10px 0 0 38px;padding-bottom:14px}.chat-widget__quick-reply{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:6px;width:fit-content;max-width:100%;padding:8px 10px;border:1px solid #c5eded;border-radius:9999px;background:#fff;color:#004e5a;font-size:12px;font-weight:600;line-height:1.3;text-align:left;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}.chat-widget__quick-reply:hover{border-color:#0aa5a580;background:#f4fffee6;transform:translate(2px)}.chat-widget__quick-reply-icon{flex-shrink:0}.chat-widget__product-group{display:flex;flex-direction:column;gap:10px}.chat-widget__product-list{display:flex;flex-direction:column;gap:16px}.chat-widget__product-card{width:min(255px,100%);padding:12px;border:1px solid rgba(10,165,165,.12);border-radius:14px;background:#f4fffe}.chat-widget__product-media{position:relative;padding:12px 12px 14px;border:1px solid rgba(10,165,165,.12);border-radius:12px;background:#ffffffdb}.chat-widget__product-image{width:100%;aspect-ratio:1/.8;object-fit:contain}.chat-widget__product-actions{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:8px;margin-top:10px}.chat-widget__icon-button{display:flex;justify-content:center;align-items:center;width:30px;height:30px;padding:0;border:0;border-radius:9999px;background:#fff;box-shadow:0 0 4px #00000040;cursor:pointer}.chat-widget__icon-button img{width:18px;height:18px}.chat-widget__favorite-button.wishlist-icon-button{box-shadow:none}.chat-widget__favorite-button{width:30px;height:30px}.chat-widget__product-body{padding:12px 2px 0}.chat-widget__product-title{color:#003a43;font-size:16px;font-weight:700;line-height:1.35}.chat-widget__product-description,.chat-widget__product-spec{color:#606060;font-size:11px;font-weight:500;line-height:1.45}.chat-widget__product-spec{margin-top:2px}.chat-widget__product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.chat-widget__product-tag{padding:4px 8px;border-radius:9999px;background:#0aa5a51f;color:#0aa5a5;font-size:10px;font-weight:700;line-height:1}.chat-widget__product-price{margin-top:12px;color:#003a43;font-size:18px;font-weight:700;line-height:1}.chat-widget__product-link{display:flex;justify-content:center;align-items:center;width:100%;height:36px;margin-top:12px;border-radius:10px;background:#0aa5a5;color:#fff;font-size:14px;font-weight:700;text-decoration:none}.chat-widget__composer-wrap{padding:10px 16px 16px;background:linear-gradient(180deg,#fff0,#fff 22%)}.chat-widget__composer{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:10px;width:100%;min-height:46px;padding:0 6px 0 16px;border:1.5px solid #0aa5a5;border-radius:40px;background:#fff;box-shadow:0 4px 14px #00000014}.chat-widget__composer input{flex:1;min-width:0;border:0;background:transparent;color:#004e5a;font-size:14px;font-weight:500}.chat-widget__composer input::placeholder{color:#004e5a85}.chat-widget__composer input:focus{outline:none}.chat-widget__composer input:disabled{cursor:not-allowed;opacity:.72}.chat-widget__composer button{display:flex;justify-content:center;align-items:center;width:34px;height:34px;flex-shrink:0;padding:0;border:0;border-radius:9999px;background:#0aa5a5;cursor:pointer;transition:transform .15s ease}.chat-widget__composer button:hover{transform:translateY(-1px)}.chat-widget__composer button:disabled{cursor:not-allowed;opacity:.72;transform:none}.chat-widget__composer button svg{width:18px;height:18px}.chat-widget__composer button path{fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.chat-widget__error{margin:8px 0 0 38px;color:#ef4444;font-size:12px;font-weight:500;line-height:1.4}.chat-widget__trigger-wrap{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:10px;min-height:var(--chat-widget-action-size);pointer-events:auto}.chat-widget__scroll-top{width:var(--chat-widget-action-size);height:var(--chat-widget-action-size);margin-right:var(--chat-widget-scroll-offset);flex:0 0 var(--chat-widget-action-size)}.chat-widget__scroll-top.scroll-top-button{display:flex;justify-content:center;align-items:center;width:var(--chat-widget-action-size);height:var(--chat-widget-action-size)}.chat-widget__scroll-top.scroll-top-button img{width:calc(var(--chat-widget-action-size) * 1.375);height:calc(var(--chat-widget-action-size) * 1.375);flex:0 0 auto}.chat-widget__tooltip{display:flex;justify-content:center;align-items:center;width:164px;min-height:41px;padding:0 14px;border:1px solid rgba(197,237,237,.9);border-radius:12px;background:#fff;box-shadow:0 8px 24px #00000026;opacity:0;visibility:hidden;transform:translate(12px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;pointer-events:none}.chat-widget__tooltip span{color:#004e5a;font-size:16px;font-weight:700;line-height:1;white-space:nowrap}.chat-widget__tooltip.is-visible{opacity:1;visibility:visible;transform:translate(0)}.chat-widget__trigger{display:flex;justify-content:center;align-items:center;width:var(--chat-widget-trigger-size);height:var(--chat-widget-trigger-size);flex:0 0 var(--chat-widget-trigger-size);padding:0;border:0;border-radius:9999px;background:#fff;box-shadow:0 4px 12px #0000001a;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.chat-widget__trigger:hover,.chat-widget__trigger.is-open{box-shadow:0 6px 16px #0000001f}.chat-widget__trigger.is-open{transform:translateY(0)}.chat-widget__trigger-icon{display:flex;justify-content:center;align-items:center;width:var(--chat-widget-trigger-icon-size);height:var(--chat-widget-trigger-icon-size)}.chat-widget__trigger-icon .ai-character{width:100%;height:100%;animation-name:chat-widget-character-float;animation-duration:3.8s}@media(min-width:768px){.chat-widget{right:24px;bottom:119px;--chat-widget-action-size: 64px;--chat-widget-trigger-size: calc(var(--chat-widget-action-size) * .7273);--chat-widget-trigger-icon-size: 18px}.chat-widget__window{height:min(560px,100vh - 176px);max-height:calc(100vh - 176px)}}@media(min-width:1024px){.chat-widget{bottom:32px;--chat-widget-action-size: 88px;--chat-widget-trigger-size: calc(var(--chat-widget-action-size) * .7273);--chat-widget-trigger-icon-size: 24px}.chat-widget__window{height:min(644px,100vh - 96px);max-height:calc(100vh - 96px)}}@media(max-width:767px){.chat-widget{right:12px;left:12px;bottom:calc(var(--mobile-bottom-nav-height, 95px) + 12px);gap:6px;--chat-widget-action-size: 52px;--chat-widget-trigger-size: calc(var(--chat-widget-action-size) * .7273);--chat-widget-trigger-icon-size: 16px}.chat-widget__window{width:100%;height:min(644px,100vh - 150px);transform-origin:bottom center}.chat-widget__body{padding-right:12px;padding-left:12px}.chat-widget__tooltip span{font-size:14px}.chat-widget__trigger-wrap{gap:8px}.chat-widget__trigger-icon{width:var(--chat-widget-trigger-icon-size);height:var(--chat-widget-trigger-icon-size)}.chat-widget__tooltip{width:min(142px,100vw - 92px);min-height:36px;padding:0 10px}.chat-widget__quick-replies,.chat-widget__error{margin-left:36px}}@keyframes chat-widget-character-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes chat-widget-loading{0%{opacity:.4;transform:translate(0)}50%{opacity:1;transform:translate(1px)}to{opacity:.4;transform:translate(0)}}@keyframes chat-widget-caret{0%,49%{opacity:1}50%,to{opacity:0}}
