/* ==========================================================================
   booster essence
   ========================================================================== */

/* ---------- Design tokens ---------- */
:root {
	/* colors */
	--be-main-color: #4d2e1e;
	--be-secondary-color: #3f595b;
	--be-brown-color: #6f4824;
	--be-blue-color: #061c44;
	--be-dark-brown-color: #552918;
	--be-dark-brown-color-2: #694a2a;
	--be-dark-brown-color-3: #5c3327;
	
	/* typography */
	--be-font-heading: 'Optima Regular';
	--be-font-heading-italic: 'Optima Italic';
	--be-font-body: 'Woodford Bourne', 'Avenir LT Std 35 Light', sans-serif;
	--be-font-body-bold:  'Woodford Bourne Bold';
	/* layout */

	/* effects */
}

.booster-essence-xzoom .xzoom-gallery, .booster-essence-xzoom .xzoom-gallery2, .booster-essence-xzoom .xzoom-gallery3, .booster-essence-xzoom .xzoom-gallery4, .booster-essence-xzoom .xzoom-gallery5, .booster-essence-xzoom .xzoom-gallery6 {
    width: 20%;
}

.booster-essence-container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.synergy-by-design-section {
	background: url("https://resource.bwlgroup.com/drs-secret/images/synergy-by-design-biosc-ampoule-booster-essence.jpg") no-repeat;
	position: relative;
    height: 610px;
    background-size: cover;
    background-position: center;
}

.synergy-by-design-section .synergy-by-design-content {
	color: var(--be-main-color);
	width: 45%;
	position: absolute;
	right: 0;
	top: 53%;
	transform: translate(0%, -50%);
	padding: 0 62px;
}

.synergy-by-design-section .synergy-by-design-content h2,
.synergy-by-design-section .synergy-by-design-content h3 {
	font-family: var(--be-font-heading)
}

.synergy-by-design-section .synergy-by-design-content h2 {
	font-size: clamp(28px, 6vw, 42px);;
}

.synergy-by-design-section .synergy-by-design-content h2 .italic {
	font-family: var(--be-font-heading-italic)
}

.synergy-by-design-section .synergy-by-design-content h3 {
	font-size: 21px;
	margin-top: 35px;
}

/* .booster-essence-container sub {
	vertical-align: top;
	font-size: 16px;
	line-height: normal;
} */

.synergy-by-design-section .synergy-by-design-content p {
	font-size: 17px;
	font-family: var(--be-font-body);
	margin-top: 10px;
}


.advanced-skin-renewal-section {
	background: url("https://resource.bwlgroup.com/drs-secret/images/advanced-skin-renewal-biosc-ampoule-booster-essence.jpg") no-repeat;
	position: relative;
    height: 1500px;
    background-size: cover;
    background-position: center;
}

.ultimate-duo-container {
	color: var(--be-secondary-color);
	width: 48%;
	position: absolute;
	left: 0;
	top: 3%;
	padding: 0 65px;
}

.ultimate-duo-container h2 {
	font-family: var(--be-font-heading);
	font-size: 33px;
}

.ultimate-duo-container h2 br {
	display: none;
}

.ultimate-duo-container h2 .italic {
	font-family: var(--be-font-heading-italic)
}

.ultimate-duo-container p {
	width: 70%;
}

.advanced-skin-renewal-analytics-container {
	color: var(--be-brown-color);
	text-align: center;
}

.d-flex {
	display: flex;
}

.advanced-skin-renewal-analytics-container .top-analytics-content,
.advanced-skin-renewal-analytics-container .bottom-analytics-content {
	width: 48%;
	position: absolute;
	right: 0;
	top: 12%;
	padding: 0 65px 0 30px;
}

.advanced-skin-renewal-analytics-container .top-analytics-content .d-flex,
.advanced-skin-renewal-analytics-container .bottom-analytics-content .d-flex {
	gap: 30px;
}

.advanced-skin-renewal-analytics-container .top-analytics-content h6,
.advanced-skin-renewal-analytics-container .bottom-analytics-content h6 {
	font-family: var(--be-font-heading);
	font-size: clamp(28px, 6vw, 42px);
}

.advanced-skin-renewal-analytics-container .top-analytics-content h6 sub,
.advanced-skin-renewal-analytics-container .bottom-analytics-content h6 sub {
	font-size: 16px;
	vertical-align: top;
}

