﻿@-webkit-keyframes movement {
    0% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    to {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
}

@keyframes movement {
    0% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    to {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
}

.stardust-spinner--hidden {
    display: none
}

.stardust-spinner__background {
    align-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.4);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.stardust-spinner__background--no-overlay {
    background-color: transparent;
    height: auto;
    position: static;
    width: auto
}

    .stardust-spinner__background--no-overlay .stardust-spinner__main {
        border-radius: 0;
        padding: 0
    }

.stardust-spinner__main {
    background: #fff;
    border-radius: 1rem;
    color: #000;
    flex: 0 1 auto;
    padding: 1rem
}

.stardust-spinner__spinner {
    -webkit-animation: movement .4s linear infinite;
    animation: movement .4s linear infinite
}

    .stardust-spinner__spinner:nth-child(2) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .stardust-spinner__spinner:nth-child(3) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

.carousel-arrow {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.12);
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    line-height: 50px;
    margin-top: -25px;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    transition: all .1s cubic-bezier(.4,0,.6,1);
    width: 50px
}

    .carousel-arrow > .shopee-svg-icon {
        color: rgba(0,0,0,.54);
        transition: width .1s cubic-bezier(.4,0,.6,1);
        fill: rgba(0,0,0,.54)
    }

.carousel-arrow--prev {
    left: 0
}

.carousel-arrow--next {
    right: 0
}

.carousel-arrow--hint {
    background-color: #fff;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    width: 25px
}

    .carousel-arrow--hint > .shopee-svg-icon {
        color: rgba(0,0,0,.54);
        height: .625rem;
        width: .625rem;
        fill: currentColor
    }

.image-carousel {
    height: 100%;
    position: relative;
    width: 100%
}

.image-carousel__item-list-wrapper {
    height: 100%;
    overflow: hidden;
    touch-action: pan-y
}

.image-carousel__item-list {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.image-carousel__item {
    float: left;
    list-style: none;
    overflow-x: hidden;
    touch-action: pan-y
}

.image-carousel__item--fluid {
    flex: 0 1 auto;
    overflow-x: visible
}

.image-carousel__item > div {
    height: 100%
}

.image-carousel__item a, .image-carousel__item img {
    -webkit-user-drag: none
}

.image-carousel__dots {
    bottom: 1.25rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    transition: opacity .1s cubic-bezier(.4,0,.2,1)
}

.image-carousel__dots--hidden {
    opacity: 0;
    pointer-events: none
}

.image-carousel__dot {
    background-color: rgba(0,0,0,.26);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: .625rem;
    width: .625rem
}

    .image-carousel__dot:not(:first-child) {
        margin-left: .3125rem
    }

.image-carousel__dot--active {
    background-color: #ee4d2d;
    opacity: 1
}

.image-carousel__arrow {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.25rem;
    height: 3.75rem;
    justify-content: center;
    line-height: 3.75rem;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.1875rem;
    fill: #fff;
    background-color: rgba(0,0,0,.18);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: background-color .1s cubic-bezier(.4,0,.6,1),opacity .1s cubic-bezier(.4,0,.6,1)
}

    .image-carousel__arrow:hover {
        background-color: rgba(0,0,0,.32)
    }

.image-carousel__arrow--prev {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    left: 0
}

.image-carousel__arrow--next {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    right: 0
}

.RA6BPw {
    background-color: #ee4d2d;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1;
    padding: .1875rem .25rem;
    position: relative;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .RA6BPw:before {
        border: .13125rem solid transparent;
        border-bottom-color: #a92d05;
        bottom: -.125rem;
        content: "";
        display: inline-block;
        left: .0625rem;
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.eNg7Nr {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

    .eNg7Nr:before {
        border-bottom-color: transparent;
        content: none;
        display: none
    }

.Maw5Za {
    font-size: .75rem
}

    .Maw5Za > .Hm5rlF {
        font-size: .5rem;
        margin-right: .1875rem
    }

.JCwShG {
    background-color: #d0011b
}

.ogPdFO svg, .y4sr05 svg {
    height: .625rem;
    width: 3.5625rem
}

.iScAhO {
    bottom: -1px;
    padding: .25rem .25rem 0
}

    .iScAhO svg {
        height: .75rem;
        width: 4.0625rem
    }

.W_hQkG {
    background-color: #ffa604;
    position: relative
}

    .W_hQkG:before {
        border: .13125rem solid transparent;
        border-bottom-color: #ae7600
    }

.XdZ3Hg {
    font-size: .875rem;
    font-weight: 400;
    height: 1rem
}

.ZT6PKS {
    margin: 0 .4375rem
}

._vGHnZ {
    background-color: #44b5ff;
    cursor: pointer;
    display: inline;
    position: relative
}

    ._vGHnZ:before {
        border: .13125rem solid transparent;
        border-bottom-color: #0971c2
    }

    ._vGHnZ:hover > .stDPvR {
        opacity: 1;
        z-index: 1
    }

    ._vGHnZ > .CwRvvV {
        font-size: 7px
    }

.stDPvR {
    background: #fff;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 2px;
    box-shadow: 0 0 .25rem 0 rgba(0,0,0,.26);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    font-weight: 400;
    left: .5rem;
    min-width: 10rem;
    opacity: 0;
    padding: .75rem;
    position: absolute;
    top: 1.375rem;
    transition: opacity .1s cubic-bezier(.4,0,.6,1);
    z-index: -10
}

.yKpOQH {
    display: flex;
    justify-content: space-between;
    margin-bottom: .75rem
}

    .yKpOQH:last-child {
        margin: 0
    }

.mSsaPp {
    color: #ee4d2d;
    margin-left: .75rem
}

.eXen9J {
    background: transparent;
    border: 1px solid #f5a623;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #f5a623;
    height: 16px;
    line-height: 1;
    padding: 2px 5px
}

.eXen9J, .xYvBUP {
    font-size: .75rem
}

.xYvBUP {
    background-color: rgba(0,0,0,.87);
    color: #fff;
    display: inline-block;
    height: 1.25rem;
    line-height: 1.25rem;
    min-width: 1.25rem;
    text-align: center
}

.rFFk08 {
    border-radius: .1875rem
}

.fULcTC {
    background-color: #ee4d2d
}

.OBiJyY {
    border-radius: .625rem
}

.itXLWu {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 700;
    padding: 4px 2px 3px;
    position: relative
}

.QGmzit {
    height: 32px;
    width: 36px
}

._LZ4DL {
    background-color: rgba(255,212,36,.9)
}

    ._LZ4DL:after {
        border-color: transparent rgba(255,212,36,.9);
        border-style: solid;
        border-width: 0 18px 4px;
        bottom: -4px;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        width: 0
    }

.O7QroI {
    color: #ee4d2d;
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    font-weight: 400;
    line-height: .8125rem;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.UigWPl {
    flex-direction: row;
    justify-content: center;
    line-height: 28px
}

.QMZnkw {
    flex-direction: column-reverse
}

.XDG2lD, .h28bso, .lNgBcR {
    height: 100%;
    justify-content: center
}

.Andlfh {
    color: #fff
}

.CMIbgu {
    color: #ee4d2d !important;
    display: inline !important;
    margin: 0
}

.DZZoBm, .UJasFG, .zP7bbL {
    display: none
}

.BbJXZ4 {
    height: 16px;
    width: 50px
}

.l5mzKp {
    height: 16px;
    width: 69px
}

._e0qQl {
    height: 16px;
    width: 63px
}

.QAMxSy {
    height: 16px;
    width: 64px
}

.HdW0kK {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10
}

    .HdW0kK, .HdW0kK .yrMfjY {
        align-items: center;
        display: flex;
        justify-content: center;
        position: absolute
    }

        .HdW0kK .yrMfjY {
            background-color: rgba(0,0,0,.65);
            border-radius: 5rem;
            color: #fff;
            font-size: 1.25rem;
            height: 6.25rem;
            line-height: 1.5rem;
            max-width: calc(100% - 5rem);
            min-width: 6.25rem;
            text-align: center
        }

        .HdW0kK .H1EIp7 {
            border-radius: 6.25rem;
            max-width: calc(100% - 4.375rem);
            min-width: 6.8125rem
        }

        .HdW0kK .v_fagz {
            border-radius: 6.25rem;
            max-width: calc(100% - 2.875rem);
            min-width: 8.375rem
        }

        .HdW0kK .g1UXLC {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2
        }

        .HdW0kK .g1UXLC, .dg5L00 {
            overflow: hidden;
            text-overflow: ellipsis
        }

.dg5L00 {
    background-color: transparent;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ee4d2d;
    display: inline-flex;
    flex-shrink: 0;
    font-size: .875rem;
    height: 1.3125rem;
    line-height: 1;
    max-width: 100%
}

.pTBVOj {
    border: 0
}

.Hvc7do .kR4lGk {
    height: 1rem;
    width: 1rem
}

.Hvc7do .yYCFPK {
    padding: 0 3px
}

.Hvc7do.dg5L00 {
    border-radius: 1px;
    font-size: .75rem;
    height: 1rem
}

.Hvc7do .shopee-svg-icon {
    height: .6875rem;
    width: .6875rem
}

.kR4lGk {
    background: linear-gradient(90deg,#f63,#f53d2d);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-flex;
    flex-shrink: 0;
    height: 1.3125rem;
    width: 1.3125rem
}

    .kR4lGk .shopee-svg-icon {
        height: .8125rem;
        width: .8125rem
    }

.yYCFPK {
    align-items: center;
    border: 1px solid #ee4d2d;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    display: inline-flex;
    flex-shrink: 0;
    font-weight: 400;
    height: 100%;
    padding: 1px 4px 0
}

.e3JWEM, .yYCFPK {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.e3JWEM {
    border: .0625rem solid;
    border-radius: .125rem;
    cursor: default;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.xUoex5 {
    color: #fff;
    flex: 1
}

.OugjH_, .xUoex5 {
    font-size: .625rem;
    line-height: .75rem;
    overflow: hidden;
    padding: .0625rem .25rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

.OugjH_ {
    align-items: center;
    display: flex;
    position: relative
}

    .OugjH_ .YTWjyv {
        border-right: 5px solid transparent;
        border-top: 5px solid;
        height: 0;
        left: -.0625rem;
        position: absolute;
        top: -.0625rem;
        width: 0
    }

.LxXfLn {
    border: .03125rem solid #ee4d2d;
    border-radius: .0625rem;
    color: #ee4d2d;
    font-size: .625rem;
    height: .75rem;
    line-height: .75rem;
    padding: .125rem .25rem;
    text-align: center
}

.By44ak {
    position: relative
}

    .By44ak img {
        vertical-align: bottom
    }

.xP8qwv {
    visibility: hidden
}

.ZTh4tR {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.TVk06E {
    opacity: 0
}

.VWGjwi {
    opacity: 1;
    transition: opacity .2s ease
}

.sX5cPp {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e5e4e4' viewBox='0 0 54 61'%3E%3Cpath stroke='none' 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.4M27.1 4.2c7.1.2 7.9 11.7 7.7 12.6H19.1c-.1-.9.4-12.4 8-12.6m9.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.3s-2.2-2.7-3.5-3.4c-1-.6-2.1-1-3.3-1.4-.9-.3-1.9-.7-2.9-1.2q-3.6-1.8-4.8-4.2c-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.7s-4.7 2-4.4 4.6c.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 7'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    max-height: 100%;
    max-width: 100%;
    width: 60px
}

.cU5_Fc .nI7Nkq {
    bottom: 0;
    right: 0
}

.cU5_Fc .nI7Nkq, .nI7Nkq {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1
}

.nI7Nkq {
    height: 100%;
    width: 100%
}

.jjcGRu {
    align-items: center;
    background: currentColor;
    border-bottom-right-radius: .125rem;
    border-top-right-radius: .125rem;
    display: flex;
    font-size: .5625rem;
    font-weight: 500;
    height: .9375rem;
    left: -.1875rem;
    line-height: .6875rem;
    padding: 0 4px;
    position: relative
}

    .jjcGRu:before {
        border-left: .1875rem solid transparent;
        border-top: .1875rem solid;
        bottom: -.1875rem;
        content: "";
        display: inline-block;
        -webkit-filter: brightness(60%);
        filter: brightness(60%);
        left: 0;
        position: absolute
    }

.dSMAQu {
    text-align: center
}

    .dSMAQu.dSMAQu {
        height: auto !important;
        padding: 0 .25rem
    }

    .dSMAQu ._iYshZ {
        color: #fff;
        font-size: .75rem;
        line-height: .875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%
    }

.SCokNF {
    align-items: center;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.TMg5Ve {
    left: -.25rem;
    position: relative
}

.C_18Pl.C_18Pl {
    font-size: .75rem;
    height: 1rem;
    line-height: .875rem;
    padding-left: .25rem;
    padding-right: .25rem
}

.C_18Pl .WDX6cq {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/1ea7594a0e6dbc0cdb86.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: .5rem;
    position: relative;
    width: 1.25rem
}

.C_18Pl ._B2NvA {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/c3f7f500de07e33a94b5.png);
    height: .5625rem;
    width: 1.1875rem
}

.C_18Pl .AKHi0T {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/ca053c71097658e19cfb.png);
    height: .6875rem;
    width: 1.625rem
}

.C_18Pl .QKIT6m {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/e4621030a2ce4bc9d3a9.png);
    height: .6875rem;
    width: 3.5625rem
}

.jO7j_o.jO7j_o {
    font-size: .75rem;
    height: auto;
    line-height: .875rem;
    padding: .1875rem .25rem
}

.jO7j_o .UumEb5 {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    flex: 0 0 auto;
    height: .875rem
}

    .jO7j_o .UumEb5.Uf7zDg {
        background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/d481af8a7891aa5f68e3.png);
        width: 1.75rem
    }

    .jO7j_o .UumEb5._XJz5B {
        background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/1b890d050f15b54e9910.png);
        height: 1rem;
        width: 1.875rem
    }

    .jO7j_o .UumEb5.dcpb6h {
        background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/4441ef26d8bebdd89b97.png);
        height: 1rem;
        width: 2.4375rem
    }

    .jO7j_o .UumEb5.xKGS5o {
        background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/7e5306cd8188da85b63a.png);
        height: .9375rem;
        width: 1.9375rem
    }

    .jO7j_o .UumEb5.VYsbLv {
        background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/ccdbebc5d4ae1bcb9ed2.png);
        height: .5625rem;
        width: 2.375rem
    }

    .jO7j_o .UumEb5.NAXqeL {
        background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/3361d5d49cdd25810414.png);
        height: .9375rem;
        width: 3.5rem
    }

    .jO7j_o .UumEb5.F1buYa {
        background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/e09df870d760e1802829.png);
        height: 1.0625rem;
        width: 2.5625rem
    }

.n_cMUV.n_cMUV {
    height: 1rem;
    padding: 0 .25rem
}

.n_cMUV .za0sTy {
    color: #fff;
    font-size: .75rem;
    line-height: .875rem
}

.n_cMUV .ykNLFe {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/4dce011b73706a093076.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: .75rem;
    width: 3.375rem
}

.n_cMUV .nEAIgw {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/b3fa145158a942340637.png);
    height: .75rem;
    width: 1.75rem
}

.n_cMUV .sbvZcD {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/e250da6d78a174755ec5.png);
    height: .75rem;
    width: 3.1875rem
}

