.wrapper {
  padding: var(--section-space) 25px 0;
}
.more-button {
  margin-top: var(--section-space);
  text-align: center;
}
.list-more-button {
  margin: var(--section-space-bottom) 0 var(--h-space);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: var(--section-space) 12.5px;
  }
  .more-button {
    margin-top: 20px;
  }
}

/* ?????? Start */
.prev-btn,.next-btn{
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: var(--main-bg-color);
  background-color: #fff;
  border: 1px solid var(--main-bg-color);
  box-sizing: border-box;
  cursor: pointer;
  opacity: .7;
}
.prev-btn{
  left: 10px;
}
.next-btn{
  right: 10px;
}
.prev-btn:hover,
.next-btn:hover{
  opacity: 1;
}
.swiper-pagination-bullets {
  position: relative;
  margin-top: var(--swiper-pagination-bottom,8px);
}

.swiper-bullet-active {
  background-color: var(--main-bg-color);
  opacity: .8;
  border-radius: 4px;
}
@media screen and (max-width: 768px){
  .prev-btn,
  .next-btn{
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 17px;
  }
  .prev-btn {
    left: 2px;
  }
  .next-btn {
    right: 2px;
  }
  
}
/* ?????? End */

/* ??? Start */
.home-image-slide .swiper-slide>a{
  position: relative;
    display: block;
    width: 100%;
}
  .home-image-slide img{
    position: absolute;
    width: 100%;
    height: auto;
  }
  .home-slide-content{
    white-space: nowrap;
  }
  .home-slide-title{
    margin: 0 0 20px;
    font-weight: 700;
  }
  .home-slide-subtitle{
    font-weight: 400;
  }
  .home-slide-btn{
    display: inline-block;
    margin-top: 16px;
    padding: 10px 35px;
  }
 @media screen and (max-width: 768px){
  .home-image-slide .swiper-pagination{
    position: absolute;
  }
  .home-slide-title{
    margin-bottom: 16px;
  }
  .home-slide-btn{
    margin-top: 14px;
    padding: 10px 30px;
  }
  .home-slide-content{
    white-space: normal;
    max-width: 85%;
    min-width: 60%;
  }
 }
/* ??? End */

/* ???? Start */
 
  .product-choice-content{
    display: flex;
  }
  .product-choice-cover{
    position: relative;
    margin-right: 24px;
  }
  .product-choice-cover img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .product-choice-coverbody{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 16px;
  }
  .product-choice-covertext{
    white-space: pre-wrap;
    margin-bottom: 8px;
  }
  .product-choice-covertitle{
    font-weight: 700;
    margin-bottom: 8px;
  }
  @media screen and (max-width: 768px){
    .product-choice-content{
      flex-wrap: wrap;
    }
    .product-choice-cover{
      width: 100%;
      margin: 0 0 12px 0;
    }
    .product-choice-btn{
      font-size: 15px;
      padding: 0 20px;
      font-weight: 400;
    }
    .product-choice-content .product-list-card{
      width: calc(50% - 6px);
    }
  }
/* ???? End */

/* 6? Start */
  .image-six-content{
    display: flex;
  }
  .image-six-left, .image-six-center, .image-six-right{
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .image-six-left,
  .image-six-center{
    margin-right: var(--v-space);
  }
  .image-six-item {
    position: relative;
  }
  .image-six-item img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .image-six-item1, .image-six-item3, .image-six-item5{
    margin-bottom: var(--h-space);
  }
  .image-six-title{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color-font);
  }
  @media screen and (max-width: 768px) {
    .image-six-content{
      flex-wrap: wrap;
    }
    .image-six-left,
    .image-six-center{
      margin: 0;
    }
    .image-six-left,
    .image-six-center,
    .image-six-right{
      flex: unset;
      width: 100%;
    }
    .image-six-title{
      font-size: 18px;
    }
    .image-six-item1,
    .image-six-item3,
    .image-six-item5{
      margin: 0;
    }
    .image-six-item{
      margin-bottom: 12px;
    }
    .image-six-item6{
      margin-bottom: 0;
    }
  }
