/* ================================
  pg_advancedhair
================================ */
pB0 {
	padding-bottom: 0
}
@media screen and (min-width: 651px), print {
  .topmbOn {
    display: none !important;
  }
}

#description {
	background: #d8a73d url("description_bg.jpg")no-repeat;
	background-position: top right;
	background-size: cover;
}
#description .fBox .leadBox {
	color:#000;
}
#description .fBox .leadBox h2{
	font-size: clamp(20px, 4vw, 32px);
	margin-bottom: 1rem;
}

#description .specifications {
  margin-top: 0;
}


#topBox {
	background: url("top_bg.jpg")no-repeat;
	background-position:center top;
	background-size:cover;
}
#topBox picture{
	display: block;
	max-width: 1920px;
	margin:auto;
	height: auto;
}
#productfeature .inBox {
  align-items: flex-start;
}
#productfeature .inBox .textBox {
  width: 100%;
}
.imginBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2rem 0 4rem;
	width: 100%;
}
.imginBox img {
	display: block;
	width: 32%;
	height:auto;
	max-width: 440px;
}
#productfeature .inBox .Box {
    padding-left: 40px!important;
}
@media screen and (min-width: 1780px), print {
#topBox {
		overflow:hidden;
	}
#topBox picture{
	display: block;
	width: 1920px;
	margin:auto;
	height: auto;
}
}

@media screen and (max-width: 767px) {

#description .specifications {
  margin-top: 2rem;
}
#productfeature .inBox .Box {
    padding-left: 20px!important;
}	
.imginBox {
	display: flex;
	flex-direction: column;
	margin: 1rem 0 2rem;
}	
.imginBox img {
	width: 100%;
	margin-bottom: 20px;
}	
.imginBox img:last-child {
	margin-bottom: 0px;
}
}
#certification .inBox {
  justify-content: center;
}