.n_cMUV .Ky3wEV {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/f67540f14c9c3888a018.png);
    height: .75rem;
    width: 3.4375rem
}

.n_cMUV .e6MJyf {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/5371c1428aecf033e5e1.png);
    height: .75rem;
    width: 3rem
}

.L1VNfO {
    background-size: 100% 100%;
    height: 1.9375rem;
    margin-top: -.625rem;
    width: 1.5rem
}

.YEwIU_ {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/91acab3345a1ace24f9c.png)
}

.AhgVBF {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/3d56efbb818a7457e536.png)
}

.VA5hVg {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/de11f24be0ff7c8b943e.png)
}

.Haf8TH {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/72f754ff0ec8f5b0a744.png)
}

.ZjXisl {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/9bcaf10cbd6d11cd642b.png)
}

.M1PkV5 {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/cf9aa4ed4eba33106286.png)
}

.KSL3vK {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/a4671a4f3afb9c312277.png)
}

.PeCHbq {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/dd1191bbe0f86c734283.png)
}

.FM2fSk {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/a5f9a34581d04771551b.png)
}

.USCZ5C {
    display: block;
    height: auto
}

    .USCZ5C .lDJvfG {
        background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/218e2578c3068391c78e.png);
        width: 3.375rem
    }

    .USCZ5C .lDJvfG, .USCZ5C .sA_rSm {
        background-repeat: no-repeat;
        background-size: 100%;
        height: .5625rem;
        margin: .1875rem 0
    }

    .USCZ5C .sA_rSm {
        background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/3f1fb1730336489a5802.png);
        width: 2.4375rem
    }