/* 6? Start */

/* 4? Start */
.image-four-content{
  display: flex;
  flex-direction: column;
}
.image-four-top{
  margin-bottom: var(--h-space);
}
.image-four-top,.image-four-bottom{
  display: flex;
}
.image-four-item{
  padding-bottom: 35%;
}
.image-four-item img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-four-item1, .image-four-item4{
  width: 65%;
  
}
.image-four-item2, .image-four-item3 {
  width: 35%;
}
.image-four-item1, .image-four-item3{
  margin-right: var(--v-space);
}
@media screen and (max-width: 768px){
  .image-four-item1,
  .image-four-item3{
    margin-right: 0;
  }
  .image-four-top{
    flex-direction: column;
    margin: 0;
  }
  .image-four-bottom{
    flex-direction: column-reverse;
  }
  .image-four-item{
    width: 100%;
    margin-bottom: 12px;
  }
  .image-four-item3{
    margin-bottom: 0;
  }
}
/* 4? End */

/* 3? Start */
 .image-three-content{
  display: flex;
 }
 
 .image-three-content>*{
  flex: 1;
 }
 .image-three-left{
  margin-right: var(--v-space);
 }
 .image-three-item1{
  margin-bottom: var(--v-space);
 }
 
 .image-three-item img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 @media screen and (max-width: 800px){
  .image-three-content>*{
    flex: unset;
  }
  .image-three-content{
    flex-wrap: wrap;
  }
  .image-three-item{
    width: 100%;
  }
  .image-three-item1, .image-three-item2{
    margin-bottom: 12px;
  }
  .image-three-left{
    width: 100%;
    margin-right:0;
  }

 }
/* 3? End */

