@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{color:var(--vc-header-title-color);cursor:pointer;font-weight:var(--vc-font-semibold);grid-column:title;grid-row:1;line-height:30px;margin:0 .75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.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{min-height:32px;position:relative;z-index:1}.vc-monthly .is-not-in-month *{opacity:0;pointer-events:none}.vc-day-layer{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vc-day-box-center-center{align-items:center;display:flex;justify-content:center;transform-origin:50% 50%}.vc-day-box-left-center{align-items:center;display:flex;justify-content:flex-start;transform-origin:0 50%}.vc-day-box-right-center{align-items:center;display:flex;justify-content:flex-end;transform-origin:100% 50%}.vc-day-box-center-bottom{align-items:flex-end;display:flex;justify-content:center}.vc-day-content{align-items:center;border-radius:var(--vc-rounded-full);cursor:pointer;display:flex;font-size:var(--vc-text-sm);font-weight:var(--vc-font-medium);height:28px;justify-content:center;line-height:28px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:28px}.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){color:var(--vc-content-color);font-weight:var(--vc-font-bold)}.vc-highlights{overflow:hidden;pointer-events:none;z-index:-1}.vc-highlight{height:28px;width:28px}.vc-highlight.vc-highlight-base-start{border-radius:0!important;border-right-width:0!important;width:50%!important}.vc-highlight.vc-highlight-base-end{border-left-width:0!important;border-radius:0!important;width:50%!important}.vc-highlight.vc-highlight-base-middle{border-left-width:0!important;border-radius:0!important;border-right-width:0!important;margin:0 -1px;width:100%}.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{color:var(--vc-highlight-outline-content-color);font-weight:var(--vc-font-bold)}.vc-highlight-content-light{color:var(--vc-highlight-light-content-color);font-weight:var(--vc-font-bold)}.vc-highlight-content-solid{color:var(--vc-highlight-solid-content-color);font-weight:var(--vc-font-bold)}.vc-dots{align-items:center;display:flex;justify-content:center}.vc-dot{border-radius:9999px;height:5px;transition:var(--vc-day-content-transition);width:5px}.vc-dot:not(:last-child){margin-right:3px}.vc-bars{align-items:center;display:flex;justify-content:flex-start;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{align-items:center;display:flex;justify-content: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{align-items:center;color:var(--vc-weeknumber-color);display:flex;font-size:var(--vc-text-xs);font-style:italic;font-weight:var(--vc-font-medium);height:28px;justify-content:center;margin-top:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:28px}.vc-weeks{position:relative;-webkit-overflow-scrolling:touch;min-width:232px;padding:6px}.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{color:var(--vc-weekday-color);cursor:default;font-size:var(--vc-text-sm);font-weight:var(--vc-font-bold);line-height:14px;padding-bottom:8px;padding-top:4px;text-align:center;-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;display:block;outline:none;position:absolute;z-index:10}.vc-popover-content-wrapper:not(.is-interactive){pointer-events:none}.vc-popover-content{background-color:var(--vc-popover-content-bg);border:1px solid;border-color:var(--vc-popover-content-border);border-radius:var(--vc-rounded-lg);box-shadow:var(--vc-shadow-lg);color:var(--vc-popover-content-color);font-weight:var(--vc-font-medium);outline:none;padding:4px;position:relative;z-index:10}.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{background-color:inherit;border-left:inherit;border-top:inherit;content:"";display:block;height:12px;position:absolute;width:12px;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{border-radius:var(--vc-rounded);color:var(--vc-nav-title-color);font-weight:var(--vc-font-bold);padding:4px 8px}.vc-nav-arrow,.vc-nav-title{border:2px solid transparent;line-height:var(--vc-leading-snug);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-nav-arrow{align-items:center;border-radius:var(--vc-rounded);cursor:pointer;display:flex;justify-content:center}.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{border:2px solid transparent;border-radius:var(--vc-rounded);cursor:pointer;font-weight:var(--vc-font-semibold);line-height:var(--vc-leading-snug);padding:4px 0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:48px}.vc-nav-item.is-active{background-color:var(--vc-nav-item-active-bg);color:var(--vc-nav-item-active-color);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{align-items:center;display:flex;transition:var(--vc-day-content-transition)}.vc-day-popover-row-indicator{align-items:center;display:flex;flex-grow:0;justify-content:center;width:15px}.vc-day-popover-row-indicator span{transition:var(--vc-day-content-transition)}.vc-day-popover-row-label{align-items:center;display:flex;flex-grow:1;flex-wrap:none;font-size:var(--vc-text-xs);line-height:var(--vc-leading-normal);margin-left:4px;margin-right:4px;width:-moz-max-content;width:max-content}.vc-day-popover-row-highlight{border-radius:3px;height:5px;width:8px}.vc-day-popover-row-bar{height:3px;width:10px}.vc-pane-container{position:relative;width:100%}.vc-pane-container.in-transition{overflow:hidden}.vc-pane-layout{display:grid}.vc-pane-header-wrapper{pointer-events:none;position:absolute;width:100%}.vc-arrow{align-items:center;border:1px solid transparent;border-radius:var(--vc-rounded);color:var(--vc-header-arrow-color);cursor:pointer;display:flex;grid-row:1;height:30px;justify-content:center;pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:28px;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{color:var(--vc-day-popover-header-color);font-size:var(--vc-text-xs);font-weight:var(--vc-font-semibold);text-align:center}.vc-base-select{position:relative}.vc-base-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:none;border-radius:var(--vc-rounded);color:var(--vc-select-color);cursor:pointer;display:block;font-size:var(--vc-text-base);font-weight:var(--vc-font-medium);height:30px;line-height:var(--leading-none);margin:0;padding:0 4px;text-align:center;text-indent:0;width:-moz-max-content;width:max-content}.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{opacity:.6;pointer-events:none;position:absolute;right:4px;top:6px}.vc-time-picker{align-items:center;display:flex;flex-direction:column;padding:8px 4px}.vc-time-picker.vc-invalid{opacity:.5;pointer-events:none}.vc-time-picker.vc-attached{border-top:1px solid var(--vc-time-picker-border)}.vc-time-picker>*+*{margin-top:4px}.vc-time-header{align-items:center;display:flex;font-size:var(--vc-text-sm);font-weight:var(--vc-font-semibold);line-height:21px;margin-top:-4px;padding-left:4px;padding-right:4px;text-transform:uppercase}.vc-time-select-group{align-items:center;background:var(--vc-time-select-group-bg);border:1px solid var(--vc-time-select-group-border);border-radius:var(--vc-rounded-md);display:inline-flex;padding:0 4px}.vc-time-select-group .vc-base-icon{color:var(--vc-time-select-group-icon-color);margin-right:4px}.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{backface-visibility:hidden;pointer-events:none;transition:transform var(--vc-slide-duration) var(--vc-slide-timing),opacity var(--vc-slide-duration) var(--vc-slide-timing)}.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{box-shadow:var(--vc-focus-ring);outline:0}.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{background-color:var(--vc-bg);color:var(--vc-color);display:inline-flex;font-family:var(--vc-font-family);height:-moz-max-content;height:max-content;position:relative;width:-moz-max-content;width:max-content;-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{background-color:var(--vc-bg);padding:0}.vc-date-picker-content .vc-container{border:0}[data-v-28b33164]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.dot-number[data-v-28b33164]{align-items:center;background-color:#ff5b57;border-radius:8px;bottom:calc(100% - 16px);box-shadow:0 2px 4px #ff5b574d;display:flex;left:calc(100% - 8px);line-height:12px;min-height:16px;min-width:16px;padding:0 5px;position:absolute;text-align:center}.dot-number.empty[data-v-28b33164]{bottom:calc(100% - 8px);left:calc(100% - 4px);min-height:8px;min-width:8px;padding:0 4px}.dot-numberText[data-v-28b33164]{color:#fff;font-size:12px;line-height:1;transform:scale(.833)}.searchBox-imageBanner>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.searchBox{align-items:center;border-radius:34px;cursor:text;display:flex;height:34px;overflow:hidden;width:100%}.searchBox:after,.searchBox:before{content:"";display:table}.searchBox-content{color:#949494;height:20px;margin-left:11px;overflow:hidden;position:relative;width:100%}.searchBox-content:after{background:linear-gradient(270deg,#fff 40%,#fff0);content:"";height:20px;position:absolute;right:0;top:0;width:10px;z-index:2}.searchBox-wrapper{transform:translateY(calc(var(--active-index, 0)*20px*-1));transition:transform .3s}.searchBox-wrapper.disableTransition{transition:none}.searchBox-item{align-items:center;-moz-column-gap:4px;column-gap:4px;display:flex;font-size:14px;height:20px;line-height:20px}.searchBox-badge--比價{background-image:url(./badge-parity.DoTzVVDB.svg)}.searchBox-badge--新品,.searchBox-badge--比價{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;width:28px}.searchBox-badge--新品{background-image:url(./badge-fresh.C0DVF-gn.svg)}.searchBox-badge--新店{background-image:url(./badge-newStore.Cg1pHwnu.svg)}.searchBox-badge--新店,.searchBox-badge--榜單{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;width:28px}.searchBox-badge--榜單{background-image:url(./badge-ranking.Bk2qrM48.svg)}.searchBox-badge--搶購{background-image:url(./badge-rush.BTygeurn.svg)}.searchBox-badge--搶購,.searchBox-badge--熱搜{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;width:28px}.searchBox-badge--熱搜{background-image:url(./badge-hotSearch.BNmm1d9W.svg)}.searchBox-badge--推薦{background-image:url(./badge-recommendation.CkDV9CeC.svg);width:28px}.searchBox-badge--掀低價,.searchBox-badge--推薦{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px}.searchBox-badge--掀低價{background-image:url(./badge-showLowerPrice.VgEbcxW2.svg);width:41px}.searchBox-imageBanner{background-color:#00000008;background-color:invert;border-radius:0;flex-shrink:0;height:20px;overflow:hidden;position:relative;width:95px}.searchBox-keyword{font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchBox-button{align-items:center;background-color:var(--event-theme-color,#1ec687);border-radius:24px;color:#fff;-moz-column-gap:4px;column-gap:4px;display:flex;flex-shrink:0;font-size:13px;height:24px;line-height:24px;margin-left:auto;margin-right:6px;padding:0 9px;white-space:nowrap}.searchBox-angpauIcon{background:url(./img-angpauCircle.zsfDvmnf.png) 50%/28px no-repeat;display:block;height:28px;margin-right:-9px;width:28px}.searchBox--light .searchBox-button{background-color:var(--background-color,#1ec687)}.searchBox--dark .searchBox-button{background-color:#1ec687}.searchBox--dark .searchBox-content:after{background:linear-gradient(270deg,#f5f5f5 40%,#fff0)}.btnCamera{align-items:center;display:flex;flex-shrink:0;height:34px;justify-content:flex-end;opacity:1;width:40px}.btnCamera .btnCamera-ico-camera{background-image:url(./ico-cameraWhite.cbbvGM-S.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;flex-shrink:0;height:24px;position:relative;width:24px}.btnCamera .btnCamera-ico-camera:after{content:"";display:block;height:160%;left:0;position:absolute;top:0;transform:translate(-18.75%,-18.75%);width:160%}.btnCamera--black{align-items:center;display:flex;flex-shrink:0;height:34px;justify-content:flex-end;opacity:1;width:40px}.btnCamera--black .btnCamera-ico-camera{background-image:url(./ico-cameraBlack.CADjTNYc.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;flex-shrink:0;height:24px;position:relative;width:24px}.btnCamera--black .btnCamera-ico-camera:after{content:"";display:block;height:160%;left:0;position:absolute;top:0;transform:translate(-18.75%,-18.75%);width:160%}.btnCamera-imageUploader{height:1px;position:absolute;width:1px;clip:rect(0 0 0 0)}.btnAiSearch{align-items:center;cursor:pointer;display:flex;height:40px;justify-content:center;margin-left:10px;width:40px}.btnAiSearch-ico{height:32px;width:36px}.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--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--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{cursor:pointer;flex-shrink:0;position:relative}.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--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;height:160%;left:0;position:absolute;top:0;transform:translate(-18.75%,-18.75%);width:160%}.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--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{position: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)));z-index:8}.titleBar:before{background-color:var(--background-color,#fff);content:"";display:block;height:100%;position:absolute;width:100%;z-index:-1}.titleBar--extraMarginRight{margin-right:4px}.titleBar--transition{transition:top .3s}.titleBar--transition:before{transition:background-color .3s}.titleBar-upperLayer{display:grid;grid-template-columns:auto max-content;height:54px;padding:0 16px}.titleBar--transition .titleBar-upperLayer{transition:height .3s}.titleBar-leftArea{align-items:center;display:inline-grid;grid-template-columns:auto 1fr;height:54px}.titleBar-rightArea{align-items:center;display:flex;height:54px;margin-left:auto;position: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)))}.titleBar-text{cursor:default;font-size:18px;font-weight:700;line-height:1;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.titleBar-dot{position:absolute;top:-8px}.titleBar-lowerLayer{display:flex;height:60px;margin-top:-60px;opacity:0;padding:10px 16px 0;pointer-events:none;position:relative;width:calc(100% - var(--animation-progress, 0)*var(--right-area-width, 0)*1px)}.titleBar--transition .titleBar-lowerLayer{transition:opacity .3s}.titleBar-searchBoxArea{align-items:center;display:flex;height:34px;width:100%}.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{margin-right:-40px;opacity:var(--animation-progress)!important;pointer-events:none;position:relative;right:40px}.titleBar--stuck .titleBar-searchButton--alternative{pointer-events:auto}@media (min-width:375px){.titleBar-searchButton--alternative{display:none!important}}.titleBar--dark .titleBar-logo{background-image:url(./img-logo--colorful.D_usoKOi.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:92px}.titleBar--dark .titleBar-text{color:#303030}.titleBar--dark .titleBar-backButton{flex-shrink:0;justify-content:flex-start;width:40px}.titleBar--dark .titleBar-backButton>span{background-image:url(./ico-arrow--leftBlack.CnoHEo6X.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--dark .titleBar-backButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-backButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--dark .titleBar-homeButton{flex-shrink:0;justify-content:flex-start;width:40px}.titleBar--dark .titleBar-homeButton>span{background-image:url(./ico-outlined-homepageBlack.D_Bu0PkT.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--dark .titleBar-homeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-homeButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--dark .titleBar-notificationButton{flex-shrink:0;justify-content:flex-end;position:relative;width:40px}.titleBar--dark .titleBar-notificationButton>span{background-image:url(./ico-bell--black.rDjO1CtY.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--dark .titleBar-notificationButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-notificationButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--dark .titleBar-cartButton{flex-shrink:0;justify-content:flex-end;position:relative;width:40px}.titleBar--dark .titleBar-cartButton>span{background-image:url(./ico-cartDeepGray.38MzdcOy.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--dark .titleBar-cartButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-cartButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--dark .titleBar-searchButton,.titleBar--dark .titleBar-searchButton--alternative{flex-shrink:0;justify-content:flex-end;width:40px}.titleBar--dark .titleBar-searchButton--alternative>span,.titleBar--dark .titleBar-searchButton>span{background-image:url(./ico-glassDeepGrey.4HBuXfpO.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.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;opacity:0;overflow:hidden;width:0}.titleBar--dark .titleBar-menuButton{flex-shrink:0;justify-content:flex-end;width:40px}.titleBar--dark .titleBar-menuButton>span{background-image:url(./ico-menu--black.DIw2ISWO.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--dark .titleBar-menuButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-menuButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--dark .titleBar-closeButton{flex-shrink:0;justify-content:flex-end;width:40px}.titleBar--dark .titleBar-closeButton>span{background-image:url(./ico-close--black.C0D_WCjI.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--dark .titleBar-closeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-closeButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--dark .titleBar-barcodeButton{flex-shrink:0;justify-content:flex-start;width:40px}.titleBar--dark .titleBar-barcodeButton>span{background-image:url(./ico-barcodeBlack.EMGqZUEa.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--dark .titleBar-barcodeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--dark .titleBar-barcodeButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--dark .titleBar-searchBox{background-color:#f5f5f5}.titleBar--light .titleBar-logo{background-image:url(./img-logo--white.ws-OQZLF.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:92px}.titleBar--light .titleBar-text{color:#fff}.titleBar--light .titleBar-backButton{flex-shrink:0;justify-content:flex-start;width:40px}.titleBar--light .titleBar-backButton>span{background-image:url(./ico-arrow--leftWhite2.DisqKg3Y.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--light .titleBar-backButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-backButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--light .titleBar-homeButton{flex-shrink:0;justify-content:flex-start;width:40px}.titleBar--light .titleBar-homeButton>span{background-image:url(./ico-outlined-homepageWhite.0N_nKCXb.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--light .titleBar-homeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-homeButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--light .titleBar-notificationButton{flex-shrink:0;justify-content:flex-end;position:relative;width:40px}.titleBar--light .titleBar-notificationButton>span{background-image:url(./ico-bell--white.As7mgZX1.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--light .titleBar-notificationButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-notificationButton.hide{display:flex;opacity:0;overflow:hidden;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{flex-shrink:0;justify-content:flex-end;position:relative;width:40px}.titleBar--light .titleBar-cartButton>span{background-image:url(./ico-cart.BCosiCm-.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--light .titleBar-cartButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-cartButton.hide{display:flex;opacity:0;overflow:hidden;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{flex-shrink:0;justify-content:flex-end;width:40px}.titleBar--light .titleBar-searchButton--alternative>span,.titleBar--light .titleBar-searchButton>span{background-image:url(./ico-glassWhite.DjoHr4D6.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.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;opacity:0;overflow:hidden;width:0}.titleBar--light .titleBar-menuButton{flex-shrink:0;justify-content:flex-end;width:40px}.titleBar--light .titleBar-menuButton>span{background-image:url(./ico-menu--white.D5XWMDLz.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--light .titleBar-menuButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-menuButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--light .titleBar-closeButton{flex-shrink:0;justify-content:flex-end;width:40px}.titleBar--light .titleBar-closeButton>span{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--light .titleBar-closeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-closeButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--light .titleBar-barcodeButton{flex-shrink:0;justify-content:flex-start;width:40px}.titleBar--light .titleBar-barcodeButton>span{background-image:url(./ico-barcodeWhite.9e_7wgQd.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.titleBar--transition.titleBar--light .titleBar-barcodeButton{transition:width .3s,opacity .3s}.titleBar--transition.titleBar--light .titleBar-barcodeButton.hide{display:flex;opacity:0;overflow:hidden;width:0}.titleBar--light .titleBar-searchBox{background-color:#fff}.titleBar--large{top:-54px;top:calc(-54px + var(--android-safe-area-inset-top, 0));top:calc(-54px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(-54px + 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{left:50%;position:absolute;transform:translate(-50%)}.appPromotionBanner{align-items:center;background-color:#d7eee5;display:flex;padding:14px 16px}.appPromotionBanner-closeButton{background-image:url(./ico-close--button.DlQeO4mx.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;flex-shrink:0;height:20px;margin-right:16px;width:20px}.appPromotionBanner-image{flex-shrink:0;height:40px;margin-right:12px;width:40px}.appPromotionBanner-info{color:#159867}@media (max-width:374.98px){.appPromotionBanner-info{width:40%}}.appPromotionBanner-title{font-size:16px;font-weight:700;line-height:22px;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appPromotionBanner-description{font-size:12px;line-height:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appPromotionBanner-button{background-color:#1ec687;border-radius:13px;color:#fff;font-size:13px;font-weight:700;height:26px;line-height:26px;margin-left:auto;padding:0 10px;white-space:nowrap}.seoFooter{display:grid;margin:8px 0;row-gap:8px}.seoFooter-item{background-color:#fff;padding:16px}.seoFooter-title{color:grey04;font-size:14px;font-weight:500;padding-bottom:5px}.seoFooter-text{-moz-column-gap:15px;column-gap:15px;display:flex;flex-wrap:wrap}.seoFooter-link{color:#638dff;font-size:12px;line-height:2.2;text-decoration:none;white-space:nowrap}.noticeFooter{background:#fff;color:#b7b7b7;font-size:12px;line-height:1.7;padding:24px 15px 71px}.btnGoToTop{background-image:url(./ico-goUp.9ngTY99_.png);background-size:contain;bottom:160px;cursor:pointer;height:54px;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)));position:fixed;width:54px;z-index:6}@media (min-width:750px){.btnGoToTop{bottom:125px}}.navBar-icon:after,.navBar-icon:before{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.navBar{left:0;position:fixed;right:0}@media screen and (min-width:790px){.navBar{left:calc(100vw - 100%)}}.navBar{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.navBar{width:749px}}.navBar-customIcon,.navBar-homeToggle,.navBar-icon{height:30px;position:relative;width:30px}.navBar{background-color:#fcfcfcf2;display:grid;font-size:12px;font-weight:700;grid-template-columns:repeat(5,minmax(0,1fr));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)));padding-top:7px;z-index:6}.navBar-item{align-items:center;display:flex;flex-direction:column;height:56px;position:relative;row-gap:1px;text-align:center}.navBar-icon:after,.navBar-icon:before{content:"";transition:opacity .1s ease,transform .1s ease}.navBar-icon:before{opacity:1;transform:scale(1)}.navBar-icon:after,.navBar-item.active .navBar-icon:before{opacity:0;transform:scale(.5)}.navBar-item.active .navBar-icon:after{opacity:1;transform:scale(1);transition:opacity .1s ease,transform .4s cubic-bezier(0,0,.47,1.91)}.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{border-radius:30px;display:grid;overflow:hidden}.navBar-homeToggle:before{background-image:url(./img-recommend.KMJbq0_8.svg)}.navBar-homeToggle:after,.navBar-homeToggle:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:30px;width:30px}.navBar-homeToggle:after{background-image:url(./img-totop.B59KCYmN.svg)}.navBar-homeToggle:after,.navBar-homeToggle:before{transform:translateY(0);transition:transform .5s ease}.navBar-homeToggle.shift:after,.navBar-homeToggle.shift:before{transform:translateY(-30px)}.navBar-customImage{bottom:0;height:46px;position:absolute;transform:translate(-50%);width:46px}.navBar-label{color:#777;overflow:hidden;text-overflow:ellipsis;transform:scale(.88);transition:color .1s ease;white-space:nowrap}.navBar-item.active .navBar-label{color:var(--page-event-theme-color,var(--event-theme-color,#1ec687))}.navBar-dot{background-color:#ff5b57;border-radius:8px;box-shadow:0 2px 4px #ff5b574d;display:block;height:8px;margin:0 auto;position:absolute;transform:translate(15px);width:8px}.globalOverlay{left:0;position:fixed;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}.popupContainer{left:0;position:fixed;right:0}@media screen and (min-width:790px){.popupContainer{left:calc(100vw - 100%)}}.popupContainer{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.popupContainer{width:749px}}.popupContainer{background-color:#fff;border-radius:8px 8px 0 0;max-height:80vh;overflow:auto;padding-left:var(--card-body-padding,16px);padding-right:var(--card-body-padding,16px);scrollbar-width:none;-ms-overflow-style:none}.popupContainer::-webkit-scrollbar{display:none;width:0}.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-header{background-color:#fff;margin:0 calc(var(--card-body-padding, 16px)*-1);padding:16px var(--card-body-padding,16px);position:sticky;top:0;z-index:1}.popupContainer-closeButton{background-image:url(./ico-close--black.C0D_WCjI.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;display:block;height:24px;margin-left:auto;position:relative;width:24px}.popupContainer-closeButton:after{content:"";display:block;height:150%;left:0;position:absolute;top:0;transform:translate(-16.6666666667%,-16.6666666667%);width:150%}.popupContainer-footer{background-color:#fff;bottom:0;box-shadow:0 -2px 12px -6px #00000026;margin:16px calc(var(--card-body-padding, 16px)*-1) 0;padding:10px var(--card-body-padding,16px);padding-bottom:10px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));position:sticky;z-index:1}.popupContainer-enter-active,.popupContainer-leave-active{transform:translateY(0);transition:opacity .2s,transform .2s linear}.popupContainer-enter-from,.popupContainer-leave-to{opacity:0;transform:translateY(90px)}.socialButtons--large{display:grid;grid-template-columns:repeat(4,minmax(0,25%));justify-items:center}.socialButtons-item{align-items:center;cursor:pointer;display:grid;font-size:13px;justify-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.socialButtons-itemImg{background:#f5f5f5;border-radius:100%;height:48px;margin-bottom:8px;overflow:hidden;width:48px}.socialButtons-itemText{color:#777;font-size:12px;text-align:center;transform:scale(.916)}.socialButtons--normal{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,auto));justify-content:center}.socialButtons--normal .socialButtons-item{color:#777;justify-items:center;row-gap:10px}.socialButtons--shareSelector{background-color:#f5f5f5;width:100%}.socialButtons--shareSelector .socialButtons-item{border-bottom:1px solid #eaeaea;color:#000;-moz-column-gap:16px;column-gap:16px;grid-template-columns:max-content 1fr;justify-items:flex-start;padding:14px 16px;width:100%}.socialButtons-linkIcon{background-size:contain}.socialButtons-linkIcon.ico-social50-line{background-image:url(./ico-social50-line.BRshQTKT.png);height:25px;width:25px}.socialButtons-linkIcon.ico-social50-fb{background-image:url(./ico-social50-fb.BBsgz-Qv.png);height:25px;width:25px}.socialButtons-linkIcon.ico-social50-url{background-image:url(./ico-social50-url.CMtwK1k1.png);height:25px;width:25px}.socialButtons-linkIcon.ico-social72-line{background-image:url(./ico-social72-line.BEYufS0u.png);height:36px;width:36px}.socialButtons-linkIcon.ico-social72-fb{background-image:url(./ico-social72-fb.CngPcpDD.png);height:36px;width:36px}.socialButtons-linkIcon.ico-social72-url{background-image:url(./ico-social72-url.BsnljhuG.png);height:36px;width:36px}.socialButtons-linkIcon.ico-social108-line{background-image:url(./ico-social108-line.Kg5Ad751.png);height:54px;width:54px}.socialButtons-linkIcon.ico-social108-fb{background-image:url(./ico-social108-fb.t9leBe85.png);height:54px;width:54px}.socialButtons-linkIcon.ico-social108-url{background-image:url(./ico-social108-url.k_GOwe6c.png);height:54px;width:54px}.siteMenu-content{margin-bottom:34px}.siteMenu-content:last-child{margin-bottom:0}.siteMenu-title{color:#111;font-size:17px;font-weight:500;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;cursor:pointer;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.siteMenu-itemImg{align-items:center;background:#f5f5f5;border-radius:100%;display:flex;height:48px;justify-content:center;margin-bottom:8px;overflow:hidden;width:48px}.siteMenu-itemImg img{height:24px;width:24px}.siteMenu-itemText{color:#777;font-size:12px;text-align:center;transform:scale(.916)}.tosReminder{left:0;position:fixed;right:0}@media screen and (min-width:790px){.tosReminder{left:calc(100vw - 100%)}}.tosReminder{align-items:center;background-color:#fff;border-radius:5px;bottom:calc(16px + var(--fixed-footer-height, 0px));box-shadow:0 0 1px #0000003d,0 1px 2px #0000001f;display:flex;font-size:13px;justify-content:center;line-height:1.7;margin:0 auto;max-width:690px;padding:16px 11px 16px 23px;width:92%;z-index:6;z-index:10}.tosReminder-rightWrapper{align-items:center;cursor:pointer;display:flex;justify-content:flex-end;margin-left:10px;width:145px}.tosReminder-rightWrapperText{margin-left:10px}.tosReminder-check{background-image:url(./ico-ok.Bx9Y-ieW.svg);height:18px;margin-right:3px;width:18px}.tosReminder-check,.tosReminder-checked{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block}.tosReminder-checked{background-image:url(./ico-okOn.CVd3fBBN.svg);height:24px;width:24px}[data-v-42c90aac]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.modalDialog[data-v-42c90aac]{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.modalDialog-closeBtn[data-v-42c90aac],.modalDialog-confirmBtn[data-v-42c90aac]{cursor:pointer;flex:1;font-weight:700;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modalDialog[data-v-42c90aac]{align-items:center;background-color:#f5f5f5;border-radius:2px;display:flex;flex-direction:column;flex-wrap:wrap;font-size:16px;line-height:1.5;padding:36px 0 21px;width:315px}.modalDialog-top[data-v-42c90aac]{padding:0 44px}.modalDialog-top--center[data-v-42c90aac]{padding:0 35px;text-align:center}.modalDialog-bottom[data-v-42c90aac]{align-items:center;display:flex;margin-top:38px;width:100%}.modalDialog-closeBtn[data-v-42c90aac]{color:#777}.modalDialog-confirmBtn[data-v-42c90aac]{color:#1ec687}[data-v-5bb143a1]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.modalImage[data-v-5bb143a1]{border-radius:2px;flex-direction:column;flex-wrap:wrap;left:50%;max-width:337px;position:absolute;top:50%;transform:translate(-50%,-50%);width:89.8667%}.modalImage[data-v-5bb143a1],.modalImage-link[data-v-5bb143a1]{align-items:center;display:flex}.modalImage-link[data-v-5bb143a1]{cursor:pointer;height:0;padding-bottom:100%;width:100%}.modalImage-img[data-v-5bb143a1]{display:block;position:absolute;top:0;width:100%}.modalImage-close[data-v-5bb143a1]{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:24px;position:absolute;right:0;top:-32px;width:24px}.consentDialog{align-items:center;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;left:50%;max-height:470px;max-width:337px;padding:24px 32px;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 38px)}.consentDialog-title{color:#111;font-size:17px;font-weight:600;line-height:25px;text-align:center}.consentDialog-description{color:#555;font-size:15px;height:181px;line-height:22px;margin:8px 0;max-height:237px;overflow:hidden;position:relative;width:100%}.consentDialog-description>:first-child{height:100%;margin-right:-17px!important;overflow-x:hidden;overflow-y:scroll;padding-right:17px!important}@media (max-width:374.98px){.consentDialog-description{height:156px}}.consentDialog-descriptionContent{padding-bottom:16px;padding-top:16px}.consentDialog-descriptionContent a{color:#5b82db;font-weight:500;text-decoration:underline}.consentDialog-descriptionContent:after,.consentDialog-descriptionContent:before{background:linear-gradient(180deg,#fff0 1.27%,#fff);content:"";display:block;height:24px;position:absolute;width:100%;z-index:1}.consentDialog-descriptionContent:before{top:0;transform:scaleY(-1)}.consentDialog-descriptionContent:after{bottom:0}.consentDialog-checkItemSet{display:grid;margin-bottom:24px;row-gap:4px;width:100%}.consentDialog-checkItemGroup{border-left:2px solid #efefef;display:grid;margin-left:10px;padding-left:16px;row-gap:4px;width:100%}.consentDialog-checkItem{color:#b7b7b7;-moz-column-gap:8px;column-gap:8px;cursor:pointer;display:grid;font-size:12px;grid-template-columns:22px 1fr;line-height:22px;width:100%}.consentDialog-checkItem:before{border:1px solid #b7b7b7;border-radius:16px;content:"";display:block;height:16px;margin:3px;width:16px}.consentDialog-checkItem.active{color:#111}.consentDialog-checkItem.active:before{background-image:url(./ico-check-green.BLcA-ro-.svg);background-repeat:no-repeat;background-size:contain;border:0;content:"";display:inline-block;height:16px;width:16px}.consentDialog-button,.consentDialog-button--confirmBtn{align-items:center;color:#777;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:36px;width:100%}.consentDialog-button--confirmBtn{background-color:#c8c8c8;border-radius:36px;color:#fff;cursor:not-allowed;margin-bottom:6px}.consentDialog-button--confirmBtn.active{background-color:#1ec687;cursor:pointer}.notifyDialog{align-items:center;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;left:50%;max-height:470px;max-width:337px;padding:24px 32px;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 38px)}.notifyDialog-title{color:#111;font-size:17px;font-weight:600;line-height:25px;text-align:center}.notifyDialog-description{color:#555;font-size:15px;line-height:22px;margin:8px 0;overflow:hidden;position:relative;width:100%}.notifyDialog-descriptionContent{padding-bottom:16px;padding-top:16px;text-align:center}.notifyDialog-descriptionContent a{color:#5b82db;font-weight:500;text-decoration:underline}.notifyDialog-closeBtn{align-items:center;background-color:#1ec687;border-radius:36px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:36px;margin-bottom:6px;width:100%}[data-v-f3128e1d]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.subscriptionDialog-body[data-v-f3128e1d]{align-items:center;background-color:#fff;background-image:url(./favorite_bg.BuLA8s9V.png);background-position:center 74%;background-repeat:no-repeat;background-size:202% auto;border-radius:10px;display:flex;flex-direction:column;flex-wrap:wrap;height:400px;left:50%;line-height:1.5;padding:59px 24px 0;position:absolute;top:50%;transform:translate(-50%,-50%);width:315px}.subscriptionDialog-title[data-v-f3128e1d]{color:#1ec687;font-size:22px;font-weight:700;margin-bottom:4px}.subscriptionDialog-description[data-v-f3128e1d]{color:#777;font-size:15px;line-height:1.2;margin-bottom:19px;text-align:center}.subscriptionDialog-img[data-v-f3128e1d]{height:150px;margin-bottom:19px;width:120px}.subscriptionDialog-button[data-v-f3128e1d]{align-items:center;background-color:#1ec687;border-radius:24px;box-shadow:0 12px 20px -5px #1ec68766;color:#fff;display:flex;font-size:17px;font-weight:700;height:48px;justify-content:center;width:100%}.subscriptionDialog-button[data-v-f3128e1d],.subscriptionDialog-close[data-v-f3128e1d]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.subscriptionDialog-close[data-v-f3128e1d]{background-image:url(./ico-close--black.C0D_WCjI.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;opacity:.4;position:absolute;right:16px;top:16px;width:24px}.shoppingCartDialog-body{align-items:center;background-color:#fff;background-image:url(./favorite_bg.BuLA8s9V.png);background-position:center 65%;background-repeat:no-repeat;background-size:202% auto;border-radius:12px;display:flex;flex-direction:column;font-size:13px;height:376px;left:50%;max-width:337px;padding:48px 16px 0;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 32px)}.shoppingCartDialog-title{color:#1ec687;font-size:22px;font-weight:700;line-height:26px;margin-bottom:4px}.shoppingCartDialog-description{color:#777;font-size:15px;line-height:22px;margin-bottom:8px;text-align:center}.shoppingCartDialog-img{height:150px;margin-bottom:24px;width:150px}.shoppingCartDialog-button{align-items:center;background-color:#1ec687;border-radius:9999px;color:#fff;display:flex;font-size:17px;font-weight:700;height:48px;justify-content:center;width:100%}.shoppingCartDialog-button,.shoppingCartDialog-close{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shoppingCartDialog-close{background-image:url(./ico-close--black.C0D_WCjI.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;opacity:.4;position:absolute;right:16px;top:16px;width:24px}.webNotificationConsentDialog{align-items:center;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;left:50%;max-height:470px;max-width:337px;padding:56px 32px 24px;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 38px)}.webNotificationConsentDialog-close{background-image:url(./ico-close--black.C0D_WCjI.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:24px;position:absolute;right:16px;top:16px;width:24px}.webNotificationConsentDialog-title{color:#111;font-size:17px;font-weight:600;line-height:25px;text-align:center}.webNotificationConsentDialog-description{color:#555;font-size:15px;line-height:22px;margin:8px 0 24px;text-align:center}.webNotificationConsentDialog-checkItemSet{display:grid;margin-bottom:24px;row-gap:4px;width:100%}.webNotificationConsentDialog-checkItem{color:#b7b7b7;-moz-column-gap:8px;column-gap:8px;cursor:pointer;display:grid;font-size:12px;grid-template-columns:22px 1fr;line-height:22px;width:100%}.webNotificationConsentDialog-checkItem:before{border:1px solid #b7b7b7;border-radius:16px;content:"";display:block;height:16px;margin:3px;width:16px}.webNotificationConsentDialog-checkItem.active{color:#111}.webNotificationConsentDialog-checkItem.active:before{background-image:url(./ico-check-green.BLcA-ro-.svg);background-repeat:no-repeat;background-size:contain;border:0;content:"";display:inline-block;height:16px;width:16px}.webNotificationConsentDialog-button,.webNotificationConsentDialog-button--confirm{align-items:center;color:#777;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:36px;width:100%}.webNotificationConsentDialog-button--confirm{background-color:#1ec687;border-radius:36px;color:#fff;margin-bottom:6px}[data-v-7e419367]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.ui-button[data-v-7e419367]{align-items:center;background-color:#1ec687;border-radius:25px;color:#fff;display:flex;font-size:12px;font-weight:500;height:25px;justify-content:center;white-space:nowrap;width:76px}.ui-button.light[data-v-7e419367]{background-color:#f5f5f5;color:#1ec687}.checked[data-v-7e419367],.disabled[data-v-7e419367]{background-color:#b7b7b7;cursor:default}.disabled.light[data-v-7e419367],.light.checked[data-v-7e419367]{background-color:#f5f5f5;color:#b7b7b7}.checked[data-v-7e419367]:before{background-image:url(./ico-checkedWhite.CSrkc97X.svg);margin-left:-6px;margin-right:2px}.checked.light[data-v-7e419367]:before,.checked[data-v-7e419367]:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.checked.light[data-v-7e419367]:before{background-image:url(./ico-checkedGray.Tvl1Ks0l.svg)}.loading[data-v-7e419367]{background-image:url(./ico-loading--white.5G4YHqfR.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;width:12px}[data-v-04c4f946]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.toastFixed[data-v-04c4f946]{align-items:center;background-color:#000000d9;border-radius:8px;box-sizing:content-box;color:#f5f5f5;display:flex;flex-direction:column;justify-items:center;line-height:1.5;padding:16px;position:fixed;width:246px;z-index:20}.toastFixed--center[data-v-04c4f946]{left:50%;top:50%;transform:translate(-50%,-50%)}.toastFixed--bottom[data-v-04c4f946]{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-04c4f946]{font-size:17px;font-weight:700;margin-bottom:4px;text-align:center}.toastFixed-info[data-v-04c4f946]{font-size:13px;text-align:center}.toastFixed-button[data-v-04c4f946]{margin-top:12px;width:auto}.toastFixed-buttonLink[data-v-04c4f946]{background-image:url(./ico-arrow--right.CNWSdj0U.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;background-size:14px;content:"";display:inline-block;height:auto;padding:0 14px 0 6px;width:auto}.toastFixed-buttonIcon[data-v-04c4f946]{height:15px;margin-left:2px;width:15px}.bubbleTip{align-items:center;background-color:#000000e6;border-radius:1000px;display:flex;justify-content:flex-start;padding:10px 16px;position:absolute;white-space:nowrap;z-index:6}.bubbleTip:before{border-top:8px solid rgba(0,0,0,.9);bottom:-8px}.bubbleTip.up:before,.bubbleTip:before{border-left:8px solid transparent;border-right:8px solid transparent;content:"";height:8px;left:var(--arrow-position);position:absolute;width:16px}.bubbleTip.up:before{border-bottom:8px solid rgba(0,0,0,.9);border-top:unset;top:-8px}.bubbleTip-content{align-items:center;color:#fff;display:flex;font-size:15px;font-weight:700;justify-content:flex-start}.bubbleTip-close{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:24px;margin-left:1px;opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:24px}.bubbleTip-enter-active{animation:none!important;transition:opacity .3s,transform .3s}.bubbleTip-leave-active{animation:none!important;transition:opacity .2s,transform .2s}.bubbleTip-enter-from,.bubbleTip-leave-to{opacity:0;transform:scale(.8)}.bubbleTip--favorite{padding-bottom:8px;padding-top:8px}.bubbleTip--favorite .bubbleTip-content .icon{animation:bubbleTip-heartbeat .5s ease-in-out infinite alternate;background-image:url(./ico-cartOrange.BJckGTg5.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-right:7px;width:24px}@media (max-width:374.98px){.bubbleTip--favorite .bubbleTip-content .collapsibleText{display:none}}.bubbleTip--shop:before{border-bottom:8px solid rgba(0,0,0,.9);border-left:8px solid transparent;border-right:8px solid transparent;border-top:unset;content:"";height:8px;left:var(--arrow-position);position:absolute;top:-8px;width:16px}.bubbleTip--shop .bubbleTip-content .icon{animation:bubbleTip-heartbeat .5s ease-in-out infinite alternate;background-image:url(./ico-shop--white.DULimFDL.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-right:8px;width:24px}.bubbleTip--ai{background:#8250ff;border-radius:4px;color:#fff;font-size:13px;line-height:20px;max-width:240px;padding:16px;white-space:normal;z-index:9}.bubbleTip--ai:before{border-bottom:8px solid rgba(0,0,0,.9);border-bottom:8px solid #8250ff;border-left:8px solid transparent;border-right:8px solid transparent;border-top:unset;content:"";height:8px;left:var(--arrow-position);position:absolute;top:-8px;width:16px}.bubbleTip--ai .bubbleTip-content .aiBestPriceFinderBubbleTip-image{background-image:url(./img-AIpriceWithSpotLight.hjXHnhT5.png);background-size:contain;height:48px;left:calc(var(--arrow-position) - 16px);position:absolute;top:calc(-36px - var(--y-offset));width:48px}.bubbleTip--calendar{align-items:flex-start;border-radius:21px;margin-top:16px;max-width:350px;z-index:9}.bubbleTip--calendar:before{border-bottom:8px solid rgba(0,0,0,.9);border-left:8px solid transparent;border-right:8px solid transparent;border-top:unset;content:"";height:8px;left:var(--arrow-position);position:absolute;top:-8px;width:16px}.bubbleTip--calendar .bubbleTip-content{align-items:flex-start;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:max-content 1fr}.bubbleTip--calendar .bubbleTip-content .calendarBubbleTipText{line-height:22px;margin-right:5px;white-space:normal}.bubbleTip--calendar .bubbleTip-content .calendarBubbleTipIcon{background-image:url(./ico-calendarWhite.B-rHPhUf.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;margin-right:7px;width:20px}.bubbleTip--calendar .bubbleTip-close{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:32px;opacity:1;width:32px}.bubbleTip--recommendation{animation:bubbleTip-swing .5s ease-in-out infinite alternate}.bubbleTip--settingPriceAlert{z-index:9}.bubbleTip--settingPriceAlert .bubbleTip-content .icon{animation:bubbleTip-heartbeat .5s ease-in-out infinite alternate;background-image:url(./ico-settingPriceAlertBell--white.CWhCFx-a.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;margin-right:7px;width:20px}@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-size:17px;font-weight:600;line-height:20px;margin-bottom:4px}.aiBestPriceFinderBubbleTip-bottom{align-items:center;-moz-column-gap:21px;column-gap:21px;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;margin-left:auto;margin-top:16px;width:-moz-fit-content;width:fit-content}.aiBestPriceFinderBubbleTip-button{align-items:center;background:#fff;border-radius:36px;color:#8250ff;display:flex;height:36px;justify-content:center;padding:0 13px}[data-v-17f6893a]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.goodiesBubbleTip[data-v-17f6893a]{cursor:pointer}.goodiesBubbleTip-content[data-v-17f6893a]{align-items:center;display:flex}.goodiesBubbleTip-content[data-v-17f6893a]:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.goodiesBubbleTip-img[data-v-17f6893a]{display:inline-block;height:24px;margin-right:8px;width:90px}.recommendationBubbleTip{cursor:pointer}.recommendationBubbleTip-imgContainer{display:inline-block;height:30px;margin-right:8px;position:relative;width:30px}.recommendationBubbleTip-imgContainer:after,.recommendationBubbleTip-imgContainer:before{border-radius:2px;content:"";display:block;position:absolute}.recommendationBubbleTip-imgContainer:before{background-color:#efefef;height:25px;right:-2px;top:3px;width:25px;z-index:2}.recommendationBubbleTip-imgContainer:after{background-color:#b7b7b7;height:18px;right:-4px;top:6px;width:18px;z-index:1}.recommendationBubbleTip-img{border-radius:2px;height:30px;overflow:hidden;position:absolute;width:30px;z-index:3}.panelHeaderBar{display:flex;justify-content:space-between;padding:16px}.panelHeaderBar-closeButton{background-image:url(./ico-close--black.C0D_WCjI.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:24px;margin-left:auto;width:24px}.img-loading[data-v-44443eb3]{display:block;margin-left:auto;margin-right:auto}[data-v-3e5c41ce]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.point[data-v-3e5c41ce]{--point-icon-size:12px;align-items:center;color:#07b53b;display:flex;font-size:12px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.point[data-v-3e5c41ce]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:var(--point-icon-size);margin-right:1px;width:var(--point-icon-size)}.point.grey[data-v-3e5c41ce]{color:#b7b7b7;font-weight:400}.point.grey[data-v-3e5c41ce]:before{background-image:url(./ico-point--gray.CwT7ymaW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:var(--point-icon-size);margin-right:1px;width:var(--point-icon-size)}@media (max-width:374.98px){.point.wrap[data-v-3e5c41ce]{align-items:center;display:grid;grid-template-columns:max-content 1fr;line-height:14px}}.point.wrap .point-estimatedPoint[data-v-3e5c41ce]{grid-column-end:3;grid-column-start:1}.strike[data-v-3e5c41ce]{text-decoration:line-through}[data-v-acd3b581]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.price-number[data-v-acd3b581],.price-number--discounted[data-v-acd3b581],.price-range[data-v-acd3b581]{color:#111;font-size:15px;font-weight:700;line-height:1.2;vertical-align:bottom}.price[data-v-acd3b581],.price--soldOut[data-v-acd3b581]{display:grid;width:100%}.price--soldOut[data-v-acd3b581]{color:#b7b7b7}.price-number--discounted[data-v-acd3b581]:before,.price-number[data-v-acd3b581]:before{content:"$";font-size:12px}.price-number--discounted[data-v-acd3b581]{color:#ff5b57}.price-range[data-v-acd3b581]{display:flex;flex-wrap:wrap;height:18px}.price-minPrice[data-v-acd3b581],.price-range[data-v-acd3b581]{overflow:hidden;position:relative}.price-minPrice[data-v-acd3b581]{flex-grow:1}.price-minPrice[data-v-acd3b581]:before{content:"$";font-size:12px}.price-minPrice[data-v-acd3b581]:after{content:"起";font-size:12px;font-weight:400;line-height:20px;position:absolute}.price-maxPrice[data-v-acd3b581]{display:inline-block;flex-grow:1000;font-size:15px;font-weight:700;line-height:1.2;position:relative}.price-maxPrice[data-v-acd3b581]:before{content:"~ $";font-size:12px}.price-badgeInfo[data-v-acd3b581]{align-items:center;display:flex}.price-discountBadge[data-v-acd3b581],.price-promotionBadge[data-v-acd3b581]{background-color:#ff5b57}.price-discountBadge[data-v-acd3b581],.price-lowPriceBadge[data-v-acd3b581],.price-promotionBadge[data-v-acd3b581]{border-radius:2px;color:#fff;display:inline-block;font-size:12px;line-height:16px;margin-bottom:2px;margin-right:4px;margin-top:4px;padding:0 4px;position:relative;white-space:nowrap;width:-moz-fit-content;width:fit-content}.price-lowPriceBadge[data-v-acd3b581]{background-color:#8250ff}.price-warpper[data-v-acd3b581]{align-items:center;display:flex;font-size:15px;font-weight:600}.price-text--green[data-v-acd3b581],.price-text--green .price-number[data-v-acd3b581],.price-text--green .price-number--discounted[data-v-acd3b581]{color:#06c755}.price-priceDownText[data-v-acd3b581]{color:#ff5b57;flex-grow:1;font-size:11px;line-height:16px;min-width:100%;position:relative;top:2px}.price-priceDown[data-v-acd3b581]{transform-origin:top left}.price-differential[data-v-acd3b581]{display:inline-block;font-size:12px;font-weight:400;margin-bottom:2px;margin-left:4px;vertical-align:middle}.priceAlertTop-image{border-radius:4px;filter:brightness(97%);height:100px;overflow:hidden;position:relative;width:100px}.priceAlertTop-coverMsg{align-items:center;background-color:#0000004d;color:#fff;display:flex;font-size:15px;font-weight:600;height:100%;justify-content:center;left:0;line-height:1;position:absolute;top:0;width:100%;z-index:2}.priceAlertTop-info{display:flex;flex-direction:column}.priceAlertTop-badge{background:#8250ff;margin-bottom:2px}.isSoldOut .priceAlertTop-badge{display:none}.priceAlertTop-price{align-items:center;color:#ff5b57;display:flex;font-size:15px;font-weight:600;line-height:18px;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{color:#555;display:-webkit-box;font-size:13px;font-weight:600;line-height:16px;overflow:hidden;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2;max-height:2.4em;white-space:normal}.keyword .priceAlertTop-text{-webkit-line-clamp:1}.priceAlertTop-description{align-items:center;border:1px solid #efefef;border-radius:4px;color:#949494;display:flex;font-size:12px;line-height:18px;margin-top:auto;padding:8px}.priceAlertTop-description:before{background-image:url(./img-radarGreen.CN93xa6Z.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:36px;margin-right:8px;width:36px}.priceAlertTop-point{margin-top:auto}.formInput{position:relative}.formInput-title{color:#111;display:block;margin-bottom:8px}.formInput-requiredIcon,.formInput-title{font-size:15px;font-weight:600;line-height:18px}.formInput-requiredIcon{color:#ff5b57;margin-left:2px}.formInput-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #f5f5f5;border-radius:8px;caret-color:#1ec687;color:#111;cursor:pointer;font-size:15px;line-height:22px;margin-bottom:24px;outline:none;overflow:hidden;padding:11px 40px 11px 14px;text-overflow:ellipsis;white-space:nowrap;width:100%}.formInput-input::-webkit-inner-spin-button,.formInput-input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-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{background:#f5f5f5;opacity:1;-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{cursor:pointer;height:24px;position:absolute;right:14px;top:37px;width:24px}.formInput-clearIcon:before{background-image:url(./ico-cancel--grey.y20wjKk9.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.formInput-errorMessage{color:#ff5b57;font-size:12px;line-height:18px;margin:-18px 0 24px}.scrollableWrapper{overflow:hidden}.scrollableWrapper>:first-child{scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap}.scrollableWrapper>:first-child::-webkit-scrollbar{display:none;width:0}.scrollableWrapper.horizontal{padding-bottom:0!important}.scrollableWrapper.horizontal>:first-child{margin-bottom:-17px!important;overflow-x:scroll;overflow-y:hidden;padding-bottom:17px!important}.scrollableWrapper.vertical{padding-right:0!important}.scrollableWrapper.vertical>:first-child{margin-right:-17px!important;overflow-x:hidden;overflow-y:scroll;padding-right:17px!important}.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);height:100%;opacity:1;position:absolute;top:0;transition:all .3s;width:32px;z-index:1}.horizontalScrollable{overflow:hidden;position:relative}.horizontalScrollable-wrapper{display:grid}.horizontalScrollable-wrapper>:first-child{padding:0 16px}.horizontalScrollable-frontGradient{left:0;transform:scaleX(-1) translate(0)}.horizontalScrollable-frontGradient.hidden{opacity:0;transform:scaleX(-1) translate(100%)}.horizontalScrollable-lastGradient{right:0;transform:translate(0)}.horizontalScrollable-lastGradient.hidden{opacity:0;transform:translate(100%)}.horizontalScrollable-scrollBar{background-color:#0000001a;border-radius:3px;height:3px;margin:16px auto 0;overflow:hidden;position:relative;width:var(--scrollBarWidth)}.horizontalScrollable-scrollBarThumb{background-color:#000;border-radius:3px;display:inline-block;height:3px;left:var(--scrollBarThumbPosition);position:absolute;width:var(--scrollBarThumbWidth)}.slideDown{scrollbar-width:none;-ms-overflow-style:none;overflow:hidden;transition-property:height;transition-timing-function:ease}.slideDown::-webkit-scrollbar{display:none;width:0}[data-v-bb7415fb]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.expandableList-arrow[data-v-bb7415fb]{align-items:center;background-color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;-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;width:48px;z-index:1}.expandableList-arrow[data-v-bb7415fb]:before{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}@keyframes expandableList-arrow-rotateUp-bb7415fb{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes expandableList-arrow-rotateDown-bb7415fb{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.expandableList-arrow--up[data-v-bb7415fb]:before{animation-name:expandableList-arrow-rotateUp-bb7415fb}.expandableList-arrow--down[data-v-bb7415fb]:before{animation-name:expandableList-arrow-rotateDown-bb7415fb}.expandableList-dropdown[data-v-bb7415fb]{left:0;position:absolute;top:0;width:100%}.expandableList-dropdownContainer[data-v-bb7415fb]{background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 6px 16px -8px #00000026;padding:16px}.expandableList-title[data-v-bb7415fb]{color:#777;font-size:15px;font-weight:600;line-height:18px;margin-bottom:15px}.expandableList-dropdownContent[data-v-bb7415fb]{display:grid;grid-template-columns:repeat(2,1fr)}.expandableList-dropdownItem[data-v-bb7415fb]{color:#949494;cursor:pointer;font-size:13px;font-weight:500;height:48px;line-height:48px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.expandableList-dropdownItem.active[data-v-bb7415fb]{color:#1ec687}.roundedBtns{position:relative}.roundedBtns-container{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex}.roundedBtns-item{cursor:pointer;display:block;font-size:13px;line-height:32px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.roundedBtns-sort{border-left:1px solid #efefef;color:#949494;display:inline-flex;font-weight:400;line-height:16px;padding:0 8px}.roundedBtns-item:first-child .roundedBtns-sort{border-left:0;padding-left:0}.roundedBtns-link{border-radius:32px;display:inline-flex;flex-shrink:0;height:32px;overflow:hidden;padding-left:13px;padding-right:13px;position:relative}.roundedBtns-label{align-items:center;-moz-column-gap:1px;column-gap:1px;display:flex}.roundedBtns-dot{left:-2px;margin-right:-1px;position:relative;top:3px;width:7px}.roundedBtns--defaultTheme .roundedBtns-item--active .roundedBtns-link{background-color:#1ec687;color:#fff}.roundedBtns--defaultTheme .roundedBtns-link{background-color:#f5f5f5;color:#777}.roundedBtns--whiteTheme .roundedBtns-item--active .roundedBtns-link{background-color:#1ec687;color:#fff}.roundedBtns--whiteTheme .roundedBtns-link{background-color:#fff;color:#777}.roundedBtns--redTheme .roundedBtns-item--active .roundedBtns-link{background-color:#ff5b57;color:#fff}.roundedBtns--redTheme .roundedBtns-link{background-color:#f5f5f5;color:#777}.roundedBtns--themedTheme .roundedBtns-item--active .roundedBtns-link{background-color:var(--page-event-theme-color,var(--event-theme-color,#1ec687));color:#fff}.roundedBtns--themedTheme .roundedBtns-link{background-color:#f5f5f5;color:#777}.roundedBtns--themedReverseTheme .roundedBtns-item--active .roundedBtns-link{background-color:#fff;color:var(--page-event-theme-color,var(--event-theme-color,#1ec687));opacity:1}.roundedBtns--themedReverseTheme .roundedBtns-link{color:#fff;opacity:.7}.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;margin-left:-16px;margin-right:-16px;overflow:hidden}.priceAlertSetting-menu .roundedBtns-container{padding:0 16px}.priceAlertBottomNav-button,.priceAlertBottomNav-button--cancel{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.priceAlertBottomNav{align-items:center;display:flex;justify-content:center;width:100%}.priceAlertBottomNav-button{flex:1}.priceAlertBottomNav-button--cancel{background-color:#f5f5f5;color:#ff5b57;margin-right:16px;min-width:107px}.priceChart-chart{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.priceChart-chartContainer{overflow:hidden;position:relative}.priceChart-hint{align-items:center;color:#5b82db;display:flex;font-size:12px;height:20px;margin-top:8px}.priceChart-hint:before{background-image:url(./ico-issueBlue.Cv_EvCnD.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:20px;width:20px}.priceTrend-priceChart{border:1px solid #efefef;border-radius:4px;padding:12px}.priceTrend-settingPriceAlertButton{align-items:center;background-color:#f5f5f5;border-radius:18px;color:#1ec687;cursor:pointer;display:flex;font-size:14px;height:36px;justify-content:center;line-height:36px;margin-top:12px}.priceTrend-settingPriceAlertIcon{background-image:url(./ico-settingPriceAlertBell--green.DGhGrK5M.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-right:1px;width:18px}.priceTrend-editPriceAlert{border:1px solid #efefef;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;margin-top:12px;padding:12px}.priceTrend-editPriceAlert--settings{color:#949494;font-size:12px;line-height:14px}.priceTrend-editPriceAlert--price{color:#555;font-size:15px;font-weight:600;line-height:18px;margin-left:8px}.priceTrend-editPriceAlert--edit{color:#1ec687;font-size:13px;font-weight:500;line-height:16px}[data-v-12b3267e]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.infoPanel[data-v-12b3267e]{align-items:center;display:flex;flex-direction:column;justify-content:center}.infoPanel-img[data-v-12b3267e]{height:170px;margin-top:90px;width:170px}.infoPanel-text[data-v-12b3267e]{color:#111;font-size:17px;font-weight:700;line-height:1.4;margin-top:16px}.infoPanel-description[data-v-12b3267e]{color:#777;font-size:13px;line-height:1.4;margin-top:2px;text-align:center;width:197px}.infoPanel-roundedbutton[data-v-12b3267e]{align-items:center;background:#1ec687;border-radius:14px;box-shadow:0 10px 14px -6px #1ec6874d;color:#f5f5f5;display:flex;font-size:15px;font-weight:700;height:28px;justify-content:center;margin-top:13px;padding:0 12px}.errorPage{margin-bottom:28px}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA)}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.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{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.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-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.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{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;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{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.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:"";left:0;pointer-events:none;position:absolute;top:0}.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{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{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);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.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{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.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));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.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{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.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{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.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{backface-visibility:hidden;z-index:0}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;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{backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}.swiperContainer-next,.swiperContainer-prev{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:100px;bottom:calc(50% - 8px);box-shadow:0 2px 4px -2px #00000026;cursor:pointer;display:flex;height:32px;justify-content:center;opacity:0;position:absolute;transition:.5s;width:32px;z-index:1}.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{background-image:url(./ico-arrow--leftBlack.CnoHEo6X.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.swiperContainer-next{right:24px}.swiperContainer-next:after{background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.priceTrackerTutorial-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.priceTrackerTutorial{left:0;position:fixed;right:0}@media screen and (min-width:790px){.priceTrackerTutorial{left:calc(100vw - 100%)}}.priceTrackerTutorial{background-color:#000000b3;bottom:0;padding-bottom:0;padding-bottom:calc(var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));padding-top:0;padding-top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)));top:0;z-index:10}.priceTrackerTutorial-wrapper{height:100%;margin:0 auto;max-width:750px;width:100%}.priceTrackerTutorial-content{display:flex;height:calc(100% - 75px)}.priceTrackerTutorial-content .swiperContainer-prev{left:15%}.priceTrackerTutorial-content .swiperContainer-next{right:15%}.priceTrackerTutorial-item{color:#fff;display:flex;flex-direction:column;font-size:17px;font-weight:600;height:82.226%;line-height:25px;margin:auto;max-width:750px;min-width:100vw;text-align:center;width:100vw}@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{margin:0 auto 12px;white-space:normal}.priceTrackerTutorial-image{background-color:#00000008;background-color:unset;border-radius:4px;height:100%;margin-top:20px;overflow:hidden;position:relative}.priceTrackerTutorial-bulletWrapper{align-items:center;display:flex;justify-content:center;margin-bottom:16px}.priceTrackerTutorial-bullet{background-color:#b7b7b7;border-radius:3px;display:inline-block;height:3px;width:16px}.priceTrackerTutorial-bullet+.priceTrackerTutorial-bullet{margin-left:3px}.priceTrackerTutorial-bullet.active{background-color:#fff}.priceTrackerTutorial-button{align-items:center;background-color:#1ec687;border-radius:36px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:500;height:36px;justify-content:center;margin:auto;white-space:nowrap;width:calc(100% - 32px)}.priceAlertSetPrice-bottomNav{position:fixed;right:0}@media screen and (min-width:790px){.priceAlertSetPrice-bottomNav{left:calc(100vw - 100%)}}.priceAlertSetPrice-bottomNav{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.priceAlertSetPrice-bottomNav{width:749px}}.priceAlertSetPrice-sectionItem,.priceAlertSetPrice-sectionItem--noDot{color:#555;-moz-column-gap:4px;column-gap:4px;display:grid;font-size:12px;font-weight:400;grid-template-columns:max-content 1fr;line-height:18px}.priceAlertSetPrice{background-color:#fff;display:grid;height:auto}.priceAlertSetPrice-top{background-color:#fff;border-bottom:8px solid #f5f5f5;-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:max-content auto;height:124px;padding:0 16px 16px}.priceAlertSetPrice-content{background:#fff;display:grid;margin:16px 16px 72px;padding-bottom:4px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));row-gap:28px}.priceAlertSetPrice-section{display:grid}.priceAlertSetPrice-title{color:#111;font-size:15px;font-weight:600;line-height:18px;margin-bottom:8px}.priceAlertSetPrice-priceTrend{padding:0!important}.priceAlertSetPrice-sectionItem:before{background-color:#111;border-radius:4px;content:"";height:4px;margin:8px 4px 0 8px;width:4px}.priceAlertSetPrice-sectionItem em{color:#07b53b}.priceAlertSetPrice-sectionItem--noDot{position:relative}.priceAlertSetPrice-check{border:1px solid #b7b7b7;border-radius:16px;display:block;height:16px;margin:1px 3px;width:16px}.priceAlertSetPrice-check.active{background-image:url(./ico-check-green.BLcA-ro-.svg);background-repeat:no-repeat;background-size:contain;border:0;content:"";display:inline-block;height:16px;width:16px}.priceAlertSetPrice-check:after{content:"";cursor:pointer;height:100%;position:absolute;width:100%;z-index:1}.priceAlertSetPrice-bottomNav{align-items:center;background-color:#fff;display:flex;justify-content:center;left:0;min-height:56px;padding:0 16px 4px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:6}.priceAlertSetPrice-bottomNavTutorial{align-items:center;color:#777;cursor:pointer;display:grid;font-size:12px;justify-items:center;margin-right:10px;position:relative;row-gap:2px;width:72px}.priceAlertSetPrice-bottomNavTutorial:before{background-image:url(./ico-questionMarkGrey.EX5aKzhd.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.priceAlertSetPrice-tutorial{left:0}.bottomLink{left:0;position:fixed;right:0}@media screen and (min-width:790px){.bottomLink{left:calc(100vw - 100%)}}.bottomLink{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.bottomLink{width:749px}}.bottomLink{align-items:center;background-color:#fcfcfcf2;display:flex;justify-content:center;min-height:56px;padding:7px 16px 4px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:6}.bottomLink-clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bottomLink-roundBtn{align-items:center;background-color:#1ec687;border-radius:18px;color:#fff;display:flex;font-weight:700;height:36px;justify-content:center;width:100%}.bottomLink-loading{opacity:.5}.bottomLink.inactive .bottomLink-roundBtn{background-color:#b7b7b7;cursor:not-allowed}.bottomLink.usable .bottomLink-roundBtn{background-color:#ff5b57}.pointIcon--white{background-image:url(./ico-point--white.DiQtpN6g.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin:0 4px 0 2px;width:18px}.priceAlertKeywordSuggest-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.priceAlertKeywordSuggest{background-color:#fff;height:auto;margin:0 16px;padding-bottom:56px;padding-bottom:calc(56px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.priceAlertKeywordSuggest-title{align-items:center;color:#111;display:flex;font-size:17px;font-weight:600;line-height:25px;margin-bottom:4px;white-space:nowrap}.priceAlertKeywordSuggest-title.sub{margin:16px 0}.priceAlertKeywordSuggest-description{color:#949494;font-size:13px;font-weight:400;line-height:20px}.priceAlertKeywordSuggest-list{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(2,1fr);margin-top:16px;row-gap:8px}.priceAlertKeywordSuggest-item{align-items:center;border:1px solid #efefef;border-radius:8px;-moz-column-gap:8px;column-gap:8px;cursor:pointer;display:grid;justify-content:center;min-height:64px;padding:8px;position:relative}.priceAlertKeywordSuggest-item.active{border:1px solid #1ec687}.priceAlertKeywordSuggest-image{background-color:#00000008;border-radius:4px;filter:brightness(97%);overflow:hidden;padding-bottom:48px;position:relative;width:48px}.priceAlertKeywordSuggest-name{color:#111;display:-webkit-box;font-size:13px;font-weight:600;line-height:16px;overflow:hidden;text-align:center;width:-moz-fit-content;width:fit-content;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2;max-height:2.4em;white-space:normal}.priceAlertKeywordSuggest-keyword{color:#1ec687;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.priceAlertKeywordSuggest-bottomLink{cursor:pointer;left:0}.priceAlertWrapper{left:0;position:fixed;right:0}@media screen and (min-width:790px){.priceAlertWrapper{left:calc(100vw - 100%)}}.priceAlertWrapper{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.priceAlertWrapper{width:749px}}.priceAlertWrapper{background-color:#f5f5f5;background:#fff;border-radius:12px 12px 0 0;overflow:hidden;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)));transform:translateY(0);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{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.gebTriggerEventBanner{left:0;position:fixed;right:0}@media screen and (min-width:790px){.gebTriggerEventBanner{left:calc(100vw - 100%)}}.gebTriggerEventBanner{align-items:center;background:#1ec687;border-radius:8px;bottom:calc(16px + var(--fixed-footer-height, 0px));box-shadow:0 2px 12px -6px #00000026;color:#fff;display:flex;font-size:13px;font-weight:500;height:60px;line-height:20px;margin:0 auto;max-width:718px;padding-right:16px;width:calc(100% - 32px);z-index:6}@media (max-width:374.98px){.gebTriggerEventBanner{padding-left:16px}}.gebTriggerEventBanner:before{background-image:url(./img-presentBox--green.TVcvGSjo.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:60px;width:64px}@media (max-width:374.98px){.gebTriggerEventBanner:before{display:none}}.gebTriggerEventBanner-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2;margin-right:8px;max-height:2.4em;white-space:normal}.gebTriggerEventBanner-button{align-items:center;background-color:#fff;border-radius:9999px;color:#1ec687;display:flex;font-size:13px;font-weight:500;height:24px;margin-left:auto;padding:4px 9px;white-space:nowrap}.gebTriggerEventBanner-close{background:#0003;border-radius:9999px;cursor:pointer;height:18px;position:absolute;right:-9px;top:-9px;width:18px}.gebTriggerEventBanner-close:after{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.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}[data-v-e3e4d4c3]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.developer-panel[data-v-e3e4d4c3]{background-color:#000;border-top:1px solid #aaa;bottom:0;color:#fff;font:13px/1.3 monospace;height:70vh;left:0;opacity:.8;padding:1em;position:fixed;width:100vw;z-index:99999}.developer-panel.collapse[data-v-e3e4d4c3]{cursor:pointer;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}.developer-panel.collapse[data-v-e3e4d4c3]>*{display:none}.developer-panel h1[data-v-e3e4d4c3]{text-decoration:underline}.developer-panel h1[data-v-e3e4d4c3],.developer-panel h2[data-v-e3e4d4c3]{font-weight:700;line-height:1.5em}.developer-panel .main-container[data-v-e3e4d4c3]{max-height:calc(100% - 15px);overflow:auto}.developer-panel .object-key[data-v-e3e4d4c3]{color:#0ff;cursor:pointer;display:inline-block;font-weight:700}.developer-panel .object-value[data-v-e3e4d4c3]{cursor:pointer;display:inline-block;text-overflow:ellipsis}.developer-panel .scrollable[data-v-e3e4d4c3]{background-color:#333;overflow:auto;padding:5px}.developer-panel .scrollable li[data-v-e3e4d4c3]{overflow:hidden;white-space:nowrap}.developer-panel .clickable[data-v-e3e4d4c3]{color:#ff0;cursor:pointer;font-size:11px;font-weight:400}.developer-panel .clickable[data-v-e3e4d4c3]:hover{color:#888}.developer-panel .dialog[data-v-e3e4d4c3]{background-color:#222;border:1px solid #fff;bottom:0;height:80%;left:0;margin:auto;padding:1em;position:absolute;right:0;top:0;width:80vw}.developer-panel .dialog h3[data-v-e3e4d4c3]{color:#0ff;font-size:15px;font-weight:700;margin-bottom:1em}.developer-panel .dialog h3 span[data-v-e3e4d4c3]{color:#fff;font-size:11px;font-weight:400}.developer-panel .dialog-value[data-v-e3e4d4c3]{height:calc(100% - 25px);overflow:auto;white-space:pre;width:100%}.developer-panel .close-button[data-v-e3e4d4c3]{cursor:pointer;height:20px;opacity:.5;position:absolute;right:5px;top:5px;width:20px}.developer-panel .close-button[data-v-e3e4d4c3]:hover{opacity:1}.developer-panel .close-button[data-v-e3e4d4c3]:after,.developer-panel .close-button[data-v-e3e4d4c3]:before{background-color:#fff;content:" ";height:18px;left:9px;position:absolute;width:2px}.developer-panel .close-button[data-v-e3e4d4c3]:before{transform:rotate(45deg)}.developer-panel .close-button[data-v-e3e4d4c3]:after{transform:rotate(-45deg)}.developer-panel .collapse-button[data-v-e3e4d4c3]{cursor:pointer;height:20px;opacity:.5;position:absolute;right:30px;top:5px;width:20px}.developer-panel .collapse-button[data-v-e3e4d4c3]:hover{opacity:1}.developer-panel .collapse-button[data-v-e3e4d4c3]:before{border-bottom:2px solid #fff;content:" ";display:block;height:70%;margin:auto;width:80%}.badge--blue,.badge--gray,.badge--green,.badge--lightGray,.badge--orange,.badge--purple,.badge--red{border-radius:2px;color:#fff;display:inline-flex;flex-shrink:0;font-size:12px;margin-right:4px;padding:1px;white-space:nowrap;width:-moz-fit-content;width:fit-content}.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{background-color:#f5f5f5;color:#b7b7b7}.popup{left:0;position:fixed;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{border:0;color:inherit;font-size:100%;font:inherit;margin:0;padding:0;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{background-color:#f5f5f5;color:#000;font-family:-apple-system,Roboto,Helvetica Neue,Helvetica,Arial,system,sans-serif;height:100%;line-height:16px;min-height:100vh;overflow-x:hidden;padding-bottom:0;padding-bottom:calc(var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}body:after{content:"";display:block;height:.1px}@media screen and (min-width:751px){body{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;margin-left:auto;margin-right:auto;max-width:752px}}.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{background-color:var(--safe-area-background-color,#fff);content:"";display:block;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)));position:sticky;top:0;width:100%;z-index:9}#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;height:0;width: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{border:none;cursor:pointer}button:focus{box-shadow:none;outline: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;font-weight:700;margin:.67em 0}.userAgentDefault h2{font-size:1.5em;font-weight:700;margin:.83em 0}.userAgentDefault h3{font-size:1.17em;font-weight:700;margin:1em 0}.userAgentDefault h4{font-weight:700;margin:1.33em 0}.userAgentDefault h5{font-size:.83em;font-weight:700;margin:1.67em 0}.userAgentDefault h6{font-size:.67em;font-weight:700;margin:2.33em 0}.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{height:auto!important;max-width:100%!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{background:#ddd;font-family:monospace;padding:5px}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{color:#5b82db;cursor:pointer;display:inline-flex;position:relative;text-decoration:underline}.popup{background-color:#00000080;z-index:10}.responsiveImg{display:block;height:auto;width:100%}.objectFitImg{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;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,#dfb681b3 2%,#f5f5f5 51%),linear-gradient(307deg,#eacda480 14%,#e7bf8b 53%,#ad8954 79%);background-position:62.6vw -7px,0 0,left 120.8vw,0 0;background-repeat:no-repeat;background-size:50%,53%,100% 41.86vw,100% 162.6vw}@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{max-width:100%;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}.app-pageContent{display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;min-height:calc(100vh - var(--titlebar-height))}.sectionTitle-contentWrapper{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.sectionTitle{margin-bottom:16px;position:relative;width:100%}.sectionTitle-heading{align-items:center;display:flex;display:-webkit-box;flex-wrap:wrap;font-size:17px;font-weight:700;overflow:hidden;width:80%;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.sectionTitle-contentWrapper{align-items:center;display:flex;justify-content:flex-end;left:auto}.sectionTitle-more{align-items:center;color:#949494;display:flex;font-size:12px;line-height:14px}.sectionTitle-more:after{background-image:url(./ico-arrow--rightGrayBold.D4AV8bOv.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:9px;margin-left:5px;width:6px}.sectionTitle.gradientBackground{background-color:#fff;padding:16px 16px 0;position:relative;width:100%}.sectionTitle.gradientBackground:after{background:linear-gradient(180deg,#fff,#fff 15.52%,#fff0 96.99%);content:"";height:140px;left:0;position:absolute;top:100%;width:100%;z-index:0}.infiniteScrollWrapper-loading{margin:48px auto 17px;position:relative}.productSubInfo-subText{color:#949494;display:-webkit-box;font-size:12px;margin-bottom:2px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-height:1.5;white-space:normal}.productSubInfo-rushBuyInfo{align-items:center;color:#949494;display:flex;font-size:12px;line-height:18px;max-width:99%}.productSubInfo-rushBuyText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productSubInfo-flameIcon{background-image:url(./ico-fire.DUEfKXq5.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:4px;width:16px}.btnFavorite{cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btnFavorite:after{content:"";display:block;height:150%;left:0;position:absolute;top:0;transform:translate(-16.6666666667%,-16.6666666667%);width:150%}.btnFavorite-animationImg{height:160%;position:absolute;right:50%;top:54%;transform:translate(50%,-50%);width:160%}.btnFavorite.ico-product-like{background-image:url(./ico-product-like.xTa1aUAx.svg)}.btnFavorite.ico-product-like,.btnFavorite.ico-product-liked{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.btnFavorite.ico-product-liked--bottom{background-image:url(./ico-product-liked.CuLQs_Nv.svg)}.btnFavorite.ico-product-like-black{background-image:url(./ico-product-like--black.R8gay-KN.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.btnFavorite.ico-like-small{background-image:url(./ico-product-like.xTa1aUAx.svg)}.btnFavorite.ico-like-small,.btnFavorite.ico-liked-small{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.btnFavorite.ico-cartMedium--checked{background-image:url(./ico-cartOrange.BJckGTg5.svg)}.btnFavorite.no-ico{background-image:none!important}.ecmallBadge--onImage{background-image:url(./badge-store--boxType.B9MdYrIc.svg);width:30px}.ecmallBadge--onIcon,.ecmallBadge--onImage{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px}.lineGiftshopBadge--onIcon{background-image:url(./badge-gift.S-K2wspb.svg);width:28px}.lensButton{background:#0006;border-radius:100px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;height:24px;line-height:16px;overflow:hidden;padding:4px;width:24px}.lensButton-text{display:none;position:absolute;white-space:nowrap}.lensButton-icon{background-image:url(./ico-shoppingLens.oyB_I5Qj.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.lensButton.animation{animation:lensButton .3s ease 1s forwards;padding:4px 9px;width:57px}.lensButton.animation .lensButton-text{animation:lensButton-opacity .3s ease 1s reverse forwards;display:inline-block;opacity:1}.lensButton.animation .lensButton-icon{animation:lensButton-opacity .3s ease 1s forwards;opacity:0}@keyframes lensButton{0%{padding:4px 9px;width:57px}to{padding:4px;width:24px}}@keyframes lensButton-opacity{0%{opacity:0}to{opacity:1}}.btnPriceTracker{cursor:pointer;height:22px}.btnPriceTracker:before{background-image:url(./ico-bell--grey.CVZtyURQ.svg)}.btnPriceTracker.isInAlertList:before,.btnPriceTracker:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;width:22px}.btnPriceTracker.isInAlertList:before{background-image:url(./ico-bell--green.BjLIXZQX.svg)}.priceV2-range{font-size:15px;font-weight:700;line-height:1.2;vertical-align:bottom}.priceV2{display:inline-grid;row-gap:5px}.priceV2-range{display:flex;flex-wrap:wrap;height:18px}.priceV2-minPrice,.priceV2-range{overflow:hidden;position:relative}.priceV2-minPrice{flex-grow:1}.priceV2-minPrice:before{content:"$";font-size:12px}.priceV2-minPrice:after{content:"起";font-size:12px;font-weight:400;line-height:20px;position:absolute}.priceV2-maxPrice{display:inline-block;flex-grow:1000;font-size:15px;font-weight:700;line-height:1.2;position:relative}.priceV2-maxPrice:before{content:"~ $";font-size:12px}.priceV2-top{align-items:center;display:flex}.simplify .priceV2-top{display:none}.priceV2-badge,.priceV2-badgeImage{border-radius:2px;display:block;flex-shrink:0;height:16px;line-height:16px;margin-right:4px}.priceV2-badge{background-color:#111;color:#fff;font-size:12px;padding:0 4px}.priceV2-slogan{color:#111;font-size:13px;font-weight:600;line-height:16px}.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}.productItem{background-color:#fff;cursor:pointer;margin-bottom:16px;position:relative}.productItem.notOnSale{cursor:default}.productItem-image{display:block;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.productItem-coverMsg{align-items:center;background-color:#0000004d;color:#fff;display:flex;font-size:15px;font-weight:600;height:100%;justify-content:center;left:0;line-height:1;position:absolute;top:0;width:100%;z-index:2}.productItem-lensBtn{bottom:8px;position:absolute;right:8px;z-index:3}.productItem-serviceBadge{left:8px;position:absolute;top:8px;z-index:3}.productItem-rankBadge,.productItem-rankBadge1,.productItem-rankBadge10,.productItem-rankBadge2,.productItem-rankBadge3,.productItem-rankBadge4,.productItem-rankBadge5,.productItem-rankBadge6,.productItem-rankBadge7,.productItem-rankBadge8,.productItem-rankBadge9{background-repeat:no-repeat;background-size:contain;height:32px;position:absolute;right:8px;top:8px;width:26px;z-index:3}.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{background-image:url(./badge-waitBePaid.D6A37hwP.png);background-repeat:no-repeat;background-size:contain;height:16px;left:8px;position:absolute;top:8px;width:55px;z-index:3}.productItem-info{margin:8px 8px 0;position:relative}.productItem-infoTop{margin-bottom:2px;padding-top:4px;position:relative;width:100%}.productItem-priceSet{display:block;width:100%}.productItem-priceSet.dodgeFavoriteButton{width:calc(100% - 24px)}.productItem-description{display:inline-block;font-size:12px;font-weight:400;margin-bottom:2px;vertical-align:middle}.productItem-btnFavorite{position:absolute!important;right:0;top:0}.productItem-mainText{color:#555;display:-webkit-box;font-size:13px;font-weight:600;margin-bottom:2px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal;word-break:break-all}.productItem-mainText.notOnSale{width:calc(100% - 24px)}.productItem-infoDown{align-items:flex-end;display:flex}.productItem-moreButton{background-color:#f5f5f5;border-radius:9999px;color:#949494;font-size:12px;line-height:14px;margin-left:auto;padding:3px 5px;white-space:nowrap}.productItem-priceTrackerButton{margin-left:auto;position:relative;top:2px}.productItem-adBadge{background-image:url(./badge-commercial.DH5N_pEF.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-left:auto;width:30px}.productItem.portrait,.productItem.portrait--advertisement,.productItem.portrait--imgHighAuto,.productItem.portrait--slide,.productItem.portrait--stretch,.productItem.portrait--stretchCompact{border-radius:8px;box-shadow:0 2px 12px -6px #00000026;overflow:hidden;padding-bottom:8px;width:100%}.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{margin-top:9px}.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:4px}.productItem.portrait--stretchCompact{margin-bottom:0;padding-bottom:0}.productItem.portrait--imgHighAuto .productItem-image{border-radius:8px;height:auto;padding-bottom:unset;text-align:center}.productItem.portrait--imgHighAuto .productItem-image img{margin:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.productItem.portrait--advertisement,.productItem.portrait--slide{display:inline-block;margin-right:8px;vertical-align:top;width:145px}@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{-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:130px 1fr}.productItem.landscape .productItem-info,.productItem.landscape--advertisement .productItem-info{margin:0}.productItem.landscape .productItem-image,.productItem.landscape--advertisement .productItem-image{border-radius:4px;overflow:hidden}.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-mainText,.productItem.landscape--advertisement .productItem-mainText{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3;max-height:2.6em;white-space:normal}.productItem.landscape .productItem-subInfo,.productItem.landscape--advertisement .productItem-subInfo{margin-bottom:20px}.productItem.landscape .productItem-infoDown,.productItem.landscape--advertisement .productItem-infoDown{bottom:0;position:absolute;width:100%}@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--advertisement{margin-bottom:0}.topicItem{background-color:#fff;border-radius:8px;padding:0}.topicItem,.topicItem-image{display:block;overflow:hidden;width:100%}.topicItem-image{height:0;padding-bottom:56.2682%;position:relative}.topicItem-mediaBadge{background-image:url(./badge-media.BplkG1D_.svg);background-repeat:no-repeat;background-size:contain;bottom:0;content:"";display:inline-block;height:17px;position:absolute;right:0;width:40px}.topicItem-down{background-color:#fff;padding:8px}.topicItem-title{color:#555;display:-webkit-box;font-size:15px;font-weight:600;margin-bottom:6px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.topicItem-popularBadge{background-image:url(./badge-popular.B5YAjv1y.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:4px;position:relative;top:3px;width:30px}.topicItem-description{color:#949494;display:-webkit-box;font-size:12px;margin-bottom:12px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.topicItem-count{align-items:center;color:#949494;-moz-column-gap:1px;column-gap:1px;display:flex;font-size:12px;line-height:1.17;margin-bottom:4px}.topicItem-count:before{background-image:url(./ico-eye--gray.BrDiTyri.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.topicItem.fixed-height .topicItem-description,.topicItem.fixed-height .topicItem-title{height:3em}[data-v-8acd1969]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.recentlyBrowsedBlock-itemImage>img[data-v-8acd1969],.recentlyBrowsedBlock-logo>img[data-v-8acd1969]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.recentlyBrowsedBlock-button[data-v-8acd1969]{align-items:center;background:#1ec687;border-radius:21px;color:#fff;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.recentlyBrowsedBlock[data-v-8acd1969]{border-radius:8px;box-shadow:0 2px 12px -6px #00000026;overflow:hidden}.recentlyBrowsedBlock-top[data-v-8acd1969]{align-items:center;background-color:#e5f4ee;color:#1ec687;display:flex;font-size:13px;font-weight:600;height:38px;justify-content:center;padding:0 12px}.recentlyBrowsedBlock-logo[data-v-8acd1969]{background-color:#00000008;border-radius:20px;display:grid;filter:brightness(97%);flex-shrink:0;height:0;margin-right:4px;overflow:hidden;padding-bottom:20px;position:relative;width:20px}.recentlyBrowsedBlock-name[data-v-8acd1969]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recentlyBrowsedBlock-content[data-v-8acd1969]{background-color:#fff;display:grid;padding:12px 8px 16px;row-gap:16px}.recentlyBrowsedBlock-list[data-v-8acd1969]{display:grid;row-gap:12px}.recentlyBrowsedBlock-item[data-v-8acd1969]{-moz-column-gap:8px;column-gap:8px;cursor:pointer;display:grid;grid-template-columns:minmax(54px,26.35%) 1fr}.recentlyBrowsedBlock-itemImage[data-v-8acd1969]{background-color:#00000008;border-radius:4px;display:grid;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.recentlyBrowsedBlock-info[data-v-8acd1969]{align-content:flex-start;display:grid;font-size:12px;justify-content:start;row-gap:4px}.recentlyBrowsedBlock-title[data-v-8acd1969]{color:#555;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recentlyBrowsedBlock-price[data-v-8acd1969]{color:#ff5b57;font-size:13px;font-weight:600}.recentlyBrowsedBlock-reward[data-v-8acd1969]{align-items:center;color:#949494;-moz-column-gap:4px;column-gap:4px;display:flex}.recentlyBrowsedBlock-point[data-v-8acd1969]{align-items:center;color:#07b53b;display:flex;font-weight:400}.recentlyBrowsedBlock-point[data-v-8acd1969]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.recentlyBrowsedBlock-button[data-v-8acd1969]{background-color:#f5f5f5;color:#1ec687;cursor:pointer}.pictureCard-logo>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.pictureCard{background-color:#fff;border-radius:8px;cursor:pointer;display:grid;height:-moz-fit-content;height:fit-content;overflow:hidden}.pictureCard-down{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:max-content 1fr;padding:8px}.pictureCard-logo{background-color:#00000008;border-radius:4px;filter:brightness(97%);height:38px;margin:auto 0;overflow:hidden;position:relative;width:38px}@media (max-width:374.98px){.pictureCard-logo{height:30px;width:30px}}.pictureCard-info{display:inline-grid;margin:auto 0}.pictureCard-merchant{color:#555;font-size:13px;font-weight:600;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pictureCard-points{align-items:center;color:#07b53b;display:flex;font-size:12px;font-weight:400}.pictureCard-points:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.pictureCard-points.zero{color:#b7b7b7;font-weight:400}.pictureCard-points.zero:before{background-image:url(./ico-point--gray.CwT7ymaW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.infiniteProductList-list{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.infiniteProductList-insertedBlock{margin-bottom:16px}.recommendationProducts{min-height:calc(100vh - 320px)}.recommendationProducts-tab{padding:7px 0;position:sticky!important;top:calc(53.98px + var(--height-tab-list));top:calc(53.98px + var(--height-tab-list) + var(--android-safe-area-inset-top, 0));top:calc(53.98px + var(--height-tab-list) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(53.98px + var(--height-tab-list) + var(--android-safe-area-inset-top, env(safe-area-inset-top)));z-index:5}.noTitlebar .recommendationProducts-tab{top:var(--height-tab-list);top:calc(var(--height-tab-list) + var(--android-safe-area-inset-top, 0));top:calc(var(--height-tab-list) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(var(--height-tab-list) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .recommendationProducts-tab{top:calc(59.98px + var(--height-tab-list));top:calc(59.98px + var(--height-tab-list) + var(--android-safe-area-inset-top, 0));top:calc(59.98px + var(--height-tab-list) + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(59.98px + var(--height-tab-list) + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.recommendationProducts-tab:before{background-color:#fff;content:"";display:block;height:100%;left:-16px;position:absolute;top:0;transition:background-color .3s;width:calc(100% + 32px)}.recommendationProducts-tab.stuck:before{background-color:var(--page-event-theme-color,var(--event-theme-color,#fff))}.recommendationProducts-tab>*{position:relative}.recommendationProducts-productList{margin-top:16px;position:relative}.recommendationProducts-emptyContent{align-items:center;color:#949494;display:flex;font-size:13px;font-weight:400;justify-content:center;line-height:20px;min-height:inherit;padding:90px 0;position:relative}.recommendationProducts.enableFilter .recommendationProducts-emptyContent:before,.recommendationProducts.enableFilter .recommendationProducts-productList:before{background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;content:"";display:block;left:-16px;min-height:140px;position:absolute;top:-16px;width:calc(100% + 32px)}.hotPage-content{border-bottom:1px solid #f2f2f2;padding:15px 16px}.tabmenu{margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.tabmenu{width:749px}}.tabmenu{border-bottom:1px solid #f2f2f2;justify-content:center}.tabmenu,.tabmenu-link{align-items:center;display:flex}.tabmenu-link{height:100%;margin:0 auto;position:relative}.tabmenu-item,.tabmenu-item--active{align-items:center;color:#b7b7b7;cursor:pointer;display:flex;height:53px;white-space:nowrap;width:50%}.tabmenu-item--active:last-child,.tabmenu-item:last-child{margin-right:0}.tabmenu-item--active{color:inherit;font-weight:700}.tabmenu-item--active .tabmenu-link:after{background-color:#000;bottom:-1px;content:"";height:2px;left:0;position:absolute;width:100%}.tabmenu-sticky{background-image:linear-gradient(180deg,#fff 17%,#f5f5f5 113%);border-bottom:0;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}.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{align-items:center;background-color:#fff;display:flex;padding:0 16px;position:relative;width:100%}.tabmenuLarge-item,.tabmenuLarge-item--active{color:#777;cursor:pointer;display:inline-block;font-size:14px;height:50px;line-height:50px;margin:0 28px 0 0;position:relative;white-space:nowrap;width:auto}.tabmenuLarge-item--active{color:inherit;font-weight:700}.tabmenuLarge-item--active:after{background-color:#000;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}.tabmenuLarge-item--dot{padding:0 14px}.shoppingCartWrapper{background-color:#fff;border-radius:8px;overflow:hidden}.shoppingCartWrapper-body{padding:16px;position:relative}.shoppingCartWrapper-date{color:#b7b7b7;font-size:15px;font-weight:600;line-height:18px;margin-bottom:24px}.shoppingCartWrapper-info{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:54px 1fr;margin-bottom:24px}.shoppingCartWrapper-image{border-radius:4px;filter:brightness(97%);overflow:hidden}.shoppingCartWrapper-name{color:#555;font-size:15px;font-weight:600;line-height:22px;margin-bottom:2px}.shoppingCartWrapper-description{color:#777;font-size:13px;line-height:1.5}.liveProduct-image.soldOut>img,.liveProduct-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.liveProduct-itemTop{-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:86px minmax(0,58%)}.liveProduct-itemBottom{align-items:center;display:flex;margin-top:8px}.liveProduct-itemImage{height:86px;position:relative;width:86px}.liveProduct-itemInfo{display:flex;flex-direction:column;justify-content:space-between}.liveProduct-image,.liveProduct-image.soldOut{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.liveProduct-image.soldOut:after{background-image:url(./img-soldout.Dc-YkwkZ.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:100%;position:absolute;width:100%}.liveProduct-topBadge,.liveProduct-topBadge.active{background-color:#555;border-radius:2px 2px 2px 0;box-shadow:1px 1px #0000001a;color:#fff;display:flex;font-size:12px;height:16px;left:-3px;padding:0 4px;position:absolute;z-index:1}.liveProduct-topBadge.active:before,.liveProduct-topBadge:before{border-color:transparent #303030 transparent transparent;border-style:solid;border-width:0 3px 2px 0;bottom:-2px;content:"";display:inline-block;height:0;left:0;position:absolute;width:0}.liveProduct-topBadge.active{background-color:#1ec687}.liveProduct-topBadge.active:before{border-color:transparent #179968 transparent transparent}.liveProduct-topBadge.active:after{background-image:url(./img-introductionNow.DM-wm0Jh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-left:4px;width:41px}.liveProduct-price{display:flex;margin-top:2px;max-width:100%}.liveProduct-liveBadge{background-image:url(./badge-livePrice--outline.Bxdx-sn5.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-right:4px;width:41px}.liveProduct-priceNumber{color:#ff5b57;display:flex;font-size:17px;font-weight:700;height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 41px)}.liveProduct-priceNumber:before{content:"$";font-size:12px;margin-right:1px}.liveProduct-priceText{font-size:12px;margin-left:4px}.liveProduct-description{color:#555;display:-webkit-box;font-weight:600;height:38px;line-height:1.5;margin:4px 0 8px;max-height:3em}.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{align-items:center;color:#949494;display:flex;display:-webkit-box;height:22px;line-height:1.4;max-height:2.8em;max-width:50%;width:-moz-fit-content;width:fit-content;-webkit-line-clamp:1}.liveProduct-subText.active:before,.liveProduct-subText:before{background-image:url(./ico-fire.DUEfKXq5.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;position:relative;top:2px;width:14px}.liveProduct-subText span:nth-child(2){display:none}.liveProduct-subText.active{background-image:linear-gradient(270deg,#ff9481 0,#ff5757);border-radius:11px;color:#fff;padding:2px 12px 3px 6px}.liveProduct-subText.active:before{background-image:url(./ico-fireWhite.C1hqAz0C.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.liveProduct-subText.active span:nth-child(2){display:inline-block}.liveProduct-buttonRow{display:flex;flex:1;justify-content:flex-end}.liveProduct-button,.liveProduct-button--green{align-items:center;background-color:#f5f5f5;border-radius:16px;color:#949494;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:32px;justify-content:center;margin-left:12px;padding:0 13px;position:relative}.liveProduct-button--green{background-color:#1ec687;color:#fff}.liveProduct-textGreen{color:#1ec687}.liveProduct-textBlue{color:#8b95f4}.liveProduct-bobble{position:absolute;right:6px;top:-100%}[data-v-200af683]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.productInfoBlock-image>img[data-v-200af683]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.productInfoBlock[data-v-200af683]{-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:86px minmax(0,1fr);width:100%}.productInfoBlock-itemImage[data-v-200af683]{height:86px;position:relative;width:86px}.productInfoBlock-info[data-v-200af683]{display:flex;flex-direction:column;justify-content:space-between}.productInfoBlock-image[data-v-200af683]{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.productInfoBlock-price[data-v-200af683]{display:flex;margin-top:2px;max-width:100%}.productInfoBlock-liveBadge[data-v-200af683]{background-image:url(./badge-livePrice--outline.Bxdx-sn5.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-right:4px;width:41px}.productInfoBlock-priceNumber[data-v-200af683]{color:#ff5b57;display:flex;font-size:17px;font-weight:700;height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 41px)}.productInfoBlock-priceNumber[data-v-200af683]:before{content:"$";font-size:12px;margin-right:1px}.productInfoBlock-name[data-v-200af683]{color:#555;display:-webkit-box;font-size:13px;font-weight:600;height:38px;margin:4px 0 8px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.productInfoBlock-points[data-v-200af683]{align-items:center;color:#07b53b;display:flex;font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productInfoBlock-pointsIcon[data-v-200af683]{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;width:12px}.buyMorePanel{overflow:hidden}.buyMorePanel-body{padding:27px 16px 3px;position:relative}.buyMorePanel-relatedHashtag{border-top:1px solid #efefef;cursor:pointer;display:flex;flex-wrap:wrap;height:220px;margin-top:24px;overflow-y:scroll;padding:24px 0 56px;scrollbar-width:none;width:100%;-ms-overflow-style:none}.buyMorePanel-relatedHashtag::-webkit-scrollbar{display:none;width:0}.buyMorePanel-relatedHashtag-item{align-items:center;background-color:#f5f5f5;border-radius:16px;color:#777;display:flex;font-size:14px;font-weight:500;height:32px;justify-content:center;margin:0 8px 8px 0;padding:0 13px;width:-moz-fit-content;width:fit-content}.buyMorePanel-relatedHashtag-item.active{background-color:#1ec687;color:#fff}.buyMorePanel-bottomCounter{align-items:center;background-color:#fff;bottom:0;box-shadow:0 -2px 12px -6px #00000026;display:flex;height:56px;justify-content:space-between;left:0;padding:10px 16px;position:absolute;right:0;width:100%}.buyMorePanel-bottomCounter-toolSet{display:flex}.buyMorePanel-bottomCounter-totalCount{background-color:#f5f5f5;border:0;font-size:15px;line-height:22px;margin:0 10px;padding:0;text-align:center;width:30px}.buyMorePanel-bottomCounter-minusBtn{background-image:url(./ico-minusLightGrey.BrrsuUCA.svg)}.buyMorePanel-bottomCounter-minusBtn,.buyMorePanel-bottomCounter-plusBtn{background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:24px;width:24px}.buyMorePanel-bottomCounter-plusBtn{background-image:url(./ico-plusLightGrey.C0YMxm1y.svg)}.buyMorePanel-bottomCounter-submitBtn{align-items:center;background-color:#c8c8c8;border-radius:18px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;margin-left:20px;width:100%}.buyMorePanel-bottomCounter-submitBtn.active{background-color:#1ec687}.buyMore{position:relative;width:100%}.buyMore-body{background-color:#fff;border-radius:8px;margin:16px;overflow:hidden;padding:16px}.buyMore-date{color:#b7b7b7;font-size:15px;font-weight:600;line-height:18px}.buyMore-info{border-bottom:1px solid #efefef;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:54px 1fr;margin:24px 0;padding-bottom:24px}.buyMore-image{border-radius:4px;filter:brightness(97%);overflow:hidden}.buyMore-name{color:#555;font-size:15px;font-weight:600;line-height:22px;margin-bottom:2px}.buyMore-description{color:#777;font-size:13px;line-height:1.5}.buyMore-list{display:grid;row-gap:16px}.buyMore-item{list-style:none;position:relative}.shoppingCartList-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.shoppingCartList{position:relative;width:100%}.shoppingCartList-list{display:grid;row-gap:16px}.shoppingCartList-item{list-style:none}.shoppingCartList-link{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:86px minmax(0,1fr);list-style:none;position:relative}.shoppingCartList-info{display:flex;flex-direction:column}.shoppingCartList-image{background-color:#00000008;border-radius:4px;height:86px;overflow:hidden;position:relative;width:86px}.shoppingCartList-detail{align-items:center;display:flex;max-width:100%}.shoppingCartList-name{color:#555;display:-webkit-box;font-size:15px;font-weight:600;height:54px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.shoppingCartList-comment{color:#949494;font-size:12px;line-height:20px;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shoppingCartList-price{color:#ff5b57;font-size:17px;font-weight:700;line-height:20px;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{align-items:center;color:#07b53b;display:flex;margin-left:auto}[data-v-0ad54429]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.shoppingCartBottomTools[data-v-0ad54429]{background-color:#fff;box-shadow:0 -2px 12px -6px #00000026;display:flex;flex-direction:column;width:100%}.shoppingCartBottomTools-rule[data-v-0ad54429]{align-items:center;border-bottom:1px solid #f4f4f4;color:#777;display:flex;font-size:12px;line-height:30px;padding:0 16px}.shoppingCartBottomTools-rule[data-v-0ad54429]:before{background-image:url(./ico-exclamationMark.DHigKpe2.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;display:block;height:14px;margin-right:1px;width:14px}.shoppingCartBottomTools-bottom[data-v-0ad54429]{align-items:center;-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:100px minmax(0,1fr);padding:8px 16px 16px}.shoppingCartBottomTools-totalInfo[data-v-0ad54429]{color:#999;font-size:14px}.shoppingCartBottomTools-totalText[data-v-0ad54429]{display:block;left:-7px;position:relative;transform:scale(.83);white-space:nowrap}.shoppingCartBottomTools-totalAmount[data-v-0ad54429]{color:#ff5b57;font-size:22px;font-weight:700;line-height:26px}.shoppingCartBottomTools-button[data-v-0ad54429]{align-items:center;background-color:#1ec687;border-radius:18px;color:#fff;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;width:100%}.buyMoreBelt-item>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.buyMoreBelt{align-items:center;border-top:1px solid #efefef;cursor:pointer;display:flex;line-height:36px;margin-top:24px;padding:12px 0 16px;width:100%}.buyMoreBelt-title{color:#179968;font-size:15px;font-weight:600;line-height:36px}.buyMoreBelt-productImages{align-items:center;-moz-column-gap:4px;column-gap:4px;display:grid;grid-auto-flow:column;grid-template-columns:repeat(auto-fit,minmax(0,22px));margin-left:auto}.buyMoreBelt-iconArrow--down{background-image:url(./ico-arrow--downGreyLight.-PxCy2F4.svg)}.buyMoreBelt-iconArrow--down,.buyMoreBelt-iconArrow--up{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.buyMoreBelt-iconArrow--up{background-image:url(./ico-arrow--upGrey.C-hPbDDg.svg)}.buyMoreBelt-iconArrow--right{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.buyMoreBelt-item{background-color:#00000008;position:relative}.buyMoreBelt-item,.buyMoreBelt-itemEllipsis{border-radius:4px;height:22px;overflow:hidden;width:22px}.buyMoreBelt-itemEllipsis{align-items:center;background-color:#c8c8c8;display:flex;justify-content:center}.buyMoreBelt-itemEllipsis:before{background-image:url(./ico-ellips--white.a8XAETMS.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.liveShoppingCarts{margin:16px}.liveShoppingCarts-wrapper{margin-bottom:16px}.liveShoppingCarts-list{border-top:1px solid #efefef;padding-top:24px}.liveShoppingCarts-bottomTools{width:100%}.noticeBanner{align-items:center;background-color:#d7eee5;color:#159867;display:flex;margin-top:1px;padding:16px;position:relative}.noticeBanner.alert{background-color:#ffe6e6;color:#ff5b57}.noticeBanner-alertIcon{background-image:url(./ico-outlined-notificationRed.Buw_rdOQ.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;margin-right:10px;width:20px}.noticeBanner-title{font-size:17px;font-weight:700;line-height:1.5}.noticeBanner-info{font-size:14px;line-height:1.5}@media (max-width:374.98px){.noticeBanner-message{display:none}}@media (min-width:375px){.noticeBanner-shortMessage{display:none}}.noticeBanner-buttonArea{align-items:flex-end;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;position:absolute;right:16px;top:0}.noticeBanner-button{align-items:center;background-color:#1ec687;border-radius:14px;color:#f5f5f5;cursor:pointer;display:flex;font-size:13px;font-weight:700;justify-content:center;line-height:26px;padding:0 14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.noticeBanner.alert .noticeBanner-button{background-color:#ff5b57}.noticeBanner-close{background-image:url(./ico-cancel--green.C0XdXhs2.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:24px}.shoppingCartEmpty{background:#fff;border-radius:8px;justify-content:center;padding:16px;padding-bottom:calc(16px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));position:relative}.shoppingCartEmpty,.shoppingCartEmpty-info{align-items:center;display:flex;flex-direction:column}.shoppingCartEmpty-image{height:160px;width:160px}.shoppingCartEmpty-title{color:#111;font-size:17px;font-weight:700;line-height:25px;margin-bottom:2px;text-align:center;white-space:nowrap}.shoppingCartEmpty-text{color:#949494;font-size:13px;line-height:20px;margin-bottom:16px;text-align:center;white-space:nowrap}.shoppingCartEmpty-exordium{align-items:center;background:#f5f5f5;display:flex;flex-direction:column;justify-content:center;padding:16px;position:relative;width:100%}.shoppingCartEmpty-exordiumTitle{align-items:center;color:#111;display:flex;font-size:12px;font-weight:700;line-height:18px;width:100%}.shoppingCartEmpty-exordiumTitle:before{background-image:url(./ico-issue.DQ3P1lv1.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;margin-right:4px;width:20px}.shoppingCartEmpty-exordiumList{margin-top:8px;width:100%}.shoppingCartEmpty-exordiumList>:not(:first-child){margin-top:4px}.shoppingCartEmpty-exordiumItem{color:#555;display:flex;font-size:12px;line-height:18px}.shoppingCartEmpty-exordiumItem:before{background:#b7b7b7;content:"";display:block;flex-shrink:0;height:4px;margin:7px 12px 0 8px;width:4px}.merchantShoppingCartContent-content{margin-top:16px}.merchantShoppingCartContent-empty{margin:16px}.merchantShoppingCartContent-wrapper{margin-bottom:16px}.liveShoppingCartContent-content{margin-top:16px}.liveShoppingCartContent-shopMenu{background:#fff;padding:16px}.liveShoppingCartContent-empty{margin:16px}.popularKeyword-itemImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.popularKeyword-item{align-items:center;background-color:#fff;border:1px solid #efefef;border-radius:4px;box-sizing:content-box;display:inline-flex;height:34px;margin-bottom:8px;margin-right:8px;max-width:100%;position:relative;width:-moz-fit-content;width:fit-content}.popularKeyword-itemText{color:#777;font-size:13px;font-weight:600;line-height:16px;margin:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popularKeyword-itemImage{background-color:#00000008;border-radius:3px 0 0 3px;filter:brightness(97%);flex-shrink:0;height:0;overflow:hidden;padding-bottom:34px;position:relative;width:34px}.horizontalScrollableHotKeywords{display:inline-grid;max-height:36px}.horizontalScrollableHotKeywords-list{display:flex}.merchantMissionLinks{background-color:#f5f5f5;border-radius:4px;color:#777;font-size:13px;position:relative}.merchantMissionLinks-item{align-items:center;display:flex;height:38px;padding:0 12px;position:relative}.merchantMissionLinks-item:not(:first-child){border-top:1px solid #fff}.merchantMissionLinks-itemInfo{display:grid;grid-template-columns:max-content 1fr max-content}.merchantMissionLinks-text{margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantMissionLinks-text+.merchantMissionLinks-point{margin-left:-6px}.merchantMissionLinks-arrowIcon{background-image:url(./ico-arrow--rightLightGray.DSwALRkA.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-left:auto;width:14px}.merchantMissionLinks-eventCount{background-color:#1ec687;border-radius:16px;color:#fff;font-size:12px;margin-left:auto;padding:0 4px}.merchantMissionLinks-eventCount+.merchantMissionLinks-arrowIcon{margin-left:2px}.merchantMissionLinks-multipleBadge{align-items:center;display:flex;overflow:hidden}.merchantMissionLinks-more{color:#b7b7b7;flex-shrink:0;line-height:14px;margin-left:auto;padding-left:10px}.merchantMissionLinks-more,.merchantMissionLinks-point{align-items:center;display:flex;font-size:12px;font-weight:400}.merchantMissionLinks-point{color:#07b53b;margin-left:4px;margin-right:10px}.merchantMissionLinks-point:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.merchantMissionLinks-button{align-items:center;color:#ff5b57;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;font-weight:400;height:20px;margin-left:auto;min-width:calc(4em + 10px);padding:0 5px;white-space:nowrap}.merchantMissionLinks-button.active{background:linear-gradient(90deg,#fe8c68,#ff0f3e);border-radius:10px;color:#fff}.merchantMissionLinks-arrow--right{background-image:url(./ico-arrow--rightLightGray.DSwALRkA.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.merchantItem-content{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-areas:"icon info other" "icon appendix appendix" "icon apponly apponly";grid-template-columns:45px minmax(0,1fr) 52px;position:relative}.merchantItem-serviceBadge{left:-3px;position:absolute;top:-8px;z-index:1}.merchantItem-icon{border-radius:4px;filter:brightness(97%);grid-area:icon;height:45px;overflow:hidden;width:45px}.merchantItem-info{grid-area:info;min-height:24px}.merchantItem-appendix{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex;grid-area:appendix;height:16px}.merchantItem-apponly{color:#777;display:grid;font-size:12px;grid-area:apponly;row-gap:2px}.merchantItem-apponlyTop{display:grid;grid-template-columns:minmax(0,138px) 1fr}.merchantItem-others{align-items:center;display:flex;grid-area:other;justify-content:flex-end}.merchantItem-likeButton.btnFavorite.ico-product-like,.merchantItem-likeButton.btnFavorite.ico-product-liked{height:22px;width:22px}.merchantItem-searchButton{background-image:url(./ico-glassLightGrey.-DAS7AxU.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;margin-right:8px;width:22px}.merchantItem-button{background-color:#f5f5f5;border-radius:9999px;color:#777;font-size:13px;height:24px;line-height:24px;padding:0 9px}.merchantItem-name{color:#555;font-size:15px;font-weight:700;line-height:21px;margin-bottom:3px}.merchantItem-description,.merchantItem-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantItem-description{color:#777;font-size:13px;line-height:18px;margin-bottom:6px}.merchantItem-point{align-items:center;color:#07b53b;display:flex;font-size:12px;font-weight:400;font-weight:500}.merchantItem-point:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.merchantItem-strikedPoint{align-items:center;color:#b7b7b7;display:flex;font-size:12px;font-weight:400;font-weight:500;text-decoration:line-through}.merchantItem-strikedPoint:before{background-image:url(./ico-point--gray.CwT7ymaW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.merchantItem-badgeSection{align-items:center;-moz-column-gap:4px;column-gap:4px;display:flex}.merchantItem-badgeDiscount{background-image:url(./badge-plus.rOmrGpQh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:48px}.merchantItem-badgeOpening{background-image:url(./badge-opening.DOT2XlMu.svg)}.merchantItem-badgeCoupon,.merchantItem-badgeOpening{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:38px}.merchantItem-badgeCoupon{background-image:url(./badge-coupon.CPM5YUVZ.svg)}.merchantItem-products{border-radius:4px;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(4,minmax(0,75px));margin-top:10px;overflow:hidden}.merchantItem-products .merchantItem-productImage:nth-child(5),.merchantItem-products .merchantItem-productImage:nth-child(6){display:none}@media (min-width:750px){.merchantItem-products{-moz-column-gap:10px;column-gap:10px;grid-template-columns:repeat(6,minmax(0,16.6%))}.merchantItem-products .merchantItem-productImage:nth-child(5),.merchantItem-products .merchantItem-productImage:nth-child(6){display:block}}.merchantItem-productImage{border-radius:4px;display:flex;filter:brightness(97%);max-height:75px;max-width:75px;overflow:hidden}@media (min-width:750px){.merchantItem-productImage{max-height:106px;max-width:106px}}.merchantItem-hotKeywords,.merchantItem-infoBar{margin-top:8px}.btnPrivacyNotice-container:before{left:0;margin-left:auto;margin-right:auto;right:0}.btnPrivacyNotice{display:inline-block}.btnPrivacyNotice-button{background-image:url(./ico-tip.6Xzp-Dil.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:16px;margin-left:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:text-bottom;width:16px}.btnPrivacyNotice-container{background:#5b82db;border-radius:2px;padding:16px 16px 24px;position:absolute;top:100%;width:247px;z-index:2}.btnPrivacyNotice-container:before{border-bottom:9px solid #5b82db;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:9px;left:calc(100% - 32px);position:absolute;top:-9px;width:12px}.btnPrivacyNotice-description{color:#f5f5f5;font-size:14px;line-height:1.6;margin-bottom:16px}.btnPrivacyNotice-link{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:700;justify-content:center}.btnPrivacyNotice-tips{right:-8px;top:calc(100% + 12px)}.recommendationMerchants{background-color:#fff;border-radius:8px;padding:16px}@media (max-width:374.98px){.recommendationMerchants{padding:16px 10px}}.recommendationMerchants-list{display:grid;padding-bottom:16px;row-gap:28px}.recommendationMerchants-seeMore,.recommendationMerchants-seeMore--arrowDown{align-items:center;color:#b7b7b7;cursor:pointer;display:flex;font-size:12px;justify-content:center;line-height:24px;margin:30px auto 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.recommendationMerchants-seeMore--arrowDown:after,.recommendationMerchants-seeMore:after{background-image:url(./ico-arrow--rightGrayLight.CsLDTbZh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:18px}.recommendationMerchants-seeMore--arrowDown:after{background-image:url(./ico-arrow--downGrey.BnmT_o_N.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:18px}.horizontalScrollableProducts .productItem-groupDealFooterText:before,.horizontalScrollableProducts .productItem-timeLimitInfo:before{content:none}.horizontalScrollableProducts-item{flex-shrink:0}.horizontalScrollableProducts-contents{-moz-column-gap:10px;column-gap:10px;display:flex}.horizontalScrollableProducts.noShadow .horizontalScrollableProducts-item{border-radius:0;box-shadow:none;margin:0;padding-bottom: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}.hotKeywordList-roundedButton{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.hotKeywordList{background-color:#fff;border-radius:8px;padding:16px}.hotKeywordList-body{align-items:center;display:flex;flex-wrap:wrap;margin-left:-8px;margin-top:-10px}.hotKeywordList-roundedButton{background-color:#f5f5f5;color:#777;display:inline-flex;margin-left:8px;margin-top:10px;max-width:100%}.hotKeywordList-roundedButton>:not(:first-child){margin-left:4px}.hotKeywordList-roundedButtonText{color:#777;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cartEmptyContent-info{align-items:center;background-color:#fff;background-image:url(./img-empty-state-background_3x.D4S_QlJG.png);background-position:top -74px center;background-repeat:no-repeat;background-size:982px;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;display:flex;flex-direction:column;justify-content:center;padding:32px 0;position:relative}.cartEmptyContent-infoImage{height:110px;width:110px}.cartEmptyContent-infoTitle{color:#111;font-size:17px;font-weight:600;line-height:25px}.cartEmptyContent-infoDescription{color:#949494;font-size:13px;line-height:20px;margin-top:2px;text-align:center}.cartEmptyContent-infoNoticeIcon{bottom:32px;position:absolute;right:16px}.cartEmptyContent-infoButton{align-items:center;background:#1ec687;border-radius:9999px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;margin-top:13px;padding:0 13px}.buyListContent-tabMenu{background:#fff;padding:16px}.buyListContent-body{background-color:#fff;border-radius:8px;padding:16px 16px 0}.buyListContent-body:after{content:"";display:table}.buyListContent-date{color:#b7b7b7;font-size:13px;font-weight:700;margin-bottom:16px}.buyListContent-footer{background-color:#fff;color:#b7b7b7;font-size:12px;line-height:22px;padding:24px 16px}.purchasedContent-body{background-color:#fff;border-radius:8px;padding:16px 16px 0}.purchasedContent-body:after{content:"";display:table}.purchasedContent-footer{background-color:#fff;color:#b7b7b7;font-size:12px;line-height:22px;padding:24px 16px}.tabList-itemBadge{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.tabList-activeFlag,.tabList-item--active:before{background-color:var(--theme-color,#111);border-radius:3px;bottom:0;height:3px;position:absolute}.tabList{display:flex;font-size:16px;font-weight:500;justify-content:var(--align);line-height:48px;position:relative}.tabList-item{color:var(--text-color,#949494);cursor:pointer;height:48px;margin:0 var(--tab-margin);padding:0 var(--tab-padding);position:relative;transition:color .3s;-webkit-tap-highlight-color:transparent}.tabList-item--active{color:var(--theme-color,#111);font-weight:600;position:relative}.tabList-item--active:before{content:"";left:0;width:100%}.tabList-item--dot:after,.tabList-item--notification:after{border-radius:50%;content:"";height:8px;position:absolute;right:-12px;top:7px;width:8px}.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;right:-10px;top:12px}.tabList-itemBadge{align-items:center;background:var(--theme-color,#111);border-radius:8px;box-shadow:0 2px 4px color-mix(in lab,transparent 80%,var(--theme-color,#111));color:#fff;display:flex;font-size:12px;font-weight:400;height:16px;justify-content:center;padding:0 4px;transform-origin:center;white-space:nowrap}.tabList-wrapper{background-color:var(--background-color,#f5f5f5);position:relative;transition:background-color .3s}.tabList-wrapper--transitioning .tabList-item--active:before{visibility:hidden}.tabList-wrapper--stuck{background-color:#fff}.tabList-wrapper--stuck:before{background-color:#fff;content:"";display:block;height:1px;left:0;position:absolute;top:-1px;width:100%}.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;box-shadow:0 2px 4px color-mix(in lab,transparent 80%,#1ec687);color:#fff}.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;box-shadow:none;color:var(--theme-color,#111)}.missingOrderIssue{display:grid;margin:16px;padding-bottom:56px;row-gap:16px}.missingOrderIssue-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;padding:16px}.missingOrderIssue-cardTitle{align-items:center;color:#111;display:flex;font-size:15px;font-weight:700;line-height:22px}.missingOrderIssue-cardDescription{color:#949494;font-size:12px;line-height:18px;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{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#1ec687;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;margin-top:16px;width:100%}.missingOrderIssue-wideButton--arrowRight:after{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.missingOrderIssue-cardMessage{color:#949494;font-size:13px;line-height:20px;text-align:center}.missingOrderIssue-merchantItem{align-items:center;-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:max-content 1fr max-content}.missingOrderIssue-merchantLogo{background-color:#f5f5f5;border-radius:4px;filter:brightness(97%);height:46px;overflow:hidden;width:46px}.missingOrderIssue-merchantInfo{display:grid;row-gap:4px}.missingOrderIssue-merchantName{color:#555;font-size:13px;font-weight:600;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.missingOrderIssue-merchantText{color:#949494;display:flex;font-size:12px;font-weight:400;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:374.98px){.missingOrderIssue-merchantText{flex-direction:column}}.missingOrderIssue-merchantLink{align-items:center;color:#949494;display:flex;font-size:12px;font-weight:400;line-height:14px}.missingOrderIssue-merchantLink:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.swiperSlides{overflow:hidden}.swiperSlides-slide{padding-left:16px;padding-right:16px}.swiperSlides-pagination{display:flex;justify-content:center}.swiperSlides-pagination--default{bottom:8px!important;position:absolute;z-index:1}.swiperSlides-bullet{border-radius:3px;height:3px;margin:0 1.5px;overflow:hidden;width:16px;will-change:transform}.swiperSlides-bullet:after{content:"";display:block;height:100%;width:0}.swiperSlides-bullet--active:after{animation:calc(var(--swiper-autoplay-delay, 0s) + .3s) linear forwards swiperSlides-bullet;transform-origin:left;width:100%}.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:#b8b8b84d}.swiperSlides-greenTheme .swiperSlides-bullet:after{background-color:#1ec687}.swiperSlides-redTheme .swiperSlides-bullet{background-color:#b8b8b84d}.swiperSlides-redTheme .swiperSlides-bullet:after{background-color:#ff5b57}.swiperSlides-themedBlueTheme .swiperSlides-bullet{background-color:#b8b8b84d}.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}.redEnvelopeTutorial-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.redEnvelopeTutorial{left:0;position:fixed;right:0}@media screen and (min-width:790px){.redEnvelopeTutorial{left:calc(100vw - 100%)}}.redEnvelopeTutorial{background-color:#000000b3;bottom:0;padding-bottom:0;padding-bottom:calc(var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));padding-top:0;padding-top:calc(var(--android-safe-area-inset-top, env(safe-area-inset-top)));top:0;z-index:10}.redEnvelopeTutorial-wrapper{height:100%;margin:0 auto;max-width:750px;width:100%}.redEnvelopeTutorial-content{display:flex;height:calc(100% - 75px)}.redEnvelopeTutorial-item{color:#fff;display:grid;font-size:17px;font-weight:600;grid-template-rows:25px 70px 1fr;line-height:25px;max-width:750px;min-width:100vw;padding-top:24px;row-gap:12px;text-align:center;width:100vw}@media (min-width:750px){.redEnvelopeTutorial-item{min-width:750px}}.redEnvelopeTutorial-step{color:#1ec687}.redEnvelopeTutorial-text,.redEnvelopeTutorial-text--step1,.redEnvelopeTutorial-text6em,.redEnvelopeTutorial-text7em,.redEnvelopeTutorial-text8em{margin:0 auto;white-space:normal}.redEnvelopeTutorial-text6em{width:105px}.redEnvelopeTutorial-text7em{width:120px}.redEnvelopeTutorial-text8em{width:136px}.redEnvelopeTutorial-text--step1{width:8.5em}.redEnvelopeTutorial-image{background-color:#00000008;border-radius:4px;height:80.5%;overflow:hidden;position:relative}@media (max-width:374.98px){.redEnvelopeTutorial-image{height:89.2%}}.redEnvelopeTutorial-bulletWrapper{align-items:center;display:flex;justify-content:center;margin-bottom:16px}.redEnvelopeTutorial-bullet{background-color:#b7b7b7;border-radius:3px;display:inline-block;height:3px;width:16px}.redEnvelopeTutorial-bullet+.redEnvelopeTutorial-bullet{margin-left:3px}.redEnvelopeTutorial-bullet.active{background-color:#fff}.redEnvelopeTutorial-button{align-items:center;background-color:#1ec687;border-radius:36px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:500;height:36px;justify-content:center;margin:auto;white-space:nowrap;width:calc(100% - 32px)}.orderRewardIssue{display:grid;margin:16px;padding-bottom:56px;row-gap:16px}.orderRewardIssue-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;padding:16px}.orderRewardIssue-swiper{margin:0 auto;max-width:calc(100vw - 64px);width:100%}@media (min-width:750px){.orderRewardIssue-swiper{max-width:686px}}.orderRewardIssue-slide{padding:0;width:100%}.orderRewardIssue-pagination{margin-top:16px}.orderRewardIssue-cardTitle{align-items:center;color:#111;display:flex;font-size:15px;font-weight:700;line-height:22px}.orderRewardIssue-cardDescription{color:#949494;font-size:12px;line-height:18px;margin-top:4px}.orderRewardIssue-cardContent{margin-top:16px}.orderRewardIssue-cardList{display:grid;row-gap:16px}.orderRewardIssue-cardLink{align-items:center;color:#555;cursor:pointer;display:flex;font-size:13px;font-weight:700;line-height:16px}.orderRewardIssue-cardLink:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-left:auto;width:14px}.orderRewardIssue-sampleImage{margin:auto;max-width:311px}.orderRewardIssue-wideButton--arrowRight{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#1ec687;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;margin-top:16px;width:100%}.orderRewardIssue-wideButton--arrowRight:after{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.helpPage-bottomLink{left:0;position:fixed;right:0}@media screen and (min-width:790px){.helpPage-bottomLink{left:calc(100vw - 100%)}}.helpPage-bottomLink{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.helpPage-bottomLink{width:749px}}.helpPage-tab{background-color:#fff;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}.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;margin:16px;padding-bottom:56px;row-gap:16px}.helpPage-bottomLink{background-color:#fff;min-height:56px;padding:10px 16px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:6}.helpPage-bottomLink,.helpPage-bottomLinkRoundBtn{align-items:center;display:flex;justify-content:center}.helpPage-bottomLinkRoundBtn{background-color:#1ec687;border-radius:18px;color:#fff;font-size:14px;font-weight:500;height:36px;width:100%}.coverCommercial{align-items:center;bottom:0;display:grid;left:0;margin:auto;max-height:440px;max-width:337px;padding:0;position:absolute;right:0;top:0;width:89.8667%}.coverCommercial-list,.coverCommercial-list--portrait{-moz-column-gap:12px;column-gap:12px;display:grid;position:relative;row-gap:12px}.coverCommercial-list--portrait{grid-template-columns:1fr 1fr}.coverCommercial-link{border-radius:4px;cursor:pointer;display:block;overflow:hidden;position:relative;width:100%}.coverCommercial-img{display:block;height:auto;width:100%}.coverCommercial-closeBtn{align-items:center;background-color:#0006;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;height:24px;padding:0 9px;position:absolute;right:0;top:-34px}.coverCommercial-closeBtn:after{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.slogan{font-size:14px;line-height:1em}.slogan-arrowRight,.slogan-checkMark{background-size:contain;display:inline-block;height:20px;width:20px}.slogan-checkMark{margin:0 2px 0 4px}.slogan-arrowRight{margin-left:auto}.slogan-section{align-items:center;display:flex;font-weight:600;height:44px;padding:0 12px}.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{background-color:#d7eee5;color:#159867;font-weight:500}.slogan-theme--violet{background-color:#edefff;color:#8b95f4;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{background-color:#fceee7;color:#e08054;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{background-color:#e4f1ff;color:#63a0ed;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{align-items:center;background-color:#fff;border-radius:13px;display:flex;height:26px;justify-content:center;margin-right:8px;padding-right:8px}.slogan-badgeText{white-space:nowrap}.slogan-sectionText,.slogan-sectionText--longVersion,.slogan-sectionText--shortVersion{align-items:center;display:flex;flex-shrink:0;overflow:hidden;white-space:nowrap;width:-moz-fit-content;width:fit-content}@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{align-items:center;display:flex;justify-content:center;margin-left:auto}.slogan-shopImg{border-radius:4px;height:22px;margin-right:4px;overflow:hidden;width:22px}.sloganWrapper-check{background-image:url(./ico-checkmarkGreen.BMhYiTBk.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;margin-left:4px;margin-right:2px;width:20px}.sloganWrapper-point{align-items:center;color:#07b53b;display:flex;margin-left:4px}.sloganWrapper-point:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-right:1px;width:14px}.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{bottom:23px!important;position:absolute;z-index:1}.promotingBanner{border-radius:8px;display:block;overflow:hidden}.inactive[data-v-f768f9eb],.inactive[data-v-13310c54],.inactive[data-v-2e11281d]{stroke:#fff}.homeTabList-itemBadge{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.homeTabList{display:flex;font-size:16px;font-weight:500;justify-content:space-around;padding:0 16px}.homeTabList-item{color:#949494;cursor:pointer;position:relative;text-align:center;-webkit-tap-highlight-color:transparent}.homeTabList-item--active{color:var(--event-theme-color,#1ec687);font-weight:600;position:relative}.homeTabList-item--notification .homeTabList-itemIcon:after{background-color:var(--event-theme-color,#1ec687);border-radius:50%;box-shadow:0 2px 4px color-mix(in lab,transparent 80%,var(--event-theme-color,#1ec687));content:"";height:8px;position:absolute;right:-8px;top:2px;width:8px}.homeTabList-itemIcon{color:var(--event-theme-color,#1ec687);height:44px;margin:0 auto;position:relative;width:45px}.homeTabList-item--active .homeTabList-itemIcon #active{stroke:var(--event-theme-color,#1ec687)}.homeTabList-itemText{padding:12px 0 0}.homeTabList-itemBadgeWrapper{position:absolute;right:-4px;top:8px}.homeTabList-itemBadge{align-items:center;background:var(--event-theme-color,#1ec687);border-radius:8px;box-shadow:0 2px 4px color-mix(in lab,transparent 80%,var(--event-theme-color,#1ec687));color:#fff;display:flex;font-size:12px;font-weight:400;height:16px;justify-content:center;padding:0 4px;transform-origin:center;white-space:nowrap}.merchantGroupTab-fade-enter-from,.merchantGroupTab-fade-leave-to{opacity:0}.merchantGroupTab:not(.merchantGroupTab--disableSticky){position:sticky!important;top:13.98px;top:calc(13.98px + var(--android-safe-area-inset-top, 0));top:calc(13.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(13.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));z-index:5}.noTitlebar .merchantGroupTab:not(.merchantGroupTab--disableSticky){top:-40px;top:calc(-40px + var(--android-safe-area-inset-top, 0));top:calc(-40px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(-40px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .merchantGroupTab:not(.merchantGroupTab--disableSticky){top:19.98px;top:calc(19.98px + var(--android-safe-area-inset-top, 0));top:calc(19.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(19.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}#merchantGroupTab-stuckTab{bottom:-16px;padding:0 16px;position:absolute;transition:opacity .3s;width:100%}.merchantGroupTab-fade-enter-active,.merchantGroupTab-fade-leave-active{transition:opacity .3s}.redEnvelopeBanner-close:after{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.redEnvelopeBanner{left:0;position:fixed;right:0}@media screen and (min-width:790px){.redEnvelopeBanner{left:calc(100vw - 100%)}}.redEnvelopeBanner{margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.redEnvelopeBanner{width:749px}}.redEnvelopeBanner{bottom:calc(16px + var(--fixed-footer-height, 0px));opacity:0;transform:translateY(100px);z-index:6}.redEnvelopeBanner.animation,.redEnvelopeBanner.no-animation{opacity:1;transform:translateY(0)}.redEnvelopeBanner.animation{transition:opacity .3s,transform .3s}.redEnvelopeBanner-wrapper{align-items:center;background:#ff5b57;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;color:#fff;display:flex;font-size:13px;font-weight:500;height:60px;line-height:1.5;margin:0 16px;padding:0 16px 0 0;position:relative;width:calc(100% - 32px)}.redEnvelopeBanner-body{margin-right:8px}.redEnvelopeBanner-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.redEnvelopeBanner-button{align-items:center;background:#fff;border-radius:13px;color:#ff5b57;cursor:pointer;display:flex;font-size:13px;font-weight:400;font-weight:500;height:24px;margin-left:auto;padding:4px 9px;position:relative;white-space:nowrap;width:-moz-fit-content;width:fit-content}.redEnvelopeBanner-button:after{content:"";display:block;height:200%;left:0;position:absolute;top:0;transform:translate(-25%,-25%);width:200%}.redEnvelopeBanner-close{background:#0003;border-radius:18px;cursor:pointer;height:18px;position:absolute;right:-9px;top:-9px;width:18px}.redEnvelopeBanner-close:after{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.scrollableBox{background-color:#fff;overflow:hidden;padding:16px 0}.scrollableBox-list{display:flex;justify-content:space-between;padding-left:8px;padding-right:8px}.scrollableBox-item{display:inline-grid;min-width:62px}.scrollableBox-itemImg{filter:brightness(97%);height:36px;margin:0 auto 8px;position:relative;width:36px}.scrollableBox-itemImg--notification:after{background-color:var(--event-theme-color,#1ec687);border-radius:8px;content:"";display:block;height:8px;position:absolute;right:-8px;top:0;width:8px}.scrollableBox-itemText{color:#555;font-size:12px;line-height:14px;position:relative;text-align:center}.scrollableBox-image{bottom:0;position:absolute}.limitedSelection{-moz-column-gap:6px;column-gap:6px;display:grid;grid-template-columns:repeat(5,1fr)}.limitedSelection-item{align-items:center;display:grid;grid-template-rows:48px 18px max-content;justify-items:center;position:relative;row-gap:2px;text-align:center}.limitedSelection-image{border-radius:48px;filter:brightness(97%);height:48px;margin-bottom:2px;overflow:hidden;width:48px}.limitedSelection-badge{align-items:center;background-color:#8250ff;border-radius:20px;box-shadow:0 2px 4px #12121226;color:#fff;display:flex;font-size:12px;font-weight:700;height:20px;left:50%;padding:0 5px;position:absolute;top:-9px;transform:translate(-50%);white-space:nowrap;width:-moz-fit-content;width:fit-content;z-index:1}.limitedSelection-title{font-weight:600;line-height:18px}.limitedSelection-description,.limitedSelection-title{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.limitedSelection-description{color:#949494;line-height:13px}.scrollableTabMenu-item--active:after,.scrollableTabMenu-item--transitioning:after{background-image:linear-gradient(90deg,#b888ff,#8250ff);border-radius:3px;bottom:0;content:"";display:block;height:3px;left:0;position:absolute;width:100%}.scrollableTabMenu-item{color:#555;cursor:pointer;display:inline-block;font-size:14px;line-height:52px;margin:0 10px;position:relative}.scrollableTabMenu-item:first-child{margin-left:16px}.scrollableTabMenu-item:last-child{margin-right:16px}.scrollableTabMenu-item--active{color:#8250ff;font-weight:700}.scrollableTabMenu--transitioning .scrollableTabMenu-item--active:after{visibility:hidden}.scrollableTabMenu-item--transitioning:after{transform:translate(var(--indicator-offset,0));transition-duration:.3s;transition-property:transform,width;transition-timing-function:ease;visibility:visible!important;width:var(--indicator-width,100%)}.merchantsAndCoupons--skeleton .merchantsAndCoupons-storeItem:before,.merchantsAndCoupons-image{border-radius:4px;display:inline-block;height:46px;overflow:hidden;position:relative;width:46px}.merchantsAndCoupons--skeleton .merchantsAndCoupons-couponItem,.merchantsAndCoupons--skeleton .merchantsAndCoupons-more,.merchantsAndCoupons--skeleton .merchantsAndCoupons-storeItem:after,.merchantsAndCoupons--skeleton .merchantsAndCoupons-storeItem:before{background:#f5f5f5!important}.merchantsAndCoupons,.merchantsAndCoupons--skeleton{padding:16px;position:relative}.merchantsAndCoupons--skeleton .merchantsAndCoupons-storeItem:before{content:""}.merchantsAndCoupons--skeleton .merchantsAndCoupons-storeItem:after{content:"";height:32px}.merchantsAndCoupons-storeList{display:grid;gap:16px 11px;grid-auto-flow:column;grid-template:repeat(5,46px)/repeat(2,1fr)}.merchantsAndCoupons-storeItem{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex;position:relative}.merchantsAndCoupons-badge,.merchantsAndCoupons-badge--discount,.merchantsAndCoupons-badge--ecmall,.merchantsAndCoupons-badge--gift,.merchantsAndCoupons-badge--newShop{left:-3px;position:absolute;top:-8px;z-index:1}.merchantsAndCoupons-badge--discount{background-image:url(./badge-tagplus.C1Fea2fc.svg)}.merchantsAndCoupons-badge--discount,.merchantsAndCoupons-badge--newShop{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:28px}.merchantsAndCoupons-badge--newShop{background-image:url(./badge-tagnew.A5iUFeCr.svg)}.merchantsAndCoupons-badge--ecmall{background-image:url(./badge-store.BxS3T5LF.svg)}.merchantsAndCoupons-badge--ecmall,.merchantsAndCoupons-badge--gift{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:28px}.merchantsAndCoupons-badge--gift{background-image:url(./badge-gift.S-K2wspb.svg)}.merchantsAndCoupons-image{filter:brightness(97%)}.merchantsAndCoupons--skeleton .merchantsAndCoupons-storeItem:after,.merchantsAndCoupons-info{display:grid;flex:1;row-gap:4px}.merchantsAndCoupons-name{color:#303030;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.merchantsAndCoupons-eventMessage{color:#b7b7b7;font-size:12px;line-height:14px}.merchantsAndCoupons-more{align-items:center;background-color:#f5f5f5;border-radius:18px;color:#1ec687;display:flex;font-size:15px;font-weight:500;height:36px;justify-content:center;margin-top:16px}.merchantsAndCoupons-moreIcon{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.merchantsAndCoupons-coupon{-moz-column-gap:11px;column-gap:11px;display:grid;grid-template-columns:repeat(2,1fr);margin-top:16px}.merchantsAndCoupons-couponItem{align-items:center;background-color:#feefef;background-image:url(./couponbg1.CIgE5FS_.png);background-size:cover;border-radius:8px;display:flex;height:70px;overflow:hidden;padding:12px;position:relative}.merchantsAndCoupons-couponItem:nth-child(2n){background-image:url(./couponbg2.Dieb3qVT.png)}.merchantsAndCoupons-couponInfo{color:#c44949;display:-webkit-box;flex:1;font-size:14px;font-weight:700;margin-right:8px;overflow:hidden;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4;max-height:2.8em;white-space:normal}.merchantsAndCouponsWrapper{border-radius:8px;display:block;overflow:hidden;position:relative}.merchantsAndCouponsWrapper-tabmenu{background-image:url(./title_background_violet.DMY7CqS4.png);background-size:cover;margin-bottom:-8px;padding-bottom:8px}.merchantsAndCouponsWrapper-content{background-color:#fff;border-radius:8px}.merchantActivities-img>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.merchantActivities-listContainer{margin-left:-16px;margin-right:-16px;overflow:hidden;padding:0 16px}.merchantActivities-list{overflow:visible!important;width:100%}.merchantActivities-wrapper{transition-timing-function:linear!important}.merchantActivities-item{background:#fff;border-radius:8px;display:inline-block;height:272px;overflow:hidden;position:relative;vertical-align:top;width:145px}.merchantActivities-serviceBadge{left:-3px;position:absolute;top:-8px;z-index:1}.merchantActivities-img{background-color:#00000008;background-color:unset;border-radius:4px;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:100%;position:relative}.merchantActivities-logo{left:7px;position:absolute;top:127px}.merchantActivities-logoImage{border-radius:4px;filter:brightness(97%);height:52px;overflow:hidden;width:52px}.merchantActivities-info{display:grid;margin-top:43px;padding:0 7px;row-gap:8px}.merchantActivities-description{font-size:13px;font-weight:500;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.merchantActivities-brand{align-items:center;color:#b7b7b7;display:flex;font-size:12px;margin-top:2px}.merchantActivities-brandText{margin-top:-2px;max-width:calc(100% - 37px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantActivities-badge{background-image:url(./badge-direct.-_MmXx0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-left:auto;width:28px}.tooltip:before{left:0;margin-left:auto;margin-right:auto;right:0}.tooltip{background:#4696fa;border-radius:8px;max-width:343px;padding:16px 16px 20px;position:absolute;top:15px;z-index:2}.tooltip:before{border-bottom:9px solid #4696fa;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:9px;position:absolute;top:-9px;width:12px}.tooltip-description{color:#fff;font-size:14px;line-height:1.6}.tooltip-link{align-items:center;background-color:#fff;border-radius:18px;color:#4696fa;display:flex;font-size:14px;font-weight:700;justify-content:center;line-height:36px;margin-top:12px}.tooltip-link:after{background-image:url(./ico-arrow--rightCerulean.3wUeyDC2.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.personalRecommendationInfoBar-tooltip{left:0;margin-left:auto;margin-right:auto;position:absolute;right:0}.personalRecommendationInfoBar{align-items:center;background:50%/400px no-repeat url(./personalRecommend_bg.DecdWB7E.png) var(--event-theme-color,#1ec687);border-radius:16px 16px 0 0;display:flex;height:54px;justify-content:center;position:relative}.personalRecommendationInfoBar:before{border-top-left-radius:16px;left:0}.personalRecommendationInfoBar:after,.personalRecommendationInfoBar:before{background-color:transparent;bottom:-32px;box-shadow:0 -16px 0 0 var(--event-theme-color,#1ec687);content:"";height:32px;position:absolute;width:16px}.personalRecommendationInfoBar:after{border-top-right-radius:16px;right:0}.personalRecommendationInfoBar-message{color:#fff;font-size:16px;font-weight:700}.personalRecommendationInfoBar-icon{background-image:url(./ico-tipWhite.BvHyy3rj.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:16px;margin-left:3px;width:16px}.personalRecommendationInfoBar-tooltip{margin-top:54px}.circleBox{background-color:#fff;border-radius:8px;display:grid;grid-template-columns:repeat(auto-fit,20%);justify-content:space-between;padding:16px;row-gap:16px}.circleBox-itemImg{height:46px;margin:0 auto 8px;position:relative;width:46px}@media (max-width:374.98px){.circleBox-itemImg{height:40px;width:40px}}.circleBox-itemText{color:#555;font-size:12px;position:relative;text-align:center}.circleBox-image{bottom:0;position:absolute}.hotCategories-tabImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.hotCategories-tabItem.active .hotCategories-tabImage:after{background-position:50%}.hotCategories-body{background-color:#fff;border-radius:8px;display:grid;padding:16px 0;row-gap:16px}.hotCategories-menu{position:relative}.hotCategories-tab{display:inline-grid}.hotCategories-tabList{padding:0 16px}.hotCategories-tabList>:not(:first-child){margin-left:8px}.hotCategories-tabItem{align-items:center;background-color:#fff;border:1px solid #efefef;border-radius:18px;color:#555;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;line-height:16px;padding:3px 12px 3px 4px;position:relative}.hotCategories-tabItem.active{background:#d4ad79;border-color:#d4ad79;color:#fff}.hotCategories-tabItem.active .hotCategories-tabImage img{display:none}.hotCategories-tabItem.active .hotCategories-tabImage:after{background-color:#c69a5b;background-image:url(./ico-crown--narrow.CsEygGuD.svg);background-repeat:no-repeat;background-size:contain;background-size:18px;border-radius:30px;content:"";display:inline-block;height:30px;left:-1px;position:absolute;top:-1px;width:30px;z-index:1}.hotCategories-tabImage{background-color:#00000008;background:#d9d9d9;border-radius:28px;display:inline-block;filter:brightness(97%);height:0;margin-right:8px;overflow:hidden;overflow:unset;padding-bottom:28px;position:relative;width:28px}.hotCategories-tabImage img{border-radius:28px;height:28px;width:28px}.hotCategories-content{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden;padding:0 16px}@media (max-width:750px){.hotCategories-content{grid-template-columns:repeat(3,1fr)}}@media (max-width:320px){.hotCategories-content{grid-template-columns:repeat(2,1fr)}}.hotCategories-productItem{padding-bottom:100%;word-break:break-all}@media (max-width:750px){.hotCategories-productItem:nth-child(n+4){display:none}}@media (max-width:320px){.hotCategories-productItem:nth-child(n+3){display:none}}.hotCategories-emptyMessage{color:#949494;font-size:13px;font-weight:400;grid-column:1/last-col;line-height:20px;padding:90px 0}.hotCategories-button,.hotCategories-emptyMessage{align-items:center;display:flex;justify-content:center}.hotCategories-button{background:#f5f5f5;border-radius:18px;color:#a57b3f;font-size:14px;font-weight:500;height:36px;margin:0 16px}.hotCategories-button:after{background-image:url(./ico-arrow--rightBrown.COTXy36E.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-left:1px;width:17px}[data-v-e32537b9]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.paginationProducts[data-v-e32537b9]{display:grid;row-gap:16px}.paginationProducts-title[data-v-e32537b9]{align-items:center;display:flex;font-size:17px;font-weight:600;line-height:25px}.paginationProducts-title.like[data-v-e32537b9]:before{background-image:url(./ico-product-liked.CuLQs_Nv.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-right:4px;width:24px}.paginationProducts-content[data-v-e32537b9]{background-color:#fff;border-radius:8px;display:grid;padding:16px;row-gap:16px}.paginationProducts-productsArea[data-v-e32537b9]{align-items:center;display:flex;justify-content:center;min-height:221px;position:relative}.paginationProducts-loadingIndicator[data-v-e32537b9]{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.paginationProducts-noResult[data-v-e32537b9]{color:#949494;font-size:13px;font-weight:400}.paginationProducts-list[data-v-e32537b9]{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:repeat(3,1fr);height:100%}@media (max-width:374.98px){.paginationProducts-list[data-v-e32537b9]{grid-template-columns:repeat(2,1fr)}}@media (min-width:750px){.paginationProducts-list[data-v-e32537b9]{grid-template-columns:repeat(var(--pc-column-number,6),1fr)}}.paginationProducts-item[data-v-e32537b9]{border-radius:0}.paginationProducts-item[data-v-e32537b9]:nth-child(n+4){display:none}@media (min-width:750px){.paginationProducts-item[data-v-e32537b9]:nth-child(n+4){display:block}}@media (max-width:374.98px){.paginationProducts-item[data-v-e32537b9]:nth-child(n+3){display:none}}.paginationProducts-button[data-v-e32537b9]{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#1ec687;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.paginationProducts-button[data-v-e32537b9]:enabled:before{background-image:url(./ico-recircle--green.vzeZ_a1q.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-right:1px;width:17px}[data-v-234d5312]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.smartChannelProducts-image>img[data-v-234d5312]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.smartChannelProducts-top[data-v-234d5312]{-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:grid;grid-template-columns:max-content 1fr max-content;-webkit-user-select:none;-moz-user-select:none;user-select:none}.smartChannelProducts-info[data-v-234d5312]{color:#949494;display:grid;font-size:13px;line-height:16px;margin:auto 0;row-gap:4px}.smartChannelProducts-topButton[data-v-234d5312]{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#1ec687;display:flex;font-size:13px;font-weight:500;height:24px;justify-content:center;margin:auto;padding:0 9px;width:-moz-fit-content;width:fit-content}.smartChannelProducts-contentTitle[data-v-234d5312]{color:#111;font-size:15px;font-weight:600;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smartChannelProducts-image[data-v-234d5312]{background-color:#00000008;border-radius:4px;display:grid;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:46px;position:relative;width:46px}[data-v-aa81252b]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.recentlyBrowsedBanner[data-v-aa81252b]{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;height:48px;overflow:hidden;position:relative}.recentlyBrowsedBanner-container[data-v-aa81252b]{display:flex;flex-direction:column;transition:transform .5s ease-in-out}.recentlyBrowsedBanner-item[data-v-aa81252b]{align-items:center;display:grid;grid-template-columns:max-content 1fr max-content max-content 15px;height:48px;padding:0 8px}.recentlyBrowsedBanner-logo[data-v-aa81252b]{border-radius:4px;display:grid;filter:brightness(97%);height:32px;overflow:hidden;width:32px}.recentlyBrowsedBanner-info[data-v-aa81252b]{color:#949494;display:grid;font-size:12px;font-weight:400;line-height:18px;margin-left:8px}.recentlyBrowsedBanner-title[data-v-aa81252b]{color:#111;font-size:13px;font-weight:600;line-height:20px}.recentlyBrowsedBanner-title[data-v-aa81252b] em{color:#1ec687}.recentlyBrowsedBanner-merchant[data-v-aa81252b]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recentlyBrowsedBanner-images[data-v-aa81252b]{direction:rtl;display:grid;grid-template-columns:repeat(3,21px);margin-left:8px}.recentlyBrowsedBanner-image[data-v-aa81252b]{border-radius:22px;height:22px;outline:1px solid #fff;overflow:hidden;width:22px}.recentlyBrowsedBanner-image img[data-v-aa81252b]{filter:brightness(97%)}.recentlyBrowsedBanner-image[data-v-aa81252b]:first-child{z-index:3}.recentlyBrowsedBanner-image[data-v-aa81252b]:nth-child(2){z-index:2}.recentlyBrowsedBanner-count[data-v-aa81252b]{align-items:center;background-color:#1ec687;border-radius:16px;box-shadow:0 2px 4px #1ec68726;color:#fff;display:flex;font-size:12px;height:16px;justify-content:center;margin-left:8px;margin-right:1px;min-width:16px;padding:0 5px}.recentlyBrowsedBanner-arrow[data-v-aa81252b]{background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);background-repeat:no-repeat;background-size:contain;bottom:0;content:"";display:inline-block;height:14px;margin:auto 0;position:absolute;right:8px;top:0;width:14px;z-index:3}.partnerRecentlyBrowsedProducts{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.partnerRecentlyBrowsedProducts::-webkit-scrollbar{display:none;width:0}.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{margin:16px;width:auto}.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}}.mediaList-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.mediaList{display:grid;row-gap:16px}.mediaList-item{align-items:center;-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:128px minmax(0,1fr)}.mediaList-image{background-color:#f5f5f5;border-radius:4px;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:128px;z-index:1}.mediaList-count{color:#777;font-size:12px;line-height:17px;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mediaList-title{color:#111;display:-webkit-box;font-size:15px;font-weight:700;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4;max-height:2.8em;white-space:normal}.mediaList-popularBadge{background-image:url(./badge-popular.B5YAjv1y.svg)}.mediaList-advertisementBadge,.mediaList-popularBadge{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;position:relative;top:3px;width:28px}.mediaList-advertisementBadge{background-image:url(./badge-advertisement.CfVJ82ha.svg)}.topTopic-list{background-color:#fff;border-radius:8px;padding:16px 16px 20px}[data-v-ddb3a6a1]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.streamVideo-video[data-v-ddb3a6a1]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.streamVideo[data-v-ddb3a6a1]{position:relative}.streamVideo-triggerPlayLine[data-v-ddb3a6a1]{position:absolute;visibility:hidden}.streamVideo-triggerPlayLine.devMode[data-v-ddb3a6a1]{background:#1a9cff;visibility:visible;z-index:20}.streamVideo-triggerPlayLine.vertical[data-v-ddb3a6a1]{height:1px;top:var(--position);width:100%}.streamVideo-triggerPlayLine.horizon[data-v-ddb3a6a1]{height:100%;left:var(--position);width:1px}.streamVideo-poster[data-v-ddb3a6a1]{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.streamVideo-poster.active[data-v-ddb3a6a1]{opacity:0;transition:opacity 1s ease-in-out .7s}.streamVideo-video[data-v-ddb3a6a1]{min-height:100%;width:100%;z-index:-1}.liveStatusBadge{background:#00000080;color:#fff;-moz-column-gap:5px;column-gap:5px;display:grid;font-size:12px;grid-template-columns:repeat(2,minmax(0,max-content));padding-right:6px;width:-moz-fit-content;width:fit-content}.liveStatusBadge,.liveStatusBadge-badge{align-items:center;border-radius:20px;height:20px}.liveStatusBadge-badge{background-color:#000;display:flex;padding:0 4px}.liveStatusBadge-badge--live{background-image:url(./badge-live--redRounded.ML-PLYQA.png);background-size:contain;display:inline-block;height:20px;width:36px}.liveStatusBadge-content{align-items:center;display:flex}.liveStatusBadge-icon{background-image:url(./ico-bust--white.BljCN3ux.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:11px;margin-right:1px;width:11px}[data-v-44f9dca6]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.liveMerchandise-image>img[data-v-44f9dca6]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.liveMerchandise[data-v-44f9dca6]{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(2,minmax(0,max-content))}.liveMerchandise-image[data-v-44f9dca6]{background-color:#00000008;background-color:#fff;border-radius:4px;overflow:hidden;padding-bottom:100%;position:relative;width:40px}.liveMerchandise-image[data-v-44f9dca6]:after{background-color:transparent;border:1px solid rgba(0,0,0,.05);border-radius:4px;content:"";display:block;height:40px;position:absolute;width:40px;z-index:1}.liveMerchandise-content[data-v-44f9dca6]{font-size:13px;font-weight:400;line-height:16px}.liveMerchandise-name[data-v-44f9dca6]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveMerchandise-price[data-v-44f9dca6]{font-weight:600;line-height:20px}.liveAvatarInfo-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.liveAvatarInfo{align-items:center;color:#949494;-moz-column-gap:4px;column-gap:4px;display:grid;font-size:12px;grid-template-columns:repeat(2,minmax(0,max-content));width:-moz-fit-content;width:fit-content}.liveAvatarInfo-image{background-color:#00000008;border-radius:20px;height:0;overflow:hidden;padding-bottom:100%;position:relative;width:20px}.liveAvatarInfo-image:after{background-color:transparent;border:1px solid rgba(0,0,0,.05);border-radius:20px;content:"";display:block;height:20px;position:absolute;width:20px;z-index:1}.liveAvatarInfo-text{color:#949494;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveAvatarInfo-text.light{color:#fff}[data-v-fa09b7c2]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.liveCard-backdrop[data-v-fa09b7c2],.liveCard-backdrop[data-v-fa09b7c2]:before,.liveCard-movie[data-v-fa09b7c2]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.liveCard[data-v-fa09b7c2]{cursor:pointer;position:relative}.liveCard-header[data-v-fa09b7c2]{display:flex;left:0;padding:8px 8px 0;position:absolute;right:0;top:0;z-index:2}.liveCard-badge[data-v-fa09b7c2]{background:#000;border-radius:4px;font-size:15px;font-style:italic;font-weight:700;height:28px;left:-8px;position:relative;top:-8px;width:28px}.liveCard-badge[data-v-fa09b7c2],.liveCard-totalTime[data-v-fa09b7c2]{align-items:center;color:#fff;display:flex;justify-content:center}.liveCard-totalTime[data-v-fa09b7c2]{background:#00000080;border-radius:20px;font-size:12px;height:20px;margin-left:auto;padding:0 6px;width:-moz-fit-content;width:fit-content}.liveCard-footer[data-v-fa09b7c2]{bottom:0;display:flex;left:0;padding:0 8px 8px;position:absolute;right:0;z-index:2}.liveCard-volumnButton[data-v-fa09b7c2]{background-color:transparent;background-image:url(./ico-volumnOn.BJMctNlC.svg)}.liveCard-volumnButton[data-v-fa09b7c2],.liveCard-volumnButton.muted[data-v-fa09b7c2]{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:30px;width:30px}.liveCard-volumnButton.muted[data-v-fa09b7c2]{background-image:url(./ico-volumnOff.GXNwMDDV.svg)}.liveCard-mainContent[data-v-fa09b7c2]{border-radius:8px;display:block;height:0;overflow:hidden;padding-bottom:133.335%;position:relative}.liveCard-coverLayer[data-v-fa09b7c2]{height:100%;padding:8px;position:absolute;width:100%;z-index:2}.liveCard-title[data-v-fa09b7c2]{display:-webkit-box;font-size:13px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2307692308;max-height:2.46154em;white-space:normal}.liveCard-movie[data-v-fa09b7c2]{z-index:1}.liveCard-movie[data-v-fa09b7c2]:after{background-color:transparent;border:1px solid rgba(0,0,0,.05);border-radius:8px;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.liveCard-movieItem[data-v-fa09b7c2]{height:100%;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%;z-index:-1}.liveCard-backdrop[data-v-fa09b7c2]{align-items:flex-end;display:flex;height:100%;padding:8px;width:100%;z-index:2}.liveCard-backdrop[data-v-fa09b7c2]:before{background:linear-gradient(180deg,#12121200 50%,#12121299),linear-gradient(0deg,#00000008,#00000008);content:"";z-index:1}.liveCard-product[data-v-fa09b7c2]{position:relative;z-index:2}.liveCard-detail[data-v-fa09b7c2]{display:grid;padding-top:8px;row-gap:6px}.liveCard-totalCount[data-v-fa09b7c2]{font-size:13px;font-weight:600;line-height:16px}.liveBrand{align-content:flex-start;cursor:pointer;display:inline-grid;position:relative;width:68px}.liveBrand.onAir:after{background-image:url(./badge-live--redRoundedwithStroke.CGsGhTOC.png);background-size:contain;content:"";display:block;height:20px;position:absolute;right:50%;top:48px;transform:translate(50%);width:36px;z-index:1}.liveBrand-animationImg{height:68px;position:absolute;top:0;width:68px}.liveBrand-avatar{background-color:#fafafa;border-radius:60px;flex-shrink:0;height:60px;margin:4px auto;overflow:hidden;position:relative;width:60px}.liveBrand-avatar img{height:100%;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:auto}.liveBrand-avatar:after{background-color:transparent;border:1px solid rgba(0,0,0,.05);border-radius:60px;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.liveBrand-badge{align-items:center;background:#000;border:1.5px solid #fff;border-radius:20px;color:#fff;display:flex;font-size:12px;font-style:italic;font-weight:800;height:20px;justify-content:center;left:0;position:absolute;top:0;width:20px;z-index:2}.liveBrand-detail{display:grid;padding-top:4px;row-gap:4px}.liveBrand-name{display:-webkit-box;font-size:12px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2307692308;max-height:2.46154em;text-align:center;white-space:normal;word-break:break-all}.liveBrand-description{color:#b7b7b7;font-size:12px;font-weight:400;line-height:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveBrand.listMode{-moz-column-gap:8px;column-gap:8px;display:flex;width:-moz-fit-content;width:fit-content}.liveBrand.listMode.onAir{background-position:0;background-size:68px}.liveBrand.listMode.onAir:after{left:16px;right:auto;transform:none}.liveBrand.listMode .liveBrand-avatar{margin:4px}.liveBrand.listMode .liveBrand-detail{align-content:center;align-items:center;padding-top:0}.liveBrand.listMode .liveBrand-name{font-size:15px;text-align:left;-webkit-line-clamp:1}.liveBrandList-title{font-size:17px;margin:16px 16px 0;width:auto}.liveBrandList-defaultTitle{font-size:15px;font-weight:600;padding:20px 16px 16px}.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}[data-v-661da8fa]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.liveHotVideos-title[data-v-661da8fa]{font-size:17px;font-weight:700;line-height:1.5;padding:16px}.liveHotVideos-title.isSmallTitle[data-v-661da8fa]{font-size:15px;font-weight:600;line-height:22px}.liveHotVideos-list[data-v-661da8fa]{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:1fr 1fr;padding:0 16px 16px;row-gap:24px}.liveHotVideos-list--scrollable[data-v-661da8fa]{align-items:flex-start;display:flex;padding:0 16px}.liveHotVideos-list--scrollable[data-v-661da8fa]>:not(:first-child){margin-left:10px}.liveHotVideos-item[data-v-661da8fa]{display:inline-block}.liveHotVideos-item[data-v-661da8fa]:first-child .liveCard-badge{background:#ff5b57}.liveHotVideos-item[data-v-661da8fa]:first-child .liveCard-totalCount{color:#ff5b57}.liveHotVideos-list--scrollable .liveHotVideos-item[data-v-661da8fa]{min-width:150px;width:150px}.liveProductCard-product{cursor:pointer;position:relative}.liveProductCard-image{background-color:#fafafa;border-radius:8px;height:120px;overflow:hidden;position:relative}.liveProductCard-image img{height:100%;margin:auto;width:auto}.liveProductCard-image:after{background-color:transparent;border:1px solid rgba(0,0,0,.05);border-radius:8px;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.liveProductCard-badge{align-items:center;background:#000;border-radius:4px;color:#fff;display:flex;font-size:15px;font-style:italic;font-weight:700;height:28px;justify-content:center;left:0;position:absolute;top:0;width:28px}.liveProductCard:first-child .liveProductCard-badge{background:#ff5b57}.liveProductCard-detail{display:grid;padding-top:8px;row-gap:4px}.liveProductCard-count{color:#949494;font-size:12px;font-weight:600;line-height:18px}.liveProductCard:first-child .liveProductCard-count{color:#ff5b57}.liveProductCard-title{display:-webkit-box;font-size:13px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2307692308;max-height:2.46154em;white-space:normal;word-break:break-all}.liveProductCard-price{color:#111;font-size:15px;font-weight:600;line-height:22px}.liveProductCard-point{align-items:center;color:#06c755;display:flex;font-size:12px;line-height:14px}.liveProductCard-point:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-right:1px;width:14px}.liveProductCard-avatar{margin-top:4px}.liveHotProducts-title{font-size:17px;font-weight:700;line-height:1.5;padding:16px}.liveHotProducts-title.isSmallTitle{font-size:15px;font-weight:600;line-height:22px;padding:4px 16px 16px}.liveHotProducts-list{align-items:flex-start;display:flex;padding:0 16px}.liveHotProducts-list>:not(:first-child){margin-left:10px}.liveHotProducts-item{display:inline-block;flex-basis:120px;min-width:120px;width:120px}.liveInfoModal-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.liveInfoModal-button--favorite,.liveInfoModal-button--go,.liveInfoModal-button--notice{align-items:center;background:#fff;border:1px solid #efefef;border-radius:18px;color:#777;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;line-height:36px}.liveInfoModal{-moz-column-gap:8px;column-gap:8px;display:grid;position:relative;row-gap:8px}.liveInfoModal-top{-moz-column-gap:12px;column-gap:12px;display:grid;grid-column-end:3;grid-column-start:1;grid-template-columns:max-content 1fr}.liveInfoModal-image{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;padding-bottom:133.339%;position:relative;width:120px}.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{align-items:center;color:#949494;display:flex;font-size:13px;font-weight:600;line-height:16px}.liveInfoModal-timeSeparationDot{margin:0 4px}.liveInfoModal-title{display:-webkit-box;font-size:15px;font-weight:400;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-height:1.466;margin-top:2px;max-height:7.33em;white-space:normal}.liveInfoModal-favoriteIcon.btnFavorite.ico-product-like{height:17px;margin-right:1px;width:17px}.liveInfoModal-button--go:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-left:1px;width:17px}.liveInfoModal-button--notice{border-color:#fe3f3e;color:#fe3f3e;grid-column-end:3;grid-column-start:1;margin-top:8px}.liveInfoModal-button--notice:before{background-image:url(./ico-bell--red.Ch4klLIW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-right:1px;width:17px}.liveInfoModal-button--notice.supportAddFriend:before{background-image:url(./ico-addFriend--red.BPmOqRVE.svg)}.liveInfoModal-button--notice.loading:before,.liveInfoModal-button--notice.supportAddFriend:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}.liveInfoModal-button--notice.loading:before{background-image:url(./ico-loading--red.dwfUuMEJ.svg)}[data-v-f4e02250]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.liveInfo-date[data-v-f4e02250],.liveInfo-image[data-v-f4e02250],.liveInfo-img[data-v-f4e02250],.liveInfo-shopInfo[data-v-f4e02250]:after{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.liveInfo[data-v-f4e02250]{display:inline-grid}.liveInfo-list[data-v-f4e02250]{display:grid;row-gap:16px}.liveInfo-list--scrollable[data-v-f4e02250]{padding:0 16px}.liveInfo-list--scrollable[data-v-f4e02250]>:not(:first-child){margin-left:10px}.liveInfo-item[data-v-f4e02250]{cursor:pointer;display:inline-grid;position:relative;row-gap:8px;width:150px}.listMode .liveInfo-item[data-v-f4e02250]{-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:100px 1fr;width:100%}.liveInfo-itemTop[data-v-f4e02250]{border-radius:8px;height:200px;overflow:hidden;position:relative;width:150px}.liveInfo-shopInfo[data-v-f4e02250]{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-end;overflow:hidden;padding:12px;position:relative;z-index:3}.liveInfo-shopInfo[data-v-f4e02250]:after{background:#00000080;content:"";z-index:2}.liveInfo-image[data-v-f4e02250]{z-index:1}.listMode .liveInfo-image[data-v-f4e02250]{border-radius:8px;display:flex;height:133px;overflow:hidden;position:relative;width:100px}.listMode .liveInfo-image[data-v-f4e02250]:after{background:#00000080;content:"";height:100%;position:absolute;width:100%;z-index:1}.liveInfo-img[data-v-f4e02250]{height:100%;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}.liveInfo-content[data-v-f4e02250]{align-content:flex-start;display:grid;margin-top:4px;row-gap:6px}.liveInfo-time[data-v-f4e02250]{color:#fff;display:grid;font-size:13px;font-weight:600;justify-items:center;line-height:20px;margin-bottom:32px;position:relative;row-gap:2px;z-index:3}.liveInfo-timeText[data-v-f4e02250]{font-size:24px;line-height:29px}.liveInfo-date[data-v-f4e02250]{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:13px;font-weight:600;justify-content:center;line-height:20px;z-index:2}.liveInfo-dateTime[data-v-f4e02250]{font-size:17px;font-weight:500;line-height:25px;margin-top:2px}.liveInfo-name[data-v-f4e02250]{color:#c8c8c8;font-size:13px;line-height:20px;margin-top:6px;max-width:100%;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:3}.liveInfo-actionTools[data-v-f4e02250]{align-items:center;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:1fr 32px;margin-top:12px;position:relative;width:100%;z-index:3}.listMode .liveInfo-actionTools[data-v-f4e02250]{-moz-column-gap:8px;column-gap:8px;margin-top:6px;width:-moz-fit-content;width:fit-content}.liveInfo-button[data-v-f4e02250]{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#fff3;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:400;height:32px;justify-content:center;line-height:18px;padding:0 11px;position:relative;white-space:nowrap;width:77px}.liveInfo-button[data-v-f4e02250]:before{background-image:url(./ico-bell--white.As7mgZX1.svg);margin-right:1px}.listMode .liveInfo-button[data-v-f4e02250]:before,.liveInfo-button[data-v-f4e02250]:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.listMode .liveInfo-button[data-v-f4e02250]:before{background-image:url(./ico-bell--red.Ch4klLIW.svg)}.liveInfo-button.supportAddFriend[data-v-f4e02250]:before{background-image:url(./ico-addFriend--white.CY1b6Y3V.svg);margin-right:1px}.listMode .liveInfo-button.supportAddFriend[data-v-f4e02250]:before,.liveInfo-button.supportAddFriend[data-v-f4e02250]:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.listMode .liveInfo-button.supportAddFriend[data-v-f4e02250]:before{background-image:url(./ico-addFriend--red.BPmOqRVE.svg)}.liveInfo-button.loading[data-v-f4e02250]:before{background-image:url(./ico-loading--white.5G4YHqfR.svg);margin-right:1px}.listMode .liveInfo-button.loading[data-v-f4e02250]:before,.liveInfo-button.loading[data-v-f4e02250]:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.listMode .liveInfo-button.loading[data-v-f4e02250]:before{background-image:url(./ico-loading--red.dwfUuMEJ.svg)}.liveInfo-button.clicked[data-v-f4e02250]{background-color:#c8c8c8;cursor:none}.listMode .liveInfo-button[data-v-f4e02250]{border:1px solid #ff5b57;border-radius:16px;color:#ff5b57}.liveInfo-btnFavorite[data-v-f4e02250]{background-color:transparent;border-radius:32px;margin-left:6px;position:relative}.liveInfo-btnFavorite[data-v-f4e02250]:after{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#fff3;border-radius:4px;height:32px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px;z-index:-1}.listMode .liveInfo-btnFavorite[data-v-f4e02250]:after{background-color:none}.listMode .liveInfo-btnFavorite[data-v-f4e02250]{margin-left:0}.liveInfo-title[data-v-f4e02250]{font-size:13px;line-height:1.2;max-height:2.4em;word-break:break-all}.listMode .liveInfo-title[data-v-f4e02250],.liveInfo-title[data-v-f4e02250]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.listMode .liveInfo-title[data-v-f4e02250]{font-size:15px;line-height:1.4;max-height:2.8em}.liveInfo-moreItem[data-v-f4e02250]{cursor:pointer;display:inline-grid;position:relative;row-gap:8px;width:62px}.liveInfo-moreItem[data-v-f4e02250]:after{background-image:url(./img-seeMore.Cj93UM9y.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:48px;margin-left:14px;position:relative;top:82px;width:48px}[data-v-1500ef2b]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.liveWeeklySchedules-sectionTitle[data-v-1500ef2b]{margin:16px 16px 0;width:auto}.liveWeeklySchedules-wrapper[data-v-1500ef2b]{position:relative}.liveWeeklySchedules-wrapper--sticky[data-v-1500ef2b]{position:sticky!important;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:5}.noTitlebar .liveWeeklySchedules-wrapper--sticky[data-v-1500ef2b]{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-1500ef2b]{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-1500ef2b]{background-color:#fff;-moz-column-gap:6px;column-gap:6px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));height:92px;padding:16px 16px 20px;position:relative;width:100%}.liveWeeklySchedules-headerItem[data-v-1500ef2b]{align-items:center;color:#000;cursor:pointer;display:flex;flex-direction:column;font-size:15px;font-weight:600;justify-content:center;line-height:18px;text-align:center;transition-duration:.3s;transition-property:color;transition-timing-function:ease;z-index:1}.liveWeeklySchedules-headerItem.disable[data-v-1500ef2b]{color:#c8c8c8}.liveWeeklySchedules-glider[data-v-1500ef2b]{background:#fe3f3e;border-radius:4px;bottom:16px;position:absolute;top:16px;transition-duration:.3s;transition-property:left;transition-timing-function:ease}.liveWeeklySchedules-headerDays[data-v-1500ef2b]{color:#949494;font-size:12px;line-height:14px;margin-bottom:4px}.disable .liveWeeklySchedules-headerDays[data-v-1500ef2b]{color:#c8c8c8}.selected .liveWeeklySchedules-headerDays[data-v-1500ef2b]{color:#fff9}.liveWeeklySchedules-headerItem.selected[data-v-1500ef2b]{background:#fe3f3e;border-radius:6px;color:#fff}.liveWeeklySchedules-headerItem.selected.animating[data-v-1500ef2b]{background:transparent}.liveWeeklySchedules-dailyLivelist[data-v-1500ef2b]{row-gap:16px}.liveWeeklySchedules-dailyLiveItem[data-v-1500ef2b]{padding:0 16px 16px}.liveWeeklySchedules-dailyLivelistDate[data-v-1500ef2b]{-moz-column-gap:6px;column-gap:6px;display:grid;font-size:15px;font-weight:600;grid-template-columns:max-content max-content;line-height:22px;margin-bottom:16px}.liveWeeklySchedules-dailyLivelistDate em[data-v-1500ef2b]{color:#b7b7b7}[data-v-171be7ff]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.liveCardList-content[data-v-171be7ff]{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:1fr 1fr;padding:16px;row-gap:24px}.liveCardList-insertScrollableItem[data-v-171be7ff]{display:inline-grid;margin-bottom:48px;margin-left:calc(-100% - 24px);margin-top:32px;width:calc(200% + 40px)}.liveCardList-triggerArea--vertical.devMode[data-v-171be7ff]{background:#1ec68780;bottom:var(--viewportEnd);left:0;position:fixed;right:0;top:var(--viewportStart);z-index:19}.liveCardList-triggerArea--horizon.devMode[data-v-171be7ff]{background:#e7958880;bottom:0;left:var(--viewportStart);position:fixed;right:var(--viewportEnd);top:0;z-index:19}.wideButton{display:block;width:100%}.wideButton-content{align-items:center;background-color:#f5f5f5;border-radius:18px;color:#1ec687;cursor:pointer;display:flex;font-size:15px;font-weight:500;height:36px;justify-content:center;padding:0 12px;width:100%}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.wideButton .ico-arrow--rightGrey{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg)}.wideButton .ico-arrow--rightBlack{background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.liveHallEntry-title{padding:0 16px}.liveHallEntry .wideButton{margin:16px 16px 0;width:auto}.liveHallEntry .wideButton-content{background:#efefef}[data-v-2afdfe0f]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.missionSlide-seeMore[data-v-2afdfe0f]{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.missionSlide-angpauBg[data-v-2afdfe0f],.missionSlide-image[data-v-2afdfe0f]{border-radius:40px;display:flex;height:40px;overflow:hidden;position:relative;width:40px}.missionSlide[data-v-2afdfe0f]{background-color:#fff;border-radius:8px;display:grid;font-size:12px;padding:16px 0;row-gap:12px}.missionSlide-title[data-v-2afdfe0f]{color:#111;font-size:17px;font-weight:700;padding:0 16px}.missionSlide-detailTitle[data-v-2afdfe0f]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#303030;font-size:15px;font-weight:600;line-height:1.2;margin-top:2px;max-height:2.4em;white-space:normal}.missionSlide-list[data-v-2afdfe0f]{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex;padding:0 16px}.missionSlide-item[data-v-2afdfe0f]{align-items:center;border:1px solid rgba(0,0,0,.03);border-radius:8px;display:inline-grid;grid-template-columns:72px minmax(0,130px) 72px;min-height:95px;min-width:268px;position:relative}.missionSlide-item.ANGPAU[data-v-2afdfe0f],.missionSlide-item.ANGPAU--appOnly[data-v-2afdfe0f],.missionSlide-item.ANGPAU--passport[data-v-2afdfe0f],.missionSlide-item.ANGPAU--travel[data-v-2afdfe0f]{background-color:#ff5b571a}.missionSlide-item.REWARD_MISSION[data-v-2afdfe0f]{background-color:#06c7551a}.missionSlide-item.REGULAR_SHOPPING[data-v-2afdfe0f]{background-color:#638dff1a}.missionSlide-info[data-v-2afdfe0f]{display:grid;gap:6px;justify-content:center}.missionSlide-angpauImage[data-v-2afdfe0f]{position:relative}.missionSlide-angpauBg[data-v-2afdfe0f]{background:#ffdbdb;border:.5px solid rgba(0,0,0,.03);display:flex;justify-content:center}.missionSlide-angpauBg img[data-v-2afdfe0f]{position:relative;top:4px}.missionSlide-travelBadge[data-v-2afdfe0f]{background-image:url(./badge-travel.Ba7xK9qk.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;left:0;position:absolute;top:0;width:28px;z-index:1}.missionSlide-image[data-v-2afdfe0f]{filter:brightness(97%)}.missionSlide-points[data-v-2afdfe0f]{align-items:center;color:#07b53b;display:flex;font-size:15px;font-weight:400;font-weight:600;justify-content:center}.missionSlide-points[data-v-2afdfe0f]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.missionSlide-detail[data-v-2afdfe0f]{display:grid;row-gap:4px}.missionSlide-badge[data-v-2afdfe0f]{margin-right:3px;width:var(--badge-width)}.missionSlide-badge img[data-v-2afdfe0f]{width:100%}.missionSlide-description[data-v-2afdfe0f]{color:#0006;left:-5px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.missionSlide-button[data-v-2afdfe0f]{align-items:center;border-radius:24px;color:#fff;display:flex;font-size:13px;font-weight:500;height:24px;justify-content:center;margin:auto;padding:0 9px;width:-moz-fit-content;width:fit-content}.ANGPAU .missionSlide-button[data-v-2afdfe0f]{background-color:#ff5b57;width:44px}.REWARD_MISSION .missionSlide-button[data-v-2afdfe0f]{background-color:#06c755}.REGULAR_SHOPPING .missionSlide-button[data-v-2afdfe0f]{background-color:#638dff}.missionSlide-button.isReceive[data-v-2afdfe0f]{background-color:#fff;color:#ff5b57}.missionSlide-button .loading[data-v-2afdfe0f]{background-image:url(./ico-loading--white.5G4YHqfR.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;width:12px}.missionSlide-link[data-v-2afdfe0f]{align-items:center;background-color:#f5f5f5;border-radius:58px;display:flex;display:inline-flex;flex-shrink:0;height:58px;justify-content:center;margin-left:16px;width:58px}.missionSlide-link[data-v-2afdfe0f]:before{background-image:url(./ico-arrow--rightGrayBold.D4AV8bOv.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:10px}.missionSlide-seeMore[data-v-2afdfe0f]{background-color:#f5f5f5;color:#111;font-weight:400;margin:auto 16px}.missionSlide-seeMore[data-v-2afdfe0f]:after{background-image:url(./ico-arrow--right111111.q8YJKxfQ.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.missionSlide-timer[data-v-2afdfe0f]{align-items:center;background:#0006;border-radius:2px 8px 2px 2px;color:#fff;display:flex;padding:3px 6px 3px 4px;position:absolute;right:-1px;top:-1px}.missionSlide-timer[data-v-2afdfe0f]:before{background-image:url(./ico-clock--white.Q21hX6mA.svg);height:14px;width:14px}.missionSlide-fullBadge[data-v-2afdfe0f],.missionSlide-timer[data-v-2afdfe0f]:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block}.missionSlide-fullBadge[data-v-2afdfe0f]{background-image:url(./img-allFullStamp.BKwEGvce.svg);flex-shrink:0;height:44px;margin:auto 0 auto 8px;width:44px}[data-v-aca1e129]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.calendar[data-v-aca1e129]{-moz-column-gap:2px;column-gap:2px;display:grid;grid-template-columns:repeat(6,1fr)}.calendar-item[data-v-aca1e129]{align-items:center;background-color:transparent;border-radius:10px;cursor:pointer;display:grid;font-weight:600;justify-content:center;justify-items:center;padding:8px 0;row-gap:4px;transition:background-color .3s ease-in-out}.calendar-item[data-v-aca1e129]:first-child{background-color:#f5f5f5}.calendar-item.isEmpty[data-v-aca1e129]{background-color:#fff;color:#c8c8c8;cursor:default}.calendar-item.active[data-v-aca1e129]{background-color:#000;color:#fff}.fullPage .calendar-item[data-v-aca1e129]{padding:10px 0;row-gap:3px}.calendar-date.small[data-v-aca1e129]{font-size:12px}.fullPage .calendar-date.small[data-v-aca1e129]{font-size:13px}.calendar-dayOfWeek[data-v-aca1e129]{color:#949494;font-size:12px;font-weight:400;line-height:14px}.active .calendar-dayOfWeek[data-v-aca1e129]{color:#dcdcdc}.isEmpty .calendar-dayOfWeek[data-v-aca1e129]{color:#c8c8c8}[data-v-adc54418]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.calendarItem-button[data-v-adc54418],.calendarItem-button.addedToCalendar[data-v-adc54418]{align-items:center;border-radius:32px;display:flex;font-size:13px;font-weight:600;height:32px;justify-content:center}.calendarItem[data-v-adc54418]{background-color:#fff;border:1px solid #f5f5f5;border-radius:16px;box-shadow:0 2px 8px -2px #0000000a;display:grid;padding:12px 10px;position:relative;row-gap:4px;width:126px}.fullPage .calendarItem[data-v-adc54418]{padding:12px;width:150px}.calendarItem-badge[data-v-adc54418]{left:5px;position:absolute;top:5px;z-index:2}.calendarItem-badge.ANGPAU[data-v-adc54418]{background-image:url(./badge-angpau.Bivv1eF0.svg)}.calendarItem-badge.ANGPAU[data-v-adc54418],.calendarItem-badge.REWARD_MISSION[data-v-adc54418]{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:39px}.calendarItem-badge.REWARD_MISSION[data-v-adc54418]{background-image:url(./badge-mission.CMEkXpo6.svg)}.calendarItem-badge.REGULAR_SHOPPING[data-v-adc54418]{background-image:url(./badge-regularShopping.DZbGtA2Q.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:48px}.fullPage .calendarItem-badge[data-v-adc54418]{left:inherit;right:6px;top:6px}.calendarItem-logoGroup[data-v-adc54418]{height:40px;margin:0 auto;position:relative;width:40px}.fullPage .calendarItem-logoGroup[data-v-adc54418]{height:48px;margin:0 auto 4px;width:48px}.calendarItem-logoImage[data-v-adc54418]{border-radius:40px;display:flex;filter:brightness(97%);height:40px;margin:0 auto;overflow:hidden;width:40px}.fullPage .calendarItem-logoImage[data-v-adc54418]{border-radius:48px;height:48px;width:48px}.calendarItem-favoriteIcon[data-v-adc54418]{align-items:center;background-color:#fff;border:.63px solid #efefef;border-radius:50%;bottom:0;display:flex;height:20px;justify-content:center;position:absolute;right:-10px;width:20px;z-index:1}.calendarItem-partnerLink[data-v-adc54418]{display:grid;row-gap:2px}.fullPage .calendarItem-partnerLink[data-v-adc54418]{row-gap:4px}.calendarItem-merchant[data-v-adc54418]{color:#111;font-size:12px;font-weight:600;line-height:14px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.calendarItem-reward[data-v-adc54418]{display:inline-grid;font-size:14px;font-weight:600;grid-template-columns:minmax(0,auto) max-content;justify-content:center}.calendarItem-rewardText[data-v-adc54418]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fullPage .calendarItem-reward[data-v-adc54418]{font-size:15px}.calendarItem-points[data-v-adc54418]{align-items:center;color:#07b53b;display:flex;font-weight:400;margin-left:2px}.calendarItem-points[data-v-adc54418]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.fullPage .calendarItem-points[data-v-adc54418]:before{height:16px;width:16px}.calendarItem-originalReward[data-v-adc54418]{align-items:center;color:#b7b7b7;display:flex;font-weight:400;text-decoration:line-through}.calendarItem-originalReward[data-v-adc54418]:before{background-image:url(./ico-point--grey.Dg8b4yyB.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.fullPage .calendarItem-originalReward[data-v-adc54418]{font-size:12px;margin:auto}.calendarItem-button[data-v-adc54418]{background-color:#f5f5f5;color:#111}.calendarItem-button.addedToCalendar[data-v-adc54418]{background-color:#fff;border:1px solid #f5f5f5;color:#777}.calendarItem-icon[data-v-adc54418]{align-items:center;display:flex}.calendarItem-icon[data-v-adc54418]:before{background-image:url(./ico-calendar.BL08-lVw.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-right:1px;width:17px}.calendarItem-timer[data-v-adc54418]{align-items:center;color:#777;display:flex;font-size:12px;justify-content:center;line-height:14px;margin-top:4px;position:relative}.fullPage .calendarItem-timer[data-v-adc54418]{font-size:13px;line-height:16px;margin-top:6px}.calendarItem-timer--clock[data-v-adc54418]:before{background-image:url(./ico-clock--bold.BSH1sXz8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:2px;width:16px}.calendarItem-timer--orange[data-v-adc54418]{color:#ff6f36}.calendarItem-timer--orange .calendarItem-circle--top[data-v-adc54418]{stroke:#ff6f36}.calendarItem-timer--orange .calendarItem-circle--back[data-v-adc54418]{stroke:#ff6f3633}.calendarItem-timer--red[data-v-adc54418]{color:#ff5b57}.calendarItem-timer--red .calendarItem-circle--top[data-v-adc54418]{stroke:#ff5b57}.calendarItem-timer--red .calendarItem-circle--back[data-v-adc54418]{stroke:#ff5b5733}.calendarItem-circleWrapper[data-v-adc54418]{height:16px;margin-right:2px;position:relative;width:16px}.calendarItem-circle[data-v-adc54418]{height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:16px}[data-v-b35a535f]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.calendarList[data-v-b35a535f]{display:flex;gap:16px;justify-content:flex-start}.calendarList[data-v-b35a535f]>*{flex:0 0 max-content}.calendarList-scrollableWrapper[data-v-b35a535f]{display:inline-flex;height:332px;min-width:100%}.calendarList-scrollableWrapper.noChild[data-v-b35a535f]{display:none}.fullPage .calendarList-scrollableWrapper[data-v-b35a535f]{height:424px}.calendarList-content[data-v-b35a535f]{display:grid;flex-grow:0;gap:8px;grid-auto-flow:column dense;grid-template-columns:repeat(auto-fit,minmax(0,min-content));grid-template-rows:1fr 1fr}.calendarList-nextDay[data-v-b35a535f]{flex-grow:1;grid-row-end:3;grid-row-start:1;min-width:150px}.calendarList-nextDay[data-v-b35a535f],.calendarList-nextDayWrapper[data-v-b35a535f]{align-items:center;display:flex;justify-content:center}.calendarList-nextDayWrapper[data-v-b35a535f]{cursor:pointer;flex-direction:column;row-gap:4px;width:40px}.calendarList-nextDayImg[data-v-b35a535f]{width:40px}.calendarList-nextDayText[data-v-b35a535f]{align-items:center;color:#b7b7b7;display:flex;font-size:12px;height:20px;justify-content:center;line-height:14px}[data-v-b6982e2b]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.calendarNotice[data-v-b6982e2b]{left:0;position:fixed;right:0}@media screen and (min-width:790px){.calendarNotice[data-v-b6982e2b]{left:calc(100vw - 100%)}}.calendarNotice[data-v-b6982e2b]{background-color:#000000b3;border-radius:8px;bottom:calc(16px + var(--fixed-footer-height, 0px));color:#fff;font-size:13px;margin:0 auto;max-width:calc(min(750px,100vw) - 32px);padding:12px 16px}.calendarNotice-close[data-v-b6982e2b]{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:20px;position:relative;position:absolute;right:12px;top:12px;width:20px}.calendarNotice-close[data-v-b6982e2b]:after{content:"";display:block;height:200%;left:0;position:absolute;top:0;transform:translate(-25%,-25%);width:200%}.calendarNotice-title[data-v-b6982e2b]{align-items:center;display:flex;font-size:15px;font-weight:600;line-height:24px;margin-bottom:10px}.calendarNotice-title[data-v-b6982e2b]:before{background-image:url(./ico-calendarWhite.B-rHPhUf.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-right:1px;width:24px}.calendarNotice-info[data-v-b6982e2b]{align-items:center;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:max-content 1fr max-content}.calendarNotice-logoImage[data-v-b6982e2b]{border-radius:32px;filter:brightness(97%);height:32px;overflow:hidden;width:32px}.calendarNotice-description[data-v-b6982e2b]{line-height:20px}.calendarNotice-text[data-v-b6982e2b]{display:grid;grid-template-columns:max-content 1fr}.calendarNotice-text[data-v-b6982e2b] em{color:#1ec687;margin-left:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendarNotice-button[data-v-b6982e2b]{align-items:center;background-color:#1ec687;border-radius:12px;cursor:pointer;display:flex;font-weight:500;height:24px;justify-content:center;padding:0 9px}.calendarNotice-button[data-v-b6982e2b]:before{background-image:url(./ico-product-like--white.D0MeNH-k.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}.calendarNotice-button--liked[data-v-b6982e2b]{background-color:transparent;border:1px solid hsla(0,0%,100%,.1)}.calendarNotice-button--liked[data-v-b6982e2b]:before{background-image:url(./ico-product-liked.CuLQs_Nv.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.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;justify-content:center;justify-items:center;row-gap:10px}.launchPad-item,.launchPad-merchantIconContainer{position:relative}.launchPad-itemImage,.launchPad-itemImage--merchantIcon{margin:0 auto;width:46px}.launchPad-itemImage--merchantIcon{border-radius:4px;filter:brightness(97%);overflow:hidden}.launchPad-serviceBadge{left:-3px;position:absolute;top:-8px;z-index:1}.launchPad-text{color:#555;font-size:12px;text-align:center;white-space:nowrap}.launchPad-loading{margin-bottom:100px;margin-top:100px}.launchPadEntrance{align-items:center;background-color:#fff;border-radius:8px;cursor:pointer;display:flex;padding:10px 11px;width:100%}.launchPadEntrance-title{font-size:13px;font-weight:600;line-height:16px}.launchPadEntrance-logoGroup{direction:rtl;display:inline-grid;grid-template-columns:repeat(3,18px);margin:0 4px 0 auto}.launchPadEntrance-image{border:1px solid #fff;border-radius:24px;display:inline-flex;filter:brightness(97%);height:24px;overflow:hidden;position:relative;width:24px}.launchPadPopup-footerButton{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.launchPadPopup-footerButton:before{background-image:url(./ico-home--white.BX33zu69.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.calendarLinks{display:grid;grid-template-columns:repeat(3,1fr);padding:8px 0 16px}.calendarLinks-item{color:#555;cursor:pointer;display:grid;font-size:12px;justify-content:center;justify-items:center;row-gap:10px}.calendarLinks-img{height:36px;width:36px}.calendarTutorial-next,.calendarTutorial-prev{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:100px;bottom:calc(50% - 8px);box-shadow:0 2px 4px -2px #00000026;cursor:pointer;display:flex;height:32px;justify-content:center;opacity:1;position:absolute;transition:.5s;width:32px;z-index:2}.calendarTutorial{padding-top:8px;position:relative;row-gap:16px}.calendarTutorial-popup{z-index:10}.calendarTutorial-item{color:#555;cursor:pointer;display:flex;font-size:12px;justify-content:center;justify-items:center;max-width:750px;row-gap:10px;width:100dvw}.calendarTutorial-img{height:auto;width:360px}.calendarTutorial-pagination{align-items:center;-moz-column-gap:1.5px;column-gap:1.5px;display:flex;justify-content:center;margin:16px 0;max-width:718px;width:calc(100dvw - 32px)}.calendarTutorial-bullet{border-radius:3px;height:3px;overflow:hidden;width:16px;will-change:transform}.calendarTutorial-bullet:after{background-color:#f5f5f5;content:"";display:block;height:100%;width:100%}.calendarTutorial-bullet.active:after{background-color:#1ec687}.calendarTutorial-prev{left:0}.calendarTutorial-prev:after{background-image:url(./ico-arrow--leftBlack.CnoHEo6X.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.calendarTutorial-next{right:0}.calendarTutorial-next:after{background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.calendarTutorial-buttonSet{align-items:center;-moz-column-gap:16px;column-gap:16px;display:flex;max-width:718px;width:calc(100dvw - 32px)}.calendarTutorial-button{background:#1ec687;color:#fff;font-size:15px;font-weight:500;justify-content:center;width:100%}.calendarTutorial-button,.calendarTutorial-button--download{align-items:center;border-radius:24px;cursor:pointer;display:flex;height:48px;white-space:nowrap}.calendarTutorial-button--download{background:#f5f5f5;color:#777;-moz-column-gap:1px;column-gap:1px;padding:0 16px}.calendarTutorial-button--download:before{background-image:url(./ico-shoppingAPP.BpxoJjgA.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:18px}[data-v-0b98ce16]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.serviceWrapTab[data-v-0b98ce16]{border-bottom:1px solid #efefef}.serviceWrapTab-list[data-v-0b98ce16]{-moz-column-gap:32px;column-gap:32px;display:inline-flex;position:relative}.serviceWrapTab-item[data-v-0b98ce16]{align-items:center;color:#949494;cursor:pointer;display:flex;font-size:15px;font-weight:500;height:60px;justify-content:center}.serviceWrapTab-item.active[data-v-0b98ce16]{color:#000;position:relative}.serviceWrapTab-bar[data-v-0b98ce16]{background-color:#000;height:3px;opacity:0;position:absolute;top:57px;transition:transform .2s ease,width .3s ease,opacity .3s ease}[data-v-164b120b]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.serviceWrapMerchants-badge[data-v-164b120b],.serviceWrapMerchants-newShop[data-v-164b120b]{background-size:contain;height:18px;position:absolute;top:-4px;width:34px;z-index:1}.serviceWrapMerchants-empty[data-v-164b120b]{align-items:center;align-items:flex-end;color:#949494;display:flex;font-size:13px;font-weight:400;grid-column-end:3;grid-column-start:1;grid-row-start:3;justify-content:center;text-align:center;width:100%}.serviceWrapMerchants-list[data-v-164b120b]{-moz-column-gap:16px;column-gap:16px;display:inline-grid;flex-shrink:0;grid-auto-flow:column;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr);height:328px;padding:16px;row-gap:14px;width:100%}.serviceWrapMerchants-item[data-v-164b120b]{align-items:center;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:max-content 1fr max-content;height:48px;position:relative}.skeleton .serviceWrapMerchants-item[data-v-164b120b]{grid-template-columns:max-content 1fr}.skeleton .serviceWrapMerchants-item[data-v-164b120b]:before{animation:placeHolder-skeleton-164b120b .6s ease-in-out infinite alternate;background:#000;border-radius:48px;content:"";display:block;height:48px;width:48px}.skeleton .serviceWrapMerchants-item em[data-v-164b120b]{display:grid;grid-template-rows:repeat(2 1fr);row-gap:8px}.skeleton .serviceWrapMerchants-item em[data-v-164b120b]:before{width:100%}.skeleton .serviceWrapMerchants-item em[data-v-164b120b]:after,.skeleton .serviceWrapMerchants-item em[data-v-164b120b]:before{animation:placeHolder-skeleton-164b120b .6s ease-in-out infinite alternate;background:#000;border-radius:8px;content:"";display:block;height:12px}.skeleton .serviceWrapMerchants-item em[data-v-164b120b]:after{width:50px}.serviceWrapMerchants-badge[data-v-164b120b]{background-image:url(./badge-plus--green.CLgjm9Us.png)}.serviceWrapMerchants-newShop[data-v-164b120b]{background-image:url(./badge-newShop--blue.BVFcsH2p.png)}.serviceWrapMerchants-img[data-v-164b120b]{border-radius:48px;display:flex;filter:brightness(97%);height:48px;overflow:hidden;width:48px}.serviceWrapMerchants-info[data-v-164b120b]{align-items:center;color:#111;display:grid;font-size:13px;font-weight:600;height:-moz-fit-content;height:fit-content;line-height:16px;row-gap:2px}.serviceWrapMerchants-name[data-v-164b120b]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2;max-height:2.4em;white-space:normal}.serviceWrapMerchants-points[data-v-164b120b]{align-items:center;color:#07b53b;display:flex;font-weight:400}.serviceWrapMerchants-points[data-v-164b120b]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}@keyframes placeHolder-skeleton-164b120b{0%{opacity:.05}to{opacity:.02}}[data-v-fdcdf046]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.serviceWrapMerchants-button[data-v-fdcdf046]{align-items:center;background-color:#f5f5f5;border-radius:18px;color:#111;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;margin:0 16px 16px}.serviceWrapMerchants-button-hide[data-v-fdcdf046]{opacity:0}.serviceWrapMerchants-button[data-v-fdcdf046]:after{background-image:url(./ico-arrow--right111111.q8YJKxfQ.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}[data-v-c9275b4f]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.serviceWrap-mainTab[data-v-c9275b4f]{background-color:#f5f5f5;border-radius:36px;display:grid;grid-template-columns:repeat(3,1fr);margin:12px 12px 4px;padding:2px}.serviceWrap-mainItem[data-v-c9275b4f]{align-items:center;border-radius:32px;color:#949494;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:32px;justify-content:center}.serviceWrap-mainItem.active[data-v-c9275b4f]{background-color:#fff;border:1px solid #efefef;color:#000}.serviceWrap-mainItem.new[data-v-c9275b4f]:after{background-color:#1ec687;border-radius:8px;box-shadow:0 2px 4px #1ec68726;content:"";display:block;height:8px;position:absolute;transform:translate(calc(50% + 16px),-10px);width:8px}[data-v-399017f7]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.serviceWrap[data-v-399017f7]{background-color:#fff;border-radius:8px;overflow:hidden}[data-v-e59d6ac8]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.calendarEntrance.highlight[data-v-e59d6ac8]:before{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.calendarEntrance[data-v-e59d6ac8]{align-items:center;background-color:#fff;border-radius:8px;cursor:pointer;display:flex;height:44px;overflow:hidden;padding:0 11px;position:relative;width:100%}.calendarEntrance.highlight[data-v-e59d6ac8]{background-color:#1ec687}.calendarEntrance.highlight[data-v-e59d6ac8]:before{animation:infinite-rotate-e59d6ac8 3s linear infinite;background:linear-gradient(270deg,#fff0,#fff 50%,#fff0);content:"";display:block;height:400px;transform-origin:center center;width:100px;z-index:1}.calendarEntrance.highlight[data-v-e59d6ac8]:after{background-color:#fff;border-radius:6px;content:"";height:40px;left:2px;position:absolute;top:2px;width:calc(100% - 4px);z-index:2}.calendarEntrance-title[data-v-e59d6ac8]{font-size:13px;font-weight:600;line-height:16px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:3}@media (max-width:374.98px){.calendarEntrance-title[data-v-e59d6ac8]{width:calc(100% - 70px)}}.calendarEntrance-logoContainer[data-v-e59d6ac8]{display:inline-grid;margin-left:auto;position:absolute;right:11px;row-gap:12px;top:11px}.calendarEntrance-empty[data-v-e59d6ac8]{color:#c8c8c8;font-size:13px;line-height:22px}.calendarEntrance-logo[data-v-e59d6ac8]{align-items:center;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:1fr max-content}.calendarEntrance-reward[data-v-e59d6ac8]{align-items:center;color:#07b53b;display:flex;font-size:12px;font-weight:400}.calendarEntrance-reward[data-v-e59d6ac8]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.calendarEntrance-logoGroup[data-v-e59d6ac8]{direction:rtl;display:inline-grid;grid-template-columns:repeat(3,18px);margin:0 4px 0 auto;position:relative;z-index:3}.calendarEntrance-image[data-v-e59d6ac8]{border:1px solid #fff;border-radius:24px;display:inline-flex;filter:brightness(97%);height:24px;overflow:hidden;position:relative;width:24px}@keyframes infinite-rotate-e59d6ac8{0%{transform:rotate(0)}to{transform:rotate(1turn)}}[data-v-fa7002a3]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.calendarPanel[data-v-fa7002a3]{position:relative;row-gap:16px;z-index:3}.calendarPanel-title[data-v-fa7002a3]{align-items:center;display:flex;font-size:17px;font-weight:600;line-height:25px;margin-bottom:16px;padding:0 16px}.calendarPanel-menu[data-v-fa7002a3]{background-image:url(./ico-menu--black.DIw2ISWO.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:24px;margin-left:auto;width:24px}.calendarPanel-content[data-v-fa7002a3]{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;margin:0 16px;padding:16px 0;position:relative;row-gap:16px;z-index:0}.calendarPanel-weekly[data-v-fa7002a3]{font-size:15px;padding:0 16px}.calendarPanel-titleLink[data-v-fa7002a3]{align-items:center;color:#949494;display:flex;font-size:12px;margin-left:auto}.calendarPanel-titleLink[data-v-fa7002a3]:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.calendarPanel-emptyMessage[data-v-fa7002a3]{align-items:center;color:#949494;display:flex;font-size:13px;font-weight:400;height:450px;justify-content:center;line-height:20px;margin:5px auto;width:300px}.calendarPanel-emptyMessage[data-v-fa7002a3]:before{background-image:url(./img-calendarEmpty.DD416bPT.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:60px;width:60px}.calendarPanel-button[data-v-fa7002a3]{align-items:center;background-color:#f5f5f5;border-radius:36px;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;margin:0 16px}.calendarPanel-button[data-v-fa7002a3]:after{background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}[data-v-7e6aef75]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.mySectionUserInfo[data-v-7e6aef75]{align-items:center;-moz-column-gap:8px;column-gap:8px;display:grid;font-size:13px;font-weight:600;grid-template-columns:max-content 1fr max-content;line-height:16px}.mySectionUserInfo-avatar[data-v-7e6aef75]{border-radius:36px;display:flex;height:36px;overflow:hidden;position:relative;width:36px}.mySectionUserInfo-avatarImage[data-v-7e6aef75]{height:100%;left:50%;position:absolute;transform:translate(-50%)}.mySectionUserInfo-content[data-v-7e6aef75]{align-items:center;display:grid}.mySectionUserInfo-slogan[data-v-7e6aef75]{display:grid;row-gap:4px}.mySectionUserInfo-sloganTop[data-v-7e6aef75]{display:grid;font-size:12px;grid-template-columns:max-content 1fr}.mySectionUserInfo-sloganTop[data-v-7e6aef75] em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mySectionUserInfo-text[data-v-7e6aef75]{color:#777;font-size:12px;font-weight:400;margin-top:4px;word-break:break-word}.mySectionUserInfo-text[data-v-7e6aef75] em{color:#000;font-size:13px;font-weight:600;margin:0 2px}.mySectionUserInfo-getRweards[data-v-7e6aef75]{align-items:center;color:#777;display:flex;font-size:12px;font-weight:400;margin-top:4px;word-break:break-word}.mySectionUserInfo-getRweards[data-v-7e6aef75] em{color:#000;font-size:13px;font-weight:600;margin:0 2px}.mySectionUserInfo-getRweards[data-v-7e6aef75]:after{background-image:url(./img-cracker.Bs_n38yS.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-left:2px;width:20px}.mySectionUserInfo-instruct[data-v-7e6aef75]{align-items:center;display:flex}.mySectionUserInfo-instruct[data-v-7e6aef75]:after{background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.mySectionUserInfo-points[data-v-7e6aef75]{align-items:center;color:#07b53b;color:#000;display:flex;font-weight:400;font-weight:600}.mySectionUserInfo-points[data-v-7e6aef75]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:1px;width:16px}[data-v-e3c0dad8]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.mySectionBox[data-v-e3c0dad8]{background:#fff;border-radius:8px;box-shadow:0 10px 20px -10px #00000026;color:#949494;display:grid;font-size:12px;line-height:14px;margin-bottom:20px;padding:10px 12px;row-gap:8px;width:-moz-fit-content;width:fit-content}.mySectionBox-title[data-v-e3c0dad8]{align-items:center;color:#000;-moz-column-gap:4px;column-gap:4px;display:flex;font-size:13px;font-weight:600;line-height:16px}[data-v-c8ba1d93]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.mySectionImage>img[data-v-c8ba1d93]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.mySectionImage[data-v-c8ba1d93]{background-color:#00000008;background-color:#f5f5f5;border:1px solid #fff;border-radius:22px;display:inline-block;height:0;overflow:hidden;padding-bottom:22px;position:relative;width:24px;z-index:1}.mySectionImage img[data-v-c8ba1d93]{filter:brightness(97%)}[data-v-610a1e97]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.mySectionCalendar-noEvents[data-v-610a1e97]{align-items:center;-moz-column-gap:4px;column-gap:4px;display:flex}.mySectionCalendar-noEvents[data-v-610a1e97]:before{background-image:url(./ico-noEvent.C4AHJCI_.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.mySectionCalendar-slide[data-v-610a1e97]{height:24px;overflow:hidden;position:relative;width:75px}.mySectionCalendar-list[data-v-610a1e97]{display:grid;position:absolute;row-gap:8px}.mySectionCalendar-item[data-v-610a1e97]{align-items:center;-moz-column-gap:4px;column-gap:4px;display:flex;height:24px}.mySectionCalendar-rewards[data-v-610a1e97]{align-items:center;color:#07b53b;display:flex;font-weight:400}.mySectionCalendar-rewards[data-v-610a1e97]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}[data-v-d85fd3e7]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.mySectionHistory[data-v-d85fd3e7]{align-items:center;-moz-column-gap:4px;column-gap:4px;display:flex}.mySectionHistory-image[data-v-d85fd3e7]:nth-child(n+2){margin-left:-4px}.mySectionHistory-text[data-v-d85fd3e7]{align-items:center;display:flex}.mySectionHistory-text[data-v-d85fd3e7] em{color:#1ec687}.mySectionBuyAgain-notLogin{align-items:center;-moz-column-gap:4px;column-gap:4px;display:flex}.mySectionBuyAgain-notLogin:before{background-image:url(./ico-buyagain.DPMECZiF.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.mySectionBuyAgain-item:nth-child(n+2){margin-left:-4px}.mySectionBuyList-count{align-items:center;background-color:#1ec687;border-radius:8px;color:#fff;display:flex;font-size:12px;line-height:1;min-height:16px;min-width:16px;padding:0 5px;text-align:center}.mySectionBuyList-info{color:#111;font-size:13px;font-weight:600}.mySectionBuyList-info,.mySectionBuyList-notLogin{align-items:center;-moz-column-gap:4px;column-gap:4px;display:flex}.mySectionBuyList-notLogin:before{background-image:url(./ico-cartWithGreyCircle.HwoPkSZS.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.mySectionBuyList-badge--priceDownAndPlus{background-image:url(./badge-bestTiming.CXJDr1_1.png);width:68px}.mySectionBuyList-badge--priceDownAndPlus,.mySectionBuyList-badge--priceReached{background-repeat:no-repeat;background-size:contain;border-radius:2px;display:inline-block;flex-shrink:0;height:16px;overflow:hidden}.mySectionBuyList-badge--priceReached{background-image:url(./badge-priceReached.CYy9W5f3.svg);content:"";width:41px}.mySectionBuyList-badge--historicMinPrice{background-image:url(./badge-historicMinPrice.CvanMmAe.svg);width:52px}.mySectionBuyList-badge--historicMinPrice,.mySectionBuyList-badge--priceDown{background-repeat:no-repeat;background-size:contain;border-radius:2px;content:"";display:inline-block;flex-shrink:0;height:16px;overflow:hidden}.mySectionBuyList-badge--priceDown{background-image:url(./badge-priceDown.RxpkFv1U.svg);width:30px}.mySectionBuyList-badge--plusShort{background-image:url(./badge-plusShort.B09Hv_wu.svg);background-repeat:no-repeat;background-size:contain;border-radius:2px;content:"";display:inline-block;flex-shrink:0;height:16px;overflow:hidden;width:30px}[data-v-62f39cdf]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.mySection-avatar[data-v-62f39cdf],.mySection-content em[data-v-62f39cdf],.mySection-content em[data-v-62f39cdf]:nth-child(2),.mySection-emptyItem[data-v-62f39cdf],.mySection-link[data-v-62f39cdf]{background-color:#efefef;display:inline-block;overflow:hidden;position:relative}.mySection-avatar[data-v-62f39cdf]:before,.mySection-content em[data-v-62f39cdf]:before,.mySection-content em[data-v-62f39cdf]:nth-child(2):before,.mySection-emptyItem[data-v-62f39cdf]:before,.mySection-link[data-v-62f39cdf]:before{animation:placeHolder-skeleton-62f39cdf .6s ease-in-out infinite alternate;background:#000;content:"";height:100%;position:absolute;width:100%}.mySection-top[data-v-62f39cdf]{display:grid;padding:0 16px;row-gap:15px}.loading .mySection-top[data-v-62f39cdf]{align-items:center;-moz-column-gap:9px;column-gap:9px;grid-template-columns:max-content 1fr max-content}.mySection-avatar[data-v-62f39cdf]{border-radius:36px;height:36px;width:36px}.mySection-content[data-v-62f39cdf]{display:grid;position:relative;row-gap:12px}.mySection-content em[data-v-62f39cdf]{border-radius:12px;height:12px;width:120px}.mySection-content em[data-v-62f39cdf]:nth-child(2){border-radius:12px;height:12px;width:100px}.mySection-link[data-v-62f39cdf]{border-radius:8px;height:12px;width:60px}.mySection-bottom[data-v-62f39cdf]{margin-top:16px}.loading .mySection-bottom[data-v-62f39cdf]{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);padding:0 16px}.mySection-emptyItem[data-v-62f39cdf]{border-radius:8px;height:68px;margin-bottom:20px}.mySection-scrollableList[data-v-62f39cdf]{animation:shake-62f39cdf 1s ease forwards;-moz-column-gap:10px;column-gap:10px;display:inline-flex}@media (min-width:750px){.mySection-scrollableList[data-v-62f39cdf]{display:grid;grid-template-columns:repeat(4,1fr)}.mySection-scrollableList[data-v-62f39cdf] .mySectionBox{width:auto}}.mySection-scrollableListItem[data-v-62f39cdf]{cursor:pointer}@keyframes shake-62f39cdf{0%,to{transform:translate(0)}25%,75%{transform:translate(-5px)}50%{transform:translate(5px)}}@keyframes placeHolder-skeleton-62f39cdf{0%{opacity:.005}to{opacity:.02}}.giftShopBanner{background:#1ec687;border-radius:8px;display:grid;grid-template-columns:minmax(0,1fr) 104px;height:104px}.giftShopBanner-leftBox{grid-column:1;padding:16px}.giftShopBanner-title{color:#fff;font-size:15px;font-weight:600;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.giftShopBanner-title.sub{color:#ffffffb3;font-size:13px;line-height:20px;margin-top:8px;text-decoration-line:underline}.giftShopCollectionBanner{border-radius:8px;display:block;max-height:167px;overflow:hidden}.showMore{display:inline-block;width:100%}.showMore-button{align-items:center;background-color:#f5f5f5;border-radius:18px;color:#1ec687;cursor:pointer;display:flex;font-size:15px;font-weight:500;height:36px;justify-content:center;width:100%}.showMore .ico-arrow--downGreen{background-image:url(./ico-arrow--downGreen.DamuGg1d.svg)}.showMore .ico-arrow--downGreen,.showMore .ico-arrow--downRed{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.showMore .ico-arrow--downRed{background-image:url(./ico-arrow--downRed.DtYG7u9J.svg)}.showMore .ico-arrow--rightRed{background-image:url(./ico-arrow--rightRed.qfCS7BoD.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.travelHotKeywords{display:grid;row-gap:16px;width:100%}.travelHotKeywords-item{align-items:center;display:grid;font-size:12px;font-weight:400;grid-template-columns:33px auto auto;line-height:14px}.travelHotKeywords-number{color:#1ec687;font-weight:700}.travelHotKeywords-text{color:#555;font-size:13px;line-height:20px;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.travelHotKeywords-totalHotels{color:#949494;margin-left:auto}.slideRoundedBox-slides{margin-left:-16px;margin-right:-16px}.slideRoundedBox{background-color:#fff;border-radius:8px;padding:16px}.slideRoundedBox-pagination{margin-top:16px}.travelHotels-priceLoadingDot1,.travelHotels-priceLoadingDot2,.travelHotels-priceLoadingDot3{background-color:#111;border-radius:100%;display:inline-block;height:4px;width:4px}.travelHotels-silde{display:grid;row-gap:16px}.travelHotels-item{-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:max-content auto;width:100%}.travelHotels-image{border-radius:4px;filter:brightness(97%);height:130px;overflow:hidden;position:relative;width:130px}@media (max-width:374.98px){.travelHotels-image{height:120px;width:120px}}.travelHotels-img{height:100%;left:50%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.travelHotels-content{display:grid;grid-template-rows:max-content max-content auto max-content;row-gap:4px}.travelHotels-text{color:#b7b7b7;font-size:12px;font-weight:400;line-height:14px}.travelHotels-priceInfo{align-items:center;display:flex}.travelHotels-priceLoading{align-items:center;-moz-column-gap:6px;column-gap:6px;display:grid;grid-auto-flow:column;margin-right:12px}.travelHotels-dollar{color:#111;font-size:15px;font-weight:600;line-height:18px;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{color:#111;font-size:15px;font-weight:600;line-height:18px;margin-right:4px}.travelHotels-priceNoResult{color:#1ec687;font-size:12px;font-weight:500;line-height:14px}.travelHotels-name{color:#555;display:-webkit-box;font-size:13px;font-weight:600;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.2;max-height:3.6em;white-space:normal}@keyframes dotJump{0%{transform:translateY(2px)}50%{transform:translateY(-2px)}to{transform:translateY(2px)}}.recommendedTravelInfo-content{background-color:#fff;border-radius:8px;padding:0}.recommendedTravelInfo-keywords{padding:16px 16px 0}.recommendedTravelInfo-keywords:only-child{padding-bottom:16px}.newBuyerRewardCover{left:0;position:fixed;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{background-size:cover;content:"";flex-shrink:0;height:17px}.newBuyerRewardCover{background-color:#ff5b57;border-radius:12px 12px 0 0;display:grid;grid-template-rows:max-content 1fr max-content;margin:auto;max-width:750px;min-height:428px;padding:16px 0 32px;width:100%}.newBuyerRewardCover-closeBtn{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:20px;position:relative;position:absolute;right:16px;top:16px;width:20px}.newBuyerRewardCover-closeBtn:after{content:"";display:block;height:200%;left:0;position:absolute;top:0;transform:translate(-25%,-25%);width:200%}.newBuyerRewardCover-content{background-image:url(./img-homeChocoBG.Bp5OctPx.png),url(./img-homeChoco.Dy8SDwNX.png);background-position:bottom;background-repeat:no-repeat;background-size:343px 260px;color:#fff;display:grid;font-family:LINESeedBd;font-size:20px;grid-template-rows:max-content max-content 1fr;justify-content:center;letter-spacing:1px}.newBuyerRewardCover-content:before{background-image:url(./img-newBuyerRewardTitle.V4ud4h1N.png);background-size:cover;content:"";height:30px;margin:0 auto 16px;width:195px}.newBuyerRewardCover-limit{align-items:baseline;display:flex;margin:auto}.newBuyerRewardCover-limit:before{background-image:url(./img-targetPart1.UWoo3Dte.png);width:97px}.newBuyerRewardCover-limit:after{background-image:url(./img-targetPart2.DsHT74ok.png);width:57px}.newBuyerRewardCover-unlimit{font-size:18px;font-weight:600;letter-spacing:2px;margin:auto}.newBuyerRewardCover-rewards{align-items:flex-end;-moz-column-gap:4px;column-gap:4px;display:grid;font-family:LINESeedBd;font-size:90px;grid-template-columns:max-content max-content;height:-moz-fit-content;height:fit-content;line-height:1;margin:5px auto;padding-left:30px;position:relative;width:-moz-min-content;width:min-content}.newBuyerRewardCover-rewards:before{background-image:url(./img-rewardPart1.DjB4QIX_.png);background-repeat:no-repeat;background-size:cover;bottom:0;content:"";display:block;height:78.5px;position:absolute;width:40.7px}.newBuyerRewardCover-rewards:after{background-image:url(./img-point.CqqWNF8W.png);background-size:cover;content:"";display:inline-block;height:27px;margin-bottom:10px;width:27px}.newBuyerRewardCover-logo{background-image:url(./img-logo--white.ws-OQZLF.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin:0 auto 16px;width:82px}.newBuyerRewardCover-link{margin:0 auto;padding:0 32px;width:100%}.newBuyerRewardCover-button{align-items:center;background-color:#fff;border-radius:24px;color:#ff5b57;cursor:pointer;display:flex;font-size:15px;font-weight:500;height:48px;justify-content:center;margin:0 auto;max-width:311px;width:100%}.newBuyerRewardFloating{left:0;position:fixed;right:0}@media screen and (min-width:790px){.newBuyerRewardFloating{left:calc(100vw - 100%)}}.newBuyerRewardFloating{align-items:center;background-image:url(./img-sideFloating-closed.B9sqQB7Q.png);background-position:bottom;background-size:87px 82px;bottom:calc(16px + var(--fixed-footer-height, 0px));display:grid;grid-template-rows:max-content 1fr;height:82px;justify-content:center;left:auto;right:6px;width:87px;z-index:6}@media (min-width:750px){.newBuyerRewardFloating{right:calc(50vw - 369px)}}.newBuyerRewardFloating.hasDrawn{background-image:url(./img-sideFloating-open.BWMm0WFP.png)}.newBuyerRewardFloating.drawing:before{animation:changeBackground .8s ease-in-out forwards;background-image:url(./img-sideFloating-open2.P9yGxOuN.png);background-position:top;background-size:87px 82px;content:"";height:41px;position:absolute;top:0;width:87px}.newBuyerRewardFloating-top{color:#fff;display:block;font-size:13px;font-weight:600;height:16px;line-height:16px;margin-top:6px;overflow:hidden;white-space:nowrap;width:52px}.hasDrawn .newBuyerRewardFloating-top{color:#ff5b57}.newBuyerRewardFloating-rewards{align-items:center;color:#fff;display:flex;font-family:LineSeedBD;font-size:17px;font-weight:400;font-weight:700;margin:auto;width:-moz-fit-content;width:fit-content}.newBuyerRewardFloating-rewards:before{background-image:url(./ico-point--white.DiQtpN6g.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:1px;width:16px}.hasDrawn .newBuyerRewardFloating-rewards{color:#07b53b;font-weight:400}.hasDrawn .newBuyerRewardFloating-rewards:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:1px;width:16px}.newBuyerRewardFloating-bottom{margin-bottom:8px;margin-top:auto}.hasDrawn .newBuyerRewardFloating-bottom{color:#fff;font-size:12px;line-height:14px;text-align:center}.newBuyerRewardFloating-button{background:#fff;border-radius:10px;color:#ff5b57;flex-shrink:0;font-size:12px;height:20px;line-height:14px;margin:auto;padding:0 5px;width:-moz-fit-content;width:fit-content}.newBuyerRewardFloating-button,.newBuyerRewardFloating-closeBtn{align-items:center;cursor:pointer;display:flex;justify-content:center}.newBuyerRewardFloating-closeBtn{background-color:#0003;border-radius:18px;height:18px;position:relative;position:absolute;right:2px;top:-21px;width:18px}.newBuyerRewardFloating-closeBtn:after{content:"";display:block;height:200%;left:0;position:absolute;top:0;transform:translate(-25%,-25%);width:200%}.newBuyerRewardFloating-closeBtn:before{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.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{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.sideBanner{background-color:#f5f5f5;border-radius:8px;bottom:16px;box-shadow:0 6px 16px -8px #00000026;display:none;overflow:hidden;position:fixed;right:16px;z-index:10}@media (min-width:1215px){.sideBanner{display:block;height:300px;width:200px}}.sideBanner-image{background-color:#00000008;border-radius:4px;display:block;height:0;overflow:hidden;padding-bottom:300px;position:relative;width:200px}.sideBanner-close{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:20px;position:absolute;right:12px;top:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:20px;z-index:1}.homePage{background:linear-gradient(to bottom,var(--event-theme-color,#f5f5f5) 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;min-height:140px}.homePage:before{content:"";display:table}.homePage-loadingIndicator{margin-bottom:calc(100vh - 306px);margin-top:100px}.homePage-merchantGroupTab{margin:20px 0 24px}.homePage-box{background-color:#fff;border-radius:8px;display:grid;margin:16px;overflow:hidden}.homePage-box.topMarginLess{margin-top:0}.homePage-boxTitle{padding:16px 16px 0}.homePage-section{padding:0 10px 16px}.homePage-popupEntranceBlock{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);margin:16px}.homePage-circleBox{background-color:#fff;border-radius:8px;display:grid;margin:16px}.homePage-circleBoxBottom{margin:0 16px 16px}.homePage-liveHall{margin-top:28px;position:relative;z-index:1}.thumbnailsBar-list{background:#fff;padding-left:8px;padding-right:16px}.thumbnailsBar-item,.thumbnailsBar-item--active{background-position:50%;background-repeat:no-repeat;background-size:100%;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;box-sizing:border-box;display:inline-block;filter:brightness(97%);height:54px;margin-left:8px;overflow:hidden;position:relative;width:54px}.thumbnailsBar-item--active{border:1px solid #1ec687}.thumbnailsBar-img{background-repeat:no-repeat;background-size:100%;display:block;height:100%;width:100%}.sortFilter{align-items:center;background-color:#fff;-moz-column-gap:8px;column-gap:8px;display:flex;height:48px;padding:0 16px}.sortFilter-item,.sortFilter-item--addArrow{align-items:center;color:#777;cursor:pointer;display:flex;font-size:13px;position:relative;-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{border-left:4px solid transparent;border-right:4px solid transparent;content:"";display:inline-block;height:5px;margin:0 4px;width:8px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-left:auto;width:24px}.sortFilter-viewMode.grid{background-image:url(./ico-orderGrid.BJezAwII.svg)}[data-v-d92880f4]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.indicator-highlight[data-v-d92880f4]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.indicator[data-v-d92880f4]:not(.active){background-color:#ffffff80;border:2px solid #fff;border-radius:9999px;height:16px;width:16px}.indicator-cornerSetBottom[data-v-d92880f4]:after,.indicator-cornerSetBottom[data-v-d92880f4]:before,.indicator-cornerSetTop[data-v-d92880f4]:after,.indicator-cornerSetTop[data-v-d92880f4]:before{content:"";height:12px;position:absolute;width:12px}@keyframes popup-d92880f4{0%{height:0;left:var(--center-x);top:var(--center-y);width:0}to{height:var(--height);left:var(--x);top:var(--y);width:var(--width)}}.indicator[data-v-d92880f4]{position:absolute}.indicator[data-v-d92880f4]:not(.active){left:var(--center-x);top:var(--center-y);transform:translate(-50%,-50%);z-index:3}.indicator.active[data-v-d92880f4]{animation:popup-d92880f4 .2s ease forwards;height:0;left:var(--center-x);top:var(--center-y);width:0;z-index:2}.indicator-cornerSetTop[data-v-d92880f4]:before{border:2px solid #fff;border-bottom:0;border-right:0;border-top-left-radius:5px;left:-1px;top:-1px}.indicator-cornerSetTop[data-v-d92880f4]:after{border:2px solid #fff;border-bottom:0;border-left:0;border-top-right-radius:5px;right:-1px;top:-1px}.indicator-cornerSetBottom[data-v-d92880f4]:before{border:2px solid #fff;border-bottom-left-radius:5px;border-right:0;border-top:0;bottom:-1px;left:-1px}.indicator-cornerSetBottom[data-v-d92880f4]:after{border:2px solid #fff;border-bottom-right-radius:5px;border-left:0;border-top:0;bottom:-1px;right:-1px}.indicator-highlight[data-v-d92880f4]{border-radius:4px;overflow:hidden;z-index:2}.indicator-highlightImg[data-v-d92880f4]{height:var(--image-client-height);left:50%;position:absolute;top:50%;transform:translate(var(--image-object-offset-x),var(--image-object-offset-y));width:var(--image-client-width)}.imageLens-backdrop,.imageLens-doubleCircle:after,.imageLens-doubleCircle:before,.imageLens__debugger:after,.imageLens__debugger:before{left:0;margin:auto;position:absolute;right:0}.imageLens__debugger:after,.imageLens__debugger:before{top:0}.imageLens-backdrop,.imageLens-doubleCircle:after,.imageLens-doubleCircle:before{bottom:0;top:0}.imageLens-loading,.imageLens-noResult{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.imageLens-desc,.imageLens-tip,.imageLens-title{color:#fff;font-size:13px;text-shadow:0 1px 1px rgba(0,0,0,.2)}.imageLens-dot{background-color:#ffffff80;border:2px solid #fff;border-radius:9999px;height:16px;width:16px}.imageLens-desc,.imageLens-tip,.imageLens-title{text-align:center;white-space:nowrap}.imageLens__debugger:after,.imageLens__debugger:before{align-items:flex-end;border:2px solid rgba(91,130,219,.5);box-sizing:border-box;color:#5b82db;display:flex;font-weight:700;justify-content:flex-end;width:100%;z-index:10}.imageLens{align-items:center;display:flex;justify-content:center;max-height:70vh;min-height:35vh;position:relative;width:100%}.imageLens-imageArea{overflow:hidden;position:relative}.imageLens-image{display:block;max-height:70vh;max-width:100%;-o-object-fit:contain;object-fit:contain}.imageLens-tip{align-items:center;display:flex;left:50%;position:absolute;top:3%;transform:translate(-50%);z-index:2}.imageLens-dot{margin:0 5px}.imageLens-backdrop{background-color:#0006}.imageLens-doubleCircle{height:64px;margin:0 auto 16px;position:relative;width:64px}.imageLens-doubleCircle:before{animation:imageLensCircleLoading-cycle-b 1.8s ease-in-out infinite alternate;opacity:.7;z-index:1}.imageLens-doubleCircle:after,.imageLens-doubleCircle:before{background:#fff;border-radius:100%;content:"";height:100%;width:100%}.imageLens-doubleCircle:after{animation:imageLensCircleLoading-cycle-a 1.8s ease-in-out infinite alternate;opacity:.3;z-index:2}.imageLens-noResult{text-align:center}.imageLens-noResult>:not(:first-child){margin-top:6px}.imageLens-title{font-size:17px;font-weight:600}.imageLens-btnWrapper{position:relative}.imageLens-btn{background-color:#1ec687;border:1px solid #1ec687;border-radius:12px;color:#fff;margin-top:12px;padding:2px 20px}.imageLens-uploadOptionMenu{background:#fff;border-radius:4px;box-shadow:0 2px 12px -6px #00000026;padding:8px 0;position:absolute;top:calc(100% + 8px);width:160px}.imageLens-uploadOptionMenuItem{color:#555;cursor:pointer;display:flex;gap:20px;overflow:hidden;padding:15px 20px;position:relative;transform:translateZ(0)}.imageLens-uploadOptionMenuItem:after{background-image:radial-gradient(circle,#efefef 10%,transparent 10.01%);background-position:50%;background-repeat:no-repeat;content:"";display:block;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:scale(10);transition:transform .25s,opacity .5s;width:100%}.imageLens-uploadOptionMenuItem:active:after{opacity:.8;transform:scale(0);transition:0s}.imageLens-uploadOptionMenuItem:active,.imageLens-uploadOptionMenuItem:hover{background:#f0f0f04d}.imageLens-cameraIcon{background-image:url(./ico-cameraGrey.8fQ8bkjv.svg)}.imageLens-cameraIcon,.imageLens-imageIcon{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.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)}}[data-v-0f1ccb01]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.lensPage-imageLensWrapper[data-v-0f1ccb01]{position:relative;z-index:1}.lensPage-content[data-v-0f1ccb01]{position:relative}.lensPage-content.hasThumbnailBar[data-v-0f1ccb01]{margin-top:-72px;z-index:0}.lensPage-content.hasThumbnailBar.shouldThumbnailBarActive[data-v-0f1ccb01]{z-index:2}.lensPage-content.hasThumbnailBar.shouldThumbnailBarActive .lensPage-thumbnailsBarWrapper[data-v-0f1ccb01]{opacity:1}.lensPage-stickyTools[data-v-0f1ccb01]{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}.noTitlebar .lensPage-stickyTools[data-v-0f1ccb01]{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-0f1ccb01]{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-0f1ccb01]{background:#fff;opacity:0;padding:8px 0;transition:opacity .3s ease}.lensPage-productWrapper[data-v-0f1ccb01]{background:#fff;min-height:calc(100vh - var(--titlebarHeight) - var(--stickyToolsHeight));padding:16px}.merchantList>:not(:first-child){margin-top:25px}.videoOrArticleList-img--video:after{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.videoOrArticleList{display:block;margin-bottom:33px;position:relative}.videoOrArticleList>:not(:first-child){margin-top:8px}.videoOrArticleList-item{align-items:flex-start;display:flex;justify-content:space-between;position:relative}.videoOrArticleList-img,.videoOrArticleList-img--video{display:block;height:0;margin-right:15px;overflow:hidden;padding-bottom:26.09%;position:relative;width:45.7971%}.videoOrArticleList-img--video{filter:brightness(97%)}.videoOrArticleList-img--video:after{background-image:url(./ico-playbtnwhite.BRRL7_cB.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:38px;width:38px;z-index:2}.videoOrArticleList-text{padding-right:38px;padding-top:2px;width:calc(55.653% - 21px)}.videoOrArticleList-title{color:#303030;display:-webkit-box;font-size:13px;font-weight:500;margin-bottom:12px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.videoOrArticleList-source{color:#b7b7b7;font-size:12px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.videoOrArticleList-viewCount{align-items:center;color:#b7b7b7;display:flex;font-size:12px;line-height:1.5;position:relative}.videoOrArticleList-viewCount:before{background-image:url(./ico-viewcount.DFLUn_Iz.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:15px;width:15px}.videoOrArticleList-icoLike{position:absolute;right:1px;top:2px}.videoOrArticleList-more{margin-top:33px}[data-v-0be34ac4]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.likesList[data-v-0be34ac4]{background-color:#fff;border-radius:8px;padding:16px}.likesList-date[data-v-0be34ac4]{color:#b7b7b7;font-size:13px;font-weight:700;margin-bottom:16px;padding-top:8px}[data-v-c501f39d]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.promotingMedia-thumbnailImage[data-v-c501f39d],.promotingMedia-thumbnailTitle[data-v-c501f39d],.promotingMedia-thumbnailTitle[data-v-c501f39d]:after,.promotingMedia-thumbnailTitle[data-v-c501f39d]:before,.promotingMedia-thumbnailVideo[data-v-c501f39d]:after{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.promotingMedia[data-v-c501f39d]{border-bottom:1px solid #f2f2f2;padding:30px 0 35px;position:relative;z-index:1}.promotingMedia-down[data-v-c501f39d]{-moz-column-gap:5px;column-gap:5px;display:grid;grid-template-columns:1fr 1fr;margin-top:2px}.promotingMedia-thumbnail[data-v-c501f39d],.promotingMedia-thumbnailVideo[data-v-c501f39d]{background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;height:0;overflow:hidden;padding-bottom:56%;position:relative;width:100%}.promotingMedia-thumbnailVideo[data-v-c501f39d]:after{background-image:url(./ico-videoPlay--white.D3OC6aoN.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:56px;width:56px}.promotingMedia-thumbnailImage[data-v-c501f39d]{display:block;width:100%}.promotingMedia-thumbnailTitle[data-v-c501f39d]{color:#fff;max-height:inherit;overflow:hidden;padding:7px;text-overflow:ellipsis;top:auto;white-space:nowrap}.promotingMedia-thumbnailTitle[data-v-c501f39d]:after{background-image:inherit;background-position:top 98% center;background-size:cover;content:"";filter:blur(10px);height:167%}.promotingMedia-thumbnailTitle[data-v-c501f39d]:before{background-color:#00000059;content:"";display:inline-block;height:100%;width:100%;z-index:2}.promotingMedia-thumbnailText[data-v-c501f39d]{font-size:13px;line-height:1.5;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:3}[data-v-c81dad26]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.noLikesResult[data-v-c81dad26]{background-color:#fff;background-image:url(./favorite_bg_3.B_-vKSbu.png);background-position:52% calc(50% + 26px);background-repeat:no-repeat;background-size:500px auto;border-radius:8px;padding:16px;text-align:center}.noLikesResult-cards[data-v-c81dad26]{padding:16px 0}.noLikesResult-cardsBox[data-v-c81dad26]{background-color:#fff;border-radius:8px;padding:16px}.noLikesResult-box[data-v-c81dad26]{padding:28px 0 16px}.noLikesResult-title[data-v-c81dad26]{color:#111;display:block;font-size:17px;font-weight:700;line-height:1.5;margin-bottom:3px;position:relative}.noLikesResult-description[data-v-c81dad26]{color:#777;display:block;font-size:13px;line-height:1.5;margin-bottom:8px;position:relative}.noLikesResult-tips[data-v-c81dad26]{position:absolute;right:16px;top:0}.noLikesResult-img[data-v-c81dad26]{margin:0 auto 15px;width:84px}.noLikesResult-contentWithTitle[data-v-c81dad26]{border-bottom:1px solid #f2f2f2;padding:35px 0}.likePage-loadingIndicator{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.likePage-date{margin-bottom:16px;padding-top:8px}.likePage-paragraph{color:#b7b7b7;font-size:12px;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}.thumbnailsCardsContent{background-color:#fff;border-radius:8px;padding:16px;position:relative}.thumbnailsCardsContent-card--flex{flex:1;margin-left:23px;position:relative}.thumbnailsCardsContent-list--card{-moz-column-gap:2.5%;column-gap:2.5%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.thumbnailsCardsContent-box{background-color:#fff;border-radius:8px;display:inline-block;display:flex;flex-direction:column;height:100%;padding-bottom:7px;position:relative;width:100%}.thumbnailsCardsContent-link--more{cursor:pointer;display:flex;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.thumbnailsCardsContent-more{align-items:center;background:#f5f5f5;border-radius:4px;display:flex;flex:1;justify-content:center}.thumbnailsCardsContent-moreContent{align-items:center;display:flex;flex-direction:column;justify-content:center}.thumbnailsCardsContent-moreImg{background-image:url(./img-more.D7iozv3O.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;margin-bottom:5px;width:50px}.thumbnailsCardsContent-moreText{color:#b7b7b7;font-size:12px;font-weight:700;letter-spacing:1px;line-height:1}.thumbnailsCardsContent-controller{display:flex;margin-top:17px}.thumbnailsCardsContent-controllerList{align-items:center;display:flex;justify-content:center}.thumbnailsCardsContent-controllerItem,.thumbnailsCardsContent-controllerItem--active{background-color:#f5f5f5;border-radius:2px;display:inline-block;height:3px;margin-right:2px;position:relative;width:16px}.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{color:#555;display:-webkit-box;font-size:13px;font-weight:600;margin-top:8px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.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-left:0;margin-right:auto}.productCard-topVideoNativePlaceholder:after{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.productCard-topBanner{padding-bottom:26.2%;position:relative}.productCard-topBannerLink{border-radius:8px;overflow:hidden;position:absolute}.productCard-topVideo,.productCard-topVideoNative{display:block;position:relative}.productCard-topVideoNative{border-radius:8px 8px 0 0;overflow:hidden;transform:translateY(0);width:100%}.productCard-topVideoNativePlaceholder{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;position:absolute;width:100%}.productCard-topVideoNativePlaceholder:after{background-color:#fff9;background-image:url(./ico-play.BdDZmP8p.svg);background-position:60%;background-repeat:no-repeat;background-size:contain;border-radius:20px;content:"";display:inline-block;height:40px;width:40px}.productCard-topVideoNativePlaceholder:hover:after{opacity:.8}.productCard-topVideoYoutube{background-color:#000;background-size:cover;border-radius:8px 8px 0 0;height:0;overflow:hidden;padding-bottom:56.25%;transform:translateY(0);width:100%}.productCard-topVideoYoutube iframe{height:100%;left:0;position:absolute;top:0;width:100%}.productCard-topVideoText{align-items:center;background-color:#303030;color:#fff;display:flex;font-size:13px;font-weight:700;height:32px;justify-content:flex-start;padding:0 9px}.brandCards-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.brandCards-menuItem.active:after{left:0;margin-left:auto;margin-right:auto;position:absolute;right:0}.brandCards{box-sizing:border-box;position:relative}.brandCards-title{color:var(--page-event-theme-color)}.brandCards-itemCard{background:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026}.brandCards-menuSection{padding:16px 30px 0;position:relative}.brandCards-menuSection:before{border-top-left-radius:16px;left:0}.brandCards-menuSection:after,.brandCards-menuSection:before{background-color:transparent;bottom:-32px;box-shadow:0 -16px #fff;content:"";height:32px;position:absolute;width:16px}.brandCards-menuSection:after{border-top-right-radius:16px;right:0}.brandCards-menuList{-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:repeat(var(--page-size,5),minmax(0,1fr))}.brandCards-menuItem{cursor:pointer;position:relative}.brandCards-menuItem.active:after{background-color:var(--page-event-theme-color);bottom:0;content:"";display:block;height:3px;width:calc(100% - 16px)}.brandCards-image{background-color:#00000008;border-radius:100%;filter:brightness(97%);height:0;margin-bottom:8px;overflow:hidden;padding-bottom:100%;position:relative}.brandCards-text{color:#555;display:-webkit-box;font-size:12px;margin-bottom:11px;overflow:hidden;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2;max-height:2.4em;white-space:normal}.brandCards-iconPrevious{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:30px}.brandCards-iconPrevious:before{background-image:url(./ico-arrow--leftSilverGray.DOwi5MRI.svg)}.brandCards-iconPrevious.active:before,.brandCards-iconPrevious:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.brandCards-iconPrevious.active:before{background-image:url(./ico-arrow--leftLightGray.D78IvJDH.svg)}.brandCards-iconNext{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:30px}.brandCards-iconNext:before{background-image:url(./ico-arrow--rightSilverGray.D4zHwbYW.svg)}.brandCards-iconNext.active:before,.brandCards-iconNext:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.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}.expandableTabMenu .expandableTabMenu-fade-enter-from,.expandableTabMenu .expandableTabMenu-fade-leave-to{opacity:0}.expandableTabMenu{font-size:14px;height:50px;position:relative}.expandableTabMenu-menu{padding-left:16px;transition:background-color .3s}.expandableTabMenu-menuItem{cursor:pointer;display:inline-block;height:50px;line-height:50px;padding:0 14px;position:relative}.expandableTabMenu-menuItem:last-child{margin-right:50px}.expandableTabMenu-message{color:#fff;height:50px;left:0;line-height:50px;padding-left:16px;position:absolute;top:0;width:100%}.expandableTabMenu-arrow{align-items:center;cursor:pointer;display:flex;height:50px;justify-content:center;-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;transition:background-color .3s;width:50px}.expandableTabMenu-arrow:before{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downWhite.CbCo2gZi.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}@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{left:0;position:absolute;top:100%;width:100%}.expandableTabMenu-dropdownContainer{background-color:#fff;border-radius:0 0 8px 8px;display:grid;grid-template-columns:repeat(3,max-content);justify-content:space-around;overflow:hidden;padding:20px 0 30px}.expandableTabMenu-dropdownTitle{color:#111;font-size:15px;font-weight:700;grid-column-end:4;grid-column-start:1;margin-top:30px;padding-bottom:6px;width:-moz-fit-content;width:fit-content}.expandableTabMenu-dropdownTitle:first-child{margin-top:0}.expandableTabMenu-dropdownItem{cursor:pointer;font-size:14px;line-height:20px;padding:10px 0;text-align:center}.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{background-image:url(./ico-landmarkWhite.DxGMDzlf.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;left:-4px;opacity:0;position:absolute;top:16px;transition:opacity .15s;width:18px}.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{background-image:url(./ico-landmarkGreen.C0v04Ctn.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;left:-4px;opacity:0;position:absolute;top:16px;transition:opacity .15s;width:18px}.expandableTabMenu-lightTheme .expandableTabMenu-menuItem--active{color:#1ec687;opacity:1}.expandableTabMenu-lightTheme .expandableTabMenu-menuItem--active:before{opacity:1}.expandableTabMenu-lightTheme .expandableTabMenu-message{background-color:#fefefe;color:#777}.expandableTabMenu-lightTheme .expandableTabMenu-arrow{background-color:#fff}.expandableTabMenu-lightTheme .expandableTabMenu-arrow:before{background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.expandableTabMenu-lightTheme .expandableTabMenu-dropdown:before{box-shadow:0 4px 10px #00000026;content:"";display:block;height:1px;position:absolute;width:100%}.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{background-image:url(./ico-landmarkGreen.C0v04Ctn.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;left:-2px;opacity:0;position:absolute;top:17px;transition:opacity .15s;width:16px}.expandableTabMenu-transparentTheme .expandableTabMenu-menuItem--active{color:#1ec687;opacity:1}.expandableTabMenu-transparentTheme .expandableTabMenu-menuItem--active:before{opacity:1}.expandableTabMenu-transparentTheme .expandableTabMenu-message{background-color:#fefefe;color:#777}.expandableTabMenu-transparentTheme .expandableTabMenu-arrow{background-color:rbga(0,0,0,0)}.expandableTabMenu-transparentTheme .expandableTabMenu-arrow:before{background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.expandableTabMenu-transparentTheme .expandableTabMenu-dropdown:before{box-shadow:0 4px 10px #00000026;content:"";display:block;height:1px;position:absolute;width:100%}.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{color:#1ec687;font-weight:700;opacity:1}.expandableTabMenu-whiteTheme .expandableTabMenu-menuItem--active:after{background-color:#1ec687;bottom:0;content:"";height:3px;left:14px;position:absolute;width:calc(100% - 28px)}.expandableTabMenu-whiteTheme .expandableTabMenu-message{background-color:#fff;color:#777}.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{color:#1ec687;font-weight:700}.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{background-color:var(--page-event-theme-color,#4696fa);content:"";height:18px;left:-4px;-webkit-mask:url(./ico-landmarkBlue.CwEOCby7.svg) center/contain no-repeat;mask:url(./ico-landmarkBlue.CwEOCby7.svg) center/contain no-repeat;opacity:0;position:absolute;top:16px;transition:opacity .15s;width:18px}.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{background-image:linear-gradient(#fff 50%,#f5f5f5);border-radius:8px 8px 0 0;color:var(--page-event-theme-color,#4696fa)}.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{background-image:url(./ico-landmarkWhite.DxGMDzlf.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;left:-4px;opacity:0;position:absolute;top:16px;transition:opacity .15s;width:18px}.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{background:var(--page-event-theme-color,#4696fa);color:#fff}.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-dropdownItem{color:#777}.expandableTabMenu-themedBlueDarkTheme .expandableTabMenu-dropdownItem--active{color:var(--page-event-theme-color,#4696fa)}.brandCard-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.brandCard{width:100%}.brandCard-list,.brandCard-list--autoFit{-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:repeat(4,minmax(0,25%));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{display:inline-block;position:relative;width:100%}.brandCard-image{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;padding-bottom:100%;position:relative;z-index:1}.brandCard-btnFavorite{background-color:#fff;border-radius:100px;box-shadow:0 2px 4px -2px #00000026;height:20px;margin-top:-11px;position:absolute;right:5px;width:20px;z-index:1}.brandCard-name{color:#555;display:-webkit-box;font-size:13px;margin-top:12px;overflow:hidden;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3;max-height:2.6em;white-space:normal}.brandCard-point{display:flex!important;justify-content:center;margin-top:4px}.brandCardItems{background-color:#fff}.brandCardItems.verticalMode{display:grid;row-gap:8px}.brandCardItems.horizontalMode{align-items:center;align-items:baseline;display:flex}.merchantOverview-labels{position:sticky!important;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)));z-index:5}.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{-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:repeat(3,minmax(0,33.3%));grid-template-rows:max-content;min-height:calc(100vh - var(--content-min-height-offset));padding:16px;row-gap:16px}@media (min-width:750px){.merchantOverview-content{grid-template-columns:repeat(5,minmax(0,20%))}}.largeSlideBanner-container{height:0;margin-bottom:-15px;padding-bottom:calc(58.30904% - 3.65889px)}.largeSlideBanner-slide{padding-bottom:15px}.largeSlideBanner-image{border-radius:8px;box-shadow:0 15px 15px -15px #00000026}.largeSlideBanner-pagination{bottom:23px!important;position:absolute;z-index:1}.slideMerchants-merchantIcon>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.slideMerchants-merchantListContainer{margin-left:-16px;margin-right:-16px}.slideMerchants{background-color:#fff;border-radius:8px;padding:16px;position:relative}.slideMerchants-header{color:var(--page-event-theme-color,#4696fa);font-size:16px;font-weight:600;line-height:24px}.slideMerchants-flag{align-items:center;background:linear-gradient(to left,var(--page-event-theme-color,#40b6ff),var(--page-event-theme-color,#4696fa) 98%);border-radius:12px 0 0 12px;color:#fff;display:flex;font-size:13px;font-weight:500;line-height:24px;max-width:calc(100% - 90px);padding:0 8px 0 12px;position:absolute;right:-3px;top:16px;white-space:nowrap;z-index:1}.slideMerchants-flag:before{border-color:transparent transparent transparent var(--page-event-theme-color,#4696fa);border-style:solid;border-width:3px 0 0 3px;content:"";filter:brightness(64%);position:absolute;right:0;top:-3px}.slideMerchants-flag:after{background-image:url(./ico-arrow--right.CNWSdj0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.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{align-items:center;display:flex;flex-direction:column}.slideMerchants-merchantIcon{height:0;max-width:75px;padding-bottom:100%;position:relative;width:100%}.slideMerchants-merchantIcon>img{border-radius:4px;filter:brightness(97%)}.slideMerchants-serviceBadge{left:-3px;position:absolute;top:-8px;z-index:1}.slideMerchants-merchantPoint{margin-top:6px}.slideMerchants-pagination{margin-top:16px}.merchantEvent-banner>img,.merchantEvent-productImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.merchantEvent{background:#fff;border-radius:8px;display:grid;grid-template-columns:45% 55%;overflow:hidden}.merchantEvent-banner{background-color:#fff;border-radius:0;height:0;overflow:hidden;padding-bottom:162.874251497%;position:relative}.merchantEvent-innerWrapper{display:flex;flex-direction:column;padding:16px 16px 16px 12px}.merchantEvent-header{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex}.merchantEvent-logo{border-radius:4px;filter:brightness(97%);flex-shrink:0;max-width:76px;overflow:hidden;position:relative;width:30%}.merchantEvent-merchantInfo{align-items:stretch;display:flex;flex-direction:column;width:calc(100% - 54px)}.merchantEvent-merchantInfo>:not(:first-child){margin-top:4px}.merchantEvent-merchantName{color:#111;font-size:14px;font-weight:500;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantEvent-point{line-height:14px}.merchantEvent-products{display:grid;grid-template-columns:repeat(2,1fr);margin-top:auto;grid-gap:10px}.merchantEvent-productImage{background-color:#fff;border-radius:5px;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:100%;position:relative}.merchantPreview{background-color:#fff;border-radius:8px;padding:16px}.merchantPreview-header{align-items:center;display:flex;font-size:16px;font-weight:600;line-height:24px;margin-bottom:16px}.merchantPreview-header:before{background-image:url(./ico-speaker-color.CJ14qG1E.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:19px;margin-right:6px;width:19px}.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{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex}.merchantPreview-info{flex-grow:1;min-width:0}.merchantPreview-logo{border-radius:4px;filter:brightness(97%);height:30px;width:30px}.merchantPreview-name{color:#111;font-size:13px;font-weight:500;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantPreview-badge{background-image:url(./badge-direct.-_MmXx0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;width:31px}.merchantPreview-subscribe{flex-shrink:0;margin-left:auto}.merchantEventList-title{color:var(--page-event-theme-color);padding:0 16px}.merchantEventList-tabMenu{position:sticky!important;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)));z-index:5}.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{background:linear-gradient(180deg,#fff,#fff 22px,#fff0 140px);padding:16px}.merchantEventList-merchantEvents>:not(:first-child),.merchantEventList-merchantEventsContainer>:not(:first-child){margin-top:16px}.brandCampaignCard{background-color:#fff;border-radius:8px;overflow:hidden}.brandCampaignCard-info{-moz-column-gap:8px;column-gap:8px;cursor:pointer;display:grid;grid-template-columns:38px 1fr;padding:8px}.brandCampaignCard-logo{background:#c4c4c4;border-radius:4px;display:flex;filter:brightness(97%);height:38px;overflow:hidden;position:relative;width:38px}.brandCampaignCard-content{display:inline-grid}.brandCampaignCard-name{color:#555;font-size:13px;font-weight:600;line-height:20px;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-v-aeae5f58]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.recommendationProductAndMerchantEvent[data-v-aeae5f58]{background:linear-gradient(180deg,#fff,#fff 22px,#fff0 140px);min-height:calc(100vh - var(--titlebar-height));padding:16px}.recommendationProductAndMerchantEvent-list[data-v-aeae5f58]{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:1fr 1fr}.brandPage{background:linear-gradient(to bottom,var(--page-event-theme-color,#1ec687) 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;min-height:140px}.brandPage:before{content:"";display:table}.brandPage-tab{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}.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)))}.swiperSlide{display:block;margin:16px;position:relative;width:auto}.swiperSlide-banner{border-radius:8px;box-shadow:0 15px 15px -15px #00000026;height:0;overflow:hidden;padding-bottom:46.4%;transform:translateY(0)}.swiperSlide-list{height:auto;position:relative;width:100%}.swiperSlide-listItem{display:inline;position:relative}.swiperSlide-dot{bottom:12px;position:absolute;width:100%;z-index:1}.swiperSlideDots-list{align-items:center;display:flex;justify-content:center}.swiperSlideDots-item,.swiperSlideDots-item--active{background-color:#ffffffe6;border-radius:25%;display:inline;height:3px;margin-right:3px;opacity:.4;position:relative;width:16px}.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}[data-v-2c68e02a]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.dailyPage-productList[data-v-2c68e02a]{background-color:#fff;border-radius:8px;margin:16px;padding:16px}[data-v-dca0240f]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.loginErrorPage-roundedbutton[data-v-dca0240f]{background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;height:36px;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.loginErrorPage[data-v-dca0240f],.loginErrorPage-roundedbutton[data-v-dca0240f]{align-items:center;display:flex;justify-content:center}.loginErrorPage[data-v-dca0240f]{flex-direction:column;margin-bottom:28px}.loginErrorPage-img[data-v-dca0240f]{height:170px;margin-top:90px;width:170px}.loginErrorPage-text[data-v-dca0240f]{color:#111;font-size:17px;font-weight:700;line-height:1.4;margin-top:16px}.loginErrorPage-description[data-v-dca0240f]{color:#777;font-size:13px;line-height:1.4;margin-top:2px;text-align:center;width:197px}.loginErrorPage-buttonWrapper[data-v-dca0240f]{display:flex;gap:20px;margin-top:13px}.loginErrorPage-roundedbutton.hollow[data-v-dca0240f]{background:transparent;border:1px solid #1ec687;color:#1ec687}.relatedKeywordList-item{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.relatedKeywordList-body{display:flex;flex-wrap:wrap;margin-bottom:-8px}.relatedKeywordList-item{background-color:#f5f5f5;color:#777;display:inline-flex;margin-bottom:8px;margin-right:5px;max-width:calc(100% - 8px)}.relatedKeywordList-item>:not(:first-child){margin-left:4px}.albumPage{border-bottom:1px solid #f5f5f5;border-top:1px solid #f5f5f5;padding:38px 16px 35px}.albumPage-content{align-items:center;display:flex;flex-direction:column;justify-content:space-between;position:relative}.albumPage-linkSet{-moz-column-gap:5px;column-gap:5px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:30px;position:relative;row-gap:5px;width:100%}.albumPage-btn{background-color:#fff;border:1px solid #1ec687;color:#1ec687;cursor:pointer;font-weight:400;height:50px;line-height:50px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.albumPage-logo{margin-bottom:16px;max-width:150px}.albumPage-point{align-items:center;color:#07b53b;display:flex;font-size:14px;font-weight:400;justify-content:flex-start;line-height:1.2;margin-bottom:28px}.albumPage-point:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:12px;margin-right:1px;width:12px}.albumPage-pointIco{display:inline-block;margin-right:4px;position:relative;top:-1px}.albumPage-title{color:#000;font-size:16px;line-height:1.2;margin:0 11px 14px}.albumPage-info,.albumPage-title{align-items:center;display:flex;font-weight:500;justify-content:center;text-align:center}.albumPage-info{color:#777;font-size:13px;line-height:1.5;margin:0 11px 18px}.albumPage-relatedKeywordList{border-bottom:1px solid #f5f5f5;padding:16px}.albumPage-product{border-bottom:1px solid #f5f5f5;padding:35px 16px 30px}.mediaTopAd{box-sizing:content-box;margin:auto;max-width:400px;padding:0 16px}.mediaSideAd{left:0;position:fixed;right:0}@media screen and (min-width:790px){.mediaSideAd{left:calc(100vw - 100%)}}.mediaSideAd{bottom:calc(16px + var(--fixed-footer-height, 0px));left:auto;max-height:180px;max-width:90px;right:16px;z-index:6}@media (min-width:750px){.mediaSideAd{margin-bottom:0!important}}.mediaSideAd-close{background-image:url(./ico-cancel--grey.y20wjKk9.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:24px;opacity:.8;position:relative;position:absolute;right:-12px;top:-12px;width:24px}.mediaSideAd-close:after{content:"";display:block;height:150%;left:0;position:absolute;top:0;transform:translate(-16.6666666667%,-16.6666666667%);width:150%}.mediaBottomAd{left:0;position:fixed;right:0}@media screen and (min-width:790px){.mediaBottomAd{left:calc(100vw - 100%)}}.mediaBottomAd{bottom:calc(16px + var(--fixed-footer-height, 0px));box-sizing:content-box;margin-left:auto;margin-right:auto;max-height:100px;max-width:400px;padding:0 16px;z-index:6}.mediaBottomAd-close{background-image:url(./ico-cancel--grey.y20wjKk9.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:24px;opacity:.8;position:relative;position:absolute;right:5px;top:-12px;width:24px}.mediaBottomAd-close:after{content:"";display:block;height:150%;left:0;position:absolute;top:0;transform:translate(-16.6666666667%,-16.6666666667%);width:150%}.lensProducts-icon,.lensProducts-image>img,.lensProducts-mainImage img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.lensProducts-item,.lensProducts-mainItem{border:1px solid hsla(0,0%,100%,.15);border-radius:4px;color:#fff;display:inline-grid;font-size:12px;font-weight:600;line-height:14px;overflow:hidden;position:relative;width:72px}.lensProducts{background-color:var(--background-color);background-color:color-mix(in srgb,var(--background-color) 80%,#000 20%);overflow:hidden;padding-bottom:8px;padding-bottom:calc(8px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));padding-top:8px}.lensProducts-list{font-size:0;padding:8px}.lensProducts-list>:not(:first-child){margin-left:8px}.lensProducts-mainItem{cursor:pointer;vertical-align:top}.lensProducts-mainImage{background-color:#00000008;border-radius:0;overflow:hidden;padding-bottom:112px;position:relative}.lensProducts-mainImage img{filter:brightness(50%);height:112px;-o-object-fit:cover;object-fit:cover}.lensProducts-icon{align-content:center;display:grid;justify-items:center;row-gap:4px;z-index:3}.lensProducts-icon:before{background-image:url(./ico-shoppingLens.oyB_I5Qj.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.lensProducts-iconText{align-items:center;border:1px solid hsla(0,0%,100%,.5);border-radius:12px;display:flex;font-size:13px;line-height:18px;padding:0 8px}.lensProducts-item{min-height:112px;row-gap:4px}.lensProducts-price{overflow:hidden;padding:0 4px;text-overflow:ellipsis;white-space:nowrap}.lensProducts-image{background-color:#00000008;background-color:#fff;border-radius:0;height:0;overflow:hidden;padding-bottom:100%;position:relative;z-index:1}.lensProducts-point{color:#fff!important;padding:0 4px 4px}.articleEnd-recommendItemImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.articleEnd-lensProducts{left:0;position:fixed;right:0}@media screen and (min-width:790px){.articleEnd-lensProducts{left:calc(100vw - 100%)}}.articleEnd-lensProducts{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.articleEnd-lensProducts{width:749px}}.articleEnd-breadcrumbs{display:flex;margin-bottom:2px}.articleEnd-breadcrumbs a{align-items:center;display:flex;margin:0}.articleEnd-breadcrumbs a+a:before{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin:0 2px;position:relative;top:-1px;width:14px}.articleEnd-head{margin:32px 16px 35px}.articleEnd-headWrapper{display:block;margin-bottom:20px;position:relative}.articleEnd-title{color:#303030;display:-webkit-box;font-size:16px;font-weight:700;margin-bottom:12px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.articleEnd-text,.articleEnd-title{padding-right:25px;width:100%}.articleEnd-linkBlue{color:#5b82db;cursor:pointer;font-size:12px;margin-bottom:4px;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.articleEnd-viewCount{align-items:center;color:#b7b7b7;display:flex;font-size:12px;line-height:1.5;position:relative}.articleEnd-viewCount:before{background-image:url(./ico-viewcount.DFLUn_Iz.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:15px;width:15px}.articleEnd-time{color:#b7b7b7;display:block;font-size:13px}.articleEnd-icoLike{position:absolute;right:1px;top:2px}.articleEnd-socials{justify-content:flex-start}.articleEnd-body{border-bottom:.3px solid #e7e7e7;padding:0 16px 35px}.articleEnd-outside{font-size:13px;margin-bottom:30px;max-width:100%;overflow-x:hidden}.articleEnd-outside img{display:block;max-width:100%;position:relative}.articleEnd-outside a{color:#1ec687}.articleEnd-source{border-bottom:1px solid #f2f2f2;font-size:12px;line-height:1.5;padding:26px 13.5px 35px}.articleEnd-recommend,.articleEnd-recommendShops,.articleEnd-relatedProducts{border-bottom:1px solid #f2f2f2;padding:16px}.articleEnd-recommendShopsList{display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:16px}.articleEnd-recommendItem{display:grid;justify-content:center;row-gap:10px}.articleEnd-recommendItemImage{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;padding-bottom:46px;position:relative;width:46px;z-index:1}.articleEnd-recommendItemPoints{justify-content:center}.articleEnd-launchPadEntrance{border:1px solid #efefef;border-radius:9999px;padding:14px 16px}.articleEnd-sideActiveAd{opacity:1;transform:translate(120%);transition:all .3s}.articleEnd-sideActiveAd.show{transform:translate(0)}.articleEnd-sideActiveAd.dodge{opacity:0;transform:translate(120%,140px)}.articleEnd-sideActiveAd.dodge.show{transform:translateY(140px)}.articleEnd-bottomActiveAd{opacity:1;transform:translateY(0);transition:transform .3s,opacity .3s}.articleEnd-bottomActiveAd.dodge{opacity:0;transform:translateY(140px)}.articleEnd-linkBlue2{color:#5b82db;cursor:pointer}.articleEnd-outsideVideo{height:0;padding-bottom:48.27%;position:relative;width:100%}.articleEnd-outsideVideo iframe{height:100%;left:0;position:absolute;top:0;width:100%}.articleEnd-footer{border-top:1px solid #f2f2f2}.articleEnd-lensImageWrapper{position:relative;width:100%}.articleEnd-lensBtn{align-items:center;background:#0006;border-radius:100px;bottom:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;height:24px;justify-content:center;min-width:24px;padding:0 8px 0 6px;position:absolute;right:8px;z-index:3}.articleEnd-lensText{margin-left:2px}.articleEnd-lensIcon{background-image:url(./ico-shoppingLens.oyB_I5Qj.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.articleEnd-lensProducts{z-index:7}.articleEnd-lensProducts-enter-active,.articleEnd-lensProducts-leave-active{transition:opacity .3s,transform .3s}.articleEnd-lensProducts-enter-from,.articleEnd-lensProducts-leave-to{opacity:0;transform:translateY(100%)}.___LINE_ARTICLE_EDITOR_REC___,.___LINE_ARTICLE_REC___,.___LINE_KEYWORD_REC___,.___auto_articles_widget,.___auto_keywords_widget,.___auto_random_articles_widget,.___editor_articles_widget,.___editor_keywords_widget{display:none!important}[data-v-49afea28]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.notice[data-v-49afea28]{background-color:#fff;border-radius:8px;display:grid;grid-template-columns:1fr max-content;padding:16px;position:relative}.notice-info[data-v-49afea28]{align-content:center;display:grid;font-size:12px;line-height:18px;row-gap:4px}.notice-title[data-v-49afea28]{color:#111;font-size:15px;font-weight:600;line-height:22px}.notice-description[data-v-49afea28]{color:#949494;font-weight:400}.notice-link[data-v-49afea28]{color:#5b82db;cursor:pointer;font-weight:500;text-decoration:underline}.notice-sider[data-v-49afea28]{align-content:center;align-items:center;display:grid;grid-template-rows:max-content max-content;justify-items:flex-end;row-gap:10px}.notice-sider.SHOPPING[data-v-49afea28]:before{background-image:url(./img-handHoldPhone.2vZeojgm.svg)}.notice-sider.SHOPPING[data-v-49afea28]:before,.notice-sider.TRAVEL[data-v-49afea28]:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:64px;width:75px}.notice-sider.TRAVEL[data-v-49afea28]:before{background-image:url(./img-travelHandHoldPhone.D2eNrsDx.svg)}.notice-button[data-v-49afea28]{align-items:center;background-color:#1ec687;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:500;height:-moz-fit-content;height:fit-content;justify-content:center;line-height:24px;padding:0 9px;width:-moz-fit-content;width:fit-content}.notice-closeButton[data-v-49afea28]{background-image:url(./ico-close--whiteWithGreyBG.mBk_D2zh.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:24px;position:absolute;right:-12px;top:-12px;width:24px}.merchant-infoCheck.checked:after{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.merchant{flex:1;margin-top:8px}.merchant-info,.merchant-infoImage{display:flex;position:relative}.merchant-infoImage{border-radius:4px;filter:brightness(97%);height:45px;min-width:45px;overflow:hidden;width:45px}.merchant-infoCard{display:grid;margin-left:12px;row-gap:4px;width:100%}.merchant-infoTop{align-items:baseline;display:flex;font-size:12px;line-height:22px}.merchant-infoTopText{color:#1ec687;margin-left:auto;padding-left:8px;white-space:nowrap}.merchant-infoTopText.grey{color:#c8c8c8}.merchant-infoTopGetPoints{align-items:center;color:#07b53b;display:flex;font-weight:400;margin-left:4px;position:relative;top:2px}.merchant-infoTopGetPoints:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:12px;margin-right:1px;width:12px}.merchant-infoTopGetPoints.grey{color:#b7b7b7;font-weight:400}.merchant-infoTopGetPoints.grey:before{background-image:url(./ico-point--gray.CwT7ymaW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:12px;margin-right:1px;width:12px}.merchant-infoName{color:#555;font-size:15px;font-weight:700}.merchant-infoPrice{color:#111;font-size:15px;font-weight:700;line-height:17px}.merchant-infoOrderFrom{color:#1ec687;font-size:12px;line-height:20px}.merchant-infoTime{color:#777;font-size:12px;line-height:17px}.merchant-infoNumber{color:#949494;font-size:12px;line-height:17px;word-break:break-all}.merchant-infoCheck{background-color:#fff;border:1px solid #777;border-radius:50%;color:transparent;cursor:pointer;display:inline-block;font-size:0;height:16px;position:absolute;right:0;top:20px;width:16px}.merchant-infoCheck.checked{border:1px solid #1ec687}.merchant-infoCheck.checked:after{background-color:#1ec687;border-radius:50%;content:"";display:block;height:8px;overflow:hidden;width:8px}.timelineItem-inlineLink,.timelineItem-link{color:#5b82db;font-weight:500;line-height:18px;text-decoration-line:underline}.timelineItem{color:#c8c8c8;font-size:12px;width:100%}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.timelineItem .icon--cross{background-image:url(./ico-cross-grey.Bzy1KwOV.svg)}.timelineItem-description{border-left:2px solid #dcdcdc;margin-left:7px;padding:4px 16px 16px}.timelineItem-textCube{display:grid;row-gap:2px}.timelineItem-textCube span{line-height:1.5;padding-left:12px;position:relative}.timelineItem-textCube span:before{background-color:#777;border-radius:4px;content:"";display:inline-block;height:4px;left:0;min-width:4px;position:absolute;top:7px;width:4px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.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{border:none;padding:4px 18px 0}.orderTimeline{margin-top:16px}.orderTimeline-content{padding-left:57px}.orderTimeline-redEnvelope{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:16px minmax(0,1fr) minmax(0,1fr)}.orderTimeline-redEnvelope:before{background-image:url(./ico-angpau.T5T0hVop.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.orderTimeline-description{margin-top:4px}.orderTimeline-redEnvelopePoint{align-items:center;color:#c8c8c8;display:flex;font-size:12px}.orderTimeline-redEnvelopePoint:before{background-image:url(./ico-point--gray.CwT7ymaW.svg)}.orderTimeline-redEnvelopePoint.pointDeposit:before,.orderTimeline-redEnvelopePoint:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;width:12px}.orderTimeline-redEnvelopePoint.pointDeposit:before{background-image:url(./ico-point--green.C6QozQX8.svg)}.orderTimeline-redEnvelopePoint.pointDeposit{color:#1ec687}.orderPageContentList{border-top:1px solid #f5f5f5;margin-top:23px;padding:0;row-gap:0}.orderPageContentList-iconArrow{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;position:absolute;right:-15px;top:0;width:14px}@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{align-items:center;color:#111;display:flex;font-size:17px;font-weight:600;line-height:25px;padding-top:16px;position:relative}.orderPageContentList-sectionTitleSeeMore{color:#949494;cursor:pointer;flex:1;font-size:12px;font-weight:400;height:14px;line-height:14px;margin-right:15px;position:relative;text-align:end}.orderPageContentList-content{display:grid;margin-top:16px}.orderPageContentList-slideList{display:grid;padding-top:16px;row-gap:16px}.orderPageProduct-item{color:#555;display:grid;position:relative;row-gap:4px}.orderPageProduct-btn{background-color:#f5f5f5;border-radius:12px;color:#949494;font-size:13px;font-weight:500;line-height:16px;padding:3px 9px}.orderPageProduct-itemName,.orderPageProduct-itemPrice{-moz-column-gap:4px;column-gap:4px;display:grid;font-size:15px;font-weight:600;grid-template-columns:1fr auto;line-height:22px}.orderPageProduct-itemName{word-break:break-all}.orderPageProduct-itemDescription{color:#949494;font-size:13px;font-weight:400;line-height:20px}.orderPageProduct-itemPoints{align-items:center;color:#b7b7b7;display:flex;font-size:12px;font-weight:400;line-height:14px}.orderPageProduct-itemPoints:before{background-image:url(./ico-point--gray.CwT7ymaW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.orderPageProduct-itemPoints.getPoint{color:#07b53b;font-weight:400}.orderPageProduct-itemPoints.getPoint:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.orderPageEvent-item{color:#303030;display:grid;position:relative;row-gap:2px}.orderPageEvent-itemInfo,.orderPageEvent-itemTop{align-items:center;display:flex}.orderPageEvent-itemInfo{margin-left:auto}.orderPageEvent-itemPoints{align-items:center;color:#07b53b;display:flex;font-size:12px;font-weight:400;line-height:14px}.orderPageEvent-itemPoints:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.orderPageEvent-itemPoints.inactive{color:#b7b7b7;font-weight:400;margin-left:8px}.orderPageEvent-itemPoints.inactive:before{background-image:url(./ico-point--gray.CwT7ymaW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.orderPageEvent-itemPoints.lineThrough{text-decoration:line-through}.orderPageEvent-itemPointsText{margin-left:4px}.orderPageEvent-itemDown{align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:1fr max-content;row-gap:2px}.orderPageEvent-itemName{color:#555;display:-webkit-box;font-size:15px;font-weight:700;line-height:22px;overflow:hidden;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4;max-height:2.8em;white-space:normal}.orderPageEvent-itemDescription{color:#777;font-size:12px;line-height:18px;margin-top:2px}.orderPageEvent-itemButton{align-items:center;background:#f5f5f5;border-radius:12px;color:#949494;display:flex;font-size:13px;font-weight:500;height:22px;line-height:16px;padding:0 9px}[data-v-22b8ad9a]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.progressBar-bar[data-v-22b8ad9a],.progressBar-bar[data-v-22b8ad9a]:before{border-radius:8px;display:block;height:8px}.progressBar[data-v-22b8ad9a]{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:1fr max-content}.progressBar-percentage[data-v-22b8ad9a]{color:#ff5b57;display:inline-flex;font-size:12px;font-weight:600;line-height:18px}.progressBar-bar[data-v-22b8ad9a]{background-color:#f5f5f5;margin:5px auto;width:100%}.progressBar-bar[data-v-22b8ad9a]:before{background-color:#ff5b57;content:"";transition:width .1s linear;width:var(--progress-percentage,0)}[data-v-e4f5e307]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.angpauCardHeaderBase-angpau[data-v-e4f5e307],.angpauCardHeaderBase-image[data-v-e4f5e307]{border-radius:40px;display:flex;height:40px;margin:0 auto;overflow:hidden;position:relative;width:40px}.angpauCardHeaderBase-angpau[data-v-e4f5e307]:before,.angpauCardHeaderBase-image[data-v-e4f5e307]:before{background-image:url(./img-angpau.FmLdLkvD.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:44px;left:52%;position:relative;top:2px;transform:translate(-50%);width:32px}.angpauCardHeaderBase[data-v-e4f5e307]{-moz-column-gap:10px;column-gap:10px;display:inline-grid;grid-column-end:3;grid-column-start:1;grid-template-columns:minmax(56px,max-content) minmax(0,1fr) max-content;padding:12px;position:relative;width:100%}.angpauCardHeaderBase.notValid[data-v-e4f5e307]{cursor:not-allowed}.angpauCardHeaderBase-logo[data-v-e4f5e307]{display:grid;height:-moz-fit-content;height:fit-content;margin:auto;row-gap:6px}.angpauCardHeaderBase-angpauImage[data-v-e4f5e307]{margin:auto;position:relative;width:40px}.isExpired .angpauCardHeaderBase-angpauImage[data-v-e4f5e307]{opacity:.3}.angpauCardHeaderBase-image[data-v-e4f5e307]{filter:brightness(97%)}.isExpired .angpauCardHeaderBase-image[data-v-e4f5e307],.notValid .angpauCardHeaderBase-image[data-v-e4f5e307]{opacity:.3}.angpauCardHeaderBase-angpau[data-v-e4f5e307]{background:#ffdbdb;border:.5px solid rgba(0,0,0,.03)}.angpauCardHeaderBase-angpau.angpau--appOnly[data-v-e4f5e307]:before{background-image:url(./img-angpau--red.C6IUe6c3.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:39px;top:5px;width:28px}.angpauCardHeaderBase-angpau.angpau--passport[data-v-e4f5e307]{background-color:#e5f4ee}.angpauCardHeaderBase-angpau.angpau--passport[data-v-e4f5e307]:before{background-image:url(./img-angpau--green.CkSql9fM.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:39px;top:2px;width:28px}.notValid .angpauCardHeaderBase-angpau[data-v-e4f5e307]{background-color:#e6e6e6}.notValid .angpauCardHeaderBase-angpau[data-v-e4f5e307]:before{background-image:url(./img-angpauDisabled.BAYpvA7t.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:44px;width:33px}.angpauCardHeaderBase-points[data-v-e4f5e307]{align-items:center;color:#07b53b;display:flex;font-size:15px;font-weight:400;font-weight:600;justify-content:center}.angpauCardHeaderBase-points[data-v-e4f5e307]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.isExpired .angpauCardHeaderBase-points[data-v-e4f5e307],.notValid .angpauCardHeaderBase-points[data-v-e4f5e307]{color:#b7b7b7;font-weight:400;font-weight:600}.isExpired .angpauCardHeaderBase-points[data-v-e4f5e307]:before,.notValid .angpauCardHeaderBase-points[data-v-e4f5e307]:before{background-image:url(./ico-point--gray.CwT7ymaW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.angpauCardHeaderBase-info[data-v-e4f5e307]{display:grid;margin:auto 0;row-gap:4px}[data-v-dc59922e]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.conditionalCardContent-appOnly[data-v-dc59922e],.conditionalCardContent-passport[data-v-dc59922e]{font-size:12px;font-weight:400;line-height:14px}.isExpired .conditionalCardContent-description.green[data-v-dc59922e],.isExpired .conditionalCardContent-description.red[data-v-dc59922e],.isUsed .conditionalCardContent-description.green[data-v-dc59922e],.isUsed .conditionalCardContent-description.red[data-v-dc59922e]{background-color:unset;color:#949494;padding:0}.conditionalCardContent-info[data-v-dc59922e]{display:grid;height:auto;margin:auto 0;overflow:hidden;row-gap:4px}.conditionalCardContent-appOnly[data-v-dc59922e]{color:#ff5b57}.isExpired .conditionalCardContent-appOnly[data-v-dc59922e]{color:#777}.conditionalCardContent-passport[data-v-dc59922e]{color:#179968}.isExpired .conditionalCardContent-passport[data-v-dc59922e]{color:#777}.conditionalCardContent-title[data-v-dc59922e]{color:#555;font-size:13px;font-weight:600;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.isExpired .conditionalCardContent-title[data-v-dc59922e],.notValid .conditionalCardContent-title[data-v-dc59922e]{color:#777}.conditionalCardContent-badge[data-v-dc59922e]{background-color:#1ec687;border-radius:2px;color:#fff;display:inline-flex;flex-shrink:0;font-size:12px;padding:0 3px;white-space:nowrap;width:-moz-fit-content;width:fit-content}.isExpired .conditionalCardContent-badge[data-v-dc59922e]{background-color:#c8c8c8}.conditionalCardContent-description[data-v-dc59922e]{border-radius:2px;color:#949494;font-size:12px;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notValid .conditionalCardContent-description[data-v-dc59922e]{color:#b7b7b7}.conditionalCardContent-description.red[data-v-dc59922e]{background-color:#ffefee;color:#ff5b57;line-height:16px;padding:0 4px;width:-moz-fit-content;width:fit-content}.notValid .conditionalCardContent-description.red[data-v-dc59922e]{background-color:#f5f5f5;color:#b7b7b7}.conditionalCardContent-description.green[data-v-dc59922e]{background-color:#e5f4ee;color:#07b53b;line-height:16px;padding:0 4px;width:-moz-fit-content;width:fit-content}.notValid .conditionalCardContent-description.green[data-v-dc59922e]{background-color:#f5f5f5;color:#b7b7b7}.conditionalCardContent-description.redText[data-v-dc59922e]{color:#ff5b57}.conditionalCardContent-products[data-v-dc59922e]{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(4,39.25px)}@media (max-width:374.98px){.conditionalCardContent-products[data-v-dc59922e]{grid-template-columns:repeat(3,34px)}}@media (min-width:750px){.conditionalCardContent-products[data-v-dc59922e]{grid-template-columns:repeat(6,44px)}}.isExpired .conditionalCardContent-products[data-v-dc59922e],.isUsed .conditionalCardContent-products[data-v-dc59922e]{display:none}.conditionalCardContent-productImg[data-v-dc59922e]{background-color:#00000008;border-radius:2px;filter:brightness(97%);overflow:hidden}.conditionalCardContent-productImg[data-v-dc59922e]:nth-child(n+5){display:none}@media (min-width:750px){.conditionalCardContent-productImg[data-v-dc59922e]:nth-child(n+5){display:inline-block}}@media (max-width:374.98px){.conditionalCardContent-productImg[data-v-dc59922e]:nth-child(n+4){display:none}}.notValid .conditionalCardContent-productImg[data-v-dc59922e]{opacity:.3}[data-v-a3576bff]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.isExpired .campaignCardContent-description.green[data-v-a3576bff],.isExpired .campaignCardContent-description.red[data-v-a3576bff],.isUsed .campaignCardContent-description.green[data-v-a3576bff],.isUsed .campaignCardContent-description.red[data-v-a3576bff]{background-color:unset;color:#949494;padding:0}.campaignCardContent-info[data-v-a3576bff]{display:grid;height:auto;margin:auto 0;overflow:hidden;row-gap:4px}.campaignCardContent-title[data-v-a3576bff]{color:#555;font-size:13px;font-weight:600;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaignCardContent-badge[data-v-a3576bff]{background-color:#1ec687;border-radius:2px;color:#fff;display:inline-flex;flex-shrink:0;font-size:12px;padding:0 3px;white-space:nowrap;width:-moz-fit-content;width:fit-content}.isExpired .campaignCardContent-badge[data-v-a3576bff]{background-color:#c8c8c8}.campaignCardContent-description[data-v-a3576bff]{border-radius:2px;color:#949494;font-size:12px;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notValid .campaignCardContent-description[data-v-a3576bff]{color:#b7b7b7}.campaignCardContent-description.red[data-v-a3576bff]{background-color:#ffefee;color:#ff5b57;line-height:16px;padding:0 4px;width:-moz-fit-content;width:fit-content}.notValid .campaignCardContent-description.red[data-v-a3576bff]{background-color:#f5f5f5;color:#b7b7b7}.campaignCardContent-description.green[data-v-a3576bff]{background-color:#e5f4ee;color:#07b53b;line-height:16px;padding:0 4px;width:-moz-fit-content;width:fit-content}.notValid .campaignCardContent-description.green[data-v-a3576bff]{background-color:#f5f5f5;color:#b7b7b7}.campaignCardContent-description.redText[data-v-a3576bff]{color:#ff5b57}[data-v-87750c1f]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.angpauCardHeaderButton-textWithArrow[data-v-87750c1f]{align-items:center;color:#777;display:flex;font-size:13px;font-weight:600;line-height:16px}.angpauCardHeaderButton-textWithArrow[data-v-87750c1f]:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.angpauCardHeaderButton-merchant[data-v-87750c1f]{border-radius:4px;display:inline-flex;filter:brightness(97%);height:22px;margin-right:4px;overflow:hidden;width:22px}.angpauCardHeaderButton-tools[data-v-87750c1f]{display:flex}.angpauCardHeaderButton-button[data-v-87750c1f]{align-items:center;border-radius:12px;cursor:pointer;display:flex;font-size:13px;font-weight:500;height:24px;justify-content:center;margin:auto;padding:0 9px}.angpauCardHeaderButton-button.solid[data-v-87750c1f]{background-color:#f5f5f5;border:1px solid hsla(0,0%,100%,.01);color:#ff5b57}.angpauCardHeaderButton-button.solidRed[data-v-87750c1f]{background-color:#ff5b57;border:1px solid hsla(0,0%,100%,.01);color:#fff}.angpauCardHeaderButton-button.solidGrey[data-v-87750c1f]{background-color:#f5f5f5;border:1px solid hsla(0,0%,100%,.01);color:#949494}.angpauCardHeaderButton-button.solidGreen[data-v-87750c1f]{background-color:#179968;border:1px solid hsla(0,0%,100%,.01);color:#fff}.angpauCardHeaderButton-button.outline[data-v-87750c1f]{background-color:#fff;border:1px solid #ff5b57;color:#ff5b57}[data-v-6cca9d31]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.drawCheckButton[data-v-6cca9d31]{display:flex}.drawCheckButton-button[data-v-6cca9d31]{align-items:center;border-radius:12px;cursor:pointer;display:flex;font-size:13px;font-weight:500;height:24px;justify-content:center;margin:auto;padding:0 9px}.drawCheckButton-button.solid[data-v-6cca9d31]{background-color:#f5f5f5;border:1px solid hsla(0,0%,100%,.01);color:#ff5b57}.drawCheckButton-button.solidRed[data-v-6cca9d31]{background-color:#ff5b57;border:1px solid hsla(0,0%,100%,.01);color:#fff}.orderCardContent{display:flex;flex-direction:column;gap:8px}.orderCardContent-title{color:#555;display:block;font-size:15px;font-weight:600;line-height:1.47}.orderCardContent-description{color:#949494;display:block;font-size:13px;line-height:1.54}[data-v-6ed5c22f]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.orderButton[data-v-6ed5c22f]{align-items:center;border-radius:12px;cursor:pointer;display:flex;font-size:13px;font-weight:500;height:24px;justify-content:center;margin:auto;padding:0 9px}.orderButton.solidRed[data-v-6ed5c22f]{background-color:#ff5b57;border:1px solid hsla(0,0%,100%,.01);color:#fff}.angpauCardHeader-infoCheck.checked:after{border-radius:50%;bottom:0;content:"";display:block;height:12px;margin:auto;overflow:hidden;position:absolute;right:14px;top:0;width:12px;z-index:2}.angpauCardHeader-radioButton{margin:auto}.angpauCardHeader-infoCheck{height:100%;position:relative;width:46px}.angpauCardHeader-infoCheck:before{background-color:#fff;border:1px solid #b7b7b7;border-radius:50%;bottom:0;content:"";display:inline-block;height:18px;margin:auto;position:absolute;right:11px;top:0;width:18px;z-index:1}.angpauCardHeader-fullStamp{background-image:url(./img-allFullStamp.BKwEGvce.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:44px;margin:auto;width:44px}.angpauCardHeader-hitArea{display:block;height:100%;position:absolute;right:0;top:0;width:calc(100vw - 66px)}.angpauCardHeader-infoCheck.checked:before{border:1px solid #ff5b57}.angpauCardHeader-infoCheck.checked:after{background-color:#ff5b57}[data-v-f9a62e62]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.record[data-v-f9a62e62]{background-color:#fff;border-radius:8px;margin-bottom:16px;padding:24px 16px 16px}.record-familyServiceOrderNotice[data-v-f9a62e62]{border:1px solid #efefef;border-radius:8px;color:#949494;display:flex;font-size:12px;font-weight:400;line-height:18px;margin-top:16px;padding:8px}.record-familyServiceOrderNotice[data-v-f9a62e62]:before{background-image:url(./ico-questionMarkGrey.EX5aKzhd.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:20px;margin-right:8px;width:20px}.record-link[data-v-f9a62e62]{color:#4270ed;text-decoration:underline}.record-info[data-v-f9a62e62]{margin-top:16px;position:relative}.record-angpauEntrance[data-v-f9a62e62]{border-top:1px solid #f5f5f5;display:block;margin-top:24px;padding-top:24px}.record-angpau[data-v-f9a62e62]{padding:0}.orderPageNoitem{align-content:center;display:grid;justify-items:center;row-gap:6px;z-index:1}.orderPageNoitem-image{background-image:url(./img-noOrderRecord.3q6CLUYW.png);background-size:contain;height:180px;width:180px}.orderPageNoitem-text{color:#111;font-size:17px;font-weight:700;line-height:25px;margin-bottom:6px}.orderPageNoitem-button{align-items:center;background-color:#1ec687;border-radius:18px;color:#fff;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;line-height:17px;padding:0 13px;width:-moz-fit-content;width:fit-content}.orderPageBottomTools{align-items:center;-moz-column-gap:14px;column-gap:14px;display:grid;grid-template-columns:64px 1fr;z-index:1}.orderPageBottomTools-instruction{align-items:center;color:#777;display:grid;font-size:12px;justify-items:center;position:relative;row-gap:2px}.orderPageBottomTools-instruction:before{background-image:url(./ico-contactDeepGrey.CgOqAoTh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.orderPageBottomTools-button{align-items:center;background-color:#1ec687;border-radius:36px;color:#fff;display:flex;font-size:14px;height:36px;justify-content:center;line-height:36px;margin:1px 0;position:relative}.normalRecords-bottomTools,.normalRecords-noItem{left:0;position:fixed;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{margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.normalRecords-bottomTools{width:749px}}.normalRecords-noItem{margin-top:60px}.normalRecords-box{margin:16px}.normalRecords-pageParagraph{display:grid;padding:20px 15px 79px;row-gap:10px}.normalRecords-text{color:#b7b7b7;font-size:12px;line-height:1.7}.normalRecords-bottomTools{background-color:#fff;box-shadow:0 -2px 12px -6px #00000026;padding:7px 16px;padding-bottom:calc(7px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.normalRecords-notice{margin-bottom:16px}.customerServiceRecords-bottomTools,.customerServiceRecords-noItem{left:0;position:fixed;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{margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.customerServiceRecords-bottomTools{width:749px}}.customerServiceRecords-noItem{margin-top:60px}.customerServiceRecords-box{margin:16px}.customerServiceRecords-pageParagraph{display:grid;padding:20px 15px 79px;row-gap:10px}.customerServiceRecords-text{color:#b7b7b7;font-size:12px;line-height:1.7}.customerServiceRecords-bottomTools{background-color:#fff;box-shadow:0 -2px 12px -6px #00000026;padding:7px 16px;padding-bottom:calc(7px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.translatingContainer{transition:transform .3s ease-in-out}.hide{transform:translateY(-100%)}.orderPage-noItem{left:0;position:fixed;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;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}.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,.orderPage-tabList{position:relative;z-index:2}.orderPage-filter{background:#fff;padding:8px 16px}.orderPage-noItem{margin-top:60px}.orderPage-noHistory{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding-top:97px}.orderPage-noFileImg{margin-bottom:36px}.orderPage-text{color:#1ec687;font-size:14px;margin-bottom:12px}.orderPage-textLink{color:#1ec687;font-size:14px;margin-bottom:36px}.card{background-color:#fff;border-radius:8px}[data-v-11ac10b8]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.noResult-roundedbutton[data-v-11ac10b8]{background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;height:36px;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.noResult[data-v-11ac10b8],.noResult-roundedbutton[data-v-11ac10b8]{align-items:center;display:flex;justify-content:center}.noResult[data-v-11ac10b8]{background-color:#fff;background-image:url(./img-empty-state-background_3x.D4S_QlJG.png);background-position:bottom -32px center;background-repeat:no-repeat;background-size:982px;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;flex-direction:column;overflow:hidden;padding:32px 0;width:100%}.noResult-img[data-v-11ac10b8]{height:110px;width:110px}.noResult-title[data-v-11ac10b8]{color:#111;font-size:17px;font-weight:600;line-height:25px}.noResult-description[data-v-11ac10b8]{color:#949494;font-size:13px;font-weight:400;line-height:20px}.noResult-roundedbutton[data-v-11ac10b8]{margin-top:13px}.cardContent{padding:16px}[data-v-9bc221f8]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.angpauCard[data-v-9bc221f8]{border:1px solid #efefef;overflow:hidden}.angpauCard-actionBtn[data-v-9bc221f8]{background-image:linear-gradient(90deg,#fe8c68 0,#ff0f3e);font-size:13px;margin-left:auto;padding:0 9px;width:auto}.needPassport .angpauCard-actionBtn[data-v-9bc221f8]{background-image:linear-gradient(90deg,#8b95f4 0,#8250ff)}.angpauCard-angpauImg.used[data-v-9bc221f8]{opacity:.7}.angpauCard-angpauImg.disable[data-v-9bc221f8]{box-shadow:none}.angpauCard-point[data-v-9bc221f8]{align-items:center;display:flex;flex-shrink:0;margin-left:4px}.angpauCard-paragraph[data-v-9bc221f8]{background-color:#fff;padding:12px}.needPassport .angpauCard-paragraph[data-v-9bc221f8]{background-color:#fff}.angpauCard-paragraph[data-v-9bc221f8]:not(:first-child){margin-top:23px}.angpauCard-paragraph--agreeNotYet[data-v-9bc221f8]{align-items:center;background-color:#ffefee;color:#ff5b57;display:flex;font-size:12px;font-weight:400;line-height:18px;padding:8px 12px}.angpauCard-paragraph--agreeNotYet[data-v-9bc221f8]:before{background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin:2px;width:18px}.angpauCard-paragraph--agreeNotYetLink[data-v-9bc221f8]{align-items:center;display:flex;width:100%}.angpauCard-paragraphLink[data-v-9bc221f8]{align-items:center;display:flex;flex-shrink:0;margin-left:auto}.angpauCard-paragraphLink[data-v-9bc221f8]:after{background-image:url(./ico-arrow--rightRed.qfCS7BoD.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.angpauCard-paragraphDescription[data-v-9bc221f8]{display:grid;margin:0 10px;max-width:calc(100% - 122px);row-gap:2px}.angpauCard-paragraphMark[data-v-9bc221f8]{color:#ff5b57;font-size:12px;font-weight:400;line-height:1.5}.needPassport .angpauCard-paragraphMark[data-v-9bc221f8]{color:#179968}.angpauCard-paragraphTitle[data-v-9bc221f8]{color:#555;font-size:13px;font-weight:600;line-height:16px;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.angpauCard-paragraphContent[data-v-9bc221f8]{color:#949494;display:inline-grid;font-size:12px;font-weight:400;grid-template-columns:repeat(2,minmax(0,max-content));line-height:18px}.angpauCard-paragraphMessage[data-v-9bc221f8]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.angpauCard-paragraphMerchantImg[data-v-9bc221f8]{border-radius:4px;flex-shrink:0;height:22px;margin-right:4px;width:22px}.angpauCard-paragraphActionText[data-v-9bc221f8]{align-items:center;display:flex;flex-shrink:0;font-size:13px;margin-left:auto}.angpauCard-paragraphActionText[data-v-9bc221f8]:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:13px;width:13px}.angpauCard-paragraphCheckBtn[data-v-9bc221f8]{background:#f5f5f5;border-radius:12px;color:#ff5b57;font-size:13px;font-weight:500;line-height:25px;margin-left:auto;padding:0 9px;white-space:nowrap}.angpauCard-paragraphTimer[data-v-9bc221f8]{align-items:center;border-radius:0 0 8px 8px;border-top:1px solid #efefef;color:#949494;-moz-column-gap:2px;column-gap:2px;display:flex;font-size:12px;line-height:16px;padding:8px 12px}.angpauCard-paragraphTimer[data-v-9bc221f8]:before{background-image:url(./ico-clock--grey.D8I85HsK.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.angpauCard-paragraphBadge[data-v-9bc221f8]{align-items:center;display:flex}.angpauCard-paragraphBadge[data-v-9bc221f8]:before{background-color:#949494;border-radius:2px;content:"";display:block;height:2px;margin:6px;width:2px}.angpauCard-travelBadge[data-v-9bc221f8]{padding:0 4px}.angpauCard-paragraph.disable[data-v-9bc221f8]{background-color:#f5f5f5;border-radius:8px;color:#777}.angpauCard-paragraph.disable .angpauCard-paragraph-title[data-v-9bc221f8]{color:#777}.angpauTab{margin:16px auto 0;width:90%}@media (min-width:750px){.angpauTab{width:80%}}.angpauList{display:grid;row-gap:16px}.angpauList-expiredHint{color:#777;font-size:13px;padding:16px 0 0;text-align:center}.angpauBottomAd{border-radius:8px;box-sizing:content-box;display:block;margin:auto;overflow:hidden}[data-v-281e3e8c]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.angpau-bottomTools[data-v-281e3e8c]{left:0;position:fixed;right:0}@media screen and (min-width:790px){.angpau-bottomTools[data-v-281e3e8c]{left:calc(100vw - 100%)}}.angpau-bottomTools[data-v-281e3e8c]{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.angpau-bottomTools[data-v-281e3e8c]{width:749px}}.angpau-filter[data-v-281e3e8c]{padding:8px 0}.angpau-notice[data-v-281e3e8c]{margin:16px}.angpau-wrapper[data-v-281e3e8c]{display:block;margin:16px}.angpau-list[data-v-281e3e8c]{margin-top:80px}.angpau-header[data-v-281e3e8c]{background-color:#fff;padding:16px 16px 0;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;z-index:1}.noTitlebar .angpau-header[data-v-281e3e8c]{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-281e3e8c]{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-281e3e8c]{width:100%}.angpau-searchbar[data-v-281e3e8c]{background-color:#f5f5f5;border-radius:21px;display:flex;height:34px;overflow:hidden;padding:5px 5px 5px 12px;width:100%}.angpau-searchbar .searchBtn[data-v-281e3e8c]{background-color:#ff5b57;margin-left:auto;width:60px}.angpau-searchbar .searchBtn.disable[data-v-281e3e8c]{background-color:#c8c8c8;cursor:unset}.angpau-searchInput[data-v-281e3e8c]{background-color:transparent;border:none;flex-grow:2;font-size:14px}.angpau-searchInput[data-v-281e3e8c]::-moz-placeholder{color:#b7b7b7}.angpau-searchInput[data-v-281e3e8c]::placeholder{color:#b7b7b7}.angpau-content[data-v-281e3e8c]{margin-bottom:76px}.angpau-card[data-v-281e3e8c]:not(:first-child){margin-top:16px}.angpau-instructionBtn[data-v-281e3e8c]{align-items:center;background-color:unset;background-image:radial-gradient(50% 43.75% at 50% 0,#f5f5f5 0,#f5f5f500);color:#4696fa;display:flex;font-size:13px;justify-content:center;margin-top:16px;padding:16px 0 0;text-align:center;width:100%}.angpau-bottomTools[data-v-281e3e8c]{align-items:center;background-color:#fff;box-shadow:0 -2px 12px -6px #00000026;-moz-column-gap:14px;column-gap:14px;display:grid;grid-template-columns:64px 1fr;padding:9px 14px 9px 12px;padding-bottom:calc(9px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:1}.angpau-bottomToolsTutorial[data-v-281e3e8c]{align-items:center;color:#777;cursor:pointer;display:grid;font-size:12px;justify-items:center;position:relative;row-gap:2px}.angpau-bottomToolsTutorial[data-v-281e3e8c]:before{background-image:url(./ico-questionMarkGrey.EX5aKzhd.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.angpau-bottomToolsBtn[data-v-281e3e8c]{align-items:center;background-color:#ff5b57;border-radius:36px;color:#fff;display:flex;font-size:14px;height:36px;justify-content:center;line-height:36px;margin:1px 0;position:relative}.angpau-bottomToolsCoinIcon[data-v-281e3e8c]{background-image:url(./ico-coinFront.9EJRxKA1.png);background-repeat:no-repeat;background-size:contain;display:inline-block;height:20px;margin:0 1px;width:20px}[data-v-27291a6f]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.messagePanel[data-v-27291a6f]{left:0;position:fixed;right:0}@media screen and (min-width:790px){.messagePanel[data-v-27291a6f]{left:calc(100vw - 100%)}}.messagePanel[data-v-27291a6f]{bottom:0;top:0}.messagePanel-roundedbutton[data-v-27291a6f]{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.messagePanel[data-v-27291a6f]{color:#fff;display:grid;font-size:17px;font-weight:600;height:260px;justify-items:center;line-height:25px;margin:auto;max-width:180px;row-gap:6px}.messagePanel-image[data-v-27291a6f]{height:180px;width:180px}.messagePanel-roundedbutton[data-v-27291a6f]{background-color:#fff;color:#4270ed;margin-top:6px}[data-v-4988e31d]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.sideBackground[data-v-4988e31d]{max-width:750px;position:fixed;width:100%}.sideBackground[data-v-4988e31d]:after,.sideBackground[data-v-4988e31d]:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:724px;position:absolute;top:0;width:152px}.sideBackground[data-v-4988e31d]:after{left:0}.sideBackground[data-v-4988e31d]:before{right:0}.sideBackground.BOY[data-v-4988e31d]:before{background-image:url(./img-regularShoppingBackground--boy.0BZWud4s.png)}.sideBackground.BOY[data-v-4988e31d]:after{background-image:url(./img-regularShoppingBackground--balloon.BODp6ZVf.png)}.sideBackground.GIRL[data-v-4988e31d]:before{background-image:url(./img-regularShoppingBackground--girl.BBrAFg_q.png)}.sideBackground.GIRL[data-v-4988e31d]:after{background-image:url(./img-regularShoppingBackground--balloon.BODp6ZVf.png)}.sideBackground.RIBBON[data-v-4988e31d]:before{background-image:url(./img-ribbonBackground--right.C-BBxTkl.png);width:187px}.sideBackground.RIBBON[data-v-4988e31d]:after{background-image:url(./img-ribbonBackground--left.CuLAQx4l.png);width:187px}.sideBackground.MAN[data-v-4988e31d]:before{background-image:url(./img-manBackground--right.DTrys8XZ.png);width:187px}.sideBackground.MAN[data-v-4988e31d]:after{background-image:url(./img-manBackground--left.BbMs4Er_.png);width:187px}.flagBannerCard{background-color:#fff;border-radius:8px;margin-top:5px;padding:31px 16px 16px;position:relative}.flagBannerCard-top{align-items:center;color:#fff;display:flex;font-size:15px;font-weight:600;justify-content:center;line-height:22px;position:absolute;right:50%;top:6px;transform:translate(50%,-50%);z-index:1}.flagBannerCard-top:before{left:1px;position:relative}.flagBannerCard-top:after{position:relative;right:1px}.flagBannerCard-topText{height:22px;text-align:center;white-space:nowrap;width:109px}.flagBannerCard.pink .flagBannerCard-top:before{background-image:url(./img-headerBadge--leftPink.DTQ206xh.svg)}.flagBannerCard.pink .flagBannerCard-top:after,.flagBannerCard.pink .flagBannerCard-top:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;width:27px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;width:27px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;width:27px}.flagBannerCard.purple .flagBannerCard-top:after{background-image:url(./img-headerBadge--rightPurple.C9KQkFMn.svg)}.flagBannerCard.purple .flagBannerCard-topText{background-color:#8250ff}.registeredRebateEvents-list{display:grid;row-gap:16px}.registeredRebateEvents-item{align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:1fr minmax(70px,max-content);position:relative}.registeredRebateEvents-item.inactive .rebateEvents-steamp{bottom:0;margin:auto}.registeredRebateEvents-info{display:grid;row-gap:2px}.registeredRebateEvents-top{color:#949494;font-size:12px;font-weight:400;line-height:14px}.registeredRebateEvents-top,.registeredRebateEvents-topText{align-items:center;display:flex}.registeredRebateEvents-topText:before{content:"·";margin-right:4px}.registeredRebateEvents-title{color:#555;display:-webkit-box;font-size:13px;font-weight:600;line-height:20px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.registeredRebateEvents-maxPoints{color:#15bd66;font-size:12px;font-weight:400;line-height:18px}.registeredRebateEvents-progress{color:#949494;display:grid;font-size:12px;font-weight:400;line-height:18px;margin-top:6px;row-gap:6px}.registeredRebateEvents-progressStatus{background:#f5f5f5;border-radius:8px;display:flex;height:8px;overflow:hidden}.registeredRebateEvents-progressBar{animation:fullProgressBar 1s ease reverse forwards;background:linear-gradient(270deg,#bea4ff,#956aff);border-radius:8px;box-shadow:0 0 4px #8250ff40}.registeredRebateEvents-progressBar.isFull{background:linear-gradient(270deg,#78f29c,#1ed792)}.registeredRebateEvents-pointsInfo{align-items:center;display:flex}.registeredRebateEvents-nowGetPoints{color:#8250ff;font-weight:600;margin:0 2px}.registeredRebateEvents-getAllPoints{color:#15bd66;font-size:12px;font-weight:600;line-height:18px}.registeredRebateEvents-button{background:#f5f5f5;border-radius:12px;color:#8250ff;font-size:13px;font-weight:500;line-height:16px;padding:4px 9px;position:relative}.registeredRebateEvents-balloon{background-image:url(./img-balloon--small.BbrkJw0D.svg);height:26px;left:0;margin:auto;top:-100%;width:34px}.registeredRebateEvents-balloon,.registeredRebateEvents-steamp{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;position:absolute;right:0}.registeredRebateEvents-steamp{background-image:url(./img-overStamp--gray.Bk3KD0sw.svg);display:flex;height:44px;margin-left:auto;top:0;width:44px}.registeredRebateEvents-moreButton{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#8250ff;cursor:pointer;display:flex;font-size:14px;justify-content:center;line-height:35px;margin-top:16px;width:100%}.registeredRebateEvents-moreButton:after{background-image:url(./ico-arrow--downPurple.CxcfW9qU.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}@keyframes fullProgressBar{to{width:0}}.availableRebateEvents-cardText{color:#949494;font-size:13px;text-align:center}.availableRebateEvents-list{display:grid;row-gap:16px}.availableRebateEvents-item{align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:1fr minmax(70px,max-content);position:relative}.availableRebateEvents-info{display:grid;row-gap:2px}.availableRebateEvents-top{color:#949494;font-size:12px;font-weight:400;line-height:14px}.availableRebateEvents-top,.availableRebateEvents-topText{align-items:center;display:flex}.availableRebateEvents-topText:before{content:"·";margin-right:4px}.availableRebateEvents-title{color:#555;display:-webkit-box;font-size:13px;font-weight:600;line-height:20px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.availableRebateEvents-maxPoints{color:#15bd66;font-size:12px;font-weight:400;line-height:18px}.availableRebateEvents-button{background:#8250ff;border-radius:12px;color:#fff;font-size:13px;font-weight:500;line-height:16px;padding:4px 9px;position:relative}.availableRebateEvents-moreButton{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#8250ff;cursor:pointer;display:flex;font-size:14px;justify-content:center;line-height:35px;margin-top:16px;width:100%}.availableRebateEvents-moreButton:after{background-image:url(./ico-arrow--downPurple.CxcfW9qU.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.outdatedRebateEvents-list{display:grid;row-gap:16px}.outdatedRebateEvents-item{align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:1fr minmax(70px,max-content);position:relative}.outdatedRebateEvents-info{display:grid;row-gap:2px}.outdatedRebateEvents-badge{align-items:center;display:flex;line-height:14px}.outdatedRebateEvents-title{color:#555;display:-webkit-box;font-size:13px;font-weight:600;line-height:20px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.outdatedRebateEvents-steamp{background-image:url(./img-overStamp--gray.Bk3KD0sw.svg);background-repeat:no-repeat;background-size:contain;bottom:0;content:"";display:inline-block;display:flex;height:44px;margin:auto;position:absolute;right:0;top:0;width:44px}.outdatedRebateEvents-moreButton{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#8250ff;cursor:pointer;display:flex;font-size:14px;justify-content:center;line-height:35px;margin-top:16px;width:100%}.outdatedRebateEvents-moreButton:after{background-image:url(./ico-arrow--downPurple.CxcfW9qU.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.rebatePage-footer{left:0;position:fixed;right:0}@media screen and (min-width:790px){.rebatePage-footer{left:calc(100vw - 100%)}}.rebatePage-footer{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.rebatePage-footer{width:749px}}.rebatePage-wrapper{display:grid;padding:24px 16px 72px;position:relative;row-gap:16px;z-index:6}.rebatePage-top{margin-bottom:8px}.rebatePage-error .messagePanel-roundedbutton{color:#331274}.rebatePage-mainSlogan{color:#fff;font-size:20px;font-weight:600;line-height:30px;max-width:175px}.rebatePage-totalPoints{align-items:center;border:1px solid hsla(0,0%,100%,.15);border-radius:100px;color:#ffffff80;display:flex;font-size:12px;font-weight:400;justify-content:center;line-height:14px;margin-top:8px;padding:6px 10px;width:-moz-fit-content;width:fit-content}.rebatePage-points{align-items:center;color:#07b53b;color:#fff;display:grid;font-size:24px;font-weight:400;font-weight:600;grid-template-columns:max-content 1fr;line-height:29px}.rebatePage-points:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:28px;margin:0 3px;width:28px}.rebatePage-footer{padding:30px 16px 10px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:7}.rebatePage-button{align-items:center;background:#8250ff;border-radius:18px;color:#fff;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;line-height:17px;width:100%}.keywordList-roundedButton{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.keywordList{background-color:#fff;border-radius:8px;-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:1fr minmax(28px,auto);padding:16px}.keywordList-sideArea{grid-column:2/last-col;grid-row:1/3;position:relative}.keywordList-body{align-items:center;display:flex;flex-wrap:wrap;margin-left:-8px;margin-top:-10px;overflow:hidden}.keywordList-body.collapse{height:92px}.keywordList-roundedButton{background-color:#f5f5f5;color:#777;display:inline-flex;margin-left:8px;margin-top:10px;max-width:100%}.keywordList-roundedButton>:not(:first-child){margin-left:4px}.keywordList-roundedButtonText{color:#777;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.keywordList-badgeShowLowerPrice{background-image:url(./badge-showLowerPrice.VgEbcxW2.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;width:41px}.keywordList-clearButton{align-items:center;color:#949494;cursor:pointer;display:flex;font-size:12px;position:relative;top:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.keywordList-clearButton:before{background-image:url(./ico-trashCan.CHzEfElr.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:13px;margin-right:2px;width:13px}.keywordList-moreButton{align-items:center;background-color:#f5f5f5;border-radius:9999px;bottom:0;cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:28px}.keywordList-moreButton:before{background-image:url(./ico-arrow--downGrey.BnmT_o_N.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.backfillKeywordList{margin:16px 16px 28px}.backfillKeywordList-title{align-items:center;color:#777;display:flex;font-size:13px;font-weight:600;line-height:20px;margin-bottom:12px}.backfillKeywordList-title em{color:#5b82db}.searchtab-text{color:#949494;font-weight:400}.productResultTools-main{align-items:center;background-color:#fff;display:flex;height:48px;padding:0 16px}.productResultTools-leftButtonArea{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex}@media (min-width:750px){.productResultTools-leftButtonArea{align-items:center;-moz-column-gap:12px;column-gap:12px;display:flex}}.productResultTools-arrowButton,.productResultTools-arrowButton--merchant,.productResultTools-arrowButton--twoWay{align-items:center;color:#777;cursor:pointer;display:flex;font-size:13px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.productResultTools-arrowButton--merchant:after,.productResultTools-arrowButton--twoWay:after,.productResultTools-arrowButton:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #b7b7b7;content:"";display:inline-block;height:5px;margin:0 4px;transition:transform .3s;width:8px}.productResultTools-arrowButton--twoWay:before{border-bottom:5px solid #b7b7b7;border-left:4px solid transparent;border-right:4px solid transparent;content:"";display:inline-block;height:5px;margin:0 4px;position:absolute;right:0;top:1px;width:8px}.productResultTools-arrowButton--twoWay:after{position:relative;top:4px}.active--arrowDown.productResultTools-arrowButton--merchant,.active--arrowDown.productResultTools-arrowButton--twoWay,.active--arrowUp.productResultTools-arrowButton--merchant,.active--arrowUp.productResultTools-arrowButton--twoWay,.active.productResultTools-arrowButton--merchant,.active.productResultTools-arrowButton--twoWay,.productResultTools-arrowButton.active,.productResultTools-arrowButton.active--arrowDown,.productResultTools-arrowButton.active--arrowUp{color:#1ec687}.active--arrowUp.productResultTools-arrowButton--merchant:before,.active--arrowUp.productResultTools-arrowButton--twoWay:before,.productResultTools-arrowButton.active--arrowUp:before{border-bottom-color:#1ec687}.active--arrowDown.productResultTools-arrowButton--merchant:after,.active--arrowDown.productResultTools-arrowButton--twoWay:after,.productResultTools-arrowButton.active--arrowDown:after{border-top-color:#1ec687}.expand.productResultTools-arrowButton--merchant:after,.expand.productResultTools-arrowButton--twoWay:after,.productResultTools-arrowButton.expand:after{transform:rotate(180deg)}.productResultTools-arrowButton--merchant{align-items:center;display:flex}@media (max-width:374.98px){.productResultTools-arrowButton--merchant:before{margin-right:1px}.productResultTools-arrowButton--merchant.active:before{background-image:url(./ico-merchantsGreen.CnX4ciBy.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.productResultTools-arrowButton--merchant:not(.active):before{background-image:url(./ico-merchantsGrey.e6fuOUE7.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}}.productResultTools-horizontalButtons{margin-bottom:16px}.productResultTools-filterButton,.productResultTools-filterButton--priceDown{align-items:center;color:#777;cursor:pointer;display:flex;font-size:13px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.active.productResultTools-filterButton--priceDown,.productResultTools-filterButton.active{color:#1ec687}.productResultTools-filterButton--priceDown{align-items:center;display:flex}@media (max-width:374.98px){.productResultTools-filterButton--priceDown:before{margin-right:1px}.productResultTools-filterButton--priceDown.active:before{background-image:url(./ico-priceDownGreen.DUx26GzO.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.productResultTools-filterButton--priceDown:not(.active):before{background-image:url(./ico-priceDownGrey.ZOMaw9fb.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}}.productResultTools-rightButtonArea{align-items:center;display:flex;margin-left:auto}.productResultTools-viewMode{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.productResultTools-viewMode.list{background-image:url(./ico-orderList.Ddr91M0M.svg)}.productResultTools-viewMode.grid,.productResultTools-viewMode.list{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.productResultTools-viewMode.grid{background-image:url(./ico-orderGrid.BJezAwII.svg)}.productResultTools-filter{align-items:center;color:#5b82db;cursor:pointer;display:flex;font-size:13px;margin-left:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.productResultTools-filter:before{background-image:url(./ico-filterBlue.B8A5V_Jd.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}@media (max-width:374.98px){.productResultTools-filter:before{background-image:url(./ico-filterBlue.B8A5V_Jd.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}}@media (min-width:750px){.productResultTools-filter{margin-left:11px}}.productResultTools-badge--parity{background-image:url(./badge-parity.DoTzVVDB.svg);width:30px}.productResultTools-badge--direct,.productResultTools-badge--parity{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px}.productResultTools-badge--direct{background-image:url(./badge-direct.-_MmXx0U.svg);width:28px}.productResultTools-badge--pointRedEnvlope{background-image:url(./badge-pointRedEnvlope.CZYzfoh6.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;width:52px}.productResultTools-merchantImage{background-color:#00000008;border-radius:4px;flex-shrink:0;height:30px;margin-right:6px;overflow:hidden;width:30px}.productResultTools-button,.productResultTools-button--major{align-items:center;background-color:#f5f5f5;border-radius:999px;color:#1ec687;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:36px;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.disabled.productResultTools-button--major,.productResultTools-button.disabled{background-color:#c8c8c8;color:#fff;cursor:default}.productResultTools-button--major{background-color:#1ec687;color:#fff}.productResultTools-points{flex-shrink:0}.productResultTools-angpauIcon{background-image:url(./ico-angpau.T5T0hVop.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.productResultTools-dropdown{left:0;position:absolute;top:100%;width:100%}.productResultTools-dropdownContainer{background-color:#f5f5f5;border-radius:0 0 8px 8px;overflow:hidden;position:relative}.productResultTools-dropdownWrapperWithFooter{display:grid;grid-template-rows:auto 82px;position:relative}.productResultTools-dropdownWrapperWithFooter:after{background-color:#f5f5f5;content:"";height:58px;position:absolute;right:0;top:0;width:16px}.productResultTools-dropdownList,.productResultTools-dropdownList--merchant{padding:26px 16px;position:relative}.productResultTools-dropdownList--merchant{max-height:calc(80vh - 266px);overflow-y:scroll;padding:0 16px}.productResultTools-dropdownList--merchant>:last-child{margin-bottom:10px}.productResultTools-dropdownFilter{align-items:center;background-color:#f5f5f5;display:flex;left:0;padding:10px 0;position:sticky;top:0;width:100%;z-index:1}.productResultTools-dropdownInputWrapper{align-items:center;background:#fff;border-radius:18px;display:flex;flex:1;padding:1px 11px}.productResultTools-dropdownInput{-webkit-appearance:none;background:#fff;border:none;caret-color:#1ec687;flex:1;font-size:14px;font-weight:500;height:36px;line-height:17px;outline:0}.productResultTools-dropdownInput::-moz-placeholder{color:#b7b7b7}.productResultTools-dropdownInput::placeholder{color:#b7b7b7}.productResultTools-dropdownInputIcon{cursor:pointer}.productResultTools-dropdownInputIcon.glass{background-image:url(./ico-glassDarkGrey.B81z5t2e.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:18px}.productResultTools-dropdownInputIcon.cancel{background-image:url(./ico-cancel--grey.y20wjKk9.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.productResultTools-dropdownItem{align-items:center;color:#777;-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:grid;font-size:13px;grid-template-columns:auto 15px;margin-top:6px;padding-bottom:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.productResultTools-dropdownItemContent{align-items:center;-moz-column-gap:4px;column-gap:4px;display:flex;overflow:hidden}.productResultTools-dropdownItemLabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productResultTools-dropdownItem.active{color:#1ec687}.productResultTools-dropdownItem.active:after{background-image:url(./ico-check-green.BLcA-ro-.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:15px;margin-left:auto;width:15px}.productResultTools-dropdownNoResult{align-items:center;color:#949494;display:flex;flex-direction:column;font-size:13px;font-weight:400;justify-content:center;line-height:20px;margin-top:6px;padding-bottom:6px}.productResultTools-dropdownFooter{background-color:#fff;-moz-column-gap:13px;column-gap:13px;display:grid;grid-template-columns:33.5% 1fr;padding:10px 16px}.productResultTools-dropdownFooterCounts{align-items:center;color:#949494;display:flex;font-size:12px;font-weight:400;grid-column-end:3;grid-column-start:1;line-height:14px;margin-bottom:12px}.productResultTools-dropdownFooterCounts em{color:#1ec687;margin:0 4px}.merchantReplacementList-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.merchantReplacementList-title{color:#777;font-size:13px;font-weight:500;margin-bottom:14px}.merchantReplacementList-title em{color:#638dff}.merchantReplacementList-container{background-color:#fff;border-radius:8px;padding:16px}.merchantReplacementList-list{align-items:center;align-items:baseline;-moz-column-gap:8px;column-gap:8px;display:flex}@media (min-width:750px){.merchantReplacementList-list>:not(:first-child){margin-left:16px}}.merchantReplacementList-item{display:inline-grid;min-width:72px;position:relative;width:100%}@media (min-width:750px){.merchantReplacementList-item{min-width:112px}}.merchantReplacementList-image{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;padding-bottom:100%;position:relative;z-index:1}.merchantReplacementList-name{color:#555;display:-webkit-box;font-size:13px;margin-top:8px;overflow:hidden;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3;max-height:2.6em;white-space:normal}.merchantReplacementList-point{margin:4px auto 0;text-align:center}.merchantAdvertisement{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:52px 1fr 44px;padding:16px}.merchantAdvertisement-imgContainer{position:relative}.merchantAdvertisement-img{border-radius:4px;height:52px;overflow:hidden;width:52px}.merchantAdvertisement-serviceBadge{left:-3px;position:absolute;top:-8px;z-index:1}.merchantAdvertisement-info{display:grid;row-gap:8px}.merchantAdvertisement-title{color:#555;font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantAdvertisement-points{align-items:center;color:#07b53b;-moz-column-gap:10px;column-gap:10px;display:flex;font-size:12px;font-weight:600}.merchantAdvertisement-adBadge{background-image:url(./badge-commercial.DH5N_pEF.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;width:30px}.merchantAdvertisement-gotoBadge{align-items:center;background-color:#f5f5f5;border-radius:12px;color:#777;display:flex;font-size:12px;font-weight:500;height:24px;padding:0 9px}.productAdvertisement{background-color:#fff;border-radius:8px;padding:16px}[data-v-0331bd47]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.notificationSlides[data-v-0331bd47]{border-radius:4px;height:38px;overflow:hidden;width:100%}.notificationSlides-slide[data-v-0331bd47]{align-items:center;background:#f5f5f5;display:flex;display:grid;gap:4px;grid-template-areas:"badge content count icon";grid-template-columns:auto 1fr auto auto;height:38px;padding:8px 12px;width:100%}.notificationSlides-slide.PURPLE[data-v-0331bd47]{background:#eee8ff}.notificationSlides-slide.PURPLE .notificationSlides-content[data-v-0331bd47]{color:#8250ff}.notificationSlides-slide.PURPLE .notificationSlides-arrowIcon[data-v-0331bd47]{background-image:url(./ico-arrow--rightPurple.da_wAw1T.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.notificationSlides-badge[data-v-0331bd47]{grid-area:badge}.notificationSlides-content[data-v-0331bd47]{color:#111;-moz-column-gap:4px;column-gap:4px;display:grid;font-size:13px;grid-area:content;grid-template-columns:minmax(0,auto) 1fr;white-space:nowrap}.notificationSlides-text[data-v-0331bd47]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificationSlides-point[data-v-0331bd47]{align-items:center;color:#07b53b;display:flex;display:inline-flex;flex-shrink:0;font-weight:400}.notificationSlides-point[data-v-0331bd47]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:12px;margin-right:1px;width:12px}.notificationSlides-eventCount[data-v-0331bd47]{background-color:#1ec687;border-radius:16px;color:#fff;font-size:12px;grid-area:count;margin-left:auto;padding:0 4px}.notificationSlides-button[data-v-0331bd47],.notificationSlides-button--red[data-v-0331bd47],.notificationSlides-button--white[data-v-0331bd47]{align-items:center;border-radius:10px;display:flex;font-size:12px;grid-area:icon;height:22px;justify-content:center;min-width:72px;padding:0 5px}.notificationSlides-button--red[data-v-0331bd47]{background:linear-gradient(90deg,#fe8c68,#ff0f3e);color:#fff}.notificationSlides-button--white[data-v-0331bd47]{background:#f5f5f5;color:#ff5b57}.notificationSlides-arrowIcon[data-v-0331bd47]{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);grid-area:icon;height:14px;width:14px}.notificationSlides-arrowIcon[data-v-0331bd47],.notificationSlides-loadingIcon[data-v-0331bd47]{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block}.notificationSlides-loadingIcon[data-v-0331bd47]{background-image:url(./ico-loading--white.5G4YHqfR.svg);height:12px;width:12px}.suggestedMerchantCards-wrapper{background:#fff;border-radius:8px;padding:16px;position:relative;width:100%}.suggestedMerchantCards-button,.suggestedMerchantCards-button--first{align-items:center;background-color:#f5f5f5;border-radius:20px;color:#777;display:flex;font-size:12px;justify-content:space-between;line-height:24px;min-width:48px;padding:0 12px;white-space:nowrap}.suggestedMerchantCards-button--first{margin-right:10px}.suggestedMerchantCards-content{display:grid;row-gap:8px}.suggestedMerchantCards-top{align-items:center;display:flex;position:relative;width:100%}.suggestedMerchantCards-serviceBadge{left:-3px;position:absolute;top:-8px;z-index:1}.suggestedMerchantCards-badge--direct{background-image:url(./badge-direct.-_MmXx0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin:0 4px;width:28px}.suggestedMerchantCards-topInfo{flex:1;margin-right:8px;margin-top:-2px;width:0}.suggestedMerchantCards-down{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(4,1fr)}.suggestedMerchantCards-productItem{border-radius:4px;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.suggestedMerchantCards-wideBanner{border-radius:4px;grid-column-end:5;grid-column-start:1;height:0;overflow:hidden;padding-bottom:26.045%;width:100%}.suggestedMerchantCards-pageSmartPannel{background-color:#f5f5f5;margin:16px}.suggestedMerchantCards-pageSmartPannelSuggest{margin-bottom:14px}.suggestedMerchantCards-textBanner{align-items:center;color:#777;display:flex;font-size:13px;justify-content:space-between;line-height:1.5}.suggestedMerchantCards-textBannerTitle{align-items:center;display:flex;font-weight:500}.suggestedMerchantCards-textBannerTitle em{color:#638dff;max-width:14em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestedMerchantCards-textBannerMore{align-items:center;display:flex;font-weight:700}.suggestedMerchantCards-textBannerMore:after{background-image:url(./ico-arrow--rightGrayLight.CsLDTbZh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:18px}.suggestedMerchantCards-img{border-radius:4px;filter:brightness(97%);flex-shrink:0;height:52px;margin-right:8px;overflow:hidden;position:relative;width:52px}.suggestedMerchantCards-title{align-items:center;display:flex}.suggestedMerchantCards-titleName{color:#111;font-size:14px;font-weight:700;line-height:16px;margin-right:4px;max-width:calc(100% - 42px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestedMerchantCards-point{margin-top:5px}.productRewardComposition-nextIcon:before{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.productRewardComposition{align-items:center;display:flex}.productRewardComposition-item{align-content:center;align-items:center;border:1px solid #efefef;border-radius:4px;color:#949494;display:grid;flex:1;font-size:12px;grid-auto-rows:min-content;grid-template-rows:28px auto;height:76px;justify-content:center;line-height:14px;padding:0 4px 8px;row-gap:8px;text-align:center}.productRewardComposition-header{align-items:center;display:flex;white-space:nowrap}.productRewardComposition-content{align-items:center;color:#555;display:flex;font-size:15px;font-weight:700;justify-content:center;line-height:1}.productRewardComposition-unit{font-size:12px;font-weight:400;margin:1px 1px 0 0}.productRewardComposition-lowerIcon{background-image:url(./ico-lowerText.CnreWvs8.svg);height:24px;margin-right:4px;width:24px}.productRewardComposition-lowerIcon,.productRewardComposition-plusIcon{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block}.productRewardComposition-plusIcon{background-image:url(./ico-plusLightGrey.C0YMxm1y.svg);height:12px;width:12px}.productRewardComposition-nextIcon{height:12px;position:relative;width:12px}.productRewardComposition-nextIcon:before{border-color:transparent transparent transparent #b7b7b7;border-style:solid;border-width:3px 0 3px 4px;content:"";height:0;width:0}.productRewardComposition-pointIcon{background-image:url(./ico-point--green.C6QozQX8.svg);height:24px;margin-right:4px;width:24px}.productRewardComposition-infoIcon,.productRewardComposition-pointIcon{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block}.productRewardComposition-infoIcon{background-image:url(./ico-exclamationMarkBlue.BkT9m3md.svg);height:20px;margin-right:2px;width:20px}.productRewardComposition-notificationIcon{background-image:url(./img-phoneMessage.B7MNmOPu.svg);margin:auto;width:24px}.productRewardComposition-notificationIcon,.productRewardComposition-redEnvelopeIcon{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px}.productRewardComposition-redEnvelopeIcon{background-image:url(./img-angpau.FmLdLkvD.svg);margin-right:4px;width:17px}.promotionProductCard{background-color:#fff;border:1px solid #ff5b57;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;display:grid;padding:30px 16px 16px;position:relative;row-gap:12px}.promotionProductCard-topBanner{align-items:center;display:flex;justify-content:center;position:absolute;right:50%;top:-4px;transform:translate(50%)}.promotionProductCard-topBanner:before{background-image:url(./img-headerBadge--left.CkIAss-V.svg)}.promotionProductCard-topBanner:after,.promotionProductCard-topBanner:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:21px}.promotionProductCard-topBanner:after{background-image:url(./img-headerBadge--right.IWwU-Gz9.svg)}.promotionProductCard-topBannerText{align-items:center;background-color:#ff5b57;color:#fff;display:flex;font-size:12px;font-weight:600;height:18px;white-space:nowrap}.promotionProductCard-coin{background-image:url(./ico-coin.D6_VpShp.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin:0 2px;width:14px}.promotionProductCard-productCard{margin-bottom:0}.promotionProductCard-priceTrend{border:1px solid #efefef;border-radius:4px;padding:6px 12px 12px}.promotionProductCard-button{align-items:center;background-color:#ff5b57;border-radius:9999px;color:#fff;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center}.extendedWords-roundedbutton{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.extendedWords{width:100%}.extendedWords-content{background:linear-gradient(180deg,#d7f4e9,#d7f4e900 50px),#fff;border:1px solid #e5f4ee;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;padding:23px 12px 16px;text-align:center}.extendedWords-title{color:#1ec687;font-size:15px;font-weight:600;margin-bottom:16px}.extendedWords-list{-moz-column-gap:12px;column-gap:12px;display:grid;row-gap:10px}@media (min-width:750px){.extendedWords-list{grid-template-columns:repeat(2,1fr)}}.extendedWords-roundedbutton{background-color:#f5f5f5;color:#777;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.extendedWords--listMode .extendedWords-content{box-shadow:none}.extendedWords--listMode .extendedWords-list{grid-template-columns:repeat(2,1fr)}.hotRanking-rankBadge1,.hotRanking-rankBadge2,.hotRanking-rankBadge3,.hotRanking-rankBadge4,.hotRanking-rankBadge5{background-repeat:no-repeat;background-size:contain;display:block;height:28px;left:-5px;position:absolute;top:-5px;width:20px;z-index:2}.hotRanking{background-color:#f6f1ea;border-radius:8px;overflow:hidden;padding:8px 12px;width:100%}.hotRanking-content{display:flex;min-height:68px;padding:10px 0 8px}.hotRanking-contentRight{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex;margin-left:auto;position:relative}.hotRanking-title{color:#a57b3f;font-size:13px;font-weight:600;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hotRanking-count{color:#949494;display:-webkit-box;font-size:13px;margin-top:2px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4;max-height:2.8em;white-space:normal}.hotRanking-button{background-color:#a57b3f;border-radius:12px;color:#fff;cursor:pointer;display:block;font-size:13px;font-weight:600;height:24px;line-height:24px;margin-top:11px;max-width:100%;padding:0 9px;width:-moz-fit-content;width:fit-content}.hotRanking-image{filter:brightness(97%);position:relative}@media (max-width:374.98px){.hotRanking-image:first-child .hotRanking-imageBox{height:68px;width:68px}.hotRanking-image:nth-child(2),.hotRanking-image:nth-child(3){display:none}}@media (max-width:749.98px){.hotRanking-image:nth-child(4),.hotRanking-image:nth-child(5){display:none}}.hotRanking-imageBox{border-radius:4px;display:block;height:54px;overflow:hidden;position:relative;width:54px}.hotRanking-more{align-items:center;color:#a57b3f;cursor:pointer;display:flex;font-size:12px;font-weight:600;justify-content:flex-end}.hotRanking-more:after{background-image:url(./ico-arrow--rightBrown.COTXy36E.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.hotRanking-rankBadge1{background-image:url(./rank_1.DGWx_WX6.png)}.hotRanking-rankBadge2{background-image:url(./rank_2.BZoQ1Ylf.png)}.hotRanking-rankBadge3{background-image:url(./rank_3.D4miq1ro.png)}.hotRanking-rankBadge4{background-image:url(./rank_4.CZlnCNsm.png)}.hotRanking-rankBadge5{background-image:url(./rank_5.CHTRhhzc.png)}.keywordMatchedMerchantCard-button{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.keywordMatchedMerchantCard{background-color:#e5f4ee;border-radius:8px;width:100%}.keywordMatchedMerchantCard-title{align-items:center;color:#179968;display:flex;font-size:13px;font-weight:600;justify-content:center;line-height:1.5;padding:8px 0}.keywordMatchedMerchantCard-titleIcon{background-image:url(./img-keywordMatchedMerchant.C6NFM9Ce.svg);background-size:cover;height:24px;margin-right:2px;width:24px}.keywordMatchedMerchantCard-content{background-color:#fff;border:1px solid #e5f4ee;border-radius:0 0 8px 8px}.keywordMatchedMerchantCard-merchant{align-items:center;display:flex}.keywordMatchedMerchantCard-merchantLink{position:relative}.keywordMatchedMerchantCard-serviceBadge{left:8px;position:absolute;top:8px;z-index:3}.keywordMatchedMerchantCard-serviceBadge--onIcon{left:-3px;position:absolute;top:-8px;z-index:1}.keywordMatchedMerchantCard-merchantImage{border-radius:4px;filter:brightness(97%)}.keywordMatchedMerchantCard-merchantInfo{flex-grow:1;min-width:0}.keywordMatchedMerchantCard-merchantName{color:#111;font-weight:600;margin-bottom:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.keywordMatchedMerchantCard-findProductButton{background:#f5f5f5;border:1px solid #f5f5f5;border-radius:12px;color:#777;font-size:13px;font-weight:500;line-height:16px;padding:3px 9px}.keywordMatchedMerchantCard-products{display:flex}.keywordMatchedMerchantCard-productItem{flex:1 1 33%;min-width:0}.keywordMatchedMerchantCard-productImg{border-radius:4px;filter:brightness(97%);width:100%}.keywordMatchedMerchantCard-productName{color:#555;display:-webkit-box;font-size:12px;font-weight:600;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3;max-height:2.6em;white-space:normal}.keywordMatchedMerchantCard-button{background-color:#f5f5f5;color:#1ec687;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{height:54px;margin-right:10px;width:54px}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-productItem{margin-right:10px}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-productItem:last-child{margin-right:0}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-productImgInfo{height:0;overflow:hidden;padding-bottom:100%;position:relative}.keywordMatchedMerchantCard.list .keywordMatchedMerchantCard-lensBtn{bottom:8px;position:absolute;right: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{height:40px;margin-right:8px;width:40px}.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{height:54px;margin-right:8px;width:54px}@media (min-width:750px){.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-productImg{height:89px;width:89px}}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-productInfo{min-width:0}.keywordMatchedMerchantCard.grid .keywordMatchedMerchantCard-productPrice{margin-bottom:3px}.rankingCategory-imageBox>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.rankingCategory{background-color:#fff;background-image:linear-gradient(180deg,#f0dec4 10%,#efddc200 85%);border-radius:8px;padding:24px 8px 12px}.rankingCategory,.rankingCategory-link{display:block;height:-moz-fit-content;height:fit-content;position:relative;text-align:center;width:100%}.rankingCategory-image{display:block;margin:auto auto 8px;max-height:170px;max-width:170px;position:relative;width:60%}.rankingCategory-imageBox{background-color:transparent;border-radius:4px;display:block;height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.rankingCategory-badge{background-image:url(./rank_1.DGWx_WX6.png);background-repeat:no-repeat;background-size:contain;display:inline-block;height:28px;left:-6px;position:absolute;top:-6px;width:20px;z-index:1}.rankingCategory-title{color:#a57b3f;font-size:13px;font-weight:600;line-height:20px;margin:auto}.rankingCategory-count,.rankingCategory-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.rankingCategory-count{color:#949494;font-size:12px;line-height:1.2;margin:auto auto 12px}.rankingCategory-button{background-color:#a57b3f;border-radius:12px;color:#fff;cursor:pointer;display:block;font-size:13px;font-weight:600;height:24px;line-height:24px;margin:auto auto 17px;max-width:100%;padding:0 9px;width:-moz-fit-content;width:fit-content}.rankingCategory-more{color:#a57b3f;cursor:pointer;display:block;font-size:12px;font-weight:600}.rankingCategory-more:before{background-color:#f5f5f5;content:"";display:block;height:1px;margin:auto auto 12px;width:100%}.relatedTopics{background-color:#f6f1ea;border-radius:8px;overflow:hidden;padding:8px;width:100%}.relatedTopics-header{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex;margin-bottom:8px;min-height:40px}.relatedTopics-headerText{flex-grow:1;min-width:0}.relatedTopics-more{background-color:#fff;border-radius:12px;color:#a57b3f;flex-shrink:0;font-size:13px;font-weight:500;height:24px;line-height:24px;padding:0 8px;white-space:nowrap;z-index:1}.relatedTopics-more--arrow{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;width:14px}.relatedTopics-name{color:#a57b3f;font-size:13px;font-weight:600;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.relatedTopics-total{color:#949494;display:-webkit-box;font-size:13px;margin-top:2px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4;max-height:2.8em;white-space:normal}.relatedTopics-list{display:flex}.relatedTopics-list>:not(:first-child){margin-left:8px}.relatedTopics-link{display:block;overflow:hidden;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{border-radius:8px 8px 0 0;display:block;height:0;overflow:hidden;padding-bottom:56.2914%;position:relative;width:100%}.relatedTopics-mediaBadge{background-image:url(./badge-media.BplkG1D_.svg);background-repeat:no-repeat;background-size:contain;bottom:0;content:"";display:inline-block;height:17px;position:absolute;right:0;width:40px}.relatedTopics-info{background-color:#fff;border-radius:0 0 8px 8px;display:block;padding:8px}.relatedTopics-title{color:#555;display:-webkit-box;font-size:15px;font-weight:600;margin-bottom:12px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:1.5;max-height:4.5em;white-space:normal}.relatedTopics-count{color:#949494;font-size:12px}.animateImage{display:inline-block;position:relative}.animateImage-canvas{left:0;position:absolute;top:0;z-index:1}.animateImage-image{display:block;z-index:2}.searchKeywordRedEnvelope-coinAnimationWrapper{left:0;position:fixed;right:0}@media screen and (min-width:790px){.searchKeywordRedEnvelope-coinAnimationWrapper{left:calc(100vw - 100%)}}.searchKeywordRedEnvelope-coinAnimationWrapper{align-items:flex-end;bottom:0;display:flex;height:100vh;justify-content:center;margin:0 auto;max-width:750px;top:0;z-index:10}.bestDealCard{background-color:#ffefee;border-radius:8px;width:100%}.bestDealCard-title{align-items:center;color:#ff5b57;display:flex;font-size:13px;font-weight:600;justify-content:center;line-height:1.5;padding:8px 0}.bestDealCard-titleIcon{background-image:url(./ico-bestBuy.SmLdc2Pg.svg);background-size:cover;height:24px;margin-right:4px;width:24px}.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{border-radius:4px;filter:brightness(97%);width:100%}.bestDealCard-productInfo{display:flex;flex-direction:column;min-width:0}.bestDealCard-merchantName{color:#555;font-size:13px;font-weight:600;line-height:16px;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bestDealCard-productPrice{color:#ff5b57;font-size:15px;font-weight:600;line-height:18px;margin-bottom:3px}.bestDealCard-productPrice:before{content:"$";font-size:12px}.bestDealCard-productPriceDifference{color:#ff5b57;font-size:12px;line-height:13px;margin-bottom:3px}.bestDealCard-pointGuide{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.bestDealCard-maxEarnContent{align-items:center;display:flex;font-size:12px;line-height:14px}.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{align-items:center;background:#f5f5f5;border:1px solid #f5f5f5;border-radius:9999px;color:#ff5b57;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:17px;margin:16px 0 4px;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{height:0;overflow:hidden;padding-bottom:100%;position:relative}.bestDealCard.list .bestDealCard-lensBtn{bottom:8px;position:absolute;right: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{height:54px;margin-right:8px;width:54px}@media (min-width:750px){.bestDealCard.grid .bestDealCard-productImg{height:89px;width:89px}}@media (max-width:374.98px){.bestDealCard.grid .bestDealCard-maxEarnText{justify-content:flex-end;width:12px}}.backfillBanner{display:grid;grid-template-columns:1fr minmax(max-content,auto)}.backfillBanner-info{color:#949494;display:grid;font-size:12px;font-weight:400;line-height:18px;padding:16px 0}.backfillBanner-info em{color:#1ec687;font-weight:500;margin:0 4px}.backfillBanner-text{color:#111;font-size:15px;font-weight:600;line-height:22px}.backfillBanner-img{background-image:url(./img-holdShop.Ce52CC4h.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:76px;width:80px}.backfillBanner-link{align-items:center;border:1px solid #efefef;border-radius:18px;color:#1ec687;display:flex;font-size:13px;font-weight:500;grid-column-end:3;grid-column-start:1;line-height:16px;padding:6px 6px 6px 10px}.backfillBanner-linkText{margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backfillBanner-button{align-items:center;background:#1ec687;border-radius:12px;color:#fff;display:flex;font-size:13px;font-weight:500;line-height:16px;margin-left:auto;padding:4px 9px;white-space:nowrap}.backfillCards-roundedButton{background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.backfillCards-roundedButton,.backfillCards-title{align-items:center;display:flex;white-space:nowrap}.backfillCards-title{color:#777;font-size:13px;font-weight:600;line-height:20px;margin:0 16px 12px}.backfillCards-title em{color:#1ec687;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backfillCards-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;display:grid;grid-template-columns:minmax(0,1fr);margin:16px 16px 0;padding:0 16px 16px;row-gap:16px}.backfillCards-searchAllResultsTitle{color:#949494;font-size:13px;font-weight:400;line-height:20px;margin-bottom:16px;text-align:center}.backfillCards-searchAllResultsText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.backfillCards-searchIcon{background-image:url(./ico-glassWhite.DjoHr4D6.svg);background-repeat:no-repeat;background-size:contain;background-size:cover;content:"";display:inline-block;flex-shrink:0;height:17px;width:17px}.backfillCards-roundedButton{width:100%}.timer{color:#fff;font-size:13px;font-weight:400;line-height:16px}.timer-content{align-items:center;display:flex;justify-content:center}.timer-content>:not(:first-child){margin-left:2px}.timer-numberWithSeparator:not(:last-child):after{content:":";display:inline-block;margin-left:2px}.timer-numbers{background:#fff;border-radius:2px;color:#ff5b57;height:16px;padding:0 2px;position:relative}.availableRedEnvelopeCard{display:flex;flex-direction:column;justify-content:space-between;min-height:261px;position:relative;width:100%}.availableRedEnvelopeCard-background{background-image:url(./img-angpauCardBg.D8QQ_hYT.png);background-size:100% 100%;border-radius:8px;bottom:0;left:0;position:absolute;width:100%;z-index:1}.availableRedEnvelopeCard-background:before{background-image:url(./img-angpauCardBgTop.CliwaAri.svg);content:"";height:20px;left:50%;position:absolute;top:-20px;transform:translate(-50%);width:167px}.availableRedEnvelopeCard-background:after{background-image:url(./img-angpauCoin.DPDni2pk.png);background-size:contain;content:"";height:62px;left:0;margin:auto;position:absolute;right:0;width:62px;z-index:2}.availableRedEnvelopeCard-top{align-items:center;display:flex;flex-wrap:wrap;height:-moz-min-content;height:min-content;justify-content:center;padding-top:28px;position:relative;z-index:2}.availableRedEnvelopeCard.grid{min-height:261px}.availableRedEnvelopeCard.grid .availableRedEnvelopeCard-background{background-image:url(./img-angpauCardBg.D8QQ_hYT.png);box-shadow:0 6px 6px -6px #ff001880;height:241px}.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{background-image:url(./img-angpauCardBgWide.BJWJDdMT.png);height:206px}.availableRedEnvelopeCard.list .availableRedEnvelopeCard-background:after{top:65px}.availableRedEnvelopeCard-bottom{align-items:center;display:grid;grid-template-rows:max-content max-content;justify-content:center;margin-bottom:16px;row-gap:12px;z-index:1}.availableRedEnvelopeCard-point{align-items:center;color:#07b53b;-moz-column-gap:2px;column-gap:2px;display:inline-grid;font-size:24px;font-weight:400;font-weight:600;grid-template-columns:max-content auto;line-height:29px;margin:8px 8px 8px 0;width:-moz-fit-content;width:fit-content}.availableRedEnvelopeCard-point:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:28px;margin-right:1px;width:28px}.availableRedEnvelopeCard-merchants{align-items:center;height:32px;overflow:hidden}.availableRedEnvelopeCard-merchants>:not(:first-child){margin-left:4px}.availableRedEnvelopeCard-image{border-radius:4px;display:inline-block;height:32px;overflow:hidden;width:32px}.availableRedEnvelopeCard-button{align-items:center;border-radius:12px;cursor:pointer;display:flex;font-size:13px;font-weight:500;height:24px;justify-content:center;line-height:16px;margin:auto;padding:0 9px;width:-moz-max-content;width:max-content}.availableRedEnvelopeCard-button.active{background:#fff;color:#ff5b57}.availableRedEnvelopeCard-button.inactive{background:linear-gradient(180deg,#fff5d2,#feb85c);box-shadow:0 2px 4px #ffbe7226,inset 0 -1.5px 1px #ffe4aecc;color:#995611}.giftshopCard{background-color:#ebf5e6;border-radius:8px;width:100%}.giftshopCard-title{align-items:center;color:#06c755;display:flex;font-size:13px;font-weight:600;justify-content:center;line-height:1.5;padding:8px 0}.giftshopCard-titleIcon{background-image:url(./img-giftshop-green.DFgkk60K.svg);background-position:50%;background-repeat:no-repeat;height:24px;margin-right:4px;width:67px}.giftshopCard-content{background-color:#fff;border:1px solid #ebf5e6;border-radius:0 0 8px 8px}.giftshopCard-products{display:flex}.giftshopCard-productItem{flex:1 1 33%;min-width:0}.giftshopCard-productImg{border-radius:4px;filter:brightness(97%);width:100%}.giftshopCard-giftshopBadge{left:8px;position:absolute;top:8px;z-index:1}.giftshopCard-productInfo{display:flex;flex-direction:column;min-width:0}.giftshopCard-productPrice{color:#111;font-size:15px;font-weight:600;line-height:18px;margin-bottom:4px}.giftshopCard-productPrice:before{content:"$";font-size:15px}.giftshopCard-productName{color:#555;display:-webkit-box;font-size:13px;font-weight:600;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3;max-height:2.6em;white-space:normal}.giftshopCard-button{align-items:center;background:#f5f5f5;border:1px solid #f5f5f5;border-radius:9999px;color:#06c755;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:17px;margin:16px 0 4px;padding:8.5px 0}.giftshopCard.list .giftshopCard-content{padding:12px}.giftshopCard.list .giftshopCard-productItem{margin-right:10px}.giftshopCard.list .giftshopCard-productItem:last-child{margin-right:0}.giftshopCard.list .giftshopCard-productImgInfo{height:0;overflow:hidden;padding-bottom:100%;position:relative}.giftshopCard.list .giftshopCard-lensBtn{bottom:8px;position:absolute;right:8px}.giftshopCard.list .giftshopCard-productPrice{margin-top:8px}.giftshopCard.grid .giftshopCard-content{padding:12px 8px}.giftshopCard.grid .giftshopCard-products{flex-direction:column}.giftshopCard.grid .giftshopCard-productItem{display:flex;margin-bottom:12px}.giftshopCard.grid .giftshopCard-productItem:last-child{margin-bottom:0}.giftshopCard.grid .giftshopCard-productImg{height:54px;margin-right:8px;width:54px}@media (min-width:750px){.giftshopCard.grid .giftshopCard-productImg{height:89px;width:89px}}.giftshopCard.grid .giftshopCard-productName{font-size:12px}.productResult-roundedButton{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.productResult-container--listMode{background-color:#fff;border-radius:8px;margin:16px;padding:16px}.productResult-container--gridMode{margin:16px}.productResult-paddingBlock{margin-bottom:16px}.productResult-roundedButton{background-color:#f5f5f5;color:#1ec687;margin-bottom:20px;width:100%}.productResult-noIndention{padding:23px 0 30px}.productResult-priceAlertButton{align-items:center;background:#1ec687;border:1px solid #1ec687;border-radius:24px;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)));box-shadow:0 2px 12px -6px #1ec68766;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:500;justify-content:center;left:50%;line-height:18px;padding:13px 17px;position:fixed;transform:translate(-50%);z-index:1}.productResult-priceAlertButton.edit{background:#f5f5f5;border:1px solid #f5f5f5;box-shadow:0 2px 12px -6px #00000026;color:#1ec687}.productResult-iconSettingPriceAlert{background-image:url(./ico-settingPriceAlertBell--bgWhite.BrEYdUgN.svg)}.productResult-iconEditPriceAlert,.productResult-iconSettingPriceAlert{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-right:1px;width:18px}.productResult-iconEditPriceAlert{background-image:url(./ico-editPriceAlertPen--green.D8b4Ibt3.svg)}.merchantResult-text{color:#777;font-size:13px;font-weight:500;line-height:20px;margin-bottom:16px}.merchantResult-text em{color:#5b82db}.merchantResult-card{background-color:#fff;border-radius:8px;padding:16px}.merchantResult-list{display:grid;grid-template-columns:100%;row-gap:16px}.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{border-radius:0;box-shadow:none;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{align-items:center;display:flex;flex-shrink:0;justify-content:center;width:114px}@media (min-width:750px){.merchantResult-productItemShowMore{width:190px}}.merchantResult-showMore{align-items:center;color:#949494;display:flex;font-size:12px;line-height:14px}.merchantResult-showMore:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.merchantResult-loadingIndicator{align-items:center;display:flex;height:36px;justify-content:center}.hotTopic{border-radius:8px;overflow:hidden;width:100%}.hotTopic-title{background-color:#f0dec4;color:#a57b3f;font-size:15px;font-weight:600;padding:12px;width:100%}.hotTopic-link{align-items:center;display:flex}.hotTopic-list{background-color:#fff;display:grid;padding:16px 12px;row-gap:16px}.hotTopic-image{background-color:#00000008;border-radius:4px;display:none;height:35px;margin-right:12px;overflow:hidden;width:62px}@media (min-width:750px){.hotTopic-image{display:block}}.hotTopic-info{display:grid;row-gap:4px}.hotTopic-name{color:#555;font-size:14px;font-weight:600}.hotTopic-count,.hotTopic-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hotTopic-count{color:#949494;font-size:12px}.hotTopic.landscape .hotTopic-list{background-color:#f6f1ea}.hotTopic.landscape .hotTopic-image{display:block}.topicItemList{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.topicItemList-columns{width:100%}.topicItemList-item{margin-bottom:8px}.latestTopics{padding:36px 16px;width:100%}.latestTopics-header{margin-bottom:8px;width:100%}.recommendedSearchLink{align-items:center;color:#777;display:flex;font-size:13px;line-height:1.23;text-align:center}.recommendedSearchLink:before{background-image:url(./ico-glassDarkGrey.B81z5t2e.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-right:4px;width:18px}.recommendedSearchLink-keyword{color:#1ec687;max-width:50vw;overflow:hidden;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}[data-v-e89b06b0]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.noResult[data-v-e89b06b0]{align-items:center;background-image:url(./img-empty-state-background_3x.D4S_QlJG.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;padding:24px 0}.noResult-img[data-v-e89b06b0]{height:110px;width:110px}.noResult-text[data-v-e89b06b0]{color:#111;font-size:17px;font-weight:600;line-height:1.5;margin-top:2px}.noResult-description[data-v-e89b06b0]{color:#777;font-size:13px;line-height:1.23;margin-top:2px;text-align:center}.hotGiftshopProducts:after{background-image:url(./ico-arrow--rightGrayLight.CsLDTbZh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:18px}.horizontalScrollableMerchants-list>:not(:first-child){margin-left:15px}.horizontalScrollableMerchants-item{display:inline-grid;justify-items:center;position:relative;row-gap:5px;vertical-align:top;width:89px}.horizontalScrollableMerchants-image{border:1px solid #f2f2f2;border-radius:100%;filter:brightness(97%);height:89px;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;width:89px}.horizontalScrollableMerchants-text{display:-webkit-box;font-size:13px;margin-top:10px;overflow:hidden;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4;max-height:2.8em;white-space:normal}.searchNoResult-contentWithTitle{padding:35px 16px}.filterPanel,.filterPanel-overlay{left:0;position:fixed;right:0}@media screen and (min-width:790px){.filterPanel,.filterPanel-overlay{left:calc(100vw - 100%)}}.filterPanel,.filterPanel-overlay{bottom:0;top:0}.filterPanel{margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.filterPanel{width:749px}}.filterPanel-moreButton,.filterPanel-roundedButton,.filterPanel-roundedButton--active,.filterPanel-roundedButton--bottom{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filterPanel-fade-enter-from,.filterPanel-fade-leave-to{opacity:0}.filterPanel-fade-enter-active,.filterPanel-fade-leave-active{transition:opacity .3s}.filterPanel{z-index:10}.filterPanel-overlay{background-color:#00000080}.filterPanel-container{background-color:#fff;border-radius:8px 0 0 8px;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.5;overflow:hidden;position:absolute;right:0;top:0;transform:translate(0);width:335px}@media (max-width:374.98px){.filterPanel-container{width:300px}}.filterPanel-body{padding-top:14px;padding-top:calc(14px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));scrollbar-width:none;-ms-overflow-style:none;flex:auto;overflow:auto;padding-left:16px;padding-right:16px;position:relative;width:100%}.filterPanel-body::-webkit-scrollbar{display:none;width:0}.filterPanel-bottombar{align-items:center;bottom:0;box-shadow:0 2px 35px #00000014;-moz-column-gap:10px;column-gap:10px;display:grid;flex-shrink:0;grid-template-columns:20% 20% 53%;grid-template-rows:36px;left:0;padding:4px 16px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));width:100%}.filterPanel-block{margin-bottom:28px}.filterPanel-moreButton,.filterPanel-roundedButton,.filterPanel-roundedButton--active,.filterPanel-roundedButton--bottom{background-color:#f5f5f5;color:#777;font-size:13px;font-weight:400;line-height:37px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filterPanel-roundedButton--active{background-color:#1ec687;color:#fff}.filterPanel-roundedButton--bottom{background-color:#efefef;color:#1ec687;height:34px;line-height:34px}.filterPanel-roundedButton--bottom.active{background-color:#b7b7b7;color:#f5f5f5;cursor:unset}.filterPanel-roundedButton--bottom.confirm{background-color:#1ec687;color:#fff}.filterPanel-title{font-size:15px;font-weight:700;margin-bottom:16px}.filterPanel-rangeslider{margin:13px 0 24px}.filterPanel-sliderInputs--up{align-items:center;-moz-column-gap:5px;column-gap:5px;display:grid;grid-template-columns:1fr 9px 1fr}.filterPanel-sliderInputs--down{-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:repeat(2,1fr);margin-top:16px;row-gap:16px}.filterPanel-sliderInput{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background-color:#f5f5f5;border:none;border-radius:18px;color:#1ec687;display:block;font-size:13px;font-weight:500;height:36px;line-height:36px;outline:none;padding:0 16px;text-align:center;width:100%}.filterPanel-sliderInput::-webkit-inner-spin-button,.filterPanel-sliderInput::-webkit-outer-spin-button{-webkit-appearance:none}.filterPanel-sliderInput::-moz-placeholder{color:#b7b7b7;font-weight:400}.filterPanel-sliderInput::placeholder{color:#b7b7b7;font-weight:400}.filterPanel-sliderInput:focus::-moz-placeholder{opacity:0}.filterPanel-sliderInput:focus::placeholder{opacity:0}.filterPanel-sliderLine{background-color:#efefef;display:flex;height:2px;width:9px}.filterPanel-sliderRangeCube,.filterPanel-sliderRangeCube--active{align-items:center;background-color:#f5f5f5;border-radius:8px;color:#777;cursor:pointer;display:flex;flex-direction:column;font-size:13px;height:64px;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filterPanel-line{background-color:#b7b7b7;height:8px;width:2px}.filterPanel-sliderRangeCube--active{background-color:#1ec687;color:#fff}.filterPanel-brand{min-height:198px;position:relative}.filterPanel-brand .filterPanel-moreButton{top:162px}.filterPanel-brand--autoHeight{min-height:auto}.filterPanel-brand--autoHeight .filterPanel-brandList{height:auto}.filterPanel-brandList{display:grid;grid-template-columns:repeat(2,1fr);height:162px;overflow:hidden;transition:height .3s;grid-gap:18px 17px}.filterPanel-category{min-height:144px;position:relative}.filterPanel-category .filterPanel-moreButton{top:108px}.filterPanel-category--autoHeight{min-height:auto}.filterPanel-category--autoHeight .filterPanel-categoryList{height:auto}.filterPanel-categoryList{display:grid;grid-template-columns:repeat(2,1fr);height:108px;overflow:hidden;transition:height .3s;grid-gap:18px 17px}.filterPanel-color{min-height:86px;position:relative}.filterPanel-color .filterPanel-moreButton{top:50px}.filterPanel-color--autoHeight{min-height:auto}.filterPanel-color--autoHeight .filterPanel-colorList{height:auto}.filterPanel-colorList{display:grid;grid-template-columns:repeat(6,30px);height:50px;justify-content:space-between;overflow:hidden;row-gap:26px;transition:height .3s}.filterPanel-coloritem,.filterPanel-coloritem--checked{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:30px}.filterPanel-coloritem--checked:before{background-image:url(./ico-checkedWhite.CSrkc97X.svg)}.filterPanel-coloritem--checked.filterPanel-white:before,.filterPanel-coloritem--checked:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.filterPanel-coloritem--checked.filterPanel-white:before{background-image:url(./ico-checkedBlack.DpoZ_I6g.svg)}.filterPanel-red{background-color:#ff2828}.filterPanel-orange{background-color:#ff8d50}.filterPanel-yellow{background-color:#ffca23}.filterPanel-yellowGreen{background-color:#d3d15b}.filterPanel-green{background-color:#24ab4d}.filterPanel-skyBlue{background-color:#9fd6f1}.filterPanel-blue{background-color:#4799e2}.filterPanel-navy{background-color:#103c9b}.filterPanel-violet{background-color:#7c59cc}.filterPanel-purple{background-color:#a033ae}.filterPanel-pink{background-color:#ff8eb2}.filterPanel-beige{background-color:#e6d1bc}.filterPanel-khaki{background-color:#b8ac8f}.filterPanel-brown{background-color:#80652b}.filterPanel-white{background-color:#fff;border:1px solid #dddcdc}.filterPanel-gray{background-color:#b7b7b7}.filterPanel-black{background-color:#000}.filterPanel-silver{background-image:linear-gradient(143deg,#fff 7%,#989399 107%)}.filterPanel-gold{background-image:linear-gradient(143deg,#fff5c9 9%,#d5af47)}.filterPanel-serviceList{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px 17px}.filterPanel-moreButton{align-items:center;color:#1ec687;display:flex;font-size:13px;font-weight:500;justify-content:center;position:absolute;width:100%}.filterPanel-moreButton:after{background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-left:4px;width:14px}.filterPanel-slide-enter-active{transition:opacity .3s}.filterPanel-slide-enter-active .filterPanel-container{transition:transform .3s,opacity .3s}.filterPanel-slide-leave-active{transition:opacity .3s}.filterPanel-slide-leave-active .filterPanel-container{transition:transform .6s,opacity .3s}.filterPanel-slide-enter-from,.filterPanel-slide-leave-to{opacity:0}.filterPanel-slide-enter-from .filterPanel-container,.filterPanel-slide-leave-to .filterPanel-container{opacity:0;transform:translate(335px)}@media (max-width:374.98px){.filterPanel-slide-enter-from .filterPanel-container,.filterPanel-slide-leave-to .filterPanel-container{transform:translate(300px)}}.searchContent-productResultTools{position:sticky!important;top:87.98px;top:calc(87.98px + var(--android-safe-area-inset-top, 0));top:calc(87.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(87.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)));z-index:5}.noTitlebar .searchContent-productResultTools{top:34px;top:calc(34px + var(--android-safe-area-inset-top, 0));top:calc(34px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(34px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.largeTitleBar .searchContent-productResultTools{top:93.98px;top:calc(93.98px + var(--android-safe-area-inset-top, 0));top:calc(93.98px + var(--android-safe-area-inset-top, constant(safe-area-inset-top)));top:calc(93.98px + var(--android-safe-area-inset-top, env(safe-area-inset-top)))}.searchContent-block{margin:28px 16px}.searchContent-noResults{border-bottom:1px solid #f2f2f2;line-height:1;padding:73px 0;text-align:center}.topicSlideList-pagination{height:6px;margin-top:48.5%;position:absolute;top:0;z-index:1}.topicSlideList .topicSlideList-item{padding-left:2px;padding-right:2px}.searchTopic{width:100%}.searchTopic-content{padding:16px;width:100%}.searchTopic-header{width:100%}.searchTopic-menu{background:#fff;font-size:14px;padding:16px}.searchTopic-menuItem{color:#777;padding:0 14px}.searchTopic-menuItem.active{color:#1ec687}.searchTopic-noResults{line-height:1;padding:73px 0;text-align:center}.searchBar{align-items:center;background:#fff;display:flex;padding:0 16px 8px;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}.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{align-items:center;background-color:#777;border-radius:34px;color:#fff;display:flex;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{border-radius:28px;height:28px;overflow:hidden;position:relative;width:28px}.searchBar-badgeText{max-width:5em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchBar-badgeCloseButton{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;flex-shrink:0;height:18px;width:18px}.searchBar-badge:after{background-color:#f5f5f5;content:"";height:34px;position:absolute;right:-17px;top:0;width:34px;z-index:0}.searchBar-inputArea{display:block;flex:1;position:relative}.searchBar-input{background-color:#f5f5f5;border:none;border-radius:34px;font-size:14px;height:34px;outline:0;padding:0 35px 0 13px;width:100%}.searchBar-input::-moz-placeholder{color:#aeaeae;opacity:1}.searchBar-input::placeholder{color:#aeaeae;opacity:1}.searchBar-icon{bottom:0;cursor:pointer;left:auto;margin:auto 0;position:absolute;right:11px;top:0}.searchBar-icon.glass{background-image:url(./ico-glass.B9b_u7qf.svg)}.searchBar-icon.close,.searchBar-icon.glass{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.searchBar-icon.close{background-image:url(./ico-cancel--grey.y20wjKk9.svg)}.recentBrowsingMerchants{background:#fff;border-radius:8px;padding:16px}.recentBrowsingMerchants-merchants>:not(:first-child){margin-top:16px}.recentBrowsingMerchants-merchant{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-areas:"image info icon";grid-template-columns:46px minmax(0,1fr) 46px;position:relative}.recentBrowsingMerchants-serviceBadge{left:-3px;position:absolute;top:-8px;z-index:1}.recentBrowsingMerchants-image{border-radius:4px;filter:brightness(97%);grid-area:image;height:46px;overflow:hidden;width:46px}.recentBrowsingMerchants-info{display:flex;flex-direction:column;grid-area:info;justify-content:center}.recentBrowsingMerchants-info-upper{display:flex;gap:4px}.recentBrowsingMerchants-info-lower{margin-top:8px}.recentBrowsingMerchants-name{color:#555;font-size:14px;font-weight:500;line-height:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recentBrowsingMerchants-badgeDirect{background-image:url(./badge-direct.-_MmXx0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:30px}.recentBrowsingMerchants-icon{display:flex;grid-area:icon;justify-content:center}.recentBrowsingMerchants-searchButton{background-image:url(./ico-glassLightGrey.-DAS7AxU.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;width:22px}.recentBrowsingMerchants-title .sectionTitle-heading{font-size:15px}[data-v-ad2e3a52]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.productCarousel-image>img[data-v-ad2e3a52]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.productCarousel[data-v-ad2e3a52]{border-radius:8px;overflow:hidden}.productCarousel-header[data-v-ad2e3a52]{background:linear-gradient(91.59deg,#ff6961,#f00e3b);color:#fff;padding:10px 16px;position:relative}.productCarousel-title[data-v-ad2e3a52]{font-size:17px;font-weight:600;line-height:25px}.productCarousel-angpauIcon[data-v-ad2e3a52]{background-image:url(./img-angpauHeaderProductCarousel.CZ_UEH-r.svg);background-repeat:no-repeat;background-size:contain;bottom:-2px;content:"";display:inline-block;height:100%;position:absolute;right:0;width:88px}.productCarousel-content[data-v-ad2e3a52]{background:#fff;padding:16px}.productCarousel-wrapper[data-v-ad2e3a52]{align-items:center;display:flex;width:100%}.productCarousel-list[data-v-ad2e3a52]{align-items:center;-moz-column-gap:12px;column-gap:12px;display:flex}.productCarousel-item[data-v-ad2e3a52]{border:1px solid #efefef;border-radius:4px;box-sizing:content-box;display:flex;height:48px}.productCarousel-image[data-v-ad2e3a52]{background-color:#00000008;border-radius:4px 0 0 4px;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:48px;position:relative;width:48px}.productCarousel-info[data-v-ad2e3a52]{max-width:180px;padding:6px 12px 6px 8px}.productCarousel-name[data-v-ad2e3a52]{color:#777;font-size:14px;font-weight:500;line-height:17px;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productCarousel-name[data-v-ad2e3a52]:before{color:#b7b7b7;content:"#";font-size:15px;margin-right:1px}.productCarousel-priceTrend[data-v-ad2e3a52]{align-items:center;display:flex}.productCarousel-priceLineChart[data-v-ad2e3a52]{background-image:url(./img-priceLineChartProductCarousel.DMgoE3K6.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:10px;margin-right:1px;width:21px}.productCarousel-savePriceTheMostText[data-v-ad2e3a52]{color:#949494;display:flex;font-size:12px;line-height:18px}.productCarousel-savePrice[data-v-ad2e3a52]{color:#ff5b57;font-size:12px;line-height:18px;margin-left:2px}.productCarousel-seeMore[data-v-ad2e3a52]{align-items:center;border:1px solid #efefef;border-radius:4px;color:#949494;display:flex;font-size:12px;height:49px;justify-content:center;line-height:14px;padding:17px 12px;width:87px}.productCarousel-seeMore[data-v-ad2e3a52]:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.hotSearchRank-item:nth-child(-n+3) .hotSearchRank-itemImg>img,.hotSearchRank-itemImg>img,.hotSearchRank-tabImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.hotSearchRank-button{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.hotSearchRank-tabImagePlaceholder,.hotSearchRank-tabItem.active .hotSearchRank-tabImage:after{background-position:50%;position:absolute}.hotSearchRank{background-color:#fff;border-radius:8px;display:grid;padding:16px 0;row-gap:16px}.hotSearchRank-sectionTitle{align-items:center;color:#111;display:flex;font-size:15px;font-weight:600;line-height:22px;padding:0 16px}.hotSearchRank-more{align-items:center;color:#949494;display:flex;font-size:12px;font-weight:400;line-height:14px;margin-left:auto}.hotSearchRank-more:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.hotSearchRank-tabList{padding:0 16px}.hotSearchRank-tabList>:not(:first-child){margin-left:8px}.hotSearchRank-tabItem{align-items:center;background-color:#fff;border:1px solid #efefef;border-radius:18px;color:#555;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;line-height:16px;padding:3px 12px 3px 4px;position:relative}.hotSearchRank-tabItem.active{background:#d4ad79;border-color:#d4ad79;color:#fff}.hotSearchRank-tabItem.active .hotSearchRank-tabImage img{display:none}.hotSearchRank-tabItem.active .hotSearchRank-tabImage:after{background-color:#c69a5b;background-image:url(./ico-crown--gold.B6_lk2KC.svg);background-repeat:no-repeat;background-size:contain;background-size:14px;border-radius:30px;content:"";display:inline-block;height:30px;left:-1px;top:-1px;width:30px}.hotSearchRank-tabImage{background-color:#00000008;background-color:#d9d9d9;border-radius:28px;display:inline-block;filter:brightness(97%);height:0;margin-right:8px;overflow:hidden;overflow:unset;padding-bottom:28px;position:relative;width:28px}.hotSearchRank-tabImage img{border-radius:28px;height:28px;width:28px}.hotSearchRank-tabImagePlaceholder{background-color:#d9d9d9;background-image:url(./ico-crown--grey.12lr1Hs2.svg);background-repeat:no-repeat;background-size:contain;background-size:14px;border-radius:30px;content:"";display:inline-block;height:30px;left:-1px;top:-1px;width:30px}.hotSearchRank-emptyMessage{align-items:center;color:#949494;display:flex;font-size:13px;font-weight:400;justify-content:center;line-height:20px;min-height:478px}.hotSearchRank-rankingSwiper{display:inline;overflow:hidden;width:100%}.hotSearchRank-item{display:block;margin-bottom:10px;position:relative}.hotSearchRank-item:last-child{margin-bottom:0}.hotSearchRank-itemLink{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hotSearchRank-itemNumber{color:#ba9155;font-size:12px;font-style:italic;font-weight:700;margin-right:13px;min-width:14px;text-align:center}.hotSearchRank-itemImg{background-color:transparent;border-radius:4px;display:inline-block;filter:brightness(97%);height:30px;margin-right:10px;min-width:30px;overflow:hidden;position:relative;width:30px}.hotSearchRank-itemName{color:#555;display:block;font-size:13px;font-weight:500;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:-moz-fit-content;width:fit-content}.hotSearchRank-itemBadge--hot,.hotSearchRank-itemBadge--new,.hotSearchRank-itemStatus--downGrey,.hotSearchRank-itemStatus--upRed{flex-shrink:0;margin-right:4px}.hotSearchRank-itemStatus--upRed{background-image:url(./ico-up--red.BFYyGxfh.svg)}.hotSearchRank-itemStatus--downGrey,.hotSearchRank-itemStatus--upRed{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:32px}.hotSearchRank-itemBadge--new{background-image:url(./badge-new--cube.CWU0G4xe.svg)}.hotSearchRank-itemQuantity{color:#b7b7b7;font-size:12px;margin-left:auto;padding-left:10px;white-space:nowrap}.hotSearchRank-button{background-color:#f5f5f5;color:#a57b3f;margin:0 16px}.hotSearchRank-button:after{background-image:url(./ico-arrow--rightBrown.COTXy36E.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-left:1px;width:17px}.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}.hotSearchRank-item:nth-child(-n+3){border:1px solid #d4ad79;border-radius:4px;display:inline-block;margin-bottom:16px;margin-right:10px;overflow:hidden;width:calc(33.3% - 7px)}.hotSearchRank-item:nth-child(-n+3) .hotSearchRank-itemLink{background-color:#d4ad79;display:block;padding-bottom:4px;text-align:center}.hotSearchRank-item:nth-child(-n+3) .hotSearchRank-itemImg{background-color:#fff;border-radius:0;filter:brightness(100%);margin-bottom:4px;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.hotSearchRank-item:nth-child(-n+3) .hotSearchRank-itemImg:after{background-repeat:no-repeat;background-size:contain;content:"";height:32px;position:absolute;right:8px;top:8px;width:26px;z-index:1}.hotSearchRank-item:nth-child(-n+3) .hotSearchRank-itemName{color:#fff;font-weight:600;line-height:16px;margin:auto;width:calc(100% - 8px)}.hotSearchRank-item:nth-child(-n+3) .hotSearchRank-itemQuantity{color:#ffffffb3;display:block;line-height:18px;margin:auto;overflow:hidden;padding:2px 0 0;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 8px)}.hotSearchRank-item:nth-child(-n+3) .hotSearchRank-itemBadge--hot,.hotSearchRank-item:nth-child(-n+3) .hotSearchRank-itemBadge--new,.hotSearchRank-item:nth-child(-n+3) .hotSearchRank-itemNumber,.hotSearchRank-item:nth-child(-n+3) .hotSearchRank-itemStatus--downGrey,.hotSearchRank-item:nth-child(-n+3) .hotSearchRank-itemStatus--upRed{display:none}.hotSearchRank-item:first-child .hotSearchRank-itemImg:after{background-image:url(./rank_1.DGWx_WX6.png)}.hotSearchRank-item:nth-child(2) .hotSearchRank-itemImg:after{background-image:url(./rank_2.BZoQ1Ylf.png)}.hotSearchRank-item:nth-child(3){margin-right:0}.hotSearchRank-item:nth-child(3) .hotSearchRank-itemImg:after{background-image:url(./rank_3.D4miq1ro.png)}.defaultSuggestion-cardTitle{color:#111;font-size:15px;font-weight:600;grid-column:1/2;line-height:22px;margin-bottom:16px}.defaultSuggestion-section{margin:12px 16px 16px}.defaultSuggestion-sideButton,.defaultSuggestion-titleWithSideButton{align-items:center;display:flex}.defaultSuggestion-sideButton{color:#949494;font-size:12px;line-height:14px;margin-left:auto}.defaultSuggestion-sideButton:after{background-image:url(./ico-arrow--rightGrayBold.D4AV8bOv.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:9px;margin-left:5px;width:6px}.defaultSuggestion-information{color:#777;font-size:13px;font-weight:500}.defaultSuggestion-information em{color:#638dff}.merchantSuggestion{display:grid;width:100%}.merchantSuggestion-serviceBadge{left:-3px;position:absolute;top:-8px;z-index:1}.merchantSuggestion-item{border-bottom:1px solid #efefef;overflow:hidden;padding:12px 16px}.merchantSuggestion-mainInfo{align-items:center;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:max-content minmax(0,1fr) max-content max-content;position:relative}.merchantSuggestion-image{border-radius:100%;filter:brightness(97%);height:48px;margin-right:2px;overflow:hidden;width:48px}.merchantSuggestion-name{color:#555;font-size:13px;line-height:20px;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantSuggestion-highlightKeyword{color:#1ec687}.merchantSuggestion-info{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantSuggestion-badge{background-image:url(./badge-direct.-_MmXx0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;width:30px}.merchantSuggestion-button{background-color:#f5f5f5;border-radius:12px;color:#777;display:block;font-size:13px;height:24px;line-height:24px;padding:0 9px}.merchantSuggestion-rewardInfo{margin-top:8px}.scrollableTagList-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.scrollableTagList>:not(:first-child){margin-left:8px}.scrollableTagList-item{align-items:center;background-color:#fff;border:1px solid #efefef;border-radius:4px;box-sizing:content-box;display:inline-flex;height:34px;max-width:100%;position:relative;width:-moz-fit-content;width:fit-content}.scrollableTagList-text{color:#777;font-size:13px;font-weight:600;line-height:16px;margin:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scrollableTagList-image{background-color:#00000008;border-radius:3px 0 0 3px;filter:brightness(97%);flex-shrink:0;height:0;overflow:hidden;padding-bottom:34px;position:relative;width:34px}.scrollableTagList-image.default-icon{background-color:transparent;border-radius:2px;height:16px;margin-left:8px;margin-right:-4px;overflow:hidden;padding:0;width:16px}.scrollableTagList-image.default-icon:before{background-image:url(./ico-leafGreen.BMkiuJ2A.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.searchSuggestion{background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;min-height:140px;overflow-y:hidden;position:relative}.searchSuggestion-container{background-color:#fff;border-radius:8px;margin-bottom:16px}.searchSuggestion-recommendLink{border-bottom:1px solid #efefef;color:#555;display:block;font-size:13px;line-height:15px;padding:12px 16px}.searchSuggestion-recommendLink.blue em{color:#5b82db}.searchSuggestion-recommendLink em{color:#1ec687;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchSuggestion-recommendLink:last-child{border-bottom:0}.searchSuggestion-textGroup{align-items:center;display:flex}.searchSuggestion-scrollableContent{margin-top:8px}.searchSuggestion-keyword{flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchSuggestion-additionalFlag{margin-left:10px;white-space:nowrap}.searchSuggestion-resultCount{color:#949494;font-size:13px;font-weight:400;margin-left:auto;padding-left:10px;white-space:nowrap}.searchSuggestion-giftImg{align-items:baseline;display:flex;height:18px;justify-content:center;margin-left:2px;width:18px}[data-v-e1657150]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.bestPriceSuggestion-button[data-v-e1657150]{align-items:center;background:#1ec687;border-radius:21px;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.bestPriceSuggestion[data-v-e1657150]{background-color:#fff;border-radius:0 0 8px 8px;color:#949494;display:grid;font-size:12px;justify-items:center;line-height:18px;padding:16px;row-gap:4px}.bestPriceSuggestion-image[data-v-e1657150]{height:48px;width:48px}.bestPriceSuggestion-title[data-v-e1657150]{color:#111;font-size:17px;font-weight:600;line-height:25px;padding-top:4px}.bestPriceSuggestion-button[data-v-e1657150]{background-color:#8250ff;color:#fff;font-size:14px;font-weight:500;line-height:17px;margin:12px -16px 0;width:100px}.searchPage{position:relative}.searchPage-seoH1{color:#f5f5f5;position:absolute}.searchPage-searchBar.sticky{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}.noTitlebar .searchPage-searchBar.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 .searchPage-searchBar.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)))}.accountTop{position:relative;z-index:1}.accountTop-profile{-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:max-content 1fr max-content}.accountTop-avatar{border-radius:100%;display:inline-block;height:36px;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;width:36px}.accountTop-info{display:inline-grid}.accountTop-userName{color:#fff;font-size:15px;font-weight:600;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountTop-pointInfo{align-items:center;color:#fff;display:flex;font-size:12px;line-height:14px}.accountTop-points{align-items:center;display:flex;font-weight:600}.accountTop-points:before{background-image:url(./ico-point--white.DiQtpN6g.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}.accountTop-pointText{align-items:center;display:flex;font-weight:400;margin-left:8px}.accountTop-pointText:after{background-image:url(./ico-arrow--right.CNWSdj0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-left:1px;width:14px}.accountTop-notice{align-items:center;display:flex;margin:0 6px 0 auto;position:relative}.accountTop-notice:before{background-image:url(./ico-bell--white.As7mgZX1.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.accountTop-notice.sidestepLiffCloseBtn{margin-right:40px}.accountTop-dot{align-items:center;background-color:#fff;border-radius:8px;bottom:calc(100% - 14px);color:#ff5b57;display:flex;font-size:12px;font-weight:400;left:calc(100% - 12px);line-height:1;min-height:16px;min-width:16px;padding:0 4px;position:absolute;text-align:center}.accountTop-unlogin{align-items:center;background:#00000026;border-radius:18px;color:#fff;display:flex;font-size:14px;font-weight:500;height:36px;line-height:17px;padding:0 13px;width:-moz-fit-content;width:fit-content}.accountTop-unlogin:after{background-image:url(./ico-arrow--right.CNWSdj0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-left:1px;width:17px}.accountTools{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr))}.accountTools-itemLink{display:grid;row-gap:8px}.accountTools-item--shortcut{align-items:center;display:flex;justify-content:flex-start}.accountTools-itemText{color:#fff;font-size:12px;line-height:14px;position:relative;text-align:center}@media (max-width:374.98px){.accountTools-itemText{display:block;transform:scale(.916);white-space:nowrap}}.accountTools-itemImg{align-items:center;background:#00000026;border-radius:100%;display:flex;height:40px;justify-content:center;margin:auto;position:relative;width:40px}.accountTools-itemIcon{position:relative}.accountTools-dot.dot-number{left:calc(100% - 16px)}.accountTools-dot.dot-number.empty{bottom:calc(100% - 16px);left:calc(100% - 16px)}.accountNotification{height:20px;overflow:hidden}.accountNotification-list{height:100%;width:100%}.accountNotification-item{-moz-column-gap:4px;column-gap:4px;cursor:pointer;display:grid;grid-template-columns:max-content 1fr max-content}.accountNotification-item:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;position:relative;top:3px;width:14px}.accountNotification-description{color:#555;font-size:13px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountNotification-icon{height:16px;position:relative;top:2px;width:30px}.cardList{display:grid;grid-template-columns:repeat(4,1fr)}.cardList-itemLink{align-items:center;display:flex;flex-direction:column}.cardList-item--shortcut{align-items:center;display:flex;justify-content:flex-start}.cardList-itemText{color:#777;font-size:12px}.cardList-itemImg{align-items:center;background:#f5f5f5;border-radius:100%;display:flex;height:48px;justify-content:center;margin-bottom:8px;overflow:hidden;width:48px}.cardList-itemIcon{position:relative}.announcement{align-items:center;background-image:url(./bg-announcement.uUHkNjQM.png);background-position:50%;background-size:cover;border-radius:0 0 8px 8px;display:flex;height:50px;padding:16px;position:relative;width:100%;z-index:1}.announcement-list{display:block;height:16px;overflow:hidden;position:relative;width:100%}.announcement-wrapper{transition:transform .5s ease}.announcement-text{color:#777;display:block;flex:1;font-size:12px;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.announcement-arrow{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;margin-left:auto;width:20px}.accountBanner:after,.accountBanner:before{background-color:transparent;bottom:-32px;box-shadow:0 -16px #179968;content:"";height:32px;position:absolute;width:8px}.accountBanner{align-items:center;background-color:#179968;border-radius:8px 8px 0 0;color:#fff;display:flex;height:72px;padding-right:16px;position:relative;width:100%;z-index:2}.accountBanner:before{border-top-left-radius:16px;left:0}.accountBanner:after{border-top-right-radius:16px;right:0}.accountBanner-image{background-image:url(./img-passportBackground--off.B531lBi4.svg);background-repeat:no-repeat;background-size:73px;border-radius:8px 0 0;height:72px;position:relative;width:72px;z-index:2}.activate .accountBanner-image{background-image:url(./img-passportBackground--on.tTpNxQWv.svg)}.accountBanner-wrapper{display:inline-grid}.accountBanner-title{font-size:17px;font-weight:600;line-height:20px;margin-bottom:4px}.accountBanner-description{font-size:13px;font-weight:400;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountBanner-button{background-color:#fff;border-radius:12px;color:#179968;font-size:13px;font-weight:500;line-height:24px;margin-left:auto;padding:0 9px;position:relative;z-index:2}.accountBanner-backgroundImage{position:absolute;z-index:1}.activate .accountBanner-backgroundImage{background-image:url(./img-passportStamp.cDi1XRjZ.svg);background-repeat:no-repeat;background-size:72px;border-radius:8px 0 0;height:72px;right:-16px;top:-15px;width:72px;z-index:1}.accountEvents-content{-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));row-gap:12px}.accountEvents-item,.accountEvents-item--full,.accountEvents-item--fullWithButton{align-items:center;border:1px solid #efefef;border-radius:8px;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:max-content 1fr;padding:8px}.accountEvents-item--link{cursor:pointer}.accountEvents-item--full,.accountEvents-item--fullWithButton{grid-column-end:3;grid-column-start:1}.accountEvents-item--fullWithButton{grid-template-columns:max-content 1fr max-content}.accountEvents-info{display:inline-grid;row-gap:4px}.accountEvents-title{color:#111;font-size:15px;font-weight:600;line-height:18px}.accountEvents-description,.accountEvents-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountEvents-description{color:#949494;font-size:13px;font-weight:400;line-height:16px}.accountEvents-subLinks{color:#5b82db;-moz-column-gap:8px;column-gap:8px;display:grid;font-size:12px;font-weight:600;grid-template-columns:repeat(2,max-content);line-height:18px}.accountEvents-subLink{cursor:pointer}.accountEvents-imageAngpau{background-image:url(./img-roundAngpau.CNWZ9lCp.svg)}.accountEvents-imageAngpau,.accountEvents-imageShare{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:32px;width:32px}.accountEvents-imageShare{background-image:url(./img-roundShare.CaSoHQX5.svg)}.accountEvents-imageAPPRewards{background-image:url(./img-roundCoin.BbDOcTdH.svg)}.accountEvents-imageAPPRewards,.accountEvents-imageSign{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:32px;width:32px}.accountEvents-imageSign{background-image:url(./badge-notCompletedYet.DJbuyaHZ.svg)}.accountEvents-imageSign.hasSignedIn{background-image:url(./badge-completed.D43Ya60z.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:32px;width:32px}.accountEvents-actionButton{align-items:center;background-color:#1ec687;border-radius:12px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;padding:0 13px;white-space:nowrap;width:78px}.accountEvents-actionButton.hasSignedIn{background-color:#fff;color:#1ec687;cursor:default}.accountEvents-actionButton.hasSignedIn:before{background-image:url(./ico-check-greenBold.X2wjsajT.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-right:2px;width:14px}.accountEvents-actionButton.waitingToSignIn{background-color:#c8c8c8}.accountAPP-board:after,.accountAPP-board:before{background-color:transparent;bottom:-32px;box-shadow:0 -16px #1ec687;content:"";height:32px;position:absolute;width:16px;z-index:1}.accountAPP-board{align-items:center;background-color:#1ec687;border-radius:8px 8px 0 0;color:#fff;display:grid;font-size:13px;grid-template-columns:max-content 1fr max-content;height:72px;padding-right:16px;position:relative}.accountAPP-board:before{border-top-left-radius:8px;left:0}.accountAPP-board:after{border-top-right-radius:8px;right:0}.accountAPP-boardWrapper{display:inline-grid}.accountAPP-boardImage{background-image:url(./img-APPEventBackground.DbGIXCQr.svg);background-repeat:no-repeat;background-size:73px;border-radius:8px 0 0;height:72px;position:relative;width:72px;z-index:2}.accountAPP-boardTitle{font-size:17px;font-weight:600;line-height:20px;margin-bottom:4px}.accountAPP-boardDescription{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountAPP-boardButton{background-color:#fff;border-radius:24px;color:#1ec687;cursor:pointer;font-weight:500;line-height:24px;padding:0 9px;white-space:nowrap}.accountAPP-cardContent{display:grid;padding:16px;row-gap:16px}.myAccountPage-ADImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.myAccountPage-slideBanner{margin-left:-16px;margin-right:-16px}.myAccountPage{display:grid;grid-template-columns:minmax(0,1fr);padding-left:16px;padding-right:16px;position:relative;row-gap:16px}.myAccountPage-topContent{background-color:#1ec687;box-sizing:content-box;display:grid;margin-left:-16px;padding:10px 10px 16px;row-gap:16px;width:calc(100% + 12px)}@media (max-width:374.98px){.myAccountPage-tools{left:-8px;position:relative;width:calc(100% + 15px)}}.myAccountPage-notification{background-color:#fff;border-radius:8px;box-sizing:content-box;padding:8px}.myAccountPage-eventsTitle{font-size:17px;font-weight:600;padding-bottom:16px}.myAccountPage-passport{border-radius:8px;overflow:hidden}.myAccountPage-avatar{border-radius:100%;height:72px;margin-right:11px;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;width:72px}.myAccountPage-infoTop{line-height:21px}.myAccountPage-infoDown{align-items:center;display:flex;justify-content:flex-start}.myAccountPage-userName{color:#fff;font-size:22px;font-weight:700;margin-bottom:9px}.myAccountPage-points{align-items:center;color:#fff;display:flex;font-size:15px;font-weight:500;justify-content:flex-start;margin-right:3px}.myAccountPage-pointsIcon{display:inline-block;height:21px;margin-left:1px;margin-right:2px;width:21px}.myAccountPage-login{align-items:center;background-color:#179968;border-radius:10px;color:#fff;display:flex;font-size:12px;font-weight:700;height:21px;justify-content:flex-start;margin-left:5px;padding:0 4px 0 8px}.myAccountPage-logWords{line-height:13px}.myAccountPage-loginIcon{height:13px;width:13px}.myAccountPage-unlogin{align-items:center;display:flex;font-size:17px;justify-content:flex-start;padding-bottom:16px}.myAccountPage-block{position:relative;z-index:1}.myAccountPage-block--overlay{position:relative}.myAccountPage-card{padding:16px}.myAccountPage-card,.myAccountPage-cardNoPadding{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026}.myAccountPage-cardNoPadding{padding:0}.myAccountPage-card--small{align-items:center;display:flex;padding:14px 16px 6px}.myAccountPage-card--highBottom,.myAccountPage-card--small{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026}.myAccountPage-card--highBottom{padding:16px 16px 25px}.myAccountPage-cardTitle{align-items:center;color:#111;display:flex;font-size:17px;font-weight:500;margin:3px 1px 18px 3px}.myAccountPage-cardTitleMore{color:#777;cursor:pointer;font-size:13px;margin-left:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.myAccountPage-shortcutImage{height:60px;margin-right:15px;width:48px}.myAccountPage-cardInfo{display:inline-grid;margin-top:-4px;width:calc(100% - 61px)}.myAccountPage-cardInfoTitle{color:#111;font-size:17px;font-weight:700;margin-bottom:7px;width:100%}.myAccountPage-cardInfoText,.myAccountPage-cardInfoTitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myAccountPage-cardInfoText{color:#777;font-size:13px}.myAccountPage-popupContent{margin-bottom:34px}.myAccountPage-popupContent:last-child{margin-bottom:0}.myAccountPage-popupList{row-gap:40px}.myAccountPage-content{background-color:#fff;padding:12px 0 8px}.myAccountPage-ADItem{align-items:center;-moz-column-gap:6px;column-gap:6px;display:inline-grid;grid-template-columns:1fr max-content}.myAccountPage-ADInfo{display:inline-grid;row-gap:4px}.myAccountPage-ADTitle{color:#111;font-size:15px;font-weight:600;line-height:18px}.myAccountPage-ADSubTitle,.myAccountPage-ADTitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myAccountPage-ADSubTitle{color:#949494;font-size:13px;line-height:16px}.myAccountPage-ADImage{background-color:#f5f5f5;border-radius:4px;height:0;overflow:hidden;padding-bottom:66.67%;position:relative;width:84px;z-index:1}.myAccountPage-ADpagination{margin-top:8px}.myAccountPage-icoLike{background-image:url(./ico-product-like--black.R8gay-KN.svg)}.myAccountPage-icoLike,.myAccountPage-icoOrder{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:36px;width:36px}.myAccountPage-icoOrder{background-image:url(./ico-order.sBf16iMH.svg)}.myAccountPage-icoClock{background-image:url(./ico-clock.CRfZodhE.svg)}.myAccountPage-icoCart,.myAccountPage-icoClock{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:36px;width:36px}.myAccountPage-icoCart{background-image:url(./ico-cartBlack.ClAtqkne.svg)}.myAccountPage-icoTicket{background-image:url(./ico-ticket.CQSzCX30.svg)}.myAccountPage-icoMoneyBag,.myAccountPage-icoTicket{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:36px;width:36px}.myAccountPage-icoMoneyBag{background-image:url(./ico-moneyBag.BeomcE79.svg)}.myAccountPage-icoCopyright{background-image:url(./ico-copyright.C1bC9vzt.svg)}.myAccountPage-icoCopyright,.myAccountPage-icoLawfile{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:36px;width:36px}.myAccountPage-icoLawfile{background-image:url(./icon-lawfile.CPTODSg8.svg)}.myAccountPage-icoPassport{background-image:url(./icon-passport.CkIgeV2m.svg)}.myAccountPage-icoContact,.myAccountPage-icoPassport{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:36px;width:36px}.myAccountPage-icoContact{background-image:url(./ico-contact.Bu1lNdeC.svg)}.myAccountPage-icoSettings{background-image:url(./ico-setting.DX53uusj.svg)}.myAccountPage-icoIssue,.myAccountPage-icoSettings{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:36px;width:36px}.myAccountPage-icoIssue{background-image:url(./ico-issue.DQ3P1lv1.svg)}.myAccountPage-icoTraining{background-image:url(./ico-training.DZKBr964.svg)}.myAccountPage-icoClause,.myAccountPage-icoTraining{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:36px;width:36px}.myAccountPage-icoClause{background-image:url(./ico-clause.MfXtqx6i.svg)}.myAccountPage-icoLogout{background-image:url(./ico-logout.C7dtNJfO.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:36px;width:36px}.myAccountPage-icoCart--white{background-image:url(./ico-cart.BCosiCm-.svg)}.myAccountPage-icoCart--white,.myAccountPage-icoLike--white{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.myAccountPage-icoTrend--white{background-image:url(./ico-trendWhite.D4BXNBs1.svg)}.panelWrapper{left:0;position:fixed;right:0}@media screen and (min-width:790px){.panelWrapper{left:calc(100vw - 100%)}}.panelWrapper{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.panelWrapper{width:749px}}.panelWrapper{background-color:#f5f5f5;background:#fff;border-radius:12px 12px 0 0;overflow:hidden;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)));transform:translateY(0);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}.exordium{background-color:#fff;border-radius:8px;margin-bottom:16px;padding:16px;width:100%}.exordium-title{color:#111;font-size:15px;font-weight:700;margin-bottom:16px}.exordium-list>:not(:first-child){margin-top:16px}.exordium-item,.exordium-item--message{color:#555;display:block;font-size:12px;line-height:1.5;padding-left:24px;position:relative}.exordium-item--message:last-child{margin-bottom:0}.exordium-item--message:before{background-color:#d8d8d8;content:"";height:5px;left:3px;padding:0 5px 0 0;position:absolute;top:5px;width:5px}.exordium-numbers{color:#b7b7b7;display:inline-block;font-size:12px;font-weight:700;left:2px;line-height:1.5;position:absolute}.angpau-instructions[data-v-f434a490]{border-radius:8px;margin:16px;padding:16px;width:auto}.instructionPanelWrapper-instructions[data-v-61013b0e]{margin:0;padding-top:0;text-align:left}.instructionPanelWrapper-merchantImg>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.instructionPanelWrapper-content{padding:0 16px}.instructionPanelWrapper-title{color:#111;font-size:17px;font-weight:600;line-height:25px;margin-bottom:4px;text-align:left}.instructionPanelWrapper-description{color:#949494;font-size:12px;text-align:left}.instructionPanelWrapper-merchants{display:grid;padding:16px 0;row-gap:16px}.instructionPanelWrapper-merchantItem{-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:grid;grid-template-columns:max-content 1fr max-content}.instructionPanelWrapper-merchantImg{background-color:#00000008;border-radius:4px;display:block;filter:brightness(97%);height:46px;overflow:hidden;position:relative;width:46px}.instructionPanelWrapper-merchantName{color:#555;font-size:13px;font-weight:600;line-height:16px;margin:auto auto auto 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instructionPanelWrapper-button{align-items:center;color:#949494;-moz-column-gap:1px;column-gap:1px;display:flex;font-size:12px;font-weight:400;line-height:14px}.instructionPanelWrapper-button:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.envelopeExordium-tip:before{left:0;margin-left:auto;margin-right:auto;right:0}.envelopeExordium{background-color:#fff;border-radius:8px;display:grid;margin:16px;padding:16px;row-gap:24px}.envelopeExordium-item{display:grid;row-gap:8px;text-align:start}.envelopeExordium-points{align-items:center;color:#07b53b;-moz-column-gap:3px;column-gap:3px;display:grid;font-size:24px;font-weight:400;font-weight:600;grid-template-columns:28px auto;line-height:29px}.envelopeExordium-points:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:28px;margin-right:1px;width:28px}.envelopeExordium-title{align-items:center;color:#111;cursor:pointer;display:flex;font-size:15px;font-weight:500;line-height:21px}.envelopeExordium-title.arrow:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-left:auto;width:18px}.envelopeExordium-badge{line-height:16px;margin-left:8px}.envelopeExordium-info{color:#777;display:grid;font-size:13px;line-height:1.5;row-gap:10px}.envelopeExordium-info em{color:#ff5b57}.envelopeExordium-instruction{white-space:pre-line}.envelopeExordium-infoItem{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:16px auto;position:relative}.envelopeExordium-infoItem:before{background-color:#b7b7b7;border-radius:1px;content:"";display:block;height:4px;margin:8px 0 0 6px;width:4px}.envelopeExordium-infoItem em{color:#ff5b57}.envelopeExordium-merchantDetail{display:flex;flex-wrap:wrap}.envelopeExordium-link.question-icon:after{background-image:url(./ico-questionMarkGrayFill.Di9EquJY.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:20px;margin-left:2px;vertical-align:bottom;width:20px}.envelopeExordium-tip{background-color:#5b82db;border-radius:4px;color:#fff;display:grid;max-width:311px;padding:16px;position:absolute;row-gap:16px;top:calc(100% + 11px);width:100%;z-index:1}.envelopeExordium-tip:before{border-bottom:9px solid #5b82db;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:9px;margin-left:142px;position:absolute;top:-9px;width:12px}.envelopeExordium-tipClose{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:20px;position:absolute;right:16px;top:16px;width:20px}.envelopeExordium-tipButton{align-items:center;background-color:#fff;border-radius:9999px;color:#5b82db;cursor:pointer;display:flex;font-size:14px;justify-content:center;line-height:36px}.envelopeExordium.smallType{display:grid;margin:0;padding:0 11px 11px;row-gap:12px}.envelopeExordium.smallType .envelopeExordium-item{row-gap:4px}.envelopeExordium.smallType .envelopeExordium-title{font-size:13px;font-weight:600;line-height:20px}.envelopeExordium.smallType .envelopeExordium-info{font-size:12px;line-height:18px;row-gap:6px}.envelopeExordium.smallType .envelopeExordium-link{align-items:center;display:flex}.envelopeExordium-questionIcon:after{background-image:url(./ico-questionMarkGrayFill.Di9EquJY.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:20px;margin-left:2px;vertical-align:bottom;width:20px}.angpauProducts-link>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.angpauProducts{background-color:#fff;border-radius:8px;cursor:pointer;display:grid;margin:16px;padding:16px;row-gap:10px}.angpauProducts-title{align-items:center;display:flex;font-size:15px;font-weight:600;line-height:24px}.angpauProducts-title p{color:#ff5b57}.angpauProducts-list{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(5,1fr)}.angpauProducts-link{background-color:#00000008;border-radius:4px;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:100%;position:relative;z-index:1}.angpauProducts-moreButton{align-items:center;background-color:#ff5b57;border-radius:9999px;color:#fff;cursor:pointer;display:flex;font-size:14px;justify-content:center;line-height:36px}.angpauProducts-moreButton:after{background-image:url(./ico-arrow--right.CNWSdj0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}[data-v-6ee91178]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.progressMessageBlock-bar[data-v-6ee91178],.progressMessageBlock-bar[data-v-6ee91178]:before{border-radius:8px;display:block;height:8px}.progressMessageBlock[data-v-6ee91178]{background-color:#fff;border-radius:8px;display:grid;margin:16px;padding:16px;row-gap:8px}.progressMessageBlock-top[data-v-6ee91178]{display:grid;grid-template-columns:1fr max-content;position:relative;row-gap:4px}.progressMessageBlock-title[data-v-6ee91178]{align-items:center;color:#ff5b57;display:flex;font-size:15px;font-weight:600;grid-column-end:2;grid-column-start:1;line-height:22px}.progressMessageBlock-title em[data-v-6ee91178]{color:#111}.progressMessageBlock-message[data-v-6ee91178]{color:#949494;display:flex;font-size:12px;grid-column-end:2;grid-column-start:1;line-height:14px;white-space:nowrap}.progressMessageBlock-percentage[data-v-6ee91178]{align-items:flex-end;color:#111;-moz-column-gap:2px;column-gap:2px;display:inline-flex;font-family:LINESeedBd;font-size:36px;grid-column-end:3;grid-column-start:2;grid-row-end:3;grid-row-start:1;line-height:36px;margin:auto 0}.progressMessageBlock-percentage[data-v-6ee91178]:after{content:"%";font-size:15px;line-height:19px}.progressMessageBlock-bar[data-v-6ee91178]{background-color:#f5f5f5;margin:4px auto;width:100%}.progressMessageBlock-bar[data-v-6ee91178]:before{background-color:#ff5b57;content:"";transition:width .1s linear;width:var(--progress-percentage,0)}.envelopeTopBlock-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.envelopeTopBlock{text-align:center}.envelopeTopBlock-pointInfo{background-color:#ff5c57;background-image:url(./envelopetopblock-bg-375.EwaTo8k5.png);background-position:50%;background-repeat:no-repeat;background-size:auto 312px;display:flex;height:312px;position:relative;width:100%}@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{align-items:center;color:#303030;display:flex;flex-direction:column;margin:56px auto auto;position:relative;row-gap:8px;width:226px;z-index:4}.envelopeTopBlock-Info.isFull:after{background-image:url(./img-allFullStamp.BKwEGvce.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:56px;left:-7px;position:absolute;top:-32px;width:56px}.envelopeTopBlock-title{font-size:17px;font-weight:700;line-height:20px;white-space:nowrap}.envelopeTopBlock-detail{align-items:center;display:flex}.envelopeTopBlock-image{background-color:#00000008;border-radius:4px;filter:brightness(97%);height:0;margin-right:8px;overflow:hidden;padding-bottom:40px;position:relative;width:40px}.expired .envelopeTopBlock-image{opacity:.3}.envelopeTopBlock-points{align-items:center;color:#07b53b;-moz-column-gap:5px;column-gap:5px;display:grid;font-size:40px;font-weight:400;font-weight:700;grid-template-columns:40px auto;margin-bottom:3px}.envelopeTopBlock-points:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:40px;margin-right:1px;width:40px}.envelopeTopBlock-subtitle{font-size:15px;font-weight:700;line-height:21px;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.envelopeTopBlock-limit{font-size:13px;white-space:nowrap;width:100%}.envelopeDirections{background-color:#fff;border-radius:8px;margin:16px;overflow:hidden}.envelopeDirections-title{background-color:#ff96a333;color:#ff697a;font-size:15px;font-weight:700;line-height:37px;padding:0 16px}.envelopeDirections-content{display:grid;grid-template-columns:84px 20px 84px 20px 84px;justify-content:center;padding:16px}@media screen and (min-width:751px){.envelopeDirections-content{grid-template-columns:160px 20px 160px 20px 160px}}.envelopeDirections-item{color:#777;display:grid;font-size:12px;grid-template-rows:64px 36px;line-height:18px;row-gap:8px;text-align:center}.envelopeDirections-item img{margin:auto;max-width:64px}.envelopeDirections-itemText{white-space:pre-line}.envelopeTopBlock.expired .envelopeTopBlock-subtitle,.envelopeTopBlock.expired .envelopeTopBlock-title{color:#b7b7b7}.envelopeTopBlock.expired .envelopeTopBlock-points{color:#b7b7b7;font-weight:400;font-weight:700}.envelopeTopBlock.expired .envelopeTopBlock-points:before{background-image:url(./ico-point--gray.CwT7ymaW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:40px;margin-right:1px;width:40px}.envelopeTopBlock.expired .envelopeTopBlock-limit{color:#ff3d3d}.envelopeTopBlock.expired .envelopeDirections-title{background-color:#dfdfdf;color:#fff}.angpauRelatedProducts{margin-top:16px;position:relative}.angpauRelatedProductList-tabContent{margin-left:-16px;margin-right:-16px}.angpauRelatedProductList{min-height:calc(100vh - 320px)}.angpauRelatedProductList-tab{height:48px;position:sticky!important;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)));z-index:5}.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{background-color:#fff;content:"";display:block;height:100%;left:-16px;position:absolute;top:0;transition:background-color .3s;width:calc(100% + 32px)}.angpauRelatedProductList-products.gradient:before{background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;content:"";display:block;left:-16px;min-height:140px;position:absolute;top:-16px;width:calc(100% + 32px)}.angpauRelatedProductList-tabContent{padding-bottom:8px;padding-top:8px}.angpauRelatedProductList-tabContent .roundedBtns-container{padding-right:50px}.angpauTopPicks-button{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.angpauTopPicks{padding:0 16px}.angpauTopPicks-noProducts{align-items:center;background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 250px no-repeat;color:#949494;display:flex;justify-content:center;margin:0 -16px;min-height:250px}.angpauTopPicks-products{padding-top:16px;position:relative}.angpauTopPicks-products:before{background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;content:"";display:block;left:-16px;min-height:140px;position:absolute;top:0;width:calc(100% + 32px)}.angpauTopPicks-tab{background-color:#fff;margin:0 -16px;padding:8px 16px;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}.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{background-color:#fff;color:#1ec687;margin:16px auto;max-width:288px;width:-moz-fit-content;width:fit-content}.angpauTopPicks-button em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noticeBar{background-color:var(--bg-color);color:var(--text-color);-moz-column-gap:8px;column-gap:8px;cursor:pointer;display:grid;grid-template-columns:max-content 1fr max-content;padding:6px 8px}.noticeBar-icon{align-items:center;background-color:#fff;border-radius:28px;display:flex;height:28px;justify-content:center;margin:auto;width:28px}.noticeBar-icon.speakerOrange:after{background-image:url(./ico-speaker--orange.hIlHeEzK.svg)}.noticeBar-icon.speakerOrange:after,.noticeBar-icon.speakerRed:after{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:18px}.noticeBar-icon.speakerRed:after{background-image:url(./ico-speaker--red.DqEreJam.svg)}.noticeBar-text{align-items:center;display:flex;font-size:13px;font-weight:600;line-height:20px}.noticeBar-action{font-size:12px}.noticeBar-action,.noticeBar-more{align-items:center;display:flex}.noticeBar-more:after{background-image:url(./ico-arrow--rightBurntOrange.Js8NOAkN.svg);height:14px;width:14px}.noticeBar-closeIcon,.noticeBar-more:after{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block}.noticeBar-closeIcon{background-image:url(./ico-close--black.C0D_WCjI.svg);height:20px;width:20px}.envelope{padding-bottom:56px}.envelope-products{margin:0 16px}.envelope-noticeBar{max-width:750px;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)));width:100%;z-index:5}.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)))}.videoList-icon img,.videoList-icon:after,.videoList-icon:before{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.videoList{display:grid;position:relative;row-gap:33px}.videoList-item{display:grid;row-gap:11px}.videoList-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:50.725%;position:relative;width:auto}.videoList-icon:before{background-color:#0003;content:"";height:100%;width:100%}.videoList-icon:after{background-image:url(./ico-videoPlay--white.D3OC6aoN.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:56px;width:56px}.videoList-section{position:relative;width:calc(100% - 27px)}.videoList-title{color:#303030;font-size:16px;font-weight:500;line-height:1.2;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.videoList-description{color:#777;display:-webkit-box;font-size:12px;margin-bottom:10px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4;max-height:2.8em;white-space:normal}.videoList-info{color:#b7b7b7;-moz-column-gap:11px;column-gap:11px;display:grid;font-size:12px;grid-template-columns:max-content max-content;line-height:1.4}.videoList-count{align-items:center;display:flex}.videoList-count:before{background-image:url(./ico-viewcount.DFLUn_Iz.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:15px;margin-right:5px;width:15px}.videoList-icoLike{position:absolute;right:-22px;top:-3px}.albumItem{border-bottom:1px solid #f2f2f2;margin-bottom:25px;padding-bottom:28px}.albumItem:last-of-type{border:none;margin-bottom:0;padding-bottom:33px}.albumItem-top{margin-bottom:12px}.albumItem-link{align-items:center;display:flex;width:100%}.albumItem-coverImg{border-radius:100%;height:42px;margin-right:9px;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;width:42px}.albumItem-merchant{color:#b7b7b7;display:grid;font-size:12px;row-gap:6px}.albumItem-merchantTitle{color:#000;font-size:14px}.albumItem-merchantName,.albumItem-merchantTitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.albumItem-productList{-moz-column-gap:2%;column-gap:2%;display:grid;grid-template-columns:repeat(3,1fr)}.albumItem-product{color:#b7b7b7;display:grid;font-size:12px;row-gap:12px}.albumItem-text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.btnSeeMore{align-items:center;color:#b7b7b7;cursor:pointer;display:flex;font-size:12px;justify-content:center;line-height:24px;margin:30px auto 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btnSeeMore:after{background-image:url(./ico-arrow--downGrey.BnmT_o_N.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:18px}.mediaBlockList{border-bottom:1px solid #e6e6e6;margin:30px 16px 0;padding-bottom:36px}.channelPage-horizontalButtons{margin:15px 16px}.channelPage-noData{align-items:center;display:flex;justify-content:center;padding:50px 0}.shoppingLensNoResult-input[data-v-bd80ae52]{display:none}[data-v-a84a60fc]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.infiniteLiveCardList-content[data-v-a84a60fc]{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:1fr 1fr;padding:16px;row-gap:24px}.liveNowPage[data-v-03e55f30]{background:#fff}.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-repeat:no-repeat;background-size:126px 176px,225px 180px,100% 290px}.openingPage-pageHeader{color:#fff;margin:0 16px}.openingPage-pageHeaderHeading{font-size:22px;font-weight:600;line-height:30px}.openingPage-pageHeaderDescription{font-size:14px;line-height:20px;margin-top:4px}.partnerVideos-topicItem{margin-bottom:16px}.partnerArticles-topicItem{box-shadow:0 2px 12px -6px #00000026;margin-bottom:16px}.partnerMedia{background-color:#f5f5f5;padding:0 16px 16px;position:relative}.partnerMedia:before{background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;content:"";display:block;left:0;min-height:140px;position:absolute;top:-16px;width:100%}.partnerMedia-filter{display:block;overflow:hidden;padding-bottom:16px}.partnerPurchasedProducts{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.partnerPurchasedProducts::-webkit-scrollbar{display:none;width:0}.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}}[data-v-ba4408f3]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.partnerPopularProducts[data-v-ba4408f3]{margin:auto;position:relative;width:calc(100% - 32px)}.partnerPopularProducts[data-v-ba4408f3]:before{background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;content:"";display:block;left:-16px;min-height:140px;position:absolute;top:-16px;width:calc(100% + 32px)}.partnerProducts{background-color:#f5f5f5;border-radius:8px;padding-bottom:56px}.partnerProducts-title{background-color:#fff;color:#111;font-size:17px;font-weight:600;line-height:25px;padding:16px}.partnerProducts-filter{background-color:#fff;display:block;overflow:hidden;padding:0 16px 16px}.guessYouLikeProducts{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.guessYouLikeProducts::-webkit-scrollbar{display:none;width:0}.guessYouLikeProducts-productList{display:flex}.guessYouLikeProducts-productList>:not(:first-child){margin-left:8px}@media (min-width:750px){.guessYouLikeProducts-productList>:not(:first-child){margin-left:16px}}.guessYouLikeProducts-productItem{flex-shrink:0;width:134px}@media (max-width:374.98px){.guessYouLikeProducts-productItem{width:118px}}@media (min-width:750px){.guessYouLikeProducts-productItem{width:190px}}.newArrivalProducts{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.newArrivalProducts::-webkit-scrollbar{display:none;width:0}.newArrivalProducts-title{display:flex}.newArrivalProducts-title:before{background-image:url(./ico-new.BtzThDQt.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-right:4px;width:24px}.newArrivalProducts-tabContentSection{background-color:#fff;border-bottom:8px solid #f5f5f5;padding:16px}.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{display:none;width:0}.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;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)));z-index:5}.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{border-bottom:8px solid #f5f5f5;padding:16px}.partnerStores{background-color:#f5f5f5;margin:auto;padding:0 16px 16px;position:relative}.partnerStores:before{background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;content:"";display:block;left:0;min-height:140px;position:absolute;top:-16px;width:100%}.partnerStores-filter{display:block;overflow:hidden;padding-bottom:16px}[data-v-f2493b1c]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.liveNotice-cover[data-v-f2493b1c]:after,.liveNotice-image[data-v-f2493b1c],.liveNotice-img[data-v-f2493b1c]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.liveNotice[data-v-f2493b1c]{cursor:pointer;width:100%}.liveNotice-top[data-v-f2493b1c]{border-radius:8px;height:100%}.liveNotice-cover[data-v-f2493b1c],.liveNotice-top[data-v-f2493b1c]{overflow:hidden;position:relative;width:100%}.liveNotice-cover[data-v-f2493b1c]{color:#fff;display:block;height:0;padding-bottom:133.335%;z-index:3}.liveNotice-cover[data-v-f2493b1c]:after{background:#00000080;content:"";z-index:2}.liveNotice-image[data-v-f2493b1c]{z-index:1}.liveNotice-img[data-v-f2493b1c]{height:100%;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}.liveNotice-time[data-v-f2493b1c]{color:#fff;display:grid;font-size:13px;font-weight:600;justify-items:center;line-height:20px;margin:calc(70% - 32px) auto auto;position:relative;row-gap:2px;z-index:3}.liveNotice-timeText[data-v-f2493b1c]{font-size:24px;line-height:29px}.liveNotice-actionTools[data-v-f2493b1c]{align-items:center;bottom:0;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:1fr 32px;margin:0 12px 12px;position:absolute;width:calc(100% - 24px);z-index:3}.liveNotice-button[data-v-f2493b1c]{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#fff3;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:400;height:32px;justify-content:center;line-height:18px;padding:0 11px;position:relative;width:100%}.liveNotice-button[data-v-f2493b1c]:before{background-image:url(./ico-bell--white.As7mgZX1.svg)}.liveNotice-button.supportAddFriend[data-v-f2493b1c]:before,.liveNotice-button[data-v-f2493b1c]:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}.liveNotice-button.supportAddFriend[data-v-f2493b1c]:before{background-image:url(./ico-addFriend--white.CY1b6Y3V.svg)}.liveNotice-button.loading[data-v-f2493b1c]:before{background-image:url(./ico-loading--white.5G4YHqfR.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}.liveNotice-button.clicked[data-v-f2493b1c]{background-color:#c8c8c8;cursor:none}.liveNotice-btnFavorite[data-v-f2493b1c]{background-color:transparent;border-radius:32px;margin-left:6px;position:relative}.liveNotice-btnFavorite[data-v-f2493b1c]:after{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#fff3;border-radius:4px;height:32px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px;z-index:-1}.liveNotice-title[data-v-f2493b1c]{display:-webkit-box;font-size:13px;overflow:hidden;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2;max-height:2.4em;white-space:normal}.liveNotice-detail[data-v-f2493b1c]{display:grid;padding-top:8px;row-gap:6px}.partnerLiveBroadcastList-tabContentSection{background:#fff;padding:16px}.partnerLiveBroadcastList-list{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:1fr 1fr;row-gap:24px}.partnerLiveBroadcastList-list .infiniteScrollWrapper-loading{display:inline-grid;grid-column-end:3;grid-column-start:1}.partnerLiveProduct{background-color:#fff;cursor:pointer;margin-bottom:16px;position:relative}.partnerLiveProduct-point{align-items:center;color:#06c755;display:flex;font-size:12px;line-height:14px}.partnerLiveProduct-point:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-right:1px;width:14px}.partnerLiveProduct-image{border:1px solid hsla(0,0%,100%,.1);border-radius:4px;display:block;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.partnerLiveProduct-lensBtn{bottom:8px;position:absolute;right:8px;z-index:3}.partnerLiveProduct-info{margin:8px 8px 0;position:relative}.partnerLiveProduct-infoTop{margin-bottom:2px;padding-top:4px;position:relative;width:100%}.partnerLiveProduct-priceSet{display:block;margin-top:-2px;width:100%}.partnerLiveProduct-liveBadge{background-color:#ff5b57;border-radius:2px;color:#fff;display:inline-block;font-size:12px;line-height:16px;margin-bottom:2px;margin-right:4px;margin-top:4px;padding:0 4px;position:relative;white-space:nowrap;width:-moz-fit-content;width:fit-content}.partnerLiveProduct-price{color:#ff5b57;font-size:15px;font-weight:600;line-height:18px}.partnerLiveProduct-btnFavorite{position:absolute!important;right:0;top:0}.partnerLiveProduct-mainText{color:#555;display:-webkit-box;font-size:13px;font-weight:600;margin-bottom:2px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.6;max-height:3.2em;white-space:normal;word-break:break-all}.partnerLiveProducts{border-bottom:8px solid #f5f5f5;padding-bottom:16px}.partnerLiveProducts-title{background-color:#fff;color:#111;font-size:17px;font-weight:600;line-height:25px;padding:16px}.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;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)));z-index:5}.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)))}.partnerTab-menu{background-color:#fff;padding:0 5%;width:100%}.partnerTab-menu.sticky{position:sticky!important;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)));z-index:5}.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}.partnerKeywords{overflow:hidden;position:relative}.partnerKeywords.minHeightLimit{height:44px}.partnerKeywords.maxHeightLimit{max-height:132px}.partnerKeywords-list{display:flex;flex-wrap:wrap;max-width:calc(100% - 32px)}.partnerKeywords-list.onlyListWidth{max-width:calc(100% - 2px)}.partnerKeywords-expandBtn{background-color:#f5f5f5;border-radius:24px;cursor:pointer;height:24px;position:absolute;right:0;top:6px;width:24px}.partnerKeywords-iconArrow{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;position:absolute;right:3px;top:3px;width:18px;z-index:2}@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}.partnerInfo{display:grid;row-gap:8px}.partnerInfo-profile{display:flex;position:relative}.partnerInfo-avatarImage{border-radius:4px;filter:brightness(97%);height:46px;margin-right:10px;overflow:hidden;width:46px}.partnerInfo-info{display:grid;flex:1;row-gap:5px;width:calc(100% - 87px)}.partnerInfo-title{display:-webkit-box;font-size:15px;font-weight:600;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.467;max-height:2.934em;white-space:normal}.partnerInfo-badge{background-image:url(./badge-direct.-_MmXx0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin:0 4px;position:relative;top:3px;width:30px}.partnerInfo-serviceBadge{left:-3px;position:absolute;top:-8px;z-index:1}.partnerInfo-offer{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex}.partnerInfo-offerPoint{align-items:center;color:#07b53b;display:flex;font-size:12px;font-weight:400}.partnerInfo-offerPoint:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.partnerInfo-offerDetail{color:#07b53b;font-size:12px;font-weight:400}.partnerInfo-linkButton{background-color:#1ec687;border-radius:9999px;color:#fff;font-size:12px;padding:3px 5px}.partnerDescription,.partnerDescription--active{color:#949494;position:relative}.partnerDescription-text{font-size:13px;line-height:20px;max-height:40px;max-width:calc(100% - 34px);overflow:hidden}.partnerDescription-button{align-items:center;background:#fff;bottom:2px;cursor:pointer;display:flex;font-size:12px;line-height:18px;position:absolute;right:0;z-index:1}.partnerDescription-button em{color:#5b82db;font-weight:500}.partnerDescription-buttonIcon{background-image:url(./ico-arrow--downBlack.D30OJTWQ.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.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{background-color:#f5f5f5;border-radius:24px;cursor:pointer;height:24px;position:absolute;right:0;top:6px;width:24px}.partnerDescription-iconArrow{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;position:absolute;right:3px;top:3px;width:18px;z-index:2}@keyframes partnerDescription-arrow-rotateUp{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes partnerDescription-arrow-rotateDown{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.partnerDescription-iconArrow--up{animation-name:partnerDescription-arrow-rotateUp}.partnerDescription-iconArrow--down{animation-name:partnerDescription-arrow-rotateDown}.partnerReward{background-color:#fff}.partnerReward-icon{flex-shrink:0;margin-right:4px}.partnerReward-icon--discountCode{background-image:url(./ico-couponStarGrey.CfH0Hde7.svg)}.partnerReward-icon--discountCode,.partnerReward-icon--mission{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.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{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.partnerReward-icon--angpau{background-image:url(./ico-angpauGrey.BK1Vsv2s.svg)}.partnerReward-item{align-items:center;cursor:pointer;display:flex;height:48px;padding:0 12px;width:100%}.partnerReward-name{align-items:flex-start;color:#949494;display:flex;flex-shrink:0;font-size:13px;margin-right:10px}.partnerReward-name:after{background-color:#d8d8d8;content:"";display:block;height:16px;margin-left:10px;width:1px}.partnerReward-description{color:#111;font-size:13px;white-space:nowrap}.partnerReward-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.partnerReward-point{align-items:center;color:#07b53b;display:flex;display:inline-flex;flex-shrink:0;font-weight:400;margin-left:4px;position:relative;top:1px}.partnerReward-point:before{background-image:url(./ico-point--green.C6QozQX8.svg);flex-shrink:0;height:12px;margin-right:1px;width:12px}.partnerReward-badge,.partnerReward-point:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block}.partnerReward-badge{background-image:url(./badge-orderMerchant.0NxF45R-.svg);height:18px;margin:0 1px 0 -2px;position:relative;top:4.5px;width:59px}.partnerReward-missionCountWrapper{align-items:center;display:flex;margin-left:auto;padding-left:10px}.partnerReward-missionCountWrapper.arrow:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-left:2px;width:14px}.partnerReward-missionCount{align-items:center;background-color:#1ec687;border-radius:16px;color:#fff;display:flex;font-size:12px;justify-content:center;padding:0 4px}.partnerEventsBanner{align-items:center;background-image:url(./partnerBanner-bg.DCUR717B.jpg);background-size:cover;cursor:pointer;display:flex;height:54px;padding:16px}.partnerEventsBanner-title{color:#179968;font-size:16px;font-weight:700;min-width:64px}.partnerEventsBanner-description{color:#777;font-size:13px;line-height:1;margin-left:9px}@media (max-width:374.98px){.partnerEventsBanner-description{display:none}}.partnerEventsBanner-button{align-items:center;background-image:url(./partnerBanner-badgebg.2z0NL28F.png);background-position:50%;background-repeat:no-repeat;background-size:contain;color:#fff;display:flex;font-size:12px;font-weight:700;line-height:21px;margin-left:auto;min-width:74px;padding:0 0 0 9px}.partnerEventsBanner-button:after{background-image:url(./ico-arrow--right.CNWSdj0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.promotionMerchantHeader{align-items:center;background-color:#fff;border-bottom:8px solid #f5f5f5;display:grid;grid-template-columns:max-content 1fr max-content;padding:16px;position:relative;z-index:1}.promotionMerchantHeader-serviceBadge{left:13px;position:absolute;top:8px;z-index:1}.promotionMerchantHeader-img{border-radius:4px;flex-shrink:0;height:50px;margin-right:12px;overflow:hidden;width:50px}.promotionMerchantHeader-topicBlock{display:flex;flex-wrap:wrap}.promotionMerchantHeader-title{font-size:15px;font-weight:500;line-height:21px;margin-bottom:7px;width:100%}.promotionMerchantHeader-status{align-items:center;display:flex}.promotionMerchantHeader-point{align-items:center;display:inline-flex;margin-right:3px}.promotionMerchantHeader-badge{background-image:url(./badge-plus.rOmrGpQh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-left:5px;width:48px}.promotionMerchantHeader-btnFavorite{position:relative}.promotionMerchantHeader-btnFavoriteIcon{top:-12px}.merchantMissions{padding:16px;width:100%}.merchantMissions-list{display:grid;row-gap:20px}.merchantMissions-item{align-items:center;display:flex;position:relative}.merchantMissions-image{align-self:start;border-radius:4px;display:flex;filter:brightness(97%);flex-shrink:0;height:32px;margin-right:10px;overflow:hidden;position:relative;width:32px}.merchantMissions-info{flex-grow:1;margin-right:10px}.merchantMissions-content,.merchantMissions-info{display:grid;row-gap:2px}.merchantMissions-title{color:#555;display:-webkit-box;font-size:15px;font-weight:600;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.merchantMissions-description{font-size:13px}.merchantMissions-description,.merchantMissions-footer{color:#949494;display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal}.merchantMissions-footer{font-size:12px;height:20px;margin-top:6px}.merchantMissions-points{align-items:center;color:#07b53b;display:inline-flex;font-weight:400;line-height:1;margin-right:8px;position:relative;top:3px}.merchantMissions-points:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.merchantMissions-button{align-items:center;background-color:#f5f5f5;border-radius:12px;color:#1ec687;display:grid;font-size:13px;font-weight:500;height:24px;margin-left:auto;padding:0 12px;white-space:nowrap;width:-moz-fit-content;width:fit-content}.card-header{align-items:center;background-color:#1ec687;background-position:100%;background-size:auto 100%;border-radius:8px 8px 0 0;color:#fff;display:flex;font-size:17px;font-weight:500;padding:17px 16px}.promotionMissions-filter{padding:8px 16px}.promotionMissions-showMore{padding:16px}.promotionMissions-campaignsPageBanner{align-items:center;background-color:#e5f4ee;display:flex;height:60px;justify-content:space-between;padding:16px}.promotionMissions-campaignsPageBanner-title{color:#179968;font-size:15px;height:18px;line-height:18px}.promotionMissions-campaignsPageBanner-button{align-items:center;background-color:#1ec687;border-radius:22px;color:#fff;display:grid;font-size:13px;font-weight:500;height:22px;line-height:16px;padding:3px 9px}.promotionRedEnvelope{border:1px solid #efefef;border-radius:8px}.promotionRedEnvelope-timer{align-items:center;border-radius:0 0 8px 8px;border-top:1px solid #efefef;color:#949494;-moz-column-gap:2px;column-gap:2px;display:flex;font-size:12px;line-height:16px;padding:8px 12px}.promotionRedEnvelope-timer:before{background-image:url(./ico-clock--grey.D8I85HsK.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.promotionRedEnvelopeList{position:relative}.promotionRedEnvelopeList-flip-list-move{transition:transform .3s ease}.promotionRedEnvelopeList-header{align-items:center;background-image:url(./img-angpauTitle.Cy9-l5tb.svg),linear-gradient(140.07deg,#ff6961,#f00e3b 103.63%);background-position:100%;background-repeat:no-repeat;background-size:auto 100%;border-radius:8px 8px 0 0;color:#fff;display:flex;font-size:17px;font-weight:500;height:48px;padding:0 16px}.promotionRedEnvelopeList-tipIcon{background-image:url(./ico-tipWhite.BvHyy3rj.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;flex-shrink:0;height:14px;margin-left:4px;width:14px}.promotionRedEnvelopeList-tooltip{left:-8px;position:relative}.promotionRedEnvelopeList-angpauAlert{background-color:#ffe9e4;color:#ff5b57;font-size:12px;padding:12px 16px}.promotionRedEnvelopeList-list{background-color:#fff;border-radius:0 0 8px 8px;display:grid;padding:16px;row-gap:16px}.promotionDiscountCodesAndCampaigns-card{margin:16px}.promotionDiscountCodesAndCampaigns-cardContent{display:block;position:relative}.promotionDiscountCodesAndCampaigns-cardContent-grid{display:grid;grid-template-columns:100%;row-gap:8px;width:calc(100% - 85px)}.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{background-image:url(./badge-exclusive.Cxe8J-et.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:4px;width:28px}.promotionDiscountCodesAndCampaigns-cardContent-title{align-items:center;color:#111;display:flex;font-size:15px;font-weight:500;line-height:16px}.promotionDiscountCodesAndCampaigns-cardContent-subTitle{color:#ff5b57;font-size:12px;line-height:1.5;margin-bottom:2px}.promotionDiscountCodesAndCampaigns-cardContent-subInfo{color:#949494;font-size:13px;line-height:20px}.promotionDiscountCodesAndCampaigns-cardContent-rewardLink{align-items:center;border-bottom:1px solid #5b82db;color:#5b82db;display:inline-flex;line-height:1.2;margin-right:5px}.promotionDiscountCodesAndCampaigns-cardContent-pointAmount{align-items:center;color:#07b53b;display:flex;font-size:14px;font-weight:400;margin-bottom:4px;margin-left:1px}.promotionDiscountCodesAndCampaigns-cardContent-pointAmount:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.promotionDiscountCodesAndCampaigns-cardContent-button{align-items:center;background-image:linear-gradient(90deg,#fe8c68 0,#ff0f3e);border-radius:12px;bottom:0;color:#fff;display:flex;font-size:13px;font-weight:500;height:24px;margin:auto;padding:0 12px;position:absolute;right:0;top:0}.promotionDiscountCodesAndCampaigns-cardContent-content{align-items:center;color:#949494;display:flex;font-size:13px;line-height:18px}.promotionDiscountCodesAndCampaigns-cardContent-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promotionDiscountCodesAndCampaigns-cardContent-ellipsis.twoLine{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2;max-height:2.4em;white-space:normal}.promotionDiscountCodesAndCampaigns-cardContent-ellipsis.wide{width:calc(100% - 76px)}.promotionDiscountCodesAndCampaigns-cardContent-point{align-items:center;display:flex;margin-left:3px}.promotionDiscountCodesAndCampaigns-cardContent-rightAlignedButton{bottom:0;margin:auto;position:absolute;right:0;top:0}.promotionDiscountCodesAndCampaigns-cardContent-rightAlignedButton.ui-button{background-color:#f5f5f5;color:#1ec687}.promotionDiscountCodesAndCampaigns-cardContent-timer{align-items:center;color:#777;display:flex;font-size:12px;line-height:16px}.promotionDiscountCodesAndCampaigns-cardContent-timer .icon-clock{background-image:url(./ico-clock--grey.D8I85HsK.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.promotionDiscountCodesAndCampaigns-cardContent-orderComplete{color:#ff5b57;font-size:12px;line-height:16px}.promotionDiscountCodesAndCampaigns-cardContent-more{align-items:center;background-color:#f5f5f5;border:none;border-radius:18px;color:#1ec687;display:flex;font-size:15px;font-weight:500;height:36px;justify-content:center;margin-top:16px;width:100%}.promotionDiscountCodesAndCampaigns-cardContent-more .icon{background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.messagesExordium{background-color:#fff;border-radius:8px;display:grid;padding:16px;row-gap:16px;width:100%}.messagesExordium-title{font-size:15px;font-weight:600;line-height:22px}.messagesExordium-list{display:grid;row-gap:12px}.messagesExordium-item{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:20px 1fr}.messagesExordium-item:before{content:"";margin:auto}.messagesExordium-itemTitle{align-items:center;color:#555;display:flex;font-size:13px;font-weight:600;line-height:20px}.messagesExordium-itemTitle.new:before{background-image:url(./badge-new--red.61P5GJOr.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:4px;width:35px}.messagesExordium-itemDescription{color:#949494;font-size:12px;grid-column-end:3;grid-column-start:2;line-height:18px}.messagesExordium.reminder .messagesExordium-title{color:#1ec687}.messagesExordium.reminder .messagesExordium-item:before{background-image:url(./ico-exclamation-green.C22jQFzh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.messagesExordium.warning .messagesExordium-title{color:#fe3f3e}.messagesExordium.warning .messagesExordium-item:before{background-image:url(./ico-prohibit--red.CNuTxqNd.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.rewardSchedule-arrow:before{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.rewardSchedule>:not(:first-child){margin-top:12px}.rewardSchedule-content{display:grid;grid-template-columns:1fr 12px 1fr}.rewardSchedule-box{border:1px solid #efefef;border-radius:8px;box-sizing:border-box;color:#949494;display:grid;font-size:12px;justify-items:center;line-height:18px;padding:12px;row-gap:4px;white-space:nowrap}.rewardSchedule-text{color:#555;font-size:13px;font-weight:600;line-height:16px}.rewardSchedule-arrow{position:relative;width:12px}.rewardSchedule-arrow:before{border-color:transparent transparent transparent #b7b7b7;border-style:solid;border-width:3px 0 3px 4px;content:"";height:0;width:0}.rewardSchedule-info{color:#949494;font-size:12px;line-height:18px}.rewardSchedule-infoItem{display:grid;grid-template-columns:15px 1fr;position:relative}.rewardSchedule-infoItem:before{background-color:#949494;border-radius:3px;content:"";display:block;height:3px;margin:7px 6px;width:3px}.rewardDetail{background-color:#fff;border-radius:8px;display:block;padding:20px 16px;width:100%}.rewardDetail,.rewardDetail-schedule{margin-bottom:16px}.rewardDetail-info{margin-bottom:24px}.rewardDetail-info:last-child{margin-bottom:0}.rewardDetail-title{color:#111;font-size:16px;font-weight:600;line-height:1.2;margin-bottom:13px}.rewardDetail-list{display:grid;grid-template-columns:24px 1fr;margin-top:8px}.rewardDetail-list:before{background-color:#c8c8c8;border-radius:1px;content:"";display:inline-block;height:4px;left:8px;position:relative;top:10px;width:4px}.rewardDetail-listBox{color:#777;line-height:1.5;row-gap:4px}.rewardDetail-listName{color:#555;display:-webkit-box;font-size:15px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.rewardDetail-listDescription{font-size:13px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewardDetail-listLink{align-items:center;color:#5b82db;display:flex;font-size:12px;line-height:20px}.rewardDetail-listLink:after{background-image:url(./ico-linkBlue.C87-I3wW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.rewardDetail-listPointInfo{display:flex}.rewardDetail-appOnlyPoints,.rewardDetail-listNoPoints,.rewardDetail-listPoints{align-items:center;color:#07b53b;display:flex;font-size:12px;font-weight:400;height:21px}.rewardDetail-appOnlyPoints:before,.rewardDetail-listNoPoints:before,.rewardDetail-listPoints:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.rewardDetail--separator:after{background-color:#efefef;content:"";display:inline;height:14px;margin:2px 8px;position:relative;width:1px}.rewardDetail-appOnly{align-items:center;color:#777;display:flex;font-size:12px}.rewardDetail-appOnlyPoints{margin-left:4px}.rewardDetail-listNoPoints{color:#b7b7b7;font-weight:400}.rewardDetail-listNoPoints:before{background-image:url(./ico-point--gray.CwT7ymaW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:1px;width:16px}.dailyDiscountContent{padding-bottom:50%}.dailyDiscountContent-card{margin:16px}.superCheapProductList{min-height:100vh}.superCheapProductList-filter{background:#fff}.superCheapProductList-productList{margin-top:16px}.superCheapProductList-loading,.superCheapProductList-noProduct{margin-top:32px}.superCheapProductList-noProduct{color:#949494;font-size:13px;line-height:20px;text-align:center}.promotionTabMenu{padding:15px 0;position:relative;z-index:1}.promotionTabMenu:after{background:linear-gradient(180deg,#fff,#fff 15.52%,#fff0 96.99%);content:"";position:absolute;top:100%;width:100%}.promotionTabMenu--transitioning .promotionTabMenu-item--active:after{visibility:hidden}.promotionTabMenu-activeFlag{background-color:#1ec687;border-radius:3px;bottom:0;display:block;height:3px;position:absolute;transition:transform .3s;width:100%}.promotionTabMenu-list{display:flex;justify-content:space-around;width:100%}.promotionTabMenu-item,.promotionTabMenu-item--active{color:#949494;cursor:pointer;display:flex;font-size:15px;font-weight:600;height:18px;position:relative}.promotionTabMenu-item--active{color:#1ec687}.promotionTabMenu-item--active:after{background-color:#1ec687;border-radius:3px;bottom:calc(3px - 100%);content:"";display:block;height:3px;position:absolute;width:100%}.promotionTabMenu-arrow{bottom:auto;left:50%;position:absolute;right:50%;top:-25px}.promotionTabMenu-arrow:before{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(0,0,0,.7);bottom:-6px;content:"";height:6px;left:calc(50% - 6px);position:absolute;width:12px}.promotionTabMenu-badge{background-color:#8250ff;border-radius:2px;color:#fff;font-size:12px;line-height:17px;margin-left:4px;padding:0 6px}.promotionTabsContainer{background:#fff;top:0;z-index:9}.promotionTabsContainer:not(.promotionTabsContainer--disableSticky){position:sticky}.promotionTabsContainer-tabList{background:#fff;margin-top:8px;width:100%}.promotionTabsContainer-expandableTabList{width:100%}.promotionTabsContainer-expandableTabList .expandableTabMenu-menu{padding-left:16px}.promotionRewardCountdown-timeLimitBadge{align-items:center;background-color:#1ec6871a;border-radius:2px;color:#1ec687;display:flex;font-size:12px;font-weight:600;height:16px;position:relative;width:-moz-fit-content;width:fit-content}.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}}[data-v-c0f9a360]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.partnerPopularProducts[data-v-c0f9a360]{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.partnerPopularProducts[data-v-c0f9a360]::-webkit-scrollbar{display:none;width:0}.partnerPopularProducts-tabContentSection[data-v-c0f9a360]{background-color:#fff;border-bottom:8px solid #f5f5f5}.partnerPopularProducts-tabContentSection[data-v-c0f9a360]:last-child{border-bottom:0}.partnerPopularProducts-tabContentSection--shopTopSell[data-v-c0f9a360]{display:flex;padding:16px 16px 0}.partnerPopularProducts-tabContentSection--shopTopSell[data-v-c0f9a360]:before{background-image:url(./ico-fire.DUEfKXq5.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-right:4px;width:24px}.partnerPopularProducts-productList[data-v-c0f9a360]{display:flex;padding:0 16px}.partnerPopularProducts-productList[data-v-c0f9a360]>:not(:first-child){margin-left:8px}@media (min-width:750px){.partnerPopularProducts-productList[data-v-c0f9a360]>:not(:first-child){margin-left:16px}}.partnerPopularProducts-productItem[data-v-c0f9a360]{flex-shrink:0;width:134px}@media (max-width:374.98px){.partnerPopularProducts-productItem[data-v-c0f9a360]{width:118px}}@media (min-width:750px){.partnerPopularProducts-productItem[data-v-c0f9a360]{width:190px}}[data-v-8b8aa15b]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.logo[data-v-8b8aa15b]{background-image:url(./img-logo--white.ws-OQZLF.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-top:32px;width:91px}.slogan[data-v-8b8aa15b]{margin-top:8px}footer[data-v-8b8aa15b]{background-color:#27292b;color:#b7b7b7;height:120px;text-align:center}.tipIcon{background-image:url(./ico-tipWhite.BvHyy3rj.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;flex-shrink:0;height:14px;margin-left:4px;width:14px}.promotionMerchantPanel{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.promotionMerchantPanel::-webkit-scrollbar{display:none;width:0}.promotionMerchantPanel-tabContentWrapper{background-image:linear-gradient(#fff 50px,#f5f5f5 100px);min-height:100vh;overflow:hidden;position:relative;z-index:2}.promotionMerchantPanel-tabContentSection{background-color:#fff;border-bottom:8px solid #f5f5f5;padding:16px}.promotionMerchantPanel-tabContentSection:first-child{padding-top:0}.promotionMerchantPanel-tabContentSection:last-child{border-bottom:0}.bottomPopupWrapper,.bottomPopupWrapper-body{left:0;position:fixed;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{margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.bottomPopupWrapper-body{width:749px}}.bottomPopupWrapper{background-color:#00000080;z-index:10}.btnSocialShareSelector-icon{height:24px;width:24px}.btnSocialShareSelector-icon,.btnSocialShareSelector-icon--partner{background-image:url(./ico-share.C3pSXDao.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block}.btnSocialShareSelector-icon--partner{height:32px;width:32px}[data-v-6443b356]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.bottombarTools[data-v-6443b356]{left:0;position:fixed;right:0}@media screen and (min-width:790px){.bottombarTools[data-v-6443b356]{left:calc(100vw - 100%)}}.bottombarTools[data-v-6443b356]{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.bottombarTools[data-v-6443b356]{width:749px}}.bottombarTools[data-v-6443b356]{align-items:center;background-color:#fff;box-shadow:0 2px 35px #00000014;display:flex;justify-content:space-around;min-height:56px;padding:5px 16px 4px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:6}.bottombarTools-item--block1[data-v-6443b356]{width:72px}.bottombarTools-item--block2[data-v-6443b356]{margin-left:10px;transition-duration:.5s;width:100%}.bottombarTools-link[data-v-6443b356]{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.bottombarTools-text[data-v-6443b356]{color:#777;display:flex;font-size:bold;font-size:12px;line-height:1;margin-top:3px;white-space:nowrap}.bottombarTools-iconAddFriend[data-v-6443b356]{background-image:url(./ico-addFriend.Ums4xyGk.svg)}.bottombarTools-iconAddFriend[data-v-6443b356],.bottombarTools-iconSettingPriceAlert[data-v-6443b356]{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.bottombarTools-iconSettingPriceAlert[data-v-6443b356]{background-image:url(./ico-settingPriceAlertBell--grey.8YI4mhGV.svg)}.bottombarTools-iconEditPriceAlert[data-v-6443b356]{background-image:url(./ico-editPriceAlertBell--green.yx0w76OW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.bottombarTools-editPriceAlertText[data-v-6443b356]{color:#1ec687}.inShopStoreNotice{background-color:#fceee7;color:#ff6f36;-moz-column-gap:8px;column-gap:8px;cursor:pointer;display:grid;grid-template-columns:max-content 1fr max-content;padding:6px 8px}.inShopStoreNotice-icon{align-items:center;background-color:#fff;border-radius:28px;display:flex;height:28px;justify-content:center;margin:auto;width:28px}.inShopStoreNotice-icon:after{background-image:url(./ico-speaker--orange.hIlHeEzK.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:18px}.inShopStoreNotice-text{align-items:center;display:flex;font-size:13px;font-weight:600;line-height:20px}.inShopStoreNotice-adorn{align-items:center;display:flex;font-size:12px}.inShopStoreNotice-adorn:after{background-image:url(./ico-arrow--rightBurntOrange.Js8NOAkN.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.partnerBelt{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:16px;text-align:center;width:100%}.partnerBelt-title{color:#111;font-size:17px;font-weight:600;line-height:25px}.partnerBelt-image{display:flex;margin:auto;max-width:480px;width:100%}.partnerBelt-description{align-items:center;color:#fe3f3e;display:flex;font-size:13px;font-weight:600;line-height:16px;margin:auto}.partnerBelt-description:before{background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-right:4px;width:18px}.partnerBelt-more{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#1ec687;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;width:100%}.partnerBelt-more:after{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.inShopStoreEntrance{align-items:center;border:1px solid #efefef;border-radius:36px;color:#1ec687;cursor:pointer;display:flex;font-size:13px;font-weight:500;height:36px;padding:6px 6px 6px 11px;width:100%}.inShopStoreEntrance:before{background-image:url(./ico-glassLightGrey.-DAS7AxU.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:24px;margin-right:4px;width:24px}.inShopStoreEntrance-text{flex-shrink:0}.inShopStoreEntrance-circleSet{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,16px));margin-left:4px;position:relative;width:100%;z-index:1}.inShopStoreEntrance-image{border:1px solid #fff;border-radius:22px;display:inline-flex;filter:brightness(97%);height:22px;overflow:hidden;position:relative;width:22px}.inShopStoreEntrance-button{align-items:center;background-color:#1ec687;border-radius:24px;color:#fff;display:flex;flex-shrink:0;height:24px;justify-content:center;margin-left:auto;padding:0 9px}.inShopStoreCollection-productImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.inShopStoreCollection{width:100%}.inShopStoreCollection-swiper{left:-16px;position:relative;width:calc(100% + 32px)}.inShopStoreCollection-pagination{margin:16px auto}.inShopStoreCollection-item{-moz-column-gap:12px;column-gap:12px;display:inline-grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);row-gap:12px;width:100%}.inShopStoreCollection-subItem{border:1px solid #efefef;border-radius:8px;overflow:hidden}.inShopStoreCollection-subItemTop{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:56px 1fr;padding:8px}.inShopStoreCollection-image{border-radius:4px;filter:brightness(97%);overflow:hidden;position:relative}.inShopStoreCollection-shop{border:1px solid #fff;border-radius:20px;bottom:4px;filter:brightness(97%);height:20px;overflow:hidden;position:absolute;right:4px;width:20px}.inShopStoreCollection-info{display:grid;margin:auto 0;row-gap:2px}.inShopStoreCollection-name{color:#555;display:-webkit-box;font-size:13px;font-weight:600;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.inShopStoreCollection-points{align-items:center;color:#07b53b;-moz-column-gap:2px;column-gap:2px;display:grid;font-size:12px;grid-template-columns:12px 1fr;line-height:14px}.inShopStoreCollection-points:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;width:12px}.inShopStoreCollection-products{-moz-column-gap:2px;column-gap:2px;display:grid;grid-template-columns:repeat(3,1fr);row-gap:2px}.inShopStoreCollection-productImage{background-color:#00000008;border-radius:0;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:100%;position:relative;z-index:1}.inShopStoreCollection-productImage:first-child{grid-column-end:3;grid-column-start:1;grid-row-end:3;grid-row-start:1}.inShopStoreCollection-productImage:nth-child(2){grid-column-end:4;grid-column-start:3;grid-row-end:2;grid-row-end:3;grid-row-start:1;grid-row-start:2}.inShopStoreCollection-productImage:nth-child(n+4){display:none}.inShopStoreCollection-more{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#1ec687;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;margin-top:16px;width:100%}.inShopStoreCollection-more:after{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.partnerPage-count{left:0;position:fixed;right:0}@media screen and (min-width:790px){.partnerPage-count{left:calc(100vw - 100%)}}.partnerPage-count{margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.partnerPage-count{width:749px}}.partnerPage-slideBanner{margin-left:-16px;margin-right:-16px}.partnerPage-roundedButton{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.partnerPage-wrap--countBottomBar{padding-bottom:56px}.partnerPage-wrap--fixedBottomButtonsolid{padding-bottom:89px}.partnerPage-top{background-color:#fff;border-bottom:8px solid #f5f5f5;display:grid;padding:16px 16px 8px;row-gap:8px}.partnerPage-inShopStoreEntrance{margin-bottom:8px}.partnerPage-primaryImage{filter:brightness(97%);height:0;padding-bottom:26.1333333333%}.partnerPage-search{align-items:center;border:1px solid #efefef;border-radius:36px;color:#b7b7b7;display:flex;font-size:14px;font-weight:500;height:36px}.partnerPage-search:before{background-image:url(./ico-glassLightGrey.-DAS7AxU.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-left:11px;margin-right:10px;width:24px}.partnerPage-count{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#121212cc;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)));color:#dfdfdf;display:flex;font-size:13px;font-weight:700;height:35px;justify-content:center;z-index:6}.partnerPage-countNumber{background:#000;border-radius:2px;color:#fff;display:inline-block;line-height:13px;margin:0 2px;padding:0 3px}.partnerPage-tab{background-color:#fff;border-radius:8px 8px 0 0}.partnerPage-box{background-color:#fff;border-bottom:8px solid #f5f5f5;padding:16px}.partnerPage-reward{border:1px solid #e5f4ee;border-radius:8px;overflow:hidden}.partnerPage-roundedButton{width:100%}.partnerPage-roundedButtonPointIcon{background-image:url(./ico-point--white.DiQtpN6g.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin:0 5px;width:16px}.termSwitchButton-title{background:#fff;color:#303030;display:block;font-size:15px;font-weight:600;padding:18px 15px;position:relative}.termSwitchButton-switchButton{background-color:#f5f5f5;border-radius:12px;cursor:pointer;display:inline-block;height:22px;position:absolute;right:16px;top:15px;width:38px}.termSwitchButton-switchButton:before{background-color:#fff;border-radius:10px;box-shadow:0 2px 4px #12121226;content:"";display:block;height:20px;position:absolute;top:1px;width:20px}.termSwitchButton-switchButton.off:before{left:0}.termSwitchButton-switchButton.on{background-color:#1ec687}.termSwitchButton-switchButton.on:before{right:0}.termSwitchButton-info{margin:16px}.termSwitchButton-infoItem{color:#777;display:block;font-weight:400;line-height:20px;position:relative}.termSwitchButton-infoItem.showNumbers{padding-left:15px}.termSwitchButton-itemNumbers{display:inline-block;left:2px;position:absolute}.termLink-title{align-items:center;background:#fff;color:#303030;display:flex;font-size:15px;font-weight:600;line-height:22px;padding:18px 15px}.termLink-title:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-left:auto;width:16px}.termLink-info{margin:16px}.termLink-infoItem{color:#777;display:block;font-weight:400;line-height:20px;position:relative}.privacyPage{display:grid;height:-moz-fit-content;height:fit-content;padding-top:8px;row-gap:2px}.privacyPage-item{font-size:13px}.privacyPage-link{color:#638dff;font-size:500;text-decoration:underline}.productInfo-img>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.productInfo-roundedButton,.productInfo-roundedButton--soldOut{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.productInfo-intro{background:#fff;-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:max-content 1fr;padding:16px;position:relative}.productInfo-image{height:104px;width:104px}.productInfo-image,.productInfo-img{border-radius:4px;overflow:hidden;position:relative}.productInfo-img{background-color:#00000008;background-color:#fff;filter:brightness(97%);height:100%;transition:width .2s ease-in-out,height .2s ease-in-out;width:100%}.productInfo-soldOut{align-items:center;background-color:#0000004d;color:#fff;display:flex;font-size:15px;font-weight:600;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1}.productInfo-content{display:flex;flex:1;flex-direction:column}.productInfo-favoriteButton{position:absolute;right:16px;top:12px}.productInfo-trendBadge{background:#8250ff;border-radius:2px;color:#fff;flex-shrink:0;font-size:12px;height:20px;line-height:20px;margin-right:6px;padding:0 4px}.productInfo-trendDescription{color:#8250ff;font-size:13px;font-weight:600;line-height:16px;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{color:#303030;display:-webkit-box;font-size:13px;font-weight:700;margin:2px 0;max-width:calc(100% - 36px);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.231;max-height:2.462em;white-space:normal}.productInfo-text{color:#949494;font-size:12px;margin-right:10px;margin-top: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{align-items:center;background-color:#1ec687;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:13px;justify-content:center;line-height:2;margin-left:auto;overflow:hidden;padding:0 9px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:-moz-fit-content;width:fit-content}.productInfo-breadcrumb{border-radius:0 0 8px 8px;box-shadow:0 30px 20px -10px #3a32320d;overflow:hidden}.productInfo-paddingBlock{margin-top:16px}.productInfo-roundedButton,.productInfo-roundedButton--soldOut{width:100%}.productInfo-roundedButton--soldOut{background-color:#b7b7b7;color:#f5f5f5}.productInfo-roundedButtonPointIcon{background-image:url(./ico-point--white.DiQtpN6g.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin:0 5px;width:16px}.productInfo-lensBtn{bottom:8px;position:absolute;right:8px;z-index:3}.rewardInfo{background-color:#fff;overflow:hidden;padding:16px 0}.rewardInfo-list{padding-left:16px;padding-right:16px}.rewardInfo-list>:not(:first-child){margin-left:12px}.rewardInfo-item{align-items:center;border:1px solid #efefef;border-radius:8px;display:inline-flex;min-height:64px;padding:12px}.rewardInfo-item.redEnvelope{color:#ff5b57}.rewardInfo-item.lowerPrice{color:#8250ff}.rewardInfo-item.point{color:#07b53b}.rewardInfo-item:first-child:last-child{width:100%}.rewardInfo-item:first-child:last-child .rewardInfo-itemDetail{display:inline-grid;font-size:12px;line-height:14px;margin-left:8px;row-gap:4px;width:100%}.rewardInfo-item:first-child:last-child .rewardInfo-itemContent{align-items:center;display:flex}.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;margin-left:8px;row-gap:4px}.rewardInfo-icon{align-items:center;border-radius:32px;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.redEnvelope .rewardInfo-icon{background:#ffefee}.redEnvelope .rewardInfo-icon:before{background-image:url(./img-angpau.FmLdLkvD.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;width:18px}.lowerPrice .rewardInfo-icon{background:#eee8ff}.lowerPrice .rewardInfo-icon:before{background-image:url(./img-lowerPriceText.B9sycJ2j.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.point .rewardInfo-icon{background:#ebf5e6}.point .rewardInfo-icon:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.rewardInfo-text{font-size:12px;line-height:14px}.rewardInfo-reward{align-items:flex-end;display:grid;font-family:LINESeedBd;font-size:18px;font-size:20px;grid-template-columns:max-content max-content;line-height:20px}.rewardInfo-reward em{font-size:12px;font-weight:600;line-height:16px;margin-left:1px}.rewardInfo-button{align-items:center;background-color:#ff5b57;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:500;height:24px;justify-content:center;margin-left:8px;padding:0 9px}.rewardInfo-button.isReceived{background-color:#f5f5f5;color:#ff5b57}.rewardInfo-fullBadge{background-image:url(./img-allFullStamp.BKwEGvce.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:32px;margin:auto 0 auto 8px;width:32px}[data-v-4cbbccd5]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.shopInfo-badge--direct[data-v-4cbbccd5],.shopInfo-badge--login[data-v-4cbbccd5],.shopInfo-badge--pay[data-v-4cbbccd5],.shopInfo-badge-points[data-v-4cbbccd5]{background-color:#1ec687;background-position:50%;background-repeat:no-repeat;background-size:82%;border-radius:8px;display:inline-block;height:16px}.shopInfo[data-v-4cbbccd5]{background-color:#fff;display:grid;padding:16px;row-gap:16px}.shopInfo-header[data-v-4cbbccd5]{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:44px minmax(0,auto)}.shopInfo-merchantImg[data-v-4cbbccd5]{border-radius:4px;filter:brightness(97%);height:44px;overflow:hidden;position:relative;width:44px}.shopInfo-detail[data-v-4cbbccd5]{display:grid;row-gap:7px}.shopInfo-title[data-v-4cbbccd5]{font-size:16px;font-weight:700}.shopInfo-badge[data-v-4cbbccd5]>:not(:first-child){margin-left:8px}.shopInfo-badge--direct[data-v-4cbbccd5]{background-color:#4696fa;background-image:url(./badge-direct.-_MmXx0U.svg);width:30px}.shopInfo-badge--pay[data-v-4cbbccd5]{background-image:url(./line_payWhite.CeF-mufA.svg);width:50px}.shopInfo-badge--login[data-v-4cbbccd5]{background-image:url(./line_loginWhite.ChpHW_Sp.svg);width:57px}.shopInfo-badge-points[data-v-4cbbccd5]{background-image:url(./line_pointWhite.Bv3Y4AZB.svg);width:72px}.shopInfo-content[data-v-4cbbccd5]{color:#777;font-size:13px;line-height:1.5;padding-right:42px;position:relative}.shopInfo-description[data-v-4cbbccd5]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.active .shopInfo-description[data-v-4cbbccd5]{word-break:break-word;-webkit-line-clamp:unset;max-height:none}.shopInfo-expandBtn[data-v-4cbbccd5]{background-color:#f5f5f5;border-radius:24px;cursor:pointer;height:24px;position:absolute;right:0;top:6px;width:24px}.shopInfo-iconArrow[data-v-4cbbccd5]{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;position:absolute;right:3px;top:3px;width:18px;z-index:2}@keyframes partnerInfo-arrow-rotateUp-4cbbccd5{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes partnerInfo-arrow-rotateDown-4cbbccd5{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.shopInfo-iconArrow--up[data-v-4cbbccd5]{animation-name:partnerInfo-arrow-rotateUp-4cbbccd5}.shopInfo-iconArrow--down[data-v-4cbbccd5]{animation-name:partnerInfo-arrow-rotateDown-4cbbccd5}.aILowerPriceHeader-image>img,.aILowerPriceHeader-img>img,.aILowerPriceHeader-logo>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.aILowerPriceHeader{border:1px solid #efefef;border-radius:8px;color:#949494;display:grid;font-size:12px;line-height:14px;padding:12px;row-gap:12px}.aILowerPriceHeader-info{border-left:3px solid #8250ff;display:grid;padding-left:8px;row-gap:4px}.aILowerPriceHeader-title{color:#111;font-size:13px;font-weight:600;line-height:16px}.aILowerPriceHeader-merchant,.aILowerPriceHeader-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aILowerPriceHeader-content{-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:max-content 1fr;position:relative}.aILowerPriceHeader-image{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;padding-bottom:74px;position:relative;width:74px}.aILowerPriceHeader-soldOut{align-items:center;background-color:#0000004d;color:#fff;display:flex;font-size:12px;font-weight:600;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1}.aILowerPriceHeader-img{filter:brightness(97%);padding-bottom:74px}.aILowerPriceHeader-img,.aILowerPriceHeader-logo{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;position:relative}.aILowerPriceHeader-logo{bottom:8px;left:8px;outline:2px solid #fff;padding-bottom:28px;position:absolute;width:28px;z-index:1}.aILowerPriceHeader-detail{display:grid;font-family:LineSeed;font-size:12px;line-height:14px;row-gap:6px}.aILowerPriceHeader-detail em{margin-left:auto}.aILowerPriceHeader-currentPrice{color:#949494;display:flex}.aILowerPriceHeader-currentPrice em{color:#111}.aILowerPriceHeader-points{align-items:center;color:#07b53b;display:flex}.aILowerPriceHeader-points:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.aILowerPriceHeader-points.noReward{color:#949494}.aILowerPriceHeader-points.noReward:before{background-image:url(./ico-point--grey.Dg8b4yyB.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.aILowerPriceHeader-points.noReward em{color:#949494}.aILowerPriceHeader-angpau{align-items:center;color:#ff5b57;display:flex}.aILowerPriceHeader-angpau:before{background-image:url(./ico-angpau.T5T0hVop.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.aILowerPriceHeader-angpau em{color:#07b53b}.aILowerPriceHeader-angpau.noAngpau{color:#949494}.aILowerPriceHeader-angpau.noAngpau:before{background-image:url(./ico-angpauMonochrome.DhKf0X6A.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.aILowerPriceHeader-angpau.noAngpau em{color:#949494}.aILowerPriceHeader-total{color:#949494;display:flex;line-height:15px}.aILowerPriceHeader-total em{color:#111;font-family:LineSeedBd;font-size:15px}.aiLowerPriceItem-image>img,.aiLowerPriceItem-img>img,.aiLowerPriceItem-logo>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.aiLowerPriceItem{border:1px solid #efefef;border-radius:8px;display:grid;padding:12px 0;position:relative;row-gap:12px;width:-moz-min-content;width:min-content}.aiLowerPriceItem.isBestPrice{border:1px solid #8250ff}.aiLowerPriceItem.isBestPrice:after{background-image:url(./img-bestPriceBadge--short.Cc856gG1.png);background-size:contain;content:"";height:18px;left:0;margin:0 auto;position:absolute;right:0;top:-4px;width:75px;z-index:1}.aiLowerPriceItem.isBestPrice.isTarget:after{background-image:url(./img-bestPriceBadge.fRPGm0dd.png);width:141px}.aiLowerPriceItem-image{background-color:#00000008;border-radius:8px;height:0;margin:0 12px;overflow:hidden;padding-bottom:132px;position:relative;width:132px}@media (min-width:750px){.aiLowerPriceItem-image{padding-bottom:166px;width:166px}}.aiLowerPriceItem-soldOut{align-items:center;background-color:#0000004d;color:#fff;display:flex;font-size:15px;font-weight:600;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1}.aiLowerPriceItem-img{background-color:#00000008;border-radius:4px;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:132px;position:relative}@media (min-width:750px){.aiLowerPriceItem-img{padding-bottom:166px}}.aiLowerPriceItem-itemNumber{color:#111;font-size:28px;font-style:italic;font-weight:700;left:8px;line-height:1;position:absolute;top:13px;z-index:1}.aiLowerPriceItem-itemNumber:after{-webkit-text-stroke:4px #fff;content:attr(value);left:0;position:absolute;top:0;z-index:-1}.isBestPrice .aiLowerPriceItem-itemNumber{color:#8250ff}@media (min-width:750px){.aiLowerPriceItem-itemNumber{font-size:36px}}.aiLowerPriceItem-logo{background-color:#00000008;background:#fff;border:2px solid #fff;border-radius:6px;bottom:6px;height:0;left:6px;overflow:hidden;padding-bottom:40px;position:relative;position:absolute;width:44px;z-index:1}@media (min-width:750px){.aiLowerPriceItem-logo{padding-bottom:48px;width:52px}}.aiLowerPriceItem-info{display:grid;font-size:12px;line-height:14px;margin:0 12px;row-gap:4px}.aiLowerPriceItem-title{color:#555;display:-webkit-box;font-weight:600;height:36px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.aiLowerPriceItem-merchant{color:#949494;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aiLowerPriceItem-separator{border:0;border-top:1px solid #efefef;width:100%}.aiLowerPriceItem-detail{display:grid;font-family:LineSeed;font-size:12px;line-height:14px;margin:0 12px;row-gap:6px}.aiLowerPriceItem-detail em{margin-left:auto}.aiLowerPriceItem-currentPrice{color:#949494;display:flex}.aiLowerPriceItem-currentPrice em{color:#111}.aiLowerPriceItem-points{align-items:center;color:#07b53b;display:flex}.aiLowerPriceItem-points:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.aiLowerPriceItem-points.noReward{color:#949494}.aiLowerPriceItem-points.noReward:before{background-image:url(./ico-point--grey.Dg8b4yyB.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.aiLowerPriceItem-points.noReward em{color:#949494}.aiLowerPriceItem-angpau{align-items:center;color:#ff5b57;display:flex}.aiLowerPriceItem-angpau:before{background-image:url(./ico-angpau.T5T0hVop.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.aiLowerPriceItem-angpau em{color:#07b53b}.aiLowerPriceItem-angpau.noAngpau{color:#949494}.aiLowerPriceItem-angpau.noAngpau:before{background-image:url(./ico-angpauMonochrome.DhKf0X6A.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.aiLowerPriceItem-angpau.noAngpau em{color:#949494}.aiLowerPriceItem-total{color:#949494;display:flex;line-height:15px}.aiLowerPriceItem-total em{color:#111;font-family:LineSeedBd;font-size:15px}.aILowerPriceNotice{align-items:center;border:1px solid #efefef;border-radius:8px;color:#949494;-moz-column-gap:8px;column-gap:8px;display:flex;font-size:12px;line-height:18px;padding:8px}.aILowerPriceNotice .em{color:#638dff;font-weight:500;text-decoration:underline}.aILowerPriceNotice:before{background-image:url(./ico-exclamationMarkGrey.CEgQ3w61.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;display:block;flex-shrink:0;height:20px;width:20px}.aiLowerPrice{display:grid;row-gap:16px}.aiLowerPrice-top{display:grid;row-gap:4px}.aiLowerPrice-title{align-items:center;color:#111;-moz-column-gap:4px;column-gap:4px;display:flex;font-size:17px;font-weight:600}.aiLowerPrice-title img{flex-shrink:0;height:24px;width:24px}.aiLowerPrice-description{color:#949494;font-size:12px;line-height:18px}.aiLowerPrice-description em{color:#8250ff;font-weight:700}.aiLowerPrice-scrollableList{align-content:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;gap:12px;height:344px;padding-top:3px!important}@media (min-width:750px){.aiLowerPrice-scrollableList{height:378px}}[data-v-ebaf46c0]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.horizontalScrollableTopicItems-container[data-v-ebaf46c0]{align-items:flex-start;-moz-column-gap:10px;column-gap:10px;display:flex}.horizontalScrollableTopicItems-item[data-v-ebaf46c0]{max-width:145px;min-width:145px}.longDescription{overflow:hidden}.longDescription-title{font-size:17px;font-weight:600;line-height:25px;margin-bottom:16px}.longDescription-content{color:#555;font-size:13px;line-height:20px;word-break:break-all}.longDescription-content div,.longDescription-content iframe,.longDescription-content img,.longDescription-content p{display:block;max-width:100%!important;position:relative}.productSubInfo-expandableTabList{position:sticky!important;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)));z-index:5;z-index:4}.noTitlebar .productSubInfo-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 .productSubInfo-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)))}.productSubInfo-expandableTabList.isPinned{box-shadow:0 2px 12px -6px #00000026}.productSubInfo-grid{display:grid;row-gap:8px}.categoryInfoBar{align-items:center;background-color:#fff;color:#777;display:flex;font-size:13px;padding:8px 16px;width:100%;z-index:4}.categoryInfoBar-icon{background-image:url(./ico-navbar-categoryOn.BT6ruzlk.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-right:3px;width:14px}.categoryInfoBar-left{line-height:1.5;margin-right:7px;width:63px}.categoryInfoBar-left,.categoryInfoBar-right{align-items:center;display:flex;font-size:13px}.categoryInfoBar-right{flex:1;flex-wrap:wrap;line-height:1.2}.categoryInfoBar-link{align-items:center;display:flex;width:auto}.categoryInfoBar-link:not(:last-child):after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin:0 4px;width:18px}.productPageContent-roundedButton,.productPageContent-roundedButton--soldOut{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.productPageContent-top{display:grid;row-gap:8px}.productPageContent-bestTiming,.productPageContent-priceTrendSection{background-color:#fff;padding:16px}.productPageContent-priceTrendSection>:not(:first-child){margin-top:8px}.productPageContent-paddingBlock{display:grid}.productPageContent-paddingBlock,.productPageContent-paddingBlock--fit{background-color:#fff;padding:16px}.productPageContent-paddingBlock--noBackground{margin:28px 0;padding:0 16px}.productPageContent-roundedButton,.productPageContent-roundedButton--soldOut{width:100%}.productPageContent-roundedButton--soldOut{background-color:#b7b7b7;color:#f5f5f5}.productPageContent-roundedButtonPointIcon{background-image:url(./ico-point--white.DiQtpN6g.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin:0 5px;width:16px}.categoryRankingList-itemImg>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.categoryRankingList{background-color:#fff;border-radius:8px;margin:16px}.categoryRankingList-title{background-image:url(./ranking_list_background.Bv8zRcIg.png);background-size:cover;border-radius:8px 8px 0 0;color:#fff;font-size:16px;font-weight:700;padding:10px 16px;word-break:break-all}.categoryRankingList-header{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.categoryRankingList-body{padding:16px 16px 24px}.categoryRankingList-block{-moz-column-gap:2.5%;column-gap:2.5%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));row-gap:16px}.categoryRankingList-itemImg{background-color:#00000008;border-radius:4px;filter:brightness(97%);height:0;margin-bottom:9px;overflow:hidden;padding-bottom:100%;position:relative}.categoryRankingList-itemTitle{color:#a57b3f;font-size:13px;font-weight:700;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.categoryRankingList-itemText{color:#777;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.categoryRankingList-more,.categoryRankingList-more--gold{align-items:center;background-color:#f5f5f5;border-radius:18px;color:#a57b3f;cursor:pointer;display:flex;font-size:13px;font-weight:500;justify-content:center;line-height:36px;margin-top:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.categoryRankingList-moreIcon{background-image:url(./ico-arrow--down.CwYxxE3A.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;width:18px}.categoryRankingList-more--gold{background-image:linear-gradient(91deg,#d4ad79,#a57b3f);bottom:-8px;box-shadow:0 5px 15px -5px #a57b3f99;color:#fff;font-size:15px;font-weight:700;margin-top:8px}[data-v-803fe702]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.rankingTop[data-v-803fe702]{display:block;height:97px;position:relative}.rankingTop-left[data-v-803fe702]{background-image:url(./rankingimg-left.DLPQYo1R.png);background-position:left -14px bottom;bottom:-8px;height:193px;left:0;width:285px}.rankingTop-left[data-v-803fe702],.rankingTop-right[data-v-803fe702]{background-repeat:no-repeat;background-size:contain;display:block;position:absolute}.rankingTop-right[data-v-803fe702]{background-image:url(./rankingimg-right.D1Ed_Orr.gif);background-position:right bottom -8px;bottom:0;height:120px;right:0;width:228px}.rankingTop-section[data-v-803fe702]{display:block;margin:0 16px;padding-top:15px;position:relative;z-index:1}.rankingTop-sectionLogo[data-v-803fe702]{background-image:url(./rankingimg-logo.aPdoKGoZ.svg);height:21px;margin-bottom:5px;width:197px}@media (max-width:374.98px){.rankingTop-sectionLogo[data-v-803fe702]{background-repeat:no-repeat;background-size:contain;height:18px;width:165px}}.rankingTop-sectionMainTitle[data-v-803fe702]{color:#d4ad79;font-size:22px;font-weight:700;margin-bottom:8px}.rankingTop-sectionTitle[data-v-803fe702]{color:#d4ad79;font-size:12px;margin-bottom:7px}.rankingTop-sectionSubtitle[data-v-803fe702]{background-image:linear-gradient(90deg,#f2eae0,#edd1ac);border-radius:11px;color:#231d1b;display:inline-block;font-size:12px;font-weight:500;line-height:16px;padding:0 8px;position:relative}[data-v-2cbac8cc]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.rankingPage-tabMenu[data-v-2cbac8cc]{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}.noTitlebar .rankingPage-tabMenu[data-v-2cbac8cc]{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 .rankingPage-tabMenu[data-v-2cbac8cc]{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)))}.activityBanners-img{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.activityBanners-bigThumbnail{background-color:#f5f5f5;display:block;height:0;margin:0 16px 16px;overflow:hidden;padding-bottom:45%;position:relative;width:auto}.activityBanners-img{display:block;height:auto;width:100%}.activityBanners-noData{align-items:center;display:flex;justify-content:center;padding:50px 0}.activityPage-horizontalButtons{margin:15px 16px}[data-v-5e9208a1]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.browsingPage-bottomBar[data-v-5e9208a1]{left:0;position:fixed;right:0}@media screen and (min-width:790px){.browsingPage-bottomBar[data-v-5e9208a1]{left:calc(100vw - 100%)}}.browsingPage-bottomBar[data-v-5e9208a1]{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.browsingPage-bottomBar[data-v-5e9208a1]{width:749px}}.browsingPage-bottomBarLink[data-v-5e9208a1],.browsingPage-bottomBarLink.cancel[data-v-5e9208a1]{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.browsingPage-emptyPage[data-v-5e9208a1]{color:#777;display:grid;font-size:14px;justify-content:center;justify-items:center;row-gap:24.5px}.browsingPage-emptyPageLoadImg[data-v-5e9208a1]{margin-bottom:43.5px;margin-top:142px}.browsingPage-emptyPageClearImg[data-v-5e9208a1]{background-image:url(./img-clearHistory.Csw5eYBH.png);background-size:contain;height:135px;margin-top:95px;width:122px}.browsingPage-emptyPageBtn[data-v-5e9208a1]{align-items:center;background-color:#fff;border:.5px solid #949ca9;border-radius:22px;display:flex;font-size:15px;height:45px;justify-content:center;line-height:45px;margin-top:5px;width:180px}.browsingPage-filter[data-v-5e9208a1]{background-color:#fff;padding:16px 16px 10px}.browsingPage-card[data-v-5e9208a1]{background-color:#fff;border-radius:8px;margin:16px;padding:16px}.browsingPage-hTitle[data-v-5e9208a1]{align-items:center;box-sizing:content-box;display:flex;height:23px;justify-content:space-between;line-height:16px;padding-bottom:18px}.browsingPage-title[data-v-5e9208a1]{align-items:center;display:flex;font-size:16px;font-weight:700;white-space:nowrap}.browsingPage-text[data-v-5e9208a1]{color:#777;font-size:15px;font-weight:400;margin-left:6px}.browsingPage-text.selected[data-v-5e9208a1]{color:#1ec687}.browsingPage-editText[data-v-5e9208a1]{color:#b7b7b7;cursor:pointer;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.browsingPage-bottomBar[data-v-5e9208a1]{background-color:#fff;box-shadow:0 2px 35px #00000014;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:30% 1fr;min-height:56px;padding:10px 16px;z-index:6}.browsingPage-bottomBarLink[data-v-5e9208a1],.browsingPage-bottomBarLink.cancel[data-v-5e9208a1]{background-color:#b7b7b7;color:#f5f5f5;cursor:unset}.browsingPage-bottomBarLink.active[data-v-5e9208a1]{background-color:#1ec687;color:#fff;cursor:pointer}.browsingPage-bottomBarLink.cancel[data-v-5e9208a1]{background-color:#efefef;color:#1ec687}.browsingPage-merchantHistory .browsingPage-item[data-v-5e9208a1]{border-bottom:1px solid #efefef;margin-bottom:16px;padding-bottom:16px}.browsingPage-check[data-v-5e9208a1]{align-items:center;cursor:pointer;display:flex;height:45px;justify-content:center;margin-right:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:21px}.browsingPage-check[data-v-5e9208a1]:before{background-image:url(./ico-ok2.ZWOsFVwY.svg)}.browsingPage-check.checked[data-v-5e9208a1]:before,.browsingPage-check[data-v-5e9208a1]:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:21px;width:21px}.browsingPage-check.checked[data-v-5e9208a1]:before{background-image:url(./ico-okOn.CVd3fBBN.svg)}.browsingPage-checkButton[data-v-5e9208a1]{cursor:pointer;margin-right:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.browsingPage-loading[data-v-5e9208a1]{margin:48px auto 17px}.browsingPage--animation .browsingPage-card[data-v-5e9208a1]{overflow:hidden}.browsingPage--animation .browsingPage-item[data-v-5e9208a1],.browsingPage--animation .browsingPage-titleText[data-v-5e9208a1]{transition:transform .2s}.browsingPage--animation .browsingPage-check[data-v-5e9208a1]{display:flex!important;opacity:0;position:absolute;transition:opacity .2s}.browsingPage--animation .browsingPage-bottomBar[data-v-5e9208a1]{display:flex!important;opacity:0;transform:translateY(50px);transition:transform .2s,opacity .2s}.browsingPage--animation.browsingPage--editMode .browsingPage-bottomBar[data-v-5e9208a1],.browsingPage--animation.browsingPage--editMode .browsingPage-check[data-v-5e9208a1]{opacity:1;transform:translateY(0)}.browsingPage--animation.browsingPage--editMode .browsingPage-item[data-v-5e9208a1],.browsingPage--animation.browsingPage--editMode .browsingPage-title[data-v-5e9208a1]{transform:translate(31px);width:calc(100% - 31px)}[data-v-2fad2bd1]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.calendarPage[data-v-2fad2bd1]{background:#fff;display:flex;flex-direction:column;position:relative;row-gap:16px;z-index:0}.calendarPage-title[data-v-2fad2bd1]{align-items:center;display:flex;font-size:17px;font-weight:600;line-height:25px;padding:0 16px}.calendarPage-weekly[data-v-2fad2bd1]{padding:0 16px}.calendarPage-titleLink[data-v-2fad2bd1]{align-items:center;color:#949494;display:flex;font-size:12px;margin-left:auto}.calendarPage-titleLink[data-v-2fad2bd1]:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.calendarPage-emptyMessage[data-v-2fad2bd1]{align-items:center;color:#949494;display:flex;font-size:13px;font-weight:400;height:450px;justify-content:center;line-height:20px;margin:5px auto;width:300px}.calendarPage-emptyMessage[data-v-2fad2bd1]:before{background-image:url(./img-calendarEmpty.DD416bPT.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:60px;width:60px}.calendarPage-button[data-v-2fad2bd1]{align-items:center;background-color:#f5f5f5;border-radius:36px;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;margin:0 16px}.calendarPage-button[data-v-2fad2bd1]:after{background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.calendarPage-message[data-v-2fad2bd1]{color:#949494;display:grid;font-size:13px;font-weight:400;line-height:20px;padding:0 16px}.calendarPage-message span[data-v-2fad2bd1]{padding-left:20px;position:relative}.calendarPage-message span[data-v-2fad2bd1]:before{background-color:#949494;border-radius:4px;content:"";display:block;height:4px;left:9px;position:absolute;top:9px;width:4px}.categoryTabMenu{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)));width:94px}.categoryTabMenu-item,.categoryTabMenu-item--active{align-items:center;color:#777;cursor:pointer;display:flex;font-size:13px;font-weight:500;justify-content:center;position:relative;width:94px}.categoryTabMenu-item--active{background-color:#fff;border-left:3px solid #1ec687;color:#1ec687}.categoryTabMenu-item--active:before{border-bottom-right-radius:8px;box-shadow:0 8px #fff;top:-16px}.categoryTabMenu-item--active:after,.categoryTabMenu-item--active:before{background-color:transparent;content:"";height:16px;position:absolute;right:0;width:8px}.categoryTabMenu-item--active:after{border-top-right-radius:16px;bottom:-16px;box-shadow:0 -8px #fff}.categoryBrandPage{display:grid;grid-template-columns:94px 1fr}.categoryBrandPage-contentContainer{background-color:#fff;min-height:100vh;min-width:0}.categoryRecommendationSlide{--slide-gap:16px}.categoryRecommendationSlide-title{color:#111;display:block;font-size:13px;font-weight:600;line-height:1.5;margin-bottom:12px}.categoryRecommendationSlide-pagination{margin-top:16px}.categoryRecommendationSlide-slideContainer{align-items:flex-start;display:flex;flex-wrap:no-wrap;gap:var(--slide-gap);padding:0}.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-rankingImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.categoryKeywords{width:100%}.categoryKeywords-title{color:#111;display:flex;font-size:13px;font-weight:600;line-height:1.5;margin-bottom:12px}.categoryKeywords-titleMoreLink{align-items:center;color:#949494;cursor:pointer;display:flex;font-size:12px;font-weight:400;margin-left:auto}.categoryKeywords-titleMoreLink:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.categoryKeywords-hotKeyword{color:#555;font-size:12px;margin-bottom:12px}.categoryKeywords-hotKeywordText{flex-shrink:0;margin-right:4px}.categoryKeywords-hotKeywordItem{background:#f5f5f5;border-radius:20px;color:#777;cursor:pointer;display:inline-flex;line-height:20px;margin:0 4px 4px 0;max-width:100%;padding:0 5px}.categoryKeywords-hotKeywordItemText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.categoryKeywords-ranking{-moz-column-gap:16px;column-gap:16px;display:grid;grid-auto-rows:0;grid-template-columns:repeat(5,72px);grid-template-rows:repeat(1,1fr);overflow-y:hidden}@media (min-width:750px){.categoryKeywords-ranking{grid-template-columns:repeat(5,112px)}}@media (max-width:576px){.categoryKeywords-ranking{grid-template-columns:repeat(3,72px)}}@media (max-width:374.98px){.categoryKeywords-ranking{grid-template-columns:repeat(3,54px)}}.categoryKeywords-rankingItem{cursor:pointer;text-align:center}.categoryKeywords-rankingImage{background-color:#00000008;border-radius:4px 4px 0 0;height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.categoryKeywords-rankingBadge{color:#fff}.categoryKeywords-rankingBottom{color:#555;display:grid;font-size:13px;line-height:16px;row-gap:8px}.categoryKeywords-rankingBottom:before{background-image:url(./img-rankinglabel.CHG_5pfO.svg);background-position:50%;border-radius:0 0 4px 4px;content:"";height:20px;width:100%}.categoryKeywords-rankingText{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.23076923;max-height:2.46154em;white-space:normal}.categoryClassifications{background-color:#fff;min-height:100vh;padding:16px 0 16px 16px;position:relative}.categoryClassifications-hotKeywords,.categoryClassifications-recommendationSlide{margin-bottom:28px;margin-right:16px}.categoryClassifications-title{color:#111;display:block;font-size:13px;font-weight:600;line-height:1.5;margin-bottom:12px}.categoryClassifications-list{display:flex;flex-wrap:wrap;margin-bottom:16px}.categoryClassifications-subItem{color:#555;cursor:pointer;display:grid;flex-shrink:0;font-size:13px;margin-right:16px;text-align:center;width:72px}.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{border-radius:4px;filter:brightness(97%);height:0;margin-bottom:8px;overflow:hidden;padding-bottom:100%;width:100%}.categoryClassifications-subItemName{margin-bottom:12px}.categoryPage{display:grid;grid-template-columns:94px calc(100% - 94px)}.liveNowCarousel-carousel{overflow:hidden}.liveNowCarousel-slide{--slide-width:260px;--slide-height:346.66px;border-radius:8px;height:var(--slide-height);opacity:.4;overflow:hidden;width:var(--slide-width)}@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-bottom:32px;margin-top:20px}.liveNowCarousel-bullet{background-color:#fff6;border-radius:3px;height:3px;margin:0 1.5px;overflow:hidden;width:16px}.liveNowCarousel-bullet:after{background-color:#fff;content:"";display:block;height:100%;width:0}.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%}}.topAreaBroadcastDetail{background:linear-gradient(180deg,transparent 0,var(--background-color) 100%);opacity:0;padding:0 16px;width:100%}.topAreaBroadcastDetail--show{animation:show .3s ease forwards}.topAreaBroadcastDetail-statusBadge{margin-bottom:12px}.topAreaBroadcastDetail-avatarInfo{margin-bottom:4px}.topAreaBroadcastDetail-title{color:#fff;display:-webkit-box;font-size:17px;font-weight:600;line-height:25px;margin-bottom:12px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2;max-height:2.4em;white-space:normal}@keyframes show{0%{opacity:0}to{opacity:1}}.topArea-gradientCover,.topArea-triggerTitlebarColorChangeLine{left:0;margin:auto;position:absolute;right:0}.topArea-triggerTitlebarColorChangeLine{top:0}.topArea-gradientCover{bottom:0;top:0}.topArea{background:var(--background-color);margin-top:calc(0px - var(--title-bar-height) - var(--safe-area-top-height));padding-bottom:8px;padding-top:calc(var(--title-bar-height) + var(--safe-area-top-height) + 15px);position:relative;transition:background .3s ease-in-out}.topArea-triggerTitlebarColorChangeLine{height:1px;visibility:hidden;width:100%}.topArea-gradientCover{background:linear-gradient(180deg,transparent var(--background-gradient-starts-at),#fff 100%)}.topArea-carouselArea{position:relative}.topArea-broadcastDetail{bottom:55px;position:absolute;z-index:1}.liveHallNavBar-activeFlag,.liveHallNavBar-item.active:after{background-color:#000;bottom:0;display:block;height:2px;left:0;position:absolute;width:100%}.liveHallNavBar{background-color:#fff;position:relative}.liveHallNavBar.isSmall{max-width:750px;opacity:0;overflow:hidden;position:sticky!important;position:fixed!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)));transform:translateY(-100%);transition:all .3s ease;width:100%;z-index:5}.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{opacity:1;transform:translateY(0);z-index:4}.isSmall .liveHallNavBar-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.isSmall .liveHallNavBar-wrapper::-webkit-scrollbar{display:none;width:0}.liveHallNavBar-list{color:#b7b7b7;-moz-column-gap:20px;column-gap:20px;display:inline-flex;font-size:12px;font-weight:600;justify-content:space-around;line-height:14px;padding:0 16px;width:100%}.isSmall .liveHallNavBar-list{justify-content:flex-start;padding:14px 16px 0;width:auto}.liveHallNavBar-item{cursor:pointer;padding-bottom:12px;position:relative}.liveHallNavBar-item.active{color:#000}.liveHallNavBar-item.active:after{content:""}.liveHallNavBar-item.active.transitioning:after{visibility:hidden}.isSmall .liveHallNavBar-item{align-items:center;-moz-column-gap:2px;column-gap:2px;display:grid;grid-template-columns:max-content max-content;padding-bottom:14px}.liveHallNavBar-image{height:40px;margin:5px;width:40px}.isSmall .liveHallNavBar-image{height:20px;margin:0 0 0 2px;width:20px}.isSmall .liveHallNavBar-text{margin-right:2px}.liveHallNavBar-activeFlag{transition:width .3s ease,transform .3s ease}.livePickSwiper-image,.livePickSwiper-img,.livePickSwiper-shopInfo:after{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.livePickSwiper{padding:8px 0 32px}.livePickSwiper-list{padding-left:16px;padding-right:16px}.livePickSwiper-list>:not(:first-child){margin-left:10px}.livePickSwiper-item{border-radius:8px;cursor:pointer;display:inline-block;height:200px;overflow:hidden;position:relative;width:150px}.livePickSwiper-shopInfo{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-end;overflow:hidden;padding:12px;position:relative;z-index:3}.livePickSwiper-shopInfo:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.4));content:"";z-index:2}.livePickSwiper-image{z-index:1}.livePickSwiper-img{height:100%;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}.livePickSwiper-time{font-size:12px;font-weight:600;line-height:18px;position:relative;z-index:3}.livePickSwiper-timeSeparationDot{color:#fff;margin:0 2px}.livePickSwiper-title{font-size:15px;font-weight:600;text-align:center;word-break:break-all}.livePickSwiper-name,.livePickSwiper-title{margin-top:6px;max-width:100%;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:3}.livePickSwiper-name{color:#c8c8c8;font-size:12px;line-height:14px}.livePickSwiper-actionTools{align-items:center;-moz-column-gap:4px;column-gap:4px;display:flex;display:grid;grid-template-columns:1fr 32px;margin-top:12px;position:relative;width:100%;z-index:3}.livePickSwiper-button{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#fff3;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:400;height:32px;justify-content:center;line-height:18px;padding:0 11px;position:relative;width:100%}.livePickSwiper-button:before{background-image:url(./ico-bell--white.As7mgZX1.svg)}.livePickSwiper-button.supportAddFriend:before,.livePickSwiper-button:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}.livePickSwiper-button.supportAddFriend:before{background-image:url(./ico-addFriend--white.CY1b6Y3V.svg)}.livePickSwiper-button.loading:before{background-image:url(./ico-loading--white.5G4YHqfR.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}.livePickSwiper-button.clicked{background-color:#c8c8c8;cursor:none}.livePickSwiper-btnFavorite{background-color:transparent;border-radius:32px;margin-left:6px;position:relative}.livePickSwiper-btnFavorite:after{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#fff3;border-radius:4px;height:32px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px;z-index:-1}[data-v-b431ca72]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.broadcastTab-footer[data-v-b431ca72]{margin-top:16px;padding:0 16px}.broadcastTab[data-v-b431ca72] .wideButton-content{color:#000}.liveBrandRanking-title{color:#111;font-size:15px;font-weight:600;line-height:22px;padding:16px}.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{margin-bottom:0;padding:4px 16px}.rankingListTab{display:flex;flex-direction:column;gap:16px}.fade-overlay-enter-from,.fade-overlay-leave-to{opacity:0}.fade-overlay-enter-active,.fade-overlay-leave-active{transition:opacity .3s}.liveHall{background-color:#fff;display:flex;flex-direction:column;row-gap:16px}.liveHall-tabComponentWrapper{min-height:100vh}.liveInfoError{align-items:center;color:#111;display:grid;font-size:17px;font-weight:500;grid-auto-rows:1fr max-content 1fr;justify-content:center;line-height:25px}.liveInfoError:after,.liveInfoError:before{content:"";display:block;height:calc(50vh - 165px)}.liveInfoError-button{align-items:center;background-color:#1ec687;border-radius:36px;color:#fff;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;line-height:17px;margin:20px auto 0;padding:0 13px;width:-moz-max-content;width:max-content}.liveInfoTop-merchantImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.liveInfoTop-left{display:grid;row-gap:8px}.liveInfoTop-badge,.liveInfoTop-badge--finished,.liveInfoTop-badge--notYet,.liveInfoTop-badge--onAir{align-items:center;border-radius:4px;display:flex;font-size:13px;font-weight:500;height:24px;justify-content:center;line-height:16px;padding:0 4px;width:-moz-max-content;width:max-content}.liveInfoTop-badge--onAir{background:#ff5b57;color:#fff}.liveInfoTop-badge--finished{background:#e5eaff;color:#5f5fed}.liveInfoTop-badge--notYet{background:#ffe6e6;color:#fe3f3e}.liveInfoTop-badgeGrid{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(3,max-content)}.liveInfoTop-header{color:#111;-moz-column-gap:8px;column-gap:8px;display:grid;font-size:22px;font-weight:500;grid-template-columns:1fr max-content;line-height:26px;margin-bottom:2px}.liveInfoTop-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveInfoTop-detailItem{align-items:center;display:flex}.liveInfoTop-button{align-items:center;background-color:#ff5b57;border-radius:16px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;height:28px;line-height:16px;margin-left:auto;padding:0 11px;position:relative}.liveInfoTop-button:before{background-image:url(./ico-bell--white.As7mgZX1.svg)}.liveInfoTop-button.supportAddFriend:before,.liveInfoTop-button:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}.liveInfoTop-button.supportAddFriend:before{background-image:url(./ico-addFriend--white.CY1b6Y3V.svg)}.liveInfoTop-button.loading:before{background-image:url(./ico-loading--white.5G4YHqfR.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}.liveInfoTop-detail{align-items:center;color:#777;display:inline-grid;font-size:13px;font-weight:400;grid-template-columns:max-content 1fr;line-height:16px;max-width:100%}.liveInfoTop-detailTime{flex-shrink:0}.liveInfoTop-detailMerchant{align-items:center;display:inline-grid;grid-template-columns:24px 1fr}.liveInfoTop-merchantImage{background-color:#00000008;border-radius:20px;filter:brightness(97%);flex-shrink:0;height:0;margin-right:4px;overflow:hidden;padding-bottom:20px;position:relative;width:20px}.liveInfoTop-merchantImage:after{border:1px solid #fff;border-radius:20px;content:"";height:20px;position:absolute;width:20px;z-index:1}.liveInfoTop-merchantName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveInfoProducts-image>img,.liveInfoProducts-noItem{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.liveInfoProducts-item{align-items:center;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:64px 1fr max-content;grid-template-rows:64px;margin-bottom:16px}.liveInfoProducts-itemInfo{align-items:center;display:inline-grid;grid-template-rows:22px 22px 14px;row-gap:2px}.liveInfoProducts-itemImage{height:64px;position:relative;width:64px}.liveInfoProducts-image{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.liveInfoProducts-image img{filter:brightness(.97)}.liveInfoProducts-price{align-items:center;display:flex;max-width:100%}.liveInfoProducts-liveBadge{background-image:url(./badge-livePrice--outline.Bxdx-sn5.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-right:4px;width:41px}.liveInfoProducts-priceText,.liveInfoProducts-priceText--black,.liveInfoProducts-priceText--gray{color:#ff5b57;display:flex;font-size:17px;font-weight:500;height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 41px)}.liveInfoProducts-priceText--gray{color:#b7b7b7;font-size:15px}.liveInfoProducts-priceText--black{color:#000}.liveInfoProducts-name{color:#555;font-size:15px;font-weight:500;line-height:22px;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveInfoProducts-itemButton{align-items:center;background-color:#1ec687;border-radius:16px;color:#fff;display:flex;font-size:14px;font-weight:400;height:32px;justify-content:center;line-height:17px;padding:0 12px;width:-moz-fit-content;width:fit-content}.liveInfoProducts-noItem{color:#b7b7b7;font-size:15px;font-weight:400;height:100px;line-height:22px;text-align:center}.liveInfoProducts-button{align-items:center;background-color:#1ec687;border-radius:36px;color:#fff;display:flex;font-size:14px;font-weight:400;height:36px;justify-content:center;line-height:17px;margin:20px auto 0;padding:0 13px;width:-moz-max-content;width:max-content}.liveInfoProducts-point{align-items:center;color:#07b53b;display:flex;font-size:12px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liveInfoProducts-point:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:12px;margin-right:1px;width:12px}.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}.liveInfoPage{padding:16px 16px 32px}.liveInfoPage-content{padding-top:12px}@media (min-width:750px){.liveInfoPage-content{-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:1fr 1fr}}.liveInfoPage-productList{align-items:stretch;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:3}@media (max-width:749.98px){.liveInfoPage-productList{bottom:0;box-shadow:0 -2px 12px 6px #00000026;display:grid;left:0;position:fixed;width:100%}}.liveInfoPage-productListTop{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;font-size:17px;font-weight:600;height:73px;justify-content:center;line-height:25px}.liveInfoPage-productListIconBox{height:14px;margin-left:4px;position:relative;width:14px}@media (min-width:750px){.liveInfoPage-productListIconBox{display:none}}.liveInfoPage-productListIcon{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;position:absolute;right:0;top:0;width:14px}@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{background-color:#ff5b57;border-radius:4px;box-shadow:0 2px 4px #ff5b5726;height:8px;left:-9px;position:absolute;top:0;width:8px}.liveInfoPage-productListBlockContainer{flex-grow:1;flex-shrink:1;position:relative}.liveInfoPage-productListBlock{bottom:0;left:0;overflow:auto;padding:16px 16px 0;position:absolute;right:0;top:0}@media (max-width:749.98px){.liveInfoPage-productListBlock{height:39vh;position:static}}.livePickProducts-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.livePickProducts{-moz-column-gap:9px;column-gap:9px;display:grid;grid-template-columns:repeat(auto-fit,minmax(calc(50% - 9px),1fr));row-gap:16px;width:100%}.livePickProducts-item{display:flex;flex-direction:column;min-width:50%}.livePickProducts-image{background-color:#00000008;border-radius:4px;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:100%;position:relative;z-index:1}.livePickProducts-price{align-items:center;color:#fe3f3e;display:flex;font-size:17px;font-weight:600;line-height:20px;margin-top:9px}.livePickProducts-price:before{background-image:url(./badge-livePrice--outline.Bxdx-sn5.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-right:4px;width:41px}.livePickProducts-priceText{color:#b7b7b7;font-size:12px;font-weight:600}.livePickProducts-name{color:#555;display:-webkit-box;font-size:15px;font-weight:600;margin-top:4px;overflow:hidden;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2;max-height:2.4em;white-space:normal}.livePickProducts-point{margin-top:9px}.livePick-image{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.livePick{background-color:#fff;border-radius:8px;overflow:hidden}.livePick-shopInfo{align-items:center;color:#fff;display:flex;flex-direction:column;height:166px;justify-content:center;overflow:hidden;position:relative}.livePick-time{font-size:12px;font-weight:600;line-height:18px;position:relative;z-index:2}.livePick-timeSeparationDot{color:#ffffff80;margin:0 2px}.livePick-title{display:-webkit-box;font-size:17px;font-weight:600;margin:4px 35px 0;overflow:hidden;position:relative;text-align:center;word-break:break-all;z-index:2;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.livePick-button{align-items:center;background-color:#ff5b57;border-radius:16px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;line-height:16px;margin-top:10px;padding:7px 11px;position:relative;z-index:2}.livePick-button:before{background-image:url(./ico-bell--white.As7mgZX1.svg)}.livePick-button.supportAddFriend:before,.livePick-button:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}.livePick-button.supportAddFriend:before{background-image:url(./ico-addFriend--white.CY1b6Y3V.svg)}.livePick-button.loading:before{background-image:url(./ico-loading--white.5G4YHqfR.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:1px;width:16px}.livePick-image{filter:brightness(97%);filter:brightness(50%);z-index:1}.livePick-image img{height:auto;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}.livePick-productList{padding:16px}.livePick-loading{margin-bottom:42px;margin-top:42px}.livePicks{display:grid;padding:16px;row-gap:16px}[data-v-4aadf341]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.rewardRule-itemTitle[data-v-4aadf341],.rewardRule-link[data-v-4aadf341]{font-size:15px;font-weight:600;line-height:22px}.rewardRule[data-v-4aadf341]{background-color:#fff;border-radius:4px;color:#777;display:grid;font-size:13px;height:-moz-fit-content;height:fit-content;line-height:1.5;padding:16px;position:relative}.rewardRule-top[data-v-4aadf341]{align-items:center;color:#ff5b57;display:grid;font-size:17px;font-weight:600;grid-template-columns:1fr max-content;justify-items:baseline;line-height:20px;width:100%}.rewardRule-content[data-v-4aadf341]{color:#111;display:grid;font-size:13px;line-height:20px;margin-top:16px;position:relative;row-gap:16px}.rewardRule-expandBtn[data-v-4aadf341]{cursor:pointer;height:24px;width:24px}.rewardRule-item[data-v-4aadf341]{display:grid;justify-content:flex-start;text-align:start}.rewardRule-item[data-v-4aadf341] em{color:#ff5b57}.rewardRule-item[data-v-4aadf341] li{-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:16px auto}.rewardRule-item[data-v-4aadf341] li:before{background-color:#111;border-radius:1px;content:"";display:block;height:4px;margin:8px 0 0 6px;width:4px}.rewardRule-link[data-v-4aadf341]{align-items:center;color:#ff5b57;display:flex}.rewardRule-link[data-v-4aadf341]:after{background-image:url(./ico-arrow--rightRed.qfCS7BoD.svg);height:20px;width:20px}.rewardRule-iconArrow[data-v-4aadf341],.rewardRule-link[data-v-4aadf341]:after{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block}.rewardRule-iconArrow[data-v-4aadf341]{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downRed.DtYG7u9J.svg);height:24px;width:24px}@keyframes partnerInfo-arrow-rotateUp-4aadf341{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes partnerInfo-arrow-rotateDown-4aadf341{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.rewardRule-iconArrow--up[data-v-4aadf341]{animation-name:partnerInfo-arrow-rotateUp-4aadf341}.rewardRule-iconArrow--down[data-v-4aadf341]{animation-name:partnerInfo-arrow-rotateDown-4aadf341}.rewardBlock{background-color:#fff;display:grid;padding:32px 0;row-gap:32px;text-align:center}.rewardBlock.reverse{background-color:#ff5b57}.rewardBlock-title{color:#ff5b57;font-size:28px;font-weight:600;line-height:1.2}.reverse .rewardBlock-title{color:#fff}.rewardBlock-subTitle{color:#111;font-size:17px;line-height:20px;margin-top:12px}.rewardBlock-button{align-items:center;background-color:#ff5b57;border-radius:24px;color:#fff;display:flex;font-size:15px;font-weight:500;height:48px;justify-content:center;margin:0 auto;min-width:180px}.reverse .rewardBlock-button{background-color:#fff;color:#ff5b57}.rewardSlide{overflow:hidden;position:relative}.rewardSlide-container{width:100%}.rewardSlide-item{display:flex;width:66%}@media screen and (min-width:550px){.rewardSlide-item{width:40%}}.rewardSlide-item:first-child{padding-left:16px;width:calc(66% + 16px)}@media screen and (min-width:550px){.rewardSlide-item:first-child{width:calc(40% + 16px)}}.rewardSlide-item:last-child{padding-right:16px;width:calc(66% + 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}.rewardMerchants-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.rewardMerchants-list{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:518px;padding:0 16px;row-gap:8px;width:100%}@media (max-width:749.98px){.rewardMerchants-list{grid-template-columns:repeat(2,minmax(0,1fr));max-width:343px}}.rewardMerchants-item{border:1px solid #efefef;border-radius:8px;color:#111;display:grid;font-size:13px;font-weight:600;line-height:16px;max-width:168px;overflow:hidden;row-gap:4px}.rewardMerchants-image{background-color:#00000008;border-radius:4px;filter:brightness(97%);height:0;margin:15px auto 4px;overflow:hidden;padding-bottom:64px;position:relative;width:64px;z-index:1}.rewardMerchants-points{align-items:center;display:flex;font-size:15px!important;font-weight:700!important;margin:auto}.rewardMerchants-bottom{align-items:center;border-top:1px solid #efefef;color:#ff5b57;display:flex;font-size:13px;font-weight:600;height:32px;justify-content:center;margin:8px auto 0;padding:8px 0;width:100%}.rewardPlus-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.rewardPlus-top{padding-bottom:166px;position:relative}.rewardPlus-top:after{background-image:url(./img-CPAChocoBG.BmHwOLLs.png),url(./img-CPAChoco.DPFXR9Df.png);background-position:bottom;background-repeat:no-repeat;background-size:334px;bottom:0;content:"";height:166px;left:0;margin:auto;position:absolute;right:0}.rewardPlus-topContent{align-items:flex-end;color:#fff;-moz-column-gap:4px;column-gap:4px;display:grid;font-family:LINESeedBd;font-size:80px;font-weight:700;grid-template-columns:max-content 1fr max-content;line-height:.8;margin:0 auto 16px;min-height:70px;width:-moz-fit-content;width:fit-content}.rewardPlus-topContent:before{background-image:url(./img-rewardPlusPart1.DjdnvCtc.png);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:56px;width:87px}.rewardPlus-topContent:after{background-image:url(./img-point.CqqWNF8W.png);background-size:cover;content:"";display:inline-block;height:27px;width:27px}.rewardPlus-list{display:grid;margin:0 auto;padding:0 16px;row-gap:8px}.rewardPlus-item{align-items:center;background-color:#fff;border-radius:8px;color:#111;-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:grid;font-size:13px;font-weight:600;grid-template-columns:max-content 1fr max-content;line-height:16px;overflow:hidden;padding:16px;width:100%}.rewardPlus-image{background-color:#00000008;border-radius:4px;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:64px;position:relative;width:64px;z-index:1}.rewardPlus-info{color:#949494;display:grid;font-size:13px;font-weight:400;line-height:16px;text-align:left}.rewardPlus-title{color:#111;font-size:15px;font-weight:600;line-height:22px}.rewardPlus-date,.rewardPlus-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewardPlus-points{align-items:center;color:#07b53b;display:flex;font-size:14px;font-weight:400;font-weight:700;margin-top:4px}.rewardPlus-points:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:1px;width:16px}.rewardPlus-button{align-items:center;background-color:#f5f5f5;border-radius:12px;color:#ff5b57;display:flex;font-size:13px;font-weight:600;height:24px;justify-content:center;padding:0 9px;width:-moz-fit-content;width:fit-content}[data-v-214fa3f3]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.rewardIdea-list[data-v-214fa3f3]{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;max-width:343px;padding:0 16px;row-gap:8px;width:100%}.rewardIdea-item[data-v-214fa3f3]{border:1px solid #efefef;border-radius:8px;color:#111;display:grid;font-size:15px;font-weight:600;line-height:18px;max-width:168px;padding:16px;row-gap:8px}.rewardIdea-icon[data-v-214fa3f3]{height:56px;margin:auto;width:56px}.rewardIdea-icon.searchRanking[data-v-214fa3f3]{background-image:url(./img-hotSearchIcon.Bte-cIAw.svg)}.rewardIdea-icon.hotRank[data-v-214fa3f3],.rewardIdea-icon.searchRanking[data-v-214fa3f3]{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:56px;width:56px}.rewardIdea-icon.hotRank[data-v-214fa3f3]{background-image:url(./img-rankingIcon.fYOSo_ms.svg)}.rewardIdea-icon.lowPrice[data-v-214fa3f3]{background-image:url(./img-priceLowIcon.D6tVddaQ.svg)}.rewardIdea-icon.lowPrice[data-v-214fa3f3],.rewardIdea-icon.recommend[data-v-214fa3f3]{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:56px;width:56px}.rewardIdea-icon.recommend[data-v-214fa3f3]{background-image:url(./img-recommendIcon.BgnT4P2B.svg)}.rewardIdea-button[data-v-214fa3f3]{align-items:center;background-color:#f5f5f5;border-radius:12px;color:#ff5b57;display:flex;font-size:13px;font-weight:500;height:24px;justify-content:center;margin:auto;padding:0 9px;width:-moz-fit-content;width:fit-content}.rewardIdea-slogan[data-v-214fa3f3]{color:#949494;font-size:15px;line-height:18px;margin-bottom:-16px}[data-v-c559ad40]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.newBuyer-top[data-v-c559ad40]:after,.newBuyer-top[data-v-c559ad40]:before{background-repeat:no-repeat;background-size:375px 424px;content:"";height:424px;position:absolute;top:0;width:375px;z-index:0}.newBuyer[data-v-c559ad40]{background-color:#ff5b57}.newBuyer-top[data-v-c559ad40]{display:block;overflow:hidden;padding:24px 0 32px;position:relative;text-align:center}.newBuyer-top[data-v-c559ad40]:before{background-image:url(./img-newBuyerRewardBGL.DaA__frL.png);background-position:0;right:50%}.newBuyer-top[data-v-c559ad40]:after{background-image:url(./img-newBuyerRewardBGR.Bd5K5do1.png);background-position:100%;left:50%}.newBuyer-topImg[data-v-c559ad40]{background-image:url(./img-newBuyerRewardTitle-lg.2dHKsPSI.png);background-size:cover;content:"";display:block;height:77px;margin:7px auto 15px;position:relative;width:214px;z-index:1}.isFull .newBuyer-topImg[data-v-c559ad40]{opacity:.5}.isFull .newBuyer-topImg[data-v-c559ad40]:after{background-image:url(./img-allFullStamp--white.DgiXOxO4.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:72px;left:-32px;position:absolute;top:-27px;width:72px}.newBuyer-topLimit[data-v-c559ad40]{color:#fff;font-family:LineSeed}.isFull .newBuyer-topLimit[data-v-c559ad40]{opacity:.5}.newBuyer-content[data-v-c559ad40]{background-image:url(./img-newBuyerRewardChoco.BT2sX4I9.png);background-position:bottom;background-repeat:no-repeat;background-size:343px 260px;color:#fff;display:grid;font-family:LINESeedBd;font-size:20px;grid-template-rows:max-content max-content 1fr;justify-content:center;letter-spacing:1px;margin-top:24px;min-height:260px;position:relative;z-index:1}.newBuyer-limit[data-v-c559ad40]{font-size:18px;font-weight:600}.isFull .newBuyer-limit[data-v-c559ad40]{opacity:.5}.newBuyer-rewards[data-v-c559ad40]{align-items:baseline;-moz-column-gap:4px;column-gap:4px;display:grid;font-family:LINESeedBd;font-size:90px;grid-template-columns:max-content max-content;height:-moz-fit-content;height:fit-content;line-height:1;margin:5px auto;padding-left:30px;position:relative;width:-moz-min-content;width:min-content}.isFull .newBuyer-rewards[data-v-c559ad40]{opacity:.5}.newBuyer-rewards[data-v-c559ad40]:before{background-image:url(./img-rewardPart1.DjB4QIX_.png);background-repeat:no-repeat;background-size:cover;bottom:0;content:"";display:block;height:78.5px;position:absolute;width:40.7px}.newBuyer-rewards[data-v-c559ad40]:after{background-image:url(./img-point.CqqWNF8W.png);background-size:cover;content:"";display:inline-block;height:27px;width:27px}.newBuyer-rule[data-v-c559ad40]{margin:0 16px;position:relative;z-index:1}.newBuyer-angpauBox[data-v-c559ad40]{background-color:#fff;padding-top:32px}.newBuyer-angpauProgress[data-v-c559ad40]{border:1px solid #efefef;border-radius:8px;margin:0 16px;width:auto}.messageBubble{align-items:center;background-color:#000000e6;border-radius:1000px;box-shadow:0 10px 20px -10px #00000026;display:flex;justify-content:flex-start;padding:10px 16px;position:absolute;white-space:nowrap;z-index:6}.messageBubble:before{border-bottom:8px solid rgba(0,0,0,.9);border-left:8px solid transparent;border-right:8px solid transparent;content:"";height:8px;left:calc(50% - 8px);position:absolute;top:-8px;width:16px}.messageBubble-enter-active{animation:none!important;transition:opacity .3s,transform .3s}.messageBubble-leave-active{animation:none!important;transition:opacity .2s,transform .2s}.messageBubble-enter-from,.messageBubble-leave-to{opacity:0;transform:scale(.8)}.messageBubble-content{align-items:center;color:#fff;display:flex;font-size:15px;font-weight:700;justify-content:flex-start}.messageBubble-close{background-image:url(./ico-close--white.BH9pt9aA.svg);cursor:pointer;margin-left:1px;opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}.messageBubble-close,.messageBubble-icon{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.messageBubble-icon{animation:heartbeat .5s ease-in-out infinite alternate;background-image:url(./ico-product-liked.CuLQs_Nv.svg);margin-right:7px}@keyframes heartbeat{0%{transform:scale(1)}to{transform:scale(1.2)}}.priceCutMerchants-image>img,.priceCutMerchants-placeholder>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.priceCutMerchants{width:100%}.priceCutMerchants-list{align-items:center;display:flex;height:123px;padding:0 16px}.priceCutMerchants-item{flex-shrink:0;height:102px;padding:4px;position:relative;width:76px;-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{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;padding-bottom:100%;position:relative;z-index:1}.priceCutMerchants-serviceBadge{left:1px;position:absolute;top:-2px;z-index:2}.priceCutMerchants-placeholder{align-self:flex-start;background-color:#00000008;border-radius:4px;height:68px;overflow:hidden;position:relative;width:68px}.priceCutMerchants-btnFavorite{align-items:center;background-color:#fff;border-radius:100px;box-shadow:0 2px 4px -2px #00000026;display:flex;height:20px;justify-content:center;margin-top:-11px;position:absolute;right:5px;width:20px;z-index:1}.priceCutMerchants-point{display:flex!important;justify-content:center;margin-top:12px}.priceCutProductItem-productImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.priceCutProductItem{border-radius:0 0 8px 8px;display:block;text-align:center}.priceCutProductItem-productImage{background-color:#fff;border-radius:4px;filter:brightness(97%);margin-bottom:8px;overflow:hidden;padding-bottom:100%;position:relative}.priceCutProductItem-lensBtn{bottom:8px;position:absolute;right:8px;z-index:3}.priceCutProductItem-serviceBadge{left:8px;position:absolute;top:8px;z-index:3}.priceCutProductItem-productPrice{color:#111;font-size:15px;font-weight:700;line-height:18px;margin-bottom:4px}.priceCutProductItem-productSubtitle{border:1px solid #efefef;border-radius:4px;color:#ff5b57;display:-webkit-box;font-size:12px;overflow:hidden;padding:4px;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:18px;max-height:calc(2em*18px);white-space:normal}.priceCutProductBanner-productImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.priceCutProductBanner{background-color:#fff;background-position:bottom;background-repeat:no-repeat;background-size:100% 50px;border-radius:4px;box-shadow:0 2px 12px -6px #00000026;display:grid;grid-column-end:3;grid-column-start:1;grid-template-columns:1fr 43%;grid-template-rows:42px auto;overflow:hidden;row-gap:12px;text-align:center}.priceCutProductBanner-productItemBanner{align-items:center;background-color:#ff5b57;color:#fff;display:flex;font-size:15px;font-weight:500;grid-column-end:3;grid-column-start:1;height:42px;justify-content:space-between;padding:0 8px 0 12px}.priceCutProductBanner-productItemBanner:after{background-image:url(./img-priceTrend.8YLwuEGy.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:40px;width:64px}.priceCutProductBanner-productImage{background-color:#fff;border-radius:4px;filter:brightness(97%);height:0;margin:0 12px 12px;overflow:hidden;padding-bottom:82%;position:relative}@media (max-width:374.98px){.priceCutProductBanner-productImage{padding-bottom:79%}}@media (min-width:750px){.priceCutProductBanner-productImage{padding-bottom:91%}}.priceCutProductBanner-lensBtn{bottom:8px;position:absolute;right:8px;z-index:3}.priceCutProductBanner-serviceBadge{left:8px;position:absolute;top:8px;z-index:3}.priceCutProductBanner-productInfo{padding:0 12px 12px 0;text-align:left}.priceCutProductBanner-productPrice{color:#ff5b57;font-size:15px;font-weight:700;line-height:18px;margin-bottom:2px}.priceCutProductBanner-productSubtitle{color:#ff5b57;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.priceCutProductBanner-productDescription{color:#555;display:-webkit-box;font-size:13px;font-weight:500;margin-top:4px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:20px;max-height:calc(2em*20px);white-space:normal}.priceCutProductBlock{display:grid;row-gap:10px}.priceCutProductBlock-merchantName{color:#111;font-size:15px;font-weight:500;line-height:22px}.priceCutProductBlock-productList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:11px}.priceCutProductList{display:grid;row-gap:16px}.priceCutProductList-loading{margin-bottom:100px;margin-top:100px}.priceCut{position:relative}.priceCut-upper{position:sticky!important;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)));z-index:5}.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{align-items:center;color:#fff;display:flex;line-height:26px;margin:16px 16px 0;position:relative}.priceCut-title{font-size:22px;font-weight:500}.priceCut-topContent{align-items:center;display:flex;justify-content:space-between}.priceCut-description{font-size:17px}.priceCut-subInfo{align-items:center;display:flex;font-size:12px;margin-left:auto;white-space:nowrap}.priceCut-subInfo:after{background-image:url(./ico-arrow--right.CNWSdj0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.priceCut-backgroundElement{background-color:#ff5b57;display:flex;justify-content:space-between;margin-top:-70px;max-width:750px;position:absolute;width:100%;z-index:0}.priceCut-backgroundElement:before{background-image:url(./img-priceCutBackground-left.DIBKt2Xw.svg)}.priceCut-backgroundElement:after,.priceCut-backgroundElement:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:240px;opacity:var(--animation-progress,0);width:160px}.priceCut-backgroundElement:after{background-image:url(./img-priceCutBackground-right.dId5ERqa.svg)}.priceCut-backgroundElement-noResult{background-color:#ff5b57;display:flex;height:160px;justify-content:space-between;margin-top:-70px;max-width:750px;position:absolute;width:100%;z-index:0}.priceCut-lower{background-color:#fff;border-radius:8px;margin:16px 16px 28px;overflow:hidden;padding:16px}.priceCut-merchantListWrapper{background-color:#ff5b57;padding:4px 0 6px;position:relative;z-index:1}.priceCut-merchantList{padding-top:5px}.priceCut-messageBubble{left:0;margin:auto;right:0;width:-moz-fit-content;width:fit-content}.priceCut-recommendProducts{border-radius:8px;display:grid;margin:16px;overflow:hidden}.priceCut-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;overflow:hidden;padding:16px}.snapshotFilter{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}.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{align-items:center;background-color:#000000b3;color:#fff;display:grid;font-size:12px;grid-template-columns:1fr max-content max-content;height:42px;line-height:18px;padding:8px 16px;z-index:2}.snapshotFilter-currentDate{align-items:center;display:flex}.snapshotFilter-currentDate:before{background-image:url(./ico-clock--white.Q21hX6mA.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:6px;width:16px}.snapshotFilter-switchButton{align-items:center;background-color:#1ec687;border-radius:4px;cursor:pointer;display:flex;margin-left:8px;padding:4px 2px 4px 6px;position:relative;width:50px}.snapshotFilter-iconArrow{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-triangle--downWhite.CD-7UIR6.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;position:absolute;right:3px;top:5px;width:16px}@keyframes snapshotFilter-iconArrow-rotateUp{0%{transform:rotate(0)}to{transform:rotate(180deg)}}.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{background-color:#f5f5f5;padding:8px 0}.snapshotFilter-horizontalButtons{padding:0 16px}.snapshotFilter-horizontalButtons .roundedBtns-item{background-color:#efefef}.snapshotFilter-horizontalButtons .roundedBtns-item--active{background-color:#1ec687}.snapshotFilter-content{background-color:#f5f5f5;border-radius:0 0 8px 8px;max-height:calc(80vh - 144px);overflow:auto;padding-bottom:16px;position:relative;z-index:2}.snapshotFilter-notice{background:#fff;border-radius:4px;color:#949494;font-size:12px;line-height:18px;margin:8px 16px;padding:8px}.snapshotFilter-noticeLink{color:#5b82db;display:inline-flex;font-weight:500;position:relative;text-decoration:underline}.snapshotFilter-list{display:grid;padding:8px 16px 0;row-gap:12px}.snapshotFilter-item{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:minmax(32px,auto) 1fr}.snapshotFilter-itemDateMonth{color:#949494;display:flex;font-size:12px;line-height:13px}.snapshotFilter-itemDateDays{color:#555;display:flex;font-size:22px;font-weight:700;line-height:26px}.snapshotFilter-noRecordText{align-items:center;color:#949494;display:flex;font-size:13px;justify-content:center;line-height:20px;margin-top:16px}.snapshotFilter-recordList{display:grid;row-gap:12px}.snapshotFilter-recordItem{align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:max-content 1fr max-content}.snapshotFilter-recordItemImg{background-color:#fff;border-radius:4px;height:40px;overflow:hidden;width:40px}.snapshotFilter-recordItemInfo{color:#949494;display:grid;font-size:12px;line-height:18px;row-gap:4px}.snapshotFilter-recordItemTimeDate{color:#555;line-height:14px}.snapshotFilter-recordItem.checked:after{background-image:url(./ico-check-green.BLcA-ro-.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:15px;width:15px}.snapshotFilter-recordItem.checked .snapshotFilter-recordItemInfo,.snapshotFilter-recordItem.checked .snapshotFilter-recordItemTimeDate{color:#1ec687}.snapshotBottomTools{align-items:center;-moz-column-gap:14px;column-gap:14px;display:grid;grid-template-columns:64px 64px 1fr;position:relative}.snapshotBottomTools-instruction,.snapshotBottomTools-serviceRecord{align-items:center;color:#777;cursor:pointer;display:grid;font-size:12px;justify-items:center;position:relative;row-gap:2px}.snapshotBottomTools-instruction:before{background-image:url(./ico-questionMarkGrey.EX5aKzhd.svg)}.snapshotBottomTools-instruction:before,.snapshotBottomTools-serviceRecord:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.snapshotBottomTools-serviceRecord:before{background-image:url(./ico-contactDeepGrey.CgOqAoTh.svg)}.snapshotBottomTools-button{align-items:center;background-color:#1ec687;border-radius:36px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:36px;justify-content:center;line-height:36px;margin:1px 0;position:relative}.snapshotBottomTools-button.greyButton{background-color:#c8c8c8}.snapshotBottomTools-tips{background-color:#fff;background-color:#5b82db;border-radius:8px;bottom:calc(100% + 17px);color:#fff;-moz-column-gap:10px;column-gap:10px;display:grid;font-size:15px;grid-template-columns:1fr 20px;line-height:22px;max-width:343px;padding:16px;position:absolute}.snapshotBottomTools-tips:before{border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #5b82db;bottom:-8px;content:"";height:8px;left:26px;position:absolute;width:12px}.snapshotBottomTools-closeBtn{background-image:url(./ico-close--white.BH9pt9aA.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.transferTop-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.transferTop-detail{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:46px 1fr;height:46px}.transferTop-imageWrap{position:relative}.transferTop-image{background-color:#fff;border-radius:4px;display:block;filter:brightness(97%);height:46px;overflow:hidden;position:relative;width:46px}.transferTop-commissionBadge{background-size:cover;border-radius:16px;bottom:4px;color:#fff;height:16px;position:absolute;right:4px;width:16px}.transferTop-info{display:inline-grid}.transferTop-description{align-items:center;color:#949494;display:flex;font-size:12px}.transferTop-description,.transferTop-shopInfo{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transferTop-shopInfo{margin-top:2px}.transferTop-shopInfoImage{border-radius:4px;display:inline-flex;filter:brightness(97%);height:18px;margin:0 4px 0 8px;width:18px}.transferTop-title{color:#111;font-size:15px;font-weight:600;line-height:22px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transferTop-pointInfo{border:1px solid #efefef;border-radius:8px;margin-top:10px;position:relative}.transferTop-pointInfo.appOnlyBanner{margin-top:14px;padding-top:14px}.transferTop-pointInfo.appOnlyBanner:before{background-image:url(./banner-offerOnlyForApp.DLW-aKDB.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;left:0;margin:0 auto;position:absolute;right:0;top:-4px;width:148px;z-index:1}.transferTop-angpauItem{align-items:center;border-bottom:1px solid #efefef;color:#ff5b57;display:flex;font-size:12px;line-height:18px;padding:8px}.transferTop-angpau{align-items:center;display:flex;font-weight:600;margin-right:8px}.transferTop-angpau:before{background-image:url(./ico-angpau.T5T0hVop.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.transferTop-pointItem{align-items:center;color:#07b53b;display:flex;font-size:12px;line-height:18px;padding:8px}.transferTop-pointItem+.transferTop-pointItem{border-top:1px solid #efefef}.transferTop-pointItem.noReward{color:#b7b7b7}.transferTop-point{flex-shrink:0;font-weight:700!important;margin-right:8px;min-width:48px}.transferTop-itemSuffix{background-color:#ffefee;color:#ff5b57;margin-left:8px;padding:0 4px}.transferEvents-header{color:#111;-moz-column-gap:4px;column-gap:4px;display:grid;font-size:15px;font-weight:600;grid-template-columns:max-content 1fr 14px;line-height:22px;position:relative}.transferEvents-header.collapsible{cursor:pointer}.transferEvents-pointRange{align-items:center;color:#07b53b;display:flex;font-size:15px;font-weight:400;margin-left:4px}.transferEvents-pointRange:before{background-image:url(./ico-point--green.C6QozQX8.svg);flex-shrink:0;margin-right:1px}.transferEvents-iconArrow,.transferEvents-pointRange:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.transferEvents-iconArrow{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);position:absolute;right:0;top:4px}.transferEvents-iconArrow.up{animation-name:transferEvents-arrow-rotateUp}.transferEvents-iconArrow.down{animation-name:transferEvents-arrow-rotateDown}@keyframes transferEvents-arrow-rotateUp{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes transferEvents-arrow-rotateDown{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.transferEvents-list{display:grid;margin-top:18px;row-gap:14px}.transferEvents-item{display:grid;grid-template-columns:24px 1fr minmax(0,auto);row-gap:4px}.transferEvents-item:before{background-color:#b7b7b7;border-radius:1px;content:"";display:inline-block;height:4px;margin:auto;width:4px}.transferEvents-itemTitle{color:#555;font-size:13px;font-weight:600;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transferEvents-itemDiscription{color:#949494;font-size:12px;grid-column-end:3;grid-column-start:2;line-height:18px}.transferAnimation-cart{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.transferAnimation{background-color:#fff;-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:46px 1fr 46px;height:46px;opacity:0;transition:opacity .15s ease-in-out;width:calc(100% - 32px)}.transferAnimation.active{opacity:1;transition:none}.transferAnimation-logo{background-image:url(./img-shortcut3.DWbEZ7fp.svg);background-repeat:no-repeat;background-size:contain;border-radius:4px;content:"";display:inline-block;height:46px;width:46px}.transferAnimation-line{align-items:center;display:flex;position:relative}.transferAnimation-line:before{border:.5px dashed #1ec687;content:"";display:block;width:100%}.transferAnimation-line:after{background-image:url(./ico-arrow--green.B4YGzWYW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:8px;position:absolute;right:-3px;width:6px}.transferAnimation-cart{height:62px;top:auto;width:40px}.transferAnimation-merchantImage{border-radius:4px;filter:brightness(97%)}[data-v-e087da11]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.transferData[data-v-e087da11]{min-height:100vh}.transferData-sticky[data-v-e087da11]{position:sticky;z-index:8}.transferData-notification[data-v-e087da11]{background:#eee8ff;padding:4px}.transferData-hint[data-v-e087da11]{align-items:center;background:#ffe6e6;color:#ff5b57;display:flex;font-size:13px;font-weight:400;line-height:20px;padding:10px 16px;white-space:nowrap}.transferData-hint[data-v-e087da11]:before{background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:24px;margin-right:8px;width:24px}.transferData-top[data-v-e087da11]{background-color:#fff;padding:16px;position:relative}.transferData-introAnimation[data-v-e087da11]{left:16px;position:absolute;top:16px}.transferData-info[data-v-e087da11]{display:grid;margin:16px 16px 56px}.transferData-card[data-v-e087da11]{background-color:#fff;border-radius:8px;margin-bottom:16px;padding:16px}.transferData-agreementLink[data-v-e087da11]{color:#638dff;font-weight:500;text-decoration:underline}.transferData-messagesExordium[data-v-e087da11]{margin-bottom:16px}.snapshotContent-bottomTools{left:0;position:fixed;right:0}@media screen and (min-width:790px){.snapshotContent-bottomTools{left:calc(100vw - 100%)}}.snapshotContent-bottomTools{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.snapshotContent-bottomTools{width:749px}}.snapshotContent{position:relative}.snapshotContent-bottomTools{background-color:#fff;box-shadow:0 -2px 12px -6px #00000026;padding:7px 16px;padding-bottom:calc(7px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:1}.transferPage-footer{left:0;position:fixed;right:0}@media screen and (min-width:790px){.transferPage-footer{left:calc(100vw - 100%)}}.transferPage-footer{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.transferPage-footer{width:749px}}.transferPage-footer{background:#fff;padding:10px 16px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));transform:translateY(0);transition:transform .25s}.transferPage-footerLinkContainer{position:relative}.transferPage-footerLink{background:#1ec687;border-radius:36px;box-shadow:0 -2px 12px -6px #00000026;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:600;line-height:36px;overflow:hidden;position:relative;text-align:center}.transferPage-progressBar{background-color:#fff3;height:36px;left:0;position:absolute;top:0;width:0}.transferPage-progressBar.active{transition:width linear var(--progress-bar-duration);width:100%}[data-v-c855f4cc]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.physicalStoreBanners[data-v-c855f4cc]{background-color:#fff;border-radius:8px;margin-bottom:16px;padding:16px;width:100%}.physicalStoreBanners-title[data-v-c855f4cc]{color:#111;font-size:15px;font-weight:700;margin-bottom:14px}.physicalStoreBanners-banner[data-v-c855f4cc]{cursor:pointer;display:block}.physicalStoreBanners-banner[data-v-c855f4cc]:not(:last-child){margin-bottom:16px}.physicalStoreBottomBar{left:0;position:fixed;right:0}@media screen and (min-width:790px){.physicalStoreBottomBar{left:calc(100vw - 100%)}}.physicalStoreBottomBar{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.physicalStoreBottomBar{width:749px}}.physicalStoreBottomBar-promotionPanelLink{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.physicalStoreBottomBar{align-items:center;background-color:#fff;box-shadow:0 2px 35px #00000014;display:grid;grid-template-columns:17% 17% 17% 1fr;min-height:56px;padding:5px 16px 4px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:10}@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{color:#777;cursor:pointer;display:grid;font-size:12px;justify-items:center;line-height:1;row-gap:3px}.physicalStoreBottomBar-link.account:before{background-image:url(./ico-navbar-accountBlack.CL2BC1Wn.svg)}.physicalStoreBottomBar-link.account:before,.physicalStoreBottomBar-link.pointGuide:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.physicalStoreBottomBar-link.pointGuide:before{background-image:url(./ico-pointGuide.G_URr3F0.svg)}@media (max-width:374.98px){.physicalStoreBottomBar-text--overflowToLeft{display:flex;justify-content:flex-end;overflow:hidden;width:28px}}.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{background:url(./img-angpauCircle.zsfDvmnf.png) 50%/38px no-repeat;content:"";height:38px;left:-1px;position:absolute;top:-26px;width:38px}.physicalStoreBottomBar-pointsIcon{background-image:url(./ico-point--white.DiQtpN6g.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin:0 1px 0 4px;width:16px}[data-v-ec742a3e]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.physicalStore[data-v-ec742a3e]{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:56px;padding:16px 16px 22px;position:relative}.physicalStore-link[data-v-ec742a3e]{align-items:center;background-color:#00000080;border-radius:12px;display:flex;height:24px;justify-content:center;margin-bottom:12px;margin-left:auto;padding:0 8px 0 6px;z-index:2}.physicalStore-linkIcon[data-v-ec742a3e]{height:14px;margin-right:1px;width:14px}.physicalStore-profile[data-v-ec742a3e]{background:#fff;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;margin-bottom:12px;padding:12px 0 16px;width:100%;z-index:2}.physicalStore-title[data-v-ec742a3e]{align-items:center;display:flex;justify-content:flex-start;margin-bottom:12px;position:relative;width:100%}.physicalStore-content[data-v-ec742a3e]{padding:0 12px}.physicalStore-login[data-v-ec742a3e]{margin:36px 0 16px}.physicalStore-loginTitle[data-v-ec742a3e]{color:#111;font-size:16px;font-weight:700;line-height:1.5;margin-bottom:16px;text-align:center}.physicalStore-loginButton[data-v-ec742a3e]{background-color:#1ec687;border-radius:21px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;line-height:36px;margin:auto;padding:0 30px;text-align:center;width:-moz-fit-content;width:fit-content}.physicalStore-agreementBlock[data-v-ec742a3e]{margin:12px 0 6px;padding:0 12px;text-align:center}.physicalStore-agreementTop[data-v-ec742a3e]>:not(:first-child){margin-left:12px}.physicalStore-agreement[data-v-ec742a3e]{align-items:center;-moz-column-gap:4px;column-gap:4px;display:inline-grid;grid-template-columns:24px max-content}.physicalStore-agreementText[data-v-ec742a3e]{color:#949494;font-size:12px;font-weight:400;line-height:18px;padding:2px 12px 0}.physicalStore-agreementLink[data-v-ec742a3e]{color:#638dff;font-weight:500;text-decoration:underline}.physicalStore-ico-okOn[data-v-ec742a3e]{background-image:url(./ico-okOn.CVd3fBBN.svg)}.physicalStore-ico-ok2[data-v-ec742a3e],.physicalStore-ico-okOn[data-v-ec742a3e]{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.physicalStore-ico-ok2[data-v-ec742a3e]{background-image:url(./ico-ok2.ZWOsFVwY.svg)}.physicalStore-closeInstruction[data-v-ec742a3e]{color:#555;font-size:12px}.physicalStore-primaryImage[data-v-ec742a3e]{position:absolute;right:0;top:0;width:210px}.physicalStore-primaryImage[data-v-ec742a3e]:after{background-image:linear-gradient(90deg,#f5f5f5 3%,#f5f5f533),linear-gradient(180deg,#f5f5f533,#f5f5f5 97%);bottom:0;content:"";height:100%;position:absolute;width:100%}.physicalStore-avatarImage[data-v-ec742a3e]{border-radius:4px;display:block;height:44px;margin-right:8px;overflow:hidden;position:relative;width:44px}.physicalStore-info[data-v-ec742a3e]{flex:1;width:calc(100% - 44px)}.physicalStore-infoTitle[data-v-ec742a3e]{color:#111;font-size:17px;font-weight:600;line-height:20px;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.physicalStore-offer[data-v-ec742a3e]{align-items:center;color:#07b53b;display:flex;font-size:12px;line-height:14px}.physicalStore-offer[data-v-ec742a3e]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;width:12px}.physicalStore-offerDetail[data-v-ec742a3e]{display:block;margin-left:-7px}.physicalStore-item[data-v-ec742a3e]{align-items:center;display:flex;justify-content:flex-start;margin-bottom:8px;position:relative}.physicalStore-item[data-v-ec742a3e]:last-child{margin-bottom:0}.physicalStore-itemIcon--landmark[data-v-ec742a3e]{background-image:url(./ico-landmark.CJCgA6LA.svg)}.physicalStore-itemIcon--landmark[data-v-ec742a3e],.physicalStore-itemIcon--speaker[data-v-ec742a3e]{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:8px;width:16px}.physicalStore-itemIcon--speaker[data-v-ec742a3e]{background-image:url(./ico-speaker.DmLzOdo5.svg)}.physicalStore-itemIcon--shop[data-v-ec742a3e]{background-image:url(./ico-shop.CrzQhCcl.svg)}.physicalStore-itemIcon--crown[data-v-ec742a3e],.physicalStore-itemIcon--shop[data-v-ec742a3e]{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:8px;width:16px}.physicalStore-itemIcon--crown[data-v-ec742a3e]{background-image:url(./ico-crown.RjSOFpUK.svg)}.physicalStore-itemIcon--arrow[data-v-ec742a3e]{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-left:2px;width:16px}.physicalStore-itemIconR[data-v-ec742a3e]{height:18px;margin-left:2px;width:18px}.physicalStore-itemText[data-v-ec742a3e]{color:#555;font-size:13px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.physicalStore-itemPoints[data-v-ec742a3e]{align-items:center;color:#07b53b;display:flex;font-size:12px;line-height:1;margin-left:6px}.physicalStore-itemPoints[data-v-ec742a3e]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;width:12px}.physicalStore-middle[data-v-ec742a3e]{align-items:center;display:flex;justify-content:space-between;margin:6px 0;position:relative;width:100%}.physicalStore-middleLine[data-v-ec742a3e]{border-bottom:1px dashed #e4e4e4;height:1px;width:calc(100% - 30px)}.physicalStore-middleHalfCircle--left[data-v-ec742a3e],.physicalStore-middleHalfCircle--right[data-v-ec742a3e]{background-color:#f5f5f5;height:14px;width:7px}.physicalStore-middleHalfCircle--right[data-v-ec742a3e]{border-radius:14px 0 0 14px}.physicalStore-middleHalfCircle--left[data-v-ec742a3e]{border-radius:0 14px 14px 0}.physicalStore-barCodeContent[data-v-ec742a3e]{align-items:center;display:flex;flex-direction:column}.physicalStore-button[data-v-ec742a3e]{align-items:center;background-color:#e5f4ee;border-radius:14px;color:#07b53b;display:flex;font-size:12px;height:28px;line-height:20px;margin:7px 0;padding:4px 12px}.physicalStore-buttonIcon[data-v-ec742a3e]{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin:0 1px 0 5px;width:14px}.physicalStore-buttonText[data-v-ec742a3e]{font-size:13px}@media (max-width:374.98px){.physicalStore-buttonText[data-v-ec742a3e]{overflow:hidden;white-space:nowrap;width:170px}}.physicalStore-itemBox[data-v-ec742a3e]{margin:0 auto 14px}.physicalStore-posPluCode[data-v-ec742a3e]{margin-bottom:-10px;width:180px}.physicalStore-oaFriendCode[data-v-ec742a3e]{margin-bottom:2px;width:310px}@media (max-width:374.98px){.physicalStore-oaFriendCode[data-v-ec742a3e]{width:270px}}.physicalStore-warn[data-v-ec742a3e]{align-items:center;color:#949494;display:inline-flex;font-size:12px;justify-content:center;line-height:14px;margin-bottom:8px}.physicalStore-warn[data-v-ec742a3e]:before{background-image:url(./ico-enlargeGrey.Cbt0YPDm.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.rewardMissionBlock{padding-bottom:8px}.rewardMissionBlock-filterTab{padding:8px 16px}.rewardMissionBlock-showMoreSmall{margin-top:16px}.rewardMissionBlock-showMore{padding:16px}.regularShoppingBlock-showMore{padding:16px}.shareMissionBlock-showMore{padding:16px}.mission:before{content:"";display:table}.mission-sectionTitle{color:#fff}.mission-card{background-color:#fff;border-radius:8px;display:block;overflow:hidden;position:relative}.mission-tabList{margin-bottom:8px}.coupon{cursor:pointer;position:relative}.coupon-badge{background-image:url(./badge-tagsp.BXctwFHE.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;left:-3px;position:absolute;top:-3px;width:28px;z-index:1}.coupon-body{background-color:#fff;border-radius:8px 8px 0 0;display:grid;grid-template-columns:46px minmax(0,auto);overflow:hidden;padding:8px;grid-gap:8px}.coupon-image{border-radius:4px;filter:brightness(97%);overflow:hidden}.coupon-discountAmount{align-items:center;color:#ff5b57;-moz-column-gap:1px;column-gap:1px;display:flex;font-size:17px;justify-content:center;line-height:1}.coupon-discountAmountNumber{font-size:24px;font-weight:600;line-height:1.18}.coupon-discountCondition{color:#777;text-align:center;text-overflow:ellipsis}.coupon-discountCondition,.coupon-footer{font-size:12px;overflow:hidden;white-space:nowrap}.coupon-footer{align-items:center;background-color:#ff5b57;border-radius:0 0 8px 8px;color:#fff;display:flex;padding:6px}.coupon-actionButton{align-items:center;display:flex;margin-left:auto}.coupon-actionButton:after{background-image:url(./ico-arrow--right.CNWSdj0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-left:1px;width:14px}.recommendationMerchantCoupons{background-image:linear-gradient(180deg,#ff5b5700,#ff5b57b3);padding-bottom:24px;padding-top:16px;position:relative}.recommendationMerchantCoupons-title{align-items:center;display:flex;padding:0 16px}.recommendationMerchantCoupons-titleText{align-items:center;color:#ff5b57;display:flex;font-size:17px;font-weight:600}.recommendationMerchantCoupons-titleText:before{background-image:url(./ico-couponRed.CGl_nqXZ.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:25px;margin-right:4px;width:25px}.recommendationMerchantCoupons-moreButton{align-items:center;color:#b7b7b7;display:flex;font-size:13px;font-weight:400;margin-left:auto}.recommendationMerchantCoupons-moreButton:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;margin-left:1px;width:14px}.recommendationMerchantCoupons-pagination{margin-top:16px}.recommendationMerchantCoupons-couponArea{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px;grid-gap:16px}.campaignProductBlock-tabMenu,.campaignProductBlock-tabMenu--stuck{align-items:center;background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 56px no-repeat;border-radius:8px 8px 0 0;display:flex;min-height:56px;padding:0 16px;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)));transition:background .3s;z-index:5}.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{background:var(--page-event-theme-color,#1ec687);border-radius:0}.campaignProductBlock-productList{min-height:calc(100vh - 203px)}[data-v-92ddebfb]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.merchantAngpauList-loadingToast[data-v-92ddebfb]{left:0;position:fixed;right:0}@media screen and (min-width:790px){.merchantAngpauList-loadingToast[data-v-92ddebfb]{left:calc(100vw - 100%)}}.merchantAngpauList-loadingToast[data-v-92ddebfb]{bottom:0;top:0}.merchantAngpauList[data-v-92ddebfb]{position:relative}.merchantAngpauList-sectionTitle[data-v-92ddebfb]{color:#ff5b57;font-size:17px;line-height:25px;margin-bottom:16px}.merchantAngpauList-oneClickToDraw[data-v-92ddebfb]{background:#ff5b57;position:absolute;right:16px;top:0}.merchantAngpauList-oneClickToDraw.disabled[data-v-92ddebfb]{background:#b7b7b7}.merchantAngpauList-oneClickToDraw.ui-button[data-v-92ddebfb]{font-size:13px}.merchantAngpauList-content[data-v-92ddebfb]{background-color:#fff;border-radius:8px;padding:16px;position:relative}.merchantAngpauList-list[data-v-92ddebfb]{display:grid;row-gap:20px}.merchantAngpauList-showMore[data-v-92ddebfb]{padding:16px 0 0}.merchantAngpauList-loadingToast[data-v-92ddebfb]{align-items:center;background:#000000b3;border-radius:8px;display:flex;height:124px;justify-content:center;margin:auto;width:124px}@keyframes campaignBestTimingToBuy-skeleton-keyframes{0%{opacity:1}to{opacity:.6}}.campaignBestTimingToBuy-placeholder{animation:campaignBestTimingToBuy-skeleton-keyframes .6s ease-in-out infinite alternate;background:#f5f5f5!important;border-radius:4px}.campaignBestTimingToBuy-sectionTitle{color:#ff5b57;font-size:17px;line-height:25px;margin-bottom:16px}.campaignBestTimingToBuy-wrapper{background-color:#fff;border-radius:8px;padding:0;position:relative}.campaignBestTimingToBuy-top{background-image:url(./bg-bestBuyTop.BOJJlx4t.svg);border-radius:8px 8px 0 0;padding:8px 16px 0}.campaignBestTimingToBuy-top:after{background:#fff;border-radius:8px 8px 0 0;content:"";display:block;height:16px;margin:0 -16px;width:calc(100% + 32px)}.campaignBestTimingToBuy-title{font-size:17px;font-weight:700;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-size:12px;font-weight:400;line-height:18px;margin-bottom:6px}.campaignBestTimingToBuy-button{align-items:center;background:linear-gradient(180deg,#fff5d2,#feb85c);border-radius:12px;box-shadow:0 2px 4px #ffbe7226,inset 0 -1.5px 1px #ffe4aecc;color:#995611;cursor:pointer;display:flex;font-size:13px;font-weight:500;height:24px;line-height:16px;margin-bottom:11px;padding:0 9px;width:-moz-fit-content;width:fit-content}.campaignBestTimingToBuy-button .loading{background-image:url(./ico-loading--white.5G4YHqfR.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;width:12px}.campaignBestTimingToBuy-rewardPoints{background-image:url(./bg_emptyEnvelope.dOWkZb3y.png);background-size:cover;color:#fe3f3e;height:110px;position:absolute;right:0;top:-16px;width:135px}.campaignBestTimingToBuy-rewardPointsGroup{align-items:center;display:flex;font-size:16px;font-weight:700;justify-content:center;line-height:19px;margin-right:6px;margin-top:23px}.campaignBestTimingToBuy-rewardPointsText{font-size:24px;font-weight:800;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{height:100%;overflow:hidden;padding-bottom:16px}.campaignBestTimingToBuy-pagination{padding-top:16px}.campaignBestTimingToBuy-rewardList{-moz-column-gap:11px;column-gap:11px;display:grid;grid-template-columns:1fr 1fr 1fr}@media (min-width:750px){.campaignBestTimingToBuy-rewardList{-moz-column-gap:16px;column-gap:16px}}.campaignBestTimingToBuy-wrapper.noContent .campaignBestTimingToBuy-top{border-radius:8px;height:94px}.campaignBestTimingToBuy-wrapper.noContent .campaignBestTimingToBuy-content,.campaignBestTimingToBuy-wrapper.noContent .campaignBestTimingToBuy-top:after{display:none}.campaignsPage{background:linear-gradient(to bottom,var(--page-event-theme-color,#1ec687) 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;min-height:140px}.campaignsPage:before{content:"";display:table}.campaignsPage-backgroundElement{display:block;margin:auto;position:relative;z-index:0}.campaignsPage-backgroundElement:before{background-image:url(./campaignsPage-background-tetxtute-1.gNEW1Ih9.svg);height:200px;left:0;width:124px}.campaignsPage-backgroundElement:after,.campaignsPage-backgroundElement:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;margin-top:35.5%;position:absolute;z-index:2}.campaignsPage-backgroundElement:after{background-image:url(./campaignsPage-background-tetxtute-2.DTLGwfXY.svg);height:240px;right:0;width:188px}.campaignsPage-backgroundElement1thLayer{background-image:linear-gradient(180deg,#ff5b57,#ff5b57 16%,#ff5b5700 97%);display:block;height:500px;position:absolute;width:100%;z-index:0}@media (min-width:750px){.campaignsPage-backgroundElement1thLayer{height:700px;width:750px}}.campaignsPage-backgroundElement2thLayer{display:block;height:562px;left:50%;overflow:hidden;position:absolute;transform:translate(-50%);width:100%;z-index:1}@media (min-width:750px){.campaignsPage-backgroundElement2thLayer{height:750px}}.campaignsPage-backgroundElement2thLayer:before{background:linear-gradient(180deg,#ff5b57,#ffd23a80 64%,#ffd23a00 92%);border-radius:375px;content:"";display:block;height:562px;left:50%;position:absolute;transform:translate(-50%);width:150%}@media (min-width:750px){.campaignsPage-backgroundElement2thLayer:before{height:750px;width:100%}}.campaignsPage-coupon{background-image:linear-gradient(180deg,#ff5b5700,#ff5b57b3);height:422px;margin-bottom:-22px;padding:16px}.campaignsPage-couponTitle{align-items:center;color:#ff5b57;display:flex;font-size:17px;font-weight:600;height:25px;margin-bottom:16px;padding:0}.campaignsPage-couponTitle:before{background-image:url(./ico-couponRed.CGl_nqXZ.svg);height:25px;margin-right:4px;width:25px}.campaignsPage-couponTitle:after,.campaignsPage-couponTitle:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block}.campaignsPage-couponTitle:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);height:14px;margin-left:1px;width: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}.extensionPageLayout{display:grid;grid-template-rows:max-content minmax(0,auto) max-content;min-height:100vh}.extensionPageLayout-header{align-items:center;border-bottom:1px solid #efefef;display:flex;height:76px;padding:0 48px}@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{background-image:url(./ico-arrow--left.CB5aCkvM.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:24px;margin-right:10px;width:24px}}.extensionPageLayout-titleContainer{align-items:center;display:flex;justify-content:center}.extensionPageLayout-logo{background-image:url(./img-logo--colorful.D_usoKOi.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:23px;width:118px}@media (max-width:375px){.extensionPageLayout-logo{background-image:url(./img-logo--colorful.D_usoKOi.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:82px}}.extensionPageLayout-text{align-items:center;display:flex;font-size:24px;font-weight:700;justify-content:center}.extensionPageLayout-text:before{background-color:#efefef;content:"";height:28px;margin:0 16px;width:2px}@media (max-width:375px){.extensionPageLayout-text{font-size:16px}}.extensionPageLayout-hiddenHeader{height:16px;pointer-events:none;position:absolute;top:0;visibility:hidden;width:100%;z-index:1}.extensionPageLayout-container{min-height:calc(100vh - 76px)}.extensionPage{background-color:#fff;color:#111;display:grid;grid-template-rows:max-content minmax(0,auto) max-content;left:0;min-height:100vh;position:absolute}.extensionPage header{align-items:center;background-color:#fff;border-bottom:1px solid #efefef;display:flex;height:76px;padding:0 48px;position:sticky;top:0;z-index:1}@media (max-width:749.98px){.extensionPage header{border-bottom:0;font-size:28px;height:56px;padding:0 16px}}.extensionPage-navLink{align-items:center;display:flex;justify-content:center}@media (max-width:749.98px){.extensionPage-navLink{display:none}}.extensionPage-navLinkText{color:#949494;display:grid;font-size:16px;font-weight:400;margin-right:24px;row-gap:8px}.extensionPage-navLinkText em{font-family:LINESeedBd;font-size:18px;-webkit-text-stroke:1.2px;color:#07b53b}.extensionPage-navLinkText.eventText em{color:#1ec687;-webkit-text-stroke:.2px;font-weight:600}.extensionPage-title{color:#1ec687;font-size:40px;font-weight:600;line-height:1.4;-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{font-family:LINESeedBd;font-size:24px;margin:0 8px;-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-description .extensionPage-eventDescription em{color:#1ec687;-webkit-text-stroke:.2px;font-weight:600}.extensionPage-top{background-color:#fff;display:grid;grid-template-columns:1fr 52.3669%;margin:auto;max-width:1440px;padding:0 1.6667% 24px 4.4444%;row-gap:20px}@media (max-width:749.98px){.extensionPage-top{background-image:url(./extensionImage-coinbg--app.B-aBI8bT.png);background-position:top;background-repeat:no-repeat;background-size:100%;grid-template-columns:1fr;grid-template-rows:max-content max-content max-content;padding:0 16px 16px;row-gap:16px}}@media (max-width:374.98px){.extensionPage-top{background-size:375px}}.extensionPage-topContent{background-image:url(./extensionImage-coinbg--web.BwSmtKgL.png);background-repeat:no-repeat;background-size:contain}@media (max-width:749.98px){.extensionPage-topContent{background-image:none;text-align:center}}.extensionPage-topInfo{display:grid;margin:55px 17% 0 auto;row-gap:24px;width:-moz-fit-content;width:fit-content}@media (max-width:749.98px){.extensionPage-topInfo{grid-template-columns:1fr;margin:24px auto 0;row-gap:12px;width:100%}}.extensionPage-topHint{color:#949494;font-size:13px;grid-column-end:3;grid-column-start:1;line-height:20px;text-align:center}@media (max-width:749.98px){.extensionPage-topHint{font-size:12px;grid-column-end:none}}.extensionPage-topImage{margin:auto}@media (max-width:749.98px){.extensionPage-topImage{grid-column-start:1}}.extensionPage-block{display:grid;padding:56px 0;row-gap:16px;text-align:center}.extensionPage-block.reverse{background-color:#1ec687}@media (max-width:749.98px){.extensionPage-block{padding:48px 0;row-gap:12px}}.extensionPage-process{-moz-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:repeat(3,1fr);margin:16px auto 0;max-width:1152px}@media (max-width:749.98px){.extensionPage-process{grid-template-columns:1fr;margin:16px 16px 0;row-gap:24px}}.extensionPage-processImage{border:1px solid #efefef;border-radius:8px;box-shadow:0 4px 28px #0000001a;overflow:hidden}.extensionPage-steps{align-items:center;display:grid;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;margin:16px 0 0;row-gap:24px}}.extensionPage-stepArrow{background-image:url(./img-arrowGreen.MxlD2zg0.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:30px;width:48px}@media (max-width:749.98px){.extensionPage-stepArrow{margin:auto;transform:rotate(90deg)}}.extensionPage-functionBlock{align-items:center;display:grid;grid-template-columns:1fr 62%;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{margin:0 24px;row-gap:16px}}.extensionPage-number{font-family:LINESeedBd;font-size:56px;-webkit-text-stroke:2px;color:#1ec687;letter-spacing:2.8px;line-height:1}@media (max-width:749.98px){.extensionPage-number{font-size:44px;letter-spacing:2.2px}}.extensionPage-subTitle{direction:ltr;font-size:32px;font-weight:600;line-height:150%}@media (max-width:749.98px){.extensionPage-subTitle{font-size:24px}}.extensionPage-subDescription{direction:ltr;font-size:20px;font-weight:400;line-height:1.5;margin-top:-16px;text-align:left}@media (max-width:749.98px){.extensionPage-subDescription{font-size:15px;margin-top:-12px}}.extensionPage-sample{border:2px solid #efefef;border-radius:8px;color:#949494;display:grid;font-size:16px;font-weight:400;line-height:1;padding:16px;row-gap:16px;text-align:left;width:calc(100% - 16px)}@media (max-width:749.98px){.extensionPage-sample{font-size:13px;padding:12px;row-gap:12px;width:100%}}.extensionPage-sampleItem{align-items:center;-moz-column-gap:16px;column-gap:16px;direction:ltr;display:grid;grid-template-columns:max-content 1fr}.extensionPage-sampleItem:before{background-image:url(./ico-on.BCiT-L9K.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:32px;width:32px}@media (max-width:749.98px){.extensionPage-sampleItem:before{height:24px;width:24px}}.extensionPage-sampleItem.inactive:before{background-image:url(./ico-off.C1fFEYRe.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:32px;width:32px}@media (max-width:749.98px){.extensionPage-sampleItem.inactive:before{height:24px;width: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{gap:16px;margin-top:20px}}.extensionPage-button{align-items:center;border:2px solid #1ec687;border-radius:56px;color:#1ec687;cursor:pointer;display:flex;font-size:20px;font-weight:500;justify-content:center;overflow:hidden;padding:13px 0;white-space:nowrap;width:178px}@media (max-width:749.98px){.extensionPage-button{font-size:15px;margin:auto;width:50%}}.extensionPage-buttonWithIcon{align-items:center;background-color:#1ec687;border-radius:56px;color:#fff;cursor:pointer;display:flex;font-size:20px;font-weight:500;overflow:hidden;padding:8px 14px 8px 12px;white-space:nowrap;width:-moz-fit-content;width:fit-content}.extensionPage-buttonWithIcon:before{background-image:url(./ico-chrome.Dl1yUaK7.png);background-size:40px;content:"";height:40px;margin-right:8px;width:40px}.extensionPage-navLink .extensionPage-buttonWithIcon:before{background-size:32px;height:32px;width:32px}@media (max-width:749.98px){.extensionPage-buttonWithIcon:before{background-size:32px;height:32px;width:32px}}.extensionPage-buttonWithIcon:after{background-image:url(./ico-arrow--right.CNWSdj0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}@media (max-width:749.98px){.extensionPage-buttonWithIcon:after{height:18px;width:18px}}.extensionPage-navLink .extensionPage-buttonWithIcon:after{height:18px;width:18px}.extensionPage-buttonWithIcon.eventButton:before{background-image:url(./ico-stickerEvent.BYg4DpaE.png);background-position:50%;background-repeat:no-repeat}.extensionPage-buttonWithIcon.eventButton:after{background-image:none;width:12px}.extensionPage-buttonWithIcon.dark{background-color:#000}@media (max-width:749.98px){.extensionPage-buttonWithIcon.dark{align-items:center;display:flex;justify-content:center;margin:auto;width:180px}.extensionPage-buttonWithIcon{align-items:center;display:flex;font-size:15px;justify-content:center;line-height:48px;padding:0;width:auto}}.extensionPage-navLink .extensionPage-buttonWithIcon{font-size:15px;line-height:48px;padding:0 14px 0 8px}@media (max-width:749.98px){.extensionPage-topInfoBtn{font-size:15px;margin:auto;width:50%}}.extensionPage-footer{background-color:#1ec687;padding:84px 0}@media (max-width:749.98px){.extensionPage-footer{padding:48px 16px}}.extensionPage-footerWrapper{align-items:center;-moz-column-gap:145px;column-gap:145px;display:grid;grid-template-columns:1fr minmax(0,auto);height:100%;margin:0 auto;position:relative;width:-moz-fit-content;width:fit-content}@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{justify-content:center;row-gap:12px;text-align:center}}.extensionPage-footerTitle{font-size:40px;font-weight:600;line-height:1.4}.extensionPage-footerDescription{align-items:center;display:flex;font-size:20px;font-weight:400;margin-bottom:16px;white-space:nowrap}.extensionPage-footerDescription em{font-family:LINESeedBd;font-size:24px;margin:0 8px;-webkit-text-stroke:1.5px;color:#fff}@media (max-width:749.98px){.extensionPage-footerDescription em{font-size:18px}.extensionPage-footerDescription{font-size:15px;margin:0 auto 20px;row-gap:8px}}.extensionPage-footerDescription.eventText em{-webkit-text-stroke:.2px;font-weight:600}.extensionPage-footerImage{height:auto;max-height:350px;max-width:490px;width:100%}@media (max-width:749.98px){.extensionPage-footerImage{margin-top:24px}}.extensionPage-footerInfo{color:#111;font-size:13px;line-height:20px;margin-top:36px;padding:0 48px;text-align:center}.extensionLoginPage-button{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.extensionLoginPage{display:grid;grid-template-rows:max-content minmax(0,auto) max-content;margin:0 auto;max-width:1440px;min-height:100%}.extensionLoginPage:before{content:"";display:table}.extensionLoginPage-wrapper{align-items:center;-moz-column-gap:9%;column-gap:9%;display:grid;grid-template-columns:1fr minmax(0,auto);margin:122px 10%;max-width:1152px}.extensionLoginPage-title{font-size:40px;font-weight:600;line-height:140%}.extensionLoginPage-content{color:#111;display:grid;font-size:20px;font-weight:400;line-height:1.2;row-gap:24px}.extensionLoginPage-description{display:grid;row-gap:16px}.extensionLoginPage-oaText{color:#949494;font-size:13px;line-height:20px;margin-bottom:12px}.extensionLoginPage-links{display:flex;gap:24px}.extensionLoginPage-subDescription{align-items:center;display:flex;white-space:nowrap}.extensionLoginPage-subDescription em{font-family:LINESeedBd;font-size:24px;margin:0 8px;-webkit-text-stroke:1.5px;color:#07b53b}.extensionLoginPage-subDescription.eventSubDescription em{color:#1ec687;-webkit-text-stroke:.2px;font-weight:600}.extensionLoginPage-image{border:2px solid #efefef;border-radius:8px;height:auto;max-height:343px;max-width:466px;overflow:hidden;width:100%}.extensionLoginPage-eventRulesBtn{align-items:center;border:2px solid #1ec687;border-radius:56px;color:#1ec687;cursor:pointer;display:flex;font-size:20px;font-weight:500;justify-content:center;overflow:hidden;padding:13px 0;white-space:nowrap;width:178px}.extensionLoginPage-button{border-radius:56px;font-size:20px;height:56px;padding:0 52px;width:-moz-fit-content;width:fit-content}.extensionLoginPage-footer{color:#949494;font-size:13px;line-height:1.5;margin-bottom:89px;text-align:center}.hotKeywordRank-itemImg>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.hotKeywordRank-body{background-color:#fff;border-radius:8px;margin:auto;max-width:750px;padding:16px;position:relative;width:100%}.hotKeywordRank-title{background-image:url(./ranking_list_background.Bv8zRcIg.png);background-size:cover;border-radius:8px 8px 0 0;color:#fff;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{align-items:center;color:#fff;display:flex;font-size:13px}.hotKeywordRank-sectionTitleMore:after{background-image:url(./ico-arrow--right.CNWSdj0U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-left:2px;width:18px}.hotKeywordRank-item{display:block;margin-bottom:10px;position:relative}.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{background-image:url(./ico-okOn.CVd3fBBN.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.hotKeywordRank-itemLink{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hotKeywordRank-itemNumber{color:#ba9155;font-size:12px;font-style:italic;font-weight:700;margin-right:13px;min-width:14px;text-align:center}.hotKeywordRank-itemImg{background-color:transparent;border-radius:4px;display:inline-block;filter:brightness(97%);height:30px;margin-right:8px;min-width:30px;overflow:hidden;position:relative;width:30px}.hotKeywordRank-itemName,.hotKeywordRank-itemName--checked{color:#111;display:block;font-size:13px;font-weight:500;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:-moz-fit-content;width:fit-content}.hotKeywordRank-itemName--checked{color:#1ec687}.hotKeywordRank-itemAmount,.hotKeywordRank-itemAmount--checked{color:#b7b7b7;font-size:13px}.hotKeywordRank-itemAmount--checked{color:#1ec687}.hotKeywordRank-itemStatus--upRed{background-image:url(./ico-up--red.BFYyGxfh.svg)}.hotKeywordRank-itemStatus--downGrey,.hotKeywordRank-itemStatus--upRed{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-right:4px;width:23px}.hotKeywordRank-itemStatus--downGrey{background-image:url(./ico-down--grey.BvXWWbwn.svg)}.hotKeywordRank-itemBadge{margin-right:3px;min-width:23px}.hotKeywordRank-itemBadge--hot{background-image:url(./badge-hot--cube.DUHmKqD0.svg);flex-shrink:0;margin-right:3px}.hotKeywordRank-itemBadge--hot,.hotKeywordRank-itemBadge--new{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:32px}.hotKeywordRank-itemBadge--new{background-image:url(./badge-new--cube.CWU0G4xe.svg);margin-right:4px}.hotKeywordRank-itemQuantity{color:#b7b7b7;font-size:12px;margin-left:auto;padding-left:10px;white-space:nowrap}.hotKeywordRank-itemPoints{align-items:center;color:#07b53b;display:flex;font-size:13px;font-weight:500;justify-content:flex-start;margin-left:auto;white-space:nowrap;width:44px}.hotKeywordRank-itemPointIcon{height:14px;margin-right:1px;width:14px}.hotKeywordRank-itemCheck{background-image:url(./ico-ok2.ZWOsFVwY.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-left:auto;width:24px}.hotSearchPage-header{color:#fff;padding:0 16px}.hotSearchPage-title{font-size:22px;font-weight:600;line-height:30px}.hotSearchPage-slogan{color:#fffefb;font-size:13px;line-height:18px;margin-bottom:16px}.launchPadPage{padding:16px}[data-v-fbb30458]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.shoppingLensProcessing-footer[data-v-fbb30458]{left:0;position:fixed;right:0}@media screen and (min-width:790px){.shoppingLensProcessing-footer[data-v-fbb30458]{left:calc(100vw - 100%)}}.shoppingLensProcessing-footer[data-v-fbb30458]{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.shoppingLensProcessing-footer[data-v-fbb30458]{width:749px}}.shoppingLensProcessing-hidden[data-v-fbb30458]{display:none}.shoppingLensProcessing-footer[data-v-fbb30458]{background:#fff;height:10vh;padding:10px 16px}.shoppingLensProcessing-btn[data-v-fbb30458]{background-color:#f5f5f5;border-radius:18px;color:#1ec687;display:block;font-size:14px;padding:10px 0;text-align:center;width:100%}.similarProductList-productList{margin:16px}.similarProductList-loading,.similarProductList-noProduct{margin-top:32px}.similarProductList-noProduct{text-align:center}[data-v-adcf193e]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.promotionProductPanel[data-v-adcf193e]{scrollbar-width:none;-ms-overflow-style:none;height:100%}.promotionProductPanel[data-v-adcf193e]::-webkit-scrollbar{display:none;width:0}.promotionProductPanel-box[data-v-adcf193e]{background-color:#fff;box-shadow:none;padding:16px}.promotionProductPanel-card[data-v-adcf193e]{border-bottom:8px solid #f5f5f5}.promotionProductPanel-tabContentWrapper[data-v-adcf193e]{min-height:100vh;position:relative;z-index:2}.promotionProductPanel-tabContentWrapper.noPadding[data-v-adcf193e]{padding:0}.promotionProductPanel-paddingBlock[data-v-adcf193e]{background-color:#fff;padding:16px}.priceAlertPage{background-color:#fff;height:100%}.edmSettingPage{display:grid;height:-moz-fit-content;height:fit-content;padding-top:8px;row-gap:2px}.edmSettingPage-item{font-size:13px}.extensionSuccessPage-button{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.extensionSuccessPage{align-items:center;display:grid;margin:0 auto;max-width:1440px}.extensionSuccessPage-top{align-items:center;color:#111;display:grid;grid-template-columns:1fr minmax(0,auto);margin:0 10%;max-width:1152px}.extensionSuccessPage-content{display:grid;font-size:20px;font-weight:400;grid-template-rows:repeat(3,max-content);line-height:1.2;row-gap:24px}.extensionSuccessPage-title{font-size:40px;font-weight:600;line-height:140%}.extensionSuccessPage-title em{color:#1ec687;font-family:LINESeedBd;margin:0 4px;-webkit-text-stroke:.2px;font-weight:600}.extensionSuccessPage-image{height:auto;max-height:346px;max-width:466px;width:100%}.extensionSuccessPage-action{align-items:center;-moz-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:max-content max-content;margin-top:12px;width:-moz-fit-content;width:fit-content}.extensionSuccessPage-button{border-radius:56px;font-size:20px;height:56px;width:172px}.extensionSuccessPage-button.reverse{background-color:#fff;border:2px solid #1ec687;color:#1ec687}.extensionSuccessPage-bottom{-moz-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:repeat(3,1fr);margin:0 10%;max-width:1152px}.extensionSuccessPage-stepImage{border:2px solid #efefef;border-radius:8px;height:auto;overflow:hidden;width:100%}.extensionSuccessPage-footer{color:#949494;font-size:13px;line-height:1.5;margin-top:100px;text-align:center}[data-v-ac6c0c99]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.inShopStorePage-merchantImg>img[data-v-ac6c0c99]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.inShopStorePage[data-v-ac6c0c99]{position:relative}.inShopStorePage-header[data-v-ac6c0c99]{background-color:#fff;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}.noTitlebar .inShopStorePage-header[data-v-ac6c0c99]{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-ac6c0c99]{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-ac6c0c99]{align-items:center;background-color:#f5f5f5;border-radius:18px;display:flex;height:36px;margin:10px 16px 16px;overflow:hidden;padding:6px 6px 6px 11px}.inShopStorePage-searchInput[data-v-ac6c0c99]{-webkit-appearance:none;background-color:transparent;border:none;color:#111;flex-grow:2;font-size:13px;outline:0}.inShopStorePage-searchInput[data-v-ac6c0c99]::-moz-placeholder{color:#b7b7b7}.inShopStorePage-searchInput[data-v-ac6c0c99]::placeholder{color:#b7b7b7}.inShopStorePage-cancelBtn[data-v-ac6c0c99]{background-image:url(./ico-cancel--grey.y20wjKk9.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.inShopStorePage-topButton[data-v-ac6c0c99]{background-color:#1ec687;border-radius:12px;color:#fff;cursor:pointer;font-weight:500;height:-moz-fit-content;height:fit-content;line-height:24px;margin-left:10px;padding:0 9px;width:-moz-fit-content;width:fit-content}.inShopStorePage-noResult[data-v-ac6c0c99],.inShopStorePage-topButton[data-v-ac6c0c99]{align-items:center;display:flex;font-size:13px;justify-content:center}.inShopStorePage-noResult[data-v-ac6c0c99]{color:#949494;flex-direction:column;font-weight:400;line-height:20px;padding-top:16px}.inShopStorePage-filter[data-v-ac6c0c99]{padding:0 16px 16px;position:relative}.inShopStorePage-arrowButton[data-v-ac6c0c99]{align-items:center;color:#1ec687;cursor:pointer;display:flex;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.inShopStorePage-arrowButton[data-v-ac6c0c99]:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #b7b7b7;content:"";display:inline-block;height:5px;margin:0 4px;transition:transform .3s;width:8px}.inShopStorePage-arrowButton.down[data-v-ac6c0c99]:after{transform:rotate(180deg)}.inShopStorePage-dropdown[data-v-ac6c0c99]{left:0;position:absolute;width:100%}.inShopStorePage-dropdownContainer[data-v-ac6c0c99]{background-color:#f5f5f5;border-radius:0 0 8px 8px;overflow:hidden;padding:16px;position:relative;z-index:5}.inShopStorePage-dropdownItem[data-v-ac6c0c99]{align-items:center;color:#777;-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:grid;font-size:13px;grid-template-columns:auto 15px;height:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.inShopStorePage-dropdownItem.active[data-v-ac6c0c99]{color:#1ec687}.inShopStorePage-dropdownItem.active[data-v-ac6c0c99]:after{background-image:url(./ico-check-green.BLcA-ro-.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:15px;width:15px}.inShopStorePage-merchants[data-v-ac6c0c99]{display:grid;padding:0 16px 16px;row-gap:16px}.inShopStorePage-merchantItem[data-v-ac6c0c99]{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:56px 1fr max-content}.inShopStorePage-imageWrap[data-v-ac6c0c99]{position:relative}.inShopStorePage-merchantImg[data-v-ac6c0c99]{background-color:#00000008;border-radius:4px;display:block;filter:brightness(97%);height:56px;overflow:hidden;position:relative;width:56px}.inShopStorePage-logo[data-v-ac6c0c99]{background-size:cover;border:1px solid #fff;border-radius:20px;bottom:4px;color:#fff;height:20px;position:absolute;right:4px;width:20px}.inShopStorePage-merchantInfo[data-v-ac6c0c99]{display:grid;margin:auto 0;row-gap:8px}.inShopStorePage-name[data-v-ac6c0c99]{color:#555;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inShopStorePage-points[data-v-ac6c0c99]{align-items:center;color:#07b53b;-moz-column-gap:2px;column-gap:2px;display:grid;font-size:12px;grid-template-columns:12px 1fr;line-height:14px}.inShopStorePage-points[data-v-ac6c0c99]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;width:12px}.inShopStorePage-button[data-v-ac6c0c99]{background-color:#f5f5f5;border-radius:12px;color:#777;font-size:13px;font-weight:500;height:24px;line-height:24px;margin:auto;padding:0 9px;white-space:nowrap}.categoryBar{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}.noTitlebar .categoryBar{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 .categoryBar{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)))}.categoryCircleBlock{padding:16px}.categoryCircleBlock-card{background-color:#fff;border-radius:8px;padding:24px 18px 8px}.categoryCircleBlock-list{display:flex;flex-wrap:wrap;justify-content:space-between;vertical-align:top}.categoryCircleBlock-item{margin-bottom:27px;text-align:center;width:20%}.categoryCircleBlock-item:nth-child(n+6){margin-bottom:16px}@media (max-width:374.98px){.categoryCircleBlock-item{width:16.69%}}.categoryCircleBlock-img{border-radius:100%;display:inline-block;filter:brightness(97%);height:45px;overflow:hidden;position:relative;width:45px}@media (max-width:374.98px){.categoryCircleBlock-img{height:40px;width:40px}}.categoryCircleBlock-imgNoOverflow{border-radius:inherit;overflow:auto}.categoryCircleBlock-imgNoOverflow:after{border-radius:50%}.categoryCircleBlock-text{color:#000;font-size:12px;height:11px;line-height:1;margin-top:8px;position:relative}.categoryCircleBlock-textWords{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-v-c687c8b3]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.searchHotKeywords-sectionTitleContentWrapper[data-v-c687c8b3]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.searchHotKeywords[data-v-c687c8b3]{padding:16px}.searchHotKeywords-card[data-v-c687c8b3]{background-color:#fff;border-radius:8px;padding:16px}.searchHotKeywords-sectionTitleContentWrapper[data-v-c687c8b3]{align-items:center;cursor:pointer;display:flex;justify-content:flex-end;left:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.searchHotKeywords-list[data-v-c687c8b3]{max-height:144px;overflow:hidden}@media screen and (min-width:550px){.searchHotKeywords-list[data-v-c687c8b3]{overflow:inherit}}.searchHotKeywords-item[data-v-c687c8b3]{border-radius:4px;height:40px;margin-bottom:12px;width:100%}@media screen and (min-width:550px){.searchHotKeywords-item[data-v-c687c8b3]{display:inline-block;margin-right:2%;width:49%}}.searchHotKeywords-item[data-v-c687c8b3]:nth-child(2n){margin-right:0}.searchHotKeywords-item[data-v-c687c8b3]:last-child{margin-bottom:0}.searchHotKeywords-link[data-v-c687c8b3]{align-items:center;display:flex;line-height:40px}.searchHotKeywords-link[data-v-c687c8b3]:after,.searchHotKeywords-link[data-v-c687c8b3]:before{background-color:#f5f5f5;content:"";display:inline-block;flex-grow:0;flex-shrink:0;height:40px;position:relative}.searchHotKeywords-link[data-v-c687c8b3]:before{border-radius:4px 0 0 4px;flex-basis:5px;width:5px}.searchHotKeywords-link[data-v-c687c8b3]:after{border-radius:0 4px 4px 0;flex-basis:15px;width:15px}.searchHotKeywords-imgBox[data-v-c687c8b3]{align-items:center;background-color:#f5f5f5;display:flex;height:40px;justify-content:center;padding-right:8px;position:relative}.searchHotKeywords-img[data-v-c687c8b3]{border-radius:2px;display:block;filter:brightness(97%);height:30px;overflow:hidden;position:relative;width:30px}.searchHotKeywords-name[data-v-c687c8b3]{background-color:#f5f5f5;color:#303030;display:block;font-size:14px;font-weight:700;height:40px;overflow:hidden;padding-right:10px;text-overflow:ellipsis;white-space:nowrap;width:-moz-fit-content;width:fit-content}.searchHotKeywords-quantity[data-v-c687c8b3]{color:#777;display:inline-block;font-size:12px;padding-right:5px;white-space:nowrap}.searchHotKeywords-badge[data-v-c687c8b3],.searchHotKeywords-quantity[data-v-c687c8b3]{background-color:#f5f5f5;height:40px;position:relative}.searchHotKeywords-badge[data-v-c687c8b3]{align-items:center;display:flex;display:inline-block;justify-content:center}.searchHotKeywords-badge[data-v-c687c8b3]:before{background-image:url(./badge-new.BHwKxlpI.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;width:23px}.searchHotKeywords-iconText[data-v-c687c8b3]{align-items:center;color:#777;display:flex;font-size:13px}.searchHotKeywords-iconReload[data-v-c687c8b3],.searchHotKeywords-iconReload--active[data-v-c687c8b3]{background-image:url(./ico-reload.THE9itqW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:2px;width:16px}.searchHotKeywords-iconReload--active[data-v-c687c8b3]{animation:searchHotKeywords-iconRotation-c687c8b3 2s ease infinite}@keyframes searchHotKeywords-iconRotation-c687c8b3{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.productCards-title{color:var(--page-event-theme-color)}.productCards-content>:not(:first-child){margin-top:18px}.mediaCards{padding:16px}.mediaCards-list{background-color:#fff;border-radius:8px;padding:16px 16px 20px}.homeCategoryPage-cards{padding:16px}.homeCategoryPage-horizontalButtons{margin:20px 16px}.homeCategoryPage-contentWithTitle{background:#fff;border-radius:8px 8px 0 0;margin-top:12px;padding:24px 0}.homeCategoryPage-sectionTitle{padding-left:16px}.homeCategoryPage-productList{min-height:calc(100vh - 163px);padding:0 16px}.formSelect-title{color:#111;display:block;margin-bottom:8px}.formSelect-requiredIcon,.formSelect-title{font-size:15px;font-weight:600;line-height:18px}.formSelect-requiredIcon{color:#ff5b57;margin-left:2px}.formSelect-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background:url(./ico-arrow--downBlack.D30OJTWQ.svg) no-repeat right 14px center/16px 16px;border:1px solid #f5f5f5;border-radius:8px;color:#111;cursor:pointer;font-size:15px;line-height:22px;margin-bottom:24px;outline:none;overflow:hidden;padding:11px 40px 11px 14px;text-overflow:ellipsis;white-space:nowrap;width:100%}.formSelect-select:focus{border:1px solid #1ec687}.formSelect-select:disabled{background:#f5f5f5;opacity:1;-webkit-text-fill-color:#b7b7b7;color:#b7b7b7;cursor:auto}.formSelect-select:disabled::-webkit-input-placeholder{color:#c8c8c8}.formSelect-fieldInvalid{background:url(./ico-arrow--downRed.DtYG7u9J.svg) no-repeat right 14px center/16px 16px;border:1px solid #ff5b57}.formSelect-placeholder{color:#c8c8c8}.formSelect-errorMessage{color:#ff5b57;font-size:12px;line-height:18px;margin:-18px 0 24px}.formTextarea{position:relative}.formTextarea-title{color:#111;display:block;font-size:15px;font-weight:600;line-height:18px;margin-bottom:8px}.formTextarea-textArea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #f5f5f5;border-radius:8px;caret-color:#1ec687;color:#111;cursor:pointer;font-size:15px;height:176px;line-height:22px;margin-bottom:24px;outline:none;overflow:hidden;padding:11px 14px;resize:none;text-overflow:ellipsis;white-space:nowrap;white-space:normal;width:100%}.formTextarea-textArea::-moz-placeholder{color:#c8c8c8}.formTextarea-textArea::placeholder{color:#c8c8c8}.formTextarea-textArea:focus{border:1px solid #1ec687}.formTextarea-wordsCount{bottom:34px;color:#b7b7b7;cursor:pointer;display:block;font-size:12px;line-height:18px;position:absolute;right:15px;text-align:right}.formTextarea-requiredIcon{color:#ff5b57;font-size:15px;font-weight:600;line-height:18px;margin-left:2px}.formTextarea-fieldDisabled{background:#f5f5f5;color:#b7b7b7;cursor:auto}.formUpload-content--thumbnailContainer>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.formUpload{position:relative}.formUpload-title{color:#111;display:block;margin-bottom:8px}.formUpload-requiredIcon,.formUpload-title{font-size:15px;font-weight:600;line-height:18px}.formUpload-requiredIcon{color:#ff5b57;margin-left:2px}.formUpload-content{margin-bottom:24px}.formUpload-content--thumbnailContainer{background-color:#fff;border:1px solid #efefef;border-radius:8px;height:0;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.formUpload-content--thumbnail{max-height:100%;max-width:100%}.formUpload-content--altImg{content:url(./logo_%20alternative_shopping.C2l37l3n.png)}.formUpload-content--deleteIcon{background:url(./ico-delete-redBackground.D7wyHG41.svg) no-repeat 50%/24px 24px;cursor:pointer;height:24px;position:absolute;right:4px;top:4px;width:24px}.formUpload-content--selectFilesButtonContainer{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:8px}@media (min-width:750px){.formUpload-content--selectFilesButtonContainer{grid-template-columns:repeat(8,1fr)}}.formUpload-content--customSelectFilesButton{background:url(./ico_outlined_add.CoPTPjF3.svg) no-repeat 50%/30px 30px;border:1px solid #efefef;border-radius:8px;cursor:pointer;display:inline-block;height:0;padding-bottom:100%}.formUpload-content--selectFilesButton{display:none}.formUpload-content--description{color:#949494;font-size:12px;line-height:18px;margin-top:6px}[data-v-991a7377]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.selectableRedEnvelopeCard[data-v-991a7377]{align-items:center;border:1px solid #efefef;border-radius:8px;color:#949494;display:grid;font-size:12px;grid-template-columns:minmax(0,auto) 1fr minmax(0,auto);line-height:18px;padding-top:12px;position:relative}.selectableRedEnvelopeCard.checked[data-v-991a7377]{border-color:#ff5b57}.selectableRedEnvelopeCard-angpauCardHeader[data-v-991a7377]{cursor:pointer;grid-template-columns:minmax(56px,max-content) minmax(0,1fr) 46px;padding:0 0 0 12px}.selectableRedEnvelopeCard-warning[data-v-991a7377]{color:#ff5b57;margin-left:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selectableRedEnvelopeCard-bottom[data-v-991a7377]{border-top:1px solid #efefef;grid-column:1/last-col;margin-top:13px}.selectableRedEnvelopeCard-iconArrow[data-v-991a7377]{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;position:absolute;right:10px;top:10px;width:14px}@keyframes transferEvents-arrow-rotateUp-991a7377{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes transferEvents-arrow-rotateDown-991a7377{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.selectableRedEnvelopeCard-iconArrow--up[data-v-991a7377]{animation-name:transferEvents-arrow-rotateUp-991a7377}.selectableRedEnvelopeCard-iconArrow--down[data-v-991a7377]{animation-name:transferEvents-arrow-rotateDown-991a7377}.selectableRedEnvelopeCard-dropdown[data-v-991a7377]{align-items:center;display:flex;padding:8px 10px 8px 12px;position:relative}.selectableRedEnvelopeCard-icon--clock[data-v-991a7377]{background-image:url(./ico-clock--grey.D8I85HsK.svg)}.selectableRedEnvelopeCard-icon--clock[data-v-991a7377],.selectableRedEnvelopeCard-icon--exclamationMark[data-v-991a7377]{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-right:2px;width:18px}.selectableRedEnvelopeCard-icon--exclamationMark[data-v-991a7377]{background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg)}.selectableRedEnvelopeCard-icon--check[data-v-991a7377]{background-image:url(./ico-checkedGray.Tvl1Ks0l.svg);height:18px;margin-right:2px;width:18px}.selectableRedEnvelopeCard-icon--check[data-v-991a7377],.selectableRedEnvelopeCard-icon--cross[data-v-991a7377]{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block}.selectableRedEnvelopeCard-icon--cross[data-v-991a7377]{background-image:url(./ico-close--grayDeep.Bp4Sdo__.svg);height:10px;margin-left:2px;margin-right:6px;width:10px}.pointRedEnvelopeSelect{background:#fff;display:grid;padding:16px;row-gap:16px}.pointRedEnvelopeSelect-title{color:#111;font-size:17px;font-weight:600;line-height:25px}.pointRedEnvelopeSelect-showMoreBtn{align-items:center;background:#f5f5f5;border:1px solid #f5f5f5;border-radius:9999px;color:#ff5b57;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:17px;padding:8.5px 0}.pointRedEnvelopeSelect-showMoreBtn--arrowDownIcon{background-image:url(./ico-arrow--downRed.DtYG7u9J.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:19px;width:19px}.redEnvelopeSelectPanel{left:0;position:fixed;right:0}@media screen and (min-width:790px){.redEnvelopeSelectPanel{left:calc(100vw - 100%)}}.redEnvelopeSelectPanel{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.redEnvelopeSelectPanel{width:749px}}.redEnvelopeSelectPanel{background-color:#f5f5f5;border-radius:12px 12px 0 0;overflow-y:auto;scrollbar-width:none;transform:translateY(0);-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{display:none;width:0}.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}.formDatePicker-title{color:#111;display:block;font-size:15px;font-weight:600;line-height:18px;margin-bottom:8px}.formDatePicker-requiredIcon{color:#ff5b57;font-size:15px;font-weight:600;line-height:18px;margin-left:2px}.formDatePicker-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #f5f5f5;border-radius:8px;caret-color:#1ec687;color:#111;cursor:pointer;font-size:15px;line-height:22px;margin-bottom:24px;outline:none;padding:11px 40px 11px 14px;width:100%}.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{color:#ff5b57;font-size:12px;line-height:18px;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;padding:0;width:30px}.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{background-color:var(--vc-gray-200)!important;color:#1a202c!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{background:none;border:none}.vc-time-weekday{color:#4a5568}.vc-base-select{background:var(--vc-gray-200);border:1px solid var(--vc-gray-200);border-radius:5px;width:52px}.vc-base-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0 22px 0 7px;text-align:left!important;width:100%}.vc-base-select select:focus{background-color:#fff;border:2px solid var(--vc-accent-400);border-radius:5px}.vc-base-select:after{background-image:url(./ico-arrow--down.CwYxxE3A.svg);background-size:cover;content:"";height:16px;pointer-events:none;position:absolute;right:5px;top:50%;transform:translateY(-50%);width:16px}.vc-time-colon{margin:0 4px}.formRadios{margin-bottom:24px}.formRadios-title{color:#111;display:block;margin-bottom:8px}.formRadios-requiredIcon,.formRadios-title{font-size:15px;font-weight:600;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{color:#555;cursor:pointer;font-size:12px;position:relative}.formRadios-button{border:1px solid #b7b7b7;border-radius:50%;display:inline-block;height:16px;left:-20px;position:absolute;top:0;width:16px}.formRadios-button:after{background-color:#1ec687;border-radius:50%;content:"";display:block;height:11px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s;width:11px}.formRadios-errorMessage{color:#ff5b57;font-size:12px;line-height:18px;margin:6px 0 24px}.formRadios-selectPointRedEnvelope{margin:8px 0 12px}.formRadios-selectPointRedEnvelope.noSelected{background-image:url(./ico-arrow--downRed.DtYG7u9J.svg);border-color:#ff5b57}.formRadios-errorPointRedEnvelopeMessage{color:#ff5b57;font-size:12px;line-height:18px;margin:-6px 0 12px}.orderInquiryPage-bottomTools,.orderInquiryPage-loading{left:0;position:fixed;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{margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.orderInquiryPage-bottomTools{width:749px}}.orderInquiryPage{margin-bottom:56px}.orderInquiryPage-card1{box-shadow:0 2px 12px -6px #00000026;margin:16px;padding:16px}.orderInquiryPage-card2{background:#fff;padding:24px 16px}.orderInquiryPage-orderTotalContent{display:flex}.orderInquiryPage-orderTotalContent--currency{margin-right:16px;width:104px}.orderInquiryPage-orderTotalContent--total{flex:1 0 0}.orderInquiryPage-fieldTitle{color:#111;display:block;font-size:15px;font-weight:600;line-height:18px;margin-bottom:8px}.orderInquiryPage-requiredIcon{color:#ff5b57;font-size:15px;font-weight:600;line-height:18px;margin-left:2px}.orderInquiryPage-agreeContent{align-items:flex-start;display:flex}.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:1px solid #b7b7b7;border-radius:9999px;cursor:pointer;height:16px;margin:3px 5px 0 2px;width:16px}.orderInquiryPage-agreeContent--description{color:#555;cursor:pointer;flex:1 0 0;font-size:12px;line-height:18px}.orderInquiryPage-agreeContent--errorMessage{color:#ff5b57;font-size:12px;line-height:18px;margin:6px 0 0 23px}.orderInquiryPage-exordium{color:#b7b7b7;font-size:12px;line-height:22px}.orderInquiryPage-agreementLink{color:#5b82db;text-decoration:underline}.orderInquiryPage-bottomTools{background:#fff;box-shadow:0 -2px 12px -6px #00000026;min-height:56px;padding:10px 16px 4px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:1}.orderInquiryPage-button{background-color:#1ec687;border-radius:36px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;height:36px;line-height:17px;padding:7px 13px}.orderInquiryPage-button,.orderInquiryPage-loading{align-items:center;display:flex;justify-content:center}.orderInquiryPage-loading{background:#000000b3;border-radius:8px;height:124px;margin:auto;width:124px;z-index:10}.priceTrackerHeader{color:#949494;display:grid;font-size:12px;font-weight:400;line-height:18px;position:relative;row-gap:4px}.priceTrackerHeader.isRecommend:after{background-image:url(./bg-priceAlert.Bpyz76VV.png);background-size:contain;content:"";display:block;height:64px;position:absolute;right:8px;top:-10px;width:64px}.priceTrackerHeader-title{color:#111;font-size:15px;font-weight:600;line-height:22px}@media (max-width:374.98px){.isRecommend .priceTrackerHeader-description{max-width:65%}}.priceTrackerItem-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.priceTrackerItem{display:grid;row-gap:8px}.priceTrackerItem--placeholder{height:120px}.priceTrackerItem-top{align-items:center;-moz-column-gap:8px;column-gap:8px;display:grid;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{background-color:#00000008;border-radius:4px;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:100%;position:relative;width:56px;z-index:1}.expiredMode .priceTrackerItem-image{filter:brightness(100%)}.expiredMode .priceTrackerItem-image:after{align-items:center;background-image:url(./img-productExpired.DGN40jOr.svg);color:#fff;content:attr(data-content);display:flex;font-size:13px;font-weight:600;height:56px;justify-content:center;position:relative;z-index:1}.priceTrackerItem-name{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#555;font-size:13px;font-weight:600;line-height:1.2;line-height:16px;max-height:2.4em;white-space:normal}.expiredMode .priceTrackerItem-name{color:#c8c8c8;-webkit-line-clamp:1}.priceTrackerItem-text{color:#949494;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.priceTrackerItem-text,.priceTrackerItem-text--noWarp{font-size:12px;font-weight:400;line-height:18px;margin-top:2px}.priceTrackerItem-text--noWarp{color:#c8c8c8}.priceTrackerItem-button{align-items:center;background-color:#f5f5f5;border-radius:100%;cursor:pointer;display:flex;height:32px;justify-content:center;margin-left:2px;width:32px}.priceTrackerItem-button.delete:before{background-image:url(./ico-trashCanRed.DFMeqfHR.svg)}.priceTrackerItem-button.delete:before,.priceTrackerItem-button.update:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.priceTrackerItem-button.update:before{background-image:url(./ico-editGreen.DNvaGDFu.svg)}.priceTrackerItem-button.notice{background-color:#1ec687;border-radius:24px;color:#fff;font-size:13px;font-weight:500;height:24px;line-height:16px;padding:0 9px;width:-moz-fit-content;width:fit-content}.priceTrackerItem-bottom{align-items:center;border:1px solid #efefef;border-radius:4px;-moz-column-gap:4px;column-gap:4px;display:grid;padding:8px;row-gap:4px}.priceTrackerItem-bottom--placeholder{height:54px}.priceTrackerItem-section{align-items:center;color:#949494;display:grid;font-size:12px;font-weight:400;grid-template-columns:1fr max-content;line-height:14px;white-space:nowrap}.expiredMode .priceTrackerItem-section{color:#c8c8c8}.priceTrackerItem-rightPart{align-items:center;color:#111;display:flex;margin-left:auto}.priceTrackerItem-price{font-size:15px;font-weight:600;line-height:18px}.expiredMode .priceTrackerItem-price{color:#c8c8c8;font-weight:400}.priceTrackerItem-badge{padding:1px 2px}.priceTrackerPage-bottomTools{left:0;position:fixed;right:0}@media screen and (min-width:790px){.priceTrackerPage-bottomTools{left:calc(100vw - 100%)}}.priceTrackerPage-bottomTools{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.priceTrackerPage-bottomTools{width:749px}}.priceTrackerPage{display:grid;grid-template-rows:1fr max-content;padding-top:16px}.priceTrackerPage-empty{color:#949494;display:block;font-size:13px;line-height:20px;margin:auto}.priceTrackerPage-card{background-color:#fff;border-radius:8px;display:grid;height:-moz-fit-content;height:fit-content;margin:0 16px 16px;padding:16px;row-gap:16px}.priceTrackerPage-loading{margin:32px 0}.priceTrackerPage-bottomTools{align-items:center;background-color:#fff;box-shadow:0 -2px 12px -6px #00000026;-moz-column-gap:14px;column-gap:14px;display:grid;grid-template-columns:64px 1fr;padding:9px 14px 9px 12px;padding-bottom:calc(9px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:1}.priceTrackerPage-bottomToolsTutorial{align-items:center;color:#777;cursor:pointer;display:grid;font-size:12px;justify-items:center;position:relative;row-gap:2px}.priceTrackerPage-bottomToolsTutorial:before{background-image:url(./ico-questionMarkGrey.EX5aKzhd.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.priceTrackerPage-bottomToolsBtn{align-items:center;background-color:#1ec687;border-radius:36px;color:#fff;display:flex;font-size:14px;height:36px;justify-content:center;line-height:36px;margin:1px 0;position:relative}.priceTrackerPage-bottomToolsBtn:before{background-image:url(./ico-glassWhite.DjoHr4D6.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.rebateDetailTop{display:grid;font-size:12px;font-weight:600;row-gap:4px;text-align:center}.rebateDetailTop-steamp{background-image:url(./img-overStamp--white.GVLpYd4g.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:80px;left:10px;position:absolute;top:0;width:80px}.rebateDetailTop-badgGroup{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,max-content));justify-content:center}.rebateDetailTop-badge,.rebateDetailTop-badge--main{margin:0}.rebateDetailTop-title{color:#fff;font-size:20px;font-weight:600;line-height:30px;margin:auto}.rebateDetailTop-description{color:#d7c9ff;font-size:13px;font-weight:400;line-height:20px;margin:auto}.rebateDetailTop-alertNotice{color:#ff5b57}.rebateDetailTop-alertNoticeSubText{margin:4px 0}.rebateDetailTop-strikethrough{text-decoration:line-through}.rebateDetailTop-totalPoints{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.15);border-radius:40px;color:#ffffff80;display:flex;font-size:12px;font-weight:400;justify-content:center;line-height:14px;margin:12px auto 0;padding:5px 9px;width:-moz-fit-content;width:fit-content}.rebateDetailTop-points{align-items:center;color:#07b53b;color:#fff;display:flex;font-size:24px;font-weight:400;font-weight:600;line-height:29px}.rebateDetailTop-points:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:28px;margin:0 3px;width:28px}.rebateDetailTop.expired .rebateDetailTop-alertNotice,.rebateDetailTop.expired .rebateDetailTop-description,.rebateDetailTop.expired .rebateDetailTop-title,.rebateDetailTop.expired .rebateDetailTop-totalPoints{color:#ffffff80}.rebateDetailTop.expired .rebateDetailTop-badge--main{background:#ffffff80;color:#331274}.rebateDetailTop.expired .rebateDetailTop-points{color:#b7b7b7;color:#ffffff80;font-weight:400}.rebateDetailTop.expired .rebateDetailTop-points:before{background-image:url(./ico-point--grey.Dg8b4yyB.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:28px;margin:0 3px;width:28px}.REGISTERED{background-color:#fff;color:#8250ff}.REGISTERED_AND_COMPLETED{background-color:#1ec687;color:#fff}.rebateDetailProgress-balloonImage,.rebateDetailProgress-getPoints,.rebateDetailProgress-info{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.rebateDetailProgress-getPointsDialog:before{left:0;margin-left:auto;margin-right:auto;right:0}.rebateDetailProgress{position:relative}.rebateDetailProgress-wrapper{height:240px;margin:auto;position:relative;width:240px}.rebateDetailProgress-balloonImage{background-image:url(./img-balloon.BsDPvp23.png);background-size:cover;height:200px;width:200px}.rebateDetailProgress-info{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:13px;font-weight:400;height:-moz-min-content;height:min-content;justify-items:center;line-height:16px;row-gap:8px;width:164px;z-index:3}.rebateDetailProgress-totalPoints{-moz-column-gap:3px;column-gap:3px;display:grid;grid-template-columns:max-content max-content}.rebateDetailProgress-pointsIcon{color:#07b53b;font-weight:400}.rebateDetailProgress-pointsIcon:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:40px;margin-right:1px;width:40px}.rebateDetailProgress-maxPoints{font-size:40px;font-weight:600;line-height:40px}.rebateDetailProgress-pointUnit{align-items:flex-end;display:flex}.rebateDetailProgress-description{color:#ffffff80;font-size:13px;font-weight:400;line-height:16px}.rebateDetailProgress-circle{height:240px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:240px}.rebateDetailProgress-circle--back{opacity:.15}.rebateDetailProgress-circle circle{animation:fullProgress 3s ease reverse forwards}.rebateDetailProgress-getPoints{animation:rotateToZeroPosition 3s ease reverse forwards;height:195px;width:195px;z-index:2}.rebateDetailProgress-getPointsIcon{animation:pointIconRotateToZeroPosition 3s ease reverse forwards;background-image:url(./img-pointWithBorder.DHhxkR8X.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:40px;width:40px}.rebateDetailProgress-getPointsDialog{animation:showDialog 1s ease 3s forwards;background-color:#fff;border-radius:8px;bottom:calc(100% + 10px);color:#07b53b;font-size:12px;font-weight:600;left:50%;line-height:14px;opacity:0;padding:8px;position:absolute;right:50%;transform:translate(-50%);white-space:nowrap;width:-moz-fit-content;width:fit-content}.rebateDetailProgress-getPointsDialog:before{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-5.7px;content:"";height:6px;position:absolute;width:12px}@keyframes fullProgress{to{stroke-dashoffset:700}}@keyframes rotateToZeroPosition{to{transform:rotate(45deg)}}@keyframes pointIconRotateToZeroPosition{to{transform:rotate(-45deg)}}@keyframes showDialog{to{opacity:1}}.rebateDetailOrder{position:relative;width:100%}.rebateDetailOrder-tab{margin-bottom:16px}.rebateDetailOrder-tab>:not(:first-child){margin-left:8px}.rebateDetailOrder-list{display:grid;position:relative;row-gap:12px;width:100%}.rebateDetailOrder-item{align-items:center;border:1px solid #efefef;border-radius:8px;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:1fr max-content;padding:8px 16px 8px 8px;word-break:break-all}.rebateDetailOrder-info{color:#949494;display:grid;font-size:12px;font-weight:400;line-height:14px;row-gap:4px}.rebateDetailOrder-merchant{color:#555;-moz-column-gap:8px;column-gap:8px;display:grid;font-size:13px;font-weight:600;grid-template-columns:max-content 1fr;line-height:16px;margin-bottom:5px}.rebateDetailOrder-merchantImage{border-radius:4px;display:flex;filter:brightness(97%);height:18px;overflow:hidden;width:18px}.rebateDetailOrder-merchantName{max-width:calc(100% - 30px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rebateDetailOrder-price{color:#111;font-size:13px;font-weight:600;line-height:16px}.rebateDetailOrder-pointInfo{display:grid;font-size:12px;font-weight:400;justify-items:flex-end;line-height:14px;row-gap:8px}.rebateDetailOrder-pointLimit{align-items:center;color:#07b53b;display:flex;font-weight:400}.rebateDetailOrder-pointLimit:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.rebateDetailOrder-pointLimitExtratext{margin-left:3px}.rebateDetailOrder-pointNotYetPaid{align-items:center;color:#b7b7b7;display:flex;font-weight:400}.rebateDetailOrder-pointNotYetPaid:before{background-image:url(./ico-point--gray.CwT7ymaW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.rebateDetailOrder-pointNotYetPaid.strikethrough{text-decoration:line-through}.rebateDetailOrder-notice{color:#949494;font-size:12px;font-weight:400;line-height:18px;margin-top:16px}.rebateDetailOrder-noticeLink{color:#5b82db;font-weight:500;text-decoration-line:underline}.rebateDetailOrder-moreButton{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#8250ff;cursor:pointer;display:flex;font-size:14px;justify-content:center;line-height:35px;margin-top:16px}.rebateDetailOrder-moreButton:after{background-image:url(./ico-arrow--downPurple.CxcfW9qU.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.rebateDetailInstruction{display:grid;position:relative;row-gap:12px;width:100%}.rebateDetailInstruction-item{color:#949494;display:grid;font-size:12px;font-weight:400;line-height:18px;row-gap:2px}.rebateDetailInstruction-title{color:#555;font-size:13px;font-weight:600;line-height:20px}.rebateDetailInstruction-alertNotice{color:#ff5b57}.rebateDetailInstruction-strikethrough{text-decoration:line-through}.rebateDetailInstruction-merchantList{-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:repeat(5,1fr)}@media (min-width:750px){.rebateDetailInstruction-merchantList{grid-template-columns:repeat(10,1fr)}}.rebateDetailInstruction-merchantItem{display:inline-flex}.rebateDetailInstruction-merchantImage{border-radius:4px;cursor:pointer;display:flex;height:100%;overflow:hidden;width:100%}.rebateDetailInstruction-description{white-space:pre-line}.rebateDetailPage-bubble:before{left:0;margin-left:auto;margin-right:auto;right:0}.rebateDetailPage-footer{left:0;position:fixed;right:0}@media screen and (min-width:790px){.rebateDetailPage-footer{left:calc(100vw - 100%)}}.rebateDetailPage-footer{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.rebateDetailPage-footer{width:749px}}.rebateDetailPage{position:relative}.rebateDetailPage-wrapper{display:grid;padding:24px 16px 72px;position:relative;row-gap:12px;z-index:6}.rebateDetailPage-error .messagePanel-roundedbutton{color:#331274}.rebateDetailPage-top{margin:0 auto 12px;max-width:345px}.rebateDetailPage-bubbleTip{margin-bottom:17px;padding-top:6px}.rebateDetailPage-bubble{animation:bubble-swing .5s ease-in-out infinite alternate;background-color:#8250ff;border-radius:8px;color:#fff;font-size:13px;font-weight:400;line-height:20px;padding:12px 16px;position:relative}.rebateDetailPage-bubble:before{border-bottom:6px solid #8250ff;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:6px;position:absolute;top:-6px;width:12px}.rebateDetailPage-footer{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)));z-index:7}.rebateDetailPage-button{align-items:center;background:#8250ff;border-radius:18px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;line-height:17px;width:100%}@keyframes bubble-swing{0%{transform:translateY(0)}to{transform:translateY(-2px)}}.notifyBlock{background-color:#fff;background-color:#e5f4ee;border-radius:8px;box-shadow:0 2px 12px -6px #00000026;font-size:12px;line-height:1.5;margin-bottom:4px;padding:16px}.notifyBlock-title{color:#179968;font-weight:600}.notifyBlock-description{color:#777;display:grid;row-gap:4px}.notifyBlock-button{align-items:center;background-color:#fff;border-radius:36px;color:#1ec687;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;margin-top:16px}.notifyBlock-button:after{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.merchantBlock-moreButton,.merchantBlock-moreButton--loading{align-items:center;background-color:#f5f5f5;border-radius:18px;color:#1ec687;display:flex;font-size:15px;font-weight:500;height:36px;justify-content:center}.merchantBlock{background-color:#fff;border-radius:8px;overflow:hidden}.merchantBlock-header{align-items:center;background-position:100%;background-size:auto 100%;color:#fff;-moz-column-gap:12px;column-gap:12px;display:flex;height:50px;padding:0 16px}.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{background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.groupTabMenu.tabmenuLarge{padding:0 23px}.groupTabMenu.tabmenu-sticky{background-image:unset}.groupTabMenu.tabmenu-sticky .tabmenu-link{color:#949494;font-weight:400}.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}.merchantBlockList-tabMenu{position:sticky!important;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)));z-index:5}.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{background-color:#fff;padding:8px 16px 10px}.merchantBlockList-notify{margin:16px}.merchantBlockList-body{background:linear-gradient(180deg,#fff 16%,#f5f5f5) #f5f5f5 top/100% 140px no-repeat;min-height:140px;padding-top:6px}.merchantBlockList-loading{margin:100px 0}.merchantBlockList-angpauIcon{background-image:url(./ico-angpau.T5T0hVop.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.timeline{margin-top:16px}.timeline-statusItem{color:#c8c8c8;display:flex;font-size:12px}.timeline-statusItem:before{background-image:url(./ico-check-gray.C0BPUtG_.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-right:8px;width:16px}.timeline-statusItemLine{border-left:2px solid #dcdcdc}.timeline-statusItemLine,.timeline-statusItemNoLine{color:#777;font-size:12px;margin-left:7px;padding:4px 16px 16px}.timeline-statusItemTextCube{background-color:#f5f5f5;border-radius:4px;color:#777;margin-top:4px;padding:8px}.timeline-statusItemTextCube span{display:flex;line-height:1.5}.timeline-statusItemTextCube span:before{background-color:#777;border-radius:4px;content:"";display:inline-block;height:4px;margin-right:8px;min-width:4px;position:relative;top:7px;width:4px}.timeline-content{border-bottom:1px solid #f5f5f5;padding-bottom:24px;padding-left:57px}.timeline-content.used .used{color:#ff5b57}.timeline-content.used .used:before{background-image:url(./ico-check-red.CvG55L6U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.timeline-content.checked .used{color:#c8c8c8}.timeline-content.checked .used:before{background-image:url(./ico-check-white.wSMg25GJ.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.timeline-content.checked .line1{border-left:2px solid #ff5b57;color:#c8c8c8}.timeline-content.checked .checked{color:#ff5b57}.timeline-content.checked .checked:before{background-image:url(./ico-check-red.CvG55L6U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.timeline-content.ended .used{color:#c8c8c8}.timeline-content.ended .used:before{background-image:url(./ico-check-white.wSMg25GJ.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.timeline-content.ended .line1{border-left:2px solid #ff5b57;color:#c8c8c8}.timeline-content.ended .checked{color:#c8c8c8}.timeline-content.ended .checked:before{background-image:url(./ico-check-white.wSMg25GJ.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.timeline-content.ended .line2{border-left:2px solid #ff5b57;color:#c8c8c8}.timeline-content.ended .ended{color:#ff5b57}.timeline-content.ended .ended:before{background-image:url(./ico-check-red.CvG55L6U.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.timeline-description{color:#c8c8c8;font-size:12px;line-height:1.5;padding-top:16px}[data-v-df1fadb2]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.angpauTimeline-wrap--bottomBar[data-v-df1fadb2]{padding-bottom:56px}.angpauTimeline-title[data-v-df1fadb2]{font-size:16px;font-weight:700;margin:16px}.angpauTimeline-details[data-v-df1fadb2]{background-color:#fff;border-radius:8px;margin:16px;padding:16px}[data-v-c655f19a]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.notificationsFilter[data-v-c655f19a]{background-color:#fff;display:grid;padding-bottom:10px}.notificationsFilter-list[data-v-c655f19a]{-moz-column-gap:8px;column-gap:8px;display:flex;padding-left:16px;padding-right:16px}.notificationsFilter-item[data-v-c655f19a]{align-items:center;border:1px solid #efefef;border-radius:18px;color:#555;-moz-column-gap:4px;column-gap:4px;cursor:pointer;display:flex;display:inline-flex;font-size:13px;font-weight:600;justify-content:center;padding:4px 12px 4px 4px;position:relative;width:-moz-fit-content;width:fit-content}.notificationsFilter-item.active[data-v-c655f19a]{background-color:#1ec687;border:1px solid #1ec687;color:#fff}.notificationsFilter-item.hasDot[data-v-c655f19a]{padding:4px 19px 4px 4px}.notificationsFilter-item.hasDot[data-v-c655f19a]:after{background-color:#ff5b57;border-radius:4px;box-shadow:0 2px 4px #ff5b5726;content:"";display:block;height:8px;position:absolute;right:9px;top:5px;width:8px}.notificationsFilter-image[data-v-c655f19a]{align-items:center;background-color:#fff;border-radius:28px;display:flex;height:28px;justify-content:center;width:28px}.notificationsFilter-icon[data-v-c655f19a]{height:20px;width:20px}.notificationsMerchantLogos-imagesHolder{align-items:center;background-color:#fff;border-radius:4px;display:flex;filter:brightness(97%);flex-wrap:wrap;height:46px;justify-content:space-between;overflow:hidden;width:46px}.notificationsMerchantLogos-imagesHolder.two-rows{align-content:space-between}.notificationsMerchantLogos-image{height:22.5px;width:22.5px}.notificationsMerchantLogos-image.large{height:46px;width:46px}.notificationList-points,.notificationList-price,.notificationList-reward{align-items:center;display:flex;font-size:18px;font-weight:700;line-height:18px}.notificationList{background-color:#fff;display:grid;padding-bottom:10px}.notificationList-item{border-bottom:1px solid #f5f5f5;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:max-content 1fr;padding:16px;position:relative}.notificationList-itemDetail{display:grid;row-gap:8px}.notificationList-itemInfo{color:#555;display:grid;font-size:13px;line-height:20px;row-gap:2px}.notificationList-itemTitle{color:#111;font-size:15px;font-weight:600;line-height:22px}.notificationList-itemDate{color:#949494;font-size:12px;font-weight:400;line-height:18px}.notificationList-price{color:#ff5b57;font-family:LINESeedBd}.notificationList-priceText{font-family:LINESeed;font-size:12px;font-weight:400;line-height:14px;margin-left:4px}.notificationList-points,.notificationList-reward{color:#07b53b;font-family:LINESeedBd;font-weight:400;font-weight:500}.notificationList-points:before,.notificationList-reward:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:19px;margin-right:1px;width:19px}.notificationList-originPoints{color:#949494;font-family:LINESeed;font-size:15px;line-height:15px;margin-left:6px;text-decoration:line-through}.notificationList-itemPicture{border-radius:8px;max-width:331px;overflow:hidden}.notificationList-loading{padding:24px}[data-v-480fba6a]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.notificationsTop[data-v-480fba6a]{align-items:center;background-color:#fff;display:flex;gap:10px;padding:12px 16px}.notificationsTop-icon[data-v-480fba6a]{border-radius:40px;flex-shrink:0;height:40px;overflow:hidden;width:40px}.notificationsTop-info[data-v-480fba6a]{display:grid;gap:4px;margin:auto 0}.notificationsTop-name[data-v-480fba6a]{color:#111;font-size:15px;font-weight:600;line-height:18px}.notificationsTop-description[data-v-480fba6a]{color:#949494;font-size:13px;font-weight:400;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notificationsTop-lastBlock[data-v-480fba6a]{align-items:center;display:flex;justify-content:center;margin:auto 0 auto auto}.notificationsTop-lastBlock[data-v-480fba6a]:after{background-image:url(./ico-arrow--rightBlack.C_lxOHQh.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin-left:2px;width:16px}.notificationsTop-count[data-v-480fba6a]{background-color:#ff5b57;border-radius:16px;color:#fff;font-size:12px;font-weight:400;line-height:16px;margin:auto 0;padding:0 5px}[data-v-c8466543]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.notifications[data-v-c8466543]{background-color:#fff}.notifications-topBlock[data-v-c8466543]{background-color:#efefef;border-top:8px solid #efefef;display:grid;row-gap:1px}.notifications-title[data-v-c8466543]{background-color:#fff;border-top:8px solid #efefef;color:#111;font-size:17px;font-weight:600;line-height:25px;padding:16px}.notifications-filter[data-v-c8466543]{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}.noTitlebar .notifications-filter[data-v-c8466543]{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-c8466543]{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-c8466543]{color:#949494;font-size:13px;line-height:20px;margin:32px auto;width:-moz-fit-content;width:fit-content}.privacyNotifyPage{display:grid;height:-moz-fit-content;height:fit-content;padding-top:8px;row-gap:2px}.privacyNotifyPage-item{font-size:13px}.privacyNotifyPage-agreementLink{color:#638dff;font-weight:500;text-decoration:underline}.trendingProductCard-image>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.trendingProductCard-rank1,.trendingProductCard-rank10,.trendingProductCard-rank2,.trendingProductCard-rank3,.trendingProductCard-rank4,.trendingProductCard-rank5,.trendingProductCard-rank6,.trendingProductCard-rank7,.trendingProductCard-rank8,.trendingProductCard-rank9{background-size:contain;height:32px;position:relative;width:26px}.trendingProductCard{display:flex;position:relative;width:100%}.trendingProductCard-rankBadgeBox{align-items:center;display:flex;flex-direction:column;height:110px;justify-content:center;margin-left:-5px;margin-right:8px;width:26px}.trendingProductCard-image{background-color:#00000008;border-radius:4px;filter:brightness(97%);height:110px;margin-right:7px;min-width:110px;overflow:hidden;position:relative;width:110px}.trendingProductCard-lensBtn{bottom:8px;position:absolute;right:8px;z-index:3}.trendingProductCard-serviceBadge{left:8px;position:absolute;top:8px;z-index:3}.trendingProductCard-newBadge{background-image:url(./badge-new.BHwKxlpI.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;width:23px}.trendingProductCard-price{color:#111;font-size:15px;font-weight:700;line-height:1.2;margin-bottom:4px;margin-left:1px}.trendingProductCard-name{color:#303030;display:-webkit-box;font-size:13px;font-weight:700;margin-bottom:7px;overflow:hidden;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4;max-height:2.8em;white-space:normal}@media (max-width:374.98px){.trendingProductCard-name{-webkit-line-clamp:1}}.trendingProductCard-points{margin-bottom:7px}.trendingProductCard-count{align-items:center;background-image:linear-gradient(91deg,#d4ad79,#a57b3f);border-radius:9px;color:#fff;display:flex;font-size:12px;font-weight:500;line-height:18px;padding:0 8px;width:-moz-fit-content;width:fit-content}.trendingProductCard-count.isSoldOut{background:#b7b7b7}.trendingProductCard-countIcon{background-image:url(./ico-crown.RjSOFpUK.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:12px;left:-2px;position:relative;width:12px}.trendingProductCard-productLike{position:absolute;right:-2px;top:0}.trendingProductCard-rank1{background-image:url(./rank_1.DGWx_WX6.png)}.trendingProductCard-rank1+span{margin-top:7px}.trendingProductCard-rank2{background-image:url(./rank_2.BZoQ1Ylf.png)}.trendingProductCard-rank2+span{margin-top:7px}.trendingProductCard-rank3{background-image:url(./rank_3.D4miq1ro.png)}.trendingProductCard-rank3+span{margin-top:7px}.trendingProductCard-rank4{background-image:url(./rank_4.CZlnCNsm.png);height:24px;width:24px}.trendingProductCard-rank4+span{margin-top:11px}.trendingProductCard-rank5{background-image:url(./rank_5.CHTRhhzc.png);height:24px;width:24px}.trendingProductCard-rank5+span{margin-top:11px}.trendingProductCard-rank6{background-image:url(./rank_6.xT_aAa5U.png);height:24px;width:24px}.trendingProductCard-rank6+span{margin-top:11px}.trendingProductCard-rank7{background-image:url(./rank_7.BhBPxHHN.png);height:24px;width:24px}.trendingProductCard-rank7+span{margin-top:11px}.trendingProductCard-rank8{background-image:url(./rank_8.BWY3qQi4.png);height:24px;width:24px}.trendingProductCard-rank8+span{margin-top:11px}.trendingProductCard-rank9{background-image:url(./rank_9.CX4IY0_P.png);height:24px;width:24px}.trendingProductCard-rank9+span{margin-top:11px}.trendingProductCard-rank10{background-image:url(./rank_10.ByWKecS-.png);height:24px;width:24px}.trendingProductCard-rank10+span{margin-top:11px}[data-v-c7f1766b]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.rankingList-card[data-v-c7f1766b]{background-color:#fff;border-radius:8px;margin:0 16px 16px;padding:16px}.rankingList-products[data-v-c7f1766b]{display:grid;row-gap:12px}.rankingList-productItem[data-v-c7f1766b]{align-items:center;display:flex}.order--checkable.blue .order-check.checked:after,.order--checkable.red .order-check.checked:after{border-radius:50%;bottom:0;content:"";display:block;height:12px;margin:auto;overflow:hidden;position:absolute;right:14px;top:0;width:12px;z-index:2}.order,.order--checkable{color:#949494;display:grid;font-size:12px;line-height:17px;position:relative;row-gap:4px;width:100%}.order--checkable{border:1px solid #efefef;border-radius:8px;padding:8px}.order-top{align-items:center;display:flex;line-height:22px;margin-bottom:5px}.order-image{border-radius:4px;display:flex;filter:brightness(97%);height:18px;margin-right:8px;min-width:18px;overflow:hidden;position:relative;width:18px}.order-infoTop{align-items:center;display:flex;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{cursor:pointer;height:100%;position:absolute;width:100%}.order-check:before{background-color:#fff;border:1px solid #b7b7b7;border-radius:50%;bottom:0;content:"";display:inline-block;height:18px;margin:auto;position:absolute;right:11px;top:0;width:18px;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{background:#4270ed1a;border:1px solid #4270ed}.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{align-items:center;background-color:#ffe6e6;color:#ff5b57;display:flex;font-size:13px;padding:10px 16px}.bindOrderPage-hint:before{background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-right:8px;width:24px}.bindOrderPage-orderList{background-color:#fff;border-radius:8px;margin:16px;padding:16px}.bindOrderPage-more{align-items:center;background-color:#f5f5f5;border-radius:18px;color:#ff5b57;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;margin-top:16px}.bindOrderPage-more:after{background-image:url(./ico-arrow--downRed.DtYG7u9J.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.bindOrderPage-buttonPoints{align-items:center;color:#07b53b;color:#fff;display:flex;font-weight:400;font-weight:500;margin-left:4px}.bindOrderPage-buttonPoints:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:17px;margin-right:1px;width:17px}.bindAngpauPage-recommendAngpau:before{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.bindAngpauPage{padding-bottom:56px}.bindAngpauPage-hint{align-items:center;background-color:#ffe6e6;color:#ff5b57;display:flex;font-size:13px;padding:10px 16px}.bindAngpauPage-hint:before{background-image:url(./ico-exclamationMarkRed.CD2dtxoc.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-right:8px;width:24px}.bindAngpauPage-card{margin:16px}.bindAngpauPage-recommendAngpau{position:relative}.bindAngpauPage-recommendAngpau:before{background-image:url(./badge-bestChoice.4spgTtMv.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-top:0;top:-4px;width:90px;z-index:1}.bindAngpauPage-redEnvelopes{background-color:#fff;border-radius:8px;margin:16px;padding:20px 16px 16px}.bindAngpauPage-redEnvelopeList,.bindAngpauPage-redEnvelopes{display:grid;position:relative;row-gap:16px}.bestPriceFinderHistory-img>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.bestPriceFinderHistory{color:#fff;display:grid;row-gap:16px}.bestPriceFinderHistory-title{font-size:17px;font-weight:600;line-height:25px}.bestPriceFinderHistory-list{-moz-column-gap:8px;column-gap:8px;display:inline-flex}.bestPriceFinderHistory-item{align-items:center;border:1px solid hsla(0,0%,100%,.149);border-radius:8px;-moz-column-gap:8px;column-gap:8px;cursor:pointer;display:inline-grid;grid-template-columns:max-content 1fr;min-width:180px;padding:8px;width:180px}.bestPriceFinderHistory-image{grid-row-end:3;grid-row-start:1;height:50px;position:relative;width:50px}.bestPriceFinderHistory-image.hasBadge:after{background-image:url(./badge-newWave-purple.DFFduoWa.png);background-size:contain;content:"";height:16px;left:-3px;position:absolute;top:-3px;width:38px;z-index:1}.bestPriceFinderHistory-img{background-color:#00000008;background-color:#fff;border-radius:4px;display:flex;filter:brightness(97%);height:0;overflow:hidden;padding-bottom:50px;position:relative;width:50px;z-index:1}.bestPriceFinderHistory-info{display:grid;grid-row-end:3;grid-row-start:1;row-gap:4px}.bestPriceFinderHistory-name{display:-webkit-box;font-size:13px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2;max-height:2.4em;white-space:normal}.bestPriceFinderHistory-merchant{color:#ffffff80;font-size:12px;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bestPriceFinderMainContent{display:grid;height:-moz-fit-content;height:fit-content;row-gap:40px;width:100%}.bestPriceFinderMainContent-content{display:grid;height:-moz-fit-content;height:fit-content;row-gap:16px}.bestPriceFinderMainContent-eventSlogan{color:#d7c9ff;font-size:15px;letter-spacing:1px;line-height:18px;margin-bottom:8px}.bestPriceFinderMainContent-slogan{color:#fff;font-size:32px;font-weight:600;line-height:48px}.bestPriceFinderMainContent-searchArea{background-color:#fff;border-radius:24px;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:1fr max-content;padding:8px 8px 8px 20px}.bestPriceFinderMainContent-searchArea.active{grid-template-columns:1fr max-content max-content}.bestPriceFinderMainContent-input{border:0;caret-color:#8250ff;color:#010314;font-size:15px;outline:none}.bestPriceFinderMainContent-input::-moz-placeholder{color:#949494}.bestPriceFinderMainContent-input::placeholder{color:#949494}.bestPriceFinderMainContent-clearButton{background-image:url(./ico-close--whiteWithGreyBG.mBk_D2zh.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;display:inline-block;height:18px;margin:auto;width:18px}.bestPriceFinderMainContent-button{align-items:center;background-color:#8250ff;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:32px;padding:0 13px}.bestPriceFinderMainContent-link{align-items:center;color:#fff;-moz-column-gap:4px;column-gap:4px;cursor:pointer;display:grid;font-size:13px;font-weight:600;grid-template-columns:repeat(2,max-content)}.bestPriceFinderMainContent-link:before{background-image:url(./ico-questionMarkWhite.Dw_PIh19.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.bestPriceFinderMainContent-tutorial{align-items:center;color:#fff;-moz-column-gap:4px;column-gap:4px;display:grid;font-size:12px;font-weight:400;grid-template-columns:max-content 1fr;line-height:18px}.bestPriceFinderMainContent-tutorial:before{background-image:url(./ico-checkedWhite.CSrkc97X.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;margin:auto;width:20px}.bestPriceFinderAnalyzing{display:grid;grid-template-rows:repeat(3,max-content);height:-moz-fit-content;height:fit-content;margin:auto;max-width:280px;position:relative;row-gap:4px}.bestPriceFinderAnalyzing:before{background-image:url(./img-aiAnimateImage1.Dpw846Wf.png);background-size:cover;content:"";display:block;height:80px;margin:0 auto 4px;position:relative;width:80px;z-index:1}.bestPriceFinderAnalyzing:after{background:radial-gradient(50% 50% at 50% 50%,#8250ff 0,#010314);content:"";display:block;filter:blur(85px);height:236px;left:50%;opacity:.3;position:absolute;top:50%;transform:translate(-50%,-50%);width:236px;z-index:0}.bestPriceFinderAnalyzing-title{align-items:center;color:#fff;display:flex;font-family:LINESeedBd;font-size:28px;font-weight:600;height:42px;justify-content:center;line-height:42px;position:relative;white-space:nowrap;width:280px;z-index:1}.bestPriceFinderAnalyzing-title p{align-items:center;display:flex;position:relative;width:210px}.bestPriceFinderAnalyzing-title p:after{animation:loading .9s steps(4) infinite;content:"…";display:inline-block;overflow:hidden;vertical-align:bottom;width:0}.bestPriceFinderAnalyzing-linkText{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#fff;font-size:13px;font-weight:400;line-height:1.5;max-height:3em;opacity:.5;position:relative;text-align:center;white-space:normal;z-index:1}@keyframes loading{to{width:40px}}[data-v-71dc10b8]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.bestPriceFinderComparing-core[data-v-71dc10b8],.bestPriceFinderComparing-middle[data-v-71dc10b8],.bestPriceFinderComparing-outer[data-v-71dc10b8],.bestPriceFinderComparing-productImage>img[data-v-71dc10b8]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.bestPriceFinderComparing[data-v-71dc10b8]{display:grid;height:-moz-fit-content;height:fit-content;margin:auto;position:relative}.bestPriceFinderComparing-notice[data-v-71dc10b8]{align-items:center;color:#ffffff80;display:grid;font-size:15px;justify-content:center;line-height:22px;margin:0 auto 8px;max-width:210px}.bestPriceFinderComparing-unknownProduct[data-v-71dc10b8]{display:grid;text-align:center}.bestPriceFinderComparing-unknownProduct[data-v-71dc10b8] em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bestPriceFinderComparing-top[data-v-71dc10b8]{height:84px}.bestPriceFinderComparing-title[data-v-71dc10b8]{color:#fff;font-size:28px;font-weight:600;line-height:42px;max-width:300px;position:relative;text-align:center;z-index:2}.isNonPartner .bestPriceFinderComparing-title[data-v-71dc10b8]:first-child{animation:hide-71dc10b8 2s forwards}.isNonPartner .bestPriceFinderComparing-title[data-v-71dc10b8]:nth-child(2){animation:display-71dc10b8 2s forwards;opacity:0}.bestPriceFinderComparing-text[data-v-71dc10b8]{align-items:center;display:flex;justify-content:center}.bestPriceFinderComparing-text em[data-v-71dc10b8]{color:#d7c9ff;font-family:LINESeedBd;margin-right:8px;position:relative;top:2px}.bestPriceFinderComparing-subText[data-v-71dc10b8]{align-items:center;display:flex;font-family:LINESeedBd;position:relative;width:145px}.bestPriceFinderComparing-subText[data-v-71dc10b8]:after{animation:loading-71dc10b8 .9s steps(4) infinite;content:"";content:"…";display:inline-block;overflow:hidden;vertical-align:bottom;width:0}.bestPriceFinderComparing-content[data-v-71dc10b8]{display:block;height:300px;margin-top:32px;padding-top:105px;position:relative;width:300px;z-index:1}.bestPriceFinderComparing-back[data-v-71dc10b8]{border-radius:100%;display:block;height:441px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:441px;z-index:1}.bestPriceFinderComparing-back[data-v-71dc10b8]:before{background:radial-gradient(50% 50% at 50% 50%,#8250ff 0,#010314);content:"";display:block;filter:blur(85px);height:440px;opacity:.5;position:absolute;width:440px;z-index:1}.bestPriceFinderComparing-outer[data-v-71dc10b8]{background:#241853;height:300px;width:300px}.bestPriceFinderComparing-middle[data-v-71dc10b8],.bestPriceFinderComparing-outer[data-v-71dc10b8]{animation:shrink-71dc10b8 2s infinite;border:.5px solid rgba(130,80,255,.49);border-radius:100%;z-index:2}.bestPriceFinderComparing-middle[data-v-71dc10b8]{background:#3e2781;height:220px;width:220px}.bestPriceFinderComparing-core[data-v-71dc10b8]{animation:shrink-71dc10b8 2s infinite;background:#5736b0;border:.5px solid rgba(130,80,255,.49);border-radius:100%;height:140px;width:140px;z-index:3}.bestPriceFinderComparing-productInfo[data-v-71dc10b8]{align-items:center;color:#fff;display:grid;font-size:12px;justify-content:center;justify-items:center;line-height:14px;position:relative;row-gap:4px;z-index:2}.bestPriceFinderComparing-productInfo.isNonPartnerMerchant[data-v-71dc10b8]{align-content:center;height:140px;margin-top:-25px}.bestPriceFinderComparing-productImage[data-v-71dc10b8]{background-color:#00000008;border-radius:100%;height:90px;margin-bottom:4px;overflow:hidden;position:relative;width:90px}.bestPriceFinderComparing-productPrice[data-v-71dc10b8]{font-family:LINESeedBd;font-size:13px;line-height:13px}.bestPriceFinderComparing-productMerchant[data-v-71dc10b8]{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.isNonPartnerMerchant .bestPriceFinderComparing-productMerchant[data-v-71dc10b8]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-weight:600;line-height:1.5;max-height:3em;white-space:normal;word-break:break-all}.isNonPartner .bestPriceFinderComparing-productMerchant[data-v-71dc10b8],.isNonPartner .bestPriceFinderComparing-productPrice[data-v-71dc10b8]{animation:display-71dc10b8 2s 0s forwards;opacity:0}.bestPriceFinderComparing-productText[data-v-71dc10b8]{animation:hide-71dc10b8 2s forwards}.bestPriceFinderComparing-productText--grey[data-v-71dc10b8]{color:#ffffff80}.bestPriceFinderComparing-merchants[data-v-71dc10b8]{height:100%;left:0;position:absolute;top:0}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]{animation:emerge-71dc10b8 4s infinite;background-color:#ffffff80;border-radius:100%;display:block;opacity:0;outline:4px solid hsla(0,0%,100%,.1);overflow:hidden;position:absolute;transform:scale(.1);z-index:1}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:first-child{height:56px;left:40.5px;top:-5px;width:56px}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:nth-child(2){animation-delay:.1s;bottom:-17px;height:44px;left:147px;width:44px}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:nth-child(3){animation-delay:.2s;height:48px;left:203.5px;top:27px;width:48px}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:nth-child(4){animation-delay:.3s;height:48px;left:30.5px;top:196px;width:48px}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:nth-child(5){animation-delay:.4s;height:56px;left:227px;top:145px;width:56px}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:nth-child(6){animation-delay:.5s;height:32px;left:72px;top:94px;width:32px}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:nth-child(7){animation-delay:2.5s;height:56px;left:122.5px;top:10px;width:56px}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:nth-child(8){animation-delay:2.1s;height:48px;left:-7.5px;top:45px;width:48px}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:nth-child(9){animation-delay:2.4s;height:44px;left:17.5px;top:138px;width:44px}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:nth-child(10){animation-delay:2.2s;height:56px;left:66.5px;top:258px;width:56px}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:nth-child(11){animation-delay:2.3s;height:48px;left:229.5px;top:234px;width:48px}.bestPriceFinderComparing-merchantLogo[data-v-71dc10b8]:nth-child(12){animation-delay:2s;height:32px;left:237.5px;top:92px;width:32px}@keyframes hide-71dc10b8{to{opacity:1}}@keyframes display-71dc10b8{to{opacity:1}}@keyframes loading-71dc10b8{to{width:37px}}@keyframes shrink-71dc10b8{50%{transform:scale(.85)}}@keyframes emerge-71dc10b8{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)}}.bestPriceFinderNoResult-button,.bestPriceFinderNoResult-button--grey{align-items:center;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:32px;justify-content:center;min-width:100px;padding:0 13px;text-align:center}.bestPriceFinderNoResult{align-items:center;display:grid;grid-template-rows:1fr max-content;margin:0 auto;position:relative}.bestPriceFinderNoResult-button{background-color:#8250ff}.bestPriceFinderNoResult-button--grey{background-color:#ffffff1a}.bestPriceFinderNoResult-content{color:#fff;display:grid;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin-top:calc(0px - var(--titlebar-height));row-gap:16px;text-align:center}.bestPriceFinderNoResult-content:before{background-image:url(./img-aiBlackTransparent.DOTmy1--.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:80px;width:80px}.bestPriceFinderNoResult-info{display:grid;font-size:17px;font-weight:600;line-height:25px;row-gap:2px}.bestPriceFinderNoResult-info em{font-size:13px;font-weight:400;line-height:20px}.bestPriceFinderNoResult-active{-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:repeat(2,max-content)}.bestPriceFinderNoResult-link{align-items:center;color:#fff;-moz-column-gap:4px;column-gap:4px;cursor:pointer;display:grid;font-size:13px;font-weight:600;grid-template-columns:repeat(2,max-content);margin:auto}.bestPriceFinderNoResult-link:before{background-image:url(./ico-questionMarkWhite.Dw_PIh19.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:20px}.bestPriceFinderPage{background-color:#010314;display:flex;min-height:calc(100dvh - var(--titlebar-height));padding:40px 16px 32px;padding-bottom:calc(32px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));position:relative}.rewardDetailPanelWrapper{background-image:linear-gradient(#fff 50px,#f5f5f5 100px);padding:16px 16px 50%}.rewardDetailPanelWrapper-card{margin-bottom:16px}[data-v-68254a4c]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.missionRedirectPage-image>img[data-v-68254a4c],.missionRedirectPage-merchant>img[data-v-68254a4c]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.missionRedirectPage-bottomTools[data-v-68254a4c]{left:0;position:fixed;right:0}@media screen and (min-width:790px){.missionRedirectPage-bottomTools[data-v-68254a4c]{left:calc(100vw - 100%)}}.missionRedirectPage-bottomTools[data-v-68254a4c]{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.missionRedirectPage-bottomTools[data-v-68254a4c]{width:749px}}.missionRedirectPage-angpau[data-v-68254a4c],.missionRedirectPage-mission[data-v-68254a4c]{background-color:#fff;background-size:contain;border-radius:64px;display:block;height:64px;position:relative;width:64px;z-index:2}@media (min-width:750px){.missionRedirectPage-angpau[data-v-68254a4c],.missionRedirectPage-mission[data-v-68254a4c]{border-radius:76px;height:76px;width:76px}}.missionRedirectPage-button[data-v-68254a4c],.missionRedirectPage-loadingButton--content[data-v-68254a4c]{align-items:center;border-radius:9999px;display:flex;font-size:15px;font-weight:500;height:48px;white-space:nowrap;width:-moz-fit-content;width:fit-content}.missionRedirectPage[data-v-68254a4c]{height:100%;overflow:hidden}.missionRedirectPage-topBlock[data-v-68254a4c]{display:grid;height:-moz-fit-content;height:fit-content;justify-items:center;margin-top:28px;position:relative;z-index:2}.noHotsale .missionRedirectPage-topBlock[data-v-68254a4c]{margin-top:0}.missionRedirectPage-logo[data-v-68254a4c]{background-image:url(./img-logo--colorful.D_usoKOi.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-bottom:16px;width:92px}.missionRedirectPage-title[data-v-68254a4c]{font-size:38px;font-weight:600;letter-spacing:2px;line-height:38px}.missionRedirectPage-info[data-v-68254a4c]{align-items:center;-moz-column-gap:12px;column-gap:12px;display:flex;justify-content:center;margin-top:16px;overflow:hidden}.missionRedirectPage-merchant[data-v-68254a4c]{background-color:#00000008;background-color:#fff;border:3px solid #fff;border-radius:8px;display:block;height:0;overflow:hidden;padding-bottom:73px;position:relative;width:79px}.missionRedirectPage-subText[data-v-68254a4c]{color:#fff;font-size:32px;font-weight:600;letter-spacing:9px;line-height:32px;position:relative;text-shadow:0 4px 0 rgba(0,0,0,.25);top:5px;width:28px;writing-mode:vertical-lr}.missionRedirectPage-rewards[data-v-68254a4c]{color:#fff;font-family:LINESeedBd;font-size:95px;line-height:70px;text-shadow:0 4px 0 rgba(0,0,0,.25)}.missionRedirectPage-smallText[data-v-68254a4c]{font-size:28px;line-height:28px}.missionRedirectPage-description[data-v-68254a4c]{align-items:center;display:flex;margin-top:16px}.missionRedirectPage-description__redirect[data-v-68254a4c]{font-size:15px;font-weight:400;line-height:18px;opacity:.5}.missionRedirectPage-description__merchant[data-v-68254a4c]{font-size:15px;font-weight:600;line-height:18px}.missionRedirectPage-description[data-v-68254a4c]:after{background-image:url(./anime-dot.CbhZVBEV.png);background-size:contain;content:"";height:18px;margin-left:2px;width:14px}.missionRedirectPage-content[data-v-68254a4c]{height:254px;position:relative}.missionRedirectPage-content.noHotsale[data-v-68254a4c]{align-items:center;display:flex;height:calc(100% - 96px);justify-content:center;position:relative;width:100%}.missionRedirectPage-coin[data-v-68254a4c]{left:50%;margin:0;position:absolute;top:0;transform:translate(-50%);width:750px;z-index:1}.noHotsale .missionRedirectPage-coin[data-v-68254a4c]{left:50%;margin:10px 0 0;position:absolute;top:50%;transform:translate(-50%,-50%);width:400px;z-index:1}.missionRedirectPage-rewardShowcase[data-v-68254a4c]{display:grid;grid-template-rows:max-content;height:332px;overflow-x:hidden;position:relative;row-gap:16px;width:100%}@media (min-width:750px){.missionRedirectPage-rewardShowcase[data-v-68254a4c]{height:364px}}.missionRedirectPage-list[data-v-68254a4c]{-moz-column-gap:12px;column-gap:12px;display:inline-flex;padding:0 16px}.missionRedirectPage-list.toLeft[data-v-68254a4c]{animation:moveToLeft-68254a4c 38s linear infinite alternate}.missionRedirectPage-list.toRight[data-v-68254a4c]{animation:moveToRight-68254a4c 38s linear infinite alternate}.missionRedirectPage-item[data-v-68254a4c]{background:#179968;border-radius:50px;box-shadow:0 10px 20px -10px #00000040;color:#fff;display:grid;font-size:12px;font-weight:600;height:148px;letter-spacing:1px;padding:12px 12px 22px;position:relative;text-align:center;width:-moz-fit-content;width:fit-content}@media (min-width:750px){.missionRedirectPage-item[data-v-68254a4c]{font-size:15px;height:167px}}.missionRedirectPage-angpau[data-v-68254a4c]{background-image:url(./img-angpauWithBG.CXw4ladZ.png)}.missionRedirectPage-mission[data-v-68254a4c]{background-image:url(./img-missionWithBG.BxdZM7Vo.png)}.missionRedirectPage-image[data-v-68254a4c]{background-color:#00000008;background-color:#fff;border-radius:64px;display:block;height:0;overflow:hidden;padding-bottom:64px;position:relative;width:64px;z-index:2}@media (min-width:750px){.missionRedirectPage-image[data-v-68254a4c]{border-radius:76px;height:0;padding-bottom:76px;width:76px}}.missionRedirectPage-imageBorder[data-v-68254a4c]{background-color:#ffffff80;border-radius:100%;height:72px;left:8px;position:absolute;top:8px;width:72px;z-index:1}@media (min-width:750px){.missionRedirectPage-imageBorder[data-v-68254a4c]{height:84px;width:84px}}.missionRedirectPage-text[data-v-68254a4c]{margin-top:16px}.missionRedirectPage-points[data-v-68254a4c]{align-items:center;color:#fff;display:flex;font-family:LINESeedBd;font-size:16px;font-weight:400;font-weight:600;margin:6px auto 0}.missionRedirectPage-points[data-v-68254a4c]:before{background-image:url(./ico-point--white.DiQtpN6g.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:1px;width:16px}@media (min-width:750px){.missionRedirectPage-points[data-v-68254a4c]{color:#fff;font-size:20px;font-weight:400}.missionRedirectPage-points[data-v-68254a4c]:before{background-image:url(./ico-point--white.DiQtpN6g.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:20px;margin-right:1px;width:20px}}.missionRedirectPage-bottomTools[data-v-68254a4c]{align-items:center;-moz-column-gap:12px;column-gap:12px;display:flex;justify-content:center;padding-bottom:32px;padding-bottom:calc(32px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));padding-top:16px}.missionRedirectPage-button[data-v-68254a4c]{background-color:#fff;color:#1ec687;cursor:pointer;padding:0 17px;position:relative}.missionRedirectPage-loadingButton[data-v-68254a4c]{border-radius:9999px;overflow:hidden;position:relative;width:204px}.missionRedirectPage-loadingButton--content[data-v-68254a4c]{background-color:#0003;color:#fff;overflow:hidden;position:relative;width:100%}.missionRedirectPage-loadingButton--content p[data-v-68254a4c]{position:relative;text-align:center;width:100%;z-index:2}.missionRedirectPage-loadingButton--cover[data-v-68254a4c]{animation:fullWidth-68254a4c 3s linear forwards;background-color:#111;display:block;height:100%;left:0;position:absolute;top:0;transform-origin:top left;width:100%;z-index:1}.missionRedirectPage-paused[data-v-68254a4c]{animation-play-state:paused}.missionRedirectPage-running[data-v-68254a4c]{animation-play-state:running}@keyframes fullWidth-68254a4c{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes moveToLeft-68254a4c{0%{transform:translate(-40%)}to{transform:translate(0)}}@keyframes moveToRight-68254a4c{0%{transform:translate(0)}to{transform:translate(-40%)}}@keyframes toast-swing-68254a4c{0%{transform:translateY(0)}to{transform:translateY(-2px)}}@keyframes fadeIn-68254a4c{0%{opacity:0}75%{opacity:0}to{opacity:100%}}[data-v-3a8960f9]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.regularShoppingBackground[data-v-3a8960f9]{max-width:750px;position:fixed;width:100%}.regularShoppingBackground[data-v-3a8960f9]:after{background-image:url(./img-regularShoppingBackground--balloon.BODp6ZVf.png);left:0;width:152px}.regularShoppingBackground[data-v-3a8960f9]:after,.regularShoppingBackground[data-v-3a8960f9]:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:724px;position:absolute;top:0}.regularShoppingBackground[data-v-3a8960f9]:before{right:0;width:155px}.regularShoppingBackground.BOY[data-v-3a8960f9]:before{background-image:url(./img-regularShoppingBackground--boy.0BZWud4s.png)}.regularShoppingBackground.GIRL[data-v-3a8960f9]:before{background-image:url(./img-regularShoppingBackground--girl.BBrAFg_q.png)}.regularShoppingSection{background-color:#fff;border-radius:8px;margin-top:21px;padding:31px 16px 16px;position:relative}.regularShoppingSection-topBanner{align-items:center;color:#fff;display:flex;font-size:15px;font-weight:600;justify-content:center;line-height:22px;position:absolute;right:50%;top:6px;transform:translate(50%,-50%);z-index:1}.regularShoppingSection-topBanner:before{background-image:url(./img-headerBadge--leftPink.DTQ206xh.svg);left:1px}.regularShoppingSection-topBanner:after,.regularShoppingSection-topBanner:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;position:relative;width:27px}.regularShoppingSection-topBanner:after{background-image:url(./img-headerBadge--rightPink.DuXGlMyL.svg);right:1px}.regularShoppingSection-topBannerText{background-color:#ff8eb2;height:22px;text-align:center;white-space:nowrap;width:109px}.regularShoppingSection.inactive .regularShoppingSection-topBanner:before{background-image:url(./img-headerBadge--leftGray.DPuEAuuQ.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;width:27px}.regularShoppingSection.inactive .regularShoppingSection-topBanner:after{background-image:url(./img-headerBadge--rightGray.Clt7o5qe.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;width:27px}.regularShoppingSection.inactive .regularShoppingSection-topBannerText{background-color:#c8c8c8}.regularShoppingEventList{display:grid;row-gap:16px;width:100%}.regularShoppingEventList-cardText{color:#949494;font-size:13px;text-align:center}.regularShoppingEventList-item{align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:1fr max-content;row-gap:2px}.regularShoppingEventList-title{color:#555;font-size:13px;font-weight:600;line-height:20px}.regularShoppingEventList-button{background:linear-gradient(90deg,#7a9eff -.79%,#4270ed);border-radius:12px;color:#fff;font-size:13px;font-weight:500;grid-column-end:3;grid-column-start:2;grid-row-end:3;grid-row-start:1;line-height:16px;padding:4px 0;width:76px}.regularShoppingEventList-angpauIcon,.regularShoppingEventList-button{align-items:center;display:flex;justify-content:center}.regularShoppingEventList-angpauIcon:before{background-image:url(./ico-angpauLight.C9XqB_tu.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;margin:0 1px;width:16px}.regularShoppingEventList-timeLimit{color:#949494;font-size:12px;font-weight:400;line-height:18px}.regularShoppingEventList-moreButton{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#4270ed;cursor:pointer;display:flex;font-size:14px;justify-content:center;line-height:35px;margin-top:4px}.regularShoppingEventList-moreButton:after{background-image:url(./ico-arrow--downBlueUltramarine.GJJqbZsK.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.regularShoppingEventsAttend{display:grid;row-gap:16px;width:100%}.regularShoppingEventsAttend-item{align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:1fr max-content;row-gap:8px}.regularShoppingEventsAttend-title{color:#555;font-size:13px;font-weight:600;line-height:20px}.regularShoppingEventsAttend-button{align-items:center;background-color:#f5f5f5;border-radius:12px;color:#4270ed;display:flex;font-size:13px;font-weight:500;justify-content:center;line-height:16px;padding:4px 9px}.regularShoppingEventsAttend-angpauProcess{-moz-column-gap:6px;column-gap:6px;display:grid;grid-template-columns:repeat(auto-fill,33px);row-gap:6px}@media (min-width:750px){.regularShoppingEventsAttend-angpauProcess{grid-template-columns:repeat(auto-fill,44px)}}@media (max-width:374.98px){.regularShoppingEventsAttend-angpauProcess{grid-template-columns:repeat(auto-fill,24px)}}.regularShoppingEventsAttend-angpau{align-items:center;background-color:#f5f5f5;border-radius:4px;display:flex;height:33px;justify-content:center;width:33px}@media (min-width:750px){.regularShoppingEventsAttend-angpau{height:44px;width:44px}}@media (max-width:374.98px){.regularShoppingEventsAttend-angpau{height:24px;width:24px}}.regularShoppingEventsAttend-angpau:before{background-image:url(./ico-angpauLight.C9XqB_tu.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;opacity:.5;width:22px}@media (min-width:750px){.regularShoppingEventsAttend-angpau:before{background-image:url(./ico-angpauLight.C9XqB_tu.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:30px;width:30px}}@media (max-width:374.98px){.regularShoppingEventsAttend-angpau:before{background-image:url(./ico-angpauLight.C9XqB_tu.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}}.regularShoppingEventsAttend-angpau.isReceived{background-color:#fff;border:1px solid #4270ed}.regularShoppingEventsAttend-angpau.isReceived:before{opacity:1}.regularShoppingEventsAttend-receiveInfo{align-items:center;color:#949494;display:flex;font-size:12px;font-weight:400;justify-content:center;line-height:14px;text-align:center}.regularShoppingEventsAttend-receiveInfoText{color:#1ec687;font-weight:600;margin:0 2px}.regularShoppingEventsAttend-moreButton{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#4270ed;cursor:pointer;display:flex;font-size:14px;justify-content:center;line-height:35px;margin-top:4px}.regularShoppingEventsAttend-moreButton:after{background-image:url(./ico-arrow--downBlueUltramarine.GJJqbZsK.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.regularShoppingEventExpired{display:grid;row-gap:16px;width:100%}.regularShoppingEventExpired-item{align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:1fr max-content}.regularShoppingEventExpired-title{color:#555;display:-webkit-box;font-size:13px;font-weight:600;line-height:20px;overflow:hidden;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.regularShoppingEventExpired-button{border-radius:12px;color:#949494;font-size:13px;font-weight:500;line-height:16px;padding:4px 9px}.regularShoppingEventExpired-button,.regularShoppingEventExpired-moreButton{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center}.regularShoppingEventExpired-moreButton{border-radius:9999px;color:#4270ed;cursor:pointer;font-size:14px;line-height:35px;margin-top:4px}.regularShoppingEventExpired-moreButton:after{background-image:url(./ico-arrow--downBlueUltramarine.GJJqbZsK.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.regularShoppingPage-error,.regularShoppingPage-footer{left:0;position:fixed;right:0}@media screen and (min-width:790px){.regularShoppingPage-error,.regularShoppingPage-footer{left:calc(100vw - 100%)}}.regularShoppingPage-error,.regularShoppingPage-footer{bottom:0}.regularShoppingPage-error{top:0}.regularShoppingPage-footer{margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.regularShoppingPage-footer{width:749px}}.regularShoppingPage{position:relative}.regularShoppingPage-wrapper{padding:24px 16px 72px;position:relative;z-index:6}.regularShoppingPage-error{color:#fff;display:grid;font-size:17px;font-weight:600;height:260px;justify-items:center;line-height:25px;margin:auto;max-width:180px;row-gap:6px}.regularShoppingPage-error:before{background-image:url(./img-regularShoppingEmpty.3hWRJss3.png);background-size:cover;content:"";height:180px;width:180px}.regularShoppingPage-errorButton{align-items:center;background-color:#fff;border-radius:18px;color:#4270ed;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:17px;margin-top:6px;padding:9px 13px}.regularShoppingPage-title{color:#fff;font-size:22px;font-weight:600;line-height:33px;max-width:170px;padding-bottom:8px}.regularShoppingPage-footer{background:linear-gradient(180deg,#4270ed00,#4270ede6 30px,#4270ed);padding:30px 16px 10px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:7}.regularShoppingPage-button{align-items:center;background:#fff;border-radius:18px;color:#4270ed;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;line-height:17px;width:100%}.shopPersonalInfoPage{background-color:#fff;padding:24px}@media (min-width:750px){.shopPersonalInfoPage{padding:32px}}.shopPersonalInfoPage-title{font-size:24px;font-weight:700;line-height:1;margin-bottom:24px}.shopPersonalInfoPage-content{font-size:18px;font-weight:400;line-height:30px;white-space:pre-line}.shopPersonalInfoPage-content a{color:#638dff}.eventOrderRegister-fieldWrapper{margin-bottom:10px}.eventOrderRegister-fieldLabel{display:block;font-size:14px;font-weight:600;line-height:24px;margin-bottom:5px}.eventOrderRegister-dropDown,.eventOrderRegister-fieldInput{background:#eeeff2;border:0;border-radius:2px;box-sizing:border-box;font-size:13px;font-weight:100;height:40px;width:100%}.eventOrderRegister-fieldInput{padding:13px}.eventOrderRegister-errorMessage{color:#ff5b57;font-size:12px}.eventOrderRegister-btn{border:1px solid #1ec687;color:#1ec687;cursor:pointer;font-size:16px;font-weight:600;line-height:40px;margin:5px 0;text-align:center}.eventOrderRegister-btn--submit{background:#1ec687;color:#fff;margin:28px 0 5px}.eventOrderRegister-descriptionForQuery{color:#888989;font-size:13px;line-height:20px;list-style:decimal inside;margin:10px 0 0}.eventOrderRegister-ordersList{font-size:14px;margin-top:24px;text-align:center}.eventOrderRegister-ordersListRow{background:#eee;border-bottom:1px solid #fff;display:flex;line-height:36px}.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{font-size:20px;font-weight:600;margin-bottom:15px}.eventOrderRegister-eventStandard{background:#fff;border-radius:8px;font-size:14px;font-weight:700;list-style:cjk-decimal inside;padding:16px}.eventOrderRegister-eventStandardItem{color:#777;margin-bottom:10px}.eventOrderRegister-innerEventStandard{font-size:12px;font-weight:400;list-style:decimal inside;margin-top:5px;padding-left:2em}.eventOrderRegister-eventRulesLink{color:#00e}.eventOrderRegister-note{list-style:inside;padding:16px}.eventOrderRegister-snackbar{background:#555;border-radius:5px;bottom:100px;color:#fff;font-size:14px;left:50%;padding:10px 20px;position:fixed;text-align:center;transform:translate(-50%);visibility:hidden}.eventOrderRegister-snackbar--visible{animation:eventOrderRegister-fadeIn .5s,eventOrderRegister-fadeOut .5s 2.5s;visibility:visible}@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}}[data-v-ab3d7ab9]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.orderNotificationsPage-empty[data-v-ab3d7ab9]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.orderNotificationsPage-tool[data-v-ab3d7ab9]{left:0;position:fixed;right:0}@media screen and (min-width:790px){.orderNotificationsPage-tool[data-v-ab3d7ab9]{left:calc(100vw - 100%)}}.orderNotificationsPage-tool[data-v-ab3d7ab9]{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.orderNotificationsPage-tool[data-v-ab3d7ab9]{width:749px}}.orderNotificationsPage[data-v-ab3d7ab9]{background-color:#fff;display:flex;flex-direction:row;row-gap:16px}.orderNotificationsPage-empty[data-v-ab3d7ab9]{color:#949494;display:flex;flex-direction:column;font-size:13px;height:-moz-fit-content;height:fit-content;line-height:20px;width:-moz-fit-content;width:fit-content}.orderNotificationsPage-empty[data-v-ab3d7ab9]:before{background-image:url(./img-bigBell.C6qjfcb6.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:100px;width:100px}.orderNotificationsPage-tool[data-v-ab3d7ab9]{background:#fff;padding:10px 16px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)))}.orderNotificationsPage-more[data-v-ab3d7ab9]{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#1ec687;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;width:auto}.orderNotificationsPage-more[data-v-ab3d7ab9]:after{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}[data-v-9effa5cc]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.rewardNotificationItem-image>img[data-v-9effa5cc],.rewardNotificationItem-productImage>img[data-v-9effa5cc]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.rewardNotificationItem[data-v-9effa5cc]{border-radius:8px;display:block;overflow:hidden}.rewardNotificationItem-block[data-v-9effa5cc]{background-color:var(--logo-color,#111);color:#fff;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:1fr max-content;padding:12px;position:relative}.rewardNotificationItem-linkArea[data-v-9effa5cc]{-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:grid;grid-template-columns:max-content auto max-content}.rewardNotificationItem-image[data-v-9effa5cc]{background-color:#00000008;background-color:#fff;border:2px solid #fff;border-radius:8px;height:0;overflow:hidden;padding-bottom:42px;position:relative;width:46px}.rewardNotificationItem-info[data-v-9effa5cc]{display:grid;height:-moz-fit-content;height:fit-content;margin:auto 0;row-gap:8px}.rewardNotificationItem-title[data-v-9effa5cc]{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewardNotificationItem-reward[data-v-9effa5cc]{align-items:center;display:flex;font-size:17px;position:relative;white-space:nowrap;width:-moz-fit-content;width:fit-content}.rewardNotificationItem-originReward[data-v-9effa5cc]{font-size:15px;left:100%;margin-left:4px;opacity:.5;position:absolute;text-decoration:line-through}.rewardNotificationItem-subInfo[data-v-9effa5cc]{display:grid;font-size:13px;height:-moz-fit-content;height:fit-content;justify-items:center;line-height:16px;margin:auto 0;row-gap:6px;width:-moz-fit-content;width:fit-content}.rewardNotificationItem-limited[data-v-9effa5cc]{-moz-column-gap:2px;column-gap:2px;display:grid;grid-template-columns:repeat(5,max-content)}.rewardNotificationItem-limitedDays[data-v-9effa5cc]{-moz-column-gap:2px;column-gap:2px;display:grid;grid-template-columns:repeat(3,max-content)}.rewardNotificationItem-box[data-v-9effa5cc]{background:#0003;border-radius:2px;line-height:16px;padding:0 2px}.rewardNotificationItem-button[data-v-9effa5cc]{align-items:center;background-color:#fff;border-radius:12px;color:var(--logo-color,#000);display:flex;font-size:13px;font-weight:500;height:24px;justify-content:center;line-height:24px;padding:0 9px;width:-moz-fit-content;width:fit-content}.rewardNotificationItem-expend[data-v-9effa5cc]{position:relative;width:16px}.rewardNotificationItem-iconArrow[data-v-9effa5cc]{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downWhite.CbCo2gZi.svg);background-repeat:no-repeat;background-size:contain;bottom:0;content:"";cursor:pointer;display:inline-block;height:14px;margin:auto;position:absolute;top:0;width:14px}@keyframes transferEvents-arrow-rotateUp-9effa5cc{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes transferEvents-arrow-rotateDown-9effa5cc{0%{transform:rotate(1turn)}to{transform:rotate(180deg)}}.rewardNotificationItem-iconArrow--up[data-v-9effa5cc]{animation-name:transferEvents-arrow-rotateUp-9effa5cc}.rewardNotificationItem-iconArrow--down[data-v-9effa5cc]{animation-name:transferEvents-arrow-rotateDown-9effa5cc}.rewardNotificationItem-products[data-v-9effa5cc]{border:1px solid #efefef;border-radius:0 0 8px 8px;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:repeat(3,1fr);padding:12px}@media (min-width:750px){.rewardNotificationItem-products[data-v-9effa5cc]{grid-template-columns:repeat(6,1fr)}}.rewardNotificationItem-productItem[data-v-9effa5cc]{display:grid;row-gap:4px}.rewardNotificationItem-productItem[data-v-9effa5cc]:nth-child(n+4){display:none}@media (min-width:750px){.rewardNotificationItem-productItem[data-v-9effa5cc]:nth-child(n+4){display:grid}}.rewardNotificationItem-productImage[data-v-9effa5cc]{background-color:#00000008;border-radius:4px;filter:brightness(97%);height:0;margin-bottom:4px;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.rewardNotificationItem-productPrice[data-v-9effa5cc]{color:#111;font-size:15px;font-weight:600;line-height:18px}.rewardNotificationItem-productPoints[data-v-9effa5cc]{align-items:center;color:#07b53b;display:flex;font-size:12px;font-weight:400;line-height:14px}.rewardNotificationItem-productPoints[data-v-9effa5cc]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:1px;width:16px}.rewardNotificationItem-loading[data-v-9effa5cc]{padding:24px}.rewardNotificationItem-more[data-v-9effa5cc]{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#1ec687;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;width:100%}.rewardNotificationItem-more[data-v-9effa5cc]:after{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}[data-v-bbe558c7]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.rewardNotificationList[data-v-bbe558c7]>:not(:first-child){margin-top:16px}.rewardNotificationList-loading[data-v-bbe558c7]{padding:24px}.rewardNotificationList-more[data-v-bbe558c7]{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#1ec687;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;width:100%}.rewardNotificationList-more[data-v-bbe558c7]:after{background-image:url(./ico-arrow--rightGreen.uQSx3TNt.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}[data-v-06c0ea04]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.rewardNotificationPage-block[data-v-06c0ea04]{background-color:#fff;display:grid;margin-bottom:8px;padding:16px;row-gap:16px}.rewardNotificationPage-blockWithNoSidePadding[data-v-06c0ea04]{background-color:#fff;margin:8px 0;padding:16px 0}.rewardNotificationPage-title[data-v-06c0ea04]{color:#111;display:grid;font-size:17px;font-weight:600;grid-template-columns:minmax(0,max-content) max-content;line-height:25px}@media (max-width:374.98px){.rewardNotificationPage-title[data-v-06c0ea04]{width:calc(100% - 8px)}}.rewardNotificationPage-name[data-v-06c0ea04]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.regularShoppingTop{color:#fff;display:grid;font-size:12px;font-weight:600;max-width:172px;row-gap:4px}.regularShoppingTop-statusBadge,.regularShoppingTop-statusBadge--EVENT_EXPIRED,.regularShoppingTop-statusBadge--EVENT_FULL,.regularShoppingTop-statusBadge--EVENT_REGISTERED,.regularShoppingTop-statusBadge--EVENT_REGISTERED_AND_COMPLETED{align-items:center;border-radius:2px;color:#fff;display:flex;height:16px;justify-content:center;padding:2px;width:-moz-fit-content;width:fit-content}.regularShoppingTop-statusBadge--EVENT_EXPIRED{background-color:#ffffff80;color:#4270ed}.regularShoppingTop-statusBadge--EVENT_FULL{background-color:#ff6080}.regularShoppingTop-statusBadge--EVENT_REGISTERED{background-color:#fff;color:#4270ed}.regularShoppingTop-statusBadge--EVENT_REGISTERED_AND_COMPLETED{background-color:#1ec687}.regularShoppingTop-title{font-size:20px;line-height:30px}.regularShoppingTop-description{font-size:13px;line-height:20px}.regularShoppingTop-totalPoints{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid hsla(0,0%,100%,.15);border-radius:40px;color:#fff;display:flex;font-size:22px;font-weight:600;justify-content:center;line-height:26px;margin-top:4px;padding:5px 9px;width:-moz-fit-content;width:fit-content}.regularShoppingTop-totalPoints:before{background-image:url(./ico-angpauLight.C9XqB_tu.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-right:3px;width:24px}.regularShoppingTop.expired .regularShoppingTop-description,.regularShoppingTop.expired .regularShoppingTop-title,.regularShoppingTop.expired .regularShoppingTop-totalPoints{color:#ffffff80}.regularShoppingTop.expired .regularShoppingTop-totalPoints:before{opacity:.5}.regularShoppingOrder-inputBox:before,.regularShoppingOrder-inputBox:checked:after{left:0;margin:auto;position:absolute;right:0}.regularShoppingOrder-inputBox:checked:after{bottom:0;top:0}.regularShoppingOrder{display:grid;row-gap:12px}.regularShoppingOrder-cardText{color:#949494;font-size:13px;font-weight:400;line-height:20px;text-align:center}.regularShoppingOrder-item{position:relative}.regularShoppingOrder-content{align-items:center;border:1px solid #efefef;border-radius:8px;display:grid;grid-template-columns:1fr 34px;padding:8px;word-break:break-all}.regularShoppingOrder-content .regularShoppingOrder-input:checked{background-color:#000}.regularShoppingOrder-info{color:#949494;display:grid;font-size:12px;font-weight:400;line-height:14px;row-gap:4px}.regularShoppingOrder-item--pendingOrder .regularShoppingOrder-info{color:#c8c8c8}.regularShoppingOrder-infoTop{color:#555;-moz-column-gap:8px;column-gap:8px;display:grid;font-size:13px;font-weight:600;grid-template-columns:max-content 1fr;line-height:16px;margin-bottom:5px}.regularShoppingOrder-image{border-radius:4px;display:flex;filter:brightness(97%);height:18px;overflow:hidden;width:18px}.regularShoppingOrder-item--pendingOrder .regularShoppingOrder-image{opacity:.5}.regularShoppingOrder-name{max-width:calc(100% - 30px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.regularShoppingOrder-item--pendingOrder .regularShoppingOrder-name{color:#c8c8c8}.regularShoppingOrder-price{color:#111;font-size:13px;font-weight:600;line-height:16px}.regularShoppingOrder-item--pendingOrder .regularShoppingOrder-price{color:#c8c8c8}.regularShoppingOrder-inputBox{bottom:0;height:18px;margin:auto;position:absolute;right:11px;top:0;width:18px}.regularShoppingOrder-inputBox:before{background-color:#fff;border:1px solid #b7b7b7;border-radius:50%;content:"";display:inline-block;height:18px;width:18px}.regularShoppingOrder-inputBox:checked:before{border:1px solid #4270ed}.regularShoppingOrder-inputBox:checked:after{background-color:#4270ed;border-radius:50%;content:"";display:inline-block;height:14px;width:14px}.regularShoppingOrder-inputBox:checked+.regularShoppingOrder-content{background:#4270ed1a;border:1px solid #4270ed}.regularShoppingOrder-contentNotice{align-items:center;border-top:1px solid #efefef;color:#4270ed;display:flex;font-size:12px;font-weight:400;grid-column-end:3;grid-column-start:1;line-height:18px;margin:8px -8px 0;padding:8px 8px 0}.regularShoppingOrder-contentNotice:before{background-image:url(./ico-exclamationMarkBlue.BkT9m3md.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin-right:2px;width:18px}.regularShoppingOrder-notice{color:#949494;font-size:12px;font-weight:400;line-height:18px;margin-top:4px}.regularShoppingOrder-noticeLink{color:#5b82db;font-weight:500;text-decoration-line:underline}.regularShoppingOrder-moreButton{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#4270ed;cursor:pointer;display:flex;font-size:14px;justify-content:center;line-height:35px;margin-top:4px}.regularShoppingOrder-moreButton:after{background-image:url(./ico-arrow--downBlueUltramarine.GJJqbZsK.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}[data-v-3dd5ad21]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.regularShoppingExordium[data-v-3dd5ad21]{display:grid;row-gap:12px}.regularShoppingExordium-item[data-v-3dd5ad21]{display:grid;row-gap:2px}.regularShoppingExordium-title[data-v-3dd5ad21]{color:#555;font-size:13px;font-weight:600;line-height:20px}.regularShoppingExordium-description[data-v-3dd5ad21]{color:#949494;font-size:12px;font-weight:400;line-height:18px}.regularShoppingExordium-textContent[data-v-3dd5ad21]{white-space:pre-line}.regularShoppingExordium-button[data-v-3dd5ad21]{align-items:center;background-color:#f5f5f5;border-radius:9999px;color:#4270ed;cursor:pointer;display:flex;font-size:14px;justify-content:center;line-height:35px;margin-top:4px}.regularShoppingExordium-button[data-v-3dd5ad21]:after{background-image:url(./ico-arrow--rightBlueUltramarine.B_jqO2Va.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}.regularShoppingFooter{left:0;position:fixed;right:0}@media screen and (min-width:790px){.regularShoppingFooter{left:calc(100vw - 100%)}}.regularShoppingFooter{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.regularShoppingFooter{width:749px}}.regularShoppingFooter{background:linear-gradient(180deg,#4270ed00,#4270ede6 30px,#4270ed);padding:30px 16px 10px;padding-bottom:calc(10px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:7}.regularShoppingFooter-button{align-items:center;background:#fff;border-radius:18px;color:#4270ed;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;line-height:17px;width:100%}.regularShoppingFooter-button.active{background:#ff8eb2;color:#fff}.regularShoppingFooter-loadingSpinner{background-image:url(./ico-loading--white.5G4YHqfR.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.regularShoppingEventPage{position:relative}.regularShoppingEventPage:not(.error){background-color:#4270ed}.regularShoppingEventPage-wrapper{padding:24px 16px 72px;position:relative;z-index:6}.regularShoppingEventPage-top{margin-bottom:29px}.rewardMissionDetailTop{align-content:center;background-image:url(./bg-rewardMissionDetailTop.W5qVgaU2.png);background-position:50%;background-size:cover;display:grid;height:272px;justify-content:center;row-gap:10px;text-align:center}.isExpired .rewardMissionDetailTop{color:#949494}.rewardMissionDetailTop-reward{align-items:center;color:#06c755;color:#07b53b;display:flex;font-size:40px;font-weight:600;font-weight:400;justify-content:center;line-height:48px}.rewardMissionDetailTop-reward:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:40px;margin-right:1px;width:40px}.isExpired .rewardMissionDetailTop-reward{color:#c8c8c8}.isExpired .rewardMissionDetailTop-reward:before{background-image:url(./ico-point--grey.Dg8b4yyB.svg)}.rewardMissionDetailTop-title{display:-webkit-box;font-size:20px;font-weight:600;line-height:30px;max-width:240px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.isExpired .rewardMissionDetailTop-title{color:#777}.rewardMissionDetailTop-info{align-content:flex-start;color:#154231;display:grid;justify-content:center;justify-items:center;row-gap:4px}.isExpired .rewardMissionDetailTop-info{color:#949494}.rewardMissionDetailTop-description{display:-webkit-box;font-size:15px;font-weight:600;line-height:22px;max-width:240px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;white-space:normal}.rewardMissionDetailTop-time{font-size:12px;font-weight:400;line-height:14px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewardMissionDetailBottomTool{left:0;position:fixed;right:0}@media screen and (min-width:790px){.rewardMissionDetailBottomTool{left:calc(100vw - 100%)}}.rewardMissionDetailBottomTool{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.rewardMissionDetailBottomTool{width:749px}}.rewardMissionDetailBottomTool-button{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.rewardMissionDetailBottomTool{align-items:center;background-color:#fff;display:flex;justify-content:center;min-height:56px;padding:4px 16px 4px 8px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:6}.rewardMissionDetailBottomTool.isExpired{padding:4px 16px}.rewardMissionDetailBottomTool-inner{align-content:center;align-items:center;-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:max-content 1fr;justify-content:center;width:100%}.rewardMissionDetailBottomTool.isExpired .rewardMissionDetailBottomTool-inner{grid-template-columns:1fr}.rewardMissionDetailBottomTool-shareButton{align-content:center;background-color:#fff;color:#000;display:grid;font-size:12px;font-weight:400;justify-content:center;line-height:12px;row-gap:2px;width:72px}.rewardMissionDetailBottomTool-shareButton:before{background-image:url(./ico-share.C3pSXDao.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;margin-bottom:2px;width:24px}.rewardMissionDetailBottomTool-button{width:100%}.rewardMissionDetailBottomTool.isExpired .rewardMissionDetailBottomTool-button{background-color:#c8c8c8}.rewardMissionDetailBottomTool-reward{align-items:center;color:#fff;display:flex;display:inline-flex;font-weight:400;margin-left:4px}.rewardMissionDetailBottomTool-reward:before{background-image:url(./ico-point--white.DiQtpN6g.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:17px;margin-right:1px;width:17px}.rewardMissionDetailCard{background-color:#fff;border-radius:8px;display:grid;margin:4px 16px 12px;padding:16px;row-gap:16px}.rewardMissionDetailCard.noPadding{padding:16px 0}.rewardMissionDetailCard-title{align-items:center;color:#111;display:flex;font-size:17px;font-weight:600;line-height:25px}.noPadding .rewardMissionDetailCard-title{padding:0 16px}.rewardMissionDetailCard-badge{align-items:center;background-color:#f5f5f5;border-radius:2px;color:#b7b7b7;display:flex;display:inline-flex;font-size:12px;font-weight:500;height:16px;justify-content:center;margin-left:8px;padding:0 4px}.rewardMissionDetailItem{color:#555;font-size:13px;font-weight:400;line-height:20px;margin-bottom:8px;width:100%}.rewardMissionDetailItem a{text-decoration:underline}.rewardMissionDetailItem li{display:grid;grid-template-columns:24px 1fr;margin-top:8px}.rewardMissionDetailItem li:before{background-color:#b7b7b7;border-radius:1px;content:"";height:4px;margin:8px 0 0 8px;width:4px}.rewardMissionDetailItem-title{align-items:center;color:#111;display:flex;font-size:15px;font-weight:600;line-height:22px;margin-bottom:8px}.rewardMissionDetailItem-badge{align-items:center;background-color:#ff5b57;border-radius:2px;color:#fff;display:flex;display:inline-flex;font-size:12px;font-weight:500;height:16px;justify-content:center;margin-left:8px;padding:0 4px}.rewardMissionDetailItem-section{display:grid;grid-template-columns:24px 1fr;margin-top:12px}.rewardMissionDetailItem-section:before{background-color:#b7b7b7;border-radius:1px;content:"";height:4px;margin:8px 0 0 8px;width:4px}.numberMode .rewardMissionDetailItem-section:before{display:none}.rewardMissionDetailItem-section em{color:#07b53b}.rewardMissionDetailItem-number{color:#b7b7b7;font-size:12px;font-weight:600;line-height:18px}.rewardMissionDetailItem-reward{align-items:center;color:#07b53b;display:flex;display:inline-flex;font-weight:400;height:15px;position:relative;top:3px}.rewardMissionDetailItem-reward:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.rewardMissionDetailItem-subInfo{color:#b7b7b7;font-size:12px;font-weight:400;line-height:14px;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{align-items:center;color:#555;-moz-column-gap:10px;column-gap:10px;display:grid;font-size:15px;font-weight:400;grid-template-columns:14px 1fr max-content;line-height:18px}.rewardMissionDetailMerchantItem:before{background-color:#b7b7b7;border-radius:1px;content:"";height:4px;margin-left:8px;width:4px}.rewardMissionDetailMerchantItem-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewardMissionDetailMerchantItem-button{align-items:center;background-color:#f5f5f5;border-radius:22px;color:#1ec687;display:flex;font-size:13px;font-weight:500;justify-content:center;line-height:22px;padding:0 9px}.rewardMissionDetailMerchants-moreButton{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.rewardMissionDetailMerchants-content{display:grid;row-gap:28px}.rewardMissionDetailMerchants-moreButton{background-color:#f5f5f5;color:#1ec687}.rewardMissionDetailMerchants-moreButton:after{background-image:url(./ico-arrow--downGreen.DamuGg1d.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;width:17px}[data-v-4b7be9c7]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.recommendedProducts[data-v-4b7be9c7]{scrollbar-width:none;-ms-overflow-style:none;background:#fff}.recommendedProducts[data-v-4b7be9c7]::-webkit-scrollbar{display:none;width:0}.recommendedProducts-productList[data-v-4b7be9c7]{display:flex;padding:0 16px}.recommendedProducts-productList[data-v-4b7be9c7]>:not(:first-child){margin-left:8px}@media (min-width:750px){.recommendedProducts-productList[data-v-4b7be9c7]>:not(:first-child){margin-left:16px}}.recommendedProducts-productItem[data-v-4b7be9c7]{flex-shrink:0;width:134px}@media (max-width:374.98px){.recommendedProducts-productItem[data-v-4b7be9c7]{width:118px}}@media (min-width:750px){.recommendedProducts-productItem[data-v-4b7be9c7]{width:190px}}.recommendedProducts-productItemShowMore[data-v-4b7be9c7]{align-items:center;display:flex;flex-shrink:0;justify-content:center;width:114px}@media (min-width:750px){.recommendedProducts-productItemShowMore[data-v-4b7be9c7]{width:190px}}.recommendedProducts-showMore[data-v-4b7be9c7]{align-items:center;color:#949494;display:flex;font-size:12px;line-height:14px}.recommendedProducts-showMore[data-v-4b7be9c7]:after{background-image:url(./ico-arrow--rightGray.CoWdCWie.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;width:14px}.rewardMissionDetail-bottomTools{left:0;position:fixed;right:0}@media screen and (min-width:790px){.rewardMissionDetail-bottomTools{left:calc(100vw - 100%)}}.rewardMissionDetail-bottomTools{bottom:0;margin-left:auto;margin-right:auto;max-width:750px;width:100%}@media screen and (width:751px){.rewardMissionDetail-bottomTools{width:749px}}.rewardMissionDetail-tabMenu{position:sticky!important;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)));z-index:5}.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;border-radius:8px;display:grid;margin:4px 16px 12px;padding:16px;row-gap:16px}.rewardMissionDetail-card--noPadding{padding:16px 0}.rewardMissionDetail-title{align-items:center;color:#111;display:flex;font-size:17px;font-weight:600;line-height:25px}.rewardMissionDetail-card--noPadding .rewardMissionDetail-title{padding:0 16px}.rewardMissionDetail-badge{align-items:center;background-color:#f5f5f5;border-radius:2px;color:#b7b7b7;display:flex;display:inline-flex;font-size:12px;font-weight:500;height:16px;justify-content:center;margin-left:8px;padding:0 4px}.rewardMissionDetail-bottomTools{align-items:center;background-color:#fff;display:flex;justify-content:center;min-height:56px;padding:4px 16px 4px 8px;padding-bottom:calc(4px + var(--android-safe-area-inset-bottom, env(safe-area-inset-bottom)));z-index:6}.rewardMissionDetail-bottomTools.isExpired{padding:4px 16px}.transferInfoPage{padding:32px 16px 64px}.privacyWebNotificationPage{display:grid;height:-moz-fit-content;height:fit-content;padding-top:8px;row-gap:2px}.privacyWebNotificationPage-item{font-size:13px}.privacyWebNotificationPage-title{background:#fff;color:#303030;display:block;font-size:15px;font-weight:600;padding:18px 15px;position:relative}.privacyWebNotificationPage-switchButton{background-color:#f5f5f5;border-radius:12px;cursor:pointer;display:inline-block;height:22px;position:absolute;right:16px;top:15px;width:38px}.privacyWebNotificationPage-switchButton:before{background-color:#fff;border-radius:10px;box-shadow:0 2px 4px #12121226;content:"";display:block;height:20px;position:absolute;top:1px;width:20px}.privacyWebNotificationPage-switchButton.off:before{left:0}.privacyWebNotificationPage-switchButton.on{background-color:#1ec687}.privacyWebNotificationPage-switchButton.on:before{right:0}.privacyWebNotificationPage-info{margin:16px}.privacyWebNotificationPage-infoItem{color:#777;display:flex;font-weight:400;line-height:20px}.privacyWebNotificationPage-itemNumbers{display:inline-block;flex-shrink:0;padding-left:2px;width:15px}.privacyWebNotificationPage-agreementLink{color:#638dff;font-weight:500;text-decoration:underline}.tutorialTips{position:relative}.tutorialTips-popup{min-height:calc(100% - 60px)}.tutorialTips-popup .popupContainer-header{z-index:3}.tutorialTips-nav{background-color:#fff;display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;position:sticky;top:56px;z-index:2}.tutorialTips-nav:after{background-color:#fff;content:"";height:56px;position:absolute;top:-56px;width:85.6%;z-index:2}.tutorialTips-navItem{align-items:center;color:#949494;cursor:pointer;display:flex;font-size:15px;font-weight:500;height:40px;justify-content:center;line-height:18px;text-align:center}.tutorialTips-navItem.active{color:#111}.tutorialTips-navItemBar{background-color:#111;bottom:0;height:3px;left:calc(25% - 22.5px);position:absolute;width:45px;z-index:3}.tutorialTips-content{position:relative;transform:translateY(-100px);z-index:1}.tutorialTips-box{align-items:center;display:grid;row-gap:40px}.tutorialTips-box:before{content:"";display:block;height:100px}.tutorialTips-contentTitle{align-items:center;color:#111;-moz-column-gap:8px;column-gap:8px;display:flex;font-size:20px;font-weight:600;justify-content:center;line-height:24px;text-align:center}.tutorialTips-contentTitle em{color:#8250ff}.tutorialTips-contentImage{margin:auto;max-width:375px;width:100%}.bestPriceFinderTutorialPage-top:before{left:0;margin-left:auto;margin-right:auto;position:absolute;right:0}.bestPriceFinderTutorialPage-top{align-content:flex-start;align-items:center;background:#010314;color:#d7c9ff;display:grid;justify-content:center;min-height:512px;padding-top:28px;position:relative;row-gap:20px;text-align:center}.bestPriceFinderTutorialPage-top:before{background:radial-gradient(217.23% 100.08% at 50% 18.33%,transparent 21.67%,#63e 88.45%,#fff 100%);content:"";height:100%;z-index:1}.bestPriceFinderTutorialPage-top:after{background-image:url(./img-bestPriceFinderTutorial1.B4Qw6UMt.png);background-position:50%;background-repeat:no-repeat;background-size:375px 212px;bottom:0;content:"";height:212px;position:absolute;width:100%;z-index:2}.bestPriceFinderTutorialPage-shoppingLogo{background-image:url(./img-logo--white.ws-OQZLF.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:18px;margin:auto;width:91px}.bestPriceFinderTutorialPage-slogan{color:#d7c9ff;display:grid;letter-spacing:1px;position:relative;row-gap:8px;z-index:3}.bestPriceFinderTutorialPage-slogan em{color:#d7c9ff}.bestPriceFinderTutorialPage-title{color:#fff;font-size:28px;font-weight:600;letter-spacing:2px;line-height:42px}.bestPriceFinderTutorialPage-button{align-items:center;background-color:#8250ff;border-radius:48px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:500;height:48px;justify-content:center;line-height:18px;margin:auto;min-width:180px;position:relative;width:-moz-fit-content;width:fit-content;z-index:3}.bestPriceFinderTutorialPage-top .bestPriceFinderTutorialPage-button{width:240px}.bestPriceFinderTutorialPage-topLink{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;justify-content:center;line-height:16px;margin:auto;position:relative;z-index:3}.bestPriceFinderTutorialPage-topLink:after{background-image:url(./img-arrowLongRightWhite.BsYHA_Fj.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;width:24px}.bestPriceFinderTutorialPage-main{align-items:center;background:#fff;display:grid;padding:40px 0;row-gap:40px}.bestPriceFinderTutorialPage-mainTitle{align-items:center;color:#8250ff;display:grid;font-size:28px;font-weight:600;line-height:42px;row-gap:4px;text-align:center}.bestPriceFinderTutorialPage-subTitle{color:#111;font-size:17px;font-weight:400;line-height:20px;text-align:center}.bestPriceFinderTutorialPage-image{margin:auto;max-width:375px;width:100%}.moreRelated{position:relative;width:auto}.moreRelated-title{align-items:center;color:#777;display:flex;font-size:13px;font-weight:600;line-height:20px;margin-bottom:12px;white-space:nowrap}.moreRelated-title em{color:#1ec687;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.moreRelated-body{background-color:#fff;border-radius:8px}.moreRelated-top{display:grid;grid-template-columns:1fr minmax(max-content,auto);padding:0 16px}.moreRelated-topInfo{color:#949494;display:grid;font-size:12px;font-weight:400;line-height:18px;padding:16px 0}.moreRelated-topInfo em{color:#1ec687;font-weight:500;margin:0 4px}.moreRelated-topText{color:#111;font-size:15px;font-weight:600;line-height:22px}.moreRelated-topImg{background-image:url(./img-holdShop.Ce52CC4h.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:76px;width:80px}.moreRelated-topLink{align-items:center;border:1px solid #efefef;border-radius:18px;color:#1ec687;display:flex;font-size:13px;font-weight:500;grid-column-end:3;grid-column-start:1;line-height:16px;padding:6px 6px 6px 10px}.moreRelated-topLinkText{margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.moreRelated-topButton{align-items:center;background:#1ec687;border-radius:12px;color:#fff;display:flex;font-size:13px;font-weight:500;line-height:16px;margin-left:auto;padding:4px 9px;white-space:nowrap}.moreRelated-content{display:grid;padding:16px;row-gap:16px}.moreRelated-bottom{align-items:center;color:#949494;display:grid;font-size:13px;font-weight:400;line-height:20px;padding:0 16px 16px;row-gap:16px;text-align:center}.moreRelated-bottomButton{background:#1ec687;border-radius:18px;display:flex;padding:10px 13px}.moreRelated-bottomButtonContent{align-items:center;color:#fff;display:grid;font-size:14px;font-weight:500;grid-template-columns:max-content minmax(0,max-content) max-content;line-height:17px;margin:auto;white-space:nowrap}.moreRelated-bottomButtonContent em{margin-left:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.moreRelated-bottomButtonContent:after{background-image:url(./ico-glassWhite.DjoHr4D6.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:17px;margin-left:1px;width:17px}.regularShoppingReceiveStatus{-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:repeat(2,1fr);width:100%}.regularShoppingReceiveStatus-item{align-items:center;background-color:#fff0c8;border-radius:8px;color:#4270ed;display:grid;justify-items:center;padding:12px;row-gap:8px;width:100%}.regularShoppingReceiveStatus-itemTop{align-items:flex-end;display:inline-flex;font-size:12px}.regularShoppingReceiveStatus-itemText{font-size:32px;font-weight:500;line-height:32px;margin-right:4px;position:relative;top:1px}.regularShoppingReceiveStatus-itemDescription{font-size:13px;line-height:16px}.regularShoppingTimeline-merchantImage>img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.regularShoppingTimeline{display:grid;overflow:hidden;row-gap:12px;width:100%}.regularShoppingTimeline:after{background-color:#fff;bottom:0;content:"";height:28px;left:69px;position:absolute;width:2px;z-index:1}.regularShoppingTimeline-date{color:#c8c8c8;display:grid;font-size:12px;font-weight:400;justify-items:end;line-height:14px}.regularShoppingTimeline-dateText{font-size:15px;font-weight:600;line-height:18px}.regularShoppingTimeline-checkIcon{background-image:url(./ico-emptyCircle.BRvgac9t.svg);background-repeat:no-repeat;background-size:contain;border-radius:8px;content:"";display:inline-block;height:16px;position:relative;width:16px;z-index:2}.regularShoppingTimeline-content{align-items:center;border:1px solid #efefef;border-radius:8px;display:inline-grid;min-height:40px;padding:8px}.regularShoppingTimeline-orderTop{color:#555;font-size:13px;font-weight:600;line-height:22px;position:relative}.regularShoppingTimeline-iconArrow{animation-duration:.4s;animation-fill-mode:forwards;background-image:url(./ico-arrow--downGreyDeep.Dy_jgCzs.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:14px;position:absolute;right:0;top:4px;width:14px}@keyframes regularShoppingTimeline-arrow-rotateUp{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes regularShoppingTimeline-arrow-rotateDown{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.regularShoppingTimeline-iconArrow--up{animation-name:regularShoppingTimeline-arrow-rotateUp}.regularShoppingTimeline-iconArrow--down{animation-name:regularShoppingTimeline-arrow-rotateDown}.regularShoppingTimeline-orderDetail{color:#949494;display:grid;font-size:12px;font-weight:400;line-height:14px;padding-top:10px;row-gap:4px}.regularShoppingTimeline-merchant{align-items:center;color:#555;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:max-content 1fr;height:18px;margin-bottom:4px;overflow:hidden}.regularShoppingTimeline-merchantImage{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;padding-bottom:100%;position:relative;width:18px}.regularShoppingTimeline-merchantName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.regularShoppingTimeline-orderPrice{color:#111;font-size:13px;font-weight:600;line-height:16px}.regularShoppingTimeline-angpauStatus{align-items:center;color:#c8c8c8;-moz-column-gap:4px;column-gap:4px;display:grid;font-size:13px;font-weight:600;grid-template-columns:max-content max-content max-content 1fr;line-height:20px}.regularShoppingTimeline-angpauStatus:before{background-image:url(./ico-angpauLight.C9XqB_tu.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;opacity:.5;width:20px}.regularShoppingTimeline-point{align-items:center;color:#b7b7b7;display:flex;font-size:12px;font-weight:400;line-height:14px}.regularShoppingTimeline-point:before{background-image:url(./ico-point--gray.CwT7ymaW.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.regularShoppingTimeline-button{align-items:center;background-color:#f5f5f5;border-radius:24px;color:#4270ed;display:flex;font-size:13px;font-weight:500;justify-content:center;line-height:16px;line-height:24px;margin-left:auto;padding:0 9px;width:-moz-fit-content;width:fit-content}.regularShoppingTimeline-unavailableText{color:#b7b7b7;font-size:12px;font-weight:400;line-height:14px;margin-left:auto}.regularShoppingTimeline-item{align-items:center;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:38px max-content 1fr;position:relative}.regularShoppingTimeline-item:before{background-color:#efefef;content:"";height:107%;left:53px;position:absolute;top:55%;width:2px;z-index:1}.regularShoppingTimeline-item.available .regularShoppingTimeline-point{color:#07b53b;color:invert;font-weight:400}.regularShoppingTimeline-item.available .regularShoppingTimeline-point:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.regularShoppingTimeline-item.notLast:before{background-color:#4270ed}.regularShoppingTimeline-item.notLast .regularShoppingTimeline-angpauStatus,.regularShoppingTimeline-item.notLast .regularShoppingTimeline-date{color:#555}.regularShoppingTimeline-item.notLast .regularShoppingTimeline-angpauStatus:before{opacity:1}.regularShoppingTimeline-item.notLast .regularShoppingTimeline-checkIcon{background-color:#fff;background-image:url(./ico-check-blueOutline.Bay6j7a_.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.regularShoppingTimeline-item.last .regularShoppingTimeline-date{color:#4270ed}.regularShoppingTimeline-item.last .regularShoppingTimeline-content{border:1px solid #4270ed}.regularShoppingTimeline-item.last .regularShoppingTimeline-orderTop{color:#4270ed}.regularShoppingTimeline-item.last .regularShoppingTimeline-angpauStatus{color:#555}.regularShoppingTimeline-item.last .regularShoppingTimeline-angpauStatus:before{opacity:1}.regularShoppingTimeline-item.last .regularShoppingTimeline-checkIcon{background-image:url(./ico-check-blue.Gw8TOWjO.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.regularShoppingTimeline-item+.regularShoppingTimeline-item:last-child:before,.regularShoppingTimeline-item:only-of-type:before{content:none}.regularShoppingEventProcessPage{position:relative}.regularShoppingEventProcessPage:not(.error){background-color:#4270ed}.regularShoppingEventProcessPage-wrapper{padding:24px 16px 72px;position:relative;z-index:6}.regularShoppingEventProcessPage-top{margin-bottom:29px}[data-v-99ceb041]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.merchantFilter[data-v-99ceb041]{align-items:center;background-color:#fff;display:flex}.merchantFilter-title[data-v-99ceb041]{align-items:center;-moz-column-gap:5px;column-gap:5px;display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:56px;justify-content:center;width:73px}.merchantFilter-title[data-v-99ceb041]:after{border-color:#c8c8c8 transparent transparent;border-style:solid;border-width:5px 4px 0;content:"";height:0;transform:rotate(0);width:0}.merchantFilter-list[data-v-99ceb041]{-moz-column-gap:6px;column-gap:6px;display:inline-flex;padding-left:0}.merchantFilter-item[data-v-99ceb041]{align-items:center;border:1px solid #efefef;border-radius:36px;color:#555;-moz-column-gap:6px;column-gap:6px;display:inline-grid;flex-shrink:0;font-size:12px;font-weight:400;grid-template-columns:max-content 1fr;height:36px;line-height:14px;padding:0 4px;width:106px}.merchantFilter-item.active[data-v-99ceb041]{border-color:#111;color:#111}.merchantFilter-logo[data-v-99ceb041]{border-radius:28px;filter:brightness(97%);height:28px;margin:auto;overflow:hidden;width:28px}.merchantFilter-info[data-v-99ceb041]{display:grid;row-gap:2px}.merchantFilter-name[data-v-99ceb041]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchantFilter-points[data-v-99ceb041]{align-items:center;color:#07b53b;display:flex;font-weight:400}.merchantFilter-points[data-v-99ceb041]:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:14px;margin-right:1px;width:14px}.otherKeywordList-roundedButton{align-items:center;background:#1ec687;border-radius:21px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:0 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.otherKeywordList{position:relative;width:auto}.otherKeywordList-title{align-items:center;color:#777;display:flex;font-size:13px;font-weight:600;line-height:20px;margin-bottom:12px}.otherKeywordList-title em{color:#5b82db}.otherKeywordList-content{background-color:#fff;border-radius:8px;-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:1fr minmax(28px,auto);padding:16px}.otherKeywordList-sideArea{position:relative}.otherKeywordList-body{align-items:center;display:flex;flex-wrap:wrap;margin-left:-8px;margin-top:-10px;overflow:hidden}.otherKeywordList-body.collapse{height:92px}.otherKeywordList-roundedButton{background-color:#f5f5f5;color:#777;display:inline-flex;margin-left:8px;margin-top:10px;max-width:calc(100% - 8px)}.otherKeywordList-roundedButton>:not(:first-child){margin-left:4px}.otherKeywordList-roundedButtonText{color:#777;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.otherKeywordList-badgeShowLowerPrice{background-image:url(./badge-showLowerPrice.VgEbcxW2.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;width:41px}.otherKeywordList-clearButton{align-items:center;color:#777;cursor:pointer;display:flex;font-size:12px;position:relative;top:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.otherKeywordList-clearButton:before{background-image:url(./ico-trashCan.CHzEfElr.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:13px;margin-right:2px;width:13px}.otherKeywordList-moreButton{align-items:center;background-color:#f5f5f5;border-radius:9999px;bottom:0;cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:28px}.otherKeywordList-moreButton:before{background-image:url(./ico-arrow--downGrey.BnmT_o_N.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.recommendShops{background-color:#fff;border-bottom:8px solid #f5f5f5;padding:16px}.recommendShops-list{display:grid;row-gap:16px}.recommendShops-itemBox{background-color:#fff;border:1px solid #efefef;border-radius:8px;overflow:hidden}.inactive[data-v-106f87f1]{stroke:#fff}.shopPerkCollectMerchants-btnFavorite:after,.shopPerkCollectMerchants-image>img,.shopPerkCollectMerchants-item--active:after{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.shopPerkCollectMerchants{width:100%}.shopPerkCollectMerchants-item,.shopPerkCollectMerchants-item--active{display:inline-block;height:105px;margin-left:8px;position:relative;width:68px}.shopPerkCollectMerchants-item--active{position:relative}.shopPerkCollectMerchants-item--active:after{background-color:#1ec687;content:"";display:block;height:3px;top:auto;width:52px}.shopPerkCollectMerchants-image{background-color:#00000008;border-radius:4px;height:0;overflow:hidden;padding-bottom:100%;position:relative;z-index:1}.shopPerkCollectMerchants-btnFavorite{background-color:#fff;border-radius:100px;box-shadow:0 2px 4px -2px #00000026;height:20px;margin-top:-11px;position:absolute;right:5px;width:20px;z-index:1}.shopPerkCollectMerchants-btnFavorite:after{background-image:url(./ico-product-like.xTa1aUAx.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:16px;width:16px}.shopPerkCollectMerchants-point{display:flex!important;justify-content:center;margin-top:12px}[data-v-878113e1]:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.rewardNotificationBelt-image>img[data-v-878113e1]{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.rewardNotificationBelt[data-v-878113e1]{position:relative}.rewardNotificationBelt-list[data-v-878113e1]{padding-left:16px;padding-right:16px}@media (min-width:750px){.rewardNotificationBelt-list[data-v-878113e1]{display:grid;grid-template-columns:repeat(7,1fr);justify-items:center}}.rewardNotificationBelt-item[data-v-878113e1]{color:#555;display:inline-grid;font-size:12px;line-height:13px;row-gap:8px;text-align:center;width:62px}.rewardNotificationBelt-image[data-v-878113e1]{background-color:#00000008;border-radius:36px;height:0;margin:auto;overflow:hidden;padding-bottom:36px;position:relative;width:36px;z-index:1}:export{padding-panel:16px;height-topbar:54px;height-topbar-large:60px;height-bottombar:56px;height-tab-list:48px;green01:#1ec687;red01:#ff5b57;red02:#ffefee;breakpoint-xs:320px;breakpoint-sm:375px;breakpoint-lg:750px}.barcodePopup-content,.barcodePopup-wrapper{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.barcodePopup{left:0;position:fixed;right:0}@media screen and (min-width:790px){.barcodePopup{left:calc(100vw - 100%)}}.barcodePopup{background-color:#00000080;bottom:0;top:0;z-index:10}.barcodePopup-wrapper{background-color:#fff;border-radius:8px;display:block;height:540px;padding:16px;width:295px}.barcodePopup-close{background-image:url(./ico-close--black.C0D_WCjI.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:24px;position:absolute;right:16px;top:16px;width:24px}.barcodePopup-button{align-items:center;display:flex;justify-content:center;margin-bottom:16px}.barcodePopup-points{color:#07b53b;display:flex;font-weight:400;margin:0 3px}.barcodePopup-points:before{background-image:url(./ico-point--green.C6QozQX8.svg);background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex-shrink:0;height:16px;margin-right:1px;width:16px}.barcodePopup-content{color:#1ec687;font-size:16px;height:160px;transform:rotate(90deg);transform-origin:center;width:330px}
