.container_mb{
	max-width: 1440px!important;
}
.header_desktop_mb,.header_mobile_nav_bar_mb,.float_mb{
	z-index: 800!important;
}
.header_mobile_purple_ad_block_swiper_container_mb .swiper-slide,.header_purple_left_block_swiper  .swiper-slide{
	font-size: 13px!important;
}
.main-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: #fcf7f4;
  color: #4b4b4b;
}

/*.m10 {
  height: 0;
  margin-bottom: 10px;
}*/
.m20 {
  height: 0;
  margin-bottom: 20px;
}
.m40 {
  height: 0;
  margin-bottom: 40px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.br-mobile {
  display: none;
}
.part-1 {
  padding-bottom: 180px;
  padding-top: 120px;
}
.p1-content-box-m {
  display: none;
  width: 100%;
}
.p1-content-box-m img {
  width: 100%;
  height: auto;
}
.p1-content-box {
  max-width: 1240px;
 /* padding-left: 100px;
  padding-right: 100px;*/
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0 auto;
}
.p1-logo {
  position: relative;
  max-width: 420px;
  width: 35%;
}
.p1-logo img {
  width: 100%;
  height: auto;
}
.p1-image-box {
  position: relative;
  width: 65%;
  max-width: 1000px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.p1-img-1 {
  max-width: 213px;
  margin-left: 7px;
  margin-right: 7px;
  height: auto;
  margin-top: -30px;
  line-height: 0;
}
.p1-img-2 {
  max-width: 350px;
  margin-left: 7px;
  margin-right: 7px;
  height: auto;
  line-height: 0;
}
.p1-img-3 {
  max-width: 213px;
  margin-left: 7px;
  margin-right: 7px;
  height: auto;
  align-self: flex-end;
  margin-bottom: -30px;
  line-height: 0;
}
.p1-img-1 img {
  width: 100%;
  height: auto;
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/img-2.jpg");
  background-position: center;
  background-size: cover;
  animation: zoomIn 5s forwards; /* 動畫只郁一次 */
}
.p1-img-2 img {
  width: 100%;
  height: auto;
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/img-1.jpg");
  background-position: center;
  background-size: cover;
}
@keyframes zoomIn {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 105%;
  }
}
@keyframes zoomOut {
  0% {
    background-size: 105%;
  }
  100% {
    background-size: 100%;
  }
}
.p1-img-2 video {
  width: 100%;
  height: auto;
}
.p1-img-3 img {
  width: 100%;
  height: auto;
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/img-3.jpg");
  background-position: center;
  background-size: cover;
  animation: zoomOut 5s forwards; /* 動畫只郁一次 */
}
.p1-text-box {
  font-size: 18px;
  letter-spacing: 5px;
  line-height: 2.5;
  text-align: center;
  margin-top: 50px;
  font-weight: 400;
}
.part-2 {
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/p2-bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  z-index: 10;
}
.p2-content-box {
  max-width: 1240px;
/*  padding-left: 100px;
  padding-right: 100px;*/
  width: 80%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.p2-hand {
  width: 60%;
  position: absolute;
  right: 0;
  top: -20%;
  overflow: hidden;
}
.p2-hand img {
  width: 100%;
  height: auto;
  transition: 2s all;
  right: -20%;
  position: relative;
  opacity: 0;
}
.p2-hand img.visible {
  right: 0;
  opacity: 1;
}
.p2-gallery {
  width: 25%;
  max-width: 270px;
  position: relative;
}
.p2-gallery-postion {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
 /* cursor: pointer;*/
}
.p2-info {
  width: 75%;
  height: 600px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-start;
  margin-left: 40px;
  position: relative;
}
.p2-img-1 {
  line-height: 0;
  width: 100%;
  position: relative;
}
.p2-img-1 img {
  width: 100%;
  height: auto;
}
.p2-img-2 {
  line-height: 0;
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.p2-img-2 img {
  width: 100%;
  height: auto;
}
.p2-img-3 {
  line-height: 0;
  width: 100%;
  position: relative;
}
.p2-img-3 img {
  width: 100%;
  height: auto;
}
.p2-info-title {
  width: 100%;
  font-size: 28px;
  color: #4b4b4b;
  letter-spacing: 5px;
}
.p2-info-title span {
  font-size: 18px;
  display: block;
  letter-spacing: 2px;
  margin-top: 10px;
}
.p2-info-features {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
  display: flex;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.2;
}
.p2-info-features > div {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p2-info-features-img {
  width: 120px;
  height: 120px;
  background: #ffffff40;
  border-radius: 150px;
  margin-bottom: 20px;
  overflow: hidden;
}
.p2-info-features-img img {
  width: 100%;
  max-width: 120px;
  height: auto;
  max-height: 120px;
}
.p2-info-btn {
  font-size: 18px;
  color: #fff;
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/p2-btn.jpg");
  background-size: cover;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 50px;
  cursor: pointer;
}
.p2-info-btn-2 {
  font-size: 18px;
  color: #fff;
  background: url(https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/p2-btn.jpg);
  background-size: cover;
  background-position: center;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 50px;
  cursor: pointer;
  margin-left: 20px;
	display: none;
}
/*----------Slider-1----------*/
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  /*font-size: 18px;*/
  /* 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;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.letter-slider {
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
}
.letter-slider-postion {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}
.letter-slider-postion div {
  width: 50px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.letter-slider div img {
  width: 100%;
  height: auto;
}
.DIY-gellary-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.90);
  padding: 5px;
}
.DIY-gellary-close img {
  width: 100%;
  height: auto;
}
/*----------Slider-1 end----------*/
.part-4 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 350px;
  max-width: 1440px;
  z-index: 100;
  user-select: none; /* 禁用文字選取 */
  -webkit-user-select: none; /* 支援 Safari */
  -moz-user-select: none; /* 支援 Firefox */
  -ms-user-select: none;
  pointer-events: none;
}
.p4-topbar {
  height: 50px;
  width: 100%;
  background: linear-gradient(to right, rgba(244, 230, 220, 0.30), rgba(244, 230, 220, 0.0));
  position: relative;
  margin-top: -50px;
  z-index: 100;
  pointer-events: none;
}
.p4-topbar img {
  width: 80px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 15px;
  margin-left: 60px;
}
.swiper-pagination-progressbar-fill {
  background-color: #e1b8a0 !important;
}
.mySwiper2 {
  background: #fcf7f4;
  pointer-events: auto;
}
.mySwiper2 .swiper-pagination-progressbar {
  background-color: transparent;
}
.mySwiper2 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.mySwiper2 .swiper-slide {
  display: flex;
  align-items: flex-end;
}
.mySwiper2 .swiper-slide img {
  width: 100%;
  height: auto;
}
.mySwiper2 .slider-1 {
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/story-WY-img.jpg");
  background-size: cover;
  background-position: center;
}
.mySwiper2 .slider-2 {
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/story-DB-img.jpg");
  background-size: cover;
  background-position: center;
}
.mySwiper2 .slider-3 {
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/story-ACE-img.jpg");
  background-size: cover;
  background-position: center;
}
.mySwiper2 .slider-4 {
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/story-LUV-img.jpg");
  background-size: cover;
  background-position: center;
}
.mySwiper2 .slider-5 {
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/story-MY-img.jpg");
  background-size: cover;
  background-position: center;
}
.mySwiper2 .slider-6 {
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/story-TCJ-img.jpg");
  background-size: cover;
  background-position: center;
}
.mySwiper2 .slider-7 {
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/p4-img-2.jpg");
  background-size: cover;
  background-position: center;
}
.mySwiper2 .slider-8 {
  background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/p1-img-2.jpg");
  background-size: cover;
  background-position: center;
}
.mySwiper2 .swiper-slide {
  opacity: .35;
  transition: opacity 2s;
}
.mySwiper2 .swiper-slide-active {
  opacity: 1 !important;
}
.p4-slider-text {
  width: 100%;
  padding: 2% 5% 5% 5%;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 14px;
  text-align: justify;
  background: rgba(247, 234, 226, 0.69);
  color: #404040;
  text-indent: 20px;
  position: relative;
  margin-bottom: -100%;
  transition: margin-bottom 4s;
}
.swiper-slide-active .p4-slider-text {
  margin-bottom: 0%;
}
/*---Part-3---*/
.part-3 {
  background: #fcf7f4;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 350px;
  max-width: 1440px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: flex-end;
  user-select: none; /* 禁用文字選取 */
  -webkit-user-select: none; /* 支援 Safari */
  -moz-user-select: none; /* 支援 Firefox */
  -ms-user-select: none;
  overflow: hidden;
}
.part-3-title {
  display: none;
}
#wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  background: repeating-conic-gradient(#fff 0deg, #fff 13.8461deg, #eee 13.8461deg, #eee 27.6923deg);
  background: url('https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/Ellipse.png') no-repeat center center;
  background-size: cover;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 1;
}
#pointer {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid red;
  z-index: 10;
}
#result {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.wheel-wrapper {
  position: relative;
  width: 55vw;
  height: 55vw;
  max-height: 800PX;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
}
.wheel-box {
  height: 37.3vw;
  width: 55vw;
  left: 130PX;
  max-width: 880px;
  max-height: 550px;
  bottom: 0;
  z-index: 95;
  position: absolute;
}
#next-btn {
  margin-bottom: 40px;
  font-size: 16px;
  width: 38%;
  z-index: 100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 200;
  pointer-events: all;
  background-position: center;
  background-size: cover;
  font-size: 16px;
  letter-spacing: 1px;
  transition: 0.2s all ease;
  opacity: .65;
}
#next-btn img {
  width: 100%;
  height: auto;
}
#next-btn:hover {
  opacity: 1;
}
.center-wheel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  transform: rotate(-45deg);
}
.center-wheel img {
  width: 100%;
  height: auto;
}
.swiper.second {
  position: relative;
  width: 33%;
  margin-left: 0;
  margin-right: 0;
  background: #fcf7f4;
  z-index: 90;
  padding-bottom: 80px;
  pointer-events: none;
}
.swiper-slide.second-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf7f4;
  font-size: 24px;
  color: #333;
  pointer-events: none;
  padding-bottom: 40px;
}
.swiper-slide.second-slide img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.wheel-ui {
  width: 128%;
  height: 128%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-43deg);
  z-index: 120;
  pointer-events: none;
}
.wheel-ui-m {
  display: none;
  width: 128%;
  height: 128%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-43deg);
  z-index: 120;
  pointer-events: none;
}
.wheel-ui img, .wheel-ui-m img {
  width: 100%;
  height: auto;
}
.color-m {
  display: none;
}
/*---Part-3---*/
.p5-color-box {
  display: none;
}
.p5-title-m {
  display: none;
}
.tnc-2 {
  width: 60%;
  position: absolute;
  bottom: 15px;
  left: 20%;
  text-align: center;
  cursor: pointer;
  z-index: 200;
  opacity: .5;
}
.tnc-2:hover {
  opacity: .8
}
.tnc-2 span {
  text-decoration: underline;
}
.tnc-2 div {
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  position: relative;
  display: none;
}
.tnc ol {
  padding-left: 13px;
  margin-left: 0;
}
.DIY-gellary {
	top: 0;
	left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1500;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.swiper-btn-box {
  position: fixed;
  bottom: 0;
  display: flex;
	z-index: 1000;
  justify-content: flex-end;
  width: 100%;
}
.gellery-prev {
 width: 45px;
    margin: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.80);

}
.gellery-next {
  width: 45px;
    margin: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.80);
}
.gellery-prev img {
  width: 100%;
  height: auto;
}
.gellery-next img {
  width: 100%;
  height: auto;
}
.mySwiper-gellery {
  height: auto;
  width: 100%;
}
.mySwiper-gellery .swiper-slide img {
  width: 100%;
  height: auto;
}
.p2-info-btn-group {
  width: 100%;
  display: flex;
}
.p2-info-features-text{
	flex-basis: 100%;
}
/*-------en------*/
.main-container.en .p1-text-box {
  font-weight: 300;
  letter-spacing: 1px;
}
.main-container.en .p2-info{
  height: 670px;
}
.main-container.en .p2-info-title {
  letter-spacing: 0px;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.main-container.en .p2-info-title span {
  letter-spacing: 0.5px;
	margin-top: 0;
}
.main-container.en .p2-info-features-text{
	text-align: left;
	flex-basis: auto;
}
.main-container.en .p2-info-features{
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.main-container.en .p2-info-features > div span {
	display: block;
  font-weight: 500;
  letter-spacing: 0px;
	margin-bottom: 5px;
}
.main-container.en .p2-info-features > div {
  letter-spacing: 0.5px;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	align-items: center;
		margin-bottom: 20px;
}
.main-container.en .p2-info-btn, .main-container.en .p2-info-btn-2 {
  letter-spacing: 0.5px;
}
.main-container.en .controls-box > div:first-of-type {
	letter-spacing: 0px;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0px;
    font-weight: 300;
    margin-top: -80px;
    font-size: 30px;
    font-weight: 400;
    /*margin-bottom: 30px;*/
	line-height: 1.2;
	
}
 .controls-box {
	    padding-bottom: 180px;
}
.main-container.en #next-btn {
  width: 30%;
}
.main-container.en .controls-box .title-style{
	letter-spacing: 0.5px;
}
.main-container.en .note{
	letter-spacing: 0.5px;
}
.main-container.en .controls-box .btn-box-1,.main-container.en .controls-box .btn-box-2,.main-container.en .controls-box .btn-box-3,.main-container.en .total-tital-box{
	letter-spacing: 0.5px;
}
.main-container.en .controls-box .btn-box-3,.main-container.en .controls-box .title-style-2{
	letter-spacing: 0.5px;
}

.main-container.en .segmented-control{
	    display: flex;
    flex-wrap: wrap;
}
.main-container.en .segmented-control label{
	width: 100%;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-size: 16px;
	
}
.main-container.en .confirm-box .title-style-3{
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
	
}
.main-container.en .confirm-box .title-style.m10 {
	margin-top: 30px;
}
.main-container.en .p2-info{}
.main-container.en {}
.main-container.en .p1-text-box span{
  display: block;
}

#discountPrice span{
	font-size: 28px;
}
	.main-container.en .p2-info-features-img{
		     margin-bottom: 0px;
		    width: 90px;
    height: 90px;
    margin-right: 20px;
    margin-bottom: 0;
	}