.SEaXXD {
    padding-bottom: .0625rem;
    padding-top: .0625rem
}

    .SEaXXD .Lm_AXU {
        background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/7ebb253fbfc92daa43af.png);
        background-repeat: no-repeat;
        background-size: 100%;
        height: .6875rem;
        width: 2.8125rem
    }

.v0gthf.v0gthf {
    font-size: .75rem;
    height: 1.0625rem;
    line-height: 1.0625rem;
    padding: .1875rem .25rem
}

.v0gthf .Do4eUc {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/33a245e829aac2329512.png)
}

.v0gthf .Do4eUc, .v0gthf .gXLeiH {
    background-repeat: no-repeat;
    background-size: contain;
    height: 1rem;
    position: relative;
    width: 3.75rem
}

.v0gthf .gXLeiH {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/2fdf377e0342581af4c7.png)
}

.GVqUOD.t_Vhlu {
    height: 1rem;
    padding: 0 .25rem
}

.GVqUOD .GRC24I {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/88d6c1efdcb7bcdb6920.png);
    background-size: contain;
    height: .625rem;
    width: 2.8125rem
}

.GVqUOD .GRC24I, .Kk1pLC {
    background-repeat: no-repeat;
    position: relative
}

.Kk1pLC {
    background-size: 100%;
    height: 1.125rem;
    left: -.1875rem;
    margin-bottom: -.1875rem;
    width: 3.125rem
}

