:root{
    --main-cl: var(--brand-primary-color);
    --sub-cl: #F27325;
    --container-w: 1200px;
}
body{
    /*background-color: #FFF;*/
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 10px;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.img-wrap{
    overflow: hidden;
    position: relative;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-16{
    font-size: 16px;
}
.fs-17{
    font-size: 17px;
}
.fs-18{
    font-size: 18px;
}
.fs-19{
    font-size: 19px;
}
.fs-20{
    font-size: 20px;
}
.fs-21{
    font-size: 21px;
}
.fs-22{
    font-size: 22px;
}
.fs-23{
    font-size: 23px;
}
.fs-24{
    font-size: 24px;
}
.fs-25{
    font-size: 25px;
}
.fs-30{
    font-size: 30px;
}
.lh-20{
    line-height: 20px;
}
.lh-21{
    line-height: 21px;
}
.lh-22{
    line-height: 22px;
}
.lh-23{
    line-height: 23px;
}
.lh-24{
    line-height: 24px;
}
.lh-25{
    line-height: 25px;
}
.lh-26{
    line-height: 26px;
}
.lh-27{
    line-height: 27px;
}
.lh-28{
    line-height: 28px;
}
.lh-29{
    line-height: 29px;
}
.lh-30{
    line-height: 30px;
}
.lh-31{
    line-height: 31px;
}
.lh-32{
    line-height: 32px;
}
.lh-33{
    line-height: 33px;
}
.lh-34{
    line-height: 34px;
}
.lh-40{
    line-height: 40px
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.grid-5{
    grid-template-columns: repeat(5, 1fr);
}
.d-block{
    display: block;
}
.ZhKfPf{
    margin-bottom: 0;
}

.shopee-searchbar__main {
  align-items: center;
}
section.default-page{
    padding: 2rem 0;
}
section.contact-page{
    padding-bottom: 80px;
}
section.contact-page .contact-map{
    margin-bottom: 80px;
}
section.contact-page .contact-map iframe{
    display: block;
    width: 100%;
    height: 650px
}
section.contact-page .contact-info *{
    box-sizing: border-box;
}
section.contact-page .contact-info{
    padding: 40px 60px;
    border-radius: 5px;
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
    box-sizing: border-box;
}
section.contact-page .contact-info .col-left{
    width: 58%;
    padding-right: 60px;
    border-right: 1px solid #8e8e8e;
}
section.contact-page .contact-info .col-right{
    width: 42%;
    padding-left: 60px;
}
.form-wrap .form-group{
    width: 100%;
}
.form-wrap .form-group:not(:last-child){
    margin-bottom: 16px;
}
.form-wrap .form-group.group-half{
    width: 49%;
}
.form-wrap .form-group label{
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #000;
    margin: 0 0 10px;
}
.form-wrap .form-group label span.required{
    color: red;
}
.form-wrap .form-group span.wpcf7-form-control-wrap{
    display: block;
}
.form-wrap .form-group .form-input{
    transition: 0.5s ease-in-out;
    box-shadow: 0 0.25rem 2.5rem transparent;
    outline: none !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #E0E0E0;
    padding: 0 20px;
    height: 45px;
    font-size: 14px;
}
.form-wrap .form-group textarea.form-input{
    padding: 14px 20px;
    height: 110px;
}
.form-wrap .form-group .form-input:focus{
    border-color: var(--main-cl);
    box-shadow: -1px 2px 15px rgb(0 0 0 / 12%);
}
.form-wrap .wpcf7-spinner{
    display: none !important;
}
.form-wrap input.form-submit{
    transition: 0.5s ease-in-out;
    border-radius: 0;
    background-color: var(--main-cl) !important;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #FFF;
    height: 45px;
    outline: none !important;
    padding: 0 25px;
    position: relative;
    margin: 0;
    width: max-content;
    margin-left: auto;
    display: block;
}
.form-wrap .form-group:last-child{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
section.contact-page .contact-info .col-right .cont > p{
    margin-top: 0;
}
section.contact-page .contact-info .col-right .cont > p:last-child{
    margin-bottom: 0 !important;
}
section.contact-page .contact-info .col-right .cont{
    font-size: 14px;
    line-height: 1.6;
}
section.contact-page .contact-info .col-right .cont-group{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8e8e8e;
}
section.contact-page .contact-info .col-right .cont-group .branch-name{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}
section.contact-page .contact-info .col-right .cont .info-item{
    display: flex;
    align-items: flex-start;
}
section.contact-page .contact-info .col-right .cont .info-item+.info-item{
    margin-top: 8px;
}
section.contact-page .contact-info .col-right .cont .info-item > img{
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: block;
    margin-right: 4px;
    transform: translateY(0px);
}
section.contact-page .contact-info .col-right .socials{
    gap: 6px;
}
section.contact-page .contact-info .col-right .socials > a{
    width: 30px;
    height: 30px;
    padding: 4px;
}
section.contact-page .contact-info .col-right .socials > a > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.faq-sec *{
    box-sizing: border-box;
}
section.faq-sec{
    padding: 67px 0 80px;
    background-color: #eee;
}
section.faq-sec .faq-group+.faq-group{
    margin-top: 125px;
}
section.faq-sec .faq-group .col-5{
    padding-right: 50px;
}
section.faq-sec .faq-group .col-5 img{
    width: 100%;
    height: auto;
}
.questions .question{
    padding: 24px 30px;
    border-bottom: 1px solid #0000001A;
    cursor: pointer;
}
.questions .question .answer{
    margin-top: 20px;
    padding-right: 124px;
    font-weight: 300;
    font-size: 18px;
}
.questions .question .answer > p{
    margin-top: 0;
    margin-bottom: 1rem;
}
.questions .question .answer ul,
.questions .question .answer ol{
    margin-left: 24px;
}
.questions .question .answer ul li,
.questions .question .answer ol li{
    margin-bottom: 10px;
}
.questions .question .ask{
}
.questions .question .ask svg{
    width: 30px;
    min-width: 30px;
    margin-left: 20px;
    height: auto;
}
.questions .question.active .ask svg > path:last-of-type{
    opacity: 0;
}
.questions .question.active .ask span{
    color: var(--main-cl)
}
.sec-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 49px;
    margin-top: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 16px !important;
    text-align: center !important;
    border-radius: 8px;
    font-size: 15px;
}
.icon-shopee-logo{
    filter: brightness(0) invert(1);
}
.e8lZp3{
    white-space: initial;
}
.e8lZp3 img{
    max-width: 100%;
    height: auto;
}
.product-gallery-thumb~button{
    z-index: 9;
}
.swiper *{
    box-sizing: border-box !important;
}
.product-gallery-thumb .swiper-wrapper{
    align-items: unset;
}
.product-gallery-thumb .swiper-slide {
    padding: 3px;
    height: auto;
}
.product-gallery-thumb .swiper-slide .img-wrap {
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.product-gallery-thumb .swiper-slide .img-wrap > img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
}
.product-gallery-thumb .swiper-slide .img-wrap > svg{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(2);
    z-index: 3;
    position: absolute;
}
.product-gallery-thumb .swiper-slide .active.img-wrap,
.product-gallery-thumb .swiper-slide:hover .img-wrap{
    border-color: var(--main-cl);
}
.swiper.related-products .swiper-slide{
    padding: 0 0.3125rem;
    box-sizing: border-box;
}
.product-orderby-wrap .select{
    position: relative;
}
.product-orderby-wrap .select-styled{
    width: 12.5rem;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    border: 0;
    border-radius: 2px;
    justify-content: space-between;
    align-items: center;
    min-width: 12.5rem;
    height: 2.125rem;
    padding-left: 0.75rem;
    line-height: 2.125rem;
    transition: border-color .1s;
    display: flex;
    position: relative;
    box-shadow: 0 1px 1px #00000005;
    padding-right: 0.75rem;
}
.product-orderby-wrap .select-styled:after{
    position: relative;
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOUwxMiAxNUwxOCA5IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.25rem;
    height: 1.25rem;
}
.product-orderby-wrap .select-options{
    padding: 10px 0;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.product-orderby-wrap .select-options > li{
    padding: 0 12px 0 15px;
    font-size: 14px;
    color: #222;
    line-height: 34px;
    cursor: pointer;
}
.product-orderby-wrap .select-options > li.active,
.product-orderby-wrap .select-options > li:hover,
.product-orderby.active+.select-styled{
    color: var(--main-cl)
}
.shopee-sort-by-options__option.shopee-sort-by-options__option--selected{
    background-color: var(--main-cl) !important;
}
#product-list > .row{
    margin-bottom: 3.75rem !important;
}
#product-list .ajax-paging {
    margin-top: 0 !important;
}
.ajax-paging > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.875rem;
}
.ajax-paging > ul  > li > a{
    width: 2.5rem;
    height: 1.875rem;
    border-radius: 0.125rem;
    color: #0006;
    min-width: 2.5rem;
    padding: 0;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}
.ajax-paging > ul  > li > a.shopee-icon-button{
    font-size: 0.875rem;
}
.ajax-paging > ul  > li > a.active{
    color: #FFF;
    background-color: var(--main-cl);
}
.SzWtpW .Z0mD0k{
    width: calc(100% / 3 * 2);
}
.SzWtpW .Z0mD0k .home-banner{
    height: 100%;
}
.SzWtpW .Z0mD0k .home-banner .img-wrap{
    height: 100%;
}
.a11y-image-carousel .a11y-carousel-arrow{
    opacity: 1;
}
.stardust-carousel .stardust-carousel__arrow{
    z-index: 9;
}
.stardust-carousel .swiper-pagination .swiper-pagination-bullet{
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    opacity: 1;
    background-color: #fff6;
    border: 1px solid #89898966;
    border-radius: 50%;
    display: inline-block;
}
.stardust-carousel .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--main-cl);
}
#sll2-UserAvatar .stardust-popover__popover,
#cart_drawer_target_id .stardust-popover__popover{
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s;
}
#sll2-UserAvatar:hover .stardust-popover__popover,
#cart_drawer_target_id:hover .stardust-popover__popover{
    opacity: 1;
    transform: scale(1);
}
#cart_drawer_target_id .stardust-popover__popover img{
    border: 1px solid rgba(0, 0, 0, .09);
    flex-shrink: 0;
    height: 2.5rem;
    object-fit: cover;
    width: 2.5rem;
}
.bzhajK .UkIsx8 > img{
    height: 80px;
    object-fit: cover;
    width: 80px;
    vertical-align: bottom;
}
.f1bSN6 > .brf29Y .bzhajK{
    align-items: center;
}
.Za1N64 > .jX4z5R,
.f1bSN6 > .brf29Y{
    flex-grow: 1;
}
.HYmUPs{
    padding-top: 40px;
}
img.uXN1L5.Yzo0tI{
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}
form.checkout .i1xLmh{
    display: block;
}
form.checkout .checkout-inline-error-message{
    margin: 2px 0 0 0;
    color: red;
    font-size: 12px;
    font-style: italic;
}
form.checkout .woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form.checkout .form-row#order_comments_field{
    width: 100%;
}
form.checkout .form-row{
    width: 32%;
    margin-bottom: 1.25rem;
    margin-top: 0;
}
form.checkout .form-row label{
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
    display: block;
}
form.checkout .form-row label .required{
    color: red;
    text-decoration: none !important;
    border: none !important;
}
form.checkout .form-row .select2-container{
    height: 40px;
}
form.checkout .form-row .select2-container--default .select2-selection--single{
    height: auto;
    border: none !important;
}
form.checkout .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
form.checkout .form-row input{
    background-color: transparent;
    border: 1px solid #dedede;
    box-sizing: border-box;
    color: #222;
    font-size: 14px;
    height: 40px;
    min-width: 0;
    outline: none;
    padding: 10px;
    width: 100%;
    line-height: 1;
}
form.checkout .form-row textarea{
    background-color: transparent;
    border: 1px solid #dedede;
    box-sizing: border-box;
    color: #222;
    font-size: 14px;
    line-height: 1;
    height: 120px;
    outline: none;
    padding: 10px;
    width: 100%;
}
form.checkout .checkout-bank-transfer-item__icon-container{
    height: 2.8125rem;
    width: 2.8125rem;
}
form.checkout .checkout-bank-transfer-item__icon-container:before{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
form.checkout .payment_method_bacs .checkout-bank-transfer-item__icon-container:before{
    background-image: url('../../assets/images/qr-code.png');
}
form.checkout .payment_method_cod .checkout-bank-transfer-item__icon-container:before{
    background-image: url('../../assets/images/cash-on-delivery.png');
}
form.checkout .checkout-payment-method-main .input-radio{
    display: none;
}
form.checkout .checkout-payment-method-main .input-radio:checked+.stardust-radio-button__outer-circle{
    background-color: #ee4d2d;
    border-color: #ee4d2d;
}
form.checkout .checkout-payment-method-main .input-radio:checked+.stardust-radio-button__outer-circle .stardust-radio-button__inner-circle{
    opacity: 1;
    background-color: #FFF;
}
.header-social{
    background-size: 100% !important;
}
.ZK0CJb.Dr8g6q {
    margin-top: 7.4375rem;
}
#login-form-popup{
    display: none !important;
}
#main-menu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}
.product-cat-banner img{
    width: 100%;
    height: auto;
}
.shopee-sort-bar{
    position: relative;
    z-index: 99;
}
.page-product__breadcrumb{
    max-width: 100%;
    overflow: hidden;
    margin-top: 0;
    padding-top: 1.25rem;
}
.NGzCXN {
    padding-left: 0;
}
.VJOnTD{
    min-width: 12.5rem;
}
.Gf4Ro0 .idLK2l{
    overflow: hidden;
}
.carousel-arrow--hint{
    z-index: 9;
    opacity: 1;
    visibility: visible;
}
.carousel-arrow--hint.carousel-arrow--prev{
    transform: translateX(-50%);
}
.carousel-arrow--hint.carousel-arrow--next{
    transform: translateX(50%);
}
.show-mobile{
    display: none !important;
}
.KcXmcC{
    padding-top: 10px;
}
section.account-login-page *,
.custom-radio-wrap > span.custom-radio:before{
    box-sizing: border-box;
}
.NK-socials-login .log-options{
    margin-bottom: 1rem;
}
section.account-login-page .ajax-form-wrapper .ajax-form-redirect a{
    color: var(--main-cl);
}
.nk-checkout-page .return-to-shop,
.nk-checkout-page .wc-empty-cart-message{
    display: none !important;
}
.shopee-popup-form .coupon-item.disabled{
    cursor: not-allowed;
}
.shopee-popup-form .coupon-item.disabled > div{
    pointer-events: none;
}
.shopee-popup-form .coupon-item:not(.disabled) *{
    opacity: 1 !important;
}
.shopee-popup-form .coupon-item:not(.disabled) .CO30pk{
    opacity: 0.6 !important;
}
html body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background-color: var(--main-cl);
}
div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 1.25rem !important;
}
#modal{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#modal.active{
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.urHsxd{
    display: flex;
    align-items: center;
    justify-content: center;
}
.urHsxd:before{
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background-color: var(--main-cl);
    content: '';
    position: relative;
    display: block;
    opacity: 0;
}
.urHsxd.checked:before{
    opacity: 1;
}
.yHG0SE > .s7CqeD{
    grid-column: 1/4 !important;
}
.yHG0SE > *{
    grid-column: unset !important;
    grid-row: unset !important;
}
.hyVzFy, .j5WBpm{
    height: calc(50% - 2.5px);
    flex: unset;
}
.hyVzFy > a,
.j5WBpm > a{
    display: flex;
    height: 100%;
}
.hyVzFy > a img,
.j5WBpm > a img,
.hyVzFy > a picture,
.j5WBpm > a picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.klSAcl{
    padding-top: 1px;
    min-height: unset;
}
.variations-list .selection-box-tick{
    opacity: 0;
}
.variations-list .T_6srb .selection-box-tick{
    opacity: 1;
}
.Q4TGvu .haerxL{
    z-index: 9;
}
.WBVL_7{
    -webkit-line-clamp: 10;
}
.nk-checkout-page .woocommerce-order {
    min-height: unset !important;
}
.home-category-list .image-carousel__item-list .image-carousel__item > a{
    height: 100%;
}
.home-category-list .image-carousel__item-list .image-carousel__item{
    height: 150px;
}
.tt-search-image-ai .list-result .product-name .name-wrap .group-attribute{
    margin-top: 10px;
}
.tt-search-image-ai .result-search .group-price{
    flex-direction: row;
    gap: 5px;
    color: rgba(238, 77, 45, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.tt-search-image-ai .result-search .group-price > ins{
    text-decoration: unset !important;
}
.tt-search-image-ai .result-search .group-price > ins >  span.amount,
.tt-search-image-ai .result-search .group-price > span.amount{
    color: rgba(238, 77, 45, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.tt-search-image-ai .result-search .group-price > del,
.tt-search-image-ai .result-search .group-price > del > span.amount{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}
.tt-search-image-ai .result-search input[type="checkbox"]{
    display: none !important;
}
.tt-search-image-ai .result-search label{
    cursor: pointer;
}
.tt-search-image-ai .result-search .nk-checkbox-styled{
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #c3c3c3;
    display: flex;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.tt-search-image-ai .result-search input[type="checkbox"]:checked+.nk-checkbox-styled{
    background: rgba(238, 77, 45, 1);
    border-color: rgba(238, 77, 45, 1);
}
.tt-search-image-ai .list-result .group-attribute select{
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0 10px 6px 0;
}
.header-with-search-wrapper .header-with-search__shopee-logo{
    object-fit: contain;
    object-position: left;
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    .Dtu9HW,
    #main .shopee-top{
        width: 100vw;
    }
    .OuYRe2, ._87kPP, .Dtu9HW, .v6jyyY{
        min-width: unset !important;
    }
    .HYmUPs, .OuYRe2, ._87kPP, .SzWtpW, .cbhrgk, .mUnW9g,
    #main .container{
        width: var(--container-w);
        max-width: var(--container-w);
    }
    .header-with-search__search-section{
        width: auto;
        flex-grow: 1;
        padding-right: 100px;
    }
    a.bWc0R0{
        height: 100%;
    }
    .Yumw61{
        height: 100%;
        object-fit: cover;
    }
    section.contact-page .contact-map iframe{
        height: 25rem;
    }
    section.contact-page .contact-info{
        padding: 1.875rem;
    }
    section.contact-page .contact-info .col-left{
        padding-right: 1.875rem;
    }
    section.contact-page .contact-info .col-right{
        padding-left: 1.875rem;
    }
    .sec-title{
        font-size: 1.75rem;
    }
    section.faq-sec .faq-group .col-5{
        padding-right: 1.25rem;
    }
    .questions .question .answer{
        padding-right: 0;
    }
    .wujux8,
    .col-xs-2-4{
        width: 25%;
        max-width: 25%;
        flex-basis: 25%;
    }
    .product-orderby-wrap .select-styled{
        width: 10rem;
        min-width: 10rem;
    }
    .tKNJvJ{
        padding-left: 0;
        padding-right: 0.625rem;
    }
    .Dagtcd{
        width: 4.375rem;
        font-size: 0.75rem;
    }
    .variations-list > button{
        font-size: 0.75rem;
    }
    .y_zeJr{
        padding: 0 0 0 0.625rem;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 320px;
    }
    .header-with-search__search-section{
        padding-right: 40px;
    }
    .oMSmr0{
        width: calc(100% / 4);
    }
    .WgSr6D{
        width: 33% !important;
    }
    ._87kPP{
        flex-wrap: wrap;
        justify-content: center;
    }
    .URvGxz{
        justify-content: center;
    }
    .GV10FK{
        padding: 0 0.5rem;
    }
    section.faq-sec .faq-group .col-5 .sec-title{
        text-align: center;
    }
    section.faq-sec .faq-group .col-5{
        width: 75%;
        padding-right: 0;
        margin-right: auto;
        margin-left: auto;
    }
    section.faq-sec .faq-group .col-7{
        width: 100%;
    }
    section.contact-page .contact-info .col-right .cont-group .branch-name{
        font-size: 1.125rem;
    }
    .shopee-filter-panel{
        position: fixed;
        left: 0;
        top: 7.375rem;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 7.375rem);
        width: 20rem;
        transform: translateX(-100%);
    }
    .jNRWxO{
        flex-wrap: wrap;
    }
    .YTDXQ0,
    ._OguPS{
        width: 100%;
        box-sizing: border-box;
    }
    .tKNJvJ{
        padding: 2rem;
    }
    .page-product__content--right>:not(:empty){
        width: 11rem;
    }
    .product-shop-hot-sales__header{
        padding: 0 0.75rem;
    }
    .product-shop-hot-sales__item{
        padding: 0.75rem 0.75rem 0;
    }
    .product-shop-hot-sales__item .item-card-special__current-price--special{
        font-size: 0.8rem;
    }
    .gJyWia,
    .HRvCAv,
    .jHcdvj,
    .RT5qRd{
        width: 14%;
    }
    .o1QlcH,
    .sluy3i{
        width: 18%;
    }
    .brf29Y,
    .jX4z5R{
        flex-grow: 0;
        width: 42%;
    }
    .eHDC_o{
        display: none !important;
    }
    .tt-search-image-ai .row{
        flex-direction: column;
    }
    .tt-search-image-ai .col-4,
    .tt-search-image-ai .col-8{
        width: 100%;
    }
    .tt-search-image-ai .right-box-content{
        margin: 2rem 0 0 0;
    }
}
@media only screen and (max-width: 767px) {
    *{
        box-sizing: border-box;
    }
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    .header-with-search__logo-section{
        padding-right: 0.625rem;
    }
    .header-with-search-wrapper .header-with-search__shopee-logo{
        height: 26px;
        width: auto;
        aspect-ratio: 162/50;
    }
    .QaSByp{
        display: none !important;
    }
    .cart-drawer-container{
        padding: 0;
    }
    .header-with-search{
        height: auto;
        align-items: center;
        padding: 0.5rem 1rem 1rem;
    }
    .btn--s{
        padding: 0;
        min-width: 40px;
    }
    .header-with-search__search-section{
        padding-right: 10px;
    }
    .navbar-wrapper{
        height: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ZK0CJb.Dr8g6q{
        margin-top: 6rem;
    }
    .SzWtpW{
        height: auto;
    }
    .onRQsx{
        display: none !important;
    }
    .SzWtpW .Z0mD0k{
        width: 100%;
    }
    .section-banner-hotword--no-skin{
        padding: 0;
    }
    .oMSmr0 {
        width: 50%;
    }
    .BxWjOu .stardust-tabs-header-wrapper{
        top: 6rem !important;
    }
    .Pm6nLM .stardust-tabs-header__tab{
        padding: 0.8rem 1rem;
        height: auto;
        font-size: 0.8rem;
    }
    .WgSr6D{
        width: 50% !important;
    }
    .Ei2TcA{
        width: calc(33% - 0.5rem);
        height: auto;
        aspect-ratio: 2/1;
    }
    .JlKgZM{
        margin-top: 1.5rem;
    }
    .a11y-carousel-arrow--prev,
    .a11y-carousel-arrow--next{
        transform: unset !important;
    }
    .URvGxz,
    .HZRykp{
        padding: 1rem;
    }
    .ZhKfPf{
        flex-wrap: wrap;
        gap: 0.5rem 0;
    }
    ._87kPP{
        padding: 0 1rem;
    }
    .cBd9xA{
        padding: 0.625rem calc(1rem - 0.3125rem)
    }
    .shopee-header-section__content{
        padding: 0;
        border-left: 1px solid rgba(0, 0, 0, .05);
    }
    .shopee-header-section__header{
        padding: 0 !important;
    }
    section.contact-page{
        padding-bottom: 2.5rem;
    }
    section.contact-page .contact-info{
        padding: 1rem;
        box-shadow: -1px 4px 29px rgb(0 0 0 / 6%);
    }
    section.contact-page .contact-info .flex-box{
        flex-wrap: wrap;
    }
    section.contact-page .contact-info .col-right,
    section.contact-page .contact-info .col-left{
        width: 100%;
    }
    section.contact-page .contact-info .col-left{
        padding-right: 0;
        padding-bottom: 2rem;
        border: none;
    }
    section.contact-page .contact-info .col-right{
        padding-left: 0;
    }
    .form-wrap .form-group.group-half{
        width: 100%;
    }
    .form-wrap .form-group .form-input{
        height: 2.5rem;
    }
    section.contact-page .contact-map{
        margin-bottom: 2.5rem;
    }
    section.faq-sec .faq-group .col-5{
        width: 100%;
    }
    .questions .question{
        padding: 1rem 0;
    }
    .questions .question .fs-20{
        font-size: 1rem;
    }
    .questions .question .answer{
        font-size: 0.9375rem;
        line-height: 1.6;
    }
    section.faq-sec .faq-group+.faq-group{
        margin-top: 3.75rem;
    }
    .sec-title{
        font-size: 1.5rem;
    }
    section.faq-sec{
        padding: 3.125rem 0;
    }
    .shopee-sort-bar .shopee-sort-bar__label{
        display: none !important;
    }
    .shopee-sort-bar{
        display: flex;
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .shopee-sort-by-options > section{
        width: 100%;
    }
    .shopee-sort-by-options{
        flex-wrap: wrap;
        width: 100%;
    }
    .shopee-sort-by-options__option-group{
        width: 100%;
        margin-left: 0;
    }
    .product-orderby-wrap .select-styled{
        width: 100%;
        min-width: 100%;
    }
    .shopee-sort-by-options__option-group > button{
        width: 100%;
    }
    .shopee-mini-page-controller{
        display: none !important;
    }
    .wujux8,
    .col-xs-2-4{
        width: 50%;
        max-width: 50%;
        flex-basis: 50%;
    }
    #product-list{
        padding: 2rem 1rem 0;
    }
    .tKNJvJ{
        padding: 1rem;
    }
    .IZPeQz{
        font-size: 1.5rem;
    }
    .KIoPj6,
    .KIoPj6 > .flex > .flex{
        flex-direction: column;
        justify-content: flex-start;
        gap: 0.5rem;
        align-items: flex-start;
    }
    .OaFP0p{
        margin-top: 0;
    }
    .fnrLi4  .high-end-button-group {
        gap: 1rem
    }
    .fnrLi4  .high-end-button-group > button{
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        margin: 0 !important;
        width: 100%;
        font-size: 0.8125rem !important;
        min-width: unset !important;
    }
    .fnrLi4{
        padding-left: 0;
    }
    .page-product{
        padding-top: 0.5rem;
    }
    .page-product__breadcrumb{
        margin-top: 0;
        padding-left: 1rem;
        height: auto;
        padding-top: 0.5rem;
    }
    .page-product .r74CsV{
        padding: 0.625rem 0.375rem !important;
    }
    .NGzCXN{
        grid-template-columns: 1fr;
    }
    .page-product__content{
        flex-wrap: wrap;
    }
    .page-product__content--right,
    .page-product__content--left{
        width: 100%;
        flex: unset;
    }
    .I_DV_3{
        padding-left: 0;
        padding-right: 0;
    }
    .ybxj32 .VJOnTD{
        margin-bottom: 0.25rem;
    }
    .ybxj32{
        flex-direction: column;
    }
    .rBfdm_,
    .shopee-header-section--simple,
    .recommendation-by-carousel{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .IDzhpo{
        width: calc(100%  + 0.625rem);
    }
    .page-product__content--right{
        display: none !important;
    }
    .y_zeJr{
        padding-left: 0;
    }
    .WhvsrO.Kk1Mak{
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.5rem;
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .WhvsrO.Kk1Mak > div:last-child{
        width: 100%;
    }
    .znJ7TE{
        margin-left: 0;
    }
    .yn6AIc .CzLyKQ .nOoMrG{
        margin-right: 0;
    }
    .yn6AIc .CzLyKQ{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .yn6AIc{
        display: block;
    }
    .yn6AIc .shopee-button-solid{
        margin: 0 !important;
        width: 100% !important;
    }
    .CoYXUV{
        font-size: 0.875rem;
    }
    .mketV9{
        font-size: 1.375rem;
    }
    .lDiGJB{
        padding: 0 1rem 0.5rem;
    }
    .lDiGJB:first-child{
        padding-top: 1rem;
    }
    .lDiGJB:last-child{
        padding-bottom: 1rem;
    }
    .HRvCAv{
        display: none !important;
    }
    .bzhajK .UkIsx8 > img{
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .Za1N64{
        display: none !important;
    }
    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: block !important;
    }
    .f1bSN6 > div{
        width: auto !important;
    }
    .f1bSN6{
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 3.75rem 1fr 1fr 1fr;
    }
    .f1bSN6 .button-remove-cart-item{
        font-size: 0.75rem;
        color: var(--main-cl);
        margin-left: auto;
    }
    .f1bSN6 .xmNccP{
        width: 1.625rem;
        height: 1.625rem;
    }
    .f1bSN6 .NVp3lB{
        width: 2rem;
        font-size: 0.75rem;
    }
    .f1bSN6 .mobile-product-name{
        grid-column: 2/5;
    }
    .f1bSN6 .gJyWia{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .f1bSN6 .brf29Y{
        grid-row: 1/3;
    }
    form.checkout .form-row{
        width: 100%;
        margin-bottom: 0.75rem;
    }
    .hYgtuo{
        padding: 1.5rem 1rem 0.5rem;
    }
    .HYmUPs{
        padding-top: 0 !important;
    }
    form.checkout .form-row .select2-container--default .select2-selection--single .select2-selection__rendered, form.checkout .form-row input{
        height: 2.25rem;
    }
    form.checkout .k7UefF.J2gurn{
        width: 24%;
    }
    form.checkout .FisIRS.ri4hV6,
    form.checkout .FisIRS.ql440Q,
    form.checkout .k7UefF.zQOVG9,
    form.checkout .k7UefF.la0Ej7{
        display: none !important;
    }
    form.checkout .FisIRS.IceXFW{
        flex: unset;
        width: 10%;
    }
    form.checkout .FisIRS.BeMjeR{
        width: 24%;
        flex: unset;
    }
    .kvWjhK{
        padding: 1rem 1rem 0;
    }
    form.checkout .dUcW_h{
        margin: 0 0.625rem;
    }
    form.checkout .TvB7XR{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
        font-size: 0.8125rem;
    }
    form.checkout .CZ00qG{
        margin: 0 1rem;
    }
    .uFatmV{
        padding: 1rem;
    }
    .checkout-payment-method-view__current{
        padding: 0.5rem 1rem;
        min-height: 4rem;
    }
    .checkout-payment-method-view__current-title{
        font-size: 0.9rem;
    }
    .FqCg1s .QPM2zr{
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
    .bank-transfer-category .stardust-radio{
        padding-left: 0;
        padding-right: 0;
    }
    .bank-transfer-category{
        padding: 0 1rem;
    }
    .bank-transfer-category:first-child{
        padding-top: 1rem;
    }
    .bank-transfer-category:last-child{
        padding-bottom: 1rem;
    }
    .checkout-bank-transfer-item__card{
        margin-left: .8rem;
    }
    form.checkout .checkout-bank-transfer-item__icon-container{
        width: 2.25rem;
        height: 2.25rem;
        flex-basis: 2.25rem;
    }
    .yHG0SE{
        grid-template-columns: 1fr 1fr;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .yHG0SE .X9R_0O{
        padding-right: 0;
    }
    .yHG0SE > *{
        grid-column: unset !important;
        grid-row: unset !important;
    }
    .yHG0SE .fYeyE4{
        font-size: 22px;
    }
    .yHG0SE .s7CqeD{
        grid-column: 1/3 !important;
        justify-content: center !important;
    }
    .N02iLl,
    .HYmUPs{
        margin-bottom: 0 !important;
    }
    .header-with-search__cart-wrapper .cart-drawer{
        margin: 0 !important;
    }
    .header-with-search__cart-wrapper{
        margin: 0 0 0 auto !important;
        flex: 0;
    }
    .header-with-search__search-section{
        width: 50%;
    }
    .header-with-search-wrapper .header-with-search__search-section form {
      overflow: hidden;
      display: flex;
      position: relative;
    }

    .header-with-search-wrapper .header-with-search__search-section .btn-tt-plugin-search-image-icon-wrapper {
      position: absolute;
      right: 2.968rem;
    }
    .header-with-search-wrapper .header-with-search__search-section .shopee-searchbar__search-button {
      position: absolute;
      left: initial;
      right: 0.2631rem;
    }
    .cart-drawer .shopee-cart-number-badge{
        position: absolute;
        left: unset;
        right: 0.3125rem;
        top: -0.3125rem;
        font-size: 0.625rem;
    }
    .shopee-searchbar-input__input{
        font-size: 12px;
    }
    .navbar__link{
        padding-right: 0;
    }
    .shopee-search-result-header{
        margin-bottom: 1rem !important;
        padding: 0 1rem;
    }
    .empty-grid-cell{
        display: none !important;
    }
    .shopee-popup-form{
        padding: 16px 16px 0;
    }
    .lqe2oF.hYSKGf{
        padding-right: 0;
    }
    .qPXMFX{
        min-width: unset;
        width: 100%;
    }
    .tt-search-image-ai .result-search .list-result{
        padding-left: 0;
    }
    .tt-search-image-ai .product-name img{
        max-width: 3rem;
    }
    .tt-search-image-ai .result-search .list-result .item{
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: 30px 1fr;
        margin-bottom: 30px;
    }
    .tt-search-image-ai .product-name{
        max-width: 100%;
    }
    .tt-search-image-ai .result-search .group-price{
        margin-right: 0;
        margin-top: 10px;
        justify-content: flex-end;
        width: 100% !important;
        grid-column: 1/3;
    }
    .tt-search-image-ai .row{
        margin: 0 !important;
    }
}