<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bc-skin-profile__title {
   font-size:95px;
}
.submit-btn {
    width: 275px;
}

@media (min-width: 1024px) and (max-width: 1250px) {
	.bc-skin-profile__title {
       font-size:80px;
	}
}

@media (max-width: 1023px) {
.bc-skin-profile__title {
    font-size: 40px;
}
}

.bc-product button {
	width: 85%;
}

.button.open-quickview {
    line-height: 20px;
}

@media (min-width: 1024px) and (max-width: 1214px) {
  .bc-ingredients h2 {
     margin-top:revert;
  }
}


   /* CUSTOM CSS DTW 12/04/2022 */
   .bc_products__essential-subtitle {
    font-size: 20px;
    line-height: 140%;
    font-weight: initial;
}

.bc-products .tab-content h2 {
    font-size: 40px;
    line-height: 105%;
}


@media (max-width: 1023px) {
.bc-products .tab-content h2 {
    font-size: 24px;
  
}
}

.bc-products {
    margin-top: 87px;
}</pre></body></html>