.Qx86Y1 {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/dcdd356683b7b6d21ea5.png)
}

.RBq4P3 {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/8f3d2504a6d1b6defa6f.png)
}

.oOk57G {
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/flashsale/dd578098afcb95a309a2.png)
}

.rZkzYG {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: 70%;
    position: absolute;
    top: .625rem;
    z-index: 1
}

    .rZkzYG > div:not(:first-child) {
        margin-top: .3125rem
    }

    .rZkzYG .horizontal-badge {
        left: -.25rem;
        margin-bottom: .3125rem;
        position: relative
    }

.ZG1vua {
    align-items: center;
    background: currentColor;
    border-bottom-right-radius: .125rem;
    border-top-right-radius: .125rem;
    display: flex;
    font-size: .5625rem;
    font-weight: 500;
    height: .9375rem;
    left: -.1875rem;
    line-height: .6875rem;
    padding: 0 4px;
    position: relative
}

    .ZG1vua:before {
        border-left: .1875rem solid transparent;
        border-top: .1875rem solid;
        bottom: -.1875rem;
        content: "";
        display: inline-block;
        -webkit-filter: brightness(60%);
        filter: brightness(60%);
        left: 0;
        position: absolute
    }

.stardust-icon {
    stroke: currentColor;
    fill: currentColor;
    height: 1em;
    width: 1em
}

._2ZEaD {
    -webkit-animation: _2ZEaD 1.5s infinite;
    animation: _2ZEaD 1.5s infinite;
    background-color: #a4aaaa;
    background-image: linear-gradient(90deg,#a4aaaa,#000 25%,#a4aaaa 50%);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    ._2ZEaD .geCJg {
        background: #fff;
        isolation: isolate;
        mix-blend-mode: screen
    }

    ._2ZEaD .M6lQx {
        background: #f1f0f0
    }

@-webkit-keyframes _2ZEaD {
    0% {
        background-position: 100% 0
    }

    to {
        background-position: -100% 0
    }
}

@keyframes _2ZEaD {
    0% {
        background-position: 100% 0
    }

    to {
        background-position: -100% 0
    }
}
/*# sourceMappingURL=https://sourcemap.webfe.shopeemobile.com/pcmall-flashsale/_/601.62ddb4d90b108d91929b.legacy.css.map*/