.advanced-skin-renewal-analytics-container .top-analytics-content p,
.advanced-skin-renewal-analytics-container .bottom-analytics-content p {
	font-family: var(--be-font-body);
	font-size: 21px;
	margin-top: 5px;
}

.advanced-skin-renewal-analytics-container .bottom-analytics-content {
	right: initial;
	left: 0;
	top: 43%;
	padding: 0 30px 0 56px;
}

.advanced-skin-renewal-analytics-container .advanced-skin-renewal-analytics-statement {
	width: 45%;
    position: absolute;
    left: 0;
    top: 58.5%;
    padding: 0 65px 0 65px;
    text-align: left;
    font-size: 12px;
}

.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics {
	width: 100%;
	position: absolute;
	bottom: 3%;
	padding: 0 65px;
}

.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 36px;
	/* height: 485px; */
	padding: 27px 42px;
}

.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content h2 {
	font-size: 33px;
	font-family: var(--be-font-heading);
	color: var(--be-main-color);
	margin-bottom: 15px;
}

.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content h2 span.italic {
	font-size: clamp(28px, 5vw, 42px);
	font-family: var(--be-font-heading-italic);
}

.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content h6 {
	font-size: 19px;
	font-family: var(--be-font-body-bold);
	color: var(--be-main-color);
	margin: 20px 0;
}

.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content p {
	font-size: 13px;
	font-family: var(--be-font-body);
	color: var(--be-main-color);
	margin-bottom: 10px;
	/* margin: 20px 0; */
}

.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content .comparison-skin  {
	gap: 25px;
}