/* ???? Start */
  .function-email{
    position: relative;
    margin: var(--section-space) 0;
  }
  .function-email-img{
    position: relative;
    width: 100%;
  }
  .function-email-img img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .function-email-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
  .function-email-title{
    margin-bottom: 20px;
    font-weight: 700;
  }
  .function-email-subtitle{
    margin-bottom: 30px;
    white-space: pre-wrap;
  }
  .function-email-subs{
    display: flex;
    height: 56px;
  }
  .function-email-subs button, .function-email-subs input{
    height: 100%;
    padding: 0 15px;
  }
  .function-email-subs input{
    min-width: 350px ;
    font-size: 15px;
  }
  .func-email-success{
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .func-email-success .iconfont{
    margin-bottom: 16px;
    font-size: 42px;
  }
  .email-success-title{
    margin-bottom: 24px;
    font-weight: 600;
  }
  .email-success-subtitle{
    white-space:  pre-wrap;
  }
  @media screen and (max-width: 768px){
    .function-email-body{
      width: 100%;
      padding: 0 15px;
    }
    .function-email-title{
      margin-bottom: 14px;
      font-size: 15px;
    }
    .function-email-subtitle {
      margin-bottom: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
    .function-email-subs{
      height: auto;
      width: 100%;
    }
    .function-email-subs button,
    .function-email-subs input {
      padding: 10px 15px;
      font-size: 14px;
    }
    .function-email-subs input{
      margin-bottom: 10px;
      min-width: unset;
      flex: 1;
      border: 0;
    }
    .func-email-success{
      max-width: 100%;
      width: 100%;
      padding: 10px;
      white-space: nowrap;
    }
    .email-success-title{
      margin-bottom: 14px;
    }
  }
/* ???? End */

/* ???? Start */
  .wrapper.imgtxt-list{
    padding: var(--section-space) 25px var(--section-space-bottom);
  }
  .imgtxt-list .imgtxt-list-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .imgtxt-list-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: var(--h-space);
    margin-right: var(--v-space);
  }
  .imgtxt-list-top{
    width: 100%;
  }

  .imgtxt-list-image{
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    padding-bottom:100% ;
  }
  .imgtxt-list-title{
    font-weight: 600;
  }
  .imgtxt-list-title, .imgtxt-list-text{
    margin-bottom: 8px;
    
  }
  .imgtxt-list-text{
    line-height: 1.3;
    white-space: pre-wrap;
  }
  .imgtxt-list-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .imgtxt-list-btn{
    width: fit-content;
    text-align: center;
  }
  @media screen and (max-width: 768px){
    .imgtxt-list-btn{
      width: 100%;
      padding: 2px 5px 0;
    }
    .imgtxt-list-item{
      margin-bottom: 12px;
    }
   
  }
/* ???? End */

/* ????  Start */

.imgtxt-icon-wrapper{
  display: flex;
}
.imgtxt-icon-item{
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 50%;
  align-items: center;
}

.imgtxt-icon-item:not(:last-child) {
  padding: 24px;
}
 .imgtxt-icon-title{
  margin-bottom: 12px;
  line-height: 1;
  white-space: normal;
  font-weight: 700;
  font-size: 18px;
 }
 .imgtxt-icon-image>img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .imgtxt-icon-image{
  height: 80px;
  width: 80px;
  margin-bottom: 16px;
 }
 .imgtxt-icon-text {
   width: 100%;
   color: var(--theme-color-font);
   line-height: 1.2;
   text-align: center;
 }
 .imgtxt-icon-desc{
  width: 100%;
  white-space: pre-wrap;
  font-size: 16px;
 }
@media screen and (max-width: 768px) {

  .imgtxt-icon-item {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .imgtxt-icon-item:not(:last-child){
    padding: 0;
  }
  
}
/* ????  End */

/* ???? Start */
 
  .content-classicreview-item{
    display: flex;
      flex-direction: column;
      align-items: center;
  }
  .content-classicreview-avator{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden;
  }
  .content-classicreview-avator>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-classicreview-username{
    margin-bottom: 4px;
    font-weight: 700;
  }
  
  .content-classicreview-content{
    margin-top: 12px;
    white-space: pre-wrap;
  }

  @media screen and (min-width: 768px){
    .content-classicreview::before,
    .content-classicreview::after {
      content: '';
      height: 100%;
      width: 85px;
      position: absolute;
      top: 0;
      z-index: 2;
      padding: 40px 25px 40px;
      box-sizing: border-box;
    }
    .content-classicreview::before {
      left: 0;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
    .content-classicreview::after {
      right: 0;
      background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
  }
  @media screen and (max-width: 768px){
    .content-classicreview-avator{
      height: 56px;
      width: 56px;
    }
    
  }
/* ???? End */

/* ????/???? Start */
.imgtxt-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
}

.imgtxt-single-image {
  display: block;
  position: relative;
  padding-bottom: calc(50% - 60px);
  width: calc(50% - 24px);
  overflow: hidden;
  background-color: var(--theme-border-color);
  transition: .5s all ease;
  -moz-transition: .5s all ease;
  -webkit-transition: .5s all ease;
}

.imgtxt-single-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.imgtxt-single-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 24px);
  line-height: 1.5;
}

.imgtxt-single-text .content-title {
  margin-bottom: 32px;
  width: calc(100% - 80px);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.imgtxt-single-text .rich-text {
  width: calc(100% - 80px);
  font-size: 14px;
  text-align: center;
  white-space: pre-wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .image-slide-list .swiper-slide {
    padding:0 1px;
  }

  .imgtxt-single {
    flex-direction: column;
    padding:0 2px;
  }
  .imgtxt-single:not(:last-child) {
    margin-bottom: 32px;
  }
  .imgtxt-single-image {
    margin-bottom: 14px;
    width: 100%;
  }
  .imgtxt-single-text {
    width: 100%;
  }
  .imgtxt-single-text .content-title {
    margin-bottom: 10px;
    width: 100%;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.1rem !important;
  }
  .imgtxt-single-text .rich-text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media screen and (min-width: 769px) {
  
}
/* ????/???? End */

/* Banner Start */
.banner.wrapper {
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
}

.banner .banner-image {
  overflow: hidden;
}

.banner-image img {
  object-fit: contain;
}

.banner.wrapper .content-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.banner-image .section-title {
  color: #fff;
}

.banner.wrapper .content-box .banner-description {
  padding: 0 25px;
  margin-bottom: 36px;
  width: 100%;
  max-width: 650px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .banner.wrapper .content-box .banner-description {
    margin-bottom: 0;
  }
}
/* Banner End */

/* Banner?? Start */
.banner-list.wrapper {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: unset;
}

.banner-list.wrapper .section-title {
  position: absolute;
  display: block;
  z-index: 99;
  top: 192px;
  padding: 0 25px;
  width: 100%;
  font-size: 100px;
  text-align: center;
  word-break: break-word;
}

@media screen and (max-width: 768px) {
  .banner-list.wrapper {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .banner-list.wrapper .section-title {
    top: 50%;
    left: 50%;
    padding: 0 12.5px;
    font-size: 36px;
    transform: translate(-50%, -50%);
  }
  .banner-list.wrapper .img-box {
    margin: 20px 0;
  }
  .banner-list.wrapper .img-box:nth-child(2) {
    margin-top: 0;
  }
  .banner-list.wrapper .img-box:last-child {
    margin-bottom: 0;
  }
}
/* Banner?? End */

/* ???? Start */
.categories .image-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

.categories .category-item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 8px;
  margin: 0 16px 16px 0;
  height: 74px;
  overflow: hidden;
  background-color: #fafafa;
  border: 1px solid var(--theme-border-color);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.categories .category-item:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.categories .category-item:hover>.animation-underline::before {
  width: 100%;
}

.categories .category-item img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.category-item .categories-title {
  padding: 4px 0;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-overflow: ellipsis;
}

.categories-title.animation-underline::before {
  bottom: 2px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .categories .category-item {
    margin-right: 24px;
    width: calc(50% - 12px);
    height: 56px;
  }
  .categories .category-item:nth-child(2n) {
    margin-right: 0;
  }
}
/* ???? End */

/* ???? Start */
.wrapper.pure-images {
  padding: var(--section-space) 25px var(--section-space-bottom);
}
.pure-images .text-align--center{
  margin: var(--section-space-bottom) 0 var(--h-space);
}
.image-list {
  display: flex;
  flex-wrap: wrap;
}

.image-list .image-item {
  margin-bottom: var(--h-space);
}


@media screen and (max-width: 768px) {
  .wrapper.pure-images{
    padding: 20px 12.5px 8px;
  }
  .pure-images .text-align--center{
    margin: 8px 0 12px;
  }
  .image-list .image-item {
    width: 100% ;
  }
  .image-list .image-item{
    margin:0 12px 12px 0;
  }
}

@media screen and (min-width: 769px) {
  .image-list .image-item {
    margin-right: var(--v-space);
  }
}
/* ???? End */

/* ???? Start */
.choicereview.wrapper{
  padding: var(--section-space) 25px var(--section-space-bottom)
}
.choicereview-list {
  display: flex;
  flex-wrap: wrap;
}

.choicereview-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: var(--h-space);
}

.choicereview-image {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.choicereview-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s all ease;
  -moz-transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.choicereview-info{
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choicereview-origin {
  font-weight: bold;
}

.choicereview-stars {
  display: flex;
  justify-content: start;
  margin-top: 8px;
}

 .choicereview-content {
  margin-top: 8px;
  width: 100%;
  line-height: 28px;
  padding: 0 5px;
}

.choicereview-bottom {
  display: flex;
  align-items: center;
  margin-top: 5px;
  padding: 8px;
  height: 80px;
  color: var(--theme-color-font);
  border-top: 1px solid var(--theme-border-color);
  /* border: 1px solid var(--theme-border-color); */
  border-radius: var(--theme-border-radius);
  transition: .3s border-color ease;
}

.choicereview-item:hover .choicereview-bottom {
  border-color: var(--main-bg-color);
}

.choicereview-product-image {
  margin-right: 16px;
  height: 64px;
  width: 64px;
}

.choicereview-product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.choicereview-product-name {
  flex: 1;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.1rem !important;
}

@media screen and (max-width: 768px) {
  .choicereview-item {
    width: 100%;
    padding: 0 2px;
  }
  .choicereview-content {
    line-height: 21px;
  }
  .choicereview-bottom {
    border: 1px solid var(--theme-border-color);
  }
  .choicereview.wrapper {
    padding: var(--section-space) 12.5px var(--section-space-bottom)
  }

}

@media screen and (min-width: 769px) {
  .choicereview-item {
    margin-right: var(--v-space);
    border: 1px solid var(--theme-border-color);
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    overflow: hidden;
  }
  .choicereview-item:hover .choicereview-image img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}
/* ???? End */



/* ???? Start */
.product-single-content{
  display: flex;
  gap: 50px;
}
.product-single-info{
  width:40%;
}
.product-single-images {
  width: 60%;
}
.product-single-img {
  width: 100%
}
.product-single-images .swiper-pagination-bullets{
  margin: 0;
}
.product-single-title{
  font-size:40px;
  color:var(--theme-color-font);
}
.product-single-subtitle{
  font-size: 24px;
  margin-bottom: 6px;
}
.product-single-price .price{
  font-size:24px;
  color:var(--theme-color-font);
}
.product-single-price .original-price{
  margin-left:16px;
  color: #999;
  font-size:14px
}
.variants-select {
  margin-top: 1.6rem;
}
.prodsingle-variants-button{
  margin-bottom:24px
}
.prodsingle-variant-name {
  margin-bottom: 6px;
}

.prodsingle-variants-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.prodsingle-variant-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  padding: 8px 15px;
  min-width: 44px;
  color: var(--theme-color-font);
  background-color: #fff;
  border: 1px solid rgba(51,51,51,.55);
  border-radius: var(--theme-border-radius);
  transition: background-color .1s ease-out;
  word-break: break-word;
  cursor: not-allowed;
  user-select: none;
}

.prodsingle-variant-item.prodsingle-handle-variant-click{
  cursor: pointer;
}

.prodsingle-variant-item.prodsingle-handle-variant-click.selected {
  background-color: #333;
  color:#fff;
}
.prodsingle-variant-item.prodsingle-handle-variant-click:hover {
  border: 1px solid #333
}
.quantity-button {
  padding: 10px;
  color: var(--theme-font-color);
  font-size: 16px;
  cursor: pointer;
}
.product-single-add{
  display: flex;
  margin-bottom: 24px;
}
#paypal-button-container{
  margin-bottom: 10px;
}
.prodsingle-quantity-wrapper {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 48px;
  width: 100%;
  max-width: 140px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: var(--theme-border-radius);
}

.prodsingle-quantity-wrapper .quantity {
  width: inherit;
  height: unset;
  color: var(--theme-color-font);
  font-size: 16px;
  text-align: center;
  border: none;
}
.prodsingle-addtocart{
  width:100%;
  height: 48px;
  margin-left: 15px;
  border:1px solid #333;
}
.prodsingle-buy-now{
  width:100%;
  background: #333;
  color:#fff;
  padding:16px 0;
  font-size:16px;
}
@media screen and (max-width:768px){
  .product-single-content{
    flex-direction: column;
  }
  .product-single-image{
    width:100%
  }
  .product-single-info{
    width:100%;
    padding:0;
    margin-top: 24px;
  }
  .product-single-title{
    font-size:20px;
  }
  .product-single-subtitle{
    font-size:16px;
    margin-top:10px
  }
  .product-single-price .price{
    font-size:20px;
  }
  .product-single-price .original-price{
    font-size:12px
  }
  .prodsingle-variant-name{
    font-size:14px
  }
  .prodsingle-addtocart,.prodsingle-buy-now{
    font-size: 15px;
  }
}
/* ???? End */

/* ?? Start */
.wrapper.content-blog {
  padding: var(--section-space) 25px var(--section-space-bottom);
}
.content-blog-list{
  display: flex;
  flex-wrap: wrap;
}
.content-blog-item{
  margin-bottom: var(--h-space);
  margin-right: var(--v-space);
}
.content-blog-cover{
  position:relative;
  display: block;
  width:100%;
  padding-bottom: 66.66%;
}
.content-blog-image{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  object-fit: cover;
}
.content-blog-title{
  width: fit-content;
  margin-top:6px;
  color:var(--theme-color-font);
  font-size: 20px;
  font-weight: 700;
}
.content-blog-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  color:var(--theme-color-font);
}
.content-blog-author{
  font-weight:600;
}
.content-blog-content{
  margin-top:16px;
  color:var(--theme-color-font);
  font-size:16px;
  line-height:28px
}

@media screen and (max-width:768px){
  .content-blog-list{
    flex-wrap: nowrap;
  }
  .wrapper.content-blog {
    padding: var(--section-space) 12.5px var(--section-space-bottom);
  }
  .content-blog-item{
    width: 100%;
    margin-right: 0;
  }
  .content-blog-title{
    width: auto;
    font-size:16px
  }
  .content-blog-content{
    margin-top:8px;
    font-size:14px;
    line-height: 21px;
  }
  
}
/* ?? End */

/* ?????? Start*/
.product-catelist-labels {
  display: flex;
  justify-content: center;
  margin: -10px 0 25px;
}
.product-catelist-label {
  font-size: 20px;
  font-weight: 700;
  opacity: .6;
  cursor: pointer;
  
}
.product-catelist-label:not(:last-child){
 padding: 0 20px;
}
.product-catelist-label.active{
  opacity: 1;
}
.product-catelist-tab{ 
  display: none; 
  position:relative;
}
.product-catelist-tab.active{
  display: block;
}
@media screen and (max-width:768px) {
  .product-catelist-labels{
    margin: -2px 0 10px;
    overflow-x: scroll;
  }
  .product-catelist-labels::-webkit-scrollbar{
    display: none;
  }
  .product-catelist-label {
    white-space: nowrap;
    font-size: 16px;
  }
  .product-catelist-label:not(:last-child){
    padding: 0 10px;
  }
}
/* ?????? End */

/* ???? Start */
  .product-slide .product-list .product-item{
    width: 100%;
    border: 1px solid var(--theme-border-color);
    border-radius: var(--theme-border-radius);
  }
/* ???? End */

/* ??? Start */
.video-single-content{
  position:relative;
  width:100%
}
.video-single-item{
  width:100%
}
.video-single-poster{
  width:100%;
  height:100%;
  object-fit: cover;
}
.video-single-play{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-single-txt{
  position: absolute;
  left: 40px;
  bottom: 30px;
  font-size: 28px;
  color: #fff;
}
.video-single-txt::before{
  content:"\e76a";
  font-family:'iconfont';
  display: inline-block;
  height: 60px;
  width: 60px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  opacity: .4;
  background-color: #fff;
  color: #666;
}
@media screen and (max-width: 768px){
  .video-single-txt{
    left: 20px;
    bottom: 10px;
    font-size: 18px;
  }
  .video-single-txt::before{
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
/* ??? End */

/* ???? Start */
.video-text-content {
  display: flex;
  background-color: var(--main-bg-color);
  border-radius: var(--theme-border-radius);
}
.video-text-body {
  width: 50%;
}
.video-text-item {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.video-text-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-text-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.video-text-play{
  cursor: pointer;
}
.video-text-txt {
  position: absolute;
  left: 40px;
  bottom: 30px;
  font-size: 28px;
  color: #fff;
}
.video-text-txt::before {
  content: "\e76a";
  font-family: 'iconfont';
  display: inline-block;
  height: 60px;
  width: 60px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  opacity: .4;
  background-color: #fff;
  color: #666;
}
.video-text-body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 50px;
}
.video-text-title{
  font-weight: 700;
  margin-bottom: 10px;
}
.video-text-subtext{
  margin-bottom: 10px;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.video-text-body .button{
  width: fit-content;
  color: #333;
  background-color: #fff;
}
.video-text-body .button:hover{
  color: #fff;
}
@media screen and (max-width:768px) {
  .video-text-content{
    flex-direction: column;
  }
  .video-text-item{
    width: 100%;
  }
  .video-text-body{
    width: 100%;
    padding: 10px 15px;
  }
  .video-text-title{
    margin-bottom: 0;
    font-size: 18px;
  }
  .video-text-subtext{
    -webkit-line-clamp: 2;
  }
  .video-text-txt{
    left: 20px;
    bottom: 10px;
    font-size: 18px;
  }
  .video-text-txt::before{
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}

/* ???? End */

/* ???? Start */
.text-fold-item {
  border-bottom: 1px solid #ccc;
}
.text-fold-top{
  display: flex;
  justify-content:space-between ;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}
.text-fold-text{
  display: none;
  margin-bottom:24px;
  padding: 0 20px;
  white-space: pre-wrap;
}
@media screen and (max-width:768px){
  .text-fold-top .iconfont{
    font-size: 13px;
  }
  .text-fold-text{
    margin-bottom:16px;
    padding: 0 10px;
  }
}

/* ???? End */

/* ?????? Start */
.imagetxt-list{
  position: relative;
}

.imagetxt-slide-item{
  margin-right:24px
}

.imagetxt-slide-image{
  position: relative;
  width:100%;
  padding-bottom:100%;
}
.imagetxt-slide-image img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit: cover;
}
.imagetxt-slide-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.4;
  font-size: 16px;
}
.imagetxt-slide-title{
  font-size:18px;
  font-weight:700;
  margin-top: 10px;
}
.imagetxt-slide-text{
  margin-top:10px;
  white-space: pre-wrap;
}
.imagetxt-slide-btn{
  margin-top:10px;
}

@media screen and (max-width:768px){
  .imagetxt-slide-item{
    margin-right:12px
  }
  .imagetxt-slide-content{
    font-size: 14px;
  }
  .imagetxt-slide-title{
    font-size: 16px;
  }
  .imagetxt-slide-text {
    margin-top: 8px;
  }
  .imagetxt-slide-btn{
    padding: 0 15px;
    width: 100%;
    text-align: center;
  }
}
/* ?????? End */

/* ?????? Start */
.imglist-slide-swiper .swiper-pagination {
	position: absolute;
	margin-top: 0;
}

@media screen and (min-width:769px){
	.imglist-slide-header.section-title{
		font-size: 32px;  
	}
}
/* ?????? End */

/* ??????? Start */
  #mrshop-section-categories1679015768861 .category-item:nth-child(6) .categories-title,
  #mrshop-section-categories1679015768861 .category-item:nth-child(12) .categories-title {
    color: #333;
  }
  #mrshop-section-categories1679015768861 .category-item:nth-child(6) .categories-title.animation-underline::before,
  #mrshop-section-categories1679015768861 .category-item:nth-child(12) .categories-title.animation-underline::before {
    background-color: #333;
  }
  
  #mrshop-section-banner1678933476945 .wrapper {
    padding-bottom: 0;
  }
  @media screen and (min-width: 769px) {
    /* ????Start */
    #mrshop-section-image_text_list1678933191759 .wrapper {
      padding-bottom: 0;
    }
    #mrshop-section-image_text_list1678933232462 .wrapper {
      padding-top: 0;
    }
    .image-text .image-content {
      width: 50%;
    }
    /* ????End */
  }
  @media screen and (max-width: 768px) {
     .mrshop-section .banner.wrapper .content-box {
      height: 100%;
    }
    .categories .category-item {
      height: 56px;
    }
  }
/* ??????? End */