/* loading skeleton */
.skeleton-title-bar {
  width: calc(50% - 4px);
  height: 28px;
  border-radius: 4px;
  margin-bottom: 1rem;
  background-color: var(--gray-color);
}
.skeleton-slide-loading {
  width: 100%;
  height: 236px;
  border-radius: 8px;
}
#category-menu .skeleton-loading{
  height: 30px;
  border-radius: 4px;
  background-color: var(--gray-color);
}
.skeleton-shop-category {
  width: 100%;
}
.skeleton-swiper-slide-loading {
  height: 218px;
  width: 204px;
  background-color: #f0f0f0;
  border-radius: 10px;
}

.skeleton-bg-grey {
  background-color: #f0f0f0;
  height: 20px;
}

.flash-slide-title .skeleton-loading{
  height: 30px;
  border-radius: 4px;
  background-color: var(--gray-color);
}

.flash-slide-cont .row{
  margin: 0 -8px;
  flex-wrap: nowrap;
}
.flash-slide-cont .skeleton-loading{
  height: 216px;
  background-color: var(--gray-color);
}

/* header part */
.alert-wrap {
  font-size: 14px;
  line-height: 20px;
  min-height: 30px;
  color: var(--green-color);
  background-color: var(--gray-color);
}
.alert-wrap div.text-green {
  padding: 5px 0;
  background-color: var(--green-light-color);
  width: 100%
}
.alert-wrap img{
  width: 20px;
  height: 20px;
}
.alert-wrap span{
  display: inline-block;
}
.alert-wrap p{
  margin: 0;
}
.badge-sm {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 5;
  text-align: center;
  padding: 0;
}
.col-6 .badge-sm {
  position: static;
  text-align: center;
  display: inline-block;
}
.badge-red-1 {
  background-color: #b50030;
  color: #fff;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
}
.card-sm-wrap {
  padding: 4px 15px 6px;
  border-radius: 4px;
  background-color: #f0f0f0;
  height: 100%;
  min-height: 48px;
}
.card-sm-wrap-high{
  padding: 15px 12px;
  border-radius: 4px;
  background-color: #f6f5ff;
  height: 100%;
}
.card-sm-wrap-high .badge{
  border-radius: 0.75rem;
  padding: 0.25rem 0.5rem;
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
}
.row-col-low .card-sm-wrap {
  min-height: 36px;
}
.card-sm-wrap .d-flex{
  height: 100%
}
.card-sm-wrap:hover {
  text-decoration: none;
}
.card-sm-wrap h6{
  margin-bottom: 0;
  margin-top: 2px;
  color: var(--black-color)
}
.card-sm-wrap-high h6{
  margin-bottom: 0;
  margin-top: 0;
  color: #30187b;
  font-weight: 600;
  font-size: 16px;
}
.card-sm-wrap.card-blue {
  background: #f6f5ff;
}
.card-sm-wrap.card-blue h6{
  color: #30187b;
  font-weight: 600;
  margin-top: 0;
}
.round-circle {
  border-radius: 50%;
}

/* banner part */
.banner-area {
  color: #fff;
  padding: 28px 25px;
  /* width: 80%; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  min-height: 236px;
}

.banner-area .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 5px;
}

.banner-slide {
  position: relative;
  overflow: unset;
  width: 100%;
}
.banner-slide .skeleton-loading{
  height: 236px;
  background-color: var(--gray-color);
}
.banner-slide .banner-sp {
  position: absolute;
  right: 8px;
  left: auto;
  bottom: 8px;
  z-index: 10;
  color: #fff;
  width: 2.43rem;
  height: 1.22rem;
  background: #000000;
  border-radius: 24px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

/* category list part */
.cat-banner-section .cat-slide{
  overflow: unset;
}
.cat-banner-section .cat-slide .skeleton-loading{
  background-color: var(--gray-color);
}
.cat-slide .row{
  flex-wrap: nowrap;
}
.cat-banner {
  min-width: 94px;
  height: 128px;
  margin: 0 4px;
}
.cat-sm-card {
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.cat-sm-card .title {
  font-size: 12px;
  line-height: 16px;
  color: #1f1f1f;
  font-weight: 500;
  margin-bottom: 0;
  padding: 8px 0;
}
.cat-sm-card .thumb {
  width: 100%;
}
.cat-sm-card .thumb img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}

/* flash sale part */
.flash-banner {
  width: 120px;
  margin: 0 8px;
}
.arrow-right{
  background: url('../img/icons/arrow-right.svg') no-repeat center right;
  padding-right: 14px;
}
.arrow-right-purple{
  background: url('../img/icons/arrow-right-purple.svg') no-repeat center right;
  padding-right: 14px;
}
.product-slide-wrapper {
  padding-left: var(--container-spacing);
  padding-right: var(--container-spacing);
}

.product-slide-wrapper .prod-slide {
  overflow: unset;
}
.product-slide-wrapper .swiper-slide {
  height: auto;
  max-width: 42vw;
  /* margin-right: 10px; */
}
.product-slide-wrapper .product-card .thumb img{
  height: 110px;
}
.product-slide-wrapper .swiper-slide .product-card .thumb{
  width: 100%;
}
.product-slide-wrapper .swiper-slide .product-card .count-down {
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  color: black;
  text-align: center;
  background-color: rgb(235, 235, 235);
  z-index: 1000;
  font-variant-numeric: tabular-nums;
}

#flashSaleTimer{
    padding: 1px 4px;
    border-radius: 2px;
}
#flashSaleTimer span{
  padding: 2px 4px;
  min-width: 38px;
  display: inline-block;
}
.product-slide-wrapper .swiper-slide .product-card .text-wrapper{
  width: 100%
}
.product-slide-wrapper .flash-single-slide{
  width: 100%;
}
.product-slide-wrapper .flash-single-slide .product-card{
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.product-slide-wrapper .flash-single-slide .product-card .thumb img{
  margin: 15px 0;
}

.product-slide-wrapper .flash-single-slide .product-card .text-wrapper{
  max-width: 48vw;
}

.flash-sale-for-members {
  background: #E6EEFF;
  padding: 2rem 0;
  margin-top: 1.5rem;
}
.flash-sale-lock #flashSaleTitle .text-dark{
  background: url('../img/icons/lock-light.svg') no-repeat top left;
  padding-left: 1.3rem;
}
.price-text {
  font-size: 14px;
  line-height: 16px;
  color: #b50030;
}
.price-text .old-price {
  color: #575757;
  text-decoration: line-through;
}

