/*--------------------------------
***  IMPORT GENERAL AND IMPORTANT
**   VARIABLES , RESET , GENERAL
*/
/*========================================================================================*\
*----------------------------               ACCENT              ----------------------------        
\*========================================================================================*/
/*========================================================================================*\
*----------------------------               Brand              -----------------------------        
\*========================================================================================*/
/*========================================================================================*\
*----------------------------               GRAY              -----------------------------        
\*========================================================================================*/
/*========================================================================================*\
*----------------------------               MAIN THEME              ------------------------        
\*========================================================================================*/
/*========================================================================================*\
*----------------------------               BREAKPOINTS              -----------------------        
\*========================================================================================*/
/*========================================================================================*\
*----------------------------               BREADCRUMB DIVIDER              ----------------        
\*========================================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #161E2E;
}

html {
  font-family: "DM Sans";
}

.responsive {
  width: 80%;
}

.row {
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.bi-minus::before {
  content: "\2212";
}

@media screen and (max-width: 87.5em) {
  .responsive {
    width: 85% !important;
  }
}
@media screen and (max-width: 64em) {
  .responsive {
    width: 90% !important;
  }
}
/*--------------------------------
***  
**   FONTS
*/
@font-face {
  font-family: 'Butler';
  src: url("../fonts/Butler/Butler_Black.otf") format("opentype");
}
@font-face {
  font-family: 'Butler';
  font-weight: bold;
  src: url("../fonts/Butler/Butler_Bold.otf") format("opentype");
}
@font-face {
  font-family: 'Butler';
  font-weight: bolder;
  src: url("../fonts/Butler/Butler_ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: 'Butler';
  font-weight: 400;
  src: url("../fonts/Butler/Butler_Light.otf") format("opentype");
}
@font-face {
  font-family: 'Butler';
  font-weight: normal;
  src: url("../fonts/Butler/Butler_Medium.otf") format("opentype");
}
@font-face {
  font-family: 'Butler';
  src: url("../fonts/Butler/Butler_Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Butler';
  font-weight: 100;
  src: url("../fonts/Butler/Butler_Ultra_Light.otf") format("opentype");
}
@font-face {
  font-family: 'DM Sans';
  font-weight: bold;
  src: url("../fonts/DMSans/DMSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans/DMSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  src: url("../fonts/DMSans/DMSans-italic.ttf") format("truetype");
}
@font-face {
  font-family: 'DM Sans';
  font-weight: normal;
  src: url("../fonts/DMSans/DMSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'DM Sans';
  font-weight: 500;
  src: url("../fonts/DMSans/DMSans-Regular.ttf") format("truetype");
}
/*--------------------------------
***  
**   MODULES
*/
.menu-mobile-container.open {
  left: 0rem !important;
}

.menu-mobile-container {
  width: 100%;
  background-color: rgba(22, 30, 46, 0.6);
  height: 100vh;
  position: fixed;
  top: 0em;
  left: -100em;
  z-index: 2000;
  transition: all 0.5s ease;
}
.menu-mobile-container .menu-center {
  width: 70%;
  height: 100%;
  background-color: #FFFFFF;
}
.menu-mobile-container .menu-center .logo-mobile {
  border-bottom: 1px solid #E5E7EB;
}
.menu-mobile-container .menu-center .menu-items-mobile span {
  height: 3em;
}
.menu-mobile-container .menu-center .menu-items-mobile span a {
  color: #4B5563;
  line-height: 3em;
  display: block;
  cursor: pointer;
  font-size: 0.9em;
}
.menu-mobile-container .menu-center .actions-menu-mobile span {
  font-size: 1.1em;
  margin-bottom: 1em;
}
.menu-mobile-container .menu-center .actions-menu-mobile .btn-login-mobile {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  background-color: #6B479A;
  color: #FFFFFF;
  padding: 0.5em 0em;
  border-radius: 0.1em;
  margin-bottom: 0.5em;
  border: 1px solid #6B479A;
}
.menu-mobile-container .menu-center .actions-menu-mobile .btn-register-mobile {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  border-radius: 0.1em;
  padding: 0.5em 0em;
  border: 1px solid #6B479A;
  color: #6B479A;
}

.header-center {
  height: 100px;
  background-color: #FFFFFF;
  box-shadow: 0em 0.25em 0.5em #E5E7EB;
}
.header-center .header-elements {
  width: 80%;
}
.header-center .header-elements .menu-icon-responsive {
  font-size: 1.5em;
  color: #161E2E;
  cursor: pointer;
}
.header-center .header-elements ul li {
  display: inline-block;
}
.header-center .header-elements ul li a {
  color: #161E2E;
  display: block;
  font-weight: 700;
}
.header-center .header-elements .logo {
  height: 35px;
}
.header-center .header-elements .actions-header {
  text-transform: uppercase;
}
.header-center .header-elements .actions-header .btn-influencer {
  font-size: 0.87rem;
  line-height: 16px;
  text-align: center;
  color: #6B479A;
  border: 1px solid #6B479A;
  border-radius: 0.1rem;
  padding: 0.5rem 1rem;
}
.header-center .header-elements .actions-header .btn-login {
  color: #161E2E;
  margin: 0rem 3rem;
}
.header-center .header-elements .actions-header .cart-div {
  color: #161E2E;
  position: relative;
  display: inline-block;
}
.header-center .header-elements .actions-header .cart-div i {
  font-size: 1.5rem;
}
.header-center .header-elements .actions-header .cart-div span {
  position: absolute;
  background-color: #C26431;
  color: #FFFFFF;
  border-radius: 2rem;
  width: 1.2rem;
  height: 1.2rem;
  right: -0.5rem;
  top: -0.5rem;
  font-size: 0.8rem;
}

@media screen and (max-width: 87.5em) {
  .header-elements {
    width: 85% !important;
    font-size: 0.85em;
  }
  .header-elements .btn-login {
    margin: 0rem 1.5rem !important;
  }
}
@media screen and (max-width: 64em) {
  .header-elements {
    width: 90% !important;
  }
}
@media screen and (max-width: 36em) {
  .menu-center {
    width: 80% !important;
  }
}
.breadcrumb-center {
  background-color: #F4F5F7;
  width: 100%;
  height: 3em;
}
.breadcrumb-center .breadcrumb-items {
  width: 80%;
}
.breadcrumb-center .breadcrumb-items ul.breadcrumb {
  font-size: 0.8em;
}
.breadcrumb-center .breadcrumb-items ul.breadcrumb li a {
  color: #9FA6B2;
}
.breadcrumb-center .breadcrumb-items ul.breadcrumb li a.active {
  color: #4B5563;
}
.breadcrumb-center .breadcrumb-items ul.breadcrumb li + li::before {
  padding: 0.5em;
  color: #9FA6B2;
  content: "---";
}

@media screen and (max-width: 87.5em) {
  .breadcrumb-items {
    width: 85% !important;
  }
}
@media screen and (max-width: 64em) {
  .breadcrumb-items {
    width: 90% !important;
  }
}
.footer-center {
  background-image: linear-gradient(90deg, #f7fffe -0.42%, #f4f1f9 99.9%);
}
.footer-center .footer-elements {
  width: 80%;
}
.footer-center .footer-elements .footer-links {
  padding: 4em 0em;
  border-bottom: 1px solid #E5E7EB;
}
.footer-center .footer-elements .footer-links .column-footer {
  flex-grow: 1 !important;
  padding-right: 1em;
}
.footer-center .footer-elements .footer-links .column-footer:first-child {
  max-width: 25%;
}
.footer-center .footer-elements .footer-links .column-footer b {
  font-size: 1.1em;
  font-family: "Butler";
  font-weight: bolder;
  line-height: 2;
  display: block;
  margin-bottom: 0.5em;
  color: #161E2E;
}
.footer-center .footer-elements .footer-links .column-footer span {
  display: block;
  color: #4B5563;
  line-height: 2;
}
.footer-center .footer-elements .footer-links .column-footer span a {
  color: #4B5563;
}
.footer-center .footer-elements .footer-links .column-footer span a i.bi {
  margin-right: 0.5em;
}
.footer-center .footer-elements .copy-right span {
  color: #6B7280;
}
.footer-center .footer-elements .copy-right img {
  height: 1.5em;
}

@media screen and (max-width: 87.5em) {
  .footer-elements {
    width: 85% !important;
    font-size: 0.85em;
  }
}
@media screen and (max-width: 64em) {
  .footer-elements {
    width: 90% !important;
  }
}
@media screen and (max-width: 36em) {
  .footer-links {
    flex-direction: column;
  }
  .footer-links .column-footer:first-child {
    max-width: 100% !important;
  }
  .footer-links .column-footer {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 25em) {
  .copy-right {
    flex-direction: column;
    align-items: center !important;
  }
  .copy-right span {
    margin-bottom: 1em;
  }
}
.login-center .title-login {
  width: 80%;
  border-bottom: 1px solid #E5E7EB;
}
.login-center .title-login h1 {
  font-family: "Butler";
  font-size: 2.5em;
  font-weight: normal;
}
.login-center .login-items {
  width: 80%;
  border-bottom: 1px solid #E5E7EB;
}
.login-center .login-items form.form-login {
  width: 35%;
}
.login-center .login-items form.form-login label {
  color: #374151;
}
.login-center .login-items form.form-login input {
  border: 1px solid #E5E7EB;
  border-radius: 0.15em;
}
.login-center .login-items form.form-login div {
  position: relative;
}
.login-center .login-items form.form-login div i.field-icon {
  position: absolute;
  right: 1em;
  z-index: 2;
  cursor: pointer;
}
.login-center .login-items form.form-login div input.wrong {
  border-color: #DC2626;
}
.login-center .login-items form.form-login span {
  font-size: 0.9em;
  color: #DC2626;
}
.login-center .login-items form.form-login p.role-login {
  line-height: 2;
  margin-bottom: 1em;
}
.login-center .login-items form.form-login p.role-login a {
  color: #16A34A;
}
.login-center .login-items form.form-login input.btn-submit {
  background-color: #6B479A;
  color: #FFFFFF;
  border-radius: 0.15em;
}
.login-center .login-items form.form-login p.signUp-login {
  line-height: 2;
}
.login-center .login-items form.form-login p.signUp-login a {
  color: #C26431;
}

@media screen and (max-width: 87.5em) {
  .title-login,
  .login-items {
    width: 85% !important;
  }
}
@media screen and (max-width: 64em) {
  .title-login,
  .login-items {
    width: 90% !important;
  }
}
@media screen and (max-width: 62em) {
  form.form-login {
    width: 55% !important;
  }
}
@media screen and (max-width: 36em) {
  form.form-login {
    width: 100% !important;
  }
}
.register-center .register-items {
  width: 80%;
}
.register-center .register-items .description-register h3 {
  font-family: "Butler";
  font-size: 2.5em;
  line-height: 3;
}
.register-center .register-items .description-register form.form-register .form-group-register {
  display: flex;
}
.register-center .register-items .description-register form.form-register .form-group-register input#referred-username {
  border: 1px solid #E5E7EB;
  padding: 0.5em 1em;
  width: 20em;
}
.register-center .register-items .description-register form.form-register .form-group-register input.submit-register {
  padding: 0.5em 2em;
  background-color: #6B479A;
  border: none;
  color: #FFFFFF;
}
.register-center .register-items .description-register p.description-form-register {
  color: #6B7280;
  line-height: 1.3;
}
.register-center .register-items .description-register p.description-form-register a {
  color: #16A34A;
}

@media screen and (max-width: 87.5em) {
  .register-items {
    width: 85% !important;
  }

  .picture-register {
    width: 80% !important;
  }
}
@media screen and (max-width: 75em) {
  .picture-register {
    width: 70% !important;
  }
}
@media screen and (max-width: 64em) {
  .register-items {
    width: 90% !important;
  }

  p.description-form-register {
    font-size: 0.9em;
  }

  .description-register h3 {
    font-size: 2em !important;
    line-height: 2.5 !important;
  }
}
@media screen and (max-width: 48em) {
  .form-group-register {
    flex-direction: column;
  }
  .form-group-register input#referred-username {
    width: auto !important;
  }
  .form-group-register input.submit-register {
    margin: 0.5em 0em !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 36em) {
  .picture-register {
    width: 100% !important;
  }
}
.create-account-center .title-register {
  width: 80%;
  border-bottom: 1px solid #E5E7EB;
}
.create-account-center .title-register h1 {
  font-family: "Butler";
  font-size: 2.5em;
}
.create-account-center .inputs-create-account {
  width: 80%;
  border-bottom: 1px solid #E5E7EB;
}
.create-account-center .inputs-create-account .inputs-center {
  width: 60%;
}
.create-account-center .inputs-create-account .inputs-center div.form-group {
  padding-left: 0em !important;
}
.create-account-center .inputs-create-account .inputs-center div.form-group label {
  display: block;
  margin: 0.5em 0em;
}
.create-account-center .inputs-create-account .inputs-center div.form-group input,
.create-account-center .inputs-create-account .inputs-center div.form-group select {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #E5E7EB;
  padding: 0.5em;
  background-color: #FFFFFF;
}
.create-account-center .inputs-create-account .inputs-center div.form-group div {
  position: relative;
}
.create-account-center .inputs-create-account .inputs-center div.form-group div i.field-icon {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 2;
  cursor: pointer;
}
.create-account-center .inputs-create-account .inputs-center .description-inputs {
  color: #6B7280;
  line-height: 1.5;
}
.create-account-center .Checkboxes-create-account {
  width: 80%;
  border-bottom: 1px solid #E5E7EB;
}
.create-account-center .Checkboxes-create-account .Checkboxes-center {
  width: 60%;
}
.create-account-center .Checkboxes-create-account .Checkboxes-center span.title-terms {
  font-size: 1.3em;
  line-height: 2;
}
.create-account-center .Checkboxes-create-account .Checkboxes-center div input {
  border: 1px solid #D2D6DC;
}
.create-account-center .Checkboxes-create-account .Checkboxes-center div label {
  margin-left: 0.5em;
  color: #4B5563;
  line-height: 1.3;
}
.create-account-center .Checkboxes-create-account .Checkboxes-center div label a {
  color: #16A34A;
}
.create-account-center .submit-form-register {
  width: 80%;
}
.create-account-center .submit-form-register input.submit-form-register-btn {
  background-color: #6B479A;
  border: 1px solid #6B479A;
  color: #FFFFFF;
  border-radius: 0.15em;
  padding: 1em 5em;
  font-weight: lighter;
}

@media screen and (max-width: 87.5em) {
  .title-register,
  .inputs-create-account,
  .Checkboxes-create-account,
  .submit-form-register {
    width: 85% !important;
  }
}
@media screen and (max-width: 64em) {
  .title-register,
  .inputs-create-account,
  .Checkboxes-create-account,
  .submit-form-register {
    width: 90% !important;
  }

  .inputs-center {
    width: 70% !important;
  }
  .inputs-center .description-inputs {
    font-size: 0.9em;
  }

  .Checkboxes-center {
    width: 70% !important;
  }
}
@media screen and (max-width: 36em) {
  .inputs-center {
    width: 100% !important;
  }
  .inputs-center div.col-12 {
    padding: 0em !important;
  }
  .inputs-center .description-inputs {
    padding: 0.5em 0em;
  }

  .Checkboxes-center,
  .Checkboxes-center,
  .submit-form-register-btn {
    width: 100% !important;
  }
}
.slideshow-container {
  width: 100%;
}
.slideshow-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
.slideshow-container .banner-home-page {
  background: white;
  height: 75vh;
}
.slideshow-container .banner-home-page .holder-image {
  width: 50%;
  height: 100%;
}
.slideshow-container .banner-home-page .holder-image img {
  width: 100%;
  height: 100%;
  border-radius: 0em 0em 0em 4em;
}
.slideshow-container .banner-home-page .slide-elements {
  width: 50%;
  padding-left: 10%;
  padding-right: 2%;
}
.slideshow-container .banner-home-page .slide-elements .description-slide .grouping {
  line-height: 2;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  color: #09BFA9;
}
.slideshow-container .banner-home-page .slide-elements .description-slide .title-slide {
  font-family: "Butler";
  font-size: 2.5em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1rem;
}
.slideshow-container .banner-home-page .slide-elements .description-slide .text-slide {
  color: #6B7280;
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.slideshow-container .banner-home-page .slide-elements .description-slide .btn-shop-now {
  text-transform: uppercase;
  padding: 0.8em 2em;
  color: #FFFFFF;
  background-color: #6B479A;
  width: max-content;
  font-weight: 500;
}
.slideshow-container .banner-home-page .slide-elements .info-slide .number-slides {
  color: #161E2E;
  padding: 0.5em 0em;
}
.slideshow-container .banner-home-page .slide-elements .info-slide .number-slides .current-slide {
  font-size: 1.8rem;
}
.slideshow-container .banner-home-page .slide-elements .info-slide div.actions-slide .prev,
.slideshow-container .banner-home-page .slide-elements .info-slide div.actions-slide .next {
  cursor: pointer;
  width: auto;
  padding: 0.8em 1em;
  color: white;
  font-weight: bold;
  transition: 0.6s ease;
  border-radius: 2em;
  user-select: none;
  background-color: rgba(22, 30, 46, 0.4);
}
.slideshow-container .banner-home-page .slide-elements .info-slide div.actions-slide .prev:hover,
.slideshow-container .banner-home-page .slide-elements .info-slide div.actions-slide .next:hover {
  background-color: rgba(22, 30, 46, 0.2);
}
.card-turn-back {
  width: 100%;
}
.card-turn-back>div {
  background-color: #FFE9EA;
}
.card-turn-back>div img{
  max-width: 45% !important;
  object-fit: scale-down;
  max-height: 70vh;
}
.card-turn-back>div .text-turn-back span{
  font-size: 3rem;
  line-height: 1.5;
  font-family: "Butler";
}
.card-turn-back>div .text-turn-back p{
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 48em) {
  .card-turn-back>div img{
    max-width: 100% !important;
  }
}

.beauty-center p.title-product-home-page {
  font-family: "Butler";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
}
.beauty-center p.title-product-home-page span {
  color: #6B479A;
  border-bottom: 1px solid #6B479A;
}
.beauty-center div.card {
  border: none;
  border-radius: 0em !important;
  height: 30em;
}
.beauty-center div.card .card-header {
  height: 85%;
  display: flex;
  border: none !important;
}
.beauty-center div.card .card-header img {
  border-radius: 0em !important;
  object-fit: scale-down;
}
.beauty-center div.card .card-header.one {
  background: #E2ECE9;
}
.beauty-center div.card .card-header.two {
  background: #F0EFEB;
}
.beauty-center div.card .card-header.three {
  background: #F4FFE8;
}
.beauty-center div.card .card-header.four {
  background: #FFF5ED;
}
.beauty-center div.card .card-body {
  text-align: center;
  text-transform: uppercase;
  height: 15%;
}
.beauty-center div.card .card-body h5.card-title {
  font-size: 1.1em;
}
.beauty-center div.card .card-body p.card-text {
  color: #4B5563;
  font-size: 0.85rem;
}
.beauty-center a.btn-view-product-homePage {
  color: #FFFFFF;
  background-color: #6B479A;
  font-weight: 400;
  text-transform: uppercase;
  width: max-content;
  padding: 0.8em 2em;
}

.mobile-full-section .card-mobile {
  width: 100%;
  min-height: 90vh;
  margin-bottom: 1rem;
}
.mobile-full-section .card-mobile .image-mobile {
  height: 45%;
}
.mobile-full-section .card-mobile .image-mobile img {
  max-width: 90%;
  height: 100%;
}
.mobile-full-section .card-mobile .text-mobile {
  height: 55%;
  padding: 1rem;
}
.mobile-full-section .card-mobile .text-mobile .groping, .mobile-full-section .card-mobile .text-mobile .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .mobile-full-section .card-mobile .text-mobile .groping-secondary, .mobile-full-section .card-mobile .text-mobile .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .mobile-full-section .card-mobile .text-mobile .groping-primary, .mobile-full-section .card-mobile .text-mobile .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .mobile-full-section .card-mobile .text-mobile .groping-secondary, .mobile-full-section .card-mobile .text-mobile .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .mobile-full-section .card-mobile .text-mobile .groping-primary, .mobile-full-section .card-mobile .text-mobile .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-secondary, .mobile-full-section .card-mobile .text-mobile .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-primary, .mobile-full-section .card-mobile .text-mobile .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-secondary, .mobile-full-section .card-mobile .text-mobile .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-primary, .mobile-full-section .card-mobile .text-mobile .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-secondary, .mobile-full-section .card-mobile .text-mobile .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-primary, .mobile-full-section .card-mobile .text-mobile .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-secondary, .mobile-full-section .card-mobile .text-mobile .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-primary, .mobile-full-section .card-mobile .text-mobile .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-secondary, .mobile-full-section .card-mobile .text-mobile .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-primary, .mobile-full-section .card-mobile .text-mobile .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-secondary, .mobile-full-section .card-mobile .text-mobile .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .mobile-full-section .card-mobile .text-mobile .groping-primary {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.mobile-full-section .card-mobile .text-mobile .title-section {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Butler";
  margin-bottom: 1rem;
}
.mobile-full-section .card-mobile .text-mobile .description-section {
  line-height: 1.5;
  color: #6B7280;
  margin-bottom: 1rem;
}
.mobile-full-section .card-mobile .text-mobile .btn-shop-now {
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 0.7rem 2rem;
  background-color: #C26431;
  width: max-content;
}
.mobile-full-section .card-mobile.first {
  background-color: #F7E9E3;
}
.mobile-full-section .card-mobile.second {
  background-color: #F0F8FF;
}
.mobile-full-section .card-mobile.third {
  background-color: #FFF0F0;
}

.second-slideshow-center {
  width: 100%;
}
.second-slideshow-center .nav-dots {
  z-index: 1000;
  position: sticky;
  top: 50%;
  left: 2.5%;
  width: 1rem;
  height: 2rem;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.second-slideshow-center .nav-dots .nav-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #EAB308;
  border-radius: 50%;
  list-style: none;
  background: #EAB308;
  transition: all 0.3s;
}
.second-slideshow-center .nav-dots .nav-dot:not(:last-of-type) {
  margin-bottom: 20px;
}
.second-slideshow-center .nav-dots .nav-dot:hover, .second-slideshow-center .nav-dots .nav-dot.is-active {
  transform: scale(1.8);
  background: transparent;
  border-color: #6B479A;
}
.second-slideshow-center .main-structure > div, .second-slideshow-center .section .first-section > div, .second-slideshow-center .section .second-section > div, .second-slideshow-center .section .third-section > div {
  width: 50%;
  padding-left: 10%;
  padding-right: 5%;
}
.second-slideshow-center .main-structure > div .groping, .second-slideshow-center .section .first-section > div .groping, .second-slideshow-center .section .second-section > div .groping, .second-slideshow-center .section .third-section > div .groping, .second-slideshow-center .main-structure > div .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .second-slideshow-center .main-structure > div .groping-secondary, .second-slideshow-center .section .first-section > div .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .second-slideshow-center .section .first-section > div .groping-secondary, .second-slideshow-center .section .second-section > div .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .second-slideshow-center .section .second-section > div .groping-secondary, .second-slideshow-center .section .third-section > div .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .second-slideshow-center .section .third-section > div .groping-secondary, .second-slideshow-center .main-structure > div .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .second-slideshow-center .main-structure > div .groping-primary, .second-slideshow-center .section .first-section > div .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .second-slideshow-center .section .first-section > div .groping-primary, .second-slideshow-center .section .second-section > div .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .second-slideshow-center .section .second-section > div .groping-primary, .second-slideshow-center .section .third-section > div .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .second-slideshow-center .section .third-section > div .groping-primary, .second-slideshow-center .main-structure > div .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .second-slideshow-center .main-structure > div .groping-secondary, .second-slideshow-center .section .first-section > div .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .second-slideshow-center .section .first-section > div .groping-secondary, .second-slideshow-center .section .second-section > div .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .second-slideshow-center .section .second-section > div .groping-secondary, .second-slideshow-center .section .third-section > div .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .second-slideshow-center .section .third-section > div .groping-secondary, .second-slideshow-center .main-structure > div .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .second-slideshow-center .main-structure > div .groping-primary, .second-slideshow-center .section .first-section > div .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .second-slideshow-center .section .first-section > div .groping-primary, .second-slideshow-center .section .second-section > div .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .second-slideshow-center .section .second-section > div .groping-primary, .second-slideshow-center .section .third-section > div .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .second-slideshow-center .section .third-section > div .groping-primary, .second-slideshow-center .main-structure > div .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .second-slideshow-center .main-structure > div .groping-secondary, .second-slideshow-center .section .first-section > div .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .second-slideshow-center .section .first-section > div .groping-secondary, .second-slideshow-center .section .second-section > div .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .second-slideshow-center .section .second-section > div .groping-secondary, .second-slideshow-center .section .third-section > div .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .second-slideshow-center .section .third-section > div .groping-secondary, .second-slideshow-center .main-structure > div .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .second-slideshow-center .main-structure > div .groping-primary, .second-slideshow-center .section .first-section > div .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .second-slideshow-center .section .first-section > div .groping-primary, .second-slideshow-center .section .second-section > div .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .second-slideshow-center .section .second-section > div .groping-primary, .second-slideshow-center .section .third-section > div .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .second-slideshow-center .section .third-section > div .groping-primary, .second-slideshow-center .main-structure > div .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .second-slideshow-center .main-structure > div .groping-secondary, .second-slideshow-center .section .first-section > div .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .second-slideshow-center .section .first-section > div .groping-secondary, .second-slideshow-center .section .second-section > div .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .second-slideshow-center .section .second-section > div .groping-secondary, .second-slideshow-center .section .third-section > div .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .second-slideshow-center .section .third-section > div .groping-secondary, .second-slideshow-center .main-structure > div .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .second-slideshow-center .main-structure > div .groping-primary, .second-slideshow-center .section .first-section > div .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .second-slideshow-center .section .first-section > div .groping-primary, .second-slideshow-center .section .second-section > div .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .second-slideshow-center .section .second-section > div .groping-primary, .second-slideshow-center .section .third-section > div .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .second-slideshow-center .section .third-section > div .groping-primary, .second-slideshow-center .main-structure > div .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .second-slideshow-center .main-structure > div .groping-secondary, .second-slideshow-center .section .first-section > div .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .second-slideshow-center .section .first-section > div .groping-secondary, .second-slideshow-center .section .second-section > div .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .second-slideshow-center .section .second-section > div .groping-secondary, .second-slideshow-center .section .third-section > div .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .second-slideshow-center .section .third-section > div .groping-secondary, .second-slideshow-center .main-structure > div .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .second-slideshow-center .main-structure > div .groping-primary, .second-slideshow-center .section .first-section > div .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .second-slideshow-center .section .first-section > div .groping-primary, .second-slideshow-center .section .second-section > div .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .second-slideshow-center .section .second-section > div .groping-primary, .second-slideshow-center .section .third-section > div .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .second-slideshow-center .section .third-section > div .groping-primary, .second-slideshow-center .main-structure > div .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .second-slideshow-center .main-structure > div .groping-secondary, .second-slideshow-center .section .first-section > div .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .second-slideshow-center .section .first-section > div .groping-secondary, .second-slideshow-center .section .second-section > div .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .second-slideshow-center .section .second-section > div .groping-secondary, .second-slideshow-center .section .third-section > div .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .second-slideshow-center .section .third-section > div .groping-secondary, .second-slideshow-center .main-structure > div .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .second-slideshow-center .main-structure > div .groping-primary, .second-slideshow-center .section .first-section > div .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .second-slideshow-center .section .first-section > div .groping-primary, .second-slideshow-center .section .second-section > div .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .second-slideshow-center .section .second-section > div .groping-primary, .second-slideshow-center .section .third-section > div .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .second-slideshow-center .section .third-section > div .groping-primary, .second-slideshow-center .main-structure > div .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .second-slideshow-center .main-structure > div .groping-secondary, .second-slideshow-center .section .first-section > div .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .second-slideshow-center .section .first-section > div .groping-secondary, .second-slideshow-center .section .second-section > div .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .second-slideshow-center .section .second-section > div .groping-secondary, .second-slideshow-center .section .third-section > div .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .second-slideshow-center .section .third-section > div .groping-secondary, .second-slideshow-center .main-structure > div .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .second-slideshow-center .main-structure > div .groping-primary, .second-slideshow-center .section .first-section > div .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .second-slideshow-center .section .first-section > div .groping-primary, .second-slideshow-center .section .second-section > div .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .second-slideshow-center .section .second-section > div .groping-primary, .second-slideshow-center .section .third-section > div .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .second-slideshow-center .section .third-section > div .groping-primary, .second-slideshow-center .main-structure > div .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .second-slideshow-center .main-structure > div .groping-secondary, .second-slideshow-center .section .first-section > div .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .second-slideshow-center .section .first-section > div .groping-secondary, .second-slideshow-center .section .second-section > div .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .second-slideshow-center .section .second-section > div .groping-secondary, .second-slideshow-center .section .third-section > div .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .second-slideshow-center .section .third-section > div .groping-secondary, .second-slideshow-center .main-structure > div .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .second-slideshow-center .main-structure > div .groping-primary, .second-slideshow-center .section .first-section > div .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .second-slideshow-center .section .first-section > div .groping-primary, .second-slideshow-center .section .second-section > div .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .second-slideshow-center .section .second-section > div .groping-primary, .second-slideshow-center .section .third-section > div .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .second-slideshow-center .section .third-section > div .groping-primary {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.second-slideshow-center .main-structure > div .title-section, .second-slideshow-center .section .first-section > div .title-section, .second-slideshow-center .section .second-section > div .title-section, .second-slideshow-center .section .third-section > div .title-section {
  font-family: "Butler";
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.second-slideshow-center .main-structure > div .description-section, .second-slideshow-center .section .first-section > div .description-section, .second-slideshow-center .section .second-section > div .description-section, .second-slideshow-center .section .third-section > div .description-section {
  color: #6B7280;
  line-height: 1.5;
  width: 85%;
  margin-bottom: 2rem;
}
.second-slideshow-center .main-structure > div .btn-shop-now, .second-slideshow-center .section .first-section > div .btn-shop-now, .second-slideshow-center .section .second-section > div .btn-shop-now, .second-slideshow-center .section .third-section > div .btn-shop-now {
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 1rem 3rem;
  background-color: #C26431;
}
.second-slideshow-center .main-structure .holder-image, .second-slideshow-center .section .first-section .holder-image, .second-slideshow-center .section .second-section .holder-image, .second-slideshow-center .section .third-section .holder-image {
  width: 50%;
  height: 100%;
}
.second-slideshow-center .section {
  display: flex;
  min-height: 90vh;
  width: 100% !important;
  overflow-x: hidden;
}
.second-slideshow-center .section .first-section {
  background: linear-gradient(90deg, #F8EBE2 0%, #DDC9BB 100%);
  z-index: 100;
  width: 100%;
}
.second-slideshow-center .section .second-section {
  background-color: #F0F8FF;
  z-index: 150;
}
.second-slideshow-center .section .third-section {
  background-color: #FFF0F0;
  z-index: 200;
}

.product-slider-center .action-product-slider {
  color: #9FA6B2;
  font-size: 2rem;
  font-family: "Butler";
  margin: 0em 1.5rem;
  transition: all 0.3s ease;
  background-color: transparent;
  border: none;
}
.product-slider-center .action-product-slider.active {
  color: #6B479A;
  border-bottom: 2px solid #6B479A;
}
.product-slider-center .cards-products {
  display: none;
}
.product-slider-center .cards-products .card {
  border-radius: 0em !important;
  cursor: pointer;
  border: none;
  height: 28rem;
}
.product-slider-center .cards-products .card:hover .show,
.product-slider-center .cards-products .card:hover .button-add-cart {
  display: flex !important;
}
.product-slider-center .cards-products .card .top-section {
  position: relative;
  background-color: #F9FAFB;
  height: 75%;
  display: flex;
}
.product-slider-center .cards-products .card .top-section button.show {
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
  flex-direction: column;
  padding: 0.7em;
  border: 1px solid #E5E7EB;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.product-slider-center .cards-products .card .top-section button.show:hover {
  background-color: #09BFA9;
  color: #FFFFFF;
}
.product-slider-center .cards-products .card .top-section .button-add-cart {
  display: none;
  position: absolute;
  bottom: 0em;
  left: 0em;
  right: 0em;
  width: 100%;
  padding: 1em 0em;
  text-transform: uppercase;
  background-color: #161616;
  color: #FFFFFF;
  border: none;
  justify-content: center;
}
.product-slider-center .cards-products .card .top-section .card-img-top {
  padding: 4rem 2rem;
}
.product-slider-center .cards-products .card .top-section .card-img-top > img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-slider-center .cards-products .card .top-section .card-img-top i.off-number {
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #C26431;
  color: #FFFFFF;
  border-radius: 3em;
  font-size: 0.85em;
  padding: 0.8em 0.4em;
}
.product-slider-center .cards-products .card .card-body {
  padding-left: 0em;
  height: 25%;
}
.product-slider-center .cards-products .card .card-body .grouping {
  text-transform: uppercase;
  color: #16A34A;
  font-size: 0.7em;
  line-height: 1.5;
}
.product-slider-center .cards-products .card .card-body .card-title {
  line-height: 2;
  display: block;
  color: #161E2E;
  font-size: 1.1em;
}
.product-slider-center .cards-products .card .card-body span.price {
  font-size: 0.85em;
  color: #4B5563;
  line-height: 1.5;
}
.product-slider-center .cards-products .card .card-body span.ins {
  color: #C26431;
}
.product-slider-center .cards-products .card .card-body span.del {
  text-decoration: line-through;
  font-size: 0.75em;
}

.image-overlays-card-center .col-12 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.image-overlays-card-center .card-overlay {
  border: none;
  height: 18em;
}
.image-overlays-card-center .card-overlay .card-body {
  position: relative;
  height: 100%;
}
.image-overlays-card-center .card-overlay .card-body .card-text {
  height: 12em;
  z-index: 10;
}
.image-overlays-card-center .card-overlay .card-body .card-text .groping, .image-overlays-card-center .card-overlay .card-body .card-text .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .image-overlays-card-center .card-overlay .card-body .card-text .groping-secondary, .image-overlays-card-center .card-overlay .card-body .card-text .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .image-overlays-card-center .card-overlay .card-body .card-text .groping-primary, .image-overlays-card-center .card-overlay .card-body .card-text .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .image-overlays-card-center .card-overlay .card-body .card-text .groping-secondary, .image-overlays-card-center .card-overlay .card-body .card-text .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .image-overlays-card-center .card-overlay .card-body .card-text .groping-primary, .image-overlays-card-center .card-overlay .card-body .card-text .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-secondary, .image-overlays-card-center .card-overlay .card-body .card-text .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-primary, .image-overlays-card-center .card-overlay .card-body .card-text .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-secondary, .image-overlays-card-center .card-overlay .card-body .card-text .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-primary, .image-overlays-card-center .card-overlay .card-body .card-text .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-secondary, .image-overlays-card-center .card-overlay .card-body .card-text .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-primary, .image-overlays-card-center .card-overlay .card-body .card-text .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-secondary, .image-overlays-card-center .card-overlay .card-body .card-text .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-primary, .image-overlays-card-center .card-overlay .card-body .card-text .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-secondary, .image-overlays-card-center .card-overlay .card-body .card-text .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-primary, .image-overlays-card-center .card-overlay .card-body .card-text .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-secondary, .image-overlays-card-center .card-overlay .card-body .card-text .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .image-overlays-card-center .card-overlay .card-body .card-text .groping-primary {
  font-size: 1.1em;
  line-height: 1.5;
}
.image-overlays-card-center .card-overlay .card-body .card-text .title-package {
  font-size: 2rem;
  font-family: "Butler";
  line-height: 2.5;
}
.image-overlays-card-center .card-overlay .card-body .card-text a {
  color: #6B479A;
  background-color: #FFFFFF;
  font-weight: 400;
  padding: 0.5em 2.5rem;
  text-transform: uppercase;
  width: max-content;
  cursor: pointer;
}
.image-overlays-card-center .card-overlay .card-body img {
  width: 40%;
  height: 100%;
  margin-bottom: -1em;
  margin-right: -1em;
  align-self: flex-end;
  object-position: right;
  object-fit: contain;
  z-index: 1;
}

.significances-center .title-card-significances {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Butler";
  line-height: 1.5;
  margin-bottom: 0.5rem;
  text-align: center;
}
.significances-center .description-card-significances {
  line-height: 1.5;
  color: #9FA6B2;
  text-align: center;
}

.instagram-post-center img {
  width: 100%;
}
.instagram-post-center a.follow-instagram {
  color: #6B479A;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

@keyframes fade {
  from {
    opacity: .4 !important;
  }
  to {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 87.5em) {
  .slide-elements {
    padding-left: 7.5% !important;
  }

  .second-slideshow-center .main-structure > div, .second-slideshow-center .section .first-section > div, .second-slideshow-center .section .second-section > div, .second-slideshow-center .section .third-section > div {
    padding-left: 7.5% !important;
  }
}
@media screen and (max-width: 75em) {
  .second-slideshow-center .main-structure .title-section, .second-slideshow-center .section .first-section .title-section, .second-slideshow-center .section .second-section .title-section, .second-slideshow-center .section .third-section .title-section {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 64em) {
  .second-slideshow-center .main-structure, .second-slideshow-center .section .first-section, .second-slideshow-center .section .second-section, .second-slideshow-center .section .third-section {
    flex-direction: column;
  }
  .second-slideshow-center .main-structure > div, .second-slideshow-center .section .first-section > div, .second-slideshow-center .section .second-section > div, .second-slideshow-center .section .third-section > div {
    width: 100% !important;
  }
  .second-slideshow-center .main-structure .holder-image, .second-slideshow-center .section .first-section .holder-image, .second-slideshow-center .section .second-section .holder-image, .second-slideshow-center .section .third-section .holder-image {
    width: 100% !important;
  }
  .second-slideshow-center .main-structure .holder-image img, .second-slideshow-center .section .first-section .holder-image img, .second-slideshow-center .section .second-section .holder-image img, .second-slideshow-center .section .third-section .holder-image img {
    height: 100%;
  }
  .second-slideshow-center .section > div div {
    order: 1;
    height: 50% !important;
  }
  .second-slideshow-center .section > div .holder-image {
    height: 50% !important;
    order: 0;
    width: 100% !important;
    align-items: flex-start !important;
  }

  .image-overlays-card-center .card-overlay {
    height: 12em;
  }
  .image-overlays-card-center .card-overlay .card-text {
    height: auto !important;
  }
}
@media screen and (max-width: 62em) {
  .banner-home-page {
    flex-direction: column;
    height: 100vh !important;
  }
  .banner-home-page .slide-elements,
  .banner-home-page .holder-image {
    width: 100% !important;
  }
  .banner-home-page .slide-elements {
    padding: 1.5em 5% !important;
  }
  .banner-home-page .holder-image {
    height: 50% !important;
  }
  .banner-home-page .holder-image img {
    width: auto !important;
  }
}
@media screen and (max-width: 48em) {
  .slide-elements {
    padding: 1.5rem 0rem !important;
  }
  .slide-elements .description-slide {
    height: 85% !important;
    justify-content: center !important;
  }
  .slide-elements .description-slide .grouping {
    font-size: 1rem !important;
  }
  .slide-elements .description-slide h2.title-slide {
    font-size: 2rem !important;
  }
  .slide-elements .description-slide .text-slide {
    font-size: 1rem !important;
  }
  .slide-elements div.actions-slide .prev,
  .slide-elements div.actions-slide .next {
    padding: 0.4em 0.5em !important;
  }

  p.title-product-home-page {
    font-size: 1.5em !important;
  }

  .product-slider-center .action-product-slider {
    margin: 0rem 1rem !important;
  }
  .product-slider-center .cards-products > div {
    width: 50%;
  }
  .product-slider-center .cards-products > div:nth-child(n+3) {
    display: none;
  }

  .instagram-post-center div.row > div {
    width: 50%;
  }
  .instagram-post-center div.row > div:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 36em) {
  .banner-home-page {
    height: auto !important;
  }
  .banner-home-page .holder-image img {
    width: 100% !important;
  }

  .product-slider-center .action-product-slider {
    font-size: 1.2rem !important;
    margin: 0em !important;
  }
  .product-slider-center .card-title {
    line-height: 1.5 !important;
    font-size: 1em !important;
  }

  .image-overlays-card-center .title-package {
    font-size: 1.5em !important;
  }
  .image-overlays-card-center a {
    padding: 0.5rem 1.5rem !important;
  }

  .card {
    height: 25rem !important;
  }
}
.product-center .product-items .product-image-gallery .lightbox {
  background-color: #F9FAFB;
  min-height: 55vh;
}
.product-center .product-items .product-image-gallery .options-gallery {
  width: 25%;
}
.product-center .product-items .product-image-gallery .options-gallery .option-gallery {
  background-color: #F9FAFB;
}
.product-center .product-items .product-image-gallery .options-gallery .option-gallery:nth-child(2) {
  margin: 1em 0em;
}
.product-center .product-items .product-image-gallery .options-gallery > div {
  transition: all 0.2s ease;
}
.product-center .product-items .product-image-gallery .options-gallery div.active {
  border-bottom: 2px solid #C26431;
}
.product-center .product-items .product-image-gallery img {
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
.product-center .product-items .product-text h3.product-name {
  font-size: 1.5rem;
  line-height: 2;
}
.product-center .product-items .product-text b.product-price {
  font-size: 1.5rem;
  line-height: 2;
  display: inline;
}
.product-center .product-items .product-text b.product-price.del {
  font-size: 1.2rem;
  color: #6B7280;
  text-decoration: line-through;
}
.product-center .product-items .product-text b.product-price.ins {
  color: #C26431;
}
.product-center .product-items .product-text p.description-product {
  color: #9FA6B2;
  line-height: 1.5;
}
.product-center .product-items .product-text form {
  border-bottom: 1px solid #E5E7EB;
}
.product-center .product-items .product-text form .w-7em {
  width: 7em;
}
.product-center .product-items .product-text form .lh-2 {
  line-height: 2;
}
.product-center .product-items .product-text form .sizes input[type="checkbox"],
.product-center .product-items .product-text form .sizes input[type="radio"] {
  display: none;
}
.product-center .product-items .product-text form .sizes label {
  border: 1px solid #E5E7EB;
  color: #9FA6B2;
  padding: 0.5rem;
  text-align: center;
  display: block;
  margin-bottom: 0.5rem;
  cursor: pointer;
  line-height: 1.5;
}
.product-center .product-items .product-text form .sizes label b {
  text-transform: uppercase;
}
.product-center .product-items .product-text form .sizes label:hover {
  border-color: #09BFA9;
  color: #161E2E;
}
.product-center .product-items .product-text form .sizes label.active {
  border-color: #09BFA9;
  color: #161E2E;
}
.product-center .product-items .product-text form .quantity {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
}
.product-center .product-items .product-text form .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.product-center .product-items .product-text form .quantity-button {
  width: 2rem;
  height: 2.5rem;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.product-center .product-items .product-text form .quantity-button::before, .product-center .product-items .product-text form .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
}
.product-center .product-items .product-text form .quantity-remove::after {
  display: none;
}
.product-center .product-items .product-text form .quantity-add::after {
  transform: rotate(90deg);
}
.product-center .product-items .product-text form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 1rem 0rem;
}
.product-center .product-items .product-text .product-detail {
  border-bottom: 1px solid #E5E7EB;
}
.product-center .product-items .product-text .product-detail b {
  font-size: 1.5rem;
  font-family: "Butler";
}
.product-center .product-items .product-text .product-detail i {
  font-size: 2rem;
  cursor: pointer;
}
.product-center .product-items .product-text .product-detail i.active {
  color: #C26431;
}
.product-center .product-items .product-text .product-detail .p-product-detail {
  color: #6B7280;
  line-height: 1.5;
  display: none;
}

@media screen and (max-width: 62em) {
  .product-items {
    flex-direction: column !important;
  }
  .product-items > div.col-12 {
    width: 100% !important;
  }

  .product-image-gallery {
    flex-direction: column-reverse;
  }
  .product-image-gallery .options-gallery {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    height: 15em;
  }
  .product-image-gallery .options-gallery .option-gallery {
    height: 100%;
  }
  .product-image-gallery .options-gallery .option-gallery:nth-child(2) {
    margin: 0em 1em !important;
  }
  .product-image-gallery .options-gallery .option-gallery a {
    height: 100%;
    display: flex;
  }
  .product-image-gallery .lightbox {
    width: 100% !important;
    justify-content: center;
    height: 25rem;
  }

  .product-text h3.product-name {
    font-size: 1.1rem !important;
  }
  .product-text .sizes {
    width: -webkit-fill-available;
  }
}
@media screen and (max-width: 36em) {
  .product-image-gallery .options-gallery {
    height: 12em;
  }
}
.quick-view-modal {
  background-color: rgba(22, 30, 46, 0.8);
}
.quick-view-modal .product-center {
  max-width: 100%;
}
.quick-view-modal .product-center > div.responsive {
  background-color: #FFFFFF;
  padding: 2.5rem;
  position: relative;
}
.quick-view-modal .product-center > div.responsive > button.btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.quick-view-modal .product-center > div.responsive .product-items .product-image-gallery {
  height: 100%;
}
.quick-view-modal .product-center > div.responsive .product-items .product-image-gallery .lightbox {
  background-color: #F9FAFB;
  height: 70% !important;
}
.quick-view-modal .product-center > div.responsive .product-items .product-image-gallery .options-gallery {
  height: 30% !important;
}
.quick-view-modal .product-center > div.responsive .product-items .product-image-gallery .options-gallery .option-gallery {
  background-color: #F9FAFB;
  transition: all 0.2s ease;
  height: 100%;
}
.quick-view-modal .product-center > div.responsive .product-items .product-image-gallery .options-gallery .option-gallery.active {
  border-bottom: 2px solid #C26431;
}
.quick-view-modal .product-center > div.responsive .product-items .product-image-gallery img {
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text h3.product-name {
  font-size: 1.5rem;
  line-height: 2;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text b.product-price {
  font-size: 1.5rem;
  line-height: 2;
  display: inline;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text b.product-price.del {
  font-size: 1.2rem;
  color: #6B7280;
  text-decoration: line-through;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text b.product-price.ins {
  color: #C26431;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text p.description-product {
  color: #9FA6B2;
  line-height: 1.5;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form {
  border-bottom: 1px solid #E5E7EB;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .w-7em {
  width: 7em;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .lh-2 {
  line-height: 2;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .sizes input[type="checkbox"] {
  display: none;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .sizes label {
  border: 1px solid #E5E7EB;
  color: #9FA6B2;
  padding: 0.5rem;
  text-align: center;
  display: block;
  margin-bottom: 0.5rem;
  cursor: pointer;
  line-height: 1.5;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .sizes label b {
  text-transform: uppercase;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .sizes label:hover {
  border-color: #09BFA9;
  color: #161E2E;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .sizes label.active {
  border-color: #09BFA9;
  color: #161E2E;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .quantity {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .quantity-button {
  width: 2rem;
  height: 2.5rem;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .quantity-button::before, .quick-view-modal .product-center > div.responsive .product-items .product-text form .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .quantity-remove::after {
  display: none;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form .quantity-add::after {
  transform: rotate(90deg);
}
.quick-view-modal .product-center > div.responsive .product-items .product-text form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 1rem 0rem;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text .product-detail {
  border-bottom: 1px solid #E5E7EB;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text .product-detail b {
  font-size: 1.5rem;
  font-family: "Butler";
}
.quick-view-modal .product-center > div.responsive .product-items .product-text .product-detail i {
  font-size: 2rem;
  cursor: pointer;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text .product-detail i.active {
  color: #C26431;
}
.quick-view-modal .product-center > div.responsive .product-items .product-text .product-detail .p-product-detail {
  color: #6B7280;
  line-height: 1.5;
  display: none;
}

@media screen and (max-width: 62em) {
  .quick-view-modal .product-center > div.responsive {
    padding: 1rem;
  }
  .quick-view-modal .product-center > div.responsive .product-items {
    flex-direction: column !important;
  }
  .quick-view-modal .product-center > div.responsive .product-items > div.col-12 {
    width: 100% !important;
  }
  .quick-view-modal .product-center > div.responsive .product-image-gallery {
    flex-direction: column-reverse;
  }
  .quick-view-modal .product-center > div.responsive .product-image-gallery .options-gallery {
    display: flex;
    justify-content: space-between;
  }
  .quick-view-modal .product-center > div.responsive .product-image-gallery .lightbox {
    width: 100% !important;
    justify-content: center;
    height: 25rem;
  }
  .quick-view-modal .product-center > div.responsive .product-text h3.product-name {
    font-size: 1.1rem !important;
  }
  .quick-view-modal .product-center > div.responsive .product-text .sizes {
    width: -webkit-fill-available;
  }
}
.empty-basket-center .title-cart {
  border-bottom: 1px solid #E5E7EB;
}
.empty-basket-center .title-cart h3 {
  font-family: "Butler";
  font-size: 2rem;
  line-height: 1.5;
}
.empty-basket-center .empty-basket-section .title-empty-cart {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.empty-basket-center .empty-basket-section .description-empty-cart {
  color: #6B7280;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}
.empty-basket-center .empty-basket-section a {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 1rem 3rem;
}

.basket-center .title-cart {
  border-bottom: 1px solid #E5E7EB;
}
.basket-center .title-cart h3 {
  font-family: "Butler";
  font-size: 2rem;
  line-height: 1.5;
}
.basket-center .basket-section {
  border-bottom: 1px solid #E5E7EB;
}
.basket-center .basket-section .table-cart-product {
  border: 1px solid #F4F5F7;
  border-bottom: none;
}
.basket-center .basket-section .table-cart-product .head-table, .basket-center .basket-section .table-cart-product .item-table {
  background-color: #F9FAFB;
  padding: 1rem 1.5rem;
}
.basket-center .basket-section .table-cart-product .head-table .name-product, .basket-center .basket-section .table-cart-product .item-table .name-product {
  flex-basis: 50%;
}
.basket-center .basket-section .table-cart-product .head-table .price-product, .basket-center .basket-section .table-cart-product .item-table .price-product,
.basket-center .basket-section .table-cart-product .head-table .quantity-product,
.basket-center .basket-section .table-cart-product .item-table .quantity-product,
.basket-center .basket-section .table-cart-product .head-table .subtotal-product,
.basket-center .basket-section .table-cart-product .item-table .subtotal-product {
  flex-basis: 15%;
}
.basket-center .basket-section .table-cart-product .head-table span.delete-item, .basket-center .basket-section .table-cart-product .item-table span.delete-item {
  flex-basis: 5%;
}
.basket-center .basket-section .table-cart-product .item-table {
  background-color: white;
  border-bottom: 1px solid #F4F5F7;
}
.basket-center .basket-section .table-cart-product .item-table .name-product {
  height: 10rem;
}
.basket-center .basket-section .table-cart-product .item-table .name-product .image-product {
  width: 10rem;
  background-color: #F9FAFB;
}
.basket-center .basket-section .table-cart-product .item-table .name-product .image-product img {
  width: 100%;
  height: 100%;
}
.basket-center .basket-section .table-cart-product .item-table .name-product b {
  line-height: 1.5;
}
.basket-center .basket-section .table-cart-product .item-table .name-product span {
  color: #9FA6B2;
}
.basket-center .basket-section .table-cart-product .item-table .name-product span b {
  text-transform: uppercase;
}
.basket-center .basket-section .table-cart-product .item-table .name-product span.delete-item {
  color: #6B7280;
  cursor: pointer;
  justify-self: flex-end;
}
.basket-center .basket-section .table-cart-product .item-table .quantity-product .quantity {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
}
.basket-center .basket-section .table-cart-product .item-table .quantity-product .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.basket-center .basket-section .table-cart-product .item-table .quantity-product .quantity-button {
  width: 2rem;
  height: 2.5rem;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.basket-center .basket-section .table-cart-product .item-table .quantity-product .quantity-button::before, .basket-center .basket-section .table-cart-product .item-table .quantity-product .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
}
.basket-center .basket-section .table-cart-product .item-table .quantity-product .quantity-remove::after {
  display: none;
}
.basket-center .basket-section .table-cart-product .item-table .quantity-product .quantity-add::after {
  transform: rotate(90deg);
}
.basket-center .basket-section .table-cart-product .item-table .subtotal-product span {
  line-height: 1.5;
}
.basket-center .basket-section .table-cart-product .item-table .subtotal-product span.ins {
  color: #C26431;
}
.basket-center .basket-section .table-cart-product .item-table .subtotal-product span.del {
  text-decoration: line-through;
  color: #6B7280;
}
.basket-center .cart-total-section {
  border-bottom: 1px solid #E5E7EB;
}
.basket-center .cart-total-section .details-cart-totals {
  border-bottom: 1px solid #E5E7EB;
}
.basket-center .cart-total-section .details-cart-totals b {
  font-size: 1.5rem;
  font-family: "Butler";
  line-height: 1.5;
}
.basket-center .cart-total-section .details-cart-totals span {
  line-height: 2.5;
}
.basket-center .cart-total-section .details-cart-totals span.name {
  color: #6B7280;
}
.basket-center .cart-total-section .button-cart-totals a {
  color: #FFFFFF;
  background-color: #6B479A;
  border: none;
  padding: 1rem;
  text-transform: uppercase;
}

@media screen and (max-width: 62em) {
  .item-table {
    position: relative;
  }
  .item-table .name-product {
    flex-basis: 100% !important;
  }
  .item-table .name-product .name-model {
    height: 100%;
  }
  .item-table .quantity-product {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }
  .item-table .subtotal-product {
    position: absolute;
    right: 1rem;
    bottom: 40%;
  }
  .item-table .delete-item {
    position: absolute;
    bottom: 1rem;
  }
}
@media screen and (max-width: 36em) {
  .item-table {
    padding: 0.5rem !important;
  }
  .item-table .name-product .image-product {
    width: 6rem !important;
    align-self: flex-start;
  }
  .item-table .quantity-product .quantity input[type="number"] {
    width: 2rem !important;
    padding-top: 0.3rem !important;
    padding-bottom: 0rem !important;
  }
  .item-table .quantity-product .quantity-button {
    height: 2rem !important;
  }
  .item-table .quantity-product {
    right: 0.5rem;
    bottom: 0.5rem;
  }
  .item-table .subtotal-product {
    right: 0.5rem;
    bottom: 30%;
  }
  .item-table .delete-item {
    left: 0.5rem;
    bottom: 0.5rem;
  }
}
.contact-us-center .head-contact-us > i {
  font-size: 2.5rem;
  line-height: 2.5;
  color: #6B7280;
  display: block;
}
.contact-us-center .head-contact-us h2.title-contact-us {
  font-size: 2.5rem;
  font-family: "Butler";
  line-height: 1.5;
  text-align: center;
}
.contact-us-center .head-contact-us p.description-contact-us {
  font-size: 1.1rem;
  color: #6B7280;
  max-width: 50%;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}
.contact-us-center .icon-item {
  width: max-content;
}
.contact-us-center .text-item b {
  font-size: 2rem;
  line-height: 1.5;
}
.contact-us-center .text-item p.description-item {
  color: #4B5563;
  line-height: 1.5;
}
.contact-us-center .btn-contact-us {
  padding: 1rem 3rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #6B479A;
}

@media screen and (max-width: 62em) {
  .head-contact-us > i {
    line-height: 1.5 !important;
  }
  .head-contact-us h2.title-contact-us {
    font-size: 2rem !important;
  }
  .head-contact-us p.description-contact-us {
    max-width: 100% !important;
    margin-bottom: 2rem;
  }

  .btn-contact-us {
    padding: 1rem 1.5rem !important;
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: center;
  }
}
.influencer-center .influencer-items {
  width: 80%;
}
.influencer-center .influencer-items .description-influencer h3 {
  font-family: "Butler";
  font-size: 2.5em;
  line-height: 3;
}
.influencer-center .influencer-items .description-influencer form.form-influencer .form-group-influencer {
  display: flex;
}
.influencer-center .influencer-items .description-influencer form.form-influencer .form-group-influencer input#referred-username {
  border: 1px solid #E5E7EB;
  padding: 0.5em 1em;
  width: 20em;
}
.influencer-center .influencer-items .description-influencer form.form-influencer .form-group-influencer input.submit-influencer {
  padding: 0.5em 2em;
  background-color: #6B479A;
  border: none;
  color: #FFFFFF;
}
.influencer-center .influencer-items .description-influencer p.description-form-influencer {
  color: #6B7280;
  line-height: 1.3;
}
.influencer-center .influencer-items .description-influencer p.description-form-influencer a {
  color: #16A34A;
}

@media screen and (max-width: 87.5em) {
  .influencer-items {
    width: 85% !important;
  }

  .picture-influencer {
    width: 80% !important;
  }
}
@media screen and (max-width: 75em) {
  .picture-influencer {
    width: 70% !important;
  }
}
@media screen and (max-width: 64em) {
  .influencer-items {
    width: 90% !important;
  }

  p.description-form-influencer {
    font-size: 0.9em;
  }

  .description-influencer h3 {
    font-size: 2em !important;
    line-height: 2.5 !important;
  }
}
@media screen and (max-width: 48em) {
  .form-group-influencer {
    flex-direction: column;
  }
  .form-group-influencer input#referred-username {
    width: auto !important;
  }
  .form-group-influencer input.submit-influencer {
    margin: 0.5em 0em !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 36em) {
  .picture-influencer {
    width: 100% !important;
  }
}
.influencer-center .title-influencer {
  width: 80%;
  border-bottom: 1px solid #E5E7EB;
}
.influencer-center .title-influencer h1 {
  font-family: "Butler";
  font-size: 2.5em;
}
.influencer-center .inputs-influencer {
  width: 80%;
  border-bottom: 1px solid #E5E7EB;
}
.influencer-center .inputs-influencer .inputs-center {
  width: 60%;
}
.influencer-center .inputs-influencer .inputs-center div.form-group {
  padding-left: 0em !important;
}
.influencer-center .inputs-influencer .inputs-center div.form-group label {
  display: block;
  margin: 0.5em 0em;
}
.influencer-center .inputs-influencer .inputs-center div.form-group input,
.influencer-center .inputs-influencer .inputs-center div.form-group select {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #E5E7EB;
  padding: 0.5em;
  background-color: #FFFFFF;
}
.influencer-center .inputs-influencer .inputs-center div.form-group div {
  position: relative;
}
.influencer-center .inputs-influencer .inputs-center div.form-group div i.field-icon {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 2;
  cursor: pointer;
}
.influencer-center .inputs-influencer .inputs-center .description-inputs {
  color: #6B7280;
  line-height: 1.5;
}
.influencer-center .Checkboxes-influencer {
  width: 80%;
  border-bottom: 1px solid #E5E7EB;
}
.influencer-center .Checkboxes-influencer .Checkboxes-center {
  width: 60%;
}
.influencer-center .Checkboxes-influencer .Checkboxes-center span.title-terms {
  font-size: 1.3em;
  line-height: 2;
}
.influencer-center .Checkboxes-influencer .Checkboxes-center div input {
  border: 1px solid #D2D6DC;
}
.influencer-center .Checkboxes-influencer .Checkboxes-center div label {
  margin-left: 0.5em;
  color: #4B5563;
  line-height: 1.3;
}
.influencer-center .Checkboxes-influencer .Checkboxes-center div label a {
  color: #16A34A;
}
.influencer-center .submit-form-influencer {
  width: 80%;
}
.influencer-center .submit-form-influencer input.submit-form-influencer-btn {
  background-color: #6B479A;
  border: 1px solid #6B479A;
  color: #FFFFFF;
  border-radius: 0.15em;
  padding: 1em 5em;
  font-weight: lighter;
}

@media screen and (max-width: 87.5em) {
  .title-influencer,
  .inputs-influencer,
  .Checkboxes-influencer,
  .submit-form-influencer {
    width: 85% !important;
  }
}
@media screen and (max-width: 64em) {
  .title-influencer,
  .inputs-influencer,
  .Checkboxes-influencer,
  .submit-form-influencer {
    width: 90% !important;
  }

  .inputs-center {
    width: 70% !important;
  }
  .inputs-center .description-inputs {
    font-size: 0.9em;
  }

  .Checkboxes-center {
    width: 70% !important;
  }
}
@media screen and (max-width: 36em) {
  .inputs-center {
    width: 100% !important;
  }
  .inputs-center div.col-12 {
    padding: 0em !important;
  }
  .inputs-center .description-inputs {
    padding: 0.5em 0em;
  }

  .Checkboxes-center,
  .Checkboxes-center,
  .submit-form-influencer-btn {
    width: 100% !important;
  }
}
.faq-center .icon-faq > i {
  font-size: 2.5rem;
  color: #9FA6B2;
}
.faq-center .title-faq {
  font-size: 2.5rem;
  font-family: "Butler";
}
.faq-center .item-faq {
  width: 70%;
  border-bottom: 1px solid #E5E7EB;
}
.faq-center .item-faq div .title-item-faq {
  line-height: 1.5;
}
.faq-center .item-faq div i {
  font-size: 2rem;
  cursor: pointer;
}
.faq-center .item-faq div i.active {
  color: #C26431;
}
.faq-center .item-faq .faq-detail {
  display: none;
  padding-top: 1rem;
}
.faq-center .item-faq .faq-detail p.p-faq-detail {
  color: #6B7280;
  line-height: 1.5;
}

@media screen and (max-width: 48em) {
  .item-faq {
    width: 100% !important;
  }
}
@media screen and (max-width: 36em) {
  .column-faq {
    flex-direction: column !important;
    justify-content: start !important;
  }
  .column-faq > i {
    align-self: flex-end !important;
  }
}
.shipping-center .shipping-items > div {
  border-bottom: 1px solid #E5E7EB;
}
.shipping-center .shipping-items .shipped,
.shipping-center .shipping-items .returns {
  font-size: 2.5rem;
  font-family: "Butler";
  line-height: 2;
  text-align: center;
}
.shipping-center .shipping-items p.p-shipped,
.shipping-center .shipping-items p.p-return {
  display: block;
  color: #6B7280;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
}
.shipping-center .shipping-items span {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 36em) {
  .shipped,
  .returns {
    font-size: 2rem !important;
  }
}
.profile-center .card-profile {
  width: 75%;
  background-color: #F9FAFB;
}
.profile-center .card-profile .image-profile {
  width: 15rem;
}
.profile-center .card-profile .image-profile img {
  width: 100%;
}
.profile-center .card-profile .profile-items div.row .title {
  color: #9FA6B2;
  line-height: 1.5;
}
.profile-center .card-profile .profile-items div.row .value {
  font-size: 1.5rem;
  font-family: "Butler";
  line-height: 1.5;
  font-weight: bold;
}
.profile-center .card-profile .profile-items div.row a.btn-shop {
  color: #FFFFFF;
  background-color: #09BFA9;
  text-transform: uppercase;
  padding: 1rem;
  display: block;
  width: 100%;
}
.profile-center .card-profile .profile-items div.row a.btn-join {
  color: #09BFA9;
  background-color: #FFFFFF;
  text-transform: uppercase;
  padding: 1rem;
  display: block;
  width: 100%;
  border: 1px solid #09BFA9;
}

@media screen and (max-width: 75em) {
  .card-profile {
    width: 85% !important;
  }
}
@media screen and (max-width: 62em) {
  .card-profile {
    width: 100% !important;
  }
}
@media screen and (max-width: 48em) {
  .card-profile {
    flex-direction: column !important;
  }
  .card-profile .action {
    width: 100% !important;
  }
  .card-profile .image-profile {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
  .card-profile .value {
    font-size: 1.3rem !important;
  }
  .card-profile a.btn-shop {
    margin-bottom: 1rem;
  }
  .card-profile .row.w-100 {
    --bs-gutter-x: 0rem;
  }
}
.groping, .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary {
  line-height: 1.8;
}

.our-story-center .item-our-story img.rotate-2 {
  transform: rotate(-2deg);
  max-width: 100%;
  object-fit: contain;
}
.our-story-center .item-our-story h2.title-item-our-story {
  font-family: "Butler";
  font-size: 2.5rem;
  line-height: 1.5;
}
.our-story-center .item-our-story p.p-item-our-story {
  line-height: 1.5;
  color: #6B7280;
  margin-bottom: 2rem;
}

.our-mission-center {
  background-color: #FFF7F3;
}
.our-mission-center .circle-left-mission {
  position: absolute;
  width: 10rem;
  height: 10rem;
  left: -5rem;
}
.our-mission-center .item-our-mission img {
  max-width: 100%;
  object-fit: contain;
}
.our-mission-center .item-our-mission img.rotate-2 {
  transform: rotate(2deg);
}
.our-mission-center .item-our-mission img.circle-our-mission {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 6rem;
  height: 6rem;
}
.our-mission-center .item-our-mission h2.title-item-our-mission {
  font-family: "Butler";
  font-size: 2.5rem;
  line-height: 1.5;
}
.our-mission-center .item-our-mission p.p-item-our-mission {
  line-height: 1.5;
  color: #6B7280;
  margin-bottom: 2rem;
}
.our-mission-center .item-our-mission .emphasis-mission > p {
  color: #6B479A;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.our-mission-center .item-our-mission .emphasis-mission > span {
  color: #C26431;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: 2px solid #C26431;
}

.our-values-canter .item-values {
  border: 1px solid #F9FAFB;
}
.our-values-canter .item-values h3.title-item-values {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
  text-transform: uppercase;
}
.our-values-canter .item-values p.p-item-values {
  line-height: 1.5;
  color: #9FA6B2;
}

.our-vision-center {
  background-color: #F4F1F9;
}
.our-vision-center h2.title-our-vision {
  font-family: "Butler";
  font-size: 2.5rem;
  line-height: 1.5;
}
.our-vision-center p.p-our-vision {
  line-height: 1.5;
  color: #6B7280;
  margin-bottom: 2rem;
}
.our-vision-center ul.list-our-vision {
  color: #6B7280;
  line-height: 1.5;
  list-style-type: disc;
  margin-left: 1rem;
}
.our-vision-center ul.list-our-vision li {
  margin-bottom: 1.5rem;
}
.our-vision-center ul.list-our-vision li b {
  color: #6B479A;
}
.our-vision-center img {
  max-width: 100%;
  object-fit: contain;
}
.our-vision-center img.circle-our-vision {
  position: absolute;
  top: -3rem;
  left: -3rem;
  width: 6rem;
  height: 6rem;
}

@media screen and (max-width: 62em) {
  h2.title-item-our-story {
    font-size: 2rem !important;
  }

  img.circle-our-mission {
    top: -2rem !important;
    right: -2rem !important;
    width: 4rem !important;
    height: 4rem !important;
  }

  h3.title-item-values {
    font-size: 1.5rem !important;
  }
}
.product-list-center .border-bottom {
  border-bottom: 1px solid #E5E7EB;
}
.product-list-center .border-bottom .title-product-list {
  font-family: "Butler";
  font-size: 2.5rem;
  line-height: 1.5;
}
.product-list-center .filter-product {
  width: 100%;
}
.product-list-center .filter-product .title-filter-product {
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
  height: 4rem;
  width: 100%;
}
.product-list-center .filter-product div > div.form-group input[type="checkbox"] {
  opacity: 0;
}
.product-list-center .filter-product div > div.form-group input[type="checkbox"] + label {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  display: inline-block;
  color: #4B5563;
  line-height: 1.5;
}
.product-list-center .filter-product div > div.form-group input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  outline: 1px solid #D2D6DC;
  background-color: #FFFFFF;
  left: 0rem;
  top: 0rem;
}
.product-list-center .filter-product div > div.form-group input[type="checkbox"]:checked + label::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  outline: 1px solid #09BFA9;
  background-color: #09BFA9;
  left: 0rem;
  top: 0rem;
}
.product-list-center .filter-product div > div.form-group input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.7rem;
  border: none;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  transform: rotate(45deg);
  left: 0.3rem;
  top: 0rem;
  opacity: 1;
  transition: all 0.3s ease;
}
.product-list-center .filter-product div > div.form-group input[type="checkbox"]:not(:checked) + label::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.7rem;
  border: none;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  opacity: 0;
}
.product-list-center .header-cards-section {
  height: 4rem;
}
.product-list-center .header-cards-section p {
  color: #6B7280;
}
.product-list-center .header-cards-section p span {
  color: #161E2E;
  font-weight: bolder;
}
.product-list-center .header-cards-section .filter-sort-section {
  color: #4B5563 !important;
  align-self: flex-start;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section {
  width: 12rem;
  box-shadow: 0px 4px 8px rgba(22, 22, 22, 0.2);
  z-index: 500;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section .filter-button {
  border: 1px solid #E5E7EB;
  padding: 1rem 0.5rem;
  cursor: pointer;
  background-color: #FFFFFF;
  width: inherit;
  transition: all 0.2s ease;
  color: #4B5563;
  height: 100%;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section .filter-button:hover {
  border-color: #09BFA9;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section .filter-button span {
  position: relative;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section .filter-button span b {
  position: absolute;
  right: -2rem;
  top: -0.2rem;
  border-radius: 3rem;
  background-color: #09BFA9;
  color: #FFFFFF;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section button.active {
  border: 1px solid #09BFA9;
  border-bottom: none;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section .filter-items {
  position: absolute;
  background-color: #FFFFFF;
  top: 3rem;
  width: 100%;
  box-shadow: 0px 7px 8px rgba(22, 22, 22, 0.2);
  display: none;
  border: 1px solid #09BFA9;
  border-top: none;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section .filter-items div {
  background-color: #FFFFFF;
  cursor: pointer;
  transition: all 0.1s ease;
  position: relative;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section .filter-items div input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 0;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section .filter-items div label {
  z-index: 2;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section .filter-items div label:hover {
  color: #FFFFFF;
  background-color: #09BFA9;
}
.product-list-center .header-cards-section .filter-sort-section .filter-section .filter-items div label.active {
  color: #FFFFFF;
  background-color: #09BFA9;
}
.product-list-center .header-cards-section .filter-sort-section .sort-section {
  width: 12rem;
  box-shadow: 0px 4px 8px rgba(22, 22, 22, 0.2);
  z-index: 500;
}
.product-list-center .header-cards-section .filter-sort-section .sort-section .sort-button {
  border: 1px solid #E5E7EB;
  padding: 1rem 0.5rem;
  cursor: pointer;
  background-color: #FFFFFF;
  width: inherit;
  transition: all 0.2s ease;
  color: #4B5563;
  height: 100%;
}
.product-list-center .header-cards-section .filter-sort-section .sort-section .sort-button b#place-sort {
  color: #161E2E;
}
.product-list-center .header-cards-section .filter-sort-section .sort-section .sort-button:hover {
  border-color: #09BFA9;
}
.product-list-center .header-cards-section .filter-sort-section .sort-section button.active {
  border: 1px solid #09BFA9;
  border-bottom: none;
}
.product-list-center .header-cards-section .filter-sort-section .sort-section .sort-items {
  position: absolute;
  background-color: #FFFFFF;
  top: 3rem;
  width: 100%;
  box-shadow: 0px 7px 8px rgba(22, 22, 22, 0.2);
  display: none;
  border: 1px solid #09BFA9;
  border-top: none;
}
.product-list-center .header-cards-section .filter-sort-section .sort-section .sort-items div {
  background-color: #FFFFFF;
  cursor: pointer;
  transition: all 0.1s ease;
  position: relative;
}
.product-list-center .header-cards-section .filter-sort-section .sort-section .sort-items div input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: 0;
}
.product-list-center .header-cards-section .filter-sort-section .sort-section .sort-items div label {
  z-index: 2;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
}
.product-list-center .header-cards-section .filter-sort-section .sort-section .sort-items div label:hover {
  color: #FFFFFF;
  background-color: #09BFA9;
}
.product-list-center .header-cards-section .filter-sort-section .sort-section .sort-items div label.active {
  color: #FFFFFF;
  background-color: #09BFA9;
}
.product-list-center .card {
  border-radius: 0em !important;
  cursor: pointer;
  border: none;
  height: 28rem;
}
.product-list-center .card:hover .show,
.product-list-center .card:hover .button-add-cart {
  display: flex !important;
}
.product-list-center .card .top-section {
  position: relative;
  background-color: #F9FAFB;
  height: 75%;
  display: flex;
}
.product-list-center .card .top-section button.show {
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
  flex-direction: column;
  padding: 0.7em;
  border: 1px solid #E5E7EB;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.product-list-center .card .top-section button.show:hover {
  background-color: #09BFA9;
  color: #FFFFFF;
}
.product-list-center .card .top-section .button-add-cart {
  display: none;
  position: absolute;
  bottom: 0em;
  left: 0em;
  right: 0em;
  width: 100%;
  padding: 1em 0em;
  text-transform: uppercase;
  background-color: #161616;
  color: #FFFFFF;
  border: none;
  justify-content: center;
}
.product-list-center .card .top-section .card-img-top {
  padding: 4rem 2rem;
}
.product-list-center .card .top-section .card-img-top > img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-list-center .card .top-section .card-img-top i.off-number {
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #C26431;
  color: #FFFFFF;
  border-radius: 3em;
  font-size: 0.85em;
  padding: 0.8em 0.4em;
}
.product-list-center .card .card-body {
  padding-left: 0em;
  height: 25%;
}
.product-list-center .card .card-body .grouping {
  text-transform: uppercase;
  color: #16A34A;
  font-size: 0.7em;
  line-height: 1.5;
}
.product-list-center .card .card-body .card-title {
  line-height: 2;
  display: block;
  color: #161E2E;
  font-size: 1.1em;
}
.product-list-center .card .card-body span.price {
  font-size: 0.85em;
  color: #4B5563;
  line-height: 1.5;
}
.product-list-center .card .card-body span.ins {
  color: #C26431;
}
.product-list-center .card .card-body span.del {
  text-decoration: line-through;
  font-size: 0.75em;
}
.product-list-center ul.pagination a.page-link {
  border: none;
  border-radius: 2rem;
  color: #4B5563;
  font-size: 1.2rem;
  line-height: 1.3;
}
.product-list-center ul.pagination a.page-link:hover {
  background-color: #F4F1F9;
  color: #6B479A;
}

@media screen and (max-width: 75em) {
  .title-filter-product {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 62em) {
  .product-list-center .header-cards-section {
    height: auto !important;
  }
  .product-list-center .header-cards-section .found-div {
    height: 3rem !important;
    display: flex;
    align-items: center;
  }
  .product-list-center .header-cards-section .filter-sort-section > div {
    width: 49% !important;
  }
  .product-list-center .header-cards-section .filter-sort-section > div .filter-section,
  .product-list-center .header-cards-section .filter-sort-section > div .sort-section {
    width: 100% !important;
  }
  .product-list-center .header-cards-section .filter-sort-section > div .sort-button,
  .product-list-center .header-cards-section .filter-sort-section > div .filter-button {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 36em) {
  .card {
    height: 25rem !important;
  }
}
.testimonials-center {
  background-color: #FAFAFA;
}
.testimonials-center .text-testimonials .groping, .testimonials-center .text-testimonials .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .testimonials-center .text-testimonials .groping-secondary, .testimonials-center .text-testimonials .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .testimonials-center .text-testimonials .groping-primary, .testimonials-center .text-testimonials .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .testimonials-center .text-testimonials .groping-secondary, .testimonials-center .text-testimonials .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .testimonials-center .text-testimonials .groping-primary, .testimonials-center .text-testimonials .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .testimonials-center .text-testimonials .groping-secondary, .testimonials-center .text-testimonials .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .testimonials-center .text-testimonials .groping-primary, .testimonials-center .text-testimonials .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .testimonials-center .text-testimonials .groping-secondary, .testimonials-center .text-testimonials .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .testimonials-center .text-testimonials .groping-primary, .testimonials-center .text-testimonials .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .testimonials-center .text-testimonials .groping-secondary, .testimonials-center .text-testimonials .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .testimonials-center .text-testimonials .groping-primary, .testimonials-center .text-testimonials .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .testimonials-center .text-testimonials .groping-secondary, .testimonials-center .text-testimonials .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .testimonials-center .text-testimonials .groping-primary, .testimonials-center .text-testimonials .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .testimonials-center .text-testimonials .groping-secondary, .testimonials-center .text-testimonials .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .testimonials-center .text-testimonials .groping-primary, .testimonials-center .text-testimonials .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .testimonials-center .text-testimonials .groping-secondary, .testimonials-center .text-testimonials .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .testimonials-center .text-testimonials .groping-primary {
  color: #09BFA9;
  text-transform: uppercase;
  display: block;
  line-height: 1.5;
}
.testimonials-center .text-testimonials .title-testimonials {
  font-size: 3rem;
  font-family: "Butler";
  line-height: 1.3;
}
.testimonials-center .text-testimonials .description-testimonials {
  color: #6B7280;
  line-height: 1.5;
}
.testimonials-center .testimonials .card-comment {
  background-color: #FFFFFF;
  width: 75%;
  border-radius: 0.1rem;
  position: relative;
  margin-bottom: 1rem;
}
.testimonials-center .testimonials .card-comment .quote {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.testimonials-center .testimonials .card-comment .user-picture {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: contain;
  margin-right: 0.5rem;
}
.testimonials-center .testimonials .card-comment > div .name-user {
  font-size: 1.5rem;
  font-family: "Butler";
  line-height: 1.5;
  font-weight: bold;
}
.testimonials-center .testimonials .card-comment > div .text-comment {
  color: #9FA6B2;
  line-height: 1.5;
}

@media screen and (max-width: 64em) {
  .testimonials-center .testimonials .card-comment {
    width: 90% !important;
  }
}
@media screen and (max-width: 48em) {
  .testimonials-center .text-testimonials .title-testimonials {
    font-size: 2.5rem;
  }
  .testimonials-center .testimonials {
    margin-top: 1.5rem;
  }
  .testimonials-center .testimonials .card-comment {
    width: 100% !important;
    display: none;
  }
  .testimonials-center .testimonials .card-comment.active {
    display: flex;
  }
  .testimonials-center .testimonials .dot-testimonials {
    display: flex;
    margin-top: 1.5rem;
  }
  .testimonials-center .testimonials .dot-testimonials span {
    cursor: pointer;
    height: 1rem;
    width: 1rem;
    margin: 0rem 0.5rem;
    background-color: #D2D6DC;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.2s ease;
  }
  .testimonials-center .testimonials .dot-testimonials span.active {
    background-color: #6B479A;
    transform: scale(1.5);
  }
}
.bar-product-center {
  background-color: #F4F1F9;
  position: sticky;
  top: 6.1rem;
  z-index: 1000;
}
.bar-product-center .name-price-product {
  width: max-content;
}
.bar-product-center .name-price-product span {
  line-height: 1.5;
}
.bar-product-center a.buy-btn {
  padding: 0.5rem 3.5rem;
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
}

.product-banner-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #F2EFEF;
  height: 85vh;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
}
.product-banner-center div {
  width: auto;
}
.product-banner-center div img {
  max-width: 35rem;
  object-fit: contain;
  visibility: hidden;
}
.product-banner-center span {
  font-family: "Butler";
  font-size: 5rem;
  color: #C26431;
  line-height: 1.2;
  font-weight: bold;
  margin-right: -4rem;
}
.product-banner-center i {
  position: absolute;
  bottom: 2rem;
}

.first-description-product .product-banner-sidebar {
  background-color: #F2EFEF;
  transition: all 0.5s ease;
  width: 25%;
  height: 90vh;
  z-index: 10;
  position: sticky;
  top: 6rem;
  right: 0rem;
}
.first-description-product .product-banner-sidebar div {
  width: 100%;
  height: 100%;
}
.first-description-product .product-banner-sidebar div img {
  max-width: 100%;
}
.first-description-product .about-product-center {
  width: 65%;
}
.first-description-product .about-product-center .first-section {
  min-height: 75vh;
}
.first-description-product .about-product-center .first-section h3 {
  color: #6B479A;
  font-size: 2.5rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.first-description-product .about-product-center .first-section p {
  font-size: 1.3rem;
  color: #4B5563;
  line-height: 1.5;
}
.first-description-product .about-product-center .second-section {
  min-height: 75vh;
}
.first-description-product .about-product-center .second-section .pictures-div {
  width: 100%;
}
.first-description-product .about-product-center .second-section .pictures-div img {
  width: 100%;
  object-fit: contain;
}
.first-description-product .about-product-center .second-section .pictures-div .small-pictures {
  width: 30%;
}
.first-description-product .about-product-center .second-section h4.title-second-section {
  font-size: 2rem;
  line-height: 1.5;
  color: #6B479A;
}
.first-description-product .about-product-center .second-section p.description-second-section {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #4B5563;
}
.first-description-product .about-product-center .second-section .description-second-section.important {
  color: #C26431;
}

.technology-center .image-technology {
  height: 65vh;
}
.technology-center .image-technology img {
  transform: skewY(5deg);
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.technology-center .items-technology .title-technology {
  font-family: "Butler";
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}
.technology-center .items-technology .text-technology {
  font-size: 1.2rem;
  color: #4B5563;
  line-height: 1.8;
}
.technology-center .items-technology .row {
  width: 75%;
}
.technology-center .items-technology .row div {
  padding: 0.5rem;
}
.technology-center .items-technology .row div .box-number {
  border: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  color: #4B5563;
  padding-bottom: 0rem;
}
.technology-center .items-technology .row div .box-number > span {
  font-family: "Butler";
  font-size: 2.5rem;
  color: #C26431;
  margin-right: 1rem;
  line-height: 1.5;
}

.stem-center {
  background-color: #EDE8EE;
  height: 75vh;
}
.stem-center .stem-card {
  background-color: #FFFFFF;
  width: 65%;
}
.stem-center .stem-card .title-stem {
  font-size: 4rem;
  line-height: 1.5;
  color: #6B479A;
}
.stem-center .stem-card p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #4B5563;
}

@media screen and (max-width: 64em) {
  .product-banner-center div img {
    max-width: 25rem !important;
  }
}
@media screen and (max-width: 48em) {
  .product-banner-center {
    height: 75vh;
  }
  .product-banner-center div {
    flex-direction: column !important;
  }
  .product-banner-center div div {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .product-banner-center div div img {
    width: 80%;
  }
  .product-banner-center div span {
    font-size: 2.5rem;
    text-align: center;
  }

  .first-description-product {
    justify-content: center !important;
  }
  .first-description-product .about-product-center {
    width: 90% !important;
    padding-right: 0rem !important;
  }
  .first-description-product .about-product-center .about-product-center .first-section,
  .first-description-product .about-product-center .about-product-center .second-section {
    width: 100%;
  }
  .first-description-product .about-product-center .about-product-center .first-section h3 {
    font-size: 2rem;
  }
  .first-description-product .about-product-center .about-product-center .first-section p {
    font-size: 1rem;
  }
  .first-description-product .about-product-center .about-product-center .second-section .pictures-div {
    justify-content: space-between !important;
  }
  .first-description-product .about-product-center .about-product-center .second-section .pictures-div .main-picture {
    width: 60%;
  }
  .first-description-product .about-product-center .about-product-center .second-section h4.title-second-section {
    font-size: 1.5rem;
  }
  .first-description-product .about-product-center .about-product-center .second-section p.description-second-section {
    font-size: 1rem;
  }

  .technology-center .image-technology {
    display: flex;
    justify-content: center;
  }
  .technology-center .image-technology img {
    width: 75%;
  }
  .technology-center .items-technology .title-technology {
    font-size: 1.5rem;
  }
  .technology-center .items-technology .text-technology {
    font-size: 1rem;
  }
  .technology-center .items-technology .row {
    width: 100%;
    --bs-gutter-x: 0rem;
  }

  .stem-center {
    min-height: 65vh;
  }
  .stem-center .stem-card {
    width: 75%;
  }
  .stem-center .stem-card .title-stem {
    font-size: 3rem !important;
  }
  .stem-center .stem-card p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 36em) {
  .bar-product-center a.buy-btn {
    padding: 0.5rem 1.5rem;
    margin-left: 0.5rem;
  }

  .about-product-center .second-section .pictures-div {
    height: 25vh;
  }
  .about-product-center .second-section .pictures-div .main-picture {
    height: 100%;
  }
  .about-product-center .second-section .pictures-div .small-pictures {
    height: 100%;
    width: 40%;
  }
  .about-product-center .second-section .pictures-div .small-pictures div {
    height: 45%;
  }

  .technology-center .image-technology img {
    width: 85%;
  }
  .technology-center .items-technology .row div {
    padding: 0.2rem;
  }
  .technology-center .items-technology .row div .box-number > span {
    font-size: 2.2rem;
    margin-right: 0.5rem;
  }

  .stem-center .stem-card {
    width: 100%;
  }
  .stem-center .stem-card .title-stem {
    font-size: 2.5rem !important;
    text-align: center;
  }
}
.product-two .pictures-link {
  width: 25%;
  height: 90vh;
  position: sticky;
  top: 6.4rem;
}
.product-two .pictures-link > a {
  width: 100%;
  padding: 0rem;
  height: 33.33%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #161E2E;
  background-blend-mode: multiply;
  color: #FFFFFF;
  font-size: 2rem;
  font-family: "Butler";
}
.product-two .pictures-link > a.active {
  background-color: rgba(22, 30, 46, 0.6);
}
.product-two .items-product-description {
  width: 65%;
}
.product-two .items-product-description h3.main-title {
  color: #6B479A;
  font-size: 3rem;
  line-height: 2;
}
.product-two .items-product-description .normal-title {
  font-size: 2rem;
  color: #6B479A;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.product-two .items-product-description .third-title {
  color: #C26431;
  font-size: 1.5rem;
  line-height: 1.5;
}
.product-two .items-product-description p.text-normal {
  color: #6B7280;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.product-two .items-product-description .box-border {
  border: 1px solid #E5E7EB;
  padding: 1rem;
}
.product-two .items-product-description ul {
  color: #6B7280;
  font-size: 1.1rem;
  line-height: 1.5;
  list-style-type: disc;
  margin-left: 1.5rem;
}
.product-two .items-product-description ul li {
  margin-bottom: 1rem;
}
.product-two .items-product-description span.color-tertiary {
  color: #C26431;
  display: block;
}
.product-two .items-product-description span.color-primary {
  color: #6B479A;
}
.product-two .items-product-description .first-section .picture-product {
  width: 100%;
}
.product-two .items-product-description .first-section .picture-product img {
  width: 100%;
  object-fit: contain;
}
.product-two .items-product-description .first-section .image-rotation {
  background-color: #09BFA9;
  height: max-content;
}
.product-two .items-product-description .first-section .image-rotation img {
  transform: rotate(5deg);
}
.product-two .items-product-description .first-section .number-result {
  font-size: 3rem;
  line-height: 1.5;
  color: #09BFA9;
}
.product-two .items-product-description .second-section .picture-product {
  width: 100%;
}
.product-two .items-product-description .second-section .picture-product img {
  width: 100%;
  object-fit: contain;
}
.product-two .items-product-description .second-section .image-rotation {
  background-color: #C26431;
  height: max-content;
}
.product-two .items-product-description .second-section .image-rotation img {
  transform: rotate(-5deg);
}
.product-two .items-product-description .second-section .help-bar-chart {
  border-bottom: 1px solid #E5E7EB;
}
.product-two .items-product-description .second-section .help-bar-chart .treated-area {
  content: " ";
  padding: 0.5rem;
  height: 1rem;
  display: inline-block;
  border: 1px solid #9FA6B2;
  background-color: #E5E7EB;
}
.product-two .items-product-description .second-section .help-bar-chart .control-area {
  content: " ";
  padding: 0.5rem;
  height: 1rem;
  display: inline-block;
  border: 1px solid #6B479A;
  background-color: #6B479A;
}
.product-two .items-product-description .second-section .hydrating-section ul {
  list-style-type: disc;
}
.product-two .items-product-description .second-section .hydrating-section ul b {
  color: #09BFA9;
}
.product-two .items-product-description .second-section #area-chart,
.product-two .items-product-description .second-section #hydrating-chart {
  max-width: 100%;
}
.product-two .items-product-description .second-section #area-chart svg,
.product-two .items-product-description .second-section #hydrating-chart svg {
  max-width: 100%;
}
.product-two .items-product-description .third-section .picture-product {
  width: 100%;
}
.product-two .items-product-description .third-section .picture-product img {
  width: 100%;
  object-fit: contain;
}
.product-two .items-product-description .third-section .image-label {
  position: relative;
}
.product-two .items-product-description .third-section .image-label::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -1rem;
  left: 1rem;
  background-color: #C32018;
}
.product-two .items-product-description .third-section .image-label::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: -0.5rem;
  right: 0rem;
  background-color: #C32018;
}
.product-two .items-product-description .third-section .number-result {
  font-size: 3rem;
  line-height: 1.5;
  color: #09BFA9;
}

@media screen and (max-width: 64em) {
  .product-two .pictures-link > a {
    font-size: 1.6rem;
  }
  .product-two .items-product-description {
    width: 70%;
  }
}
@media screen and (max-width: 48em) {
  .product-two .a-section-landing {
    display: flex !important;
  }
  .product-two .a-section-landing .picture-product {
    display: block !important;
  }
  .product-two > div {
    justify-content: center !important;
  }
  .product-two > div .pictures-link {
    display: none !important;
  }
  .product-two > div .items-product-description {
    width: 90% !important;
    padding-left: 0rem !important;
  }
}
@media screen and (max-width: 36em) {
  .product-two h3.main-title {
    font-size: 2.5rem !important;
  }
  .product-two .normal-title {
    font-size: 1.7rem !important;
  }
  .product-two p.text-normal {
    font-size: 1rem !important;
  }
}
.banner-product-three {
  background: linear-gradient(177deg, #fff9f7 89%, white 89%);
  min-height: 90vh;
}
.banner-product-three .text-banner .groping, .banner-product-three .text-banner .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .banner-product-three .text-banner .groping-secondary, .banner-product-three .text-banner .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .banner-product-three .text-banner .groping-primary, .banner-product-three .text-banner .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .banner-product-three .text-banner .groping-secondary, .banner-product-three .text-banner .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .banner-product-three .text-banner .groping-primary, .banner-product-three .text-banner .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .banner-product-three .text-banner .groping-secondary, .banner-product-three .text-banner .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .banner-product-three .text-banner .groping-primary, .banner-product-three .text-banner .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .banner-product-three .text-banner .groping-secondary, .banner-product-three .text-banner .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .banner-product-three .text-banner .groping-primary, .banner-product-three .text-banner .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .banner-product-three .text-banner .groping-secondary, .banner-product-three .text-banner .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .banner-product-three .text-banner .groping-primary, .banner-product-three .text-banner .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .banner-product-three .text-banner .groping-secondary, .banner-product-three .text-banner .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .banner-product-three .text-banner .groping-primary, .banner-product-three .text-banner .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .banner-product-three .text-banner .groping-secondary, .banner-product-three .text-banner .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .banner-product-three .text-banner .groping-primary, .banner-product-three .text-banner .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .banner-product-three .text-banner .groping-secondary, .banner-product-three .text-banner .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .banner-product-three .text-banner .groping-primary {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #09BFA9;
}
.banner-product-three .text-banner .color-black {
  color: #161616;
}
.banner-product-three .text-banner .color-white {
  color: #FFFFFF;
}
.banner-product-three .text-banner .title-banner {
  font-family: "Butler";
  font-size: 4rem;
  line-height: 1.5;
}
.banner-product-three .text-banner .price {
  font-size: 1.5rem;
  line-height: 2;
}
.banner-product-three .text-banner .description-banner {
  line-height: 1.7;
  color: #6B7280;
  color: #FFFFFF;
  width: 85%;
}
.banner-product-three .text-banner form > div {
  height: 3.5rem;
}
.banner-product-three .text-banner form > div .quantity {
  height: 100%;
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
  margin-right: 0.5rem;
}
.banner-product-three .text-banner form > div .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  height: 100%;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.banner-product-three .text-banner form > div .quantity-button {
  width: 2rem;
  height: 100%;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.banner-product-three .text-banner form > div .quantity-button::before, .banner-product-three .text-banner form > div .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
  color: #161E2E;
}
.banner-product-three .text-banner form > div .quantity-remove::after {
  display: none;
}
.banner-product-three .text-banner form > div .quantity-add::after {
  transform: rotate(90deg);
}
.banner-product-three .text-banner form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0rem 5rem;
  height: 3.5rem;
}
.banner-product-three .circle-banner {
  width: 35rem;
  height: 35rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow-x: hidden;
}
.banner-product-three .circle-banner img {
  width: 80%;
  object-fit: contain;
}

.window-cards .main-section {
  background-color: #6B479A;
  border-radius: 3rem 3rem 0rem 0rem;
}
.window-cards .main-section .title-window-cards {
  font-family: "Butler";
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
.window-cards .main-section .card {
  background-color: #FFFFFF;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  min-height: 10rem;
}
.window-cards .main-section .card p {
  color: #4B5563;
  line-height: 1.5;
  text-align: center;
}
.window-cards .main-section .col-11:nth-child(-n+3) {
  margin-bottom: 2rem;
}

.beauty-booster-center {
  overflow: hidden;
}
.beauty-booster-center .header-beauty {
  font-family: "Butler";
  text-align: center;
}
.beauty-booster-center .header-beauty .title-beauty {
  font-size: 2rem;
  font-weight: bold;
}
.beauty-booster-center .header-beauty span {
  font-size: 1.5rem;
  color: #9FA6B2;
  line-height: 1.5;
}
.beauty-booster-center .circle-beauty {
  width: 30rem;
  height: 30rem;
  background-color: #fff9f7;
  border-radius: 50%;
}
.beauty-booster-center .circle-beauty img {
  width: 80%;
  object-fit: contain;
}
.beauty-booster-center .holder-image {
  height: 70vh;
}
.beauty-booster-center .holder-image .picture img {
  max-width: 100%;
  height: 100%;
  border-radius: 0 4rem 0 0;
  transform: rotate(-4deg);
}

.box-center .header-box span {
  text-align: center;
  font-family: "Butler";
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}
.box-center .box-section > div:nth-child(-n+3) {
  margin-bottom: 1.5rem;
}
.box-center .box-section .box-border {
  border: 1px solid #E5E7EB;
  padding: 1rem;
  padding-bottom: 0rem;
}
.box-center .box-section .box-border .number {
  font-size: 8rem;
  font-family: "Butler";
  color: #C26431;
  margin-right: 1rem;
}
.box-center .box-section .box-border .text-box {
  color: #6B7280;
  line-height: 1.5;
}

ul.description {
  list-style-type: square;
}
ul.description li {
  color: #6B7280;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
ul.description li::marker {
  color: #C26431 !important;
}
ul.description li > ul {
  list-style-type: square;
  margin-left: 1.5rem;
  margin-top: 1.5rem;
}
ul.description li > ul li::marker {
  color: rgba(194, 100, 49, 0.5) !important;
}

.main-structure-sections, .top-quality-center, .highest-center, .anti-oxidants-center, .hyaluronic-center, .bioavailability-center, .hy-collagen-page .top-quality-center, .hy-collagen-page .highest-center, .hy-collagen-page .anti-oxidants-center, .hy-collagen-page .hyaluronic-center, .hy-collagen-page .bioavailability-center {
  overflow-x: hidden;
}
.main-structure-sections .header span, .top-quality-center .header span, .highest-center .header span, .anti-oxidants-center .header span, .hyaluronic-center .header span, .bioavailability-center .header span {
  font-size: 1.5rem;
  font-family: "Butler";
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.top-quality-center .picture-section img {
  width: 90%;
  transform: rotate(4deg);
  border-radius: 4rem 0 0 0;
}

.highest-center .picture-section img {
  width: 90%;
  transform: rotate(-4deg);
  border-radius: 0 0 4rem 0;
}

.anti-oxidants-center .picture-section img {
  width: 90%;
  border-radius: 4rem 0 4rem 0;
}

.hyaluronic-center .picture-section img {
  width: 90%;
  border-radius: 0 4rem 0 4rem;
}

.bioavailability-center .picture-section img {
  width: 90%;
  border-radius: 0 4rem 0 4rem;
}

.last-section {
  background-color: #F9FAFB;
  position: relative;
}
.last-section > img.leaves {
  position: absolute;
  right: 0rem;
}
.last-section .header span {
  font-size: 2rem;
  font-family: "Butler";
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.last-section .circle-last-section {
  width: 30rem;
  height: 30rem;
  background-color: rgba(9, 191, 169, 0.1);
  border-radius: 50%;
}
.last-section .circle-last-section div {
  height: 100%;
  width: 75%;
  position: relative;
}
.last-section .circle-last-section div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.last-section .circle-last-section div .box-structure, .last-section .circle-last-section div .box-first, .last-section .circle-last-section div .box-second, .last-section .circle-last-section div .box-third, .hy-collagen-page .last-section .circle-last-section div .box-first, .hy-collagen-page .last-section .circle-last-section div .box-second, .hy-collagen-page .last-section .circle-last-section div .box-third {
  border: 1px solid #E5E7EB;
  background-color: #FFFFFF;
  padding: 1rem;
  height: 7rem;
  width: 100%;
  display: inline-flex;
  position: absolute;
  transition: all 0.2s ease;
  opacity: 0;
}
.last-section .circle-last-section div .box-structure > img, .last-section .circle-last-section div .box-first > img, .last-section .circle-last-section div .box-second > img, .last-section .circle-last-section div .box-third > img, .hy-collagen-page .last-section .circle-last-section div .box-first > img, .hy-collagen-page .last-section .circle-last-section div .box-second > img, .hy-collagen-page .last-section .circle-last-section div .box-third > img {
  width: 1.5rem;
  height: 1.5rem;
}
.last-section .circle-last-section div .box-structure > span, .last-section .circle-last-section div .box-first > span, .last-section .circle-last-section div .box-second > span, .last-section .circle-last-section div .box-third > span, .hy-collagen-page .last-section .circle-last-section div .box-first > span, .hy-collagen-page .last-section .circle-last-section div .box-second > span, .hy-collagen-page .last-section .circle-last-section div .box-third > span {
  color: #4B5563;
  line-height: 1.5;
}
.last-section .circle-last-section div .box-structure.active, .last-section .circle-last-section div .active.box-first, .last-section .circle-last-section div .active.box-second, .last-section .circle-last-section div .active.box-third {
  opacity: 1;
}
.last-section .circle-last-section div .box-first {
  top: 2.5rem;
  right: -30rem;
}
.last-section .circle-last-section div .box-second {
  top: 9rem;
  right: -35rem;
}
.last-section .circle-last-section div .box-third {
  top: 18rem;
  right: -30rem;
}
.last-section .circle-last-section div .dot-structure, .last-section .circle-last-section div span.first-dot, .last-section .circle-last-section div span.second-dot, .last-section .circle-last-section div span.third-dot, .hy-collagen-page .last-section .circle-last-section div span.first-dot, .hy-collagen-page .last-section .circle-last-section div span.second-dot, .hy-collagen-page .last-section .circle-last-section div span.third-dot {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 0.7rem;
  display: flex;
  cursor: pointer;
}
.last-section .circle-last-section div .dot-structure:hover > i, .last-section .circle-last-section div span.first-dot:hover > i, .last-section .circle-last-section div span.second-dot:hover > i, .last-section .circle-last-section div span.third-dot:hover > i {
  opacity: 1;
  width: 100% !important;
}
.last-section .circle-last-section div .dot-structure > i, .last-section .circle-last-section div span.first-dot > i, .last-section .circle-last-section div span.second-dot > i, .last-section .circle-last-section div span.third-dot > i, .hy-collagen-page .last-section .circle-last-section div span.first-dot > i, .hy-collagen-page .last-section .circle-last-section div span.second-dot > i, .hy-collagen-page .last-section .circle-last-section div span.third-dot > i {
  transition: all 0.2s ease;
  opacity: 0;
  width: 0%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 50%;
  pointer-events: none;
}
.last-section .circle-last-section div .dot-structure > i::before, .last-section .circle-last-section div span.first-dot > i::before, .last-section .circle-last-section div span.second-dot > i::before, .last-section .circle-last-section div span.third-dot > i::before, .hy-collagen-page .last-section .circle-last-section div span.first-dot > i::before, .hy-collagen-page .last-section .circle-last-section div span.second-dot > i::before, .hy-collagen-page .last-section .circle-last-section div span.third-dot > i::before {
  content: "";
  height: 2px;
  border-bottom: 1px solid #E5E7EB;
  position: absolute;
}
.last-section .circle-last-section div span.first-dot {
  top: 5rem;
  right: 20%;
}
.last-section .circle-last-section div span.first-dot:hover > i::before {
  width: 20rem !important;
}
.last-section .circle-last-section div span.first-dot > i::before {
  width: 0rem;
  left: 1.2rem;
  top: 1rem;
}
.last-section .circle-last-section div span.second-dot {
  top: 12rem;
  right: 35%;
}
.last-section .circle-last-section div span.second-dot:hover > i::before {
  width: 35rem !important;
}
.last-section .circle-last-section div span.second-dot > i::before {
  width: 0rem;
  left: 1.2rem;
  top: 1rem;
}
.last-section .circle-last-section div span.third-dot {
  top: 20rem;
  right: 20%;
}
.last-section .circle-last-section div span.third-dot:hover > i::before {
  width: 20rem !important;
}
.last-section .circle-last-section div span.third-dot > i::before {
  width: 0rem;
  left: 1.2rem;
  top: 1rem;
}

.testimonials-center {
  background-color: #FFFFFF !important;
}

@media screen and (max-width: 75em) {
  .circle-banner {
    width: 30rem !important;
    height: 30rem !important;
  }

  .box-first,
  .box-third {
    right: -25rem !important;
  }

  .box-second {
    right: -30rem !important;
  }
}
@media screen and (max-width: 62em) {
  .circle-banner {
    width: 25rem !important;
    height: 25rem !important;
    margin-bottom: 1.5rem;
  }

  .beauty-booster-center .circle-beauty {
    width: 25rem !important;
    height: 25rem !important;
  }
}
@media screen and (max-width: 48em) {
  .banner-product-three .text-banner .title-banner {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 36em) {
  .banner-product-three .text-banner .title-banner {
    font-size: 2rem !important;
    font-weight: bold;
  }
  .banner-product-three .text-banner .price {
    font-size: 1.2rem !important;
  }
  .banner-product-three .text-banner form > div {
    height: 2.5rem !important;
  }
  .banner-product-three .text-banner form > div input[type="number"] {
    width: 2rem !important;
  }
  .banner-product-three .text-banner form > div input[type="submit"] {
    padding: 0.8rem 1.5rem !important;
  }
  .banner-product-three .text-banner form input[type="submit"] {
    height: 2.5rem !important;
    padding: 0rem 1em;
  }
  .banner-product-three .circle-banner {
    width: 80% !important;
    height: 100% !important;
  }

  .window-cards .main-section {
    width: 100% !important;
  }
  .window-cards .main-section .holder-cards {
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }
  .window-cards .main-section .holder-cards > div {
    width: 91.6666% !important;
  }

  .beauty-booster-center .circle-beauty {
    width: 100% !important;
    height: 100% !important;
  }
}
.banner-biotin-center {
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner-biotin-center .holder-content-banner {
  width: 50%;
}
.banner-biotin-center .holder-content-banner .groping, .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .banner-biotin-center .holder-content-banner .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content-banner .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .holder-content-banner .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content-banner .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .banner-biotin-center .holder-content-banner .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content-banner .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .holder-content-banner .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content-banner .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .holder-content-banner .groping-primary {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.banner-biotin-center .holder-content-banner .groping-secondary {
  color: #09BFA9;
}
.banner-biotin-center .holder-content-banner .groping-primary {
  color: #6B479A;
}
.banner-biotin-center .holder-content-banner .color-white {
  color: #FFFFFF;
}
.banner-biotin-center .holder-content-banner .color-black {
  color: #161616;
}
.banner-biotin-center .holder-content-banner .title-banner {
  font-family: "Butler";
  font-size: 4rem;
  line-height: 1.5;
}
.banner-biotin-center .holder-content-banner .price {
  font-size: 1.5rem;
  line-height: 2;
}
.banner-biotin-center .holder-content-banner .description-banner {
  line-height: 1.7;
  color: #E5E7EB;
  color: inherit;
  width: 85%;
}
.banner-biotin-center .holder-content-banner form .quantity {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
  margin-right: 0.5rem;
}
.banner-biotin-center .holder-content-banner form .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.banner-biotin-center .holder-content-banner form .quantity-button {
  width: 2rem;
  height: 2.5rem;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.banner-biotin-center .holder-content-banner form .quantity-button::before, .banner-biotin-center .holder-content-banner form .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
  color: #161E2E;
}
.banner-biotin-center .holder-content-banner form .quantity-remove::after {
  display: none;
}
.banner-biotin-center .holder-content-banner form .quantity-add::after {
  transform: rotate(90deg);
}
.banner-biotin-center .holder-content-banner form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
}
.banner-biotin-center i.bi-mouse {
  position: absolute;
  bottom: 2rem;
  color: #FFFFFF;
  font-size: 2rem;
}

.text-banner-mobile {
  width: 100%;
}
.text-banner-mobile .holder-content-banner {
  width: 50%;
}
.text-banner-mobile .holder-content-banner .groping, .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .text-banner-mobile .holder-content-banner .groping-primary {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.text-banner-mobile .holder-content-banner .groping-secondary {
  color: #09BFA9;
}
.text-banner-mobile .holder-content-banner .groping-primary {
  color: #6B479A;
}
.text-banner-mobile .holder-content-banner .color-white {
  color: #FFFFFF;
}
.text-banner-mobile .holder-content-banner .color-black {
  color: #161616;
}
.text-banner-mobile .holder-content-banner .title-banner {
  font-family: "Butler";
  font-size: 4rem;
  line-height: 1.5;
}
.text-banner-mobile .holder-content-banner .price {
  font-size: 1.5rem;
  line-height: 2;
}
.text-banner-mobile .holder-content-banner .description-banner {
  line-height: 1.7;
  color: #6B7280;
  color: inherit;
  width: 85%;
}
.text-banner-mobile .holder-content-banner form .quantity {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
  margin-right: 0.5rem;
}
.text-banner-mobile .holder-content-banner form .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-banner-mobile .holder-content-banner form .quantity-button {
  width: 2rem;
  height: 2.5rem;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.text-banner-mobile .holder-content-banner form .quantity-button::before, .text-banner-mobile .holder-content-banner form .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
  color: #161E2E;
}
.text-banner-mobile .holder-content-banner form .quantity-remove::after {
  display: none;
}
.text-banner-mobile .holder-content-banner form .quantity-add::after {
  transform: rotate(90deg);
}
.text-banner-mobile .holder-content-banner form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
}

.about-product-center {
  position: relative;
  overflow: hidden;
}
.about-product-center .row {
  --bs-gutter-x: 0rem;
}
.about-product-center > span {
  content: "";
  width: 10rem;
  height: 10rem;
  background-color: #09BFA9;
  border-radius: 50%;
  position: absolute;
  right: -5rem;
  top: 10rem;
}
.about-product-center > img {
  position: absolute;
  bottom: 4%;
  left: 4%;
}
.about-product-center .header-about-product {
  font-family: "Butler";
  font-size: 2rem;
  line-height: 1.5;
}
.about-product-center .first-row img {
  width: 100%;
  border-radius: 0 4rem 0 0;
}
.about-product-center .first-row .text-first-row {
  width: 100%;
  height: 100%;
}
.about-product-center .first-row .text-first-row span.title {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
}
.about-product-center .first-row .text-first-row .description-first-row {
  line-height: 1.5;
  color: #6B7280;
}
.about-product-center .second-row .text-second-row {
  width: 100%;
  height: 100%;
}
.about-product-center .second-row .text-second-row span.title {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
}
.about-product-center .second-row .text-second-row .description-second-row {
  line-height: 1.5;
  color: #6B7280;
}
.about-product-center .second-row img {
  width: 100%;
  border-radius: 0 0 4rem 0;
}

.meet-our-products .title-meet-our-products h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
  border-bottom: 2px solid #C26431;
  text-align: center;
}
.meet-our-products .cards-products {
  display: none;
}
.meet-our-products .cards-products .card {
  border-radius: 0em !important;
  cursor: pointer;
  border: none;
  height: 28rem;
}
.meet-our-products .cards-products .card:hover .show,
.meet-our-products .cards-products .card:hover .button-add-cart {
  display: flex !important;
}
.meet-our-products .cards-products .card .top-section {
  position: relative;
  background-color: #F9FAFB;
  height: 75%;
  display: flex;
}
.meet-our-products .cards-products .card .top-section button.show {
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
  flex-direction: column;
  padding: 0.7em;
  border: 1px solid #E5E7EB;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.meet-our-products .cards-products .card .top-section button.show:hover {
  background-color: #09BFA9;
  color: #FFFFFF;
}
.meet-our-products .cards-products .card .top-section .button-add-cart {
  display: none;
  position: absolute;
  bottom: 0em;
  left: 0em;
  right: 0em;
  width: 100%;
  padding: 1em 0em;
  text-transform: uppercase;
  background-color: #161616;
  color: #FFFFFF;
  border: none;
  justify-content: center;
}
.meet-our-products .cards-products .card .top-section .card-img-top {
  padding: 4rem 2rem;
}
.meet-our-products .cards-products .card .top-section .card-img-top > img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.meet-our-products .cards-products .card .top-section .card-img-top i.off-number {
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #C26431;
  color: #FFFFFF;
  border-radius: 3em;
  font-size: 0.85em;
  padding: 0.8em 0.4em;
}
.meet-our-products .cards-products .card .card-body {
  padding-left: 0em;
  height: 25%;
}
.meet-our-products .cards-products .card .card-body .grouping {
  text-transform: uppercase;
  color: #16A34A;
  font-size: 0.7em;
  line-height: 1.5;
}
.meet-our-products .cards-products .card .card-body .card-title {
  line-height: 2;
  display: block;
  color: #161E2E;
  font-size: 1.1em;
}
.meet-our-products .cards-products .card .card-body span.price {
  font-size: 0.85em;
  color: #4B5563;
  line-height: 1.5;
}
.meet-our-products .cards-products .card .card-body span.ins {
  color: #C26431;
}
.meet-our-products .cards-products .card .card-body span.del {
  text-decoration: line-through;
  font-size: 0.75em;
}

@media screen and (max-width: 75em) {
  .holder-content-banner {
    width: 60% !important;
  }

  .about-product-center > span {
    width: 5rem;
    height: 5rem;
    right: -2.5rem;
  }
}
@media screen and (max-width: 48em) {
  .text-banner-mobile .title-banner {
    font-size: 3rem !important;
  }
  .text-banner-mobile .holder-content-banner {
    width: 100% !important;
  }

  .about-product-center > span {
    display: none;
  }
  .about-product-center > img {
    display: none;
  }

  .meet-our-products .cards-products > div {
    width: 50%;
  }
}
@media screen and (max-width: 36em) {
  .banner-biotin-center {
    height: 50vh;
  }

  .text-banner-mobile .title-banner {
    font-size: 2rem !important;
    font-weight: bold;
  }
  .text-banner-mobile .price {
    font-size: 1.2rem !important;
  }
  .text-banner-mobile form input[type="number"] {
    width: 2rem !important;
  }
  .text-banner-mobile form input[type="submit"] {
    padding: 0.8rem 1.5rem !important;
  }

  .meet-our-products .title-meet-our-products h3 {
    font-size: 1.7rem;
  }
  .meet-our-products .card {
    height: 25rem !important;
  }
  .meet-our-products .card .card-title {
    line-height: 1.5 !important;
    font-size: 1em !important;
  }
}
.eye-cream-page .banner-eye-cream-center {
  height: 90vh;
  position: relative;
  background: linear-gradient(90deg, #C4C4C4 0%, #1E2321 0.01%, #4D5D52 100%);
}
.eye-cream-page .banner-eye-cream-center .holder-content {
  width: 50%;
}
.eye-cream-page .banner-eye-cream-center .holder-content .groping, .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary {
  color: #09BFA9;
}
.eye-cream-page .banner-eye-cream-center .holder-content .groping-primary {
  color: #6B479A;
}
.eye-cream-page .banner-eye-cream-center .holder-content .color-white {
  color: #FFFFFF;
}
.eye-cream-page .banner-eye-cream-center .holder-content .color-black {
  color: #161616;
}
.eye-cream-page .banner-eye-cream-center .holder-content .title-banner {
  font-family: "Butler";
  font-size: 4rem;
  line-height: 1.5;
}
.eye-cream-page .banner-eye-cream-center .holder-content .price {
  font-size: 1.5rem;
  line-height: 2;
}
.eye-cream-page .banner-eye-cream-center .holder-content .description-banner {
  line-height: 1.7;
  color: #E5E7EB;
  width: 85%;
  color: inherit;
}
.eye-cream-page .banner-eye-cream-center .holder-content form .quantity {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
  margin-right: 0.5rem;
}
.eye-cream-page .banner-eye-cream-center .holder-content form .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.eye-cream-page .banner-eye-cream-center .holder-content form .quantity-button {
  width: 2rem;
  height: 2.5rem;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.eye-cream-page .banner-eye-cream-center .holder-content form .quantity-button::before, .eye-cream-page .banner-eye-cream-center .holder-content form .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
  color: #161E2E;
}
.eye-cream-page .banner-eye-cream-center .holder-content form .quantity-remove::after {
  display: none;
}
.eye-cream-page .banner-eye-cream-center .holder-content form .quantity-add::after {
  transform: rotate(90deg);
}
.eye-cream-page .banner-eye-cream-center .holder-content form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
}
.eye-cream-page .banner-eye-cream-center .holder-content a {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
  text-decoration: none;
  width: max-content;
}
.eye-cream-page .banner-eye-cream-center .picture-product-banner {
  width: 50%;
}
.eye-cream-page .banner-eye-cream-center .picture-product-banner img {
  max-width: 70%;
  max-height: 85vh;
}
.eye-cream-page .banner-eye-cream-center i.bi-mouse {
  position: absolute;
  bottom: 2rem;
  color: #FFFFFF;
  font-size: 2rem;
}
.eye-cream-page .first-description-product .product-banner-sidebar {
  background: linear-gradient(90deg, #C4C4C4 0%, #1E2321 0.01%, #4D5D52 100%);
  transition: all 0.5s ease;
  width: 25%;
  height: 91vh;
  z-index: 10;
  position: sticky;
  top: 6rem;
  right: 0rem;
}
.eye-cream-page .first-description-product .product-banner-sidebar div {
  width: 100%;
  height: 100%;
}
.eye-cream-page .first-description-product .product-banner-sidebar div img {
  max-width: 100%;
}
.eye-cream-page .first-description-product .about-product-center {
  width: 65%;
}
.eye-cream-page .first-description-product .about-product-center .first-section {
  min-height: 75vh;
}
.eye-cream-page .first-description-product .about-product-center .first-section h3 {
  color: #6B479A;
  font-size: 2.5rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.eye-cream-page .first-description-product .about-product-center .first-section p {
  font-size: 1.3rem;
  color: #4B5563;
  line-height: 1.5;
}
.eye-cream-page .first-description-product .about-product-center .second-section {
  min-height: 75vh;
}
.eye-cream-page .first-description-product .about-product-center .second-section .pictures-div {
  width: 100%;
}
.eye-cream-page .first-description-product .about-product-center .second-section .pictures-div img {
  width: 100%;
  object-fit: contain;
}
.eye-cream-page .first-description-product .about-product-center .second-section .pictures-div .small-pictures {
  width: 30%;
}
.eye-cream-page .first-description-product .about-product-center .second-section h4.title-second-section {
  font-size: 2rem;
  line-height: 1.5;
  color: #6B479A;
}
.eye-cream-page .first-description-product .about-product-center .second-section p.description-second-section {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #4B5563;
}
.eye-cream-page .first-description-product .about-product-center .second-section .description-second-section.important {
  color: #C26431;
}
.eye-cream-page .technology-center .image-technology {
  height: 65vh;
}
.eye-cream-page .technology-center .image-technology img {
  transform: skewY(5deg);
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.eye-cream-page .technology-center .items-technology .title-technology {
  font-family: "Butler";
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}
.eye-cream-page .technology-center .items-technology .text-technology {
  font-size: 1.2rem;
  color: #4B5563;
  line-height: 1.8;
}
.eye-cream-page .technology-center .items-technology .row {
  width: 75%;
}
.eye-cream-page .technology-center .items-technology .row div {
  padding: 0.5rem;
}
.eye-cream-page .technology-center .items-technology .row div .box-number {
  border: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  color: #4B5563;
  padding-bottom: 0rem;
}
.eye-cream-page .technology-center .items-technology .row div .box-number > span {
  font-family: "Butler";
  font-size: 2.5rem;
  color: #C26431;
  margin-right: 1rem;
  line-height: 1.5;
}
.eye-cream-page .stem-center {
  background-color: #EDE8EE;
  height: 75vh;
}
.eye-cream-page .stem-center .stem-card {
  background-color: #FFFFFF;
  width: 65%;
}
.eye-cream-page .stem-center .stem-card .title-stem {
  font-size: 4rem;
  line-height: 1.5;
  color: #6B479A;
}
.eye-cream-page .stem-center .stem-card p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #4B5563;
}
@media screen and (max-width: 64em) {
  .eye-cream-page .holder-content {
    margin: 2em 0em;
  }
}
@media screen and (max-width: 62em) {
  .eye-cream-page .first-description-product {
    justify-content: center !important;
  }
  .eye-cream-page .first-description-product .about-product-center {
    width: 90% !important;
    padding-right: 0rem !important;
  }
  .eye-cream-page .first-description-product .about-product-center .about-product-center .first-section,
  .eye-cream-page .first-description-product .about-product-center .about-product-center .second-section {
    width: 100%;
  }
  .eye-cream-page .first-description-product .about-product-center .about-product-center .first-section h3 {
    font-size: 2rem;
  }
  .eye-cream-page .first-description-product .about-product-center .about-product-center .first-section p {
    font-size: 1rem;
  }
  .eye-cream-page .first-description-product .about-product-center .about-product-center .second-section .pictures-div {
    justify-content: space-between !important;
  }
  .eye-cream-page .first-description-product .about-product-center .about-product-center .second-section .pictures-div .main-picture {
    width: 60%;
  }
  .eye-cream-page .first-description-product .about-product-center .about-product-center .second-section h4.title-second-section {
    font-size: 1.5rem;
  }
  .eye-cream-page .first-description-product .about-product-center .about-product-center .second-section p.description-second-section {
    font-size: 1rem;
  }
}
@media screen and (max-width: 48em) {
  .eye-cream-page .banner-eye-cream-center {
    height: auto;
  }
  .eye-cream-page .banner-eye-cream-center > div {
    flex-direction: column-reverse;
  }
  .eye-cream-page .banner-eye-cream-center > div .holder-content,
  .eye-cream-page .banner-eye-cream-center > div .picture-product-banner {
    width: 100%;
  }
  .eye-cream-page .banner-eye-cream-center > div .holder-content .description-banner {
    width: 100%;
  }
  .eye-cream-page .banner-eye-cream-center > div .picture-product-banner img {
    max-width: 50%;
  }
  .eye-cream-page .technology-center .image-technology {
    display: flex;
    justify-content: center;
  }
  .eye-cream-page .technology-center .image-technology img {
    width: 75%;
  }
  .eye-cream-page .technology-center .items-technology .title-technology {
    font-size: 1.5rem;
  }
  .eye-cream-page .technology-center .items-technology .text-technology {
    font-size: 1rem;
  }
  .eye-cream-page .technology-center .items-technology .row {
    width: 100%;
    --bs-gutter-x: 0rem;
  }
  .eye-cream-page .stem-center {
    min-height: 65vh;
  }
  .eye-cream-page .stem-center .stem-card {
    width: 75%;
  }
  .eye-cream-page .stem-center .stem-card .title-stem {
    font-size: 3rem !important;
  }
  .eye-cream-page .stem-center .stem-card p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 36em) {
  .eye-cream-page .holder-content .title-banner {
    font-size: 2rem !important;
    font-weight: bold;
  }
  .eye-cream-page .holder-content .price {
    font-size: 1.2rem !important;
  }
  .eye-cream-page .holder-content form input[type="number"] {
    width: 2rem !important;
  }
  .eye-cream-page .holder-content form input[type="submit"] {
    padding: 0.8rem 1.5rem !important;
  }
  .eye-cream-page .about-product-center .second-section .pictures-div {
    height: 25vh;
  }
  .eye-cream-page .about-product-center .second-section .pictures-div .main-picture {
    height: 100%;
  }
  .eye-cream-page .about-product-center .second-section .pictures-div .small-pictures {
    height: 100%;
    width: 40%;
  }
  .eye-cream-page .about-product-center .second-section .pictures-div .small-pictures div {
    height: 45%;
  }
  .eye-cream-page .technology-center .image-technology img {
    width: 85%;
  }
  .eye-cream-page .technology-center .items-technology .row div {
    padding: 0.2rem;
  }
  .eye-cream-page .technology-center .items-technology .row div .box-number > span {
    font-size: 2.2rem;
    margin-right: 0.5rem;
  }
  .eye-cream-page .stem-center .stem-card {
    width: 100%;
  }
  .eye-cream-page .stem-center .stem-card .title-stem {
    font-size: 2.5rem !important;
    text-align: center;
  }
}

.face-cream-page .banner-face-cream-center {
  height: 90vh;
  position: relative;
  background: linear-gradient(90deg, #C4C4C4 0%, #1E2321 0.01%, #4D5D52 100%);
}
.face-cream-page .banner-face-cream-center .holder-content {
  width: 50%;
}
.face-cream-page .banner-face-cream-center .holder-content .groping, .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .groping-primary {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.face-cream-page .banner-face-cream-center .holder-content .groping-secondary {
  color: #09BFA9;
}
.face-cream-page .banner-face-cream-center .holder-content .groping-primary {
  color: #6B479A;
}
.face-cream-page .banner-face-cream-center .holder-content .color-white {
  color: #FFFFFF;
}
.face-cream-page .banner-face-cream-center .holder-content .color-black {
  color: #161616;
}
.face-cream-page .banner-face-cream-center .holder-content .title-banner {
  font-family: "Butler";
  font-size: 4rem;
  line-height: 1.5;
}
.face-cream-page .banner-face-cream-center .holder-content .price {
  font-size: 1.5rem;
  line-height: 2;
}
.face-cream-page .banner-face-cream-center .holder-content .description-banner {
  line-height: 1.7;
  color: #E5E7EB;
  color: inherit;
  width: 85%;
}
.face-cream-page .banner-face-cream-center .holder-content form .quantity {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
  margin-right: 0.5rem;
}
.face-cream-page .banner-face-cream-center .holder-content form .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.face-cream-page .banner-face-cream-center .holder-content form .quantity-button {
  width: 2rem;
  height: 2.5rem;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.face-cream-page .banner-face-cream-center .holder-content form .quantity-button::before, .face-cream-page .banner-face-cream-center .holder-content form .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
  color: #161E2E;
}
.face-cream-page .banner-face-cream-center .holder-content form .quantity-remove::after {
  display: none;
}
.face-cream-page .banner-face-cream-center .holder-content form .quantity-add::after {
  transform: rotate(90deg);
}
.face-cream-page .banner-face-cream-center .holder-content form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
}
.face-cream-page .banner-face-cream-center .holder-content a{
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
  text-decoration: none;
  width: max-content;
}
.face-cream-page .banner-face-cream-center .picture-product-banner {
  width: 50%;
}
.face-cream-page .banner-face-cream-center .picture-product-banner img {
  max-width: 70%;
  max-height: 85vh;
}
.face-cream-page .banner-face-cream-center i.bi-mouse {
  position: absolute;
  bottom: 2rem;
  color: #FFFFFF;
  font-size: 2rem;
}
.face-cream-page .first-description-product .product-banner-sidebar {
  background: linear-gradient(90deg, #C4C4C4 0%, #1E2321 0.01%, #4D5D52 100%);
  transition: all 0.5s ease;
  width: 25%;
  height: 91vh;
  z-index: 10;
  position: sticky;
  top: 6rem;
  right: 0rem;
}
.face-cream-page .first-description-product .product-banner-sidebar div {
  width: 100%;
  height: 100%;
}
.face-cream-page .first-description-product .product-banner-sidebar div img {
  max-width: 100%;
}
.face-cream-page .first-description-product .about-product-center {
  width: 65%;
}
.face-cream-page .first-description-product .about-product-center .first-section {
  min-height: 75vh;
}
.face-cream-page .first-description-product .about-product-center .first-section h3 {
  color: #6B479A;
  font-size: 2.5rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.face-cream-page .first-description-product .about-product-center .first-section p {
  font-size: 1.3rem;
  color: #4B5563;
  line-height: 1.5;
}
.face-cream-page .first-description-product .about-product-center .second-section {
  min-height: 75vh;
}
.face-cream-page .first-description-product .about-product-center .second-section .pictures-div {
  width: 100%;
}
.face-cream-page .first-description-product .about-product-center .second-section .pictures-div img {
  width: 100%;
  object-fit: contain;
}
.face-cream-page .first-description-product .about-product-center .second-section .pictures-div .small-pictures {
  width: 30%;
}
.face-cream-page .first-description-product .about-product-center .second-section h4.title-second-section {
  font-size: 2rem;
  line-height: 1.5;
  color: #6B479A;
}
.face-cream-page .first-description-product .about-product-center .second-section p.description-second-section {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #4B5563;
}
.face-cream-page .first-description-product .about-product-center .second-section .description-second-section.important {
  color: #C26431;
}
.face-cream-page .technology-center .image-technology {
  height: 65vh;
}
.face-cream-page .technology-center .image-technology img {
  transform: skewY(5deg);
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.face-cream-page .technology-center .items-technology .title-technology {
  font-family: "Butler";
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}
.face-cream-page .technology-center .items-technology .text-technology {
  font-size: 1.2rem;
  color: #4B5563;
  line-height: 1.8;
}
.face-cream-page .technology-center .items-technology .row {
  width: 75%;
}
.face-cream-page .technology-center .items-technology .row div {
  padding: 0.5rem;
}
.face-cream-page .technology-center .items-technology .row div .box-number {
  border: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  color: #4B5563;
  padding-bottom: 0rem;
}
.face-cream-page .technology-center .items-technology .row div .box-number > span {
  font-family: "Butler";
  font-size: 2.5rem;
  color: #C26431;
  margin-right: 1rem;
  line-height: 1.5;
}
.face-cream-page .stem-center {
  background-color: #EDE8EE;
  height: 75vh;
}
.face-cream-page .stem-center .stem-card {
  background-color: #FFFFFF;
  width: 65%;
}
.face-cream-page .stem-center .stem-card .title-stem {
  font-size: 4rem;
  line-height: 1.5;
  color: #6B479A;
}
.face-cream-page .stem-center .stem-card p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #4B5563;
}
@media screen and (max-width: 64em) {
  .face-cream-page .holder-content {
    margin: 2em 0em;
  }
}
@media screen and (max-width: 62em) {
  .face-cream-page .first-description-product {
    justify-content: center !important;
  }
  .face-cream-page .first-description-product .about-product-center {
    width: 90% !important;
    padding-right: 0rem !important;
  }
  .face-cream-page .first-description-product .about-product-center .about-product-center .first-section,
  .face-cream-page .first-description-product .about-product-center .about-product-center .second-section {
    width: 100%;
  }
  .face-cream-page .first-description-product .about-product-center .about-product-center .first-section h3 {
    font-size: 2rem;
  }
  .face-cream-page .first-description-product .about-product-center .about-product-center .first-section p {
    font-size: 1rem;
  }
  .face-cream-page .first-description-product .about-product-center .about-product-center .second-section .pictures-div {
    justify-content: space-between !important;
  }
  .face-cream-page .first-description-product .about-product-center .about-product-center .second-section .pictures-div .main-picture {
    width: 60%;
  }
  .face-cream-page .first-description-product .about-product-center .about-product-center .second-section h4.title-second-section {
    font-size: 1.5rem;
  }
  .face-cream-page .first-description-product .about-product-center .about-product-center .second-section p.description-second-section {
    font-size: 1rem;
  }
}
@media screen and (max-width: 48em) {
  .face-cream-page .banner-face-cream-center {
    height: auto;
  }
  .face-cream-page .banner-face-cream-center > div {
    flex-direction: column-reverse;
  }
  .face-cream-page .banner-face-cream-center > div .holder-content,
  .face-cream-page .banner-face-cream-center > div .picture-product-banner {
    width: 100%;
  }
  .face-cream-page .banner-face-cream-center > div .holder-content .description-banner {
    width: 100%;
  }
  .face-cream-page .banner-face-cream-center > div .picture-product-banner img {
    max-width: 50%;
  }
  .face-cream-page .technology-center .image-technology {
    display: flex;
    justify-content: center;
  }
  .face-cream-page .technology-center .image-technology img {
    width: 75%;
  }
  .face-cream-page .technology-center .items-technology .title-technology {
    font-size: 1.5rem;
  }
  .face-cream-page .technology-center .items-technology .text-technology {
    font-size: 1rem;
  }
  .face-cream-page .technology-center .items-technology .row {
    width: 100%;
    --bs-gutter-x: 0rem;
  }
  .face-cream-page .stem-center {
    min-height: 65vh;
  }
  .face-cream-page .stem-center .stem-card {
    width: 75%;
  }
  .face-cream-page .stem-center .stem-card .title-stem {
    font-size: 3rem !important;
  }
  .face-cream-page .stem-center .stem-card p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 36em) {
  .face-cream-page .holder-content .title-banner {
    font-size: 2rem !important;
    font-weight: bold;
  }
  .face-cream-page .holder-content .price {
    font-size: 1.2rem !important;
  }
  .face-cream-page .holder-content form input[type="number"] {
    width: 2rem !important;
  }
  .face-cream-page .holder-content form input[type="submit"] {
    padding: 0.8rem 1.5rem !important;
  }
  .face-cream-page .about-product-center .second-section .pictures-div {
    height: 25vh;
  }
  .face-cream-page .about-product-center .second-section .pictures-div .main-picture {
    height: 100%;
  }
  .face-cream-page .about-product-center .second-section .pictures-div .small-pictures {
    height: 100%;
    width: 40%;
  }
  .face-cream-page .about-product-center .second-section .pictures-div .small-pictures div {
    height: 45%;
  }
  .face-cream-page .technology-center .image-technology img {
    width: 85%;
  }
  .face-cream-page .technology-center .items-technology .row div {
    padding: 0.2rem;
  }
  .face-cream-page .technology-center .items-technology .row div .box-number > span {
    font-size: 2.2rem;
    margin-right: 0.5rem;
  }
  .face-cream-page .stem-center .stem-card {
    width: 100%;
  }
  .face-cream-page .stem-center .stem-card .title-stem {
    font-size: 2.5rem !important;
    text-align: center;
  }
}

.face-serum-page .banner-face-serum-center {
  height: 90vh;
  position: relative;
  background: linear-gradient(90deg, #C4C4C4 0%, #1E2321 0.01%, #4D5D52 100%);
}
.face-serum-page .banner-face-serum-center .holder-content {
  width: 50%;
}
.face-serum-page .banner-face-serum-center .holder-content .groping, .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .groping-primary {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.face-serum-page .banner-face-serum-center .holder-content .groping-secondary {
  color: #09BFA9;
}
.face-serum-page .banner-face-serum-center .holder-content .groping-primary {
  color: #6B479A;
}
.face-serum-page .banner-face-serum-center .holder-content .color-white {
  color: #FFFFFF;
}
.face-serum-page .banner-face-serum-center .holder-content .color-black {
  color: #161616;
}
.face-serum-page .banner-face-serum-center .holder-content .title-banner {
  font-family: "Butler";
  font-size: 4rem;
  line-height: 1.5;
}
.face-serum-page .banner-face-serum-center .holder-content .price {
  font-size: 1.5rem;
  line-height: 2;
}
.face-serum-page .banner-face-serum-center .holder-content .description-banner {
  line-height: 1.7;
  color: #E5E7EB;
  color: inherit;
  width: 85%;
}
.face-serum-page .banner-face-serum-center .holder-content form .quantity {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
  margin-right: 0.5rem;
}
.face-serum-page .banner-face-serum-center .holder-content form .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.face-serum-page .banner-face-serum-center .holder-content form .quantity-button {
  width: 2rem;
  height: 2.5rem;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.face-serum-page .banner-face-serum-center .holder-content form .quantity-button::before, .face-serum-page .banner-face-serum-center .holder-content form .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
  color: #161E2E;
}
.face-serum-page .banner-face-serum-center .holder-content form .quantity-remove::after {
  display: none;
}
.face-serum-page .banner-face-serum-center .holder-content form .quantity-add::after {
  transform: rotate(90deg);
}
.face-serum-page .banner-face-serum-center .holder-content form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
}
.face-serum-page .banner-face-serum-center .holder-content a{
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
  text-decoration: none;
  width: max-content;
}
.face-serum-page .banner-face-serum-center .picture-product-banner {
  width: 50%;
}
.face-serum-page .banner-face-serum-center .picture-product-banner img {
  max-width: 70%;
  max-height: 85vh;
}
.face-serum-page .banner-face-serum-center i.bi-mouse {
  position: absolute;
  bottom: 2rem;
  color: #FFFFFF;
  font-size: 2rem;
}
.face-serum-page .first-description-product .product-banner-sidebar {
  background: linear-gradient(90deg, #C4C4C4 0%, #1E2321 0.01%, #4D5D52 100%);
  transition: all 0.5s ease;
  width: 25%;
  height: 91vh;
  z-index: 10;
  position: sticky;
  top: 6rem;
  right: 0rem;
}
.face-serum-page .first-description-product .product-banner-sidebar div {
  width: 100%;
  height: 100%;
}
.face-serum-page .first-description-product .product-banner-sidebar div img {
  max-width: 100%;
}
.face-serum-page .first-description-product .about-product-center {
  width: 65%;
}
.face-serum-page .first-description-product .about-product-center .first-section {
  min-height: 75vh;
}
.face-serum-page .first-description-product .about-product-center .first-section h3 {
  color: #6B479A;
  font-size: 2.5rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.face-serum-page .first-description-product .about-product-center .first-section p {
  font-size: 1.3rem;
  color: #4B5563;
  line-height: 1.5;
}
.face-serum-page .first-description-product .about-product-center .second-section {
  min-height: 75vh;
}
.face-serum-page .first-description-product .about-product-center .second-section .pictures-div {
  width: 100%;
}
.face-serum-page .first-description-product .about-product-center .second-section .pictures-div img {
  width: 100%;
  object-fit: contain;
}
.face-serum-page .first-description-product .about-product-center .second-section .pictures-div .small-pictures {
  width: 30%;
}
.face-serum-page .first-description-product .about-product-center .second-section h4.title-second-section {
  font-size: 2rem;
  line-height: 1.5;
  color: #6B479A;
}
.face-serum-page .first-description-product .about-product-center .second-section p.description-second-section {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #4B5563;
}
.face-serum-page .first-description-product .about-product-center .second-section .description-second-section.important {
  color: #C26431;
}
.face-serum-page .technology-center .image-technology {
  height: 65vh;
}
.face-serum-page .technology-center .image-technology img {
  transform: skewY(5deg);
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.face-serum-page .technology-center .items-technology .title-technology {
  font-family: "Butler";
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}
.face-serum-page .technology-center .items-technology .text-technology {
  font-size: 1.2rem;
  color: #4B5563;
  line-height: 1.8;
}
.face-serum-page .technology-center .items-technology .row {
  width: 75%;
}
.face-serum-page .technology-center .items-technology .row div {
  padding: 0.5rem;
}
.face-serum-page .technology-center .items-technology .row div .box-number {
  border: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  color: #4B5563;
  padding-bottom: 0rem;
}
.face-serum-page .technology-center .items-technology .row div .box-number > span {
  font-family: "Butler";
  font-size: 2.5rem;
  color: #C26431;
  margin-right: 1rem;
  line-height: 1.5;
}
.face-serum-page .stem-center {
  background-color: #EDE8EE;
  height: 75vh;
}
.face-serum-page .stem-center .stem-card {
  background-color: #FFFFFF;
  width: 65%;
}
.face-serum-page .stem-center .stem-card .title-stem {
  font-size: 4rem;
  line-height: 1.5;
  color: #6B479A;
}
.face-serum-page .stem-center .stem-card p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #4B5563;
}
@media screen and (max-width: 64em) {
  .face-serum-page .holder-content {
    margin: 2em 0em;
  }
}
@media screen and (max-width: 62em) {
  .face-serum-page .first-description-product {
    justify-content: center !important;
  }
  .face-serum-page .first-description-product .about-product-center {
    width: 90% !important;
    padding-right: 0rem !important;
  }
  .face-serum-page .first-description-product .about-product-center .about-product-center .first-section,
  .face-serum-page .first-description-product .about-product-center .about-product-center .second-section {
    width: 100%;
  }
  .face-serum-page .first-description-product .about-product-center .about-product-center .first-section h3 {
    font-size: 2rem;
  }
  .face-serum-page .first-description-product .about-product-center .about-product-center .first-section p {
    font-size: 1rem;
  }
  .face-serum-page .first-description-product .about-product-center .about-product-center .second-section .pictures-div {
    justify-content: space-between !important;
  }
  .face-serum-page .first-description-product .about-product-center .about-product-center .second-section .pictures-div .main-picture {
    width: 60%;
  }
  .face-serum-page .first-description-product .about-product-center .about-product-center .second-section h4.title-second-section {
    font-size: 1.5rem;
  }
  .face-serum-page .first-description-product .about-product-center .about-product-center .second-section p.description-second-section {
    font-size: 1rem;
  }
}
@media screen and (max-width: 48em) {
  .face-serum-page .banner-face-serum-center {
    height: auto;
  }
  .face-serum-page .banner-face-serum-center > div {
    flex-direction: column-reverse;
  }
  .face-serum-page .banner-face-serum-center > div .holder-content,
  .face-serum-page .banner-face-serum-center > div .picture-product-banner {
    width: 100%;
  }
  .face-serum-page .banner-face-serum-center > div .holder-content .description-banner {
    width: 100%;
  }
  .face-serum-page .banner-face-serum-center > div .picture-product-banner img {
    max-width: 50%;
  }
  .face-serum-page .technology-center .image-technology {
    display: flex;
    justify-content: center;
  }
  .face-serum-page .technology-center .image-technology img {
    width: 75%;
  }
  .face-serum-page .technology-center .items-technology .title-technology {
    font-size: 1.5rem;
  }
  .face-serum-page .technology-center .items-technology .text-technology {
    font-size: 1rem;
  }
  .face-serum-page .technology-center .items-technology .row {
    width: 100%;
    --bs-gutter-x: 0rem;
  }
  .face-serum-page .stem-center {
    min-height: 65vh;
  }
  .face-serum-page .stem-center .stem-card {
    width: 75%;
  }
  .face-serum-page .stem-center .stem-card .title-stem {
    font-size: 3rem !important;
  }
  .face-serum-page .stem-center .stem-card p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 36em) {
  .face-serum-page .holder-content .title-banner {
    font-size: 2rem !important;
    font-weight: bold;
  }
  .face-serum-page .holder-content .price {
    font-size: 1.2rem !important;
  }
  .face-serum-page .holder-content form input[type="number"] {
    width: 2rem !important;
  }
  .face-serum-page .holder-content form input[type="submit"] {
    padding: 0.8rem 1.5rem !important;
  }
  .face-serum-page .about-product-center .second-section .pictures-div {
    height: 25vh;
  }
  .face-serum-page .about-product-center .second-section .pictures-div .main-picture {
    height: 100%;
  }
  .face-serum-page .about-product-center .second-section .pictures-div .small-pictures {
    height: 100%;
    width: 40%;
  }
  .face-serum-page .about-product-center .second-section .pictures-div .small-pictures div {
    height: 45%;
  }
  .face-serum-page .technology-center .image-technology img {
    width: 85%;
  }
  .face-serum-page .technology-center .items-technology .row div {
    padding: 0.2rem;
  }
  .face-serum-page .technology-center .items-technology .row div .box-number > span {
    font-size: 2.2rem;
    margin-right: 0.5rem;
  }
  .face-serum-page .stem-center .stem-card {
    width: 100%;
  }
  .face-serum-page .stem-center .stem-card .title-stem {
    font-size: 2.5rem !important;
    text-align: center;
  }
}

.biotin-c-shampoo-page .banner-biotin-center {
  height: 90vh;
  background: linear-gradient(90deg, #D9E2E8 0%, #D9E2E8 100%);
  position: relative;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content {
  width: 50%;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content .groping, .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary {
  color: #09BFA9;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary {
  color: #6B479A;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content .color-white {
  color: #FFFFFF;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content .color-black {
  color: #161616;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content .title-banner {
  font-family: "Butler";
  font-size: 4rem;
  line-height: 1.5;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content .price {
  font-size: 1.5rem;
  line-height: 2;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content .description-banner {
  line-height: 1.7;
  color: #E5E7EB;
  color: inherit;
  width: 85%;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content form .quantity {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
  margin-right: 0.5rem;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content form .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content form .quantity-button {
  width: 2rem;
  height: 2.5rem;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content form .quantity-button::before, .biotin-c-shampoo-page .banner-biotin-center .holder-content form .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
  color: #161E2E;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content form .quantity-remove::after {
  display: none;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content form .quantity-add::after {
  transform: rotate(90deg);
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
}
.biotin-c-shampoo-page .banner-biotin-center .holder-content a{
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
  text-decoration: none;
  width: max-content;
}
.biotin-c-shampoo-page .banner-biotin-center .picture-product-banner {
  width: 50%;
}
.biotin-c-shampoo-page .banner-biotin-center .picture-product-banner img {
  max-width: 70%;
  max-height: 85vh;
}
.biotin-c-shampoo-page .banner-biotin-center i.bi-mouse {
  position: absolute;
  bottom: 2rem;
  color: #FFFFFF;
  font-size: 2rem;
}
.biotin-c-shampoo-page .about-product-center {
  position: relative;
  overflow: hidden;
}
.biotin-c-shampoo-page .about-product-center .row {
  --bs-gutter-x: 0rem;
}
.biotin-c-shampoo-page .about-product-center > span {
  content: "";
  width: 10rem;
  height: 10rem;
  background-color: #09BFA9;
  border-radius: 50%;
  position: absolute;
  right: -5rem;
  top: 10rem;
}
.biotin-c-shampoo-page .about-product-center > img {
  position: absolute;
  bottom: 4%;
  left: 4%;
}
.biotin-c-shampoo-page .about-product-center .header-about-product {
  font-family: "Butler";
  font-size: 2rem;
  line-height: 1.5;
}
.biotin-c-shampoo-page .about-product-center .first-row img {
  width: 100%;
  border-radius: 0 4rem 0 0;
}
.biotin-c-shampoo-page .about-product-center .first-row .text-first-row {
  width: 100%;
  height: 100%;
}
.biotin-c-shampoo-page .about-product-center .first-row .text-first-row span.title {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
}
.biotin-c-shampoo-page .about-product-center .first-row .text-first-row .description-first-row {
  line-height: 1.5;
  color: #6B7280;
}
.biotin-c-shampoo-page .about-product-center .second-row .text-second-row {
  width: 100%;
  height: 100%;
}
.biotin-c-shampoo-page .about-product-center .second-row .text-second-row span.title {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
}
.biotin-c-shampoo-page .about-product-center .second-row .text-second-row .description-second-row {
  line-height: 1.5;
  color: #6B7280;
}
.biotin-c-shampoo-page .about-product-center .second-row img {
  width: 100%;
  border-radius: 0 0 4rem 0;
}
.biotin-c-shampoo-page .meet-our-products .title-meet-our-products h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
  border-bottom: 2px solid #C26431;
  text-align: center;
}
.biotin-c-shampoo-page .meet-our-products .cards-products {
  display: none;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card {
  border-radius: 0em !important;
  cursor: pointer;
  border: none;
  height: 28rem;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card:hover .show,
.biotin-c-shampoo-page .meet-our-products .cards-products .card:hover .button-add-cart {
  display: flex !important;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .top-section {
  position: relative;
  background-color: #F9FAFB;
  height: 75%;
  display: flex;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .top-section button.show {
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
  flex-direction: column;
  padding: 0.7em;
  border: 1px solid #E5E7EB;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .top-section button.show:hover {
  background-color: #09BFA9;
  color: #FFFFFF;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .top-section .button-add-cart {
  display: none;
  position: absolute;
  bottom: 0em;
  left: 0em;
  right: 0em;
  width: 100%;
  padding: 1em 0em;
  text-transform: uppercase;
  background-color: #161616;
  color: #FFFFFF;
  border: none;
  justify-content: center;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .top-section .card-img-top {
  padding: 4rem 2rem;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .top-section .card-img-top > img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .top-section .card-img-top i.off-number {
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #C26431;
  color: #FFFFFF;
  border-radius: 3em;
  font-size: 0.85em;
  padding: 0.8em 0.4em;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .card-body {
  padding-left: 0em;
  height: 25%;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .card-body .grouping {
  text-transform: uppercase;
  color: #16A34A;
  font-size: 0.7em;
  line-height: 1.5;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .card-body .card-title {
  line-height: 2;
  display: block;
  color: #161E2E;
  font-size: 1.1em;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .card-body span.price {
  font-size: 0.85em;
  color: #4B5563;
  line-height: 1.5;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .card-body span.ins {
  color: #C26431;
}
.biotin-c-shampoo-page .meet-our-products .cards-products .card .card-body span.del {
  text-decoration: line-through;
  font-size: 0.75em;
}
@media screen and (max-width: 75em) {
  .biotin-c-shampoo-page .about-product-center > span {
    width: 5rem;
    height: 5rem;
    right: -2.5rem;
  }
}
@media screen and (max-width: 64em) {
  .biotin-c-shampoo-page .holder-content {
    margin: 2em 0em;
  }
}
@media screen and (max-width: 48em) {
  .biotin-c-shampoo-page .banner-biotin-center {
    height: auto !important;
  }
  .biotin-c-shampoo-page .banner-biotin-center > div {
    flex-direction: column-reverse;
  }
  .biotin-c-shampoo-page .banner-biotin-center > div .holder-content,
  .biotin-c-shampoo-page .banner-biotin-center > div .picture-product-banner {
    width: 100%;
  }
  .biotin-c-shampoo-page .banner-biotin-center > div .holder-content .description-banner {
    width: 100%;
  }
  .biotin-c-shampoo-page .banner-biotin-center > div .picture-product-banner img {
    max-width: 50%;
  }
  .biotin-c-shampoo-page .about-product-center > span {
    display: none;
  }
  .biotin-c-shampoo-page .about-product-center > img {
    display: none;
  }
  .biotin-c-shampoo-page .meet-our-products .cards-products > div {
    width: 50%;
  }
}
@media screen and (max-width: 36em) {
  .biotin-c-shampoo-page .holder-content .title-banner {
    font-size: 2rem !important;
    font-weight: bold;
  }
  .biotin-c-shampoo-page .holder-content .price {
    font-size: 1.2rem !important;
  }
  .biotin-c-shampoo-page .holder-content form input[type="number"] {
    width: 2rem !important;
  }
  .biotin-c-shampoo-page .holder-content form input[type="submit"] {
    padding: 0.8rem 1.5rem !important;
  }
  .biotin-c-shampoo-page .meet-our-products .title-meet-our-products h3 {
    font-size: 1.7rem;
  }
  .biotin-c-shampoo-page .meet-our-products .card {
    height: 25rem !important;
  }
  .biotin-c-shampoo-page .meet-our-products .card .card-title {
    line-height: 1.5 !important;
    font-size: 1em !important;
  }
}

.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center {
  height: 90vh;
  background: linear-gradient(90deg, #F1F1EC 0%, #FBF4E7 100%);
  position: relative;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content {
  width: 50%;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary {
  color: #09BFA9;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary {
  color: #6B479A;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .color-white {
  color: #FFFFFF;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .color-black {
  color: #161616;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .title-banner {
  font-family: "Butler";
  font-size: 4rem;
  line-height: 1.5;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .price {
  font-size: 1.5rem;
  line-height: 2;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .description-banner {
  line-height: 1.7;
  color: #E5E7EB;
  color: inherit;
  width: 85%;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content form .quantity {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
  margin-right: 0.5rem;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content form .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content form .quantity-button {
  width: 2rem;
  height: 2.5rem;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content form .quantity-button::before, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content form .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
  color: #161E2E;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content form .quantity-remove::after {
  display: none;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content form .quantity-add::after {
  transform: rotate(90deg);
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content a{
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
  text-decoration: none;
  width: max-content;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .picture-product-banner {
  width: 50%;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .picture-product-banner img {
  max-width: 70%;
  max-height: 85vh;
}
.biotin-c-hair-conditioner-page .banner-biotin-conditioner-center i.bi-mouse {
  position: absolute;
  bottom: 2rem;
  color: #FFFFFF;
  font-size: 2rem;
}
.biotin-c-hair-conditioner-page .about-product-center {
  position: relative;
  overflow: hidden;
}
.biotin-c-hair-conditioner-page .about-product-center .row {
  --bs-gutter-x: 0rem;
}
.biotin-c-hair-conditioner-page .about-product-center > span {
  content: "";
  width: 10rem;
  height: 10rem;
  background-color: #09BFA9;
  border-radius: 50%;
  position: absolute;
  right: -5rem;
  top: 10rem;
}
.biotin-c-hair-conditioner-page .about-product-center > img {
  position: absolute;
  bottom: 4%;
  left: 4%;
}
.biotin-c-hair-conditioner-page .about-product-center .header-about-product {
  font-family: "Butler";
  font-size: 2rem;
  line-height: 1.5;
}
.biotin-c-hair-conditioner-page .about-product-center .first-row img {
  width: 100%;
  border-radius: 0 4rem 0 0;
}
.biotin-c-hair-conditioner-page .about-product-center .first-row .text-first-row {
  width: 100%;
  height: 100%;
}
.biotin-c-hair-conditioner-page .about-product-center .first-row .text-first-row span.title {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
}
.biotin-c-hair-conditioner-page .about-product-center .first-row .text-first-row .description-first-row {
  line-height: 1.5;
  color: #6B7280;
}
.biotin-c-hair-conditioner-page .about-product-center .second-row .text-second-row {
  width: 100%;
  height: 100%;
}
.biotin-c-hair-conditioner-page .about-product-center .second-row .text-second-row span.title {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
}
.biotin-c-hair-conditioner-page .about-product-center .second-row .text-second-row .description-second-row {
  line-height: 1.5;
  color: #6B7280;
}
.biotin-c-hair-conditioner-page .about-product-center .second-row img {
  width: 100%;
  border-radius: 0 0 4rem 0;
}
.biotin-c-hair-conditioner-page .meet-our-products .title-meet-our-products h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
  border-bottom: 2px solid #C26431;
  text-align: center;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products {
  display: none;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card {
  border-radius: 0em !important;
  cursor: pointer;
  border: none;
  height: 28rem;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card:hover .show,
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card:hover .button-add-cart {
  display: flex !important;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .top-section {
  position: relative;
  background-color: #F9FAFB;
  height: 75%;
  display: flex;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .top-section button.show {
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
  flex-direction: column;
  padding: 0.7em;
  border: 1px solid #E5E7EB;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .top-section button.show:hover {
  background-color: #09BFA9;
  color: #FFFFFF;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .top-section .button-add-cart {
  display: none;
  position: absolute;
  bottom: 0em;
  left: 0em;
  right: 0em;
  width: 100%;
  padding: 1em 0em;
  text-transform: uppercase;
  background-color: #161616;
  color: #FFFFFF;
  border: none;
  justify-content: center;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .top-section .card-img-top {
  padding: 4rem 2rem;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .top-section .card-img-top > img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .top-section .card-img-top i.off-number {
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #C26431;
  color: #FFFFFF;
  border-radius: 3em;
  font-size: 0.85em;
  padding: 0.8em 0.4em;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .card-body {
  padding-left: 0em;
  height: 25%;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .card-body .grouping {
  text-transform: uppercase;
  color: #16A34A;
  font-size: 0.7em;
  line-height: 1.5;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .card-body .card-title {
  line-height: 2;
  display: block;
  color: #161E2E;
  font-size: 1.1em;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .card-body span.price {
  font-size: 0.85em;
  color: #4B5563;
  line-height: 1.5;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .card-body span.ins {
  color: #C26431;
}
.biotin-c-hair-conditioner-page .meet-our-products .cards-products .card .card-body span.del {
  text-decoration: line-through;
  font-size: 0.75em;
}
@media screen and (max-width: 75em) {
  .biotin-c-hair-conditioner-page .about-product-center > span {
    width: 5rem;
    height: 5rem;
    right: -2.5rem;
  }
}
@media screen and (max-width: 64em) {
  .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center {
    height: auto !important;
  }
  .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content {
    margin: 2em 0em;
  }
}
@media screen and (max-width: 48em) {
  .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center > div {
    flex-direction: column-reverse;
  }
  .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center > div .holder-content,
  .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center > div .picture-product-banner {
    width: 100%;
  }
  .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center > div .holder-content .description-banner {
    width: 100%;
  }
  .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center > div .picture-product-banner img {
    max-width: 50%;
  }
  .biotin-c-hair-conditioner-page .about-product-center > span {
    display: none;
  }
  .biotin-c-hair-conditioner-page .about-product-center > img {
    display: none;
  }
  .biotin-c-hair-conditioner-page .meet-our-products .cards-products > div {
    width: 50%;
  }
}
@media screen and (max-width: 36em) {
  .biotin-c-hair-conditioner-page .holder-content .title-banner {
    font-size: 2rem !important;
    font-weight: bold;
  }
  .biotin-c-hair-conditioner-page .holder-content .price {
    font-size: 1.2rem !important;
  }
  .biotin-c-hair-conditioner-page .holder-content form input[type="number"] {
    width: 2rem !important;
  }
  .biotin-c-hair-conditioner-page .holder-content form input[type="submit"] {
    padding: 0.8rem 1.5rem !important;
  }
  .biotin-c-hair-conditioner-page .meet-our-products .title-meet-our-products h3 {
    font-size: 1.7rem;
  }
  .biotin-c-hair-conditioner-page .meet-our-products .card {
    height: 25rem !important;
  }
  .biotin-c-hair-conditioner-page .meet-our-products .card .card-title {
    line-height: 1.5 !important;
    font-size: 1em !important;
  }
}

.viaDent-toothpaste-page .banner-biotin-center {
  height: 90vh;
  background: linear-gradient(90deg, #BAC6C6 0%, #D7DFE3 100%);
  position: relative;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content {
  width: 50%;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content .groping, .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary {
  color: #09BFA9;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary {
  color: #6B479A;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content .color-white {
  color: #FFFFFF;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content .color-black {
  color: #161616;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content .title-banner {
  font-family: "Butler";
  font-size: 4rem;
  line-height: 1.5;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content .price {
  font-size: 1.5rem;
  line-height: 2;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content .description-banner {
  line-height: 1.7;
  color: #E5E7EB;
  color: inherit;
  width: 85%;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content form .quantity {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
  margin-right: 0.5rem;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content form .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content form .quantity-button {
  width: 2rem;
  height: 2.5rem;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content form .quantity-button::before, .viaDent-toothpaste-page .banner-biotin-center .holder-content form .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
  color: #161E2E;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content form .quantity-remove::after {
  display: none;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content form .quantity-add::after {
  transform: rotate(90deg);
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
}
.viaDent-toothpaste-page .banner-biotin-center .holder-content a{
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
  text-decoration: none;
  width: max-content;
}
.viaDent-toothpaste-page .banner-biotin-center .picture-product-banner {
  width: 50%;
}
.viaDent-toothpaste-page .banner-biotin-center .picture-product-banner img {
  max-width: 70%;
  max-height: 85vh;
}
.viaDent-toothpaste-page .banner-biotin-center i.bi-mouse {
  position: absolute;
  bottom: 2rem;
  color: #FFFFFF;
  font-size: 2rem;
}
.viaDent-toothpaste-page .about-product-center {
  position: relative;
  overflow: hidden;
}
.viaDent-toothpaste-page .about-product-center .row {
  --bs-gutter-x: 0rem;
}
.viaDent-toothpaste-page .about-product-center > span {
  content: "";
  width: 10rem;
  height: 10rem;
  background-color: #09BFA9;
  border-radius: 50%;
  position: absolute;
  right: -5rem;
  top: 10rem;
}
.viaDent-toothpaste-page .about-product-center > img {
  position: absolute;
  bottom: 4%;
  left: 4%;
}
.viaDent-toothpaste-page .about-product-center .header-about-product {
  font-family: "Butler";
  font-size: 2rem;
  line-height: 1.5;
}
.viaDent-toothpaste-page .about-product-center .first-row img {
  width: 100%;
  border-radius: 0 4rem 0 0;
}
.viaDent-toothpaste-page .about-product-center .first-row .text-first-row {
  width: 100%;
  height: 100%;
}
.viaDent-toothpaste-page .about-product-center .first-row .text-first-row span.title {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
}
.viaDent-toothpaste-page .about-product-center .first-row .text-first-row .description-first-row {
  line-height: 1.5;
  color: #6B7280;
}
.viaDent-toothpaste-page .about-product-center .second-row .text-second-row {
  width: 100%;
  height: 100%;
}
.viaDent-toothpaste-page .about-product-center .second-row .text-second-row span.title {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
}
.viaDent-toothpaste-page .about-product-center .second-row .text-second-row .description-second-row {
  line-height: 1.5;
  color: #6B7280;
}
.viaDent-toothpaste-page .about-product-center .second-row img {
  width: 100%;
  border-radius: 0 0 4rem 0;
}
.viaDent-toothpaste-page .meet-our-products .title-meet-our-products h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Butler";
  border-bottom: 2px solid #C26431;
  text-align: center;
}
.viaDent-toothpaste-page .meet-our-products .cards-products {
  display: none;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card {
  border-radius: 0em !important;
  cursor: pointer;
  border: none;
  height: 28rem;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card:hover .show,
.viaDent-toothpaste-page .meet-our-products .cards-products .card:hover .button-add-cart {
  display: flex !important;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .top-section {
  position: relative;
  background-color: #F9FAFB;
  height: 75%;
  display: flex;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .top-section button.show {
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
  flex-direction: column;
  padding: 0.7em;
  border: 1px solid #E5E7EB;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .top-section button.show:hover {
  background-color: #09BFA9;
  color: #FFFFFF;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .top-section .button-add-cart {
  display: none;
  position: absolute;
  bottom: 0em;
  left: 0em;
  right: 0em;
  width: 100%;
  padding: 1em 0em;
  text-transform: uppercase;
  background-color: #161616;
  color: #FFFFFF;
  border: none;
  justify-content: center;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .top-section .card-img-top {
  padding: 4rem 2rem;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .top-section .card-img-top > img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .top-section .card-img-top i.off-number {
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #C26431;
  color: #FFFFFF;
  border-radius: 3em;
  font-size: 0.85em;
  padding: 0.8em 0.4em;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .card-body {
  padding-left: 0em;
  height: 25%;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .card-body .grouping {
  text-transform: uppercase;
  color: #16A34A;
  font-size: 0.7em;
  line-height: 1.5;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .card-body .card-title {
  line-height: 2;
  display: block;
  color: #161E2E;
  font-size: 1.1em;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .card-body span.price {
  font-size: 0.85em;
  color: #4B5563;
  line-height: 1.5;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .card-body span.ins {
  color: #C26431;
}
.viaDent-toothpaste-page .meet-our-products .cards-products .card .card-body span.del {
  text-decoration: line-through;
  font-size: 0.75em;
}
@media screen and (max-width: 75em) {
  .viaDent-toothpaste-page .about-product-center > span {
    width: 5rem;
    height: 5rem;
    right: -2.5rem;
  }
}
@media screen and (max-width: 64em) {
  .viaDent-toothpaste-page .holder-content {
    margin: 2em 0em;
  }
}
@media screen and (max-width: 48em) {
  .viaDent-toothpaste-page .banner-biotin-center {
    height: auto !important;
  }
  .viaDent-toothpaste-page .banner-biotin-center > div {
    flex-direction: column-reverse;
  }
  .viaDent-toothpaste-page .banner-biotin-center > div .holder-content,
  .viaDent-toothpaste-page .banner-biotin-center > div .picture-product-banner {
    width: 100%;
  }
  .viaDent-toothpaste-page .banner-biotin-center > div .holder-content .description-banner {
    width: 100%;
  }
  .viaDent-toothpaste-page .banner-biotin-center > div .picture-product-banner img {
    max-width: 50%;
  }
  .viaDent-toothpaste-page .about-product-center > span {
    display: none;
  }
  .viaDent-toothpaste-page .about-product-center > img {
    display: none;
  }
  .viaDent-toothpaste-page .meet-our-products .cards-products > div {
    width: 50%;
  }
}
@media screen and (max-width: 36em) {
  .viaDent-toothpaste-page .holder-content .title-banner {
    font-size: 2rem !important;
    font-weight: bold;
  }
  .viaDent-toothpaste-page .holder-content .price {
    font-size: 1.2rem !important;
  }
  .viaDent-toothpaste-page .holder-content form input[type="number"] {
    width: 2rem !important;
  }
  .viaDent-toothpaste-page .holder-content form input[type="submit"] {
    padding: 0.8rem 1.5rem !important;
  }
  .viaDent-toothpaste-page .meet-our-products .title-meet-our-products h3 {
    font-size: 1.7rem;
  }
  .viaDent-toothpaste-page .meet-our-products .card {
    height: 25rem !important;
  }
  .viaDent-toothpaste-page .meet-our-products .card .card-title {
    line-height: 1.5 !important;
    font-size: 1em !important;
  }
}

.hy-collagen-page .banner-product-hy-collagen {
  background: linear-gradient(178deg, #f8eae2 0%, #dcc9ba 91%, white 91%);
  border-radius: 0em 0em 0em 9em;
  min-height: 90vh;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner {
  width: 50%;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner .groping, .hy-collagen-page .banner-product-hy-collagen .text-banner .banner-biotin-center .holder-content-banner .groping-secondary, .banner-biotin-center .holder-content-banner .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-secondary, .hy-collagen-page .banner-product-hy-collagen .text-banner .banner-biotin-center .holder-content-banner .groping-primary, .banner-biotin-center .holder-content-banner .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-primary, .hy-collagen-page .banner-product-hy-collagen .text-banner .text-banner-mobile .holder-content-banner .groping-secondary, .text-banner-mobile .holder-content-banner .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-secondary, .hy-collagen-page .banner-product-hy-collagen .text-banner .text-banner-mobile .holder-content-banner .groping-primary, .text-banner-mobile .holder-content-banner .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-primary, .hy-collagen-page .banner-product-hy-collagen .text-banner .eye-cream-page .banner-eye-cream-center .holder-content .groping-secondary, .eye-cream-page .banner-eye-cream-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-secondary, .hy-collagen-page .banner-product-hy-collagen .text-banner .eye-cream-page .banner-eye-cream-center .holder-content .groping-primary, .eye-cream-page .banner-eye-cream-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-primary, .hy-collagen-page .banner-product-hy-collagen .text-banner .face-cream-page .banner-face-cream-center .holder-content .groping-secondary, .face-cream-page .banner-face-cream-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-secondary, .hy-collagen-page .banner-product-hy-collagen .text-banner .face-cream-page .banner-face-cream-center .holder-content .groping-primary, .face-cream-page .banner-face-cream-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-primary, .hy-collagen-page .banner-product-hy-collagen .text-banner .face-serum-page .banner-face-serum-center .holder-content .groping-secondary, .face-serum-page .banner-face-serum-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-secondary, .hy-collagen-page .banner-product-hy-collagen .text-banner .face-serum-page .banner-face-serum-center .holder-content .groping-primary, .face-serum-page .banner-face-serum-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-primary, .hy-collagen-page .banner-product-hy-collagen .text-banner .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-secondary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-secondary, .hy-collagen-page .banner-product-hy-collagen .text-banner .biotin-c-shampoo-page .banner-biotin-center .holder-content .groping-primary, .biotin-c-shampoo-page .banner-biotin-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-primary, .hy-collagen-page .banner-product-hy-collagen .text-banner .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-secondary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-secondary, .hy-collagen-page .banner-product-hy-collagen .text-banner .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .groping-primary, .biotin-c-hair-conditioner-page .banner-biotin-conditioner-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-primary, .hy-collagen-page .banner-product-hy-collagen .text-banner .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-secondary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-secondary, .hy-collagen-page .banner-product-hy-collagen .text-banner .viaDent-toothpaste-page .banner-biotin-center .holder-content .groping-primary, .viaDent-toothpaste-page .banner-biotin-center .holder-content .hy-collagen-page .banner-product-hy-collagen .text-banner .groping-primary {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #09BFA9;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner .color-black {
  color: #161616;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner .color-white {
  color: #FFFFFF;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner .title-banner {
  font-family: "Butler";
  font-size: 4rem;
  line-height: 1.5;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner .price {
  font-size: 1.5rem;
  line-height: 2;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner .description-banner {
  line-height: 1.7;
  color: #6B7280;
  width: 85%;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner form > div {
  height: 3.5rem;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner form > div .quantity {
  height: 100%;
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  width: max-content;
  border: 1px solid #E5E7EB;
  margin-right: 0.5rem;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner form > div .quantity input[type="number"] {
  transition: all 0.3s ease-in-out;
  appearance: textfield;
  outline: none;
  width: 5rem;
  height: 100%;
  text-align: center;
  float: right;
  border: none;
  background-color: #FFFFFF;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner form > div .quantity-button {
  width: 2rem;
  height: 100%;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner form > div .quantity-button::before, .hy-collagen-page .banner-product-hy-collagen .text-banner form > div .quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: '';
  width: 0.85rem;
  height: 0.15rem;
  background-color: currentColor;
  display: block;
  color: #161E2E;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner form > div .quantity-remove::after {
  display: none;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner form > div .quantity-add::after {
  transform: rotate(90deg);
}
.hy-collagen-page .banner-product-hy-collagen .text-banner form input[type="submit"] {
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0rem 5rem;
  height: 3.5rem;
}
.hy-collagen-page .banner-product-hy-collagen .text-banner a{
  text-transform: uppercase;
  background-color: #6B479A;
  color: #FFFFFF;
  border: none;
  padding: 0.8rem 5rem;
  text-decoration: none;
  width: max-content;
}
.hy-collagen-page .banner-product-hy-collagen .picture-product-banner {
  width: 50%;
}
.hy-collagen-page .banner-product-hy-collagen .picture-product-banner img {
  max-width: 70%;
  max-height: 85vh;
}
.hy-collagen-page .window-cards .main-section {
  background-color: #6B479A;
  border-radius: 3rem 3rem 0rem 0rem;
}
.hy-collagen-page .window-cards .main-section .title-window-cards {
  font-family: "Butler";
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
.hy-collagen-page .window-cards .main-section .card {
  background-color: #FFFFFF;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  min-height: 10rem;
}
.hy-collagen-page .window-cards .main-section .card p {
  color: #4B5563;
  line-height: 1.5;
  text-align: center;
}
.hy-collagen-page .window-cards .main-section .col-11:nth-child(-n+3) {
  margin-bottom: 2rem;
}
.hy-collagen-page .beauty-booster-center {
  overflow: hidden;
}
.hy-collagen-page .beauty-booster-center .header-beauty {
  font-family: "Butler";
  text-align: center;
}
.hy-collagen-page .beauty-booster-center .header-beauty .title-beauty {
  font-size: 2rem;
  font-weight: bold;
}
.hy-collagen-page .beauty-booster-center .header-beauty span {
  font-size: 1.5rem;
  color: #9FA6B2;
  line-height: 1.5;
}
.hy-collagen-page .beauty-booster-center .circle-beauty {
  width: 30rem;
  height: 30rem;
  background-color: #fff9f7;
  border-radius: 50%;
}
.hy-collagen-page .beauty-booster-center .circle-beauty img {
  width: 80%;
  object-fit: contain;
}
.hy-collagen-page .beauty-booster-center .holder-image {
  height: 70vh;
}
.hy-collagen-page .beauty-booster-center .holder-image .picture img {
  max-width: 100%;
  height: 100%;
  border-radius: 0 4rem 0 0;
  transform: rotate(-4deg);
}
.hy-collagen-page .box-center .header-box span {
  text-align: center;
  font-family: "Butler";
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}
.hy-collagen-page .box-center .box-section > div:nth-child(-n+3) {
  margin-bottom: 1.5rem;
}
.hy-collagen-page .box-center .box-section .box-border {
  border: 1px solid #E5E7EB;
  padding: 1rem;
  padding-bottom: 0rem;
}
.hy-collagen-page .box-center .box-section .box-border .number {
  font-size: 8rem;
  font-family: "Butler";
  color: #C26431;
  margin-right: 1rem;
}
.hy-collagen-page .box-center .box-section .box-border .text-box {
  color: #6B7280;
  line-height: 1.5;
}
.hy-collagen-page ul.description {
  list-style-type: square;
}
.hy-collagen-page ul.description li {
  color: #6B7280;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.hy-collagen-page ul.description li::marker {
  color: #C26431 !important;
}
.hy-collagen-page ul.description li > ul {
  list-style-type: square;
  margin-left: 1.5rem;
  margin-top: 1.5rem;
}
.hy-collagen-page ul.description li > ul li::marker {
  color: rgba(194, 100, 49, 0.5) !important;
}
.hy-collagen-page .main-structure-sections, .hy-collagen-page .top-quality-center, .hy-collagen-page .highest-center, .hy-collagen-page .anti-oxidants-center, .hy-collagen-page .hyaluronic-center, .hy-collagen-page .bioavailability-center {
  overflow-x: hidden;
}
.hy-collagen-page .main-structure-sections .header span, .hy-collagen-page .top-quality-center .header span, .hy-collagen-page .highest-center .header span, .hy-collagen-page .anti-oxidants-center .header span, .hy-collagen-page .hyaluronic-center .header span, .hy-collagen-page .bioavailability-center .header span {
  font-size: 1.5rem;
  font-family: "Butler";
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.hy-collagen-page .top-quality-center .picture-section img {
  width: 90%;
  transform: rotate(4deg);
  border-radius: 4rem 0 0 0;
}
.hy-collagen-page .highest-center .picture-section img {
  width: 90%;
  transform: rotate(-4deg);
  border-radius: 0 0 4rem 0;
}
.hy-collagen-page .anti-oxidants-center .picture-section img {
  width: 90%;
  border-radius: 4rem 0 4rem 0;
}
.hy-collagen-page .hyaluronic-center .picture-section img {
  width: 90%;
  border-radius: 0 4rem 0 4rem;
}
.hy-collagen-page .bioavailability-center .picture-section img {
  width: 90%;
  border-radius: 0 4rem 0 4rem;
}
.hy-collagen-page .last-section {
  background-color: #F9FAFB;
  position: relative;
}
.hy-collagen-page .last-section > img.leaves {
  position: absolute;
  right: 0rem;
}
.hy-collagen-page .last-section .header span {
  font-size: 2rem;
  font-family: "Butler";
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.hy-collagen-page .last-section .circle-last-section {
  width: 30rem;
  height: 30rem;
  background-color: rgba(9, 191, 169, 0.1);
  border-radius: 50%;
}
.hy-collagen-page .last-section .circle-last-section div {
  height: 100%;
  width: 75%;
  position: relative;
}
.hy-collagen-page .last-section .circle-last-section div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hy-collagen-page .last-section .circle-last-section div .box-structure, .hy-collagen-page .last-section .circle-last-section div .box-first, .hy-collagen-page .last-section .circle-last-section div .box-second, .hy-collagen-page .last-section .circle-last-section div .box-third {
  border: 1px solid #E5E7EB;
  background-color: #FFFFFF;
  padding: 1rem;
  height: 7rem;
  width: 100%;
  display: inline-flex;
  position: absolute;
  transition: all 0.2s ease;
  opacity: 0;
}
.hy-collagen-page .last-section .circle-last-section div .box-structure > img, .hy-collagen-page .last-section .circle-last-section div .box-first > img, .hy-collagen-page .last-section .circle-last-section div .box-second > img, .hy-collagen-page .last-section .circle-last-section div .box-third > img {
  width: 1.5rem;
  height: 1.5rem;
}
.hy-collagen-page .last-section .circle-last-section div .box-structure > span, .hy-collagen-page .last-section .circle-last-section div .box-first > span, .hy-collagen-page .last-section .circle-last-section div .box-second > span, .hy-collagen-page .last-section .circle-last-section div .box-third > span {
  color: #4B5563;
  line-height: 1.5;
}
.hy-collagen-page .last-section .circle-last-section div .box-structure.active, .hy-collagen-page .last-section .circle-last-section div .active.box-first, .hy-collagen-page .last-section .circle-last-section div .active.box-second, .hy-collagen-page .last-section .circle-last-section div .active.box-third {
  opacity: 1;
}
.hy-collagen-page .last-section .circle-last-section div .box-first {
  top: 2.5rem;
  right: -30rem;
}
.hy-collagen-page .last-section .circle-last-section div .box-second {
  top: 9rem;
  right: -35rem;
}
.hy-collagen-page .last-section .circle-last-section div .box-third {
  top: 18rem;
  right: -30rem;
}
.hy-collagen-page .last-section .circle-last-section div .dot-structure, .hy-collagen-page .last-section .circle-last-section div span.first-dot, .hy-collagen-page .last-section .circle-last-section div span.second-dot, .hy-collagen-page .last-section .circle-last-section div span.third-dot {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 0.7rem;
  display: flex;
  cursor: pointer;
}
.hy-collagen-page .last-section .circle-last-section div .dot-structure:hover > i, .hy-collagen-page .last-section .circle-last-section div span.first-dot:hover > i, .hy-collagen-page .last-section .circle-last-section div span.second-dot:hover > i, .hy-collagen-page .last-section .circle-last-section div span.third-dot:hover > i {
  opacity: 1;
  width: 100% !important;
}
.hy-collagen-page .last-section .circle-last-section div .dot-structure > i, .hy-collagen-page .last-section .circle-last-section div span.first-dot > i, .hy-collagen-page .last-section .circle-last-section div span.second-dot > i, .hy-collagen-page .last-section .circle-last-section div span.third-dot > i {
  transition: all 0.2s ease;
  opacity: 0;
  width: 0%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 50%;
  pointer-events: none;
}
.hy-collagen-page .last-section .circle-last-section div .dot-structure > i::before, .hy-collagen-page .last-section .circle-last-section div span.first-dot > i::before, .hy-collagen-page .last-section .circle-last-section div span.second-dot > i::before, .hy-collagen-page .last-section .circle-last-section div span.third-dot > i::before {
  content: "";
  height: 2px;
  border-bottom: 1px solid #E5E7EB;
  position: absolute;
}
.hy-collagen-page .last-section .circle-last-section div span.first-dot {
  top: 5rem;
  right: 20%;
}
.hy-collagen-page .last-section .circle-last-section div span.first-dot:hover > i::before {
  width: 20rem !important;
}
.hy-collagen-page .last-section .circle-last-section div span.first-dot > i::before {
  width: 0rem;
  left: 1.2rem;
  top: 1rem;
}
.hy-collagen-page .last-section .circle-last-section div span.second-dot {
  top: 12rem;
  right: 35%;
}
.hy-collagen-page .last-section .circle-last-section div span.second-dot:hover > i::before {
  width: 35rem !important;
}
.hy-collagen-page .last-section .circle-last-section div span.second-dot > i::before {
  width: 0rem;
  left: 1.2rem;
  top: 1rem;
}
.hy-collagen-page .last-section .circle-last-section div span.third-dot {
  top: 20rem;
  right: 20%;
}
.hy-collagen-page .last-section .circle-last-section div span.third-dot:hover > i::before {
  width: 20rem !important;
}
.hy-collagen-page .last-section .circle-last-section div span.third-dot > i::before {
  width: 0rem;
  left: 1.2rem;
  top: 1rem;
}
.hy-collagen-page .testimonials-center {
  background-color: #FFFFFF !important;
}
@media screen and (max-width: 75em) {
  .hy-collagen-page .box-first,
  .hy-collagen-page .box-third {
    right: -25rem !important;
  }
  .hy-collagen-page .box-second {
    right: -30rem !important;
  }
}
@media screen and (max-width: 64em) {
  .hy-collagen-page .text-banner {
    margin: 2em 0em;
  }
}
@media screen and (max-width: 62em) {
  .hy-collagen-page .beauty-booster-center .circle-beauty {
    width: 25rem !important;
    height: 25rem !important;
  }
}
@media screen and (max-width: 48em) {
  .hy-collagen-page .banner-product-hy-collagen {
    height: auto !important;
  }
  .hy-collagen-page .banner-product-hy-collagen > div {
    flex-direction: column-reverse;
  }
  .hy-collagen-page .banner-product-hy-collagen > div .text-banner,
  .hy-collagen-page .banner-product-hy-collagen > div .picture-product-banner {
    width: 100%;
  }
  .hy-collagen-page .banner-product-hy-collagen > div .text-banner .description-banner {
    width: 100%;
  }
  .hy-collagen-page .banner-product-hy-collagen > div .picture-product-banner img {
    max-width: 50%;
  }
  .hy-collagen-page .banner-product-hy-collagen .text-banner .title-banner {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 36em) {
  .hy-collagen-page .banner-product-hy-collagen .text-banner .title-banner {
    font-size: 2rem !important;
    font-weight: bold;
  }
  .hy-collagen-page .banner-product-hy-collagen .text-banner .price {
    font-size: 1.2rem !important;
  }
  .hy-collagen-page .banner-product-hy-collagen .text-banner form > div {
    height: 2.5rem !important;
  }
  .hy-collagen-page .banner-product-hy-collagen .text-banner form > div input[type="number"] {
    width: 2rem !important;
  }
  .hy-collagen-page .banner-product-hy-collagen .text-banner form > div input[type="submit"] {
    padding: 0.8rem 1.5rem !important;
  }
  .hy-collagen-page .banner-product-hy-collagen .text-banner form input[type="submit"] {
    height: 2.5rem !important;
    padding: 0rem 1em;
  }
  .hy-collagen-page .banner-product-hy-collagen .circle-banner {
    width: 80% !important;
    height: 100% !important;
  }
  .hy-collagen-page .window-cards .main-section {
    width: 100% !important;
  }
  .hy-collagen-page .window-cards .main-section .holder-cards {
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }
  .hy-collagen-page .window-cards .main-section .holder-cards > div {
    width: 91.6666% !important;
  }
  .hy-collagen-page .beauty-booster-center .circle-beauty {
    width: 100% !important;
    height: 100% !important;
  }
}
