.btn{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;flex-direction:column;font-size:14px;box-sizing:border-box;box-shadow:0 1px 1px 0 rgba(0,0,0,.09);border-radius:2px;border:0;display:flex;align-items:center;justify-content:center;text-transform:capitalize;outline:0;cursor:pointer}.btn--inline{display:inline-flex}.btn--full{width:100%}.btn--s{height:34px;padding:0 15px;min-width:60px;max-width:190px}.btn--m{height:40px;padding:0 20px;min-width:70px;max-width:220px}.btn--l{font-size:16px;height:48px;padding:0 20px}.btn--l,.btn--xl{min-width:80px;max-width:250px}.btn--xl{height:52px}.btn-solid-primary{color:#fff;position:relative;overflow:visible;outline:0;background:#ee4d2d}.btn-solid-primary.focus-visible:before,.btn-solid-primary:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.btn-solid-primary:not(.btn-solid-primary--disabled):hover{background:#f05d40}.btn-solid-primary:not(.btn-solid-primary--disabled):active{background:#e2492b;box-shadow:inset 0 2px 1px 0 rgba(0,0,0,.05)}.btn-solid-primary.btn-solid-primary--disabled{background:#facac0!important;cursor:not-allowed;box-shadow:none}.btn-solid-primary--link{color:#fff}.theme--ofs .btn-solid-primary{position:relative;overflow:visible;outline:0;background:#d0011b}.theme--ofs .btn-solid-primary.focus-visible:before,.theme--ofs .btn-solid-primary:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.theme--ofs .btn-solid-primary:not(.btn-solid-primary--disabled):hover{background:#d41830}.theme--ofs .btn-solid-primary:not(.btn-solid-primary--disabled):active{background:#c6011a;box-shadow:inset 0 2px 1px 0 rgba(0,0,0,.05)}.theme--ofs .btn-solid-primary.btn-solid-primary--disabled{background:#f1b3bb!important;cursor:not-allowed;box-shadow:none}.theme--s-mart .btn-solid-primary{position:relative;overflow:visible;outline:0;background:#066bc8}.theme--s-mart .btn-solid-primary.focus-visible:before,.theme--s-mart .btn-solid-primary:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.theme--s-mart .btn-solid-primary:not(.btn-solid-primary--disabled):hover{background:#1c78cd}.theme--s-mart .btn-solid-primary:not(.btn-solid-primary--disabled):active{background:#0666be;box-shadow:inset 0 2px 1px 0 rgba(0,0,0,.05)}.theme--s-mart .btn-solid-primary.btn-solid-primary--disabled{background:#b4d3ef!important;cursor:not-allowed;box-shadow:none}.btn-light{outline:0;background:#fff;color:#555;border:1px solid rgba(0,0,0,.09);box-shadow:0 1px 1px 0 rgba(0,0,0,.03);position:relative;overflow:visible}.btn-light.focus-visible:before,.btn-light:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.btn-light:active,.btn-light:hover{background:rgba(0,0,0,.02)}.btn-light:active{box-shadow:inset 0 2px 1px 0 rgba(0,0,0,.05)}.btn-light--link{color:#555}.btn-light--disabled{background:#fff!important;color:#ccc;cursor:not-allowed}.shopee-popover--default,.shopee-popover--dropdown{box-shadow:0 1px 1px 0 rgba(0,0,0,.05);border-radius:2px;background:#fff}.shopee-popover--default{max-height:8.375rem;padding:.3125rem 0;overflow-x:hidden;overflow-y:auto}.shopee-popover--dropdown{border:1px solid rgba(0,0,0,.09)}.shopee-popover--dropdown:after,.shopee-popover--dropdown:before{content:"";position:absolute;right:1rem}.shopee-popover--dropdown:after{border:.5rem solid transparent;border-bottom-color:#fff;top:-.9375rem;z-index:1}.shopee-popover--dropdown:before{border:.5rem solid transparent;border-bottom-color:rgba(0,0,0,.09);top:-1.0625rem;z-index:0}.stardust-popover{position:relative}.stardust-popover.focus-visible,.stardust-popover:focus-visible{outline:2px solid #000;border-radius:2px}.stardust-popover__popover{will-change:transform;position:absolute;z-index:-1}.stardust-popover__popover--show{z-index:3;animation:popover-enter-animation .2s cubic-bezier(.4,0,.6,1);opacity:1}.stardust-popover__popover--border{border:1px solid rgba(0,0,0,.09)}.stardust-popover__popover--hide{animation:popover-hide-animation .2s cubic-bezier(.4,0,.6,1)}.stardust-popover__arrow{z-index:3;position:absolute;will-change:transform}.stardust-popover__arrow--inner{position:absolute;left:-8px;width:0;height:0}@keyframes popover-enter-animation{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes popover-hide-animation{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}._-packages-search-pc-search-bar-src-SearchHintSection-style__container{margin-top:.5rem;margin-left:-.1875rem;background-color:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,.26);border-radius:2px;overflow:hidden}._-packages-search-pc-search-bar-src-SearchHintSection-style__label{color:rgba(0,0,0,.26);font-size:.875rem;line-height:1rem;padding:.625rem}.shopee-drawer{display:flex;position:relative;overflow:visible;outline:0}.shopee-drawer.focus-visible:before,.shopee-drawer:focus-visible:before{--focus-indicator-spacing:1px;content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.shopee-drawer__contents{position:absolute;top:100%;z-index:400}.shopee-drawer .icon-help{stroke:currentColor}.shopee-arrow-box__arrow{display:flex;height:10px}.shopee-arrow-box__arrow--left{justify-content:flex-start;padding-left:15px}.shopee-arrow-box__arrow--center{justify-content:center}.shopee-arrow-box__arrow--right{justify-content:flex-end;padding-right:15px}.shopee-arrow-box__arrow-outer{position:relative;bottom:-1px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid rgba(0,0,0,.09)}.shopee-arrow-box__arrow-inner{position:absolute;bottom:-10px;left:-8px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}.shopee-arrow-box__content{box-shadow:0 1px 1px 0 rgba(0,0,0,.05);border-radius:.125rem;overflow:hidden;border:1px solid rgba(0,0,0,.09);white-space:pre-wrap}.shopee-drawer-image-show__content-wrapper,.shopee-drawer-image-show__image{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shopee-drawer-image-show__content-wrapper{position:relative}.shopee-drawer-image-show__find-button{display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;bottom:.3125rem;right:.3125rem;height:2.1875rem;width:2.1875rem;background:#fff}.shopee-drawer-image-show__find-button>svg{font-size:1.5625rem;stroke:currentColor}#shopee-searchbar-selected-option{background-color:#fbfbfb}.shopee-searchbar{--focus-indicator-spacing:3px;display:flex;align-items:stretch;justify-content:space-between;height:2.5rem;box-sizing:border-box;padding:.1875rem;border-radius:2px;background:#fff}.shopee-searchbar--focus .shopee-searchbar-input:before{position:absolute;left:-4px;top:-4px;bottom:-4px;right:7px;padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);content:"";border-radius:2px;margin:calc(var(--focus-indicator-spacing)*-1);z-index:1;pointer-events:none}.shopee-searchbar>.btn svg{margin:0 auto}.shopee-searchbar__main{display:flex;flex:1}.shopee-searchbar__search-button{position:relative;overflow:visible;outline:0}.shopee-searchbar__search-button.focus-visible:before,.shopee-searchbar__search-button:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.shopee-searchbar-input{display:flex;flex:1;box-sizing:border-box;padding:0 .625rem;position:relative}.shopee-searchbar-input__input{display:flex;flex:1;align-items:center;outline:none;border:0;padding:0;margin:0}.shopee-searchbar-input__input:-moz-placeholder{color:rgba(0,0,0,.54)}.shopee-searchbar-input__input:-ms-input-placeholder{color:rgba(0,0,0,.54)}.shopee-searchbar-input__input::-webkit-input-placeholder{color:rgba(0,0,0,.54)}.shopee-searchbar-input__input::-moz-placeholder{color:rgba(0,0,0,.54)}.shopee-searchbar-hints{margin-top:.5rem;margin-left:-.1875rem;background-color:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,.26);border-radius:2px;overflow:hidden}.shopee-searchbar-hints__header{color:rgba(0,0,0,.26);font-size:.875rem;line-height:1rem;padding:.625rem}.shopee-searchbar-hints__history-entry{text-decoration:none;color:rgba(0,0,0,.87);display:block;padding:.625rem;font-size:.875rem;line-height:1rem;color:rgba(0,0,0,.8);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shopee-searchbar-hints__history-entry:hover{background-color:#fafafa}.shopee-searchbar-hints__history-entry__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shopee-searchbar-hints__history-entry__typed-text{font-weight:500}.shopee-searchbar-hints__history-entry__category-name{color:rgba(0,0,0,.26);margin-top:.25rem}.shopee-searchbar-hints__entry,.shopee-searchbar-hints__search-prefill,.shopee-searchbar-hints__search-shop{text-decoration:none;color:rgba(0,0,0,.87);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1rem;padding:.625rem}.shopee-searchbar-hints__entry:hover,.shopee-searchbar-hints__search-prefill:hover,.shopee-searchbar-hints__search-shop:hover{background-color:#fafafa}.shopee-searchbar-hints__entry__bold-product-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shopee-searchbar-hints__search-shop{display:flex;align-items:center}.shopee-searchbar-hints__search-shop .shopee-svg-icon{width:1rem;height:1rem;margin-right:.5rem;color:#ee4d2d}.shopee-searchbar-hints__entry{overflow:hidden;display:flex;flex-direction:column;justify-content:center}.shopee-searchbar-hints__entry--history{text-overflow:ellipsis}.shopee-searchbar-hints__entry__product-name{flex:0 1 auto}.shopee-searchbar-hints__entry__typed-product-name{font-weight:500}.shopee-searchbar-hints__entry__category-name{flex:0 1 auto;color:rgba(0,0,0,.26);margin-top:.25rem}.shopee-searchbar-hints__search-prefill{display:flex;align-items:center;padding-right:15px}.shopee-searchbar-hints__search-prefill img{margin-left:auto}.shopee-searchbar-hints__search-prefill .shopee-searchbar-hints__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:20px}.shopee-searchbar-user-hints{background-color:#fff;border-left:1px solid rgba(0,0,0,.09);border-right:1px solid rgba(0,0,0,.09);border-bottom:1px solid rgba(0,0,0,.09)}.shopee-searchbar-user-hints__entry{text-decoration:none;color:rgba(0,0,0,.87);display:flex;padding:.625rem;font-size:.875rem;line-height:1rem}.shopee-searchbar-selector{position:relative;max-width:9.375rem;height:100%;color:rgba(0,0,0,.87);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shopee-searchbar-selector .shopee-drawer{width:100%;height:100%;display:flex;align-items:center}.shopee-searchbar-selector .shopee-drawer__contents{z-index:601}.shopee-searchbar-selector__selected{width:100%;display:flex;align-items:center;border-left:1px solid rgba(0,0,0,.09);height:75%;padding-left:.9375rem;padding-right:.625rem;box-sizing:border-box}.shopee-searchbar-selector__selected>.shopee-svg-icon{width:.5rem;height:.5rem;margin-left:.9375rem}.shopee-searchbar-selector__selected-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25rem}.shopee-searchbar-selector__options{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;box-shadow:0 1px 1px 0 rgba(0,0,0,.05);border-radius:.125rem;overflow:hidden;background-color:#fff;margin-top:.5rem}.shopee-searchbar-selector__option{flex:0 1 auto;height:2.8125rem;width:100%;display:flex;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-left:.9375rem;padding-right:.625rem;white-space:nowrap}.shopee-searchbar-selector__option:hover{background-color:#fbfbfb}.shopee-searchbar-selector__option-label{flex:0 1 auto;width:100%;display:flex;align-items:center}.shopee-searchbar-selector__option-tick{flex:0 1 auto;color:#ee4d2d;width:.625rem;height:.625rem;margin-left:.9375rem;align-self:center}.shopee-button-solid{outline:none;cursor:pointer;border:0;font-size:.875rem;font-weight:300;line-height:1;letter-spacing:0;display:flex;align-items:center;justify-content:center;transition:background-color .1s cubic-bezier(.4,0,.6,1);position:relative;background:rgba(0,0,0,.54);color:#fff;transition:opacity .2s ease;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 1px 1px 0 rgba(0,0,0,.09)}.shopee-button-solid:active{box-shadow:inset 0 2px 1px 0 rgba(0,0,0,.05)}.shopee-button-solid--fill{height:100%;width:100%;padding-top:0;padding-bottom:0}.shopee-button-solid--complement{background:#00bfa5}.shopee-button-solid--complement:hover{background:#00a08a}.shopee-button-solid--secondary{background:#3b3f53}.shopee-button-solid--primary{position:relative;overflow:visible;outline:0;background:#ee4d2d}.shopee-button-solid--primary.focus-visible:before,.shopee-button-solid--primary:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.shopee-button-solid--primary:not(.shopee-button-solid--disabled):hover{background:#f05d40}.shopee-button-solid--primary:not(.shopee-button-solid--disabled):active{background:#e2492b;box-shadow:inset 0 2px 1px 0 rgba(0,0,0,.05)}.shopee-button-solid--primary.shopee-button-solid--disabled{background:#facac0!important;cursor:not-allowed;box-shadow:none}.shopee-button-solid--tributton{padding:10px 13px!important;flex:none!important;text-transform:uppercase!important;width:102px;height:36px;position:relative;overflow:visible;outline:0;background:#ee4d2d}.shopee-button-solid--tributton.focus-visible:before,.shopee-button-solid--tributton:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.shopee-button-solid--tributton:not(.disabled):hover{background:#f05d40}.shopee-button-solid--tributton:not(.disabled):active{background:#e2492b;box-shadow:inset 0 2px 1px 0 rgba(0,0,0,.05)}.shopee-button-solid--tributton.disabled{background:#facac0!important;cursor:not-allowed;box-shadow:none}.shopee-button-solid--email{background-color:#1d9db4}.shopee-button-solid--facebook{background-color:#31589c}.shopee-button-solid--sms{background-color:#13b50b}.shopee-button-solid--disabled{box-shadow:none;background-color:rgba(0,0,0,.26)}.shopee-button-solid--disabled:hover{background-color:rgba(0,0,0,.26);cursor:not-allowed}.shopee-button-outline{outline:none;cursor:pointer;border:0;font-size:.875rem;font-weight:300;line-height:1;letter-spacing:0;display:flex;align-items:center;justify-content:center;transition:background-color .1s cubic-bezier(.4,0,.6,1);border:1px solid rgba(0,0,0,.09);border-radius:2px;background:transparent;color:rgba(0,0,0,.8)}.shopee-button-outline--normal{background:#fff}.shopee-button-outline--normal:hover{background:#f3f3f3}.shopee-button-outline--disabled{color:rgba(0,0,0,.26);border-color:rgba(0,0,0,.09)}.shopee-button-outline--fill{width:100%;height:100%;padding-top:0;padding-bottom:0}.shopee-button-outline--tributton{flex:none!important;padding:10px 15px!important;text-transform:uppercase!important;width:130px;height:36px}.shopee-button-outline--tributton:hover{flex:none!important;padding:10px 15px!important;color:#ee4d2d;border-color:#ee4d2d}.shopee-button-outline--primary-reverse,.shopee-button-outline--primary:hover{color:#ee4d2d;border-color:#ee4d2d}.shopee-button-outline--primary-reverse:hover{background:#ee4d2d;color:#fff}.shopee-button-outline--complement:hover{color:#00bfa5;border-color:#00bfa5}.shopee-button-outline--rounded{border-radius:1.25rem}.shopee-button-outline--rounded:hover{color:#ee4d2d;border-color:#ee4d2d}.cancel-btn{padding:10px 0;box-sizing:border-box;width:140px;text-transform:uppercase;font-size:.875rem;font-weight:400;cursor:pointer;color:#555;margin-right:6px;line-height:1;background:none;border:0;transition:background-color .1s cubic-bezier(.4,0,.6,1)}.cancel-btn:hover{background:#f8f8f8}.cancel-btn:active{background:#f5f5f5}.shopee-button-no-outline,.shopee-icon-button,.shopee-image-button{outline:none;cursor:pointer;border:0;font-size:.875rem;font-weight:300;line-height:1;letter-spacing:0;display:flex;align-items:center;justify-content:center;transition:background-color .1s cubic-bezier(.4,0,.6,1)}.shopee-button-no-outline{position:relative;overflow:visible;outline:0;padding:.3125rem .4375rem;color:rgba(0,0,0,.8);background-color:transparent;border:0}.shopee-button-no-outline.focus-visible:before,.shopee-button-no-outline:focus-visible:before{--focus-indicator-spacing:1px;content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.shopee-button-no-outline--primary,.shopee-button-no-outline:hover{color:#ee4d2d}.shopee-button-no-outline--complement{color:#00bfa5}.shopee-button-no-outline--disabled{color:rgba(0,0,0,.26);cursor:default}.shopee-button-no-outline--disabled:hover{color:rgba(0,0,0,.26)}.shopee-button-no-outline--tributton{color:rgba(0,0,0,.87);flex:none!important;padding:10px 15px!important;text-transform:uppercase;height:36px}.shopee-button-no-outline--tributton:hover{color:#ee4d2d}.shopee-icon-button{border:1px solid rgba(0,0,0,.54);background-color:transparent;padding:0}.shopee-image-button{background-position:50%;background-size:cover;background-repeat:no-repeat;width:100%;padding-top:100%;position:relative}.shopee-image-button:hover .shopee-image-button__mask{background-color:rgba(0,0,0,.7)}.shopee-image-button__mask{position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.4)}.shopee-image-button__text{color:#fff;font-weight:300;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;padding:0 .625rem;width:100%}.shopee-see-all-button>.shopee-button-no-outline{display:flex;align-items:center;color:#ee4d2d}.shopee-see-all-button>.shopee-button-no-outline>.icon-arrow-right{font-size:.625rem}.stardust-button{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,sans-serif;font-weight:400;font-size:14px;border-radius:4px;border:1px solid rgba(0,0,0,.26);background-color:#fff;color:rgba(0,0,0,.87);padding:8px 10px}.stardust-button.stardust-button--active,.stardust-button:hover{cursor:pointer;background-color:rgba(0,0,0,.09);border-color:rgba(0,0,0,.26)}.stardust-button--disabled{background-color:rgba(0,0,0,.26);border:1px solid rgba(0,0,0,.26)}.stardust-button--disabled.stardust-button--active,.stardust-button--disabled:hover{cursor:not-allowed;background-color:rgba(0,0,0,.26);border:1px solid rgba(0,0,0,.26)}.stardust-button--block{display:block;width:100%}.stardust-button--block+.stardust-button--block{margin-top:5px}.stardust-button--large{font-size:16px;border-radius:6px;padding:12px 14px}.stardust-button--large,.stardust-button--small{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,sans-serif;font-weight:400}.stardust-button--small{font-size:12px;border-radius:3px;padding:6px 8px}.stardust-button--primary{background-color:#ee4d2d;border-color:#cd3011;color:#fff}.stardust-button--primary.stardust-button--active,.stardust-button--primary:hover{background-color:#d73211;border-color:#ba2b0f}.stardust-button--primary.stardust-button--disabled{opacity:.7}.stardust-button--primary.stardust-button--active.stardust-button--disabled,.stardust-button--primary:hover.stardust-button--disabled{background-color:#ee4d2d;border-color:#cd3011}.stardust-button--warning{background-color:#ff424f;border-color:#ef0010;color:#fff}.stardust-button--warning.stardust-button--active,.stardust-button--warning:hover{background-color:#fa0011;border-color:#e50010}.stardust-button--warning.stardust-button--disabled{opacity:.7}.stardust-button--warning.stardust-button--active.stardust-button--disabled,.stardust-button--warning:hover.stardust-button--disabled{background-color:#ff424f;border-color:#ef0010}.stardust-button--outline-primary{background-color:transparent;border-color:#ee4d2d;color:#ee4d2d}.stardust-button--outline-primary.stardust-button--active,.stardust-button--outline-primary:hover{background-color:hsla(0,0%,100%,.3);border-color:#d73211}.stardust-button--outline-primary.stardust-button--disabled{opacity:.7}.stardust-button--outline-primary.stardust-button--active.stardust-button--disabled,.stardust-button--outline-primary:hover.stardust-button--disabled{background-color:transparent;border-color:#ee4d2d}.stardust-button--outline-white{background-color:transparent;border-color:#fff;color:#fff}.stardust-button--outline-white.stardust-button--active,.stardust-button--outline-white:hover{background-color:hsla(0,0%,100%,.3);border-color:#fff}.stardust-button--outline-white.stardust-button--disabled{opacity:.7}.stardust-button--outline-white.stardust-button--active.stardust-button--disabled,.stardust-button--outline-white:hover.stardust-button--disabled{background-color:transparent;border-color:#fff}.stardust-button--ghost-primary{background-color:transparent;border-color:transparent;color:#ee4d2d}.stardust-button--ghost-primary.stardust-button--active,.stardust-button--ghost-primary:hover{background-color:rgba(0,0,0,.09);border-color:rgba(0,0,0,.09)}.stardust-button--ghost-primary.stardust-button--disabled{opacity:.7}.stardust-button--ghost-primary.stardust-button--active.stardust-button--disabled,.stardust-button--ghost-primary:hover.stardust-button--disabled{background-color:transparent;border-color:transparent}.confirm-popup{flex-direction:column;width:440px;font-size:1rem;padding:30px;background:#fff;border-radius:3px;box-shadow:0 2px 4px rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.confirm-popup__button-group{display:flex;justify-content:center;margin-top:2rem}.confirm-popup .shopee-button-outline--confirm-popup,.confirm-popup .shopee-button-solid--confirm-popup{width:6.25rem;min-height:2.5rem;font-size:.875rem;text-transform:uppercase;margin:.46875rem}.confirm-two-popup{flex-direction:column;width:440px;font-size:1rem;padding:30px;background:#fff;border-radius:3px;box-shadow:0 2px 4px rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.confirm-two-popup__button-group{display:flex;justify-content:flex-end;margin-top:1.8125rem;width:100%}.confirm-two-popup .shopee-button-no-outline--confirm-two-popup,.confirm-two-popup .shopee-button-solid--confirm-two-popup{width:7.5rem;min-height:2.5rem;font-size:.875rem;text-transform:uppercase;padding:.75rem;line-height:1rem;font-weight:500;font-family:Roboto}.confirm-two-popup .shopee-button-no-outline--confirm-two-popup{margin-right:1.25rem;color:#000;opacity:.54}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-components-AppOnlyBadge-style__badge{position:absolute;top:0;left:0}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-components-AppOnlyBadge-style__badgeImg{width:3.625rem}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__container{padding:1.875rem 1.875rem 1.25rem;width:34.375rem;position:relative;overflow:hidden;border-radius:.1875rem;background-color:#fff;box-shadow:0 .1875rem .625rem 0 rgba(0,0,0,.14);display:flex;flex-direction:row}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__title{margin-bottom:.5625rem;font-size:1.375rem;font-weight:600;color:#333}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__desc{margin-bottom:1.625rem;font-size:1.25rem;font-weight:400;color:#333}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__left{padding-right:2.4375rem}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__right{display:flex;flex-direction:column;align-items:center}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__qrWrapper{overflow:hidden;margin-bottom:.6875rem}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__qr{margin:-.625rem -.3125rem -.9375rem;width:10rem;height:10rem}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__downloadAppStore,._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__downloadGoogle{width:9.625rem;height:3.1875rem;display:inline-block;background-repeat:no-repeat;margin-right:.625rem}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__downloadGoogle{background-position-x:-.625rem;background-position-y:-.6875rem;background-size:113% 146%}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__downloadAppStore{background-size:100%}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__footer{display:flex;align-items:center}._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__appStore,._-packages-web-platform-pc-widgets-pc-popup-src-DownloadAppPopup-style__googlePlay{height:1rem;padding:.1875rem}.icon-popup{flex-direction:column;width:440px;font-size:1rem;padding:30px;background:#fff;border-radius:3px;box-shadow:0 2px 4px rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.error-popup .icon-error{margin-bottom:14px;width:50px;height:50px}.info-popup{flex-direction:column;width:440px;font-size:1rem;padding:30px;background:#fff;border-radius:3px;box-shadow:0 2px 4px rgba(0,0,0,.5)}.info-popup__head{display:flex;align-items:center;width:100%;margin-bottom:30px}.info-popup__head .shopee-svg-icon{height:24px;width:24px}.info-popup__icon{margin-right:10px}.info-popup__title{font-size:18px;color:#333}.info-popup__message{font-size:16px;color:#555}.info-popup__buttons{margin-top:25px;display:flex;justify-content:flex-end;width:100%}.info-popup__btn{width:6.25rem;min-height:2.5rem;font-size:.875rem;text-transform:uppercase;margin:.46875rem}.success-popup__icon{margin-bottom:14px;width:50px;height:50px}.shopee-modal__transition-appear{opacity:.01}.shopee-modal__transition-appear.shopee-modal__transition-appear-active{opacity:1;transition:opacity .2s}.shopee-modal__transition-enter{opacity:.01}.shopee-modal__transition-enter.shopee-modal__transition-enter-active{opacity:1;transition:opacity .2s}.shopee-modal__transition-exit{opacity:1}.shopee-modal__transition-exit.shopee-modal__transition-exit-active{opacity:.01;transition:opacity .2s}.stardust-icon{stroke:currentColor;fill:currentColor;width:1em;height:1em}.shopee-alert-popup{background-color:#fff}.shopee-alert-popup__btn{flex:1;max-width:100%}.shopeeCopyMessage{width:100%;text-align:center;margin-top:44px;font-size:20px;margin-bottom:66px;outline:none;background-color:transparent;border:0 solid;color:#f5a623}.shopeeTributtonTitle{color:#555;font-size:18px;margin-top:6px;margin-left:10px}.shopeeTributtonButtons{justify-content:flex-end;margin-top:0}.ofs-more-menu{position:absolute;right:0;top:50px;padding-top:14px}.ofs-more-menu__content{background:#fff;box-shadow:0 1px 50px 0 rgba(0,0,0,.2);border-radius:3px;padding:0 1.5625rem 1.5625rem;display:flex;position:relative}.ofs-more-menu__content:before{content:"";width:0;height:0;position:absolute;top:-10px;right:44px;border-bottom:10px solid #fff;border-left:11px solid transparent;border-right:11px solid transparent}.ofs-more-menu__col{flex:1;width:170px}.ofs-more-menu__item{text-decoration:none;color:rgba(0,0,0,.87);display:block;margin-top:1.5625rem;overflow:hidden;text-overflow:ellipsis;padding-right:15px}.ofs-more-menu__item:hover{color:#ee4d2d;transition:color .3s cubic-bezier(.4,0,.6,1);cursor:pointer}.ofs-navbar--theme-official .ofs-more-menu__item:hover{color:#d0011b}.ofs-navbar{background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.05);transition:transform .3s cubic-bezier(.4,0,.6,1);z-index:200;min-height:50px}.ofs-navbar--theme-official .ofs-navbar__item--active,.ofs-navbar--theme-official .ofs-navbar__item:hover{color:#d0011b}.ofs-navbar--theme-official .ofs-navbar__item--active{border-color:#d0011b}.ofs-navbar--docked{transform:translateZ(0)}.ofs-navbar--hidden{transform:translate3d(0,-50px,0);height:0;min-height:0}.ofs-navbar__background{background:#fff}.ofs-navbar__wrapper{display:flex}.ofs-navbar__items{display:flex;flex:1;justify-content:space-around}.ofs-navbar__item{text-decoration:none;color:rgba(0,0,0,.87);display:block;padding:14px 10px;display:flex;align-items:center;border-bottom:4px solid #fff;font-size:.9375rem;font-weight:700;box-sizing:border-box}.ofs-navbar__item--active,.ofs-navbar__item:hover{cursor:pointer;color:#ee4d2d;transition:color .3s cubic-bezier(.4,0,.6,1)}.ofs-navbar__item--active{border-color:#ee4d2d;transition:border-color .2s cubic-bezier(.4,0,.6,1)}.ofs-navbar__item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ofs-navbar__more{display:flex;padding-left:20px;position:relative}.ofs-navbar__more:before{content:"";height:20px;border-left:1px solid rgba(0,0,0,.09);position:absolute;top:50%;left:0;transform:translateY(-50%)}.ofs-navbar__more>.icon-down-arrow-filled{width:.6em;height:.6em;margin-left:4px}.ofs-navbar__more:hover{color:initial;border-bottom-color:transparent}.ofs-navbar__more--show>.icon-down-arrow-filled{transform:rotate(180deg)}.ofs-navbar__separator{margin:25px 0;width:1px;background:rgba(0,0,0,.09)}._-packages-cart-drawer-src-components-CartDrawerItem__cartDrawerProduct{width:100%;display:flex;padding:.625rem;box-sizing:border-box;position:relative}._-packages-cart-drawer-src-components-CartDrawerItem__cartDrawerProduct:hover{background-color:#f8f8f8}._-packages-cart-drawer-src-components-CartDrawerItem__image{background-position:50%;background-size:cover;background-repeat:no-repeat;width:2.5rem;height:2.5rem;border:1px solid rgba(0,0,0,.09);flex-shrink:0}._-packages-cart-drawer-src-components-CartDrawerItem__details{flex:1;margin-left:.625rem;overflow:hidden}._-packages-cart-drawer-src-components-CartDrawerItem__name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._-packages-cart-drawer-src-components-CartDrawerItem__variation{color:rgba(0,0,0,.54);font-size:.75rem;overflow:hidden;text-overflow:ellipsis}._-packages-cart-drawer-src-components-CartDrawerItem__priceQuantityWrapper{flex-shrink:0;margin-left:2.5rem;align-items:baseline}._-packages-cart-drawer-src-components-CartDrawerItem__price{color:#ee4d2d}._-packages-cart-drawer-src-components-CartDrawerItem__xSymbol{margin:0 5px;color:rgba(0,0,0,.54);font-size:9px}._-packages-cart-drawer-src-components-CartDrawerItem__quantity{color:rgba(0,0,0,.54);font-size:.75rem}._-packages-cart-drawer-src-components-CartDrawerItem__deleteBtn{font-size:.75rem;float:right;flex-shrink:0;z-index:1}._-packages-cart-drawer-src-components-CartDrawerItem__deleteBtn>.shopee-button-no-outline{padding:0;font-weight:400;white-space:nowrap}._-packages-cart-drawer-src-components-CartDrawerItem__spacer{flex:1}._-packages-cart-drawer-src-components-CartDrawerItem__variationDeleteBtnWrapper{margin-top:.625rem}._-packages-cart-drawer-src-components-CartDrawerItem__mask{position:absolute;top:0;left:0;bottom:0;right:0;background-color:hsla(0,0%,100%,.65)}._-packages-cart-drawer-src-components-CartDrawerItem__addOnLabel{line-height:1rem;padding:0 1px;margin-right:.5em;color:#ee4d2d;border-radius:2px;font-size:.625rem;border:1px solid}._-packages-cart-drawer-src-components-CartDrawerItem__wholesale{margin-left:.375rem;font-size:.75rem;font-weight:400;color:rgba(0,0,0,.54);text-transform:capitalize}.cart-drawer-container{padding:10px 0}.cart-drawer{cursor:pointer;margin:0 0 0 5px;position:relative;overflow:visible;outline:0}.cart-drawer.focus-visible:before,.cart-drawer:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.cart-drawer .shopee-cart-number-badge{top:-.6875rem;left:-1.25rem}.cart-drawer .icon-shopping-cart-2{color:#fff;stroke:#fff}.cart-drawer__popover{z-index:400!important}._-packages-cart-drawer-src-style__noProductPlaceholder{text-align:center;padding:3.75rem 0}._-packages-cart-drawer-src-style__noProductPlaceholderIcon{background-position:50%;background-size:cover;background-repeat:no-repeat;display:inline-block;width:6.25rem;height:6.25rem;background-image:url(/assets/9bdd8040b334d31946f49e36beaf32db.png)}._-packages-cart-drawer-src-style__noProductPlaceholderText{margin-top:1.25rem;text-transform:capitalize}._-packages-cart-drawer-src-style__cartDrawerBtn._-packages-cart-drawer-src-style__cartDrawerBtn{flex-shrink:0;max-width:unset}._-packages-cart-drawer-src-style__cartDrawerRemainingMessage{line-height:normal;text-align:left}._-packages-cart-drawer-src-style__cartTitle{padding-left:.625rem;height:2.5rem;color:rgba(0,0,0,.26);text-transform:capitalize}._-packages-cart-drawer-src-style__cartDrawerContent{box-shadow:0 1px 3.125rem 0 rgba(0,0,0,.2);border-radius:.125rem;overflow:hidden;background-color:#fff;width:25rem}._-packages-cart-drawer-src-style__viewCartButton{height:2.5rem;line-height:2.5rem;background-color:#fdfdfd;text-align:center;text-transform:capitalize;font-size:.75rem;padding:.625rem;display:flex;align-items:center}._-packages-cart-drawer-src-style__viewCartButton>.shopee-button-solid{padding:.625rem .9375rem;text-transform:capitalize;font-size:.875rem}.ofs-header{display:flex;flex-direction:column;z-index:200;transition:top .1s cubic-bezier(.4,0,.6,1)}.ofs-header__top{background:#d0011b;display:flex;align-items:center;border-bottom:.0625rem solid rgba(0,0,0,.12);padding:.875rem 0 1.3125rem;z-index:300}.ofs-header__top-wrapper{display:flex;align-items:center;box-sizing:border-box}.ofs-header__left{text-decoration:none;color:rgba(0,0,0,.87);display:block;display:flex;align-items:center;margin-right:.9375rem;opacity:1;transition:transform .6s cubic-bezier(.4,0,.6,1),opacity .6s cubic-bezier(.4,0,.6,1);transform-origin:-1px -1px}.ofs-header__left .icon-shopee-logo--official-shop{background-position:50%;background-size:cover;background-repeat:no-repeat;width:2.5rem;height:2.8125rem;cursor:pointer;fill:#fff}.ofs-header__left>a{outline:0}.ofs-header__logo-focus-style-wrapper{padding:2px;margin:-.125rem;border-radius:2px}.ofs-header__logo-focus-style-wrapper:focus{outline:2px solid var(--focus-indicator-color)}.ofs-header__logo-separator{margin-left:1rem;height:1.875rem;border-right:1px solid hsla(0,0%,100%,.4);outline:0}.ofs-header__mid{display:flex;transition:transform .6s cubic-bezier(.4,0,.6,1)}.ofs-header__page-name{text-decoration:none;color:rgba(0,0,0,.87);display:block;position:relative;overflow:visible;outline:0;color:#fff;font-size:1.75rem;line-height:1.25rem;text-transform:uppercase;white-space:nowrap}.ofs-header__page-name.focus-visible:before,.ofs-header__page-name:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.ofs-header__page-name>svg{height:2.0625rem;width:auto;fill:#fff}.ofs-header__page-name>.ofs-all-logo{top:5px;max-width:165px}.ofs-header__page-name>.ofs-tw-logo{max-width:148px}.ofs-header__page-name>.ofs-br-logo{top:5px;max-width:200px}.ofs-header__toggle{color:#fff;display:flex;align-items:center;text-transform:capitalize;cursor:pointer;opacity:0;transition:opacity .1s cubic-bezier(.4,0,.6,1) .66s;z-index:-1;white-space:nowrap}.ofs-header__toggle-icon{fill:#fff;width:10px;height:10px;margin:0 .625rem 0 1.25rem}.ofs-header .spacer{flex:1}.ofs-header__right{display:flex;align-items:center;position:relative;width:36.875rem}.ofs-header__right>.shopee-searchbar{width:32.5rem;transition:width .6s cubic-bezier(.4,0,.2,1) .6s;padding:0;border:.1875rem solid #fff}.ofs-header__right .shopee-searchbar__main>.shopee-popover{width:27.9375rem!important;transition:width .6s cubic-bezier(.4,0,.2,1) .6s}.ofs-header__right .shopee-button-solid{background-color:#d0011b}.ofs-header__cart-wrapper{display:flex;align-items:center;flex:1;justify-content:flex-end}.ofs-header__cart-wrapper .shopee-drawer{height:48px;padding-left:5px}.ofs-header__cart-wrapper .cart-drawer-container{height:100%;padding:10px 0;display:flex;align-items:center}.ofs-header__cart-wrapper .cart-drawer{margin:0}.ofs-header--docked{top:0}.ofs-header--docked .ofs-header__left{transform:translate3d(-2.8125rem,0,0);opacity:0}.ofs-header--docked .ofs-header__toggle{opacity:1;z-index:auto;padding-top:5px}.ofs-header--docked .ofs-header__toggle--tw{padding-top:0}.ofs-header--docked .ofs-header__mid{transform:translate3d(-4.5625rem,0,0)}.header-with-search-wrapper{background-color:#fff;box-shadow:0 .0625rem .15625rem rgba(0,0,0,.05);box-sizing:border-box;z-index:300}.header-with-search-outer-wrapper{height:5.3125rem}.header-with-search{display:flex;height:5.3125rem;justify-content:space-between;padding:1rem 0 .625rem}.header-with-search,.header-with-search__cart-wrapper,.header-with-search__logo-section{box-sizing:border-box}.header-with-search__logo-section{position:relative;top:-.1875rem;padding-right:2.5rem}.header-with-search__logo-section.focus-visible:before,.header-with-search__logo-section:focus-visible:before{content:"";position:absolute;top:calc(var(--focus-indicator-spacing)*-1);left:0;right:2.5rem;bottom:0;border:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);border-radius:var(--focus-indicator-border-radius)}.header-with-search__logo-section--ten-ten{display:flex;flex-direction:column;justify-content:center}.header-with-search__logo-section:focus{outline:0}.header-with-search__logo-wrapper{padding:2px;margin:-2px;border-radius:2px}.header-with-search__shopee-logo.icon-shopee-logo{display:block;width:162px;height:50px}.header-with-search__search-section{display:flex;flex-direction:column;justify-content:flex-start;width:840px;position:relative}.header-with-search__search-section>.shopee-searchbar{width:100%;box-shadow:0 .125rem .25rem rgba(0,0,0,.09)}.header-with-search__cart-wrapper{display:flex;align-items:center;justify-content:center;flex:1;padding-bottom:5px;margin:0 10px}.header-with-search__auth-separator{margin:0 10px;height:.875rem;border-right:1px solid hsla(0,0%,100%,.26)}.header-with-search-wrapper{background:transparent;box-shadow:0 1px 1px 0 rgba(0,0,0,.05)}.header-with-search-wrapper .shopee-searchbar-input{background-color:#fff;border-color:#fff}.header-with-search-wrapper .shopee-searchbar-input .shopee-drawer__contents{z-index:601}.header-with-search-wrapper .header-with-search__shopee-logo{width:162px;height:50px}.header-with-search-wrapper .header-with-search__shopee-logo--hidden{opacity:0}.header-with-search-wrapper .header-with-search__shopee-logo .st0{fill:#fff!important}.header-with-search-wrapper .header-with-search__app-download-wrapper__link-layout{background-color:#fff;border:0}.header-with-search-wrapper .shopee-searchbar>.btn-solid-primary{position:relative;overflow:visible;outline:0;background:#fb5533}.header-with-search-wrapper .shopee-searchbar>.btn-solid-primary.focus-visible:before,.header-with-search-wrapper .shopee-searchbar>.btn-solid-primary:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.header-with-search-wrapper .shopee-searchbar>.btn-solid-primary:not(.disabled):hover{background:#fb6445}.header-with-search-wrapper .shopee-searchbar>.btn-solid-primary:not(.disabled):active{background:#ee5130;box-shadow:inset 0 2px 1px 0 rgba(0,0,0,.05)}.header-with-search-wrapper .shopee-searchbar>.btn-solid-primary.disabled{background:#feccc2!important;cursor:not-allowed;box-shadow:none}.shopee-top--sticky .header-with-search-wrapper.container-wrapper{min-width:inherit}.shopee-top--sticky .header-with-search.container{width:inherit;max-width:1200px}._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__form{display:flex;flex:1;box-sizing:border-box;padding-left:.625rem;padding-right:.625rem}._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__form._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__focus:after{position:absolute;top:-4px;left:-4px;right:7px;bottom:-4px;padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);content:"";margin:calc(var(--focus-indicator-spacing)*-1);z-index:1;border-radius:4px;pointer-events:none}._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__form ._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__input{display:flex;flex:1;align-items:center;outline:none;border:0;padding:0;margin:0}._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__form ._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__input:-moz-placeholder{color:rgba(0,0,0,.54)}._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__form ._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__input:-ms-input-placeholder{color:rgba(0,0,0,.54)}._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__form ._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__input::-webkit-input-placeholder{color:rgba(0,0,0,.54)}._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__form ._-packages-search-pc-mart-search-bar-src-components-SearchBarInput__input::-moz-placeholder{color:rgba(0,0,0,.54)}._-packages-search-pc-mart-search-bar-src-components-HintSection__container{margin-top:.5rem;margin-left:-.1875rem;background-color:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,.26);border-radius:2px;overflow:hidden}._-packages-search-pc-mart-search-bar-src-components-SearchHint__container{text-decoration:none;color:rgba(0,0,0,.87);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.625rem;font-size:.875rem;line-height:1rem;color:rgba(0,0,0,.8)}._-packages-search-pc-mart-search-bar-src-components-SearchHint__container._-packages-search-pc-mart-search-bar-src-components-SearchHint__active,._-packages-search-pc-mart-search-bar-src-components-SearchHint__container:hover{background-color:#fafafa}._-packages-search-pc-mart-search-bar-src-components-SearchHint__container ._-packages-search-pc-mart-search-bar-src-components-SearchHint__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._-packages-search-pc-mart-search-bar-src-components-SearchHint__container ._-packages-search-pc-mart-search-bar-src-components-SearchHint__highlighted{font-weight:500}._-packages-search-pc-mart-search-bar-src-style__container{display:flex;align-items:stretch;justify-content:space-between;height:2.5rem;box-sizing:border-box;padding:.1875rem;border-radius:2px;background:#fff}._-packages-search-pc-mart-search-bar-src-style__container._-packages-search-pc-mart-search-bar-src-style__focus{box-shadow:0 0 12px 0 rgba(0,0,0,.09)}._-packages-search-pc-mart-search-bar-src-style__container ._-packages-search-pc-mart-search-bar-src-style__button{margin:0 auto;background-color:#066bc8}._-packages-search-pc-mart-search-bar-src-style__container ._-packages-search-pc-mart-search-bar-src-style__button:active,._-packages-search-pc-mart-search-bar-src-style__container ._-packages-search-pc-mart-search-bar-src-style__button:focus,._-packages-search-pc-mart-search-bar-src-style__container ._-packages-search-pc-mart-search-bar-src-style__button:hover{background-color:#066bc8}._-packages-search-pc-mart-search-bar-src-style__main{display:flex;flex:1;position:relative}._-packages-search-pc-mart-search-bar-src-style__main ._-packages-search-pc-mart-search-bar-src-style__popover{width:100%}._-packages-search-pc-mart-search-bar-src-style__main ._-packages-search-pc-mart-search-bar-src-style__searchIcon{width:1.125rem;height:1.125rem}._-packages-mart-pc-mart-header-src-FollowButton-s__followButton{position:relative;overflow:visible;outline:0;background-color:#fff;padding:.125rem .625rem;color:#066bc8;border-radius:1rem;font-size:.75rem;line-height:.875rem;border:0;outline:none;text-transform:capitalize}._-packages-mart-pc-mart-header-src-FollowButton-s__followButton._-packages-mart-pc-mart-header-src-FollowButton-s__focus-visible:before,._-packages-mart-pc-mart-header-src-FollowButton-s__followButton:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}._-packages-mart-pc-mart-header-src-style__martHeaderWrapper{background:#066bc8;box-shadow:0 1px 1px 0 rgba(0,0,0,.05);box-sizing:border-box;z-index:300}._-packages-mart-pc-mart-header-src-style__martHeader{display:flex;padding:.875rem 0 1.3125rem;box-sizing:border-box;align-items:center}._-packages-mart-pc-mart-header-src-style__cartWrapper,._-packages-mart-pc-mart-header-src-style__logoSection{box-sizing:border-box}._-packages-mart-pc-mart-header-src-style__logoSection{overflow:visible;outline:0}._-packages-mart-pc-mart-header-src-style__logoSection._-packages-mart-pc-mart-header-src-style__focus-visible:before,._-packages-mart-pc-mart-header-src-style__logoSection:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}._-packages-mart-pc-mart-header-src-style__martLogo{line-height:0;top:.125rem;margin-right:.9375rem;position:relative;overflow:visible;outline:0}._-packages-mart-pc-mart-header-src-style__martLogo._-packages-mart-pc-mart-header-src-style__focus-visible:before,._-packages-mart-pc-mart-header-src-style__martLogo:focus-visible:before{content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}._-packages-mart-pc-mart-header-src-style__martLogoTW{top:unset}._-packages-mart-pc-mart-header-src-style__logoSection{position:relative;top:-.1875rem}._-packages-mart-pc-mart-header-src-style__cartWrapper{display:flex;align-items:center;justify-content:center;margin-left:1.875rem}._-packages-mart-pc-mart-header-src-style__searchSection{width:32.5rem;position:relative;margin-left:auto}._-packages-mart-pc-mart-header-src-style__logoSeparator{height:1.875rem;border-right:1px solid hsla(0,0%,100%,.4);margin:0 .9375rem}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-components-AppDownloadQrCode-style__storeContainer{align-items:center;display:flex;justify-content:space-between}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-components-AppDownloadQrCode-style__container{padding:2px;border-radius:2px;background:#fff;margin-top:.625rem;width:11.25rem}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-components-AppDownloadQrCode-style__qrCode{height:11.25rem;width:11.25rem}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-components-AppDownloadQrCode-style__storeContainer{padding:0 .9375rem .3125rem;flex-wrap:wrap}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-components-AppDownloadQrCode-style__imageContainer{width:4.375rem;margin-top:.3125rem}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-components-AppDownloadQrCode-style__image{width:100%}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__withSeparator:not(:first-child):after{content:"";height:.9375rem;width:0;border-left:1px solid hsla(0,0%,100%,.22);border-right:1px solid hsla(0,0%,100%,.22);position:absolute;left:-6px;top:calc(50% - 7px)}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__withSeparator:not(:first-child){margin-left:.625rem}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__item{color:#fff;text-decoration:none;font-size:.8125rem;font-weight:300;padding:.25rem;position:relative;overflow:visible;outline:0}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__item._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__focus-visible:before,._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__item:focus-visible:before{--focus-indicator-spacing:0px;content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__item:last-child{border:0}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__item:not(._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__follow):hover{color:hsla(0,0%,100%,.7);cursor:pointer}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__item>a._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__focus-visible,._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__item>a:focus-visible{box-shadow:var(--brand-primary-color) 0 0 0 4px,var(--focus-indicator-color) 0 0 0 6px;border-radius:1px;outline:none}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__follow{border:0;padding-right:0}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__socialLinkWrapper{padding-right:0}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerCart,._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerFb,._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerHelp,._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerIg,._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerLine,._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerNoti,._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerShopeeCampus{display:inline-block;overflow:hidden;text-indent:-9999px;text-align:left;margin-right:10px}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerCart{width:28px;height:27px}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerFb,._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerHelp,._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerIg{width:16px;height:16px}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerLine{width:16px;height:15px}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerNoti{width:14px;height:16px}._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__navbarLeft ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__headerShopeeCampus{width:16px;height:16px}.navbar-wrapper--light ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__item{color:currentColor;border-color:hsla(0,0%,53.3%,.22)}.navbar-wrapper--light ._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__item:not(._-packages-web-platform-pc-header-src-components-Navbar-components-NavbarLeftSection-style__follow):hover{color:#ee4d2d}.header-navbar-background{background-image:url(/assets/cab134ca96b0829b591cfaff892ae62c.png)}.header-navbar-facebook-png{background-size:487.5% 293.75%;background-position:8.064516129032258% 16.129032258064516%}.header-navbar-instagram-png{background-size:487.5% 293.75%;background-position:58.064516129032256% 16.129032258064516%}.header-navbar-line-png{background-size:487.5% 313.3333333333333%;background-position:8.064516129032258% 96.875%}.header-navbar-shopee-campus-header-png{background-size:487.5% 293.75%;background-position:50% 100%}.header-navbar-ticktok-png{background-size:487.5% 293.75%;background-position:91.93548387096774% 100%}.header-navbar-twitter-png{background-size:487.5% 293.75%;background-position:100% 16.129032258064516%}._-packages-stardust-packages-components-lazy-AnimatedLazyImage-src-style__container{position:relative}._-packages-stardust-packages-components-lazy-AnimatedLazyImage-src-style__container img{vertical-align:bottom}._-packages-stardust-packages-components-lazy-AnimatedLazyImage-src-style__heightKeeper{visibility:hidden}._-packages-stardust-packages-components-lazy-AnimatedLazyImage-src-style__placeholderContainer{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center}._-packages-stardust-packages-components-lazy-AnimatedLazyImage-src-style__imageLoading{opacity:0}._-packages-stardust-packages-components-lazy-AnimatedLazyImage-src-style__imageReady{opacity:1;transition:opacity .2s ease}._-packages-stardust-packages-components-lazy-AnimatedLazyImage-src-style__placeholder{max-height:100%;max-width:100%;height:60px;width:60px;background-position:50%;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 61' fill='%23e5e4e4'%3E%3Cpath d='M51.2 16.9H38.7C38.7 11.6 36 .6 27 .5 17.4.4 15.2 12.4 15.2 16.9H2.8c-3.4 0-2.7 3.4-2.7 3.4l2.4 33s-.1 7.3 6.3 7.5h36.5c6.2-.4 6.3-7.5 6.3-7.5l2.4-33c0-.1.5-3.5-2.8-3.4zM27.1 4.2c7.1.2 7.9 11.7 7.7 12.6H19.1c-.1-.9.4-12.4 8-12.6zm9.1 44.6c-1 1.7-2.7 3-5 3.7-1.2.4-2.4.5-3.6.5-3.2 0-6.5-1.1-9.3-3.3-.8-.6-1-1.5-.5-2.3.2-.4.7-.7 1.2-.8.4-.1.9 0 1.2.3 3.2 2.4 8.3 4 11.9 1.6 1.4-.9 2.1-2.7 1.6-4.3-.5-1.6-2.2-2.7-3.5-3.4-1-.6-2.1-1-3.3-1.4-.9-.3-1.9-.7-2.9-1.2-2.4-1.2-4-2.6-4.8-4.2-1.2-2.3-.6-5.4 1.4-7.5 3.6-3.8 10-3.2 14-.4.9.6.9 1.7.4 2.5s-1.4.9-2.2.4c-2-1.4-4.4-2-6.4-1.7-2 .3-4.7 2-4.4 4.6.2 1.5 2 2.6 3.3 3.3.8.4 1.5.7 2.3.9 4.3 1.3 7.2 3.3 8.6 5.7 1.2 2.1 1.2 4.9 0 7z'/%3E%3C/svg%3E")}._-packages-performance-responsive-image-src-components-index__picture ._-packages-performance-responsive-image-src-components-index__hide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;z-index:-1}._-packages-performance-responsive-image-src-components-index__hide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;z-index:-1}._-packages-performance-responsive-image-src-components-BackgroundImagePortalAnchor__anchor{position:fixed;opacity:0;width:0;height:0;pointer-events:none;z-index:-1}.shopee-avatar{display:inline-block;width:1.875rem;height:1.875rem;position:relative;border-radius:50%;border:.0625rem solid rgba(0,0,0,.09);box-sizing:border-box}.shopee-avatar__placeholder{width:100%;position:relative;padding-top:100%;background-color:#f5f5f5;border-radius:50%;overflow:hidden}.shopee-avatar__placeholder .icon-headshot{stroke:#c6c6c6;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;font-weight:400;line-height:2rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shopee-avatar__img,.shopee-avatar__img-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.shopee-avatar__img{border-radius:50%}.shopee-avatar__img.focus-visible,.shopee-avatar__img:focus-visible{box-shadow:#fff 0 0 0 10px,var(--focus-indicator-color) 0 0 0 12px;outline:none}.shopee-avatar__official-badge,.shopee-avatar__preferred-badge{display:inline-block;width:12px;height:12px;line-height:12px;box-sizing:border-box;border:.0625rem solid #fff;border-radius:50%;position:absolute;right:-.125rem;bottom:-.125rem;color:#fff;text-align:center;font-size:6px}.shopee-avatar__preferred-badge{background-color:#ee4d2d}.shopee-avatar__official-badge{background-color:#d0011b}._-packages-notification-notification-notification-summary-pc-src-components-NotificationTab-style__badgeCount,._-packages-notification-notification-notification-summary-pc-src-components-NotificationTab-style__container{align-items:center;display:flex}._-packages-notification-notification-notification-summary-pc-src-components-NotificationTab-style__badgeCount{justify-content:center}._-packages-notification-notification-notification-summary-pc-src-components-NotificationTab-style__container{color:currentColor}._-packages-notification-notification-notification-summary-pc-src-components-NotificationTab-style__disabledLink{pointer-events:none}._-packages-notification-notification-notification-summary-pc-src-components-NotificationTab-style__badgeCount{position:relative;top:-.3125rem;left:-.75rem;box-sizing:border-box;border-radius:1.25rem;margin-right:-.9375rem;background-color:#fff;font-size:.75rem}._-packages-notification-notification-notification-summary-pc-src-components-NotificationTab-style__badgeCountDefault{width:1.125rem}._-packages-notification-notification-notification-summary-pc-src-components-NotificationTab-style__badgeCountOverflow{width:1.375rem}._-packages-notification-notification-notification-summary-pc-src-components-NotificationTab-style__badgeColor{color:var(--brand-primary-color,#ee4d2d)}._-packages-notification-notification-notification-summary-pc-src-components-NotificationTab-style__badgeCountMall{color:#d0011b}._-packages-notification-notification-notification-summary-pc-src-components-NotificationTab-style__text{margin-left:.3125rem;font-weight:300;font-size:.8125rem;text-transform:capitalize}._-packages-notification-notification-notification-summary-pc-src-components-NotificationNoContent-style__container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:25rem;background-color:#fff;box-shadow:0 1px 3.125rem 0 rgba(0,0,0,.2);border-radius:.125rem;overflow:hidden;height:21.875rem;color:rgba(0,0,0,.8)}._-packages-notification-notification-notification-summary-pc-src-components-NotificationNoContent-style__notificationImage{height:6.25rem;width:6.25rem}._-packages-notification-notification-notification-summary-pc-src-components-NotificationNoContent-style__text{margin:.625rem}._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorLabel{display:flex;align-items:center;padding:.4375rem .625rem;color:#fff}._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorLabel:hover{color:hsla(0,0%,100%,.7)}._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorLabel ._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorLabelIcon{display:flex;align-items:center}._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorLabel ._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorLabelText{font-weight:300;font-size:.8125rem;margin:0 .3125rem}._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorContent{box-shadow:0 .0625rem 3.125rem 0 rgba(0,0,0,.2);background-color:#fff;min-width:12.5rem;border-radius:2px;border-top:0;overflow:hidden;display:flex;flex-direction:column}._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorContent ._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorSelection{text-align:left;color:rgba(0,0,0,.87);padding:.625rem;font-size:.875rem;line-height:1.25rem;background-color:transparent;border:0}._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorContent ._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorSelection._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__active,._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorContent ._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorSelection:hover{color:#ee4d2d}._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorContent ._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorSelection>span{padding:var(--focus-indicator-spacing);border-radius:var(--focus-indicator-border-radius);margin:calc(var(--focus-indicator-spacing)*-1)}._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorContent ._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorSelection._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__focus-visible,._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorContent ._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorSelection:focus-visible{outline:none}._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorContent ._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorSelection._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__focus-visible>span,._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorContent ._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorSelection:focus-visible>span{outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color)}._-packages-web-platform-pc-header-src-components-Navbar-components-LanguageSelector-style__languageSelectorContent:hover :not(:hover){color:rgba(0,0,0,.87)}.navbar{color:#fff}.navbar .shopee-avatar{width:1.375rem;height:1.375rem}.navbar .shopee-avatar__placeholder .icon-headshot{font-size:.9375rem;line-height:.9375rem}.navbar__link{color:currentColor}.navbar__link-text.navbar__link-text--normal-case{text-transform:none}.navbar__help-center-icon{display:flex;align-items:center;justify-content:center;margin-right:.3125rem;margin-left:.5rem;color:currentColor}.navbar__help-center-icon .icon-help-center{height:1.125rem;width:1.125rem}.navbar__username{max-width:9.375rem;padding-left:.3125rem;overflow:hidden;text-overflow:ellipsis}.navbar-user-link{text-transform:capitalize}.navbar-user-link.focus-visible,.navbar-user-link:focus-visible{outline:none}.navbar-user-link.focus-visible>span,.navbar-user-link:focus-visible>span{outline:none;box-shadow:var(--focus-indicator-color) 0 0 0 2px;border-radius:2px;padding:2px 4px;margin:-2px -4px}.navbar-user-link.reset-button-style{background-color:transparent;border:0}.navbar .navbar__link.navbar__link--help{padding-left:0}.navbar .navbar__link.navbar__link--help.focus-visible,.navbar .navbar__link.navbar__link--help:focus-visible,.navbar .navbar__link.navbar__link--login.focus-visible,.navbar .navbar__link.navbar__link--login:focus-visible,.navbar .navbar__link.navbar__link--signup.focus-visible,.navbar .navbar__link.navbar__link--signup:focus-visible{outline:none;box-shadow:var(--focus-indicator-color) 0 0 0 2px;border-radius:2px}.shopee-top{background:#f53d2d;background:linear-gradient(-180deg,#f53d2d,#f63);transition:transform .2s cubic-bezier(.4,0,.2,1)}.theme--ofs .shopee-top{background:transparent}.shopee-top--sticky{position:fixed;top:0;left:0;right:0;transform:translateZ(0);z-index:100}.shopee-top--collapsed{transform:translate3d(0,-2.125rem,0)}.shopee-top--collapsed .navbar{visibility:hidden}.shopee-top--collapsed .shopee-modal__container{transform:translateY(2.125rem)}.navbar{display:flex;align-items:center}.navbar .shopee-dropdown .shopee-popover{padding:1.25rem 1.25rem .1875rem;background-color:#fff;border:1px solid rgba(0,0,0,.09);border-top:0}.navbar .shopee-dropdown__entry:not(.shopee-dropdown__entry--selected){background-color:#fff;border:0;line-height:1;margin-bottom:1.0625rem}.navbar .shopee-dropdown__entry:not(.shopee-dropdown__entry--selected):hover{color:#ee4d2d}.navbar .shopee-dropdown__entry--selected{border:0}.navbar__spacer{flex:1}.navbar__links{list-style:none;padding:0;margin:0;height:2.125rem}.navbar__link,.navbar__links{display:flex;align-items:center}.navbar__link{position:relative;justify-content:center;padding:0 .625rem}.navbar__link--tappable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.navbar__link--hoverable:hover .navbar__link-text{color:hsla(0,0%,100%,.7)}.navbar__link--hoverable:hover:before{display:none}.navbar__link:not(:first-child):before{content:"";position:absolute;left:0;display:block;width:1px;height:.9375rem;top:1.125rem;background-color:rgba(0,0,0,.26)}.navbar__link--sell>.navbar__link-text{font-weight:500!important}.navbar__link--account__container{display:flex;align-items:center;text-transform:none}.navbar__link--account__container .navbar__link-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:.3125rem;font-weight:400}.navbar__link--notification,.navbar__link--separator{padding:0}.navbar__link:hover+.navbar__link:before{display:none}.navbar__link-container--notification{text-decoration:none;color:rgba(0,0,0,.87);display:flex;align-items:center;color:currentColor;cursor:pointer}.navbar__link-container--notification .shopee-simple-badge{position:absolute;top:-.3125rem;right:-.625rem}.navbar__link-icon{font-size:1.0625rem;color:#ee4d2d;margin-right:.625rem}.navbar__link-icon.icon-notification-2{fill:currentColor;margin-right:4px}.navbar__link-icon.icon-shopping-cart-2{fill:currentColor;width:26px;height:26px;cursor:pointer}.navbar__link-text{display:flex;align-items:center;font-weight:300;font-size:.8125rem;color:currentColor;text-transform:capitalize}.navbar__link-text--medium{font-weight:500}.navbar__link-separator{border-right:1px solid hsla(0,0%,100%,.4);height:.8125rem}.navbar-account-drawer__content{box-shadow:0 .0625rem 3.125rem 0 rgba(0,0,0,.2);background-color:#fff;width:9.375rem;border-radius:2px;border-top:0;overflow:hidden}.navbar-account-drawer__button{height:2.5rem;width:9.375rem;padding-left:.9375rem;font-weight:500;display:flex;align-items:center;text-decoration:none;color:rgba(0,0,0,.87)}.navbar-account-drawer__button:hover{background-color:#fafafa;color:#00bfa5}.shopee-cart-number-badge,.shopee-notification-number-badge{position:relative;border-radius:2.75rem;min-width:.6875rem;line-height:1.2em;padding:0 .3125rem;text-align:center;height:1rem;border:.125rem solid var(--brand-primary-color,#ee4d2d);color:var(--brand-primary-color,#ee4d2d);background-color:#fff;left:-1.125rem;top:-.5rem;margin-right:-.875rem}.navbar-wrapper{height:2.125rem;z-index:400;background:transparent;position:relative}.navbar-wrapper--official-shop{background:#d0011b}.navbar-wrapper--without-search{background:#ee4d2d}.navbar-wrapper .navbar{color:#fff}.navbar-wrapper .navbar__link-icon,.navbar-wrapper .navbar__link-text{color:currentColor}.navbar-wrapper .navbar__link:after,.navbar-wrapper .navbar__link:before{display:none}.navbar-wrapper .navbar__link{cursor:pointer}.navbar-wrapper .navbar__link:hover{color:hsla(0,0%,100%,.7)}.navbar-wrapper .navbar__link--login .navbar__link-text{color:#ee4d2d;font-weight:500}.navbar-wrapper .navbar__link--login:hover .navbar__link-text{color:#ee4d2d}.navbar-wrapper .navbar__link--login:active{background-color:hsla(0,0%,100%,.8)}.navbar-wrapper--light{background:#f0f0f0}.navbar-wrapper--light .navbar{color:rgba(0,0,0,.54)}.navbar-wrapper--light .navbar__link{cursor:pointer;color:currentColor}.navbar-wrapper--light .navbar__link--separator{color:rgba(0,0,0,.54)}.navbar-wrapper--light .navbar__link--hoverable:hover .navbar__link-text{color:#ee4d2d}.navbar-wrapper--light .navbar__link--hoverable:hover:before{display:none}.navbar-wrapper--light .navbar__link:hover{color:#ee4d2d}.navbar-wrapper--light .navbar__link-separator{border-right:1px solid rgba(0,0,0,.12)}.shopee-top--sticky .navbar-wrapper.container-wrapper,.shopee-top--sticky .ofs-header.container-wrapper{min-width:inherit}.shopee-top--sticky .navbar.container{width:inherit;max-width:1200px}._-packages-web-platform-pc-header-src-style__shopeeMartNavbar{background:#066bc8}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.sprite-product-sharing{background-image:url(/assets/1876c121524255f7eb6a64b4d8d0b7e3.png);background-size:100%;background-color:transparent}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.sprite-product-sharing{background-image:url(/assets/2e6656dc1c9d158ee5a9cf7640983150.png);background-size:100%;background-color:transparent}}.sprite-product-sharing-fb{background-position:0 0;width:190px;height:190px}.sprite-product-sharing-fm{background-position:0 -100%;width:190px;height:190px}.sprite-product-sharing-gp{background-position:0 -200%;width:190px;height:190px}.sprite-product-sharing-pinterest{background-position:0 -300%;width:190px;height:190px}.sprite-product-sharing-twitter{background-position:0 -400%;width:190px;height:190px}.sprite-social{background-image:url(/assets/1822aa22765953b947347540a6ce9e68.png);background-size:100%;background-color:transparent}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.sprite-social{background-image:url(/assets/a1408a9a1abc6dcc2ffa85aedd5c5949.png);background-size:100%;background-color:transparent}}.sprite-social-email{background-position:0 0;width:22px;height:22px}.sprite-social-fb{background-position:0 -100%;width:22px;height:22px}.sprite-social-ig{background-position:0 -200%;width:22px;height:22px}.sprite-social-line{background-position:0 -300%;width:22px;height:22px}.sprite-social-shopee{background-position:2px -400%;width:22px;height:22px}.sprite-social-sms{background-position:0 -500%;width:22px;height:22px}.sprite-social-white{background-image:url(/assets/ef94fbd4a9ef67a217fa7dea3a5e7158.png);background-size:100%;background-color:transparent}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.sprite-social-white{background-image:url(/assets/a0a6ee704e39605c62b5d83546bf65f8.png);background-size:100%;background-color:transparent}}.sprite-social-white-email{background-position:0 0;width:22px;height:22px}.sprite-social-white-fb{background-position:0 -100%;width:22px;height:22px}.sprite-social-white-shopee{background-position:0 -200%;width:22px;height:22px}.sprite-social-white-sms{background-position:0 -300%;width:22px;height:22px}.container{margin-right:auto;margin-left:auto;width:1200px}.container-wrapper{min-width:1200px}.row{flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:-.3125rem;margin-left:-.3125rem}.col,.row{box-sizing:border-box;display:flex}.col{flex:0 1 auto;flex-direction:column;flex-wrap:wrap}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs-1-2,.col-xs-2,.col-xs-2-4,.col-xs-3,.col-xs-4,.col-xs-6,.col-xs-8{box-sizing:border-box;flex:0 0 auto;padding-right:.3125rem;padding-left:.3125rem}.col-xs-1{flex-basis:8.333%;max-width:8.333%}.col-xs-1-2{flex-basis:10%;max-width:10%}.col-xs-2{flex-basis:16.666%;max-width:16.666%}.col-xs-2-4{flex-basis:20%;max-width:20%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.333%;max-width:33.333%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-8{flex-basis:66.667%;max-width:66.667%}@media only screen and (min-width:63em){.col-md-2{box-sizing:border-box;flex:0 0 auto;padding-right:.3125rem;padding-left:.3125rem;flex-basis:16.666%;max-width:16.666%}}@font-face{font-display:swap;font-family:OCR A Std;src:url(/assets/cb14165cac0923899a1d112382edc8ef.eot);src:local("OCR A Std"),url(/assets/fd2622718d9af0e62af689d71132b8aa.woff) format("woff"),url(/assets/78fbe3734c909300864ea46818d26643.ttf) format("truetype"),url(/assets/89dbe49c3f752520e00f096965d4a11b.svg#svgFontName) format("svg")}@font-face{font-display:swap;font-family:Neuzeit Grotesk Bold;src:url(/assets/e33e039e3931f99245e9f373107b10bd.eot);src:local("Neuzeit Grotesk Bold"),local("NeuzeitGro-Bol"),url(/assets/e33e039e3931f99245e9f373107b10bd.eot?#iefix) format("embedded-opentype"),url(/assets/6f64fdfb0f322d17d2241c606a4f1aba.woff) format("woff"),url(/assets/05f2d190143c21f047d7ec834cc6f15a.ttf) format("truetype"),url(/assets/80e36568c10e1d8bbca9e52ec72093b5.svg#NeuzeitGro-Bol) format("svg")}@font-face{font-display:swap;font-family:Roboto;src:url(/assets/f1bcf0f64a201912072b3597bdbf269b.eot);src:local("Roboto Light"),local("Roboto-Light"),url(/assets/8dc942c71385e7509b87af5d07f3db78.woff) format("woff"),url(/assets/c248e1508ed79ef03adf0260317acc33.ttf) format("truetype"),url(/assets/22b00e9ebe4fb931e1969e81af9b3b77.svg#Roboto-Light) format("svg");font-weight:300;font-style:normal}@font-face{font-display:swap;font-family:Roboto;src:url(/assets/5edb75fadfbc53d7745c4c85046781f7.eot);src:local("Roboto"),local("Roboto-Regular"),url(/assets/770a8fca674a3550e241a6de7fa82d8b.woff) format("woff"),url(/assets/10952ea0fbd7cb93977fad8128712d87.ttf) format("truetype"),url(/assets/530bb210634462ee86def85cac06cd98.svg#Roboto-Regular) format("svg");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:Roboto;src:url(/assets/37f419871727f019c788ddf132dca114.eot);src:local("Roboto Bold"),local("Roboto-Bold"),url(/assets/8bd7856b64b4313341ebfbc0136c9d74.woff) format("woff"),url(/assets/69c061b7c23590e75a8806c4ed465be4.ttf) format("truetype"),url(/assets/e68a8399887dea81b6f6f236b74c2e66.svg#Roboto-Bold) format("svg");font-weight:700;font-style:normal}@font-face{font-display:swap;font-family:Roboto;src:url(/assets/f4df501fdaf4863dc4e07e1eb19af8f8.eot);src:local("Roboto Medium"),local("Roboto-Medium"),url(/assets/eb797abfa6a5cca2463e423c07c4f6ea.woff) format("woff"),url(/assets/ad148b1c1dd7fb964d14f7c4c547c1b4.ttf) format("truetype"),url(/assets/b9511d3bde226fd11da07e3bb26e4b7c.svg#Roboto-Medium) format("svg");font-weight:500;font-style:normal}body{font-size:.875rem;text-size-adjust:none;-webkit-text-size-adjust:none}body,html{font-family:Helvetica Neue,Helvetica,Arial,文泉驛正黑,WenQuanYi Zen Hei,Hiragino Sans GB,儷黑 Pro,LiHei Pro,Heiti TC,微軟正黑體,Microsoft JhengHei UI,Microsoft JhengHei,sans-serif;color:rgba(0,0,0,.8);line-height:1.2}.stardust-button{font-family:inherit!important}.clearfix{clear:both}.hide{display:none}.expand{flex-grow:1}.link-to-keep-parent-style{color:currentColor;text-decoration:inherit}.card{background:#fff;border-radius:3px;box-shadow:0 1px 1px 0 rgba(0,0,0,.05)}.h-center{justify-content:center}.flex,.h-center{display:flex}.flex-column{flex-direction:column}.flex-auto{flex:1 1 auto}.flex-no-overflow{width:0}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.v-flex{display:flex;flex-direction:column}.center,.v-center{display:flex;align-items:center}.center{justify-content:center}.text-trunc-1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.skeleton{border-color:#fafafa!important;border-radius:2px;box-shadow:none!important;background-color:#fafafa!important;background-clip:padding-box!important;cursor:default;color:transparent!important;animation:glow 2s linear infinite;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes glow{0%,to{border-color:#fafafa;background-color:#fafafa}50%{border-color:#f5f5f5;background-color:#f5f5f5}}.skeleton-line{height:.625rem}.skeleton-full{width:100%}.skeleton-medium{width:66.67%}.skeleton-short{width:33.33%}:root{--focus-indicator-color:rgba(0,0,0,0.87);--focus-indicator-stroke-width:2px;--focus-indicator-spacing:4px;--focus-indicator-border-radius:2px;--brand-primary-color:#ee4d2d;--brand-primary-light-color:rgba(255,87,34,0.1)}.theme--ofs{--brand-primary-color:#d0011b;--brand-primary-light-color:rgba(208,1,27,0.08)}.theme--s-mart{--brand-primary-color:#066bc8;--brand-primary-light-color:#e6f0f9}body{background-color:#f5f5f5}body .stardust-popup{z-index:10000;box-sizing:border-box}body .stardust-popup .stardust-popup__dialog--wrapper{z-index:10000;max-width:31.25rem;box-sizing:border-box}body .stardust-popup .stardust-popup__dialog{border-radius:2px;margin-left:auto;margin-right:auto;box-sizing:border-box;padding-bottom:1.875rem}body .stardust-popup .stardust-popup__dialog--wrapper-top{padding-top:2.5rem;padding-left:1.875rem;padding-right:1.875rem;font-size:16px}body .stardust-popup .stardust-popup-title{text-align:left}body .stardust-popup .stardust-popup-buttons{margin-left:1.875rem;margin-right:1.875rem;margin-top:1.875rem;display:flex;flex-direction:row;justify-content:flex-end;box-sizing:border-box}body .stardust-popup .stardust-popup-button{flex:0 1 6.25rem;margin-left:1rem;height:2.5rem;line-height:2.5rem;border-radius:.125rem;box-sizing:border-box;font-size:14px;border:.0625rem solid rgba(0,0,0,.09);box-shadow:0 .0625rem .0625rem 0 rgba(0,0,0,.03);white-space:nowrap;padding-left:.625rem;padding-right:.625rem}body .stardust-popup .stardust-popup-button--main{background:#ee4d2d;color:#fff;text-transform:uppercase}body .stardust-popup .stardust-popup-button--main:hover{background:#f05d40}body .stardust-popup .stardust-popup-button--main:active{background:#e2492b}body .stardust-popup .stardust-popup-button--secondary{background:#fff;color:rgba(0,0,0,.87);text-transform:uppercase;border:0}body .stardust-popup .stardust-popup-button--secondary:hover{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.09)}body .stardust-popup .stardust-popup-button--secondary:active{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.09);box-shadow:inset 0 .125rem .0625rem 0 rgba(0,0,0,.05)}.ofs-tw-logo{max-width:150px}.icon-tw-mall-inline{width:1.875rem;height:.9375rem}.shopee-svg-icon{display:inline-block;width:1em;height:1em;fill:currentColor;position:relative}.icon-all-cate{width:.75rem}.icon-notification-2{width:.875rem;height:1.125rem}.icon-notifications-wallet{stroke:#fff}.icon-order-order,.icon-order-paid,.icon-order-problem,.icon-order-rating,.icon-order-received,.icon-order-shipping{stroke:currentColor}.icon-shopee-logo{width:11.875rem;height:4rem;fill:#fff}.icon-line{display:inline-block;background:url(/assets/e7e8c8a24b2e1ae6fb9c4076d42140aa.png) no-repeat;background-size:contain;overflow:hidden;text-indent:-9999px;text-align:left;width:22px;height:22px}.icon-shopee-logo--official-shop{width:2.5rem;height:2.8125rem;fill:#fff}.icon-location-marker{color:#ee4d2d;fill:currentColor}.icon-vn-privacy{background-position:0 -110px}.icon-vn-shipping{background-position:0 -122px}.icon-vn-tos{background-position:0 -134px}.icon-vn-violation{background-position:0 -146px}.icon-share-fb,.icon-share-gplus,.icon-share-messenger,.icon-share-pinterest,.icon-share-twitter{display:inline-block;background:url(/assets/4268e6c922bc887da52eef2c1314a284.png) no-repeat;overflow:hidden;text-indent:-9999px;text-align:left;width:24px;height:24px}.icon-share-messenger{background-position:0 0}.icon-share-fb{background-position:-24px 0}.icon-share-gplus{background-position:0 -24px}.icon-share-pinterest{background-position:-24px -24px}.icon-share-twitter{background-position:0 -48px}.shopee-spacer{display:inline-block;width:1px;height:.625rem;background-color:rgba(0,0,0,.12)}.address-modal__form_input{width:100%}.address-modal__form_input.hidden{position:absolute;left:-1000px;top:-1000px;width:1px;height:1px;opacity:0}.address-modal .shopee-popup-form__main-container{margin-bottom:0;padding-bottom:84px}.shopee-address-picker{width:20rem;border:1px solid rgba(0,0,0,.09);background-color:#fff;z-index:1;box-shadow:0 1px 1px 0 rgba(0,0,0,.05);border-radius:.125rem;overflow:hidden}.shopee-address-picker__search-bar{background-color:#fff;padding:.3125rem .625rem}.shopee-address-picker__search-bar input{outline:none;border:0;background-color:#f5f5f5;box-sizing:border-box;width:100%;height:1.875rem;line-height:1.875rem;padding:0 .625rem;border-radius:2px}.shopee-address-picker__search-bar input::placeholder{color:rgba(0,0,0,.26)}.shopee-address-picker__current-level-list,.shopee-address-picker__search-result{list-style:none;margin:0;padding:0;max-height:17.5rem;overflow-y:scroll}.shopee-address-picker__current-level-list-item,.shopee-address-picker__last-selected-address-level,.shopee-address-picker__search-result-item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.625rem}.shopee-address-picker__last-selected-address-level{display:flex;align-items:center;color:#ee4d2d;background-color:#f5f5f5}.shopee-address-picker__last-selected-address-level .icon-arrow-left{font-size:.625rem;margin-right:.625rem}.notification-card{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;padding:1.25rem}.notification-card .shopee-image-placeholder{background-color:#f5f5f5}.notification-card .shopee-image-placeholder .shopee-svg-icon{font-size:2.5rem}.notification-card:hover{background-color:#f8f8f8}.notification-card .shopee-avatar{width:3.75rem;height:3.75rem;flex-shrink:0}.notification-card__connector{width:.0625rem;position:absolute;top:0;left:3.75rem;bottom:0;background:rgba(0,0,0,.09)}.notification-card__connector-dot{width:.5rem;height:.5rem;background:#e2e2e2;border-radius:50%;position:absolute;left:3.5rem;margin-top:.375rem}.notification-card__collapse{cursor:pointer;margin-left:.625rem}.notification-card__image{display:flex;flex-flow:row-reverse wrap-reverse;flex-shrink:0;justify-content:space-around;position:relative;width:5rem;height:5rem;background-color:#fff}.notification-card__img-background{width:100%;padding-top:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}.notification-card__img-background--half{width:50%;padding-top:50%;align-self:center}.notification-card__detail{word-wrap:break-word;padding-left:1.25rem;min-width:0;flex-shrink:1;margin-right:.625rem}.notification-card__title{font-size:1rem;margin-bottom:.625rem;color:rgba(0,0,0,.8)}.notification-card__description{font-size:.875rem;margin-bottom:.625rem;max-width:40.625rem;color:rgba(0,0,0,.54)}.notification-card__content{font-size:.875rem;color:rgba(0,0,0,.54);margin-bottom:.3125rem}.notification-card__info{font-size:.875rem;color:rgba(0,0,0,.54);line-height:1;display:flex}.notification-card__button{margin-left:auto;flex-shrink:0}.notification-card__button .shopee-button-outline{padding:0 .4375rem;background-color:#fff;min-width:5rem;height:1.875rem;font-size:.75rem;text-transform:capitalize;box-sizing:border-box}.notification-card__button .shopee-button-outline:hover{color:#ee4d2d;border-color:#ee4d2d}.notification-card__button .shopee-button-outline--complement{color:#00bfa5;border-color:#00bfa5}.notification-card--group-primary{position:relative}.notification-card--group-primary .notification-card__connector{top:50%}.notification-card--group-primary .notification-card__connector--single{display:none}.notification-card__spinner{width:.75rem;height:.75rem;background-position:50%;background-size:cover;background-repeat:no-repeat;background:url(/assets/be61e869a4c7e201ad8443a58c2c8d96.png);animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.notification-card--group-secondary{background:#f9f9f9;padding-left:6.25rem;position:relative}.notification-card--group-secondary .notification-card__title{color:rgba(0,0,0,.54)}.notification-card--mini{padding:.5rem .625rem}.notification-card--mini .shopee-image-placeholder .shopee-svg-icon{font-size:1.5rem}.notification-card--mini .shopee-avatar{width:2.5rem;height:2.5rem}.notification-card--mini .notification-card__image{width:2.5rem;height:2.5rem;border:.5px solid rgba(0,0,0,.09);box-sizing:border-box}.notification-card--mini .notification-card__detail{padding-left:.375rem}.notification-card--mini .notification-card__title{margin-bottom:.375rem;font-size:.875rem}.notification-card--mini .notification-card__content{font-size:.75rem;color:rgba(0,0,0,.54);line-height:.9375rem}.notification-card--mini .notification-card__description{margin-bottom:.375rem;max-width:20rem}.notification-card--unread{background-color:#fff2ee}.shopee-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600}.shopee-popup__overlay{width:100%;height:100%;background-color:rgba(0,0,0,.4)}.shopee-popup__container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);overflow:visible;max-height:100%;max-width:100%}.shopee-popup__close-btn{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:2.5rem;height:1.875rem;width:1.875rem;display:flex;align-items:center;justify-content:center;position:absolute;box-sizing:border-box;background-color:#5a5a5a;top:-.625rem;right:-.625rem;border-radius:1.25rem;border:3px solid #fff}.shopee-popup__close-btn .shopee-svg-icon{font-size:.75rem;color:#fff}.shopee-alert-popup{width:31.25rem;padding:1.25rem;overflow:visible}.shopee-alert-popup__title{font-size:1.5rem;color:#ee4d2d;margin-top:1.875rem}.shopee-alert-popup__message{margin-top:2.5rem;font-size:1rem}.shopee-alert-popup__message-list{margin-top:1.875rem;display:flex;flex-direction:column}.shopee-alert-popup__button-vertical-layout{margin-top:6.25rem;display:flex;flex-direction:column}.shopee-alert-popup__button-vertical-layout .shopee-alert-popup__button-spacer{height:1.25rem}.shopee-alert-popup__button-vertical-layout .shopee-button-outline,.shopee-alert-popup__button-vertical-layout .shopee-button-solid{flex:1;font-size:1rem}.shopee-alert-popup__button-vertical-layout .shopee-button-outline{color:rgba(0,0,0,.8)}.shopee-alert-popup__button-horizontal-layout{display:flex;margin-top:6.25rem}.shopee-alert-popup__button-horizontal-layout .shopee-alert-popup__button-spacer{width:.625rem}.shopee-alert-popup__button-horizontal-layout .shopee-button-outline,.shopee-alert-popup__button-horizontal-layout .shopee-button-solid{flex:1;padding:.75rem 0;text-transform:capitalize}.shopee-no-scroll{overflow:hidden}.shopee-shop-collection-filter__collection,.shopee-shop-collection-filter__header{font-weight:500}.shopee-shop-collection-filter__header{color:rgba(0,0,0,.8);text-transform:uppercase;padding:.875rem 0 1.125rem}.shopee-shop-collection-filter__collection{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.625rem 0;display:flex;font-size:.8125rem;color:rgba(0,0,0,.8)}.shopee-shop-collection-filter__collection--active{color:#ee4d2d}.shopee-shop-collection-filter__collection+.shopee-shop-collection-filter__collection{border-top:1px solid rgba(0,0,0,.09)}.shop-collection-view{margin-bottom:.625rem}.shop-search-result-view__item{margin-top:.625rem}.shop-collection-list{background-color:#fff;width:16.875rem;max-height:18.75rem;box-shadow:0 1px 1px 0 rgba(0,0,0,.05);border-radius:.125rem;overflow:hidden;overflow-y:auto}.shop-collection-list__item{text-decoration:none;color:rgba(0,0,0,.87);display:block;box-sizing:border-box;position:relative;padding-left:3.75rem;height:3.75rem;overflow:hidden}.shop-collection-list__item:hover{background-color:#f8f8f8}.shop-collection-list__item:hover .shop-collection-list__item-desc-name{color:#ee4d2d}.shop-collection-list__item-image{position:absolute;top:.625rem;left:.625rem;height:2.5rem;width:2.5rem;background-color:#f5f5f5}.shop-collection-list__item-image>.shopee-svg-icon{font-size:1.25rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shop-collection-list__item-image>img,.shop-collection-list__item-image__adult-mask{position:absolute;top:0;left:0;width:100%;height:100%}.shop-collection-list__item-image__adult-mask{background-repeat:no-repeat;background-position:50%;background-size:70%;background-color:#fff}.shop-collection-list__item-image__adult-mask--18{background-image:url(/assets/e0d1677a58deaa693aa9fcea93255096.png)}.shop-collection-list__item-image__adult-mask--20{background-image:url(/assets/3d819965643f1287ea7358313e66e85e.png)}.shop-collection-list__item-image__adult-mask--21{background-image:url(/assets/f897d97e691bc43c7b917018f97ad5bc.png)}.shop-collection-list__item-desc{height:100%;display:flex;flex-direction:column;justify-content:center}.shop-collection-list__item-desc-name{white-space:nowrap;color:rgba(0,0,0,.87);overflow:hidden;text-overflow:ellipsis}.shop-collection-list__item-desc-product{color:rgba(0,0,0,.54);font-size:.75rem;margin-top:.125rem}.shopee-guarantee-icon{background-position:50%;background-size:cover;background-repeat:no-repeat;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-image:url(/assets/67454c89080444c5997b53109072c9e0.png)}.order-detail-header{background-color:#fff;border-top-left-radius:.3125rem;border-top-right-radius:.3125rem}.order-detail-header__state-container{position:relative;box-sizing:border-box;padding:5rem 2.8125rem 2.8125rem}.order-detail-header__back-button,.order-detail-header__note{right:1.25rem;position:absolute;top:1.25rem;font-size:.875rem;line-height:1rem}.order-detail-header__separator{margin:0 1em}.order-detail-header__back-button{display:flex;align-items:center;left:1.25rem;color:rgba(0,0,0,.54)}.order-detail-header__back-button:hover{cursor:pointer}.order-detail-header__back-button--arrow{font-size:.875rem;margin-right:.3125rem}.order-detail-header__status{color:#ee4d2d;text-transform:uppercase}.order-detail-header__invoice{padding:0 .9375rem}.order-detail-header__invoice-inner{padding:.625rem .3125rem;display:flex;border-top:1px dashed #eee;justify-content:space-between;align-items:center}.order-detail-header__invoice-title{font-size:12px;color:rgba(0,0,0,.54)}.order-detail-header__invoice-ph-title{font-size:12px;display:inline-block}.order-detail-header__invoice-popover{height:231px;width:350px;background-color:#fff;border-radius:4px;padding:15px}.order-detail-header__invoice-disclaimer-header{font-family:Roboto;font-style:normal;font-weight:500;font-size:14px;line-height:16px;margin-bottom:10px}.order-detail-header__invoice-disclaimer-content{font-style:normal;font-weight:400;font-size:14px;line-height:16px}.order-detail-header__invoice-icon{vertical-align:middle;margin-left:8px}.order-detail-header__action-container{box-sizing:border-box;background-color:#fffcf5;padding-top:1.25rem}.order-detail-header__button-wrapper{width:13.125rem;height:2.5rem;font-size:.875rem;margin-left:1rem;flex-shrink:0;background:#fff}.order-detail-header__button-wrapper-container{padding:0 1.25rem .625rem;margin-bottom:.625rem;flex-wrap:nowrap;display:flex;border-bottom:1px dotted rgba(0,0,0,.09);align-items:flex-start}.order-detail-header__button-wrapper-container--last{padding-bottom:1.25rem;border-bottom:0}.order-detail-header__group-buttons-wrapper-container{display:flex}.order-detail-header__text-info-wrapper{display:flex;flex-direction:column;justify-content:center;text-align:left;min-height:1.25rem}.order-detail-header__text-info-wrapper p{width:100%;padding:0;margin:0}.order-detail-header__text-info-wrapper-with-reason>span:first-child{font-weight:600}.order-detail-header__button-content-wrapper{display:flex;align-items:center;justify-content:center;text-transform:capitalize}.order-detail-header__shopee-guarantee__icon{width:1.25rem;height:1.25rem;margin-right:.3125rem;display:inline-block}.order-detail-header__primary-icon{color:#ee4d2d;font-size:1.25rem;margin:0 .625rem 0 .3125rem}.order-detail-header__primary-shopee-guarantee-icon{width:1.25rem;height:1.25rem;margin-right:.3125rem}.purchase-card-buttons__wrapper{background:#fffefb;padding:0 1.5rem}.purchase-card-buttons__total-payment{padding-top:2.5rem;display:flex;justify-content:flex-end;align-items:flex-end}.purchase-card-buttons__shopee-guarantee-icon{width:1.375rem;height:1.375rem;margin-right:.3125rem}.purchase-card-buttons__label-price{color:rgba(0,0,0,.8);font-size:.875rem;line-height:1.25rem;margin-right:.625rem}.purchase-card-buttons__total-price{color:#ee4d2d;font-size:1.875rem;line-height:2rem}.purchase-card-buttons__container{display:flex;flex-wrap:nowrap;justify-content:flex-end;align-content:center;padding:1.125rem 0 1.25rem}.purchase-card-buttons__show-button-wrapper{min-width:10rem;height:2.5rem;margin-left:.625rem;background:#fff}.purchase-card-buttons__show-button-wrapper .shopee-button-outline,.purchase-card-buttons__show-button-wrapper .shopee-button-solid{padding:0 .625rem;box-sizing:border-box}.purchase-card-buttons__text-info{display:flex;flex-direction:column;justify-content:center;text-align:left;flex-grow:1}.purchase-card-buttons__open-more-wrapper{position:relative;width:6.25rem;height:2.5rem;margin-left:.625rem}.purchase-card-buttons__open-more-button{font-size:.875rem;font-weight:300;line-height:1;letter-spacing:0;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:100%;color:rgba(0,0,0,.8);border:1px solid rgba(0,0,0,.09);background:#fff;position:relative;z-index:2;box-sizing:border-box}.purchase-card-buttons__open-more-button__arrow{font-size:.625rem;margin-left:.3125rem}.purchase-card-buttons__inside-button-container{display:none;position:absolute;top:2.5rem;left:0;border:1px solid #ee4d2d;background:#fff;z-index:1}.purchase-card-buttons__open-more-wrapper:hover .purchase-card-buttons__open-more-button{color:#ee4d2d;border:1px solid #ee4d2d;border-bottom-color:#fff}.purchase-card-buttons__open-more-wrapper:hover .purchase-card-buttons__inside-button-container{display:block}.purchase-card-buttons__inside-button{color:rgba(0,0,0,.8);min-width:11.25rem;height:2.5rem;padding:0 .625rem;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.purchase-card-buttons__inside-button:hover{color:#ee4d2d;background:#f8f8f8}.purchase-card-buttons__button-content{text-decoration:none;text-transform:capitalize}.checkout-card__content-wrapper,.order-card__content-wrapper{background:#fff}.checkout-card__content,.order-card__content{padding:1.25rem 1.25rem 0}.order-content-status{color:#ee4d2d;line-height:1.5rem;text-align:right;text-transform:uppercase;white-space:nowrap}.checkout-card__order-wrapper:not(:last-child){margin-bottom:1.875rem;border-bottom:1px solid rgba(0,0,0,.09)}.checkout-card__order-wrapper:last-child,.order-card__container{border-bottom:0}.purchase-text-info-wrapper{display:flex;flex-direction:column;justify-content:center;text-align:left;flex-grow:1}.purchase-text-info{font-size:.75rem;line-height:.9375rem;word-wrap:break-word;max-width:25rem;color:rgba(0,0,0,.54)}.purchase-text-info__hover-point{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.purchase-text-info__tooltip-content{background:#fff;color:rgba(0,0,0,.8);width:18.75rem;padding:1.25rem;font-size:.875rem;line-height:1.375rem;word-wrap:break-word;text-align:left}.purchase-text-info .shopee-drawer{display:inline-flex}.purchase-text-info:nth-child(2){color:#ee4d2d}.purchase-empty-order__container{box-shadow:0 1px 1px 0 rgba(0,0,0,.05);border-radius:.125rem;overflow:hidden;background:#fff;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.purchase-empty-order__icon{background-position:50%;background-size:cover;background-repeat:no-repeat;background-image:url(/assets/5fafbb923393b712b96488590b8f781f.png);width:6.25rem;height:6.25rem;margin-bottom:1.25rem}.purchase-empty-order__text{color:rgba(0,0,0,.8);font-size:.875rem;line-height:1.0625rem}.shopee-order-detail__coin-info{background-color:#fff;box-sizing:border-box;margin-top:.625rem}.shopee-order-detail__coin-info-desc{display:flex;align-items:center}.shopee-order-detail__coin-info-icon{width:1.5rem;height:1.5rem;margin-right:.625rem}.shopee-order-detail__coin-info-label{font-size:1.0625rem}.shopee-order-detail__coin-info-sublabel{color:rgba(0,0,0,.54);font-size:.75rem;margin-left:.625rem}.shopee-order-detail__coin-info-spacer{flex:1}.shopee-order-detail__coin-info-amount{font-size:1.0625rem;color:#f6a700}.shopee-price--primary{color:#ee4d2d}.shopee-price--original{color:rgba(0,0,0,.26);text-decoration:line-through}.checkout-card__container,.order-card__container,.order-detail-header{box-shadow:0 1px 1px 0 rgba(0,0,0,.05);border-radius:.125rem;overflow:hidden;overflow:visible}.order-cancel-popup__dropdown{display:block}.order-cancel-popup__buttons{margin-top:3.125rem}.rating-modal__header{border-bottom:1px solid rgba(0,0,0,.09)}.rating-modal__header--view{display:flex;justify-content:space-between;align-items:flex-end;padding-top:1.25rem}.rating-modal__title{font-size:1.25rem;line-height:1.5rem;font-weight:700;color:rgba(0,0,0,.8);margin-bottom:.625rem;text-transform:capitalize}.rating-modal__created-time{font-size:.75rem;color:rgba(0,0,0,.54);padding-bottom:.625rem}.rating-modal__rating-action-container{position:absolute;top:.625rem;right:.625rem;font-size:.75rem;line-height:.875rem;color:rgba(0,0,0,.54)}.rating-modal__rating-action-container .shopee-button-solid{padding:.1875rem .3125rem;margin-left:.625rem;color:rgba(0,0,0,.8);font-size:.75rem;font-weight:700}.rating-modal__rating-action-container .shopee-button-solid .shopee-svg-icon{font-size:.75rem;margin-right:0}.rating-modal__rating-item-wrapper{width:60%}.rating-modal__image-list-wrapper{flex-grow:1;min-width:80%}.rating-modal-edit-item__container{margin-top:1.875rem}.rating-modal-edit-item__back-button-wrapper{position:absolute;background:#fff;width:100%;top:1.125rem;left:0;z-index:9999}.rating-modal-edit-item__back-button{padding:.3125rem 1.25rem;color:rgba(0,0,0,.54)}.rating-modal-edit-item__back-button:hover{cursor:pointer}.rating-modal-edit-item__back-button-arrow{font-size:.875rem;margin-right:.3125rem}.rating-stars__container{display:flex}.rating-stars__container>div{margin:0 .125rem}.rating-stars__star{stroke:currentColor}.rating-stars__star--clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rating-modal-handler__container{padding-bottom:1.875rem;border-bottom:1px dotted rgba(0,0,0,.09)}.rating-modal-handler__container--last{border-bottom:0}.rating-modal-handler__rating-stars-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.625rem 0 1.25rem;position:relative;font-size:2.25rem;letter-spacing:.25rem}.rating-modal-handler__rating-prompt-text{margin-bottom:1.25rem;text-align:center;color:rgba(0,0,0,.54)}.shopee-rating-stars{position:relative;display:inline-block}.shopee-rating-stars__stars{display:flex}.shopee-rating-stars__star-wrapper{position:relative;margin-right:1px}.shopee-rating-stars__star-wrapper>.shopee-rating-stars__lit{overflow:hidden;position:absolute;height:100%;left:0;top:0;z-index:1}.shopee-rating-stars__gold-star{color:#ffce3d;fill:#ffce3d;display:block;position:absolute;left:0;overflow-x:hidden}.shopee-rating-stars__dark-star{color:#d5d5d5;display:block}.shopee-rating-stars__primary-star{color:#ee4d2d;stroke:#ee4d2d;display:block;position:absolute;left:0;overflow-x:hidden}.theme--ofs .shopee-rating-stars__primary-star{color:#d0011b;stroke:#d0011b}.theme--s-mart .shopee-rating-stars__primary-star{color:#ffce3d;stroke:#ffce3d}.shopee-rating-stars__hollow-star{color:#ee4d2d;display:block;stroke:currentColor}.theme--s-mart .shopee-rating-stars__hollow-star{color:#ffce3d;stroke:#ffce3d}.categories-breadcrumb{margin:1.875rem auto}.categories-breadcrumb__link--home{text-decoration:none;color:rgba(0,0,0,.87)}.categories-breadcrumb>.breadcrumb{font-size:.875rem;padding:0}.categories-content-card{box-shadow:0 1px 1px 0 rgba(0,0,0,.05);border-radius:.125rem;overflow:hidden;background:#fff;margin-bottom:1.875rem}.thumbnail-grid-categories{display:flex;flex-wrap:wrap}.category-grid{text-decoration:none;color:rgba(0,0,0,.87);display:block;width:14.28571%;box-sizing:border-box;height:12.5rem;border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);text-align:center;background-color:#fdfdfd;transition:transform .1s cubic-bezier(.4,0,.6,1),box-shadow .1s cubic-bezier(.4,0,.6,1)}.category-grid:hover{background-color:#fff;z-index:1;border-color:rgba(0,0,0,.12);box-shadow:0 0 .8125rem 0 rgba(0,0,0,.05)}.category-grid__thumbnail{margin:.625rem auto;width:8.75rem;height:7.5rem;background-size:100%}.category-grid__category-name{color:rgba(0,0,0,.8);font-size:.875rem;text-decoration:none;line-height:1.25rem;max-width:90%;margin:0 auto;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;max-height:2.5rem}.alphabetical-navigator{list-style:none;text-align:center;padding:0 6.25rem;margin-top:2.5rem;display:flex;justify-content:space-around}.alphabetical-navigator__letter{color:rgba(0,0,0,.14);margin:0 .3125rem;text-decoration:none}.alphabetical-navigator__letter--wrapper{display:inline-block;flex-basis:100%}.alphabetical-navigator__letter--active{color:#ee4d2d;cursor:pointer}.alphabetical-navigator__letter--spacer{color:rgba(0,0,0,.14);float:right}.alphabetical-list-of-categories{margin-top:2rem;margin-bottom:2rem}.list-of-categories-in-letter{margin:0 2.125rem}.list-of-categories-in-letter--categories{padding:0 1.25rem}.list-of-categories-in-letter>h1{font-size:2.25rem;font-weight:500;border-bottom:1px solid rgba(0,0,0,.05);padding:.625rem 1.25rem}.a-category--wrapper:not(:last-child){margin-bottom:1.25rem}.a-category__display-name{text-decoration:none;color:rgba(0,0,0,.87);display:block;color:#ee4d2d;font-size:1rem;margin-top:.625rem;margin-bottom:.625rem}.a-category__sub-categories--wrapper{display:flex;flex-flow:row wrap}.a-category__sub-categories--wrapper .a-sub-category--display-name{text-decoration:none;color:rgba(0,0,0,.87);width:25%;color:rgba(0,0,0,.54);font-size:.875rem;line-height:1.25rem}.daily-discover-page,.recommend-products-by-view{padding:2.5rem 0 3.75rem}.daily-discover-page__content,.recommend-products-by-view__content{padding:1.25rem 0 2.6875rem}.daily-discover-page__item-card-wrapper,.recommend-products-by-view__item-card-wrapper{margin-bottom:.625rem}.purchase-list-page__tabs-container{box-shadow:0 1px 1px 0 rgba(0,0,0,.05);border-radius:.125rem;overflow:hidden;display:flex;background:#fff;border-top-left-radius:2px;border-top-right-radius:2px;margin-bottom:.75rem}.purchase-list-page__tab{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:1rem;line-height:1.1875rem;padding:1rem 0;color:rgba(0,0,0,.8);flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center}.purchase-list-page__tab:hover{color:#ee4d2d}.purchase-list-page__tab--selected{color:#ee4d2d;border-bottom:2px solid #ee4d2d}.purchase-list-page__tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase-list-page__tab-count{color:#ee4d2d;font-size:.9em;vertical-align:baseline;margin-left:.3em}.purchase-list-page__search-bar{display:flex;background:#eaeaea;padding:.75rem 0;box-shadow:0 1px 1px 0 rgba(0,0,0,.05);border-radius:2px;color:#555}.purchase-list-page__search-bar ::placeholder{color:#929292}.purchase-list-page__search-bar svg{margin-left:.9375rem;margin-right:.9375rem;stroke:#bbb}.purchase-list-page__search-bar input{display:flex;align-content:center;flex:1;line-height:1rem;font-size:.875rem;border:0;outline:none;background-color:inherit}.purchase-list-page__search-bar-focus svg{stroke:#555}.purchase-list-page__search-result{margin-top:1.25rem;font-size:14px;color:#757575;text-align:center}.purchase-list-page__search-result div{display:inline}.purchase-list-page__search-result span{color:#555}.purchase-list-page__checkout-card-wrapper:last-child,.purchase-list-page__order-card-wrapper:last-child{margin-bottom:0}.purchase-list-page__checkout-card-wrapper,.purchase-list-page__order-card-wrapper{margin-bottom:.625rem;margin-top:.75rem}.purchase-list-page__empty-page-wrapper{width:100%;height:37.5rem;margin-top:.75rem}.theme--ofs .shopee-cart-number-badge,.theme--ofs .shopee-notification-number-badge{color:#d0011b;border-color:#d0011b}.theme--ofs .footer{border-top-color:#d0011b}.theme--ofs .footer__category-list-item-main>a:hover,.theme--ofs .footer__category-list-item-sub>a:hover,.theme--ofs .icon-like,.theme--ofs .icon-preorder,.theme--ofs .navbar-wrapper .navbar__link--login:hover .navbar__link-text,.theme--ofs .navbar-wrapper .navbar__link--login>.navbar__link-text,.theme--ofs .product-comment-item__at-user,.theme--ofs .product-page .shopee-tab-container__header-item--active>.product-page__tab-link,.theme--ofs .shopee-address-picker__last-selected-address-level,.theme--ofs .shopee-badge--promotion__label-wrapper,.theme--ofs .shopee-badge--promotion__label-wrapper__off-label.shopee-badge--promotion__label-wrapper__off-label--zh-Hant,.theme--ofs .shopee-facet-filter__facet .shopee-checkbox__box--checked,.theme--ofs .shopee-filter-group__item .shopee-checkbox__box--checked,.theme--ofs .shopee-item-card__hidden-price-display,.theme--ofs .shopee-mini-page-controller__current,.theme--ofs .shopee-product-info-body__order-quantity .shopee-button-outline-mid,.theme--ofs .shopee-product-info-body__preorder,.theme--ofs .shopee-product-info-body__ship-to-selector-wrapper:hover .shopee-product-info-body__ship-to-text,.theme--ofs .shopee-product-info__header__rating-desc,.theme--ofs .shopee-product-info__header__real-price,.theme--ofs .shopee-product-rating-overview__text-overview,.theme--ofs .shopee-product__shipping-option-current-channel-cost,.theme--ofs .shopee-rating-stars__hollow-star,.theme--ofs .shopee-search-correction__new-search,.theme--ofs .shopee-search-filter-status,.theme--ofs .shopee-search-result-header__text-highlight,.theme--ofs .shopee-search-user-brief__header-text-highlight,.theme--ofs .shopee-search-user-item .shopee-svg-icon:not(.icon-tick),.theme--ofs .shopee-search-user-item__follow-count-number,.theme--ofs .shopee-search-user-seller-info-item__primary-text,.theme--ofs .shopee-searchbar-hints__search-shop>.shopee-svg-icon,.theme--ofs .shopee-shop-collection-filter__collection--active,.theme--ofs .shopee-sort-by-options .shopee-dropdown__entry:not(.shopee-dropdown__entry--selected):hover,.theme--ofs .wholesale-popup__price,.theme--ofs .wholesale-table__body-cell--price{color:#d0011b!important;stroke:#d0011b!important}.theme--ofs .shopee-header-section__header-link>.shopee-button-no-outline{color:#d0011b}.theme--ofs .section-recommend-products__separator,.theme--ofs .shopee-sort-by-options .shopee-dropdown--has-selected>.shopee-dropdown__entry--selected,.theme--ofs .shopee-sort-by-options__option--selected{color:#d0011b;border-bottom-color:#d0011b}.theme--ofs .image-carousel__dot--active,.theme--ofs .shopee-page-controller>.shopee-button-solid,.theme--ofs .shopee-price-range-filter__button>.shopee-button-solid,.theme--ofs .shopee-search-empty-result-section__button .shopee-button-solid,.theme--ofs .shopee-search-reset>a>.shopee-button-solid{background-color:#d0011b}.theme--ofs .shopee-searchbar>.shopee-button-solid:hover{background-color:#c30018}.theme--ofs .shopee-product-rating-overview__filter--active{border-color:#d0011b;fill:#d0011b}.theme--ofs .product-page .shopee-tab-container__header-item--active,.theme--ofs .shopee-image-gallery__option-image-wrapper__selected-mask,.theme--ofs .shopee-lightbox-thumbnail__selected-mask,.theme--ofs .shopee-product-info-body__ship-to-selector-wrapper:hover{border-color:#d0011b}.theme--ofs .btn-buynow,.theme--ofs .shopee-button-solid--primary{background-color:#d0011b}.theme--ofs .btn-buynow:hover,.theme--ofs .shopee-button-solid--primary:hover{background-color:#e00622}.theme--ofs .btn-buynow:active,.theme--ofs .shopee-button-solid--primary:active{background-color:#c30018}.theme--ofs .btn-add-to-cart,.theme--ofs .btn-chat-now{background-color:#fff3f3;color:#d0011b;border:1px solid #d0011b}.theme--ofs .btn-add-to-cart:hover,.theme--ofs .btn-chat-now:hover{background-color:#fff}.theme--ofs .btn-add-to-cart:active,.theme--ofs .btn-chat-now:active{background-color:#ffe8e8}.theme--ofs .icon-web-chat,.theme--ofs .product-page-bundle-deal__see-all{color:#d0011b!important}.theme--ofs .product-page-bundle-deal__tag,.theme--ofs .shopee-item-card__bundle-deal,.theme--ofs .shopee-product-info__header__bundle-deal-tag{color:#d0011b!important;border-color:#d0011b!important}.theme--ofs .select-with-status__dropdown-item:hover{background:#d0011b}.theme--ofs .section-seller-overview__item-text-value,.theme--ofs .shop-collection-list__item:hover .shop-collection-list__item-desc-name,.theme--ofs .shop-page-shop-description__shop-name,.theme--ofs .shop-page__menu .shop-page__menu-item:hover,.theme--ofs .shopee-category-list__sub-category--active,.theme--ofs .shopee-sort-bar .shopee-sort-by-options .select-with-status__value{color:#d0011b}.theme--ofs .shop-page__menu .shop-page__menu-item--active{color:#d0011b;border-bottom-color:#d0011b}.theme--ofs .shopee-product-info__header__real-price{color:#d0011b}.theme--ofs .shopee-category-list__sub-category--active .shopee-category-list__sub-category__caret{fill:#d0011b}.theme--ofs .shopee-sort-bar .shopee-sort-by-options__option--selected{background:#d0011b}.ofs-page__container{min-height:100vh;padding:1.25rem 0 8.75rem}.ofs-page__section{margin-bottom:1.875rem}.ofs-page__recommend-header{display:flex;justify-content:space-between;margin-top:30px;border-bottom:4px solid #d0011b;padding:0 5px 10px;font-weight:500}.ofs-page__recommend-header-title{text-decoration:none;color:rgba(0,0,0,.87);color:#d0011b;font-size:1.0625rem;text-transform:uppercase}.ofs-page__recommend-header-see-all{text-decoration:none;color:rgba(0,0,0,.87);font-size:.875rem;color:#d0011b;padding:0;font-weight:300}.ofs-page__recommend-header-see-all:hover{color:#d0011b}.ofs-page__recommend-header-see-all>.icon-arrow-right{stroke:#d0011b;font-size:.625rem;margin-left:.3125rem}.ofs-recommend-page{padding:3.125rem 0 3.75rem}.ofs-recommend-page-header{display:flex;justify-content:center;flex-direction:column;margin-bottom:1.875rem}.ofs-recommend-page-header__top{display:flex;align-items:center;justify-content:center}.ofs-recommend-page-header__strike{width:1.25rem;border-top:2px solid #d0011b}.ofs-recommend-page-header__title{padding:.375rem .625rem .25rem;text-transform:uppercase;font-size:1.25rem;font-weight:500;color:rgba(0,0,0,.8)}.ofs-recommend-page-header__bottom{display:flex;justify-content:center;color:#888;font-size:.75rem;min-height:.875rem}.ofs-product-grid__pagination-wrapper{margin-top:2.6875rem}a{text-decoration:none}.clear-btn-style{background:0;border:0}@keyframes movement{0%{transform:translateY(2px)}50%{transform:translateY(-2px)}to{transform:translateY(2px)}}.stardust-spinner--hidden{display:none}.stardust-spinner__background{width:100%;height:100%;top:0;left:0;position:fixed;background-color:rgba(0,0,0,.4);display:flex;align-items:center;align-content:center;justify-content:center}.stardust-spinner__background--no-overlay{position:static;background-color:transparent;width:auto;height:auto}.stardust-spinner__background--no-overlay .stardust-spinner__main{padding:0;border-radius:0}.stardust-spinner__main{flex:0 1 auto;padding:1rem;border-radius:1rem;background:#fff;color:#000}.stardust-spinner__spinner{animation:movement .4s linear infinite}.stardust-spinner__spinner:nth-child(2){animation-delay:.1s}.stardust-spinner__spinner:nth-child(3){animation-delay:.2s}.app-routes-components-RouteLoading-style__spinnerContainer{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:50rem;min-height:100vh}.app-routes-components-RouteLoading-style__spinnerContainer .app-routes-components-RouteLoading-style__spinner{background-color:transparent}._-packages-web-platform-pc-widgets-pc-page-wrapper-src-PageCrash-style__img{height:18.75rem;margin:12.5rem auto 1.25rem;display:block}._-packages-web-platform-pc-widgets-pc-page-wrapper-src-PageCrash-style__text{text-align:center;font-size:1rem;color:#222}._-packages-translation-error-src-styles__error{border:.0625rem solid rgba(0,0,0,.14);border-radius:.625rem;margin:.625rem;padding:.625rem;text-align:center}._3sjFp{border-radius:.125rem;display:inline-flex;align-items:center;justify-content:center;padding:0 1rem;overflow:hidden;outline:none;flex:0 0 auto;position:relative}._3sjFp:active:before{content:"";background-color:rgba(0,0,0,.05);background-color:var(--nc-util-pressed,rgba(0,0,0,.05));position:absolute;bottom:0;right:0;top:0;left:0}.lJMau{height:2.75rem}._3zn07{height:2.25rem;min-width:4rem}._18F8b{height:1.75rem;min-width:4rem;padding:0 .75rem}.uxSdp{height:1.25rem;min-width:3.25rem;padding:0 .5rem}.xCn81{background:transparent}.TOjHY.AHhqR{color:#fff;border:.0625rem solid transparent;background:#ee4d2d;background:var(--nc-primary,#ee4d2d)}.TOjHY.xCn81{color:#ee4d2d;color:var(--nc-primary,#ee4d2d);border:.0625rem solid #ee4d2d;border:.0625rem solid var(--nc-primary,#ee4d2d)}._1-4Xn.xCn81{color:rgba(0,0,0,.87);color:var(--nc-text-primary,rgba(0,0,0,.87));border:.0625rem solid rgba(0,0,0,.26)}._1qQAl.xCn81{color:#fff;border:.0625rem solid #fff}._3sjFp:disabled{color:rgba(0,0,0,.26);color:var(--nc-util-disabled,rgba(0,0,0,.26))}._3sjFp:disabled.xCn81{border-color:rgba(0,0,0,.09);border-color:var(--nc-util-line,rgba(0,0,0,.09))}._3sjFp:disabled._1qQAl.xCn81{border-color:hsla(0,0%,100%,.54);color:hsla(0,0%,100%,.4)}._3sjFp:disabled.TOjHY.AHhqR{background:rgba(0,0,0,.09)}._2HCeY{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._19rDu{margin-left:.25rem}._-packages-web-platform-pc-widgets-pc-page-wrapper-src-style__shopeePageWrapper{transition:margin-top .3s cubic-bezier(.4,0,.2,1);-webkit-overflow-scrolling:touch}._-packages-web-platform-pc-widgets-pc-page-wrapper-src-style__shopeePageWrapper._-packages-web-platform-pc-widgets-pc-page-wrapper-src-style__shopeePageWrapperHome{margin-top:7.4375rem}._-packages-web-platform-pc-widgets-pc-page-wrapper-src-style__shopeePageWrapper._-packages-web-platform-pc-widgets-pc-page-wrapper-src-style__shopeePageWrapperOfsCategory{margin-top:11.125rem}._-packages-bundle-deal-pc-bundle-deal-microfe-compat-src-components-RouteLoading__spinnerContainer{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:50rem;min-height:100vh}._-packages-bundle-deal-pc-bundle-deal-microfe-compat-src-components-RouteLoading__spinnerContainer ._-packages-bundle-deal-pc-bundle-deal-microfe-compat-src-components-RouteLoading__spinner{background-color:transparent}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__header,._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__titleContainer{align-items:center}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__buttonGroup,._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__header,._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__titleContainer{display:flex}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__buttonGroup{flex-wrap:wrap}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__buttonGroup,._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__header{justify-content:space-between}@media (-ms-high-contrast:active),(-ms-high-contrast:none){._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__header{height:1px}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__header:after{content:"";min-height:inherit;font-size:0}}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__container{background-color:#fff;box-sizing:border-box;box-shadow:0 3px 10px 0 rgba(0,0,0,.14);border-radius:.25rem;overflow:hidden;width:31.25rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__container._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__compact{width:24.8125rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__header{box-sizing:border-box;min-height:5rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__footer{margin-bottom:1.875rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__main{padding:0 1.875rem 1.875rem;overflow:hidden}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__main._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__compact{padding:0 5rem 4rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__titleContainer{padding-bottom:.875rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__title{color:#ccc;padding:0 1rem;text-transform:uppercase;font-size:.75rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__separator{height:1px;width:100%;background-color:#dbdbdb;flex:1}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__separator{height:.5px}}._-packages-user-authentication-components-authentication-components-pc-src-components-Layout-style__buttonGroup{margin:0 -.3125rem}._-packages-user-common-ui-growth-common-ui-pc-src-components-ButtonOTP-style__button{padding:0 .625rem;border:1px solid rgba(0,0,0,.14);border-left:0;color:#555;cursor:pointer;background-color:#fbfbfb;outline:none;min-width:6.25rem;box-sizing:border-box}._-packages-user-common-ui-growth-common-ui-pc-src-components-ButtonOTP-style__buttonDisabled{cursor:not-allowed;color:#ccc}._-packages-user-common-ui-fade-in-animation-src-style__enter{opacity:.05}._-packages-user-common-ui-fade-in-animation-src-style__enterActive{opacity:1;transition:opacity .2s}._-packages-user-common-ui-fade-in-animation-src-style__exit{opacity:.05}._-packages-user-common-ui-fade-in-animation-src-style__exitActive{opacity:1;transition:opacity .2s}._-packages-user-common-ui-growth-common-ui-pc-src-components-Error-style__container{min-height:1rem;margin-bottom:.3125rem}._-packages-user-common-ui-growth-common-ui-pc-src-components-Error-style__centered{text-align:center}._-packages-user-common-ui-growth-common-ui-pc-src-components-Error-style__error{color:#ff424f}._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__inputContainer{display:flex}._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__container{width:100%;border-radius:.125rem;overflow:hidden}._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__input{padding:.625rem;box-sizing:border-box;outline:none;border:1px solid rgba(0,0,0,.14);height:2.5rem}._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__inputNoBorder{padding:.625rem;outline:none;border:0}._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__inputError{border:1px solid #ff424f}._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__inputContainerBorder{box-sizing:border-box;border:1px solid rgba(0,0,0,.14);height:2.5rem}._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__inputContainerBorderError{border:1px solid #ff424f}._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__inputContainerFocus,._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__inputFocus{border-color:rgba(0,0,0,.54)}._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__inputFlex{flex:1;flex-shrink:0}._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__error{margin:0;padding:.25rem 0 .5rem;font-size:.75rem;min-height:.9375rem;color:#ff424f}._-packages-user-common-ui-growth-common-ui-pc-src-components-Input-style__error:first-letter{text-transform:capitalize}._-packages-web-platform-generic-popup-src-style__backgroundOverlay,._-packages-web-platform-generic-popup-src-style__container{position:fixed;top:0;bottom:0;left:0;right:0}._-packages-web-platform-generic-popup-src-style__backgroundOverlay{background-color:rgba(0,0,0,.4)}._-packages-web-platform-generic-popup-src-style__container{display:flex;justify-content:center;align-items:center;z-index:90000}._-packages-web-platform-generic-popup-src-style__content{z-index:1}._-packages-web-platform-generic-popup-src-style__enter{opacity:0}._-packages-web-platform-generic-popup-src-style__enterActive{opacity:1;transition:opacity .15s}._-packages-web-platform-generic-popup-src-style__exit{opacity:1}._-packages-web-platform-generic-popup-src-style__exitActive{opacity:0;transition:opacity .15s}._-packages-web-platform-generic-popup-src-style__contentAppear{transform:scale(.8)}._-packages-web-platform-generic-popup-src-style__contentAppearActive{transform:scale(1);transition:transform .2s}._-packages-web-platform-generic-popup-src-style__contentExit{transform:scale(1)}._-packages-web-platform-generic-popup-src-style__contentExitActive{transform:scale(.8);transition:transform .2s}._-packages-user-common-ui-growth-common-ui-pc-src-components-Alert-style__container{align-items:center;display:flex;flex-direction:column}._-packages-user-common-ui-growth-common-ui-pc-src-components-Alert-style__errorMessage,._-packages-user-common-ui-growth-common-ui-pc-src-components-Alert-style__successMessage{margin:0;font-size:1rem;line-height:1.5;text-align:center}._-packages-user-common-ui-growth-common-ui-pc-src-components-Alert-style__container{width:27.5rem;padding:1.875rem;background-color:#fff;box-shadow:0 .125rem .25rem rgba(0,0,0,.54);border-radius:.1875rem}._-packages-user-common-ui-growth-common-ui-pc-src-components-Alert-style__icon{width:3.125rem;height:3.125rem;margin-bottom:.9375rem}._-packages-user-common-ui-growth-common-ui-pc-src-components-Alert-style__errorMessage{color:#ff424f}._-packages-user-common-ui-growth-common-ui-pc-src-components-Alert-style__successMessage{color:#6c0}._-packages-user-common-ui-common-button-pc-src-style__flex{align-items:center;display:flex}._-packages-user-common-ui-common-button-pc-src-style__buttonAction,._-packages-user-common-ui-common-button-pc-src-style__flex{justify-content:center}._-packages-user-common-ui-common-button-pc-src-style__text{flex:1}._-packages-user-common-ui-common-button-pc-src-style__button{outline:none;padding:0 .625rem;border:0;background:none;border-radius:.125rem}._-packages-user-common-ui-common-button-pc-src-style__button:hover{opacity:.91}._-packages-user-common-ui-common-button-pc-src-style__button:active{opacity:1}._-packages-user-common-ui-common-button-pc-src-style__button:disabled{opacity:.7;cursor:not-allowed}._-packages-user-common-ui-common-button-pc-src-style__buttonAction{height:2.5rem;min-width:8.75rem}._-packages-user-common-ui-common-button-pc-src-style__buttonAction:not(:first-of-type){margin-left:.625rem}._-packages-user-common-ui-common-button-pc-src-style__buttonUppercase{text-transform:uppercase}._-packages-user-common-ui-common-button-pc-src-style__buttonSubmit{color:#fff;background-color:#ee4d2d;box-shadow:0 1px 1px rgba(0,0,0,.09)}._-packages-user-common-ui-common-button-pc-src-style__buttonSubmit:active{background-color:#e2492b}._-packages-user-common-ui-common-button-pc-src-style__buttonCancel{color:#555}._-packages-user-common-ui-common-button-pc-src-style__buttonCancel:hover{background-color:#f8f8f8}._-packages-user-common-ui-common-button-pc-src-style__buttonCancel:active{background-color:#f5f5f5}._-packages-user-common-ui-common-button-pc-src-style__buttonOutlined{box-shadow:0 1px 1px rgba(0,0,0,.03);color:#555;border:1px solid rgba(0,0,0,.09)}._-packages-user-common-ui-common-button-pc-src-style__buttonOutlined:hover{background-color:rgba(0,0,0,.02)}._-packages-user-common-ui-common-button-pc-src-style__buttonOutlined:active{box-shadow:inset 0 2px 1px rgba(0,0,0,.05)}._-packages-user-common-ui-common-button-pc-src-style__buttonLink{color:#05a;font-size:.75rem;line-height:.875rem;padding:0 .625rem}._-packages-user-common-ui-common-button-pc-src-style__fullWidth{width:100%}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationBlocked-style__buttonContainer,._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationBlocked-style__container{display:flex}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationBlocked-style__container{flex-direction:column}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationBlocked-style__buttonContainer{justify-content:flex-end}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationBlocked-style__container{padding:1.875rem;height:12.5rem}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationBlocked-style__message{color:#ff424f;font-size:1rem;flex:1}._-packages-user-authentication-components-authentication-components-pc-src-components-Avatar-style__center{align-items:center;display:flex;justify-content:center}._-packages-user-authentication-components-authentication-components-pc-src-components-Avatar-style__avatar{width:3.75rem;height:3.75rem;margin:1.25rem auto 0;border-radius:50%;background-color:#f5f5f5;border:1px solid rgba(0,0,0,.09)}._-packages-user-authentication-components-authentication-components-pc-src-components-Avatar-style__avatarPlaceholder{font-size:1.5rem;stroke:#c6c6c6}._-packages-user-authentication-components-authentication-components-pc-src-components-TermOfService-style__container{margin-top:1.5625rem;font-size:12px;color:rgba(0,0,0,.87);text-align:center}._-packages-user-authentication-components-authentication-components-pc-src-components-TermOfService-style__message{padding:0 1.5625rem;margin-right:.3125rem}._-packages-user-authentication-components-authentication-components-pc-src-components-TermOfService-style__link{color:#ee4d2d;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none}._-packages-user-authentication-components-authentication-components-pc-src-components-Loading-style__container{align-items:center;display:flex;justify-content:center}._-packages-user-authentication-components-authentication-components-pc-src-components-Loading-style__spinner{background:transparent}._-packages-user-common-ui-error-toast-src-style__icon{width:2.25rem!important;height:2.25rem!important}._-packages-user-toast-src-style__container{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;width:100%;height:100%;transition:opacity .1s cubic-bezier(.4,0,.6,1);display:flex;align-items:center;justify-content:center;pointer-events:all}._-packages-user-toast-src-style__containerHidden{opacity:0;pointer-events:none}._-packages-user-toast-src-style__iconContainer{background-color:rgba(0,0,0,.65);color:#fff;text-align:center;padding:15px;display:flex;flex-direction:column;align-items:center;justify-content:space-around;pointer-events:all;cursor:default;border-radius:7px;pointer-events:inherit;max-width:215px}._-packages-user-toast-src-style__icon svg{width:30px;height:30px;margin-bottom:7px}._-packages-user-toast-src-style__text{max-width:100%;overflow-wrap:break-word}._-packages-user-authentication-components-authentication-components-pc-src-components-LoginSuccess-style__container,._-packages-user-authentication-components-authentication-components-pc-src-components-RequireIVS-style__container{height:27.5rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__iconWrapper,._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__navbar{align-items:center}._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__contentCentered,._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__iconWrapper,._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__navbar{display:flex}._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__contentCentered,._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__iconWrapper{justify-content:center}._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__navbar{box-sizing:content-box;width:100%}._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__icon{fill:#ee4d2d;width:1.5rem;height:1.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;padding-top:.25rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__iconWrapper{width:5rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__content{flex:1;font-size:1.25rem;color:#222;padding-right:5rem;max-width:calc(100% - 10rem)}._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__contentFullWidth{padding:0 1.875rem;max-width:calc(100% - 3.75rem)}._-packages-user-authentication-components-authentication-components-pc-src-components-Navbar-style__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._-packages-user-authentication-components-authentication-components-pc-src-components-SignupSuccess-style__column{align-items:center;display:flex;flex-direction:column}._-packages-user-authentication-components-authentication-components-pc-src-components-SignupSuccess-style__iconContainer{width:3.75rem;height:3.75rem;margin-bottom:1.25rem}._-packages-user-authentication-components-authentication-components-pc-src-components-SignupSuccess-style__icon{margin:auto;font-size:3.25rem;color:#13b50b}._-packages-user-authentication-components-authentication-components-pc-src-components-SignupSuccess-style__message{font-size:1rem;margin-bottom:1.25rem;text-align:center}._-packages-user-authentication-components-authentication-components-pc-src-components-SignupSuccess-style__phone{color:#ee4d2d}._-packages-user-authentication-components-authentication-components-pc-src-components-SignupSuccess-style__loginNow{margin-top:2.1875rem;font-weight:500;font-size:1rem}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__container,._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__icon,._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__stepContainer{align-items:center;display:flex}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__stepContainer{flex-direction:column}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__icon,._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__stepContainer{justify-content:center}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__stepContainer{box-sizing:border-box;min-width:6.25rem;min-height:4.5rem;padding:.625rem .3125rem}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__icon{width:2rem;height:2rem;border:1px solid rgba(0,0,0,.26);border-radius:100%;color:rgba(0,0,0,.26)}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__iconActive{background-color:#6c0;border-color:#6c0;color:#fff}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__title{margin:.3125rem 0 0;font-size:.75rem;color:rgba(0,0,0,.26)}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__titleActive{color:#6c0}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__separator{position:relative;bottom:10px;width:5.3125rem;height:.0625rem;background-color:rgba(0,0,0,.26)}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__separator:after{content:"";position:absolute;top:-2px;right:0;display:block;box-sizing:border-box;width:.3125rem;height:.3125rem;border-top:.0625rem solid rgba(0,0,0,.26);border-right:.0625rem solid rgba(0,0,0,.26);transform:rotate(45deg)}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__completeSeparator{background-color:#6c0}._-packages-user-authentication-components-authentication-components-pc-src-components-AuthenticationStepper-style__completeSeparator:after{border-top-color:#6c0;border-right-color:#6c0}._-packages-user-authentication-components-authentication-components-pc-src-components-ButtonSpan-style__normal{color:#ee4d2d;cursor:pointer}._-packages-user-authentication-components-authentication-components-pc-src-components-ButtonSpan-style__disabled{color:rgba(0,0,0,.26);cursor:not-allowed}._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__container,._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__qrEntry,._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__qrWrapper{align-items:center;display:flex}._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__qrEntry{justify-content:flex-end}._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__container,._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__qrWrapper{justify-content:space-between}._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__title{flex-shrink:0}._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__container{width:100%;padding:1.375rem 1.875rem}._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__containerQRCode{width:100%;height:100%;padding:1.375rem 1.875rem}._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__title{max-width:8.5rem;font-size:1.25rem;color:#222}._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__qrEntry{margin-left:1.25rem}._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__label{padding:.6875rem .875rem;color:#ffbf00;font-size:.875rem;font-weight:700;border:2px solid #ffbf00;border-radius:2px;position:relative;margin-right:1rem;background-color:#fefaec}._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__label:after{position:absolute;content:"";box-sizing:border-box;width:.75rem;height:.75rem;transform:rotate(45deg) translateX(-50%);border-top:2px solid #ffbf00;border-right:2px solid #ffbf00;top:50%;right:-.75rem;background-color:#fefaec}._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__icon,._-packages-user-authentication-components-authentication-components-pc-src-components-TabHeader-style__link{width:2.5rem;height:2.5rem}._-packages-user-authentication-components-authentication-components-pc-src-components-TabFooter-style__container{align-items:center;display:flex;justify-content:center;width:100%}._-packages-user-authentication-components-authentication-components-pc-src-components-TabFooter-style__title{font-size:1.25rem;color:#222}._-packages-user-authentication-components-authentication-components-pc-src-components-TabFooter-style__caption{white-space:pre;padding-right:.25rem;font-size:.875rem;color:rgba(0,0,0,.26)}._-packages-user-authentication-components-authentication-components-pc-src-components-TabFooter-style__link{font-size:.875rem;font-weight:500}._-packages-user-authentication-components-authentication-components-pc-src-components-TabFooter-style__link,._-packages-user-authentication-components-authentication-components-pc-src-components-TabFooter-style__link:active,._-packages-user-authentication-components-authentication-components-pc-src-components-TabFooter-style__link:hover,._-packages-user-authentication-components-authentication-components-pc-src-components-TabFooter-style__link:visited{color:#ee4d2d}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__iconContainer,._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__inputContainer{align-items:center;display:flex}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__separator{flex-shrink:0}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__inputContainer{box-sizing:border-box;width:100%;height:2.5rem;overflow:hidden;border:1px solid rgba(0,0,0,.14);border-radius:2px;box-shadow:inset 0 2px 0 rgba(0,0,0,.02)}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__inputContainerError{background:#fff6f7;border-color:#ff424f;box-shadow:0 0 4px rgba(0,0,0,.14)}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__inputContainerFocus{border-color:rgba(0,0,0,.54);box-shadow:0 0 4px rgba(0,0,0,.14)}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__input{padding:.75rem;outline:none;border:0;flex:1;flex-shrink:0;filter:none}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__input::placeholder{color:rgba(0,0,0,.26);padding-left:.1875rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__input:-webkit-autofill,._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__input:-webkit-autofill:focus,._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__input:-webkit-autofill:hover{box-shadow:inset 0 0 0 20px #fff;-webkit-box-shadow:0 0 0 20px #fff inset}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__input::-ms-clear{display:none}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__input:-moz-read-only{color:rgba(0,0,0,.26)}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__input:read-only{color:rgba(0,0,0,.26)}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__inputError{background:#fff6f7}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__inputError:-webkit-autofill,._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__inputError:-webkit-autofill:focus,._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__inputError:-webkit-autofill:hover{box-shadow:inset 0 0 0 20px #fff6f7;-webkit-box-shadow:0 0 0 20px #fff6f7 inset}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__error{margin:0;padding:.25rem 0 0;font-size:.75rem;color:#ff424f;min-height:1rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__error:first-letter{text-transform:capitalize}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__iconContainer{background:transparent;border:0;outline:none;padding:0 .9375rem 0 .75rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__iconEyeOpen{width:1.25rem;height:.75rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__iconEyeShut{width:1.25rem;height:.625rem;padding-top:.375rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__iconGreenTickWithCircle{width:1rem;height:1rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__separator{background-color:rgba(0,0,0,.2);height:1.625rem;width:.0625rem;margin-right:.75rem}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){._-packages-user-authentication-components-authentication-components-pc-src-components-Input-style__separator{width:.03125rem}}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__loginByPassword{min-height:30.125rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__loginByPasswordUnderGooglePlayFlow{min-height:20.875rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__loginByOTP{min-height:25.75rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__loginByOTPUnderGooglePlayFlow{min-height:17rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__loginByQR{min-height:30.125rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__loginByQRUnderGooglePlayFlow{min-height:26.5625rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__verifyOTPAndLogin{min-height:26.25rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__signupByOTP{min-height:427px}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__signupByOTPWithGDPR{min-height:455px}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__sellerSignupByOTP{min-height:325px}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__sellerSignupByOTPWithGDPR{min-height:352px}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__resetPassword{min-height:17.1875rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__resetPasswordByEmail{min-height:24.0625rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__authenticationBlocked{min-height:12.5rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__requireOTP{min-height:27.6875rem}._-packages-user-authentication-components-authentication-components-pc-src-components-Placeholder-style__socialBindAccount{min-height:23.4375rem}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-components-InformationBlockUnderGooglePlayFlow-style__copyright{text-align:center;padding:2.5rem 0;color:rgba(0,0,0,.54)}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__content,._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__header,._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__logoContainer,._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__navbar{align-items:center;display:flex}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__content{justify-content:center}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__contentWithBackground{justify-content:flex-end}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__header{justify-content:space-between}@media (-ms-high-contrast:active),(-ms-high-contrast:none){._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__content{height:1px}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__content:after{content:"";min-height:inherit;font-size:0}}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__container{background-color:#fff;min-width:1200px;min-height:100vh}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__navbar{height:84px;box-shadow:0 6px 6px rgba(0,0,0,.06)}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__header{width:1200px;margin:0 auto}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__logo{fill:#ee4d2d}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__logoDefault{height:42px;margin-top:-10px;margin-right:-18px}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__logoLink{font-size:0}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__logoTW{height:42px;margin-top:-16px;margin-right:10px}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__title{color:#222;font-size:1.5rem}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__helpLink{color:#ee4d2d;font-size:.875rem;margin-right:15px;cursor:pointer}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__content{min-height:600px;margin:0 auto;width:1200px}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__contentWithBackground{height:600px;width:1040px}._-packages-user-authentication-components-authentication-page-wrapper-pc-src-style__footer{background-color:#f5f5f5}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner-popup{position:fixed;left:0;top:0;width:100%;height:100%;background:hsla(0,0%,100%,.6);z-index:10001;display:flex;align-items:center;justify-content:center}.loading-spinner-popup__container{display:flex;align-items:center;justify-content:center;width:108px;height:108px;background-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.09);border-radius:4px}.loading-spinner-popup__container img{animation:rotating 2s linear infinite}._-packages-web-platform-pc-widgets-pc-modal-src-components-Modal__shopeeModalContainer{z-index:9999;position:fixed;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center}._-packages-web-platform-pc-widgets-pc-modal-src-components-Modal__shopeeModalContent{background:#fff;height:auto;z-index:10000;border-radius:3px;box-shadow:0 3px 10px 0 rgba(0,0,0,.14);position:relative}._-packages-web-platform-pc-widgets-pc-modal-src-components-Modal__shopeeModalOverlay{position:fixed;width:100vw;height:100vh;z-index:1001;left:0;top:0;background-color:rgba(0,0,0,.14)}._-packages-web-platform-pc-widgets-pc-modal-src-components-CloseModalButton__closeButton{display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 0 .625rem 0 rgba(0,0,0,.14);position:absolute;top:-1.25rem;right:-1.25rem;width:2.5rem;height:2.5rem;border-radius:100%;background:#5a5a5a;border:3px solid #fff}._-packages-web-platform-pc-widgets-pc-modal-src-components-CloseModalButton__closeButton ._-packages-web-platform-pc-widgets-pc-modal-src-components-CloseModalButton__shopee-svg-icon{color:#fff;font-size:1.125rem}._-packages-web-platform-pc-widgets-pc-popup-form-src-style__btn{width:140px;text-transform:uppercase}.shopee-popup-form{box-shadow:0 1px 1px 0 rgba(0,0,0,.05);border-radius:.125rem;border-radius:3px;width:500px;max-width:100%;padding:30px 30px 0;box-sizing:border-box;display:flex;flex-direction:column;background:#fff;overflow:hidden}.shopee-popup-form__header{display:flex;align-items:center;height:60px}.shopee-popup-form__title{font-weight:400;font-size:1.25rem;color:#222;text-transform:capitalize;display:flex;align-items:center}.shopee-popup-form__subtitle{margin-top:-15px;font-weight:500;font-size:.875rem;line-height:1.0625rem;color:#bbb;text-transform:capitalize}.shopee-popup-form__back-btn{margin-right:.875rem;cursor:pointer;color:rgba(0,0,0,.4);display:inline-block}.shopee-popup-form__back-btn>.icon-back{font-size:.9375rem}.shopee-popup-form__main{flex:1;overflow-y:auto;padding-right:50px;margin-right:-50px;padding-left:50px;margin-left:-50px;position:relative}.shopee-popup-form__main::-webkit-scrollbar{display:none}.shopee-popup-form__main-container{margin-bottom:84px}.shopee-popup-form__prompt-message{display:flex;margin:0 0 15px;color:#764;background:#fffefb;border:1px solid rgba(255,174,4,.2);padding:12px;border-radius:2px}.shopee-popup-form__prompt-message-text{flex:1}.shopee-popup-form__message{color:rgba(0,0,0,.54)}.shopee-popup-form__server-error{width:100%;margin-bottom:7px;display:flex;align-items:center;justify-content:center;color:#ff424f}.shopee-popup-form__subheader{display:flex;margin:.375rem 0 .5rem;color:rgba(0,0,0,.54)}.shopee-popup-form__subheader-text{text-transform:capitalize}.shopee-popup-form__gap{flex:1}.shopee-popup-form__footer{position:absolute;bottom:0;left:0;display:flex;justify-content:flex-end;right:0;height:84px;text-transform:uppercase;background:linear-gradient(hsla(0,0%,100%,.9),#fff);align-items:center;padding:22px 30px;box-sizing:border-box;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.shopee-popup-form__footer .shopee-button-outline,.shopee-popup-form__footer .shopee-popup-form__cancel,.shopee-popup-form__footer>.shopee-button-solid{text-transform:uppercase;width:140px;font-size:.875rem;font-weight:400;padding:.75rem 0;box-sizing:border-box;cursor:pointer;outline:0}.shopee-popup-form__inputs-row{display:flex}.shopee-popup-form--voice-otp{max-height:260px}.shopee-popup-form--user-detail,.shopee-popup-form--verify{height:21.25rem}.shopee-popup-form--bank-account,.shopee-popup-form--credit-card{height:34.375rem}.shopee-popup-form--bank-account-id{height:34.375rem;width:640px}.shopee-popup-form__my-address-toggle{color:#ee4d2d;text-decoration:underline;cursor:pointer}.shopee-popup-form__my-address-toggle:first-letter{text-transform:uppercase}.shopee-popup-form--user-detail-tw{height:34.375rem}.icon-prompt-bell{margin-right:5px;width:22px;height:20px}.product-variation{overflow:visible;cursor:pointer;min-width:5rem;min-height:2.125rem;box-sizing:border-box;padding:.25rem .75rem;margin:0 8px 8px 0;color:rgba(0,0,0,.8);text-align:left;border-radius:2px;border:1px solid rgba(0,0,0,.09);position:relative;background:#fff;outline:0;word-break:break-word;display:inline-flex;align-items:center;justify-content:center}.product-variation.focus-visible:before,.product-variation:focus-visible:before{--focus-indicator-spacing:2px;content:"";width:calc(100% + var(--focus-indicator-spacing)*2);height:calc(100% + var(--focus-indicator-spacing)*2);padding:var(--focus-indicator-spacing);outline:var(--focus-indicator-stroke-width) solid var(--focus-indicator-color);position:absolute;border-radius:var(--focus-indicator-border-radius);top:calc(var(--focus-indicator-spacing)*-1);left:calc(var(--focus-indicator-spacing)*-1);margin:calc(var(--focus-indicator-spacing)*-1)}.product-variation:hover{color:var(--brand-primary-color,#ee4d2d);border-color:var(--brand-primary-color,#ee4d2d)}.product-variation--disabled{color:rgba(0,0,0,.26);cursor:not-allowed}.product-variation--disabled:hover{border-color:rgba(0,0,0,.09);color:rgba(0,0,0,.26)}.product-variation--disabled:focus{outline:0}.product-variation--selected{color:var(--brand-primary-color,#ee4d2d);border-color:var(--brand-primary-color,#ee4d2d)}.product-variation__tick{width:.9375rem;height:.9375rem;position:absolute;overflow:hidden;right:0;bottom:0}.product-variation__tick>.icon-tick-bold{position:absolute;right:0;bottom:0;color:#fff;font-size:8px}.product-variation__tick:before{border:.9375rem solid transparent;border-bottom:.9375rem solid var(--brand-primary-color,#ee4d2d);content:"";position:absolute;right:-.9375rem;bottom:0}._-packages-stardust-packages-components-quantity-input-src-style__button{outline:none;cursor:pointer;border:0;font-size:.875rem;font-weight:300;line-height:1;letter-spacing:0;display:flex;align-items:center;justify-content:center;transition:background-color .1s cubic-bezier(.4,0,.6,1);border:1px solid rgba(0,0,0,.09);border-radius:2px;background:transparent;color:rgba(0,0,0,.8);width:32px;height:32px}._-packages-stardust-packages-components-quantity-input-src-style__button[disabled],._-packages-stardust-packages-components-quantity-input-src-style__buttonDisabled{border-color:rgba(0,0,0,.09);color:#ccc}._-packages-stardust-packages-components-quantity-input-src-style__button[disabled] svg,._-packages-stardust-packages-components-quantity-input-src-style__buttonDisabled svg{fill:#ccc}._-packages-stardust-packages-components-quantity-input-src-style__button._-packages-stardust-packages-components-quantity-input-src-style__focus-visible,._-packages-stardust-packages-components-quantity-input-src-style__button:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #000}._-packages-stardust-packages-components-quantity-input-src-style__button .shopee-svg-icon{font-size:10px;width:10px;height:10px;flex-shrink:0}._-packages-stardust-packages-components-quantity-input-src-style__button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}._-packages-stardust-packages-components-quantity-input-src-style__button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}._-packages-stardust-packages-components-quantity-input-src-style__root{display:flex;align-items:center}._-packages-stardust-packages-components-quantity-input-src-style__input{width:50px;height:32px;border-left:0;border-right:0;font-size:16px;font-weight:400;box-sizing:border-box;text-align:center;cursor:text;border-radius:0;-webkit-appearance:none}.adult-screen{position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-position:50%;background-size:160px;background-color:#fff}.adult-screen--18{background-image:url(/assets/e0d1677a58deaa693aa9fcea93255096.png)}.adult-screen--20{background-image:url(/assets/3d819965643f1287ea7358313e66e85e.png)}.adult-screen--21{background-image:url(/assets/f897d97e691bc43c7b917018f97ad5bc.png)}.adult-screen--small{position:absolute;top:0;left:0;bottom:0;right:0;background-repeat:no-repeat;background-position:50%;background-size:70%}.shopee-image-placeholder{width:100%;padding-top:100%;position:relative;background-color:#fafafa}.shopee-image-placeholder>.icon-default-image,.shopee-image-placeholder>.icon-shopee-tiny{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:rgba(0,0,0,.05);font-size:3.8125rem}.shopee-image-placeholder>.icon-default-image{stroke:#fff}._-packages-product-overlay-src-components-ProductCustomOverlay-style__badgeOverlayCustom{display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}._-packages-product-overlay-src-components-ProductPreviewOverlay-style__productPreviewOverlay{font-weight:300;background-color:rgba(208,1,27,.9);bottom:0;position:absolute;color:#fff;font-size:1rem;width:100%;height:2.5rem;text-align:center;vertical-align:middle;line-height:2.5rem;z-index:1}._-packages-product-overlay-src-components-ProductFlashSaleOverlay-style__badgeOverlayFlashSale{display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}._-packages-pc-product-media-src-style__container{position:relative}._-packages-pc-product-media-src-style__container:hover{cursor:pointer}._-packages-pc-product-media-src-style__mediaPreview{width:100%;padding-top:100%;background-position:50%}._-packages-pc-product-media-src-style__imagePlaceholder{height:7.5rem!important;width:7.5rem!important}._-packages-pc-product-media-src-style__imageWrapper,._-packages-pc-product-media-src-style__videoWrapper{position:relative}._-packages-pc-product-media-src-style__videoContainer{position:absolute;top:0;left:0;width:100%;height:100%}._-packages-pc-product-media-src-style__videoPlaceholer{background-color:#fff}._-packages-pc-product-media-src-style__videoPlaceholer .shopee-svg-icon{font-size:7.5rem!important}._-packages-pc-product-media-src-style__video{width:100%;max-height:100%}._-packages-pc-product-media-src-style__videoError{display:flex;position:relative;width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:50%}._-packages-pc-product-media-src-style__videoErrorButton{width:4.55rem;height:4.55rem;fill:#ee4d2d;z-index:1}._-packages-pc-product-media-src-style__videoErrorText{font-size:.875rem;line-height:1.125rem;color:#ee4d2d;text-align:center;width:100%;box-sizing:border-box;padding:1.875rem 1.875rem 0;z-index:1}._-packages-pc-product-media-src-style__videoErrorMask{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1;background:hsla(0,0%,100%,.9)}._-packages-pc-product-media-src-style__replayButton{position:absolute;width:5rem;height:5rem;top:50%;left:50%;transform:translate3d(-2.5rem,-2.5rem,0)}._-packages-pc-product-media-src-style__replayButton:hover{cursor:pointer}._-packages-pc-product-media-src-style__overlayWrapper{opacity:1;transition:opacity .2s linear .5s;position:absolute;width:100%;height:100%;top:0}._-packages-pc-product-media-src-style__overlayWrapper._-packages-pc-product-media-src-style__hidden{opacity:0}._-packages-pc-product-media-src-style__soldOut{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:7.5rem;height:7.5rem;border-radius:3.75rem;background-color:rgba(0,0,0,.7);font-size:1.25rem;color:#fff;display:flex;align-items:center;justify-content:center;text-transform:capitalize}._-packages-pc-badges-src-style__horizontal-badge{display:inline-block;position:relative;background-color:#ee4d2d;border-top-right-radius:2px;border-bottom-right-radius:2px;padding:.1875rem .25rem;text-transform:capitalize;color:#fff;font-weight:500;font-size:.625rem;line-height:1;white-space:nowrap;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}._-packages-pc-badges-src-style__horizontal-badge:before{content:"";display:inline-block;position:absolute;border:.13125rem solid transparent;border-bottom-color:#a92d05;transform:rotate(45deg);left:.0625rem;bottom:-.125rem}._-packages-pc-badges-src-style__horizontal-badge--no-triangle{border-top-left-radius:2px;border-bottom-left-radius:2px}._-packages-pc-badges-src-style__horizontal-badge--no-triangle:before{display:none;content:none;border-bottom-color:transparent}._-packages-pc-badges-src-style__shopee-preferred-seller-badge{font-size:.75rem}._-packages-pc-badges-src-style__shopee-preferred-seller-badge>._-packages-pc-badges-src-style__icon-tick{margin-right:.1875rem;font-size:.5rem}._-packages-pc-badges-src-style__shopee-badge-official-shop{background-color:#d0011b}._-packages-pc-badges-src-style__shopee-badge-official-shop--text-label svg,._-packages-pc-badges-src-style__shopee-badge-official-shop--tw svg{width:3.5625rem;height:.625rem}._-packages-pc-badges-src-style__shopee-badge-official-shop--all{padding:.25rem .25rem 0;bottom:-1px}._-packages-pc-badges-src-style__shopee-badge-official-shop--all svg{width:4.0625rem;height:.75rem}._-packages-pc-badges-src-style__badge-coins-back{position:relative;background-color:#ffa604}._-packages-pc-badges-src-style__badge-coins-back:before{border:.13125rem solid transparent;border-bottom-color:#ae7600}._-packages-pc-badges-src-style__badge-coins-back--large{font-size:.875rem;height:1rem;font-weight:400}._-packages-pc-badges-src-style__badge-coins-back--standalone{margin:0 .4375rem}._-packages-pc-badges-src-style__shopee-badge-wholesale{position:relative;background-color:#44b5ff;cursor:pointer;display:inline}._-packages-pc-badges-src-style__shopee-badge-wholesale:before{border:.13125rem solid transparent;border-bottom-color:#0971c2}._-packages-pc-badges-src-style__shopee-badge-wholesale:hover>._-packages-pc-badges-src-style__wholesale-popup{opacity:1;z-index:1}._-packages-pc-badges-src-style__shopee-badge-wholesale>._-packages-pc-badges-src-style__icon-down-arrow-filled{font-size:7px}._-packages-pc-badges-src-style__wholesale-popup{position:absolute;left:.5rem;top:1.375rem;min-width:10rem;padding:.75rem;box-sizing:border-box;border:1px solid rgba(0,0,0,.09);border-radius:2px;display:flex;flex-direction:column;box-shadow:0 0 .25rem 0 rgba(0,0,0,.26);opacity:0;z-index:-10;background:#fff;font-size:.75rem;font-weight:400;color:#000;transition:opacity .1s cubic-bezier(.4,0,.6,1)}._-packages-pc-badges-src-style__wholesale-popup__row{margin-bottom:.75rem;display:flex;justify-content:space-between}._-packages-pc-badges-src-style__wholesale-popup__row:last-child{margin:0}._-packages-pc-badges-src-style__wholesale-popup__price{color:#ee4d2d;margin-left:.75rem}._-packages-pc-badges-src-style__installment-badge{box-sizing:border-box;background:transparent;color:#f5a623;border:1px solid #f5a623;height:16px;font-size:.75rem;line-height:1;padding:2px 5px}._-packages-pc-badges-src-style__shopee-simple-badge{background-color:rgba(0,0,0,.87);color:#fff;font-size:.75rem;line-height:1.25rem;height:1.25rem;min-width:1.25rem;text-align:center;display:inline-block}._-packages-pc-badges-src-style__shopee-simple-badge--rounded-square{border-radius:.1875rem}._-packages-pc-badges-src-style__shopee-simple-badge--primary{background-color:#ee4d2d}._-packages-pc-badges-src-style__shopee-simple-badge--round{border-radius:.625rem}._-packages-pc-badges-src-style__shopee-badge{display:inline-block;box-sizing:border-box;position:relative;padding:4px 2px 3px;font-weight:700}._-packages-pc-badges-src-style__shopee-badge--fixed-width{width:36px;height:32px}._-packages-pc-badges-src-style__shopee-badge--promotion{background-color:rgba(255,212,36,.9)}._-packages-pc-badges-src-style__shopee-badge--promotion:after{content:"";width:0;height:0;left:0;bottom:-4px;position:absolute;border-color:transparent rgba(255,212,36,.9);border-style:solid;border-width:0 18px 4px}._-packages-pc-badges-src-style__shopee-badge--promotion__label-wrapper{display:flex;flex-direction:column;text-align:center;position:relative;font-weight:400;line-height:.8125rem;color:#ee4d2d;text-transform:uppercase;font-size:.75rem}._-packages-pc-badges-src-style__shopee-badge--promotion__label-wrapper--zh-Hant{flex-direction:row;line-height:28px;justify-content:center}._-packages-pc-badges-src-style__shopee-badge--promotion__label-wrapper--th{flex-direction:column-reverse}._-packages-pc-badges-src-style__shopee-badge--promotion__label-wrapper--es-ES,._-packages-pc-badges-src-style__shopee-badge--promotion__label-wrapper--fr,._-packages-pc-badges-src-style__shopee-badge--promotion__label-wrapper--pl{justify-content:center;height:100%}._-packages-pc-badges-src-style__shopee-badge--promotion__label-wrapper__off-label{color:#fff}._-packages-pc-badges-src-style__shopee-badge--promotion__label-wrapper__off-label--zh-Hant{display:inline!important;color:#ee4d2d!important;margin:0}._-packages-pc-badges-src-style__shopee-badge--promotion__label-wrapper__off-label--es-ES,._-packages-pc-badges-src-style__shopee-badge--promotion__label-wrapper__off-label--fr,._-packages-pc-badges-src-style__shopee-badge--promotion__label-wrapper__off-label--pl{display:none}._-packages-pc-badges-src-style__official-shop-new-badge--tw{height:16px;width:50px}._-packages-pc-badges-src-style__official-shop-new-badge--br{height:16px;width:69px}._-packages-pc-badges-src-style__official-shop-new-badge--all{height:16px;width:64px}._-packages-pc-badges-src-BadgeSoldout-style__badgeSoldout{position:absolute;z-index:10;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center}._-packages-pc-badges-src-BadgeSoldout-style__badgeSoldout ._-packages-pc-badges-src-BadgeSoldout-style__circle{display:flex;align-items:center;justify-content:center;position:absolute;background-color:rgba(0,0,0,.65);color:#fff;text-align:center;font-size:1.25rem;line-height:1.5rem;height:6.25rem;min-width:6.25rem;max-width:calc(100% - 5rem);border-radius:5rem}._-packages-pc-badges-src-BadgeSoldout-style__badgeSoldout ._-packages-pc-badges-src-BadgeSoldout-style__circle--pt-BR{min-width:6.8125rem;max-width:calc(100% - 4.375rem);border-radius:6.25rem}._-packages-pc-badges-src-BadgeSoldout-style__badgeSoldout ._-packages-pc-badges-src-BadgeSoldout-style__circle--pl{min-width:8.375rem;max-width:calc(100% - 2.875rem);border-radius:6.25rem}._-packages-pc-badges-src-BadgeSoldout-style__badgeSoldout ._-packages-pc-badges-src-BadgeSoldout-style__text{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}._-packages-pc-badges-src-BadgeGroupBuy-style__badgeGroupBuy{background-color:transparent;color:#ee4d2d;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:inline-flex;height:1.3125rem;font-size:.875rem;border-radius:2px;box-sizing:border-box;flex-shrink:0;line-height:1}._-packages-pc-badges-src-BadgeGroupBuy-style__badgeGroupBuyPlaceholder{border:0}._-packages-pc-badges-src-BadgeGroupBuy-style__small ._-packages-pc-badges-src-BadgeGroupBuy-style__iconContainer{width:1rem;height:1rem}._-packages-pc-badges-src-BadgeGroupBuy-style__small ._-packages-pc-badges-src-BadgeGroupBuy-style__text{padding:0 3px}._-packages-pc-badges-src-BadgeGroupBuy-style__small._-packages-pc-badges-src-BadgeGroupBuy-style__badgeGroupBuy{height:1rem;border-radius:1px;font-size:.75rem}._-packages-pc-badges-src-BadgeGroupBuy-style__small .shopee-svg-icon{width:.6875rem;height:.6875rem}._-packages-pc-badges-src-BadgeGroupBuy-style__iconContainer{flex-shrink:0;width:1.3125rem;height:1.3125rem;display:inline-flex;box-sizing:border-box;background:linear-gradient(90deg,#f63,#f53d2d)}._-packages-pc-badges-src-BadgeGroupBuy-style__iconContainer .shopee-svg-icon{width:.8125rem;height:.8125rem}._-packages-pc-badges-src-BadgeGroupBuy-style__text{padding:1px 4px 0;flex-shrink:0;font-weight:400;border:1px solid #ee4d2d;border-left:0;height:100%;box-sizing:border-box;border-radius:0 2px 2px 0;display:inline-flex;align-items:center}._-packages-pc-badges-src-BadgeExclusivePrice-style__container{box-sizing:border-box;display:flex;border:.0625rem solid;border-radius:.125rem;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}._-packages-pc-badges-src-BadgeExclusivePrice-style__label{flex:1;color:#fff}._-packages-pc-badges-src-BadgeExclusivePrice-style__label,._-packages-pc-badges-src-BadgeExclusivePrice-style__price{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:.75rem;font-size:.625rem;padding:.0625rem .25rem}._-packages-pc-badges-src-BadgeExclusivePrice-style__price{display:flex;position:relative;align-items:center}._-packages-pc-badges-src-BadgeExclusivePrice-style__price ._-packages-pc-badges-src-BadgeExclusivePrice-style__corner{position:absolute;left:-.0625rem;top:-.0625rem;width:0;height:0;border-top:5px solid;border-right:5px solid transparent}._-packages-pc-badges-src-BadgePreOrder-style__badge__PreOrder{padding:.125rem .25rem;color:#ee4d2d;border:.03125rem solid #ee4d2d;border-radius:.0625rem;font-size:.625rem;height:.75rem;line-height:.75rem;text-align:center}._-packages-pc-add-to-cart-modal-src-Modal-style__addToCartModalExterior{padding:2.1875rem 2.5rem 0 3.4375rem;width:885px!important}._-packages-pc-add-to-cart-modal-src-Modal-style__addToCartModalExterior .shopee-popup-form__main{min-height:20.3125rem}._-packages-pc-add-to-cart-modal-src-Modal-style__addToCartModalContainer{display:grid;grid-template-rows:1fr 5.25rem;grid-template-columns:18.75rem 1fr;grid-column-gap:3.4375rem;margin-bottom:0}._-packages-pc-add-to-cart-modal-src-Modal-style__addToCartLeft{width:18.75rem;grid-column-start:1;grid-column-end:2;-ms-grid-column-span:1}._-packages-pc-add-to-cart-modal-src-Modal-style__addToCartProductName{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:1.25rem;font-weight:400;margin:0 0 2.1875rem}._-packages-pc-add-to-cart-modal-src-Modal-style__addToCartMedia{width:18.75rem}._-packages-pc-add-to-cart-modal-src-Modal-style__addToCartRight{grid-column-start:2;grid-column-end:3;-ms-grid-column-span:1;padding-bottom:.75rem;font-size:.875rem;display:grid;grid-template-columns:1fr .625rem auto}._-packages-pc-add-to-cart-modal-src-Modal-style__priceLabel,._-packages-pc-add-to-cart-modal-src-Modal-style__quantityLabel{display:flex;align-items:center}._-packages-pc-add-to-cart-modal-src-Modal-style__quantitySelection,._-packages-pc-add-to-cart-modal-src-Modal-style__tierRow{margin-bottom:1.25rem}._-packages-pc-add-to-cart-modal-src-Modal-style__quantityLabel,._-packages-pc-add-to-cart-modal-src-Modal-style__tierName{grid-column-start:1;grid-column-end:2;-ms-grid-column-span:1;margin-right:1.875rem;word-break:break-all;color:rgba(0,0,0,.54);font-size:.875rem;text-transform:capitalize;min-width:6.25rem;line-height:2rem}._-packages-pc-add-to-cart-modal-src-Modal-style__quantityContent,._-packages-pc-add-to-cart-modal-src-Modal-style__tierOptions{grid-column-start:3;grid-column-end:4;-ms-grid-column-span:1;color:rgba(0,0,0,.87)}._-packages-pc-add-to-cart-modal-src-Modal-style__tierOptions{max-height:14.8125rem;overflow-y:auto}._-packages-pc-add-to-cart-modal-src-Modal-style__tierOptions._-packages-pc-add-to-cart-modal-src-Modal-style__multitier{max-height:6.5625rem}._-packages-pc-add-to-cart-modal-src-Modal-style__quantityContent{display:flex;align-items:center}._-packages-pc-add-to-cart-modal-src-Modal-style__quantityContent .shopee-button-outline-mid{color:#ee4d2d}._-packages-pc-add-to-cart-modal-src-Modal-style__spacer{grid-column-start:1;grid-column-end:4;-ms-grid-column-span:3;height:1.25rem}._-packages-pc-add-to-cart-modal-src-Modal-style__stock{margin-left:.625rem;font-size:.875rem;color:rgba(0,0,0,.54)}._-packages-pc-add-to-cart-modal-src-Modal-style__price{color:#ee4d2d;display:flex;align-items:center}._-packages-pc-add-to-cart-modal-src-Modal-style__buttons{grid-row-start:2;grid-row-end:3;-ms-grid-row-span:1;grid-column:1/span 2;display:flex;justify-content:flex-end;padding:1rem 0 0}._-packages-pc-add-to-cart-modal-src-Modal-style__buttonCancel{margin-right:1rem;box-shadow:none}._-packages-pc-add-to-cart-modal-src-Modal-style__buttonAddToCart{flex-direction:row}._-packages-pc-add-to-cart-modal-src-Modal-style__iconAddToCart{fill:currentColor;stroke:currentColor;margin-right:10px;font-size:1.25rem}._-packages-pc-add-to-cart-modal-src-Modal-style__preOrderLabel,._-packages-pc-add-to-cart-modal-src-Modal-style__wholesale{margin-left:.5rem}._-packages-pc-add-to-cart-modal-src-Modal-style__wholesale{font-size:.875rem;font-weight:400;color:rgba(0,0,0,.54);text-transform:capitalize}._-packages-pc-add-to-cart-modal-src-Modal-style__reminderTexts{margin-top:.3125rem;grid-column-start:3;grid-column-end:4;-ms-grid-column-span:1;color:#ff424f}.shopee-search-result-header{display:flex;flex-direction:row;font-size:1rem;font-weight:400;margin:0 0 1.5rem;color:#555}.shopee-search-result-header__text-highlight{color:#ee4d2d}.shopee-search-result-header .icon-hint-bulb{position:relative;top:.125rem;width:1rem;height:1.375rem;margin:0 .75rem 0 0;color:#555}.shopee-search-result-header .icon-voucher-tag{width:1.125rem;margin-right:.625rem}.shopee-search-result-header__placeholder,.shopee-search-result-header__text{padding:.1875rem 0}.shopee-search-result-header__placeholder{height:1.2rem}.shopee-search-result-header__text-emphasize,.shopee-search-result-header__text-highlight{font-weight:700;text-decoration:none}.shopee-search-result-header__text-emphasize{color:#222}.shopee-search-result-header__keyword{display:flex;flex-direction:row;margin-top:.75rem}.shopee-search-result-header__keyword-item{height:2.125rem;margin-right:.5rem;padding:0 .875rem;border:1px solid #757575;border-radius:.125rem;font-size:14px;color:rgba(0,0,0,.87);display:flex;align-items:center;cursor:pointer}.shopee-search-empty-result-section{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:6.25rem 0 7.5rem}.shopee-search-empty-result-section__icon{width:8.375rem}.shopee-search-empty-result-section__title{margin:.9375rem 0 .625rem;color:rgba(0,0,0,.87);font-size:1.125rem}.shopee-search-empty-result-section__hint{font-size:1.125rem;color:rgba(0,0,0,.54)}.shopee-search-empty-result-section__hint>span{font-weight:700}.shopee-search-empty-result-section__or{font-size:1.125rem;margin-top:15px;color:rgba(0,0,0,.4)}.shopee-search-empty-result-section__button{display:flex;flex-direction:row;margin:1.5625rem 0 0;text-decoration:none}.shopee-search-empty-result-section__button .shopee-button-solid{background:#ee4d2d;color:#fff;font-size:1.125rem;height:3rem;padding:0 1.25rem}.shopee-search-recommendation .shopee-header-section--simple>.shopee-header-section__header{padding:0 0 1.25rem;height:auto}.shopee-search-recommendation .shopee-header-section--simple .shopee-header-section__header__title{font-weight:500;text-transform:uppercase;font-size:1.125rem;color:#222}.shopee-search-recommendation__item{margin-bottom:.625rem}.select-with-status__holder{display:flex;align-items:center;cursor:pointer;position:relative;height:40px;border:1px solid rgba(0,0,0,.14);transition:border-color .1s ease;box-sizing:border-box;border-radius:2px;margin-bottom:.625rem}.select-with-status__holder .select-with-status__placeholder{cursor:pointer}.select-with-status__search{border:0;outline:none}.select-with-status__box-shadow{background-image:linear-gradient(180deg,#fff,#f7f7f7)}.select-with-status--hover .select-with-status__dropdown{visibility:visible}.select-with-status--focus .select-with-status__holder{border-color:#ee4d2d;border-width:2px;padding:9px;box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.13)}.select-with-status--error .select-with-status__holder{border-color:red}.select-with-status--disabled{cursor:not-allowed;pointer-events:none}.select-with-status--disabled .select-with-status__holder{border:1px solid rgba(0,0,0,.09);box-shadow:none}.select-with-status__placeholder{display:flex;align-items:center;display:block;cursor:default;font-size:.875rem;color:#bbb;padding:.625rem;box-sizing:border-box;width:100%;height:100%}.select-with-status__placeholder:first-letter{text-transform:capitalize}.select-with-status__value{display:flex;align-items:center;cursor:default;font-size:.875rem;padding:.625rem;box-sizing:border-box;width:100%;height:100%;color:#222}.select-with-status__dropdown{visibility:hidden;position:absolute;top:calc(100% + 1px);left:0;background:#fff;border:1px solid rgba(0,0,0,.09);box-shadow:0 1px 1px 0 rgba(0,0,0,.05);max-height:16.875rem;z-index:10000;width:100%;overflow-y:auto;padding:5px 0;margin:0 -1px;border-radius:2px}.select-with-status__dropdown-item{box-sizing:border-box;cursor:default;padding:5px;width:100%;color:#222}.select-with-status__dropdown-item--with-tick{display:flex;align-items:center;justify-content:space-between}.select-with-status__dropdown-item:hover{background:#ee4d2d;color:#fff}.select-with-status__block-arrow{display:flex;align-items:center;height:100%}.select-with-status__block-arrow>div{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,.4);margin-right:15px;margin-left:5px}.select-with-status__error-msg{padding:0 0 13px;font-size:.75rem;color:#ff424f}.select-with-status .shopee-svg-icon.icon-arrow-down-small{width:.75rem;fill:#555;margin-right:.75rem}.select-with-status .shopee-svg-icon.icon-tick-bold{width:.6875rem;fill:#ee4d2d}.shopee-sort-by-options{display:flex;align-items:stretch;flex:1;justify-content:flex-start}.shopee-sort-by-options .shopee-dropdown{flex:1}.shopee-sort-by-options .shopee-dropdown .shopee-popover{width:100%;padding:0}.shopee-sort-by-options .shopee-dropdown__entry{background-color:#fff;border:0;padding:0 .625rem;text-transform:uppercase;justify-content:center}.shopee-sort-by-options .shopee-dropdown__entry--selected{color:rgba(0,0,0,.8);height:100%}.shopee-sort-by-options .shopee-dropdown__entry--selected span{flex:0 0 auto}.shopee-sort-by-options .shopee-dropdown__entry--selected:hover{background-color:rgba(0,0,0,.02)}.shopee-sort-by-options .shopee-dropdown__entry--optional{height:3.125rem}.shopee-sort-by-options .shopee-dropdown--has-selected .shopee-dropdown__entry--selected{color:#ee4d2d;border-bottom:2px solid #ee4d2d;box-sizing:border-box}.shopee-sort-by-options .select-with-status{min-width:12.5rem;margin-left:.625rem}.shopee-sort-by-options .select-with-status__dropdown-item,.shopee-sort-by-options .select-with-status__placeholder,.shopee-sort-by-options .select-with-status__value{text-align:left}.shopee-sort-by-options .select-with-status__placeholder,.shopee-sort-by-options .select-with-status__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(0,0,0,.8);margin:0 .625rem 0 .75rem;padding:0}.shopee-sort-by-options .select-with-status__value{color:#ee4d2d}.shopee-sort-by-options .select-with-status__dropdown{box-shadow:0 .3125rem .625rem 0 rgba(0,0,0,.05);margin:0;padding:.625rem 0;border:0}.shopee-sort-by-options .select-with-status__dropdown-item{padding:0 .75rem 0 .9375rem;cursor:pointer}.shopee-sort-by-options .select-with-status__dropdown-item:hover{background:transparent;color:#ee4d2d}.shopee-sort-by-options .select-with-status__holder{margin:0;background:#fff}.shopee-sort-by-options__option{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex:0 0 5.625rem;align-items:center;justify-content:center;text-transform:capitalize;padding:0 .9375rem;background:#fff;white-space:nowrap;margin-left:.625rem;box-sizing:border-box}.shopee-sort-by-options__option:active{background:#fdfdfd;box-shadow:inset 0 .0625rem 0 0 rgba(0,0,0,.03)}.shopee-sort-by-options__option--selected.shopee-sort-by-options__option{color:#fff;background:#ee4d2d}.shopee-sort-by-options__option--selected.shopee-sort-by-options__option:active{box-shadow:0 1px 1px 0 rgba(0,0,0,.02)}.shopee-sort-by-options .select-with-status__holder,.shopee-sort-by-options__option{box-shadow:0 1px 1px 0 rgba(0,0,0,.02);height:2.125rem;line-height:2.125rem;border-radius:2px;border:0}.shopee-sort-by-options .select-with-status__holder:hover,.shopee-sort-by-options__option:hover{background:#fdfdfd}.shopee-mini-page-controller{display:flex;align-items:center}.shopee-mini-page-controller__current{color:#ee4d2d}.shopee-mini-page-controller__next-btn,.shopee-mini-page-controller__prev-btn{box-shadow:0 1px 1px 0 rgba(0,0,0,.05);width:2.25rem;height:2.125rem;border-radius:2px;background:#fff;border:0}.shopee-mini-page-controller__next-btn.shopee-button-outline--disabled,.shopee-mini-page-controller__prev-btn.shopee-button-outline--disabled{background:#f9f9f9}.shopee-mini-page-controller__next-btn.shopee-button-outline--disabled .shopee-svg-icon,.shopee-mini-page-controller__prev-btn.shopee-button-outline--disabled .shopee-svg-icon{fill:#ccc}.shopee-mini-page-controller__next-btn.shopee-button-outline--disabled:active,.shopee-mini-page-controller__next-btn.shopee-button-outline--disabled:hover,.shopee-mini-page-controller__prev-btn.shopee-button-outline--disabled:active,.shopee-mini-page-controller__prev-btn.shopee-button-outline--disabled:hover{background:#f9f9f9}.shopee-mini-page-controller__next-btn.shopee-button-outline--disabled:active,.shopee-mini-page-controller__prev-btn.shopee-button-outline--disabled:active{box-shadow:0 1px 1px 0 rgba(0,0,0,.05)}.shopee-mini-page-controller__next-btn .shopee-svg-icon,.shopee-mini-page-controller__prev-btn .shopee-svg-icon{width:.625rem;height:.625rem;fill:#555;margin-top:.125rem}.shopee-mini-page-controller__next-btn:active,.shopee-mini-page-controller__next-btn:hover,.shopee-mini-page-controller__prev-btn:active,.shopee-mini-page-controller__prev-btn:hover{background:#fdfdfd}.shopee-mini-page-controller__next-btn:active,.shopee-mini-page-controller__prev-btn:active{box-shadow:inset 0 .0625rem 0 0 rgba(0,0,0,.03)}.shopee-mini-page-controller__prev-btn{margin-left:1.25rem;border-top-right-radius:0;border-bottom-right-radius:0;border-right:1px solid #f2f2f2}.shopee-mini-page-controller__next-btn{border-top-left-radius:0;border-bottom-left-radius:0}.shopee-page-controller{display:flex;justify-content:center}.shopee-page-controller .shopee-icon-button{color:rgba(0,0,0,.4);min-width:2.5rem;height:1.875rem;border:0}.shopee-page-controller .shopee-icon-button .shopee-svg-icon{vertical-align:middle}.shopee-page-controller .shopee-icon-button--left{text-align:right;margin-right:.9375rem}.shopee-page-controller .shopee-icon-button--right{text-align:left;margin-left:.9375rem}.shopee-page-controller .shopee-button-no-outline{color:rgba(0,0,0,.4)}.shopee-page-controller .shopee-button-no-outline,.shopee-page-controller .shopee-button-solid{padding:0;min-width:2.5rem;text-align:center;height:1.875rem;font-size:1.25rem;margin-left:.9375rem;margin-right:.9375rem}.shopee-page-controller .shopee-button-solid{color:#fff}.shopee-page-controller .shopee-button-no-outline--non-click{cursor:auto}.shopee-page-controller__ellipses{display:inline-block;margin:0}.shopee-page-controller--v2 .shopee-icon-button{color:rgba(0,0,0,.54);min-width:1.5rem;height:1.5rem;border:1px solid rgba(0,0,0,.09)}.shopee-page-controller--v2 .shopee-icon-button .shopee-svg-icon{width:.6875rem}.shopee-page-controller--v2 .shopee-icon-button--left{margin-right:.625rem}.shopee-page-controller--v2 .shopee-icon-button--right{margin-left:.625rem}.shopee-page-controller--v2 .shopee-button-no-outline{margin:0 .625rem;height:1.5rem;min-width:1.5rem;color:rgba(0,0,0,.87);font-size:1rem}.shopee-page-controller--v2 .shopee-button-solid{margin:0 .625rem;height:1.5rem;min-width:1.5rem;font-size:1rem;border-radius:.0625rem;box-shadow:none}.shopee-sort-bar{font-weight:400;background:rgba(0,0,0,.03);padding:.8125rem 1.25rem;border-radius:2px;display:flex;align-items:center;justify-content:space-between}.shopee-sort-bar__label{color:#555;margin:0 .3125rem 0 0}.shopee-sort-bar--placeholder{height:2.125rem}.shopee-progress-bar{height:3px;z-index:10000;position:fixed;top:0;left:-100%;width:100%;background:linear-gradient(90deg,hsla(0,0%,100%,.3) 0,#fff 30%,#fff);border-top-right-radius:2px;border-bottom-right-radius:2px;transition:transform 30s ease-out}.shopee-progress-bar--start{transform:translateX(60%);transition:transform .2s ease-out}.shopee-progress-bar--after-start{transform:translateX(79%);transition:transform 40s ease-out}.shopee-progress-bar--almost-done{transform:translateX(80%);transition:transform .2s ease-out}.shopee-progress-bar--after-almost-done{transform:translateX(99%);transition:transform 40s ease-out}.shopee-progress-bar--done{transform:translateX(100%);transition:transform .2s ease-out}.shopee-progress-bar--done-up{transform:translateX(100%) translateY(-3px);transition:transform .2s ease-out}.shopee-progress-bar--reset{transform:translateX(0) translateY(0);transition:none}.language-selection{display:flex;flex-direction:column;box-sizing:border-box;padding:30px 15px;width:100%}.language-selection__background{position:relative;min-height:240px;width:470px}.language-selection__background-map{width:100%}.language-selection .icon-logo-vertical{width:108px;height:108px;position:absolute;left:50%;top:50%;transform:translate(-50%,-45px)}.language-selection__title{text-align:center;font-size:1.25rem;padding-top:10px;padding-bottom:10px}.language-selection__list{display:flex;flex-direction:column;padding-left:15px;padding-right:15px;padding-top:20px}.language-selection__list .shopee-button-outline{height:2.5rem;font-size:.9375rem;font-weight:400}.language-selection__list-item{margin-top:18px;height:2.5rem;display:flex;flex-direction:column}.language-selection__list-item:first-child{margin-top:0}.language-selection__close-button{position:absolute;top:-1.25rem;right:-1.25rem;width:2.5rem;height:2.5rem;border-radius:100%;background:#5a5a5a;border:3px solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.language-selection__close-button .shopee-svg-icon{color:#fff;font-size:1.125rem}.toast{display:flex;align-items:center;justify-content:center;position:fixed;left:0;right:0;top:0;bottom:0;z-index:10000;transition:opacity .1s cubic-bezier(.4,0,.6,1)}.toast--hidden{opacity:0;pointer-events:none}.toast__container{border-radius:2px;overflow:hidden;display:inline-block;cursor:default;padding:2.5rem 1.25rem;background-color:rgba(0,0,0,.7);color:#fff;font-size:1.0625rem;text-align:center;min-width:18.75rem;max-width:25rem}.toast__icon{margin-bottom:1.25rem}.action-toast__icon,.toast__icon{display:flex;justify-content:center}.action-toast__icon{align-items:center;width:3.75rem;height:3.75rem;border-radius:50%;text-align:center;background-color:#00bfa5}.action-toast .icon-tick-bold{font-size:1.875rem;line-height:3.75rem}.action-toast .icon-exclamation-mark{font-size:2.5rem;line-height:3.75rem}._-packages-a11y-bypass-block-src-SkipToMainContent-SkipToMainContent__section{position:fixed;top:31px;left:50%;transform:translateX(-600px);z-index:9999;opacity:0;pointer-events:none}._-packages-a11y-bypass-block-src-SkipToMainContent-SkipToMainContent__section._-packages-a11y-bypass-block-src-SkipToMainContent-SkipToMainContent__focused{opacity:1;pointer-events:all}._-packages-a11y-bypass-block-src-SkipToMainContent-SkipToMainContent__linkList{padding:0;margin:0;list-style-type:none}._-packages-a11y-bypass-block-src-SkipToMainContent-SkipToMainContent__section ._-packages-a11y-bypass-block-src-SkipToMainContent-SkipToMainContent__button{font-size:12px;line-height:14px;padding:4px;background:#fff;box-shadow:0 0 9px rgba(0,0,0,.12);border-radius:4px;outline:none}._-packages-a11y-bypass-block-src-SkipToMainContent-SkipToMainContent__linkItem+._-packages-a11y-bypass-block-src-SkipToMainContent-SkipToMainContent__linkItem{padding-top:10px}._-packages-a11y-bypass-block-src-SkipToMainContent-SkipToMainContent__name{box-sizing:border-box;display:inline-block;padding:4px}._-packages-a11y-bypass-block-src-SkipToMainContent-SkipToMainContent__button:focus ._-packages-a11y-bypass-block-src-SkipToMainContent-SkipToMainContent__name{padding:3px;border:1px solid #000;box-sizing:border-box;border-radius:4px}.shopee-modal-xbcA3dFx0Ck:after,.shopee-modal-xbcA3dFx0Ck:before,.shopee__3o9SfdFxcoiKs:after,.shopee__3o9SfdFxcoiKs:before,.shopee__app_lCD90Cddk:before,.shopee__apps_4lsisfidk:after,.shopee__apps_AfCioSSffo:before,.shopee__apps_dsl2o98AcKd:after,.shopee__apps_dslDAcKd:after,.shopee__apps_KfBdoSfo:before,.shopee__apps_Mlsisfidk:after,.shopee__apps_sffiDDdk:before,.shopee__fo0dKsgoukkfcaik:after,.shopee__fo0dKsgoukkfcaik:before,.shopee__kZMc3xKQ4ab:after,.shopee__kZMc3xKQ4ab:before,.shopee__main_ls9isfidk:before,.shopee__modal_lCDKjLmdk:after,.shopee__modal_lCDKjLmdk:before,.shopee__modal_lmK09icoBdk:before,.shopee__modal_sfdfssf4BD:after{content:"";position:fixed;bottom:0;left:0;height:0;visibility:hidden;width:0}.shopee-modal-xbcA3dFx0Ck{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,R_AQOdklZJtpLlyS_zuOyVGuUBidxBjS,sans-serif}.shopee-modal-xbcA3dFx0Ck:before{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,Lucida Sans,sans-serif}.shopee-modal-xbcA3dFx0Ck:after{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,MS LineDraw,sans-serif}.shopee__fo0dKsgoukkfcaik:before{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,Pythagoras,sans-serif}.shopee__fo0dKsgoukkfcaik{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,Poster,sans-serif}.shopee__kZMc3xKQ4ab,.shopee__kZMc3xKQ4ab:before{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,Denmark,sans-serif}.shopee__kZMc3xKQ4ab:after{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,Sceptre,sans-serif}head{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,Jester,sans-serif}.shopee__3o9SfdFxcoiKs:after{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,CG Omega,sans-serif}.shopee__fo0dKsgoukkfcaik:after{font-family:-apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,"1-9",sans-serif}.shopee-modal-xbcA3dFx0Ck,.shopee__3o9SfdFxcoiKs,.shopee__app_lCD90Cddk,.shopee__apps_4lsisfidk,.shopee__apps_AfCioSSffo,.shopee__apps_dsl2o98AcKd,.shopee__apps_dslDAcKd,.shopee__apps_KfBdoSfo,.shopee__apps_Mlsisfidk,.shopee__apps_sffiDDdk,.shopee__fo0dKsgoukkfcaik,.shopee__kZMc3xKQ4ab,.shopee__main_ls9isfidk,.shopee__modal_lCDKjLmdk,.shopee__modal_lmK09icoBdk,.shopee__modal_sfdfssf4BD{height:0;visibility:hidden;width:0;position:fixed;left:0;bottom:0}
/*# sourceMappingURL=https://staging.shopeecb.cn/assets/bundle.0033a2566099decc83fb.css.map*/