.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content .comparison-skin h6 {
	font-size: 21px;
	font-family: var(--be-font-body-bold);
	margin: 0 0 10px;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container {
	background: url(https://resource.bwlgroup.com/drs-secret/images/spi-q-micro-delivery-spicules.png) no-repeat;
    position: relative;
	height: 2000px;
    background-size: cover;
    background-position: center;
    padding: 60px 80px;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-contents {
	position: relative;
	z-index: 2;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container h2 {
	font-family: var(--be-font-heading);
	font-size: clamp(24px, 6vw, 34px);
	color: var(--be-blue-color);
	text-align: center;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container h2 span {
	font-size: clamp(28px, 6vw, 42px);
}

/* .spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container h2 span sub {
	font-size: 21px;
} */

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-desc {
	font-size: 21px;
	font-family: var(--be-font-body);
	color: var(--be-blue-color);
	text-align: center;
	width: 35%;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-desc strong {
	font-family: var(--be-font-body-bold);
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-desc.left {
	padding: 90px 0 45px;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-desc.right {
	padding: 45px 0 90px;
	position: relative;
    top: 0;
    left: 50%;
    transform: translate(50%, -25%);
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-how-it-work-contents h5 {
	font-family: var(--be-font-heading);
	font-size: clamp(28px, 6vw, 42px);;
	color: var(--be-blue-color);
	text-align: center;
	margin-top: 20px;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-how-it-work-steps {
	/* margin-top: 20px; */
	position: relative;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item {
	width: 40%;
	padding: 0 10px;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item.first-item {
	margin-top: 30px;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item.second-item {
	position: relative;
    top: 0;
    left: 50%;
    transform: translate(25%, -40%);
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item.third-item {
	position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, -50%);
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item .how-it-work-desc {
	color: var(--be-blue-color);
	display: flex;
	gap: 25px;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item .how-it-work-desc p {
	font-size: 50px;
	font-family: var(--be-font-heading);
	margin-top: 0;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item .how-it-work-desc h6 {
	font-size: 21px;
	font-family: var(--be-font-body);
	margin-top: 5px;
}

.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item img {
	margin-top: 20px;
	max-width: clamp(200px, 40vw, 330px);
	/* padding-left: 35px; */
}

.barrier-supporting-actives-section .barrier-supporting-actives-container {
	background: #f1e7dd;
    position: relative;
    /* background-size: cover;
    background-position: center; */
    padding: 45px 90px;
	text-align: center;
}

.barrier-supporting-actives-section .barrier-supporting-actives-container h2 {
	font-family: var(--be-font-heading-italic);
	font-size: clamp(28px, 6vw, 42px);;
	color: var(--be-dark-brown-color-3);
}

.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 40px 90px;
	margin-top: 35px;
}

.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item h5 {
	font-family: var(--be-font-body-bold);
	font-size: 30px;
	color: var(--be-dark-brown-color);
}

.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list {
	gap: 100px;
	margin-top: 25px;
}

.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list .ingredient-item {
	width: 50%;
}

.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list img {
	width: 200px;
}

.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list h6 {
	font-family: var(--be-font-body-bold);
	font-size: 21px;
	color: var(--be-dark-brown-color);
	margin-top: 15px;
}

.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list p {
	font-family: var(--be-font-body);
	font-size: 18px;
	color: var(--be-dark-brown-color);
	margin-top: 5px;
	text-align: left;
	padding-left: 22px;
	position: relative;
}

.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list p img {
	width: 15px;
	vertical-align: baseline;
	margin-right: 3px;
}

.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list p::before {
	content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 14px;
    height: 14px;
    background-image: url(https://resource.bwlgroup.com/drs-secret/images/icon-circle-tick.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: width 0.4s ease, height 0.4s ease;
    z-index: 0;
}

.barrier-supporting-actives-section .barrier-supporting-actives-container .full-ingredient-list h6 {
	text-decoration: underline;
	cursor: pointer;
	font-family: var(--be-font-body);
	font-size: 21px;
	color: var(--be-dark-brown-color);
	margin: 35px 0 0;
}

#FullIngredientListBoosterEssence .modal-dialog {
    width: 90%;
    /*margin: 30px auto;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#FullIngredientListBoosterEssence .modal-content {
	background-color: #e5ddd1;
}

#FullIngredientListBoosterEssence .modal-header .close {
	color: #5c3327;
    opacity: 1;
    font-size: 45px;
    font-weight: 100;
    font-family: 'Optima Regular';
    padding: 8px;
    margin-top: -12px;
}

.ingredient-list-title-booster-essence {
	font-family: 'Optima Regular';
	font-size: 25px;
    color: #5c3327;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 20px;
}

.modalcontentIngredientListBoosterEssence  {
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	overflow-y: auto;
    max-height: 80vh;
}

.modalcontentIngredientListBoosterEssence::-webkit-scrollbar  {
    width: 6px;
} 
.modalcontentIngredientListBoosterEssence::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(92 51 39)
} 
.modalcontentIngredientListBoosterEssence::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgb(92 51 39)
}


.how-to-use-section .how-to-use-container {
	background: url(https://resource.bwlgroup.com/drs-secret/images/drs-secret-booster-essence.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 60px 80px;
}

.how-to-use-section .how-to-use-container .how-to-use-contents {
	width: 60%;
}

.how-to-use-section .how-to-use-container h2 {
	font-family: var(--be-font-heading);
	font-size: 41px;
	color: var(--be-dark-brown-color);
	margin-bottom: 15px;
}

.how-to-use-section .how-to-use-container ol {
	padding-left: 20px;
}

.how-to-use-section .how-to-use-container ol li {
	list-style-type: decimal;
}

.how-to-use-section .how-to-use-container ol li {
	font-family: var(--be-font-body);
	font-size: 21px;
	color: var(--be-dark-brown-color);
	padding: 15px;
	/* margin-bottom: 15px; */
}

.how-to-use-section .how-to-use-container ol li strong {
	font-family: var(--be-font-body-bold);
}

.how-to-use-section .how-to-use-container p {
	font-family: var(--be-font-body);
	font-size: 17px;
	color: var(--be-dark-brown-color);
	margin-bottom: 15px;
}


.safety-tips-section .safety-tips-container {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fefbf7;
}

.safety-tips-section .safety-tips-container img,
.safety-tips-section .safety-tips-container .safety-tips-contents {
	width: 50%;
}

.safety-tips-section .safety-tips-container .safety-tips-contents {
	padding: 0 55px;
}

.safety-tips-section .safety-tips-container .safety-tips-contents h2 {
	font-family: var(--be-font-body);
	font-size: clamp(28px, 6vw, 42px);;
	color: var(--be-dark-brown-color-2);
	margin-bottom: 15px;
}

.safety-tips-section .safety-tips-container .safety-tips-contents h2 span.italic {
	font-family: var(--be-font-heading-italic);
}

.safety-tips-section .safety-tips-container .safety-tips-contents ul li {
	padding: 10px 0 10px 30px;
	position: relative;
	font-size: 18px;
}

.safety-tips-section .safety-tips-container .safety-tips-contents ul li::before {
	content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 17px;
    height: 17px;
    background-image: url(https://resource.bwlgroup.com/drs-secret/images/icon-info.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* transform: translateY(-100%); */
    transition: width 0.4s ease, height 0.4s ease;
    z-index: 0;
}

.safety-tips-section .safety-tips-container .safety-tips-contents ul li:first-child:before {
	content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 17px;
    height: 17px;
    background-image: url(https://resource.bwlgroup.com/drs-secret/images/icon-tick.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* transform: translateY(-100%); */
    transition: width 0.4s ease, height 0.4s ease;
    z-index: 0;
}

@media (max-width: 991px) {
	.booster-essence-container {
		margin-top: -40px;
	}

	.ultimate-duo-container {
		padding: 0 30px;
	}

	.ultimate-duo-container h2 {
		font-size: 28px;
	}

	.advanced-skin-renewal-analytics-container .top-analytics-content, .advanced-skin-renewal-analytics-container .bottom-analytics-content {
		padding: 0 30px 0 15px;
	}

	.advanced-skin-renewal-analytics-container .bottom-analytics-content {
		padding: 0 15px 0 30px;
	}

	.advanced-skin-renewal-analytics-container .advanced-skin-renewal-analytics-statement {
		top: 57.5%;
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics {
		padding: 0 30px;
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content h2 {
		font-size: 28px;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container {
		background: #d1dbee;
		position: relative;
		height: inherit;
		background-size: cover;
		background-position: center;
		padding: 20px 15px 40px;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0px;
		width: 100%;
		height: 600px;
		background-image: url(https://resource.bwlgroup.com/drs-secret/images/spi-q-micro-delivery-spicules-mobile.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top;
		/* transform: translateY(-100%); */
		/* transition: width 0.4s ease, height 0.4s ease; */
		z-index: 0;
	}

	/* .spi-q-micro-delivery-spicules-section {
		position: relative;
	} */

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: url(https://resource.bwlgroup.com/drs-secret/images/spi-q-micro-delivery-spicules-bottom-mobile.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
		/* transform: translateY(-100%); */
		/* transition: width 0.4s ease, height 0.4s ease; */
		z-index: 0;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container h2 {
		/* font-size: 24px; */
        width: 65%;
        margin: auto;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container h2 br {
		display: none;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container h2 span {
		/* font-size: 28px; */
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-desc {
		font-size: 18px;
		width: 100%;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-desc.left {
		padding: 270px 0 0;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-desc.right {
		padding: 10px 0 45px;
		position: relative;
		top: 0;
		left: 0;
		transform: inherit;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-how-it-work-contents h5 {
		font-size: 28px;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item .how-it-work-desc h6 {
		font-size: 18px;
		margin-top: 5px;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item .how-it-work-desc p {
		font-size: 28px;
		margin-top: 0;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item {
		width: 70%;
		padding: 0 10px;
		margin-top: 50px;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item:first-child {
		width: 50%;
		padding: 0 30px;
		margin-top: 20px;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item.second-item {
		position: relative;
		top: 0;
		right: 0;
		left: inherit;
		transform: inherit;
		margin-left: auto;
		width: 50%;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item.third-item {
		position: relative;
		top: 0;
		left: 0;
		transform: inherit;
		width: 50%;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item img {
		padding-left: 35px;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container {
		padding: 45px 30px;
	}

	.safety-tips-section .safety-tips-container {
		flex-direction: column;
	}

	.safety-tips-section .safety-tips-container img, .safety-tips-section .safety-tips-container .safety-tips-contents {
		width: 100%;
	}

	.safety-tips-section .safety-tips-container .safety-tips-contents {
		padding: 35px 55px;
	}

	.safety-tips-section .safety-tips-container .safety-tips-contents h2 {
		font-size: 28px;
	}

	.safety-tips-section .safety-tips-container .safety-tips-contents ul li {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.synergy-by-design-section {
		background: url(https://resource.bwlgroup.com/drs-secret/images/synergy-by-design-biosc-ampoule-booster-essence-mobile.jpg) no-repeat;
		background-color: #dad9e1;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 500px;
	}

	.synergy-by-design-section .synergy-by-design-content {
		color: var(--be-main-color);
        width: 100%;
		transform: translate(0%, 50%);
    	padding: 0 28px;
        text-align: center;
	}

	.synergy-by-design-section .synergy-by-design-content h2 {
		font-size: 28px;
	}

	.synergy-by-design-section .synergy-by-design-content h3 {
		font-size: 18px;
		margin-top: 20px;
	}

	.synergy-by-design-section .synergy-by-design-content p {
		font-size: 15px;
		font-family: var(--be-font-body);
		margin-top: 10px;
	}

	.advanced-skin-renewal-section {
		height: 1300px;
	}

	.ultimate-duo-container h2 {
        font-size: 23px;
    }

	.ultimate-duo-container p {
		width: 100%;
		margin-top: 10px;
	}

	.advanced-skin-renewal-analytics-container .top-analytics-content p, .advanced-skin-renewal-analytics-container .bottom-analytics-content p {
		font-size: 18px;
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content h2 {
        font-size: 23px;
    }

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content .comparison-skin h6 {
		font-size: 14px;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item {
		padding: 40px 50px;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list {
		gap: 75px;
	}

	.how-to-use-section .how-to-use-container {
		background: #ede3dd;
		/* position: relative;
		background-size: cover;
		background-position: center; */
		padding: 32px 42px 40%;
		position: relative;
	}

	.how-to-use-section .how-to-use-container::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: url(https://resource.bwlgroup.com/drs-secret/images/drs-secret-booster-essence-mobile.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
		/* transform: translateY(-100%); */
		/* transition: width 0.4s ease, height 0.4s ease; */
		z-index: 0;
	}

	.how-to-use-section .how-to-use-container .how-to-use-contents {
		width: 100%;
        position: relative;
        z-index: 1;
	}

	.how-to-use-section .how-to-use-container h2 {
		font-size: 28px;
	}

	.how-to-use-section .how-to-use-container p {
		width: 50%;
	}
}


@media (max-width: 576px) {
	/* .booster-essence-container {
		margin-top: -40px;
	} */

	.synergy-by-design-section {
		background: url(https://resource.bwlgroup.com/drs-secret/images/synergy-by-design-biosc-ampoule-booster-essence-mobile.jpg) no-repeat;
		background-color: #dad9e1;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 500px;
	}

	.synergy-by-design-section .synergy-by-design-content {
		color: var(--be-main-color);
        width: 100%;
		transform: translate(0%, 50%);
    	padding: 0 28px;
        text-align: center;
	}

	.synergy-by-design-section .synergy-by-design-content h2 {
		font-size: 28px;
	}

	.synergy-by-design-section .synergy-by-design-content h3 {
		font-size: 18px;
		margin-top: 20px;
	}

	.synergy-by-design-section .synergy-by-design-content p {
		font-size: 15px;
		font-family: var(--be-font-body);
		margin-top: 10px;
	}

	.advanced-skin-renewal-section {
		background: url("https://resource.bwlgroup.com/drs-secret/images/advanced-skin-renewal-biosc-ampoule-booster-essence-mobile.jpg") no-repeat;
		position: relative;
		height: 1450px;
		background-size: cover;
		background-position: center;
	}

	.ultimate-duo-container {
		color: var(--be-secondary-color);
		width: 100%;
		position: initial;
		left: initial;
		top: initial;
		padding: 35px 42px;
	}

	.ultimate-duo-container h2 {
		font-family: var(--be-font-heading);
		font-size: 23px;
	}

	.ultimate-duo-container h2 br {
		display: block;
	}

	.ultimate-duo-container p {
		width: 100%;
	}

	.advanced-skin-renewal-analytics-container .top-analytics-content, .advanced-skin-renewal-analytics-container .bottom-analytics-content {
		right: 0;
		top: 12%;
		padding: 0 15px;
	}

	.advanced-skin-renewal-analytics-container .bottom-analytics-content {
		right: initial;
        left: 0;
        top: 31%;
        padding: 0 20px;
	}

	.advanced-skin-renewal-analytics-container .top-analytics-content .d-flex, .advanced-skin-renewal-analytics-container .bottom-analytics-content .d-flex {
		flex-direction: column;
		gap: 30px;
	}

	.advanced-skin-renewal-analytics-container .top-analytics-content h6, .advanced-skin-renewal-analytics-container .bottom-analytics-content h6 {
		font-size: 35px;
	}

	.advanced-skin-renewal-analytics-container .top-analytics-content p, .advanced-skin-renewal-analytics-container .bottom-analytics-content p {
		font-size: 15px;
	}

	.advanced-skin-renewal-analytics-container .advanced-skin-renewal-analytics-statement {
		width: 100%;
		top: 53%;
		padding: 0px 40px;
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics {
		bottom: 2%;
		padding: 0 20px;
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content {
		background-color: rgba(255, 255, 255, 0.3);
		border-radius: 36px;
		/* height: 485px; */
		padding: 27px 20px;
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content h2 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	
	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content h2 span.italic {
		font-size: inherit;
		font-family: var(--be-font-heading-italic);
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content .comparison-skin h6 {
		font-size: 18px;
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content .comparison-skin {
		flex-direction: column;
		gap: 0;
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content .comparison-skin > div {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content .comparison-skin h6 {
		width: calc(30% - 20px);
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content .comparison-skin img {
		width: 70%;
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content h6 {
		font-size: 15px;
	}

	.advanced-skin-renewal-analytics-container .achieve-firmer-looking-analytics-content p {
		font-size: 12px;
		font-family: var(--be-font-body);
		color: var(--be-main-color);
		margin-bottom: 10px;
		/* margin: 20px 0; */
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container {
		background: #d1dbee;
		position: relative;
		height: inherit;
		background-size: cover;
		background-position: center;
		padding: 20px 15px 40px;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0px;
		width: 100%;
		height: 600px;
		background-image: url(https://resource.bwlgroup.com/drs-secret/images/spi-q-micro-delivery-spicules-mobile.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top;
		/* transform: translateY(-100%); */
		/* transition: width 0.4s ease, height 0.4s ease; */
		z-index: 0;
	}

	/* .spi-q-micro-delivery-spicules-section {
		position: relative;
	} */

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0px;
		width: 100%;
		height: 500px;
		background-image: url(https://resource.bwlgroup.com/drs-secret/images/spi-q-micro-delivery-spicules-bottom-mobile.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom;
		/* transform: translateY(-100%); */
		/* transition: width 0.4s ease, height 0.4s ease; */
		z-index: 0;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container h2 {
		/* font-size: 24px; */
        width: 65%;
        margin: auto;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container h2 br {
		display: none;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container h2 span {
		/* font-size: 28px; */
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-desc {
		font-size: 18px;
		width: 100%;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-desc.left {
		padding: 220px 0 0;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-desc.right {
		padding: 10px 0 45px;
		position: relative;
		top: 0;
		left: 0;
		transform: inherit;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-micro-delivery-spicules-how-it-work-contents h5 {
		font-size: 28px;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item .how-it-work-desc h6 {
		font-size: 18px;
		margin-top: 5px;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item .how-it-work-desc p {
		font-size: 28px;
		margin-top: 0;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item {
		width: 70%;
		padding: 0 10px;
		margin-top: 50px;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item:first-child {
		width: 70%;
		padding: 0 10px;
		margin-top: 20px;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item.second-item {
		position: relative;
		top: 0;
		right: 0;
		left: inherit;
		transform: inherit;
		margin-left: auto;
		width: 70%;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item.third-item {
		position: relative;
		top: 0;
		left: 0;
		transform: inherit;
		width: 70%;
	}

	.spi-q-micro-delivery-spicules-section .spi-q-micro-delivery-spicules-container .spi-q-how-it-work-item img {
		padding-left: 35px;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container {
		padding: 45px 30px;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container h2 {
		font-size: 28px;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container h2 br {
		display: none;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item {
		padding: 30px 30px;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item h5 {
		font-size: 23px;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list {
		gap: 20px;
		margin-top: 25px;
		flex-direction: column;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list .ingredient-item {
		width: 100%;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list img {
		width: 175px;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list h6 {
		font-size: 18px;
		margin-top: 15px;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container .actives-type .actives-type-item .ingredient-list p {
		font-size: 15px;
		margin-top: 5px;
		padding-left: 22px;
		position: relative;
	}

	.barrier-supporting-actives-section .barrier-supporting-actives-container .full-ingredient-list h6 {
		font-size: 15px;
		margin: 35px 0 0;
	}

	.safety-tips-section .safety-tips-container {
		flex-direction: column;
	}

	.safety-tips-section .safety-tips-container img, .safety-tips-section .safety-tips-container .safety-tips-contents {
		width: 100%;
	}

	.safety-tips-section .safety-tips-container .safety-tips-contents {
		padding: 35px 55px;
	}

	.safety-tips-section .safety-tips-container .safety-tips-contents h2 {
		font-size: 28px;
	}

	.safety-tips-section .safety-tips-container .safety-tips-contents ul li {
		font-size: 18px;
	}
}