.MainNav-module__pJxxrG__mainNav{align-items:center;gap:28px;display:flex;position:relative}.MainNav-module__pJxxrG__navItem{color:var(--rn-label);letter-spacing:-.01em;cursor:pointer;font-size:15px;font-family:var(--font-display);font-weight:var(--fw-medium);background:0 0;border:none;margin:0;text-decoration:none;transition:color .3s,border-bottom .3s;position:relative}.MainNav-module__pJxxrG__navItem:hover{color:var(--brand)}.MainNav-module__pJxxrG__navItem:after{content:"";background-color:var(--brand);width:0;height:3px;transition:width .3s;position:absolute;top:130%;bottom:0;left:50%;transform:translate(-50%)}.MainNav-module__pJxxrG__navItem:hover:after{width:70%}.MainNav-module__pJxxrG__navButtonLabel{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.MainNav-module__pJxxrG__active{color:var(--brand);font-weight:600}.MainNav-module__pJxxrG__active:after{width:70%}.MainNav-module__pJxxrG__communityWrapper{position:relative}@keyframes MainNav-module__pJxxrG__curtainDown{0%{opacity:0;height:0}to{opacity:1;height:120px}}@keyframes MainNav-module__pJxxrG__curtainUp{0%{opacity:1;height:120px}to{opacity:0;height:0}}.MainNav-module__pJxxrG__dropdownContainer{box-shadow:var(--shadow-emphasize);z-index:1000;background:#fff;border-radius:4px;flex-direction:column;min-width:100px;max-height:80px;animation-fill-mode:forwards;display:flex;position:absolute;top:105%;left:auto;overflow:hidden;transform:translate(-3%)}.MainNav-module__pJxxrG__dropdownContainer.MainNav-module__pJxxrG__open{animation:.5s forwards MainNav-module__pJxxrG__curtainDown}.MainNav-module__pJxxrG__dropdownContainer.MainNav-module__pJxxrG__close{animation:.5s forwards MainNav-module__pJxxrG__curtainUp}.MainNav-module__pJxxrG__dropdownContainer button{text-align:left;cursor:pointer;background:0 0;border:none;padding:8px 12px;transition:background .2s}.MainNav-module__pJxxrG__dropdownContainer button:hover{background:#f5f5f5}@media (max-width:768px){.MainNav-module__pJxxrG__mainNav{width:100%;margin:0;padding:0;display:flex}.MainNav-module__pJxxrG__navItem{white-space:nowrap;text-overflow:ellipsis;flex:25%;margin:0;padding:12px 0;font-size:.95rem;line-height:1.3;overflow:hidden}.MainNav-module__pJxxrG__communityWrapper{flex:25%;margin:0;padding:0;position:relative}.MainNav-module__pJxxrG__communityWrapper>button{white-space:nowrap;text-overflow:ellipsis;width:100%;padding:12px 0;font-size:.95rem;overflow:hidden}.MainNav-module__pJxxrG__dropdownContainer{width:30px;left:auto;right:0}}
.TopNav-module__2FyHNW__topNav{align-items:center;gap:14px;display:flex}.TopNav-module__2FyHNW__navItem{color:var(--rn-label);font-size:15px;font-weight:600;text-decoration:none;transition:color .3s}.TopNav-module__2FyHNW__navItem:hover{color:var(--brand)}.TopNav-module__2FyHNW__navButtonLabel{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.TopNav-module__2FyHNW__loginButton,.TopNav-module__2FyHNW__signupButton{cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;transition:background-color .3s}.TopNav-module__2FyHNW__loginButton{color:#fff;background-color:#007bff;margin-left:1rem}.TopNav-module__2FyHNW__loginButton:hover{background-color:#0056b3}.TopNav-module__2FyHNW__signupButton{color:#fff;background-color:#28a745;margin-left:.5rem}.TopNav-module__2FyHNW__signupButton:hover{background-color:#218838}.TopNav-module__2FyHNW__cartButton{color:var(--rn-label-strong);background:var(--rn-fill-2);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.TopNav-module__2FyHNW__cartButton:hover{background:var(--rn-line)}.TopNav-module__2FyHNW__cartButton img{width:22px;height:22px}@media (max-width:768px){.TopNav-module__2FyHNW__cartButton img{width:22px;height:22px}}
.LoggedInTopNav-module__BzJWBa__loggedInNav{align-items:center;gap:14px;display:flex}.LoggedInTopNav-module__BzJWBa__navItem{color:var(--rn-label);font-size:15px;font-weight:600;text-decoration:none;transition:color .3s}.LoggedInTopNav-module__BzJWBa__navItem:hover{color:var(--brand)}.LoggedInTopNav-module__BzJWBa__navButtonLabel{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.LoggedInTopNav-module__BzJWBa__active{color:var(--brand)}.LoggedInTopNav-module__BzJWBa__logoutButton{color:var(--rn-label-sub);cursor:pointer;background:0 0;border:none;padding:0;font-size:15px;font-weight:500;transition:color .3s}.LoggedInTopNav-module__BzJWBa__logoutButton:hover{color:var(--rn-label)}.LoggedInTopNav-module__BzJWBa__cartButton{color:var(--rn-label-strong);background:var(--rn-fill-2);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:relative}.LoggedInTopNav-module__BzJWBa__cartButton:hover{background:var(--rn-line)}.LoggedInTopNav-module__BzJWBa__cartCountBadge{box-sizing:border-box;background:var(--brand);color:#fff;z-index:1;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 0 0 2px #fff}
.CommonUIUtils-module__YUGViG__loadingContainer{z-index:9999;background-color:#fffc;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CommonUIUtils-module__YUGViG__whiteLoadingModal{background:#fff!important}.CommonUIUtils-module__YUGViG__loadingText{color:#333;margin-top:10px;font-size:18px;animation:3.5s ease-in-out CommonUIUtils-module__YUGViG__fadeIn}.CommonUIUtils-module__YUGViG__overlay{z-index:50;background-color:#0000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.CommonUIUtils-module__YUGViG__modalBox{border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:150px;max-width:90%;min-height:120px;padding:20px;display:flex}.CommonUIUtils-module__YUGViG__emptyCartBox{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.CommonUIUtils-module__YUGViG__iconCircle{width:88px;height:88px;color:var(--brand);background-color:#f8f8f8;border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.CommonUIUtils-module__YUGViG__emptyTitle{font-family:var(--font-display);color:#222;margin-bottom:6px;font-size:16px;font-weight:700}.CommonUIUtils-module__YUGViG__emptyDesc{color:#777;font-size:13px}@keyframes CommonUIUtils-module__YUGViG__fadeIn{0%{opacity:0}to{opacity:1}}
.DoggerBoxLoading-module__HZZTGG__loadingFullScreen{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:radial-gradient(circle at 50% 42%,#fff4ebeb 0%,#fffaf7db 44%,#ffffffbd 100%);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.DoggerBoxLoading-module__HZZTGG__loadingOverlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#11111161;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.DoggerBoxLoading-module__HZZTGG__loadingInline{justify-content:center;align-items:center;width:100%;min-height:160px;padding:24px 0;display:flex}.DoggerBoxLoading-module__HZZTGG__loadingCard{text-align:center;border-radius:28px;width:min(320px,100vw - 48px);min-height:196px;padding:30px 26px 26px;position:relative;overflow:hidden}.DoggerBoxLoading-module__HZZTGG__loadingCard:before{content:"";background:radial-gradient(circle, rgba(var(--brand-rgb), .12) 0%, rgba(var(--brand-rgb), 0) 68%);pointer-events:none;border-radius:999px;width:250px;height:250px;position:absolute;top:-92px;left:50%;transform:translate(-50%)}.DoggerBoxLoading-module__HZZTGG__loadingCard:after{content:"";pointer-events:none;background:#ffd5ae29;border-radius:999px;width:54px;height:54px;position:absolute;bottom:34px;right:38px}.DoggerBoxLoading-module__HZZTGG__compactLoadingCard{min-height:176px;padding:28px 22px 24px}.DoggerBoxLoading-module__HZZTGG__messageLessCard{border-radius:30px;width:184px;min-height:184px;padding:30px 24px 24px}.DoggerBoxLoading-module__HZZTGG__loader{justify-content:center;align-items:center;width:104px;height:104px;margin:0 auto 20px;display:flex;position:relative}.DoggerBoxLoading-module__HZZTGG__messageLessCard .DoggerBoxLoading-module__HZZTGG__loader{margin-bottom:22px}.DoggerBoxLoading-module__HZZTGG__loaderHalo{background:radial-gradient(circle, #fffffff5 0%, #ffeee1c7 58%, rgba(var(--brand-rgb), .08) 100%);box-shadow:0 14px 34px rgba(var(--brand-rgb), .16), inset 0 0 0 1px rgba(var(--brand-rgb), .08);border-radius:999px;animation:1.9s ease-in-out infinite DoggerBoxLoading-module__HZZTGG__doggerboxHaloPulse;position:absolute;inset:9px}.DoggerBoxLoading-module__HZZTGG__loaderRing,.DoggerBoxLoading-module__HZZTGG__loaderRing:before,.DoggerBoxLoading-module__HZZTGG__loaderRing:after{content:"";border:3px solid #0000;border-radius:50%;position:absolute}.DoggerBoxLoading-module__HZZTGG__loaderRing{border-top-color:var(--brand);border-right-color:rgba(var(--brand-rgb), .22);animation:1.05s linear infinite DoggerBoxLoading-module__HZZTGG__doggerboxSpin;inset:0}.DoggerBoxLoading-module__HZZTGG__loaderRing:before{border-right-color:rgba(var(--brand-rgb), .66);border-bottom-color:rgba(var(--brand-rgb), .16);animation:1.55s linear infinite reverse DoggerBoxLoading-module__HZZTGG__doggerboxSpin;inset:9px}.DoggerBoxLoading-module__HZZTGG__loaderRing:after{border-bottom-color:rgba(var(--brand-rgb), .38);animation:1.95s linear infinite DoggerBoxLoading-module__HZZTGG__doggerboxSpin;inset:19px}.DoggerBoxLoading-module__HZZTGG__dogIconWrap{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;animation:1.8s ease-in-out infinite DoggerBoxLoading-module__HZZTGG__doggerboxFloat;display:flex;position:relative}.DoggerBoxLoading-module__HZZTGG__dogIcon{object-fit:contain;filter:drop-shadow(0 8px 12px #1e141029)drop-shadow(0 2px #ffffffb8);width:72px;height:72px}.DoggerBoxLoading-module__HZZTGG__shadowBlob{filter:blur(1px);background:#3c241824;border-radius:999px;width:42px;height:9px;animation:1.8s ease-in-out infinite DoggerBoxLoading-module__HZZTGG__doggerboxShadow;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}.DoggerBoxLoading-module__HZZTGG__loadingMessage{letter-spacing:-.02em;color:#222;word-break:keep-all;margin:0;font-size:15px;font-weight:800;position:relative}.DoggerBoxLoading-module__HZZTGG__loadingDots{vertical-align:middle;gap:4px;margin-left:4px;display:inline-flex}.DoggerBoxLoading-module__HZZTGG__loadingDots span{background:var(--brand);border-radius:50%;width:4px;height:4px;animation:1.1s ease-in-out infinite DoggerBoxLoading-module__HZZTGG__doggerboxDot}.DoggerBoxLoading-module__HZZTGG__loadingDots span:nth-child(2){animation-delay:.14s}.DoggerBoxLoading-module__HZZTGG__loadingDots span:nth-child(3){animation-delay:.28s}.DoggerBoxLoading-module__HZZTGG__progressBar{background:#fff1ec;border-radius:999px;width:100%;height:6px;margin-top:22px;position:relative;overflow:hidden}.DoggerBoxLoading-module__HZZTGG__messageLessCard .DoggerBoxLoading-module__HZZTGG__progressBar{width:112px;margin:0 auto}.DoggerBoxLoading-module__HZZTGG__progressBar:after{content:"";border-radius:inherit;background:linear-gradient(90deg, rgba(var(--brand-rgb), 0), var(--brand), rgba(var(--brand-rgb), 0));width:42%;height:100%;animation:1.5s ease-in-out infinite DoggerBoxLoading-module__HZZTGG__doggerboxProgress;position:absolute}@keyframes DoggerBoxLoading-module__HZZTGG__doggerboxSpin{to{transform:rotate(360deg)}}@keyframes DoggerBoxLoading-module__HZZTGG__doggerboxHaloPulse{0%,to{opacity:.86;transform:scale(.98)}50%{opacity:1;transform:scale(1.04)}}@keyframes DoggerBoxLoading-module__HZZTGG__doggerboxFloat{0%,to{transform:translateY(0)rotate(-2deg)scale(1)}50%{transform:translateY(-6px)rotate(2deg)scale(1.04)}}@keyframes DoggerBoxLoading-module__HZZTGG__doggerboxShadow{0%,to{opacity:.16;transform:translate(-50%)scaleX(.9)}50%{opacity:.28;transform:translate(-50%)scaleX(1.15)}}@keyframes DoggerBoxLoading-module__HZZTGG__doggerboxDot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@keyframes DoggerBoxLoading-module__HZZTGG__doggerboxProgress{0%{transform:translate(-120%)}to{transform:translate(250%)}}@media (max-width:480px){.DoggerBoxLoading-module__HZZTGG__loadingFullScreen,.DoggerBoxLoading-module__HZZTGG__loadingOverlay{padding:18px}.DoggerBoxLoading-module__HZZTGG__loadingCard{border-radius:22px;width:100%;min-height:188px;padding:28px 20px 24px}.DoggerBoxLoading-module__HZZTGG__messageLessCard{border-radius:28px;width:168px;min-height:168px;padding:28px 20px 22px}.DoggerBoxLoading-module__HZZTGG__loader{width:92px;height:92px;margin-bottom:18px}.DoggerBoxLoading-module__HZZTGG__dogIconWrap,.DoggerBoxLoading-module__HZZTGG__dogIcon{width:64px;height:64px}.DoggerBoxLoading-module__HZZTGG__loadingMessage{font-size:14px}}@media (prefers-reduced-motion:reduce){.DoggerBoxLoading-module__HZZTGG__loaderHalo,.DoggerBoxLoading-module__HZZTGG__loaderRing,.DoggerBoxLoading-module__HZZTGG__loaderRing:before,.DoggerBoxLoading-module__HZZTGG__loaderRing:after,.DoggerBoxLoading-module__HZZTGG__dogIconWrap,.DoggerBoxLoading-module__HZZTGG__shadowBlob,.DoggerBoxLoading-module__HZZTGG__loadingDots span,.DoggerBoxLoading-module__HZZTGG__progressBar:after{animation:none}}
.CustomPagination-module__VWgXxG__pagination{justify-content:center;align-items:center;gap:12px;margin-top:2rem;display:flex}.CustomPagination-module__VWgXxG__pageButton{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:28px;height:28px;font-weight:500;transition:all .3s}.CustomPagination-module__VWgXxG__pageButton:hover:not(.CustomPagination-module__VWgXxG__active){background:#f5f5f5;transform:translateY(-2px)}.CustomPagination-module__VWgXxG__active{background:var(--brand);color:#fff;border-color:var(--brand)}.CustomPagination-module__VWgXxG__ellipsis{color:#999;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.CustomPagination-module__VWgXxG__navButton{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;align-items:center;padding:6px 9px;transition:all .3s;display:flex}.CustomPagination-module__VWgXxG__navButton:disabled{opacity:.5;cursor:not-allowed}.CustomPagination-module__VWgXxG__navButton:hover:not(:disabled){background:#f5f5f5;transform:translateY(-2px)}@media (max-width:768px){.CustomPagination-module__VWgXxG__pagination{gap:8px}.CustomPagination-module__VWgXxG__pageButton{width:28px;height:28px;font-size:.9rem}}
.DeliveryTrackingModal-module__3qkiJW__trackingModal .ant-modal-content{border-radius:var(--radius-modal)}.DeliveryTrackingModal-module__3qkiJW__trackingModal .ant-modal-title{font-family:var(--font-display);font-size:var(--ts-headline-1);letter-spacing:-.02em;color:var(--rn-label-strong);font-weight:700}.DeliveryTrackingModal-module__3qkiJW__trackingWrapper{flex-direction:column;display:flex}.DeliveryTrackingModal-module__3qkiJW__itemTitle{font-family:var(--font-display);font-size:var(--text-xl);color:var(--rn-label-strong);align-items:center;gap:8px;margin-bottom:16px;font-weight:700;display:flex}.DeliveryTrackingModal-module__3qkiJW__completeBadge{color:#fff;background:var(--rn-success);border-radius:var(--radius-lg);font-size:var(--text-sm);padding:4px 10px;display:inline-block}.DeliveryTrackingModal-module__3qkiJW__timelineItem{border-left:2px dashed var(--rn-line);padding-bottom:12px;padding-left:12px}.DeliveryTrackingModal-module__3qkiJW__time{font-size:var(--text-sm);color:var(--rn-label-sub);margin-bottom:4px}.DeliveryTrackingModal-module__3qkiJW__status{font-size:var(--text-base);color:var(--rn-label);font-weight:700}.DeliveryTrackingModal-module__3qkiJW__location{font-size:var(--text-sm);color:var(--rn-label-sub);margin-top:4px}.DeliveryTrackingModal-module__3qkiJW__man,.DeliveryTrackingModal-module__3qkiJW__tel{font-size:var(--text-sm);color:var(--rn-label-sub);margin-top:2px}.DeliveryTrackingModal-module__3qkiJW__loader{text-align:center;padding:50px 0}.DeliveryTrackingModal-module__3qkiJW__errorMessage{text-align:center;color:var(--color-error);font-size:var(--text-base);margin-top:20px}html[data-app] .DeliveryTrackingModal-module__3qkiJW__trackingModal .ant-modal-body{max-height:70vh;height:auto!important;padding:0!important}html[data-app] .DeliveryTrackingModal-module__3qkiJW__appSummary{background:var(--rn-eggshell);border-radius:18px;flex-direction:column;gap:10px;margin-bottom:16px;padding:18px;display:flex}html[data-app] .DeliveryTrackingModal-module__3qkiJW__appSummaryTitle{font-family:var(--font-display);letter-spacing:-.027em;color:var(--rn-label-strong);font-size:22px;font-weight:800}html[data-app] .DeliveryTrackingModal-module__3qkiJW__appInvoice{height:32px;color:var(--rn-label);background:#fff;border:0;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}html[data-app] .DeliveryTrackingModal-module__3qkiJW__appInvoice span{color:var(--brand);font-weight:800}html[data-app] .DeliveryTrackingModal-module__3qkiJW__appSteps{gap:6px;margin:6px 0 0;padding:0;list-style:none;display:flex}html[data-app] .DeliveryTrackingModal-module__3qkiJW__appSteps li{border-top:3px solid var(--rn-line);color:var(--rn-label-assistive);flex:1;padding-top:8px;font-size:12px;font-weight:600}html[data-app] .DeliveryTrackingModal-module__3qkiJW__appSteps .DeliveryTrackingModal-module__3qkiJW__appStepDone{border-top-color:var(--brand);color:var(--rn-label-strong)}html[data-app] .DeliveryTrackingModal-module__3qkiJW__itemTitle{margin-bottom:12px;font-size:15px}html[data-app] .DeliveryTrackingModal-module__3qkiJW__completeBadge{border-radius:6px;align-items:center;height:22px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}html[data-app] .DeliveryTrackingModal-module__3qkiJW__timelineItem{border-left:0;padding:0 0 14px 4px}html[data-app] .DeliveryTrackingModal-module__3qkiJW__status{letter-spacing:-.019em;font-size:15px;font-weight:700}html[data-app] .DeliveryTrackingModal-module__3qkiJW__time,html[data-app] .DeliveryTrackingModal-module__3qkiJW__location,html[data-app] .DeliveryTrackingModal-module__3qkiJW__man,html[data-app] .DeliveryTrackingModal-module__3qkiJW__tel{color:var(--rn-label-sub);font-size:12px}
.OrderDetailModal-module__ei8-vG__modalContainer{z-index:1000;background:#0000007a;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.OrderDetailModal-module__ei8-vG__modalContent{border-radius:var(--radius-modal);width:520px;min-width:0;max-width:calc(100vw - 32px);height:min(720px,92vh);max-height:92vh;box-shadow:var(--shadow-heavy);box-sizing:border-box;background:#fff;flex-direction:column;animation:.22s cubic-bezier(.48,1.5,.63,1) OrderDetailModal-module__ei8-vG__modal-fade-in;display:flex;overflow:hidden}.OrderDetailModal-module__ei8-vG__modalHeader{border-bottom:1px solid var(--rn-line);background:#fff;flex:0 0 58px;justify-content:space-between;align-items:center;gap:8px;height:58px;padding:0 18px;display:flex}.OrderDetailModal-module__ei8-vG__mealMenuHistoryTitle{text-align:center;color:var(--rn-label-strong);font-family:var(--font-display);font-size:var(--ts-headline-1);font-weight:var(--fw-heavy);flex:1;margin:0;line-height:1.2}.OrderDetailModal-module__ei8-vG__backButton,.OrderDetailModal-module__ei8-vG__closeButton{width:32px;height:32px;color:var(--rn-label-sub);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.OrderDetailModal-module__ei8-vG__backButton{font-size:var(--text-xl)}.OrderDetailModal-module__ei8-vG__closeButton{font-size:var(--text-md);line-height:1;position:static}.OrderDetailModal-module__ei8-vG__content,.OrderDetailModal-module__ei8-vG__detailContent{background:#fff;flex-direction:column;flex:1;gap:14px;min-height:0;margin:0;padding:22px;display:flex;overflow-y:auto}.OrderDetailModal-module__ei8-vG__detailContent{box-sizing:border-box;height:min(720px,92vh)}.OrderDetailModal-module__ei8-vG__section{border:0;border-radius:0;padding:0}.OrderDetailModal-module__ei8-vG__sectionHeader{justify-content:space-between;align-items:center;min-height:32px;margin-bottom:10px;padding:0;display:flex;position:static}.OrderDetailModal-module__ei8-vG__sectionTitle{color:var(--rn-label-strong);font-family:var(--font-display);font-size:var(--text-md);font-weight:var(--fw-heavy);letter-spacing:-.03em;margin:0;position:static;transform:none}.OrderDetailModal-module__ei8-vG__toggleButton{width:32px;height:32px;color:var(--rn-label-sub);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:static;transform:none}.OrderDetailModal-module__ei8-vG__valueBox{border:1px solid var(--rn-line);border-radius:var(--radius-xl);box-shadow:none;background:#fff;margin:0;padding:16px}.OrderDetailModal-module__ei8-vG__curtainBox{border-radius:var(--radius-xl);background:#fff;overflow-y:auto}.OrderDetailModal-module__ei8-vG__grayText{color:var(--rn-label-sub);font-size:var(--text-sm);letter-spacing:-.02em;font-weight:600}.OrderDetailModal-module__ei8-vG__blackText{color:var(--rn-label-strong);font-size:var(--text-sm);letter-spacing:-.02em;font-weight:800}.OrderDetailModal-module__ei8-vG__receiptButton{min-width:64px;height:28px;font-size:var(--text-sm);font-weight:var(--fw-heavy);letter-spacing:-.02em;border-radius:999px!important;padding:0 12px!important}.OrderDetailModal-module__ei8-vG__orderDetailModalCard{border:1px solid var(--rn-line);border-radius:var(--radius-xl);box-shadow:none;background:#fff;margin:0 0 10px;padding:0;overflow:hidden}.OrderDetailModal-module__ei8-vG__orderDetailModalCard:last-child{margin-bottom:0}.OrderDetailModal-module__ei8-vG__orderDetailModalCard .ant-card-body{border:0;padding:18px}.OrderDetailModal-module__ei8-vG__cartContent{align-items:stretch;width:100%;display:flex}.OrderDetailModal-module__ei8-vG__productInfo{flex-grow:1;width:100%;margin:0}.OrderDetailModal-module__ei8-vG__cardTitle{color:var(--rn-label-strong);font-family:var(--font-display);font-size:var(--text-base);font-weight:var(--fw-heavy);letter-spacing:-.03em;white-space:nowrap;text-overflow:ellipsis;margin:0 0 14px;line-height:1.35;overflow:hidden}.OrderDetailModal-module__ei8-vG__mealMenuDetailList{flex-direction:column;gap:9px;margin:0;display:flex}.OrderDetailModal-module__ei8-vG__mealMenuDetailItem{grid-template-columns:minmax(0,1fr) auto auto;align-items:baseline;column-gap:8px;min-height:24px;display:grid}.OrderDetailModal-module__ei8-vG__mealMenuProductName{min-width:0;color:var(--rn-label);font-size:var(--text-sm);letter-spacing:-.03em;word-break:keep-all;overflow-wrap:anywhere;font-weight:800;line-height:1.45}.OrderDetailModal-module__ei8-vG__mealMenuProductDesc{color:var(--rn-label-strong);font-size:var(--text-sm);font-weight:var(--fw-heavy);letter-spacing:-.03em;white-space:nowrap;text-align:right;line-height:1.45}.OrderDetailModal-module__ei8-vG__mealMenuProductOriginDesc{color:var(--rn-label-assistive);font-size:var(--text-sm);letter-spacing:-.03em;white-space:nowrap;text-align:right;font-weight:800;line-height:1.45;text-decoration:line-through}.OrderDetailModal-module__ei8-vG__infoRow{font-size:var(--text-sm);letter-spacing:-.02em;justify-content:space-between;align-items:center;gap:12px;padding:6px 0;display:flex}.OrderDetailModal-module__ei8-vG__infoRow span:first-child{color:var(--rn-label-sub);font-weight:700}.OrderDetailModal-module__ei8-vG__infoRow span:last-child{color:var(--rn-label-strong);font-weight:800}.OrderDetailModal-module__ei8-vG__bold{color:var(--brand)!important;font-weight:var(--fw-heavy)!important}.OrderDetailModal-module__ei8-vG__discountValue{color:var(--brand)!important}.OrderDetailModal-module__ei8-vG__deliveryMessageRow{align-items:flex-start;gap:8px;margin-top:8px;display:flex}.OrderDetailModal-module__ei8-vG__deliveryMessageIcon{color:var(--rn-label-strong);font-size:var(--text-md);flex:none;margin-top:2px}.OrderDetailModal-module__ei8-vG__bottomButton{background:var(--brand);color:#fff;width:100%;height:58px;font-size:var(--ts-body-1);cursor:pointer;border:0;flex:0 0 58px;margin:0;font-weight:700;transition:background .16s}.OrderDetailModal-module__ei8-vG__bottomButton:hover{background:var(--brand-hover)}.OrderDetailModal-module__ei8-vG__loadingContainer{justify-content:center;padding:50px;display:flex}@keyframes OrderDetailModal-module__ei8-vG__modal-fade-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.OrderDetailModal-module__ei8-vG__modalContainer{background:#00000073;justify-content:center;align-items:center;padding:16px}.OrderDetailModal-module__ei8-vG__modalContent{border-radius:var(--radius-modal);width:100%;max-width:520px;height:min(720px,100vh - 32px);max-height:calc(100vh - 32px);box-shadow:var(--shadow-heavy)}.OrderDetailModal-module__ei8-vG__modalHeader{flex-basis:56px;height:56px;padding:0 16px}.OrderDetailModal-module__ei8-vG__modalHeader h2{font-size:var(--text-lg);margin:0}.OrderDetailModal-module__ei8-vG__content,.OrderDetailModal-module__ei8-vG__detailContent{gap:14px;padding:18px 16px 20px}.OrderDetailModal-module__ei8-vG__sectionHeader{min-height:30px;margin-bottom:8px}.OrderDetailModal-module__ei8-vG__sectionTitle{font-size:var(--text-md)}.OrderDetailModal-module__ei8-vG__valueBox{border-radius:var(--radius-lg);padding:14px}.OrderDetailModal-module__ei8-vG__orderDetailModalCard{border-radius:var(--radius-lg);margin-bottom:8px}.OrderDetailModal-module__ei8-vG__orderDetailModalCard .ant-card-body{padding:16px 14px}.OrderDetailModal-module__ei8-vG__cardTitle{font-size:var(--text-sm);margin-bottom:12px}.OrderDetailModal-module__ei8-vG__mealMenuDetailList{gap:8px}.OrderDetailModal-module__ei8-vG__mealMenuDetailItem{grid-template-columns:minmax(0,1fr) auto auto;column-gap:6px;min-height:23px}.OrderDetailModal-module__ei8-vG__mealMenuProductName,.OrderDetailModal-module__ei8-vG__mealMenuProductDesc{font-size:var(--text-sm)}.OrderDetailModal-module__ei8-vG__mealMenuProductOriginDesc{font-size:var(--text-xs)}.OrderDetailModal-module__ei8-vG__grayText,.OrderDetailModal-module__ei8-vG__blackText,.OrderDetailModal-module__ei8-vG__infoRow{font-size:var(--text-sm)}.OrderDetailModal-module__ei8-vG__bottomButton{height:56px;font-size:var(--text-md);flex-basis:56px}}
.MealPlanning-module__gETEOW__container{background-color:#fff;flex-direction:column;height:100vh;display:flex}.MealPlanning-module__gETEOW__content{flex-grow:1;padding:20px;overflow-y:auto}.MealPlanning-module__gETEOW__content h3{font-family:var(--font-display);color:#333;margin-bottom:20px;font-size:1.5rem}@media (max-width:768px){.MealPlanning-module__gETEOW__content{padding:15px}.MealPlanning-module__gETEOW__content h3{font-size:1.2rem}}
.OrderForm-module__wgj8cG__container{box-sizing:border-box;background-color:#fff;width:600px;height:100vh;overflow-y:auto;margin:0!important;padding:0!important}.OrderForm-module__wgj8cG__content{padding:52px 15px 15px;padding-bottom:calc(88px + env(safe-area-inset-bottom) + 16px);background-color:#fff;flex-grow:1}.OrderForm-module__wgj8cG__section{border-radius:var(--radius-card);padding:var(--space-20);margin-bottom:var(--space-16);box-shadow:inset 0 0 0 1px var(--rn-line);background-color:#fff;border:0}.OrderForm-module__wgj8cG__sectionHeader{justify-content:space-between;align-items:center;gap:var(--space-8);min-height:44px;padding-right:28px;display:flex;position:relative}.OrderForm-module__wgj8cG__sectionTitle{font-family:var(--font-display);font-size:var(--ts-heading-1);line-height:var(--ts-heading-1-lh);letter-spacing:var(--ts-heading-1-ls);font-weight:var(--fw-bold);color:var(--rn-label-strong);margin:0}.OrderForm-module__wgj8cG__expectedArrivedDateContainer,.OrderForm-module__wgj8cG__expectedTotalPriceContainer{height:auto;margin-top:25px;padding:5px}.OrderForm-module__wgj8cG__dateTitle,.OrderForm-module__wgj8cG__totalPriceTitle{margin-bottom:10px}.OrderForm-module__wgj8cG__boldTitle{font-size:var(--text-lg);color:var(--rn-label);font-weight:600}.OrderForm-module__wgj8cG__subBoldTitle,.OrderForm-module__wgj8cG__subTotalPrice{font-size:var(--text-lg);color:var(--rn-label-strong);font-weight:700}.OrderForm-module__wgj8cG__subTitle{font-size:var(--text-lg);color:var(--rn-label-sub);margin-left:5px;font-weight:700}.OrderForm-module__wgj8cG__customDatePicker{width:100%;margin-bottom:5px}.OrderForm-module__wgj8cG__earliestArrival{font-size:var(--text-base);color:var(--rn-label-sub);margin-bottom:10px;font-weight:700}.OrderForm-module__wgj8cG__partDivider{background-color:var(--rn-line);height:1px;margin-top:10px}.OrderForm-module__wgj8cG__requiredStar{color:var(--status-negative);margin-left:4px;font-weight:700}.OrderForm-module__wgj8cG__checkboxInline{align-items:center;margin-bottom:5px;display:flex}.OrderForm-module__wgj8cG__orderFormAddrCheckbox{margin-top:10px}.OrderForm-module__wgj8cG__readOnlyInput,.OrderForm-module__wgj8cG__readOnlyInput:hover,.OrderForm-module__wgj8cG__readOnlyInput:focus,.OrderForm-module__wgj8cG__readOnlyInput:active,.OrderForm-module__wgj8cG__ant-input.OrderForm-module__wgj8cG__readOnlyInput,.OrderForm-module__wgj8cG__ant-input.OrderForm-module__wgj8cG__readOnlyInput:hover,.OrderForm-module__wgj8cG__ant-input.OrderForm-module__wgj8cG__readOnlyInput:focus,.OrderForm-module__wgj8cG__ant-input.OrderForm-module__wgj8cG__readOnlyInput:active{color:var(--rn-label-sub);background-color:var(--rn-fill-1)!important;cursor:not-allowed!important}.OrderForm-module__wgj8cG__inputGroup{margin-top:10px;margin-bottom:10px}.OrderForm-module__wgj8cG__inputGroup label{color:var(--rn-label-sub);margin-bottom:5px;font-weight:500;display:block}.OrderForm-module__wgj8cG__inputGroup input{background:var(--rn-fill-2);width:100%;font-size:var(--text-md);box-sizing:border-box;border:0;border-radius:12px;outline:none;padding:12px 16px}.OrderForm-module__wgj8cG__inputGroup input:focus{box-shadow:inset 0 0 0 1.5px var(--brand);background:#fff}.OrderForm-module__wgj8cG__defaultAddressNotice{border-radius:var(--radius-full);background:var(--brand-soft);width:fit-content;color:var(--brand);font-size:var(--text-sm);will-change:opacity, transform;margin-left:auto;padding:10px 12px;font-weight:600;line-height:1;animation:2.2s forwards OrderForm-module__wgj8cG__defaultAddressNoticeFade;overflow:hidden}@keyframes OrderForm-module__wgj8cG__defaultAddressNoticeFade{0%,64%{opacity:1;max-height:80px;padding-top:10px;padding-bottom:10px;transform:translateY(0)}91%{opacity:0;max-height:80px;padding-top:10px;padding-bottom:10px;transform:translateY(-2px)}to{opacity:0;max-height:0;padding-top:0;padding-bottom:0;transform:translateY(-2px)}}.OrderForm-module__wgj8cG__labelRow{justify-content:space-between;align-items:center;gap:10px;margin-bottom:5px;display:flex}.OrderForm-module__wgj8cG__inputGroup .OrderForm-module__wgj8cG__labelRow label{margin-bottom:0}.OrderForm-module__wgj8cG__addressDropdownButton{border:1px solid var(--rn-line);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:6px;height:36px;padding:0 14px;transition:all .2s;display:inline-flex}button.OrderForm-module__wgj8cG__addressDropdownButton{background:#fff}.OrderForm-module__wgj8cG__addressDropdownButton:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.OrderForm-module__wgj8cG__addressDropdownButtonText{font-size:var(--text-sm);color:inherit;font-weight:600}.OrderForm-module__wgj8cG__addressDropdownButtonIcon{font-size:var(--text-xs);color:inherit;transition:transform .2s}.OrderForm-module__wgj8cG__addressDropdownSectionLabel{color:var(--brand);font-size:var(--text-sm);font-weight:700;line-height:1.4}.OrderForm-module__wgj8cG__addressLoadMoreButton,.OrderForm-module__wgj8cG__addressLoadMoreButton:hover{color:var(--brand)!important}.OrderForm-module__wgj8cG__defaultLabel{background-color:var(--rn-info);color:#fff;font-weight:700;font-size:var(--text-xs);vertical-align:1px;border-radius:6px;margin-left:6px;padding:2px 7px;line-height:1.4;display:inline-block}.OrderForm-module__wgj8cG__addressSelectIcon.OrderForm-module__wgj8cG__rotate{transform:rotate(180deg)}.OrderForm-module__wgj8cG__addressContainer{align-items:flex-end;gap:10px;display:flex}.OrderForm-module__wgj8cG__addressButton{height:46px;color:var(--rn-label-strong);font-weight:var(--fw-bold);transition:background var(--dur-fast) var(--ease-standard);border:none;border-radius:12px;flex:3;justify-content:center;align-items:center;display:flex;background-color:var(--rn-fill-2)!important}.OrderForm-module__wgj8cG__addressButton:hover{background-color:var(--rn-line)!important}.OrderForm-module__wgj8cG__orderFormCard{box-sizing:border-box;border-radius:var(--radius-lg);box-shadow:inset 0 0 0 1px var(--rn-line);background-color:#fff;justify-content:center;margin-top:10px;position:relative;border:0!important}.OrderForm-module__wgj8cG__orderFormCard .ant-card-body{padding:6px 12px;box-shadow:none!important}.OrderForm-module__wgj8cG__cartContent{align-items:center;display:flex}.OrderForm-module__wgj8cG__imageContainer{margin-right:15px}.OrderForm-module__wgj8cG__productInfo{flex-grow:1;margin-bottom:2px}.OrderForm-module__wgj8cG__cardTitle{font-family:var(--font-display);font-size:var(--text-xl);color:var(--rn-label);margin-top:3px;margin-bottom:0;font-weight:600}.OrderForm-module__wgj8cG__totalWeight,.OrderForm-module__wgj8cG__totalPrice{color:var(--rn-label-sub);margin:1px 0}.OrderForm-module__wgj8cG__totalPrice{color:var(--brand);font-weight:700}.OrderForm-module__wgj8cG__productPrice{font-size:var(--text-xl);color:var(--rn-label-strong);font-weight:700;transition:color .18s}.OrderForm-module__wgj8cG__originalPrice{font-size:var(--text-base);color:var(--rn-label-assistive);margin-left:8px;font-weight:400;text-decoration:line-through}.OrderForm-module__wgj8cG__toggleButton{cursor:pointer;font-size:var(--text-2xl);color:var(--rn-label-sub);z-index:1;background:0 0;border:none;position:absolute;top:50%;right:0;transform:translateY(-50%)}.OrderForm-module__wgj8cG__modifyDate{font-size:var(--text-sm);color:var(--brand);letter-spacing:-.5px;text-align:left;margin-bottom:5px;margin-right:10px;font-weight:700}.OrderForm-module__wgj8cG__mealMenuToggleBtn{color:var(--rn-label);cursor:pointer;text-align:center;font-size:var(--text-sm);justify-content:center;align-items:center;padding:8px;font-weight:600;transition:all .2s;display:flex}.OrderForm-module__wgj8cG__dropdownIcon{font-size:var(--text-base);stroke-width:2px;stroke:currentColor;filter:drop-shadow(0 0 1px);align-items:center;margin-left:10px;display:inline-flex;transform:scaleY(.9)}.OrderForm-module__wgj8cG__mealMenuCurtain{max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.OrderForm-module__wgj8cG__mealMenuCurtain.OrderForm-module__wgj8cG__open{max-height:300px;padding-top:10px;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.OrderForm-module__wgj8cG__mealMenuDetailList{padding:3px 0 2px}.OrderForm-module__wgj8cG__mealMenuDetailItem{align-items:center;margin-bottom:8px;display:flex}.OrderForm-module__wgj8cG__mealMenuProductName{font-size:var(--text-md);color:var(--rn-label-strong);text-align:left;flex:1;font-weight:600}.OrderForm-module__wgj8cG__mealMenuProductDesc{font-size:var(--text-md);color:var(--rn-label-strong);text-align:left;margin-right:5px;font-weight:600}.OrderForm-module__wgj8cG__mealMenuProductOriginDesc{font-size:var(--text-md);color:var(--rn-label-assistive);text-align:left;margin-right:10px;font-weight:600;text-decoration:line-through}.OrderForm-module__wgj8cG__additionalOrderProductBox{border:1px solid rgba(var(--brand-rgb), .22);background:var(--brand-soft);border-radius:16px;margin-top:20px;padding:18px 16px}.OrderForm-module__wgj8cG__additionalOrderProductTitle{border-bottom:1px solid rgba(var(--brand-rgb), .22);color:var(--rn-label-strong);font-size:var(--text-lg);padding-bottom:14px;font-weight:800}.OrderForm-module__wgj8cG__additionalOrderProductItem{border-bottom:1px solid rgba(var(--brand-rgb), .22);grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px 0;display:grid}.OrderForm-module__wgj8cG__additionalOrderProductItem:last-child{border-bottom:0;padding-bottom:0}.OrderForm-module__wgj8cG__additionalOrderProductItem:first-of-type{border-top:0;padding-top:0}.OrderForm-module__wgj8cG__additionalOrderProductThumb{background:var(--brand-soft);border-radius:12px;justify-content:center;align-items:center;width:58px;height:58px;display:flex;overflow:hidden}.OrderForm-module__wgj8cG__additionalOrderProductThumb img{object-fit:contain;width:48px;height:48px}.OrderForm-module__wgj8cG__additionalOrderProductThumb span{color:var(--brand);font-size:var(--text-xs);font-weight:800}.OrderForm-module__wgj8cG__additionalOrderProductInfo{min-width:0}.OrderForm-module__wgj8cG__additionalOrderProductInfo strong{color:var(--rn-label-strong);font-size:var(--text-md);font-weight:800;line-height:1.35;display:block}.OrderForm-module__wgj8cG__additionalOrderProductInfo p{color:var(--rn-label-sub);font-size:var(--text-sm);margin:4px 0 6px;line-height:1.35}.OrderForm-module__wgj8cG__additionalOrderProductInfo span{color:var(--rn-label);font-size:var(--text-sm);font-weight:800}.OrderForm-module__wgj8cG__additionalOrderProductPrice{text-align:right;white-space:nowrap;min-width:86px}.OrderForm-module__wgj8cG__additionalOrderProductPrice em{color:var(--rn-label-sub);font-size:var(--text-base);margin-bottom:6px;font-style:normal;font-weight:600;line-height:1;text-decoration:line-through;text-decoration-thickness:1px;display:block}.OrderForm-module__wgj8cG__additionalOrderProductPrice strong{color:var(--rn-label-strong);font-size:var(--text-xl);letter-spacing:-.4px;font-weight:600;line-height:1.15;display:block}.OrderForm-module__wgj8cG__dryIceOrderProductBox{border-color:var(--rn-line);background:#fff;border-radius:12px;margin-top:12px;padding:4px 16px}.OrderForm-module__wgj8cG__dryIceOrderProductBox .OrderForm-module__wgj8cG__additionalOrderProductTitle{border-bottom-color:var(--rn-line)}.OrderForm-module__wgj8cG__dryIceOrderProductBox .OrderForm-module__wgj8cG__additionalOrderProductItem{border-bottom:0;padding:16px 0}.OrderForm-module__wgj8cG__dryIceOrderProductThumb{background:var(--rn-fill-1);border:1px solid var(--rn-line)}.OrderForm-module__wgj8cG__dryIceOrderProductQuantity{color:var(--rn-label)!important}.OrderForm-module__wgj8cG__additionalOrderProductPrice .OrderForm-module__wgj8cG__dryIceOrderProductPrice{color:var(--rn-label-strong)}.OrderForm-module__wgj8cG__additionalOrderProductQuantityRow{white-space:nowrap;align-items:center;gap:5px;display:flex}.OrderForm-module__wgj8cG__additionalOrderProductQuantityRow span{font-size:var(--text-sm);font-weight:800}.OrderForm-module__wgj8cG__additionalOrderProductQuantityRow small{color:var(--rn-label-sub);font-size:var(--text-xs);font-weight:500}.OrderForm-module__wgj8cG__mealMenuEmpty{color:var(--rn-label-sub);font-size:var(--text-base);text-align:left}.OrderForm-module__wgj8cG__orderCountWrapper{flex:1;justify-content:flex-end;align-items:center;min-width:80px;display:flex}.OrderForm-module__wgj8cG__orderCountLeftSpace{flex:1}.OrderForm-module__wgj8cG__orderCount{border-radius:var(--radius-full);background:var(--brand-soft);color:var(--brand);font-size:var(--text-sm);font-weight:var(--fw-bold);z-index:1;padding:2px 10px}.OrderForm-module__wgj8cG__addressContainer{flex-direction:column;align-items:flex-start;gap:5px;width:100%;margin-bottom:15px;display:flex}.OrderForm-module__wgj8cG__addressContainer label{color:var(--rn-label-sub);text-align:left;margin-bottom:5px;font-weight:500;display:block}.OrderForm-module__wgj8cG__zipCodeInputContainer{gap:10px;width:100%;display:flex}.OrderForm-module__wgj8cG__zipCodeInput{flex:7;min-width:0;margin-left:0}.OrderForm-module__wgj8cG__checkboxGroup{margin-top:15px}.OrderForm-module__wgj8cG__countdownWrapper{justify-content:center;margin-top:8px;display:flex;position:relative}.OrderForm-module__wgj8cG__countdownWrapper>div{background:var(--brand);border:1px solid var(--brand);font-size:var(--text-base);color:var(--brand);border-radius:12px;align-items:center;padding:6px 12px;display:inline-flex;position:relative;box-shadow:0 2px 8px #00000014}.OrderForm-module__wgj8cG__countdownWrapper>div:before{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-bottom:6px solid var(--brand);width:0;height:0;position:absolute;top:-6px;left:50%}.OrderForm-module__wgj8cG__countdownWrapper>div:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;border-bottom:5px solid var(--brand);width:0;height:0;position:absolute;top:-5px;left:50%}.OrderForm-module__wgj8cG__noticeGrayH1{color:var(--rn-label);font-weight:500;font-size:var(--text-sm);text-align:left;line-height:1.4}.OrderForm-module__wgj8cG__pointsContainer{gap:10px;display:flex}.OrderForm-module__wgj8cG__couponSelect{font-size:var(--text-lg);margin-top:8px;margin-bottom:10px}.OrderForm-module__wgj8cG__couponDiscountBox{background:var(--rn-fill-1);min-height:44px;font-size:var(--text-xl);border-radius:12px;align-items:center;margin-top:10px;padding:12px 16px;font-weight:500;display:flex;box-shadow:0 2px 8px #5078ff0f}.OrderForm-module__wgj8cG__selectedCouponName{color:var(--rn-label);margin-right:6px;font-weight:600;display:inline-block}.OrderForm-module__wgj8cG__noCouponSelected{color:var(--rn-label-assistive);font-style:italic;font-weight:500}.OrderForm-module__wgj8cG__discountApplied{color:var(--rn-label);letter-spacing:.01em;font-weight:700;display:grid}.OrderForm-module__wgj8cG__discountAmount{font-size:var(--text-lg);color:var(--rn-label-strong);margin-right:4px;font-weight:800}.OrderForm-module__wgj8cG__discountLabel{font-size:var(--text-sm);font-weight:500}.OrderForm-module__wgj8cG__noDiscount{color:var(--rn-label-assistive);font-weight:500}.OrderForm-module__wgj8cG__paymentMethodGroup{flex-direction:column;align-items:flex-start;display:flex}.OrderForm-module__wgj8cG__paymentMethodRadio{margin-bottom:10px}.OrderForm-module__wgj8cG__orderSummary{margin-top:18px}.OrderForm-module__wgj8cG__orderSummaryList{flex-direction:column;gap:8px;padding:2px 4px 18px;display:flex}.OrderForm-module__wgj8cG__orderSummaryRow{color:var(--rn-label-sub);font-size:var(--text-base);justify-content:space-between;align-items:center;gap:16px;line-height:1.35;display:flex}.OrderForm-module__wgj8cG__orderSummaryRow strong{color:var(--rn-label-strong);font-size:var(--text-md);letter-spacing:-.3px;flex-shrink:0;font-weight:700}.OrderForm-module__wgj8cG__discountSummaryRow span,.OrderForm-module__wgj8cG__discountSummaryRow strong{color:var(--rn-success)}.OrderForm-module__wgj8cG__paymentSummary{padding:var(--space-20);border:1px solid rgba(var(--brand-rgb), .22);border-radius:var(--radius-card);background:var(--brand-soft)}.OrderForm-module__wgj8cG__paymentSummaryHeader{flex-direction:row;justify-content:space-between;align-items:center;gap:4px;margin-bottom:10px;display:flex}.OrderForm-module__wgj8cG__paymentSummaryHeader>span{color:var(--rn-label);font-size:var(--text-xl);font-weight:700}.OrderForm-module__wgj8cG__paymentSummaryHeader em{color:var(--brand);font-size:var(--text-lg);white-space:nowrap;background:#fff;border-radius:999px;padding:2px 4px;font-style:normal;font-weight:700}.OrderForm-module__wgj8cG__totalAmount{font-family:var(--font-display);color:var(--brand);font-size:28px;font-weight:var(--fw-bold);letter-spacing:-1px;text-align:right;line-height:1.1;display:block}.OrderForm-module__wgj8cG__termsAgreement{font-size:var(--text-lg);margin:20px 0}.OrderForm-module__wgj8cG__policySection{gap:var(--space-12);margin-top:var(--space-24);flex-direction:column;display:flex}.OrderForm-module__wgj8cG__shippingNotice{padding:var(--space-20);background-color:var(--rn-fill-1);border-radius:var(--radius-card)}.OrderForm-module__wgj8cG__shippingNotice h3{margin:0 0 var(--space-10);font-family:var(--font-display);font-size:var(--ts-headline-1);line-height:var(--ts-headline-1-lh);color:var(--rn-label-strong);font-weight:var(--fw-bold)}.OrderForm-module__wgj8cG__shippingNotice ul{gap:var(--space-6);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.OrderForm-module__wgj8cG__shippingNotice li{color:var(--rn-label-sub);font-size:var(--text-base);font-weight:var(--fw-normal);padding-left:12px;line-height:1.5;position:relative}.OrderForm-module__wgj8cG__shippingNotice li:before{content:"";border-radius:var(--radius-full);background:var(--rn-label-assistive);width:4px;height:4px;position:absolute;top:8px;left:0}.OrderForm-module__wgj8cG__exchangeRefundContainer{color:var(--rn-label);border-radius:var(--radius-card);box-shadow:inset 0 0 0 1px var(--rn-line);background:#fff;overflow:hidden}.OrderForm-module__wgj8cG__exchangeRefundToggle{justify-content:space-between;align-items:center;gap:var(--space-8);width:100%;min-height:52px;padding:var(--space-14) var(--space-16);color:var(--rn-label-strong);font-family:var(--font-display);font-size:var(--ts-headline-1);line-height:var(--ts-headline-1-lh);font-weight:var(--fw-bold);cursor:pointer;text-align:left;transition:background var(--dur-fast) var(--ease-standard);background:#fff;border:none;display:flex}button.OrderForm-module__wgj8cG__exchangeRefundToggle{background:#fff}.OrderForm-module__wgj8cG__exchangeRefundToggle:hover{background:var(--rn-fill-1)}.OrderForm-module__wgj8cG__exchangeRefundToggle .OrderForm-module__wgj8cG__icon{border-radius:var(--radius-full);background:var(--rn-fill-2);width:24px;height:24px;color:var(--rn-label-sub);font-size:var(--text-xs);transition:transform var(--dur-normal) var(--ease-standard);flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.OrderForm-module__wgj8cG__exchangeRefundToggle .OrderForm-module__wgj8cG__icon.OrderForm-module__wgj8cG__rotate{transform:rotate(180deg)}.OrderForm-module__wgj8cG__exchangeRefundContent{max-height:0;transition:max-height var(--dur-slow) var(--ease-standard);background:var(--rn-fill-1);padding:0 var(--space-16);color:var(--rn-label);overflow:hidden}.OrderForm-module__wgj8cG__exchangeRefundContent.OrderForm-module__wgj8cG__open{max-height:5000px;padding:var(--space-16);border-top:1px solid var(--rn-line)}.OrderForm-module__wgj8cG__exchangeRefundContent h3{margin:var(--space-20) 0 var(--space-8);border-left:3px solid var(--brand);font-family:var(--font-display);font-size:var(--text-md);line-height:1.4;font-weight:var(--fw-bold);color:var(--rn-label-strong);padding-left:10px}.OrderForm-module__wgj8cG__exchangeRefundContent h3:first-child,.OrderForm-module__wgj8cG__exchangeRefundContent>div>:first-child{margin-top:0}.OrderForm-module__wgj8cG__exchangeRefundContent h4{margin:var(--space-14) 0 var(--space-6);font-size:var(--text-base);line-height:1.45;font-weight:var(--fw-bold);color:var(--rn-label)}.OrderForm-module__wgj8cG__exchangeRefundContent p{margin:0 0 var(--space-8);font-size:var(--text-base);color:var(--rn-label);line-height:1.6}.OrderForm-module__wgj8cG__exchangeRefundContent strong{margin:var(--space-10) 0 var(--space-4);font-size:var(--text-sm);font-weight:var(--fw-bold);color:var(--rn-label-sub);display:block}.OrderForm-module__wgj8cG__exchangeRefundContent small{margin-top:var(--space-8);font-size:var(--text-sm);color:var(--rn-label-sub);line-height:1.5;display:block}.OrderForm-module__wgj8cG__exchangeRefundContent ul{margin:0 0 var(--space-8);gap:var(--space-6);flex-direction:column;padding:0;list-style:none;display:flex}.OrderForm-module__wgj8cG__exchangeRefundContent li{font-size:var(--text-base);color:var(--rn-label-sub);padding-left:12px;line-height:1.6;position:relative}.OrderForm-module__wgj8cG__exchangeRefundContent li:before{content:"";border-radius:var(--radius-full);background:var(--rn-label-assistive);width:4px;height:4px;position:absolute;top:9px;left:0}.OrderForm-module__wgj8cG__exchangeRefundContent div:has(>table){-webkit-overflow-scrolling:touch;border-radius:var(--radius-md);box-shadow:inset 0 0 0 1px var(--rn-line);background:#fff;overflow-x:auto}.OrderForm-module__wgj8cG__exchangeRefundContent table{border-collapse:collapse;width:100%;min-width:260px;font-size:var(--text-sm);text-align:center}.OrderForm-module__wgj8cG__exchangeRefundContent th{background:var(--rn-fill-2);color:var(--rn-label-strong);font-weight:var(--fw-bold);white-space:nowrap;padding:10px 8px}.OrderForm-module__wgj8cG__exchangeRefundContent td{border-top:1px solid var(--rn-line);color:var(--rn-label);white-space:nowrap;padding:10px 8px}.OrderForm-module__wgj8cG__exchangeRefundContent tbody tr:nth-child(2n) td{background:#70737c08}.OrderForm-module__wgj8cG__shippingMethodBox{flex-direction:column;gap:6px;margin:18px 0 0;display:flex}.OrderForm-module__wgj8cG__shippingRadioLabel{border:2px solid var(--rn-line);cursor:pointer;background:#fff;border-radius:12px;margin-bottom:6px;padding:16px;transition:border .18s;display:flex}.OrderForm-module__wgj8cG__shippingRadioLabel.OrderForm-module__wgj8cG__selected{border:3px solid var(--brand)}.OrderForm-module__wgj8cG__shippingRadioInput{appearance:none;border:5px solid var(--rn-label-assistive);box-sizing:border-box;cursor:pointer;background:0 0;border-radius:50%;outline:none;width:20px;height:20px;margin-right:10px;transition:border-color .18s;position:relative}.OrderForm-module__wgj8cG__shippingRadioLabel.OrderForm-module__wgj8cG__selected .OrderForm-module__wgj8cG__shippingRadioInput:checked{border-color:var(--brand)}.OrderForm-module__wgj8cG__shippingRadioLabel.OrderForm-module__wgj8cG__selected .OrderForm-module__wgj8cG__shippingRadioInput:checked:after{content:"";background:#fff;border-radius:50%;width:10px;height:10px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.OrderForm-module__wgj8cG__shippingRadioInput:after{content:"";width:0;height:0;display:block}.OrderForm-module__wgj8cG__shippingRadioLabel.OrderForm-module__wgj8cG__disabled{cursor:not-allowed;border-color:var(--rn-line);opacity:.8;background:var(--rn-line)!important;color:var(--rn-label-assistive)!important}.OrderForm-module__wgj8cG__shippingRadioInput:disabled{cursor:not-allowed}.OrderForm-module__wgj8cG__shippingRadioContent{justify-content:space-between;align-items:flex-start;width:100%;display:inline}.OrderForm-module__wgj8cG__shippingMethodTitle{font-size:var(--text-lg);color:var(--rn-label-strong);letter-spacing:-.5px;font-weight:600;transition:color .18s}.OrderForm-module__wgj8cG__shippingMethodTitle.OrderForm-module__wgj8cG__selected{color:var(--rn-label)}.OrderForm-module__wgj8cG__shippingMethodPrice{font-size:var(--text-3xl);color:var(--rn-label-strong);font-weight:700;transition:color .18s}.OrderForm-module__wgj8cG__shippingMethodPrice.OrderForm-module__wgj8cG__selected{color:var(--brand)}.OrderForm-module__wgj8cG__shippingMethodNotice{font-size:var(--text-base);color:var(--rn-label-sub);margin-top:4px;display:block}.OrderForm-module__wgj8cG__shippingMethodOriginalPrice{font-size:var(--text-base);color:var(--rn-label-assistive);margin-left:8px;font-weight:500;text-decoration:line-through}.OrderForm-module__wgj8cG__subscriptionBillingNotice{border:1px solid rgba(var(--brand-rgb), .22);background:linear-gradient(180deg, var(--brand-soft) 0%, #fff 100%);color:var(--rn-label);box-shadow:0 2px 8px rgba(var(--brand-rgb), .06);border-radius:14px;margin-top:12px;padding:16px}.OrderForm-module__wgj8cG__subscriptionBillingHeader{align-items:center;gap:12px;display:flex}.OrderForm-module__wgj8cG__subscriptionBillingIconBox{background:var(--brand);width:38px;height:38px;box-shadow:0 4px 10px rgba(var(--brand-rgb), .18);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.OrderForm-module__wgj8cG__subscriptionBillingIcon{color:#fff;font-size:var(--text-xl);font-weight:800;line-height:1}.OrderForm-module__wgj8cG__subscriptionBillingTitleBox{flex:auto;min-width:0}.OrderForm-module__wgj8cG__subscriptionBillingTitle{font-family:var(--font-display);font-size:var(--text-lg);color:var(--rn-label-strong);letter-spacing:-.4px;margin:0;font-weight:800}.OrderForm-module__wgj8cG__subscriptionBillingSubTitle{font-size:var(--text-sm);color:var(--rn-label-sub);word-break:keep-all;margin:4px 0 0;font-weight:500;line-height:1.45}.OrderForm-module__wgj8cG__subscriptionBillingStepBox{border:1px solid var(--rn-line);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;margin-top:16px;margin-bottom:0;padding:13px 12px;list-style:none;display:flex}.OrderForm-module__wgj8cG__subscriptionBillingStep{text-align:center;flex-direction:column;flex:1 1 0;align-items:center;gap:6px;min-width:0;display:flex;position:relative}.OrderForm-module__wgj8cG__subscriptionBillingStep:not(:last-child):after{content:"";background:rgba(var(--brand-rgb), .22);width:calc(100% - 40px);height:1px;position:absolute;top:11px;left:calc(50% + 20px)}.OrderForm-module__wgj8cG__subscriptionBillingStep:not(:last-child):before{content:"";z-index:1;border-top:1px solid rgba(var(--brand-rgb), .22);border-right:1px solid rgba(var(--brand-rgb), .22);width:6px;height:6px;position:absolute;top:8px;right:18px;transform:rotate(45deg)}.OrderForm-module__wgj8cG__subscriptionBillingStepNumber{background:var(--brand-soft);width:22px;height:22px;color:var(--brand);font-size:var(--text-sm);border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.OrderForm-module__wgj8cG__subscriptionBillingStepText{font-size:var(--text-sm);color:var(--rn-label);word-break:keep-all;font-weight:700;line-height:1.25}.OrderForm-module__wgj8cG__subscriptionBillingInfoBox{background:var(--rn-fill-1);border-radius:10px;margin-top:12px;padding:12px 13px}.OrderForm-module__wgj8cG__subscriptionBillingInfoBox p{font-size:var(--text-sm);color:var(--rn-label-sub);word-break:keep-all;margin:0;padding-left:10px;font-weight:500;line-height:1.55;position:relative}.OrderForm-module__wgj8cG__subscriptionBillingInfoBox p+p{margin-top:4px}.OrderForm-module__wgj8cG__subscriptionBillingInfoBox p:before{content:"";background:var(--rn-label-assistive);border-radius:50%;width:3px;height:3px;position:absolute;top:9px;left:0}.OrderForm-module__wgj8cG__subscriptionBillingInfoBox strong{color:var(--rn-label-sub);font-weight:700}.OrderForm-module__wgj8cG__subscriptionToggle{opacity:0;background:#fff;border-radius:8px;max-height:0;margin-top:0;padding-left:6px;padding-right:6px;transition:max-height .45s cubic-bezier(.6,0,.4,1),opacity .2s;overflow:hidden}.OrderForm-module__wgj8cG__subscriptionToggle.OrderForm-module__wgj8cG__open{opacity:1;max-height:400px;margin-top:5px;padding-top:5px}.OrderForm-module__wgj8cG__subscriptionInfoTitle{font-size:var(--text-md);text-align:left;color:var(--rn-label-sub);font-weight:500}.OrderForm-module__wgj8cG__subscriptionInfoSubTitle{font-size:var(--text-md);text-align:left;color:var(--brand);margin-left:2px;font-weight:700}.OrderForm-module__wgj8cG__subscriptionInfoMainContent{font-size:var(--text-xl);text-align:center;color:var(--rn-label-strong);font-weight:700}.OrderForm-module__wgj8cG__subscriptionInfoDesc{font-size:var(--text-base);color:var(--rn-label-sub);margin:16px 0}.OrderForm-module__wgj8cG__downIconWrapper{justify-content:center;align-items:center;width:100%;margin-top:24px;margin-bottom:24px;display:flex}.OrderForm-module__wgj8cG__downIcon{font-size:var(--text-2xl);color:var(--rn-label-assistive);display:block;transform:scaleX(1.3)}.OrderForm-module__wgj8cG__subscriptionPeriodTitle{font-size:var(--text-base);text-align:left;color:var(--rn-label);margin:5px 0 2px}.OrderForm-module__wgj8cG__requiredPeriodStar{color:var(--brand);font-size:var(--text-lg);vertical-align:top}.OrderForm-module__wgj8cG__periodButtonGroup{gap:8px;margin-top:4px;display:flex}.OrderForm-module__wgj8cG__periodButton{border:2px solid var(--rn-line);min-width:0;height:62px;color:var(--rn-label-sub);cursor:pointer;background:#fff;border-radius:8px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:3px;padding:6px 0;transition:background .18s,color .18s,border .18s;display:flex}button.OrderForm-module__wgj8cG__periodButton{background:#fff}.OrderForm-module__wgj8cG__periodButton.OrderForm-module__wgj8cG__selected,.OrderForm-module__wgj8cG__periodButton:active{border:3px solid var(--brand);color:var(--rn-label-strong);background:#fff;font-weight:600}.OrderForm-module__wgj8cG__periodWeekText{font-size:var(--text-xl);color:inherit;font-weight:800;line-height:1.1}.OrderForm-module__wgj8cG__periodDayText{font-size:var(--text-sm);color:var(--rn-label-sub);font-weight:500;line-height:1.1}.OrderForm-module__wgj8cG__periodButton.OrderForm-module__wgj8cG__selected .OrderForm-module__wgj8cG__periodDayText{color:var(--brand)}.OrderForm-module__wgj8cG__periodGuideBox{border:1px solid var(--rn-line);background:var(--rn-fill-1);border-radius:10px;margin-top:4px;padding:14px 16px}.OrderForm-module__wgj8cG__periodGuideText{font-size:var(--text-base);color:var(--rn-label-sub);word-break:keep-all;align-items:flex-start;gap:8px;line-height:1.55;display:flex}.OrderForm-module__wgj8cG__periodGuideText strong{color:var(--rn-label-strong);font-weight:600}.OrderForm-module__wgj8cG__periodGuideIcon{flex:none;line-height:1.5}.OrderForm-module__wgj8cG__expectedDeliveryBox{border:1px solid var(--rn-line);background:#fff;border-radius:10px;margin-top:4px;padding:16px}.OrderForm-module__wgj8cG__expectedDeliveryBadge{background:var(--rn-info);color:#fff;height:24px;font-size:var(--text-sm);border-radius:4px;align-items:center;margin-bottom:12px;padding:0 8px;font-weight:700;display:inline-flex}.OrderForm-module__wgj8cG__expectedDeliveryList{flex-direction:column;gap:8px;display:flex}.OrderForm-module__wgj8cG__expectedDeliveryItem{font-size:var(--text-base);color:var(--rn-label);align-items:center;gap:6px;line-height:1.2;display:flex}.OrderForm-module__wgj8cG__expectedDeliveryItem strong{font-size:var(--text-base);color:var(--rn-label-strong);font-weight:700}.OrderForm-module__wgj8cG__expectedDeliveryEmpty{font-size:var(--text-sm);color:var(--rn-label-sub);line-height:1.5}.OrderForm-module__wgj8cG__paymentWidget{border:1px solid var(--rn-line);font-size:var(--text-xl);background-color:#fff;border-radius:8px;width:100%;margin:10px 0;padding:10px}.OrderForm-module__wgj8cG__paymentMethodWidget{width:100%!important}.OrderForm-module__wgj8cG__agreement{margin-top:10px;font-size:var(--text-xl)!important}.OrderForm-module__wgj8cG__agreementWidget{margin-top:10px;width:100%!important}.OrderForm-module__wgj8cG__paymentWidget>div>div{flex-wrap:wrap;justify-content:space-between;margin:-3px;display:flex}.OrderForm-module__wgj8cG__paymentWidget>div>div>button{width:calc(50% - 6px)!important;height:40px!important;font-size:var(--text-xl)!important;margin:3px!important;padding:5px!important}.OrderForm-module__wgj8cG__paymentWidget>div>div>button>span>img{width:20px!important;height:20px!important}.OrderForm-module__wgj8cG__paymentWidget input[type=tel],.OrderForm-module__wgj8cG__paymentWidget input[type=password],.OrderForm-module__wgj8cG__paymentWidget input[type=text]{height:36px!important;font-size:var(--text-xl)!important;padding:5px!important}.OrderForm-module__wgj8cG__paymentWidget>div>div>div>label{font-size:var(--text-xl)!important;margin-bottom:3px!important}.OrderForm-module__wgj8cG__paymentWidget select{height:36px!important;font-size:var(--text-xl)!important;padding:5px!important}.OrderForm-module__wgj8cG__paymentWidget>div>div>button[type=submit]{height:40px!important;font-size:var(--text-xl)!important;padding:5px!important}@media (max-width:768px){.OrderForm-module__wgj8cG__container{box-sizing:border-box;width:100vw;max-width:100vw;position:fixed;top:0;left:0;right:0;overflow-y:auto;margin:0!important;padding:0!important}.OrderForm-module__wgj8cG__content{width:100vw;padding:52px 15px 100px}.OrderForm-module__wgj8cG__toggleButton{display:block}.OrderForm-module__wgj8cG__paymentWidget>div>div>button{width:100%!important}.OrderForm-module__wgj8cG__mealMenuToggleBtn{padding:4px}.OrderForm-module__wgj8cG__subscriptionInfoTitle,.OrderForm-module__wgj8cG__subscriptionInfoSubTitle,.OrderForm-module__wgj8cG__subscriptionInfoDesc{font-size:var(--text-sm)}.OrderForm-module__wgj8cG__noticeGrayH1{font-size:var(--text-xs)}.OrderForm-module__wgj8cG__orderSummary{margin-top:14px}.OrderForm-module__wgj8cG__orderSummaryList{gap:6px;padding:0 2px 16px}.OrderForm-module__wgj8cG__orderSummaryRow{font-size:var(--text-sm)}.OrderForm-module__wgj8cG__orderSummaryRow strong{font-size:var(--text-base)}.OrderForm-module__wgj8cG__paymentSummary{border-radius:12px;padding:16px}.OrderForm-module__wgj8cG__paymentSummaryHeader{flex-direction:row;align-items:center;gap:7px}.OrderForm-module__wgj8cG__paymentSummaryHeader>span{font-size:var(--text-lg)}.OrderForm-module__wgj8cG__paymentSummaryHeader>em{font-size:var(--text-base)}.OrderForm-module__wgj8cG__totalAmount{font-size:var(--text-3xl)}.OrderForm-module__wgj8cG__totalAmount span{font-size:var(--text-lg)}.OrderForm-module__wgj8cG__mealMenuProductName{font-size:var(--text-sm);color:var(--rn-label-strong);text-align:left;flex:1;font-weight:600}.OrderForm-module__wgj8cG__mealMenuProductDesc{font-size:var(--text-sm);color:var(--rn-label-strong);text-align:left;margin-right:5px;font-weight:600}.OrderForm-module__wgj8cG__mealMenuProductOriginDesc{font-size:var(--text-sm);color:var(--rn-label-assistive);text-align:left;margin-right:10px;font-weight:500;text-decoration:line-through}.OrderForm-module__wgj8cG__modifyDate{font-size:var(--text-xs);margin-bottom:2px;margin-right:18px}.OrderForm-module__wgj8cG__addressDropdownButton{height:34px;padding:0 12px}.OrderForm-module__wgj8cG__cardTitle{font-size:var(--text-lg)}.OrderForm-module__wgj8cG__totalWeight,.OrderForm-module__wgj8cG__totalPrice{color:var(--rn-label-sub);margin:0}.OrderForm-module__wgj8cG__productPrice{font-size:var(--text-base)}.OrderForm-module__wgj8cG__originalPrice{font-size:var(--text-sm)}.OrderForm-module__wgj8cG__additionalOrderProductInfo{min-width:0}.OrderForm-module__wgj8cG__additionalOrderProductInfo strong{color:var(--rn-label-strong);font-size:var(--text-base);font-weight:700;line-height:1.35;display:block}.OrderForm-module__wgj8cG__additionalOrderProductInfo p{color:var(--rn-label-sub);font-size:var(--text-xs);margin:2px 0 3px;line-height:1.35}.OrderForm-module__wgj8cG__additionalOrderProductInfo span{color:var(--rn-label);font-size:var(--text-xs);font-weight:700}.OrderForm-module__wgj8cG__additionalOrderProductPrice em{font-size:var(--text-xs)}.OrderForm-module__wgj8cG__additionalOrderProductPrice strong{font-size:var(--text-base)}.OrderForm-module__wgj8cG__subscriptionBillingNotice{border-radius:12px;padding:14px}.OrderForm-module__wgj8cG__subscriptionBillingHeader{gap:10px}.OrderForm-module__wgj8cG__subscriptionBillingIconBox{width:34px;height:34px}.OrderForm-module__wgj8cG__subscriptionBillingIcon{font-size:var(--text-lg)}.OrderForm-module__wgj8cG__subscriptionBillingTitle{font-size:var(--text-md)}.OrderForm-module__wgj8cG__subscriptionBillingSubTitle{font-size:var(--text-sm)}.OrderForm-module__wgj8cG__subscriptionBillingStepBox{gap:5px;padding:12px 8px}.OrderForm-module__wgj8cG__subscriptionBillingStepText,.OrderForm-module__wgj8cG__subscriptionBillingInfoBox p{font-size:var(--text-xs)}}.OrderForm-module__wgj8cG__orderDetailGroupTitle{color:var(--rn-label-strong);font-family:var(--font-display);font-size:var(--text-lg);margin:18px 0 10px;font-weight:800}.OrderForm-module__wgj8cG__sectionHint{margin:var(--space-12) 0 var(--space-8);color:var(--rn-label-sub);font-size:var(--text-base);align-items:center;gap:2px;line-height:1.4;display:flex}.OrderForm-module__wgj8cG__sectionHint strong{color:var(--rn-label-strong);font-weight:var(--fw-bold)}.OrderForm-module__wgj8cG__hintTooltipIcon{color:var(--rn-label-assistive);cursor:help;margin-left:4px}.OrderForm-module__wgj8cG__pointsInputRow{align-items:center;gap:var(--space-8);display:flex}.OrderForm-module__wgj8cG__pointsInput{flex:1}.OrderForm-module__wgj8cG__pointsAllButton{border-radius:var(--radius-md);height:40px;font-weight:var(--fw-bold)}.OrderForm-module__wgj8cG__pointsHint{margin:var(--space-6) 0 0;color:var(--rn-label-sub);font-size:var(--text-sm);line-height:1.4}.OrderForm-module__wgj8cG__pointsErrorText{margin:var(--space-4) 0 0;color:var(--color-error);font-size:var(--text-sm);line-height:1.4}.OrderForm-module__wgj8cG__blockDisabled{pointer-events:none;opacity:.5}.OrderForm-module__wgj8cG__noticeList{gap:var(--space-4);margin:var(--space-12) 0 0;flex-direction:column;padding:0;list-style:none;display:flex}.OrderForm-module__wgj8cG__noticeList li{color:var(--rn-label-sub);font-size:var(--text-sm);font-weight:var(--fw-medium);text-align:left;padding-left:12px;line-height:1.5;position:relative}.OrderForm-module__wgj8cG__noticeList li:before{content:"";border-radius:var(--radius-full);background:var(--rn-label-assistive);width:4px;height:4px;position:absolute;top:8px;left:0}.OrderForm-module__wgj8cG__countdownArea{margin-top:var(--space-10);text-align:center}@media (max-width:768px){.OrderForm-module__wgj8cG__noticeList li{font-size:var(--text-xs)}.OrderForm-module__wgj8cG__exchangeRefundToggle{min-height:48px;padding:var(--space-12) var(--space-14);font-size:var(--text-md)}.OrderForm-module__wgj8cG__exchangeRefundContent.OrderForm-module__wgj8cG__open{padding:var(--space-14)}.OrderForm-module__wgj8cG__exchangeRefundContent p,.OrderForm-module__wgj8cG__exchangeRefundContent li{font-size:var(--text-sm)}.OrderForm-module__wgj8cG__shippingNotice{padding:var(--space-16)}.OrderForm-module__wgj8cG__shippingNotice li{font-size:var(--text-sm)}.OrderForm-module__wgj8cG__section{padding:var(--space-16)}}html[data-app] .OrderForm-module__wgj8cG__container{background-color:var(--app-bg-2)}html[data-app] .OrderForm-module__wgj8cG__content{padding:0 16px calc(96px + env(safe-area-inset-bottom))}html[data-app] .OrderForm-module__wgj8cG__section{padding:var(--space-4) var(--space-16) var(--space-16);margin-bottom:var(--space-12)}html[data-app] .OrderForm-module__wgj8cG__sectionHeader{min-height:52px}html[data-app] .OrderForm-module__wgj8cG__sectionTitle{letter-spacing:-.019em;font-family:inherit;font-size:15px;line-height:1.4}html[data-app] .OrderForm-module__wgj8cG__partDivider{height:.5px;margin-top:0}html[data-app] .OrderForm-module__wgj8cG__paymentSummary{padding:var(--space-12) 0 0;box-shadow:inset 0 1px 0 0 var(--rn-line);background:0 0;border:0;justify-content:space-between;align-items:baseline;display:flex}html[data-app] .OrderForm-module__wgj8cG__paymentSummaryHeader span{font-size:15px;font-weight:700}html[data-app] .OrderForm-module__wgj8cG__totalAmount{letter-spacing:-.03em;margin:0;font-size:24px;font-weight:800}
.OrderFormCommonFooter-module__elkAda__footer:before{content:"";pointer-events:none;background:linear-gradient(#fff0 0% 45%,#0000001a 100%);width:100%;height:72px;position:absolute;bottom:100%;left:0}.OrderFormCommonFooter-module__elkAda__footer{width:min(600px,100vw);height:calc(88px + env(safe-area-inset-bottom));border-top:1px solid var(--rn-line);z-index:99999;box-sizing:border-box;background:#fff;padding:0;position:fixed;bottom:0;left:50%;overflow:visible;transform:translate(-50%)}.OrderFormCommonFooter-module__elkAda__footerInner{top:10px;left:20px;right:20px;bottom:calc(10px + env(safe-area-inset-bottom));box-sizing:border-box;grid-template-columns:1fr;align-items:center;display:grid;position:absolute}.OrderFormCommonFooter-module__elkAda__paymentButton{text-align:center;box-sizing:border-box;justify-content:center;align-items:center;border-radius:var(--radius-card)!important;background:var(--brand-primary)!important;color:#fff!important;width:100%!important;height:58px!important;min-height:58px!important;font-size:var(--ts-body-1)!important;font-weight:var(--fw-heavy)!important;transition:background var(--dur-fast) var(--ease-standard)!important;box-shadow:0 6px 16px rgba(var(--brand-rgb), .24)!important;border:0!important;margin:0!important;padding:0 12px!important;line-height:1!important;display:flex!important}.OrderFormCommonFooter-module__elkAda__paymentButton:hover,.OrderFormCommonFooter-module__elkAda__paymentButton:focus{background:var(--brand-primary-hover)!important;color:#fff!important}.OrderFormCommonFooter-module__elkAda__paymentButton:active{background:var(--brand-primary-press)!important}.OrderFormCommonFooter-module__elkAda__paymentButton:disabled{background:var(--gray-300)!important;color:var(--gray-400)!important;box-shadow:none!important}@media (max-width:768px){.OrderFormCommonFooter-module__elkAda__footer{width:100vw;height:calc(88px + env(safe-area-inset-bottom));bottom:0;left:0;right:0;transform:none}.OrderFormCommonFooter-module__elkAda__footerInner{top:10px;left:20px;right:20px;bottom:calc(10px + env(safe-area-inset-bottom))}}@media (max-width:360px){.OrderFormCommonFooter-module__elkAda__footerInner{left:14px;right:14px}.OrderFormCommonFooter-module__elkAda__paymentButton{height:56px!important;min-height:56px!important;font-size:15px!important}}html[data-app] .OrderFormCommonFooter-module__elkAda__footer{width:100%;height:auto;padding:10px 16px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);box-shadow:inset 0 1px 0 0 var(--rn-line);background:#fffffff0;border-top:0}html[data-app] .OrderFormCommonFooter-module__elkAda__footer:before{display:none}html[data-app] .OrderFormCommonFooter-module__elkAda__footerInner{display:block;position:static}html[data-app] .OrderFormCommonFooter-module__elkAda__paymentButton{letter-spacing:-.019em;border-radius:16px!important;height:56px!important;min-height:56px!important;font-size:17px!important}
.AlreadyUsingSubscriptionModal-module__KpjyFG__overlay{z-index:10000;background:#11182773;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out AlreadyUsingSubscriptionModal-module__KpjyFG__overlayFadeIn;display:flex;position:fixed;inset:0}.AlreadyUsingSubscriptionModal-module__KpjyFG__modal{border-radius:var(--radius-modal);width:100%;max-width:420px;box-shadow:var(--shadow-heavy);will-change:transform, opacity;background:#fff;padding:28px 22px 60px;animation:.28s cubic-bezier(.22,1,.36,1) AlreadyUsingSubscriptionModal-module__KpjyFG__bottomSheetOpen;position:relative}.AlreadyUsingSubscriptionModal-module__KpjyFG__desktopModal{width:70%;max-width:460px}.AlreadyUsingSubscriptionModal-module__KpjyFG__closeButton{color:var(--rn-label-assistive);cursor:pointer;background:0 0;border:0;font-size:16px;position:absolute;top:16px;right:16px}.AlreadyUsingSubscriptionModal-module__KpjyFG__iconWrap{justify-content:center;margin-bottom:14px;display:flex}.AlreadyUsingSubscriptionModal-module__KpjyFG__icon{color:#f59e0b;font-size:42px}.AlreadyUsingSubscriptionModal-module__KpjyFG__title{color:var(--rn-label-strong);font-family:var(--font-display);font-size:var(--ts-title-3);letter-spacing:-.02em;text-align:center;margin:0 28px 30px;font-weight:700;line-height:1.35}.AlreadyUsingSubscriptionModal-module__KpjyFG__description{color:var(--rn-label);text-align:center;margin:0 0 16px;font-size:15px;font-weight:500;line-height:1.65}.AlreadyUsingSubscriptionModal-module__KpjyFG__noticeBox{border-radius:var(--radius-lg);background:var(--rn-fill-1);color:var(--rn-label-sub);padding:14px 16px;font-size:13px;line-height:1.65}.AlreadyUsingSubscriptionModal-module__KpjyFG__noticeBox p{margin:0}.AlreadyUsingSubscriptionModal-module__KpjyFG__noticeBox p+p{margin-top:4px}.AlreadyUsingSubscriptionModal-module__KpjyFG__statusText{border-top:1px solid var(--rn-line);color:var(--rn-label);padding-top:12px;font-weight:600;margin-top:14px!important}.AlreadyUsingSubscriptionModal-module__KpjyFG__buttonGroup{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;width:100%;margin-top:20px;margin-bottom:60px;display:grid}.AlreadyUsingSubscriptionModal-module__KpjyFG__secondaryButton,.AlreadyUsingSubscriptionModal-module__KpjyFG__primaryButton{border-radius:var(--radius-lg)!important;width:100%!important;min-width:0!important;height:52px!important;font-size:var(--ts-body-1)!important;white-space:normal!important;word-break:keep-all!important;font-weight:700!important;line-height:1.25!important}.AlreadyUsingSubscriptionModal-module__KpjyFG__secondaryButton{border:1px solid var(--rn-line)!important;color:var(--rn-label-sub)!important;background:#fff!important}.AlreadyUsingSubscriptionModal-module__KpjyFG__primaryButton{background:var(--brand)!important;color:#fff!important;border:0!important}.AlreadyUsingSubscriptionModal-module__KpjyFG__mobileOnly{display:none}@keyframes AlreadyUsingSubscriptionModal-module__KpjyFG__bottomSheetOpen{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes AlreadyUsingSubscriptionModal-module__KpjyFG__overlayFadeIn{0%{background:#11182700}to{background:#11182773}}@media (max-width:768px){.AlreadyUsingSubscriptionModal-module__KpjyFG__overlay{align-items:flex-end;padding:0}.AlreadyUsingSubscriptionModal-module__KpjyFG__modal{border-radius:var(--radius-modal) var(--radius-modal) 0 0;max-width:none;padding:30px 20px 60px}.AlreadyUsingSubscriptionModal-module__KpjyFG__mobileOnly{display:block}}
.QuantityInput-module__lmLTxa__input{width:44px;height:28px;padding:0 var(--space-4);border-radius:var(--radius-md);font-family:inherit;font-size:var(--ts-label-1);text-align:center;color:var(--rn-label-strong);transition:box-shadow var(--dur-fast) var(--ease-standard);background:0 0;border:0;outline:none;font-weight:600}.QuantityInput-module__lmLTxa__input:focus-visible{background:var(--background);box-shadow:inset 0 0 0 1.5px var(--brand)}.QuantityInput-module__lmLTxa__input:disabled{color:var(--rn-label-sub);cursor:not-allowed}
.AdditionalProductRecommendation-module__2pfX-G__container{width:100%;max-width:600px;height:100%;color:var(--rn-label-strong);background:#fff;margin:0 auto}.AdditionalProductRecommendation-module__2pfX-G__content{padding:0 10px 82px}.AdditionalProductRecommendation-module__2pfX-G__heroSection{padding:20px 0 16px}.AdditionalProductRecommendation-module__2pfX-G__heroBadge{border-radius:var(--radius-md);background:var(--brand-soft);height:24px;color:var(--brand);font-size:var(--text-xs);font-weight:var(--fw-heavy);letter-spacing:1.4px;align-items:center;padding:0 10px;display:inline-flex}.AdditionalProductRecommendation-module__2pfX-G__heroTitle{color:var(--rn-label-strong);font-family:var(--font-display);font-size:25px;line-height:1.28;font-weight:var(--fw-bold);letter-spacing:-.8px;margin:14px 0 10px}.AdditionalProductRecommendation-module__2pfX-G__heroTitle span{color:var(--brand)}.AdditionalProductRecommendation-module__2pfX-G__heroDescription{color:var(--rn-label-sub);font-size:var(--text-base);letter-spacing:-.3px;margin:0;line-height:1.55}.AdditionalProductRecommendation-module__2pfX-G__recommendBox{border:1px solid rgba(var(--brand-rgb), .22);border-radius:var(--radius-lg);background:var(--brand-soft);align-items:center;gap:12px;margin-top:6px;padding:14px 16px;display:flex}.AdditionalProductRecommendation-module__2pfX-G__recommendIcon{flex:none;font-size:22px}.AdditionalProductRecommendation-module__2pfX-G__recommendBox strong{color:var(--rn-label-strong);font-size:var(--text-base);font-weight:var(--fw-bold);display:block}.AdditionalProductRecommendation-module__2pfX-G__recommendBox p{color:var(--rn-label-sub);font-size:var(--text-sm);margin:0}.AdditionalProductRecommendation-module__2pfX-G__loadingBox{text-align:center;color:var(--rn-label-sub);font-size:var(--text-sm);padding:42px 0}.AdditionalProductRecommendation-module__2pfX-G__loadingBox p{margin-top:12px}.AdditionalProductRecommendation-module__2pfX-G__productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:6px;display:grid}.AdditionalProductRecommendation-module__2pfX-G__productCard{border:1px solid var(--rn-line);border-radius:var(--radius-card);text-align:left;cursor:pointer;width:100%;min-height:228px;transition:border-color var(--dur-fast) var(--ease-standard), box-shadow var(--dur-fast) var(--ease-standard), transform var(--dur-fast) var(--ease-standard);background:#fff;padding:12px}.AdditionalProductRecommendation-module__2pfX-G__productCard:active{transform:scale(.985)}.AdditionalProductRecommendation-module__2pfX-G__selectedProductCard{border-color:var(--brand);box-shadow:0 8px 20px rgba(var(--brand-rgb), .12)}.AdditionalProductRecommendation-module__2pfX-G__productImageBox{aspect-ratio:1/.78;border-radius:var(--radius-lg);background:var(--rn-fill-1);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.AdditionalProductRecommendation-module__2pfX-G__productImage{object-fit:contain;width:78px;height:78px}.AdditionalProductRecommendation-module__2pfX-G__emptyImage{border-radius:var(--radius-md);background:var(--brand);color:#fff;width:56px;height:72px;font-size:var(--text-sm);font-weight:var(--fw-heavy);justify-content:center;align-items:center;display:flex}.AdditionalProductRecommendation-module__2pfX-G__selectedBadge{border-radius:var(--radius-full);background:var(--brand);color:#fff;min-width:22px;height:22px;font-size:var(--text-sm);font-weight:var(--fw-heavy);justify-content:center;align-items:center;padding:0 7px;display:inline-flex;position:absolute;top:8px;right:8px}.AdditionalProductRecommendation-module__2pfX-G__productInfo{padding-top:11px}.AdditionalProductRecommendation-module__2pfX-G__productNameRow{flex-wrap:wrap;align-items:flex-start;gap:5px;display:flex}.AdditionalProductRecommendation-module__2pfX-G__productNameRow strong{color:var(--rn-label-strong);font-size:var(--text-md);line-height:1.3;font-weight:var(--fw-bold);letter-spacing:-.4px}.AdditionalProductRecommendation-module__2pfX-G__productNameRow span{border-radius:var(--radius-sm);background:var(--brand-soft);height:19px;color:var(--brand);font-size:var(--text-xs);font-weight:var(--fw-heavy);white-space:nowrap;align-items:center;padding:0 6px;display:inline-flex}.AdditionalProductRecommendation-module__2pfX-G__productInfo p{min-height:34px;color:var(--rn-label-sub);font-size:var(--text-sm);letter-spacing:-.3px;margin:6px 0 10px;line-height:1.4}.AdditionalProductRecommendation-module__2pfX-G__productPriceRow{flex-wrap:wrap;align-items:baseline;gap:7px;display:flex}.AdditionalProductRecommendation-module__2pfX-G__productPriceRow strong{color:var(--rn-label-strong);font-size:var(--text-xl);font-weight:var(--fw-bold);letter-spacing:-.3px}.AdditionalProductRecommendation-module__2pfX-G__productPriceRow em{color:var(--rn-label-assistive);font-size:var(--text-sm);font-style:normal;text-decoration:line-through}.AdditionalProductRecommendation-module__2pfX-G__addedSection{border:1px solid var(--rn-line);border-radius:var(--radius-card);background:#fff;margin-top:18px;padding:16px}.AdditionalProductRecommendation-module__2pfX-G__addedSection h2{color:var(--rn-label-strong);font-family:var(--font-display);font-size:var(--text-md);font-weight:var(--fw-bold);margin:0 0 12px}.AdditionalProductRecommendation-module__2pfX-G__emptyAddedBox{color:var(--rn-label-sub);text-align:center;font-size:var(--text-sm);padding:22px 0}.AdditionalProductRecommendation-module__2pfX-G__addedList{flex-direction:column;gap:12px;display:flex}.AdditionalProductRecommendation-module__2pfX-G__addedItem{border:1px solid var(--rn-line);border-radius:var(--radius-md);grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:16px 44px 16px 12px;display:grid;position:relative}.AdditionalProductRecommendation-module__2pfX-G__removeAddedItemButton{border-radius:var(--radius-full);width:26px;height:26px;color:var(--rn-label-sub);cursor:pointer;z-index:2;transition:background var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard), transform var(--dur-fast) var(--ease-standard);background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:0;right:0}.AdditionalProductRecommendation-module__2pfX-G__removeAddedItemButton:hover{background:var(--rn-fill-2);color:var(--rn-label-strong)}.AdditionalProductRecommendation-module__2pfX-G__removeAddedItemButton:active{transform:scale(.94)}.AdditionalProductRecommendation-module__2pfX-G__addedName strong{color:var(--rn-label-strong);font-size:var(--text-lg);font-weight:var(--fw-medium);display:block}.AdditionalProductRecommendation-module__2pfX-G__addedName span{color:var(--rn-label-sub);font-size:var(--text-sm);margin-top:3px;line-height:1.35;display:block}.AdditionalProductRecommendation-module__2pfX-G__addedPrice{text-align:right;white-space:nowrap}.AdditionalProductRecommendation-module__2pfX-G__addedPrice strong{color:var(--rn-label-strong);font-size:var(--text-lg);font-weight:var(--fw-medium);display:block}.AdditionalProductRecommendation-module__2pfX-G__addedPrice em{color:var(--rn-label-assistive);font-size:var(--text-sm);margin-top:2px;font-style:normal;text-decoration:line-through;display:block}.AdditionalProductRecommendation-module__2pfX-G__countControl{align-items:center;gap:6px;display:inline-flex}.AdditionalProductRecommendation-module__2pfX-G__countControl .ant-btn{border-radius:var(--radius-full);border-color:var(--rn-line);width:28px;height:28px;color:var(--brand);padding:0}.AdditionalProductRecommendation-module__2pfX-G__countControl span{min-width:18px;color:var(--rn-label-strong);text-align:center;font-size:var(--text-sm);font-weight:var(--fw-heavy)}.AdditionalProductRecommendation-module__2pfX-G__totalBox{border-top:1px solid var(--rn-line);justify-content:space-between;align-items:center;margin-top:14px;padding-top:14px;display:flex}.AdditionalProductRecommendation-module__2pfX-G__totalBox>span{color:var(--rn-label-strong);font-size:var(--text-md);font-weight:var(--fw-bold)}.AdditionalProductRecommendation-module__2pfX-G__totalBox>div{text-align:right}.AdditionalProductRecommendation-module__2pfX-G__totalBox em{color:var(--rn-label-assistive);font-size:var(--text-sm);margin-bottom:2px;font-style:normal;text-decoration:line-through;display:block}.AdditionalProductRecommendation-module__2pfX-G__totalBox strong{color:var(--brand);font-size:var(--text-2xl);font-weight:var(--fw-bold);letter-spacing:-.5px}.AdditionalProductRecommendation-module__2pfX-G__detailViewButton{z-index:3;border:1px solid var(--rn-line);border-radius:var(--radius-full);height:30px;color:var(--rn-label-strong);font-size:var(--text-xs);font-weight:var(--fw-heavy);cursor:pointer;transition:background var(--dur-fast) var(--ease-standard), border-color var(--dur-fast) var(--ease-standard), transform var(--dur-fast) var(--ease-standard);background:#fff;justify-content:center;align-items:center;gap:4px;padding:0 8px;display:inline-flex;position:absolute;bottom:4px;right:4px}button.AdditionalProductRecommendation-module__2pfX-G__detailViewButton{background:#fff}.AdditionalProductRecommendation-module__2pfX-G__detailViewButton:hover{background:var(--rn-fill-1);border-color:var(--rn-label-assistive)}.AdditionalProductRecommendation-module__2pfX-G__detailViewButton:active{transform:scale(.96)}.AdditionalProductRecommendation-module__2pfX-G__productDetailContent{background:#fff;width:100%;min-height:100%}.AdditionalProductRecommendation-module__2pfX-G__productDetailTopBar{background:#fff;align-items:center;width:100%;padding:12px 0;display:flex}.AdditionalProductRecommendation-module__2pfX-G__productDetailTopBar>div{flex-direction:column;gap:2px;display:flex}.AdditionalProductRecommendation-module__2pfX-G__productDetailImage{width:100%;height:auto;display:block}@media (min-width:768px){.AdditionalProductRecommendation-module__2pfX-G__productImage{object-fit:contain;width:min(82%,210px);height:min(82%,170px)}}@media (max-width:768px){.AdditionalProductRecommendation-module__2pfX-G__container{max-width:none}.AdditionalProductRecommendation-module__2pfX-G__content{padding-bottom:82px;padding-left:18px;padding-right:18px}.AdditionalProductRecommendation-module__2pfX-G__productGrid{gap:10px}.AdditionalProductRecommendation-module__2pfX-G__productCard{padding:10px}.AdditionalProductRecommendation-module__2pfX-G__productNameRow strong,.AdditionalProductRecommendation-module__2pfX-G__addedName strong{font-size:var(--text-base)}.AdditionalProductRecommendation-module__2pfX-G__addedName span{font-size:var(--text-xs)}.AdditionalProductRecommendation-module__2pfX-G__addedPrice strong{font-size:var(--text-base)}.AdditionalProductRecommendation-module__2pfX-G__addedPrice em{font-size:var(--text-xs)}.AdditionalProductRecommendation-module__2pfX-G__detailViewButton{height:20px;padding:0 3px}}
.RecommendQuantityContent-module__TU_d8a__recommendBox{opacity:1;transition:all .4s}.RecommendQuantityContent-module__TU_d8a__divider{background-color:#eee;height:1px;margin:10px 0}.RecommendQuantityContent-module__TU_d8a__recommendRow{justify-content:space-between;gap:12px;margin:12px 40px;display:flex}.RecommendQuantityContent-module__TU_d8a__recommendCard{text-align:center;border-radius:10px;flex:1;padding:14px 0}.RecommendQuantityContent-module__TU_d8a__dietType{color:#333;margin-bottom:0;font-size:13px;font-weight:550}.RecommendQuantityContent-module__TU_d8a__recommendValue{color:#111;font-size:15px;font-weight:700}.RecommendQuantityContent-module__TU_d8a__noteText{color:#777;text-align:center;margin-bottom:8px;font-size:13px;line-height:1.4}.RecommendQuantityContent-module__TU_d8a__partDivider{opacity:1;pointer-events:none;background-color:#ececec;width:85%;height:1px;margin:0 auto}.RecommendQuantityContent-module__TU_d8a__guideBox{box-sizing:border-box;color:#111;text-align:center;width:100%;margin-top:30px;padding:0 14px;font-size:16px;line-height:1.5}.RecommendQuantityContent-module__TU_d8a__guideSubBox{box-sizing:border-box;width:100%;color:var(--brand);text-align:center;margin-top:8px;padding:0 14px;font-size:14px;font-weight:550;line-height:1.5}.RecommendQuantityContent-module__TU_d8a__gaugeHint{color:#6b7280;margin-top:14px;font-size:13px}.RecommendQuantityContent-module__TU_d8a__gaugeBox{border-radius:14px;margin-top:18px;padding:16px 14px 18px}.RecommendQuantityContent-module__TU_d8a__gaugeLabelRow{color:#9ca3af;justify-content:space-between;align-items:center;margin-bottom:5px;font-size:12px;font-weight:550;display:flex}.RecommendQuantityContent-module__TU_d8a__currentValue{color:var(--brand);font-size:16px;font-weight:800;transition:transform .15s}.RecommendQuantityContent-module__TU_d8a__gaugeLabelRow strong{color:var(--brand);font-weight:700}.RecommendQuantityContent-module__TU_d8a__bump{transform:scale(1.08)}.RecommendQuantityContent-module__TU_d8a__radixSlider{touch-action:none;align-items:center;height:24px;display:flex;position:relative}.RecommendQuantityContent-module__TU_d8a__radixTrack{background-color:#f3f4f6;border-radius:999px;height:8px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.RecommendQuantityContent-module__TU_d8a__radixRange{background-color:var(--brand);border-radius:999px;height:100%;transition:width .12s ease-out;position:absolute}.RecommendQuantityContent-module__TU_d8a__radixThumb{background-color:var(--brand);cursor:grab;z-index:2;border-radius:50%;width:12px;height:12px;transition:transform .12s ease-out,box-shadow .12s ease-out;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #fff}.RecommendQuantityContent-module__TU_d8a__radixThumb:active{cursor:grabbing;transform:translate(-50%,-50%)scale(1.08)}.RecommendQuantityContent-module__TU_d8a__radixThumb:focus-visible{box-shadow:0 0 0 4px rgba(var(--brand-rgb), .25);outline:none}.RecommendQuantityContent-module__TU_d8a__valueBubble{background-color:var(--brand);color:#fff;white-space:nowrap;pointer-events:none;border-radius:999px;margin-bottom:10px;padding:4px 15px;font-size:13px;font-weight:700;transition:transform .12s ease-out,opacity .12s ease-out;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.RecommendQuantityContent-module__TU_d8a__bubbleArrow{background-color:var(--brand);width:8px;height:8px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)rotate(45deg)}.RecommendQuantityContent-module__TU_d8a__radixThumb:active .RecommendQuantityContent-module__TU_d8a__valueBubble{transform:translate(-50%)scale(1.05)}
.FeedingCalculator-module__PLPUlG__container{background:0 0;flex-direction:column;width:100%;height:100%;display:flex}.FeedingCalculator-module__PLPUlG__content{box-sizing:border-box;background:#fff;width:100%;max-width:60%;height:auto;margin:0 auto;padding:10px}.FeedingCalculator-module__PLPUlG__inputLabel{color:var(--rn-label);letter-spacing:-.02em;text-align:left;margin-top:5px;margin-bottom:7px;font-size:14px;font-weight:600;display:block}.FeedingCalculator-module__PLPUlG__inputSubLabel{color:var(--rn-label-sub);margin-left:4px;font-size:12px;font-weight:400}.FeedingCalculator-module__PLPUlG__centerRow{justify-content:flex-start;align-items:center;width:100%;display:flex}.FeedingCalculator-module__PLPUlG__inputSelect,.FeedingCalculator-module__PLPUlG__inputField{text-align:left;align-items:center;min-width:0;margin-bottom:12px;padding-left:0;font-size:24px;font-weight:500;line-height:58px;display:flex;border-radius:var(--radius-lg)!important;background:var(--rn-fill-2)!important;width:100%!important;height:58px!important;box-shadow:none!important;border:0!important}.FeedingCalculator-module__PLPUlG__inputSelect .FeedingCalculator-module__PLPUlG__ant-select-selector{align-items:center;font-size:24px;display:flex;border-radius:var(--radius-lg)!important;background:var(--rn-fill-2)!important;height:58px!important;min-height:58px!important;box-shadow:none!important;border:none!important}.FeedingCalculator-module__PLPUlG__inputField.FeedingCalculator-module__PLPUlG__ant-input,.FeedingCalculator-module__PLPUlG__inputField .FeedingCalculator-module__PLPUlG__ant-input,.FeedingCalculator-module__PLPUlG__inputField .FeedingCalculator-module__PLPUlG__ant-input-outlined{border-radius:var(--radius-lg);align-items:center;font-size:24px;display:flex;background:var(--rn-fill-2)!important;height:58px!important;min-height:58px!important;box-shadow:none!important;border:none!important;padding-top:0!important;padding-bottom:0!important;line-height:1!important}.FeedingCalculator-module__PLPUlG__inputField input{box-sizing:border-box;vertical-align:middle;text-align:center;background:0 0;align-items:center;font-size:24px;font-weight:600;display:flex;height:100%!important;padding-top:0!important;padding-bottom:0!important;line-height:1!important}.FeedingCalculator-module__PLPUlG__calculateButton{letter-spacing:-.02em;background-color:var(--brand);color:#fff;border-radius:var(--radius-lg);border:none;width:100%;height:40px;font-size:1.2rem;font-weight:600}.FeedingCalculator-module__PLPUlG__calculateButton:hover{background-color:var(--rn-primary-strong)}.FeedingCalculator-module__PLPUlG__errorText{color:var(--brand);text-align:center;font-size:15px;font-weight:700}.FeedingCalculator-module__PLPUlG__dropdownMenu{text-align:center}.FeedingCalculator-module__PLPUlG__resultBox{box-sizing:border-box;background-color:var(--rn-eggshell);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:100%;min-height:102px;margin-top:20px;margin-bottom:0;transition:border-color .2s;display:flex}.FeedingCalculator-module__PLPUlG__resultText{text-align:center;color:var(--rn-label-strong);width:100%;margin:0;font-size:25px;font-weight:700}.FeedingCalculator-module__PLPUlG__resultHighlight{color:var(--brand);font-size:28px;font-weight:700}@media (max-width:768px){.FeedingCalculator-module__PLPUlG__content{min-width:0;max-width:100%;padding:18px 16px}.FeedingCalculator-module__PLPUlG__inputSelect,.FeedingCalculator-module__PLPUlG__inputField{font-size:20px;line-height:48px;height:48px!important}.FeedingCalculator-module__PLPUlG__inputSelect .FeedingCalculator-module__PLPUlG__ant-select-selector{font-size:20px;height:48px!important;min-height:48px!important}.FeedingCalculator-module__PLPUlG__inputField input{font-size:20px;height:100%!important;line-height:1!important}}
.FeedingCalculatorResult-module__5GaO-a__recommendBox{opacity:1;transition:all .4s;overflow:hidden}.FeedingCalculatorResult-module__5GaO-a__divider{background-color:var(--rn-line);height:1px;margin:10px 0}.FeedingCalculatorResult-module__5GaO-a__recommendCard{text-align:center;padding:12px 0}.FeedingCalculatorResult-module__5GaO-a__dietType{letter-spacing:-.02em;color:var(--rn-primary-strong);margin-bottom:0;font-size:15px;font-weight:600}.FeedingCalculatorResult-module__5GaO-a__recommendValue{letter-spacing:-.03em;color:var(--rn-label-strong);font-size:22px;font-weight:700}.FeedingCalculatorResult-module__5GaO-a__noteText{color:var(--rn-label-sub);text-align:center;margin-bottom:20px;font-size:12px;line-height:1.4}
.RecommendProductListContent-module__ssnodW__commonProductList{text-align:center;justify-items:center;margin:28px;display:block}.RecommendProductListContent-module__ssnodW__questionBox{justify-items:center;margin-bottom:25px;display:block}.RecommendProductListContent-module__ssnodW__questionTitle{font-size:14px;font-weight:500}.RecommendProductListContent-module__ssnodW__questionAnswer{font-size:15px;font-weight:600}.RecommendProductListContent-module__ssnodW__recommendTitle{justify-items:center;margin-bottom:3px;display:block}.RecommendProductListContent-module__ssnodW__recommendBox,.RecommendProductListContent-module__ssnodW__counselBox{justify-items:left;margin:14px;display:block}.RecommendProductListContent-module__ssnodW__counselTitle{font-size:14px;font-weight:600}.RecommendProductListContent-module__ssnodW__counselSpecificTitle{color:#292929;font-size:14px;font-weight:500;display:inline}.RecommendProductListContent-module__ssnodW__autoGuideBox{border:1px solid #f3e8e5;border-left:4px solid var(--brand);box-sizing:border-box;color:#6a433a;background:#f8fafc;width:100%;margin-bottom:6px;padding:12px 14px;font-size:16px;line-height:1.5}.RecommendProductListContent-module__ssnodW__centerRow{justify-content:flex-start;align-items:center;width:100%;display:flex}.RecommendProductListContent-module__ssnodW__counselButton{text-align:center;background-color:var(--brand);color:#fff;border:none;border-radius:6px;align-content:center;justify-items:center;width:100%;height:40px;margin-top:20px;font-size:1.2rem;font-weight:600}.RecommendProductListContent-module__ssnodW__counselButton:hover{background-color:#333}.RecommendProductListContent-module__ssnodW__staticNote{color:#292929;text-align:center;margin-top:13px;margin-bottom:13px;font-size:11px}.RecommendProductListContent-module__ssnodW__recommendProductList{box-sizing:border-box;grid-template-columns:repeat(5,1fr);justify-items:center;gap:8px;width:100%;margin-bottom:0;display:grid}.RecommendProductListContent-module__ssnodW__productCard{text-align:center;width:100%;max-width:100%}.RecommendProductListContent-module__ssnodW__imageWrapper{aspect-ratio:1;border-radius:0;width:100%;max-width:120px;margin:0 auto;position:relative}.RecommendProductListContent-module__ssnodW__productImage{object-fit:contain;cursor:pointer;border-radius:4px;margin:0;padding:0}.RecommendProductListContent-module__ssnodW__detailViewButton{z-index:3;color:#111;cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:999px;justify-content:center;align-items:center;height:20px;padding:0 3px;font-size:11px;transition:all .15s;display:inline-flex;position:absolute;bottom:4px;right:4px}button.RecommendProductListContent-module__ssnodW__detailViewButton{background:#fff}.RecommendProductListContent-module__ssnodW__detailViewButton:hover{background:#f7f7f7;border-color:#c8c8c8}.RecommendProductListContent-module__ssnodW__detailViewButton:active{transform:scale(.96)}.RecommendProductListContent-module__ssnodW__productInfo{margin-top:0}.RecommendProductListContent-module__ssnodW__productName{color:#333;font-size:12px;font-weight:500}@media (max-width:768px){.RecommendProductListContent-module__ssnodW__recommendProductList{grid-template-columns:repeat(3,1fr)}.RecommendProductListContent-module__ssnodW__detailViewButton{height:20px;padding:0 3px}}
.Health-module__SRp8xa__page{box-sizing:border-box;background:#fff;flex-direction:column;gap:16px;width:100%;max-width:1280px;min-height:60vh;margin:0 auto;padding:16px 16px 32px;display:flex}.Health-module__SRp8xa__topBar{justify-content:space-between;align-items:center;height:52px;margin:-16px -16px 0;padding:0 16px;display:flex}.Health-module__SRp8xa__topTitle{font-family:var(--font-display);letter-spacing:-.027em;color:var(--rn-label-strong);font-size:18px;font-weight:700}.Health-module__SRp8xa__avatar{background:var(--rn-eggshell);width:36px;height:36px;color:var(--rn-label-sub);border-radius:999px;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.Health-module__SRp8xa__avatar img{object-fit:cover;width:100%;height:100%}.Health-module__SRp8xa__sectionHead{justify-content:space-between;align-items:center;display:flex}.Health-module__SRp8xa__sectionTitle{font-family:var(--font-display);letter-spacing:-.019em;color:var(--rn-label-strong);margin:0;font-size:16px;font-weight:700}.Health-module__SRp8xa__sectionLink{color:var(--rn-label-sub);font-size:13px;font-weight:600}.Health-module__SRp8xa__card{box-shadow:inset 0 0 0 1px var(--rn-line);background:#fff;border-radius:16px;padding:16px}.Health-module__SRp8xa__cardSoft{background:var(--rn-eggshell);border-radius:16px;padding:16px}.Health-module__SRp8xa__cardMuted{background:#70737c14;border-radius:16px;padding:16px}.Health-module__SRp8xa__muted{color:var(--rn-label-sub);font-size:12px}.Health-module__SRp8xa__body{color:var(--rn-label);font-size:13px;line-height:1.6}.Health-module__SRp8xa__brandBtn{width:100%;background:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important;height:48px!important;box-shadow:none!important;border-radius:12px!important;font-size:15px!important;font-weight:700!important}.Health-module__SRp8xa__brandBtn:hover,.Health-module__SRp8xa__brandBtn:focus{background:var(--brand-hover)!important;border-color:var(--brand-hover)!important}.Health-module__SRp8xa__brandBtn:disabled{opacity:.45}.Health-module__SRp8xa__ghostBtn{width:100%;height:48px!important;box-shadow:none!important;color:var(--rn-label-strong)!important;border-color:var(--rn-line)!important;border-radius:12px!important;font-size:15px!important;font-weight:700!important}.Health-module__SRp8xa__textBtn{letter-spacing:-.01em;height:44px!important;color:var(--rn-label-sub)!important;font-size:15px!important;font-weight:600!important}.Health-module__SRp8xa__textBtn:hover,.Health-module__SRp8xa__textBtn:focus{color:var(--rn-label-strong)!important;background:0 0!important}.Health-module__SRp8xa__confirmOkBtn{background:var(--brand)!important;color:#fff!important;border:1px solid var(--brand)!important;box-shadow:none!important;border-radius:12px!important;font-weight:700!important}.Health-module__SRp8xa__center{justify-content:center;padding:24px 0;display:flex}.Health-module__SRp8xa__row{box-shadow:inset 0 -1px 0 0 var(--rn-line);align-items:center;gap:12px;padding:14px 0;display:flex}.Health-module__SRp8xa__row:last-child{box-shadow:none}.Health-module__SRp8xa__rowTag{width:40px;height:40px;color:var(--rn-label);background:#70737c14;border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.Health-module__SRp8xa__rowBody{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.Health-module__SRp8xa__rowTitle{letter-spacing:-.019em;color:var(--rn-label-strong);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.Health-module__SRp8xa__rowSub{color:var(--rn-label-sub);font-size:12px}.Health-module__SRp8xa__rowTime{color:var(--rn-label-sub);flex:none;font-size:12px;font-weight:500}.Health-module__SRp8xa__tagMEAL{background:var(--rn-eggshell);color:#231f1c}.Health-module__SRp8xa__tagSTOOL{color:var(--rn-success);background:#2f835c1f}.Health-module__SRp8xa__tagSYMPTOM{background:rgba(var(--brand-rgb), .1);color:var(--brand)}.Health-module__SRp8xa__tagMEDICATION{color:var(--rn-info);background:#376cb31f}.Health-module__SRp8xa__tagWEIGHT,.Health-module__SRp8xa__tagWALK{color:#8a6d00;background:#f5d44b40}.Health-module__SRp8xa__chips{flex-wrap:wrap;gap:8px;display:flex}.Health-module__SRp8xa__chip{height:36px;box-shadow:inset 0 0 0 1px var(--rn-line);color:var(--rn-label-strong);cursor:pointer;background:#fff;border:0;border-radius:999px;align-items:center;gap:6px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.Health-module__SRp8xa__chipOn{background:var(--brand-soft);box-shadow:inset 0 0 0 1.5px var(--brand);color:var(--brand)}button.Health-module__SRp8xa__chip{background:#fff}button.Health-module__SRp8xa__chipOn{background:var(--brand-soft)}.Health-module__SRp8xa__field{flex-direction:column;gap:6px;display:flex}.Health-module__SRp8xa__label{color:var(--rn-label);font-size:13px;font-weight:600}.Health-module__SRp8xa__fieldRow{gap:8px;display:flex}.Health-module__SRp8xa__fieldRow>*{flex:1;min-width:0}.Health-module__SRp8xa__seg{background:#70737c14;border-radius:12px;padding:3px;display:flex}.Health-module__SRp8xa__segItem{height:38px;color:var(--rn-label-sub);cursor:pointer;background:0 0;border:0;border-radius:10px;flex:1;font-family:inherit;font-size:14px;font-weight:600}button.Health-module__SRp8xa__segOn{color:var(--rn-label-strong);box-shadow:var(--shadow-normal);background:#fff}.Health-module__SRp8xa__statGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.Health-module__SRp8xa__statGrid2{grid-template-columns:1fr 1fr;gap:8px;display:grid}.Health-module__SRp8xa__stat{background:var(--rn-fill-1);border-radius:14px;flex-direction:column;gap:4px;min-width:0;padding:12px;display:flex}.Health-module__SRp8xa__statLabel{color:var(--rn-label-sub);font-size:11px;font-weight:600}.Health-module__SRp8xa__statValue{font-family:var(--font-display);letter-spacing:-.02em;color:var(--rn-label-strong);text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:700;overflow:hidden}.Health-module__SRp8xa__statSub{color:var(--rn-label-sub);font-size:11px}.Health-module__SRp8xa__warn{background:rgba(var(--brand-rgb), .08);color:var(--brand);border-radius:14px;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.5}.Health-module__SRp8xa__bottomAction{bottom:calc(var(--app-bottomnav-h,0px) + env(safe-area-inset-bottom));background:#fff;margin-top:auto;padding-top:8px;position:sticky}.Health-module__SRp8xa__gauge{background:#70737c1f;border-radius:999px;height:8px;overflow:hidden}.Health-module__SRp8xa__gaugeFill{background:var(--brand);border-radius:999px;height:100%;transition:width .3s}.Health-module__SRp8xa__gaugeGreen{background:var(--rn-success)}.Health-module__SRp8xa__dateStrip{scrollbar-width:none;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.Health-module__SRp8xa__dateStrip::-webkit-scrollbar{display:none}.Health-module__SRp8xa__dateCell{width:46px;height:60px;color:var(--rn-label-sub);cursor:pointer;background:0 0;border:0;border-radius:12px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:3px;font-family:inherit;display:flex}.Health-module__SRp8xa__dateCell span:first-child{font-size:11px;font-weight:600}.Health-module__SRp8xa__dateCell span:last-child{color:var(--rn-label-strong);font-size:16px;font-weight:700}button.Health-module__SRp8xa__dateCellOn{background:var(--brand);color:#fffc}.Health-module__SRp8xa__dateCellOn span:last-child{color:#fff}.Health-module__SRp8xa__dateCell:disabled{opacity:.3;cursor:default}.Health-module__SRp8xa__timeInput{border:1px solid var(--rn-line);appearance:none;background:#fff;border-radius:12px;height:40px;padding:0 12px;font-family:inherit;font-size:15px}html[data-app] .Health-module__SRp8xa__row{box-shadow:none;align-items:stretch;padding:0}html[data-app] .Health-module__SRp8xa__row .Health-module__SRp8xa__rowTime{text-align:right;order:-2;width:46px;padding-top:14px;font-weight:700}html[data-app] .Health-module__SRp8xa__row .Health-module__SRp8xa__rowTag{background:var(--rn-line);border-radius:2px;order:-1;width:2px;height:auto;font-size:0;position:relative;overflow:visible}html[data-app] .Health-module__SRp8xa__row .Health-module__SRp8xa__rowTag:after{content:"";background:currentColor;border-radius:999px;width:10px;height:10px;position:absolute;top:18px;left:-4px;box-shadow:0 0 0 3px #fff}html[data-app] .Health-module__SRp8xa__row .Health-module__SRp8xa__rowBody{background:var(--rn-fill-1);border-radius:14px;padding:12px 14px}html[data-app] .Health-module__SRp8xa__row .Health-module__SRp8xa__rowTitle{font-weight:700}html[data-app] .Health-module__SRp8xa__row .ant-btn{align-self:center}html[data-app] .Health-module__SRp8xa__topBar{height:44px}html[data-app] .Health-module__SRp8xa__topTitle{letter-spacing:-.019em;font-family:inherit;font-size:17px}html[data-app] .Health-module__SRp8xa__avatar{width:34px;height:34px}html[data-app] .Health-module__SRp8xa__stat{padding:14px}html[data-app] .Health-module__SRp8xa__statValue{font-weight:800}html[data-app] .Health-module__SRp8xa__page{gap:14px;min-height:calc(100vh - 44px);padding:16px 16px 150px}html[data-app] .Health-module__SRp8xa__sectionTitle{letter-spacing:-.019em;font-size:17px;font-weight:800}html[data-app] .Health-module__SRp8xa__sectionLink{color:var(--rn-primary-strong)}html[data-app] .Health-module__SRp8xa__card,html[data-app] .Health-module__SRp8xa__cardSoft,html[data-app] .Health-module__SRp8xa__cardMuted{border-radius:16px}html[data-app] .Health-module__SRp8xa__bottomAction{z-index:30;padding:10px 16px calc(10px + env(safe-area-inset-bottom,34px));-webkit-backdrop-filter:blur(20px);box-shadow:inset 0 1px 0 0 var(--rn-line);background:#fffffff0;flex-wrap:wrap;align-items:center;gap:8px;margin:0;display:flex;position:fixed;bottom:0;left:0;right:0}html[data-app] .Health-module__SRp8xa__bottomAction .Health-module__SRp8xa__brandBtn,html[data-app] .Health-module__SRp8xa__bottomAction .Health-module__SRp8xa__ghostBtn{letter-spacing:-.019em;flex:auto;width:auto;border-radius:16px!important;height:56px!important;font-size:17px!important;font-weight:800!important}html[data-app] .Health-module__SRp8xa__bottomAction .Health-module__SRp8xa__ghostBtn{background:var(--rn-fill-2)!important;border-color:#0000!important}html[data-app] .Health-module__SRp8xa__bottomAction .Health-module__SRp8xa__brandBtn:disabled{opacity:1;background:var(--rn-fill-2)!important;color:var(--rn-label-assistive)!important;border-color:#0000!important}html[data-app] .Health-module__SRp8xa__bottomAction .Health-module__SRp8xa__textBtn{flex:1 0 100%;height:52px!important}html[data-app] .Health-module__SRp8xa__chip{background:var(--rn-fill-2);height:38px;box-shadow:none;color:var(--rn-label);font-size:14px}html[data-app] .Health-module__SRp8xa__chipOn{background:var(--rn-label-strong);color:#fff;font-weight:700}html[data-app] .Health-module__SRp8xa__segItem{border-radius:9px;height:40px}html[data-app] .Health-module__SRp8xa__page .ant-input:not(textarea){border-radius:16px;height:56px}:is(html[data-app] .Health-module__SRp8xa__page .ant-input-number,html[data-app] .Health-module__SRp8xa__page .ant-input-number-affix-wrapper,html[data-app] .Health-module__SRp8xa__page .ant-picker){border-radius:16px;height:56px}:is(html[data-app] .Health-module__SRp8xa__page .ant-input-number,html[data-app] .Health-module__SRp8xa__page .ant-input-number-affix-wrapper){align-items:center;width:100%;display:flex}html[data-app] .Health-module__SRp8xa__page .ant-input-number-affix-wrapper .ant-input-number{height:auto;box-shadow:none;background:0 0;border-radius:0}html[data-app] .Health-module__SRp8xa__page .ant-input-number-input{height:54px}html[data-app] .Health-module__SRp8xa__page .ant-input:not(textarea){padding-left:16px;padding-right:16px;font-size:16px}:is(html[data-app] .Health-module__SRp8xa__page .ant-picker,html[data-app] .Health-module__SRp8xa__page .ant-input-number-input){padding-left:16px;padding-right:16px;font-size:16px}html[data-app] .Health-module__SRp8xa__page textarea.ant-input{background:var(--rn-fill-2);border:0;border-radius:16px;min-height:88px;padding:14px 16px;font-size:15px;line-height:1.6}html[data-app] .Health-module__SRp8xa__dateStrip{gap:4px}html[data-app] .Health-module__SRp8xa__dateCell{border-radius:12px;flex:1;width:auto;height:56px}html[data-app] .Health-module__SRp8xa__dateCell span:last-child{font-weight:800}html[data-app] .Health-module__SRp8xa__row.Health-module__SRp8xa__rowPlain{box-shadow:inset 0 -.5px 0 0 var(--rn-line);align-items:center;padding:12px 0}html[data-app] .Health-module__SRp8xa__row.Health-module__SRp8xa__rowPlain:last-child{box-shadow:none}html[data-app] .Health-module__SRp8xa__row.Health-module__SRp8xa__rowPlain .Health-module__SRp8xa__rowTag{background:var(--rn-fill-2);border-radius:12px;order:0;width:40px;height:40px;font-size:12px}html[data-app] .Health-module__SRp8xa__row.Health-module__SRp8xa__rowPlain .Health-module__SRp8xa__rowTag:after{content:none}html[data-app] .Health-module__SRp8xa__row.Health-module__SRp8xa__rowPlain .Health-module__SRp8xa__rowBody{background:0 0;padding:0}html[data-app] .Health-module__SRp8xa__warn,html[data-app] .Health-module__SRp8xa__cardMuted{border-radius:14px;padding:14px}html[data-app] .Health-module__SRp8xa__page.Health-module__SRp8xa__pageHome{min-height:60vh;padding-bottom:24px}:is(html[data-app] .Health-module__SRp8xa__chips .ant-input-number,html[data-app] .Health-module__SRp8xa__chips .ant-input-number-affix-wrapper){background:var(--rn-fill-2);border-color:#0000;border-radius:999px;height:38px}html[data-app] .Health-module__SRp8xa__chips .ant-input-number-input{height:36px;padding-left:14px;font-size:14px}html[data-app] .Health-module__SRp8xa__sectionHead .ant-btn-link{color:var(--rn-primary-strong);padding-right:0;font-weight:600}html[data-app] .Health-module__SRp8xa__center{flex-direction:column;gap:12px;padding:20px 16px}html[data-app] .Health-module__SRp8xa__center .ant-spin{display:none}html[data-app] .Health-module__SRp8xa__center:before,html[data-app] .Health-module__SRp8xa__center:after{content:"";background:var(--rn-fill-1);border-radius:18px;width:100%;display:block}html[data-app] .Health-module__SRp8xa__center:before{height:96px}html[data-app] .Health-module__SRp8xa__center:after{background:linear-gradient(var(--rn-fill-1), var(--rn-fill-1)) 0 0 / 64px 64px no-repeat, linear-gradient(var(--rn-fill-1), var(--rn-fill-1)) 76px 14px / 60% 15px no-repeat, linear-gradient(var(--rn-fill-2), var(--rn-fill-2)) 76px 37px / 40% 13px no-repeat;border-radius:14px;height:64px}html[data-app] .Health-module__SRp8xa__page .ant-empty{flex-direction:column;align-items:center;gap:12px;margin:32px 0;display:flex}html[data-app] .Health-module__SRp8xa__page .ant-empty-image{background:var(--brand-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff3e24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E") center / 30px no-repeat;border-radius:999px;width:64px;height:64px;margin:0}html[data-app] .Health-module__SRp8xa__page .ant-empty-image>*{display:none}html[data-app] .Health-module__SRp8xa__page .ant-empty-description{font-family:var(--font-display);letter-spacing:-.024em;color:var(--rn-label-strong);font-size:19px;font-weight:800}html[data-app] .Health-module__SRp8xa__page .ant-empty.Health-module__SRp8xa__emptyState .ant-empty-image{background:url(/assets/images/pet/dogger_cool.png) 50%/contain no-repeat;border-radius:0;width:104px;height:104px}html[data-app] .Health-module__SRp8xa__page .ant-empty.Health-module__SRp8xa__emptyState .ant-empty-footer{margin-top:4px}html[data-app] .Health-module__SRp8xa__page .ant-empty.Health-module__SRp8xa__emptyState .ant-empty-footer a{background:var(--brand);color:#fff;border-radius:14px;align-items:center;height:48px;padding:0 24px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.Health-module__SRp8xa__field[hidden]{display:none}
.MealMenuDetailModal-module__kdA53G__overlay{z-index:2000;background-color:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0 0 60px}.MealMenuDetailModal-module__kdA53G__sheet{border-top-left-radius:var(--radius-sheet);border-top-right-radius:var(--radius-sheet);width:35%;min-width:320px;max-width:440px;height:calc(90% - 60px);padding:var(--space-16) var(--space-20) var(--space-12);box-shadow:var(--shadow-strong);animation:MealMenuDetailModal-module__kdA53G__slideUp var(--dur-slow) var(--ease-standard);background-color:#fff;flex-direction:column;display:flex;position:relative}.MealMenuDetailModal-module__kdA53G__handle{background-color:var(--rn-line);border-radius:var(--radius-full);width:40px;height:4px;margin:0 auto var(--space-16)}.MealMenuDetailModal-module__kdA53G__closeButton{font-size:var(--text-base);top:var(--space-16);right:var(--space-16);color:var(--rn-label-assistive);cursor:pointer;transition:color var(--dur-fast) var(--ease-standard);z-index:1;position:absolute}.MealMenuDetailModal-module__kdA53G__closeButton:hover{color:var(--rn-label)}.MealMenuDetailModal-module__kdA53G__sheetHeader{gap:var(--space-4);flex-direction:column;display:flex}.MealMenuDetailModal-module__kdA53G__eyebrow{font-size:var(--text-sm);font-weight:var(--fw-bold);letter-spacing:.02em;color:var(--brand)}.MealMenuDetailModal-module__kdA53G__title{font-family:var(--font-display);font-size:var(--ts-headline-1);font-weight:var(--fw-bold);letter-spacing:-.01em;color:var(--rn-label-strong);margin:0}.MealMenuDetailModal-module__kdA53G__metaRow{align-items:center;gap:var(--space-8);margin-top:var(--space-2);font-size:var(--text-sm);color:var(--rn-label-sub);display:flex}.MealMenuDetailModal-module__kdA53G__metaItem b{font-weight:var(--fw-medium);color:var(--rn-label)}.MealMenuDetailModal-module__kdA53G__metaDivider{background-color:var(--rn-line);width:1px;height:10px}.MealMenuDetailModal-module__kdA53G__partDivider{background-color:var(--rn-line);height:1px;margin:var(--space-12) 0 var(--space-4)}.MealMenuDetailModal-module__kdA53G__mealDetailsList{padding:var(--space-6) 0;color:var(--rn-label);flex:1;min-height:0;margin:0;list-style:none;overflow-y:auto}.MealMenuDetailModal-module__kdA53G__mealItem{justify-content:space-between;align-items:center;gap:var(--space-12);padding:var(--space-8) var(--space-4);border-bottom:1px solid var(--rn-fill-1);display:flex}.MealMenuDetailModal-module__kdA53G__mealItem:last-child{border-bottom:none}.MealMenuDetailModal-module__kdA53G__productInfo{font-size:var(--text-base);font-weight:var(--fw-medium);color:var(--rn-label-strong);flex:1;min-width:0}.MealMenuDetailModal-module__kdA53G__productCount{font-style:normal;font-weight:var(--fw-normal);color:var(--rn-label-sub)}.MealMenuDetailModal-module__kdA53G__priceGroup{flex-direction:column;flex-shrink:0;align-items:flex-end;line-height:1.3;display:flex}.MealMenuDetailModal-module__kdA53G__productPrice{font-size:var(--text-base);font-weight:var(--fw-bold);color:var(--rn-label-strong)}.MealMenuDetailModal-module__kdA53G__originalPrice{font-size:var(--text-sm);font-weight:var(--fw-normal);color:var(--rn-label-assistive);text-decoration:line-through}.MealMenuDetailModal-module__kdA53G__totalAmountSection{margin-top:var(--space-12);padding:var(--space-12);color:var(--rn-label);background:var(--rn-fill-1);border:1px solid var(--rn-line);border-radius:var(--radius-lg);flex-shrink:0}.MealMenuDetailModal-module__kdA53G__amountRow{font-size:var(--text-md);font-weight:var(--fw-medium);color:var(--rn-label);justify-content:space-between;align-items:flex-start;gap:var(--space-12);padding:var(--space-4) 0;line-height:1.45;display:flex}.MealMenuDetailModal-module__kdA53G__amountRow strong{font-size:var(--text-lg);font-weight:var(--fw-bold);color:var(--rn-label-strong)}.MealMenuDetailModal-module__kdA53G__amountRow span:last-child,.MealMenuDetailModal-module__kdA53G__amountRow strong:last-child{flex-shrink:0}.MealMenuDetailModal-module__kdA53G__countDivider{background-color:var(--rn-line);height:1px;margin:var(--space-6) 0}.MealMenuDetailModal-module__kdA53G__maxDiscountRow{justify-content:space-between;align-items:flex-start;gap:var(--space-12);padding:var(--space-8) 0 var(--space-2);margin-top:var(--space-6);border-top:1px dashed var(--rn-line);display:flex}.MealMenuDetailModal-module__kdA53G__maxDiscountLabel{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--rn-label);flex:none;line-height:1.45}.MealMenuDetailModal-module__kdA53G__maxDiscountValueBox{text-align:right;flex-direction:column;flex:1;align-items:flex-end;min-width:0;display:flex}.MealMenuDetailModal-module__kdA53G__maxDiscountPrice{font-size:var(--text-lg);font-weight:var(--fw-bold);color:var(--brand);word-break:keep-all;line-height:1.35}.MealMenuDetailModal-module__kdA53G__maxDiscountMeta{margin-top:var(--space-2);font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--rn-label-sub);word-break:keep-all;line-height:1.4}.MealMenuDetailModal-module__kdA53G__maxDiscountNotice{text-align:right;min-width:0;font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--rn-label-sub);word-break:keep-all;flex:1;line-height:1.5}.MealMenuDetailModal-module__kdA53G__buttonSection{margin-top:var(--space-10);flex-shrink:0}@keyframes MealMenuDetailModal-module__kdA53G__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.MealMenuDetailModal-module__kdA53G__bottomSpacer{display:none}@media (max-width:768px){.MealMenuDetailModal-module__kdA53G__overlay{bottom:60px}.MealMenuDetailModal-module__kdA53G__overlay:after{content:"";pointer-events:none;background-color:#fff;height:60px;position:fixed;bottom:0;left:0;right:0}.MealMenuDetailModal-module__kdA53G__sheet{width:100%;min-width:0;max-width:none;height:75vh;max-height:75vh;padding:var(--space-20) var(--space-20) var(--space-16);margin-top:auto}.MealMenuDetailModal-module__kdA53G__productInfo,.MealMenuDetailModal-module__kdA53G__productPrice{font-size:var(--text-sm)}.MealMenuDetailModal-module__kdA53G__amountRow{font-size:var(--text-base);gap:var(--space-10)}.MealMenuDetailModal-module__kdA53G__maxDiscountRow{gap:var(--space-10)}.MealMenuDetailModal-module__kdA53G__maxDiscountPrice{font-size:var(--text-md)}}
.TermsModal-module__91IEka__termsModalContent{color:var(--rn-label);max-height:calc(90vh - 160px);padding-right:16px;overflow-y:auto}.TermsModal-module__91IEka__termsModalContent h1,.TermsModal-module__91IEka__termsModalContent h2,.TermsModal-module__91IEka__termsModalContent h3,.TermsModal-module__91IEka__termsModalContent h4,.TermsModal-module__91IEka__termsModalContent h5,.TermsModal-module__91IEka__termsModalContent h6,.TermsModal-module__91IEka__termsModalContent p,.TermsModal-module__91IEka__termsModalContent li,.TermsModal-module__91IEka__termsModalContent span{color:var(--rn-label)}
.Layout-module__kYuoJa__layout{--dev-banner-height:0px;--header-height-desktop:88px;--header-height-mobile:72px;background-color:#fff;flex-direction:column;min-height:100svh;display:flex}.Layout-module__kYuoJa__devBanner{color:#fff;text-align:center;background-color:#0021ff;height:15px;font-size:12px;font-weight:600;line-height:15px}.Layout-module__kYuoJa__headerArea{z-index:20;position:relative}.Layout-module__kYuoJa__main{background-color:#fff;flex:none}.Layout-module__kYuoJa__mainInner{flex-direction:column;display:flex}.Layout-module__kYuoJa__noScrollBody{overflow:hidden}@media (max-width:767px){.Layout-module__kYuoJa__layout{min-height:100svh}.Layout-module__kYuoJa__main{min-height:auto}}
.Medication-module__8t9TqG__count{font-family:var(--font-display);letter-spacing:-.027em;color:var(--rn-label-strong);font-size:26px;font-weight:700}.Medication-module__8t9TqG__count span{color:var(--rn-label-sub);font-size:16px}.Medication-module__8t9TqG__addLink{height:36px;color:var(--brand);background:#fff;border-radius:999px;align-items:center;gap:4px;padding:0 14px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}button.Medication-module__8t9TqG__dose{width:100%;box-shadow:inset 0 0 0 1px var(--rn-line);text-align:left;cursor:pointer;background:#fff;border:0;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;font-family:inherit;display:flex}button.Medication-module__8t9TqG__doseOn{background:#2f835c14;box-shadow:inset 0 0 0 1px #2f835c4d}.Medication-module__8t9TqG__doseCheck{width:26px;height:26px;box-shadow:inset 0 0 0 1.5px var(--rn-line);color:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;display:flex}.Medication-module__8t9TqG__doseCheckOn{background:var(--rn-success);box-shadow:none}.Medication-module__8t9TqG__kind{color:var(--rn-info);background:#376cb31f;border-radius:999px;flex:none;padding:3px 8px;font-size:11px;font-weight:700}.Medication-module__8t9TqG__leftRow{align-items:center;gap:10px;margin-top:10px;display:flex}.Medication-module__8t9TqG__ring{background:conic-gradient(var(--brand) 0 var(--p,0%), #ffffffbf var(--p,0%) 100%);border-radius:999px;flex:none;justify-content:center;align-items:center;width:66px;height:66px;display:flex}.Medication-module__8t9TqG__ring>span{background:var(--rn-eggshell);width:50px;height:50px;color:var(--rn-label-strong);border-radius:999px;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex}html[data-app] .Medication-module__8t9TqG__addLink{display:none}html[data-app] .Medication-module__8t9TqG__count{letter-spacing:-.03em;color:var(--brand);font-size:32px;font-weight:800}html[data-app] .Medication-module__8t9TqG__count span{font-size:18px;font-weight:700}html[data-app] .Medication-module__8t9TqG__dose{padding:16px}html[data-app] .Medication-module__8t9TqG__doseOn{background:var(--brand-soft);box-shadow:inset 0 0 0 1.5px var(--brand)}html[data-app] .Medication-module__8t9TqG__doseCheck{width:28px;height:28px}html[data-app] .Medication-module__8t9TqG__doseCheckOn{background:var(--brand)}html[data-app] .Medication-module__8t9TqG__dose>span:last-child{font-weight:700}html[data-app] .Medication-module__8t9TqG__doseOn .ant-spin{font-weight:700}html[data-app] .Medication-module__8t9TqG__doseOn>span:last-child{color:var(--brand)}
