@charset "UTF-8";.vc-base-icon{display:inline-block;stroke:currentColor;stroke-width:2;fill:none}.vc-header{display:grid;grid-gap:4px;align-items:center;padding:10px 10px 0}.vc-header .vc-title{grid-row:1;grid-column:title;color:var(--vc-header-title-color);font-weight:var(--vc-font-semibold);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;margin:0 .75rem;line-height:30px}.vc-header .vc-title:hover{opacity:.75}.vc-header.is-lg{font-size:var(--vc-text-lg)}.vc-header.is-xl{font-size:var(--vc-text-xl)}.vc-header.is-2xl{font-size:var(--vc-text-2xl)}.vc-header .vc-prev{grid-column:prev}.vc-header .vc-next{grid-column:next}.vc-day{position:relative;min-height:32px;z-index:1}.vc-monthly .is-not-in-month *{opacity:0;pointer-events:none}.vc-day-layer{position:absolute;inset:0;pointer-events:none}.vc-day-box-center-center{display:flex;justify-content:center;align-items:center;transform-origin:50% 50%}.vc-day-box-left-center{display:flex;justify-content:flex-start;align-items:center;transform-origin:0 50%}.vc-day-box-right-center{display:flex;justify-content:flex-end;align-items:center;transform-origin:100% 50%}.vc-day-box-center-bottom{display:flex;justify-content:center;align-items:flex-end}.vc-day-content{display:flex;justify-content:center;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-medium);width:28px;height:28px;line-height:28px;border-radius:var(--vc-rounded-full);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.vc-day-content:hover{background-color:var(--vc-day-content-hover-bg)}.vc-day-content.vc-disabled{color:var(--vc-day-content-disabled-color)}.vc-content:not(.vc-base){font-weight:var(--vc-font-bold);color:var(--vc-content-color)}.vc-highlights{overflow:hidden;pointer-events:none;z-index:-1}.vc-highlight{width:28px;height:28px}.vc-highlight.vc-highlight-base-start{width:50%!important;border-radius:0!important;border-right-width:0!important}.vc-highlight.vc-highlight-base-end{width:50%!important;border-radius:0!important;border-left-width:0!important}.vc-highlight.vc-highlight-base-middle{width:100%;border-radius:0!important;border-left-width:0!important;border-right-width:0!important;margin:0 -1px}.vc-highlight-bg-none,.vc-highlight-bg-outline{background-color:var(--vc-highlight-outline-bg);border:2px solid;border-color:var(--vc-highlight-outline-border);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-light{background-color:var(--vc-highlight-light-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-solid{background-color:var(--vc-highlight-solid-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-content-none,.vc-highlight-content-outline{font-weight:var(--vc-font-bold);color:var(--vc-highlight-outline-content-color)}.vc-highlight-content-light{font-weight:var(--vc-font-bold);color:var(--vc-highlight-light-content-color)}.vc-highlight-content-solid{font-weight:var(--vc-font-bold);color:var(--vc-highlight-solid-content-color)}.vc-dots{display:flex;justify-content:center;align-items:center}.vc-dot{width:5px;height:5px;border-radius:9999px;transition:var(--vc-day-content-transition)}.vc-dot:not(:last-child){margin-right:3px}.vc-bars{display:flex;justify-content:flex-start;align-items:center;width:75%}.vc-bar{flex-grow:1;height:3px;transition:var(--vc-day-content-transition)}.vc-dot{background-color:var(--vc-dot-bg)}.vc-bar{background-color:var(--vc-bar-bg)}.vc-pane{min-width:250px}.vc-weeknumber{display:flex;justify-content:center;align-items:center;position:absolute}.vc-weeknumber.is-left{left:calc(var(--vc-weeknumber-offset-inside)*-1)}.vc-weeknumber.is-right{right:calc(var(--vc-weeknumber-offset-inside)*-1)}.vc-weeknumber.is-left-outside{left:calc(var(--vc-weeknumber-offset-outside)*-1)}.vc-weeknumber.is-right-outside{right:calc(var(--vc-weeknumber-offset-outside)*-1)}.vc-weeknumber-content{display:flex;justify-content:center;align-items:center;font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium);font-style:italic;width:28px;height:28px;margin-top:2px;color:var(--vc-weeknumber-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-weeks{position:relative;-webkit-overflow-scrolling:touch;padding:6px;min-width:232px}.vc-weeks.vc-show-weeknumbers-left{margin-left:var(--vc-weeknumber-offset-inside)}.vc-weeks.vc-show-weeknumbers-right{margin-right:var(--vc-weeknumber-offset-inside)}.vc-weekday{text-align:center;color:var(--vc-weekday-color);font-size:var(--vc-text-sm);font-weight:var(--vc-font-bold);line-height:14px;padding-top:4px;padding-bottom:8px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-week,.vc-weekdays{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.vc-popover-content-wrapper{--popover-horizontal-content-offset:8px;--popover-vertical-content-offset:10px;--popover-caret-horizontal-offset:18px;--popover-caret-vertical-offset:8px;position:absolute;display:block;outline:none;z-index:10}.vc-popover-content-wrapper:not(.is-interactive){pointer-events:none}.vc-popover-content{position:relative;color:var(--vc-popover-content-color);font-weight:var(--vc-font-medium);background-color:var(--vc-popover-content-bg);border:1px solid;border-color:var(--vc-popover-content-border);border-radius:var(--vc-rounded-lg);padding:4px;outline:none;z-index:10;box-shadow:var(--vc-shadow-lg)}.vc-popover-content.direction-bottom{margin-top:var(--popover-vertical-content-offset)}.vc-popover-content.direction-top{margin-bottom:var(--popover-vertical-content-offset)}.vc-popover-content.direction-left{margin-right:var(--popover-horizontal-content-offset)}.vc-popover-content.direction-right{margin-left:var(--popover-horizontal-content-offset)}.vc-popover-caret{content:"";position:absolute;display:block;width:12px;height:12px;border-top:inherit;border-left:inherit;background-color:inherit;z-index:-1}.vc-popover-caret.direction-bottom{top:0}.vc-popover-caret.direction-bottom.align-left{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-center{transform:translate(-50%) translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-right{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-top{top:100%}.vc-popover-caret.direction-top.align-left{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-center{transform:translate(-50%) translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-right{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-left{left:100%}.vc-popover-caret.direction-left.align-top{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-middle{transform:translateY(-50%) translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-bottom{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-right{left:0}.vc-popover-caret.direction-right.align-top{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-middle{transform:translateY(-50%) translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-bottom{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.align-left{left:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-center{left:50%}.vc-popover-caret.align-right{right:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-top{top:var(--popover-caret-vertical-offset)}.vc-popover-caret.align-middle{top:50%}.vc-popover-caret.align-bottom{bottom:var(--popover-caret-vertical-offset)}.vc-nav-header{display:flex;justify-content:space-between}.vc-nav-arrow,.vc-nav-item,.vc-nav-title{font-size:var(--vc-text-sm)}.vc-nav-arrow:hover,.vc-nav-item:hover,.vc-nav-title:hover{background-color:var(--vc-nav-hover-bg)}.vc-nav-arrow.vc-disabled,.vc-nav-item.vc-disabled,.vc-nav-title.vc-disabled{opacity:.25;pointer-events:none}.vc-nav-title{color:var(--vc-nav-title-color);font-weight:var(--vc-font-bold);padding:4px 8px;border-radius:var(--vc-rounded)}.vc-nav-arrow,.vc-nav-title{line-height:var(--vc-leading-snug);border:2px solid transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-nav-arrow{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:var(--vc-rounded)}.vc-nav-arrow.is-left{margin-right:auto}.vc-nav-arrow.is-right{margin-left:auto}.vc-nav-items{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:2px;grid-column-gap:5px}.vc-nav-item{width:48px;text-align:center;line-height:var(--vc-leading-snug);font-weight:var(--vc-font-semibold);padding:4px 0;cursor:pointer;border:2px solid transparent;border-radius:var(--vc-rounded);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-nav-item.is-active{color:var(--vc-nav-item-active-color);background-color:var(--vc-nav-item-active-bg);font-weight:var(--vc-font-bold)}.vc-nav-item.is-active:not(:focus){box-shadow:var(--vc-nav-item-active-box-shadow)}.vc-nav-item.is-current{color:var(--vc-nav-item-current-color)}.vc-day-popover-row{display:flex;align-items:center;transition:var(--vc-day-content-transition)}.vc-day-popover-row-indicator{display:flex;justify-content:center;align-items:center;flex-grow:0;width:15px}.vc-day-popover-row-indicator span{transition:var(--vc-day-content-transition)}.vc-day-popover-row-label{display:flex;align-items:center;flex-wrap:none;flex-grow:1;width:-moz-max-content;width:max-content;margin-left:4px;margin-right:4px;font-size:var(--vc-text-xs);line-height:var(--vc-leading-normal)}.vc-day-popover-row-highlight{width:8px;height:5px;border-radius:3px}.vc-day-popover-row-bar{width:10px;height:3px}.vc-pane-container{width:100%;position:relative}.vc-pane-container.in-transition{overflow:hidden}.vc-pane-layout{display:grid}.vc-pane-header-wrapper{position:absolute;width:100%;pointer-events:none}.vc-arrow{grid-row:1;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto;color:var(--vc-header-arrow-color);border-radius:var(--vc-rounded);border:1px solid transparent;width:28px;height:30px;z-index:1}.vc-arrow:hover{background:var(--vc-header-arrow-hover-bg)}.vc-arrow.vc-disabled{opacity:.25;pointer-events:none}.vc-day-popover-container{font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium)}.vc-day-popover-header{font-size:var(--vc-text-xs);color:var(--vc-day-popover-header-color);font-weight:var(--vc-font-semibold);text-align:center}.vc-base-select{position:relative}.vc-base-select select{color:var(--vc-select-color);display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;font-size:var(--vc-text-base);font-weight:var(--vc-font-medium);border-radius:var(--vc-rounded);height:30px;width:-moz-max-content;width:max-content;padding:0 4px;margin:0;line-height:var(--leading-none);text-indent:0;background-image:none;cursor:pointer;text-align:center}.vc-base-select select:hover{background-color:var(--vc-select-hover-bg)}.vc-base-select select.vc-has-icon{padding:0 24px 0 10px}.vc-base-select select.vc-small{font-size:var(--vc-text-sm)}.vc-base-select select.vc-small.vc-has-icon{padding:0 20px 0 8}.vc-base-select select.vc-align-left{text-align:left}.vc-base-select select.vc-align-right{text-align:right}.vc-base-select .vc-base-icon{position:absolute;top:6px;right:4px;opacity:.6;pointer-events:none}.vc-time-picker{display:flex;flex-direction:column;align-items:center;padding:8px 4px}.vc-time-picker.vc-invalid{pointer-events:none;opacity:.5}.vc-time-picker.vc-attached{border-top:1px solid var(--vc-time-picker-border)}.vc-time-picker>*+*{margin-top:4px}.vc-time-header{display:flex;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-semibold);text-transform:uppercase;margin-top:-4px;padding-left:4px;padding-right:4px;line-height:21px}.vc-time-select-group{display:inline-flex;align-items:center;padding:0 4px;background:var(--vc-time-select-group-bg);border-radius:var(--vc-rounded-md);border:1px solid var(--vc-time-select-group-border)}.vc-time-select-group .vc-base-icon{margin-right:4px;color:var(--vc-time-select-group-icon-color)}.vc-time-weekday{color:var(--vc-time-weekday-color);letter-spacing:var(--tracking-wide)}.vc-time-month{color:var(--vc-time-month-color);margin-left:8px}.vc-time-day{color:var(--vc-time-day-color);margin-left:4px}.vc-time-year{color:var(--vc-time-year-color);margin-left:8px}.vc-time-colon{margin:0 1px 2px 2px}.vc-time-decimal{margin:0 0 0 1px}.vc-none-enter-active,.vc-none-leave-active{transition-duration:0s}.vc-fade-enter-active,.vc-fade-leave-active,.vc-slide-down-enter-active,.vc-slide-down-leave-active,.vc-slide-fade-enter-active,.vc-slide-fade-leave-active,.vc-slide-left-enter-active,.vc-slide-left-leave-active,.vc-slide-right-enter-active,.vc-slide-right-leave-active,.vc-slide-up-enter-active,.vc-slide-up-leave-active{transition:transform var(--vc-slide-duration) var(--vc-slide-timing),opacity var(--vc-slide-duration) var(--vc-slide-timing);backface-visibility:hidden;pointer-events:none}.vc-fade-leave-active,.vc-none-leave-active,.vc-slide-down-leave-active,.vc-slide-left-leave-active,.vc-slide-right-leave-active,.vc-slide-up-leave-active{position:absolute!important;width:100%}.vc-fade-enter-from,.vc-fade-leave-to,.vc-none-enter-from,.vc-none-leave-to,.vc-slide-down-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from,.vc-slide-fade-leave-to,.vc-slide-left-enter-from,.vc-slide-left-leave-to,.vc-slide-right-enter-from,.vc-slide-right-leave-to,.vc-slide-up-enter-from,.vc-slide-up-leave-to{opacity:0}.vc-slide-fade-enter-from.direction-left,.vc-slide-fade-leave-to.direction-left,.vc-slide-left-enter-from,.vc-slide-right-leave-to{transform:translate(var(--vc-slide-translate))}.vc-slide-fade-enter-from.direction-right,.vc-slide-fade-leave-to.direction-right,.vc-slide-left-leave-to,.vc-slide-right-enter-from{transform:translate(calc(var(--vc-slide-translate)*-1))}.vc-slide-down-leave-to,.vc-slide-fade-enter-from.direction-top,.vc-slide-fade-leave-to.direction-top,.vc-slide-up-enter-from{transform:translateY(var(--vc-slide-translate))}.vc-slide-down-enter-from,.vc-slide-fade-enter-from.direction-bottom,.vc-slide-fade-leave-to.direction-bottom,.vc-slide-up-leave-to{transform:translateY(calc(var(--vc-slide-translate)*-1))}:root{--vc-white:#fff;--vc-black:#000;--vc-gray-50:#f8fafc;--vc-gray-100:#f1f5f9;--vc-gray-200:#e2e8f0;--vc-gray-300:#cbd5e1;--vc-gray-400:#94a3b8;--vc-gray-500:#64748b;--vc-gray-600:#475569;--vc-gray-700:#334155;--vc-gray-800:#1e293b;--vc-gray-900:#0f172a;--vc-font-family:BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;--vc-font-normal:400;--vc-font-medium:500;--vc-font-semibold:600;--vc-font-bold:700;--vc-text-2xs:10px;--vc-text-xs:12px;--vc-text-sm:14px;--vc-text-base:16px;--vc-text-lg:18px;--vc-text-xl:20px;--vc-text-2xl:24px;--vc-leading-none:1;--vc-leading-tight:1.25;--vc-leading-snug:1.375;--vc-leading-normal:1.5;--vc-rounded:.25rem;--vc-rounded-md:.375rem;--vc-rounded-lg:.5rem;--vc-rounded-full:9999px;--vc-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--vc-shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--vc-shadow-inner:inset 0 2px 4px 0 rgba(0,0,0,.06);--vc-slide-translate:22px;--vc-slide-duration:.15s;--vc-slide-timing:ease;--vc-day-content-transition:all .13s ease-in;--vc-weeknumber-offset-inside:26px;--vc-weeknumber-offset-outside:34px}.vc-gray{--vc-accent-50:var(--vc-gray-50);--vc-accent-100:var(--vc-gray-100);--vc-accent-200:var(--vc-gray-200);--vc-accent-300:var(--vc-gray-300);--vc-accent-400:var(--vc-gray-400);--vc-accent-500:var(--vc-gray-500);--vc-accent-600:var(--vc-gray-600);--vc-accent-700:var(--vc-gray-700);--vc-accent-800:var(--vc-gray-800);--vc-accent-900:var(--vc-gray-900)}.vc-red{--vc-accent-50:#fef2f2;--vc-accent-100:#fee2e2;--vc-accent-200:#fecaca;--vc-accent-300:#fca5a5;--vc-accent-400:#f87171;--vc-accent-500:#ef4444;--vc-accent-600:#dc2626;--vc-accent-700:#b91c1c;--vc-accent-800:#991b1b;--vc-accent-900:#7f1d1d}.vc-orange{--vc-accent-50:#fff7ed;--vc-accent-100:#ffedd5;--vc-accent-200:#fed7aa;--vc-accent-300:#fdba74;--vc-accent-400:#fb923c;--vc-accent-500:#f97316;--vc-accent-600:#ea580c;--vc-accent-700:#c2410c;--vc-accent-800:#9a3412;--vc-accent-900:#7c2d12}.vc-yellow{--vc-accent-50:#fefce8;--vc-accent-100:#fef9c3;--vc-accent-200:#fef08a;--vc-accent-300:#fde047;--vc-accent-400:#facc15;--vc-accent-500:#eab308;--vc-accent-600:#ca8a04;--vc-accent-700:#a16207;--vc-accent-800:#854d0e;--vc-accent-900:#713f12}.vc-green{--vc-accent-50:#f0fdf4;--vc-accent-100:#dcfce7;--vc-accent-200:#bbf7d0;--vc-accent-300:#86efac;--vc-accent-400:#4ade80;--vc-accent-500:#22c55e;--vc-accent-600:#16a34a;--vc-accent-700:#15803d;--vc-accent-800:#166534;--vc-accent-900:#14532d}.vc-teal{--vc-accent-50:#f0fdfa;--vc-accent-100:#ccfbf1;--vc-accent-200:#99f6e4;--vc-accent-300:#5eead4;--vc-accent-400:#2dd4bf;--vc-accent-500:#14b8a6;--vc-accent-600:#0d9488;--vc-accent-700:#0f766e;--vc-accent-800:#115e59;--vc-accent-900:#134e4a}.vc-blue{--vc-accent-50:#eff6ff;--vc-accent-100:#dbeafe;--vc-accent-200:#bfdbfe;--vc-accent-300:#93c5fd;--vc-accent-400:#60a5fa;--vc-accent-500:#3b82f6;--vc-accent-600:#2563eb;--vc-accent-700:#1d4ed8;--vc-accent-800:#1e40af;--vc-accent-900:#1e3a8a}.vc-indigo{--vc-accent-50:#eef2ff;--vc-accent-100:#e0e7ff;--vc-accent-200:#c7d2fe;--vc-accent-300:#a5b4fc;--vc-accent-400:#818cf8;--vc-accent-500:#6366f1;--vc-accent-600:#4f46e5;--vc-accent-700:#4338ca;--vc-accent-800:#3730a3;--vc-accent-900:#312e81}.vc-purple{--vc-accent-50:#faf5ff;--vc-accent-100:#f3e8ff;--vc-accent-200:#e9d5ff;--vc-accent-300:#d8b4fe;--vc-accent-400:#c084fc;--vc-accent-500:#a855f7;--vc-accent-600:#9333ea;--vc-accent-700:#7e22ce;--vc-accent-800:#6b21a8;--vc-accent-900:#581c87}.vc-pink{--vc-accent-50:#fdf2f8;--vc-accent-100:#fce7f3;--vc-accent-200:#fbcfe8;--vc-accent-300:#f9a8d4;--vc-accent-400:#f472b6;--vc-accent-500:#ec4899;--vc-accent-600:#db2777;--vc-accent-700:#be185d;--vc-accent-800:#9d174d;--vc-accent-900:#831843}.vc-focus:focus-within{outline:0;box-shadow:var(--vc-focus-ring)}.vc-light{--vc-color:var(--vc-gray-900);--vc-bg:var(--vc-white);--vc-border:var(--vc-gray-300);--vc-hover-bg:rgba(204,214,224,.3);--vc-focus-ring:0 0 0 2px rgba(59,131,246,.4);--vc-header-arrow-color:var(--vc-gray-500);--vc-header-arrow-hover-bg:var(--vc-gray-200);--vc-header-title-color:var(--vc-gray-900);--vc-weekday-color:var(--vc-gray-500);--vc-weeknumber-color:var(--vc-gray-400);--vc-nav-hover-bg:var(--vc-gray-200);--vc-nav-title-color:var(--vc-gray-900);--vc-nav-item-hover-box-shadow:none;--vc-nav-item-active-color:var(--vc-white);--vc-nav-item-active-bg:var(--vc-accent-500);--vc-nav-item-active-box-shadow:var(--vc-shadow);--vc-nav-item-current-color:var(--vc-accent-600);--vc-day-popover-container-color:var(--vc-white);--vc-day-popover-container-bg:var(--vc-gray-800);--vc-day-popover-container-border:var(--vc-gray-700);--vc-day-popover-header-color:var(--vc-gray-700);--vc-popover-content-color:var(--vc-gray-900);--vc-popover-content-bg:var(--vc-gray-50);--vc-popover-content-border:var(--vc-gray-300);--vc-time-picker-border:var(--vc-gray-300);--vc-time-weekday-color:var(--vc-gray-700);--vc-time-month-color:var(--vc-accent-600);--vc-time-day-color:var(--vc-accent-600);--vc-time-year-color:var(--vc-gray-500);--vc-time-select-group-bg:var(--vc-gray-50);--vc-time-select-group-border:var(--vc-gray-300);--vc-time-select-group-icon-color:var(--vc-accent-500);--vc-select-color:var(--vc-gray-900);--vc-select-bg:var(--vg-gray-50);--vc-select-hover-bg:var(--vc-gray-100);--vc-select-border:var(--vc-gray-300);--vc-day-content-hover-bg:var(--vc-hover-bg);--vc-day-content-disabled-color:var(--vc-gray-400)}.vc-light .vc-attr,.vc-light.vc-attr{--vc-content-color:var(--vc-accent-600);--vc-highlight-outline-bg:var(--vc-white);--vc-highlight-outline-border:var(--vc-accent-600);--vc-highlight-outline-content-color:var(--vc-accent-700);--vc-highlight-light-bg:var(--vc-accent-200);--vc-highlight-light-content-color:var(--vc-accent-900);--vc-highlight-solid-bg:var(--vc-accent-600);--vc-highlight-solid-content-color:var(--vc-white);--vc-dot-bg:var(--vc-accent-600);--vc-bar-bg:var(--vc-accent-600)}.vc-dark{--vc-color:var(--vc-white);--vc-bg:var(--vc-gray-900);--vc-border:var(--vc-gray-700);--vc-hover-bg:rgba(114,129,151,.3);--vc-focus-ring:0 0 0 2px rgba(59,130,246,.7);--vc-header-arrow-color:var(--vc-gray-300);--vc-header-arrow-hover-bg:var(--vc-gray-800);--vc-header-title-color:var(--vc-gray-100);--vc-weekday-color:var(--vc-accent-200);--vc-weeknumber-color:var(--vc-gray-500);--vc-nav-hover-bg:var(--vc-gray-700);--vc-nav-title-color:var(--vc-gray-100);--vc-nav-item-hover-box-shadow:none;--vc-nav-item-active-color:var(--vc-white);--vc-nav-item-active-bg:var(--vc-accent-500);--vc-nav-item-active-box-shadow:none;--vc-nav-item-current-color:var(--vc-accent-400);--vc-day-popover-container-color:var(--vc-gray-800);--vc-day-popover-container-bg:var(--vc-white);--vc-day-popover-container-border:var(--vc-gray-100);--vc-day-popover-header-color:var(--vc-gray-300);--vc-popover-content-color:var(--vc-white);--vc-popover-content-bg:var(--vc-gray-800);--vc-popover-content-border:var(--vc-gray-700);--vc-time-picker-border:var(--vc-gray-700);--vc-time-weekday-color:var(--vc-gray-400);--vc-time-month-color:var(--vc-accent-400);--vc-time-day-color:var(--vc-accent-400);--vc-time-year-color:var(--vc-gray-500);--vc-time-select-group-bg:var(--vc-gray-700);--vc-time-select-group-border:var(--vc-gray-500);--vc-time-select-group-icon-color:var(--vc-accent-400);--vc-select-color:var(--vc-gray-200);--vc-select-bg:var(--vc-gray-700);--vc-select-hover-bg:var(--vc-gray-600);--vc-select-border:var(--vc-gray-500);--vc-day-content-hover-bg:var(--vc-hover-bg);--vc-day-content-disabled-color:var(--vc-gray-600)}.vc-dark .vc-attr,.vc-dark.vc-attr{--vc-content-color:var(--vc-accent-500);--vc-highlight-outline-bg:var(--vc-gray-900);--vc-highlight-outline-border:var(--vc-accent-300);--vc-highlight-outline-content-color:var(--vc-accent-200);--vc-highlight-light-bg:var(--vc-accent-800);--vc-highlight-light-content-color:var(--vc-accent-100);--vc-highlight-solid-bg:var(--vc-accent-500);--vc-highlight-solid-content-color:var(--vc-white);--vc-dot-bg:var(--vc-accent-500);--vc-bar-bg:var(--vc-accent-500)}.vc-container{position:relative;display:inline-flex;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;font-family:var(--vc-font-family);color:var(--vc-color);background-color:var(--vc-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}.vc-container,.vc-container *{box-sizing:border-box}.vc-container :focus,.vc-container:focus{outline:none}.vc-container [role=button],.vc-container button{cursor:pointer}.vc-container .vc-container{border:none}.vc-bordered{border:1px solid;border-color:var(--vc-border);border-radius:var(--vc-rounded-lg)}.vc-expanded{min-width:100%}.vc-transparent{background-color:transparent}.vc-date-picker-content{padding:0;background-color:var(--vc-bg)}.vc-date-picker-content .vc-container{border:0}.dot-number[data-v-2c0eb8c9]{display:flex;align-items:center;text-align:center;position:absolute;min-width:16px;min-height:16px;padding:0 5px;border-radius:8px;left:calc(100% - 8px);bottom:calc(100% - 16px);background-color:#ff5b57;line-height:12px;box-shadow:0 2px 4px #ff5b574d}.dot-number.empty[data-v-2c0eb8c9]{min-width:8px;min-height:8px;padding:0 4px;left:calc(100% - 4px);bottom:calc(100% - 8px)}.dot-numberText[data-v-2c0eb8c9]{font-size:12px;line-height:1;transform:scale(.833);color:#fff}.searchBox-imageBanner>img{position:absolute;inset:0;margin:auto}.searchBox{display:flex;align-items:center;width:100%;height:34px;border-radius:34px;cursor:text;overflow:hidden}.searchBox:after,.searchBox:before{content:"";display:table}.searchBox-content{position:relative;width:100%;height:20px;margin-left:11px;color:#949494;overflow:hidden}.searchBox-content:after{content:"";position:absolute;top:0;right:0;z-index:2;width:10px;height:20px;background:linear-gradient(270deg,#fff 40%,#fff0)}.searchBox-wrapper{transform:translateY(calc(var(--active-index, 0)*20px*-1));transition:transform .3s}.searchBox-wrapper.disableTransition{transition:none}.searchBox-item{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px;font-size:14px;line-height:20px;height:20px}.searchBox-badge--比價{background-image:url(./badge-parity.DoTzVVDB.svg)}.searchBox-badge--新品,.searchBox-badge--比價{content:"";width:28px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.searchBox-badge--新品{background-image:url(./badge-fresh.C0DVF-gn.svg)}.searchBox-badge--新店{background-image:url(./badge-newStore.Cg1pHwnu.svg)}.searchBox-badge--新店,.searchBox-badge--榜單{content:"";width:28px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.searchBox-badge--榜單{background-image:url(./badge-ranking.Bk2qrM48.svg)}.searchBox-badge--搶購{background-image:url(./badge-rush.BTygeurn.svg)}.searchBox-badge--搶購,.searchBox-badge--熱搜{content:"";width:28px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.searchBox-badge--熱搜{background-image:url(./badge-hotSearch.BNmm1d9W.svg)}.searchBox-badge--推薦{background-image:url(./badge-recommendation.CkDV9CeC.svg);width:28px}.searchBox-badge--掀低價,.searchBox-badge--推薦{content:"";height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.searchBox-badge--掀低價{background-image:url(./badge-showLowerPrice.VgEbcxW2.svg);width:41px}.searchBox-imageBanner{width:95px;height:20px;overflow:hidden;position:relative;background-color:#00000008;background-color:invert;border-radius:0;flex-shrink:0}.searchBox-keyword{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.searchBox-button{align-items:center;-moz-column-gap:4px;column-gap:4px;display:flex;font-size:13px;height:24px;line-height:24px;border-radius:24px;padding:0 9px;margin-left:auto;margin-right:6px;white-space:nowrap;flex-shrink:0}.searchBox-angpauIcon{display:block;width:28px;height:28px;margin-right:-9px;background:url(./img-angpauCircle.zsfDvmnf.png) 50%/28px no-repeat}.searchBox--light .searchBox-button{background-color:var(--background-color,#1ec687);color:#fff}.searchBox--dark .searchBox-button{background-color:#fff;color:#111}.searchBox--dark .searchBox-content:after{background:linear-gradient(270deg,#f5f5f5 40%,#fff0)}.btnAiSearch{display:flex;justify-content:center;align-items:center;width:40px;cursor:pointer;margin-left:10px}.btnAiSearch-ico{width:36px;height:32px}@keyframes shoppingNoteAnimationPulse-e8d3cc63{0%{transform:scale(1) translateY(0);opacity:1}40%{transform:scale(1) translateY(0);opacity:1}90%{transform:scale(.325) translateY(-80px);opacity:1}to{transform:scale(.125) translateY(-90px);opacity:0}}@keyframes shoppingNoteButtonPulse-e8d3cc63{0%{transform:translateY(0)}60%{transform:translateY(0)}70%{transform:translateY(-8px)}to{transform:translateY(0)}}.shoppingNoteEntry[data-v-e8d3cc63]{position:relative;display:flex;align-items:center;text-decoration:none}.shoppingNoteEntry-buttonWrapper[data-v-e8d3cc63]{display:grid;grid-template-columns:24px 1fr;align-items:center;width:66px;height:32px;gap:3px;padding:0 4px;border-radius:100px;border:1px solid rgba(0,0,0,.1);flex-shrink:0}.shoppingNoteEntry-buttonWrapper--animate[data-v-e8d3cc63]{animation:shoppingNoteButtonPulse-e8d3cc63 .8s linear}.shoppingNoteEntry-button[data-v-e8d3cc63]{display:contents;cursor:pointer}.shoppingNoteEntry-icon[data-v-e8d3cc63]{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:24px;height:24px}.shoppingNoteEntry-image[data-v-e8d3cc63]{flex-shrink:0;margin:auto;border:1px solid transparent;border-radius:100px;overflow:hidden;width:24px;height:24px;-o-object-fit:cover;object-fit:cover;filter:brightness(97%)}.shoppingNoteEntry-text[data-v-e8d3cc63]{font-size:11px;font-weight:600;line-height:12px;white-space:nowrap;flex-shrink:0}.shoppingNoteEntry-animation[data-v-e8d3cc63]{display:flex;justify-content:center;align-items:center;position:absolute;top:100%;left:25%;transform:translate(-25%);margin-top:16px;width:50px;height:50px;border-radius:8px;border:1px solid #efefef;box-shadow:0 20px 20px -5px #00000026;pointer-events:none;background-color:#fff;animation:shoppingNoteAnimationPulse-e8d3cc63 .8s linear forwards}.shoppingNoteEntry-animationIcon[data-v-e8d3cc63]{flex-shrink:0;width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.shoppingNoteEntry--light .shoppingNoteEntry-buttonWrapper[data-v-e8d3cc63]{background-color:transparent}.shoppingNoteEntry--light .shoppingNoteEntry-icon[data-v-e8d3cc63]:before{content:"";background-image:url(./ico-shoppingNoteEntry-default--white.O30l9mZp.svg);width:19px;height:19px;display:inline-block;background-repeat:no-repeat;background-size:contain}.shoppingNoteEntry--light .shoppingNoteEntry-text[data-v-e8d3cc63]{color:#fff}.shoppingNoteEntry--light .shoppingNoteEntry-animationIcon--default[data-v-e8d3cc63]{content:"";background-image:url(./ico-shoppingNoteEntry-default--black.DD5vC7JS.svg);width:40px;height:40px;display:inline-block;background-repeat:no-repeat;background-size:contain}.shoppingNoteEntry--dark .shoppingNoteEntry-buttonWrapper[data-v-e8d3cc63]{background-color:#fff}.shoppingNoteEntry--dark .shoppingNoteEntry-icon[data-v-e8d3cc63]:before{content:"";background-image:url(./ico-shoppingNoteEntry-default--black.DD5vC7JS.svg);width:19px;height:19px;display:inline-block;background-repeat:no-repeat;background-size:contain}.shoppingNoteEntry--dark .shoppingNoteEntry-text[data-v-e8d3cc63]{color:#111}.shoppingNoteEntry--dark .shoppingNoteEntry-animationIcon--default[data-v-e8d3cc63]{content:"";background-image:url(./ico-shoppingNoteEntry-default--white.O30l9mZp.svg);width:40px;height:40px;display:inline-block;background-repeat:no-repeat;background-size:contain}.shoppingNoteEntry.aboveGlobalOverlay.shoppingNoteEntry--light .shoppingNoteEntry-buttonWrapper[data-v-e8d3cc63]{background-color:#ffffff59;border-color:#fff9}.noteAddBtn-action[data-v-3423f808],.noteAddBtn-button[data-v-3423f808]{display:flex;align-items:center;gap:2px;padding:0 13px;height:40px;width:-moz-fit-content;width:fit-content;font-size:14px;font-weight:500;border-radius:40px;cursor:pointer;transition:all .3s ease-out}.noteAddBtn[data-v-3423f808]{position:relative;margin:auto;-webkit-tap-highlight-color:transparent}.noteAddBtn-button[data-v-3423f808]{position:relative;z-index:3;color:#fff;background-color:#1ec687}.noteAddBtn-button.white[data-v-3423f808]{color:#1ec687;background-color:#fff}.noteAddBtn-addIcon[data-v-3423f808]{background-image:url(./ico-plusWhite.BHIGOved.svg);transition:all .3s ease-out}.noteAddBtn-addIcon[data-v-3423f808],.white .noteAddBtn-addIcon[data-v-3423f808]{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.white .noteAddBtn-addIcon[data-v-3423f808]{background-image:url(./ico-plus1EC687.DQCFhOnU.svg)}.active .noteAddBtn-addIcon[data-v-3423f808]{transform:rotate(45deg) scale(1.1);transform-origin:center}.noteAddBtn-action[data-v-3423f808]{position:absolute;color:#fff;white-space:nowrap;background-color:#303030;top:0;left:50%;transform:translate(var(--button-position,-50%));opacity:0}.noteAddBtn-action.post[data-v-3423f808]{z-index:2}.noteAddBtn-action.post[data-v-3423f808]:before{content:"";background-image:url(./ico-chainWhite.Ccxw4o9E.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.active .noteAddBtn-action.post[data-v-3423f808]{top:56px;opacity:1}.noteAddBtn-action.upload[data-v-3423f808]{z-index:1}.noteAddBtn-action.upload[data-v-3423f808]:before{content:"";background-image:url(./ico-uploadImageWhite.CnWxYS2H.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.active .noteAddBtn-action.upload[data-v-3423f808]{top:112px;opacity:1}.noteSearchInput{background-color:#fff;display:grid;grid-template-columns:1fr max-content;gap:8px;padding:8px 16px}.noteSearchInput--sticky{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .noteSearchInput--sticky{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .noteSearchInput--sticky{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noteSearchInput-input{align-items:center;padding:0 10px 0 13px;-moz-column-gap:1px;column-gap:1px;height:40px;border-radius:40px;border:1px solid #efefef;display:flex;position:relative}.noteSearchInput-input:before{content:"";background-image:url(./ico-glassDarkGrey.B81z5t2e.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.noteSearchInput-input:focus-within{border-color:#1ec687}.noteSearchInput-input:focus-within .noteList-cancelBtn{opacity:1}.noteSearchInput input{font-size:13px;line-height:16px;border:none;flex:1;min-width:0;outline:none}.noteSearchInput input::-moz-placeholder{color:#b7b7b7}.noteSearchInput input::placeholder{color:#b7b7b7}.noteSearchInput input:disabled{background:inherit}.noteSearchInput-clear{position:absolute;right:14px;cursor:pointer;content:"";background-image:url(./ico-cancelWhite.6tHz8eS3.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteSearchInput-cancel{display:flex;justify-content:center;align-items:center;background:transparent;height:40px;font-size:14px;color:#777;padding:0 13px}.noteSearchInput .noteAddBtn{flex-shrink:0;margin:0}.titleBar--dark .titleBar-backButton,.titleBar--dark .titleBar-barcodeButton,.titleBar--dark .titleBar-cartButton,.titleBar--dark .titleBar-closeButton,.titleBar--dark .titleBar-homeButton,.titleBar--dark .titleBar-menuButton,.titleBar--dark .titleBar-notificationButton,.titleBar--dark .titleBar-searchButton,.titleBar--dark .titleBar-searchButton--alternative,.titleBar--dark .titleBar-shoppingNoteHelper,.titleBar--light .titleBar-backButton,.titleBar--light .titleBar-barcodeButton,.titleBar--light .titleBar-cartButton,.titleBar--light .titleBar-closeButton,.titleBar--light .titleBar-homeButton,.titleBar--light .titleBar-menuButton,.titleBar--light .titleBar-notificationButton,.titleBar--light .titleBar-searchButton,.titleBar--light .titleBar-searchButton--alternative{display:flex;opacity:1}.titleBar--dark .titleBar-backButton>span,.titleBar--dark .titleBar-barcodeButton>span,.titleBar--dark .titleBar-cartButton>span,.titleBar--dark .titleBar-closeButton>span,.titleBar--dark .titleBar-homeButton>span,.titleBar--dark .titleBar-menuButton>span,.titleBar--dark .titleBar-notificationButton>span,.titleBar--dark .titleBar-searchButton--alternative>span,.titleBar--dark .titleBar-searchButton>span,.titleBar--dark .titleBar-shoppingNoteHelper>span,.titleBar--light .titleBar-backButton>span,.titleBar--light .titleBar-barcodeButton>span,.titleBar--light .titleBar-cartButton>span,.titleBar--light .titleBar-closeButton>span,.titleBar--light .titleBar-homeButton>span,.titleBar--light .titleBar-menuButton>span,.titleBar--light .titleBar-notificationButton>span,.titleBar--light .titleBar-searchButton--alternative>span,.titleBar--light .titleBar-searchButton>span{position:relative;flex-shrink:0;cursor:pointer}.titleBar--dark .titleBar-backButton>span:after,.titleBar--dark .titleBar-barcodeButton>span:after,.titleBar--dark .titleBar-cartButton>span:after,.titleBar--dark .titleBar-closeButton>span:after,.titleBar--dark .titleBar-homeButton>span:after,.titleBar--dark .titleBar-menuButton>span:after,.titleBar--dark .titleBar-notificationButton>span:after,.titleBar--dark .titleBar-searchButton--alternative>span:after,.titleBar--dark .titleBar-searchButton>span:after,.titleBar--dark .titleBar-shoppingNoteHelper>span:after,.titleBar--light .titleBar-backButton>span:after,.titleBar--light .titleBar-barcodeButton>span:after,.titleBar--light .titleBar-cartButton>span:after,.titleBar--light .titleBar-closeButton>span:after,.titleBar--light .titleBar-homeButton>span:after,.titleBar--light .titleBar-menuButton>span:after,.titleBar--light .titleBar-notificationButton>span:after,.titleBar--light .titleBar-searchButton--alternative>span:after,.titleBar--light .titleBar-searchButton>span:after{content:"";display:block;position:absolute;left:0;top:0;width:160%;height:160%;transform:translate(-18.75%,-18.75%)}.titleBar--dark .hide.titleBar-backButton,.titleBar--dark .hide.titleBar-barcodeButton,.titleBar--dark .hide.titleBar-cartButton,.titleBar--dark .hide.titleBar-closeButton,.titleBar--dark .hide.titleBar-homeButton,.titleBar--dark .hide.titleBar-menuButton,.titleBar--dark .hide.titleBar-notificationButton,.titleBar--dark .hide.titleBar-searchButton,.titleBar--dark .hide.titleBar-searchButton--alternative,.titleBar--dark .hide.titleBar-shoppingNoteHelper,.titleBar--light .hide.titleBar-backButton,.titleBar--light .hide.titleBar-barcodeButton,.titleBar--light .hide.titleBar-cartButton,.titleBar--light .hide.titleBar-closeButton,.titleBar--light .hide.titleBar-homeButton,.titleBar--light .hide.titleBar-menuButton,.titleBar--light .hide.titleBar-notificationButton,.titleBar--light .hide.titleBar-searchButton,.titleBar--light .hide.titleBar-searchButton--alternative{display:none}.titleBar{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)));position:sticky;z-index:8;transition:top .3s}.titleBar:before{content:"";display:block;position:absolute;width:100%;height:100%;z-index:-1;background-color:var(--background-color,#fff)}.titleBar--extraMarginRight{margin-right:4px}.titleBar--transition{transition:top .3s}.titleBar--transition:before{transition:background-color .3s}.titleBar-tab{display:grid;grid-template-columns:1fr 1fr;padding:0 16px}.titleBar-tab--home{margin-bottom:62px}.titleBar-tabItem{display:flex;justify-content:center;align-items:center;height:54px;text-align:center;font-size:15px;line-height:20px;font-weight:600;padding:16px 0 12px;border-bottom:3px solid transparent;cursor:pointer}.titleBar-tabItem.active{border-bottom-color:currentColor}.titleBar-tabItem--shopping:before{-webkit-mask:url(./ico-shoppingBag.kJOU3R3r.svg) center/contain no-repeat;mask:url(./ico-shoppingBag.kJOU3R3r.svg) center/contain no-repeat}.titleBar-tabItem--note:before,.titleBar-tabItem--shopping:before{content:"";background-color:currentColor;width:20px;height:20px;margin-right:4px}.titleBar-tabItem--note:before{-webkit-mask:url(./ico-shoppingNote.CYf5R6p8.svg) center/contain no-repeat;mask:url(./ico-shoppingNote.CYf5R6p8.svg) center/contain no-repeat}.titleBar-upperLayer{display:grid;grid-template-columns:auto max-content;height:54px;padding:0 16px}.titleBar--transition .titleBar-upperLayer{transition:height .3s}.titleBar-leftArea{display:inline-grid;align-items:center;grid-template-columns:auto 1fr;height:54px}.titleBar-rightArea{display:flex;align-items:center;top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)));position:sticky;margin-left:auto;height:54px}.titleBar-text{font-size:18px;line-height:1;font-weight:700;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.titleBar-dot{position:absolute;top:-8px}.titleBar-lowerLayer{display:flex;position:relative;width:calc(100% - var(--animation-progress, 0)*var(--right-area-width, 0)*1px);height:60px;margin-top:-60px;padding:10px 16px 0;opacity:0;pointer-events:none}.titleBar--hasTab .titleBar-lowerLayer{transition:width .3s}.titleBar--transition .titleBar-lowerLayer{transition:opacity .3s}.titleBar-searchBoxArea{display:flex;align-items:center;width:100%;height:34px}.titleBar--transition .titleBar-searchBox{transition:background-color .3s}@media(max-width:374.98px){.titleBar-searchBox{opacity:calc(1 - var(--animation-progress))!important}.titleBar--stuck .titleBar-searchBox{visibility:hidden!important}}.titleBar-searchButton--alternative{position:relative;right:40px;margin-right:-40px;opacity:var(--animation-progress)!important;pointer-events:none}.titleBar--stuck .titleBar-searchButton--alternative{pointer-events:auto}@media(min-width:375px){.titleBar-searchButton--alternative{display:none!important}}.titleBar-shoppingNoteButton{margin-left:16px}.titleBar--dark .titleBar-logo{content:"";background-image:url(./img-logo--colorful.D_usoKOi.svg);width:92px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--dark .titleBar-text{color:#303030}.titleBar--dark .titleBar-tab{color:#111}.titleBar--dark .titleBar-backButton{width:40px;justify-content:flex-start;flex-shrink:0}.titleBar--dark .titleBar-backButton>span{content:"";background-image:url(./ico-arrow--leftBlack.CnoHEo6X.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--dark .titleBar-backButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-backButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--dark .titleBar-homeButton{width:40px;justify-content:flex-start;flex-shrink:0}.titleBar--dark .titleBar-homeButton>span{content:"";background-image:url(./ico-outlined-homepageBlack.D_Bu0PkT.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--dark .titleBar-homeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-homeButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--dark .titleBar-notificationButton{position:relative;width:40px;justify-content:flex-end;flex-shrink:0}.titleBar--dark .titleBar-notificationButton>span{content:"";background-image:url(./ico-bell--black.rDjO1CtY.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--dark .titleBar-notificationButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-notificationButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--dark .titleBar-cartButton{position:relative;width:40px;justify-content:flex-end;flex-shrink:0}.titleBar--dark .titleBar-cartButton>span{content:"";background-image:url(./ico-cartDarkGray.B0_Zm9Er.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--dark .titleBar-cartButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-cartButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--dark .titleBar-searchButton,.titleBar--dark .titleBar-searchButton--alternative{width:40px;justify-content:flex-end;flex-shrink:0}.titleBar--dark .titleBar-searchButton--alternative>span,.titleBar--dark .titleBar-searchButton>span{content:"";background-image:url(./ico-glassDeepGrey.4HBuXfpO.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--dark .titleBar-searchButton,.titleBar--transition.titleBar--dark .titleBar-searchButton--alternative{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .hide.titleBar-searchButton--alternative,.titleBar--transition.titleBar--dark .titleBar-searchButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--dark .titleBar-shoppingNoteHelper{width:40px;justify-content:flex-end;flex-shrink:0}.titleBar--dark .titleBar-shoppingNoteHelper>span{content:"";background-image:url(./ico-helper.COcs89nt.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--dark .titleBar-shoppingNoteHelper{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-shoppingNoteHelper.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--dark .titleBar-menuButton{width:40px;justify-content:flex-end;flex-shrink:0}.titleBar--dark .titleBar-menuButton>span{content:"";background-image:url(./ico-menu--black.DIw2ISWO.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--dark .titleBar-menuButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-menuButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--dark .titleBar-closeButton{width:40px;justify-content:flex-end;flex-shrink:0}.titleBar--dark .titleBar-closeButton>span{content:"";background-image:url(./ico-close--black.C0D_WCjI.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--dark .titleBar-closeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-closeButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--dark .titleBar-barcodeButton{width:40px;justify-content:flex-start;flex-shrink:0}.titleBar--dark .titleBar-barcodeButton>span{content:"";background-image:url(./ico-barcodeBlack.EMGqZUEa.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--dark .titleBar-barcodeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-barcodeButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--dark .titleBar-searchBox{background-color:#f5f5f5}.titleBar--light .titleBar-logo{content:"";background-image:url(./img-logo--white.ws-OQZLF.svg);width:92px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--light .titleBar-tab,.titleBar--light .titleBar-text{color:#fff}.titleBar--light .titleBar-backButton{width:40px;justify-content:flex-start;flex-shrink:0}.titleBar--light .titleBar-backButton>span{content:"";background-image:url(./ico-arrow--leftWhite2.DisqKg3Y.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--light .titleBar-backButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-backButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--light .titleBar-homeButton{width:40px;justify-content:flex-start;flex-shrink:0}.titleBar--light .titleBar-homeButton>span{content:"";background-image:url(./ico-outlined-homepageWhite.0N_nKCXb.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--light .titleBar-homeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-homeButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--light .titleBar-notificationButton{position:relative;width:40px;justify-content:flex-end;flex-shrink:0}.titleBar--light .titleBar-notificationButton>span{content:"";background-image:url(./ico-bell--white.As7mgZX1.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--light .titleBar-notificationButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-notificationButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--light .titleBar-notificationButton .titleBar-dot .dot-number{background-color:#fff;box-shadow:0}.titleBar--light .titleBar-notificationButton .titleBar-dot .dot-numberText{color:#ff5b57}.titleBar--light .titleBar-cartButton{position:relative;width:40px;justify-content:flex-end;flex-shrink:0}.titleBar--light .titleBar-cartButton>span{content:"";background-image:url(./ico-cart.BCosiCm-.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--light .titleBar-cartButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-cartButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--light .titleBar-cartButton .titleBar-dot .dot-number{background-color:#fff;box-shadow:0}.titleBar--light .titleBar-cartButton .titleBar-dot .dot-numberText{color:#ff5b57}.titleBar--light .titleBar-searchButton,.titleBar--light .titleBar-searchButton--alternative{width:40px;justify-content:flex-end;flex-shrink:0}.titleBar--light .titleBar-searchButton--alternative>span,.titleBar--light .titleBar-searchButton>span{content:"";background-image:url(./ico-glassWhite.DjoHr4D6.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--light .titleBar-searchButton,.titleBar--transition.titleBar--light .titleBar-searchButton--alternative{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .hide.titleBar-searchButton--alternative,.titleBar--transition.titleBar--light .titleBar-searchButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--light .titleBar-menuButton{width:40px;justify-content:flex-end;flex-shrink:0}.titleBar--light .titleBar-menuButton>span{content:"";background-image:url(./ico-menu--white.D5XWMDLz.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--light .titleBar-menuButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-menuButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--light .titleBar-closeButton{width:40px;justify-content:flex-end;flex-shrink:0}.titleBar--light .titleBar-closeButton>span{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--light .titleBar-closeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-closeButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--light .titleBar-barcodeButton{width:40px;justify-content:flex-start;flex-shrink:0}.titleBar--light .titleBar-barcodeButton>span{content:"";background-image:url(./ico-barcodeWhite.9e_7wgQd.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.titleBar--transition.titleBar--light .titleBar-barcodeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-barcodeButton.hide{display:flex;overflow:hidden;opacity:0;width:0}.titleBar--light .titleBar-searchBox{background-color:#fff}.titleBar--large{top:var(--large-sticky-top,0);top:calc(var(--large-sticky-top, 0px) + var(--android-safe-area-inset-top, 0));top:calc(var(--large-sticky-top, 0px) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--large-sticky-top, 0px) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.titleBar--large .titleBar-upperLayer{height:114px}.titleBar--large .titleBar-lowerLayer{opacity:1;pointer-events:auto}.titleBar--transparent .titleBar-logo,.titleBar--transparent .titleBar-text,.titleBar--transparent:before{opacity:var(--animation-progress,0)}.titleBar--center .titleBar-logo,.titleBar--center .titleBar-text{position:absolute;left:50%;transform:translate(-50%)}.titleBar--hasTab{top:var(--large-sticky-top,0);top:calc(var(--large-sticky-top, 0px) + var(--android-safe-area-inset-top, 0));top:calc(var(--large-sticky-top, 0px) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--large-sticky-top, 0px) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.appPromotionBanner{padding:14px 16px;background-color:#d7eee5;display:flex;align-items:center}.appPromotionBanner-closeButton{content:"";background-image:url(./ico-close--button.DlQeO4mx.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:16px;flex-shrink:0;cursor:pointer}.appPromotionBanner-image{width:40px;height:40px;flex-shrink:0;margin-right:12px}.appPromotionBanner-info{color:#159867}@media(max-width:374.98px){.appPromotionBanner-info{width:40%}}.appPromotionBanner-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;line-height:22px;margin-bottom:2px}.appPromotionBanner-description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:17px}.appPromotionBanner-button{font-size:13px;font-weight:700;color:#fff;height:26px;line-height:26px;padding:0 10px;margin-left:auto;border-radius:13px;background-color:#1ec687;white-space:nowrap}.seoFooter{display:grid;row-gap:8px;margin:8px 0}.seoFooter-item{background-color:#fff;padding:16px}.seoFooter-title{font-size:14px;color:grey04;font-weight:500;padding-bottom:5px}.seoFooter-text{display:flex;flex-wrap:wrap;-moz-column-gap:15px;column-gap:15px}.seoFooter-link{font-size:12px;color:#638dff;line-height:2.2;text-decoration:none;white-space:nowrap}.noticeFooter{line-height:1.7;padding:24px 15px 15px;background:#fff;font-size:12px;color:#b7b7b7}.btnGoToTop{position:fixed;width:54px;height:54px;bottom:160px;background-image:url(./ico-goUp.9ngTY99_.png);background-size:contain;z-index:6;cursor:pointer;left:15px;left:calc(15px + var(--android-safe-area-inset-left, 0));left:calc(15px + var(--android-safe-area-inset-left, constant(safe-area-inset-left)));left:calc(15px + var(--android-safe-area-inset-left, env(safe-area-inset-left)))}@media(min-width:750px){.btnGoToTop{bottom:125px}}.navBar-icon:after,.navBar-icon:before{position:absolute;inset:0;margin:auto}.navBar{position:fixed;left:0;right:0}@media screen and (min-width:790px){.navBar{left:calc(100vw - 100%)}}.navBar{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.navBar{width:749px}}.navBar-customIcon,.navBar-homeToggle,.navBar-icon{position:relative;width:30px;height:30px}.navBar{height:56px;height:calc(56px + var(--android-safe-area-inset-bottom, 0));height:calc(56px + var(--android-safe-area-inset-bottom, constant(safe-area-inset-bottom)));height:calc(56px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:6;background-color:#fcfcfcf2;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));font-size:12px;font-weight:700;padding-top:7px}.navBar-item{display:flex;align-items:center;position:relative;height:56px;text-align:center;flex-direction:column;row-gap:1px}.navBar-icon:after,.navBar-icon:before{content:"";transition:opacity .1s ease,transform .1s ease}.navBar-icon:before{transform:scale(1);opacity:1}.navBar-icon:after,.navBar-item.active .navBar-icon:before{transform:scale(.5);opacity:0}.navBar-item.active .navBar-icon:after{transition:opacity .1s ease,transform .4s cubic-bezier(0,0,.47,1.91);transform:scale(1);opacity:1}.navBar-icon--home:before{background:url(./ico-navbar-home.pTdx6kH8.svg) 50%/contain no-repeat}.navBar-icon--home:after{background-color:var(--page-event-theme-color,var(--event-theme-color,#1ec687));-webkit-mask:url(./ico-navbar-homeOn.BXKY35o-.svg) center/contain no-repeat;mask:url(./ico-navbar-homeOn.BXKY35o-.svg) center/contain no-repeat}.navBar-icon--brand:before{background:url(./ico-navbar-brand.DSm8Mb_j.svg) 50%/contain no-repeat}.navBar-icon--brand:after{background-color:var(--page-event-theme-color,var(--event-theme-color,#1ec687));-webkit-mask:url(./ico-navbar-brandOn.BGbRYYkS.svg) center/contain no-repeat;mask:url(./ico-navbar-brandOn.BGbRYYkS.svg) center/contain no-repeat}.navBar-icon--benefit:before{background:url(./ico-navbar-benefit.CVpFf2LJ.svg) 50%/contain no-repeat}.navBar-icon--benefit:after{background-color:var(--page-event-theme-color,var(--event-theme-color,#1ec687));-webkit-mask:url(./ico-navbar-benefitOn.CMjzQK5w.svg) center/contain no-repeat;mask:url(./ico-navbar-benefitOn.CMjzQK5w.svg) center/contain no-repeat}.navBar-icon--special:before{background:url(./ico-navbar-special.Bv7eUmCf.svg) 50%/contain no-repeat}.navBar-icon--special:after{background-color:var(--page-event-theme-color,var(--event-theme-color,#1ec687));-webkit-mask:url(./ico-navbar-specialOn.CA8QWgEz.svg) center/contain no-repeat;mask:url(./ico-navbar-specialOn.CA8QWgEz.svg) center/contain no-repeat}.navBar-icon--account:before{background:url(./ico-navbar-account.D_JBbAaL.svg) 50%/contain no-repeat}.navBar-icon--account:after{-webkit-mask:url(./ico-navbar-accountOn.lN8Sl9dl.svg) center/contain no-repeat;mask:url(./ico-navbar-accountOn.lN8Sl9dl.svg) center/contain no-repeat}.navBar-homeToggle,.navBar-icon--account:after{background-color:var(--page-event-theme-color,var(--event-theme-color,#1ec687))}.navBar-homeToggle{display:grid;border-radius:30px;overflow:hidden}.navBar-homeToggle:before{background-image:url(./img-recommend.KMJbq0_8.svg)}.navBar-homeToggle:after,.navBar-homeToggle:before{content:"";width:30px;height:30px;display:inline-block;background-repeat:no-repeat;background-size:contain}.navBar-homeToggle:after{background-image:url(./img-totop.B59KCYmN.svg)}.navBar-homeToggle:after,.navBar-homeToggle:before{transition:transform .5s ease;transform:translateY(0)}.navBar-homeToggle.shift:after,.navBar-homeToggle.shift:before{transform:translateY(-30px)}.navBar-customImage{position:absolute;bottom:0;width:46px;height:46px;transform:translate(-50%)}.navBar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transform:scale(.88);transition:color .1s ease;color:#777}.navBar-item.active .navBar-label{color:var(--page-event-theme-color,var(--event-theme-color,#1ec687))}.navBar-dot{display:block;position:absolute;margin:0 auto;width:8px;height:8px;border-radius:8px;background-color:#ff5b57;box-shadow:0 2px 4px #ff5b574d;transform:translate(15px)}.globalOverlay{position:fixed;left:0;right:0}@media screen and (min-width:790px){.globalOverlay{left:calc(100vw - 100%)}}.globalOverlay{bottom:0;top:0}.globalOverlay{background-color:#000000b3;z-index:9}.aboveGlobalOverlay{z-index:10!important}.badge--blue,.badge--gray,.badge--green,.badge--lightGray,.badge--orange,.badge--purple,.badge--red{display:inline-flex;font-size:12px;padding:1px;color:#fff;width:-moz-fit-content;width:fit-content;border-radius:2px;margin-right:4px;flex-shrink:0;white-space:nowrap}.badge--green{background-color:#1ec687}.badge--red{background-color:#ff5b57}.badge--blue{background-color:#4270ed}.badge--purple{background-color:#8250ff}.badge--orange{background-color:#fe8c68}.badge--gray{background-color:#c8c8c8}.badge--lightGray{color:#b7b7b7;background-color:#f5f5f5}@font-face{font-family:LINESeedBd;src:url(./LINESeedSans_W_Bd.LLrYzawZ.eot) format("eot")}@font-face{font-family:LINESeedBd;src:url(./LINESeedSans_W_Bd.qzg0ZM6_.woff) format("woff")}@font-face{font-family:LINESeedBd;src:url(./LINESeedSans_W_Bd.UZUYnuvS.woff2) format("woff2")}@font-face{font-family:LINESeed;src:url(./LINESeedSans_W_Rg.CznqbESq.eot) format("eot")}@font-face{font-family:LINESeed;src:url(./LINESeedSans_W_Rg.D9gzuvA4.woff) format("woff")}@font-face{font-family:LINESeed;src:url(./LINESeedSans_W_Rg.CG3dZJt1.woff2) format("woff2")}.ecacBody--gold{background-image:url(./bg-hotSearch-right.DrLYAb6T.png),url(./bg-hotSearch-left.BPZujni4.png),linear-gradient(170deg,#dfb783b3 2%,#f5f5f5 51%),linear-gradient(307deg,#eacda380 14%,#e7bf8b 53%,#ad8954 79%);background-position:62.6vw -7px,0 0,left 120.8vw,0 0;background-size:50%,53%,100% 41.86vw,100% 162.6vw;background-repeat:no-repeat}.app-pageContent{display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;min-height:calc(100vh - var(--titlebar-height))}.app-footer{padding-bottom:calc(var(--fixed-footer-height) + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.infoPanel[data-v-25f1debc]{display:flex;justify-content:center;align-items:center;flex-direction:column}.infoPanel-img[data-v-25f1debc]{margin-top:90px;width:170px;height:170px}.infoPanel-text[data-v-25f1debc]{font-size:17px;font-weight:700;line-height:1.4;color:#111;margin-top:16px}.infoPanel-description[data-v-25f1debc]{width:197px;text-align:center;font-size:13px;line-height:1.4;color:#777;margin-top:2px}.infoPanel-roundedbutton[data-v-25f1debc]{font-size:15px;font-weight:700;color:#f5f5f5;height:28px;display:flex;justify-content:center;align-items:center;padding:0 12px;border-radius:14px;background:#1ec687;box-shadow:0 10px 14px -6px #1ec6874d;margin-top:13px}.timer{font-weight:400;font-size:13px;line-height:16px;color:#fff}.timer-content{display:flex;justify-content:center;align-items:center}.timer-content>:not(:first-child){margin-left:2px}.timer-numberWithSeparator:not(:last-child):after{content:":";display:inline-block;margin-left:2px}.timer-numbers{color:#ff5b57;position:relative;padding:0 2px;height:16px;background:#fff;border-radius:2px}.availableRedEnvelopeCard{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:261px}.availableRedEnvelopeCard-background{position:absolute;width:100%;bottom:0;left:0;z-index:1;border-radius:8px;background-size:100% 100%;background-image:url(./img-angpauCardBg.D8QQ_hYT.png)}.availableRedEnvelopeCard-background:before{content:"";position:absolute;width:167px;height:20px;top:-20px;left:50%;transform:translate(-50%);background-image:url(./img-angpauCardBgTop.CliwaAri.svg)}.availableRedEnvelopeCard-background:after{content:"";position:absolute;width:62px;height:62px;left:0;right:0;margin:auto;background-image:url(./img-angpauCoin.DPDni2pk.png);background-size:contain;z-index:2}.availableRedEnvelopeCard-top{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;position:relative;z-index:2;height:-moz-min-content;height:min-content;padding-top:28px}.availableRedEnvelopeCard.grid{height:261px}.availableRedEnvelopeCard.grid .availableRedEnvelopeCard-background{height:241px;background-image:url(./img-angpauCardBg.D8QQ_hYT.png)}.availableRedEnvelopeCard.grid .availableRedEnvelopeCard-background:after{top:100px}.availableRedEnvelopeCard.grid .availableRedEnvelopeCard-top{flex-direction:column;padding-top:26px}.availableRedEnvelopeCard.list{min-height:226px}.availableRedEnvelopeCard.list .availableRedEnvelopeCard-background{height:206px;background-image:url(./img-angpauCardBgWide.BJWJDdMT.png)}.availableRedEnvelopeCard.list .availableRedEnvelopeCard-background:after{top:65px}.availableRedEnvelopeCard-bottom{display:grid;justify-content:center;align-items:center;grid-template-rows:max-content max-content;row-gap:12px;z-index:1;margin-bottom:16px}.availableRedEnvelopeCard-point{font-weight:400;color:#07b53b;display:inline-grid;align-items:center;grid-template-columns:max-content auto;-moz-column-gap:2px;column-gap:2px;font-weight:600;font-size:24px;line-height:29px;margin:8px 8px 8px 0;width:-moz-fit-content;width:fit-content}.availableRedEnvelopeCard-point:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:28px;height:28px;display:inline-block;background-repeat:no-repeat;background-size:contain}.availableRedEnvelopeCard-merchants{align-items:center;height:32px;overflow:hidden}.availableRedEnvelopeCard-merchants>:not(:first-child){margin-left:4px}.availableRedEnvelopeCard-image{display:inline-block;width:32px;height:32px;border-radius:4px;overflow:hidden}.availableRedEnvelopeCard-button{display:flex;justify-content:center;align-items:center;padding:0 9px;height:24px;border-radius:12px;font-weight:500;font-size:13px;line-height:16px;width:-moz-max-content;width:max-content;margin:auto;cursor:pointer}.availableRedEnvelopeCard-button.active{color:#ff5b57;background:#fff}.availableRedEnvelopeCard-button.inactive{color:#995611;background:linear-gradient(180deg,#fff5d2,#feb85c);box-shadow:0 2px 4px #ffbe7226,inset 0 -1.5px 1px #ffe4aecc}.keywordList-roundedButton{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.keywordList{background-color:#fff;padding:16px;display:grid;grid-template-columns:1fr minmax(28px,auto);-moz-column-gap:16px;column-gap:16px}.keywordList-sideArea{position:relative;grid-column:2/last-col;grid-row:1/3}.keywordList-body{display:flex;align-items:center;flex-wrap:wrap;overflow:hidden;margin-top:-10px;margin-left:-8px}.keywordList-body.collapse{height:92px}.keywordList-roundedButton{display:inline-flex;color:#777;background-color:#f5f5f5;max-width:100%;margin-top:10px;margin-left:8px}.keywordList-roundedButton>:not(:first-child){margin-left:4px}.keywordList-roundedButtonText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777}.keywordList-badgeShowLowerPrice{content:"";background-image:url(./badge-showLowerPrice.VgEbcxW2.svg);width:41px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.keywordList-clearButton{display:flex;align-items:center;position:relative;top:5px;color:#949494;font-size:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.keywordList-clearButton:before{content:"";background-image:url(./ico-trashCan.CHzEfElr.svg);width:13px;height:13px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:2px}.keywordList-moreButton{display:flex;justify-content:center;align-items:center;border-radius:9999px;position:absolute;bottom:0;right:0;width:28px;height:28px;background-color:#f5f5f5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.keywordList-moreButton:before{content:"";background-image:url(./ico-arrow--downGrey.BnmT_o_N.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.backfillKeywordList{margin:8px 0}.backfillKeywordList-title{display:flex;align-items:center;font-weight:600;font-size:13px;line-height:20px;margin-bottom:12px;color:#777}.backfillKeywordList-title em{color:#5b82db}.productSubInfo-subText{font-size:12px;color:#949494;margin-bottom:2px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:normal;line-height:1.5}.productSubInfo-rushBuyInfo{display:flex;align-items:center;font-size:12px;color:#949494;line-height:18px;max-width:99%}.productSubInfo-rushBuyText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productSubInfo-flameIcon{content:"";background-image:url(./ico-fire.DUEfKXq5.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:4px}.btnAddNote[data-v-7559d7e0]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.btnAddNote[data-v-7559d7e0]:after{content:"";display:block;position:absolute;left:0;top:0;width:150%;height:150%;transform:translate(-16.6666666667%,-16.6666666667%)}.btnAddNote.ico-note[data-v-7559d7e0]{background-image:url(./ico-shoppingNoteB7B7B7.BhHnpug5.svg)}.btnAddNote.ico-note[data-v-7559d7e0],.btnAddNote.ico-note--checked[data-v-7559d7e0]{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnAddNote.ico-note--checked[data-v-7559d7e0]{background-image:url(./ico-shoppingNote--selected.DZluD8K6.svg)}.btnAddNote.ico-noteBottom[data-v-7559d7e0]{background-image:url(./ico-shoppingNote777777.CblRvGvO.svg)}.btnAddNote.ico-noteBottom[data-v-7559d7e0],.btnAddNote.ico-noteBottom--checked[data-v-7559d7e0]{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnAddNote.ico-noteBottom--checked[data-v-7559d7e0]{background-image:url(./ico-shoppingNote--selected.DZluD8K6.svg)}.btnAddNote.ico-noteSmall[data-v-7559d7e0]{background-image:url(./ico-shoppingNoteB7B7B7.BhHnpug5.svg)}.btnAddNote.ico-noteSmall[data-v-7559d7e0],.btnAddNote.ico-noteSmall--checked[data-v-7559d7e0]{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnAddNote.ico-noteSmall--checked[data-v-7559d7e0]{background-image:url(./ico-shoppingNote--selected.DZluD8K6.svg)}.btnAddNote.ico-noteMedium[data-v-7559d7e0]{background-image:url(./ico-shoppingNoteB7B7B7.BhHnpug5.svg)}.btnAddNote.ico-noteMedium[data-v-7559d7e0],.btnAddNote.ico-noteMedium--checked[data-v-7559d7e0]{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnAddNote.ico-noteMedium--checked[data-v-7559d7e0]{background-image:url(./ico-shoppingNote--selected.DZluD8K6.svg)}.btnFavorite{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.btnFavorite:after{content:"";display:block;position:absolute;left:0;top:0;width:150%;height:150%;transform:translate(-16.6666666667%,-16.6666666667%)}.btnFavorite-animationImg{width:160%;height:160%;position:absolute;top:54%;right:50%;transform:translate(50%,-50%)}.btnFavorite.ico-product-like{background-image:url(./ico-product-like.xTa1aUAx.svg)}.btnFavorite.ico-product-like,.btnFavorite.ico-product-liked{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnFavorite.ico-product-liked{background-image:url(./ico-product-liked.CuLQs_Nv.svg)}.btnFavorite.ico-product-like--bottom{background-image:url(./ico-product-like--black.R8gay-KN.svg)}.btnFavorite.ico-product-like--bottom,.btnFavorite.ico-product-liked--bottom{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnFavorite.ico-product-liked--bottom{background-image:url(./ico-product-liked.CuLQs_Nv.svg)}.btnFavorite.ico-product-like-black{content:"";background-image:url(./ico-product-like--black.R8gay-KN.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnFavorite.ico-like-small{background-image:url(./ico-product-like.xTa1aUAx.svg)}.btnFavorite.ico-like-small,.btnFavorite.ico-liked-small{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnFavorite.ico-liked-small{background-image:url(./ico-product-liked.CuLQs_Nv.svg)}.btnFavorite.ico-like-medium{background-image:url(./ico-product-like.xTa1aUAx.svg)}.btnFavorite.ico-like-medium,.btnFavorite.ico-liked-medium{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnFavorite.ico-liked-medium{background-image:url(./ico-product-liked.CuLQs_Nv.svg)}.btnFavorite.ico-like-medium-white{background-image:url(./ico-product-like--white.D0MeNH-k.svg)}.btnFavorite.ico-like-medium-white,.btnFavorite.ico-liked-medium-white{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnFavorite.ico-liked-medium-white{background-image:url(./ico-product-liked.CuLQs_Nv.svg)}.btnFavorite.ico-cart{background-image:url(./ico-cartGray.CWkBJ-Sp.svg)}.btnFavorite.ico-cart,.btnFavorite.ico-cart--checked{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnFavorite.ico-cart--checked{background-image:url(./ico-cartOrange.BJckGTg5.svg)}.btnFavorite.ico-cartBottom{background-image:url(./ico-cartBlack--bottom.BUej1hUO.svg)}.btnFavorite.ico-cartBottom,.btnFavorite.ico-cartBottom--checked{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnFavorite.ico-cartBottom--checked{background-image:url(./ico-cartOrange--bottom.B5ZBhwRt.svg)}.btnFavorite.ico-cartSmall{background-image:url(./ico-cartGray.CWkBJ-Sp.svg)}.btnFavorite.ico-cartSmall,.btnFavorite.ico-cartSmall--checked{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnFavorite.ico-cartSmall--checked{background-image:url(./ico-cartOrange.BJckGTg5.svg)}.btnFavorite.ico-cartMedium{background-image:url(./ico-cartGray.CWkBJ-Sp.svg)}.btnFavorite.ico-cartMedium,.btnFavorite.ico-cartMedium--checked{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnFavorite.ico-cartMedium--checked{background-image:url(./ico-cartOrange.BJckGTg5.svg)}.btnFavorite.no-ico{background-image:none!important}.point[data-v-bc19b89c]{--point-icon-size:12px;font-weight:400;color:#07b53b;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.point[data-v-bc19b89c]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:var(--point-icon-size);height:var(--point-icon-size);display:inline-block;background-repeat:no-repeat;background-size:contain}.point.grey[data-v-bc19b89c]{font-weight:400;color:#b7b7b7}.point.grey[data-v-bc19b89c]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:var(--point-icon-size);height:var(--point-icon-size);display:inline-block;background-repeat:no-repeat;background-size:contain}@media(max-width:374.98px){.point.wrap[data-v-bc19b89c]{display:grid;grid-template-columns:max-content 1fr;align-items:center;line-height:14px}}.point.wrap .point-estimatedPoint[data-v-bc19b89c]{grid-column-start:1;grid-column-end:3}.strike[data-v-bc19b89c]{text-decoration:line-through}.ecmallBadge--onImage{background-image:url(./badge-store--boxType.B9MdYrIc.svg);width:30px}.ecmallBadge--onIcon,.ecmallBadge--onImage{content:"";height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.ecmallBadge--onIcon{background-image:url(./badge-store.BxS3T5LF.svg);width:28px}.lineGiftshopBadge--onImage{background-image:url(./badge-gift--boxType.D_d51sJ0.svg);width:30px}.lineGiftshopBadge--onIcon,.lineGiftshopBadge--onImage{content:"";height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.lineGiftshopBadge--onIcon{background-image:url(./badge-gift.S-K2wspb.svg);width:28px}.lensButton{width:24px;height:24px;padding:4px;font-weight:500;font-size:13px;line-height:16px;color:#fff;background:#0006;border-radius:100px;overflow:hidden;cursor:pointer}.lensButton-text{position:absolute;display:none;white-space:nowrap}.lensButton-icon{content:"";background-image:url(./ico-shoppingLens.oyB_I5Qj.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.lensButton.animation{width:57px;padding:4px 9px;animation:lensButton .3s ease 1s forwards}.lensButton.animation .lensButton-text{display:inline-block;opacity:1;animation:lensButton-opacity .3s ease 1s reverse forwards}.lensButton.animation .lensButton-icon{opacity:0;animation:lensButton-opacity .3s ease 1s forwards}@keyframes lensButton{0%{width:57px;padding:4px 9px}to{width:24px;padding:4px}}@keyframes lensButton-opacity{0%{opacity:0}to{opacity:1}}.btnPriceTracker{height:22px;cursor:pointer}.btnPriceTracker:before{background-image:url(./ico-bell--grey.CVZtyURQ.svg)}.btnPriceTracker.isInAlertList:before,.btnPriceTracker:before{content:"";width:22px;height:22px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnPriceTracker.isInAlertList:before{background-image:url(./ico-bell--green.BjLIXZQX.svg)}.priceV2-range{font-size:15px;line-height:1.2;font-weight:700;vertical-align:bottom}.priceV2{display:inline-grid;row-gap:5px}.priceV2-range{height:18px;display:flex;flex-wrap:wrap}.priceV2-minPrice,.priceV2-range{position:relative;overflow:hidden}.priceV2-minPrice{flex-grow:1}.priceV2-minPrice:before{content:"$";font-size:12px}.priceV2-minPrice:after{content:"起";position:absolute;font-size:12px;font-weight:400;line-height:20px}.priceV2-maxPrice{position:relative;flex-grow:1000;font-size:15px;font-weight:700;line-height:1.2;display:inline-block}.priceV2-maxPrice:before{content:"~ $";font-size:12px}.priceV2-top{display:flex;align-items:center}.simplify .priceV2-top{display:none}.priceV2-badge,.priceV2-badgeImage{display:block;border-radius:2px;height:16px;line-height:16px;margin-right:4px;flex-shrink:0}.priceV2-badge{font-size:12px;background-color:#111;color:#fff;padding:0 4px}.priceV2-slogan{font-size:13px;font-weight:600;line-height:16px;color:#111}.priceV2-bottom{color:#111}.priceV2-price{display:inline-block;font-size:15px;font-weight:600;line-height:18px}.priceV2-message{display:inline-block;font-size:12px}.simplify .priceV2-message{display:none}.priceV2--green .priceV2-badge{background-color:#1ec687}.priceV2--red .priceV2-badge{background-color:#ff5b57}.priceV2--red .priceV2-bottom,.priceV2--red .priceV2-slogan{color:#ff5b57}.priceV2--purple .priceV2-badge{background-color:#8250ff}.priceV2--purple .priceV2-slogan{color:#8250ff}.priceV2--purple .priceV2-bottom{color:#ff5b57}.priceV2--highlight .priceV2-badge{background-color:#ff5b57;background-image:url(./img-badgeBg.GFu2V2pV.gif)}.priceV2--highlight .priceV2-bottom,.priceV2--highlight .priceV2-slogan{color:#ff5b57}.simplify .priceV2 .priceV2-price{color:#111}.productPrice--soldOut{color:#b7b7b7}.productBadge{display:flex;align-items:center;margin-top:6px;-moz-column-gap:6px;column-gap:6px}.productBadge-item{display:inline-grid;grid-template-columns:max-content 1fr;align-items:center;-moz-column-gap:1px;column-gap:1px;font-size:12px;height:22px;padding:0 5px;border:1px solid #efefef;border-radius:4px;flex-shrink:0}.productBadge-item:before{content:"";width:14px;height:14px;background-size:contain}.productBadge-item.angpau{color:#ff5b57}.productBadge-item.angpau:before{background-image:url(./ico-entryAngpau.BY7xqj1H.png)}.productBadge-item.rewardMission{color:#1ec687}.productBadge-item.rewardMission:before{background-image:url(./ico-entryFirstTimerBuy.CSKtfg0q.png)}.productBadge-item.register{color:#638dff}.productBadge-item.register:before{background-image:url(./ico-entryRegularShopping.iBG3AS9F.png)}.productItem{background-color:#fff;margin-bottom:16px;cursor:pointer}.productItem.notOnSale{cursor:default}.productItem-image{position:relative;display:block;overflow:hidden;width:100%;height:0;padding-bottom:100%;filter:brightness(97%)}.productItem-coverMsg{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;z-index:2;height:100%;width:100%;font-weight:600;font-size:15px;line-height:1;color:#fff;background-color:#0000004d}.productItem-lensBtn{position:absolute;z-index:3;bottom:8px;right:8px}.productItem-serviceBadge{position:absolute;z-index:3;top:8px;left:8px}.productItem-rankBadge,.productItem-rankBadge1,.productItem-rankBadge10,.productItem-rankBadge2,.productItem-rankBadge3,.productItem-rankBadge4,.productItem-rankBadge5,.productItem-rankBadge6,.productItem-rankBadge7,.productItem-rankBadge8,.productItem-rankBadge9{position:absolute;z-index:3;top:8px;right:8px;width:26px;height:32px;background-size:contain;background-repeat:no-repeat}.productItem-rankBadge1{background-image:url(./rank_1.DGWx_WX6.png)}.productItem-rankBadge2{background-image:url(./rank_2.BZoQ1Ylf.png)}.productItem-rankBadge3{background-image:url(./rank_3.D4miq1ro.png)}.productItem-rankBadge4{background-image:url(./rank_4.CZlnCNsm.png)}.productItem-rankBadge5{background-image:url(./rank_5.CHTRhhzc.png)}.productItem-rankBadge6{background-image:url(./rank_6.xT_aAa5U.png)}.productItem-rankBadge7{background-image:url(./rank_7.BhBPxHHN.png)}.productItem-rankBadge8{background-image:url(./rank_8.BWY3qQi4.png)}.productItem-rankBadge9{background-image:url(./rank_9.CX4IY0_P.png)}.productItem-rankBadge10{background-image:url(./rank_10.ByWKecS-.png)}.productItem-waitBePaidBadge{position:absolute;z-index:3;top:8px;left:8px;width:55px;height:16px;background-size:contain;background-repeat:no-repeat;background-image:url(./badge-waitBePaid.D6A37hwP.png)}.productItem-info{position:relative;margin:8px 8px 0}.productItem-infoTop{width:100%;padding-top:4px;position:relative}.productItem-priceSet{width:100%;display:block}.productItem-priceSet.dodgeFavoriteButton{width:calc(100% - 24px)}.productItem-description{font-size:12px;font-weight:400;display:inline-block;margin-bottom:2px;vertical-align:middle}.productItem-btnFavorite{position:absolute!important;right:0;top:0}.productItem-mainText{font-size:13px;margin-bottom:2px;color:#111;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5;word-break:break-all}.productItem-mainText.notOnSale{width:calc(100% - 24px)}.productItem-badge{margin-bottom:6px}.productItem-infoDown{position:absolute;bottom:0;right:0}.productItem-moreButton{border-radius:9999px;font-size:12px;line-height:14px;color:#949494;padding:3px 5px;background-color:#f5f5f5;width:-moz-fit-content;width:fit-content;white-space:nowrap}.productItem-priceTrackerButton{position:relative;top:2px;margin-left:auto}.productItem-adBadge{content:"";background-image:url(./badge-commercial.DH5N_pEF.svg);width:30px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:auto}.productItem.portrait,.productItem.portrait--advertisement,.productItem.portrait--imgHighAuto,.productItem.portrait--slide,.productItem.portrait--stretch,.productItem.portrait--stretchCompact{width:100%;overflow:hidden;border-radius:8px;padding-bottom:8px;box-shadow:0 2px 12px -6px #00000026}.productItem.portrait .productItem-infoDown,.productItem.portrait--advertisement .productItem-infoDown,.productItem.portrait--imgHighAuto .productItem-infoDown,.productItem.portrait--slide .productItem-infoDown,.productItem.portrait--stretch .productItem-infoDown,.productItem.portrait--stretchCompact .productItem-infoDown{display:grid;row-gap:6px;margin-top:6px}.productItem.portrait--stretch,.productItem.portrait--stretchCompact{box-shadow:none}.productItem.portrait--stretch .productItem-info,.productItem.portrait--stretchCompact .productItem-info{margin:4px 0 0}.productItem.portrait--stretch .productItem-image,.productItem.portrait--stretchCompact .productItem-image{border-radius:8px}.productItem.portrait--stretchCompact{padding-bottom:0;margin-bottom:0}.productItem.portrait--imgHighAuto .productItem-image{height:auto;padding-bottom:unset;text-align:center;border-radius:8px}.productItem.portrait--imgHighAuto .productItem-image img{-o-object-fit:contain;object-fit:contain;width:auto;max-width:100%;margin:auto}.productItem.portrait--advertisement,.productItem.portrait--slide{width:145px;margin-right:8px;display:inline-block;vertical-align:top}@media(max-width:374.98px){.productItem.portrait--advertisement .productItem-infoDown,.productItem.portrait--slide .productItem-infoDown{display:grid;row-gap:2px}.productItem.portrait--advertisement .productItem-similar,.productItem.portrait--slide .productItem-similar{margin-left:0;width:-moz-fit-content;width:fit-content}}.productItem.portrait--advertisement{box-shadow:none;margin-bottom:0;vertical-align:top}@media(min-width:750px){.productItem.portrait--advertisement{width:291.30435px}}@media(max-width:749.98px){.productItem.portrait--advertisement{width:calc(43.47826vw - 34.78261px)}}.productItem.landscape,.productItem.landscape--advertisement{display:grid;grid-template-columns:130px 1fr;-moz-column-gap:12px;column-gap:12px;padding:0 16px 16px;margin:0}.productItem.landscape .productItem-info,.productItem.landscape--advertisement .productItem-info{margin:0}.productItem.landscape .productItem-image,.productItem.landscape--advertisement .productItem-image{overflow:hidden;border-radius:4px}.productItem.landscape .productItem-infoTop,.productItem.landscape--advertisement .productItem-infoTop{padding-top:0}.productItem.landscape .productItem-price,.productItem.landscape--advertisement .productItem-price{line-height:1}.productItem.landscape .productItem-btnFavorite,.productItem.landscape--advertisement .productItem-btnFavorite{top:-3px}.productItem.landscape .productItem-subInfo,.productItem.landscape--advertisement .productItem-subInfo{margin-bottom:6px}.productItem.landscape .productItem-mainText,.productItem.landscape--advertisement .productItem-mainText{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.6em;white-space:normal;line-height:1.3}.productItem.landscape .productItem-infoDown,.productItem.landscape--advertisement .productItem-infoDown{margin-top:6px}@media(max-width:374.98px){.productItem.landscape .productItem-pointSet,.productItem.landscape--advertisement .productItem-pointSet{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.productItem.landscape+.productItem.landscape,.productItem.landscape--advertisement+.productItem.landscape{padding-top:16px;border-top:1px solid #f5f5f5}.productItem.landscape--advertisement{margin-bottom:0}.priceChart-chart{position:absolute;inset:0;margin:auto}.priceChart-chartContainer{position:relative;overflow:hidden}.priceChart-hint{display:flex;align-items:center;font-size:12px;color:#5b82db;height:20px;margin-top:8px}.priceChart-hint:before{content:"";background-image:url(./ico-issueBlue.Cv_EvCnD.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.productRewardComposition-nextIcon:before{position:absolute;inset:0;margin:auto}.productRewardComposition{display:flex;align-items:center}.productRewardComposition-item{display:grid;grid-auto-rows:min-content;row-gap:8px;grid-template-rows:28px auto;justify-content:center;align-content:center;align-items:center;text-align:center;height:76px;padding:0 4px 8px;font-size:12px;line-height:14px;color:#949494;border:1px solid #efefef;border-radius:4px;flex:1}.productRewardComposition-header{display:flex;align-items:center;white-space:nowrap}.productRewardComposition-content{display:flex;justify-content:center;align-items:center;line-height:1;font-weight:700;color:#555;font-size:15px}.productRewardComposition-unit{font-weight:400;margin:1px 1px 0 0;font-size:12px}.productRewardComposition-lowerIcon{background-image:url(./ico-lowerText.CnreWvs8.svg);width:24px;height:24px;margin-right:4px}.productRewardComposition-lowerIcon,.productRewardComposition-plusIcon{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.productRewardComposition-plusIcon{background-image:url(./ico-plusLightGrey.C0YMxm1y.svg);width:12px;height:12px}.productRewardComposition-nextIcon{position:relative;width:12px;height:12px}.productRewardComposition-nextIcon:before{content:"";width:0;height:0;border-color:transparent transparent transparent #b7b7b7;border-style:solid;border-width:3px 0 3px 4px}.productRewardComposition-pointIcon{background-image:url(./ico-point--green.C6QozQX8.svg);width:24px;height:24px;margin-right:4px}.productRewardComposition-infoIcon,.productRewardComposition-pointIcon{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.productRewardComposition-infoIcon{background-image:url(./ico-exclamationMarkBlue.BkT9m3md.svg);width:20px;height:20px;margin-right:2px}.productRewardComposition-notificationIcon{background-image:url(./img-phoneMessage.B7MNmOPu.svg);width:24px;margin:auto}.productRewardComposition-notificationIcon,.productRewardComposition-redEnvelopeIcon{content:"";height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.productRewardComposition-redEnvelopeIcon{background-image:url(./img-angpau.FmLdLkvD.svg);width:17px;margin-right:4px}.promotionProductCard{box-shadow:0 2px 12px -6px #00000026;background-color:#fff;padding:30px 16px 16px;border-radius:8px;position:relative;display:grid;row-gap:12px;border:1px solid #ff5b57}.promotionProductCard-topBanner{display:flex;align-items:center;justify-content:center;position:absolute;top:-4px;right:50%;transform:translate(50%)}.promotionProductCard-topBanner:before{background-image:url(./img-headerBadge--left.CkIAss-V.svg)}.promotionProductCard-topBanner:after,.promotionProductCard-topBanner:before{content:"";width:21px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.promotionProductCard-topBanner:after{background-image:url(./img-headerBadge--right.IWwU-Gz9.svg)}.promotionProductCard-topBannerText{display:flex;align-items:center;height:18px;font-weight:600;font-size:12px;color:#fff;background-color:#ff5b57;white-space:nowrap}.promotionProductCard-coin{content:"";background-image:url(./ico-coin.D6_VpShp.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 2px}.promotionProductCard-productCard{margin-bottom:0}.promotionProductCard-priceTrend{padding:6px 12px 12px;border:1px solid #efefef;border-radius:4px}.promotionProductCard-button{display:flex;justify-content:center;align-items:center;border-radius:9999px;font-weight:500;font-size:14px;height:36px;color:#fff;background-color:#ff5b57}.recommendedSearchLink{display:flex;align-items:center;text-align:center;font-size:13px;line-height:1.23;color:#777}.recommendedSearchLink:before{content:"";background-image:url(./ico-glassDarkGrey.B81z5t2e.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:4px}.recommendedSearchLink-keyword{color:#1ec687;text-decoration:underline;max-width:50vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filterPanelBox[data-v-2e0935b4]{display:grid}.filterPanelBox-top[data-v-2e0935b4]{display:flex;align-items:center;font-weight:600;font-size:15px;line-height:22px;color:#111;margin-bottom:4px}.filterPanelBox-reset[data-v-2e0935b4]{display:flex;align-items:center;font-weight:400;font-size:13px;line-height:20px;color:#949494;margin-left:auto;-moz-column-gap:2px;column-gap:2px;cursor:pointer}.filterPanelBox-reset[data-v-2e0935b4]:before{content:"";background-image:url(./ico-reset--949494.EwuJLmgH.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.filterPanelBox-content[data-v-2e0935b4]{height:-moz-fit-content;height:fit-content;max-height:96px;overflow:hidden}.filterPanelBox-content.isExpanded[data-v-2e0935b4]{max-height:none}.filterPanelBox-showMore[data-v-2e0935b4]{display:flex;justify-content:center;align-items:center;-moz-column-gap:1px;column-gap:1px;font-weight:500;font-size:14px;color:#111;height:36px;border:1px solid #f5f5f5;border-radius:36px;margin-top:12px;cursor:pointer}.filterPanelBox-arrow[data-v-2e0935b4]{content:"";background-image:url(./ico-arrow--downGrey111.DVdnYsIC.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.filterPanelBox-arrow.up[data-v-2e0935b4]{animation:transferEvents-arrow-rotateUp-2e0935b4 .3s forwards}.filterPanelBox-arrow.down[data-v-2e0935b4]{animation:transferEvents-arrow-rotateDown-2e0935b4 .3s forwards}@keyframes transferEvents-arrow-rotateUp-2e0935b4{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes transferEvents-arrow-rotateDown-2e0935b4{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.filterPanelColorItem{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:30px;cursor:pointer}.filterPanelColorItem.active:before{content:"";background-image:url(./ico-checkedWhite.CSrkc97X.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.filterPanelColorItem.red{background-color:#ff2828}.filterPanelColorItem.orange{background-color:#ff8d50}.filterPanelColorItem.yellow{background-color:#ffca23}.filterPanelColorItem.grass{background-color:#d2d15b}.filterPanelColorItem.green{background-color:#24ab4d}.filterPanelColorItem.cyan{background-color:#9fd6f1}.filterPanelColorItem.blue{background-color:#4799e2}.filterPanelColorItem.navy{background-color:#103c9b}.filterPanelColorItem.violet{background-color:#7c59cc}.filterPanelColorItem.purple{background-color:#a033ae}.filterPanelColorItem.pink{background-color:#ff8eb2}.filterPanelColorItem.beige{background-color:#e6d1bc}.filterPanelColorItem.khaki{background-color:#b8ac8f}.filterPanelColorItem.brown{background-color:#80652b}.filterPanelColorItem.white{background-color:#fff;border:1px solid #dcdcdc}.filterPanelColorItem.white.active:before{content:"";background-image:url(./ico-checkedBlack.DpoZ_I6g.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.filterPanelColorItem.gray{background-color:#b7b7b7}.filterPanelColorItem.black{background-color:#000}.filterPanelColorItem.silver{background-image:linear-gradient(143deg,#fff 7%,#989399 107%)}.filterPanelColorItem.gold{background-image:linear-gradient(143deg,#fff5c9 9%,#d5af47)}.filterPanelItem[data-v-b3ab7d3e]{display:flex;justify-content:center;align-items:center;display:inline-flex;font-weight:400;font-size:12px;color:#555;width:-moz-fit-content;width:fit-content;height:36px;max-width:200px;padding:0 13px;margin:12px 8px 0 0;border-radius:36px;cursor:pointer;border:1px solid #efefef}.filterPanelItem.active[data-v-b3ab7d3e]{background-color:#111;color:#fff;border-color:#111}.filterPanelItem-text[data-v-b3ab7d3e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filterPanelItem-points[data-v-b3ab7d3e]{display:flex;align-items:center;font-weight:400;color:#07b53b;margin-left:2px}.filterPanelItem-points[data-v-b3ab7d3e]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.active .filterPanelItem-points[data-v-b3ab7d3e]{font-weight:400;color:#fff}.active .filterPanelItem-points[data-v-b3ab7d3e]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--white.DiQtpN6g.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.filterPanelItem-points.noReward[data-v-b3ab7d3e]{font-weight:400;color:#b7b7b7}.filterPanelItem-points.noReward[data-v-b3ab7d3e]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.backfillBanner{display:grid;grid-template-columns:1fr minmax(max-content,auto)}.backfillBanner-info{display:grid;padding:16px 0;font-weight:400;font-size:12px;line-height:18px;color:#949494}.backfillBanner-info em{font-weight:500;color:#1ec687;margin:0 4px}.backfillBanner-text{font-weight:600;font-size:15px;line-height:22px;color:#111}.backfillBanner-img{content:"";background-image:url(./img-holdShop.Ce52CC4h.svg);width:80px;height:76px;display:inline-block;background-repeat:no-repeat;background-size:contain}.backfillBanner-link{display:flex;align-items:center;grid-column-start:1;grid-column-end:3;font-weight:500;font-size:13px;line-height:16px;color:#1ec687;padding:6px 6px 6px 10px;border:1px solid #efefef;border-radius:18px}.backfillBanner-linkText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:10px}.backfillBanner-button{display:flex;align-items:center;background:#1ec687;border-radius:12px;font-weight:500;font-size:13px;line-height:16px;color:#fff;padding:4px 9px;white-space:nowrap;margin-left:auto}.bestDealCard{width:100%;background-color:#ffefee;border-radius:8px}.bestDealCard.list{width:auto}.bestDealCard.grid{height:-moz-fit-content;height:fit-content}.bestDealCard-title{font-size:13px;font-weight:600;line-height:1.5;color:#ff5b57;padding:8px 0;display:flex;justify-content:center;align-items:center}.bestDealCard-titleIcon{width:24px;height:24px;background-image:url(./ico-bestBuy.SmLdc2Pg.svg);background-size:cover;margin-right:4px}.bestDealCard-content{background-color:#fff;border:1px solid #ffefee;border-radius:0 0 8px 8px}.bestDealCard-products{display:flex}.bestDealCard-productItem{flex:1 1 33%;min-width:0}.bestDealCard-productImg{width:100%;border-radius:4px;filter:brightness(97%)}.bestDealCard-productInfo{display:flex;flex-direction:column;min-width:0}.bestDealCard-merchantName{font-weight:600;font-size:13px;line-height:16px;color:#555;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bestDealCard-productPrice{font-size:15px;line-height:18px;font-weight:600;color:#ff5b57;margin-bottom:3px}.bestDealCard-productPrice:before{content:"$";font-size:12px}.bestDealCard-productPriceDifference{font-size:12px;line-height:13px;color:#ff5b57;margin-bottom:3px}.bestDealCard-pointGuide{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.bestDealCard-maxEarnContent{font-size:12px;line-height:14px;display:flex;align-items:center}.bestDealCard-maxEarnText{color:#949494}@media(max-width:374.98px){.bestDealCard-maxEarnText{display:flex;overflow:hidden;white-space:nowrap;width:24px}}.bestDealCard-maxEarnPoint{color:#07b53b}.bestDealCard-button{display:flex;justify-content:center;align-items:center;border-radius:9999px;background:#f5f5f5;border:1px solid #f5f5f5;font-weight:500;line-height:17px;color:#ff5b57;cursor:pointer;margin:16px 0 4px;font-size:14px;padding:8.5px 0}.bestDealCard.list .bestDealCard-content{padding:12px}.bestDealCard.list .bestDealCard-productItem{margin-right:10px}.bestDealCard.list .bestDealCard-productItem:last-child{margin-right:0}.bestDealCard.list .bestDealCard-productImgInfo{position:relative;height:0;padding-bottom:100%;overflow:hidden}.bestDealCard.list .bestDealCard-lensBtn{position:absolute;right:8px;bottom:8px}.bestDealCard.list .bestDealCard-merchantName{margin-top:8px}@media(max-width:374.98px){.bestDealCard.list .bestDealCard-maxEarnText{width:24px}}.bestDealCard.grid .bestDealCard-content{padding:12px 8px}.bestDealCard.grid .bestDealCard-products{flex-direction:column}.bestDealCard.grid .bestDealCard-productItem{display:flex;margin-bottom:12px}.bestDealCard.grid .bestDealCard-productItem:last-child{margin-bottom:0}.bestDealCard.grid .bestDealCard-productImg{margin-right:8px;width:54px;height:54px}@media(min-width:750px){.bestDealCard.grid .bestDealCard-productImg{width:89px;height:89px}}@media(max-width:374.98px){.bestDealCard.grid .bestDealCard-maxEarnText{width:12px;justify-content:flex-end}}.price-number[data-v-7cf522a9],.price-number--discounted[data-v-7cf522a9],.price-range[data-v-7cf522a9]{color:#111;font-size:15px;line-height:1.2;font-weight:700;vertical-align:bottom}.price[data-v-7cf522a9],.price--soldOut[data-v-7cf522a9]{width:100%;display:grid}.price--soldOut[data-v-7cf522a9]{color:#b7b7b7}.price-number--discounted[data-v-7cf522a9]:before,.price-number[data-v-7cf522a9]:before{content:"$";font-size:12px}.price-number--discounted[data-v-7cf522a9]{color:#ff5b57}.price-range[data-v-7cf522a9]{height:18px;display:flex;flex-wrap:wrap}.price-minPrice[data-v-7cf522a9],.price-range[data-v-7cf522a9]{position:relative;overflow:hidden}.price-minPrice[data-v-7cf522a9]{flex-grow:1}.price-minPrice[data-v-7cf522a9]:before{content:"$";font-size:12px}.price-minPrice[data-v-7cf522a9]:after{content:"起";position:absolute;font-size:12px;font-weight:400;line-height:20px}.price-maxPrice[data-v-7cf522a9]{position:relative;flex-grow:1000;font-size:15px;font-weight:700;line-height:1.2;display:inline-block}.price-maxPrice[data-v-7cf522a9]:before{content:"~ $";font-size:12px}.price-badgeInfo[data-v-7cf522a9]{display:flex;align-items:center}.price-discountBadge[data-v-7cf522a9],.price-promotionBadge[data-v-7cf522a9]{background-color:#ff5b57}.price-discountBadge[data-v-7cf522a9],.price-lowPriceBadge[data-v-7cf522a9],.price-promotionBadge[data-v-7cf522a9]{display:inline-block;position:relative;padding:0 4px;font-size:12px;line-height:16px;border-radius:2px;width:-moz-fit-content;width:fit-content;color:#fff;margin-top:4px;margin-right:4px;white-space:nowrap;margin-bottom:2px}.price-lowPriceBadge[data-v-7cf522a9]{background-color:#8250ff}.price-warpper[data-v-7cf522a9]{display:flex;align-items:center;font-weight:600;font-size:15px}.price-text--green[data-v-7cf522a9],.price-text--green .price-number[data-v-7cf522a9],.price-text--green .price-number--discounted[data-v-7cf522a9]{color:#06c755}.price-priceDownText[data-v-7cf522a9]{position:relative;top:2px;flex-grow:1;min-width:100%;line-height:16px;color:#ff5b57;font-size:11px}.price-priceDown[data-v-7cf522a9]{transform-origin:top left}.price-differential[data-v-7cf522a9]{font-size:12px;font-weight:400;display:inline-block;margin-left:4px;margin-bottom:2px;vertical-align:middle}.keywordMatchedMerchantCard-button{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.keywordMatchedMerchantCard{width:100%;background-color:#e5f4ee;border-radius:8px}.keywordMatchedMerchantCard.grid{height:-moz-fit-content;height:fit-content}.keywordMatchedMerchantCard.list{width:auto}.keywordMatchedMerchantCard-title{font-size:13px;font-weight:600;line-height:1.5;color:#179968;padding:8px 0;display:flex;justify-content:center;align-items:center}.keywordMatchedMerchantCard-titleIcon{width:24px;height:24px;background-image:url(./img-keywordMatchedMerchant.C6NFM9Ce.svg);background-size:cover;margin-right:2px}.keywordMatchedMerchantCard-content{background-color:#fff;border:1px solid #e5f4ee;border-radius:0 0 8px 8px}.keywordMatchedMerchantCard-merchant{display:flex;align-items:center}.keywordMatchedMerchantCard-merchantLink{position:relative}.keywordMatchedMerchantCard-serviceBadge{position:absolute;z-index:3;top:8px;left:8px}.keywordMatchedMerchantCard-serviceBadge--onIcon{position:absolute;top:-8px;left:-3px;z-index:1}.keywordMatchedMerchantCard-merchantImage{border-radius:4px;filter:brightness(97%)}.keywordMatchedMerchantCard-merchantInfo{flex-grow:1;min-width:0}.keywordMatchedMerchantCard-merchantName{font-weight:600;color:#111;margin-bottom:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.keywordMatchedMerchantCard-findProductButton{padding:3px 9px;background:#f5f5f5;border:1px solid #f5f5f5;border-radius:12px;font-weight:500;font-size:13px;line-height:16px;color:#777}.keywordMatchedMerchantCard-products{display:flex}.keywordMatchedMerchantCard-productItem{flex:1 1 33%;min-width:0}.keywordMatchedMerchantCard-productImg{width:100%;border-radius:4px;filter:brightness(97%)}.keywordMatchedMerchantCard-productName{font-weight:600;font-size:12px;color:#555;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.6em;white-space:normal;line-height:1.3}.keywordMatchedMerchantCard-button{color:#1ec687;background-color:#f5f5f5;margin:16px 0 4px}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-content{padding:12px}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-merchant{margin-bottom:16px}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-merchantName{font-size:15px;line-height:18px}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-findProductButton{min-width:47px}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-merchantImage{width:54px;height:54px;margin-right:10px}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-productItem{margin-right:10px}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-productItem:last-child{margin-right:0}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-productImgInfo{position:relative;height:0;padding-bottom:100%;overflow:hidden}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-lensBtn{position:absolute;right:8px;bottom:8px}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-productPrice{margin:8px 0 5px}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-content{padding:12px 8px}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-merchant{margin-bottom:12px}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-merchantName{font-size:13px;line-height:16px}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-merchantImage{width:40px;height:40px;margin-right:8px}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-products{flex-direction:column}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-productItem{display:flex;margin-bottom:12px}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-productItem:last-child{margin-bottom:0}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-productImg{margin-right:8px;width:54px;height:54px}@media(min-width:750px){.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-productImg{width:89px;height:89px}}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-productInfo{min-width:0}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-productPrice{margin-bottom:3px}.extendedWords-roundedbutton{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.extendedWords{width:100%}.extendedWords-content{padding:23px 12px 16px;text-align:center;border:1px solid #e5f4ee;border-radius:8px;background:linear-gradient(180deg,#d7f4e9,#d7f4e900 50px),#fff}.extendedWords-title{font-size:15px;font-weight:600;color:#1ec687;margin-bottom:16px}.extendedWords-list{display:grid;-moz-column-gap:12px;column-gap:12px;row-gap:10px}@media(min-width:750px){.extendedWords-list{grid-template-columns:repeat(2,1fr)}}.extendedWords-roundedbutton{color:#777;background-color:#f5f5f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.extendedWords--listMode .extendedWords-list{grid-template-columns:repeat(2,1fr)}.relatedTopics{width:auto;height:-moz-fit-content;height:fit-content;border-radius:8px;overflow:hidden;background-color:#f6f1ea;padding:8px}.relatedTopics-header{display:flex;align-items:center;-moz-column-gap:10px;column-gap:10px;min-height:40px;margin-bottom:8px}.relatedTopics-headerText{flex-grow:1;min-width:0}.relatedTopics-more{height:24px;line-height:24px;font-size:13px;font-weight:500;color:#a57b3f;padding:0 8px;background-color:#fff;border-radius:12px;z-index:1;flex-shrink:0;white-space:nowrap}.relatedTopics-more--arrow{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.relatedTopics-name{width:100%;font-size:13px;font-weight:600;color:#a57b3f;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.relatedTopics-total{font-size:13px;color:#949494;margin-top:2px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.8em;white-space:normal;line-height:1.4}.relatedTopics-list{display:flex}.relatedTopics-list>:not(:first-child){margin-left:8px}.relatedTopics-link{overflow:hidden;display:block;width:-webkit-fill-available;width:-moz-available;width:stretch}.relatedTopics-link:nth-child(n+3){display:none}@media(min-width:750px){.relatedTopics-link:nth-child(n+3){display:block}}.relatedTopics-image{position:relative;display:block;width:100%;height:0;padding-bottom:56.2914%;overflow:hidden;border-radius:8px 8px 0 0}.relatedTopics-mediaBadge{position:absolute;right:0;bottom:0;content:"";background-image:url(./badge-media.BplkG1D_.svg);width:40px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.relatedTopics-info{display:block;padding:8px;background-color:#fff;border-radius:0 0 8px 8px}.relatedTopics-title{font-size:15px;font-weight:600;color:#555;margin-bottom:12px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;max-height:4.5em;white-space:normal;line-height:1.5}.relatedTopics-count{font-size:12px;color:#949494}.backfillCards-roundedButton{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.backfillCards{margin:8px 0;padding:16px;background-color:#fff}.backfillCards-title{display:flex;align-items:center;font-weight:600;font-size:13px;line-height:20px;color:#777;white-space:nowrap}.backfillCards-title em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1ec687}.backfillCards-content{display:grid;row-gap:16px;grid-template-columns:minmax(0,1fr)}.backfillCards-searchAllResultsTitle{font-weight:400;font-size:13px;line-height:20px;color:#949494;text-align:center;margin-bottom:16px}.backfillCards-searchAllResultsText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backfillCards-searchIcon{content:"";background-image:url(./ico-glassWhite.DjoHr4D6.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-size:cover;flex-shrink:0}.backfillCards-roundedButton{width:100%}.redEnvelopeBanner-close:after{position:absolute;inset:0;margin:auto}.redEnvelopeBanner{position:fixed;left:0;right:0}@media screen and (min-width:790px){.redEnvelopeBanner{left:calc(100vw - 100%)}}.redEnvelopeBanner{width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.redEnvelopeBanner{width:749px}}.redEnvelopeBanner{bottom:calc(16px + var(--fixed-footer-height, 0px));z-index:6;opacity:0;transform:translateY(100px)}.redEnvelopeBanner.animation,.redEnvelopeBanner.no-animation{opacity:1;transform:translateY(0)}.redEnvelopeBanner.animation{transition:opacity .3s,transform .3s}.redEnvelopeBanner-wrapper{box-shadow:0 2px 12px -6px #00000026;display:flex;align-items:center;position:relative;width:calc(100% - 32px);height:60px;font-weight:500;font-size:13px;line-height:1.5;color:#fff;background:#ff5b57;border-radius:8px;padding:0 16px 0 0;margin:0 16px}.redEnvelopeBanner-body{margin-right:8px}.redEnvelopeBanner-title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.redEnvelopeBanner-button{position:relative;display:flex;align-items:center;width:-moz-fit-content;width:fit-content;font-weight:400;font-size:13px;font-weight:500;height:24px;border-radius:13px;padding:4px 9px;margin-left:auto;color:#ff5b57;background:#fff;cursor:pointer;white-space:nowrap}.redEnvelopeBanner-button:after{content:"";display:block;position:absolute;left:0;top:0;width:200%;height:200%;transform:translate(-25%,-25%)}.redEnvelopeBanner-close{position:absolute;right:-9px;top:-9px;width:18px;height:18px;background:#0003;border-radius:18px;cursor:pointer}.redEnvelopeBanner-close:after{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.ui-button[data-v-d2a788d9]{white-space:nowrap;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#1ec687;font-weight:500;width:76px;height:25px;font-size:12px;border-radius:25px}.ui-button.light[data-v-d2a788d9]{color:#1ec687;background-color:#f5f5f5}.checked[data-v-d2a788d9],.disabled[data-v-d2a788d9]{cursor:default;background-color:#b7b7b7}.disabled.light[data-v-d2a788d9],.light.checked[data-v-d2a788d9]{color:#b7b7b7;background-color:#f5f5f5}.checked[data-v-d2a788d9]:before{background-image:url(./ico-checkedWhite.CSrkc97X.svg);margin-left:-6px;margin-right:2px}.checked.light[data-v-d2a788d9]:before,.checked[data-v-d2a788d9]:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.checked.light[data-v-d2a788d9]:before{background-image:url(./ico-checkedGray.Tvl1Ks0l.svg)}.loading[data-v-d2a788d9]{content:"";background-image:url(./ico-loading--white.5G4YHqfR.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.toastFixed[data-v-36f4944f]{line-height:1.5;color:#f5f5f5;display:flex;justify-items:center;align-items:center;flex-direction:column;padding:16px;width:246px;border-radius:8px;background-color:#000000d9;box-sizing:content-box;position:fixed;z-index:20}.toastFixed--center[data-v-36f4944f]{left:50%;top:50%;transform:translate(-50%,-50%)}.toastFixed--bottom[data-v-36f4944f]{bottom:72px;bottom:calc(72px + var(--android-safe-area-inset-bottom, 0));bottom:calc(72px + var(--android-safe-area-inset-bottom, constant(safe-area-inset-bottom)));bottom:calc(72px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));left:50%;transform:translate(-50%)}.toastFixed-title[data-v-36f4944f]{font-size:17px;font-weight:700;margin-bottom:4px;text-align:center}.toastFixed-info[data-v-36f4944f]{font-size:13px;text-align:center}.toastFixed-button[data-v-36f4944f]{width:auto;margin-top:12px}.toastFixed-buttonLink[data-v-36f4944f]{padding:0 14px 0 6px;content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:auto;height:auto;display:inline-block;background-repeat:no-repeat;background-size:contain;background-position:100%;background-size:14px}.toastFixed-buttonIcon[data-v-36f4944f]{width:15px;height:15px;margin-left:2px}.animateImage{display:inline-block;position:relative}.animateImage-canvas{position:absolute;top:0;left:0;z-index:1}.animateImage-image{display:block;z-index:2}.searchKeywordRedEnvelope-coinAnimationWrapper{position:fixed;left:0;right:0}@media screen and (min-width:790px){.searchKeywordRedEnvelope-coinAnimationWrapper{left:calc(100vw - 100%)}}.searchKeywordRedEnvelope-coinAnimationWrapper{bottom:0;top:0;display:flex;justify-content:center;align-items:flex-end;max-width:750px;height:100vh;margin:0 auto;z-index:10}.img-loading[data-v-45739c29]{display:block;margin-left:auto;margin-right:auto}.infiniteScrollWrapper-loading{display:flex;justify-content:center;align-items:center;height:72px}.topicItem{padding:0}.topicItem,.topicItem-image{display:block;width:100%;background-color:#fff;border-radius:8px;overflow:hidden}.topicItem-image{position:relative;height:0;padding-bottom:56.2682%;filter:brightness(97%)}.topicItem-mediaBadge{position:absolute;right:0;bottom:0;content:"";background-image:url(./badge-media.BplkG1D_.svg);width:40px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.topicItem-down{padding-top:8px;background-color:#fff}.topicItem-title{font-size:15px;font-weight:600;color:#555;margin-bottom:6px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.topicItem-popularBadge{margin-right:4px;position:relative;top:3px;content:"";background-image:url(./badge-popular.B5YAjv1y.svg);width:30px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.topicItem-description{font-size:12px;color:#949494;margin-bottom:12px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.topicItem-count{display:flex;align-items:center;-moz-column-gap:1px;column-gap:1px;font-size:12px;line-height:1.17;color:#949494;margin-bottom:4px}.topicItem-count:before{content:"";background-image:url(./ico-eye--gray.BrDiTyri.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.topicItem.fixed-height .topicItem-description,.topicItem.fixed-height .topicItem-title{height:3em}.hotTopic{width:100%;border-radius:8px;overflow:hidden}.hotTopic-title{width:100%;font-size:15px;font-weight:600;color:#a57b3f;background-color:#f0dec4;padding:12px}.hotTopic-link{display:flex;align-items:center}.hotTopic-list{padding:16px 12px;display:grid;row-gap:16px;background-color:#fff}.hotTopic-image{display:none;overflow:hidden;width:62px;height:35px;background-color:#00000008;margin-right:12px;border-radius:4px}@media(min-width:750px){.hotTopic-image{display:block}}.hotTopic-info{display:grid;row-gap:4px}.hotTopic-name{font-size:14px;font-weight:600;color:#555}.hotTopic-count,.hotTopic-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hotTopic-count{font-size:12px;color:#949494}.hotTopic.landscape .hotTopic-list{background-color:#f6f1ea}.hotTopic.landscape .hotTopic-image{display:block}.topicItemList{display:grid;-moz-column-gap:8px;column-gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.topicItemList-columns{width:100%}.topicItemList-item{margin-bottom:8px}.sectionTitle-contentWrapper{position:absolute;inset:0;margin:auto}.sectionTitle{position:relative;width:100%;margin-bottom:16px}.sectionTitle-heading{display:flex;align-items:center;font-size:17px;font-weight:700;width:80%;flex-wrap:wrap;word-break:break-all;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.sectionTitle-contentWrapper{display:flex;align-items:center;justify-content:flex-end;left:auto}.sectionTitle-more{display:flex;align-items:center;font-size:12px;line-height:14px;color:#949494}.sectionTitle-more:after{content:"";background-image:url(./ico-arrow--rightGrayBold.D4AV8bOv.svg);width:6px;height:9px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:5px}.sectionTitle.gradientBackground{position:relative;padding:16px 16px 0;background-color:#fff;width:100%}.sectionTitle.gradientBackground:after{content:"";position:absolute;top:100%;left:0;width:100%;height:140px;background:linear-gradient(180deg,#fff,#fff 15.52%,#fff0 96.99%);z-index:0}.latestTopics{width:100%;padding:36px 16px}.latestTopics-header{width:100%;margin-bottom:8px}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}:is(.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress)) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}:is(.swiper-button-next,.swiper-button-prev).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-next,.swiper-button-prev).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-next,.swiper-button-prev){display:none!important}:is(.swiper-button-next,.swiper-button-prev) ::slotted(svg),:is(.swiper-button-next,.swiper-button-prev) svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - var(--swiper-navigation-size)/2)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev .swiper-navigation-icon,.swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-next,.swiper-horizontal~.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - var(--swiper-navigation-size)/2);margin-left:0}.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal .swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev,.swiper-horizontal~.swiper-button-next,.swiper-horizontal .swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal .swiper-button-prev) .swiper-navigation-icon,:is(.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal .swiper-button-prev) ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon,:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon){transform:rotate(0)}.swiper-vertical .swiper-button-next,.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-next,.swiper-vertical~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);right:auto;margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon,:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon,:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon){transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination.swiper-pagination-disabled,.swiper-pagination-disabled>.swiper-pagination{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>.swiper-pagination-progressbar,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>.swiper-scrollbar{display:none!important}.swiper-scrollbar.swiper-scrollbar-horizontal,.swiper-horizontal>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2)}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2)}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;inset:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.swiperContainer-next,.swiperContainer-prev{display:flex;justify-content:center;align-items:center;position:absolute;bottom:calc(50% - 8px);width:32px;height:32px;border-radius:100px;border:1px solid rgba(0,0,0,.05);background:#fff;box-shadow:0 2px 4px -2px #00000026;z-index:1;opacity:0;cursor:pointer;transition:.5s}.swiperContainer-next:hover,.swiperContainer-prev:hover{background:linear-gradient(0deg,#00000014,#00000014),#fff}.swiper-container:hover .swiperContainer-next,.swiper-container:hover .swiperContainer-prev{opacity:1}.swiperContainer--prepare .swiper-slide:not(:first-child){display:none}.swiperContainer-prev{left:24px}.swiperContainer-prev:after{content:"";background-image:url(./ico-arrow--leftBlack.CnoHEo6X.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.swiperContainer-next{right:24px}.swiperContainer-next:after{content:"";background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.swiperSlides{overflow:hidden}.swiperSlides-slide{padding-left:16px;padding-right:16px}.swiperSlides-pagination{display:flex;justify-content:center}.swiperSlides-pagination--default{position:absolute;bottom:8px!important;z-index:1}.swiperSlides-bullet{overflow:hidden;width:16px;height:3px;border-radius:3px;margin:0 1.5px;will-change:transform}.swiperSlides-bullet:after{content:"";display:block;width:0;height:100%}.swiperSlides-bullet--active:after{width:100%;animation:calc(var(--swiper-autoplay-delay, 0s) + .3s) linear forwards swiperSlides-bullet;transform-origin:left}.swiperSlides-pagination--disableAnimation .swiperSlides-bullet--active:after{animation:none}@keyframes swiperSlides-bullet{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.swiperSlides-whiteTheme .swiperSlides-bullet{background-color:#fff6}.swiperSlides-whiteTheme .swiperSlides-bullet:after{background-color:#fff}.swiperSlides-greenTheme .swiperSlides-bullet{background-color:#b7b7b74d}.swiperSlides-greenTheme .swiperSlides-bullet:after{background-color:#1ec687}.swiperSlides-redTheme .swiperSlides-bullet{background-color:#b7b7b74d}.swiperSlides-redTheme .swiperSlides-bullet:after{background-color:#ff5b57}.swiperSlides-themedBlueTheme .swiperSlides-bullet{background-color:#b7b7b74d}.swiperSlides-themedBlueTheme .swiperSlides-bullet:after{background-color:var(--page-event-theme-color,#4696fa)}.swiperSlides-goldTheme .swiperSlides-bullet{background-color:#f5f5f5}.swiperSlides-goldTheme .swiperSlides-bullet:after{background-color:#a57b3f}.topicSlideList-pagination{height:6px;margin-top:48.5%;position:absolute;top:0;z-index:1}.topicSlideList .topicSlideList-item{padding-left:2px;padding-right:2px}.serviceWrap-mainTab[data-v-bfc1051a]{display:grid;grid-template-columns:repeat(3,1fr);background-color:#f5f5f5;padding:2px;margin:12px 12px 4px;border-radius:36px}.serviceWrap-mainItem[data-v-bfc1051a]{display:flex;justify-content:center;align-items:center;height:32px;font-weight:500;font-size:14px;border-radius:32px;color:#949494;cursor:pointer}.serviceWrap-mainItem.active[data-v-bfc1051a]{border:1px solid #efefef;color:#000;background-color:#fff}.serviceWrap-mainItem.new[data-v-bfc1051a]:after{position:absolute;display:block;content:"";height:8px;width:8px;border-radius:8px;background-color:#1ec687;box-shadow:0 2px 4px #1ec68726;transform:translate(calc(50% + 16px),-10px)}.serviceWrapMerchants-badge[data-v-edfd1ada],.serviceWrapMerchants-newShop[data-v-edfd1ada]{position:absolute;width:34px;height:18px;background-size:contain;top:-4px;z-index:1}.serviceWrapMerchants-empty[data-v-edfd1ada]{display:flex;justify-content:center;align-items:center;grid-row-start:3;grid-column-start:1;grid-column-end:3;font-weight:400;font-size:13px;color:#949494;width:100%;text-align:center;align-items:flex-end}.serviceWrapMerchants-list[data-v-edfd1ada]{display:inline-grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr);grid-auto-flow:column;width:100%;height:328px;-moz-column-gap:16px;column-gap:16px;row-gap:14px;padding:16px;flex-shrink:0}.serviceWrapMerchants-item[data-v-edfd1ada]{position:relative;display:grid;align-items:center;grid-template-columns:max-content 1fr max-content;-moz-column-gap:8px;column-gap:8px;height:48px}.skeleton .serviceWrapMerchants-item[data-v-edfd1ada]{grid-template-columns:max-content 1fr}.skeleton .serviceWrapMerchants-item[data-v-edfd1ada]:before{opacity:.05;display:block;content:"";width:48px;height:48px;border-radius:48px;background:#000}.skeleton--animate .serviceWrapMerchants-item[data-v-edfd1ada]:before{animation:placeholder-skeleton-edfd1ada .6s ease-in-out infinite alternate}.skeleton .serviceWrapMerchants-item em[data-v-edfd1ada]{display:grid;grid-template-rows:repeat(2 1fr);row-gap:8px}.skeleton .serviceWrapMerchants-item em[data-v-edfd1ada]:before{opacity:.05;display:block;content:"";width:100%;height:12px;border-radius:8px;background:#000}.skeleton .serviceWrapMerchants-item em[data-v-edfd1ada]:after{opacity:.05;display:block;content:"";width:50px;height:12px;border-radius:8px;background:#000}.skeleton--animate .serviceWrapMerchants-item em[data-v-edfd1ada]:after,.skeleton--animate .serviceWrapMerchants-item em[data-v-edfd1ada]:before{animation:placeholder-skeleton-edfd1ada .6s ease-in-out infinite alternate}.serviceWrapMerchants-badge[data-v-edfd1ada]{background-image:url(./badge-plus--green.CLgjm9Us.png)}.serviceWrapMerchants-newShop[data-v-edfd1ada]{background-image:url(./badge-newShop--blue.BVFcsH2p.png)}.serviceWrapMerchants-img[data-v-edfd1ada]{display:flex;width:48px;height:48px;border-radius:48px;overflow:hidden;filter:brightness(97%)}.serviceWrapMerchants-info[data-v-edfd1ada]{display:grid;row-gap:2px;align-items:center;font-weight:600;font-size:13px;line-height:16px;color:#111;height:-moz-fit-content;height:fit-content}.serviceWrapMerchants-name[data-v-edfd1ada]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}.serviceWrapMerchants-points[data-v-edfd1ada]{color:#07b53b;display:flex;align-items:center;font-weight:400}.serviceWrapMerchants-points[data-v-edfd1ada]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}@keyframes placeholder-skeleton-edfd1ada{0%{opacity:.05}to{opacity:.02}}.serviceWrapMerchants-button[data-v-ad3215c9]{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#111;height:36px;border-radius:18px;background-color:#f5f5f5;margin:0 16px 16px}.serviceWrapMerchants-button-hide[data-v-ad3215c9]{opacity:0}.serviceWrapMerchants-button[data-v-ad3215c9]:after{content:"";background-image:url(./ico-arrow--right111111.q8YJKxfQ.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.scrollableWrapper{overflow:hidden}.scrollableWrapper>:first-child{scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap}.scrollableWrapper>:first-child::-webkit-scrollbar{width:0;display:none}.scrollableWrapper.horizontal{padding-bottom:0!important}.scrollableWrapper.horizontal>:first-child{padding-bottom:17px!important;margin-bottom:-17px!important;overflow-x:scroll;overflow-y:hidden}.scrollableWrapper.vertical{padding-right:0!important}.scrollableWrapper.vertical>:first-child{padding-right:17px!important;margin-right:-17px!important;overflow-x:hidden;overflow-y:scroll}.scrollableWrapper>:not(:first-child){display:none!important}.drag-scrollable,.drag-scrolling,.drag-scrolling *{cursor:grab!important}.horizontalScrollable.offsetPanelPadding{margin-left:-16px;margin-right:-16px}.horizontalScrollable-frontGradient,.horizontalScrollable-lastGradient{background:linear-gradient(270deg,#fff 12.38%,#fff0);position:absolute;width:32px;height:100%;top:0;z-index:1;transition:all .3s;opacity:1}.horizontalScrollable{overflow:hidden;position:relative}.horizontalScrollable-wrapper{display:grid}.horizontalScrollable-wrapper>:first-child{padding:0 16px}.horizontalScrollable-frontGradient{transform:scaleX(-1) translate(0);left:0}.horizontalScrollable-frontGradient.hidden{transform:scaleX(-1) translate(100%);opacity:0}.horizontalScrollable-lastGradient{right:0;transform:translate(0)}.horizontalScrollable-lastGradient.hidden{transform:translate(100%);opacity:0}.horizontalScrollable-scrollBar{position:relative;height:3px;border-radius:3px;background-color:#0000001a;overflow:hidden;width:var(--scrollBarWidth);margin:16px auto 0}.horizontalScrollable-scrollBarThumb{position:absolute;left:var(--scrollBarThumbPosition);display:inline-block;width:var(--scrollBarThumbWidth);height:3px;border-radius:3px;background-color:#000}.serviceWrapTab[data-v-a412597d]{border-bottom:1px solid #efefef}.serviceWrapTab-list[data-v-a412597d]{position:relative;display:inline-flex;-moz-column-gap:32px;column-gap:32px}.serviceWrapTab-item[data-v-a412597d]{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:15px;height:60px;color:#949494;cursor:pointer}.serviceWrapTab-item.active[data-v-a412597d]{position:relative;color:#000}.serviceWrapTab-bar[data-v-a412597d]{position:absolute;height:3px;top:57px;background-color:#000;transition:transform .2s ease,width .3s ease,opacity .3s ease;opacity:0}.noteEditInput[data-v-c18e4977]{display:flex;align-items:center;position:relative;padding:0 14px;height:44px;border:1px solid #efefef;border-radius:8px}.noteEditInput[data-v-c18e4977]:focus-within{border-color:#1ec687}.noteEditInput:focus-within .noteEditInput-cancelBtn[data-v-c18e4977]{opacity:1}.noteEditInput input[data-v-c18e4977]{border:none;padding:0 18px 0 0;width:100%;font-size:15px;line-height:22px;outline:none;caret-color:#1ec687}.noteEditInput input[data-v-c18e4977]::-moz-placeholder{color:#b7b7b7}.noteEditInput input[data-v-c18e4977]::placeholder{color:#b7b7b7}.noteEditInput input[type=number][data-v-c18e4977]::-webkit-inner-spin-button,.noteEditInput input[type=number][data-v-c18e4977]::-webkit-outer-spin-button{-webkit-appearance:none}.noteEditInput.disable[data-v-c18e4977]{background-color:#f5f5f5}.noteEditInput.disable input[data-v-c18e4977]{background-color:#f5f5f5;color:#b7b7b7;border-color:#efefef}.noteEditInput.disable[data-v-c18e4977]:focus-within{border-color:#efefef}.noteEditInput.disable:focus-within .noteEditInput-cancelBtn[data-v-c18e4977]{opacity:0}.noteEditInput.error[data-v-c18e4977],.noteEditInput.error[data-v-c18e4977]:focus-within{border-color:#ff5b57}.noteEditInput-cancelBtn[data-v-c18e4977]{position:absolute;right:14px;cursor:pointer;content:"";background-image:url(./ico-cancelWhite.6tHz8eS3.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;opacity:0}.noteEditInput-alert[data-v-c18e4977]{width:100%;font-size:12px;line-height:18px;color:#ff5b57;margin-top:6px}.notePostLink-button[data-v-f7e1439a]{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.notePostLink[data-v-f7e1439a]{display:grid;row-gap:16px;height:-moz-fit-content;height:fit-content}.notePostLink-button.disabled[data-v-f7e1439a]{cursor:unset;background-color:#c8c8c8}.notePostLink-terms[data-v-f7e1439a]{font-size:12px;line-height:18px;color:#b7b7b7}.noteBanner[data-v-bf4fb80f]{display:grid;align-items:center;grid-template-columns:max-content 1fr;width:100%;height:52px;font-weight:600;font-size:15px;line-height:22px;padding:0 12px;background-color:#d7f4e9;background-image:url(./img-notebannerBg.CsLcSsSa.svg);background-size:120px 52px;background-repeat:no-repeat;background-position:100%;border-radius:8px;transform-origin:top}.noteBanner[data-v-bf4fb80f]:before{content:"";background-image:url(./ico-shoppingNoteBlack.BzRwSPw5.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:8px}.noteBanner.entering[data-v-bf4fb80f]{transform:scaleY(0);animation:slide-in-bf4fb80f .3s ease-in-out forwards}@keyframes slide-in-bf4fb80f{0%{transform:scaleY(0)}50%{transform:scaleY(0)}to{transform:scaleY(1)}}.errorPage{margin-bottom:28px}.noteInfo-productImage>img[data-v-552a338f],.noteInfo-topImg>img[data-v-552a338f]{position:absolute;inset:0;margin:auto}.noteInfo[data-v-552a338f]{display:grid;grid-template-columns:max-content 1fr;-moz-column-gap:10px;column-gap:10px;cursor:pointer}.noteInfo-productImage[data-v-552a338f]{width:100px;height:100px;overflow:hidden;position:relative;background-color:#00000008;filter:brightness(97%);border-radius:8px}.noteInfo-content[data-v-552a338f]{display:grid;row-gap:4px;grid-auto-rows:max-content 1fr max-content}.noteInfo-top[data-v-552a338f]{display:grid;grid-template-columns:max-content 1fr;align-items:center;-moz-column-gap:4px;column-gap:4px;font-weight:400;font-size:12px;line-height:18px;color:#949494}.noteInfo-topImg[data-v-552a338f]{width:24px;height:24px;overflow:hidden;position:relative;background-color:#00000008;filter:brightness(97%);border-radius:24px}.noteInfo-topText[data-v-552a338f]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noteInfo-nameBlock[data-v-552a338f]{display:grid;grid-template-columns:1fr max-content;-moz-column-gap:10px;column-gap:10px;font-weight:600;font-size:15px;line-height:22px}.noteInfo-nameBlock.soldOut[data-v-552a338f]{grid-template-columns:1fr}.noteInfo-editIcon[data-v-552a338f]{content:"";background-image:url(./ico-pen949494.BZVhkxZe.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer}.noteInfo-name[data-v-552a338f]{color:#111;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.noteInfo-name.placeholder[data-v-552a338f]{color:#c8c8c8}.noteInfo-text[data-v-552a338f]{display:flex;align-items:center;font-weight:500;font-size:13px;line-height:16px;color:#111;justify-content:space-between}.noteInfo-soldOut[data-v-552a338f]{color:#c8c8c8}.noteInfo-link[data-v-552a338f]{display:flex;align-items:center;-moz-column-gap:1px;column-gap:1px}.noteInfo-link[data-v-552a338f]:after{background-image:url(./ico-outlink111111.DD33-WtY.svg)}.noteInfo-link.check[data-v-552a338f]:after,.noteInfo-link[data-v-552a338f]:after{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteInfo-link.check[data-v-552a338f]:after{background-image:url(./ico-arrow--right111111.q8YJKxfQ.svg)}.noteInfo-notice[data-v-552a338f]{background-color:transparent;content:"";background-image:url(./ico-exclamationMarkGrey.CEgQ3w61.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteMemo-tag.addTag[data-v-f9da4236]:after{position:absolute;inset:0;margin:auto}.noteMemo[data-v-f9da4236]{cursor:pointer;display:grid;grid:auto/1fr max-content;padding:12px;background-color:#fff;border-radius:8px}.noteMemo-mainContent[data-v-f9da4236]{grid-column:span 2;font-weight:400;font-size:15px;line-height:22px;color:#555;min-height:44px}.noteMemo-mainContentText[data-v-f9da4236]{overflow-wrap:break-word}.noteMemo-placeholder[data-v-f9da4236]{color:#c8c8c8}.noteMemo-tags[data-v-f9da4236]{padding-top:4px}.noteMemo-tag[data-v-f9da4236]{display:inline-block;font-size:13px;color:#555;width:-moz-fit-content;width:fit-content;max-width:220px;line-height:32px;padding:0 8px;margin:8px 8px 0 0;background-color:#f5f5f5;border-radius:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noteMemo-tag[data-v-f9da4236]:before{content:"#"}.noteMemo-tag.placeholder[data-v-f9da4236]{display:flex;align-items:center}.noteMemo-tag.placeholder[data-v-f9da4236]:after{content:"";background-image:url(./ico-plus111111.m8dDflS3.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteMemo-tag.addTag[data-v-f9da4236]{position:relative;width:32px}.noteMemo-tag.addTag[data-v-f9da4236]:before{color:#f5f5f5}.noteMemo-tag.addTag[data-v-f9da4236]:after{background-image:url(./ico-plus111111.m8dDflS3.svg)}.noteMemo-tag.addTag.disabled[data-v-f9da4236]:after,.noteMemo-tag.addTag[data-v-f9da4236]:after{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteMemo-tag.addTag.disabled[data-v-f9da4236]:after{cursor:default;background-image:url(./ico-plusc8c8c8.Wh1N6N8x.svg)}.noteMemo-penIcon[data-v-f9da4236]{margin:auto 0 6px}.noteMemo-penIcon[data-v-f9da4236]:after{content:"";background-image:url(./ico-pen949494.BZVhkxZe.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.uiPoint[data-v-b29baea1]{display:inline-flex;vertical-align:bottom;align-items:center;-moz-column-gap:1px;column-gap:1px;color:#07b53b}.uiPoint[data-v-b29baea1]:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:1em;height:1em;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0;min-width:14px;min-height:14px}.uiPoint.gray[data-v-b29baea1]{color:#b7b7b7}.uiPoint.gray[data-v-b29baea1]:before{content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:1em;height:1em;display:inline-block;background-repeat:no-repeat;background-size:contain}.uiPoint.strikethrough[data-v-b29baea1]{text-decoration:line-through}.noteCostItem[data-v-b6b38031]{display:flex;align-items:center;height:32px;-moz-column-gap:1px;column-gap:1px;font-size:13px;color:#111}.noteCostItem.isEditable[data-v-b6b38031]{cursor:pointer}.noteCostItem-editIcon[data-v-b6b38031]{content:"";background-image:url(./ico-pen949494.BZVhkxZe.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteCostItem-name[data-v-b6b38031]{margin-right:auto}.noteCostItem-name.isBasePrice[data-v-b6b38031]{color:#949494}.noteCostItem-status[data-v-b6b38031]{font-weight:600;font-size:15px;line-height:18px;width:10px}.noteCostItem-status.ADD[data-v-b6b38031]:before{content:"+";color:#ff5b57}.noteCostItem-status.SUBTRACT[data-v-b6b38031]:before{content:"-";color:#06c755}.noteCostItem-cost[data-v-b6b38031]{display:inline-flex;-moz-column-gap:4px;column-gap:4px;font-weight:600;font-size:15px}.noteCost-container[data-v-874ede8d]{display:grid;padding:0 16px;background-color:#fff;border-radius:8px;overflow:hidden}.noteCost-container[data-v-874ede8d]:first-child{margin-bottom:16px}.noteCost-content[data-v-874ede8d]:first-child{padding-top:16px}.noteCost-title[data-v-874ede8d]{font-size:17px;font-weight:600;margin-bottom:8px}.noteCost-reward[data-v-874ede8d]{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;height:32px;font-size:12px;color:#b7b7b7}.noteCost-rewardAmount[data-v-874ede8d]{font-weight:600;font-size:15px;color:#06c755;margin-left:auto}.noteCost-rewardAmount.grey[data-v-874ede8d]{color:#c8c8c8}.noteCost-point[data-v-874ede8d]{font-size:13px}.noteCost-angpau[data-v-874ede8d]{display:flex;align-items:center;font-size:13px;color:#ff5b57;-moz-column-gap:1px;column-gap:1px}.noteCost-angpau[data-v-874ede8d]:before{content:"";background-image:url(./ico-angpau.T5T0hVop.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteCost-angpau.noRedEnvelope[data-v-874ede8d]{color:#c8c8c8}.noteCost-angpau.noRedEnvelope[data-v-874ede8d]:before{content:"";background-image:url(./ico-angpauMonochrome.DhKf0X6A.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteCost-mission[data-v-874ede8d]{display:flex;align-items:center;font-size:13px;color:#07b53b;-moz-column-gap:1px;column-gap:1px}.noteCost-mission[data-v-874ede8d]:before{content:"";background-image:url(./ico-rewardMission.CqGtjBsp.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteCost-mission.noMission[data-v-874ede8d]{color:#c8c8c8}.noteCost-mission.noMission[data-v-874ede8d]:before{content:"";background-image:url(./icon_missionDisable.BO9SDy4V.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteCost-button[data-v-874ede8d]{display:flex;justify-content:center;align-items:center;-moz-column-gap:2px;column-gap:2px;font-weight:600;font-size:13px;color:#111;width:calc(100% + 32px);height:40px;margin:8px -16px 0;cursor:pointer;background-color:#fff;border:solid #f5f5f5;border-width:1px 0}.noteCost-button[data-v-874ede8d]:before{content:"";background-image:url(./ico-plus111111.m8dDflS3.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteCost-link[data-v-874ede8d]{display:flex;justify-content:center;align-items:center;height:36px;font-size:14px;font-weight:500;background-color:#f5f5f5;border-radius:18px;margin-bottom:16px}.noteCost-soldOut[data-v-874ede8d]{color:#c8c8c8}.noteCost-totalPrice[data-v-874ede8d]{display:flex;align-items:center;height:40px;font-size:13px;color:#949494}.noteCost-totalPrice em[data-v-874ede8d]{margin-left:auto;font-weight:600;font-size:20px;color:#111}.noteCost-totalReward[data-v-874ede8d]{color:#111;font-weight:700;font-size:13px;margin-left:auto;display:flex;align-items:center}.noteCost-totalRewardAmount[data-v-874ede8d]{display:flex;justify-content:center;align-items:center;-moz-column-gap:1px;column-gap:1px;font-size:20px;margin-left:2px}.noteCost-totalRewardAmount[data-v-874ede8d]:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteCost-updateInfo[data-v-874ede8d]{display:flex;justify-content:center;align-items:center;font-size:12px;line-height:18px;color:#b7b7b7;padding:8px 0}.noteDetail-content[data-v-272ca1f2]{min-height:172px;background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 172px no-repeat;display:grid;padding:8px 16px;row-gap:16px}.noteDetail-content.popupMode[data-v-272ca1f2]{background:transparent;padding:0}.noteDetail-updateTime[data-v-272ca1f2]{font-size:12px;line-height:18px;color:#949494}.noteDetail-terms[data-v-272ca1f2]{margin-top:20px}.noteDetail-termsItem[data-v-272ca1f2]{display:flex;font-size:12px;line-height:18px;color:#949494;gap:5px}.noteDetail-termsItem-termsIndicator[data-v-272ca1f2]{width:10px}.noteDetail-link{color:#638dff;text-decoration:underline}.notePreview{display:grid;row-gap:16px;grid-template-rows:min-content min-content;min-height:100%}.notePreview.loading{display:flex;justify-content:center;align-items:center}.notePopupFooter-button.loading[data-v-c2422a37]:after{position:absolute;inset:0;margin:auto}.notePopupFooter[data-v-c2422a37]{position:fixed;right:0}@media screen and (min-width:790px){.notePopupFooter[data-v-c2422a37]{left:calc(100vw - 100%)}}.notePopupFooter[data-v-c2422a37]{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.notePopupFooter[data-v-c2422a37]{width:749px}}.notePopupFooter-button.primary[data-v-c2422a37]{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.notePopupFooter[data-v-c2422a37]{display:grid;align-items:center;grid-template-columns:max-content 1fr;-moz-column-gap:16px;column-gap:16px;left:0;background-color:#fff;box-shadow:0 -2px 12px -6px #00000026;z-index:6;padding:10px 16px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.notePopupFooter[data-v-c2422a37]>:only-child{grid-column:1/-1}.notePopupFooter-button[data-v-c2422a37]{display:flex;justify-content:center;align-items:center;-moz-column-gap:1px;column-gap:1px;font-weight:500;font-size:14px;color:#777;height:36px;padding:0 13px;cursor:pointer}.notePopupFooter-button.secondary[data-v-c2422a37]{background-color:transparent}.notePopupFooter-button.secondary.danger[data-v-c2422a37]{color:#ff5b57}.notePopupFooter-button.secondary.danger[data-v-c2422a37]:before{content:"";background-image:url(./ico-trashCanRed.DFMeqfHR.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.notePopupFooter-button.primary[data-v-c2422a37]{background-color:#1ec687}.notePopupFooter-button.primary.danger[data-v-c2422a37]{background-color:#ff5b57}.notePopupFooter-button.primary.disabled[data-v-c2422a37]{cursor:unset;background-color:#c8c8c8}.notePopupFooter-button.loading[data-v-c2422a37]:after{content:"";background-image:url(./img-loading.DAd8vyWK.svg);width:22px;height:22px;display:inline-block;background-repeat:no-repeat;background-size:contain;z-index:3;margin-top:9px;animation:spin-c2422a37 1s linear 1s infinite}@keyframes spin-c2422a37{to{transform:rotate(1turn)}}.popupContainer{position:fixed;left:0;right:0}@media screen and (min-width:790px){.popupContainer{left:calc(100vw - 100%)}}.popupContainer{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.popupContainer{width:749px}}.popupContainer{background-color:#fff;max-height:80vh;overflow:hidden auto;border-radius:8px 8px 0 0;padding-left:var(--card-body-padding,16px);padding-right:var(--card-body-padding,16px);scrollbar-width:none;-ms-overflow-style:none}.popupContainer::-webkit-scrollbar{width:0;display:none}.popupContainer.noPadding{--card-body-padding:0}.popupContainer:not(.hasFooter){padding-bottom:calc(var(--card-body-padding, 16px) + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.popupContainer.theme--green{background-color:#1ec687}.popupContainer.theme--grey{background-color:#f5f5f5}.popupContainer-header{position:sticky;display:flex;top:0;background-color:#fff;margin:0 calc(var(--card-body-padding, 16px)*-1);padding:16px var(--card-body-padding,16px);z-index:1}.theme--green .popupContainer-header{background-color:#1ec687}.theme--grey .popupContainer-header{background-color:#f5f5f5}.popupContainer-backButton{position:relative;content:"";background-image:url(./ico-arrow--left777777.CiUgt2Xu.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer;background-color:transparent;border:0}.popupContainer-backButton:after{content:"";display:block;position:absolute;left:0;top:0;width:150%;height:150%;transform:translate(-16.6666666667%,-16.6666666667%)}.popupContainer-closeButton{position:relative;content:"";background-image:url(./ico-close--black.C0D_WCjI.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer;margin-left:auto;display:block}.popupContainer-closeButton:after{content:"";display:block;position:absolute;left:0;top:0;width:150%;height:150%;transform:translate(-16.6666666667%,-16.6666666667%)}.theme--green .popupContainer-closeButton{background-image:url(./ico-close--white.BH9pt9aA.svg)}.popupContainer-footer{position:sticky;bottom:0;margin:16px calc(var(--card-body-padding, 16px)*-1) 0;padding:10px var(--card-body-padding,16px);background-color:#fff;box-shadow:0 -2px 12px -6px #00000026;z-index:1;padding-bottom:10px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.popupContainer-enter-active,.popupContainer-leave-active{transition:opacity .2s,transform .2s linear;transform:translateY(0)}.popupContainer-enter-from,.popupContainer-leave-to{opacity:0;transform:translateY(90px)}.noteAddCartProducts-popup[data-v-a25f2678]{padding-bottom:72px;padding-bottom:calc(72px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));min-height:80vh;display:grid;grid-template-rows:max-content 1fr;z-index:10}.noteAddCartProducts-content[data-v-a25f2678]{margin:0 -16px;padding:24px 16px 56px;background-color:#f5f5f5}.noteAddCartProducts-title[data-v-a25f2678]{font-weight:600;font-size:17px;line-height:20px;color:#111;margin-bottom:8px}.noteAddCartProducts-subTitle[data-v-a25f2678]{font-size:12px;line-height:18px;margin-bottom:16px;color:#555}.noteAddCartProducts-list[data-v-a25f2678]{background-color:#fff;border-radius:8px;padding:16px 0 0 16px}.noteAddCartProducts-item[data-v-a25f2678]{display:grid;grid-template-columns:30px 1fr}.noteAddCartProducts-itemInner[data-v-a25f2678]{border-radius:8px;padding-left:0}.noteAddCartProducts-check[data-v-a25f2678]{content:"";background-image:url(./ico-okB7B7B7.Hy5_Zqbu.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-top:16px;cursor:pointer}.noteAddCartProducts-check.checked[data-v-a25f2678]{background-image:url(./ico-okOn.CVd3fBBN.svg)}.notePopup[data-v-2bc27bee]{padding-bottom:72px;padding-bottom:calc(72px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));min-height:80vh;display:grid;grid-template-rows:max-content 1fr;z-index:10}.notePopup-content[data-v-2bc27bee]{position:relative;display:grid}.notePopup-content.loading[data-v-2bc27bee]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.noteEditTitle[data-v-c40dd758]{display:flex;align-items:center;-moz-column-gap:1px;column-gap:1px;font-weight:600;font-size:17px;width:100%;height:36px;color:#111}.noteEditTitle.img[data-v-c40dd758]:before{background-image:url(./ico-photo000000.5FvFntbr.svg)}.noteEditTitle.edit[data-v-c40dd758]:before,.noteEditTitle.img[data-v-c40dd758]:before{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteEditTitle.edit[data-v-c40dd758]:before{background-image:url(./ico-pen000000.DBRHNis3.svg)}.noteEditTitle.tag[data-v-c40dd758]:before{background-image:url(./ico-tag000000.Denfp1DR.svg)}.noteEditTitle.dollar[data-v-c40dd758]:before,.noteEditTitle.tag[data-v-c40dd758]:before{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteEditTitle.dollar[data-v-c40dd758]:before{background-image:url(./ico-dollar000000.BBxnChPV.svg)}.noteEditTitle.isNecessary[data-v-c40dd758]:after{content:"*";font-size:15px;line-height:18px;color:#ff5b57}.noteEditMemoText-textarea[data-v-224e7927]{padding:11px 14px;border:1px solid #efefef;border-radius:8px;margin:8px 0 6px}.noteEditMemoText-textarea[data-v-224e7927]:focus-within{border-color:#1ec687}.noteEditMemoText-textarea textarea[data-v-224e7927]{border:none;padding:0;width:100%;min-height:88px;font-weight:400;font-size:15px;line-height:22px;color:#111;outline:none;resize:none;caret-color:#1ec687}.noteEditMemoText-textarea textarea[data-v-224e7927]::-moz-placeholder{color:#b7b7b7}.noteEditMemoText-textarea textarea[data-v-224e7927]::placeholder{color:#b7b7b7}.noteEditMemoText-textCount[data-v-224e7927]{color:#949494;font-size:12px;line-height:18px}.noteEditMemoTag[data-v-606cd789]{display:grid;row-gap:8px}.noteEditMemoTag-inputItem[data-v-606cd789]{display:grid;grid-template-columns:1fr max-content;-moz-column-gap:8px;column-gap:8px}.noteEditMemoTag-submit[data-v-606cd789]{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:14px;color:#fff;padding:0 13px;min-width:54px;height:44px;background-color:#c8c8c8;border-radius:8px}.noteEditMemoTag-submit.active[data-v-606cd789]{background-color:#1ec687}.noteEditMemoTag-list[data-v-606cd789]{display:grid;grid-template-columns:max-content 1fr;align-items:center;height:48px;font-size:12px;color:#949494}.noteEditMemoTag-listText[data-v-606cd789]{position:relative;line-height:48px;padding-right:8px;background-color:#fff;z-index:1}.noteEditMemoTag-taglist[data-v-606cd789]{padding-top:4px}.noteEditMemoTag-taglist[data-v-606cd789]>:not(:first-child){margin-left:8px}.noteEditMemoTag-tag[data-v-606cd789]{display:inline-block;font-size:13px;color:#555;width:-moz-fit-content;width:fit-content;max-width:220px;line-height:32px;padding:0 8px;background-color:#f5f5f5;border-radius:8px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noteEditMemoTag-tag[data-v-606cd789]:before{content:"#"}.noteEditMemoTag-removeBtn[data-v-606cd789]{display:flex;justify-content:center;align-items:center;min-width:54px;height:44px;background-color:#fff}.noteEditMemoTag-removeBtn[data-v-606cd789]:before{content:"";background-image:url(./ico-trashCanRed.DFMeqfHR.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteEditMemoTag-count[data-v-606cd789]{color:#949494;font-size:12px;line-height:18px}.noteEditMemo[data-v-ac415cf5]{display:grid;row-gap:24px;margin-top:8px;height:-moz-fit-content;height:fit-content}.noteEditSelect[data-v-83da6c3b]{display:grid;grid-template-columns:1fr max-content;align-items:center;justify-self:start;-moz-column-gap:10px;column-gap:10px;height:44px;padding:0 14px;font-size:15px;color:#111;transform:translateZ(0);border:1px solid #efefef;border-radius:8px}.noteEditSelect[data-v-83da6c3b]:after{content:"";background-image:url(./ico-arrow--down111111bold.DB1gtSeb.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteEditSelect.opened[data-v-83da6c3b]:after{transform:rotate(180deg)}.noteEditSelect-text[data-v-83da6c3b]{margin:auto 0}.noteEditSelect-text.placeholder[data-v-83da6c3b]{color:#c8c8c8}.noteEditSelect-options[data-v-83da6c3b]{position:absolute;top:calc(100% + 8px);left:0;width:100%;background-color:#fff;border:1px solid #efefef;border-radius:8px}.noteEditSelect-optionItem[data-v-83da6c3b]{padding:16px;white-space:nowrap}.noteEditCost-infoTips[data-v-b3a27858]:before{left:0;right:0;margin-left:auto;margin-right:auto}.noteEditCost[data-v-b3a27858]{display:grid;row-gap:24px;width:100%;height:-moz-fit-content;height:fit-content}.noteEditCost-header[data-v-b3a27858]{display:flex;align-items:center;justify-content:space-between}.noteEditCost-info[data-v-b3a27858]{position:relative;display:flex;align-items:center;font-size:13px;height:36px;width:-moz-fit-content;width:fit-content;color:#777;cursor:pointer}.noteEditCost-info[data-v-b3a27858]:after{content:"";background-image:url(./ico-exclamationMarkGrey.CEgQ3w61.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteEditCost-infoTips[data-v-b3a27858]{position:absolute;top:100%;right:-105px;display:grid;grid-template-columns:1fr max-content;width:240px;font-size:15px;line-height:22px;color:#fff;padding:16px;background-color:#4696fa;border-radius:4px;z-index:1}.noteEditCost-infoTips[data-v-b3a27858]:before{content:"";position:absolute;top:-9px;width:12px;height:9px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:9px solid #4696fa;margin-left:50%}.noteEditCost-infoCloseBtn[data-v-b3a27858]{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteEditCost-deleteBtn[data-v-b3a27858]{display:flex;justify-content:center;align-items:center;color:#ff5b57;background-color:transparent;padding:7px 8px}.noteEditCost-deleteBtn[data-v-b3a27858]:before{content:"";background-image:url(./ico-trashCanRed.DFMeqfHR.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteEditCost-tags[data-v-b3a27858]{display:inline-flex;gap:8px;flex-wrap:wrap;margin-top:8px}.noteEditCost-tag[data-v-b3a27858]{display:flex;align-items:center;display:inline-flex;flex-shrink:0;gap:1px;font-size:13px;color:#555;height:32px;padding:0 8px;border:1px solid #efefef;border-radius:6px}.noteEditCost-tag.credit[data-v-b3a27858]:before{background-image:url(./ico-creditCard.MO3Wkm5M.svg)}.noteEditCost-tag.credit[data-v-b3a27858]:before,.noteEditCost-tag.member[data-v-b3a27858]:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteEditCost-tag.member[data-v-b3a27858]:before{background-image:url(./ico-user.D7s6ESw9.svg)}.noteEditCost-tag.meetAmountReward[data-v-b3a27858]:before{background-image:url(./ico-coinBlack.Ct9QrHk9.svg)}.noteEditCost-tag.coupon[data-v-b3a27858]:before,.noteEditCost-tag.meetAmountReward[data-v-b3a27858]:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteEditCost-tag.coupon[data-v-b3a27858]:before{background-image:url(./ico-couponPercentage.CIm48I56.svg)}.noteEditCost-tag.registration[data-v-b3a27858]:before{background-image:url(./ico-signIn.RQuDDcX3.svg)}.noteEditCost-tag.registration[data-v-b3a27858]:before,.noteEditCost-tag.shipping[data-v-b3a27858]:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteEditCost-tag.shipping[data-v-b3a27858]:before{background-image:url(./ico-lineDelima._tfoT26-.svg)}.noteEditCost-tag.active[data-v-b3a27858]{color:#fff;background-color:#111;border-color:#111}.noteEditCost-tag.active.credit[data-v-b3a27858]:before{background-image:url(./ico-creditCardWhite.BkVg_c6S.svg)}.noteEditCost-tag.active.member[data-v-b3a27858]:before{background-image:url(./ico-userWhite.IJSphSZp.svg)}.noteEditCost-tag.active.meetAmountReward[data-v-b3a27858]:before{background-image:url(./ico-coinWhite.t-RxNaGa.svg)}.noteEditCost-tag.active.coupon[data-v-b3a27858]:before{background-image:url(./ico-couponPercentageWhite.CD6BGOfi.svg)}.noteEditCost-tag.active.registration[data-v-b3a27858]:before{background-image:url(./ico-signInWhite.EeTUhtJC.svg)}.noteEditCost-tag.active.shipping[data-v-b3a27858]:before{background-image:url(./ico-lineDelimaWhite.Y-PHdCqD.svg)}.noteEditCost-itemInfo[data-v-b3a27858]{display:grid;-moz-column-gap:8px;column-gap:8px;grid-template-columns:max-content 1fr max-content}.noteEditCost-itemInfoTitle[data-v-b3a27858]{grid-column:1/4}.noteEditCost-itemDescriptionList[data-v-b3a27858]{grid-column:1/4;margin-top:8px}.noteEditCost-itemDescription[data-v-b3a27858]{display:grid;grid-template-columns:10px 1fr;font-size:12px;line-height:18px;color:#b7b7b7;margin-left:5px}.noteEditCost-itemDescription[data-v-b3a27858]:before{content:"•"}.noteEditPrice[data-v-0ff1e932]{display:grid;grid-template-columns:1fr 44px;color:#111;gap:8px;width:100%;height:-moz-fit-content;height:fit-content}.noteEditPrice-title[data-v-0ff1e932]{grid-column:1/4}.noteEditPrice-unit[data-v-0ff1e932]{height:44px;line-height:44px;margin:0 auto}.noteEditUploadImage-imagePreview>img[data-v-1c0baa80]{position:absolute;inset:0;margin:auto}.noteEditUploadImage[data-v-1c0baa80]{display:grid;gap:24px;width:100%;height:-moz-fit-content;height:fit-content}.noteEditUploadImage-upload[data-v-1c0baa80]{display:flex;align-items:center;flex-direction:column;gap:8px}.noteEditUploadImage-imagePreview[data-v-1c0baa80]{overflow:hidden;position:relative;background-color:#00000008;width:100px;height:0;padding-bottom:100px;border-radius:8px;margin:0 auto}.noteEditUploadImage-alert[data-v-1c0baa80]{width:100%;font-size:12px;line-height:18px;color:#ff5b57;margin-top:-2px}.noteEditUploadImage-uploadBtn[data-v-1c0baa80]{display:flex;justify-content:center;align-items:center;transform:translateZ(0);width:100%;height:36px;font-weight:500;font-size:14px;color:#1ec687;border-radius:36px;border:1px solid #efefef;cursor:pointer}.noteEditUploadImage-uploadBtn[data-v-1c0baa80]:before{content:"";background-image:url(./ico-uploadImage1EC687.DaaQVrkB.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteEditUploadImage-uploadBtn input[data-v-1c0baa80]{position:absolute;opacity:0;width:0;height:0}.noteEditLoading[data-v-984987ab]{display:flex;justify-content:center;align-items:center;margin:auto}.liveAvatarInfo-image>img{position:absolute;inset:0;margin:auto}.liveAvatarInfo{display:grid;align-items:center;grid-template-columns:repeat(2,minmax(0,max-content));-moz-column-gap:4px;column-gap:4px;font-size:12px;color:#949494;width:-moz-fit-content;width:fit-content}.liveAvatarInfo-image{width:20px;height:0;padding-bottom:100%;overflow:hidden;position:relative;background-color:#00000008;border-radius:20px}.liveAvatarInfo-image:after{content:"";position:absolute;display:block;background-color:transparent;width:20px;height:20px;border-radius:20px;border:1px solid rgba(0,0,0,.05);z-index:1}.liveAvatarInfo-text{color:#949494;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveAvatarInfo-text.light{color:#fff}.liveNotice-cover[data-v-b09a2f39]:after,.liveNotice-image[data-v-b09a2f39],.liveNotice-img[data-v-b09a2f39]{position:absolute;inset:0;margin:auto}.liveNotice[data-v-b09a2f39]{width:100%;cursor:pointer}.liveNotice-top[data-v-b09a2f39]{height:100%;border-radius:8px}.liveNotice-cover[data-v-b09a2f39],.liveNotice-top[data-v-b09a2f39]{position:relative;width:100%;overflow:hidden}.liveNotice-cover[data-v-b09a2f39]{display:block;height:0;padding-bottom:133.335%;color:#fff;z-index:3}.liveNotice-cover[data-v-b09a2f39]:after{z-index:2;content:"";background:#00000080}.liveNotice-image[data-v-b09a2f39]{z-index:1}.liveNotice-img[data-v-b09a2f39]{-o-object-fit:cover;object-fit:cover;height:100%;width:100%;max-height:100%;max-width:100%}.liveNotice-time[data-v-b09a2f39]{position:relative;display:grid;row-gap:2px;justify-items:center;font-weight:600;font-size:13px;line-height:20px;color:#fff;z-index:3;margin:calc(70% - 32px) auto auto}.liveNotice-timeText[data-v-b09a2f39]{font-size:24px;line-height:29px}.liveNotice-actionTools[data-v-b09a2f39]{position:absolute;bottom:0;z-index:3;display:grid;align-items:center;grid-template-columns:1fr 32px;-moz-column-gap:8px;column-gap:8px;margin:0 12px 12px;width:calc(100% - 24px)}.liveNotice-button[data-v-b09a2f39]{position:relative;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;height:32px;font-weight:400;font-size:12px;line-height:18px;background-color:#fff3;border-radius:4px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);width:100%;color:#fff}.liveNotice-button[data-v-b09a2f39]:before{background-image:url(./ico-bell--white.As7mgZX1.svg)}.liveNotice-button.supportAddFriend[data-v-b09a2f39]:before,.liveNotice-button[data-v-b09a2f39]:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.liveNotice-button.supportAddFriend[data-v-b09a2f39]:before{background-image:url(./ico-addFriend--white.CY1b6Y3V.svg)}.liveNotice-button.loading[data-v-b09a2f39]:before{content:"";background-image:url(./ico-loading--white.5G4YHqfR.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.liveNotice-button.clicked[data-v-b09a2f39]{cursor:none;background-color:#c8c8c8}.liveNotice-btnFavorite[data-v-b09a2f39]{background-color:transparent;margin-left:6px;border-radius:32px;position:relative}.liveNotice-btnFavorite[data-v-b09a2f39]:after{position:absolute;top:50%;left:50%;width:32px;height:32px;z-index:-1;transform:translate(-50%,-50%);background-color:#fff3;border-radius:4px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.liveNotice-title[data-v-b09a2f39]{font-size:13px;word-break:break-all;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}.liveNotice-detail[data-v-b09a2f39]{display:grid;padding-top:8px;row-gap:6px}.partnerLiveProduct{position:relative;background-color:#fff;margin-bottom:16px;cursor:pointer}.partnerLiveProduct-point{display:flex;align-items:center;font-size:12px;line-height:14px;color:#06c755}.partnerLiveProduct-point:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.partnerLiveProduct-image{position:relative;display:block;overflow:hidden;width:100%;height:0;padding-bottom:100%;border-radius:4px;border:1px solid hsla(0,0%,100%,.1);filter:brightness(97%)}.partnerLiveProduct-lensBtn{position:absolute;z-index:3;bottom:8px;right:8px}.partnerLiveProduct-info{position:relative;margin:8px 8px 0}.partnerLiveProduct-infoTop{width:100%;padding-top:4px;margin-bottom:2px;position:relative}.partnerLiveProduct-priceSet{width:100%;display:block;margin-top:-2px}.partnerLiveProduct-liveBadge{display:inline-block;position:relative;padding:0 4px;font-size:12px;line-height:16px;border-radius:2px;width:-moz-fit-content;width:fit-content;color:#fff;margin-top:4px;margin-right:4px;white-space:nowrap;background-color:#ff5b57;margin-bottom:2px}.partnerLiveProduct-price{font-weight:600;font-size:15px;line-height:18px;color:#ff5b57}.partnerLiveProduct-btnFavorite{position:absolute!important;right:0;top:0}.partnerLiveProduct-mainText{font-size:13px;font-weight:600;margin-bottom:2px;color:#555;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3.2em;white-space:normal;line-height:1.6;word-break:break-all}.recentlyBrowsedBlock-itemImage>img[data-v-10a96e55],.recentlyBrowsedBlock-logo>img[data-v-10a96e55]{position:absolute;inset:0;margin:auto}.recentlyBrowsedBlock-button[data-v-10a96e55]{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.recentlyBrowsedBlock[data-v-10a96e55]{overflow:hidden;border-radius:8px;border:1px solid #e5f4ee}.recentlyBrowsedBlock-top[data-v-10a96e55]{display:flex;justify-content:center;align-items:center;height:38px;font-size:13px;font-weight:600;color:#1ec687;padding:0 12px;background-color:#e5f4ee}.recentlyBrowsedBlock-logo[data-v-10a96e55]{overflow:hidden;position:relative;background-color:#00000008;filter:brightness(97%);display:grid;width:20px;height:0;padding-bottom:20px;border-radius:20px;margin-right:4px;flex-shrink:0}.recentlyBrowsedBlock-name[data-v-10a96e55]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recentlyBrowsedBlock-content[data-v-10a96e55]{display:grid;row-gap:16px;padding:12px 8px 16px;background-color:#fff}.recentlyBrowsedBlock-list[data-v-10a96e55]{display:grid;row-gap:12px}.recentlyBrowsedBlock-item[data-v-10a96e55]{display:grid;grid-template-columns:minmax(54px,26.35%) 1fr;-moz-column-gap:8px;column-gap:8px;cursor:pointer}.recentlyBrowsedBlock-itemImage[data-v-10a96e55]{overflow:hidden;position:relative;background-color:#00000008;filter:brightness(97%);display:grid;width:100%;height:0;padding-bottom:100%;border-radius:4px}.recentlyBrowsedBlock-info[data-v-10a96e55]{display:grid;row-gap:4px;justify-content:start;align-content:flex-start;font-size:12px}.recentlyBrowsedBlock-title[data-v-10a96e55]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:#555}.recentlyBrowsedBlock-price[data-v-10a96e55]{font-size:13px;color:#ff5b57;font-weight:600}.recentlyBrowsedBlock-reward[data-v-10a96e55]{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px;color:#949494}.recentlyBrowsedBlock-point[data-v-10a96e55]{display:flex;align-items:center;font-weight:400;color:#07b53b}.recentlyBrowsedBlock-point[data-v-10a96e55]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.recentlyBrowsedBlock-button[data-v-10a96e55]{color:#1ec687;background-color:#f5f5f5;cursor:pointer}.pictureCard-logo>img{position:absolute;inset:0;margin:auto}.pictureCard{display:grid;height:-moz-fit-content;height:fit-content;background-color:#fff;cursor:pointer}.pictureCard-image{overflow:hidden;border-radius:8px}.pictureCard-down{display:grid;-moz-column-gap:8px;column-gap:8px;grid-template-columns:max-content 1fr;padding:8px 0}.pictureCard-logo{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;width:38px;height:38px;margin:auto 0;filter:brightness(97%)}@media(max-width:374.98px){.pictureCard-logo{width:30px;height:30px}}.pictureCard-info{display:inline-grid;margin:auto 0}.pictureCard-merchant{font-size:13px;font-weight:600;line-height:20px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pictureCard-points{display:flex;align-items:center;font-weight:400;color:#07b53b;font-size:12px}.pictureCard-points:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.pictureCard-points.zero{font-weight:400;color:#b7b7b7}.pictureCard-points.zero:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.infiniteProductList-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:8px;column-gap:8px}.infiniteProductList-insertedBlock{margin-bottom:16px}.partnerPopularProducts[data-v-1abea543]{position:relative;padding:0 16px 16px;background-color:#fff}.productAdvertisement[data-v-d0b20d17]{position:relative;background:#fff;border-bottom:1px solid #f5f5f5;margin-bottom:16px}.productAdvertisement[data-v-d0b20d17]:after{content:"";position:absolute;bottom:-17px;width:100%;height:16px;background-color:#fff}.productAdvertisement[data-v-d0b20d17]:has(.portrait--advertisement){padding-bottom:16px}.searchTabMenu{display:flex;align-items:center;background-color:#fff;border-bottom:1px solid #f5f5f5}.searchTabMenu-item{display:flex;justify-content:center;align-items:center;flex:1;position:relative;font-weight:500;font-size:15px;letter-spacing:0;width:100%;height:48px;color:#949494;cursor:pointer}.searchTabMenu-item:after{position:absolute;content:"";width:1px;height:12px;right:-.5px;top:0;bottom:0;margin:auto;background-color:#efefef}.searchTabMenu-item:last-child:after{content:none}.searchTabMenu-text{display:flex;justify-content:center;align-items:center;height:48px;border-bottom:3px solid #fff}.active .searchTabMenu-text{color:#111;border-bottom:3px solid #000}.sortPopup .popupContainer-header{z-index:3;padding:16px}.sortPopup-item{display:flex;align-items:center;-moz-column-gap:12.5px;column-gap:12.5px;position:relative;font-weight:600;font-size:15px;padding:16px;cursor:pointer;border-bottom:1px solid #f5f5f5}.sortPopup-item:before{content:"";display:inline-block;width:16px;height:16px;border:1px solid #dcdcdc;border-radius:100%;margin-left:2.5px}.sortPopup-item.checked:before{border:1px solid #1ec687}.sortPopup-item.checked:after{content:"";position:absolute;width:10px;height:10px;border-radius:100%;background-color:#1ec687;left:22px}.sortPopup-item:last-child{margin-bottom:16px;border-bottom:none}.uiMerchantEntry[data-v-eb73b645]{display:grid;align-items:center;grid-template-columns:max-content minmax(0,1fr) max-content max-content;-moz-column-gap:8px;column-gap:8px;cursor:pointer}.uiMerchantEntry-image[data-v-eb73b645]{width:48px;height:48px;border-radius:100%;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);filter:brightness(97%);margin-right:2px}.uiMerchantEntry-name[data-v-eb73b645]{font-size:13px;line-height:20px;color:#555;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uiMerchantEntry-name.bold[data-v-eb73b645]{color:#111;font-weight:600}.uiMerchantEntry-name[data-v-eb73b645] em{color:#1ec687}.uiMerchantEntry-info[data-v-eb73b645]{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.uiMerchantEntry-info[data-v-eb73b645]>*{flex-shrink:0}.uiMerchantEntry-separator[data-v-eb73b645]{display:flex;justify-content:center;align-items:center;font-style:normal;color:#949494;width:14px}.uiMerchantEntry-separator[data-v-eb73b645]:before{content:"・";display:block}.uiMerchantEntry-angpauBadge[data-v-eb73b645]{display:flex;align-items:center;white-space:nowrap;color:#ff5b57}.uiMerchantEntry-angpauBadge[data-v-eb73b645]:before{content:"";background-image:url(./ico-angpau.T5T0hVop.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.uiMerchantEntry-directBadge[data-v-eb73b645]{background-image:url(./badge-direct.-_MmXx0U.svg);width:30px}.uiMerchantEntry-adBadge[data-v-eb73b645],.uiMerchantEntry-directBadge[data-v-eb73b645]{content:"";height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.uiMerchantEntry-adBadge[data-v-eb73b645]{background-image:url(./badge-commercial.DH5N_pEF.svg);width:28px}.uiMerchantEntry-button[data-v-eb73b645]{border-radius:9999px;display:block;height:24px;line-height:24px;font-size:13px;color:#777;padding:0 9px;background-color:#f5f5f5}.suggestedMerchantCards[data-v-4cc20b8e]{padding:10px 16px;background:#fff;border-top:8px solid #f5f5f5;border-bottom:8px solid #f5f5f5}.filterPanelV2-colors[data-v-2397ff79]{display:grid;-moz-column-gap:32px;column-gap:32px;row-gap:32px;grid-template-columns:repeat(auto-fit,30px);margin-top:12px}.filterPanelV2-item[data-v-79a4b56c]{margin:12px 8px 0 0}.filterPanelInput[data-v-79a4b56c]{display:grid;align-items:center;-moz-column-gap:8px;column-gap:8px;grid-template-columns:1fr max-content 1fr;font-size:13px;color:#555;margin-top:12px}.filterPanelInput-item[data-v-79a4b56c]{display:flex;align-items:center;height:44px;width:100%;padding:0 14px;border:1px solid #efefef;border-radius:8px}.filterPanelInput-item[data-v-79a4b56c]:focus-within{border-color:#1ec687}.filterPanelInput-item input[data-v-79a4b56c]{border:none;padding:0;width:100%;font-weight:400;font-size:15px;color:#111;outline:none;caret-color:#1ec687}.filterPanelInput-item input[data-v-79a4b56c]::-moz-placeholder{color:#b7b7b7}.filterPanelInput-item input[data-v-79a4b56c]::placeholder{color:#b7b7b7}.filterPanelInput-clearIcon[data-v-79a4b56c]{content:"";background-image:url(./ico-cross-blackAlpha05.jQW0zp14.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.merchantAdvertisementCards[data-v-b094a054]{padding:10px 16px;background:#fff;border-top:8px solid #f5f5f5;border-bottom:8px solid #f5f5f5}.merchantFilter[data-v-8018db14],.merchantFilter-title[data-v-8018db14]{display:flex;align-items:center}.merchantFilter-title[data-v-8018db14]{justify-content:center;height:56px;width:73px;-moz-column-gap:5px;column-gap:5px;font-weight:600;font-size:12px;flex-shrink:0}.merchantFilter-title[data-v-8018db14]:after{content:"";width:0;height:0;border-color:#c8c8c8 transparent transparent;border-style:solid;border-width:5px 4px 0;transform:rotate(0)}.merchantFilter-list[data-v-8018db14]{display:inline-flex;-moz-column-gap:6px;column-gap:6px;padding-left:0}.merchantFilter-item[data-v-8018db14]{display:inline-grid;grid-template-columns:max-content 1fr;align-items:center;-moz-column-gap:6px;column-gap:6px;height:36px;width:106px;font-weight:400;font-size:12px;line-height:14px;color:#555;padding:0 4px;border:1px solid #efefef;border-radius:36px;flex-shrink:0;cursor:pointer}.merchantFilter-item.active[data-v-8018db14]{color:#111;border-color:#111}.merchantFilter-logo[data-v-8018db14]{width:28px;height:28px;overflow:hidden;border-radius:28px;margin:auto;filter:brightness(97%)}.merchantFilter-info[data-v-8018db14]{display:grid;row-gap:2px}.merchantFilter-name[data-v-8018db14]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantReplacementList-image>img[data-v-c32e59e2]{position:absolute;inset:0;margin:auto}.merchantReplacementList[data-v-c32e59e2]{margin:8px 0;padding:16px;background-color:#fff}.merchantReplacementList-title[data-v-c32e59e2]{margin-bottom:14px;font-size:13px;color:#555}.merchantReplacementList-title[data-v-c32e59e2] em{color:#638dff}.merchantReplacementList-container[data-v-c32e59e2]{padding:0}.merchantReplacementList-list[data-v-c32e59e2]{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;align-items:baseline}@media(min-width:750px){.merchantReplacementList-list[data-v-c32e59e2]>:not(:first-child){margin-left:16px}}.merchantReplacementList-item[data-v-c32e59e2]{position:relative;display:inline-grid;width:100%;min-width:72px;border-radius:50%}@media(min-width:750px){.merchantReplacementList-item[data-v-c32e59e2]{min-width:112px}}.merchantReplacementList-image[data-v-c32e59e2]{height:0;padding-bottom:100%;z-index:1;overflow:hidden;position:relative;background-color:#00000008;filter:brightness(97%);border-radius:50%}.merchantReplacementList-name[data-v-c32e59e2]{margin-top:8px;font-size:13px;font-weight:400;color:#555;text-align:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.6em;white-space:normal;line-height:1.3}.merchantReplacementList-point[data-v-c32e59e2]{text-align:center;margin:4px auto 0}.productResultV2-roundedButton{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.productResultV2-main{padding-top:8px;background-color:#fff}.productResultV2-container--listMode{background:#fff}.productResultV2-container--listMode .productResultV2-paddingBlock{margin:0 16px 16px}.productResultV2-container--gridMode{background:#fff;padding:0 16px 16px}.productResultV2-container--gridMode .productResultV2-paddingBlock{margin:0 0 16px}.productResultV2-paddingBlock{margin-bottom:16px}.productResultV2-roundedButton{color:#1ec687;background-color:#f5f5f5;margin-bottom:20px;width:100%}.productResultV2-noIndention{padding:23px 0 30px}.productResultV2-promotionProductCard{padding:3px 16px 16px;background-color:#fff}.productResultV2-priceAlertButton{display:flex;justify-content:center;align-items:center;padding:13px 17px;position:fixed;left:50%;transform:translate(-50%);z-index:1;border-radius:24px;border:1px solid #1ec687;background:#1ec687;color:#fff;font-size:15px;font-weight:500;line-height:18px;box-shadow:0 2px 12px -6px #1ec68766;cursor:pointer;transition:transform .3s ease-in-out,opacity .3s ease-in-out;bottom:16px;bottom:calc(16px + var(--android-safe-area-inset-bottom, 0));bottom:calc(16px + var(--android-safe-area-inset-bottom, constant(safe-area-inset-bottom)));bottom:calc(16px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.productResultV2-priceAlertButton.edit{border:1px solid #f5f5f5;background:#f5f5f5;color:#1ec687;box-shadow:0 2px 12px -6px #00000026}.productResultV2-priceAlertButton.hide{transform:translate(-50%) translateY(calc(100% + 16px + var(--safe-area-bottom-height)));opacity:0;pointer-events:none}.productResultV2-iconSettingPriceAlert{background-image:url(./ico-settingPriceAlertBell--bgWhite.BrEYdUgN.svg)}.productResultV2-iconEditPriceAlert,.productResultV2-iconSettingPriceAlert{content:"";width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.productResultV2-iconEditPriceAlert{background-image:url(./ico-editPriceAlertPen--green.D8b4Ibt3.svg)}.rewardFilter[data-v-7652c580],.rewardFilter-title[data-v-7652c580]{display:flex;align-items:center}.rewardFilter-title[data-v-7652c580]{justify-content:center;height:56px;width:73px;-moz-column-gap:5px;column-gap:5px;font-weight:600;font-size:12px;flex-shrink:0;cursor:pointer}.rewardFilter-title[data-v-7652c580]:after{content:"";width:0;height:0;border-color:#c8c8c8 transparent transparent;border-style:solid;border-width:5px 4px 0;transform:rotate(0)}.rewardFilter-list[data-v-7652c580]{display:inline-flex;-moz-column-gap:6px;column-gap:6px;padding-left:0}.rewardFilter-item[data-v-7652c580]{display:flex;justify-content:center;align-items:center;-moz-column-gap:6px;column-gap:6px;min-width:36px;height:36px;font-weight:400;font-size:12px;color:#555;padding:0 7px;border:1px solid #efefef;border-radius:36px;flex-shrink:0;cursor:pointer}.rewardFilter-item.active[data-v-7652c580]{color:#111;border-color:#111}.rewardFilter-img[data-v-7652c580]{width:20px;height:20px;overflow:hidden;margin:auto}.rewardFilter-name[data-v-7652c580]{margin-right:4px}.productResultToolsV2[data-v-d8707ef4]{position:sticky!important;z-index:5;top:calc(53.98px + var(--sticky-offset));top:calc(53.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, env(safe-area-inset-top)));z-index:4;background-color:#fff}.noTitlebar .productResultToolsV2[data-v-d8707ef4]{top:var(--sticky-offset);top:calc(var(--sticky-offset) + var(--android-safe-area-inset-top, 0));top:calc(var(--sticky-offset) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--sticky-offset) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .productResultToolsV2[data-v-d8707ef4]{top:calc(59.98px + var(--sticky-offset));top:calc(59.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.productResultToolsV2-content[data-v-d8707ef4]{display:flex;align-items:center;height:56px;background-color:#fff;padding-left:16px}.productResultToolsV2-content.cover[data-v-d8707ef4]{position:absolute;bottom:0;width:100%}.productResultToolsV2-tab[data-v-d8707ef4]{background-color:#fff;border-bottom:1px solid #f5f5f5}.productResultToolsV2-sort[data-v-d8707ef4]{display:flex;align-items:center;font-weight:600;font-size:13px;color:#555;cursor:pointer}.productResultToolsV2-sort[data-v-d8707ef4]:before{background-image:url(./ico-sort111.aihmeWPi.svg);width:20px;height:20px}.productResultToolsV2-sort[data-v-d8707ef4]:before,.productResultToolsV2-sortIcon[data-v-d8707ef4]{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.productResultToolsV2-sortIcon[data-v-d8707ef4]{background-image:url(./ico-sort111.aihmeWPi.svg);width:24px;height:24px;flex-shrink:0;margin-right:8px;cursor:pointer}.productResultToolsV2-viewMode[data-v-d8707ef4]{margin-left:auto;margin-right:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.productResultToolsV2-viewMode.list[data-v-d8707ef4]{background-image:url(./ico-orderList555.B4ALKNR0.svg)}.productResultToolsV2-viewMode.grid[data-v-d8707ef4],.productResultToolsV2-viewMode.list[data-v-d8707ef4]{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.productResultToolsV2-viewMode.grid[data-v-d8707ef4]{background-image:url(./ico-orderGrid555.CB4guT9O.svg)}.scrolled .productResultToolsV2-viewMode[data-v-d8707ef4]{display:none}.productResultToolsV2-merchant[data-v-d8707ef4]{position:relative;background-image:url(./ico-merchants555555.eX8E0Ejv.svg);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;margin-right:8px}.productResultToolsV2-merchant[data-v-d8707ef4],.productResultToolsV2-merchant.active[data-v-d8707ef4]{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.productResultToolsV2-merchant.active[data-v-d8707ef4]{background-image:url(./ico-merchants111111.D_cZldKD.svg)}.productResultToolsV2-filter[data-v-d8707ef4]{position:relative;background-image:url(./ico-filterGrey.Bh6hT2in.svg);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;margin-right:16px}.productResultToolsV2-filter[data-v-d8707ef4],.productResultToolsV2-filter.active[data-v-d8707ef4]{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.productResultToolsV2-filter.active[data-v-d8707ef4]{background-image:url(./ico-filterGrey111.BQAKb8p2.svg)}.productResultToolsV2-count[data-v-d8707ef4]{position:absolute;display:flex;justify-content:center;align-items:center;font-size:12px;line-height:16px;color:#fff;padding:0 4.5px;top:-7px;right:-7px;min-width:16px;height:16px;border-radius:16px;background-color:#000}.productResultToolsV2-list[data-v-d8707ef4]{display:inline-flex;padding-left:0;-moz-column-gap:6px;column-gap:6px}.productResultToolsV2-item[data-v-d8707ef4]{display:flex;justify-content:center;align-items:center;height:36px;font-weight:400;font-size:12px;padding:0 10px 0 13px;border-radius:36px;flex-shrink:0;color:#111;border:1px solid #111;cursor:pointer}.productResultToolsV2-item[data-v-d8707ef4]:after{content:"";display:inline-block;width:8px;height:5px;border-top:5px solid #c8c8c8;border-left:4px solid transparent;border-right:4px solid transparent;margin:0 4px}.hotKeywordList-roundedButton{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hotKeywordList{background-color:#fff;padding:16px;border-radius:8px}.hotKeywordList-body{display:flex;align-items:center;flex-wrap:wrap;margin-top:-10px;margin-left:-8px}.hotKeywordList-roundedButton{display:inline-grid;color:#777;background-color:#f5f5f5;max-width:100%;margin-top:10px;margin-left:8px}.hotKeywordList-roundedButton>:not(:first-child){margin-left:4px}.hotKeywordList-roundedButtonText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777}.slideDown{scrollbar-width:none;-ms-overflow-style:none;overflow:hidden;transition-property:height;transition-timing-function:ease}.slideDown::-webkit-scrollbar{width:0;display:none}.expandableList-arrow[data-v-2a32afee]{width:48px;height:48px;background-color:#fff;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 30%);mask-image:linear-gradient(90deg,transparent 0,#000 30%);position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:1}.expandableList-arrow[data-v-2a32afee]:before{content:"";background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards}@keyframes expandableList-arrow-rotateUp-2a32afee{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes expandableList-arrow-rotateDown-2a32afee{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.expandableList-arrow--up[data-v-2a32afee]:before{animation-name:expandableList-arrow-rotateUp-2a32afee}.expandableList-arrow--down[data-v-2a32afee]:before{animation-name:expandableList-arrow-rotateDown-2a32afee}.expandableList-dropdown[data-v-2a32afee]{position:absolute;left:0;top:0;width:100%}.expandableList-dropdownContainer[data-v-2a32afee]{padding:16px;background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 6px 16px -8px #00000026}.expandableList-title[data-v-2a32afee]{font-weight:600;font-size:15px;line-height:18px;color:#777;margin-bottom:15px}.expandableList-dropdownContent[data-v-2a32afee]{display:grid;grid-template-columns:repeat(2,1fr)}.expandableList-dropdownItem[data-v-2a32afee]{font-size:13px;font-weight:500;line-height:48px;height:48px;color:#949494;text-align:center;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expandableList-dropdownItem.active[data-v-2a32afee]{color:#1ec687}.roundedBtns{position:relative}.roundedBtns-container{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.roundedBtns-item{display:block;font-size:13px;line-height:var(--btn-height,32px);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.roundedBtns-sort{display:inline-flex;font-weight:400;line-height:16px;color:#949494;padding:0 8px;border-left:1px solid #efefef}.roundedBtns-item:first-child .roundedBtns-sort{padding-left:0;border-left:0}.roundedBtns-link{display:inline-flex;vertical-align:top;position:relative;padding-left:13px;padding-right:13px;height:var(--btn-height,32px);border-radius:var(--btn-height,32px);overflow:hidden;flex-shrink:0}.roundedBtns-label{display:flex;align-items:center;-moz-column-gap:1px;column-gap:1px}.roundedBtns-dot{position:relative;top:3px;left:-2px;width:7px;margin-right:-1px}.roundedBtns--defaultTheme .roundedBtns-item--active .roundedBtns-link{color:#fff;background-color:#1ec687}.roundedBtns--defaultTheme .roundedBtns-link{color:#777;background-color:#f5f5f5}.roundedBtns--whiteTheme .roundedBtns-item--active .roundedBtns-link{color:#fff;background-color:#1ec687}.roundedBtns--whiteTheme .roundedBtns-link{color:#777;background-color:#fff}.roundedBtns--redTheme .roundedBtns-item--active .roundedBtns-link{color:#fff;background-color:#ff5b57}.roundedBtns--redTheme .roundedBtns-link{color:#777;background-color:#f5f5f5}.roundedBtns--borderTheme .roundedBtns-item--active .roundedBtns-link{color:#fff;background-color:#000;border:1px solid #000}.roundedBtns--borderTheme .roundedBtns-link{color:#555;background-color:#fff;border:1px solid #efefef}.roundedBtns--themedTheme .roundedBtns-item--active .roundedBtns-link{color:#fff;background-color:var(--page-event-theme-color,var(--event-theme-color,#1ec687))}.roundedBtns--themedTheme .roundedBtns-link{color:#777;background-color:#f5f5f5}.roundedBtns--themedReverseTheme .roundedBtns-item--active .roundedBtns-link{color:var(--page-event-theme-color,var(--event-theme-color,#1ec687));background-color:#fff;opacity:1}.roundedBtns--themedReverseTheme .roundedBtns-link{color:#fff;opacity:.7}.recommendationProducts{min-height:calc(100vh - 320px)}.recommendationProducts-title{padding:0 16px}.recommendationProducts-tab{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));padding:7px 16px;width:auto}.noTitlebar .recommendationProducts-tab{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .recommendationProducts-tab{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.recommendationProducts-tab:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff;transition:background-color .3s}.recommendationProducts-tab.stuck:before{background-color:var(--page-event-theme-color,var(--event-theme-color,#fff))}.recommendationProducts-tab>*{position:relative}.recommendationProducts-productList{position:relative;padding:16px 16px 0;background-color:#fff}.recommendationProducts-emptyContent{display:flex;justify-content:center;align-items:center;font-weight:400;font-size:13px;line-height:20px;padding:90px 0;color:#949494;position:relative;min-height:inherit}.noResult[data-v-1e158d13]{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:24px 0;background-color:#fff;background-image:url(./img-empty-state-backgroundTransparent_3x.BHsid4xe.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.noResult-img[data-v-1e158d13]{width:110px;height:110px}.noResult-text[data-v-1e158d13]{font-size:17px;font-weight:600;line-height:1.5;color:#111;margin-top:2px}.noResult-description[data-v-1e158d13]{text-align:center;font-size:13px;line-height:1.23;color:#777;margin-top:2px}.shopFilter-footer{position:fixed;left:0;right:0}@media screen and (min-width:790px){.shopFilter-footer{left:calc(100vw - 100%)}}.shopFilter-footer{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.shopFilter-footer{width:749px}}.shopFilter-filter{margin-left:-16px;margin-right:-16px}.shopFilter-popup{height:80vh}.shopFilter-container,.shopFilter-list,.shopFilter-list--merchant{position:relative}.shopFilter-list--merchant>:last-child{margin-bottom:86px}.shopFilter-horizontalButtons{margin:0 -16px 16px;overflow:hidden;--btn-height:36px}.shopFilter-badge--direct{background-image:url(./badge-direct.-_MmXx0U.svg);width:28px}.shopFilter-badge--direct,.shopFilter-badge--pointRedEnvlope{content:"";height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.shopFilter-badge--pointRedEnvlope{background-image:url(./badge-pointRedEnvlope.CZYzfoh6.svg);width:52px}.shopFilter-merchantImage{filter:brightness(97%);width:28px;height:28px;background-color:#00000008;border-radius:28px;overflow:hidden;flex-shrink:0;margin-right:4px}.shopFilter-points{flex-shrink:0}.shopFilter-angpauIcon{content:"";background-image:url(./ico-angpau.T5T0hVop.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.shopFilter-filter{display:flex;align-items:center;position:sticky;background-color:#fff;padding:0 16px 10px;z-index:1;top:56px;left:0}.shopFilter-inputWrapper{display:flex;align-items:center;flex:1;padding:1px 11px;border-radius:18px;background:#fff;border:1px solid #efefef}.shopFilter-input{-webkit-appearance:none;flex:1;font-size:13px;line-height:16px;height:32px;border:none;outline:0;caret-color:#1ec687;background:#fff}.shopFilter-input::-moz-placeholder{color:#b7b7b7}.shopFilter-input::placeholder{color:#b7b7b7}.shopFilter-inputIcon{cursor:pointer}.shopFilter-inputIcon.glass{background-image:url(./ico-glassDarkGrey.B81z5t2e.svg);width:18px;height:18px}.shopFilter-inputIcon.cancel,.shopFilter-inputIcon.glass{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.shopFilter-inputIcon.cancel{background-image:url(./ico-cancel--grey.y20wjKk9.svg);width:24px;height:24px}.shopFilter-item{display:grid;grid-template-columns:auto 15px;-moz-column-gap:10px;column-gap:10px;align-items:center;font-size:13px;color:#555;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-top:6px;padding-bottom:6px}.shopFilter-itemContent{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px;overflow:hidden}.shopFilter-itemLabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shopFilter-item.active{color:#111;font-weight:700}.shopFilter-item.active:after{content:"";background-image:url(./ico-check.CpLIud57.svg);width:15px;height:15px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:auto;flex-shrink:0}.shopFilter-noResult{display:flex;justify-content:center;align-items:center;flex-direction:column;font-weight:400;font-size:13px;line-height:20px;color:#949494;margin-top:6px;padding-bottom:6px}.shopFilter-footer{padding:10px 16px;background-color:#fff;display:grid;grid-template-columns:84px 1fr;-moz-column-gap:10px;column-gap:10px;box-shadow:0 -2px 12px -6px #00000026}.shopFilter-footerCounts{display:flex;align-items:center;grid-column-start:1;grid-column-end:3;font-size:12px;color:#949494;line-height:14px;margin-bottom:12px}.shopFilter-footerCounts em{margin:0 4px;color:#111;font-weight:600}.shopFilter-button{display:flex;justify-content:center;align-items:center;border-radius:46px;color:#1ec687;background-color:#f5f5f5;font-size:15px;font-weight:500;height:46px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shopFilter-button.reset:before{content:"";background-image:url(./ico-reset--1ec687.CXs-KiXi.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.shopFilter-button.disabled{color:#c8c8c8;cursor:default}.shopFilter-button.disabled:before{content:"";background-image:url(./ico-reset--c8c8c8.CTK4ByRN.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.shopFilter-button.major{color:#fff;background-color:#1ec687}.bestPriceSuggestion-button[data-v-31112f74]{display:flex;justify-content:center;align-items:center;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bestPriceSuggestion[data-v-31112f74]{display:grid;justify-items:center;row-gap:4px;padding:16px;background-color:#fff;font-size:12px;line-height:18px;color:#949494;border-radius:0 0 8px 8px}.bestPriceSuggestion-image[data-v-31112f74]{width:48px;height:48px}.bestPriceSuggestion-title[data-v-31112f74]{padding-top:4px;font-weight:600;font-size:17px;line-height:25px;color:#111}.bestPriceSuggestion-button[data-v-31112f74]{width:100px;color:#fff;margin:12px -16px 0;font-weight:500;font-size:14px;line-height:17px;background-color:#8250ff}.recentBrowsingMerchants[data-v-dc728ecb]{background-color:#fff;padding:16px;border-radius:8px}.recentBrowsingMerchants-merchants[data-v-dc728ecb]>:not(:first-child){margin-top:16px}.productCarousel-image>img[data-v-6b178d95]{position:absolute;inset:0;margin:auto}.productCarousel[data-v-6b178d95]{border-radius:8px;overflow:hidden}.productCarousel-header[data-v-6b178d95]{background:linear-gradient(91.59deg,#ff6961,#f00e3b);color:#fff;padding:10px 16px;position:relative}.productCarousel-title[data-v-6b178d95]{font-weight:600;font-size:17px;line-height:25px}.productCarousel-angpauIcon[data-v-6b178d95]{content:"";background-image:url(./img-angpauHeaderProductCarousel.CZ_UEH-r.svg);width:88px;height:100%;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;right:0;bottom:-2px}.productCarousel-content[data-v-6b178d95]{padding:16px;background:#fff}.productCarousel-wrapper[data-v-6b178d95]{display:flex;align-items:center;width:100%}.productCarousel-list[data-v-6b178d95]{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px}.productCarousel-item[data-v-6b178d95]{height:48px;border:1px solid #efefef;border-radius:4px;display:flex;box-sizing:content-box}.productCarousel-image[data-v-6b178d95]{width:48px;height:0;padding-bottom:48px;overflow:hidden;position:relative;background-color:#00000008;filter:brightness(97%);border-radius:4px 0 0 4px}.productCarousel-info[data-v-6b178d95]{max-width:180px;padding:6px 12px 6px 8px}.productCarousel-name[data-v-6b178d95]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;font-size:14px;line-height:17px;color:#777;margin-bottom:2px}.productCarousel-name[data-v-6b178d95]:before{content:"#";color:#b7b7b7;font-size:15px;margin-right:1px}.productCarousel-priceTrend[data-v-6b178d95]{display:flex;align-items:center}.productCarousel-priceLineChart[data-v-6b178d95]{content:"";background-image:url(./img-priceLineChartProductCarousel.DMgoE3K6.svg);width:21px;height:10px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.productCarousel-savePriceTheMostText[data-v-6b178d95]{display:flex;font-size:12px;line-height:18px;color:#949494}.productCarousel-savePrice[data-v-6b178d95]{font-size:12px;line-height:18px;color:#ff5b57;margin-left:2px}.productCarousel-seeMore[data-v-6b178d95]{display:flex;justify-content:center;align-items:center;border:1px solid #efefef;border-radius:4px;width:87px;height:49px;font-size:12px;line-height:14px;color:#949494;padding:17px 12px}.productCarousel-seeMore[data-v-6b178d95]:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.hotSearchRank-tabImage>img{position:absolute;inset:0;margin:auto}.hotSearchRank-button{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hotSearchRank-tabImagePlaceholder,.hotSearchRank-tabItem.active .hotSearchRank-tabImage:after{background-position:50%;position:absolute}.hotSearchRank{background-color:#fff;border-radius:8px;padding:16px 0;display:grid;row-gap:16px}.hotSearchRank-sectionTitle{display:flex;align-items:center;font-size:15px;font-weight:600;line-height:22px;color:#111;padding:0 16px}.hotSearchRank-more{display:flex;align-items:center;font-size:12px;font-weight:400;line-height:14px;color:#949494;margin-left:auto}.hotSearchRank-more:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.hotSearchRank-tabList{padding:0 16px}.hotSearchRank-tabList>:not(:first-child){margin-left:8px}.hotSearchRank-tabItem{display:inline-flex;align-items:center;font-weight:600;font-size:13px;color:#555;line-height:16px;border:1px solid #efefef;border-radius:18px;background-color:#fff;padding:3px 12px 3px 4px;cursor:pointer}.hotSearchRank-tabItem.active{background:#d4ad79;border-color:#d4ad79;color:#fff}.hotSearchRank-tabItem.active .hotSearchRank-tabImage img{display:none}.hotSearchRank-tabItem.active .hotSearchRank-tabImage:after{content:"";background-image:url(./ico-crown--gold.B6_lk2KC.svg);width:30px;height:30px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-color:#c69a5b;background-size:14px;border-radius:30px;top:-1px;left:-1px}.hotSearchRank-tabImage{display:inline-block;width:28px;height:0;padding-bottom:28px;overflow:hidden;position:relative;border-radius:28px;background-color:#00000008;filter:brightness(97%);background-color:#d9d9d9;margin-right:8px;overflow:unset}.hotSearchRank-tabImage img{width:28px;height:28px;border-radius:28px}.hotSearchRank-tabImagePlaceholder{content:"";background-image:url(./ico-crown--grey.12lr1Hs2.svg);width:30px;height:30px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-color:#d9d9d9;background-size:14px;border-radius:30px;top:-1px;left:-1px}.hotSearchRank-emptyMessage{display:flex;justify-content:center;align-items:center;font-weight:400;font-size:13px;line-height:20px;color:#949494;min-height:308px}.hotSearchRank-rankingSwiper{display:inline;width:100%;min-height:308px;overflow:hidden}.hotSearchRank-item{display:block;margin-bottom:10px;height:20px}.hotSearchRank-item:last-child{margin-bottom:0}.hotSearchRank-itemLink{display:flex;align-items:center;justify-content:flex-start;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hotSearchRank-itemNumber{font-size:12px;font-weight:700;text-align:center;min-width:14px;margin-right:13px;color:#ba9155;font-style:italic}.hotSearchRank-itemName{font-size:13px;color:#555;font-weight:500;margin-right:4px;width:-moz-fit-content;width:fit-content;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hotSearchRank-itemBadge--hot,.hotSearchRank-itemBadge--new,.hotSearchRank-itemStatus--downGrey,.hotSearchRank-itemStatus--upRed{margin-right:4px;flex-shrink:0}.hotSearchRank-itemStatus--upRed{background-image:url(./ico-up--red.BFYyGxfh.svg)}.hotSearchRank-itemStatus--downGrey,.hotSearchRank-itemStatus--upRed{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.hotSearchRank-itemStatus--downGrey{background-image:url(./ico-down--grey.BvXWWbwn.svg)}.hotSearchRank-itemBadge--hot{background-image:url(./badge-hot--cube.DUHmKqD0.svg)}.hotSearchRank-itemBadge--hot,.hotSearchRank-itemBadge--new{content:"";width:32px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.hotSearchRank-itemBadge--new{background-image:url(./badge-new--cube.CWU0G4xe.svg)}.hotSearchRank-itemQuantity{font-size:12px;color:#b7b7b7;padding-left:10px;margin-left:auto;white-space:nowrap}.hotSearchRank-button{color:#a57b3f;margin:0 16px;background-color:#f5f5f5}.hotSearchRank-button:after{content:"";background-image:url(./ico-arrow--rightBrown.COTXy36E.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:1px}.hotSearchRank-buttonText{display:inline-grid;grid-template-columns:max-content minmax(0,auto) max-content}.hotSearchRank-buttonTextEllipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.defaultSuggestion-cardTitle{font-weight:600;font-size:15px;line-height:22px;color:#111;margin-bottom:16px;grid-column:1/2}.defaultSuggestion-section{margin:12px 16px 16px}.defaultSuggestion-sideButton,.defaultSuggestion-titleWithSideButton{display:flex;align-items:center}.defaultSuggestion-sideButton{margin-left:auto;font-size:12px;line-height:14px;color:#949494}.defaultSuggestion-sideButton:after{content:"";background-image:url(./ico-arrow--rightGrayBold.D4AV8bOv.svg);width:6px;height:9px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:5px}.defaultSuggestion-information{font-size:13px;font-weight:500;color:#777}.defaultSuggestion-information em{color:#638dff}.merchantInfo-image>img[data-v-91bfeb57]{position:absolute;inset:0;margin:auto}.merchantInfo[data-v-91bfeb57]{display:flex;align-items:center}.merchantInfo-image[data-v-91bfeb57]{display:inline-block;width:24px;height:0;padding-bottom:22px;z-index:1;overflow:hidden;position:relative;background-color:#00000008;border-radius:22px;border:1px solid #fff;background-color:#f5f5f5}.merchantInfo-image img[data-v-91bfeb57]{filter:brightness(97%)}.merchantInfo-image[data-v-91bfeb57]:nth-child(n+2){margin-left:-4px}.merchantInfo-list[data-v-91bfeb57],.merchantInfo-rewards[data-v-91bfeb57]{display:flex;align-items:center}.merchantInfo-rewards[data-v-91bfeb57]{font-weight:400;color:#07b53b;margin-left:auto}.merchantInfo-rewards[data-v-91bfeb57]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchantSuggestion-item[data-v-2a77e640]{padding:12px 16px;border-bottom:1px solid #efefef}.merchantAdvertisementCards[data-v-5b4fe90a]{padding:10px 16px;background:#fff;border-top:8px solid #f5f5f5;border-bottom:8px solid #f5f5f5}.merchantReplacementList-image>img[data-v-7a835de6]{position:absolute;inset:0;margin:auto}.merchantReplacementList[data-v-7a835de6]{margin:8px 0;padding:16px;background-color:#fff}.merchantReplacementList-title[data-v-7a835de6]{margin-bottom:14px;font-size:13px;color:#555}.merchantReplacementList-title[data-v-7a835de6] em{color:#638dff}.merchantReplacementList-container[data-v-7a835de6]{padding:0}.merchantReplacementList-list[data-v-7a835de6]{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;align-items:baseline}@media(min-width:750px){.merchantReplacementList-list[data-v-7a835de6]>:not(:first-child){margin-left:16px}}.merchantReplacementList-item[data-v-7a835de6]{position:relative;display:inline-grid;width:100%;min-width:72px;border-radius:50%}@media(min-width:750px){.merchantReplacementList-item[data-v-7a835de6]{min-width:112px}}.merchantReplacementList-image[data-v-7a835de6]{height:0;padding-bottom:100%;z-index:1;overflow:hidden;position:relative;background-color:#00000008;filter:brightness(97%);border-radius:50%}.merchantReplacementList-name[data-v-7a835de6]{margin-top:8px;font-size:13px;font-weight:400;color:#555;text-align:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.6em;white-space:normal;line-height:1.3}.merchantReplacementList-point[data-v-7a835de6]{text-align:center;margin:4px auto 0}.popularKeyword-item{display:inline-flex;align-items:center;position:relative;width:-moz-fit-content;width:fit-content;max-width:100%;height:28px;border:1px solid #efefef;border-radius:100px;margin-right:6px;margin-bottom:6px;box-sizing:content-box;background-color:#fff}.popularKeyword-itemText{color:#555;font-size:12px;margin:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantMissionLinks{font-size:13px;color:#777;border-radius:4px;background-color:#f5f5f5}.merchantMissionLinks-item{display:flex;align-items:center;padding:0 12px;height:38px}.merchantMissionLinks-item:not(:first-child){border-top:1px solid #fff}.merchantMissionLinks-itemInfo{display:grid;grid-template-columns:max-content 1fr max-content}.merchantMissionLinks-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:10px}.merchantMissionLinks-text+.merchantMissionLinks-point{margin-left:-6px}.merchantMissionLinks-arrowIcon{margin-left:auto;flex-shrink:0;content:"";background-image:url(./ico-arrow--rightLightGray.DSwALRkA.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchantMissionLinks-eventCount{font-size:12px;color:#fff;padding:0 4px;margin-left:auto;background-color:#1ec687;border-radius:16px}.merchantMissionLinks-eventCount+.merchantMissionLinks-arrowIcon{margin-left:2px}.merchantMissionLinks-multipleBadge{display:flex;align-items:center;overflow:hidden}.merchantMissionLinks-more{margin-left:auto;line-height:14px;color:#b7b7b7;flex-shrink:0;padding-left:10px}.merchantMissionLinks-more,.merchantMissionLinks-point{display:flex;align-items:center;font-weight:400;font-size:12px}.merchantMissionLinks-point{color:#07b53b;margin-left:4px;margin-right:10px}.merchantMissionLinks-point:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchantMissionLinks-button{display:flex;align-items:center;padding:0 5px;height:20px;font-weight:400;font-size:12px;color:#ff5b57;margin-left:auto;flex-shrink:0;white-space:nowrap;cursor:pointer;min-width:calc(4em + 10px)}.merchantMissionLinks-button.active{color:#fff;background:linear-gradient(90deg,#fe8c68,#ff0f3e);border-radius:10px}.merchantMissionLinks-arrow--right{content:"";background-image:url(./ico-arrow--rightLightGray.DSwALRkA.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.horizontalScrollableHotKeywords{display:inline-grid;max-height:36px}.horizontalScrollableHotKeywords-list{display:flex}.merchantItem-content{position:relative;display:grid;grid-template-columns:45px minmax(0,1fr) 52px;grid-template-areas:"icon info other" "icon appendix appendix" "icon apponly apponly";-moz-column-gap:8px;column-gap:8px}.merchantItem-serviceBadge{position:absolute;top:-8px;left:-3px;z-index:1}.merchantItem-icon{grid-area:icon;width:45px;height:45px;border-radius:4px;overflow:hidden;filter:brightness(97%)}.merchantItem-info{grid-area:info;min-height:24px}.merchantItem-appendix{grid-area:appendix;display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;height:16px}.merchantItem-apponly{grid-area:apponly;display:grid;row-gap:2px;font-size:12px;color:#777}.merchantItem-apponlyTop{display:grid;grid-template-columns:minmax(0,138px) 1fr}.merchantItem-others{grid-area:other;display:flex;align-items:center;justify-content:flex-end}.merchantItem-likeButton.btnFavorite.ico-product-like,.merchantItem-likeButton.btnFavorite.ico-product-liked{width:22px;height:22px}.merchantItem-searchButton{content:"";background-image:url(./ico-glassLightGrey.-DAS7AxU.svg);width:22px;height:22px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:8px}.merchantItem-button{border-radius:9999px;height:24px;line-height:24px;font-size:13px;color:#777;padding:0 9px;background-color:#f5f5f5}.merchantItem-name{font-size:15px;font-weight:700;line-height:21px;color:#555;margin-bottom:3px}.merchantItem-description,.merchantItem-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantItem-description{font-size:13px;line-height:18px;color:#777;margin-bottom:6px}.merchantItem-point{display:flex;align-items:center;font-weight:400;color:#07b53b;font-size:12px;font-weight:500}.merchantItem-point:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchantItem-strikedPoint{display:flex;align-items:center;font-weight:400;color:#b7b7b7;font-size:12px;font-weight:500;text-decoration:line-through}.merchantItem-strikedPoint:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchantItem-badgeSection{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px}.merchantItem-badgeDiscount{content:"";background-image:url(./badge-plus.rOmrGpQh.svg);width:48px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchantItem-badgeOpening{background-image:url(./badge-opening.DOT2XlMu.svg)}.merchantItem-badgeCoupon,.merchantItem-badgeOpening{content:"";width:38px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchantItem-badgeCoupon{background-image:url(./badge-coupon.CPM5YUVZ.svg)}.merchantItem-products{display:grid;grid-template-columns:repeat(4,minmax(0,75px));-moz-column-gap:4px;column-gap:4px;margin-top:10px;border-radius:4px;overflow:hidden}.merchantItem-products .merchantItem-productImage:nth-child(5),.merchantItem-products .merchantItem-productImage:nth-child(6){display:none}@media(min-width:750px){.merchantItem-products{grid-template-columns:repeat(6,minmax(0,16.6%));-moz-column-gap:10px;column-gap:10px}.merchantItem-products .merchantItem-productImage:nth-child(5),.merchantItem-products .merchantItem-productImage:nth-child(6){display:block}}.merchantItem-productImage{display:flex;max-width:75px;max-height:75px;border-radius:4px;overflow:hidden;filter:brightness(97%)}@media(min-width:750px){.merchantItem-productImage{max-width:106px;max-height:106px}}.merchantItem-hotKeywords,.merchantItem-infoBar{margin-top:8px}.showMore[data-v-8dbc1851]{display:flex;justify-content:center;align-items:center;border-radius:9999px;font-size:15px;font-weight:500;height:36px;background-color:#f5f5f5;cursor:pointer}.showMore.green[data-v-8dbc1851]{color:#1ec687}.showMore.green.down[data-v-8dbc1851]:after{background-image:url(./ico-arrow--downGreen.DamuGg1d.svg)}.showMore.green.down[data-v-8dbc1851]:after,.showMore.green.right[data-v-8dbc1851]:after{content:"";width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.showMore.green.right[data-v-8dbc1851]:after{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg)}.showMore.red[data-v-8dbc1851]{color:#ff5b57}.showMore.red.down[data-v-8dbc1851]:after{background-image:url(./ico-arrow--downRed.DtYG7u9J.svg)}.showMore.red.down[data-v-8dbc1851]:after,.showMore.red.right[data-v-8dbc1851]:after{content:"";width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.showMore.red.right[data-v-8dbc1851]:after{background-image:url(./ico-arrow--rightRed.qfCS7BoD.svg)}.merchantResult-inShopStore-merchantImg>img{position:absolute;inset:0;margin:auto}.merchantResult-text{font-size:13px;font-weight:500;color:#777;line-height:20px;margin-bottom:16px}.merchantResult-text em{color:#5b82db}.merchantResult-card{background-color:#fff;padding:16px;border-radius:8px}.merchantResult-list{display:grid;row-gap:16px;grid-template-columns:100%}.merchantResult-box{background-color:#fff;border-radius:8px;overflow:hidden}.merchantResult-merchant{margin:16px 16px 8px}.merchantResult-merchantProducts{margin:0 16px}.merchantResult-productList{display:flex}.merchantResult-productList>:not(:first-child){margin-left:8px}@media(min-width:750px){.merchantResult-productList>:not(:first-child){margin-left:16px}}.merchantResult-productItem{flex-shrink:0}.merchantResult-productItem.productItem.portrait{box-shadow:none;border-radius:0;width:134px}@media(max-width:374.98px){.merchantResult-productItem.productItem.portrait{width:118px}}@media(min-width:750px){.merchantResult-productItem.productItem.portrait{width:190px}}.merchantResult-productItem .productItem-info{margin:8px 0 0}.merchantResult-productItem .productItem-image{border-radius:4px}.merchantResult-productItemShowMore{display:flex;justify-content:center;align-items:center;width:114px;flex-shrink:0}@media(min-width:750px){.merchantResult-productItemShowMore{width:190px}}.merchantResult-showMore{display:flex;align-items:center;font-size:12px;line-height:14px;color:#949494}.merchantResult-showMore:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchantResult-loadingIndicator{display:flex;justify-content:center;align-items:center;height:72px}.merchantResult-inShopStore-merchantItem{display:grid;grid-template-columns:56px 1fr max-content;-moz-column-gap:10px;column-gap:10px;margin:16px 16px 8px}.merchantResult-inShopStore-imageWrap{position:relative}.merchantResult-inShopStore-merchantImg{display:block;width:56px;height:56px;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;filter:brightness(97%)}.merchantResult-inShopStore-logo{position:absolute;bottom:4px;right:4px;width:20px;height:20px;border-radius:20px;border:1px solid #fff;background-size:cover;color:#fff}.merchantResult-inShopStore-merchantInfo{display:grid;row-gap:8px;margin:auto 0}.merchantResult-inShopStore-name{font-size:13px;font-weight:600;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantResult-inShopStore-points{display:grid;grid-template-columns:12px 1fr;-moz-column-gap:2px;column-gap:2px;align-items:center;font-size:12px;line-height:14px;color:#07b53b}.merchantResult-inShopStore-points:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchantResult-inShopStore-button{font-size:13px;font-weight:500;color:#777;height:24px;line-height:24px;padding:0 9px;margin:auto;border-radius:12px;background-color:#f5f5f5;white-space:nowrap}.horizontalScrollableMerchants-list>:not(:first-child){margin-left:15px}.horizontalScrollableMerchants-item{position:relative;display:inline-grid;row-gap:5px;width:89px;vertical-align:top;justify-items:center}.horizontalScrollableMerchants-image{width:89px;height:89px;border-radius:100%;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);filter:brightness(97%);border:1px solid #f2f2f2}.horizontalScrollableMerchants-text{font-size:13px;margin-top:10px;text-align:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.8em;white-space:normal;line-height:1.4}.searchNoResult-contentWithTitle{padding:35px 16px}.searchNoResult-box{padding-top:16px;background-color:#fff}.searchNoResult-box .sectionTitle{width:auto;margin:0 16px}.searchNoResult-box .recommendationProducts-title{margin:0}.searchNoResult-merchantBox{padding:16px;background-color:#fff}.searchNoResult{display:grid;row-gap:8px}.accountNotification{height:20px;overflow:hidden}.accountNotification-list{width:100%;height:100%}.accountNotification-item{display:grid;grid-template-columns:max-content 1fr max-content;-moz-column-gap:4px;column-gap:4px;cursor:pointer}.accountNotification-item:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:relative;top:3px}.accountNotification-description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:20px;color:#555}.accountNotification-icon{position:relative;top:2px;width:30px;height:16px}.accountEvents-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));-moz-column-gap:12px;column-gap:12px;row-gap:12px}.accountEvents-item,.accountEvents-item--full,.accountEvents-item--fullWithButton{display:grid;align-items:center;grid-template-columns:max-content 1fr;-moz-column-gap:8px;column-gap:8px;padding:8px;border:1px solid #efefef;border-radius:8px}.accountEvents-item--link{cursor:pointer}.accountEvents-item--full,.accountEvents-item--fullWithButton{grid-column-start:1;grid-column-end:3}.accountEvents-item--fullWithButton{grid-template-columns:max-content 1fr max-content}.accountEvents-info{display:inline-grid;row-gap:4px}.accountEvents-title{font-weight:600;font-size:15px;line-height:18px;color:#111}.accountEvents-description,.accountEvents-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountEvents-description{font-weight:400;font-size:13px;line-height:16px;color:#949494}.accountEvents-subLinks{display:grid;font-weight:600;font-size:12px;line-height:18px;color:#5b82db;grid-template-columns:repeat(2,max-content);-moz-column-gap:8px;column-gap:8px}.accountEvents-subLink{cursor:pointer}.accountEvents-imageAngpau{background-image:url(./img-roundAngpau.CNWZ9lCp.svg)}.accountEvents-imageAngpau,.accountEvents-imageShare{content:"";width:32px;height:32px;display:inline-block;background-repeat:no-repeat;background-size:contain}.accountEvents-imageShare{background-image:url(./img-roundShare.CaSoHQX5.svg)}.accountEvents-imageAPPRewards{background-image:url(./img-roundCoin.BbDOcTdH.svg)}.accountEvents-imageAPPRewards,.accountEvents-imageSign{content:"";width:32px;height:32px;display:inline-block;background-repeat:no-repeat;background-size:contain}.accountEvents-imageSign{background-image:url(./badge-notCompletedYet.DJbuyaHZ.svg)}.accountEvents-imageSign.hasSignedIn{content:"";background-image:url(./badge-completed.D43Ya60z.svg);width:32px;height:32px;display:inline-block;background-repeat:no-repeat;background-size:contain}.accountEvents-actionButton{display:flex;align-items:center;justify-content:center;background-color:#1ec687;width:78px;font-size:12px;color:#fff;height:24px;padding:0 13px;box-sizing:border-box;border-radius:12px;white-space:nowrap;cursor:pointer}.accountEvents-actionButton.hasSignedIn{background-color:#fff;color:#1ec687;cursor:default}.accountEvents-actionButton.hasSignedIn:before{content:"";background-image:url(./ico-check-greenBold.X2wjsajT.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:2px}.accountEvents-actionButton.waitingToSignIn{background-color:#c8c8c8}.accountAPP-board:after,.accountAPP-board:before{content:"";position:absolute;bottom:-32px;width:16px;height:32px;background-color:transparent;box-shadow:0 -16px #1ec687;z-index:1}.accountAPP-board{position:relative;height:72px;display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;padding-right:16px;font-size:13px;color:#fff;background-color:#1ec687;border-radius:8px 8px 0 0}.accountAPP-board:before{left:0;border-top-left-radius:8px}.accountAPP-board:after{right:0;border-top-right-radius:8px}.accountAPP-boardWrapper{display:inline-grid}.accountAPP-boardImage{width:72px;height:72px;background-image:url(./img-APPEventBackground.DbGIXCQr.svg);background-size:73px;background-repeat:no-repeat;border-radius:8px 0 0;z-index:2}.accountAPP-boardTitle{font-weight:600;font-size:17px;line-height:20px;margin-bottom:4px}.accountAPP-boardDescription{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountAPP-boardButton{line-height:24px;font-weight:500;color:#1ec687;background-color:#fff;padding:0 9px;border-radius:24px;white-space:nowrap;cursor:pointer}.accountAPP-cardContent{display:grid;row-gap:16px;padding:16px}.accountBanner:after,.accountBanner:before{content:"";position:absolute;bottom:-32px;width:8px;height:32px;background-color:transparent;box-shadow:0 -16px #179968}.accountBanner{display:flex;align-items:center;position:relative;padding-right:16px;width:100%;height:72px;color:#fff;background-color:#179968;border-radius:8px 8px 0 0;z-index:2}.accountBanner:before{left:0;border-top-left-radius:16px}.accountBanner:after{right:0;border-top-right-radius:16px}.accountBanner-image{position:relative;width:72px;height:72px;background-image:url(./img-passportBackground--off.B531lBi4.svg);background-size:73px;background-repeat:no-repeat;border-radius:8px 0 0;z-index:2}.activate .accountBanner-image{background-image:url(./img-passportBackground--on.tTpNxQWv.svg)}.accountBanner-wrapper{display:inline-grid}.accountBanner-title{font-weight:600;font-size:17px;line-height:20px;margin-bottom:4px}.accountBanner-description{font-weight:400;font-size:13px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountBanner-button{position:relative;margin-left:auto;font-weight:500;font-size:13px;line-height:24px;color:#179968;background-color:#fff;padding:0 9px;border-radius:12px;z-index:2}.accountBanner-backgroundImage{position:absolute;z-index:1}.activate .accountBanner-backgroundImage{top:-15px;right:-16px;width:72px;height:72px;background-image:url(./img-passportStamp.cDi1XRjZ.svg);background-size:72px;background-repeat:no-repeat;border-radius:8px 0 0;z-index:1}.accountTools{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr))}.accountTools-itemLink{display:grid;row-gap:8px}.accountTools-item--shortcut{display:flex;justify-content:flex-start;align-items:center}.accountTools-itemText{font-size:12px;line-height:14px;color:#fff;text-align:center}@media(max-width:374.98px){.accountTools-itemText{display:block;transform:scale(.916);white-space:nowrap}}.accountTools-itemImg{display:flex;justify-content:center;align-items:center;position:relative;width:40px;height:40px;border-radius:100%;background:#00000026;margin:auto}.accountTools-dot.dot-number{left:calc(100% - 16px)}.accountTools-dot.dot-number.empty{left:calc(100% - 16px);bottom:calc(100% - 16px)}.accountTop-profile{display:grid;grid-template-columns:max-content 1fr max-content max-content;-moz-column-gap:12px;column-gap:12px}.accountTop-avatar{display:inline-block;width:36px;height:36px;border-radius:100%;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.accountTop-info{display:inline-grid}.accountTop-userName{font-weight:600;font-size:15px;line-height:18px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountTop-pointInfo{display:flex;align-items:center;color:#fff;font-size:12px;line-height:14px}.accountTop-points{display:flex;align-items:center;font-weight:600}.accountTop-points:before{content:"";background-image:url(./ico-point--white.DiQtpN6g.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.accountTop-pointText{display:flex;align-items:center;font-weight:400;margin-left:8px}.accountTop-pointText:after{content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:1px}.accountTop-notice{display:flex;align-items:center;position:relative;margin:0 6px 0 auto}.accountTop-notice:before{content:"";background-image:url(./ico-bell--white.As7mgZX1.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.accountTop-sidestepLiffCloseBtn{margin-right:40px}.accountTop-dot{display:flex;align-items:center;text-align:center;position:absolute;min-width:16px;min-height:16px;padding:0 4px;border-radius:8px;left:calc(100% - 12px);bottom:calc(100% - 14px);font-weight:400;font-size:12px;line-height:1;color:#ff5b57;background-color:#fff}.accountTop-unlogin{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;height:36px;padding:0 13px;background:#00000026;border-radius:18px;font-weight:500;font-size:14px;line-height:17px;color:#fff}.accountTop-unlogin:after{content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:1px}.activityBanners-img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.activityBanners-bigThumbnail{display:block;position:relative;width:auto;height:0;padding-bottom:45%;margin:0 16px 16px;background-color:#f5f5f5;overflow:hidden}.activityBanners-img{display:block;width:100%;height:auto}.activityBanners-noData{display:flex;justify-content:center;align-items:center;padding:50px 0}.angpauBottomAd{display:block;box-sizing:content-box;margin:auto;border-radius:8px;overflow:hidden}.card{border-radius:8px;background-color:#fff}.cardContent{padding:16px}.progressBar-bar[data-v-940fd201],.progressBar-bar[data-v-940fd201]:before{display:block;height:8px;border-radius:8px}.progressBar[data-v-940fd201]{display:grid;-moz-column-gap:8px;column-gap:8px;grid-template-columns:1fr max-content}.progressBar-percentage[data-v-940fd201]{display:inline-flex;font-size:12px;font-weight:600;line-height:18px;color:#ff5b57}.progressBar-bar[data-v-940fd201]{width:100%;margin:5px auto;background-color:#f5f5f5}.progressBar-bar[data-v-940fd201]:before{content:"";width:var(--progress-percentage,0);background-color:#ff5b57;transition:width .1s linear}.angpauCardHeaderBase-angpau[data-v-15a0e640],.angpauCardHeaderBase-image[data-v-15a0e640]{position:relative;display:flex;width:40px;height:40px;border-radius:40px;overflow:hidden;margin:0 auto}.angpauCardHeaderBase-angpau[data-v-15a0e640]:before,.angpauCardHeaderBase-image[data-v-15a0e640]:before{position:relative;top:2px;left:52%;transform:translate(-50%);content:"";background-image:url(./img-angpau.FmLdLkvD.svg);width:32px;height:44px;display:inline-block;background-repeat:no-repeat;background-size:contain}.angpauCardHeaderBase[data-v-15a0e640]{display:inline-grid;grid-column-start:1;grid-column-end:3;grid-template-columns:minmax(56px,max-content) minmax(0,1fr) max-content;-moz-column-gap:10px;column-gap:10px;width:100%;padding:12px}.angpauCardHeaderBase.notValid[data-v-15a0e640]{cursor:not-allowed}.angpauCardHeaderBase-left[data-v-15a0e640]{display:grid;row-gap:6px;height:-moz-fit-content;height:fit-content;margin:auto}.angpauCardHeaderBase-left.showPremiumBadge[data-v-15a0e640]{row-gap:12px}.angpauCardHeaderBase-imgBlock[data-v-15a0e640]{position:relative;height:40px;display:grid}.angpauCardHeaderBase-premiumBadge[data-v-15a0e640]{content:"";background-image:url(./badge-premium.tvRbzHAd.svg);width:34px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:34px;left:0;right:0;margin:0 auto}.angpauCardHeaderBase-premiumBadge.grey[data-v-15a0e640]{background-image:url(./badge-premiumGrey.DmYSFVDp.svg)}.angpauCardHeaderBase-angpauImage[data-v-15a0e640]{width:40px;margin:auto}.isExpired .angpauCardHeaderBase-angpauImage[data-v-15a0e640]{opacity:.3}.angpauCardHeaderBase-image[data-v-15a0e640]{filter:brightness(97%)}.isExpired .angpauCardHeaderBase-image[data-v-15a0e640],.notValid .angpauCardHeaderBase-image[data-v-15a0e640]{opacity:.3}.angpauCardHeaderBase-angpau[data-v-15a0e640]{background:#ffdbdb;border:.5px solid rgba(0,0,0,.03)}.angpauCardHeaderBase-angpau.angpau--appOnly[data-v-15a0e640]:before{content:"";background-image:url(./img-angpau--red.C6IUe6c3.svg);width:28px;height:39px;display:inline-block;background-repeat:no-repeat;background-size:contain;top:5px}.angpauCardHeaderBase-angpau.angpau--passport[data-v-15a0e640]{background-color:#e5f4ee}.angpauCardHeaderBase-angpau.angpau--passport[data-v-15a0e640]:before{content:"";background-image:url(./img-angpau--green.CkSql9fM.svg);width:28px;height:39px;display:inline-block;background-repeat:no-repeat;background-size:contain;top:2px}.notValid .angpauCardHeaderBase-angpau[data-v-15a0e640]{background-color:#e6e6e6}.notValid .angpauCardHeaderBase-angpau[data-v-15a0e640]:before{content:"";background-image:url(./img-angpauDisabled.BAYpvA7t.svg);width:33px;height:44px;display:inline-block;background-repeat:no-repeat;background-size:contain}.angpauCardHeaderBase-points[data-v-15a0e640]{font-weight:400;color:#07b53b;display:flex;justify-content:center;align-items:center;font-size:15px;font-weight:600}.angpauCardHeaderBase-points[data-v-15a0e640]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.isExpired .angpauCardHeaderBase-points[data-v-15a0e640],.notValid .angpauCardHeaderBase-points[data-v-15a0e640]{font-weight:400;color:#b7b7b7;font-weight:600}.isExpired .angpauCardHeaderBase-points[data-v-15a0e640]:before,.notValid .angpauCardHeaderBase-points[data-v-15a0e640]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.angpauCardHeaderBase-info[data-v-15a0e640]{display:grid;row-gap:4px;margin:auto 0}.conditionalCardContent-appOnly[data-v-b38ac687],.conditionalCardContent-passport[data-v-b38ac687]{font-size:12px;font-weight:400;line-height:14px}.isExpired .conditionalCardContent-description.green[data-v-b38ac687],.isExpired .conditionalCardContent-description.red[data-v-b38ac687],.isUsed .conditionalCardContent-description.green[data-v-b38ac687],.isUsed .conditionalCardContent-description.red[data-v-b38ac687]{color:#949494;padding:0;background-color:unset}.conditionalCardContent-info[data-v-b38ac687]{display:grid;row-gap:4px;height:auto;margin:auto 0;overflow:hidden}.conditionalCardContent-appOnly[data-v-b38ac687]{color:#ff5b57}.isExpired .conditionalCardContent-appOnly[data-v-b38ac687]{color:#777}.conditionalCardContent-passport[data-v-b38ac687]{color:#179968}.isExpired .conditionalCardContent-passport[data-v-b38ac687]{color:#777}.conditionalCardContent-title[data-v-b38ac687]{font-size:13px;font-weight:600;line-height:16px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.isExpired .conditionalCardContent-title[data-v-b38ac687],.notValid .conditionalCardContent-title[data-v-b38ac687]{color:#777}.conditionalCardContent-badge[data-v-b38ac687]{display:inline-flex;font-size:12px;padding:0 3px;color:#fff;width:-moz-fit-content;width:fit-content;border-radius:2px;flex-shrink:0;white-space:nowrap;background-color:#1ec687}.isExpired .conditionalCardContent-badge[data-v-b38ac687]{background-color:#c8c8c8}.conditionalCardContent-description[data-v-b38ac687]{font-size:12px;line-height:14px;color:#949494;border-radius:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notValid .conditionalCardContent-description[data-v-b38ac687]{color:#b7b7b7}.conditionalCardContent-description.red[data-v-b38ac687]{background-color:#ffefee;color:#ff5b57;line-height:16px;width:-moz-fit-content;width:fit-content;padding:0 4px}.notValid .conditionalCardContent-description.red[data-v-b38ac687]{background-color:#f5f5f5;color:#b7b7b7}.conditionalCardContent-description.green[data-v-b38ac687]{background-color:#e5f4ee;color:#07b53b;line-height:16px;width:-moz-fit-content;width:fit-content;padding:0 4px}.notValid .conditionalCardContent-description.green[data-v-b38ac687]{background-color:#f5f5f5;color:#b7b7b7}.conditionalCardContent-description.redText[data-v-b38ac687]{color:#ff5b57}.conditionalCardContent-products[data-v-b38ac687]{display:grid;-moz-column-gap:4px;column-gap:4px;grid-template-columns:repeat(4,39.25px)}@media(max-width:374.98px){.conditionalCardContent-products[data-v-b38ac687]{grid-template-columns:repeat(3,34px)}}@media(min-width:750px){.conditionalCardContent-products[data-v-b38ac687]{grid-template-columns:repeat(6,44px)}}.isExpired .conditionalCardContent-products[data-v-b38ac687],.isUsed .conditionalCardContent-products[data-v-b38ac687]{display:none}.conditionalCardContent-productImg[data-v-b38ac687]{overflow:hidden;border-radius:2px;background-color:#00000008;filter:brightness(97%)}.conditionalCardContent-productImg[data-v-b38ac687]:nth-child(n+5){display:none}@media(min-width:750px){.conditionalCardContent-productImg[data-v-b38ac687]:nth-child(n+5){display:inline-block}}@media(max-width:374.98px){.conditionalCardContent-productImg[data-v-b38ac687]:nth-child(n+4){display:none}}.notValid .conditionalCardContent-productImg[data-v-b38ac687]{opacity:.3}.isExpired .campaignCardContent-description.green[data-v-548a1ef0],.isExpired .campaignCardContent-description.red[data-v-548a1ef0],.isUsed .campaignCardContent-description.green[data-v-548a1ef0],.isUsed .campaignCardContent-description.red[data-v-548a1ef0]{color:#949494;padding:0;background-color:unset}.campaignCardContent-info[data-v-548a1ef0]{display:grid;row-gap:4px;height:auto;margin:auto 0;overflow:hidden}.campaignCardContent-title[data-v-548a1ef0]{font-size:13px;font-weight:600;line-height:16px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaignCardContent-badge[data-v-548a1ef0]{display:inline-flex;font-size:12px;padding:0 3px;color:#fff;width:-moz-fit-content;width:fit-content;border-radius:2px;flex-shrink:0;white-space:nowrap;background-color:#1ec687}.isExpired .campaignCardContent-badge[data-v-548a1ef0]{background-color:#c8c8c8}.campaignCardContent-description[data-v-548a1ef0]{font-size:12px;line-height:14px;color:#949494;border-radius:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notValid .campaignCardContent-description[data-v-548a1ef0]{color:#b7b7b7}.campaignCardContent-description.red[data-v-548a1ef0]{background-color:#ffefee;color:#ff5b57;line-height:16px;width:-moz-fit-content;width:fit-content;padding:0 4px}.notValid .campaignCardContent-description.red[data-v-548a1ef0]{background-color:#f5f5f5;color:#b7b7b7}.campaignCardContent-description.green[data-v-548a1ef0]{background-color:#e5f4ee;color:#07b53b;line-height:16px;width:-moz-fit-content;width:fit-content;padding:0 4px}.notValid .campaignCardContent-description.green[data-v-548a1ef0]{background-color:#f5f5f5;color:#b7b7b7}.campaignCardContent-description.redText[data-v-548a1ef0]{color:#ff5b57}.angpauCardHeaderButton-textWithArrow[data-v-3d3e5456]{display:flex;align-items:center;font-size:13px;font-weight:600;line-height:16px;color:#777}.angpauCardHeaderButton-textWithArrow[data-v-3d3e5456]:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.angpauCardHeaderButton-merchant[data-v-3d3e5456]{filter:brightness(97%);display:inline-flex;height:22px;width:22px;overflow:hidden;border-radius:4px;margin-right:4px}.angpauCardHeaderButton-tools[data-v-3d3e5456]{display:flex}.angpauCardHeaderButton-button[data-v-3d3e5456]{cursor:pointer;display:flex;justify-content:center;align-items:center;height:24px;font-size:13px;font-weight:500;padding:0 9px;margin:auto;border-radius:12px}.angpauCardHeaderButton-button.solid[data-v-3d3e5456]{color:#ff5b57;background-color:#f5f5f5;border:1px solid hsla(0,0%,100%,.01)}.angpauCardHeaderButton-button.solidRed[data-v-3d3e5456]{color:#fff;background-color:#ff5b57;border:1px solid hsla(0,0%,100%,.01)}.angpauCardHeaderButton-button.solidGrey[data-v-3d3e5456]{color:#949494;background-color:#f5f5f5;border:1px solid hsla(0,0%,100%,.01)}.angpauCardHeaderButton-button.solidGreen[data-v-3d3e5456]{color:#fff;background-color:#179968;border:1px solid hsla(0,0%,100%,.01)}.angpauCardHeaderButton-button.outline[data-v-3d3e5456]{color:#ff5b57;background-color:#fff;border:1px solid #ff5b57}.drawCheckButton[data-v-d4f62d55]{display:flex}.drawCheckButton-button[data-v-d4f62d55]{cursor:pointer;display:flex;justify-content:center;align-items:center;height:24px;font-size:13px;font-weight:500;padding:0 9px;margin:auto;border-radius:12px}.drawCheckButton-button.solid[data-v-d4f62d55]{color:#ff5b57;background-color:#f5f5f5;border:1px solid hsla(0,0%,100%,.01)}.drawCheckButton-button.solidRed[data-v-d4f62d55]{color:#fff;background-color:#ff5b57;border:1px solid hsla(0,0%,100%,.01)}.orderCardContent{display:flex;flex-direction:column;gap:8px}.orderCardContent-title{display:block;font-size:15px;font-weight:600;color:#555;line-height:1.47}.orderCardContent-description{display:block;font-size:13px;line-height:1.54;color:#949494}.orderButton[data-v-886206a9]{cursor:pointer;display:flex;justify-content:center;align-items:center;height:24px;font-size:13px;font-weight:500;padding:0 9px;margin:auto;border-radius:12px}.orderButton.solidRed[data-v-886206a9]{color:#fff;background-color:#ff5b57;border:1px solid hsla(0,0%,100%,.01)}.angpauCardHeader-infoCheck.checked:after{width:12px;height:12px;content:"";position:absolute;top:0;bottom:0;right:14px;margin:auto;border-radius:50%;overflow:hidden;display:block;z-index:2}.angpauCardHeader-radioButton{margin:auto}.angpauCardHeader-infoCheck{position:relative;width:46px;height:100%}.angpauCardHeader-infoCheck:before{width:18px;height:18px;content:"";display:inline-block;position:absolute;top:0;bottom:0;right:11px;margin:auto;border:1px solid #b7b7b7;background-color:#fff;border-radius:50%;z-index:1}.angpauCardHeader-fullStamp{content:"";background-image:url(./img-allFullStamp.BKwEGvce.svg);width:44px;height:44px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:auto}.angpauCardHeader-hitArea{display:block;position:absolute;width:calc(100vw - 66px);height:100%;top:0;right:0}.angpauCardHeader-infoCheck.checked:before{border:1px solid #ff5b57}.angpauCardHeader-infoCheck.checked:after{background-color:#ff5b57}.tabList-itemBadge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.tabList-activeFlag,.tabList-item--active:before{position:absolute;bottom:0;height:3px;border-radius:3px;background-color:var(--theme-color,#111)}.tabList{position:relative;display:flex;justify-content:var(--align);font-size:16px;font-weight:500;line-height:48px}.tabList-item{height:48px;position:relative;padding:0 var(--tab-padding);margin:0 var(--tab-margin);color:var(--text-color,#949494);transition:color .3s;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.tabList-item--active{position:relative;font-weight:600;color:var(--theme-color,#111)}.tabList-item--active:before{content:"";left:0;width:100%}.tabList-item--dot:after,.tabList-item--notification:after{content:"";position:absolute;right:-12px;top:7px;width:8px;height:8px;border-radius:50%}.tabList-item--notification:after{background-color:#1ec687;box-shadow:0 2px 4px #1ec68733}.tabList-item--dot:after{background-color:#ff5b57;box-shadow:0 2px 4px #ff5b5733}.tabList-activeFlag{transition:transform .3s}.tabList-itemBadgeWrapper{position:absolute;top:12px;right:-10px}.tabList-itemBadge{display:flex;justify-content:center;align-items:center;height:16px;font-size:12px;font-weight:400;color:#fff;background:var(--theme-color,#111);padding:0 4px;transform-origin:center;border-radius:8px;white-space:nowrap;box-shadow:0 2px 4px color-mix(in lab,transparent 80%,var(--theme-color,#111))}.tabList-wrapper{position:relative;background-color:var(--background-color,#f5f5f5);transition:background-color .3s}.tabList-wrapper--transitioning .tabList-item--active:before{visibility:hidden}.tabList-wrapper--stuck{background-color:#fff}.tabList-wrapper--stuck:before{content:"";display:block;position:absolute;top:-1px;left:0;width:100%;height:1px;background-color:#fff}.tabList-wrapper--stuck .tabList-item--active{color:#1ec687}.tabList-wrapper--stuck .tabList-item--active:before{background-color:currentColor}.tabList-wrapper--stuck .tabList-item--notification:after{background-color:#1ec687;box-shadow:0 2px 4px color-mix(in lab,transparent 80%,#1ec687)}.tabList-wrapper--stuck .tabList-activeFlag{background-color:#1ec687}.tabList-wrapper--stuck .tabList-itemBadge{background-color:#1ec687;color:#fff;box-shadow:0 2px 4px color-mix(in lab,transparent 80%,#1ec687)}.tabList-wrapper--stuck.tabList-wrapper--hasThemeColor,.tabList-wrapper--stuck.tabList-wrapper--hasThemeColor:before{background-color:var(--theme-color,#111)}.tabList-wrapper--stuck.tabList-wrapper--hasThemeColor .tabList-item,.tabList-wrapper--stuck.tabList-wrapper--hasThemeColor .tabList-item--active{color:#fff}.tabList-wrapper--stuck.tabList-wrapper--hasThemeColor .tabList-item--active .tabList-itemText{opacity:1}.tabList-wrapper--stuck.tabList-wrapper--hasThemeColor .tabList-item--notification:after{background-color:currentColor;box-shadow:none}.tabList-wrapper--stuck.tabList-wrapper--hasThemeColor .tabList-activeFlag{background-color:#fff}.tabList-wrapper--stuck.tabList-wrapper--hasThemeColor .tabList-itemText{opacity:.7;transition:opacity .3s}.tabList-wrapper--stuck.tabList-wrapper--hasThemeColor .tabList-itemBadge{background-color:#fff;color:var(--theme-color,#111);box-shadow:none}.angpauTab{width:90%;margin:16px auto 0}@media(min-width:750px){.angpauTab{width:80%}}.angpauCard[data-v-6b97105e]{border:1px solid #efefef;overflow:hidden}.angpauCard-actionBtn[data-v-6b97105e]{font-size:13px;width:auto;padding:0 9px;margin-left:auto;background-image:linear-gradient(90deg,#fe8c68 0,#ff0f3e)}.needPassport .angpauCard-actionBtn[data-v-6b97105e]{background-image:linear-gradient(90deg,#8b95f4 0,#8250ff)}.angpauCard-angpauImg.used[data-v-6b97105e]{opacity:.7}.angpauCard-angpauImg.disable[data-v-6b97105e]{box-shadow:none}.angpauCard-point[data-v-6b97105e]{display:flex;align-items:center;margin-left:4px;flex-shrink:0}.angpauCard-paragraph[data-v-6b97105e]{padding:12px;background-color:#fff}.needPassport .angpauCard-paragraph[data-v-6b97105e]{background-color:#fff}.angpauCard-paragraph[data-v-6b97105e]:not(:first-child){margin-top:23px}.angpauCard-paragraph--agreeNotYet[data-v-6b97105e]{display:flex;align-items:center;padding:8px 12px;background-color:#ffefee;font-weight:400;font-size:12px;line-height:18px;color:#ff5b57}.angpauCard-paragraph--agreeNotYet[data-v-6b97105e]:before{content:"";background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:2px}.angpauCard-paragraph--agreeNotYetLink[data-v-6b97105e]{display:flex;align-items:center;width:100%}.angpauCard-paragraphLink[data-v-6b97105e]{display:flex;align-items:center;margin-left:auto;flex-shrink:0}.angpauCard-paragraphLink[data-v-6b97105e]:after{content:"";background-image:url(./ico-arrow--rightRed.qfCS7BoD.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.angpauCard-paragraphDescription[data-v-6b97105e]{display:grid;row-gap:2px;margin:0 10px;max-width:calc(100% - 122px)}.angpauCard-paragraphMark[data-v-6b97105e]{font-size:12px;line-height:1.5;font-weight:400;color:#ff5b57}.needPassport .angpauCard-paragraphMark[data-v-6b97105e]{color:#179968}.angpauCard-paragraphTitle[data-v-6b97105e]{font-size:13px;font-weight:600;line-height:16px;margin-bottom:2px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.angpauCard-paragraphContent[data-v-6b97105e]{display:inline-grid;grid-template-columns:repeat(2,minmax(0,max-content));font-size:12px;font-weight:400;line-height:18px;color:#949494}.angpauCard-paragraphMessage[data-v-6b97105e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.angpauCard-paragraphMerchantImg[data-v-6b97105e]{flex-shrink:0;width:22px;height:22px;border-radius:4px;margin-right:4px}.angpauCard-paragraphActionText[data-v-6b97105e]{display:flex;align-items:center;margin-left:auto;font-size:13px;flex-shrink:0}.angpauCard-paragraphActionText[data-v-6b97105e]:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:13px;height:13px;display:inline-block;background-repeat:no-repeat;background-size:contain}.angpauCard-paragraphCheckBtn[data-v-6b97105e]{font-weight:500;font-size:13px;color:#ff5b57;line-height:25px;padding:0 9px;background:#f5f5f5;border-radius:12px;margin-left:auto;white-space:nowrap}.angpauCard-paragraphTimer[data-v-6b97105e]{display:flex;align-items:center;-moz-column-gap:2px;column-gap:2px;padding:8px 12px;font-size:12px;line-height:16px;border-radius:0 0 8px 8px;color:#949494;border-top:1px solid #efefef}.angpauCard-paragraphTimer[data-v-6b97105e]:before{content:"";background-image:url(./ico-clock--grey.D8I85HsK.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.angpauCard-paragraphBadge[data-v-6b97105e]{display:flex;align-items:center}.angpauCard-paragraphBadge[data-v-6b97105e]:before{content:"";display:block;width:2px;height:2px;border-radius:2px;margin:6px;background-color:#949494}.angpauCard-travelBadge[data-v-6b97105e]{padding:0 4px}.angpauCard-paragraph.disable[data-v-6b97105e]{border-radius:8px;background-color:#f5f5f5;color:#777}.angpauCard-paragraph.disable .angpauCard-paragraph-title[data-v-6b97105e]{color:#777}.exordium{background-color:#fff;padding:16px;border-radius:8px;width:100%;margin-bottom:16px}.exordium-title{font-size:15px;font-weight:700;margin-bottom:16px;color:#111}.exordium-list>:not(:first-child){margin-top:16px}.exordium-item,.exordium-item--message{position:relative;display:block;font-size:12px;color:#555;line-height:1.5;padding-left:24px}.exordium-item--message:last-child{margin-bottom:0}.exordium-item--message:before{width:5px;height:5px;position:absolute;content:"";padding:0 5px 0 0;background-color:#d8d8d8;top:5px;left:3px}.exordium-numbers{position:absolute;display:inline-block;font-size:12px;font-weight:700;color:#b7b7b7;line-height:1.5;left:2px}.angpau-instructions[data-v-4a455f0d]{width:auto;margin:16px;padding:16px;border-radius:8px}.noResult-roundedbutton[data-v-dcc1195f]{font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.noResult[data-v-dcc1195f],.noResult-roundedbutton[data-v-dcc1195f]{display:flex;justify-content:center;align-items:center}.noResult[data-v-dcc1195f]{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;flex-direction:column;width:100%;padding:32px 0;overflow:hidden;background-image:url(./img-empty-state-background_3x.D4S_QlJG.png);background-size:982px;background-position:bottom -32px center;background-repeat:no-repeat}.noResult-img[data-v-dcc1195f]{width:110px;height:110px}.noResult-title[data-v-dcc1195f]{font-size:17px;font-weight:600;line-height:25px;color:#111}.noResult-description[data-v-dcc1195f]{color:#949494;font-size:13px;font-weight:400;line-height:20px}.noResult-roundedbutton[data-v-dcc1195f]{margin-top:13px}.angpauList{display:grid;row-gap:16px}.angpauList-expiredHint{text-align:center;padding:16px 0 0;font-size:13px;color:#777}.angpauProducts-link>img{position:absolute;inset:0;margin:auto}.angpauProducts{cursor:pointer;background-color:#fff;padding:16px;border-radius:8px;display:grid;row-gap:10px;margin:16px}.angpauProducts-title{display:flex;align-items:center;font-size:15px;font-weight:600;line-height:24px}.angpauProducts-title p{color:#ff5b57}.angpauProducts-list{display:grid;grid-template-columns:repeat(5,1fr);-moz-column-gap:8px;column-gap:8px}.angpauProducts-link{height:0;padding-bottom:100%;z-index:1;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;filter:brightness(97%)}.angpauProducts-moreButton{display:flex;justify-content:center;align-items:center;border-radius:9999px;font-size:14px;color:#fff;line-height:36px;background-color:#ff5b57;cursor:pointer}.angpauProducts-moreButton:after{content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.angpauRelatedProducts{margin-top:16px}.angpauRelatedProductList-tabContent{margin-left:-16px;margin-right:-16px}.angpauRelatedProductList{min-height:calc(100vh - 320px)}.angpauRelatedProductList-tab{position:sticky!important;z-index:5;top:calc(53.98px + var(--sticky-top, 0px));top:calc(53.98px + var(--sticky-top, 0px) + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--sticky-top, 0px) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--sticky-top, 0px) + var(--android-safe-area-inset-top, env(safe-area-inset-top)));height:48px}.noTitlebar .angpauRelatedProductList-tab{top:var(--sticky-top,0);top:calc(var(--sticky-top, 0px) + var(--android-safe-area-inset-top, 0));top:calc(var(--sticky-top, 0px) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--sticky-top, 0px) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .angpauRelatedProductList-tab{top:calc(59.98px + var(--sticky-top, 0px));top:calc(59.98px + var(--sticky-top, 0px) + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--sticky-top, 0px) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--sticky-top, 0px) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.angpauRelatedProductList-tab:before{content:"";display:block;position:absolute;left:-16px;top:0;width:calc(100% + 32px);height:100%;background-color:#fff;transition:background-color .3s}.angpauRelatedProductList-products.gradient:before{min-height:140px;background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;content:"";display:block;position:absolute;left:-16px;top:-16px;width:calc(100% + 32px)}.angpauRelatedProductList-tabContent{padding-top:8px;padding-bottom:8px}.angpauRelatedProductList-tabContent .roundedBtns-container{padding-right:50px}.angpauTopPicks-button{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.angpauTopPicks{padding:0 16px}.angpauTopPicks-noProducts{margin:0 -16px;color:#949494;display:flex;justify-content:center;align-items:center;min-height:250px;background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 250px no-repeat}.angpauTopPicks-products{position:relative;padding:16px;background-color:#fff;margin:16px -16px}.angpauTopPicks-tab{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));margin:0 -16px;padding:8px 16px;background-color:#fff}.noTitlebar .angpauTopPicks-tab{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .angpauTopPicks-tab{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.angpauTopPicks-button{color:#1ec687;background-color:#fff;width:-moz-fit-content;width:fit-content;max-width:288px;margin:16px auto}.angpauTopPicks-button em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline{margin-top:16px}.timeline-statusItem{font-size:12px;color:#c8c8c8;display:flex}.timeline-statusItem:before{margin-right:8px;content:"";background-image:url(./ico-check-gray.C0BPUtG_.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.timeline-statusItemLine{border-left:2px solid #dcdcdc}.timeline-statusItemLine,.timeline-statusItemNoLine{font-size:12px;color:#777;margin-left:7px;padding:4px 16px 16px}.timeline-statusItemTextCube{padding:8px;margin-top:4px;color:#777;background-color:#f5f5f5;border-radius:4px}.timeline-statusItemTextCube span{display:flex;line-height:1.5}.timeline-statusItemTextCube span:before{content:"";display:inline-block;width:4px;height:4px;min-width:4px;border-radius:4px;background-color:#777;margin-right:8px;margin-top:7px}.timeline-content{padding-left:57px;padding-bottom:24px;border-bottom:1px solid #f5f5f5}.timeline-content.used .used{color:#ff5b57}.timeline-content.used .used:before{content:"";background-image:url(./ico-check-red.CvG55L6U.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.timeline-content.checked .used{color:#c8c8c8}.timeline-content.checked .used:before{content:"";background-image:url(./ico-check-white.wSMg25GJ.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.timeline-content.checked .line1{color:#c8c8c8;border-left:2px solid #ff5b57}.timeline-content.checked .checked{color:#ff5b57}.timeline-content.checked .checked:before{content:"";background-image:url(./ico-check-red.CvG55L6U.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.timeline-content.ended .used{color:#c8c8c8}.timeline-content.ended .used:before{content:"";background-image:url(./ico-check-white.wSMg25GJ.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.timeline-content.ended .line1{color:#c8c8c8;border-left:2px solid #ff5b57}.timeline-content.ended .checked{color:#c8c8c8}.timeline-content.ended .checked:before{content:"";background-image:url(./ico-check-white.wSMg25GJ.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.timeline-content.ended .line2{color:#c8c8c8;border-left:2px solid #ff5b57}.timeline-content.ended .ended{color:#ff5b57}.timeline-content.ended .ended:before{content:"";background-image:url(./ico-check-red.CvG55L6U.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.timeline-description{padding-top:16px;line-height:1.5;font-size:12px;color:#c8c8c8}.panelHeaderBar{display:flex;justify-content:space-between;padding:16px}.panelHeaderBar-closeButton{cursor:pointer;content:"";background-image:url(./ico-close--black.C0D_WCjI.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:auto}.panelWrapper{position:fixed;left:0;right:0}@media screen and (min-width:790px){.panelWrapper{left:calc(100vw - 100%)}}.panelWrapper{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.panelWrapper{width:749px}}.panelWrapper{top:87px;top:calc(87px + var(--android-safe-area-inset-top, 0));top:calc(87px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(87px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));background-color:#f5f5f5;border-radius:12px 12px 0 0;overflow:hidden;transform:translateY(0);background:#fff;z-index:10}.panelWrapper-enter-active,.panelWrapper-leave-active{transition:transform .3s}.panelWrapper-enter-from,.panelWrapper-leave-to{transform:translateY(100%)}.panelWrapper-pageContainer{height:100%;overflow:auto}.instructionPanelWrapper-instructions[data-v-45391b82]{text-align:left;margin:0;padding-top:0}.instructionPanelWrapper-merchantImg>img{position:absolute;inset:0;margin:auto}.instructionPanelWrapper-content{padding:0 16px}.instructionPanelWrapper-title{text-align:left;font-size:17px;line-height:25px;font-weight:600;color:#111;margin-bottom:4px}.instructionPanelWrapper-description{text-align:left;font-size:12px;color:#949494}.instructionPanelWrapper-merchants{display:grid;row-gap:16px;padding:16px 0}.instructionPanelWrapper-merchantItem{display:grid;grid-template-columns:max-content 1fr max-content;-moz-column-gap:10px;column-gap:10px;cursor:pointer}.instructionPanelWrapper-merchantImg{display:block;width:46px;height:46px;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;filter:brightness(97%)}.instructionPanelWrapper-merchantName{margin:auto auto auto 0;font-size:13px;line-height:16px;font-weight:600;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instructionPanelWrapper-button{display:flex;align-items:center;-moz-column-gap:1px;column-gap:1px;font-weight:400;font-size:12px;line-height:14px;color:#949494}.instructionPanelWrapper-button:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.envelopeExordium-tip:before{left:0;right:0;margin-left:auto;margin-right:auto}.envelopeExordium{background-color:#fff;padding:16px;border-radius:8px;margin:16px;display:grid;row-gap:24px}.envelopeExordium-item{display:grid;row-gap:8px;text-align:start}.envelopeExordium-points{display:grid;grid-template-columns:28px auto;-moz-column-gap:3px;column-gap:3px;align-items:center;font-size:24px;line-height:29px;font-weight:400;color:#07b53b;font-weight:600}.envelopeExordium-points:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:28px;height:28px;display:inline-block;background-repeat:no-repeat;background-size:contain}.envelopeExordium-title{display:flex;align-items:center;font-size:15px;font-weight:500;line-height:21px;color:#111;cursor:pointer}.envelopeExordium-title.arrow:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:auto}.envelopeExordium-badge{line-height:16px;margin-left:8px}.envelopeExordium-info{display:grid;row-gap:10px;font-size:13px;line-height:1.5;color:#777}.envelopeExordium-info em{color:#ff5b57}.envelopeExordium-instruction{white-space:pre-line}.envelopeExordium-instruction--small{font-size:12px;color:#b7b7b7;white-space:pre-line}.envelopeExordium-infoItem{display:grid;grid-template-columns:16px auto;-moz-column-gap:4px;column-gap:4px}.envelopeExordium-infoItem:before{width:4px;height:4px;content:"";display:block;border-radius:1px;background-color:#b7b7b7;margin:8px 0 0 6px}.envelopeExordium-infoItem em{color:#ff5b57}.envelopeExordium-merchantDetail{display:flex;flex-wrap:wrap}.envelopeExordium-link.question-icon:after{content:"";background-image:url(./ico-questionMarkGrayFill.Di9EquJY.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:2px;vertical-align:bottom;cursor:pointer}.envelopeExordium-tip{position:absolute;display:grid;row-gap:16px;top:calc(100% + 11px);width:100%;max-width:311px;color:#fff;padding:16px;background-color:#5b82db;border-radius:4px;z-index:1}.envelopeExordium-tip:before{content:"";position:absolute;top:-9px;width:12px;height:9px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:9px solid #5b82db;margin-left:142px}.envelopeExordium-tipClose{position:absolute;right:16px;top:16px;content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer}.envelopeExordium-tipButton{display:flex;justify-content:center;align-items:center;border-radius:9999px;font-size:14px;color:#5b82db;line-height:36px;background-color:#fff;cursor:pointer}.envelopeExordium.smallType{display:grid;row-gap:12px;padding:0 11px 11px;margin:0}.envelopeExordium.smallType .envelopeExordium-item{row-gap:4px}.envelopeExordium.smallType .envelopeExordium-title{font-size:13px;font-weight:600;line-height:20px}.envelopeExordium.smallType .envelopeExordium-info{row-gap:6px;font-size:12px;line-height:18px}.envelopeExordium.smallType .envelopeExordium-link{display:flex;align-items:center}.envelopeExordium-questionIcon:after{content:"";background-image:url(./ico-questionMarkGrayFill.Di9EquJY.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:2px;vertical-align:bottom;cursor:pointer}.progressMessageBlock-bar[data-v-dd171a64],.progressMessageBlock-bar[data-v-dd171a64]:before{display:block;height:8px;border-radius:8px}.progressMessageBlock[data-v-dd171a64]{background-color:#fff;padding:16px;border-radius:8px;margin:16px;display:grid;row-gap:8px}.progressMessageBlock-top[data-v-dd171a64]{display:grid;grid-template-columns:1fr max-content;row-gap:4px}.progressMessageBlock-title[data-v-dd171a64]{display:flex;align-items:center;grid-column-start:1;grid-column-end:2;font-size:15px;font-weight:600;line-height:22px;color:#ff5b57}.progressMessageBlock-title em[data-v-dd171a64]{color:#111}.progressMessageBlock-message[data-v-dd171a64]{display:flex;grid-column-start:1;grid-column-end:2;font-size:12px;line-height:14px;white-space:nowrap;color:#949494}.progressMessageBlock-percentage[data-v-dd171a64]{display:inline-flex;align-items:flex-end;-moz-column-gap:2px;column-gap:2px;grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:3;font-family:LINESeedBd;font-size:36px;line-height:36px;color:#111;margin:auto 0}.progressMessageBlock-percentage[data-v-dd171a64]:after{content:"%";font-size:15px;line-height:19px}.progressMessageBlock-bar[data-v-dd171a64]{width:100%;margin:4px auto;background-color:#f5f5f5}.progressMessageBlock-bar[data-v-dd171a64]:before{content:"";width:var(--progress-percentage,0);background-color:#ff5b57;transition:width .1s linear}.envelopeTopBlock-image>img{position:absolute;inset:0;margin:auto}.envelopeTopBlock{text-align:center}.envelopeTopBlock-pointInfo{position:relative;display:flex;width:100%;height:312px;background-color:#ff5c57;background-size:auto 312px;background-repeat:no-repeat;background-position:50%;background-image:url(./envelopetopblock-bg-375.EwaTo8k5.png)}@media(min-width:750px){.envelopeTopBlock-pointInfo{background-image:url(./envelopetopblock-bg.Ctzwetb7.png)}}@media(max-width:374.98px){.envelopeTopBlock-pointInfo{background-image:url(./envelopetopblock-bg-320.DPvExFnn.png)}}.envelopeTopBlock-Info{position:relative;width:226px;margin:56px auto auto;display:flex;flex-direction:column;align-items:center;row-gap:8px;color:#303030;z-index:4}.envelopeTopBlock-Info.isFull:after{content:"";background-image:url(./img-allFullStamp.BKwEGvce.svg);width:56px;height:56px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:-32px;left:-7px}.envelopeTopBlock-title{font-size:17px;line-height:20px;font-weight:700;white-space:nowrap}.envelopeTopBlock-detail{display:flex;align-items:center}.envelopeTopBlock-image{width:40px;height:0;padding-bottom:40px;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;margin-right:8px;filter:brightness(97%)}.expired .envelopeTopBlock-image{opacity:.3}.envelopeTopBlock-points{display:grid;grid-template-columns:40px auto;-moz-column-gap:5px;column-gap:5px;align-items:center;font-size:40px;margin-bottom:3px;font-weight:400;color:#07b53b;font-weight:700}.envelopeTopBlock-points:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:40px;height:40px;display:inline-block;background-repeat:no-repeat;background-size:contain}.envelopeTopBlock-subtitle{font-size:15px;font-weight:700;line-height:21px;margin-bottom:12px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.envelopeTopBlock-limit{font-size:13px;width:100%;white-space:nowrap}.envelopeDirections{background-color:#fff;margin:16px;overflow:hidden;border-radius:8px}.envelopeDirections-title{line-height:37px;font-size:15px;font-weight:700;color:#ff697a;background-color:#ff96a333;padding:0 16px}.envelopeDirections-content{padding:16px;display:grid;grid-template-columns:84px 20px 84px 20px 84px;justify-content:center}@media screen and (min-width:751px){.envelopeDirections-content{grid-template-columns:160px 20px 160px 20px 160px}}.envelopeDirections-item{display:grid;row-gap:8px;font-size:12px;line-height:18px;color:#777;grid-template-rows:64px 36px;text-align:center}.envelopeDirections-item img{max-width:64px;margin:auto}.envelopeDirections-itemText{white-space:pre-line}.envelopeTopBlock.expired .envelopeTopBlock-subtitle,.envelopeTopBlock.expired .envelopeTopBlock-title{color:#b7b7b7}.envelopeTopBlock.expired .envelopeTopBlock-points{font-weight:400;color:#b7b7b7;font-weight:700}.envelopeTopBlock.expired .envelopeTopBlock-points:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:40px;height:40px;display:inline-block;background-repeat:no-repeat;background-size:contain}.envelopeTopBlock.expired .envelopeTopBlock-limit{color:#ff3d3d}.envelopeTopBlock.expired .envelopeDirections-title{color:#fff;background-color:#dfdfdf}.bestPriceFinderAnalyzing{position:relative;margin:auto;display:grid;grid-template-rows:repeat(3,max-content);row-gap:4px;max-width:280px;height:-moz-fit-content;height:fit-content}.bestPriceFinderAnalyzing:before{position:relative;content:"";display:block;width:80px;height:80px;margin:0 auto 4px;background-size:cover;background-image:url(./img-aiAnimateImage1.Dpw846Wf.png);z-index:1}.bestPriceFinderAnalyzing:after{content:"";position:absolute;display:block;width:236px;height:236px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;background:radial-gradient(50% 50% at 50% 50%,#8250ff 0,#010314);filter:blur(85px);opacity:.3}.bestPriceFinderAnalyzing-title{display:flex;justify-content:center;align-items:center;position:relative;height:42px;width:280px;white-space:nowrap;font-size:28px;font-weight:600;font-family:LINESeedBd;line-height:42px;color:#fff;z-index:1}.bestPriceFinderAnalyzing-title p{display:flex;align-items:center;position:relative;width:210px}.bestPriceFinderAnalyzing-title p:after{overflow:hidden;display:inline-block;vertical-align:bottom;animation:loading .9s steps(4) infinite;content:"…";width:0}.bestPriceFinderAnalyzing-linkText{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5;position:relative;font-size:13px;font-weight:400;text-align:center;color:#fff;opacity:.5;z-index:1}@keyframes loading{to{width:40px}}.bestPriceFinderComparing-core[data-v-b21c89a7],.bestPriceFinderComparing-middle[data-v-b21c89a7],.bestPriceFinderComparing-outer[data-v-b21c89a7],.bestPriceFinderComparing-productImage>img[data-v-b21c89a7]{position:absolute;inset:0;margin:auto}.bestPriceFinderComparing[data-v-b21c89a7]{position:relative;margin:auto;display:grid;height:-moz-fit-content;height:fit-content}.bestPriceFinderComparing-notice[data-v-b21c89a7]{display:grid;justify-content:center;align-items:center;max-width:210px;font-size:15px;line-height:22px;color:#ffffff80;margin:0 auto 8px}.bestPriceFinderComparing-unknownProduct[data-v-b21c89a7]{display:grid;text-align:center}.bestPriceFinderComparing-unknownProduct[data-v-b21c89a7] em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bestPriceFinderComparing-top[data-v-b21c89a7]{height:84px}.bestPriceFinderComparing-title[data-v-b21c89a7]{position:relative;font-size:28px;font-weight:600;line-height:42px;color:#fff;text-align:center;max-width:300px;z-index:2}.isNonPartner .bestPriceFinderComparing-title[data-v-b21c89a7]:first-child{animation:hide-b21c89a7 2s forwards}.isNonPartner .bestPriceFinderComparing-title[data-v-b21c89a7]:nth-child(2){opacity:0;animation:display-b21c89a7 2s forwards}.bestPriceFinderComparing-text[data-v-b21c89a7]{display:flex;justify-content:center;align-items:center}.bestPriceFinderComparing-text em[data-v-b21c89a7]{position:relative;top:2px;font-family:LINESeedBd;color:#d7c9ff;margin-right:8px}.bestPriceFinderComparing-subText[data-v-b21c89a7]{display:flex;align-items:center;font-family:LINESeedBd;position:relative;width:145px}.bestPriceFinderComparing-subText[data-v-b21c89a7]:after{content:"";overflow:hidden;display:inline-block;vertical-align:bottom;animation:loading-b21c89a7 .9s steps(4) infinite;content:"…";width:0}.bestPriceFinderComparing-content[data-v-b21c89a7]{position:relative;display:block;width:300px;height:300px;padding-top:105px;margin-top:32px;z-index:1}.bestPriceFinderComparing-back[data-v-b21c89a7]{position:absolute;display:block;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100%;width:441px;height:441px;z-index:1}.bestPriceFinderComparing-back[data-v-b21c89a7]:before{content:"";position:absolute;display:block;width:440px;height:440px;background:radial-gradient(50% 50% at 50% 50%,#8250ff 0,#010314);opacity:.5;filter:blur(85px);z-index:1}.bestPriceFinderComparing-outer[data-v-b21c89a7]{width:300px;height:300px;background:#241853}.bestPriceFinderComparing-middle[data-v-b21c89a7],.bestPriceFinderComparing-outer[data-v-b21c89a7]{border-radius:100%;border:.5px solid rgba(130,80,255,.49);z-index:2;animation:shrink-b21c89a7 2s infinite}.bestPriceFinderComparing-middle[data-v-b21c89a7]{width:220px;height:220px;background:#3e2781}.bestPriceFinderComparing-core[data-v-b21c89a7]{border-radius:100%;width:140px;height:140px;background:#5736b0;border:.5px solid rgba(130,80,255,.49);z-index:3;animation:shrink-b21c89a7 2s infinite}.bestPriceFinderComparing-productInfo[data-v-b21c89a7]{position:relative;display:grid;row-gap:4px;align-items:center;justify-content:center;justify-items:center;font-size:12px;line-height:14px;color:#fff;z-index:2}.bestPriceFinderComparing-productInfo.isNonPartnerMerchant[data-v-b21c89a7]{height:140px;align-content:center;margin-top:-25px}.bestPriceFinderComparing-productImage[data-v-b21c89a7]{overflow:hidden;position:relative;background-color:#00000008;width:90px;height:90px;border-radius:100%;margin-bottom:4px}.bestPriceFinderComparing-productPrice[data-v-b21c89a7]{font-family:LINESeedBd;font-size:13px;line-height:13px}.bestPriceFinderComparing-productMerchant[data-v-b21c89a7]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.isNonPartnerMerchant .bestPriceFinderComparing-productMerchant[data-v-b21c89a7]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5;font-weight:600;word-break:break-all}.isNonPartner .bestPriceFinderComparing-productMerchant[data-v-b21c89a7],.isNonPartner .bestPriceFinderComparing-productPrice[data-v-b21c89a7]{opacity:0;animation:display-b21c89a7 2s 0s forwards}.bestPriceFinderComparing-productText[data-v-b21c89a7]{animation:hide-b21c89a7 2s forwards}.bestPriceFinderComparing-productText--grey[data-v-b21c89a7]{color:#ffffff80}.bestPriceFinderComparing-merchants[data-v-b21c89a7]{position:absolute;top:0;left:0;height:100%}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]{position:absolute;display:block;z-index:1;background-color:#ffffff80;border-radius:100%;outline:4px solid hsla(0,0%,100%,.1);overflow:hidden;opacity:0;transform:scale(.1);animation:emerge-b21c89a7 4s infinite}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:first-child{width:56px;height:56px;top:-5px;left:40.5px}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:nth-child(2){width:44px;height:44px;bottom:-17px;left:147px;animation-delay:.1s}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:nth-child(3){width:48px;height:48px;top:27px;left:203.5px;animation-delay:.2s}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:nth-child(4){width:48px;height:48px;top:196px;left:30.5px;animation-delay:.3s}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:nth-child(5){width:56px;height:56px;top:145px;left:227px;animation-delay:.4s}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:nth-child(6){width:32px;height:32px;top:94px;left:72px;animation-delay:.5s}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:nth-child(7){width:56px;height:56px;top:10px;left:122.5px;animation-delay:2.5s}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:nth-child(8){width:48px;height:48px;top:45px;left:-7.5px;animation-delay:2.1s}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:nth-child(9){width:44px;height:44px;top:138px;left:17.5px;animation-delay:2.4s}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:nth-child(10){width:56px;height:56px;top:258px;left:66.5px;animation-delay:2.2s}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:nth-child(11){width:48px;height:48px;top:234px;left:229.5px;animation-delay:2.3s}.bestPriceFinderComparing-merchantLogo[data-v-b21c89a7]:nth-child(12){width:32px;height:32px;top:92px;left:237.5px;animation-delay:2s}@keyframes hide-b21c89a7{to{opacity:1}}@keyframes display-b21c89a7{to{opacity:1}}@keyframes loading-b21c89a7{to{width:37px}}@keyframes shrink-b21c89a7{50%{transform:scale(.85)}}@keyframes emerge-b21c89a7{8%{opacity:1;transform:scale(1.3)}9%{opacity:1;transform:scale(1)}49%{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(0)}}.bestPriceFinderHistory-img>img{position:absolute;inset:0;margin:auto}.bestPriceFinderHistory{display:grid;row-gap:16px;color:#fff}.bestPriceFinderHistory-title{font-weight:600;font-size:17px;line-height:25px}.bestPriceFinderHistory-list{display:inline-flex;-moz-column-gap:8px;column-gap:8px}.bestPriceFinderHistory-item{cursor:pointer;display:inline-grid;align-items:center;padding:8px;grid-template-columns:max-content 1fr;min-width:180px;width:180px;-moz-column-gap:8px;column-gap:8px;border:1px solid hsla(0,0%,100%,.149);border-radius:8px}.bestPriceFinderHistory-image{position:relative;width:50px;height:50px;grid-row-start:1;grid-row-end:3}.bestPriceFinderHistory-image.hasBadge:after{content:"";position:absolute;top:-3px;left:-3px;width:38px;height:16px;background-image:url(./badge-newWave-purple.DFFduoWa.png);background-size:contain;z-index:1}.bestPriceFinderHistory-img{display:flex;width:50px;height:0;padding-bottom:50px;z-index:1;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;filter:brightness(97%);background-color:#fff}.bestPriceFinderHistory-info{display:grid;row-gap:4px;grid-row-start:1;grid-row-end:3}.bestPriceFinderHistory-name{font-size:13px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}.bestPriceFinderHistory-merchant{font-size:12px;line-height:14px;color:#ffffff80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bestPriceFinderMainContent{display:grid;width:100%;height:-moz-fit-content;height:fit-content;row-gap:40px}.bestPriceFinderMainContent-content{display:grid;row-gap:16px;height:-moz-fit-content;height:fit-content}.bestPriceFinderMainContent-eventSlogan{font-size:15px;line-height:18px;letter-spacing:1px;color:#d7c9ff;margin-bottom:8px}.bestPriceFinderMainContent-slogan{font-size:32px;font-weight:600;line-height:48px;color:#fff}.bestPriceFinderMainContent-searchArea{display:grid;-moz-column-gap:8px;column-gap:8px;grid-template-columns:1fr max-content;padding:8px 8px 8px 20px;background-color:#fff;border-radius:24px}.bestPriceFinderMainContent-searchArea.active{grid-template-columns:1fr max-content max-content}.bestPriceFinderMainContent-input{outline:none;font-size:15px;color:#010314;caret-color:#8250ff;border:0}.bestPriceFinderMainContent-input::-moz-placeholder{color:#949494}.bestPriceFinderMainContent-input::placeholder{color:#949494}.bestPriceFinderMainContent-clearButton{content:"";background-image:url(./ico-close--whiteWithGreyBG.mBk_D2zh.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:auto;cursor:pointer}.bestPriceFinderMainContent-button{display:flex;align-items:center;font-size:14px;font-weight:500;color:#fff;height:32px;padding:0 13px;background-color:#8250ff;border-radius:16px;cursor:pointer}.bestPriceFinderMainContent-link{display:grid;align-items:center;-moz-column-gap:4px;column-gap:4px;grid-template-columns:repeat(2,max-content);font-size:13px;font-weight:600;color:#fff;cursor:pointer}.bestPriceFinderMainContent-link:before{content:"";background-image:url(./ico-questionMarkWhite.Dw_PIh19.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.bestPriceFinderMainContent-tutorial{display:grid;align-items:center;-moz-column-gap:4px;column-gap:4px;grid-template-columns:max-content 1fr;font-size:12px;font-weight:400;line-height:18px;color:#fff}.bestPriceFinderMainContent-tutorial:before{content:"";background-image:url(./ico-checkedWhite.CSrkc97X.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:auto}.bestPriceFinderNoResult-image>img{position:absolute;inset:0;margin:auto}.bestPriceFinderNoResult-image,.bestPriceFinderNoResult-notFound{width:80px;height:80px;border-radius:80px}.bestPriceFinderNoResult-button,.bestPriceFinderNoResult-button--grey{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;min-width:100px;height:32px;text-align:center;padding:0 13px;border-radius:16px;cursor:pointer}.bestPriceFinderNoResult{margin:0 auto;display:grid;grid-template-rows:1fr max-content;align-items:center}.bestPriceFinderNoResult-button{background-color:#8250ff}.bestPriceFinderNoResult-button--grey{background-color:#ffffff1a}.bestPriceFinderNoResult-content{display:grid;row-gap:16px;color:#fff;justify-content:center;justify-items:center;text-align:center;margin-top:calc(0px - var(--titlebar-height));height:-moz-fit-content;height:fit-content}.bestPriceFinderNoResult-notFound{position:relative;background:#ffffff1a}.bestPriceFinderNoResult-notFound img{border-radius:50%}.bestPriceFinderNoResult-notFound:after{content:"";background-image:url(./img-aiLinkWithBg.jGp6o_8i.svg);width:32px;height:32px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;bottom:0;right:0}.bestPriceFinderNoResult-notFound.noImage{display:flex;justify-content:center;align-items:center}.bestPriceFinderNoResult-notFound.noImage:before{content:"";background-image:url(./img-aiStoreWhite.BMmgdWZs.svg);width:56px;height:56px;display:inline-block;background-repeat:no-repeat;background-size:contain}.bestPriceFinderNoResult-notFoundImage{content:"";background-image:url(./img-aiBlackTransparent.DOTmy1--.svg);width:80px;height:80px;display:inline-block;background-repeat:no-repeat;background-size:contain}.bestPriceFinderNoResult-image{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.bestPriceFinderNoResult-info{display:grid;row-gap:2px;font-size:17px;font-weight:600;line-height:25px}.bestPriceFinderNoResult-info em{font-size:13px;font-weight:400;line-height:20px}.bestPriceFinderNoResult-active{display:grid;-moz-column-gap:12px;column-gap:12px;grid-template-columns:repeat(2,max-content)}.bestPriceFinderNoResult-link{display:grid;align-items:center;margin:auto;-moz-column-gap:4px;column-gap:4px;grid-template-columns:repeat(2,max-content);font-size:13px;font-weight:600;color:#fff;cursor:pointer}.bestPriceFinderNoResult-link:before{content:"";background-image:url(./ico-questionMarkWhite.Dw_PIh19.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tutorialTips-popup[data-v-506f165f]{min-height:calc(100% - 60px)}.tutorialTips-popup .popupContainer-header[data-v-506f165f]{z-index:3}.tutorialTips-nav[data-v-506f165f]{position:sticky;top:56px;display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;background-color:#fff;z-index:2}.tutorialTips-nav[data-v-506f165f]:after{content:"";position:absolute;width:85.6%;height:56px;top:-56px;background-color:#fff;z-index:2}.tutorialTips-navItem[data-v-506f165f]{display:flex;justify-content:center;align-items:center;cursor:pointer;height:40px;font-size:15px;font-weight:500;line-height:18px;text-align:center;color:#949494}.tutorialTips-navItem.active[data-v-506f165f]{color:#111}.tutorialTips-navItemBar[data-v-506f165f]{position:absolute;left:calc(25% - 22.5px);bottom:0;width:45px;height:3px;background-color:#111;z-index:3}.tutorialTips-content[data-v-506f165f]{transform:translateY(-100px)}.tutorialTips-box[data-v-506f165f]{display:grid;align-items:center;row-gap:40px}.tutorialTips-box[data-v-506f165f]:before{content:"";display:block;height:100px}.tutorialTips-contentTitle[data-v-506f165f]{display:flex;justify-content:center;align-items:center;-moz-column-gap:8px;column-gap:8px;font-size:20px;font-weight:600;line-height:24px;text-align:center;color:#111}.tutorialTips-contentTitle em[data-v-506f165f]{color:#8250ff}.tutorialTips-contentImage[data-v-506f165f]{width:100%;max-width:375px;margin:auto}.wideButton{width:100%;display:block}.wideButton-content{width:100%;display:flex;justify-content:center;align-items:center;font-size:15px;font-weight:500;height:36px;padding:0 12px;border-radius:18px;color:#1ec687;background-color:#f5f5f5;cursor:pointer}.wideButton-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wideButton-icon{flex-shrink:0}.wideButton .ico-arrow--rightGreen{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg)}.wideButton .ico-arrow--rightGreen,.wideButton .ico-arrow--rightGrey{content:"";width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.wideButton .ico-arrow--rightGrey{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg)}.wideButton .ico-arrow--rightBlack{content:"";background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.thumbnailsCardsContent{position:relative;background-color:#fff;padding:16px;border-radius:8px}.thumbnailsCardsContent-card--flex{position:relative;flex:1;margin-left:23px}.thumbnailsCardsContent-list--card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:2.5%;column-gap:2.5%}.thumbnailsCardsContent-box{display:inline-block;position:relative;width:100%;height:100%;padding-bottom:7px;display:flex;border-radius:8px;flex-direction:column;background-color:#fff}.thumbnailsCardsContent-link--more{display:flex;width:100%;height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.thumbnailsCardsContent-more{display:flex;justify-content:center;align-items:center;flex:1;background:#f5f5f5;border-radius:4px}.thumbnailsCardsContent-moreContent{display:flex;justify-content:center;align-items:center;flex-direction:column}.thumbnailsCardsContent-moreImg{margin-bottom:5px;content:"";background-image:url(./img-more.D7iozv3O.svg);width:50px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.thumbnailsCardsContent-moreText{font-size:12px;color:#b7b7b7;font-weight:700;line-height:1;letter-spacing:1px}.thumbnailsCardsContent-controller{display:flex;margin-top:17px}.thumbnailsCardsContent-controllerList{display:flex;justify-content:center;align-items:center}.thumbnailsCardsContent-controllerItem,.thumbnailsCardsContent-controllerItem--active{display:inline-block;position:relative;width:16px;height:3px;margin-right:2px;border-radius:2px;background-color:#f5f5f5}.thumbnailsCardsContent-controllerItem--active>:not(:first-child),.thumbnailsCardsContent-controllerItem>:not(:first-child){margin-left:2px}.thumbnailsCardsContent-controllerItem--active{background-color:#b7b7b7}.thumbnailsCardsContent-customContentItem{border-radius:8px 8px 0 0;overflow:hidden}.thumbnailsCardsContent-customMainText{font-size:13px;font-weight:600;margin-top:8px;color:#555;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.thumbnailsCardsContent .productItem.portrait{box-shadow:none}.thumbnailsCardsContent .productItem-info{margin:8px 0 0}.thumbnailsCardsContent .productItem-infoDown{display:grid;row-gap:2px}.thumbnailsCardsContent .productItem-similar{margin-right:auto;margin-left:0}.productCard-topVideoNativePlaceholder:after{position:absolute;inset:0;margin:auto}.productCard-topBanner{position:relative;padding-bottom:26.2%}.productCard-topBannerLink{position:absolute;border-radius:8px;overflow:hidden}.productCard-topVideo,.productCard-topVideoNative{position:relative;display:block}.productCard-topVideoNative{border-radius:8px 8px 0 0;overflow:hidden;width:100%;transform:translateY(0)}.productCard-topVideoNativePlaceholder{display:flex;background-color:#000;background-size:cover;background-repeat:no-repeat;background-position:50%;position:absolute;width:100%;height:100%}.productCard-topVideoNativePlaceholder:after{content:"";background-image:url(./ico-play.BdDZmP8p.svg);width:40px;height:40px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-color:#fff9;background-position:60%;border-radius:20px}.productCard-topVideoNativePlaceholder:hover:after{opacity:.8}.productCard-topVideoYoutube{background-color:#000;background-size:cover;border-radius:8px 8px 0 0;overflow:hidden;width:100%;height:0;padding-bottom:56.25%;transform:translateY(0)}.productCard-topVideoYoutube iframe{position:absolute;top:0;left:0;width:100%;height:100%}.productCard-topVideoText{display:flex;align-items:center;justify-content:flex-start;font-size:13px;font-weight:700;color:#fff;height:32px;background-color:#303030;padding:0 9px}.brandCards-image>img{position:absolute;inset:0;margin:auto}.brandCards-menuItem.active:after{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto}.brandCards{box-sizing:border-box}.brandCards-title{color:var(--page-event-theme-color)}.brandCards-itemCard{box-shadow:0 2px 12px -6px #00000026;background:#fff;border-radius:8px}.brandCards-menuSection{padding:16px 30px 0}.brandCards-menuSection:before{left:0;border-top-left-radius:16px}.brandCards-menuSection:after,.brandCards-menuSection:before{content:"";position:absolute;bottom:-32px;width:16px;height:32px;background-color:transparent;box-shadow:0 -16px #fff}.brandCards-menuSection:after{right:0;border-top-right-radius:16px}.brandCards-menuList{display:grid;grid-template-columns:repeat(var(--page-size,5),minmax(0,1fr));-moz-column-gap:12px;column-gap:12px}.brandCards-menuItem{position:relative;cursor:pointer}.brandCards-menuItem.active:after{content:"";bottom:0;display:block;width:calc(100% - 16px);height:3px;background-color:var(--page-event-theme-color)}.brandCards-image{overflow:hidden;position:relative;background-color:#00000008;filter:brightness(97%);height:0;padding-bottom:100%;border-radius:100%;margin-bottom:8px}.brandCards-text{color:#555;font-size:12px;text-align:center;margin-bottom:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}.brandCards-iconPrevious{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:30px;height:100%;cursor:pointer}.brandCards-iconPrevious:before{background-image:url(./ico-arrow--leftSilverGray.DOwi5MRI.svg)}.brandCards-iconPrevious.active:before,.brandCards-iconPrevious:before{content:"";width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.brandCards-iconPrevious.active:before{background-image:url(./ico-arrow--leftLightGray.D78IvJDH.svg)}.brandCards-iconNext{display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;width:30px;height:100%;cursor:pointer}.brandCards-iconNext:before{background-image:url(./ico-arrow--rightSilverGray.D4zHwbYW.svg)}.brandCards-iconNext.active:before,.brandCards-iconNext:before{content:"";width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.brandCards-iconNext.active:before{background-image:url(./ico-arrow--rightLightGray.DSwALRkA.svg)}.brandCards-productCardSection{margin-bottom:16px;position:relative;z-index:2}.brandCards-wideButton{padding:0 16px 16px}.campaignAngpauBanner[data-v-3395220a]{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;min-height:70px;font-size:13px;line-height:20px;color:#111;padding:16px 16px 16px 70px;background-image:url(./img-campaignAngpauHeader.DQq-M1Sa.png);background-size:70px auto;background-position:0;background-repeat:no-repeat}.campaignAngpauBanner.premiumStyle[data-v-3395220a]{background-image:url(./img-premiumHeader.9-yOua14.png)}.campaignAngpauBanner-info[data-v-3395220a]{display:grid;margin:auto 0;row-gap:4px}.campaignAngpauBanner-top[data-v-3395220a]{display:flex;align-items:center;white-space:nowrap;-moz-column-gap:2px;column-gap:2px;font-weight:600;font-size:15px;line-height:18px}.premiumStyle .campaignAngpauBanner-top[data-v-3395220a]:before{content:"";width:110px;height:14px;background-image:url(./img-lplogo.CofG_GOm.png);background-size:110px 14px}.campaignAngpauBanner-action[data-v-3395220a]{margin:auto 0 auto auto}.campaignAngpauBanner-onTrial[data-v-3395220a]{display:flex;align-items:center;white-space:nowrap;color:#c8c8c8}.campaignAngpauBanner-onTrial[data-v-3395220a]:before{content:"";background-image:url(./ico-checkedC8C8C8.D8Q2Z7uq.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.campaignAngpauBanner-button[data-v-3395220a]{background:#ff5b57}.premiumStyle .campaignAngpauBanner-button.is-subscribe[data-v-3395220a]{background:#225cff}.campaignAngpauBanner-button.ui-button[data-v-3395220a]{font-size:13px;width:-moz-fit-content;width:fit-content;padding:0 9px}.campaignAngpauBanner-button.ui-button.finishBatchDraw[data-v-3395220a]{background-color:#f5f5f5;color:#ff5b57}.campaignAngpauList-loadingToast[data-v-37f4b37e]{position:fixed;left:0;right:0}@media screen and (min-width:790px){.campaignAngpauList-loadingToast[data-v-37f4b37e]{left:calc(100vw - 100%)}}.campaignAngpauList-loadingToast[data-v-37f4b37e]{bottom:0;top:0}.campaignAngpauList[data-v-37f4b37e]{position:relative;background-color:#fff;border-radius:8px;overflow:hidden}.campaignAngpauList-top.bottomLine[data-v-37f4b37e]{border-bottom:1px solid #efefef}.campaignAngpauList-list[data-v-37f4b37e]{display:grid;row-gap:16px;padding:16px}.campaignAngpauList-item[data-v-37f4b37e]{padding:0}.campaignAngpauList-more[data-v-37f4b37e]{margin:0 16px}.campaignAngpauList-tips[data-v-37f4b37e]{display:flex;justify-content:center;align-items:center;font-size:12px;line-height:18px;color:#949494;cursor:pointer}.campaignAngpauList-link[data-v-37f4b37e]{font-weight:600;color:#638dff;margin:16px 0}.campaignAngpauList-links[data-v-37f4b37e]{display:inline-block;margin:16px 16px 0;color:#638dff;text-decoration:underline}.campaignAngpauList-notice[data-v-37f4b37e]{margin:8px 16px 0;color:#111;display:flex;-moz-column-gap:6px;column-gap:6px;align-items:center}.campaignAngpauList-loadingToast[data-v-37f4b37e]{display:flex;justify-content:center;align-items:center;width:124px;height:124px;margin:auto;background:#000000b3;border-radius:8px}.priceCutProductItem-productImage>img{position:absolute;inset:0;margin:auto}.priceCutProductItem{display:block;border-radius:0 0 8px 8px;text-align:center}.priceCutProductItem-productImage{padding-bottom:100%;margin-bottom:8px;filter:brightness(97%);overflow:hidden;position:relative;border-radius:4px;background-color:#fff}.priceCutProductItem-lensBtn{position:absolute;z-index:3;bottom:8px;right:8px}.priceCutProductItem-serviceBadge{position:absolute;z-index:3;top:8px;left:8px}.priceCutProductItem-productPrice{font-weight:700;font-size:15px;line-height:18px;color:#111;margin-bottom:4px}.priceCutProductItem-productSubtitle{font-size:12px;color:#ff5b57;border:1px solid #efefef;border-radius:4px;padding:4px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:calc(2em*18px);white-space:normal;line-height:18px}@keyframes campaignBestTimingToBuy-skeleton-keyframes{0%{opacity:1}to{opacity:.6}}.campaignBestTimingToBuy-placeholder{border-radius:4px;background:#f5f5f5!important;animation:campaignBestTimingToBuy-skeleton-keyframes .6s ease-in-out infinite alternate}.campaignBestTimingToBuy-sectionTitle{font-size:17px;line-height:25px;color:#ff5b57;margin-bottom:16px}.campaignBestTimingToBuy-wrapper{background-color:#fff;border-radius:8px;padding:0;position:relative}.campaignBestTimingToBuy-top{padding:8px 16px 0;background-image:url(./bg-bestBuyTop.BOJJlx4t.svg);border-radius:8px 8px 0 0}.campaignBestTimingToBuy-top:after{content:"";display:block;width:calc(100% + 32px);height:16px;background:#fff;border-radius:8px 8px 0 0;margin:0 -16px}.campaignBestTimingToBuy-title{font-weight:700;font-size:17px;line-height:25px;margin-bottom:2px}.campaignBestTimingToBuy-timeLimit,.campaignBestTimingToBuy-title{background:radial-gradient(100% 100% at 0 0,#fff4db 0,#ffcd77 83.6%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.campaignBestTimingToBuy-timeLimit{font-weight:400;font-size:12px;line-height:18px;margin-bottom:6px}.campaignBestTimingToBuy-button{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;height:24px;padding:0 9px;font-weight:500;font-size:13px;line-height:16px;color:#995611;background:linear-gradient(180deg,#fff5d2,#feb85c);box-shadow:0 2px 4px #ffbe7226,inset 0 -1.5px 1px #ffe4aecc;border-radius:12px;margin-bottom:11px;cursor:pointer}.campaignBestTimingToBuy-button .loading{content:"";background-image:url(./ico-loading--white.5G4YHqfR.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.campaignBestTimingToBuy-rewardPoints{position:absolute;right:0;top:-16px;width:135px;height:110px;color:#fe3f3e;background-image:url(./bg_emptyEnvelope.dOWkZb3y.png);background-size:cover}.campaignBestTimingToBuy-rewardPointsGroup{display:flex;justify-content:center;align-items:center;margin-top:23px;margin-right:6px;font-weight:700;font-size:16px;line-height:19px}.campaignBestTimingToBuy-rewardPointsText{font-weight:800;font-size:24px;line-height:28px;margin-right:3px}.campaignBestTimingToBuy-skeleton{padding:0 16px 16px}.campaignBestTimingToBuy-placeholder:not(:last-child){margin-bottom:8px}.campaignBestTimingToBuy-placeholder.image{padding-bottom:100%}.campaignBestTimingToBuy-placeholder.price{height:18px}.campaignBestTimingToBuy-placeholder.statistics{height:46px}.campaignBestTimingToBuy-swiperSlides{overflow:hidden;height:100%;padding-bottom:16px}.campaignBestTimingToBuy-pagination{padding-top:16px}.campaignBestTimingToBuy-rewardList{display:grid;grid-template-columns:1fr 1fr 1fr;-moz-column-gap:11px;column-gap:11px}@media(min-width:750px){.campaignBestTimingToBuy-rewardList{-moz-column-gap:16px;column-gap:16px}}.campaignBestTimingToBuy-wrapper.noContent .campaignBestTimingToBuy-top{height:94px;border-radius:8px}.campaignBestTimingToBuy-wrapper.noContent .campaignBestTimingToBuy-content,.campaignBestTimingToBuy-wrapper.noContent .campaignBestTimingToBuy-top:after{display:none}.campaignProductBlock-tabMenu,.campaignProductBlock-tabMenu--stuck{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));display:flex;align-items:center;height:56px;background-color:#fff;padding:0 16px}.noTitlebar .campaignProductBlock-tabMenu,.noTitlebar .campaignProductBlock-tabMenu--stuck{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .campaignProductBlock-tabMenu,.largeTitleBar .campaignProductBlock-tabMenu--stuck{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.campaignProductBlock-tabMenu--stuck{border-radius:0;background:var(--page-event-theme-color,#1ec687)}.campaignProductBlock-productList{min-height:calc(100vh - 203px);background-color:#fff;padding:0 16px}.coupon{cursor:pointer}.coupon-badge{content:"";background-image:url(./badge-tagsp.BXctwFHE.svg);width:28px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:-3px;left:-3px;z-index:1}.coupon-body{padding:8px;overflow:hidden;background-color:#fff;border-radius:8px 8px 0 0;display:grid;grid-template-columns:46px minmax(0,auto);grid-gap:8px}.coupon-image{border-radius:4px;overflow:hidden;filter:brightness(97%)}.coupon-discountAmount{display:flex;align-items:center;-moz-column-gap:1px;column-gap:1px;justify-content:center;color:#ff5b57;font-size:17px;line-height:1}.coupon-discountAmountNumber{line-height:1.18;font-size:24px;font-weight:600}.coupon-discountCondition{text-overflow:ellipsis;text-align:center;color:#777}.coupon-discountCondition,.coupon-footer{overflow:hidden;white-space:nowrap;font-size:12px}.coupon-footer{display:flex;align-items:center;padding:6px;color:#fff;background-color:#ff5b57;border-radius:0 0 8px 8px}.coupon-actionButton{display:flex;align-items:center;margin-left:auto}.coupon-actionButton:after{content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:1px}.merchantMissions{width:100%;padding:16px}.merchantMissions-list{display:grid;row-gap:20px}.merchantMissions-item{position:relative;display:flex;align-items:center}.merchantMissions-image{width:32px;height:32px;position:relative;display:flex;overflow:hidden;border-radius:4px;flex-shrink:0;margin-right:10px;align-self:start;filter:brightness(97%)}.merchantMissions-info{margin-right:10px;flex-grow:1}.merchantMissions-content,.merchantMissions-info{display:grid;row-gap:2px}.merchantMissions-title{font-size:15px;font-weight:600;color:#555;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.merchantMissions-description{font-size:13px}.merchantMissions-description,.merchantMissions-footer{color:#949494;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal}.merchantMissions-footer{margin-top:6px;font-size:12px;height:20px}.merchantMissions-points{display:inline-flex;align-items:center;line-height:1;position:relative;top:3px;margin-right:8px;font-weight:400;color:#07b53b}.merchantMissions-points:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchantMissions-button{width:-moz-fit-content;width:fit-content;height:24px;display:grid;align-items:center;font-size:13px;font-weight:500;color:#1ec687;padding:0 12px;margin-left:auto;border-radius:12px;background-color:#f5f5f5;white-space:nowrap}.rewardMissionBlock-loadingIndicator{margin:50px 0}.rewardMissionBlock-filterTab{padding:8px 16px}.rewardMissionBlock-showMoreSmall{margin-top:16px}.rewardMissionBlock-showMore{margin:0 16px 16px}.mission:before{content:"";display:table}.mission-sectionTitle{color:#fff}.mission-card{position:relative;display:block;border-radius:8px;background-color:#fff;overflow:hidden}.mission-tabList{margin-bottom:8px}.recommendationMerchantCoupons{position:relative;padding-top:16px;padding-bottom:24px;background-image:linear-gradient(180deg,#ff5b5700,#ff5b57b3)}.recommendationMerchantCoupons-title{display:flex;align-items:center;padding:0 16px}.recommendationMerchantCoupons-titleText{display:flex;align-items:center;color:#ff5b57;font-size:17px;font-weight:600}.recommendationMerchantCoupons-titleText:before{content:"";background-image:url(./ico-couponRed.CGl_nqXZ.svg);width:25px;height:25px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:4px}.recommendationMerchantCoupons-moreButton{display:flex;align-items:center;color:#b7b7b7;font-size:13px;font-weight:400;margin-left:auto}.recommendationMerchantCoupons-moreButton:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:1px}.recommendationMerchantCoupons-pagination{margin-top:16px}.recommendationMerchantCoupons-couponArea{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px}.btnPrivacyNotice-container:before{left:0;right:0;margin-left:auto;margin-right:auto}.btnPrivacyNotice{display:inline-block}.btnPrivacyNotice-button{content:"";background-image:url(./ico-tip.6Xzp-Dil.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer;margin-left:4px;vertical-align:text-bottom;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btnPrivacyNotice-container{position:absolute;width:247px;padding:16px 16px 24px;border-radius:2px;background:#5b82db;z-index:2;top:100%}.btnPrivacyNotice-container:before{content:"";position:absolute;top:-9px;width:12px;height:9px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:9px solid #5b82db;left:calc(100% - 32px)}.btnPrivacyNotice-description{font-size:14px;line-height:1.6;color:#f5f5f5;margin-bottom:16px}.btnPrivacyNotice-link{display:flex;justify-content:center;align-items:center;font-size:14px;color:#fff;font-weight:700}.btnPrivacyNotice-tips{top:calc(100% + 12px);right:-8px}.recommendationMerchants{background-color:#fff;padding:16px;border-radius:8px}@media(max-width:374.98px){.recommendationMerchants{padding:16px 10px}}.recommendationMerchants-list{display:grid;row-gap:28px;padding-bottom:16px}.recommendationMerchants-seeMore,.recommendationMerchants-seeMore--arrowDown{display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:30px auto 0;line-height:24px;font-size:12px;color:#b7b7b7}.recommendationMerchants-seeMore--arrowDown:after,.recommendationMerchants-seeMore:after{content:"";background-image:url(./ico-arrow--rightGrayLight.CsLDTbZh.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.recommendationMerchants-seeMore--arrowDown:after{content:"";background-image:url(./ico-arrow--downGrey.BnmT_o_N.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.horizontalScrollableProducts .productItem-groupDealFooterText:before,.horizontalScrollableProducts .productItem-timeLimitInfo:before{content:none}.horizontalScrollableProducts-item{flex-shrink:0}.horizontalScrollableProducts-contents{display:flex;-moz-column-gap:10px;column-gap:10px}.horizontalScrollableProducts.noShadow .horizontalScrollableProducts-item{box-shadow:none;border-radius:0;padding-bottom:0;margin:0}.horizontalScrollableProducts.noShadow .horizontalScrollableProducts-item.productItem.portrait--slide{border-radius:0;box-shadow:none;width:134px}@media(max-width:374.98px){.horizontalScrollableProducts.noShadow .horizontalScrollableProducts-item.productItem.portrait--slide{width:118px}}@media(min-width:750px){.horizontalScrollableProducts.noShadow .horizontalScrollableProducts-item.productItem.portrait--slide{width:190px}}.horizontalScrollableProducts.noShadow .horizontalScrollableProducts-item .productItem-info{margin:8px 0 0}.horizontalScrollableProducts.noShadow .horizontalScrollableProducts-item .productItem-image{border-radius:4px}.horizontalScrollableProducts.noShadow .horizontalScrollableProducts-item .productItem-elseContent{margin:10px 0 0}.cartEmptyContent-info{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;padding:32px 0;background-image:url(./img-empty-state-background_3x.D4S_QlJG.png);background-size:982px;background-position:top -74px center;background-repeat:no-repeat}.cartEmptyContent-infoImage{width:110px;height:110px}.cartEmptyContent-infoTitle{font-size:17px;font-weight:600;line-height:25px;color:#111}.cartEmptyContent-infoDescription{font-size:13px;line-height:20px;color:#949494;margin-top:2px;text-align:center}.cartEmptyContent-infoNoticeIcon{position:absolute;right:16px;bottom:32px}.cartEmptyContent-infoButton{border-radius:9999px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;margin-top:13px;cursor:pointer}.noticeBar{display:grid;grid-template-columns:max-content 1fr max-content;-moz-column-gap:8px;column-gap:8px;color:var(--text-color,#ff6f36);background-color:var(--bg-color,#fceee7);padding:6px 8px;cursor:pointer}.noticeBar-icon{display:flex;justify-content:center;align-items:center;width:28px;height:28px;border-radius:28px;background-color:#fff;margin:auto}.noticeBar-icon.speakerOrange:after{background-image:url(./ico-speaker--orange.hIlHeEzK.svg)}.noticeBar-icon.speakerOrange:after,.noticeBar-icon.speakerRed:after{content:"";width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noticeBar-icon.speakerRed:after{background-image:url(./ico-speaker--red.DqEreJam.svg)}.noticeBar-text{display:flex;align-items:center;font-size:13px;font-weight:600;line-height:20px}.noticeBar-action{font-size:12px}.noticeBar-action,.noticeBar-more{display:flex;align-items:center}.noticeBar-more:after{background-image:url(./ico-arrow--rightBurntOrange.Js8NOAkN.svg);width:14px;height:14px}.noticeBar-closeIcon,.noticeBar-more:after{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.noticeBar-closeIcon{background-image:url(./ico-close--black.C0D_WCjI.svg);width:20px;height:20px}.noticeBanner[data-v-5ff19d84]{display:flex;align-items:center;position:relative;padding:16px;margin-top:1px;background-color:#d7eee5;color:#159867}.noticeBanner.clickable[data-v-5ff19d84]{cursor:pointer}.noticeBanner.alert[data-v-5ff19d84]{background-color:#ffe6e6;color:#ff5b57}.noticeBanner-alertIcon[data-v-5ff19d84]{content:"";background-image:url(./ico-outlined-notificationRed.Buw_rdOQ.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:10px}.noticeBanner-title[data-v-5ff19d84]{font-size:17px;font-weight:700;line-height:1.5}.noticeBanner-info[data-v-5ff19d84]{font-size:14px;line-height:1.5}.noticeBanner-icon[data-v-5ff19d84]{display:flex;justify-content:center;align-items:center;width:36px;height:36px;margin-right:10px;background-color:#fff;border-radius:8px}.noticeBanner-icon.note[data-v-5ff19d84]:before{content:"";-webkit-mask:url(./ico-shoppingNote.CYf5R6p8.svg) center/contain no-repeat;mask:url(./ico-shoppingNote.CYf5R6p8.svg) center/contain no-repeat;background-color:#179968;width:24px;height:24px}@media(max-width:374.98px){.noticeBanner-message[data-v-5ff19d84]{display:none}}@media(min-width:375px){.noticeBanner-shortMessage[data-v-5ff19d84]{display:none}}.noticeBanner-buttonArea[data-v-5ff19d84]{height:100%;position:absolute;right:16px;top:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-evenly}.noticeBanner-button[data-v-5ff19d84]{display:flex;justify-content:center;align-items:center;font-size:13px;font-weight:700;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 14px;line-height:26px;border-radius:14px;color:#f5f5f5;background-color:#1ec687}.noticeBanner.alert .noticeBanner-button[data-v-5ff19d84]{background-color:#ff5b57}.noticeBanner-close[data-v-5ff19d84]{content:"";background-image:url(./ico-cancel--green.C0XdXhs2.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.buyListContent-tabMenu{padding:16px;background:#fff}.buyListContent-body{background-color:#fff;padding:16px 16px 0;border-radius:8px}.buyListContent-body:after{content:"";display:table}.buyListContent-date{font-size:13px;font-weight:700;color:#b7b7b7;margin-bottom:16px}.buyListContent-footer{background-color:#fff;padding:24px 16px;font-size:12px;line-height:22px;color:#b7b7b7}.shoppingCartWrapper{overflow:hidden;border-radius:8px;background-color:#fff}.shoppingCartWrapper-body{position:relative;padding:16px}.shoppingCartWrapper-date{font-weight:600;font-size:15px;line-height:18px;color:#b7b7b7;margin-bottom:24px}.shoppingCartWrapper-info{display:grid;grid-template-columns:54px 1fr;-moz-column-gap:10px;column-gap:10px;margin-bottom:24px}.shoppingCartWrapper-image{overflow:hidden;border-radius:4px;filter:brightness(97%)}.shoppingCartWrapper-name{font-weight:600;font-size:15px;line-height:22px;color:#555;margin-bottom:2px}.shoppingCartWrapper-description{font-size:13px;line-height:1.5;color:#777}.liveProduct-image.soldOut>img,.liveProduct-image>img{position:absolute;inset:0;margin:auto}.liveProduct-itemTop{display:grid;grid-template-columns:86px minmax(0,58%);-moz-column-gap:12px;column-gap:12px}.liveProduct-itemBottom{display:flex;align-items:center;margin-top:8px}.liveProduct-itemImage{width:86px;height:86px;position:relative}.liveProduct-itemInfo{display:flex;flex-direction:column;justify-content:space-between}.liveProduct-image,.liveProduct-image.soldOut{width:100%;height:0;padding-bottom:100%;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.liveProduct-image.soldOut:after{position:absolute;content:"";background-image:url(./img-soldout.Dc-YkwkZ.svg);width:100%;height:100%;display:inline-block;background-repeat:no-repeat;background-size:contain}.liveProduct-topBadge,.liveProduct-topBadge.active{position:absolute;left:-3px;height:16px;display:flex;font-size:12px;color:#fff;padding:0 4px;border-radius:2px 2px 2px 0;background-color:#555;box-shadow:1px 1px #0000001a;z-index:1}.liveProduct-topBadge.active:before,.liveProduct-topBadge:before{width:0;height:0;content:"";position:absolute;display:inline-block;left:0;bottom:-2px;border-color:transparent #303030 transparent transparent;border-style:solid;border-width:0 3px 2px 0}.liveProduct-topBadge.active{background-color:#1ec687}.liveProduct-topBadge.active:before{border-color:transparent #179968 transparent transparent}.liveProduct-topBadge.active:after{content:"";background-image:url(./img-introductionNow.DM-wm0Jh.svg);width:41px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:4px}.liveProduct-price{display:flex;max-width:100%;margin-top:2px}.liveProduct-liveBadge{margin-right:4px;content:"";background-image:url(./badge-livePrice--outline.Bxdx-sn5.svg);width:41px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.liveProduct-priceNumber{width:calc(100% - 41px);height:18px;display:flex;font-size:17px;font-weight:700;color:#ff5b57;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveProduct-priceNumber:before{content:"$";font-size:12px;margin-right:1px}.liveProduct-priceText{font-size:12px;margin-left:4px}.liveProduct-description{font-weight:600;color:#555;margin:4px 0 8px;height:38px;display:-webkit-box;max-height:3em;line-height:1.5}.liveProduct-description,.liveProduct-subText,.liveProduct-subText.active{font-size:13px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.liveProduct-subText,.liveProduct-subText.active{width:-moz-fit-content;width:fit-content;height:22px;display:flex;align-items:center;color:#949494;max-width:50%;display:-webkit-box;max-height:2.8em;line-height:1.4;-webkit-line-clamp:1}.liveProduct-subText.active:before,.liveProduct-subText:before{content:"";background-image:url(./ico-fire.DUEfKXq5.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:relative;top:2px;flex-shrink:0}.liveProduct-subText span:nth-child(2){display:none}.liveProduct-subText.active{color:#fff;border-radius:11px;padding:2px 12px 3px 6px;background-image:linear-gradient(270deg,#ff9481 0,#ff5757)}.liveProduct-subText.active:before{content:"";background-image:url(./ico-fireWhite.C1hqAz0C.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.liveProduct-subText.active span:nth-child(2){display:inline-block}.liveProduct-buttonRow{flex:1;display:flex;justify-content:flex-end}.liveProduct-button,.liveProduct-button--green{position:relative;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#949494;height:32px;border-radius:16px;padding:0 13px;cursor:pointer;background-color:#f5f5f5;margin-left:12px}.liveProduct-button--green{color:#fff;background-color:#1ec687}.liveProduct-textGreen{color:#1ec687}.liveProduct-textBlue{color:#8b95f4}.liveProduct-bobble{position:absolute;top:-100%;right:6px}.productInfoBlock-image>img[data-v-c29148be]{position:absolute;inset:0;margin:auto}.productInfoBlock[data-v-c29148be]{display:grid;grid-template-columns:86px minmax(0,1fr);-moz-column-gap:12px;column-gap:12px;width:100%}.productInfoBlock-itemImage[data-v-c29148be]{position:relative;width:86px;height:86px}.productInfoBlock-info[data-v-c29148be]{display:flex;flex-direction:column;justify-content:space-between}.productInfoBlock-image[data-v-c29148be]{width:100%;height:0;padding-bottom:100%;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.productInfoBlock-price[data-v-c29148be]{display:flex;max-width:100%;margin-top:2px}.productInfoBlock-liveBadge[data-v-c29148be]{margin-right:4px;content:"";background-image:url(./badge-livePrice--outline.Bxdx-sn5.svg);width:41px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.productInfoBlock-priceNumber[data-v-c29148be]{display:flex;font-size:17px;font-weight:700;color:#ff5b57;height:18px;width:calc(100% - 41px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productInfoBlock-priceNumber[data-v-c29148be]:before{content:"$";font-size:12px;margin-right:1px}.productInfoBlock-name[data-v-c29148be]{font-size:13px;font-weight:600;color:#555;margin:4px 0 8px;height:38px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.productInfoBlock-points[data-v-c29148be]{font-size:12px;font-weight:600;color:#07b53b;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productInfoBlock-pointsIcon[data-v-c29148be]{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.buyMorePanel{overflow:hidden}.buyMorePanel-body{padding:27px 16px 3px;position:relative}.buyMorePanel-relatedHashtag{width:100%;height:220px;display:flex;flex-wrap:wrap;margin-top:24px;padding:24px 0 56px;border-top:1px solid #efefef;overflow-y:scroll;cursor:pointer;scrollbar-width:none;-ms-overflow-style:none}.buyMorePanel-relatedHashtag::-webkit-scrollbar{width:0;display:none}.buyMorePanel-relatedHashtag-item{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:32px;font-weight:500;font-size:14px;color:#777;padding:0 13px;border-radius:16px;margin:0 8px 8px 0;background-color:#f5f5f5}.buyMorePanel-relatedHashtag-item.active{color:#fff;background-color:#1ec687}.buyMorePanel-bottomCounter{display:flex;align-items:center;width:100%;height:56px;justify-content:space-between;padding:10px 16px;background-color:#fff;box-shadow:0 -2px 12px -6px #00000026;position:absolute;left:0;right:0;bottom:0}.buyMorePanel-bottomCounter-toolSet{display:flex}.buyMorePanel-bottomCounter-totalCount{font-size:15px;line-height:22px;background-color:#f5f5f5;border:0;text-align:center;width:30px;margin:0 10px;padding:0}.buyMorePanel-bottomCounter-minusBtn{background-image:url(./ico-minusLightGrey.BrrsuUCA.svg)}.buyMorePanel-bottomCounter-minusBtn,.buyMorePanel-bottomCounter-plusBtn{cursor:pointer;content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.buyMorePanel-bottomCounter-plusBtn{background-image:url(./ico-plusLightGrey.C0YMxm1y.svg)}.buyMorePanel-bottomCounter-submitBtn{width:100%;height:36px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;margin-left:20px;border-radius:18px;color:#fff;cursor:pointer;background-color:#c8c8c8}.buyMorePanel-bottomCounter-submitBtn.active{background-color:#1ec687}.buyMore{width:100%;position:relative}.buyMore-body{margin:16px;padding:16px;overflow:hidden;border-radius:8px;background-color:#fff}.buyMore-date{font-weight:600;font-size:15px;line-height:18px;color:#b7b7b7}.buyMore-info{display:grid;grid-template-columns:54px 1fr;-moz-column-gap:10px;column-gap:10px;margin:24px 0;padding-bottom:24px;border-bottom:1px solid #efefef}.buyMore-image{overflow:hidden;border-radius:4px;filter:brightness(97%)}.buyMore-name{font-weight:600;font-size:15px;line-height:22px;color:#555;margin-bottom:2px}.buyMore-description{font-size:13px;line-height:1.5;color:#777}.buyMore-list{display:grid;row-gap:16px}.buyMore-item{position:relative;list-style:none}.shoppingCartList-image>img{position:absolute;inset:0;margin:auto}.shoppingCartList{width:100%;position:relative}.shoppingCartList-list{display:grid;row-gap:16px}.shoppingCartList-item{list-style:none}.shoppingCartList-link{position:relative;list-style:none;display:grid;grid-template-columns:86px minmax(0,1fr);-moz-column-gap:10px;column-gap:10px}.shoppingCartList-info{display:flex;flex-direction:column}.shoppingCartList-image{width:86px;height:86px;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.shoppingCartList-detail{display:flex;align-items:center;max-width:100%}.shoppingCartList-name{font-size:15px;font-weight:600;color:#555;height:54px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.shoppingCartList-comment{font-size:12px;line-height:20px;color:#949494;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shoppingCartList-price{font-size:17px;line-height:20px;font-weight:700;color:#ff5b57;margin-left:auto}.shoppingCartList-totalPurchases{color:#555;margin-right:10px}.shoppingCartList-points,.shoppingCartList-totalPurchases{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shoppingCartList-points{color:#07b53b;display:flex;align-items:center;margin-left:auto}.shoppingCartBottomTools[data-v-51dd73c8]{display:flex;flex-direction:column;width:100%;background-color:#fff;box-shadow:0 -2px 12px -6px #00000026}.shoppingCartBottomTools-rule[data-v-51dd73c8]{display:flex;align-items:center;font-size:12px;line-height:30px;color:#777;padding:0 16px;border-bottom:1px solid #f4f4f4}.shoppingCartBottomTools-rule[data-v-51dd73c8]:before{content:"";background-image:url(./ico-exclamationMark.DHigKpe2.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;display:block;margin-right:1px}.shoppingCartBottomTools-bottom[data-v-51dd73c8]{display:grid;grid-template-columns:100px minmax(0,1fr);-moz-column-gap:12px;column-gap:12px;padding:8px 16px 16px;align-items:center}.shoppingCartBottomTools-totalInfo[data-v-51dd73c8]{font-size:14px;color:#999}.shoppingCartBottomTools-totalText[data-v-51dd73c8]{position:relative;left:-7px;display:block;white-space:nowrap;transform:scale(.83)}.shoppingCartBottomTools-totalAmount[data-v-51dd73c8]{font-size:22px;line-height:26px;font-weight:700;color:#ff5b57}.shoppingCartBottomTools-button[data-v-51dd73c8]{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;width:100%;height:36px;color:#fff;background-color:#1ec687;border-radius:18px}.buyMoreBelt-item>img{position:absolute;inset:0;margin:auto}.buyMoreBelt{display:flex;align-items:center;width:100%;line-height:36px;margin-top:24px;padding:12px 0 16px;border-top:1px solid #efefef;cursor:pointer}.buyMoreBelt-title{font-weight:600;font-size:15px;line-height:36px;color:#179968}.buyMoreBelt-productImages{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,22px));grid-auto-flow:column;-moz-column-gap:4px;column-gap:4px;align-items:center;margin-left:auto}.buyMoreBelt-iconArrow--down{background-image:url(./ico-arrow--downGreyLight.-PxCy2F4.svg)}.buyMoreBelt-iconArrow--down,.buyMoreBelt-iconArrow--up{content:"";width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.buyMoreBelt-iconArrow--up{background-image:url(./ico-arrow--upGrey.C-hPbDDg.svg)}.buyMoreBelt-iconArrow--right{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.buyMoreBelt-item{position:relative;background-color:#00000008}.buyMoreBelt-item,.buyMoreBelt-itemEllipsis{width:22px;height:22px;overflow:hidden;border-radius:4px}.buyMoreBelt-itemEllipsis{display:flex;justify-content:center;align-items:center;background-color:#c8c8c8}.buyMoreBelt-itemEllipsis:before{content:"";background-image:url(./ico-ellips--white.a8XAETMS.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.liveShoppingCarts{margin:16px}.liveShoppingCarts-wrapper{margin-bottom:16px}.liveShoppingCarts-list{padding-top:24px;border-top:1px solid #efefef}.liveShoppingCarts-bottomTools{width:100%}.shoppingCartEmpty{background:#fff;padding:16px;padding-bottom:calc(16px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));border-radius:8px;justify-content:center}.shoppingCartEmpty,.shoppingCartEmpty-info{display:flex;align-items:center;flex-direction:column}.shoppingCartEmpty-image{width:160px;height:160px}.shoppingCartEmpty-title{color:#111;font-size:17px;font-weight:700;line-height:25px;white-space:nowrap;text-align:center;margin-bottom:2px}.shoppingCartEmpty-text{color:#949494;font-size:13px;line-height:20px;white-space:nowrap;text-align:center;margin-bottom:16px}.shoppingCartEmpty-exordium{display:flex;align-items:center;padding:16px;width:100%;justify-content:center;background:#f5f5f5;flex-direction:column}.shoppingCartEmpty-exordiumTitle{display:flex;align-items:center;font-weight:700;font-size:12px;line-height:18px;color:#111;width:100%}.shoppingCartEmpty-exordiumTitle:before{content:"";background-image:url(./ico-issue.DQ3P1lv1.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:4px}.shoppingCartEmpty-exordiumList{margin-top:8px;width:100%}.shoppingCartEmpty-exordiumList>:not(:first-child){margin-top:4px}.shoppingCartEmpty-exordiumItem{display:flex;font-size:12px;line-height:18px;color:#555}.shoppingCartEmpty-exordiumItem:before{content:"";display:block;width:4px;height:4px;background:#b7b7b7;margin:7px 12px 0 8px;flex-shrink:0}.liveShoppingCartContent-content{margin-top:16px}.liveShoppingCartContent-shopMenu{padding:16px;background:#fff}.liveShoppingCartContent-empty{margin:16px}.merchantShoppingCartContent-content{margin-top:16px}.merchantShoppingCartContent-empty{margin:16px}.merchantShoppingCartContent-wrapper{margin-bottom:16px}.purchasedContent-body{background-color:#fff;padding:16px 16px 0;border-radius:8px}.purchasedContent-body:after{content:"";display:table}.purchasedContent-footer{background-color:#fff;padding:24px 16px;font-size:12px;line-height:22px;color:#b7b7b7}.brandCard-image>img{position:absolute;inset:0;margin:auto}.brandCard{width:100%}.brandCard-list,.brandCard-list--autoFit{display:grid;grid-template-columns:repeat(4,minmax(0,25%));-moz-column-gap:16px;column-gap:16px;row-gap:16px}.brandCard-list--autoFit{grid-template-columns:repeat(3,minmax(0,33.3%))}@media(min-width:750px){.brandCard-list--autoFit{grid-template-columns:repeat(5,minmax(0,20%))}}.brandCard-item{position:relative;display:inline-block;width:100%}.brandCard-image{height:0;padding-bottom:100%;z-index:1;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.brandCard-btnFavorite{position:absolute;width:20px;height:20px;margin-top:-11px;right:5px;z-index:1;background-color:#fff;box-shadow:0 2px 4px -2px #00000026;border-radius:100px}.brandCard-name{margin-top:12px;font-size:13px;color:#555;text-align:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.6em;white-space:normal;line-height:1.3}.brandCard-point{display:flex!important;margin-top:4px;justify-content:center}.categoryRecommendationSlide{--slide-gap:16px}.categoryRecommendationSlide-title{display:block;font-size:13px;font-weight:600;line-height:1.5;color:#111;margin-bottom:12px}.categoryRecommendationSlide-pagination{margin-top:16px}.categoryRecommendationSlide-slideContainer{display:flex;align-items:flex-start;flex-wrap:no-wrap;padding:0;gap:var(--slide-gap)}.categoryRecommendationSlide-brandCard{--amount-per-slide:5;max-width:calc((100% - (var(--amount-per-slide) - 1)*var(--slide-gap))/var(--amount-per-slide))}@media(max-width:576px){.categoryRecommendationSlide-brandCard{--amount-per-slide:3}}.categoryKeywords{width:100%}.categoryKeywords-title{display:flex;font-size:13px;font-weight:600;line-height:1.5;color:#111;margin-bottom:12px}.categoryKeywords-hotKeyword{font-size:12px;color:#555;margin-bottom:12px}.categoryKeywords-hotKeywordText{flex-shrink:0;margin-right:4px}.categoryKeywords-hotKeywordItem{display:inline-flex;line-height:20px;color:#777;padding:0 5px;background:#f5f5f5;border-radius:20px;cursor:pointer;max-width:100%;margin:0 4px 4px 0}.categoryKeywords-hotKeywordItemText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.categoryClassifications{padding:16px 0 16px 16px;background-color:#fff;min-height:100vh}.categoryClassifications-hotKeywords,.categoryClassifications-recommendationSlide{margin-bottom:28px;margin-right:16px}.categoryClassifications-title{display:block;font-size:13px;font-weight:600;line-height:1.5;color:#111;margin-bottom:12px}.categoryClassifications-list{display:flex;flex-wrap:wrap;margin-bottom:16px}.categoryClassifications-subItem{display:grid;font-size:13px;color:#555;width:72px;flex-shrink:0;margin-right:16px;text-align:center;cursor:pointer}.categoryClassifications-subItem:last-child{margin-right:0}@media(min-width:750px){.categoryClassifications-subItem{width:112px}}@media(max-width:374.98px){.categoryClassifications-subItem{width:54px}}.categoryClassifications-subItemImage{width:100%;height:0;padding-bottom:100%;border-radius:4px;overflow:hidden;margin-bottom:8px;filter:brightness(97%)}.categoryClassifications-subItemName{margin-bottom:12px}.categoryTabMenu{width:94px;position:sticky;top:60px;top:calc(60px + var(--android-safe-area-inset-top, 0));top:calc(60px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(60px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.categoryTabMenu-item,.categoryTabMenu-item--active{position:relative;display:flex;justify-content:center;align-items:center;width:94px;font-size:13px;font-weight:500;color:#777;cursor:pointer}.categoryTabMenu-item--active{background-color:#fff;color:#1ec687;border-left:3px solid #1ec687}.categoryTabMenu-item--active:before{box-shadow:0 8px #fff;border-bottom-right-radius:8px;top:-16px}.categoryTabMenu-item--active:after,.categoryTabMenu-item--active:before{content:"";position:absolute;width:8px;height:16px;background-color:transparent;right:0}.categoryTabMenu-item--active:after{box-shadow:0 -8px #fff;border-top-right-radius:16px;bottom:-16px}.oaShopBanner-itemImage[data-v-56a394e7]{display:block;width:100%;border-radius:8px}.oaShopProduct[data-v-72b100e5]{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:11px;column-gap:11px;row-gap:20px}.oaShopProduct-item[data-v-72b100e5]{display:grid;font-weight:400;font-size:13px;color:#111;height:-moz-fit-content;height:fit-content}.oaShopProduct-itemImage[data-v-72b100e5]{position:relative;overflow:hidden;width:100%;height:100%;aspect-ratio:1/1;border-radius:8px}.oaShopProduct-itemImage img[data-v-72b100e5]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.oaShopProduct-itemImage[data-v-72b100e5]:after{position:absolute;content:"";display:block;top:0;width:100%;height:100%;border:1px solid rgba(0,0,0,.04);border-radius:8px}.oaShopProduct-itemPrice[data-v-72b100e5]{display:flex;align-items:center;-moz-column-gap:2px;column-gap:2px;font-weight:700;font-size:15px;line-height:18px;margin:9px 0 3px}.oaShopProduct-itemOriginPrice[data-v-72b100e5]{font-weight:400;font-size:14px;text-decoration:line-through;color:#b7b7b7}.oaShopProduct-itemTitle[data-v-72b100e5]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2;word-wrap:break-word;margin-bottom:6px}.oaShopProduct-itemLabel[data-v-72b100e5]{font-size:12px;color:#06c755}.oaShopProduct-moreButton[data-v-72b100e5]{display:flex;justify-content:center;align-items:center;grid-column-start:1;grid-column-end:4;width:100%;height:42px;font-weight:400;font-size:13px;letter-spacing:-.2px;color:#111;border:1px solid #efefef;border-radius:42px;cursor:pointer}.oaShopProduct-moreButton[data-v-72b100e5]:after{content:"";background-image:url(./ico-arrow--right111111.q8YJKxfQ.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.oaShopCategoryProduct[data-v-3e7c608a]{grid-column-start:1;grid-column-end:4}.oaShopCategoryProduct-tabMenuWrapper[data-v-3e7c608a]{margin-bottom:15px}.oaShopCategoryProduct-tabMenu[data-v-3e7c608a]{display:flex;align-items:center;gap:5px}.oaShopCategoryProduct-tabMenuItem[data-v-3e7c608a]{display:flex;justify-content:center;align-items:center;gap:6px;display:inline-flex;width:-moz-fit-content;width:fit-content;height:35px;padding:0 12px;font-weight:600;font-size:13px;letter-spacing:-2%;border:1px solid #efefef;border-radius:35px;cursor:pointer;white-space:nowrap}.oaShopCategoryProduct-tabMenuItem.active[data-v-3e7c608a]{color:#fff;background-color:#111;border-color:#111}.oaShopCategoryProduct-tabMenuItem--hasImage[data-v-3e7c608a]{padding-left:4px}.oaShopCategoryProduct-tabMenuItemImage img[data-v-3e7c608a]{width:27px;height:27px;border-radius:50%;border:1px solid rgba(0,0,0,.04);display:block;-o-object-fit:cover;object-fit:cover}.tutorialBlock[data-v-93adfaf0]{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:10px;column-gap:10px;font-weight:700;font-size:15px;letter-spacing:-2%;color:#000}.tutorialBlock-subtitle[data-v-93adfaf0]{display:flex;align-items:center;grid-area:1/1/2/4;margin:4px 0}.tutorialBlock-seeMore[data-v-93adfaf0]{margin-left:auto;font-weight:400;font-size:13px;color:#949494;cursor:pointer}.tutorialProduct[data-v-783131c2]{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:10px;column-gap:10px;row-gap:20px}.tutorialProduct-item[data-v-783131c2]{display:grid;font-weight:400;font-size:13px;color:#111;height:-moz-fit-content;height:fit-content}.tutorialProduct-itemImage[data-v-783131c2]{position:relative;overflow:hidden;width:100%;height:100%;aspect-ratio:1/1;border-radius:8px}.tutorialProduct-itemImage img[data-v-783131c2]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.tutorialProduct-itemImage[data-v-783131c2]:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;border:1px solid rgba(0,0,0,.04);border-radius:8px}.tutorialProduct-itemInfo[data-v-783131c2]{margin:9px 0 0 1px}.tutorialProduct-itemPrice[data-v-783131c2]{display:flex;align-items:center;-moz-column-gap:2px;column-gap:2px;font-weight:700;font-size:15px;line-height:18px;margin-bottom:3px}.tutorialProduct-itemOriginPrice[data-v-783131c2]{font-weight:400;font-size:14px;text-decoration:line-through;color:#b7b7b7}.tutorialProduct-itemTitle[data-v-783131c2]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2;word-break:break-all;margin-bottom:6px}.tutorialProduct-moreButton[data-v-783131c2]{display:flex;justify-content:center;align-items:center;grid-column-start:1;grid-column-end:4;width:100%;height:42px;font-weight:400;font-size:13px;letter-spacing:-.2px;color:#111;border:1px solid #efefef;border-radius:42px;cursor:pointer}.tutorialProduct-moreButton[data-v-783131c2]:after{content:"";background-image:url(./ico-arrow--right111111.q8YJKxfQ.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tutorialBrand-image[data-v-cad0d878]:before,.tutorialBrand-image>img[data-v-cad0d878]{position:absolute;inset:0;margin:auto}.tutorialBrand[data-v-cad0d878]{grid-column-start:1;grid-column-end:4}.tutorialBrand-menuWrapper[data-v-cad0d878]{height:84px;margin-top:10px;margin-bottom:16px}.tutorialBrand-menu[data-v-cad0d878]{display:flex;gap:6px}.tutorialBrand-menuItem[data-v-cad0d878]{position:relative;display:inline-block;text-align:center;width:60px;font-weight:400;font-size:12px;color:#616161;cursor:pointer}.tutorialBrand-image[data-v-cad0d878]{overflow:hidden;position:relative;background-color:#00000008;width:48px;height:48px;margin:auto auto 7px;background-color:#fff;border-radius:100%}.tutorialBrand-image img[data-v-cad0d878]{border-radius:100%}.active .tutorialBrand-image img[data-v-cad0d878]{width:38px;height:38px}.tutorialBrand-image[data-v-cad0d878]:after{content:"";display:block;position:absolute;width:100%;height:100%;border:1px solid rgba(0,0,0,.04);border-radius:100%}.active .tutorialBrand-image[data-v-cad0d878]:after{border:3px solid #111}.tutorialBrand-image[data-v-cad0d878]:before{content:"";display:block;z-index:1;border-radius:100%;width:38px;height:38px}.active .tutorialBrand-image[data-v-cad0d878]:before{border:1px solid rgba(0,0,0,.04)}.tutorialBrand-name[data-v-cad0d878]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}.tutorialEvent-itemImg>img[data-v-53b1758c]{position:absolute;inset:0;margin:auto}.tutorialEvent[data-v-53b1758c]{display:grid;grid-template-columns:repeat(3,1fr);grid-area:2/1/auto/4;-moz-column-gap:10px;column-gap:10px;row-gap:20px}.tutorialEvent-item[data-v-53b1758c]{display:grid;font-weight:400;font-size:12px;color:#949494;margin-top:10px}.tutorialEvent-itemImg[data-v-53b1758c]{overflow:hidden;position:relative;background-color:#00000008;width:100%;height:0;padding-bottom:100%;margin-bottom:10px;border-radius:8px}.tutorialEvent-itemImg[data-v-53b1758c]:after{content:"";display:block;position:absolute;width:100%;height:100%;border:1px solid rgba(0,0,0,.04);border-radius:8px}.tutorialEvent-itemTitle[data-v-53b1758c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;font-size:14px;color:#111;line-height:20px;margin-bottom:3px}.tutorialEvent-itemReward[data-v-53b1758c]{display:grid;grid-template-columns:max-content 1fr;align-items:center;font-size:12px;font-weight:400;color:#07b53b;color:#616161;margin-bottom:6px}.tutorialEvent-itemReward[data-v-53b1758c]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tutorialEvent-itemRewardText[data-v-53b1758c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tutorialRewardProduct[data-v-1e116af1]{grid-column-start:1;grid-column-end:4}.tutorialRewardProduct-tabMenu[data-v-1e116af1]{display:flex;align-items:center;gap:5px;margin:7px 0 15px}.tutorialRewardProduct-tabMenuItem[data-v-1e116af1]{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:35px;padding:0 12px;font-weight:600;font-size:13px;letter-spacing:-2%;border:1px solid #efefef;border-radius:35px;cursor:pointer}.tutorialRewardProduct-tabMenuItem.active[data-v-1e116af1]{color:#fff;background-color:#111;border-color:#111}.tutorialTop-infoTips[data-v-18e193ba]:before{left:0;right:0;margin-left:auto;margin-right:auto}.tutorialTop[data-v-18e193ba]{justify-content:center;font-size:13px;line-height:18px;letter-spacing:-.09px;color:#949494}.tutorialTop-banner[data-v-18e193ba]{display:grid;max-width:343px;text-align:center;font-weight:500;font-size:14px;line-height:18px;color:#111;letter-spacing:-.08px;background-color:#f7f7f7;border-radius:8px;padding:20px;gap:4px;margin:auto}.tutorialTop-bannerText[data-v-18e193ba]{display:flex;align-items:center;font-size:12px;color:#616161;margin:auto}.tutorialTop-bannerPoints[data-v-18e193ba]{color:#111;font-weight:500;font-size:14px;letter-spacing:-3%}.tutorialTop-info[data-v-18e193ba]{position:relative;display:flex;align-items:center;gap:4px;margin:7px auto 0;cursor:pointer;width:-moz-fit-content;width:fit-content}.tutorialTop-info[data-v-18e193ba]:after{content:"";background-image:url(./ico-issueGrey.SXMBi-K4.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tutorialTop-infoText[data-v-18e193ba]{font-weight:400;cursor:pointer}.tutorialTop-infoTips[data-v-18e193ba]{position:absolute;top:calc(100% + 9px);left:50%;transform:translate(-50%);margin:auto;min-width:276px;padding:11px 37px 11px 12px;font-weight:400;font-size:13px;line-height:17px;color:#fff;background-color:#1f1f1f;border-radius:5px;counter-reset:tips-counter;z-index:1}.tutorialTop-infoTips[data-v-18e193ba]:before{content:"";position:absolute;top:-7px;width:12px;height:7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:7px solid #1f1f1f}.tutorialTop-infoTipsItem[data-v-18e193ba]{display:grid;grid-template-columns:14px 1fr;counter-increment:tips-counter}.tutorialTop-infoTipsItem[data-v-18e193ba]:before{content:counter(tips-counter) "."}.tutorialTop-infoTipsLink[data-v-18e193ba]{display:grid;grid-template-columns:14px 1fr;color:#4270ed;margin-left:15px}.tutorialTop-infoTipsLink[data-v-18e193ba]:before{content:"•";color:#4270ed;margin-left:4px}.tutorialTop-infoTipsLinkList[data-v-18e193ba]{display:flex;align-items:center;flex-wrap:wrap}.tutorialTop-infoTipsLinkList a[data-v-18e193ba]{display:inline-block;text-decoration:underline}.tutorialTop-infoTipsLinkList a+a[data-v-18e193ba]:before{content:"|";font-weight:300;color:#4270ed;margin:0 7px}.tutorialTop-infoTipsClose[data-v-18e193ba]{content:"";background-image:url(./ico-close--grayDeep.Bp4Sdo__.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:13px;right:13px;cursor:pointer}.extensionPageLayout{min-height:100vh;display:grid;grid-template-rows:max-content minmax(0,auto) max-content}.extensionPageLayout-header{display:flex;align-items:center;height:76px;padding:0 48px;border-bottom:1px solid #efefef}@media(min-width:750px){.extensionPageLayout-header{justify-content:space-between}}.extensionPageLayout-header.shadow{box-shadow:0 2px 12px -6px #00000026}@media(max-width:749.98px){.extensionPageLayout-backArrow{content:"";background-image:url(./ico-arrow--left.CB5aCkvM.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:10px;cursor:pointer}}.extensionPageLayout-titleContainer{display:flex;justify-content:center;align-items:center}.extensionPageLayout-logo{content:"";background-image:url(./img-logo--colorful.D_usoKOi.svg);width:118px;height:23px;display:inline-block;background-repeat:no-repeat;background-size:contain}@media(max-width:375px){.extensionPageLayout-logo{content:"";background-image:url(./img-logo--colorful.D_usoKOi.svg);width:82px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}}.extensionPageLayout-text{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700}.extensionPageLayout-text:before{content:"";width:2px;height:28px;margin:0 16px;background-color:#efefef}@media(max-width:375px){.extensionPageLayout-text{font-size:16px}}.extensionPageLayout-hiddenHeader{width:100%;height:16px;pointer-events:none;visibility:hidden;position:absolute;top:0;z-index:1}.extensionPageLayout-container{min-height:calc(100vh - 76px)}.missingOrderIssue{display:grid;row-gap:16px;margin:16px;padding-bottom:56px}.missingOrderIssue-card{background-color:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 12px -6px #00000026}.missingOrderIssue-cardTitle{display:flex;align-items:center;font-weight:700;font-size:15px;line-height:22px;color:#111}.missingOrderIssue-cardDescription{font-size:12px;line-height:18px;color:#949494;margin-top:4px}.missingOrderIssue-cardDescription a{color:#5b82db;text-decoration:underline}.missingOrderIssue-cardContent{margin-top:16px}.missingOrderIssue-cardList{display:grid;row-gap:16px}.missingOrderIssue-wideButton--arrowRight{display:flex;justify-content:center;align-items:center;border-radius:9999px;margin-top:16px;width:100%;font-size:14px;font-weight:500;height:36px;color:#1ec687;background-color:#f5f5f5;cursor:pointer}.missingOrderIssue-wideButton--arrowRight:after{content:"";background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.missingOrderIssue-cardMessage{text-align:center;font-size:13px;line-height:20px;color:#949494}.missingOrderIssue-merchantItem{display:grid;-moz-column-gap:12px;column-gap:12px;grid-template-columns:max-content 1fr max-content;align-items:center}.missingOrderIssue-merchantLogo{width:46px;height:46px;border-radius:4px;overflow:hidden;background-color:#f5f5f5;filter:brightness(97%)}.missingOrderIssue-merchantInfo{display:grid;row-gap:4px}.missingOrderIssue-merchantName{font-weight:600;font-size:13px;line-height:16px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.missingOrderIssue-merchantText{font-weight:400;font-size:12px;line-height:18px;color:#949494;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:374.98px){.missingOrderIssue-merchantText{flex-direction:column}}.missingOrderIssue-merchantLink{display:flex;align-items:center;font-weight:400;font-size:12px;line-height:14px;color:#949494}.missingOrderIssue-merchantLink:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.redEnvelopeTutorial-image>img{position:absolute;inset:0;margin:auto}.redEnvelopeTutorial{position:fixed;left:0;right:0}@media screen and (min-width:790px){.redEnvelopeTutorial{left:calc(100vw - 100%)}}.redEnvelopeTutorial{bottom:0;top:0;padding-top:0;padding-top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)));padding-bottom:0;padding-bottom:calc(var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:10;background-color:#000000b3}.redEnvelopeTutorial-wrapper{width:100%;max-width:750px;height:100%;margin:0 auto}.redEnvelopeTutorial-content{display:flex;height:calc(100% - 75px)}.redEnvelopeTutorial-item{width:100vw;min-width:100vw;max-width:750px;padding-top:24px;display:grid;grid-template-rows:25px 70px 1fr;row-gap:12px;text-align:center;font-weight:600;font-size:17px;line-height:25px;color:#fff}@media(min-width:750px){.redEnvelopeTutorial-item{min-width:750px}}.redEnvelopeTutorial-step{color:#1ec687}.redEnvelopeTutorial-text,.redEnvelopeTutorial-text--step1,.redEnvelopeTutorial-text6em,.redEnvelopeTutorial-text7em,.redEnvelopeTutorial-text8em{white-space:normal;margin:0 auto}.redEnvelopeTutorial-text6em{width:105px}.redEnvelopeTutorial-text7em{width:120px}.redEnvelopeTutorial-text8em{width:136px}.redEnvelopeTutorial-text--step1{width:8.5em}.redEnvelopeTutorial-image{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;height:80.5%}@media(max-width:374.98px){.redEnvelopeTutorial-image{height:89.2%}}.redEnvelopeTutorial-bulletWrapper{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.redEnvelopeTutorial-bullet{display:inline-block;width:16px;height:3px;background-color:#b7b7b7;border-radius:3px}.redEnvelopeTutorial-bullet+.redEnvelopeTutorial-bullet{margin-left:3px}.redEnvelopeTutorial-bullet.active{background-color:#fff}.redEnvelopeTutorial-button{display:flex;align-items:center;justify-content:center;width:calc(100% - 32px);height:36px;border-radius:36px;margin:auto;color:#fff;background-color:#1ec687;white-space:nowrap;font-weight:500;font-size:12px;cursor:pointer}.orderRewardIssue{display:grid;row-gap:16px;margin:16px;padding-bottom:56px}.orderRewardIssue-card{background-color:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 12px -6px #00000026}.orderRewardIssue-swiper{width:100%;margin:0 auto;max-width:calc(100vw - 64px)}@media(min-width:750px){.orderRewardIssue-swiper{max-width:686px}}.orderRewardIssue-slide{width:100%;padding:0}.orderRewardIssue-pagination{margin-top:16px}.orderRewardIssue-cardTitle{display:flex;align-items:center;font-weight:700;font-size:15px;line-height:22px;color:#111}.orderRewardIssue-cardDescription{font-size:12px;line-height:18px;color:#949494;margin-top:4px}.orderRewardIssue-cardContent{margin-top:16px}.orderRewardIssue-cardList{display:grid;row-gap:16px}.orderRewardIssue-cardLink{display:flex;align-items:center;font-weight:700;font-size:13px;line-height:16px;color:#555;cursor:pointer}.orderRewardIssue-cardLink:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:auto}.orderRewardIssue-sampleImage{max-width:311px;margin:auto}.orderRewardIssue-wideButton--arrowRight{display:flex;justify-content:center;align-items:center;border-radius:9999px;margin-top:16px;width:100%;font-size:14px;font-weight:500;height:36px;color:#1ec687;background-color:#f5f5f5;cursor:pointer}.orderRewardIssue-wideButton--arrowRight:after{content:"";background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.calendarLinks{display:grid;grid-template-columns:repeat(3,1fr);padding:8px 0 16px}.calendarLinks-item{display:grid;justify-content:center;justify-items:center;row-gap:10px;font-size:12px;color:#555;cursor:pointer}.calendarLinks-img{width:36px;height:36px}.calendarTutorial-next,.calendarTutorial-prev{display:flex;justify-content:center;align-items:center;position:absolute;bottom:calc(50% - 8px);width:32px;height:32px;border-radius:100px;border:1px solid rgba(0,0,0,.05);background:#fff;box-shadow:0 2px 4px -2px #00000026;z-index:2;opacity:1;cursor:pointer;transition:.5s}.calendarTutorial{position:relative;row-gap:16px;padding-top:8px}.calendarTutorial-popup{z-index:10}.calendarTutorial-item{display:flex;justify-content:center;justify-items:center;row-gap:10px;font-size:12px;color:#555;cursor:pointer;width:100dvw;max-width:750px}.calendarTutorial-img{width:360px;height:auto}.calendarTutorial-pagination{display:flex;justify-content:center;align-items:center;-moz-column-gap:1.5px;column-gap:1.5px;width:calc(100dvw - 32px);max-width:718px;margin:16px 0}.calendarTutorial-bullet{overflow:hidden;width:16px;height:3px;border-radius:3px;will-change:transform}.calendarTutorial-bullet:after{content:"";display:block;width:100%;height:100%;background-color:#f5f5f5}.calendarTutorial-bullet.active:after{background-color:#1ec687}.calendarTutorial-prev{left:0}.calendarTutorial-prev:after{content:"";background-image:url(./ico-arrow--leftBlack.CnoHEo6X.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.calendarTutorial-next{right:0}.calendarTutorial-next:after{content:"";background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.calendarTutorial-buttonSet{display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px;width:calc(100dvw - 32px);max-width:718px}.calendarTutorial-button{justify-content:center;font-weight:500;font-size:15px;color:#fff;width:100%;background:#1ec687}.calendarTutorial-button,.calendarTutorial-button--download{display:flex;align-items:center;height:48px;white-space:nowrap;border-radius:24px;cursor:pointer}.calendarTutorial-button--download{-moz-column-gap:1px;column-gap:1px;color:#777;padding:0 16px;background:#f5f5f5}.calendarTutorial-button--download:before{content:"";background-image:url(./ico-shopping-circle.CPne9rHe.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.coverCommercial{position:absolute;inset:0;margin:auto;padding:0;max-width:337px;max-height:440px;width:89.8667%;display:grid;align-items:center}.coverCommercial-list,.coverCommercial-list--portrait{position:relative;display:grid;row-gap:12px;-moz-column-gap:12px;column-gap:12px}.coverCommercial-list--portrait{grid-template-columns:1fr 1fr}.coverCommercial-link{position:relative;display:block;width:100%;cursor:pointer;border-radius:4px;overflow:hidden}.coverCommercial-img{display:block;width:100%;height:auto}.coverCommercial-closeBtn{position:absolute;display:flex;padding:0 9px;align-items:center;right:0;top:-34px;font-size:13px;font-weight:600;color:#fff;height:24px;border-radius:12px;background-color:#0006;cursor:pointer}.coverCommercial-closeBtn:after{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.limitedSelection{display:grid;-moz-column-gap:6px;column-gap:6px;grid-template-columns:repeat(5,1fr)}.limitedSelection-item{position:relative;display:grid;grid-template-rows:48px 18px max-content;row-gap:2px;justify-items:center;align-items:center;text-align:center}.limitedSelection-image{width:48px;height:48px;border-radius:48px;overflow:hidden;margin-bottom:2px;filter:brightness(97%)}.limitedSelection-badge{position:absolute;display:flex;align-items:center;top:-9px;left:50%;transform:translate(-50%);width:-moz-fit-content;width:fit-content;height:20px;font-size:12px;font-weight:700;color:#fff;background-color:#8250ff;padding:0 5px;z-index:1;border-radius:20px;white-space:nowrap;box-shadow:0 2px 4px #11111126}.limitedSelection-title{font-weight:600;line-height:18px}.limitedSelection-description,.limitedSelection-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;width:100%}.limitedSelection-description{line-height:13px;color:#949494}.merchantActivities-img>img{position:absolute;inset:0;margin:auto}.merchantActivities-listContainer{margin-left:-16px;margin-right:-16px;overflow:hidden;padding:0 16px}.merchantActivities-list{width:100%;overflow:visible!important}.merchantActivities-wrapper{transition-timing-function:linear!important}.merchantActivities-item{position:relative;display:inline-block;width:145px;vertical-align:top;height:272px;background:#fff;border-radius:8px;overflow:hidden}.merchantActivities-serviceBadge{position:absolute;top:-8px;left:-3px;z-index:1}.merchantActivities-img{height:0;padding-bottom:100%;filter:brightness(97%);overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;background-color:unset}.merchantActivities-logo{position:absolute;top:127px;left:7px}.merchantActivities-logoImage{width:52px;height:52px;border-radius:4px;overflow:hidden;filter:brightness(97%)}.merchantActivities-info{display:grid;row-gap:8px;margin-top:43px;padding:0 7px}.merchantActivities-description{font-size:13px;font-weight:500;line-height:1.4;word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantActivities-brand{display:flex;align-items:center;margin-top:2px;font-size:12px;color:#b7b7b7}.merchantActivities-brandText{margin-top:-2px;max-width:calc(100% - 37px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantActivities-badge{content:"";background-image:url(./badge-direct.-_MmXx0U.svg);width:28px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0;margin-left:auto}.missionSlide-badge>img[data-v-ae133937]{position:absolute;inset:0;margin:auto}.missionSlide-seeMore[data-v-ae133937]{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.missionSlide-angpauBg[data-v-ae133937],.missionSlide-image[data-v-ae133937]{position:relative;display:flex;width:40px;height:40px;border-radius:40px;overflow:hidden}.missionSlide[data-v-ae133937]{background-color:#fff;border-radius:8px;display:grid;row-gap:12px;padding:16px 0;font-size:12px}.missionSlide-title[data-v-ae133937]{font-size:17px;color:#111;font-weight:700;padding:0 16px}.missionSlide-detailTitle[data-v-ae133937]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2;font-size:15px;font-weight:600;margin-top:2px;color:#303030}.missionSlide-list[data-v-ae133937]{display:flex;align-items:center;padding:0 16px;-moz-column-gap:10px;column-gap:10px}.missionSlide-item[data-v-ae133937]{position:relative;display:inline-grid;align-items:center;grid-template-columns:72px minmax(0,130px) 72px;min-width:268px;min-height:95px;border-radius:8px;border:1px solid rgba(0,0,0,.03)}.missionSlide-item.ANGPAU[data-v-ae133937],.missionSlide-item.ANGPAU--appOnly[data-v-ae133937],.missionSlide-item.ANGPAU--passport[data-v-ae133937],.missionSlide-item.ANGPAU--travel[data-v-ae133937]{background-color:#ff5b571a}.missionSlide-item.REWARD_MISSION[data-v-ae133937]{background-color:#06c7551a}.missionSlide-info[data-v-ae133937]{display:grid;justify-content:center;gap:6px}.missionSlide-angpauImage[data-v-ae133937]{position:relative}.missionSlide-angpauBg[data-v-ae133937]{display:flex;justify-content:center;background:#ffdbdb;border:.5px solid rgba(0,0,0,.03)}.missionSlide-angpauBg img[data-v-ae133937]{position:relative;top:4px}.missionSlide-travelBadge[data-v-ae133937]{position:absolute;top:0;left:0;content:"";background-image:url(./badge-travel.Ba7xK9qk.svg);width:28px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;z-index:1}.missionSlide-image[data-v-ae133937]{filter:brightness(97%)}.missionSlide-points[data-v-ae133937]{font-weight:400;color:#07b53b;display:flex;justify-content:center;align-items:center;font-size:15px;font-weight:600}.missionSlide-points[data-v-ae133937]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.missionSlide-detail[data-v-ae133937]{display:grid;row-gap:4px}.missionSlide-badge[data-v-ae133937]{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;height:0;padding-bottom:13px;background-color:transparent}.missionSlide-badge img[data-v-ae133937]{width:auto;margin-left:0}.missionSlide-description[data-v-ae133937]{position:relative;left:-5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0006}.missionSlide-button[data-v-ae133937]{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:24px;border-radius:24px;padding:0 9px;font-size:13px;font-weight:500;color:#fff;margin:auto}.ANGPAU .missionSlide-button[data-v-ae133937]{background-color:#ff5b57;width:44px}.REWARD_MISSION .missionSlide-button[data-v-ae133937]{background-color:#06c755}.missionSlide-button.isReceive[data-v-ae133937]{color:#ff5b57;background-color:#fff}.missionSlide-button .loading[data-v-ae133937]{content:"";background-image:url(./ico-loading--white.5G4YHqfR.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.missionSlide-link[data-v-ae133937]{display:flex;justify-content:center;align-items:center;display:inline-flex;flex-shrink:0;height:58px;width:58px;border-radius:58px;background-color:#f5f5f5;margin-left:16px}.missionSlide-link[data-v-ae133937]:before{content:"";background-image:url(./ico-arrow--rightGrayBold.D4AV8bOv.svg);width:10px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.missionSlide-seeMore[data-v-ae133937]{color:#111;font-weight:400;background-color:#f5f5f5;margin:auto 16px}.missionSlide-seeMore[data-v-ae133937]:after{content:"";background-image:url(./ico-arrow--right111111.q8YJKxfQ.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.missionSlide-timer[data-v-ae133937]{display:flex;align-items:center;position:absolute;top:-1px;right:-1px;background:#0006;border-radius:2px 8px 2px 2px;color:#fff;padding:3px 6px 3px 4px}.missionSlide-timer[data-v-ae133937]:before{background-image:url(./ico-clock--white.Q21hX6mA.svg);width:14px;height:14px}.missionSlide-fullBadge[data-v-ae133937],.missionSlide-timer[data-v-ae133937]:before{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.missionSlide-fullBadge[data-v-ae133937]{background-image:url(./img-allFullStamp.BKwEGvce.svg);width:44px;height:44px;margin:auto 0 auto 8px;flex-shrink:0}.notePromotionBanner[data-v-8b6d76a1]{display:grid;-moz-column-gap:10px;column-gap:10px;row-gap:16px;grid-template-columns:max-content 1fr max-content;padding:16px;font-size:13px;line-height:20px;color:#777;background-color:#fff;border-radius:0 0 16px 16px;box-shadow:0 6px 16px -8px #00000026}.notePromotionBanner-image[data-v-8b6d76a1]{width:70px;height:70px}.notePromotionBanner-title[data-v-8b6d76a1]{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;font-weight:600;font-size:17px;line-height:25px;color:#111;margin-bottom:4px}.notePromotionBanner-title[data-v-8b6d76a1]:after{content:"";background-image:url(./badge-new--cubeGreen.2y8cx4YQ.svg);width:34px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.notePromotionBanner-link[data-v-8b6d76a1]{display:flex;align-items:center;font-weight:500;font-size:14px;margin:auto 0;color:#111}.notePromotionBanner-link[data-v-8b6d76a1]:after{content:"";background-image:url(./ico-arrow--right111111.q8YJKxfQ.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.notePromotionBanner-notice[data-v-8b6d76a1]{display:flex;align-items:center;grid-area:2/1/2/4;font-size:12px;color:#1ec687}.notePromotionBanner-notice[data-v-8b6d76a1]:before{content:"";background-image:url(./ico-exclamation-green.C22jQFzh.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tooltip:before{left:0;right:0;margin-left:auto;margin-right:auto}.tooltip{z-index:2;position:absolute;top:15px;max-width:343px;border-radius:8px;background:#4696fa;padding:16px 16px 20px}.tooltip:before{content:"";position:absolute;top:-9px;width:12px;height:9px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:9px solid #4696fa}.tooltip-description{color:#fff;font-size:14px;line-height:1.6}.tooltip-link{display:flex;justify-content:center;align-items:center;background-color:#fff;margin-top:12px;font-size:14px;font-weight:700;color:#4696fa;line-height:36px;border-radius:18px}.tooltip-link:after{content:"";background-image:url(./ico-arrow--rightCerulean.3wUeyDC2.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.personalRecommendationInfoBar-tooltip{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto}.personalRecommendationInfoBar{position:relative;height:54px;display:flex;justify-content:center;align-items:center;border-radius:16px 16px 0 0;background:50%/400px no-repeat url(./personalRecommend_bg.DecdWB7E.png) var(--event-theme-color,#1ec687)}.personalRecommendationInfoBar:before{left:0;border-top-left-radius:16px}.personalRecommendationInfoBar:after,.personalRecommendationInfoBar:before{content:"";position:absolute;bottom:-32px;width:16px;height:32px;background-color:transparent;box-shadow:0 -16px 0 0 var(--event-theme-color,#1ec687)}.personalRecommendationInfoBar:after{right:0;border-top-right-radius:16px}.personalRecommendationInfoBar-message{color:#fff;font-size:16px;font-weight:700}.personalRecommendationInfoBar-icon{content:"";background-image:url(./ico-tipWhite.BvHyy3rj.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer;margin-left:3px}.personalRecommendationInfoBar-tooltip{margin-top:54px}.recentlyBrowsedBanner[data-v-a9b7b5ab]{position:relative;overflow:hidden;height:48px;background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026}.recentlyBrowsedBanner-container[data-v-a9b7b5ab]{display:flex;flex-direction:column;transition:transform .5s ease-in-out}.recentlyBrowsedBanner-item[data-v-a9b7b5ab]{display:grid;align-items:center;grid-template-columns:max-content 1fr max-content max-content 15px;padding:0 8px;height:48px}.recentlyBrowsedBanner-logo[data-v-a9b7b5ab]{display:grid;width:32px;height:32px;border-radius:4px;overflow:hidden;filter:brightness(97%)}.recentlyBrowsedBanner-info[data-v-a9b7b5ab]{display:grid;font-size:12px;font-weight:400;line-height:18px;color:#949494;margin-left:8px}.recentlyBrowsedBanner-title[data-v-a9b7b5ab]{font-size:13px;font-weight:600;line-height:20px;color:#111}.recentlyBrowsedBanner-title[data-v-a9b7b5ab] em{color:#1ec687}.recentlyBrowsedBanner-merchant[data-v-a9b7b5ab]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recentlyBrowsedBanner-images[data-v-a9b7b5ab]{display:grid;grid-template-columns:repeat(3,21px);direction:rtl;margin-left:8px}.recentlyBrowsedBanner-image[data-v-a9b7b5ab]{width:22px;height:22px;border-radius:22px;overflow:hidden;outline:1px solid #fff}.recentlyBrowsedBanner-image img[data-v-a9b7b5ab]{filter:brightness(97%)}.recentlyBrowsedBanner-image[data-v-a9b7b5ab]:first-child{z-index:3}.recentlyBrowsedBanner-image[data-v-a9b7b5ab]:nth-child(2){z-index:2}.recentlyBrowsedBanner-count[data-v-a9b7b5ab]{display:flex;justify-content:center;align-items:center;font-size:12px;height:16px;min-width:16px;padding:0 5px;color:#fff;border-radius:16px;background-color:#1ec687;margin-left:8px;margin-right:1px;box-shadow:0 2px 4px #1ec68726}.recentlyBrowsedBanner-arrow[data-v-a9b7b5ab]{content:"";background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:0;bottom:0;margin:auto 0;right:8px;z-index:3}.partnerRecentlyBrowsedProducts{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.partnerRecentlyBrowsedProducts::-webkit-scrollbar{width:0;display:none}.partnerRecentlyBrowsedProducts-banner{margin:16px 0}.partnerRecentlyBrowsedProducts-tabContentSection{background-color:#fff;border-bottom:8px solid #f5f5f5}.partnerRecentlyBrowsedProducts-tabContentSection:last-child{border-bottom:0}.partnerRecentlyBrowsedProducts-tabContentSection--shopTopSell{display:flex;padding:16px 16px 0}.partnerRecentlyBrowsedProducts-banner,.partnerRecentlyBrowsedProducts-title{width:auto;margin:16px}.partnerRecentlyBrowsedProducts-productList{display:flex;padding:0 16px}.partnerRecentlyBrowsedProducts-productList>:not(:first-child){margin-left:8px}@media(min-width:750px){.partnerRecentlyBrowsedProducts-productList>:not(:first-child){margin-left:16px}}.partnerRecentlyBrowsedProducts-productItem{flex-shrink:0;width:134px}@media(max-width:374.98px){.partnerRecentlyBrowsedProducts-productItem{width:118px}}@media(min-width:750px){.partnerRecentlyBrowsedProducts-productItem{width:190px}}.paginationProducts[data-v-c4f48dd9]{display:grid;row-gap:16px}.paginationProducts-title[data-v-c4f48dd9]{display:flex;align-items:center;font-size:17px;font-weight:600;line-height:25px}.paginationProducts-title.like[data-v-c4f48dd9]:before{content:"";background-image:url(./ico-product-liked.CuLQs_Nv.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:4px}.paginationProducts-content[data-v-c4f48dd9]{background-color:#fff;padding:16px;border-radius:8px;display:grid;row-gap:16px}.paginationProducts-productsArea[data-v-c4f48dd9]{min-height:221px;display:flex;justify-content:center;align-items:center;position:relative}.paginationProducts-loadingIndicator[data-v-c4f48dd9]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.paginationProducts-noResult[data-v-c4f48dd9]{font-size:13px;font-weight:400;color:#949494}.paginationProducts-list[data-v-c4f48dd9]{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:10px;column-gap:10px;height:100%}@media(max-width:374.98px){.paginationProducts-list[data-v-c4f48dd9]{grid-template-columns:repeat(2,1fr)}}@media(min-width:750px){.paginationProducts-list[data-v-c4f48dd9]{grid-template-columns:repeat(var(--pc-column-number,6),1fr)}}.paginationProducts-item[data-v-c4f48dd9]{border-radius:0}.paginationProducts-item[data-v-c4f48dd9]:nth-child(n+4){display:none}@media(min-width:750px){.paginationProducts-item[data-v-c4f48dd9]:nth-child(n+4){display:block}}@media(max-width:374.98px){.paginationProducts-item[data-v-c4f48dd9]:nth-child(n+3){display:none}}.paginationProducts-button[data-v-c4f48dd9]{display:flex;justify-content:center;align-items:center;border-radius:9999px;font-size:14px;font-weight:500;color:#1ec687;width:100%;height:36px;background-color:#f5f5f5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.paginationProducts-button[data-v-c4f48dd9]:enabled:before{content:"";background-image:url(./ico-recircle--green.vzeZ_a1q.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.scrollableBox{overflow:hidden;padding:16px 0;background-color:#fff}.scrollableBox-list{padding-left:8px;padding-right:8px;display:flex;justify-content:space-between}.scrollableBox-item{display:inline-grid;min-width:62px}.scrollableBox-itemImg{position:relative;width:36px;height:36px;margin:0 auto 8px;filter:brightness(97%)}.scrollableBox-itemImg--notification:after{content:"";display:block;position:absolute;top:0;right:-8px;width:8px;height:8px;border-radius:8px;background-color:var(--event-theme-color,#1ec687)}.scrollableBox-itemText{position:relative;font-size:12px;color:#555;text-align:center;line-height:14px;white-space:nowrap}.scrollableBox-image{position:absolute;bottom:0}.scrollableTabMenu-item--active:after,.scrollableTabMenu-item--transitioning:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;border-radius:3px;display:block;background-image:linear-gradient(90deg,#b888ff,#8250ff)}.scrollableTabMenu-item{position:relative;font-size:14px;line-height:52px;color:#555;margin:0 10px;cursor:pointer;display:inline-block}.scrollableTabMenu-item:first-child{margin-left:16px}.scrollableTabMenu-item:last-child{margin-right:16px}.scrollableTabMenu-item--active{font-weight:700;color:#8250ff}.scrollableTabMenu--transitioning .scrollableTabMenu-item--active:after{visibility:hidden}.scrollableTabMenu-item--transitioning:after{visibility:visible!important;transition-property:transform,width;transition-duration:.3s;transition-timing-function:ease;width:var(--indicator-width,100%);transform:translate(var(--indicator-offset,0))}.serviceWrap[data-v-575687fd]{background-color:#fff;border-radius:8px;overflow:hidden}.slogan{font-size:14px;line-height:1em;cursor:pointer}.slogan-arrowRight,.slogan-checkMark{background-size:contain;display:inline-block;width:20px;height:20px}.slogan-checkMark{margin:0 2px 0 4px}.slogan-arrowRight{margin-left:auto}.slogan-section{padding:0 12px;height:44px;display:flex;align-items:center;font-weight:600}.slogan-section .slogan-checkMark{background-image:url(./ico-checkmarkGreen.BMhYiTBk.svg)}.slogan-section .slogan-arrowRight{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg)}.slogan-theme--green{color:#159867;background-color:#d7eee5;font-weight:500}.slogan-theme--violet{color:#8b95f4;background-color:#edefff;font-weight:500}.slogan-theme--violet .slogan-checkMark{background-image:url(./ico-checkmarkViolet.uWbD7hEw.svg)}.slogan-theme--violet .slogan-arrowRight{background-image:url(./ico-arrow--rightViolet.D3RIDVlp.svg)}.slogan-theme--orange{color:#e08054;background-color:#fceee7;font-weight:500}.slogan-theme--orange .slogan-checkMark{background-image:url(./ico-checkmarkOrange.B2Qxtvzk.svg)}.slogan-theme--orange .slogan-arrowRight{background-image:url(./ico-arrow--rightOrange.Nls1dOaj.svg)}.slogan-theme--cyan{color:#63a0ed;background-color:#e4f1ff;font-weight:500}.slogan-theme--cyan .slogan-checkMark{background-image:url(./ico-checkmarkCyan.Cvuz_C7q.svg)}.slogan-theme--cyan .slogan-arrowRight{background-image:url(./ico-arrow--rightCyan.gkcP8LNE.svg)}.slogan-badge{display:flex;align-items:center;justify-content:center;height:26px;border-radius:13px;background-color:#fff;padding-right:8px;margin-right:8px}.slogan-badgeText{white-space:nowrap}.slogan-sectionText,.slogan-sectionText--longVersion,.slogan-sectionText--shortVersion{width:-moz-fit-content;width:fit-content;display:flex;overflow:hidden;white-space:nowrap;align-items:center;flex-shrink:0}@media(max-width:374.98px){.slogan-sectionText--longVersion{display:none}}.slogan-sectionText--shortVersion{display:none}@media(max-width:374.98px){.slogan-sectionText--shortVersion{display:flex}}.slogan-sectionLeft{display:flex;align-items:center;justify-content:center;margin-left:auto}.slogan-shopImg{width:22px;height:22px;border-radius:4px;overflow:hidden;margin-right:4px}.sloganWrapper-check{content:"";background-image:url(./ico-checkmarkGreen.BMhYiTBk.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:2px;margin-left:4px}.sloganWrapper-point{display:flex;align-items:center;margin-left:4px;color:#07b53b}.sloganWrapper-point:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.mediaList-image>img{position:absolute;inset:0;margin:auto}.mediaList{display:grid;row-gap:16px}.mediaList-item{display:grid;grid-template-columns:128px minmax(0,1fr);-moz-column-gap:12px;column-gap:12px;align-items:center}.mediaList-image{width:128px;height:0;padding-bottom:56.25%;z-index:1;overflow:hidden;position:relative;border-radius:4px;background-color:#f5f5f5;filter:brightness(97%)}.mediaList-count{line-height:17px;font-size:12px;color:#777;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mediaList-title{font-size:15px;font-weight:700;color:#111;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.8em;white-space:normal;line-height:1.4}.mediaList-popularBadge{background-image:url(./badge-popular.B5YAjv1y.svg)}.mediaList-advertisementBadge,.mediaList-popularBadge{content:"";width:28px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:relative;top:3px}.mediaList-advertisementBadge{background-image:url(./badge-advertisement.CfVJ82ha.svg)}.topTopic-list{background-color:#fff;padding:16px 16px 20px;border-radius:8px}.slideRoundedBox-slides{margin-left:-16px;margin-right:-16px}.slideRoundedBox{background-color:#fff;padding:16px;border-radius:8px}.slideRoundedBox-pagination{margin-top:16px}.travelHotels-priceLoadingDot1,.travelHotels-priceLoadingDot2,.travelHotels-priceLoadingDot3{display:inline-block;height:4px;width:4px;border-radius:100%;background-color:#111}.travelHotels-silde{display:grid;row-gap:16px}.travelHotels-item{width:100%;display:grid;grid-template-columns:max-content auto;-moz-column-gap:12px;column-gap:12px}.travelHotels-image{position:relative;width:130px;height:130px;overflow:hidden;border-radius:4px;filter:brightness(97%)}@media(max-width:374.98px){.travelHotels-image{width:120px;height:120px}}.travelHotels-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.travelHotels-content{display:grid;row-gap:4px;grid-template-rows:max-content max-content auto max-content}.travelHotels-text{font-weight:400;font-size:12px;line-height:14px;color:#b7b7b7}.travelHotels-priceInfo{display:flex;align-items:center}.travelHotels-priceLoading{display:grid;grid-auto-flow:column;-moz-column-gap:6px;column-gap:6px;margin-right:12px;align-items:center}.travelHotels-dollar{font-weight:600;font-size:15px;line-height:18px;color:#111;margin-right:2px}.travelHotels-priceLoadingDot1{animation:dotJump .8s ease infinite}.travelHotels-priceLoadingDot2{animation:dotJump .8s ease .2s infinite}.travelHotels-priceLoadingDot3{animation:dotJump .8s ease .4s infinite}.travelHotels-price{font-weight:600;font-size:15px;line-height:18px;margin-right:4px;color:#111}.travelHotels-priceNoResult{font-weight:500;font-size:12px;line-height:14px;color:#1ec687}.travelHotels-name{font-weight:600;font-size:13px;color:#555;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;max-height:3.6em;white-space:normal;line-height:1.2}@keyframes dotJump{0%{transform:translateY(2px)}50%{transform:translateY(-2px)}to{transform:translateY(2px)}}.sortFilter{height:48px;padding:0 16px;background-color:#fff;display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.sortFilter-item,.sortFilter-item--addArrow{display:flex;align-items:center;position:relative;font-size:13px;color:#777;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sortFilter-item--addArrow:before{border-bottom:5px solid #b7b7b7;position:absolute;right:0;top:1px}.sortFilter-item--addArrow:after,.sortFilter-item--addArrow:before{content:"";display:inline-block;width:8px;height:5px;border-left:4px solid transparent;border-right:4px solid transparent;margin:0 4px}.sortFilter-item--addArrow:after{border-top:5px solid #b7b7b7;position:relative;top:4px}.active.sortFilter-item--addArrow,.sortFilter-item.active{color:#1ec687}.active.asc.sortFilter-item--addArrow:before,.sortFilter-item.active.asc:before{border-bottom-color:#1ec687}.active.desc.sortFilter-item--addArrow:after,.sortFilter-item.active.desc:after{border-top-color:#1ec687}.sortFilter-viewMode{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sortFilter-viewMode.list{background-image:url(./ico-orderList.Ddr91M0M.svg)}.sortFilter-viewMode.grid,.sortFilter-viewMode.list{margin-left:auto;content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.sortFilter-viewMode.grid{background-image:url(./ico-orderGrid.BJezAwII.svg)}.thumbnailsBar-list{padding-left:8px;padding-right:16px;background:#fff}.thumbnailsBar-item,.thumbnailsBar-item--active{position:relative;display:inline-block;margin-left:8px;width:54px;height:54px;box-sizing:border-box;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;background-repeat:no-repeat;background-size:100%;background-position:50%;filter:brightness(97%)}.thumbnailsBar-item--active{border:1px solid #1ec687}.thumbnailsBar-img{background-repeat:no-repeat;background-size:100%;width:100%;height:100%;display:block}.merchantList>:not(:first-child){margin-top:25px}.videoOrArticleList-img--video:after{position:absolute;inset:0;margin:auto}.videoOrArticleList{position:relative;display:block;margin-bottom:33px}.videoOrArticleList>:not(:first-child){margin-top:8px}.videoOrArticleList-item{position:relative;display:flex;justify-content:space-between;align-items:flex-start}.videoOrArticleList-img,.videoOrArticleList-img--video{position:relative;display:block;margin-right:15px;width:45.7971%;height:0;padding-bottom:26.09%;overflow:hidden}.videoOrArticleList-img--video{filter:brightness(97%)}.videoOrArticleList-img--video:after{content:"";background-image:url(./ico-playbtnwhite.BRRL7_cB.svg);width:38px;height:38px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-position:50%;z-index:2}.videoOrArticleList-text{width:calc(55.653% - 21px);padding-top:2px;padding-right:38px}.videoOrArticleList-title{font-size:13px;font-weight:500;color:#303030;margin-bottom:12px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.videoOrArticleList-source{font-size:12px;color:#b7b7b7;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.videoOrArticleList-viewCount{position:relative;display:flex;align-items:center;font-size:12px;line-height:1.5;color:#b7b7b7}.videoOrArticleList-viewCount:before{content:"";background-image:url(./ico-viewcount.DFLUn_Iz.svg);width:15px;height:15px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-position:50%}.videoOrArticleList-icoLike{position:absolute;right:1px;top:2px}.videoOrArticleList-more{margin-top:33px}.likesList[data-v-e5af4cb1]{background-color:#fff;padding:16px;border-radius:8px}.likesList-date[data-v-e5af4cb1]{font-size:13px;font-weight:700;color:#b7b7b7;padding-top:8px;margin-bottom:16px}.promotingMedia-thumbnailImage[data-v-66e5c1d4],.promotingMedia-thumbnailTitle[data-v-66e5c1d4],.promotingMedia-thumbnailTitle[data-v-66e5c1d4]:after,.promotingMedia-thumbnailTitle[data-v-66e5c1d4]:before,.promotingMedia-thumbnailVideo[data-v-66e5c1d4]:after{position:absolute;inset:0;margin:auto}.promotingMedia[data-v-66e5c1d4]{position:relative;z-index:1;padding:30px 0 35px;border-bottom:1px solid #f2f2f2}.promotingMedia-down[data-v-66e5c1d4]{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:5px;column-gap:5px;margin-top:2px}.promotingMedia-thumbnail[data-v-66e5c1d4],.promotingMedia-thumbnailVideo[data-v-66e5c1d4]{display:inline-block;position:relative;background-size:cover;background-repeat:no-repeat;background-position:50%;width:100%;height:0;padding-bottom:56%;overflow:hidden}.promotingMedia-thumbnailVideo[data-v-66e5c1d4]:after{content:"";background-image:url(./ico-videoPlay--white.D3OC6aoN.svg);width:56px;height:56px;display:inline-block;background-repeat:no-repeat;background-size:contain}.promotingMedia-thumbnailImage[data-v-66e5c1d4]{display:block;width:100%}.promotingMedia-thumbnailTitle[data-v-66e5c1d4]{top:auto;color:#fff;max-height:inherit;padding:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promotingMedia-thumbnailTitle[data-v-66e5c1d4]:after{content:"";height:167%;background-image:inherit;background-position:top 98% center;background-size:cover;filter:blur(10px)}.promotingMedia-thumbnailTitle[data-v-66e5c1d4]:before{content:"";display:inline-block;width:100%;height:100%;background-color:#00000059;z-index:2}.promotingMedia-thumbnailText[data-v-66e5c1d4]{position:relative;font-size:13px;line-height:1.5;z-index:3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noLikesResult[data-v-fcede8a0]{text-align:center;padding:16px;background-image:url(./favorite_bg_3.B_-vKSbu.png);background-size:500px auto;background-position:52% calc(50% + 26px);background-repeat:no-repeat;background-color:#fff;border-radius:8px}.noLikesResult-cards[data-v-fcede8a0]{padding:16px 0}.noLikesResult-cardsBox[data-v-fcede8a0]{background-color:#fff;padding:16px;border-radius:8px}.noLikesResult-box[data-v-fcede8a0]{padding:28px 0 16px}.noLikesResult-title[data-v-fcede8a0]{position:relative;display:block;font-size:17px;font-weight:700;color:#111;line-height:1.5;margin-bottom:3px}.noLikesResult-description[data-v-fcede8a0]{position:relative;display:block;font-size:13px;color:#777;line-height:1.5;margin-bottom:8px}.noLikesResult-tips[data-v-fcede8a0]{position:absolute;top:0;right:16px}.noLikesResult-img[data-v-fcede8a0]{width:84px;margin:0 auto 15px}.noLikesResult-contentWithTitle[data-v-fcede8a0]{padding:35px 0;border-bottom:1px solid #f2f2f2}.streamVideo-video[data-v-9bfe088d]{position:absolute;inset:0;margin:auto}.streamVideo[data-v-9bfe088d]{position:relative}.streamVideo-triggerPlayLine[data-v-9bfe088d]{position:absolute;visibility:hidden}.streamVideo-triggerPlayLine.devMode[data-v-9bfe088d]{visibility:visible;background:#1a9cff;z-index:20}.streamVideo-triggerPlayLine.vertical[data-v-9bfe088d]{width:100%;height:1px;top:var(--position)}.streamVideo-triggerPlayLine.horizon[data-v-9bfe088d]{height:100%;width:1px;left:var(--position)}.streamVideo-poster[data-v-9bfe088d]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.streamVideo-poster.active[data-v-9bfe088d]{transition:opacity 1s ease-in-out .7s;opacity:0}.streamVideo-video[data-v-9bfe088d]{width:100%;min-height:100%;z-index:-1}.liveNowCarousel-carousel{overflow:hidden}.liveNowCarousel-slide{--slide-width:260px;--slide-height:346.66px;width:var(--slide-width);height:var(--slide-height);border-radius:8px;overflow:hidden;opacity:.4}@media(min-width:750px){.liveNowCarousel-slide{--slide-width:360px;--slide-height:480px}}.liveNowCarousel .swiper-slide-active{opacity:1}.liveNowCarousel-pagination{display:flex;justify-content:center;margin-top:20px;margin-bottom:32px}.liveNowCarousel-bullet{overflow:hidden;width:16px;height:3px;border-radius:3px;margin:0 1.5px;background-color:#fff6}.liveNowCarousel-bullet:after{content:"";display:block;width:0;height:100%;background-color:#fff}.liveNowCarousel-bullet--active:after{animation:calc(var(--swiper-autoplay-delay) + var(--swiper-speed) - .1s) linear forwards swiperSlides-bullet}.liveNowCarousel-pagination--stopAnimation .liveNowCarousel-bullet--active:after{animation:none;width:100%}@keyframes swiperSlides-bullet{0%{width:0}to{width:100%}}.liveHallNavBar-activeFlag,.liveHallNavBar-item.active:after{position:absolute;left:0;bottom:0;width:100%;height:2px;display:block;background-color:#000}.liveHallNavBar{position:relative;background-color:#fff}.liveHallNavBar.isSmall{overflow:hidden;transition:all .3s ease;width:100%;max-width:750px;opacity:0;transform:translateY(-100%);position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));position:fixed!important}.noTitlebar .liveHallNavBar.isSmall{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .liveHallNavBar.isSmall{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.liveHallNavBar.isSmall.slideDown{z-index:4;opacity:1;transform:translateY(0)}.isSmall .liveHallNavBar-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.isSmall .liveHallNavBar-wrapper::-webkit-scrollbar{width:0;display:none}.liveHallNavBar-list{display:inline-flex;justify-content:space-around;-moz-column-gap:20px;column-gap:20px;width:100%;font-weight:600;font-size:12px;line-height:14px;color:#b7b7b7;padding:0 16px}.isSmall .liveHallNavBar-list{width:auto;justify-content:flex-start;padding:14px 16px 0}.liveHallNavBar-item{position:relative;padding-bottom:12px;cursor:pointer}.liveHallNavBar-item.active{color:#000}.liveHallNavBar-item.active:after{content:""}.liveHallNavBar-item.active.transitioning:after{visibility:hidden}.isSmall .liveHallNavBar-item{display:grid;grid-template-columns:max-content max-content;align-items:center;-moz-column-gap:2px;column-gap:2px;padding-bottom:14px}.liveHallNavBar-image{width:40px;height:40px;margin:5px}.isSmall .liveHallNavBar-image{width:20px;height:20px;margin:0 0 0 2px}.isSmall .liveHallNavBar-text{margin-right:2px}.liveHallNavBar-activeFlag{transition:width .3s ease,transform .3s ease}.livePickSwiper-image,.livePickSwiper-img,.livePickSwiper-shopInfo:after{position:absolute;inset:0;margin:auto}.livePickSwiper{padding:8px 0 32px}.livePickSwiper-list{padding-left:16px;padding-right:16px}.livePickSwiper-list>:not(:first-child){margin-left:10px}.livePickSwiper-item{display:inline-block;position:relative;width:150px;height:200px;border-radius:8px;overflow:hidden;cursor:pointer}.livePickSwiper-shopInfo{display:flex;align-items:center;justify-content:flex-end;flex-direction:column;position:relative;height:100%;color:#fff;overflow:hidden;padding:12px;z-index:3}.livePickSwiper-shopInfo:after{z-index:2;content:"";background:linear-gradient(180deg,transparent,rgba(0,0,0,.4))}.livePickSwiper-image{z-index:1}.livePickSwiper-img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%;max-height:100%;max-width:100%}.livePickSwiper-time{position:relative;z-index:3;font-weight:600;font-size:12px;line-height:18px}.livePickSwiper-timeSeparationDot{margin:0 2px;color:#fff}.livePickSwiper-title{font-weight:600;font-size:15px;word-break:break-all;text-align:center}.livePickSwiper-name,.livePickSwiper-title{position:relative;z-index:3;max-width:100%;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.livePickSwiper-name{font-size:12px;line-height:14px;color:#c8c8c8}.livePickSwiper-actionTools{display:flex;position:relative;z-index:3;display:grid;align-items:center;grid-template-columns:1fr 32px;-moz-column-gap:4px;column-gap:4px;margin-top:12px;width:100%}.livePickSwiper-button{position:relative;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;height:32px;font-weight:400;font-size:12px;line-height:18px;background-color:#fff3;border-radius:4px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);width:100%;color:#fff}.livePickSwiper-button:before{background-image:url(./ico-bell--white.As7mgZX1.svg)}.livePickSwiper-button.supportAddFriend:before,.livePickSwiper-button:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.livePickSwiper-button.supportAddFriend:before{background-image:url(./ico-addFriend--white.CY1b6Y3V.svg)}.livePickSwiper-button.loading:before{content:"";background-image:url(./ico-loading--white.5G4YHqfR.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.livePickSwiper-button.clicked{cursor:none;background-color:#c8c8c8}.livePickSwiper-btnFavorite{background-color:transparent;margin-left:6px;border-radius:32px;position:relative}.livePickSwiper-btnFavorite:after{width:32px;height:32px;z-index:-1;background-color:#fff3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:4px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.liveStatusBadge{display:grid;grid-template-columns:repeat(2,minmax(0,max-content));-moz-column-gap:5px;column-gap:5px;font-size:12px;color:#fff;background:#00000080;width:-moz-fit-content;width:fit-content;padding-right:6px}.liveStatusBadge,.liveStatusBadge-badge{align-items:center;border-radius:20px;height:20px}.liveStatusBadge-badge{display:flex;background-color:#000;padding:0 4px}.liveStatusBadge-badge--live{display:inline-block;background-size:contain;width:36px;height:20px;background-image:url(./badge-live--redRounded.ML-PLYQA.png)}.liveStatusBadge-content{display:flex;align-items:center}.liveStatusBadge-icon{content:"";background-image:url(./ico-bust--white.BljCN3ux.svg);width:11px;height:11px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.liveMerchandise-image>img[data-v-d8b43c07]{position:absolute;inset:0;margin:auto}.liveMerchandise[data-v-d8b43c07]{display:grid;grid-template-columns:repeat(2,minmax(0,max-content));-moz-column-gap:8px;column-gap:8px}.liveMerchandise-image[data-v-d8b43c07]{overflow:hidden;position:relative;background-color:#00000008;padding-bottom:100%;width:40px;border-radius:4px;background-color:#fff}.liveMerchandise-image[data-v-d8b43c07]:after{content:"";position:absolute;display:block;background-color:transparent;width:40px;height:40px;border-radius:4px;border:1px solid rgba(0,0,0,.05);z-index:1}.liveMerchandise-content[data-v-d8b43c07]{font-weight:400;font-size:13px;line-height:16px}.liveMerchandise-name[data-v-d8b43c07]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveMerchandise-price[data-v-d8b43c07]{font-weight:600;line-height:20px}.topAreaBroadcastDetail{width:100%;padding:0 16px;background:linear-gradient(180deg,transparent 0,var(--background-color) 100%);opacity:0}.topAreaBroadcastDetail--show{animation:show .3s ease forwards}.topAreaBroadcastDetail-statusBadge{margin-bottom:12px}.topAreaBroadcastDetail-avatarInfo{margin-bottom:4px}.topAreaBroadcastDetail-title{color:#fff;font-size:17px;font-weight:600;line-height:25px;margin-bottom:12px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}@keyframes show{0%{opacity:0}to{opacity:1}}.slideBanner-container{height:0;margin-bottom:-15px}.slideBanner-container.normal{padding-bottom:calc(34.69388% + 3.89796px)}.slideBanner-container.short{padding-bottom:calc(31.91489% + 4.78723px)}.slideBanner-container.shorter{padding-bottom:calc(25.65598% + 6.79009px)}.slideBanner-slide{padding-bottom:15px}.slideBanner-image{border-radius:8px;box-shadow:0 15px 15px -15px #00000026}.slideBanner-pagination{position:absolute;bottom:23px!important;z-index:1}.topArea-gradientCover,.topArea-triggerTitlebarColorChangeLine{position:absolute;left:0;right:0;margin:auto}.topArea-triggerTitlebarColorChangeLine{top:0}.topArea-gradientCover{top:0;bottom:0}.topArea{background:var(--background-color);transition:background .3s ease-in-out;margin-top:calc(0px - var(--title-bar-height) - var(--safe-area-top-height));padding-top:calc(var(--title-bar-height) + var(--safe-area-top-height) + 15px);padding-bottom:8px;position:relative}.topArea-triggerTitlebarColorChangeLine{visibility:hidden;height:1px;width:100%}.topArea-gradientCover{background:linear-gradient(180deg,transparent var(--background-gradient-starts-at),#fff 100%)}.topArea-carouselArea{position:relative}.topArea-broadcastDetail{position:absolute;bottom:55px;z-index:1}.liveInfoError{display:grid;align-items:center;justify-content:center;grid-auto-rows:1fr max-content 1fr;font-weight:500;font-size:17px;line-height:25px;color:#111}.liveInfoError:after,.liveInfoError:before{content:"";display:block;height:calc(50vh - 165px)}.liveInfoError-button{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:14px;line-height:17px;color:#fff;padding:0 13px;height:36px;border-radius:36px;background-color:#1ec687;margin:20px auto 0;width:-moz-max-content;width:max-content}.liveInfoProducts-image>img,.liveInfoProducts-noItem{position:absolute;inset:0;margin:auto}.liveInfoProducts-item{display:grid;grid-template-columns:64px 1fr max-content;grid-template-rows:64px;align-items:center;-moz-column-gap:8px;column-gap:8px;margin-bottom:16px}.liveInfoProducts-itemInfo{display:inline-grid;align-items:center;grid-template-rows:22px 22px 14px;row-gap:2px}.liveInfoProducts-itemImage{position:relative;width:64px;height:64px}.liveInfoProducts-image{width:100%;height:0;padding-bottom:100%;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.liveInfoProducts-image img{filter:brightness(.97)}.liveInfoProducts-price{display:flex;align-items:center;max-width:100%}.liveInfoProducts-liveBadge{margin-right:4px;content:"";background-image:url(./badge-livePrice--outline.Bxdx-sn5.svg);width:41px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.liveInfoProducts-priceText,.liveInfoProducts-priceText--black,.liveInfoProducts-priceText--gray{display:flex;font-size:17px;font-weight:500;color:#ff5b57;height:18px;width:calc(100% - 41px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveInfoProducts-priceText--gray{color:#b7b7b7;font-size:15px}.liveInfoProducts-priceText--black{color:#000}.liveInfoProducts-name{font-size:15px;font-weight:500;color:#555;margin-bottom:2px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveInfoProducts-itemButton{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:32px;font-weight:400;font-size:14px;line-height:17px;padding:0 12px;border-radius:16px;color:#fff;background-color:#1ec687}.liveInfoProducts-noItem{height:100px;font-weight:400;font-size:15px;line-height:22px;color:#b7b7b7;text-align:center}.liveInfoProducts-button{display:flex;justify-content:center;align-items:center;font-weight:400;font-size:14px;line-height:17px;color:#fff;padding:0 13px;height:36px;border-radius:36px;background-color:#1ec687;margin:20px auto 0;width:-moz-max-content;width:max-content}.liveInfoProducts-point{font-weight:400;color:#07b53b;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.liveInfoProducts-point:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.liveInfoProducts::-webkit-scrollbar{width:6px}.liveInfoProducts::-webkit-scrollbar-track{background:#fff;box-shadow:inset 0 0 5px #f5f5f5}.liveInfoProducts::-webkit-scrollbar-thumb{background:#dfdfdf;border-radius:10px}.liveInfoTop-merchantImage>img{position:absolute;inset:0;margin:auto}.liveInfoTop-left{display:grid;row-gap:8px}.liveInfoTop-badge,.liveInfoTop-badge--finished,.liveInfoTop-badge--notYet,.liveInfoTop-badge--onAir{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:13px;line-height:16px;border-radius:4px;width:-moz-max-content;width:max-content;height:24px;padding:0 4px}.liveInfoTop-badge--onAir{background:#ff5b57;color:#fff}.liveInfoTop-badge--finished{background:#e5eaff;color:#5f5fed}.liveInfoTop-badge--notYet{background:#ffe6e6;color:#fe3f3e}.liveInfoTop-badgeGrid{display:grid;grid-template-columns:repeat(3,max-content);-moz-column-gap:4px;column-gap:4px}.liveInfoTop-header{display:grid;-moz-column-gap:8px;column-gap:8px;grid-template-columns:1fr max-content;font-weight:500;font-size:22px;line-height:26px;color:#111;margin-bottom:2px}.liveInfoTop-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveInfoTop-detailItem{display:flex;align-items:center}.liveInfoTop-button{position:relative;cursor:pointer;display:inline-flex;align-items:center;padding:0 11px;font-weight:500;font-size:14px;line-height:16px;height:28px;background-color:#ff5b57;border-radius:16px;color:#fff;margin-left:auto}.liveInfoTop-button:before{background-image:url(./ico-bell--white.As7mgZX1.svg)}.liveInfoTop-button.supportAddFriend:before,.liveInfoTop-button:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.liveInfoTop-button.supportAddFriend:before{background-image:url(./ico-addFriend--white.CY1b6Y3V.svg)}.liveInfoTop-button.loading:before{content:"";background-image:url(./ico-loading--white.5G4YHqfR.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.liveInfoTop-detail{display:inline-grid;grid-template-columns:max-content 1fr;align-items:center;max-width:100%;font-weight:400;font-size:13px;line-height:16px;color:#777}.liveInfoTop-detailTime{flex-shrink:0}.liveInfoTop-detailMerchant{display:inline-grid;grid-template-columns:24px 1fr;align-items:center}.liveInfoTop-merchantImage{height:0;width:20px;padding-bottom:20px;margin-right:4px;flex-shrink:0;overflow:hidden;position:relative;border-radius:20px;background-color:#00000008;filter:brightness(97%)}.liveInfoTop-merchantImage:after{content:"";position:absolute;height:20px;width:20px;border:1px solid #fff;border-radius:20px;z-index:1}.liveInfoTop-merchantName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.livePickProducts-image>img{position:absolute;inset:0;margin:auto}.livePickProducts{display:grid;grid-template-columns:repeat(auto-fit,minmax(calc(50% - 9px),1fr));-moz-column-gap:9px;column-gap:9px;row-gap:16px;width:100%}.livePickProducts-item{display:flex;flex-direction:column;min-width:50%}.livePickProducts-image{height:0;padding-bottom:100%;z-index:1;filter:brightness(97%);overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.livePickProducts-price{display:flex;align-items:center;font-weight:600;font-size:17px;line-height:20px;margin-top:9px;color:#fe3f3e}.livePickProducts-price:before{content:"";background-image:url(./badge-livePrice--outline.Bxdx-sn5.svg);width:41px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:4px}.livePickProducts-priceText{font-weight:600;font-size:12px;color:#b7b7b7}.livePickProducts-name{font-weight:600;font-size:15px;color:#555;margin-top:4px;word-break:break-all;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}.livePickProducts-point{margin-top:9px}.livePick-image{position:absolute;inset:0;margin:auto}.livePick{border-radius:8px;background-color:#fff;overflow:hidden}.livePick-shopInfo{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;height:166px;color:#fff;overflow:hidden}.livePick-time{position:relative;z-index:2;font-weight:600;font-size:12px;line-height:18px}.livePick-timeSeparationDot{margin:0 2px;color:#ffffff80}.livePick-title{position:relative;z-index:2;font-weight:600;font-size:17px;margin:4px 35px 0;word-break:break-all;text-align:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.livePick-button{position:relative;z-index:2;cursor:pointer;display:inline-flex;align-items:center;padding:7px 11px;font-weight:500;font-size:14px;line-height:16px;background-color:#ff5b57;border-radius:16px;margin-top:10px;color:#fff}.livePick-button:before{background-image:url(./ico-bell--white.As7mgZX1.svg)}.livePick-button.supportAddFriend:before,.livePick-button:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.livePick-button.supportAddFriend:before{background-image:url(./ico-addFriend--white.CY1b6Y3V.svg)}.livePick-button.loading:before{content:"";background-image:url(./ico-loading--white.5G4YHqfR.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.livePick-image{z-index:1;filter:brightness(97%);filter:brightness(50%)}.livePick-image img{-o-object-fit:cover;object-fit:cover;height:auto;width:100%;max-height:100%;max-width:100%}.livePick-productList{padding:16px}.livePick-loading{margin-top:42px;margin-bottom:42px}.livePicks{display:grid;padding:16px;row-gap:16px}.lensProducts-icon,.lensProducts-image>img,.lensProducts-mainImage img{position:absolute;inset:0;margin:auto}.lensProducts-item,.lensProducts-mainItem{position:relative;display:inline-grid;width:72px;font-weight:600;font-size:12px;line-height:14px;color:#fff;border:1px solid hsla(0,0%,100%,.15);border-radius:4px;overflow:hidden}.lensProducts{background-color:var(--background-color);background-color:color-mix(in srgb,var(--background-color) 80%,#000 20%);overflow:hidden;padding-top:8px;padding-bottom:8px;padding-bottom:calc(8px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.lensProducts-list{padding:8px;font-size:0}.lensProducts-list>:not(:first-child){margin-left:8px}.lensProducts-mainItem{vertical-align:top;cursor:pointer}.lensProducts-mainImage{position:relative;padding-bottom:112px;overflow:hidden;background-color:#00000008;border-radius:0}.lensProducts-mainImage img{-o-object-fit:cover;object-fit:cover;height:112px;filter:brightness(50%)}.lensProducts-icon{z-index:3;display:grid;row-gap:4px;align-content:center;justify-items:center}.lensProducts-icon:before{content:"";background-image:url(./ico-shoppingLens.oyB_I5Qj.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.lensProducts-iconText{display:flex;align-items:center;font-size:13px;line-height:18px;padding:0 8px;border-radius:12px;border:1px solid hsla(0,0%,100%,.5)}.lensProducts-item{row-gap:4px;min-height:112px}.lensProducts-price{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 4px}.lensProducts-image{height:0;padding-bottom:100%;z-index:1;overflow:hidden;position:relative;background-color:#00000008;border-radius:0;background-color:#fff}.lensProducts-point{color:#fff!important;padding:0 4px 4px}.mediaBottomAd{position:fixed;left:0;right:0}@media screen and (min-width:790px){.mediaBottomAd{left:calc(100vw - 100%)}}.mediaBottomAd{bottom:calc(16px + var(--fixed-footer-height, 0px));z-index:6;box-sizing:content-box;max-width:400px;padding:0 16px;margin-left:auto;margin-right:auto;max-height:100px}.mediaBottomAd-close{content:"";background-image:url(./ico-cancel--grey.y20wjKk9.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:relative;position:absolute;right:5px;top:-12px;opacity:.8;cursor:pointer}.mediaBottomAd-close:after{content:"";display:block;position:absolute;left:0;top:0;width:150%;height:150%;transform:translate(-16.6666666667%,-16.6666666667%)}.mediaDetail-lensProducts{position:fixed;left:0;right:0}@media screen and (min-width:790px){.mediaDetail-lensProducts{left:calc(100vw - 100%)}}.mediaDetail-lensProducts{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.mediaDetail-lensProducts{width:749px}}.mediaDetail-content .externalContent-products{margin-left:-16px;margin-right:-16px}.mediaDetail{padding:0 16px 32px;border-bottom:.3px solid #e7e7e7}.mediaDetail-lensImageWrapper{will-change:transform;width:100%}.mediaDetail-lensBtn{border-radius:9999px;display:flex;align-items:center;-moz-column-gap:2px;column-gap:2px;position:absolute;z-index:3;bottom:8px;right:8px;background:#0006;font-size:13px;line-height:24px;color:#fff;padding:0 8px 0 6px;cursor:pointer}.mediaDetail-lensBtn:before{content:"";background-image:url(./ico-shoppingLens.oyB_I5Qj.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mediaDetail-lensProducts{z-index:7}.mediaDetail-lensProducts-enter-active,.mediaDetail-lensProducts-leave-active{transition:opacity .3s,transform .3s}.mediaDetail-lensProducts-enter-from,.mediaDetail-lensProducts-leave-to{opacity:0;transform:translateY(100%)}.mediaDetail-content{font-size:13px;max-width:100%;margin-bottom:30px;overflow-x:hidden}.mediaDetail-content img{display:block;position:relative;max-width:100%}.mediaDetail-content a{color:#1ec687}.mediaDetail-content h3.extraInfo{font-size:15px;line-height:22px;color:#111;margin:12px 0}.mediaDetail-content ul.extraInfo{list-style-type:none;margin:12px 0 32px;padding-left:0;display:grid;row-gap:12px;font-size:13px;line-height:20px}.mediaDetail-content ul.extraInfo a{text-decoration:underline;color:#949494}.mediaDetail-content .externalContent{display:grid;row-gap:32px;font-size:17px;line-height:30px;color:#000}.mediaDetail-content .externalContent img{width:100%;height:auto}.mediaDetail-content .externalContent section{display:grid;row-gap:16px}.mediaDetail-content .externalContent h3{font-weight:600;font-size:20px;line-height:1.5;color:#111}.mediaDetail-content .externalContent-image{display:grid;grid-template-columns:30% 1fr;gap:8px;font-size:13px}.mediaDetail-content .externalContent-image>:first-child,.mediaDetail-content .externalContent-image>:last-child:nth-child(2){grid-column:1/-1}.mediaDetail-content .externalContent-image .lensBtn,.mediaDetail-content .externalContent-image .linkBtn{display:flex;justify-content:center;align-items:center;width:100%;height:36px;border-radius:4px;background-repeat:no-repeat;background-position:calc(50% - 36px);background-size:16px 16px;cursor:pointer}.mediaDetail-content .externalContent-image .lensBtn{color:#111;background-color:#f5f5f5;background-image:url(./ico-glass111111.PLKLPpfi.svg);background-position:calc(50% - 30px)}.mediaDetail-content .externalContent-image .linkBtn{color:#fff;background-color:#1ec687;background-image:url(./ico-linkWhite.BY0Z_hV_.svg)}.mediaDetail-content .externalContent-ad{display:flex}.mediaDetail-content .externalContent-products{position:relative;overflow:hidden}.mediaDetail-content .externalContent-products ul{scrollbar-width:none;-ms-overflow-style:none;overflow-x:scroll;overflow-y:hidden;padding:0 16px;white-space:nowrap;-moz-column-gap:8px;column-gap:8px;display:flex}.mediaDetail-content .externalContent-products ul::-webkit-scrollbar{width:0;display:none}.mediaDetail-content .externalContent-products a{display:grid;width:134px;font-size:13px;line-height:20px;color:#111;align-content:flex-start;flex-shrink:0}.mediaDetail-content .externalContent-products .productImg{filter:brightness(97%);display:flex;margin-bottom:8px;border-radius:4px;overflow:hidden}.mediaDetail-content .externalContent-products .productPrice{font-size:15px;font-weight:600;line-height:18px;margin-bottom:4px}.mediaDetail-content .externalContent-products .productName{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5;font-size:13px;margin-bottom:2px;word-break:break-all}.mediaDetail-content .externalContent-products .productMerchant{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px;color:#949494}.mediaDetail-content .___LINE_ARTICLE_EDITOR_REC___,.mediaDetail-content .___LINE_ARTICLE_REC___,.mediaDetail-content .___LINE_KEYWORD_REC___,.mediaDetail-content .___auto_articles_widget,.mediaDetail-content .___auto_keywords_widget,.mediaDetail-content .___auto_random_articles_widget,.mediaDetail-content .___editor_articles_widget,.mediaDetail-content .___editor_keywords_widget{display:none!important}.mediaSideAd{position:fixed;left:0;right:0}@media screen and (min-width:790px){.mediaSideAd{left:calc(100vw - 100%)}}.mediaSideAd{bottom:calc(16px + var(--fixed-footer-height, 0px));right:16px;left:auto;max-width:90px;max-height:180px;z-index:6}@media(min-width:750px){.mediaSideAd{margin-bottom:0!important}}.mediaSideAd-close{content:"";background-image:url(./ico-cancel--grey.y20wjKk9.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:relative;position:absolute;right:-12px;top:-12px;opacity:.8;cursor:pointer}.mediaSideAd-close:after{content:"";display:block;position:absolute;left:0;top:0;width:150%;height:150%;transform:translate(-16.6666666667%,-16.6666666667%)}.mediaTopAd{box-sizing:content-box;max-width:400px;margin:auto;padding:0 16px}.rewardBlock{display:grid;row-gap:32px;text-align:center;padding:32px 0;background-color:#fff}.rewardBlock.reverse{background-color:#ff5b57}.rewardBlock-title{font-size:28px;font-weight:600;line-height:1.2;color:#ff5b57}.reverse .rewardBlock-title{color:#fff}.rewardBlock-subTitle{font-size:17px;line-height:20px;color:#111;margin-top:12px}.rewardBlock-button{display:flex;justify-content:center;align-items:center;min-width:180px;height:48px;font-size:15px;font-weight:500;color:#fff;background-color:#ff5b57;border-radius:24px;margin:0 auto}.reverse .rewardBlock-button{color:#ff5b57;background-color:#fff}.rewardIdea-list[data-v-997c1b50]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:8px;column-gap:8px;row-gap:8px;width:100%;max-width:343px;margin:0 auto;padding:0 16px}.rewardIdea-item[data-v-997c1b50]{display:grid;row-gap:8px;max-width:168px;font-size:15px;font-weight:600;line-height:18px;color:#111;border:1px solid #efefef;border-radius:8px;padding:16px}.rewardIdea-icon[data-v-997c1b50]{width:56px;height:56px;margin:auto}.rewardIdea-icon.searchRanking[data-v-997c1b50]{background-image:url(./img-hotSearchIcon.Bte-cIAw.svg)}.rewardIdea-icon.lowPrice[data-v-997c1b50],.rewardIdea-icon.searchRanking[data-v-997c1b50]{content:"";width:56px;height:56px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardIdea-icon.lowPrice[data-v-997c1b50]{background-image:url(./img-priceLowIcon.D6tVddaQ.svg)}.rewardIdea-icon.recommend[data-v-997c1b50]{content:"";background-image:url(./img-recommendIcon.BgnT4P2B.svg);width:56px;height:56px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardIdea-button[data-v-997c1b50]{display:flex;justify-content:center;align-items:center;height:24px;width:-moz-fit-content;width:fit-content;font-size:13px;font-weight:500;color:#ff5b57;padding:0 9px;border-radius:12px;background-color:#f5f5f5;margin:auto}.rewardIdea-slogan[data-v-997c1b50]{font-size:15px;line-height:18px;color:#949494;margin-bottom:-16px}.rewardMerchants-image>img{position:absolute;inset:0;margin:auto}.rewardMerchants-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:8px;column-gap:8px;row-gap:8px;width:100%;max-width:518px;margin:0 auto;padding:0 16px}@media(max-width:749.98px){.rewardMerchants-list{grid-template-columns:repeat(2,minmax(0,1fr));max-width:343px}}.rewardMerchants-item{display:grid;row-gap:4px;max-width:168px;font-size:13px;font-weight:600;line-height:16px;color:#111;border:1px solid #efefef;border-radius:8px;overflow:hidden}.rewardMerchants-image{width:64px;height:0;padding-bottom:64px;z-index:1;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;filter:brightness(97%);margin:15px auto 4px}.rewardMerchants-points{display:flex;align-items:center;margin:auto;font-size:15px!important;font-weight:700!important}.rewardMerchants-bottom{display:flex;justify-content:center;align-items:center;height:32px;width:100%;font-size:13px;font-weight:600;color:#ff5b57;padding:8px 0;margin:8px auto 0;border-top:1px solid #efefef}.rewardPlus-image>img{position:absolute;inset:0;margin:auto}.rewardPlus-top{position:relative;padding-bottom:166px}.rewardPlus-top:after{content:"";position:absolute;bottom:0;left:0;right:0;height:166px;margin:auto;background-image:url(./img-CPAChocoBG.BmHwOLLs.png),url(./img-CPAChoco.DPFXR9Df.png);background-size:334px;background-position:bottom;background-repeat:no-repeat}.rewardPlus-topContent{display:grid;align-items:flex-end;grid-template-columns:max-content 1fr max-content;-moz-column-gap:4px;column-gap:4px;width:-moz-fit-content;width:fit-content;min-height:70px;margin:0 auto 16px;font-family:LINESeedBd;font-size:80px;font-weight:700;line-height:.8;color:#fff}.rewardPlus-topContent:before{content:"";display:inline-block;width:87px;height:56px;background-image:url(./img-rewardPlusPart1.DjdnvCtc.png);background-size:contain;background-repeat:no-repeat}.rewardPlus-topContent:after{display:inline-block;content:"";width:27px;height:27px;background-image:url(./img-point.CqqWNF8W.png);background-size:cover}.rewardPlus-list{display:grid;row-gap:8px;margin:0 auto;padding:0 16px}.rewardPlus-item{display:grid;align-items:center;-moz-column-gap:10px;column-gap:10px;grid-template-columns:max-content 1fr max-content;width:100%;font-size:13px;font-weight:600;line-height:16px;color:#111;padding:16px;border-radius:8px;background-color:#fff;overflow:hidden;cursor:pointer}.rewardPlus-image{width:64px;height:0;padding-bottom:64px;z-index:1;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;filter:brightness(97%)}.rewardPlus-info{display:grid;font-size:13px;font-weight:400;line-height:16px;color:#949494;text-align:left}.rewardPlus-title{font-size:15px;font-weight:600;line-height:22px;color:#111}.rewardPlus-date,.rewardPlus-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewardPlus-points{display:flex;align-items:center;font-weight:400;color:#07b53b;margin-top:4px;font-size:14px;font-weight:700}.rewardPlus-points:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardPlus-button{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:24px;font-size:13px;font-weight:600;color:#ff5b57;padding:0 9px;background-color:#f5f5f5;border-radius:12px}.rewardRule-itemTitle[data-v-003ab437],.rewardRule-link[data-v-003ab437]{font-size:15px;font-weight:600;line-height:22px}.rewardRule[data-v-003ab437]{position:relative;display:grid;height:-moz-fit-content;height:fit-content;font-size:13px;line-height:1.5;color:#777;padding:16px;background-color:#fff;border-radius:4px}.rewardRule-top[data-v-003ab437]{display:grid;justify-items:baseline;align-items:center;grid-template-columns:1fr max-content;width:100%;font-size:17px;font-weight:600;line-height:20px;color:#ff5b57}.rewardRule-content[data-v-003ab437]{position:relative;display:grid;row-gap:16px;font-size:13px;line-height:20px;color:#111;margin-top:16px}.rewardRule-expandBtn[data-v-003ab437]{width:24px;height:24px;cursor:pointer}.rewardRule-item[data-v-003ab437]{display:grid;justify-content:flex-start;text-align:start}.rewardRule-item[data-v-003ab437] em{color:#ff5b57}.rewardRule-item[data-v-003ab437] li{display:grid;grid-template-columns:16px auto;-moz-column-gap:4px;column-gap:4px}.rewardRule-item[data-v-003ab437] li:before{content:"";display:block;width:4px;height:4px;border-radius:1px;background-color:#111;margin:8px 0 0 6px}.rewardRule-link[data-v-003ab437]{display:flex;align-items:center;color:#ff5b57}.rewardRule-link[data-v-003ab437]:after{background-image:url(./ico-arrow--rightRed.qfCS7BoD.svg);width:20px;height:20px}.rewardRule-iconArrow[data-v-003ab437],.rewardRule-link[data-v-003ab437]:after{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardRule-iconArrow[data-v-003ab437]{background-image:url(./ico-arrow--downRed.DtYG7u9J.svg);width:24px;height:24px;animation-duration:.4s;animation-fill-mode:forwards}@keyframes partnerInfo-arrow-rotateUp-003ab437{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes partnerInfo-arrow-rotateDown-003ab437{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.rewardRule-iconArrow--up[data-v-003ab437]{animation-name:partnerInfo-arrow-rotateUp-003ab437}.rewardRule-iconArrow--down[data-v-003ab437]{animation-name:partnerInfo-arrow-rotateDown-003ab437}.rewardSlide{overflow:hidden;position:relative}.rewardSlide-container{width:100%}.rewardSlide-item{width:66%;display:flex}@media screen and (min-width:550px){.rewardSlide-item{width:40%}}.rewardSlide-item:first-child{width:calc(66% + 16px);padding-left:16px}@media screen and (min-width:550px){.rewardSlide-item:first-child{width:calc(40% + 16px)}}.rewardSlide-item:last-child{width:calc(66% + 16px);padding-right:16px}@media screen and (min-width:550px){.rewardSlide-item:last-child{width:calc(40% + 16px)}}.rewardSlide-item img{border:1px solid #efefef;border-radius:4px}.noteItem-image>img[data-v-5f52a6fa]{position:absolute;inset:0;margin:auto}.noteItem[data-v-5f52a6fa]{position:relative;display:grid;grid-template-columns:max-content 1fr;-moz-column-gap:12px;column-gap:12px;cursor:pointer}.noteItem[data-v-5f52a6fa] em{color:#1ec687}.noteItem-image[data-v-5f52a6fa]{overflow:hidden;position:relative;background-color:#00000008;width:130px;height:0;padding-bottom:130px;border-radius:8px;filter:brightness(97%)}.simplifiedType .noteItem-image[data-v-5f52a6fa]{width:90px;padding-bottom:90px}.noteItem-info[data-v-5f52a6fa]{display:grid;row-gap:2px;height:-moz-fit-content;height:fit-content;font-size:12px}.noteItem-infoTop[data-v-5f52a6fa]{display:inline-flex;align-items:flex-end;-moz-column-gap:2px;column-gap:2px;color:#111}.noteItem-price[data-v-5f52a6fa]{font-weight:600;font-size:15px;line-height:18px}.noteItem-originalPrice[data-v-5f52a6fa]{font-size:13px;line-height:16px;color:#b7b7b7;text-decoration:line-through}.noteItem-name[data-v-5f52a6fa]{font-size:13px;line-height:20px;height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noteItem-name[data-v-5f52a6fa]:first-child{width:calc(100% - 24px)}.noteItem-merchant[data-v-5f52a6fa]{color:#949494}.noteItem-memo[data-v-5f52a6fa],.noteItem-merchant[data-v-5f52a6fa]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noteItem-memo[data-v-5f52a6fa]{margin-top:2px;padding:0 8px;line-height:33px;height:36px;font-size:13px;color:#555;border:1px solid #efefef;border-radius:4px}.noteItem-memoPlaceholder[data-v-5f52a6fa]{display:flex;align-items:center;color:#c8c8c8}.noteItem-memoPlaceholder[data-v-5f52a6fa]:before{content:"";background-image:url(./ico-penC8C8C8.Do7VrS4u.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteItem-memoText[data-v-5f52a6fa]{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noteItem-tags[data-v-5f52a6fa]{display:flex;align-items:center;position:relative;margin-top:4px;overflow:hidden}.noteItem-tags[data-v-5f52a6fa]:after{content:"";position:absolute;height:24px;width:36px;right:0;background:linear-gradient(270deg,#fff,#fff0);z-index:1}.noteItem-tag[data-v-5f52a6fa]{display:inline-block;flex-shrink:0;font-size:12px;color:#555;width:-moz-fit-content;width:fit-content;max-width:220px;line-height:24px;padding:0 5px;margin-right:6px;background-color:#f5f5f5;border-radius:4px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noteItem-tag[data-v-5f52a6fa]:before{content:"#"}.noteItem-menuBtn[data-v-5f52a6fa]{content:"";background-image:url(./ico-menu--black.DIw2ISWO.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:8px;right:16px;cursor:pointer}.noteBatchDelete[data-v-dd38ef17]{display:grid;row-gap:24px;height:-moz-fit-content;height:fit-content}.noteBatchDelete-title[data-v-dd38ef17]{font-weight:600;font-size:17px;line-height:20px;color:#111}.noteBatchDelete-list[data-v-dd38ef17]{display:grid;row-gap:16px}.noteBatchDelete-item[data-v-dd38ef17]{display:grid;grid-template-columns:18px 1fr;-moz-column-gap:19px;column-gap:19px;padding-left:3px;cursor:pointer}.noteBatchDelete-check[data-v-dd38ef17]{width:18px;height:18px;margin:auto;cursor:pointer;border:1px solid #b7b7b7;border-radius:100%}.noteBatchDelete-check.checked[data-v-dd38ef17]{content:"";background-image:url(./ico-okFF5B57.ClNzYsMv.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;border:none}.noteNoData-image>img[data-v-b088f1ab]{position:absolute;inset:0;margin:auto}.noteNoData-backObject1[data-v-b088f1ab],.noteNoData-backObject2[data-v-b088f1ab]{position:absolute;background-color:#fff;border:1px solid #efefef;border-radius:8px}.noteNoData[data-v-b088f1ab]{padding:8px 16px}.noteNoData-top[data-v-b088f1ab]{display:grid;-moz-column-gap:12px;column-gap:12px;row-gap:4px;grid-template-columns:1fr max-content;padding:16px;font-size:13px;line-height:20px;color:#777;background-color:#d7f4e9;border-radius:8px}.noteNoData-topTitle[data-v-b088f1ab]{font-weight:600;font-size:15px;line-height:18px;color:#111}.noteNoData-topCheck[data-v-b088f1ab]{display:flex;align-items:center;grid-area:1/2/3/3;margin:auto;color:#111;cursor:pointer;background-color:transparent}.noteNoData-topCheck[data-v-b088f1ab]:after{content:"";background-image:url(./ico-arrow--right111111.q8YJKxfQ.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteNoData-topButton[data-v-b088f1ab]{display:flex;justify-content:center;align-items:center;grid-area:3/1/4/3;margin:8px auto 0;padding:0 13px;height:40px;font-size:14px;cursor:pointer;z-index:3}.noteNoData-content[data-v-b088f1ab]{display:grid;place-items:center center;row-gap:16px;margin-top:80px}.noteNoData-mainView[data-v-b088f1ab]{position:relative;width:90px;height:90px;cursor:pointer}.noteNoData-backObject1[data-v-b088f1ab]{width:50px;height:50px;top:2px;left:2px;transform:rotate(-23deg)}.noteNoData-backObject2[data-v-b088f1ab]{width:60px;height:60px;top:9px;left:15px;transform:rotate(-14deg);z-index:1}.noteNoData-image[data-v-b088f1ab]{overflow:hidden;position:relative;background-color:#00000008;position:absolute;right:6px;bottom:8px;width:60px;height:0;padding-bottom:58px;background-color:#fff;border:1px solid #efefef;border-radius:8px;box-shadow:0 6px 16px -8px #00000026;z-index:2}.noteNoData-imageBage[data-v-b088f1ab]{position:absolute;right:1px;bottom:5px;display:flex;justify-content:center;align-items:center;width:24px;height:24px;background-color:#fff;border:1px solid #efefef;border-radius:100%;z-index:3}.noteNoData-imageBage[data-v-b088f1ab]:before{content:"";background-image:url(./ico-addNote555555.CQG-hErH.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteNoData-info[data-v-b088f1ab]{display:grid;row-gap:8px;font-size:15px;line-height:22px;text-align:center;color:#555}.noteNoData-title[data-v-b088f1ab]{font-weight:600;font-size:17px;line-height:20px}.noteNoData-button[data-v-b088f1ab]{display:flex;align-items:center;padding:0 13px;height:36px;width:-moz-fit-content;width:fit-content;font-size:14px;color:#fff;border-radius:36px;background-color:#1ec687;cursor:pointer}.noteNoData-button.addIcon[data-v-b088f1ab]:before{content:"";background-image:url(./ico-plusWhite.BHIGOved.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteNoData-notice[data-v-b088f1ab]{display:grid;-moz-column-gap:4px;column-gap:4px;grid-template-columns:max-content 1fr;padding:12px;font-size:12px;line-height:18px;color:#ff5b57;background-color:#ffefee;border-radius:8px}.noteNoData-notice[data-v-b088f1ab]:before{content:"";background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-top:1px}.noteTags[data-v-e72ad674]{grid-column-start:1;grid-column-end:-1;padding:0 16px}.noteTags-list[data-v-e72ad674]{display:grid;grid-template-columns:max-content 1fr;align-items:center;height:48px;font-size:12px;color:#949494}.noteTags-listText[data-v-e72ad674]{position:relative;line-height:48px;padding-right:8px;background-color:#fff;z-index:1}.noteTags-taglist[data-v-e72ad674]{padding-top:4px}.noteTags-taglist[data-v-e72ad674]>:not(:first-child){margin-left:8px}.noteTags-tag[data-v-e72ad674]{display:inline-block;font-size:13px;color:#555;width:-moz-fit-content;width:fit-content;max-width:220px;line-height:32px;padding:0 8px;background-color:#f5f5f5;border-radius:8px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noteTags-tag[data-v-e72ad674]:before{content:"#"}.noteList{background-color:#fff;min-height:calc(100vh - var(--title-bar-height))}.noteList-message{display:grid;justify-items:center;row-gap:2px;font-size:13px;line-height:20px;padding-top:15vh;color:#949494}.noteList-message:before{content:"";background-image:url(./ico-glassC8C8C8.afDyeZZj.svg);width:60px;height:60px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-bottom:6px}.noteList-messageText{font-weight:600;font-size:15px;line-height:18px}.noteList-notice{cursor:pointer;display:grid;-moz-column-gap:8px;column-gap:8px;align-items:center;grid-template-columns:max-content 1fr max-content;font-weight:600;font-size:13px;line-height:20px;color:#ff5b57;padding:8px;background-color:#ffefee}.noteList-alertIcon{display:flex;justify-content:center;align-items:center;background-color:#fff;width:28px;height:28px;border-radius:100%}.noteList-alertIcon:before{content:"";background-image:url(./ico-outlined-notificationRed.Buw_rdOQ.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteList-noticText{display:flex;align-items:center;font-weight:400;font-size:12px;line-height:14px}.noteList-noticText:after{content:"";background-image:url(./ico-arrow--rightRed.qfCS7BoD.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteList-contentTitle{display:grid;align-items:center;grid-template-columns:1fr max-content;font-weight:600;font-size:17px;line-height:20px;padding:16px 16px 0}.noteList-scroll .infiniteScrollWrapper-loading{height:calc(100vh - var(--title-bar-height) - var(--notice-height) - 126px)}.noteList-item{padding:16px;border-bottom:1px solid #f5f5f5}.noteList-item:first-child{padding-top:12px}.noteList-item:last-child{border-bottom:none}.noteList-removeBtn{display:flex;justify-content:center;align-items:center;padding:0;margin:0;height:36px;cursor:pointer;background-color:transparent}.noteList-removeBtn:before{content:"";background-image:url(./ico-trashCan111111.N_yRiZhv.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteList-popup{background-color:#fff;z-index:10}.noteList-popupContent{display:grid;row-gap:4px;margin-bottom:16px}.noteList-popupItem{display:grid;align-items:center;-moz-column-gap:6px;column-gap:6px;grid-template-columns:max-content 1fr;padding:10px 0;height:44px;cursor:pointer}.noteList-popupItem.check:before{background-image:url(./ico-shortcut111111.B4RoXKgl.svg)}.noteList-popupItem.check:before,.noteList-popupItem.link:before{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteList-popupItem.link:before{background-image:url(./ico-link111111.BaMdPCYL.svg)}.noteList-popupItem.delete:before{background-image:url(./ico-trashCan111111.N_yRiZhv.svg)}.noteList-popupItem.delete:before,.noteList-popupItem.share:before{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteList-popupItem.share:before{background-image:url(./ico-share111111.AkzU6ruQ.svg)}.noteTopic[data-v-6ade1ab4]{width:-moz-fit-content;width:fit-content;padding:0 8px;height:32px;line-height:32px;font-size:13px;color:#111;background-color:#fff;border:1px solid #efefef;border-radius:8px;cursor:pointer}.noteTopic[data-v-6ade1ab4],.noteTopic-content[data-v-6ade1ab4]{display:flex;align-items:center}.noteTopic-content[data-v-6ade1ab4]{white-space:nowrap;-moz-column-gap:1px;column-gap:1px}.noteTopic-content[data-v-6ade1ab4]:before{background-image:url(./ico-folder111111.EDBX3Lez.svg)}.noteTopic-addIcon[data-v-6ade1ab4],.noteTopic-content[data-v-6ade1ab4]:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteTopic-addIcon[data-v-6ade1ab4]{background-image:url(./ico-plus111111.m8dDflS3.svg)}.noteTopic-arrowIcon[data-v-6ade1ab4]{display:flex;align-items:center;margin-left:4px}.noteTopic-arrowIcon[data-v-6ade1ab4]:before{content:"";background-image:url(./ico-arrow--right949494.dP5kjV5e.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.noteTopic-item[data-v-6ade1ab4]{display:flex;align-items:center;margin-right:4px}.noteTopic-item[data-v-6ade1ab4]:last-child{margin-right:0}.noteTopic-text[data-v-6ade1ab4]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px}.noteTopic-item:last-child .noteTopic-arrowIcon[data-v-6ade1ab4]{display:flex;align-items:center;height:32px;padding-left:8px;margin-left:8px;border-left:1px solid #efefef}.noteTopic-item:last-child .noteTopic-arrowIcon[data-v-6ade1ab4]:before{content:"";background-image:url(./ico-arrow--down000000.CD24YO9v.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.orderPageBottomTools{display:grid;grid-template-columns:64px 1fr;-moz-column-gap:14px;column-gap:14px;align-items:center;z-index:1}.orderPageBottomTools-instruction{display:grid;align-items:center;justify-items:center;row-gap:2px;font-size:12px;color:#777}.orderPageBottomTools-instruction:before{content:"";background-image:url(./ico-contactDeepGrey.CgOqAoTh.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.orderPageBottomTools-button{display:flex;justify-content:center;align-items:center;font-size:14px;color:#fff;background-color:#1ec687;height:36px;line-height:36px;border-radius:36px;margin:1px 0}.orderPageContentList{margin-top:23px;border-top:1px solid #f5f5f5;padding:0;row-gap:0}.orderPageContentList-iconArrow{position:absolute;right:-15px;top:0;content:"";background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards}@keyframes record-arrow-rotateUp{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes record-arrow-rotateDown{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.orderPageContentList-iconArrow--up{animation-name:record-arrow-rotateUp}.orderPageContentList-iconArrow--down{animation-name:record-arrow-rotateDown}.orderPageContentList-sectionTitle{display:flex;align-items:center;font-weight:600;font-size:17px;line-height:25px;color:#111;padding-top:16px}.orderPageContentList-sectionTitleSeeMore{position:relative;font-weight:400;font-size:12px;line-height:14px;color:#949494;margin-right:15px;flex:1;height:14px;text-align:end;cursor:pointer}.orderPageContentList-content{display:grid;margin-top:16px}.orderPageContentList-slideList{display:grid;padding-top:16px;row-gap:16px}.orderPageEvent-item{display:grid;row-gap:2px;color:#303030}.orderPageEvent-itemInfo,.orderPageEvent-itemTop{display:flex;align-items:center}.orderPageEvent-itemInfo{margin-left:auto}.orderPageEvent-itemPoints{display:flex;align-items:center;font-size:12px;line-height:14px;font-weight:400;color:#07b53b}.orderPageEvent-itemPoints:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.orderPageEvent-itemPoints.inactive{font-weight:400;color:#b7b7b7;margin-left:8px}.orderPageEvent-itemPoints.inactive:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.orderPageEvent-itemPoints.lineThrough{text-decoration:line-through}.orderPageEvent-itemPointsText{margin-left:4px}.orderPageEvent-itemDown{display:grid;align-items:center;grid-template-columns:1fr max-content;row-gap:2px;-moz-column-gap:10px;column-gap:10px}.orderPageEvent-itemName{line-height:22px;font-size:15px;font-weight:700;color:#555;word-break:break-all;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.8em;white-space:normal;line-height:1.4}.orderPageEvent-itemDescription{line-height:18px;font-size:12px;color:#777;margin-top:2px}.orderPageEvent-itemButton{display:flex;align-items:center;height:22px;font-weight:500;font-size:13px;line-height:16px;color:#949494;padding:0 9px;background:#f5f5f5;border-radius:12px}.orderPageNoitem{display:grid;align-content:center;justify-items:center;row-gap:6px;z-index:1}.orderPageNoitem-image{width:180px;height:180px;background-size:contain;background-image:url(./img-noOrderRecord.3q6CLUYW.png)}.orderPageNoitem-text{font-weight:700;font-size:17px;line-height:25px;color:#111;margin-bottom:6px}.orderPageNoitem-button{display:flex;justify-content:center;align-items:center;height:36px;width:-moz-fit-content;width:fit-content;padding:0 13px;font-weight:500;font-size:14px;line-height:17px;color:#fff;background-color:#1ec687;border-radius:18px}.orderPageProduct-item{position:relative;display:grid;row-gap:4px;color:#555}.orderPageProduct-btn{background-color:#f5f5f5;border-radius:12px;color:#949494;padding:3px 9px;font-weight:500;font-size:13px;line-height:16px}.orderPageProduct-itemName,.orderPageProduct-itemPrice{display:grid;grid-template-columns:1fr auto;-moz-column-gap:4px;column-gap:4px;line-height:22px;font-size:15px;font-weight:600}.orderPageProduct-itemName{word-break:break-all}.orderPageProduct-itemDescription{font-weight:400;font-size:13px;line-height:20px;color:#949494}.orderPageProduct-itemPoints{display:flex;align-items:center;font-size:12px;line-height:14px;font-weight:400;color:#b7b7b7}.orderPageProduct-itemPoints:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.orderPageProduct-itemPoints.getPoint{font-weight:400;color:#07b53b}.orderPageProduct-itemPoints.getPoint:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.timelineItem-inlineLink,.timelineItem-link{font-weight:500;line-height:18px;text-decoration-line:underline;color:#5b82db}.timelineItem{width:100%;font-size:12px;color:#c8c8c8}.timelineItem-status{display:flex}.timelineItem-icon{margin-right:8px}.timelineItem .icon--check{background-image:url(./ico-check-gray.C0BPUtG_.svg)}.timelineItem .icon--check,.timelineItem .icon--cross{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.timelineItem .icon--cross{background-image:url(./ico-cross-grey.Bzy1KwOV.svg)}.timelineItem-description{margin-left:7px;padding:4px 16px 16px;border-left:2px solid #dcdcdc}.timelineItem-textCube{display:grid;row-gap:2px}.timelineItem-textCube span{position:relative;line-height:1.5;padding-left:12px}.timelineItem-textCube span:before{content:"";position:absolute;display:inline-block;width:4px;height:4px;min-width:4px;border-radius:4px;background-color:#777;top:7px;left:0}.timelineItem-link{margin-top:4px}.timelineItem.previous{color:#c8c8c8}.timelineItem.previous .icon--check{background-image:url(./ico-check-greenOutline.ByKdXpSc.svg)}.timelineItem.previous .icon--check,.timelineItem.previous .icon--cross{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.timelineItem.previous .icon--cross{background-image:url(./ico-cross-greenOutline.DIU66nYs.svg)}.timelineItem.previous .timelineItem-description{border-left:2px solid #1ec687}.timelineItem.previous .timelineItem-textCube span:before{background-color:#c8c8c8}.timelineItem.current .timelineItem-status{color:#1ec687}.timelineItem.current .icon--check{background-image:url(./ico-check-green.BLcA-ro-.svg)}.timelineItem.current .icon--check,.timelineItem.current .icon--cross{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.timelineItem.current .icon--cross{background-image:url(./ico-cross-green.8ulAeL-q.svg)}.timelineItem.current .timelineItem-description{color:#949494}.timelineItem+.timelineItem:last-child .timelineItem-description,.timelineItem:only-of-type .timelineItem-description{padding:4px 18px 0;border:none}.orderTimeline{margin-top:16px}.orderTimeline-content{padding-left:57px}.orderTimeline-redEnvelope{display:grid;grid-template-columns:16px minmax(0,1fr) minmax(0,1fr);-moz-column-gap:4px;column-gap:4px}.orderTimeline-redEnvelope:before{content:"";background-image:url(./ico-angpau.T5T0hVop.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.orderTimeline-description{margin-top:4px}.orderTimeline-redEnvelopePoint{display:flex;align-items:center;font-size:12px;color:#c8c8c8}.orderTimeline-redEnvelopePoint:before{background-image:url(./ico-point--gray.CwT7ymaW.svg)}.orderTimeline-redEnvelopePoint.pointDeposit:before,.orderTimeline-redEnvelopePoint:before{content:"";width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.orderTimeline-redEnvelopePoint.pointDeposit:before{background-image:url(./ico-point--green.C6QozQX8.svg)}.orderTimeline-redEnvelopePoint.pointDeposit{color:#1ec687}.ownedTrafficIntroCard{background-color:#fff;padding:16px;border-radius:8px;display:grid;grid-template-columns:1fr 76px;-moz-column-gap:16px;column-gap:16px;margin:16px;overflow:hidden}.ownedTrafficIntroCard-title{font-size:15px;font-weight:600;line-height:22px;color:#111}.ownedTrafficIntroCard-desc{margin-top:4px;font-size:12px;line-height:18px;color:#949494}.ownedTrafficIntroCard-img{content:"";background-image:url(./img-ownedTrafficIntro.BzpXH_Dc.svg);width:76px;height:76px;display:inline-block;background-repeat:no-repeat;background-size:contain;align-self:center}.merchant-infoCheck.checked:after{position:absolute;inset:0;margin:auto}.merchant{margin-top:8px;flex:1}.merchant-info,.merchant-infoImage{position:relative;display:flex}.merchant-infoImage{width:45px;height:45px;min-width:45px;overflow:hidden;border-radius:4px;filter:brightness(97%)}.merchant-infoCard{margin-left:12px;display:grid;row-gap:4px;width:100%}.merchant-infoTop{font-size:12px;line-height:22px;display:flex;align-items:baseline}.merchant-infoTopText{margin-left:auto;white-space:nowrap;padding-left:8px;color:#1ec687}.merchant-infoTopText.grey{color:#c8c8c8}.merchant-infoTopGetPoints{display:flex;align-items:center;position:relative;top:2px;margin-left:4px;font-weight:400;color:#07b53b}.merchant-infoTopGetPoints:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchant-infoTopGetPoints.grey{font-weight:400;color:#b7b7b7}.merchant-infoTopGetPoints.grey:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchant-infoName{font-size:15px;font-weight:700;color:#555}.merchant-infoPrice{font-size:15px;font-weight:700;line-height:17px;color:#111}.merchant-infoOrderFrom{font-size:12px;line-height:20px;color:#1ec687}.merchant-infoTime{font-size:12px;line-height:17px;color:#777}.merchant-infoNumber{font-size:12px;line-height:17px;color:#949494;word-break:break-all}.merchant-infoCheck{position:absolute;top:20px;right:0;width:16px;height:16px;display:inline-block;background-color:#fff;border-radius:50%;border:1px solid #777;cursor:pointer;font-size:0;color:transparent}.merchant-infoCheck.checked{border:1px solid #1ec687}.merchant-infoCheck.checked:after{content:"";border-radius:50%;overflow:hidden;width:8px;height:8px;display:block;background-color:#1ec687}.record[data-v-43ee61ce]{background-color:#fff;border-radius:8px;padding:24px 16px 16px;margin-bottom:16px}.record-familyServiceOrderNotice[data-v-43ee61ce]{display:flex;border:1px solid #efefef;border-radius:8px;padding:8px;margin-top:16px;line-height:18px;font-size:12px;font-weight:400;color:#949494}.record-familyServiceOrderNotice[data-v-43ee61ce]:before{content:"";background-image:url(./ico-questionMarkGrey.EX5aKzhd.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:8px;flex-shrink:0}.record-link[data-v-43ee61ce]{color:#4270ed;text-decoration:underline}.record-info[data-v-43ee61ce]{position:relative;margin-top:16px}.record-angpauEntrance[data-v-43ee61ce]{display:block;padding-top:24px;margin-top:24px;border-top:1px solid #f5f5f5}.record-angpau[data-v-43ee61ce]{padding:0}.formDatePicker-title{display:block;margin-bottom:8px;font-weight:600;font-size:15px;line-height:18px;color:#111}.formDatePicker-requiredIcon{color:#ff5b57;font-weight:600;font-size:15px;line-height:18px;margin-left:2px}.formDatePicker-input{padding:11px 40px 11px 14px;background:#fff;border-radius:8px;border:1px solid #f5f5f5;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;font-size:15px;line-height:22px;color:#111;cursor:pointer;caret-color:#1ec687;margin-bottom:24px}.formDatePicker-input::-moz-placeholder{color:#c8c8c8}.formDatePicker-input::placeholder{color:#c8c8c8}.formDatePicker-input:focus{border:1px solid #1ec687}.formDatePicker-fieldDisabled{background:#f5f5f5;color:#b7b7b7;cursor:auto}.formDatePicker-fieldInvalid{border:1px solid #ff5b57}.formDatePicker-errorMessage{font-size:12px;line-height:18px;color:#ff5b57;margin:-18px 0 24px}.vc-popover-content.direction-bottom{margin-top:-5px}.vc-header{padding:8px 10px 0}.vc-weeks{padding:5px}.vc-arrow{background-color:transparent;width:30px;padding:0}.vc-base-icon{stroke:#718096}.vc-focus:focus-within{box-shadow:none}.vc-popover-content{--vc-gray-200:#f5f5f5;--vc-gray-500:#c8c8c8;--vc-gray-900:#2d3748;border-color:#efefef!important}.vc-popover-content .vc-popover-content-wrapper{margin-top:15px!important}.vc-green{--vc-accent-50:#1ec687;--vc-accent-100:#1ec687;--vc-accent-200:#1ec687;--vc-accent-300:#1ec687;--vc-accent-400:#1ec687;--vc-accent-500:#1ec687;--vc-accent-600:#1ec687;--vc-accent-700:#1ec687;--vc-accent-800:#1ec687;--vc-accent-900:#1ec687}.vc-day-content:hover{color:#1a202c!important;background-color:var(--vc-gray-200)!important}.vc-nav-popover-container{background-color:var(--vc-accent-100)!important;border-color:var(--vc-accent-100)!important}.vc-nav-arrow .vc-base-icon{stroke:#fff}.vc-nav-arrow:hover,.vc-nav-item:hover,.vc-nav-title:hover{background-color:#179968!important}.vc-nav-title{color:#fff!important;font-weight:500;letter-spacing:1px}.vc-nav-item{color:#fff;font-weight:400}.vc-nav-item:focus{border-color:#fff!important}.vc-nav-item.is-active{background-color:#fff!important;color:var(--vc-accent-100)!important}.vc-time-select-group{border:none;background:none}.vc-time-weekday{color:#4a5568}.vc-base-select{background:var(--vc-gray-200);width:52px;border:1px solid var(--vc-gray-200);border-radius:5px}.vc-base-select select{border:none;padding:0 22px 0 7px;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;text-align:left!important}.vc-base-select select:focus{border:2px solid var(--vc-accent-400);border-radius:5px;background-color:#fff}.vc-base-select:after{content:"";position:absolute;background-image:url(./ico-arrow--down.CwYxxE3A.svg);width:16px;height:16px;background-size:cover;right:5px;top:50%;transform:translateY(-50%);pointer-events:none}.vc-time-colon{margin:0 4px}.formInput{position:relative}.formInput-title{display:block;margin-bottom:8px;color:#111}.formInput-requiredIcon,.formInput-title{font-weight:600;font-size:15px;line-height:18px}.formInput-requiredIcon{color:#ff5b57;margin-left:2px}.formInput-input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:11px 40px 11px 14px;background:#fff;border-radius:8px;border:1px solid #f5f5f5;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;font-size:15px;line-height:22px;color:#111;cursor:pointer;caret-color:#1ec687;margin-bottom:24px}.formInput-input::-webkit-inner-spin-button,.formInput-input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.formInput-input::-moz-placeholder{color:#c8c8c8}.formInput-input::placeholder{color:#c8c8c8}.formInput-input:focus{border:1px solid #1ec687}.formInput-input:disabled{opacity:1;background:#f5f5f5;-webkit-text-fill-color:#b7b7b7;color:#b7b7b7;cursor:auto}.formInput-input:disabled::-webkit-input-placeholder{color:#ff5b57}.formInput-fieldInvalid{border:1px solid #ff5b57}.formInput-clearIcon{position:absolute;width:24px;height:24px;right:14px;top:37px;cursor:pointer}.formInput-clearIcon:before{content:"";background-image:url(./ico-cancel--grey.y20wjKk9.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.formInput-errorMessage{font-size:12px;line-height:18px;color:#ff5b57;margin:-18px 0 24px}.formRadios{margin-bottom:24px}.formRadios-title{display:block;margin-bottom:8px;color:#111}.formRadios-requiredIcon,.formRadios-title{font-weight:600;font-size:15px;line-height:18px}.formRadios-requiredIcon{color:#ff5b57;margin-left:2px}.formRadios-radioContainer{margin-bottom:12px}.formRadios-radioContainer.additionalFieldContent{margin-bottom:0}.formRadios-radio{cursor:pointer;visibility:hidden}.formRadios-radio:checked~.formRadios-label .formRadios-button{border:1px solid #1ec687}.formRadios-radio:checked~.formRadios-label .formRadios-button:after{opacity:1}.formRadios-label{cursor:pointer;position:relative;font-size:12px;color:#555}.formRadios-button{height:16px;width:16px;border:1px solid #b7b7b7;display:inline-block;border-radius:50%;position:absolute;left:-20px;top:0}.formRadios-button:after{content:"";display:block;height:11px;width:11px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#1ec687;opacity:0;transition:opacity .2s}.formRadios-errorMessage{font-size:12px;line-height:18px;color:#ff5b57;margin:6px 0 24px}.formRadios-selectPointRedEnvelope{margin:8px 0 12px}.formRadios-selectPointRedEnvelope.noSelected{border-color:#ff5b57;background-image:url(./ico-arrow--downRed.DtYG7u9J.svg)}.formRadios-errorPointRedEnvelopeMessage{font-size:12px;line-height:18px;color:#ff5b57;margin:-6px 0 12px}.formSelect-title{display:block;margin-bottom:8px;color:#111}.formSelect-requiredIcon,.formSelect-title{font-weight:600;font-size:15px;line-height:18px}.formSelect-requiredIcon{color:#ff5b57;margin-left:2px}.formSelect-select{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:11px 40px 11px 14px;background:#fff;border-radius:8px;border:1px solid #f5f5f5;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:none;background:url(./ico-arrow--downBlack.D30OJTWQ.svg) no-repeat right 14px center/16px 16px;font-size:15px;line-height:22px;color:#111;cursor:pointer;margin-bottom:24px}.formSelect-select:focus{border:1px solid #1ec687}.formSelect-select:disabled{opacity:1;background:#f5f5f5;-webkit-text-fill-color:#b7b7b7;color:#b7b7b7;cursor:auto}.formSelect-select:disabled::-webkit-input-placeholder{color:#c8c8c8}.formSelect-fieldInvalid{border:1px solid #ff5b57;background:url(./ico-arrow--downRed.DtYG7u9J.svg) no-repeat right 14px center/16px 16px}.formSelect-placeholder{color:#c8c8c8}.formSelect-errorMessage{font-size:12px;line-height:18px;color:#ff5b57;margin:-18px 0 24px}.formTextarea{position:relative}.formTextarea-title{display:block;margin-bottom:8px;font-weight:600;font-size:15px;line-height:18px;color:#111}.formTextarea-textArea{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:11px 14px;background:#fff;border-radius:8px;border:1px solid #f5f5f5;margin-bottom:24px;width:100%;height:176px;outline:none;font-size:15px;line-height:22px;color:#111;caret-color:#1ec687;resize:none;white-space:normal;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.formTextarea-textArea::-moz-placeholder{color:#c8c8c8}.formTextarea-textArea::placeholder{color:#c8c8c8}.formTextarea-textArea:focus{border:1px solid #1ec687}.formTextarea-wordsCount{display:block;text-align:right;font-size:12px;line-height:18px;cursor:pointer;color:#b7b7b7;position:absolute;right:15px;bottom:34px}.formTextarea-requiredIcon{color:#ff5b57;font-weight:600;font-size:15px;line-height:18px;margin-left:2px}.formTextarea-fieldDisabled{background:#f5f5f5;color:#b7b7b7;cursor:auto}.formUpload-content--thumbnailContainer>img{position:absolute;inset:0;margin:auto}.formUpload{position:relative}.formUpload-title{display:block;margin-bottom:8px;color:#111}.formUpload-requiredIcon,.formUpload-title{font-weight:600;font-size:15px;line-height:18px}.formUpload-requiredIcon{color:#ff5b57;margin-left:2px}.formUpload-content{margin-bottom:24px}.formUpload-content--thumbnailContainer{width:100%;height:0;padding-bottom:100%;border:1px solid #efefef;overflow:hidden;position:relative;border-radius:8px;background-color:#fff}.formUpload-content--thumbnail{max-width:100%;max-height:100%}.formUpload-content--altImg{content:url(./logo_%20alternative_shopping.C2l37l3n.png)}.formUpload-content--deleteIcon{position:absolute;top:4px;right:4px;width:24px;height:24px;background:url(./ico-delete-redBackground.D7wyHG41.svg) no-repeat 50%/24px 24px;cursor:pointer}.formUpload-content--selectFilesButtonContainer{display:grid;grid-template-columns:repeat(4,1fr);-moz-column-gap:8px;column-gap:8px;row-gap:8px}@media(min-width:750px){.formUpload-content--selectFilesButtonContainer{grid-template-columns:repeat(8,1fr)}}.formUpload-content--customSelectFilesButton{height:0;padding-bottom:100%;display:inline-block;border:1px solid #efefef;border-radius:8px;background:url(./ico_outlined_add.CoPTPjF3.svg) no-repeat 50%/30px 30px;cursor:pointer}.formUpload-content--selectFilesButton{display:none}.formUpload-content--description{font-size:12px;line-height:18px;color:#949494;margin-top:6px}.selectableRedEnvelopeCard[data-v-96c881de]{position:relative;display:grid;grid-template-columns:minmax(0,auto) 1fr minmax(0,auto);align-items:center;font-size:12px;line-height:18px;color:#949494;border:1px solid #efefef;border-radius:8px;padding-top:12px}.selectableRedEnvelopeCard.checked[data-v-96c881de]{border-color:#ff5b57}.selectableRedEnvelopeCard-angpauCardHeader[data-v-96c881de]{cursor:pointer;grid-template-columns:minmax(56px,max-content) minmax(0,1fr) 46px;padding:0 0 0 12px}.selectableRedEnvelopeCard-warning[data-v-96c881de]{color:#ff5b57;margin-left:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selectableRedEnvelopeCard-bottom[data-v-96c881de]{grid-column:1/last-col;border-top:1px solid #efefef;margin-top:13px}.selectableRedEnvelopeCard-iconArrow[data-v-96c881de]{position:absolute;right:10px;top:10px;content:"";background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards}@keyframes transferEvents-arrow-rotateUp-96c881de{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes transferEvents-arrow-rotateDown-96c881de{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.selectableRedEnvelopeCard-iconArrow--up[data-v-96c881de]{animation-name:transferEvents-arrow-rotateUp-96c881de}.selectableRedEnvelopeCard-iconArrow--down[data-v-96c881de]{animation-name:transferEvents-arrow-rotateDown-96c881de}.selectableRedEnvelopeCard-dropdown[data-v-96c881de]{position:relative;display:flex;align-items:center;padding:8px 10px 8px 12px}.selectableRedEnvelopeCard-icon--clock[data-v-96c881de]{background-image:url(./ico-clock--grey.D8I85HsK.svg)}.selectableRedEnvelopeCard-icon--clock[data-v-96c881de],.selectableRedEnvelopeCard-icon--exclamationMark[data-v-96c881de]{margin-right:2px;content:"";width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.selectableRedEnvelopeCard-icon--exclamationMark[data-v-96c881de]{background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg)}.selectableRedEnvelopeCard-icon--check[data-v-96c881de]{margin-right:2px;background-image:url(./ico-checkedGray.Tvl1Ks0l.svg);width:18px;height:18px}.selectableRedEnvelopeCard-icon--check[data-v-96c881de],.selectableRedEnvelopeCard-icon--cross[data-v-96c881de]{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.selectableRedEnvelopeCard-icon--cross[data-v-96c881de]{margin-right:6px;margin-left:2px;background-image:url(./ico-close--grayDeep.Bp4Sdo__.svg);width:10px;height:10px}.pointRedEnvelopeSelect{padding:16px;display:grid;row-gap:16px;background:#fff}.pointRedEnvelopeSelect-title{font-weight:600;font-size:17px;line-height:25px;color:#111}.pointRedEnvelopeSelect-showMoreBtn{display:flex;justify-content:center;align-items:center;border-radius:9999px;background:#f5f5f5;border:1px solid #f5f5f5;font-size:14px;font-weight:500;line-height:17px;color:#ff5b57;cursor:pointer;padding:8.5px 0}.pointRedEnvelopeSelect-showMoreBtn--arrowDownIcon{content:"";background-image:url(./ico-arrow--downRed.DtYG7u9J.svg);width:19px;height:19px;display:inline-block;background-repeat:no-repeat;background-size:contain}.redEnvelopeSelectPanel{position:fixed;left:0;right:0}@media screen and (min-width:790px){.redEnvelopeSelectPanel{left:calc(100vw - 100%)}}.redEnvelopeSelectPanel{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.redEnvelopeSelectPanel{width:749px}}.redEnvelopeSelectPanel{background-color:#f5f5f5;border-radius:12px 12px 0 0;transform:translateY(0);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;top:87px;top:calc(87px + var(--android-safe-area-inset-top, 0));top:calc(87px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(87px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.redEnvelopeSelectPanel::-webkit-scrollbar{width:0;display:none}.redEnvelopeSelectPanel-enter-active,.redEnvelopeSelectPanel-leave-active{transition:transform .3s}.redEnvelopeSelectPanel-enter-from,.redEnvelopeSelectPanel-leave-to{transform:translateY(100%)}.redEnvelopeSelectPanel-block:not(:last-child){margin-bottom:-8px}.partnerArticles-topicItem{margin-bottom:16px;box-shadow:0 2px 12px -6px #00000026}.partnerBelt{display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:16px;text-align:center;width:100%}.partnerBelt-title{font-size:17px;font-weight:600;line-height:25px;color:#111}.partnerBelt-image{display:flex;width:100%;max-width:480px;margin:auto}.partnerBelt-description{display:flex;align-items:center;font-size:13px;font-weight:600;line-height:16px;color:#fe3f3e;margin:auto}.partnerBelt-description:before{content:"";background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:4px}.partnerBelt-more{display:flex;justify-content:center;align-items:center;border-radius:9999px;width:100%;font-size:14px;font-weight:500;height:36px;color:#1ec687;background-color:#f5f5f5;cursor:pointer}.partnerBelt-more:after{content:"";background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.expandableTabMenu .expandableTabMenu-fade-enter-from,.expandableTabMenu .expandableTabMenu-fade-leave-to{opacity:0}.expandableTabMenu{position:relative;height:50px;font-size:14px}.expandableTabMenu-menu{padding-left:16px;transition:background-color .3s}.expandableTabMenu-menuItem{position:relative;height:50px;line-height:50px;padding:0 14px;display:inline-block;cursor:pointer}.expandableTabMenu-menuItem:last-child{margin-right:50px}.expandableTabMenu-message{width:100%;height:50px;position:absolute;left:0;top:0;padding-left:16px;line-height:50px;color:#fff}.expandableTabMenu-arrow{width:50px;height:50px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 30%);mask-image:linear-gradient(90deg,transparent 0,#000 30%);position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s}.expandableTabMenu-arrow:before{content:"";background-image:url(./ico-arrow--downWhite.CbCo2gZi.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards}@keyframes expandableTabMenu-arrow-rotateUp{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes expandableTabMenu-arrow-rotateDown{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.expandableTabMenu-arrow--up:before{animation-name:expandableTabMenu-arrow-rotateUp}.expandableTabMenu-arrow--down:before{animation-name:expandableTabMenu-arrow-rotateDown}.expandableTabMenu-dropdown{position:absolute;left:0;top:100%;width:100%}.expandableTabMenu-dropdownContainer{background-color:#fff;border-radius:0 0 8px 8px;overflow:hidden;display:grid;grid-template-columns:repeat(3,max-content);justify-content:space-around;padding:20px 0 30px}.expandableTabMenu-dropdownTitle{font-size:15px;font-weight:700;color:#111;grid-column-start:1;grid-column-end:4;padding-bottom:6px;width:-moz-fit-content;width:fit-content;margin-top:30px}.expandableTabMenu-dropdownTitle:first-child{margin-top:0}.expandableTabMenu-dropdownItem{font-size:14px;line-height:20px;padding:10px 0;text-align:center;cursor:pointer}.expandableTabMenu .expandableTabMenu-fade-enter-active,.expandableTabMenu .expandableTabMenu-fade-leave-active{transition:opacity .4s}.expandableTabMenu-darkTheme .expandableTabMenu-menu{background-color:#19130e;padding-left:23px}.expandableTabMenu-darkTheme .expandableTabMenu-menuItem{color:#b7b7b7;opacity:.8;transition:color .15s,opacity .15s}.expandableTabMenu-darkTheme .expandableTabMenu-menuItem:before{content:"";background-image:url(./ico-landmarkWhite.DxGMDzlf.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;left:-4px;top:16px;opacity:0;transition:opacity .15s}.expandableTabMenu-darkTheme .expandableTabMenu-menuItem--active{color:#fff;opacity:1}.expandableTabMenu-darkTheme .expandableTabMenu-menuItem--active:before{opacity:1}.expandableTabMenu-darkTheme .expandableTabMenu-arrow,.expandableTabMenu-darkTheme .expandableTabMenu-message{background-color:#19130e}.expandableTabMenu-darkTheme .expandableTabMenu-dropdownItem{color:#777;transition:color .15s}.expandableTabMenu-darkTheme .expandableTabMenu-dropdownItem--active{color:#a57b3f}.expandableTabMenu-lightTheme .expandableTabMenu-menu{background-color:#fff;padding-left:23px}.expandableTabMenu-lightTheme .expandableTabMenu-menuItem{color:#777;opacity:.8;transition:color .15s,opacity .15s}.expandableTabMenu-lightTheme .expandableTabMenu-menuItem:before{content:"";background-image:url(./ico-landmarkGreen.C0v04Ctn.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;left:-4px;top:16px;opacity:0;transition:opacity .15s}.expandableTabMenu-lightTheme .expandableTabMenu-menuItem--active{color:#1ec687;opacity:1}.expandableTabMenu-lightTheme .expandableTabMenu-menuItem--active:before{opacity:1}.expandableTabMenu-lightTheme .expandableTabMenu-message{color:#777;background-color:#fefefe}.expandableTabMenu-lightTheme .expandableTabMenu-arrow{background-color:#fff}.expandableTabMenu-lightTheme .expandableTabMenu-arrow:before{content:"";background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.expandableTabMenu-lightTheme .expandableTabMenu-dropdown:before{width:100%;height:1px;content:"";position:absolute;display:block;box-shadow:0 4px 10px #00000026}.expandableTabMenu-lightTheme .expandableTabMenu-dropdownItem{color:#777;transition:color .15s}.expandableTabMenu-lightTheme .expandableTabMenu-dropdownItem--active{color:#1ec687}.expandableTabMenu-transparentTheme .expandableTabMenu-menu{background-color:rbga(0,0,0,0);padding-left:23px}.expandableTabMenu-transparentTheme .expandableTabMenu-menuItem{color:#777;opacity:.8;transition:color .15s,opacity .15s}.expandableTabMenu-transparentTheme .expandableTabMenu-menuItem:before{content:"";background-image:url(./ico-landmarkGreen.C0v04Ctn.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;left:-2px;top:17px;opacity:0;transition:opacity .15s}.expandableTabMenu-transparentTheme .expandableTabMenu-menuItem--active{color:#1ec687;opacity:1}.expandableTabMenu-transparentTheme .expandableTabMenu-menuItem--active:before{opacity:1}.expandableTabMenu-transparentTheme .expandableTabMenu-message{color:#777;background-color:#fefefe}.expandableTabMenu-transparentTheme .expandableTabMenu-arrow{background-color:rbga(0,0,0,0)}.expandableTabMenu-transparentTheme .expandableTabMenu-arrow:before{content:"";background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.expandableTabMenu-transparentTheme .expandableTabMenu-dropdown:before{width:100%;height:1px;content:"";position:absolute;display:block;box-shadow:0 4px 10px #00000026}.expandableTabMenu-transparentTheme .expandableTabMenu-dropdownItem{color:#777;transition:color .15s}.expandableTabMenu-transparentTheme .expandableTabMenu-dropdownItem--active{color:#1ec687}.expandableTabMenu-whiteTheme .expandableTabMenu-menu{background-color:#fff;padding-left:2px}.expandableTabMenu-whiteTheme .expandableTabMenu-menuItem{color:#777;opacity:.8;transition:opacity .15s}.expandableTabMenu-whiteTheme .expandableTabMenu-menuItem--active{font-weight:700;color:#1ec687;opacity:1}.expandableTabMenu-whiteTheme .expandableTabMenu-menuItem--active:after{content:"";position:absolute;width:calc(100% - 28px);height:3px;bottom:0;left:14px;background-color:#1ec687}.expandableTabMenu-whiteTheme .expandableTabMenu-message{color:#777;background-color:#fff}.expandableTabMenu-whiteTheme .expandableTabMenu-arrow{background-color:#fff}.expandableTabMenu-whiteTheme .expandableTabMenu-arrow:before{background-image:url(./ico-arrow--downGreen.DamuGg1d.svg)}.expandableTabMenu-whiteTheme .expandableTabMenu-dropdownItem{color:#777;transition:color .15s}.expandableTabMenu-whiteTheme .expandableTabMenu-dropdownItem--active{font-weight:700;color:#1ec687}.expandableTabMenu-themedBlueLightTheme .expandableTabMenu-wrapper{border-radius:8px 8px 0 0}.expandableTabMenu-themedBlueLightTheme .expandableTabMenu-menu{background-color:#fff}.expandableTabMenu-themedBlueLightTheme .expandableTabMenu-menuItem{color:#777}.expandableTabMenu-themedBlueLightTheme .expandableTabMenu-menuItem:before{content:"";-webkit-mask:url(./ico-landmarkBlue.CwEOCby7.svg) center/contain no-repeat;mask:url(./ico-landmarkBlue.CwEOCby7.svg) center/contain no-repeat;background-color:var(--page-event-theme-color,#4696fa);width:18px;height:18px;position:absolute;left:-4px;top:16px;opacity:0;transition:opacity .15s}.expandableTabMenu-themedBlueLightTheme .expandableTabMenu-menuItem--active{color:var(--page-event-theme-color,#4696fa)}.expandableTabMenu-themedBlueLightTheme .expandableTabMenu-menuItem--active:before{opacity:1}.expandableTabMenu-themedBlueLightTheme .expandableTabMenu-arrow{background-color:#fff;border-top-right-radius:8px}.expandableTabMenu-themedBlueLightTheme .expandableTabMenu-arrow:before{background:var(--page-event-theme-color,#4696fa);-webkit-mask:url(./ico-arrow--downBlue.C20Tikic.svg) center/contain no-repeat;mask:url(./ico-arrow--downBlue.C20Tikic.svg) center/contain no-repeat}.expandableTabMenu-themedBlueLightTheme .expandableTabMenu-message{color:var(--page-event-theme-color,#4696fa);background-image:linear-gradient(#fff 50%,#f5f5f5);border-radius:8px 8px 0 0}.expandableTabMenu-themedBlueLightTheme .expandableTabMenu-dropdownItem{color:#777}.expandableTabMenu-themedBlueLightTheme .expandableTabMenu-dropdownItem--active{color:var(--page-event-theme-color,#4696fa)}.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-menu{background-color:var(--page-event-theme-color,#4696fa)}.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-menuItem{color:#fff;opacity:.7}.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-menuItem:before{content:"";background-image:url(./ico-landmarkWhite.DxGMDzlf.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;left:-4px;top:16px;opacity:0;transition:opacity .15s}.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-menuItem--active,.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-menuItem--active:before{opacity:1}.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-arrow{background-color:var(--page-event-theme-color,#4696fa)}.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-arrow:before{background-image:url(./ico-arrow--downWhite.CbCo2gZi.svg)}.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-message{color:#fff;background:var(--page-event-theme-color,#4696fa)}.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-dropdownItem{color:#777}.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-dropdownItem--active{color:var(--page-event-theme-color,#4696fa)}.liveCard-backdrop[data-v-baf3f295],.liveCard-backdrop[data-v-baf3f295]:before,.liveCard-movie[data-v-baf3f295]{position:absolute;inset:0;margin:auto}.liveCard[data-v-baf3f295]{position:relative;cursor:pointer}.liveCard-header[data-v-baf3f295]{position:absolute;top:0;left:0;right:0;display:flex;z-index:2;padding:8px 8px 0}.liveCard-badge[data-v-baf3f295]{position:relative;top:-8px;left:-8px;width:28px;height:28px;font-weight:700;font-size:15px;font-style:italic;border-radius:4px;background:#000}.liveCard-badge[data-v-baf3f295],.liveCard-totalTime[data-v-baf3f295]{display:flex;justify-content:center;align-items:center;color:#fff}.liveCard-totalTime[data-v-baf3f295]{font-size:12px;border-radius:20px;background:#00000080;width:-moz-fit-content;width:fit-content;height:20px;padding:0 6px;margin-left:auto}.liveCard-footer[data-v-baf3f295]{position:absolute;bottom:0;left:0;right:0;display:flex;z-index:2;padding:0 8px 8px}.liveCard-volumnButton[data-v-baf3f295]{background-color:transparent;background-image:url(./ico-volumnOn.BJMctNlC.svg)}.liveCard-volumnButton[data-v-baf3f295],.liveCard-volumnButton.muted[data-v-baf3f295]{content:"";width:30px;height:30px;display:inline-block;background-repeat:no-repeat;background-size:contain}.liveCard-volumnButton.muted[data-v-baf3f295]{background-image:url(./ico-volumnOff.GXNwMDDV.svg)}.liveCard-mainContent[data-v-baf3f295]{position:relative;display:block;height:0;padding-bottom:133.335%;border-radius:8px;overflow:hidden}.liveCard-coverLayer[data-v-baf3f295]{width:100%;height:100%;position:absolute;z-index:2;padding:8px}.liveCard-title[data-v-baf3f295]{font-size:13px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.46154em;white-space:normal;line-height:1.2307692308}.liveCard-movie[data-v-baf3f295]{z-index:1}.liveCard-movie[data-v-baf3f295]:after{width:100%;height:100%;content:"";position:absolute;top:0;left:0;display:block;background-color:transparent;border-radius:8px;border:1px solid rgba(0,0,0,.05);z-index:1}.liveCard-movieItem[data-v-baf3f295]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-height:100%;max-width:100%;z-index:-1}.liveCard-backdrop[data-v-baf3f295]{width:100%;height:100%;display:flex;align-items:flex-end;z-index:2;padding:8px}.liveCard-backdrop[data-v-baf3f295]:before{content:"";z-index:1;background:linear-gradient(180deg,#1110 50%,#1119),linear-gradient(0deg,#00000008,#00000008)}.liveCard-product[data-v-baf3f295]{position:relative;z-index:2}.liveCard-detail[data-v-baf3f295]{display:grid;padding-top:8px;row-gap:6px}.liveCard-totalCount[data-v-baf3f295]{font-weight:600;font-size:13px;line-height:16px}.liveInfoModal-image>img{position:absolute;inset:0;margin:auto}.liveInfoModal-button--favorite,.liveInfoModal-button--go,.liveInfoModal-button--notice{display:flex;justify-content:center;align-items:center;height:36px;font-weight:500;font-size:14px;line-height:36px;color:#777;border:1px solid #efefef;border-radius:18px;cursor:pointer;background:#fff}.liveInfoModal{position:relative;display:grid;row-gap:8px;-moz-column-gap:8px;column-gap:8px}.liveInfoModal-top{display:grid;grid-template-columns:max-content 1fr;-moz-column-gap:12px;column-gap:12px;grid-column-start:1;grid-column-end:3}.liveInfoModal-image{width:120px;height:0;padding-bottom:133.339%;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.liveInfoModal-img{height:100%;-o-object-fit:cover;object-fit:cover}.liveInfoModal-info{display:grid;grid-auto-rows:max-content;row-gap:6px}.liveInfoModal-time{display:flex;align-items:center;font-weight:600;font-size:13px;line-height:16px;color:#949494}.liveInfoModal-timeSeparationDot{margin:0 4px}.liveInfoModal-title{font-weight:400;font-size:15px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;max-height:7.33em;white-space:normal;line-height:1.466;margin-top:2px}.liveInfoModal-favoriteIcon.btnFavorite.ico-product-like{width:17px;height:17px;margin-right:1px}.liveInfoModal-button--go:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:1px}.liveInfoModal-button--notice{margin-top:8px;color:#fe3f3e;border-color:#fe3f3e;grid-column-start:1;grid-column-end:3}.liveInfoModal-button--notice:before{content:"";background-image:url(./ico-bell--red.Ch4klLIW.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.liveInfoModal-button--notice.supportAddFriend:before{background-image:url(./ico-addFriend--red.BPmOqRVE.svg)}.liveInfoModal-button--notice.loading:before,.liveInfoModal-button--notice.supportAddFriend:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.liveInfoModal-button--notice.loading:before{background-image:url(./ico-loading--red.dwfUuMEJ.svg)}.partnerLiveBroadcastList-tabContentSection{padding:16px;background:#fff}.partnerLiveBroadcastList-list{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:8px;column-gap:8px;row-gap:24px}.partnerLiveBroadcastList-list .infiniteScrollWrapper-loading{display:inline-grid;grid-column-start:1;grid-column-end:3}.partnerLiveProducts{padding-bottom:16px;border-bottom:8px solid #f5f5f5}.partnerLiveProducts-title{font-size:17px;font-weight:600;line-height:25px;color:#111;padding:16px;background-color:#fff}.partnerLiveProducts-productList{display:flex;padding:0 16px}.partnerLiveProducts-productList>:not(:first-child){margin-left:8px}@media(min-width:750px){.partnerLiveProducts-productList>:not(:first-child){margin-left:16px}}.partnerLiveProducts-productItem{flex-shrink:0;width:134px}@media(max-width:374.98px){.partnerLiveProducts-productItem{width:118px}}@media(min-width:750px){.partnerLiveProducts-productItem{width:190px}}.partnerBroadcasts-expandableTabList{position:sticky!important;z-index:5;top:calc(53.98px + var(--top));top:calc(53.98px + var(--top) + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--top) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--top) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .partnerBroadcasts-expandableTabList{top:var(--top);top:calc(var(--top) + var(--android-safe-area-inset-top, 0));top:calc(var(--top) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--top) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .partnerBroadcasts-expandableTabList{top:calc(59.98px + var(--top));top:calc(59.98px + var(--top) + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--top) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--top) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.partnerDescription,.partnerDescription--active{position:relative;color:#949494}.partnerDescription-text{font-size:13px;line-height:20px;overflow:hidden;max-height:40px;max-width:calc(100% - 34px)}.partnerDescription-button{display:flex;align-items:center;position:absolute;bottom:2px;right:0;font-size:12px;line-height:18px;cursor:pointer;background:#fff;z-index:1}.partnerDescription-button em{color:#5b82db;font-weight:500}.partnerDescription-buttonIcon{content:"";background-image:url(./ico-arrow--downBlack.D30OJTWQ.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.partnerDescription--active .partnerDescription-text{overflow:auto;width:100%;-webkit-line-clamp:unset;max-height:-moz-fit-content;max-height:fit-content}.partnerDescription--active .partnerDescription-button{display:none}.partnerDescription-expandBtn{position:absolute;right:0;top:6px;width:24px;height:24px;background-color:#f5f5f5;border-radius:24px;cursor:pointer}.partnerDescription-iconArrow{position:absolute;z-index:2;right:3px;top:3px;content:"";background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards}.partnerDescription-iconArrow--up{animation-name:partnerDescription-arrow-rotateUp}.partnerDescription-iconArrow--down{animation-name:partnerDescription-arrow-rotateDown}.partnerEventsBanner{display:flex;align-items:center;height:54px;padding:16px;background-size:cover;background-image:url(./partnerBanner-bg.DCUR717B.jpg);cursor:pointer}.partnerEventsBanner-title{font-size:16px;font-weight:700;color:#179968;min-width:64px}.partnerEventsBanner-description{font-size:13px;color:#777;margin-left:9px;line-height:1}@media(max-width:374.98px){.partnerEventsBanner-description{display:none}}.partnerEventsBanner-button{display:flex;align-items:center;padding:0 0 0 9px;font-size:12px;font-weight:700;color:#fff;line-height:21px;background-image:url(./partnerBanner-badgebg.2z0NL28F.png);background-size:contain;background-repeat:no-repeat;background-position:50%;margin-left:auto;min-width:74px}.partnerEventsBanner-button:after{content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.partnerPurchasedProducts{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.partnerPurchasedProducts::-webkit-scrollbar{width:0;display:none}.partnerPurchasedProducts-tabContentSection{background-color:#fff;border-bottom:8px solid #f5f5f5}.partnerPurchasedProducts-tabContentSection:last-child{border-bottom:0}.partnerPurchasedProducts-productList,.partnerPurchasedProducts-tabContentSection--shopTopSell{display:flex;padding:0 16px}.partnerPurchasedProducts-productList>:not(:first-child){margin-left:8px}@media(min-width:750px){.partnerPurchasedProducts-productList>:not(:first-child){margin-left:16px}}.partnerPurchasedProducts-productItem{flex-shrink:0;width:134px}@media(max-width:374.98px){.partnerPurchasedProducts-productItem{width:118px}}@media(min-width:750px){.partnerPurchasedProducts-productItem{width:190px}}.partnerProducts{padding-bottom:56px;border-radius:8px;background-color:#f5f5f5}.partnerProducts-title{font-size:17px;font-weight:600;line-height:25px;color:#111;padding:16px;background-color:#fff}.partnerProducts-filter{display:block;overflow:hidden;padding:0 16px 16px;background-color:#fff}.newArrivalProducts{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.newArrivalProducts::-webkit-scrollbar{width:0;display:none}.newArrivalProducts-title{display:flex}.newArrivalProducts-title:before{margin-right:4px;content:"";background-image:url(./ico-new.BtzThDQt.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.newArrivalProducts-tabContentSection{padding:16px;background-color:#fff;border-bottom:8px solid #f5f5f5}.newArrivalProducts-tabContentSection:last-child{border-bottom:0}.newArrivalProducts-productList{display:flex}.newArrivalProducts-productList>:not(:first-child){margin-left:8px}@media(min-width:750px){.newArrivalProducts-productList>:not(:first-child){margin-left:16px}}.newArrivalProducts-productItem{flex-shrink:0;width:134px}@media(max-width:374.98px){.newArrivalProducts-productItem{width:118px}}@media(min-width:750px){.newArrivalProducts-productItem{width:190px}}.partnerSuperCheapProducts{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.partnerSuperCheapProducts::-webkit-scrollbar{width:0;display:none}.partnerSuperCheapProducts-tabContentSection{background-color:#fff;border-bottom:8px solid #f5f5f5}.partnerSuperCheapProducts-tabContentSection:last-child{border-bottom:0}.partnerSuperCheapProducts-tabContentSection--shopTopSell{display:flex;padding:16px 16px 0}.partnerSuperCheapProducts-productList{display:flex;padding:0 16px}.partnerSuperCheapProducts-productList>:not(:first-child){margin-left:8px}@media(min-width:750px){.partnerSuperCheapProducts-productList>:not(:first-child){margin-left:16px}}.partnerSuperCheapProducts-productItem{flex-shrink:0;width:134px}@media(max-width:374.98px){.partnerSuperCheapProducts-productItem{width:118px}}@media(min-width:750px){.partnerSuperCheapProducts-productItem{width:190px}}.partnerForYou-expandableTabList{position:sticky!important;z-index:5;top:calc(53.98px + var(--top));top:calc(53.98px + var(--top) + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--top) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--top) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .partnerForYou-expandableTabList{top:var(--top);top:calc(var(--top) + var(--android-safe-area-inset-top, 0));top:calc(var(--top) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--top) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .partnerForYou-expandableTabList{top:calc(59.98px + var(--top));top:calc(59.98px + var(--top) + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--top) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--top) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.partnerForYou-componentWrapper{padding:16px;border-bottom:8px solid #f5f5f5}.partnerInfo{display:grid;row-gap:8px}.partnerInfo-profile{position:relative;display:flex}.partnerInfo-avatarImage{width:46px;height:46px;overflow:hidden;border-radius:4px;margin-right:10px;filter:brightness(97%)}.partnerInfo-info{flex:1;width:calc(100% - 87px);display:grid;row-gap:5px}.partnerInfo-title{font-size:15px;font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.934em;white-space:normal;line-height:1.467}.partnerInfo-badge,.partnerInfo-directBadge{position:relative;top:3px;margin:0 0 0 4px}.partnerInfo-directBadge{content:"";background-image:url(./badge-direct.-_MmXx0U.svg);width:30px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.partnerInfo-serviceBadge{position:absolute;top:-8px;left:-3px;z-index:1}.partnerInfo-offer{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.partnerInfo-offerPoint{display:flex;align-items:center;font-weight:400;color:#07b53b;font-size:12px}.partnerInfo-offerPoint:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.partnerInfo-offerDetail{font-weight:400;color:#07b53b;font-size:12px}.partnerInfo-linkButton{border-radius:9999px;background-color:#1ec687;color:#fff;padding:3px 5px;font-size:12px}.partnerKeywords{position:relative;overflow:hidden}.partnerKeywords.minHeightLimit{height:36px}.partnerKeywords.maxHeightLimit{max-height:143px}.partnerKeywords-list{display:flex;flex-wrap:wrap;max-width:calc(100% - 32px)}.partnerKeywords-list.onlyListWidth{max-width:calc(100% - 2px)}.partnerKeywords-expandBtn{position:absolute;right:0;top:2px;width:24px;height:24px;background-color:#f5f5f5;border-radius:24px;cursor:pointer}.partnerKeywords-iconArrow{position:absolute;z-index:2;right:3px;top:3px;content:"";background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards}@keyframes partnerKeywords-arrow-rotateUp{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes partnerKeywords-arrow-rotateDown{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.partnerKeywords-iconArrow--up{animation-name:partnerKeywords-arrow-rotateUp}.partnerKeywords-iconArrow--down{animation-name:partnerKeywords-arrow-rotateDown}.partnerVideos-topicItem{margin-bottom:16px}.partnerMedia{position:relative;padding:0 16px 16px;background-color:#f5f5f5}.partnerMedia:before{min-height:140px;background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;content:"";display:block;position:absolute;left:0;top:-16px;width:100%}.partnerMedia-filter{display:block;overflow:hidden;padding-bottom:16px}.partnerReward{background-color:#fff}.partnerReward-icon{margin-right:4px;flex-shrink:0}.partnerReward-icon--discountCode{background-image:url(./ico-couponStarGrey.CfH0Hde7.svg)}.partnerReward-icon--discountCode,.partnerReward-icon--mission{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.partnerReward-icon--mission{background-image:url(./ico-diamondGrey.CZtODl1G.svg)}.partnerReward-icon--campaign{background-image:url(./ico-giftGrey.-THRciP0.svg)}.partnerReward-icon--angpau,.partnerReward-icon--campaign{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.partnerReward-icon--angpau{background-image:url(./ico-angpauGrey.BK1Vsv2s.svg)}.partnerReward-item{display:flex;align-items:center;width:100%;height:48px;padding:0 12px;cursor:pointer}.partnerReward-name{display:flex;align-items:flex-start;font-size:13px;color:#949494;margin-right:10px;flex-shrink:0}.partnerReward-name:after{content:"";display:block;width:1px;height:16px;background-color:#d8d8d8;margin-left:10px}.partnerReward-description{font-size:13px;color:#111;white-space:nowrap}.partnerReward-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.partnerReward-point{font-weight:400;color:#07b53b;display:flex;align-items:center;flex-shrink:0;display:inline-flex;position:relative;top:1px;margin-left:4px}.partnerReward-point:before{margin-right:1px;flex-shrink:0;background-image:url(./ico-point--green.C6QozQX8.svg);width:12px;height:12px}.partnerReward-badge,.partnerReward-point:before{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.partnerReward-badge{background-image:url(./badge-orderMerchant.0NxF45R-.svg);width:59px;height:18px;position:relative;top:4.5px;margin:0 1px 0 -2px}.partnerReward-missionCountWrapper{display:flex;align-items:center;margin-left:auto;padding-left:10px}.partnerReward-missionCountWrapper.arrow:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:2px}.partnerReward-missionCount{display:flex;justify-content:center;align-items:center;background-color:#1ec687;color:#fff;font-size:12px;padding:0 4px;border-radius:16px}.partnerStores{position:relative;margin:auto;padding:0 16px 16px;background-color:#f5f5f5}.partnerStores:before{min-height:140px;background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;content:"";display:block;position:absolute;left:0;top:-16px;width:100%}.partnerStores-filter{display:block;overflow:hidden;padding-bottom:16px}.partnerTab-menu{width:100%;padding:0 5%;background-color:#fff}.partnerTab-menu.sticky{position:sticky!important;z-index:5;top:52.98px;top:calc(52.98px + var(--android-safe-area-inset-top, 0));top:calc(52.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(52.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .partnerTab-menu.sticky{top:-1px;top:calc(-1px + var(--android-safe-area-inset-top, 0));top:calc(-1px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(-1px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .partnerTab-menu.sticky{top:58.98px;top:calc(58.98px + var(--android-safe-area-inset-top, 0));top:calc(58.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(58.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.partnerTab-body{top:16px}.pollProduct-image>img[data-v-049a42c6]{position:absolute;inset:0;margin:auto}.pollProduct-title[data-v-049a42c6]{font-weight:600;font-size:19px;line-height:24px;color:#111;text-align:center}.pollProduct-description[data-v-049a42c6]{font-size:13px;font-weight:400;line-height:17px;color:#616161;text-align:center;margin-bottom:10px}.pollProduct-list[data-v-049a42c6]{display:flex;-moz-column-gap:10px;column-gap:10px}.pollProduct-item[data-v-049a42c6]{flex:1;color:#111}.pollProduct-image[data-v-049a42c6]{overflow:hidden;position:relative;background-color:#00000008;width:100%;height:0;padding-bottom:100%;margin-bottom:9px;border-radius:8px}.pollProduct-image[data-v-049a42c6]:after{content:"";display:block;position:absolute;width:100%;height:100%;border:1px solid rgba(0,0,0,.04);border-radius:8px}.pollProduct-price[data-v-049a42c6]{font-weight:700;font-size:15px;letter-spacing:-1%;margin-bottom:3px}.pollProduct-name[data-v-049a42c6]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2;font-size:13px}.pollProduct-link[data-v-049a42c6]{display:flex;justify-content:center;align-items:center;font-weight:600;font-size:14px;color:#fff;height:44px;margin-top:22px;border-radius:5px;background-color:#111;cursor:pointer}.priceAlertBottomNav-button,.priceAlertBottomNav-button--cancel{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.priceAlertBottomNav{display:flex;justify-content:center;align-items:center;width:100%}.priceAlertBottomNav-button{flex:1}.priceAlertBottomNav-button--cancel{color:#ff5b57;background-color:#f5f5f5;margin-right:16px;min-width:107px}.bottomLink{position:fixed;left:0;right:0}@media screen and (min-width:790px){.bottomLink{left:calc(100vw - 100%)}}.bottomLink{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.bottomLink{width:749px}}.bottomLink{display:flex;justify-content:center;align-items:center;background-color:#fcfcfcf2;min-height:56px;z-index:6;padding:7px 16px 4px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.bottomLink-clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bottomLink-roundBtn{display:flex;justify-content:center;align-items:center;width:100%;height:36px;font-weight:700;color:#fff;background-color:#1ec687;border-radius:18px}.bottomLink-loading{opacity:.5}.bottomLink.inactive .bottomLink-roundBtn{background-color:#b7b7b7;cursor:not-allowed}.bottomLink.usable .bottomLink-roundBtn{background-color:#ff5b57}.pointIcon--white{content:"";background-image:url(./ico-point--white.DiQtpN6g.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 4px 0 2px}.priceAlertKeywordSuggest-image>img{position:absolute;inset:0;margin:auto}.priceAlertKeywordSuggest{margin:0 16px;background-color:#fff;height:auto;padding-bottom:56px;padding-bottom:calc(56px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.priceAlertKeywordSuggest-title{display:flex;align-items:center;font-size:17px;font-weight:600;line-height:25px;color:#111;margin-bottom:4px;white-space:nowrap}.priceAlertKeywordSuggest-title.sub{margin:16px 0}.priceAlertKeywordSuggest-description{font-size:13px;font-weight:400;line-height:20px;color:#949494}.priceAlertKeywordSuggest-list{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:8px;column-gap:8px;row-gap:8px;margin-top:16px}.priceAlertKeywordSuggest-item{display:grid;justify-content:center;align-items:center;-moz-column-gap:8px;column-gap:8px;padding:8px;min-height:64px;border-radius:8px;border:1px solid #efefef;cursor:pointer}.priceAlertKeywordSuggest-item.active{border:1px solid #1ec687}.priceAlertKeywordSuggest-image{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;filter:brightness(97%);width:48px;padding-bottom:48px}.priceAlertKeywordSuggest-name{font-size:13px;font-weight:600;line-height:16px;color:#111;width:-moz-fit-content;width:fit-content;text-align:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}.priceAlertKeywordSuggest-keyword{color:#1ec687;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.priceAlertKeywordSuggest-bottomLink{left:0;cursor:pointer}.priceAlertTop-image{position:relative;width:100px;height:100px;border-radius:4px;overflow:hidden;filter:brightness(97%)}.priceAlertTop-coverMsg{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;z-index:2;height:100%;width:100%;font-weight:600;font-size:15px;line-height:1;color:#fff;background-color:#0000004d}.priceAlertTop-info{display:flex;flex-direction:column}.priceAlertTop-badge{margin-bottom:2px;background:#8250ff}.isSoldOut .priceAlertTop-badge{display:none}.priceAlertTop-price{display:flex;align-items:center;font-size:15px;font-weight:600;line-height:18px;color:#ff5b57;margin-bottom:2px}.keyword .priceAlertTop-price{color:#111}.isSoldOut .priceAlertTop-price{display:none}.priceAlertTop-priceDown{font-size:12px;font-weight:400;line-height:13px;margin-left:4px}.priceAlertTop-text{font-size:13px;font-weight:600;line-height:16px;color:#555;word-break:break-all;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}.keyword .priceAlertTop-text{-webkit-line-clamp:1}.priceAlertTop-description{display:flex;align-items:center;font-size:12px;line-height:18px;color:#949494;padding:8px;border-radius:4px;border:1px solid #efefef;margin-top:auto}.priceAlertTop-description:before{content:"";background-image:url(./img-radarGreen.CN93xa6Z.svg);width:36px;height:36px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:8px;flex-shrink:0}.priceAlertTop-point{margin-top:auto}.priceAlertSetting{display:grid;row-gap:8px}.priceAlertSetting-pirceInput .formInput-input{margin-bottom:0}.priceAlertSetting-pirceInput .formInput-errorMessage{margin:6px 0 0}.priceAlertSetting-pirceInput em{color:#ff5b57}.priceAlertSetting-menu{display:block;overflow:hidden;margin-right:-16px;margin-left:-16px}.priceAlertSetting-menu .roundedBtns-container{padding:0 16px}.priceTrend-priceChart{padding:12px;border:1px solid #efefef;border-radius:4px}.priceTrend-settingPriceAlertButton{display:flex;justify-content:center;align-items:center;font-size:14px;color:#1ec687;background-color:#f5f5f5;height:36px;line-height:36px;border-radius:18px;cursor:pointer;margin-top:12px}.priceTrend-settingPriceAlertIcon{content:"";background-image:url(./ico-settingPriceAlertBell--green.DGhGrK5M.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.priceTrend-editPriceAlert{display:flex;justify-content:space-between;padding:12px;border-radius:4px;border:1px solid #efefef;margin-top:12px;cursor:pointer}.priceTrend-editPriceAlert--settings{font-size:12px;line-height:14px;color:#949494}.priceTrend-editPriceAlert--price{font-size:15px;font-weight:600;line-height:18px;color:#555;margin-left:8px}.priceTrend-editPriceAlert--edit{font-size:13px;font-weight:500;line-height:16px;color:#1ec687}.priceTrackerTutorial-image>img{position:absolute;inset:0;margin:auto}.priceTrackerTutorial{position:fixed;left:0;right:0}@media screen and (min-width:790px){.priceTrackerTutorial{left:calc(100vw - 100%)}}.priceTrackerTutorial{bottom:0;top:0;padding-top:0;padding-top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)));padding-bottom:0;padding-bottom:calc(var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:10;background-color:#000000b3}.priceTrackerTutorial-wrapper{width:100%;max-width:750px;height:100%;margin:0 auto}.priceTrackerTutorial-content{display:flex;height:calc(100% - 75px)}.priceTrackerTutorial-content .swiperContainer-prev{left:15%}.priceTrackerTutorial-content .swiperContainer-next{right:15%}.priceTrackerTutorial-item{width:100vw;min-width:100vw;max-width:750px;display:flex;flex-direction:column;margin:auto;text-align:center;font-weight:600;font-size:17px;line-height:25px;color:#fff;height:82.226%}@media(max-width:374.98px){.priceTrackerTutorial-item{height:90%}}@media(min-width:750px){.priceTrackerTutorial-item{min-width:750px}}.priceTrackerTutorial-step{color:#1ec687;margin-bottom:12px}.priceTrackerTutorial-text{white-space:normal;margin:0 auto 12px}.priceTrackerTutorial-image{margin-top:20px;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;height:100%;background-color:unset}.priceTrackerTutorial-bulletWrapper{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.priceTrackerTutorial-bullet{display:inline-block;width:16px;height:3px;background-color:#b7b7b7;border-radius:3px}.priceTrackerTutorial-bullet+.priceTrackerTutorial-bullet{margin-left:3px}.priceTrackerTutorial-bullet.active{background-color:#fff}.priceTrackerTutorial-button{display:flex;align-items:center;justify-content:center;width:calc(100% - 32px);height:36px;border-radius:36px;margin:auto;color:#fff;background-color:#1ec687;white-space:nowrap;font-weight:500;font-size:12px;cursor:pointer}.priceAlertSetPrice-bottomNav{position:fixed;right:0}@media screen and (min-width:790px){.priceAlertSetPrice-bottomNav{left:calc(100vw - 100%)}}.priceAlertSetPrice-bottomNav{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.priceAlertSetPrice-bottomNav{width:749px}}.priceAlertSetPrice-sectionItem,.priceAlertSetPrice-sectionItem--noDot{display:grid;grid-template-columns:max-content 1fr;-moz-column-gap:4px;column-gap:4px;font-size:12px;font-weight:400;line-height:18px;color:#555}.priceAlertSetPrice{display:grid;background-color:#fff;height:auto}.priceAlertSetPrice-top{height:124px;display:grid;-moz-column-gap:12px;column-gap:12px;grid-template-columns:max-content auto;padding:0 16px 16px;background-color:#fff;border-bottom:8px solid #f5f5f5}.priceAlertSetPrice-content{display:grid;row-gap:28px;margin:16px 16px 72px;background:#fff;padding-bottom:4px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.priceAlertSetPrice-section{display:grid}.priceAlertSetPrice-title{font-size:15px;font-weight:600;line-height:18px;color:#111;margin-bottom:8px}.priceAlertSetPrice-priceTrend{padding:0!important}.priceAlertSetPrice-sectionItem:before{content:"";width:4px;height:4px;border-radius:4px;background-color:#111;margin:8px 4px 0 8px}.priceAlertSetPrice-sectionItem em{color:#07b53b}.priceAlertSetPrice-sectionItem--noDot{position:relative}.priceAlertSetPrice-check{display:block;width:16px;height:16px;border:1px solid #b7b7b7;border-radius:16px;margin:1px 3px}.priceAlertSetPrice-check.active{content:"";background-image:url(./ico-check-green.BLcA-ro-.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;border:0}.priceAlertSetPrice-check:after{content:"";position:absolute;width:100%;height:100%;z-index:1;cursor:pointer}.priceAlertSetPrice-bottomNav{display:flex;justify-content:center;align-items:center;left:0;background-color:#fff;min-height:56px;z-index:6;padding:0 16px 4px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.priceAlertSetPrice-bottomNavTutorial{position:relative;display:grid;align-items:center;justify-items:center;row-gap:2px;width:72px;font-size:12px;color:#777;cursor:pointer;margin-right:10px}.priceAlertSetPrice-bottomNavTutorial:before{content:"";background-image:url(./ico-questionMarkGrey.EX5aKzhd.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.priceAlertSetPrice-tutorial{left:0}.messageBubble{position:absolute;z-index:6;padding:10px 16px;background-color:#000000e6;box-shadow:0 10px 20px -10px #00000026;border-radius:1000px;white-space:nowrap;justify-content:flex-start;display:flex;align-items:center}.messageBubble:before{content:"";position:absolute;top:-8px;width:16px;height:8px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(0,0,0,.9);left:calc(50% - 8px)}.messageBubble-enter-active{transition:opacity .3s,transform .3s;animation:none!important}.messageBubble-leave-active{transition:opacity .2s,transform .2s;animation:none!important}.messageBubble-enter-from,.messageBubble-leave-to{opacity:0;transform:scale(.8)}.messageBubble-content{display:flex;align-items:center;justify-content:flex-start;font-size:15px;font-weight:700;color:#fff}.messageBubble-close{background-image:url(./ico-close--white.BH9pt9aA.svg);opacity:.5;margin-left:1px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.messageBubble-close,.messageBubble-icon{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.messageBubble-icon{background-image:url(./ico-product-liked.CuLQs_Nv.svg);margin-right:7px;animation:heartbeat .5s ease-in-out infinite alternate}@keyframes heartbeat{0%{transform:scale(1)}to{transform:scale(1.2)}}.priceCutMerchants-image>img,.priceCutMerchants-placeholder>img{position:absolute;inset:0;margin:auto}.priceCutMerchants{width:100%}.priceCutMerchants-list{display:flex;align-items:center;padding:0 16px;height:123px}.priceCutMerchants-item{position:relative;width:76px;height:102px;flex-shrink:0;padding:4px;-webkit-tap-highlight-color:transparent}.priceCutMerchants-item .point-points{color:#fff}.priceCutMerchants-item.active{background-color:#fff;border-radius:4px}.priceCutMerchants-item.active .point-points{color:inherit}.priceCutMerchants-image{height:0;padding-bottom:100%;z-index:1;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.priceCutMerchants-serviceBadge{position:absolute;top:-2px;left:1px;z-index:2}.priceCutMerchants-placeholder{width:68px;height:68px;align-self:flex-start;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.priceCutMerchants-btnFavorite{position:absolute;width:20px;height:20px;margin-top:-11px;right:5px;z-index:1;background-color:#fff;box-shadow:0 2px 4px -2px #00000026;border-radius:100px;display:flex;justify-content:center;align-items:center}.priceCutMerchants-point{display:flex!important;margin-top:12px;justify-content:center}.priceCutProductBanner-productImage>img{position:absolute;inset:0;margin:auto}.priceCutProductBanner{background-size:100% 50px;background-position:bottom;background-repeat:no-repeat;background-color:#fff;text-align:center;display:grid;grid-template-rows:42px auto;grid-template-columns:1fr 43%;row-gap:12px;grid-column-start:1;grid-column-end:3;border-radius:4px;overflow:hidden;box-shadow:0 2px 12px -6px #00000026}.priceCutProductBanner-productItemBanner{display:flex;align-items:center;justify-content:space-between;grid-column-start:1;grid-column-end:3;height:42px;background-color:#ff5b57;color:#fff;font-weight:500;font-size:15px;padding:0 8px 0 12px}.priceCutProductBanner-productItemBanner:after{content:"";background-image:url(./img-priceTrend.8YLwuEGy.svg);width:64px;height:40px;display:inline-block;background-repeat:no-repeat;background-size:contain}.priceCutProductBanner-productImage{height:0;margin:0 12px 12px;filter:brightness(97%);overflow:hidden;position:relative;border-radius:4px;background-color:#fff;padding-bottom:82%}@media(max-width:374.98px){.priceCutProductBanner-productImage{padding-bottom:79%}}@media(min-width:750px){.priceCutProductBanner-productImage{padding-bottom:91%}}.priceCutProductBanner-lensBtn{position:absolute;z-index:3;bottom:8px;right:8px}.priceCutProductBanner-serviceBadge{position:absolute;z-index:3;top:8px;left:8px}.priceCutProductBanner-productInfo{text-align:left;padding:0 12px 12px 0}.priceCutProductBanner-productPrice{font-weight:700;font-size:15px;line-height:18px;color:#ff5b57;margin-bottom:2px}.priceCutProductBanner-productSubtitle{font-size:12px;color:#ff5b57;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.priceCutProductBanner-productDescription{font-weight:500;font-size:13px;color:#555;margin-top:4px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:calc(2em*20px);white-space:normal;line-height:20px}.priceCutProductBlock{display:grid;row-gap:10px}.priceCutProductBlock-merchantName{font-weight:500;font-size:15px;line-height:22px;color:#111}.priceCutProductBlock-productList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:11px}.priceCutProductList{display:grid;row-gap:16px}.priceCutProductList-loading{margin-top:100px;margin-bottom:100px}.priceTrackerHeader{position:relative;display:grid;row-gap:4px;font-size:12px;font-weight:400;line-height:18px;color:#949494}.priceTrackerHeader.isRecommend:after{position:absolute;right:8px;top:-10px;content:"";display:block;height:64px;width:64px;background-image:url(./bg-priceAlert.Bpyz76VV.png);background-size:contain}.priceTrackerHeader-title{font-size:15px;font-weight:600;line-height:22px;color:#111}@media(max-width:374.98px){.isRecommend .priceTrackerHeader-description{max-width:65%}}.priceTrackerItem-image>img{position:absolute;inset:0;margin:auto}.priceTrackerItem{display:grid;row-gap:8px}.priceTrackerItem--placeholder{height:120px}.priceTrackerItem-top{display:grid;align-items:center;-moz-column-gap:8px;column-gap:8px;grid-template-columns:max-content minmax(0,1fr) max-content max-content}.expiredMode .priceTrackerItem-top,.recommendMode .priceTrackerItem-top{grid-template-columns:max-content minmax(0,1fr) max-content}.priceTrackerItem-image{width:56px;height:0;padding-bottom:100%;z-index:1;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;filter:brightness(97%)}.expiredMode .priceTrackerItem-image{filter:brightness(100%)}.expiredMode .priceTrackerItem-image:after{display:flex;justify-content:center;align-items:center;position:relative;content:attr(data-content);height:56px;z-index:1;font-size:13px;font-weight:600;color:#fff;background-image:url(./img-productExpired.DGN40jOr.svg)}.priceTrackerItem-name{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2;font-size:13px;font-weight:600;line-height:16px;color:#555}.expiredMode .priceTrackerItem-name{color:#c8c8c8;-webkit-line-clamp:1}.priceTrackerItem-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#949494}.priceTrackerItem-text,.priceTrackerItem-text--noWarp{font-size:12px;font-weight:400;line-height:18px;margin-top:2px}.priceTrackerItem-text--noWarp{color:#c8c8c8}.priceTrackerItem-button{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:100%;margin-left:2px;background-color:#f5f5f5;cursor:pointer}.priceTrackerItem-button.delete:before{background-image:url(./ico-trashCanRed.DFMeqfHR.svg)}.priceTrackerItem-button.delete:before,.priceTrackerItem-button.update:before{content:"";width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.priceTrackerItem-button.update:before{background-image:url(./ico-editGreen.DNvaGDFu.svg)}.priceTrackerItem-button.notice{width:-moz-fit-content;width:fit-content;height:24px;padding:0 9px;border-radius:24px;font-size:13px;font-weight:500;line-height:16px;color:#fff;background-color:#1ec687}.priceTrackerItem-bottom{display:grid;align-items:center;-moz-column-gap:4px;column-gap:4px;row-gap:4px;padding:8px;border-radius:4px;border:1px solid #efefef}.priceTrackerItem-bottom--placeholder{height:54px}.priceTrackerItem-section{display:grid;align-items:center;grid-template-columns:1fr max-content;font-size:12px;font-weight:400;line-height:14px;white-space:nowrap;color:#949494}.expiredMode .priceTrackerItem-section{color:#c8c8c8}.priceTrackerItem-rightPart{display:flex;align-items:center;margin-left:auto;color:#111}.priceTrackerItem-price{font-size:15px;font-weight:600;line-height:18px}.expiredMode .priceTrackerItem-price{font-weight:400;color:#c8c8c8}.priceTrackerItem-badge{padding:1px 2px}.card-header{border-radius:8px 8px 0 0;color:#fff;padding:17px 16px;display:flex;align-items:center;background-color:#1ec687;background-size:auto 100%;background-position:100%;font-size:17px;font-weight:500}.promotionMissions:after,.promotionMissions:before{content:"";display:table}.promotionMissions-filter{padding:8px 16px}.promotionMissions-showMore{margin:16px}.promotionMissions-campaignsPageBanner{height:60px;padding:16px;background-color:#e5f4ee;display:flex;justify-content:space-between;align-items:center}.promotionMissions-campaignsPageBanner-title{color:#179968;height:18px;line-height:18px;font-size:15px}.promotionMissions-campaignsPageBanner-button{display:grid;align-items:center;font-size:13px;font-weight:500;color:#fff;padding:3px 9px;height:22px;line-height:16px;border-radius:22px;background-color:#1ec687}.promotionRedEnvelope{border:1px solid #efefef;border-radius:8px}.promotionRedEnvelope-timer{display:flex;align-items:center;-moz-column-gap:2px;column-gap:2px;padding:8px 12px;font-size:12px;line-height:16px;border-radius:0 0 8px 8px;color:#949494;border-top:1px solid #efefef}.promotionRedEnvelope-timer:before{content:"";background-image:url(./ico-clock--grey.D8I85HsK.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.promotionRedEnvelopeList{position:relative}.promotionRedEnvelopeList-flip-list-move{transition:transform .3s ease}.promotionRedEnvelopeList-header{display:flex;align-items:center;padding:0 16px;font-size:17px;font-weight:500;color:#fff;height:48px;background-size:auto 100%;background-position:100%;background-repeat:no-repeat;background-image:url(./img-angpauTitle.Cy9-l5tb.svg),linear-gradient(140.07deg,#ff6961,#f00e3b 103.63%);border-radius:8px 8px 0 0}.promotionRedEnvelopeList-tipIcon{content:"";background-image:url(./ico-tipWhite.BvHyy3rj.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0;cursor:pointer;margin-left:4px}.promotionRedEnvelopeList-tooltip{position:relative;left:-8px}.promotionRedEnvelopeList-angpauAlert{background-color:#ffe9e4;color:#ff5b57;padding:12px 16px;font-size:12px}.promotionRedEnvelopeList-list{display:grid;row-gap:16px;padding:16px;background-color:#fff;border-radius:0 0 8px 8px}.promotionDiscountCodesAndCampaigns-card{margin:16px}.promotionDiscountCodesAndCampaigns-cardContent{position:relative;display:block}.promotionDiscountCodesAndCampaigns-cardContent-grid{width:calc(100% - 85px);display:grid;row-gap:8px;grid-template-columns:100%}.promotionDiscountCodesAndCampaigns-cardContent.expand-leave-to{height:0;margin-top:0!important}.promotionDiscountCodesAndCampaigns-cardContent.expand-leave-to+:not(:first-child){margin-top:0;transition:margin-top .3s ease}.promotionDiscountCodesAndCampaigns-cardContent:not(:first-child){margin-top:23px}.promotionDiscountCodesAndCampaigns-cardContent-badge{flex-shrink:0;content:"";background-image:url(./badge-exclusive.Cxe8J-et.svg);width:28px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:4px}.promotionDiscountCodesAndCampaigns-cardContent-title{display:flex;align-items:center;font-size:15px;font-weight:500;line-height:16px;color:#111}.promotionDiscountCodesAndCampaigns-cardContent-subTitle{font-size:12px;line-height:1.5;color:#ff5b57;margin-bottom:2px}.promotionDiscountCodesAndCampaigns-cardContent-subInfo{font-size:13px;color:#949494;line-height:20px}.promotionDiscountCodesAndCampaigns-cardContent-rewardLink{display:inline-flex;align-items:center;color:#5b82db;margin-right:5px;line-height:1.2;border-bottom:1px solid #5b82db}.promotionDiscountCodesAndCampaigns-cardContent-pointAmount{display:flex;align-items:center;font-weight:400;color:#07b53b;font-size:14px;margin-left:1px;margin-bottom:4px}.promotionDiscountCodesAndCampaigns-cardContent-pointAmount:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.promotionDiscountCodesAndCampaigns-cardContent-button{position:absolute;top:0;bottom:0;right:0;margin:auto;display:flex;align-items:center;height:24px;font-size:13px;font-weight:500;padding:0 12px;border-radius:12px;color:#fff;background-image:linear-gradient(90deg,#fe8c68 0,#ff0f3e)}.promotionDiscountCodesAndCampaigns-cardContent-content{display:flex;align-items:center;font-size:13px;line-height:18px;color:#949494}.promotionDiscountCodesAndCampaigns-cardContent-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promotionDiscountCodesAndCampaigns-cardContent-ellipsis.twoLine{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}.promotionDiscountCodesAndCampaigns-cardContent-ellipsis.wide{width:calc(100% - 76px)}.promotionDiscountCodesAndCampaigns-cardContent-point{display:flex;align-items:center;margin-left:3px}.promotionDiscountCodesAndCampaigns-cardContent-rightAlignedButton{position:absolute;right:0;top:0;bottom:0;margin:auto}.promotionDiscountCodesAndCampaigns-cardContent-rightAlignedButton.ui-button{color:#1ec687;background-color:#f5f5f5}.promotionDiscountCodesAndCampaigns-cardContent-timer{display:flex;align-items:center;font-size:12px;line-height:16px;color:#777}.promotionDiscountCodesAndCampaigns-cardContent-timer .icon-clock{content:"";background-image:url(./ico-clock--grey.D8I85HsK.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.promotionDiscountCodesAndCampaigns-cardContent-orderComplete{font-size:12px;line-height:16px;color:#ff5b57}.promotionDiscountCodesAndCampaigns-cardContent-more{display:flex;align-items:center;justify-content:center;width:100%;border-radius:18px;height:36px;border:none;margin-top:16px;font-size:15px;font-weight:500;color:#1ec687;background-color:#f5f5f5}.promotionDiscountCodesAndCampaigns-cardContent-more .icon{content:"";background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.messagesExordium{background-color:#fff;padding:16px;border-radius:8px;width:100%;display:grid;row-gap:16px}.messagesExordium-title{font-weight:600;font-size:15px;line-height:22px}.messagesExordium-list{display:grid;row-gap:12px}.messagesExordium-item{display:grid;grid-template-columns:20px 1fr;-moz-column-gap:4px;column-gap:4px}.messagesExordium-item:before{content:"";margin:auto}.messagesExordium-itemTitle{display:flex;align-items:center;font-weight:600;font-size:13px;line-height:20px;color:#555}.messagesExordium-itemDescription{font-size:12px;line-height:18px;color:#949494;grid-column-start:2;grid-column-end:3}.messagesExordium.reminder .messagesExordium-title{color:#1ec687}.messagesExordium.reminder .messagesExordium-item:before{content:"";background-image:url(./ico-exclamation-green.C22jQFzh.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.messagesExordium.warning .messagesExordium-title{color:#fe3f3e}.messagesExordium.warning .messagesExordium-item:before{content:"";background-image:url(./ico-prohibit--red.CNuTxqNd.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardSchedule-arrow:before{position:absolute;inset:0;margin:auto}.rewardSchedule>:not(:first-child){margin-top:12px}.rewardSchedule-content{display:grid;grid-template-columns:1fr 12px 1fr}.rewardSchedule-box{display:grid;row-gap:4px;justify-items:center;padding:12px;border:1px solid #efefef;box-sizing:border-box;border-radius:8px;font-size:12px;line-height:18px;color:#949494;white-space:nowrap}.rewardSchedule-text{font-weight:600;font-size:13px;line-height:16px;color:#555}.rewardSchedule-arrow{position:relative;width:12px}.rewardSchedule-arrow:before{content:"";width:0;height:0;border-color:transparent transparent transparent #b7b7b7;border-style:solid;border-width:3px 0 3px 4px}.rewardSchedule-info{font-size:12px;line-height:18px;color:#949494}.rewardSchedule-infoItem{position:relative;display:grid;grid-template-columns:15px 1fr}.rewardSchedule-infoItem:before{display:block;content:"";height:3px;width:3px;background-color:#949494;margin:7px 6px;border-radius:3px}.rewardDetail{display:block;width:100%;background-color:#fff;padding:20px 16px;border-radius:8px}.rewardDetail,.rewardDetail-schedule{margin-bottom:16px}.rewardDetail-info{margin-bottom:24px}.rewardDetail-info:last-child{margin-bottom:0}.rewardDetail-title{font-size:16px;font-weight:600;line-height:1.2;color:#111;margin-bottom:13px}.rewardDetail-list{display:grid;grid-template-columns:24px 1fr;margin-top:8px}.rewardDetail-list:before{content:"";position:relative;display:inline-block;top:10px;left:8px;width:4px;height:4px;border-radius:1px;background-color:#c8c8c8}.rewardDetail-listBox{row-gap:4px;line-height:1.5;color:#777}.rewardDetail-listName{font-size:15px;color:#555;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.rewardDetail-listDescription{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.5}.rewardDetail-listLink{display:flex;align-items:center;font-size:12px;color:#5b82db;line-height:20px}.rewardDetail-listLink:after{content:"";background-image:url(./ico-linkBlue.C87-I3wW.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardDetail-listPointInfo{display:flex}.rewardDetail-appOnlyPoints,.rewardDetail-listNoPoints,.rewardDetail-listPoints{display:flex;align-items:center;height:21px;font-size:12px;font-weight:400;color:#07b53b}.rewardDetail-appOnlyPoints:before,.rewardDetail-listNoPoints:before,.rewardDetail-listPoints:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardDetail--separator:after{content:"";position:relative;display:inline;width:1px;height:14px;margin:2px 8px;background-color:#efefef}.rewardDetail-appOnly{display:flex;align-items:center;font-size:12px;color:#777}.rewardDetail-appOnlyPoints{margin-left:4px}.rewardDetail-listNoPoints{font-weight:400;color:#b7b7b7}.rewardDetail-listNoPoints:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.dailyDiscountContent{padding-bottom:50%}.dailyDiscountContent-card{margin:16px}.partnerPopularProducts[data-v-e252454f]{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.partnerPopularProducts[data-v-e252454f]::-webkit-scrollbar{width:0;display:none}.partnerPopularProducts-tabContentSection[data-v-e252454f]{background-color:#fff;border-bottom:8px solid #f5f5f5}.partnerPopularProducts-tabContentSection[data-v-e252454f]:last-child{border-bottom:0}.partnerPopularProducts-tabContentSection--shopTopSell[data-v-e252454f]{display:flex;padding:16px 16px 0}.partnerPopularProducts-tabContentSection--shopTopSell[data-v-e252454f]:before{margin-right:4px;content:"";background-image:url(./ico-fire.DUEfKXq5.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.partnerPopularProducts-productList[data-v-e252454f]{display:flex;padding:0 16px}.partnerPopularProducts-productList[data-v-e252454f]>:not(:first-child){margin-left:8px}@media(min-width:750px){.partnerPopularProducts-productList[data-v-e252454f]>:not(:first-child){margin-left:16px}}.partnerPopularProducts-productItem[data-v-e252454f]{flex-shrink:0;width:134px}@media(max-width:374.98px){.partnerPopularProducts-productItem[data-v-e252454f]{width:118px}}@media(min-width:750px){.partnerPopularProducts-productItem[data-v-e252454f]{width:190px}}.promotionMerchantHeader{position:relative;display:grid;align-items:center;grid-template-columns:max-content 1fr max-content;background-color:#fff;z-index:1;padding:16px;border-bottom:8px solid #f5f5f5}.promotionMerchantHeader-serviceBadge{position:absolute;top:8px;left:13px;z-index:1}.promotionMerchantHeader-img{flex-shrink:0;width:50px;height:50px;border-radius:4px;overflow:hidden;margin-right:12px}.promotionMerchantHeader-topicBlock{display:flex;flex-wrap:wrap}.promotionMerchantHeader-title{width:100%;font-size:15px;font-weight:500;line-height:21px;margin-bottom:7px}.promotionMerchantHeader-status{display:flex;align-items:center}.promotionMerchantHeader-point{display:inline-flex;margin-right:3px;align-items:center}.promotionMerchantHeader-badge{flex-shrink:0;margin-left:5px;content:"";background-image:url(./badge-plus.rOmrGpQh.svg);width:48px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.promotionMerchantHeader-btnFavorite{position:relative}.promotionMerchantHeader-btnFavoriteIcon{top:-12px}.promotionRewardCountdown-timeLimitBadge{display:flex;align-items:center;position:relative;width:-moz-fit-content;width:fit-content;height:16px;font-size:12px;font-weight:600;color:#1ec687;border-radius:2px;background-color:#1ec6871a}.promotionRewardCountdown-timeLimitBadge.clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:374.98px){.promotionRewardCountdown-timeLimitBadge .long{display:none}}@media(min-width:375px){.promotionRewardCountdown-timeLimitBadge .short{display:none}}.promotionTabMenu{padding:15px 0;position:relative;z-index:1}.promotionTabMenu:after{position:absolute;content:"";top:100%;width:100%;background:linear-gradient(180deg,#fff,#fff 15.52%,#fff0 96.99%)}.promotionTabMenu--transitioning .promotionTabMenu-item--active:after{visibility:hidden}.promotionTabMenu-activeFlag{position:absolute;display:block;width:100%;height:3px;bottom:0;background-color:#1ec687;border-radius:3px;transition:transform .3s}.promotionTabMenu-list{display:flex;justify-content:space-around;width:100%}.promotionTabMenu-item,.promotionTabMenu-item--active{position:relative;display:flex;height:18px;font-size:15px;font-weight:600;color:#949494;cursor:pointer}.promotionTabMenu-item--active{color:#1ec687}.promotionTabMenu-item--active:after{content:"";position:absolute;display:block;width:100%;height:3px;bottom:calc(3px - 100%);background-color:#1ec687;border-radius:3px}.promotionTabMenu-arrow{position:absolute;inset:-25px 50% auto}.promotionTabMenu-arrow:before{content:"";position:absolute;bottom:-6px;width:12px;height:6px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(0,0,0,.7);left:calc(50% - 6px)}.promotionTabMenu-badge{font-size:12px;color:#fff;background-color:#8250ff;margin-left:4px;padding:0 6px;line-height:17px;border-radius:2px}.promotionTabsContainer{top:0;z-index:9;background:#fff}.promotionTabsContainer:not(.promotionTabsContainer--disableSticky){position:sticky}.promotionTabsContainer-tabList{width:100%;background:#fff;margin-top:8px}.promotionTabsContainer-expandableTabList{width:100%}.promotionTabsContainer-expandableTabList .expandableTabMenu-menu{padding-left:16px}.recommendShops{padding:16px;background-color:#fff;border-bottom:8px solid #f5f5f5}.recommendShops-list{display:grid;row-gap:16px}.recommendShops-itemBox{background-color:#fff;border-radius:8px;overflow:hidden;border:1px solid #efefef}.similarProductList-productList{margin:16px}.similarProductList-loading,.similarProductList-noProduct{margin-top:32px}.similarProductList-noProduct{text-align:center}.superCheapProductList{min-height:100vh}.superCheapProductList-filter{background:#fff}.superCheapProductList-productList{margin-top:16px}.superCheapProductList-loading,.superCheapProductList-noProduct{margin-top:32px}.superCheapProductList-noProduct{color:#949494;text-align:center;line-height:20px;font-size:13px}.flagBannerCard{background-color:#fff;border-radius:8px;padding:31px 16px 16px;position:relative;margin-top:5px}.flagBannerCard-top{display:flex;align-items:center;justify-content:center;position:absolute;z-index:1;top:6px;right:50%;font-weight:600;font-size:15px;line-height:22px;color:#fff;transform:translate(50%,-50%)}.flagBannerCard-top:before{position:relative;left:1px}.flagBannerCard-top:after{position:relative;right:1px}.flagBannerCard-topText{height:22px;width:109px;white-space:nowrap;text-align:center}.flagBannerCard.pink .flagBannerCard-top:before{background-image:url(./img-headerBadge--leftPink.DTQ206xh.svg)}.flagBannerCard.pink .flagBannerCard-top:after,.flagBannerCard.pink .flagBannerCard-top:before{content:"";width:27px;height:22px;display:inline-block;background-repeat:no-repeat;background-size:contain}.flagBannerCard.pink .flagBannerCard-top:after{background-image:url(./img-headerBadge--rightPink.DuXGlMyL.svg)}.flagBannerCard.pink .flagBannerCard-topText{background-color:#ff8eb2}.flagBannerCard.gray .flagBannerCard-top:before{background-image:url(./img-headerBadge--leftGray.DPuEAuuQ.svg)}.flagBannerCard.gray .flagBannerCard-top:after,.flagBannerCard.gray .flagBannerCard-top:before{content:"";width:27px;height:22px;display:inline-block;background-repeat:no-repeat;background-size:contain}.flagBannerCard.gray .flagBannerCard-top:after{background-image:url(./img-headerBadge--rightGray.Clt7o5qe.svg)}.flagBannerCard.gray .flagBannerCard-topText{background-color:#c8c8c8}.flagBannerCard.purple .flagBannerCard-top:before{background-image:url(./img-headerBadge--leftPurple.hLEP3lmi.svg)}.flagBannerCard.purple .flagBannerCard-top:after,.flagBannerCard.purple .flagBannerCard-top:before{content:"";width:27px;height:22px;display:inline-block;background-repeat:no-repeat;background-size:contain}.flagBannerCard.purple .flagBannerCard-top:after{background-image:url(./img-headerBadge--rightPurple.C9KQkFMn.svg)}.flagBannerCard.purple .flagBannerCard-topText{background-color:#8250ff}.availableRebateEvents-cardText{text-align:center;color:#949494;font-size:13px}.availableRebateEvents-list{display:grid;row-gap:16px}.availableRebateEvents-item{position:relative;display:grid;grid-template-columns:1fr minmax(70px,max-content);-moz-column-gap:10px;column-gap:10px;align-items:center}.availableRebateEvents-info{display:grid;row-gap:2px}.availableRebateEvents-top{font-weight:400;font-size:12px;line-height:14px;color:#949494}.availableRebateEvents-top,.availableRebateEvents-topText{display:flex;align-items:center}.availableRebateEvents-topText:before{content:"·";margin-right:4px}.availableRebateEvents-title{font-weight:600;font-size:13px;line-height:20px;color:#555;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.availableRebateEvents-maxPoints{font-weight:400;font-size:12px;line-height:18px;color:#15bd66}.availableRebateEvents-button{position:relative;font-weight:500;font-size:13px;line-height:16px;color:#fff;padding:4px 9px;background:#8250ff;border-radius:12px}.availableRebateEvents-moreButton{display:flex;justify-content:center;align-items:center;border-radius:9999px;width:100%;font-size:14px;color:#8250ff;line-height:35px;background-color:#f5f5f5;cursor:pointer;margin-top:16px}.availableRebateEvents-moreButton:after{content:"";background-image:url(./ico-arrow--downPurple.CxcfW9qU.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.outdatedRebateEvents-list{display:grid;row-gap:16px}.outdatedRebateEvents-item{position:relative;display:grid;grid-template-columns:1fr minmax(70px,max-content);-moz-column-gap:10px;column-gap:10px;align-items:center}.outdatedRebateEvents-info{display:grid;row-gap:2px}.outdatedRebateEvents-badge{display:flex;align-items:center;line-height:14px}.outdatedRebateEvents-title{font-weight:600;font-size:13px;line-height:20px;color:#555;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.outdatedRebateEvents-steamp{content:"";background-image:url(./img-overStamp--gray.Bk3KD0sw.svg);width:44px;height:44px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:0;right:0;bottom:0;margin:auto;display:flex}.outdatedRebateEvents-moreButton{display:flex;justify-content:center;align-items:center;border-radius:9999px;width:100%;font-size:14px;color:#8250ff;line-height:35px;background-color:#f5f5f5;cursor:pointer;margin-top:16px}.outdatedRebateEvents-moreButton:after{content:"";background-image:url(./ico-arrow--downPurple.CxcfW9qU.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.registeredRebateEvents-list{display:grid;row-gap:16px}.registeredRebateEvents-item{position:relative;display:grid;grid-template-columns:1fr minmax(70px,max-content);-moz-column-gap:10px;column-gap:10px;align-items:center}.registeredRebateEvents-item.inactive .rebateEvents-steamp{bottom:0;margin:auto}.registeredRebateEvents-info{display:grid;row-gap:2px}.registeredRebateEvents-top{font-weight:400;font-size:12px;line-height:14px;color:#949494}.registeredRebateEvents-top,.registeredRebateEvents-topText{display:flex;align-items:center}.registeredRebateEvents-topText:before{content:"·";margin-right:4px}.registeredRebateEvents-title{font-weight:600;font-size:13px;line-height:20px;color:#555;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.registeredRebateEvents-maxPoints{font-weight:400;font-size:12px;line-height:18px;color:#15bd66}.registeredRebateEvents-progress{display:grid;row-gap:6px;margin-top:6px;font-weight:400;font-size:12px;line-height:18px;color:#949494}.registeredRebateEvents-progressStatus{display:flex;height:8px;background:#f5f5f5;overflow:hidden;border-radius:8px}.registeredRebateEvents-progressBar{background:linear-gradient(270deg,#bea4ff,#956aff);box-shadow:0 0 4px #8250ff40;border-radius:8px;animation:fullProgressBar 1s ease reverse forwards}.registeredRebateEvents-progressBar.isFull{background:linear-gradient(270deg,#78f29c,#1ed792)}.registeredRebateEvents-pointsInfo{display:flex;align-items:center}.registeredRebateEvents-nowGetPoints{font-weight:600;color:#8250ff;margin:0 2px}.registeredRebateEvents-getAllPoints{font-weight:600;font-size:12px;line-height:18px;color:#15bd66}.registeredRebateEvents-button{position:relative;font-weight:500;font-size:13px;line-height:16px;padding:4px 9px;color:#8250ff;background:#f5f5f5;border-radius:12px}.registeredRebateEvents-balloon{background-image:url(./img-balloon--small.BbrkJw0D.svg);width:34px;height:26px;top:-100%;left:0;margin:auto}.registeredRebateEvents-balloon,.registeredRebateEvents-steamp{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;right:0}.registeredRebateEvents-steamp{background-image:url(./img-overStamp--gray.Bk3KD0sw.svg);width:44px;height:44px;top:0;display:flex;margin-left:auto}.registeredRebateEvents-moreButton{display:flex;justify-content:center;align-items:center;border-radius:9999px;width:100%;font-size:14px;color:#8250ff;line-height:35px;background-color:#f5f5f5;cursor:pointer;margin-top:16px}.registeredRebateEvents-moreButton:after{content:"";background-image:url(./ico-arrow--downPurple.CxcfW9qU.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}@keyframes fullProgressBar{to{width:0}}.rebateDetailInstruction{display:grid;row-gap:12px}.rebateDetailInstruction-item{display:grid;row-gap:2px;font-weight:400;font-size:12px;line-height:18px;color:#949494}.rebateDetailInstruction-title{font-weight:600;font-size:13px;line-height:20px;color:#555}.rebateDetailInstruction-alertNotice{color:#ff5b57}.rebateDetailInstruction-strikethrough{text-decoration:line-through}.rebateDetailInstruction-merchantList{display:grid;grid-template-columns:repeat(5,1fr);-moz-column-gap:8px;column-gap:8px}@media(min-width:750px){.rebateDetailInstruction-merchantList{grid-template-columns:repeat(10,1fr)}}.rebateDetailInstruction-merchantItem{display:inline-flex}.rebateDetailInstruction-merchantImage{display:flex;width:100%;height:100%;border-radius:4px;overflow:hidden;cursor:pointer}.rebateDetailInstruction-description{white-space:pre-line}.rebateDetailOrder-tab{margin-bottom:16px}.rebateDetailOrder-tab>:not(:first-child){margin-left:8px}.rebateDetailOrder-list{display:grid;row-gap:12px}.rebateDetailOrder-item{display:grid;grid-template-columns:1fr max-content;-moz-column-gap:10px;column-gap:10px;align-items:center;padding:8px 16px 8px 8px;border:1px solid #efefef;border-radius:8px;word-break:break-all}.rebateDetailOrder-info{display:grid;row-gap:4px;font-weight:400;font-size:12px;line-height:14px;color:#949494}.rebateDetailOrder-merchant{display:grid;grid-template-columns:max-content 1fr;-moz-column-gap:8px;column-gap:8px;font-weight:600;font-size:13px;line-height:16px;color:#555;margin-bottom:5px}.rebateDetailOrder-merchantImage{display:flex;height:18px;width:18px;border-radius:4px;overflow:hidden;filter:brightness(97%)}.rebateDetailOrder-merchantName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 30px)}.rebateDetailOrder-price{font-weight:600;font-size:13px;line-height:16px;color:#111}.rebateDetailOrder-pointInfo{display:grid;row-gap:8px;justify-items:flex-end;font-weight:400;font-size:12px;line-height:14px}.rebateDetailOrder-pointLimit{display:flex;align-items:center;font-weight:400;color:#07b53b}.rebateDetailOrder-pointLimit:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rebateDetailOrder-pointLimitExtratext{margin-left:3px}.rebateDetailOrder-pointNotYetPaid{display:flex;align-items:center;font-weight:400;color:#b7b7b7}.rebateDetailOrder-pointNotYetPaid:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--gray.CwT7ymaW.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rebateDetailOrder-pointNotYetPaid.strikethrough{text-decoration:line-through}.rebateDetailOrder-notice{font-weight:400;font-size:12px;line-height:18px;color:#949494;margin-top:16px}.rebateDetailOrder-noticeLink{font-weight:500;text-decoration-line:underline;color:#5b82db}.rebateDetailOrder-moreButton{display:flex;justify-content:center;align-items:center;border-radius:9999px;font-size:14px;color:#8250ff;line-height:35px;background-color:#f5f5f5;cursor:pointer;margin-top:16px}.rebateDetailOrder-moreButton:after{content:"";background-image:url(./ico-arrow--downPurple.CxcfW9qU.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rebateDetailProgress-balloonImage,.rebateDetailProgress-getPoints,.rebateDetailProgress-info{position:absolute;inset:0;margin:auto}.rebateDetailProgress-getPointsDialog:before{left:0;right:0;margin-left:auto;margin-right:auto}.rebateDetailProgress-wrapper{position:relative;height:240px;width:240px;margin:auto}.rebateDetailProgress-balloonImage{width:200px;height:200px;background-image:url(./img-balloon.BsDPvp23.png);background-size:cover}.rebateDetailProgress-info{height:-moz-min-content;height:min-content;width:164px;display:flex;flex-direction:column;justify-items:center;align-items:center;row-gap:8px;font-weight:400;font-size:13px;line-height:16px;color:#fff;z-index:3}.rebateDetailProgress-totalPoints{display:grid;grid-template-columns:max-content max-content;-moz-column-gap:3px;column-gap:3px}.rebateDetailProgress-pointsIcon{font-weight:400;color:#07b53b}.rebateDetailProgress-pointsIcon:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:40px;height:40px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rebateDetailProgress-maxPoints{font-weight:600;font-size:40px;line-height:40px}.rebateDetailProgress-pointUnit{display:flex;align-items:flex-end}.rebateDetailProgress-description{font-weight:400;font-size:13px;line-height:16px;color:#ffffff80}.rebateDetailProgress-circle{height:240px;width:240px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg)}.rebateDetailProgress-circle--back{opacity:.15}.rebateDetailProgress-circle circle{animation:fullProgress 3s ease reverse forwards}.rebateDetailProgress-getPoints{height:195px;width:195px;z-index:2;animation:rotateToZeroPosition 3s ease reverse forwards}.rebateDetailProgress-getPointsIcon{content:"";background-image:url(./img-pointWithBorder.DHhxkR8X.svg);width:40px;height:40px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation:pointIconRotateToZeroPosition 3s ease reverse forwards}.rebateDetailProgress-getPointsDialog{position:absolute;width:-moz-fit-content;width:fit-content;bottom:calc(100% + 10px);font-weight:600;font-size:12px;line-height:14px;background-color:#fff;color:#07b53b;padding:8px;border-radius:8px;right:50%;left:50%;white-space:nowrap;opacity:0;transform:translate(-50%);animation:showDialog 1s ease 3s forwards}.rebateDetailProgress-getPointsDialog:before{content:"";position:absolute;width:12px;height:6px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-5.7px}@keyframes fullProgress{to{stroke-dashoffset:700}}@keyframes rotateToZeroPosition{to{transform:rotate(45deg)}}@keyframes pointIconRotateToZeroPosition{to{transform:rotate(-45deg)}}@keyframes showDialog{to{opacity:1}}.rebateDetailTop{display:grid;row-gap:4px;font-weight:600;font-size:12px;text-align:center}.rebateDetailTop-steamp{content:"";background-image:url(./img-overStamp--white.GVLpYd4g.svg);width:80px;height:80px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:0;left:10px}.rebateDetailTop-badgGroup{display:grid;-moz-column-gap:8px;column-gap:8px;grid-template-columns:repeat(auto-fit,minmax(0,max-content));justify-content:center}.rebateDetailTop-badge,.rebateDetailTop-badge--main{margin:0}.rebateDetailTop-title{font-weight:600;font-size:20px;line-height:30px;color:#fff;margin:auto}.rebateDetailTop-description{font-weight:400;font-size:13px;line-height:20px;color:#d7c9ff;margin:auto}.rebateDetailTop-alertNotice{color:#ff5b57}.rebateDetailTop-alertNoticeSubText{margin:4px 0}.rebateDetailTop-strikethrough{text-decoration:line-through}.rebateDetailTop-totalPoints{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;font-weight:400;font-size:12px;line-height:14px;padding:5px 9px;border:1px solid hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:40px;margin:12px auto 0;color:#ffffff80}.rebateDetailTop-points{display:flex;align-items:center;font-weight:400;color:#07b53b;font-weight:600;font-size:24px;line-height:29px;color:#fff}.rebateDetailTop-points:before{flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:28px;height:28px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 3px}.rebateDetailTop.expired .rebateDetailTop-alertNotice,.rebateDetailTop.expired .rebateDetailTop-description,.rebateDetailTop.expired .rebateDetailTop-title,.rebateDetailTop.expired .rebateDetailTop-totalPoints{color:#ffffff80}.rebateDetailTop.expired .rebateDetailTop-badge--main{color:#331274;background:#ffffff80}.rebateDetailTop.expired .rebateDetailTop-points{font-weight:400;color:#b7b7b7;color:#ffffff80}.rebateDetailTop.expired .rebateDetailTop-points:before{flex-shrink:0;content:"";background-image:url(./ico-point--grey.Dg8b4yyB.svg);width:28px;height:28px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 3px}.REGISTERED{background-color:#fff;color:#8250ff}.REGISTERED_AND_COMPLETED{background-color:#1ec687;color:#fff}.rewardMissionDetailCard{display:grid;row-gap:16px;background-color:#fff;padding:16px;border-radius:8px;margin:4px 16px 12px}.rewardMissionDetailCard.noPadding{padding:16px 0}.rewardMissionDetailCard-title{display:flex;align-items:center;font-size:17px;font-weight:600;line-height:25px;color:#111}.noPadding .rewardMissionDetailCard-title{padding:0 16px}.rewardMissionDetailCard-badge{display:flex;justify-content:center;align-items:center;display:inline-flex;font-size:12px;font-weight:500;color:#b7b7b7;background-color:#f5f5f5;height:16px;padding:0 4px;margin-left:8px;border-radius:2px}.recommendedProducts[data-v-1b9accfb]{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.recommendedProducts[data-v-1b9accfb]::-webkit-scrollbar{width:0;display:none}.recommendedProducts-productList[data-v-1b9accfb]{display:flex;padding:0 16px}.recommendedProducts-productList[data-v-1b9accfb]>:not(:first-child){margin-left:8px}@media(min-width:750px){.recommendedProducts-productList[data-v-1b9accfb]>:not(:first-child){margin-left:16px}}.recommendedProducts-productItem[data-v-1b9accfb]{flex-shrink:0;width:134px}@media(max-width:374.98px){.recommendedProducts-productItem[data-v-1b9accfb]{width:118px}}@media(min-width:750px){.recommendedProducts-productItem[data-v-1b9accfb]{width:190px}}.recommendedProducts-productItemShowMore[data-v-1b9accfb]{display:flex;justify-content:center;align-items:center;width:114px;flex-shrink:0}@media(min-width:750px){.recommendedProducts-productItemShowMore[data-v-1b9accfb]{width:190px}}.recommendedProducts-showMore[data-v-1b9accfb]{display:flex;align-items:center;font-size:12px;line-height:14px;color:#949494}.recommendedProducts-showMore[data-v-1b9accfb]:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardMissionDetailBottomTool{position:fixed;left:0;right:0}@media screen and (min-width:790px){.rewardMissionDetailBottomTool{left:calc(100vw - 100%)}}.rewardMissionDetailBottomTool{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.rewardMissionDetailBottomTool{width:749px}}.rewardMissionDetailBottomTool-button{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rewardMissionDetailBottomTool{display:flex;justify-content:center;align-items:center;background-color:#fff;min-height:56px;z-index:6;padding:4px 16px 4px 8px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.rewardMissionDetailBottomTool.isExpired{padding:4px 16px}.rewardMissionDetailBottomTool-inner{display:grid;justify-content:center;align-content:center;align-items:center;grid-template-columns:max-content 1fr;-moz-column-gap:10px;column-gap:10px;width:100%}.rewardMissionDetailBottomTool.isExpired .rewardMissionDetailBottomTool-inner{grid-template-columns:1fr}.rewardMissionDetailBottomTool-shareButton{width:72px;display:grid;justify-content:center;align-content:center;row-gap:2px;font-size:12px;font-weight:400;line-height:12px;color:#000;background-color:#fff}.rewardMissionDetailBottomTool-shareButton:before{content:"";background-image:url(./ico-share.C3pSXDao.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-bottom:2px}.rewardMissionDetailBottomTool-button{width:100%}.rewardMissionDetailBottomTool.isExpired .rewardMissionDetailBottomTool-button{background-color:#c8c8c8}.rewardMissionDetailBottomTool-reward{display:flex;align-items:center;display:inline-flex;margin-left:4px;font-weight:400;color:#fff}.rewardMissionDetailBottomTool-reward:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--white.DiQtpN6g.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardMissionDetailItem{margin-bottom:8px;font-size:13px;font-weight:400;line-height:20px;color:#555;width:100%}.rewardMissionDetailItem a{text-decoration:underline}.rewardMissionDetailItem li{display:grid;grid-template-columns:24px 1fr;margin-top:8px}.rewardMissionDetailItem li:before{content:"";width:4px;height:4px;border-radius:1px;background-color:#b7b7b7;margin:8px 0 0 8px}.rewardMissionDetailItem-title{display:flex;align-items:center;font-size:15px;font-weight:600;line-height:22px;color:#111;margin-bottom:8px}.rewardMissionDetailItem-badge{display:flex;justify-content:center;align-items:center;display:inline-flex;font-size:12px;font-weight:500;color:#fff;background-color:#ff5b57;height:16px;padding:0 4px;margin-left:8px;border-radius:2px}.rewardMissionDetailItem-section{display:grid;grid-template-columns:24px 1fr;margin-top:12px}.rewardMissionDetailItem-section:before{content:"";width:4px;height:4px;border-radius:1px;background-color:#b7b7b7;margin:8px 0 0 8px}.numberMode .rewardMissionDetailItem-section:before{display:none}.rewardMissionDetailItem-section em{color:#07b53b}.rewardMissionDetailItem-number{font-size:12px;font-weight:600;line-height:18px;color:#b7b7b7}.rewardMissionDetailItem-reward{position:relative;top:3px;height:15px;display:flex;align-items:center;font-weight:400;color:#07b53b;display:inline-flex}.rewardMissionDetailItem-reward:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardMissionDetailItem-subInfo{font-size:12px;font-weight:400;line-height:14px;color:#b7b7b7;margin-top:8px}.rewardMissionDetailItem-update{margin-top:12px}.rewardMissionDetailItem-updateItem{color:#c8c8c8;text-decoration:line-through}.rewardMissionDetailItem-updateItem:first-child{color:#ff5b57;text-decoration:none}.rewardMissionDetailItem .rewardMissionDetailItem-section.numberMode:before{display:none}.rewardMissionDetailMerchantItem{display:grid;align-items:center;grid-template-columns:14px 1fr max-content;-moz-column-gap:10px;column-gap:10px;font-size:15px;font-weight:400;line-height:18px;color:#555}.rewardMissionDetailMerchantItem:before{content:"";width:4px;height:4px;border-radius:1px;background-color:#b7b7b7;margin-left:8px}.rewardMissionDetailMerchantItem-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewardMissionDetailMerchantItem-button{display:flex;justify-content:center;align-items:center;padding:0 9px;font-size:13px;font-weight:500;line-height:22px;color:#1ec687;border-radius:22px;background-color:#f5f5f5}.rewardMissionDetailMerchants-moreButton{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rewardMissionDetailMerchants-content{display:grid;row-gap:28px}.rewardMissionDetailMerchants-moreButton{color:#1ec687;background-color:#f5f5f5}.rewardMissionDetailMerchants-moreButton:after{content:"";background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardMissionDetailTop{display:grid;justify-content:center;align-content:center;row-gap:10px;height:272px;background-image:url(./bg-rewardMissionDetailTop.W5qVgaU2.png);background-size:cover;background-position:50%;text-align:center}.isExpired .rewardMissionDetailTop{color:#949494}.rewardMissionDetailTop-reward{display:flex;justify-content:center;align-items:center;font-size:40px;font-weight:600;line-height:48px;color:#06c755;font-weight:400;color:#07b53b}.rewardMissionDetailTop-reward:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:40px;height:40px;display:inline-block;background-repeat:no-repeat;background-size:contain}.isExpired .rewardMissionDetailTop-reward{color:#c8c8c8}.isExpired .rewardMissionDetailTop-reward:before{background-image:url(./ico-point--grey.Dg8b4yyB.svg)}.rewardMissionDetailTop-title{max-width:240px;font-size:20px;font-weight:600;line-height:30px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.isExpired .rewardMissionDetailTop-title{color:#777}.rewardMissionDetailTop-info{display:grid;justify-content:center;justify-items:center;align-content:flex-start;row-gap:4px;color:#154231}.isExpired .rewardMissionDetailTop-info{color:#949494}.rewardMissionDetailTop-description{max-width:240px;font-size:15px;font-weight:600;line-height:22px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.rewardMissionDetailTop-time{max-width:240px;font-size:12px;font-weight:400;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewardNotificationBelt-image>img[data-v-7139827b]{position:absolute;inset:0;margin:auto}.rewardNotificationBelt[data-v-7139827b]{position:relative}.rewardNotificationBelt-list[data-v-7139827b]{padding-left:16px;padding-right:16px}@media(min-width:750px){.rewardNotificationBelt-list[data-v-7139827b]{display:grid;justify-items:center;grid-template-columns:repeat(7,1fr)}}.rewardNotificationBelt-item[data-v-7139827b]{display:inline-grid;row-gap:8px;width:62px;font-size:12px;line-height:13px;text-align:center;color:#555}.rewardNotificationBelt-image[data-v-7139827b]{width:36px;height:0;padding-bottom:36px;z-index:1;overflow:hidden;position:relative;background-color:#00000008;margin:auto;border-radius:36px}.rewardNotificationItem-image>img[data-v-ca45737f],.rewardNotificationItem-productImage>img[data-v-ca45737f]{position:absolute;inset:0;margin:auto}.rewardNotificationItem[data-v-ca45737f]{display:block;border-radius:8px;overflow:hidden}.rewardNotificationItem-block[data-v-ca45737f]{position:relative;display:grid;grid-template-columns:1fr max-content;-moz-column-gap:10px;column-gap:10px;padding:12px;color:#fff;background-color:var(--logo-color,#111)}.rewardNotificationItem-linkArea[data-v-ca45737f]{display:grid;grid-template-columns:max-content auto max-content;-moz-column-gap:10px;column-gap:10px;cursor:pointer}.rewardNotificationItem-image[data-v-ca45737f]{width:46px;height:0;padding-bottom:42px;overflow:hidden;position:relative;background-color:#00000008;border:2px solid #fff;background-color:#fff;border-radius:8px}.rewardNotificationItem-info[data-v-ca45737f]{display:grid;row-gap:8px;height:-moz-fit-content;height:fit-content;margin:auto 0}.rewardNotificationItem-title[data-v-ca45737f]{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewardNotificationItem-reward[data-v-ca45737f]{position:relative;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;font-size:17px;white-space:nowrap}.rewardNotificationItem-originReward[data-v-ca45737f]{position:absolute;left:100%;font-size:15px;text-decoration:line-through;opacity:.5;margin-left:4px}.rewardNotificationItem-subInfo[data-v-ca45737f]{display:grid;justify-items:center;row-gap:6px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;margin:auto 0;font-size:13px;line-height:16px}.rewardNotificationItem-limited[data-v-ca45737f]{display:grid;grid-template-columns:repeat(5,max-content);-moz-column-gap:2px;column-gap:2px}.rewardNotificationItem-limitedDays[data-v-ca45737f]{display:grid;grid-template-columns:repeat(3,max-content);-moz-column-gap:2px;column-gap:2px}.rewardNotificationItem-box[data-v-ca45737f]{line-height:16px;padding:0 2px;border-radius:2px;background:#0003}.rewardNotificationItem-button[data-v-ca45737f]{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:24px;padding:0 9px;font-size:13px;font-weight:500;line-height:24px;color:var(--logo-color,#000);border-radius:12px;background-color:#fff}.rewardNotificationItem-expend[data-v-ca45737f]{position:relative;width:16px}.rewardNotificationItem-iconArrow[data-v-ca45737f]{position:absolute;top:0;bottom:0;margin:auto;content:"";background-image:url(./ico-arrow--downWhite.CbCo2gZi.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards;cursor:pointer}@keyframes transferEvents-arrow-rotateUp-ca45737f{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes transferEvents-arrow-rotateDown-ca45737f{0%{transform:rotate(1turn)}to{transform:rotate(180deg)}}.rewardNotificationItem-iconArrow--up[data-v-ca45737f]{animation-name:transferEvents-arrow-rotateUp-ca45737f}.rewardNotificationItem-iconArrow--down[data-v-ca45737f]{animation-name:transferEvents-arrow-rotateDown-ca45737f}.rewardNotificationItem-products[data-v-ca45737f]{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:10px;column-gap:10px;padding:12px;border:1px solid #efefef;border-radius:0 0 8px 8px}@media(min-width:750px){.rewardNotificationItem-products[data-v-ca45737f]{grid-template-columns:repeat(6,1fr)}}.rewardNotificationItem-productItem[data-v-ca45737f]{display:grid;row-gap:4px}.rewardNotificationItem-productItem[data-v-ca45737f]:nth-child(n+4){display:none}@media(min-width:750px){.rewardNotificationItem-productItem[data-v-ca45737f]:nth-child(n+4){display:grid}}.rewardNotificationItem-productImage[data-v-ca45737f]{width:100%;height:0;padding-bottom:100%;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;filter:brightness(97%);margin-bottom:4px}.rewardNotificationItem-productPrice[data-v-ca45737f]{font-size:15px;font-weight:600;line-height:18px;color:#111}.rewardNotificationItem-productPoints[data-v-ca45737f]{display:flex;align-items:center;font-weight:400;color:#07b53b;font-size:12px;line-height:14px}.rewardNotificationItem-productPoints[data-v-ca45737f]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardNotificationItem-loading[data-v-ca45737f]{padding:24px}.rewardNotificationItem-more[data-v-ca45737f]{display:flex;justify-content:center;align-items:center;border-radius:9999px;width:100%;font-size:14px;font-weight:500;height:36px;color:#1ec687;background-color:#f5f5f5;cursor:pointer}.rewardNotificationItem-more[data-v-ca45737f]:after{content:"";background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.rewardNotificationList[data-v-e1b5b771]>:not(:first-child){margin-top:16px}.rewardNotificationList-loading[data-v-e1b5b771]{padding:24px}.rewardNotificationList-more[data-v-e1b5b771]{display:flex;justify-content:center;align-items:center;border-radius:9999px;width:100%;font-size:14px;font-weight:500;height:36px;color:#1ec687;background-color:#f5f5f5;cursor:pointer}.rewardNotificationList-more[data-v-e1b5b771]:after{content:"";background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.filterPanelV2-bottombar[data-v-ea243843]{position:fixed;left:0;right:0}@media screen and (min-width:790px){.filterPanelV2-bottombar[data-v-ea243843]{left:calc(100vw - 100%)}}.filterPanelV2-bottombar[data-v-ea243843]{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.filterPanelV2-bottombar[data-v-ea243843]{width:749px}}.filterPanelV2[data-v-ea243843]{display:grid;grid-template-rows:80vh max-content;margin:0 -16px;background-color:#fff}.filterPanelV2-body[data-v-ea243843]{height:auto}.filterPanelV2-tab[data-v-ea243843]{position:sticky;top:56px;width:100%;max-width:750px;background-color:#fff;z-index:2}.filterPanelV2-tabList[data-v-ea243843]{display:inline-flex;-moz-column-gap:26px;column-gap:26px}.filterPanelV2-tabItem[data-v-ea243843]{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:15px;height:48px;color:#949494;cursor:pointer;border-bottom:3px solid #fff}.filterPanelV2-tabItem.active[data-v-ea243843]{position:relative;color:#111;border-color:#000}.filterPanelV2-content[data-v-ea243843]{display:grid;row-gap:28px;padding:16px 16px 88px;padding-bottom:calc(88px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.filterPanelV2-item[data-v-ea243843]{margin:12px 8px 0 0}.filterPanelV2-searchBlock[data-v-ea243843]{display:flex;align-items:center;height:36px;width:100%;padding:0 11px;border-radius:36px;border:1px solid #efefef;margin-top:12px}.filterPanelV2-searchBlock[data-v-ea243843]:focus-within{border-color:#1ec687}.filterPanelV2-searchBlock input[data-v-ea243843]{border:none;padding:0;width:100%;font-weight:400;font-size:13px;color:#111;outline:none;caret-color:#1ec687}.filterPanelV2-searchBlock input[data-v-ea243843]::-moz-placeholder{color:#b7b7b7}.filterPanelV2-searchBlock input[data-v-ea243843]::placeholder{color:#b7b7b7}.filterPanelV2-searchIcon[data-v-ea243843]{content:"";background-image:url(./ico-glassDarkGrey.B81z5t2e.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer}.filterPanelV2-merchantList[data-v-ea243843]{display:flex;align-items:center;font-size:12px;line-height:22px;color:#555;margin-top:12px}.filterPanelV2-merchantItem[data-v-ea243843]{padding:0 8px;cursor:pointer;flex-shrink:0}.filterPanelV2-merchantItem.active[data-v-ea243843]{font-weight:600;color:#111}.filterPanelV2-merchantItem[data-v-ea243843]:first-child{padding-left:0}.filterPanelV2-merchantNoResult[data-v-ea243843]{display:flex;justify-content:center;align-items:center;font-weight:400;font-size:13px;line-height:20px;color:#949494;margin-top:12px;text-align:center}.filterPanelV2-bottombar[data-v-ea243843]{display:grid;-moz-column-gap:10px;column-gap:10px;align-items:center;grid-template-columns:max-content 1fr;background-color:#fff;padding:12px 16px;padding-bottom:calc(12px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.filterPanelV2-bottombarButton[data-v-ea243843]{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:15px;color:#fff;height:48px;border-radius:48px;background-color:#1ec687;cursor:pointer}.filterPanelV2-bottombarButton.reset[data-v-ea243843]{padding:0 16px;color:#1ec687;background-color:#f5f5f5}.filterPanelV2-bottombarButton.reset[data-v-ea243843]:before{content:"";background-image:url(./ico-reset--1ec687.CXs-KiXi.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.filterPanelV2-bottombarButton.reset.disable[data-v-ea243843]{color:#c8c8c8;cursor:not-allowed}.filterPanelV2-bottombarButton.reset.disable[data-v-ea243843]:before{content:"";background-image:url(./ico-reset--c8c8c8.CTK4ByRN.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.btnCamera{display:flex;opacity:1;width:40px;justify-content:flex-end;height:34px;align-items:center;flex-shrink:0}.btnCamera .btnCamera-ico-camera{content:"";background-image:url(./ico-cameraWhite.cbbvGM-S.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:relative;flex-shrink:0;cursor:pointer}.btnCamera .btnCamera-ico-camera:after{content:"";display:block;position:absolute;left:0;top:0;width:160%;height:160%;transform:translate(-18.75%,-18.75%)}.btnCamera--black{display:flex;opacity:1;width:40px;justify-content:flex-end;height:34px;align-items:center;flex-shrink:0}.btnCamera--black .btnCamera-ico-camera{content:"";background-image:url(./ico-cameraBlack.CADjTNYc.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:relative;flex-shrink:0;cursor:pointer}.btnCamera--black .btnCamera-ico-camera:after{content:"";display:block;position:absolute;left:0;top:0;width:160%;height:160%;transform:translate(-18.75%,-18.75%)}.btnCamera-imageUploader{width:1px;height:1px;position:absolute;clip:rect(0 0 0 0)}.searchBar{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));display:flex;align-items:center;padding:0 16px 8px;background:#fff}.noTitlebar .searchBar{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .searchBar{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.searchBar-badge{position:relative}.searchBar-badgeContainer{display:flex;align-items:center;border-radius:34px;background-color:#777;color:#fff;font-size:14px;height:34px;position:relative;z-index:1}.searchBar-badgeContainer.shop{padding:0 8px 0 4px}.searchBar-badgeContainer.shop>:not(:first-child){margin-left:4px}.searchBar-badgeContainer.category{padding:0 10px 0 12px}.searchBar-badgeContainer.category>:not(:first-child){margin-left:7px}.searchBar-badgeImage{position:relative;width:28px;height:28px;border-radius:28px;overflow:hidden}.searchBar-badgeText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:5em}.searchBar-badgeCloseButton{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0;cursor:pointer}.searchBar-badge:after{content:"";position:absolute;top:0;right:-17px;width:34px;height:34px;background-color:#f5f5f5;z-index:0}.searchBar-inputArea{display:block;position:relative;flex:1}.searchBar-input{font-size:14px;background-color:#f5f5f5;width:100%;height:34px;padding:0 35px 0 13px;border:none;outline:0;border-radius:34px}.searchBar-input::-moz-placeholder{color:#aeaeae;opacity:1}.searchBar-input::placeholder{color:#aeaeae;opacity:1}.searchBar-icon{position:absolute;inset:0 11px 0 auto;margin:auto 0;cursor:pointer}.searchBar-icon.glass{background-image:url(./ico-glass.B9b_u7qf.svg)}.searchBar-icon.close,.searchBar-icon.glass{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.searchBar-icon.close{background-image:url(./ico-cancel--grey.y20wjKk9.svg)}.searchSuggestion{min-height:140px;background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;position:relative;overflow-y:hidden}.searchSuggestion-container{margin-bottom:16px;background-color:#fff;border-radius:8px}.searchSuggestion-recommendLink{display:block;font-size:13px;color:#555;line-height:15px;padding:12px 16px;border-bottom:1px solid #efefef}.searchSuggestion-recommendLink.blue em{color:#5b82db}.searchSuggestion-recommendLink em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1ec687}.searchSuggestion-recommendLink:last-child{border-bottom:0}.searchSuggestion-textGroup{display:flex;align-items:center}.searchSuggestion-scrollableContent{margin-top:8px}.searchSuggestion-keyword{overflow:hidden;text-overflow:ellipsis;flex-shrink:1;white-space:nowrap}.searchSuggestion-additionalFlag{white-space:nowrap;margin-left:10px}.searchSuggestion-resultCount{margin-left:auto;font-weight:400;font-size:13px;color:#949494;white-space:nowrap;padding-left:10px}.searchSuggestion-merchantsInfo{margin-top:8px}.shopPerkCollectMerchants-btnFavorite:after,.shopPerkCollectMerchants-image>img,.shopPerkCollectMerchants-item--active:after{position:absolute;inset:0;margin:auto}.shopPerkCollectMerchants{width:100%}.shopPerkCollectMerchants-item,.shopPerkCollectMerchants-item--active{position:relative;display:inline-block;width:68px;height:105px;margin-left:8px}.shopPerkCollectMerchants-item--active{position:relative}.shopPerkCollectMerchants-item--active:after{content:"";display:block;width:52px;height:3px;top:auto;background-color:#1ec687}.shopPerkCollectMerchants-image{height:0;padding-bottom:100%;z-index:1;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.shopPerkCollectMerchants-btnFavorite{position:absolute;width:20px;height:20px;margin-top:-11px;right:5px;z-index:1;background-color:#fff;box-shadow:0 2px 4px -2px #00000026;border-radius:100px}.shopPerkCollectMerchants-btnFavorite:after{content:"";background-image:url(./ico-product-like.xTa1aUAx.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.shopPerkCollectMerchants-point{display:flex!important;margin-top:12px;justify-content:center}.snapshotBottomTools{position:relative;display:grid;grid-template-columns:64px 64px 1fr;-moz-column-gap:14px;column-gap:14px;align-items:center}.snapshotBottomTools-instruction,.snapshotBottomTools-serviceRecord{position:relative;display:grid;align-items:center;justify-items:center;row-gap:2px;font-size:12px;color:#777;cursor:pointer}.snapshotBottomTools-instruction:before{background-image:url(./ico-questionMarkGrey.EX5aKzhd.svg)}.snapshotBottomTools-instruction:before,.snapshotBottomTools-serviceRecord:before{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.snapshotBottomTools-serviceRecord:before{background-image:url(./ico-contactDeepGrey.CgOqAoTh.svg)}.snapshotBottomTools-button{display:flex;justify-content:center;align-items:center;position:relative;font-size:14px;color:#fff;background-color:#1ec687;height:36px;line-height:36px;border-radius:36px;margin:1px 0;cursor:pointer}.snapshotBottomTools-button.greyButton{background-color:#c8c8c8}.snapshotBottomTools-tips{position:absolute;display:grid;grid-template-columns:1fr 20px;-moz-column-gap:10px;column-gap:10px;font-size:15px;line-height:22px;color:#fff;background-color:#fff;padding:16px;border-radius:8px;background-color:#5b82db;max-width:343px;bottom:calc(100% + 17px)}.snapshotBottomTools-tips:before{content:"";position:absolute;bottom:-8px;width:12px;height:8px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #5b82db;left:26px}.snapshotBottomTools-closeBtn{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.transferCountdown[data-v-75ca2067]{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px;margin:auto;font-family:monospace;font-size:13px;font-weight:400;color:#111}.transferCountdown.green>em[data-v-75ca2067]{color:#07b53b}.transferCountdown.orange>em[data-v-75ca2067]{color:#ff6f36}.transferCountdown.red>em[data-v-75ca2067]{color:#fe3f3e}.transferCountdown-label[data-v-75ca2067],.transferCountdown>em[data-v-75ca2067]{font-weight:700}.transferTop-logoImage>img[data-v-9afea971]{position:absolute;inset:0;margin:auto}.transferTop[data-v-9afea971]{background-color:#fff;padding:24px 16px;display:grid;row-gap:16px;justify-items:center}.transferTop-logo[data-v-9afea971]{will-change:transform}.transferTop-logoImage[data-v-9afea971]{overflow:hidden;position:relative;border-radius:96px;background-color:#fff;width:96px;height:96px;border:1px solid #fff;box-shadow:0 2px 25px #0000001a}.transferTop-merchantBadge[data-v-9afea971]{position:absolute;right:0;bottom:0;width:32px;height:32px;border-radius:32px;overflow:hidden;border:1px solid #fff}.transferTop-content[data-v-9afea971]{display:grid;row-gap:8px;justify-items:center}.transferTop-title[data-v-9afea971]{font-weight:600;font-size:15px;text-align:center;color:#111;max-width:200px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.transferTop-point[data-v-9afea971]{display:flex;align-items:center;-moz-column-gap:6px;column-gap:6px}.transferTop-currentPoint[data-v-9afea971]{font-size:24px;font-weight:700}.transferTop-previousPoint[data-v-9afea971]{font-size:16px}.transferTop-pointDescription[data-v-9afea971]{font-size:12px;color:#949494}.transferTop-moreInfo[data-v-9afea971]{display:grid;row-gap:1px;width:100%;border:1px solid #efefef;border-radius:8px;background-color:#efefef;overflow:hidden}.transferTop-moreInfoBox[data-v-9afea971]{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px;padding:12px 11px;font-size:13px;line-height:16px;color:#111;cursor:pointer;background-color:#fff;white-space:nowrap}.transferTop-moreInfoBox[data-v-9afea971]:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:auto}.transferTop-moreInfoPoint[data-v-9afea971]{font-size:14px}.transferTop-moreInfoPoint.large[data-v-9afea971]{font-size:16px;font-weight:600}.transferTop-moreInfoSeparator[data-v-9afea971]{color:#949494}.transferTop-moreInfoItem[data-v-9afea971]{display:flex;align-items:center;-moz-column-gap:2px;column-gap:2px}.transferTop-moreInfoItem[data-v-9afea971]:before{content:"";width:16px;height:16px;background-size:contain}.transferTop-moreInfoItem.angpau[data-v-9afea971]:before{background-image:url(./ico-entryAngpau.BY7xqj1H.png)}.transferTop-moreInfoItem.rewardMission[data-v-9afea971]:before{background-image:url(./ico-entryFirstTimerBuy.CSKtfg0q.png)}.transferTopForOwnedTraffic[data-v-ae3764c3]{background-color:#fff;padding:24px 16px;display:grid;row-gap:16px;justify-items:center}.transferTopForOwnedTraffic-logo[data-v-ae3764c3]{will-change:transform}.transferTopForOwnedTraffic-logoImage[data-v-ae3764c3],.transferTopForOwnedTraffic-logoImage--merchant[data-v-ae3764c3]{width:96px;height:96px;border-radius:100%;overflow:hidden;display:inline-block;margin:0 -8px;box-shadow:0 2px 25px #0000001a;border:1px solid #fff}.transferTopForOwnedTraffic-logoImage--merchant[data-v-ae3764c3]{background:url(./ico-shop.CrzQhCcl.svg) no-repeat 50%/72px auto #fff}.transferTopForOwnedTraffic-content[data-v-ae3764c3]{display:grid;row-gap:8px;justify-items:center}.transferTopForOwnedTraffic-description[data-v-ae3764c3]{font-size:15px;font-weight:600;line-height:22px;color:#111;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.transferTopForOwnedTraffic-subdescription[data-v-ae3764c3]{font-size:12px;line-height:14px;color:#949494}.transferRewardSchedule-line[data-v-e53f0a66]{left:0;right:0;margin-left:auto;margin-right:auto}.transferRewardSchedule[data-v-e53f0a66]{will-change:transform;padding:20px 16px}.transferRewardSchedule-content[data-v-e53f0a66]{display:grid;justify-content:space-between;grid-template-columns:repeat(auto-fit,minmax(0,80px));counter-reset:num}.transferRewardSchedule-box[data-v-e53f0a66]{display:grid;row-gap:4px;justify-items:center;font-size:12px;line-height:18px;color:#949494;white-space:nowrap;margin-top:-3px}.transferRewardSchedule-box[data-v-e53f0a66]:before{display:flex;justify-content:center;align-items:center;counter-increment:num;content:counter(num) "";font-weight:600;font-size:12px;color:#b7b7b7;transform:scale(.8);width:25px;height:25px;border-radius:25px;background-color:#f5f5f5;margin-top:3px}.transferRewardSchedule-text[data-v-e53f0a66]{font-weight:600;line-height:14px;color:#555}.transferRewardSchedule-line[data-v-e53f0a66]{position:absolute;z-index:0;display:block;width:calc(100% - 95px);height:2px;background-color:#f5f5f5;top:32px}.transferExordium[data-v-ac707de1]{padding:20px;width:100%;display:grid;row-gap:16px}.transferExordium-top[data-v-ac707de1]{display:grid;row-gap:4px}.transferExordium-title[data-v-ac707de1]{font-weight:600;font-size:13px;line-height:16px;color:#555}.transferExordium-description[data-v-ac707de1]{font-size:12px;line-height:18px;color:#949494}.transferExordium-description span+span[data-v-ac707de1]:before{content:"、"}.transferExordium-list[data-v-ac707de1]{display:grid;row-gap:12px}.transferExordium-item[data-v-ac707de1]{display:grid;grid-template-columns:20px 1fr;-moz-column-gap:4px;column-gap:4px}.transferExordium-item[data-v-ac707de1]:before{content:"";margin:auto}.transferExordium-itemTitle[data-v-ac707de1]{display:flex;align-items:center;font-size:13px;line-height:20px;color:#111}.transferExordium-itemDescription[data-v-ac707de1]{font-size:12px;line-height:18px;color:#949494;grid-column-start:2;grid-column-end:3}.transferExordium.reminder .transferExordium-item[data-v-ac707de1]:before{content:"";width:18px;height:18px;background-image:url(./ico-exclamation--111.b6-kYyy0.png);background-size:contain;margin-top:1px}.transferExordium.warning .transferExordium-item[data-v-ac707de1]:before{background-image:url(./ico-prohibit--red.CNuTxqNd.svg);display:inline-block;background-repeat:no-repeat;content:"";width:18px;height:18px;background-image:url(./ico-prohibit--111.DGPL6nX2.png);background-size:contain;margin-top:1px}.transferNotice[data-v-e26cf18a]{padding:20px;display:grid;row-gap:16px}.transferNotice-title[data-v-e26cf18a]{font-weight:600;font-size:13px;line-height:20px;color:#555}.transferNotice-list[data-v-e26cf18a]{display:grid;row-gap:16px}.transferNotice-item[data-v-e26cf18a]{position:relative;display:block;font-size:12px;line-height:18px;color:#949494;padding-left:24px}.transferNotice-itemTitle[data-v-e26cf18a]{font-size:13px;line-height:20px;color:#111}.transferNotice-numbers[data-v-e26cf18a]{position:absolute;font-weight:700;color:#b7b7b7;top:1px;left:0}[data-v-e26cf18a] .transferNotice-agreementLink{font-weight:600;text-decoration:underline;color:#5b82db}.transferBottom[data-v-69e6b3c5]{display:grid;background-color:#fff;border-radius:8px}.transferBottom-title[data-v-69e6b3c5]{display:flex;justify-content:center;align-items:center;cursor:pointer;-moz-column-gap:2px;column-gap:2px;font-weight:600;font-size:15px;line-height:18px;margin:20px auto 0}.transferBottom-title[data-v-69e6b3c5]:after{content:"";width:18px;height:18px;background-image:url(./anime-arrowDown.DlsXDgtE.png);background-size:cover}.transferBottom-section[data-v-69e6b3c5]:not(:last-child){border-bottom:1px solid #efefef}.transferRewardEventItem-appOnly[data-v-85251eb4],.transferRewardEventItem-passport[data-v-85251eb4]{font-size:12px;font-weight:400;line-height:14px}.transferRewardEventItem[data-v-85251eb4]{display:grid;grid-template-columns:max-content 1fr max-content;-moz-column-gap:10px;column-gap:10px;align-items:center;padding:16px}.transferRewardEventItem[data-v-85251eb4]:not(:first-child){border-top:1px solid #efefef}.transferRewardEventItem-img[data-v-85251eb4]{width:32px;height:32px;background-size:cover;background-position:50%;transform:translateZ(0)}.transferRewardEventItem-img.rewardMission[data-v-85251eb4]{background-image:url(./ico-entryFirstTimerBuy.CSKtfg0q.png)}.transferRewardEventItem-img.redEnvelope[data-v-85251eb4]{background-image:url(./ico-entryAngpau.BY7xqj1H.png)}.transferRewardEventItem-img.premiumBadge[data-v-85251eb4]:after{content:"";background-image:url(./badge-premium.tvRbzHAd.svg);width:34px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;bottom:-6px;left:-1px}.transferRewardEventItem-info[data-v-85251eb4]{display:grid;row-gap:4px;font-size:13px;line-height:16px;color:#949494}.transferRewardEventItem-appOnly[data-v-85251eb4]{color:#ff5b57}.transferRewardEventItem-passport[data-v-85251eb4]{color:#179968}.transferRewardEventItem-title[data-v-85251eb4]{font-size:13px;font-weight:600;line-height:16px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transferRewardEventItem-badge[data-v-85251eb4]{display:inline-flex;padding:0 3px;color:#fff;flex-shrink:0;white-space:nowrap;background-color:#1ec687}.transferRewardEventItem-badge[data-v-85251eb4],.transferRewardEventItem-description[data-v-85251eb4]{font-size:12px;width:-moz-fit-content;width:fit-content;border-radius:2px}.transferRewardEventItem-description[data-v-85251eb4]{display:flex;justify-content:center;align-items:center;height:16px;color:#949494;padding:0 4px}.transferRewardEventItem-description.red[data-v-85251eb4]{background-color:#ffefee;color:#ff5b57}.transferRewardEventItem-description.green[data-v-85251eb4]{background-color:#e5f4ee;color:#07b53b}.transferRewardEventItem-point[data-v-85251eb4]{font-size:18px;font-weight:600}.transferPopup-list[data-v-023fd280]{margin-left:-16px;margin-right:-16px}.transferPopup[data-v-023fd280]{height:80vh}.transferPopup-tab[data-v-023fd280]{position:sticky;top:56px}.transferPopup-list[data-v-023fd280]{display:grid}.transferPopup-list.footerPadding[data-v-023fd280]{padding-bottom:40px}.transferPopup-item[data-v-023fd280]{display:grid;grid-template-columns:1fr minmax(0,auto);padding:16px}.transferPopup-item[data-v-023fd280]:not(:first-child){border-top:1px solid #efefef}.transferPopup-info[data-v-023fd280]{display:grid;row-gap:4px}.transferPopup-description[data-v-023fd280]{font-size:13px;line-height:16px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transferPopup-point[data-v-023fd280]{font-size:18px;font-weight:600}.transferPopup-conditions[data-v-023fd280]{font-size:12px;line-height:14px;color:#949494}.transferData-hint[data-v-01b95fc1]{display:flex;align-items:center;background:#ffe6e6;padding:10px 16px;color:#ff5b57;font-size:13px;font-weight:400;line-height:20px;white-space:nowrap}.transferData-hint[data-v-01b95fc1]:before{content:"";background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:8px;flex-shrink:0}.transferData-bottom[data-v-01b95fc1]{margin:16px}.transferData-bottom.footerPadding[data-v-01b95fc1]{margin-bottom:72px}.snapshotContent-bottomTools{position:fixed;left:0;right:0}@media screen and (min-width:790px){.snapshotContent-bottomTools{left:calc(100vw - 100%)}}.snapshotContent-bottomTools{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.snapshotContent-bottomTools{width:749px}}.snapshotContent{position:relative;padding-bottom:56px;padding-bottom:calc(56px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.snapshotContent-bottomTools{box-shadow:0 -2px 12px -6px #00000026;background-color:#fff;z-index:1;padding:7px 16px;padding-bottom:calc(7px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.snapshotFilter{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .snapshotFilter{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .snapshotFilter{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.snapshotFilter-banner{height:42px;display:grid;align-items:center;grid-template-columns:1fr max-content max-content;padding:8px 16px;font-size:12px;line-height:18px;color:#fff;background-color:#000000b3;z-index:2}.snapshotFilter-currentDate{display:flex;align-items:center}.snapshotFilter-currentDate:before{content:"";background-image:url(./ico-clock--white.Q21hX6mA.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:6px}.snapshotFilter-switchButton{display:flex;align-items:center;margin-left:8px;position:relative;width:50px;background-color:#1ec687;padding:4px 2px 4px 6px;border-radius:4px;cursor:pointer}.snapshotFilter-iconArrow{position:absolute;top:5px;right:3px;content:"";background-image:url(./ico-triangle--downWhite.CD-7UIR6.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards}@keyframes snapshotFilter-iconArrow-rotateUp{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes transferEvents-arrow-rotateDown{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.snapshotFilter-iconArrow--up{animation-name:snapshotFilter-iconArrow-rotateUp}.snapshotFilter-iconArrow--down{animation-name:snapshotFilter-iconArrow-rotateDown}.snapshotFilter-slideDown{position:absolute;width:100%}.snapshotFilter-wrapper{position:relative;z-index:1}.snapshotFilter-timeRange{padding:8px 0;background-color:#f5f5f5}.snapshotFilter-horizontalButtons{padding:0 16px}.snapshotFilter-horizontalButtons .roundedBtns-item{background-color:#efefef}.snapshotFilter-horizontalButtons .roundedBtns-item--active{background-color:#1ec687}.snapshotFilter-content{position:relative;z-index:2;background-color:#f5f5f5;border-radius:0 0 8px 8px;padding-bottom:16px;max-height:calc(80vh - 144px);overflow:auto}.snapshotFilter-notice{margin:8px 16px;font-size:12px;line-height:18px;color:#949494;background:#fff;border-radius:4px;padding:8px}.snapshotFilter-noticeLink{position:relative;display:inline-flex;font-weight:500;color:#5b82db;text-decoration:underline}.snapshotFilter-list{display:grid;row-gap:12px;padding:8px 16px 0}.snapshotFilter-item{display:grid;grid-template-columns:minmax(32px,auto) 1fr;-moz-column-gap:10px;column-gap:10px}.snapshotFilter-itemDateMonth{display:flex;line-height:13px;font-size:12px;color:#949494}.snapshotFilter-itemDateDays{display:flex;font-weight:700;font-size:22px;line-height:26px;color:#555}.snapshotFilter-noRecordText{display:flex;justify-content:center;align-items:center;font-size:13px;line-height:20px;color:#949494;margin-top:16px}.snapshotFilter-recordList{display:grid;row-gap:12px}.snapshotFilter-recordItem{display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;-moz-column-gap:10px;column-gap:10px}.snapshotFilter-recordItemImg{width:40px;height:40px;border-radius:4px;overflow:hidden;background-color:#fff}.snapshotFilter-recordItemInfo{display:grid;row-gap:4px;font-size:12px;line-height:18px;color:#949494}.snapshotFilter-recordItemTimeDate{line-height:14px;color:#555}.snapshotFilter-recordItem.checked:after{content:"";background-image:url(./ico-check-green.BLcA-ro-.svg);width:15px;height:15px;display:inline-block;background-repeat:no-repeat;background-size:contain}.snapshotFilter-recordItem.checked .snapshotFilter-recordItemInfo,.snapshotFilter-recordItem.checked .snapshotFilter-recordItemTimeDate{color:#1ec687}.tabmenu{width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.tabmenu{width:749px}}.tabmenu{justify-content:center;border-bottom:1px solid #f2f2f2}.tabmenu,.tabmenu-link{display:flex;align-items:center}.tabmenu-link{position:relative;height:100%;margin:0 auto}.tabmenu-item,.tabmenu-item--active{display:flex;align-items:center;color:#b7b7b7;width:50%;height:53px;white-space:nowrap;cursor:pointer}.tabmenu-item--active:last-child,.tabmenu-item:last-child{margin-right:0}.tabmenu-item--active{font-weight:700;color:inherit}.tabmenu-item--active .tabmenu-link:after{content:"";position:absolute;bottom:-1px;left:0;height:2px;width:100%;background-color:#000}.tabmenu-sticky{position:sticky!important;top:60px;top:calc(60px + var(--android-safe-area-inset-top, 0));top:calc(60px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(60px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));z-index:4;background-image:linear-gradient(180deg,#fff 17%,#f5f5f5 113%);border-bottom:0}.tabmenu-sticky .tabmenu-item,.tabmenu-sticky .tabmenu-item--active{height:49px}.tabmenu-sticky .tabmenu-link{font-size:15px;font-weight:700}.tabmenu-item--dot{padding:0 14px}.tabmenuLarge{display:flex;align-items:center;position:relative;width:100%;padding:0 16px;background-color:#fff}.tabmenuLarge-item,.tabmenuLarge-item--active{display:inline-block;position:relative;white-space:nowrap;font-size:14px;color:#777;width:auto;margin:0 28px 0 0;height:50px;line-height:50px;cursor:pointer}.tabmenuLarge-item--active{font-weight:700;color:inherit}.tabmenuLarge-item--active:after{content:"";position:absolute;bottom:0;left:0;height:3px;width:100%;background-color:#000}.tabmenuLarge-item--dot{padding:0 14px}.groupTabMenu.tabmenuLarge{padding:0 23px}.groupTabMenu.tabmenu-sticky{background-image:unset}.groupTabMenu.tabmenu-sticky .tabmenu-link{font-weight:400;color:#949494}.groupTabMenu .tabmenuLarge-item--active{font-size:15px;font-weight:500}.groupTabMenu .tabmenuLarge-item--active .tabmenu-link{color:#1ec687}.groupTabMenu .tabmenuLarge-item--active:after{background-color:#1ec687}.merchantBlock-moreButton,.merchantBlock-moreButton--loading{display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:500;height:36px;border-radius:18px;color:#1ec687;background-color:#f5f5f5}.merchantBlock{background-color:#fff;border-radius:8px;overflow:hidden}.merchantBlock-header{color:#fff;height:50px;padding:0 16px;background-size:auto 100%;background-position:100%;display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px}.merchantBlock-title{font-size:17px;font-weight:700}.merchantBlock-subtitle{font-size:13px;line-height:1;opacity:.8}.merchantBlock-body{padding:16px 16px 24px}.merchantBlock-body>:not(:first-child){margin-top:20px}.merchantBlock-moreButton{cursor:pointer}.merchantBlock-moreButton:after{content:"";background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.notifyBlock{background-color:#fff;padding:16px;border-radius:8px;font-size:12px;line-height:1.5;background-color:#e5f4ee;margin-bottom:4px;box-shadow:0 2px 12px -6px #00000026}.notifyBlock-title{font-weight:600;color:#179968}.notifyBlock-description{display:grid;row-gap:4px;color:#777}.notifyBlock-button{display:flex;justify-content:center;align-items:center;height:36px;margin-top:16px;font-size:14px;font-weight:500;color:#1ec687;background-color:#fff;border-radius:36px;cursor:pointer}.notifyBlock-button:after{content:"";background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.merchantBlockList-tabMenu{position:sticky!important;z-index:5;top:103.98px;top:calc(103.98px + var(--android-safe-area-inset-top, 0));top:calc(103.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(103.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .merchantBlockList-tabMenu{top:50px;top:calc(50px + var(--android-safe-area-inset-top, 0));top:calc(50px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(50px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .merchantBlockList-tabMenu{top:109.98px;top:calc(109.98px + var(--android-safe-area-inset-top, 0));top:calc(109.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(109.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.merchantBlockList-tabMenu .expandableTabMenu-message{color:#b7b7b7}.merchantBlockList-filter{padding:8px 16px 10px;background-color:#fff}.merchantBlockList-notify{margin:16px}.merchantBlockList-body{min-height:140px;background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;padding-top:6px}.merchantBlockList-loading{margin:100px 0}.merchantBlockList-angpauIcon{content:"";background-image:url(./ico-angpau.T5T0hVop.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.physicalStoreBanners[data-v-1948003c]{background-color:#fff;padding:16px;border-radius:8px;width:100%;margin-bottom:16px}.physicalStoreBanners-title[data-v-1948003c]{font-size:15px;font-weight:700;margin-bottom:14px;color:#111}.physicalStoreBanners-banner[data-v-1948003c]{display:block;cursor:pointer}.physicalStoreBanners-banner[data-v-1948003c]:not(:last-child){margin-bottom:16px}.logo[data-v-332652ab]{content:"";background-image:url(./img-logo--white.ws-OQZLF.svg);width:91px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-top:32px}.slogan[data-v-332652ab]{margin-top:8px}footer[data-v-332652ab]{background-color:#27292b;height:120px;color:#b7b7b7;text-align:center}.tipIcon{flex-shrink:0;content:"";background-image:url(./ico-tipWhite.BvHyy3rj.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer;margin-left:4px}.promotionMerchantPanel{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.promotionMerchantPanel::-webkit-scrollbar{width:0;display:none}.promotionMerchantPanel-tabContentWrapper{position:relative;z-index:2;background-image:linear-gradient(#fff 50px,#f5f5f5 100px);min-height:100vh;overflow:hidden}.promotionMerchantPanel-tabContentSection{padding:16px;background-color:#fff;border-bottom:8px solid #f5f5f5}.promotionMerchantPanel-tabContentSection:first-child{padding-top:0}.promotionMerchantPanel-tabContentSection:last-child{border-bottom:0}.physicalStoreBottomBar{position:fixed;left:0;right:0}@media screen and (min-width:790px){.physicalStoreBottomBar{left:calc(100vw - 100%)}}.physicalStoreBottomBar{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.physicalStoreBottomBar{width:749px}}.physicalStoreBottomBar-promotionPanelLink{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.physicalStoreBottomBar{display:grid;align-items:center;grid-template-columns:17% 17% 17% 1fr;min-height:56px;box-shadow:0 2px 35px #00000014;background-color:#fff;z-index:10;padding:5px 16px 4px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}@media(min-width:750px){.physicalStoreBottomBar{grid-template-columns:10% 10% 10% 1fr}}@media(max-width:374.98px){.physicalStoreBottomBar{grid-template-columns:10% 20% 10% 1fr}}.physicalStoreBottomBar-link{display:grid;justify-items:center;row-gap:3px;font-size:12px;line-height:1;color:#777;cursor:pointer}.physicalStoreBottomBar-link.account:before{background-image:url(./ico-navbar-accountBlack.CL2BC1Wn.svg)}.physicalStoreBottomBar-link.account:before,.physicalStoreBottomBar-link.pointGuide:before{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.physicalStoreBottomBar-link.pointGuide:before{background-image:url(./ico-pointGuide.G_URr3F0.svg)}@media(max-width:374.98px){.physicalStoreBottomBar-text--overflowToLeft{width:28px;display:flex;justify-content:flex-end;overflow:hidden}}.physicalStoreBottomBar-promotionPanelLink{margin-left:10px}@media(max-width:374.98px){.physicalStoreBottomBar-promotionPanelLink{margin-left:15px}}.physicalStoreBottomBar-angpauIcon{display:inline-block;position:relative;width:42px}.physicalStoreBottomBar-angpauIcon:after{content:"";position:absolute;top:-26px;left:-1px;width:38px;height:38px;background:url(./img-angpauCircle.zsfDvmnf.png) 50%/38px no-repeat}.physicalStoreBottomBar-pointsIcon{content:"";background-image:url(./ico-point--white.DiQtpN6g.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 1px 0 4px}.tutorialBelt-icon>img[data-v-7a3d2f0b]{position:absolute;inset:0;margin:auto}.tutorialBelt[data-v-7a3d2f0b]{display:grid;cursor:pointer;align-items:center;grid-template-columns:max-content 1fr max-content;-moz-column-gap:8px;column-gap:8px;font-weight:600;font-size:17px;color:#303030;padding:12px 16px;height:60px;border-radius:8px;background-color:#f5f5f5}.tutorialBelt[data-v-7a3d2f0b]:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tutorialBelt-icon[data-v-7a3d2f0b]{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;width:36px;height:36px;background-color:#f5f5f5}.tutorial-mainImage>img[data-v-32d2d015]{position:absolute;inset:0;margin:auto}.tutorial-content[data-v-32d2d015]{padding:60px 16px 0}.tutorial-content[data-v-32d2d015],.tutorial-contentSection[data-v-32d2d015]{display:grid;row-gap:24px}.tutorial-title[data-v-32d2d015]{font-weight:600;font-size:24px;line-height:29px;letter-spacing:0;text-align:center}.tutorial-section[data-v-32d2d015]{display:grid;row-gap:4px;color:#000;text-align:center}.tutorial-mainImage[data-v-32d2d015]{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;width:236px;height:150px;margin:auto}@media(min-width:750px){.tutorial-mainImage[data-v-32d2d015]{width:300px;height:190px}}.tutorial-noMainImage[data-v-32d2d015]{display:block;width:0;height:12px}.tutorial-subtitle[data-v-32d2d015]{font-weight:600;font-size:20px;line-height:24px}.tutorial-description[data-v-32d2d015]{font-size:15px;line-height:22px;color:#949494}.flow-image>img[data-v-ed6df2c4]{position:absolute;inset:0;margin:auto}.flow[data-v-ed6df2c4]{display:grid;width:100%;max-width:500px;margin:auto;padding:0 16px}.flow-item[data-v-ed6df2c4]{display:grid;-moz-column-gap:16px;column-gap:16px;grid-template-columns:1fr max-content;font-size:15px;line-height:22px;color:#949494}.flow-item+.flow-item[data-v-ed6df2c4]:before{content:"";background-image:url(./ico-arrowWithTail--downB7B7B7.CjpKgfio.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;grid-column-start:1;grid-column-end:3;margin:8px auto}.flow-badge[data-v-ed6df2c4]{display:flex;justify-content:center;align-items:center;font-size:13px;color:#777;padding:0 10px;height:26px;width:-moz-fit-content;width:fit-content;border-radius:16px;background-color:#f5f5f5;margin-bottom:10px}.flow-title[data-v-ed6df2c4]{font-weight:600;font-size:17px;line-height:25px;color:#000;margin-bottom:4px}.flow-image[data-v-ed6df2c4]{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;width:120px;height:120px}@media(min-width:750px){.flow-image[data-v-ed6df2c4]{width:180px;height:180px}}.newbuyerAngpau[data-v-00a454ea]{display:block;color:#fff;padding:40px 20px;background-color:#ff736f}.newbuyerAngpau-slogan[data-v-00a454ea]{font-weight:600;font-size:24px;line-height:29px;text-align:center;margin:0 auto 24px}.newbuyerAngpau-image[data-v-00a454ea]{height:100px;width:236px;margin:auto;background-size:contain;background-repeat:no-repeat;background-image:url(./img-tutorial-newbuyerAngpau.IQc2VBXm.png)}@media(min-width:750px){.newbuyerAngpau-image[data-v-00a454ea]{height:128px;width:300px}}.newbuyerAngpau-banner[data-v-00a454ea]{display:grid;-moz-column-gap:16px;column-gap:16px;align-items:center;grid-template-columns:max-content 1fr max-content;width:100%;padding:12px 20px;background-color:#fff;border-radius:8px}.newbuyerAngpau-rewards[data-v-00a454ea]{display:grid;row-gap:2px}.newbuyerAngpau-rewards[data-v-00a454ea]:before{content:"";height:50px;width:50px;margin:auto;background-size:contain;background-repeat:no-repeat;background-image:url(./ico-tutorial-newbuyerAngpau.BF2RphfN.png)}.newbuyerAngpau-points[data-v-00a454ea]{display:flex;align-items:center;font-weight:400;color:#07b53b;font-size:20px;font-weight:600}.newbuyerAngpau-points[data-v-00a454ea]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.newbuyerAngpau-info[data-v-00a454ea]{display:grid;row-gap:4px;font-weight:600;font-size:20px;line-height:24px;color:#000;height:-moz-fit-content;height:fit-content}.newbuyerAngpau-text[data-v-00a454ea]{font-weight:400;font-size:13px;line-height:20px;color:#949494}.newbuyerAngpau-button[data-v-00a454ea]{display:flex;justify-content:center;align-items:center;cursor:pointer;font-weight:500;font-size:14px;line-height:17px;padding:0 13px;height:36px;background-color:#ff5b57;border-radius:36px;margin:auto}.newbuyerAngpau-button.solid[data-v-00a454ea]{color:#ff5b57;background-color:#f5f5f5;border:1px solid hsla(0,0%,100%,.01)}.notice[data-v-5b0b065e]{padding-bottom:80px}.notice-title[data-v-5b0b065e]{font-weight:600;font-size:24px;line-height:29px;text-align:center;padding-bottom:24px}.notice-item[data-v-5b0b065e],.notice-title[data-v-5b0b065e]{border-bottom:1px solid #efefef}.notice-item[data-v-5b0b065e]{font-size:15px;line-height:22px}.notice-header[data-v-5b0b065e]{display:flex;align-items:center;position:relative;cursor:pointer;padding:22px 36px 22px 16px}.notice-iconArrow[data-v-5b0b065e]{position:absolute;right:16px;top:22px;content:"";background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards}@keyframes partnerDescription-arrow-rotateUp-5b0b065e{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes partnerDescription-arrow-rotateDown-5b0b065e{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.notice-iconArrow.up[data-v-5b0b065e]{animation-name:partnerDescription-arrow-rotateUp-5b0b065e}.notice-iconArrow.down[data-v-5b0b065e]{animation-name:partnerDescription-arrow-rotateDown-5b0b065e}.notice-content[data-v-5b0b065e]{color:#949494;padding:0 16px 20px}.notice-content .em[data-v-5b0b065e]{color:#638dff;text-decoration:underline;font-weight:500}.tutorialSteps-image>img[data-v-e2214719]{position:absolute;inset:0;margin:auto}.tutorialSteps[data-v-e2214719]{display:grid;row-gap:24px}.tutorialSteps-sectionTitle[data-v-e2214719]{font-weight:600;font-size:24px;line-height:29px;color:#000;text-align:center;margin-top:56px}.tutorialSteps-list[data-v-e2214719]{counter-reset:num;margin-left:-31px}.tutorialSteps-item[data-v-e2214719]{position:relative;display:grid;row-gap:4px;padding:0 0 24px 31px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-left:2px solid #efefef;width:236px;margin:auto}@media(min-width:750px){.tutorialSteps-item[data-v-e2214719]{width:300px}}.tutorialSteps-item[data-v-e2214719]:before{display:flex;justify-content:center;align-items:center;position:absolute;counter-increment:num;content:counter(num) "";font-weight:600;font-size:12px;width:24px;height:24px;border-radius:24px;color:#777;background-color:#efefef;left:-13.5px}.tutorialSteps-item[data-v-e2214719]:last-child{padding-bottom:0}.tutorialSteps-image[data-v-e2214719]{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;width:236px;height:236px}@media(min-width:750px){.tutorialSteps-image[data-v-e2214719]{width:300px;height:300px}}.tutorialSteps-title[data-v-e2214719]{font-weight:600;font-size:20px;line-height:24px}.tutorialSteps-description[data-v-e2214719]{font-size:15px;line-height:22px;color:#949494}.tutorialSubBlock-image>img[data-v-87ac2d26]{position:absolute;inset:0;margin:auto}.tutorialSubBlock[data-v-87ac2d26]{display:grid;-moz-column-gap:24px;column-gap:24px;row-gap:24px;grid-template-columns:repeat(2,1fr);height:-moz-fit-content;height:fit-content}@media(min-width:750px){.tutorialSubBlock[data-v-87ac2d26]{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}}.tutorialSubBlock-item[data-v-87ac2d26]{display:grid;row-gap:4px;color:#000;height:-moz-fit-content;height:fit-content}.tutorialSubBlock-image[data-v-87ac2d26]{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;width:36px;height:36px;background-color:#fff}.tutorialSubBlock-title[data-v-87ac2d26]{font-weight:600;font-size:17px;line-height:25px}.tutorialSubBlock-description[data-v-87ac2d26]{font-size:15px;line-height:22px;color:#949494}.tutorialTips-image>img[data-v-17327935]{position:absolute;inset:0;margin:auto}.tutorialTips[data-v-17327935]{display:grid;align-items:center;grid-template-columns:1fr max-content;-moz-column-gap:8px;column-gap:8px;font-size:15px;color:#303030;padding:16px 0;border-top:1px solid #efefef;border-bottom:1px solid #efefef}.tutorialTips-info[data-v-17327935]{display:grid;row-gap:4px;font-size:15px;line-height:22px;color:#949494}.tutorialTips-title[data-v-17327935]{display:flex;align-items:center;font-weight:600;color:#1ec687;-moz-column-gap:2px;column-gap:2px}.tutorialTips-title[data-v-17327935]:before{content:"";background-image:url(./ico-exclamation-green.C22jQFzh.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tutorialTips-image[data-v-17327935]{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;width:90px;height:90px;background-color:#fff}.tutorialTips .em[data-v-17327935]{color:#638dff;text-decoration:underline;font-weight:500}.tutorialFooter-icon>img{position:absolute;inset:0;margin:auto}.tutorialFooter{padding:40px 16px 100px;background-color:#f5f5f5}.tutorialFooter-title{font-weight:600;font-size:24px;line-height:29px;margin-bottom:24px}.tutorialFooter-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.tutorialFooter-item{display:grid;align-items:center;grid-template-columns:1fr max-content;-moz-column-gap:8px;column-gap:8px;height:60px;font-weight:600;font-size:17px;color:#111;padding:0 16px;background-color:#fff;border-radius:8px;cursor:pointer}.tutorialFooter-item:first-child{grid-column-start:1;grid-column-end:3}.home .tutorialFooter-item:first-child{grid-column-end:2}.tutorialFooter-icon{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;width:36px;height:36px;background-color:#fff}.announcement{position:relative;padding:16px;display:flex;align-items:center;width:100%;height:50px;background-image:url(./bg-announcement.uUHkNjQM.png);background-size:cover;background-position:50%;border-radius:0 0 8px 8px;z-index:1}.announcement-list{position:relative;display:block;height:16px;width:100%;overflow:hidden}.announcement-wrapper{transition:transform .5s ease}.announcement-text{display:block;width:100%;height:100%;font-size:12px;color:#777;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.announcement-arrow{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:auto}.cardList{display:grid;grid-template-columns:repeat(4,1fr)}.cardList-itemLink{display:flex;align-items:center;flex-direction:column;cursor:pointer}.cardList-item--shortcut{display:flex;justify-content:flex-start;align-items:center}.cardList-itemText{font-size:12px;color:#777}.cardList-itemImg{display:flex;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:8px;background:#f5f5f5;border-radius:100%;overflow:hidden}.cardList-itemIcon{position:relative}.order--checkable.blue .order-check.checked:after,.order--checkable.red .order-check.checked:after{content:"";position:absolute;top:0;bottom:0;right:14px;margin:auto;border-radius:50%;overflow:hidden;width:12px;height:12px;display:block;z-index:2}.order,.order--checkable{position:relative;display:grid;row-gap:4px;width:100%;font-size:12px;line-height:17px;color:#949494}.order--checkable{border:1px solid #efefef;border-radius:8px;padding:8px}.order-top{display:flex;align-items:center;line-height:22px;margin-bottom:5px}.order-image{position:relative;width:18px;height:18px;min-width:18px;display:flex;overflow:hidden;border-radius:4px;margin-right:8px;filter:brightness(97%)}.order-infoTop{display:flex;align-items:center;margin-bottom:5px}.order-name{color:#555}.order-name,.order-price{font-size:13px;font-weight:600;line-height:16px}.order-price{color:#111}.order-check{position:absolute;width:100%;height:100%;cursor:pointer}.order-check:before{content:"";display:inline-block;position:absolute;top:0;bottom:0;right:11px;margin:auto;width:18px;height:18px;border:1px solid #b7b7b7;background-color:#fff;border-radius:50%;z-index:1}.order--checkable.red .order-check.checked:before,.order--checkable.red.checked{border:1px solid #ff5b57}.order--checkable.red .order-check.checked:after{background-color:#ff5b57}.order--checkable.blue.checked{border:1px solid #4270ed;background:#4270ed1a}.order--checkable.blue .order-check.checked:before{border:1px solid #4270ed}.order--checkable.blue .order-check.checked:after{background-color:#4270ed}.orderList{display:grid;row-gap:16px}.bindOrderPage{padding-bottom:50px}.bindOrderPage-hint{display:flex;align-items:center;font-size:13px;padding:10px 16px;background-color:#ffe6e6;color:#ff5b57}.bindOrderPage-hint:before{content:"";background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:8px}.bindOrderPage-orderList{background-color:#fff;padding:16px;border-radius:8px;margin:16px}.bindOrderPage-more{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;height:36px;border-radius:18px;color:#ff5b57;background-color:#f5f5f5;margin-top:16px;cursor:pointer}.bindOrderPage-more:after{content:"";background-image:url(./ico-arrow--downRed.DtYG7u9J.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.bindOrderPage-buttonPoints{display:flex;align-items:center;font-weight:400;color:#07b53b;font-weight:500;color:#fff;margin-left:4px}.bindOrderPage-buttonPoints:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.envelope{padding-bottom:56px}.envelope-products{margin:0 16px}.envelope-noticeBar{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));width:100%;max-width:750px}.noTitlebar .envelope-noticeBar{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .envelope-noticeBar{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.angpauTimeline-wrap--bottomBar[data-v-f691ab17]{padding-bottom:56px}.angpauTimeline-title[data-v-f691ab17]{margin:16px;font-size:16px;font-weight:700}.angpauTimeline-details[data-v-f691ab17]{margin:16px;padding:16px;border-radius:8px;background-color:#fff}.brandCardItems{background-color:#fff}.brandCardItems.verticalMode{display:grid;row-gap:8px}.brandCardItems.horizontalMode{display:flex;align-items:center;align-items:baseline}.merchantOverview-labels{position:sticky!important;z-index:5;top:calc(53.98px + var(--offset, 0px));top:calc(53.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .merchantOverview-labels{top:var(--offset,0);top:calc(var(--offset, 0px) + var(--android-safe-area-inset-top, 0));top:calc(var(--offset, 0px) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--offset, 0px) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .merchantOverview-labels{top:calc(59.98px + var(--offset, 0px));top:calc(59.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.merchantOverview-content{padding:16px;display:grid;-moz-column-gap:16px;column-gap:16px;row-gap:16px;grid-template-columns:repeat(3,minmax(0,33.3%));grid-template-rows:max-content;min-height:calc(100vh - var(--content-min-height-offset))}@media(min-width:750px){.merchantOverview-content{grid-template-columns:repeat(5,minmax(0,20%))}}.categoryBrandPage{display:grid;grid-template-columns:94px 1fr}.categoryBrandPage-contentContainer{min-width:0;background-color:#fff;min-height:100vh}.popup{position:fixed;left:0;right:0}@media screen and (min-width:790px){.popup{left:calc(100vw - 100%)}}.popup{bottom:0;top:0}.offsetPanelPadding{margin-left:-16px;margin-right:-16px}.fade-enter-from,.fade-leave-to{opacity:0}abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;color:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--safe-area-top-height:var(--android-safe-area-inset-top,constant(safe-area-inset-top));--safe-area-top-height:var(--android-safe-area-inset-top,env(safe-area-inset-top));--safe-area-bottom-height:var(--android-safe-area-inset-bottom,constant(safe-area-inset-bottom));--safe-area-bottom-height:var(--android-safe-area-inset-bottom,env(safe-area-inset-bottom))}html{-webkit-text-size-adjust:100%;font-size:16px}@media screen and (min-width:790px){html{margin-left:calc(100vw - 100%)}}@media screen and (min-width:751px){html{background-color:#f5f5f5}}body{padding-bottom:0;padding-bottom:calc(var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));font-family:-apple-system,Roboto,Helvetica Neue,Helvetica,Arial,system,sans-serif;line-height:16px;color:#000;background-color:#f5f5f5;height:100%;min-height:100vh;overflow-x:hidden}body:after{content:"";display:block;height:.1px}@media screen and (min-width:751px){body{max-width:752px;border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0;margin-left:auto;margin-right:auto}}.groupedRoundedBox>:not(:first-child):not(:last-child){border-radius:0}.groupedRoundedBox>:first-child:not(:only-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.groupedRoundedBox>:last-child:not(:only-child){border-top-left-radius:0;border-top-right-radius:0}#app:before,#root:before{content:"";display:block;width:100%;height:0;height:calc(var(--android-safe-area-inset-top, 0));height:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));height:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)));background-color:var(--safe-area-background-color,#fff);z-index:9;position:sticky;top:0}#app.pwa:before,#root.pwa:before{background-color:var(--safe-area-background-color,#000)}a{color:inherit}a,a:hover,a:visited{text-decoration:none}*,:after,:before{box-sizing:border-box;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(255,255,255,.5)}input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;width:0;height:0}input[type=search]{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=search]:focus{outline-width:0}button{cursor:pointer;border:none}button:focus{outline:none;box-shadow:none}@font-face{font-family:LINESeedBd;src:url(./LINESeedSans_W_Bd.LLrYzawZ.eot) format("eot")}@font-face{font-family:LINESeedBd;src:url(./LINESeedSans_W_Bd.qzg0ZM6_.woff) format("woff")}@font-face{font-family:LINESeedBd;src:url(./LINESeedSans_W_Bd.UZUYnuvS.woff2) format("woff2")}@font-face{font-family:LINESeed;src:url(./LINESeedSans_W_Rg.CznqbESq.eot) format("eot")}@font-face{font-family:LINESeed;src:url(./LINESeedSans_W_Rg.D9gzuvA4.woff) format("woff")}@font-face{font-family:LINESeed;src:url(./LINESeedSans_W_Rg.CG3dZJt1.woff2) format("woff2")}.userAgentDefault{all:initial}.userAgentDefault h1{font-size:2em;margin:.67em 0;font-weight:700}.userAgentDefault h2{font-size:1.5em;margin:.83em 0;font-weight:700}.userAgentDefault h3{font-size:1.17em;margin:1em 0;font-weight:700}.userAgentDefault h4{margin:1.33em 0;font-weight:700}.userAgentDefault h5{font-size:.83em;margin:1.67em 0;font-weight:700}.userAgentDefault h6{font-size:.67em;margin:2.33em 0;font-weight:700}.userAgentDefault p{margin:1em}.userAgentDefault blockquote,.userAgentDefault figure{margin:1em 40px}.userAgentDefault blockquote{border-left:2px solid #ddd}.userAgentDefault ul{list-style-type:disc;margin:1em 0;padding-left:40px}.userAgentDefault ol{list-style-type:decimal;margin:1em 0;padding-left:40px}.userAgentDefault ol ul,.userAgentDefault ul ul{list-style-type:circle}.userAgentDefault ol ol ul,.userAgentDefault ol ul ul,.userAgentDefault ul ol ul,.userAgentDefault ul ul ul{list-style-type:square}.userAgentDefault img{max-width:100%!important;height:auto!important}.userAgentDefault b,.userAgentDefault strong{font-weight:700}.userAgentDefault address,.userAgentDefault cite,.userAgentDefault dfn,.userAgentDefault em,.userAgentDefault i,.userAgentDefault var{font-style:italic}.userAgentDefault del,.userAgentDefault s,.userAgentDefault strike{text-decoration:line-through}.userAgentDefault table{border-color:gray}.userAgentDefault tbody,.userAgentDefault tr{border-color:inherit}.userAgentDefault td{border:1px solid gray}.userAgentDefault sub,.userAgentDefault sup{font-size:smaller}.userAgentDefault sup{vertical-align:super}.userAgentDefault sub{vertical-align:sub}.userAgentDefault code{font-family:monospace;padding:5px;background:#ddd}html:not(.firefox) [data-lazy=loading]{filter:brightness(100%) blur(25px)!important}html:not(.firefox) [data-lazy=error],html:not(.firefox) [data-lazy=loaded]{transition:filter .3s}html.firefox [data-lazy=loading]{opacity:0!important}html.firefox [data-lazy=error],html.firefox [data-lazy=loaded]{transition:opacity .3s}.tinyFont{display:block;transform:scale(.916)}.nanoFont{display:block;transform:scale(.833)}.textLink{position:relative;display:inline-flex;color:#5b82db;text-decoration:underline;cursor:pointer}.popup{background-color:#00000080;z-index:10}.responsiveImg{display:block;width:100%;height:auto}.objectFitImg{-o-object-fit:contain;object-fit:contain;height:auto;width:100%;max-height:100%;max-width:100%}.paddingBlock{margin:16px}.paddingBlockWithTitle{margin:28px 16px 16px}.nonPaddingBlock{margin:16px 0}.nonPaddingBlockWithTitle{margin:28px 0 16px}.wrap--bottomBar{padding-bottom:56px}.ecacBody--white{background-color:#fff}.ecacBody--black{background-color:#231d1b}.ecacBody--gold{background-image:url(./bg-hotSearch-right.DrLYAb6T.png),url(./bg-hotSearch-left.BPZujni4.png),linear-gradient(170deg,#dfb783b3 2%,#f5f5f5 51%),linear-gradient(307deg,#eacda380 14%,#e7bf8b 53%,#ad8954 79%);background-position:62.6vw -7px,0 0,left 120.8vw,0 0;background-size:50%,53%,100% 41.86vw,100% 162.6vw;background-repeat:no-repeat}@media(min-width:750px){.ecacBody--gold{background-position:500px -7px,0 0,left 120.8vw,0 0;background-size:42%,232px,100% 41.86vw,100% 162.6vw}}.ecacBody--fullWidth{width:100%;max-width:100%}@media(min-width:375px){.showSm{display:none!important}}@media(max-width:374.98px){.hideSm{display:none!important}}.fade-enter-active,.fade-leave-active{transition:opacity .15s}.color--green01{color:#1ec687!important}.color--blue01{color:#638dff!important}.earnedPage-additionalInfoTip[data-v-dfe32b3c],.earnedPage-pointsTip[data-v-dfe32b3c]{position:absolute;display:grid;-moz-column-gap:12px;column-gap:12px;grid-template-columns:auto 24px;font-size:11px;line-height:14px;color:#fff;padding:12px 0 12px 12px;border-radius:4px;background-color:#1f1f1f;left:50%;transform:translate(-50%)}.earnedPage-additionalInfoTip[data-v-dfe32b3c]:before,.earnedPage-pointsTip[data-v-dfe32b3c]:before{transform:translate(-50%)}.earnedPage[data-v-dfe32b3c]{--actions-height:65px;--actions-height:calc(65px + var(--android-safe-area-inset-bottom, 0));--actions-height:calc(65px + var(--android-safe-area-inset-bottom, constant(safe-area-inset-bottom)));--actions-height:calc(65px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));position:absolute;left:0;width:100vw;min-height:100vh;background-color:#fff}.earnedPage-content[data-v-dfe32b3c]{padding:18px 34px 65px;text-align:center;width:100%;max-width:375px;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.earnedPage-title[data-v-dfe32b3c]{font-size:13px;line-height:20px;color:#303030}.earnedPage-points[data-v-dfe32b3c]{margin:6px 0 16px;gap:4px}.earnedPage-points[data-v-dfe32b3c],.earnedPage-pointsValue[data-v-dfe32b3c]{display:flex;justify-content:center;align-items:center}.earnedPage-pointsValue[data-v-dfe32b3c]{font-size:26px;font-weight:700;line-height:100%;color:#111}.earnedPage-pointsValue[data-v-dfe32b3c]:before{background-image:url(./ico-point--green.C6QozQX8.svg);width:20px;height:20px;margin-right:4px}.earnedPage-pointsTipToggle[data-v-dfe32b3c],.earnedPage-pointsValue[data-v-dfe32b3c]:before{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.earnedPage-pointsTipToggle[data-v-dfe32b3c]{background-image:url(./ico-infoGrey--italic.n3gb6h8w.svg);width:16px;height:16px;cursor:pointer;position:relative}.earnedPage-pointsTip[data-v-dfe32b3c]{z-index:1;width:226px;top:28px}.earnedPage-pointsTip[data-v-dfe32b3c]:before{content:"";position:absolute;top:-8px;width:12px;height:8px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #1f1f1f;left:50%}.earnedPage-pointsTipList[data-v-dfe32b3c]{list-style:disc}.earnedPage-pointsTipItem[data-v-dfe32b3c]{margin-left:12px;text-align:left;font-size:11px;line-height:14px}.earnedPage-tipCloseBtn[data-v-dfe32b3c]{content:"";background-image:url(./ico-close--greyLight.Bh4kllaA.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:relative;cursor:pointer}.earnedPage-tipCloseBtn[data-v-dfe32b3c]:after{content:"";display:block;position:absolute;left:0;top:0;width:250%;height:250%;transform:translate(-30%,-30%)}.earnedPage-familyServices[data-v-dfe32b3c]{background-color:#f7f7f7;padding:20px 24px;border-radius:8px;display:grid;row-gap:12px;margin-bottom:6px}.earnedPage-familyServicesName[data-v-dfe32b3c]{display:flex;justify-content:center;align-items:center;gap:4px;color:#111;font-size:14px;font-weight:500;line-height:18px;letter-spacing:-3%}.earnedPage-familyServicesItem[data-v-dfe32b3c]{display:flex;justify-content:space-between}.earnedPage-familyServicesItem--travel[data-v-dfe32b3c]:before{background-image:url(./ico-travel.DaGMTgp-.svg)}.earnedPage-familyServicesItem--shopping[data-v-dfe32b3c]:before,.earnedPage-familyServicesItem--travel[data-v-dfe32b3c]:before{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.earnedPage-familyServicesItem--shopping[data-v-dfe32b3c]:before{background-image:url(./ico-shoppingBag.kJOU3R3r.svg)}.earnedPage-familyServicesItem--giftshop[data-v-dfe32b3c]:before{content:"";background-image:url(./ico-giftBlack.DmH0Kdei.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.earnedPage-familyServicesItemPoints[data-v-dfe32b3c]{display:flex;justify-content:center;align-items:center;font-weight:700;gap:2px}.earnedPage-familyServicesItemPoints[data-v-dfe32b3c]:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.earnedPage-additionalInfo[data-v-dfe32b3c]{display:flex;justify-content:center;align-items:center;gap:2px;font-size:13px;line-height:17px;color:#949494;padding:5px 16px;position:relative}.earnedPage-additionalInfoTipToggle[data-v-dfe32b3c]{cursor:pointer;content:"";background-image:url(./ico-issueGrey.SXMBi-K4.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.earnedPage-additionalInfoTip[data-v-dfe32b3c]{width:276px;bottom:33px}.earnedPage-additionalInfoTip[data-v-dfe32b3c]:before{content:"";position:absolute;bottom:-8px;width:12px;height:8px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #1f1f1f;left:50%}.earnedPage-additionalInfoTipTitle[data-v-dfe32b3c]{text-align:left;display:block}.earnedPage-additionalInfoTipList[data-v-dfe32b3c]{list-style:decimal}.earnedPage-additionalInfoTipItem[data-v-dfe32b3c]{margin-left:17px;text-align:left;font-size:11px;line-height:14px}.earnedPage-additionalInfoTipItem--bullet[data-v-dfe32b3c]{color:#4270ed;margin-left:23px;display:block}.earnedPage-additionalInfoTipItem--bullet[data-v-dfe32b3c]:before{content:"•";margin-right:6px;font-size:15px;line-height:11px;vertical-align:middle}.earnedPage-additionalInfoTipLink[data-v-dfe32b3c]{color:#4270ed;text-decoration:underline;cursor:pointer}.earnedPage-additionalInfoTipLink[data-v-dfe32b3c]:hover{text-decoration:underline}.earnedPage-additionalInfoTipSeparator[data-v-dfe32b3c]{margin:0 4px;color:#fff}.earnedPage-actions[data-v-dfe32b3c]{height:var(--actions-height);display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:7px;column-gap:7px;position:fixed;bottom:0;left:0;right:0;padding-top:8px;background-color:#fff;padding-bottom:8px;padding-bottom:calc(8px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));padding-left:16px;padding-left:calc(16px + var(--android-safe-area-inset-left, env(safe-area-inset-left)));padding-right:16px;padding-right:calc(16px + var(--android-safe-area-inset-right, env(safe-area-inset-right)))}.earnedPage-actionLink[data-v-dfe32b3c]{border:1px solid #efefef;border-radius:5px}.earnedPage-actionLink[data-v-dfe32b3c],.earnedPage-confirm[data-v-dfe32b3c]{font-size:13px;line-height:17px;font-weight:600;padding:15px 9px;text-align:center;cursor:pointer}.earnedPage-confirm[data-v-dfe32b3c]{background-color:#06c755;border:1px solid #06c755;border-radius:5px;color:#fff}.loginErrorPage-roundedbutton[data-v-43629c0c]{font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.loginErrorPage[data-v-43629c0c],.loginErrorPage-roundedbutton[data-v-43629c0c]{display:flex;justify-content:center;align-items:center}.loginErrorPage[data-v-43629c0c]{margin-bottom:28px;flex-direction:column}.loginErrorPage-img[data-v-43629c0c]{margin-top:90px;width:170px;height:170px}.loginErrorPage-text[data-v-43629c0c]{font-size:17px;font-weight:700;line-height:1.4;color:#111;margin-top:16px}.loginErrorPage-description[data-v-43629c0c]{width:197px;text-align:center;font-size:13px;line-height:1.4;color:#777;margin-top:2px}.loginErrorPage-buttonWrapper[data-v-43629c0c]{display:flex;gap:20px;margin-top:13px}.loginErrorPage-roundedbutton.hollow[data-v-43629c0c]{border:1px solid #1ec687;color:#1ec687;background:transparent}.extensionLoginPage-button{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.extensionLoginPage{margin:0 auto;max-width:1440px;min-height:100%;display:grid;grid-template-rows:max-content minmax(0,auto) max-content}.extensionLoginPage:before{content:"";display:table}.extensionLoginPage-wrapper{display:grid;grid-template-columns:1fr minmax(0,auto);-moz-column-gap:9%;column-gap:9%;align-items:center;margin:122px 10%;max-width:1152px}.extensionLoginPage-title{font-size:40px;font-weight:600;line-height:140%}.extensionLoginPage-content{display:grid;row-gap:24px;font-size:20px;font-weight:400;line-height:1.2;color:#111}.extensionLoginPage-description{display:grid;row-gap:16px}.extensionLoginPage-oaText{font-size:13px;line-height:20px;color:#949494;margin-bottom:12px}.extensionLoginPage-links{display:flex;gap:24px}.extensionLoginPage-subDescription{display:flex;align-items:center;white-space:nowrap}.extensionLoginPage-subDescription em{margin:0 8px;font-family:LINESeedBd;font-size:24px;-webkit-text-stroke:1.5px;color:#07b53b}.extensionLoginPage-image{width:100%;height:auto;max-width:466px;max-height:343px;border-radius:8px;border:2px solid #efefef;overflow:hidden}.extensionLoginPage-button{height:56px;font-size:20px;padding:0 52px;width:-moz-fit-content;width:fit-content;border-radius:56px}.extensionLoginPage-footer{font-size:13px;line-height:1.5;color:#949494;margin-bottom:89px;text-align:center}.extensionSuccessPage-button{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.extensionSuccessPage{display:grid;align-items:center;margin:0 auto;max-width:1440px}.extensionSuccessPage-top{display:grid;align-items:center;grid-template-columns:1fr minmax(0,auto);color:#111;margin:0 10%;max-width:1152px}.extensionSuccessPage-content{display:grid;grid-template-rows:repeat(3,max-content);row-gap:24px;font-size:20px;font-weight:400;line-height:1.2}.extensionSuccessPage-title{font-size:40px;font-weight:600;line-height:140%}.extensionSuccessPage-title em{margin:0 4px;font-family:LINESeedBd;color:#1ec687;-webkit-text-stroke:.2px;font-weight:600}.extensionSuccessPage-image{width:100%;height:auto;max-width:466px;max-height:346px}.extensionSuccessPage-action{display:grid;-moz-column-gap:24px;column-gap:24px;align-items:center;grid-template-columns:max-content max-content;width:-moz-fit-content;width:fit-content;margin-top:12px}.extensionSuccessPage-button{height:56px;font-size:20px;width:172px;border-radius:56px}.extensionSuccessPage-button.reverse{background-color:#fff;border:2px solid #1ec687;color:#1ec687}.extensionSuccessPage-bottom{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:24px;column-gap:24px;margin:0 10%;max-width:1152px}.extensionSuccessPage-stepImage{width:100%;height:auto;border-radius:8px;border:2px solid #efefef;overflow:hidden}.extensionSuccessPage-footer{font-size:13px;line-height:1.5;color:#949494;margin-top:100px;text-align:center}.launchPad>:not(:first-child){margin-top:24px}.launchPad-list{display:grid;grid-template-columns:repeat(4,1fr);row-gap:16px}.launchPad-item{display:grid;grid-template-rows:1fr 14px;row-gap:10px;justify-content:center;justify-items:center}.launchPad-item,.launchPad-merchantIconContainer{position:relative}.launchPad-itemImage,.launchPad-itemImage--merchantIcon{width:46px;margin:0 auto}.launchPad-itemImage--merchantIcon{border-radius:4px;overflow:hidden;filter:brightness(97%)}.launchPad-serviceBadge{position:absolute;top:-8px;left:-3px;z-index:1}.launchPad-text{color:#555;text-align:center;white-space:nowrap;font-size:12px}.launchPad-loading{margin-top:100px;margin-bottom:100px}.launchPadPopup-footerButton{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.launchPadPopup-footerButton:before{content:"";background-image:url(./ico-home--white.BX33zu69.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.calendar[data-v-6a13f8b9]{display:grid;-moz-column-gap:2px;column-gap:2px;grid-template-columns:repeat(6,1fr)}.calendar-item[data-v-6a13f8b9]{cursor:pointer;display:grid;row-gap:4px;align-items:center;justify-content:center;justify-items:center;padding:8px 0;font-weight:600;background-color:transparent;transition:background-color .3s ease-in-out;border-radius:10px}.calendar-item[data-v-6a13f8b9]:first-child{background-color:#f5f5f5}.calendar-item.isEmpty[data-v-6a13f8b9]{cursor:default;background-color:#fff;color:#c8c8c8}.calendar-item.active[data-v-6a13f8b9]{background-color:#000;color:#fff}.fullPage .calendar-item[data-v-6a13f8b9]{row-gap:3px;padding:10px 0}.calendar-date.small[data-v-6a13f8b9]{font-size:12px}.fullPage .calendar-date.small[data-v-6a13f8b9]{font-size:13px}.calendar-dayOfWeek[data-v-6a13f8b9]{font-size:12px;font-weight:400;line-height:14px;color:#949494}.active .calendar-dayOfWeek[data-v-6a13f8b9]{color:#dcdcdc}.isEmpty .calendar-dayOfWeek[data-v-6a13f8b9]{color:#c8c8c8}.calendarItem-button[data-v-5fbe306d],.calendarItem-button.addedToCalendar[data-v-5fbe306d]{display:flex;justify-content:center;align-items:center;height:32px;font-size:13px;font-weight:600;border-radius:32px}.calendarItem[data-v-5fbe306d]{position:relative;display:grid;row-gap:4px;padding:12px 10px;width:126px;background-color:#fff;border-radius:16px;border:1px solid #f5f5f5;box-shadow:0 2px 8px -2px #0000000a}.fullPage .calendarItem[data-v-5fbe306d]{padding:12px;width:150px}.calendarItem-badge[data-v-5fbe306d]{position:absolute;left:5px;top:5px;z-index:2}.calendarItem-badge.ANGPAU[data-v-5fbe306d]{background-image:url(./badge-angpau.Bivv1eF0.svg)}.calendarItem-badge.ANGPAU[data-v-5fbe306d],.calendarItem-badge.REWARD_MISSION[data-v-5fbe306d]{content:"";width:39px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.calendarItem-badge.REWARD_MISSION[data-v-5fbe306d]{background-image:url(./badge-mission.CMEkXpo6.svg)}.fullPage .calendarItem-badge[data-v-5fbe306d]{left:inherit;right:6px;top:6px}.calendarItem-logoGroup[data-v-5fbe306d]{width:40px;height:40px;position:relative;margin:0 auto}.fullPage .calendarItem-logoGroup[data-v-5fbe306d]{width:48px;height:48px;margin:0 auto 4px}.calendarItem-logoImage[data-v-5fbe306d]{width:40px;height:40px;display:flex;border-radius:40px;overflow:hidden;margin:0 auto;filter:brightness(97%)}.fullPage .calendarItem-logoImage[data-v-5fbe306d]{width:48px;height:48px;border-radius:48px}.calendarItem-favoriteIcon[data-v-5fbe306d]{display:flex;justify-content:center;align-items:center;width:20px;height:20px;position:absolute;right:-10px;bottom:0;border-radius:50%;border:.63px solid #efefef;background-color:#fff;z-index:1}.calendarItem-partnerLink[data-v-5fbe306d]{display:grid;row-gap:2px}.fullPage .calendarItem-partnerLink[data-v-5fbe306d]{row-gap:4px}.calendarItem-merchant[data-v-5fbe306d]{line-height:14px;font-size:12px;font-weight:600;text-align:center;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendarItem-reward[data-v-5fbe306d]{display:inline-grid;grid-template-columns:minmax(0,auto) max-content;font-size:14px;font-weight:600;justify-content:center}.calendarItem-rewardText[data-v-5fbe306d]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fullPage .calendarItem-reward[data-v-5fbe306d]{font-size:15px}.calendarItem-points[data-v-5fbe306d]{font-weight:400;color:#07b53b;display:flex;align-items:center;margin-left:2px}.calendarItem-points[data-v-5fbe306d]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.fullPage .calendarItem-points[data-v-5fbe306d]:before{width:16px;height:16px}.calendarItem-originalReward[data-v-5fbe306d]{color:#b7b7b7;display:flex;align-items:center;font-weight:400;text-decoration:line-through}.calendarItem-originalReward[data-v-5fbe306d]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--grey.Dg8b4yyB.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.fullPage .calendarItem-originalReward[data-v-5fbe306d]{font-size:12px;margin:auto}.calendarItem-button[data-v-5fbe306d]{background-color:#f5f5f5;color:#111}.calendarItem-button.addedToCalendar[data-v-5fbe306d]{background-color:#fff;color:#777;border:1px solid #f5f5f5}.calendarItem-icon[data-v-5fbe306d]{display:flex;align-items:center}.calendarItem-icon[data-v-5fbe306d]:before{content:"";background-image:url(./ico-calendar.BL08-lVw.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.calendarItem-timer[data-v-5fbe306d]{display:flex;align-items:center;font-size:12px;line-height:14px;justify-content:center;margin-top:4px;color:#777}.fullPage .calendarItem-timer[data-v-5fbe306d]{font-size:13px;line-height:16px;margin-top:6px}.calendarItem-timer--clock[data-v-5fbe306d]:before{content:"";background-image:url(./ico-clock--bold.BSH1sXz8.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:2px}.calendarItem-timer--orange[data-v-5fbe306d]{color:#ff6f36}.calendarItem-timer--orange .calendarItem-circle--top[data-v-5fbe306d]{stroke:#ff6f36}.calendarItem-timer--orange .calendarItem-circle--back[data-v-5fbe306d]{stroke:#ff6f3633}.calendarItem-timer--red[data-v-5fbe306d]{color:#ff5b57}.calendarItem-timer--red .calendarItem-circle--top[data-v-5fbe306d]{stroke:#ff5b57}.calendarItem-timer--red .calendarItem-circle--back[data-v-5fbe306d]{stroke:#ff5b5733}.calendarItem-circleWrapper[data-v-5fbe306d]{width:16px;height:16px;position:relative;margin-right:2px}.calendarItem-circle[data-v-5fbe306d]{width:16px;height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg)}.calendarList[data-v-7cc7157e]{display:flex;justify-content:flex-start;gap:16px}.calendarList[data-v-7cc7157e]>*{flex:0 0 max-content}.calendarList-scrollableWrapper[data-v-7cc7157e]{display:inline-flex;height:332px;min-width:100%}.calendarList-scrollableWrapper.noChild[data-v-7cc7157e]{display:none}.fullPage .calendarList-scrollableWrapper[data-v-7cc7157e]{height:424px}.calendarList-content[data-v-7cc7157e]{flex-grow:0;display:grid;gap:8px;grid-auto-flow:column dense;grid-template-rows:1fr 1fr;grid-template-columns:repeat(auto-fit,minmax(0,min-content))}.calendarList-nextDay[data-v-7cc7157e]{flex-grow:1;min-width:150px;grid-row-start:1;grid-row-end:3}.calendarList-nextDay[data-v-7cc7157e],.calendarList-nextDayWrapper[data-v-7cc7157e]{display:flex;justify-content:center;align-items:center}.calendarList-nextDayWrapper[data-v-7cc7157e]{flex-direction:column;width:40px;row-gap:4px;cursor:pointer}.calendarList-nextDayImg[data-v-7cc7157e]{width:40px}.calendarList-nextDayText[data-v-7cc7157e]{display:flex;justify-content:center;align-items:center;height:20px;font-size:12px;line-height:14px;color:#b7b7b7}.calendarNotice[data-v-6a02d4f9]{position:fixed;left:0;right:0}@media screen and (min-width:790px){.calendarNotice[data-v-6a02d4f9]{left:calc(100vw - 100%)}}.calendarNotice[data-v-6a02d4f9]{bottom:calc(16px + var(--fixed-footer-height, 0px));max-width:calc(min(750px,100vw) - 32px);font-size:13px;margin:0 auto;padding:12px 16px;background-color:#000000b3;border-radius:8px;color:#fff}.calendarNotice-close[data-v-6a02d4f9]{position:relative;content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:12px;right:12px;cursor:pointer}.calendarNotice-close[data-v-6a02d4f9]:after{content:"";display:block;position:absolute;left:0;top:0;width:200%;height:200%;transform:translate(-25%,-25%)}.calendarNotice-title[data-v-6a02d4f9]{display:flex;align-items:center;margin-bottom:10px;font-size:15px;font-weight:600;line-height:24px}.calendarNotice-title[data-v-6a02d4f9]:before{content:"";background-image:url(./ico-calendarWhite.B-rHPhUf.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.calendarNotice-info[data-v-6a02d4f9]{display:grid;-moz-column-gap:8px;column-gap:8px;grid-template-columns:max-content 1fr max-content;align-items:center}.calendarNotice-logoImage[data-v-6a02d4f9]{width:32px;height:32px;border-radius:32px;overflow:hidden;filter:brightness(97%)}.calendarNotice-description[data-v-6a02d4f9]{line-height:20px}.calendarNotice-text[data-v-6a02d4f9]{display:grid;grid-template-columns:max-content 1fr}.calendarNotice-text[data-v-6a02d4f9] em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1ec687;margin-left:4px}.calendarNotice-button[data-v-6a02d4f9]{display:flex;justify-content:center;align-items:center;font-weight:500;height:24px;padding:0 9px;background-color:#1ec687;border-radius:12px;cursor:pointer}.calendarNotice-button[data-v-6a02d4f9]:before{content:"";background-image:url(./ico-product-like--white.D0MeNH-k.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.calendarNotice-button--liked[data-v-6a02d4f9]{background-color:transparent;border:1px solid hsla(0,0%,100%,.1)}.calendarNotice-button--liked[data-v-6a02d4f9]:before{content:"";background-image:url(./ico-product-liked.CuLQs_Nv.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.calendarPanel[data-v-fbb660c3]{position:relative;row-gap:16px;z-index:3}.calendarPanel-title[data-v-fbb660c3]{display:flex;align-items:center;font-size:17px;font-weight:600;line-height:25px;padding:0 16px;margin-bottom:16px}.calendarPanel-menu[data-v-fbb660c3]{content:"";background-image:url(./ico-menu--black.DIw2ISWO.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:auto;cursor:pointer}.calendarPanel-content[data-v-fbb660c3]{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;row-gap:16px;padding:16px 0;margin:0 16px;z-index:0}.calendarPanel-weekly[data-v-fbb660c3]{font-size:15px;padding:0 16px}.calendarPanel-titleLink[data-v-fbb660c3]{display:flex;align-items:center;font-size:12px;margin-left:auto;color:#949494}.calendarPanel-titleLink[data-v-fbb660c3]:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.calendarPanel-emptyMessage[data-v-fbb660c3]{display:flex;justify-content:center;align-items:center;margin:5px auto;font-size:13px;font-weight:400;line-height:20px;width:300px;height:450px;color:#949494}.calendarPanel-emptyMessage[data-v-fbb660c3]:before{content:"";background-image:url(./img-calendarEmpty.DD416bPT.svg);width:60px;height:60px;display:inline-block;background-repeat:no-repeat;background-size:contain}.calendarPanel-button[data-v-fbb660c3]{display:flex;justify-content:center;align-items:center;height:36px;font-size:14px;font-weight:500;margin:0 16px;background-color:#f5f5f5;border-radius:36px}.calendarPanel-button[data-v-fbb660c3]:after{content:"";background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionUserInfo[data-v-6395b2ee]{display:grid;align-items:center;-moz-column-gap:8px;column-gap:8px;grid-template-columns:max-content 1fr max-content;font-size:13px;line-height:16px;font-weight:600}.mySectionUserInfo-avatar[data-v-6395b2ee]{position:relative;display:flex;width:36px;height:36px;border-radius:36px;overflow:hidden}.mySectionUserInfo-avatarImage[data-v-6395b2ee]{height:100%;position:absolute;left:50%;transform:translate(-50%)}.mySectionUserInfo-content[data-v-6395b2ee]{display:grid;align-items:center}.mySectionUserInfo-slogan[data-v-6395b2ee]{display:grid;row-gap:4px}.mySectionUserInfo-sloganTop[data-v-6395b2ee]{display:grid;grid-template-columns:max-content 1fr;font-size:12px}.mySectionUserInfo-sloganTop[data-v-6395b2ee] em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mySectionUserInfo-text[data-v-6395b2ee]{font-size:12px;color:#777;font-weight:400;word-break:break-word;margin-top:4px}.mySectionUserInfo-text[data-v-6395b2ee] em{margin:0 2px;font-size:13px;color:#000;font-weight:600}.mySectionUserInfo-getRweards[data-v-6395b2ee]{display:flex;align-items:center;font-size:12px;color:#777;font-weight:400;word-break:break-word;margin-top:4px}.mySectionUserInfo-getRweards[data-v-6395b2ee] em{margin:0 2px;font-size:13px;color:#000;font-weight:600}.mySectionUserInfo-getRweards[data-v-6395b2ee]:after{content:"";background-image:url(./img-cracker.Bs_n38yS.svg);width:20px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:2px}.mySectionUserInfo-instruct[data-v-6395b2ee]{display:flex;align-items:center}.mySectionUserInfo-instruct[data-v-6395b2ee]:after{content:"";background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionUserInfo-points[data-v-6395b2ee]{display:flex;align-items:center;font-weight:400;color:#07b53b;cursor:pointer;color:#000;font-weight:600}.mySectionUserInfo-points[data-v-6395b2ee]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionBox[data-v-6a72855a]{display:grid;row-gap:8px;flex-shrink:0;width:-moz-fit-content;width:fit-content;min-width:90px;font-size:12px;line-height:14px;color:#949494;padding:10px 12px;background:#fff;border-radius:8px;box-shadow:0 10px 20px -10px #00000026;margin-bottom:20px}.mySectionBox-title[data-v-6a72855a]{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px;font-weight:600;font-size:13px;line-height:16px;color:#000}.mySectionImage>img[data-v-27aa9fcc]{position:absolute;inset:0;margin:auto}.mySectionImage[data-v-27aa9fcc]{display:inline-block;width:24px;height:0;padding-bottom:22px;z-index:1;overflow:hidden;position:relative;background-color:#00000008;border-radius:22px;border:1px solid #fff;background-color:#f5f5f5}.mySectionImage img[data-v-27aa9fcc]{filter:brightness(97%)}.mySectionCalendar-noEvents[data-v-a8b8fe68]{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px}.mySectionCalendar-noEvents[data-v-a8b8fe68]:before{content:"";background-image:url(./ico-noEvent.C4AHJCI_.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionCalendar-slide[data-v-a8b8fe68]{position:relative;overflow:hidden;height:24px;width:75px}.mySectionCalendar-list[data-v-a8b8fe68]{position:absolute;display:grid;row-gap:8px}.mySectionCalendar-item[data-v-a8b8fe68]{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px;height:24px}.mySectionCalendar-rewards[data-v-a8b8fe68]{display:flex;align-items:center;font-weight:400;color:#07b53b}.mySectionCalendar-rewards[data-v-a8b8fe68]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionHistory[data-v-8566a5b4]{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px}.mySectionHistory-image[data-v-8566a5b4]:nth-child(n+2){margin-left:-4px}.mySectionHistory-text[data-v-8566a5b4]{display:flex;align-items:center}.mySectionHistory-text[data-v-8566a5b4] em{color:#1ec687}.mySectionBuyAgain-notLogin{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px}.mySectionBuyAgain-notLogin:before{content:"";background-image:url(./ico-buyagain.DPMECZiF.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionBuyAgain-item:nth-child(n+2){margin-left:-4px}.mySectionBuyList-count{display:flex;align-items:center;text-align:center;min-width:16px;min-height:16px;padding:0 5px;border-radius:8px;background-color:#1ec687;font-size:12px;line-height:1;color:#fff}.mySectionBuyList-info{font-size:13px;font-weight:600;color:#111}.mySectionBuyList-info,.mySectionBuyList-notLogin{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px}.mySectionBuyList-notLogin:before{content:"";background-image:url(./ico-cartWithGreyCircle.HwoPkSZS.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionBuyList-badge--priceDownAndPlus{width:68px;background-image:url(./badge-bestTiming.CXJDr1_1.png)}.mySectionBuyList-badge--priceDownAndPlus,.mySectionBuyList-badge--priceReached{flex-shrink:0;border-radius:2px;overflow:hidden;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionBuyList-badge--priceReached{content:"";background-image:url(./badge-priceReached.CYy9W5f3.svg);width:41px}.mySectionBuyList-badge--historicMinPrice{background-image:url(./badge-historicMinPrice.CvanMmAe.svg);width:52px}.mySectionBuyList-badge--historicMinPrice,.mySectionBuyList-badge--priceDown{flex-shrink:0;border-radius:2px;overflow:hidden;content:"";height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionBuyList-badge--priceDown{background-image:url(./badge-priceDown.RxpkFv1U.svg);width:30px}.mySectionBuyList-badge--plusShort{flex-shrink:0;border-radius:2px;overflow:hidden;content:"";background-image:url(./badge-plusShort.B09Hv_wu.svg);width:30px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionShoppingNote-notLogin{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px}.mySectionShoppingNote-notLogin:before{content:"";background-image:url(./ico-note.d_nOj2LQ.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionShoppingNote-noImage{position:relative;z-index:1}.mySectionShoppingNote-noImage:before{content:"";background-image:url(./ico-link.ymWyUSpL.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mySectionShoppingNote-item:nth-child(n+2){margin-left:-4px}.mySection-avatar[data-v-26f440cc],.mySection-content em[data-v-26f440cc],.mySection-content em[data-v-26f440cc]:nth-child(2),.mySection-emptyItem[data-v-26f440cc],.mySection-link[data-v-26f440cc]{position:relative;display:inline-block;background-color:#efefef;overflow:hidden}.mySection-avatar[data-v-26f440cc]:before,.mySection-content em[data-v-26f440cc]:before,.mySection-content em[data-v-26f440cc]:nth-child(2):before,.mySection-emptyItem[data-v-26f440cc]:before,.mySection-link[data-v-26f440cc]:before{content:"";position:absolute;height:100%;width:100%;background:#000;animation:placeHolder-skeleton-26f440cc .6s ease-in-out infinite alternate}.mySection-top[data-v-26f440cc]{display:grid;row-gap:15px;padding:0 16px}.mySection-loading .mySection-top[data-v-26f440cc]{grid-template-columns:max-content 1fr max-content;-moz-column-gap:9px;column-gap:9px;align-items:center}.mySection-avatar[data-v-26f440cc]{width:36px;height:36px;border-radius:36px}.mySection-content[data-v-26f440cc]{position:relative;display:grid;row-gap:12px}.mySection-content em[data-v-26f440cc]{width:120px;height:12px;border-radius:12px}.mySection-content em[data-v-26f440cc]:nth-child(2){width:100px;height:12px;border-radius:12px}.mySection-link[data-v-26f440cc]{width:60px;height:12px;border-radius:8px}.mySection-bottom[data-v-26f440cc]{margin-top:16px}.mySection-loading .mySection-bottom[data-v-26f440cc]{padding:0 16px;display:grid;grid-template-columns:repeat(4,1fr);-moz-column-gap:10px;column-gap:10px}.mySection-emptyItem[data-v-26f440cc]{height:68px;border-radius:8px;margin-bottom:20px}.mySection-scrollableList[data-v-26f440cc]{display:inline-flex;-moz-column-gap:10px;column-gap:10px;animation:shake-26f440cc 1s ease forwards}@media(min-width:750px){.mySection-scrollableList[data-v-26f440cc]{display:grid;grid-template-columns:repeat(4,1fr)}.mySection-scrollableList[data-v-26f440cc] .mySectionBox{width:auto}}.mySection-scrollableListItem[data-v-26f440cc]{cursor:pointer}@keyframes shake-26f440cc{0%,to{transform:translate(0)}25%,75%{transform:translate(-5px)}50%{transform:translate(5px)}}@keyframes placeHolder-skeleton-26f440cc{0%{opacity:.005}to{opacity:.02}}.merchantSlideInfo-image>img[data-v-9dbffbee],.merchantSlideInfo-logo>img[data-v-9dbffbee]{position:absolute;inset:0;margin:auto}.merchantSlideInfo[data-v-9dbffbee]{position:relative;display:grid;align-items:center;-moz-column-gap:8px;column-gap:8px;grid-template-columns:max-content 1fr max-content}.merchantSlideInfo-logo[data-v-9dbffbee]{position:relative;position:absolute;width:20px;padding-bottom:18px;border:1px solid #fff;top:28px;left:28px;border-radius:20px;z-index:1}.merchantSlideInfo-image[data-v-9dbffbee],.merchantSlideInfo-logo[data-v-9dbffbee]{overflow:hidden;background-color:#00000008;height:0}.merchantSlideInfo-image[data-v-9dbffbee]{position:relative;width:48px;padding-bottom:48px;border-radius:48px;filter:brightness(97%)}.merchantSlideInfo-section[data-v-9dbffbee]{display:grid;row-gap:2px;align-items:center;font-size:13px;line-height:16px;color:#555;height:-moz-fit-content;height:fit-content}.merchantSlideInfo-points[data-v-9dbffbee]{font-weight:700}.merchantSlideInfo-name[data-v-9dbffbee]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}.aggregatorSlide-image>img[data-v-452dbaa4]{position:absolute;inset:0;margin:auto}.aggregatorSlide-button[data-v-452dbaa4]{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.aggregatorSlide[data-v-452dbaa4]{display:grid;row-gap:16px;margin:28px 16px 22px}.aggregatorSlide-slogan[data-v-452dbaa4]{font-weight:600;font-size:17px;line-height:25px;color:#111}.aggregatorSlide-content[data-v-452dbaa4]{overflow:hidden;padding-bottom:20px;background-color:#fff;border-radius:8px}.aggregatorSlide-header[data-v-452dbaa4]{display:grid;align-items:center;-moz-column-gap:10px;column-gap:10px;grid-template-columns:max-content 1fr max-content;background-color:var(--themeColor);padding:12px 16px}.aggregatorSlide-header[data-v-452dbaa4]:after{content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.aggregatorSlide-image[data-v-452dbaa4]{overflow:hidden;position:relative;background-color:#00000008;width:46px;height:0;padding-bottom:42px;border:2px solid #fff;border-radius:8px}.aggregatorSlide-info[data-v-452dbaa4]{display:grid;row-gap:8px;color:#fff}.aggregatorSlide-name[data-v-452dbaa4]{font-size:13px;line-height:16px}.aggregatorSlide-rewards[data-v-452dbaa4]{font-weight:600;font-size:17px;line-height:20px}.aggregatorSlide-swiper[data-v-452dbaa4]{position:relative;width:100%}.aggregatorSlide-list[data-v-452dbaa4]{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:16px;column-gap:16px;row-gap:14px;padding:16px}.aggregatorSlide-button[data-v-452dbaa4]{color:#111;background-color:#f5f5f5;margin:16px 16px 0}.aggregatorSlide-button[data-v-452dbaa4]:after{content:"";background-image:url(./ico-arrow--right111111.q8YJKxfQ.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.indicator-highlight[data-v-3714a67b]{position:absolute;inset:0;margin:auto}.indicator[data-v-3714a67b]:not(.active){width:16px;height:16px;border-radius:9999px;background-color:#ffffff80;border:2px solid #fff}.indicator-cornerSetBottom[data-v-3714a67b]:after,.indicator-cornerSetBottom[data-v-3714a67b]:before,.indicator-cornerSetTop[data-v-3714a67b]:after,.indicator-cornerSetTop[data-v-3714a67b]:before{width:12px;height:12px;content:"";position:absolute}@keyframes popup-3714a67b{0%{left:var(--center-x);top:var(--center-y);width:0;height:0}to{left:var(--x);top:var(--y);width:var(--width);height:var(--height)}}.indicator[data-v-3714a67b]{position:absolute}.indicator[data-v-3714a67b]:not(.active){z-index:3;left:var(--center-x);top:var(--center-y);transform:translate(-50%,-50%)}.indicator.active[data-v-3714a67b]{z-index:2;left:var(--center-x);top:var(--center-y);width:0;height:0;animation:popup-3714a67b .2s ease forwards}.indicator-cornerSetTop[data-v-3714a67b]:before{border:2px solid #fff;border-top-left-radius:5px;border-bottom:0;border-right:0;left:-1px;top:-1px}.indicator-cornerSetTop[data-v-3714a67b]:after{border:2px solid #fff;border-top-right-radius:5px;border-bottom:0;border-left:0;right:-1px;top:-1px}.indicator-cornerSetBottom[data-v-3714a67b]:before{border:2px solid #fff;border-bottom-left-radius:5px;border-top:0;border-right:0;left:-1px;bottom:-1px}.indicator-cornerSetBottom[data-v-3714a67b]:after{border:2px solid #fff;border-bottom-right-radius:5px;border-top:0;border-left:0;right:-1px;bottom:-1px}.indicator-highlight[data-v-3714a67b]{overflow:hidden;z-index:2;border-radius:4px}.indicator-highlightImg[data-v-3714a67b]{width:var(--image-client-width);height:var(--image-client-height);position:absolute;left:50%;top:50%;transform:translate(var(--image-object-offset-x),var(--image-object-offset-y))}.imageLens-backdrop,.imageLens-doubleCircle:after,.imageLens-doubleCircle:before,.imageLens__debugger:after,.imageLens__debugger:before{position:absolute;left:0;right:0;margin:auto}.imageLens__debugger:after,.imageLens__debugger:before{top:0}.imageLens-backdrop,.imageLens-doubleCircle:after,.imageLens-doubleCircle:before{top:0;bottom:0}.imageLens-loading,.imageLens-noResult{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.imageLens-desc,.imageLens-tip,.imageLens-title{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.2);font-size:13px}.imageLens-dot{width:16px;height:16px;border-radius:9999px;background-color:#ffffff80;border:2px solid #fff}.imageLens-desc,.imageLens-tip,.imageLens-title{white-space:nowrap;text-align:center}.imageLens__debugger:after,.imageLens__debugger:before{width:100%;border:2px solid rgba(91,130,219,.5);box-sizing:border-box;color:#5b82db;font-weight:700;display:flex;justify-content:flex-end;align-items:flex-end;z-index:10}.imageLens{display:flex;justify-content:center;align-items:center;position:relative;width:100%;min-height:35vh;max-height:70vh}.imageLens-imageArea{position:relative;overflow:hidden}.imageLens-image{max-width:100%;max-height:70vh;-o-object-fit:contain;object-fit:contain;display:block}.imageLens-tip{display:flex;align-items:center;position:absolute;top:3%;left:50%;transform:translate(-50%);z-index:2}.imageLens-dot{margin:0 5px}.imageLens-backdrop{background-color:#0006}.imageLens-doubleCircle{position:relative;width:64px;height:64px;margin:0 auto 16px}.imageLens-doubleCircle:before{opacity:.7;z-index:1;animation:imageLensCircleLoading-cycle-b 1.8s ease-in-out infinite alternate}.imageLens-doubleCircle:after,.imageLens-doubleCircle:before{width:100%;height:100%;content:"";background:#fff;border-radius:100%}.imageLens-doubleCircle:after{opacity:.3;z-index:2;animation:imageLensCircleLoading-cycle-a 1.8s ease-in-out infinite alternate}.imageLens-noResult{text-align:center}.imageLens-noResult>:not(:first-child){margin-top:6px}.imageLens-title{font-weight:600;font-size:17px}.imageLens-btnWrapper{position:relative}.imageLens-btn{background-color:#1ec687;border-radius:12px;border:1px solid #1ec687;padding:2px 20px;color:#fff;margin-top:12px}.imageLens-uploadOptionMenu{box-shadow:0 2px 12px -6px #00000026;border-radius:4px;padding:8px 0;background:#fff;width:160px;position:absolute;top:calc(100% + 8px)}.imageLens-uploadOptionMenuItem{position:relative;overflow:hidden;transform:translateZ(0);padding:15px 20px;display:flex;gap:20px;color:#555;cursor:pointer}.imageLens-uploadOptionMenuItem:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#efefef 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10);opacity:0;transition:transform .25s,opacity .5s}.imageLens-uploadOptionMenuItem:active:after{transform:scale(0);opacity:.8;transition:0s}.imageLens-uploadOptionMenuItem:active,.imageLens-uploadOptionMenuItem:hover{background:#efefef4d}.imageLens-cameraIcon{background-image:url(./ico-cameraGrey.8fQ8bkjv.svg)}.imageLens-cameraIcon,.imageLens-imageIcon{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.imageLens-imageIcon{background-image:url(./ico-imageGrey.Bs_05p8X.svg)}.imageLens__debugger:before{content:"70% of screen height";height:70vh}.imageLens__debugger:after{content:"35% of screen height";height:35vh}@keyframes imageLensCircleLoading-cycle-a{0%{transform:scale(1)}50%{transform:scale(0)}to{transform:scale(1)}}@keyframes imageLensCircleLoading-cycle-b{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}.shoppingLensNoResult-input[data-v-f0e631c3]{display:none}.shoppingLensProcessing-footer[data-v-49412bb6]{position:fixed;left:0;right:0}@media screen and (min-width:790px){.shoppingLensProcessing-footer[data-v-49412bb6]{left:calc(100vw - 100%)}}.shoppingLensProcessing-footer[data-v-49412bb6]{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.shoppingLensProcessing-footer[data-v-49412bb6]{width:749px}}.shoppingLensProcessing-hidden[data-v-49412bb6]{display:none}.shoppingLensProcessing-footer[data-v-49412bb6]{background:#fff;height:10vh;padding:10px 16px}.shoppingLensProcessing-btn[data-v-49412bb6]{background-color:#f5f5f5;color:#1ec687;border-radius:18px;font-size:14px;display:block;width:100%;text-align:center;padding:10px 0}.liveBrand{position:relative;cursor:pointer;display:inline-grid;align-content:flex-start;width:68px}.liveBrand.onAir:after{content:"";display:block;position:absolute;top:48px;right:50%;transform:translate(50%);background-size:contain;width:36px;height:20px;background-image:url(./badge-live--redRoundedwithStroke.CGsGhTOC.png);z-index:1}.liveBrand-animationImg{position:absolute;height:68px;width:68px;top:0}.liveBrand-avatar{position:relative;height:60px;width:60px;border-radius:60px;overflow:hidden;background-color:#fafafa;margin:4px auto;flex-shrink:0}.liveBrand-avatar img{position:absolute;top:50%;right:50%;transform:translate(50%,-50%);height:100%;width:auto}.liveBrand-avatar:after{width:100%;height:100%;content:"";position:absolute;top:0;left:0;display:block;background-color:transparent;border-radius:60px;border:1px solid rgba(0,0,0,.05);z-index:1}.liveBrand-badge{width:20px;height:20px;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;border-radius:20px;font-weight:800;font-size:12px;font-style:italic;color:#fff;background:#000;border:1.5px solid #fff;z-index:2}.liveBrand-detail{display:grid;padding-top:4px;row-gap:4px}.liveBrand-name{font-size:12px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.46154em;white-space:normal;line-height:1.2307692308;word-break:break-all;text-align:center}.liveBrand-description{font-weight:400;font-size:12px;line-height:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#b7b7b7}.liveBrand.listMode{display:flex;width:-moz-fit-content;width:fit-content;-moz-column-gap:8px;column-gap:8px}.liveBrand.listMode.onAir{background-size:68px;background-position:0}.liveBrand.listMode.onAir:after{right:auto;left:16px;transform:none}.liveBrand.listMode .liveBrand-avatar{margin:4px}.liveBrand.listMode .liveBrand-detail{padding-top:0;align-items:center;align-content:center}.liveBrand.listMode .liveBrand-name{font-size:15px;text-align:left;-webkit-line-clamp:1}.liveBrandList-title{margin:16px 16px 0;width:auto;font-size:17px}.liveBrandList-defaultTitle{padding:20px 16px 16px;font-weight:600;font-size:15px}.liveBrandList-list{display:flex;flex-direction:column;gap:10px;padding:0 16px}.liveBrandList-content{padding:0 16px}.liveBrandList-content>:not(:first-child){margin-left:12px}.liveBrandList-item{display:inline-block;width:68px}.liveBrandRanking-title{padding:16px;font-weight:600;font-size:15px;line-height:22px;color:#111}.liveBrandRanking-content{padding:0 16px}.liveBrandRanking-content>:not(:first-child){margin-left:30px}.liveBrandRanking-item{display:inline-grid;row-gap:10px;width:80%}.brandTab-title{padding:4px 16px;margin-bottom:0}.liveHotVideos-title[data-v-506a064b]{padding:16px;font-size:17px;font-weight:700;line-height:1.5}.liveHotVideos-title.isSmallTitle[data-v-506a064b]{font-weight:600;font-size:15px;line-height:22px}.liveHotVideos-list[data-v-506a064b]{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:8px;column-gap:8px;row-gap:24px;padding:0 16px 16px}.liveHotVideos-list--scrollable[data-v-506a064b]{padding:0 16px;align-items:flex-start;display:flex}.liveHotVideos-list--scrollable[data-v-506a064b]>:not(:first-child){margin-left:10px}.liveHotVideos-item[data-v-506a064b]{display:inline-block}.liveHotVideos-item[data-v-506a064b]:first-child .liveCard-badge{background:#ff5b57}.liveHotVideos-item[data-v-506a064b]:first-child .liveCard-totalCount{color:#ff5b57}.liveHotVideos-list--scrollable .liveHotVideos-item[data-v-506a064b]{width:150px;min-width:150px}.liveProductCard-product{position:relative;cursor:pointer}.liveProductCard-image{position:relative;height:120px;border-radius:8px;overflow:hidden;background-color:#fafafa}.liveProductCard-image img{width:auto;height:100%;margin:auto}.liveProductCard-image:after{width:100%;height:100%;content:"";position:absolute;top:0;left:0;display:block;background-color:transparent;border-radius:8px;border:1px solid rgba(0,0,0,.05);z-index:1}.liveProductCard-badge{width:28px;height:28px;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;font-weight:700;font-size:15px;font-style:italic;color:#fff;border-radius:4px;background:#000}.liveProductCard:first-child .liveProductCard-badge{background:#ff5b57}.liveProductCard-detail{display:grid;padding-top:8px;row-gap:4px}.liveProductCard-count{font-weight:600;font-size:12px;line-height:18px;color:#949494}.liveProductCard:first-child .liveProductCard-count{color:#ff5b57}.liveProductCard-title{font-size:13px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.46154em;white-space:normal;line-height:1.2307692308;word-break:break-all}.liveProductCard-price{font-weight:600;font-size:15px;line-height:22px;color:#111}.liveProductCard-point{display:flex;align-items:center;font-size:12px;line-height:14px;color:#06c755}.liveProductCard-point:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:1px}.liveProductCard-avatar{margin-top:4px}.liveHotProducts-title{padding:16px;font-size:17px;font-weight:700;line-height:1.5}.liveHotProducts-title.isSmallTitle{padding:4px 16px 16px;font-weight:600;font-size:15px;line-height:22px}.liveHotProducts-list{padding:0 16px;align-items:flex-start;display:flex}.liveHotProducts-list>:not(:first-child){margin-left:10px}.liveHotProducts-item{display:inline-block;width:120px;min-width:120px;flex-basis:120px}.liveInfo-date[data-v-37fb8da9],.liveInfo-image[data-v-37fb8da9],.liveInfo-img[data-v-37fb8da9],.liveInfo-shopInfo[data-v-37fb8da9]:before{position:absolute;inset:0;margin:auto}.liveInfo[data-v-37fb8da9]{display:inline-grid}.liveInfo-list[data-v-37fb8da9]{display:grid;row-gap:16px}.liveInfo-list--scrollable[data-v-37fb8da9]{padding:0 16px}.liveInfo-list--scrollable[data-v-37fb8da9]>:not(:first-child){margin-left:10px}.liveInfo-item[data-v-37fb8da9]{display:inline-grid;row-gap:8px;width:150px;cursor:pointer}.listMode .liveInfo-item[data-v-37fb8da9]{display:grid;grid-template-columns:100px 1fr;-moz-column-gap:16px;column-gap:16px;width:100%}.liveInfo-itemTop[data-v-37fb8da9]{width:150px;height:200px;position:relative;border-radius:8px;overflow:hidden}.liveInfo-shopInfo[data-v-37fb8da9]{display:flex;align-items:center;justify-content:flex-end;flex-direction:column;position:relative;height:100%;color:#fff;overflow:hidden;padding:12px;z-index:3}.liveInfo-shopInfo[data-v-37fb8da9]:before{z-index:2;content:"";background:#00000080}.liveInfo-image[data-v-37fb8da9]{z-index:1}.listMode .liveInfo-image[data-v-37fb8da9]{width:100%;height:133px;position:relative;display:flex;border-radius:8px;overflow:hidden}.listMode .liveInfo-image[data-v-37fb8da9]:after{width:100%;height:100%;position:absolute;content:"";background:#00000080;z-index:1}.liveInfo-img[data-v-37fb8da9]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-height:100%;max-width:100%}.liveInfo-content[data-v-37fb8da9]{display:grid;align-content:flex-start;row-gap:6px;margin-top:4px}.liveInfo-time[data-v-37fb8da9]{display:grid;row-gap:2px;justify-items:center;font-weight:600;font-size:13px;line-height:20px;color:#fff;margin-bottom:32px;z-index:3}.liveInfo-timeText[data-v-37fb8da9]{font-size:24px;line-height:29px}.liveInfo-date[data-v-37fb8da9]{flex-direction:column;font-weight:600;font-size:13px;line-height:20px;color:#fff;z-index:2;display:flex;justify-content:center;align-items:center}.liveInfo-dateTime[data-v-37fb8da9]{margin-top:2px;font-weight:500;font-size:17px;line-height:25px}.liveInfo-name[data-v-37fb8da9]{position:relative;z-index:3;font-size:13px;line-height:20px;margin-top:6px;color:#c8c8c8;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveInfo-actionTools[data-v-37fb8da9]{z-index:3;display:grid;align-items:center;grid-template-columns:1fr 32px;-moz-column-gap:4px;column-gap:4px;margin-top:12px;width:100%}.listMode .liveInfo-actionTools[data-v-37fb8da9]{margin-top:6px;-moz-column-gap:8px;column-gap:8px;width:-moz-fit-content;width:fit-content}.liveInfo-button[data-v-37fb8da9]{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0 11px;height:32px;font-weight:400;font-size:12px;line-height:18px;background-color:#fff3;border-radius:4px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#fff;white-space:nowrap}.liveInfo-button[data-v-37fb8da9]:before{background-image:url(./ico-bell--white.As7mgZX1.svg);margin-right:1px}.listMode .liveInfo-button[data-v-37fb8da9]:before,.liveInfo-button[data-v-37fb8da9]:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.listMode .liveInfo-button[data-v-37fb8da9]:before{background-image:url(./ico-bell--red.Ch4klLIW.svg)}.liveInfo-button.supportAddFriend[data-v-37fb8da9]:before{background-image:url(./ico-addFriend--white.CY1b6Y3V.svg);margin-right:1px}.listMode .liveInfo-button.supportAddFriend[data-v-37fb8da9]:before,.liveInfo-button.supportAddFriend[data-v-37fb8da9]:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.listMode .liveInfo-button.supportAddFriend[data-v-37fb8da9]:before{background-image:url(./ico-addFriend--red.BPmOqRVE.svg)}.liveInfo-button.loading[data-v-37fb8da9]:before{background-image:url(./ico-loading--white.5G4YHqfR.svg);margin-right:1px}.listMode .liveInfo-button.loading[data-v-37fb8da9]:before,.liveInfo-button.loading[data-v-37fb8da9]:before{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.listMode .liveInfo-button.loading[data-v-37fb8da9]:before{background-image:url(./ico-loading--red.dwfUuMEJ.svg)}.liveInfo-button.clicked[data-v-37fb8da9]{cursor:none;background-color:#c8c8c8}.listMode .liveInfo-button[data-v-37fb8da9]{color:#ff5b57;border:1px solid #ff5b57;border-radius:16px}.liveInfo-btnFavorite[data-v-37fb8da9]{background-color:transparent;margin-left:6px;border-radius:32px;position:relative}.liveInfo-btnFavorite[data-v-37fb8da9]:after{width:32px;height:32px;position:absolute;top:50%;left:50%;z-index:-1;transform:translate(-50%,-50%);background-color:#fff3;border-radius:4px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.listMode .liveInfo-btnFavorite[data-v-37fb8da9]:after{background-color:none}.listMode .liveInfo-btnFavorite[data-v-37fb8da9]{margin-left:0}.liveInfo-title[data-v-37fb8da9]{font-size:13px;word-break:break-all;max-height:2.4em;line-height:1.2}.listMode .liveInfo-title[data-v-37fb8da9],.liveInfo-title[data-v-37fb8da9]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.listMode .liveInfo-title[data-v-37fb8da9]{font-size:15px;max-height:2.8em;line-height:1.4}.liveWeeklySchedules-sectionTitle[data-v-49a1841c]{margin:16px 16px 0;width:auto}.liveWeeklySchedules-wrapper[data-v-49a1841c]{position:relative}.liveWeeklySchedules-wrapper--sticky[data-v-49a1841c]{position:sticky!important;z-index:5;top:calc(53.98px + var(--sticky-offset));top:calc(53.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .liveWeeklySchedules-wrapper--sticky[data-v-49a1841c]{top:var(--sticky-offset);top:calc(var(--sticky-offset) + var(--android-safe-area-inset-top, 0));top:calc(var(--sticky-offset) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--sticky-offset) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .liveWeeklySchedules-wrapper--sticky[data-v-49a1841c]{top:calc(59.98px + var(--sticky-offset));top:calc(59.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--sticky-offset) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.liveWeeklySchedules-header[data-v-49a1841c]{width:100%;height:92px;display:grid;-moz-column-gap:6px;column-gap:6px;grid-template-columns:repeat(7,minmax(0,1fr));background-color:#fff;padding:16px 16px 20px}.liveWeeklySchedules-headerItem[data-v-49a1841c]{display:flex;justify-content:center;align-items:center;flex-direction:column;font-weight:600;font-size:15px;color:#000;line-height:18px;text-align:center;cursor:pointer;z-index:1;transition-property:color;transition-duration:.3s;transition-timing-function:ease}.liveWeeklySchedules-headerItem.disable[data-v-49a1841c]{color:#c8c8c8}.liveWeeklySchedules-glider[data-v-49a1841c]{position:absolute;bottom:16px;top:16px;background:#fe3f3e;border-radius:4px;transition-property:left;transition-duration:.3s;transition-timing-function:ease}.liveWeeklySchedules-headerDays[data-v-49a1841c]{font-size:12px;line-height:14px;color:#949494;margin-bottom:4px}.disable .liveWeeklySchedules-headerDays[data-v-49a1841c]{color:#c8c8c8}.selected .liveWeeklySchedules-headerDays[data-v-49a1841c]{color:#fff9}.liveWeeklySchedules-headerItem.selected[data-v-49a1841c]{background:#fe3f3e;border-radius:6px;color:#fff}.liveWeeklySchedules-headerItem.selected.animating[data-v-49a1841c]{background:transparent}.liveWeeklySchedules-dailyLivelist[data-v-49a1841c]{row-gap:16px}.liveWeeklySchedules-dailyLiveItem[data-v-49a1841c]{padding:0 16px 16px}.liveWeeklySchedules-dailyLivelistDate[data-v-49a1841c]{display:grid;-moz-column-gap:6px;column-gap:6px;grid-template-columns:max-content max-content;font-weight:600;font-size:15px;line-height:22px;margin-bottom:16px}.liveWeeklySchedules-dailyLivelistDate em[data-v-49a1841c]{color:#b7b7b7}.liveCardList-content[data-v-93d45827]{display:grid;grid-template-columns:1fr 1fr;padding:16px;-moz-column-gap:8px;column-gap:8px;row-gap:24px}.liveCardList-insertScrollableItem[data-v-93d45827]{display:inline-grid;width:calc(200% + 40px);margin-left:calc(-100% - 24px);margin-top:32px;margin-bottom:48px}.liveCardList-triggerArea--vertical.devMode[data-v-93d45827]{position:fixed;top:var(--viewportStart);bottom:var(--viewportEnd);left:0;right:0;background:#1ec68780;z-index:19}.liveCardList-triggerArea--horizon.devMode[data-v-93d45827]{position:fixed;top:0;bottom:0;left:var(--viewportStart);right:var(--viewportEnd);background:#e6948780;z-index:19}.broadcastTab-footer[data-v-6cb1d236]{margin-top:16px;padding:0 16px}.broadcastTab[data-v-6cb1d236] .wideButton-content{color:#000}.rankingListTab{display:flex;flex-direction:column;gap:16px}.relatedKeywordList-item{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.relatedKeywordList-body{margin-bottom:-8px;display:flex;flex-wrap:wrap}.relatedKeywordList-item{display:inline-flex;color:#777;background-color:#f5f5f5;max-width:calc(100% - 8px);margin-right:5px;margin-bottom:8px}.relatedKeywordList-item>:not(:first-child){margin-left:4px}.launchPadEntrance{display:flex;align-items:center;width:100%;padding:10px 11px;background-color:#fff;border-radius:8px;cursor:pointer}.launchPadEntrance-title{font-size:13px;font-weight:600;line-height:16px}.launchPadEntrance-logoGroup{display:inline-grid;grid-template-columns:repeat(3,18px);direction:rtl;margin:0 4px 0 auto}.launchPadEntrance-image{width:24px;height:24px;display:inline-flex;filter:brightness(97%);border:1px solid #fff;border-radius:24px;overflow:hidden}.mediaContent-recommendItemImage>img[data-v-6bf7be1b]{position:absolute;inset:0;margin:auto}.mediaContent-breadcrumbs[data-v-6bf7be1b],.mediaContent-breadcrumbs a[data-v-6bf7be1b]{display:flex;align-items:center}.mediaContent-breadcrumbs a[data-v-6bf7be1b]{text-decoration:underline}.mediaContent-breadcrumbs a+a[data-v-6bf7be1b]:before{margin:0 2px;content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mediaContent-head[data-v-6bf7be1b]{display:grid;row-gap:8px;font-size:12px;line-height:14px;color:#949494;margin:24px 16px}.mediaContent-headWrapper[data-v-6bf7be1b]{display:grid;align-items:center;grid-template-columns:minmax(0,1fr) repeat(4,max-content);width:-moz-fit-content;width:fit-content;font-size:12px;line-height:14px}.mediaContent-headWrapper em[data-v-6bf7be1b]{margin:4px}.mediaContent-title[data-v-6bf7be1b]{font-size:24px;line-height:36px;font-weight:700;color:#111}.mediaContent-source[data-v-6bf7be1b]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:underline}.mediaContent-viewCount[data-v-6bf7be1b]{display:flex;align-items:center;flex-shrink:0}.mediaContent-viewCount[data-v-6bf7be1b]:before{content:"";background-image:url(./ico-viewcount.DFLUn_Iz.svg);width:15px;height:15px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-position:50%}.mediaContent-time[data-v-6bf7be1b]{flex-shrink:0}.mediaContent-recommend[data-v-6bf7be1b],.mediaContent-recommendShops[data-v-6bf7be1b],.mediaContent-relatedProducts[data-v-6bf7be1b]{padding:16px;border-bottom:1px solid #f2f2f2}.mediaContent-recommendShopsList[data-v-6bf7be1b]{display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:16px}.mediaContent-recommendItem[data-v-6bf7be1b]{display:grid;justify-content:center;row-gap:10px}.mediaContent-recommendItemImage[data-v-6bf7be1b]{width:46px;height:0;padding-bottom:46px;z-index:1;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.mediaContent-recommendItemPoints[data-v-6bf7be1b]{justify-content:center}.mediaContent-launchPadEntrance[data-v-6bf7be1b]{border-radius:9999px;padding:14px 16px;border:1px solid #efefef}.mediaContent-sideActiveAd[data-v-6bf7be1b]{opacity:1;transform:translate(120%);transition:all .3s}.mediaContent-sideActiveAd.show[data-v-6bf7be1b]{transform:translate(0)}.mediaContent-sideActiveAd.dodge[data-v-6bf7be1b]{opacity:0;transform:translate(120%,140px)}.mediaContent-sideActiveAd.dodge.show[data-v-6bf7be1b]{transform:translateY(140px)}.mediaContent-bottomActiveAd[data-v-6bf7be1b]{opacity:1;transform:translateY(0);transition:transform .3s,opacity .3s}.mediaContent-bottomActiveAd.dodge[data-v-6bf7be1b]{opacity:0;transform:translateY(140px)}.mediaContent-outsideVideo[data-v-6bf7be1b]{position:relative;width:100%;height:0;padding-bottom:48.27%}.mediaContent-outsideVideo iframe[data-v-6bf7be1b]{position:absolute;top:0;left:0;width:100%;height:100%}.mediaContent-footer[data-v-6bf7be1b]{border-top:1px solid #f2f2f2}.notePreviewPage[data-v-d7f3f148]{min-height:100vh;background-color:#f5f5f5}.notePreviewPage.editing[data-v-d7f3f148]{background-color:#fff}.notePreviewPage-content[data-v-d7f3f148]{min-height:100vh;padding:16px;padding-bottom:calc(var(--footer-height, 0px) + 16px);box-sizing:border-box}.notePreviewPage-content.editing[data-v-d7f3f148]{padding:0;padding-bottom:var(--footer-height,0)}.notePreviewPage-editor[data-v-d7f3f148]{position:relative;display:grid;min-height:calc(100vh - var(--footer-height, 0px));background-color:#fff}.notePreviewPage-editor.loading[data-v-d7f3f148]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.notePreviewPage-editorContent[data-v-d7f3f148]{padding:16px;padding-top:calc(16px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.bindAngpauPage-recommendAngpau:before{position:absolute;inset:0;margin:auto}.bindAngpauPage{padding-bottom:56px}.bindAngpauPage-hint{display:flex;align-items:center;font-size:13px;padding:10px 16px;background-color:#ffe6e6;color:#ff5b57}.bindAngpauPage-hint:before{content:"";background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:8px}.bindAngpauPage-card{margin:16px}.bindAngpauPage-recommendAngpau{position:relative}.bindAngpauPage-recommendAngpau:before{content:"";background-image:url(./badge-bestChoice.4spgTtMv.svg);width:90px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;top:-4px;margin-top:0;z-index:1}.bindAngpauPage-redEnvelopes{background-color:#fff;border-radius:8px;margin:16px;display:grid;row-gap:16px;padding:20px 16px 16px}.bindAngpauPage-redEnvelopeList{display:grid;row-gap:16px}.customerServiceRecords-bottomTools,.customerServiceRecords-noItem{position:fixed;left:0;right:0}@media screen and (min-width:790px){.customerServiceRecords-bottomTools,.customerServiceRecords-noItem{left:calc(100vw - 100%)}}.customerServiceRecords-bottomTools,.customerServiceRecords-noItem{bottom:0}.customerServiceRecords-noItem{top:0}.customerServiceRecords-bottomTools{width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.customerServiceRecords-bottomTools{width:749px}}.customerServiceRecords-noItem{margin-top:60px}.customerServiceRecords-box{margin:16px}.customerServiceRecords-pageParagraph{display:grid;row-gap:10px;padding:20px 15px 79px}.customerServiceRecords-text{font-size:12px;color:#b7b7b7;line-height:1.7}.customerServiceRecords-bottomTools{box-shadow:0 -2px 12px -6px #00000026;background-color:#fff;padding:7px 16px;padding-bottom:calc(7px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.notice[data-v-986aaf6c]{background-color:#fff;padding:16px;border-radius:8px;position:relative;display:grid;grid-template-columns:1fr max-content}.notice-info[data-v-986aaf6c]{display:grid;align-content:center;row-gap:4px;font-size:12px;line-height:18px}.notice-title[data-v-986aaf6c]{font-weight:600;font-size:15px;line-height:22px;color:#111}.notice-description[data-v-986aaf6c]{font-weight:400;color:#949494}.notice-link[data-v-986aaf6c]{font-weight:500;color:#5b82db;text-decoration:underline;cursor:pointer}.notice-sider[data-v-986aaf6c]{display:grid;align-items:center;align-content:center;justify-items:flex-end;grid-template-rows:max-content max-content;row-gap:10px}.notice-sider.SHOPPING[data-v-986aaf6c]:before{background-image:url(./img-handHoldPhone.2vZeojgm.svg)}.notice-sider.SHOPPING[data-v-986aaf6c]:before,.notice-sider.TRAVEL[data-v-986aaf6c]:before{content:"";width:75px;height:64px;display:inline-block;background-repeat:no-repeat;background-size:contain}.notice-sider.TRAVEL[data-v-986aaf6c]:before{background-image:url(./img-travelHandHoldPhone.D2eNrsDx.svg)}.notice-button[data-v-986aaf6c]{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:13px;line-height:24px;color:#fff;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:0 9px;border-radius:12px;background-color:#1ec687;cursor:pointer}.notice-closeButton[data-v-986aaf6c]{content:"";background-image:url(./ico-close--whiteWithGreyBG.mBk_D2zh.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:-12px;right:-12px;cursor:pointer}.normalRecords-bottomTools,.normalRecords-noItem{position:fixed;left:0;right:0}@media screen and (min-width:790px){.normalRecords-bottomTools,.normalRecords-noItem{left:calc(100vw - 100%)}}.normalRecords-bottomTools,.normalRecords-noItem{bottom:0}.normalRecords-noItem{top:0}.normalRecords-bottomTools{width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.normalRecords-bottomTools{width:749px}}.normalRecords-noItem{margin-top:60px}.normalRecords-noItem--inFlow{position:static;margin-top:20px}.normalRecords-box{margin:16px}.normalRecords-pageParagraph{display:grid;row-gap:10px;margin:16px}.normalRecords-text{font-size:12px;color:#b7b7b7;line-height:1.7}.normalRecords-bottomTools{box-shadow:0 -2px 12px -6px #00000026;background-color:#fff;padding:7px 16px;padding-bottom:calc(7px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.normalRecords-notice{margin-bottom:16px}.pollPage[data-v-88e72409]{width:100%;background-color:#fff}.pollPage-hero[data-v-88e72409]{position:relative;height:180px;color:#fff;background-repeat:no-repeat;background-position:50%;background-size:cover;margin-bottom:20px}.pollPage-hero.lightStyle[data-v-88e72409]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000040;z-index:1}.pollPage-hero[data-v-88e72409]:after{content:"";position:absolute;bottom:0;width:100%;height:20px;background-color:#fff;border-radius:20px 20px 0 0;z-index:3}.pollPage-heroNotice[data-v-88e72409]{position:absolute;opacity:.25;font-size:12px;transform-origin:right top;transform:scale(.375);top:6px;right:6px;z-index:3}.pollPage-heroSection[data-v-88e72409]{display:flex;justify-content:center;align-items:center;height:160px;position:relative;z-index:2;padding:0 20px}.pollPage-heroTitle[data-v-88e72409]{font-weight:600;font-size:19px;text-align:center;margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2}.pollPage-heroInfo[data-v-88e72409]{display:flex;justify-content:center;align-items:center;-moz-column-gap:3.9px;column-gap:3.9px;font-weight:500;font-size:13px;line-height:20px;margin:auto;color:#ffffffb2}.pollPage-dot[data-v-88e72409]{display:inline-block;width:2.2px;height:2.2px;border-radius:50%;background-color:#fff;opacity:.35}.pollPage-title[data-v-88e72409]{font-weight:600;font-size:19px;line-height:24px;color:#111;text-align:center}.pollPage-description[data-v-88e72409]{font-size:13px;font-weight:400;line-height:17px;color:#616161;text-align:center;margin-bottom:8px}.pollPage-box[data-v-88e72409]{display:flex;flex-direction:column;justify-content:center;row-gap:8px;padding:0 20px 50px;background-color:#fff}.pollPage-topBarChart[data-v-88e72409]{display:flex;align-items:center;position:relative;-moz-column-gap:8px;column-gap:8px;width:100%;height:47px;max-width:400px;font-weight:500;font-size:14px;line-height:18px;padding:0 20px 0 12px;margin:2px auto 0;background-color:#f5f5f5;border-radius:47px;overflow:hidden}.pollPage-topBarChart p[data-v-88e72409]{position:relative;z-index:1}.pollPage-topBarChart[data-v-88e72409]:before{content:"";position:absolute;display:inline-block;left:0;top:0;height:100%;width:var(--percentageWidth,0);z-index:0}.pollPage-topBarChart.grey[data-v-88e72409]:before{background-color:#dfdfdf}.pollPage-topBarChart.green[data-v-88e72409]:before{background-color:#bbd9b6}.pollPage-barChartImage[data-v-88e72409]{position:relative;overflow:hidden;width:27px;flex-shrink:0;aspect-ratio:1/1;border-radius:27px}.pollPage-barChartImage img[data-v-88e72409]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.pollPage-barChartImage[data-v-88e72409]:after{content:"";display:block;position:absolute;width:100%;height:100%;border:1px solid rgba(0,0,0,.04);border-radius:100%;top:0;z-index:2}.pollPage-barChartName[data-v-88e72409]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pollPage-barChartValue[data-v-88e72409]{margin-left:auto}.pollPage-subDescription[data-v-88e72409]{text-align:left;padding:36px 30px;font-weight:500;font-size:14px;line-height:18px;color:#fff;background-color:#303030;border-radius:20px;margin-top:10px}.pollPage-viewpoint[data-v-88e72409]{display:grid;align-items:center;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:10px}.pollPage-viewpointItem[data-v-88e72409]{display:grid;align-items:flex-start;grid-template-rows:repeat(auto-fit,minmax(0,min-content));height:100%;gap:12px;padding:22px 20px;font-weight:500;font-size:14px;line-height:18px;color:#0a2414;background-color:#ddecdb;border-radius:20px}.pollPage-viewpointItem[data-v-88e72409]:before{content:"";display:block;width:32px;height:32px;background-size:cover}.pollPage-viewpointItem[data-v-88e72409]:first-child{grid-area:1/1/2/3;grid-template-columns:max-content 1fr;align-items:center}.pollPage-viewpointItem[data-v-88e72409]:first-child:before{background-image:url(./QP_Overall%20perspective_1_3x.BHjT2NNI.png)}.pollPage-viewpointItem[data-v-88e72409]:nth-child(2):before{background-image:url(./QP_Overall%20perspective_2_3x.Cjt41yDS.png)}.pollPage-viewpointItem[data-v-88e72409]:nth-child(3):before{background-image:url(./QP_Overall%20perspective_3_3x.B6C65SGJ.png)}.pollPage-footer[data-v-88e72409]{display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:6px;padding:40px;font-size:12px;color:#b7b7b7;background-color:#f5f5f5}.pollPage-footerNotice[data-v-88e72409]{transform:scale(.82);height:13px;color:#b7b7b7;white-space:nowrap}.pollPage-footerLink[data-v-88e72409]{text-align:center;margin-top:2px}.pollPage-footerLinkItem[data-v-88e72409]{color:#777;line-height:16px;background-color:transparent;padding:0}.pollPage-footerLinkItem+.pollPage-footerLinkItem[data-v-88e72409]:before{content:"";display:inline-block;margin:0 6px;width:1px;height:8px;background-color:#dfdfdf}.pollPage-copright[data-v-88e72409]{line-height:16px}.productInfo-img>img{position:absolute;inset:0;margin:auto}.productInfo-roundedButton,.productInfo-roundedButton--soldOut{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.productInfo-intro{position:relative;display:grid;grid-template-columns:max-content 1fr;-moz-column-gap:12px;column-gap:12px;background:#fff;padding:16px}.productInfo-image{width:104px;height:104px;overflow:hidden;border-radius:4px}.productInfo-img{width:100%;height:100%;filter:brightness(97%);overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;background-color:#fff;transition:width .2s ease-in-out,height .2s ease-in-out}.productInfo-soldOut{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;font-size:15px;color:#fff;font-weight:600;background-color:#0000004d}.productInfo-content{display:flex;flex-direction:column;flex:1}.productInfo-favoriteButton{position:absolute;right:16px;top:12px}.productInfo-trendBadge{line-height:20px;height:20px;font-size:12px;color:#fff;padding:0 4px;border-radius:2px;margin-right:6px;background:#8250ff;flex-shrink:0}.productInfo-trendDescription{line-height:16px;font-size:13px;font-weight:600;color:#8250ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:374.98px){.productInfo-trendDescription.long{display:none}}@media(min-width:375px){.productInfo-trendDescription.short{display:none}}.productInfo-name{font-size:13px;font-weight:700;color:#303030;max-width:calc(100% - 36px);margin:2px 0;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.462em;white-space:normal;line-height:1.231}.productInfo-text{font-size:12px;color:#949494;margin-top:10px;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productInfo-bottom{display:inline-grid;grid-template-columns:1fr max-content;margin-top:auto}.productInfo-button{display:flex;justify-content:center;align-items:center;font-size:13px;line-height:2;color:#fff;padding:0 9px;width:-moz-fit-content;width:fit-content;margin-left:auto;background-color:#1ec687;border-radius:12px;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.productInfo-breadcrumb{overflow:hidden;border-radius:0 0 8px 8px;box-shadow:0 30px 20px -10px #3a32320d}.productInfo-paddingBlock{margin-top:16px}.productInfo-roundedButton,.productInfo-roundedButton--soldOut{width:100%}.productInfo-roundedButton--soldOut{color:#f5f5f5;background-color:#b7b7b7}.productInfo-roundedButtonPointIcon{content:"";background-image:url(./ico-point--white.DiQtpN6g.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 5px;flex-shrink:0}.productInfo-lensBtn{position:absolute;z-index:3;bottom:8px;right:8px}.rewardInfo{overflow:hidden;padding:16px 0;background-color:#fff}.rewardInfo-list{padding-left:16px;padding-right:16px}.rewardInfo-list>:not(:first-child){margin-left:12px}.rewardInfo-item{display:inline-flex;align-items:center;padding:12px;border:1px solid #efefef;border-radius:8px;min-height:64px}.rewardInfo-item.redEnvelope{color:#ff5b57}.rewardInfo-item.lowerPrice{color:#8250ff}.rewardInfo-item.point,.rewardInfo-item.rewardMission{color:#07b53b}.rewardInfo-item:first-child:last-child{width:100%}.rewardInfo-item:first-child:last-child .rewardInfo-itemDetail{display:inline-grid;row-gap:4px;width:100%;font-size:12px;line-height:14px;margin-left:8px}.rewardInfo-item:first-child:last-child .rewardInfo-itemContent{display:flex;align-items:center}.rewardInfo-item:first-child:last-child .rewardInfo-text{display:none}.rewardInfo-item:first-child:last-child .rewardInfo-reward{margin-left:auto}.rewardInfo-itemDetail{display:none}.rewardInfo-title{font-size:13px;font-weight:600;line-height:16px}.rewardInfo-description,.rewardInfo-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewardInfo-itemContent{display:grid;row-gap:4px;margin-left:8px}.rewardInfo-icon{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:32px;flex-shrink:0}.redEnvelope .rewardInfo-icon{background:#ffefee}.redEnvelope .rewardInfo-icon:before{content:"";background-image:url(./img-angpau.FmLdLkvD.svg);width:18px;height:22px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-position:50%}.lowerPrice .rewardInfo-icon{background:#eee8ff}.lowerPrice .rewardInfo-icon:before{content:"";background-image:url(./img-lowerPriceText.B9sycJ2j.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-position:50%}.point .rewardInfo-icon{background:#ebf5e6}.point .rewardInfo-icon:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-position:50%}.rewardMission .rewardInfo-icon{background:#ebf5e6;padding:7px}.rewardMission .rewardInfo-icon:before{content:"";background-image:url(./ico-rewardMission.CqGtjBsp.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-position:50%}.rewardInfo-text{font-size:12px;line-height:14px}.rewardInfo-reward{display:grid;grid-template-columns:max-content max-content;align-items:flex-end;font-family:LINESeedBd;font-size:18px;font-size:20px;line-height:20px}.rewardInfo-reward em{font-size:12px;font-weight:600;line-height:16px;margin-left:1px}.rewardInfo-angpauButton{display:flex;justify-content:center;align-items:center;height:24px;padding:0 9px;font-size:13px;font-weight:500;color:#fff;background-color:#ff5b57;border-radius:12px;margin-left:8px;cursor:pointer}.rewardInfo-angpauButton.isReceived{color:#ff5b57;background-color:#f5f5f5}.rewardInfo-rewardMissionButton{display:flex;justify-content:center;align-items:center;height:24px;padding:0 9px;font-size:13px;font-weight:500;color:#07b53b;background-color:#f5f5f5;border-radius:12px;margin-left:8px;cursor:pointer}.rewardInfo-fullBadge{content:"";background-image:url(./img-allFullStamp.BKwEGvce.svg);width:32px;height:32px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:auto 0 auto 8px;flex-shrink:0}.socialButtons--large{display:grid;justify-items:center;grid-template-columns:repeat(4,minmax(0,25%))}.socialButtons-item{display:grid;align-items:center;justify-items:center;font-size:13px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.socialButtons-itemImg{height:48px;width:48px;margin-bottom:8px;border-radius:100%;overflow:hidden;background:#f5f5f5}.socialButtons-itemText{font-size:12px;color:#777;text-align:center;transform:scale(.916)}.socialButtons--normal{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,auto));justify-content:center;-moz-column-gap:4px;column-gap:4px}.socialButtons--normal .socialButtons-item{justify-items:center;row-gap:10px;color:#777}.socialButtons--shareSelector{width:100%;background-color:#f5f5f5}.socialButtons--shareSelector .socialButtons-item{grid-template-columns:max-content 1fr;-moz-column-gap:16px;column-gap:16px;justify-items:flex-start;width:100%;border-bottom:1px solid #eaeaea;padding:14px 16px;color:#000}.socialButtons-linkIcon{background-size:contain}.socialButtons-linkIcon.ico-social50-line{height:25px;width:25px;background-image:url(./ico-social50-line.BRshQTKT.png)}.socialButtons-linkIcon.ico-social50-fb{height:25px;width:25px;background-image:url(./ico-social50-fb.BBsgz-Qv.png)}.socialButtons-linkIcon.ico-social50-url{height:25px;width:25px;background-image:url(./ico-social50-url.CMtwK1k1.png)}.socialButtons-linkIcon.ico-social72-line{height:36px;width:36px;background-image:url(./ico-social72-line.BEYufS0u.png)}.socialButtons-linkIcon.ico-social72-fb{height:36px;width:36px;background-image:url(./ico-social72-fb.CngPcpDD.png)}.socialButtons-linkIcon.ico-social72-url{height:36px;width:36px;background-image:url(./ico-social72-url.BsnljhuG.png)}.socialButtons-linkIcon.ico-social108-line{height:54px;width:54px;background-image:url(./ico-social108-line.Kg5Ad751.png)}.socialButtons-linkIcon.ico-social108-fb{height:54px;width:54px;background-image:url(./ico-social108-fb.t9leBe85.png)}.socialButtons-linkIcon.ico-social108-url{height:54px;width:54px;background-image:url(./ico-social108-url.k_GOwe6c.png)}.bottomPopupWrapper,.bottomPopupWrapper-body{position:fixed;left:0;right:0}@media screen and (min-width:790px){.bottomPopupWrapper,.bottomPopupWrapper-body{left:calc(100vw - 100%)}}.bottomPopupWrapper,.bottomPopupWrapper-body{bottom:0}.bottomPopupWrapper{top:0}.bottomPopupWrapper-body{width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.bottomPopupWrapper-body{width:749px}}.bottomPopupWrapper{background-color:#00000080;z-index:10}.btnSocialShareSelector-icon{width:24px;height:24px}.btnSocialShareSelector-icon,.btnSocialShareSelector-icon--partner{content:"";background-image:url(./ico-share.C3pSXDao.svg);display:inline-block;background-repeat:no-repeat;background-size:contain}.btnSocialShareSelector-icon--partner{width:32px;height:32px}.bottombarTools[data-v-f4a41750]{position:fixed;left:0;right:0}@media screen and (min-width:790px){.bottombarTools[data-v-f4a41750]{left:calc(100vw - 100%)}}.bottombarTools[data-v-f4a41750]{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.bottombarTools[data-v-f4a41750]{width:749px}}.bottombarTools[data-v-f4a41750]{display:flex;box-shadow:0 2px 35px #00000014;background-color:#fff;z-index:6;padding:0 16px;padding-bottom:calc(var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.bottombarTools-item--block1[data-v-f4a41750]{flex:0 1 auto;min-width:55px;padding:0 5px}.bottombarTools-item--block1[data-v-f4a41750],.bottombarTools-item--block2[data-v-f4a41750]{display:flex;justify-content:center;align-items:center;height:56px}.bottombarTools-item--block2[data-v-f4a41750]{flex:1;margin-left:10px}.bottombarTools-link[data-v-f4a41750]{display:flex;justify-content:center;align-items:center;flex-direction:column;cursor:pointer}.bottombarTools-text[data-v-f4a41750]{font-size:bold;font-size:12px;line-height:1;color:#777;display:flex;margin-top:3px;white-space:nowrap}.bottombarTools-iconAddFriend[data-v-f4a41750]{background-image:url(./ico-addFriend.Ums4xyGk.svg)}.bottombarTools-iconAddFriend[data-v-f4a41750],.bottombarTools-iconSettingPriceAlert[data-v-f4a41750]{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.bottombarTools-iconSettingPriceAlert[data-v-f4a41750]{background-image:url(./ico-settingPriceAlertBell--grey.8YI4mhGV.svg)}.bottombarTools-iconEditPriceAlert[data-v-f4a41750]{content:"";background-image:url(./ico-editPriceAlertBell--green.yx0w76OW.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.bottombarTools-editPriceAlertText[data-v-f4a41750]{color:#1ec687}.shopInfo-badge--direct[data-v-b28d8c7b],.shopInfo-badge--login[data-v-b28d8c7b],.shopInfo-badge--pay[data-v-b28d8c7b],.shopInfo-badge-points[data-v-b28d8c7b]{display:inline-block;height:16px;border-radius:8px;background-color:#1ec687;background-size:82%;background-repeat:no-repeat;background-position:50%}.shopInfo[data-v-b28d8c7b]{display:grid;row-gap:16px;background-color:#fff;padding:16px}.shopInfo-header[data-v-b28d8c7b]{display:grid;grid-template-columns:44px minmax(0,auto);-moz-column-gap:8px;column-gap:8px}.shopInfo-merchantImg[data-v-b28d8c7b]{position:relative;width:44px;height:44px;border-radius:4px;overflow:hidden;filter:brightness(97%)}.shopInfo-detail[data-v-b28d8c7b]{display:grid;row-gap:7px}.shopInfo-title[data-v-b28d8c7b]{font-size:16px;font-weight:700}.shopInfo-badge[data-v-b28d8c7b]>:not(:first-child){margin-left:8px}.shopInfo-badge--direct[data-v-b28d8c7b]{width:30px;background-color:#4696fa;background-image:url(./badge-direct.-_MmXx0U.svg)}.shopInfo-badge--pay[data-v-b28d8c7b]{width:50px;background-image:url(./line_payWhite.CeF-mufA.svg)}.shopInfo-badge--login[data-v-b28d8c7b]{width:57px;background-image:url(./line_loginWhite.ChpHW_Sp.svg)}.shopInfo-badge-points[data-v-b28d8c7b]{width:72px;background-image:url(./line_pointWhite.Bv3Y4AZB.svg)}.shopInfo-content[data-v-b28d8c7b]{position:relative;font-size:13px;line-height:1.5;color:#777;padding-right:42px}.shopInfo-description[data-v-b28d8c7b]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.active .shopInfo-description[data-v-b28d8c7b]{word-break:break-word;-webkit-line-clamp:unset;max-height:none}.shopInfo-expandBtn[data-v-b28d8c7b]{position:absolute;right:0;top:6px;width:24px;height:24px;background-color:#f5f5f5;border-radius:24px;cursor:pointer}.shopInfo-iconArrow[data-v-b28d8c7b]{position:absolute;z-index:2;right:3px;top:3px;content:"";background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards}@keyframes partnerInfo-arrow-rotateUp-b28d8c7b{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes partnerInfo-arrow-rotateDown-b28d8c7b{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.shopInfo-iconArrow--up[data-v-b28d8c7b]{animation-name:partnerInfo-arrow-rotateUp-b28d8c7b}.shopInfo-iconArrow--down[data-v-b28d8c7b]{animation-name:partnerInfo-arrow-rotateDown-b28d8c7b}.aILowerPriceHeader-image>img,.aILowerPriceHeader-img>img,.aILowerPriceHeader-logo>img{position:absolute;inset:0;margin:auto}.aILowerPriceHeader{display:grid;row-gap:12px;padding:12px;border:1px solid #efefef;border-radius:8px;font-size:12px;color:#949494;line-height:14px}.aILowerPriceHeader-info{display:grid;row-gap:4px;padding-left:8px;border-left:3px solid #8250ff}.aILowerPriceHeader-title{font-size:13px;font-weight:600;color:#111;line-height:16px}.aILowerPriceHeader-merchant,.aILowerPriceHeader-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aILowerPriceHeader-content{position:relative;display:grid;grid-template-columns:max-content 1fr;-moz-column-gap:12px;column-gap:12px}.aILowerPriceHeader-image{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;width:74px;height:0;padding-bottom:74px}.aILowerPriceHeader-soldOut{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;font-size:12px;color:#fff;font-weight:600;background-color:#0000004d}.aILowerPriceHeader-img{padding-bottom:74px;filter:brightness(97%)}.aILowerPriceHeader-img,.aILowerPriceHeader-logo{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;height:0}.aILowerPriceHeader-logo{position:absolute;width:28px;padding-bottom:28px;bottom:8px;left:8px;z-index:1;outline:2px solid #fff}.aILowerPriceHeader-detail{display:grid;row-gap:6px;font-size:12px;line-height:14px;font-family:LineSeed}.aILowerPriceHeader-detail em{margin-left:auto}.aILowerPriceHeader-currentPrice{display:flex;color:#949494}.aILowerPriceHeader-currentPrice em{color:#111}.aILowerPriceHeader-points{display:flex;align-items:center;color:#07b53b}.aILowerPriceHeader-points:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.aILowerPriceHeader-points.noReward{color:#949494}.aILowerPriceHeader-points.noReward:before{content:"";background-image:url(./ico-point--grey.Dg8b4yyB.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.aILowerPriceHeader-points.noReward em{color:#949494}.aILowerPriceHeader-angpau{display:flex;align-items:center;color:#ff5b57}.aILowerPriceHeader-angpau:before{content:"";background-image:url(./ico-angpau.T5T0hVop.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.aILowerPriceHeader-angpau em{color:#07b53b}.aILowerPriceHeader-angpau.noAngpau{color:#949494}.aILowerPriceHeader-angpau.noAngpau:before{content:"";background-image:url(./ico-angpauMonochrome.DhKf0X6A.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.aILowerPriceHeader-angpau.noAngpau em{color:#949494}.aILowerPriceHeader-total{display:flex;line-height:15px;color:#949494}.aILowerPriceHeader-total em{font-size:15px;font-family:LineSeedBd;color:#111}.aiLowerPriceItem-image>img,.aiLowerPriceItem-img>img,.aiLowerPriceItem-logo>img{position:absolute;inset:0;margin:auto}.aiLowerPriceItem{position:relative;display:grid;width:-moz-min-content;width:min-content;row-gap:12px;padding:12px 0;border:1px solid #efefef;border-radius:8px}.aiLowerPriceItem.isBestPrice{border:1px solid #8250ff}.aiLowerPriceItem.isBestPrice:after{content:"";position:absolute;top:-4px;left:0;right:0;margin:0 auto;width:75px;height:18px;background-image:url(./img-bestPriceBadge--short.Cc856gG1.png);background-size:contain;z-index:1}.aiLowerPriceItem.isBestPrice.isTarget:after{width:141px;background-image:url(./img-bestPriceBadge.fRPGm0dd.png)}.aiLowerPriceItem-image{overflow:hidden;position:relative;background-color:#00000008;width:132px;height:0;margin:0 12px;padding-bottom:132px;border-radius:8px}@media(min-width:750px){.aiLowerPriceItem-image{width:166px;padding-bottom:166px}}.aiLowerPriceItem-soldOut{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;font-size:15px;color:#fff;font-weight:600;background-color:#0000004d}.aiLowerPriceItem-img{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;height:0;padding-bottom:132px;filter:brightness(97%)}@media(min-width:750px){.aiLowerPriceItem-img{padding-bottom:166px}}.aiLowerPriceItem-itemNumber{position:absolute;top:13px;left:8px;font-size:28px;line-height:1;font-style:italic;font-weight:700;color:#111;z-index:1}.aiLowerPriceItem-itemNumber:after{-webkit-text-stroke:4px #fff;content:attr(value);position:absolute;top:0;left:0;z-index:-1}.isBestPrice .aiLowerPriceItem-itemNumber{color:#8250ff}@media(min-width:750px){.aiLowerPriceItem-itemNumber{font-size:36px}}.aiLowerPriceItem-logo{overflow:hidden;position:relative;background-color:#00000008;position:absolute;width:44px;height:0;padding-bottom:40px;bottom:6px;left:6px;z-index:1;border:2px solid #fff;border-radius:6px;background:#fff}@media(min-width:750px){.aiLowerPriceItem-logo{width:52px;padding-bottom:48px}}.aiLowerPriceItem-info{display:grid;row-gap:4px;margin:0 12px;font-size:12px;line-height:14px}.aiLowerPriceItem-title{font-weight:600;color:#555;height:36px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.aiLowerPriceItem-merchant{color:#949494;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aiLowerPriceItem-separator{width:100%;border:0;border-top:1px solid #efefef}.aiLowerPriceItem-detail{display:grid;row-gap:6px;margin:0 12px;font-size:12px;line-height:14px;font-family:LineSeed}.aiLowerPriceItem-detail em{margin-left:auto}.aiLowerPriceItem-currentPrice{display:flex;color:#949494}.aiLowerPriceItem-currentPrice em{color:#111}.aiLowerPriceItem-points{display:flex;align-items:center;color:#07b53b}.aiLowerPriceItem-points:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.aiLowerPriceItem-points.noReward{color:#949494}.aiLowerPriceItem-points.noReward:before{content:"";background-image:url(./ico-point--grey.Dg8b4yyB.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.aiLowerPriceItem-points.noReward em{color:#949494}.aiLowerPriceItem-angpau{display:flex;align-items:center;color:#ff5b57}.aiLowerPriceItem-angpau:before{content:"";background-image:url(./ico-angpau.T5T0hVop.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.aiLowerPriceItem-angpau em{color:#07b53b}.aiLowerPriceItem-angpau.noAngpau{color:#949494}.aiLowerPriceItem-angpau.noAngpau:before{content:"";background-image:url(./ico-angpauMonochrome.DhKf0X6A.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.aiLowerPriceItem-angpau.noAngpau em{color:#949494}.aiLowerPriceItem-total{display:flex;line-height:15px;color:#949494}.aiLowerPriceItem-total em{font-size:15px;font-family:LineSeedBd;color:#111}.aILowerPriceNoticeBlock{background-color:#fff;cursor:pointer}.aILowerPriceNoticeBlock-header{display:flex;align-items:center;font-size:13px;color:#111;padding:12px 16px}.aILowerPriceNoticeBlock-iconArrow{margin-left:auto;content:"";background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards}@keyframes partnerDescription-arrow-rotateUp{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes partnerDescription-arrow-rotateDown{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.aILowerPriceNoticeBlock-iconArrow.up{animation-name:partnerDescription-arrow-rotateUp}.aILowerPriceNoticeBlock-iconArrow.down{animation-name:partnerDescription-arrow-rotateDown}.aILowerPriceNoticeBlock-content{font-size:12px;line-height:18px;color:#949494;padding:0 16px 12px}.aILowerPriceNoticeBlock-content .em{color:#638dff;text-decoration:underline;font-weight:500}.aILowerPriceNoticeV2-image>img{position:absolute;inset:0;margin:auto}.aILowerPriceNoticeV2{display:grid;row-gap:1px;background-color:#efefef;border-radius:8px;border:1px solid #efefef;overflow:hidden}.aILowerPriceNoticeV2-title{display:flex;align-items:center;color:#111;padding:12px 16px;background-color:#fff;font-weight:600;font-size:15px}.aILowerPriceNoticeV2-title:before{margin-right:4px;content:"";background-image:url(./ico-ai.ZVJ4hbF3.png);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.aILowerPriceNoticeV2-merchants{height:20px;margin-left:4px;display:flex;align-items:center}.aILowerPriceNoticeV2-merchantItem{position:relative}.aILowerPriceNoticeV2-merchantItem:nth-child(n+2){margin-left:-5px}.aILowerPriceNoticeV2-merchantItem:hover{z-index:2}.aILowerPriceNoticeV2-image{display:inline-block;width:20px;height:0;padding-bottom:18px;z-index:1;overflow:hidden;position:relative;background-color:#00000008;border-radius:18px;border:1px solid #fff;background-color:#f5f5f5;transition:transform .2s ease;filter:brightness(97%)}.aILowerPriceNoticeV2-image:hover{transform:scale(1.1)}.aILowerPriceNoticeV2-list{display:grid;row-gap:13px;-moz-column-gap:16px;column-gap:16px;grid-template-columns:repeat(2,1fr)}.aILowerPriceNoticeV2-item{position:relative;font-size:12px;line-height:14px;color:#111;padding-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aILowerPriceNoticeV2-item:before{content:"";background-image:url(./ico-checkedGreen--bold.DzVb0O_a.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;left:0}.aiLowerPrice{display:grid;row-gap:16px}.aiLowerPrice-top{display:grid;row-gap:4px}.aiLowerPrice-title{display:flex;align-items:center;font-weight:600;font-size:17px;color:#111;-moz-column-gap:4px;column-gap:4px}.aiLowerPrice-title img{width:24px;height:24px;flex-shrink:0}.aiLowerPrice-description{font-size:12px;line-height:18px;color:#949494}.aiLowerPrice-description em{color:#8250ff;font-weight:700}.aiLowerPrice-scrollableList{display:flex;gap:12px;height:344px;flex-direction:column;flex-wrap:wrap;align-content:flex-start;padding-top:3px!important}@media(min-width:750px){.aiLowerPrice-scrollableList{height:378px}}.horizontalScrollableTopicItems-container[data-v-cc27587a]{display:flex;-moz-column-gap:10px;column-gap:10px;align-items:flex-start}.horizontalScrollableTopicItems-item[data-v-cc27587a]{min-width:145px;max-width:145px}.longDescription{overflow:hidden}.longDescription-title{font-weight:600;font-size:17px;line-height:25px;margin-bottom:16px}.longDescription-content{font-size:13px;line-height:20px;color:#555;word-break:break-all}.longDescription-content div,.longDescription-content iframe,.longDescription-content img,.longDescription-content p{display:block;position:relative;max-width:100%!important}.productSubInfo-expandableTabList{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));z-index:4}.noTitlebar .productSubInfo-expandableTabList{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .productSubInfo-expandableTabList{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.productSubInfo-expandableTabList.isPinned{box-shadow:0 2px 12px -6px #00000026}.productSubInfo-grid{display:grid;row-gap:8px}.categoryInfoBar{display:flex;align-items:center;font-size:13px;color:#777;width:100%;padding:8px 16px;background-color:#fff;z-index:4}.categoryInfoBar-icon{content:"";background-image:url(./ico-navbar-categoryOn.BT6ruzlk.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:3px}.categoryInfoBar-left{line-height:1.5;width:63px;margin-right:7px}.categoryInfoBar-left,.categoryInfoBar-right{display:flex;align-items:center;font-size:13px}.categoryInfoBar-right{line-height:1.2;flex-wrap:wrap;flex:1}.categoryInfoBar-link{display:flex;align-items:center;width:auto}.categoryInfoBar-link:not(:last-child):after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 4px}.productPageContent-roundedButton,.productPageContent-roundedButton--soldOut{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.productPageContent-top{display:grid;row-gap:8px}.productPageContent-bestTiming,.productPageContent-priceTrendSection{padding:16px;background-color:#fff}.productPageContent-priceTrendSection>:not(:first-child){margin-top:8px}.productPageContent-paddingBlock{display:grid}.productPageContent-paddingBlock,.productPageContent-paddingBlock--fit{padding:16px;background-color:#fff}.productPageContent-paddingBlock--noBackground{padding:0 16px;margin:28px 0}.productPageContent-roundedButton,.productPageContent-roundedButton--soldOut{width:100%}.productPageContent-roundedButton--soldOut{color:#f5f5f5;background-color:#b7b7b7}.productPageContent-roundedButtonPointIcon{content:"";background-image:url(./ico-point--white.DiQtpN6g.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 5px;flex-shrink:0}.promotionProductPanel[data-v-e7bf48f9]{scrollbar-width:none;-ms-overflow-style:none;height:100%}.promotionProductPanel[data-v-e7bf48f9]::-webkit-scrollbar{width:0;display:none}.promotionProductPanel-box[data-v-e7bf48f9]{box-shadow:none;padding:16px;background-color:#fff}.promotionProductPanel-card[data-v-e7bf48f9]{border-bottom:8px solid #f5f5f5}.promotionProductPanel-tabContentWrapper[data-v-e7bf48f9]{position:relative;min-height:100vh;z-index:2}.promotionProductPanel-tabContentWrapper.noPadding[data-v-e7bf48f9]{padding:0}.promotionProductPanel-paddingBlock[data-v-e7bf48f9]{padding:16px;background-color:#fff}.productSearch{position:relative}.productSearch-loading{display:flex;justify-content:center;align-items:center;padding:24px 0}.shopSearch{position:relative}.shopSearch-loading{display:flex;justify-content:center;align-items:center;padding:24px 0}.topicSearch{width:100%}.topicSearch-content{width:100%;padding:16px}.topicSearch-header{width:100%}.topicSearch-menu{background:#fff;padding:16px;font-size:14px}.topicSearch-menuItem{padding:0 14px;color:#777}.topicSearch-menuItem.active{color:#1ec687}.topicSearch-noResults{line-height:1;text-align:center;padding:73px 0}.transferPage-footerLoadingIndicator[data-v-c9d8f982],.transferPage-footerText[data-v-c9d8f982]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.transferPage-footer[data-v-c9d8f982]{position:fixed;left:0;right:0}@media screen and (min-width:790px){.transferPage-footer[data-v-c9d8f982]{left:calc(100vw - 100%)}}.transferPage-footer[data-v-c9d8f982]{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.transferPage-footer[data-v-c9d8f982]{width:749px}}@keyframes transferPage-progress-c9d8f982{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.transferPage-footer[data-v-c9d8f982]{background:#fff;padding:10px 16px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.transferPage-footerLink[data-v-c9d8f982]{will-change:transform;border-radius:9999px;display:block;height:36px;line-height:36px;font-size:14px;font-weight:600;text-align:center;color:#fff;background:#1ec687;box-shadow:0 -2px 12px -6px #00000026;cursor:pointer;overflow:hidden}.transferPage-footerLink[data-v-c9d8f982]:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff3;z-index:-1;transform:scaleX(0);transform-origin:left}.transferPage-footerLink.progress[data-v-c9d8f982]:before{animation:transferPage-progress-c9d8f982 var(--footer-progress-duration) linear forwards}.transferPage-footerText[data-v-c9d8f982]{white-space:nowrap}.transferPage-footer.abovePopup[data-v-c9d8f982]{z-index:11}.physicalStore[data-v-ee3c170d]{display:flex;justify-content:flex-start;align-items:center;position:relative;padding:16px 16px 22px;margin-bottom:56px;flex-direction:column}.physicalStore-link[data-v-ee3c170d]{display:flex;justify-content:center;align-items:center;padding:0 8px 0 6px;height:24px;border-radius:12px;background-color:#00000080;margin-bottom:12px;z-index:2;margin-left:auto}.physicalStore-linkIcon[data-v-ee3c170d]{margin-right:1px;width:14px;height:14px}.physicalStore-profile[data-v-ee3c170d]{width:100%;border-radius:8px;background:#fff;padding:12px 0 16px;margin-bottom:12px;box-shadow:0 2px 12px -6px #00000026;z-index:2}.physicalStore-title[data-v-ee3c170d]{width:100%;display:flex;justify-content:flex-start;align-items:center;position:relative;margin-bottom:12px}.physicalStore-content[data-v-ee3c170d]{padding:0 12px}.physicalStore-login[data-v-ee3c170d]{margin:36px 0 16px}.physicalStore-loginTitle[data-v-ee3c170d]{font-size:16px;font-weight:700;color:#111;line-height:1.5;text-align:center;margin-bottom:16px}.physicalStore-loginButton[data-v-ee3c170d]{width:-moz-fit-content;width:fit-content;font-size:15px;font-weight:700;color:#fff;margin:auto;padding:0 30px;line-height:36px;border-radius:21px;background-color:#1ec687;cursor:pointer;text-align:center}.physicalStore-agreementBlock[data-v-ee3c170d]{padding:0 12px;text-align:center;margin:12px 0 6px}.physicalStore-agreementTop[data-v-ee3c170d]>:not(:first-child){margin-left:12px}.physicalStore-agreement[data-v-ee3c170d]{display:inline-grid;align-items:center;grid-template-columns:24px max-content;-moz-column-gap:4px;column-gap:4px}.physicalStore-agreementText[data-v-ee3c170d]{padding:2px 12px 0;font-weight:400;font-size:12px;line-height:18px;color:#949494}.physicalStore-agreementLink[data-v-ee3c170d]{color:#638dff;font-weight:500;text-decoration:underline}.physicalStore-ico-okOn[data-v-ee3c170d]{background-image:url(./ico-okOn.CVd3fBBN.svg)}.physicalStore-ico-ok2[data-v-ee3c170d],.physicalStore-ico-okOn[data-v-ee3c170d]{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.physicalStore-ico-ok2[data-v-ee3c170d]{background-image:url(./ico-ok2.ZWOsFVwY.svg)}.physicalStore-closeInstruction[data-v-ee3c170d]{font-size:12px;color:#555}.physicalStore-primaryImage[data-v-ee3c170d]{position:absolute;right:0;width:210px;top:0}.physicalStore-primaryImage[data-v-ee3c170d]:after{position:absolute;content:"";width:100%;height:100%;bottom:0;background-image:linear-gradient(90deg,#f5f5f5 3%,#f5f5f533),linear-gradient(180deg,#f5f5f533,#f5f5f5 97%)}.physicalStore-avatarImage[data-v-ee3c170d]{display:block;position:relative;width:44px;height:44px;border-radius:4px;overflow:hidden;margin-right:8px}.physicalStore-info[data-v-ee3c170d]{flex:1;width:calc(100% - 44px)}.physicalStore-infoTitle[data-v-ee3c170d]{font-size:17px;line-height:20px;font-weight:600;color:#111;width:100%;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.physicalStore-offer[data-v-ee3c170d]{display:flex;align-items:center;font-size:12px;color:#07b53b;line-height:14px}.physicalStore-offer[data-v-ee3c170d]:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.physicalStore-offerDetail[data-v-ee3c170d]{display:block;margin-left:-7px}.physicalStore-item[data-v-ee3c170d]{display:flex;justify-content:flex-start;align-items:center;position:relative;margin-bottom:8px}.physicalStore-item[data-v-ee3c170d]:last-child{margin-bottom:0}.physicalStore-itemIcon--landmark[data-v-ee3c170d]{background-image:url(./ico-landmark.CJCgA6LA.svg)}.physicalStore-itemIcon--landmark[data-v-ee3c170d],.physicalStore-itemIcon--speaker[data-v-ee3c170d]{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:8px}.physicalStore-itemIcon--speaker[data-v-ee3c170d]{background-image:url(./ico-speaker.DmLzOdo5.svg)}.physicalStore-itemIcon--shop[data-v-ee3c170d]{background-image:url(./ico-shop.CrzQhCcl.svg)}.physicalStore-itemIcon--crown[data-v-ee3c170d],.physicalStore-itemIcon--shop[data-v-ee3c170d]{content:"";width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:8px}.physicalStore-itemIcon--crown[data-v-ee3c170d]{background-image:url(./ico-crown.RjSOFpUK.svg)}.physicalStore-itemIcon--arrow[data-v-ee3c170d]{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:2px}.physicalStore-itemIconR[data-v-ee3c170d]{width:18px;height:18px;margin-left:2px}.physicalStore-itemText[data-v-ee3c170d]{font-size:13px;line-height:16px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.physicalStore-itemPoints[data-v-ee3c170d]{display:flex;align-items:center;line-height:1;margin-left:6px;font-size:12px;color:#07b53b}.physicalStore-itemPoints[data-v-ee3c170d]:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.physicalStore-middle[data-v-ee3c170d]{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%;margin:6px 0}.physicalStore-middleLine[data-v-ee3c170d]{height:1px;width:calc(100% - 30px);border-bottom:1px dashed #e4e4e4}.physicalStore-middleHalfCircle--left[data-v-ee3c170d],.physicalStore-middleHalfCircle--right[data-v-ee3c170d]{height:14px;width:7px;background-color:#f5f5f5}.physicalStore-middleHalfCircle--right[data-v-ee3c170d]{border-radius:14px 0 0 14px}.physicalStore-middleHalfCircle--left[data-v-ee3c170d]{border-radius:0 14px 14px 0}.physicalStore-barCodeContent[data-v-ee3c170d]{display:flex;align-items:center;flex-direction:column}.physicalStore-button[data-v-ee3c170d]{display:flex;align-items:center;font-size:12px;line-height:20px;height:28px;border-radius:14px;color:#07b53b;background-color:#e5f4ee;padding:4px 12px;margin:7px 0}.physicalStore-buttonIcon[data-v-ee3c170d]{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 1px 0 5px}.physicalStore-buttonText[data-v-ee3c170d]{font-size:13px}@media(max-width:374.98px){.physicalStore-buttonText[data-v-ee3c170d]{width:170px;overflow:hidden;white-space:nowrap}}.physicalStore-itemBox[data-v-ee3c170d]{margin:0 auto 14px}.physicalStore-posPluCode[data-v-ee3c170d]{width:180px;margin-bottom:-10px}.physicalStore-oaFriendCode[data-v-ee3c170d]{margin-bottom:2px;width:310px}@media(max-width:374.98px){.physicalStore-oaFriendCode[data-v-ee3c170d]{width:270px}}.physicalStore-warn[data-v-ee3c170d]{display:inline-flex;justify-content:center;align-items:center;font-size:12px;line-height:14px;color:#949494;margin-bottom:8px}.physicalStore-warn[data-v-ee3c170d]:before{content:"";background-image:url(./ico-enlargeGrey.Cbt0YPDm.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tutorialAngpau-belt[data-v-14dd3959]{margin:40px 0 80px}.tutorialIntro-steps[data-v-0f88c4c8]{display:grid;width:100%;margin:56px auto 16px}.tutorialIntro-stepsTilte[data-v-0f88c4c8]{font-weight:600;font-size:24px;line-height:29px;text-align:center;margin-bottom:40px}.tutorialIntro-pointBanner[data-v-0f88c4c8]{display:grid;font-weight:600;font-size:17px;color:#fff;line-height:25px;height:90px;padding:20px;margin:80px 0;background-color:#1ec687;border-radius:8px;background-position:100% 100%;background-size:contain;background-repeat:no-repeat;background-image:url(./img-tutorial-bannerLinepoint.DSRIAVpU.png)}.tutorialIntro-pointBannerText[data-v-0f88c4c8]{display:flex;align-items:center;font-size:15px;line-height:18px;color:#fff;opacity:.7}.tutorialIntro-pointBannerText[data-v-0f88c4c8]:after{content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tutorialIntro-newbuyer[data-v-0f88c4c8]{display:block;color:#fff;padding:40px 20px;background-color:#ff736f}.tutorialIntro-newbuyerSlogan[data-v-0f88c4c8]{font-weight:600;font-size:24px;line-height:29px;text-align:center;margin:0 auto 24px}.tutorialIntro-newbuyerImage[data-v-0f88c4c8]{height:100px;width:236px;margin:auto;background-size:contain;background-repeat:no-repeat;background-image:url(./img-tutorial-newbuyerAngpau.IQc2VBXm.png)}@media(min-width:750px){.tutorialIntro-newbuyerImage[data-v-0f88c4c8]{height:128px;width:300px}}.tutorialIntro-newbuyerBanner[data-v-0f88c4c8]{display:grid;-moz-column-gap:16px;column-gap:16px;align-items:center;grid-template-columns:max-content 1fr max-content;width:100%;padding:12px 20px;background-color:#fff;border-radius:8px}.tutorialIntro-newbuyerRewards[data-v-0f88c4c8]{display:grid;row-gap:2px}.tutorialIntro-newbuyerRewards[data-v-0f88c4c8]:before{content:"";height:50px;width:50px;margin:auto;background-size:contain;background-repeat:no-repeat;background-image:url(./ico-tutorial-newbuyerAngpau.BF2RphfN.png)}.tutorialIntro-newbuyerPoints[data-v-0f88c4c8]{display:flex;align-items:center;font-weight:400;color:#07b53b;font-size:20px;font-weight:600}.tutorialIntro-newbuyerPoints[data-v-0f88c4c8]:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tutorialIntro-newbuyerInfo[data-v-0f88c4c8]{display:grid;row-gap:4px;font-weight:600;font-size:20px;line-height:24px;color:#000;height:-moz-fit-content;height:fit-content}.tutorialIntro-newbuyerText[data-v-0f88c4c8]{font-weight:400;font-size:13px;line-height:20px;color:#949494}.tutorialIntro-newbuyerButton[data-v-0f88c4c8]{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:14px;line-height:17px;padding:0 13px;height:36px;background-color:#ff5b57;border-radius:36px;margin:auto}.tutorialMission-tips[data-v-51c2ec29]{margin-bottom:80px}.tutorialPassport-mainImage>img[data-v-490e31f8]{position:absolute;inset:0;margin:auto}.tutorialPassport-content[data-v-490e31f8]{display:grid;row-gap:4px;font-size:15px;line-height:22px;color:#949494;text-align:center;margin:80px 0}.tutorialPassport-slogan[data-v-490e31f8]{font-weight:600;font-size:24px;line-height:29px;color:#000;margin-bottom:20px}.tutorialPassport-mainImage[data-v-490e31f8]{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;width:236px;height:150px;margin:auto}@media(min-width:750px){.tutorialPassport-mainImage[data-v-490e31f8]{width:300px;height:190px}}.tutorialPassport-link[data-v-490e31f8]{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:14px;line-height:17px;color:#777;height:36px}.tutorialPassport-link[data-v-490e31f8]:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tutorialNote[data-v-3ad89c81]{display:grid}.tutorialNote-content1[data-v-3ad89c81]{margin-bottom:20px}.tutorialNote-link[data-v-3ad89c81]{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:14px;line-height:17px;color:#777;height:36px;background-color:#fff;margin-top:4px}.tutorialNote-link[data-v-3ad89c81]:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.tutorialNote-flow[data-v-3ad89c81]{margin:40px auto 36px}.tutorialNote-belt[data-v-3ad89c81]{margin:40px 0 80px}.tutorial-icon>img[data-v-d5958727]{position:absolute;inset:0;margin:auto}.tutorial[data-v-d5958727]{display:grid;grid-template-rows:max-content 1fr;height:100%;background-color:#fff}.tutorial-top[data-v-d5958727]{display:grid;row-gap:10px;font-weight:600;font-size:15px;line-height:18px;color:#fff;padding:16px;background-color:#1ec687}.tutorial-list[data-v-d5958727]{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.tutorial-item[data-v-d5958727]{display:grid;align-items:center;grid-template-columns:1fr max-content;-moz-column-gap:8px;column-gap:8px;height:60px;font-weight:600;font-size:17px;color:#111;padding:0 16px;background-color:#fff;border-radius:8px;cursor:pointer}.tutorial-item.spanTwo[data-v-d5958727]{grid-column:1/3}.tutorial-item[data-v-d5958727]:first-child:after{content:"";width:120px;height:60px;background-position:100% 100%;background-size:contain;background-repeat:no-repeat;background-image:url(./img-tutorialTopimg.BVwuYd1V.png)}.tutorial-icon[data-v-d5958727]{overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;width:36px;height:36px;background-color:#fff}.tutorial-tabmenu[data-v-d5958727]{position:sticky;top:var(--sticky-top,0);height:48px;background-color:#1ec687;z-index:1;cursor:pointer}.tutorial-tabmenuList[data-v-d5958727]{display:inline-flex;padding-left:0}.tutorial-tabmenuItem[data-v-d5958727]{display:flex;align-items:center;position:relative;font-weight:500;font-size:15px;line-height:48px;margin:0 16px;color:#ffffffb3}.tutorial-tabmenuItem.active[data-v-d5958727]{color:#fff}.tutorial-tabmenuItem.active[data-v-d5958727]:after{content:"";position:absolute;bottom:0;width:100%;height:3px;background-color:#fff}.myAccountPage-ADImage>img{position:absolute;inset:0;margin:auto}.myAccountPage-slideBanner{margin-left:-16px;margin-right:-16px}.myAccountPage{display:grid;row-gap:16px;padding-left:16px;padding-right:16px;grid-template-columns:minmax(0,1fr)}.myAccountPage-topContent{display:grid;row-gap:16px;background-color:#1ec687;width:calc(100% + 12px);box-sizing:content-box;margin-left:-16px;padding:10px 10px 16px}@media(max-width:374.98px){.myAccountPage-tools{width:calc(100% + 15px);margin-left:-8px}}.myAccountPage-passport{border-radius:8px;overflow:hidden}.myAccountPage-avatar{margin-right:11px;width:72px;height:72px;border-radius:100%;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.myAccountPage-infoTop{line-height:21px}.myAccountPage-infoDown{display:flex;justify-content:flex-start;align-items:center}.myAccountPage-userName{font-size:22px;font-weight:700;color:#fff;margin-bottom:9px}.myAccountPage-points{display:flex;justify-content:flex-start;align-items:center;font-size:15px;font-weight:500;color:#fff;margin-right:3px}.myAccountPage-pointsIcon{display:inline-block;width:21px;height:21px;margin-left:1px;margin-right:2px}.myAccountPage-login{display:flex;justify-content:flex-start;align-items:center;font-size:12px;font-weight:700;color:#fff;padding:0 4px 0 8px;background-color:#179968;height:21px;border-radius:10px;margin-left:5px}.myAccountPage-logWords{line-height:13px}.myAccountPage-loginIcon{width:13px;height:13px}.myAccountPage-unlogin{display:flex;justify-content:flex-start;align-items:center;font-size:17px;padding-bottom:16px}.myAccountPage-block{position:relative;z-index:1}.myAccountPage-block--overlay{position:relative}.myAccountPage-recommend{position:relative;margin:0 -16px;z-index:1}.myAccountPage-card{padding:0}.myAccountPage-card,.myAccountPage-card--highBottom{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026}.myAccountPage-card--highBottom{padding:16px 16px 25px}.myAccountPage-cardTitle{display:flex;align-items:center;margin:3px 1px 18px 3px;font-size:17px;font-weight:500;color:#111}.myAccountPage-cardTitleMore{font-size:13px;color:#777;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-left:auto}.myAccountPage-cardInfo{display:inline-grid;margin-top:-4px;width:calc(100% - 61px)}.myAccountPage-cardInfoTitle{font-size:17px;font-weight:700;color:#111;margin-bottom:7px;width:100%}.myAccountPage-cardInfoText,.myAccountPage-cardInfoTitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myAccountPage-cardInfoText{font-size:13px;color:#777}.myAccountPage-shortcutImage{width:48px;height:60px;margin-right:15px}.myAccountPage-popupContent{margin-bottom:34px}.myAccountPage-popupContent:last-child{margin-bottom:0}.myAccountPage-popupList{row-gap:40px}.myAccountPage-content{padding:12px 0 8px;background-color:#fff}.myAccountPage-ADItem{display:inline-grid;grid-template-columns:1fr max-content;-moz-column-gap:6px;column-gap:6px;align-items:center}.myAccountPage-ADInfo{display:inline-grid;row-gap:4px}.myAccountPage-ADTitle{font-weight:600;font-size:15px;line-height:18px;color:#111}.myAccountPage-ADSubTitle,.myAccountPage-ADTitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myAccountPage-ADSubTitle{font-size:13px;line-height:16px;color:#949494}.myAccountPage-ADImage{width:84px;height:0;padding-bottom:66.67%;z-index:1;overflow:hidden;position:relative;border-radius:4px;background-color:#f5f5f5}.myAccountPage-ADpagination{margin-top:8px}.myAccountPage-icoLike{background-image:url(./ico-product-like--black.R8gay-KN.svg)}.myAccountPage-icoLike,.myAccountPage-icoOrder{content:"";width:36px;height:36px;display:inline-block;background-repeat:no-repeat;background-size:contain}.myAccountPage-icoOrder{background-image:url(./ico-order.sBf16iMH.svg)}.myAccountPage-icoClock{background-image:url(./ico-clock.CRfZodhE.svg)}.myAccountPage-icoCart,.myAccountPage-icoClock{content:"";width:36px;height:36px;display:inline-block;background-repeat:no-repeat;background-size:contain}.myAccountPage-icoCart{background-image:url(./ico-cartBlack.ClAtqkne.svg)}.myAccountPage-icoTicket{background-image:url(./ico-ticket.CQSzCX30.svg)}.myAccountPage-icoMoneyBag,.myAccountPage-icoTicket{content:"";width:36px;height:36px;display:inline-block;background-repeat:no-repeat;background-size:contain}.myAccountPage-icoMoneyBag{background-image:url(./ico-moneyBag.BeomcE79.svg)}.myAccountPage-icoCopyright{background-image:url(./ico-copyright.C1bC9vzt.svg)}.myAccountPage-icoCopyright,.myAccountPage-icoLawfile{content:"";width:36px;height:36px;display:inline-block;background-repeat:no-repeat;background-size:contain}.myAccountPage-icoLawfile{background-image:url(./icon-lawfile.CPTODSg8.svg)}.myAccountPage-icoPassport{background-image:url(./icon-passport.CkIgeV2m.svg)}.myAccountPage-icoContact,.myAccountPage-icoPassport{content:"";width:36px;height:36px;display:inline-block;background-repeat:no-repeat;background-size:contain}.myAccountPage-icoContact{background-image:url(./ico-contact.Bu1lNdeC.svg)}.myAccountPage-icoSettings{background-image:url(./ico-setting.DX53uusj.svg)}.myAccountPage-icoIssue,.myAccountPage-icoSettings{content:"";width:36px;height:36px;display:inline-block;background-repeat:no-repeat;background-size:contain}.myAccountPage-icoIssue{background-image:url(./ico-issue.DQ3P1lv1.svg)}.myAccountPage-icoTraining{background-image:url(./ico-training.DZKBr964.svg)}.myAccountPage-icoClause,.myAccountPage-icoTraining{content:"";width:36px;height:36px;display:inline-block;background-repeat:no-repeat;background-size:contain}.myAccountPage-icoClause{background-image:url(./ico-clause.MfXtqx6i.svg)}.myAccountPage-icoLogout{content:"";background-image:url(./ico-logout.C7dtNJfO.svg);width:36px;height:36px;display:inline-block;background-repeat:no-repeat;background-size:contain}.myAccountPage-icoCart--white{background-image:url(./ico-cart.BCosiCm-.svg)}.myAccountPage-icoCart--white,.myAccountPage-icoLike--white{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.myAccountPage-icoLike--white{background-image:url(./ico-product-like--white.D0MeNH-k.svg)}.myAccountPage-icoOrder--white{background-image:url(./ico-order--white.CTnjk10k.svg)}.myAccountPage-icoClock--white,.myAccountPage-icoOrder--white{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.myAccountPage-icoClock--white{background-image:url(./ico-clock--white.Q21hX6mA.svg)}.myAccountPage-icoMoneyBag--white{background-image:url(./ico-moneyBag--white.WnRM-OyZ.svg)}.myAccountPage-icoMoneyBag--white,.myAccountPage-icoTrend--white{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.myAccountPage-icoTrend--white{background-image:url(./ico-trendWhite.D4BXNBs1.svg)}.myAccountPage-iconBuyAgain--white{content:"";background-image:url(./ico-buyagain--white.DxlDVaOV.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.activityPage-horizontalButtons{margin:15px 16px}.angpau-bottomTools[data-v-a482fc93]{position:fixed;left:0;right:0}@media screen and (min-width:790px){.angpau-bottomTools[data-v-a482fc93]{left:calc(100vw - 100%)}}.angpau-bottomTools[data-v-a482fc93]{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.angpau-bottomTools[data-v-a482fc93]{width:749px}}.angpau-filter[data-v-a482fc93]{padding:8px 0}.angpau-notice[data-v-a482fc93]{margin:16px}.angpau-wrapper[data-v-a482fc93]{margin:16px;display:block}.angpau-list[data-v-a482fc93]{margin-top:80px}.angpau-header[data-v-a482fc93]{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));background-color:#fff;padding:16px 16px 0;z-index:1}.noTitlebar .angpau-header[data-v-a482fc93]{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .angpau-header[data-v-a482fc93]{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.angpau-headerTop[data-v-a482fc93]{width:100%}.angpau-searchbar[data-v-a482fc93]{display:flex;width:100%;height:34px;border-radius:21px;background-color:#f5f5f5;overflow:hidden;padding:5px 5px 5px 12px}.angpau-searchbar .searchBtn[data-v-a482fc93]{width:60px;background-color:#ff5b57;margin-left:auto}.angpau-searchbar .searchBtn.disable[data-v-a482fc93]{background-color:#c8c8c8;cursor:unset}.angpau-searchInput[data-v-a482fc93]{font-size:14px;flex-grow:2;border:none;background-color:transparent}.angpau-searchInput[data-v-a482fc93]::-moz-placeholder{color:#b7b7b7}.angpau-searchInput[data-v-a482fc93]::placeholder{color:#b7b7b7}.angpau-content[data-v-a482fc93]{margin-bottom:76px}.angpau-card[data-v-a482fc93]:not(:first-child){margin-top:16px}.angpau-instructionBtn[data-v-a482fc93]{text-align:center;color:#4696fa;padding:16px 0 0;display:flex;align-items:center;justify-content:center;font-size:13px;margin-top:16px;background-image:radial-gradient(50% 43.75% at 50% 0,#f5f5f5 0,#f5f5f500);background-color:unset;width:100%}.angpau-bottomTools[data-v-a482fc93]{box-shadow:0 -2px 12px -6px #00000026;display:grid;grid-template-columns:64px 1fr;-moz-column-gap:14px;column-gap:14px;align-items:center;background-color:#fff;padding:9px 14px 9px 12px;padding-bottom:calc(9px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.angpau-bottomToolsTutorial[data-v-a482fc93]{display:grid;align-items:center;justify-items:center;row-gap:2px;font-size:12px;color:#777;cursor:pointer}.angpau-bottomToolsTutorial[data-v-a482fc93]:before{content:"";background-image:url(./ico-questionMarkGrey.EX5aKzhd.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.angpau-bottomToolsBtn[data-v-a482fc93]{display:flex;justify-content:center;align-items:center;font-size:14px;color:#fff;background-color:#ff5b57;height:36px;line-height:36px;border-radius:36px;margin:1px 0}.angpau-bottomToolsCoinIcon[data-v-a482fc93]{background-image:url(./ico-coinFront.9EJRxKA1.png);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 1px}.bestPriceFinderPage{display:flex;min-height:calc(100dvh - var(--titlebar-height));background-color:#010314;padding:40px 16px 32px;padding-bottom:calc(32px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.bestPriceFinderTutorialPage-top:before{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto}.bestPriceFinderTutorialPage-top{position:relative;display:grid;align-content:flex-start;align-items:center;justify-content:center;row-gap:20px;text-align:center;color:#d7c9ff;min-height:512px;padding-top:28px;background:#010314}.bestPriceFinderTutorialPage-top:before{content:"";height:100%;z-index:1;background:radial-gradient(217.23% 100.08% at 50% 18.33%,transparent 21.67%,#63e 88.45%,#fff 100%)}.bestPriceFinderTutorialPage-top:after{content:"";position:absolute;bottom:0;height:212px;width:100%;background-image:url(./img-bestPriceFinderTutorial1.B4Qw6UMt.png);background-size:375px 212px;background-repeat:no-repeat;background-position:50%;z-index:2}.bestPriceFinderTutorialPage-shoppingLogo{content:"";background-image:url(./img-logo--white.ws-OQZLF.svg);width:91px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:auto}.bestPriceFinderTutorialPage-slogan{display:grid;row-gap:8px;color:#d7c9ff;z-index:3;letter-spacing:1px}.bestPriceFinderTutorialPage-slogan em{color:#d7c9ff}.bestPriceFinderTutorialPage-title{font-size:28px;font-weight:600;line-height:42px;letter-spacing:2px;color:#fff}.bestPriceFinderTutorialPage-button{display:flex;justify-content:center;align-items:center;height:48px;font-size:15px;font-weight:500;line-height:18px;color:#fff;width:-moz-fit-content;width:fit-content;min-width:180px;margin:auto;border-radius:48px;background-color:#8250ff;z-index:3;cursor:pointer}.bestPriceFinderTutorialPage-top .bestPriceFinderTutorialPage-button{width:240px}.bestPriceFinderTutorialPage-topLink{display:flex;justify-content:center;align-items:center;font-size:13px;font-weight:600;line-height:16px;color:#fff;margin:auto;z-index:3;cursor:pointer}.bestPriceFinderTutorialPage-topLink:after{content:"";background-image:url(./img-arrowLongRightWhite.BsYHA_Fj.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.bestPriceFinderTutorialPage-main{display:grid;align-items:center;row-gap:40px;padding:40px 0;background:#fff}.bestPriceFinderTutorialPage-mainTitle{display:grid;align-items:center;row-gap:4px;font-size:28px;font-weight:600;line-height:42px;text-align:center;color:#8250ff}.bestPriceFinderTutorialPage-subTitle{font-size:17px;font-weight:400;line-height:20px;text-align:center;color:#111}.bestPriceFinderTutorialPage-image{width:100%;max-width:375px;margin:auto}.largeSlideBanner-container{height:0;padding-bottom:calc(58.30904% - 3.65889px);margin-bottom:-15px}.largeSlideBanner-slide{padding-bottom:15px}.largeSlideBanner-image{border-radius:8px;box-shadow:0 15px 15px -15px #00000026}.largeSlideBanner-pagination{position:absolute;bottom:23px!important;z-index:1}.slideMerchants-merchantIcon>img{position:absolute;inset:0;margin:auto}.slideMerchants-merchantListContainer{margin-left:-16px;margin-right:-16px}.slideMerchants{background-color:#fff;padding:16px;border-radius:8px;position:relative}.slideMerchants-header{font-size:16px;font-weight:600;line-height:24px;color:var(--page-event-theme-color,#4696fa)}.slideMerchants-flag{display:flex;align-items:center;position:absolute;right:-3px;top:16px;max-width:calc(100% - 90px);z-index:1;padding:0 8px 0 12px;border-radius:12px 0 0 12px;font-size:13px;font-weight:500;line-height:24px;color:#fff;background:linear-gradient(to left,var(--page-event-theme-color,#40b6ff),var(--page-event-theme-color,#4696fa) 98%);white-space:nowrap}.slideMerchants-flag:before{content:"";position:absolute;right:0;top:-3px;border-style:solid;border-width:3px 0 0 3px;border-color:transparent transparent transparent var(--page-event-theme-color,#4696fa);filter:brightness(64%)}.slideMerchants-flag:after{content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.slideMerchants-merchantListContainer{margin-top:6px}.slideMerchants-merchantList{display:grid;grid-template-columns:repeat(5,minmax(0,75px));grid-gap:8px;justify-content:space-between;padding-top:8px}.slideMerchants-merchantItem{display:flex;align-items:center;flex-direction:column}.slideMerchants-merchantIcon{position:relative;max-width:75px;width:100%;height:0;padding-bottom:100%}.slideMerchants-merchantIcon>img{filter:brightness(97%);border-radius:4px}.slideMerchants-serviceBadge{position:absolute;top:-8px;left:-3px;z-index:1}.slideMerchants-merchantPoint{margin-top:6px}.slideMerchants-pagination{margin-top:16px}.merchantEvent-banner>img,.merchantEvent-productImage>img{position:absolute;inset:0;margin:auto}.merchantEvent{display:grid;grid-template-columns:45% 55%;background:#fff;border-radius:8px;overflow:hidden}.merchantEvent-banner{height:0;padding-bottom:162.874251497%;overflow:hidden;position:relative;border-radius:0;background-color:#fff}.merchantEvent-innerWrapper{padding:16px 16px 16px 12px;display:flex;flex-direction:column}.merchantEvent-header{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.merchantEvent-logo{width:30%;max-width:76px;border-radius:4px;overflow:hidden;flex-shrink:0;filter:brightness(97%)}.merchantEvent-merchantInfo{display:flex;flex-direction:column;align-items:stretch;width:calc(100% - 54px)}.merchantEvent-merchantInfo>:not(:first-child){margin-top:4px}.merchantEvent-merchantName{font-size:14px;font-weight:500;line-height:20px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantEvent-point{line-height:14px}.merchantEvent-products{margin-top:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px}.merchantEvent-productImage{height:0;padding-bottom:100%;filter:brightness(97%);overflow:hidden;position:relative;border-radius:5px;background-color:#fff}.merchantPreview{background-color:#fff;padding:16px;border-radius:8px}.merchantPreview-header{display:flex;align-items:center;font-size:16px;font-weight:600;line-height:24px;margin-bottom:16px}.merchantPreview-header:before{content:"";background-image:url(./ico-speaker-color.CJ14qG1E.svg);width:19px;height:19px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:6px}.merchantPreview-list{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:12px 16px}@media(min-width:750px){.merchantPreview-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.merchantPreview-info,.merchantPreview-item{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.merchantPreview-info{min-width:0;flex-grow:1}.merchantPreview-logo{width:30px;height:30px;border-radius:4px;filter:brightness(97%)}.merchantPreview-name{font-size:13px;font-weight:500;line-height:18px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantPreview-badge{content:"";background-image:url(./badge-direct.-_MmXx0U.svg);width:31px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.merchantPreview-subscribe{margin-left:auto;flex-shrink:0}.merchantEventList-title{color:var(--page-event-theme-color);padding:0 16px}.merchantEventList-tabMenu{position:sticky!important;z-index:5;top:calc(53.98px + var(--offset, 0px));top:calc(53.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .merchantEventList-tabMenu{top:var(--offset,0);top:calc(var(--offset, 0px) + var(--android-safe-area-inset-top, 0));top:calc(var(--offset, 0px) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--offset, 0px) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .merchantEventList-tabMenu{top:calc(59.98px + var(--offset, 0px));top:calc(59.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--offset, 0px) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.merchantEventList-merchantEventsContainer{padding:16px;background:linear-gradient(180deg,#fff,#fff 22px,#fff0 140px)}.merchantEventList-merchantEvents>:not(:first-child),.merchantEventList-merchantEventsContainer>:not(:first-child){margin-top:16px}.promotingBanner{display:block;border-radius:8px;overflow:hidden}.brandPage{min-height:140px;background:linear-gradient(to bottom,var(--page-event-theme-color,#1ec687) 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat}.brandPage:before{content:"";display:table}.brandPage-tab{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .brandPage-tab{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .brandPage-tab{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.browsingPage-bottomBar[data-v-054ba877]{position:fixed;left:0;right:0}@media screen and (min-width:790px){.browsingPage-bottomBar[data-v-054ba877]{left:calc(100vw - 100%)}}.browsingPage-bottomBar[data-v-054ba877]{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.browsingPage-bottomBar[data-v-054ba877]{width:749px}}.browsingPage-bottomBarLink[data-v-054ba877],.browsingPage-bottomBarLink.cancel[data-v-054ba877]{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.browsingPage-emptyPage[data-v-054ba877]{display:grid;justify-content:center;justify-items:center;row-gap:24.5px;color:#777;font-size:14px}.browsingPage-emptyPageLoadImg[data-v-054ba877]{margin-top:142px;margin-bottom:43.5px}.browsingPage-emptyPageClearImg[data-v-054ba877]{margin-top:95px;width:122px;height:135px;background-image:url(./img-clearHistory.Csw5eYBH.png);background-size:contain}.browsingPage-emptyPageBtn[data-v-054ba877]{display:flex;justify-content:center;align-items:center;font-size:15px;line-height:45px;width:180px;height:45px;border-radius:22px;margin-top:5px;background-color:#fff;border:.5px solid #949ca9}.browsingPage-filter[data-v-054ba877]{padding:16px 16px 10px;background-color:#fff}.browsingPage-card[data-v-054ba877]{background-color:#fff;padding:16px;border-radius:8px;margin:16px}.browsingPage-hTitle[data-v-054ba877]{box-sizing:content-box;padding-bottom:18px;height:23px;line-height:16px;display:flex;justify-content:space-between;align-items:center}.browsingPage-title[data-v-054ba877]{display:flex;align-items:center;font-size:16px;font-weight:700;white-space:nowrap}.browsingPage-text[data-v-054ba877]{font-size:15px;margin-left:6px;color:#777;font-weight:400}.browsingPage-text.selected[data-v-054ba877]{color:#1ec687}.browsingPage-editText[data-v-054ba877]{color:#b7b7b7;font-size:13px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.browsingPage-bottomBar[data-v-054ba877]{display:grid;grid-template-columns:30% 1fr;-moz-column-gap:10px;column-gap:10px;min-height:56px;box-shadow:0 2px 35px #00000014;background-color:#fff;padding:10px 16px;z-index:6}.browsingPage-bottomBarLink[data-v-054ba877],.browsingPage-bottomBarLink.cancel[data-v-054ba877]{color:#f5f5f5;background-color:#b7b7b7;cursor:unset}.browsingPage-bottomBarLink.active[data-v-054ba877]{color:#fff;background-color:#1ec687;cursor:pointer}.browsingPage-bottomBarLink.cancel[data-v-054ba877]{color:#1ec687;background-color:#efefef}.browsingPage-merchantHistory .browsingPage-item[data-v-054ba877]{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #efefef}.browsingPage-check[data-v-054ba877]{display:flex;justify-content:center;align-items:center;width:21px;height:45px;margin-right:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.browsingPage-check[data-v-054ba877]:before{background-image:url(./ico-ok2.ZWOsFVwY.svg)}.browsingPage-check.checked[data-v-054ba877]:before,.browsingPage-check[data-v-054ba877]:before{content:"";width:21px;height:21px;display:inline-block;background-repeat:no-repeat;background-size:contain}.browsingPage-check.checked[data-v-054ba877]:before{background-image:url(./ico-okOn.CVd3fBBN.svg)}.browsingPage-checkButton[data-v-054ba877]{margin-right:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.browsingPage-loading[data-v-054ba877]{margin:48px auto 17px}.browsingPage--animation .browsingPage-card[data-v-054ba877]{overflow:hidden}.browsingPage--animation .browsingPage-item[data-v-054ba877],.browsingPage--animation .browsingPage-titleText[data-v-054ba877]{transition:transform .2s}.browsingPage--animation .browsingPage-check[data-v-054ba877]{opacity:0;transition:opacity .2s;position:absolute;display:flex!important}.browsingPage--animation .browsingPage-bottomBar[data-v-054ba877]{transition:transform .2s,opacity .2s;display:flex!important;transform:translateY(50px);opacity:0}.browsingPage--animation.browsingPage--editMode .browsingPage-bottomBar[data-v-054ba877],.browsingPage--animation.browsingPage--editMode .browsingPage-check[data-v-054ba877]{opacity:1;transform:translateY(0)}.browsingPage--animation.browsingPage--editMode .browsingPage-item[data-v-054ba877],.browsingPage--animation.browsingPage--editMode .browsingPage-title[data-v-054ba877]{width:calc(100% - 31px);transform:translate(31px)}.campaignsPage{min-height:140px;background:linear-gradient(to bottom,var(--page-event-theme-color,#1ec687) 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat}.campaignsPage:before{content:"";display:table}.campaignsPage-backgroundElement{position:relative;display:block;margin:auto;z-index:0}.campaignsPage-backgroundElement:before{left:0;background-image:url(./campaignsPage-background-tetxtute-1.gNEW1Ih9.svg);width:124px;height:200px}.campaignsPage-backgroundElement:after,.campaignsPage-backgroundElement:before{position:absolute;z-index:2;margin-top:35.5%;content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.campaignsPage-backgroundElement:after{right:0;background-image:url(./campaignsPage-background-tetxtute-2.DTLGwfXY.svg);width:188px;height:240px}.campaignsPage-backgroundElement1thLayer{position:absolute;display:block;width:100%;height:500px;z-index:0;background-image:linear-gradient(180deg,#ff5b57,#ff5b57 16%,#ff5b5700 97%)}@media(min-width:750px){.campaignsPage-backgroundElement1thLayer{width:750px;height:700px}}.campaignsPage-backgroundElement2thLayer{position:absolute;display:block;left:50%;transform:translate(-50%);width:100%;height:562px;overflow:hidden;z-index:1}@media(min-width:750px){.campaignsPage-backgroundElement2thLayer{height:750px}}.campaignsPage-backgroundElement2thLayer:before{content:"";position:absolute;display:block;left:50%;transform:translate(-50%);width:150%;height:562px;border-radius:375px;background:linear-gradient(180deg,#ff5b57,#ffd23a80 64%,#ffd23a00 92%)}@media(min-width:750px){.campaignsPage-backgroundElement2thLayer:before{width:100%;height:750px}}.campaignsPage-coupon{margin-bottom:-22px;padding:16px;height:422px;background-image:linear-gradient(180deg,#ff5b5700,#ff5b57b3)}.campaignsPage-couponTitle{display:flex;color:#ff5b57;font-size:17px;font-weight:600;height:25px;margin-bottom:16px;align-items:center;padding:0}.campaignsPage-couponTitle:before{margin-right:4px;background-image:url(./ico-couponRed.CGl_nqXZ.svg);width:25px;height:25px}.campaignsPage-couponTitle:after,.campaignsPage-couponTitle:before{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain}.campaignsPage-couponTitle:after{margin-left:1px;background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:14px;height:14px}.campaignsPage-couponTitleMore{color:#b7b7b7;font-size:13px;font-weight:400;margin-left:auto}.campaignsPage-recommendationMerchantCoupons+.campaignsPage-productBlock{margin-top:-8px!important}.campaignsPage.app .campaignsPage-backgroundElement:after,.campaignsPage.app .campaignsPage-backgroundElement:before{display:none}.campaignsPage.app .campaignsPage-backgroundElement1thLayer{background-image:linear-gradient(180deg,#1ec687,#1ec687 31%,#1ec68700 97%)}.campaignsPage.app .campaignsPage-backgroundElement2thLayer{display:none}.campaignsPage.app .campaignsPage-coupon{background-image:none}.campaignsPage.app .campaignsPage-couponTitle{color:#000}.categoryPage{display:grid;grid-template-columns:94px calc(100% - 94px)}.swiperSlide{position:relative;display:block;width:auto;margin:16px}.swiperSlide-banner{overflow:hidden;height:0;padding-bottom:46.4%;border-radius:8px;box-shadow:0 15px 15px -15px #00000026;transform:translateY(0)}.swiperSlide-list{position:relative;width:100%;height:auto}.swiperSlide-listItem{position:relative;display:inline}.swiperSlide-dot{position:absolute;bottom:12px;width:100%;z-index:1}.swiperSlideDots-list{display:flex;justify-content:center;align-items:center}.swiperSlideDots-item,.swiperSlideDots-item--active{position:relative;display:inline;width:16px;height:3px;margin-right:3px;border-radius:25%;background-color:#ffffffe6;opacity:.4}.swiperSlideDots-item--active:last-child,.swiperSlideDots-item:last-child{margin-right:0}.swiperSlideDots-item--active{opacity:1}.swiperSlideDots--clickable .swiperSlideDots-item,.swiperSlideDots--clickable .swiperSlideDots-item--active{cursor:pointer}.videoList-icon img,.videoList-icon:after,.videoList-icon:before{position:absolute;inset:0;margin:auto}.videoList{position:relative;display:grid;row-gap:33px}.videoList-item{display:grid;row-gap:11px}.videoList-icon{position:relative;width:auto;height:0;padding-bottom:50.725%;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:50%}.videoList-icon:before{width:100%;height:100%;content:"";background-color:#0003}.videoList-icon:after{content:"";background-image:url(./ico-videoPlay--white.D3OC6aoN.svg);width:56px;height:56px;display:inline-block;background-repeat:no-repeat;background-size:contain}.videoList-section{position:relative;width:calc(100% - 27px)}.videoList-title{font-size:16px;font-weight:500;line-height:1.2;color:#303030;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.videoList-description{font-size:12px;color:#777;margin-bottom:10px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.8em;white-space:normal;line-height:1.4}.videoList-info{display:grid;grid-template-columns:max-content max-content;-moz-column-gap:11px;column-gap:11px;font-size:12px;line-height:1.4;color:#b7b7b7}.videoList-count{display:flex;align-items:center}.videoList-count:before{content:"";background-image:url(./ico-viewcount.DFLUn_Iz.svg);width:15px;height:15px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:5px}.videoList-icoLike{position:absolute;right:-22px;top:-3px}.btnSeeMore{display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:30px auto 0;line-height:24px;font-size:12px;color:#b7b7b7}.btnSeeMore:after{content:"";background-image:url(./ico-arrow--downGrey.BnmT_o_N.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.mediaBlockList{margin:30px 16px 0;padding-bottom:36px;border-bottom:1px solid #e6e6e6}.channelPage-horizontalButtons{margin:15px 16px}.channelPage-noData{display:flex;justify-content:center;align-items:center;padding:50px 0}.commerceTab-oaShopWrapper[data-v-186a925c]{position:absolute;display:grid;gap:50px;padding-top:30px;left:0;width:100vw;min-height:100vh;background-color:#fff;padding-bottom:50px;padding-bottom:calc(50px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));padding-left:20px;padding-left:calc(20px + var(--android-safe-area-inset-left, env(safe-area-inset-left)));padding-right:20px;padding-right:calc(20px + var(--android-safe-area-inset-right, env(safe-area-inset-right)))}.commerceTab-oaShopBlock[data-v-186a925c]{display:grid;row-gap:12px}.commerceTab-oaShopBlock-title[data-v-186a925c]{font-weight:700;font-size:15px;color:#111;margin-top:4px;white-space:nowrap}.commercetabTermsPage[data-v-2d26d2f7]{padding:16px}.commercetabTermsPage-item[data-v-2d26d2f7]{display:grid;grid-template-columns:auto 1fr;gap:1px 10px;cursor:pointer}.commercetabTermsPage-item[data-v-2d26d2f7]:before{background-image:url(./ico-check-grayOutline.CVcrINYp.svg);grid-row:span 2;margin:0 2px}.commercetabTermsPage-item.checked[data-v-2d26d2f7]:before,.commercetabTermsPage-item[data-v-2d26d2f7]:before{content:"";width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.commercetabTermsPage-item.checked[data-v-2d26d2f7]:before{background-image:url(./ico-check-green2.l-ALf8-q.svg)}.commercetabTermsPage-itemTitle[data-v-2d26d2f7]{font-size:15px;line-height:20px}.commercetabTermsPage-itemDescription[data-v-2d26d2f7]{font-size:13px;line-height:18px;color:#777}.commercetabTermsPage-item[data-v-2d26d2f7] a{color:#4d73ff;text-decoration:underline}.commerceTab-tutorialWrapper[data-v-428c1658]{position:absolute;display:grid;gap:30px;color:#111;padding-top:14px;left:0;width:100vw;min-height:100vh;background-color:#fff;padding-bottom:40px;padding-bottom:calc(40px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));padding-left:16px;padding-left:calc(16px + var(--android-safe-area-inset-left, env(safe-area-inset-left)));padding-right:16px;padding-right:calc(16px + var(--android-safe-area-inset-right, env(safe-area-inset-right)))}.commerceTab-tutorialContent[data-v-428c1658]{margin-top:20px}.commerceTab-tutorialRelatedLinksItem[data-v-428c1658]{display:grid;justify-content:center;align-items:center;gap:3px;text-align:center;padding:8px 0;font-weight:500;font-size:12px;border:1px solid #efefef;border-radius:8px;margin-top:10px}.commerceTab-tutorialRelatedLinksItem[data-v-428c1658]:before{margin:0 auto 2px}.commerceTab-tutorialRelatedLinksItem.shopping[data-v-428c1658]:before{background-image:url(./ico-shoppingBag.kJOU3R3r.svg)}.commerceTab-tutorialRelatedLinksItem.coupon[data-v-428c1658]:before,.commerceTab-tutorialRelatedLinksItem.shopping[data-v-428c1658]:before{content:"";width:32px;height:32px;display:inline-block;background-repeat:no-repeat;background-size:contain}.commerceTab-tutorialRelatedLinksItem.coupon[data-v-428c1658]:before{background-image:url(./ico-giftBlack.DmH0Kdei.svg)}.commerceTab-tutorialRelatedLinksItem.travel[data-v-428c1658]:before{content:"";background-image:url(./ico-travel.DaGMTgp-.svg);width:32px;height:32px;display:inline-block;background-repeat:no-repeat;background-size:contain}.commerceTab-tutorialRelatedLinksItemArrow[data-v-428c1658]{display:flex;align-items:center;font-weight:500;color:#616161}.commerceTab-tutorialRelatedLinksItemArrow[data-v-428c1658]:after{content:"";background-image:url(./ico-arrow--right616161.CDetFtyg.svg);width:9px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.dailyPage-productList[data-v-95e4d85d]{background-color:#fff;padding:16px;border-radius:8px;margin:16px}.eventOrderRegister-fieldWrapper{margin-bottom:10px}.eventOrderRegister-fieldLabel{display:block;margin-bottom:5px;font-size:14px;font-weight:600;line-height:24px}.eventOrderRegister-dropDown,.eventOrderRegister-fieldInput{box-sizing:border-box;width:100%;height:40px;border:0;border-radius:2px;font-size:13px;font-weight:100;background:#eeeff2}.eventOrderRegister-fieldInput{padding:13px}.eventOrderRegister-errorMessage{font-size:12px;color:#ff5b57;margin-top:5px}.eventOrderRegister-btn{border:1px solid #1ec687;margin:5px 0;font-size:16px;font-weight:600;line-height:40px;text-align:center;color:#1ec687;cursor:pointer}.eventOrderRegister-btn--submit{margin:28px 0 5px;color:#fff;background:#1ec687}.eventOrderRegister-descriptionForQuery{margin:10px 0 0;list-style:decimal inside;font-size:13px;line-height:20px;color:#888989}.eventOrderRegister-ordersList{margin-top:24px;font-size:14px;text-align:center}.eventOrderRegister-ordersListRow{display:flex;border-bottom:1px solid #fff;line-height:36px;background:#eee}.eventOrderRegister-ordersListColumn--inputs{width:70%}.eventOrderRegister-ordersListColumn--orderId{width:40%}.eventOrderRegister-ordersListColumn--memo,.eventOrderRegister-ordersListColumn--registerDate{width:30%}.eventOrderRegister-eventInfo{font-size:12px;font-weight:300;line-height:1.7}.eventOrderRegister-eventName{margin-bottom:15px;font-size:20px;font-weight:600}.eventOrderRegister-eventStandard{list-style:cjk-decimal inside;padding:16px;border-radius:8px;font-size:14px;font-weight:700;background:#fff}.eventOrderRegister-eventStandardItem{margin-bottom:10px;color:#777}.eventOrderRegister-innerEventStandard{list-style:decimal inside;padding-left:2em;margin-top:5px;font-size:12px;font-weight:400}.eventOrderRegister-eventRulesLink{color:#00e}.eventOrderRegister-note{list-style:inside;padding:16px}.eventOrderRegister-snackbar{position:fixed;left:50%;bottom:100px;transform:translate(-50%);padding:10px 20px;border-radius:5px;font-size:14px;text-align:center;color:#fff;background:#555;visibility:hidden}.eventOrderRegister-snackbar--visible{visibility:visible;animation:eventOrderRegister-fadeIn .5s,eventOrderRegister-fadeOut .5s 2.5s}@keyframes eventOrderRegister-fadeIn{0%{bottom:0;opacity:0}to{bottom:100px;opacity:1}}@keyframes eventOrderRegister-fadeOut{0%{bottom:100px;opacity:1}to{bottom:0;opacity:0}}.extensionPage{position:absolute;left:0;min-height:100vh;background-color:#fff;display:grid;grid-template-rows:max-content minmax(0,auto) max-content;color:#111}.extensionPage header{display:flex;align-items:center;top:0;height:76px;padding:0 48px;border-bottom:1px solid #efefef;background-color:#fff;position:sticky;z-index:1}@media(max-width:749.98px){.extensionPage header{height:56px;font-size:28px;padding:0 16px;border-bottom:0}}.extensionPage-navLink{display:flex;justify-content:center;align-items:center}@media(max-width:749.98px){.extensionPage-navLink{display:none}}.extensionPage-navLinkText{display:grid;row-gap:8px;font-size:16px;font-weight:400;color:#949494;margin-right:24px}.extensionPage-navLinkText em{font-family:LINESeedBd;font-size:18px;-webkit-text-stroke:1.2px;color:#07b53b}.extensionPage-title{font-size:40px;font-weight:600;line-height:1.4;color:#1ec687;-webkit-text-stroke:.3px}.reverse .extensionPage-title{color:#fff}.extensionPage-footer .extensionPage-title,.extensionPage-top .extensionPage-title{color:#111}@media(max-width:749.98px){.extensionPage-footer .extensionPage-title,.extensionPage-top .extensionPage-title{font-size:32px}.extensionPage-title{font-size:28px}}.extensionPage-description{font-size:20px;line-height:1}.reverse .extensionPage-description{color:#fff}.extensionPage-top .extensionPage-description{display:grid;row-gap:16px}.extensionPage-top .extensionPage-description em{margin:0 8px;font-family:LINESeedBd;font-size:24px;-webkit-text-stroke:1.5px;color:#07b53b}@media(max-width:749.98px){.extensionPage-top .extensionPage-description em{font-size:18px}.extensionPage-top .extensionPage-description{font-size:15px;row-gap:8px}.extensionPage-description{font-size:17px}}.extensionPage-top{display:grid;grid-template-columns:1fr 52.3669%;row-gap:20px;padding:0 1.6667% 24px 4.4444%;background-color:#fff;max-width:1440px;margin:auto}@media(max-width:749.98px){.extensionPage-top{grid-template-columns:1fr;grid-template-rows:max-content max-content max-content;row-gap:16px;padding:0 16px 16px;background-image:url(./extensionImage-coinbg--app.B-aBI8bT.png);background-size:100%;background-position:top;background-repeat:no-repeat}}@media(max-width:374.98px){.extensionPage-top{background-size:375px}}.extensionPage-topContent{background-image:url(./extensionImage-coinbg--web.BwSmtKgL.png);background-size:contain;background-repeat:no-repeat}@media(max-width:749.98px){.extensionPage-topContent{text-align:center;background-image:none}}.extensionPage-topInfo{display:grid;row-gap:24px;width:-moz-fit-content;width:fit-content;margin:55px 17% 0 auto}@media(max-width:749.98px){.extensionPage-topInfo{grid-template-columns:1fr;row-gap:12px;margin:24px auto 0;width:100%}}.extensionPage-topHint{grid-column-start:1;grid-column-end:3;font-size:13px;line-height:20px;color:#949494;text-align:center}@media(max-width:749.98px){.extensionPage-topHint{grid-column-end:none;font-size:12px}}.extensionPage-topImage{margin:auto}@media(max-width:749.98px){.extensionPage-topImage{grid-column-start:1}}.extensionPage-block{display:grid;row-gap:16px;padding:56px 0;text-align:center}.extensionPage-block.reverse{background-color:#1ec687}@media(max-width:749.98px){.extensionPage-block{padding:48px 0;row-gap:12px}}.extensionPage-process{display:grid;-moz-column-gap:24px;column-gap:24px;grid-template-columns:repeat(3,1fr);margin:16px auto 0;max-width:1152px}@media(max-width:749.98px){.extensionPage-process{grid-template-columns:1fr;row-gap:24px;margin:16px 16px 0}}.extensionPage-processImage{border:1px solid #efefef;border-radius:8px;overflow:hidden;box-shadow:0 4px 28px #0000001a}.extensionPage-steps{display:grid;align-items:center;grid-template-columns:1fr max-content 1fr max-content 1fr;margin:40px auto 0;max-width:1152px}@media(max-width:749.98px){.extensionPage-steps{grid-template-columns:1fr;row-gap:24px;margin:16px 0 0}}.extensionPage-stepArrow{content:"";background-image:url(./img-arrowGreen.MxlD2zg0.svg);width:48px;height:30px;display:inline-block;background-repeat:no-repeat;background-size:contain}@media(max-width:749.98px){.extensionPage-stepArrow{transform:rotate(90deg);margin:auto}}.extensionPage-functionBlock{display:grid;grid-template-columns:1fr 62%;align-items:center;margin-left:10%}.extensionPage-functionBlock.reverse{direction:rtl;margin-left:0;margin-right:10%}@media(max-width:749.98px){.extensionPage-functionBlock.reverse{margin-right:0}.extensionPage-functionBlock{display:flex;flex-direction:column-reverse;margin-left:0;margin-right:0;padding:24px 0 48px}}.extensionPage-functionInfo{display:grid;justify-items:left;row-gap:24px}@media(max-width:749.98px){.extensionPage-functionInfo{row-gap:16px;margin:0 24px}}.extensionPage-number{font-family:LINESeedBd;font-size:56px;-webkit-text-stroke:2px;letter-spacing:2.8px;color:#1ec687;line-height:1}@media(max-width:749.98px){.extensionPage-number{font-size:44px;letter-spacing:2.2px}}.extensionPage-subTitle{font-size:32px;font-weight:600;line-height:150%;direction:ltr}@media(max-width:749.98px){.extensionPage-subTitle{font-size:24px}}.extensionPage-subDescription{font-size:20px;font-weight:400;line-height:1.5;text-align:left;direction:ltr;margin-top:-16px}@media(max-width:749.98px){.extensionPage-subDescription{font-size:15px;margin-top:-12px}}.extensionPage-sample{display:grid;row-gap:16px;font-size:16px;font-weight:400;line-height:1;color:#949494;padding:16px;border-radius:8px;border:2px solid #efefef;text-align:left;width:calc(100% - 16px)}@media(max-width:749.98px){.extensionPage-sample{row-gap:12px;font-size:13px;padding:12px;width:100%}}.extensionPage-sampleItem{display:grid;-moz-column-gap:16px;column-gap:16px;grid-template-columns:max-content 1fr;direction:ltr;align-items:center}.extensionPage-sampleItem:before{content:"";background-image:url(./ico-on.BCiT-L9K.svg);width:32px;height:32px;display:inline-block;background-repeat:no-repeat;background-size:contain}@media(max-width:749.98px){.extensionPage-sampleItem:before{width:24px;height:24px}}.extensionPage-sampleItem.inactive:before{content:"";background-image:url(./ico-off.C1fFEYRe.svg);width:32px;height:32px;display:inline-block;background-repeat:no-repeat;background-size:contain}@media(max-width:749.98px){.extensionPage-sampleItem.inactive:before{width:24px;height:24px}.extensionPage-sampleItem{-moz-column-gap:12px;column-gap:12px;line-height:16px}}.extensionPage-links{display:flex;gap:24px;margin-top:16px}@media(max-width:749.98px){.extensionPage-links{margin-top:20px;gap:16px}}.extensionPage-button{display:flex;justify-content:center;align-items:center;width:178px;font-size:20px;font-weight:500;padding:13px 0;color:#1ec687;border-radius:56px;overflow:hidden;border:2px solid #1ec687;white-space:nowrap;cursor:pointer}@media(max-width:749.98px){.extensionPage-button{width:50%;font-size:15px;margin:auto}}.extensionPage-buttonWithIcon{display:flex;align-items:center;padding:8px 14px 8px 12px;width:-moz-fit-content;width:fit-content;background-color:#1ec687;font-size:20px;font-weight:500;color:#fff;border-radius:56px;overflow:hidden;white-space:nowrap;cursor:pointer}.extensionPage-buttonWithIcon:before{content:"";height:40px;width:40px;background-image:url(./ico-chrome.Dl1yUaK7.png);background-size:40px;margin-right:8px}.extensionPage-navLink .extensionPage-buttonWithIcon:before{height:32px;width:32px;background-size:32px}@media(max-width:749.98px){.extensionPage-buttonWithIcon:before{height:32px;width:32px;background-size:32px}}.extensionPage-buttonWithIcon:after{content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}@media(max-width:749.98px){.extensionPage-buttonWithIcon:after{height:18px;width:18px}}.extensionPage-navLink .extensionPage-buttonWithIcon:after{height:18px;width:18px}.extensionPage-buttonWithIcon.dark{background-color:#000}@media(max-width:749.98px){.extensionPage-buttonWithIcon.dark{display:flex;justify-content:center;align-items:center;margin:auto;width:180px}.extensionPage-buttonWithIcon{display:flex;justify-content:center;align-items:center;font-size:15px;line-height:48px;width:auto;padding:0}}.extensionPage-navLink .extensionPage-buttonWithIcon{font-size:15px;line-height:48px;padding:0 14px 0 8px}@media(max-width:749.98px){.extensionPage-topInfoBtn{width:50%;font-size:15px;margin:auto}}.extensionPage-footer{padding:84px 0;background-color:#1ec687}@media(max-width:749.98px){.extensionPage-footer{padding:48px 16px}}.extensionPage-footerWrapper{display:grid;grid-template-columns:1fr minmax(0,auto);-moz-column-gap:145px;column-gap:145px;align-items:center;width:-moz-fit-content;width:fit-content;height:100%;margin:0 auto;position:relative}@media(max-width:749.98px){.extensionPage-footerWrapper{grid-template-columns:1fr}}.extensionPage-footerContent{display:grid;row-gap:24px}@media(max-width:749.98px){.extensionPage-footerContent{row-gap:12px;justify-content:center;text-align:center}}.extensionPage-footerTitle{font-size:40px;font-weight:600;line-height:1.4}.extensionPage-footerDescription{display:flex;align-items:center;font-size:20px;font-weight:400;white-space:nowrap;margin-bottom:16px}.extensionPage-footerDescription em{margin:0 8px;font-family:LINESeedBd;font-size:24px;-webkit-text-stroke:1.5px;color:#fff}@media(max-width:749.98px){.extensionPage-footerDescription em{font-size:18px}.extensionPage-footerDescription{font-size:15px;row-gap:8px;margin:0 auto 20px}}.extensionPage-footerImage{width:100%;height:auto;max-width:490px;max-height:350px}@media(max-width:749.98px){.extensionPage-footerImage{margin-top:24px}}.extensionPage-footerInfo{font-size:13px;line-height:20px;color:#111;text-align:center;margin-top:36px;padding:0 48px}.helpPage-bottomLink{position:fixed;left:0;right:0}@media screen and (min-width:790px){.helpPage-bottomLink{left:calc(100vw - 100%)}}.helpPage-bottomLink{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.helpPage-bottomLink{width:749px}}.helpPage-tab{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));background-color:#fff}.noTitlebar .helpPage-tab{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .helpPage-tab{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.helpPage-content{display:grid;row-gap:16px;margin:16px;padding-bottom:56px}.helpPage-bottomLink{background-color:#fff;min-height:56px;z-index:6;padding:10px 16px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.helpPage-bottomLink,.helpPage-bottomLinkRoundBtn{display:flex;justify-content:center;align-items:center}.helpPage-bottomLinkRoundBtn{width:100%;height:36px;font-size:14px;font-weight:500;color:#fff;background-color:#1ec687;border-radius:18px}.newBuyerRewardCover{position:fixed;left:0;right:0}@media screen and (min-width:790px){.newBuyerRewardCover{left:calc(100vw - 100%)}}.newBuyerRewardCover{bottom:0;margin-left:auto;margin-right:auto}@media screen and (width:751px){.newBuyerRewardCover{width:749px}}.newBuyerRewardCover-limit:after,.newBuyerRewardCover-limit:before{content:"";height:17px;background-size:cover;flex-shrink:0}.newBuyerRewardCover{display:grid;grid-template-rows:max-content 1fr max-content;width:100%;min-height:428px;max-width:750px;padding:16px 0 32px;background-color:#ff5b57;margin:auto;border-radius:12px 12px 0 0}.newBuyerRewardCover-closeBtn{position:relative;content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:16px;right:16px;cursor:pointer}.newBuyerRewardCover-closeBtn:after{content:"";display:block;position:absolute;left:0;top:0;width:200%;height:200%;transform:translate(-25%,-25%)}.newBuyerRewardCover-content{display:grid;justify-content:center;grid-template-rows:max-content max-content 1fr;font-family:LINESeedBd;font-size:20px;letter-spacing:1px;color:#fff;background-image:url(./img-homeChocoBG.Bp5OctPx.png),url(./img-homeChoco.Dy8SDwNX.png);background-size:343px 260px;background-position:bottom;background-repeat:no-repeat}.newBuyerRewardCover-content:before{content:"";width:195px;height:30px;background-image:url(./img-newBuyerRewardTitle.V4ud4h1N.png);margin:0 auto 16px;background-size:cover}.newBuyerRewardCover-limit{display:flex;align-items:baseline;margin:auto}.newBuyerRewardCover-limit:before{width:97px;background-image:url(./img-targetPart1.UWoo3Dte.png)}.newBuyerRewardCover-limit:after{width:57px;background-image:url(./img-targetPart2.DsHT74ok.png)}.newBuyerRewardCover-unlimit{margin:auto;font-size:18px;font-weight:600;letter-spacing:2px}.newBuyerRewardCover-rewards{position:relative;display:grid;grid-template-columns:max-content max-content;-moz-column-gap:4px;column-gap:4px;align-items:flex-end;margin:5px auto;font-family:LINESeedBd;font-size:90px;line-height:1;height:-moz-fit-content;height:fit-content;width:-moz-min-content;width:min-content;padding-left:30px}.newBuyerRewardCover-rewards:before{content:"";position:absolute;bottom:0;display:block;width:40.7px;height:78.5px;background-image:url(./img-rewardPart1.DjB4QIX_.png);background-size:cover;background-repeat:no-repeat}.newBuyerRewardCover-rewards:after{display:inline-block;content:"";margin-bottom:10px;width:27px;height:27px;background-image:url(./img-point.CqqWNF8W.png);background-size:cover}.newBuyerRewardCover-logo{content:"";background-image:url(./img-logo--white.ws-OQZLF.svg);width:82px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 auto 16px}.newBuyerRewardCover-link{width:100%;margin:0 auto;padding:0 32px}.newBuyerRewardCover-button{display:flex;justify-content:center;align-items:center;height:48px;width:100%;max-width:311px;border-radius:24px;background-color:#fff;font-size:15px;font-weight:500;color:#ff5b57;margin:0 auto;cursor:pointer}.newBuyerRewardFloating{position:fixed;left:0;right:0}@media screen and (min-width:790px){.newBuyerRewardFloating{left:calc(100vw - 100%)}}.newBuyerRewardFloating{bottom:calc(16px + var(--fixed-footer-height, 0px));z-index:6;left:auto;right:6px;display:grid;grid-template-rows:max-content 1fr;justify-content:center;align-items:center;width:87px;height:82px;background-image:url(./img-sideFloating-closed.B9sqQB7Q.png);background-size:87px 82px;background-position:bottom}@media(min-width:750px){.newBuyerRewardFloating{right:calc(50vw - 369px)}}.newBuyerRewardFloating.hasDrawn{background-image:url(./img-sideFloating-open.BWMm0WFP.png)}.newBuyerRewardFloating.drawing:before{position:absolute;content:"";top:0;width:87px;height:41px;background-image:url(./img-sideFloating-open2.P9yGxOuN.png);background-size:87px 82px;background-position:top;animation:changeBackground .8s ease-in-out forwards}.newBuyerRewardFloating-top{display:block;overflow:hidden;height:16px;width:52px;font-size:13px;font-weight:600;line-height:16px;color:#fff;margin-top:6px;white-space:nowrap}.hasDrawn .newBuyerRewardFloating-top{color:#ff5b57}.newBuyerRewardFloating-rewards{display:flex;align-items:center;font-weight:400;color:#fff;font-size:17px;font-weight:700;font-family:LineSeedBD;margin:auto;width:-moz-fit-content;width:fit-content}.newBuyerRewardFloating-rewards:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--white.DiQtpN6g.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.hasDrawn .newBuyerRewardFloating-rewards{font-weight:400;color:#07b53b}.hasDrawn .newBuyerRewardFloating-rewards:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.newBuyerRewardFloating-bottom{margin-top:auto;margin-bottom:8px}.hasDrawn .newBuyerRewardFloating-bottom{font-size:12px;line-height:14px;color:#fff;text-align:center}.newBuyerRewardFloating-button{height:20px;width:-moz-fit-content;width:fit-content;padding:0 5px;flex-shrink:0;font-size:12px;line-height:14px;color:#ff5b57;border-radius:10px;background:#fff;margin:auto}.newBuyerRewardFloating-button,.newBuyerRewardFloating-closeBtn{display:flex;justify-content:center;align-items:center;cursor:pointer}.newBuyerRewardFloating-closeBtn{position:relative;position:absolute;right:2px;top:-21px;height:18px;width:18px;border-radius:18px;background-color:#0003}.newBuyerRewardFloating-closeBtn:after{content:"";display:block;position:absolute;left:0;top:0;width:200%;height:200%;transform:translate(-25%,-25%)}.newBuyerRewardFloating-closeBtn:before{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.newBuyerRewardFloating-topBox{animation:slide-up 1.3s ease-in-out forwards}@keyframes slide-up{0%{transform:translateY(0)}76.92308%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes changeBackground{0%{opacity:1}60%{opacity:1}to{opacity:0}}.sideBanner-image>img{position:absolute;inset:0;margin:auto}.sideBanner{position:fixed;display:none;right:16px;bottom:16px;overflow:hidden;background-color:#f5f5f5;box-shadow:0 6px 16px -8px #00000026;border-radius:8px;z-index:10}@media(min-width:1215px){.sideBanner{display:block;width:200px;height:300px}}.sideBanner-image{display:block;width:200px;height:0;padding-bottom:300px;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008}.sideBanner-close{position:absolute;top:12px;right:12px;content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.homePage{min-height:140px;background:linear-gradient(to bottom,var(--event-theme-color,#f5f5f5) 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat}.homePage:before{content:"";display:table}.homePage-loadingIndicator{margin-top:100px;margin-bottom:calc(100vh - 306px)}.homePage-box{display:grid;background-color:#fff;border-radius:8px;margin:16px;overflow:hidden}.homePage-box.topMarginLess{margin-top:0}.homePage-boxTitle{padding:16px 16px 0}.homePage-section{padding:0 10px 16px}.homePage-liveHall{position:relative;margin-top:28px;z-index:1}.hotPage-content{padding:15px 16px;border-bottom:1px solid #f2f2f2}.hotKeywordRank-body{border-radius:8px;background-color:#fff;padding:16px;width:auto;max-width:750px;margin:auto 16px}.hotKeywordRank-title{background-image:url(./ranking_list_background.Bv8zRcIg.png);background-size:cover;color:#fff;border-radius:8px 8px 0 0;padding:8px 16px}.hotKeywordRank-title .sectionTitle{margin-bottom:0}@media(min-width:750px){.hotKeywordRank-title{background-image:url(./ranking_list_background_pc.DhFKdNOy.png)}}.hotKeywordRank-sectionTitleMore{display:flex;align-items:center;font-size:13px;color:#fff}.hotKeywordRank-sectionTitleMore:after{content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:2px}.hotKeywordRank-item{display:block;margin-bottom:10px;height:20px}.hotKeywordRank-item:last-child{margin-bottom:0}.hotKeywordRank-item--checked .hotKeywordRank-itemAmount,.hotKeywordRank-item--checked .hotKeywordRank-itemAmount--checked,.hotKeywordRank-item--checked .hotKeywordRank-itemName,.hotKeywordRank-item--checked .hotKeywordRank-itemName--checked{color:#1ec687}.hotKeywordRank-item--checked .hotKeywordRank-itemCheck{content:"";background-image:url(./ico-okOn.CVd3fBBN.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.hotKeywordRank-itemLink{display:flex;justify-content:flex-start;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hotKeywordRank-itemNumber{font-size:12px;font-weight:700;text-align:center;min-width:14px;margin-right:13px;color:#ba9155;font-style:italic}.hotKeywordRank-itemName,.hotKeywordRank-itemName--checked{font-size:13px;color:#111;font-weight:500;margin-right:4px;width:-moz-fit-content;width:fit-content;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hotKeywordRank-itemName--checked{color:#1ec687}.hotKeywordRank-itemAmount,.hotKeywordRank-itemAmount--checked{font-size:13px;color:#b7b7b7}.hotKeywordRank-itemAmount--checked{color:#1ec687}.hotKeywordRank-itemStatus--upRed{background-image:url(./ico-up--red.BFYyGxfh.svg)}.hotKeywordRank-itemStatus--downGrey,.hotKeywordRank-itemStatus--upRed{content:"";width:23px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:4px}.hotKeywordRank-itemStatus--downGrey{background-image:url(./ico-down--grey.BvXWWbwn.svg)}.hotKeywordRank-itemBadge{min-width:23px;margin-right:3px}.hotKeywordRank-itemBadge--hot{background-image:url(./badge-hot--cube.DUHmKqD0.svg);margin-right:3px;flex-shrink:0}.hotKeywordRank-itemBadge--hot,.hotKeywordRank-itemBadge--new{content:"";width:32px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.hotKeywordRank-itemBadge--new{background-image:url(./badge-new--cube.CWU0G4xe.svg);margin-right:4px}.hotKeywordRank-itemQuantity{font-size:12px;color:#b7b7b7;padding-left:10px;margin-left:auto;white-space:nowrap}.hotKeywordRank-itemPoints{font-size:13px;color:#07b53b;font-weight:500;display:flex;justify-content:flex-start;align-items:center;margin-left:auto;white-space:nowrap;width:44px}.hotKeywordRank-itemPointIcon{width:14px;height:14px;margin-right:1px}.hotKeywordRank-itemCheck{content:"";background-image:url(./ico-ok2.ZWOsFVwY.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:auto}.hotSearchPage-header{padding:0 16px;color:#fff}.hotSearchPage-title{font-size:22px;font-weight:600;line-height:30px}.hotSearchPage-slogan{margin-bottom:16px;font-size:13px;line-height:18px;color:#fffefb}.inShopStoreNotice{display:grid;grid-template-columns:max-content 1fr max-content;-moz-column-gap:8px;column-gap:8px;color:#ff6f36;background-color:#fceee7;padding:6px 8px;cursor:pointer}.inShopStoreNotice-icon{display:flex;justify-content:center;align-items:center;width:28px;height:28px;border-radius:28px;background-color:#fff;margin:auto}.inShopStoreNotice-icon:after{content:"";background-image:url(./ico-speaker--orange.hIlHeEzK.svg);width:18px;height:18px;display:inline-block;background-repeat:no-repeat;background-size:contain}.inShopStoreNotice-text{display:flex;align-items:center;font-size:13px;font-weight:600;line-height:20px}.inShopStoreNotice-adorn{display:flex;align-items:center;font-size:12px}.inShopStoreNotice-adorn:after{content:"";background-image:url(./ico-arrow--rightBurntOrange.Js8NOAkN.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.inShopStorePage-merchantImg>img[data-v-d02b73bb]{position:absolute;inset:0;margin:auto}.inShopStorePage[data-v-d02b73bb]{position:relative}.inShopStorePage-header[data-v-d02b73bb]{position:sticky!important;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));z-index:5;background-color:#fff}.noTitlebar .inShopStorePage-header[data-v-d02b73bb]{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .inShopStorePage-header[data-v-d02b73bb]{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.inShopStorePage-searchbar[data-v-d02b73bb]{display:flex;align-items:center;height:36px;border-radius:18px;background-color:#f5f5f5;overflow:hidden;padding:6px 6px 6px 11px;margin:10px 16px 16px}.inShopStorePage-searchInput[data-v-d02b73bb]{-webkit-appearance:none;font-size:13px;flex-grow:2;border:none;color:#111;background-color:transparent;outline:0}.inShopStorePage-searchInput[data-v-d02b73bb]::-moz-placeholder{color:#b7b7b7}.inShopStorePage-searchInput[data-v-d02b73bb]::placeholder{color:#b7b7b7}.inShopStorePage-cancelBtn[data-v-d02b73bb]{content:"";background-image:url(./ico-cancel--grey.y20wjKk9.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.inShopStorePage-topButton[data-v-d02b73bb]{font-weight:500;line-height:24px;color:#fff;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:0 9px;border-radius:12px;background-color:#1ec687;cursor:pointer;margin-left:10px}.inShopStorePage-noResult[data-v-d02b73bb],.inShopStorePage-topButton[data-v-d02b73bb]{display:flex;justify-content:center;align-items:center;font-size:13px}.inShopStorePage-noResult[data-v-d02b73bb]{flex-direction:column;font-weight:400;line-height:20px;color:#949494;padding-top:16px}.inShopStorePage-filter[data-v-d02b73bb]{position:relative;padding:0 16px 16px}.inShopStorePage-arrowButton[data-v-d02b73bb]{display:flex;align-items:center;font-size:13px;color:#1ec687;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.inShopStorePage-arrowButton[data-v-d02b73bb]:after{content:"";display:inline-block;width:8px;height:5px;border-left:4px solid transparent;border-right:4px solid transparent;margin:0 4px;border-top:5px solid #b7b7b7;transition:transform .3s}.inShopStorePage-arrowButton.down[data-v-d02b73bb]:after{transform:rotate(180deg)}.inShopStorePage-dropdown[data-v-d02b73bb]{position:absolute;left:0;width:100%}.inShopStorePage-dropdownContainer[data-v-d02b73bb]{position:relative;z-index:5;padding:16px;border-radius:0 0 8px 8px;background-color:#f5f5f5;overflow:hidden}.inShopStorePage-dropdownItem[data-v-d02b73bb]{display:grid;grid-template-columns:auto 15px;-moz-column-gap:10px;column-gap:10px;align-items:center;height:40px;font-size:13px;color:#777;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.inShopStorePage-dropdownItem.active[data-v-d02b73bb]{color:#1ec687}.inShopStorePage-dropdownItem.active[data-v-d02b73bb]:after{content:"";background-image:url(./ico-check-green.BLcA-ro-.svg);width:15px;height:15px;display:inline-block;background-repeat:no-repeat;background-size:contain}.inShopStorePage-merchants[data-v-d02b73bb]{display:grid;row-gap:16px;padding:0 16px 16px}.inShopStorePage-merchantItem[data-v-d02b73bb]{display:grid;grid-template-columns:56px 1fr max-content;-moz-column-gap:10px;column-gap:10px}.inShopStorePage-imageWrap[data-v-d02b73bb]{position:relative}.inShopStorePage-merchantImg[data-v-d02b73bb]{display:block;width:56px;height:56px;overflow:hidden;position:relative;border-radius:4px;background-color:#00000008;filter:brightness(97%)}.inShopStorePage-logo[data-v-d02b73bb]{position:absolute;bottom:4px;right:4px;width:20px;height:20px;border-radius:20px;border:1px solid #fff;background-size:cover;color:#fff}.inShopStorePage-merchantInfo[data-v-d02b73bb]{display:grid;row-gap:8px;margin:auto 0}.inShopStorePage-name[data-v-d02b73bb]{font-size:13px;font-weight:600;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inShopStorePage-points[data-v-d02b73bb]{display:grid;grid-template-columns:12px 1fr;-moz-column-gap:2px;column-gap:2px;align-items:center;font-size:12px;line-height:14px;color:#07b53b}.inShopStorePage-points[data-v-d02b73bb]:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.inShopStorePage-button[data-v-d02b73bb]{font-size:13px;font-weight:500;color:#777;height:24px;line-height:24px;padding:0 9px;margin:auto;border-radius:12px;background-color:#f5f5f5;white-space:nowrap}.launchPadPage{padding:16px}.lensPage-imageLensWrapper[data-v-49adb647]{position:relative;z-index:1}.lensPage-content[data-v-49adb647]{position:relative}.lensPage-content.hasThumbnailBar[data-v-49adb647]{margin-top:-72px;z-index:0}.lensPage-content.hasThumbnailBar.shouldThumbnailBarActive[data-v-49adb647]{z-index:2}.lensPage-content.hasThumbnailBar.shouldThumbnailBarActive .lensPage-thumbnailsBarWrapper[data-v-49adb647]{opacity:1}.lensPage-stickyTools[data-v-49adb647]{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .lensPage-stickyTools[data-v-49adb647]{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .lensPage-stickyTools[data-v-49adb647]{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.lensPage-thumbnailsBarWrapper[data-v-49adb647]{padding:8px 0;background:#fff;opacity:0;transition:opacity .3s ease}.lensPage-productWrapper[data-v-49adb647]{padding:16px;background:#fff;min-height:calc(100vh - var(--titlebarHeight) - var(--stickyToolsHeight))}.likePage-loadingIndicator{position:absolute;inset:0;margin:auto}.likePage-date{padding-top:8px;margin-bottom:16px}.likePage-paragraph{font-size:12px;color:#b7b7b7;line-height:1.7;margin:21px 16px 16px}.likePage-content{margin:16px 16px 0}.likePage-filter{margin-bottom:16px;text-align:left}.likePage-merchantBrowsingButton{margin-top:32px}.fade-overlay-enter-from,.fade-overlay-leave-to{opacity:0}.fade-overlay-enter-active,.fade-overlay-leave-active{transition:opacity .3s}.liveHall{display:flex;flex-direction:column;row-gap:16px;background-color:#fff}.liveHall-tabComponentWrapper{min-height:100vh}.liveInfoPage{padding:16px 16px 32px}.liveInfoPage-content{padding-top:12px}@media(min-width:750px){.liveInfoPage-content{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:16px;column-gap:16px}}.liveInfoPage-productList{position:relative;background-color:#fff;border-radius:8px;overflow:hidden;z-index:3;display:flex;flex-direction:column;align-items:stretch}@media(max-width:749.98px){.liveInfoPage-productList{display:grid;position:fixed;left:0;bottom:0;width:100%;box-shadow:0 -2px 12px 6px #00000026}}.liveInfoPage-productListTop{display:flex;justify-content:center;align-items:center;height:73px;font-weight:600;font-size:17px;line-height:25px;border-bottom:1px solid #f5f5f5}.liveInfoPage-productListIconBox{position:relative;width:14px;height:14px;margin-left:4px}@media(min-width:750px){.liveInfoPage-productListIconBox{display:none}}.liveInfoPage-productListIcon{position:absolute;right:0;top:0;content:"";background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain;animation-duration:.4s;animation-fill-mode:forwards}@keyframes liveInfoPage-productListIcon-rotateUp{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes liveInfoPage-productListIcon-rotateDown{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.liveInfoPage-productListIcon--up{animation-name:liveInfoPage-productListIcon-rotateUp}.liveInfoPage-productListIcon--down{animation-name:liveInfoPage-productListIcon-rotateDown}.liveInfoPage-productListTitle{position:relative}.liveInfoPage-productListStatus{position:absolute;top:0;left:-9px;background-color:#ff5b57;width:8px;height:8px;box-shadow:0 2px 4px #ff5b5726;border-radius:4px}.liveInfoPage-productListBlockContainer{position:relative;flex-grow:1;flex-shrink:1}.liveInfoPage-productListBlock{position:absolute;inset:0;overflow:auto;padding:16px 16px 0}@media(max-width:749.98px){.liveInfoPage-productListBlock{position:static;height:39vh}}.infiniteLiveCardList-content[data-v-b8e16073]{display:grid;grid-template-columns:1fr 1fr;padding:16px;-moz-column-gap:8px;column-gap:8px;row-gap:24px}.liveNowPage[data-v-f24c16ed]{background:#fff}.newBuyer-top[data-v-4ffca932]:after,.newBuyer-top[data-v-4ffca932]:before{content:"";position:absolute;top:0;width:375px;height:424px;background-size:375px 424px;background-repeat:no-repeat;z-index:0}.newBuyer[data-v-4ffca932]{background-color:#ff5b57}.newBuyer-top[data-v-4ffca932]{position:relative;display:block;text-align:center;padding:24px 0 32px;overflow:hidden}.newBuyer-top[data-v-4ffca932]:before{right:50%;background-image:url(./img-newBuyerRewardBGL.DaA__frL.png);background-position:0}.newBuyer-top[data-v-4ffca932]:after{left:50%;background-image:url(./img-newBuyerRewardBGR.Bd5K5do1.png);background-position:100%}.newBuyer-topImg[data-v-4ffca932]{position:relative;display:block;content:"";width:214px;height:77px;background-image:url(./img-newBuyerRewardTitle-lg.2dHKsPSI.png);margin:7px auto 15px;background-size:cover;z-index:1}.isFull .newBuyer-topImg[data-v-4ffca932]{opacity:.5}.isFull .newBuyer-topImg[data-v-4ffca932]:after{content:"";background-image:url(./img-allFullStamp--white.DgiXOxO4.svg);width:72px;height:72px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:-27px;left:-32px}.newBuyer-topLimit[data-v-4ffca932]{color:#fff;font-family:LineSeed}.isFull .newBuyer-topLimit[data-v-4ffca932]{opacity:.5}.newBuyer-content[data-v-4ffca932]{position:relative;display:grid;justify-content:center;grid-template-rows:max-content max-content 1fr;min-height:260px;font-family:LINESeedBd;font-size:20px;letter-spacing:1px;color:#fff;background-image:url(./img-newBuyerRewardChoco.BT2sX4I9.png);background-size:343px 260px;background-position:bottom;background-repeat:no-repeat;margin-top:24px;z-index:1}.newBuyer-limit[data-v-4ffca932]{font-size:18px;font-weight:600}.isFull .newBuyer-limit[data-v-4ffca932]{opacity:.5}.newBuyer-rewards[data-v-4ffca932]{position:relative;display:grid;grid-template-columns:max-content max-content;-moz-column-gap:4px;column-gap:4px;align-items:baseline;margin:5px auto;font-family:LINESeedBd;font-size:90px;line-height:1;height:-moz-fit-content;height:fit-content;width:-moz-min-content;width:min-content;padding-left:30px}.isFull .newBuyer-rewards[data-v-4ffca932]{opacity:.5}.newBuyer-rewards[data-v-4ffca932]:before{content:"";position:absolute;bottom:0;display:block;width:40.7px;height:78.5px;background-image:url(./img-rewardPart1.DjB4QIX_.png);background-size:cover;background-repeat:no-repeat}.newBuyer-rewards[data-v-4ffca932]:after{display:inline-block;content:"";width:27px;height:27px;background-image:url(./img-point.CqqWNF8W.png);background-size:cover}.newBuyer-rule[data-v-4ffca932]{position:relative;margin:0 16px;z-index:1}.newBuyer-angpauBox[data-v-4ffca932]{padding-top:32px;background-color:#fff}.newBuyer-angpauProgress[data-v-4ffca932]{margin:0 16px;width:auto;border:1px solid #efefef;border-radius:8px}.notificationsFilter[data-v-ad7c2ada]{display:grid;background-color:#fff;padding-bottom:10px}.notificationsFilter-list[data-v-ad7c2ada]{display:flex;-moz-column-gap:8px;column-gap:8px;padding-left:16px;padding-right:16px}.notificationsFilter-item[data-v-ad7c2ada]{display:flex;justify-content:center;align-items:center;will-change:transform;display:inline-flex;-moz-column-gap:4px;column-gap:4px;width:-moz-fit-content;width:fit-content;font-size:13px;font-weight:600;color:#555;padding:4px 12px 4px 4px;border:1px solid #efefef;border-radius:18px;cursor:pointer}.notificationsFilter-item.active[data-v-ad7c2ada]{color:#fff;background-color:#1ec687;border:1px solid #1ec687}.notificationsFilter-item.hasDot[data-v-ad7c2ada]{padding:4px 19px 4px 4px}.notificationsFilter-item.hasDot[data-v-ad7c2ada]:after{content:"";position:absolute;display:block;width:8px;height:8px;top:5px;right:9px;border-radius:4px;background-color:#ff5b57;box-shadow:0 2px 4px #ff5b5726}.notificationsFilter-image[data-v-ad7c2ada]{display:flex;justify-content:center;align-items:center;width:28px;height:28px;background-color:#fff;border-radius:28px}.notificationsFilter-icon[data-v-ad7c2ada]{width:20px;height:20px}.notificationsMerchantLogos-imagesHolder{filter:brightness(97%);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:46px;height:46px;border-radius:4px;overflow:hidden;background-color:#fff}.notificationsMerchantLogos-imagesHolder.two-rows{align-content:space-between}.notificationsMerchantLogos-image{width:22.5px;height:22.5px}.notificationsMerchantLogos-image.large{width:46px;height:46px}.notificationList-points,.notificationList-price,.notificationList-reward{display:flex;align-items:center;font-size:18px;font-weight:700;line-height:18px}.notificationList{display:grid;background-color:#fff;padding-bottom:10px}.notificationList-item{position:relative;display:grid;-moz-column-gap:10px;column-gap:10px;grid-template-columns:max-content 1fr;padding:16px;border-bottom:1px solid #f5f5f5}.notificationList-itemDetail{display:grid;row-gap:8px}.notificationList-itemInfo{display:grid;row-gap:2px;font-size:13px;line-height:20px;color:#555}.notificationList-itemTitle{font-size:15px;font-weight:600;line-height:22px;color:#111}.notificationList-itemDate{font-size:12px;font-weight:400;line-height:18px;color:#949494}.notificationList-price{font-family:LINESeedBd;color:#ff5b57}.notificationList-priceText{font-family:LINESeed;font-size:12px;font-weight:400;line-height:14px;margin-left:4px}.notificationList-points,.notificationList-reward{font-weight:400;color:#07b53b;font-family:LINESeedBd;font-weight:500}.notificationList-points:before,.notificationList-reward:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:19px;height:19px;display:inline-block;background-repeat:no-repeat;background-size:contain}.notificationList-originPoints{font-family:LINESeed;text-decoration:line-through;font-size:15px;line-height:15px;color:#949494;margin-left:6px}.notificationList-itemPicture{max-width:331px;border-radius:8px;overflow:hidden}.notificationList-loading{padding:24px}.notificationsTop[data-v-85ef4e5e]{display:flex;align-items:center;gap:10px;padding:12px 16px;background-color:#fff}.notificationsTop-icon[data-v-85ef4e5e]{width:40px;height:40px;border-radius:40px;overflow:hidden;flex-shrink:0}.notificationsTop-info[data-v-85ef4e5e]{display:grid;gap:4px;margin:auto 0}.notificationsTop-name[data-v-85ef4e5e]{font-size:15px;font-weight:600;line-height:18px;color:#111}.notificationsTop-description[data-v-85ef4e5e]{font-size:13px;font-weight:400;line-height:16px;color:#949494;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificationsTop-lastBlock[data-v-85ef4e5e]{display:flex;justify-content:center;align-items:center;margin:auto 0 auto auto}.notificationsTop-lastBlock[data-v-85ef4e5e]:after{content:"";background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:2px}.notificationsTop-count[data-v-85ef4e5e]{font-size:12px;font-weight:400;line-height:16px;color:#fff;margin:auto 0;padding:0 5px;background-color:#ff5b57;border-radius:16px}.notifications[data-v-248d7e63]{background-color:#fff}.notifications-topBlock[data-v-248d7e63]{display:grid;row-gap:1px;border-top:8px solid #efefef;background-color:#efefef}.notifications-title[data-v-248d7e63]{font-size:17px;font-weight:600;line-height:25px;color:#111;padding:16px;background-color:#fff;border-top:8px solid #efefef}.notifications-filter[data-v-248d7e63]{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .notifications-filter[data-v-248d7e63]{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .notifications-filter[data-v-248d7e63]{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.notifications-empty[data-v-248d7e63]{font-size:13px;line-height:20px;margin:32px auto;width:-moz-fit-content;width:fit-content;color:#949494}.openingPage-bodyWrapper{background-image:url(./openingPage-bg-left_3x.CEmLGq8W.png),url(./openingPage-bg-right_3x.Dl-WTfq0.png),linear-gradient(var(--page-event-theme-color,#4696fa) 190px,#f5f5f5 287px);background-position:left -36px,right -36px,top;background-size:126px 176px,225px 180px,100% 290px;background-repeat:no-repeat}.openingPage-pageHeader{margin:0 16px;color:#fff}.openingPage-pageHeaderHeading{font-size:22px;font-weight:600;line-height:30px}.openingPage-pageHeaderDescription{margin-top:4px;font-size:14px;line-height:20px}.translatingContainer{transition:transform .3s ease-in-out}.hide{transform:translateY(-100%)}.orderPage-noItem{position:fixed;left:0;right:0}@media screen and (min-width:790px){.orderPage-noItem{left:calc(100vw - 100%)}}.orderPage-noItem{bottom:0;top:0}.orderPage{padding-bottom:56px}.orderPage-translatingContainer{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .orderPage-translatingContainer{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .orderPage-translatingContainer{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.orderPage-filter{background:#fff;padding:8px 16px;position:relative}.orderPage-noItem{margin-top:60px}.orderPage-noHistory{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;padding-top:97px}.orderPage-noFileImg{margin-bottom:36px}.orderPage-text{color:#1ec687;margin-bottom:12px;font-size:14px}.orderPage-textLink{color:#1ec687;margin-bottom:36px;font-size:14px}.orderInquiryPage-bottomTools,.orderInquiryPage-loading{position:fixed;left:0;right:0}@media screen and (min-width:790px){.orderInquiryPage-bottomTools,.orderInquiryPage-loading{left:calc(100vw - 100%)}}.orderInquiryPage-bottomTools,.orderInquiryPage-loading{bottom:0}.orderInquiryPage-loading{top:0}.orderInquiryPage-bottomTools{width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.orderInquiryPage-bottomTools{width:749px}}.orderInquiryPage{margin-bottom:56px}.orderInquiryPage-card1{padding:16px;box-shadow:0 2px 12px -6px #00000026;margin:16px}.orderInquiryPage-card2{background:#fff;padding:24px 16px}.orderInquiryPage-orderTotalContent{display:flex}.orderInquiryPage-orderTotalContent--currency{width:104px;margin-right:16px}.orderInquiryPage-orderTotalContent--total{flex:1 0 0}.orderInquiryPage-fieldTitle{display:block;margin-bottom:8px;font-weight:600;font-size:15px;line-height:18px;color:#111}.orderInquiryPage-requiredIcon{color:#ff5b57;font-weight:600;font-size:15px;line-height:18px;margin-left:2px}.orderInquiryPage-agreeContent{display:flex;align-items:flex-start}.orderInquiryPage-agreeContent--checkbox{display:none}.orderInquiryPage-agreeContent--checkbox:checked+.orderInquiryPage-agreeContent--customCheckbox{background:url(./ico-check-greenBackground.DN2BpYP5.svg) no-repeat 50%;border:1px solid #1ec687}.orderInquiryPage-agreeContent--customCheckbox{border-radius:9999px;width:16px;height:16px;border:1px solid #b7b7b7;cursor:pointer;margin:3px 5px 0 2px}.orderInquiryPage-agreeContent--description{flex:1 0 0;font-size:12px;line-height:18px;color:#555;cursor:pointer}.orderInquiryPage-agreeContent--errorMessage{font-size:12px;line-height:18px;color:#ff5b57;margin:6px 0 0 23px}.orderInquiryPage-exordium{font-size:12px;line-height:22px;color:#b7b7b7}.orderInquiryPage-agreementLink{color:#5b82db;text-decoration:underline}.orderInquiryPage-bottomTools{background:#fff;box-shadow:0 -2px 12px -6px #00000026;min-height:56px;z-index:1;padding:10px 16px 4px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.orderInquiryPage-button{font-size:14px;font-weight:500;color:#fff;background-color:#1ec687;height:36px;line-height:17px;border-radius:36px;padding:7px 13px;cursor:pointer}.orderInquiryPage-button,.orderInquiryPage-loading{display:flex;justify-content:center;align-items:center}.orderInquiryPage-loading{z-index:10;width:124px;height:124px;margin:auto;background:#000000b3;border-radius:8px}.orderNotificationsPage-empty[data-v-87397fcd]{position:absolute;inset:0;margin:auto}.orderNotificationsPage-tool[data-v-87397fcd]{position:fixed;left:0;right:0}@media screen and (min-width:790px){.orderNotificationsPage-tool[data-v-87397fcd]{left:calc(100vw - 100%)}}.orderNotificationsPage-tool[data-v-87397fcd]{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.orderNotificationsPage-tool[data-v-87397fcd]{width:749px}}.orderNotificationsPage[data-v-87397fcd]{display:flex;flex-direction:row;row-gap:16px;background-color:#fff}.orderNotificationsPage-empty[data-v-87397fcd]{display:flex;flex-direction:column;font-size:13px;line-height:20px;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;color:#949494}.orderNotificationsPage-empty[data-v-87397fcd]:before{content:"";background-image:url(./img-bigBell.C6qjfcb6.svg);width:100px;height:100px;display:inline-block;background-repeat:no-repeat;background-size:contain}.orderNotificationsPage-tool[data-v-87397fcd]{background:#fff;padding:10px 16px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.orderNotificationsPage-more[data-v-87397fcd]{display:flex;justify-content:center;align-items:center;border-radius:9999px;width:auto;font-size:14px;font-weight:500;height:36px;color:#1ec687;background-color:#f5f5f5;cursor:pointer}.orderNotificationsPage-more[data-v-87397fcd]:after{content:"";background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.inShopStoreEntrance{display:flex;align-items:center;width:100%;height:36px;border-radius:36px;font-weight:500;font-size:13px;color:#1ec687;border:1px solid #efefef;padding:6px 6px 6px 11px;cursor:pointer}.inShopStoreEntrance:before{content:"";background-image:url(./ico-glassLightGrey.-DAS7AxU.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0;margin-right:4px}.inShopStoreEntrance-text{flex-shrink:0}.inShopStoreEntrance-circleSet{position:relative;z-index:1;margin-left:4px;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,16px));width:100%}.inShopStoreEntrance-image{width:22px;height:22px;position:relative;display:inline-flex;border-radius:22px;overflow:hidden;border:1px solid #fff;filter:brightness(97%)}.inShopStoreEntrance-button{display:flex;justify-content:center;align-items:center;flex-shrink:0;background-color:#1ec687;color:#fff;height:24px;border-radius:24px;padding:0 9px;margin-left:auto}.inShopStoreCollection-productImage>img{position:absolute;inset:0;margin:auto}.inShopStoreCollection{width:100%}.inShopStoreCollection-swiper{position:relative;left:-16px;width:calc(100% + 32px)}.inShopStoreCollection-pagination{margin:16px auto}.inShopStoreCollection-item{display:inline-grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);-moz-column-gap:12px;column-gap:12px;row-gap:12px;width:100%}.inShopStoreCollection-subItem{overflow:hidden;border-radius:8px;border:1px solid #efefef}.inShopStoreCollection-subItemTop{display:grid;grid-template-columns:56px 1fr;-moz-column-gap:8px;column-gap:8px;padding:8px}.inShopStoreCollection-image{position:relative;overflow:hidden;border-radius:4px;filter:brightness(97%)}.inShopStoreCollection-shop{position:absolute;width:20px;height:20px;border-radius:20px;overflow:hidden;bottom:4px;right:4px;border:1px solid #fff;filter:brightness(97%)}.inShopStoreCollection-info{display:grid;row-gap:2px;margin:auto 0}.inShopStoreCollection-name{font-size:13px;font-weight:600;color:#555;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3em;white-space:normal;line-height:1.5}.inShopStoreCollection-points{display:grid;grid-template-columns:12px 1fr;-moz-column-gap:2px;column-gap:2px;align-items:center;font-size:12px;line-height:14px;color:#07b53b}.inShopStoreCollection-points:before{content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:12px;height:12px;display:inline-block;background-repeat:no-repeat;background-size:contain}.inShopStoreCollection-products{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:2px;column-gap:2px;row-gap:2px}.inShopStoreCollection-productImage{height:0;padding-bottom:100%;z-index:1;overflow:hidden;position:relative;background-color:#00000008;filter:brightness(97%);border-radius:0}.inShopStoreCollection-productImage:first-child{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:3}.inShopStoreCollection-productImage:nth-child(2){grid-row-start:1;grid-row-end:2;grid-column-start:3;grid-column-end:4;grid-row-start:2;grid-row-end:3}.inShopStoreCollection-productImage:nth-child(n+4){display:none}.inShopStoreCollection-more{display:flex;justify-content:center;align-items:center;border-radius:9999px;width:100%;font-size:14px;font-weight:500;height:36px;color:#1ec687;background-color:#f5f5f5;cursor:pointer;margin-top:16px}.inShopStoreCollection-more:after{content:"";background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.partnerPage-count{position:fixed;left:0;right:0}@media screen and (min-width:790px){.partnerPage-count{left:calc(100vw - 100%)}}.partnerPage-count{width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.partnerPage-count{width:749px}}.partnerPage-slideBanner{margin-left:-16px;margin-right:-16px}.partnerPage-roundedButton{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.partnerPage-wrap--countBottomBar{padding-bottom:56px}.partnerPage-wrap--fixedBottomButtonsolid{padding-bottom:89px}.partnerPage-top{display:grid;row-gap:8px;padding:16px 16px 8px;background-color:#fff;border-bottom:8px solid #f5f5f5}.partnerPage-inShopStoreEntrance{margin-bottom:8px}.partnerPage-primaryImage{height:0;padding-bottom:26.1333333333%;filter:brightness(97%)}.partnerPage-search{display:flex;align-items:center;height:36px;border-radius:36px;font-weight:500;font-size:14px;color:#b7b7b7;border:1px solid #efefef}.partnerPage-search:before{content:"";background-image:url(./ico-glassLightGrey.-DAS7AxU.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:11px;margin-right:10px}.partnerPage-count{display:flex;justify-content:center;align-items:center;font-size:13px;font-weight:700;height:35px;color:#dfdfdf;background-color:#111c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:6;bottom:56px;bottom:calc(56px + var(--android-safe-area-inset-bottom, 0));bottom:calc(56px + var(--android-safe-area-inset-bottom, constant(safe-area-inset-bottom)));bottom:calc(56px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.partnerPage-countNumber{color:#fff;padding:0 3px;margin:0 2px;display:inline-block;border-radius:2px;line-height:13px;background:#000}.partnerPage-tab{background-color:#fff;border-radius:8px 8px 0 0}.partnerPage-box{padding:16px;background-color:#fff;border-bottom:8px solid #f5f5f5}.partnerPage-reward{border:1px solid #e5f4ee;border-radius:8px;overflow:hidden}.partnerPage-roundedButton{width:100%}.partnerPage-roundedButtonPointIcon{content:"";background-image:url(./ico-point--white.DiQtpN6g.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 5px;flex-shrink:0}.priceAlertPage{height:100%;background-color:#fff}.priceCut{position:relative}.priceCut-upper{position:sticky!important;z-index:5;top:9.98px;top:calc(9.98px + var(--android-safe-area-inset-top, 0));top:calc(9.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(9.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .priceCut-upper{top:-44px;top:calc(-44px + var(--android-safe-area-inset-top, 0));top:calc(-44px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(-44px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .priceCut-upper{top:15.98px;top:calc(15.98px + var(--android-safe-area-inset-top, 0));top:calc(15.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(15.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.priceCut-topWrapper{overflow:hidden;position:relative}.priceCut-top{display:flex;align-items:center;position:relative;margin:16px 16px 0;color:#fff;line-height:26px}.priceCut-title{font-weight:500;font-size:22px}.priceCut-topContent{display:flex;align-items:center;justify-content:space-between}.priceCut-description{font-size:17px}.priceCut-subInfo{display:flex;align-items:center;font-size:12px;white-space:nowrap;margin-left:auto}.priceCut-subInfo:after{content:"";background-image:url(./ico-arrow--right.CNWSdj0U.svg);width:14px;height:14px;display:inline-block;background-repeat:no-repeat;background-size:contain}.priceCut-backgroundElement{background-color:#ff5b57;position:absolute;width:100%;max-width:750px;margin-top:-70px;display:flex;justify-content:space-between;z-index:0}.priceCut-backgroundElement:before{background-image:url(./img-priceCutBackground-left.DIBKt2Xw.svg)}.priceCut-backgroundElement:after,.priceCut-backgroundElement:before{content:"";width:160px;height:240px;display:inline-block;background-repeat:no-repeat;background-size:contain;opacity:var(--animation-progress,0)}.priceCut-backgroundElement:after{background-image:url(./img-priceCutBackground-right.dId5ERqa.svg)}.priceCut-backgroundElement-noResult{background-color:#ff5b57;position:absolute;width:100%;max-width:750px;margin-top:-70px;display:flex;justify-content:space-between;z-index:0;height:160px}.priceCut-lower{background-color:#fff;padding:16px;border-radius:8px;overflow:hidden;margin:16px 16px 28px}.priceCut-merchantListWrapper{position:relative;padding:4px 0 6px;background-color:#ff5b57;z-index:1}.priceCut-merchantList{padding-top:5px}.priceCut-messageBubble{width:-moz-fit-content;width:fit-content;left:0;right:0;margin:auto}.priceCut-recommendProducts{display:grid;border-radius:8px;overflow:hidden;margin:16px}.priceCut-card{border-radius:8px;background-color:#fff;overflow:hidden;padding:16px;box-shadow:0 2px 12px -6px #00000026}.priceTrackerPage-bottomTools{position:fixed;left:0;right:0}@media screen and (min-width:790px){.priceTrackerPage-bottomTools{left:calc(100vw - 100%)}}.priceTrackerPage-bottomTools{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.priceTrackerPage-bottomTools{width:749px}}.priceTrackerPage{display:grid;grid-template-rows:1fr max-content;padding-top:16px}.priceTrackerPage-empty{display:block;font-size:13px;line-height:20px;margin:auto;color:#949494}.priceTrackerPage-card{background-color:#fff;padding:16px;border-radius:8px;display:grid;row-gap:16px;height:-moz-fit-content;height:fit-content;margin:0 16px 16px}.priceTrackerPage-loading{margin:32px 0}.priceTrackerPage-bottomTools{box-shadow:0 -2px 12px -6px #00000026;display:grid;grid-template-columns:64px 1fr;-moz-column-gap:14px;column-gap:14px;align-items:center;background-color:#fff;z-index:1;padding:9px 14px 9px 12px;padding-bottom:calc(9px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.priceTrackerPage-bottomToolsTutorial{position:relative;display:grid;align-items:center;justify-items:center;row-gap:2px;font-size:12px;color:#777;cursor:pointer}.priceTrackerPage-bottomToolsTutorial:before{content:"";background-image:url(./ico-questionMarkGrey.EX5aKzhd.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain}.priceTrackerPage-bottomToolsBtn{display:flex;justify-content:center;align-items:center;position:relative;font-size:14px;color:#fff;background-color:#1ec687;height:36px;line-height:36px;border-radius:36px;margin:1px 0}.priceTrackerPage-bottomToolsBtn:before{content:"";background-image:url(./ico-glassWhite.DjoHr4D6.svg);width:17px;height:17px;display:inline-block;background-repeat:no-repeat;background-size:contain}.termSwitchButton-title{display:grid;grid-template-columns:1fr max-content;height:52px;align-items:center;padding:0 15px;color:#303030;background:#fff;font-weight:600;font-size:15px}.termSwitchButton-switchButton{cursor:pointer;position:relative;width:38px;height:22px;border-radius:12px;background-color:#f5f5f5}.termSwitchButton-switchButton:before{content:"";display:block;position:absolute;top:1px;width:20px;height:20px;border-radius:10px;box-shadow:0 2px 4px #11111126;background-color:#fff}.termSwitchButton-switchButton.off:before{left:0}.termSwitchButton-switchButton.on{background-color:#1ec687}.termSwitchButton-switchButton.on:before{right:0}.termSwitchButton-info{margin:16px}.termSwitchButton-infoItem{position:relative;display:block;font-weight:400;line-height:20px;color:#777}.termSwitchButton-infoItem.showNumbers{padding-left:15px}.termSwitchButton-itemNumbers{position:absolute;display:inline-block;left:2px}.termLink-title{display:flex;align-items:center;padding:18px 15px;color:#303030;background:#fff;font-weight:600;font-size:15px;line-height:22px}.termLink-title:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-left:auto}.termLink-info{margin:16px}.termLink-infoItem{position:relative;display:block;font-weight:400;line-height:20px;color:#777}.privacyPage{display:grid;row-gap:2px;padding-top:8px;height:-moz-fit-content;height:fit-content}.privacyPage-item{font-size:13px}.privacyPage-link{color:#638dff;font-size:500;text-decoration:underline}.edmSettingPage{display:grid;row-gap:2px;padding-top:8px;height:-moz-fit-content;height:fit-content}.edmSettingPage-item{font-size:13px}.privacyNotifyPage{display:grid;row-gap:2px;padding-top:8px;height:-moz-fit-content;height:fit-content}.privacyNotifyPage-item{font-size:13px}.privacyNotifyPage-agreementLink{color:#638dff;font-weight:500;text-decoration:underline}.privacyWebNotificationPage{display:grid;row-gap:2px;padding-top:8px;height:-moz-fit-content;height:fit-content}.privacyWebNotificationPage-item{font-size:13px}.privacyWebNotificationPage-title{display:block;position:relative;padding:18px 15px;color:#303030;background:#fff;font-weight:600;font-size:15px}.privacyWebNotificationPage-switchButton{cursor:pointer;position:absolute;top:15px;right:16px;display:inline-block;width:38px;height:22px;border-radius:12px;background-color:#f5f5f5}.privacyWebNotificationPage-switchButton:before{content:"";display:block;position:absolute;top:1px;width:20px;height:20px;border-radius:10px;box-shadow:0 2px 4px #11111126;background-color:#fff}.privacyWebNotificationPage-switchButton.off:before{left:0}.privacyWebNotificationPage-switchButton.on{background-color:#1ec687}.privacyWebNotificationPage-switchButton.on:before{right:0}.privacyWebNotificationPage-info{margin:16px}.privacyWebNotificationPage-infoItem{display:flex;font-weight:400;line-height:20px;color:#777}.privacyWebNotificationPage-itemNumbers{display:inline-block;width:15px;padding-left:2px;flex-shrink:0}.privacyWebNotificationPage-agreementLink{color:#638dff;font-weight:500;text-decoration:underline}.messagePanel[data-v-268f4149]{position:fixed;left:0;right:0}@media screen and (min-width:790px){.messagePanel[data-v-268f4149]{left:calc(100vw - 100%)}}.messagePanel[data-v-268f4149]{bottom:0;top:0}.messagePanel-roundedbutton[data-v-268f4149]{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.messagePanel[data-v-268f4149]{display:grid;justify-items:center;row-gap:6px;font-weight:600;font-size:17px;line-height:25px;max-width:180px;height:260px;margin:auto;color:#fff}.messagePanel-image[data-v-268f4149]{width:180px;height:180px}.messagePanel-roundedbutton[data-v-268f4149]{color:#4270ed;background-color:#fff;margin-top:6px}.sideBackground[data-v-fb3c0e14]{position:fixed;width:100%;max-width:750px}.sideBackground[data-v-fb3c0e14]:after,.sideBackground[data-v-fb3c0e14]:before{position:absolute;top:0;content:"";width:152px;height:724px;display:inline-block;background-repeat:no-repeat;background-size:contain}.sideBackground[data-v-fb3c0e14]:after{left:0}.sideBackground[data-v-fb3c0e14]:before{right:0}.sideBackground.BOY[data-v-fb3c0e14]:before{background-image:url(./img-regularShoppingBackground--boy.0BZWud4s.png)}.sideBackground.BOY[data-v-fb3c0e14]:after{background-image:url(./img-regularShoppingBackground--balloon.BODp6ZVf.png)}.sideBackground.GIRL[data-v-fb3c0e14]:before{background-image:url(./img-regularShoppingBackground--girl.BBrAFg_q.png)}.sideBackground.GIRL[data-v-fb3c0e14]:after{background-image:url(./img-regularShoppingBackground--balloon.BODp6ZVf.png)}.sideBackground.RIBBON[data-v-fb3c0e14]:before{width:187px;background-image:url(./img-ribbonBackground--right.C-BBxTkl.png)}.sideBackground.RIBBON[data-v-fb3c0e14]:after{width:187px;background-image:url(./img-ribbonBackground--left.CuLAQx4l.png)}.sideBackground.MAN[data-v-fb3c0e14]:before{width:187px;background-image:url(./img-manBackground--right.DTrys8XZ.png)}.sideBackground.MAN[data-v-fb3c0e14]:after{width:187px;background-image:url(./img-manBackground--left.BbMs4Er_.png)}.rebatePage-footer{position:fixed;left:0;right:0}@media screen and (min-width:790px){.rebatePage-footer{left:calc(100vw - 100%)}}.rebatePage-footer{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.rebatePage-footer{width:749px}}.rebatePage-wrapper{position:relative;display:grid;row-gap:16px;padding:24px 16px 72px;z-index:6}.rebatePage-top{margin-bottom:8px}.rebatePage-error .messagePanel-roundedbutton{color:#331274}.rebatePage-mainSlogan{font-weight:600;font-size:20px;line-height:30px;color:#fff;max-width:175px}.rebatePage-totalPoints{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;padding:6px 10px;font-weight:400;font-size:12px;line-height:14px;color:#ffffff80;border:1px solid hsla(0,0%,100%,.15);border-radius:100px;margin-top:8px}.rebatePage-points{display:grid;align-items:center;grid-template-columns:max-content 1fr;font-size:24px;line-height:29px;font-weight:400;color:#07b53b;font-weight:600;color:#fff}.rebatePage-points:before{flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:28px;height:28px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin:0 3px}.rebatePage-footer{z-index:7;padding:30px 16px 10px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.rebatePage-button{display:flex;justify-content:center;align-items:center;width:100%;font-weight:500;font-size:14px;line-height:17px;height:36px;border-radius:18px;background:#8250ff;color:#fff}.rebateDetailPage-bubble:before{left:0;right:0;margin-left:auto;margin-right:auto}.rebateDetailPage-footer{position:fixed;left:0;right:0}@media screen and (min-width:790px){.rebateDetailPage-footer{left:calc(100vw - 100%)}}.rebateDetailPage-footer{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.rebateDetailPage-footer{width:749px}}.rebateDetailPage-wrapper{position:relative;display:grid;row-gap:12px;padding:24px 16px 72px;z-index:6}.rebateDetailPage-error .messagePanel-roundedbutton{color:#331274}.rebateDetailPage-top{max-width:345px;margin:0 auto 12px}.rebateDetailPage-bubbleTip{margin-bottom:17px;padding-top:6px}.rebateDetailPage-bubble{font-weight:400;font-size:13px;line-height:20px;color:#fff;background-color:#8250ff;border-radius:8px;padding:12px 16px;animation:bubble-swing .5s ease-in-out infinite alternate}.rebateDetailPage-bubble:before{content:"";position:absolute;top:-6px;width:12px;height:6px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #8250ff}.rebateDetailPage-footer{z-index:7;background:linear-gradient(180deg,#33127400,#331274e6);padding:30px 16px 10px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.rebateDetailPage-button{display:flex;justify-content:center;align-items:center;width:100%;font-weight:500;font-size:14px;line-height:17px;height:36px;border-radius:18px;background:#8250ff;color:#fff;cursor:pointer}@keyframes bubble-swing{0%{transform:translateY(0)}to{transform:translateY(-2px)}}.rewardMissionDetail-bottomTools{position:fixed;left:0;right:0}@media screen and (min-width:790px){.rewardMissionDetail-bottomTools{left:calc(100vw - 100%)}}.rewardMissionDetail-bottomTools{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.rewardMissionDetail-bottomTools{width:749px}}.rewardMissionDetail-tabMenu{position:sticky!important;z-index:5;top:52.98px;top:calc(52.98px + var(--android-safe-area-inset-top, 0));top:calc(52.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(52.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .rewardMissionDetail-tabMenu{top:-1px;top:calc(-1px + var(--android-safe-area-inset-top, 0));top:calc(-1px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(-1px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .rewardMissionDetail-tabMenu{top:58.98px;top:calc(58.98px + var(--android-safe-area-inset-top, 0));top:calc(58.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(58.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.rewardMissionDetail-card,.rewardMissionDetail-card--noPadding{background-color:#fff;padding:16px;border-radius:8px;margin:4px 16px 12px;display:grid;row-gap:16px}.rewardMissionDetail-card--noPadding{padding:16px 0}.rewardMissionDetail-title{display:flex;align-items:center;font-size:17px;font-weight:600;line-height:25px;color:#111}.rewardMissionDetail-card--noPadding .rewardMissionDetail-title{padding:0 16px}.rewardMissionDetail-badge{display:flex;justify-content:center;align-items:center;display:inline-flex;font-size:12px;font-weight:500;color:#b7b7b7;background-color:#f5f5f5;height:16px;padding:0 4px;margin-left:8px;border-radius:2px}.rewardMissionDetail-bottomTools{display:flex;justify-content:center;align-items:center;background-color:#fff;min-height:56px;z-index:6;padding:4px 16px 4px 8px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.rewardMissionDetail-bottomTools.isExpired{padding:4px 16px}.rewardNotificationPage-block[data-v-4c202158]{display:grid;row-gap:16px;padding:16px;background-color:#fff;margin-bottom:8px}.rewardNotificationPage-blockWithNoSidePadding[data-v-4c202158]{padding:16px 0;background-color:#fff;margin:8px 0}.rewardNotificationPage-title[data-v-4c202158]{display:grid;grid-template-columns:minmax(0,max-content) max-content;font-size:17px;font-weight:600;line-height:25px;color:#111}@media(max-width:374.98px){.rewardNotificationPage-title[data-v-4c202158]{width:calc(100% - 8px)}}.rewardNotificationPage-name[data-v-4c202158]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchPage[data-v-f664c6be]{position:relative}.searchPage-seoH1[data-v-f664c6be]{position:absolute;color:#f5f5f5}.searchPage-searchBar.sticky[data-v-f664c6be]{position:sticky!important;z-index:5;top:53.98px;top:calc(53.98px + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.noTitlebar .searchPage-searchBar.sticky[data-v-f664c6be]{top:0;top:calc(var(--android-safe-area-inset-top, 0));top:calc(var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .searchPage-searchBar.sticky[data-v-f664c6be]{top:59.98px;top:calc(59.98px + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.shopPersonalInfoPage{padding:24px;background-color:#fff}@media(min-width:750px){.shopPersonalInfoPage{padding:32px}}.shopPersonalInfoPage-title{font-size:24px;font-weight:700;line-height:1;margin-bottom:24px}.shopPersonalInfoPage-content{white-space:pre-line;font-size:18px;font-weight:400;line-height:30px}.shopPersonalInfoPage-content a{color:#638dff}.siteMenu-content{margin-bottom:34px}.siteMenu-content:last-child{margin-bottom:0}.siteMenu-title{font-size:17px;font-weight:500;color:#111;margin:3px 0 31px}.siteMenu-list{grid-template-columns:repeat(4,minmax(0,25%))}.siteMenu-item,.siteMenu-list{display:grid;justify-items:center}.siteMenu-item{align-items:center;font-size:13px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.siteMenu-itemImg{display:flex;justify-content:center;align-items:center;height:48px;width:48px;margin-bottom:8px;border-radius:100%;overflow:hidden;background:#f5f5f5}.siteMenu-itemImg img{width:24px;height:24px}.siteMenu-itemText{font-size:12px;color:#777;text-align:center;transform:scale(.916)}.shoppingTutorialPanel .popupContainer-closeButton{margin-right:16px}.legalConsentPopup-footerButton[data-v-215fe2a5]{display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#fff;height:36px;padding:0 13px;background:#1ec687;white-space:nowrap;border-radius:21px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.legalConsentPopup[data-v-215fe2a5]{display:grid;justify-items:center}.legalConsentPopup-image[data-v-215fe2a5]{width:180px;height:180px;margin-bottom:16px}.legalConsentPopup-title[data-v-215fe2a5]{font-size:20px;line-height:24px;font-weight:600;color:#111;margin-bottom:8px}.legalConsentPopup-body[data-v-215fe2a5]{font-size:15px;line-height:22px;font-weight:400;color:#949494}.legalConsentPopup-body[data-v-215fe2a5]>:not(:first-child){margin-top:1em}.legalConsentPopup-checkbox[data-v-215fe2a5]{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;cursor:pointer;font-size:13px;line-height:16px;font-weight:400;margin-top:16px;width:100%;color:#555;background-color:#f5f5f5;padding:12px 16px}.legalConsentPopup-checkbox[data-v-215fe2a5]:not(.checked):before{width:15px;height:15px;border-radius:9999px;content:"";display:inline-block;border:1px solid #b7b7b7}.legalConsentPopup-checkbox.checked[data-v-215fe2a5]:before{content:"";background-image:url(./ico-check-green.BLcA-ro-.svg);width:15px;height:15px;display:inline-block;background-repeat:no-repeat;background-size:contain}.legalConsentPopup-checkboxContent[data-v-215fe2a5]{display:flex;align-items:center;width:100%}.legalConsentPopup-checkboxTips[data-v-215fe2a5]{font-size:12px;line-height:1;font-weight:500;color:#777;background-color:#dcdcdc;border-radius:2px;padding:2px 3px;white-space:nowrap;margin-left:auto}.legalConsentPopup-link[data-v-215fe2a5]{color:#4270ed;text-decoration:underline}.legalConsentPopup-footerButton[data-v-215fe2a5]{display:block;width:100%}.modalDialog[data-v-4a3a7148]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.modalDialog-closeBtn[data-v-4a3a7148],.modalDialog-confirmBtn[data-v-4a3a7148]{font-weight:700;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;flex:1}.modalDialog[data-v-4a3a7148]{display:flex;align-items:center;flex-wrap:wrap;flex-direction:column;font-size:16px;line-height:1.5;width:315px;background-color:#f5f5f5;padding:36px 0 21px;border-radius:2px}.modalDialog-top[data-v-4a3a7148]{padding:0 44px}.modalDialog-top--center[data-v-4a3a7148]{text-align:center;padding:0 35px}.modalDialog-bottom[data-v-4a3a7148]{display:flex;align-items:center;width:100%;margin-top:38px}.modalDialog-closeBtn[data-v-4a3a7148]{color:#777}.modalDialog-confirmBtn[data-v-4a3a7148]{color:#1ec687}.modalDialog-confirmBtn.danger[data-v-4a3a7148]{color:#ff5b57}.modalImage[data-v-ffb013fc]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);flex-wrap:wrap;flex-direction:column;max-width:337px;width:89.8667%;border-radius:2px}.modalImage[data-v-ffb013fc],.modalImage-link[data-v-ffb013fc]{display:flex;align-items:center}.modalImage-link[data-v-ffb013fc]{width:100%;height:0;padding-bottom:100%;cursor:pointer}.modalImage-img[data-v-ffb013fc]{display:block;position:absolute;width:100%;top:0}.modalImage-close[data-v-ffb013fc]{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;right:0;top:-32px;cursor:pointer}.consentDialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;background-color:#fff;border-radius:8px;flex-direction:column;width:calc(100% - 38px);max-width:337px;max-height:470px;padding:24px 32px}.consentDialog-title{font-weight:600;font-size:17px;line-height:25px;color:#111;text-align:center}.consentDialog-description{width:100%;height:181px;font-size:15px;line-height:22px;color:#555;margin:8px 0;max-height:237px;position:relative;overflow:hidden}.consentDialog-description>:first-child{padding-right:17px!important;margin-right:-17px!important;overflow-x:hidden;overflow-y:scroll;height:100%}@media(max-width:374.98px){.consentDialog-description{height:156px}}.consentDialog-descriptionContent{padding-top:16px;padding-bottom:16px}.consentDialog-descriptionContent a{color:#5b82db;font-weight:500;text-decoration:underline}.consentDialog-descriptionContent:after,.consentDialog-descriptionContent:before{width:100%;height:24px;content:"";position:absolute;display:block;z-index:1;background:linear-gradient(180deg,#fff0 1.27%,#fff)}.consentDialog-descriptionContent:before{top:0;transform:scaleY(-1)}.consentDialog-descriptionContent:after{bottom:0}.consentDialog-button,.consentDialog-button--confirmBtn{display:flex;justify-content:center;align-items:center;width:100%;font-weight:500;font-size:14px;line-height:36px;color:#777;cursor:pointer}.consentDialog-button--confirmBtn{margin-bottom:6px;border-radius:36px;color:#fff;background-color:#1ec687;cursor:pointer}.notifyDialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;background-color:#fff;border-radius:8px;flex-direction:column;width:calc(100% - 38px);max-width:337px;max-height:470px;padding:24px 32px}.notifyDialog-title{font-weight:600;font-size:17px;line-height:25px;color:#111;text-align:center}.notifyDialog-description{font-size:15px;line-height:22px;color:#555;margin:0 0 8px;position:relative;width:100%;overflow:hidden}.notifyDialog-descriptionContent{padding-top:16px;padding-bottom:16px;text-align:center}.notifyDialog-descriptionContent a{color:#5b82db;font-weight:500;text-decoration:underline}.notifyDialog-closeBtn{display:flex;justify-content:center;align-items:center;width:100%;font-weight:500;font-size:14px;line-height:36px;margin-bottom:6px;border-radius:36px;color:#fff;background-color:#1ec687;cursor:pointer}.subscriptionDialog-body[data-v-b857fca4]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;flex-wrap:wrap;padding:59px 24px 0;width:315px;height:400px;flex-direction:column;line-height:1.5;border-radius:10px;background-image:url(./favorite_bg.BuLA8s9V.png);background-color:#fff;background-size:202% auto;background-position:center 74%;background-repeat:no-repeat}.subscriptionDialog-title[data-v-b857fca4]{font-size:22px;font-weight:700;color:#1ec687;margin-bottom:4px}.subscriptionDialog-description[data-v-b857fca4]{font-size:15px;color:#777;line-height:1.2;text-align:center;margin-bottom:19px}.subscriptionDialog-img[data-v-b857fca4]{width:120px;height:150px;margin-bottom:19px}.subscriptionDialog-button[data-v-b857fca4]{display:flex;justify-content:center;align-items:center;font-size:17px;font-weight:700;color:#fff;width:100%;height:48px;border-radius:24px;background-color:#1ec687;box-shadow:0 12px 20px -5px #1ec68766}.subscriptionDialog-button[data-v-b857fca4],.subscriptionDialog-close[data-v-b857fca4]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.subscriptionDialog-close[data-v-b857fca4]{content:"";background-image:url(./ico-close--black.C0D_WCjI.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:16px;right:16px;opacity:.4}.shoppingCartDialog-body{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;flex-direction:column;font-size:13px;padding:48px 16px 0;max-width:337px;width:calc(100% - 32px);height:376px;border-radius:12px;background-image:url(./favorite_bg.BuLA8s9V.png);background-color:#fff;background-size:202% auto;background-position:center 65%;background-repeat:no-repeat}.shoppingCartDialog-title{font-size:22px;font-weight:700;color:#1ec687;line-height:26px;margin-bottom:4px}.shoppingCartDialog-description{font-size:15px;color:#777;text-align:center;line-height:22px;margin-bottom:8px}.shoppingCartDialog-img{width:150px;height:150px;margin-bottom:24px}.shoppingCartDialog-button{display:flex;justify-content:center;align-items:center;border-radius:9999px;width:100%;height:48px;font-size:17px;font-weight:700;color:#fff;background-color:#1ec687}.shoppingCartDialog-button,.shoppingCartDialog-close{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shoppingCartDialog-close{content:"";background-image:url(./ico-close--black.C0D_WCjI.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:16px;right:16px;opacity:.4}.webNotificationConsentDialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;background-color:#fff;border-radius:8px;flex-direction:column;width:calc(100% - 38px);max-width:337px;max-height:470px;padding:56px 32px 24px}.webNotificationConsentDialog-close{content:"";background-image:url(./ico-close--black.C0D_WCjI.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;right:16px;top:16px;cursor:pointer}.webNotificationConsentDialog-title{font-weight:600;font-size:17px;line-height:25px;color:#111;text-align:center}.webNotificationConsentDialog-description{font-size:15px;line-height:22px;color:#555;margin:8px 0 24px;text-align:center}.webNotificationConsentDialog-checkItemSet{display:grid;row-gap:4px;width:100%;margin-bottom:24px}.webNotificationConsentDialog-checkItem{display:grid;grid-template-columns:22px 1fr;-moz-column-gap:8px;column-gap:8px;width:100%;font-size:12px;line-height:22px;color:#b7b7b7;cursor:pointer}.webNotificationConsentDialog-checkItem:before{content:"";display:block;width:16px;height:16px;border:1px solid #b7b7b7;border-radius:16px;margin:3px}.webNotificationConsentDialog-checkItem.active{color:#111}.webNotificationConsentDialog-checkItem.active:before{background-image:url(./ico-check-green.BLcA-ro-.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain;content:"";border:0}.webNotificationConsentDialog-button,.webNotificationConsentDialog-button--confirm{display:flex;justify-content:center;align-items:center;width:100%;font-weight:500;font-size:14px;line-height:36px;color:#777;cursor:pointer}.webNotificationConsentDialog-button--confirm{margin-bottom:6px;border-radius:36px;color:#fff;background-color:#1ec687}.bubbleTip{position:absolute;z-index:6;padding:10px 16px;background-color:#000000e6;border-radius:1000px;white-space:nowrap;justify-content:flex-start;display:flex;align-items:center}.bubbleTip:before{bottom:-8px;border-top:8px solid rgba(0,0,0,.9)}.bubbleTip.up:before,.bubbleTip:before{content:"";position:absolute;width:16px;height:8px;border-left:8px solid transparent;border-right:8px solid transparent;left:var(--arrow-position)}.bubbleTip.up:before{top:-8px;border-bottom:8px solid rgba(0,0,0,.9);border-top:unset}.bubbleTip-content{display:flex;align-items:center;justify-content:flex-start;font-size:15px;font-weight:700;color:#fff}.bubbleTip-close{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;opacity:.5;margin-left:1px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bubbleTip-enter-active{transition:opacity .3s,transform .3s;animation:none!important}.bubbleTip-leave-active{transition:opacity .2s,transform .2s;animation:none!important}.bubbleTip-enter-from,.bubbleTip-leave-to{opacity:0;transform:scale(.8)}.bubbleTip--favorite{padding-top:8px;padding-bottom:8px}.bubbleTip--favorite .bubbleTip-content .icon{content:"";background-image:url(./ico-cartOrange.BJckGTg5.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:7px;animation:bubbleTip-heartbeat .5s ease-in-out infinite alternate}@media(max-width:374.98px){.bubbleTip--favorite .bubbleTip-content .collapsibleText{display:none}}.bubbleTip--shop:before{content:"";position:absolute;top:-8px;width:16px;height:8px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(0,0,0,.9);left:var(--arrow-position);border-top:unset}.bubbleTip--shop .bubbleTip-content .icon{content:"";background-image:url(./ico-shop--white.DULimFDL.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:8px;animation:bubbleTip-heartbeat .5s ease-in-out infinite alternate}.bubbleTip--ai{z-index:9;max-width:240px;font-size:13px;line-height:20px;color:#fff;background:#8250ff;border-radius:4px;padding:16px;white-space:normal}.bubbleTip--ai:before{content:"";position:absolute;top:-8px;width:16px;height:8px;border-bottom:8px solid rgba(0,0,0,.9);left:var(--arrow-position);border-top:unset;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #8250ff}.bubbleTip--ai .bubbleTip-content .aiBestPriceFinderBubbleTip-image{background-image:url(./img-AIpriceWithSpotLight.hjXHnhT5.png);background-size:contain;width:48px;height:48px;position:absolute;top:calc(-36px - var(--y-offset));left:calc(var(--arrow-position) - 16px)}.bubbleTip--calendar{z-index:9;max-width:350px;border-radius:21px;align-items:flex-start;margin-top:16px}.bubbleTip--calendar:before{content:"";position:absolute;top:-8px;width:16px;height:8px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(0,0,0,.9);left:var(--arrow-position);border-top:unset}.bubbleTip--calendar .bubbleTip-content{display:grid;-moz-column-gap:8px;column-gap:8px;grid-template-columns:max-content 1fr;align-items:flex-start}.bubbleTip--calendar .bubbleTip-close{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:32px;height:32px;display:inline-block;background-repeat:no-repeat;background-size:contain;opacity:1}.bubbleTip--recommendation{animation:bubbleTip-swing .5s ease-in-out infinite alternate}.bubbleTip--settingPriceAlert{z-index:9}.bubbleTip--settingPriceAlert .bubbleTip-content .icon{content:"";background-image:url(./ico-settingPriceAlertBell--white.CWhCFx-a.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;margin-right:7px;animation:bubbleTip-heartbeat .5s ease-in-out infinite alternate}.bubbleTip--note{z-index:10;width:240px;max-width:240px;padding:16px;background-color:#4696fa;border-radius:4px;white-space:normal;align-items:flex-start}.bubbleTip--note:before{border-top-color:#4696fa}.bubbleTip--note.up:before{border-bottom-color:#4696fa}.bubbleTip--note .bubbleTip-content{display:grid;align-items:start;justify-content:start;font-size:13px;font-weight:400;line-height:20px;white-space:normal}.bubbleTip--note .bubbleTip-content .noteTip-title{font-weight:600;font-size:17px;line-height:20px}.bubbleTip--note .bubbleTip-content .noteTip-description{margin-top:4px}.bubbleTip--note .bubbleTip-content .noteTip-actions{display:flex;align-items:center;margin-left:auto;margin-top:16px;-moz-column-gap:8px;column-gap:8px}.bubbleTip--note .bubbleTip-content .noteTip-button{display:flex;align-items:center;height:36px;font-weight:500;font-size:14px;color:#4696fa;padding:0 13px;border:none;background:#fff;border-radius:36px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bubbleTip--note .bubbleTip-content .noteTip-button.noStyle{background:transparent;color:#fff}.bubbleTip--shoppingNoteLink{z-index:10;max-width:240px;padding:16px;background:#4696fa;border-radius:4px;white-space:normal}.bubbleTip--shoppingNoteLink:before{content:"";position:absolute;top:-8px;width:16px;height:8px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(0,0,0,.9);left:var(--arrow-position)}.bubbleTip--shoppingNoteLink.up:before{border-top:unset;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #4696fa}.bubbleTip--shoppingNoteLink .bubbleTip-content{display:grid;grid-template-columns:178px 1fr;font-weight:400;font-size:15px;line-height:22px;color:#fff}.bubbleTip--shoppingNoteLink .bubbleTip-close{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain;opacity:1;place-self:start}@keyframes bubbleTip-heartbeat{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes bubbleTip-swing{0%{transform:translateY(0)}to{transform:translateY(-2px)}}.aiBestPriceFinderBubbleTip{font-weight:400}.aiBestPriceFinderBubbleTip-title{font-weight:600;font-size:17px;line-height:20px;margin-bottom:4px}.aiBestPriceFinderBubbleTip-bottom{display:flex;align-items:center;font-weight:500;font-size:14px;width:-moz-fit-content;width:fit-content;height:36px;margin-top:16px;margin-left:auto;-moz-column-gap:21px;column-gap:21px;cursor:pointer}.aiBestPriceFinderBubbleTip-button{display:flex;justify-content:center;align-items:center;color:#8250ff;height:36px;border-radius:36px;background:#fff;padding:0 13px}.goodiesBubbleTip[data-v-7ca76b3f]{cursor:pointer}.goodiesBubbleTip-content[data-v-7ca76b3f]{display:flex;align-items:center}.goodiesBubbleTip-content[data-v-7ca76b3f]:after{content:"";background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-size:contain}.goodiesBubbleTip-img[data-v-7ca76b3f]{display:inline-block;margin-right:8px;height:24px;width:90px}.recommendationBubbleTip{cursor:pointer}.recommendationBubbleTip-imgContainer{width:30px;height:30px;display:inline-block;position:relative;margin-right:8px}.recommendationBubbleTip-imgContainer:after,.recommendationBubbleTip-imgContainer:before{display:block;content:"";position:absolute;border-radius:2px}.recommendationBubbleTip-imgContainer:before{width:25px;height:25px;background-color:#efefef;top:3px;right:-2px;z-index:2}.recommendationBubbleTip-imgContainer:after{width:18px;height:18px;background-color:#b7b7b7;top:6px;right:-4px;z-index:1}.recommendationBubbleTip-img{width:30px;height:30px;position:absolute;overflow:hidden;border-radius:2px;z-index:3}.priceAlertWrapper{position:fixed;left:0;right:0}@media screen and (min-width:790px){.priceAlertWrapper{left:calc(100vw - 100%)}}.priceAlertWrapper{bottom:0;width:100%;max-width:750px;margin-left:auto;margin-right:auto}@media screen and (width:751px){.priceAlertWrapper{width:749px}}.priceAlertWrapper{top:87px;top:calc(87px + var(--android-safe-area-inset-top, 0));top:calc(87px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(87px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));background-color:#f5f5f5;border-radius:12px 12px 0 0;overflow:hidden;transform:translateY(0);background:#fff;z-index:10}.priceAlertWrapper-enter-active,.priceAlertWrapper-leave-active{transition:transform .3s}.priceAlertWrapper-enter-from,.priceAlertWrapper-leave-to{transform:translateY(100%)}.priceAlertWrapper-pageContainer{height:100%;overflow:auto}.gebTriggerEventBanner-close:after{position:absolute;inset:0;margin:auto}.gebTriggerEventBanner{position:fixed;left:0;right:0}@media screen and (min-width:790px){.gebTriggerEventBanner{left:calc(100vw - 100%)}}.gebTriggerEventBanner{box-shadow:0 2px 12px -6px #00000026;display:flex;align-items:center;bottom:calc(16px + var(--fixed-footer-height, 0px));z-index:6;width:calc(100% - 32px);max-width:718px;margin:0 auto;height:60px;font-weight:500;font-size:13px;line-height:20px;color:#fff;background:#1ec687;border-radius:8px;padding-right:16px}@media(max-width:374.98px){.gebTriggerEventBanner{padding-left:16px}}.gebTriggerEventBanner:before{content:"";background-image:url(./img-presentBox--green.TVcvGSjo.svg);width:64px;height:60px;display:inline-block;background-repeat:no-repeat;background-size:contain;flex-shrink:0}@media(max-width:374.98px){.gebTriggerEventBanner:before{display:none}}.gebTriggerEventBanner-description{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:2.4em;white-space:normal;line-height:1.2;margin-right:8px}.gebTriggerEventBanner-button{border-radius:9999px;display:flex;align-items:center;margin-left:auto;font-size:13px;font-weight:500;height:24px;padding:4px 9px;color:#1ec687;background-color:#fff;white-space:nowrap}.gebTriggerEventBanner-close{border-radius:9999px;width:18px;height:18px;position:absolute;right:-9px;top:-9px;background:#0003;cursor:pointer}.gebTriggerEventBanner-close:after{content:"";background-image:url(./ico-close--white.BH9pt9aA.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.gebTriggerEventBanner-enter-active{transition:opacity .3s,transform .3s}.gebTriggerEventBanner-enter-from{opacity:0;transform:translateY(calc(76px + var(--fixed-footer-height, 0px)))}.gebTriggerEventBanner-leave-active{transition:opacity .1s}.gebTriggerEventBanner-leave-to{opacity:0}.developer-panel[data-v-4c36aaaa]{position:fixed;z-index:99999;width:100vw;bottom:0;left:0;background-color:#000;color:#fff;opacity:.8;border-top:1px solid #aaa;padding:1em;font:13px/1.3 monospace}.developer-panel .resize-handle[data-v-4c36aaaa]{position:absolute;top:0;left:0;right:0;height:8px;cursor:ns-resize;touch-action:none}.developer-panel .resize-handle[data-v-4c36aaaa]:after{width:60px;height:4px;content:"";position:absolute;left:50%;top:2px;transform:translate(-50%);border-radius:3px;background-color:#fff6}.developer-panel.collapse[data-v-4c36aaaa]{height:15px;height:calc(15px + var(--android-safe-area-inset-bottom, 0));height:calc(15px + var(--android-safe-area-inset-bottom, constant(safe-area-inset-bottom)));height:calc(15px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));padding:0;cursor:pointer}.developer-panel.collapse[data-v-4c36aaaa]>*{display:none}.developer-panel h1[data-v-4c36aaaa]{text-decoration:underline}.developer-panel h1[data-v-4c36aaaa],.developer-panel h2[data-v-4c36aaaa]{font-weight:700;line-height:1.5em}.developer-panel .main-container[data-v-4c36aaaa]{overflow:auto;max-height:calc(100% - 15px)}.developer-panel .object-key[data-v-4c36aaaa]{font-weight:700;color:#0ff;display:inline-block;cursor:pointer}.developer-panel .object-value[data-v-4c36aaaa]{text-overflow:ellipsis;display:inline-block;cursor:pointer}.developer-panel .scrollable[data-v-4c36aaaa]{overflow:auto;background-color:#333;padding:5px}.developer-panel .scrollable li[data-v-4c36aaaa]{white-space:nowrap;overflow:hidden}.developer-panel .time-travel[data-v-4c36aaaa]{background-color:#333;padding:8px;line-height:1.6}.developer-panel .time-travel-input[data-v-4c36aaaa]{display:flex;align-items:center;-moz-column-gap:6px;column-gap:6px;margin-top:6px}.developer-panel .time-travel-input input[data-v-4c36aaaa]{flex:1;background-color:#111;border:1px solid #555;color:#fff;padding:2px 4px}.developer-panel .time-travel-error[data-v-4c36aaaa]{margin-top:6px;color:#ff8080;font-size:11px}.developer-panel .section[data-v-4c36aaaa]{background-color:#333;padding:8px;line-height:1.6}.developer-panel .section-input[data-v-4c36aaaa]{display:flex;align-items:center;-moz-column-gap:6px;column-gap:6px;margin-top:6px}.developer-panel .section-input input[data-v-4c36aaaa]{flex:1;background-color:#111;border:1px solid #555;color:#fff;padding:2px 4px}.developer-panel .section-result[data-v-4c36aaaa]{margin-top:6px}.developer-panel .clickable[data-v-4c36aaaa],.developer-panel .clickable-outline[data-v-4c36aaaa]{cursor:pointer;color:#ff0;font-weight:400;font-size:11px}.developer-panel .clickable-outline[data-v-4c36aaaa]{border:1px solid #ff0;padding:0 4px}.developer-panel .clickable[data-v-4c36aaaa]:hover{color:#888}.developer-panel .dialog[data-v-4c36aaaa]{width:80vw;height:80%;position:absolute;background-color:#222;border:1px solid #fff;inset:0;margin:auto;padding:1em}.developer-panel .dialog h3[data-v-4c36aaaa]{font-weight:700;color:#0ff;font-size:15px;margin-bottom:1em}.developer-panel .dialog h3 span[data-v-4c36aaaa]{color:#fff;font-size:11px;font-weight:400}.developer-panel .dialog-value[data-v-4c36aaaa]{width:100%;height:calc(100% - 25px);white-space:pre;overflow:auto}.developer-panel .close-button[data-v-4c36aaaa]{width:20px;height:20px;position:absolute;right:5px;top:5px;opacity:.5;cursor:pointer}.developer-panel .close-button[data-v-4c36aaaa]:hover{opacity:1}.developer-panel .close-button[data-v-4c36aaaa]:after,.developer-panel .close-button[data-v-4c36aaaa]:before{width:2px;height:18px;position:absolute;left:9px;content:" ";background-color:#fff}.developer-panel .close-button[data-v-4c36aaaa]:before{transform:rotate(45deg)}.developer-panel .close-button[data-v-4c36aaaa]:after{transform:rotate(-45deg)}.developer-panel .collapse-button[data-v-4c36aaaa]{width:20px;height:20px;position:absolute;right:30px;top:5px;opacity:.5;cursor:pointer}.developer-panel .collapse-button[data-v-4c36aaaa]:hover{opacity:1}.developer-panel .collapse-button[data-v-4c36aaaa]:before{width:80%;height:70%;content:" ";display:block;margin:auto;border-bottom:2px solid #fff}.barcodePopup-content,.barcodePopup-wrapper{position:absolute;inset:0;margin:auto}.barcodePopup{position:fixed;left:0;right:0}@media screen and (min-width:790px){.barcodePopup{left:calc(100vw - 100%)}}.barcodePopup{bottom:0;top:0;background-color:#00000080;z-index:10}.barcodePopup-wrapper{display:block;width:295px;height:540px;background-color:#fff;padding:16px;border-radius:8px}.barcodePopup-close{content:"";background-image:url(./ico-close--black.C0D_WCjI.svg);width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;position:absolute;top:16px;right:16px}.barcodePopup-button{display:flex;justify-content:center;align-items:center;margin-bottom:16px}.barcodePopup-points{font-weight:400;color:#07b53b;display:flex;margin:0 3px}.barcodePopup-points:before{margin-right:1px;flex-shrink:0;content:"";background-image:url(./ico-point--green.C6QozQX8.svg);width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-size:contain}.barcodePopup-content{transform-origin:center;width:330px;height:160px;transform:rotate(90deg);font-size:16px;color:#1ec687}