@media only screen and (max-width: 1540px) {
  .p1-content-box {
    max-width: 1240px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1440px) {
	.container_mb{
		width: 100%;
	}
	.address_flex_mb .items_left_mb{
		margin-left: 3%;
	}
}

@media only screen and (max-width: 1240px) {
  .tnc-2 {
    right: 50px;
  }
  .p5-content-box {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p1-content-box {
    zoom: 0.8;
  }
  .p1-text-box {
    font-size: 16px;
    margin-top: 40px;
    line-height: 2.5;
  }
  .p2-info {
    height: 530px;
  }
  .p2-gallery-postion {
    zoom: 0.9;
  }
  .p2-info-features > div {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .swiper.second {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .tnc-2 {
    right: 20px;
    width: 50%;
    z-index: 100;
  }
  .p5-content-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  #canvas-container {
    width: 500px;
  }
}
@media only screen and (max-width: 940px) {
  .swiper.second {
    padding-bottom: 0px;
  }
  .bracelet-container {
    zoom: 0.9;
  }
  .part-1 {
    padding-bottom: 110px;
  }
  .p1-content-box {
    zoom: 0.6;
  }
  .p2-content-box {
    zoom: 0.6;
    padding-left: 50px;
    padding-right: 50px;
  }
  .p2-info-features {
    width: 70%;
    padding-right: 20%;
  }
  .p1-text-box {
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
	.generic_flex_block_mb{
		padding: 0;
	}
	.main-container.en .p2-info-features{
		flex-wrap: wrap;
	}
	.main-container.en .p2-info-features-text{
		width: 70%;
		text-align: left;
	}
	.main-container.en .p2-info-features-text span{
		display: block;
		font-size: 3.4vw;
		margin-bottom: 5px;
	}
	
	.main-container.en .p2-info-features > div{
		align-items: center;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.main-container.en .p2-info-features-img{
		     margin-bottom: 0px;
		    width: 90px;
    height: 90px;
    margin-right: 20px;
    margin-bottom: 0;
	}
	
	.main-container.en .p1-text-box span{
  display:inline;
}
	.main-container.en .p1-text-box{
    width: 95%;
    margin: 0 auto;
    line-height: 2;
	}
  .main-container {
    display: flex;
    flex-wrap: wrap;
  }
  .part-1 {
    order: 1;
  }
  .part-2 {
    order: 2;
  }
  .part-3 {
    order: 3;
  }
  .part-4 {
    order: 4;
  }
  .part-5 {
    order: 5;
  }
  .mySwiper2 {
    width: 95%;
    border-radius: 5vw;
  }
  .swiper-btn-box {
    justify-content: center;
  }
  .p4-topbar {
    background: linear-gradient(to top, rgba(244, 230, 220, 0.30), rgba(244, 230, 220, 0.0));
  }
  .tnc-2 div {
    width: 100%;
    font-size: 3.3vw;
    margin: 0 auto;
    width: 90%;
    margin-top: 2vw;
  }
  .tnc-2 {
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 1.3;
    position: relative;
    margin: 0 auto;
    right: auto;
    bottom: auto;
    margin-top: 5px;
    font-size: 3.4vw;
    left: auto;
  }
  .center-wheel {
    background: url("https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/inside-turntable-m.png");
    background-position: center;
    background-size: cover;
  }
  .center-wheel img {
    opacity: 0;
  }
  .segmented-control label {
    font-size: 3vw;
  }
  .total-price-box {
    font-size: 8.5vw;
  }
  .p5-title-m {
    display: block;
    text-align: center;
    margin-top: 10vw;
    margin-bottom: -3vw;
    width: 70vw;
    margin: 0 auto;
  }
	
	.main-container.en .p5-title-m {

    width: 80vw;

  }
	
  .bg-2 {
    width: 130%;
    top: 30%;
  }
  .p5-title-m img {
    width: 100%;
    height: auto;
  }
  .p5-color-box {
    display: block;
    position: sticky;
    top: 0px;
    width: 95.5vw;
    margin: 0 auto;
    height: 15px;
    border-bottom: 1px solid #f8d3be;
    background: #fcf7f4;
    z-index: 300;
    line-height: 0;
    margin-bottom: -1px;
  }
  .bracelet-container {
    zoom: 1;
    padding-top: 0px;
    background: #fcf7f4;
    margin-top: 3vw;
    padding-bottom: 0vw;
    margin-bottom: 0;
  }
  .designyouown {
    display: none;
  }
  #canvas-container {
    width: 95vw;
    height: 112vw;
    padding-top: 14vw;
    top: -60vw;
    z-index: 200;
    background: url(https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/ipad/BG.jpg);
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #f8d3be;
  }
  #braceletCanvas {
    width: 120vw;
    height: 120vw;
  }
  .p5-content-box {
    display: block;
  }
  .p5-content-box {
    padding-left: 0px;
    padding-right: 0px;
  }
  .controls-box {
    width: 100%;
    max-width: none;
  }
  .part-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 50vw;
    background: #fcf7f4;
    opacity: 1;
    transition: 2s all;
  }
  .part-3.visible::before {
    opacity: 0;
  }
  .part-3 {
    flex-wrap: wrap;
    background: url(https://fanshare.hk/CC_upload/landing-page/20250721-Secret-DIY-Code/images/Get-inspired-title.png);
    background-repeat: no-repeat;
    background-position: center 16%;
    padding-top: 45vw;
    background-size: 72%;
    padding-bottom: 0vw;
    position: relative;
    transition: 2s all;
    padding-bottom: 5vw;
  }
  .part-3.visible {
    background-position: center 13%;
  }
  .part-3-title {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .part-3-title img {
    width: 100%;
    height: auto;
  }
  .color-m {
    background: red;
    position: absolute;
    width: 100%;
    height: 3vw;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    background: linear-gradient(to bottom, rgba(252, 247, 244, 1), rgba(252, 247, 244, 0));
  }
  .wheel-ui-m {
    display: block;
  }
  .wheel-ui {
    display: none;
  }
  .part-1 {
    padding-top: 0;
    padding-bottom: 16vw;
  }
  .p2-info-features-img img {
    max-height: none;
    max-width: none;
  }
  .p1-content-box-m {
    display: block;
  }
  .p1-content-box {
    display: none;
    zoom: 1;
  }
  .p1-text-box {
    margin-top: 10px;
    font-size: 3.2vw;
    letter-spacing: 2px;
  }
  .part-2 {
    margin-top: 10vw;
  }
  .p2-hand {
    width: 100%;
    right: 0;
    top: -21vw;
  }
  .p2-hand img.visible {
    right: -10vw;
  }
  .p2-content-box {
    flex-wrap: wrap;
    padding: 0;
    zoom: 1;
    width: 90%;
  }
  .p2-gallery {
    order: 2;
    width: 100%;
    max-width: 100vw;
  }
  .p2-gallery-postion {
    display: flex;
    zoom: 1;
    position: relative;
    width: 100%;
    top: 0;
    transform: none;
    margin-bottom: -5vw;
    justify-content: space-between;
  }
  .p2-img-1 {
    width: 30%;
  }
  .p2-img-2 {
    width: 30%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .p2-img-3 {
    width: 30%;
  }
  .p2-info {
    order: 1;
    width: 90vw;
    margin-left: 0;
    height: auto;
    padding-top: 28vw;
    padding-bottom: 8vw;
    transition: 1s all;
    top: 5vw;
    opacity: 0;
  }
  .p2-info.visible {
    top: 0vw;
    opacity: 1;
  }
  .p2-info-title {
    text-align: center;
    font-size: 5.5vw;
    letter-spacing: 3px;
  }
  .p2-info-title span {
    font-size: 3.2vw;
  }
  .p2-info-features {
    width: 100%;
    padding-right: 0;
    margin-top: 7vw;
    margin-bottom: 7vw;
    font-size: 3vw;
  }
  .p2-info-features-img {
    margin-left: 3vw;
    margin-right: 3vw;
    width: 20vw;
    height: 20vw;
  }
  .p2-info-btn {
    margin: 0 auto;
    font-size: 3.4vw;
    margin-bottom: 6vw;
    font-weight: 400;
  }
  .p2-info-btn-2 {
    margin: 0 auto;
    font-size: 3.4vw;
    margin-bottom: 6vw;
    font-weight: 400;
  }
  .swiper.second {
    margin-top: 10vw;
    width: 70%;
    margin-right: -3vw;
  }
  .wheel-box {
    top: 50vw;
    left: -70vw;
    height: auto;
    width: auto;
  }
  .wheel-wrapper {
    width: 110vw;
    height: 110vw;
  }
  .p4-topbar img {
    width: 11vw;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -3vw;
    margin-left: 5vw;
  }
  .part-4 {
    margin-top: 12vw;
    margin-bottom: 10vw;
  }
  .br-mobile {
    display: block;
  }
  .title-style {
    font-size: 4.4vw;
    margin-bottom: 2vw;
  }
  .title-style span {
    opacity: .5;
    font-weight: 500;
    font-size: 3.4vw;
  }
  .title-style-2 {
    font-size: 4.4vw;
    margin-bottom: 2vw;
  }
  .title-style-3 {
    font-size: 4.4vw;
    margin-bottom: 2vw;
  }
  .discount-title {
    font-size: 3.4vw;
  }
  #totalPrice {
    font-size: 3.4vw;
  }
  .total-tital-box {
    font-size: 3.4vw;
  }
  .letterSelect {
    padding: 2vw;
    margin-bottom: 6vw;
    font-size: 3.4vw;
  }
  .controls-box > div:first-of-type {
    width: 100%;
    text-align: center;
    margin-top: -8vw;
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 2vw;
  }
  .note {
    font-size: 3.4vw;
    margin-bottom: 2vw;
    padding-top: 2vw;
  }
}