.cart-img {
  width: 148px;
  object-fit: cover;
}

.scratch-container {
  border-radius: 208px;
  position: relative;
  width: 208px;
  height: 208px;
  border: 8px solid #4E2FD2;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  -o-user-select: none;
  user-select: none;
}

.scratch-container .canvas {
  position: absolute;
  top: 0;
  left: 0
}

.scratch-container .scratch-hidden {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.scratch-container .scratch-hidden img{
  max-width: 100%;
  max-height: 100%;
  border-radius: 100%;
}
@media only screen and (max-width: 350px) {
  .alert-wrap div.text-green{
    padding: 5px 16px;
  }
  .banner-area{
    min-height: 196px;
  }
  .cart-img {
    width: 120px;
  }
  .card-sm-wrap-high img{
    height: 20px;
  }
  .card-sm-wrap-high h6{
    font-size: 14px;
  }
  .card-sm-wrap-high .badge{
    font-size: 12px;
  }
  .emoji-celebrate{
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px){
  .flash-slide-cont .skeleton-loading{
    min-width: 42vw
  }
}
@media only screen and (min-width: 600px){
  .badge-red-1 {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .col-6 .badge-sm{
    width: 16px;
    height: 16px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .cat-sm-card .title {
    font-size: 16px;
    line-height: 20px;
  }
  .old-price-sm {
    font-size: 12px;
    line-height: 16px;
  }
  .card-sm-wrap .title-14{
    margin-top: 0;
    margin-left: 8px;
    font-size: 16px;
  }
  .cat-slide .row{
    margin: 0 -12px;
  }
  .card-sm-wrap-high{
    padding: 15px 24px;
  }
  .cat-banner{
    height: 180px;
    margin: 0 12px;
  }
  .flash-banner {
    width: 230px;
    margin: 0 12px;
  }
  .flash-slide-cont .row{
    margin: 0 -12px;
  }
  .flash-slide-cont .skeleton-loading{
    margin: 0 12px;
  }
  .product-slide-wrapper .swiper-slide{
    max-width: 28vw;
    margin-right: 24px;
  }
  .product-slide-wrapper .flash-single-slide .product-card .thumb img{
    height: 190px;
    margin: 10px 0;
  }
  .banner-area {
    min-height: 320px;
  }
    .banner-slide .banner-sp {
    right: 16px;
    bottom: 16px;
    min-width: 50px;
    height: 2rem;
    width: 3.5rem;
    border-radius: 40px;
    font-size: 20px;
  }
  .cart-img {
    width: 160px;
  }
}

/* special event */
#specialEvent .container .cont{
  padding: 6.4vw;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 32vw;
}
#specialEvent .container .cont .title{
  font-weight: 600;
  font-size: 4.26vw;
  line-height: 5.33vw;
}
#specialEvent .container .cont .operation{
  font-weight: 600;
  font-size: 3.73vw;
  line-height: 4.27vw;
}
#specialEvent .container .cont .operation img{
  width: 2.13vw;
  margin-left: 1.87vw; 
  height: auto;
}

/* new product launch count down */
#newProductLaunch .launch-count-down{
  background-color: var(--mint-30-color);
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
#newProductLaunch .launch-count-down img{
  object-fit: cover;
  width: 100%;
}
#newProductLaunch .launch-count-down .count-down{
  width: 100%;
  display: flex;
}
#newProductLaunch .launch-count-down .count-down .end-time{
  background-color: var(--green-30-color);
  width: 6rem;
  min-width: 80px;
  text-align: center;
  padding: 0.5rem 0;
  color: #000000;
}
#newProductLaunch .launch-count-down .count-down .count-time{
  background-color: var(--theme-color);
  color: #fff;
  flex: 1;
  padding: 0.625rem 0 0.3125rem;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: stretch;
}
#newProductLaunch .launch-count-down .bg-bl{
  display: inline-block;
  background-color: #000000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}
#newProductLaunch .launch-live-now{
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}
#newProductLaunch .launch-live-now img{
  width: 100%;
  object-fit: cover;
}
#newProductLaunch .launch-live-now .live-icon{
  position: absolute;
  right: 1rem;
  bottom: 0.625rem;
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
#newProductLaunch .launch-live-now .live-icon .text{
  background: url(../img/icons/arrow-right2.svg) no-repeat center right;
  padding-right: 18px; 
}
#newProductLaunch .live {
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  margin: 0 2px;
}
#newProductLaunch .live::after,
#newProductLaunch .live::before {
  content: '';  
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rose-30-color);
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
#newProductLaunch .live::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
  