.fake {
  height: 82px;
}

.custom .swiper {
  width: 100%;
  height: 644px;
}
.custom .swiper img.mobile,
.custom .swiper .mobile_banne_text {
  display: none;
}
@media screen and (max-width: 1490px) {
  .custom .swiper {
    height: 450px;
  }
}
@media screen and (max-width: 960px) {
  .custom .swiper {
    height: 780px;
  }
  .custom .swiper img.mobile,
  .custom .swiper .mobile_banne_text {
    display: block;
  }
  .custom .swiper img.pc,
  .custom .swiper .pc_banner_text {
    display: none;
  }
  .fake {
    height: 63px;
  }
}
@media screen and (max-width: 480px) {
  .custom .swiper-slide .image_box {
    width: 100%;
    height: 780px;
  }
}
.custom .swiper .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  width: 21px;
  border-radius: 5px;
}
.custom .swiper .swiper-pagination-bullet-active {
  width: 58px;
  border-radius: 5px;
  background: #f6821f;
}
.custom .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.custom .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom .swiper-slide .text {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 70%;
  left: 15%;
  z-index: 99;
}

@media screen and (max-width: 480px) {
  .custom .swiper-slide .text {
    top: 50%;
    width: 84%;
    left: 8%;
  }
}

.custom .swiper-slide .text * {
  text-align: left;
}
.custom .swiper-slide .text h2 {
  font-family: "BerlinSansFBDemi-Bold";
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .custom .swiper-slide .text h2 {
    font-size: 50px;
  }
}

.custom .swiper-slide .text p {
  font-family: "Poppins-Regular";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #ffffff;
}
.custom .htoo {
  text-align: center;
  font-family: "BerlinSansFBDemi-Bold";
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  margin-bottom: 150px;
}
.custom .htoo h2 {
  font-size: 36px;
  margin-bottom: 60px;
}
.custom .htoo .inner_htoo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.custom .htoo .inner_htoo_item {
  width: 200px;
}
@media screen and (max-width: 890px) {
  .custom .htoo .inner_htoo_item {
    width: 50%;
  }
}
.custom .htoo .inner_htoo_item .inner_htoo_img {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  line-height: 200px;
}
.custom .htoo .inner_htoo_item .inner_htoo_img img {
  width: 180px;
  text-align: center;
  vertical-align: middle;
}
.custom .htoo .inner_htoo_item .inner_htoo_text {
  text-align: center;
  font-family: "Poppins-Medium";
}
.custom .cr {
  margin-bottom: 80px;
}
.custom .cr h2 {
  font-family: "BerlinSansFBDemi-Bold";
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}
.custom .cr .cr_inner {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  /* justify-content: space-between; */
}
@media screen and (max-width: 1600px) {
  .custom .cr .cr_inner {
    width: 96%;
  }
}
.custom .cr .cr_inner .cr_inner_item {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .custom .cr .cr_inner .cr_inner_item {
    width: 50%;
  }
}
.custom .cr .cr_inner .cr_inner_item .cr_inner_item_img {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  width: 300px;
  height: 300px;
  overflow: hidden;
  /* border: 1px solid #f2f2f2; */
  border-radius: 10px;
}

.custom .cr .cr_inner .cr_inner_item .cr_inner_item_img .right_top_box {
  position: absolute;
  top: 0;
  font-family: "Poppins-Regular";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  right: 0;
  color: #ffffff;
  display: flex;
  align-items: end;
  flex-direction: column;
}

.custom
  .cr
  .cr_inner
  .cr_inner_item
  .cr_inner_item_img
  .right_top_box
  .CUSTOMIZABLE {
  background-color: #f64c1f;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  padding: 0 12px;
  margin-bottom: 3px;
}

.custom .cr .cr_inner .cr_inner_item .cr_inner_item_img .right_top_box .SALE {
  background-color: #f6821f;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin-bottom: 3px;
  padding: 0 12px;
}

.custom
  .cr
  .cr_inner
  .cr_inner_item
  .cr_inner_item_img
  .right_top_box
  .soldOut {
  background-color: #f6821f;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  background-color: #9e9e9e;
  padding: 0 12px;
}

@media screen and (max-width: 700px) {
  .custom .cr .cr_inner .cr_inner_item .cr_inner_item_img {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 512px) {
  .custom .cr .cr_inner .cr_inner_item .cr_inner_item_img {
    width: 180px;
    height: 180px;
  }
}
.custom .cr .cr_inner .cr_inner_item .cr_inner_item_img img {
  height: 100%;
  width: 100%;
object-fit: contain;
}
.custom .cr .cr_inner .cr_inner_item .cr_inner_item_title,
.custom .cr .cr_inner .cr_inner_item .cr_inner_item_description,
.custom .cr .cr_inner .cr_inner_item .cr_inner_item_price {
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}
@media screen and (max-width: 700px) {
  .custom .cr .cr_inner .cr_inner_item .cr_inner_item_title,
  .custom .cr .cr_inner .cr_inner_item .cr_inner_item_description,
  .custom .cr .cr_inner .cr_inner_item .cr_inner_item_price {
    width: 220px;
  }
}
@media screen and (max-width: 512px) {
  .custom .cr .cr_inner .cr_inner_item .cr_inner_item_title,
  .custom .cr .cr_inner .cr_inner_item .cr_inner_item_description,
  .custom .cr .cr_inner .cr_inner_item .cr_inner_item_price {
    width: 180px;
  }
}
.custom .cr .cr_inner .cr_inner_item .cr_inner_item_title {
  white-space: nowrap;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
}
.custom .cr .cr_inner .cr_inner_item .cr_inner_item_title a {
  text-decoration: none;
  color: #000000;
}
.custom .cr .cr_inner .cr_inner_item .cr_inner_item_description {
  font-family: "Poppins-Regular";
  font-size: 14px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.custom .cr .cr_inner .cr_inner_item .cr_inner_item_price {
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #f6821f;
  position: relative;
}
.custom .cr .cr_inner .cr_inner_item .cr_inner_item_price span:nth-child(1) {
  position: absolute;
  left: 0;
}
.custom .cr .cr_inner .cr_inner_item .cr_inner_item_price span:nth-child(2) {
  font-size: 14px;
  margin-left: -60px;
  font-family: "Poppins-Regular";
  text-decoration: line-through;
  color: #999999;
  left: 20px;
}
